*::-webkit-input-placeholder {
	color: #cccccc;
	opacity: 1;
}
*:-moz-placeholder {
	color: #cccccc;
	opacity: 1;
}
*::-moz-placeholder {
	color: #cccccc;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #cccccc;
	opacity: 1;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body input:focus:required:invalid,
body textarea:focus:required:invalid {
	
}
body input:required:valid,
body textarea:required:valid {
	
}
body {
	font-family: sans-serif;
	font-size: 24px;
	min-width: 320px;
	position: relative;
	line-height: 1.6;
	font-family: 'Open Sans', sans-serif;
	overflow-x: hidden;
	margin: 0;
	font-weight: 300;
	color: #000000;
}
p{
	margin: 0;
}
a{
	text-decoration: none;
}
img{
	max-width: 100%;
	height: auto;
}
ul li{
	list-style: none;
}
ul{
	margin: 0;
	padding-left: 0;
}
h1, h2, h3, h4, h5, h6{
	margin: 0;
	
}
h1 {
    font-weight: bold;
    font-size: 118px;
    line-height: 89px;
}
h1 span{
	font-size: 68px;
}
h2 {
    font-weight: 600;
    font-size: 60px;
    line-height: 73px;
}
.hidden {
	display: none;
}
.container{
	margin: 0 auto;
	position: relative;
	padding: 0 15px;
	width: 100%;
	max-width: 1170px;
}
header {
    padding-top: 47px;
    padding-bottom: 30px;
}
.logo img {
    vertical-align: bottom;
}
a.tel {
    color: #000000;
    position: relative;
    display: inline-block;
    padding-left: 17px;
    line-height: 19px;
    font-weight: bold;
}
a.tel::before {
    content: '';
    position: absolute;
    width: 13px;
    height: 19px;
    left: 0;
    top: 0;
    background: url(../img/tel.png);
}
.menuToggle {
    cursor: pointer;
    display: flex;
    font-size: 14px;
    align-items: center;
    text-transform: uppercase;
    width: 81px;
    margin: 0 auto;
}
.toggle {
    width: 20px;
    height: 11px;
    position: relative;
    align-items: center;
    display: flex;
    margin-left: 15px;
}
.toggle span {
    display: block;
    width: 100%;
    height: 1px;
    background: #000000;
    transition: background 0.3s;
}
.toggle span::before, .toggle span::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    display: block;
    background: #000000;
    transition: transform 0.3s;
}
.toggle span::before {
    top: 0;
}
.toggle span::after {
    bottom: 0;
}
.menuToggle.active .toggle span{
	background: transparent;
}
.menuToggle.active .toggle span::before {
    -webkit-transform: rotate(41deg);
    -ms-transform: rotate(41deg);
    -o-transform: rotate(41deg);
    transform: rotate(42deg);
    margin-top: 4px;
}
.menuToggle.active .toggle span::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: 6px;
}
.main_nav{
	position: relative;
}
.flex_block{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
}
.left_block {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    max-width: 414px;
    width: 100%;
}
.main_nav ul {
    width: 300px;
    position: absolute;
    right: 0;
    display: none;
    top: 28px;
    z-index: 10;
    padding: 9px 24px;
    background: #f8fafc;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.main_nav ul li a{
	display: inline-block;
	font-size: 16px;
	transition: color 0.3s;
	color: #000;
}
.main_nav ul li a:hover{
	color: #99cc66;
}
.info_main_text{
	max-width: 629px;
}
ul.list_main li{
	margin-bottom: 9px;
}
ul.list_main {
    margin-top: 46px;
    line-height: 28px;
}
ul.list_main li:last-child{
	margin-bottom: 0px;
}
.main_content {
    padding-top: 27px;
}
.form {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    max-width: 695px;
}
.form input, .btn {
    outline: none;
    border-radius: 40px;
    height: 81px;
    margin-top: 8px;
}
.form input {
    border: 2px solid #ff5123;
    text-align: center;
    font-size: 30px;
    font-weight: 300;
    color: #cccccc;
    background: transparent;
    transition: border 0.3s;
}
.form input:focus{
	border: 2px solid #99cc66;
}
.btn{
	border: 0;
	width: 100%;
	cursor: pointer;
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
	background: #8fba63;
	transition: background 0.3s;
	padding: 1px 1px;
	display: inline-block;
	font-weight: bold;
}
.btn:hover{
	background: #99cc66;
}
.form_info,
.button_block,
.form input,
.main_block .form{
	width: 338px;
}
.main_block .form .inp_block {
    margin-top: 6px;
}
.main_block .form input, 
.main_block .form .btn{
    margin-top: 18px;
}
.form_info {
    font-size: 48px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
.form_info p {
    width: 126px;
    font-size: 18px;
    line-height: 20px;
    margin-right: 21px;
}
.form_info b{
	display: block;
	font-weight: bold;

}
.form_info b span{
	color: #99cc66;
}
.inp_block {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.inp_block p {
    font-size: 16px;
    text-align: center;
    margin-top: 8px;
}
.top_container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    align-items: flex-start;
    padding-right: 63px;
}
.main_content .form {
    padding-top: 20px;
}
.blocks_item_info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 114px;
}
.item_info {
    position: relative;
    padding-left: 31px;
    font-size: 16px;
    line-height: 24px;
    width: 264px;
}
.item_info::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    background: url(../img/check.png);
    width: 18px;
    height: 18px;
}
.item_info b{
	display: block;
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 10px;
}
.trust_block {
    font-size: 36px;
    position: relative;
    line-height: 54px;
    display: flex;
    margin-top: 104px;
}
.trust_block p span{
	font-weight: 600;
}
.trust_block p {
    max-width: 868px;
}
.trust_block b {
    display: block;
    font-size: 132px;
    color: #ff4513;
    line-height: 89px;
    width: 20px;
    margin-right: 36px;
    font-weight: 600;
}
section.main_block {
    padding-bottom: 67px;
    overflow: hidden;
    position: relative;
}
section.main_block::after,
section.main_block::before{
	content: '';
	position: absolute;
	top: 0;
}
section.main_block::before {
    left: 50%;
    margin-left: -959px;
    width: 292px;
    background: #f8fafc;
    height: 100%;
}
section.main_block::after {
    width: 375px;
    height: 100%;
    right: 50%;
    margin-right: -962px;
    background: url(../img/bg1.png) no-repeat;
}
section.block_help {
    padding-top: 80px;
    padding-bottom: 149px;
}
.top_flex_bl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-right: 5%;
}
.block_help h2 {
    max-width: 563px;
}
.imeg_help {
    width: 250px;
    height: 202px;
    background: url(../img/img1.png) no-repeat;
    background-size: cover;
}
.blocks_help_info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 97px;
}
.item_bl_help {
    width: 32%;
    position: relative;
    background: #f8fafc;
    margin-top: 34px;
    padding-bottom: 99px;
}
.info_bl_help {
    padding: 40px 28px 25px 28px;
}
.item_bl_help::before {
    content: '';
    position: absolute;
    width: 44px;
    height: 44px;
    left: 50%;
    margin-left: -23px;
    top: -31px;
}
.item_bl_help:nth-child(1)::before{
	background-image: url(../img/icon1.png);
}
.item_bl_help:nth-child(2)::before{
	background-image: url(../img/icon2.png);
}
.item_bl_help:nth-child(3)::before {
    background-image: url(../img/icon3.png);
    width: 39px;
    margin-left: -17px;
}
.item_bl_help p{
	font-size: 16px;
	line-height: 24px;
	text-align: center;

}
.item_bl_help b {
    font-weight: 600;
    text-align: center;
    display: block;
    margin-bottom: 37px;
    line-height: 30px;
}
.help_time {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #fff;
    padding: 29px 3px;
}
.help_time p{
	position: relative;
	padding-left: 43px;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    width: 165px;
    text-align: left;
    margin: 0px auto 0 auto;
}
.help_time p::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/icon.png) no-repeat;
    width: 28px;
    height: 29px;

}
section.serviceable_lock {
    overflow: hidden;
    padding-top: 131px;
    padding-bottom: 142px;
    position: relative;
    background: #f8fafc;
}
section.serviceable_lock::before{
	background: url(../img/bg2.png) no-repeat;
    background-size: cover;
}
section.block_our_pride::before{
	background: url(../img/bg3.png) no-repeat;
    background-size: cover;
}
section.serviceable_lock::before,
section.block_our_pride::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 771px;
    height: 100%;
    margin-left: -963px;
    
}
.main_container_block {
    max-width: 752px;
    margin-left: auto;
}
.info_txt{
	max-width: 654px;
}
ol.list_number,
ul.list_block {
    padding-left: 28px;
    margin: 48px 0 54px 0;
}
ol.list_number{
	list-style-type: none;
    counter-reset: number;
}
ol.list_number li,
ul.list_block li {
    position: relative;
    padding-left: 49px;
    margin-bottom: 8px;
}
ol.list_number li:last-child,
ul.list_block li:last-child{
	margin-bottom: 0;
}
ol.list_number li:before {
    counter-increment: number;
    content: counter(number);
    position: absolute;
    left: 0;
    top: 0;
    width: 38px;
    height: 38px;
    background: #99cc66;
    font-size: 24px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
}
ol.list_number li:after {
    content: '.';
    position: absolute;
    left: 26px;
    font-size: 24px;
    color: #fff;
    top: 18px;
    line-height: 0;
}
.serviceable_lock .form {
    margin-left: auto;
}
.issues_block {
    padding-top: 133px;
    padding-bottom: 102px;
}
.imeg_issues {
    width: 298px;
    height: 245px;
    background: url(../img/img2.png) no-repeat;
}
.issues_block h2{
	max-width: 582px;
}
.issues_block .top_flex_bl {
    align-items: flex-start;
    padding-right: 2%;
}
.issues_item {
    background: #f8fafc;
    padding: 20px 73px 18px 36px;
    font-size: 30px;
    position: relative;
    border-radius: 10px;
    cursor: pointer;
}
.issues_item::after,
.issues_item::before{
	content: '';
    position: absolute;
}
.issues_item::before {
    left: 62px;
    bottom: -32px;
    width: 48px;
    height: 33px;
    background: url(../img/arr_bg.png) no-repeat;
}
.issues_item::after {
    width: 28px;
    height: 17px;
    background: url(../img/arr.png);
    right: 40px;
    top: 50%;
    margin-top: -9px;
}
.answer_block p {
    max-width: 942px;
    margin: 0 auto;
}
.answer_block {
    padding: 4px;
    margin-top: 32px;
    display: none;
}
.iss_block_info {
    margin-bottom: 77px;
}
.price_block {
    padding-top: 135px;
    padding-bottom: 142px;
    background: #f8fafc;
}
.info_price{
	width: 261px;
}
.text_block {
    font-size: 16px;
    line-height: 24px;
    position: relative;
    margin-top: 31px;
    padding-top: 35px;
}
.text_block::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/icon4.png);
	width: 22px;
	height: 22px;
}
.text_block p{
	margin-bottom: 10px;
}
.price_section {
    width: 752px;
    padding-top: 15px;
}
p.service_block {
    position: relative;
    padding-left: 62px;
    line-height: 32px;
}
p.service_block::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 33px;
    height: 33px;
    background: url(../img/icon5.png);
}
table.table tr:nth-child(2) p.service_block::before {
    background: url(../img/icon6.png);
    width: 34px;
    height: 28px;
}
table.table tr:nth-child(3) p.service_block::before {
    background: url(../img/icon7.png);
    width: 36px;
    height: 33px;
}
table.table tr:nth-child(4) p.service_block::before {
    background: url(../img/icon8.png);
    width: 36px;
    height: 31px;
}
table.table tr:nth-child(5) p.service_block::before {
    background: url(../img/icon9.png);
    width: 33px;
    height: 34px;
}
table.table {
    background: #fff;
    width: 100%;
    border-collapse: collapse;
}
table.table tr{
	border-bottom: 1px solid #f8fafc;
}
table.table tr:last-child{
	border-bottom: 0;
}
table.table tr td:first-child {
    padding: 23px 15px 23px 30px;
    width: 60%;
}
table.table tr td:last-child {
    font-weight: 600;
    font-size: 30px;
    text-align: right;
    padding: 23px 24px;
    width: 40%;
}
i.fa {
    font-size: 26px;
}
.price_block .form {
    margin: 0 auto;
}
.price_block .flex_block {
    align-items: flex-start;
}
.table_block {
    border: 5px dashed #fff;
    margin-bottom: 54px;
}
.block_our_pride {
    padding-top: 135px;
    padding-bottom: 136px;
    overflow: hidden;
    position: relative;
}
ul.list_block li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 31px;
    height: 32px;
    background: url(../img/check2.png);
}
.block_our_pride ul.list_block{
	margin-bottom: 0;
}
.right_now_block {
    padding-top: 135px;
    padding-bottom: 127px;
}
.right_now_block .main_container_block,
.accid_block .main_container_block{
	margin-left: 0;
}
.wrapper{
	overflow: hidden;
}
section.accid_block {
    background: #99cc66;
    padding-top: 73px;
    padding-bottom: 73px;
    color: #fff;
    line-height: 36px;
    position: relative;
}
h3{
	font-size: 48px;
	font-weight: 300;
	color: #fff;
}
.accid_block a.tel {
    color: #fff;
    padding-left: 30px;
    font-weight: 600;
    font-size: 48px;
    line-height: 36px;
}
.accid_block a.tel::before{
	background: url(../img/tel2.png);
    width: 21px;
    height: 36px;
}
.accid_block p{
	margin-top: 20px;
	margin-bottom: 20px;
}
.man_img {
    position: absolute;
    right: 50%;
    margin-right: -784px;
    width: 567px;
    height: 973px;
    background: url(../img/man.png);
    bottom: 0;
}
.right_block{
	max-width: 655px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.txt_block, .txt_block a {
    color: #333333;
    font-size: 18px;
    line-height: 20px;
}
.txt_block{
	max-width: 280px;
}
ul.soc_block li a{
	display: inline-block;
	width: 43px;
	height: 43px;
	background: #cccccc;
	border-radius: 50%;
}
ul.soc_block{
	display: flex;
	flex-wrap: wrap;
}
ul.soc_block li {
    margin: 0 14px;
}
footer .flex_block {
    align-items: flex-start;
}
footer {
    padding-top: 66px;
    padding-bottom: 61px;
}