*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	font-family: 'Euclide';
	color: #4A4A4A;
	font-size: 18px;
	font-style: normal;
	line-height: 24px;
	margin: 0;
	padding: 0;
	background: #fff;
}
input[type="button"]{
	font-family: 'Euclide';
}

.container{
	width: 100%;
	max-width: 1060px;
	margin: 0 auto;
}

.relative{position: relative;}
.absolute{position: absolute;}

.flex{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.flex_around{
	justify-content: space-around;
}
.flex_top{
	align-items: start;
}
.flex_left{
	justify-content: start;
}
.flex_right{
	justify-content: end;
}
.grid{
	display: grid;
}

.button{
	width: 350px;
	height: 70px;
	border-radius: 10px;
	background: #F27997;
	border: 0;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
}
.button:hover{
	background: #F26987;
}

#chat-24-widget-container #chat-24-desktop #chat-24-inner-container #chat-24-footer{
	height: auto !important;
}

.header {
	height: 56px;
}
.header .phones{
	color: #C0C2C4;
	font-size: 10px;
	line-height: 16px;
	width: 105px;
	text-align: center;
}

.header .phones span{
	display: block;
	color: #98D5D7;
	font-size: 13px;
}
.header .phones span a{
	text-decoration: none;
	color: #98D5D7;
}
.header .phones_mobile{
	display: none;
}
.header .logo{
	width: 96px;
}

.top_action{
	background: #9BB8F9;
	padding: 16px 0;
	color: #fff;
	font-size: 14px;
	line-height: 0;
	margin: 0;
}
.top_action_under{display: none;}
.top_action_fly{
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	z-index: 999999;
	text-align: center;
}
.top_action_fly .flex{
	gap: 15px;
}

.main_banner{
	background: #FFEBC3;
	height: 700px;
	overflow: hidden;
}
.main_banner_bg{
	width: 100%;
	text-align: center;
	top: 62px;
	z-index: 100;
}
.main_banner_img{
	width: 100%;
	text-align: right;
	bottom: 0;
	z-index: 101;
	height: 431px;
}
.main_banner_text{
	width: 100%;
	z-index: 102;
	top: 130px;
}
.main_banner_text_title{
	width: 605px;
	font-family: 'EuclideMedium';
	font-size: 60px;
	font-style: normal;
	font-weight: 500;
	line-height: 66px;
}
.main_banner_text_img{
	margin: 10px 0;
}
.main_banner_text_desc{
	margin: 6px 0 10px 0;
	font-size: 20px;
	line-height: 28px;
	width: 400px;
}
.main_banner_text_button{
	margin: 35px 0 0 0;
}

.main_banner_text .container{
	padding-left: 13px;
}
.main_banner_text_star{
	right: -40px;
	top: 0px;
	z-index: 102;
}
.main_banner_text_star2{
	right: 30px;
	top: -50px;
	z-index: 102;
}
.main_banner_img_desktop{
	display: inline-block;
}
.main_banner_img_desktop_1024{
	display: none;
}
.main_banner_img_desktop_768{
	display: none;
}
.main_banner_img_mobile{
	display: none;
}

.about_container{
	padding: 75px 0 65px 0;
}
.about h1{
	font-size: 60px;
	font-style: normal;
	line-height: 66px;
	margin-bottom: 20px;
}
.about_video_image{
	border-radius: 10px;
}
.about_video_mobile{display: none;}
.about_text{padding-left: 35px;}
.about_features{
	margin-top: 40px;
	grid-template-columns: repeat(auto-fill, minmax(205px, 205px));
	grid-auto-rows: 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	justify-content: center;
}
.about_feature{
	width: 205px;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
}
.about_feature_mobile_hide{display: block;}
.about_feature_mobile_show{display: none;}
.features{
	background: #E2E3FF;
}
.features_container{
	padding: 55px 0 65px 0;
}
.features h2{
	font-size: 60px;
	line-height: 66px;
	text-align: center;
}
.features h2 span{
	font-style: italic;
	display: block;
}
.features_star{
	right: 220px;
	top: -20px;
}
.features_star2{
	left: 210px;
	top: 20px;
}
.features_star3{
	left: 240px;
	top: -10px;
}
.features_features{
	margin: 45px 0;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}
.features_feature{
	background: #fff;
	border-radius: 10px;
	padding: 15px;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
}
.features_feature span{
	color: #F27997;
	font-style: italic;
	font-weight: bold;
	font-family: 'EuclideBoldItalic';
}
.features_feature img{
	height: 208px;
}
.features_button{
	text-align: center;
}

