@font-face {
    font-family: SecularOne;
    src: url('fonts/secular-one/SecularOne-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Rubik';
    src: local('Rubik Light'), local('Rubik-Light'), url('fonts/rubik/Rubiklight.woff2') format('woff2'), url('fonts/rubik/Rubiklight.woff') format('woff'), url('fonts/rubik/Rubiklight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Rubik';
    src: local('Rubik Light Italic'), local('Rubik-LightItalic'), url('fonts/rubik/Rubiklightitalic.woff2') format('woff2'), url('fonts/rubik/Rubiklightitalic.woff') format('woff'), url('fonts/rubik/Rubiklightitalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Rubik';
    src: local('Rubik'), local('Rubik-Regular'), url('fonts/rubik/Rubik.woff2') format('woff2'), url('fonts/rubik/Rubik.woff') format('woff'), url('fonts/rubik/Rubik.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Rubik';
    src: local('Rubik Italic'), local('Rubik-Italic'), url('fonts/rubik/Rubikitalic.woff2') format('woff2'), url('fonts/rubik/Rubikitalic.woff') format('woff'), url('fonts/rubik/Rubikitalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Rubik';
    src: local('Rubik Medium'), local('Rubik-Medium'), url('fonts/rubik/Rubikmedium.woff2') format('woff2'), url('fonts/rubik/Rubikmedium.woff') format('woff'), url('fonts/rubik/Rubikmedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Rubik';
    src: local('Rubik Medium Italic'), local('Rubik-MediumItalic'), url('fonts/rubik/Rubikmediumitalic.woff2') format('woff2'), url('fonts/rubik/Rubikmediumitalic.woff') format('woff'), url('fonts/rubik/Rubikmediumitalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Rubik';
    src: local('Rubik Bold'), local('Rubik-Bold'), url('fonts/rubik/Rubikbold.woff2') format('woff2'), url('fonts/rubik/Rubikbold.woff') format('woff'), url('fonts/rubik/Rubikbold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Rubik';
    src: local('Rubik Bold Italic'), local('Rubik-BoldItalic'), url('fonts/rubik/Rubikbolditalic.woff2') format('woff2'), url('fonts/rubik/Rubikbolditalic.woff') format('woff'), url('fonts/rubik/Rubikbolditalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: 'Rubik';
    src: local('Rubik Black'), local('Rubik-Black'), url('fonts/rubik/Rubikblack.woff2') format('woff2'), url('fonts/rubik/Rubikblack.woff') format('woff'), url('fonts/rubik/Rubikblack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Rubik';
    src: local('Rubik Black Italic'), local('Rubik-BlackItalic'), url('fonts/rubik/Rubikblackitalic.woff2') format('woff2'), url('fonts/rubik/Rubikblackitalic.woff') format('woff'), url('fonts/rubik/Rubikblackitalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

.df {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

p {
    line-height: 25px;
}

.block-content {
	max-width: 1220px;
	width: 100%;
}
header {
	color: #fff	;
	text-align: center;
	position: relative;
	overflow: hidden;
	justify-content: center;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.header-bg {
	position: absolute;
	height: 100%;
	width: 100%;
	opacity: 0.87;
	background-color: #070a11;
	z-index: 0;
}
.header-bg-2 {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #070a11;
	z-index: -2;
}
.header-logo-block {
	position: relative;
	z-index: 1;	
	max-width: 1220px;
	width: 100%;
	margin: auto;
	padding-top: 30px
}
.header-logo-block-content {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-logo-block-content a:first-child {
	transform: translate(100%);
}
.header-logo-block-content a:last-child {
	transform: translate(-100%);
}
.header-content {
	padding-bottom: 20px;
	position: relative;
	margin: auto;
}
.block-label {
	border: 5px solid #ffb300;
	display: inline-block;
	padding: 5px 7px;
	position: absolute;
	left: -125px;
    top: 38px;
    transform: rotate(-25deg);
}
.block-label span {
	color: #fff;
	font-family: 'Rubik', sans-serif;
	font-size: 22px;
	font-weight: 700;
}
.image-tax {
	max-width: 168px;
	width: 100%;
}
.bg-main-l {
	position: absolute;
    left: -80%;
    z-index: -1;
    top: 0;
}
.bg-main-r {
	position: absolute;
    right: -65%;
    top: 0;
    z-index: -1;
}
header p {
	color: #fff;
	font-family: 'Rubik', sans-serif;
	font-size: 30px;
	font-weight: 700;
	margin-top: 40px;
}
header h1 {
	color: #fff;
	font-family: 'Rubik', sans-serif;
	font-size: 28px;
	font-weight: 700;
	margin-top: 20px;
}
header h1 a {
	color: #fff;
}
.btn-block {
	background-color: #ffb300;
	border-radius: 5px;
	box-shadow: 0 17px 22.1px 1.9px rgba(82, 72, 0, 0.29), 0 0 36.5px 1.5px rgba(255, 237, 62, 0.18);
}
header .btn-block {
	max-width: 550px;
	margin: auto;
	position: relative;
	top: -14px;
	padding: 10px 0;
}

header .btn {
	font-size: 42px;
    line-height: 40px;
}

header > a {
	padding-top: 20px;
	z-index: 1
}
.btn {
	color: #fff;
	font-family: 'Rubik', sans-serif;
	font-size: 60px;
	font-weight: 700;
	line-height: 62px;
	text-decoration: none;
}
.block-2 {
	justify-content: center;
	background-color: #f3f3f3;
}
.block-2-content {
	border-bottom: 2px solid #ffb300;
    padding-bottom: 60px;
}
.block-2-content-title {
    color: #0f131a;
	font-family: 'Rubik', sans-serif;
	font-size: 60px;
	font-weight: 700;
	text-align: center;
	margin: 70px 0;
}
.block-2-wrap_image {
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
}
.block-2-wrap_image img {
	width: 100%;
}
.block-2-block_image {
    width: 32%;
}
.block-2-block_image {
    flex-direction: column;
    justify-content: space-between;
}
.block-2-image-content {
    color: #10131a;
	font-family: 'Rubik', sans-serif;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	margin: 15px 0 30px 0;
	min-height: 60px;
	line-height: 25px;	
}
    .block-2-image-link {
    	text-align: center;
		color: #005b98;
		font-family: 'Rubik', sans-serif;
		font-size: 20px;
		font-weight: 700;	
    }
/*
.block-2-image-link a {
    color: #005b98;
	font-family: 'Rubik', sans-serif;
	font-size: 20px;
	font-weight: 700;
	text-decoration: underline;	
}
*/

.block-3-title {
    text-align: center;
    margin: 45px 0 35px;
    color: #070a11;
	font-family: 'Rubik', sans-serif;
	font-size: 60px;
	font-weight: 700;
	margin-bottom: 100px;
}
.block-3-title a {
	color: #070a11;
	text-decoration: none;
	position: relative;
}
.block-3-title a:after {
	content: '';
    position: absolute;
    display: inline-block;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #ffb300;
}
.block-3-list ul {
    line-height: 75px;
    margin-right: 6%;
}
.block-3-list li {
    font-size: 20px;
    list-style: none;
    margin-right: 30px;
    color: #0b0e16;
	font-family: 'Rubik', sans-serif;
	font-weight: 500;
}
.block-3-list li::before {
    content: url('images/check.png');
    display: inline-block;
    margin-left: 25px;
}
.block-3-content {
	margin: auto;
	margin-top: 100px;
	padding-bottom: 150px;
	position: relative;
	z-index: 1;
}
.block-3 {
    position: relative;
    overflow: hidden;
    background-color: #f3f3f340;
}
.block-3-image {
    position: absolute;
    left: -376px;
    top: 150px;
}

.block-4 {
	justify-content: center;
	overflow: hidden;
	position: relative;
}
.block-4-bg {
	opacity: 0.87;
	background-color: #070a11;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.block-4-bg-2 {
	background-color: #070a11;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -2;
}
.block-4-content {
	position: relative;
}
.block-4-title {
	color: #fff;
	font-family: 'Rubik', sans-serif;
	font-size: 60px;
	font-weight: 700;
	text-align: center;
	margin: 60px 0;
}
.block-4-persons {
	justify-content: space-between;
}
.block-4-person {
	width: 35%;
}
.block-4-person img {
	width: 100%;
}
.block-4-person-desc {
	color: #fff;
	font-family: 'Rubik', sans-serif;
	font-size: 27px;
	font-weight: 500;
	margin-top: 30px;
}

.personame {
    font-weight: 700;
    font-size: 28px;
}

.block-4 .btn-block {
	margin: 135px auto 110px;
	text-align: center;
	padding: 10px 20px;
	max-width: 720px;

}
.block-4 .btn-block .btn {
	color: white;
	font-family: 'Rubik', sans-serif;
	font-size: 40px;
	font-weight: 700;
}
.bg-person-left {
	position: absolute;
    top: 19%;
    right: -65%;
    z-index: -1;
}
.bg-person-right {
	position: absolute;
    top: 19%;
    left: -64%;
    z-index: -1;
}

.block-5 {
	justify-content: center;
	padding-bottom: 80px;
}
.block-5-title {
	color: #0f1219;
	font-family: 'Rubik', sans-serif;
	font-size: 60px;
	font-weight: 700;
	text-align: center;
	margin-top: 50px;
	height: 150px;
}
.block-5-info {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.block-5-left, .block-5-right {
	width: 45%;
}
.block-5-left-banner {
	color: #070a11;
	font-family: 'Rubik', sans-serif;
	font-size: 24px;
	font-weight: 700;
	border: 3px dashed #ffb300;
	padding: 15px 7px;
	line-height: 30px;
	margin-top: 70px;
}
.block-5-left-banner a {
	color: #070a11;
}
.block-5-list ul {
    line-height: 50px;
}
.block-5-list li {
    color: #000024;
	font-family: 'Rubik', sans-serif;
	font-size: 20px;
	font-weight: 400;
}
.block-5-list li::before {
    content: url('images/check.png');
    display: inline-block;
    margin-left: 25px;
}
.block-5 .btn-block .btn {
	text-align: center;
}
.block-5 .btn-block .btn span {
	display: block;
}
.block-5 .btn-block .btn span:first-child {
	color: #fff;
	font-family: SecularOne;
	font-size: 40px;
	font-weight: 600;
	line-height: 62px;
}
.block-5 .btn-block .btn span:last-child {
	color: #ffffffd4;
	font-family: SecularOne;
	font-size: 30px;
	font-weight: 400;
	line-height: 62px;
}


.block-6 {
	justify-content: center;
	background-color: #f3f3f3;
	padding-bottom: 80px;	
}
.block-6-content-title {
    color: #0f1219;
	font-family: 'Rubik', sans-serif;
	font-size: 60px;
	font-weight: 700;
	text-align: center;
	margin: 100px 0;
}
.block-6-wrap_image {
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.block-6-wrap_image img {
	width: 100%;
}
.block-6-block_image {
    width: 30%;
    background-color: #ffffff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.28);
	margin: 50px 0;
}
.block-6-block_image {
    flex-direction: column;
    justify-content: space-between;
}
.block-6-image-content {
    color: #10131a;
	font-family: 'Rubik', sans-serif;
	font-size: 20px;
	font-weight: 700;
	min-height: 100px;
	padding: 25px 20px;
	line-height: 25px;
}
.block-6-image-link {
	text-align: center;
	margin-bottom: 50px;
    color: #005b98;
	font-family: 'Rubik', sans-serif;
	font-size: 20px;
	font-weight: 700;
}
/*
.block-6-image-link a {
    color: #005b98;
	font-family: 'Rubik', sans-serif;
	font-size: 20px;
	font-weight: 700;
	text-decoration: underline;	
}
*/
.block-6 .btn-block {
	text-align: center;
	display: inline-block;
	margin: auto;
	padding: 5px 35px;
}
.block-6 .btn-block .btn {
	color: #fff;
	font-family: 'Rubik', sans-serif;
	font-size: 48px;
	font-weight: 700;
	line-height: 62px;
}
.button {
	text-align: center;
}

.block-7 {
	justify-content: center;
	padding-bottom: 50px;
}
.block-7-content p {
	color: #0f1219;
	font-family: 'Rubik', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 25px;
}
.block-7-content p:first-child {
	font-weight: 700;
	margin: 50px 0;
}
.block-7-content p:nth-child(2) span {
	font-weight: 700;
	text-decoration: underline;
}

.block-8 {    
    justify-content: center;
    margin-bottom: 25px;
}
.block-8-title {
    color: #0f1219;
	font-family: 'Rubik', sans-serif;
	font-size: 60px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
}
.block-8-title span {
    border-bottom: 4px solid #ffb300;;
}
.block-8-content {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    padding: 50px 0;
    border: 1px solid #d1d1d1;
	border-radius: 5px;
}
.block-8-content-wrap {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    margin-top: 20px;
    padding: 0 10%; 
}
.block-8-content-wrap-text p {
    color: #000024;
	font-family: 'Rubik', sans-serif;
	font-size: 20px;
	font-weight: 400;
}
.block-8-content-wrap-text:first-child {
	margin-bottom: 40px;
}
.block-8-content-wrap-text:last-child p span {
	font-weight: 700;
	text-decoration: underline;
}

.block-9 {
	justify-content: center;
	padding-bottom: 50px;
}
.block-9-list {
	width: 80%;
	margin: auto;
}
.block-9-list ol {
	list-style-type: decimal;
}
.block-9-list ol li {
	color: #000024;
	font-family: 'Rubik', sans-serif;
	font-size: 20px;
	font-weight: 700;
	margin: 40px 0;
}
.block-9-list ol li span {
	font-weight: 400;
}
.block-9-info {
	color: #000024;
	font-family: 'Rubik', sans-serif;
	font-size: 20px;
	font-weight: 400;
	text-align: right;
	margin-top: 30px;
	margin-bottom: 55px;
}
.block-9 .btn-block {
	text-align: center;
	padding: 20px 30px;
}
.block-9 .btn-block p {
	padding: 0;
}
.block-9 .btn-block p:first-child {
	color: #fff;
	font-family: SecularOne;
	font-size: 40px;
	font-weight: 600;
	line-height: 62px;
}
.block-9 .btn-block p:last-child {
	color: #ffffffd4;
	font-family: SecularOne;
	font-size: 30px;
	font-weight: 400;
	line-height: 62px;
}

.block-10 {
	justify-content: center;
}
.block-10-title {
	color: #000024;
	font-family: 'Rubik', sans-serif;
	font-size: 60px;
	font-weight: 700;
	text-align: center;
}
.block-10  .counter {
	justify-content: center;
	margin: 60px 0;
}
.block-10 .counter-item-block {
	background-color: #000024;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	font-family: 'Rubik', sans-serif;
	font-size: 48px;
	font-weight: 400;
	padding: 20px 5px;
}
.block-10  .counter .counter-item {
	color: #000024;
	font-family: SecularOne;
	font-size: 30px;
	font-weight: 400;
	margin: 0 10px;
	min-width: 74px;
}
.block-10-info {
	color: #000024;
	font-family: 'Rubik', sans-serif;
	font-size: 20px;
	font-weight: 400;
	width: 80%;
    margin: auto;
	line-height: 25px;
}
.block-10-info span {
	font-weight: 700;
	text-decoration: underline;
}

.block-11 {
	justify-content: center;
	padding-bottom: 50px;
}
.block-11-title {
	text-align: center;
	color: #000024;
	font-family: 'Rubik', sans-serif;
	font-size: 60px;
	font-weight: 700;
	margin: 50px;
}
.block-11-text {
	width: 80%;	
	margin: auto;	
}
.block-11-text p {
	color: #000024;
	font-family: 'Rubik', sans-serif;
	font-size: 20px;
	font-weight: 400;
}
.block-11-text p:last-child {
	margin-top: 20px;	
}

.block-12 {
	justify-content: center;
}
.block-12-title-block {
	text-align: center;
	color: #000024;
	font-family: 'Rubik', sans-serif;
	font-size: 30px;
	font-weight: 700;
}
.block-12-title-block  p {
	margin: 20px 0;
}
.block-12-title-block  p:nth-child(2) {
	background-color: #f3f3f3; 
	display: inline-block;
	margin: 0;
	padding: 10px 10%;
}
.block-12-title-block  p a {
	color: #000024;
}
.block-12-offer {
	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;
	justify-content: space-between;
	align-items: center;
	margin-top: 60px;
}
.block-12-wrap_block {
    flex-direction: column;
    justify-content: space-between;
    width: 35%;
    border: 1px solid #0075be;
    border-radius: 5px;
    text-align: center;
    width: 32%;
}
.block-12-wrap_block-header {
    background: #0075be;
    font-size: 36px;
    color: #ffffff;
    padding: 20px 0;
	font-family: 'Rubik', sans-serif;
	font-weight: 700;
}
.block-12-wrap_block-main {
    flex-direction: column;
    justify-content: space-between;
    color: #000024;
    font-size: 72px;
    padding: 20px 0;
}
.block-12-wrap_block-btn {
    width: 95%;
    margin: auto;
    margin-bottom: 30px;
    font-size: 24px;
    padding: 20px 0;
}
.block-12-wrap_block-main-price {
	color: #000024;
	font-family: 'Rubik', sans-serif;
	font-size: 72px;
	font-weight: 700;
	margin-top: 10px;
}
.block-12-wrap_block-main-img {
	color: #232542;
	font-family: 'Rubik', sans-serif;
	font-size: 24px;
	font-weight: 700;
	text-decoration: underline;
	width: 80%;
	margin: auto;
	margin-top: -20px;
	line-height: 23px;
}
.block-12-wrap_block-main-img img {
	margin: 20px 0 10px;
}
.block-12-wrap_block-btn a span {
	display: block;
}
.block-12-wrap_block-btn .btn {
	line-height: 28px;
}
.block-12-wrap_block-btn a span:first-child {
	color: #fff;
	font-family: 'Rubik', sans-serif;
	font-size: 24px;
	font-weight: 700;
}
.block-12-wrap_block-btn a span:last-child {
	color: #ffffffd4;
	font-family: 'Rubik', sans-serif;
	font-size: 20px;
	font-weight: 400;
}
.block-12-wrap_block:nth-child(2) .block-12-wrap_block-main-price {
	margin: 10px 0; 
}
.block-12-wrap_block:nth-child(2) .block-12-wrap_block-main-img img {
	margin-top: 0;
}
.block-12-wrap_block:nth-child(2) .block-12-wrap_block-main-img {
	margin: 30px auto;
}
.block-12-text {
	margin: 50px 0 60px;
	color: #000024;
	font-family: 'Rubik', sans-serif;
	font-size: 20px;
	font-weight: 400;
}

.block-13 {
	justify-content: center;
	background-color: #0075be;
	padding: 30px 0;
}
.block-13-content {
	width: 80%;
	margin: auto;	
    padding-right: 10%;
}
.block-13-text:first-child {
	color: #ffb300;
	font-family: 'Rubik', sans-serif;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 20px;
}
.block-13-text:first-child a {
	color: #ffb300;
	font-weight: 700;
	text-decoration: underline;
}
.block-13-text:last-child {
	font-family: 'Rubik', sans-serif;
	font-size: 20px;
	color: #fff;
}
.block-13-text:last-child a {
	color: #ffb300;
	font-weight: 700;
	text-decoration: underline;
}

.block-14 {
	padding-top: 66px;
	justify-content: center;
	line-height: 25px;
}
.block-14-content .btn-block {
	padding: 20px 0;
}
.block-14-content .btn p {
	color: #fff;
	font-family: SecularOne;
	text-align: center;
}
.block-14-content .btn p:first-child {
	font-size: 40px;
	font-weight: 400;
	line-height: 62px;
}
.block-14-content .btn p:last-child {	
	font-size: 30px;
	font-weight: 400;
	color: #ffffffd4;
	line-height: 62px;	
}
.block-14-text {
	color: #000024;
	font-family: 'Rubik', sans-serif;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	margin: 60px 0;
}
footer {
	background-color: #072040;
	padding: 30px 0;
}
footer .block-content {
	justify-content: space-between;
	align-items: center;
	margin: auto;
}
footer .block-content img {
	max-width: 130px;
}

header .btn-block:hover {
    background-color: #efa800!important;
}

.block-4 .btn-block:hover {
    background-color: #efa800!important;
}

.block-5 .btn-block:hover {
    background-color: #efa800!important;
}

.block-6 .btn-block:hover {
    background-color: #efa800!important;
}

.block-9 .btn-block:hover {
    background-color: #efa800!important;
}

.block-12 .btn-block:hover {
    background-color: #efa800!important;
}

.block-14 .btn-block:hover {
    background-color: #efa800!important;
}

@media all and (max-width: 1620px) {
	.header-logo-block-content a:last-child {
		transform: translate(0);
	}
	.header-logo-block-content a:first-child {
		transform: translate(0);
	}
}
@media all and (max-width: 1440px) {
	.block-label {
		left: -20px;
    	top: 15px;	
    }
}
@media all and (max-width: 1024px) {
	.block-label {
		position: relative;
		transform: rotate(0deg);
	}
	.block-3-image {
		left: -60%;
		display: none;
	}
	.block-5-list {
		margin-top: 30px;
	}
	.block-5-info {
		align-items: flex-end;
	}
	.block-5-left, .block-5-right {
		width: 50%;
	}
	.block-5-right img {
		width: 100%
	}
	.block-5-left-banner {
		margin-bottom: 40px;
	}
	.block-6-wrap_image {
		align-items: normal;
	}
}
@media all and (max-width: 768px) {
	.block-5-info {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.block-5-left, .block-5-right {
		width: 100%;
	}
	.block-5-right img {
		width: 80%;
	}
	.block-content {
	    padding: 0px 5px;
	    box-sizing: border-box;
	}
	.block-12-offer {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.block-12-wrap_block {
		margin: 15px 0;
		width: 45%;
	}
	.block-6-block_image {
		width: 45%;
	}
	.block-4-person {
		width: 45%;
	}
}
@media all and (max-width: 520px) {
	.block-2-wrap_image {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.block-2-block_image {
		width: 100%;
		margin: 20px 0;
	}
	.block-6-block_image {
		width: 100%;
	}
	.block-12-wrap_block {
		width: 80%;
	}
}
@media all and (max-width: 425px) {
	header h1 {
		font-size: 40px;
	}
	.block-4-title {
		font-size: 45px;
	}
	.block-4-persons {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.block-4-person {
		width: 100%;
	}
	.block-5-title {
		font-size: 45px;
	}
	.block-6-content-title {
		font-size: 45px;
	}
	.block-label {
    	left: 0;
	}
}
@media all and (max-width: 375px) {
	.block-11-title {
		font-size: 45px;
	}
	.block-12-wrap_block {
		width: 100%;
	}
	.block-8-content-wrap {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.block-3-title {
		font-size: 40px;
	}
	.block-8-title {
		font-size: 45px;
	}
	.block-10  .counter {		
		align-items: center;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.block-10  .counter .counter-item {
		max-width: 70px;
		margin-top: 10px;
	}
}


.block-3-list ul li strong {
    font-weight: 700;
}


@media screen and (max-width:991px) {
	.codegena {
		padding-bottom: 65.27198% !important;
	}

	.codegena iframe {
		right: 0 !important;
		width: 100% !important;
	}    
    .header-logo-block-content img {
        width: 60%;
    } 
    
    img.image-tax {
        margin-bottom: 4px;
    }    
    
    header h1 {
        font-size: 16px;
		margin-top: 10px !important;
    } 
    
    header p {
        font-size: 16px;
		width: 95%;
		margin-top: 35px !important;
    }
	
	header .btn {
		font-size: 28px;
		line-height: 24px;
	}	
    
    .btn {
        font-size: 28px;
    }

    .arrow-down {
        display: none;
    }
    
    header .btn-block {
        top: -8px;        
    }    
    
    .block-2-content-title {
        font-size: 40px;
        margin: 24px 0px 10px 0px;
    }    
    
    .block-2-content-title img {
        width: 30px;
    }
    
    .block-2-image {
        width: 80%;
        margin: auto;
    }
    
    .block-2-image-content {
        font-size: 17px;
        width: 80%;
        margin: auto;
        padding-top: 10px;
        padding-bottom: 20px;
        min-height: 20px;
        line-height: 23px;        
    }    
    
    .block-3-title {
        font-size: 40px;
        margin-bottom: 20px;
    }
    
    .block-3-content {
        margin-top: 20px;
    } 
    
    .block-3-list ul {
        line-height: 45px !important;
        margin-right: 0% !important;
    }
    
    .block-3-list li {
        font-size: 17px;
    }
    
    
    .block-3-title a:after {
        height: 2px;
        bottom: 4px;
    }    
    
    .block-4-title {
        font-size: 40px;
        margin: 30px 0;
    }
    
    .personame {
        font-size: 24px;
    }    
    
    .block-4-person-desc {
        font-size: 18px;
        margin-top: 30px;
        margin-bottom: 30px;
        margin-right: 10px;
        line-height: 23px;
    }
    
    .block-4 .btn-block {
        margin: 30px auto 40px;
    }    
    
    .block-4 .btn-block .btn {
        font-size: 18px;
        line-height: 40px
    }
    
    .block-5-title {
        font-size: 40px;
        margin-top: 30px;
        height: 160px;
    }
    
    .block-5-left-banner {
        font-size: 18px;
        padding: 10px 15px;
        line-height: 23px;
    }    
    
    .block-5-list li {
        font-size: 17px;
		margin-right: 50px;
    }
        
    .block-5-list ul {
		/*
		margin-left: 40px;
		list-style:none;
		*/
        line-height: 45px;
    }    
    
    .block-5 .btn-block .btn span:first-child {
        font-size: 24px;
        line-height: 35px;
    }
    
    .block-5 .btn-block .btn span:last-child {
        font-size: 20px;
        line-height: 50px;
    }
    

    .block-6-content-title {
        font-size: 40px;
        margin: 40px 0;
    }    
    
    .block-6 .btn-block .btn {
        font-size: 28px;
    }
    
    .block-6-image {
        width: 80%;
        margin: auto;
        padding-top: 25px;
    }
    
    .block-6-image-content {
        font-size: 17px;
        width: 80%;
        margin: auto;
        padding-top: 10px;
        padding-bottom: 20px;
        min-height: 20px;
        line-height: 23px;
    }
    
    .block-6-block_image {
        background: white;
        margin: 20px 0;
    }
    
    .block-6 {
        padding-bottom: 20px;
    }    
    
    .block-7-content {
        width: 90%;
    }
    
    .block-7-content p {
        font-size: 17px;
    }
    

    .block-7-content p:first-child {
        margin: 25px 0;
    }    
    
    .block-8-title {
        font-size: 40px;
        margin-top: 30px;
    }
    
    .block-8-content-wrap-text p {
        font-size: 17px;
    }
    
    .block-8-content-img img {
        width: 70px;
        margin-bottom: 30px;
    }
    
    .block-8-wrap-block-text {
        margin-bottom: 15px;
    }
    
    .block-8 {
        margin-bottom: 0px;
    }    
    
    .block-9-list ol li {
        font-size: 17px;
        line-height: 23px;
    }
    
    .block-9 .btn-block {
        padding: 5px 10px;
    }    
    .block-9-info {
        font-size: 17px;
        width: 90%;
        margin: auto;
        padding-bottom: 20px;
    }
    
    .block-10-title {
        font-size: 40px;
    }
    
    .block-10-info {
        font-size: 17px;
        line-height: 23px;
    }
    
    .block-10 .counter .counter-item {
        font-size: 20px;
        min-width: 24px;
    }
    
    .block-10 .counter-item-block {
        font-size: 30px;
    }    
    
    .block-11 {
        padding-bottom: 20px;
    }    
    
    .block-11-title {
        font-size: 40px;
        margin: 40px;
    }
    
    .block-11-text p {
        font-size: 17px;
    }
    
    .block-12-wrap_block-header {
        font-size: 30px;
    }
    
    .block-12-wrap_block-main-price {
        font-size: 60px;
    }
    
    
    .block-12-wrap_block-main-img {
        font-size: 18px;
    }
    
    .block-12-text {
        margin: 50px 15px 60px;
        font-size: 17px;
        width: 90%;
        line-height: 23px;
    }
    
    .block-13-text:first-child {
        font-size: 17px;
    }
    
    .block-13-text:last-child {
        font-size: 17px;
    }
    
    .block-14-text {
        font-size: 17px;
        width: 90% !important;
        line-height: 30px;
    }    
    
    .block-9 .btn-block p:first-child {
        font-size: 24px;
        line-height: 35px;
    }
    
    .block-9 .btn-block p:last-child {
        font-size: 20px;
        line-height: 50px;
    }  
    
    .block-14-content .btn p:first-child {
        font-size: 24px;
        line-height: 35px;
        font-weight: 600;
    }
    
    .block-14-content .btn p:last-child {
        font-size: 18px;
        line-height: 50px;
    }
    
    
    .block-12-wrap_block-btn a span:first-child {
        font-size: 20px;    
    }
    
    .block-12-wrap_block-btn a span:last-child {
        font-size: 17px;
    } 
    
    .block-13-content {
        line-height: 23px;
    }
    
    .block-3-list li {
        margin-right: 50px;
    }       
    .block-3-list li::before {
        content: url(images/check-m.png);
		margin-right: 20px;
		position: absolute;
		right: 0;
    }
    
    .block-5-list li::before {
        content: url(images/check-m.png);
		margin-right: 20px;
		position: absolute;
		right: 0;
    }	
}