@font-face {
	font-family: "font-fileuploader";
	src: url("../fonts/font-fileuploader.eot?l2vub3");
	src: url("../fonts/font-fileuploader.eot?l2vub3#iefix") format("embedded-opentype"),
		url("../fonts/font-fileuploader.ttf?l2vub3") format("truetype"),
		url("../fonts/font-fileuploader.woff?l2vub3") format("woff"),
		url("../fonts/font-fileuploader.svg?l2vub3#font-fileuploader") format("svg");
	font-weight: normal;
	font-style: normal;
}

body,
h1,
h2,
h3,
h4,
h5,
ul,
ol,
li,
div,
p,
span,
b,
i,
nav,
a,
button,
input,
textarea,
label,
fieldset,
main {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
	outline: none;
	border: none;
}

button {
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	cursor: pointer;
	font-family: inherit;
}

html,
.page {
	height: 100%;
}

.page {
	color: #676c77;
	font-size: 16px;
	line-height: normal;
	font-family: "Tahoma", sans-serif;
	background: #fff;
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

.link {
	text-decoration: none;
	outline: none;
	display: block;
	font-family: inherit;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: "Tahoma", sans-serif;
	color: #3a3f4a;
	line-height: normal;
}

.title-h1 {
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 45px;
}

.title-h2,
h2 {
	font-size: 33px;
	font-weight: 700;
	text-align: center;
	color: #3a3f4a;
}

.title-h2::after {
	content: "";
	display: block;
	width: 100px;
	height: 4px;
	background: #e31b0e;
	margin: 20px auto 60px;
}

.title-h3 {
	font-size: 40px;
	line-height: 44px;
	text-align: center;
}

.title-h4,
h4 {
	font-size: 22px;
}

.title-h5,
h5 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #3a3f4a;
}

.title-h5:only-of-type {
	margin-bottom: 0;
}

.title-h1_white,
.title-h2_white,
.title-h3_white,
.title-h4_white,
.title-h5_white {
	color: #fff;
}

.btn,
.bx_my_order_cancel input[type="submit"] {
	height: 60px;
	border-radius: 5px;
	background: #e31b0e;
	color: #fff;
	font-family: Tahoma;
	font-size: 18px;
	font-weight: 700;
	padding: 0 35px;
	line-height: 60px;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
}

.btn:hover,
.bx_my_order_cancel input[type="submit"]:hover {
	box-shadow: 0px 5px 5px 0px rgba(247, 46, 24, 0.23);
	background: #e31b0e;
	color: #fff;
}

.btn_small,
.bx_my_order_cancel input[type="submit"] {
	height: 43px;
	line-height: 43px;
	padding: 0 25px;
	font-size: 13px;
}

.bx_my_order_cancel input[type="submit"] {
	border: none;
	text-shadow: none;
	color: #fff !important;
}

.btn_blue {
	background: #134093;
}

.btn_inline {
	display: inline-block;
}

button:disabled {
	background: #d1d3d6;
	pointer-events: none;
}

button:disabled:hover {
	box-shadow: none;
}

section {
	padding: 74px 0 80px;
}