.additional_container{
	padding: 65px 0 75px 0;
}
.additional h2{
	font-size: 60px;
	line-height: 66px;
}
.additional h2 span{
	font-style: italic;
	color: #B1BCFE;
}
.additional p{
	margin: 30px 0;
}
.additional p em{
	font-family: 'EuclideBoldItalic';
}
.additional_text p span{display: block;}
.additional_button{
	margin-top: 40px;
}
.additional_button_mobile{display: none;}
.additional h2 div{
	display: inline-block;
}
.additional_img_desktop{display: block;}
.additional_img_desktop_1024{display: none;}
.additional_img_mobile{display: none;}

.another{
	background: #FFEBC3;
	padding-top: 75px;
	height: 840px;
	overflow: hidden;
}
.another_container{
	border-radius: 20px;
	background: #FFF;
}
.another_text{
	padding: 45px 50px;
	text-align: center;
}
.another h2{
	font-size: 60px;
	line-height: 66px;
}
.another p{
	margin: 20px auto;
	max-width: 750px;

}
.another p.gray{
	color: #9C9C9C;
}
.another_button{
	margin-top: 30px;
	margin-bottom: 140px;
}
.another_img{
	background: url("../images/footer.png") no-repeat bottom center;
	height: 410px;
	bottom: 0;
	width: 100%;
}


footer{
	color: #4a4a4a;
}

footer .container{
	padding: 35px 0;
}
.socials{
	gap: 3px;
}
.socials_div{
	align-items: start;
}
.socials_phone{
	font-size: 16px;
	line-height: 38px;
	text-align: left;
}
.socials_apps_title{
	font-size: 16px;
	line-height: 38px;
	text-align: right;
}
.socials_icons{
	margin-top: 12px;
	color: #4AB1B5;
	font-size: 12px;
	line-height: 16px;
	align-items: start;
}
.socials_icons div{
	text-align: center;
	margin-left: 6px;
}
.socials_icons_bot{
	margin-left: 0px !important;
}
.socials_phone div{
	font-size: 32px;
	line-height: 40px;
	font-weight: bold;
}
.socials_phone div a{
	color: #4a4a4a;
	text-decoration: none;
}

.footer_menu{
	margin: 18px 0 25px 0;
	font-size: 16px;
	gap: 40px;
}
.footer_menu a{
	color: #4a4a4a;
	text-decoration: none;
}
.footer_line{
	height: 1px;
	background: #E5E4E4;
}
.footer_copyrights{
	color: #9C9C9C;
	font-size: 16px;
	line-height: 30px;
	margin: 20px 0 0 0;
}
.footer_menu_politic_mobile{display: none;}
.footer_line_mobile{display: none;}
#delivery_first_link{display: none;}

.popup_bg{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	z-index: 99999998;
	top: 0;
	left: 0;
}
.popup_layer{
	position: fixed;
	width: 650px;
	background: #fff;
	padding: 20px 30px;
	z-index: 99999999;
	top: 45%;
	left: calc(100vw / 2 - 325px);
	text-align: center;
}
.popup_close{
	position: absolute;
	top: -30px;
	right: 0;
	cursor: pointer;
}


.cookie-banner{
	position: fixed;
	bottom: 10px;
	width: 100%;
	z-index: 1000;
}
.cookie-banner-div{
	width: 100%;
	max-width: 1060px;
	margin: 0 auto;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(75, 78, 82, 0.2) 0px 15px 30px 0px, rgba(101, 104, 108, 0.2) 0px 0px 2px 0px;
	padding: 20px 40px;
	border-radius: 10px;
	font-size: 18px;
	color: #4A4A4A;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cookie-banner-div a{
	text-decoration: underline;
	color: #4A4A4A;
}
.cookie-banner-div a:hover{
	text-decoration: none;
}
.cookie-banner-inp{
	padding: 4px 22px;
	width: 107px;
	height: 44px;

	background: #F27997;
	border-radius: 10px;

	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 18px;
	text-align: center;

	/* Text / White */
	color: #FFFFFF;

	border: 0;
	cursor: pointer;

}
.cookie-banner-inp:hover{
	background: #f8bccd;
}

@media (max-width: 1200px) {
	.cookie-banner-div {
		margin: 0 15px;
		width: auto;
		padding: 15px;
	}

	.main_banner {
		height: 650px;
	}
	.main_banner_img, .main_banner_img img{
		height: 380px;
	}
	.main_banner_text_title{
		width: 505px;
		font-size: 50px;
		line-height: 56px;
	}
	.main_banner_text .container {
		padding-left: 90px;
	}
	.main_banner_text_img img{
		height: 80px;
	}
	.main_banner_text_desc {
		margin: 20px 0 35px 0;
		font-size: 18px;
		line-height: 24px;
	}
	.main_banner_bg img{
		width: 95%;
	}

	.top_action .container{
		padding: 0 35px;
	}

}

