@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Onest:wght@100..900&display=swap');

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

a {
	text-decoration: none;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

img {
	max-width: 100%;
	height: auto;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1.6;
	font-family: "Montserrat", sans-serif;
	font-weight: normal;
	line-height: normal;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

strong,
b {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


.text-block {
  padding: 50px 0;
}

.text-block h1 {
  margin-bottom: 25px;
  font-size: 34px;
  line-height: 160%;
  color: #1E1E1E;
	font-family: 'Benzin';
}

.text-block h2 {
  margin-bottom: 25px;
  font-size: 28px;
  line-height: 160%;
  font-weight: 300;
  color: #1E1E1E;
}

.text-block h3 {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 24px;
  line-height: 160%;
  font-weight: 300;
  color: #1E1E1E;
}

.text-block h4 {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 160%;
  font-weight: 300;
  text-transform: uppercase;
  color: #1E1E1E;
}

.text-block h5 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 300;
  line-height: 160%;
}

.text-block p {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 160%;
}

.text-block p:has(+ h2) {
  margin-bottom: 40px;
}

.text-block p:has(+ h3) {
  margin-bottom: 40px;
}

.text-block p:has(+ h4) {
  margin-bottom: 40px;
}

.text-block p:has(+ h5) {
  margin-bottom: 40px;
}

.text-block p:has(+ ul) {
  margin-bottom: 40px;
}

.text-block p:has(+ ol) {
  margin-bottom: 40px;
}

.text-block p:has(+ .table-wrap) {
  margin-bottom: 40px;
}

.text-block ul {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 40px;
}

.text-block ul:has(+ h2) {
  margin-bottom: 40px;
}

.text-block ul:has(+ h3) {
  margin-bottom: 40px;
}

.text-block ul:has(+ h4) {
  margin-bottom: 40px;
}

.text-block ul:has(+ h5) {
  margin-bottom: 40px;
}

.text-block ul:has(+ ul) {
  margin-bottom: 40px;
}

.text-block ul:has(+ ol) {
  margin-bottom: 40px;
}

.text-block ul:has(+ .table-wrap) {
  margin-bottom: 40px;
}

.text-block ul>li {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 35px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 160%;
}

.text-block ul>li::before {
  content: "";
  position: absolute;
  display: block;
  width: 18px;
  height: 1px;
  background-color: #12959E;
  top: 14px;
  left: 0;
}

.text-block ol {
  position: relative;
  display: block;
  width: 100%;
  counter-reset: textList;
}

.text-block ol:has(+ h2) {
  margin-bottom: 40px;
}

.text-block ol:has(+ h3) {
  margin-bottom: 40px;
}

.text-block ol:has(+ h4) {
  margin-bottom: 40px;
}

.text-block ol:has(+ h5) {
  margin-bottom: 40px;
}

.text-block ol:has(+ ul) {
  margin-bottom: 40px;
}

.text-block ol:has(+ ol) {
  margin-bottom: 40px;
}

.text-block ol:has(+ .table-wrap) {
  margin-bottom: 40px;
}

.text-block ol>li {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 20px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 160%;
}

.text-block ol>li::before {
  content: counter(textList);
  counter-increment: textList;
  position: absolute;
  display: inline-block;
  width: auto;
  font-size: 18px;
  line-height: 160%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  color: #12959E;
  top: 0;
  left: 0;
}

.text-block q {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1206px;
  background-color: #fff;
  border-radius: 15px;
  padding: 60px 98px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin: 0 auto;
  font-size: 18px;
  line-height: 160%;
}

.text-block q:has(+ h2) {
  margin-bottom: 40px;
}

.text-block q:has(+ h3) {
  margin-bottom: 40px;
}

.text-block q:has(+ h4) {
  margin-bottom: 40px;
}

.text-block q:has(+ h5) {
  margin-bottom: 40px;
}

.text-block q:has(+ ul) {
  margin-bottom: 40px;
}

.text-block q:has(+ ol) {
  margin-bottom: 40px;
}

.text-block q:has(+ .table-wrap) {
  margin-bottom: 40px;
}

.text-block q::before {
  content: "«";
  position: absolute;
  display: inline-block;
  width: auto;
  font-weight: bold;
  font-size: 80px;
  line-height: 120px;
  color: #009D28;
  top: -26px;
  left: 18px;
  z-index: 1;
}

.text-block q::after {
  content: "«";
  position: absolute;
  display: inline-block;
  width: auto;
  font-weight: bold;
  font-size: 80px;
  line-height: 120px;
  color: #009D28;
  bottom: -26px;
  right: 18px;
  z-index: 1;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.text-block img {
  max-width: 100%;
  margin-bottom: 40px;
}


.table-wrap table {
  width: 100%;
  border-collapse: inherit;
  border-spacing: 0px;
  table-layout: fixed;
}

.text-block table td {
	border: 1px solid #000;
	padding: 10px
}

@media (max-width: 991px) {
	  .text-block h1 {
    font-size: 32px;
  }
  .text-block h2 {
    font-size: 28px;
  }

  .text-block p {
    font-size: 16px;
  }

  .text-block ul>li {
    font-size: 16px;
  }

  .text-block ol>li {
    font-size: 16px;
  }

  .text-block q {
    font-size: 16px;
  }

  .text-block q {
    font-size: 16px;
    line-height: 24px;
    padding: 40px 70px;
  }

  .table-wrap table th,
  .table-wrap table td {
    padding: 10px 20px;
  }
}

@media (max-width: 575px) {
  .text-block h1 {
    font-size: 28px;
  }
  .text-block h2 {
    font-size: 24px;
  }

  .text-block p,
	.text-block table td{
    font-size: 14px;
  }
	.text-block table td {
		padding: 5px;
	}

  .text-block ul>li {
    font-size: 14px;
  }

  .text-block ol>li {
    font-size: 14px;
  }

  .text-block q {
    font-size: 14px;
  }

  .text-block q {
    padding: 20px 30px;
  }

  .text-block q::before {
    font-size: 50px;
    line-height: 60px;
    top: 0;
    left: 7px;
  }

  .text-block q::after {
    font-size: 50px;
    line-height: 60px;
    bottom: 0;
    right: 7px;
  }
}

@media (max-width: 450px) {
  .text-block h1 {
    font-size: 24px;
  }
  .text-block h2 {
    font-size: 20px;
  }

  .text-block h3 {
    font-size: 18px;
  }

  .text-block h4 {
    font-size: 16px;
  }

  .text-block p:has(+ h2) {
    margin-bottom: 25px;
  }

  .text-block p:has(+ h3) {
    margin-bottom: 25px;
  }

  .text-block p:has(+ h4) {
    margin-bottom: 15px;
  }

  .text-block p:has(+ h5) {
    margin-bottom: 15px;
  }

  .text-block p:has(+ ul) {
    margin-bottom: 15px;
  }

  .text-block p:has(+ ol) {
    margin-bottom: 15px;
  }

  .text-block p:has(+ .table-wrap) {
    margin-bottom: 15px;
  }

  .text-block ul:has(+ h2) {
    margin-bottom: 25px;
  }

  .text-block ul:has(+ h3) {
    margin-bottom: 25px;
  }

  .text-block ul:has(+ h4) {
    margin-bottom: 15px;
  }

  .text-block ul:has(+ h5) {
    margin-bottom: 15px;
  }

  .text-block ul:has(+ ul) {
    margin-bottom: 15px;
  }

  .text-block ul:has(+ ol) {
    margin-bottom: 15px;
  }

  .text-block ul:has(+ .table-wrap) {
    margin-bottom: 15px;
  }

  .text-block ol:has(+ h2) {
    margin-bottom: 25px;
  }

  .text-block ol:has(+ h3) {
    margin-bottom: 25px;
  }

  .text-block ol:has(+ h4) {
    margin-bottom: 15px;
  }

  .text-block ol:has(+ h5) {
    margin-bottom: 15px;
  }

  .text-block ol:has(+ ul) {
    margin-bottom: 15px;
  }

  .text-block ol:has(+ ol) {
    margin-bottom: 15px;
  }

  .text-block ol:has(+ .table-wrap) {
    margin-bottom: 15px;
  }

  .text-block q:has(+ h2) {
    margin-bottom: 25px;
  }

  .text-block q:has(+ h3) {
    margin-bottom: 25px;
  }

  .text-block q:has(+ h4) {
    margin-bottom: 15px;
  }

  .text-block q:has(+ h5) {
    margin-bottom: 15px;
  }

  .text-block q:has(+ ul) {
    margin-bottom: 15px;
  }

  .text-block q:has(+ ol) {
    margin-bottom: 15px;
  }

  .text-block q:has(+ .table-wrap) {
    margin-bottom: 15px;
  }

  .text-block img {
    margin-bottom: 30px;
  }

}


.container-fluid {
	padding-right: 50px;
	padding-left: 50px;
}

.header.scrolling {
	position: fixed;
	z-index: 99999;
	background: #fff;
	width: 100%;
	left: 0;
	top: 0;
	-webkit-box-shadow: 0 4px 5px rgba(55, 55, 55, .05);
	box-shadow: 0 4px 5px rgba(55, 55, 55, .05);
}

.header .header-bx {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 13px 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header .header-bx .logo {
	max-width: 135px;
}

.header .header-bx .header-contact svg {
	width: 29px;
	height: 29px;
	stroke: #1E1E1E;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.header .header-bx .header-contact a:hover svg {
	stroke: #12959E;
}

.header .header-bx .header-contact a:first-child {
	margin-right: 17px;
}

.header-menu>ul {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.header-menu>ul>li {
	margin: 0 15px;
}

.header-menu>ul>li a {
	color: #1E1E1E;
	font-size: 20px;
	line-height: 1.24;
}

.header-menu>ul>li a {
	border-bottom: 2px solid transparent;
}

.header-menu>ul>li a:hover {
	border-bottom: 2px solid #12959E;
}

.main {
	padding: 10px 0 80px;
}

.main .main-block-bx {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.main .main-block {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 57%;
	max-width: 1052px;
	margin-right: 30px;
	min-height: 710px;
	height: calc(100vh - 110px);
	background: url(img/logo-bg.svg) bottom right no-repeat #FAFAFA;
	border-radius: 30px;
	padding-left: 40px;
}

.main .main-block .main-block_content h1 {
	color: #1E1E1E;
	font-size: 60px;
	line-height: 1.24;
	font-family: 'Benzin';
	font-weight: 500;
	margin-bottom: 70px;
}

.main .main-block .main-block_content h1 span {
	color: #8F8F8F;
}

.main .main-block .main-block_content .main-subtitle {
	font-size: 24px;
	line-height: 1.24;
	max-width: 670px;
	margin-bottom: 210px;
}

.main .main-photo {
	width: 43%;
	max-width: 763px;
	min-height: 710px;
	height: calc(100vh - 110px);
	border-radius: 30px;
	overflow: hidden;
}

.main .main-photo video {
	height: 100%;
}

.btn-pr {
	background: #12959E;
	color: #fff;
	padding: 29px 106px 29px 40px;
	font-size: 20px;
	line-height: 1.24;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 20px;
	position: relative;
	display: inline-block;
}

.btn-pr::before {
	content: '';
	background: url(img/arrow-btn.svg) center no-repeat;
	width: 18px;
	height: 18px;
	position: absolute;
	top: calc(50% - 9px);
	right: 29px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.btn-pr:hover {
	background: #475770;
}

.btn-pr:hover::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.main-about .main-about_img {
	padding-top: 30px;
	padding-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 20px;
}

.main-about .main-about_img .main-about_img-l {
	margin-right: 30px;
	width: calc(50% - 30px);
	max-width: 466px;
}

.main-about .main-about_img .main-about_img-l img {
	border-radius: 30px;
}

.main-about .main-about_img .main-about_img-l img:first-child {
	margin-bottom: 30px;
}

.main-about .main-about_img .main-about_img-r {
	width: 50%;
	position: relative;
	max-width: 515px;
}

.main-about .main-about_img .main-about_img-r .lable {
	background-color: rgba(255, 255, 255, .14);
	border-radius: 10px;
	position: absolute;
	top: 30px;
	right: 35px;
	padding: 10px 15px 9px 15px;
	color: #fff;
	font-size: 20px;
	line-height: 1.24;
	line-height: 23px;
	z-index: 2;
}

.main-about .main-about_img .main-about_img-r .lable svg {
	width: 19px;
	height: 23px;
	margin-right: 0px;
	position: relative;
	top: -2px;
}

.main-about .main-about_img .main-about_img-r img {
	border-radius: 30px;
}

.main-about .main-about_text {
	background: #FAFAFA;
	padding: 40px;
	border-radius: 30px;
	margin-left: -25px;
}

h2 {
	font-family: 'Benzin';
	font-size: 40px;
	line-height: 1.24;
	color: #1E1E1E;
}

.main-about .main-about_text h2 {
	margin-bottom: 40px;
}

.main-about .main-about_text .subtitle {
	font-size: 20px;
	line-height: 1.24;
	margin-bottom: 30px;
	color: #1E1E1E;
}


.main-about .main-about_text .tegi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 80px;
}

.main-about .main-about_text .tegi li {
	border: 1px solid #8F8F8F;
	border-radius: 24px;
	padding: 6px 16px;
	font-size: 20px;
	line-height: 1.24;
	color: #1E1E1E;
	margin-right: 10px;
	margin-bottom: 10px;
}

.main-about .main-about_text .tegi li.green {
	border-color: #12959E;
}

.main-about .main-about_text p {
	font-size: 20px;
	line-height: 1.24;
	color: #1E1E1E;
	margin-bottom: 30px;
	max-width: 530px;
}

.main-about .main-about_text p b {
	font-weight: 600;
}

.main-about .main-about_text p.last {
	max-width: 380px;
}

.main-about .main-about_text .main-about_btn {
	margin-top: 120px;
}

.main-about .main-about_text .main-about_btn .btn-pr.btn-white {
	background: #fff;
	color: #1E1E1E;
	-webkit-box-shadow: 0 4px 17px rgba(55, 55, 55, .05);
	box-shadow: 0 4px 17px rgba(55, 55, 55, .05);
}

.main-about .main-about_text .main-about_btn .btn-pr.btn-white:hover {
	background: #e2e2e2;
}

.btn-pr.btn-white::before {
	content: '';
	background: url(img/arrow.svg) center no-repeat;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 31px;
	right: 29px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.main-podbor {
	padding: 80px 0;
}

.main-podbor .main-podborbx {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.main-podbor .main-podbor_left {
	background: #FAFAFA;
	padding: 40px;
	border-radius: 30px;
	max-width: 710px;
	width: 38%;

}

.main-podbor .main-podbor_left h2 {
	margin-bottom: 5px;
}


.main-podbor .main-podbor_left>img {
	width: 155px;
}

.main-podbor .main-podbor_left .main-podbor_prs {
	margin-top: 130px;
	margin-bottom: 136px;
}

.main-podbor .main-podbor_left .main-podbor_prs .main-podbor_pr {
	margin-bottom: 43px;
	color: #12959E;
	font-size: 40px;
	line-height: 1.24;
	font-weight: 600;
}

.main-podbor .main-podbor_left .main-podbor_prs .main-podbor_pr span {
	font-size: 24px;
	line-height: 1.24;
	color: #1E1E1E;
	display: block;
	font-weight: 400;
}

.main-podbor_right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 62%;
	min-width: 1110px;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.main-podbor_right .cat:nth-child(1),
.main-podbor_right .cat:nth-child(2),
.main-podbor_right .cat:nth-child(3) {
	margin-bottom: 30px;
}

.cat {
	width: 340px;
	height: 399px;
	border-radius: 20px;
	background-color: #fff;
	-webkit-box-shadow: 1px 4px 29px rgba(80, 80, 80, .12);
	box-shadow: 1px 4px 29px rgba(80, 80, 80, .12);
	margin-left: 30px;
	padding: 30px;
	position: relative;
	display: block;
	overflow: hidden;
}

.cat:hover {
	background-color: #475770;
}

.cat .cat_title {
	font-size: 30px;
	line-height: 1.24;
	font-weight: 500;
	color: #1E1E1E;
	position: relative;
	padding-right: 20px;
}

.cat .cat_title svg {
	position: absolute;
	top: 4px;
	right: 0;
	width: 22px;
	height: 22px;
	fill: #1E1E1E;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.cat:hover svg {
	fill: #fff;
}

.cat .cat_title span {
	font-weight: 300;
	display: block;
}

.cat:hover .cat_title {
	color: #fff;
}

.cat .cat_img {
	margin-right: -30px;
	margin-left: -30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: calc(100% + 60px);
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.cat.cat-4 .cat_img {
	position: relative;
	top: -60px;
}

.cat .cat_text {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	color: #fff;
	position: absolute;
	bottom: 30px;
	left: 30px;
	right: 60px;
}

.cat:hover .cat_text {
	opacity: 1;
	visibility: visible;
}

.proizv .proizv-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}

.proizv .proizv-items .proizv-left {
	position: relative;
	padding: 40px 0 40px 40px;
	width: calc(50% - 170px);
	z-index: 3;
}

.proizv .proizv-items::before {
	content: '';
	background: #FAFAFA;
	border-radius: 30px;
	position: absolute;
	width: 49%;
	height: 100%;
	z-index: 0;
}

.proizv .proizv-items .proizv-center {
	position: relative;
	z-index: 2;
}

.proizv .proizv-items .proizv-right {
	position: relative;
	padding: 40px 0 40px 40px;
	width: calc(50% - 170px);
	z-index: 2;
}

.proizv .proizv-items h2 {
	margin-bottom: 80px;
}

.proizv .proizv-items .proizv-item_title {
	color: #1E1E1E;
	font-size: 24px;
	line-height: 1.24;
	margin-bottom: 10px;
	font-weight: 500;
}

.proizv .proizv-items .proizv-item ul {
	list-style: inside;
	padding-left: 10px;
}

.proizv .proizv-items .proizv-item ul li,
.proizv .proizv-items .proizv-item p {
	color: #1E1E1E;
	font-size: 20px;
	line-height: 1.24;
	max-width: 400px;
}

.proizv .proizv-item {
	margin-bottom: 26px;
	position: relative;
}

.proizv .proizv-item-left {
	padding-left: 55%;
}

.proizv .proizv-item-mes {
	width: 242px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;

	position: relative;
}

.proizv .proizv-item-left::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	height: 1px;
	width: 45%;
	background: -webkit-gradient(linear, left top, right top, color-stop(5%, rgba(204, 204, 204, 0.06)), color-stop(6%, rgba(204, 204, 204, 0.06)), to(rgba(200, 200, 200, 1)));
	background: -o-linear-gradient(left, rgba(204, 204, 204, 0.06) 5%, rgba(204, 204, 204, 0.06) 6%, rgba(200, 200, 200, 1) 100%);
	background: linear-gradient(to right, rgba(204, 204, 204, 0.06) 5%, rgba(204, 204, 204, 0.06) 6%, rgba(200, 200, 200, 1) 100%);
}

.proizv .proizv-item-mes>div:first-child {
	font-size: 24px;
	line-height: 1.24;
	color: #1E1E1E;
	margin-right: 10px;
	line-height: 1.6;
	position: relative;
	font-weight: 500;
}

.proizv .proizv-item-mes>div:first-child::before {
	content: "";
	background: url(img/tr.svg) center no-repeat;
	width: 16px;
	height: 16px;
	position: absolute;
	top: -15px;
	left: calc(50% - 8px);
}

.proizv .proizv-item-mes>div:nth-child(2) {
	color: #12959E;
	font-size: 60px;
	font-weight: 500;
	margin-right: 10px;
	line-height: 1;
}

.proizv .proizv-item-mes>div:last-child {
	font-size: 24px;
	color: #1E1E1E;
	line-height: 1.4;
}

.proizv .proizv-item-ob {
	width: 264px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}

.proizv .proizv-item-ob>div:first-child {
	color: #1E1E1E;
	font-size: 60px;
	font-weight: 500;
	line-height: 1.24;
}

.proizv .proizv-item-ob>div:last-child {
	color: #1E1E1E;
	font-size: 20px;
	line-height: 1.24;
	position: relative;
}

.proizv .proizv-item-ob>div:last-child::before {
	content: "";
	background: url(img/tr.svg) center no-repeat;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 5px;
	left: 58%;
}

.proizv .proizv-items .proizv-item_title span {
	font-size: 60px;
	line-height: 1.24;
}

.proizv .proizv-item-time {
	position: relative;
}

.proizv .proizv-item-time>div:first-child {
	color: #1E1E1E;
	font-size: 60px;
	line-height: 1.24;
	font-weight: 500;
	position: relative;
}

.proizv .proizv-item-time>div:first-child span {
	font-size: 24px;
	line-height: 1.24;
	position: relative;
}

.proizv .proizv-item-time>div:first-child span::before {
	content: "";
	background: url(img/tr.svg) center no-repeat;
	width: 16px;
	height: 16px;
	position: absolute;
	top: -15px;
	left: calc(50% - 8px);
}

.proizv .proizv-item-time>div:last-child {
	font-size: 20px;
	line-height: 1.24;
	color: #1E1E1E;
}

.proizv .proizv-item-MTBF {
	width: 285px;
}

.proizv .proizv-item-MTBF>div:first-child {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.proizv .proizv-item-MTBF .mtbf-t {
	color: #1E1E1E;
	font-size: 60px;
	line-height: 1.24;
	font-weight: 500;
	margin-right: 10px;
}


.proizv .proizv-item-MTBF .mtbf-tex {
	font-size: 24px;
	line-height: 1;
}

.proizv .proizv-item-MTBF>div:last-child {
	font-size: 20px;
	line-height: 1.24;
	color: #1E1E1E;
}

.proizv .proizv-item_last {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.proizv .proizv-item_last .proizv-item_last-t div:first-child {
	color: #12959E;
	font-size: 60px;
	line-height: 1.24;
	font-weight: 500;
}

.proizv .proizv-item_last .proizv-item_last-t div:last-child {
	font-size: 20px;
	line-height: 1.24;
	color: #1E1E1E;
	position: relative;
}

.proizv .proizv-item_last .proizv-item_last-t div:last-child::before {
	content: "";
	background: url(img/tr.svg) center no-repeat;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 30px;
	left: 100px;
}

.proizv .proizv-item_last>div:last-child {
	width: 290px;
	font-size: 20px;
	line-height: 1.24;
	font-weight: 500;
}

.preim {
	padding: 80px 0 50px;
}

.preim .preim_title {
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.preim .preim_title img {
	width: 215px;
	margin-right: 25px;
}

.preim .preim_title h2 {
	line-height: 1;
	font-size: 60px;
}

.preim .preims-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 30px;
}

.preim .preims {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 75%;
}

.preim .preims .preim-item {
	background: #FAFAFA;
	border-radius: 30px;
	padding: 75px 23px 0;
	width: calc(50% - 15px);
	margin-right: 30px;
	height: 389px;
	margin-bottom: 30px;
	position: relative;
}

.preim .preims .preim-item.preim-item-1 {
	height: 808px;
	width: 33.33%;
}

.preim .preims .preim-item.preim-item-1 .preim-item_img {
	position: absolute;
	bottom: 0;
	right: 28%;
}

.preim .preims .preim-item-2-4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: calc(66.66%);
}

.preim .preims .preim-item.preim-item-4 {
	margin-right: 0;
}

.preim .preims .preim-item.preim-item-4::after {
	content: '';
	background: url(img/arrow-9.svg) center no-repeat;
	width: 38px;
	height: 38px;
	position: absolute;
	top: 30px;
	right: 30px;
}

.preim .preims .preim-item.preim-item-4::before {
	content: '';
	position: absolute;
	background: url(img/polygon-7.svg) no-repeat;
	width: 57%;
	height: 53%;
	top: 0;
	right: 0;
}

.preim .preims .preim-item h3 {
	color: #1E1E1E;
	font-size: 24px;
	line-height: 1.24;
	font-weight: 500;
	margin-bottom: 20px;
	margin-top: -20px;
}

.preim .preims .preim-item p {
	color: #8F8F8F;
	font-size: 20px;
	line-height: 1.24;
	margin-bottom: 30px;
	padding-right: 42px;
}

.tech {
	margin-left: 30px;
	width: 25%;
	background: #FAFAFA;
	max-width: 432px;
	border-radius: 30px;
	padding: 30px 30px 70px;
	margin-bottom: 30px;
}

.tech h3 {
	max-width: 260px;
	color: #1E1E1E;
	font-size: 24px;
	line-height: 1.24;
	font-weight: 500;
	margin-bottom: 30px;
}

.tech .tech-hot {
	position: relative;
	margin-bottom: 184px;
}

.tech .tech-hot::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -26px;
	height: 1px;
	width: 100%;
	max-width: 315px;
	background: -webkit-linear-gradient(270deg, rgba(204, 204, 204, 0) 6%, rgba(200, 200, 200, 1) 100%);
	background: -moz-linear-gradient(270deg, rgba(204, 204, 204, 0) 6%, rgba(200, 200, 200, 1) 100%);
	background: linear-gradient(270deg, rgba(204, 204, 204, 0) 6%, rgba(200, 200, 200, 1) 100%);
}

.tech .tech-hot span {
	color: #8F8F8F;
	font-size: 20px;
	line-height: 1.24;
	display: block;
	margin-bottom: 8px;
}

.tech .tech-hot a {
	color: #1E1E1E;
	font-size: 32px;
	line-height: 1.24;
	font-weight: 500;
}

.tech .tech-chat {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.tech .tech-chat>div:first-child span {
	color: #8F8F8F;
	font-size: 20px;
	line-height: 1.24;
	display: block;
	margin-bottom: 14px;
}

.tech .tech-chat>div:first-child p {
	color: #1E1E1E;
	font-size: 20px;
	line-height: 1.24;
	margin-bottom: 20px;
}

.tech .tech-chat>div:first-child a {
	color: #1E1E1E;
	font-size: 20px;
	line-height: 1.24;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: underline;
}

.video {
	margin-bottom: 80px;
}

.video-bx {
	position: relative;
}

.video-bx .video-title {
	position: absolute;
	top: 50px;
	left: 50px;
	padding: 16px 20px 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: rgb(255 255 255 / 50%);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	border-radius: 15px;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	font-size: 40px;
	line-height: 1.24;
	color: #fff;
	font-family: 'Benzin';
	line-height: 1;
}

.video-bx .video-title img {
	margin-left: 10px;
}

.video-bx video {
	width: 100%;
	border-radius: 30px;
}

.logos {
	background: #FAFAFA;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	padding-top: 50px;
	padding-bottom: 90px;
}

.logos h2 {
	margin-bottom: 50px;
}

.logos h2 span {
	color: #8F8F8F;
	margin-bottom: 50px;
}

.logos .logos-bx {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.logos .logos-bx .item img {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.logos .logos-bx .item:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.logos .logos-bx .item .item-text {
	position: absolute;
	bottom: -60px;
	left: 0;
	color: #1E1E1E;
	font-size: 20px;
	line-height: 1.24;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.logos .logos-bx .item:hover .item-text {
	visibility: visible;
	opacity: 1;
}

.footer {
	background: -o-linear-gradient(315deg, rgba(0, 129, 131, 1) 0%, rgba(18, 149, 158, 1) 100%);
	background: linear-gradient(135deg, rgba(0, 129, 131, 1) 0%, rgba(18, 149, 158, 1) 100%);
	position: relative;
	padding: 50px 0;
}

.footer .container-fluid {
	position: relative;
	z-index: 5;
}

.footer::before {
	content: '';
	background: url(img/footer-bg.svg) bottom right no-repeat;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 569px;
	height: 501px;
	z-index: 0;
}

.footer .logo {
	width: 135px;
	margin-bottom: 50px;
}

.footer .menu ul li a {
	color: #fff;
	font-size: 24px;
	line-height: 1.24;
	font-weight: 300;
}

.footer .menu ul li:first-child a {
	font-weight: 600;
}

.footer .menu ul li,
.footer .menu-main ul li {
	margin-bottom: 15px;
}

.footer .menu-main {
	margin-top: 94px;
}

.footer .menu-main li a {
	font-weight: 600;
	color: #fff;
	font-size: 24px;
	line-height: 1.24;
}

.footer .footer-contact h3 {
	font-weight: 600;
	color: #fff;
	font-size: 40px;
	line-height: 1.24;
	margin-bottom: 49px;
}

.footer .hot-line {
	position: relative;
	margin-bottom: 25px;
}

.footer .hot-line>div {
	font-weight: 600;
	color: #fff;
	font-size: 24px;
	line-height: 1.24;
	margin-bottom: 15px;
}

.footer .hot-line p {
	color: #fff;
	font-size: 20px;
	line-height: 1.24;
	display: block;
}

.footer .hot-line a {
	font-weight: 600;
	color: #fff;
	font-size: 24px;
	line-height: 1.24;
}

.footer .footer-email {
	margin-bottom: 54px;
}

.footer .footer-email>div,
.footer .footer-email a {
	font-weight: 600;
	color: #fff;
	font-size: 24px;
	line-height: 1.24;
}

.footer .tech-chat {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.tech-chat .qr {
	max-width: 127px;
}

.footer .tech-chat>div:first-child span {
	color: #fff;
	font-size: 24px;
	line-height: 1.24;
	display: block;
	font-weight: 600;
	margin-bottom: 10px;
}

.footer .tech-chat>div:first-child p {
	color: #fff;
	font-size: 20px;
	line-height: 1.24;
	margin-bottom: 20px;
}

.footer .tech-chat>div:first-child a {
	color: #fff;
	font-size: 20px;
	line-height: 1.24;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: underline;
}

.footer .copy {
	margin-top: 50px;
	color: #fff;
}

.footer .copy a {
	color: #fff;
}

.footer a:hover {
	text-decoration: underline;
}

.c-item.btn-top {
	text-align: center;
	font-size: 20px;
	line-height: 1.24;
	line-height: 1.5;
	color: #475770;
	font-weight: 600;
	text-decoration: underline;
	background: transparent;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.c-item.btn-top:hover {
	background: transparent;
	text-decoration: none;
	color: #12959E;
	cursor: pointer;
}

.btn-top img {
	display: block;
	margin: 0 auto;
}

@media(max-width: 1850px) {
	.main .main-block .main-block_content h1 {
		font-size: 50px;
		line-height: 1.24;
	}
}

@media(max-width: 1710px) {
	.proizv .proizv-item-left {
		padding-left: 50%;
	}

	.proizv .proizv-item-left::before {
		width: 40%;
	}

	.preim .preims .preim-item p {
		font-size: 18px;
		padding-right: 32px;
	}



	.btn-pr {
		padding: 22px 106px 22px 28px;
		font-size: 15px;
	}

	.main-podbor .main-podbor_left .main-podbor_prs .main-podbor_pr span {
		font-size: 22px;
	}
}

@media(max-width: 1689px) {
	.main-podbor .main-podbor_left>img {
		width: 106px;
	}
	    .main-podbor .main-podbor_left h2 {
        font-size: 30px;
		}
}

@media(max-width: 1600px) {
	.logos .logos-bx .item {
		padding: 0 20px;
	}

	.main .main-block .main-block_content h1 {
		font-size: 45px;
		margin-bottom: 50px;
	}

	.main .main-block .main-block_content .main-subtitle {
		font-size: 18px;
		max-width: 500px;
		margin-bottom: 160px;
	}

.main .main-block,
	.main .main-photo {
		min-height: 610px;
	height: calc(100vh - 110px);
	}

	h2 {
		font-size: 30px;
	}

	.main-about .main-about_text .subtitle {
		font-size: 15px;
	}

	.main-about .main-about_text p {
		font-size: 15px;
	}

	.main-about .main-about_text .tegi {
		margin-bottom: 50px;
	}

	.main-about .main-about_text h2 {
		margin-bottom: 20px;
	}

	.main-about .main-about_text p.last {
		max-width: 280px;
	}

	.main-about .main-about_text .main-about_btn {
		margin-top: 100px;
	}

	.main-podbor_right {
		min-width: 840px;
		width: 56%;
	}


	.main-podbor .main-podbor_left .main-podbor_prs {
		margin-top: 90px;
		margin-bottom: 90px;
	}

	.main-podbor .main-podbor_left {
		height: 624px;
		width: 44%;
	}

	.main-podbor .main-podbor_left .main-podbor_prs .main-podbor_pr {
		margin-bottom: 30px;
		font-size: 30px;
	}

	.main-podbor .main-podbor_left .main-podbor_prs .main-podbor_pr span {
		font-size: 18px;
	}

	.cat {
		width: 260px;
		height: 302px;
		margin-left: 20px;
		padding: 20px;
	}

	.main-podbor_right .cat:nth-child(1),
	.main-podbor_right .cat:nth-child(2),
	.main-podbor_right .cat:nth-child(3) {
		margin-bottom: 20px;
	}

	.cat .cat_title {
		font-size: 23px;
	}

	.btn-pr {
		padding: 22px 106px 22px 28px;
		font-size: 15px;
	}

	.cat .cat_img {
		height: 226px;
	}

	.cat.cat-4 .cat_img {
		top: -40px;
	}

	.cat .cat_text {
		left: 20px;
		right: 18px;
		bottom: 20px;
		font-size: 15px;
	}

	.cat.cat-1 .cat_text,
	.cat.cat-2 .cat_text {
		right: 40px;
	}

	.preim .preims .preim-item h3 {
		font-size: 18px;
	}

	.preim .preims .preim-item p {
		font-size: 15px;
		padding-right: 12px;
	}

	.preim .preims .preim-item.preim-item-1 .preim-item_img {
		width: 177px;
	}

	.preim .preims .preim-item.preim-item-1 {
		height: 609px;
	}

	.preim .preims .preim-item {
		margin-right: 20px;
		margin-bottom: 20px;
		padding: 35px 23px 0;
		height: 295px;
		width: calc(50% - 10px);
	}

	.tech {
		margin-left: 20px;
	}

	.preim .preims .preim-item.preim-item-4::after {
		top: 0px;
		right: 0px;
	}

	.container-fluid {
		padding-right: 35px;
		padding-left: 35px;
	}
		.tech .tech-hot {
		margin-bottom: 166px;
	}

	.tech .tech-hot::before {
		left: 0;
		bottom: -20px;
		max-width: 186px;
	}

	.tech {
		padding: 30px 30px 30px;
	}

	.tech h3 {
		font-size: 18px;
		max-width: 230px;
		margin-bottom: 28px;
	}

	.tech .tech-hot a {
		font-size: 20px;
		margin-bottom: 10px;
		display: inline-block;
	}

	.tech .tech-hot span {
		font-size: 15px;
		margin-bottom: 10px;
	}

	.tech .tech-chat>div:first-child span {
		font-size: 15px;
	}

	.tech .tech-chat>div:first-child p,
	.tech .tech-chat>div:first-child a {
		font-size: 15px;
	}

	.tech .qr {
		width: 89px;
	}
}

@media(max-width: 1499px) {
	.header-menu>ul>li {
		margin: 0 12px;
	}

	.header-menu>ul>li a {
		font-size: 16px;
	}

	.main .main-block .main-block_content h1 {
		font-size: 36px;
		margin-bottom: 30px;
	}

	.main .main-block .main-block_content .main-subtitle {
		margin-bottom: 90px;
	}

	.main .main-block {
		height: 530px;
	}

.main .main-block,
	.main .main-photo {
		min-height: 500px;
	height: calc(100vh - 110px);
	}

	.main-about .main-about_text .tegi li {
		padding: 6px 15px;
		font-size: 14px;
	}

	.main-about .main-about_text .tegi {
		margin-bottom: 30px;
	}

	.main-about .main-about_text .main-about_btn {
		margin-top: 40px;
	}

	h2 {
		font-size: 24px;
	}

	.main-podbor .main-podbor_left .main-podbor_prs .main-podbor_pr {
		margin-bottom: 33px;
		font-size: 30px;
	}

	.btn-pr {
		padding: 20px 45px 20px 15px;
		font-size: 14px;
	}

	.btn-pr::before,
	.btn-pr.btn-white::before {
		width: 15px;
		height: 15px;
		background-size: contain;
		top: calc(50% - 7.5px);
		right: 15px;
	}

	.main-podbor_right {
		width: 63%;
	}

	.main-podbor .main-podbor_left {
		width: 37%;
	}

	.main-podbor .main-podbor_left .main-podbor_prs {
		margin-top: 80px;
		margin-bottom: 80px;
	}

	.main-podbor .main-podbor_left .main-podbor_prs .main-podbor_pr span {
		font-size: 20px;
	}


	.cat .cat_img {
		margin-right: -20px;
		margin-left: -20px;
		width: calc(100% + 40px);

	}

	.main-podbor .main-podbor_left h2 {
		font-size: 26px;
	}



	.proizv .proizv-items .proizv-item_title {
		font-size: 20px;
	}

	.proizv .proizv-item-ob>div:first-child,
	.proizv .proizv-items .proizv-item_title span,
	.proizv .proizv-item-time>div:first-child,
	.proizv .proizv-item-MTBF .mtbf-t,
	.proizv .proizv-item_last .proizv-item_last-t div:first-child {
		font-size: 40px;
	}

	.proizv .proizv-item-ob>div:last-child {
		font-size: 15px;
	}

	.proizv .proizv-item-ob>div:last-child::before {
		top: 2px;
		left: 48%;
	}

	.proizv .proizv-items .proizv-item ul li,
	.proizv .proizv-items .proizv-item p,
	.proizv .proizv-item-MTBF>div:last-child,
	.proizv .proizv-item_last .proizv-item_last-t div:last-child {
		font-size: 16px;
	}

	.proizv .proizv-item-mes>div:nth-child(2) {
		color: #12959E;
		font-size: 50px;
	}

	.proizv .proizv-item-mes>div:first-child,
	.proizv .proizv-item-time>div:first-child span {
		font-size: 20px;
	}

	.proizv .proizv-item-mes>div:last-child,
	.proizv .proizv-item-time>div:last-child,
	.proizv .proizv-item-MTBF .mtbf-tex {
		font-size: 18px;
	}

	.proizv .proizv-item_last .proizv-item_last-t div:last-child::before {
		top: 20px;
		left: 80px;
	}

	.proizv .proizv-item_last>div:last-child {
		width: 190px;
		font-size: 16px;
	}

	.proizv .proizv-item-MTBF {
		width: 205px;
	}

	.proizv .proizv-item-left {
		padding-left: 44%;
	}

	.proizv .proizv-item-left::before {
		width: 35%;
	}

	.proizv .proizv-items .proizv-center {
		max-width: 285px;
	}

	.preim .preims .preim-item h3 {
		font-size: 20px;
	}

	.preim .preims .preim-item p {
		font-size: 14px;
		padding-right: 0px;
	}




	.preim .preims .preim-item.preim-item-4::after {
		top: 0px;
		right: 0px;
	}

	.preim .preims .preim-item.preim-item-4::before {
		width: 47%;
		height: 43%;
	}



	.footer .menu ul li a,
	.footer .menu-main li a,
	.footer .hot-line>div {
		font-size: 18px;
	}

	.footer .footer-email>div,
	.footer .footer-email a {
		font-size: 17px;
	}

	.footer .hot-line p {
		font-size: 16px;
	}

	.footer .tech-chat>div:first-child p,
	.footer .tech-chat>div:first-child a,
	.footer .tech-chat>div:first-child span {
		font-size: 18px;
	}

	.footer .tech-chat .qr {
	max-width: 101px;
}

	.video-bx .video-title {
		font-size: 30px;
		border-radius: 10px;
		padding: 13px 15px 10px;
		top: 35px;
		left: 35px;
	}

	.video-bx .video-title img {
		width: 114px;
	}

}

@media(max-width: 1299px) {
	.main-podbor .main-podbor_left {
		padding: 20px;
	}

	.main-podbor .main-podbor_left h2 {
		font-size: 22px;
	}

	.main-podbor .main-podbor_left .main-podbor_prs .main-podbor_pr {
		font-size: 28px;
	}

	.btn-pr {
		padding: 20px 45px 20px 15px;
		font-size: 13px;
	}

	.main-podbor .main-podbor_left .main-podbor_prs .main-podbor_pr span {
		font-size: 18px;
	}
}

@media(max-width: 1199px) {
	.header .header-bx .logo {
		max-width: 115px;
	}

	.header-menu>ul>li {
		margin: 0px 6px;
	}

	.header-menu>ul>li a {
		font-size: 14px;
	}

	.main .main-block .main-block_content h1 {
		font-size: 28px;
	}

	.main .main-block .main-block_content .main-subtitle {
		margin-bottom: 60px;
		font-size: 16px;
		max-width: 420px;
	}

	.main .main-block,
	.main .main-photo {
		height: 460px;
		min-height: auto;
	}

	.main-about .main-about_img .main-about_img-r .lable {
		top: 15px;
		right: 15px;
		padding: 7px 12px 6px 12px;
		font-size: 16px;
		line-height: 20px;
	}

	.main-about .main-about_img .main-about_img-l img:first-child {
		margin-bottom: 20px;
	}

	.main-about .main-about_img .main-about_img-l {
		margin-right: 20px;
	}

	.main-about .main-about_text p {
		margin-bottom: 20px;
	}

	.main-podbor_right {
		width: 57%;
		min-width: 670px;
	}

	.main-podbor .main-podbor_left {
		height: 524px;
		width: 43%;
	}

	.main-podbor .main-podbor_left .main-podbor_prs .main-podbor_pr {
		font-size: 23px;
	}

	.main-podbor .main-podbor_left .main-podbor_prs {
		margin-top: 50px;
		margin-bottom: 60px;
	}

	.main-podbor .main-podbor_left h2 {
		font-size: 18px;
	}

	.main-podbor .main-podbor_left .main-podbor_prs .main-podbor_pr span {
		font-size: 15px;
	}

	.cat {
		width: 203px;
		height: 252px;
	}

	.cat .cat_title {
		font-size: 18px;
	}

	.cat .cat_img {
		height: 188px;
	}

	.cat .cat_text {
		font-size: 11px;
	}


	.proizv .proizv-items h2 {
		margin-bottom: 50px;
		font-size: 20px;
	}

	.proizv .proizv-items .proizv-item ul li,
	.proizv .proizv-items .proizv-item p,
	.proizv .proizv-item-MTBF>div:last-child,
	.proizv .proizv-item_last .proizv-item_last-t div:last-child {
		font-size: 14px;
	}

	.proizv .proizv-items .proizv-item_title {
		font-size: 18px;
	}

	.proizv .proizv-item-mes>div:last-child,
	.proizv .proizv-item-time>div:last-child,
	.proizv .proizv-item-MTBF .mtbf-tex {
		font-size: 16px;
	}

	.proizv .proizv-item-mes {
		width: 182px;
	}

	.proizv .proizv-item-ob {
		width: 185px;
	}

	.proizv .proizv-item-ob>div:last-child::before {
		top: 2px;
		left: 60%;
	}

	.proizv .proizv-item-ob>div:last-child {
		font-size: 14px;
	}

	.proizv .proizv-item-ob>div:first-child,
	.proizv .proizv-items .proizv-item_title span,
	.proizv .proizv-item-time>div:first-child,
	.proizv .proizv-item-MTBF .mtbf-t,
	.proizv .proizv-item_last .proizv-item_last-t div:first-child {
		font-size: 30px;
	}

	.proizv .proizv-items h2 {
		margin-bottom: 40px;
	}

	.proizv .proizv-item_last>div:last-child {
		width: 150px;
		font-size: 13px;
	}

	.proizv .proizv-item-MTBF {
		width: 165px;
	}

	.proizv .proizv-items .proizv-center {
		max-width: 254px;
	}

	.proizv .proizv-items .proizv-left,
	.proizv .proizv-items .proizv-right {
		position: relative;
		padding: 40px 0 40px 20px;
		width: calc(50% - 127px);
	}

	.proizv .proizv-item_last .proizv-item_last-t div:last-child::before {
		left: 70px;
	}

	.proizv .proizv-item-ob>div:last-child {
		font-size: 13px;
	}

	.preim .preims .preim-item h3 {
		font-size: 15px;
	}

	.preim .preims .preim-item p {
		font-size: 12px;
		margin-bottom: 0;
	}

	.preim .preims .preim-item {
		padding: 35px 15px 0;
		height: 280px;
		margin-bottom: 20px;
	}

	.preim .preims .preim-item.preim-item-1 {
		height: 581px;
	}

	.tech {
		padding: 30px 15px 30px;
	}

	.tech .tech-hot a {
		font-size: 22px;
	}

	.tech .tech-hot span {
		font-size: 14px;
	}

	.tech .tech-chat>div:first-child p,
	.tech .tech-chat>div:first-child a {
		font-size: 12px;
	}

	.tech .tech-chat>div:first-child span {
		font-size: 16px;
	}

	.logos .logos-bx .item .item-text {
		font-size: 16px;
	}

	.c-item.btn-top {
		height: auto;
		width: 100%;
	}

	.btn-top img {
		width: 90px;
	}

}

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

.menu-btn {
	position: relative;
	display: none;
	width: 25px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25px;
	flex: 0 0 25px;
	margin-left: 17px;
	height: 23px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.menu-btn span {
	position: relative;
	display: block;
	width: 25px;
	height: 2px;
	background-color: #292D32;
	border-radius: 3px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.menu-btn span::before,
.menu-btn span::after {
	content: "";
	position: absolute;
	display: block;
	width: 25px;
	height: 2px;
	background-color: #292D32;
	border-radius: 3px;
	left: 0;
}

.menu-btn span::before {
	top: -8px;
}

.menu-btn span::after {
	bottom: -8px;
}

.mobile-menu {
	display: none;
}


@media(max-width: 991px) {

	.custom-nav__close {
		position: absolute;
		width: 33px;
		height: 33px;
		cursor: pointer;
		z-index: 2;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;

		top: 10px;
		right: 10px;
	}

	.custom-nav__close::after,
	.custom-nav__close::before {
		content: "";
		position: absolute;
		width: 20px;
		height: 1px;
		border-radius: 3px;
		background-color: #475770;
		top: 50%;
		margin-top: -1px;
		left: 50%;
		margin-left: -8px;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}

	.custom-nav__close::before {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.custom-nav__close::after {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.mobile-menu {
		background-color: rgba(255, 255, 255, .95);
		-webkit-backdrop-filter: blur(5px);
		backdrop-filter: blur(5px);
		padding: 68px 15px 0;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 999;
		min-height: 100%;
		display: none;
	}

	.mobile-menu.show {
		display: block;
	}

	.mobile-menu>ul>li {
		font-size: 20px;
		font-weight: 500;
		padding-bottom: 7px;
		margin-bottom: 13px;
		position: relative;
	}

	.mobile-menu>ul>li::before {
		content: '';
		height: 1px;
		width: 100%;
		position: absolute;
		top: 30px;
		left: 0;
		background: #CCCCCC;
		background: -webkit-gradient(linear, right top, left top, color-stop(6%, rgba(204, 204, 204, 0)), to(rgba(200, 200, 200, 1)));
		background: -o-linear-gradient(right, rgba(204, 204, 204, 0) 6%, rgba(200, 200, 200, 1) 100%);
		background: linear-gradient(270deg, rgba(204, 204, 204, 0) 6%, rgba(200, 200, 200, 1) 100%);
	}

	.mobile-menu>ul>li:last-child:before {
		content: none;
	}

	.mobile-menu>ul>li a,
	.mobile-menu>ul>li span {
		color: #1E1E1E;
	}

	.mobile-menu>ul>li ul.sub-menu {
		margin-top: 20px;
		display: none;
	}

	.mobile-menu>ul>li ul.sub-menu li {
		font-size: 15px;
		margin-bottom: 7px;
		font-weight: 400;
	}

	.mobile-menu>ul>li.menu-item-has-children>a::after,
	.mobile-menu>ul>li.menu-item-has-children>span::after {
		content: '';
		background: url(img/ar-menu.svg) center no-repeat;
		width: 18px;
		height: 12px;
		background-size: contain;
		display: inline-block;
		margin-left: 15px;
	}

	.mobile-menu>ul>li.menu-item-has-children.active>a::after,
	.mobile-menu>ul>li.menu-item-has-children.active>span::after {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}


	.menu-btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.header-menu {
		display: none;
	}

	.main .main-block .main-block_content h1 {
		font-size: 20px;
	}

	.main .main-block .main-block_content .main-subtitle {
		margin-bottom: 60px;
		font-size: 14px;
		max-width: 310px;
	}

	.main .main-block,
	.main .main-photo {
		height: 380px;
	}

	.main .main-block {
		background-size: 60%;
	}

	.main-about .main-about_img {
		padding-top: 0px;
		width: 100%;
		padding-right: 0px;
	}

	.main-podbor .main-podborbx {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.main-podbor .main-podbor_left {
		width: 100%;
	}

	.main-podbor_right {
		width: 100%;
		min-width: 100%;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		overflow-x: scroll;
		margin-top: 20px;
	}

	.cat {
		width: 223px;
		height: 268px;
	}

	.cat .cat_img {
		height: 204px;
	}

	.cat .cat_text {
		font-size: 12px;
	}

	.cat.cat-1 .cat_text,
	.cat.cat-2 .cat_text {
		right: 47px;
	}

	.main-podbor .main-podbor_left .main-podbor_prs {
		margin-top: 50px;
		margin-bottom: 50px;
	}

	.main-podbor .main-podbor_left .main-podbor_prs .main-podbor_pr {
		margin-bottom: 33px;
		font-size: 40px;
	}

	.main-about .main-about_text {
		margin-left: 0;
	}

	.cat {
		width: 223px;
		min-width: 223px;
		margin-bottom: 0;
		margin-left: 0;
		margin-right: 15px;
	}

	.proizv .proizv-items .proizv-item_title {
		font-size: 16px;
	}

	.proizv .proizv-items .proizv-item ul li,
	.proizv .proizv-items .proizv-item p,
	.proizv .proizv-item-MTBF>div:last-child,
	.proizv .proizv-item_last .proizv-item_last-t div:last-child {
		font-size: 12px;
	}

	.proizv .proizv-item-mes>div:last-child,
	.proizv .proizv-item-time>div:last-child,
	.proizv .proizv-item-MTBF .mtbf-tex {
		font-size: 14px;
	}

	.proizv .proizv-item_last {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.proizv .proizv-item_last .proizv-item_last-t {
		margin-bottom: 10px;
	}

	.proizv .proizv-item_last .proizv-item_last-t div:last-child::before {
		left: 57px;
		top: -25px;
	}

	.proizv .proizv-item_last>div:last-child {
		width: 100%;
	}

	.proizv .proizv-item-mes>div:first-child,
	.proizv .proizv-item-time>div:first-child span {
		font-size: 16px;
	}

	.proizv .proizv-item-left {
		padding-left: 20%;
	}

	.proizv .proizv-item-left::before {
		width: 100%;
		top: -10%;
	}

	.proizv .proizv-item-time>div:first-child span::before {
		top: -12px;
	}

	.proizv .proizv-items .proizv-left,
	.proizv .proizv-items .proizv-right {
		position: relative;
		padding: 40px 0 0px 20px;
		width: calc(50% - 112px);
	}

	.proizv .proizv-items .proizv-center {
		max-width: 224px;
	}

	.preim .preim_title h2 {
		font-size: 40px;
	}

	.preim .preim_title img {
		width: 153px;
		margin-right: 20px;
	}

	.preim .preims-box {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.preim .preims {
		width: 100%;
	}

	.tech {
		padding: 30px 15px 30px;
		width: 100%;
		max-width: none;
		margin-left: 0;
	}

	.tech .tech-chat>div:first-child p,
	.tech .tech-chat>div:first-child a {
		font-size: 18px;
	}

	.tech .tech-hot a {
		font-size: 30px;
	}

	.tech .tech-hot span {
		font-size: 18px;
	}

	.video-bx .video-title {
		top: 20px;
		left: 20px;
		padding: 12px 18px 8px;
		font-size: 24px;
	}

	.video-bx .video-title img {
		margin-left: 10px;
		width: 100px;
	}

	.logos .logos-bx .item {
		padding: 0 10px;
	}

	.footer .footer-contact {
		margin-top: 30px;
	}

	.footer .footer-contact h3 {
		margin-bottom: 29px;
	}

}

.main-about_img-mobile,
.preim-item_img-mobile,
.rekv-mobile {
	display: none;
}

@media(max-width: 767px) {

	.main .main-photo {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: 100%;
		height: 320px;
	}

	.main .main-block {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		width: 100%;
		height: auto;
		margin-right: 0;
		padding: 40px;
	}

	.main .main-photo video {
		height: auto;
		width: 100%;
	}

	.main .main-block-bx {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.main .main-block .main-block_content h1 {
		font-size: 26px;
	}

	.main .main-block {
		background-size: 40%;
	}

	.main .main-block .main-block_content .main-subtitle {
		margin-bottom: 40px;
		font-size: 15px;
		max-width: 280px;
	}

	.btn-pr::before,
	.btn-pr.btn-white::before {
		width: 20px;
		height: 20px;
	}

	.main-about .main-about_img {
		display: none;
	}

	.main-about_img-mobile {
		display: block;
		position: relative;
		border-radius: 24px;
		margin: 0 -15px;
	}

	.main-about_img-mobile img {
		display: block;
		border-radius: 24px;
	}

	.main-about_img-mobile::after {
		content: '';
		border-radius: 24px;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
		background: -webkit-gradient(linear, left bottom, left top, from(rgba(39, 48, 61, 1)), color-stop(17%, rgba(43, 52, 66, 0.89)), color-stop(73%, rgba(71, 87, 112, 0)));
		background: -o-linear-gradient(bottom, rgba(39, 48, 61, 1) 0%, rgba(43, 52, 66, 0.89) 17%, rgba(71, 87, 112, 0) 73%);
		background: linear-gradient(0deg, rgba(39, 48, 61, 1) 0%, rgba(43, 52, 66, 0.89) 17%, rgba(71, 87, 112, 0) 73%);
	}

	.main-about .main-about_text p.first-p {
		margin-top: -75px;
		position: relative;
		z-index: 2;
		color: #fff;
		margin-bottom: 35px;
		max-width: 380px;
	}

	.main-podbor {
		padding: 80px 0 0px;
	}

	.proizv .proizv-items {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.proizv .proizv-items::before {
		display: none;
	}

	.proizv .proizv-items .proizv-left {
		width: 100%;
	}

	.proizv .proizv-items .proizv-right {
		position: relative;
		padding: 40px 0 0px 20px;
		width: 100%;
	}

	.proizv .proizv-item-left::before {
		width: 50%;
	}

	.proizv .proizv-items h2 {
		margin-bottom: 20px;
		font-weight: 500;
	}

	.proizv .proizv-item-ob {
		width: 115px;
	}

	.proizv .proizv-item-ob>div:last-child::before {
		top: 16px;
		left: 67%;
	}

	.proizv .proizv-item-mes {
		width: 80px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		position: absolute;
		top: 108px;
		left: 160px;
	}

	.proizv .proizv-item-mes>div:first-child::before {
		top: -7px;
		left: calc(50% - 8px);
	}

	.proizv .proizv-item-mes>div:last-child,
	.proizv .proizv-item-time>div:last-child,
	.proizv .proizv-item-MTBF .mtbf-tex {
		font-size: 13px;
	}

	.proizv .proizv-item-mes>div:first-child,
	.proizv .proizv-item-time>div:first-child span {
		font-size: 13px;
	}

	.proizv .proizv-item-left::before {
		width: 50%;
		top: -15px;
	}

	.proizv .proizv-item {
		margin-bottom: 30px;
	}

	.proizv .proizv-items .proizv-center {
		max-width: 234px;
		width: 36%;
		position: absolute;
		right: 0;
		top: 60px;
	}

	.proizv .proizv-item-left {
		padding-left: 0;
	}

	.proizv .proizv-item-mes>div:nth-child(2) {
		font-size: 30px;
		margin-right: 15px;
	}

	.proizv .proizv-item.proizv-item-ceha::before {
		content: '';
		position: absolute;
		left: 0;
		top: -15px;
		height: 1px;
		width: 50%;
		background: -webkit-gradient(linear, left top, right top, color-stop(5%, rgba(204, 204, 204, 0.06)), color-stop(6%, rgba(204, 204, 204, 0.06)), to(rgba(200, 200, 200, 1)));
		background: -o-linear-gradient(left, rgba(204, 204, 204, 0.06) 5%, rgba(204, 204, 204, 0.06) 6%, rgba(200, 200, 200, 1) 100%);
		background: linear-gradient(to right, rgba(204, 204, 204, 0.06) 5%, rgba(204, 204, 204, 0.06) 6%, rgba(200, 200, 200, 1) 100%);
	}


	.proizv .proizv-items .proizv-right h2 br {
		display: none;
	}

	.proizv .proizv-item_last>div:last-child {
		width: 200px;
	}

	.proizv .proizv-item_last {
		width: 350px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.proizv .proizv-item-time {
		position: absolute;
		top: -90px;
		left: 160px;
	}

	.proizv .proizv-item_last {
		width: 320px;
		position: relative;
		height: 160px;
	}

	.proizv .proizv-item-time {
		position: absolute;
		width: 200px;
		top: 108px;
		left: 0;
	}

	.proizv .proizv-item-MTBF {
		width: 165px;
		position: absolute;
		top: 70px;
		left: 160px;
	}

	.proizv .proizv-item_last .proizv-item_last-t {
		margin-bottom: 10px;
		position: absolute;
		top: 80px;
	}

	.proizv .proizv-item_last>div:last-child {
		width: 200px;
		position: absolute;
		top: 0px;
		left: 160px;
	}

	.proizv .proizv-items .proizv-right::before {
		content: '';
		background: url(img/cat-3.png) no-repeat;
		background-size: contain;
		position: absolute;
		top: 150px;
		right: -50px;
		width: 150px;
		height: 243px;
	}

	.preim .preims .preim-item.preim-item-1 .preim-item_img {
		display: none;
	}

	.preim .preims {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		position: relative;
	}

	.preim .preims .preim-item.preim-item-1,
	.preim .preims .preim-item {
		height: 250px;
	}

	.preim .preims .preim-item {
		margin-right: 0;
		width: 100%;
	}

	.preim .preims .preim-item.preim-item-1,
	.preim .preims .preim-item-2-4 {
		width: calc(50% - 10px);
	}

	.preim .preims .preim-item.preim-item-4::before {
		width: 36%;
		height: 44%;
	}

	.preim .preims .preim-item.preim-item-4::after {
		content: '';
		background: url(img/arrow-9.svg) center no-repeat;
		width: 30px;
		height: 30px;
		background-size: contain;
	}

	.preim .preims .preim-item.preim-item-2 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		position: absolute;
		top: 269px;
		left: 0;
		width: calc(50% - 10px);
	}

	.preim .preims .preim-item.preim-item-4 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.preim .preims .preim-item.preim-item-3 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.tech .tech-chat .qr {
		display: none;
	}

	.preim-item_img-mobile {
		display: block;
		position: absolute;
		left: 4%;
		bottom: -4px;
		width: 150px;
	}

	.tech h3 {
		max-width: 360px;
	}

	.tech {
		position: relative;
	}

	.tech .tech-hot,
	.tech .tech-chat {
		margin-left: 40%;
	}

	.tech .tech-hot {
		margin-bottom: 40px;
	}


	.logos .logos-bx {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.logos .logos-bx .item {
		padding: 0 10px;
		max-width: 25%;
		margin-bottom: 20px;
	}

	.footer .tech-chat .qr {
		display: none;
	}
}

.main-about_btn .link-mobile,
.footer .tech-chat .link-mobile,
.mobile {
	display: none;
}

@media(max-width: 576px) {
	.mobile {
		display: block;
	}

	.header .header-bx .logo {
		max-width: 82px;
	}

	.header .header-bx {
		padding: 10px 0;
	}

	.header .header-bx .header-contact svg {
		width: 20px;
		height: 20px;
	}

	.header .header-bx .header-contact a:first-child {
		margin-right: 10px;
	}

	.menu-btn {
		width: 15px;
		-ms-flex: 0 0 15px;
		-webkit-box-flex: 0;
		flex: 0 0 15px;
		margin-left: 15px;
	}

	.menu-btn span,
	.menu-btn span::before,
	.menu-btn span::after {
		width: 15px;
	}

	.menu-btn span::before {
		top: -5px;
	}

	.menu-btn span::after {
		bottom: -5px;
	}

	.container-fluid {
		padding-right: 15px;
		padding-left: 15px;
	}

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

	.main .container-fluid,
	.main .col-lg-12 {
		padding-right: 0px;
		padding-left: 0px;
	}

	.main .row {
		margin: 0;
	}


	.main .main-photo {
		height: 260px;
		border-radius: 0;
	}

	.main .main-block {
		padding: 20px 15px 40px;
	}

	.main .main-block .main-block_content h1 {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.main .main-block .main-block_content .main-subtitle {
		margin-bottom: 23px;
	}

	.btn-pr {
		padding: 13px 45px 13px 15px;
		border-radius: 10px;
		font-size: 15px;
	}

	.btn-pr::before,
	.btn-pr.btn-white::before {
		top: 11px;
		right: 14px;
	}

	.main-about .main-about_text {
		background: none;
		padding: 0px;
	}

	h2 {
		font-size: 20px;
	}

	.main-about .main-about_text h2 {
		margin-bottom: 15px;
	}

	.main-about .main-about_text .subtitle {
		font-size: 12px;
		margin-bottom: 20px;
	}

	.main-about .main-about_text .tegi {
		margin-bottom: 20px;
		max-width: 235px;
	}

	.main-about .main-about_text .tegi li {
		padding: 3px 10px;
		font-size: 12px;
		margin-right: 5px;
		margin-bottom: 5px;
	}

	.main-about_img-mobile::after,
	.main-about_img-mobile,
	.main-about_img-mobile img {
		border-radius: 0px;
	}

	.main-about .main-about_text p {
		font-size: 12px;
	}

	.main-about .main-about_text p.first-p {
		margin-top: -60px;
		max-width: 240px;
	}

	.main-about .main-about_text .main-about_btn {
		margin-top: 15px;
	}

	.main-about_btn .link-mobile {
		display: block;
		color: #12959E;
		font-size: 12px;
		text-decoration: underline;
	}

	.main-about_btn .btn-pr {
		display: none;
	}

	.main-about .main-about_text p.last {
		max-width: 230px;
	}

	.main-podbor {
		margin-top: 0px;
		padding: 15px 0 10px;

	}

	.main-podbor .main-podbor_left h2 {
		font-size: 20px;
		margin-bottom: 0;
	}

	.main-podbor .container-fluid,
	.main-podbor .col-lg-12 {
		padding-right: 0px;
		padding-left: 0px;
	}

	.main-podbor .row {
		margin: 0;
	}

	.main-podbor .main-podbor_left {
		background: none;
		padding: 15px 15px;
		background: #F4F4F4;
		height: auto;
	}

	.main-podbor .main-podbor_left>img {
		width: 73px;
		position: absolute;
left: 215px;
        top: 18px;
	}

	.main-podbor .main-podbor_left .main-podbor_prs {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.main-podbor .main-podbor_left .main-podbor_prs .main-podbor_pr {
		margin-bottom: 15px;
		font-size: 20px;
	}

	.main-podbor .main-podbor_left .main-podbor_prs .main-podbor_pr span {
		font-size: 15px;
	}

	.main-podbor_right {
		padding-left: 15px;
	}

	.proizv .proizv-items .proizv-left,
	.proizv .proizv-items .proizv-right {
		padding: 20px 0 0px 0px;
	}

	.proizv .proizv-items .proizv-item_title {
		font-size: 15px;
	}

	.proizv .proizv-item-ob>div:first-child,
	.proizv .proizv-items .proizv-item_title span,
	.proizv .proizv-item-time>div:first-child,
	.proizv .proizv-item-MTBF .mtbf-t,
	.proizv .proizv-item_last .proizv-item_last-t div:first-child {
		font-size: 25px;
	}

	.proizv .proizv-item-ob>div:last-child {
		font-size: 12px;
	}

	.proizv .proizv-item-ob {
		width: 105px;
	}

	.proizv .proizv-item-mes {
		left: 110px;
	}

	.proizv .proizv-item-mes>div:last-child,
	.proizv .proizv-item-time>div:last-child,
	.proizv .proizv-item-MTBF .mtbf-tex {
		font-size: 12px;
	}

	.proizv .proizv-item-mes>div:first-child,
	.proizv .proizv-item-time>div:first-child span {
		font-size: 12px;
	}

	.proizv .proizv-item-ob>div:last-child::before {
		top: 14px;
	}

	.proizv .proizv-item-mes>div:first-child::before {
		top: -10px;
	}

	.proizv .proizv-items .proizv-center {
		        max-width: 174px;
		width: 44%;
		position: absolute;
		right: 0;
		top: 40px;
	}

	.proizv .proizv-items .proizv-right {
		padding: 0px 0 0px 0px;
	}

	.proizv .proizv-item_last>div:last-child {
		width: 172px;
		font-size: 12px;
		left: 140px;
	}

	.proizv .proizv-item-MTBF {
		left: 140px;
	}

	.proizv .proizv-items .proizv-right::before {
		top: 110px;
		right: -15px;
	}

	.preim {
		padding: 20px 0 0px;
	}

	.preim .preim_title img {
		width: 73px;
		margin-right: 5px;
	}

	.preim .preim_title h2 {
		font-size: 20px;
	}

	.preim .preims-box {
		margin-top: 15px;

	}

	.preim .preims-box .preims {
		margin-right: -15px;
		overflow-x: auto;
	}

	.preim .preims .preim-item.preim-item-1,
	.preim .preims .preim-item-2-4 {
		width: 251px;
		min-width: 251px;
	}

	.preim .preims .preim-item.preim-item-2 {
		width: 251px;
		min-width: 251px;
		top: 227px;
		height: 207px;
	}

	.preim .preims .preim-item.preim-item-1,
	.preim .preims .preim-item {
		height: 207px;
	}

	.preim .preims .preim-item.preim-item-3,
	.preim .preims .preim-item.preim-item-4 {
		margin-left: 15px;
		min-width: 251px;
	}

	.preim .preims .preim-item {
		padding: 22px 20px 0 22px;
	}

	.preim .preims .preim-item.preim-item-4 {
		padding: 22px 22px 0 22px;
	}

	.preim .preims .preim-item h3 {
		font-size: 15px;
		margin-bottom: 10px;
		margin-top: -35px;
	}

	.tech {
		padding: 15px 35px;
		width: calc(100% + 30px);
		max-width: none;
		margin-left: -15px;
		margin-right: -15px;
		background: #F4F4F4;
		border-radius: 0;
	}

	.tech .tech-hot::before {
		bottom: -11px;
	}

	.tech h3 {
		font-size: 15px;
		margin-bottom: 10px;
	}

	.tech .tech-hot span {
		font-size: 12px;
		margin-bottom: 5px;
	}

	.tech .tech-hot a {
		font-size: 15px;
		margin-bottom: 5px;
	}

	.tech .tech-hot {
		margin-bottom: 20px;
	}

	.tech .tech-chat>div:first-child span {
		font-size: 12px;
		margin-bottom: 5px;
	}

	.tech .tech-chat>div:first-child p,
	.tech .tech-chat>div:first-child a {
		font-size: 12px;
		margin-bottom: 10px;
	}

	.preim-item_img-mobile {
		left: 8%;
		bottom: -4px;
		width: 94px;
	}

	.video {
		margin-bottom: 10px;
	}

	.video .container-fluid,
	.video .col-12 {
		padding-right: 0px;
		padding-left: 0px;
	}

	.video .row {
		margin: 0;
	}

	.video-bx video {
		border-radius: 12px;
	}

	.video-bx .video-title {
		top: 10px;
		left: 15px;
		padding: 0;
		background: none;
		font-size: 15px;
	}

	.video-bx .video-title img {
		margin-left: 5px;
		width: 57px;
	}

	.logos {
		border-top-left-radius: 15px;
		border-top-right-radius: 15px;
		padding-top: 15px;
		padding-bottom: 90px;
	}

	.logos .logos-bx .item .item-text {
		font-size: 12px;
	}

	.logos .logos-bx .item:last-child {
		width: 113px;
		max-width: 113px;
	}

	.logos .logos-bx {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.footer {
		padding: 15px 0 30px;
	}

	.footer .logo {
		width: 93px;
		margin-bottom: 20px;
	}

	.footer .menu {
		display: none;
	}

	.footer .menu-main {
		margin-top: 40px;
	}

	.footer .footer-contact {
		margin-top: 0px;
	}

	.footer .footer-contact h3 {
		margin-bottom: 20px;
		font-size: 20px;
	}

	.footer .hot-line {
		margin-bottom: 10px;
	}

	.footer .hot-line>div {
		display: none;
	}

	.footer .hot-line a {
		font-size: 15px;
	}

	.footer .hot-line p {
		font-size: 15px;
		display: inline-block;
	}

	.footer .footer-email>div {
		display: none;
	}

	.footer .footer-email a {
		font-size: 15px;
	}

	.footer .footer-email {
		margin-bottom: 10px;
	}

	.footer .tech-chat>div:first-child p,
	.footer .tech-chat>div:first-child a,
	.footer .tech-chat>div:first-child span {
		font-size: 15px;
	}

	.footer .tech-chat>div:first-child p {
		display: none;
	}

	.footer .tech-chat .pc {
		display: none;
	}

	.footer .tech-chat .link-mobile {
		display: block;
		color: #fff;
		font-size: 20px;
		text-transform: uppercase;
		text-decoration: underline;
	}

	.footer .menu ul li,
	.footer .menu-main ul li {
		margin-bottom: 10px;
	}

	.rekv-mobile {
		display: block;
		margin-top: 40px;
	}

	.rekv-mobile h3 {
		margin-bottom: 15px;
		font-size: 20px;
		color: #fff;
		font-weight: 600;
	}

	.rekv-mobile p {
		font-size: 15px;
		color: #fff;
		margin-bottom: 10px;
	}

	.rekv-mobile p+h3 {
		margin-top: 20px;
	}

	.footer .copy {
		margin-top: 40px;
		text-align: center;
		font-size: 15px;
	}
}

@media(max-width: 430px) {
    .proizv .proizv-items .proizv-center {
        max-width: 145px;
        top: 90px;
    }
	.proizv .proizv-items .proizv-left h2 {
		max-width: 300px;
	}
}

@media(max-width: 340px) {
	.main .main-block .main-block_content h1 {
		font-size: 19px;
	}

	.proizv .proizv-item_last>div:last-child,
	.proizv .proizv-item-MTBF {
		left: 120px;
	}

	.proizv .proizv-item_last {
		width: 300px;
	}
}

.contact-p {
	padding-top: 35px;
}

.contact-p h1 {
	color: #12959E;
	font-weight: 500;
	font-size: 40px;
	line-height: 1.24;
	font-family: 'Benzin';
	margin-bottom: 60px;
}

.contact-p .contact-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: -115px;
}

.contact-p .contact-box h3 {
	color: #06161F;
	font-size: 32px;
	line-height: 1.24;
	font-weight: 600;
	margin-bottom: 30px;
}


.contact-p .contact-box p {
	font-size: 20px;
	color: #888888;
	font-weight: 300;
	margin-bottom: 10px;
}

.contact-p .contact-box .contact-box-1 p {
	margin-bottom: 76px;
	color: #06161F;
	max-width: 350px;
}


.contact-p .contact-box .contact-box-1 a {
	color: #12959E;
	font-size: 32px;
	line-height: 1.24;
	font-weight: 500;
	text-decoration: underline;
}

.contact-p .contact-box .contact-box-2 a {
	color: #06161F;
	font-size: 32px;
	line-height: 1.24;
	font-weight: 300;
}

.contact-p .contact-box .contact-box-2 a.phone {
	margin-bottom: 19px;
	display: inline-block;
}


.contact-p .contact-box .contact-box-3 .time_work {
	color: #06161F;
	font-size: 32px;
	line-height: 1.24;
	font-weight: 300;
	margin-bottom: 26px;
}

.contact-p .contact-box .contact-box-3 .time_work span:last-child {
	margin-left: 90px;
	position: relative;
}

.contact-p .contact-box .contact-box-3 .time_work span:last-child::before {
	content: '';
	width: 47px;
	height: 1px;
	background-color: #000;
	left: -72px;
	top: 18px;
	position: absolute;
}

.contact-p .contact-box .contact-box-3 .callback-btn {
	color: #475770;
	padding: 17px 20px;
	font-size: 20px;
	line-height: 1.24;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 12px;
	border: 1px solid #475770;
	display: inline-block;
}

.contact-p .contact-box .contact-box-3 .callback-btn:hover {
	background: #475770;
	color: #fff;
}

.contact-p .contact-box .contact-box-4 img {
	position: relative;
	top: -110px;
}

.map {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	overflow: hidden;
}

@media(max-width: 1600px) {
	.contact-p .contact-box h3 {
		font-size: 24px;
		margin-bottom: 20px;
	}

	.contact-p .contact-box p {
		font-size: 15px;
	}

	.contact-p .contact-box .contact-box-1 p {
		margin-bottom: 62px;
		max-width: 320px;
	}

	.contact-p .contact-box .contact-box-2 a {
		font-size: 24px;
	}

	.contact-p .contact-box .contact-box-3 .time_work {
		font-size: 24px;
	}

	.contact-p .contact-box .contact-box-3 .time_work span:last-child::before {
		top: 14px;
	}

	.contact-p .contact-box .contact-box-3 .callback-btn {
		padding: 15px 15px;
		font-size: 15px;
	}

	.contact-p .contact-box .contact-box-4 img {
		position: relative;
		top: -110px;
		max-width: 208px;
	}
}

@media(max-width: 1275px) {
	.contact-p .contact-box>div {
		margin-right: 20px;
	}

	.contact-p .contact-box .contact-box-1 a {
		font-size: 22px;
	}

	.contact-p .contact-box .contact-box-2 a {
		font-size: 20px;
	}

	.contact-p .contact-box .contact-box-3 .time_work {
		font-size: 20px;
	}

	.contact-p .contact-box .contact-box-3 .time_work span:last-child::before {
		top: 11px;
	}
}

@media(max-width: 1199px) {
	.contact-p .contact-box {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.contact-p .contact-box>div {
		margin-right: 20px;
		width: 35%;
	}

	.contact-p .contact-box .contact-box-3 {
		margin-top: 30px;
	}

	.contact-p .contact-box .contact-box-4 img {
		right: -110%;
	}
}

@media(max-width: 950px) {
	.contact-p .contact-box {
		position: relative;
	}

	.contact-p .contact-box>div {
		margin-right: 0px;
		width: 100%;
	}

	.contact-p .contact-box>div {
		margin-top: 30px;
	}

	.contact-p .contact-box .contact-box-1 p {
		margin-bottom: 20px;
	}

	.contact-p .contact-box {
		margin-bottom: 20px;
	}

	.contact-p .contact-box .contact-box-4 {
		position: absolute;
		bottom: -25px;
		right: 0px;
		width: 228px;
	}

	.contact-p .contact-box .contact-box-4 img {
		right: 0%;
		top: 0;
	}

	.contact-p h1 {
		margin-bottom: 0;
	}
}

@media(max-width: 590px) {
	.contact-p .contact-box .contact-box-4 img {
		width: 100%;
	}

	.contact-p .contact-box .contact-box-4 {
		width: 108px;
	}

}


@media(max-width: 375px) {
	.contact-p h1 {
		font-size: 20px;
	}

	.contact-p .contact-box h3 {
		font-size: 18px;
		margin-bottom: 15px;
	}

	.contact-p .contact-box>div {
		margin-top: 20px;
	}

	.contact-p .contact-box .contact-box-1 a {
		font-size: 16px;
	}

	.contact-p .contact-box .contact-box-2 a {
		font-size: 15px;
	}

	.contact-p .contact-box .contact-box-3 .time_work span:last-child {
		margin-left: 62px;
	}

	.contact-p .contact-box .contact-box-3 .time_work span:last-child::before {
		width: 40px;
		left: -52px;
	}

	.contact-p .contact-box .contact-box-4 {
		width: 95px;
	}
}

@media(max-width: 350px) {
	.contact-p .contact-box .contact-box-4 {
		width: 64px;
	}
}

.catalog-p {
	padding: 40px 0 60px;
}

.catalog-p .catalog-bx {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.catalog-p .catalog-bx .catalog-filter {
	width: 317px;
	margin-right: 30px;
}

.catalog-p .catalog-bx .catalog-c {
	width: calc(100% - 347px);
}

.catalog-c .catalog-rubr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.catalog-c .catalog-rubr .catalog-rubr-item {
	width: calc(25% - 22.5px);
	position: relative;
	background: #fff;
	padding: 24px 70px 24px 30px;
	margin-bottom: 30px;
	border-radius: 16px;
	-webkit-box-shadow: 2px 4px 13px rgba(0, 0, 0, .07);
	box-shadow: 2px 4px 13px rgba(0, 0, 0, .07);
	overflow: hidden;
	margin-right: 30px;
	min-width: 262px;
}

.catalog-c .catalog-rubr .catalog-rubr-item:nth-child(4n) {
	margin-right: 0;
}

.catalog-c .catalog-rubr .catalog-rubr-item .catalog-rubr-item_t {
	color: #475770;
	font-size: 20px;
	line-height: 1.5;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	z-index: 4;
}

.catalog-c .catalog-rubr .catalog-rubr-item .catalog-rubr-item_img {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	z-index: 1;
}

.catalog-c .catalog-rubr .catalog-rubr-item .catalog-rubr-item_img img {
	height: 100%;
	width: auto;
}

.catalog-c .catalog-rubr .catalog-rubr-item:hover,
.catalog-c .catalog-rubr.mobile .catalog-rubr-item.active {
	background: #475770;
	color: #fff;
}
.catalog-c .catalog-rubr.mobile .catalog-rubr-item.active .catalog-rubr-item_t {
	color: #fff;
}

.catalog-c .catalog-rubr .catalog-rubr-item:hover .catalog-rubr-item_t {
	color: #fff;
}

.breadcrumbs {
	font-size: 20px;
	line-height: 1.24;
	font-weight: 500;
	margin-bottom: 30px;
}

.breadcrumbs a,
.breadcrumbs span {
	color: #475770;
}

.catalog-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.c-item {
	height: 435px;
	min-width: 262px;
	width: calc(25% - 23px);
	margin-right: 30px;
	margin-bottom: 30px;
	background-color: #fff;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	position: relative;
	padding: 20px 0px 20px 30px;
	border-radius: 16px;
	-webkit-box-shadow: 2px 4px 13px rgba(0, 0, 0, .07);
	box-shadow: 2px 4px 13px rgba(0, 0, 0, .07);
}

.c-item:nth-child(4n) {
	margin-right: 0;
}

.c-item .c-item_title {
	font-size: 20px;
	line-height: 1.5;
	color: #475770;
	font-weight: 600;
	padding-right: 60px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	z-index: 3;
	position: relative;
}

.c-item .c-item_title span {
	color: #90A3BF;
	font-size: 20px;
	line-height: 1.24;
	font-weight: 500;
	display: block;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.c-item .c-item_title svg {
	position: absolute;
	top: 0px;
	right: 20px;
	width: 29px;
	height: 29px;
	fill: #475770;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.c-item:hover .c-item_title svg,
.c-item .c-item_title svg path {
	fill: #fff;
}

.c-item:hover .c-item_title svg path {
	fill: #475770;
}


.c-item .c-item_img {
	text-align: right;
	width: 100%;
	position: absolute;
	top: 55px;
	right: 0;
}

.c-item .c-item_img img {
	 height: auto; 
	width: 100%;
	display: block;
}

.c-item .c-item_text {
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	color: #90A3BF;
	position: absolute;
	bottom: 20px;
	left: 30px;
}

.c-item:hover {
	background-color: #475770;
}

.c-item.greenbg:hover {
	background-color: #12959E;
}

.c-item:hover .c-item_title,
.c-item:hover .c-item_title span {
	color: #fff;
}

.c-item .c-item_text ul {
	margin: 0;
	padding: 0;
}

.c-item .c-item_text ul li {
	color: #90A3BF;
	font-size: 14px;
	line-height: 1.24;
	margin-bottom: 7px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.c-item .c-item_text ul li:last-child {
	margin-bottom: 0;
}

.c-item .c-item_text ul li svg {
	margin-right: 10px;
	width: 16px;
	height: 16px;
	fill: none;
	stroke: #90A3BF;
}

.c-item:hover .c-item_text ul li svg {
	stroke: #fff;
}

.c-item:hover .c-item_text,
.c-item:hover .c-item_text ul li {
	color: #fff;
}
/* 
.c-item#post-232 .c-item_img img,
.c-item#post-226 .c-item_img img,
.c-item#post-61 .c-item_img img,
.c-item#post-64 .c-item_img img {
	padding-bottom: 20px;
}

.c-item#post-49 .c-item_img img,
.c-item#post-52 .c-item_img img {
	padding-bottom: 90px;
} */

.facetwp-counter {
	font-size: 14px;
	line-height: 1.24;
}

.filter-title {
	color: #475770;
	font-size: 24px;
	line-height: 1.24;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.filter-subtitle {
	color: #475770;
	font-size: 20px;
	line-height: 1.24;
	font-weight: 500;
	margin-bottom: 13px;
}

.catalog-filter .facetwp-checkbox {
	background: transparent;
	background-size: 100%;

	margin-bottom: 10px;
	padding-left: 20px;

	cursor: pointer;
	position: relative;
	font-size: 20px;
	font-weight: 300;
	line-height: 24px;
}

.catalog-filter .facetwp-checkbox::before {
	width: 24px;
	height: 24px;
	position: absolute;
	background: #fff;
	left: 0;
	border: 1px solid #475770;
	border-radius: 4px;
	content: '';
}

.catalog-filter .facetwp-display-value {
	padding-right: 5px;
	padding-left: 10px;
}

.catalog-filter .facetwp-checkbox.checked {
	background: transparent;

}

.catalog-filter .facetwp-checkbox.checked::before {
	background: url(img/check.svg) center no-repeat #fff;
	background-size: 14px 10px;
}

.filter-mobile {
	background: #FAFAFA;
	border-top-right-radius: 16px;
	border-top-left-radius: 16px;
	padding: 30px 10px 30px 30px;
}

.facetwp-facet.facetwp-type-reset {
	background: #FAFAFA;
	border-bottom-right-radius: 16px;
	border-bottom-left-radius: 16px;
	padding: 0 30px 30px;
	margin-bottom: 0;
}

.catalog-filter .facetwp-facet input.facetwp-search,
.catalog-filter .facetwp-facet input.facetwp-location {
	margin: 0;
	padding-right: 30px;
	min-width: 240px;
	background: #fafafa;
	border: 0;
	padding: 13px 16px 13px 40px;
	font-size: 19px;
	line-height: 1.24;
	width: 100%;
	border-radius: 10px;
}


.catalog-filter .facetwp-input-wrap {
	display: inline-block;
	position: relative;
	width: 100%;
}

.catalog-filter .facetwp-icon {
	right: auto;
	left: 11px;
	opacity: 1;
}

.catalog-filter .facetwp-icon:before {
	background: url(img/search-normal.svg) center no-repeat;
	background-size: 19px 19px;
	width: 19px;
}


.facetwp-toggle {
	color: #475770;
}

.catalog-filter .facetwp-reset {
	color: #475770;
	font-size: 20px;
	line-height: 1.24;
	text-align: center;
	font-weight: 500;
	text-decoration: underline;
}

.catalog-filter .facetwp-reset:hover {
	text-decoration: none;
}

.more-filter_title {
	color: #475770;
	font-size: 20px;
	line-height: 1.24;
	font-weight: 500;
	padding-left: 36px;
	position: relative;
	margin-bottom: 26px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.more-filter_title::before {
	content: '';
	background: url(img/setting.svg) center no-repeat;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 0;
	top: 0px;
}

.more-filter_title:hover {
	color: #12959E;
	cursor: pointer;
}

.more-filter {
	display: none;

}

.c-item#post-281 {
	width: calc(50% - 16px);
	margin-right: 0;
}


@media(max-width: 1880px) {
	.catalog-c .catalog-rubr .catalog-rubr-item.catalog-rubr-item-8 .catalog-rubr-item_img {
		width: 150px;
	}

	.catalog-c .catalog-rubr .catalog-rubr-item.catalog-rubr-item-8 .catalog-rubr-item_img img {
		width: 100%;
		height: auto;
		position: absolute;
		bottom: 0;
		right: 0;
	}
}

@media(max-width: 1800px) {
	.catalog-c .catalog-rubr .catalog-rubr-item .catalog-rubr-item_t {
		font-size: 15px;
	}
}

@media(max-width: 1699px) {
	.catalog-c .catalog-rubr .catalog-rubr-item {
		padding: 19px 70px 19px 30px;
	}

	.catalog-c .catalog-rubr .catalog-rubr-item.catalog-rubr-item-1 .catalog-rubr-item_img {
		width: 150px;
	}

	.catalog-c .catalog-rubr .catalog-rubr-item.catalog-rubr-item-2 .catalog-rubr-item_img {
		width: 103px;
	}

	.catalog-c .catalog-rubr .catalog-rubr-item.catalog-rubr-item-4 .catalog-rubr-item_img {
		width: 135px;
	}

	.catalog-c .catalog-rubr .catalog-rubr-item.catalog-rubr-item-5 .catalog-rubr-item_img {
		width: 180px;
	}

	.catalog-c .catalog-rubr .catalog-rubr-item.catalog-rubr-item-6 .catalog-rubr-item_img {
		width: 110px;
	}

	.catalog-c .catalog-rubr .catalog-rubr-item.catalog-rubr-item-7 .catalog-rubr-item_img {
		width: 210px;
	}

	.catalog-c .catalog-rubr .catalog-rubr-item.catalog-rubr-item-3 .catalog-rubr-item_img,
	.catalog-c .catalog-rubr .catalog-rubr-item.catalog-rubr-item-8 .catalog-rubr-item_img {
		width: 125px;
	}

	.catalog-c .catalog-rubr .catalog-rubr-item .catalog-rubr-item_img img {
		width: 100%;
		height: auto;
		position: absolute;
		bottom: 0;
		right: 0;
	}
}


@media(max-width: 1799px) {
.c-item {
    height: 405px;
}
}

@media(max-width: 1699px) {
.c-item {
    height: 385px;
}
}


@media(max-width: 1585px) {




	.catalog-p .catalog-bx .catalog-filter {
		width: 240px;
		margin-right: 20px;
	}

	.catalog-p .catalog-bx .catalog-c {
		width: calc(100% - 260px);
	}

	.catalog-c .catalog-rubr .catalog-rubr-item {
		margin-right: 20px;
		margin-bottom: 20px;
		width: calc(25% - 15px);
		min-width: 240px;
	}



	.c-item {
		height: 324px;
		min-width: 240px;
		width: calc(25% - 15px);
		margin-right: 20px;

	}

	.c-item .c-item_img {
        /* height: 265px;
        top: 40px; */
            height: 249px;
        top: 60px;
	}
.c-item .c-item_img img {
    height: auto;
    margin: 0 0 0 auto;
    max-height: 100%;
    width: auto;
    display: block;
}

.c-item .c-item_text {
	left: 20px;
}

.c-item .c-item_text ul li {
	font-size: 12px;
	    margin-bottom: 5px;
}

	.c-item .c-item_title,
	.c-item .c-item_title span {
		font-size: 17px;
	}

	/* .c-item#post-41 .c-item_img img,
	.c-item#post-46 .c-item_img img,
	.c-item#post-61 .c-item_img img,
	.c-item#post-64 .c-item_img img,
	.c-item#post-67 .c-item_img img,
	.c-item#post-79 .c-item_img img,
	.c-item#post-82 .c-item_img img,
	.c-item#post-85 .c-item_img img,
	.c-item#post-229 .c-item_img img,
	.c-item#post-226 .c-item_img img  {
		padding-bottom: 40px;
	}

	.c-item#post-55 .c-item_img img,

	.c-item#post-73 .c-item_img img,
	.c-item#post-85 .c-item_img img {
		padding-bottom: 20px;
	} */

	.filter-mobile {
		border-top-right-radius: 12px;
		border-top-left-radius: 12px;
		padding: 20px 10px 20px 20px;
	}

	.filter-title {
		font-size: 18px;
	}

	.filter-subtitle {
		font-size: 18px;
		margin-bottom: 8px;
	}

	.catalog-filter .facetwp-facet input.facetwp-search,
	.catalog-filter .facetwp-facet input.facetwp-location {
		font-size: 14px;
		min-width: 225px;
		padding: 13px 9px 13px 35px;
	}

	.catalog-filter .facetwp-checkbox {
		margin-bottom: 7px;
		font-size: 15px;
		line-height: 18px;
	}

	.catalog-filter .facetwp-checkbox::before {
		width: 18px;
		height: 18px;
		border-radius: 3px;
	}

	.more-filter_title::before {
		background-size: contain;
		width: 18px;
		height: 18px;
	}

	.more-filter_title {
		font-size: 15px;
		padding-left: 28px;
		margin-bottom: 0;
	}

	.catalog-filter .facetwp-reset {
		font-size: 15px;
	}
}

@media(max-width: 1480px) {
	.catalog-c .catalog-rubr .catalog-rubr-item .catalog-rubr-item_t {
		font-size: 15px;
	}
}

@media (min-width: 1361px) and (max-width: 1399px) {
    .catalog-c .catalog-rubr .catalog-rubr-item {
        padding: 19px 70px 19px 20px;
    }
}

@media(max-width: 1360px) {
	.c-item {
		height: 375px;
		min-width: 255px;
		width: calc(33.33% - 15px);
		margin-right: 20px;
	}

	.c-item .c-item_title,
	.c-item .c-item_title span {
		font-size: 20px;
	}

	.c-item:nth-child(4n) {
		margin-right: 20px;
	}

	.c-item:nth-child(3n) {
		margin-right: 0px;
	}

	.c-item .c-item_img {
		height: 300px;
		top: 70px;
	}

	.catalog-c .catalog-rubr .catalog-rubr-item {
		margin-right: 20px;
		margin-bottom: 20px;
		width: calc(33.333% - 14px);
	}

	.catalog-c .catalog-rubr .catalog-rubr-item:nth-child(3n) {
		margin-right: 0px;
	}

	.catalog-c .catalog-rubr .catalog-rubr-item:nth-child(4n) {
		margin-right: 20px;
	}
}



@media(max-width: 1295px) {
	.catalog-c .catalog-rubr .catalog-rubr-item {
		width: calc(50% - 10px);
	}

	.catalog-c .catalog-rubr .catalog-rubr-item:nth-child(3n) {
		margin-right: 20px;
	}

	.catalog-c .catalog-rubr .catalog-rubr-item:nth-child(2n) {
		margin-right: 0px;
	}
}



@media(max-width: 1170px) {
	.c-item {
		min-width: 255px;
		width: calc(50% - 10px);
	}

	.c-item:nth-child(3n) {
		margin-right: 20px;
	}

	.c-item:nth-child(2n) {
		margin-right: 0px;
	}
}

.filter-mobile_title {
	display: none;
}

@media(max-width: 915px) {
	.catalog-p .catalog-bx {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.catalog-p .catalog-bx .catalog-filter,
	.catalog-p .catalog-bx .catalog-filter .fixed-div,
	.catalog-p .catalog-bx .catalog-c {
		width: 100%;
		margin-right: 0px;
	}

	.filter-mobile_title {
		color: #475770;
		font-size: 15px;
		padding-left: 29px;
		position: relative;
		display: block;
	}

	.filter-mobile_title::before {
		content: '';
		background: url(img/setting.svg) center no-repeat;
		width: 19px;
		height: 18px;
		background-size: contain;
		position: absolute;
		left: 0;
		top: 1px;
	}

	.catalog-p .catalog-bx .catalog-filter .fixed-div {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: baseline;
		-ms-flex-align: baseline;
		align-items: baseline;
		flex-wrap: wrap;
	}



	.filter-mobile {
		display: none;
	}
	/* .c-item#post-49 .c-item_img img, .c-item#post-52 .c-item_img img {
    padding-bottom: 60px;
}

.c-item#post-76 .c-item_img img, .c-item#post-52 .c-item_img img,
.c-item#post-70 .c-item_img img, .c-item#post-52 .c-item_img img,
.c-item#post-58 .c-item_img img, .c-item#post-52 .c-item_img img {
    padding-bottom: 20px;
}
.c-item#post-232 .c-item_img img, .c-item#post-52 .c-item_img img,
.c-item#post-235 .c-item_img img, .c-item#post-52 .c-item_img img {
	 padding-bottom: 40px;
} */
}


@media(max-width: 655px) {
	.catalog-items {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.c-item {
		height: 220px;
		min-width: 158px;
		width: calc(50% - 10px);
		margin-right: 10px;
		padding: 10px 0px 10px 10px;
		margin-bottom: 15px;
	}

	.c-item .c-item_title {
		font-size: 15px;
		padding-right: 0px;
	}

	.c-item .c-item_title span {
		font-size: 13px;
	}

	.c-item .c-item_title svg {
		display: none;
	}

	.c-item .c-item_text ul li {
		font-size: 10px;
		margin-bottom: 5px;
	}

	.c-item .c-item_text ul li svg {
		margin-right: 5px;
		width: 12px;
		height: 12px;
	}

	.c-item .c-item_img {
		height: 165px;
		        top: 45px;
	}

	.c-item .c-item_text ul li {
		margin-bottom: 3px;
	}

	.c-item:nth-child(3n) {
		margin-right: 0px;
	}

	.c-item .c-item_text {
		bottom: 10px;
		left: 10px;
	}
}

@media(max-width: 355px) {
	.c-item {
		min-width: 142px;
		width: calc(50% - 5px);
		margin-right: 5px;
	}

	.c-item:nth-child(2n) {
		margin-right: 0;
	}
}
@media(max-width: 340px) {
    .c-item .c-item_img {
        height: 155px;
        top: 50px;
    }
}


@media(max-width: 1199px) {

	.catalog-filter .facetwp-facet input.facetwp-search,
	.catalog-filter .facetwp-facet input.facetwp-location {
		font-size: 15px;
	}
}



@media (max-width: 1399px) {
	.c-item#post-281 {
		width: calc(66.666% - 10px);
	}
}

@media (max-width: 1170px) {
	.c-item#post-281 {
		width: 100%;
		margin-right: 0;
	}
}

.catalog-rubr-mobile_title,
.apply_filter,
.catalog-c .catalog-rubr.mobile {
	display: none;
}


@media (max-width: 915px) {
.catalog-p {
    padding: 10px 0 60px;
}
	.catalog-filter .facetwp-reset {
		font-size: 15px;
	}

.catalog-c .catalog-rubr.pc {
display: none;
}

	.catalog-c .catalog-rubr.mobile {
		    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	}

	.catalog-c .catalog-rubr .catalog-rubr-item .catalog-rubr-item_img {
		display: none;
	}

	.catalog-c .catalog-rubr .catalog-rubr-item .catalog-rubr-item_t {
		color: #1E1E1E;
		font-size: 15px;
		text-transform: none;
		font-weight: 400;
	}

	.catalog-c .catalog-rubr .catalog-rubr-item .catalog-rubr-item_t br,
	.catalog-c .catalog-rubr .catalog-rubr-item .catalog-rubr-item_t span {
		display: none;
	}

	.catalog-c .catalog-rubr .catalog-rubr-item {
		padding: 4px 10px;
		width: auto;
		border-radius: 7px;
		border: 1px solid #8F8F8F;
		-webkit-box-shadow: none;
		box-shadow: none;
		margin-bottom: 5px;
		text-transform: none;
		margin-right: 5px;
		min-width: auto;
	}

	.catalog-c .catalog-rubr .catalog-rubr-item:nth-child(2n),
	.catalog-c .catalog-rubr .catalog-rubr-item:nth-child(3n) {
		margin-right: 5px;
	}

	.catalog-c .catalog-rubr {
		margin-bottom: 15px;
	}

	.catalog-rubr-mobile_title {
		display: block;
		color: #888888;
		font-size: 15px;
		font-weight: 500;
		margin-bottom: 15px;
		margin-top: 15px;
	}

	.facetwp-facet {
		margin-bottom: 15px;
	}

	.facetwp-facet.facetwp-type-reset {
		background: transparent;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
		padding: 0;
	}

	.catalog-filter .facetwp-facet-search {
		width: 100%;
		margin-bottom: 15px;
	}

	/* .catalog-filter .facetwp-facet input.facetwp-search,
	.catalog-filter .facetwp-facet input.facetwp-location {
		display: none;
	} */

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

	.filter-mobile {
		display: none;
		position: absolute;
		padding: 30px 10px 30px 30px;
		z-index: 99;
		width: 100%;
		top: 0;
		left: 0;
	}

	.more-filter_title {
		display: none;
	}

	.more-filter {
		display: block;
	}

	.custom-nav__close-filter {
		position: absolute;
		width: 33px;
		height: 33px;
		cursor: pointer;
		z-index: 2;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;

		top: 10px;
		right: 10px;
	}

	.custom-nav__close-filter::after,
	.custom-nav__close-filter::before {
		content: "";
		position: absolute;
		width: 20px;
		height: 1px;
		border-radius: 3px;
		background-color: #475770;
		top: 50%;
		margin-top: -1px;
		left: 50%;
		margin-left: -8px;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}

	.custom-nav__close-filter::before {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.custom-nav__close-filter::after {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.apply_filter {
		display: block;
		color: #475770;
		font-size: 20px;
		text-align: center;
		font-weight: 500;
		text-decoration: underline;
	}

	.catalog-filter .filter-mobile .facetwp-reset {
		display: block;
		color: #7A8086;
		font-size: 20px;
		margin-top: 30px;
		text-align: center;
		font-weight: 500;
		text-decoration: underline;
	}
}

@media(max-width: 630px) {}

.error-404_text p {
	color: #1E1E1E;
	font-size: 40px;
	font-family: 'Benzin';
	font-weight: 500;
	margin-bottom: 90px;
}

.error-404_text h1 {
	color: #12959E;
	font-size: 40px;
	font-family: 'Benzin';
	font-weight: 500;
}

.error-404_img {
	margin-left: -50px;
}

.error-404_img video {
	width: 100%;
}

@media(max-width: 1499px) {

	.error-404_text h1,
	.error-404_text p {
		font-size: 34px;
	}
}

@media(max-width: 1299px) {

	.error-404_text h1,
	.error-404_text p {
		font-size: 25px;
	}
}

@media(max-width: 991px) {

	.error-404_text h1,
	.error-404_text p {
		font-size: 20px;
	}

	.error-404_text p {
		margin-bottom: 40px;
	}
}

@media(max-width: 768px) {
	.error-404_text p {
		margin-bottom: 20px;
	}

	.error-404_img {
		margin-left: 0px;
	}
}

.overlay {
	top: 0;
	left: 0;
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	/* background-color: rgba(0, 0, 0, 0.5); */
	z-index: 100;
}

.overlay.scrolling {
	overflow: auto;
}

.overlay.scrolling .popup-wrap {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	height: auto;
}

.popup-wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.popup {
	position: relative;
	display: block;
	width: 100%;
	-webkit-box-shadow: 0 4px 55px rgba(128, 128, 128, .16);
	box-shadow: 0 4px 55px rgba(128, 128, 128, .16);
	padding: 30px 40px;
	background-color: rgba(255, 255, 255, .8);
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	border-radius: 20px;
	max-width: 470px;
}

@media(max-width: 430px) {
	.popup {
		padding: 30px 20px;
	}
}

.popup-title {
	position: relative;
	display: block;
	text-align: center;
	width: 100%;
	font-size: 21px;
	line-height: 1.24;
	font-weight: 600;
	color: #333;
	margin-bottom: 20px;
}

.input-txt {
	width: 100%;
	border: 1px solid #475770;
	border-radius: 5px;
	padding: 15px 20px;
	font-size: 15px;
	line-height: 1.24;
}

.input-submit {
	background: #0F929A;
	color: #fff;
	width: 100%;
	border-radius: 5px;
	font-size: 15px;
	line-height: 1.24;
	text-transform: uppercase;
	letter-spacing: 5px;
	padding: 15px;
	border: 0;
	outline: 0;
}

.form-block__field {
	position: relative;
}

.form-block__field.soglasie {
	margin-bottom: 20px
}

.form-block__field.soglasie .checkbox__choice {
	margin: 0 3px 0 0;
	width: 17px;
	height: 17px
}

.form-block__field.soglasie .wpcf7-list-item {
	margin: 0
}

.form-block__field.soglasie .wpcf7-list-item-label {
	display: block;
	cursor: pointer;
	position: relative;
	padding: 0 0 0 37px;
	line-height: 20px;
	color: #333333;
	font-size: 14px;
	opacity: 1
}

.form-block__field.soglasie .wpcf7-list-item-label a {
	color: #333333;
	text-decoration: underline;
}

.form-block__field.soglasie .wpcf7-list-item-label a:hover {
	text-decoration: none;
}

.form-block__field.soglasie .checkbox__choice {
	position: absolute;
	opacity: 0
}

.form-block__field.soglasie .wpcf7-list-item-label::before {
	border: 1px solid #dc3232;
	border-radius: 3px;
	background: #FAFAFA;
	content: '';
	position: absolute;
	top: 0px;
	left: 0;
	width: 18px;
	height: 18px
}

.form-block__field.soglasie .checkbox__choice:checked+.wpcf7-list-item-label::before {
	border-color: #475770;
	background: url(img/check-sogl.svg) center no-repeat #fff;
}

.form-block__field.soglasie .checkbox__choice:checked+.wpcf7-list-item-label {
	opacity: 1
}


.form-block__field {
	margin-bottom: 10px;
}

.wpcf7-not-valid-tip {
	font-size: 12px;
}

.wpcf7-spinner {
	position: absolute;
	top: 11px;
	right: 10px;
}

.popup__form {
	max-width: 471px;

}

.popup-close {
	position: absolute;
	right: 24px;
	top: 24px;
	width: 42px;
	height: 42px;
	cursor: pointer;
	z-index: 2;
}

.popup-close:hover::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.popup-close:hover::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.popup-close::after,
.popup-close::before {
	content: "";
	position: absolute;
	width: 16px;
	height: 1px;
	background-color: #363636;
	top: 50%;
	margin-top: -0.5px;
	left: 50%;
	margin-left: -8px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.popup-close::after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.popup-close::before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.popup__title {
	position: relative;
	display: block;
	width: 100%;
	font-size: 30px;
	line-height: 1.24;
	color: #fff;
	text-align: center;
	margin-bottom: 22px;
}

.popup__row {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.popup__field {
	position: relative;
	display: block;
	width: 100%;
}

.popup__btn-wrap {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 21px;
}

.no-scroll {
	overflow: hidden;
	width: auto;
	margin-right: 15px;
}

.no-scroll.touch-device {
	width: 100%;
}

#thanks .popup-title img {
	width: 132px;
	height: auto;
	display: block;
	margin: 0 auto 16px;
}

#thanks .popup-title {
	color: #333333;
	font-size: 24px;
	line-height: 1.24;
	margin-bottom: 25px;
}

#thanks p {
	color: #4F4F4F;
	font-size: 15px;
	text-align: center;
	max-width: 304px;
	margin: 0 auto;
}

.fixed {
	position: sticky;
	z-index: 9999;
	top: 74px;
	bottom: 0;
	height: calc(100vh - 74px);
	overflow-y: auto;
    width: 317px;
}

@media (max-width: 1585px) {
.fixed {
    width: 240px;
}
}

.pagination {
	display: flex;
	justify-content: center;
}

.pagination li {
	margin: 0 5px;
}

.pagination li a,
.pagination li span {
	width: 42px;
	height: 44px;
	display: block;
	line-height: 44px;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	background: #fff;
	color: #475770;
	border-radius: 9px;
	box-shadow: 1px 4px 13px rgba(0,0,0,.15);
}

.pagination li:hover a {
	box-shadow: 1px 4px 13px rgba(0,0,0,.35);
}

.pagination li.active span {
		background: #475770;
	color: #fff;
}

.pagination li svg {
	margin-top: -3px;
}