/* Theme Name: ZelWin Agency
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: zelwin-agency */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Urbanist:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
	padding: 0;
	margin: 0;
	border: 0;
}

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

:focus,
:active {
	outline: none;
}

a {
	color: inherit;
}

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

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

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

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

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

button {
	cursor: pointer;
}

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

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

a:hover {
	font-style: none;
}

ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

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

::-moz-placeholder,
:-moz-placeholder {
	opacity: 1;
}

body {
	font-family: "Montserrat", sans-serif;
	color: #242424;
}

h1 {
	font-weight: 600;
	font-size: 64px;
	line-height: 78px;
}

@media (max-width: 1200px) {
	h1 {
		line-height: 72px;
	}
}

@media (max-width: 960px) {
	h1 {
		font-size: 48px;
		line-height: 56px;
	}
}

@media (max-width: 640px) {
	h1 {
		font-size: 36px;
		line-height: 42px;
	}
}

@media (max-width: 480px) {
	h1 {
		font-size: 32px;
		line-height: 40px;
	}
}

h2 {
	font-weight: 700;
	font-size: 52px;
	line-height: 64px;
	letter-spacing: -0.02em;
}

@media (max-width: 960px) {
	h2 {
		font-size: 40px;
		line-height: 48px;
	}
}

@media (max-width: 640px) {
	h2 {
		font-size: 32px;
		line-height: 44px;
	}
}

@media (max-width: 480px) {
	h2 {
		font-size: 28px;
		line-height: 32px;
	}
}

h3 {
	font-weight: 700;
	font-size: 32px;
	line-height: 39px;
}

@media (max-width: 960px) {
	h3 {
		font-size: 28px;
		line-height: 32px;
	}
}

@media (max-width: 640px) {
	h3 {
		font-size: 24px;
		line-height: 32px;
	}
}

@media (max-width: 480px) {
	h3 {
		font-size: 20px;
		line-height: 24px;
	}
}

h4 {
	font-family: "Urbanist", sans-serif;
	font-size: 24px;
	line-height: 32px;
}

@media (max-width: 960px) {
	h4 {
		font-size: 16px;
		line-height: 24px;
	}
}

h5 {
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
}

@media (max-width: 960px) {
	h5 {
		font-size: 20px;
		line-height: 28px;
	}
}

@media (max-width: 640px) {
	h5 {
		font-size: 24px;
		line-height: 32px;
	}
}

h6 {
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
}

@media (max-width: 960px) {
	h6 {
		font-size: 16px;
		line-height: 24px;
	}
}

.p200 {
	padding-top: 100px;
	padding-bottom: 100px;
}

@media (max-width: 1200px) {
	.p200 {
		padding-top: 70px;
		padding-bottom: 70px;
	}
}

