@charset "UTF-8";

body {
	font-family: "SF Pro";
	font-weight: 400
}

@font-face {
	font-family: Gilroy;
	src: url(../../fonts/Gilroy/Gilroy-Light.woff) format("woff"), url(../../fonts/Gilroy/Gilroy-Light.otf) format("opentype"), url(../../fonts/Gilroy/Gilroy-Light.ttf) format("truetype");
	font-weight: 300;
	font-style: normal
}

@font-face {
	font-family: Gilroy;
	src: url(../../fonts/Gilroy/Gilroy-Regular.woff) format("woff"), url(../../fonts/Gilroy/Gilroy-Regular.otf) format("opentype"), url(../../fonts/Gilroy/Gilroy-Regular.ttf) format("truetype");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: Gilroy;
	src: url(../../fonts/Gilroy/Gilroy-Medium.woff) format("woff"), url(../../fonts/Gilroy/Gilroy-Medium.otf) format("opentype"), url(../../fonts/Gilroy/Gilroy-Medium.ttf) format("truetype");
	font-weight: 500;
	font-style: normal
}

@font-face {
	font-family: Gilroy;
	src: url(../../fonts/Gilroy/Gilroy-Bold.woff) format("woff"), url(../../fonts/Gilroy/Gilroy-Bold.otf) format("opentype"), url(../../fonts/Gilroy/Gilroy-Bold.ttf) format("truetype");
	font-weight: 700;
	font-style: normal
}

@font-face {
	font-family: "SF Pro";
	src: url(../../fonts/SfPro/SfPro-Regular.woff) format("woff"), url(../../fonts/SfPro/SfPro-Regular.otf) format("opentype"), url(../../fonts/SfPro/SfPro-Regular.ttf) format("truetype");
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: "SF Pro";
	src: url(../../fonts/SfPro/SfPro-Medium.woff) format("woff"), url(../../fonts/SfPro/SfPro-Medium.otf) format("opentype"), url(../../fonts/SfPro/SfPro-Medium.ttf) format("truetype");
	font-weight: 500;
	font-style: normal
}

