@media only screen and (max-width : 575px) {
	body {
		font-size: 14px;
		min-width: 320px;
	}
	img {
		max-width: 100%;
	}
	h1 {
		font-size: 25px;
		text-align: center;
	}
	.ec-btn {
		min-width: 155px;
	}
	.ec-logo {
		left: 5px;
		top: 54px;
	}
	.ec-lang {
		width: 44px;
		left: auto;
		right: 0;
		top: 58px;
	}
	.ec-lang:before,
	.ec-nav:before,
	.ec-nav:after {
		display: none;
	}
	.ec-lang a {
		padding-right: 0;
	}
	.ec-nav {
		margin-left: -15px;
		width: calc(100% + 30px);
	}
	.ec-nav a {
		padding: 4px 10px 2px;
	}
	.ec-nav a:after {
		display: none;
	}
	.ec-btn__header-top {
		right: 69px;
		top: 64px;
	}
	.ec-header {
		min-height: 840px;
		overflow: hidden;
	}
	.ec-header:after {
		background-position: 50% 100%;
		width: 230px;
		left: calc(50% + 173px);
		background-size: contain;
	}
	.ec-header__content {
		padding: 110px 0 0;
		display: block;
	}
	.ec-header__info {
		margin: 6px 0 0;
	}
	.ec-form__field-btn {
		bottom: -50px;
	}
	.ec-header__info-text {
		    max-width: 96%;
    padding: 20px 25px;
    margin: 20px auto 0;
	}
	.ec-header__info-text h2 {
		font-size: 25px;
	}
	.ec-header__info-text p {
		font-size: 16px;
	}
	.ec-header__form {
		    margin: 15px auto 0;
    max-width: 96%;
    padding: 20px 20px 0;
    height: 311px;
	}
	.ec-form__top h3 {
		font-size: 20px;
	}
	.ec-about__info {
		max-width: 100%;
	}
	.ec-about__info p {
		font-size: 14px;
	}
	.ec-about__letter {
		display: none;
	}
	.ec-counters {
		padding: 25px 0;
	}
	.ec-counters__list {
		align-items: baseline;
	}
	.ec-counters__item:after {
		display: none;
	}
	.ec-counters__item {
		font-size: 26px;
		padding: 0 14px;
	}
	.ec-counters__title {
		font-size: 13px;
		margin-top: 5px;
	}
	.ec-video-teaser {
		background: #EDEDED;
		padding: 35px 0;
	}
	.ec-video-teaser__content {
		margin: 0;
		display: block;
	}
	.ec-video-teaser__box {
		max-width: 100%;
	}
	.ec-video-teaser__info {
		border: none;
		max-width: 100%;
		margin-top: 15px;
		padding: 0;
	}
	.ec-plus__info {
		display: block;
	}
	.ec-plus h2 {
		font-size: 25px;
		position: relative;
	}
	.ec-plus__content {
		margin-bottom: 20px;
		max-width: 100%;
		padding: 25px;
	}
	.ec-plus__content h3 {
		font-size: 60px;
	}
	.ec-plus__content span {
		font-size: 16px;
	}
	.ec-plus__image {
		display: block;
	}
	.ec-subscribe__form-content {
		padding: 0 15px;
	}
	.ec-subscribe__form {
		max-width: 95%;
	}
	.ec-subscribe__form-title {
		font-size: 21px;
	}
	.ec-subscribe__form-content .col-md-4 {
		margin-bottom: 20px;
	}
	.ec-why h2 {
		font-size: 24px;
	}
	.ec-why .ec-subTitle {
		font-size: 16px;
	}
	.ec-why__list {
		display: block;
	}
	.ec-why__item {
		max-width: 100%;
		font-weight: bold;
		margin: 0 15px 20px;
	}
	.ec-how h2 {
		font-size: 24px;
		padding: 20px 0;
	}
	.ec-how__list {
		display: block;
	}
	.ec-how__item {
		max-width: 100%;
	}
	.ec-how__item img {
		margin-bottom: 15px;
		height: 113px;
	}
	.ec-how__item:after {
		display: none;
	}
	.ec-footer-subscriber__form .ec-btn {
		margin: 0;
	}
	.ec-footer-subscriber__content {
		max-width: calc(100% - 30px );
		display: block;
	}
	.ec-footer-subscriber__info {
		max-width: 100%;
	}
	.ec-footer-subscriber__info h2 {
		font-size: 26px;
	}
	.ec-footer-subscriber__form {
		max-width: 100%;
		padding: 20px;
		margin-top: 20px;
	}
	.ec-footer .ec-creator {
		left: calc(50% + 50%/2);
	}
}
@media only screen and (min-width: 576px) and (max-width : 767px) {
	body {
		font-size: 14px;
		min-width: 320px;
	}
	img {
		max-width: 100%;
	}
	h1 {
		font-size: 25px;
		text-align: center;
	}
	.ec-btn {
		min-width: 155px;
	}
	.ec-logo {
		left: 5px;
		top: 54px;
	}
	.ec-lang {
		width: 44px;
		left: auto;
		right: 0;
		top: 58px;
	}
	.ec-lang:before,
	.ec-nav:before,
	.ec-nav:after {
		display: none;
	}
	.ec-lang a {
		padding-right: 0;
	}
	.ec-nav {
		margin-left: -15px;
		width: calc(100% + 30px);
	}
	.ec-nav a {
		padding: 4px 10px 2px;
	}
	.ec-nav a:after {
		display: none;
	}
	.ec-btn__header-top {
		right: 69px;
		top: 64px;
	}
	.ec-header {
		min-height: 840px;
		overflow: hidden;
	}
	.ec-header:after {
		background-position: 50% 100%;
		width: 230px;
		left: calc(50% + 173px);
		background-size: contain;
	}
	.ec-header__content {
		padding: 180px 0 0;
		display: block;
	}
	.ec-header__info {
		margin: 6px 0 0;
	}
	.ec-form__field-btn {
		bottom: -50px;
	}
	.ec-header__info-text {
		    max-width: 96%;
    padding: 20px 25px;
    margin: 20px auto 0;
	}
	.ec-header__info-text h2 {
		font-size: 25px;
	}
	.ec-header__info-text p {
		font-size: 16px;
	}
	.ec-header__form {
		    margin: 15px auto 0;
    max-width: 96%;
    padding: 20px 20px 0;
    height: 311px;
	}
	.ec-form__top h3 {
		font-size: 20px;
	}
	.ec-about__info {
		max-width: 100%;
	}
	.ec-about__info p {
		font-size: 14px;
	}
	.ec-about__letter {
		display: none;
	}
	.ec-counters {
		padding: 25px 0;
	}
	.ec-counters__list {
		align-items: baseline;
	}
	.ec-counters__item:after {
		display: none;
	}
	.ec-counters__item {
		font-size: 26px;
		padding: 0 14px;
	}
	.ec-counters__title {
		font-size: 13px;
		margin-top: 5px;
	}
	.ec-video-teaser {
		background: #EDEDED;
		padding: 35px 0;
	}
	.ec-video-teaser__content {
		margin: 0;
		display: block;
	}
	.ec-video-teaser__box {
		max-width: 100%;
	}
	.ec-video-teaser__info {
		border: none;
		max-width: 100%;
		margin-top: 15px;
		padding: 0;
	}
	.ec-plus__info {
		display: block;
	}
	.ec-plus h2 {
		font-size: 25px;
		position: relative;
	}
	.ec-plus__content {
		margin-bottom: 20px;
		padding: 25px;
		max-width: 100%;
	}
	.ec-plus__content h3 {
		font-size: 60px;
	}
	.ec-plus__content span {
		font-size: 16px;
	}
	.ec-plus__image {
		display: block;
	}
	.ec-subscribe__form-content {
		padding: 0 15px;
	}
	.ec-subscribe__form {
		max-width: 95%;
	}
	.ec-subscribe__form-title {
		font-size: 21px;
	}
	.ec-subscribe__form-content .col-md-4 {
		margin-bottom: 20px;
	}
	.ec-why h2 {
		font-size: 24px;
	}
	.ec-why .ec-subTitle {
		font-size: 16px;
	}
	.ec-why__list {
		display: block;
	}
	.ec-why__item {
		max-width: 100%;
		font-weight: bold;
		margin: 0 15px 20px;
	}
	.ec-how h2 {
		font-size: 24px;
		padding: 20px 0;
	}
	.ec-how__list {
		display: block;
	}
	.ec-how__item {
		max-width: 100%;
	}
	.ec-how__item img {
		margin-bottom: 15px;
		height: 113px;
	}
	.ec-how__item:after {
		display: none;
	}
	.ec-footer-subscriber__form .ec-btn {
		margin: 0;
	}
	.ec-footer-subscriber__content {
		max-width: calc(100% - 30px );
		display: block;
	}
	.ec-footer-subscriber__info {
		max-width: 100%;
	}
	.ec-footer-subscriber__info h2 {
		font-size: 26px;
	}
	.ec-footer-subscriber__form {
		max-width: 100%;
		padding: 20px;
		margin-top: 20px;
	}
	.ec-footer .ec-creator {
		left: calc(50% + 50%/2);
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	body {
		font-size: 16px;
	}
	img {
		max-width: 100%;
	}
	h1 {
		font-size: 30px;
	}
	.ec-btn {
		min-width: 155px;
	}
	.ec-logo {
		left: 0;
	}
	.ec-lang {
		width: 85px;
		left: 95px;
	}
	.ec-lang a {
		padding-right: 20px;
	}
	.ec-nav {
		margin-left: 165px;
		max-width: 350px;
	}
	.ec-nav a {
		padding: 7px 12px 0px;
	}
	.ec-nav a:after {
		right: -10px;
		width: 15px;
	}
	.ec-btn__header-top {
		right: 0;
	}
	.ec-header {
		min-height: 530px;
	}
	.ec-header:after {
		background-position: 50% 100%;
		width: 155px;
		left: calc(50% + 17px);
		background-size: contain;
	}
	.ec-header__content {
		padding: 120px 0 0;
	}
	.ec-header__info {
		margin: 6px 0 0;
	}
	.ec-header__info-text {
		max-width: 315px;
		padding: 20px 25px;
	}
	.ec-header__info-text h2 {
		font-size: 25px;
	}
	.ec-header__info-text p {
		font-size: 16px;
	}
	.ec-header__form {
		margin: 0;
		max-width: 275px;
		padding: 20px 20px 0;
		height: 320px;
	}
	.ec-form__top h3 {
		font-size: 20px;
	}
	.ec-about__info {
		max-width: 50%;
	}
	.ec-about__info p {
		font-size: 14px;
	}
	.ec-about__letter {
		margin-right: 0;
		font-size: 210px;
	}
	.ec-counters {
		padding: 25px 0;
	}
	.ec-counters__item:after {
		right: calc(0% - 110px);
		width: 100px;
	}
	.ec-counters__item {
		font-size: 32px;
	}
	.ec-counters__title {
		font-size: 15px;
		margin-top: 5px;
	}
	.ec-video-teaser {
		background: #EDEDED;
		padding: 75px 0 90px;
	}
	.ec-video-teaser__content {
		margin: 0;
	}
	.ec-video-teaser__box {
		max-width: 50%;
	}
	.ec-video-teaser__info {
		max-width: 46%;
		padding: 0 0 0 30px;
	}
	.ec-plus h2 {
		font-size: 25px;
	}
	.ec-plus__content h3 {
		font-size: 60px;
	}
	.ec-plus__content span {
		font-size: 16px;
	}
	.ec-plus__image {
		display: block;
	}
	.ec-subscribe__form {
		max-width: 95%;
	}
	.ec-subscribe__form-title {
		font-size: 28px;
	}
	.ec-how__item img {
		margin-bottom: 15px;
		height: 113px;
	}
	.ec-how__item:after {
		right: -27px;
		width: 25px;
	}
	.ec-footer-subscriber__content {
		max-width: calc(100% - 30px );
	}
	.ec-footer-subscriber__info {
		max-width: 48%;
	}
	.ec-footer-subscriber__info h2 {
		font-size: 30px;
	}
	.ec-footer-subscriber__form {
		max-width: 50%;
		padding: 20px;
	}
	.ec-footer .ec-creator {
		left: calc(50% + 50%/1.3);
	}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	img {
		max-width: 100%;
	}
	h1 {
		font-size: 40px;
	}
	.ec-logo {
		left: 0;
	}
	.ec-lang {
		width: 100px;
	}
	.ec-nav {
		margin-left: 180px;
		max-width: 535px;
	}
	.ec-nav a {
		padding: 7px 30px 0px;
	}
	.ec-btn__header-top {
		right: 0;
	}
	.ec-header {
		min-height: 655px;
	}
	.ec-header:after {
		background-position: 50% 100%;
		width: 193px;
		left: calc(50% + 49px);
		background-size: contain;
	}
	.ec-header__info {
		margin: 6px 0 0;
	}
	.ec-header__info-text {
		max-width: 410px;
		padding: 31px 52px;
	}
	.ec-header__info-text h2 {
		font-size: 30px;
	}
	.ec-header__info-text p {
		font-size: 20px;
	}
	.ec-header__form {
		margin: 0;
	}
	.ec-about__letter {
		margin-right: 0;
	}
	.ec-counters__item:after {
		right: calc(0% - 110px);
		width: 100px;
	}
	.ec-video-teaser {
		background: #EDEDED;
		padding: 75px 0 90px;
	}
	.ec-video-teaser__content {
		margin: 0;
	}
	.ec-video-teaser__box {
		max-width: 50%;
	}
	.ec-video-teaser__info {
		max-width: 46%;
		padding: 0 0 0 30px;
	}
	.ec-plus h2 {
		font-size: 30px;
	}
	.ec-plus__content h3 {
		font-size: 90px;
	}
	.ec-plus__content span {
		font-size: 20px;
	}
	.ec-plus__image {
		display: block;
	}
	.ec-how__item:after {
		right: -27px;
		width: 25px;
	}
	.ec-footer-subscriber__content {
		max-width: calc(100% - 30px );
	}
	.ec-footer-subscriber__info {
		max-width: 50%;
	}
	.ec-footer-subscriber__info h2 {
		font-size: 40px;
	}
	.ec-footer-subscriber__form {
		max-width: 50%;
	}
	.ec-footer .ec-creator {
		left: calc(50% + 50%/1.3);
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
	img {
		max-width: 100%;
	}
	h1 {
		font-size: 40px;
	}
	.ec-logo {
		left: 0;
	}
	.ec-lang {
		width: 100px;
	}
	.ec-nav {
		margin-left: 180px;
		max-width: 535px;
	}
	.ec-nav a {
		padding: 7px 30px 0px;
	}
	.ec-btn__header-top {
		right: 0;
	}
	.ec-header {
		min-height: 655px;
	}
	.ec-header:after {
		background-position: 50% 100%;
		width: 193px;
		left: calc(50% + 49px);
		background-size: contain;
	}
	.ec-header__info {
		margin: 6px 0 0;
	}
	.ec-header__info-text {
		max-width: 410px;
		padding: 31px 52px;
	}
	.ec-header__info-text h2 {
		font-size: 30px;
	}
	.ec-header__info-text p {
		font-size: 20px;
	}
	.ec-header__form {
		margin: 0;
	}
	.ec-about__letter {
		margin-right: 0;
	}
	.ec-counters__item:after {
		right: calc(0% - 110px);
		width: 100px;
	}
	.ec-video-teaser {
		background: #EDEDED;
		padding: 75px 0 90px;
	}
	.ec-video-teaser__content {
		margin: 0;
	}
	.ec-video-teaser__box {
		max-width: 50%;
	}
	.ec-video-teaser__info {
		max-width: 46%;
		padding: 0 0 0 30px;
	}
	.ec-plus h2 {
		font-size: 30px;
	}
	.ec-plus__content h3 {
		font-size: 90px;
	}
	.ec-plus__content span {
		font-size: 20px;
	}
	.ec-plus__image {
		display: block;
	}
	.ec-how__item:after {
		right: -27px;
		width: 25px;
	}
	.ec-footer-subscriber__content {
		max-width: calc(100% - 30px );
	}
	.ec-footer-subscriber__info {
		max-width: 50%;
	}
	.ec-footer-subscriber__info h2 {
		font-size: 40px;
	}
	.ec-footer-subscriber__form {
		max-width: 50%;
	}
	.ec-footer .ec-creator {
		left: calc(50% + 50%/1.3);
	}
}