@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;
}

.header_ktp {
    font-family: 'Manrope';
	color: #fff;
	position: absolute;
	width: 100%;
	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 -2vw;
	background-size: cover;
	box-shadow: 0vw 0.63vw 2.08vw 0vw 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;
	max-width: 81.25vw;
	height: 5vw;
}
.header_ktp a {
	color: #fff;
}
.header_ktp.visible {
	position: fixed;
	background-color: #fff;
	height: 100%;
}
.header_ktp .logo {
	background-image: url(../../images_ktp/logo.svg);
	background-size: contain;
	width: 24vw;
	height: 4vw;
}
.header_ktp .right_block {
	display: flex;
	align-items: center;
}
.header_ktp .header_phone {
	font-size: 1.2vw;
}
.header_ktp .header_email {
	font-size: 1vw;
	font-weight: 300;
	margin-left: 2vw;
}
.header_ktp .work_time {
	font-size: 0.8vw;
	font-weight: 300;
	margin-left: 2vw;
}
.header_ktp .whatsapp {
	margin-left: 2vw;
}
.header_ktp .whatsapp::before {
	content: "";
	background-color: #0DC143;
	background-image: url(../../images_ktp/whatsapp.svg);
	background-repeat: no-repeat;
	background-position: 0.49vw 0.41vw;
	background-size: 56%;
	display: inline-block;
	vertical-align: middle;
	width: 2vw;
	height: 2vw;
	margin-right: 0.5vw;
	-webkit-border-radius: 1vw;
	border-radius: 1vw;
}
.header_ktp .telegram {
	margin-left: 1vw;
}
.header_ktp .telegram::before {
	content: "";
	background-color: #05A0EB;
	background-image: url(../../images_ktp/telegram.svg);
	background-repeat: no-repeat;
	background-position: 0.4vw 0.55vw;
	background-size: 56%;
	display: inline-block;
	vertical-align: middle;
	width: 2vw;
	height: 2vw;
	margin-right: 0.5vw;
	-webkit-border-radius: 1vw;
	border-radius: 1vw;
}
.header_ktp .button2 {
	padding: 0.8vw 1vw;
	margin-left: 2vw;
	font-size: 0.8vw;
	text-transform: none;
}
.header_ktp .open_menu {
	display: none;
}
.main_block_ktp {
    font-family: 'Manrope';
	color: #fff;
	background-image: url(../../images_ktp/main_bg.jpg);
	background-position: center -2vw;
	background-size: cover;
	padding: 11vw 0 0 0;
}
.main_block_ktp .wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	max-width: 81.25vw;
	height: 36vw;
}
.main_block_ktp .block1 {
	width: 40vw;
}
.main_block_ktp h1 {
    font-family: 'Manrope';
	font-size: 3vw;
	line-height: 1.2;
	font-weight: 800;
	text-transform: none;
	display: inline;
}
.main_block_ktp .st3 {
	color: #39ab3c;
	font-size: 1.2vw;
	font-weight: 800;
	display: inline-block;
	vertical-align: top;
	padding-top: 1vw;
	padding-left: 1vw;
}
.main_block_ktp .st2 {
	font-size: 1.1vw;
	margin-top: 1vw;
	margin-bottom: 3vw;
}
.main_block_ktp .button2 {
	-webkit-border-radius: 10vw;
	border-radius: 10vw;
}
.main_block_ktp .items {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #ffffff26;
}
.main_block_ktp .items .item {
	width: 25%;
	padding: 2vw 4vw 2vw 2vw;
	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: 1.4vw;
	font-weight: 700;
	margin-bottom: 0.8vw;
}
.main_block_ktp .items .item .desc {
	font-size: 1vw;
	font-weight: 300;
}