a,
button {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

a {
	color: #134093;
	text-decoration: none;
}

a:not(.btn):hover {
	color: #e31b0e;
}

.container {
	width: 1110px;
	margin: 0 auto;
}

.container-fluid {
	max-width: 1500px;
	width: 100%;
	padding: 0 50px;
	margin: 0 auto;
}

.wrap {
	display: flex;
}

.page.filter-open {
	overflow: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.page.filter-open::before {
	content: "";
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 999;
}

/* Header */

.header-main {
	position: relative;
	height: calc(100vh - 130px);
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding-top: 0;
	background: rgba(0, 0, 0, 0.4);
}

.header-main__title-h1 {
	text-align: center;
	color: #fff;
}

.header-main .container {
	height: calc(100vh - 130px);
}

.header__video-wrap {
	position: absolute;
	width: 100%;
	height: calc(100vh - 130px);
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
	background: #3a3f4a;
}

video {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.header__offer {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
}

/* .nav {
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 998;
} */
.nav.move .nav__bottom {
	padding: 5px 0;
}

.header__sub-title {
	margin-bottom: 55px;
	font-size: 27px;
	text-align: center;
}

.nav__logo {
	width: 264px;
	height: 48px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.nav i {
	font-size: 24px;
	color: #9fc6f4;
	vertical-align: middle;
	margin-right: 8px;
}

.nav__cart i {
	font-size: 28px;
}

.menu__item i {
	margin-right: 0;
}

.nav__top {
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	background: #3a3f4a;
}

.nav.move .nav__logo {
	height: 40px;
	width: auto;
}

.nav__top a {
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	margin-right: 25px;
	display: flex;
	align-items: center;
}

.nav__top a:hover {
	color: #9ca0a7;
}

.nav .wrap {
	align-items: center;
}

.nav__top>.wrap,
.nav__bottom>.wrap {
	justify-content: space-between;
}

.nav__search {
	width: 50px;
	height: 50px;
	background: #e31b0e;
	color: #fff;
}

.nav__search:hover {
	opacity: 0.7;
}

.nav__search i {
	color: #fff;
	margin-right: 0;
}

.search-block {
	display: none;
	position: fixed;
	width: 100%;
	left: 0;
	right: 0;
	background-color: #134093;
	z-index: 1010;
}

.search-block .container {
	position: relative;
	padding: 90px 0 150px;
}

.search-block__btn-close {
	position: absolute;
	top: 40px;
	right: 0;
}

.search-block__btn-close i {
	color: #476cab;
	font-size: 32px;
}

.search-block__form {
	position: relative;
	width: 540px;
	height: 50px;
	border-radius: 5px;
	background-color: #fff;
	margin: 40px auto 0;
	overflow: hidden;
}

.search-block__input {
	width: 100%;
	height: 100%;
	color: #9ca0a7;
	font-size: 15px;
	font-family: "Tahoma", sans-serif;
	padding: 0 45px 0 20px;
}

.search-block__title {
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	padding-left: 285px;
}

.search-block__btn {
	position: absolute;
	top: 12px;
	right: 15px;
	width: 20px;
	height: 20px;
}

.search-block__btn i {
	color: #e31b0e;
	font-size: 24px;
}

.nav__lang-wrap {
	position: relative;
}

.nav__lang-menu {
	display: none;
	position: absolute;
	background: #134093;
	width: 50px;
	height: 50px;
	right: 0;
	box-shadow: 0 0 20px rgba(58, 63, 74, 0.13);
	z-index: 9;
}

.nav__lang-menu a {
	color: #3a3f4a;
	text-decoration: none;
	text-align: center;
	line-height: 50px;
	margin-right: 0;
	display: block;
	color: #fff;
}

.nav__lang {
	width: 50px;
	height: 50px;
	background: #134093;
	color: #fff;
	font-weight: 700;
	position: relative;
	z-index: 10;
}

/* .nav__lang:hover,
.nav__lang-wrap.open .nav__lang {
  background: #fff;
  color: #3a3f4a;
} */
.nav__cart {
	position: relative;
}

.nav__cart i {
	margin-right: 18px;
}

.nav__cart-amount {
	position: absolute;
	top: -5px;
	left: 12px;
	display: block;
	width: 20px;
	height: 20px;
	line-height: 18px;
	background: #e31b0e;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.nav__timetable {
	font-weight: 400;
	color: #9ca0a7;
}

.nav__bottom {
	padding: 16px 0;
	box-shadow: 0 0 20px rgba(58, 63, 74, 0.2);
	background: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.nav__menu {
	justify-content: flex-end;
	flex-grow: 2;
	/* margin-left: 25px; */
}

.nav__menu>li>a {
	color: #3b3f4a;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.7px;
}

.nav__menu>li {
	margin-left: 15px;
}

.nav__menu i {
	color: #3b3f4a;
	margin-left: 5px;
	font-size: 14px;
	/* vertical-align: text-top; */
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.nav {
	position: sticky;
	top: 0;
	width: 100vw;
	z-index: 5;
}

.nav__menu .dropdown:hover>.sub-menu {
	visibility: visible;
	opacity: 1;
}

.nav__menu .menu__item:hover>a,
.nav__menu .menu__item:hover i {
	color: #e31b0e;
}

.nav__menu .sub-menu {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 133px;
	width: 300px;
	box-shadow: 0 5px 5px rgba(58, 63, 74, 0.2);
	padding: 35px 0;
	overflow: hidden;
	background: #3a3f4a;
	border-top: 1px solid #ededef;
	border-bottom: 1px solid #ededef;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	z-index: 1000;
}

.nav__menu .catalog .sub-menu {
	left: 0;
	right: 0;
	width: 100%;
}

.nav__menu .catalog .sub-menu div>ul {
	max-width: 1500px;
	width: 25%;
	max-height: 500px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: stretch;
}

.sub-menu .container-fluid {
	padding: 0 30px;
}

.nav__menu .catalog .sub-menu .container-fluid {
	padding: 0 50px;
}

.nav__menu .catalog .sub-menu div>ul>li {
	padding-right: 30px;
	/* width: 24%; */
}

.sub-menu div>ul>li ul {
	max-height: 350px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: stretch;
	margin-right: -30px;
}

.sub-menu li ul {
	margin-bottom: 30px;
}

.sub-menu li ul a {
	text-decoration: none;
	text-transform: none;
	color: #9ca0a7;
	font-size: 14px;
	margin-bottom: 10px;
	padding-right: 30px;
	display: block;
}

.sub-menu div>ul>li>a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 20px;
}

.nav__menu .sub-menu a:hover {
	color: #e31b0e;
}

.menu>.dropdown:hover>a>i {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.nav__hamburger {
	display: none;
}

.nav__hamburger i {
	font-size: 24px;
	color: #3a3f4a;
}

.menu-mobile {
	display: none;
}

.menu-mobile-mask {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(24, 30, 41, 0.64);
	backdrop-filter: blur(32px);
	z-index: 14;
}

.menu-mobile-mask.open {
	display: block
}

/* Production */

/* .production__card img {
  fill: #fff;
  margin: 0 auto;
  flex-grow: 2;
} */
.production__card span {
	flex-grow: 2;
	display: block;
	width: 100%;
	height: 100%;
}

/* .production__card_1 img {
  width: 125px;
  height: 88px;
} */
.production__card span {
	display: block;
	width: 100px;
	height: 100px;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
	background: #fff;
	margin-bottom: 20px;
}

/* .production .production__card span {
	width: 100%;
	height: 100%;
} */

/* .production__card_1 span::before {
  width: 125px;
} */

/* .production__card_2 img {
  width: 84px;
  height: 125px;
} */
.production__card {
	padding: 30px;
	position: relative;
	border-radius: 5px;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.production__card p {
	font-size: 18px;
	font-weight: 700;
	height: 70px;
}

.production__card_red,
.production__card_red:hover span {
	background: #e63226;
}

.production__card_grey,
.production__card_grey:hover span {
	background: #4e525c;
}

.sub-category__wrap .production__card:nth-child(1),
.sub-category__wrap .production__card:nth-child(3),
.sub-category__wrap .production__card:nth-child(6),
.sub-category__wrap .production__card:nth-child(8),
.sub-category__wrap .production__card:nth-child(9),
.sub-category__wrap .production__card:nth-child(1):hover span,
.sub-category__wrap .production__card:nth-child(3):hover span,
.sub-category__wrap .production__card:nth-child(6):hover span,
.sub-category__wrap .production__card:nth-child(8):hover span,
.sub-category__wrap .production__card:nth-child(9):hover span {
	background: #e63226;
}

.sub-category__wrap .production__card:nth-child(1):hover p,
.sub-category__wrap .production__card:nth-child(3):hover p,
.sub-category__wrap .production__card:nth-child(6):hover p,
.sub-category__wrap .production__card:nth-child(8):hover p,
.sub-category__wrap .production__card:nth-child(9):hover p {
	color: #e63226;
}

.sub-category__wrap .production__card:nth-child(2),
.sub-category__wrap .production__card:nth-child(4),
.sub-category__wrap .production__card:nth-child(5),
.sub-category__wrap .production__card:nth-child(7),
.sub-category__wrap .production__card:nth-child(10),
.sub-category__wrap .production__card:nth-child(2):hover span,
.sub-category__wrap .production__card:nth-child(4):hover span,
.sub-category__wrap .production__card:nth-child(5):hover span,
.sub-category__wrap .production__card:nth-child(7):hover span,
.sub-category__wrap .production__card:nth-child(10):hover span {
	background: #4e525c;
}

.sub-category__wrap .production__card:nth-child(2):hover p,
.sub-category__wrap .production__card:nth-child(4):hover p,
.sub-category__wrap .production__card:nth-child(5):hover p,
.sub-category__wrap .production__card:nth-child(7):hover p,
.sub-category__wrap .production__card:nth-child(10):hover p {
	color: #4e525c;
}

.sub-category__wrap a.production__card:hover {
	background: #fff;
	box-shadow: 0 0 20px rgba(58, 63, 74, 0.13);
}

a.production__card_grey:hover {
	color: #4e525c;
	background: #fff;
	box-shadow: 0 0 20px rgba(58, 63, 74, 0.13);
}

/* .production__card_grey:hover svg {
  fill: #4e525c;
} */
.production__card_red:hover {
	color: #e63226;
	background: #fff;
	box-shadow: 0 0 20px rgba(58, 63, 74, 0.13);
}

/* .production__card_red:hover svg {
  fill: #e63226;
} */

/* .production__card_3 img {
  width: 264px;
  height: 264px;
} */

/* .production__card_4 img {
  width: 125px;
  height: 86px;
}
.production__card_5 img {
  width: 104px;
  height: 125px;
} */
.production__block {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 30px;
}

.advantages__item {
	width: 33%;
	/* align-items: center; */
	line-height: 28px;
	font-size: 15px;
	padding-right: 35px;
}

.product-advantages .advantages__item {
	width: 100%;
	height: 100%;
	text-align: center;
	border: none;
}

.advantages__item svg {
	width: 60px;
	min-width: 60px;
	height: 60px;
	fill: #9fc6f4;
	margin-right: 35px;
}

.product-advantages .advantages__item svg,
.product-advantages .advantages__item img {
	margin: 0 auto 20px;
}

.product-advantages .advantages__item img {
	width: 60px;
	height: 60px;
	object-fit: contain;
}

.advantages__item p:first-of-type {
	color: #3a3f4a;
	font-size: 18px;
	font-weight: 700;
	line-height: normal;
	white-space: nowrap;
	margin-bottom: 5px;
}

.product-advantages .advantages__item p:nth-of-type(2),
.card.back p {
	font-size: 15px;
	line-height: normal;
	margin: 20px 0;
	color: #676c77;
	font-weight: normal;
	white-space: normal;
}

.advantages {
	margin-top: 80px;
	justify-content: space-between;
	align-items: center;
	display: none;
}

.product-advantages .advantages {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 30px;
	margin-top: 65px;
}

.product-advantages .advantages .btn {
	width: 100%;
	border-color: #134093;
	color: #134093;
	font-weight: 700;
}

.product-advantages .advantages a.btn,
.product-advantages .advantages .btn:hover {
	color: #fff;
	background: #134093;
}

.advantages__item i {
	color: #9fc6f4;
	font-size: 64px;
	margin-right: 40px;
}

.product-advantages .advantages__item:last-child i {
	color: #9fc6f4;
	font-size: 62px;
	margin-bottom: 16px;
	margin-right: 0;
}

/* Offer */

.offer {
	padding: 90px 0 120px;
	text-align: center;
	color: #fff;
	background: url(../img/dark-bg.jpg) no-repeat center/cover;
}

.offer__title-h2::after {
	display: none;
}

.offer__title-h2::before {
	content: "";
	width: 40px;
	height: 40px;
	display: block;
	background: url(../img/svg/send.svg) no-repeat;
	margin: 0 auto 45px;
}

.offer__sub-title {
	font-size: 22px;
	width: 660px;
	margin: 25px auto 45px;
}

/* About */

.about__block {
	width: 50%;
	padding-right: 30px;
}

.about__title-h2 {
	text-align: left;
	margin-bottom: 30px;
}

.about__title-h2::after {
	display: none;
}

.about p {
	line-height: 23px;
	margin-bottom: 15px;
}

.about .about__sub-title {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 35px;
	color: #3a3f4a;
}

.about__img {
	width: 540px;
	height: 540px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	object-fit: cover;
	object-position: bottom;
}

.about__img_mobile {
	display: none;
}

.about__link-more {
	margin-top: 40px;
}

.link-more {
	color: #134093;
	font-size: 15px;
	font-weight: 700;
}

.link-more i {
	display: inline-block;
	color: #fff;
	font-size: 21px;
	width: 26px;
	height: 26px;
	line-height: 26px;
	background: #134093;
	margin-right: 15px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	text-align: center;
	vertical-align: middle;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.link-more:hover {
	color: #9ca0a7;
}

.link-more:hover i {
	background: #9ca0a7;
}

/* News */

.news__card {
	width: 33%;
	border-radius: 5px;
	background: #fff;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.news__card:hover {
	opacity: 0.7;
	box-shadow: 0 0 20px rgba(58, 63, 74, 0.13);
}

.news__card:not(:last-child) {
	margin-right: 30px;
}

.news__card img {
	height: 230px;
	width: 100%;
	object-fit: cover;
}

.news__card-body {
	padding: 20px;
	min-height: 170px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-grow: 2;
	/* height: 100%; */
}

.news__card-title {
	margin-bottom: 20px;
	color: #3a3f4a;
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
}

.news__card-date {
	font-size: 13px;
	color: #676c77;
}

.news__link-more {
	margin-top: 45px;
	text-align: center;
}

/* Footer */

.footer {
	background: url(../img/footer-bg.jpg) no-repeat center/cover;
	color: #9ca0a7;
	font-size: 15px;
	line-height: 20px;
	flex: 0 0 auto;
}

.footer__top {
	padding: 75px 0;
}

.footer__bottom {
	padding: 22px 0;
	text-align: center;
	box-shadow: inset 0 1px 0 #676c77;
}

.footer a {
	color: #fff;
	font-size: 15px;
	font-weight: 700;
}

.footer a:hover {
	color: #9ca0a7;
}

.footer i {
	color: #9fc6f4;
	font-size: 24px;
	margin-right: 10px;
}

.footer__copyright {
	width: 20%;
	color: #fff;
	padding-right: 30px;
}

.footer__address-block {
	width: 27%;
	padding-right: 80px;
}

.footer__address {
	display: flex;
}

.footer__route {
	/* padding-left: 28px; */
	margin-top: 25px;
}

.footer__btn {
	margin-right: 0;
	margin-left: auto;
}

.footer__btn:hover {
	opacity: 0.7;
}

.footer__contacts a {
	margin-bottom: 15px;
}

.footer__social {
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}

.footer__social li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 35px;
	min-width: 35px;
	height: 35px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.footer__social .vk,
.footer__social li.vk:hover a {
	background: #4c75a3;
}

.footer__social .facebook,
.footer__social li.facebook:hover a {
	background: #3b5999;
	display: none;
}

.footer__social .instagram,
.footer__social li.instagram:hover a {
	background: #e4405f;
	display: none;
}

.footer__social .youtube,
.footer__social li.youtube:hover a {
	background: #cd201f;
	display: none;
}

.footer__social li:hover {
	background: #fff;
}

.footer__social li a {
	width: 16px;
	height: 16px;
	background: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.footer__social li.vk a {
	-webkit-mask: url(../img/svg/vk.svg) no-repeat center;
	mask: url(../img/svg/vk.svg) no-repeat center;
}

.footer__social li.facebook a {
	-webkit-mask: url(../img/svg/facebook.svg) no-repeat center;
	mask: url(../img/svg/facebook.svg) no-repeat center;
}

.footer__social li.instagram a {
	-webkit-mask: url(../img/svg/instagram.svg) no-repeat center;
	mask: url(../img/svg/instagram.svg) no-repeat center;
}

.footer__social li.youtube a {
	-webkit-mask: url(../img/svg/youtube.svg) no-repeat center;
	mask: url(../img/svg/youtube.svg) no-repeat center;
}

.footer__address-block .footer__social {
	display: none;
}

@media screen and (max-height: 600px) {
	.header-main {
		height: auto;
		/* overflow: hidden; */
	}

	.header__video-wrap {
		height: 100%;
	}

	.header__offer {
		height: auto;
		padding: 60px 0;
	}
}

/* Inner Pages */

.breadcrums {
	margin-top: 30px;
}

.breadcrums__item {
	color: #9ca0a7;
	font-size: 13px;
	line-height: normal;
}

.breadcrums__item a {
	text-decoration: none;
	color: #134093;
}

.breadcrums__item:not(:last-child)::after {
	content: " \a0/\a0";
	display: inline-block;
}

.content {
	/* flex-grow: 2; */
	flex: 2 0 auto;
}

.breadcrums__list {
	align-items: center;
	flex-wrap: wrap;
}

/* Category Page */

.card {
	position: relative;
	border-radius: 5px;
	border: 1px solid #ededef;
	background: #fff;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.card__link-more {
	position: absolute;
	top: 20px;
	right: 20px;
}

.card__link-more i {
	margin-right: 0;
	background: #e31b0e;
}

/* .category__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
} */
.category__card p {
	font-size: 18px;
	font-weight: 700;
	color: #3a3f4a;
	flex-grow: 1;
}

.category__card img,
.category__card svg {
	max-height: 130px;
	height: 130px;
	margin-bottom: 30px;
	flex-grow: 2;
	object-fit: contain;
	max-width: 50%;
}

.category__card svg {
	fill: #9fc6f4;
}

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

.card:hover {
	opacity: 0.7;
	box-shadow: 0 0 20px rgba(58, 63, 74, 0.13);
}

.card:hover .card__link-more i {
	background: #9ca0a7;
}

.grey-bg {
	background: #f6f6f7;
}

.manager__card {
	display: flex;
	font-size: 15px;
	color: #3a3f4a;
}

.manager__card img {
	width: 120px;
	height: 120px;
	object-fit: cover;
	margin-right: 30px;
}

.manager__info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.manager__name {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}

.manager__card a {
	color: #134093;
}

.manager__card a i {
	color: #e31b0e;
	font-size: 24px;
	margin-right: 12px;
	vertical-align: baseline;
}

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

.manager__wrap .contacts__card img {
	height: 255px;
}

.manager__title-h2::after {
	margin-bottom: 20px;
}

.manager__title-wrap {
	justify-content: space-between;
}

/* Sub-category Page */

.sub-category__wrap {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 30px;
}

.sub-category__card>img:not(.card__icon),
.catalog__card>a:not(.btn) {
	/* max-height: 185px;
  min-height: 185px; */
	max-width: 100%;
	/* margin: 0 auto; */
	flex-grow: 3;
	object-fit: contain;
	text-align: center;
}

/* .catalog__card > a.btn {
  flex-grow: unset !important;
  min-height: auto !important;
} */
.catalog__card>a img:not(.card__icon) {
	width: 100%;
	max-width: 100%;
	height: 150px;
	object-fit: contain;
}

.sub-category__card p {
	flex-grow: 1;
	/* color: #3a3f4a; */
	font-size: 15px;
	line-height: 22px;
	/* word-break: break-all; */
	/* margin-top: 15px; */
}

.sub-category__card p a {
	color: #3a3f4a;
}

.wrap-more {
	justify-content: space-between;
	font-size: 15px;
	margin-top: 35px;
	position: relative;
	height: 178px;
}

/* Product Page */

.product__block-img {
	width: 540px;
	margin-right: 30px;
}

.product__img-wrap {
	width: 100%;
	height: 540px;
	padding: 70px;
	border-radius: 5px;
	border: 1px solid #ededef;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.slider-for__slide {
	width: 100%;
	height: 540px;
	/* padding: 70px; */
	display: flex !important;
	justify-content: center;
	align-items: center;
}

.slider-for {
	border-radius: 5px;
	border: 1px solid #ededef;
	background-color: #fff;
	margin-bottom: 30px;
}

.product__block-img img,
.slider-for img,
.slider-nav img {
	max-width: 100%;
	height: 100%;
	object-fit: contain;
}

.slider-for img,
.slider-nav img {
	width: 100%;
	object-fit: contain;
}

.slider-nav {
	padding: 0 20px;
}

.slider-nav .slider-arrow {
	height: 100%;
	width: 20px;
	background: #e2eefc;
	top: 0;
	margin-top: 0;
	font-size: 12px;
}

.slider-nav .slider-arrow i {
	font-size: 12px;
	color: #134093;
}

.slider-nav .slider-arrow_prev {
	left: 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.slider-nav .slider-arrow_next {
	right: 0;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.slider-nav__slide {
	width: 130px;
	height: 130px;
	/* padding: 18px; */
	border-radius: 5px;
	border: 1px solid #ededef;
	background-color: #fff;
	margin-right: 30px;
	display: flex !important;
	justify-content: center;
	align-items: center;
}

.product__block-info {
	width: calc(100% - 570px);
}

.product__title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
	color: #3a3f4a;
}

.product__title:not(:first-of-type) {
	margin-top: 45px;
}

.product__block-info p {
	line-height: 24px;
}

.table,
.resp-vtabs .resp-tab-content table,
table {
	width: 100%;
	border-collapse: collapse;
	/* table-layout: fixed; */
	border: none !important;
}

.table td,
table td,
table th {
	padding: 12px;
	font-size: 16px;
	/* border: none !important; */
}

.resp-vtabs .resp-tab-content table td {
	padding: 12px;
	font-size: 16px;
}

.table tr td:nth-child(1) {
	color: #9ca0a7;
}

.table tr td:nth-child(2) {
	text-align: right;
	color: #3a3f4a;
	width: 30%;
}

.table tr:not(:last-child),
.resp-vtabs .resp-tab-content table tr:not(:last-child),
table tr:not(:last-child) {
	border-bottom: 1px solid #ededef;
}

.slider {
	position: relative;
	width: calc(100% + 30px);
	margin-left: -15px;
}

.slide {
	margin: 0 15px;
	height: auto;
	display: flex !important;
}

.slider-arrow {
	position: absolute;
	color: #9ca0a7;
	font-size: 32px;
	top: 35%;
	transition: color 0.5s;
	-webkit-transition: color 0.5s;
	-moz-transition: color 0.5s;
	-ms-transition: color 0.5s;
	-o-transition: color 0.5s;
}

.slider-arrow:hover {
	color: #e31b0e;
}

.slider-arrow_prev {
	left: -2%;
}

.slider-arrow_next {
	right: -2%;
}

.slick-dots {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 40px;
}

.slick-dots li {
	font-size: 0;
	line-height: 0;
}

.slick-dots li button {
	width: 12px;
	height: 12px;
	background: #dfe1e3;
	border-radius: 50%;
	list-style: none;
	color: transparent;
	font-size: 0;
	line-height: 0;
	outline: none;
	cursor: pointer;
}

.slick-dots li:not(:last-child) button {
	margin-right: 14px;
}

.slick-dots li.slick-active button {
	background: #e31b0e;
}

.product__price-wrap {
	margin: 40px 0;
	align-items: center;
}

.product__btn-wrap {
	margin: 25px 0;
}

.product__btn-wrap .btn {
	width: 50%;
}

.product__block-info .btn_transparent {
	margin-left: 15px;
}

.product__block-info .btn_transparent i {
	color: #9ca0a7;
	margin-left: 25px;
	font-size: 32px;
	vertical-align: middle;
}

.product__block-info .product__btn_transparent {
	display: block;
	width: max-content;
	margin: 50px auto 0;
}

.btn_print {
	color: #134093;
	font-size: 18px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.btn_print i {
	color: #9ca0a7;
	margin-left: 15px;
	font-size: 32px;
	vertical-align: middle;
}

.btn_print:hover {
	color: #e31b0e;
}

.btn_print:first-child {
	margin-right: 25px;
}

.product__contacts {
	margin-top: 40px;
}

.product__contacts a {
	font-size: 16px;
	color: #134093;
	margin-bottom: 15px;
}

.product__contacts>div {
	width: 50%;
}

.product__contacts i {
	color: #e31b0e;
	font-size: 24px;
	margin-right: 13px;
	vertical-align: middle;
}

.product #tabs-inner {
	margin-top: 70px !important;
}

.product__block-info .product__table {
	/* max-height: 140px;
	overflow: hidden; */
	transition: all 0.7s;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
}

.product__more {
	color: #134093;
	font-size: 15px;
	font-weight: 700;
	padding: 12px;
}

.product__more i {
	margin-left: 13px;
	color: #134093;
}

.product__more:hover,
.product__more:hover i {
	color: #e31b0e;
}

.see-also__wrap {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 30px;
}

.product__price-list {
	padding: 32px;
	border-radius: 5px;
	background: #f6f6f7;
}

.product__price-list_v2 {
	background: #fff;
	border: 1px solid #f6f6f7;
	padding-bottom: 12px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* .slick-dots li button:hover {
  background: #848796;
} */

/* Capabilities Pages */

.tab-content {
	display: none;
}

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

.tab-content img {
	max-width: 100%;
	height: auto;
	margin-bottom: 35px;
}

#tabs-inner {
	display: flex !important;
}

.resp-vtabs .resp-tabs-list li {
	padding: 20px 35px;
	color: #134093;
	font-size: 18px;
	font-weight: 700;
	border-radius: 5px 0 0 5px;
	background: #e2eefc;
	width: 100%;
	cursor: pointer;
}

.resp-vtabs .resp-tabs-list li:not(:first-child) {
	margin-top: 8px;
}

.resp-vtabs li.resp-tab-active {
	border: 1px solid #ededef;
	color: #3a3f4a;
	border-right: none;
	background: #fff;
	position: relative;
	z-index: 1;
	margin-right: -1px !important;
	box-shadow: inset 4px 0 0 #9fc6f4;
	width: calc(100% + 1px);
}

.resp-vtabs .resp-tabs-container {
	border: 1px solid #ededef;
	background: #fff;
	min-height: 250px;
	width: 68%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	padding: 30px 45px 30px 35px;
	flex-grow: 2;
}

.resp-vtabs .resp-tab-content {
	padding: 0;
}

.tab-content p,
.vacancy__info p {
	line-height: 24px;
}

.resp-vtabs .resp-tab-content br {
	display: none;
}

.tab-content p:not(:last-child),
.tab-content ul:not(.fileuploader-items-list),
.vacancy__info p:not(:last-child),
.vacancy__info ul {
	margin-bottom: 20px;
	margin-top: 20px;
}

.tab-content ul:not(.resp-tabs-list) li::before,
.resp-tabs-container ul li::before,
.vacancy__info ul li::before,
.news__wrap_single>ul li::before,
#person ul li::before,
.company__wrap>div ul li::before,
.list li::before {
	content: "";
	display: inline-block;
	width: 5px;
	min-width: 5px;
	height: 5px;
	background: #e31b0e;
	margin-right: 15px;
	margin-top: 10px;
	vertical-align: middle;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.tab-content ul li,
.resp-tabs-container ul li,
.vacancy__info ul li,
.news__wrap_single>ul li,
#person ul li,
.company__wrap>div ul li,
.list li {
	margin-bottom: 15px;
	display: flex;
	/* align-items: baseline; */
}

.tabs-wrap {
	margin-bottom: 50px;
}

.tabs-wrap button,
.tabs-wrap>a {
	padding: 20px 25px;
	font-size: 18px;
	font-weight: 700;
	color: #9ca0a7;
}

.tabs-wrap button.active {
	color: #3a3f4a;
	box-shadow: inset 0 -3px 0 #e31b0e;
}

.capabilities__wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-auto-rows: 355px;
	/* grid-template-rows: 355px 355px; */
	grid-gap: 30px;
}

.capabilities__wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.capabilities__card {
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}

.capabilities__card::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-image: linear-gradient(-7deg,
			#3a3f4a 0%,
			rgba(58, 63, 74, 0) 100%);
	z-index: 5;
}

.capabilities__card:hover {
	opacity: 0.7;
}

.capabilities__title {
	position: absolute;
	left: 36px;
	bottom: 10px;
	padding-right: 20px;
	font-size: 22px;
	font-weight: 700;
	color: #fff;
	z-index: 10;
}

.capabilities__link {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 33px;
	height: 33px;
	line-height: 33px;
	background: #e31b0e;
	text-align: center;
	z-index: 10;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.capabilities__link i {
	color: #fff;
	font-size: 26px;
	line-height: 33px;
}

.modal {
	position: relative;
	width: 730px;
	padding: 35px 35px 88px 35px;
	border-radius: 5px;
	background: #fff;
	margin: 0 auto;
}

.mfp-auto-cursor .mfp-content {
	width: 730px;
}

.modal__img {
	width: 100%;
	max-width: 100%;
	height: auto;
	margin-bottom: 30px;
}

.modal__text {
	line-height: 24px;
}

.modal__notice {
	color: #3a3f4a;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	padding: 30px 35px;
	box-shadow: inset 3px 0 0 #9fc6f4;
	border-radius: 5px;
	background: #f6f6f7;
	margin: 35px 0;
}

.modal .title-h4 {
	margin-bottom: 30px;
}

.mfp-arrow {
	top: auto;
	bottom: 35px;
	opacity: 1;
	width: 50px;
	height: 50px;
	margin: 0;
}

.mfp-arrow-right {
	right: 35px;
}

.mfp-arrow-left {
	left: 35px;
}

.mfp-arrow::before {
	font-family: "Line Awesome Free";
	font-weight: 900;
	font-size: 32px;
	width: 100%;
	height: 35px;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
	pointer-events: none;
	border: none;
	position: relative;
	margin: 0;
	opacity: 1;
}

.mfp-arrow-left::before {
	content: "\f060";
	color: #9ca0a7;
}

.mfp-arrow-right::before {
	content: "\f061";
	color: #9ca0a7;
}

.mfp-arrow::after {
	display: none;
}

.link_download {
	display: flex;
	align-items: center;
}

.link_download i {
	color: #9fc6f4;
	font-size: 64px;
	margin-right: 14px;
	margin-left: -10px;
}

.link_download p {
	color: #676c77;
	font-size: 13px;
	text-align: center;
}

.card_download {
	border-radius: 5px;
	padding: 20px 20px 15px 20px;
}

.card_download .wrap {
	justify-content: space-between;
	align-items: center;
}

.card_download h5 {
	text-align: left;
}

.card_download>i {
	display: none;
}

ol {
	counter-reset: myCounter;
}

ol li:before {
	counter-increment: myCounter;
	content: counters(myCounter, ".") ". ";
	color: #e51838;
	display: inline-block;
	text-align: center;
	margin-right: 15px;
	/* width: 10px; */
}

ol li {
	margin-bottom: 15px;
	display: flex;
	align-items: baseline;
}

.capabilities__gallery {
	margin: 0 auto;
	min-width: 100%;
}

.tab-content .capabilities__gallery a {
	width: 33%;
	padding: 5px;
	cursor: pointer;
	display: block;
}

.tab-content .capabilities__gallery a img {
	margin: 0;
}

/* Contacts Pages */

.form__input {
	position: relative;
	/* height: 50px; */
	border-radius: 5px;
	border: 1px solid #d1d3d6;
	overflow: hidden;
}

.form__input input {
	width: 100%;
	height: 100%;
	padding-left: 20px;
	font-family: inherit;
	font-size: 15px;
	color: inherit;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

textarea {
	width: 100%;
	height: 100%;
	font-family: inherit;
	padding: 15px 20px;
	font-size: 15px;
	color: inherit;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.bx_my_order_cancel textarea {
	border-radius: 5px;
	border: 1px solid #d1d3d6;
}

.form__input>i {
	position: absolute;
	color: #d1d3d6;
	font-size: 24px;
	top: 8px;
	right: 15px;
}

.form__input input::placeholder,
.form__input textarea::placeholder {
	color: #d1d3d6 !important;
}

#tenderSearch .form__input input[name="date"]::placeholder {
	color: inherit !important;
}

/* .form__input:focus,
.form__input:focus {
  box-shadow: 0 0 6px rgba(38, 128, 255, 0.4);
} */
.form__block_1 {
	display: grid;
	grid-template-columns: 2fr 1fr;
	grid-template-rows: 50px 50px 50px;
	grid-gap: 20px;
}

.form__textarea {
	grid-row-start: 1;
	grid-row-end: -1;
	margin-bottom: 20px;
}

.form__block_2 {
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}

.form__btn {
	height: 50px;
	padding: 0 30px;
	line-height: 50px;
	font-size: 15px;
}

.form__conf {
	font-size: 15px;
	display: flex;
}

.form__conf a {
	color: #134093;
	text-decoration: none;
}

.form__conf i {
	color: #e31b0e;
	font-size: 24px;
	margin-right: 12px;
	vertical-align: middle;
}

.map {
	margin-top: 30px;
	height: 490px;
	overflow: hidden;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.contacts__block {
	width: 50%;
}

.contacts__item i {
	color: #e31b0e;
	font-size: 24px;
	margin-right: 12px;
}

.contacts__item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 10px;
	line-height: 24px;
}

.contacts__item a,
a.contacts__item {
	color: #134093;
	font-size: 15px;
}

.contacts__info {
	display: block;
	/* max-height: 135px;
  overflow: hidden; */
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

/* .manager .contacts__card .contacts__info {
  max-height: 180px;
}
.manager .contacts__card .contacts__info > div {
  padding: 20px;
  background: #fff;
}
.manager .contacts__card .contacts__position {
  min-height: auto;
  margin-bottom: 15px;
}
.manager .contacts__card .contacts__more {
  margin-top: 0;
} */
.contacts__wrap-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;
	align-items: start;
}

/* .contacts__wrap-grid .contacts__info > div:first-child {
  height: 135px;
  display: flex;
  flex-direction: column;
} */
.contacts__more {
	width: 100%;
	height: 21px;
	border-radius: 3px;
	background: #e2eefc;
	color: #134093;
	margin-top: 20px;
}

.contacts__wrap-grid .contacts__more {
	position: absolute;
	left: 0;
	bottom: 0;
}

.contacts__wrap-grid .contacts__card {
	position: relative;
	display: flex;
	padding: 20px;
	border-radius: 5px;
	background: #f6f6f7;
	height: 100%;
}

.contacts__wrap-grid .contacts__item {
	margin-bottom: 0;
	margin-top: 10px;
}

.contacts__wrap-grid .contacts__info>div:first-child>a:first-of-type {
	margin-top: auto;
}

/* .contacts__card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
} */
.contacts__wrap-grid .contacts__card img {
	display: block;
	width: 120px;
	height: 135px;
	object-fit: cover;
	border-radius: 5px;
	margin-right: 15px;
	margin-bottom: 0;
}

.manager .contacts__wrap-grid .contacts__card {
	background: #fff;
}

/* .contacts__wrap-grid .contacts__card {
  display: flex;
  flex-direction: row;
} */
.tab-content .contacts__card .contacts__name,
.contacts__name {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
	margin-top: 0;
	color: #3a3f4a;
}

.contacts__wrap-grid .contacts__card .contacts__more {
	position: absolute;
	left: 0;
	bottom: 0;
}

.contacts__position {
	min-height: 60px;
}

.contacts__wrap-grid .contacts__position {
	min-height: auto;
}

.manager__title-h2 {
	margin-bottom: 30px;
}

/* Tender Pagers */

.tender__card {
	font-size: 13px;
	color: #676c77;
	margin-bottom: 30px;
}

.sidebar {
	min-width: 255px;
	width: 255px;
	margin-left: 30px;
}

.sidebar.filter {
	position: relative;
	margin-left: 0;
	margin-right: 30px;
}

.btn_filter-toggle {
	display: none;
}

.tender .tabs,
.capabilities .tabs,
.company__wrap>div,
.news__wrap:not(.js-show-more-block) {
	width: calc(100% - 285px);
}

.tender__wrap {
	justify-content: space-between;
	align-items: end;
}

.tender__title {
	color: #3a3f4a;
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
}

.tender__purchase {
	margin-bottom: 20px;
}

.tab-content .tender__purchase,
.tender__docs .tender__purchase {
	font-size: 13px;
}

.tab-content .tender__purchase .tender__number,
.tender__docs .tender__purchase .tender__number {
	display: inline;
	color: #3a3f4a;
	font-size: 18px;
	font-weight: 700;
}

.tender__info {
	line-height: 22px;
}

.tab-content .tender__info p {
	margin-bottom: 0;
}

.tender__wrap b,
.tender__info b {
	color: #3a3f4a;
}

.sidebar__card {
	font-size: 13px;
	/* line-height: 19px; */
	margin-top: 20px;
	border-radius: 5px;
	border: 1px solid #ededef;
	background: #fff;
	padding: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.tender .sidebar__card:first-child {
	margin-top: 0;
}

.sidebar__card svg {
	width: 60px;
	height: 60px;
	fill: #9fc6f4;
	margin-bottom: 20px;
}

.sidebar__card>i {
	color: #9fc6f4;
	font-size: 64px;
	margin-bottom: 20px;
}

.sidebar__card_v2 .link_download {
	justify-content: center;
	margin-top: 15px;
}

.sidebar__card_v2 .link_download i {
	display: none;
}

.card_grey {
	text-align: center;
	background: #f6f6f7;
	margin-bottom: 30px;
}

.card_grey img {
	margin-bottom: 18px;
}

.tender__form {
	margin-top: 18px;
}

.tender__form .form__input {
	height: 43px;
}

.tender__form .form__input input {
	font-size: 13px;
}

.tender__form .search-block__btn {
	top: 8px;
	right: 18px;
}

.sidebar .tender__form .btn {
	width: 100%;
	margin-top: 12px;
}

.sidebar .tender__form .btn_reset {
	font-weight: 700;
}

.tender__btn,
.btn_transparent:hover {
	background: #134093;
}

.btn_transparent {
	background: transparent;
	font-weight: 400;
	color: #3a3f4a;
	border: 1px solid #d1d3d6;
}

.sidebar__menu li a {
	position: relative;
	/* padding: 6px 0 6px 20px; */
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.75px;
	line-height: normal;
	color: #134093;
}

.sidebar__menu li {
	/* position: relative; */
	padding: 6px 0 6px 20px;
}

.sidebar__menu>li>a:not(:only-child) {
	padding-bottom: 6px;
}

.sidebar__menu>li .sidebar__menu:last-child li {
	padding-bottom: 0;
}

.sidebar__menu li>a::before {
	content: "";
	position: absolute;
	left: -20px;
	top: 0;
	height: 100%;
	width: 3px;
	background: transparent;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.sidebar__menu li.active>a::before,
.sidebar__menu li>a:hover::before {
	background: #e31b0e;
}

.sidebar__menu li.active>a,
.sidebar__menu li>a:hover {
	color: #9ca0a7;
}

.sidebar__card .btn:not(.filter-submit-btn) {
	margin-top: 20px;
	width: 100%;
	display: block;
}

.sidebar__card .tender__number {
	margin-bottom: 5px;
}

.sidebar__card .tender__info {
	margin-top: 20px;
}

.tender__info b {
	display: block;
}

.tab-content p span {
	display: block;
}

.tab-content p a {
	text-decoration: none;
	color: #134093;
}

.tab-content p span:only-of-type {
	color: #9ca0a7;
}

.tab-content h4 {
	color: #3a3f4a;
	font-size: 22px;
	font-weight: 700;
	line-height: 44px;
	margin-bottom: 15px;
}

.tender__table {
	border-radius: 5px;
	border: 1px solid #ededef;
	display: block;
}

.tender__table tr td {
	border: 1px solid #ededef;
	padding: 20px;
	vertical-align: top;
}

.tender__table tr td:first-child {
	text-align: center;
	width: 10%;
}

.tender__table tr td:nth-child(2) {
	width: 40%;
	text-align: left;
}

.tender__table tr td:nth-child(3) {
	width: 50%;
}

.tender__search-block {
	width: 100%;
	padding: 20px;
	background: #f6f6f7;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.tender__search-block .form {
	display: flex;
	justify-content: space-between;
	margin-top: 0;
}

.tender__search-block .form__input {
	width: 50%;
}

.tender__search-block .form__input:first-child {
	margin-right: 15px;
}

.tender__search-block .search-block__btn i {
	color: #d1d3d6;
}

.tender__search-empty:hover {
	opacity: 1;
	box-shadow: none;
}

/* News Pages */

.news__card_row {
	width: 100%;
	padding: 0;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	margin-bottom: 30px;
}

.news__card_row img {
	width: 255px;
	height: 168px;
	object-fit: cover;
}

.card__body {
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: calc(100% - 255px);
}

.card__date {
	color: #676c77;
	font-size: 13px;
}

.card__date a {
	color: #134093;
	text-decoration: none;
}

.news .search-block__btn i {
	color: #676c77;
}

.sidebar__card .form__input:not(:first-child) {
	margin-top: 12px;
}

.news .card_grey:first-child {
	margin-top: 0;
}

.news__img {
	max-width: 100%;
	width: 100%;
	height: auto;
	margin-bottom: 45px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.mfp-figure:after {
	background: transparent;
	box-shadow: none;
}

.modal__notice em {
	font-family: "Times New Roman PS - Italic MT";
	font-size: 20px;
	line-height: 24px;
}

.single-news .news__wrap_single p {
	line-height: 24px;
	margin-bottom: 25px;
}

.single-news h2,
.single-news h4 {
	margin-bottom: 25px;
	text-align: left;
}

.single-news h2:not(:first-child) {
	margin-top: 50px;
}

.mews__img-wrap {
	display: grid;
	grid-gap: 30px;
	grid-template-columns: 1fr 1fr 1fr;
	grid-auto-rows: 168px;
}

.mews__img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.single-news .link-more {
	margin-left: auto;
	margin-right: 0;
}

.news__share {
	margin-top: 45px;
}

.news__share p {
	font-size: 13px;
	margin-bottom: 15px;
}

.single-news .modal__notice {
	margin: 50px 0 45px;
}

.single-news .title-h1 {
	margin-bottom: 30px;
}

.single-news .card__date {
	margin-bottom: 50px;
}

.news__slider .slide,
.see-also__slider .slide {
	height: auto;
}

.slick-track {
	display: flex !important;
	align-items: stretch;
}

.clients__slider .slick-track {
	align-items: center;
}

/* Catalog */

.catalog__content {
	width: 100%;
}

.filter .sidebar__card {
	margin-top: 0;
	padding: 20px 0;
	display: block;
}

.filter__title-h5 {
	display: none;
}

.filter .filter-active__wrap {
	display: none;
}

.filter-submit-btn {
	margin-top: 20px;
}

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

.catalog__wrap.list,
.catalog__content_v2 .catalog__wrap.list,
.catalog__wrap.line,
.catalog__content_v2 .catalog__wrap.line {
	grid-template-columns: 1fr;
	grid-gap: 0;
}

.catalog__wrap.list .catalog__card,
.catalog__wrap.line .catalog__card {
	flex-direction: row;
	align-items: center;
	padding: 27px 20px 27px 0;
}

.catalog__wrap.line .catalog__card {
	padding: 27px 20px;
}

.catalog__wrap.list .catalog__card div,
.catalog__wrap.line .catalog__card div {
	display: flex;
	flex-grow: 2;
	align-items: center;
}

.catalog__wrap.list .catalog__card>a:not(.btn_small) {
	/* height: 85px; */
	/* width: 10%; */
	margin-bottom: 0;
	max-height: none;
	min-height: auto;
	margin: 0 40px;
	flex-grow: initial;
}

.catalog__wrap.list .catalog__card img {
	width: auto;
	height: 85px;
	max-height: none;
	min-height: auto;
}

.catalog__wrap.line .catalog__card>a:not(.js-in-cart) {
	display: none;
}

.catalog__wrap.list .catalog__card p,
.catalog__wrap.line .catalog__card p {
	width: 100%;
	margin-top: 0;
}

.catalog__wrap.list .catalog__card .catalog__price-wrap,
.catalog__wrap.line .catalog__card .catalog__price-wrap {
	flex-direction: column;
	align-items: flex-start;
	margin: 0;
	flex-grow: 2;
	padding-left: 80px;
}

.catalog__wrap.list .catalog__card .catalog__price-wrap .wrap,
.catalog__wrap.line .catalog__card .catalog__price-wrap .wrap {
	display: block;
}

.catalog__wrap.list .catalog__card .catalog__price,
.catalog__wrap.line .catalog__card .catalog__price {
	white-space: nowrap;
	/* margin-right: 0; */
}

.catalog__wrap.line .catalog__card .catalog__price_crossed {
	display: none;
}

.sub-category__card .btn i {
	display: none;
}

.filter__item {
	margin-bottom: 12px;
}

.filter__block {
	padding: 20px;
}

.filter__block p {
	text-align: left;
	color: #3a3f4a;
	font-size: 15px;
	/* margin-bottom: 15px; */
}

.filter__block:not(:last-child) {
	/* margin-bottom: 15px; */
	padding-bottom: 15px;
	border-bottom: 1px solid #d1d3d6;
}

.filter__block .btn-toggle {
	display: flex;
	/* align-items: center; */
	justify-content: space-between;
	cursor: pointer;
}

.filter__block .btn-toggle i {
	height: 15px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.filter__block.open .btn-toggle i {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}

.filter__block .btn-toggle:hover {
	color: #e31b0e;
}

.filter__block .btn-toggle:hover i {}

.filter .title-h5 {
	font-weight: normal;
}

.account-sidebar .title-h5 {
	font-weight: 700;
}

.filter__bottom {
	display: none;
}

.custom-checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.custom-checkbox+label {
	display: flex;
	align-items: center;
	text-align: left;
	cursor: pointer;
}

.custom-checkbox+label::before {
	content: "";
	display: inline-block;
	width: 21px;
	height: 21px;
	flex-shrink: 0;
	flex-grow: 0;
	border: 1px solid #d1d3d6;
	border-radius: 3px;
	margin-right: 13px;
	background: #fff;
}

.custom-checkbox+label:hover::before {}

.custom-checkbox:checked+label {
	color: #3a3f4a;
}

.custom-checkbox:checked+label::before {
	border-color: #e31b0e;
	background-color: #e31b0e;
	content: "\f00c";
	font-family: "Line Awesome Free";
	font-weight: 900;
	color: #fff;
	text-align: center;
	line-height: 21px;
}

/* стили при наведении курсора на checkbox */
.custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
	border-color: rgba(58, 63, 74, 0.4);
}

/* стили для активного состояния чекбокса (при нажатии на него) */
.custom-checkbox:not(:disabled):active+label::before {
	/* background-color: #b3d7ff; */
	border-color: rgba(58, 63, 74, 0.4);
}

/* стили для чекбокса, находящегося в фокусе */
.custom-checkbox:focus+label::before {
	/* box-shadow: 0 0 0 0.2rem rgba(58, 63, 74, 0.25); */
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.custom-checkbox:focus:not(:checked)+label::before {
	border-color: rgba(58, 63, 74, 0.4);
}

/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox:disabled+label::before {
	background-color: #e9ecef;
}

.filter-active__wrap {
	align-items: baseline;
	margin-bottom: 15px;
}

.filter-active__wrap ul {
	flex-wrap: wrap;
}

.filter-active__wrap ul li {
	margin-bottom: 15px;
}

.filter-active__wrap ul li,
.order__filter .btn_reset {
	height: 33px;
	line-height: 33px;
	border-radius: 16px;
	border: 1px solid #d1d3d6;
	font-size: 13px;
	padding: 0 15px 0 20px;
	align-items: center;
	margin-right: 8px;
	display: flex;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.order__filter .btn_reset {
	margin-right: 0;
	margin-left: 10px;
	background: #fff;
}

.filter-active__wrap ul li:hover,
.order__filter .btn_reset:hover {
	color: #fff;
	background: #e31b0e;
	border-color: #e31b0e;
}

.filter-active__wrap ul li span,
.order__filter .btn_reset span {
	cursor: pointer;
	vertical-align: middle;
	margin-left: 13px;
}

.filter-active__wrap ul li i,
.order__filter .btn_reset i {
	color: #e31b0e;
	font-size: 13px;
}

.filter-active__wrap ul li:hover i,
.order__filter .btn_reset:hover i {
	color: #fff;
}

.filter-active__wrap ul li.btn_reset {
	padding: 0 20px;
	border: 1px solid #e31b0e;
	cursor: pointer;
	color: #e31b0e;
}

.filter-active__wrap ul li.btn_reset a {
	color: #e31b0e;
	text-decoration: none;
}

.filter-active__wrap ul li.btn_reset:hover a {
	color: #fff;
}

.filter-active__wrap p {
	font-size: 13px;
	margin-right: 12px;
	white-space: nowrap;
	padding-bottom: 15px;
}

.btn_toggle {
	text-align: center;
	width: 43px;
	height: 43px;
	line-height: 40px;
	border-radius: 5px;
	border: 1px solid #d1d3d6;
	background: #fff;
	color: #9ca0a7;
	font-size: 24px;
	margin-left: 12px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.btn_toggle.active,
.btn_toggle:hover,
a.btn_toggle:hover {
	background: #134093;
	color: #fff;
	border: 1px solid #134093;
}

.catalog__top {
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}

/* .btn_toggle:last-child {
  text-align: left;
  letter-spacing: -8px;
} */
.catalog__download {
	position: relative;
}

.catalog__download-links {
	display: none;
	position: absolute;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border: 1px solid #d1d3d6;
	background: #fff;
	z-index: 100;
	width: 100%;
}

.catalog__download-links a {
	font-size: 13px;
	/* color: #134093; */
	padding: 15px;
	color: #676c77;
	text-align: left;
}

.catalog__download-links a:hover {
	background: #e2eefc;
}

/* .catalog__download-links a:first-child {
  margin-bottom: 15px;
} */
.catalog__btn_download {
	width: 255px;
	height: 43px;
	font-size: 13px;
	border-radius: 5px;
	border: 1px solid #d1d3d6;
	background: #fff;
	padding: 0 18px 0 15px;
	color: #3a3f4a;
}

.catalog__btn_download span:nth-child(1) {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.catalog__download.open .catalog__btn_download {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom: none;
}

.catalog__btn_download i {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.catalog__btn_download span:nth-child(2) {
	display: none;
}

.catalog__price-wrap {
	margin: 20px 0;
	align-items: center;
}

.catalog__price {
	color: #e31b0e;
	font-size: 27px;
	font-weight: 700;
	margin-right: 15px;
}

.catalog__card .catalog__price,
.viewed__card .catalog__price {
	font-size: 18px;
	color: #3a3f4a;
}

.viewed__card .catalog__price {
	font-size: 15px;
	margin-right: 0;
}

.catalog__price_crossed {
	color: #9ca0a7;
	font-size: 18px;
	font-weight: 400;
	text-decoration: line-through;
}

.catalog__card .catalog__price_crossed {
	font-size: 13px;
}

.viewed__card {
	flex-direction: row;
	color: #3a3f4a;
	font-size: 15px;
	padding: 25px;
	display: flex !important;
}

.viewed__card img {
	width: 45%;
	max-width: 45%;
	height: 104px;
	object-fit: contain;
}

/* .viewed__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
} */
.card__info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-left: 20px;
}

.clients__slider img {
	max-height: 150px;
	height: auto;
	width: 172px;
	margin: 0 30px;
	/* margin-right: 70px; */
	pointer-events: none;
}

.clients__slider .slick-dots {
	margin-top: 75px;
}

.catalog__download.open i {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.header-inner {
	padding: 30px 0 75px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: rgba(58, 63, 74, 0.5);
	background-blend-mode: overlay;
}

.catalog__spoiler {
	position: relative;
	padding: 60px 0;
	background: #f6f6f7;
}

.catalog__spoiler.active::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 60%;
	width: 100%;
	background-image: -moz-linear-gradient(90deg,
			rgb(246, 246, 247) 60%,
			rgba(246, 246, 247, 0) 100%);
	background-image: -webkit-linear-gradient(90deg,
			rgb(246, 246, 247) 60%,
			rgba(246, 246, 247, 0) 100%);
	background-image: -ms-linear-gradient(90deg,
			rgb(246, 246, 247) 60%,
			rgba(246, 246, 247, 0) 100%);
}

.catalog__spoiler.open::after {
	display: none;
}

.catalog__spoiler-wrap {
	max-height: 115px;
	overflow: hidden;
}

.catalog__spoiler-block_1 {
	min-width: 25%;
}

.header-inner .breadcrums {
	margin-bottom: 50px;
	margin-top: 0;
}

.header-inner .breadcrums__item,
.header-inner .breadcrums__item a {
	color: #fff;
}

.catalog__spoiler .contacts__more {
	width: 44px;
	height: 44px;
	position: absolute;
	bottom: -22px;
	left: 50%;
	margin-left: -22px;
	font-size: 18px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	z-index: 10;
}

.catalog__spoiler .contacts__more:hover {
	background: #174da9;
	color: #fff;
	box-shadow: 0px 5px 5px 0px rgba(19, 64, 147, 0.23);
}

.catalog__spoiler p {
	line-height: 24px;
	margin-bottom: 20px;
}

.catalog__spoiler ul li {
	margin-bottom: 15px;
}

.filter__block .block-toggle-more {
	padding-top: 15px;
	max-height: 185px;
	overflow: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.filter__block .product__more {
	display: block;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	margin-top: 10px;
}

.filter__block .product__more:hover,
.filter__block .product__more:hover i {
	color: #e31b0e;
}

/* Order */
.order__total {
	padding: 40px 35px;
	border: 1px solid #ededef;
	border-radius: 5px;
	justify-content: space-between;
	align-items: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	margin-bottom: 35px;
}

.order__total .catalog__price-wrap {
	margin: 0;
}

.order__title-wrap {
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 50px;
}

.content .order .title-h1 {
	/* margin-bottom: 0; */
}

.order__total-block_1 {
	flex-grow: 2;
	align-items: baseline;
}

.order__total-block_1 div:nth-of-type(2) {
	margin-right: auto;
	margin-left: auto;
	font-size: 15px;
	line-height: 27px;
}

.order__total-block_1 div:nth-of-type(2) a {
	font-size: 15px;
	font-weight: 700;
	line-height: 27px;
}

.order__total-block_1>p {
	font-size: 18px;
	font-weight: 700;
	color: #3a3f4a;
	margin-right: 15px;
}

.order__sale {
	font-size: 13px;
	color: #9ca0a7;
	line-height: 29px;
}

.order__sale span,
.filter__item label span {
	font-size: 13px;
	padding: 3px 8px;
	line-height: 21px;
	color: #3a3f4a;
	border-radius: 10px;
	background: rgba(227, 27, 14, 0.102);
}

.filter__item label span {
	margin-left: 35px;
	line-height: normal;
	font-weight: normal;
}

.order__btn {
	height: 50px;
	padding: 0 30px;
	font-size: 15px;
	line-height: 50px;
	margin-left: 15px;
}

.order__btn.btn_transparent {
	border-color: #e31b0e;
	color: #e31b0e;
}

.order__block .order__btn.btn_transparent {
	border-color: #174da9;
	color: #174da9;
}

.order__btn.btn_transparent:hover {
	color: #fff;
	border-color: #174da9;
	background: #174da9;
	box-shadow: 0px 5px 5px 0px rgba(19, 64, 147, 0.23);
}

.order__filter {
	padding: 20px;
	font-size: 13px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: #f6f6f7;
	align-items: center;
}

.order__filter .wrap {
	align-items: center;
	margin-left: auto;
	justify-content: flex-end;
}

.order__block-items .order__list p {
	margin-top: 0;
}

.order__list.list .order__item {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	padding-right: 35px;
}

.order__list.list .order__item:hover {
	opacity: 1;
	box-shadow: none;
}

.order__list.list .order__item div:not(.quantity) {
	display: block;
	flex-grow: initial;
}

.order__list.list .order__item .order__sale,
.order__list.list .order__item .order__sku {
	font-size: 13px;
}

.order__price {
	margin-left: auto;
	margin-right: auto;
}

.order__list .order__price {
	margin-left: 50px;
}

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

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

.catalog__wrap.list .catalog__card .quantity {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border: 1px solid rgb(209, 211, 214);
	height: 30px;
	line-height: 30px;
	min-width: 110px;
	text-align: center;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-grow: initial;
	margin-left: 0;
	margin-right: 0;
}

.quantity__arrow {
	height: 30px;
	width: 30px;
}

.quantity__arrow:hover {
	color: #3a3f4a;
}

.quantity__num {
	height: 100%;
	width: 40px;
	border-left: 1px solid rgb(209, 211, 214);
	border-right: 1px solid rgb(209, 211, 214);
	background: #f6f6f7;
	text-align: center;
}

.order__info {
	margin-left: 0;
	margin-right: 0;
	max-width: 260px;
}

.order__delete i {
	color: #e31b0e;
}

.order__delete:hover i {
	color: #3a3f4a;
}

.order__delete span {
	display: none;
}

/* overlay at start */

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
}

/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}

/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

/* content at start */

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;

	-webkit-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
}

/* content animate it */

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

/* content animate out */

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

.modal {
	padding: 80px 35px;
	border-radius: 5px;
	background-color: rgb(246, 246, 247);
	width: 730px;
	color: #3a3f4a;
}

.form__row:not(:last-child) {
	margin-bottom: 20px;
}

.form__row .form__input {
	height: 50px;
}

.form__row .form__textarea {
	height: 120px;
	min-height: 120px;
}

.form__row .form__textarea textarea {
	height: 100%;
}

.form__row.wrap .form__input {
	width: 100%;
}

.form__row.wrap .form__input:not(:last-of-type) {
	margin-right: 20px;
}

.modal .mfp-close {
	top: 30px;
	right: 35px;
	cursor: pointer;
}

.modal .mfp-close i {
	color: #9ca0a7;
	pointer-events: none;
}

.order__filter .form__input {
	height: 40px;
	width: 315px;
}

.form__input:focus-within {
	box-shadow: 0 0 6px rgba(38, 128, 255, 0.4);
}

.order__filter-reset {
	position: absolute;
	top: 7px;
	right: 15px;
}

.order__filter-reset i {
	font-size: 24px;
	color: #d1d3d6;
}

/* Order-2 */
.order__block {
	width: 50%;
}

.order__block_1,
.order__block_grey {
	padding: 40px 35px 50px;
	border-radius: 5px;
	background: rgb(246, 246, 247);
}

.order .order__title-h5 {
	margin-bottom: 40px;
}

.order__title-h5 i {
	font-size: 32px;
	color: #9fc6f4;
	margin-right: 20px;
	vertical-align: middle;
}

.form__row.wrap {
	justify-content: space-between;
	/* align-items: center; */
}

.order__link {
	color: #134093;
	font-size: 15px;
}

.order__block_2 {
	padding-left: 125px;
}

.order__wrap {
	flex-wrap: wrap;
	align-items: center;
}

.system-message--error {
	width: 100%;
}

.alert,
.system-message__title {
	text-align: left;
	font-size: 15px;
	padding: 15px;
	margin-bottom: 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.alert:not(:first-child) {
	margin-top: 20px;
}

.system-message__title,
.alert_red {
	color: rgb(227, 27, 14);
	background: rgb(253, 218, 215);
}

.alert_green {
	color: #26c281;
	background: #c9f0df;
}

.system-message__title {
	margin-bottom: 20px;
}

.order__block_2 .order__btn {
	display: inline-block;
	margin-left: 0;
	margin-top: 30px;
	text-align: center;
}

#login-form .form__row .form__input:first-child {
	margin-bottom: 20px;
}

.order__total-title {
	margin-right: 95px;
}

.order__total-amount {
	flex-grow: 2;
}

.order__total-amount p {
	margin-right: 30px;
	font-size: 13px;
}

.order__total-amount p span {
	margin-left: 5px;
	font-weight: 700;
	color: #3a3f4a;
}

.order__total>.btn_print {
	font-size: 15px;
}

/* Order-3 */
/* Custom-radiobutton */
/* для элемента input c type="radio" */
.custom-radio {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

/* для элемента label связанного с .custom-radio */
.custom-radio+label {
	display: flex;
	align-items: center;
	user-select: none;
}

/* создание в label псевдоэлемента  before со следующими стилями */
.custom-radio+label::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	flex-grow: 0;
	border: 1px solid rgba(209, 211, 214, 0.4);
	border-radius: 50%;
	margin-right: 13px;
	background: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

/* стили при наведении курсора на радио */
.custom-radio:not(:disabled):not(:checked)+label:hover::before {
	border-color: rgba(58, 63, 74, 0.4);
}

/* стили для активной радиокнопки (при нажатии на неё) */
/* .custom-radio:not(:disabled):active + label::before {
  background-color: #b3d7ff;
  border-color: #b3d7ff;
} */
/* стили для радиокнопки, находящейся в фокусе */
/* .custom-radio:focus + label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
} */
/* стили для радиокнопки, находящейся в фокусе и не находящейся в состоянии checked */
/* .custom-radio:focus:not(:checked) + label::before {
  border-color: #80bdff;
} */
/* стили для радиокнопки, находящейся в состоянии checked */
.filter__item .custom-radio+label {
	align-items: flex-start;
}

.custom-radio:checked+label::before {
	content: "\f00c";
	font-family: "Line Awesome Free";
	font-weight: 900;
	border-color: #e31b0e;
	background: #e31b0e;
	font-size: 12px;
	color: #fff;
	line-height: 20px;
	text-align: center;
}

.filter__item .custom-radio:checked+label {
	position: relative;
}

.filter__item .custom-radio:checked+label::before {
	content: "";
	background: #fff;
}

.filter__item .custom-radio:checked+label::after {
	content: "";
	position: absolute;
	left: 5px;
	top: 5px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	background: #e31b0e;
}

.registration__wrap .filter__item .custom-radio+label {
	align-items: stretch;
}

/* стили для радиокнопки, находящейся в состоянии disabled */
/* .custom-radio:disabled + label::before {
  background-color: #e9ecef;
} */
.order__city-btn {
	color: #134093;
	font-size: 13px;
	height: 30px;
	padding: 0 17px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	background: #fff;
	border: 1px solid #134093;
	margin-right: 8px;
}

.order__city-btn:hover,
.order__city-btn.active {
	background: #134093;
	color: #fff;
}

.order__city-select {
	margin-top: 13px;
	margin-bottom: 20px;
}

.order__block_grey {
	/* padding-left: 80px; */
	font-size: 15px;
}

.order .order__block_grey {
	margin-bottom: 30px;
	/* padding-left: 0; */
}

.order__block_grey .order__title-h5 {
	/* padding-left: 32px;
  margin-left: -80px; */
	margin-bottom: 30px;
}

.form-checkout {
	width: 75%;
	/* display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px; */
	margin-right: 30px;
}

.order__block_4 {
	width: 25%;
}

/* .order__block_customer,
.order__block-items,
.form-checkout .form__row.wrap {
  grid-column: 1/3;
} */
.order__block_grey .filter__item {
	font-weight: 700;
	color: #3a3f4a;
}

.order__block_customer .filter__item:not(:last-child) {
	margin-right: 15px;
}

.order__text {
	margin-top: 10px;
	padding-left: 35px;
}

.order__block-text {
	margin-bottom: 15px;
}

.order__text:not(:last-child) {
	margin-bottom: 20px;
}

.order__block-items .order__title-h5 {
	margin: 0;
}

.order__block-items .order__filter {
	padding: 20px 35px;
	justify-content: space-between;
}

#form-checkout .order__block-items .order__quantity {
	border: none;
	text-align: center;
	justify-content: center;
	flex-grow: 2;
}

#form-checkout .order__price_2 {
	flex-grow: 1;
}

.form-checkout .form__conf {
	width: 60%;
}

.order__card {
	width: 100%;
}

.order__card a {
	font-size: 13px;
}

.order__card a:hover {
	color: #e31b0e;
}

.order__card .wrap {
	justify-content: space-between;
	align-items: center;
	margin-right: 0;
}

.order__card {
	border: 1px solid #ededef;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.order__card-top {
	padding: 20px;
	border-bottom: 1px solid #ededef;
}

.order__card-bottom {
	padding: 20px;
	border-top: 1px solid #ededef;
}

.order__card-body {
	padding: 20px;
}

.order__card-body p:first-child {
	margin-bottom: 10px;
}

.order__card-bottom span {
	font-size: 18px;
	color: #e31b0e;
	font-weight: 700;
}

.order__checkout {
	margin-top: 45px;
}

.bx-sls .quick-locations {
	margin-top: 13px;
	margin-bottom: 0;
}

.bx-sls .quick-location-tag {
	color: #134093;
	font-size: 13px;
	height: 30px;
	padding: 0 17px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	background: #fff;
	border: 1px solid #134093;
	margin-right: 8px;
	margin-left: 0;
}

.bx-sls .quick-location-tag:hover {
	background: #134093;
	color: #fff;
}

.order__city-select {
	margin-top: 13px;
	margin-bottom: 20px;
}

.form-checkout .form__input-search i {
	color: #e31b0e;
	right: auto;
	left: 15px;
	top: 10px;
}

.form-checkout .form__input-search input {
	padding-left: 50px;
}

.order__block_customer_2 {
	/* display: none; */
}

input[type="file"] {
	height: 0;
	outline: 0;
	opacity: 0;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.form__input-file {
	align-items: center;
}

.form__input-file i,
.btn_file i {
	font-size: 32px;
	color: #9fc6f4;
	margin-right: 15px;
	vertical-align: middle;
}

.btn_file i {
	vertical-align: text-top;
	margin-right: 5px;
	font-size: 42px;
}

.form__input-file label,
.btn_file {
	font-size: 15px;
	font-weight: 700;
	color: #134093;
	cursor: pointer;
}

.btn_close {
	margin-left: 15px;
}

.files-wrap-js {
	padding-left: 45px;
	font-size: 13px;
}

.modal__text {
	text-align: center;
}

.modal__thanks .title-h2::after {
	margin-bottom: 30px;
}

.form__conf a:hover {
	color: #e31b0e;
}

/* Partnership */
.suggestion {
	padding: 70px 0 50px;
	line-height: 24px;
}

.partnership {
	padding: 0;
	line-height: 24px;
}

.suggestion__text {
	text-align: center;
}

.partnership__block {
	padding: 80px 0;
}

.partnership__block .wrap div {
	width: 50%;
}

.partnership__block .wrap div:first-child {
	padding-right: 40px;
}

.partnership__block .wrap div:nth-child(2) {
	padding-left: 40px;
}

.partnership__block .wrap {
	justify-content: space-between;
}

.partnership__block img {
	width: 100%;
	height: 380px;
	object-fit: cover;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.partnership__block-text {
	padding-top: 30px;
}

.partnership__block-text h4 {
	margin-bottom: 25px;
}

.partnership-advantages__wrap {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 30px;
}

.partnership-advantages__item {
	text-align: center;
}

.partnership-advantages__item svg {
	fill: #9fc6f4;
	width: 60px;
	height: 60px;
	margin: 0 auto 15px;
}

.partnership-advantages__item p:nth-of-type(2) {
	font-size: 15px;
	line-height: 22px;
}

/* Company */
.about-us {
	overflow: hidden;
}

.company h2 {
	text-align: left;
	margin-bottom: 20px;
}

.company h4 {
	margin-bottom: 20px;
}

.company p {
	line-height: 24px;
	margin-bottom: 15px;
}

#carousel {
	width: 100%;
	margin: 0 auto;
	height: 510px;
	position: relative;
}

#carousel img {
	visibility: hidden;
	width: 350px;
	height: auto;
}

.mfp-figure:after {
	background: transparent;
	box-shadow: none;
}

.history__title-h2 {
	text-align: left;
}

.history {
	padding: 110px 0 120px;
	background: url(../img/our-history-bg.jpg) no-repeat center/cover;
}

.history__sub-title {
	color: #fff;
	font-size: 22px;
	width: 475px;
	margin: 0 0 40px;
}

.history__title-h2::after {
	margin-left: 0;
	margin-bottom: 25px;
}

.chart__img {
	width: 100%;
	height: auto;
}

.chart__text {
	text-align: center;
	line-height: 24px;
	margin-bottom: 50px;
}

.chart__btn {
	display: block;
	height: 50px;
	line-height: 50px;
	margin: 60px auto 0;
}

.history__slider {
	margin-top: 40px;
	position: relative;
}

.history__slider::before {
	content: "";
	position: absolute;
	width: calc(100% + 35px);
	top: 10px;
	left: 0;
	height: 1px;
	background: #ededef;
}

.history__slide {
	position: relative;
	width: 30%;
	line-height: 24px;
	padding-right: 30px;
	padding-top: 50px;
}

.history__slide::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border: 2px solid #9fc6f4;
	background: #fff;
}

.history__date {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
}

#history {
	background: #fff;
}

#history,
.mfp-history .mfp-content {
	width: 1110px;
}

#history h2 {
	text-align: left;
}

.history__slider .slider-arrow {
	width: 60px;
	height: 60px;
	min-width: 60px;
	top: auto;
	bottom: -26px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.history__slider .slider-arrow:hover {
	background: #e2eefc;
}

.history__slider .slider-arrow:hover i {
	color: #9fc6f4;
}

.history__slider .slider-arrow_prev {
	left: auto;
	right: 60px;
}

.history__slider .slider-arrow_next {
	right: 0;
}

.history__slider .slider-arrow_next i {
	color: #e31b0e;
}

.history__slider .slick-dots {
	width: 85%;
	margin-top: 40px;
}

.history__slider .slick-dots li {
	flex-grow: 2;
	height: 4px;
}

.history__slider .slick-dots li button {
	width: 100%;
	height: 4px;
	margin-right: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.history__slider .slick-dots li.slick-active button {
	background: #9fc6f4;
}

.history-img {
	display: none;
}

.company-nav {
	display: none;
}

.nav__feedback {
	position: relative;
}

.nav__feedback.open {
	background: #134093;
}

.nav__feedback.open a {
	color: #fff;
}

.nav__feedback {
	padding: 0 12px;
	margin-right: 12px;
}

.nav__feedback-wrap {
	position: absolute;
	left: 0;
	width: 100%;
	display: none;
	background: #134093;
	z-index: 10;
}

.nav__feedback .btn-toggle {
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	height: 50px;
	display: flex;
	align-items: center;
}

.nav__feedback .btn-toggle:hover {
	color: #9ca0a7;
}

.nav__feedback-wrap a {
	font-weight: normal;
	margin: 0;
	padding: 12px;
}

.nav__feedback-wrap a:hover {
	background: #164aa3;
}

.nav__block_left>a:first-of-type {
	margin-right: 12px;
}

.company__card-wrap {
	width: 100% !important;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 30px;
}

.company__card-wrap .contacts__card {
	background: #f6f6f7;
}

.company__card-wrap .contacts__card img {
	height: 250px;
	width: 100%;
	max-width: 100%;
	object-fit: cover;
	object-position: top;
}

.company__card-wrap .contacts__card .contacts__info {
	/* max-height: none;
  overflow: auto; */
	padding: 20px;
}

.company__card-wrap .contacts__card .contacts__position {
	min-height: auto;
}

/* Catalog_v2 */
.catalog__content_v2 .catalog__wrap {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.catalog__content_v2 .catalog__wrap.list .catalog__card p,
.catalog__content_v2 .catalog__wrap.line .catalog__card p {
	width: 50%;
	margin-top: 0;
}

.filter .custom-radio:checked+label {
	position: relative;
}

.filter .custom-radio:checked+label::before {
	content: "";
	background: #fff;
}

.filter .custom-radio:checked+label::after {
	content: "";
	position: absolute;
	left: 5px;
	top: 5px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	background: #e31b0e;
}

.tender__docs {
	width: 100%;
	padding-top: 20px;
}

.tabs-inner .resp-vtabs .resp-tabs-container {
	width: 100%;
	border: none;
	padding: 0;
}

.tabs-inner .resp-vtabs .resp-tab-content {
	padding: 35px;
	border-radius: 0 0 5px 5px;
	border: 1px solid #ededef;
}

.tabs-inner .resp-accordion {
	padding: 20px 25px 20px 35px;
	border-radius: 5px;
	color: #134093;
	background: #e2eefc;
	font-size: 18px;
	font-weight: 700;
	text-align: left;
	margin: 8px 0;
	display: flex !important;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
}

.tabs-inner .resp-accordion i {
	font-size: 24px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	margin-left: 20px;
}

.tabs-inner h2.resp-tab-active {
	box-shadow: inset 0 3px 0 #9fc6f4;
	background: #fff;
	color: #3a3f4a;
	border-left: 1px solid #ededef;
	border-right: 1px solid #ededef;
	margin-bottom: 0;
	border-radius: 5px 5px 0 0;
}

.tabs-inner h2.resp-tab-active i {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.capabilities .sidebar__menu {
	padding-top: 110px;
}

.resp-easy-accordion .resp-tab-content {
	border-color: #ededef;
	padding: 20px 25px 20px 35px;
}

.resp-tab-content h3 {
	margin-bottom: 20px;
}

.resp-tab-content h3:not(:first-child) {
	margin-top: 20px;
}

/* Preloader */
#page-preloader,
#ajax-preloader-wrap {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 1);
	z-index: 100500;
}

#ajax-preloader-wrap {
	background: rgba(255, 255, 255, 0.5);
}

[id*="spinner-"] {
	width: 6em;
	height: 6em;
	margin: 20px auto;
}

/*
 * Spinner three
 */

#spinner-three {
	width: 6em;
	height: 6em;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -3em 0 0 -3em;
}

#spinner-three #inner,
#spinner-three #outer {
	display: inline-block;
	position: absolute;
	border: 5px solid transparent;
}

#spinner-three #inner {
	width: 3em;
	height: 3em;
	border-radius: 3em;
	margin: 1.5em 0 0 1.5em;
	border-color: #60afef #60afef transparent transparent;
	-webkit-animation: spinnertwo 1000ms linear infinite;
	-moz-animation: spinnertwo 1000ms linear infinite;
	-ms-animation: spinnertwo 1000ms linear infinite;
	-o-animation: spinnertwo 1000ms linear infinite;
	animation: spinnertwo 1000ms linear infinite;
}

#spinner-three #outer {
	width: 6em;
	height: 6em;
	border-radius: 6em;
	border-color: transparent transparent #60afef #60afef;
	-webkit-animation: spinnerone 1000ms linear infinite;
	-moz-animation: spinnerone 1000ms linear infinite;
	-ms-animation: spinnerone 1000ms linear infinite;
	-o-animation: spinnerone 1000ms linear infinite;
	animation: spinnerone 1000ms linear infinite;
}

/*
 * Animations
 */

/*
 * Spinnerone animation
 */

@-webkit-keyframes spinnerone {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

@keyframes spinnerone {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

/*
 * Spinnertwo animation
 */

@-webkit-keyframes spinnertwo {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spinnertwo {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* Order-empty */
.order-empty {
	height: 100%;
}

.order-empty .order__total {
	padding: 20px;
}

.order-empty .order__total p {
	font-weight: 700;
}

.page-empty .title-h1 {
	text-align: center;
	max-width: 790px;
	margin: 0 auto;
}

.page-empty .btn {
	width: fit-content;
	margin: 50px auto 0;
}

.page-empty img {
	max-width: 350px;
	display: block;
	margin: 0 auto 30px;
}

.order-empty .order__total-title {
	margin-bottom: 15px;
}

.order-empty .btn_blue {
	margin-right: 10px;
}

/* Vacancy */
.vacancy .sidebar__card:first-child {
	margin-top: 0;
	margin-bottom: 20px;
}

.vacancy__position {
	font-size: 15px;
	color: #9ca0a7;
	margin-bottom: 15px;
}

.vacancy__title-h4 {
	display: none;
}

.vacancy__menu-wrap {
	display: block;
}

.form__vacancy-name {
	font-weight: 700;
	margin-bottom: 30px;
}

#CV .modal__title::after {
	margin-bottom: 30px;
}

.vacancy__info .vacancy__item {
	color: #3a3f4a;
	font-size: 18px;
	font-weight: 700;
	display: flex;
	margin-bottom: 30px;
}

.vacancy__item i {
	font-size: 32px;
	color: #9fc6f4;
	margin-right: 12px;
}

.vacancy__card_2 {
	text-align: center;
}

.vacancy .wrap>div:first-child {
	width: calc(100% - 255px);
}

#CV .form__input-file,
#tender .form__input-file,
#product .form__input-file {
	width: 100%;
	justify-content: space-between;
}

#CV label.btn,
#tender label.btn,
#product label.btn {
	background: #e2eefc;
}

#CV .files-wrap-js,
#tender .files-wrap-js,
#product .files-wrap-js {
	color: #d1d3d6;
	font-size: 15px;
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-grow: 2;
}

#CV .form__input-file,
#tender .form__input-file,
#product .form__input-file {
	padding-left: 20px;
	padding-right: 2px;
	background: #fff;
}

#CV .files-wrap-js .btn_close i,
#tender .files-wrap-js .btn_close i,
#product .files-wrap-js .btn_close i {
	color: #d1d3d6;
	font-size: 24px;
}

.files-wrap-error-js {
	font-size: 13px;
	color: #e31b0e;
	margin-top: 10px;
}

.form__input-file.error {
	border-color: #e31b0e;
}

.form__input-file .btn i {
	display: none;
}

.form__input input::placeholder {
	color: #9ca0a7;
}

.bx-sls .dropdown-fade2white {
	display: none;
}

.bx-sls .dropdown-block {
	position: relative;
	height: 50px;
	border-radius: 5px;
	border: 1px solid #d1d3d6;
	padding-left: 50px;
	padding-right: 50px;
}

.bx-sls .dropdown-icon {
	background: none;
	right: auto;
	left: 15px;
	top: 10px;
	height: 24px;
	width: 24px;
}

.bx-sls .dropdown-icon::before {
	content: "\f002";
	display: block;
	font-size: 24px;
	font-family: "Line Awesome Free";
	font-weight: 900;
	color: #e31b0e;
}

.bx-sls .bx-ui-sls-container {
	min-height: 50px;
}

.bx-sls .bx-ui-sls-fake,
.bx-sls .bx-ui-sls-route {
	height: 50px;
}

.bx-sls .bx-ui-sls-clear {
	background: none;
	right: 15px;
	left: auto;
	top: 10px;
	height: 24px;
	width: 24px;
	margin-top: 0;
}

.bx-sls .bx-ui-sls-clear::before {
	content: "\f00d";
	display: block;
	font-size: 24px;
	font-family: "Line Awesome Free";
	font-weight: 900;
	color: #d1d3d6;
}

/* LK */
.account .category__card {
	background: #f6f6f7;
}

.account .category__card:hover {
	background: #fff;
}

.account .category__card>i {
	font-size: 64px;
	color: #9fc6f4;
	margin-bottom: 15px;
}

.account .category__wrap {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

.account-menu {
	width: 255px;
	margin-right: 0;
	margin-left: auto;
	padding: 30px 0;
}

.account-wrap {
	flex-grow: 2;
}

.account-wrap .content {
	/* width: 100%; */
	padding-right: 50px;
}

.account-wrap .content .container {
	width: 815px;
	/* padding-right: 50px; */
	margin-left: 30px;
	/* margin-right: auto; */
}

.account-sidebar.filter {
	/* width: 27%; */
	padding-left: 50px;
	background: #134093;
	margin-right: 0;
	flex-grow: 2;
}

.account-menu__list a {
	color: #fff;
	text-decoration: none;
	line-height: normal;
	display: flex;
	padding-right: 20px;
	align-items: center;
	height: 100%;
}

.account-menu__list a i {
	color: #9fc6f4;
	font-size: 32px;
	vertical-align: middle;
	margin-right: 17px;
}

.account-menu__list a:hover,
.account-menu__list li.active a {
	opacity: 0.4;
	color: #fff;
}

.account-menu__list li {
	position: relative;
	height: 60px;
}

.account-menu__list li.active::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px;
	border-color: transparent #fff transparent transparent;
}

.account-menu__list {
	margin-top: 25px;
}

.account-menu__list li:last-child {
	margin-top: 40px;
}

.account .catalog__btn_download {
	width: 100%;
	text-align: left;
	justify-content: space-between;
	display: flex;
	align-items: center;
}

.account .catalog__download {
	width: 49%;
}

.account .tender__number {
	font-size: 18px;
	font-weight: 700;
	color: #3a3f4a;
}

.account .tender__card:hover {
	box-shadow: none;
	opacity: 1;
}

.tender__card .account__btn {
	width: 43px;
	height: 43px;
	line-height: 43px;
	padding: 0;
	background: #fff;
	border: 1px solid #ededef;
	margin-left: 12px;
}

.tender__card .btn i {
	color: #9ca0a7;
	font-size: 24px;
	line-height: 43px;
}

.tender__card .account__btn:hover {
	background: #e2eefc;
	border-color: #e2eefc;
	box-shadow: none;
}

.tender__card .account__btn:first-child:hover i {
	color: #9fc6f4;
}

.tender__card .account__btn:nth-child(2):hover {
	background: #fce8e6;
	border-color: #fce8e6;
	box-shadow: none;
}

.tender__card .account__btn:nth-child(2):hover i {
	color: #e31b0e;
}

.text_green {
	color: #8bc34a;
	font-weight: 700;
}

.modal_small {
	padding: 60px 25px;
	width: 635px;
	text-align: center;
}

.modal__btn-wrap {
	justify-content: center;
	margin-top: 30px;
}

.modal__btn-wrap .btn_transparent {
	font-weight: 700;
	margin-left: 12px;
}

.modal_small .mfp-close {
	top: 20px;
	right: 25px;
}

.account-menu_mobile {
	display: none;
}

.account .order__block_grey {
	margin: 45px 0 30px;
}

.order__title-wrap .title-h1 {
	margin-bottom: 0;
}

.account .order__title-wrap {
	margin-bottom: 30px;
}

.account .order__list .catalog__card .quantity {
	border: none;
	text-align: center;
	justify-content: center;
	flex-grow: 2;
}

.account .order__block_4 {
	width: 100%;
}

.account .order__total-amount p {
	font-size: 15px;
}

.account .order__card-bottom {
	border: none;
	padding-top: 0;
}

.account .form__btn {
	margin: 30px 0 0 auto;
	display: block;
	max-width: max-content;
}

.account .catalog__top {
	display: none;
}

a.tender__purchase,
a.tender__purchase .tender__number {
	color: #134093;
}

a.tender__purchase:hover,
a.tender__purchase:hover .tender__number {
	color: #e31b0e;
}

.card_pink {
	background: #fce8e6;
	width: 100%;
	font-size: 13px;
	border: none;
}

.card_pink p {
	line-height: 19px;
}

.card_pink p:not(:last-child) {
	margin-bottom: 10px;
}

.card_pink b {
	display: block;
}

.card_pink:hover {
	opacity: 1;
	box-shadow: none;
}

.card_pink .title-h5 {
	margin-bottom: 10px;
}

.account__block-right {
	width: 255px;
	margin-left: 30px;
}

.account__block-left .card_grey {
	text-align: left;
}

.account__block-left {
	width: calc(100% - 255px);
}

.account .card_grey {
	padding: 40px 35px;
}

.form__select select,
select.form-control {
	width: 100%;
	height: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: inherit;
	border: none;
	padding-left: 20px;
	padding-right: 50px;
	font-size: 15px;
	color: #676c77;
	white-space: break-spaces;
}

.form__select select:focus,
select.form-control:focus {
	border: none;
	outline: none !important;
	background-color: #fff;
}

.form__select i {
	pointer-events: none;
}

.account .form__input i {
	top: 10px;
}

.account__block-left .order__title-h5 {
	margin-bottom: 30px;
}

.account__block-left .form__title {
	display: block;
	font-size: 13px;
	margin-bottom: 10px;
}

.form__title_bold {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 15px;
	color: #3a3f4a;
}

.account__block-left .btn {
	display: block;
	margin-left: auto;
	margin-right: 0;
}

.tender__info .title-h5 {
	margin-bottom: 10px;
}

#addressChange {
	text-align: left;
}

.modal__text_small {
	font-size: 13px;
	line-height: 23px;
}

.modal__address {
	font-size: 15px;
}

#addressChangeForm {
	margin-top: 30px;
}

#addressChangeForm .btn,
#addressAddForm .btn {
	margin-left: auto;
	margin-right: 0;
	display: block;
}

#addressAdd .title-h5 {
	text-align: left;
	margin-bottom: 20px;
}

.account .custom-radio+label,
#addressAdd .custom-radio+label,
#addressChange .custom-radio+label,
.account .custom-checkbox+label,
#addressAdd .custom-checkbox+label,
#addressChange .custom-checkbox+label {
	font-size: 15px;
}

/* Authorization */

.authorization .order__title-h5 {
	margin-bottom: 40px;
}

.authorization__text {
	font-size: 15px;
	margin-bottom: 30px;
}

.authorization .btn {
	margin-left: auto;
	margin-right: 0;
}

.authorization .card_pink {
	font-size: 15px;
	margin-bottom: 25px;
}

.password-view {
	display: none;
	width: 48px;
	height: 48px;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	line-height: 48px;
	background: #fff;
}

.password-view i {
	font-size: 24px;
	color: #d1d3d6;
}

.password-error {
	font-size: 13px;
	color: #e31b0e;
	margin-top: 5px;
}

.registration .order__block_1 {
	width: 70%;
	position: relative;
}

.modal__thanks .btn_blue {
	display: block;
	margin: 30px auto 0;
}

.table-responsive {
	width: 100%;
	overflow-y: auto;
	padding-bottom: 20px;
}

ul li>p {
	margin-bottom: 0 !important;
}

#person img {
	width: 100%;
	max-width: 100%;
	height: auto;
	margin-bottom: 30px;
	border-radius: 5ps;
	-webkit-border-radius: 5ps;
	-moz-border-radius: 5ps;
	-ms-border-radius: 5ps;
	-o-border-radius: 5ps;
}

#person p {
	line-height: 24px;
}

#person p:not(:last-child) {
	margin-bottom: 20px;
}

