* {
	padding: 0;
	margin: 0;
	border: 0;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

:focus, :active {
	outline: none;
}

a:focus, a:active {
	outline: none;
}

nav, footer, header, aside {
	display: block;
}

html, body {
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

input, button, textarea {
	font-family: inherit;
}

input::-ms-clear {
	display: none;
}

button {
	cursor: pointer;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

a, a:visited {
	text-decoration: none;
}

a:hover {
	font-style: none;
}

ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	font-weight: 400;
}

.about-authors__item-block, .footer__socials-items a, .subscribe__btns a, .hi__block, .popup-success__content, .popup-subscribe__content, .orange-btn, .initial__btns a, .header__language-btn, .purple-btn,
.purple-circle-btn, .popup-success__container, .popup-subscribe__container, .popup-success, .popup-subscribe {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.header__background, .background {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: url("../img/bg.png");
	background-size: 100% auto;
	mix-blend-mode: color-burn;
	opacity: 0.07;
}

.popup-success__close-btn, .popup-subscribe__close-btn, .header__menu-close {
	width: 24px;
	height: 24px;
	background: url("../img/cross.svg") no-repeat;
	background-size: cover;
}

.popup-success, .popup-subscribe {
	position: fixed;
	z-index: 20;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	visibility: hidden;
	opacity: 0;
}

.popup-success__container, .popup-subscribe__container {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	border: 5px solid #D7E2F1;
	-webkit-box-shadow: 10px 30px 20px rgba(0, 0, 0, 0.05);
	        box-shadow: 10px 30px 20px rgba(0, 0, 0, 0.05);
	border-radius: 60px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: scale(0);
	        transform: scale(0);
}

body {
	font-family: "Montserrat", sans-serif;
	background: #FFFBFB;
}

h1, h2, h3, h4, h5 {
	font-family: "Caveat", cursive;
	font-weight: 700;
}

h1, h2, h3, h5, h6 {
	color: #2E1F3C;
}

h1 {
	font-size: 120px;
	line-height: 150%;
}

h2 {
	font-size: 80px;
	line-height: 101px;
}

h3 {
	font-size: 50px;
	line-height: 63px;
}

h4 {
	font-size: 36px;
	line-height: 150%;
	color: #111827;
}

h5 {
	font-size: 30px;
	line-height: 38px;
}

h6 {
	font-size: 20px;
	line-height: 150%;
	font-weight: 700;
}

@media (max-width: 1200px) {
	h1 {
		font-size: 100px;
	}
	h2 {
		font-size: 70px;
		line-height: 90px;
	}
}
@media (max-width: 991.5px) {
	h1 {
		font-size: 80px;
	}
	h2 {
		font-size: 60px;
		line-height: 80px;
	}
	h3 {
		font-size: 40px;
		line-height: 55px;
	}
}
@media (max-width: 767.5px) {
	h1 {
		font-size: 65px;
	}
	h2 {
		font-size: 45px;
		line-height: 63px;
	}
	h3 {
		font-size: 32px;
		line-height: 44px;
	}
	h4 {
		font-size: 30px;
	}
}
@media (max-width: 575.5px) {
	h1 {
		font-size: 44px;
	}
	h2 {
		font-size: 35px;
		line-height: 44px;
	}
	h3 {
		font-size: 25px;
		line-height: 32px;
	}
	h4 {
		font-size: 26px;
	}
}
.wrapper {
	position: relative;
}

.purple-btn,
.purple-circle-btn {
	height: 50px;
	border-radius: 50px;
}

.purple-btn {
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	color: #FFF;
	background: #535182;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.purple-circle-btn {
	width: 50px;
	background: rgba(83, 81, 130, 0.1);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.purple-circle-btn svg path {
	fill: #535182;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

@media (hover: hover) {
	.purple-btn:hover {
		background: #7876AF;
	}
	.purple-circle-btn:hover {
		background: #535182;
	}
	.purple-circle-btn:hover svg path {
		fill: #fff;
	}
}
.header {
	width: 100%;
	position: fixed;
	z-index: 10;
	background: #FFFBFB;
}
.header__container {
	position: relative;
	z-index: 2;
	padding: 0 20px;
	max-width: 1458px;
	width: 100%;
	height: 99px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	gap: 0;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.header__logo {
	height: 100%;
}
.header__menu ul {
	padding-top: 43px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	gap: 33px;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: stretch;
	    -ms-flex-pack: stretch;
	        justify-content: stretch;
}
.header__menu ul li {
	position: relative;
}
.header__menu ul li a {
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	color: #495464;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.header__menu ul li.current-menu-item:after {
	content: "";
	position: absolute;
	bottom: -18px;
	left: 0;
	display: inline-block;
	width: 103%;
	height: 9px;
	background: url("../img/menu-underline.svg") no-repeat;
	background-size: 100% 100%;
}
.header__menu ul li.current-menu-item a {
	color: #2E1F3C;
}
.header__menu-close {
	position: absolute;
	top: 35px;
	right: 22px;
	display: none;
}
.header__btns {
	padding-top: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	gap: 22px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.header__language {
	position: relative;
}
.header__language-btn {
	padding-right: 3px;
	width: 56px;
	height: 50px;
	font-family: "Caveat", cursive;
	font-size: 20px;
	line-height: 150%;
	font-weight: 700;
	letter-spacing: -0.03em;
	color: #2E1F3C;
	background: url("../img/language-btn-circle.svg") no-repeat;
	background-size: cover;
}
.header__language-content {
	position: absolute;
	top: 74px;
	left: -28px;
	padding: 14px 0 19px 0;
	width: 112px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 13px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	background: #FFFFFF;
	border: 5px solid #D7E2F1;
	-webkit-box-shadow: 10px 30px 20px rgba(0, 0, 0, 0.05);
	        box-shadow: 10px 30px 20px rgba(0, 0, 0, 0.05);
	border-radius: 20px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	visibility: hidden;
	opacity: 0;
}
.header__language-content li a {
	font-size: 16px;
	line-height: 150%;
	color: #2E1F3C;
	font-weight: 700;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.header__language-content li.active a {
	color: #EE5646;
}
.header__language-content_open {
	visibility: visible;
	opacity: 1;
}
.header .purple-btn {
	width: 204px;
	font-size: 16px;
	line-height: 20px;
}
.header__socials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	gap: 4px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.header__burger {
	width: 38px;
	height: 35px;
	background: url("../img/burger.svg") no-repeat;
	background-size: cover;
	display: none;
}

@media (hover: hover) {
	.header__menu ul li a:hover {
		color: #2E1F3C;
	}
	.header__language-content li a:hover {
		color: #EE5646;
	}
}
@media (max-width: 1300px) {
	.header__socials {
		display: none;
	}
}
@media (max-width: 1100px) {
	.header__menu ul {
		gap: 25px;
	}
	.header__btns {
		gap: 12px;
	}
}
@media (max-width: 991.5px) {
	.header__menu ul {
		gap: 20px;
	}
	.header__language-content {
		top: 64px;
		left: -7px;
		width: 70px;
	}
	.header .purple-btn {
		display: none;
	}
}
@media (max-width: 767.5px) {
	.header__menu {
		position: absolute;
		top: -560px;
		left: 0;
		z-index: 3;
		padding: 124.5px 0 220px 0;
		width: 100%;
		background: #FFFFFF;
		border: 5px solid #D7E2F1;
		-webkit-box-shadow: 10px 30px 20px rgba(0, 0, 0, 0.05);
		        box-shadow: 10px 30px 20px rgba(0, 0, 0, 0.05);
		border-radius: 0px 0px 20px 20px;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
		visibility: hidden;
	}
	.header__menu ul {
		padding-top: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 30px;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}
	.header__menu ul li a {
		font-size: 18px;
		line-height: 22px;
	}
	.header__menu ul li.current-menu-item {
		padding-bottom: 14px;
	}
	.header__menu ul li.current-menu-item:after {
		bottom: 0;
	}
	.header__menu-close {
		display: inline-block;
	}
	.header__menu_open {
		top: 0;
		visibility: visible;
	}
	.header__menu_open + .header__btns .purple-btn {
		top: 360px;
		visibility: visible;
	}
	.header__menu_open + .header__btns .header__socials {
		top: 440px;
		visibility: visible;
	}
	.header__btns {
		gap: 20px;
	}
	.header__burger {
		display: inline-block;
	}
	.header .purple-btn, .header__socials {
		position: absolute;
		z-index: 3;
		left: 50%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-transform: translate(-50%, 0);
		        transform: translate(-50%, 0);
	}
	.header .purple-btn {
		top: -200px;
		visibility: hidden;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.header__socials {
		top: -120px;
		visibility: hidden;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
}
@media (max-width: 575.5px) {
	.header__container {
		height: 51px;
	}
	.header__btns {
		padding-top: 12px;
	}
	.header__language-btn {
		width: 34px;
		height: 30px;
		font-size: 14.5755px;
	}
	.header__language-content {
		top: 38px;
		width: 45px;
		padding: 11px 0 14px 0;
		gap: 8px;
	}
	.header__language-content li a {
		font-size: 14.5755px;
	}
	.header__burger {
		width: 24px;
		height: 22px;
	}
}
.main {
	position: relative;
	z-index: 2;
	padding: 99px 0 0 0;
}

@media (max-width: 575.5px) {
	.main {
		padding: 51px 0 0 0;
	}
}
.initial__container {
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
}
.initial__content {
	position: relative;
	z-index: 2;
	padding: 152px 0 172px 0;
	text-align: center;
}
.initial__content > p {
	margin: 35px 0 41px 0;
	font-size: 30px;
	line-height: 150%;
	font-weight: 700;
	text-transform: uppercase;
	color: #495464;
}
.initial__btns {
	width: 388px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	gap: 26px 11px;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.initial__btns a {
	width: 188px;
	height: 58px;
	background: #EE5646;
	border-radius: 50px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.initial__btns a:nth-child(1) img {
	height: 40.56px;
}
.initial__btns a:nth-child(2) img {
	height: 36.46px;
}
.initial__btns .purple-btn {
	width: 236px;
	height: 58px;
}
.initial__bg1, .initial__bg2 {
	position: absolute;
	z-index: 1;
}
.initial__bg1 {
	bottom: 65px;
	left: 48px;
	width: 43%;
}
.initial__bg2 {
	bottom: 0;
	right: 124px;
	width: 40%;
}

@media (hover: hover) {
	.initial__btns a:hover {
		background: #FE8377;
	}
}
@media (max-width: 1400px) {
	.initial__bg1 {
		left: 0;
	}
	.initial__bg2 {
		right: 0;
		bottom: 40px;
	}
}
@media (max-width: 1200px) {
	.initial__content {
		padding: 100px 0 152px 0;
	}
}
@media (max-width: 991.5px) {
	.initial__content {
		padding: 60px 0 152px 0;
	}
	.initial__content > p {
		margin: 25px 0 31px 0;
		font-size: 28px;
	}
}
@media (max-width: 767.5px) {
	.initial__bg1 {
		bottom: 45px;
	}
	.initial__content {
		padding: 35px 0 152px 0;
	}
	.initial__content > p {
		margin: 10px 0 20px 0;
		font-size: 24px;
	}
}
@media (max-width: 575.5px) {
	.initial__container {
		overflow-x: hidden;
	}
	.initial__bg1 {
		bottom: auto;
		top: 12px;
		left: 50%;
		width: 219px;
		-webkit-transform: translate(-43%, 0);
		        transform: translate(-43%, 0);
	}
	.initial__bg2 {
		z-index: 3;
		right: calc(50% - 190px);
		bottom: 27px;
		width: 150px;
		pointer-events: none;
	}
	.initial__content {
		padding: 153px 0 63px 0;
		width: 100%;
		overflow-x: hidden;
	}
	.initial__content > p {
		margin: 10px 0 20px 0;
		font-size: 10px;
	}
	.initial__btns {
		gap: 5px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		width: 100%;
	}
	.initial__btns a,
.initial__btns .purple-btn {
		width: 280px;
		height: 45px;
	}
	.initial__btns a:nth-child(1) img {
		height: 33px;
	}
	.initial__btns a:nth-child(2) img {
		height: 30px;
	}
}
.orange-btn {
	height: 58px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	color: #fff;
	background: #EE5646;
	border-radius: 100px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

@media (hover: hover) {
	.orange-btn:hover {
		background: #FE8377;
	}
}
@media (max-width: 575.5px) {
	.orange-btn {
		height: 45px;
		font-size: 16px;
		line-height: 20px;
	}
}
.popup-subscribe {
	padding: 40px 30px;
}
.popup-subscribe__container {
	padding: 0 30px;
	max-width: 990px;
	max-height: 620px;
}
.popup-subscribe__close-btn {
	position: absolute;
	top: 35px;
	right: 46px;
}
.popup-subscribe__content {
	max-width: 491px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.popup-subscribe__content h4 {
	text-align: center;
}
.popup-subscribe__content .orange-btn {
	width: 188px;
}
.popup-subscribe__input {
	margin: 40px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	gap: 38px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 100%;
}
.popup-subscribe__input span:nth-child(1) {
	font-size: 25px;
	line-height: 32px;
	font-family: "Caveat", cursive;
	color: #2E1F3C;
	font-weight: 700;
}
.popup-subscribe__input span:nth-child(2) {
	width: calc(100% - 57px - 38px);
}
.popup-subscribe__input input {
	width: 100%;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	line-height: 40px;
	font-weight: 500;
	color: #2E1F3C;
	border-bottom: 2px solid rgba(46, 31, 60, 0.5);
}

.popup-subscribe.open {
	visibility: visible;
	opacity: 1;
}
.popup-subscribe.open .popup-subscribe__container {
	-webkit-transform: scale(1);
	        transform: scale(1);
}

@media (max-width: 991.5px) {
	.popup-subscribe__container {
		max-height: 550px;
	}
}
@media (max-width: 767.5px) {
	.popup-subscribe__container {
		max-height: 500px;
	}
	.popup-subscribe__content {
		max-width: 400px;
	}
	.popup-subscribe__input {
		margin: 30px 0;
	}
}
@media (max-width: 575.5px) {
	.popup-subscribe {
		padding: 40px 15px;
	}
	.popup-subscribe__container {
		padding: 0 15px;
		max-height: 380px;
	}
	.popup-subscribe__close-btn {
		top: 25px;
		right: 30px;
	}
	.popup-subscribe__content .orange-btn {
		width: 150px;
	}
	.popup-subscribe__input {
		gap: 15px;
	}
	.popup-subscribe__input span:nth-child(1) {
		font-size: 22px;
	}
	.popup-subscribe__input span:nth-child(2) {
		width: calc(100% - 50px - 15px);
	}
	.popup-subscribe__input input {
		font-size: 17px;
	}
}
.popup-success {
	padding: 40px 30px;
}
.popup-success__container {
	padding: 0 30px;
	max-width: 686px;
	max-height: 455px;
}
.popup-success__close-btn {
	position: absolute;
	top: 35px;
	right: 60px;
}
.popup-success__content {
	max-width: 491px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	display: none;
}
.popup-success__content img {
	width: 104.49px;
	height: 104.52px;
}
.popup-success__content h4 {
	text-align: center;
}
.popup-success__content_subscribe h4 {
	margin-top: 44.24px;
}
.popup-success__content_message h4 {
	margin: 24.24px 0 23px 0;
}
.popup-success__content_message p {
	font-size: 16px;
	line-height: 150%;
	color: #2E1F3C;
	font-weight: 500;
	text-align: center;
}

.popup-success.open {
	visibility: visible;
	opacity: 1;
}
.popup-success.open .popup-success__container {
	-webkit-transform: scale(1);
	        transform: scale(1);
}

@media (max-width: 991.5px) {
	.popup-success__container {
		max-height: 420px;
	}
}
@media (max-width: 767.5px) {
	.popup-success__container {
		max-height: 390px;
	}
	.popup-success__content {
		max-width: 400px;
	}
	.popup-success__content img {
		width: 90px;
		height: 90px;
	}
	.popup-success__content_subscribe h4 {
		margin-top: 38px;
	}
}
@media (max-width: 575.5px) {
	.popup-success {
		padding: 40px 15px;
	}
	.popup-success__container {
		padding: 0 15px;
		max-height: 330px;
	}
	.popup-success__close-btn {
		top: 25px;
		right: 30px;
	}
	.popup-success__content {
		max-width: 350px;
	}
	.popup-success__content img {
		width: 75px;
		height: 75px;
	}
}
.text16x24 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 24px;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	font-size: 16px;
	line-height: 150%;
	color: #2E1F3C;
}

.hi__container {
	position: relative;
	max-width: 1515px;
	padding: 145px 20px 155px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	margin: 0 auto;
	overflow-x: hidden;
}
.hi__image {
	position: absolute;
	top: 120px;
	left: 20px;
	width: 53.35%;
}
.hi__content {
	width: 50.1%;
	position: relative;
}
.hi__content h3 {
	text-align: center;
	margin-bottom: 25px;
}
.hi__block {
	position: relative;
	min-height: 442px;
	padding: 40px 30px;
	background: #FFFFFF;
	-webkit-box-shadow: 10px 30px 20px rgba(0, 0, 0, 0.05);
	        box-shadow: 10px 30px 20px rgba(0, 0, 0, 0.05);
	border-radius: 20px;
}
.hi__block .text16x24 {
	max-width: 598px;
}
.hi__block:after {
	content: "";
	position: absolute;
	right: -40px;
	top: -70px;
	display: inline-block;
	width: 145px;
	height: 145px;
	background: url("../img/needle.png") no-repeat;
	background-size: cover;
}

@media (max-width: 1199.5px) {
	.hi__container {
		padding: 125px 20px 130px 20px;
	}
	.hi__image {
		top: 200px;
		width: 42%;
	}
	.hi__content {
		width: 60%;
	}
	.hi__block:after {
		right: -35px;
		top: -65px;
		width: 130px;
		height: 130px;
	}
}
@media (max-width: 991.5px) {
	.hi__container {
		padding: 80px 20px 100px 20px;
	}
	.hi__image {
		top: 240px;
		width: 39%;
		left: 0;
	}
	.hi__content {
		width: 65%;
	}
	.hi__content h3 {
		margin-bottom: 15px;
	}
}
@media (max-width: 767.5px) {
	.hi__container {
		padding: 20px 20px 80px 20px;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.hi__image {
		position: relative;
		top: auto;
		left: auto;
		width: calc(100% + 40px);
		max-width: 500px;
	}
	.hi__content {
		width: 100%;
	}
}
@media (max-width: 575.5px) {
	.hi__container {
		padding: 0 20px 80px 20px;
	}
	.hi__image {
		left: -8px;
	}
	.hi__block {
		padding: 20px;
	}
	.hi__block:after {
		right: -28px;
		top: 15px;
		width: 80px;
		height: 80px;
	}
}
.video-history__container {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1173px;
}
.video-history__video {
	position: relative;
	z-index: 2;
	width: 1133px;
	height: 498.77px;
	margin: 0 auto;
	border: 20.2547px solid #241731;
	-webkit-box-shadow: inset 0px 5.06369px 5.06369px rgba(0, 0, 0, 0.1);
	        box-shadow: inset 0px 5.06369px 5.06369px rgba(0, 0, 0, 0.1);
	border-radius: 88.6145px;
	-webkit-filter: drop-shadow(0px 25.3184px 25.3184px rgba(0, 0, 0, 0.1));
	        filter: drop-shadow(0px 25.3184px 25.3184px rgba(0, 0, 0, 0.1));
	overflow: hidden;
}
.video-history__video video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.video-history__video button {
	position: absolute;
	top: 0;
	left: 0;
	padding-bottom: 72.5px;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 10px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	background: rgba(0, 0, 0, 0.3);
	-webkit-backdrop-filter: blur(12.6592px);
	        backdrop-filter: blur(12.6592px);
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.video-history__video button img {
	width: 180px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.video-history__video button span {
	font-family: "Caveat", cursive;
	font-size: 55px;
	line-height: 69px;
	font-weight: 700;
	color: #FFFFFF;
}
.video-history__block {
	position: relative;
	z-index: 1;
	width: calc(100% - 68px);
	padding: 152px 0 42px 0;
	margin: -100px auto 0 auto;
	background: #FFFFFF;
	-webkit-box-shadow: 10px 30px 20px rgba(0, 0, 0, 0.05);
	        box-shadow: 10px 30px 20px rgba(0, 0, 0, 0.05);
	border-radius: 20px;
}
.video-history__block h3 {
	margin: 0 auto;
	max-width: 856px;
	text-align: center;
}

@media (hover: hover) {
	.video-history__video button:hover img {
		-webkit-transform: scale(1.04);
		        transform: scale(1.04);
	}
}
@media (max-width: 1400px) {
	.video-history__container {
		max-width: 940px;
	}
	.video-history__video {
		width: 900px;
		height: 396.2px;
		border: 17px solid #241731;
		border-radius: 75px;
	}
	.video-history__video button {
		padding-bottom: 35px;
	}
	.video-history__block h3 {
		max-width: 750px;
	}
}
@media (max-width: 1100px) {
	.video-history__container {
		max-width: 740px;
	}
	.video-history__video {
		width: 700px;
		height: 308px;
		border: 13px solid #241731;
		border-radius: 65px;
	}
	.video-history__video button {
		padding-bottom: 35px;
	}
	.video-history__video button img {
		width: 110px;
	}
	.video-history__video button span {
		font-size: 40px;
		line-height: 49px;
	}
	.video-history__block {
		margin: -120px auto 0 auto;
	}
}
@media (max-width: 767.5px) {
	.video-history__container {
		max-width: 575px;
	}
	.video-history__video {
		width: 535px;
		height: 235.5px;
		border: 10.25px solid #241731;
		border-radius: 50px;
	}
	.video-history__video button {
		padding-bottom: 25px;
	}
	.video-history__video button img {
		width: 80px;
	}
	.video-history__video button span {
		font-size: 35px;
		line-height: 44px;
	}
	.video-history__block {
		padding: 152px 0 40px 0;
	}
}
@media (max-width: 575.5px) {
	.video-history__container {
		max-width: 390px;
	}
	.video-history__video {
		width: 350px;
		height: 220px;
		border-radius: 35px;
	}
	.video-history__video button {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		gap: 13px;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		padding-bottom: 0;
	}
	.video-history__video button img {
		width: 45px;
	}
	.video-history__block {
		width: 100%;
		padding: 152px 20px 40px 20px;
	}
}
@media (max-width: 390.5px) {
	.video-history__container {
		max-width: 320px;
	}
	.video-history__video {
		width: 280px;
		height: 169px;
		border-radius: 20px;
	}
}
.subscribe__container {
	position: relative;
	max-width: 1324px;
	margin: 0 auto;
}
.subscribe__content {
	position: relative;
	z-index: 2;
	padding: 130px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.subscribe__content h2 {
	max-width: 1000px;
	text-align: center;
}
.subscribe__content .purple-btn {
	margin: 23.25px 0 26px 0;
	width: 188px;
	height: 58px;
}
.subscribe__btns {
	width: 388px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	gap: 5px 11px;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.subscribe__btns a {
	width: 188px;
	height: 58px;
	border-radius: 50px;
	border: 2px solid #EE5646;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.subscribe__btns a img:nth-child(1) {
	display: none;
}
.subscribe__btns a:nth-child(1) img {
	height: 40.56px;
}
.subscribe__btns a:nth-child(2) img {
	height: 36.46px;
}
.subscribe__download-txt {
	margin-top: 17.75px;
	width: 234px;
}
.subscribe__bg1, .subscribe__bg2 {
	position: absolute;
	z-index: 1;
}
.subscribe__bg1 {
	bottom: 140px;
	left: 0px;
	width: 23.89%;
}
.subscribe__bg2 {
	bottom: 130px;
	right: 0;
	width: 18.5%;
}

@media (hover: hover) {
	.subscribe__btns a:hover {
		border-color: #FFC0B9;
	}
}
@media (max-width: 1200px) {
	.subscribe__content {
		padding: 115px 0;
	}
	.subscribe__content h2 {
		max-width: 900px;
	}
	.subscribe__bg1 {
		bottom: 125px;
	}
	.subscribe__bg2 {
		bottom: 115px;
	}
}
@media (max-width: 991.5px) {
	.subscribe__content {
		padding: 100px 0;
	}
	.subscribe__content h2 {
		max-width: 750px;
	}
	.subscribe__bg1 {
		bottom: 115px;
	}
	.subscribe__bg2 {
		bottom: 100px;
	}
}
@media (max-width: 767.5px) {
	.subscribe__content {
		padding: 90px 0;
	}
	.subscribe__content h2 {
		max-width: 550px;
	}
	.subscribe__bg1 {
		bottom: 20px;
		left: 20px;
	}
	.subscribe__bg2 {
		bottom: 35px;
	}
}
@media (max-width: 575.5px) {
	.subscribe__content {
		padding: 80px 0 120px 0;
	}
	.subscribe__content h2 {
		max-width: 450px;
		padding: 0 20px;
	}
	.subscribe__content .purple-btn {
		margin: 30px 0 5px 0;
		width: 280px;
		height: 45px;
	}
	.subscribe__btns {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		width: 100%;
	}
	.subscribe__btns a {
		background: #EE5646;
		width: 280px;
		height: 45px;
	}
	.subscribe__btns a img:nth-child(1) {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.subscribe__btns a img:nth-child(2) {
		display: none;
	}
	.subscribe__btns a:nth-child(1) img {
		height: 33px;
	}
	.subscribe__btns a:nth-child(2) img {
		height: 30px;
	}
	.subscribe__download-txt {
		margin-top: 52px;
		width: 147.39px;
	}
	.subscribe__bg1 {
		bottom: 86.64px;
		left: 4px;
		width: 23.75%;
		-webkit-transform: rotate(180deg);
		        transform: rotate(180deg);
	}
	.subscribe__bg2 {
		bottom: 80px;
		right: 4px;
		width: 28.125%;
	}
}
.what-to-do__container {
	max-width: 1440px;
	width: 100%;
	padding: 0 20px;
	margin: 0 auto;
}
.what-to-do__container h2 {
	text-align: center;
}
.what-to-do__subtitle {
	margin: 41px 0 20px 0;
	font-family: "Caveat", cursive;
	font-size: 55px;
	line-height: 69px;
	font-weight: 700;
	color: #2E1F3C;
}
.what-to-do__content {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	gap: 0;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: space;
	    -ms-flex-pack: space;
	        justify-content: space;
}
.what-to-do__items {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	gap: 24px;
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	-webkit-box-pack: stretch;
	    -ms-flex-pack: stretch;
	        justify-content: stretch;
}
.what-to-do__item {
	width: 22.619047%;
	padding: 45px 27px;
	min-height: 256px;
	border: 5px solid #D7E2F1;
	border-radius: 24px;
}
.what-to-do__item span {
	font-size: 60px;
	line-height: 76px;
	color: #EE5646;
	letter-spacing: 0.5px;
	font-weight: 700;
}
.what-to-do__item p {
	margin-top: 16px;
	font-size: 20px;
	line-height: 32px;
	font-weight: 500;
	color: #495464;
}
.what-to-do__text-btn {
	padding-left: 52px;
	width: 26.9285714%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 24px;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.what-to-do__text-btn p {
	font-size: 16px;
	line-height: 150%;
	color: #495464;
}
.what-to-do__text-btn .purple-btn {
	width: 100%;
	max-width: 260px;
	height: 58px;
}
.what-to-do__cup-image {
	position: relative;
	z-index: 1;
	text-align: center;
}
.what-to-do__cup-image img {
	width: 54.38714285%;
	margin-top: -22px;
}

@media (max-width: 1100px) {
	.what-to-do__item {
		padding: 38px 20px;
	}
	.what-to-do__text-btn {
		padding-left: 20px;
	}
}
@media (max-width: 991.5px) {
	.what-to-do__container {
		max-width: 820px;
	}
	.what-to-do__subtitle {
		margin: 35px 0 20px 0;
		font-size: 45px;
		line-height: 58px;
	}
	.what-to-do__items {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.what-to-do__item, .what-to-do__text-btn {
		width: calc(50% - 12px);
	}
	.what-to-do__item {
		padding: 45px 27px;
	}
	.what-to-do__text-btn {
		padding: 0 40px;
	}
	.what-to-do__cup-image img {
		width: 60%;
	}
}
@media (max-width: 767.5px) {
	.what-to-do__subtitle {
		margin: 10px 0 14px 0;
		font-size: 35px;
		line-height: 45px;
	}
	.what-to-do__item {
		padding: 25px 15px;
		min-height: 200px;
	}
	.what-to-do__item span {
		font-size: 45px;
		line-height: 57px;
	}
	.what-to-do__text-btn {
		padding: 0 10px;
	}
	.what-to-do__cup-image img {
		margin-top: 0;
		width: 65%;
	}
}
@media (max-width: 575.5px) {
	.what-to-do__container {
		max-width: 380px;
	}
	.what-to-do__subtitle {
		margin: 15px 0 14px 0;
		font-size: 25px;
		line-height: 32px;
		text-align: center;
	}
	.what-to-do__items {
		gap: 10px;
	}
	.what-to-do__item, .what-to-do__text-btn {
		width: 100%;
	}
	.what-to-do__item {
		padding: 27px 29px;
		min-height: auto;
		border: 3px solid #D7E2F1;
	}
	.what-to-do__item span {
		font-size: 30px;
		line-height: 76px;
	}
	.what-to-do__item p {
		font-size: 16px;
		line-height: 32px;
	}
	.what-to-do__text-btn {
		padding: 10px 0 0 0;
		gap: 15px;
	}
	.what-to-do__text-btn .purple-btn {
		max-width: none;
		height: 45px;
	}
	.what-to-do__cup-image {
		padding-top: 10px;
	}
	.what-to-do__cup-image img {
		width: 319px;
	}
}
@media (max-width: 360px) {
	.what-to-do__cup-image {
		overflow: hidden;
	}
	.what-to-do__cup-image img {
		margin-left: -20px;
	}
}
.footer {
	position: relative;
	z-index: 2;
	background: #535182;
	mix-blend-mode: multiply;
	overflow: hidden;
}
.footer__container {
	max-width: 1450px;
	padding: 0 20px;
	margin: 0 auto;
}
.footer__content {
	padding: 85px 0 55px 0;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 22.8368794326% 0 28.2269503546% 0 48.9361702128%;
	grid-template-columns: 22.8368794326% 28.2269503546% 48.9361702128%;
	gap: 0;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
	-webkit-box-pack: stretch;
	    -ms-flex-pack: stretch;
	        justify-content: stretch;
	-ms-grid-rows: auto 0 auto 0 1fr;
	grid-template-rows: auto auto 1fr;
}
.footer__content > *:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}
.footer__content > *:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
}
.footer__content > *:nth-child(3) {
	-ms-grid-row: 1;
	-ms-grid-column: 5;
}
.footer__content > *:nth-child(4) {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
}
.footer__content > *:nth-child(5) {
	-ms-grid-row: 3;
	-ms-grid-column: 3;
}
.footer__content > *:nth-child(6) {
	-ms-grid-row: 3;
	-ms-grid-column: 5;
}
.footer__content > *:nth-child(7) {
	-ms-grid-row: 5;
	-ms-grid-column: 1;
}
.footer__content > *:nth-child(8) {
	-ms-grid-row: 5;
	-ms-grid-column: 3;
}
.footer__content > *:nth-child(9) {
	-ms-grid-row: 5;
	-ms-grid-column: 5;
}
.footer__logo {
	padding: 15px 40px 0 0;
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-column: 1/3;
}
.footer__logo img {
	max-width: 436px;
	width: 100%;
}
.footer__form {
	position: relative;
	-ms-grid-column: 3;
	-ms-grid-column-span: 1;
	grid-column: 3/4;
	-ms-grid-row: 1;
	-ms-grid-row-span: 3;
	grid-row: 1/4;
	padding: 57px 40px 43.78px 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	background: rgba(255, 255, 255, 0.1);
	-webkit-box-shadow: 10px 30px 20px rgba(0, 0, 0, 0.05);
	        box-shadow: 10px 30px 20px rgba(0, 0, 0, 0.05);
	border-radius: 20px;
}
.footer__form h3 {
	color: #fff;
	text-align: center;
}
.footer__form .orange-btn {
	width: 188px;
	margin: 0 auto;
}
.footer__form:after {
	content: "";
	position: absolute;
	top: -8px;
	right: -17px;
	display: inline-block;
	width: 152px;
	height: 152px;
	background: url("../img/needle.png") no-repeat;
	background-size: cover;
}
.footer__inputs {
	max-width: 558px;
	width: 100%;
	padding-right: 54px;
	margin: 53px 0 22px 0;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: auto 38px 1fr;
	grid-template-columns: auto 1fr;
	gap: 22px 38px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: stretch;
	    -ms-flex-pack: stretch;
	        justify-content: stretch;
}
.footer__inputs span:nth-child(odd) {
	position: relative;
	-ms-grid-column-align: right;
	    justify-self: right;
	font-family: "Caveat", cursive;
	font-size: 25px;
	line-height: 32px;
	font-weight: 700;
	color: #FFF;
}
.footer__inputs span:nth-child(1):after,
.footer__inputs span:nth-child(3):after {
	content: "*";
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transform: translate(100%, 0);
	        transform: translate(100%, 0);
}
.footer__inputs span:nth-child(even) {
	width: 100%;
}
.footer__inputs span:nth-child(even) input {
	width: 100%;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	line-height: 40px;
	font-weight: 500;
	color: #FFF;
	background: transparent;
	border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}
.footer__socials {
	padding-top: 85px;
}
.footer__min-title {
	display: block;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: -0.02em;
	color: #FFFFFF;
	mix-blend-mode: normal;
	opacity: 0.5;
}
.footer__socials-items {
	margin-top: 17px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	gap: 18px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: stretch;
	    -ms-flex-pack: stretch;
	        justify-content: stretch;
}
.footer__socials-items a {
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background: #8887AA;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.footer__socials-items a img {
	width: 24px;
	height: 24px;
}
.footer__email {
	padding: 85px 40px 0 0;
}
.footer__email p {
	display: inline-block;
	margin-top: 16px;
	padding-bottom: 13px;
	font-size: 18px;
	line-height: 22px;
	color: #FFFFFF;
	font-weight: 600;
	border-bottom: 2px solid rgba(255, 255, 255, 0.5);
}
.footer__menu {
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-column: 1/3;
	padding: 66px 40px 0 0;
}
.footer__menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	gap: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	max-width: 477px;
}
.footer__menu ul li a {
	font-size: 18px;
	line-height: 120%;
	letter-spacing: -0.01em;
	font-weight: 600;
	color: #FFFFFF;
	mix-blend-mode: normal;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.footer__rights {
	border-top: 3px solid rgba(255, 255, 255, 0.1);
	padding: 33px 0 40px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	gap: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.footer__rights p, .footer__rights div a {
	font-size: 16px;
	line-height: 150%;
	font-weight: 300;
	letter-spacing: -0.02em;
	color: #FFFFFF;
	mix-blend-mode: normal;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.footer__rights div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	gap: 60px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: stretch;
	    -ms-flex-pack: stretch;
	        justify-content: stretch;
}

@media (hover: hover) {
	.footer__socials-items a:hover {
		background: rgba(136, 135, 170, 0.5);
	}
	.footer__menu ul li a:hover {
		opacity: 0.6;
	}
	.footer__rights div a:hover {
		opacity: 0.6;
	}
}
@media (max-width: 1400px) {
	.footer__rights {
		position: relative;
		left: -20px;
		padding: 33px 20px 40px 20px;
		width: calc(100% + 40px);
	}
}
@media (max-width: 1200px) {
	.footer__content {
		-ms-grid-columns: 26% 32% 42%;
		grid-template-columns: 26% 32% 42%;
	}
	.footer__logo {
		padding: 40px 40px 0 0;
	}
	.footer__logo img {
		max-width: 380px;
	}
	.footer__form {
		padding: 57px 33px 43.78px 33px;
	}
	.footer__form:after {
		top: -50px;
		right: -35px;
		width: 130px;
		height: 130px;
	}
	.footer__inputs {
		padding-right: 0;
		gap: 22px 25px;
	}
}
@media (max-width: 991.5px) {
	.footer__content {
		padding: 65px 0 45px 0;
		-ms-grid-columns: 55% 45%;
		grid-template-columns: 55% 45%;
		-ms-grid-rows: auto auto auto 1fr;
		grid-template-rows: auto auto auto 1fr;
	}
	.footer__content > *:nth-child(1) {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}
	.footer__content > *:nth-child(2) {
		-ms-grid-row: 1;
		-ms-grid-column: 2;
	}
	.footer__content > *:nth-child(3) {
		-ms-grid-row: 2;
		-ms-grid-column: 1;
	}
	.footer__content > *:nth-child(4) {
		-ms-grid-row: 2;
		-ms-grid-column: 2;
	}
	.footer__content > *:nth-child(5) {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
	}
	.footer__content > *:nth-child(6) {
		-ms-grid-row: 3;
		-ms-grid-column: 2;
	}
	.footer__content > *:nth-child(7) {
		-ms-grid-row: 4;
		-ms-grid-column: 1;
	}
	.footer__content > *:nth-child(8) {
		-ms-grid-row: 4;
		-ms-grid-column: 2;
	}
	.footer__logo {
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1/2;
	}
	.footer__logo img {
		max-width: 290px;
	}
	.footer__form {
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		grid-column: 2/3;
		-ms-grid-row: 1;
		-ms-grid-row-span: 4;
		grid-row: 1/5;
		padding: 45px 20px 35px 20px;
	}
	.footer__form:after {
		top: -45px;
		right: -30px;
		width: 110px;
		height: 110px;
	}
	.footer__inputs {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		gap: 0;
	}
	.footer__inputs span:nth-child(odd) {
		-ms-grid-column-align: left;
		    justify-self: left;
	}
	.footer__inputs span:nth-child(even) {
		margin-bottom: 22px;
	}
	.footer__inputs span:last-child {
		margin-bottom: 0;
	}
	.footer__socials {
		padding-top: 60px;
	}
	.footer__email {
		padding: 60px 40px 0 0;
	}
	.footer__menu {
		padding: 60px 40px 0 0;
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1/2;
	}
	.footer__menu ul {
		gap: 30px 35px;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: stretch;
		    -ms-flex-pack: stretch;
		        justify-content: stretch;
	}
	.footer__menu ul li:nth-child(1),
.footer__menu ul li:nth-child(3) {
		width: 50%;
	}
	.footer__menu ul li:nth-child(2),
.footer__menu ul li:nth-child(4) {
		width: calc(50% - 35px);
	}
	.footer__rights div {
		gap: 40px;
	}
}
@media (max-width: 767.5px) {
	.footer__content {
		padding: 50px 0 38px 0;
		-ms-grid-columns: 100%;
		grid-template-columns: 100%;
		-ms-grid-rows: auto auto auto auto auto;
		grid-template-rows: auto auto auto auto auto;
	}
	.footer__content > *:nth-child(1) {
		-ms-grid-row: 1;
		-ms-grid-column: 1;
	}
	.footer__content > *:nth-child(2) {
		-ms-grid-row: 2;
		-ms-grid-column: 1;
	}
	.footer__content > *:nth-child(3) {
		-ms-grid-row: 3;
		-ms-grid-column: 1;
	}
	.footer__content > *:nth-child(4) {
		-ms-grid-row: 4;
		-ms-grid-column: 1;
	}
	.footer__content > *:nth-child(5) {
		-ms-grid-row: 5;
		-ms-grid-column: 1;
	}
	.footer__logo {
		padding: 0 0 45px 0;
		text-align: center;
	}
	.footer__logo img {
		max-width: 250px;
	}
	.footer__form {
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1/2;
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
		grid-row: 2/3;
		padding: 35px 45px 25px 45px;
	}
	.footer__inputs {
		margin: 28px 0 24px 0;
	}
	.footer__menu {
		-ms-grid-row: 3;
		-ms-grid-row-span: 1;
		grid-row: 3/4;
		padding: 65px 40px 0 40px;
	}
	.footer__email {
		-ms-grid-row: 4;
		-ms-grid-row-span: 1;
		grid-row: 4/5;
		padding: 60px 0 0 0;
		text-align: center;
	}
	.footer__socials {
		text-align: center;
	}
	.footer__rights {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		gap: 35px;
	}
	.footer__rights div {
		gap: 60px;
	}
}
@media (max-width: 575.5px) {
	.footer__content {
		padding: 25px 0 30px 0;
	}
	.footer__logo {
		padding: 0 0 35px 0;
	}
	.footer__logo img {
		max-width: 180px;
	}
	.footer__form {
		padding: 25px 15px;
	}
	.footer__form .orange-btn {
		height: 45px;
		width: 100%;
	}
	.footer__form:after {
		top: -44px;
		right: -20px;
		width: 93px;
		height: 93px;
	}
	.footer__inputs span:nth-child(odd) {
		font-size: 18px;
		line-height: 23px;
	}
	.footer__inputs span:nth-child(even) {
		margin-bottom: 24px;
	}
	.footer__inputs span:nth-child(even) input {
		font-size: 16px;
		line-height: 29px;
	}
	.footer__inputs span:last-child {
		margin-bottom: 0;
	}
	.footer__menu {
		padding: 73px 0 0 0;
	}
	.footer__menu ul {
		gap: 40px;
	}
	.footer__menu ul li:nth-child(1n) {
		width: 100%;
		text-align: center;
	}
	.footer__email {
		padding: 40px 0 0 0;
	}
	.footer__socials {
		padding: 40px 0 0 0;
	}
	.footer__socials-items {
		gap: 20px;
	}
	.footer__rights {
		padding: 15px 20px;
		text-align: center;
		gap: 15px;
	}
	.footer__rights > p {
		font-size: 12px;
		line-height: 18px;
	}
	.footer__rights div {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 15px;
	}
}
.about-authors {
	overflow: hidden;
}
.about-authors__container {
	max-width: 1450px;
	width: 100%;
	padding: 50px 20px 0 20px;
	margin: 0 auto;
}
.about-authors__container h1 {
	margin-bottom: 15px;
	text-align: center;
}
.about-authors__items {
	padding: 45px 0;
}
.about-authors__item {
	position: relative;
}
.about-authors__item-image {
	position: relative;
	left: -69px;
	width: 53.9%;
	padding-top: 40%;
	font-size: 565px;
	background: url("../img/about-author__bg.png") no-repeat;
	background-size: 100% 100%;
	-webkit-transform: rotate(-13.32deg);
	        transform: rotate(-13.32deg);
}
.about-authors__item-image span {
	position: absolute;
	top: 6.4%;
	right: 34.5%;
	font-family: "Caveat", cursive;
	font-size: 4.39809%;
	line-height: 124.75%;
	font-weight: 700;
	text-transform: uppercase;
	color: #ED6B60;
}
.about-authors__item-image img {
	position: absolute;
	top: 14.5%;
	right: 9.5%;
	width: 73%;
	height: 64%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.about-authors__item-content {
	position: absolute;
	right: 0;
	top: 45%;
	width: 52.41%;
	-webkit-transform: translate(0, -50%);
	        transform: translate(0, -50%);
}
.about-authors__item-content h3 {
	padding-left: 50px;
	margin-bottom: 25.25px;
}
.about-authors__item-block {
	position: relative;
	padding: 55px 30px 50px 30px;
	background: #FFFFFF;
	-webkit-box-shadow: 10px 30px 20px rgba(0, 0, 0, 0.05);
	        box-shadow: 10px 30px 20px rgba(0, 0, 0, 0.05);
	border-radius: 20px;
}
.about-authors__item-block:after {
	content: "";
	position: absolute;
	top: -73px;
	right: -32px;
	display: inline-block;
	width: 152px;
	height: 152px;
	background: url("../img/needle.png") no-repeat;
	background-size: cover;
}
.about-authors__item-block .text16x24 {
	max-width: 598px;
}
.about-authors__item:nth-child(2) .about-authors__item-image {
	left: -30px;
	margin-left: auto;
	-webkit-transform: rotate(13.32deg);
	        transform: rotate(13.32deg);
}
.about-authors__item:nth-child(2) .about-authors__item-image span {
	right: 41%;
}
.about-authors__item:nth-child(2) .about-authors__item-content {
	right: auto;
	left: 0;
}

@media (max-width: 1500px) {
	.about-authors__item-image {
		left: -25px;
	}
}
@media (max-width: 1400px) {
	.about-authors__container {
		padding: 40px 20px 0 20px;
	}
	.about-authors__items {
		padding: 20px 0 50px;
	}
	.about-authors__item-content h3 {
		padding-left: 40px;
		margin-bottom: 20px;
	}
	.about-authors__item:nth-child(2) {
		padding: 90px 0;
	}
}
@media (max-width: 1300px) {
	.about-authors__item-image {
		font-size: 490px;
	}
}
@media (max-width: 1160px) {
	.about-authors__item-image {
		font-size: 440px;
	}
}
@media (max-width: 1040px) {
	.about-authors__item-image {
		font-size: 390px;
	}
}
@media (max-width: 991.5px) {
	.about-authors__items {
		padding: 20px 0 110px;
	}
	.about-authors__item-content h3 {
		padding-left: 30px;
		margin-bottom: 0;
	}
	.about-authors__item-block {
		padding: 40px 25px 40px 25px;
	}
	.about-authors__item-block:after {
		top: -45px;
		right: -20px;
		width: 100px;
		height: 100px;
	}
	.about-authors__item:nth-child(2) {
		padding: 150px 0 210px 0;
	}
}
@media (max-width: 914px) {
	.about-authors__item-image {
		font-size: 340px;
	}
}
@media (max-width: 800px) {
	.about-authors__item-image {
		font-size: 295px;
	}
}
@media (max-width: 767.5px) {
	.about-authors__items {
		padding: 10px 0 80px;
	}
	.about-authors__item {
		margin-bottom: 30px;
	}
	.about-authors__item:last-child {
		margin-bottom: 0;
	}
	.about-authors__item-image {
		left: 0;
		max-width: 500px;
		width: 100%;
		padding-top: 374px;
		margin: 0 auto;
		font-size: 374px;
		-webkit-transform: translate(-4%, 0);
		        transform: translate(-4%, 0);
	}
	.about-authors__item-content {
		position: relative;
		top: 0;
		right: 0;
		width: 100%;
		max-width: 600px;
		margin: -25px auto 0 auto;
		-webkit-transform: translate(0);
		        transform: translate(0);
	}
	.about-authors__item-content h3 {
		padding-left: 0;
		text-align: center;
		font-size: 35px;
		line-height: 44px;
	}
	.about-authors__item:nth-child(2) {
		padding: 0;
	}
	.about-authors__item:nth-child(2) .about-authors__item-image {
		left: 0;
		margin: 0 auto;
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	.about-authors__item:nth-child(2) .about-authors__item-content {
		left: 0;
	}
}
@media (max-width: 575.5px) {
	.about-authors__container h1 {
		margin-bottom: 0;
		font-size: 55px;
		line-height: 150%;
	}
	.about-authors__items {
		padding: 8.2px 0 70px;
	}
	.about-authors__item {
		margin-bottom: 13.18px;
	}
	.about-authors__item-image {
		max-width: none;
		padding-top: 74.3%;
	}
	.about-authors__item-block {
		padding: 30px 20px;
	}
	.about-authors__item-block:after {
		top: -12px;
		right: -35px;
		width: 90px;
		height: 90px;
	}
}
@media (max-width: 500px) {
	.about-authors__item-image {
		font-size: 330px;
	}
}
@media (max-width: 450px) {
	.about-authors__item-image {
		font-size: 300px;
	}
}
@media (max-width: 400px) {
	.about-authors__item-image {
		font-size: 260px;
	}
}
@media (max-width: 360px) {
	.about-authors__item-image {
		font-size: 230px;
	}
}
.team__container {
	max-width: 1416px;
	padding: 0 20px 130px 20px;
	width: 100%;
	margin: 0 auto;
}
.team__container h2, .team__container > p {
	text-align: center;
}
.team__container > p {
	margin: 4px 0 60px 0;
	font-size: 16px;
	line-height: 150%;
	font-weight: 500;
	color: #2E1F3C;
}
.team__item {
	width: 239.12px;
}
.team__item-photo {
	width: 239.12px;
	height: 255.3px;
	padding: 35px 0 0 27.14px;
	background: url("../img/team__bg.png") no-repeat;
	background-size: cover;
}
.team__item-photo img {
	width: 182px;
	height: 189px;
	border-radius: 5px;
	-o-object-fit: cover;
	   object-fit: cover;
}
.team__item h5, .team__item p {
	text-align: center;
}
.team__item h5 {
	margin: 10px 0;
}
.team__item p {
	font-size: 16px;
	line-height: 150%;
	color: #495464;
}
.team__items-btns {
	margin-top: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	gap: 80px;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.team__items-btn-prev, .team__items-btn-next {
	width: 24px;
	height: 25px;
	background: url("../img/swiper-nav-arrow.svg") no-repeat;
	background-size: cover;
}
.team__items-btn-prev {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}

@media (min-width: 575.6px) {
	.team__items-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		gap: 50px 15px;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		-ms-flex-pack: distribute;
		    justify-content: space-around;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.team__items-btn-prev, .team__items-btn-next {
		display: none;
	}
}
@media (min-width: 1300px) {
	.team__items-wrapper {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
}
@media (max-width: 991.5px) {
	.team__container {
		padding: 0 20px 100px 20px;
	}
}
@media (max-width: 767.5px) {
	.team__container {
		padding: 0 20px 85px 20px;
	}
}
@media (max-width: 575.5px) {
	.team__container {
		padding: 0 0 70px 0;
	}
	.team__container > p {
		margin: 10.5px 0 30px 0;
	}
	.team__item {
		width: 100vw;
	}
	.team__item-photo {
		margin: 0 auto;
	}
}
.what-to-do-if__container {
	max-width: 1450px;
	padding: 65px 20px 130px 20px;
	margin: 0 auto;
}
.what-to-do-if__container h1 {
	text-align: center;
}
.what-to-do-if__container .purple-btn {
	margin: 30px auto 0 auto;
	width: 188px;
	height: 58px;
	display: none;
}
.what-to-do-if__items {
	margin-top: 50px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 30px 1fr 30px 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 40px 30px;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
	-webkit-box-pack: stretch;
	    -ms-flex-pack: stretch;
	        justify-content: stretch;
}
.what-to-do-if__item {
	width: 100%;
	-ms-grid-row-align: stretch;
	    align-self: stretch;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	gap: 0;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: start;
	-webkit-box-pack: stretch;
	    -ms-flex-pack: stretch;
	        justify-content: stretch;
	-ms-grid-rows: auto 0 1fr 0 auto;
	grid-template-rows: auto 1fr auto;
	border: 5px solid #D7E2F1;
	border-radius: 24px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.what-to-do-if__item > *:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}
.what-to-do-if__item > *:nth-child(2) {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
}
.what-to-do-if__item > *:nth-child(3) {
	-ms-grid-row: 5;
	-ms-grid-column: 1;
}
.what-to-do-if__item h6 {
	padding: 45px 30px 0 30px;
}
.what-to-do-if__item p {
	padding: 20px 30px 49px 30px;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 0.5px;
	color: #495464;
}
.what-to-do-if__item img {
	width: 100%;
	height: 290px;
	-o-object-fit: cover;
	   object-fit: cover;
}

@media (hover: hover) {
	.what-to-do-if__item:hover {
		-webkit-transform: scale(1.02);
		        transform: scale(1.02);
	}
}
@media (min-width: 1300.1px) {
	.what-to-do-if__items {
		-ms-grid-columns: 1fr 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	.what-to-do-if__item img {
		height: 311px;
	}
	.what-to-do-if__item:nth-child(1) {
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1/3;
	}
	.what-to-do-if__item:nth-child(2) {
		-ms-grid-column: 3;
		-ms-grid-column-span: 2;
		grid-column: 3/5;
	}
	.what-to-do-if__item:nth-child(1) h6, .what-to-do-if__item:nth-child(2) h6 {
		font-size: 25px;
	}
	.what-to-do-if__item:nth-child(1) p, .what-to-do-if__item:nth-child(2) p {
		font-size: 18px;
	}
}
@media (max-width: 991.5px) {
	.what-to-do-if__container {
		padding: 55px 20px 120px 20px;
	}
	.what-to-do-if__items {
		margin-top: 40px;
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
	}
	.what-to-do-if__item h6 {
		padding: 35px 25px 0 25px;
	}
	.what-to-do-if__item p {
		padding: 20px 25px 40px 25px;
	}
	.what-to-do-if__item img {
		height: 240px;
	}
}
@media (max-width: 767.5px) {
	.what-to-do-if__container {
		padding: 45px 20px 110px 20px;
	}
	.what-to-do-if__items {
		margin-top: 30px;
		gap: 30px 20px;
	}
	.what-to-do-if__item {
		border: 3px solid #D7E2F1;
	}
	.what-to-do-if__item h6 {
		padding: 20px 15px 0 15px;
	}
	.what-to-do-if__item p {
		padding: 15px 15px 20px 15px;
	}
	.what-to-do-if__item img {
		height: 205px;
	}
}
@media (max-width: 575.5px) {
	.what-to-do-if__container {
		padding: 40px 20px 100px 20px;
	}
	.what-to-do-if__container h1 {
		font-size: 43px;
	}
	.what-to-do-if__container .purple-btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.what-to-do-if__items {
		max-width: 400px;
		margin: 20px auto 0 auto;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
	.what-to-do-if__item img {
		height: 175px;
	}
}
.h2-cup {
	max-width: 1400px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
.h2-cup h2 {
	max-width: 1242px;
	padding: 0 20px;
	margin: 0 auto;
}
.h2-cup img {
	width: 54.38714285%;
}

@media (max-width: 1200px) {
	.h2-cup h2 {
		max-width: 1100px;
	}
}
@media (max-width: 991.5px) {
	.h2-cup h2 {
		padding: 0 60px;
	}
}
@media (max-width: 672px) {
	.h2-cup img {
		width: 365px;
	}
}
@media (max-width: 575.5px) {
	.h2-cup h2 {
		padding: 0 20px;
	}
}