/*!
Theme Name: Ultranet Group
Theme URI: http://underscores.me/
Author: WEBTOP
Author URI: https://web24.pro/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ultranet
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Ultranet Group is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
	--container: 1316px;

	--gap: 30px;

	--text-size: 16px;
	--text-size-sm: 14px;
	--h1-size: 40px;
	--h2-size: 34px;
	--h3-size: 28px;
	--h4-size: 24px;
	--h5-size: 20px;
	--h6-size: 18px;

	--radius: 10px;
	--radius-sm: calc(var(--radius) / 2.5);

	--red: #BD0063;
	--purple: #523065;
	--rose: #DB098A;
	--white: #ffffff;
	--black: #3E3047;
	--line: #A794A6;
	--bg-light: #FAF4F7;
}
*, ::after, ::before {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
::-webkit-scrollbar {
	width: 6px;
}
::-webkit-scrollbar-track {
	background: #D9D9D9;
}
::-webkit-scrollbar-thumb {
	background: var(--red);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
body {
	margin: 0;
	padding: 0;
	font-size: var(--text-size);
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	line-height: 1.25;
	color: var(--black);
	background: var(--white);
}
a {
	color: var(--red);
	transition: .5s;
}
a:hover {
	text-decoration: none;
}
img {
	margin: 0;
	vertical-align: middle;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
/* PART 1 - Before Lazy Load */
img[data-lazyloaded]{
    opacity: 0;
}
/* PART 2 - Upon Lazy Load */
img.litespeed-loaded{
    -webkit-transition: opacity .5s linear 0.2s;
    -moz-transition: opacity .5s linear 0.2s;
    transition: opacity .5s linear 0.2s;
    opacity: 1;
}
.bg-cover {
	position: relative;
}
.bg-cover img,
.bg-cover video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.bg-cover span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	margin: 30px 0 15px;
	line-height: 1.16;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
	margin-top: 0;
}
h1 {
	font-size: var(--h1-size);
}
h2 {
	font-size: var(--h2-size);
}
h3 {
	font-size: var(--h3-size);
}
h4 {
	font-size: var(--h4-size);
}
h5 {
	font-size: var(--h5-size);
}
h6 {
	font-size: var(--h6-size);
}
p, ul, ol, blockquote {
	margin: 0 0 15px;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child, p:last-child, ul:last-child, ol:last-child, blockquote:last-child {
	margin-bottom: 0;
}
iframe {
	max-width: 100%;
}
.form-fields {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px -20px;
}
.form-field {
	position: relative;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0 10px;
	margin-bottom: 20px;
}
.form-field-50 {
	flex: 0 0 50%;
	max-width: 50%;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
select,
textarea {
	font-size: var(--text-size);
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	line-height: 1.5;
	width: 100%;
	background: var(--white);
	border: none;
	color: var(--black);
	-moz-border-radius: var(--radius-sm);
	-webkit-border-radius: var(--radius-sm);
	border-radius: var(--radius-sm);
	padding: 14px 20px;
	height: 52px;
	outline: none;
	transition: .5s;
}
textarea {
	height: 110px;
	resize: vertical;
}
select {
	cursor: pointer;
}
.w-100 {
	width: 100%;
}
.wpcf7-spinner {
	position: absolute;
	right: 0;
	top: 0;
}
.wpcf7-not-valid-tip {
	margin-top: 2px;
	font-size: var(--text-size-sm);
}
.wpcf7 form .wpcf7-response-output {
	margin: 20px 0 0;
	padding: 10px 15px;
}


.screen-reader-text {
	display: none;
}
.container {
	width: 100%;
	max-width: var(--container);
	margin-left: auto;
	margin-right: auto;
}
.section {
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
	z-index: 1;
}
.section-sm {
	position: relative;
	padding-top: 60px;
	padding-bottom: 60px;
	z-index: 1;
}
.pt-0 {
	padding-top: 0 !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.mt-0 {
	margin-top: 0 !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
@media (min-width: 992px) {
	.hide-lg {
		display: none !important;
	}
}
.bg-light {
	background: var(--bg-light);
}


.heading {
	position: relative;
	font-size: var(--h6-size);
	margin-bottom: calc(var(--gap) * 2);
}
.heading.center {
	text-align: center;
}
.heading.white {
	color: var(--white);
}
.heading h2 {
	font-size: var(--h1-size);
	font-weight: 700;
	margin-top: 0;
	text-transform: uppercase;
	margin-bottom: var(--gap);
}
.heading h2:last-child {
	margin-bottom: 0;
}


.btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: var(--h6-size);
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	line-height: 1.5;
	border: 1px solid transparent;
	padding: 11px 28px;
	-moz-border-radius: var(--radius-sm);
	-webkit-border-radius: var(--radius-sm);
	border-radius: var(--radius-sm);
	outline: none;
	min-width: 244px;
	min-height: 52px;
	text-decoration: none;
	cursor: pointer;
	transition: .5s;
}
.btn.btn-lg {
	min-height: 80px;
	font-size: var(--h4-size);
}
.btn-primary {
	background-color: var(--red);
	border-color: var(--red);
	color: var(--white);
}
.btn-primary:hover {
	background-color: var(--purple);
	border-color: var(--purple);
	color: var(--white);
}
.btn-secondary {
	background-color: var(--purple);
	border-color: var(--purple);
	color: var(--white);
}
.btn-secondary:hover {
	background-color: var(--black);
	border-color: var(--black);
	color: var(--white);
}


.swiper-navigation {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	gap: calc(var(--gap) / 2);
	z-index: 9;
}
.swiper-navigation button {
	position: relative;
	flex: 0 0 63px;
	max-width: 63px;
	width: 63px;
	height: 24px;
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/arrow-right.svg);
    mask-image: url(images/arrow-right.svg);
    background-color: var(--black);
    border: none;
    outline: none;
    padding: 0;
    cursor: pointer;
	transition: .5s;
}
.swiper-navigation.white button {
	background-color: var(--white);
}
.swiper-navigation button.swiper-navigation-prev {
	transform: scale(-1, 1);
}
.swiper-navigation button:hover,
.swiper-navigation.white button:hover {
	background: var(--red);
}


.soc-links {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: calc(var(--gap) / 2);
}
.soc-links li.soc-desktop {
	display: none;
}
@media (min-width: 992px) {
	.soc-links li.soc-desktop {
		display: block;
	}
	.soc-links li.soc-mobile {
		display: none;
	}
}
.soc-links li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	background: var(--red);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.soc-links li a:hover {
	background-color: var(--purple);
}
.soc-links li a svg {
	max-width: 20px;
	flex: 0 0 20px;
	height: 20px;
}
.soc-links li a path {
	fill: var(--white);
	transition: .5s;
}



.modal-mobile {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -9999;
	opacity: 0;
	transition: .5s;
}
.modal-mobile.show {
	z-index: 9999;
	opacity: 1;
}
.modal-mobile-wrap {
	position: relative;
	background: var(--white);
	height: 100%;
	width: 100%;
	transform: translateY(-100%);
	transition: .5s;
	overflow: auto;
	display: flex;
	flex-direction: column;
	z-index: 1;
}
.modal-mobile.show .modal-mobile-wrap {
	transform: translateY(0);
}
.modal-mobile-header {
	position: relative;
	background: var(--white);
	padding: 8px 0;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}
.modal-mobile-header-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 50px;
}
.modal-mobile-logo {
	flex: auto;
	max-width: 100%;
}
.modal-mobile-logo img {
	max-height: 50px;
}
.modal-mobile-close {
	-webkit-mask-image: url(images/close.svg);
	mask-image: url(images/close.svg);
	-webkit-mask-size: 20px;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--black);
	flex: 0 0 30px;
	max-width: 30px;
	width: 30px;
	height: 30px;
	border: none;
	padding: 0;
	outline: none !important;
	cursor: pointer;
	transition: .5s;
}
.modal-mobile-close:hover {
	background-color: var(--purple);
}
.modal-mobile-body {
	padding: 30px 0;
	flex: auto;
}
.mobile-menu {
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 15px;
	list-style: none;
}
.mobile-menu li a {
	font-size: var(--h5-size);
	font-weight: 600;
	display: block;
	color: var(--black);
	text-decoration: none;
}
.mobile-menu li:hover > a,
.mobile-menu li.current-menu-item > a {
	color: var(--red);
}
.modal-mobile-button {
	text-align: center;
	margin-top: 40px;
}
.modal-mobile-footer {
	position: relative;
	background: #171717;
	padding: 40px 0;
	z-index: 1;
}
.modal-mobile-contacts {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	z-index: 1;
}
.modal-mobile-contacts p {
	position: relative;
	margin: 0;
	z-index: 1;
}
.modal-mobile-contacts p a,
.modal-mobile-contacts p span {
	display: flex;
	align-items: center;
	color: var(--white);
	text-decoration: none;
}
.modal-mobile-contacts p a:hover {
	color: var(--red);
}
.modal-mobile-contacts p i {
	flex: 0 0 28px;
	max-width: 28px;
	width: 28px;
	height: 28px;
	background: var(--red);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: calc(var(--gap) / 2);
	transition: .5s;
}
.modal-mobile-contacts p i:before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--white);
	flex: 0 0 18px;
	max-width: 18px;
	height: 18px;
	transition: .5s;
}
.modal-mobile-contacts p.phone i:before {
	-webkit-mask-image: url(images/phone.svg);
	mask-image: url(images/phone.svg);
}
.modal-mobile-contacts p.address i:before {
	-webkit-mask-image: url(images/location.svg);
	mask-image: url(images/location.svg);
}
.modal-mobile-soc {
	justify-content: center;
	margin-top: 20px;
}