/* Politics */
.politics .container>div {
	width: 75%;
}

.politics p {
	line-height: 24px;
	margin-bottom: 20px;
}

.politics ol li {
	display: block;
	margin-bottom: 0;
	margin-top: 5px;
	line-height: 24px;
}

.politics .container div>ol>li::before {
	color: #3a3f4a;
	font-size: 22px;
	font-weight: 700;
}

.politics ol li h4 {
	display: inline;
}

.politics .container div>ol>li {
	margin-top: 35px;
}

.politics .container div>ol>li>ol {
	margin-top: 25px;
}

.subscription-form {
	background: #f6f6f7;
}

.subscription-form .sidebar__card {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: none;
	padding: 0;
}

.subscription-form .sidebar__card>div {
	width: 50%;
	text-align: left;
	font-size: 16px;
	padding-right: 30px;
}

.subscription-form .sidebar__card .form {
	width: 445px;
}

.subscription-form .title-h2 {
	text-align: left;
}

.subscription-form .title-h2::after {
	margin-left: 0;
	margin-bottom: 30px;
}

.subscription-form .btn,
.subscription-form .form__input {
	height: 50px;
	font-size: 15px;
	line-height: 50px;
}

.subscription-form .form__input {
	margin-top: 0;
}

.subscription-form .btn {
	margin-top: 20px;
}

