@font-face {
    font-family: 'Roboto', sans-serif;
    src: url('../fonts/Roboto-Light.eot');
    src: url('../fonts/Roboto-Light.eot@#iefix')format('embedded-opentype'), url('../fonts/Roboto-Light.woff') format('woff'), url('../fonts/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: 'Roboto', sans-serif;
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.eot@#iefix')format('embedded-opentype'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Roboto', sans-serif;
    src: url('../fonts/Roboto-Medium.eot');
    src: url('../fonts/Roboto-Medium.eot@#iefix')format('embedded-opentype'), url('../fonts/Roboto-Medium.woff') format('woff'), url('../fonts/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'Roboto Condensed', sans-serif;
    src: url('../fonts/RobotoCondensed-Regular.eot');
    src: url('../fonts/RobotoCondensed-Regular.eot@#iefix')format('embedded-opentype'), url('../fonts/RobotoCondensed-Regular.woff') format('woff'), url('../fonts/RobotoCondensed-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Roboto Condensed', sans-serif;
    src: url('../fonts/RobotoCondensed-Bold.eot');
    src: url('../fonts/RobotoCondensed-Bold.eot@#iefix')format('embedded-opentype'), url('../fonts/RobotoCondensed-Bold.woff') format('woff'), url('../fonts/RobotoCondensed-Bold.ttf') format('truetype');
    font-weight: 700;
}

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

html,
body {
    width: 100%;
    height: 100%;
}

.wrapper {
    display: block;
    position: relative;
    max-width: 1124px;
    margin: 0 auto;
}

header {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url('../img/bg_1.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}


.form_p {
	color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    font-weight: 700;
    line-height: 20px;
    padding-bottom: 12px;
    text-align: center;
}

.form_p2 {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    padding-bottom: 15px;
}

.strheadform {
    margin: 25px 0 25px 0 !important;
}

.error {
	display: none;
	color: red;	
	font-family: 'Roboto', sans-serif;
    font-size: 18px;
	padding-bottom: 8px;
	padding-bottom: 8px;
    position: absolute;
    height: 20px;
    padding: 0 10px;
    background: red;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    top: 0;
    left: 0;
    font-style: normal;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    z-index: -2;
    white-space: nowrap;
    opacity: 1;
    z-index: 2;
    top: -19px;
}

.error2 {
    display: none;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 8px;
    height: 20px;
    padding: 5px 10px;
    background: red;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    z-index: 2;
}

.error3 {
    display: none;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 8px;
    height: 20px;
    padding: 5px 10px;
    background: red;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    z-index: 2;
}


.top_header {
    display: block;
    position: relative;
}

.content_top_header {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 46px 0;
}

.content_top_header .logo {
    display: block;
    position: absolute;
    top: 26px;
    left: 50%;
    transform: translateX(-50%);
}

.content_top_header .logo img {
    width: 100px;
}

.content_top_header .contact {
    display: inline-block;
    vertical-align: middle;
}

.content_top_header .contact strong {
    display: block;
    color: black;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 40px;
    line-height: 44px;
    font-weight: 400;
    text-transform: uppercase;
}

.content_top_header .contact span {
    display: block;
    color: black;
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    font-weight: 300;
    line-height: 23px;
}

.content_top_header .btn_callback {
    display: inline-block;
    vertical-align: middle;
    float: right;
    cursor: pointer;
    width: 255px;
    height: 60px;
    background: transparent;
    border:2px solid #1d9800;
    box-sizing: border-box;
    border-radius: 6px;
    text-align: center;
    position: relative;
    text-decoration: none;
    transition: .3s;
}

.content_top_header .btn_callback span {
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 60px;
    text-transform: uppercase;
    transition: .3s;
}

.content_top_header .btn_callback:hover {
    background-color: #1d9800;
    transition: .3s;
}

.content_top_header .btn_callback:hover span {
    color: #fff;
    transition: .3s;
}

.body_header {
    display: block;
    position: relative;
}

.content_body_hdr {
    display: block;
    position: relative;
    text-align: center;
}

.content_body_hdr .top_title {
    display: block;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    border: 2px dashed #1d9800;
    padding: 22px 68px 14px 68px;
    text-align: center;
    text-shadow: 0 1px 0 white;
    color: #010101;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 60px;
    text-transform: uppercase;
}

.content_body_hdr .top_title h1 {
    display: block;
    font-size: 37px;
    font-weight: 700;
}

.content_body_hdr .top_title span {
    display: block;
    font-size: 35px;
    font-weight: 400;
}

.content_body_hdr .top_title p {
    display: block;
    font-size: 26px;
    font-weight: 400;
}
.content_body_hdr .top_title br {
	display: none;
	height: 0px;
	line-height: 0px;
}
.content_body_hdr .txt_eco {
    display: inline-block;
    margin: 30px 0 0 0;
    max-width: 650px;
    background-color:#1d9800;
    padding: 10px 30px;
    box-sizing: border-box;
}

.content_body_hdr .txt_eco p {
    color: white;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 32px;
    text-transform: uppercase;
}

.content_body_hdr .txt_cns {
    display: inline-block;
    margin: 30px 0 0 0;
    max-width: 650px;
    background-color:#f7c205;
    padding: 10px 30px;
    box-sizing: border-box;
}

.content_body_hdr .txt_cns p {
    color: white;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 28px;
    line-height: 32px;
    text-transform: uppercase;
	color:#000;
}

.content_body_hdr form.form_data {
    display: block;
    position: relative;
    margin: 30px auto 0 auto;
    width: 430px;
    box-sizing: border-box;
}

.content_body_hdr form.form_data input {
    display: block;
    width: 100%;
    height: 50px;
    background-color: white;
    border-radius: 5px;
    box-sizing: border-box;
    outline: none;
    margin-bottom: 30px;
    border: none;
    padding: 0 16px 0 42px;
    background-repeat: no-repeat;
    color: #737373;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
}

.content_body_hdr form.form_data input.inp_name {
    background-image: url('../img/ico_1.png');
    background-position: center left 10px;
	border: 1px solid #1d9800;
}

.content_body_hdr form.form_data input.inp_tel {
    background-image: url('../img/ico_2.png');
    background-position: center left 10px;
	border: 1px solid #1d9800;
}

.content_body_hdr form.form_data button {
    display: block;
    width: 100%;
    height: 60px;
    background-color: #1d9800;
    border: 2px solid #167101;
    box-sizing: border-box;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
    outline: none;
    text-transform: uppercase;
    border-radius: 6px;
    cursor: pointer;
    transition: .3s;
}

.content_body_hdr form.form_data button:hover {
    background-color: transparent;
    color: #000;
    transition: .3s;
}

section.one {
    display: block;
    position: relative;
}

.body_one {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 42px 0;
}

.body_one h2 {
    display: block;
    text-align: center;
    color: #010101;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 37px;
    line-height: 54px;
    font-weight: 400;
    text-transform: uppercase;
}

.body_one ul {
    display: block;
    text-align: left;
    margin-top: 20px;
}

.body_one ul li {
    display: inline-block;
    vertical-align: top;
    width: 258px;
    margin: 30px 24px 0 0;
}

.body_one ul li:last-child {
    float: right;
    margin-right: 0;
}

.body_one ul li img {
    display: block;
    margin: 0 auto;
}

.body_one ul li strong {
    display: block;
    margin-top: 20px;
    text-align: center;
    color: #1d9800;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
    text-transform: none;
}

.body_one ul li p {
    display: block;
    margin-top: 26px;
    text-align: center;
    color: black;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
}

.body_one .btn_request {
    display: block;
    margin: 60px auto 0 auto;
    width: 465px;
    height: 60px;
    border: 2px solid #1d9800;
    box-sizing: border-box;
    border-radius: 6px;
    cursor: pointer;
    text-align: center;
    transition: .3s;
}
.body_one .btn_request a{
width: 465px;
    height: 60px;
	display: inline-block;
}

.body_one .btn_request span {
    color: #1d9800;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 58px;
    text-transform: uppercase;
    transition: .3s;
}

.body_one .btn_request:hover {
    background-color: #1d9800;
    transition: .3s;
}

.body_one .btn_request:hover span {
    color: #fff;
    transition: .3s;
}

section.two {
    display: block;
    position: relative;
}

section.two .title_two {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 16px;
    height: 126px;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-sizing: border-box;
}

.title_two h2 {
    display: block;
    text-align: center;
    color: black;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 37px;
    line-height: 54px;
    text-transform: uppercase;
}

.body_two {
    display: block;
    position: relative;
    padding-bottom: 40px;
}

.body_two ul {
    display: block;
    text-align: center;
}

.body_two ul li {
    display: inline-block;
    vertical-align: top;
    margin: 60px 60px 0 60px;
}

.body_two ul li .img_block {
    display: block;
    width: 382px;
    height: 262px;
    background-repeat: no-repeat;
    background-position: top left;
}

.body_two ul li:nth-child(1) .img_block {
    background-image: url('../img/img_1.jpg');
}

.body_two ul li:nth-child(1) .img_block:hover {
    background-position: top -262px left;
}

.body_two ul li:nth-child(2) .img_block {
    background-image: url('../img/img_2.jpg');
}

.body_two ul li:nth-child(2) .img_block:hover {
    background-position: top -262px left;
}

.body_two ul li p {
    display: block;
    margin-top: 24px;
    text-align: center;
    color:#000;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
}

section.three {
    display: block;
    position: relative;
    width: 100%;
    height: 559px;
    background-image: url('../img/bg_2.jpg');
    background-repeat: no-repeat;
    background-position: center;
}

.body_three {
    display: block;
    position: relative;
    padding: 40px 0;
}

.body_three h2 {
    display: block;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 48px;
    font-weight: 400;
    text-transform: uppercase;
    color: black;
    font-size: 37px;
}

.body_three strong {
    display: block;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    line-height: 48px;
    text-transform: uppercase;
    color: #424242;
    font-size: 35px;
    font-weight: 500;
}

.body_three ul {
    display: block;
    text-align: center;
}

.body_three ul li {
    display: inline-block;
    vertical-align: top;
    width: 480px;
    margin: 40px 40px 0 40px;
}

.body_three ul li .images {
    display: block;
    text-align: center;
}

.body_three ul li .images img {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
}

.body_three ul li p {
    display: block;
    margin-top: 24px;
    text-align: center;
    color: black;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    text-transform: uppercase;
}

.body_three ul li .btn_zkz {
    display: block;
    margin: 40px auto 0 auto;
    width: 222px;
    height: 60px;
    background-color: #1d9800;
    box-sizing: border-box;
    cursor: pointer;
    border: 2px solid #1d9800;
    border-radius: 6px;
    text-align: center;
    transition: .3s;
}
.btn_zkz a , .btn_s a, .btn_get a{
width: 222px;
    height: 60px;
	display:inline-block;
}

.body_three ul li .btn_zkz span {
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 58px;
    text-transform: uppercase;
    transition: .3s;
}

.body_three ul li .btn_zkz:hover {
    background-color: transparent;
    transition: .3s;
}

.body_three ul li .btn_zkz:hover span {
    color: #000;
    transition: .3s;
}

section.four {
    display: block;
    position: relative;
    background-color: #1d9800;
}

.body_four {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 50px 0;
}

.body_four h2 {
    display: block;
    text-align: center;
    color: white;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 37px;
    line-height: 32px;
    text-transform: uppercase;
}

.body_four form {
    display: block;
    margin-top: 44px;
}

.body_four form input {
    display: inline-block;
    vertical-align: top;
    width: 348px;
    height: 50px;
    background-color: white;
    border-radius: 5px;
    box-sizing: border-box;
    outline: none;
    margin-bottom: 30px;
    border: none;
    padding: 0 16px 0 42px;
    background-repeat: no-repeat;
    color: #737373;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
}

.body_four form input.inp_name {
    background-image: url('../img/ico_1.png');
    background-position: center left 10px;
}

.body_four form input.inp_tel {
    background-image: url('../img/ico_2.png');
    background-position: center left 10px;
    margin-left: 36px;
}
.body_four form input.inp_mail {
    margin-left: 36px;	
} 

.body_four form button {
    display: inline-block;
	display: block;
    vertical-align: top;
    float: right;
	float: none;
    width: 348px;
    height: 50px;
    border: 2px solid white;
    background-color: transparent;
    box-sizing: border-box;
    color: white;
    outline: none;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 6px;
    cursor: pointer;
    transition: .3s;
	margin: 0 auto;
}

.body_four form button:hover {
    background-color: #fff;
    color: #1d9800;
    transition: .3s;
}

section.five {
    display: block;
    position: relative;
}

.body_five {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 40px 0;
}

.body_five h2 {
    display: block;
    text-align: center;
    color: black;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 37px;
    line-height: 48px;
    text-transform: uppercase;
}

.body_five ul {
    display: block;
    text-align: left;
}

.body_five ul li {
    display: inline-block;
    vertical-align: top;
    margin-top: 40px;
    margin-right: 30px;
}

.body_five ul li:last-child {
    float: right;
    margin-right: 0;
}

.body_five ul li img {
    display: block;
}

.body_five ul li p {
    display: block;
    text-align: center;
    margin-top: 30px;
    color: black;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    text-transform: uppercase;
}

.body_five ul li .btn_s {
    display: block;
    margin: 40px auto 0 auto;
    width: 222px;
    height: 60px;
    background-color: #1d9800;
    box-sizing: border-box;
    cursor: pointer;
    border: 2px solid #1d9800;
    border-radius: 6px;
    text-align: center;
    transition: .3s;
}

.body_five ul li .btn_s span {
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 58px;
    text-transform: uppercase;
    transition: .3s;
}

.body_five ul li .btn_s:hover {
    background-color: transparent;
    transition: .3s;
}

.body_five ul li .btn_s:hover span {
    color: #000;
    transition: .3s;
}

section.six {
    display: block;
    position: relative;
    background-color: #f3f3f3;
}

.body_six {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 40px 0;
}

.body_six h2 {
    display: block;
    text-align: center;
    color: black;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 37px;
    line-height: 48px;
    text-transform: uppercase;
}

.body_six strong {
    display: block;
    text-align: center;
    color: #424242;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 48px;
}

.body_six ul {
    display: block;
    text-align: center;
}

.body_six ul li {
    display: inline-block;
    vertical-align: top;
    width: 345px;
    margin: 40px 10px 0 10px;
}

.body_six ul li img {
    display: block;
    margin: 0 auto;
}

.body_six ul li p {
    display: block;
    margin-top: 26px;
    color: #383838;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
}

section.seven {
    display: block;
    position: relative;
}

.body_seven {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 40px 0;
}

.body_seven h2 {
    display: block;
    text-align: center;
    color: #1d9800;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 37px;
    line-height: 48px;
    text-transform: uppercase;
}

.body_seven ul {
    display: block;
    text-align: center;
}

.body_seven ul li {
    display: inline-block;
    vertical-align: top;
    width: 250px;
    margin: 40px 5px 0 5px;
}

.body_seven ul li img {
    display: block;
    margin: 0 auto;
}

.body_seven ul li p {
    display: block;
    margin-top: 22px;
    min-height: 100px;
    color:#000;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    text-transform: uppercase;
}

.body_seven ul li .btn_get {
    display: block;
    margin: 22px auto 0 auto;
    width: 222px;
    height: 60px;
    background-color: #1d9800;
    box-sizing: border-box;
    cursor: pointer;
    border: 2px solid #1d9800;
    border-radius: 6px;
    text-align: center;
    transition: .3s;
}

.body_seven ul li .btn_get span {
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 58px;
    text-transform: uppercase;
    transition: .3s;
}

.body_seven ul li .btn_get:hover {
    background-color: transparent;
    transition: .3s;
}

.body_seven ul li .btn_get:hover span {
    color: #000;
    transition: .3s;
}

section.eight {
    display: block;
    position: relative;
    width: 100%;
    height: 532px;
    background-image: none;
	background-color: #1d9800;
    background-repeat: no-repeat;
    background-position: center;
}

.body_eight {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 40px 0;
}

.body_eight h2 {
    display: block;
    text-align: center;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 37px;
    line-height: 48px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

section.nine {
    display: block;
    position: relative;
    width: 100%;
    height: 698px;
    background-image: url('../img/bg_4.jpg');
    background-repeat: no-repeat;
    background-position: center;
}

.body_nine {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 40px 0;
}

.body_nine h2 {
    display: block;
    text-align: center;
    color: black;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 37px;
    line-height: 48px;
    text-transform: uppercase;
}

.body_nine ul {
    display: block;
    text-align: left;
}

.body_nine ul li {
    display: inline-block;
    vertical-align: top;
    width: 530px;
    margin: 60px 0 0 0;
}

.body_nine ul li:nth-child(1) {
    margin-right: 50px;
}

.body_nine ul li:nth-child(3) {
    margin-right: 50px;
}

.body_nine ul li:nth-child(5) {
    margin-right: 50px;
}

.body_nine ul li:nth-child(7) {
    margin-right: 50px;
}

.body_nine ul li img {
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
}

.body_nine ul li p {
    display: inline-block;
    vertical-align: top;
    width: 470px;
    margin-left: 10px;
    text-shadow: 0 1px 0 white;
    color: #363636;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 34px;
}

section.ten strong {
    display: block;
    margin-top: 5px;
    text-align: center;
    color: white;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    line-height: 32px;
    text-transform: uppercase;
    font-size: 24px;
}

section.maps {
    display: block;
    position: relative;
}

.body_maps {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 40px 0;
}

.body_maps h2 {
    display: block;
    text-align: center;
    color: black;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 37px;
    line-height: 48px;
    text-transform: uppercase;
}

.body_maps ul {
    display: block;
    text-align: center;
}

.body_maps ul li {
    display: inline-block;
    vertical-align: top;
    margin: 50px 70px 0 70px;
}

.body_maps ul li strong {
    display: block;
    font-family: 'Roboto', sans-serif;
    line-height: 24px;
    color: #1d9800;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
}

.body_maps ul li p {
    display: block;
    margin-top: 5px;
    font-family: 'Roboto', sans-serif;
    line-height: 24px;
    color: black;
    font-size: 16px;
    font-weight: 400;
}

.body_maps ul li iframe {
    display: block;
    margin: 10px auto 0 auto;
}

footer {
    display: block;
    position: relative;
    background-color: #1d9800;
}

.footer_logo {
    background-color: #1d9800;
    padding: 10px;
    width: 75px;
	height: 75px;
}

.emailtop  {
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    font-weight: 700;
    color: #000;
}




.body_footer {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 18px 0;
}

.body_footer .logo_ft {
    display: inline-block;
    vertical-align: middle;
}

.body_footer p.p_logo {
    display: inline-block;
    vertical-align: middle;
    color:#fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 32px;
    margin-left: 24px;
}

.body_footer .contact_ft {
    display: inline-block;
    vertical-align: middle;
    float: right;
    text-align: right;
    margin-top: 41px;
}

.body_footer .contact_ft strong {
    display: block;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 40px;
    line-height: 44px;
    font-weight: 400;
    text-transform: uppercase;
}

.body_footer .contact_ft a {
    display: block;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    font-weight: 300;
    line-height: 23px;
    text-decoration: none;
}

.body_footer .contact_ft a:hover {
    text-decoration: none;
}


/*---------POPUP----------*/

.form_data_popup {
    display: block;
    position: relative;
    margin: 30px auto 0 auto;
    width: 400px;
    box-sizing: border-box;
}

.form_data_popup strong {
    display: block;
    text-align: center;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 29px;
    font-weight: 300;
    line-height: 23px;
    margin: 40px 0 50px 0;
}

.form_data_popup input {
    display: block;
    width: 100%;
    height: 50px;
    background-color: white;
    border-radius: 5px;
    box-sizing: border-box;
    outline: none;
    margin-bottom: 30px;
    border: 1px solid #000;
    padding: 0 16px 0 42px;
    background-repeat: no-repeat;
    color: #737373;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
}

.form_data_popup input.inp_name {
    background-image: url('../img/ico_1.png');
    background-position: center left 10px;
}

.form_data_popup input.inp_tel {
    background-image: url('../img/ico_2.png');
    background-position: center left 10px;
}

.form_data_popup input.inp_mail {
    background-image: url('../img/ico_2.png');
    background-position: center left 10px;
}

input.inp_tel {
	background-image: url('../img/ico_2-tel.png') !important; 
	background-position: center left 14px !important;
}
input.inp_mail {
	background-image: url('../img/ico_2.png') !important;
    background-position: center left 10px !important;
}

.form_data_popup button {
    display: block;
    width: 100%;
    height: 60px;
    background-color: #1d9800;
    border: 2px solid #1d9800;
    box-sizing: border-box;
    color: white;
    outline: none;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
    outline: none;
    text-transform: uppercase;
    border-radius: 6px;
    cursor: pointer;
    transition: .3s;
}

.form_data_popup button:hover {
    background-color: transparent;
    color: #000;
    transition: .3s;
}


/*---------POPUP----------*/

@media (max-height: 900px) {
    .content_body_hdr .top_title {
        padding: 12px 68px 10px 68px;
    }
    .content_body_hdr .top_title h1 {
        font-size: 38px;
        line-height: 48px;
    }
    .content_body_hdr .top_title span {
        font-size: 34px;
        line-height: 48px;
    }
    .content_body_hdr .top_title p {
        font-size: 24px;
        line-height: 48px;
    }
    .content_body_hdr .txt_eco {
        margin-top: 15px;
    }
    .content_body_hdr .txt_cns {
        margin-top: 15px;
    }
    .content_body_hdr form.form_data {
        margin-top: 15px;
    }
    .content_body_hdr form.form_data input {
        margin-bottom: 15px;
    }
}

@media (max-height: 830px) {
    .content_top_header {
        padding: 36px 0;
    }
    .content_top_header .logo img {
        width: 90px;
    }
    .content_body_hdr .top_title {
        display: inline-block;
        width: auto;
    }
    .content_body_hdr .top_title h1 {
        font-size: 30px;
        line-height: 42px;
    }
    .content_body_hdr .top_title span {
        font-size: 30px;
        line-height: 42px;
    }
    .content_body_hdr .top_title p {
        font-size: 20px;
        line-height: 36px;
    }
    .content_body_hdr .txt_eco {
        width: auto;
        width: 835px;
        max-width: 100%;
        padding: 10px 10px;
    }
    .content_body_hdr .txt_eco p {
        font-size: 22px;
    }
    .content_body_hdr .txt_cns {
        width: auto;
        width: 835px;
        max-width: 100%;
        padding: 10px 10px;
    }
    .content_body_hdr .txt_cns p {
        font-size: 18px;
    }
}

@media (max-width: 1200px) {
    .wrapper {
        max-width: 960px;
    }
    .body_one ul {
        text-align: center;
    }
    .body_one ul li:last-child {
        float: none;
        margin-right: 40px;
    }
    .body_one ul li {
        margin: 30px 40px 0 40px;
    }
    .body_one h2 {
        font-size: 38px;
    }
    .title_two h2 {
        font-size: 38px;
    }
    .body_two ul li {
        margin: 60px 30px 0 30px;
    }
    .body_three ul li {
        margin: 40px 10px 0 10px;
        width: 450px;
    }
    .body_four form input {
        width: 300px;
    }
    .body_four form button {
        width: 300px;
    }
    .body_four form input.inp_tel {
        margin-left: 25px;
    }
	.body_four form input.inp_mail {
		margin-left: 25px;	
	} 
    .body_five ul li {
        margin-right: 26px;
    }
    .body_five ul li img {
        width: 300px;
    }
    .body_seven ul li {
        margin: 40px 45px 0 45px;
    }
    .body_nine ul li {
        width: 450px;
    }
    .body_nine ul li p {
        width: 400px;
        font-size: 25px;
    }
    .body_maps ul li {
        margin: 50px 30px 0 30px;
    }
    .bx-wrapper {
        max-width: 860px !important;
    }
    h2 {
        font-size: 28px !important;
        line-height: 36px !important;
    }
    .body_three strong {
        font-size: 26px;
    }
    .body_footer p.p_logo {
        font-size: 25px;
    }
}

@media (max-width: 1000px) {
    .wrapper {
        max-width: 720px;
    }
    .content_top_header .contact strong {
        font-size: 30px;
    }
    .content_top_header .contact span {
        font-size: 14px;
    }
    .content_top_header .btn_callback {
        width: 200px;
        height: 40px;
    }
    .content_top_header .btn_callback span {
        width: 200px;
        line-height: 38px;
        font-size: 16px;
    }
    .content_top_header .logo img {
        width: 70px;
    }
    .content_top_header {
        padding: 30px 0;
    }
    .content_top_header .btn_callback {
        margin-top: 14px;
    }
    .content_body_hdr .top_title h1 {
        font-size: 22px;
        line-height: 38px;
    }
    .content_body_hdr .top_title span {
        font-size: 24px;
        line-height: 38px;
    }
    .content_body_hdr .top_title p {
        font-size: 15px;
        line-height: 36px;
    }
    .content_body_hdr .txt_eco {
        width: 706px;
    }
    .content_body_hdr .txt_eco p {
        font-size: 18px;
    }
    .content_body_hdr .txt_cns {
        width: 706px;
    }
    .content_body_hdr .txt_cns p {
        font-size: 16px;
    }
    header {
        height: 650px;
    }
    .body_one h2 {
        font-size: 28px;
        line-height: 36px;
    }
    .title_two h2 {
        font-size: 28px;
        line-height: 36px;
    }
    .body_one ul li {
        margin: 30px 30px 0 30px;
    }
    section.three {
        height: auto;
        background-size: cover;
    }
    .body_four form input {
        display: block;
        margin: 20px auto !important;
    }
    .body_four form button {
        display: block;
        float: none;
        margin: 0 auto !important;
    }
    .body_five ul {
        text-align: center;
    }
    .content_body_hdr .top_title span {
        font-size: 20px;
    }
    .body_five ul li {
        margin: 30px 20px 0 20px;
    }
    .body_five ul li:last-child {
        float: none;
        margin-right: 0;
    }
    .body_six ul li {
        width: 330px;
    }
    section.nine {
        height: auto;
        background-size: cover;
    }
    .body_nine ul {
        text-align: center;
    }
    .body_nine ul li {
        text-align: left;
        margin: 40px 30px 0 30px !important;
    }
    .body_footer p.p_logo {
        display: none;
    }
    .bx-wrapper {
        max-width: 660px !important;
    }
    .body_six strong {
        line-height: 36px;
    }
    h2 {
        font-size: 26px !important;
    }
}

@media (max-width: 766px) {
    .wrapper {
        max-width: 500px;
    }
    header {
        height: auto;
    }
    .body_header {
        padding-bottom: 40px;
    }
    .content_top_header .contact strong {
        font-size: 24px;
    }
    .content_top_header .contact span {
        font-size: 12px;
        line-height: 16px;
    }
    .content_top_header .logo img {
        width: 50px;
    }
    .content_top_header {
        padding: 24px 0;
    }
    .content_top_header .btn_callback {
        width: 180px;
        height: 40px;
        margin-top: 9px;
    }
    .content_top_header .btn_callback span {
        font-size: 14px;
    }
    .content_body_hdr .txt_eco {
        width: 100%;
        height: auto;
    }
    .content_body_hdr .txt_cns {
        width: 100%;
        height: auto;
    }
    section.eight {
        height: auto;
    }
    .bx-wrapper {
        max-width: 400px !important;
    }
    body {
        overflow-x: hidden;
    }
    h2 {
        font-size: 18px !important;
    }
}

@media (max-width: 520px) {
    .wrapper {
        max-width: 300px;
    }
    .content_top_header {
        text-align: center;
    }
    .content_top_header .logo {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        text-align: center;
    }
    .content_top_header .contact {
        text-align: center;
    }
    .content_top_header .btn_callback {
        margin: 20px auto 0 auto;
        float: none;
    }
    .content_body_hdr .top_title {
        width: 100%;
        padding: 12px 18px 10px 18px;
    }
    .content_body_hdr form.form_data {
        width: 100%;
    }
    .body_one h2 {
        font-size: 22px;
    }
    .body_one .btn_request {
        width: 100%;
        height: 40px;
    }
    .body_one .btn_request span {
        font-size: 14px;
        line-height: 38px;
    }
    .title_two h2 {
        font-size: 20px;
    }
    .body_two ul li .img_block {
        width: 300px;
        height: 164px;
        background-size: 100%;
    }
    .body_two ul li {
        display: block;
        margin: 40px 0 0 0;
    }
    .body_two ul li p {
        font-size: 18px;
    }
    .content_body_hdr .txt_eco {
        width: 100%;
        height: auto;
    }
    .content_body_hdr .txt_cns {
        width: 100%;
        height: auto;
    }
    body {
        overflow-x: hidden;
    }
    .body_three ul li .images img {
        width: 100px;
    }
    .body_one ul li {
        margin: 30px 0 0 0;
    }
    .body_three ul li {
        width: 100%;
        margin: 40px 0 0 0;
    }
    .body_five ul li {
        margin: 30px 0 0 0;
        width: 100%;
    }
    .body_six ul li {
        margin: 30px 0 0 0;
        width: 100%;
    }
    .body_seven ul li {
        margin: 30px 0 0 0;
        width: 100%;
    }
    .bx-wrapper {
        width: 300px !important;
    }
    .bx-wrapper .bx-prev {
        left: -28px !important;
    }
    .bx-wrapper .bx-next {
        right: -26px !important;
    }
    .body_nine ul li {
        margin: 30px 0 0 0 !important;
        width: 100%;
    }
    .body_nine ul li p {
        width: 240px;
        font-size: 20px;
        line-height: 24px;
    }
    .body_maps ul li {
        margin: 30px 0 0 0;
        width: 100%;
    }
    .body_maps ul li iframe {
        width: 100% !important;
    }
    .body_footer {
        text-align: center;
    }
    .body_footer .contact_ft {
        float: none;
    }
    .body_footer .contact_ft strong {
        font-size: 36px;
    }
}
.counter {text-align:right;}