.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1055;
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
}
.modal-dialog {
	position: relative;
	width: auto;
	max-width: 690px;
	margin: 1.75rem auto;
	pointer-events: none;
	display: flex;
	align-items: center;
	min-height: calc(100% - 3.5rem);
}
.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #4E2D5B;
	background-clip: padding-box;
	outline: 0;
	padding: 60px 80px;
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	overflow: hidden;
	z-index: 1;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	width: 100vw;
	height: 100vh;
	background-color: rgba(12, 12, 12, .6);
	backdrop-filter: blur(12px);
	opacity: 0;
	z-index: -1;
}
.modal-backdrop.show {
	opacity: 1;
	z-index: 1049;
}
.modal-title {
	font-size: var(--h1-size);
	font-weight: 700;
	text-align: center;
	color: var(--white);
	margin-bottom: var(--gap);
	text-transform: uppercase;
}
.modal-close {
	position: absolute;
	-webkit-mask-size: 20px;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/close.svg);
	mask-image: url(images/close.svg);
	background-color: var(--white);
	width: 32px;
	height: 32px;
	top: 15px;
	right: 15px;
	border: none;
	cursor: pointer;
	padding: 0;
	transition: .5s;
	z-index: 9;
}
.modal-close:hover {
	background-color: var(--red);
}
.modal-text-1 {
	color: var(--white);
	margin-bottom: var(--gap);
}
.modal-form {
	max-width: 450px;
	margin: 0 auto var(--gap);
	color: var(--white);
}
.modal-text-2 {
	font-size: var(--text-size-sm);
	color: var(--white);
}


