.wave_flex {
	max-height: 210px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.wave_relative {
    position: relative;
    overflow: hidden;
}

.wave_absolute {
	position: absolute;
    left: 0;
    top: -10px;
    width: 100%;
    opacity: 0.5;
    transform: rotate(2deg);
}

.wave_reverse {
	transform: rotate(180deg);
}

.wave_flex path {
	fill:var(--color-1);
}

.wave_gray path {
	fill:#f1f8ef;
}

h1 {
    font-size: 48px !important;
    font-weight: 700 !important;
    margin: 0px auto !important;
    text-align: center;
}

.stars-container {
    font-size: 36px;
    color: #FFC107;
    margin-left: -70px;
    margin-top: -40px;
    position: absolute;
}

#block_3 .block_video_text_container {
	padding-top: 0 !important;
}

@media screen and (min-width:768px) {
	#block_3 .dan_youtube {
		overflow: visible !important;
	}

	#block_3 .dan_youtube:before, #block_3 .dan_youtube:after {
		content: '';
		display: block;
		width: 58%;
		height: 122%;
		background: var(--color-1);
		border-radius: 50%;
		position: absolute;
		right: -10%;
		bottom: 115%;
		transform: scale(3);    
	}

	#block_3 .dan_youtube:after {
		right: -5%;
		bottom: 113%;
		opacity: 0.5;
	}
	/*
	.block_video_button_container {
		margin-top: -25px !important;
	}
	*/
}

#block_video_container_3 .dan_youtube iframe {
    border-radius:30px;
    z-index: 2;
}

#sam_but, #pro_but {
    cursor: pointer;
}

img {
	max-width:100%;
}

.button_light {
    text-decoration: none;
    background: #fff;
    padding: 20px 40px;
    border-radius: 30px;
    font-size: 18px;
    display: inline-block;
    color: #222;
}
/*
.dan_flex_grow_1 img, #block_44 {
    border-radius: 30px;
}
*/
.dan_table_border th {
    background: var(--color-1);
    color: #fff;
}

/**/

.comparison_wrap {
	align-items: center;
	margin: 20px 0;
}

.comparison_wrap > div {
	min-width: 215px;
	font-size:20px;	
	box-sizing:border-box;
}

.comparison_wrap >:first-child {
	padding:20px;
	text-align: right;
}

.comparison_wrap >:last-child {
	padding:20px;
}