body { 
	margin: 0; 
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	overflow-x: hidden;
} 

p{
	margin:0px;
	padding: 0px;
}
.width100{
	width: 100% !important;
	margin-bottom: 20px;
}
.width100Wrapper{
	flex-direction: column;
}
.width100_p{
	font-size: 12px;
}
.width100_p span{
	font-size: 16px;
}
.firstSec{
	position: relative;
	width: 85%;
	height: 90vh;
	background: linear-gradient(297.99deg, #FFEDBA 16.76%, #EE4D47 92%);
	border-radius: 0px 0px 150px 0px;
}
.sun1{
	position: absolute;
    right: -10%;
    bottom: 10px;
    width: 578px;
    height: 578px;
    background: linear-gradient(224.97deg, #FFFFFF 13.13%, rgba(255, 255, 255, 0) 56.17%);
    opacity: 0.56;
    border-radius: 100%;
    transform: matrix(0.71, -0.71, 0.71, 0.71, 0, 0);
}
.sun2{
	position: absolute;
    right: 20%;
    bottom: -50px;
    width: 422px;
    height: 422px;
	background: linear-gradient(224.97deg, #FFFFFF 13.13%, rgba(255, 255, 255, 0) 56.17%);
	opacity: 0.2;
	transform: matrix(0.71, -0.71, 0.71, 0.71, 0, 0);
	border-radius: 50%;
}
.phonePoster{
	position: absolute;
    bottom: -70px;
    right: -11vw;
    width: 30vw;
    height: 100%;
    background-image: url(../images/poster.png);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}
.greenTop{
	position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../images/green.png);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    border-radius: 0px 0px 150px 0px;
    transition: 1s;
}
.sity{
	position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../images/sity.png);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    border-radius: 0px 0px 150px 0px;
    transition: 1s;
}
.firstSec_main{
	width: 80%;
	position: absolute;
	right: 0px;
	z-index: 1000;
}
.logo{
	width: 150px;
	margin-right: 20%;
}
header{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 15px 0px;
}
.header_date{
	display: flex;
	align-items: center;
}
.header_date_kalendar{
	width: 54px;
	height: 54px;
	margin-right: 10px;
}
.header_date_p{
	font-family: "Montserrat", sans-serif;
	font-weight: 100;
	color: white;
	opacity: .8;
}
.header_date_p span{
	font-family: "Rubik", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}
.firstSec_main_text{
	color: white;
	width: 80%;
	margin: 7% 0px;
}
.firstSec_main_text_1{
	width: 80%; 
	opacity: .9;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 3.5vh;
}
.firstSec_main_text_2{
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 5.5vh;
}
.action_p{
	font-size: 16px;
	font-family: "Montserrat", sans-serif;
	font-weight: 100;
}
.action_p{
	text-transform: uppercase;
	color: white;
	width: 300px;
	margin-bottom: 20px;
}
.action_button{
	text-decoration: none;
	background-color: #EE4D47;
	width: fit-content;
	display: flex;
	align-items: center;
	padding: 20px;
	border-radius: 5px;
}
.action_button_more{
	width: 10px;
}
.action_button_p{
	font-family: "Rubik", sans-serif;
	color: white;
	margin-right: 150px;
}
.sec_paket1{
	padding: 200px 20px;
	max-width: 1050px;
	margin: 0 auto;
}
.sec_paket1_top_text_zag{
	padding-bottom: 50px;
	font-family: "Rubik", sans-serif;
	font-weight: 600;
	font-size: 35px;
	color: #EE4D47;
}
.sec_paket1_top_text{
	width: 50%;
}
.sec_paket1_top_img{
	max-width: 400px;
}
.sec_paket1_top{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sec_paket1_top_text_p{
	font-family: "Montserrat", sans-serif;
	font-weight: 100;
	line-height: 1.7;
}
.sec_paket1_videoBlock{
	padding: 40px 0px;
}
.sec_paket1_videoBlock_p{
	font-family: "Rubik", sans-serif;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 20px;
}
.sec_paket1_videoBlock_row{
	display: flex;
	justify-content: space-between;
}
.sec_paket1_videoBlock_row img{
	width: 100%;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	transition: .3s;
	transform: scale(1);
}
.sec_paket1_videoBlock_row a{
	width: 30%;
	height: auto;
}
.sec_paket1_videoBlock_row iframe{
	margin-right: 15px;
	width: 32% !important;
	height: 200px;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	transition: .3s;
	transform: scale(1);
}
.sec_paket1_videoBlock_row img:hover{
	transform: scale(1.05);
}
.sec_paket1_opis{
	margin-top: 30px;
	background-color: #d3d86c99;
	border-left: 10px solid #1B8877;
	border-radius: 7px 0px 0px 7px;
	padding: 20px;
	box-sizing: border-box;
}
.sec_paket1_opis_zag{
	font-family: "Rubik", sans-serif;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 20px;
}
.sec_paket1_opis_list_p{
	display: flex;
	align-items: flex-start;
	margin: 10px 0px;
	font-family: "Montserrat", sans-serif;
	font-weight: 200;
}
.sec_paket1_opis_list_p img{
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.sec_paket1_description{
	display: flex;
	margin-top: 20px;
}
.sec_paket1_description_50{
	width: 50%;
	display: flex;
	align-items: center;
}
.sec_paket1_description_50_img{
	width: 54px;
	margin-right: 15px;
}
.sec_paket1_description_50_p{
	font-family: "Montserrat", sans-serif;
	font-weight: 100;
}
.sec_paket1_description_50_p span{
	font-weight: 600;
}
.sec2{
	padding-top: 0px;
}
.sec3{
	padding-top: 0px;
}
.iframe{
	z-index: 100;
	margin: 0 auto !important;
}
.iframeWrapper{
	display: flex;
	align-items: center;
	position: relative;
}
.l1{
	position: absolute;
	bottom: 20px;
	left: 0px;
}
.l2{
	position: absolute;
	bottom: 320px;
	right: 0px;
}
.l3{
	position: absolute;
	bottom: 620px;
	left: 0px;
}
.l4{
	position: absolute;
	bottom: 920px;
	right: 0px;
}
.l{
	z-index: 99;
}
footer{
	width: 80%;
	background-color: #0F264C;
	display: flex;
	justify-content: flex-end;
	padding: 30px 20px 30px 20px;
	box-sizing: border-box;
	border-radius: 0px 100px 0px 0px;
}
.footer{
	width: 75%;
	display: flex;
}
.logoFooter{
	width: 120px;
	margin-right: 20%;
}

@media screen and (max-width: 600px) {
	.sec_paket1_videoBlock_row iframe{
		width: 250px !important;
		height: 170px;
		box-shadow: 0 0 3px rgb(0 0 0 / 50%)
	}
	.sec_paket1_videoBlock_row{
		overflow-x: scroll;
	}
	.phonePoster{
		display: none;
	}
	.firstSec{
		overflow:hidden;
		width: 100%;
		height: 90vh;
	}
	.firstSec_main{
		width: 100%;
	    padding: 20px;
	    box-sizing: border-box;
	}
	header{
		padding: 0px;
	}
	.logo{
		width: 80px;
		margin-right: 20px;
	}
	.header_date_kalendar{
		width: 34px;
		height: 34px;
	}
	.header_date_p{
		font-size: 10px;
	}
	.firstSec_main_text_1{
		font-size: 2.5vh;
	}
	.firstSec_main_text_2{
		font-size: 4vh;
	}
	.firstSec_main_text{
		margin: 20% 0px;
		width: 100%;
	}
	.action_button_p{
		margin-right: 20px;
	}
	.action_p{
		font-size: 2vh;
		width: 70%;
	}
	.firstSec, .sity, .greenTop{
		border-radius: 0px;
	}
	.sec_paket1_top{
		flex-direction: column;
	}
	.sec_paket1_top_text{
		width: 100%;
	}
	.sec_paket1_top_text_zag{
		font-size: 25px;
    	padding-bottom: 30px;
	}
	.sec_paket1{
		padding: 150px 20px;
	}
	.sec_paket1_top_text_p{
		font-size: 14px;
	}
	.sec_paket1_top_img{
		width: 100%;
		height: auto;
    	box-sizing: border-box;
	}
	.sec_paket1_opis_list_p{
		font-size: 12px;
	}
	.sec_paket1_opis_list_p img{
		margin-top: 5px;
	    width: 15px;
	    height: 15px;
	}
	.sec_paket1_description{
		flex-direction: column;
	}
	.sec_paket1_description_50{
		width: 100%;
		margin: 5px 0px;
	}
	.sec_paket1_description_50_img{
		width: 34px;
	}
	.sec_paket1_description_50_p{
		font-size: 12px;
	}
	.sec_paket1_description{
		margin-top: 10px;
	}
	.sec_paket1_opis{
		margin-top: 0px;
	}
	.sec2, .sec3{
		padding: 50px 20px;
		position: relative;
		z-index: 100;
	}
	#first{
		padding-bottom: 50px;
	}
	.iframeWrapper{
		padding-top: 50px;
		height: 100%;
	}
	footer{
		margin-top: 30px;
		width: 100%;
		border-radius: 0px;
	}
	.footer{
		width: 100%;
	}
	.logoFooter{
		width: 80px;
		height: 58px;	
		margin-right: 30px;
	}
	.sec_paket1_videoBlock_row{
		padding-bottom: 10px;
	}
	.sec_paket1_videoBlock_row::-webkit-scrollbar {
	    width: 24px; /* ширина для вертикального скролла */
	    height: 4px; /* высота для горизонтального скролла */
	    background-color: #d3d86c99;
	}
	.sec_paket1_videoBlock_row::-webkit-scrollbar-thumb {
	    background-color: #1B8877;
	    border-radius: 9em;
	}
	.iframeWrapper{
		overflow-x: hidden;
	}
	.width100{
		align-items: flex-start;
		margin: 10px 0px !important;
	}
	.width100_p span{
		font-size: 12px;
	}
}