body.hidden {
	overflow: hidden;
}
.container {
	max-width: 1920px;
	min-height: 100%;
	box-shadow: 0 0 20px #00000008;
	margin: 0 auto;
}
.wrap {
	max-width: 1450px;
	padding: 60px 20px;
	margin: 0 auto;
}


header {
	background: #fffb;
	position: relative;
	z-index: 120;
}
#h1 {
	background: var(--l-grey);
}
#h1 > .wrap {
	display: flex;
	justify-content: space-between;
	height: 40px;
	padding: 0 20px;
}
#h1 aside {
	display: flex;
	align-items: center;
	gap: 25px;
	font-size: 14px;
	white-space: nowrap;
}
#h1 .our-channel {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--blue);
}
#h1 .our-channel svg {
	width: 21px;
	height: 15px;
	fill: var(--blue);
}
#h1 .eye {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 15px 0 0;
}
#h1 .eye svg {
	width: 20px;
	height: 15px;
}
#h1 .lang {
	display: flex;
	gap: 15px;
}
#h1 .lang span {
	font-weight: 500;
	color: var(--grey);
}
#h1 .search {
	position: relative;
}
#h1 .search input {
	position: absolute;
	top: 0;
	right: 0;
	width: 480px;
	border-color: #fff;
	border-radius: 0;
	box-shadow: 0 5px 20px #0002;
	margin: 0;
	transition: all .3s;
	opacity: 0;
	pointer-events: none;
}
#h1 .search.o input {
	opacity: 1;
	pointer-events: all;
}
#h1 .search button {
	width: 50px;
	height: 50px;
	padding: 0;
	background: url(../i/icon-srch.svg) no-repeat 50% 50%!important;
	margin: 0;
	position: relative;
	z-index: 20;
}

#h2 {
}
#h2 > .wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100px;
	padding: 0 20px;
}
#menu-button {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: var(--orange);
	border-radius: 50%;
}

#menu-button i {
	width: 16px;
	height: 2px;
	background: #000;
	margin: 1px 0 2px;
}
#menu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--m-bg);
	z-index: 200;
	transition: all .3s;
	transform: translateY(-3%);
	opacity: 0;
	pointer-events: none;
}
#menu.o {
	transform: none;
	opacity: 1;
	pointer-events: all;
}
#menu i.close {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--black);
	position: absolute;
	top: 60px;
	left: 50%;
	margin: 0 0 0 -705px;
	cursor: pointer;
}
#menu i.close:before, #menu i.close:after {
	content: '';
	width: 20px;
	height: 2px;
	border-radius: 1px;
	background: var(--orange);
	position: absolute;
	top: 19px;
	left: 10px;
}
#menu i.close:before {
	transform: rotate(45deg);
}
#menu i.close:after {
	transform: rotate(-45deg);
}
#menu ul.wrap {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 50px;
	height: 100%;
	padding: 160px 20px 80px;
	color: #fff;
	overflow: auto;
}
#menu ul li {
}
#menu ul a {
	color: var(--orange);
}
#menu ul strong {
	display: block;
	font-size: 20px;
	margin: .5em 0;
}
#menu ul strong a {
	font-weight: 600;
}
#menu ul p {
	margin: .5em 0;
}
#menu ul p a {
	font-weight: 400;
	color: #fff;
}
#menu ul li.contacts p a {
	color: var(--orange);
}

.logo {
	display: flex;
	align-items: center;
	gap: 30px;
}
.logo img {
	width: 59px;
}
.logo span {
	color: var(--b-text);
	font-size: 12px;
}
.logo strong {
	display: block;
	font-size: 24px;
	margin: .1em 0 0;
}
#h2 nav {
	display: flex;
	gap: 25px;
	/*margin: 1.4em 0 0 5%;*/
	margin: 0 0 0 5%;
}
#h2 nav a {
	font-weight: 600;
}


main {
}