.subscription-form .form__input input {
	font-size: 15px;
}

.subscription-form br {
	display: none;
}

.checkbox-btn-wrap .block-toggle-more {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
	grid-auto-rows: 30px;
	grid-gap: 5px;
}

.checkbox-btn-wrap .custom-checkbox+label::before,
.checkbox-btn-wrap .custom-checkbox:checked+label::before {
	display: none;
}

.checkbox-btn-wrap .filter__item {
	width: 100%;
	height: 100%;
	margin-bottom: 0;
}

.checkbox-btn-wrap .custom-checkbox+label {
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	font-size: 13px;
	color: #676c77;
	text-align: center;
	border: 1px solid rgb(209, 211, 214);
	border-radius: 3px;
	line-height: 27px;
}

.checkbox-btn-wrap .custom-checkbox:disabled+label {
	opacity: 0.5;
}

.checkbox-btn-wrap .custom-checkbox:checked+label {
	background: #e31b0e;
	border-color: #e31b0e;
	color: #fff;
}

.catalog__card a.btn,
.product__btn-wrap a.btn {
	background: #fff;
	border: 1px solid #e31b0e;
	color: #e31b0e;
	width: 100%;
}

.product__btn-wrap a.btn {
	width: 100%;
	margin-bottom: 20px;
}

