@charset "utf-8";
@font-face {
    font-family: 'Manrope';
    src: url('../../fonts/Manrope-Bold.eot');
    src: local('Manrope Bold'), local('Manrope-Bold'),
        url('../../fonts/Manrope-Bold.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/Manrope-Bold.woff2') format('woff2'),
        url('../../fonts/Manrope-Bold.woff') format('woff'),
        url('../../fonts/Manrope-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Manrope';
    src: url('../../fonts/Manrope-Semibold.eot');
    src: local('Manrope Semibold'), local('Manrope-Semibold'),
        url('../../fonts/Manrope-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/Manrope-Semibold.woff2') format('woff2'),
        url('../../fonts/Manrope-Semibold.woff') format('woff'),
        url('../../fonts/Manrope-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Manrope';
    src: url('../../fonts/Manrope-Regular.eot');
    src: local('Manrope Regular'), local('Manrope-Regular'),
        url('../../fonts/Manrope-Regular.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/Manrope-Regular.woff2') format('woff2'),
        url('../../fonts/Manrope-Regular.woff') format('woff'),
        url('../../fonts/Manrope-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Manrope';
    src: url('../../fonts/Manrope-Light.eot');
    src: local('Manrope Light'), local('Manrope-Light'),
        url('../../fonts/Manrope-Light.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/Manrope-Light.woff2') format('woff2'),
        url('../../fonts/Manrope-Light.woff') format('woff'),
        url('../../fonts/Manrope-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Manrope';
    src: url('../../fonts/Manrope-Thin.eot');
    src: local('Manrope Thin'), local('Manrope-Thin'),
        url('../../fonts/Manrope-Thin.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/Manrope-Thin.woff2') format('woff2'),
        url('../../fonts/Manrope-Thin.woff') format('woff'),
        url('../../fonts/Manrope-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Manrope';
    src: url('../../fonts/Manrope-Medium.eot');
    src: local('Manrope Medium'), local('Manrope-Medium'),
        url('../../fonts/Manrope-Medium.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/Manrope-Medium.woff2') format('woff2'),
        url('../../fonts/Manrope-Medium.woff') format('woff'),
        url('../../fonts/Manrope-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Manrope';
    src: url('../../fonts/Manrope-ExtraBold.eot');
    src: local('Manrope ExtraBold'), local('Manrope-ExtraBold'),
        url('../../fonts/Manrope-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../../fonts/Manrope-ExtraBold.woff2') format('woff2'),
        url('../../fonts/Manrope-ExtraBold.woff') format('woff'),
        url('../../fonts/Manrope-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}
body {
	padding-top: 0px;
}
.header_ktp {
    font-family: 'Manrope';
	color: #fff;
	position: absolute;
	width: 100%;
	min-width: 375px;
	border-bottom: 1px solid #ffffff26;
	z-index: 100;
}
.header_ktp.mini2 {
	position: fixed;
	background-color: #fff;
	background-image: url(../../images_ktp/main_bg.jpg);
	background-position: center 0px;
	background-size: auto 507px;
	box-shadow: 0px 6px 20px 0px rgba(84, 87, 113, 0.08);
}
.header_ktp .mobile_menu_bg {
	display: none;
}
.header_ktp .wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 50px;
}
.header_ktp a {
	color: #fff;
}
.header_ktp .logo {
	background-image: url(../../images_ktp/logo.svg);
	background-size: contain;
	background-position: center;
	width: 214px;
	height: 50px;
}
.header_ktp .right_block {
	display: flex;
	align-items: center;
}
.header_ktp .header_phone {
	font-size: 16px;
	text-decoration: none;
}
.header_ktp .header_email {
	font-size: 16px;
	text-decoration: none;
}
.header_ktp .work_time {
	font-size: 11px;
	font-weight: 300;
	margin-left: 20px;
}
.header_ktp .whatsapp {
	margin-left: 20px;
}
.header_ktp .whatsapp::before {
	content: "";
	background-color: #0DC143;
	background-image: url(../../images_ktp/whatsapp.svg);
	background-repeat: no-repeat;
	background-position: 7px 6px;
	background-size: 56%;
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}
.header_ktp .telegram {
	margin-left: 10px;
}
.header_ktp .telegram::before {
	content: "";
	background-color: #05A0EB;
	background-image: url(../../images_ktp/telegram.svg);
	background-repeat: no-repeat;
	background-position: 6px 8px;
	background-size: 56%;
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}
.header_ktp .button2 {
	padding: 8px 10px;
	margin-left: 20px;
	font-size: 12px;
	text-transform: none;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}
.header_ktp .open_menu {
	display: none;
	position: relative;
	width: 23px;
	height: 47px;
	margin-left: 20px;
	background-image: url(../../images_ktp/menu.svg);
	background-position: center;
	background-size: 23px;
}
@media (max-width:900px){
	.header_ktp.open::after {
		content: "";
		position: absolute;
		top: 50px;
		right: 0;
		background-color: #fff;
		background-image: url(../../images_ktp/main_bg.jpg);
		background-position: calc(-151px - 50vw) -50px;
		background-size: auto 507px;
		width: 300px;
		height: 140px;
		border-radius: 0 0 0 10px;
	}
	.header_ktp.open .mobile_menu_bg {
		display: block;
		position: fixed;
		top: 50px;
		left: 0;
		right: 0;
		bottom: 0;
		background-color: rgba(0, 0, 0, 0.6);
	}
	.header_ktp .header_email {
		display: none;
	}
	.header_ktp.open .header_email {
		display: block;
		position: absolute;
		right: 15px;
		width: 240px;
		top: 70px;
		z-index: 1;
		text-align: center;
	}
	.header_ktp .work_time {
		display: none;
	}
	.header_ktp.open .work_time {
		display: block;
		position: absolute;
		right: 15px;
		width: 227px;
		top: 100px;
		z-index: 1;
		text-align: center;
	}
	.header_ktp .button2 {
		display: none;
	}
	.header_ktp.open .button2 {
		display: block;
		position: absolute;
		right: 65px;
		width: 130px;
		top: 130px;
		z-index: 1;
	}
	.header_ktp .open_menu {
		display: block;
	}
}
@media (max-width:550px){
	.header_ktp.open::after {
		height: 165px;
	}
	.header_ktp .header_phone {
		display: none;
	}
	.header_ktp.open .header_phone {
		display: block;
		position: absolute;
		right: 15px;
		width: 240px;
		top: 70px;
		z-index: 1;
		text-align: center;
	}
	.header_ktp.open .header_email {
		top: 100px;
	}
	.header_ktp.open .work_time {
		display: block;
		position: absolute;
		right: 15px;
		width: 227px;
		top: 130px;
		z-index: 1;
		text-align: center;
	}
	.header_ktp.open .button2 {
		top: 160px;
	}
}
.main_block_ktp {
    font-family: 'Manrope';
	color: #fff;
	background-image: url(../../images_ktp/main_bg.jpg);
	background-position: center 0px;
	background-size: auto 507px;
	padding: 85px 0 0 0;
}
.main_block_ktp .wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.main_block_ktp .block1 {
	max-width: 400px;
}
.main_block_ktp h1 {
	font-size: 26px;
	line-height: 1.2;
	font-weight: 800;
	text-transform: none;
	display: inline;
}
.main_block_ktp .st3 {
	color: #39ab3c;
	font-size: 14px;
	font-weight: 800;
	display: inline-block;
	vertical-align: top;
	padding-top: 6px;
	padding-left: 6px;
}
.main_block_ktp .st2 {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.main_block_ktp .button2 {
	-webkit-border-radius: 30px;
	border-radius: 30px;
}
.main_block_ktp .items {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #ffffff26;
	margin-top: 40px;
}
.main_block_ktp .items .item {
	width: 25%;
	padding: 20px 20px 20px 20px;
	border-left: 1px solid #ffffff26;
}
.main_block_ktp .items .item:first-child {
	padding-left: 0;
	border-left: 0;
}
.main_block_ktp .items .item .title {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 8px;
}
.main_block_ktp .items .item .desc {
	font-size: 11px;
	font-weight: 300;
}
@media (max-width:650px){
	.header_ktp.mini {
		background-size: auto 535px;
	}
	.header_ktp.open::after {
		background-position: calc(-176px - 50vw) -50px;
		background-size: auto 535px;
	}	
	.main_block_ktp {
		background-size: auto 535px;
	}	
	.main_block_ktp .items {
		flex-wrap: wrap;
	}
	.main_block_ktp .items .item {
		width: 50%;
		padding: 15px 20px 15px 20px;
	}
	.main_block_ktp .items .item:nth-child(1), .main_block_ktp .items .item:nth-child(2) {
		border-bottom: 1px solid #ffffff26;
	}
	.main_block_ktp .items .item:nth-child(3) {
		border-left: 0;
		padding-left: 0;
	}
}
.caluclator {
	padding-top: 30px;
}