@charset "UTF-8";

body {
	font-family: "SF Pro";
	font-weight: 400
}

@font-face {
	font-family: Gilroy;
	src: url(../../../../../static/fonts/Gilroy/Gilroy-Light.woff) format("woff"), url(../../../../../static/fonts/Gilroy/Gilroy-Light.otf) format("opentype"), url(../../../../../static/fonts/Gilroy/Gilroy-Light.ttf) format("truetype");
	font-weight: 300;
	font-style: normal
}

@font-face {
	font-family: Gilroy;
	src: url(../../../../../static/fonts/Gilroy/Gilroy-Regular.woff) format("woff"), url(../../../../../static/fonts/Gilroy/Gilroy-Regular.otf) format("opentype"), url(../../../../../static/fonts/Gilroy/Gilroy-Regular.ttf) format("truetype");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: Gilroy;
	src: url(../../../../../static/fonts/Gilroy/Gilroy-Medium.woff) format("woff"), url(../../../../../static/fonts/Gilroy/Gilroy-Medium.otf) format("opentype"), url(../../../../../static/fonts/Gilroy/Gilroy-Medium.ttf) format("truetype");
	font-weight: 500;
	font-style: normal
}

@font-face {
	font-family: Gilroy;
	src: url(../../../../../static/fonts/Gilroy/Gilroy-Bold.woff) format("woff"), url(../../../../../static/fonts/Gilroy/Gilroy-Bold.otf) format("opentype"), url(../../../../../static/fonts/Gilroy/Gilroy-Bold.ttf) format("truetype");
	font-weight: 700;
	font-style: normal
}

@font-face {
	font-family: "SF Pro";
	src: url(../../../../../static/fonts/SFPro/SFPro-Regular.woff) format("woff"), url(../../../../../static/fonts/SFPro/SFPro-Regular.otf) format("opentype"), url(../../../../../static/fonts/SFPro/SFPro-Regular.ttf) format("truetype");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: "SF Pro";
	src: url(../../../../../static/fonts/SFPro/SFPro-Medium.woff) format("woff"), url(../../../../../static/fonts/SFPro/SFPro-Medium.otf) format("opentype"), url(../../../../../static/fonts/SFPro/SFPro-Medium.ttf) format("truetype");
	font-weight: 500;
	font-style: normal
}