.tabs-wrap .btn_sale {
	margin-right: 0;
	margin-left: auto;
	width: max-content;
	height: 50px;
	line-height: 50px;
	color: #134093;
	background: #e2eefc;
	padding: 0 15px;
}

.tabs-wrap .btn_sale i {
	font-size: 24px;
	margin-left: 20px;
	vertical-align: middle;
}

.tabs-wrap .btn_sale:hover {
	background: #134093;
	color: #fff;
}

.tabs-wrap .btn_sale:hover i {
	color: #fff;
}

.tender .tabs-wrap {
	display: flex;
}

.flipcard {
	position: relative;
	min-height: 275px;
	width: 100%;
	perspective: 500px;
}

.flipcard.flip .front {
	transform: rotateY(180deg);
}

.flipcard.flip .back {
	transform: rotateY(0deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.flipcard .back {
	transform: rotateY(-180deg);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.flipcard .front,
.flipcard .back {
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	transition: all 0.5s ease-in;
	backface-visibility: hidden;
}

.delivery-address:not(:last-child) {
	margin-bottom: 20px;
}

.order__block_delivery .filter__item {
	margin-bottom: 30px;
}

.filter__item .order__text {
	margin: 0;
	font-weight: normal;
	color: #676c77;
}

.registration__wrap .radio-btn-wrap {
	width: 49%;
}

.radio-btn-wrap {
	margin-bottom: 30px;
}

.delivery-address_new {
	display: none;
}

.customer-new-wrap {
	display: none;
	/* padding-left: 50px; */
	margin-bottom: 30px;
}

.delivery-address {
	display: none;
	padding-left: 50px;
	margin-bottom: 30px;
}

.delivery-address label {
	font-weight: normal;
}

.registration__wrap {
	justify-content: space-between;
}

.catalog__wrap .catalog__card .card__icon,
.card__icon {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 50px;
	height: 50px;
	min-height: auto;
}

.catalog__wrap.list .catalog__card .card__icon {
	width: 40px;
	height: 40px;
}

.catalog__wrap.line .catalog__card .card__icon {
	position: relative;
	width: 40px;
	height: 40px;
	left: auto;
	top: auto;
	margin-right: 20px;
}

.catalog__aside .product__contacts>div {
	width: 100%;
}

.btn_move {
	display: none;
	width: 130px;
	position: absolute;
	right: -130px;
	z-index: 100;
}

.btn_move::before {
	content: "";
	position: absolute;
	left: -10px;
	top: 50%;
	margin-top: -10px;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-right-color: #134093;
	border-left: 0;
	transition: all 0.5s;
}

.btn_move:hover::before {
	border-right-color: #e31b0e;
}

.catalog__aside {
	position: relative;
	min-width: 255px;
	width: 255px;
	margin-right: 30px;
}

.registration__block_1,
.registration__block_2 {
	margin-bottom: 20px;
}

.registration__block_2 {
	display: none;
}

.radio-btn-wrap b {
	color: #3a3f4a;
	display: block;
	margin-bottom: 20px;
}

.catlog__contacts-mobile {
	display: none;
}

.filter-selected-count {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	text-align: center;
	background: #e31b0e;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	color: #fff;
}

.delivery-no-available,
.alert_yellow {
	background: #fffcc1;
	margin-bottom: 20px;
	padding: 15px;
	border-radius: 5px;
}

.form__name-search {
	display: none;
}

.form__month-search {
	margin-bottom: 15px;
}

.manager-capabilities .title-h2::after {
	display: none;
}

.manager:not(.manager-capabilities) .title-h2 {
	margin-bottom: 0;
}

.manager:not(.manager-capabilities) .title-h2::after {
	margin-bottom: 20px;
}

.manager:not(.manager-capabilities) .manager__title-h2 {
	display: none;
}

.manager:not(.manager-capabilities) .tabs-wrap {
	display: none;
}

.manager:not(.manager-capabilities) .manager__title-wrap {
	justify-content: center;
}

.manager-capabilities .chart__text {
	display: none;
}

.manager-capabilities .title-h2:not(.manager__title-h2) {
	display: none;
}

.IPECOM_selectPVZ,
#pec_info {
	padding-left: 35px;
}

#pec_info {
	font-weight: normal;
	margin: 10px 0;
}

.order__list .order__info {
	flex-grow: 2 !important;
}

.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-focus-,
.datepicker--cell.-selected-.-current- {
	background: #e31b0e;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

.vacancy .container>.wrap {
	align-items: flex-start;
}

.cookies-accept {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	padding: 20px 0;
	background: rgba(226, 238, 252, 0.8);
	font-size: 18px;
	z-index: 2000;
}

.cookies-accept p {
	width: 60%;
}

.cookies-accept a {
	text-decoration: none;
	color: #134093;
}

.cookies-accept a:hover {
	color: #e31b0e;
}

.cookies-accept .wrap {
	justify-content: space-between;
	align-items: center;
}

.page-empty #subscription {
	width: 50%;
}

.page-empty #subscription .btn {
	margin-left: 0;
	margin-right: auto;
}