@font-face {
	font-family: "SF Pro";
	src: url(../../fonts/SfPro/SfPro-Bold.woff) format("woff"), url(../../fonts/SfPro/SfPro-Bold.otf) format("opentype"), url(../../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: Gilroy !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(../../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-size: 16px;
	letter-spacing: -2.5%;
	color: #2d9cdb
}

.header-action-link.active {
	font-weight: 700;
}

.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(../../img/cart_icon.svg)
}

.nav-link.platform .nav-link-img {
	background-image: url(../../img/platform_icon.svg)
}

.nav-link.client .nav-link-img {
	background-image: url(../../img/client_icon.svg)
}

.nav-link.supplier .nav-link-img {
	background-image: url(../../img/truck_icon.svg)
}

.nav-link.tariff .nav-link-img {
	background-image: url(../../img/tariff_icon.svg)
}

.nav-link.about .nav-link-img {
	background-image: url(../../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(../../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(../../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(../../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(../../img/moscow.jpg);
}

.slide[city="spb"] {
	background-image: url(../../img/sain-petersburg.jpg);
}

.slide[city="kazan"] {
	background-image: url(../../img/kazan.jpg);
}

.slide[city="yaroslavl"] {
	background-image: url(../../img/yaroslavl.jpg);
}

.slide[city="ryazan"] {
	background-image: url(../../img/ryazan.jpg);
}

.slide[city="vladivostok"] {
	background-image: url(../../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;
}


/* Ошибки */

.page.blue-bg {
	background: #2D9CDB;
	min-height: 100vh;
	background-image: url(../../img/cloud-change.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.page.blue-bg .wrapper {
	position: relative;
}

.error-content {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.error-heading {
	font-weight: 700;
	font-size: 48px;
	line-height: 100%;
	text-align: center;
	color: #FFFFFF;
	display: block;
	margin-bottom: 16px;
}

.blue-bg .wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	min-height: 100vh;
}

.error-subheading {
	font-weight: 700;
	font-size: 24px;
	line-height: 100%;
	text-align: center;
	color: #FFFFFF;
	display: block;
}

.error-content-bottom {
	position: absolute;
	bottom: 105px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}

/* Главная */

.heading-gradient {
	background: linear-gradient(90deg, #3A7AA4 0%, #455E64 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
	font-weight: 400;
	font-size: 64px;
	line-height: 100%;
	text-shadow: 0px 5px 20px rgba(82, 123, 146, 0.8);
	display: block;
	text-align: center;
	margin-bottom: 20px;
}

.main-wrap {
	width: 1140px;
	margin: 0 auto;
}

.main-search-input {
	background: #F5F6F8;
	width: 958px;
	height: 48px;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
	color: #111111;
	font-weight: 700;
	font-size: 14px;
	line-height: 100%;
	padding: 0 16px;
}

.main-search-input::placeholder {
	color: #A0A4B5;
}

.btn,
.input {
	outline: none;
	border: none;
}

.main-slider .slide {
	opacity: 0.6;
}

.main-search-btn {
	width: 64px;
	height: 48px;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
	background:
		url("../../img/search-normal.svg") center center no-repeat,
		linear-gradient(180deg, #F3D072 0%, #FF985E 98.75%);

}

.main-search {
	display: flex;
	align-items: stretch;
	justify-content: center;
	margin-bottom: 20px;
}

.show-more-link,
.back-link {
	color: #2D9CDB;
	font-weight: 700;
	font-size: 14px;
	position: relative;
}

.show-more-link::after {
	background-image: url(../../img/arrow-blue.svg);
	width: 16px;
	height: 16px;
	background-repeat: no-repeat;
	background-position: center;
	content: '';
	position: absolute;
	right: -4px;
	top: calc(50% + 1px);
	transform: translate(100%, -50%);
}

.extended-search-link-wrap {
	margin-bottom: 20px;
	margin-left: 72px;
}

.main-stats-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 28px;
	gap: 64px;
}

.main-stats-num {
	color: #333333;
	font-weight: 700;
	font-size: 48px;
	line-height: 112%;
	display: block;
}

.main-stats-text {
	color: #A0A4B5;
	font-weight: 700;
	font-size: 14px;
	line-height: 100%;
	display: block;
}

.category-wrap {
	display: flex;
	align-items: stretch;
	gap: 24px;
	flex-wrap: wrap;
}

.category-item {
	flex: 0 0 calc((100% - 48px) / 3);
	height: 220px;
	border-radius: 16px;
	background: #FFFFFF;
	padding: 34px;
	background-repeat: no-repeat;
	background-position: top right;
	border: 1px solid #3E718F;
}

.category-1 {
	background-image: url(../../img/grad_1.svg);
}

.category-2 {
	background-image: url(../../img/grad_2.svg);
}

.category-3 {
	background-image: url(../../img/grad_3.svg);
}

.category-4 {
	background-image: url(../../img/grad_4.svg);
}

.category-5 {
	background-image: url(../../img/grad_5.svg);
}

.category-item-text {
	color: #333333;
	font-weight: 400;
	font-size: 18px;
	line-height: 120%;
	display: block;
}

.main-wrap .category-wrap {
	margin-bottom: 90px;
}

.main-wrap {
	padding-bottom: 340px;
}

.black-heading {
	color: #333333;
	font-weight: 400;
	font-size: 48px;
	line-height: 100%;
	text-align: left;
	display: block;
	margin-bottom: 50px;
}

.partners-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 20px;
}

.partners-item {
	flex: 0 0 calc(20% - 20px);
	height: 250px;
	border-radius: 16px;
	background: #FFFFFF;
	box-shadow: 9.02px 9.02px 45.12px 0px #8FD2F31A;
	text-align: center;
}

.subtabs-heading.left {
	text-align: left;
}

.partners-item-logo {
	margin-bottom: 24px;
	padding: 32px 20px 24px;
	position: relative;
	min-height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.partners-item-logo::after {
	background: #A0A4B5;
	opacity: 20%;
	width: calc(100% - 40px);
	position: absolute;
	left: 20px;
	content: '';
	bottom: 0;
	height: 1px;
}

.partners-item-logo img {
	width: 127px;
	height: 56px;
	object-fit: contain;
}

.partners-item-name {
	display: inline-block;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
	color: #4F4F4F;
	padding: 0 15px;
	word-break: break-all;
	word-wrap: break-word;
}

.partners-inner {
	margin-bottom: 24px;
}

.extended-link {
	text-align: right;
	padding-right: 100px;
}

.payment-details-wrap {
	width: 680px;
	margin: 0 auto;
	padding: 16px 48px;
	margin-bottom: 50px;
}

.subheading-grey {
	color: #A0A4B5;
	font-size: 14px;
	display: block;
	font-weight: 600;
	font-family: 'Gilroy', sans-serif;
}

.text-black-lg {
	color: #333333;
	font-size: 18px;
	font-weight: 700;
	display: block;
	font-family: 'Gilroy', sans-serif;
}

.text-blue-lg {
	color: #2D9CDB;
	font-size: 18px;
	font-weight: 700;
	display: block;
	font-family: 'Gilroy', sans-serif;
}

.fw-bold.subtabs-heading {
	font-family: 'Gilroy', sans-serif;
}

.fw-bold {
	font-weight: 700;
}

.payment-details-item {
	margin-bottom: 16px;
}

.payment-details-download {
	text-align: center;
}

.payment-details-download-link {
	color: #EB5757;
	font-family: 'Gilroy', sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 100%;
	border-bottom: 1px solid;
}

.contacts-wrap {
	width: 900px;
	margin: 0 auto;
	padding: 48px;
}

.card-box {
	box-shadow: 10px 10px 50px 0px #8FD2F31A;
}

.payment-details-item .subheading-grey {
	margin-bottom: 8px;
}

.contacts-wrap .text-black-lg {
	margin-bottom: 12px;
}

.contacts-wrap .text-blue-lg {
	margin-bottom: 4px;
}

.contacts-wrap .contacts-item {
	margin-bottom: 32px;
}

.contacts-wrap .contacts-item:last-of-type {
	margin-bottom: 0;
}

.contacts-item-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.contacts-item-right {
	width: 226px;
}

.contacts-item .subheading-grey {
	margin-bottom: 8px;
}

.partners-wrap.card-box {
	padding: 40px 0;
}

.pagination-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin: 20px 0;
}

.partners-showmore-link,
.partners-back-link {
	display: flex;
	align-items: center;
}

/* Новые стили */


.nav-link.active .nav-link-text {
	font-weight: 600;
}

.wrapper.grey-bg {
	background: #A0A4B51A;

}

.notice-card-wrap {
	padding-top: 64px;
}

.page-breadcrumbs {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.page-breadcrumbs-link {
	color: #3E718F;
	font-size: 14px;
}

.page-breadcrumbs-link:last-of-type {
	color: #333333;
}

.page-breadcrumbs-link::after {
	content: '>';
	padding-left: 5px;
	padding-right: 5px;
}

.page-breadcrumbs-link:last-of-type::after {
	display: none;
}

.notice-heading-wrap {
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 42px;
	line-height: 120%;
	letter-spacing: 0%;
}

.notice-heading {
	position: relative;
	color: #333333;
}

.notice-heading::after {
	content: '/';
	padding: 0 10px;
}

.notice-heading-number {
	color: #3E718F;
}

.notice-card {
	box-shadow: 10px 10px 50px 0px #8FD2F31A;
	background: #FFFFFF;
	width: 1120px;
	overflow: hidden;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.notice-card-header {
	padding: 32px;
	box-shadow: 10px 10px 50px 0px #8FD2F31A;
}

.notice-card-tags {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 24px;
}

.notice-card-tag {
	padding: 12px;
	box-shadow: 0px 10px 30px 0px #3FA9F51A;
	background: #FFFFFF;
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	justify-content: center;
	align-items: center;
	display: flex;
	border-radius: 12px;
}

.text-orange {
	color: #F2994A;
}

.text-green {
	color: #27AE60;
}

.text-lightgrey {
	color: #A0A4B5;
}

.notice-card-description {
	color: #333333;
	font-weight: 500;
	font-size: 18px;
	display: block;
}

.notice-card-content {
	padding-top: 48px;
}

.notice-card .tabs-content {
	padding-top: 0;
}

.notice-card .subtabs-content,
.notice-card .subtabs {
	width: 100%;
}

.notice-tr {
	display: flex;
	align-items: stretch;
	padding: 26px 65px;
}

.notice-table.striped .notice-tr {
	background: #F4F9FC;
}

.notice-table.striped .notice-tr:nth-of-type(2n) {
	background: #FFFFFF;
}

.notice-table .notice-tr:nth-of-type(even) {
	background: #F4F9FC;
}

.notice-td.right {
	color: #333333;
}

.notice-td {
	min-width: 400px;
	font-weight: 400;
	font-size: 16px;
}

.notice-td.left {
	color: #A0A4B5;
	max-width: 400px;
	width: 400px;
	padding-right: 50px;
}

.notice-organizer-link {
	color: #3E718F;
	border-bottom: 1px solid;
}

.notice-table-address {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}

.notice-table-heading {
	font-weight: 400;
	font-size: 24px;
	line-height: 112%;
	display: block;
	color: #333333;
	padding-left: 65px;
	margin-bottom: 10px;
}

.wrapper.grey-bg {
	padding-bottom: 100px;
}

.notice-table-heading {
	padding-top: 25px;
}

.notice-stages-wrap {
	padding: 32px 65px;
}

.notice-stages-text {
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	color: #333333;
}

.notice-stages-item:last-of-type:after {
	display: none;
}

.notice-stages-text.name {
	width: 400px;
}

.notice-stages-item {
	display: flex;
	align-items: center;
	position: relative;
	padding-bottom: 24px;
}

.notice-stages-item::before {
	border: 1px solid #305467;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	left: -30px;
	content: '';
	position: absolute;
	top: 4px;
	background: #FFFFFF;
}

.notice-stages-item::after {
	width: 1px;
	background: #305467;
	height: 18px;
	left: -26px;
	top: 20px;
	content: '';
	position: absolute;
}

.notice-stages-item.ongoing::after,
.notice-stages-item.complete::before,
.notice-stages-item.complete::after {
	background: #BDCCD4;
	border: none;
}

.notice-stages-item.complete .notice-stages-text {
	color: #BDCCD4;
}

.notice-stages-item.ongoing .notice-stages-text {
	color: #6FCF97;
	font-weight: 500;
}

.notice-stages-item.complete::before {
	width: 9px;
	height: 9px;
}

.notice-stages-item.ongoing::before {
	background: #6FCF97;
	border: none;
	width: 9px;
	height: 9px;
}

.notice-stages-wrap {
	border-bottom: 1px solid #DBE5EB;
	position: relative;
}

.time-zone {
	font-weight: 500;
	font-size: 14px;
	line-height: 100%;
	text-align: right;
	color: #A0A4B5;
	position: absolute;
	right: 65px;
	top: 0;
}

.time-zone::before {
	background-image: url(../../img/global.svg);
	width: 24px;
	height: 24px;
	left: -31px;
	top: -4px;
	content: '';
	position: absolute;
}

.subtabs-content {
	display: none;
}

.subtabs-content.active {
	display: block;
}

.notice-card-lot-heading {
	padding-left: 30px;
	color: #333333;
	font-weight: 500;
	font-size: 24px;
	line-height: 112%;
	display: block;
	position: relative;
}

.notice-card-lot-heading::before {
	position: absolute;
	width: 14px;
	height: 8px;
	left: 0;
	background-image: url(../../img/lot-arr.svg);
	content: '';
	top: 10px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
	transform: rotate(180deg);
}

.notice-card-lot-name {
	padding: 40px 65px 20px;
	cursor: pointer;
}

.notice-card-lot-pos {
	padding: 25px 65px;
}

.notice-card-lot-pos-num {
	padding-left: 30px;
	color: #333333;
	font-weight: 500;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0%;
	position: relative;
}

.notice-card-lot-pos-num::before {
	position: absolute;
	width: 14px;
	height: 8px;
	left: 0;
	background-image: url(../../img/pos-arr.svg);
	content: '';
	top: 6px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
	transform: rotate(180deg);
}

.notice-lot-cancel {
	background: #EB5757;
	padding: 8px 11px;
	border-radius: 8px;
	color: #FFFFFF;
	font-weight: 700;
	font-size: 14px;
	line-height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 5px;
}

.notice-card-lot-name {
	display: flex;
	align-items: center;
}

.notice-card-lot.cancel .notice-card-lot-heading {
	color: #A0A4B5;
	text-decoration: line-through;
}

.notice-td-info {
	font-size: 13px;
	font-style: italic;
	margin-top: 10px;
}

.notice-td.th {
	font-weight: 500;
	font-size: 18px;
	color: #333333;
}

.notice-card {
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	overflow: hidden;
}

.notice-card-lot-pos-content,
.notice-card-lot-content {
	display: none;
}

.notice-card-lot.open .notice-card-lot-content {
	display: block;
}

.notice-card-lot.open .notice-card-lot-heading::before {
	transform: none;
}

.notice-card-lot-pos-wrap.open .notice-card-lot-pos-content {
	display: block;
}

.notice-card-lot-pos-wrap.open .notice-card-lot-pos-num::before {
	transform: none;
}

.notice-card-lot-pos-num {
	cursor: pointer;
}

.doc-item {
	box-shadow: 10px 10px 50px 0px #8FD2F333;
	background: #FFFFFF;
	border-radius: 20px;
	padding: 32px;
	margin-bottom: 8px;
	min-height: 110px;
}

.doc-item:last-of-type {
	margin-bottom: 0;
}

.doc-items {
	padding: 32px 32px 48px;
}

.doc-item-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.doc-item-left {
	display: flex;
	align-items: flex-start;
}

.doc-item-num {
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	padding-right: 32px;
	position: relative;
	margin-right: 32px;
}

.doc-item-num::after {
	width: 1px;
	background: #A0A4B5;
	height: 60px;
	content: '';
	position: absolute;
	right: 0;
	opacity: 0.2;
	top: 0;
}

.doc-item-name {
	font-weight: 400;
	font-size: 18px;
	border-bottom: 1px solid;
	color: #3E718F;
	display: block;
	margin-bottom: 8px;
}

.doc-item-details {
	display: block;
	color: #333333;
	font-weight: 400;
	font-size: 14px;
}

.doc-item-size {
	color: #A0A4B5;
	font-weight: 400;
	font-size: 14px;
	margin-right: 16px;
	display: block;
}

.doc-item-right {
	display: flex;
	align-items: center;
}

.btn-doc-download {
	width: 24px;
	height: 24px;
	background-image: url(../../img/download.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.notice-table.bordered {
	border-bottom: 1px solid rgba(219, 229, 235, 0.5);
}


.docs-heading {
	display: block;
	font-weight: 500;
	font-size: 18px;
	line-height: 112%;
	color: #333333;
	margin-bottom: 24px;
}

.protocol-docs {
	padding-left: 65px;
	padding-right: 65px;
}

.terms-wrap {
	padding: 48px 65px 65px;
}

.terms-tr {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 24px;
}


.terms-td:first-of-type {
	min-width: 450px;
}

/*.terms-td:nth-of-type(2),*/
/*.terms-td:last-of-type {*/
/*	min-width: 220px;*/
/*	text-align: right;*/
/*	padding-right: 0;*/
/*}*/

.terms-th:first-of-type {
	font-weight: 400;
	font-size: 24px;
	color: #333333;
	display: block;
}

.terms-th:nth-of-type(2) {
	color: #333333;
	font-weight: 700;
	font-size: 18px;
	text-align: right;
}

.terms-th-subscription {
	position: relative;
}

.terms-th-subscription::before {
	background-image: url(../../img/info-green.svg);
	width: 24px;
	height: 24px;
	content: '';
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	left: -8px;
	top: 50%;
	transform: translate(-100%, -50%);
	position: absolute;
}

/*.terms-th:last-of-type {*/
/*	color: #A0A4B5;*/
/*	font-weight: 400;*/
/*	font-size: 18px;*/
/*	line-height: 112%;*/
/*	text-align: right;*/
/*}*/

.terms-td {
	color: #333333;
	font-weight: 500;
	font-size: 18px;
}

.terms-tr,
.tr-th.terms-tr {
	background: #FFFFFF;
}

.terms-tr.grey,
.terms-tr:nth-of-type(2n) {
	background: #ECEEF1;
}

/*.terms-td:last-of-type {*/
/*	color: #A0A4B5;*/
/*}*/

.terms-table-wrap {
	border-radius: 12px;
	box-shadow: 0px 0px 30px 0px #3FA9F51A;
	overflow: hidden;
}

.terms-table {
	margin-bottom: 40px;
}

.terms-tr.free {
	background: linear-gradient(180deg, #AAD485 0%, #AAD485 2%, #6CBE45 100%);
}

.terms-tr.free .terms-td {
	color: #FFFFFF;
}

.terms-tr.free {
	position: relative;
	height: 70px;
}

.terms-tr.free::after {
	background-image: url(../../img/gradient-orange.svg);
	width: 180px;
	height: 70px;
	content: '';
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	right: 0;
	top: 0;
	position: absolute;
}

.terms-tr.free::before {
	background-image: url(../../img/discount-white.svg);
	width: 48px;
	height: 48px;
	content: '';
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	z-index: 2;
}

/* Поиск */

.white-card {
	box-shadow: 0px 10px 30px 0px #3FA9F50D;
	background: #FFFFFF;
	border-radius: 20px;
	padding: 32px;
}

.form-item-input {
	border: 1px solid #D7D7D7;
	height: 40px;
	border-radius: 8px;
	padding: 0 16px;
	color: #333333;
	outline: none;
}

.search-form {
	font-family: 'Roboto', sans-serif;
	gap: 16px;
	display: flex;
	flex-direction: column;
}

.price-block.half-width,
.purchase-block.half-width,
.date-range.half-width,
.search-row {
	gap: 16px;
	display: flex;
	align-items: center;
}

.form-item-input.full-width {
	width: 100%;
}

.form-item-input.half-width {
	width: calc(50% - 8px);
}

.form-item-input::placeholder {
	color: #A0A4B5;
}

.search-row {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}

.card-box {
	border-radius: 20px;
}

.half-width {
	width: calc(50% - 8px);
}

.input-currency-wrap .form-item-input {
	width: 100%;
}

.input-currency-wrap {
	position: relative;
}

.input-currency-wrap::after {
	content: '\20BD';
	font-family: 'Roboto', 'Arial', sans-serif !important;
	color: #333;
	font-size: 14px;
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
}


.search-collapse {
	color: #2D9CDB;
	font-weight: 400;
	font-size: 16px;
	position: relative;
}

.search-collapse::after {
	background-image: url(../../img/collapse-icon.svg);
	width: 12px;
	height: 6px;
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	right: -6px;
	top: 50%;
	content: '';
	transform: translate(100%, -50%);
}

.btn-search {
	width: 185px;
	height: 40px;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 400;
}

.btn-reset {
	border: 1px solid #A0A4B5;
	color: #A0A4B5;
}

.btn-show-results {
	color: #FFFFFF;
	background: linear-gradient(360deg, #24ABCD 4.08%, #6DD5ED 100%);
}

.btn-search-group {
	display: flex;
	gap: 12px;
	justify-content: flex-end;
	align-items: center;
}

.search-row.controls {
	margin-top: 16px;
}

.free-box {
	border: 1px dashed #D7D7D7;
	height: 40px;
	border-radius: 8px;
	border-width: 1px;
	dashes: 2, 2;
	display: flex;
	align-items: center;
	padding: 0 14px;
}

/* ===== Custom select additions - append only ===== */
.custom-select-wrapper {
	position: relative;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
}

/* width helpers copied from original .half-width / .full-width */
.custom-select-wrapper.half-width {
	width: calc(50% - 8px);
}

.custom-select-wrapper.full-width {
	width: 100%;
}

/* display area that mimics input */
.custom-select-display {
	border: 1px solid #D7D7D7;
	height: 40px;
	min-height: 40px;
	border-radius: 8px;
	padding: 0 12px;
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: nowrap;
	overflow: hidden;
	background: #fff;
	cursor: text;
	/* shows typing is possible for region */
	color: #333333;
	box-sizing: border-box;
}

/* placeholder state (gray) */
.custom-select-display.placeholder {
	color: #A0A4B5;
}

/* placeholder text element (used when no tags and no inline input active) */
.placeholder-text {
	color: #A0A4B5;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* inline search input (only for regionSelect inside display) */
.inline-search-input {
	border: none;
	outline: none;
	font: inherit;
	padding: 6px 0;
	min-width: 40px;
	background: transparent;
	color: #333333;
}

.inline-search-input::placeholder {
	color: #A0A4B5;
}

/* dropdown */
.custom-select-dropdown {
	display: none;
	position: absolute;
	top: calc(100% + 6px);
	left: 0;
	right: 0;
	background: #fff;
	border: 1px solid #D7D7D7;
	border-radius: 8px;
	max-height: 240px;
	overflow-y: auto;
	z-index: 30;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
	padding: 6px 0;
	box-sizing: border-box;
}

/* open state */
.custom-select-wrapper.open .custom-select-dropdown {
	display: block;
}

/* options */
.custom-options {
	display: block;
}

.custom-option {
	padding: 4px 16px;
	cursor: pointer;
	user-select: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333333;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
}

.custom-option:hover {
	background: #F5F7FA;
}

.custom-option.selected {
	background: #E6F5FB;
}

/* multi tags */
.multi-select-display {
	min-height: 40px;
	display: flex;
	align-items: center;
	gap: 6px;
	flex-wrap: wrap;
}

.multi-tag {
	background: #E6F5FB;
	border: 1px solid #24ABCD;
	border-radius: 12px;
	padding: 4px 8px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	color: #333333;
	box-sizing: border-box;
}

.remove-tag {
	background: transparent;
	border: none;
	cursor: pointer;
	font-weight: 700;
	line-height: 1;
	padding: 0;
	margin: 0;
	color: #333;
}

/* plus button */
.multi-plus-btn {
	background: #24ABCD;
	color: #fff;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border: none;
}

/* ensure display contents don't overflow the field awkwardly */
.custom-select-display .multi-tag {
	max-width: calc(100% - 40px);
}

.custom-select-display .placeholder-text {
	max-width: calc(100% - 40px);
}

/* small UX niceties */
.custom-select-display button {
	font: inherit;
}

/* --- Custom MultiSelect & SingleSelect --- */
.custom-multiselect,
.custom-single-select {
	position: relative;
	border: 1px solid #D7D7D7;
	border-radius: 8px;
	min-height: 40px;
	padding: 4px 8px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: #fff;
	cursor: text;
}

.custom-multiselect-input,
.custom-single-select-input {
	outline: none;
	border: none;
	flex: 1;
	min-width: 120px;
	font-size: 14px;
	color: #333;
}

.custom-multiselect-input:empty:before,
.custom-single-select-input:empty:before {
	content: attr(data-placeholder);
	color: #A0A4B5;
}

/* Tags for regions multiselect */
.custom-multiselect-tag {
	background: #f0f0f0;
	border-radius: 4px;
	padding: 2px 6px;
	margin: 2px;
	display: flex;
	align-items: center;
	font-size: 13px;
	color: #333;
}

.custom-multiselect-tag span {
	margin-left: 6px;
	cursor: pointer;
	font-weight: bold;
}

/* Dropdowns */
.custom-multiselect-dropdown,
.custom-single-select-dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	max-height: 200px;
	overflow-y: auto;
	border: 1px solid #D7D7D7;
	border-radius: 8px;
	background: #fff;
	z-index: 999;
	display: none;
}

.custom-multiselect-dropdown .option,
.custom-single-select-dropdown .option {
	padding: 8px 12px;
	cursor: pointer;
	color: #333333;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
}

.custom-multiselect-dropdown .option:hover,
.custom-single-select-dropdown .option:hover {
	background: #f5f5f5;
}

/* "+" Button for regions multi-select */
.custom-multiselect-plus {
	width: 32px;
	height: 32px;
	border-radius: 6px;
	margin-left: 14px;
	cursor: pointer;
	flex-shrink: 0;
	background-image: url(../../img/select-plus.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 16px;
}


/* Календари */
input[type="number"] {
	font-family: 'Roboto', sans-serif !important;
}

.date-wrapper {
	position: relative;
}

.date-input {
	width: 100%;
	padding-right: 35px;
	/* space for icon */
	box-sizing: border-box;
}

.calendar-icon {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background: url("../../img/calendar-grey.svg") no-repeat center;
	background-size: contain;
	cursor: pointer;
}

.divider-line {
	background: #A0A4B5;
	width: 4px;
	height: 1px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.half-width {
	position: relative;
}

.custom-single-select-input::after {
	background-image: url(../../img/select-arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 14px;
	height: 8px;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	background-size: 100%;
	cursor: pointer;
	position: absolute;
	content: '';
}

/* Чекбокс */
.checkbox-free {
	display: flex;
	align-items: center;
	cursor: pointer;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	color: #333333;
	gap: 8px;
	position: relative;
}

.checkbox-free input[type="checkbox"] {
	display: none;
}

.checkbox-free input[type="checkbox"] + span::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-right: 8px;
	box-sizing: border-box;
	position: relative;
	background-image: url(../../img/checkbox-border.svg);
}

.checkbox-free input[type="checkbox"]:checked + span::after {
	content: "";
	position: absolute;
	background-image: url(../../img/checkmark.svg);
	width: 13px;
	height: 11px;
	left: 4px;
	top: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
}

.free-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.free-box-hint {
	background-image: url(../../img/hint-icon.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.white-card {
	margin-bottom: 20px;
}

.search-result-text {
	font-size: 14px;
	color: #333333;
	font-family: "Roboto", sans-serif;
}

.archive-link {
	color: #2D9CDB;
	border-bottom: 1px solid;
}

.show-per-page,
.sort-by,
.search-result-filter,
.search-result-filter-right {
	display: flex;
	align-items: center;
}

.search-result-filter {
	justify-content: space-between;
}

.sort-by-inner {
	margin-left: 8px;
	position: relative;
}

.sort-by-value {
	color: #3FA9F5;
	border-bottom: 1px dashed;
	position: relative;
	display: inline-flex;
}

.sort-by-value.selected::after {
	background-image: url(../../img/collapse-icon.svg);
	width: 12px;
	height: 6px;
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	right: -6px;
	top: 50%;
	content: '';
	transform: translate(100%, -50%) rotate(180deg);
}

.sort-by {
	margin-right: 60px;
	cursor: pointer;
}

.sort-by-list {
	min-width: 230px;
}

.sort-by-list .sort-by-value {
	margin-bottom: 10px;
}

.sort-by-list .sort-by-value:last-of-type {
	margin-bottom: 0;
}

.items-per-page-inner {
	position: relative;
	display: inline-flex;
	align-items: center;
}

.items-per-page-item.selected {
	border: 1px solid #A0A4B5;
	position: relative;
	width: 72px;
	height: 32px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	padding: 0 16px;
	margin-left: 8px;
	cursor: pointer;
}

.items-per-page-item.selected:hover {
	background: none;
}


.sort-by-list,
.items-per-page-list {
	background: #FFFFFF;
	border: 1px solid #A0A4B5;
	border-radius: 8px;
	position: absolute;
	display: none;
	z-index: 10;
	padding: 15px 10px;
	margin-top: 10px;
}

.sort-by-list.show,
.items-per-page-list.show {
	display: block;
}

/* Позиционирование для .items-per-page-list */
.items-per-page-list {
	top: 100%;
	right: 0;
	margin-top: 8px;
	width: 72px;
	padding: 6px 0;
}

.sort-by-list.show,
.items-per-page-list.show {
	display: block;
}
.items-per-page-item {
	color: #A0A4B5;
	font-size: 14px;
	padding: 5px 10px;
	cursor: pointer;
}

.items-per-page-item:last-of-type {
	margin-bottom: 0;
}

.items-per-page-item:hover {
	background: rgba(160, 164, 181, 0.2);
}
/* Стрелка только для кнопки (не для элементов в списке) */
#perPageList > .items-per-page-item.selected::after {
	background-image: url(../../img/per-page.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 10px;
	height: 14px;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	position: absolute;
}
.items-per-page-item.selected::after {
	background-image: url(../../img/per-page.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 10px;
	height: 14px;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	position: absolute;
}

.result-tags {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 20px;
}

.result-tag {
	box-shadow: 0px 10px 30px 0px #3FA9F51A;
	height: 40px;
	border-radius: 12px;
	padding: 12px;
	background: #FFFFFF;
	display: inline-flex;
	align-items: center;
}

.lightgrey-text {
	font-size: 14px;
	font-weight: 400;
	color: #A0A4B5;
	display: block;
}

.darkgrey-text {
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	display: block;
}

.green-text {
	color: #27AE60;
}

.blue-text {
	color: #2D9CDB;
}

.bold-text {
	font-weight: bold;
}

.icon-tag {
	padding-left: 44px;
	position: relative;
}

.icon-tag::before {
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	content: '';
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
}

.law::before {
	background-image: url(../../img/hammer.svg);
}

.e-shop::before {
	background-image: url(../../img/cart.svg);
}

.result-details-item {
	display: flex;
	align-items: center;
	gap: 4px;
}

.result-item-name {
	font-size: 18px;
	color: #2D9CDB;

	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;

	text-decoration: underline;
	text-decoration-color: #2D9CDB;
	text-decoration-thickness: 1px;
	text-decoration-skip-ink: none;
}

.result-item-nmc {
	font-size: 24px;
	color: #333333;
}

.result-item-nmc-sum {
	font-weight: bold;
}

.result-stage span {
	display: block;
}

.result-timer {
	position: relative;
	padding-left: 32px;
	margin: 24px 0 46px;
}

.result-timer::before {
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-image: url(../../img/stopwatch-black.svg);
}

.result-timer.red::before {
	background-image: url(../../img/stopwatch-red.svg);
}

.result-timer.red .result-timer-unit {
	color: #EB5757;
}

.result-timer.orange .result-timer-unit {
	color: #F2994A;
}

.result-timer.green .result-timer-unit {
	color: #27AE60;
}

.result-timer-unit {
	color: #333333;
	font-size: 18px;
	font-weight: 500;
	position: relative;
}

.result-timer-unit::after {
	content: ':';
}

.result-timer-unit:last-of-type::after {
	display: none;
}

.result-timer-unit::before {
	color: #A0A4B5;
	font-size: 12px;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 100%);
	position: absolute;
	text-align: center;
}

.result-timer-unit.day::before {
	content: 'д';
}

.result-timer-unit.hour::before {
	content: 'ч';
}

.result-timer-unit.min::before {
	content: 'м';
}

.result-timer-unit.sec::before {
	content: 'с';
}

.result-content-row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 32px;
	margin-bottom: 32px;
}

.result-content-row:last-of-type {
	margin-bottom: 0;
}

.result-content-col.right {
	min-width: 260px;
}

.result-details-item {
	margin-bottom: 10px;
}

.result-details-item:last-of-type {
	margin-bottom: 10px;
}

.result-details,
.result-item-name-wrap {
	margin-bottom: 32px;
}

.result-stage {
	margin-bottom: 8px;
}

.result-purchase-method .top-text {
	margin-bottom: 8px;
}


/* === Общие стили календаря === */
.ui-datepicker {
	font-family: 'Inter', sans-serif;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 7.7px;
	box-shadow: 0 3.1px 7.7px rgba(0, 0, 0, 0.1);
	width: 386px;
}

/* === Заголовок календаря (месяц + год) === */
.ui-datepicker-title {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	color: #000000;
	font-weight: 900;
	font-size: 18.5px;
	line-height: 100%;
	text-transform: capitalize;
}

/* === Скрываем стандартные select, делаем их как текст === */
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;
	background: none;
	padding: 0;
	margin: 0;
	font: inherit;
	color: #000000;
	font-weight: 900;
	font-size: 18.5px;
	line-height: 100%;
	text-align: center;
	cursor: default;
}

/* Чтобы select не выглядел кликабельным */
.ui-datepicker select.ui-datepicker-month:focus,
.ui-datepicker select.ui-datepicker-year:focus {
	outline: none;
}

/* === Стили стрелок навигации (← и →) === */
.ui-datepicker-prev,
.ui-datepicker-next {
	top: 10px;
	width: 23.1px;
	height: 23.1px;
	cursor: pointer;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.2s;
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
	background: rgba(0, 0, 0, 0.05);
}

/* === Стили дней недели и дат === */
.ui-datepicker-calendar th {
	font-weight: 600;
	color: #000000;
	font-size: 10.8px;
}

.ui-datepicker th {
	width: 49.2px;
	min-width: 49.2px;
	height: 49.2px;
}

.ui-datepicker-calendar td a {
	color: #000000;
	text-align: center;
	transition: background 0.2s, color 0.2s;
	text-decoration: none;
	font-size: 12px;
	height: 49.2px;
	width: 49.2px;
	align-items: center;
	display: inline-flex;
	justify-content: center;
}

.ui-datepicker-calendar td a:hover {
	background: #e7e7e7;
}

.ui-datepicker-calendar .ui-state-active {
	background: #000;
	color: #fff;
}

#ui-datepicker-div.ui-widget.ui-widget-content {
	width: 386px;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
	background: #FFFFFF !important;
	border: 1px solid #D5D4DF !important;
}

.ui-datepicker td {
	padding: 0;
}

.ui-datepicker table {
	border-spacing: 0 !important;
	margin: 0 !important;
	font-size: 12px;
}

.ui-datepicker table {
	border-collapse: collapse !important;
	border-spacing: 0 !important;
	width: 100% !important;
}

.ui-datepicker td {
	padding: 0 !important;
}

.ui-datepicker {
	font-family: 'Inter', sans-serif;
}

.ui-datepicker table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

.ui-datepicker td,
.ui-datepicker th {
	padding: 0;
	margin: 0;
	border: none;
	vertical-align: middle;
}

.ui-datepicker td a,
.ui-datepicker td span {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 1;
	margin: 0;
	padding: 6.2px 0;
	text-align: center;
	box-sizing: border-box;
}

.ui-datepicker td,
.ui-datepicker td a {
	border: none;
}

.ui-datepicker tbody {
	border-collapse: collapse;
	border-spacing: 0;
}

.ui-datepicker td {
	height: 49.2px;
	width: 49.2px;
}

.ui-datepicker td a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.ui-datepicker-calendar .ui-state-active,
.ui-state-highlight,
.ui-widget-content .ui-state-highlight {
	background: #45539D !important;
	font-weight: 600 !important;
	color: #FFFFFF !important;
}

td.ui-datepicker-other-month .ui-priority-secondary,
td.ui-datepicker-other-month .ui-widget-content .ui-priority-secondary {
	opacity: 1 !important;
	background: #F2F3F7 !important;
	color: #A8A8A8 !important;
}

.ui-widget-header .ui-icon {
	display: none !important;
}

a.ui-datepicker-prev.ui-corner-all,
a.ui-datepicker-next.ui-corner-all {
	border-radius: 0 !important;
	background-image: url(../img/ui-next.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 10.8px;
	height: 35.4px;
	width: 35.4px;
}

.ui-datepicker .ui-datepicker-header {
	height: 35.4px;
	background: none;
	border: none;
}

a.ui-datepicker-prev.ui-corner-all {
	transform: rotate(180deg);
}

a.ui-datepicker-prev.ui-corner-all {
	right: 64px;
	left: initial;
}

select.ui-datepicker-year {
	width: 100px !important;
}

.ui-datepicker .ui-datepicker-title {
	text-align: left !important;
	margin: 0 !important;
}

.ui-datepicker-title {
	justify-content: flex-start;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	text-align: left;
}

.ui-datepicker select.ui-datepicker-month {
	width: auto !important;
}

.ui-datepicker-title {
	height: 35.4px;
}

.ui-datepicker-unselectable.ui-state-disabled {
	opacity: 1 !important;
}

.ui-datepicker-unselectable.ui-state-disabled span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #F2F3F7 !important;
	color: #A8A8A8 !important;
}

#ui-datepicker-div.ui-widget.ui-widget-content {
	border-radius: 12.3px;
	border: none;
	box-shadow: 0px 77px 61.5px 0px #00000012;

}

.search-row-main {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
}

.search-row-main .main-search-btn {
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	display: none;
}

.extended-link-search {
	margin-bottom: 24px;
	margin-left: 70px;
}

.search-collapsed .half-width.to-collapse,
.search-collapsed .search-row.to-collapse,
.search-collapsed .search-collapse {
	display: none;
}

.search-collapsed .search-row-main .main-search-btn {
	display: block;
}

.search-collapsed .search-form {
	gap: 0;
}

.search-collapsed .search-row.controls {
	margin-top: 0;
}

.extended-link-search {
	display: none;
}

.extended-link-search.shown {
	display: block;
}

.search-collapse:hover {
	cursor: pointer;
}


.pagination-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
}

.pagination-page {
	color: #FFFFFF;
	font-weight: 600;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0%;
	text-align: center;
	width: 32px;
	height: 32px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.pagination-arrow {
	background-image: url(../../img/pag-white.svg);
	width: 6px;
	height: 12px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

.pagination-arrow.next {
	transform: rotate(180deg);
}

.pagination-black .pagination-page {
	color: #A0A4B5;
}

.pagination-page.current {
	background: #2D9CDB;
	border-radius: 8px;
	color: #FFFFFF;
}

.pagination-arrow {
	background-image: url(../../img/pag-grey.svg);
	width: 24px;
	height: 24px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}


.org-card-video-link {
	background: linear-gradient(360deg, #24ABCD 4.08%, #3A7AA4 100%);
	height: 84px;
	min-height: 84px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 700;
	color: #FFFFFF;
}

.org-card-video-link-wrap {
	height: 84px;
	min-height: 84px;
	width: 100%;
}

.org-card-item-inner {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.org-card-item {
	overflow: hidden;
	margin-bottom: 45px;
}

.org-card-stat-data-num,
.org-card-stat-data-text {
	display: block;
	color: #333333;
	font-weight: bold;
}

.org-card-stat-data-num {
	font-size: 64px;
}

.org-card-stat-data-text {
	font-size: 18px;
}

.org-heading {
	font-size: 40px;
	color: #2D9CDB;
	display: block;
	margin-bottom: 45px;
	text-align: center;
}

.org-card-item .partners-item-logo {
	width: 250px;
	height: 155px;
	padding: 40px 32px;
	margin: 24px auto 8px;
}

.org-card-item .partners-item-logo img {
	width: 186px;
	height: 72px;
	object-position: center;
}

.org-card-info {
	display: flex;
	align-items: stretch;
	gap: 24px;
	margin-bottom: 105px;
	justify-content: center;
}

.org-card-descr-text {
	font-size: 15px;
	color: #333333;
	font-weight: 500;
	margin-bottom: 24px;
	line-height: 1.4;
}

.org-card-descr-text:last-of-type {
	margin-bottom: 0;
}

.partners-item.org-card-item,
.white-card.org-card-descr {
	margin-bottom: 0;
}

.partners-item.org-card-item {
	max-width: 326px;
	min-width: 326px;
	height: 564px;
}

.org-card-descr-text a {
	color: #009FE3;
}

.white-card.org-card-descr {
	padding: 40px 32px;
}

.btn-show-results.dark-blue-btn {
	background: linear-gradient(360deg, #24ABCD 4.08%, #3A7AA4 100%);
}

.org-card-link {
	display: block;
	text-align: center;
	color: #009FE3;
	font-size: 24px;
	font-weight: bold;
}

.org-card-link {
	min-height: 27px;
}


/* Поиск */

.white-card {
	box-shadow: 0px 10px 30px 0px #3FA9F50D;
	background: #FFFFFF;
	border-radius: 20px;
	padding: 32px;
}

.form-item-input {
	border: 1px solid #D7D7D7;
	height: 40px;
	border-radius: 8px;
	padding: 0 16px;
	color: #333333;
	outline: none;
}

.search-form {
	gap: 16px;
	display: flex;
	flex-direction: column;
}

.search-row {
	gap: 16px;
	display: flex;
}

.form-item-input.full-width {
	width: 100%;
}

.form-item-input.half-width {
	width: calc(50% - 8px);
}

.form-item-input::placeholder {
	color: #A0A4B5;
}

.search-row {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
}

.card-box {
	border-radius: 20px;
}
