@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");

body {
	box-sizing: border-box;
	font-family: "Inter", sans-serif;
}

body,
html {
	min-width: 100%;
	max-width: 100%;
}

.header {
	padding: 25px 0 25px 0;
	position: relative;
	width: 100%;
	max-width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #ffffff;
}

.header__contact {
	position: relative;
	display: flex;
	align-items: center;
	z-index: 2;
}

.header__tel svg {
	margin-right: 8px;
}

.schedule {
	color: #1c1c25;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}

.header__contact a {
	color: #1c1c25;
	font-size: 15px;
	font-weight: 400;
	line-height: 26px;
	text-decoration: none;
	cursor: pointer;
}

.schedule {
	margin-right: 41px;
}

.schedule > br,
.header__contact a > br {
	display: none;
}

.nav {
	position: relative;
	width: 50%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 2;
}

#contact,
#help {
	color: #353535;
	font-size: 16px;
	font-weight: 500;
	line-height: 16px;
	text-decoration: none;
	cursor: pointer;
}

.nav li.active a#contact,
.nav li.active a#help {
	color: #0e59f2;
	font-weight: 500;
}

#subrcription {
	display: block;
	min-width: 187px;
	padding: 10px 22px;
	font-size: 16px;
	font-weight: 500;
	line-height: 25.6px;
	text-align: center;
	color: #fff;
	border-radius: 55px;
	background: #534ff8;
	text-decoration: none;
	cursor: pointer;
}

.hero-items {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 39px;
	padding-top: 55px;
	padding-bottom: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 15px;
	border: 1px solid #fff;
}

.hero-item {
	width: 33%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.hero-item.first::after,
.hero-item.second::after {
	content: "";
	width: 1px;
	height: 90px;
	background: #fff;
}

.hero-item img {
	display: block;
}

.hero-item h5 {
	color: #1c1c25;
	font-size: 20px;
	font-weight: 400;
	line-height: 25px;
}

.hero-item p {
	width: 100%;
	color: #7b7e86;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}

.hero-item:first-child p {
	width: 80%;
}

.hero-item:nth-child(2) p {
	width: 81%;
}

.hero-item:last-of-type p {
	width: 70%;
}

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

.hero {
	overflow: hidden;
	padding-top: 140px;
	padding-bottom: 152px;
	display: flex;
	justify-content: space-around;
	align-items: baseline;
	position: relative;
	z-index: 2;
}

.bg-img--top {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.bg-img--bottom {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 140px;
	left: 0;
	z-index: -2;
}

.hero-descr {
	width: 45%;
	max-width: 45%;
	position: relative;
	z-index: 2;
}

.hero-descr ul {
	padding-left: 20px;
}

.hero-descr ul li {
	margin-bottom: 20px;
}

.hero-descr h1 {
	margin-bottom: 27px;
	width: 90%;
	color: #fff;
	font-size: 50px;
	font-weight: 700;
	line-height: 59px;
}

.hero-descr p {
	width: 100%;
	color: rgba(255, 255, 255, 0.77);
	font-size: 16px;
	font-weight: 400;
	line-height: 25.6px;
}

ul li {
	color: rgba(255, 255, 255, 0.77);
	font-size: 16px;
	font-weight: 400;
	line-height: 25.6px;
}

.faq-wrapper ul li {
	color: #555;
}

.faq-wrapper ul {
	padding-left: 20px;
}

ul li span {
	color: rgba(255, 255, 255, 0.77);
	font-size: 16px;
	font-weight: 700;
	line-height: 25.6px;
}

.hero-descr__phone {
	padding-top: 30px;
	display: flex;
	align-items: center;
}

.hero-descr__phone a {
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	line-height: 54px;
	text-decoration: none;
	cursor: pointer;
	white-space: nowrap;
}

.hero-descr__phone svg {
	margin-right: 14px;
}

.form-group {
	padding: 68px 90px 111px 90px;
	margin: 0 auto;
	width: 90%;
	display: flex;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0px 8px 50px 0px rgba(0, 0, 0, 0.1);
}

.form-group__description {
	width: 40%;
	max-width: 40%;
}

.form {
	padding: 34px 50px 65px 50px;
	position: relative;
	width: 45%;
	max-width: 45%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 30px;
	background: #fff;
	z-index: 2;
}

.form-group__description h1 {
	margin-bottom: 36px;
	width: 75%;
	color: #1c1c25;
	font-size: 48px;
	font-weight: 500;
	line-height: 58px;
}

.description-parag {
	width: 85%;
	color: #7b7e86;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}

.form-group__description h5 {
	margin-bottom: 20px;
	color: #1c1c25;
	font-size: 24px;
	font-weight: 400;
	line-height: 30px;
}

.form-group__description ul {
	padding: 0;
}

.form-group__description ul li {
	display: flex;
	justify-content: flex-start;
	align-items: start;
	list-style-type: none;
}

.form-group__description ul li img {
	margin-right: 10px;
}

.list-items {
	display: flex;
}

.list-item:first-of-type {
	margin-right: 55px;
}

.new-validate {
	width: 100%;
}

.new-validate input,
.new-validate textarea {
	margin-bottom: 20px;
	border-radius: 10px;
	border: 1px solid rgba(53, 53, 53, 0.27);
	background: #fff;
}

.new-validate input {
	padding: 18px 0 18px 28px;
}

.new-validate textarea {
	padding: 26px 0 0 22px;
}

.new-validate #name,
.new-validate #email {
	display: block;
	width: 100%;
}

.new-validate #name {
	margin-right: 20px;
}

#contact-form h2 {
	color: #121933 !important;
	font-family: "Inter", sans-serif;
	font-size: 50px;
	font-weight: 700;
	line-height: 67.5px;
}

#phone,
#message {
	width: 100%;
}