.product_price-list {
	padding: 30px 30px 10px 30px;
	border-radius: 5px;
	border: 1px solid #ededef;
}

@media print {

	.product .slider-nav,
	.product .product__btn-wrap,
	.product .product_price-list,
	.product-advantages,
	.see-also,
	.manager,
	.clients,
	.header,
	.footer,
	.nav,
	.breadcrums,
	.product__more,
	.resp-tabs-list {
		display: none;
	}

	.product .product__table {
		max-height: none;
		overflow: visible;
		height: auto !important;
	}

	.resp-vtabs .resp-tabs-container {
		width: 100%;
		border: none;
	}
}

/* Account energy customer */

#dataChange .btn {
	display: block;
	margin-right: 0;
	margin-left: auto;
}

.account__request .card_download {
	padding: 20px;
}

.account__request .btn {
	width: max-content;
	/* margin-right: 0;
  margin-left: auto; */
}

.request__sub-title {
	color: #676c77;
	margin-bottom: 40px;
}

.order__title-wrap+.request__sub-title {
	/* margin-top: -30px; */
}

.request__sub-title a {
	color: #134093;
	text-decoration: none;
}

.form__request .btn:disabled {
	background: #9ca0a7;
}

.form__request .btn:disabled:hover {
	box-shadow: none;
}