#top-slider {
}
#top-slider .slick-arrow {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	padding: 0;
	background: var(--black)!important;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	font-size: 0;
	margin: -30px 0 0;
	z-index: 30;
}
#top-slider .slick-arrow:hover {
	background: var(--blue)!important;
}
#top-slider .slick-arrow:after {
	content: '';
	width: 10px;
	height: 16px;
	background: url(../i/icon-arr.svg);
}
#top-slider .slick-prev {
	left: 5%;
}
#top-slider .slick-prev:after {
	transform: rotate(180deg);
}
#top-slider .slick-next {
	right: 5%;
}
#top-slider .ts-slide {
	display: flex;
	align-items: center;
	height: 800px;
	position: relative;
}
#top-slider .ts-slide img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#top-slider .ts-slide:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, #3b4135ff 0%, #3b4135ff 20%, #3b413500 50%, #3b413500 100%);
	z-index: 10;
}
#top-slider .ts-slide .wrap {
	width: 75%;
	padding: 0 25% 0 0;
	color: #fff;
	position: relative;
	z-index: 20;
	margin: 0 auto 100px;
}
#top-slider .ts-slide .wrap strong {
	display: block;
	font-size: 56px;
}
#top-slider .ts-slide .wrap p {
	font-size: 18px;
	font-weight: 600;
	margin: 1.5em 0 0;
}
#top-slider .ts-slide .wrap .button {
	margin: 3em 0 0;
}
#top-slider-controls {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	height: 100px;
	padding: 0;
	border-top: 1px solid #ffffff33;
	margin: -100px auto 0;
	position: relative;
	z-index: 30;
}
#top-slider-controls a {
	font-size: 14px;
	color: var(--orange);
}
#top-slider-controls a.a {
	color: #fff;
}


.top-video {
	background: #fafafa;
	margin: -100px 0 0;
}
.top-video section {
	max-width: 1600px;
	margin: 0 auto;
}
.top-video section div {
	padding: 56.25% 0 0;
	position: relative;
}
.top-video iframe, .top-video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.top-video iframe, .top-video img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.top-video section div:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../i/vbg.png);
}


.title {
	font-size: 28px;
	font-weight: 700;
	margin: 0 0 1em;
}


.head {
	background: var(--d-grey);
	position: relative;
}
.head img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .4;
}
.head .wrap {
	height: 160px;
	position: relative;
	z-index: 10;
}
.head .wrap div {
	font-size: 28px;
	font-weight: 700;
	color: #fff;
}


.products-list {
}
.products-list ul {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin: 0 0 20px;
}
.products-list ul li {
	width: calc(33.33% - 20px);
}
.products-list ul li:nth-child(1), .products-list ul li:nth-child(2), .media-list ul li:nth-child(1), .media-list ul li:nth-child(2) {
	width: calc(50% - 15px);
}


.about {
	background: url(../i/about-bg.jpg) no-repeat 50% 50% / cover;
	color: #fff;
}
.about .title {
	max-width: 1000px;
	font-size: 56px;
	margin: 0 0 .5em;
}
.about .title+p {
	max-width: 1000px;
	font-size: 18px;
	font-weight: 600;
	margin: 0;
}
.about ul {
	margin: 2em 0 0;
}
.about ul li {
	padding: 0 0 0 30px;
	margin: 0 0 .5em;
	position: relative;
}
.about ul li:before {
	content: '';
	width: 10px;
	height: 2px;
	background: var(--orange);
	position: absolute;
	top: 0.6em;
	left: 0;
}
.about section {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin: 60px 0 0;
}
.about section aside {
	width: calc(25% - 30px * 3 / 4);
	padding: 0 30px 0 0;
}
.about section aside img {
	display: block;
	margin: 0 0 15px;
}
.about section aside b {
	display: block;
	font-size: 20px;
	font-weight: 600;
	color: var(--orange);
}
.about section aside p {
	font-size: 14px;
}


.banner {
	/*padding: 0 0 30px;*/
	margin: 30px 0 0;
}
.banner a {
	display: block;
}
.banner img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}


