/**/
* {
	outline: none !important;
}
.warnings {
	max-width: 600px;
	position: fixed;
	top: 20px;
	right: -600px;
	margin: 0 auto;
	color: #fff;
	z-index: 99999;
	border-radius: 3px;
	padding: 20px;
	-webkit-animation-name: show;
	animation-name: show;
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
	opacity: 0;
}
@-webkit-keyframes show {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
		right: 20px;
	}
}
@keyframes show {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
		right: 20px;
	}
}
.warnings--error {
	background-color: #ff7272;
}
.warnings--success {
	background-color: #4caf50;
}
.warnings--info {
	background-color: #19446b;
}

.input {
	position: relative;
	padding: 12px 15px 12px 20px;
	background: transparent;
	border-radius: 8px;
	border: 1px solid #cbd6e2;
}
.input--error {
	border: 1px solid #fe2a69;
}
.input::-moz-placeholder {
	color: #d6d6d6;
}
.input::-webkit-input-placeholder {
	color: #d6d6d6;
}
.input:-ms-input-placeholder {
	color: #d6d6d6;
}
.input::-ms-input-placeholder {
	color: #d6d6d6;
}
.input::placeholder {
	color: #d6d6d6;
}
.input--focused {
	border: 1px solid #101350;
}
input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
	-webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
	transition: "color 9999s ease-out, background-color 9999s ease-out";
	transition-delay: 9999s;
}

.label {
	width: 100%;
	display: block;
	text-align: left !important;
}
.label--focused {
	color: #ea6a00;
}
.label--error {
	color: #ff7272;
}

.textarea {
	position: relative;
	padding: 18px 20px;
	background: transparent;
	border-radius: 8px;
	width: 100%;
	min-height: 160px;
	border: 1px solid #dfdfdf;
}
.textarea--error {
	border: 1px solid #ff7272;
}
.textarea::-moz-placeholder {
	color: #d6d6d6;
}
.textarea::-webkit-input-placeholder {
	color: #d6d6d6;
}
.textarea:-ms-input-placeholder {
	color: #d6d6d6;
}
.textarea::-ms-input-placeholder {
	color: #d6d6d6;
}
.textarea::placeholder {
	color: #d6d6d6;
}
.textarea--focused {
	border: 1px solid #ea6a00;
}
textarea:-webkit-autofill,
textarea:-webkit-autofill:active,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
	-webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
	transition: "color 9999s ease-out, background-color 9999s ease-out";
	transition-delay: 9999s;
}

.footer {
	width: 100%;
	font-family: Poppins;
}
.footer__title {
	font-size: 15px;
	line-height: 22px;
	letter-spacing: 0.24px;
	margin-bottom: 26px;
}
.footer__payments {
	margin-left: auto;
}
.footer__images {
	height: 40px;
}
.footer__images:not(:last-child) {
	padding-right: 10px;
}
.footer__list {
	padding: 0 50px;
}
.footer__policy-list {
	width: 89%;
}
.footer__company {
	width: 300px;
}
.footer__contacts {
	width: 200px;
}
/* .footer__policy-list {
	padding-bottom: 60px;
} */
.footer__policy-link {
	color: #fff;
}
.footer__policy-link:hover {
	color: #fe2a69;
}
.footer__policy-link:not(:last-child) {
	margin-right: 30px;
}

.static a,
.static li,
.static p,
.static span,
.text {
	font-weight: 400;
	font-family: Poppins, sans-serif;
}
.static a,
.static li,
.static p,
.static span,
.text--default {
	font-size: 16px;
	line-height: 28px;
}
.text--medium {
	font-weight: 400;
	font-size: 18px;
	line-height: 32px;
}
.text--big {
	font-weight: 400;
	font-size: 22px;
	line-height: 34px;
}
.text--bellow-medium {
	font-weight: 500;
	font-size: 16px;
	line-height: 32px;
}
.text--small {
	font-size: 16px;
	line-height: 24px;
}
.text--extra-small {
	font-size: 14px;
	line-height: 27px;
}
.static h1,
.static h2,
.static h3,
.static h4,
.title {
	font-weight: 700;
	font-family: Poppins, sans-serif;
}
.title--huge {
	font-size: 62px;
	line-height: 74px;
}
@media (max-width: 1366px) {
	.title--huge {
		font-size: 50px;
		line-height: 60px;
	}
}
@media (max-width: 460px) {
	.title--huge {
		font-size: 40px;
		line-height: 50px;
	}
}
.title--big {
	font-size: 44px;
	line-height: 80px;
}
@media (max-width: 1366px) {
	.title--big {
		font-size: 30px;
		line-height: 50px;
	}
}
@media (max-width: 460px) {
	.title--big {
		font-size: 26px;
		line-height: 48px;
	}
}
.static h1,
.title--default {
	font-size: 32px;
	line-height: 40px;
}
@media (max-width: 1366px) {
	.static h1,
	.title--default {
		font-size: 24px;
		line-height: 36px;
	}
}
@media (max-width: 460px) {
	.static h1,
	.title--default {
		font-size: 22px;
		line-height: 34px;
	}
}
.static h2,
.static h3,
.static h4,
.title--extra-small {
	font-size: 22px;
	line-height: 32px;
}
@media (max-width: 460px) {
	.static h2,
	.static h3,
	.static h4,
	.title--extra-small {
		font-size: 20px;
		line-height: 30px;
	}
}

