.why-weare{
	padding-top: 10px;
	padding-bottom: 60px;
}
.why-weare p{
	font-size: 20px;
	line-height: 35px;
}
.why-weare .left_side{
	width: 50%;
}
.why-weare h2{
	margin-bottom: 0;
}
.why-weare .cover_inside{
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: flex-end;
	margin-top: -65px;
}
.why-weare .right_side{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
	max-width: 914px;
	width: 100%;
	color: #fff;
	padding-left: 240px;
	height: 215px;
}
.why-weare .right_side h3{
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 0;
}
.why-weare .right_side strong{
	display: block;
}
.why-weare .cover_wrapp{
	max-width: 450px;
	padding-top: 35px;
}
.why-weare .cover_wrapp p{
	line-height: 30px;
}
.working_process{
	padding-bottom: 113px;
	padding-top: 47px;
}
.working_process .cover_block{
	display: flex;
	justify-content: space-between;
}
.working_process .step_block{
	background-color: #fff;
	border-radius: 50%;
	padding:52px 35px 40px 20px;
	position: relative;
}
.working_process .step_block:before{
	position: absolute;
	right: 0;
	top: 50%;
	content: "";
	background-image: url('../img/arrow_q.png');
	background-repeat: no-repeat;
	width: 88px;
	height: 11px;
	right: -100px;
	background-position: center center;
	-webkit-transform: translate(-50%,0);
			transform: translate(-50%,0);
}
.working_process .info_block{
	align-items: baseline;
	display: flex;
	justify-content: space-between;
}
.working_process .left_part{
	font-size: 20px;
	width: 38px;
	margin-right: 16px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 36px;
	border:2px solid #5dbb53;
}
.working_process .step_block:last-child .left_part{
	border-color:#ffbd38;
}
.working_process .step_block:last-child:before{
	content: none;
}
.working_process .right_part{
	max-width: 179px;
}
.working_process .right_part .top_block{
	font-weight: 700;
	display: block;
	font-size: 16px;
	margin-bottom: 7px;
}
.working_process .right_part .bot_block{
	font-size: 15px;
	line-height: 22px;
}
.working_process .img_block{
	margin-bottom: 10px;
	padding-left: 45px;
}
.most-reasons .left_side li img{
	display: none;
	width: 100%;
	height: auto;
}
.most-reasons .left_side .active img{
	display: block;
}
.most-reasons .left_side{
	width: 50%;
	max-width: 800px;
	margin-right: 85px;
}
.most-reasons .cover_outside{
	display: flex;
}
.most-reasons .right_side span{
	display: block;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
}
.most-reasons ul{
	list-style: none;
}
.most-reasons .right_side li{
	margin-bottom: 22px;
}
.most-reasons .right_side .active{
	color: #5dbb53;
	position: relative;
}
.most-reasons .right_side li:hover{
	color: #5dbb53;
}
.most-reasons .right_side .active:before{
	content: "";
	top: 50%;
	position: absolute;
	width: 45px;
	height: 11px;
	background-image: url('../img/arrow.png');
	background-repeat: no-repeat;
	-webkit-transform: translate(0%,-50%) rotate(180deg);
			transform: translate(0%,-50%) rotate(180deg);
	background-size: 100% auto;
	background-position: center center;
	left: -65px;
}
.right_side .services-item-button{
	text-align: left;
	margin-top: 40px;
}
.b-form-box.new_style_q{
	text-align: center;
	background: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.b-form-box.new_style_q .form-title{
	text-align: center;
	margin-left: 0;
}
.b-form-box.new_style_q .form-text{
	margin-left: 0;
}
.b-form-box.new_style_q .form-wrap{
	margin: 0 auto;
}
.faq_q{
	padding-top: 45px;
	padding-bottom: 70px;
	font-size: 16px;
	font-weight: 700;
	background-color: #f5f5f5;
}
.faq_q .desc{
	display: none;
}
.faq_q .faq_block{
	width: 100%;
}
.faq_q .faq_block{
	background-color: #fff;
	padding-top: 21px;
	padding-bottom: 21px;
	margin-bottom: 10px;
	position: relative;
	cursor: pointer;
}
.faq_q .faq_block > p{
	display: inline-block;
	vertical-align: middle;
}
.faq_q .new{
	width: 50%;
	min-width: 50%;
}
.faq_q .new:first-child{
	padding-right: 40px;
}
.faq_q .new:nth-child(2n){
	padding-left: 40px;
}
.faq_q .new:nth-child(3n){
	padding-right: 40px;
}
.faq_q .faq_block .decor{
	border-radius: 50%;
	position: relative;
	width: 38px;
	vertical-align: middle;
	height: 38px;
	margin-left: 20px;
	margin-right: 20px;
	border:2px solid #5dbb53;
	display: inline-block;
}
.faq_q .faq_block .decor:before,
.faq_q .faq_block .decor:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #5dbb53;
	-webkit-transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);
}
.faq_q .faq_block .decor:before{
	height: 18px;
	width: 2px;
}
.faq_q .faq_block .decor:after{
	width: 18px;
	height: 2px;
}
.faq_q .faq_block p{
	margin-bottom: 0;
}
.faq_q .active .decor{
	background-color: #5dbb53;
}
.faq_q .faq_block.active .decor:before{
	content: none;
}
.faq_q .faq_block.active .decor:after{
	background-color: #fff;
}
.faq_q .faq_block .desc{
	font-size: 15px;
	line-height: 22px;
	border-top:2px solid #5dbb53;
	font-weight: 400;
	padding-left: 82px;
	padding-right: 180px;
	padding-top: 18px;
	margin-top: 10px;
}
.faq_q .cover_block{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.nested_service{
	padding-top: 45px;
	padding-bottom: 70px;
	font-size: 16px;
	font-weight: 700;
	background-color: #f5f5f5;
}
.nested_service .desc{
	display: none;
}
.nested_service .nested_service_block{
	width: 100%;
}
.nested_service .nested_service_block{
	background-color: #fff;
	padding-top: 21px;
	padding-bottom: 21px;
	margin-bottom: 10px;
	position: relative;
	cursor: pointer;
}
.nested_service .nested_service_block > p{
	display: inline-block;
	vertical-align: middle;
}
.nested_service .new{
	width: 50%;
	min-width: 50%;
}
.nested_service .new:first-child{
	padding-right: 40px;
}
.nested_service .new:nth-child(2n){
	padding-left: 40px;
}
.nested_service .new:nth-child(3n){
	padding-right: 40px;
}
.nested_service .nested_service_block .decor{
	border-radius: 50%;
	position: relative;
	width: 38px;
	vertical-align: middle;
	height: 38px;
	margin-left: 20px;
	margin-right: 20px;
	border:2px solid #5dbb53;
	display: inline-block;
}
.nested_service .nested_service_block .decor:before,
.nested_service .nested_service_block .decor:after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #5dbb53;
	-webkit-transform: translate(-50%,-50%);
			transform: translate(-50%,-50%);
}
.nested_service .nested_service_block .decor:before{
	height: 18px;
	width: 2px;
}
.nested_service .nested_service_block .decor:after{
	width: 18px;
	height: 2px;
}
.nested_service .nested_service_block p{
	margin-bottom: 0;
}
.nested_service .active .decor{
	background-color: #5dbb53;
}
.nested_service .nested_service_block.active .decor:before{
	content: none;
}
.nested_service .nested_service_block.active .decor:after{
	background-color: #fff;
}
.nested_service .nested_service_block .desc{
	font-size: 15px;
	line-height: 22px;
	border-top:2px solid #5dbb53;
	font-weight: 400;
	padding-left: 82px;
	padding-right: 180px;
	padding-top: 18px;
	margin-top: 10px;
}
.nested_service .cover_block{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nested_service .nested_service_block h2{
	font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px;
    display: inline-block;
}
.foot_block{
	position: fixed;
	left: 0;
	padding-top: 13px;
	padding-bottom: 13px;
	bottom: 0;
	width: 100%;
	background-color: rgba(0, 0, 0,0.749);
	z-index:9;
}
.foot_block ul{
	list-style: none;
	display: flex;
	margin-bottom: 0;
	justify-content: space-between;
	color: #fff;
	font-size: 14px;	
	font-weight: 700;
}
.foot_block ul li{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.foot_block ul li .img_block{
	margin-right: 9px;
}
a.master_call{
	background-color: #5dbb53;
	border-radius: 25px;
	color: #fff;
	padding: 13px 27px 14px;
	text-transform: uppercase;
}
a.master_call:hover{
	opacity: .9;
}
/*responcive*/

@media (max-width: 1829px) {
	.why-weare .left_side p{
		font-size: 14px;
	}
	.why-weare .right_side{
		width: 50%;
		background-size: contain;
		padding-left: 137px;

	}
	.why-weare .cover_wrapp p{
		line-height: 19px;
	}
	.why-weare p {
    	font-size: 17px;
    	line-height: 30px;
	}
	.why-weare .cover_wrapp{
		padding-top: 47px;
	}
	.working_process .cover_block{
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.working_process{
		background-size: cover;
	}
	.working_process .step_block::before {content: none;}
	.why-weare{
		padding-bottom: 20px;
	}
	.most-reasons .right_side li{
		margin-bottom: 10px;
	}
	.faq_q .new:first-child {
    	padding-right: 10px;
	}
	.faq_q .new:nth-child(2n) {
    	padding-left: 10px;
	}
	.faq_q .faq_block p{
		max-width: 80%;
	}
	.foot_block .container{
		width: 100%;
	}
	.step_block{
		min-height: 288px;
	}
	.working_process{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.why-weare .cover_inside{
		align-items: baseline;
	}
}
@media (max-width: 1199px) {
	.why-weare .cover_inside{
		margin: 0;
		flex-wrap: wrap;
	}
	.why-weare .cover_inside .left_side{
		order: 1;
		width: 100%;
		text-align: center;
	}
	.why-weare .cover_inside .right_side{
		width: 100%;
		padding-left: 200px;
		order: 0;
	}
	.working_process .right_part .bot_block{
		font-size: 12px;
	}
	.working_process .right_part .top_block{
		font-size: 13px;
	}
	.working_process .step_block{
		min-height: 1px;
		padding: 25px 10px 40px 10px;
	}
	.working_process .left_part{
		margin-right: 5px;
	}
	.working_process .img_block{
		margin-bottom: 5px;
	}
	.working_process .left_part{
		font-size: 16px;
		width: 33px;
		height: 33px;
		line-height: 30px;
		vertical-align: middle;
	}
	.most-reasons .left_side{
		margin-right: 0px;
		width: 100%;
	}
	.most-reasons .cover_outside{
		flex-wrap: wrap;
	}
	.most-reasons .right_side{
		width: 100%;
	}
	.most-reasons .right_side ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.most-reasons .right_side ul li{
		width: 40%;
	}
	.most-reasons .right_side span{
		font-size: 13px;
	}
	.most-reasons .right_side .active::before {
		content: none;
	}
	.right_side .services-item-button{
		margin-top: 10px;
		text-align: center;
		margin-bottom: 0;
	}
	.b-form-box.new_style_q > .img_block:first-child{
		display: none;
	}
	.faq_q .new{
		width: 100%;
	}
	.faq_q .new:first-child{
		padding-right: 0;
	}
	.faq_q .new:nth-child(2n){
		padding-left: 0;
	}

	.foot_block ul img{
		max-width: 20px;
	}
	a.master_call{
		padding-left: 17px;
		padding-right: 17px;
		font-size: 11px;
	}
	.foot_block ul{
		font-size: 11px;
		line-height: 10px;
	}
}
@media (max-width: 991px) {
	.foot_block ul{
		font-size: 8px;
		line-height: 10px;
	}
}
@media (max-width: 767px) {
	.foot_block{
		display: none;
	}

	.most-reasons .right_side .active::before {
		content: "";
		left: -37px;
		width: 30px;
		background-size: auto;
		background-position: right center;
	}
	.working_process .step_block{
		min-height: 237px;
		margin-bottom: 15px;
	}
	.why-weare .cover_inside .right_side{
		background-size: 700px auto;
		background-position: left center;
	}
	#bx_1383315540_14373 .main-slider-item-fire-note{
		top: -15px;
	}
	#bx_1383315540_14373 h1,
	#bx_1383315540_14373 h2{
		margin-top: 10px;
	}
	#bx_1383315540_14372 h1,
	#bx_1383315540_14372 h2{
		margin-top: 10px;
	}
	#bx_1383315540_14372 .main-slider-item-fire-note{
		top: -8px;
	}
	.most-reasons .right_side ul li{
		width: 100%;
	}
	.most-reasons .right_side ul{
		flex-flow: column;
		padding-left: 40px;
	}
}
@media (max-width: 630px) {
	.why-weare .cover_inside .right_side{
		background-size: 600px auto;
		padding-left: 155px;
	}
	.faq_q .faq_block{
		padding-top: 13px;
		padding-bottom: 13px;
	}
	.nested_service .nested_service_block{
		padding-top: 13px;
		padding-bottom: 13px;
	}
	.b-form-box.new_style_q .img_block{
		display: none;
	}
	.faq_q .faq_block .desc{
		padding-left: 8px;
		padding-right: 8px;
	}
	.nested_service .nested_service_block .desc{
		padding-left: 8px;
		padding-right: 8px;
	}
	.nested_service .nested_service_block .desc ul{
		padding-left: 15px;
	}
	.faq_q .faq_block p{
		font-size: 14px;
	}
	.nested_service .nested_service_block h2{
		font-size: 14px;
   	 	max-width: 70%;
    	margin-bottom: 0;
    	vertical-align: middle;
	}
}