@media (max-width: 1024px) {
	.header {
		padding: 0 35px;
	}
	.main_banner_bg {
		top: 25px;
	}
	.main_banner_text {
		top: 90px;
	}
	.main_banner_text .container {
		padding-left: 65px;
	}
	.main_banner_bg .main_banner_img_desktop{
		display: none;
	}
	.main_banner_img_desktop_1024{
		display: inline-block;
		width: 995px !important;
	}
	.main_banner_text_img img {
		height: 82px;
	}
	.main_banner_img, .main_banner_img img {
		height: 340px;
	}
	.button{
		width: 345px;
		height: 65px;
	}
	.about .container{padding-left: 35px;}
	.about_container .flex_around{justify-content: start;}
	.about_text{padding-left: 50px;}
	.about_container {
		padding: 65px 0 55px 0;
	}
	.features h2{
		font-size: 50px;
		line-height: 56px;
	}
	.features_star {
		right: 235px;
	}
	.features_star2 {
		left: 220px;
	}
	.features_star3 {
		left: 250px;
	}

	.additional h2{
		font-size: 50px;
		line-height: 56px;
	}
	.additional_container {
		padding: 55px 35px 65px 35px;
	}
	.additional p {
		margin: 20px 0;
	}
	.additional_button {
		margin-top: 50px;
	}
	.another {
		padding-top: 65px;
	}
	.another h2{
		font-size: 50px;
		line-height: 56px;
	}
	.another .another_container{
		margin: 0 35px;
	}
	.another p.gray {
		font-size: 16px;
	}
	.additional_img_desktop{display: none;}
	.additional_img_desktop_1024{display: block;}
	footer .container{padding: 25px 40px;}

	.features_features {
		padding: 0 35px;
		margin: 35px 0;
	}
	.about_video_image{width: 470px;}
	.about h1{
		font-size: 50px;
		line-height: 56px;
	}
	.about_text {
		width: 350px;
	}
	.about_feature {
		font-size: 18px;
		line-height: 24px;
	}
	.about_feature img{width: 53px;}
	.another_img{
		background: url("../images/footer_1024.png") no-repeat bottom center;
		height: 324px;
		bottom: 0;
		width: 100%;
	}
	.another {
		height: 725px;
	}
}