.wp-caption {
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}
.gallery {
	display: flex;
	flex-wrap: wrap;
	margin: 26px -12px 2px;
}
.gallery:first-child {
	margin-top: 0;
}
.gallery:last-child {
	margin-bottom: -24px;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
	margin: 0 0 24px;
	padding: 0 12px;
}
.gallery-item * {
	height: 100%;
}
.gallery-item > * {
	overflow: hidden;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid var(--grey-light);
}
.gallery-columns-2 .gallery-item {
	flex: 0 0 calc(100% / 2);
	max-width: calc(100% / 2);
}
.gallery-columns-3 .gallery-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
}
.gallery-columns-4 .gallery-item {
	flex: 0 0 calc(100% / 4);
	max-width: calc(100% / 4);
}
.gallery-columns-5 .gallery-item {
	flex: 0 0 calc(100% / 5);
	max-width: calc(100% / 5);
}
.gallery-columns-6 .gallery-item {
	flex: 0 0 calc(100% / 6);
	max-width: calc(100% / 6);
}
.gallery-columns-7 .gallery-item {
	flex: 0 0 calc(100% / 6);
	max-width: calc(100% / 6);
}
.gallery-columns-8 .gallery-item {
	flex: 0 0 calc(100% / 8);
	max-width: calc(100% / 8);
}
.gallery-columns-9 .gallery-item {
	flex: 0 0 calc(100% / 9);
	max-width: calc(100% / 9);
}
.gallery-caption {
	display: block;
}
.alignleft {
	float: left;
	margin-right: 50px;
	margin-bottom: 20px;
}
.alignright {
	float: right;
	margin-left: 50px;
	margin-bottom: 20px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.wrapper {
	position: relative;
	z-index: 1;
}

.header {
	position: sticky;
	background: var(--white);
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
	top: 0;
	overflow: hidden;
	z-index: 92;
}
.header-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--gap);
}
.header-logo {
	flex: auto;
	max-width: 280px;
	padding: 20px 0;
}
.header-logo img {
	max-height: 94px;
}
.header-inner {
	flex: auto;
}
.header-contacts {
	position: relative;
	padding: 10px 0;
	border-bottom: 1px solid var(--line);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--gap);
	z-index: 1;
}
.header-contacts p {
	flex: 0 0 auto;
	position: relative;
	margin: 0;
	z-index: 1;
}
.header-contacts p a,
.header-contacts p span {
	display: flex;
	align-items: center;
	color: var(--black);
	text-decoration: none;
}
.header-contacts p a:hover {
	color: var(--red);
}
.header-contacts p i {
	flex: 0 0 32px;
	max-width: 32px;
	width: 32px;
	height: 32px;
	background: var(--red);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: calc(var(--gap) / 2);
	transition: .5s;
}
.header-contacts p i:before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--white);
	flex: 0 0 20px;
	max-width: 20px;
	height: 20px;
	transition: .5s;
}
.header-contacts p.phone i:before {
	-webkit-mask-image: url(images/phone.svg);
	mask-image: url(images/phone.svg);
}
.header-contacts p.address i:before {
	-webkit-mask-image: url(images/location.svg);
	mask-image: url(images/location.svg);
}
.header-button {
	flex: 0 0 auto;
}
.header-toggle {
	display: flex;
	align-items: center;
}
.header-nav {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 0;
	gap: var(--gap);
}
.main-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	gap: calc(var(--gap) * 1.333);
}
.main-menu li a {
	color: var(--black);
	text-decoration: none;
}
.main-menu li a:hover {
	color: var(--red);
}
.header-account a {
	display: flex;
	align-items: center;
	font-weight: 700;
	color: var(--red);
	text-decoration: none;
}
.header-account a:hover {
	color: var(--purple);
}
.header-account a i {
	flex: 0 0 32px;
	max-width: 32px;
	width: 32px;
	height: 32px;
	background: var(--red);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: calc(var(--gap) / 2);
	transition: .5s;
}
.header-account a:hover i {
	background-color: var(--purple);
}
.header-account a i:before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/user.svg);
	mask-image: url(images/user.svg);
	background-color: var(--white);
	flex: 0 0 20px;
	max-width: 20px;
	height: 20px;
	transition: .5s;
}
.header-toggle button {
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-image: url(images/menu.svg);
	mask-image: url(images/menu.svg);
	background-color: var(--red);
	flex: 0 0 30px;
	max-width: 30px;
	width: 30px;
	height: 30px;
	padding: 0;
	border: none;
	outline: none;
	cursor: pointer;
	transition: .5s;
}
.header-toggle button:hover {
	background-color: var(--purple);
}


.main {
	position: relative;
	z-index: 1;
}



