*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body{
	min-width: 320px;
	width: 100%;
	height: 100%;
	font-size: 14px;
	
}
html{
	height: 100%;
}
a{
	text-decoration: none;
}

li{
	list-style-type: none;
}

@font-face {
font-family: 'Futura Light';
src: url('fonts/FuturaLightC.eot');
src: url('fonts/FuturaLightC.eot?#iefix') format('embedded-opentype'),
url('fonts/FuturaLightC.woff') format('woff'),
url('fonts/FuturaLightC.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'Futura Medium';
src: url('fonts/FuturaMediumC.eot');
src: url('fonts/FuturaMediumC.eot?#iefix') format('embedded-opentype'),
url('fonts/FuturaMediumC.woff') format('woff'),
url('fonts/FuturaMediumC.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'Futura Demi';
src: url('fonts/FuturaDemiC.eot');
src: url('fonts/FuturaDemiC.eot?#iefix') format('embedded-opentype'),
url('fonts/FuturaDemiC.woff') format('woff'),
url('fonts/FuturaDemiC.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}


@font-face {
font-family: 'Gotham Pro Regular';
src: url('fonts/GothamPro.eot');
src: url('fonts/GothamPro.eot?#iefix') format('embedded-opentype'),
url('fonts/GothamPro.woff') format('woff'),
url('fonts/GothamPro.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'Gotham Pro Bold';
src: url('fonts/GothamPro-Bold.eot');
src: url('fonts/GothamPro-Bold.eot?#iefix') format('embedded-opentype'),
url('fonts/GothamPro-Bold.woff') format('woff'),
url('fonts/GothamPro-Bold.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

.block {
	background: #000;
}

.header{
	width: 100%;
	height: 100vh;
	background: url(nimg/bg.jpg);
	background-size: cover;
	background-position: 50% 50%;
	padding:0;
}

.wrapper-header{
	width: 1170px;
	height: 100%;
	display: flex;
	margin: 0 auto;
	flex-direction: column;


}

.wrapper-text{
	display: flex;
	flex-direction: row;
	justify-content: space-between ;
	margin-top: 40px;
	
}

.text-list {
	/*display: flex;
	flex-direction: column;*/
}

.text-item {
	color: #000;
	background-color:#FFD843;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 19px;
}

.text-item1{
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 33px;
	margin-bottom: 3px;
	margin-top: 3px;
	color: #000;
	background-color:#FFD843;
	display: inline-block;
}

.center-text {
	font-family: 'Futura Demi';
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	line-height: 64px;
	margin-top: 108px;
	text-transform: uppercase;
	text-align: center;
	color: #FFFFFF;
}

.subtext {
	font-family: 'Open Sans',sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 27px;
	text-align: center;
	color: #FFFFFF;
	width: 623px;
	margin: 0 auto;
	margin-top: 12px;
}

.btn {
	width: 170px;
	height: 32px;
	background: #FFD843;
	border-radius: 16px;
	margin: 0 auto;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	border: 0;
	outline: none;
	cursor: pointer;
	margin-top: 32px;
}

.wrapper-div {
	/*background: #000;*/
	width: 100%;
	padding-bottom: 100px;
	position: relative;
	z-index: 9;
}
.wrapper-section{
	
	color: #fff;
	width: 1170px;
	display: flex;
	flex-direction: row;
	margin: -30vh auto 0;
}
.section-block1{
	width: 50%;
}

.section-block2{
	width: 45%;
}
.section-item{
	margin-bottom: 40px;
}
.section-title{
	font-family: Futura Demi;
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	line-height: 48px;
	width: 460px;
}


.description{
	font-family: 'Gotham Pro Regular';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	max-width: 320px;
}

.wrapper-section1 {
	width: 1170px;
	margin: 0 auto;
	padding: 100px 0;
}

.wrapper-section1 {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.section1-title {
	font-family: 'Futura Demi';
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	line-height: 42px;
	color: #000;
	margin-bottom: 12px;
}

.section1-subtitle {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
}

.wrapper-img {
	width: 50%;
}

.wrapper-img img {
	max-width: 100%;

}

.wrapper-block {
	width: 50%;
}

.section2 {
	background: #00A3FF;
}
.section2-wrapper{
	width: 1170px;
	margin: 0 auto;
	display: flex;
	flex-direction: row-reverse;
	padding-top: 64px;
	padding-bottom: 64px;
}

.desk-photo {
	position: absolute;
	bottom: 0;
}

.section2-wrapper {
	position: relative;
}
.information{
	color: #fff;
	width: 70%;
}
.information-title{
	margin-top: 24px;
	font-weight: 700;
	font-size: 36px;
	line-height: 48px;
	font-family: 'Futura Demi';
}
.information-subtitle{
	margin-top: 24px;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	font-family: 'Futura Medium';
}
.information-list{
	padding-left: 20px;
	color: #fff;
}
.information-list li{
	margin-top: 16px;
	margin-bottom: 16px;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
	color: #fff;
	position: relative;
	
}

.information-list li::before{
	content: "";
	display: block;
	position: absolute;
	height: 8px;
	width: 8px;
	border-radius: 50%;
	background:#fff;
	left: -20px;
	top: 6px;
	

}
.information-list span{
	color: #fff;
	font-family: 'Open Sans', sans-serif;
}
.photo{
	width: 30%;
	margin-bottom: -4px;
}
.mob-photo{
	display: none;
}

.section3 {
	background: #000;
}

.wrapper-section3{
	padding-top: 100px;
	color: #fff;
	width: 1170px;
	display: flex;
	flex-direction: row;
	margin: 0 auto;
}

.section3 .section-title {
	width: 372px;
	font-family: 'Futura Demi';
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	line-height: 48px;
}

.section3 .section-item img {
	border-radius: 30px;
	max-width: 100%;
}

.section3 .section-item {
	margin-bottom: 70px;
}

.wrapper-section4{
	padding: 156px 0;
	width: 1170px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}

.section4-title{
	font-family: 'Futura Demi';
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	line-height: 48px;
}

.section4-list{
	display: flex;
	flex-flow: row wrap;
	margin: 0 auto;
	align-items: center;
	width: 70%;
	margin-top: 40px;
	justify-content: space-between;
}
.link-media{
	cursor: pointer;
	width: 25%
}
.section4-item{
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}

.section5 {
	/* background: #FFD843; */
	position: relative;
	z-index: 0 !important;
}

.section5::before {
	content: "";
	position: absolute;
	width: 100%;
	max-height: 410px;
	background: #FFD843;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0 !important;
}
.wrapper-section5 {
	z-index: 999 !important;
	width: 1170px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	/* max-height: 410px; */
}

.section5-title {
	font-family: 'Futura Demi';
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	line-height: 42px;
	color: #fff;
	margin-bottom: 12px;
}

input{
	outline: none;
}

.form{
	/* position: absolute; */
	z-index: 999 !important;
	margin-top: 100px;
	display: flex;
	flex-direction: column;
	width: 570px;
	background: #00A4FF;
	box-shadow: 0px 4px 34px #00A4FF;
	border-radius: 30px;
	padding: 70px 0;
}
.data{
	width: 370px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	/* z-index: 999 !important; */
}
.form label{
	color: #fff;
	margin-bottom: 6px;
	font-family: 'Open Sans', sans-serif;
}

.data .title-form {
	font-family: 'Futura Light';
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: #FFFFFF;
	margin-bottom: 16px;
}
.form input{
	height: 40px;
	margin-bottom: 18px;
	padding-right: 18px;
	padding-left: 18px;
	background: #FFFFFF;
	border: 1px solid #D1D1D1;
	box-sizing: border-box;
	border-radius: 4px;
}

.form .input:last-child{
	margin-bottom: 0!important;
}

.form .button-link{
	width: 100%;
}

.form .button-link{
	margin-top: 6px!important;
}

.data .input::placeholder{
	color: black;
	font-family: 'Open Sans', sans-serif;
}

.section5 .btn {
	width: 100%;
	text-align: center;
	padding: 8px 0;
	color: #000;
	margin-top: 0;
}

.wrapper-form {
	width: 50%;
	position: relative;

}

.img-block {
	width: 50%;
	margin-left: 60px;
	z-index: 999 !important;
}

.legs {
	max-width: 100%;
}

.section6 {
	margin-top: 100px;
}
.wrapper-section6 {
	padding-top: 0px;
	width: 1170px;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.big-l {
	top: -150px;
	position: absolute;
	z-index: 0;
	font-family: 'Futura Demi';
	font-style: normal;
	font-weight: bold;
	font-size: 288px;
	line-height: 383px;
	text-align: center;
	color: #EEF2F6;
	right: 0;
}

.sec6-title {
	z-index: 99;
	font-family: 'Futura Medium';
	font-style: normal;
	font-weight: 500;
	font-size: 29px;
	line-height: 32px;
	color: #000000;
	max-width: 1016px;
	color: #000;
	margin-bottom: 56px;
	text-align: center;

}

.sec6-title1 {
	z-index: 99;
	font-family: 'Futura Medium';
	font-style: normal;
	font-weight: 500;
	font-size: 29px;
	line-height: 32px;
	color: #000000;
	color: #000;
	text-align: center;
}

.title12 {
	display: inline;
	font-family: 'Futura Demi';
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	line-height: 64px;
	text-align: center;
	color: #000000;
	background: #FFD843;
	margin: 0 auto;
}

.wrapper-title12 {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-top: 56px;
}

.section7-wrapper {
	width: 1170px;
	margin: 0 auto;
	background: #E5282D;
	box-shadow: 0px 4px 34px #E5282D;
	border-radius: 30px;
	display: flex;
	flex-direction: row;
	padding: 100px 190px 100px 100px;
	margin-top: 100px;
}

.important {
	font-family: 'Futura Demi';
	font-style: normal;
	font-weight: bold;
	font-size: 48px;
	line-height: 64px;
	color: #FFFFFF;
}

.title-reg {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 30px;
	color: #FFFFFF;
	margin-top: 8px;
}

.wrapper-text-sec7 {
	margin-left: 30px;
}

.footer-wrapper{
	width: 1170px;
	display: flex;
	margin: 0 auto;
	padding: 100px 0;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
}
.footer-wrapper-block1, .footer-wrapper-block2{
	width: 50%;
}
.footer-wrapper-block2{
	display: flex;
	justify-content: flex-end;
}


.conf{
	text-decoration-line: underline;
	color: #00A3FF;
	margin-top: 8px;
}

.wrap-link {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.wrap-item {
	margin-left: 16px;
	margin-right: 16px;
}
.wrap-item:first-child {
	margin-left: 0;
}

.wrap-item:last-child {
	margin-right: 0;
}

.wrap-item a {
	cursor: pointer;
}

.footer-wrapper-block1 p {
	margin-top: 40px;
}
.logo-mob {
	display: none;
}

.section-title-mob {
	display: none;
}

.mob-photo {
	display: none;
}

.section-title-mob {
	display: none;
}

.b-mob {
	display: none;
}

/* modal*/


.modal {
    position: fixed; 
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5); 
    z-index: 9999;
    opacity: 1; 
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}


.modal-dialog {
	font-family: 'Montserrat';
    position: relative;
    width: 564px;
	border-radius: 10px;
	padding: 40px 64px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.modal-title{
	text-align: left;
	font-family: 'ProbaPro-Regular';
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	
}
.modal .form {
	height: 100vh;
	margin-top: 0;
	border-radius: 30px 0px 0px 30px;
}

.modal .button {
	width: 100%;
	color: #000;
	text-align: center;
	padding: 8px 0;
	background: #FFD843;
	border-radius: 16px;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	cursor: pointer;
}

.close {
	display: none;
}
@media (min-width: 320px) and (max-width: 800px){
		.modal-dialog{
			width: 100%;
			padding: 34px 15px;
		}
		.modal-title{
			font-size: 18px;
			line-height: 22px;
		}
		.modal .form{
			width: 100%;

		}

		.modal .data{
			width: 100%;
		}
		.modal-wrapper{
			flex-direction: column;
			align-items: center;
			justify-content: center;
		}

		.modal .button-link{
			width: 100%;
			margin-bottom: 12px;
		}
		
		.close {
			display: block;
			position: absolute;
			top:15px;
			right: 15px;
			cursor: pointer;
		}


}

@media (min-width:800px) and (max-width:1170px) {
	
}

@media (max-width: 1170px){
	.header,
	.section1,
	.section2,
	.section3,
	.section4,
	.section5,
	.section6,
	.wrapper-title12,
	.section7,
	.footer,
	.wrapper-header,
	.wrapper-section1,
	.section2-wrapper,
	.wrapper-section3,
	.wrapper-section4,
	.wrapper-section5,
	.wrapper-section6,
	.section7-wrapper,
	.footer-wrapper,
	.wrapper-div,
	.wrapper-section
	{
		width: 100%;
	}

	
	.wrapper-header,
	.wrapper-section,
	.wrapper-section1,
	.section2-wrapper,
	.wrapper-section3,
	.wrapper-section4,
	.wrapper-section6,
	.section7-wrapper,
	.footer-wrapper,
	.section7
	{
		padding-right: 30px;
		padding-left: 30px;
	}
	
	.center-text {
		margin-top: 50px;
		font-size: 32px;
	}
	
	.section-title,
	.section3 .section-title {
		font-size: 24px;
	}
	.information, .photo {
		width: 50%
	}
}

@media (min-width: 320px) and (max-width: 800px) {
	.wrapper-header,
	.wrapper-section,
	.wrapper-section1,
	.section2-wrapper,
	.wrapper-section3,
	.wrapper-section4,
	.wrapper-section6,
	.section7-wrapper,
	.footer-wrapper,
	.section7
	{
		padding-right: 15px;
		padding-left: 15px;
	}


	.link-media{
		width: 50%;
	}

	.section4-list {
		width: 100%;
	}

	.wrapper-text {
		flex-direction: column;
		align-items: flex-start;
	}
	.logo {
		display: none;
	}

	.logo-mob {
		display: block;
		margin-bottom: 40px;
	}

	.text-item1 {
		font-size: 18px;
	}

	.center-text {
		font-size: 24px;
		line-height: 32px;
		margin-top: 40px;
		text-align: left;
	}

	.subtext {
		width: 100%;
		font-size: 14px;
		line-height: 27px;
		text-align: left;
		margin-top: 12px;
	}

	#sticky-menu2 {
		display: none;
	}

	.section-title-mob {
		display: block;
		font-family: 'Futura Demi';
		font-style: normal;
		font-weight: bold;
		font-size: 24px;
		line-height: 32px;
		color: #FFFFFF;
		margin-bottom: 32px;
	}

	.btn {
		margin: 0;
		margin-top: 24px;
	}

	.section1 {
		position: relative;
	}

	.wrapper-section {
		flex-direction: column;
		/* margin: 0; */
	}
	.section-block2,
	.section-block1 {
		width: 100%;
	}

	.wrapper-div {
		padding-bottom: 0px;
	}

	.wrapper-section1 {
		flex-direction: column;
		padding: 40px 15px;
	}

	.wrapper-img,
	.wrapper-block {
		width: 100%;
	}

	.section1-title {
		font-size: 28px;
		line-height: 32px;
		width: 251px;
	}

	.b-mob {
		width: 60%;
		position: absolute;
		right: 0;
		margin-right: -15px;
	}

	.wrapper-img {
		display: flex;
		justify-content: flex-end;
		position: relative;
	}
	.section2 {
		position: relative;
	}
	.wrapper-block {
		margin-top: 160px;
	}

	.photo{
		display: none;
	}
	
	.mob-photo {
		display: block;
	    position: absolute;
	    bottom: 0;
	    right: 0;

	}

	.section2-wrapper {
		flex-direction: column;
		padding-top: 40px;
	}

	.information {
		width: 100%;
	}

	.information-title {
		font-size: 24px;
		line-height: 32px;

	}

	/*.information-list li {
		line-height: 28px;
	}
*/
	.information-list li:nth-child(5) {
		width: 200px;

	}

	.information-list li:nth-child(6) {
		width: 200px;

	}

	.wrapper-section3 {
		flex-direction: column;
		padding-top: 40px;
	}

	#sticky-menu1 {
		display: none;
	}

	.section-title-mob {
		display: block;
	}

	.section3 .section-item {
		margin-bottom: 28px;
	}

	.wrapper-section4 {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.form {
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;

	}

	.data {
		width: 100%;
		z-index: 2000;
	}

	.wrapper-section5 {
		flex-direction: column;
	}

	.wrapper-form {
		width: 100%;
		
	}

	.img-block {
		position: absolute;
		width: 100%;
		z-index: 99;
		margin-left: 0;
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		padding-right: 40px;
		padding-left: 40px;
	}

	.legs {
		width: 70%;
	}

	.section5-title {
		font-size: 24px;
		line-height: 32px;
	}

	.big-l {
		position: relative;
		top: 0;
		font-size: 100px;
		line-height: 50px;
	}

	.section6 {
		margin-top: 40px;
	}

	.wrapper-section6 {
		align-items: flex-start;
	}

	.sec6-title, .sec6-title1 {
		text-align: left;
		font-size: 16px;
		line-height: 27px;
	}

	.sec6-title {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.title12 {
		font-size: 24px;
		line-height: 32px;
	}

	.wrapper-title12 {
		margin-top: 24px;
		text-align: left;
		padding-left: 15px;
		padding-right: 15px;
	}

	.section7-wrapper {
		margin-top: 40px;
		flex-direction: column;
	}

	.wrapper-text-sec7 {
		margin-left: 0;
	}

	.section7 {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}

	.section7-wrapper img {
		width: 20%;
	}

	.title-reg {
		font-size: 18px;
		line-height: 30px;
	}
	.footer-wrapper {
		flex-direction: column;
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.footer-wrapper-block1,
	.footer-wrapper-block2 {
		width: 100%;
	}

	.footer-wrapper-block1 {
		margin-bottom: 40px;
	}

	.b-mob {
		display: block;
		width: 183.91px;
		height: 159.49px;
	}
	.b-desk {
		display: none;
	}

	.wrapper-section5 {
		max-height: auto;
	}
}

#sticky-menu1.is_stuck,
#sticky-menu2.is_stuck {
    height: 100vh;
    margin-top: 60px;
    transition: all .2s;
}


.wrap-link {
	margin: 0 auto;
}

/* index1 */
.main {
	display: flex;
	flex-direction: column;
	width:1000px;
	margin: auto;
	justify-content: center;
	align-items: center;
	height: 100vh;
}

.section8 {
	width: 770px;
	background: #00A4FF;
	box-shadow: 0px 4px 34px #00A4FF;
	border-radius: 30px;
	padding-top: 61px;
	padding-bottom: 61px;
	text-align: center;
}

.section8 p {
	font-family: 'Futura Demi';
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	line-height: 48px;
	text-align: center;
	color: #FFFFFF;
}


.wrapper-main-img {
	margin-right: 32px;
	position: relative;
}
.wrapper-main-img img {
	max-width: 100%;
}

.arrow {
	position: absolute;
	bottom: 100px;
	right: 0;
}


.main-text {
	font-family: 'Futura Demi';
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	line-height: 32px;
	color: #000000;
}

.main-wrapper-block {
	width: 100%;
	display: flex;
	flex-direction: row;
	
}

.wrapper-main-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 99;
}

.main-text1 {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 27px;
	margin-top: 12px;
	color: #000000;
	max-width: 377px;
	margin-bottom: 24px;
	z-index: 99;;
}


.wrapper-buttons {
	display: flex;
	flex-direction: row;
}

.tg {
	width: 140px;
	text-align: center;
	padding: 15px;
	color: #fff;
	cursor: pointer;
	background: #38A6DB;
	border-radius: 6px;
	border: none;
	outline: none;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin-right: 30px;

}

.tg1 {
	background: url(nimg/tg1.svg);
	margin-right: 8px;
	width: 20px;
	height: 20px;
	display: block;
	content: "";

}

.vb {
	width: 140px;
	text-align: center;
	padding: 15px;
	color: #fff;
	cursor: pointer;
	background: #7F50A0;
	border-radius: 6px;
	border: none;
	outline: none;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;

}

.vb1 {
	background: url(nimg/vb1.svg);
	margin-right: 8px;
	width: 20px;
	height: 20px;
	display: block;
	content: "";

}

.bonus {
	margin-top: 18px;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 27px;
}

@media (max-width: 1000px) {
	.main-wrapper-block,
	.section8,
	.main {
		width: 100%;
	}
	.wrapper-main-img {
		margin-right: 0;
		z-index: 99;
	}

	.main {
		padding-right: 30px;
		padding-left: 30px;
		padding-bottom: 21px;
	}

	.arrow {
		max-width: 25%;
		bottom: 40px;
		z-index: 0;
	}
	.main-b {
		z-index: 99;
	}
}

@media (min-width: 320px) and (max-width: 800px) {
	.main{
		padding-left: 15px;
		padding-right: 15px;
	}

	.section8 p {
		font-size: 28px;
		line-height: 32px;
		text-align: left;
	}

	.section8 {
		padding: 25px;
	}

	
	.arrow {
		transform: rotateX(190deg);
		transform: rotateY(90deg);
	}
	.wrapper-main-img {
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		position: relative;
		z-index: 0;
	}

	.main-wrapper-block {
		flex-direction: column;
	
	}
	.tg {
		width: 50%;
		margin-right: 10px;
	}

	.vb {
		width: 50%;
		margin-left: 10px;
	}

	.wrapper-buttons {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}

	.main-text {
		font-size: 32px;
		line-height: 32px;
		width: 228px;
		z-index: 0;
	}

	.main-b {
		width: 60%;
		height: auto;
		position: absolute;
		right: 0;
		max-width: 300px !important;
	}

	.wrapper-main-text {
		margin-top: 120px;
		z-index: 99;;
	}

	.arrow {
		transform: rotate(90deg);
		transform: scale(1, -1);
	}
}