#phone {
	margin-bottom: 26px;
}

#message {
	margin-bottom: 29px;
	resize: none;
	min-height: 182px;
}

.submit-btn {
	width: 100%;
	padding: 18px 0;
	display: block;
	color: #fff;
	text-align: center;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	border-radius: 10px;
	background: #2b59ff;
	border: 0;
	box-shadow: 0px 15px 30px 0px rgba(43, 89, 255, 0.38);
	cursor: pointer;
}

.divider {
	margin-bottom: 23px;
	width: 100px;
	height: 8px;
	background: #fff;
}

/* QUESTIONS */

.questions {
	padding-top: 58px;
	padding-bottom: 162px;
	position: relative;
	width: 100%;
	z-index: 2;
	justify-content: center;
	align-items: center;
}

.questions__title {
	width: 49%;
	max-width: 50%;
	padding-left: 30px;
	display: block;
	color: #000;
	font-family: "Inter", sans-serif;
	font-size: 65px;
	font-weight: 700;
	line-height: 65px;
	text-transform: uppercase;
}

.questions__item {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	cursor: pointer;
}

.questions__item.active .questions__icon {
	content: "";
	width: 14px;
	height: 3px;
	background: #000;
}

.submenu {
	display: none;
}

.questions__item.active .submenu {
	padding: 30px 30px 0 0;
	display: block;
	color: #555;
	font-size: 16px;
	font-weight: 400;
	line-height: 25.6px;
}

.questions__item {
	background-color: #eff1f5;
}

.questions__item.active .questions__item {
	background-color: #0e59f2;
}

#active-parag {
	color: #606060;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 20px !important;
}

.submenu #active-parag {
	margin: 0;
	padding: 0;
}

.questions__items {
	width: 50%;
	max-width: 50%;
}

.questions__item {
	padding: 22px 14px 24px 30px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 10px;
	border: 1px solid #e9e9e9;
	background: #fff;
}

.questions__item p {
	margin: 0;
	color: #121933;
	font-size: 20px;
	font-weight: 700;
	line-height: 27px;
}

.questions__icon {
	justify-content: center;
	align-items: center;
}

.questions__item.active .icon {
	display: none;
}

.faq-header {
	margin-bottom: 26px;
	position: relative;
	color: #fff;
	text-align: center;
	font-size: 50px;
	font-weight: 700;
	line-height: 62.5px;
	z-index: 2;
}

.faq-parag {
	display: block;
	width: 39%;
	margin: 0 auto;
	margin-bottom: 49px;
	position: relative;
	color: #dfdfdf;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	line-height: 28.8px;
	z-index: 2;
}

.faq-wrapper {
	margin: 0 auto;
	margin-bottom: 163px;
	width: 100%;
	display: flex;
	justify-content: space-around;
}

.faq-description {
	padding-top: 82px;
	padding-bottom: 49px;
	position: relative;
	width: 100%;
	max-width: 100%;
}

