/*   
Theme Name: Тема 1
Theme URI: http://wp-themes/
Description: краткое-описание-темы
Author: Андрей
Author URI: http://wp-themes/
Version: 1.0
*/
.about{
	-webkit-background-size: contain;
	background-size: contain;
}
.contacts__form{font-size: 10px;}
.contacts__form p{
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    color: rgba(9,12,21,.4);
    font-family: Open Sans,sans-serif;
    font-size: 16px;
    font-weight: 400;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}

.contacts__form .wpcf7, .contacts__form form{
	height: 100%;
}

.contacts__form .Name, .contacts__form .Email{
	align-self: flex-start;
	width: 100%;
    max-width: 320px;
}

.contacts__form .these{
	width:100%;
}

.contacts__form input[type=submit] {
    color: #fff;
    font-family: Open Sans,sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    height: 50px;
    padding: 0 60px;
    display: inline-block;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 3px 4px 5px rgba(0,0,0,.12);
    background-image: linear-gradient(31deg,#319359,#11d521);
    border: none;
    cursor: pointer;
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: auto;
}

.services__content{
	min-height: 470px;
    color: #fff;
    font-size: 14px;
}

.page-single .services__content{
    color: #000;
}

.map-link a{
    margin-left: 0;
}

.map-link img{
    margin-right: 30px;
}

.logo-link{
    text-decoration: none;
}

.page-header__logo img{
    height: auto;
}