.request__file-label {
	font-size: 13px;
	color: #676c77;
	padding-left: 45px;
}

.request__file-wrap {
	padding: 15px;
	font-size: 15px;
	color: #856404;
	border-radius: 5px;
	background-color: rgb(255, 243, 205);
	margin-bottom: 40px;
}

.request__file-name {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px;
	background: #f6f6f7;
	font-size: 15px;
	color: #3a3f4a;
	margin-bottom: 20px;
}

.text_grey {
	color: #9ca0a7;
	font-weight: 700;
}

.text_red {
	color: #e31b0e;
	font-weight: 700;
}

.request__card .tender__purchase {
	margin-bottom: 0;
}

.status-list__item {
	display: flex;
	margin-bottom: 30px;
}

.status-list__date {
	width: 70px;
	min-width: 70px;
	font-size: 13px;
	color: #676c77;
}

.status-list__number {
	position: relative;
	width: 50px;
	min-width: 50px;
	height: 50px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	line-height: 45px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	border-width: 3px;
	border-style: solid;
	border-color: #e31b0e;
	margin: 0 20px;
	z-index: 10;
}

.status-list__item_accept .status-list__number {
	color: #fff;
	background: #e31b0e;
}

.status-list__item_inprocess .status-list__number {
	color: #e31b0e;
	background: #fff;
}

.status-list__item_blocked .status-list__number {
	color: #d1d3d6;
	background: #fff;
	border-color: #d1d3d6;
}

.status-list__item:not(:first-child) .status-list__number::before {
	content: "";
	position: absolute;
	top: -33px;
	left: 50%;
	width: 3px;
	height: 33px;
	background: #e31b0e;
	margin-left: -1px;
}

.status-list .status-list__item_blocked .status-list__number::before {
	background: #d1d3d6;
}

.status-list__text {
	font-size: 18px;
	font-weight: 700;
	color: #3a3f4a;
}

.status-list__item_blocked .status-list__text {
	color: #d1d3d6;
}

.order__block_customer_1 {
	margin-bottom: 20px;
}

.request__file-loaded .form__row:not(:last-child) {
	margin-bottom: 0;
}

#formRequest .request__file-label {
	margin-top: -55px;
}

#formRequest .form__row.wrap {
	margin-top: 30px;
	justify-content: flex-start;
}

#formRequest .btn_blue {
	margin-left: 15px;
}

.request__file-loaded {
	margin-bottom: 20px;
}

.tender__card.wrap {
	justify-content: space-between;
	align-items: center;
}

.arrow-back {
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #134093;
}

.arrow-back i {
	margin-right: 10px;
}

.tender__card.wrap .btn_blue {
	background: #134093;
}

.tender__card.wrap .btn_red {
	background: #e31b0e;
}

.tender__card.wrap .btn i {
	color: #fff;
}

.status__block-hide {
	display: none;
}

.status__btn-wrap {
	margin-top: 50px;
}

.status-list__block-right {
	position: relative;
	align-self: center;
}

.status-list__item:not(:last-child) .status-list__block-right::before {
	content: "";
	position: absolute;
	top: 30px;
	left: -45px;
	width: 3px;
	height: 100%;
	min-height: 50px;
	background: #e31b0e;
	margin-left: -1px;
}

.status-list .status-list__item_blocked .status-list__block-right::before {
	background: #d1d3d6;
}

.status-list__item .alert_yellow {
	margin-bottom: 0;
	margin-top: 20px;
}

.tender__card.wrap .btn_change:disabled {
	background: #9ca0a7;
}