.faq-description img {
	width: 100%;
	max-width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.benefits-items {
	position: relative;
	display: flex;
	flex-flow: row wrap;
	width: 45%;
	max-width: 45%;
	max-height: 752px;
	z-index: 2;
}

.benefits-item {
	margin: 0 20px 20px 0;
	padding: 41px 38px 39px 41px;
	width: 45%;
	min-height: 366px;
	border-radius: 15px;
	border: 1px solid #e3e8f4;
	background: #fff;
}

.benefits-item img {
	margin-bottom: 37px;
}

.benefits-item h5 {
	color: #1c1c25;
	font-family: "Inter", sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 34px;
}

.benefits-item p {
	color: #7b7e86;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.subscription-page {
	width: 100%;
	max-width: 100%;
	padding-top: 88px;
	padding-bottom: 190px;
	position: relative;
	z-index: 2;
}

.subscription {
	margin-bottom: 44px;
}

.subscription h1 {
	display: block;
	margin: 0 auto;
	margin-bottom: 24px;
	width: 75%;
	color: #1c1c25;
	text-align: center;
	font-family: "Inter", sans-serif;
	font-size: 60px;
	font-weight: 500;
	line-height: 70px;
}

.subscription p {
	display: block;
	margin: 0 auto;
	width: 57%;
	color: #1c1c25;
	text-align: center;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	line-height: 26px;
}

.form-section {
	display: block;
	width: 45%;
	max-width: 45%;
	padding: 61px 61px 52px 61px;
	border-radius: 30px;
	background: #fff;
}

.new-validate h2 {
	margin-bottom: 34px;
	color: #121933;
	font-family: "Inter", sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 40px;
}

.new-validate p {
	color: #8d96ad;
	font-family: "Inter", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
}

#unsubscribe_form #emailInput {
	margin-bottom: 32px;
	width: 100%;
	background: transparent;
	border-radius: 10px;
	border: 1px solid rgba(53, 53, 53, 0.27);
	background: #fff;
}

#unsubscribe_form #emailInput::placeholder {
	color: rgba(117, 117, 117, 0.77);
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 25.6px;
}

.unsubscribe-check-wrapper span {
	padding-left: 20px;
	display: block;
	width: 100%;
	color: #6a6a6a;
	font-family: "Public Sans", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
}

.unsubscribe-check-wrapper {
	position: relative;
	padding-left: 15px;
	margin-bottom: 49px;
}

#unsubscribe-btn {
	width: 100%;
	padding: 20px 65px;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	line-height: 25.6px;
	border: 0;
	border-radius: 10px;
	color: #fff;
	background: #2b59ff;
	box-shadow: 0px 15px 30px 0px rgba(43, 89, 255, 0.38);
	cursor: pointer;
}

.input-wrapper input:focus-visible,
.input-wrapper #message:focus-visible,
#unsubscribe-btn:focus,
#unsubscribe-btn:focus-visible,
.submit-btn:focus,
.submit-btn:focus-visible {
	outline: none;
}

#checkbox {
	padding: 0;
	width: 19px;
	height: 19px;
	border-radius: 4px;
	border: 0;
	background: #f0f2f5;
	z-index: 99999;
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
}

#checkbox:checked {
	background: #fff;
}

#checkbox:checked::after {
	position: absolute;
	top: -9%;
	left: 18%;
	transform: scale(1.5);
	content: "\2714";
	color: #000;
}

.new-validate #checknox {
	padding: 0;
}

.benefits {
	padding-top: 91px;
	padding-bottom: 183px;
	display: flex;
	flex-direction: column;
}

.benefits__items {
	margin-bottom: 87px;
	display: flex;
	justify-content: space-around;
	align-items: stretch;
	width: 100%;
	max-width: 100%;
}

.benefits__item {
	padding: 62px 43px;
	width: 30%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	border-radius: 20px;
	background: #fff;
	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
}

.benefits__item img {
	margin-bottom: 23px;
}

.benefits__item h5 {
	margin-bottom: 14px;
	color: #353535;
	text-align: center;
	font-size: 25px;
	font-weight: 700;
	line-height: 40px;
}

.benefits__item p {
	width: 100%;
	color: rgba(48, 48, 48, 0.79);
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 25.6px;
}

.benefits_quote {
	display: flex;
	justify-content: center;
	align-items: center;
}
.benefits_quote p {
	max-width: 65%;
	position: absolute;
	z-index: 9999;
	color: #fff;
	text-align: center;
	font-family: "Inter";
	font-weight: 700;
	line-height: 59px;
	font-size: 59px;
	text-transform: capitalize;
}

.benefits_quote img {
	width: 95%;
	z-index: 1;
}

.container {
	display: flex;
	justify-content: space-between;
	padding: 0 !important;
}

.languagepicker li {
	color: #000 !important;
}