@media (max-width: 992px) {
	.about_video{display: none;}
	.about_video_mobile{
		display: block;
		text-align: center;
		margin-top: 20px;
	}
	.about .container {
		padding-left: 0;
	}

	.about_text {
		padding-left: 0;
		width: 600px;
		margin: 0 auto;
	}
	footer .socials{
		padding: 0 30px;
	}
	footer .footer_menu, footer .footer_copyrights{
		padding: 0 30px;
	}
	.footer_line {
		margin: 0 30px;
	}
	.socials_phone{
		text-align: left;
	}
	.footer_menu_politic{display: none;}
	.footer_menu_politic_mobile{display: block;}
	.footer_menu_politic_mobile a{color: #4A4A4A; text-decoration: none;}
}
@media (max-width: 768px) {
	.main_banner_img_desktop{
		display: none;
	}
	.main_banner_img_desktop_1024{
		display: none;
	}
	.main_banner_img_desktop_768{
		display: inline-block;
		width: 700px !important;
	}
	.main_banner_text_img img {
		height: 62px;
	}
	.main_banner_bg {
		top: 30px;
	}
	.main_banner {
		height: 675px;
	}
	.main_banner_img {
		background: url("../images/banner_top_img_tablet.png?v=5") no-repeat bottom center;
		height: 361px;
	}
	.main_banner_text {
		top: 56px;
	}
	.main_banner_text .container {
		padding-left: 0;
		text-align: center;
	}
	.main_banner_text_title {
		width: 450px;
		font-size: 40px;
		line-height: 46px;
		margin: 0 auto;
	}
	.main_banner_text_img {
		margin: 5px 0;
	}
	.main_banner_text_desc {
		margin: 10px auto 0 auto;
		width: 450px;
		font-size: 16px;
		line-height: 20px;
	}
	.main_banner_text_button {
		margin: 300px 0 0 0;
	}
	.main_banner_text_star {
		right: -10px;
	}
	.main_banner_text_star img{
		width: 25px;
	}
	.main_banner_text_star2 {
		top: -30px;
	}
	.main_banner_text_star2 img{
		width: 20px;
	}
	.features h2 {
		font-size: 40px;
		line-height: 46px;
	}
	.features_star {
		right: 165px;
	}
	.features_star img{
		width: 35px;
	}
	.features_star2 {
		left: 150px;
		top: 10px;
	}
	.features_star3 {
		left: 190px;
		top: -20px;
	}
	.features_feature {
		font-size: 16px;
		line-height: 20px;
		text-align: left;
		display: flex;
		flex-direction: column-reverse;
		justify-content: space-between;
	}
	.features_feature_img{text-align: center;}
	.features_container{
		padding: 35px 0 45px 0;
	}
	.about_container {
		padding: 35px 0 45px 0;
	}
	.about h1{
		font-size: 40px;
		line-height: 46px;
	}
	.about_text {
		width: 460px;
		font-size: 16px;
		line-height: 20px;
	}
	.about_feature {
		font-size: 14px;
		line-height: 18px;
		width: auto;
	}
	.about_feature img{
		width: 39px;
	}
	.about_features {
		grid-template-columns: repeat(auto-fill, minmax(150px, 150px));
	}

	.additional_text h2{margin-bottom: 20px;}
	.additional_text p{margin: 0;}
	.additional_text p span{display: inline-block;}


	.features_feature img {
		max-width: 300px;
	}

	.additional h2{
		font-size: 40px;
		line-height: 46px;
	}
	.additional_img{
		margin: 20px 0;
		width: 100%;
	}

	.additional_button{display: none;}
	.additional_button_mobile{display: block; margin: 0 auto;}
	.additional_container {
		padding: 35px 15px 45px 15px;
		flex-direction: column;
		text-align: center;
		font-size: 16px;
		line-height: 20px;
		display: block;
	}

	.additional_img_desktop_1024{margin: 0 auto; width: 470px;}
	.another {
		height: 626px;
	}
	.another h2 {
		font-size: 40px;
		line-height: 46px;
	}
	.another_text {
		padding: 25px 25px;
	}
	.another p {
		max-width: 530px;
		font-size: 16px;
		line-height: 20px;
	}
	.another p.gray {
		font-size: 14px;
	}
	.features_features {
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}
	.another {
		padding-top: 40px;
	}
	footer .container {
		padding: 40px 30px 25px 30px;
	}
	footer .socials, footer .footer_menu, footer .footer_copyrights {
		padding: 0;
	}
	.footer_line{margin: 0;}
	.another_img{
		background: url("../images/footer_tablet.png") no-repeat bottom center;
		height: 280px;
		bottom: 0;
		width: 100%;
	}
}

@media (max-width: 767px) {

	.main_banner_img {
		background: url("../images/banner_top_img_mobile.png?v=5") no-repeat bottom center;
		height: 336px;
	}

	.additional_img_desktop{display: none;}
	.additional_img_desktop_1024{display: none;}
	.additional_img_mobile{display: block; margin: 0 auto;}

	.features_features{
		grid-template-columns: repeat(1, 2fr);
		padding: 0;
	}
	.features_feature{
		font-size: 16px;
		line-height: 20px;
		margin: 0 20px;
	}

	.about_video_image {
		width: 470px;
	}
	.about_features {
		grid-template-columns: repeat(auto-fill, minmax(45%, 45%));
		margin-top: 20px;
	}

	.main_banner_img_desktop_768{
		display: none;
	}
	.main_banner_img_mobile{
		display: inline-block;
	}

	.main_banner {
		height: 615px;
	}
	.about_container {
		padding: 25px 0 35px 0;
	}

	.header{padding: 10px 15px 3px 15px;}

	.header .phones{
		text-align: right;
		width: auto;
	}
	.header .phones_desktop{
		display: none;
	}
	.header .phones_mobile{
		display: block;
	}
	.header .logo{
		width: 81px;
	}
	.top_action{
		padding: 12px 15px;
		font-size: 12px;
		line-height: 16px;
		margin: 0;
	}

	.features h2{
		font-size: 40px;
		line-height: 46px;
	}


	.features_star img{
		width: 30px;
	}
	.features_container{
		padding: 25px 0 35px 0;
	}


	.another h2{
		font-size: 40px;
		line-height: 46px;
	}
	.another{
		font-size: 16px;
		line-height: 20px;
	}
	.another .another_container {
		margin: 0 15px;
	}

	footer .socials{flex-wrap: wrap;}
	footer .socials_phone{width: 100%;}
	.footer_menu {
		margin: 35px 0 25px 0;
		flex-direction: column;
		align-items: start;
		gap: 10px;
	}
	.footer_line{display: none;}
	.footer_line_mobile{
		display: block;
		width: 100%;
		margin: 0;
	}
	.footer_copyrights{
		flex-direction: column-reverse;
		align-items: start;
		gap: 10px;
		margin-top: 0;
	}
	footer .socials{
		padding: 0 15px;
	}
	footer .footer_menu, footer .footer_copyrights{
		padding: 0 15px;
	}
	footer .socials_icons div {
		margin-left: 0;
		margin-right: 6px;
	}
	footer .socials_icons_forum{
		margin-right: 0 !important;
	}

	.top_action.top_action_fly{
		padding: 5px 0px;
	}

	.top_action_mobile{display: block;}

	.about h1, .about p {
		text-align: center;
	}
	.about p {
		width: 285px;
		display: block;
		margin: 0 auto;
	}

	.about_feature_mobile_show{display: block;}
	.about_feature_mobile_hide{display: none;}

	.another_img{
		background: url("../images/footer_mobile.png") no-repeat bottom center;
		height: 310px;
		bottom: 0;
		width: 100%;
	}

	.top_action_fly .flex div{padding: 0 10px; text-align: left;}

	.main_banner_text_img img {
		height: 45px;
	}
	.main_banner_text_desc {
		width: 285px;
	}
	.features_container {
		padding: 25px 0 35px 0;
	}

	.popup_layer{
		width: 350px;
		padding: 20px;
		left: calc(100vw / 2 - 175px);
	}

	.cookie-banner {
		z-index: 999999999;
	}
	.cookie-banner-div {
		font-size: 13px;
		line-height: 15px;
		gap: 10px;
	}

}

@media (max-width: 600px) {
	.about_video_mobile .about_video_image{
		width: 100%;
	}
}
@media (max-width: 500px) {
	.main_banner_text_title {
		width: 320px;
		font-size: 28px;
		line-height: 36px;
	}
	.main_banner_text_star {
		right: -10px;
	}
	.main_banner_text_star img{
		width: 25px;
	}
	.main_banner_text_star2 {
		top: -30px;
	}
	.main_banner_text_star2 img{
		width: 20px;
	}
	.main_banner_text_desc {
		margin: 20px auto 0 auto;
	}
	.main_banner_text_button {
		margin: 250px 0 0 0;
	}

	.features h2{
		font-size: 28px;
		line-height: 36px;
	}
	.features_star {
		right: 30px;
		top: -10px;
	}
	.features_star2 {
		left: 25px;
		top: 10px;
	}
	.features_star2 img{
		width: 20px;
	}
	.features_star3 {
		left: 50px;
		top: -15px;
	}
	.features_star3 img{
		width: 15px;
	}


	.additional h2 div{
		display: block;
	}
	.another h2{
		font-size: 28px;
		line-height: 36px;
		padding: 25px 15px;
	}
	.another p{
		padding: 0 10px 15px 10px;
		font-size: 16px;
		line-height: 20px;
		margin: 0px auto;
	}
	.another{
		height: 605px;
		padding-top: 30px;
	}
	.another p.gray{
		font-size: 14px;
		padding-bottom: 100px;
	}
	.another_text {
		padding: 0;
	}
	.about_container {
		padding: 25px 15px 35px 15px;
	}
	.another_button {
		position: absolute;
		margin: 0;
		bottom: 40px;
		left: 0;
		width: 100%;
		text-align: center;
	}
	.another_button .button {
		width: 345px;
	}

	.top_action .container {
		padding: 0;
	}

	.socials_phone {
		margin-right: 0;
		text-align: left;
		line-height: 32px;
	}
	footer .container {
		padding: 35px 15px;
	}
	footer .socials {		padding: 0;	}
	footer .socials_div {	flex-direction: column; align-items: start;}
	footer .socials_line {	margin-bottom: 8px;}
	footer .socials_icons {	margin-top: 15px;}
	footer .flex_right {	justify-content: start;}
	footer .socials_app_img {	height: 37px;}
	footer .socials_apps {	gap: 2px;}
	footer .socials_apps_title {	text-align: left;}
	footer .footer_menu {		padding: 0;	}
	footer .footer_copyrights {		padding: 0;	}
	.features_features {
		margin: 20px 0;
		grid-row-gap: 10px;
	}
	.additional_container {
		padding: 25px 15px 35px 15px;
	}
	.additional_text p.additional_text_second_p{margin-top: 20px;}

}

@media (max-width: 390px) {
	.features_feature img {
		max-width: 100%;
	}
}