.main-news {
}
.main-news figure {
	display: flex;
	gap: 50px;
}
.main-news figure section {
	display: flex;
	gap: 30px;
}
.main-news figure section img {
	width: 450px;
	height: 330px;
	object-fit: cover;
}
.main-news figure section aside {
}
.main-news figure section aside strong {
	display: block;
	font-size: 24px;
	font-weight: 600;
}
.main-news figure section aside p {
}
.main-news figure section aside .button {
	height: 40px;
	padding: 0 20px;
	font-size: 14px;
	line-height: 40px;
}
.main-news figure ul {
	min-width: 450px;
}
.main-news figure ul li {
	display: flex;
	gap: 30px;
}
.main-news figure ul li+li {
	margin: 30px 0 0;
}
.main-news figure ul li > a {
	min-width: 90px;
	width: 90px;
	height: 90px;
}
.main-news figure ul li > a img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.main-news figure ul li aside {
}
.main-news figure ul li aside a {
	display: block;
	font-weight: 600;
}
.main-news figure ul li aside p {
	font-size: 14px;
	color: var(--b-text);
	margin: .5em 0 0;
}


.media-center {
	background: var(--l-grey);
}
#media-center {
	margin: 0 -15px;
}
.mc-item {
	margin: 0 15px;
}
.mc-item a, .media-list ul li a, .products-list ul li a {
	display: block;
	width: 100%;
	height: 310px;
	background: var(--d-bg);
	position: relative;
}
.mc-item a .tag, .media-list ul li a .tag {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	background: var(--d-grey);
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 10;
}
.mc-item a .tag.video, .media-list ul li a .tag.video {
	background: var(--blue);
}
.mc-item a .tag svg, .media-list ul li a svg {
	fill: #fff;
}
.mc-item a .tag.photo svg, .media-list ul li a .tag.photo svg {
	width: 20px;
	height: 18px;
}
.mc-item a .tag.video svg, .media-list ul li a .tag.video svg {
	width: 21px;
	height: 15px;
}
.mc-item a img, .media-list ul li a img, .products-list ul li a img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: .4;
	transition: all .3s;
}
.mc-item a:hover img, .media-list ul li a:hover img, .products-list ul li a:hover img {
	opacity: .6;
}
.mc-item a b, .media-list ul li a b, .products-list ul li a b {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
}
#media-center .slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin: 60px 0 0;
}
#media-center .slick-dots li {
	width: 10px;
	height: 10px;
	position: relative;
}
#media-center .slick-dots li button {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	padding: 0;
	background: var(--grey)!important;
	border-radius: 50%;
	font-size: 0;
	margin: 0;
	opacity: .2;
}
#media-center .slick-dots li.slick-active button {
	width: 14px;
	height: 14px;
	background: var(--d-grey)!important;
	opacity: 1;
	margin: -2px 0 0 -2px;
}


.path {
	font-size: 12px;
	margin: 0 0 30px;
}
.path span {
	margin: 0 5px;
}


