header{
    height: 90px;
    background: #55616f;
    color: cornsilk;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .4) !important;
}
h2{
    margin-top: 5px;
}


.section-body {
    display: flex;
    background: rgb(253, 253, 253);
    border: rgb(27, 26, 26);
    width: 100%;
    justify-content: space-between;

}
.section-body img{
    height: 20em;
}

.section-body-text{
    
    padding: 10px;
    min-width: 50%;
    position: relative;
}
.conteiner{
    max-width: 46em;
    margin: 0em auto;
}
body {
    background-color: #e6e6e6;
    box-sizing: border-box;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.fio{
    font-size: 40px;
    text-align: right;
    padding: 20px;
}
.utp{

    margin: 40px;
    text-align: center;
    font-size: 30px;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: rgba(17, 44, 68, 0.9);

}
.header-top{
    display: flex;
    position: relative;
    justify-content: start;
    padding: 5px;
    text-transform: uppercase;
    font-size: 12px;

}
.header-top div{
    margin: 0 15px;
}
.header-m{
    text-align: center;
    font-size: 26px;
}
.header-end{
    justify-content: space-around;;
    color: #ead5ca;
    display: flex;
    align-items: flex-end;
    margin: 5px 10px;
    position: relative;
}
.header-end a{
    margin-left: 12px;
    color: cornsilk;
    font-size: 21px;
}

.body-desc{
    font-size: 20px;
    padding: 20px;
    text-align: right;
}
.body-butt{
    
    background-color: rgb(228, 99, 13);
    max-width: 135px;
    border-radius: 10px;
    padding: 8px;
    text-align: center;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .4) !important;
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.body-butt:hover{

    box-shadow: 1px 1px 10px rgba(100, 100, 100, 0.4) !important;;
}
.body-butt a{
    color: #fff;
    text-decoration: none;
    
    
}
.body-butt a:hover{
    color: #fff;
    text-decoration: none;
    
}
footer{
    height: 35px;
    background-color: #55616f;
    color: cornsilk;
    font-size: 10px;
    padding: 5px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .4);
    text-align: left;
}
footer div{
    margin-bottom: 5px;

}
h4 {
    text-align: justify;
    padding: 5px;
}
h2 {
    text-align: center;
}
.work{
    background-color: #fff;
    padding: 10px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .4);
    margin-bottom: 20px;
}
.contacts{
    padding: 10px;
    background-color: #fff;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .4);
    color: rgba(17, 44, 68, 0.9);
}
.contacts img{
    max-width: 100%;
    border-radius: 10px;
}
.face{
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .4);
    margin-bottom: 20px;
    margin-bottom: 20px;
}

.lang{

    position: absolute;
    right: 0;
}
.lang a{
    margin: 0;
    color: cornsilk;
}
li{
    margin-bottom: 5px;
    font-size: 14px;
    padding: 5px;
}
.map {
    display: flex;
}
.map p{
    margin: 5px 0;
}
.map div{
    min-width: 33%;
    text-align: left;
    margin-bottom: 15px;
}
.map div p{
    display: block;
}
.map a{
    color: rgba(17, 44, 68, 0.9);
}
.tub{
    font-size: 14px;
}

.popup {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	display: none;
}

.popup_bg {
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	z-index: 1;
	height: 100%;
	width: 100%;
}
.form {
	position: relative;
	margin: 40px auto;
	z-index: 2;
	width: 270px;
	padding: 40px 20px;
	background: #ffffff;
	border: 1px solid #666666;
	border-radius: 5px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
.pole1 {
	width: 96%;
	padding: 5px 2%;
	margin: 10px 0;
	border-radius: 4px;
}
.form textarea {
	width: 97%;
    height: 70px;
	padding: 5px 2%;
	margin: 10px 0;
}
.success {
	padding: 1em;
	margin-bottom: 0.75rem;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	color: #468847;
	background-color: #dff0d8;
	border: 1px solid #d6e9c6;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
  }
  
  .error {
	padding: 1em;
	margin-bottom: 0.75rem;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	color: #b94a48;
	background-color: #f2dede;
	border: 1px solid rgba(185, 74, 72, 0.3);
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
  }
@media (max-width: 680px) {
   
    .fio{
        font-size: 25px;
        padding: 5px;
    }
    .utp{

        margin: 15px;
    }
    .section-body img {
        height: 15em;
        
    }
    .section-body-text {
        padding: 5px;
    }
    .body-desc{
        font-size: 16px;
        padding: 5px;
    }
    .header-end a{
        margin-left: 10px;
        color: cornsilk;
        font-size: 17px;
    }
    .header-top{
        font-size: 13px;
    }
    .header-top div {
        margin: 0 8px;
    }

    .body-butt {
        background-color: rgb(228, 99, 13);
        max-width: 135px;
        border-radius: 10px;
        padding: 8px;
        text-align: center;
        box-shadow: 1px 1px 10px rgba(0, 0, 0, .4) !important;
        position: absolute;
        right: 10px;
        bottom: 10px;
    }
    header {
        height: 85px;
        box-shadow: 1px 1px 10px rgba(0, 0, 0, .4) !important;
    }
    .lang{
    
        position: absolute;
        right: 0;
    }
    .lang a{
        margin: 0;
    }
    h4 {
        text-align: justify;
        padding: 10px;
    }
    .map {
        display: block;
    }
    footer{
        font-size: 10px;
        height: 50px;
    }




}
@media (max-width: 480px) {
    .header-end a {
        font-size: 15px;
    }
    .hide{
        display: none;
    }

}
@media (max-width: 420px) {

    .fio{
        font-size: 18px;
        padding: 5px;
    }
    .section-body img {
        height: 12em;
        
    }
    .section-body-text {
        padding: 5px;
    }
    .body-desc{
        font-size: 13px;
        padding: 5px;
    }
    .header-end a{
        margin-left: 7px;
        color: cornsilk;
        font-size: 13px;
    }
    .header-top{
        font-size: 11px;
    }
    .header-top div {
        margin: 0 8px;
    }

    .body-butt {
        background-color: rgb(228, 99, 13);
        max-width: 135px;
        border-radius: 10px;
        padding: 8px;
        text-align: center;
        box-shadow: 1px 1px 10px rgba(0, 0, 0, .4) !important;
        position: absolute;
        right: 10px;
        bottom: 10px;
    }
    header {
        height: 75px;
        box-shadow: 1px 1px 10px rgba(0, 0, 0, .4) !important;
    }
    .lang{
    
        position: absolute;
        right: 0;
    }
    .lang a{
        margin: 0;
    }
    h4 {
        text-align: justify;
        padding: 10px;
    }
    .map {
        display: block;
    }
    .hide{
        display: none;
    }



}

@media (max-width: 359px) {
    .header-end a {
        font-size: 11px;
        margin-left: 9px;
}
    .header-top{
        font-size: 10px;
    }
    .header-top div {
        margin: 0 5px;
    }
}