@media screen and (max-width: 1200px) {
	.benefits_quote p {
    max-width: 80%;
		font-size: 30px;
	}
}

@media screen and (max-width: 1024px) {
	.bg-img--top {
		height: 90%;
	}

	.schedule > br,
	.header__contact a > br {
		display: block;
	}

	.hero,
	.benefits {
		padding-top: 50px;
	}

	.benefits {
		padding-bottom: 50px;
	}

	.hero-descr h1,
	.hero-descr__phone a,
	#contact-form h2 {
		font-size: 34px;
		line-height: 38px;
	}

	.hero-descr__phone svg,
	.benefits__item img {
		max-width: 35px;
	}

	.form,
	.benefits__item {
		padding: 30px 15px;
	}

	.benefits__item h5 {
		font-size: 18px;
		line-height: 22px;
	}

	.benefits__items {
		margin-bottom: 30px;
	}

	.faq-parag {
		width: 54%;
	}

	.questions__item {
		flex-wrap: nowrap;
	}

	.questions__item.active {
		flex-wrap: wrap;
	}

	.questions__items {
		width: 80%;
		max-width: 80%;
	}

	.subscription-page {
		padding-bottom: 120px;
	}

	.subscription-page .container {
		max-width: 100%;
		padding: 0 20px !important;
	}

	.form-section {
		padding: 30px;
	}
}

@media screen and (max-width: 910px) {
	.benefits_quote p {
    margin-top: 10px;
    max-width: 85%;
    line-height: 35px;
    font-size: 20px;
	}
}

@media screen and (max-width: 768px) {
	.header .container {
		width: 100%;
		max-width: 100%;
		padding: 0 10px !important;
	}

	#subrcription {
		min-width: 150px;
		padding: 10px 15px;
	}

	.subscription-page {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.schedule {
		margin-right: 15px;
	}

	section.hero .hero__wrapper.container,
	.subscription-page .container {
		max-width: 90%;
		flex-flow: column nowrap;
	}

	section.hero .hero__wrapper.container > div,
	.subscription-page .container > div {
		width: 100%;
		max-width: 100%;
	}

	.hero {
		padding-bottom: 50px;
	}

	.hero-descr {
		margin-bottom: 20px;
	}

	.faq-parag {
		width: 75%;
	}

	.faq-header {
		font-size: 34px;
	}

	.questions__item p {
		font-size: 18px;
		max-width: 90%;
	}

	.questions {
		padding-bottom: 0;
	}

	.questions__items {
		width: 95%;
		max-width: 95%;
	}
}

@media screen and (max-width: 660px) {
	.benefits_quote p {
    max-width: 60%;
    font-size: 16px;
    line-height: 30px;
  }}

@media screen and (max-width: 650px) {
	.header {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.header .container {
		flex-flow: column nowrap;
	}

	.header .container > div,
	.header .container > ul {
		width: 100%;
		max-width: 100%;
		justify-content: flex-start;
		display: flex;
	}

	.header .container > div {
		justify-content: space-between;
	}

	.header .container > ul li:last-of-type {
		margin-left: auto;
	}

	.header .container > ul li:first-of-type {
		margin-right: 20px;
	}

	.header .container > div:first-of-type {
		margin-bottom: 10px;
	}

	.header__contact a:last-of-type {
		text-align: end;
	}

	.hero-descr h1 {
		font-size: 24px;
		line-height: 28px;
	}

	.divider {
		height: 4px;
	}

	.benefits {
		padding-top: 0;
		padding-bottom: 20px;
	}

	.benefits__items {
		flex-wrap: wrap;
	}

	.benefits__item {
		width: 90%;
		max-width: 90%;
		margin-bottom: 10px;
	}

	.faq-parag {
		width: 95%;
		font-size: 17px;
	}

	.new-validate h2 {
		font-size: 24px;
		line-height: 30px;
	}
}

@media screen and (max-width: 580px) {
  .benefits_quote p {
    margin-top: 10px;
    max-width: 85%;
    font-size: 12px;
    line-height: 25px;
  }
}

@media screen and (max-width: 425px) {
	.faq-description {
		padding: 30px 0;
	}

	.faq-parag {
		margin-bottom: 0;
	}

	.questions__item {
		padding-left: 10px;
	}
}

@media screen and (max-width: 415px) {
	.nav {
		flex-direction: column;
	}

	.nav li:last-of-type {
		margin: 0 auto;
	}
}

@media screen and (max-width: 375px) {
	.faq-header {
		line-height: 38px;
	}
}