@media (max-width: 540px) {
	.why-weare p{
		line-height: 25px;
	}
	.faq_q .faq_block .decor{
		margin-left: 10px;
		margin-right: 10px;
	}
	.why-weare .cover_wrapp{
		padding-top: 0;
		padding-bottom: 5px;
	}
	.why-weare .cover_inside .right_side{
		background-size: 800px auto;
		padding-left: 10px;
		background-image:none !important;
		background-color: #5dbb53;
		background-size: auto;
		margin-top: 10px;
		margin-bottom: 10px;
		height: auto;
	}

}
@media (max-width: 380px) {
	.faq_q .faq_block p{
		max-width: 70%;
	}
}
/*.master_call,#bx_1383315540_14373 .main-slider-item-fire-button a{
	    -webkit-animation: 0.5s tremor ease-out infinite;  
    animation: 0.5s tremor ease-out infinite;  
}
.master_call:hover,#bx_1383315540_14373 .main-slider-item-fire-button a:hover {
    -webkit-animation: none;  
    animation: none;    
}*/
/*@-webkit-keyframes tremor {
    0%, 25% {
        left: -1px;
        top:-1px;
        -webkit-transform: translateX(-1%);
        transform: translateX(-1%);
    }
    50%, 100% {
        left: 1px;
        top: 1px;
        -webkit-transform: translateX(1%);
        transform: translateX(1%);
    }
}
@-moz-keyframes tremor {
    0%, 25% {
        left: -1px;
        -webkit-transform: translateX(-1%);
        transform: translateX(-1%);
    }
    50%, 100% {
        left: 1px;
        -webkit-transform: translateX(1%);
        transform: translateX(1%);
    }
}
@-ms-keyframes tremor {
    0%, 25% {
        left: -1px;
        -webkit-transform: translateX(-1%);
        transform: translateX(-1%);
    }
    50%, 100% {
        left: 1px;
        -webkit-transform: translateX(1%);
        transform: translateX(1%);
    }
}
@-o-keyframes tremor {
    0%, 25% {
        left: -1px;
        -webkit-transform: translateX(-1%);
        transform: translateX(-1%);
    }
    50%, 100% {
        left: 1px;
        -webkit-transform: translateX(1%);
        transform: translateX(1%);
    }
}
@keyframes tremor {
    0%, 25% {
        left: -1px;
        -webkit-transform: translateX(-1%);
        transform: translateX(-1%);
    }
    50%, 100% {
        left: 1px;
        -webkit-transform: translateX(1%);
        transform: translateX(1%);
    }
}*/

@media (min-width: 1199px){
.inner-list{
	max-height: calc(100vh - 75px);
overflow-y: scroll;
}
.inner-list::-webkit-scrollbar{
display: none;
	}
}