.footer {
	position: relative;
	background: #171717;
	color: var(--white);
	z-index: 1;
}
.footer-main {
	padding: 60px 0;
}
.footer-wrap {
	display: flex;
	justify-content: space-between;
	margin: 0 calc(var(--gap) / -2) calc(var(--gap) * -1);
}
.footer-widget {
	max-width: 25%;
	margin: 0 0 var(--gap);
	padding: 0 calc(var(--gap) / 2);
}
.footer-widget-title {
	font-weight: 700;
	margin-bottom: 20px;
}
.footer-logo,
.footer-company {
	margin-bottom: var(--gap);
}
.footer-logo img {
	max-height: 68px;
}
.footer-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 2);
}
.footer-menu li a {
	text-decoration: none;
	color: var(--white);
}
.footer-menu li a:hover {
	color: var(--red);
}
.footer-contacts {
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) / 2);
}
.footer-contacts p {
	position: relative;
	padding-top: 7px;
	padding-left: calc(var(--gap) / 2 + 32px);
	margin: 0;
	display: flex;
	flex-direction: column;
	z-index: 1;
}
.footer-contacts p i {
	position: absolute;
	width: 32px;
	height: 32px;
	left: 0;
	top: 0;
	background: var(--red);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .5s;
}
.footer-contacts p i:before {
	content: '';
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	background-color: var(--white);
	flex: 0 0 20px;
	max-width: 20px;
	height: 20px;
	transition: .5s;
}
.footer-contacts p.phone i:before {
	-webkit-mask-image: url(images/phone.svg);
	mask-image: url(images/phone.svg);
}
.footer-contacts p.e-mail i:before {
	-webkit-mask-image: url(images/e-mail.svg);
	mask-image: url(images/e-mail.svg);
}
.footer-contacts p.address i:before {
	-webkit-mask-image: url(images/location.svg);
	mask-image: url(images/location.svg);
}
.footer-contacts-label {
	margin-bottom: 10px;
}
.footer-contacts-value {
	margin-bottom: 5px;
}
.footer-contacts-value:last-child {
	margin-bottom: 0;
}
.footer-contacts p a {
	color: var(--white);
	text-decoration: none;
}
.footer-contacts p a:hover {
	color: var(--red);
}
.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, .15);
	padding: 10px 0;
}
.footer-bottom-wrap {
	display: flex;
	align-items: center;
	gap: var(--gap);
	font-size: var(--text-size-sm);
}
.footer-bottom-wrap > * {
	flex: 1 1;
}
.footer-payments {
	display: flex;
	align-items: center;
	gap: calc(var(--gap) / 1.5);
}
.footer-payments span img {
	max-width: 30px;
	max-height: 30px;
}
.copyright {
	text-align: center;
	margin: 0;
}
.developer {
	margin: 0;
	text-align: right;
}
.developer a {
	color: var(--white);
	text-decoration: none;
}
.developer a:hover {
	color: var(--red);
}





.page-header {
	position: relative;
	background: var(--bg-light);
	padding: 40px 0;
	z-index: 1;
}
.page-breadcrumbs a {
	text-decoration: none;
}
.page-title {
	margin: 0;
}
.error-404-number {
	font-size: calc(var(--h1-size) * 7);
	font-weight: 800;
	line-height: 1;
	margin-bottom: var(--gap);
	text-align: center;
	color: var(--bg-light);
}
.error-404-button {
	text-align: center;
}




.hero-section.section {
	padding-bottom: 60px;
}
.hero-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.hero-bg:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(90.13deg, rgba(19, 19, 19, 0.6) 39.2%, rgba(121, 120, 120, 0) 99.91%);
	z-index: 1;
}
.hero-wrap {
	max-width: 840px;
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) * 2);
}
.hero-content {
	color: var(--white);
	display: flex;
	flex-direction: column;
	gap: calc(var(--gap) * 1.333);
	font-size: var(--h4-size);
}
.hero-content > * {
	margin: 0;
}
.hero-content h1 {
	font-size: var(--h1-size);
}
.hero-content h1 strong {
	font-size: calc(var(--h1-size) * 1.6);
	font-weight: 700;
}
.hero-caption {
	font-size: var(--h4-size);
	color: var(--white);
}



.advantages-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(var(--gap) / -2) calc(var(--gap) * -2);
}
.advantages-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
	margin: 0 0 calc(var(--gap) * 2);
	padding: 0 calc(var(--gap) / 2);
}
.advantages-item__wrap {
	position: relative;
	background: #282E48;
	height: 100%;
	-moz-border-radius: 50px var(--radius) var(--radius) var(--radius);
	-webkit-border-radius: 50px var(--radius) var(--radius) var(--radius);
	border-radius: 50px var(--radius) var(--radius) var(--radius);
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	align-content: flex-start;
	z-index: 1;
}
.advantages-item__image {
	flex: 0 0 120px;
	max-width: 120px;
	height: 120px;
	background: var(--rose);
	border-right: 2px solid var(--white);
	border-bottom: 2px solid var(--white);
	-moz-border-radius: 50px 0 50px 50px;
	-webkit-border-radius: 50px 0 50px 50px;
	border-radius: 50px 0 50px 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.advantages-item__image img {
	max-width: 70px;
	max-height: 70px;
}
.advantages-item__title {
	flex: auto;
	max-width: calc(100% - 120px);
	font-size: var(--h4-size);
	font-weight: 700;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 20px;
	color: var(--white);
	margin: 0;
}
.advantages-item__text {
	flex: 0 0 100%;
	max-width: 100%;
	padding: 20px 25px;
	min-height: 125px;
	color: var(--white);
}




.reviews-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.reviews-bg:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #3D3D3D;
	opacity: .6;
	z-index: 1;
}
.reviews-swiper {
	overflow: hidden;
}
.reviews-item__image {
	overflow: hidden;
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
}
.reviews-item__image img {
	transition: .5s;
}
.reviews-item__image a:hover img {
	transform: scale(1.1);
}




