@font-face {
	font-family: 'Circe';
	src: url('../fonts/Circe-Regular.eot');
	src: local('Circe'), local('Circe-Regular'),
		url('../fonts/Circe-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Circe-Regular.woff') format('woff'),
		url('../fonts/Circe-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Circe';
	src: url('../fonts/Circe-Bold.eot');
	src: local('Circe Bold'), local('Circe-Bold'),
		url('../fonts/Circe-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Circe-Bold.woff') format('woff'),
		url('../fonts/Circe-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Circe';
	src: url('../fonts/Circe-ExtraBold.eot');
	src: local('Circe ExtraBold'), local('Circe-ExtraBold'),
		url('../fonts/Circe-ExtraBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Circe-ExtraBold.woff') format('woff'),
		url('../fonts/Circe-ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}
@font-face {
	font-family: 'Circe';
	src: url('../fonts/Circe-Light.eot');
	src: local('Circe Light'), local('Circe-Light'),
		url('../fonts/Circe-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Circe-Light.woff') format('woff'),
		url('../fonts/Circe-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
    font-family: 'Circe Rounded';
    src: url('../fonts/CirceRounded-Regular4.eot');
    src: local('Circe Rounded  Regular 4'), local('CirceRounded-Regular4'),
        url('../fonts/CirceRounded-Regular4.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CirceRounded-Regular4.woff2') format('woff2'),
        url('../fonts/CirceRounded-Regular4.woff') format('woff'),
        url('../fonts/CirceRounded-Regular4.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


html {
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body {
	margin:0;
	color:#000;
	font:16px/20px 'Circe', Arial, Helvetica, sans-serif;
	background:#fff;
}
img {
	border-style:none;
}
a {
	color:#000;
	outline:none;
	text-decoration: none;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
a:hover {
	text-decoration:none;
}
* {
	outline:none;
	box-sizing: border-box;
}
input, textarea, select {
	font:100% 'Circe', Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
input::-ms-clear {
	display: none;
}
input:not([type="checkbox"]), textarea {
	-webkit-appearance:none;
	-webkit-border-radius:0;
}
form, fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
header,
nav,
section,
article,
aside,
footer,
figure,
menu,
dialog {
	display: block;
}
#wrapper{
	width: 100%;
	margin:0 auto;
	overflow: hidden;
}
.container{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}
.btn{
	display: block;
	width: 100%;
	max-width: 270px;
	color: #fff;
	font-size: 16px;
	font-weight: 800;
	line-height: 16px;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	text-align: center;
	padding: 28px 10px 26px;
	background-color: #3db78b;
	background-image: linear-gradient(to right, #80df11 0%, #009af3 100%);
	border-radius: 27px;
}
.btn:hover{
	box-shadow: 0 10px 25px rgba(1, 155, 241, 0.5);
}
#header{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 19px 0 15px;
	z-index: 5;
}
#header .container:after{
	clear: both;
	display: block;
	content: '';
}
.logo{
	float:left;
	display: flex;
	margin:0 0 0 0;
}
.logo a{
	display:block;
	height:100%;
}
.logo img{
	vertical-align: top;
	width: 98px;
	min-width: 98px;
	margin: -10px 0 0;
}
.desc-logo{
	display: inline-block;
	vertical-align: top;
	padding: 12px 0 0 24px;
	font-size: 17px;
	font-weight: 700;
	line-height: 17px;
	text-transform: uppercase;
}
.contact-box{
	float: right;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 13px 0 0;
}
.contact-box span{
	display: block;
	color: #37373a;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
}
.call-box{
	position: relative;
	padding: 0 0 0 62px;
	margin: 0 0 0 37px;
}
.call-box:after{
	position: absolute;
	content: '';
	top: 4px;
	left: 0;
	width: 30px;
	height: 30px;
	background: url("../images/icon-phone.svg") no-repeat;
	background-size: 100%;
}
.call-box .call{
	color: #2435d1;
	font-size: 14px;
	font-weight: 800;
	line-height: 16px;
	text-decoration: underline;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0.06em;
	margin: 0 0 13px;
}
.call-box .call:hover{
	text-decoration: none;
}
.phone-box{
	text-align: right;
}
.phone-box .phone{
	display: inline-block;
	vertical-align: top;
	font-size: 40px;
	font-weight: 800;
	line-height: 24px;
	text-transform: uppercase;
	margin: 0 0 5px;
	letter-spacing: 0.06em;
}
.phone-box .phone:hover{
	text-decoration: underline;
}
.mob-phone{
	display: none;
}
.promo-section{
	padding: 137px 0 61px;
	position: relative;
	overflow: hidden;
}
.promo-section:after{
	position: absolute;
	content: '';
	top: 0;
	left: 50%;
	width: 1158px;
	height: 745px;
	background: url("../images/img-bg-01.svg") no-repeat;
	background-size: 100%;
	margin: 0 0 0 -72px;
	z-index: -1;
}
.promo-title{
	margin: 0 0 12px;
	max-width: 750px;
	font-family: 'Circe Rounded';
	font-size: 68px;
	line-height: 55px;
	padding: 0 0 0 6px;
	letter-spacing: 0.02em;
}
.promo-title span{
	color: #2435d1;
}
.promo-section p{
	margin: 0 0 32px;
	font-size: 44px;
	font-weight: 700;
	line-height: 50px;
	font-family: 'Circe Rounded';
	max-width: 530px;
}
.promo-section .btn-holder{
	margin: 0 0 56px
}
.promo-section .btn{
	max-width: 438px;
	line-height: 0.8;
	font-size: 20px;
}
.list-check{
	list-style: none;
	margin: 0 -15px 97px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.promo-section .list-check{
	max-width: 600px;
}
.list-check li{
	width: 50%;
	position: relative;
	padding: 0 15px 0 64px;
	margin: 0 0 57px;
	font-size: 16px;
	line-height: 21px;
}
.list-check li:after{
	position: absolute;
	content: '';
	width: 36px;
	height: 31px;
	top: 0;
	left: 14px;
	background: url("../images/icon-check.svg") no-repeat;
	background-size: 100%;
}
.list-check li.present_item{
	padding: 0;
}
.list-check li.present_item:after{
	display: none;
}
.present-box{
	position: relative;
	color: #2435d1;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	max-width: 430px;
	padding: 19px 0 10px 93px;
	margin: -18px 0 0;
}
.present-box:after{
	position: absolute;
	content: '';
	top: 6px;
	left: 13px;
	width: 51px;
	height: 56px;
	background: url("../images/icon-gift.svg") no-repeat;
	background-size: 100%;
}
.list_type_services{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 -28px 62px 0;
	padding: 0 0 0 0;
}
.list_type_services li{
	width: 33.3%;
	padding: 0 45px 0 55px;
	margin: 0 0 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.list_type_services .icon{
	display: block;
	width: 58px;
}
.list_type_services .dscr{
	padding: 0 0 0 40px;
	width: calc(100% - 58px);
	color: black;
	font-size: 22px;
	font-weight: 700;
	line-height: 24px;
}
.guarantee-section{
	position: relative;
	padding: 41px 0 44px;
	z-index: 1;
}
.guarantee-section:after{
	position: absolute;
	content: '';
	width: 1197px;
	height: 921px;
	top: -125px;
	right: 50%;
	margin: 0 -250px 0 0;
	background: url("../images/img-bg-02.png") no-repeat;
	background-size: 100%;
	z-index: -1;
	pointer-events: none;
}
.guarantee-section .form-block{
	padding: 42px 15px 54px 58px;
	margin: 0 0 117px;
}
.guarantee-section .form{
	margin: 0;
}
.guarantee-section .title-form{
	max-width: 100%;
	font-size: 36px;
	margin: 0 0 25px;
}
.approved-block{
	margin: 0 0 42px;
	background-color: #3db78b;
	background-image: linear-gradient(to right, #80df11 0%, #009af3 100%);
	border-radius: 45px;
	padding: 1px;
}
.inner-approved{
	position: relative;
	border-radius: 43px;
	background: #fff;
	padding: 43px 61px 39px 60px;
}
.approved_head{
	margin: 0 0 64px;
	padding: 0 100px 0 0;
	position: relative;
}
.approved-block .logo-box{
	position: absolute;
	top: 10px;
	right: 2px;
	margin: 0 0 0;
	width: 87px;
	height: 85px;
}
.logo-box img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.inner-approved .title-box{
	display: block;
	margin: 0 0 8px;
	font-family: 'Circe';
	font-size: 44px;
	font-weight: 700;
	line-height: 55px;
}
.inner-approved .subtitle-box{
	margin: 0;
	font-family: 'Circe';
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
	position: relative;
	padding: 0 0 0 57px;
}
.inner-approved .subtitle-box:after{
	position: absolute;
	content: '';
	width: 36px;
	height: 31px;
	top: 0;
	left: 0;
	background: url("../images/icon-check.svg") no-repeat;
	background-size: 100%;
}
.list-official{
	list-style: none;
	margin: 0 -15px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.list-official li{
	width: 25%;
	padding: 0 15px 17px;
	position: relative;
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 30px;
}
.list-official li:after{
	position: absolute;
	content: '';
	bottom: 0;
	left: 15px;
	right: 15px;
	height: 1px;
	background-color: #80df11;
	background-image: linear-gradient(to right, #80df11 0%, #009af3 100%);
}
.list-num{
	list-style: none;
	margin: 0 -15px 6px;
	padding: 0 0 0 0;
	font-size: 0;
	line-height: 0;
	display: flex;
	flex-wrap: wrap;
}
.list-num li{
	margin: 0 0 30px;
	width: 16.6%;
	padding: 0 15px;
}
.list-num li:after{
	clear: both;
	display: block;
	content: '';
}
.list-num .num{
	color: #80df11;
	font-size: 50px;
	font-weight: 800;
	line-height: 1em;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: linear-gradient(to right, #80df11 0%, #009af3 100%);
	margin: 0 0 9px;
	display: block;
}
.list-num span{
	display: block;
	overflow: hidden;
	padding: 0 0 0;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
}
.customers-section{
	padding: 31px 0 70px;
	position: relative;
	z-index: 1;
}
.customers-section:after{
	position: absolute;
	content: '';
	width: 903px;
	height: 1045px;
	top: -115px;
	left: 50%;
	margin: 0 0 0 235px;
	background: url("../images/img-bg-03.png") no-repeat;
	background-size: 100%;
	z-index: -1;
	pointer-events: none;
}
.customers-section .title-section{
	margin: 0 0 42px;
}
.customers-block{
	margin: 0 0 0;
}
.customers-list{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px 85px;
	list-style: none;
	padding: 0;
}
.customers-list li{
	width: 33.3%;
	padding: 0 15px;
	margin: 0 0 28px;
}
.customers-list .inner-list{
	padding: 15px 45px;
	width: 100%;
	height: 100%;
	background: #f4f8fb;
	border-radius: 20px;
	min-height: 150px;
	display: flex;
	flex-wrap: wrap;	
	align-items: center;
}
.customers-list .icon{
	display: block;
	width: 58px;
}
.customers-list .desc{
	padding: 0 0 0 30px;
	width: calc(100% - 58px);
	color: #000;
	font-family: 'Circe';
	font-size: 22px;
	font-weight: 700;
	line-height: 30px;
	margin: -5px 0 0;
}
.customers-section .form-block{
	margin: 0 0 109px;
}
.customers-section .form-block:after{
	width: 174px;
	height: 139px;
	background: url("../images/icon-docs.svg") no-repeat;
	background-size: 100%;
	top: 66px;
	right: 39px;
}
.guarantee-block{
	position: relative;
}
.title-section{
	margin: 0 0 44px;
	font-size: 44px;
	font-weight: 800;
	line-height: 46px;
}
.guarantee-block .title-section{
	margin: 0 0 50px;
}
.guarantee-list{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px 0;
}
.guarantee-list .item-list{
	width: 50%;
	padding: 0 15px;
	margin: 0 0 28px;
}
.guarantee-list .inner-list{
	background: #f4f8fb;
	border-radius: 20px;
	padding: 47px 40px 20px 54px;
	width: 100%;
	height: 100%;
	min-height: 200px;
}
.guarantee-list .head_list{
	margin: 0 0 30px;
	display: flex;
	flex-wrap: wrap;
}
.guarantee-list .icon{
	width: 60px;
	display: block;
}
.guarantee-list .icon img{
	max-width: 100%;
	height: auto;
}
.guarantee-list .dscr{
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	width: calc(100% - 60px);
	padding: 0 20px 0 64px;
	margin: -2px 0 0;
}
.guarantee-list .dscr strong{
	display: block;
	margin: 0 0 16px;
	color: #000;
	font-size: 22px;
	font-weight: 700;
	line-height: 24px;
}
.guarantee-list .list{
	list-style: none;
	padding: 0;
	margin: 0 0 18px;
	columns: 2;
}
.guarantee-list .list li{
	padding: 0 0 0 45px;
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	position: relative;
}
.guarantee-list .list li:first-child,
.guarantee-list .list li:nth-child(2){
	width: 170px;
}
.guarantee-list .list li:last-child,
.guarantee-list .list li:nth-child(3){
	margin-left: -34px;
}
.guarantee-list .list li:after{
	position: absolute;
	content: '';
	top: 9px;
	left: 0;
	width: 30px;
	height: 1px;
	background-color: #edeff2;
	background-image: linear-gradient(to right, #80df11 0%, #009af3 100%);
}
.production_section{
	padding: 81px 0 20px;
	position: relative;
	z-index: 0;
}
.production_section:after{
	position: absolute;
	content: '';
	top: -400px;
	right: 50%;
	margin: 0 -80px 0 0;
	width: 1044px;
	height: 938px;
	background: url("../images/img-bg-16.png") no-repeat;
	background-size: 100%;
	z-index: -1;
	pointer-events: none;
}
.production_section .heading{
	display: block;
	margin: 0 0 22px;
	padding: 0 370px 0 0;
	position: relative;
	z-index: 0;
}
.production_section .heading:after{
	position: absolute;
	content: '';
	right: 85px;
	top: -67px;
	width: 224px;
	height: 215px;
	background: url("../images/img-bg-13.svg") no-repeat;
	background-size: 100%;
	z-index: -1;
}
.production_section .heading .title-section{
	margin: 0 0 54px;
}
.production_section .heading .title-section span{
	color: #2435d1;
}
.production_section .heading .subtitle-section{
	display: block;
	font-size: 24px;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
	margin: 0 0 0;
}
.production_box{
	min-height: 100px;
	margin: 0 0 30px;
	position: relative;
}
.production_inner{
	background-color: #009af3;
	background-image: linear-gradient(to right, #80df11 0%, #009af3 100%);
	position: relative;
	z-index: 0;
}
.production_inner:after{
	position: absolute;
	content: '';
	width: 100vw;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	bottom: 0;
	background-color: #009af3;
	background-image: linear-gradient(to right, #80df11 0%, #009af3 100%);
	z-index: -1;
}
.production_list{
	list-style: none;
	margin: 0;
	padding: 0;
}
.production_list .slick-list{
	overflow: visible;
	padding: 0 !important;
}
.production_list .item_list{
	padding: 0 22px;
}
.production_list .item_list span{
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	line-height: 24px;
	display: inline-block;
	vertical-align: top;
	padding: 38px 0;
}
.dscr_box{
	max-width: 740px;
	border-radius: 30px;
	padding: 1px;
	background-color: #009af3;
	background-image: linear-gradient(to right, #80df11 0%, #009af3 100%);
	margin: 0 0 113px;
}
.inner_dscr{
	border-radius: 29px;
	padding: 19px 70px 23px 135px;
	width: 100%;
	height: 100%;
	color: #000;
	font-size: 24px;
	font-weight: 300;
	line-height: 30px;
	position: relative;
	background: #fff;
}
.inner_dscr:after{
	position: absolute;
	content: '';
	top: 50%;
	left: 44px;
	width: 48px;
	height: 48px;
	background: url("../images/icon-check-2.svg") no-repeat;
	background-size: 100%;
	transform: translateY(-50%);
}
.stage_block{
	margin: 0 0 88px;
}
.heading_stage{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 29px;
}
.title_head{
	display: block;
	width: 290px;
	font-size: 44px;
	font-weight: 800;
	line-height: 1.05;
	margin: 0 0 58px;
}
.heading_stage span{
	display: block;
	width: calc(100% - 290px);
	padding: 13px 50px 0 6px;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.25;
}
.stage_list{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px 0;
}
.stage_list .item_stage{
	padding: 0 15px;
	margin: 0 0 30px;
	width: 25%;
}
.stage_list .inner_stage{
	width: 100%;
	height: 100%;
	padding: 40px 15px 40px;
	background: #f4f8fb;
	border-radius: 20px;
}
.stage_list .icon{
	display: block;
	margin: 0 auto 12px;
	width: 103px;
}
.stage_list .dscr{
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.25;
	max-width: 200px;
	margin: 0 auto;
}
.call_block .row-form{
	justify-content: flex-start;
}
.call_block .form input[type="submit"]{
	font-size: 14px;
	line-height: 1;
}
.form-block.call_block:after{
	width: 278px;
	height: 151px;
	background: url("../images/img-bg-14.svg") no-repeat;
	background-size: 100%;
	top: 60px;
	right: 60px;
	transform: rotate(-11deg);
}

.product-section{
	padding: 33px 0 30px;
	position: relative;
	z-index: 0;
}
.product-section:after{
	position: absolute;
	content: '';
	top: 610px;
	right: 50%;
	width: 785px;
	height: 1508px;
	background: url("../images/img-bg-08.png") no-repeat;
	background-size: 100%;
	z-index: -1;
	margin: 0 176px 0 0;
	pointer-events: none;
}
.heading{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 0 0 68px;
}
.product-section .title-section{
	padding: 0 30px 0 0;
	margin: 0 0 12px;
}
.product-section .heading p{
	margin: 0 0 0;
	padding: 0 30px 0 0;
	width: 68.2%;
	font-size: 24px;
	font-weight: 300;
	line-height: 30px;
}
.product-section .verification-box{
	width: 31.8%;
	border-radius: 30px;
	padding: 1px;
	background-color: #80df11;
	background-image: linear-gradient(to right, #80df11 0%, #009af3 100%);
	margin: 32px 0 0;
}
.verification-box .inner-box{
	border-radius: 29px;
	background: #fff;
	padding: 29px 20px 25px 123px;
	position: relative;
	font-size: 24px;
	font-weight: 800;
	line-height: 24px;
	text-transform: uppercase;
	height: 100%;
}
.verification-box .inner-box:after{
	position: absolute;
	content: '';
	top: 19px;
	left: 60px;
	width: 45px;
	height: 42px;
	background: url("../images/icon-important.svg") no-repeat;
	background-size: 100%;
}
.product-list{
	margin: 0 0 124px;
	padding: 0 0 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: 1fr;
	grid-gap: 30px;
	padding: 0 0 82px;
}
.item-product{
	padding: 0 0;
	background: #f4f8fb;
	border-radius: 20px;
	position: relative;
	padding: 50px 50px 25px 56px;
	display: block;
	z-index: 0;
	height: 270px;
}
.item-product:nth-child(3n-1){
	margin-top: 42px;
    margin-bottom: -42px;
}
.item-product:nth-child(3n-2){
	margin-top: 82px;
    margin-bottom: -82px;
}
.product-list .icon{
	margin: 0 0 38px;
	display: flex;
	height: 59px;
	align-items: flex-end;
}
.product-list .title-list{
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
}
.warning-item{
	padding: 0;
}
.warning-item .inner-product{
	position: static;
	background-color: #3db78b;
    background-image: linear-gradient(to right, #80df11 0%, #009af3 100%);
    padding: 1px;
	border-radius: 20px;
}
.warning-item .desc{
	display: block;
	position: static;
	transform: none;
	opacity: 1;
	border-radius: 0;
	background: transparent;
	top: auto;
	left: auto;
	width: auto;
	height: auto;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	padding: 0;
	color: #000;
}
.warning-item .inner-box{
	border-radius: 19px;
	width: 100%;
	height: 100%;
	background: #fff;
	padding: 40px 57px 36px;
}
.warning-item ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.warning-item li{
	padding: 0 0 38px;
	margin: 0 0 0;
	position: relative;
}
.warning-item li + li{
	padding: 44px 0 0;
}
.warning-item li + li:after{
	position: absolute;
	content: '';
	left: 0;
	right: 24px;
	top: 0;
	height: 1px;
	background-color: #80df11;
	background-image: linear-gradient(to right, #80df11 0%, #009af3 100%);
}
.warning-item .head-list{
	position: relative;
	padding: 0 0 0 62px;
	margin: 0 0 20px;
}
.product-list .warning-item .title-list{
	font-size: 22px;
	line-height: 1.1;
}
.warning-item .icon{
	position: absolute;
	top: 3px;
	left: 0;
	margin: 0;
	display: block;
	height: auto;
}
.warning-item .btn{
	margin: 0 auto;
}
.experience-box{
	width: 63%;
	max-width: 737px;
	margin: 0 0 165px;
	padding: 40px 60px 40px 13.5%;
	position: relative;
	background: #f4f8fb;
	border-radius: 20px;
}
.experience-box:after{
	position: absolute;
	content: '';
	top: 45px;
	left: 8.5%;
	width: 31px;
	height: 32px;
	background: url("../images/icon-bag.svg") no-repeat;
	background-size: 100%;
}
.experience-box strong{
	display: block;
	margin: 0 0 13px;
	color: #2435d1;
	font-size: 22px;
	font-weight: 800;
	line-height: 24px;
}
.experience-box p{
	display: block;
	margin: 0 0 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}
.form-block{
	position: relative;
	padding: 43px 60px 54px;
	margin: 0 0 50px;
	background: #2435d1;
	border-radius: 40px;
}
.form-block:after{
	position: absolute;
	content: '';
	top: 37px;
	right: 57px;
	width: 141px;
	height: 194px;
	background: url("../images/icon-headset.svg") no-repeat;
	background-size: 100%;
	margin: 0;
}
.form{
	max-width: 872px;
	margin: 0 0;
}
.title-form{
	display: block;
	margin: 0 0 24px;
	color: #fff;
	font-size: 36px;
	font-weight: 800;
	line-height: 46px;
}
.subtitle-form{
	display: block;
	margin: 0 0 17px;
	color: #009af3;
	font-size: 24px;
	font-weight: 400;
	line-height: 27px;
}
.row-form{
	display: flex;
	margin: 0 -15px;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: center;
}
.input-holder,
.submit-holder{
	margin: 0 0 22px;
	width: 33.3%;
	padding: 0 15px;
}
.input-holder{
	padding-top: 15px;
	position: relative;
}
.input-holder input[type="text"],
.input-holder textarea{
	display: block;
	width: 100%;
	height: 50px;
	background: #fff;
	border: 2px solid #fff;
	border-radius: 10px;
	color: #009af3;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	padding: 5px 17px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.input-holder textarea{
	resize: none;
	padding: 23px 17px;
}
.form input::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder {
	color:#009af3;
	opacity:1;
}
.form input:-moz-placeholder,
.form textarea:-moz-placeholder {
	color:#009af3;
	opacity:1;
}
.form input::-moz-placeholder,
.form textarea::-moz-placeholder {
	color:#009af3;
	opacity:1;
}
.form input:-ms-input-placeholder,
.form textarea:-ms-input-placeholder {
	color:#009af3;
	opacity:1;
}
.form input:focus::-webkit-input-placeholder,
.form textarea:focus::-webkit-input-placeholder {
	color:transparent;
}
.form input:focus:-moz-placeholder,
.form textarea:focus:-moz-placeholder {
	color:transparent;
}
.form input:focus:-ms-input-placeholder,
.form textarea:focus:-ms-input-placeholder {
	color:transparent;
}
.form input:focus::-moz-placeholder,
.form textarea:focus::-moz-placeholder {
	color:transparent;
}
.form input[type="submit"]{
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 16px;
	text-transform: uppercase;
	padding: 0 5px 0;
	height: 50px;
	cursor: pointer;
	border-radius: 20px;
	border: none;
}
.error-text{
	display: block;
	position: absolute;
	top: 0;
	left: 15px;
	color: #ff3c00;
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	opacity: 0;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.input-holder input[type="text"]:focus,
.input-holder input[type="text"]:hover,
.input-holder textarea:focus,
.input-holder textarea:hover{
	border: 2px solid #80df11;
}
.input-holder.error input[type="text"],
.input-holder.error textarea{
	border: 2px solid #ff3c00;
}
.input-holder.error .error-text{
	opacity: 1;
}
.checkbox{
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 0;
}
.checkbox + label{
	display: block;
	position: relative;
	padding: 0 0 0 28px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	color: #fff;
}
.checkbox + label a{
	text-decoration: underline;
	color: #80df11;
}
.checkbox + label a:hover{
	text-decoration: none;
}
.checkbox + label:before{
	position: absolute;
	content: '';
	top: -4px;
	left: 0;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 6px;
}
.checkbox + label:after{
	position: absolute;
	content: '';
	top: 1px;
	left: 5px;
	width: 10px;
	height: 10px;
	background: #80df11;
	border-radius: 50%;
	opacity: 0;
}
.checkbox:checked + label:after{
	opacity: 1;
}
.phone_form{
	display: block;
	margin: 0 0 -42px;
	text-align: center;
	padding: 12px 0 0;
}
.phone_form a{
	color: #fff;
	font-family: 'Circe';
	font-size: 30px;
	font-weight: 700;
	line-height: 1em;
	text-transform: uppercase;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.phone_form a:hover{
	text-decoration: underline;
}
.file-holder{
	position: relative;
}
.file-holder .button{
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.file-holder input[type="file"]{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0;
	cursor:pointer;
	z-index:5;
}
.form .col-50{
	width: 50%;
}
.col-50 input[type="submit"]{
	max-width: 100%;
}
.reviews-section{
	padding: 23px 0 30px;
}
.reviews-section .title-section{
	margin: 0 0 12px;
}
.subtitle-section{
	display: block;
	margin: 0 0 28px;
	font-size: 24px;
	font-weight: 300;
	line-height: 30px;
}
.reviews-section .subtitle-section{
	margin: 0 0 43px;
}
.title-block{
	margin: 0 0 40px;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
}
.reviews-slider{
	margin: 0 -15px 50px;
}
.reviews-slider .slick-list{
	margin: 0 0 56px;
}
.item-slide{
	padding: 0 15px;
}
.inner-slide{
	padding: 40px 26px 60px 41px;
	background: #f4f8fb;
	border-radius: 40px;
}
.user-block{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	margin: 0 0 36px;
}
.avatar{
	overflow: hidden;
	border-radius: 20px;
	width: 100px;
	min-width: 100px;
}
.name-block{
	padding: 0 0 0 24px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	width: calc(100% - 100px);
}
.name-box{
	width: 58.5%;
	padding: 0 15px 0 0;
}
.user-name{
	display: block;
	margin: 0 0 34px;
	font-size: 22px;
	font-weight: 800;
	line-height: 27px;
}
.user-name span{
	display: block;
}
.date{
	display: block;
	color: #5e5e63;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
}
.rating-box{
	display: flex;
	flex-direction: column;
	width: 41.5%;
}
.rating{
	display: flex;
	align-items: flex-end;
	list-style: none;
	margin: 0 0 21px;
	padding: 0 0 0 2px;
}
.rating li{
	margin: 0 8px 0 0;
}
.rating span{
	display: block;
	font-size: 1em;
}
.icon-star{
	display: block;
	line-height: 1em;
	font-size: 14px;
	color: transparent;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.rating li:nth-child(2) .icon-star{
	font-size: 17px;
}
.rating li:nth-child(3) .icon-star{
	font-size: 20px;
}
.rating li:nth-child(4) .icon-star{
	font-size: 24px;
}
.rating li:nth-child(5) .icon-star{
	font-size: 28px;
}
.icon-star:before{
	margin: 0;
	vertical-align: top;
}
.rating li.active .icon-star{
	color: #80df11;
}
.rating-info{
	display: block;
	color: #5e5e63;
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
}
.reviews-text{
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	position: relative;
	padding: 0 0 16px;
	min-height: 184px;
}
.reviews-text:after{
	position: absolute;
	content: '';
	height: 1px;
	bottom: 0;
	left: 0;
	right: 17px;
	background-color: #edeff2;
	background-image: linear-gradient(to right, #80df11 0%, #009af3 100%);
}
.slick-dots{
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
	text-align: center;
}
.slick-dots li{
	display: inline-block;
	vertical-align: top;
	margin: 0 16px 0;
}
.slick-dots button{
	padding: 0;
	border: none;
	width: 8px;
	height: 8px;
	background: #d8f1ff;
	border-radius: 4px;
	cursor: pointer;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	text-indent: -9999px;
}
.slick-dots .slick-active button,
.slick-dots button:hover{
	background: #80df11;
}
.slick-dots .slick-active button{
	width: 47px;
}
.slick-arrow{
	position: absolute;
	top: 50%;
	margin: -54px 0 0 0;
	border: none;
	font-size: 0;
	line-height: 0;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #80df11;
	z-index: 5;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	cursor: pointer;
	padding: 0;
}
.slick-arrow:hover{
	background: #2435d1;
}
.slick-arrow:after{
	position: absolute;
	content: '\e801';
	color: #2435d1;
	font-family: "fontello";
	font-size: 12px;
	line-height: 1em;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.slick-arrow:hover:after{
	color: #80df11;
}
.slick-prev{
	left: -72px;
}
.slick-next{
	right: -72px;
}
.slick-next:after{
	content: '\e800';
}
.docs-section{
	padding: 29px 0 30px;
	position: relative;
	z-index: 0;
}
.docs-section:after{
	position: absolute;
	content: '';
	top: -175px;
	left: 50%;
	margin: 0 0 0 350px;
	width: 609px;
	height: 1710px;
	background: url("../images/img-bg-07.png") no-repeat;
	background-size: 100%;
	z-index: -1;
	pointer-events: none;
}
.docs-section .title-section{
	margin: 0 0 52px;
}
.docs-slider{
	margin: 0 -15px 111px;
}
.docs-slider .slick-list{
	padding: 0 0 58px;
}
.name-org{
	display: block;
	margin: 0 0 18px;
	font-size: 22px;
	font-weight: 800;
	line-height: 27px;
	min-height: 54px;
}
.docs-slider .rating-box{
	width: 100%;
	flex-direction: row;
	align-items: flex-end;
	margin: 0 0 23px;
}
.docs-slider .rating{
	margin: 0 -6px 3px 0;
}
.docs-box{
	display: block;
	padding: 20px;
	background: #f4f8fb;
	position: relative;
	border-radius: 20px;
}
.docs-box img{
	display: block;
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.docs-box:hover{
	box-shadow: 0 10px 25px rgba(1, 155, 241, 0.5);
	background-color: #edeff2;
	background-image: linear-gradient(to right, #80df11 0%, #009af3 100%);
}
.loop{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 44px;
	height: 44px;
	background: url("../images/icon-loop.svg") no-repeat;
	background-size: 100%;
	opacity: 0;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.docs-box:hover .loop{
	opacity: 1;
}
.docs-slider .slick-arrow{
	margin: 8px 0 0;
}
.reviews-form .form-block{
	padding: 40px 142px 38px;
}
.reviews-form .form-block:after{
	position: absolute;
	content: '';
	top: -55px;
	right: 49px;
	width: 221px;
	height: 170px;
	background: url("../images/img-bg-15.svg") no-repeat;
	background-size: 100%;
	transform: rotate(-15deg);
}
.reviews-form .form{
	max-width: 100%;
}
.reviews-form .title-form{
	margin: 0 0 32px;
	padding: 0 120px 0 0;
	line-height: 1.12;
}
.reviews-form .title-form span{
	color: #009af3;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.125;
	display: inline-block;
	margin: 0 0 0 15px;
}
.reviews-form .input-holder,
.reviews-form .submit-holder{
	width: 50%;
}
.reviews-form .textarea-holder{
	padding: 9px 0 0;
	margin: 0 0 30px;
}
.reviews-form textarea{
	display: block;
	width: 100%;
	height: 100px;
	background: white;
	border-radius: 10px;
	resize: none;
	border: 2px solid #fff;
	color: #009af3;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	padding: 10px 17px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.reviews-form .checkbox-holder{
	width: 50%;
	padding: 0 15px;
	margin: 0 0 22px;
}
.reviews-form .form input[type="submit"]{
	max-width: 1400%;
}
.price-section{
	padding: 29px 0 40px;
	position: relative;
	z-index: 0;
}
.price-section:after{
	position: absolute;
	content: '';
	right: 50%;
	top: -970px;
	width: 886px;
	height: 2047px;
	background: url("../images/img-bg-06.png") no-repeat;
	background-size: 100%;
	margin: 0 75px 0 347px;
	z-index: -1;
	pointer-events: none;
}
.price-section .title-section{
	margin: 0 0 13px;
}
.price-section .subtitle-section{
	margin: 0 0 52px;
}
.price-block{
	background-image: linear-gradient(to right, #80df11 0%, #009af3 100%);
	border-radius: 20px;
	padding: 1px;
	margin: 0 0 50px;
}
.inner-block{
	background: #fff;
	border-radius: 21px;
}
.row_item{
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.row_item:after{
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-color: #f4f8fb;
	background-image: linear-gradient(to right, #80df11 0%, #009af3 100%);
}
.row_item:before{
	position: absolute;
	content: '';
	bottom: 0;
	left: 50%;
	top: 0;
	width: 1px;
	background-color: #f4f8fb;
	background-image: linear-gradient(to right, #80df11 0%, #009af3 100%);
}
.item_inner{
	position: relative;
	width: 50%;
}
.item-price{
	padding: 51px 53px 47px;
	cursor: pointer;
}
.row_item:last-child:after{
	display: none;
}
.price-title{
	padding: 0;
	font-size: 22px;
	font-weight: 700;
	line-height: 27px;
	margin: 0 0 13px;
}
.price{
	font-weight: 800;
	line-height: 55px;
	font-size: 44px;
	letter-spacing: -0.035em;
	white-space: nowrap;
}
.price small{
	font-size: 22px;
}
.price sup{
	font-size: 22px;
}
.price-btn{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.price-btn .btn{
	font-size: 15px;
	border-radius: 20px;
	padding: 18px 10px 15px;
	box-shadow: none;
	max-width: 220px;
}
.price-btn .btn:hover{
	background-color: #3db78b;
	background-image: linear-gradient(to right, #80df11 0%, #009af3 100%);
	box-shadow: 0 10px 25px rgba(1, 155, 241, 0.5);
}
.item-price:hover{
	background: #f4f8fb;
	border-radius: 20px;
	box-shadow: 0 10px 25px rgba(1, 155, 241, 0.5);
	margin: 0 -30px 0;
    padding: 51px 83px 47px;
}
.item-price:hover:after{
	opacity: 0;
}
.certificates-section .title-section{
	margin: 0 0 55px;
}
.certificates-slider{
	margin: 0 0 50px;
}
.certificates-slider .slick-list{
	margin: 0 -10px;
	padding: 0 0 55px;
}
.certificates-slider .inner-slide{
	padding: 20px;
	border-radius: 20px;
	position: relative;
	background: #f4f8fb;
	display: block;
}
.certificates-slider .inner-slide img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.certificates-slider .inner-slide:hover{
	background-image: linear-gradient(to right, #80df11 0%, #009af3 100%);
	box-shadow: 0 10px 25px rgba(1, 155, 241, 0.5);
}
.certificates-slider .inner-slide:hover .loop{
	opacity: 1;
}
.technique-section{
	padding: 34px 0 30px;
	position: relative;
	z-index: 0;
}
.technique-section .heading_box{
	display: flex;
	flex-wrap: wrap;
	min-height: auto;
	margin: 0 -15px 56px;
}
.technique-section .title-section{
	margin: 0 0 0;
	width: 50%;
	padding: 0 15px;
}
.technique-section .subtitle-section{
	margin: 0 0 0;
	width: 50%;
	padding: 9px 15px 0;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.17;
}
.technique-box{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px 0;
}
.item-technique{
	width: 50%;
	padding: 0 15px;
	margin: 0 0 30px;
}
.inner-technique{
	position: relative;
	z-index: 1;
	background: #f4f8fb;
	border-radius: 40px;
	overflow: hidden;
	padding: 46px 43px 27px 52px;
	height: 100%;
}
.inner-technique:after{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	z-index: -1;
}
.inner-technique.item-1:after{
	width: 458px;
	height: 298px;
	background: url("../images/img-bg-11.png") no-repeat;
	background-size: 100%;
}
.inner-technique.item-2:after{
	width: 444px;
	height: 272px;
	background: url("../images/img-bg-12.png") no-repeat;
	background-size: 100%;
}
.heading-box{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 0 52px;
	min-height: 187px;
}
.list-lawyers{
	margin: 0 0 26px;
	padding: 0 0 18px;
	list-style: none;
	position: relative;
	min-height: 168px;
}
.list-lawyers:after{
	position: absolute;
	content: '';
	bottom: 0;
	right: 12px;
	left: 0;
	height: 1px;
	background-color: #edeff2;
	background-image: linear-gradient(to right, #80df11 0%, #009af3 100%);
}
.list-lawyers li{
	margin: 0 0 10px;
	padding: 0 0 0 48px;
	position: relative;
	color: #0d0d0d;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.25;
}
.list-lawyers li:after{
	position: absolute;
	content: '';
	width: 30px;
	height: 1px;
	background-color: #edeff2;
	background-image: linear-gradient(to right, #80df11 0%, #009af3 100%);
	top: 9px;
	left: 2px;
}
.list-lawyers.plus li:before{
	transform: rotate(90deg);
	position: absolute;
	content: '';
	width: 30px;
	height: 1px;
	background-color: #edeff2;
	background-image: linear-gradient(to right, #80df11 0%, #009af3 100%);
	top: 9px;
	left: 2px;
}
.total_box{
	color: #0d0d0d;
	font-size: 22px;
	line-height: 1.36;
	font-weight: 400;
	margin: 0 0 21px;
}
.total_box .total_title{
	display: block;
	margin: 0 0 1px;
	font-weight: 800;
}
.total_box p{
	margin: 0;
}
.visual,
.desc-technique{
	width: 50%;
}
.visual{
	display: flex;
	align-items: flex-end;
	height: 178px;
}
.desc-technique{
	padding: 0 0 0 26px;
}
.desc-technique strong{
	display: block;
	margin: 0 0 41px;
	font-size: 24px;
	font-weight: 800;
	line-height: 24px;
}
.desc-technique .desc{
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}
.technique-section .form-block{
	padding: 43px 15px 42px;
}
.technique-section .form-block:after{
	width: 255px;
	height: 200px;
	background: url("../images/img-16.svg") no-repeat;
	background-size: 100%;
	bottom: 47px;
	margin: 0;
	right: -53px;
	transform: rotate(-15deg);
	top: auto;
}
.technique-section .form{
	margin: 0 0 0 46px;
}
.verification-section{
	padding: 38px 0 30px;
	position: relative;
	z-index: 0;
}
.verification-section:after{
	position: absolute;
	content: '';
	top: -345px;
	left: 50%;
	margin: 0 0 0 170px;
	width: 784px;
	height: 1511px;
	background: url("../images/img-bg-05.png") no-repeat;
	background-size: 100%;
	z-index: -1;
	pointer-events: none;
}
.verification-section .heading_stage{
	margin: 0 0 26px;
}
.verification-section .title_head{
	width: 50%;
	padding: 0 10px 0 0;
}
.verification-section .heading_stage span{
	width: 50%;
	padding-left: 11px;
}
.verification-section .heading_stage span a{
	font-weight: 700;
}
.verification-section .heading_stage span a:hover{
	text-decoration: underline;
}
.verification-block{
	margin: 0 0 55px;
	border-radius: 30px;
	padding: 1px;
	background-image: linear-gradient(to right, #80df11 0%, #009af3 100%);
}
.verification-block .inner_block{
	display: flex;
	flex-wrap: wrap;
	border-radius: 29px;
	background: #fff;
	padding: 38px 44px 31px 59px;
	width: 100%;
}
.contact-company{
	width: 50%;
}
.name-company{
	display: block;
	margin: 0 0 31px;
	font-size: 24px;
	font-weight: 800;
	line-height: 1.25;
}
.list-contact{
	list-style: none;
	margin: 0 0 28px;
	padding: 0 0 38px;
	max-width: 400px;
	position: relative;
}
.list-contact:after{
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background-color: #80df11;
	background-image: linear-gradient(to right, #80df11 0%, #009af3 100%);
}
.list-contact li{
	margin: 0 0 0;
}
.list-contact strong{
	width: 65px;
	font-size: 18px;
	font-weight: 800;
	line-height: 30px;
	float: left;
}
.list-contact span{
	display: block;
	padding: 0 0 0 22px;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	overflow: hidden;
}
.price-box span{
	display: block;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 2px;
}
.price-box strong{
	display: block;
	margin: 0 0 6px;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.5;
}
.price-box .price{
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: linear-gradient(to right, #80df11 0%, #009af3 50%);
	font-size: 44px;
	font-weight: 800;
	line-height: 55px;
	white-space: nowrap;
	width: auto;
	letter-spacing: 0;
	padding: 0;
}
.top-company-box{
	width: 50%;
	padding: 0 0 0 13px;
	margin: 0 0 0;
}
.top-company-box .inner-box{
	padding: 37px 50px 43px;
}
.top-company-box .title-box{
	display: block;
	margin: 0 0 28px;
	font-size: 24px;
	font-weight: 800;
	line-height: 30px;
}
.top-company-box p{
	margin: 0 0 17px;
	font-size: 24px;
	font-weight: 300;
	line-height: 24px;
}
.top-company-box .subtitle-box{
	margin: 0 0 51px;
	display: block;
	font-size: 22px;
	font-weight: 800;
	line-height: 22px;
}
.logo-block{
	display: flex;
	padding: 0 0 0 35px;
}
.logo-block .logo{
	width: 98px;
	height: 65px;
	background: url("../images/logo-2.png") no-repeat;
	background-size: 100%;
	min-width: 98px;
	margin: 3px 0 0;
}
.text-logo{
	padding: 0 0 0 30px;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
}
.text-logo span{
	display: block;
}
.video-block{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -40px 164px;
}
.video-box{
	width: 54.55%;
	padding: 0 40px;
}
.video-box a{
	display: block;
	overflow: hidden;
	position: relative;
	border-radius: 30px;
	padding: 1px;
	background-image: linear-gradient(to right, #80df11 0%, #009af3 100%);
}
.video-box a img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.play{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 74px;
	height: 74px;
	border-radius: 50%;
	background: #80df11;
}
.play:after{
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	transform: translate(-40%, -50%);
	width: 29px;
	height: 37px;
	background: url("../images/icon-play.png") no-repeat;
	background-size: 100%;
}
.video-text{
	width: 45.45%;
	padding: 0 40px;
}
.video-logo{
	display: block;
	margin: 0 0 34px;
	width: 141px;
	height: 33px;
	background: url("../images/logo-3.svg") no-repeat;
	background-size: 100%;
}
.title-video{
	display: block;
	margin: 0 0 19px;
	font-size: 22px;
	font-weight: 800;
	line-height: 24px;
	max-width: 300px;
}
.video-text .text{
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin: 0 0 16px;
}
.video-text .btn{
	border-radius: 20px;
}
.our_team-section{
	padding: 33px 0 30px;
	position: relative;
	z-index: 1;
}
.our_team-section .title-section{
	margin: 0 0 13px;
}
.our_team-section .subtitle-section{
	margin: 0 0 40px;
}
.our_team-list{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px 19px;
}
.our_team-item{
	width: 33.3%;
	padding: 0 15px;
	margin: 0 0 30px;
}
.our_team-inner{
	background: #f4f8fb;
	border-radius: 20px;
	padding: 33px 42px 53px;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.team-info{
	display: flex;
	margin: 0 0 15px;
	flex: 0 0 110px;
}
.user-photo{
	width: 100px;
	min-width: 100px;
	border-radius: 20px;
	overflow: hidden;
	height: 106px;
}
.user-photo img{
	height: auto;
	display: block;
	width: 100%;
}
.info-box{
	padding: 3px 0 0 29px;
}
.info-box strong{
	display: block;
	margin: 0 0 15px;
	font-size: 22px;
	font-weight: 800;
	line-height: 24px;
}
.info-box span{
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}
.our_team-text{
	position: relative;
	padding: 0 0 19px;
	min-height: 194px;
	flex: 1 1 auto;
}
.our_team-text:after{
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background-image: linear-gradient(to right, #80df11 0%, #009af3 100%);
}
.info-text ul,
.info-text{
	list-style: none;
	margin: 0;
	padding: 0;
}
.info-text li{
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}
.info-text li b{
	font-weight: 800;
}
.info-text ul{
	padding: 10px 0 0 14px;
}
.our_team-section .btn-holder{
	margin: 0 0 50px;
}
.our_team-section .btn{
	margin: 0 auto;
	max-width: 369px;
	border-radius: 20px;
}
.process-section{
	padding: 51px 0 20px;
	position: relative;
	z-index: 0;
}
.process-section:after{
	position: absolute;
	content: '';
	top: 60px;
	left: 50%;
	width: 683px;
	height: 1748px;
	background: url("../images/img-bg-17.png") no-repeat;
	background-size: 100%;
	margin: 0 0 0 274px;
	z-index: -1;
	pointer-events: none;
}
.process-section .heading{
	position: relative;
	padding: 0 28% 0 0;
	margin: 0 0 39px;
}
.heading .img-box{
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-63%);
}
.process-section .title-section{
	margin: 0 0 20px;
}
.list-process{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px 8px;
	list-style: none;
	padding: 0;
}
.list-process li{
	width: 20%;
	padding: 0 15px;
	margin: 0 0 53px;
	position: relative;
}
.list-process li:first-child{
	order: 1;
}
.list-process li:nth-child(2){
	order: 2;
	margin-top: 25px;
}
.list-process li:nth-child(3){
	order: 3;
}
.list-process li:nth-child(4){
	order: 4;
	margin-top: 25px;
}
.list-process li:nth-child(5){
	order: 5;
}
.list-process li:nth-child(6){
	order: 10;
}
.list-process li:nth-child(7){
	order: 9;
	margin-top: 25px;
}
.list-process li:nth-child(8){
	order: 8;
}
.list-process li:nth-child(9){
	order: 7;
	margin-top: 25px;
}
.list-process li:last-child{
	order: 6;
}
.list-process li:after{
	position: absolute;
	content: '';
	right: 14px;
	bottom: 16px;
	width: 74px;
	height: 18px;
	background: url("../images/icon-arrow.svg") no-repeat;
	background-size: 100%;
}
.list-process li:nth-child(even):after{
	bottom: auto;
	top: 24px;
	transform: scale(1, -1);
}
.list-process li:last-child:after{
	display: none;
}
.list-process li:nth-child(5):after{
	transform: scale(-1, 1) rotate(90deg);
	right: -10px;
	top: 100%;
	margin: -9px 0 0;
}
.list-process li:nth-child(6):after,
.list-process li:nth-child(7):after,
.list-process li:nth-child(8):after,
.list-process li:nth-child(9):after{
	right: auto;
	left: -90px;
	transform: scale(-1, -1);
	top: 50px;
}
.list-process li:nth-child(7):after,
.list-process li:nth-child(9):after{
	transform: scale(-1, 1);
	top: auto;
	bottom: 6px;
}
.list-process .inner-list{
	position: relative;
	padding: 0 0 0 0;
}
.list-process .icon{
	margin: 0 0 16px 50px;
	display: block;
	height: 35px;
}
.list-process .icon img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.list-process .desc{
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	position: relative;
	padding: 0 18px 0 0;
}
.list-process .desc:after{
	clear: both;
	display: block;
	content: '';
}
.list-process .num{
	font-size: 70px;
	font-weight: 800;
	line-height: 70px;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: linear-gradient(to bottom, #80df11 0%, #009af3 100%);
	font-style: normal;
	float: left;
}
.list-process .desc span{
	display: block;
	overflow: hidden;
	padding: 0 0 0 19px;
}
.process-section .dscr_box{
	max-width: 870px;
	margin: 0 0 117px;
}
.process-section .inner_dscr{
	padding: 24px 70px 28px 138px;
}
.process-section .inner_dscr:after{
	width: 47px;
	height: 56px;
	background: url("../images/icon-59.svg") no-repeat;
	background-size: 100%;
	left: 47px;
}
.video-section{
	padding: 28px 0 30px;
	position: relative;
	z-index: 1;
}
.video-section .title-section{
	margin: 0 0 13px;
}
.video-section .subtitle-section{
	margin: 0 0 39px;
}
.video-holder{
	border-radius: 20px;
	background-image: linear-gradient(to right, #80df11 0%, #009af3 100%);
	padding: 1px;
	width: 100%;
	margin: 0 0 50px;
}
.video-holder .inner-video{
	overflow: hidden;
	border-radius: 19px;
	background: #fff;
	position: relative;
	padding-bottom: 47.8%;
	height: 0;
}
.video-holder .inner-video img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-width: 0;
	outline-width: 0;
}
.video-holder .play-btn{
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 74px;
	height: 74px;
	background: #80df11;
	border-radius: 50%;
}
.video-holder .play-btn:after{
	position: absolute;
	content: '';
	border-left: 25px solid #2435d1;
	border-top: 17px solid transparent;
	border-bottom: 17px solid transparent;
	top: 50%;
	left: 50%;
	transform: translate(-30%, -50%);
}
.video-section .dscr_box{
	margin: 0 auto 117px;
	max-width: 900px;
}
.video-section .inner_dscr{
	font-size: 22px;
	line-height: 1.36;
	padding: 26px 60px 30px 145px;
}
.video-section .inner_dscr:after{
	width: 47px;
	height: 48px;
	background: url("../images/icon-39.svg") no-repeat;
	background-size: 100%;
	left: 50px;
}
.services-section{
	padding: 42px 0 67px;
	position: relative;
	z-index: 0;
}
.services-section .title-section{
	margin: 0 0 12px;
}
.services-section .subtitle-section{
	margin: 0 0 42px;
}
.list-services{
	list-style: none;
	margin: 0 -15px 87px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.list-services li{
	width: 25%;
	padding: 0 15px;
	margin: 0 0 30px;
	text-align: center;
}
.list-services .inner-list{
	background: #f4f8fb;
	border-radius: 20px;
	padding: 42px 20px 44px;
}
.list-services .icon{
	display: block;
	margin: 0 auto 10px;
	width: 103px;
}
.list-services .title-list{
	display: block;
	margin: 0 0 11px;
	font-size: 22px;
	font-weight: 800;
	line-height: 24px;
}
.list-services .desc{
	font-size: 14px;
	font-weight: 400;
	line-height: 17px;
	margin: 0 auto;
	max-width: 160px;
}
.services-section .form-block:after{
	width: 124px;
	height: 195px;
	background: url("../images/icon-faq.svg") no-repeat;
	background-size: 100%;
	margin: 0;
	bottom: auto;
	top: 40px;
	right: 83px;
}
.services-section .title-form span{
	color: #009af3;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.25;
	display: inline-block;
	margin: 0 0 0 22px;
}
.list-partners{
	list-style: none;
	padding: 0 0 30px;
	margin: 0 0 0 -8px;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	background: #f4f8fb;
	border-radius: 0 30px 30px 30px;
	z-index: 0;
}
.list-partners li{
	padding: 10px;
	width: 33.3%;
	position: relative;
	min-height: 104px;
}
.list-partners li.title-box span{
	text-transform: uppercase;
}
.list-partners li:first-child{
	width: 66.7%;
	background: #fff;
	border-radius: 0 0 30px 0;
	padding: 0 0 40px;
	margin: 0;
	z-index: 1;
}
.list-partners li:first-child:after{
	position: absolute;
	content: '';
	left: 100%;
	top: 0;
	width: 32px;
	height: 23px;
	background: url('../images/icon-bg_white.png') no-repeat;
	background-size: 100%;
	z-index: 2;
}
.list-partners li:first-child:before{
	position: absolute;
	content: '';
	left: 0;
	top: 100%;
	width: 32px;
	height: 23px;
	background: url('../images/icon-bg_white.png') no-repeat;
	background-size: 100%;
	z-index: 1;
}
.list-partners li:nth-child(2){
	border-radius: 30px 30px 0 0;
	padding-top: 23px;
}
.list-partners a{
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.list-partners img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.top-footer{
	padding: 50px 0 20px;
	background: #f4f8fb;
}
.top-footer .logo{
	margin: 12px 0 0;
}
.top-footer .phone-box .phone{
	font-size: 20px;
	line-height: 1;
	margin: 0 0 12px;
}
.list-social{
	list-style: none;
	margin: -6px 98px 0 0;
	padding: 0;
	display: flex;
	align-items: center;
}
.list-social li{
	margin: 0 0 0 10px;
}
.list-social a{
	display: block;
}
.list-social i{
	color: #2435d1;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	display: block;
}
.list-social i:before{
	margin: 0;
	font-size: 23px;
	line-height: 23px;
	width: auto;
}
.list-social .icon-vk:before{
	font-size: 16px;
	line-height: 16px;
}
.list-social .icon-ok:before{
	font-size: 26px;
	line-height: 26px;
}
.list-social a:hover i{
	color: #80df11;
}
.copy{
	clear: both;
	padding: 38px 0 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	text-align: center;
}
.dev-box{
	padding: 13px 0;
	background: #d8f1ff;
}
.dev-list{
	display: flex;
	align-items: center;
	justify-content: center;
}
.dev-list a{
	display: inline-block;
	vertical-align: top;
	margin: 0 19px;
	position: relative;
}
.dev-list a img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.dev-list a:first-child:after{
	position: absolute;
	content: '';
	top: 50%;
	right: -24px;
	transform: translateY(-50%);
	width: 18px;
	height: 18px;
	background: url("../images/icon-21.svg") no-repeat;
	background-size: 100%;
}
/* pop-up style */
.fancybox-is-open .fancybox-bg{
	background: rgba(0,154,243,.8);
}
.popup-block{
	padding: 0;
	background: transparent;
	width: 100%;
	max-width: 968px;
	display: none;
}
.popup-block .form-block{
	margin: 0;
	text-align: center;
	padding: 40px 15px 49px;
}
.popup-block .form-block:after{
	display: none;
}
.popup-block .form{
	margin: 0 auto;
}
.popup-block .title-form{
	max-width: 100%;
}
.popup-block .checkbox-holder{
	display: inline-block;
	vertical-align: top;
}
.popup-block .fancybox-close-small{
	padding: 0;
	width: 25px;
	height: 25px;
	top: 26px;
	right: 24px;
	background: url("../images/icon-close.svg") no-repeat;
	background-size: 100%;
}
.popup-block .fancybox-close-small svg{
	display: none;
}
.popup-block .input-holder textarea{
	padding: 13px 17px;
}

@media screen and (max-width: 1300px){
	.slick-next{
		right: 0;
	}
	.slick-prev{
		left: 0;
	}
}
@media screen and (max-width: 1200px){
	.item-price:hover{
		margin: 0 -1px;
		padding: 42px 45px 41px;
	}
	.visual img{
		max-width: 100%;
	}
	.technique-section .form-block:after{
		right: -123px;
	}
	.list-social{
		margin: -6px 58px 0 0;
	}
	.form-block,
	.guarantee-section .form-block{
		padding-right: 205px;
	}
	.price-btn .btn{
		max-width: 180px;
	}
}
@media screen and (max-width: 1100px){
	.user-block{
		display: block;
	}
	.avatar{
		margin: 0 0 20px;
	}
	.name-block{
		padding: 0;
		width: 100%;
	}
	.docs-box img{
		max-width: none;
		width: 100%;
	}
	.technique-section .form-block:after{
		right: -33px;
		bottom: 157px;
	}
	.list-num{
		padding: 0;
	}
	.technique-section .form{
		margin: 0;
	}
	.services-section .form{
		margin: 0 0 0 3.2%;
	}
	.list-social{
		margin: -6px 28px 0 0;
	}
	.top-footer .call-box{
		margin: 0 0 0 27px;
	}
	.top-footer .phone-box .phone{
		font-size: 20px;
	}
	.form-block,
	.guarantee-section .form-block{
		padding-right: 165px;
	}
	.form-block:after,
	.customers-section .form-block:after,
	.form-block.call_block:after,
	.services-section .form-block:after{
		right: 15px;
	}
	.form-block.call_block:after{
		top: 90px;
	}
	.form input[type="submit"]{
		font-size: 14px;
	}
	.item-price{
		padding: 51px 33px 47px;
	}
	.warning-item .inner-box{
		padding: 40px 37px 36px;
	}
	.list-process .desc{
		padding: 0;
	}
	.list-process li:nth-child(7):after,
	.list-process li:nth-child(9):after{
		bottom: -4px;
	}
	.list-process li{
		width: 25%;
	}
	.list-process li:nth-child(6){
		order: 6;
	}
	.list-process li:nth-child(7){
		order: 7;
	}
	.list-process li:nth-child(6){
		order: 6;
	}
	.list-process li:nth-child(9){
		order: 9;
	}
	.list-process li:nth-child(10){
		order: 10;
	}
	.list-process li:nth-child(5):after{
		transform: none;
		right: 14px;
		top: auto;
		bottom: -16px;
		margin: 0;
	}
	.list-process li:nth-child(7):after,
	.list-process li:nth-child(9):after{
		left: auto;
		right: 14px;
		transform: none;
	}
	.list-process li:nth-child(6):after,
	.list-process li:nth-child(8):after{
		left: auto;
		right: 14px;
		bottom: auto;
		top: 24px;
		transform: scale(1, -1);
	}
}
@media screen and (max-width: 1024px){
	.product-section .title-section,
	.product-section .verification-box{
		width: 100%;
	}
	.product-section .verification-box{
		max-width: 371px;
	}
	.product-section .title-section{
		padding: 0;
	}
	.product-section .heading{
		margin: 0 0 50px;
	}
	.product-section .heading p{
		padding: 0;
		width: 100%;
	}
	.experience-box{
		width: 80%;
		max-width: 800px;
	}
	.row-price{
		display: block;
	}
	.price-text{
		width: 100%;
		margin: 0 0 30px;
	}
	.item-price.lawyers:hover,
	.item-price.lawyers{
		height: auto;
	}
	.lawyers-box{
		padding: 0;
	}
	.inner-lawyers strong{
		padding: 0 30px 0 0;
	}
	.inner-technique{
		padding: 20px;
	}
	.top-company-box{
		padding: 0 0 0 30px;
	}
	.video-block{
		margin: 0 -15px 50px;
	}
	.video-box,
	.video-text{
		padding: 0 15px;
	}
	.our_team-inner{
		padding: 20px;
	}
	.services-section .form{
		margin: 0;
	}
	.head-form{
		padding: 0 15px 0 0;
	}
	.services-section .form-block:after{
		right: -15px;
	}
	.top-footer .logo .desc-logo{
		display: none;
	}
	.phone-box .phone{
		font-size: 26px;
	}
	.list_type_services{
		margin: 0 -15px 62px;
	}
	.list_type_services li{
		padding: 0 15px;
	}
	.form-block, .guarantee-section .form-block{
		padding: 42px 40px 54px;
	}
	.form-block:after,
	.customers-section .form-block:after,
	.form-block.call_block:after,
	.services-section .form-block:after{
		display: none;
	}
	.inner-approved{
		padding: 43px 40px 39px;
	}
	.list-num li{
		width: 25%;
	}
	.verification-block .inner_block{
		padding: 38px 30px 31px 40px;
	}
	.price{
		font-size: 34px;
		line-height: 45px;
	}
	.reviews-form .form-block{
		padding: 40px 40px 38px;
	}
	.item-product,
	.warning-item .inner-box{
		padding: 20px;
	}
	.warning-item{
		padding: 0;
		background: none;
	}
	.technique-section .subtitle-section{
		font-size: 20px;
	}
	
}
@media screen and (max-width: 890px){
	.call-box{
		padding: 0 0 0 35px;
		margin: 0 0 0 10px;
	}
	.guarantee-block .visual-box,
	.guarantee-list{
		width: 100%;
	}
	.guarantee-block .img-box{
		display: none;
	}
	.experience-box{
		width: 100%;
		max-width: 100%;
		margin: 0 0 70px;
	}
	.form-block:after{
		display: none;
	}
	.experience-box:after{
		left: 5.5%;
	}
	.title-form{
		max-width: 100%;
	}
	.services-section .form-block,
	.form-block{
		padding: 40px 20px 42px;
	}
	.input-holder, .submit-holder{
		width: 50%;
	}
	.submit-holder .btn{
		max-width: 100%;
	}
	.user-block{
		display: flex;
	}
	.name-block{
		padding: 0 0 0 24px;
		width: calc(100% - 100px);
	}
	.avatar{
		margin: 0;
	}
	.reviews-form:after{
		display: none;
	}
	.item-price{
		padding: 20px;
	}
	.item-price:after{
		left: 20px;
		right: 20px;
	}
	.item-price:hover{
		padding: 20px 21px;
	}
	.item-price.lawyers:hover,
	.item-price.lawyers{
		padding: 20px;
	}
	.hide-text{
		padding: 20px 16px 20px 20px;
	}
	.inner-warranty{
		padding: 20px;
	}
	.top-company .inner-box{
		padding: 20px;
	}
	.logo-block{
		padding: 0;
	}
	.our_team-item{
		width: 50%;
	}
	.process-section .heading{
		padding: 0;
	}
	.heading .img-box{
		display: none;
	}
	.list-process li{
		width: 50%;
	}
	.inner-product,
	.warning-item .inner-box{
		padding: 20px;
	}
	.phone-box .phone{
		font-size: 22px;
	}
	.list-process li{
		width: 33.3%;
	}
	.list-check{
		margin: 0 -15px 47px;
	}
	.list_type_services{
		margin: 0 -15px;
	}
	.list_type_services li{
		width: 50%;
		margin: 0 0 30px;
	}
	.inner-approved .title-box{
		font-size: 34px;
		line-height: 1.29;
	}
	.customers-list li{
		width: 50%;
	}
	.customers-list .inner-list{
		padding: 15px 20px;
	}
	.phone_form{
		margin: 0;
	}
	.guarantee-list .inner-list{
		padding: 27px 20px 20px 20px;
	}
	.guarantee-list .dscr{
		padding: 0 0 0 15px;
	}
	.guarantee-list .list li{
		padding: 0 0 0 25px;
	}
	.guarantee-list .list li br{
		display: none;
	}
	.guarantee-list .list li:after{
		width: 15px;
	}
	.guarantee-list .list li:first-child,
	.guarantee-list .list li:nth-child(2){
		width: auto;
	}
	.production_section .heading{
		padding: 0 160px 0 0;
	}
	.production_section .heading:after{
		right: 0;
		top: -37px;
		width: 154px;
		height: 150px;
	}
	.verification-block .inner_block{
		display: block;
	}
	.contact-company,
	.top-company-box{
		width: 100%;
	}
	.contact-company{
		margin: 0 0 30px;
	}
	.top-company-box{
		padding: 0;
	}
	.price-btn{
		display: block;
	}
	.price{
		margin: 0 0 20px;
	}
	.desc-technique strong{
		margin: 0 0 15px;
	}
	.desc-technique .icon{
		display: block;
		width: 41px;
	}
	.item-2 .desc-technique .icon{
		width: 49px;
	}
	.desc-technique .icon img{
		width: 100%;
	}
}
@media screen and (max-width: 767px){
	.logo{
		display: block;
	}
	.logo .desc-logo{
		display: none;
	}
	.promo-title{
		font-size: 58px;
		padding: 0;
	}
	.promo-title span{
		font-size: 38px;
	}
	.inner-approved .title-box{
		font-size: 28px;
		line-height: 28px;
	}
	.approved-block{
		margin: 0 0 70px;
	}
	.inner-approved{
		padding: 20px;
		text-align: center;
	}
	.approved-block .logo-box{
		position: static;
		top: auto;
		left: auto;
		padding: 0;
		margin: 0 0 20px;
		text-align: center;
		transform: none;
	}
	.experience-box{
		padding: 20px 20px 20px 65px;
	}
	.experience-box:after{
		left: 20px;
	}
	.reviews-form{
		display: block;
	}
	.reviews-form .text{
		padding: 0;
		width: 100%;
		margin: 0 0 30px;
	}
	.warranty-text{
		width: 100%;
		order: 2;
	}
	.warranty-list{
		width: 100%;
		padding: 0;
		order: 1;
		margin: 0 0 30px;
	}
	.verification-block{
		display: block;
	}
	.contact-company,
	.top-company-box{
		width: 100%;
		padding: 0;
	}
	.contact-company{
		margin: 0 0 40px;
	}
	.contact-company .phone-box{
		display: inline-block;
		vertical-align: top;
	}
	.video-box,
	.video-text{
		width: 100%;
	}
	.video-box{
		margin: 0 0 30px;
	}
	.video-box a img{
		max-width: none;
		width: 100%;
	}
	.title-video{
		max-width: 100%;
	}
	.list-services .inner-list{
		padding: 42px 20px 44px;
	}
	.inner-form{
		display: block;
	}
	.head-form{
		width: 100%;
		margin: 0 0 20px;
	}
	.col-form{
		display: flex;
		flex-wrap: wrap;
		width: auto;
		margin: 0 -15px;
		align-items: flex-end;
	}
	.inner-form .submit-holder,
	.inner-form .input-holder{
		width: 50%;
		margin: 0 0 20px;
	}
	.top-footer .logo{
		float: none;
		margin: 0 0 10px;
		display: block;
	}
	.top-footer .contact-box{
		float: none;
		justify-content: space-between;
	}
	.list-social{
		margin: -6px 0 0;
	}
	.list-social li{
		margin: 0 10px 0 0;
	}
	.top-footer .call-box{
		margin: 0;
	}
	.promo-section p{
		font-size: 34px;
		line-height: 40px;
	}
	.list-official li{
		width: 50%;
		text-align: left;
	}
	.approved_head{
		padding: 0;
		text-align: left;
	}
	.list-num li{
		width: 33.3%;
	}
	.guarantee-list{
		width: auto;
	}
	.guarantee-list .item-list{
		width: 100%;
	}
	.guarantee-list .inner-list{
		min-height: auto;
	}
	.technique-section .heading_box,
	.heading_stage{
		display: block;
		margin: 0 0 50px;
	}
	.technique-section .title-section,
	.verification-section .title_head,
	.title_head{
		width: 100%;
		margin: 0 0 20px;
		padding: 0;
	}
	.technique-section .subtitle-section,
	.verification-section .heading_stage span,
	.heading_stage span{
		padding: 0;
		width: 100%;
	}
	.stage_list .item_stage{
		width: 50%;
	}
	.stage_list .inner_stage{
		padding: 25px 15px 20px;
	}
	.stage_list .dscr{
		max-width: none;
	}
	.product-list{
		grid-template-columns: repeat(2, 1fr);
	}
	.item-product:nth-child(2n-1){
		margin-top: 42px;
		margin-bottom: -42px;
	}
	.item-product:nth-child(2n-2){
		margin-top: 0;
		margin-bottom: 0;
	}
	.item-product{
		height: 230px;
	}
	.item-technique{
		width: 100%;
	}
	.visual{
		width: 178px;
	}
	.desc-technique{
		width: calc(100% - 178px);
	}
	.list-lawyers li{
		padding: 0 0 0 24px;
	}
	.list-lawyers li:after,
	.list-lawyers.plus li:before{
		width: 15px;
	}
	.total_box{
		font-size: 18px;
	}
	.inner_dscr,
	.video-section .inner_dscr{
		font-size: 20px;
		line-height: 26px;
	}
	.list-services li{
		width: 50%;
	}
	.promo-section{
		padding: 137px 0 21px;
	}
	.guarantee-section .form-block,
	.customers-section .form-block,
	.dscr_box,
	.video-section .dscr_box,
	.process-section .dscr_box{
		margin: 0 0 77px;
	}
	.customers-list{
		margin: 0 -15px 45px;
	}
	.customers-section,
	.production_section{
		padding: 31px 0 20px;
	}
	.stage_block{
		margin: 0 0 48px;
	}
	.production_section .form-block,
	.product-section .form-block{
		margin: 0 0 20px;
	}
	.verification-block{
		margin: 0 0 40px;
	}
	.video-section{
		padding: 35px 0 10px;
	}
	.price-section{
		padding: 29px 0 20px;
	}
	.price-block{
		margin: 0 0 30px;
	}
	.product-list{
		padding: 0 0 47px;
		margin: 0 0 77px;
	}
	.technique-box{
		margin: 0 -15px 20px;
	}
	.list-process{
		margin: 0 -15px 40px;
	}
}
@media screen and (max-width: 640px){
	#header .phone-box{
		display: none;
	}
	.promo-section:after{
		margin: 0 0 0 87px;
	}
	.list-check li{
		width: 100%;
		margin: 0 0 40px;
	}
	.guarantee-list li,
	.list-official li,
	.input-holder,
	.submit-holder{
		width: 100%;
	}
	.user-block{
		display: block;
	}
	.avatar{
		margin: 0 0 20px;
	}
	.name-block{
		padding: 0;
		width: 100%;
	}
	.name-org{
		font-size: 18px;
		line-height: 23px;
	}
	.docs-slider .rating-box{
		display: block;
	}
	.rating-info{
		margin: 0 0 10px;
	}
	.reviews-holder{
		width: 100%;
	}
	.reviews-holder .btn{
		max-width: 100%;
	}
	.certificates-slider .inner-slide img{
		max-width: none;
		width: 100%;
	}
	.our_team-list{
		max-width: 420px;
		margin: 0 auto 19px;
	}
	.our_team-item{
		width: 100%;
		padding: 0
	}
	.item-faq{
		display: block;
	}
	.item-faq .question{
		width: 100%;
		margin: 0 0 20px;
	}
	.item-faq .answer{
		padding: 0;
	}
	.list-services li{
		width: 50%;
	}
	.inner-form .submit-holder,
	.inner-form .input-holder{
		width: 100%;
	}
	.top-footer .call-box{
		display: none;
	}
	.item-product{
		width: 100%;
	}
	.form .col-50{
		width: 100%;
	}
	.list_type_services li,
	.customers-list li{
		width: 100%;
	}
	.list-num li{
		width: 50%;
	}
	.customers-list .inner-list{
		min-height: auto;
	}
	.production_section .heading{
		padding: 0;
	}
	.production_section .heading:after{
		display: none;
	}
	.list-partners li{
		width: 50%;
		min-height: 74px;
	}
	.list-partners li:first-child{
		width: 80%;
		padding: 0 0 20px;
	}
	.inner_dscr,
	.video-section .inner_dscr,
	.process-section .inner_dscr{
		padding: 20px 20px 20px 75px;
	}
	.inner_dscr:after,
	.process-section .inner_dscr:after,
	.video-section .inner_dscr:after{
		left: 14px;
	}
	.item_inner{
		width: 100%;
	}
	.item_inner:after{
		position: absolute;
		content: '';
		bottom: 0;
		left: 0;
		right: 0;
		height: 1px;
		background-color: #f4f8fb;
		background-image: linear-gradient(to right, #80df11 0%, #009af3 100%);
	}
	.not-border .item_inner:after{
		display: none;
	}
	.row_item:before{
		display: none;
	}
	.row_item:after{
		display: none;
	}
	.price-btn{
		display: flex;
	}
	.reviews-form .title-form{
		padding: 0;
	}
	.row-form{
		display: block;
	}
	.reviews-form .input-holder,
	.reviews-form .submit-holder,
	.reviews-form .checkbox-holder{
		width: 100%;
	}
	.product-section .title-section{
		margin: 0 0 50px;
	}
	.product-list{
		display: block;
	}
	.item-product{
		height: auto;
	}
	.product-list .title-list br{
		display: none;
	}
	.item-product:nth-child(2n-1),
	.item-product:nth-child(2n-2){
		margin: 0 0 30px;
	}
	.list-process li{
		width: 50%;
	}
	.form-block,
	.guarantee-section .form-block,
	.reviews-form .form-block{
		padding-left: 20px;
		padding-right: 20px;
	}
	.product-list{
		padding: 0;
		margin: 0 0 77px;
	}
	.production_list .item_list span{
		max-width: 300px;
		text-align: center;
		display: flex;
		align-items: center;
		padding: 10px 0;
		height: 100px;
	}
}
@media screen and (max-width: 480px){
	#header .logo{
		width: 78px;
	}
	.logo img{
		min-width: auto;
		width: 100%;
	}
	.call-box {
		margin: 0;
	}
	.call-box .call{
		font-size: 12px;
		margin: 0 0 5px;
	}
	.promo-title{
		font-size: 48px;
		line-height: 45px;
	}
	.promo-title small{
		margin: 0 20px 0 0;
	}
	.promo-title span{
		margin: 0 0 0 10px;
	}
	.promo-section p{
		font-size: 22px;
		line-height: 28px;
	}
	.btn{
		max-width: 100%;
		padding: 28px 5px 26px;
	}
	.inner-approved .title-box{
		font-size: 20px;
		line-height: 20px;
	}
	.inner-approved p{
		font-size: 18px;
		line-height: 21px;
	}
	.title-section,
	.title-form,
	.title_head{
		font-size: 30px;
		line-height: 32px;
	}
	.guarantee-block{
		margin: 0 0 10px;
	}
	.guarantee-list .inner-list{
		padding: 20px;
	}
	.guarantee-list .desc{
		font-size: 18px;
		line-height: 26px;
	}
	.verification-box .inner-box,
	.subtitle-form{
		font-size: 20px;
		line-height: 23px;
	}
	.verification-box .inner-box{
		padding: 20px 20px 20px 65px;
	}
	.verification-box .inner-box:after{
		top: 10px;
		left: 15px;
	}
	.guarantee-section{
		padding: 41px 0 40px;
	}
	.product-section{
		padding: 40px 0 10px;
	}
	.experience-box{
		padding: 20px 20px 20px 50px;
	}
	.experience-box:after{
		left: 10px;
	}
	.form input[type="submit"]{
		font-size: 14px;
	}
	.name-block{
		display: block;
	}
	.name-box,
	.rating-box{
		width: 100%
	}
	.name-box{
		padding: 0;
		margin: 0 0 15px;
	}
	.user-name{
		margin: 0 0 15px;
	}
	.user-name span{
		display: inline;
	}
	.subtitle-section,
	.title-block,
	.heading_stage span{
		font-size: 20px;
		line-height: 26px;
	}
	.reviews-section{
		padding: 30px 0 10px;
	}
	.docs-slider{
		max-width: 325px;
		margin: 0 auto 70px;
	}
	.docs-section{
		padding: 35px 0 10px;
	}
	.slick-dots li{
		margin: 0 8px;
	}
	.reviews-holder .phone a{
		font-size: 28px;
	}
	.price-btn{
		width: 100%;
		display: block;
	}
	.price-btn .btn{
		max-width: 100%;
	}
	.certificates-section{
		padding: 34px 0 10px;
	}
	.technique-section{
		padding: 35px 0 10px;
	}
	.heading-box{
		display: block;
	}
	.visual{
		height: auto;
		margin: 0 0 20px;
	}
	.desc-technique{
		width: 100%;
		padding: 0;
	}
	.list-num .num{
		font-size: 40px;
	}
	.list-num span{
		display: block;
		padding: 0;
	}
	.list-num span br{
		display: none;
	}
	.verification-section{
		padding: 33px 0 10px;
	}
	.top-company p,
	.top-company .subtitle-box{
		font-size: 20px;
		line-height: 20px;
	}
	.list-company li,
	.logo-block{
		display: block;
	}
	.list-company strong{
		width: 100%;
		margin: 0 0 10px;
	}
	.list-company span{
		width: 100%;
		text-align: left;
	}
	.logo-block .logo{
		margin: 0 0 10px;
		display: block;
		float: none;
	}
	.text-logo{
		padding: 0;
	}
	.text-logo span{
		display: inline;
	}
	.our_team-section{
		padding: 39px 0 10px;
	}
	.process-section{
		padding: 31px 0 0;
	}
	.list-process li{
		width: 100%;
	}
	.list-process li:after{
		display: none;
	}
	.list-process .desc{
		padding: 0;
	}
	.list-process li:nth-child(2n),
	.list-process li:nth-child(7),
	.list-process li:nth-child(9){
		margin-top: 0;
	}
	.video-holder .inner-video{
		padding-bottom: 53.8%;
	}
	.item-faq .answer{
		font-size: 18px;
		line-height: 26px;
	}
	.services-section{
		padding: 38px 0 10px;
	}
	.list-services{
		margin: 0 -15px 70px;
	}
	.list-services li{
		width: 100%;
	}
	.top-footer .logo{
		margin: 0 auto 10px;
		width: 98px;
	}
	.top-footer .contact-box{
		display: block;
	}
	.list-social{
		justify-content: center;
		margin: 0 0 20px;
	}
	.list-social li{
		margin: 0 5px;
	}
	.top-footer .phone-box{
		text-align: center;
	}
	.popup-block .fancybox-close-small{
		top: 15px;
		right: 17px;
	}
	.promo-section{
		padding-top: 156px;
	}
	#header .mob-phone{
		display: block;
		clear: both;
		padding: 20px 0 0;
		text-align: center;
	}
	.mob-phone .phone{
		margin: 0;
	}
	.mob-phone span{
		display: block;
	}
	.product-section .heading p{
		font-size: 20px;
		line-height: 26px;
	}
	.item-price.lawyers .title{
		padding: 0;
		font-size: 20px;
	}
	.promo-section .btn{
		font-size: 15px;
	}
	.list_type_services .dscr{
		padding: 0 0 0 20px;
	}
	.stage_list .item_stage{
		width: 100%;
	}
	.verification-block .inner_block{
		padding: 38px 20px 31px 20px;
	}
	.price-box strong{
		font-size: 20px;
	}
	.price-box .price{
		font-size: 34px;
		line-height: 44px;
	}
	.top-company-box .title-box{
		font-size: 20px;
		line-height: 26px;
	}
	.inner_dscr, .video-section .inner_dscr{
		font-size: 18px;
		line-height: 24px;
	}
	.list-process li{
		margin: 0 0 30px;
	}
	.production_list .item_list{
		padding: 0 5px;
	}
	.production_list .item_list span{
		max-width: 200px;
		font-size: 18px;
		line-height: 20px;
	}
	.guarantee-list .list{
		columns: 1;
	}
	.guarantee-list .list li:last-child,
	.guarantee-list .list li:nth-child(3){
		margin-left: 0;
	}
}
.input-holder.msg-holder { width: 66%; }

/* style for departures block */

/* .departures-block{
	margin: 0 -15px 133px;
	display: flex;
	flex-wrap: wrap;
}
.numbers_tips{
	width: 36.5%;
	padding: 0 15px;
	margin: 0 0 30px;
}
.departures-block .inner-box{
	background: #2435d1;
	border-radius: 20px;
	width: 100%;
	height: 100%;
	padding: 21px 20px 22px;
	display: flex;
	align-items: center;
}
.numbers_tips .num{
	display: block;
	width: 102px;
	height: 102px;
	background-image: linear-gradient(to right, #80df11 0%, #009af3 100%);
	border-radius: 20px;
	text-align: center;
	line-height: 110px;
	color: #fff;
	font-size: 70px;
	font-weight: 800;
}
.numbers_tips strong{
	display: block;
	padding: 0 4px 0 26px;
	width: calc(100% - 102px);
	color: #fff;
	font-size: 28px;
	font-weight: 800;
	line-height: 26px;
}
.no_brigades{
	padding: 0 15px;
	width: 63.5%;
	margin: 0 0 30px;
}
.no_brigades .dot{
	display: block;
	width: 102px;
	min-width: 102px;
	height: 102px;
	background-image: linear-gradient(to right, #80df11 0%, #009af3 100%);
	border-radius: 20px;
	position: relative;
}
.no_brigades .inner-dot{
	display: block;
	position: absolute;
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	border-radius: 18px;
	background: #2435d1;
}
.no_brigades .inner-dot.point i{
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 34px;
	height: 34px;
	background: #ffa508;
	border-radius: 14px;
}
.no_brigades .desc{
	display: block;
	padding: 0 0 0 25px;
	color: #fff;
	font-size: 28px;
	font-weight: 800;
	line-height: 26px;
	min-width: 210px;
}
.no_brigades .notice{
	padding: 0 0 0 0;
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	font-weight: 400;
}
.no_brigades .notice span{
	margin: 0 0 0;
	display: block;
	text-transform: uppercase;
}
.no_brigades .notice strong{
	display: block;
	color: #7ede14;
	font-weight: 700;
	text-transform: uppercase;
}
.departures_contact{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin: 0;
	width: 100%;
}
.dep_inner{
	padding: 0 15px;
	margin: -8px 0 0;
	width: 63.5%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.dep_text{
	position: relative;
	padding: 0 0 0 55px;
	color: #2435d1;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.3;
	max-width: 310px;
	margin: 0 0 10px;
}
.dep_text:after{
	position: absolute;
	content: '';
	top: 21px;
	left: 1px;
	width: 30px;
	height: 1px;
	background-color: #edeff2;
	background-image: linear-gradient(to right, #80df11 0%, #009af3 100%);
}
.dep_phone{
	position: relative;
	padding: 2px 0 0 44px;
	margin: 0 -4px 10px 0;
	width: 409px;
}
.dep_phone:after{
	position: absolute;
	content: '';
	top: 4px;
	left: 0;
	width: 30px;
	height: 30px;
	background: url("../images/icon-phone.svg") no-repeat;
	background-size: 100%;
}
.dep_phone a{
	color: #000;
	font-size: 40px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
	transition: all .2s linear;
	letter-spacing: 0.035em;
}
.dep_phone a:hover{
	text-decoration: underline;
}

@media screen and (max-width: 1024px){
	.numbers_tips strong,
	.no_brigades .notice{
		padding: 0 0 0 15px;
	}
	.no_brigades .desc{
		padding: 0 0 0 15px;
		min-width: 160px;
	}
}
@media screen and (max-width: 890px){
	.numbers_tips,
	.no_brigades{
		width: 100%;
	}
	.departures-block{
		margin: 0 -15px 73px;
	}
	.dep_inner{
		width: 100%;
	}
}
@media screen and (max-width: 640px){
	.no_brigades .notice{
		padding: 0;
		width: 100%;
	}
	.no_brigades .desc{
		width: calc(100% - 102px);
	}
	.departures-block .inner-box{
		flex-wrap: wrap;
	}
	.no_brigades .dot,
	.no_brigades .desc{
		margin: 0 0 20px;
	}
}
@media screen and (max-width: 480px){
	.departures-block .inner-box{
		padding: 15px;
	}
	.numbers_tips .num{
		width: 72px;
		height: 72px;
		line-height: 80px;
		font-size: 60px;
	}
	.no_brigades .dot{
		width: 72px;
		height: 72px;
		min-width: 72px;
	}
	.numbers_tips strong,
	.no_brigades .desc{
		width: calc(100% - 72px);
	}
	.no_brigades .inner-dot.point i{
		width: 28px;
		height: 28px;
	}
	.numbers_tips strong,
	.no_brigades .desc{
		font-size: 24px;
		line-height: 22px;
	}
	.departures-block{
		margin: 0 -15px 33px;
	}
	.dep_text{
		padding: 0 0 0 30px;
		font-size: 18px;
	}
	.dep_text:after{
		width: 20px;
	}
	.dep_phone a{
		letter-spacing: 0;
		font-size: 28px;
	}
	.dep_phone:after{
		top: 0;
	}
} */

/* .blink {
	animation-name: blink;
	animation-timing-function: linear;
	animation-duration: 1s;
	animation-iteration-count: infinite;
}
@keyframes blink {
	50% {
		opacity: 0;
	}
} */

/* end style for departures block */
/* .contact-box .ad-phone { color: #d1f7fb; font-size: 11px; } */

/* style for new block 12.04.2021 */

/* .sound_box{
	padding: 28px 0 0;
}
.sound_box .title{
	display: block;
	margin: 0 0 4px;
	color: #5e5e63;
	font-size: 18px;
	line-height: 1;
	letter-spacing: -0.01em;
}
.sound{
	max-width: 486px;
	width: 100%;
	height: 100px;
	background: #d8f1ff;
	border: 1px solid #d8f1ff;
	position: relative;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 14px 17px;
}
.inner_sound{
	width: 100%;
	height: 100%;
	background: url("../images/sound_img.svg") repeat-x;
	background-size: 50% auto;
	background-position: 0 50%;
}
.sound .play_sound{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 42px;
	height: 42px;
	background: #2435d1;
	border-radius: 50%;
}
.sound .play_sound:after{
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	transform: translate(-30%, -50%);
	border-left: 17px solid #80df11;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}
.fancybox-slide--iframe .fancybox-content {
    width  : 800px !important;
    height : 170px !important;
    max-width  : 80%;
    max-height : 80%;
    margin: 0;
}
@media screen and (max-width: 768px){
	.fancybox-slide--iframe .fancybox-content {
	    width  : 100%;
	    max-width  : 100%;
	}
	.fancybox-slide.fancybox-slide--iframe{
		padding: 44px 5px;
	}
} */

/* end style for new block 12.04.2021 */