body {
	display: block;
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
	margin: 0;
	height: auto;
	font-family: "Graphik LCG", "Arial", sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	color: #202532;
}
main{
	display: block;
	width: 100%;
}
h1{
	font-weight: 500;
	font-size: 40px;
	line-height: 40px;
}
h2{
	font-weight: 500;
	font-size: 32px;
	line-height: 40px;
}
h2 span{
	color:  #2B8CFF;
}
.container{
	display: block;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
} 
header{
	display: block;
	width: 100%;
	background: #2B8CFF;
}
.header__container{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;	
	-webkit-align-items: center;	
	justify-content: space-between;
	-webkit-justify-content: space-between;
	width: 100%;
	padding: 24px 20px;
}
.header__menu{
	display: block;
	position: fixed;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	background: #202532;
	z-index: 100;
	-webkit-transition: left 0.4s ease-out;
	-moz-transition: left 0.4s ease-out;
	-ms-transition: left 0.4s ease-out;
	-o-transition: left 0.4s ease-out;
	transition: left 0.4s ease-out;
	padding: 25px 20px;
}
.header__menu li{
	display: block;
}
.header__menu li a{
	display: inline-block;
	vertical-align: top;
	margin-bottom: 40px;
	font-size: 28px;
	line-height: 40px;
	color: #FFFFFF;
}
.header__close{
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	top: 25px;
	right: 20px;
}
.header__close::after{
	position: absolute;
	content: '';
	left: 5px;
	width: 20px;
	height: 2px;
	background: #ffffff;
	-webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
}
.header__close::before{
	position: absolute;
	content: '';
	left: 5px;
	width: 20px;
	height: 2px;
	background: #ffffff;
	-webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
	-webkit-transform-origin: 50%;
	-ms-transform-origin: 50%;
	transform-origin: 50%;
} 
.header__phone{
	margin-top: 80px;
}
.header__mobile-btn{
	display: block;
	text-align: center;
	padding: 22px 0;
	width: 100%;
	height: 64px;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	border-radius: 4px;
}
.header__logo{
	display: block;
	width: 137px;
	height: 41px;
	background: url('../img/logo.svg') no-repeat center;
	background-size: contain;
}
.header__social, .header__desktop-btn{
	display: none;
}
.header__burger{
	display: block;
	width: 30px;
	height: 30px;
	position: relative;
}
.header__burger svg{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.ovh{
	overflow: hidden;
}
.ovh .header__menu{
	left: 0;
}
.btn{
	display: block;
	width: 100%;
	text-align: center;
	background: #0DCA59;
	border: 1px solid #0DCA59;
	box-shadow: 0px 10px 40px rgba(15, 94, 186, 0.2);
	border-radius: 8px;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
	padding-top: 19px;
	padding-bottom: 19px;
}
.block1{
	display: block;
	width: 100%;
	background: #2B8CFF;
	padding-top: 20px;
}
.block1__wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-start;	
	-webkit-align-items: flex-start;
	width: 100%;
}
.block1__col1{
	display: block;
	width: 100%;
	order: 1;
	-webkit-order: 1;
}
.block1 h1{
	color: #ffffff;
}
.block1__col1 p{
	display: block;
	width: 100%;
	color: #ffffff;
	margin-top: 12px;
}
.block1__btn{
	margin-top: 20px;
}
.block1__col2{
	display: block;
	width: 100%;
	order: 3;
	-webkit-order: 3;
	margin-top: -40px;
}
.block1__col2 img{
	display: block;
	width: 100%;
	max-width: 206px;
	margin-left: auto;
	margin-right: auto;
}
.block1__col3{
	display: block;
	width: 100%;
	order: 2;
	-webkit-order: 2;
	padding-top: 36px;
}
.polygon{
	display: block;
	position: relative;
	padding: 42px 35px 0 35px;
	width: 252px;
	height: 195px;
	margin-left: auto;
	margin-right: auto;
	background: url('../img/polygon-mobile.svg') no-repeat center;
	background-size: contain;
}
.polygon p{
	display: block;
	width: 100%;
	max-width: 110px;
	margin-left: auto;
	margin-right: auto;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	color: #FFFFFF;
}
.tick{
	display: block;
	position: absolute;
	top: -16px;
	right: 16px;
	width: 60px;
	height: 60px;
	background: #0DCA59 url('../img/tick.svg') no-repeat center;
	background-size: 40%;
	border-radius: 50%;
}
.block2{
	display: block;
	width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
}
.block2__graph{
	display: block;
	width: 100%;
	overflow-x: auto;
	margin-top: 32px;
	margin-bottom: 60px;
}
.block2__graph img{
	display: block;
	width: 800px;
}
.block2__info{
	display: none;
}
.block2__btn{
	display: none;
}
.block2__divider{
	display: block;
	width: 100%;
}
.block2__slider{
	display: block;
	width: 100%;
	margin-top: 28px;
}
.block2__slide{
	width: 200px;
	height: 200px;
	border-radius: 50%;
	border: 1px solid #D5D3D4;
}
.block2__slide-wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;	
	-webkit-align-items: center;	
	justify-content: center;
	-webkit-justify-content: center;
	align-content: center;
	-webkit-align-content: center;
	width: 100%;
	height: 100%;
}
.block2__slide p{
	display: block;
	width: 100%;
	max-width: 155px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 12px;
}
.block2__slide p:nth-child(2){
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 0;
}
.block2__slide:first-child{
	border: 1px solid #2B8CFF;
}
.block2__slide:first-child p{
	font-size: 20px;
	line-height: 24px;
}
.block2__slide:first-child p:nth-child(2){
	font-size: 40px;
	line-height: 40px;
}
.block2__slide:last-child{
	background: #2B8CFF;
	color: #ffffff;
}
.block3{
	width: 100%;
	background: #F9FAFB;
	padding-top: 60px;
}
.block3__wrap{
	width: 100%;
	padding-top: 28px;
	padding-bottom: 60px;
}
.block3__wrap p{
	display: block;
	width: 100%;
	line-height: 32px;
}
.block3__col1, .block3__col2{
	margin-bottom: 28px;
}
.block3__col1 p:first-child, .block3__col2 p:first-child{
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 20px;
}
.block3__col3{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-start;	
	-webkit-align-items: flex-start;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	width: 100%;
}
.block3__pic{
	display: block;
	width: 46%;
	position: relative;
}
.block3__pic:first-child{
	margin-top: 60px;
}
.block3__pic::after{
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 12px;
	background: #D9D6FC;
	z-index: 0;
	-webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
}
.block3__pic:first-child{
	margin-top: 60px;
}
.block3__pic:first-child::after{
	-webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
}
.block3__pic img{
	display: block;
	width: 100%;
	max-width: 100%;
	object-fit: contain;
	border-radius: 12px;
	position: relative;
	z-index: 1;
}
.block3__info-wrap{
	display: block;
	width: 100%;
}
.block3__info{
	margin-left: -20px;
	margin-right: -20px;
	padding: 60px 20px;
	border-top: 2px solid #2B8CFF;
	border-bottom: 2px solid #2B8CFF;
}
.block3__heading{
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 20px;
}
.block3__info p{
	margin-bottom: 12px;
}
.block3__info p:last-child{
	margin-bottom: 0;
}
.block3__service{
	padding-top: 60px;
	padding-bottom: 60px;
}
.block3__items{
	padding-top: 48px;
}
.block3__item{
	margin-bottom: 46px;
}
.block3__item:last-child{
	margin-bottom: 0;
}
.block3__item img{
	display: block;
	width: auto;
	margin-bottom: 26px;
}
.block3__title{
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 12px;
}
.block3__consult{
	margin-left: -20px;
	margin-right: -20px;
	padding: 60px 20px;
	background: #2B8CFF;
}
.block3__consult img{
	display: none;
}
.block3__txt{
	font-size: 32px;
	line-height: 40px;
	color: #ffffff;
	margin-bottom: 12px;
}
.block3__consult p{
	color: #ffffff;
}
.block3__btn{
	margin-top: 20px;
}
.block4{
	width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
	color:#ffffff;
	background: #202532;
}
.block4__wrap{
	width: 100%;
	margin-top: 40px;
	margin-bottom: 60px;
}
.block4__col1{
	width: 100%;
	padding-bottom: 40px;
}
.block4__title{
	font-size: 20px;
	line-height: 32px;
	font-weight: 600;
	margin-bottom: 20px;
}
.block4__col2{
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	border-top: 1px solid #41485B;
	border-bottom: 1px solid #41485B;
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 20px;
	padding-right: 20px;
}
.block4__col2 p{
	font-size: 16px;
	line-height: 24px;
}
.block4__item{
	margin-bottom: 40px;
}
.block4__item:last-child{
	margin-bottom: 0;
}
.block4__slider{
	display: block;
	width: 100%;
	margin-top: 40px;
	overflow-x: auto;
}
.block4__slider-wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	width: 740px;
}
.block4__slide{
	display: block;
	outline: none;
	position: relative;
	width: 240px;
	margin-right: 10px;
	border: 1px solid #41485B;
	border-radius: 20px;
	padding: 20px 20px 122px 20px;
}
.block4__slide:last-child{
	margin-right: 0;
}
.block4__slide-title{
	display: block;
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
	color: #FFFFFF;
	height: 96px;
	overflow: hidden;
}
.block4__btn{
	display: block;
	position: absolute;
	width: 190px;
	text-align: center;
	left: 20px;
	bottom: 27px;
	z-index: 1;
	border: 1px solid #FFFFFF;
	border-radius: 8px;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
	padding-top: 19px;
	padding-bottom: 19px;
}
footer{
	display: block;
	width: 100%;
	padding: 60px 20px 148px 20px;
	position: relative;
}
.footer__mail{
	color: #2B8CFF;
	border-bottom: 1px solid #2B8CFF;
	word-break: break-word;
	font-weight: 500;
	font-size: 19px;
	line-height: 40px;
}
.footer__address{
	width: 100%;
	margin-top: 8px;
	color: #94979E;
	margin-top: 40px;
}
.footer__social{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-start;	
	-webkit-align-items: flex-start;
	width: 100%;
	margin-top: 40px;
}
.footer__social a{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;	
	-webkit-align-items: center;
	margin-right: 30px;
	font-size: 20px;
	line-height: 24px;
	color: #2B8CFF;	
}
.footer__social a:last-child{
	margin-right: 0;
}
.footer__social a svg{
	display: block;
	margin-right: 8px;
}
.footer__social a span{
	display: block;
}
.footer__policy{
	position: absolute;
	width: calc(100% - 40px);
	width: -webkit-calc(100% - 40px);
	left: 20px;
	bottom: 60px;
	font-size: 20px;
	line-height: 24px;
	color: #94979E;
}
.footer__policy span{
	border-bottom: 1px solid #94979E;
}
.footer__col{
	display: block;
	width: 100%;
}
.footer__form{
	display: block;
	width: 100%;
	padding-top: 40px;
	position: relative;
}
.footer__form input, .modal__form input{
	appearance: none;
	-webkit-appearance: none;
	display: block;
	width: 100%;
	height: 52px;
	padding-left: 20px;
	padding-right: 20px;
	outline: none;
	border: 1px solid #D5D3D4;
	background: #ffffff;
	box-sizing: border-box;
	border-radius: 8px;
	font-size: 16px;
	line-height: 24px;
	color: #202532;
	margin-bottom: 20px;
}
.footer__form input::-webkit-input-placeholder, .footer__form textarea::-webkit-input-placeholder, .modal__form input::-webkit-input-placeholder, .modal__form textarea::-webkit-input-placeholder { 
	color: #94979E;
}
.footer__form input::-moz-placeholder, .footer__form textarea::-moz-placeholder, .modal__form input::-moz-placeholder, .modal__form textarea::-moz-placeholder { 
	color: #94979E;
}
.footer__form input:-ms-input-placeholder, .footer__form textarea:-ms-input-placeholder, .modal__form input:-ms-input-placeholder, .modal__form textarea:-ms-input-placeholder { 
	color: #94979E;
}
.footer__form input:-moz-placeholder, .footer__form textarea:-moz-placeholder, .modal__form input:-moz-placeholder, .modal__form textarea:-moz-placeholder { 
	color: #94979E;
}
.footer__form textarea, .modal__form textarea{
	appearance: none;
	-webkit-appearance: none;
	display: block;
	width: 100%;
	height: 100px;
	resize: none;
	padding: 14px 20px;
	outline: none;
	border: 1px solid #D5D3D4;
	box-sizing: border-box;
	border-radius: 8px;
	font-size: 16px;
	line-height: 24px;
	color: #202532;
	margin-bottom: 20px;
	background: #ffffff;
}
.footer__submit, .modal__submit{
	display: block;
	width: 100%;
	text-align: center;
	border: 1px solid #2B8CFF;
	border-radius: 8px;
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	color: #2B8CFF;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #ffffff;
}
.modal{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	background: #F9FAFB;
	z-index: 101;
	padding: 40px 20px;
}
.modal__close{
	display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 15px;
    right: 20px;
	z-index: 2;
}
.modal__close::before {
    position: absolute;
    content: '';
    left: 5px;
    width: 20px;
    height: 2px;
    background: #202532;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
}
.modal__close::after {
    position: absolute;
    content: '';
    left: 5px;
    width: 20px;
    height: 2px;
    background: #202532;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
}
.modal__form{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;	
	-webkit-align-items: center;	
	align-content: center;
	-webkit-align-content: center;
	width: 100%;
	position: relative;
	z-index: 1;
}
.modal__title{
	display: block;
	width: 100%;
	text-align: center;
	font-weight: 500;
	font-size: 32px;
	line-height: 40px;
	margin-bottom: 20px;
}
.modal__heading{
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #94979E;
	margin-bottom: 40px;
}
.form-sent{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #F9FAFB;
	padding-top: 180px;
	padding-left: 20px;
	padding-right: 20px;
	z-index: 2;
}
.footer__form .form-sent{
	padding-top: 70px;
	background: #ffffff;
}
.form-sent svg{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
.form-sent p{
	display: block;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #94979E;
}
.form-sent p:nth-child(2){
	display: block;
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
	color: #202532;
}
.modal__policy{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	line-height: 18px;
	color: #94979E;	
}
.modal__policy span{
	border-bottom: 1px solid #94979E;
}
.modal__submit{
	margin-bottom: 20px;
}
.ovh2{
	overflow: hidden;
}
.case-popup{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	background: #F9FAFB;
	z-index: 101;
	padding: 40px 20px;
}
.case-popup__close{
	display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 15px;
    right: 20px;
	z-index: 2;
}
.case-popup__close::before {
    position: absolute;
    content: '';
    left: 5px;
    width: 20px;
    height: 2px;
    background: #202532;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
}
.case-popup__close::after {
    position: absolute;
    content: '';
    left: 5px;
    width: 20px;
    height: 2px;
    background: #202532;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
}
.case-popup__content{
	display: block;
	margin-top: 40px;
	width: 100%;
	overflow-x: auto;
}
.case-popup__content img{
	display: block;
	width: 800px;
	height: auto;
	object-fit: contain;
}
@media (min-width: 960px){
	.footer__address{
		margin-top: 60px;
	}
	.footer__form{
		padding-top: 0;
	}
	.btn{
		padding-top: 21px;
		padding-bottom: 21px;
	}
	h1{
		font-size: 52px;
		line-height: 52px;
	}
	h2 {
		font-size: 40px;
		line-height: 52px;
		text-align: center;
	}
	.container, .header__container{
		padding-left: 40px;
		padding-right: 40px;
	}
	.block1{
		padding-top: 16px;
	}
	.block1__wrap{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		align-items: flex-start;	
		-webkit-align-items: flex-start;
	}
	.block1__col1{
		order: 1;
    	-webkit-order: 1;
		width: 42%;
		padding-right: 45px;
	}
	body{
		line-height: 32px;
	}
	.block1__col1 p{
		margin-top: 16px;
	}
	.block1__col2 {
		width: 37%;
		order: 2;
		-webkit-order: 2;
		margin-top: 0;
		align-self: flex-end;
	}
	.block1__col2 img{
		max-width: 322px;
		margin-right: 0;
	}
	.block1__col3{
		order: 3;
    	-webkit-order: 3;
		width: 21%;
		padding-top: 105px;
	}
	.polygon{
		left: -50px;
	}
	.block2{
		padding-top: 80px;
		padding-bottom: 60px;
	}
	.block2__graph{
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.block2__graph img{
		width: 100%;
	}
	.block2__info{
		display: block;
		width: 100%;
		max-width: 676px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		margin-bottom: 20px;
	}
	.block2__btn {
		display: block;
		width: 328px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		border: 1px solid #2B8CFF;
		border-radius: 8px;
		font-weight: 600;
		font-size: 16px;
		line-height: 20px;
		color: #2B8CFF;
		padding-top: 20px;
		padding-bottom: 20px;
		margin-bottom: 80px;
	}
	.block2__slider{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		align-items: center;	
		-webkit-align-items: center;		
		justify-content: space-between;
		-webkit-justify-content: space-between;
		position: relative;
		padding-left: 460px;
		width: 100%;
		max-width: 880px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 40px;
	}
	.block2__slide{
		margin-bottom: 20px;
	}
	.block2__slide:first-child{
		position: absolute;
		top: 0;
		left: 0;
		width: 420px;
		height: 420px;
	}
	.block2__slide:first-child p{
		max-width: none;
		margin-bottom: 28px;
	}
	.block2__slide:first-child p:nth-child(2){
		font-size: 52px;
		line-height: 52px;
		margin-bottom: 0;
	}
	.block3 h2{
		text-align: left;
	}
	.block3__wrap{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		align-items: flex-start;	
		-webkit-align-items: flex-start;
		padding-top: 40px;
	}
	.block3__col1{
		width: 35%;
		padding-right: 20px;
	} 
	.block3__col2{
		width: 30%;
		margin-bottom: 0;
		padding-right: 20px;
	}
	.block3__col3{
		width: 35%;
		margin-top: -60px;
	}
	.block3__pic:first-child{
		margin-top: 0;
	}
	.block3__pic:nth-child(2){
		margin-top: -78px;
	}
	.block3__info{
		margin-left: 0;
		margin-right: 0;
		border: 2px solid #2B8CFF;
		border-radius: 20px;
		padding: 100px 60px;
	}
	.block3__service{
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.block3__service h2{
		text-align: center;
	}
	.block3__items{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		align-items: flex-start;	
		-webkit-align-items: flex-start;
		padding-top: 40px;
		justify-content: space-between;
		-webkit-justify-content: space-between;
	}
	.block3__item{
		width: 46.5%;
	}
	.block3__consult{
		margin-left: 0;
		margin-right: 0;
		border-radius: 20px;
		padding: 60px 70px 60px 102px;
	}
	.block3__txt{
		margin-bottom: 20px;
	}
	.block3{
		padding-bottom: 80px;
	}
	.block4 h2{
		text-align: left;
	}
	.block4__col2{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		align-items: flex-start;	
		-webkit-align-items: flex-start;
		justify-content: space-between;
		-webkit-justify-content: space-between;
		margin-left: 0;
		margin-right: 0;
		border: 1px solid #41485B;
		border-radius: 20px;
		padding: 40px 96px;
		background: url('../img/bg.svg') no-repeat right -30px bottom -22px;
		background-size: 30%;
	}
	.block4__item{
		display: block;
		width: 48%;
		margin-bottom: 0;
	}
	.block4__wrap{
		margin-bottom: 80px;
	}
	.block4__divider h2{
		text-align: center;
	}
	.block4__slider-wrap{
		width: 880px;
	}
	.block4__slide{
		width: 268px;
		margin-right: 38px;
		padding: 28px 20px 98px 20px;
	}
	.block4__btn{
		width: calc(100% - 40px);
		width: -webkit-calc(100% - 40px);
	}
	.block4__slide-title{
		height: 128px;
	}
	footer{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		align-items: center;	
		-webkit-align-items: center;	
		padding: 60px 40px;
	}
	footer h2{
		text-align: left;
	}
	.footer__col{
		width: 50%;
	}
	.footer__col:first-child{
		padding-right: 40px;
	}
	.footer__policy{
		display: block;
		position: relative;
		left: auto;
		bottom: auto;
		width: 100%;
		margin-top: 70px;
	}
	.footer__mail{
		font-size: 26px;
	}
	.footer__social{
		margin-top: 60px;
	}
	.header__menu{
		padding: 40px;
	}
	.header__mobile-btn{
		max-width: 280px;
	}
	.case-popup__content img{
		width: auto;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.modal__form{
		max-width: 572px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (min-width: 1200px){
	.header__burger{
		display: none;
	}
	.header__menu{
		position: relative;
		top: auto;
		left: auto;
		background: transparent;
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
		padding: 0;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		align-items: flex-start;	
		-webkit-align-items: flex-start;
		width: auto;
		height: auto;
	}
	.header__menu li:first-child, .header__menu li:last-child{
		display: none;
	}
	.header__menu li a{
		display: block;
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 0;
		margin-right: 40px;
	}
	.header__logo{
		position: absolute;
		top: 50%;
		margin-top: -20px;
		left: 80px;
	}
	.header__container{
		position: relative;
		padding-left: 288px;
		padding-right: 80px;
		padding-top: 34px;
		padding-bottom: 34px;
	}
	.container{
		padding-left: 80px;
		padding-right: 80px;
	}
	.header__wrap{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		align-items: center;	
		-webkit-align-items: center;
	}
	.header__social{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		align-items: center;
		-webkit-align-items: center;
		margin-right: 20px;
		font-size: 16px;
		line-height: 24px;
		color: #ffffff;
	}
	.header__social svg {
		display: block;
		margin-right: 8px;
	} 
	.header__desktop-btn{
		display: block;
		text-align: center;
		width: 176px;
		border: 1px solid #FFFFFF;
		border-radius: 4px;
		font-size: 16px;
		line-height: 20px;
		background: transparent;
		color: #FFFFFF;
		padding-top: 11px;
		padding-bottom: 11px;
		-webkit-transition: background 0.2s linear, color 0.2s linear;
		-moz-transition: background 0.2s linear, color 0.2s linear;
		-ms-transition: background 0.2s linear, color 0.2s linear;
		-o-transition: background 0.2s linear, color 0.2s linear;
		transition: background 0.2s linear, color 0.2s linear;
	}
	.header__desktop-btn:hover{
		background: #FFFFFF;
		color: #2B8CFF;
	}
	.btn{
		-webkit-transition: background 0.2s linear, color 0.2s linear, border 0.2s linear;
		-moz-transition: background 0.2s linear, color 0.2s linear, border 0.2s linear;
		-ms-transition: background 0.2s linear, color 0.2s linear, border 0.2s linear;
		-o-transition: background 0.2s linear, color 0.2s linear, border 0.2s linear;
		transition: background 0.2s linear, color 0.2s linear, border 0.2s linear;
	}
	.btn:hover{
		background: #ffffff;
		color: #2B8CFF;
		border: 1px solid #ffffff;
	}
	h1{
		font-size: 60px;
		line-height: 60px;
	}
	.block1__col1{
		width: 43%;
	}
	.block1__col2{
		width: 31.3%;
	}
	.block1__col2 img{
		max-width: none;
		margin: 0;
	}
	.block1__col3{
		width: 25.7%;
		padding-top: 130px;
	}
	.polygon{
		margin: 0;
		left: -55px;
	}
	h2{
		font-size: 52px;
		line-height: 60px;
	}
	.block2{
		padding-top: 100px;
	}
	.block1__btn{
		max-width: 326px;
	}
	.block2__btn{
		margin-bottom: 100px;
	}
	.block2__graph{
		margin-top: 60px;
	}
	.block2__info{
		max-width: 1072px;
	}
	.block2__btn, .footer__submit, .modal__submit{
		-webkit-transition: background 0.2s linear, color 0.2s linear;
		-moz-transition: background 0.2s linear, color 0.2s linear;
		-ms-transition: background 0.2s linear, color 0.2s linear;
		-o-transition: background 0.2s linear, color 0.2s linear;
		transition: background 0.2s linear, color 0.2s linear;
	}
	.block2__btn:hover, .footer__submit:hover, .modal__submit:hover{
		color: #FFFFFF;
		background: #2B8CFF;
	}
	.block2__slide p{
		margin-bottom: 20px;
	}
	.block2__slide p:nth-child(2){
		font-size: 32px;
		line-height: 40px;
	}
	.block2__slide{
		width: 265px;
		height: 265px;
		margin-bottom: 40px;
	}
	.block2__slide:first-child{
		width: 430px;
		height: 430px;
	}
	.block2__slider{
		margin-top: 60px;
		max-width: 1040px;
		padding-left: 470px;
	}
	.block2__slide:first-child p {
		line-height: 32px;
	}
	.block2__slide:first-child p:nth-child(2){
		font-size: 60px;
		line-height: 60px;
	}
	.block3{
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.block3__col1{
		width: 30%;
		padding-right: 50px;
	}
	.block3__col1 p:first-child, .block3__col2 p:first-child{
		font-size: 40px;
		line-height: 52px;
	}
	.block3__col2{
		width: 23%;
	}
	.block3__col3{
		width: 47%;
		margin-top: -125px;
	}
	.block3__pic:nth-child(2){
		margin-top: -119px;
	}
	.block3__pic::after {
		-webkit-transform: rotate(3deg);
		-ms-transform: rotate(3deg);
		transform: rotate(3deg);
	}
	.block3__pic:first-child::after {
		-webkit-transform: rotate(-3deg);
		-ms-transform: rotate(-3deg);
		transform: rotate(-3deg);
	}
	.block3__wrap{
		padding-top: 60px;
		padding-bottom: 100px;
	}
	.block3__heading{
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 24px;
	}
	.block3__info{
		padding: 60px 170px 60px 208px;
	}
	.block3__service{
		padding-top: 100px;
		padding-bottom: 98px;
	}
	.block3__items{
		padding-top: 60px;
	}
	.block3__title{
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 20px;
	}
	.block3__consult{
		position: relative;
		padding: 0 60px 60px 60px;
		z-index: 1;
	}
	.block3__consult-overlay{
		display: block;
		width: 100%;
		position: relative;
	}
	.block3__consult-overlay::after{
		position: absolute;
		content: '';
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #D9D6FC;
		border-radius: 20px;
		-webkit-transform: rotate(2deg);
        -ms-transform: rotate(2deg);
        transform: rotate(2deg);
		z-index: 0;
	}
	.block3__txt{
		padding-top: 60px;
	}
	.block3__consult p{
		max-width: 64%;
		position: relative;
		z-index: 2;
	}
	.block3__btn{
		width: 320px;
		position: relative;
		z-index: 2;
	}
	.block3__consult img{
		display: block;
		width: 312px;
		height: 438px;
		object-fit: cover;
		position: absolute;
		right: 60px;
		bottom: 60px;
		border-radius: 20px;
		z-index: 2;
	}
	.block4{
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.block4__wrap{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		align-items: center;	
		-webkit-align-items: center;
		margin-top: 18px;
		margin-bottom: 100px;
	}
	.block4__col1{
		width: 44%;
		padding-right: 50px;
		padding-bottom: 0;
	}
	.block4__col2{
		width: 56%;
		padding: 41px 47px;
		background: url('../img/bg.svg') no-repeat right -30px bottom 0px;
		background-size: 30%;
	}
	.block4__item{
		width: 46%;
	}
	.block4__slider{
		margin-top: 60px;
	}
	.block4__slider-wrap{
		width: 100%;
		justify-content: center;
		-webkit-justify-content: center;
	}
	.block4__slide {
		width: 368px;
		margin-right: 50px;
		padding: 40px 40px 122px 40px;
	}
	.block4__slide-title{
		font-size: 32px;
		line-height: 40px;
		height: 160px;
	}
	.block4__btn{
		width: 213px;
		left: 40px;
		bottom: 40px;
		-webkit-transition: background 0.2s linear, border 0.2s linear;
		-moz-transition: background 0.2s linear, border 0.2s linear;
		-ms-transition: background 0.2s linear, border 0.2s linear;
		-o-transition: background 0.2s linear, border 0.2s linear;
		transition: background 0.2s linear, border 0.2s linear;
	}
	.block4__slide{
		-webkit-transition: border 0.2s linear;
		-moz-transition: border 0.2s linear;
		-ms-transition: border 0.2s linear;
		-o-transition: border 0.2s linear;
		transition: border 0.2s linear;
	}
	.block4__slide:hover{
		border: 1px solid #ffffff;
	}
	.block4__slide:hover .block4__btn{
		background: #0DCA59;
		border: 1px solid #0DCA59;		
	}
	.case-popup, .modal{
		padding: 80px;
	}
	.case-popup__close, .modal__close{
		top: 40px;
		right: 40px;
	}
	footer{
		padding: 60px 80px;
	}
}
@media (min-width: 1360px){
	.block2__slide:first-child{
		width: 568px;
		height: 568px;
	}
	.block2__slider{
		margin-top: 60px;
		max-width: 1178px;
		padding-left: 608px;
	}
	.block3__consult p {
    	max-width: 66%;
	}
}
@media (min-width: 1500px){
	.footer__address{
		margin-top: 32px;
	}
	h1{
		font-size: 80px;
		line-height: 80px;
	}
	h2{
		font-size: 60px;
		line-height: 72px;
	}
	.container{
		padding-left: 0;
		padding-right: 0;
		max-width: 1440px;
		margin-left: auto;
		margin-right: auto;
	}
	.header__container{
		max-width: 1440px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 272px;
		padding-right: 0;
		padding-top: 36px;
		padding-bottom: 36px;
	}
	.header__logo{
		width: 152px;
		height: 44px;
		left: 0;
		margin-top: -22px;
	}
	.block1{
		padding-top: 44px;
	}
	.block1__col1 {
		width: 44.7%;
	}
	.block1__col2 {
		width: 35.6%;
	}
	.block1__col3{
		width: 19.7%;
		padding-top: 241px;
	}
	.polygon{
		padding: 47px 47px 0 47px;
		width: 313px;
		height: 236px;
		margin-left: auto;
		margin-right: auto;
		background: url('../img/polygon-desktop.svg') no-repeat center;
		background-size: contain;
		left: -70px;
	}
	.polygon p{
		font-size: 28px;
		line-height: 40px;
		max-width: 160px;
	}
	.block1__col1 p{
		margin-top: 20px;
		font-size: 28px;
		line-height: 40px;
		max-width: 500px;
	}
	.btn {
		padding-top: 23px;
		padding-bottom: 23px;
	}
	.block1__btn{
		max-width: 354px;
		margin-top: 40px;
	}
	.header__social{
		margin-right: 40px;
	}
	.tick{
		width: 80px;
		height: 80px; 
	}
	.block2{
		padding-top: 120px;
		padding-bottom: 80px;
	}
	.block2__graph{
		margin-bottom: 60px;
	}
	.block2__info{
		font-size: 28px;
		line-height: 40px;
		margin-bottom: 40px;
	}
	.block2__btn{
		padding-top: 23px;
		padding-bottom: 23px;
		margin-bottom: 120px;
	}
	.block2__slider{
		max-width: 1275px;
		margin-top: 80px;
		padding-left: 654px;
	}
	.block2__slide {
		width: 282px;
		height: 282px;
	}
	.block2__slide:first-child{
		width: 604px;
		height: 604px;
	}
	.block2__slide p{
		font-size: 20px;
		line-height: 32px;
		margin-bottom: 12px;
		max-width: 213px;
	}
	.block2__slide p:nth-child(2){
		font-size: 40px;
		line-height: 52px;
	}
	.block2__slide:first-child p {
		font-size: 28px;
		line-height: 40px;
		margin-bottom: 24px;
	}
	.block2__slide:first-child p:nth-child(2) {
		font-size: 80px;
		line-height: 80px;
	}
	.block3{
		padding-top: 190px;
		padding-bottom: 150px;
	}
	.block3__wrap{
		padding-bottom: 157px;
	}
	.block3__col1 {
    	width: 25%;
	}
	.block3__col3{
		width: 49%;
		margin-top: -210px;
	}
	.block3__pic:nth-child(2) {
		margin-top: -146px;
	}
	.block3__pic img{
		border-radius: 20px;
	}
	.block3__pic::after{
		border-radius: 20px;
	}
	.block3__pic::after {
		-webkit-transform: rotate(3.39deg);
		-ms-transform: rotate(3.39deg);
		transform: rotate(3.39deg);
	}
	.block3__pic:first-child::after {
		-webkit-transform: rotate(-3.39deg);
		-ms-transform: rotate(-3.39deg);
		transform: rotate(-3.39deg);
	}
	.block3__info{
		border-radius: 20px;
		position: relative;
		z-index: 2;
		background: #F9FAFB;
		padding: 80px 310px;
	}
	.block3__info-wrap{
		position: relative;		
	}
	.block3__info-wrap::before{
		position: absolute;
		content: '';
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border: 2px solid #D9D6FC;
		z-index: 0;
		border-radius: 20px;
		-webkit-transform: rotate(-2.03deg);
		-ms-transform: rotate(-2.03deg);
		transform: rotate(-2.03deg);
		z-index: 1;
	}
	.block3__heading{
		font-size: 40px;
		line-height: 52px;
		margin-bottom: 20px;
	}
	.block3__info p{
		font-size: 28px;
		line-height: 40px;
		margin-bottom: 20px;
	}
	.block3__service{
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.block3__item img{
		margin-bottom: 20px;
	}
	.block3__items{
		width: 100%;
		max-width: 1192px;
		margin-left: auto;
		margin-right: auto;
	}
	.block3__item {
		width: 48%;
	}
	.block3__title{
		font-size: 40px;
		line-height: 52px;
	}
	.block3__consult{
		padding: 0 140px 60px 140px;
	}
	.block3__txt{
		font-size: 40px;
		line-height: 52px;
	}
	.block3__consult p {
		max-width: 570px;
	}
	.block3__btn{
		margin-top: 40px;
	}
	.block3__consult img {
		width: 370px;
		height: 518px;
		object-fit: cover;
		right: 186px;
		bottom: 46px;
	}
	.block4{
		padding-top: 120px;
		padding-bottom: 120px;
	}
	.block4__slide{
		width: 448px;
		margin-right: 48px;
		padding: 40px 40px 150px 40px;
	}
	.block4__slide-title{
		font-size: 40px;
		line-height: 52px;
		height: 208px;
	}
	.footer__col{
		width: 51%;
	}
	.footer__col:nth-child(2){
		max-width: 572px;
	}
	footer{
		width: 100%;
		max-width: 1440px;
		padding: 85px 0;
		margin-left: auto;
		margin-right: auto;
	}
	.footer__social{
		margin-top: 32px;
	}
	.footer__policy{
		margin-top: 36px;
	}
	.footer__form input, .modal__form input{
		height: 68px;
		margin-bottom: 12px;
	}
	.footer__submit, .modal__submit{
		padding-top: 23px;
		padding-bottom: 23px;
	}
	.footer__form textarea, .modal__form textarea{
		height: 120px;
		font-size: 20px;
		line-height: 32px;
	}
	.footer__form input, .modal__form input{
		font-size: 20px;
		line-height: 32px;
	}
}