.tariffs-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -25px -50px;
}
.tariffs-item {
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
	margin: 0 0 50px;
	padding: 0 25px;
	perspective: 1400px;
}
.tariffs-item__inner {
	position: relative;
	width: 100%;
	height: 789px;
	transform-style: preserve-3d;
	transition: transform 0.6s ease;
}
.tariffs-item.flipped .tariffs-item__inner {
	transform: rotateY(180deg);
}
.tariffs-item__wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	background: var(--white);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	overflow: hidden;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	display: flex;
	flex-direction: column;
	z-index: 1;
}
.tariffs-item__front {
	z-index: 2;
}
.tariffs-item__back {
	transform: rotateY(180deg);
	z-index: 1;
}
.tariffs-item__head {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 195px;
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	padding: 20px;
	z-index: 1;
}
.tariffs-item__image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	overflow: hidden;
	z-index: -1;
}
.tariffs-item__image:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #282828;
	opacity: .55;
	z-index: 1;
}
.tariffs-item__title {
	text-align: center;
	font-size: var(--h1-size);
	font-weight: 700;
	color: var(--white);
	margin: 0;
	text-transform: uppercase;
}
.tariffs-item__speed {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 var(--gap);
	padding: calc(var(--gap) / 1.5) 0;
	border-bottom: 1px solid #D9D9D9;
	font-size: var(--h1-size);
}
.tariffs-item__speed:before {
	content: '';
	background: url(images/speed.svg) no-repeat center;
	background-size: contain;
	flex: 0 0 50px;
	max-width: 50px;
	width: 50px;
	height: 50px;
	margin-right: 15px;
}
.tariffs-item__content {
	padding: var(--gap) calc(var(--gap) * 1.66) calc(var(--gap) * 1.333);
}
.tariffs-item__content ul {
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.tariffs-item__content ul li {
	position: relative;
	padding-left: 28px;
	z-index: 1;
}
.tariffs-item__content ul li:before {
	content: '';
	background: url(images/check.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	width: 20px;
	height: 20px;
	top: -2px;
	left: 0;
	z-index: 1;
}
.tariffs-item__price {
	max-width: 85%;
	position: relative;
	z-index: 1;
	background: var(--red);
	font-size: var(--h5-size);
	font-weight: 700;
	-moz-border-radius: 0 50px 50px 0;
	-webkit-border-radius: 0 50px 50px 0;
	border-radius: 0 50px 50px 0;
	padding: 15px 20px 15px 50px;
	color: var(--white);
	text-align: center;
	margin: 0;
}
.tariffs-item__price span {
	font-size: var(--h1-size);
}
.tariffs-item__additional-content {
	position: relative;
	padding: calc(var(--gap) * 1.333) calc(var(--gap) / 1.5) calc(var(--gap) / 1.5);
}
.tariffs-item__more {
	text-align: center;
	margin-bottom: 30px;
	margin-top: auto;
}
.tariffs-item__more button {
	color: var(--purple);
	background: none;
	border: none;
	font-size: var(--text-size);
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	padding: 0;
	outline: none;
	cursor: pointer;
	transition: .5s;
}
.tariffs-item__more button:hover {
	color: var(--red);
}
.tariffs-item__tabs {
	flex: auto;
	padding: 20px 0px 0;
}
.tariffs-item__tabs-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 20px 20px;
	padding: 0;
	list-style: none;
}
.tariffs-item__tabs-nav li {
	flex: 0 0 calc(50% - var(--gap) / 2);
	max-width: calc(50% - var(--gap) / 2);
}
.tariffs-item__tabs-nav li a {
	display: block;
	font-size: var(--h6-size);
	font-weight: 700;
	text-align: center;
	padding: 15px;
	background: #E1E1E1;
	color: var(--black);
	text-decoration: none;
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
}
.tariffs-item__tabs-nav li a:hover,
.tariffs-item__tabs-nav li.active a {
	background: var(--red);
	color: var(--white);
}
.tariffs-item__tabs-blocks {
	overflow: auto;
	padding: 6px 20px 0;
	max-height: 530px;
}
.tariffs-item__tabs-block {
	display: none;
}
.tariffs-item__tabs-block.active {
	display: block;
}
.tariffs-item__description {
	padding-right: 10px;
}
.tariffs-item__channels {
	position: relative;
}
.tariffs-item__channels p {
	margin-bottom: 12px;
	background: var(--white);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	padding: 10px 19px;
	text-align: center;
	color: var(--red);
}
.tariffs-item__channels ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.tariffs-item__channels ul li {
	flex: 0 0 calc((100% / 4) - (3 * 15px / 4));
	max-width: calc((100% / 4) - (3 * 15px / 4));
	text-align: center;
	font-size: 12px;
}
.tariffs-item__channels ul li span {
	width: 70px;
	height: 70px;
	border: 1px solid #D2D2D2;
	margin: 0 auto 4px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tariffs-item__channels ul li span img {
	max-height: 68px;
}



.faq-items {
	position: relative;
	max-width: 1080px;
	margin: 0 auto;
	z-index: 1;
}
.faq-item {
	position: relative;
	background: var(--white);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	margin-bottom: 40px;
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	transition: .5s;
	z-index: 1;
}
.faq-item:last-child {
	margin-bottom: 0;
}
.faq-item__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: var(--text-size);
	font-weight: 700;
	min-height: 80px;
	cursor: pointer;
	padding: 10px 40px;
	transition: .5s;
}
.active .faq-item__head,
.faq-item__head:hover {
	color: var(--red);
}
.faq-item__toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 24px;
	max-width: 24px;
	width: 24px;
	height: 14px;
	margin-left: var(--gap);
	-webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-image: url(images/arrow-down.svg);
    mask-image: url(images/arrow-down.svg);
    background-color: var(--black);
	transition: .5s;
}
.active .faq-item__toggle,
.faq-item__head:hover .faq-item__toggle {
	background: var(--red);
}
.active .faq-item__toggle {
	transform: rotate(180deg);
}
.faq-item__body {
	padding: 0 40px 40px;
}




