#top_banner {
    background: url(img/banner.jpg) no-repeat center center;
    height: 410px;
}
.zag_white {
    font-family: "Exo 2", sans-serif;
    font-size: 30px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 35px 0 0;
}
.green_line {
    width: 100px;
    height: 2px;
    background: #017a26;
    margin: 20px auto;
    border-radius: 5px;
}
.top_banner_text {
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
}
.top_banner_link {
    text-align: center;
    margin: 240px auto 0;
}
.top_banner_link a {
    background: #017a26;
    color: #fff;
    text-decoration: none;
    padding: 20px 40px;
    border-radius: 5px;
    font-family: "Exo 2", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
	transition: 0.5s ease;
}
.top_banner_link a:hover {
    color: #017a26;
    background: #fff;
	transition: 0.5s ease;
}
.all_uslugi {
    margin: 60px 0 0 0;
}
h2 {
    font-size: 20px;
    font-family: "Exo 2", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
	color: #252525;
}
p {
    padding-bottom: 10px;
    color: #252525;
}
.one_usluga {
    display: inline-block;
    width: 46%;
    margin: 15px;
    border: 1px solid #f3f3f3;
    border-radius: 5px;
	height: 302px;
}
.one_usluga_name {
    font-family: "Exo 2", sans-serif;
    font-weight: bold;
    font-size: 16px;
    padding: 20px 0;
    height: 80px;
}
.one_usluga_img {
    width: 150px;
    display: inline-block;
    vertical-align: top;
}
.one_usluga_text {
    display: inline-block;
    width: calc(100% - 155px);
    vertical-align: top;
	color: #252525;
	padding: 0 10px;
}
.one_usluga_text p {
    height: 130px;
}
.one_usluga_img img {
    border-radius: 5px 0 0 5px;
}
.one_usluga_price {
    font-size: 20px;
    color: #017a26;
    font-weight: bold;
    font-family: "Exo 2", sans-serif;
	padding-bottom: 10px;
}
.one_usluga_button {
    font-family: "Exo 2", sans-serif;
    font-size: 16px;
    border-radius: 5px;
    border: 2px solid #017a26;
    color: #017a26;
    padding: 8px 10px;
    text-transform: uppercase;
    width: 130px;
    text-align: center;
	cursor: pointer;
	transition: 0.5s ease;
}
.one_usluga_button:hover {
    border: 2px solid #017a26;
    background: #017a26;
    color: #fff;
	transition: 0.5s ease;
}
.all_request {
    background: url(img/request.png) no-repeat;
	height: 330px;
}
#request {
    width: 540px;
    padding: 30px;
}
#request .zag_white {
    text-align: left;
    padding: 40px 0 0;
}
#request .green_line {
    margin: 20px 0;
}
#request p {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
	padding: 0 20px 10px 0;
}
#request input, #action input {
    font-family: "Exo 2", sans-serif;
    color: #fff;
    font-size: 16px;
    padding: 10px 10px 10px 15px;
    background: transparent;
    border: 1px solid #515151;
    border-radius: 5px;
    width: 200px;
    margin: 10px 10px 0 0;
}
#request input[type="submit"], #action input[type="submit"] {
    background: url(img/send.png) no-repeat 0 -31px;
    width: 37px;
    font-size: 0;
    border: 0;
    height: 32px;
    margin: 15px 0 0 10px;
	vertical-align: top;
}
#request input[type="submit"]:hover, #action input[type="submit"]:hover {
    background-position: 0 0;
}
.all_benefits {
    padding: 40px 0 30px;
    border-bottom: 1px solid #f4f4f4;
}
.one_benefit {
    background: url(img/plus1.png) no-repeat top center;
    display: inline-block;
    width: 20%;
    text-align: center;
    height: 150px;
	vertical-align: top;
	padding-top: 90px;
    font-weight: bold;
    font-family: "Exo 2", sans-serif;
}
.one_benefit_split {
    display: inline-block;
    vertical-align: top;
    background: url(img/square.png) no-repeat center center;
    height: 21px;
    width: 5%;
	margin-top: 60px;
}
.all_benefits div:nth-child(3) {
    background: url(img/plus2.png) no-repeat top center;
}
.all_benefits div:nth-child(5) {
    background: url(img/plus3.png) no-repeat top center;
}
.all_benefits div:nth-child(7) {
    background: url(img/plus4.png) no-repeat top center;
}
.all_breakage {
    background: url(img/why.jpg) no-repeat center center;
    height: 847px;
    padding: 0 20px 40px 20px;
    color: #fff;
}
.all_breakage .zag_white {
    font-size: 20px;
}
.all_breakage p {
    color: #fff;
    border-bottom: 1px solid #349050;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.all_breakage .green_line {
    background: #349551;
}
.all_breakage ol {
    counter-reset: list;
    list-style: none;
    border-bottom: 1px solid #349050;
}
.all_breakage ol li {
    position: relative;
    padding: 3px 0 16px 55px;
    min-height: 60px;
}
.all_breakage ol li:before {
    content: counters(list, ".");
    counter-increment: list;
    position: absolute;
    left: 0px;
    top: 5px;
    width: 40px;
    height: 40px;
    background: #fff;
    font-size: 16px;
    color: #017a26;
    font-weight: bold;
    border-radius: 100%;
    text-align: center;
    line-height: 40px;
}
.breakage_buttons {
    padding: 40px 0 0;
}
.breakage_buttons .breakage_button{
    display: inline-block;
    width: 49%;
    text-align: right;
    padding: 0 10px;
}
.breakage_buttons .breakage_button + .breakage_button{
    text-align: left;
}
.breakage_button a {
    color: #017a26;
    background: #fff;
    text-decoration: none;
    padding: 13px 70px;
    border-radius: 5px;
    font-family: "Exo 2", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    transition: 0.5s ease;
}
.breakage_button a:hover {
    background: #252525;
    color: #fff;
    transition: 0.5s ease;
}
.middle_banner {
    border: 2px solid #017a26;
    border-radius: 5px;
    margin: 40px 0;
}
.middle_banner_zag {
    font-size: 26px;
    color: #017a26;
    font-family: "Exo 2", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 28px;
    padding-bottom: 15px;
}
.middle_banner_img {
    display: inline-block;
    vertical-align: top;
	width: 300px;
	text-align: center;
	padding: 20px;
}
.middle_banner_text {
    display: inline-block;
    width: calc(100% - 320px);
    vertical-align: top;
    padding: 40px 0;
}
.all_reviews .zag_white {
    color: #252525;
    font-size: 20px;
}
.one_cost_img {
    display: inline-block;
    width: 460px;
    overflow: hidden;
    vertical-align: top;
}
.one_cost_text {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 470px);
    padding: 10px;
    text-align: center;
}
.one_cost_img img {
    height: 100%;
	width: 450px;
    border-radius: 5px;
    overflow: hidden;
}
.one_cost_name {
    font-size: 16px;
    color: #252525;
    font-family: "Exo 2", sans-serif;
    font-weight: bold;
	padding-bottom: 10px;
}
.one_cost {
    margin-bottom: 15px;
}
.one_cost_price {
    padding: 5px 0 15px;
    font-weight: bold;
}
.one_cost_button {
    font-family: "Exo 2", sans-serif;
    font-size: 16px;
    border-radius: 5px;
    border: 2px solid #017a26;
    color: #017a26;
    padding: 10px;
    text-transform: uppercase;
    width: 250px;
    text-align: center;
	cursor: pointer;
	margin: 0 auto;
	transition: 0.5s ease;
}
.one_cost_button:hover {
    border: 2px solid #017a26;
    background: #017a26;
    color: #fff;
	transition: 0.5s ease;
}
.advantages .zag_white {
    color: #252525;
    font-size: 20px;
}
.advantages img {
    padding: 20px 0;
    width: 100%;
}
.modes .zag_white {
    color: #252525;
    font-size: 20px;
    padding: 50px 0 0;
}
.modes p {
    text-align: center;
}
.modes ul li {
    background: url(img/check.png) no-repeat left center;
    width: 45%;
    display: inline-block;
    padding: 10px 10px 10px 50px;
    vertical-align: top;
}
.all_tips .zag_white {
    color: #252525;
    font-size: 20px;
    padding: 50px 0 0;
}
.all_tips_img {
    display: inline-block;
    width: 300px;
    overflow: hidden;
}
.all_tips_text {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 310px);
}
.all_tips_text ol {
    counter-reset: list;
    list-style: none;
	padding: 25px 0;
}
.all_tips_text ol li {
    position: relative;
    padding: 5px 0 15px 15px;
    min-height: 60px;
}
.all_tips_text ol li::before {
    content: counters(list, ".");
    counter-increment: list;
    position: absolute;
    left: -18px;
    top: 5px;
    width: 20px;
    height: 20px;
    background: #017a26;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    border: 2px solid #fff;
    border-radius: 5px;
}
.features .zag_white {
    color: #252525;
    font-size: 20px;
    padding: 50px 0 0;
}
.features_more {
    font-family: "Exo 2", sans-serif;
    color: #017a26;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    cursor: pointer;
    background: url(img/shadow.png) center top;
    height: 150px;
    margin: -150px 0 0 0;
    padding: 70px 0 0 0;
}
.features_more img {
    width: 4px;
    height: 8px;
    margin: 0 0 0 10px;
}
.all_action {
    background: url(img/request2.png) no-repeat;
	height: 330px;
}
#action {
    width: 540px;
    padding: 30px;
}
#action .zag_white {
    text-align: left;
    padding: 40px 0 0;
}
#action .green_line {
    margin: 20px 0;
	background: #349551;
}
#action p {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
	padding: 0 20px 10px 0;
}
#request input, #action input {
    font-family: "Exo 2", sans-serif;
    color: #fff;
    font-size: 16px;
    padding: 10px 10px 10px 15px;
    background: #017a26;
    border: 1px solid #339450;
    border-radius: 5px;
    width: 200px;
    margin: 10px 10px 0 0;
}
#request input[type="submit"], #action input[type="submit"] {
    background: url(img/send2.png) no-repeat 0 -31px;
    width: 37px;
    font-size: 0;
    border: 0;
    height: 32px;
    margin: 15px 0 0 10px;
	vertical-align: top;
}
#request input[type="submit"]:hover, #action input[type="submit"]:hover {
    background-position: 0 0;
}
.all_proff .zag_white {
    color: #252525;
    font-size: 20px;
    padding: 70px 0 0;
}
.one_proff {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    margin: 0 0 20px 0;
}
.one_proff_img {
    width: 86px;
    display: inline-block;
    vertical-align: top;
}
.one_proff_text {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 90px);
    padding: 22px 0;
    line-height: 20px;
}
.one_proff.one_line .one_proff_text{
    padding: 33px 0;
}
.all_proff {
    padding: 10px 0 70px;
}
.all_proff_items {
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 20px 0 10px 0;
    margin: 20px 0;
}
.features_text {
    height: 215px;
    overflow: hidden;
}
.alert.alert-success {
    text-align: center;
    font-size: 26px;
    background: #017a26;
    padding: 20px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    margin-top: -5px;
}