.status__btn-wrap .btn:first-child {
	margin-right: 20px;
}

.status-list__block-right .status-list__date {
	display: none;
}

.tab-content ul li.fileuploader-item::before {
	display: none;
}

.account .tabs-wrap {
	margin-bottom: 20px;
}

.fileuploader-items-list {
	margin: 20px 0;
}

.request__file-label {
	padding-left: 47px;
}

.btn_file {
	margin: 0 0 30px;
}

.fileuploader-item:last-child {
	margin-bottom: 0;
}

.fileuploader-item .column-actions {
	right: 0;
}

.account .custom-radio:disabled+label {
	opacity: 0.5;
}

/* Compare */
.product__btn-wrap {
	flex-wrap: wrap;
}

.product__btn-wrap.js-compare {
	justify-content: space-between;
}

.product__btn-wrap .btn:first-child {
	width: 100%;
	margin-bottom: 20px;
}

.product__btn-wrap .btn_transparent {
	width: 48%;
	margin: 0;
	padding: 0 20px;
	font-weight: 700;
	font-size: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.product__btn-wrap .btn_transparent:nth-child(2) {
	margin-right: 20px;
}

.product__btn-wrap .btn i {
	font-size: 32px;
	margin-left: 15px;
	vertical-align: middle;
	pointer-events: none;
}

.chart-img {
	-webkit-mask: url(../img/svg/chart.svg) no-repeat center;
	mask: url(../img/svg/chart.svg) no-repeat center;
}

.btn_compare .chart-img,
.btn_compare-on .chart-img {
	width: 30px;
	height: 30px;
	display: inline-block;
	background: #9ca0a7;
	margin-left: 15px;
	vertical-align: middle;
	pointer-events: none;
}

.btn_compare:hover {
	background: #e2eefc;
	border-color: transparent;
	box-shadow: none;
	color: #3a3f4a;
}

.btn_compare:hover .chart-img,
.btn_compare-on .chart-img {
	background: #a3c8f4;
}

.btn_compare-on {
	position: relative;
	background: #134093;
	color: #fff;
}

.btn_compare-on:hover {
	color: #134093;
	background: #e2eefc;
	border-color: transparent;
	box-shadow: none;
}

.product__block-info .btn_compare-on i,
.catalog__card .btn_compare-on i {
	display: block;
	position: absolute;
	color: #fff;
	right: 0;
	top: 50%;
	margin-top: -12px;
	font-size: 24px;
	pointer-events: none;
	text-shadow: -0 -2px 1px #134093, 0 -2px 1px #134093, -0 2px 1px #134093,
		0 2px 1px #134093, -2px -0 1px #134093, 2px -0 1px #134093,
		-2px 0 1px #134093, 2px 0 1px #134093, -1px -2px 1px #134093,
		1px -2px 1px #134093, -1px 2px 1px #134093, 1px 2px 1px #134093,
		-2px -1px 1px #134093, 2px -1px 1px #134093, -2px 1px 1px #134093,
		2px 1px 1px #134093, -2px -2px 1px #134093, 2px -2px 1px #134093,
		-2px 2px 1px #134093, 2px 2px 1px #134093, -2px -2px 1px #134093,
		2px -2px 1px #134093, -2px 2px 1px #134093, 2px 2px 1px #134093;
}

.catalog__card .btn_compare-on i {
	right: auto;
	top: auto;
	margin-top: 0;
}

.btn_compare-on:hover i {
	color: #134093;
	text-shadow: -0 -2px 1px #e2eefc, 0 -2px 1px #e2eefc, -0 2px 1px #e2eefc,
		0 2px 1px #e2eefc, -2px -0 1px #e2eefc, 2px -0 1px #e2eefc,
		-2px 0 1px #e2eefc, 2px 0 1px #e2eefc, -1px -2px 1px #e2eefc,
		1px -2px 1px #e2eefc, -1px 2px 1px #e2eefc, 1px 2px 1px #e2eefc,
		-2px -1px 1px #e2eefc, 2px -1px 1px #e2eefc, -2px 1px 1px #e2eefc,
		2px 1px 1px #e2eefc, -2px -2px 1px #e2eefc, 2px -2px 1px #e2eefc,
		-2px 2px 1px #e2eefc, 2px 2px 1px #e2eefc, -2px -2px 1px #e2eefc,
		2px -2px 1px #e2eefc, -2px 2px 1px #e2eefc, 2px 2px 1px #e2eefc;
}

.catalog__card .btn_compare,
.catalog__card .btn_compare-on {
	width: 43px;
	height: 43px;
	min-width: 43px;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 10px;
}

.catalog__card .btn_compare .chart-img,
.catalog__card .btn_compare-on .chart-img {
	margin-left: 0;
	margin-top: 0;
	width: 20px;
	height: 20px;
}

.catalog__card .btn_compare-on i {
	font-size: 20px;
}

.catalog__card .catalog__btn-wrap {
	position: relative;
	justify-content: space-between;
}

.catalog__nds {
	margin-bottom: -30px;
	margin-top: 40px;
}

.catalog__card .catalog__nds {
	font-size: 11px;
	margin-bottom: 0;
	margin-top: 15px;
	color: #3a3f4a;
}

.compare .catalog__card .catalog__nds {
	margin-bottom: -20px;
}

.catalog__card .catalog__tooltip {
	position: absolute;
	left: 0;
	display: none;
	border-radius: 5px;
	background-color: #fff3cd;
	height: 43px;
	line-height: 43px;
	padding: 0 10px;
	color: #856404;
	font-size: 13px;
	width: calc(100% - 53px) !important;
	margin-top: 0;
}

.catalog__card .catalog__tooltip::after {
	content: "";
	position: absolute;
	right: -7px;
	top: 50%;
	margin-top: -5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 7px;
	border-color: transparent transparent transparent #fff3cd;
}

.compare-wrap {
	margin-bottom: 30px;
}

.compare__tabs-wrap {
	width: calc(100% - 200px);
	margin-right: 13px;
}

.compare__tabs button {
	color: #3a3f4a;
	font-size: 13px;
	font-weight: bold;
	margin-right: 13px;
	display: flex;
	margin-bottom: 13px;
}

.compare__tabs button p {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 250px;
}

.compare__tabs button span {
	color: #9ca0a7;
	margin-left: 10px;
}

.compare__tabs button.active {
	background: #134093;
	color: #fff;
}

.compare__tabs button.active span {
	color: #9fc6f4;
}

.btn_compare-delete {
	color: #3a3f4a;
	font-size: 13px;
	/* margin-left: 13px; */
	padding: 0 15px;
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}

.btn_compare-delete i {
	font-size: 24px;
	color: #9ca0a7;
	margin-left: 15px;
	vertical-align: middle;
}

.btn_compare-delete:hover {}

.compare__list {
	width: 100%;
	table-layout: fixed;
}

.compare__list tr td:first-child {
	width: 50%;
	color: #9ca0a7;
	font-size: 15px;
	line-height: 22px;
}

.compare__list tr td:nth-child(2) {
	width: 50%;
	font-size: 15px;
}

.compare__slide {
	margin: 0 15px;
}

.compare__checkbox {
	padding: 20px;
	height: 60px;
	background: #f6f6f7;
	margin-top: 30px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}

.tab-compare {
	display: none;
}

.tab-compare.active {
	display: block;
}

.compare .btn_compare-on {
	background: transparent;
}

.compare .btn_compare-on i {
	text-shadow: none;
	color: #9ca0a7;
}

.compare .btn_compare-on:hover,
.btn_compare-delete:hover {
	background: #fce8e6;
	box-shadow: none;
	color: #e31b0e;
}

.compare .btn_compare-on:hover i,
.btn_compare-delete:hover i {
	color: #e31b0e;
}

.compare .slick-track {
	margin-left: 0 !important;
}

.compare-empty .title-h1 {
	text-align: left;
	margin-bottom: 60px;
}

.compare-empty__title {
	font-size: 33px;
	text-align: center;
	font-weight: bold;
	color: #3a3f4a;
}

.compare-empty img {
	display: block;
	width: 350px;
	margin: 0 auto 30px;
}

.compare-empty .btn {
	width: max-content;
	margin: 40px auto 0;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background: #9fc6f4 !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
	height: 4px !important;
	background: #ededef !important;
}

.compare__slider-wrap {
	/* display: none; */
	position: fixed;
	width: 100%;
	top: -300px;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 1500;
	padding: 30px 0;
	box-shadow: 0px 0px 20px 0px rgba(58, 63, 74, 0.13);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.compare__slider-wrap.move {
	top: 0;
}

.compare__slider-fixed .wrap {
	align-items: center;
}

.compare__slider-fixed .slick-slide .wrap>a {
	height: 80px;
	/* min-width: 50%; */
	flex-grow: 2;
}

.compare__slider-fixed .slick-slide img {
	object-fit: contain;
	max-height: 100%;
}

.compare__slider-fixed .catalog__price-wrap {
	margin-bottom: 0;
	display: block;
}

.compare__slider-mobile-right,
.compare__slider-mobile-left,
.compare__slider-nav-mobile-left,
.compare__slider-nav-mobile-right {
	display: none;
}

.pannel-fixed {
	display: none;
	position: fixed;
	right: 0;
	top: 50%;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background: #134093;
}

.pannel-fixed .link {
	position: relative;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pannel-fixed .link i {
	font-size: 24px;
	color: #9fc6f4;
}

.pannel-fixed .link:hover {
	background: #e2eefc;
}

.pannel-fixed .link:hover i {
	color: #134093;
}

.pannel-fixed__compare:hover .chart-img {
	background: #134093;
}

.pannel-fixed .link .nav__cart-amount {
	top: 5px;
	right: 5px;
	left: auto;
}

.pannel-fixed .pannel-fixed__cart i {
	font-size: 28px;
}

.pannel-fixed .chart-img {
	width: 24px;
	height: 24px;
	background: #9fc6f4;
}

.nav__top a .chart-img {
	width: 24px;
	height: 24px;
	background: #9fc6f4;
	margin-right: 18px;
}

.pannel-fixed__compare {
	border-top: 1px solid rgba(159, 198, 244, 0.5);
	border-bottom: 1px solid rgba(159, 198, 244, 0.5);
}

.compare .card:hover {
	box-shadow: none;
}

.compare__list tr td:first-child,
.compare__list tr td:nth-child(2) {
	display: block !important;
	width: 100%;
	padding: 5px 0;
}

.compare__list tr td {
	text-align: left !important;
}

.compare .slider-arrow {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	z-index: 1000;
}

.compare .slider-arrow:hover {
	background: #e2eefc;
	color: #9fc6f4;
}

.compare .slider-arrow_next {
	right: -5%;
}

.compare .slider-arrow_prev {
	left: -5%;
}

.chart-img-wrap {
	position: relative;
}

.btn_request {
	width: max-content;
	margin-right: 0;
	margin-left: auto;
}

.capabilities .tabs-wrap {
	display: flex;
	align-items: center;
}

.modal__sub-title {
	margin-top: -30px;
	margin-bottom: 30px;
}

#tenderSearch>.wrap .form__input:nth-child(2) {
	margin-right: 20px;
	width: 30%;
}

#tenderSearch {
	display: block;
}

.link_blue {
	color: #134093;
	font-size: 15px;
	font-weight: 700;
	text-align: left;
}

#tenderSearch>.wrap {
	width: 100%;
	margin-bottom: 20px;
}

form[name="product_request"]>.form__input:not(.form__textarea) {
	height: 50px;
	margin-bottom: 20px;
}

.map-wrapper {
	display: none;
}

.map-wrapper.open {
	display: block;
}

.map-image {
	background-size: contain;
	background-repeat: no-repeat;
	position: fixed;
	/* top: 0;
  left: 0; */
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	background-position: center;
	z-index: 12;
	height: 100vh;
	width: 100vw;
}

.map-mask {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(24, 30, 41, 0.64);
	backdrop-filter: blur(32px);
	z-index: 11;
}

.map-close-button {
	position: fixed;
	top: 30px;
	right: 30px;
	z-index: 15;
	cursor: pointer;
}

.carousel-left {
	width: 50px;
	height: 50px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 0;
}

.carousel-right {
	width: 50px;
	height: 50px;
	cursor: pointer;
	transform: rotate(180deg);
	position: absolute;
	top: 50%;
	right: 0;
}

.la-eye:before {
	color: #134093;
}

.la-eye:hover:before {
	color: #E61B0E;
}

.la-eye-slash:before {
	color: #134093;
}

.la-eye-slash:hover:before {
	color: #E61B0E;
}

.la-question-circle {
	align-self: center;
	margin-left: 4px;
	font-size: 20px;
}

.la-question-circle:before {
	color: #134093;
}

.la-question-circle:hover:before {
	color: #E61B0E;
}

.registraion-baloon {
	display: none;
	width: 240px;
	height: 72px;
	color: white;
	background: black;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	border-radius: 8px;
	padding: 8px 16px;
	z-index: 10;
}

.registraion-baloon.buyer {
	position: absolute;
	top: 118px;
	left: 48px;
}

.registraion-baloon.user {
	position: absolute;
	top: 150px;
	left: 107px;
}

.baloon-top {
	height: 64px;
}

.baloon-bottom {
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid black;
	margin: auto;
}

@media (max-width: 447.9px) {
	.registraion-baloon.buyer {
		top: 110px;
		left: 30px;
	}

	.registraion-baloon.user {
		top: 144px;
		left: 84px;
	}

}

@media ((min-width:448px) and (max-width: 576.9px)) {
	.registraion-baloon.buyer {
		top: 92px;
		left: 30px;
	}

	.registraion-baloon.user {
		top: 126px;
		left: 84px;
	}
}

.catalog__wrap.line .catalog__card:nth-child(odd) {
	background-color: #f3f4f0;
}

.catalog__wrap.list .catalog__card:nth-child(odd) {
	background-color: #f3f4f0;
}

.pagination-numbers {
	display: flex;
	height: 40px;
	width: 328px;
	gap: 8px;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.pagination-numbers__item.current {
	background: #134093;
	color: white;
}

.pagination-numbers__item a {
	color: black
}

.pagination-numbers a {
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	text-decoration: none;
	color: initial;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	border: 1px solid #A5A5A5;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	display: flex;
	color: black
}

.pagination-numbers a:hover {
	background: #134093;
	color: white;
}

.pagination-numbers b {
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	text-decoration: none;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	display: flex;
	background: #134093;
	color: white;
}

.js-show-more-btn {
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	position: absolute;
	bottom: 60px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	color: black;
	height: 40px;
	width: 100%;
	border: 1px solid #A5A5A5;
	border-radius: 4px;
}

.pagination-position {
	position: absolute;
	top: 0;
	left: 0;
}

.pagination-size {
	position: absolute;
	top: 0;
	right: 0;
}