.covering-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.covering-bg:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #4E2D5B;
	opacity: .92;
	z-index: 1;
}
.covering-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(var(--gap) / -2) calc(var(--gap) * -2);
}
.covering-item {
	position: relative;
	flex: 0 0 calc(100% / 3);
	max-width: calc(100% / 3);
	margin: 0 0 calc(var(--gap) * 2);
	padding: 0 calc(var(--gap) / 2);
	z-index: 1;
}
.covering-item:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	background: var(--white);
	top: 0;
	right: 10px;
	z-index: 1;
}
.covering-item:nth-child(3n):after {
	display: none;
}
.covering-item__wrap {
	position: relative;
	display: flex;
	align-items: flex-end;
	z-index: 1;
}
.covering-item__image {
	flex: 0 0 100px;
	max-width: 100px;
	margin-right: 20px;
}
.covering-item__text {
	flex: auto;
	color: var(--white);
	font-size: var(--h4-size);
}




.steps-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 calc(var(--gap) / -2) -50px;
}
.steps-item {
	flex: 0 0 calc(100% / 2);
	max-width: calc(100% / 2);
	margin: 0 0 50px;
	padding: 0 calc(var(--gap) / 2);
}
.steps-item__wrap {
	display: flex;
}
.steps-item__image {
	flex: 0 0 112px;
	max-width: 112px;
	height: 112px;
	margin-right: 50px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--white);
	box-shadow: 0px 0px 27px 0px rgba(96, 18, 103, 0.22);
}
.steps-item__image img {
	max-width: 50px;
	max-height: 50px;
}
.steps-item__info {
	flex: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.steps-item__title {
	font-size: var(--h6-size);
	font-weight: 700;
	text-transform: uppercase;
}




.feedback-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.feedback-bg:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #171718;
	opacity: .8;
	z-index: 1;
}
.feedback-wrap {
	display: grid;
	grid-template-columns: calc(100% - 450px - 80px) 450px;
	grid-template-rows: repeat(2, auto);
	grid-column-gap: 80px;
	grid-row-gap: 30px;
}
.feedback-content {
	grid-area: 1 / 1 / 2 / 2;
	font-size: var(--h6-size);
	color: var(--white);
}
.feedback-form {
	grid-area: 1 / 2 / 3 / 3;
	color: var(--white);
}
.feedback-text {
	grid-area: 2 / 1 / 3 / 2;
	color: var(--white);
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
}