@media (max-width: 1366px) {
	.all_breakage ol li {
		padding: 3px 0 9px 55px;
		min-height: 52px;
	}
}
@media (max-width: 1199px) {
	.one_usluga {
		width: 100%;
	}
	.all_breakage {
		height: auto;
		background: url(img/why.jpg) repeat top center;
	}
	.breakage_button a {
		font-size: 14px;
	}
	.middle_banner_zag {
		font-size: 22px;
	}
	.middle_banner_text {
		padding: 20px 0;
	}
	.one_cost_img, .one_cost_img img {
		width: 260px;
	}
	.one_cost_text {
		width: calc(100% - 270px);
	}
	.one_cost_text {
		padding: 0;
	}
	.all_tips_img {
		width: 200px;
	}
	.all_tips_text {
		width: calc(100% - 210px);
	}
	.all_tips_text ol {
		padding: 0;
	}
	.all_tips_text ol li {
		padding: 5px 0 5px 10px;
		font-size: 13px;
	}
}
@media (max-width: 992px) {
	aside noindex {
		display: inline-block;
		vertical-align: top;
		width: 33%;
	}
	.one_usluga {
		width: 46%;
	}
	.one_cost_img, .one_cost_img img {
		width: 460px;
	}
	.one_cost_text {
		width: calc(100% - 470px);
	}
	.all_tips_img {
		width: 297px;
	}
	.all_tips_text ol li {
		font-size: 14px;
		padding: 25px 0 15px 15px;
	}
	.all_tips_text {
		width: calc(100% - 310px);
	}
	.all_tips_text ol {
		padding: 25px 0;
	}
}
@media (max-width: 880px) {
	.one_usluga {
		width: 100%;
	}
	.one_cost_img, .one_cost_img img {
		width: 400px;
	}
	.all_tips_img {
		width: 200px;
	}
	.all_tips_text {
		width: calc(100% - 210px);
	}
	.all_tips_text ol {
		padding: 0;
	}
	.all_tips_text ol li {
		padding: 5px 0 15px 10px;
	}
	aside noindex {
		width: 32%;
	}
}
@media (max-width: 767px) {
	.one_cost_img, .one_cost_img img {
		width: 320px;
	}
	.one_cost_text {
		width: calc(100% - 330px);
	}
	.one_benefit {
		font-size: 11px;
	}
	.breakage_button a {
		padding: 13px 30px;
	}
	.middle_banner_zag {
		font-size: 15px;
		line-height: 18px;
	}
	.zag_white {
		padding: 20px 0 0;
	}
	.middle_banner {
		margin: 40px 0 20px 0;
	}
	.one_cost_img, .one_cost_img img {
		width: 200px;
	}
	.one_cost_text {
		width: calc(100% - 210px);
	}
	.all_tips_text ol li {
		font-size: 14px;
	}
	.all_tips_img {
		display: none;
	}
	.all_tips_text {
		width: 100%;
	}
	.all_tips_text ol li {
		padding: 5px 0 15px 25px;
	}
	.all_tips_text ol li::before {
		left: 0px;
	}
}
@media (max-width: 575px) {
	aside noindex {
		width: 100%;
	}
	.one_proff {
		width: 100%;
		margin: 0;
	}
	.one_proff_text {
		padding: 10px 0 22px 0;
	}
	.one_proff.one_line .one_proff_text {
		padding: 10px 0;
	}
	.all_action {
		background: #017a26;
		height: auto;
	}
	#action {
		width: 100%;
		padding: 15px;
	}
	.zag_white {
		font-size: 20px;
		text-align: center;
		padding: 20px 0 0;
	}
	#action .zag_white {
		text-align: center;
		padding: 20px 0 0;
	}
	#action .green_line {
		margin: 20px auto;
	}
	#request input, #action input {
		width: 100%;
		margin: 10px auto;
	}
	#request input[type="submit"], #action input[type="submit"] {
		margin: 15px auto;
		display: block;
	}
	.one_cost_img {
		display: none;
	}
	.one_cost_text {
		width: 100%;
		padding-bottom: 40px;
	}
	.one_cost_price {
		width: 80%;
		margin: 0 auto;
	}
	.middle_banner_img {
		width: 100%;
	}
	.middle_banner_text {
		width: 100%;
		text-align: center;
	}
	.middle_banner_text {
		width: 95%;
		text-align: center;
		display: block;
		margin: 0 auto;
	}
	.middle_banner_zag {
		font-size: 19px;
		line-height: 25px;
	}
	.all_breakage {
		padding: 0 10px 20px;
	}
	.all_breakage ol li::before {
		top: 5px;
		width: 20px;
		height: 20px;
		line-height: 20px;
	}
	.all_breakage ol li {
		padding: 0px 0 9px 30px;
	}
	.breakage_buttons .breakage_button {
		width: 100%;
	}
	.breakage_button a {
		width: 100%;
		display: block;
		text-align: center;
		margin-bottom: 15px;
	}
	.one_benefit {
		width: 45%;
	}
	.one_benefit_split {
		width: 7%;
	}
	.one_benefit_split.mhide {
		display: none;
	}
	.all_request {
		background: #252525;
		height: auto;
	}
	#request {
		width: 100%;
		padding: 20px 10px;
	}
	#request .zag_white {
		text-align: center;
		padding: 20px 0 0;
	}
	#request .green_line {
		margin: 20px auto;
	}
	.top_banner_link a {
		padding: 15px 30px;
		font-family: "Exo 2", sans-serif;
		font-size: 14px;
		width: 100%;
		display: block;
	}
	.top_banner_text {
		background: rgba(0,0,0,.8);
		padding: 15px;
	}
	.top_banner_link {
		text-align: center;
		margin: 120px auto 0;
	}
	.one_usluga {
		margin: 0;
	}
	.one_usluga_img {
		display: none;
	}
	.one_usluga_text {
		width: 100%;
		text-align: center;
	}
	.one_usluga_button {
		width: 100%;
	}
}
@media (max-width: 320px) {
	
}



