.ordure {
	text-align: center;
}

@media (min-width: 979px) {
	ul.nav li.dropdown.show-on-hover:hover > ul.dropdown-menu {
		display: block;
	}
	.comment-list .children {
        margin-left: 74px;
        padding: 0 0 15px;
    }
	.comment-list .media {
		margin-top: 0;
	}
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    text-rendering: optimizeLegibility;
    font-weight: 300;
    color: #424242;
}

h1 {
    font-size: 47px;
    font-weight: 900;
    margin-bottom: 50px;
    margin-top: 80px;
}

h1 span,
h2 span {
    color: #86b33e;
}

ul {
    list-style-image: url('../img/list-img.png');
    line-height: 1.4;
}

li {
    padding-left: 10px;
    margin-bottom: 7px;
}

#main-block {
    position: relative;
    padding: 20px 0px 40px;
    background: #e6e7e8 url('../img/main-bg.jpg') center center;

}

#main-block img {
    max-width: 100%;
    margin-top: 70px;
}

#main-block:after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 58px;
    background: url('../img/main-bg-after.png') center center;
}

.logo-head {
    font-weight: 700;
    float:left;
    padding-top: 12px;
}

.logo-head span {
    font-weight: normal;
    font-size: 16px;
}

.phone-head {
    font-weight: 400;
    float: right;
    padding: 10px 30px 5px;
    border-radius: 50px;
    vertical-align: middle;
}

.phone-head a {
    color: #333;
}

.phone-head a:hover,
.phone-head a:focus {
    text-decoration: none;
}

.phone-head i {
    color: #86b33e;
    font-size: 47px;
    vertical-align: middle;
    padding-bottom: 5px;
    padding-right: 15px;
}

.footer {
    background-color: #e7e7e7;
    border-top: 1px solid #bbbdc0;
    padding: 40px 0px 25px;
    margin-top: 40px;
}

.logo-footer {
    float: left;
    font-weight: 700;
    font-size: 24px;
    color: #98999c;
}

.logo-footer p {
    font-size: 18px;
    font-weight: 300;
}

.contacts-footer {
    float: right;
    font-size: 20px;
    color: #86b33e;
    font-weight: 700;
}

.contacts-footer p + p {
    color: #98999c;
}

.contacts-footer i {
    margin-right: 10px;
    font-size: 24px;
}

#form {
    font-size: 16px;
}

#form main p input {
    width: 100%;
	height: 60px
    box-shadow: inset 0px 2px 5px 0px rgba(110,112,113,0.3);
    background-color: #f8f9f9;
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    border: 0px solid #000000;
    padding: 18px 20px 16px;
    line-height: 1;
    font-size: 18px;
    text-align: left;
    margin-bottom: 8px;
}

#form input[type="submit"] {
    background: rgba(39,119,195,1);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(39,119,195,1)), color-stop(100%, rgba(39,150,195,1)));
    background: -webkit-linear-gradient(top, rgba(39,119,195,1) 0%, rgba(39,150,195,1) 100%);
    background: linear-gradient(to bottom, rgba(39,119,195,1) 0%, rgba(39,150,195,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4877e3', endColorstr='#5186ff', GradientType=0 );
    border: 1px solid #4877e3;
    color: white;
    text-shadow: -1px 0px 0px #1e5a9d;
    box-shadow: 0px 5px 15px 0px rgba(12,68,138,0.4);
    width: 100%;
    padding: 20px 20px 18px;
    line-height: 1;
    border-radius: 6px 6px 6px 6px;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}


#form input[type="submit"]:hover {
background: rgba(248,86,75,1);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(39,140,195,1)), color-stop(100%, rgba(39,170,195,1)));
background: -webkit-linear-gradient(top, rgba(39,140,195,1) 0%, rgba(39,170,195,1) 100%);
background: linear-gradient(to bottom, rgba(39,140,195,1) 0%, rgba(39,170,195,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d7ef1', endColorstr='#5186ff', GradientType=0 );
}

#form header {
    padding-bottom: 15px;
    text-align: center;
    padding-top: 10px;
}

h2 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 5px;
}

.thx-page {
    height: 100vh;
    background: #e6e7e8 url('../img/main-bg.jpg') center center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

#form header p {
    font-size: 20px;
    color: #86b33e;
}

@media (max-width: 767px) {
    .logo-head {
        float: none;
        text-align: center;
        margin-bottom: 15px;
    }
    .phone-head {
        float: none;
        text-align: center;
        max-width: 300px;
        margin: 0px auto 15px;
    }
    body {
        font-size: 22px;
    }
    h1 {
        font-size: 36px;
        margin-bottom: 35px;
        margin-top: 60px;
    }
    #h2 {
        font-size: 32px;
    }
    .contacts-footer,
    .logo-footer {
        text-align: center;
        float: none;
    }
}

@media (max-width: 991px) {
    #form main {
        max-width: 480px;
        margin: auto;
    }
}

@media (min-width: 992px) {
    #main-block .col-md-6 + .col-md-6 {
        border-left: 1px solid #d3d3d3;
    }
    h1 {
        text-align: center;
    }
    #form main{
        padding: 0px 30px;
    }
}

@media (min-width: 1200px) {
    #form main{
        padding: 0px 60px;
    }
}

.main-img p {
    margin: 20px 0 60px 0;
    text-align: center;
}

#main-block {
    margin-bottom: 30px;
}

.main-img {
    padding-bottom: 50px;
}

.content {
    min-height: 200px;
}

h1 {
    font-size: 36px;
    margin-bottom: 30px;
}

h2 {
    font-size: 28px;
    margin: 0 0 60px 0;
    text-transform: inherit;
}

form h2 {
    margin: 0 0 10px 0;
}

@media (max-width: 768px) {
    .phone-head a span, .contacts-footer a {
        border-bottom: 1px dashed;
        padding: 0 0 4px 0;
    }
}

.contacts-footer a {
    color: #333;
}

.contacts-footer a:hover,
.contacts-footer a:focus {
    text-decoration: none;
}

.mb-60 {
    margin-bottom: 40px;
}

.snow h1 span, .snow h2 span,
#form header p, .contacts-footer,
.phone-head i {
    color: #3e86b3;
}

@media (max-width: 767px) {
    h1 {
        font-size: 24px;
    }

    .main-block img {
        width: 100% !important;
    }
}

.privacy p {font-size: 12px;}
.mt30 {margin-top: 30px;}

.privacy-form label {
    font-weight: normal;
    font-size: 12px;
    padding: 10px 0;
}