@media (max-width: 640px) {
	.p200 {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

@media (max-width: 480px) {
	.p200 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.header {
	background: #3861fb;
	height: fit-content;
	width: 100%;
	position: fixed;
	z-index: 100;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
}

.header-banner {
	display: none;
	height: 64px;
	width: 100%;
	background: #1bcb96;
}

.header-banner img {
	margin-left: -50px;
	height: 100%;
	max-width: 126px;
	object-fit: contain;
}

.header-banner span {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	/* 24px */
	letter-spacing: -0.32px;
}

.header-banner .container {
	height: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 35px;
}

.header-banner button {
	z-index: 99;
	position: absolute;
	right: 5%;
	top: 25%;
	transform: translate(0, -40%);
}

.header-banner .btn-container {
	height: 64px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
}

@media (max-width: 500px) {
	.header-banner img {
		margin-left: -35px;
	}
	.header-banner button {
		margin-right: 15px;
	}
	.header-banner .container {
		justify-content: start;
	}
}

.header__container {
	max-width: 1440px;
	width: 100%;
	padding: 12px 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 500px) {
	.header__container {
		padding: 12px 10px;
	}
}

.header__logo {
	position: relative;
	z-index: 101;
}

.header__logo img {
	width: 121px;
	height: 36px;
}

.header__menu-search-cart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header__menu {
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
}

.header__menu > div {
	height: 100%;
}

.header__menu .menu {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	gap: 25px;
}

.header__menu .menu > li > a {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	height: 100%;
	display: flex;
	align-items: center;
}

.header__menu-burger {
	background-color: transparent;
	width: 40px;
	height: 40px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: none;
}

.header__menu-burger svg {
	width: 24px;
	height: 24px;
}

.header__menu-burger svg:nth-child(2) {
	display: none;
}

.header__menu-dropdown > a {
	position: relative;
	/* padding: 0 18px 20px 0; */
}

.header__menu-dropdown > a:after {
	content: "";
	position: absolute;
	top: 1px;
	right: 0;
	display: inline-block;
	width: 16px;
	height: 40px;
	background: url("../img/header-menu-drpdwn-w.svg") no-repeat;
	background-size: 100% auto;
}

@keyframes fade-in {
	from {
		opacity: 0;
		visibility: hidden;
	}
	to {
		opacity: 1;
		visibility: visible;
	}
}

.header__menu-dropdown > a:before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 16px;
	height: 16px;
	background: #ffffff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	bottom: -9px;
	left: calc(50% - 6px);
	opacity: 0;
	visibility: hidden;
}

.header__menu-dropdown-container {
	position: absolute;
	max-width: 1440px;
	left: calc(50% - 720px);
	width: calc(100% - 80px);
	padding: 40px;
	text-align: left;
	background-color: #fff;
	-webkit-box-shadow: 0px 4px 20px rgba(107, 118, 146, 0.1);
	box-shadow: 0px 4px 20px rgba(107, 118, 146, 0.1);
	border-radius: 20px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 300px 28px 1fr;
	grid-template-columns: 300px 1fr;
	gap: 28px;
	max-height: calc(100vh - 75px);
	overflow-y: auto;
	opacity: 0;
	visibility: hidden;
	scrollbar-width: thin;
	scrollbar-color: rgba(145, 145, 145, 0.2) #fff;
	transition: 0.2s ease all;
}

.header__menu-dropdown-container::-webkit-scrollbar-thumb {
	background-color: rgba(145, 145, 145, 0.2);
	border-radius: 4px;
}

.header__menu-dropdown-container::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

.header__menu-dropdown-categories {
	padding-right: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 24px;
	border-right: 1px solid #d7dffe;
}

.header__menu-dropdown-categories a {
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #919191;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
	cursor: pointer;
}

.header__menu-dropdown-categories a:hover {
	color: #3861fb;
}

.header__menu-dropdown-categories a.active {
	color: #3861fb;
}

.header__menu-dropdown-articles-items {
	display: none;
}

.header__menu-dropdown-articles-items.active {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 16px 1fr;
	grid-template-columns: 1fr 1fr;
	gap: 8px 16px;
}

.header__menu-dropdown-articles-items .service-info__parametrs,
.header__menu-dropdown-articles-items .service-info__btns {
	display: none;
}

.header__menu-dropdown-articles-items a {
	color: #242424;
	border-radius: 8px;
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;
	padding: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 4px;
	cursor: pointer;
}

.header__menu-dropdown-articles-items a > p {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
}

.header__menu-dropdown-articles-items a span p {
	font-size: 12px;
	line-height: 16px;
}

.header__menu-dropdown-articles-items a:hover {
	background: #f2f5fb;
}

.header__menu-dropdown-articles-btn {
	padding: 20px 0 0 0;
}

.header__menu-dropdown-articles-btn a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 157px;
	border: 2px solid #3861fb;
	border-radius: 50px;
	font-weight: 500;
	font-size: 16px;
	color: #3861fb;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.header__menu-dropdown-articles-btn a:hover {
	color: #153bcd;
	border-color: #153bcd;
}

.header__menu-dropdown-articles-btn a:active {
	color: #242424;
	border-color: #242424;
}

.header__menu-dropdown-articles-btn a:disabled {
	opacity: 0.5;
	color: #3861fb;
	border-color: #3861fb;
}

.header__search {
	width: 200px;
	height: 40px;
	position: relative;
	border: 1px solid #dddee2;
	border-radius: 8px;
	padding: 0 14px 0 0;
	margin: 0 24px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header__search button {
	height: 100%;
	background-color: transparent;
	margin: 0 10px 0 15px;
}

.header__search button svg {
	width: 16px;
	height: 16px;
}

.header__search input {
	height: 100%;
	font-size: 14px;
	line-height: 16px;
	color: #ffffff;
	background-color: transparent;
	width: 100%;
}

.header__search input::-webkit-input-placeholder {
	color: #ffffff;
}

.header__search input::-moz-placeholder {
	color: #ffffff;
}

.header__search input:-ms-input-placeholder {
	color: #ffffff;
}

.header__search input::-ms-input-placeholder {
	color: #ffffff;
}

.header__search input::placeholder {
	color: #ffffff;
}

.header__cart {
	position: relative;
	width: 64px;
	height: 40px;
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
	border-radius: 50px;
	position: relative;
	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;
	cursor: pointer;
	transition: 0.3s ease all;
}

.header__cart:hover {
	background: #f2f5fb;
}

.header__cart {
	width: fit-content;
	padding: 6px;
}

.header__cart svg {
	margin: 0 14px;
	width: 24px;
	height: 24px;
}

.header__cart .amount-badge {
	display: none;
	margin-left: -5px;
	height: 100%;
	padding: 2px 12px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 70px;
	background: #ef284c;
	color: #fff;
}

.header__cart .amount-badge.active {
	display: flex;
}

@media (min-width: 640px) {
	.header__cart:hover .cart-products {
		opacity: 1;
		visibility: visible;
	}
}

.cart-products.active {
	opacity: 1;
	visibility: visible;
}

.cart-products {
	padding-top: 6px;
	position: absolute;
	top: 100%;
	right: 0;
	width: 500px;
	height: auto;
	opacity: 0;
	visibility: hidden;
	transition: 0.2s ease all;
}

.cart-products__inner {
	max-height: 550px;
	overflow: scroll;
	border-radius: 20px;
	padding: 30px;
	display: flex;
	flex-direction: column;
	gap: 25px;
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0px 4px 20px rgba(0, 28, 135, 0.1);
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* Firefox */
}

.cart-products__inner::-webkit-scrollbar {
	display: none;
}

.cart-products__total {
	padding-top: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 20px;
	border-top: 1px solid grey;
}

.cart-products__total .cart-products__ctrl span {
	display: none;
}

.cart-products__total .woocommerce-Price-amount.amount {
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #3861fb;
}

.cart-products__total.empty {
	padding: 0;
	border: 0;
}

.cart-products__total.empty .cart-products__ctrl span {
	display: block;
}

.cart-products__total.empty .cart-products__ctrl div {
	display: none;
}

.cart-products__total.empty .cart-products__ctrl + .cart-products__total {
	border: none;
}

.cart-products__total a {
	color: #3861fb;
}

.cart-product-details {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cart-product-details > div {
	text-align: right;
	font-size: 16px;
}

@media (min-width: 641px) {
	.header__menu-dropdown:hover > a:before {
		opacity: 1;
		visibility: visible;
	}
	.header__menu-dropdown:hover .header__menu-dropdown-container {
		opacity: 1;
		visibility: visible;
	}
	.header__menu,
	.header__menu .menu {
		height: 64px;
	}
}

@media (max-width: 1440px) {
	.header__menu-dropdown-container {
		left: 40px;
	}
}

@media (max-width: 1340px) {
	.header__search {
		width: 180px;
	}
}

@media (max-width: 1200px) {
	.header__menu > ul {
		gap: 28px;
	}
	.header__menu-dropdown-container {
		left: 20px;
		width: calc(100% - 40px);
		gap: 12px;
		-ms-grid-columns: 200px 12px 1fr;
		grid-template-columns: 200px 1fr;
	}
	.header__menu-dropdown-articles-items {
		gap: 4px 4px;
	}
	.header__menu-dropdown-articles-items a {
		padding: 8px;
	}
	.header__search {
		width: 40px;
		height: 40px;
		padding: 0;
		margin: 0 12px 0 0;
		border: 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.header__search button {
		margin: 0;
	}
	.header__search button svg {
		width: 24px;
		height: 24px;
	}
	.header__search input {
		display: none;
	}
}

@media (max-width: 960px) {
	.header__logo svg {
		width: 107px;
		height: 32px;
	}
	.header__menu > ul {
		gap: 24px;
	}
	.header__menu-dropdown-container {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		gap: 17px;
		padding: 32px 16px 26px 16px;
	}
	.header__menu-dropdown-categories {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		overflow-x: auto;
		width: calc(100% + 32px);
		margin: 0 0 0 -16px;
		padding: 0 24px 15px 24px;
		scrollbar-width: thin;
		scrollbar-color: rgba(145, 145, 145, 0.2) #fff;
	}
	.header__menu-dropdown-categories a {
		white-space: nowrap;
		cursor: pointer;
	}
	.header__menu-dropdown-categories::-webkit-scrollbar-thumb {
		background-color: rgba(145, 145, 145, 0.2);
		border-radius: 4px;
	}
	.header__menu-dropdown-categories::-webkit-scrollbar {
		width: 8px;
		height: 8px;
	}
}

@media (max-width: 640px) {
	.header__menu-burger {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
	.menu {
		text-align: left;
		position: absolute;
		width: 100%;
		padding: 24px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		background: #ffffff;
		opacity: 0;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
		top: -265px;
		left: 0;
		z-index: 1;
		visibility: hidden;
	}
	.header__menu .menu > li > a {
		font-size: 24px;
		line-height: 32px;
		color: #242424;
	}
	.header__menu-dropdown > a {
		position: relative;
		padding: 0;
	}
	.header__menu-dropdown > a:after {
		top: 2px;
		right: -26px;
		width: 24px;
		height: 24px;
		background: url("../img/header-menu-drpdwn-b.svg") no-repeat;
		background-size: 100% 100%;
	}
	.header__menu_open .header__menu-burger svg:nth-child(1) {
		display: none;
	}
	.header__menu_open .header__menu-burger svg:nth-child(2) {
		display: inline-block;
	}
	.header__menu_open > div > ul {
		top: 52px;
		opacity: 1;
		visibility: visible;
	}
	.cart-products {
		width: calc(100vw - 80px);
	}
	.cart-products .checkout__order-item__heading {
		flex-direction: column;
		gap: 15px;
	}
	.cart-products__total span,
	.cart-products__total a {
		font-size: 13px;
	}
	.cart-products__total {
		flex-direction: column;
		gap: 10px;
	}
	.cart-products__total span {
		font-size: 20px;
	}
	.cart-products__total > span {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.cart-products__total div {
		justify-content: space-between;
		display: flex;
		width: 100%;
		align-items: center;
	}
	.cart-products__total div #empty-cart,
	.cart-products__total div a {
		text-align: center;
		width: 100%;
		font-size: 16px;
	}
}

.main {
	padding: 64px 0 0 0;
}

.main__projects {
	background: #fff;
}

.welcome {
	background: #f2f5fb;
	padding-bottom: 65px;
}

.welcome__container {
	max-width: 1440px;
	min-height: 860px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	padding: 82px 50.5px 0 50.5px;
	margin: 0 auto;
}

.welcome h1 {
	max-width: 1100px;
}

.welcome h1 span {
	color: #3861fb;
}

.welcome h1 br {
	display: none;
}

.welcome__text {
	font-size: 24px;
	line-height: 34px;
	max-width: 594px;
	margin: 40px 0 30px 0;
	z-index: 10;
}

.welcome__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: 208px;
	padding: 0 4px 0 24px;
	background: #3861fb;
	border-radius: 50px;
	font-weight: 500;
	font-size: 20px;
	line-height: 48px;
	color: #ffffff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 10;
}

.welcome__link span {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background-color: #fff;
	border-radius: 50px;
}

.welcome__link span svg {
	width: 20px;
	height: 20px;
}

.welcome__link:hover span svg {
	animation-name: zelwin-animation;
	/* Set the animation name */
	animation-duration: 0.75s;
	/* Set the animation duration */
	animation-iteration-count: 1;
	/* Set the animation iteration count to 1 */
	animation-fill-mode: forwards;
	/* Keep the element in its end position after the animation is complete */
}

.welcome__link span svg path {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.welcome__link:hover {
	background: #153bcd;
}

.welcome__link:hover span svg path {
	fill: #153bcd !important;
}

.welcome__link:active {
	background: #242424;
}

.welcome__link:active span svg path {
	fill: #242424 !important;
}

.welcome__link:disabled {
	opacity: 0.5;
	background: #3861fb;
}

.welcome__link:disabled span svg path {
	fill: #3861fb !important;
}

.welcome__block {
	position: absolute;
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 24px 23px;
	background: #ffffff;
	-webkit-box-shadow: 0px 4px 20px rgba(0, 28, 135, 0.1);
	box-shadow: 0px 4px 20px rgba(0, 28, 135, 0.1);
	border-radius: 16px;
	width: 299px;
}

.welcome__block-title {
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
}

.welcome__block ul {
	padding: 12px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
}

.welcome__block ul .welcome__block-icon {
	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;
}

.welcome__block ul .welcome__block-icon img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 50%;
}

.welcome__block ul > li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 12px;
}

.welcome__block ul > li > a > span:nth-child(1) {
	width: 32px;
	height: 32px;
	background: #ffffff;
	-webkit-box-shadow: 0px 0px 6px rgba(0, 28, 135, 0.2);
	box-shadow: 0px 0px 6px rgba(0, 28, 135, 0.2);
	border-radius: 50px;
}

.welcome__block ul > li span:nth-child(2) {
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	width: calc(100% - 40px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

/* Hide the default HTML5 video controls */
/* Style the custom play button */
#play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
	display: none;
	/* initially hidden */
}

.video-container {
	margin: 60px 0;
	position: relative;
}

.video-container video {
	height: 665px;
	width: 100%;
	object-fit: cover;
}

@media (max-width: 1140px) {
	.video-container video {
		height: auto;
	}
}

@media (max-width: 960px) {
	.video-container {
		margin: 20px 0;
	}
}

/* Show the play button when the video is paused */
.video-container video[paused] ~ #play-button {
	display: block;
}

.welcome__block ul > li span:nth-child(2) span {
	min-width: max-content;
	font-weight: 600;
	color: #3861fb;
}

.welcome__block-blue {
	font-weight: 600;
	font-size: 12px;
	line-height: 20px;
	color: #3861fb;
}

.welcome__block-chart {
	padding: 8px 0 0 0;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr;
	grid-template-columns: repeat(6, 1fr);
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	gap: 16px;
}

.welcome__block-chart > div {
	text-align: center;
}

.welcome__block-chart > div div {
	background: #1bcb96;
	border-radius: 4px;
	margin: 4px 0;
}

.welcome__block-chart > div p:nth-child(3) {
	font-weight: 500;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	opacity: 0.4;
}

.welcome__block-chart > div:nth-child(1) div {
	height: 3px;
}

.welcome__block-chart > div:nth-child(2) div {
	height: 6px;
}

.welcome__block-chart > div:nth-child(3) div {
	height: 12px;
}

.welcome__block-chart > div:nth-child(4) div {
	height: 20px;
}

.welcome__block-chart > div:nth-child(5) div {
	height: 40px;
}

.welcome__block-chart > div:nth-child(6) div {
	height: 60px;
}

.welcome__block_1 {
	bottom: 150px;
	left: 59px;
}

.welcome__block_2 {
	width: 395px;
	bottom: 50px;
	left: calc(50% - 197.5px);
}

.welcome__block_3 {
	bottom: 120px;
	right: 56px;
}

.welcome__arrow_1 {
	position: absolute;
	width: 183px;
	bottom: 485px;
	left: 15.625%;
}

@media (max-width: 1200px) {
	.welcome__arrow_1 {
		bottom: 440px;
	}
}

.welcome__arrow_2 {
	position: absolute;
	width: 47px;
	bottom: 270px;
	left: 35.0694%;
}

@media (max-width: 1200px) {
	.welcome__arrow_2 {
		bottom: 300px;
	}
}

.welcome__arrow_3 {
	position: absolute;
	width: 149px;
	right: 16.6%;
	bottom: 460px;
}

@media (max-width: 1200px) {
	.welcome__arrow_3 {
		bottom: 400px;
	}
}

@media (max-width: 1377px) {
	.welcome__arrow_1 {
		left: calc(15.625% - 20px);
	}
}

@media (max-width: 1313px) {
	.welcome__arrow_1 {
		left: calc(15.625% - 40px);
	}
}

@media (max-width: 1258px) {
	.welcome__arrow_1 {
		left: calc(15.625% - 60px);
	}
}

@media (max-width: 1200px) {
	.welcome__container {
		min-height: 904px;
		padding: 104px 20px 0 20px;
	}
	.welcome__block {
		width: 240px;
		padding: 20px;
	}
	.welcome__block ul > li:nth-child(5) {
		display: none;
	}
	.welcome__block_1 {
		bottom: 155px;
		left: 20px;
	}
	.welcome__block_2 {
		width: 395px;
		bottom: 104px;
	}
	.welcome__block_3 {
		right: 20px;
		bottom: 120px;
	}
	.welcome__arrow_1 {
		left: 84px;
		bottom: 440px;
	}
}

@media (max-width: 960px) {
	.welcome__container {
		min-height: 1000px;
		padding: 90px 20px 0 20px;
	}
	.welcome h1 {
		max-width: 490px;
	}
	.welcome h1 br {
		display: block;
	}
	.welcome__text {
		max-width: 450px;
		margin: 16px 0 40px 0;
	}
	.welcome__block {
		padding: 16px;
	}
	.welcome__block ul > li:nth-child(4) {
		display: none;
	}
	.welcome__block-chart {
		padding: 0;
	}
	.welcome__block_1 {
		bottom: 139px;
		left: 20px;
	}
	.welcome__block_2 {
		width: 344px;
		bottom: -25px;
		left: 38.02%;
	}
	.welcome__block_3 {
		right: 20px;
		bottom: 150px;
	}
	.welcome__arrow_1 {
		left: 10.416%;
		bottom: 365px;
		width: 140px;
	}
	.welcome__arrow_2 {
		height: 154px;
		width: auto;
		bottom: 165px;
		left: calc(50% - 60px);
	}
	.welcome__arrow_3 {
		width: 95px;
		bottom: 372px;
	}
}

@media (max-width: 640px) {
	.welcome__container {
		padding: 40px 10px 0 10px;
	}
	.welcome h1 {
		max-width: 360px;
	}
	.welcome__text {
		max-width: 295px;
		margin: 8px 0 24px 0;
		font-size: 16px;
		line-height: 24px;
	}
	.welcome__block ul {
		padding: 8px 0;
	}
	.welcome__block_1 {
		bottom: 240px;
		left: 10px;
	}
	.welcome__block_2 {
		bottom: 32px;
		left: auto;
		right: 5.77%;
	}
	.welcome__block_3 {
		right: 10px;
		bottom: 330px;
	}
	.welcome__arrow_1 {
		left: 10.416%;
		bottom: 465px;
		width: 140px;
	}
	.welcome__arrow_2 {
		left: auto;
		right: 80%;
		height: 109px;
		width: auto;
		bottom: 106px;
	}
	.welcome__arrow_3 {
		width: 85px;
		bottom: 562px;
		right: 5%;
	}
}

@media (max-width: 480px) {
	.welcome__container {
		min-height: 1000px;
	}
	.welcome h1 {
		max-width: 320px;
	}
	.welcome__block {
		padding: 12px;
		width: 209px;
	}
	.welcome__block ul > li span:nth-child(1) {
		width: 24px;
		height: 24px;
	}
	.welcome__block ul > li span:nth-child(2) {
		width: calc(100% - 32px);
	}
	.welcome__block-title,
	.welcome__block-blue {
		font-weight: 600;
		font-size: 14px;
		line-height: 16px;
	}
	.welcome__block_1 {
		bottom: 349px;
		left: 10px;
	}
	.welcome__block_2 {
		width: 300px;
		bottom: 40px;
		right: calc(50% - 150px);
	}
	.welcome__block_3 {
		right: 10px;
		bottom: 225px;
	}
	.welcome__arrow_1 {
		left: 7%;
		bottom: 540px;
		width: 53px;
	}
	.welcome__arrow_1 path {
		stroke-width: 6 !important;
	}
	.welcome__arrow_2 {
		right: 73%;
		height: 94px;
		bottom: 215px;
	}
	.welcome__arrow_3 {
		width: 79px;
		bottom: 400px;
		right: 13%;
	}
	.welcome__arrow_3 path {
		stroke-width: 4 !important;
	}
}

@media (max-width: 374px) {
	.welcome__arrow_1 {
		left: 5%;
		width: 14.13%;
	}
	.welcome__arrow_2 {
		right: 76%;
	}
	.welcome__arrow_3 {
		width: 75px;
		bottom: 395px;
		right: 7%;
	}
}

.best-offers {
	background: #3861fb;
}

.best-offers__container {
	padding-top: 80px;
	padding-bottom: 80px;
	margin: 0 auto;
}

.best-offers__title-btn {
	max-width: 1244px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto 65px;
	padding: 42px;
	padding-bottom: 0;
}

@media (max-width: 1440px) {
	.best-offers__title-btn {
		max-width: 1244px;
		padding: 24px 42px 70px 42px;
		margin: 0 auto;
	}
}

.best-offers__title-btn h2 {
	color: #ffffff;
}

.best-offers__btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 16px;
}

.best-offers__btns button {
	background: transparent;
	height: 40px;
}

.best-offers__swiper {
	padding: 20px 10px 92px 10px;
	max-width: 1380px;
}

.best-offers__pagination,
.best-offers__pagination_additional-services {
	bottom: 0 !important;
}

.best-offers__pagination .swiper-pagination-bullet,
.best-offers__pagination_additional-services .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: transparent;
	border: 1px solid #ffffff;
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0 6px !important;
}

.best-offers__pagination .swiper-pagination-bullet-active,
.best-offers__pagination_additional-services .swiper-pagination-bullet-active {
	width: 40px;
	height: 12px;
	background: #ffffff;
	border-radius: 30px;
}

.best-offers_additional-services .best-offers__container {
	padding: 80px 0;
}

.best-offers_additional-services .best-offers__title-btn p {
	font-size: 24px;
	line-height: 32px;
	color: #fff;
	margin: 8px 0 0 0;
}

.best-offers_additional-services .best-offers__btns {
	margin: 12px 0 0 0;
}

.best-offers_additional-services .best-offers__swiper_additional-services {
	padding: 10px 10px 72px 10px;
}

@media (min-width: 1440px) {
	.best-offers_additional-services .best-offers__swiper_additional-services .has-padding {
		margin-left: calc((100vw - 1180px) / 2);
	}
}

.best-offers_additional-services .plan-card {
	width: 460px;
}

@media (max-width: 1440px) {
	.best-offers__swiper {
		padding: 10px 120px 92px 120px;
		max-width: none;
	}
	.best-offers_additional-services .best-offers__swiper_additional-services {
		padding: 10px 100px 72px 100px;
	}
}

@media (max-width: 1200px) {
	.best-offers__title-btn {
		margin: 0 0 30px 0;
		padding: 0 42.5px;
	}
	.best-offers__swiper {
		padding: 10px 42.5px 82px 42.5px;
	}
	.best-offers_additional-services .best-offers__title-btn {
		padding: 0 42px;
		margin: 0 0 30px 0;
	}
	.best-offers_additional-services .best-offers__swiper_additional-services {
		padding: 10px 42px 72px 42px;
	}
}

@media (max-width: 960px) {
	.best-offers__title-btn {
		padding: 0 74px;
	}
	.best-offers__swiper {
		padding: 10px 74px 82px 74px;
	}
	.best-offers_additional-services .best-offers__title-btn {
		padding: 0 74px;
		margin: 0 0 30px 0;
	}
	.best-offers_additional-services .best-offers__title-btn p {
		font-size: 16px;
		line-height: 24px;
	}
	.best-offers_additional-services .best-offers__swiper_additional-services {
		padding: 10px 74px 72px 74px;
	}
}

@media (max-width: 640px) {
	.best-offers__title-btn {
		margin: 0 0 14px 0;
		padding: 0 30px;
	}
	.best-offers__swiper {
		padding: 10px 30px 52px 30px;
	}
	.best-offers_additional-services .best-offers__container {
		padding: 60px 0;
	}
	.best-offers_additional-services .best-offers__title-btn {
		padding: 0 30px;
	}
	.best-offers_additional-services .best-offers__btns {
		margin: 0;
	}
	.best-offers_additional-services .best-offers__swiper_additional-services {
		padding: 10px 30px 52px 30px;
	}
	.best-offers_additional-services .plan-card {
		width: 380px;
	}
}

@media (max-width: 480px) {
	.best-offers__title-btn {
		margin: 0 0 14px 0;
		padding: 0 38px;
	}
	.best-offers__btns {
		display: none;
	}
	.best-offers__swiper {
		padding: 10px 38px 30px 38px;
	}
	.best-offers__pagination .swiper-pagination-bullet,
	.best-offers__pagination_additional-services .swiper-pagination-bullet {
		width: 6px;
		height: 6px;
		margin: 0 3px !important;
	}
	.best-offers__pagination .swiper-pagination-bullet-active,
	.best-offers__pagination_additional-services
.swiper-pagination-bullet-active {
		width: 24px;
		height: 6px;
	}
	.best-offers_additional-services .best-offers__title-btn {
		padding: 0 38px;
		margin: 0 0 14px 0;
	}
	.best-offers_additional-services .best-offers__swiper_additional-services {
		padding: 10px 38px 30px 38px;
	}
	.best-offers_additional-services .plan-card {
		width: 299px;
	}
}

@media (max-width: 374px) {
	.best-offers__title-btn {
		padding: 0 20px;
	}
	.best-offers__swiper {
		padding: 10px 20px 30px 20px;
	}
	.best-offers_additional-services .best-offers__title-btn {
		padding: 0 20px;
	}
	.best-offers_additional-services .best-offers__swiper_additional-services {
		padding: 10px 20px 30px 20px;
	}
}

@media (max-width: 339px) {
	.best-offers__title-btn {
		padding: 0 10px;
	}
	.best-offers__swiper {
		padding: 10px 10px 30px 10px;
	}
	.best-offers_additional-services .best-offers__title-btn {
		padding: 0 10px;
	}
	.best-offers_additional-services .best-offers__swiper_additional-services {
		padding: 10px 10px 30px 10px;
	}
}

.plan-card {
	display: inline-block;
	background: #fff;
	width: 440px;
	-webkit-box-shadow: 0px 4px 20px rgba(107, 118, 146, 0.1);
	box-shadow: 0px 4px 20px rgba(107, 118, 146, 0.1);
	border-radius: 24px;
	color: #242424;
	padding: 44px 32px 24px 32px;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.plan-card__title-serv {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: flex-start;
	cursor: pointer;
}

.plan-card__serv {
	text-align: right;
	font-weight: 500;
	font-size: 44px;
	line-height: 44px;
	color: #3861fb;
	min-width: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	cursor: pointer;
}

.plan-card__serv span {
	font-size: 16px;
	line-height: 24px;
	min-width: max-content;
}

.plan-card__txts {
	margin: 13px 0 12px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 12px;
	cursor: pointer;
}

.plan-card__txts a {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	transition: 0.3s ease all;
}

.plan-card__txts a:hover {
	color: #3861fb;
}

.plan-card__txts span {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}

.plan-card__plus {
	font-size: 16px;
	line-height: 24px;
	color: #7d7d7d;
	transition: 0.3s ease all;
	cursor: pointer;
}

.plan-card__plus:hover {
	color: #3861fb;
}

.plan-card__price-cart {
	margin: 24px 0 0 0;
	border-top: 1px solid rgba(162, 162, 162, 0.3);
	padding: 24px 0 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.plan-card__price {
	font-weight: 600;
	font-size: 32px;
	line-height: 39px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 14px;
}

.plan-card__price span {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	text-decoration-line: line-through;
	color: #919191;
}

.plan-card__price span.from {
	font-weight: 400;
	font-size: 26px;
	line-height: 30px;
	text-decoration-line: none;
}

.plan-card__cart {
	width: 72px;
	height: 48px;
	background: #08b681;
	border-radius: 40px;
	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;
	transition: 0.3s ease all;
}

.plan-card__cart:hover {
	background: #07956a;
}

.plan-card__cart:active {
	background: #096448;
}

.plan-card__cart img {
	width: 24px;
	height: 24px;
	object-fit: contain;
}

.plan-card_end {
	background: transparent;
	border: 2px solid #ffffff;
	padding: 0;
	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;
	height: 437.8px;
}

.plan-card_end span {
	font-weight: 500;
	font-size: 32px;
	line-height: 39px;
	color: #ffffff;
}

@media (hover: hover) {
	.plan-card:hover {
		-webkit-transform: scale(1.04546);
		transform: scale(1.04546);
	}
}

@media (max-width: 1200px) {
	.plan-card {
		padding: 24px 32px 24px 32px;
		width: 460px;
	}
	.plan-card__title-serv h3 {
		line-height: 42px;
	}
	.plan-card__txts {
		margin: 16px 0 12px 0;
	}
	.plan-card_end {
		height: 396.8px;
	}
}

@media (max-width: 960px) {
	.plan-card {
		width: 380px;
	}
	.plan-card__title-serv h3 {
		line-height: 32px;
	}
	.plan-card__serv {
		font-size: 38px;
		line-height: 38px;
	}
	.plan-card__price {
		font-size: 28px;
		line-height: 32px;
	}
	.plan-card_end {
		height: 414.8px;
	}
}

@media (max-width: 640px) {
	.plan-card {
		padding: 16px 24px;
	}
	.plan-card__serv {
		font-size: 32px;
		line-height: 32px;
	}
	.plan-card__txts {
		gap: 8px;
	}
	.plan-card__price-cart {
		margin: 16px 0 0 0;
		padding: 16px 0 0 0;
	}
	.plan-card__price {
		font-size: 24px;
		line-height: 32px;
	}
	.plan-card_end {
		height: 364.8px;
	}
}

@media (max-width: 480px) {
	.plan-card {
		width: 300px;
		padding: 12px 16px;
	}
	.plan-card__serv {
		font-size: 28px;
		line-height: 28px;
	}
	.plan-card__serv span {
		font-size: 14px;
		line-height: 20px;
	}
	.plan-card__txts {
		margin: 12px 0 8px 0;
	}
	.plan-card__txts p {
		font-size: 14px;
		line-height: 20px;
	}
	.plan-card__plus {
		font-size: 14px;
		line-height: 20px;
	}
	.plan-card__price-cart {
		margin: 12px 0 0 0;
		padding: 12px 0 0 0;
	}
	.plan-card__price {
		font-size: 20px;
		line-height: 24px;
		gap: 8px;
	}
	.plan-card__price span {
		font-size: 14px;
		line-height: 20px;
	}
	.plan-card__cart {
		width: 64px;
		height: 40px;
	}
	.plan-card_end {
		height: 300.8px;
	}
}

.partners__container {
	padding-left: 42px;
	padding-right: 42px;
	max-width: 1249px;
	margin: 0 auto;
}

.partners__grid div {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	border-bottom: 1px solid #c7c7c7;
}

.partners__grid div:last-child {
	border-bottom: 0;
}

@media (max-width: 1024px) {
	.partners__grid div {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (max-width: 768px) {
	.partners__grid div {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 520px) {
	.partners__grid div {
		grid-template-columns: repeat(2, 1fr);
	}
}

.partners__grid a {
	border-right: 1px solid black;
}

.partners__grid a:nth-child(6n) {
	border-right: none;
}

@media (max-width: 1024px) {
	.partners__grid a:nth-child(4n) {
		border-right: none;
	}
}

@media (max-width: 768px) {
	.partners__grid a:nth-child(3n) {
		border-right: none;
	}
}

@media (max-width: 520px) {
	.partners__grid a:nth-child(2n) {
		border-right: none;
	}
}

.partners__grid a {
	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;
	height: 134px;
	border-style: solid;
	border-color: #c7c7c7;
}

.partners__grid a:hover img {
	filter: none;
}

.partners__grid a img {
	width: 134px;
	transition: 0.3s ease all;
	filter: grayscale(1);
}

@media (max-width: 1105px) {
	.partners__grid a {
		height: 98px;
	}
}

@media (max-width: 960px) {
	.partners__container {
		padding-left: 74px;
		padding-right: 74px;
	}
}

@media (max-width: 640px) {
	.partners__container {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (max-width: 480px) {
	.partners__container {
		padding-left: 38px;
		padding-right: 38px;
	}
}

@media (max-width: 360px) {
	.partners__container {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.h2-m60 {
	margin-bottom: 60px;
}

@media (max-width: 1200px) {
	.h2-m60 {
		margin-bottom: 40px;
	}
}

@media (max-width: 640px) {
	.h2-m60 {
		margin-bottom: 24px;
	}
}

.services-m {
	background: #f2f5fb;
}

.services-m__container {
	max-width: 1254px;
	padding-left: 42px;
	padding-right: 42px;
	margin: 0 auto;
}

.services-m h2 {
	color: #36394e;
}

.services-m__categories {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 12px;
	padding: 0 42px 15px 42px;
	width: calc(100% + 84px);
	margin: 0 0 0 -42px;
	overflow-x: auto;
	scrollbar-width: thin;
	scrollbar-color: rgba(145, 145, 145, 0.2) #fff;
}

.services-m__categories::-webkit-scrollbar-thumb {
	background-color: rgba(145, 145, 145, 0.2);
	border-radius: 4px;
}

.services-m__categories::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

.services-m__categories-item {
	display: inline-block;
	padding: 24px;
	border-radius: 12px;
	background: #fff;
	color: #242424;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.services-m__categories-item div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.services-m__categories-item svg {
	width: 32px;
	height: 32px;
}

.services-m__categories-item svg path {
	stroke: #242424;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.services-m__categories-item span {
	font-size: 24px;
	line-height: 29px;
	color: #929292;
	margin: -12px -12px 0 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.services-m__categories-item p {
	margin: 12px 0 0 0;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	white-space: nowrap;
}

.services-m__categories-item:hover,
.services-m__categories-item.active {
	background: #3861fb;
	-webkit-box-shadow: 0px 8px 12px rgba(56, 97, 251, 0.25);
	box-shadow: 0px 8px 12px rgba(56, 97, 251, 0.25);
	color: #fff;
}

.services-m__categories-item:hover svg path,
.services-m__categories-item.active svg path {
	stroke: #fff;
}

.services-m__categories-item:hover span,
.services-m__categories-item.active span {
	color: #fff;
}

.services-m__categories-item.active p {
	font-weight: 600;
}

.services-m__categories-item.active img {
	filter: grayscale(100%) invert(100%);
}

.services-m__content {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 20px 1fr 20px 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
	padding: 15px 0 0 0;
	max-width: 100%;
}

.services-m__content.skeletons {
	display: none;
}

.services-m__bottom-link {
	margin: 40px auto 0 auto;
}

.services-m__bottom-link.disabled {
	display: none;
}

.services-m__bottom-link {
	position: relative;
	min-height: 48px;
}

.services-m__bottom-link.loading .loader {
	display: block;
}

.services-m__bottom-link.loading .text {
	display: none;
}

.services-m__bottom-link .loader {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 16px;
	height: 16px;
	border: 2px solid #fff;
	border-top-color: transparent;
	border-radius: 50%;
	animation: loaderAnimation 1s linear infinite;
}

@keyframes loaderAnimation {
	0% {
		transform: translate(-50%, -50%) rotate(0deg);
	}
	100% {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}

@media (max-width: 1200px) {
	.services-m__categories-item {
		padding: 20px 20px 12px 20px;
	}
	.services-m__categories-item span {
		font-size: 24px;
		line-height: 32px;
	}
	.services-m__categories-item p {
		font-size: 16px;
		line-height: 24px;
		font-weight: 400;
	}
	.services-m__content {
		padding: 3px 0 0 0;
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
	}
	.services-m__content .plan-card_service:nth-child(7),
	.services-m__content .plan-card_service:nth-child(8),
	.services-m__content .plan-card_service:nth-child(9) {
		display: none;
	}
	.services-m__bottom-link {
		margin: 28px auto 0 auto;
	}
}

@media (max-width: 960px) {
	.services-m__container {
		padding-left: 74px;
		padding-right: 74px;
	}
	.services-m__categories {
		width: calc(100% + 148px);
		margin: 0 0 0 -74px;
		padding: 0 74px 15px 74px;
	}
	.services-m__categories-item svg {
		width: 24px;
		height: 24px;
	}
}

@media (max-width: 740px) {
	.services-m__content {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
	.services-m__content .plan-card_service:nth-child(5),
	.services-m__content .plan-card_service:nth-child(6) {
		display: none;
	}
}

@media (max-width: 640px) {
	.services-m__container {
		padding-left: 30px;
		padding-right: 30px;
	}
	.services-m__categories {
		width: calc(100% + 60px);
		margin: 0 0 0 -30px;
		padding: 0 30px 15px 30px;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
	.services-m__categories::-webkit-scrollbar {
		width: 0;
		background: transparent;
	}
	.services-m__categories::-webkit-scrollbar-thumb {
		background: transparent;
	}
	.services-m__categories::-webkit-scrollbar {
		width: 0;
		height: 0;
	}
}

@media (max-width: 480px) {
	.services-m__container {
		padding-left: 38px;
		padding-right: 38px;
	}
	.services-m__categories {
		width: calc(100% + 76px);
		margin: 0 0 0 -38px;
		padding: 0 38px 11px 38px;
		gap: 8px;
	}
	.services-m__categories-item {
		padding: 12px 12px 6px 12px;
	}
	.services-m__categories-item span {
		font-size: 16px;
		line-height: 24px;
		margin: -4px -2px 0 0;
	}
	.services-m__categories-item p {
		margin: 8px 0 0 0;
		font-size: 14px;
		line-height: 20px;
	}
	.services-m__categories-item svg {
		width: 16px;
		height: 16px;
	}
	.services-m__content {
		padding: 5px 0 0 0;
	}
	.services-m__bottom-link {
		margin: 16px auto 0 auto;
	}
}

.plan-card_service {
	padding: 32px 32px 24px 32px;
	width: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}

.plan-card_service .plan-card__new,
.plan-card_service .plan-card__hot,
.plan-card_service .plan-card__special,
.plan-card_service .plan-card__exclusive {
	display: inline-block;
	padding: 0 20px;
	border-radius: 50px;
	line-height: 30px;
	font-weight: 500;
	font-size: 16px;
	color: #ffffff;
}

.plan-card_service .plan-card__new {
	background: #1ad29b;
	-webkit-box-shadow: 0px 4px 8px rgba(26, 210, 155, 0.25);
	box-shadow: 0px 4px 8px rgba(26, 210, 155, 0.25);
	margin: 0 0 16px 0;
}

.plan-card_service .plan-card__hot {
	background: #ff862f;
	-webkit-box-shadow: 0px 5px 8px rgba(255, 134, 47, 0.25);
	box-shadow: 0px 5px 8px rgba(255, 134, 47, 0.25);
}

.plan-card_service .plan-card__special {
	background: #3ad0ff;
	-webkit-box-shadow: 0px 4px 8px rgba(47, 190, 251, 0.25);
	box-shadow: 0px 4px 8px rgba(47, 190, 251, 0.25);
	margin: 0 0 16px 0;
}

.plan-card_service .plan-card__exclusive {
	background: #ffd12f;
	-webkit-box-shadow: 0px 4px 8px rgba(251, 251, 47, 0.25);
	box-shadow: 0px 4px 8px rgba(251, 251, 47, 0.25);
	margin: 0 0 16px 0;
}

.plan-card_service .plan-card__new,
.plan-card_service .plan-card__special,
.plan-card_service .plan-card__hot,
.plan-card_service .plan-card__exclusive {
	position: relative;
	top: -16px;
	margin: 0;
}

.plan-card_service img {
	width: 100%;
	height: 140px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 12px;
	margin: 0 0 16px 0;
}

.plan-card_service .plan-card__cart img {
	width: 24px;
	height: 24px;
	margin: 0;
	object-fit: contain;
	border-radius: 0;
}

.plan-card_service .plan-card__descrp {
	word-break: break-word;
	font-size: 16px;
	line-height: 24px;
	margin: 8px 0 0 0;
}

.plan-card_service .plan-card__more {
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	color: #3861fb;
	margin: 16px 0 0 0;
}

.plan-card_service .plan-card__price {
	gap: 16px;
}

.plan-card_service .plan-card__no-price {
	font-size: 28px;
	line-height: 32px;
	color: rgba(7, 19, 63, 0.5);
}

.plan-card_service .plan-card__price-cart {
	margin: 32px 0 0 0;
}

.plan-card_service .plan-card__cart {
	width: 64px;
	height: 40px;
}

@media (max-width: 1200px) {
	.plan-card_service .plan-card__more {
		margin: 20px 0 0 0;
	}
	.plan-card_service .plan-card__price-cart {
		margin: 36px 0 0 0;
	}
}

@media (max-width: 960px) {
	.plan-card_service {
		padding: 32px 24px 24px 24px;
	}
	.plan-card_service .plan-card__price {
		font-size: 20px;
		line-height: 28px;
	}
	.plan-card_service .plan-card__no-price {
		font-size: 24px;
		line-height: 32px;
	}
	.plan-card_service .plan-card__price-cart {
		margin: 28px 0 0 0;
	}
}

@media (max-width: 480px) {
	.plan-card_service {
		padding: 24px 16px 16px 16px;
	}
	.plan-card_service .plan-card__price-cart {
		margin: 20px 0 0 0;
	}
	.plan-card_service .plan-card__price {
		font-size: 16px;
		line-height: 24px;
	}
	.plan-card_service .plan-card__price span {
		font-size: 14px;
		line-height: 20px;
	}
	.plan-card_service .plan-card__no-price {
		font-size: 16px;
		line-height: 24px;
	}
}

.blue-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 200px;
	background: #3861fb;
	border-radius: 50px;
	font-weight: 500;
	font-size: 20px;
	line-height: 48px;
	color: #ffffff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.blue-link:hover {
	background: #153bcd;
}

.blue-link:active {
	background: #242424;
}

.blue-link:disabled {
	opacity: 0.5;
	cursor: auto;
}

.blue-link:disabled:hover {
	background: #3861fb;
}

.blue-link:disabled:active {
	background: #3861fb;
}

.white-link {
	font-weight: 500;
	font-size: 20px;
	line-height: 44px;
	color: #3861fb;
	width: 200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 2px solid #3861fb;
	border-radius: 40px;
	background: transparent;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
}

.white-link:hover {
	color: #153bcd;
	border-color: #153bcd;
}

.white-link:active {
	color: #242424;
	border-color: #242424;
}

.white-link:disabled {
	opacity: 0.5;
	color: #3861fb;
	border-color: #3861fb;
}

.media__container {
	max-width: 1254px;
	padding: 100px 42px;
	margin: 0 auto;
}

.media__title {
	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;
	margin: -100px 0 20px 0;
}

.media__title svg {
	width: 254px;
}

.media__items {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 30px 1fr 30px 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
}

.media__item {
	display: block;
	color: inherit;
}

.media__item img {
	width: 100%;
	height: 200px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 24px;
}

.media__item .source-logo {
	width: 120px;
	height: 50px;
	object-fit: contain;
	border-radius: 0;
}

.media__item h4 {
	margin: 30px 0 20px 0;
}

.media__link {
	margin: 80px auto 0 auto;
}

.media__why-wrapper {
	padding-top: 100px;
}

@media (max-width: 960px) {
	.media__why-wrapper {
		padding-top: 0;
	}
}

.media__why {
	max-width: 1160px;
	margin: 0 auto;
	padding: 60px 40px;
	background: #3861fb;
	border-radius: 24px;
	color: #ffffff;
}

.media__why h2 {
	font-weight: 600;
	margin: 0 0 16px 0;
}

.media__why > p {
	margin: 0 0 24px 0;
	font-size: 16px;
	line-height: 24px;
}

.media__why-items {
	padding: 8px 0 0 0;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 24px 1fr 24px 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 24px;
}

.media__why-item {
	padding: 60px 40px;
	background: #ffffff;
	border-radius: 16px;
	color: #000;
	text-align: center;
}

.media__why-item svg {
	height: 100px;
}

.media__why-item p {
	margin: 40px 0 0 0;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
}

@media (max-width: 1200px) {
	.media__container {
		padding: 100px 42px;
	}
	.media__title {
		margin: -50px 0 20px 0;
	}
	.media__title svg {
		width: 140px;
	}
	.media__items {
		-ms-grid-columns: 1fr 24px 1fr;
		grid-template-columns: 1fr 1fr;
		gap: 24px;
	}
	.media__item h4 {
		margin: 24px 0 20px 0;
	}
	.media__link {
		margin: 40px auto 0 auto;
	}
	.media__why {
		margin: 100px auto 0 auto;
		padding: 40px 24px;
	}
	.media__why-items {
		gap: 20px;
	}
	.media__why-item {
		padding: 40px 24px;
	}
	.media__why-item svg {
		height: 80px;
	}
	.media__why-item p {
		font-size: 16px;
		line-height: 24px;
		margin: 24px 0 0 0;
		font-weight: 400;
	}
}

@media (max-width: 960px) {
	.media__container {
		padding: 100px 74px;
	}
	.media__title {
		margin: -37px 0 16px 0;
	}
	.media__title svg {
		width: 146px;
	}
	.media__item h4 {
		margin: 16px 0 20px 0;
	}
	.media__link {
		margin: 32px auto 0 auto;
	}
	.media__why {
		margin: 120px auto 0 auto;
	}
	.media__why-items {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		gap: 12px;
	}
	.media__why-item {
		padding: 40px 30px;
		text-align: left;
		position: relative;
	}
	.media__why-item p {
		margin: 0;
		padding: 0 0 0 86px;
	}
	.media__why-item svg {
		position: absolute;
	}
	.media__why-item:nth-child(1) svg {
		height: 60.15px;
		left: 30px;
		top: calc(50% - 30.075px);
	}
	.media__why-item:nth-child(2) svg {
		height: 64.36px;
		left: 21.64px;
		top: calc(50% - 32.18px);
	}
	.media__why-item:nth-child(3) svg {
		height: 72px;
		left: 35px;
		top: calc(50% - 36px);
	}
}

@media (max-width: 640px) {
	.media__container {
		padding: 100px 30px;
	}
	.media__title {
		margin: -47px 0 19px 0;
	}
	.media__title svg {
		width: 120px;
	}
	.media__items {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		gap: 40px;
	}
	.media__why {
		margin: 100px auto 0 auto;
	}
	.media__why-item {
		padding: 30px;
	}
}

@media (max-width: 480px) {
	.media__container {
		padding: 80px 38px;
	}
	.media__title {
		margin: -36px 0 19px 0;
	}
	.media__title svg {
		width: 100px;
	}
	.media__why {
		margin: 80px auto 0 auto;
		padding: 24px 16px 16px 16px;
	}
	.media__why h2 {
		font-size: 20px;
		line-height: 24px;
	}
	.media__why > p {
		margin: 0 0 16px 0;
		font-size: 14px;
		line-height: 20px;
	}
	.media__why-items {
		gap: 8px;
	}
	.media__why-item {
		padding: 20px;
	}
	.media__why-item p {
		font-size: 14px;
		line-height: 20px;
		padding: 0 0 0 60px;
	}
	.media__why-item:nth-child(1) svg {
		height: 42.97px;
		left: 20px;
		top: calc(50% - 21.485px);
	}
	.media__why-item:nth-child(2) svg {
		height: 37.14px;
		left: 14.03px;
		top: calc(50% - 18.57px);
	}
	.media__why-item:nth-child(3) svg {
		height: 51.43px;
		left: 23.57px;
		top: calc(50% - 25.715px);
	}
}

@media (max-width: 360px) {
	.media__container {
		padding: 80px 20px;
	}
}

.ambassador {
	background: url("./assets/img/ambassador_bg.png") no-repeat;
	background-size: cover;
	background-position: top left;
}

.ambassador__container {
	max-width: 952px;
	padding: 150px 0;
	margin: 0 auto;
	position: relative;
}

.ambassador__block {
	position: relative;
	padding: 60px;
	background-color: #fff;
	border-radius: 40px;
	width: 693px;
	z-index: 2;
}

.ambassador__block-bg {
	display: inline-block;
	position: absolute;
	width: 692px;
	height: 394px;
	left: -30px;
	top: 120px;
	border-radius: 40px;
	background: #3861fb;
	z-index: 1;
}

.ambassador__title {
	font-weight: 700;
	font-size: 80px;
	line-height: 98px;
	color: #3861fb;
	margin: 0 0 40px 0;
}

@media (max-width: 1200px) {
	.ambassador__container {
		max-width: 1200px;
		padding: 150px 0 50px 14.75%;
	}
	.ambassador__block {
		width: 639px;
	}
	.ambassador__block-bg {
		width: 627px;
		height: 368px;
		left: calc(14.75% - 30px);
	}
	.ambassador__title {
		font-size: 70px;
		line-height: 85px;
	}
}

@media (max-width: 960px) {
	.ambassador__block {
		width: 572px;
	}
	.ambassador__block-bg {
		width: 562px;
		height: 344px;
		left: calc(13.94% - 30px);
	}
	.ambassador__title {
		font-size: 60px;
		line-height: 73px;
	}
}

@media (max-width: 640px) {
	.ambassador {
		background-position: top 0px left -670px;
	}
	.ambassador__container {
		padding: 524px 0 0 10%;
	}
	.ambassador__block {
		width: 435px;
		padding: 60px 80px;
	}
	.ambassador__block-bg {
		width: 433px;
		height: 296px;
		top: 554px;
		left: calc(10% - 20px);
	}
	.ambassador__title {
		font-size: 40px;
		line-height: 49px;
	}
}

@media (max-width: 505px) {
	.ambassador__block {
		width: 415px;
		padding: 60px 70px;
	}
	.ambassador__block-bg {
		width: 413px;
	}
}

@media (max-width: 480px) {
	.ambassador {
		background-position: top 0px left -520px;
	}
	.ambassador__container {
		min-height: 672px;
		height: 672px;
		padding: 390px 0 0 9.7%;
	}
	.ambassador__block {
		width: 320px;
		padding: 40px 60px;
	}
	.ambassador__block-bg {
		width: 320px;
		height: 226px;
		top: 420px;
		left: calc(9.7% - 20px);
	}
	.ambassador__title {
		font-size: 28px;
		line-height: 34px;
	}
}

@media (max-width: 370px) {
	.ambassador__block {
		width: 280px;
		padding: 40px 40px;
	}
	.ambassador__block-bg {
		width: 280px;
	}
}

.team {
	background: #f2f5fb;
}

.team__container {
	max-width: 1244px;
	padding: 100px 42px;
	margin: 0 auto;
}

.team h2 {
	font-weight: 600;
	text-align: center;
}

.team__grid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 40px 1fr 40px 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 40px;
}

.team__link {
	margin: 60px auto 0 auto;
}

@media (max-width: 1200px) {
	.team__container {
		padding: 100px 42px;
	}
	.team__grid {
		gap: 20px;
	}
	.team__grid .team-card:nth-child(n + 4) {
		display: none;
	}
}

@media (max-width: 960px) {
	.team__container {
		padding-left: 74px;
		padding-right: 74px;
	}
	.team__grid {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
	}
	.team__grid .team-card:nth-child(n + 3) {
		display: none;
	}
}

@media (max-width: 640px) {
	.team__container {
		padding-left: 30px;
		padding-right: 30px;
	}
	.team__link {
		margin: 32px auto 0 auto;
	}
}

@media (max-width: 480px) {
	.team__container {
		padding: 80px 38px;
	}
	.team__grid {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
}

.team-card {
	background: #fbfafb;
	-webkit-box-shadow: 0px 4px 20px rgba(0, 28, 135, 0.1);
	box-shadow: 0px 4px 20px rgba(0, 28, 135, 0.1);
	border-radius: 16px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.team-card img {
	height: 240px;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 16px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.team-card__text {
	padding: 16px 24px;
	font-size: 16px;
	line-height: 24px;
}

.team-card__title {
	font-weight: 700;
}

.team-card__soc-net {
	margin: 16px 0 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
}

.team-card__soc-net img {
	width: 24px;
	height: 24px;
	object-fit: contain;
	border-radius: 0;
}

@media (hover: hover) {
	.team-card:hover {
		-webkit-transform: scale(1.06667);
		transform: scale(1.06667);
	}
	.team-card:hover img {
		-webkit-transform: scale(0.938);
		transform: scale(0.938);
		margin: 1px 0 0 0;
	}
}

@media (max-width: 640px) {
	.team-card > img {
		height: 200px;
	}
}

@media (max-width: 480px) {
	.team-card__text {
		padding: 16px;
	}
}

.projects__container {
	padding: 100px 0;
	max-width: 1160px;
	margin: 0 auto;
}

.projects__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	color: #36394e;
	margin: -22px 0 60px 0;
}

.projects__title br:nth-child(1) {
	display: none;
}

.projects__title img {
	width: 134.58px;
	height: 149px;
	margin: 0 0 0 24px;
}

.projects__grid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 20px 1fr;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.projects__link {
	margin: 60px auto 30px auto;
}

@media (max-width: 1200px) {
	.projects__container {
		padding: 100px 42px;
	}
	.projects__title {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		color: #242424;
		margin: 0 0 31px 0;
	}
}

@media (max-width: 960px) {
	.projects__container {
		padding: 100px 74px;
	}
	.projects__title {
		margin: 0 0 24px 0;
	}
	.projects__title svg {
		width: 108.39px;
		height: 120px;
	}
}

@media (max-width: 716px) {
	.projects__title br:nth-child(1) {
		display: block;
	}
	.projects__title br:nth-child(2) {
		display: none;
	}
}

@media (max-width: 640px) {
	.projects__container {
		padding: 100px 30px;
	}
	.projects__title {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin: 0 0 24px 0;
	}
	.projects__title svg {
		width: 108.39px;
		height: 120px;
	}
	.projects__grid {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
	.projects__link {
		margin: 32px auto 0 auto;
	}
}

@media (max-width: 480px) {
	.projects__container {
		padding: 80px 38px;
	}
	.projects__title svg {
		width: 72.26px;
		height: 80px;
		margin: 0 0 0 16px;
	}
}

.project-card {
	padding: 32px;
	background: #f2f5fb;
	border-radius: 24px;
	font-size: 16px;
	line-height: 24px;
	color: #242424;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: auto 16px 1fr;
	grid-template-columns: auto 1fr;
	gap: 16px;
}

.project-card img {
	width: 80px;
	height: 80px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 60px;
}

.project-card__title {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.project-card__subtitle {
	margin: 4px 0 0 0;
}

.project-card__list {
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-column: 1/3;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
}

.project-card__list li {
	padding: 0 0 0 18px;
	position: relative;
}

.project-card__list li:before {
	content: "";
	position: absolute;
	width: 6px;
	height: 6px;
	background: #3861fb;
	border-radius: 50%;
	left: 0;
	top: calc(50% - 3px);
}

@media (max-width: 960px) {
	.project-card {
		padding: 24px;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
	.project-card img {
		width: 60px;
		height: 60px;
	}
	.project-card__list {
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1/2;
	}
}

@media (max-width: 640px) {
	.project-card {
		-ms-grid-columns: auto 1fr;
		grid-template-columns: auto 1fr;
	}
	.project-card__list {
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1/3;
	}
}

@media (max-width: 480px) {
	.project-card {
		padding: 16px;
		font-size: 14px;
		line-height: 20px;
	}
}

.people-saying {
	background: #f2f5fb;
}

.people-saying__container {
	max-width: 1440px;
	margin: 0 auto;
	padding: 100px 0;
}

.people-saying__title-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 140px;
	margin: 0 0 80px 0;
}

@media (max-width: 1440px) {
	.people-saying__title-btn {
		padding: 0 70px;
	}
}

.people-saying__btns {
	margin: 0 0 0 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 16px;
}

.people-saying__btns button {
	background: transparent;
	height: 40px;
}

.people-saying__swiper {
	padding: 0 0 92px 0;
	max-width: 1160px;
}

.people-saying__pagination {
	bottom: 0 !important;
}

.people-saying__pagination .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: transparent;
	border: 1px solid #3861fb;
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0 6px !important;
}

.people-saying__pagination .swiper-pagination-bullet-active {
	width: 40px;
	height: 12px;
	background: #3861fb;
	border-radius: 30px;
}

.people-saying .people-saying-card {
	width: 560px;
	min-height: 342px;
}

@media (max-width: 1440px) {
	.people-saying__swiper {
		padding: 0 140px 92px 140px;
		max-width: none;
	}
}

@media (max-width: 1200px) {
	.people-saying__container {
		padding: 100px 0;
	}
	.people-saying__title-btn {
		padding: 0 42px;
		margin: 0 0 40px 0;
	}
	.people-saying__swiper {
		padding: 0 42px 52px 42px;
	}
	.people-saying .people-saying-card {
		width: 461px;
	}
}

@media (max-width: 960px) {
	.people-saying__title-btn {
		padding: 0 74px;
	}
	.people-saying__swiper {
		padding: 0 74px 52px 74px;
	}
	.people-saying .people-saying-card {
		width: 460px;
	}
}

@media (max-width: 640px) {
	.people-saying__title-btn {
		padding: 0 30px;
	}
	.people-saying__swiper {
		padding: 0 30px 52px 30px;
	}
	.people-saying__title-btn {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.people-saying .people-saying-card {
		width: 380px;
	}
}

@media (max-width: 480px) {
	.people-saying__container {
		padding: 80px 0;
	}
	.people-saying__title-btn {
		padding: 0 38px;
	}
	.people-saying__swiper {
		padding: 0 38px 30px 38px;
	}
	.people-saying__title-btn {
		margin: 0 0 24px 0;
	}
	.people-saying__btns {
		display: none;
	}
	.people-saying__pagination .swiper-pagination-bullet {
		width: 6px;
		height: 6px;
		margin: 0 3px !important;
	}
	.people-saying__pagination .swiper-pagination-bullet-active {
		width: 24px;
		height: 6px;
	}
	.people-saying .people-saying-card {
		width: 300px;
	}
}

@media (max-width: 374.5px) {
	.people-saying__title-btn {
		padding: 0 20px;
	}
	.people-saying__swiper {
		padding: 0 20px 30px 20px;
	}
	.people-saying .people-saying-card {
		width: 280px;
	}
}

.people-saying-card {
	padding: 32px;
	background: #fff;
	-webkit-box-shadow: 0px 4px 20px rgba(0, 28, 135, 0.1);
	box-shadow: 0px 4px 20px rgba(0, 28, 135, 0.1);
	border-radius: 24px;
	cursor: pointer;
	font-size: 16px;
	line-height: 24px;
}

.people-saying-card__text {
	margin: 24px 0;
}

.people-saying-card__img-name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
}

.people-saying-card__img-name img {
	width: 80px;
	height: 80px;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 50px;
}

.people-saying-card__name {
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 4px 0;
}

.people-saying-card__min-dscrptn {
	opacity: 0.5;
}

@media (max-width: 480px) {
	.people-saying-card {
		padding: 24px;
		font-size: 14px;
		line-height: 20px;
	}
	.people-saying-card__text {
		margin: 8px 0 24px 0;
	}
	.people-saying-card__img-name img {
		width: 60px;
		height: 60px;
	}
	.people-saying-card__name {
		font-weight: 600;
		font-size: 12px;
		line-height: 16px;
	}
	.people-saying-card__min-dscrptn {
		font-size: 12px;
		line-height: 16px;
	}
}

.people-saying-modal {
	position: fixed;
	z-index: 150;
	background: rgba(36, 36, 36, 0.3);
	min-height: calc(100vh + 200px);
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0;
	visibility: hidden;
}

.people-saying-modal__container {
	max-width: 800px;
	margin: -200px 0 0 0;
}

.people-saying-modal__container .people-saying-card {
	cursor: auto;
}

.people-saying-modal__container .people-saying-card__close {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.people-saying-modal__container .people-saying-card__close-btn {
	background: transparent;
	width: 24px;
	height: 24px;
}

.open_people-saying-modal .people-saying-modal {
	opacity: 1;
	visibility: visible;
}

.faq__container h2 img {
	width: 134.58px;
	height: 149px;
	margin: 0 0 0 24px;
}

@media (max-width: 840px) {
	.people-saying-modal__container {
		width: calc(100% - 40px);
	}
}

.faq__container {
	padding: 82px 42px 100px 42px;
	max-width: 1244px;
	margin: 0 auto;
}

.faq h2 {
	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;
	margin: 0 0 40.5px 0;
}

.faq h2 svg {
	width: 150px;
	height: 138.47px;
}

.faq__grid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 40px 360px;
	grid-template-columns: 1fr 360px;
	gap: 40px;
}

.faq__questions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
}

.faq_grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 40px;
}

@media (max-width: 960px) {
	.faq_grid {
		grid-template-columns: 1fr;
		gap: 8px;
	}
}

.faq__question {
	padding: 24px;
	background: #f2f5fb;
	border-radius: 16px;
	cursor: pointer;
}

.faq__question-title {
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.faq__question-title span {
	max-width: calc(100% - 80px);
}

.faq__question-title svg {
	width: 40px;
	height: 40px;
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.faq__question-text {
	font-size: 16px;
	line-height: 24px;
	padding: 0 80px 0 0;
	max-height: 0;
	overflow: hidden;
	transition: 0.3s ease all;
}

.faq__question_open .faq__question-title svg {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.faq__question_open .faq__question-text {
	max-height: 620px;
	transition: 0.6s ease max-height;
	margin: 12px 0 0 0;
}

.faq__form {
	width: 660px;
	background: #3861fb;
	border-radius: 16px;
	-ms-flex-item-align: start;
	-ms-grid-row-align: start;
	align-self: start;
	color: #ffffff;
}

.faq__contact-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.faq__form-title {
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 40px;
	/* 125% */
}

.faq__form-text {
	font-size: 16px;
	line-height: 20px;
	margin: 8px 0 32px 0;
}

.faq__form-dropdown {
	position: relative;
}

.faq__form-dropdown-btn {
	padding: 12px;
	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;
	background: #ffffff;
	border-radius: 4px;
	border: 1px solid #ffffff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
}

.faq__form-dropdown-btn span {
	color: #242424;
	opacity: 0.7;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
}

.faq__form-dropdown-btn svg {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.faq__form-dropdown-btn:hover {
	background: #d7dffe;
	border: 1px solid #d7dffe;
}

.faq__form-dropdown-items {
	position: absolute;
	z-index: 2;
	background: #ffffff;
	border-radius: 4px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	display: none;
}

.faq__form-dropdown-items input {
	width: 0px;
	height: 0px;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	line-height: 0;
	position: absolute;
}

.faq__form-dropdown-items input:checked ~ label {
	background: #d7dffe;
}

.faq__form-dropdown-items label {
	display: block;
	font-size: 16px;
	line-height: 20px;
	color: #242424;
	padding: 8px 12px;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.faq__form-dropdown-items label:hover {
	background: #f2f5fb;
}

.faq__form-dropdown_open .faq__form-dropdown-btn {
	border-color: #242424;
}

.faq__form-dropdown_open .faq__form-dropdown-btn svg {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.faq__form-dropdown_open .faq__form-dropdown-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.faq__form input[type="text"] {
	display: block;
	width: 100%;
	padding: 12px;
	background: #ffffff;
	border-radius: 4px;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #242424;
	border: 1px solid #ffffff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.faq__form input[type="text"]:nth-child(4) {
	margin: 16px 0;
}

.faq__form input[type="text"]::-webkit-input-placeholder {
	color: #242424;
	opacity: 0.7;
	font-weight: 500;
}

.faq__form input[type="text"]::-moz-placeholder {
	color: #242424;
	opacity: 0.7;
	font-weight: 500;
}

.faq__form input[type="text"]:-ms-input-placeholder {
	color: #242424;
	opacity: 0.7;
	font-weight: 500;
}

.faq__form input[type="text"]::-ms-input-placeholder {
	color: #242424;
	opacity: 0.7;
	font-weight: 500;
}

.faq__form input[type="text"]::placeholder {
	color: #242424;
	opacity: 0.7;
	font-weight: 500;
}

.faq__form input[type="text"]:hover {
	background: #d7dffe;
	border: 1px solid #d7dffe;
}

.faq__form input[type="text"]:focus {
	border-color: #242424;
}

.faq__form input[type="submit"] {
	width: 160px;
	font-weight: 500;
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	background: #242424;
	border-radius: 50px;
	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;
	cursor: pointer;
	margin: 16px 0 0 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.faq__form input[type="submit"]:hover {
	background: #153bcd;
}

.faq__form input[type="submit"]:active {
	background: #ffffff;
	color: #242424;
}

.faq__form input[type="submit"]:disabled {
	cursor: auto;
	background: #242424;
	color: #fff;
}

.faq__form-link {
	z-index: 9;
	font-weight: 500;
	font-size: 16px;
	line-height: 44px;
	color: #fff;
	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;
	gap: 10px;
	background: #34aadf;
	border-radius: 50px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.faq__form-link:hover {
	background: #1e98cf;
}

.faq__form-link:active {
	background: #0083bd;
}

.faq__form-link:disabled {
	cursor: auto;
	background: #34aadf;
}

@media (max-width: 1200px) {
	.faq__container {
		padding: 105px 42px 100px 42px;
	}
	.faq h2 svg {
		width: 140px;
		height: 129.24px;
	}
	.faq__grid {
		gap: 20px;
	}
}

@media (max-width: 960px) {
	.faq__container {
		padding: 105px 74px 100px 74px;
	}
	.faq__grid {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		gap: 24px;
	}
	.faq h2 {
		margin: 0 0 28px 0;
	}
	.faq h2 svg {
		width: 120px;
		height: 110.78px;
	}
	.faq__question-title {
		font-weight: 400;
		font-size: 16px;
		line-height: 24px;
	}
	.faq__question-text {
		font-size: 14px;
		line-height: 20px;
	}
	.faq__form-title {
		font-size: 32px;
		font-style: normal;
		font-weight: 600;
		line-height: 40px;
		/* 125% */
	}
	.faq__form-text {
		margin-top: 8px;
		font-size: 16px;
		font-style: normal;
		font-weight: 400;
		line-height: normal;
	}
	.faq__form-text:nth-last-child(2) {
		line-height: 20px;
	}
}

@media (max-width: 640px) {
	.faq__container {
		padding: 105px 30px 100px 30px;
	}
	.faq__question-title span {
		max-width: calc(100% - 64px);
	}
	.faq__question-title svg {
		width: 24px;
		height: 24px;
	}
	.faq__question-text {
		padding: 0 64px 0 0;
	}
}

@media (max-width: 480px) {
	.faq__container {
		padding: 82px 38px 80px 38px;
	}
	.faq h2 svg {
		width: 80px;
		height: 73.85px;
	}
	.faq__question {
		padding: 16px;
	}
	.faq__question-title span {
		max-width: calc(100% - 36px);
	}
	.faq__question-text {
		padding: 0 36px 0 0;
		font-size: 14px;
		line-height: 18px;
	}
	.faq__form,
	.faq__form-telegram {
		padding: 16px;
	}
	.faq__form-text {
		font-size: 14px;
		line-height: 20px;
		margin: 4px 0 16px 0;
	}
	.faq__form-text:nth-last-child(2) {
		font-size: 16px;
		line-height: 20px;
	}
	.faq__contact-row {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 360px) {
	.faq__container {
		padding: 82px 20px 80px 20px;
	}
}

.footer {
	background: #242424;
}

.footer__container {
	padding: 60px 42px;
	max-width: 1262px;
	margin: 0 auto;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 280px 40px 1fr;
	grid-template-columns: 280px 1fr;
	gap: 24px 40px;
}

.footer__title {
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
	color: #ffffff;
}

.footer__description-contacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 32px 20px;
}

.footer__description-contacts .footer__title {
	margin: 0 0 24px 0;
}

.footer__description-text {
	font-size: 14px;
	line-height: 20px;
	color: rgba(255, 255, 255, 0.5);
}

.footer__contacts-mail {
	display: inline-block;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #ffffff;
	margin: 0 0 16px 0;
}

.footer__contacts div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 12px;
}

.footer__links .footer__title {
	margin: 0 0 24px 0;
}

.footer__links a {
	font-size: 14px;
	line-height: 16px;
	color: rgba(255, 255, 255, 0.7);
}

.footer__links ul {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 16px;
	max-height: 210px;
}

.footer__links ul li {
	max-width: 33%;
}

@media (max-width: 640px) {
	.footer__links ul li {
		max-width: 100%;
	}
}

.footer__rights {
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-column: 1/3;
	padding: 24px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer__rights p {
	font-size: 14px;
	line-height: 17px;
	color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 1200px) {
	.footer__container {
		padding: 60px 42px 0 42px;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
	.footer__description-contacts {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		margin: 0 0 16px 0;
	}
	.footer__description-contacts .footer__title {
		margin: 0 0 8px 0;
	}
	.footer__description {
		max-width: 619px;
	}
	.footer__description-text {
		font-size: 12px;
		line-height: 16px;
	}
	.footer__links .footer__title {
		margin: 0 0 16px 0;
	}
	.footer__links ul {
		gap: 8px;
		max-height: 162px;
	}
	.footer__links a {
		font-size: 12px;
		line-height: 16px;
	}
	.footer__rights {
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1/2;
		padding: 16px 0 24px 0;
	}
}

@media (max-width: 960px) {
	.footer__container {
		padding: 60px 74px 0 74px;
	}
	.footer__description-contacts {
		margin: 0;
	}
	.footer__description {
		max-width: 380px;
	}
	.footer__links ul {
		max-height: 258px;
	}
	.footer__title {
		font-size: 20px;
		line-height: 28px;
	}
}

@media (max-width: 640px) {
	.footer__container {
		padding: 60px 30px 0 30px;
	}
	.footer__description-contacts {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 20px;
	}
	.footer__description {
		max-width: none;
	}
	.footer__contacts-mail {
		margin: 0 0 12px 0;
	}
	.footer__links ul {
		gap: 12px;
		max-height: 314px;
		gap: 12px 20px;
		max-width: 100%;
	}
	.footer__links ul li {
		width: calc(50% - 10px);
	}
}

@media (max-width: 480px) {
	.footer__container {
		gap: 16px;
		padding: 60px 38px 0 38px;
	}
	.footer__description-contacts {
		margin: 0 0 8px 0;
	}
	.footer__links ul {
		max-height: none;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.footer__links ul li {
		width: 100%;
	}
}

.services {
	background: #f2f5fb;
}

.services__container {
	min-height: 900px;
	max-width: 1244px;
	padding: 80px 42px 100px 42px;
	margin: 0 auto;
}

.services h2 {
	margin: 0 0 40px 0;
}

.services__form {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 32.24138% 20px 32.24138% 20px 26.2069% 20px 48px;
	grid-template-columns: 32.24138% 32.24138% 26.2069% 48px;
	gap: 20px;
}

.services__form-category {
	position: relative;
}

.services__form-category-btn {
	background: #ffffff;
	border-radius: 8px;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #242424;
	width: 100%;
	padding: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.services__form-category-btn span {
	opacity: 0.5;
}

.services__form-category-btn img {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.services__form-category-items {
	background: #fff;
	position: absolute;
	top: 54px;
	z-index: 3;
	width: 100%;
	padding: 8px 0 0 0;
	-webkit-box-shadow: 0px 6px 10px rgba(80, 86, 94, 0.02), 0px 2px 18px rgba(80, 86, 94, 0.12), 0px 4px 5px rgba(80, 86, 94, 0.12);
	box-shadow: 0px 6px 10px rgba(80, 86, 94, 0.02), 0px 2px 18px rgba(80, 86, 94, 0.12), 0px 4px 5px rgba(80, 86, 94, 0.12);
	border-radius: 8px;
	display: none;
}

.services__form-category-items ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-height: 216px;
	overflow-y: auto;
	margin: 0 4px 0 0;
	scrollbar-width: thin;
	scrollbar-color: rgba(145, 145, 145, 0.2) #fff;
}

.services__form-category-items ul::-webkit-scrollbar-thumb {
	background-color: rgba(145, 145, 145, 0.2);
	border-radius: 4px;
}

.services__form-category-items ul::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

.services__form-category-items ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	padding: 6px 12px 6px 16px;
	width: calc(100% - 16px);
}

.services__form-category-items ul input {
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.services__form-category-items ul label {
	font-size: 16px;
	line-height: 24px;
	cursor: pointer;
}

.services__form-category-items-info {
	padding: 8px 12px;
	border-top: 1px solid #d7dffe;
	border-radius: 0px 0px 8px 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
}

.services__form-category-items-info-selected,
.services__form-category-items-info-clear {
	font-size: 16px;
	line-height: 24px;
}

.services__form-category-items-info-selected {
	color: #919191;
}

.services__form-category-items-info-clear {
	color: #3861fb;
	font-weight: 500;
	background: transparent;
}

.services__form-category-items-info div {
	width: 1px;
	height: 16px;
	background: #d7dffe;
}

.services__form-category_open .services__form-category-btn img {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.services__form-category_open .services__form-category-items {
	display: block;
}

.services__form-number {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
}

.services__form-number div {
	width: calc(50% - 4px);
	position: relative;
}

.services__form-number div:after {
	content: "$";
	position: absolute;
	top: 14px;
	right: 12px;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #3861fb;
}

.services__form-number input {
	height: 48px;
	background: #ffffff;
	border-radius: 8px;
	width: 100%;
	padding: 12px 34px 12px 12px;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
}

.services__form-sorting {
	position: relative;
}

.services__form-sorting-btn {
	background: #ffffff;
	border-radius: 8px;
	width: 48px;
	height: 48px;
	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: all 0.3s ease;
	transition: all 0.3s ease;
}

.services__form-sorting-btn > img {
	width: 24px;
	height: 24px;
}

.services__form-sorting-items {
	position: absolute;
	width: 280px;
	z-index: 3;
	right: 0;
	top: 52px;
	padding: 8px 0px;
	background: #ffffff;
	-webkit-box-shadow: 0px 4px 20px rgba(107, 118, 146, 0.1);
	box-shadow: 0px 4px 20px rgba(107, 118, 146, 0.1);
	border-radius: 4px;
	display: none;
}

.services__form-sorting-items p {
	padding: 8px 12px 4px 16px;
	font-weight: 600;
	font-size: 14px;
	line-height: 16px;
	color: #919191;
}

.services__form-sorting-items button {
	padding: 8px 16px;
	font-size: 16px;
	line-height: 20px;
	display: block;
	width: 100%;
	background: transparent;
	text-align: left;
}

.services__form-sorting_open .services__form-sorting-btn {
	background: #d7dffe;
}

.services__form-sorting_open .services__form-sorting-items {
	display: block;
}

.services__grid {
	margin: 32px 0 0 0;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 18px 1fr 18px 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px 18px;
}

.services__grid.skeletons {
	display: none;
}

.services__link {
	margin: 28px auto 0 auto;
	display: none;
}

@media (max-width: 1200px) {
	.services__container {
		padding: 90px 42px 100px 42px;
	}
	.services__form {
		-ms-grid-columns: calc(50% - 10px) 1fr 48px;
		grid-template-columns: calc(50% - 10px) 1fr 48px;
	}
	.services__form-search {
		-ms-grid-column: 1;
		-ms-grid-column-span: 3;
		grid-column: 1/4;
	}
	.services__grid {
		margin: 24px 0 0 0;
		-ms-grid-columns: 1fr 20px 1fr;
		grid-template-columns: 1fr 1fr;
		gap: 20px;
	}
	.services__link {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

@media (max-width: 960px) {
	.services__container {
		padding: 60px 74px 60px 74px;
	}
	.services__form-number {
		gap: 4px;
	}
	.services__form-number div {
		width: calc(50% - 2px);
	}
	.services h2 {
		margin: 0 0 24px 0;
	}
}

@media (max-width: 710px) {
	.services__container {
		padding: 60px 30px 60px 30px;
	}
}

@media (max-width: 640px) {
	.services__form {
		-ms-grid-columns: calc(46.739% - 6px) 12px 1fr 12px 48px;
		grid-template-columns: calc(46.739% - 6px) 1fr 48px;
		gap: 12px;
	}
	.services__form-search {
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1/3;
	}
	.services__form-number {
		-ms-grid-column: 2;
		-ms-grid-column-span: 2;
		grid-column: 2/4;
	}
	.services__form-sorting {
		-ms-grid-column: 3;
		-ms-grid-column-span: 1;
		grid-column: 3/4;
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		grid-row: 1/2;
	}
	.services__grid {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
}

@media (max-width: 510px) {
	.services__form {
		-ms-grid-columns: 1fr 12px 48px;
		grid-template-columns: 1fr 48px;
		gap: 12px;
	}
	.services__form-search,
	.services__form-category {
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1/3;
	}
	.services__form-number {
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1/2;
	}
	.services__form-sorting {
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		grid-column: 2/3;
		-ms-grid-row: 3;
		-ms-grid-row-span: 1;
		grid-row: 3/4;
	}
}

@media (max-width: 480px) {
	.services__container {
		padding: 40px 38px;
	}
	.services__link {
		margin: 16px auto 0 auto;
	}
}

@media (max-width: 356px) {
	.services__container {
		padding: 40px 20px;
	}
}

.plan-card_service-empty .plan-card__content div {
	background: #e6edfb;
	border-radius: 4px;
}

.plan-card_service-empty .plan-card__content div:nth-child(1),
.plan-card_service-empty .plan-card__content div:nth-child(6) {
	border-radius: 8px;
}

.plan-card_service-empty .plan-card__content div:nth-child(1) {
	height: 30px;
}

.plan-card_service-empty .plan-card__content div:nth-child(6) {
	height: 32px;
}

.plan-card_service-empty .plan-card__content div:nth-child(2),
.plan-card_service-empty .plan-card__content div:nth-child(3) {
	height: 20px;
}

.plan-card_service-empty .plan-card__content div:nth-child(4),
.plan-card_service-empty .plan-card__content div:nth-child(5) {
	height: 16px;
}

.plan-card_service-empty .plan-card__content div:nth-child(1) {
	width: 77px;
	position: relative;
	top: -16px;
}

.plan-card_service-empty .plan-card__content div:nth-child(3),
.plan-card_service-empty .plan-card__content div:nth-child(5) {
	width: 50%;
}

.plan-card_service-empty .plan-card__content div:nth-child(6) {
	width: 28.387%;
	margin: 16px 0 130px 0;
}

.plan-card_service-empty .plan-card__content div:nth-child(2),
.plan-card_service-empty .plan-card__content div:nth-child(4) {
	margin: 0 0 4px 0;
}

.plan-card_service-empty .plan-card__content div:nth-child(3) {
	margin: 0 0 8px 0;
}

.plan-card_service-empty .plan-card__price-cart div:nth-child(1) {
	width: 33.33%;
	height: 32px;
	background: #e6edfb;
	border-radius: 8px;
}

.plan-card_service-empty .plan-card__price-cart div:nth-child(2) {
	width: 64px;
	height: 40px;
	background: #e6edfb;
	border-radius: 40px;
}

.services-no-results {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 32px;
	padding: 60px 0;
	margin: 40px 0 0 0;
}

.services-no-results > img {
	height: 200px;
}

.services-no-results p {
	text-align: center;
	font-size: 24px;
	line-height: 32px;
}

@media (max-width: 960px) {
	.services-no-results {
		gap: 24px;
		padding: 50px 0;
		margin: 30px 0 0 0;
	}
	.services-no-results svg {
		height: 170px;
	}
	.services-no-results p {
		font-size: 22px;
		line-height: 30px;
	}
}

@media (max-width: 640px) {
	.services-no-results {
		gap: 20px;
		padding: 40px 0;
	}
	.services-no-results svg {
		height: 150px;
	}
	.services-no-results p {
		font-size: 20px;
		line-height: 26px;
	}
}

@media (max-width: 480px) {
	.services-no-results {
		gap: 16px;
		padding: 30px 0;
		margin: 24px 0 0 0;
	}
	.services-no-results svg {
		height: 120px;
	}
	.services-no-results p {
		font-size: 16px;
		line-height: 20px;
	}
}

@media (max-width: 640px) {
	.price-text .key,
	.price-text .value {
		font-size: 16px;
		line-height: 24px;
	}
}

.service-info {
	background: #f2f5fb;
}

.service-info__container {
	max-width: 1244px;
	padding: 24px 42px 130px 42px;
	margin: 0 auto;
}

.service-info__grid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 99px 400px;
	grid-template-columns: 1fr 400px;
	gap: 0 99px;
}

.service-info__grid > img {
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	grid-column: 2/3;
	-ms-grid-row: 2;
	-ms-grid-row-span: 4;
	grid-row: 2/6;
}

.service-info__meta {
	padding-top: 10px;
	align-self: flex-start;
}

.service-info__meta img {
	margin-bottom: 32px;
	width: 100%;
	object-fit: contain;
}

.service-info h1 {
	line-height: 72px;
	margin-top: 40px;
	margin-bottom: 20px;
}

.service-info__price {
	margin: 30px 0;
	/* display: none; */
}

.service-info__price .key {
	font-size: 24px;
	line-height: 32px;
	margin: 0 8px 0 0;
}

.service-info__price .value {
	font-weight: 600;
	font-size: 28px;
	line-height: 32px;
	color: #3861fb;
}

.service-info__price .value.old {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	text-decoration-line: line-through;
	color: #919191;
}

.service-info__price,
.service-info__text,
.service-info__parametrs,
.service-info__more-link,
.service-info__btns {
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	grid-column: 1/2;
}

.service-info__text {
	font-size: 16px;
	line-height: 24px;
}

.service-info__text > p {
	margin: 10px 0;
}

.service-info__parametrs {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin: 32px 0 20px 0;
}

.service-info__parametrs div {
	height: fit-content;
	padding: 12px 16px;
	background: #ffffff;
	border-radius: 12px;
}

.service-info__parametrs p {
	font-weight: 600;
	font-size: 28px;
	line-height: 32px;
	margin: 0 0 8px 0;
}

.service-info__parametrs span {
	font-size: 16px;
	line-height: 24px;
}

.service-info__more-link {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #3861fb;
	-ms-grid-column-align: left;
	justify-self: left;
}

.service-info__btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 12px;
	-ms-flex-item-align: start;
	-ms-grid-row-align: start;
	align-self: start;
	margin: 32px 0 0 0;
}

.service-info__btns .white-link {
	min-width: 214px;
    width: auto;
    padding: 0 30px;
}

.service-info__payment span {
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 16px 0;
}

.service-info__payment p {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	/* 150% */
}

.service-info__payment div {
	margin: 16px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 16px;
}

.service-info__payment div svg,
.service-info__payment div img {
	margin: 0;
	height: 40px;
	width: 40px;
}

.service-info__influencers {
	padding-top: 25px;
}

.service-info__influencers > p {
	margin: 0 0 4px 0;
}

.service-info__influencers-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 4px;
	transition: 0.3s ease all;
}

.service-info__influencers-items .disabled {
	opacity: 0.4;
}

.service-info__influencers-items .disabled * {
	cursor: default;
}

.service-info__influencers-items div input:checked ~ label img {
	border-color: #3861fb;
}

.service-info__influencers-items div label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 4px;
	cursor: pointer;
}

.service-info__influencers-items div label img {
	width: 72px;
	height: 72px;
	border: 4px solid transparent;
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.service-info__influencers-items div label p {
	font-size: 12px;
	line-height: 16px;
	color: #919191;
	display: none;
}

.service-info__coverage {
	margin-top: 30px;
}

.service-info__coverage > p {
	margin: 0 0 8px 0;
}

.service-info__coverage-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.service-info__coverage-items div.disabled label {
	background: #f2f5fb;
	border-color: #e0e0e0;
	cursor: default;
	color: #fff;
	opacity: 0.5;
	color: #919191;
}

.service-info__coverage-items div input:checked ~ label {
	border-color: #3861fb;
}

.service-info__coverage-items div label {
	display: inline-block;
	padding: 8px 12px;
	background: #ffffff;
	border-radius: 8px;
	border: 2px solid #ffffff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	cursor: pointer;
}

.service-info__influencers > p,
.service-info__coverage > p {
	font-size: 16px;
	line-height: 24px;
	color: #919191;
}

.service-info__influencers > p span,
.service-info__coverage > p span {
	color: #242424;
	margin: 0 0 0 8px;
	font-weight: 600;
}

.service-info__influencers div input,
.service-info__coverage div input {
	width: 1px;
	height: 1px;
	opacity: 0;
	position: absolute;
}

.service-info__dropdown {
	position: relative;
	width: 320px;
	margin: 36px 0 0 0;
}

.service-info__dropdown.errored {
	position: relative;
	border: 1px solid crimson;
	border-radius: 4px;
}

.service-info__dropdown.errored::after {
	content: "Choose required option";
	position: absolute;
	top: 110%;
	right: 0;
	color: crimson;
}

.service-info__dropdown-btn {
	max-width: 320px;
	background: #ffffff;
	border-radius: 4px;
	padding: 12px;
	border: 1px solid #ffffff;
	width: 100%;
	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;
	gap: 10px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.service-info__dropdown-btn span {
	font-size: 16px;
	line-height: 24px;
	opacity: 0.5;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-transform: capitalize;
}

.service-info__dropdown-btn svg {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.service-info__dropdown-btn:hover {
	background: #d7dffe;
}

.service-info__dropdown-items {
	position: absolute;
	z-index: 3;
	top: 52px;
	width: 100%;
	background: #ffffff;
	-webkit-filter: drop-shadow(0px 4px 20px rgba(107, 118, 146, 0.1));
	filter: drop-shadow(0px 4px 20px rgba(107, 118, 146, 0.1));
	border-radius: 4px;
	overflow: hidden;
	counter-reset: number;
	display: none;
}

.service-info__dropdown-items.variable div label {
	text-transform: capitalize;
}

.service-info__dropdown-items.variable div label::before {
	content: "";
}

.service-info__dropdown-items div.disabled label {
	background: #919191;
	cursor: default;
	color: #fff;
	opacity: 0.5;
}

.service-info__dropdown-items div.disabled label:hover {
	background: #919191;
}

.service-info__dropdown-items div input {
	width: 1px;
	height: 1px;
	overflow: hidden;
	/* visibility: hidden; */
	opacity: 0;
	position: absolute;
}

.service-info__dropdown-items div input:checked ~ label {
	background: #d7dffe;
}

.service-info__dropdown-items div label {
	padding: 8px 12px;
	font-size: 16px;
	line-height: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.service-info__dropdown-items div label:hover {
	background: #f2f5fb;
}

.service-info__dropdown-items div label:before {
	counter-increment: number;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #3861fb;
	margin: 0 4px 0 0;
}

.service-info__dropdown_open .service-info__dropdown-btn {
	border-color: #3861fb;
}

.service-info__dropdown_open .service-info__dropdown-btn svg {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.service-info__dropdown_open .service-info__dropdown-items {
	display: block;
	max-height: 250px;
	overflow: scroll;
}

.service-info__grid_m1 {
	margin: 32px 0 0 0;
	-ms-grid-columns: 1fr 137px 362px;
	grid-template-columns: 1fr 362px;
	gap: 0 137px;
}

.service-info__grid_m1 h1 {
	margin: 0 0 16px 0;
}

.service-info__grid_m1 > img {
	-ms-grid-row: 2;
	-ms-grid-row-span: 5;
	grid-row: 2/7;
}

.service-info__grid_m1 .service-info__more-link {
	margin: 12px 0 0 0;
}

.service-info__grid_m1 .service-info__influencers {
	margin: 24px 0 12px 0;
}

.service-info__grid_m1 .service-info__price {
	margin: 36px 0 0 0;
}

.service-info__grid_m1 .service-info__price:nth-child(2) {
	display: none;
}

.service-info__grid_m1 .service-info__btns {
	margin: 0;
	-ms-flex-item-align: end;
	-ms-grid-row-align: end;
	align-self: end;
}

.service-info__grid_m1 .service-info__payment {
	margin: 24px 0 0 0;
}

.service-info__grid_m2 > img {
	-ms-grid-row: 2;
	-ms-grid-row-span: 4;
	grid-row: 2/6;
}

.service-info__grid_m2 .service-info__influencers,
.service-info__grid_m2 .service-info__coverage {
	margin: 36px 0 0 0;
}

.service-info__grid_m2 .service-info__btns {
	margin: 66px 0 0 0;
	-ms-flex-item-align: start;
	-ms-grid-row-align: start;
	align-self: start;
}

.service-info__grid_m2 .service-info__payment {
	margin: 94px 0 0 0;
}

.service-info__grid_m0 {
	-ms-grid-rows: auto auto auto auto 1fr auto;
	grid-template-rows: auto auto auto auto 1fr auto;
}

.service-info__grid_m0 .service-info__price {
	margin: 0 0 50px 0;
}

.service-info__grid_m0 .service-info__more-link {
	margin: 20px 0 0 0;
}

.service-info__grid_m0 .service-info__btns {
	margin: 0;
	-ms-flex-item-align: end;
	-ms-grid-row-align: end;
	align-self: end;
}

.service-info__grid_m0 .service-info__payment {
	margin: 32px 0 0 0;
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	grid-column: 2/3;
}

.service-info__grid_m3 {
	-ms-grid-rows: auto auto auto auto 1fr auto auto;
	grid-template-rows: auto auto auto auto 1fr auto auto;
}

.service-info__grid_m3 > img {
	-ms-grid-row: 2;
	-ms-grid-row-span: 4;
	grid-row: 2/6;
}

.service-info__grid_m3 .service-info__btns {
	-ms-flex-item-align: start;
	-ms-grid-row-align: start;
	align-self: start;
	margin: 18px 0 0 0;
}

.service-info__grid_m3 .service-info__payment {
	-ms-grid-row: 7;
	-ms-grid-row-span: 1;
	grid-row: 7/8;
	-ms-grid-column: 2;
	-ms-grid-column-span: 1;
	grid-column: 2/3;
	margin: 28px 0 0 0;
}

@media (max-width: 1243.5px) {
	.service-info__parametrs {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 1200px) {
	.service-info__container {
		padding: 24px 42px 80px 42px;
	}
	.service-info__grid {
		-ms-grid-columns: 1fr 22px 299.05px;
		grid-template-columns: 1fr 299.05px;
		gap: 0 22px;
	}
	.service-info__grid > img {
		-ms-grid-row: 2;
		-ms-grid-row-span: 3;
		grid-row: 2/5;
	}
	.service-info__payment {
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		grid-column: 2/3;
		-ms-grid-row: 5;
		-ms-grid-row-span: 1;
		grid-row: 5/6;
		margin: 0;
	}
	.service-info__btns {
		margin: 0;
	}
	.service-info__influencers > p {
		margin: 0 0 8px 0;
	}
	.service-info__influencers-items {
		gap: 20px;
	}
	.service-info__influencers-items div label p {
		display: block;
	}
	.service-info__coverage > p {
		margin: 0 0 12px 0;
	}
	.service-info__dropdown {
		width: 300px;
	}
	.service-info__grid_m1 {
		margin: 42px 0 0 0;
	}
	.service-info__grid_m1 .service-info__influencers {
		margin: 24px 0;
	}
	.service-info__grid_m1 .service-info__payment {
		-ms-grid-row: 7;
		-ms-grid-row-span: 1;
		grid-row: 7/8;
		margin: 18px 0 0 0;
	}
	.service-info__grid_m2 .service-info__influencers,
	.service-info__grid_m2 .service-info__coverage {
		margin: 24px 0 0 0;
	}
	.service-info__grid_m2 .service-info__payment {
		-ms-grid-row: 6;
		-ms-grid-row-span: 1;
		grid-row: 6/7;
		margin: 18px 0 0 0;
	}
	.service-info__grid_m2 .service-info__btns {
		margin: 0;
		-ms-flex-item-align: end;
		-ms-grid-row-align: end;
		align-self: end;
	}
	.service-info__grid_m0 {
		-ms-grid-rows: auto auto auto 1fr auto;
		grid-template-rows: auto auto auto 1fr auto;
	}
	.service-info__grid_m0 .service-info__price {
		margin: 0 0 30px 0;
	}
	.service-info__grid_m0 .service-info__more-link {
		margin: 16px 0 0 0;
	}
	.service-info__grid_m0 .service-info__payment {
		margin: 40px 0 0 0;
	}
	.service-info__grid_m3 {
		-ms-grid-rows: auto auto auto auto 1fr auto;
		grid-template-rows: auto auto auto auto 1fr auto;
	}
	.service-info__grid_m3 > img {
		-ms-grid-row: 2;
		-ms-grid-row-span: 4;
		grid-row: 2/6;
	}
	.service-info__grid_m3 .service-info__dropdown {
		margin: 24px 0 0 0;
	}
	.service-info__grid_m3 .service-info__btns {
		-ms-flex-item-align: end;
		-ms-grid-row-align: end;
		align-self: end;
		margin: 0;
	}
	.service-info__grid_m3 .service-info__payment {
		-ms-grid-row: 6;
		-ms-grid-row-span: 1;
		grid-row: 6/7;
		margin: 50px 0 0 0;
	}
}

@media (max-width: 960px) {
	.service-info__container {
		padding: 24px 75px 100px 75px;
	}
	.service-info__grid {
		-ms-grid-columns: 1fr 0 234px;
		grid-template-columns: 1fr 234px;
		gap: 35px;
	}
	.service-info__grid > img {
		-ms-grid-row: 1;
		-ms-grid-row-span: 2;
		grid-row: 1/3;
	}
	.service-info h1 {
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1/2;
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		grid-row: 1/2;
		margin-top: 30px;
		margin-bottom: 15px;
		line-height: 56px;
	}
	.service-info__price {
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
		grid-row: 2/3;
	}
	.service-info__payment {
		margin-top: 25px;
	}
	.service-info__text,
	.service-info__parametrs,
	.service-info__btns,
	.service-info__payment,
	.service-info__more-link {
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1/3;
	}
	.service-info__text {
		margin: 44px 0 0 0;
	}
	.service-info__parametrs {
		margin: 24px 0 12px 0;
		-ms-grid-columns: 186px 8px 186px;
		grid-template-columns: 186px 186px;
		gap: 8px;
	}
	.service-info__parametrs div {
		padding: 8px 16px;
	}
	.service-info__parametrs p {
		font-size: 20px;
		line-height: 28px;
		margin: 0 0 4px 0;
	}
	.service-info__btns {
		margin: 36px 0 42px 0;
	}
	.service-info__payment {
		-ms-grid-row: 7;
		-ms-grid-row-span: 1;
		grid-row: 7/8;
	}
	.service-info__payment div {
		gap: 20px;
	}
	.service-info__payment div svg,
	.service-info__payment div img {
		height: 32px;
		width: 32px;
	}
	.service-info__influencers,
	.service-info__coverage {
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1/3;
	}
	.service-info__grid_m1 h1 {
		margin: 0;
	}
	.service-info__grid_m1 .service-info__more-link {
		margin: 12px 0 0 0;
	}
	.service-info__grid_m1 .service-info__price {
		-ms-grid-row: 7;
		-ms-grid-row-span: 1;
		grid-row: 7/8;
		margin: 32px 0;
	}
	.service-info__grid_m1 .service-info__price:nth-child(2) {
		display: block;
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
		grid-row: 2/3;
		margin: 24px 0 0 0;
	}
	.service-info__grid_m1 .service-info__payment {
		-ms-grid-row: 10;
		-ms-grid-row-span: 1;
		grid-row: 10/11;
		margin: 32px 0 0 0;
	}
	.service-info__grid_m2 .service-info__influencers,
	.service-info__grid_m2 .service-info__coverage {
		margin: 36px 0 0 0;
	}
	.service-info__grid_m2 .service-info__price {
		-ms-grid-row: 6;
		-ms-grid-row-span: 1;
		grid-row: 6/7;
	}
	.service-info__grid_m2 .service-info__btns {
		-ms-grid-row: 7;
		-ms-grid-row-span: 1;
		grid-row: 7/8;
	}
	.service-info__grid_m2 .service-info__payment {
		-ms-grid-row: 8;
		-ms-grid-row-span: 1;
		grid-row: 8/9;
	}
	.service-info__grid_m0 {
		-ms-grid-rows: auto auto auto auto auto auto;
		grid-template-rows: auto auto auto auto auto auto;
	}
	.service-info__grid_m0 .service-info__price {
		margin: 0;
	}
	.service-info__grid_m0 .service-info__more-link {
		margin: 12px 0 0 0;
	}
	.service-info__grid_m0 .service-info__btns {
		margin: 36px 0 32px 0;
	}
	.service-info__grid_m0 .service-info__payment {
		margin: 0;
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1/3;
		-ms-grid-row: 6;
		-ms-grid-row-span: 1;
		grid-row: 6/7;
	}
	.service-info__grid_m3 .service-info__dropdown {
		margin: 36px 0 0 0;
	}
	.service-info__grid_m3 .service-info__price {
		-ms-grid-row: 6;
		-ms-grid-row-span: 1;
		grid-row: 6/7;
		margin: 36px 0 32px 0;
	}
	.service-info__grid_m3 .service-info__btns {
		-ms-grid-row: 7;
		-ms-grid-row-span: 1;
		grid-row: 7/8;
	}
	.service-info__grid_m3 .service-info__payment {
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1/3;
	}
}

@media (max-width: 740px) {
	.service-info__container {
		padding: 24px 30px 100px 30px;
	}
	.service-info__content {
		min-height: auto;
	}
}

@media (max-width: 640px) {
	.service-info__grid {
		-ms-grid-columns: 1fr 2px 164px;
		grid-template-columns: 1fr 164px;
		gap: 0 2px;
		margin: 30px 0 0 0;
	}
	.service-info h1 {
		line-height: 42px;
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.service-info__text {
		margin: 32px 0 0 0;
		font-size: 12px;
		line-height: 16px;
	}
	.service-info__parametrs {
		-ms-grid-columns: 146px 146px;
		grid-template-columns: 146px 146px;
	}
	.service-info__parametrs p {
		font-size: 16px;
		line-height: 24px;
	}
	.service-info__parametrs span {
		font-size: 12px;
		line-height: 16px;
	}
	.service-info__btns {
		margin: 36px 0 32px 0;
	}
	.service-info__influencers-items {
		gap: 8px;
	}
	.service-info__influencers-items div label img {
		width: 56px;
		height: 56px;
	}
	.service-info__grid_m1 .service-info__price {
		margin: 16px 0 32px 0;
	}
	.service-info__grid_m1 .service-info__price:nth-child(2) {
		margin: 0;
	}
	.service-info__grid_m0 .service-info__text {
		margin: 16px 0 0 0;
	}
}

@media (max-width: 480px) {
	.service-info__container {
		padding: 24px 37px 80px 38px;
	}
	.service-info__grid {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		margin: 24px 0 0 0;
	}
	.service-info__grid > img {
		margin: 8px 0 0 0;
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1/2;
		-ms-grid-row: 3;
		-ms-grid-row-span: 1;
		grid-row: 3/4;
	}
	.service-info h1 {
		line-height: 40px;
		margin-top: 18px;
		margin-bottom: 9px;
	}
	.service-info__parametrs p {
		font-size: 14px;
		line-height: 16px;
	}
	.service-info__parametrs span {
		font-size: 12px;
		line-height: 16px;
	}
	.service-info__btns {
		-ms-grid-row: 7;
		-ms-grid-row-span: 1;
		grid-row: 7/8;
		margin: 28px 0 48px 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.service-info__btns .add-to-cart-btn {
		width: 214px;
		gap: 21px;
		padding: 4px 4px 4px 35px;
	}
	.service-info__payment {
		-ms-grid-row: 8;
		-ms-grid-row-span: 1;
		grid-row: 8/9;
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1/2;
	}
	.service-info__payment div svg,
	.service-info__payment div img {
		height: 32px;
		width: 32px;
	}
	.service-info__influencers {
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1/2;
	}
	.service-info__influencers-items {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 12px 20px;
	}
	.service-info__influencers-items div {
		width: calc(50% - 10px);
	}
	.service-info__influencers-items div label {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.service-info__influencers-items div label img {
		width: 48px;
		height: 48px;
	}
	.service-info__coverage {
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1/2;
	}
	.service-info__coverage-items div {
		width: calc(25% - 4px);
	}
	.service-info__coverage-items div label {
		width: 100%;
		padding: 8px 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.service-info__dropdown {
		width: 100%;
		max-width: 300px;
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1/2;
	}
	.service-info__grid_m1 .service-info__coverage {
		-ms-grid-row: 7;
		-ms-grid-row-span: 1;
		grid-row: 7/8;
	}
	.service-info__grid_m1 .service-info__btns {
		-ms-grid-row: 9;
		-ms-grid-row-span: 1;
		grid-row: 9/10;
	}
	.service-info__grid_m1 .service-info__price {
		-ms-grid-row: 8;
		-ms-grid-row-span: 1;
		grid-row: 8/9;
		margin: 16px 0 24px;
	}
	.service-info__grid_m2 .service-info__influencers,
	.service-info__grid_m2 .service-info__coverage {
		margin: 12px 0 0 0;
	}
	.service-info__grid_m2 .service-info__coverage {
		-ms-grid-row: 6;
		-ms-grid-row-span: 1;
		grid-row: 6/7;
	}
	.service-info__grid_m2 .service-info__price {
		-ms-grid-row: 7;
		-ms-grid-row-span: 1;
		grid-row: 7/8;
	}
	.service-info__grid_m2 .service-info__btns {
		-ms-grid-row: 8;
		-ms-grid-row-span: 1;
		grid-row: 8/9;
	}
	.service-info__grid_m2 .service-info__payment {
		-ms-grid-row: 10;
		-ms-grid-row-span: 1;
		grid-row: 10/11;
	}
	.service-info__grid_m0 {
		-ms-grid-rows: auto auto auto auto auto auto auto;
		grid-template-rows: auto auto auto auto auto auto auto;
	}
	.service-info__grid_m0 .service-info__text {
		margin: 32px 0 0 0;
	}
	.service-info__grid_m0 .service-info__btns {
		-ms-grid-row: 6;
		-ms-grid-row-span: 1;
		grid-row: 6/7;
		margin: 28px 0 48px 0;
	}
	.service-info__grid_m0 .service-info__payment {
		-ms-grid-row: 7;
		-ms-grid-row-span: 1;
		grid-row: 7/8;
	}
	.service-info__grid_m3 .service-info__dropdown {
		margin: 12px 0 0 0;
	}
}

@media (max-width: 374px) {
	.service-info__parametrs {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 360px) {
	.service-info__container {
		padding: 24px 20px 80px 20px;
	}
}

.nav-links ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 4px;
}

.nav-links a {
	color: #919191;
	font-size: 16px;
	line-height: 24px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.nav-links a:hover {
	color: #3861fb;
}

.nav-links__item_active a {
	color: #3861fb;
}

.nav-links li:nth-child(n + 2) {
	padding: 0 0 0 20px;
	position: relative;
}

.nav-links li:nth-child(n + 2):before {
	content: "";
	position: absolute;
	top: calc(50% - 8px);
	left: 0;
	width: 16px;
	height: 16px;
	background: url("./assets/icons/nav-links-arrow.svg") no-repeat;
	background-size: 100% 100%;
}

@media (max-width: 640px) {
	.nav-links a {
		font-size: 12px;
		line-height: 16px;
	}
}

@media (max-width: 480px) {
	.nav-links ul {
		gap: 0;
	}
	.nav-links li:nth-child(n + 2) {
		padding: 0 0 0 16px;
	}
}

@keyframes zelwin-animation {
	0% {
		transform: translateX(0);
		/* Starting position */
		opacity: 1;
	}
	50% {
		transform: translateX(100%);
		/* Move the element to the right and fade out */
		opacity: 0;
	}
	51% {
		transform: translateX(-100%);
		/* Move the element to the left and fade in */
		opacity: 0;
	}
	100% {
		transform: translateX(0);
		/* Return to the starting position */
		opacity: 1;
	}
}

.add-to-cart-btn {
	display: inline-block;
	background: #08b681;
	border-radius: 50px;
	padding: 4px 4px 4px 24px;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 16px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	overflow: hidden;
}

.add-to-cart-btn:hover {
	background: #07956a;
}

.add-to-cart-btn:active {
	background: #096448;
}

.add-to-cart-btn span {
	display: inline-block;
	background: #ffffff;
	border-radius: 50px;
	width: 40px;
	height: 40px;
	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;
}

.add-to-cart-btn span svg {
	width: 16px;
	height: 16px;
}

.add-to-cart-btn:hover span svg {
	animation-name: zelwin-animation;
	/* Set the animation name */
	animation-duration: 0.75s;
	/* Set the animation duration */
	animation-iteration-count: 1;
	/* Set the animation iteration count to 1 */
	animation-fill-mode: forwards;
	/* Keep the element in its end position after the animation is complete */
}

.add-to-cart-btn:disabled {
	opacity: 0.5;
	cursor: auto;
}

.w1160p {
	max-width: 1244px;
	padding-left: 42px;
	padding-right: 42px;
	margin: 0 auto;
}

@media (max-width: 960px) {
	.w1160p {
		padding-left: 74px;
		padding-right: 74px;
	}
}

@media (max-width: 640px) {
	.w1160p {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (max-width: 480px) {
	.w1160p {
		padding-left: 38px;
		padding-right: 38px;
	}
}

@media (max-width: 360px) {
	.w1160p {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.service-include h2 {
	margin: 0 0 60px 0;
}

.service-include__grid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 40px 1fr 40px 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 40px;
}

.service-include__grid-item {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 60px 20px 1fr;
	grid-template-columns: 60px 1fr;
	gap: 20px;
}

.service-include__grid-item img {
	max-height: 60px;
}

.service-include__grid-item p {
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 8px 0;
}

.service-include__grid-item span {
	font-size: 16px;
	line-height: 24px;
}

@media (max-width: 1200px) {
	.service-include__grid {
		gap: 40px 20px;
	}
	.service-include__grid-item {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
}

@media (max-width: 960px) {
	.service-include h2 {
		margin: 0 0 40px 0;
	}
	.service-include__grid {
		gap: 40px 20px;
		-ms-grid-columns: 1fr 20px 1fr;
		grid-template-columns: 1fr 1fr;
	}
	.service-include__grid-item {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	.service-include__grid {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
	.service-include__grid-item {
		-ms-grid-columns: 60px 1fr;
		grid-template-columns: 60px 1fr;
	}
}

@media (max-width: 480px) {
	.service-include h2 {
		margin: 0 0 24px 0;
	}
	.service-include__grid-item p {
		font-size: 16px;
		line-height: 24px;
	}
	.service-include__grid-item span {
		font-size: 14px;
		line-height: 20px;
	}
}

.detailed-info__container {
	padding: 100px 42px;
}

.detailed-info h2 {
	margin: 0 0 24px 0;
}

.detailed-info__grid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 18px 514px;
	grid-template-columns: 1fr 514px;
	gap: 24px 18px;
}

.detailed-info__content {
	font-size: 16px;
	line-height: 24px;
}

.detailed-info__content > p {
	margin: 8px 0;
}

.detailed-info__price {
	margin: 30px 0 20px 0;
}

.detailed-info__price .key {
	font-size: 24px;
	line-height: 32px;
	margin: 0 8px 0 0;
}

.detailed-info__price .value {
	font-weight: 600;
	font-size: 28px;
	line-height: 32px;
	color: #3861fb;
}

.detailed-info__price .value.old {
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
	text-decoration-line: line-through;
	color: #919191;
}

.detailed-info__btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 12px;
}

.detailed-info__cart {
	padding: 12px 32px;
	gap: 8px;
	background: #08b681;
	border-radius: 50px;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	color: #ffffff;
	text-align: center;
}

.detailed-info .white-link {
	width: 214px;
}

.detailed-info_video .detailed-info__grid {
	-ms-grid-columns: 490px 0 1fr 0 403px;
	grid-template-columns: 490px 1fr 403px;
	-ms-grid-rows: auto 0 1fr 0 auto;
	grid-template-rows: auto 1fr auto;
	gap: 0;
}

.detailed-info_video .detailed-info__grid > *:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}

.detailed-info_video .detailed-info__grid > *:nth-child(2) {
	-ms-grid-row: 1;
	-ms-grid-column: 3;
}

.detailed-info_video .detailed-info__grid > *:nth-child(3) {
	-ms-grid-row: 1;
	-ms-grid-column: 5;
}

.detailed-info_video .detailed-info__grid > *:nth-child(4) {
	-ms-grid-row: 3;
	-ms-grid-column: 1;
}

.detailed-info_video .detailed-info__grid > *:nth-child(5) {
	-ms-grid-row: 3;
	-ms-grid-column: 3;
}

.detailed-info_video .detailed-info__grid > *:nth-child(6) {
	-ms-grid-row: 3;
	-ms-grid-column: 5;
}

.detailed-info_video .detailed-info__grid > *:nth-child(7) {
	-ms-grid-row: 5;
	-ms-grid-column: 1;
}

.detailed-info_video .detailed-info__grid > *:nth-child(8) {
	-ms-grid-row: 5;
	-ms-grid-column: 3;
}

.detailed-info_video .detailed-info__grid > *:nth-child(9) {
	-ms-grid-row: 5;
	-ms-grid-column: 5;
}

.detailed-info_video .detailed-info__grid-video {
	-ms-grid-row: 3;
	-ms-grid-row-span: 1;
	grid-row: 3/4;
	margin: 55px 0 0 0;
	height: 264px;
	background: #f2f5fb;
	border-radius: 24px;
	overflow: hidden;
	position: relative;
}

.detailed-info_video .detailed-info__grid-video button {
	position: absolute;
	z-index: 2;
	top: calc(50% - 40px);
	left: calc(50% - 40px);
	width: 80px;
	height: 80px;
	background: #3861fb;
	border-radius: 50%;
	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;
}

.detailed-info_video .detailed-info__grid-video button svg {
	width: 24px;
	margin: 0 0 0 4px;
}

.detailed-info_video .detailed-info__grid h2 {
	margin-bottom: 39px;
}

.detailed-info_video .detailed-info__grid h2,
.detailed-info_video .detailed-info__grid > div:nth-child(2) {
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-column: 1/3;
	margin-right: 58px;
}

.detailed-info_video .detailed-info__grid > svg {
	-ms-grid-column: 3;
	-ms-grid-column-span: 1;
	grid-column: 3/4;
}

.detailed-info_video .detailed-info__grid > div:nth-child(4) {
	-ms-grid-column: 2;
	-ms-grid-column-span: 2;
	grid-column: 2/4;
	margin: 55px 0 0 40px;
}

.detailed-info__video {
	margin-bottom: 25px;
}

@media (max-width: 1200px) {
	.detailed-info__container {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.detailed-info__grid {
		-ms-grid-columns: 1fr 20px 300px !important;
		grid-template-columns: 1fr 300px !important;
		gap: 24px 20px !important;
	}
	.detailed-info_video .detailed-info__grid h2,
	.detailed-info_video .detailed-info__grid > p:nth-child(2),
	.detailed-info_video .detailed-info__grid > p:nth-child(4),
	.detailed-info_video .detailed-info__grid > svg,
	.detailed-info_video .detailed-info__grid-video {
		margin: 0;
	}
	.detailed-info_video .detailed-info__grid-video {
		height: 200px;
		-ms-flex-item-align: end;
		-ms-grid-row-align: end;
		align-self: end;
	}
	.detailed-info_video .detailed-info__grid h2 {
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1/3;
	}
	.detailed-info_video .detailed-info__grid > p:nth-child(2),
	.detailed-info_video .detailed-info__grid > p:nth-child(4) {
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1/2;
	}
	.detailed-info_video .detailed-info__grid-video,
	.detailed-info_video .detailed-info__grid > svg {
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		grid-column: 2/3;
	}
	.detailed-info_video .detailed-info__grid > svg {
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
		grid-row: 2/3;
	}
}

@media (max-width: 960px) {
	.detailed-info__grid {
		-ms-grid-columns: 1fr !important;
		grid-template-columns: 1fr !important;
	}
	.detailed-info__grid > svg {
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		grid-row: 1/2;
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1/2;
		max-width: 310px;
	}
	.detailed-info_video .detailed-info__grid-video,
	.detailed-info_video .detailed-info__grid > svg,
	.detailed-info_video .detailed-info__grid h2 {
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1/2;
	}
	.detailed-info_video .detailed-info__grid-video {
		-ms-grid-row: 4;
		-ms-grid-row-span: 1;
		grid-row: 4/5;
		height: 356px;
	}
}

@media (max-width: 640px) {
	.detailed-info__container {
		padding-top: 100px;
		padding-bottom: 50px;
	}
	.detailed-info__grid > svg {
		max-width: 300px;
	}
	.detailed-info_video .detailed-info__grid-video {
		height: 264px;
	}
}

@media (max-width: 480px) {
	.detailed-info__container {
		padding-top: 80px;
		padding-bottom: 40px;
	}
	.detailed-info__grid > p {
		font-size: 14px;
		line-height: 20px;
	}
	.detailed-info__btns {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.detailed-info__btns .white-link {
		width: 100%;
	}
	.detailed-info_video .detailed-info__grid-video {
		height: 200px;
	}
	.detailed-info_video .detailed-info__grid-video button {
		width: 60px;
		height: 60px;
		top: calc(50% - 30px);
		left: calc(50% - 30px);
	}
	.detailed-info_video .detailed-info__grid-video button svg {
		width: 18px;
	}
}

.people-saying-review {
	background: #f2f5fb;
}

.people-saying-review__container {
	padding-top: 100px;
	padding-bottom: 100px;
	display: flex;
	flex-direction: column;
	gap: 60px;
}

.people-saying-review__container > .white-link {
	margin: 0 auto;
}

.people-saying-review__header {
	display: flex;
	justify-content: space-between;
}

@media (max-width: 640px) {
	.people-saying-review__header {
		flex-direction: column;
		gap: 40px;
	}
}

.people-saying-review__container .white-link:nth-child(2) {
	width: 210px;
	-ms-flex-item-align: end;
	-ms-grid-row-align: end;
	align-self: end;
}

.people-saying-review__container .white-link:nth-child(4) {
	width: 161px;
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-column: 1/3;
	-ms-grid-column-align: center;
	justify-self: center;
}

.people-saying-review__grid {
	-ms-grid-column: 1;
	-ms-grid-column-span: 2;
	grid-column: 1/3;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 40px 1fr;
	grid-template-columns: 1fr 1fr;
	gap: 30px 40px;
}

@media (max-width: 1200px) {
	.people-saying-review__container {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.people-saying-review__grid {
		gap: 30px 20px;
	}
}

@media (max-width: 960px) {
	.people-saying-review__container {
		gap: 40px 20px;
		-ms-grid-columns: calc(44.97085% - 10px) 20px 1fr;
		grid-template-columns: calc(44.97085% - 10px) 1fr;
	}
	.people-saying-review__container h2 {
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1/3;
	}
	.people-saying-review__container .white-link:nth-child(2) {
		-ms-grid-row: 3;
		-ms-grid-row-span: 1;
		grid-row: 3/4;
	}
	.people-saying-review__container .white-link:nth-child(4) {
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1/2;
		-ms-grid-row: 3;
		-ms-grid-row-span: 1;
		grid-row: 3/4;
		-ms-grid-column-align: right;
		justify-self: right;
	}
	.people-saying-review__grid {
		gap: 20px;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
	.detailed-info__price {
		margin: 30px 0 20px 0;
	}
}

@media (max-width: 480px) {
	.people-saying-review__container {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.people-saying-review__container h2,
	.people-saying-review__container .white-link:nth-child(2),
	.people-saying-review__container .white-link:nth-child(4) {
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1/2;
	}
	.people-saying-review__container .white-link:nth-child(2) {
		-ms-grid-row: 4;
		-ms-grid-row-span: 1;
		grid-row: 4/5;
	}
	.people-saying-review__container .white-link:nth-child(2),
	.people-saying-review__container .white-link:nth-child(4) {
		width: 100%;
	}
	.people-saying-review__container .white-link:nth-child(2) {
		margin: -20px 0 0 0;
	}
	.people-saying-review__grid {
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1/2;
	}
}

.people-saying-review-modal {
	position: fixed;
	z-index: 150;
	background: rgba(36, 36, 36, 0.3);
	min-height: calc(100vh + 200px);
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0;
	visibility: hidden;
}

.people-saying-review-modal__container {
	padding: 32px;
	margin: -200px 0 0 0;
	background: #ffffff;
	-webkit-box-shadow: 0px 4px 20px rgba(0, 28, 135, 0.1);
	box-shadow: 0px 4px 20px rgba(0, 28, 135, 0.1);
	border-radius: 24px;
	max-width: 600px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.people-saying-review-modal__title-close {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.people-saying-review-modal__title-close p {
	font-weight: 700;
	font-size: 32px;
	line-height: 42px;
}

.people-saying-review-modal__title-close button {
	background: transparent;
	width: 24px;
	height: 24px;
}

.people-saying-review-modal__stars svg {
	fill: #e7ecf5;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.people-saying-review-modal__stars .active {
	fill: #ffce6d;
}

.people-saying-review-modal input,
.people-saying-review-modal textarea {
	width: 100%;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #242424;
	padding: 12px;
	border: 1px solid rgba(56, 97, 251, 0.2);
	border-radius: 4px;
}

.people-saying-review-modal label {
	width: 100%;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #888888;
}

.people-saying-review-modal label input {
	margin-top: 5px;
}

.people-saying-review-modal textarea {
	min-height: 120px;
	resize: vertical;
	scrollbar-width: thin;
	scrollbar-color: rgba(145, 145, 145, 0.2) #fff;
}

.people-saying-review-modal textarea::-webkit-scrollbar-thumb {
	background-color: rgba(145, 145, 145, 0.2);
	border-radius: 4px;
}

.people-saying-review-modal textarea::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

.people-saying-review-modal__btn {
	width: 116px;
}

.open_people-saying-review-modal .people-saying-review-modal {
	opacity: 1;
	visibility: visible;
}

@media (max-width: 840px) {
	.people-saying-review-modal__container {
		width: calc(100% - 40px);
	}
}

.also-interested__container {
	padding-top: 100px;
	padding-bottom: 100px;
}

.also-interested__grid {
	margin: 40px 0 60px;
	display: -ms-grid;
	display: grid;
	gap: 40px;
	-ms-grid-columns: 1fr 40px 1fr 40px 1fr;
	grid-template-columns: 1fr 1fr 1fr;
}

.also-interested__grid span div {
	display: none;
}

.also-interested__grid a {
	padding: 32px;
	background: #f2f5fb;
	border-radius: 24px;
	color: inherit;
}

.also-interested__grid a span {
	display: block;
	font-size: 16px;
	line-height: 24px;
	margin: 16px 0 0 0;
}

.also-interested__question {
	background: #3861fb;
	border-radius: 24px;
	padding: 60px 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.also-interested__question > p {
	font-weight: 700;
	font-size: 32px;
	line-height: 42px;
	color: #ffffff;
}

.also-interested__question-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 24px;
}

.also-interested__question-links div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
}

.also-interested__question-links div a {
	background: #ffffff;
	border-radius: 40px;
	width: 48px;
	height: 48px;
	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;
}

@media (max-width: 1200px) {
	.also-interested__grid {
		margin: 24px 0 40px 0;
		gap: 20px;
	}
	.also-interested__question {
		padding: 40px;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		gap: 32px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media (max-width: 960px) {
	.also-interested__container {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.also-interested__grid {
		gap: 8px;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
	.also-interested__grid a {
		padding: 24px 32px;
	}
	.also-interested__grid a span {
		margin: 8px 0 0 0;
	}
	.also-interested__question {
		padding: 40px 32px;
	}
	.also-interested__question > p {
		font-size: 24px;
		line-height: 32px;
	}
}

@media (max-width: 640px) {
	.also-interested__container {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.also-interested__grid a {
		padding: 24px;
	}
	.also-interested__question {
		padding: 32px 24px;
	}
	.also-interested__question-links {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.also-interested__question-links .white-button {
		-ms-flex-item-align: start;
		align-self: flex-start;
	}
}

@media (max-width: 480px) {
	.also-interested__container {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.also-interested__question > p {
		font-size: 20px;
		line-height: 24px;
	}
	.also-interested__question-links .white-button {
		-ms-flex-item-align: stretch;
		-ms-grid-row-align: stretch;
		align-self: stretch;
	}
}

.white-button {
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	color: #242424;
	padding: 12px 32px;
	background: #ffffff;
	border-radius: 50px;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.white-button:hover {
	background: #153bcd;
	color: #fff;
}

.white-button:active {
	background: #242424;
	color: #fff;
}

.white-button:disabled {
	opacity: 0.5;
	background: #ffffff;
	color: #242424;
	cursor: auto;
}

.woocommerce-breadcrumb {
	display: none;
}

.services-no-results {
	display: none;
}

.services-no-results.active {
	display: flex;
}

.cart-subtotal {
	display: none;
}

@media (max-width: 900px) {
	.service-info__grid {
		grid-template-columns: 1fr;
	}
}

#place_order {
	margin-top: 25px !important;
	background: #3861fb !important;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	padding: 20px !important;
	font-size: 15px !important;
}

.payment_method_zelwin > p {
	margin-bottom: 15px;
}

.zelwin-gateway__routes {
	display: flex;
	gap: 20px;
}

.zelwin-gateway__routes label {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 13px;
}

.zelwin-gateway__routes input {
	margin: 0 !important;
}

#order_review_heading {
	margin: 30px 0px;
}

#empty-cart {
	font-size: 20px;
	color: darkgrey;
	background-color: unset;
	margin-right: 12px;
}

.detailed-info__content {
	display: flex;
	flex-direction: column;
}

.detailed-info__content > div {
	display: flex;
	align-items: center;
	gap: 50px;
}

.video_paragraphs {
	max-width: 55%;
}

.detailed-info__text {
	margin-bottom: 20px;
}

.detailed-info__text > img {
	min-width: 35%;
}

@media (max-width: 1024px) {
	.detailed-info__text > img {
		width: 40%;
	}
	.detailed-info__video {
		flex-direction: row-reverse;
	}
}

@media (max-width: 768px) {
	.detailed-info__content {
		gap: 24px;
	}
	.detailed-info__content > div {
		gap: 24px;
		align-items: baseline;
	}
	.detailed-info__text {
		flex-direction: column-reverse;
	}
	.detailed-info__text > img {
		width: 60%;
	}
	.detailed-info__video {
		flex-direction: column;
	}
	.detailed-info__video > iframe {
		width: 100%;
	}
	.video_paragraphs {
		max-width: unset;
	}
}

.blog-post p {
	line-height: 24px;
	font-size: 16px;
}

#bundle-modal {
	z-index: 199;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

#bundle-modal .plan-card {
	margin: 0 !important;
	transition: none;
	transform: scale(1.2);
	cursor: default;
}

.modal-content {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.close-modal {
	position: absolute;
	top: 10px;
	right: 10px;
}

.hidden-service {
	display: none;
}

#bundle-modal .hidden-service {
	display: block;
}

#bundle-modal .plan-card__plus {
	display: none;
}

#bundle-modal div:nth-child(4) {
	margin: 0;
	margin-top: -1px;
}

.video_paragraphs p,
.detailed-info__text > div p,
.service-info__content > p {
	margin: 15px 0;
}

.form-submit-zone {
	display: flex;
	align-items: center;
	gap: 20px;
}

.form-submit-confirmation {
	display: none;
}

.best-offers_additional-services .plan-card {
	min-height: 320px;
}

.best-offers__swiper .bundle-card {
	min-height: unset;
	height: auto;
}

.feedbacks-no-comments {
	margin: 20px auto;
	display: flex;
	flex-direction: column;
	gap: 32px;
	font-size: 16px;
	text-align: center;
}

.feedbacks-no-comments img {
	width: 240px;
}

.contact-section {
	background: #3861fb;
}

.contact-section .container {
	position: relative;
	padding: 80px 0;
}

.contact-section .container > svg {
	position: absolute;
	right: 0;
	bottom: 0;
}

.contact-wrapper {
	display: flex;
	justify-content: space-between;
	gap: 10px;
}

@media (max-width: 1024px) {
	.contact-wrapper {
		flex-direction: column;
		gap: 32px;
	}
}

@media (max-width: 768px) {
	.contact-wrapper .faq__form {
		width: 100%;
	}
	.contact-wrapper .faq__form-telegram {
		max-width: 100%;
	}
}

.success-faq-form {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
}

.success-faq-form__inner {
	width: 600px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 32px;
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding: 32px;
	box-shadow: 0px 4px 20px rgba(0, 28, 135, 0.1);
	border-radius: 24px;
	background: #fff;
}

.success-faq-form__inner b {
	font-weight: 700;
	font-size: 32px;
	line-height: 42px;
}

.success-faq-form__inner p {
	padding: 16px 0;
	font-size: 16px;
	line-height: 24px;
}

.success-faq-form__inner button {
	width: fit-content;
	padding: 12px 32px;
	font-size: 20px;
	line-height: 24px;
}

.success-faq-form__closer {
	background: none;
	position: absolute;
	top: 15px;
	right: -5px;
}

.success-faq-form__closer svg {
	height: auto;
	width: 30px;
}

.search-query-input {
	background: #ffffff;
	border-radius: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	padding: 12px;
}

.search-query-input button {
	width: 24px;
	height: 24px;
	background: transparent;
}

.search-query-input button > img {
	width: 24px;
	height: 24px;
}

.search-query-input input {
	display: block;
	background: transparent;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #242424;
	width: calc(100% - 34px);
}

.about-us__hero {
	margin-bottom: 120px;
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 80px;
}

.about-us__hero h1 {
	margin-bottom: 30px;
}

.about-us__hero img {
	padding-top: 50px;
	width: 400px;
}

.about-us__hero p {
	margin: 15px 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}

@media (max-width: 1200px) {
	.about-us__hero {
		margin-bottom: 80px;
		gap: 20px;
	}
	.about-us__hero img {
		width: 300px;
	}
}

@media (max-width: 960px) {
	.about-us__hero {
		flex-direction: column;
		align-items: center;
	}
}

.about-us__list {
	margin-bottom: 120px;
}

.about-us__list h3 {
	margin-bottom: 40px;
	font-weight: 700;
	font-size: 32px;
	line-height: 42px;
}

.about-us__list ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
}

.about-us__list ul li {
	display: flex;
	align-items: start;
	gap: 16px;
	color: #242424;
}

.about-us__list ul li b {
	display: block;
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
}

.about-us__list ul li p {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}

.about-us__list > a {
	margin-top: 40px;
	display: flex;
	width: 320px;
	height: 60px;
	padding: 12px 24px;
	justify-content: center;
	align-items: center;
	gap: 16px;
	border-radius: 50px;
	background: #3861fb;
	color: #fff;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	/* 120% */
}

@media (max-width: 960px) {
	.about-us__list {
		margin-bottom: 80px;
	}
	.about-us__list ul {
		grid-template-columns: 1fr;
	}
	.about-us__list a {
		margin: 0 auto;
	}
}

.about-us__banner {
	padding: 40px;
	background: #ffffff;
	border-radius: 24px;
	display: flex;
	align-items: center;
	gap: 40px;
}

.about-us__banner img {
	width: 300px;
}

.about-us__banner div {
	width: 60%;
}

.about-us__banner div b {
	display: block;
	margin-bottom: 16px;
	font-weight: 600;
	font-size: 28px;
	line-height: 32px;
}

.about-us__banner div p {
	display: block;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}

.about-us__banner div p:not(:last-child) {
	margin-bottom: 20px;
}

@media (max-width: 960px) {
	.about-us__banner {
		flex-direction: column;
	}
	.about-us__banner div {
		width: 100%;
	}
}

.about-us-page {
	padding-bottom: 100px !important;
}

@media (max-width: 960px) {
	.about-us-page {
		padding-bottom: 60px !important;
	}
}

.main__ambassador.ambassador.amb-page {
	background: url(./assets/img/amba2_bg.jpg) no-repeat;
	background-size: cover;
}

@media (max-width: 960px) {
	.main__ambassador.ambassador.amb-page {
		background-position: bottom;
	}
}

@media (max-width: 640px) {
	.ambassador-page.container {
		padding-top: 300px;
	}
}

@media (max-width: 480px) {
	.ambassador-page.container {
		padding-top: 135px;
	}
}

.amb-main .inner {
	background: #fff;
}

@media (max-width: 640px) {
	.amb-page {
		height: 370px;
	}
}

@media (max-width: 640px) {
	.amb-page {
		height: 300px;
	}
}

.amb-page .ambassador__container {
	max-width: 100%;
}

@media (max-width: 1200px) {
	.amb-page .ambassador__container {
		padding: 80px 0 70px 0;
	}
}

@media (max-width: 640px) {
	.amb-page .ambassador__container {
		padding-top: 250px;
	}
}

@media (max-width: 480px) {
	.amb-page .ambassador__container {
		width: 100%;
		padding: 0 35px;
		padding-top: 150px;
	}
}

@media (max-width: 640px) {
	.amb-page .ambassador__block {
		width: 100%;
		padding: 40px;
	}
}

@media (max-width: 480px) {
	.amb-page .ambassador__block {
		padding: 24px;
	}
}

.amb-page .ambassador__block-bg {
	top: 175px;
}

@media (max-width: 1200px) {
	.amb-page .ambassador__block-bg {
		left: -20px;
		top: 120px;
	}
}

@media (max-width: 960px) {
	.amb-page .ambassador__block-bg {
		height: 368px;
	}
}

@media (max-width: 640px) {
	.amb-page .ambassador__block-bg {
		height: 330px;
		width: 450px;
		left: -20px;
		top: 270px;
	}
}

@media (max-width: 480px) {
	.amb-page .ambassador__block-bg {
		height: 289px;
		width: 83%;
		left: 20px;
		top: 160px;
	}
}

.amb-page .ambassador__title {
	font-size: 48px;
	line-height: 60px;
}

@media (max-width: 960px) {
	.amb-page .ambassador__title {
		font-size: 32px;
		line-height: 39px;
	}
}

@media (max-width: 640px) {
	.amb-page .ambassador__title {
		font-size: 28px;
		line-height: 34px;
	}
}

@media (max-width: 480px) {
	.amb-page .ambassador__title {
		font-size: 24px;
		line-height: 29px;
	}
}

.amb-page .blue-link {
	width: fit-content;
	padding: 12px 24px;
	line-height: 24px;
}

.amb-page .blue-link.telegram {
	background: #34aadf;
	font-size: 16px;
	line-height: 24px;
}

.amb-page .blue-link.telegram img {
	margin-right: 10px;
}

.amb-page .ambassador__hero-btns {
	display: flex;
	gap: 10px;
}

@media (max-width: 960px) {
	.amb-page .ambassador__hero-btns {
		flex-direction: column;
	}
}

.amb-section {
	padding-top: 60px;
}

.amb-section h2 {
	margin-bottom: 40px;
	font-weight: 700;
	font-size: 32px;
	line-height: 42px;
}

@media (max-width: 640px) {
	.amb-section h2 {
		font-size: 24px;
		line-height: 42px;
		margin-bottom: 24px;
	}
}

@media (max-width: 480px) {
	.amb-section h2 {
		font-size: 20px;
		line-height: 32px;
	}
}

.amb-section span,
.amb-section p {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}

.amb-rewarding {
	display: flex;
	align-items: start;
	justify-content: space-between;
}

.amb-rewarding > p {
	width: 40%;
}

.amb-rewarding div span {
	font-weight: 600;
	font-size: 28px;
	line-height: 36px;
}

.amb-rewarding div b {
	display: block;
	margin: 20px 0 8px 0;
	font-weight: 700;
	font-size: 48px;
	line-height: 59px;
	color: #3861fb;
}

@media (max-width: 1200px) {
	.amb-rewarding {
		gap: 20px;
	}
	.amb-rewarding > p {
		width: 50%;
	}
}

@media (max-width: 640px) {
	.amb-rewarding {
		flex-direction: column;
	}
	.amb-rewarding > p {
		width: 100%;
	}
	.amb-rewarding div span {
		font-weight: 600;
		font-size: 22px;
		line-height: 36px;
	}
	.amb-rewarding div b {
		display: block;
		margin: 20px 0 8px 0;
		font-weight: 700;
		font-size: 28px;
		line-height: 34px;
		color: #3861fb;
	}
}

.amb-information ul {
	margin-top: 25px;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	row-gap: 16px;
	column-gap: 20px;
}

@media (max-width: 1200px) {
	.amb-information ul {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (max-width: 960px) {
	.amb-information ul {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 480px) {
	.amb-information ul {
		grid-template-columns: repeat(2, 1fr);
	}
}

.amb-howto {
	display: flex;
	justify-content: space-between;
}

@media (max-width: 640px) {
	.amb-howto {
		flex-direction: column;
		gap: 40px;
	}
}

.amb-howto-title {
	margin: 20px 0 30px 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.amb-howto-title b {
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
}

.amb-howto-text {
	width: 500px;
}

.amb-howto-text ul {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.amb-howto-text ul li {
	display: flex;
	align-items: center;
	gap: 15px;
}

.amb-howto-text ul li div {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.amb-howto-text ul li div b {
	font-style: normal;
	font-size: 20px;
	line-height: 24px;
}

@media (max-width: 640px) {
	.amb-howto-text {
		width: 100%;
	}
}

.amb-howto-image {
	width: fit-content;
	height: fit-content;
	padding: 20px;
	background: #f2f5fb;
	border-radius: 20px;
}

.amb-howto-image img {
	width: 420px;
}

.amb-howto-image span {
	width: fit-content;
	display: block;
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
}

@media (max-width: 960px) {
	.amb-howto-image img {
		width: 270px;
	}
}

@media (max-width: 640px) {
	.amb-howto-image img {
		width: 100%;
	}
}

.amb-acc-ready {
	margin-top: 40px;
}

.amb-acc-ready > b {
	font-size: 24px;
	line-height: 29px;
}

.amb-acc-ready span {
	display: block;
	margin: 8px 0;
}

.amb-acc-ready div {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.amb-acc-ready div a {
	color: #3861fb;
	text-decoration: underline;
}

@media (max-width: 1200px) {
	.amb-acc-ready span {
		width: 80%;
	}
}

@media (max-width: 640px) {
	.amb-acc-ready {
		position: absolute;
		bottom: 0;
	}
}

.amb-motivation div span {
	font-weight: 600;
	font-size: 28px;
	line-height: 36px;
}

.amb-motivation div b {
	display: block;
	margin: 20px 0 8px 0;
	font-weight: 700;
	font-size: 48px;
	line-height: 59px;
	color: #3861fb;
}

.amb-motivation div p {
	width: 45%;
}

@media (max-width: 960px) {
	.amb-motivation div span {
		font-size: 22px;
		line-height: 36px;
	}
	.amb-motivation div b {
		font-size: 32px;
		line-height: 39px;
	}
	.amb-motivation div p {
		width: 80%;
	}
}

@media (max-width: 640px) {
	.amb-motivation div span {
		font-size: 20px;
		line-height: 36px;
	}
	.amb-motivation div b {
		font-size: 28px;
		line-height: 34px;
	}
	.amb-motivation div p {
		width: 100%;
	}
}

@media (max-width: 480px) {
	.amb-motivation div span {
		font-size: 20px;
		line-height: 32px;
	}
}

.amb-add-motivation {
	margin: 40px 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.amb-add-motivation b {
	font-size: 24px;
	line-height: 29px;
}

.amb-marketing > b {
	font-size: 24px;
	line-height: 29px;
}

.amb-marketing__inner {
	margin-top: 20px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}

@media (max-width: 960px) {
	.amb-marketing__inner {
		gap: 24px;
	}
}

@media (max-width: 480px) {
	.amb-marketing__inner {
		grid-template-columns: 1fr;
	}
}

.amb-marketing__item {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: start;
	padding: 40px;
	background: #f2f5fb;
	border-radius: 20px;
}

.amb-marketing__item img {
	width: 50px;
}

@media (max-width: 960px) {
	.amb-marketing__item {
		padding: 24px;
	}
	.amb-marketing__item img {
		position: absolute;
		top: 15px;
		right: 20px;
	}
}

.amb-marketing__accent {
	display: flex;
	flex-direction: column;
}

.amb-marketing__accent b {
	font-weight: 700;
	font-size: 48px;
	line-height: 59px;
	color: #3861fb;
}

.amb-marketing__accent span {
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
}

.amb-marketing__accent p {
	display: block;
}

@media (max-width: 960px) {
	.amb-marketing__accent b {
		font-size: 32px;
		line-height: 39px;
	}
	.amb-marketing__accent span {
		margin-top: 8px;
		font-size: 18px;
		line-height: 22px;
	}
}

.amb-questions {
	margin-top: 40px;
	margin-bottom: 100px;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.amb-questions a {
	color: #3861fb;
	text-decoration: underline;
	line-height: 1.5;
}

.amb-information ul {
	position: relative;
}

.li-ender {
	position: absolute;
	right: 68px;
	bottom: -4px;
	background: #fff;
	color: #919191;
}

@media (max-width: 1200px) {
	.li-ender {
		right: 0;
		padding-right: 71px;
	}
}

@media (max-width: 960px) {
	.li-ender {
		padding-right: 47px;
	}
}

@media (max-width: 640px) {
	.li-ender {
		padding-right: 10px;
	}
}

@media (max-width: 480px) {
	.li-ender {
		position: relative;
		width: max-content;
		padding: 0;
		margin-top: -50px;
	}
}

.li-accent {
	display: flex;
	flex-direction: column;
	color: #3861fb;
}

.li-accent b {
	font-weight: 600;
	font-size: 64px;
	line-height: 72px;
}

@media (max-width: 640px) {
	.li-accent b {
		font-size: 56px;
		line-height: 72px;
	}
}

.amb-become {
	position: relative;
}

@media (max-width: 640px) {
	.amb-become {
		padding-bottom: 230px;
	}
}

#team-see-all {
	text-align: center;
	display: none;
}

@media (max-width: 1200px) {
	#team-see-all {
		display: block;
	}
}

.services__grid.autoloading.disabled {
	display: none;
}

.white-link .loader {
	border: 2px solid #3861fb;
	border-top-color: transparent;
}

* {
	word-break: break-word;
}

.inner {
	background: #f2f5fb;
}

.container {
	width: 1160px;
	margin: 0 auto;
}

@media (max-width: 1200px) {
	.container {
		width: 940px;
	}
}

@media (max-width: 960px) {
	.container {
		width: 624px;
	}
}

@media (max-width: 640px) {
	.container {
		width: 460px;
	}
}

@media (max-width: 480px) {
	.container {
		width: 100%;
		padding: 0 35px;
	}
}

.breadcrumbs {
	padding: 24px 0;
}

button {
	background: none;
}

.blog-page {
	padding-bottom: 100px;
}

.blog-page #load-more {
	margin: 30px auto;
}

.blog__list {
	padding: 30px 0 10px 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 30px;
	row-gap: 50px;
}

@media (max-width: 1200px) {
	.blog__list {
		grid-template-columns: repeat(2, 1fr);
		row-gap: 30px;
	}
}

@media (max-width: 640px) {
	.blog__list {
		grid-template-columns: repeat(1, 1fr);
	}
}

@keyframes shimmer {
	100% {
		transform: translateX(100%);
	}
}

.thumb-loader {
	display: inline-block;
	position: relative;
	overflow: hidden;
	background-color: #e6edfb;
	border-radius: 24px;
	height: 200px;
	width: 100%;
}

.thumb-loader::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transform: translateX(-100%);
	background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
	animation: shimmer 2s infinite;
	content: "";
}

.title-loader {
	height: 32px;
	width: 100%;
	margin: 25px 0 20px 0;
	display: inline-block;
	position: relative;
	overflow: hidden;
	background-color: #e6edfb;
	border-radius: 24px;
}

.title-loader::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transform: translateX(-100%);
	background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
	animation: shimmer 2s infinite;
	content: "";
}

.post__stat {
	margin: 20px 0 32px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 24px;
}

@media (min-width: 960px) and (max-width: 1200px) {
	.post__stat {
		margin-top: 0;
		flex-direction: column;
	}
}

@media (max-width: 480px) {
	.post__stat {
		display: grid;
		grid-template-columns: 1fr 1fr;
		margin: 20px 0;
	}
}

@media (max-width: 1200px) {
	.post__header {
		margin-bottom: 32px;
	}
}

@media (max-width: 480px) {
	.post__header {
		margin: 0;
	}
}

.post__stat__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #919191;
}

.post__stat__item span {
	line-height: 1;
}

@media (max-width: 480px) {
	.post__stat__item {
		font-size: 12px;
		line-height: 18px;
	}
	.post__stat__item img {
		width: 13px;
		height: 13px;
		object-fit: contain;
	}
}

.post__stat__likes {
	cursor: pointer;
	transition: 0.3s ease all;
}

.post__stat__likes:hover {
	color: #3861fb;
}

.post__inner {
	display: flex;
	justify-content: space-between;
	gap: 40px;
}

@media (max-width: 1200px) {
	.post__inner {
		gap: 100px;
	}
}

@media (max-width: 960px) {
	.post__inner {
		display: block;
	}
}

.post__content {
	padding-bottom: 80px;
}

.post__content p {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}

.post__content p:not(:first-child) {
	margin: 10px 0;
}

.post__content img {
	margin: 16px 0 32px 0;
	border-radius: 24px;
}

@media (max-width: 640px) {
	.post__content {
		padding-bottom: 30px;
	}
}

.post__sidebar {
	padding-bottom: 100px;
	min-width: 460px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

@media (max-width: 1200px) {
	.post__sidebar {
		min-width: 218px;
	}
}

@media (max-width: 640px) {
	.post__sidebar {
		display: none;
	}
}

.post_sideblock {
	padding: 24px;
	border-radius: 16px;
	background: #fff;
}

.post_sideblock > span {
	display: block;
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #919191;
}

@media (max-width: 1200px) {
	.post__nav {
		display: none;
	}
}

.post__nav ul {
	padding-left: 20px;
}

.post__nav ul li {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #3861fb;
	list-style: unset;
	cursor: pointer;
}

.post__share div {
	display: flex;
	justify-content: space-between;
	gap: 8px;
}

.post__share div a {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	padding: 14px 38px;
	background: #f2f5fb;
	border-radius: 40px;
}

.post__share div a svg {
	height: 20px;
	width: 20px;
}

@media (min-width: 960px) and (max-width: 1200px) {
	.post__share div {
		flex-direction: column;
	}
}

.post__next {
	min-height: 280px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 24px;
	border-radius: 16px;
	background: #3861fb;
	color: #fff;
}

.post__next b {
	font-weight: 600;
	font-size: 32px;
	line-height: 42px;
}

@media (max-width: 1200px) {
	.post__next {
		display: none;
	}
}

.post__next-stat {
	display: flex;
	gap: 24px;
}

.post__next-stat div {
	display: flex;
	align-items: center;
	gap: 8px;
}

.post__next-stat div img {
	filter: brightness(0) invert(100%);
}

.post__subscription {
	padding: 40px;
	background: #3861fb;
	border-radius: 24px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 130px;
}

.post__subscription img {
	margin-right: 80px;
	width: 280px;
}

.post__subscription div {
	display: flex;
	flex-direction: column;
}

.post__subscription div b {
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 32px;
	line-height: 42px;
}

.post__subscription div span {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
}

.post__subscription div p {
	width: 75%;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	opacity: 0.8;
}

.post__subscription div form {
	display: flex;
	gap: 16px;
	margin-top: 32px;
	margin-bottom: 16px;
}

.post__subscription div form input {
	width: 258px;
	padding: 14px;
	border-radius: 4px;
	color: #242424;
}

.post__subscription div form input::placeholder {
	color: rgba(36, 36, 36, 0.5);
}

.post__subscription div form button {
	width: 258px;
	padding: 12px 0;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	background: #242424;
	border-radius: 50px;
	color: #fff;
}

@media (max-width: 1200px) {
	.post__subscription {
		gap: 40px;
	}
}

@media (max-width: 960px) {
	.post__subscription {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.post__subscription img {
		margin: 0;
	}
	.post__subscription div p {
		width: 85%;
	}
	.post__subscription div form {
		justify-content: space-between;
	}
}

@media (max-width: 640px) {
	.post__subscription div {
		width: 100%;
	}
	.post__subscription div form {
		flex-direction: column;
	}
	.post__subscription div form input,
	.post__subscription div form button {
		width: 100%;
	}
}

.blog-main {
	padding-bottom: 100px;
}

@media (max-width: 960px) {
	.blog-main {
		padding-bottom: 80px;
	}
}

.blog-related {
	padding: 100px 0 120px 0;
	background: #fff;
}

@media (max-width: 960px) {
	.blog-related {
		padding: 60px 0;
	}
}

.blog-related-articles {
	margin-top: 40px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

@media (max-width: 1200px) {
	.blog-related-articles {
		grid-template-columns: repeat(2, 1fr);
	}
	.blog-related-articles:nth-child(3) {
		display: none;
	}
}

@media (max-width: 960px) {
	.blog-related-articles {
		margin-top: 20px;
		gap: 24px;
	}
}

@media (max-width: 640px) {
	.blog-related-articles {
		grid-template-columns: repeat(1, 1fr);
	}
}

button#post-like {
	background: none;
	color: #919191;
}

.post__like__checkbox {
	display: flex;
	align-items: center;
	gap: 8px;
	transition: 0.3s ease all;
	font-size: 16px;
}

.post__like__checkbox svg {
	cursor: pointer;
}

.post__like__checkbox input {
	display: none;
}

.post__like__checkbox.liked {
	color: #3861fb;
}

.post__like__checkbox.liked svg path {
	fill: #3861fb !important;
}

@media (max-width: 480px) {
	.post__like__checkbox {
		font-size: 12px;
		line-height: 18px;
	}
	.post__like__checkbox svg {
		width: 13px;
		height: 13px;
		object-fit: contain;
	}
}

div#post-navigation {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 8px;
}

div#post-navigation a {
	transition: 0.3s ease all;
}

div#post-navigation a:hover {
	opacity: 0.6;
}

.cases__list {
	margin-top: 40px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}

.cases__list .project-card {
	background: #fff;
}

.cases__list.disabled {
	display: none;
}

@media (max-width: 1200px) {
	.cases__list {
		margin-top: 24px;
		gap: 20px;
	}
}

@media (max-width: 640px) {
	.cases__list {
		grid-template-columns: 1fr;
	}
}

.cases__filtering {
	margin-top: 40px;
	display: flex;
	gap: 20px;
}

.cases__filtering .search-query-input {
	width: 766px;
}

.cases__filtering .services__form-category {
	width: 375px;
}

@media (max-width: 1200px) {
	.cases__filtering {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	.cases__filtering .search-query-input {
		width: 100%;
	}
	.cases__filtering .services__form-category {
		width: 100%;
	}
}

@media (max-width: 640px) {
	.cases__filtering {
		grid-template-columns: 1fr;
		gap: 0;
		row-gap: 20px;
	}
}

.cases__description {
	margin-top: 30px;
	font-weight: 400;
	font-size: 32px;
	line-height: 42px;
}

@media (max-width: 1200px) {
	.cases__description {
		margin-top: 25px;
		font-size: 24px;
		line-height: 36px;
	}
}

@media (max-width: 640px) {
	.cases__description {
		margin-top: 20px;
		font-size: 18px;
		line-height: 24px;
	}
}

.cases_cont {
	min-height: 60vh;
	padding-bottom: 100px;
}

.project-card.skeleton-loader {
	display: flex;
	padding: 32px;
	border-radius: 24px;
	background-color: #fff;
}

.skeleton-loader__image {
	width: 100px;
	height: 100px;
	background-color: #e6edfb;
	border-radius: 50%;
	margin-right: 20px;
}

.skeleton-loader__content {
	flex-grow: 1;
}

.skeleton-loader__title {
	width: 60%;
	height: 20px;
	background-color: #e6edfb;
	margin-bottom: 10px;
}

.skeleton-loader__subtitle {
	width: 40%;
	height: 16px;
	background-color: #e6edfb;
	margin-bottom: 20px;
}

.skeleton-loader__list li {
	width: 80px;
	height: 12px;
	background-color: #e6edfb;
	margin-bottom: 8px;
}

/* Skeleton loader animation */
@keyframes skeleton-loader {
	0% {
		opacity: 0.6;
	}
	50% {
		opacity: 0.3;
	}
	100% {
		opacity: 0.6;
	}
}

.skeleton-loader div {
	animation: skeleton-loader 1.5s infinite ease-in-out;
}

/* Adjust animation delay for each element */
.skeleton-loader__image {
	animation-delay: 0s;
}

.skeleton-loader__title {
	animation-delay: 0.2s;
}

.skeleton-loader__subtitle {
	animation-delay: 0.4s;
}

.skeleton-loader__list li {
	animation-delay: 0.6s;
}

.cases__etc {
	margin-top: 56px;
	font-weight: 400;
	font-size: 32px;
	line-height: 42px;
	text-align: center;
}

.checkout__wrapper {
	display: flex;
	gap: 40px;
}

@media (max-width: 960px) {
	.checkout__wrapper {
		display: block;
	}
	.checkout__wrapper .secondary {
		display: none;
	}
}

.checkout__stage {
	width: 760px;
}

@media (max-width: 960px) {
	.checkout__stage {
		width: 100%;
		margin-bottom: 30px;
	}
}

.checkout__summary {
	margin-bottom: 18px;
	width: 360px;
	padding: 32px 40px;
	background: #3861fb;
	border-radius: 24px;
}

@media (max-width: 1200px) {
	.checkout__summary {
		padding: 32px 24px;
		width: 300px;
	}
}

@media (max-width: 960px) {
	.checkout__summary {
		left: 0;
		bottom: -50px;
		width: 100%;
		padding: 32px 74px 60px 74px;
		display: grid;
		grid-template-columns: 1fr 1fr;
		align-items: flex-end;
		gap: 24px;
	}
}

@media (max-width: 640px) {
	.checkout__summary {
		grid-template-columns: 1fr;
		padding: 30px;
		padding-bottom: 50px;
	}
}

.checkout__steps {
	margin-bottom: 40px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.checkout__step {
	display: flex;
	align-items: center;
	gap: 12px;
	cursor: default;
	user-select: none;
}

.checkout__step.active .step-number {
	background: #3861fb;
	color: #fff;
}

.checkout__step.confirm {
	cursor: pointer;
}

.checkout__step.confirm .step-number {
	background: #08b681;
	color: #fff;
	border: 2px solid #08b681;
}

.checkout__step span {
	font-size: 16px;
}

.checkout__step .step-number {
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 13px;
	font-weight: 600;
	font-size: 20px;
	line-height: 23px;
	border-radius: 50%;
	border: 2px solid #3861fb;
	color: #3861fb;
	transition: 0.3s ease all;
}

@media (max-width: 640px) {
	.checkout__step {
		gap: 5px;
	}
	.checkout__step span {
		font-size: 14px;
		line-height: 20px;
	}
	.checkout__step .step-number {
		height: 24px;
		width: 20px;
		font-size: 16px;
		line-height: 24px;
		padding: 10px;
	}
}

.checkout__content .services-no-results a {
	padding: 12px 32px;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	background: #3861fb;
	border-radius: 50px;
	color: #fff;
	transition: 0.3s ease all;
}

.checkout__content .services-no-results a:hover {
	background: #153bcd;
}

.checkout__content .services-no-results a:active {
	background: #242424;
}

.checkout__summary {
	height: fit-content;
	color: #fff;
}

.checkout__summary > div > b {
	display: block;
	margin-bottom: 24px;
	font-weight: 600;
	font-size: 28px;
	line-height: 32px;
}

@media (max-width: 960px) {
	.checkout__summary > div > b {
		font-size: 20px;
		line-height: 28px;
	}
}

.checkout__subtotal {
	padding-bottom: 12px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	border-bottom: 1px solid #d7dffe;
}

.checkout__subtotal div {
	width: 100%;
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	line-height: 24px;
}

.checkout__subtotal div span {
	font-weight: 400;
	color: #d7dffe;
}

.checkout__subtotal div b {
	font-weight: 500;
	color: #ffffff;
}

.checkout__total {
	margin-top: 12px;
	margin-bottom: 24px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	line-height: 24px;
}

.checkout__total span {
	font-weight: 400;
	color: #d7dffe;
}

.checkout__total b {
	font-weight: 600;
	color: #ffffff;
}

@media (max-width: 960px) {
	.checkout__total {
		margin-bottom: 0;
	}
}

.checkout__coupon {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.checkout__coupon label {
	position: relative;
}

.checkout__coupon label #check-code {
	display: none;
	height: 32px;
	width: 48px;
	position: absolute;
	top: 50%;
	right: 8px;
	transform: translate(0, -50%);
	background: #08b681;
	border-radius: 40px;
	transition: 0.3s ease all;
}

.checkout__coupon label #check-code svg {
	width: 14px;
	height: 10px;
}

.checkout__coupon label #check-code:hover {
	background: #07956a;
}

.checkout__coupon label #check-code:active {
	background: #096448;
}

.checkout__coupon label #delete-code {
	display: none;
	position: absolute;
	top: 50%;
	right: 14px;
	height: 16px;
	width: 16px;
	transform: translate(0, -50%);
}

.checkout__coupon label #delete-code.active {
	display: block;
}

.checkout__coupon input {
	width: 100%;
	padding: 14px;
	border-radius: 4px;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #242424;
	border: 1px solid #3861fb;
	transition: 0.3s ease all;
}

.checkout__coupon input::placeholder {
	color: rgba(36, 36, 36, 0.5);
}

.checkout__coupon input.error {
	border: 1px solid #ef284c;
	color: #ef284c;
}

.checkout__coupon input:read-only {
	user-select: none;
	cursor: default;
}

.checkout__coupon > button {
	padding: 12px 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	background: #242424;
	border-radius: 50px;
	color: #fff;
}

.checkout__order-heading {
	margin-bottom: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.checkout__order-heading b {
	font-weight: 600;
	font-size: 32px;
	line-height: 42px;
}

.clear-bag {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #3861fb;
}

.checkout__order-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.checkout__order-item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 32px;
	padding: 16px 24px;
	background: #ffffff;
	box-shadow: 0px 4px 20px rgba(107, 118, 146, 0.1);
	border-radius: 16px;
}

.checkout__order-item__heading {
	display: flex;
	align-items: start;
	justify-content: space-between;
}

.checkout__order-item__heading b {
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
}

.checkout__order-item__heading div {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #919191;
}

.checkout__order-item__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.checkout__order-item__bottom button {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	display: flex;
	color: #919191;
	background: none;
}

.checkout__order-item__bottom .checkout__order-item__pricing {
	display: flex;
	gap: 12px;
	align-items: center;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #3861fb;
}

.checkout__order-item__bottom .reg-price {
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	text-decoration-line: line-through;
	color: #919191;
	opacity: 0.7;
}

.header__cart .checkout__order-item__pricing {
	font-weight: 500;
	color: #242424;
}

.checkout__individ {
	margin: 40px 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.checkout__individ b {
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
}

.checkout__individ p {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}

.checkout__details-form {
	width: 500px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.checkout__details-form label {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.checkout__details-form textarea,
.checkout__details-form input {
	padding: 14px 12px;
	border-radius: 4px;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #242424;
}

.checkout__details-form textarea::placeholder,
.checkout__details-form input::placeholder {
	color: rgba(36, 36, 36, 0.5);
}

.checkout__details-form textarea[name="brief"] {
	height: 130px;
}

@media (max-width: 640px) {
	.checkout__details-form {
		width: 100%;
	}
}

.checkout__methods {
	padding: 24px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	background: #ffffff;
	box-shadow: 0px 4px 20px rgba(107, 118, 146, 0.1);
	border-radius: 16px;
}

@media (max-width: 1200px) {
	.checkout__methods {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 640px) {
	.checkout__methods {
		padding: 12px;
	}
}

@media (max-width: 480px) {
	.checkout__methods {
		grid-template-columns: 1fr;
	}
}

.checkout__methods span.full {
	text-decoration: line-through;
	color: crimson;
}

.checkout__methods > label {
	padding: 12px;
	border-bottom: 1px solid #d7dffe;
	border-right: 1px solid #d7dffe;
}

.checkout__methods > label input {
	width: 1px;
	opacity: 0;
}

.checkout__methods > label:nth-child(3n) {
	border-right: none;
}

.checkout__methods > label:nth-child(3n + 1) {
	border-right: 1px solid #d7dffe;
}

.checkout__methods > label:nth-last-child(-n + 3) {
	border-bottom: none;
}

@media (max-width: 1200px) {
	.checkout__methods > label:nth-child(2n) {
		border-right: none;
	}
	.checkout__methods > label:nth-child(2n + 1) {
		border-right: 1px solid #d7dffe;
	}
	.checkout__methods > label:nth-last-child(-n + 2) {
		border-bottom: none;
	}
}

@media (max-width: 480px) {
	.checkout__methods > label {
		border-right: none;
	}
	.checkout__methods > label:nth-last-child(-n + 3) {
		border-bottom: 1px solid #d7dffe;
	}
	.checkout__methods > label:nth-child(2n + 1) {
		border-right: none;
	}
	.checkout__methods > label:last-child {
		border-bottom: none;
	}
}

.checkout__method {
	position: relative;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px;
	border-radius: 8px;
	cursor: pointer;
	transition: 0.3s ease all;
}

.checkout__method img {
	width: 40px;
}

.checkout__method div {
	display: flex;
	flex-direction: column;
}

.checkout__method b {
	font-weight: 600;
	font-size: 13px;
	line-height: 22px;
}

.checkout__method span {
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
}

.checkout__method:hover {
	background: #f2f5fb80;
}

.checkout__method.active {
	background: #f2f5fb;
}

@media (max-width: 640px) {
	.checkout__method {
		padding: 8px;
	}
}

.checkout__bundled {
	display: none;
	flex-direction: column;
	gap: 16px;
}

.checkout__bundled-item {
	margin-bottom: 16px;
	display: flex;
	gap: 12px;
}

.checkout__bundled-item b {
	width: 24px;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #3861fb;
}

.checkout__bundled-item span {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}

.checkout__order-item__label {
	width: 90%;
	display: flex;
	flex-direction: column;
}

.checkout__order-item__label > b {
	width: 80%;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #242424;
}

.checkout__order-item__label div {
	display: flex;
	gap: 16px;
}

.checkout__order-item__label div span {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #242424;
}

.checkout__order-item__label div button {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #3861fb;
	background: none;
	transition: 0.3s ease all;
}

.checkout__order-item__label div button:hover {
	color: #153bcd;
}

@media (max-width: 550px) {
	.checkout__order-item__label > b {
		width: 100%;
		font-weight: 600;
		font-size: 20px;
		line-height: 24px;
		color: #242424;
	}
}

.checkout__order-item__quantity {
	display: flex;
	align-items: center;
	gap: 8px;
}

.checkout__order-item__quantity input[type="number"]::-webkit-inner-spin-button,
.checkout__order-item__quantity input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.checkout__order-item__quantity input {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	color: #919191;
	text-align: center;
}

.checkout__order-item__quantity button {
	min-height: 10px;
	display: flex;
	align-items: center;
	background: none;
}

.checkout__order-item__quantity button:last-child {
	margin-top: -1px;
}

.checkout__order-item__quantity button.hidden {
	display: none;
}

.modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
	background-color: #fefefe;
	margin: 0 auto;
	padding: 20px;
	border: 1px solid #888;
	width: fit-content;
}

.close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
}

.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.modal-content .checkout__bundled {
	display: block;
}

.modal-content.bundled {
	min-width: 650px;
	padding: 32px;
	padding-bottom: 16px;
	box-shadow: 0px 4px 20px rgba(0, 28, 135, 0.1);
	border-radius: 24px;
}

.checkout__bundled > b {
	display: block;
	margin-bottom: 24px;
	font-weight: 600;
	font-size: 28px;
	line-height: 32px;
	color: #242424;
}

#promo-not-found {
	display: none;
}

.checkout__content div[data-step="2"],
.checkout__content div[data-step="3"] {
	display: none;
}

.thank-you-page {
	min-height: 65vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 24px;
}

.thank-you-page h2 {
	text-align: center;
	font-size: 28px;
	line-height: 32px;
	font-weight: 600;
}

.thank-you-page div p {
	margin: 0 auto;
	text-align: center;
	width: 80%;
	font-size: 16px;
	line-height: 24px;
}

.thank-you-page a {
	padding: 12px 32px;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	background: #3861fb;
	border-radius: 50px;
	color: #fff;
	text-align: center;
}

.cart-no-results {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.cart-no-results img {
	margin-bottom: 32px;
}

.cart-no-results p {
	font-size: 16px;
	line-height: 24px;
}

.page404 {
	min-height: 65vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 24px;
}

.page404 b {
	font-weight: 600;
	font-size: 64px;
	line-height: 72px;
	color: #3861fb;
}

.page404 p {
	text-align: center;
	font-size: 24px;
	line-height: 30px;
}

.page404 a {
	background: #3861fb;
}

.page404 a svg path {
	fill: #3861fb;
}

.page404 a:hover {
	background: #153bcd;
}

.page404 a:hover svg path {
	fill: #153bcd;
}

.page404 a:active {
	background: #242424;
}

.page404 a:active svg path {
	fill: #242424;
}

.btn-checkout {
	padding: 12px 24px;
	background: #08b681;
	border-radius: 50px;
	color: #fff !important;
	transition: 0.3s ease all;
}

.btn-checkout:hover {
	background: #08b681;
}

.content {
	margin: 24px 0;
	font-size: 16px;
	line-height: 120%;
}

.content p {
	margin: 10px 0;
}

.checkout__terms {
	display: none;
	margin: 24px 0;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

.checkout__terms a {
	text-decoration: underline;
}

.service-info__text li {
	list-style: initial;
}

.service-info__text ul {
	padding-left: 15px;
	list-style-type: disc;
	list-style-position: inside;
}

.service-info__text ol {
	list-style-type: decimal;
	list-style-position: inside;
}

.service-info__text ul ul,
.service-info__text ol ul {
	list-style-type: circle;
	list-style-position: inside;
	margin-left: 15px;
}

.service-info__text ol ol,
.service-info__text ul ol {
	list-style-type: lower-latin;
	list-style-position: inside;
	margin-left: 15px;
}

.faq__form-telegram {
	width: 360px;
	display: flex;
	flex-direction: column;
	gap: 36px;
}

.faq__form-telegram p {
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px;
	/* 133.333% */
	color: #fff;
	text-align: left;
}

.card-integration {
	margin: 120px 0 60px 0;
}

.card-integration > h2 {
	display: block;
	width: 90%;
	margin-bottom: 30px;
	color: #242424;
}

.card-integration > h2 span {
	color: #08b681;
}

.card-integration p {
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	/* 133.333% */
}

@media (max-width: 960px) {
	.card-integration h2 {
		width: 100%;
		margin-bottom: 10px;
	}
	.card-integration p {
		font-size: 16px;
		line-height: 24px;
	}
}

.card-integration__btns {
	display: flex;
	gap: 12px;
	justify-content: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	/* 120% */
}

.card-integration__btns * {
	width: fit-content;
}

.card-integration__btns a {
	display: flex;
	padding: 12px 24px;
	justify-content: center;
	align-items: center;
	gap: 16px;
	border-radius: 50px;
	background: #3861fb;
	color: #fff;
}

.card-integration__btns button {
	display: flex;
	padding: 12px 32px;
	justify-content: center;
	align-items: center;
	gap: 16px;
	border-radius: 50px;
	border: 2px solid #3861fb;
	color: #3861fb;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	/* 120% */
}

@media (max-width: 720px) {
	.card-integration__btns {
		margin: 0 auto;
		align-items: center;
	}
}

@media (max-width: 420px) {
	.card-integration__btns {
		flex-direction: column;
	}
}

.card-integration__modal {
	opacity: 0;
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.4);
	align-items: center;
	justify-content: center;
}

.card-integration__content {
	margin: 0 12px;
	display: flex;
	width: 600px;
	max-width: 100%;
	padding: 32px;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
	border-radius: 24px;
	box-shadow: 0px 4px 20px 0px rgba(0, 28, 135, 0.1);
	background-color: #fefefe;
}

.card-integration__content b {
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 42px;
}

.card-integration__list {
	width: 100%;
}

.card-integration__list li {
	padding: 16px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.card-integration__list li:not(:last-child) {
	border-bottom: 1px solid rgba(56, 97, 251, 0.2);
}

.card-integration__list li b {
	width: auto;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
}

.card-integration__list li b.green {
	color: #08b681;
}

.card-integration__list li span {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

@media (max-width: 650px) {
	.card-integration__list li {
		flex-direction: column;
	}
}

.close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
}

.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

.card-integration-content {
	min-width: 650px;
	padding: 32px;
	padding-bottom: 16px;
	box-shadow: 0px 4px 20px rgba(0, 28, 135, 0.1);
	border-radius: 24px;
}

.still-question {
	display: block;
	width: fit-content;
	margin: 0 auto;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	/* 150% */
	color: #919191;
}

.still-question a {
	color: #3861fb;
}

@media (max-width: 700px) {
	.header__search {
		display: none;
	}
	.main {
		padding-top: 100px;
		background: #f2f5fb;
	}
}

.page-banner {
	margin: 80px 0;
	padding: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 24px;
	background-color: #3861fb;
}

.page-banner img {
	height: 92px;
	width: 180px;
	object-fit: contain;
}

.page-banner a {
	min-width: max-content;
	display: flex;
	height: fit-content;
	padding: 12px 24px;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
}

@media (max-width: 1024px) {
	.page-banner {
		padding: 40px 24px;
	}
}

@media (max-width: 768px) {
	.page-banner {
		flex-direction: column;
		align-items: start;
		margin-bottom: 0;
	}
	.page-banner a {
		margin-top: 16px;
	}
}

.page-banner__info {
	display: flex;
	align-items: center;
	gap: 40px;
}

@media (max-width: 768px) {
	.page-banner__info {
		gap: 24px;
		flex-direction: column;
	}
}

.page-banner__text {
	color: #fff;
}

.page-banner__text b {
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	/* 36px */
}

.page-banner__text p {
	max-width: 80%;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	/* 150% */
}

@media (max-width: 768px) {
	.page-banner__text p {
		max-width: 100%;
	}
}

.wpml-ls-current-language > a {
	width: fit-content;
	border: none;
	background: transparent;
}

.wpml-ls-current-language > a span {
	display: none;
}

.wpml-ls-sub-menu {
	padding: 20px !important;
	border-radius: 15px;
	background: #fff;
}

.wpml-ls-sub-menu li:not(:last-child) {
	margin-bottom: 7px !important;
}

.wpml-ls-legacy-dropdown a {
	width: fit-content;
	border: none;
	background: transparent;
}

.wpml-ls-display {
	display: none;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
	padding: 0;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	color: #919191;
}

.wpml-ls-flag {
	width: 22px;
	height: 16px;
}

.wpml-ls-legacy-dropdown a:hover {
	background: none;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
	transition: 0.3s ease all;
	width: 16px;
	height: 16px;
	border: none;
	background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"%3E%3Cpath d="M4.70013 9.89003C4.82504 10.0142 4.99401 10.0839 5.17013 10.0839C5.34625 10.0839 5.51522 10.0142 5.64013 9.89003L8.03346 7.53003L10.3935 9.89003C10.5184 10.0142 10.6873 10.0839 10.8635 10.0839C11.0396 10.0839 11.2086 10.0142 11.3335 9.89003C11.3959 9.82805 11.4455 9.75432 11.4794 9.67308C11.5132 9.59184 11.5307 9.5047 11.5307 9.41669C11.5307 9.32869 11.5132 9.24155 11.4794 9.16031C11.4455 9.07907 11.3959 9.00534 11.3335 8.94336L8.5068 6.11669C8.44482 6.05421 8.37109 6.00461 8.28985 5.97077C8.20861 5.93692 8.12147 5.91949 8.03346 5.91949C7.94545 5.91949 7.85832 5.93692 7.77708 5.97077C7.69584 6.00461 7.6221 6.05421 7.56013 6.11669L4.70013 8.94336C4.63764 9.00534 4.58805 9.07907 4.5542 9.16031C4.52036 9.24155 4.50293 9.32869 4.50293 9.41669C4.50293 9.5047 4.52036 9.59184 4.5542 9.67308C4.58805 9.75432 4.63764 9.82805 4.70013 9.89003Z" fill="white"/%3E%3C/svg%3E');
	background-size: contain;
	background-position: center;
	top: 50%;
	transform: translate(0, -50%);
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a,
.wpml-ls-legacy-dropdown a:focus,
.wpml-ls-legacy-dropdown a:hover {
	background: transparent;
}

.wpml-ls-legacy-dropdown {
	margin-left: 10px;
	width: fit-content;
}

.wpml-ls-legacy-dropdown a:hover:after {
	transform: translate(0, -50%) rotate(180deg);
}

.wpml-ls-sub-menu {
	right: 0 !important;
	left: auto !important;
	width: 180px;
}

.wpml-ls-native {
	margin-left: 16px !important;
}

.wpml-ls-item.active span.wpml-ls-native {
	color: #3861fb;
}

/*# sourceMappingURL=style.css.map */