@font-face {
	font-family: "SF Pro";
	src: url(../../../../../static/fonts/SFPro/SFPro-Bold.woff) format("woff"), url(../../../../../static/fonts/SFPro/SFPro-Bold.otf) format("opentype"), url(../../../../../static/fonts/SFPro/SFPro-Bold.ttf) format("truetype");
	font-weight: 700;
	font-style: normal
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

a {
	text-decoration: none
}

ul li {
	list-style-type: none
}

.container {
	padding: 0 32px;
	margin: 0 auto
}

button {
	outline: 0;
	border: none;
	background-color: transparent;
	cursor: pointer;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

input[type=number],
input[type=time] {
	font-family: Roboto !important
}

input[type=time]::-webkit-calendar-picker-indicator {
	opacity: 0;
	pointer-events: none
}

input[type=time]::-webkit-calendar-picker-indicator {
	display: none
}

input[type=time]::-webkit-calendar-picker-indicator {
	width: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}

input[type=number] {
	-moz-appearance: textfield
}

.header {
	-webkit-box-shadow: 0 10px 30px 0 rgba(63, 169, 245, .0509803922);
	box-shadow: 0 10px 30px 0 rgba(63, 169, 245, .0509803922);
	padding: 8px 0
}

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

.header-inner {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.header-logo {
	width: 76px;
	height: 64px;
	margin-right: 88px;
	display: block;
	background-image: url(../../../../../static/img/estp_logo.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain
}

.header-phone {
	color: #333;
	font-weight: 700;
	font-size: 16px;
	display: block;
	font-family: Gilroy, sans-serif
}

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

.header-contact {
	text-align: center;
	margin-right: 24px
}

.header-contact-text {
	color: #a0a4b5;
	font-family: Gilroy, sans-serif
}

.header-language {
	border: 1px solid #2d9cdb;
	border-radius: 50%;
	height: 24px;
	width: 24px;
	font-family: Gilroy, sans-serif;
	font-weight: 500;
	font-size: 12px;
	text-align: center;
	color: #2d9cdb;
	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;
	text-transform: uppercase
}

.header-language-wrap {
	padding-right: 24px;
	margin-right: 24px;
	position: relative
}

.header-language-wrap::after {
	position: absolute;
	content: "";
	background: #a0a4b5;
	height: 32px;
	width: 1px;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.header-action-link {
	font-family: Gilroy, sans-serif;
	font-weight: 700;
	font-style: Bold;
	font-size: 16px;
	letter-spacing: -2.5%;
	color: #2d9cdb
}

.header-action-link.login {
	position: relative;
	padding-right: 14px;
	margin-right: 14px
}

.header-action-link.login::after {
	content: "";
	background: #333;
	height: 16px;
	width: 2px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -2px
}

.wrapper {
	min-height: 368px
}

.nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 24px
}

.nav-link {
	display: block;
	text-align: center
}

.nav-link-text {
	background: -webkit-gradient(linear, left top, left bottom, from(#455e64), to(#3a7aa4));
	background: linear-gradient(180deg, #455e64 0, #3a7aa4 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: #455e64;
	display: block
}

.nav-link-img {
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: block;
	margin: 0 auto 7.5px
}

.nav-link.purchases .nav-link-img {
	background-image: url(../../../../../static/img/cart_icon.svg)
}

.nav-link.platform .nav-link-img {
	background-image: url(../../../../../static/img/platform_icon.svg)
}

.nav-link.client .nav-link-img {
	background-image: url(../../../../../static/img/client_icon.svg)
}

.nav-link.supplier .nav-link-img {
	background-image: url(../../../../../static/img/truck_icon.svg)
}

.nav-link.tariff .nav-link-img {
	background-image: url(../../../../../static/img/tariff_icon.svg)
}

.nav-link.about .nav-link-img {
	background-image: url(../../../../../static/img/about_icon.svg)
}

.footer .container,
.wrapper .container {
	width: 1140px
}

.heading-lg {
	color: #333;
	font-family: Gilroy, sans-serif;
	font-weight: 500;
	font-size: 42px;
	line-height: 127%
}

.tabs {
	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
}

.tabs-content {
	padding-top: 64px
}

.tab-item {
	font-weight: 400;
	font-size: 18px;
	line-height: 100%;
	text-align: center;
	color: #a0a4b5;
	position: relative;
	margin-right: 32px;
	padding-right: 32px
}

.tab-item::after {
	background: #a0a4b5;
	height: 21px;
	width: 1px;
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.tab-item:last-of-type {
	margin-right: 0;
	padding-right: 0
}

.tab-item:last-of-type::after {
	display: none
}

.tab-item.active {
	color: #333
}

.footer {
	padding: 64px 0
}

.footer-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.footer-links-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 16px
}

.footer-link {
	font-weight: 400;
	font-size: 18px;
	line-height: 100%;
	color: #2d9cdb;
	margin-right: 16px;
	text-align: left;
	display: block;
	min-width: 144px
}

.footer-link:last-of-type {
	margin-right: 0
}

.footer-info-text {
	font-family: Gilroy;
	font-weight: 700;
	font-size: 24px;
	line-height: 100%;
	display: block;
	margin-bottom: 24px
}

.footer-info-link {
	color: #2d9cdb;
	font-family: Gilroy;
	font-weight: 700;
	font-size: 24px;
	line-height: 100%;
	display: block;
	margin-bottom: 2px
}

.footer-copyright {
	color: #a0a4b5;
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	display: block
}

.footer-contact {
	margin-bottom: 48px
}

.footer-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end
}

.footer-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: 30px
}

.tariff-wrap {
	padding-top: 105px;
	padding-bottom: 130px
}

.tariff-heading {
	margin-bottom: 32px;
	font-size: 42px;
	line-height: 127%;
	color: #333
}

.tariff-subheading {
	font-weight: 400;
	font-size: 32px;
	line-height: 127%;
	color: #333
}

.tariff-subheading::before {
	content: "→";
	margin-right: 5px
}

.tariff-name {
	font-weight: 400;
	font-size: 18px;
	line-height: 127%;
	color: #333;
	margin-left: 5px
}

.tariff-name::before {
	content: "→";
	margin-right: 2px
}

.tariff-all {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.tariff-item {
	border: 1px solid #a0a4b5;
	width: 262px;
	border-radius: 16px;
	padding: 32px 24px 0;
	position: relative;
	overflow: hidden;
	margin-right: 24px;
	min-height: 360px
}

.tariff-item.partner .tariff-item-content {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.tariff-item-price {
	font-weight: 400;
	font-size: 36px;
	line-height: 120%;
	letter-spacing: 0;
	text-align: center;
	color: #333
}

.tariff-item-price-text {
	font-weight: 400;
	font-size: 13px;
	line-height: 120%;
	letter-spacing: 0;
	text-align: center;
	display: block;
	color: #333;
	margin-bottom: 32px
}

.tariff-item-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: calc(100% - 136px)
}

.tariff-item:last-of-type {
	margin-right: 0
}

.tariff-item-heading {
	background: -webkit-gradient(linear, left top, left bottom, from(#aad485), color-stop(2%, #aad485), to(#6cbe45));
	background: linear-gradient(180deg, #aad485 0, #aad485 2%, #6cbe45 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: #aad485;
	font-weight: 700;
	font-size: 18px;
	line-height: 112%;
	letter-spacing: 0;
	text-align: center;
	display: block;
	text-align: center;
	margin-bottom: 25px;
	padding-bottom: 32px;
	border-bottom: 1px solid #a0a4b5
}

.tariff-item.tariff-personal .tariff-item-heading {
	color: #135e8f;
	background: 0 0;
	-webkit-background-clip: initial;
	-webkit-text-fill-color: inherit;
	font-weight: 400
}

.tariff-item.tariff-personal .tariff-item-content {
	height: calc(100% - 156px)
}

.tariff-item-description {
	color: #a0a4b5;
	font-weight: 400;
	font-size: 13px;
	line-height: 120%;
	text-align: center;
	display: block
}

.tariff-list {
	margin-bottom: 16px
}

.tariff-list-item {
	color: #333;
	font-family: Gilroy;
	font-weight: 600;
	font-size: 13px;
	display: block;
	margin-bottom: 10px;
	padding-left: 26px;
	position: relative
}

.tariff-list-item::before {
	content: "";
	background-image: url(../../../../../static/img/check_icon.svg);
	width: 14px;
	height: 14px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	left: 0;
	top: 0
}

.tariff-list-item:last-of-type {
	margin-bottom: 0
}

.tariff-btn {
	background: -webkit-gradient(linear, left top, left bottom, from(#aad485), color-stop(2%, #aad485), to(#6cbe45));
	background: linear-gradient(180deg, #aad485 0, #aad485 2%, #6cbe45 100%);
	left: 0;
	bottom: 0;
	width: calc(100% + 48px);
	height: 60px;
	margin-left: -24px;
	color: #fff;
	font-weight: 400;
	line-height: 120%;
	letter-spacing: 0;
	font-size: 18px;
	text-align: center;
	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
}

.tariff-personal-text {
	color: #333;
	font-weight: 400;
	font-size: 25px;
	line-height: 120%;
	text-align: center
}

.tariff-discount {
	border: 1px solid #a0a4b5;
	border-radius: 16px;
	min-height: 240px;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(4.08%, #24abcd), to(#3a7aa4));
	background: linear-gradient(360deg, #24abcd 4.08%, #3a7aa4 100%);
	-webkit-box-shadow: 0 0 30px 0 rgba(63, 169, 245, .1019607843);
	box-shadow: 0 0 30px 0 rgba(63, 169, 245, .1019607843);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	overflow: hidden;
	margin-bottom: 30px
}

.tariff-discount-tabs {
	background: rgba(160, 164, 181, .1019607843);
	border-radius: 12px;
	padding: 8px;
	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-bottom: 30px
}

.tariff-discount-tab {
	padding: 8px 16px;
	border: 1px solid #a0a4b5;
	font-weight: 400;
	font-size: 12px;
	line-height: 100%;
	text-align: center;
	vertical-align: middle;
	color: #a0a4b5;
	border-radius: 8px;
	min-width: 94px;
	min-width: 94px;
	cursor: pointer
}

.tariff-discount-tab.active {
	background: -webkit-gradient(linear, left top, right top, from(#535d67), to(#3a7aa4));
	background: linear-gradient(90deg, #535d67 0, #3a7aa4 100%);
	color: #fff;
	border: 1px solid transparent
}

.tariff-discount-price {
	color: #333;
	font-weight: 400;
	font-size: 32px;
	line-height: 120%;
	text-align: center;
	display: none
}

.tariff-discount-price.active {
	display: block
}

.tariff-discount-price-wrap {
	margin-bottom: 12px
}

.tariff-discount-right {
	background: #fff;
	min-width: 277px;
	padding: 32px
}

.tariff-discount-left {
	padding: 32px;
	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;
	width: 100%
}

.tariff-discount-left::after {
	position: absolute;
	top: -32px;
	right: 32px;
	background-image: url(../../../../../static/img/discount-shape.svg);
	width: 218px;
	height: 218px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	z-index: 10;
	content: "";
	opacity: .1
}

.tariff-discount-heading {
	display: block;
	font-weight: 400;
	font-size: 42px;
	line-height: 120%;
	color: #fff
}

.tariff-discount-text {
	display: block;
	font-weight: 400;
	font-size: 20px;
	line-height: 120%;
	color: #fff
}

.tariff-discount .btn-gradient-blue {
	border-radius: 12px;
	padding: 14px 32px;
	font-family: Gilroy;
	font-weight: 700;
	font-size: 18px;
	width: 100%;
	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
}

.tariff-offer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 16px
}

.tariff-offer-special {
	background: -webkit-gradient(linear, left top, left bottom, from(#f3d072), color-stop(98.75%, #ff985e));
	background: linear-gradient(180deg, #f3d072 0, #ff985e 98.75%);
	width: 256px;
	height: 80px;
	border-top-left-radius: 16px;
	border-bottom-left-radius: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 42px;
	margin-right: 32px
}

.tariff-offer-special-text {
	font-family: Gilroy;
	font-weight: 700;
	font-size: 18px;
	line-height: 120%;
	color: #fff;
	margin-left: 20px;
	display: block;
	margin-left: 32px
}

.tariff-offer .paragraph-text {
	width: 576px
}

.tariff-details {
	font-size: 13px;
	line-height: 100%;
	color: #333
}

.paragraph-text {
	color: #333;
	font-weight: 400;
	font-size: 18px;
	line-height: 120%
}

.btn-gradient-blue {
	background: -webkit-gradient(linear, left bottom, left top, color-stop(4.08%, #24abcd), to(#3a7aa4));
	background: linear-gradient(360deg, #24abcd 4.08%, #3a7aa4 100%);
	color: #fff
}

.subtabs {
	border-bottom: 1px solid rgba(160, 164, 181, .2);
	width: 880px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 22px
}

.subtab-item {
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0;
	text-align: center;
	color: #a0a4b5;
	margin-right: 24px;
	padding-bottom: 10px
}

.subtab-item:last-of-type {
	margin-right: 0
}

.subtab-item.active {
	color: #333;
	position: relative
}

.subtab-item.active::after {
	content: "";
	background: -webkit-gradient(linear, left top, right top, from(#f3d072), to(#f79a83));
	background: linear-gradient(90deg, #f3d072 0, #f79a83 100%);
	height: 3px;
	width: 100%;
	position: absolute;
	bottom: -2px;
	left: 0
}

.tariff-table {
	border: 1px solid #a0a4b5;
	border-radius: 16px;
	overflow: hidden;
	margin-bottom: 34px
}

.tariff-table-tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.tariff-table-th {
	min-height: 63px;
	border-right: 1px solid #fff;
	font-weight: 400;
	font-size: 18px;
	line-height: 112%;
	color: #333
}

.tariff-table-th:first-of-type {
	background: #535d67;
	color: #fff
}

.tariff-table-th:nth-of-type(2) {
	background: -webkit-gradient(linear, left top, right top, from(#535d67), to(#3a7aa4));
	background: linear-gradient(90deg, #535d67 0, #3a7aa4 100%)
}

.tariff-table-th:last-of-type {
	background: -webkit-gradient(linear, left top, right top, from(#24abcd), to(#3a7aa4));
	background: linear-gradient(90deg, #24abcd 0, #3a7aa4 100%);
	border-right: none
}

.tariff-table-td,
.tariff-table-th {
	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
}

.tariff-table-td:first-of-type,
.tariff-table-th:first-of-type {
	width: 340px
}

.tariff-table-td:nth-of-type(2),
.tariff-table-th:nth-of-type(2) {
	width: 306px
}

.tariff-table-td:nth-of-type(3),
.tariff-table-th:nth-of-type(3) {
	width: 280px
}

.tariff-table-td {
	min-height: 70px;
	font-family: "SF Pro";
	font-weight: 400;
	font-size: 18px;
	line-height: 120%;
	color: #333
}

.tariff-table-row {
	border-bottom: 1px solid #a0a4b5
}

.tariff-table-row:last-of-type {
	border-bottom: none
}

.tariff-table-row:nth-of-type(2n) {
	background: #eceef1
}

.tariff-table-row .tariff-table-td:last-of-type {
	color: #a0a4b5
}

.subtabs-content {
	width: 928px;
	margin-left: auto;
	margin-right: auto
}

.tariff-th-discount {
	position: relative;
	padding-left: 32px
}

.tariff-th-discount::before {
	content: "";
	background-image: url(../../../../../static/img/information.svg);
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.btn-darkblue {
	background: #135e8f;
	color: #fff
}

.subtabs-heading {
	text-align: center;
	display: block;
	color: #333;
	font-weight: 400;
	font-size: 42px;
	line-height: 127%;
	margin-bottom: 20px
}

.tariff-table-td {
	text-align: center
}

.btn-link-open {
	width: 100%;
	height: 60px;
	border-radius: 16px;
	color: #fff;
	font-weight: 400;
	font-size: 18px;
	line-height: 120%;
	text-align: center;
	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;
	margin-top: 20px
}

.about-docs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 33px;
	-webkit-box-shadow: 10px 10px 50px 0 rgba(143, 210, 243, .1019607843);
	box-shadow: 10px 10px 50px 0 rgba(143, 210, 243, .1019607843);
	padding: 45px;
	border-radius: 20px
}

.about-docs-preview {
	border: 1px solid #a0a4b5;
	width: 100%;
	height: 446px;
	margin-bottom: 24px
}

.about-docs-preview img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}

.about-docs-name {
	color: #2d9cdb;
	font-weight: 400;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: -2.5%;
	text-align: center;
	display: block
}

.about-docs-item {
	width: 316px
}

.subtabs-blue .subtab-item.active::after {
	background: -webkit-gradient(linear, left top, right top, from(#397aa4), to(#a0d7e5));
	background: linear-gradient(90deg, #397aa4 0, #a0d7e5 100%)
}

.tariff-about .tariff-heading-underlined {
	color: #3e718f;
	position: relative
}

.tariff-about .tariff-heading-underlined::after {
	position: absolute;
	content: "";
	background: #3e718f;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 100%
}

.wrapper.auth {
	min-height: 600px;
	overflow: hidden;
	padding-top: 60px;
	position: relative;
}

.wrapper.sign-in .slide {
	background-position-y: -200px;
}

.slider {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: flex;
	transition: transform 1s ease-in-out;
	z-index: -1;
}

.slide {
	min-width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	opacity: 0.2;
}

.slide[city="moscow"] {
	background-image: url(../../../../../static/img/moscow.jpg);
}

.slide[city="spb"] {
	background-image: url(../../../../../static/img/sain-petersburg.jpg);
}

.slide[city="kazan"] {
	background-image: url(../../../../../static/img/kazan.jpg);
}

.slide[city="yaroslavl"] {
	background-image: url(../../../../../static/img/yaroslavl.jpg);
}

.slide[city="ryazan"] {
	background-image: url(../../../../../static/img/ryazan.jpg);
}

.slide[city="vladivostok"] {
	background-image: url(../../../../../static/img/vladivostok.jpg);
}




.form-wrap {
	background: #FFFFFF1A;
	border: 1px solid #F3F3F3;
	width: 510px;
	margin: 0 auto;
	padding: 14px;
}

.form-input {
	background-color: #FFFFFF;
	border-radius: 6px;
	border: 1px solid #EFEFEF;
	color: #1E1E1E;
	font-size: 16px;
	margin-bottom: 22px;
	text-align: center;
	width: 100%;
	height: 50px;
}

.form-input::placeholder {
	color: #1E1E1E;
}

.form-input:focus::placeholder {
	opacity: 0;
}

.form-link {
	color: #2D9CDB;
	font-size: 16px;
	display: block;
}

.checkbox-wrapper {
	display: flex;
	align-items: center;
	gap: 14px;
	font-size: 16px;
	color: #9F9999;
	cursor: pointer;
}

.checkbox-wrapper input[type="checkbox"] {
	display: none;
}

.custom-checkbox {
	width: 18px;
	height: 18px;
	border: 2px solid #9F9999;
	border-radius: 2px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	background-color: #FFFFFF;
}

.custom-checkbox::after {
	content: "";
	position: absolute;
	width: 5px;
	height: 10px;
	border: solid #666;
	border-width: 0 2px 2px 0;
	top: -1px;
	left: 3.5px;
	transform: rotate(45deg);
	opacity: 0;
	transition: opacity 0.2s;
}

input[type="checkbox"]:checked + .custom-checkbox::after {
	opacity: 1;
}

.form-pass-action {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 90px;
	margin-bottom: 24px;
}

.form-btn {
	width: 316px;
	height: 40px;
	border-radius: 16.5px;
	font-weight: 700;
	font-size: 16px;
}

.btn-border {
	border: 2px solid #2D9CDB;
	background: #FFFFFF;
	color: #2D9CDB;
	transition: 0.2s ease-out;
}

.btn-border:hover {
	transition: 0.2s ease-in;
	background: #2D9CDB;
	color: #FFFFFF;
}

.btn-blue {
	border: 2px solid #2D9CDB;
	background: #2D9CDB;
	color: #FFFFFF;
	border: 1px solid #9E9E9E;
	box-shadow: 0px 4px 4px 0px #00000040;
	transition: 0.2s ease-out;
}

.btn-blue:hover {
	transition: 0.2s ease-in;
	background: #FFFFFF;
	color: #2D9CDB;
}

.form-wrap {
	text-align: center;
	margin-bottom: 18px;
}

.btn-arrow-down {
	position: relative;
}

.btn-arrow-down::after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 10px;
	vertical-align: middle;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 10px solid #FFFFFF;
}

.form-digital-signature {
	text-align: center;
}

.form-digital-signature .form-btn {
	margin-bottom: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
}

.form-digital-signature .form-link {
	border-bottom: 1px solid;
	display: inline-block;
}

.form-item-wrap .form-label {
	color: #1E1E1E;
	font-size: 16px;
	text-align: center;
	margin-bottom: 12px;
	font-weight: bold;
	display: block;
}

.form-input-error {
	color: #EB5757;
	font-size: 16px;
	font-weight: 500;
	display: none;
	text-align: left;
	margin-bottom: 16px;
	/*position: absolute;
	bottom: 0;
	left: 0;
	transform: translateY(-100%);*/
}

.form-input-wrap {
	position: relative;
}

.form-input-wrap.has-error .form-input-error {
	display: block;
}

.form-input-wrap.has-error .form-input {
	border-color: #EB5757;
}

.form-input-wrap .form-input {
	margin-bottom: 16px;
}

.form-register .form-input {
	text-align: left;
	padding: 0 16px;
	font-weight: 700;
}

.form-register .form-input::placeholder {
	color: #9F9999;
}

.form-item-wrap .form-btn {
	margin-bottom: 16px;
	width: 100%;
}

.form-input-wrap .form-input.no-err {
	margin-bottom: 16px;
}

.form-item-wrap {
	margin-bottom: 30px;
}

.form-register .checkbox-wrapper {
	font-weight: bold;
}

.form-input:disabled {
	background: #EFEFEF;
}

.post-address .checkbox-wrapper {
	margin-bottom: 16px;
}

.btn-white {
	border: 1px solid #EFEFEF;
	background: #FFFFFF;
	color: #7B7B7B;
}

.btn-green {
	color: #FFFFFF;
	background: #7AC353;
}

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

.form-inputs .checkbox-wrapper {
	margin-bottom: 30px;
}

.form-register-action .form-item-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}

.form-register-action .btn-white {
	width: 165px;
}

.form-register-action .btn-green {
	width: 275px;
}


.custom-select {
	position: relative;
	width: 100%;
	font-size: 16px;
	font-weight: 700;
}

.custom-select-list {
	display: none;
}

.select-selected {
	background-color: #FFFFFF;
	padding: 0 16px;
	border: 1px solid #EFEFEF;
	cursor: pointer;
	user-select: none;
	height: 50px;
	display: flex;
	align-items: center;
	border-radius: 6px;
}

.select-items {
	position: absolute;
	background-color: #FFFFFF;
	border: 1px solid #EFEFEF;
	border-top: none;
	width: 100%;
	z-index: 99;
	display: none;
}

.select-items div {
	padding: 16px;
	cursor: pointer;
	text-align: left;
}

.select-items div:hover {
	background-color: #EFEFEF;
}

.select-arrow {
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	color: #7B7B7B;
	font-size: 14px;
}

.select-arrow.active {
	transform: rotate(180deg);
}

.placeholder-link {
	color: #3E718F;
	border-bottom: 3px solid;
}

.wrapper.placeholder {
	padding-top: 60px;
}

.placeholder-customers {
	margin-bottom: 60px;
}

.placeholder-customers .placeholder-link {
	font-size: 42px;
	border-bottom-width: 3px;
}

.placeholder-inner {
	margin-left: 266px;
}

.placeholder-text {
	font-size: 50px;
	border-bottom: 5px solid #3E718F;
	font-weight: bold;
	margin-bottom: 26px;
	color: #3E718F;
	display: inline-block;
}

.placeholder-go-back .placeholder-link {
	font-size: 42px;
}
