@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

@font-face {
	font-family: 'RocketFont';
	src: url(../fonts/Rocketfont.woff2);
}

:root {
	/* --rocket-font: 'RocketFont'; */
	--blue-color: #0095ff;
	--text-shadow: 0 3px 6px rgb(0 0 0 / 20%);
	--card-shadow: 0 6px 10px 0 rgb(0 0 0 / 14%), 0 1px 18px 0 rgb(0 0 0 / 12%), 0 3px 5px -1px rgb(0 0 0 / 20%);
	--accent-gradient: linear-gradient(342.15deg, #0095ff, #0855c4);
}

html {
	overflow-x: hidden;
}

body {
	font-family: 'Nunito', sans-serif !important;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.03em;
	background: #09101e;
	color: #fff;
	overflow-x: hidden;
}

section {
	position: relative;
}

.header__content {
	background-color: rgba(20, 27, 46, .6);
	display: flex;
	align-items: center;
	justify-content: center;
	height: 10vh;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: var(--card-shadow);
	z-index: 9;
}

.header__logo {
	font-family: var(--rocket-font);
	font-weight: 400;
	font-size: 28px;
	text-shadow: 0 3px 6px rgb(0 0 0 / 20%);
	display: flex;
	align-items: center;
	justify-content: center;

}

.header__logo span {
	font-size: 36px;
	color: var(--blue-color);
	margin-top: 7px;
}

.header__logo img {
	width: 250px;
	height: auto;
}

section.offer {
	position: relative;
	height: 90vh;
}

section.offer::before {
	content: '';
	position: absolute;
	width: 1000px;
	height: 735px;
	top: -100px;
	right: -279px;
	background: -webkit-radial-gradient(center, 58.01% 58.01%, rgba(0, 163, 255, .6) 0, rgba(7, 20, 62, 0) 86%);
	background: radial-gradient(58.01% 58.01% at center, rgba(0, 163, 255, .6) 0, rgba(7, 20, 62, 0) 86%);
	opacity: .35;
	border-radius: 310px;
	z-index: 0;
}

.offer .offer__title {
	margin-top: 100px;
	font-size: 42px;
	font-weight: 700;
	font-family: 'Nunito', sans-serif;
}

.offer .offer__img {
	margin-top: 100px;
	position: relative;
	transform: rotate(-15deg);
}

.offer .offer__img img {
	margin-left: 70px;
	width: 350px;
	height: auto;
	z-index: 2;
	box-shadow: rgba(8, 85, 196, 1) 0px 26px 50px -20px;
	border-radius: 50px;
}

.offer .offer__img svg {
	transform: rotate(-15deg);
	left: 100px;
	top: 40px;
	position: absolute;
	width: 350px;
	height: 350px;
}

.offer__text {
	display: block;
	width: 400px;
	margin-top: 20px;
	font-size: 16px;
	color: #ffffff4d;
}

.offer__types {
	margin-top: 30px;
	display: flex;
	flex-direction: column;
}

.offer__type {
	margin: 5px 0;
	font-weight: 700;
	font-size: 16px;
}

.offer__btn {
	cursor: pointer;
	margin-top: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 20px;
	padding: 15px;
	color: #fff;
	font-weight: 500;
	background: linear-gradient(342.85deg, #0095ff, #0855c4);
	border-radius: 10px;
	transition: all .2s ease;
	box-shadow: #0855c4 0px 26px 30px -20px;
}

.offer__btn:hover {
	color: #fff;
	box-shadow: #0855c4 0px 26px 30px -18px;
}

section.launch {
	margin-bottom: 100px;
}

section.launch::before {
	content: '';
	position: absolute;
	width: 1000px;
	height: 735px;
	top: 0;
	left: 15%;
	background: -webkit-radial-gradient(center, 58.01% 58.01%, rgba(0, 163, 255, .6) 0, rgba(7, 20, 62, 0) 86%);
	background: radial-gradient(58.01% 58.01% at center, rgba(0, 163, 255, .6) 0, rgba(7, 20, 62, 0) 86%);
	opacity: .15;
	border-radius: 310px;
	z-index: 0;
}

.sectionTitle {
	text-align: center;
	font-size: 3em;
	font-weight: 700;
	margin: 30px auto;
}

.sectionTitle span {
	color: var(--blue-color);
}

.features__title {
	margin-bottom: 50px;
}

.features__list {
	position: relative;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	width: 100%;
}

.features__item {
	width: 45%;
	margin: 30px 0;
	display: flex;
}

.features__smile {
	width: 40px;
	height: 40px;
	margin-right: 10px;
}

.features__item .item__content {
	display: flex;
	flex-direction: column;
}

.features__item p {
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 10px;
}

.features__item .features__text {
	font-size: 16px;
	font-weight: 400;
	line-height: 110%;
}

.features__item .features__text span {
	color: var(--blue-color);
}

section.example::after {
	content: '';
	position: absolute;
	width: 1000px;
	height: 735px;
	top: -100px;
	left: -279px;
	background: -webkit-radial-gradient(center, 58.01% 58.01%, rgba(0, 163, 255, .6) 0, rgba(7, 20, 62, 0) 86%);
	background: radial-gradient(58.01% 58.01% at center, rgba(0, 163, 255, .6) 0, rgba(7, 20, 62, 0) 86%);
	opacity: .35;
	border-radius: 310px;
	z-index: 0;
}

.example__img-fly {
	position: absolute;
	width: 100px;
	height: auto;
	right: 100px;
	bottom: 450px;
	animation: fly_img_animation 4s linear infinite;
}

@keyframes fly_img_animation {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(-20px);
	}

	100% {
		transform: translateY(0px);
	}
}

.example__img-fly.two {
	position: absolute;
	width: 100px;
	height: auto;
	left: 100px;
	top: 10px;
}

.example__info {
	font-size: 18px;
	line-height: 120%;
	display: flex;
	align-items: center;
}

.example__info img {
	border-radius: 20px;
	width: 300px;
	height: auto;
	margin-right: 30px;
}

.example__text {
	display: flex;
	flex-direction: column;
}

.example__text p {
	margin-bottom: 5px;
}

.example__text p span {
	color: var(--blue-color);
}

.blueUnderline {
	padding-bottom: 3px;
	border-bottom: 1px solid var(--blue-color);
}

section.process::before {
	content: '';
	position: absolute;
	width: 1000px;
	height: 735px;
	top: 150px;
	left: 15%;
	background: -webkit-radial-gradient(center, 58.01% 58.01%, rgba(0, 163, 255, .6) 0, rgba(7, 20, 62, 0) 86%);
	background: radial-gradient(58.01% 58.01% at center, rgba(0, 163, 255, .6) 0, rgba(7, 20, 62, 0) 86%);
	opacity: .35;
	border-radius: 310px;
	z-index: 0;
}

.process__data {
	display: flex;
	width: auto;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
	text-shadow: 0 3px 6px rgb(0 0 0 / 20%);
	border-left: 3px solid var(--blue-color);
	border-right: 3px solid var(--blue-color);
}

.process__data span {
	margin: 0 10px;
	font-weight: 500;
}

.process__list {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.process__item {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 10px;
	width: 45%;
	margin: 20px;
	margin-bottom: 30px;
	height: 300px;
	text-shadow: 0 3px 6px rgb(0 0 0 / 20%);
	border-radius: 20px;
	background: linear-gradient(331.49deg, rgba(75, 135, 148, .1) -1.05%, hsla(0, 0%, 100%, 0) 23.13%), radial-gradient(102.7% 102.44% at 0 -1.46%, rgba(26, 136, 243, .5) 0, rgba(10, 16, 30, 0) 100%), linear-gradient(313.94deg, #4b5f8b -1.46%, rgba(20, 27, 46, .6) 101.92%);
	overflow: hidden;
}

.process__item img {
	z-index: 1;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	-webkit-mask: linear-gradient(to bottom,
			rgba(0, 0, 0, 1) 30%,
			rgba(0, 0, 0, 0) 100%);
}

.process__item::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(342.15deg, #0095ff, #0855c4);
	border-radius: 20px;
	z-index: 0;
}

.process__item.one::before {
	background-image: linear-gradient(342.15deg, rgba(0, 145, 255, 0), rgba(8, 85, 196, 0));
}

.process__item.two::before {
	background-image: linear-gradient(342.15deg, rgba(0, 145, 255, .3), rgba(8, 85, 196, .3));
}

.process__item.three::before {
	background-image: linear-gradient(342.15deg, rgba(0, 145, 255, .5), rgba(8, 85, 196, .5));
}

.process__item.four::before {
	background-image: linear-gradient(342.15deg, rgba(0, 145, 255, .8), rgba(8, 85, 196, .8));
}

.process__item.five::before {
	background-image: linear-gradient(342.15deg, rgba(0, 145, 255, .8), rgba(8, 85, 196, 1));

}

.process__item.two {
	box-shadow: #277df5 0px 26px 30px -40px;
}

.process__item.three {
	box-shadow: #277df5 0px 26px 30px -40px;
}

.process__item.four {
	box-shadow: #277df5 0px 26px 30px -30px;
}

.process__item.five {
	box-shadow: #277df5 0px 26px 30px -20px;
}

.process__number {
	position: absolute;
	left: -50px;
	top: -50px;
	padding-top: 40px;
	padding-left: 30px;
	display: flex;
	font-weight: 500;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 100px;
	border-radius: 100%;
	border: 1px dashed rgb(138, 174, 218);
	z-index: 2;
}

.process__item i {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 6em;
	text-align: center;
	margin-top: 20px;
	color: #fff;
	opacity: .4;
}

.process__item h3 {
	text-align: center;
	font-weight: 700;
	font-size: 24px;
	margin: 10px 0;
	z-index: 1;
	margin-top: auto;
}

.process__item p {
	font-size: 14px;
	text-align: center;
	opacity: .7;
	z-index: 1;
	margin-bottom: 10px;
}

section.results::before {
	content: '';
	position: absolute;
	width: 500px;
	height: 500px;
	top: -200px;
	left: -100px;
	background: radial-gradient(58.01% 58.01% at center, rgba(0, 145, 255, .6) 0, rgba(7, 20, 62, 0) 86%);
	opacity: .15;
	border-radius: 310px;
	z-index: 0;
}

section.results::after {
	content: '';
	position: absolute;
	width: 500px;
	height: 500px;
	top: 100px;
	right: -100px;
	background: radial-gradient(58.01% 58.01% at center, rgba(49, 188, 105, .6) 0, rgba(7, 20, 62, 0) 86%);
	opacity: .15;
	border-radius: 310px;
	z-index: 0;
}

.result__info {
	position: relative;
	text-align: center;
	padding: 30px;
	border-radius: 20px;
	font-size: 24px;
	line-height: 130%;
	text-shadow: var(--text-shadow);
}

.result__container {
	display: flex;
	justify-content: space-between;
}

.result {
	width: 30%;
	margin: 0 auto;
	position: relative;
	padding: 30px;
	display: flex;
	align-items: center;
	flex-direction: column;
	border-radius: 30px;
	background: rgba(0, 145, 255, .1);
}

.result::after {
	content: '';
	position: absolute;
	height: 5px;
	width: 60%;
	border-radius: 0px 0 3px  3px;
	left: 20%;
	top: 0.7%;
	transform: translateY(-50%);
	transition: all .2s ease;
	box-shadow: 0px 10px 30px 0px rgba(0, 145, 255, .8);
	background-image: linear-gradient(.72turn, #2dc3e4 -8.43%, #2284de 59.34%);
}
.result.monthly::after {
	content: '';
	position: absolute;
	height: 5px;
	width: 60%;
	border-radius: 0px 0 3px  3px;
	left: 20%;
	top: 0.7%;
	transform: translateY(-50%);
	transition: all .2s ease;
	box-shadow: 0px 10px 30px 0px rgba(247, 112, 0, .8);
	background-image: linear-gradient(103.36deg, rgb(247, 112, 0), rgb(247, 45, 0));
}
.result.threemonth::after {
	content: '';
	position: absolute;
	height: 5px;
	width: 60%;
	border-radius: 0px 0 3px  3px;
	left: 20%;
	top: 0.7%;
	transform: translateY(-50%);
	transition: all .2s ease;
	box-shadow: 0px 10px 30px 0px rgba(21, 237, 107, .8);
	background-image: linear-gradient(103.36deg, #119d52, #15ed6b);
}

.result img {
	width: 200px;
	height: auto;
	border-radius: 10px;
	margin: 0 auto;
}
.result .img_block{
	position: relative;
}
.result.week img {
	box-shadow: rgb(8, 85, 196) 0px 26px 50px -20px;
}

.result.monthly img {
	box-shadow: rgb(251 85 31 / 70%) 0px 26px 50px -20px;
}

.result.threemonth img {
	box-shadow: rgb(21, 237, 107) 0px 26px 50px -20px;
}
.result.monthly p span {
	color: rgb(251 85 31);
}
.result.threemonth p span {
	color: #15ed6b;
}
.result .result__btn {
	cursor: pointer;
	margin-top: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
	width: 200px;
	margin: 0 auto;
	color: #fff;
	font-weight: 500;
	background: linear-gradient(342.85deg, #0095ff, #0855c4);
	border-radius: 10px;
	transition: all .2s ease;
	box-shadow: #0855c4 0px 26px 30px -20px;
	z-index: 999;
}
.result.monthly .result__btn{
	background-image: linear-gradient(103.36deg, rgb(247, 112, 0), rgb(247, 45, 0));
}
.result.threemonth .result__btn{
	background-image: linear-gradient(103.36deg, #119d52, #15ed6b);
}
.result .result__btn:hover{
	color: #fff;
    box-shadow: #0855c4 0px 26px 30px -18px;
}
.result .hit{
	padding: 5px;
	box-shadow: 0px 10px 30px 0px rgba(247, 112, 0, .8);
	background-image: linear-gradient(103.36deg, rgb(247, 112, 0), rgb(247, 45, 0));
	color: #fff;
	border-radius: 5px;
	position: absolute;
	right: 0;
	top: 0;
	font-weight: 700;
}
.result p {
	text-align: center;
	font-size: 24px;
	margin: 20px 0;
	margin-bottom: 10px;
}

.result p span {
	color: var(--blue-color);
}
.result .desc{
	margin-bottom: 20px;
	color: #4b5f8b;
	text-align: center;
}

.result .big {
	color: #fff;
	margin: 30px 0;
	font-size: 34px;
	font-family: var(--rocket-font);
}

section.persons::after {
	content: '';
	position: absolute;
	width: 500px;
	height: 500px;
	top: 0px;
	left: 100px;
	background: radial-gradient(58 .01% 58.01% at center, rgba(0, 145, 255, .6) 0, rgba(7, 20, 62, 0) 86%);
	opacity: 1;
	border-radius: 310px;
	z-index: 0;
}

.persons__list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-around;
}

.person__item {
	overflow: hidden;
	display: flex;
	background: transparent;
	border-radius: 20px;
	z-index: 1;
}

.person__item.before {
	background: rgba(0, 0, 0, .2);
	backdrop-filter: blur(5px);
}

.person__item.after {
	box-shadow: rgb(39 125 245) 0px 26px 30px -20px;
}

.person__item.before i {
	color: #e03131;
}

.person__item.after i {
	color: #00bf7e;
}

.person__item.before .person__img {
	background: transparent;

}

.person__img {
	background: var(--accent-gradient);
}

.person__img img {
	width: 250px;
	height: auto;
	margin-left: auto;
}

.person__item.before .person__content {
	background: transparent;
}

.person__content {
	padding: 20px;
	background: #fff;
	color: #000;
}

.person__content h3 {
	text-align: center;
	font-weight: 600;
	font-size: 22px;
}

.person__content p {
	margin: 10px 0;
	font-size: 18px;
}

.person__content p i {
	margin-right: 5px;
}

.person__item h4 {
	font-weight: 600;
	font-size: 20px;
}

.launchNow .sectionTitle {}

.differents {
	display: flex;
	flex-direction: column;
	position: relative;
	margin-top: 30px;
}

.differents__item {
	display: flex;
	margin-bottom: 50px;
}

.differents__content {
	display: flex;
	flex-direction: column;
}

.differents__smile {
	font-size: 40px;
	margin-right: 10px;
}

.differents__item p {
	font-weight: 700;
	font-size: 32px;
	margin-bottom: 10px;
}

.differents__item .differents__text {
	font-size: 16px;
	font-weight: 400;
	line-height: 110%;
}

.differents__item .differents__text span {
	color: var(--blue-color);
}

.launchNow::after {
	content: '';
	position: absolute;
	width: 1000px;
	height: 1000px;
	top: -200px;
	right: 200px;
	background: -webkit-radial-gradient(center, 58.01% 58.01%, rgba(0, 163, 255, .6) 0, rgba(7, 20, 62, 0) 86%);
	background: radial-gradient(58.01% 58.01% at center, rgba(0, 163, 255, .6) 0, rgba(7, 20, 62, 0) 86%);
	opacity: .15;
	border-radius: 310px;
	z-index: 0;
}

.launchNow__info {
	padding: 20px;
	position: relative;
	line-height: 170%;
}

.launchNow__content {
	background-image: linear-gradient(.72turn, #2dc3e4 -8.43%, #2284de 59.34%);
	border-radius: 30px;
	padding: 40px;
	padding-top: 10px;
}

.launchNow__info p {
	text-align: center;
	font-size: 16px;
	margin: 5px 0;
	text-shadow: var(--text-shadow);
}

.launchNow__video {
	margin: 0 auto;
	margin-top: 10px;
	height: auto;
	border-radius: 20px;
	overflow: hidden;
	/* box-shadow: rgba(0,145,255,.3) 0px 0px 30px 0px; */
}

.launchNow__img-fly {
	position: absolute;
	width: 100px;
	height: auto;
	left: 5%;
	top: 65%;
	animation: fly_img_animation_launch_one 15s linear infinite;
}

.launchNow__img-fly.two {
	position: absolute;
	width: 100px;
	height: auto;
	left: 85%;
	top: 15%;
	animation: fly_img_animation_launch_two 15s linear infinite;
}

@keyframes fly_img_animation_launch_two {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(215px);
	}

	100% {
		transform: translateY(0px);
	}
}

@keyframes fly_img_animation_launch_one {
	0% {
		transform: translateY(0px);
	}

	50% {
		transform: translateY(-215px);
	}

	100% {
		transform: translateY(0px);
	}
}
.launch__btn{
	cursor: pointer;
	margin: 0 auto;
    display: inline-block;
    align-items: center;
    justify-content: center;
    padding: 15px;
    color: #fff;
    font-weight: 500;
    background: linear-gradient(342.85deg, #0095ff, #0855c4);
    border-radius: 10px;
    transition: all .2s ease;
    box-shadow: #0855c4 0px 26px 30px -20px;
	z-index: 999;
}
.launch__btn:hover{
	color: #fff;
    box-shadow: #0855c4 0px 26px 30px -18px;
}
.whatdialog {
	margin: 50px 0;
}

.whatdialog .sectionTitle {
	margin-bottom: 0;
}

.marquee-container {
	margin-top: 20px;
	width: 100%;
	overflow: hidden;
	padding: 25px 0;
	box-sizing: border-box;
	white-space: nowrap;
	position: relative;
}

.marquee {
	display: inline-block;
	font-family: 'Nunito', sans-serif !important;
	white-space: nowrap;
	position: absolute;
	will-change: transform;
	font-size: 24px;
	font-family: sans-serif;
	color: #ffffff4d;
}

.marquee span {
	color: var(--blue-color);
}

.tarifes {
	margin-bottom: 100px;
}

.tarifes .sectionTitle {
	margin-bottom: 10px;
}

.tarifes__content {

	text-align: center;
	font-size: 24px;
}

.subtitle {
	text-align: center;
	font-size: 18px;
	margin-bottom: 30px;
}

.subtitle span {
	color: var(--blue-color);
}


.faqSection{
	position: relative;
}
.faqSection::after{
	    content: '';
    position: absolute;
    width: 1000px;
    height: 1000px;
    top: -200px;
    right: 200px;
    background: -webkit-radial-gradient(center, 58.01% 58.01%, rgba(0, 163, 255, .6) 0, rgba(7, 20, 62, 0) 86%);
    background: radial-gradient(58.01% 58.01% at center, rgba(0, 163, 255, .6) 0, rgba(7, 20, 62, 0) 86%);
    opacity: .15;
    border-radius: 310px;
    z-index: 0;
}
.faq {
	margin: 0 auto;
	font-family: sans-serif;
}

.faq-item {
	position: relative;
	background: rgba(0, 145, 255, .1);
	margin: 15px 0;
	border-radius: 10px;
	overflow: hidden;
}

.faq-question {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 15px;
	border: none;
	outline: none;
	cursor: pointer;
	background: none;
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	font-family: "Nunito";
	z-index: 1 !important;
}
.faq-question .faq_img{
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.faq-item::after{
    content: '';
    position: absolute;
    height: 62.4%;
    width: 3px;
    border-radius: 3px 0px 0px 3px;
    right: 0;
    bottom: 50%;
    transform: translateY(50%);
    background-image: linear-gradient(rgb(0, 149, 255), rgb(8, 85, 196));
}
.faq-item::before{
    content: '';
    position: absolute;
    height: 62.4%;
    width: 3px;
    border-radius: 0px 3px 3px 0px;
    left: 0;
    bottom: 50%;
    transform: translateY(50%);
    background-image: linear-gradient(rgb(0, 149, 255), rgb(8, 85, 196));
}

.faq-answer {
	max-height: 0;
	overflow: hidden;
	padding: 0 15px;
	font-family: "Nunito";
	line-height: 130%;
	font-size: 16px;
	transition: max-height 0.3s ease, padding 0.3s ease;
}

.footer{
	margin-top: 70px;
}
 .footer__list{
	display: flex;
	align-items: center;
	justify-content: center;
 }
  .footer__list a{
	margin: 0 10px;
	color: #ffffff4d;
	transition: all .2s ease;
	font-size: 16px;
  }
    .footer__list a:hover{
		color: #fff;
	}

@media screen and (max-width:768px) {
	section.offer{
		height: auto;
		min-height: 100vh;
	}
	.offer .offer__img{
		margin-top: 50px;
	}
	.offer__type{
		text-align: center;
	}
	.features__item{
		width: 100%;
	}
	.features__smile{
		width: 30px;
		height: 30px;
	}
	.process__item{
		width: 100%;
	}
	.launchNow__img-fly{
		display: none;
	}
	.differents__item p{
		font-size: 24px;
	}
	.result__container{
		flex-wrap: wrap;
	}
	.bot__info {
		flex-direction: column;
	}
	.bot__text {
		margin-top: 30px;
		width: 90%;
	}
	.marquee{
		font-size: 32px;
	}
	.tarifes .sectionTitle{
		font-size: 2.5em;
	}
	.bot__text::after {
		display: none;
	}

	.offer .offer__img img {
		width: 200px;
	}

	.offer .offer__img svg {
		width: 200px;
		height: 200px;
	}

	.offer .offer__title {
		margin-top: 100px;
		font-size: 32px;
		text-align: center;
	}

	.offer__text {
		text-align: center;
		width: auto;
	}

	.offer__btn {
		margin: 0 auto;
		margin-top: 30px;
		width: 100%;
	}

	.example__info img {
		margin: 0 auto;
	}

	.example__img-fly.two {
		width: 50px;
		height: auto;
		left: 20px;
		top: 100px;
	}

	.example__img-fly {
		width: 50px;
		height: auto;
		right: 10px;
		top: 350px;
	}

	.example__info {
		flex-direction: column;
	}

	.example__text {
		margin-top: 20px;
		text-align: center;
	}

	.result {
		width: 80%;
		padding: 20px;
		margin-bottom: 30px;
	}
	.footer__list{
		flex-direction: column;
	}
	.footer__list a{
		margin: 10px 0;
	}
	.results .example__img-fly {
		width: 100px;
		right: 5%;
		top: 60%;
	}
	.differents__smile{
		font-size: 36px;
	}
	.results .example__img-fly.two {
		width: 50px;
		top: 5%;
	}

	.launchNow__img-fly {
		animation: none;
		width: 50px;
		top: 20%;
	}

	.launchNow__img-fly.two {
		animation: none;
		width: 50px;
		top: 20%;
	}

	.launchNow__info {
		padding: 0;
	}

	.result .big {
		line-height: 120%;
	}

	.launchNow__content {
		padding: 10px;
	}
}