.services-items {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -40px -80px;
}
.services-item {
	flex: 0 0 50%;
	max-width: 50%;
	margin: 0 0 80px;
	padding: 0 40px;
}
.services-item__wrap {
	position: relative;
	height: calc((var(--container) - 80px) / 2 / 1.8267);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	text-decoration: none;
	z-index: 1;
}
.services-item__image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.services-item__image:after {
	content: '';
	background: linear-gradient(180deg, rgba(156, 78, 236, 0.7) 0%, rgba(156, 78, 236, 0.308) 38.46%, rgba(156, 78, 236, 0.231) 64.91%, rgba(187, 140, 236, 0) 100%);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.services-item__image img {
	transition: .5s;
}
.services-item__wrap:hover .services-item__image img {
	transform: scale(1.1);
}
.services-item__title {
	position: relative;
	width: 100%;
	background: var(--purple);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	font-size: var(--h4-size);
	font-weight: 700;
	color: var(--white);
	text-transform: uppercase;
	padding: 24px;
	text-align: center;
	z-index: 1;
}




.payments-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.payments-bg:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #4E2D5B;
	opacity: .75;
	z-index: 1;
}
.payments-wrap {
	display: grid;
	grid-template-columns: 30% calc(70% - 100px);
	grid-template-rows: repeat(2, auto);
	grid-column-gap: calc(var(--gap) * 3);
	grid-row-gap: var(--gap);
}
.payments-subheading {
	grid-area: 1 / 1 / 2 / 2;
	font-size: var(--h4-size);
	color: var(--white);
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0;
}
.payments-items {
	grid-area: 1 / 2 / 3 / 3;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	list-style: none;
	gap: var(--gap);
}
.payments-item__image {
	width: 200px;
	height: 200px;
	display: block;
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	overflow: hidden;
}
.payments-item__image img {
	transition: .5s;
}
.payments-item__image:hover img {
	transform: scale(1.1);
}
.mobileApps {
	grid-area: 2 / 1 / 3 / 2;
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.mobileApps-heading {
	font-weight: 700;
	margin-bottom: 20px;
	color: var(--white);
}
.mobileApps-items {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 324px;
}
.mobileApps-item li {
	flex: 0 0 calc(50% - 7px);
	max-width: calc(50% - 7px);
}
.mobileApps__image {
	display: block;
	box-shadow: 0px 0.47px 0.73px 0px rgba(0, 0, 0, 0.03), 0px 1.31px 2.02px 0px rgba(0, 0, 0, 0.04), 0px 3.15px 4.87px 0px rgba(0, 0, 0, 0.06), 0px 10.45px 16.16px 0px rgba(0, 0, 0, 0.08);
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	overflow: hidden;
}



.promotions-swiper {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.promotions-swiper .swiper-slide {
	height: auto !important;
}
.promotions-item__wrap {
	position: relative;
	background: var(--white);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	height: 100%;
	-moz-border-radius: var(--radius);
	-webkit-border-radius: var(--radius);
	border-radius: var(--radius);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	z-index: 1;
}
.promotions-item__image {
	flex: 0 0 calc((var(--container) - var(--gap) * 2) / 3 / 1.3217);
	max-height: calc((var(--container) - var(--gap) * 2) / 3 / 1.3217);
}
.promotions-item__info {
	position: relative;
	padding: 25px 15px 30px;
	flex: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	z-index: 1;
}
.promotions-item__title {
	font-size: var(--text-size);
	font-weight: 700;
	text-align: center;
	margin-bottom: calc(var(--gap) / 1.5);
}
.promotions-item__button {
	text-align: center;
}



@media (max-width: 1399px) {
	:root {
		--container: 1116px;

		--gap: 30px;

		--text-size: 16px;
		--text-size-sm: 14px;
		--h1-size: 36px;
		--h2-size: 32px;
		--h3-size: 28px;
		--h4-size: 24px;
		--h5-size: 20px;
		--h6-size: 18px;

		--radius: 10px;
		--radius-sm: calc(var(--radius) / 2.5);
	}
	.heading {
		margin-bottom: calc(var(--gap) * 1.5);
	}
	.header-logo {
		max-width: 200px;
	}
	.header-contacts {
		gap: calc(var(--gap) / 2);
	}
	.header-contacts p i {
		margin-right: 10px;
	}
	.header-button .btn {
		min-width: auto;
		padding-left: 16px;
		padding-right: 16px;
	}
	.advantages-items,
	.steps-items {
		margin-bottom: calc(var(--gap) * -1);
	}
	.advantages-item,
	.steps-item {
		margin-bottom: var(--gap);
	}
	.advantages-item__image {
		flex: 0 0 100px;
		max-width: 100px;
		height: 100px;
	}
	.advantages-item__title {
		max-width: calc(100% - 100px);
		padding-bottom: 0;
	}
	.tariffs-items,
	.services-items {
		margin: 0 calc(var(--gap) / -2) calc(var(--gap) * -1);
	}
	.tariffs-item,
	.services-item {
		margin: 0 0 var(--gap);
		padding: 0 calc(var(--gap) / 2);
	}
	.faq-item {
		margin-bottom: var(--gap);
	}
	.covering-item__image {
		flex: 0 0 80px;
		max-width: 80px;
	}
	.covering-item__text {
		font-size: var(--h5-size);
	}
	.steps-item__image {
		flex: 0 0 100px;
		max-width: 100px;
		height: 100px;
		margin-right: var(--gap);
	}
	.services-item__wrap {
		height: calc((var(--container) - 30px) / 2 / 1.8267);
	}
	.advantages-item__text br {
		display: none;
	}
}




@media (max-width: 1199px) {
	:root {
		--container: 916px;

		--gap: 24px;

		--text-size: 16px;
		--text-size-sm: 14px;
		--h1-size: 32px;
		--h2-size: 28px;
		--h3-size: 24px;
		--h4-size: 22px;
		--h5-size: 20px;
		--h6-size: 18px;

		--radius: 10px;
		--radius-sm: calc(var(--radius) / 2.5);
	}
	.heading h2 {
		margin-bottom: 16px;
	}
	.section {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.header-contacts p.address {
		display: none;
	}
	.main-menu {
		gap: var(--gap);
	}
	.hero-content h1 strong {
		font-size: calc(var(--h1-size) * 1.3);
	}
	.tariffs-item__channels ul li {
		flex: 0 0 calc((100% / 3) - (2 * 15px / 3));
		max-width: calc((100% / 3) - (2 * 15px / 3));
	}
	.faq-item__head {
		padding: 10px 30px;
		min-height: 68px;
	}
	.faq-item__body  {
		padding: 0 30px 30px;
	}
	.covering-item__image {
        flex: 0 0 60px;
        max-width: 60px;
        margin-right: 12px;
    }
    .covering-item__text {
    	font-size: var(--h6-size);
    }
    .tariffs-item__inner {
    	height: 720px;
    }
    .steps-item__image {
        flex: 0 0 80px;
        max-width: 80px;
        height: 80px;
    }
    .steps-item__image img {
		max-width: 40px;
		max-height: 40px;
	}
	.payments-item__image {
		width: 150px;
		height: 150px;
	}
	.payments-wrap {
	    grid-template-columns: 37% calc(63% - calc(var(--gap) * 2));
	    grid-column-gap: calc(var(--gap) * 2);
	}
	.tariffs-item__tabs-blocks {
		max-height: 470px;
	}
}




@media (max-width: 991px) {
	:root {
		--container: 696px;

		--gap: 20px;

		--text-size: 14px;
		--text-size-sm: 13px;
		--h1-size: 24px;
		--h2-size: 22px;
		--h3-size: 20px;
		--h4-size: 18px;
		--h5-size: 16px;
		--h6-size: 15px;

		--radius: 10px;
		--radius-sm: calc(var(--radius) / 2.5);
	}
	input[type="text"], input[type="email"], input[type="tel"], input[type="password"], select, textarea {
		height: 45px;
	}
	textarea {
		height: 110px;
	}
	.btn {
		min-width: 200px;
		min-height: 45px;
		padding: 11px 24px;
	}
	.btn.btn-lg {
	    min-height: 50px;
	    font-size: var(--h5-size);
	}
	.section {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.heading {
		margin-bottom: 30px;
	}
	.swiper-navigation {
		gap: var(--gap);
	}
	.swiper-navigation button {
		flex: 0 0 60px;
		max-width: 60px;
		width: 60px;
		height: 20px;
	}
	.header {
		padding: 8px 0;
	}
	.header-wrap {
		height: 50px;
	}
	.header-logo {
		max-width: 100%;
	}
	.header-logo img {
		max-height: 50px;
	}
	.header-inner {
		flex: 0 0 auto;
	}
	.header-contacts,
	.main-menu {
		display: none;
	}
	.header-account a {
		font-size: 0;
	}
	.header-account a i {
		margin-right: 0;
		flex: 0 0 30px;
		max-width: 30px;
		width: 30px;
		height: 30px;
	}
	.header-account a i:before {
		flex: 0 0 18px;
		max-width: 18px;
		height: 18px;
	}
	.hero-content {
		text-align: center;
		font-size: var(--h5-size);
	}
	.hero-content h1 {
		font-size: var(--h3-size);
	}
	.hero-content h1 strong {
		font-size: calc(var(--h1-size) * 1.5);
		display: block;
	}
	.hero-button {
		text-align: center;
	}
	.hero-caption {
		font-size: var(--text-size);
		text-align: center;
	}
	.advantages-item,
	.tariffs-item {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.advantages-item__image {
		flex: 0 0 90px;
		max-width: 90px;
		height: 90px;
	}
	.advantages-item__image img {
		max-width: 52px;
		max-height: 52px;
	}
	.advantages-item__title {
		font-size: var(--h5-size);
	}
	.advantages-item__text {
		padding: 15px 20px 25px;
		min-height: auto;
	}
	.tariffs-item__speed:before {
		flex: 0 0 35px;
		max-width: 35px;
		width: 35px;
		height: 35px;
		margin-right: 10px;
	}
	.tariffs-item__head {
		height: 160px;
	}
	.tariffs-item__more {
		margin-bottom: 20px;
	}
	.tariffs-item__inner {
		height: 600px;
	}
	.tariffs-item__tabs-blocks {
		max-height: 405px;
	}
	.tariffs-item__tabs-nav li a {
		padding: 10px;
	}
	.faq-item__head {
        padding: 6px 20px;
        min-height: 45px;
    }
    .faq-item__toggle {
		flex: 0 0 16px;
		max-width: 16px;
		width: 16px;
		height: 10px;
    }
    .faq-item__body {
    	padding: 0 20px 24px;
    }
    .covering-item:after {
    	display: none;
    }
    .covering-items {
    	flex-direction: column;
    	margin: 0;
    	gap: 30px;
    	width: max-content;
    	margin: 0 auto;
    	max-width: 100%;
    }
    .covering-item {
    	margin: 0;
    	padding: 0;
    	flex: auto;
    	max-width: 100%;
    }
    .covering-item__text {
    	font-size: var(--h5-size);
    }
    .steps-items {
    	margin-bottom: -30px;
    }
    .steps-item {
    	flex: 0 0 100%;
    	max-width: 100%;
    	margin-bottom: 30px;
    }
    .steps-item__title {
    	font-size: var(--h5-size);
    	margin-bottom: 10px;
    }
    .feedback-wrap {
    	display: flex;
    	flex-direction: column;
    	gap: 30px;
    }
    .services-item {
    	flex: 0 0 100%;
    	max-width: 100%;
    }
    .services-item__wrap {
        height: calc(var(--container) / 1.8267);
    }
    .services-item__title {
    	font-size: var(--h5-size);
    	padding: 15px;
    }
    .payments-wrap {
    	display: flex;
    	flex-direction: column;
    	align-items: center;
    	gap: 30px;
    }
    .payments-subheading {
    	text-align: center;
    	font-size: var(--text-size);
    }
    .mobileApps {
    	margin-top: 20px;
    }
    .mobileApps-heading {
    	text-align: center;
    }
    .payments-item__image {
        width: 100px;
        height: 100px;
    }
    .mobileApps-items {
    	max-width: 100%;
    	gap: 15px;
    }
    .promotions-item__image {
		flex: 0 0 calc((var(--container) - var(--gap)) / 2 / 1.3217);
		max-height: calc((var(--container) - var(--gap)) / 2 / 1.3217);
	}
	.promotions-item__info {
		padding: 20px 15px 30px;
	}
	.footer-wrap {
		margin: 0;
		flex-direction: column;
		align-items: center;
		gap: 40px;
	}
	.footer-widget {
		text-align: center;
		max-width: 100%;
		margin: 0;
		padding: 0;
	}
	.footer-soc {
		justify-content: center;
	}
	.footer-widget-title {
		text-align: center;
		font-size: var(--h5-size);
		margin-bottom: 15px;
	}
	.footer-menu {
		text-align: center;
	}
	.footer-contacts {
		max-width: 200px;
		text-align: left;
	}
	.footer-bottom-wrap {
		flex-direction: column;
		gap: 10px;
	}
	.footer-logo img {
	    max-height: 46px;
	}
	.footer-main {
		padding: 50px 0;
	}
	.page-header {
		padding: 24px 0;
	}
	.page-breadcrumbs {
		margin-bottom: 10px;
	}
	.payments-items {
		justify-content: center;
	}
}



@media (max-width: 767px) {
	:root {
		--container: 516px;

		--gap: 20px;

		--text-size: 14px;
		--text-size-sm: 13px;
		--h1-size: 24px;
		--h2-size: 22px;
		--h3-size: 20px;
		--h4-size: 18px;
		--h5-size: 16px;
		--h6-size: 15px;

		--radius: 10px;
		--radius-sm: calc(var(--radius) / 2.5);
	}
	.modal-dialog {
		max-width: calc(100vw - 30px);
	}
	.modal-content {
		padding: 40px 24px 30px;
	}
}



@media (max-width: 575px) {
	:root {
		--container: calc(100vw - 30px);

		--gap: 20px;

		--text-size: 14px;
		--text-size-sm: 13px;
		--h1-size: 24px;
		--h2-size: 22px;
		--h3-size: 20px;
		--h4-size: 18px;
		--h5-size: 16px;
		--h6-size: 15px;

		--radius: 10px;
		--radius-sm: calc(var(--radius) / 2.5);
	}
	.advantages-item,
	.tariffs-item {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.payments-items {
		gap: 12px;
	}
	.promotions-item__image {
		flex: 0 0 calc(var(--container) / 1.3217);
		max-height: calc(var(--container) / 1.3217);
	}
}