.media-list {
}
.media-list ul {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.media-list ul li {
	width: calc(25% - 30px * 3 / 4);
}
.media-list ul li a {
}
.media-list ul li a img {
}
.media-list ul li a b {
}
.media-list ul li a span {
	display: none;
}


.photos-inner {
	display: grid;
	grid-template-columns: repeat(5,1fr);
	gap: 5px;
	margin: 0 0 30px;
}
.photos-inner li {
}
.photos-inner li a {
	display: block;
}
.photos-inner li img {
	display: block;
	width: 100%;
}


.cert-list {
	display: grid;
	grid-template-columns: repeat(5,1fr);
	gap: 30px;
}
.cert-list li {
}
.cert-list li a {
	display: block;
}
.cert-list li img {
	width: 100%;
}
.cert-list li h2 {
	font-size: 14px;
	margin: 1em 0;
}


.desk {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 30px;
}
.desk li {
}
.desk li a {
	display: block;
}
.desk li img {
	display: block;
	width: 100%;
}


.news-detail img, .prod-desc img {
	max-width: 100%;
	height: auto;
}
div.news-detail img.detail_picture {
	max-width: 45%;
	height: auto;
	margin: 0 30px 10px 0;
}


.eo {
	max-width: 800px;
}
.eo table {
	width: 100%;
}
.eo table td {
	padding: 10px;
}
.eo table tr:nth-child(2n) td {
	background: var(--l-grey);
}


.price-list {
	margin: 0 0 60px;
}
.price-list div {
	display: flex;
	align-items: center;
	gap: 10px;
	height: 33px;
	margin: 0 0 10px;
}
.price-list div:before {
	content: '';
	width: 33px;
	height: 33px;
	background: url(../i/icon-doc-pdf.svg);
}


.vacancies {
	margin: 0 0 60px;
}
.vacancies li {
	margin: 0 0 20px;
}
.vacancies li > a {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 18px;
	text-decoration: none;
}
.vacancies li > a:after {
	content: '';
	width: 8px;
	height: 8px;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	margin: -4px 0 0 10px;
	transform: rotate(45deg);
	transition: all .3s;
}
.vacancies li.o > a:after {
	margin: 4px 0 0 10px;
	transform: rotate(-135deg);
}
.vacancies li > a strong {
}
.vacancies li > a span {
}
.vacancies li section {
	max-width: 870px;
	margin: 10px 0 30px;
	display: none;
}
.vacancies li.o section {
	display: block;
}


.map {
	height: 300px;
}
.contact-block {
	margin: 30px 0 0;
}
.contact-block h3 {
	width: 320px;
	margin: 0 0 1em auto;
}
.contact-block form {
	float: right;
	width: 320px;
	margin: 0 0 0 30px;
}
.c-contacts {
	overflow: hidden;
}
.contacts-tels {
	overflow: hidden;
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	margin: 30px 0 0;
}
.contacts-tels h2 {
	width: 100%;
	font-size: 22px;
	margin: 0;
}
.contacts-tels aside {
	flex: 1;
}
.contacts-tels aside h4 {
	font-size: 16px;
	margin: 1.3em 0 .5em;
}
.contacts-tels aside h4:first-child {
	margin: 0 0 .5em;
}
.contacts-tels aside p {
	margin: .5em 0;
}


.modern-page-navigation {
	margin: 30px 0 0;
}


.partners {
	display: flex;
	align-items: center;
	gap: 100px;
}
.partners a {
	flex: 1;
	display: flex;
	align-items: center;
	gap: 20px;
}
.partners a img {
	width: 40px;
}
.partners a div {
}
.partners a div * {
	display: none;
}
.partners a div strong {
	display: block;
	font-size: 14px;
	font-weight: 600;
}


footer {
	border-top: 1px solid var(--l-grey);
}
footer .wrap {
	display: flex;
	align-items: start;
	gap: 50px;
}
footer aside {
	flex: 1;
	font-size: 14px;
}
footer aside strong {
	display: block;
}
footer aside strong a {
	font-weight: 700;
}
footer aside strong+p {
	color: var(--grey);
}
footer a {
	font-weight: 400;
}
footer .contacts {
	margin: 2.5em 0 0;
}
footer .contacts .c-tel {
	font-size: 24px;
	font-weight: 600;
	margin: .2em 0 .5em;
}
footer .contacts .soc {
	display: flex;
	gap: 10px;
}
footer .contacts .soc a {
}
footer .contacts .soc a img {
	display: block;
}


/*
.popup {
}
.popup section {
}
*/

.main-banners-list {
  padding: 40px 0;
/*  background: url(/local/mockup/i/mblbg.svg) no-repeat 50% 50% / cover, #fafafa;
  margin: 40px -375px;*/
}
.main-banners-list .wrap {
}
.mbl-slider {
  margin: 0 -15px;
}
.mbl-slider .slider-item {
  margin: 0 15px;
}
.mbl-slider .slider-item a {
  display: block;
}
.mbl-slider .slider-item a img {
  display: block;
  width: 100%;
  border-radius: 5px;
}