@font-face {
	font-family: 'Montserrat';
	src: url("../fonts/Montserrat-ExtraLight.woff2") format("woff2");
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url("../fonts/Montserrat-Black.woff2") format("woff2");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url("../fonts/Montserrat-Bold.woff2") format("woff2");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url("../fonts/Montserrat-ExtraBold.woff2") format("woff2");
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url("../fonts/Montserrat-Regular.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url("../fonts/Montserrat-Light.woff2") format("woff2");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url("../fonts/Montserrat-Medium.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Electrolize';
	src: url("../fonts/Electrolize-Regular.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Volja';
	src: url("../fonts/Volja-Regular.woff2") format("woff2");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Exo 2';
	src: url("../fonts/Exo2-Medium.woff2") format("woff2");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Exo 2';
	src: url("../fonts/Exo2-Light.woff2") format("woff2");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Jura';
	src: url("../fonts/Jura-Light.woff2") format("woff2");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

:root {
	--glass-bg: rgba(255,255,255,0.06);
	--glass-brd: rgba(255,255,255,0.12);
	--brand-grad: linear-gradient(90deg,#ee26de 0%,#f74ed1 50%,#ff75c3 100%);
	--gold-grad: linear-gradient(180deg,#e9c872 0%, #c6a353 60%, #a78336 100%);
	--text-primary: #fff;
	--text-dark: #1b1320;
}

body {
	background-color: #130d16;
	font-family: 'Montserrat', sans-serif;
	-webkit-font-feature-settings: 'pnum' on, 'lnum' on;
	font-feature-settings: 'pnum' on, 'lnum' on;
	min-width: 320px;
	overflow-x: hidden;
	position: relative;
	margin: 0;
	-webkit-transition: .3s;
	transition: .3s;
}

body.mnu-active {
	overflow: hidden;
}

body.light-theme {
	background-color: #f5f5f5;
}

body.light-theme .s-title {
	color: #000;
}

body.light-theme .s-title-bg {
	display: none;
}

body.light-theme .header-logo-title {
	color: #211728;
}

body.light-theme .header-logo-desc {
	color: #211728;
}

body.light-theme .header-mnu a {
	color: #211728;
}

body.light-theme .header-mnu a:after {
	background-color: #211728;
}

body.light-theme .header-lang li:after {
	color: #211728;
}

body.light-theme .header-lang a {
	color: #211728;
}

body.light-theme .main-title {
	color: #1c1322;
}

body.light-theme .main-title span {
	color: #211728;
}

body.light-theme .main-title-icon-1 {
	display: none;
}

body.light-theme .main-title-icon-2 {
	display: inline-block;
}

body.light-theme .main-desc {
	color: #211728;
}

body.light-theme .main-shadow-1 {
	display: none;
}

body.light-theme .main-shadow-2 {
	display: none;
}

body.light-theme .main-bg-2 {
	display: none;
}

body.light-theme .tariffs-nav-item {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #817984;
}

body.light-theme .tariffs-nav-item.active .tariffs-nav-item-title {
	color: #fff;
}

body.light-theme .tariffs-nav-item-title {
	color: #000;
}

body.light-theme .steps-item-desc {
	color: #000;
}

body.light-theme .steps-item-text {
	color: #000;
}

body.light-theme .steps-item-arrow-1-base, body.light-theme .steps-item-arrow-2-base, body.light-theme .steps-item-arrow-3-base {
	display: none;
}

body.light-theme .steps-item-arrow-1-dark, body.light-theme .steps-item-arrow-2-dark, body.light-theme .steps-item-arrow-3-dark {
	display: block;
}

body.light-theme .steps-bottom-text {
	color: #000;
}

body.light-theme .video-text {
	color: #000;
}

body.light-theme .faq-title {
	color: #000;
}

body.light-theme .faq-desc {
	color: #000;
}

body.light-theme .reviews-item:hover {
	background-color: #f1ebdf;
}

body.light-theme .reviews-text {
	color: #000;
}

body.light-theme .contacts-item-title {
	color: #000;
}

body.light-theme .contacts-item-value {
	color: #000;
}

body.light-theme .contacts-chat-title {
	color: #000;
}

body.light-theme .contacts-chat-arrow-white {
	display: none;
}

body.light-theme .contacts-chat-arrow-black {
	display: block;
}

body.light-theme .footer .header-logo-title {
	color: #a1a1a1;
}

body.light-theme .footer .header-logo-desc {
	color: #a1a1a1;
}

body.light-theme .footer .header-mnu a {
	color: #fff;
}

body.light-theme .footer .header-mnu a:after {
	background-color: #fff;
}

body.light-theme .footer .header-lang li:after {
	color: #fff;
}

body.light-theme .footer .header-lang li.active a {
	color: #dcb968;
}

body.light-theme .footer .header-lang a {
	color: #fff;
}

body.light-theme .mnu a {
	color: #211728;
}

body.light-theme .mnu-wrapper {
	background: #f5f5f5;
}

a {
	display: inline-block;
	text-decoration: none;
	color: #fff;
}

a:hover, a:focus, a:active {
	text-decoration: none;
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	line-height: normal;
}

ul {
	margin: 0;
	padding: 0;
}

input,
button,
textarea,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.c-container {
	width: 1170px;
	margin: auto;
	position: relative;
}

.s-title {
	font-size: 42px;
	font-weight: 800;
	text-transform: uppercase;
	color: #fff;
	line-height: 1.2;
	position: relative;
	z-index: 3;
	-webkit-transition: .3s;
	transition: .3s;
}

.s-title-wrap {
	text-align: center;
	position: relative;
	margin-bottom: 70px;
}

.s-title-bg {
	position: absolute;
	width: 100%;
	left: 0;
	top: -30px;
	text-align: center;
}

/* Header */
.header {
	padding: 50px 0;
}

.header-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-logo-title {
	font-size: 35px;
	font-family: "Volja", sans-serif;
	color: #c5a152;
	line-height: 1;
}

.header-logo-desc {
	font-size: 12px;
	font-family: "Jura", sans-serif;
	font-weight: 300;
	color: #a8a8a8;
	letter-spacing: 1px;
}

.header-mnu {
	margin-left: 80px;
}

.header-mnu li {
	display: inline-block;
	margin-right: 35px;
}

.header-mnu li:last-child {
	margin-right: 0;
}

.header-mnu a {
	font-size: 18px;
	font-weight: 600;
	-webkit-transition: .3s;
	transition: .3s;
	position: relative;
}

.header-mnu a:hover:after {
	width: 100%;
}

.header-mnu a:after {
	content: '';
	width: 0%;
	height: 1px;
	background-color: #fff;
	position: absolute;
	bottom: -1px;
	left: 0;
	-webkit-transition: .3s;
	transition: .3s;
}

.header-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.header-lang li {
	display: inline-block;
	padding-right: 15px;
	position: relative;
}

.header-lang li:after {
	content: '/';
	font-size: 16px;
	font-weight: 900;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
}

.header-lang li:last-child {
	padding-right: 0;
}

.header-lang li:last-child:after {
	display: none;
}

.header-lang li.active a {
	color: #dcb968;
}

.header-lang a {
	font-size: 16px;
	font-weight: 900;
	text-transform: uppercase;
	-webkit-transition: .3s;
	transition: .3s;
}

.header-lang a:hover {
	color: #dcb968;
}

.header-theme {
	margin-left: 50px;
	margin-right: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 3px 5px;
	background-color: #e3e3e3;
	cursor: pointer;
	border-radius: 15px;
	position: relative;
}

.header-theme:before {
	content: '';
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: #211728;
	position: absolute;
	left: 5px;
	top: 3px;
	-webkit-transition: .3s;
	transition: .3s;
}

.header-theme.active {
	background: #211728;
}

.header-theme.active:before {
	left: 36px;
	background-color: #eee;
}

.header-theme-item {
	width: 25px;
	height: 25px;
	margin-right: 7px;
	-webkit-transition: .3s;
	transition: .3s;
	position: relative;
	z-index: 3;
}

.header-theme-item:last-of-type {
	margin-right: 0;
}

.header-theme-item-dark {
	background: url("../img/dark-icon-white.png") no-repeat center;
}

.header-theme-item-light {
	background: url("../img/light-icon.png") no-repeat center;
}

.header-tg {
	-webkit-transition: .3s;
	transition: .3s;
}

.header-tg:hover {
	opacity: 0.8;
}

.toggle-nav {
	margin-left: 25px;
	display: none;
}

.mnu li {
	display: block;
	margin-bottom: 25px;
}

.mnu li:last-child {
	margin-bottom: 0;
}

.mnu a {
	font-size: 18px;
	font-weight: 600;
}

.mnu-close {
	margin-bottom: 20px;
}

.mnu-wrapper {
	background: url("../img/tariffs-item-bg.png") no-repeat top;
	background-size: cover;
	position: fixed;
	top: 0;
	right: -100%;
	overflow-y: scroll;
	width: 350px;
	height: 100%;
	z-index: 1000;
	padding: 30px;
	-webkit-transition: .3s;
	transition: .3s;
}

.mnu-wrapper.active {
	right: 0;
}

.mnu-other {
	margin-top: 30px;
	display: none;
}

.mnu-other .header-lang {
	display: block;
}

.mnu-other .header-theme {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin: 0;
	margin-top: 20px;
}

/* Main section */
.main {
	padding: 50px 0 70px;
	position: relative;
}

.main-title {
	text-align: center;
	margin-bottom: 10px;
	line-height: 1;
	font-size: 48px;
	font-family: "Electrolize", sans-serif;
	color: #dbdbdb;
	text-transform: uppercase;
	-webkit-transition: .3s;
	transition: .3s;
}

.main-title-text span {
	color: #dcb968;
}

.main-title-icon {
	display: block;
	margin-bottom: 15px;
}

.main-title-icon-2 {
	display: none;
}

.main-desc {
	font-family: "Jura", sans-serif;
	font-weight: 300;
	color: #848484;
	line-height: 1.4;
	text-align: center;
	-webkit-transition: .3s;
	transition: .3s;
}

.main-shadow-1 {
	width: 100%;
	position: absolute;
	left: 0;
	top: 150px;
	text-align: center;
}

.main-shadow-2 {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -150px;
	text-align: center;
}

.main-bg {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -150px;
	text-align: center;
}

.main-bg-2 {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	text-align: center;
}

.main-bg-2-hidden {
	display: none;
}

.tariffs {
	margin-top: 100px;
	position: relative;
	z-index: 3;
}

.tariffs-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 5px;
}

.tariffs-nav-item {
	width: 32%;
	cursor: pointer;
	padding: 20px 45px;
	border: 2px solid #930577;
	-webkit-box-shadow: inset 0px -5px 25px 0px rgba(209, 34, 192, 0.4);
	box-shadow: inset 0px -5px 25px 0px rgba(209, 34, 192, 0.4);
	text-align: center;
	overflow: hidden;
	position: relative;
}

.tariffs-nav-item:before {
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(25deg, #ee26de 0%, #f74ed1 52%, #ff75c3 100%);
	position: absolute;
	top: 0;
	left: -100%;
	-webkit-transition: .3s;
	transition: .3s;
}

.tariffs-nav-item.active {
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.tariffs-nav-item.active:before {
	left: 0;
}

.tariffs-nav-item.active .tariffs-nav-item-title {
	color: #211728;
}

.tariffs-nav-item.active .tariffs-nav-item-stars li {
	background: url("../img/star.svg") no-repeat center;
}

.tariffs-nav-item-1 {
	border-radius: 2px 15px 2px 2px;
}

.tariffs-nav-item-2 {
	border-radius: 15px 15px 2px 2px;
}

.tariffs-nav-item-3 {
	border-radius: 15px 2px 2px 2px;
}

.tariffs-nav-item-stars {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	list-style: none;
	position: relative;
	z-index: 3;
}

.tariffs-nav-item-stars li {
	background: url("../img/star-2.svg") no-repeat center;
	width: 15px;
	height: 15px;
	margin-right: 2px;
}

.tariffs-nav-item-stars li:last-child {
	margin-right: 0;
}

.tariffs-nav-item-title {
	font-size: 17px;
	font-weight: 800;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 10px;
	position: relative;
	z-index: 3;
	-webkit-transition: .3s;
	transition: .3s;
}

.tariffs-nav-item-title br {
	display: none;
}

.tariffs-nav-item img {
	position: relative;
	z-index: 3;
}

.tariffs-content {
	display: none;
}

.tariffs-content.active {
	display: block;
}

.tariffs-item {
	padding: 40px 60px 0;
	border-radius: 2px 2px 20px 20px;
	background: url("../img/tariffs-item-bg.png") no-repeat top;
	background-size: cover;
}

.tariffs-item-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 50px;
}

.tariffs-item-info-item {
	width: 20%;
}

.tariffs-item-info-item-title {
	font-size: 20px;
	font-family: "Exo 2", sans-serif;
	font-weight: 300;
	color: #fff;
	margin-bottom: 10px;
}

.tariffs-item-info-item-value {
	font-size: 15px;
	font-weight: 900;
	color: #dcb968;
}

.tariffs-item-form {
	padding: 0 30px;
	position: relative;
}

.tariffs-item-form-title {
	font-size: 16px;
	font-family: "Exo 2", sans-serif;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.tariffs-item-form-input {
	width: 100%;
	height: 60px;
	border-radius: 1px;
	border: 1px solid #523964;
	-webkit-box-shadow: inset 0px -4px 8px 0px rgba(0, 0, 0, 0.35);
	box-shadow: inset 0px -4px 8px 0px rgba(0, 0, 0, 0.35);
	background-color: transparent;
	padding: 0 30px;
	color: #fff;
	font: 20px 'Montserrat', sans-serif;
}

.tariffs-item-form-input-wrap {
	width: 100%;
	margin-bottom: 10px;
}

.tariffs-item-form-input-wrap:last-of-type {
	margin-bottom: 0;
}

.tariffs-item-form-input-wrap-2 {
	width: 100px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 15px;
}

.tariffs-item-form-inputs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.tariffs-item-form-btn {
	border-radius: 5px;
	background: -webkit-gradient(linear, left bottom, left top, from(#a78336), color-stop(48%, #c6a353), to(#e5c370));
	background: linear-gradient(to top, #a78336 0%, #c6a353 48%, #e5c370 100%);
	padding: 20px 65px;
	border: none;
	font: 18px 'Montserrat', sans-serif;
	color: #0c0e11;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: -30px;
}

.tariffs-item-form-btn:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#a78336), color-stop(48%, #c6a353), to(#e5c370));
	background: linear-gradient(to bottom, #a78336 0%, #c6a353 48%, #e5c370 100%);
}

.tariffs-item-form-btn img {
	margin-left: 15px;
}

.tariffs-item-form-btn-wrap {
	margin-top: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.tariffs-faq {
	font-size: 16px;
	font-weight: 200;
	color: #7f7f7f;
	text-transform: uppercase;
	text-decoration: underline;
	-webkit-transition: .3s;
	transition: .3s;
	position: absolute;
	right: 30px;
}

.tariffs-faq:hover {
	color: #dcb968;
	text-decoration: underline;
}

/* Steps section */
.steps {
	padding: 70px 0 90px;
}

.steps-items {
	padding: 0 70px;
}

.steps-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	padding-bottom: 50px;
}

.steps-item-reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.steps-item-reverse .steps-item-info {
	text-align: right;
}

.steps-item-reverse .steps-item-img {
	-webkit-transform: translateX(-100px);
	-ms-transform: translateX(-100px);
	transform: translateX(-100px);
}

.steps-item-img {
	width: 500px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 30px;
	-webkit-transform: translateX(70px);
	-ms-transform: translateX(70px);
	transform: translateX(70px);
}

.steps-item-img img {
	width: 100%;
}

.steps-item-info {
	width: 100%;
}

.steps-item-title {
	font-size: 34px;
	font-weight: 500;
	color: #fb64c9;
	margin-bottom: 25px;
}

.steps-item-desc {
	font-size: 19px;
	font-weight: 500;
	color: #fff;
	line-height: 1.4;
}

.steps-item-desc span {
	color: #dcb968;
}

.steps-item-text {
	margin-top: 25px;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
}

.steps-item-text span {
	text-decoration: underline;
}

.steps-item-btn {
	margin-top: 25px;
	background: -webkit-gradient(linear, left top, right top, from(#ee26de), color-stop(52%, #f74ed1), to(#ff75c3));
	background: linear-gradient(to right, #ee26de 0%, #f74ed1 52%, #ff75c3 100%);
	border-radius: 5px 15px 5px 15px;
	border: 1px solid #c427b3;
	padding: 15px 30px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	color: #211728;
	font-weight: 500;
}

.steps-item-btn:hover {
	background: -webkit-gradient(linear, right top, left top, from(#ee26de), color-stop(52%, #f74ed1), to(#ff75c3));
	background: linear-gradient(to left, #ee26de 0%, #f74ed1 52%, #ff75c3 100%);
}

.steps-item-btn img {
	margin-left: 15px;
}

.steps-item-arrow-1 {
	position: absolute;
	right: 305px;
	bottom: -70px;
}

.steps-item-arrow-1-dark {
	display: none;
}

.steps-item-arrow-2 {
	position: absolute;
	left: 300px;
	bottom: -60px;
}

.steps-item-arrow-2-dark {
	display: none;
}

.steps-item-arrow-3 {
	position: absolute;
	right: 317px;
	bottom: -85px;
}

.steps-item-arrow-3-dark {
	display: none;
}

.steps-bottom {
	text-align: center;
	margin-top: 100px;
}

.steps-bottom-text {
	font-size: 21px;
	font-weight: 500;
	color: #fff;
	line-height: 1.4;
	margin-bottom: 25px;
}

.steps-bottom-text-bold {
	font-weight: bold;
}

.steps-bottom-text-color {
	color: #dcb968;
}

.steps-bottom-text-line {
	text-decoration: underline;
}

.steps-btn {
	background: -webkit-gradient(linear, left top, right top, from(#a78336), color-stop(48%, #c6a353), to(#e5c370));
	background: linear-gradient(to right, #a78336 0%, #c6a353 48%, #e5c370 100%);
	border-radius: 5px 15px 5px 15px;
	padding: 20px 45px;
	font-weight: 500;
	color: #211728;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.steps-btn:hover {
	background: -webkit-gradient(linear, right top, left top, from(#a78336), color-stop(48%, #c6a353), to(#e5c370));
	background: linear-gradient(to left, #a78336 0%, #c6a353 48%, #e5c370 100%);
}

.steps-btn img {
	margin-left: 30px;
}

/* Video section */
.video {
	padding: 90px 0;
}

.video-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.video-wrap {
	width: 815px;
}

.video-text {
	text-align: center;
	font-weight: bold;
	color: #fff;
	margin-bottom: 15px;
}

.video iframe {
	border-radius: 20px;
}

/* Faq section */
.faq {
	padding: 30px 0 80px;
}

.faq-wrapper {
	padding: 0 80px;
}

.faq-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 80px;
	margin-bottom: 30px;
}

.faq-title {
	font-size: 42px;
	font-weight: 800;
	text-transform: uppercase;
	color: #fff;
}

.faq-desc {
	font-size: 16px;
	color: #fff;
	text-align: right;
	line-height: 1.4;
}

.faq-desc span {
	font-weight: bold;
}

.faq-item {
	background: -webkit-gradient(linear, left top, right top, from(#ee26de), color-stop(52%, #f74ed1), to(#ff75c3));
	background: linear-gradient(to right, #ee26de 0%, #f74ed1 52%, #ff75c3 100%);
	margin-bottom: 3px;
	border-radius: 5px 5px 0 0;
}

.faq-item:first-of-type {
	border-radius: 35px 35px 0 0;
}

.faq-item:last-of-type {
	margin-bottom: 0;
	border-radius: 5px 5px 35px 35px;
}

.faq-item-title {
	font-size: 21px;
	font-weight: bold;
	color: #211728;
	text-transform: uppercase;
	padding: 20px 100px 20px 50px;
	cursor: pointer;
	position: relative;
}

.faq-item-title:after {
	content: '';
	width: 25px;
	height: 20px;
	background: url("../img/faq-arrow.png") no-repeat center;
	position: absolute;
	right: 60px;
	top: 20px;
	-webkit-transition: .3s;
	transition: .3s;
}

.faq-item-title span {
	display: block;
	font-size: 18px;
	margin: -5px 0;
}

.faq-item-title.active:after {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.faq-item-drop {
	padding: 0 100px 20px 50px;
	display: none;
}

.faq-item-drop p {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 20px;
}

.faq-item-drop p:last-of-type {
	margin-bottom: 0;
}

/* Reviews section */
.reviews {
	padding: 50px 0 80px;
}

.reviews-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 15px;
	margin: 0 -12px -25px;
}

.reviews-item {
	width: 260px;
	height: 110px;
	border-radius: 1px;
	border: 1px solid #aa8639;
	margin: 0 12px 25px;
	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;
	-webkit-transition: .3s;
	transition: .3s;
}

.reviews-item:hover {
	background-color: #2f2621;
}

.reviews-text {
	font-size: 16px;
	color: #fff;
	line-height: 1.4;
}

.reviews-text span {
	font-weight: bold;
}

.reviews-text br {
	display: none;
}

.reviews-text-wrap {
	width: 550px;
	height: 110px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 40px 0 60px;
}

/* Contacts section */
.contacts {
	padding: 80px 0 120px;
}

.contacts-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.contacts-items {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: -80px;
}

.contacts-item {
	width: 50%;
	margin-bottom: 80px;
}

.contacts-item-jabber .contacts-item-link {
	background: -webkit-gradient(linear, left top, right top, from(#a78336), color-stop(48%, #c6a353), to(#e5c370));
	background: linear-gradient(to right, #a78336 0%, #c6a353 48%, #e5c370 100%);
}

.contacts-item-jabber .contacts-item-link:hover {
	background: -webkit-gradient(linear, right top, left top, from(#a78336), color-stop(48%, #c6a353), to(#e5c370));
	background: linear-gradient(to left, #a78336 0%, #c6a353 48%, #e5c370 100%);
}

.contacts-item-signal .contacts-item-link {
	background: -webkit-gradient(linear, left top, right top, from(#447ff8), to(#00a2ff));
	background: linear-gradient(to right, #5b5b5b 0%, #919191 100%);
}

.contacts-item-signal .contacts-item-link:hover {
	background: -webkit-gradient(linear, right top, left top, from(#447ff8), to(#00a2ff));
	background: linear-gradient(to left, #5b5b5b 0%, #919191 100%);
}

.contacts-item-title {
	font-size: 21px;
	font-weight: 800;
	color: #fff;
	margin-bottom: 10px;
}

.contacts-item-value {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
}

.contacts-item-icon {
	width: 30px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 5px;
}

.contacts-item-link {
	margin-left: 13px;
	width: 30px;
	height: 20px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-radius: 5px;
	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;
	background: -webkit-gradient(linear, left top, right top, color-stop(40%, #72bee2), to(#38ebba));
	background: linear-gradient(to right, #72bee2 40%, #38ebba 100%);
}

.contacts-item-link:hover {
	background: -webkit-gradient(linear, right top, left top, color-stop(40%, #72bee2), to(#38ebba));
	background: linear-gradient(to left, #72bee2 40%, #38ebba 100%);
}

.contacts-chat {
	width: 220px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 100px;
	position: relative;
}

.contacts-chat-title {
	font-size: 18px;
	font-weight: 800;
	color: #fff;
	line-height: 1.4;
	margin-bottom: 20px;
}

.contacts-chat-title span {
	color: #31d45c;
}

.contacts-chat-arrow {
	position: absolute;
	top: 10px;
	right: 25px;
}

.contacts-chat-arrow-black {
	display: none;
}

.contacts-chat-btn {
	border-radius: 15px 5px 15px 5px;
	padding: 15px 20px 15px 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: -webkit-gradient(linear, left top, right top, from(#a78336), color-stop(48%, #c6a353), to(#e5c370));
	background: linear-gradient(to right, #a78336 0%, #c6a353 48%, #e5c370 100%);
	font-size: 16px;
	font-weight: 500;
	color: #040404;
	position: relative;
}

.contacts-chat-btn:before {
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #29ff60;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 20px;
}

.contacts-chat-btn:hover {
	background: -webkit-gradient(linear, right top, left top, from(#a78336), color-stop(48%, #c6a353), to(#e5c370));
	background: linear-gradient(to left, #a78336 0%, #c6a353 48%, #e5c370 100%);
}

.contacts-chat-btn img {
	margin-left: 15px;
}

/* Footer */
.footer {
	background: url("../img/footer-bg.png") no-repeat top;
	background-size: cover;
	padding: 25px 0;
	position: relative;
}

.footer-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.footer .header-logo-title {
	color: #909090;
	-webkit-transition: .3s;
	transition: .3s;
}

.footer .header-logo-title:hover {
	color: #dcb968;
}

.totop {
	width: 40px;
	height: 40px;
	border-radius: 1px;
	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;
	background: -webkit-gradient(linear, left top, right top, from(#ee26de), color-stop(52%, #f74ed1), to(#ff75c3));
	background: linear-gradient(to right, #ee26de 0%, #f74ed1 52%, #ff75c3 100%);
	position: absolute;
	top: -75px;
	right: 0;
}

.totop:hover {
	background: -webkit-gradient(linear, right top, left top, from(#ee26de), color-stop(52%, #f74ed1), to(#ff75c3));
	background: linear-gradient(to left, #ee26de 0%, #f74ed1 52%, #ff75c3 100%);
}

.totop:hover img {
	-webkit-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	transform: translateY(-1px);
}

.totop img {
	-webkit-transition: .3s;
	transition: .3s;
}

.request {
  margin-top: 40px;
  text-align: left;
}

.request-top {
  background: var(--glass-bg);
  border: 1px solid var(--glass-brd);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 22px 24px;
  color: var(--text-primary);
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
}

.request-title {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: .02em;
  color: #fff;
  margin-bottom: 6px;
  position: relative;
}

.request-title::after{
  content:"";
  display:block;
  height: 2px;
  margin-top: 10px;
  width: 120px;
  background: var(--brand-grad);
  border-radius: 2px;
}

.request-desc {
  color: #cfcad6;
  font-size: 14px;
  margin: 10px 0 14px;
}

.request-client-address {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px dashed rgba(255,255,255,.25);
  background: rgba(255,255,255,.05);
  color: #eaeaea;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
  font-size: 16px;
  max-width: 100%;
  word-break: break-all;
}

.request-client-address-wrap { display: flex; gap: 10px; flex-wrap: wrap; }

.request-client-address-wrap:last-of-type {
	margin-bottom: 0;
}

.request-wrap {
  margin-top: 10px;
  background: #fff;
  border-radius: 20px;
  padding: 26px 22px 30px;
  text-align: left;
  border: 1px solid #eee;
  box-shadow: 0 20px 60px rgba(0,0,0,.25);
}

.request-subtitle {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 14px;
}

.request-address {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-radius: 14px;
  background: var(--brand-grad);
  color: #fff;
  padding: 14px 16px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.25;
  box-shadow: inset 0 -2px 0 rgba(0,0,0,.12);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
  word-break: break-all;
}

.request-address .copy-btn {
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 8px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  transition: background .2s ease, transform .08s ease;
}

.request-address .copy-btn:hover { background: rgba(255,255,255,.28); }
.request-address .copy-btn:active { transform: scale(.95); }

.request-text {
  margin: 12px 0 18px;
  font-size: 13px;
  color: #5a4c63;
  text-transform: none;
}

.request-text span { font-weight: 800; }

.request-qr {
  display: flex;
  justify-content: center;
  margin: 6px 0 0;
}

.request-qr img {
  width: 190px;
  height: 190px;
  border-radius: 16px;
  padding: 12px;
  background: #fcfaff;
  border: 1px dashed #e7d9f0;
  box-shadow: 0 8px 24px rgba(29, 0, 49, .08);
}

.request-btn {
  border-radius: 12px;
  padding: 14px 18px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--gold-grad);
  color: #0c0e11;
  transition: transform .08s ease, filter .2s ease;
}

.request-btn:hover { filter: saturate(1.05) brightness(1.02); }
.request-btn:active { transform: translateY(1px); }

.request-btn.backToIndex {
  background: transparent;
  border: 1px solid #ccb06a;
  color: #846a2a;
}

.request-btn.backToIndex:hover { background: rgba(219,185,104,.12); }

.request-btn img {
	margin-left: 15px;
}

/* Adaptive */
@media only screen and (max-width: 1230px) {
	.c-container {
		width: 100%;
		padding: 0 30px;
	}

	.header {
		padding: 30px 0;
	}

	.header-mnu {
		margin-left: 30px;
	}

	.header-mnu li {
		margin-right: 20px;
	}

	.tariffs-nav-item {
		width: 32.5%;
		padding: 20px;
	}

	.s-title-bg {
		top: -15px;
	}

	.steps-item-arrow-3 {
		right: 230px;
	}

	.faq-wrapper {
		padding: 0;
	}

	.reviews-item {
		width: 30.8%;
	}

	.reviews-text-wrap {
		width: 61.4%;
	}

	.contacts-chat {
		margin-left: 20px;
	}

	.totop {
		right: 30px;
	}
}

@media only screen and (max-width: 1023px) {
	body.light-theme .steps-item-arrow-1-dark, body.light-theme .steps-item-arrow-2-dark, body.light-theme .steps-item-arrow-3-dark {
		display: none;
	}

	.header-mnu {
		display: none;
	}

	.toggle-nav {
		display: block;
	}

	.main-shadow-1 {
		top: 100px;
	}

	.tariffs {
		margin-top: 70px;
	}

	.tariffs-nav-item br {
		display: block;
	}

	.tariffs-item {
		padding: 30px;
	}

	.tariffs-item-info {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 30px;
	}

	.tariffs-item-info-item {
		width: 33%;
		margin-bottom: 20px;
	}

	.s-title {
		font-size: 36px;
	}

	.steps-items {
		padding: 0;
	}

	.steps-item {
		display: block;
		text-align: center;
		padding-bottom: 0;
		margin-bottom: 50px;
	}

	.steps-item-reverse .steps-item-info {
		text-align: center;
	}

	.steps-item-reverse .steps-item-img {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.steps-item-img {
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px);
		margin: 0;
		width: 100%;
	}

	.steps-item-arrow-1, .steps-item-arrow-2, .steps-item-arrow-3 {
		display: none;
	}

	.steps-bottom {
		margin-top: 0;
	}

	.video-wrap {
		width: 100%;
	}

	.faq {
		padding: 30px 0;
	}

	.faq-top {
		padding: 0 30px;
	}

	.faq-item-title {
		font-size: 18px;
	}

	.faq-item-title span {
		font-size: 16px;
	}

	.reviews-text {
		font-size: 22px;
	}

	.reviews-text-wrap {
		display: block;
		height: auto;
		width: 100%;
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
		padding: 0;
		text-align: center;
		margin-bottom: 30px;
	}

	.reviews-text br {
		display: block;
	}

	.reviews-items {
		margin: 0 -5px -10px;
	}

	.reviews-item {
		width: 31.8%;
		margin: 0 5px 10px;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.contacts {
		padding: 30px 0 80px;
	}

	.contacts-wrapper {
		display: block;
	}

	.contacts-items {
		margin-bottom: 0;
	}

	.contacts-item {
		margin-bottom: 50px;
	}

	.contacts-item-title {
		font-size: 18px;
	}

	.contacts-chat {
		margin-left: 0;
	}

	.request-subtitle {
		font-size: 18px;
		margin-bottom: 15px;
	}

	.request-address {
		font-size: 24px;
	}

	.request-text {
		font-size: 12px;
	}

	.tariffs-item-form {
		padding: 0;
	}

	.tariffs-item-form-title {
		font-size: 12px;
	}

	.tariffs-item-form-input {
		font-size: 16px;
	}

	.tariffs-faq {
		right: 0;
	}

	.tariffs-item-form-btn {
		margin-bottom: 0;
	}

	.tariffs-item-form-btn-wrap {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.header-lang {
		display: none;
	}

	.header-theme {
		display: none;
	}

	.mnu-other {
		display: block;
	}

	.main {
		padding: 30px 0 70px;
	}

	.main-title {
		font-size: 36px;
	}

	.main-title-icon {
		margin-right: 10px;
	}

	.main-desc br {
		display: none;
	}

	.main-shadow-1 {
		top: 150px;
	}

	.main-shadow-2 {
		bottom: -30px;
	}

	.main-bg {
		bottom: -50px;
	}

	.tariffs-nav-item {
		padding: 10px;
		opacity: 0.5;
	}

	.tariffs-nav-item.active {
		opacity: 1;
	}

	.tariffs-nav-item:last-of-type {
		margin-bottom: 0;
	}

	.tariffs-nav-item-title {
		font-size: 12px;
		margin-bottom: 5px;
	}

	.tariffs-item {
		padding: 20px 20px 40px;
	}

	.tariffs-item-info-item {
		width: 50%;
	}

	.tariffs-item-form {
		padding: 0;
	}

	.tariffs-item-form-title {
		font-size: 14px;
	}

	.tariffs-item-form-input {
		height: 50px;
		padding: 0 15px;
		font-size: 14px;
	}

	.tariffs-item-form-btn {
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 15px;
	}

	.tariffs-item-form-btn-wrap {
		margin-top: 10px;
	}

	.s-title {
		font-size: 30px;
	}

	.s-title-wrap {
		margin-bottom: 40px;
	}

	.s-title-bg {
		top: -5px;
	}

	.steps {
		padding: 50px 0;
		overflow: hidden;
	}

	.steps-item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.steps-item-title {
		font-size: 30px;
		margin-bottom: 10px;
	}

	.steps-item-desc {
		font-size: 16px;
	}

	.steps-item-desc br {
		display: none;
	}

	.steps-item-text {
		font-size: 16px;
	}

	.steps-item-img {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		width: 500px;
	}

	.steps-bottom-text {
		font-size: 18px;
	}

	.steps-bottom-text br {
		display: none;
	}

	.video {
		padding: 50px 0;
	}

	.video iframe {
		height: 250px;
	}

	.faq-title {
		font-size: 36px;
	}

	.faq-top {
		font-size: 33px;
		display: block;
		text-align: center;
	}

	.faq-desc {
		text-align: center;
		margin-top: 15px;
	}

	.faq-item:first-of-type {
		border-radius: 15px 15px 0 0;
	}

	.faq-item:last-of-type {
		border-radius: 0 0 15px 15px;
	}

	.faq-item-title {
		font-size: 16px;
		padding: 20px;
		padding-right: 40px;
	}

	.faq-item-title:after {
		right: 20px;
	}

	.faq-item-title span {
		font-size: 14px;
	}

	.faq-item-title span br {
		display: none;
	}

	.faq-item-drop {
		padding: 0 20px 20px 20px;
	}

	.faq-item-drop p {
		font-size: 16px;
	}

	.reviews {
		padding: 30px 0;
	}

	.reviews-text {
		font-size: 20px;
	}

	.reviews-text br {
		display: none;
	}

	.reviews-items {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 0;
		margin-bottom: -10px;
	}

	.reviews-item {
		width: 49%;
		padding: 10px;
		margin: 0;
		margin-bottom: 10px;
	}

	.contacts {
		padding: 50px 0 80px;
	}

	.contacts-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.contacts-item {
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}

	.contacts-item:last-of-type {
		margin-bottom: 50px;
	}

	.contacts-item-title {
		font-size: 16px;
	}

	.contacts-item-value {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		font-size: 15px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.contacts-item-icon {
		width: 20px;
	}

	.contacts-item-icon img {
		width: 100%;
	}

	.contacts-chat-title {
		font-size: 16px;
	}

	.totop {
		right: 25px;
	}

	.request-title {
		font-size: 24px;
		margin-bottom: 5px;
	}

	.request-client-address {
		font-size: 16px;
	}

	.request-desc {
		font-size: 14px;
	}

	.request-address{ font-size:16px; padding-right: 90px; }

	.request-qr img{ width: 160px; height: 160px; }

	.tariffs-item-form-inputs {
		display: block;
	}

	.tariffs-item-form-input-wrap {
		margin-left: 0;
		width: 100%;
	}

	.tariffs-item-form-input-wrap:last-of-type {
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 479px) {
	.c-container {
		padding: 0 15px;
	}

	.header {
		padding: 20px 0;
	}

	.header-logo-title {
		font-size: 30px;
	}

	.header-logo-desc {
		font-size: 10px;
	}

	.header-tg {
		width: 25px;
	}

	.toggle-nav {
		margin-left: 15px;
	}

	.mnu-wrapper {
		width: 100%;
	}

	.main {
		padding: 50px 0;
	}

	.main .c-container {
		padding: 0;
	}

	.main-bg-2-hidden {
		display: block;
	}

	.main-title {
		padding: 0 15px;
	}

	.main-desc {
		padding: 0 15px;
	}

	.main-title {
		font-size: 30px;
	}

	.main-title-icon {
		width: 30px;
	}

	.main-desc {
		font-size: 14px;
	}

	.main-shadow-1 {
		display: none;
	}

	.main-shadow-2 {
		bottom: 0;
	}

	.main-bg {
		bottom: -30px;
	}

	.tariffs {
		margin-top: 30px;
	}

	.tariffs-nav-item {
		display: block;
		text-align: center;
		padding: 10px 5px;
	}

	.tariffs-nav-item.active .tariffs-nav-item-stars li {
		background: url("../img/star-mob.svg") no-repeat center;
	}

	.tariffs-nav-item-title {
		font-size: 10px;
	}

	.tariffs-nav-item-stars li {
		width: 10px;
		height: 10px;
		background: url("../img/star-2-mob.svg") no-repeat center;
		margin-right: 0;
	}

	.tariffs-item-info-item {
		margin-bottom: 15px;
	}

	.tariffs-item-info-item-title {
		font-size: 12px;
		margin-bottom: 5px;
	}

	.tariffs-item-info-item-value {
		font-size: 12px;
	}

	.tariffs-item-form-title {
		font-size: 12px;
	}

	.tariffs-item-form-input {
		height: 45px;
		font-size: 12px;
	}

	.tariffs-item-form-btn {
		font-size: 14px;
	}

	.tariffs-item-form-btn img {
		width: 20px;
	}

	.tariffs-faq {
		font-size: 14px;
		margin-left: 40px;
	}

	.s-title {
		font-size: 24px;
	}

	.steps-item-title {
		font-size: 24px;
	}

	.steps-item-desc {
		font-size: 14px;
	}

	.steps-item-text {
		font-size: 14px;
		margin-top: 15px;
	}

	.steps-item-btn {
		margin-top: 15px;
	}

	.steps-item-img {
		padding: 0 15px;
	}

	.steps-bottom-text {
		font-size: 16px;
		margin-bottom: 15px;
	}

	.steps-btn {
		padding: 20px;
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.video-text {
		font-size: 14px;
	}

	.video iframe {
		height: 150px;
		border-radius: 10px;
	}

	.faq-desc {
		font-size: 14px;
	}

	.faq-item-title {
		font-size: 14px;
		padding-right: 50px;
	}

	.faq-item-title span {
		font-size: 13px;
	}

	.faq-item-drop p {
		font-size: 14px;
	}

	.reviews-text {
		font-size: 16px;
	}

	.reviews-item {
		height: 80px;
	}

	.totop {
		width: 30px;
		height: 30px;
		right: 12px;
		top: -40px;
	}

	.request {
		margin-top: 30px;
	}

	.request-top {
		padding: 25px 15px;
		border-radius: 15px 15px 0 0;
	}

	.request-title {
		font-size: 20px;
	}

	.request-client-address {
		font-size: 12px;
	}

	.request-wrap {
		border-radius: 0 0 15px 15px;
		padding: 25px 15px 40px;
	}

	.request-subtitle {
		font-size: 16px;
	}

	.request-address {
		font-size: 12px;
	}

	.request-text {
		font-size: 10px;
		margin-bottom: 10px;
	}

	.request-btn {
		margin-top: 10px;
		font-size: 14px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 100%;
		padding: 20px;
	}

	.request-btn img {
		margin-left: 10px;
	}

	.tariffs-faq {
		position: static;
		margin-left: 0;
		margin-bottom: 10px;
	}

	.main-title-icon {
		margin-right: 0;
		text-align: center;
		width: 100%;
	}

	.main-title-icon img {
		width: 30px;
	}

	.main-shadow-1 {
		top: 200px;
	}
}

@media only screen and (max-width: 430px) {
	.steps-item-img {
		width: 450px;
	}
}

@media only screen and (max-width: 375px) {
	.steps-item-img {
		width: 400px;
	}
}

.header-logo {
	cursor: pointer;
}

.request_buttons { 
  display: flex; 
  gap: 12px; 
  flex-wrap: wrap; 
  margin-top: 18px; 
  place-content: center;
}

.color-red {
	color: red;
	font-family: 'Exo 2';
	margin-bottom: 5px;
}

.video-js {
	height: 400px;
	width: 100%;
	border-radius: 20px;
}

.request-qr-note{
  margin-top: 10px;
  text-align: center;
  font-size: 13px;
  line-height: 1.5;
  color: #6d5f76;
}

.copy-button {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.2rem;
    color: #ffd700;
    transition: transform 0.2sease;
}
.img__copy.tor {
    width: 24px !important;
    height: 24px !important;
    filter: invert(1) !important;
}
.copy-notification {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0,0,0,0.85);
  color: #fff;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 1rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 9999;
  width: max-content;
}
.copy-notification.show{
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

@media (max-width: 1023px) {
  .request-top { text-align: center; }
  .request-title::after { margin: 10px auto 0; }
  .request-client-address-wrap { justify-content: center; }
}

@media (max-width: 767px) {
  .request-wrap { text-align: center; }

  .request-address {
    justify-content: center;
    padding-right: 96px;
    text-align: start;
  }
  .request-address .addr-text {
    flex: 1 1 auto;
    min-width: 0;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    hyphens: auto;
  }
  .request-address .copy-btn {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    flex: 0 0 auto;
  }

  .request_buttons { justify-content: center; }
}