/* .modal {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: fixed;
	background: rgba(0, 0, 0, 0.3);
	z-index: 999;
}
.modal__content {
	position: relative;
	height: 600px;
	width: 90%;
	margin: 0 auto;
	padding: 30px;
	background: #fff;
	border-radius: 32px;
	overflow: hidden;
}
.modal__overflow {
	overflow: auto;
	height: 100%;
	padding-right: 20px;
}
.modal__close-btn {
	background-color: #fff;
	border-radius: 50%;
	padding: 8px 10px;
	position: absolute;
	right: 50px;
	top: 40px;
} */

.processing {
	position: relative;
}
.processing--fetch:before {
	content: "";
	z-index: 10;
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
}
.processing--fetch:after {
	content: "";
	z-index: 20;
	background-image: url("");
	background-size: cover;
	position: absolute;
	width: 60px;
	height: 60px;
	display: block;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.processing__blur {
	-webkit-filter: blur(2px);
	filter: blur(2px);
}

.modal {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
}
.modal__content {
	position: relative;
}
.modal__content--background {
	background: #fff;
	border-radius: 32px;
	padding: 32px;
}

.header--single {
	width: 100%;
	padding: 20px 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header__signin {
	margin-right: 20px;
}
.header__logo,
.header__unsubscribe {
	font-family: Bebas Neue;
}
.header__unsubscribe {
	text-transform: uppercase;
	letter-spacing: 1px;
}

.color--blue {
	color: #46a2e3;
}
.contact {
	position: relative;
	border-radius: 16px;
	margin: 75px auto;
	padding: 0 122px 0 132px;
	color: #101350;
	display: flex;
	align-items: flex-start;
	flex-wrap: nowrap;
}
.contact__common-wrapper {
	background-color: #e9e9e9;
}
.contact__sub-title {
	color: #46a2e3;
}
.contact__info {
	width: 500px;
}
.contact__form {
	width: 548px;
}
.contact__box {
	padding: 52px 60px 42px;
	background: #fff;
	box-shadow: 0 24px 24px rgba(39, 44, 125, 0.122);
	border-radius: 12px;
}
.contact__box-title {
	font-weight: 500;
}
.contact__description {
	font-family: Montserrat;
	color: #25324b;
	padding-right: 42px;
	margin-bottom: 50px;
}
.contact__star-rate:not(:last-child) {
	margin-right: 8px;
	margin-bottom: 18px;
}
.contact__quote {
	font-weight: 500;
	color: #000;
	padding-right: 120px;
	margin-bottom: 12px;
}
.contact__rate {
	font-size: 16px;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.6);
}
.contact__rate--dark {
	color: #000;
}
.contact__label {
	color: #000;
	margin-bottom: 4px;
}
.contact__input {
	color: #000;
	background: #fff;
	box-shadow: 0 1px 2px rgba(14, 38, 86, 0.12);
	border-radius: 12px;
}
.contact__input::-moz-placeholder {
	color: #8b8b8b;
}
.contact__input::-webkit-input-placeholder {
	color: #8b8b8b;
}
.contact__input:-ms-input-placeholder {
	color: #8b8b8b;
}
.contact__input::-ms-input-placeholder {
	color: #8b8b8b;
}
.contact__input::placeholder {
	color: #8b8b8b;
}
.contact__input--width {
	margin-right: 16px;
	min-width: 206px;
}
.button {
	width: 100%;
	height: 56px;
	background-color: #46a2e3;
	color: #fff;
	border: none;
}
.button:hover {
	background: transparent;
	border: 1px solid #46a2e3;
	color: #46a2e3;
}
.footer__policy-link {
	color: #fff;
}

.footer__policy-link:not(:last-child) {
	margin-right: 30px;
}

.contact__form__arrow {
	width: 100%;
}

.modal-dialog {
	float: none;
	display: table;
	margin: 50px auto;
	width: 95dvw;
	max-width: 650px;
}

.modal-content {
	padding: 20px;
}

.oauth__wrapper {
	flex-direction: column;
	align-items: flex-start;
}
.oauth__wrapper label {
	color: #000;
}

/* ADAPTIVE */

@media (max-width: 1199px) {
	.contact__info {
		width: 50%;
	}

	.contact__form {
		width: 50%;
	}

	.contact__box {
		padding: 30px 25px;
	}

	.contact {
		padding-left: 50px;
		padding-right: 50px;
	}
	.contact__name-emal-wrapper {
		flex-direction: column;
	}
	.contact__name-emal-wrapper input {
		margin-right: 0;
	}
}

@media (max-width: 768px) {
	.contact {
		flex-direction: column;
		align-items: center;
		margin-top: 30px;
		margin-bottom: 0px;
	}

	.contact__info {
		width: 100%;
	}

	.contact__form {
		width: 100%;
	}

	.footer .container {
		margin: 30px 0;
	}

	.footer__list {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.footer__list > div {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.footer__list > div:last-child {
		margin-bottom: 0;
	}

	.contact__description {
		padding-right: 0;
	}

	.contact__quote {
		padding-right: 30px;
	}

	.contact__form {
		padding-top: 15px;
	}
	.processing {
		margin-bottom: 30px;
	}
	.header--single {
		padding: 20px 15px;
	}
	.contact {
		padding-left: 15px;
		padding-right: 15px;
	}
	.footer__list {
		padding: 0;
	}
}
