.about {
  padding-top: 93px;
}
@media (max-width: 640px) {
  .about {
    padding-top: 0;
    overflow: hidden;
  }
}
@media (max-width: 1024px) {
  .about-block {
    margin-bottom: 50px;
  }
}

.arrows {
  position: absolute;
  width: 25px;
  height: 52px;
  top: 300px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 1400px) {
  .arrows {
   top: 300px;
  }
}
@media (max-width: 1024px) {
  .arrows {
    bottom: 37px;
    top: auto;
  }
}
@media (max-width: 768px) {
  .arrows {
    bottom: 20px;
    top: auto;
  }
}
@media (max-width: 640px) {
  .arrows {
    bottom: 30px;
    top: auto;
  }
}
@media (max-width: 350px) {
  .arrows {
    bottom: 10px;
    top: auto;
  }
}
.arrows__item {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 14px;
  height: 14px;
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
  -webkit-transform: rotate(45deg) translateX(0) translateY(-5px);
  transform: rotate(45deg) translateX(0) translateY(-5px);
}
.arrows__item:first-child {
  top: -2px;
  opacity: 0;
  -webkit-animation: arrows__item_first 1s ease infinite;
  animation: arrows__item_first 1s ease infinite;
}
.arrows__item:nth-child(2) {
  top: 10px;
  -webkit-animation: arrows__item_second 1s ease infinite;
  animation: arrows__item_second 1s ease infinite;
}
.arrows__item:last-child {
  top: 22px;
  -webkit-animation: arrows__item_last 1s ease infinite;
  animation: arrows__item_last 1s ease infinite;
}
@-webkit-keyframes arrows__item_first {
  from {
    top: -2px;
    opacity: 0;
  }
  to {
    top: 10px;
    opacity: 1;
  }
}
@keyframes arrows__item_first {
  from {
    top: -2px;
    opacity: 0;
  }
  to {
    top: 10px;
    opacity: 1;
  }
}
@-webkit-keyframes arrows__item_second {
  from {
    top: 10px;
  }
  to {
    top: 22px;
  }
}
@keyframes arrows__item_second {
  from {
    top: 10px;
  }
  to {
    top: 22px;
  }
}
@-webkit-keyframes arrows__item_last {
  from {
    top: 22px;
    opacity: 1;
  }
  to {
    top: 34px;
    opacity: 0;
  }
}
@keyframes arrows__item_last {
  from {
    top: 22px;
    opacity: 1;
  }
  to {
    top: 34px;
    opacity: 0;
  }
}

.breadcrumbs {
  margin-bottom: 33px;
  font-size: 14px;
  line-height: 20px;
}
.breadcrumbs__item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
.breadcrumbs__item:last-child {
  margin-right: 0;
}
.breadcrumbs__item_spliter {
  width: 17px;
}
.breadcrumbs__item_spliter::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #e0e9f2;
}

.button {
  display: inline-block;
  position: relative;
  padding: 25px;
  font-size: 14px;
  line-height: 50px;
  height: 50px;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 25px;
  background: #1e5799;
  background: -webkit-gradient(linear, left top, left bottom, from(#1e5799), color-stop(0%, #4366dc), color-stop(100%, #67a2ff), to(#5b8fe1));
  background: linear-gradient(to bottom, #1e5799 0%, #4366dc 0%, #67a2ff 100%, #5b8fe1 100%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: none;
  cursor: pointer;
}
.button::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 25px;
  background: #1e5799;
  background: -webkit-gradient(linear, left top, left bottom, from(#1e5799), color-stop(0%, #4366dc), color-stop(100%, #5b8fe1), to(#5b8fe1));
  background: linear-gradient(to bottom, #1e5799 0%, #4366dc 0%, #5b8fe1 100%, #5b8fe1 100%);
  opacity: 1;
  -webkit-transition: opacity 0.3s cubic-bezier(0.5, 0, 0.5, 1);
  transition: opacity 0.3s cubic-bezier(0.5, 0, 0.5, 1);
  z-index: 1;
}
.button:hover::before {
  opacity: 0;
}
.button:focus,
.button:active {
  outline: none;
}
.button_lang {
  width: 220px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  height: 50px;
  color: #2d6cc4;
  background: #fff;
  padding: 0 50px 0 25px;
  text-align: left;
}
.button_lang::before {
  background: #fff;
}
.button_lang::after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  top: 50%;
  right: 26px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  border-right: 2px solid #2d6cc4;
  border-bottom: 2px solid #2d6cc4;
  z-index: 3;
}
@media (max-width: 768px) {
  .button_lang {
    margin-top: 130px;
  }
}
.button__text {
  position: relative;
  z-index: 2;
  display: inline-block;
}
.button__text_blue {
  color: #2d6cc4;
}
.button_more {
  padding: 0 99px 0 25px;
  text-align: left;
  max-width: 215px;
}
.button_more::after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  top: 50%;
  right: 26px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  z-index: 3;
}
@media (max-width: 640px) {
  .button_more {
    min-width: 270px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.button_next,
.button_prev {
  padding: 30px;
  border-radius: 50%;
}
.button_next::after,
.button_prev::after {
  content: '';
  position: absolute;
  width: 11px;
  height: 11px;
  top: 23px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  z-index: 2;
}
.button_next::before,
.button_prev::before {
  border-radius: 50%;
}
.button_prev::after {
  left: 25px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.button_next::after {
  right: 25px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.button_gallery {
  padding: 0 64px 0 25px;
  text-align: left;
  width: 255px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  text-align: center;
}
.button_gallery::after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  top: 50%;
  right: 26px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  z-index: 3;
}
.button_prod-show {
  padding: 0 60px 0 25px;
  margin-top: 35px;
  white-space: nowrap;
}
.button_optics {
  padding: 0 125px 0 25px;
  white-space: nowrap;
}
@media (max-width: 400px) {
  .button_optics {
    padding: 0 35px 0 25px;
  }
}
.button_yamap {
  padding: 0 63px 0 25px;
  max-width: 304px;
}
.button_yamap::after {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  right: 26px;
  -webkit-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
  border: none;
  background: url("../img/ext-arrow.png") no-repeat;
  z-index: 3;
}
.button_show-news {
  width: 175px;
  padding: 0 0 0 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  margin-bottom: 40px;
}
.button_show-news::after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  top: 50%;
  right: 26px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  z-index: 3;
}
.button_news-back {
  padding: 0 45px 0 65px;
  text-align: right;
  max-width: 255px;
  display: inline-block;
  white-space: nowrap;
}
.button_news-back::after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  top: 50%;
  left: 26px;
  -webkit-transform: translateY(-50%) rotate(130deg);
  transform: translateY(-50%) rotate(130deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  z-index: 3;
}
.button_show-foto {
  padding: 0 64px 0 25px;
  text-align: left;
  width: 255px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  margin-top: 50px;
}
.button_show-foto::after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  top: 50%;
  right: 26px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  z-index: 3;
}
.button_show-video {
  padding: 0 64px 0 25px;
  text-align: left;
  width: 255px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
}
.button_show-video::after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  top: 50%;
  right: 26px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  z-index: 3;
}

.cat-item__part {
  margin-bottom: 40px;
}

.cat-item p{
    font-size: 16px;
    line-height: 22px;
    color: #333;
    font-family: 'Roboto', sans-serif;
}

.cat-item b{
  display: inline-block;
  width: 100%;
  margin-bottom: 1em;
}

.cat-item__part:last-child {
  margin-bottom: 0;
}

.clearfix::after {
  content: '';
  display: table;
  clear: both;
}

.contacts {
  padding: 12px;
  background-color: #fff;
  -webkit-box-shadow: 2px 50px 140px 0px rgba(70,84,119,0.1);
  box-shadow: 2px 50px 140px 0px rgba(70,84,119,0.1);
}
@media (max-width: 1024px) {
  .contacts {
    padding: 50px 50px 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media (max-width: 768px) {
  .contacts {
    padding: 0 25px;
    padding-top: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.contacts__info {
  float: left;
  width: 480px;
  padding: 50px 10px 0 69px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1400px) {
  .contacts__info {
    float: none;
    width: 100%;
    padding: 0 50px;
  }
}
@media (max-width: 1024px) {
  .contacts__info {
    float: none;
    width: 100%;
    padding: 0;
  }
}
.contacts__info .text {
  margin-bottom: 10px;
}
.contacts__info .text:nth-last-child(2) {
  margin-bottom: 40px;
}
.contacts__info .text:nth-last-child(3) {
  margin-bottom: 41px;
}
@media (max-width: 640px) {
  .contacts__info .text:last-child {
    margin-bottom: 58px;
  }
}
.contacts__info .h_2 {
  margin-bottom: 48px;
}
.contacts__info .contacts__info-name {
  margin-bottom: 38px;
}
@media (max-width: 640px) {
  .contacts__info .contacts__info-name {
    font-size: 29px;
  }
}
.contacts__info .contacts__info-address {
  margin-bottom: 40px;
}
@media (min-width: 1025px) and (max-width: 1400px) {
  .contacts__info_1 {
    width: 50%;
    float: left;
    max-width: 326px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .contacts__info_1 {
    width: 50%;
    float: left;
    max-width: 326px;
  }
}
@media (min-width: 1025px) and (max-width: 1400px) {
  .contacts__info_2 {
    width: 50%;
    float: right;
    padding-left: 65px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .contacts__info_2 {
    width: 50%;
    float: right;
    padding-left: 65px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 326px;
  }
}
.contacts__map {
  float: right;
  width: 726px;
  height: 640px;
}
@media (max-width: 1400px) {
  .contacts__map {
    display: block;
    float: none;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .contacts__map {
    display: block;
    float: none;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .contacts__map {
    display: none;
  }
}
.contacts__map_s {
  width: 740px;
  height: 500px;
  float: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 100px;
}
@media (max-width: 1300px) {
  .contacts__map_s {
    float: none;
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .contacts__map_s {
    display: none;
  }
}
.contacts-block {
  margin-bottom: 110px;
}

.contacts-block-wrapper{
  max-width: 330px;
  float: left;
  margin-bottom: 50px;
}

@media (max-width: 1300px) {
  .contacts-block-wrapper {
    float: none;
  }
}

@media (max-width: 768px) {

  .contacts-block-wrapper {
    max-width: 320px;
    margin-bottom: 20px;
  }

  .contacts-block {
    margin-bottom: 50px;
  }
}
.contacts-block__item {
  margin-bottom: 45px;
}
.contacts-block__item:last-child {
  margin-bottom: 0;
}

.container {
  position: relative;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 1241px) and (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0;
  }
}
.container_small-padding {
  padding: 0 30px;
}
@media (max-width: 1400px) {
  .container_small-padding {
    padding: 0 50px;
  }
}
@media (max-width: 1024px) {
  .container_small-padding {
    padding: 0 50px;
  }
}
@media (max-width: 480px) {
  .container_small-padding {
    padding: 0 25px;
  }
}
.container_large-padding {
  padding: 0 80px;
}
@media (max-width: 1400px) {
  .container_large-padding {
    padding: 0 50px;
  }
}
@media (max-width: 1024px) {
  .container_large-padding {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .container_large-padding {
    padding: 0 50px;
  }
}
@media (max-width: 480px) {
  .container_large-padding {
    padding: 0 25px;
  }
}
.container_polyg {
  position: relative;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.directors-block {
  width: 600px;
}
@media (max-width: 1170px) {
  .directors-block {
    width: 450px;
  }
}
@media (max-width: 768px) {
  .directors-block {
    width: auto;
  }
}
.directors-block__item {
  padding-bottom: 45px;
  border-bottom: 1px solid #e8ecf0;
  margin-bottom: 20px;
}
.directors-block__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.directors-block__position {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #333;
  line-height: 1.3;
  margin-bottom: 15px;
}
.directors-block__name {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  color: #333;
}

.disclaimer-block {
  background: #fff;
}
@media (max-width: 768px) {
  .disclaimer-block {
  }
}
.disclaimer-block__title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .disclaimer-block__title {
    margin-bottom: 30px;
  }
}
.disclaimer-block__descr {
  margin-bottom: 25px;
}

.feedback {
  position: relative;
  padding: 108px 0 111px;
  font-size: 0;
  line-height: 0;
}
@media (max-width: 1400px) {
  .feedback {
    padding: 45px 0 90px;
  }
}
@media (max-width: 1024px) {
  .feedback {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .feedback {
    padding: 60px 0 0;
  }
}
.feedback__image,
.feedback__info {
  display: inline-block;
  vertical-align: top;
}
.feedback__image {
  position: relative;
  width: 412px;
  padding: 0 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1400px) {
  .feedback__image {
    float: left;
    padding: 0 50px;
    width: 373px;
  }
}
@media (max-width: 1024px) {
  .feedback__image {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .feedback__image {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    display: block;
    float: none;
  }
}
@media (max-width: 480px) {
  .feedback__image {
    padding: 0 40px;
  }
}
.feedback__image::after {
  content: '';
  position: absolute;
  width: 262px;
  height: 304px;
  top: 24px;
  left: 90px;
  background-image: url("../img/feedback-polygon.png");
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 1024px) {
  .feedback__image::after {
    width: calc(100% - 160px);
    height: 100%;
    left: 100px;
    top: auto;
    bottom: 50%;
    -webkit-transform: translateY(58%);
    transform: translateY(58%);
    background-size: contain;
  }
}
@media (max-width: 480px) {
  .feedback__image::after {
    width: calc(100% - 80px);
    left: 60px;
    background-position: center bottom;
  }
}
.feedback__info {
  width: 825px;
  padding: 66px 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1400px) {
  .feedback__info {
    float: right;
    width: 635px;
    padding-top: 74px;
    padding-right: 50px;
    padding-left: 0;
  }
}
@media (max-width: 1024px) {
  .feedback__info {
    width: 50%;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .feedback__info {
    width: 100%;
    text-align: center;
    padding: 66px 50px;
  }
}
@media (max-width: 480px) {
  .feedback__info {
    padding: 66px 25px;
  }
}

@font-face {
  font-family: 'Roboto';
  src: local('Roboto Light'), local('Roboto-Light'), url("../fonts/Robotolight.woff2") format('woff2'), url("../fonts/Robotolight.woff") format('woff'), url("../fonts/Robotolight.ttf") format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url("../fonts/Robotolightitalic.woff2") format('woff2'), url("../fonts/Robotolightitalic.woff") format('woff'), url("../fonts/Robotolightitalic.ttf") format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto.woff2") format('woff2'), url("../fonts/Roboto.woff") format('woff'), url("../fonts/Roboto.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: local('Roboto Italic'), local('Roboto-Italic'), url("../fonts/Robotoitalic.woff2") format('woff2'), url("../fonts/Robotoitalic.woff") format('woff'), url("../fonts/Robotoitalic.ttf") format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: local('Roboto Medium'), local('Roboto-Medium'), url("../fonts/Robotomedium.woff2") format('woff2'), url("../fonts/Robotomedium.woff") format('woff'), url("../fonts/Robotomedium.ttf") format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url("../fonts/Robotomediumitalic.woff2") format('woff2'), url("../fonts/Robotomediumitalic.woff") format('woff'), url("../fonts/Robotomediumitalic.ttf") format('truetype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Roboto';
  src: local('Roboto Bold'), local('Roboto-Bold'), url("../fonts/Robotobold.woff2") format('woff2'), url("../fonts/Robotobold.woff") format('woff'), url("../fonts/Robotobold.ttf") format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url("../fonts/Robotobolditalic.woff2") format('woff2'), url("../fonts/Robotobolditalic.woff") format('woff'), url("../fonts/Robotobolditalic.ttf") format('truetype');
  font-weight: 700;
  font-style: italic;
}

.footer {
  padding-top: 71px;
  padding-bottom: 60px;
  font-size: 14px;
  line-height: 21px;
}
@media (max-width: 640px) {
  .footer {
    padding-top: 10px;
  }
}
.footer__copyright {
  margin-bottom: 32px;
}
.footer__solution {
  margin-bottom: 31px;
}
/*.footer__logo {
  position: absolute;
  width: 150px;
  height: 70px;
  right: 236px;
  top: 0;
}
@media (max-width: 1400px) {
  .footer__logo {
    right: 50px;
  }
}*/

.footer__logo{
  text-decoration: none;
  margin-left: 5px;
  float: right;
  margin-top: -70px;
  display: inline-block;
  vertical-align: top;
}

.footer__logo-img{
  width: 120px;
  height: 30px;
  background: url("/f/img/logo-promo@2x.png") no-repeat center;
  background-size: 120px auto;
}

.footer__call-error{
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 768px) {
  .footer__logo{
    margin-top: 3px;
  }
}

@media (max-width: 330px) {
  .footer__call-error{
    margin-bottom: 15px; 
  }
}

.foto-g-block {
  margin-bottom: 50px;
}

.foto-g-block__part{
  text-align: center;
}

.foto-g-block__item {
  display: inline-block;
  max-width: 300px;
  margin: 0 20px 20px 0;
  width: 300px;
  height: 200px;
  overflow: hidden;
  vertical-align: top;
  cursor: pointer;
}

@media (max-width: 768px) {
  .foto-g-block__item {
    max-width: 300px;
    height: auto;
    width: 100%;
    margin: 0 0 20px 0;
  }
}

/*@media (max-width: 1230px) {
  .foto-g-block__item {
    max-width: 238px;
  }
}
@media (max-width: 1024px) {
  .foto-g-block__item {
    max-width: 300px;
  }
}
.foto-g-block__item:nth-child(7) {
  margin: 0 20px 0 0;
}
@media (max-width: 768px) {
  .foto-g-block__item:nth-child(7) {
    margin: 0 20px 20px 0;
  }
}
.foto-g-block__item:nth-child(8) {
  margin: 0 20px 0 0;
}
@media (max-width: 768px) {
  .foto-g-block__item:nth-child(8) {
    margin: 0 20px 20px 0;
  }
}*/

.foto-g-block__part_2 {
  display: none;
  margin-top: 20px;
}

.foto-block {
  width: 100%;
}
@media (max-width: 1024px) {
  .foto-block {
    margin-bottom: 50px;
  }
}
.foto-block__left {
  text-align: left;
}
@media (max-width: 1230px) {
  .foto-block__left {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .foto-block__left {
    text-align: center;
  }
}
.foto-block__right {
  text-align: right;
}
@media (max-width: 1230px) {
  .foto-block__right {
    text-align: left;
  }
}
@media (max-width: 1024px) {
  .foto-block__right {
    text-align: right;
  }
}
@media (max-width: 768px) {
  .foto-block__right {
    text-align: center;
  }
}
.foto-block__image {
  display: inline-block;
  width: 240px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .foto-block__image {
    margin: 0 auto 20px;
  }
}
@media (max-width: 768px) {
  .foto-block__image:last-child {
    margin: 0 auto 0;
  }
}
.foto-block__image a {
  width: 100%;
  height: auto;
  display: inline-block;
  position: relative;
}
.image_foto {
  position: relative;
  z-index: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  min-height: 240px;
  min-width: 243px;
}
.image_foto-rol {
  position: absolute;
  top: 2px;
  left: 1px;
  width: auto;
  right: 1px;
  bottom: 1px;
}
/*.foto-block__link:before {
  content: '';
  position: absolute;
  width: 136px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  text-align: center;
  top: 50%;
  margin-top: -25px;
  left: 50%;
  margin-left: -68px;
  z-index: 2;
  opacity: 0;
}
.foto-block__link_1:before {
  content: 'Приборостроение';
}
.foto-block__link_2:before {
  content: 'Оптическое стекловарение';
}
.foto-block__link_3:before {
  content: 'Астрономическая и космическая оптика';
}
.foto-block__link_4:before {
  content: 'Производство тепловой и электрической энергии';
}
.foto-block__link:hover:before {
  opacity: 1;
}*/
.foto-block__link:hover .image_foto {
  opacity: 0.2;
}

.foto-block__name{
  position: absolute;
  width: 136px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  text-align: center;
  top: 50%;
  margin-top: -25px;
  left: 50%;
  margin-left: -68px;
  z-index: 2;
  opacity: 0;
}

.foto-block__link:hover .foto-block__name {
  opacity: 1;
}


.foto-block__group:nth-child(2) {
  margin-top: -50px;
  margin-left: 130px;
  text-align: left;
}
@media (max-width: 1230px) {
  .foto-block__group:nth-child(2) {
    margin-top: 50px;
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .foto-block__group:nth-child(2) {
    margin-top: -55px;
    margin-right: -30px;
  }
}
@media (max-width: 768px) {
  .foto-block__group:nth-child(2) {
    margin-top: 0;
    margin-right: 0;
  }
}

.gallery {
  display: none;
  margin: 40px 0 50px;
  text-align: center;
}
.gallery__image {
  display: block;
  width: 300px;
  margin: 0 auto;
  margin-bottom: 50px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 640px) {
  .gallery__image {
    width: 100%;
  }
}
/* .gallery__image:after {
  content: '';
  position: absolute;
  width: 193px;
  height: 224px;
  bottom: -37px;
  left: 163px;
  background-image: url("../img/gallery-back.png");
  background-repeat: no-repeat;
  z-index: -1;
} */
@media (max-width: 640px) {
  .gallery__image:after {
    left: auto;
    right: 0;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .gallery_mob {
    display: block;
  }
}
@media (min-width: 1025px) and (max-width: 1400px) {
  .gallery_laptop {
    display: block;
  }
}
.gallery-2 {
  margin-top: 50px;
  text-align: center;
}
@media (max-width: 1024px) {
  .gallery-2 {
    margin-bottom: 50px;
  }
}

.h {
  font-weight: 500;
  color: #333;
  margin: 0;
  line-height: 100%;
}
.h_1,
.h_2 {
  position: relative;
  font-size: 30px;
  line-height: 33px;
  margin-bottom: 62px;
  z-index: 1;
}
.h_poly::before {
  content: '';
  position: absolute;
  width: 75px;
  height: 85px;
  left: -37px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  background-image: url("../img/h-poly.png");
}
.h_sm-pad {
  margin-bottom: 40px;
}
@media (max-width: 640px) {
  .h_geo {
    margin-bottom: 0;
  }
}
.h_short {
  max-width: 550px;
}
.h_short-2 {
  max-width: 590px;
}

.header {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  /*transform translateX(-50%)*/
  margin-left: -50%;
  padding: 48px 0 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .header {
    z-index: 100;
  }
}
@media (max-width: 768px) {
  .header {
    padding: 25px 0;
    z-index: 100;
  }
}
.header_dropdown {
  overflow: hidden;
  z-index: 110;
  opacity: 0;
  display: none;
  padding: 0 120px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0.3s cubic-bezier(0.5, 0, 0.5, 1);
  width: 1240px;
  margin: 0 auto 100px;
  padding: 70px 74px 0;
}
@media (max-width: 1400px) {
  .header_dropdown {
    width: 100%;
    padding: 70px 50px 70px;
    margin: 0 auto;
  }
}
@media (max-width: 1024px) {
  .header_dropdown {
    width: 100%;
    padding: 70px 50px 0;
    margin: 0 auto 65px;
  }
}
@media (max-width: 768px) {
  .header_dropdown {
    position: relative;
    padding: 70px 0 80px;
  }
}
.header_dropdown:after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/production.jpg");
  z-index: -5;
  pointer-events: none;
  height: 100%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
@media (min-width: 769px) {
  .header_dropdown:after {
    height: 100%;
  }
}
.header-drop-fixed {
  /*background-image url('../img/production.jpg')*/
  background-color: #002f69;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  overflow-y: scroll;
  z-index: 100;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.header__search-input {
  height: 65px;
  border: none;
  outline: none;
  font-size: 26px;
  color: #fff;
  line-height: 1.6;
  -webkit-box-sizing: border-box;
  font-family: Roboto, sans-serif;
  font-weight: lighter;
  width: 100%;
  background: transparent;
}

.header__search-wrapper{
    background-color: rgba(0,33,78,0.5);
    padding-left: 20px;
    width: 1100px;
    box-sizing: border-box;
    position: relative;
    padding: 0 65px 0 20px;
}

@media (max-width: 1400px) {
  .header__search-wrapper {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .header__search-input {
    width: 100%;
    padding: 0;
  }
}
.header__search {
  position: relative;
  margin-bottom: 75px;
}
@media (max-width: 768px) {
  .header__search {
    width: calc(100% - 40px);
    /* position: absolute;
    margin-bottom: 0;
    bottom: 200px; */
    margin: 0 20px 75px;
    padding: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 768px) and (orientation: landscape) {
  .header__search {
    /* bottom: -400px; */
  }
}
.header__search-but {
  right: 30px;
  top: 36%;
  background: url("../img/search.png") no-repeat;
  width: 26px;
  height: 27px;
  cursor: pointer;
  display: inline-block;
  position: absolute;
}
@media (max-width: 768px) {
  .header__search::after {
    right: 15px;
  }
}
.header_dropdown-cont {
  font-family: Roboto, sans-serif;
  color: #fff;
  line-height: 1.2;
  font-weight: lighter;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .header_dropdown-cont {
    padding: 0 25px;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
  }
}
.header_dropdown-cont_m {
  display: none;
}
@media (max-width: 768px) {
  .header_dropdown-cont_m .header_dropdown-subtitle {
    display: block;
  }
}
.header_dropdown-subblock {
  margin-bottom: 90px;
}
.header_dropdown-subblock:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .header_dropdown-subblock {
    margin-bottom: 0;
  }
}
.header__dropdown-block {
  width: 32%;
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .header__dropdown-block {
    width: 100%;
  }
}
.header__dropdown-block:first-child {
  width: 36%;
  padding-left: 20px;
}
@media (max-width: 1400px) {
  .header__dropdown-block:first-child {
    width: 32%;
    padding-left: 0;
  }
}
@media (max-width: 1024px) {
  .header__dropdown-block:first-child {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .header__dropdown-block:first-child {
    width: 100%;
    padding-left: 0;
  }
}
.header__dropdown-block:nth-child(2) {
  width: 44%;
}
@media (max-width: 1024px) {
  .header__dropdown-block:nth-child(2) {
    width: 49%;
    margin-bottom: 90px;
  }
}
@media (max-width: 768px) {
  .header__dropdown-block:nth-child(2) {
    width: 100%;
    margin-bottom: 0;
  }
}
.header__dropdown-block:nth-child(3) {
  width: 18%;
}
@media (max-width: 1400px) {
  .header__dropdown-block:nth-child(3) {
    width: 20%;
  }
}
@media (max-width: 1024px) {
  .header__dropdown-block:nth-child(3) {
    width: 50%;
    float: right;
  }
}
@media (max-width: 768px) {
  .header__dropdown-block:nth-child(3) {
    width: 100%;
  }
}
.header_dropdown-title {
  font-size: 34px;
  margin-bottom: 25px;
  color: #fff;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .header_dropdown-title {
    font-size: 28px;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 50px;
  }
}
.header_dropdown-title a {
  font-size: 34px;
  margin-bottom: 25px;
  color: #fff;
  text-decoration: none;
}
.header_dropdown-subtitle {
  font-size: 14px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  color: #fff;
  line-height: 1.2;
  font-weight: lighter;
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
}
.header_dropdown-subtitle:last-child {
  margin-bottom: 0;
}
.header_dropdown-item {
  margin-bottom: 25px;
  white-space: nowrap;
}
.header_dropdown-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .header_dropdown-item {
    display: none;
  }
}
.header_dropdown-item_m {
  margin-bottom: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255,255,255,0.3);
}
.header_dropdown-item_m:last-child {
  margin-bottom: 0;
}
.header_dropdown-submenu {
  display: none;
  padding-left: 20px;
  margin-top: 15px;
  margin-left: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  border-left: 1px solid #fff;
}
.header__arr-mob {
  display: none;
  position: absolute;
  width: 15px;
  height: 15px;
  left: 20px;
  top: 15px;
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  cursor: pointer;
  -webkit-transition: 0.3s visibility ease-in-out;
  transition: 0.3s visibility ease-in-out;
  z-index: 200;
}
.h_is-opened .sidebar__arrow-text::before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.submenu-item {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 15px;
  text-decoration: none;
  color: #fff;
  float: left;
  clear: left;
  white-space: normal;
}
.submenu-item:last-child {
  margin-bottom: 0;
}
/*	&:first-child
		padding-top 15px*/
.submenu-item-cont {
  display: inline-block;
}
.visible {
  visibility: visible;
  -webkit-transition: 0.3s visibility ease-in-out;
  transition: 0.3s visibility ease-in-out;
}
.hidden {
  visibility: hidden;
  -webkit-transition: 0.3s visibility ease-in-out;
  transition: 0.3s visibility ease-in-out;
}
.vis {
  display: block !important;
  opacity: 1 !important;
  -webkit-transition: 0.3s cubic-bezier(0.5, 0, 0.5, 1);
  transition: 0.3s cubic-bezier(0.5, 0, 0.5, 1);
}
.vis-n-trans {
  display: block !important;
}
.hid {
  display: none !important;
  opacity: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.block {
  display: block !important;
}
.hollow {
  opacity: 0;
}
.body-block {
  height: 100%;
  overflow: hidden;
}
.menu-drop {
  display: none;
  position: absolute;
  right: 180px;
}
.header_modified .header__logo {
  background-image: url("../img/logo-white.png");
}
.header_modified .link {
  color: #fff;
}
.header_modified .link:hover {
  color: #45cd65;
}
.header_modified .header__button {
  border-radius: 50%;
  background: #fff;
  position: relative;
}
@media (max-width: 768px) {
  .header_modified .header__button {
    position: absolute;
  }
}
.header_not-main .header__button {
  border-radius: 50%;
  background: #3779d3;
  position: relative;
}
@media (max-width: 768px) {
  .header_not-main .header__button {
    position: absolute;
  }
}
.header_not-main .header__button .line {
  background: #fff;
}
.header_not-main .header__button_w {
  background: #fff;
}
.header_not-main .header__button_w .line {
  background: #3779d3;
}
.header_not-main .header__w-logo {
  background-image: url("../img/logo-white.png");
}
.header_not-main .link_white {
  color: #fff;
}
.header_not-main .header_is-fixed .header__button {
  background: #fff;
}
.header_not-main .header_is-fixed .header__button .line {
  background: #3779d3;
}
.line {
  position: absolute;
  width: 25px;
  height: 3px;
  background: #3779d3;
  left: 17px;
}
.line-1 {
  -webkit-transition: top 0.3s ease-in-out 0.3s, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out 0.3s, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out 0.3s, transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out 0.3s, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  top: 20px;
}
.line-1.act {
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out 0.3s;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out 0.3s;
  transition: top 0.3s ease-in-out, transform 0.3s ease-in-out 0.3s;
  transition: top 0.3s ease-in-out, transform 0.3s ease-in-out 0.3s, -webkit-transform 0.3s ease-in-out 0.3s;
  top: 30px;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.line-2 {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  top: 30px;
}
.line-2.act {
  opacity: 0;
}
.line-3 {
  -webkit-transition: top 0.3s ease-in-out 0.3s, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out 0.3s, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out 0.3s, transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out 0.3s, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  top: 40px;
  width: 15px;
}
.line-3.act {
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out 0.3s;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out 0.3s;
  transition: top 0.3s ease-in-out, transform 0.3s ease-in-out 0.3s;
  transition: top 0.3s ease-in-out, transform 0.3s ease-in-out 0.3s, -webkit-transform 0.3s ease-in-out 0.3s;
  top: 30px;
  width: 25px;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
.header_is-fixed {
  position: fixed;
  width: 100%;
  top: 0;
  padding: 25px 0;
  background-color: #003d8e;
  z-index: 10;
  -webkit-animation: headerSlide 0.5s ease;
  animation: headerSlide 0.5s ease;
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
  -webkit-box-shadow: 25px 43px 140px 0px rgba(70,84,119,0.2);
  box-shadow: 25px 43px 140px 0px rgba(70,84,119,0.2);
  background-image: url("../img/production.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.header_is-fixed .header__logo {
  background-image: url("../img/logo-white.png");
}
.header_is-fixed .link {
  color: #fff;
}
.header_is-fixed .link:hover {
  color: #45cd65;
}
@-webkit-keyframes headerSlide {
  from {
    top: -150px;
  }
  to {
    top: 0;
  }
}
@keyframes headerSlide {
  from {
    top: -150px;
  }
  to {
    top: 0;
  }
}
.header__logo {
  float: left;
  width: 282px;
  margin-top: 13px;
  margin-right: 100px;
  height: 34px;
  background-image: url("../img/logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1000;
  position: relative;
}
.header__logo a {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .header__logo {
    width: 75%;
    padding: 0;
    margin: 0;
    margin-top: 13px;
  }
}
.header__menu {
  float: left;
  max-width: 700px;
}
.top-menu {
  height: 40px;
  padding: 0;
  margin: 0;
  font-size: 0;
  list-style: none;
}
@media (max-width: 1400px) {
  .top-menu {
    display: none;
  }
}
.top-menu__item {
  display: inline-block;
  vertical-align: middle;
  margin-top: 25px;
  margin-right: 44px;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.top-menu__item:last-child {
  margin-right: 0;
}
.top-menu__item_drop {
  display: none;
  position: absolute;
  right: 180px;
  z-index: 1000;
}
.top-menu__item_green .link {
  color: #45cd65;
}
.top-menu__item_green .link:hover {
  color: #45cd65;
}
.header__button {
  float: right;
  width: 60px;
  height: 60px;
  background-image: url("../img/menu.png");
  cursor: pointer;
  z-index: 1000;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
@media (max-width: 768px) {
  .header__button {
    position: absolute;
    float: none;
    right: 15px;
    top: -4px;
  }
}
@media (max-width: 768px) {
  .header_dropdown-item_m .sidebar__arrow-text:before {
    right: -20px;
  }
}
@media (max-width: 768px) {
  .header_dropdown-item_m .sidebar__arrow-text:after {
    right: -30px;
  }
}

.hr {
  display: none;
  width: 100%;
  border-bottom: 2px solid #becddd;
}
@media (max-width: 768px) {
  .hr {
    display: block;
  }
}

.image {
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.image_block {
  display: block;
}

.lead-block__item {
  display: inline-block;
  max-width: 300px;
  text-align: left;
  margin-bottom: 80px;
  width: 100%;
  vertical-align: top;
  margin-right: 30px;
}
@media (max-width: 1230px) {
  .lead-block__item {
    max-width: 227px;
  }
}
@media (max-width: 1024px) {
  .lead-block__item {
    margin-right: 0;
    margin-bottom: 50px;
    max-width: 300px;
  }
}
@media (max-width: 768px) {
  .lead-block__item {
    display: block;
    margin: 0 auto 50px;
  }
}
.lead-block__item_main {
  max-width: 600px;
  width: 100%;
}
@media (max-width: 1024px) {
  .lead-block__item_main {
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  .lead-block__item_main {
    max-width: 300px;
    margin: 0 auto 50px;
  }
}
.lead-block__item_main .lead-block__position {
  font-size: 20px;
  margin-top: 50px;
  margin-bottom: 20px;
  min-height: auto;
}
@media (max-width: 768px) {
  .lead-block__item_main .lead-block__position {
    font-size: 19px;
    margin-top: 30px;
  }
}
.lead-block__item_main .lead-block__name {
  font-size: 26px;
}
@media (max-width: 768px) {
  .lead-block__item_main .lead-block__name {
    font-size: 24px;
  }
}
.lead-block__info {
  display: inline-block;
  vertical-align: top;
  max-width: 330px;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .lead-block__info {
    padding-left: 0;
  }
}
.lead-block__img-cont {
  vertical-align: bottom;
  height: 180px;
  margin-bottom: 20px;
}
@media (max-width: 400px) {
  .lead-block__img-cont {
    text-align: center;
  }
}

.lead-block__img-cont:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: bottom;
}

@media (max-width: 768px) {
  .lead-block__img-cont:before{
    display: none;
  }
}

.lead-block__img {
  display: inline-block;
  vertical-align: bottom;
}
.lead-block__position {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #333;
  line-height: 1.3;
  min-height: 54px;
  padding-right: 35px;
  margin-bottom: 5px;
}
@media (max-width: 400px) {
  .lead-block__position {
    padding-right: 0;
    text-align: center;
  }
}
.lead-block__name {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  color: #333;
}
@media (max-width: 400px) {
  .lead-block__name {
    text-align: center;
  }
}

.link {
  color: #2d6cc4;
  text-decoration: none;
  -webkit-transition: color 0.3s cubic-bezier(0.5, 0, 0.5, 1);
  transition: color 0.3s cubic-bezier(0.5, 0, 0.5, 1);
}
.link:hover {
  color: #4c97ff;
}
.link_block {
  display: block;
}
.link-group {
  width: 100%;
  padding-top: 32px;
  padding-bottom: 48px;
}
@media (max-width: 1024px) {
  .link-group {
    max-width: 653px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .link-group {
    padding-top: 15px;
    padding-bottom: 0;
  }
}
.link-group_news-item {
  padding: 80px 0 0 0;
  width: 620px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .link-group_news-item {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 0 0;
  }
}
.link-group__item {
  width: 300px;
  -webkit-box-shadow: 2px 50px 140px 0px rgba(70,84,119,0.2);
  box-shadow: 2px 50px 140px 0px rgba(70,84,119,0.2);
}
@media (max-width: 1024px) {
  .link-group__item {
    width: 320px;
  }
}
@media (max-width: 768px) {
  .link-group__item {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
}
.link-group__item_left {
  float: left;
}
.link-group__item_right {
  float: right;
}
@media (min-width: 1025px) and (max-width: 1400px) {
  .link-group__about-img {
    width: 50%;
  }
}
.link-video {
  position: relative;
  padding-top: 71px;
  padding-right: 50px;
  padding-bottom: 115px;
}
@media (max-width: 1024px) {
  .link-video {
    padding-right: 0;
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .link-video {
    padding: 50px 0;
    width: 100%;
    max-width: 270px;
    margin: 0 auto;
  }
}
.link-video_about {
  display: none;
}
@media (max-width: 768px) {
  .link-video_about {
    display: block;
  }
}
@media (min-width: 1025px) and (max-width: 1400px) {
  .link-video_main {
    padding-top: 71px;
    padding-left: 100px;
    padding-bottom: 115px;
    padding-right: 0;
    max-width: 454px;
    width: 454px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.link-video_cat-item {
  padding-bottom: 35px;
  text-align: center;
}
@media (max-width: 1024px) {
  .link-video_cat-item {
    padding-bottom: 0;
  }
}
.link-video__item {
  position: relative;
  width: 350px;
  height: 405px;
}
@media (max-width: 1024px) {
  .link-video__item {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .link-video__item {
    width: 100%;
    height: auto;
  }
}
.link-video__item-mask {
  position: absolute;
  top: -48px;
  left: -78px;
  width: 500px;
  height: 500px;
  z-index: 2;
  opacity: 1;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}
.link-video__item-mask:hover {
  opacity: 0;
}
.link-video__item-image {
  position: absolute;
  top: -48px;
  left: -78px;
  width: 500px;
  height: 500px;
  z-index: 1;
}
.link-video__poly-1 {
  position: absolute;
  width: 231px;
  height: 267px;
  right: -30px;
  bottom: 150px;
  background-image: url("../img/link-video-poly-01.png");
  background-size: cover;
  z-index: -1;
}
@media (max-width: 1024px) {
  .link-video__poly-1 {
    right: -30px;
    bottom: 150px;
  }
}
@media (max-width: 768px) {
  .link-video__poly-1 {
    right: -30px;
    bottom: 70px;
  }
}
.link-video__poly-2 {
  position: absolute;
  width: 60px;
  height: 69px;
  left: -18px;
  bottom: 0;
  background-image: url("../img/link-video-poly-02.png");
  z-index: -1;
}

.link-video__poly-gallery{
  position: absolute;
  width: 231px;
  height: 267px;
  right: -30px;
  bottom: 0;
  background-image: url("../img/link-video-poly-01.png");
  background-size: cover;
  z-index: -1;
}

@media (max-width: 1024px) {
  .link-video_leaders {
    display: none;
  }
}
.link-video_leaders-m {
  display: none;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .link-video_leaders-m {
    display: block;
    padding-top: 0;
    padding-bottom: 50px;
  }
}
.link-video_leaders-m .link-video__item {
  width: 300px;
}

.main {
  padding-top: 158px;
/*  overflow-x: hidden;
  width: 100%;
  box-sizing: border-box;*/
}

/*.not-main .main{
    position: relative;
}*/

@media (max-width: 640px) {
  .main {
    padding-top: 97px;
  }
}
.main_modified {
  padding-top: 0;
}

.geography {
  padding: 20px 12px 12px 12px;
  background-color: #fff;
  -webkit-box-shadow: 2px 50px 140px 0 rgba(70,84,119,0.1);
  box-shadow: 2px 50px 140px 0 rgba(70,84,119,0.1);
}
.geography-map {
  display: block;
  width: 100%;
  height: 700px;
}
@media (max-width: 768px) {
  .geography-map {
    height: 600px;
  }
}
.ymaps-2-1-56-map,
a .ymaps-2-1-56-map {
  color: #fff !important;
}
.ymaps-2-1-56-image-with-content-content {
  width: auto !important s;
  left: 50% !important s;
  -webkit-transform: translateX(-50%) !important s;
  transform: translateX(-50%) !important s;
}
.geography__list {
  margin-bottom: 40px;
}
@media (max-width: 1300px) {
  .geography__list {
    width: 100%;
    max-width: 830px;
    margin: 0 auto 40px;
  }
}
@media (max-width: 1000px) {
  .geography__list {
    max-width: 740px;
  }
}
@media (max-width: 900px) {
  .geography__list {
    max-width: 370px;
  }
}
@media (max-width: 768px) {
  .geography__list {
    max-width: 230px;
    width: 100%;
  }
}
.geography__list-item {
  display: inline-block;
  margin-left: 70px;
}
@media (max-width: 1300px) {
  .geography__list-item {
    margin-left: 10px;
  }
}
@media (max-width: 768px) {
  .geography__list-item {
    margin: 0 0 20px 0;
    max-width: 100%;
    display: block;
  }
}
.geography__list-label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.geography__list-checkbox {
  display: none;
}
.geography__list-checkbox-custom {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 25px;
  height: 25px;
  background: #fff;
  border: 1px solid #d4d8e0;
  cursor: pointer;
}
.geography__list-checkbox:checked + .geography__list-checkbox-custom:before {
  content: '';
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  left: 0;
  top: 0;
  background: #2d6cc4;
}
.ymaps-2-1-59-default-cluster {
  width: 60px !important;
  height: 60px !important;
  font-weight: 700 !important;
  color: #fff;
  font-size: 26px !important;
  line-height: 60px !important;
}

.new-item__breadcrumbs {
  margin-bottom: 40px;
}
.new-item__cont {
  margin-bottom: 50px;
}

.news-informer {
  background: transparent;
  text-align: center;
  position: relative;
  letter-spacing: 1px;
  z-index: 5;
  float: right;
  padding-top: 13px;
}

.news-informer-wrap {
  height: 270px;
  position: absolute;
  width: 400px;
  text-align: left;
  padding-top: 65px;
}
@media (max-width: 1030px) {
  .news-informer-wrap {
    width: auto;
  }
}
@media (max-width: 1024px) {
  .news-informer-wrap {
    padding-top: 10px;
  }
}
@media (max-width: 768px) {
  .news-informer-wrap {
    width: 320px;
    position: static;
    height: auto;
    padding-top: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 640px) {
  .news-informer-wrap {
    width: 100%;
  }
}
.news-informer__top {
  font-size: 14px;
  font-family: Roboto, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.4;
  text-align: right;
  padding-right: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  min-width: 330px;
}
@media (max-width: 640px) {
  .news-informer__top {
    width: 100%;
    text-align: left;
    min-width: 100%;
  }
}
.news-informer__top-1 {
  color: #333;
}
@media (max-width: 640px) {
  .news-informer__top-1 {
    display: block;
    margin-bottom: 10px;
  }
}
.news-informer__top-2 {
  position: relative;
  cursor: pointer;
}
.news-informer__top-2:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  right: -17px;
  top: 3px;
  border-right: 2px solid #2d6cc4;
  border-bottom: 2px solid #2d6cc4;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.5, 0, 0.5, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.5, 0, 0.5, 1);
  transition: transform 0.3s cubic-bezier(0.5, 0, 0.5, 1);
  transition: transform 0.3s cubic-bezier(0.5, 0, 0.5, 1), -webkit-transform 0.3s cubic-bezier(0.5, 0, 0.5, 1);
}
.news-informer__top .is-opened:before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.news-informer__bot {
  display: none;
  position: absolute;
  top: 57px;
  right: 0;
  z-index: 5;
  background: #fff;
  min-width: 217px;
}
@media (max-width: 640px) {
  .news-informer__bot {
    left: 0;
    right: auto;
  }
}
.news-informer__cont {
  margin-bottom: 40px;
}
.news-informer__cont-item {
  width: 155px;
  height: 40px;
  display: inline-block;
  border: 1px solid #e8ecf0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}
.news-informer__cont-item:last-child {
  margin-left: 10px;
}
@media (max-width: 640px) {
  .news-informer__cont-item:last-child {
    margin-left: 0;
  }
}
@media (max-width: 640px) {
  .news-informer__cont-item:first-child {
    margin-bottom: 10px;
  }
}
.news-informer__cont-text {
  color: #333;
  font-size: 14px;
  font-family: Roboto, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.4;
  position: relative;
  cursor: pointer;
}
.news-informer__reset {
  font-size: 14px;
  font-family: Roboto, sans-serif;
  color: #2d6cc4;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  cursor: pointer;
  margin-bottom: 40px;
  display: none;
}
@media (max-width: 640px) {
  .news-informer__reset {
    padding-right: 13px;
  }
}
.news-informer__reset:after {
  content: '';
  width: 9px;
  height: 9px;
  display: inline-block;
  margin-left: 15px;
  background: url("../img/catalog/reset.png") no-repeat;
  vertical-align: top;
}
@media (max-width: 640px) {
  .news-informer__reset:after {
    position: absolute;
    top: -10px;
    right: 8px;
  }
}
.news-informer__cont-title {
  text-align: left;
  line-height: 40px;
  padding-left: 15px;
  position: relative;
  cursor: pointer;
}
.news-informer__cont-title:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  right: 20px;
  top: 14px;
  border-right: 2px solid #2d6cc4;
  border-bottom: 2px solid #2d6cc4;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.5, 0, 0.5, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.5, 0, 0.5, 1);
  transition: transform 0.3s cubic-bezier(0.5, 0, 0.5, 1);
  transition: transform 0.3s cubic-bezier(0.5, 0, 0.5, 1), -webkit-transform 0.3s cubic-bezier(0.5, 0, 0.5, 1);
}
.news-informer__cont-item .is-opened:before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.news-informer__drop {
  display: none;
  position: absolute;
  top: 42px;
  border: 1px solid #e8ecf0;
  width: 154px;
  border-top: none;
  height: 120px;
  background: #fff;
  z-index: 5;
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.news-informer__drop::-webkit-scrollbar {
  width: 0;
}
.news-informer__drop {
  -ms-overflow-style: none;
}
.news-informer__drop-item {
  color: #333;
  font-size: 14px;
  font-family: Roboto, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.4;
  cursor: pointer;
  height: 40px;
  padding: 0px 0 0 15px;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 40px;
  border-bottom: 1px solid #e8ecf0;
}
.news-hide {
  display: none;
}
.news-block {
  width: 1000px;
  margin: 0 auto;
  min-height: 245px;
}
@media (max-width: 1400px) {
  .news-block {
    width: 90%;
  }
}
@media (max-width: 1100px) {
  .news-block {
    width: 800px;
  }
}
@media (max-width: 900px) {
  .news-block {
    width: 600px;
  }
}
@media (max-width: 768px) {
  .news-block {
    width: 100%;
  }
}
.news-block__item {
  display: inline-block;
  width: 33%;
  margin-bottom: 100px;
  vertical-align: top;
}
@media (max-width: 900px) {
  .news-block__item {
    width: 49%;
  }
}
@media (max-width: 768px) {
  .news-block__item {
    width: 100%;
    margin-bottom: 50px;
  }
}
.news-block__item:nth-child(1) {
  text-align: left;
}
@media (max-width: 768px) {
  .news-block__item:nth-child(1) {
    text-align: center;
  }
}
.news-block__item:nth-child(2) {
  text-align: center;
}
@media (max-width: 900px) {
  .news-block__item:nth-child(2) {
    text-align: right;
  }
}
@media (max-width: 768px) {
  .news-block__item:nth-child(2) {
    text-align: center;
  }
}
.news-block__item:nth-child(3) {
  text-align: right;
}
@media (max-width: 900px) {
  .news-block__item:nth-child(3) {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .news-block__item:nth-child(3) {
    text-align: center;
  }
}
.news-block__item:nth-child(4) {
  text-align: left;
}
@media (max-width: 900px) {
  .news-block__item:nth-child(4) {
    text-align: right;
  }
}
@media (max-width: 768px) {
  .news-block__item:nth-child(4) {
    text-align: center;
  }
}
.news-block__item:nth-child(5) {
  text-align: center;
}
@media (max-width: 900px) {
  .news-block__item:nth-child(5) {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .news-block__item:nth-child(5) {
    text-align: center;
  }
}
.news-block__item:nth-child(6) {
  text-align: right;
}
@media (max-width: 768px) {
  .news-block__item:nth-child(6) {
    text-align: center;
  }
}
.news-block__image-wrapper {
  width: 230px;
  display: inline-block;
  vertical-align: top;
}
.news-block__description {
  text-align: left;
  margin-top: 30px;
}
.news-block__date {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 10px;
  color: #333;
}

@media (min-width: 1025px) {
  .no-desktop {
    display: none;
  }
}

@media (max-width: 1024px) {
  .no-phone {
    display: none !important;
  }
}

.p {
  margin: 0;
  margin-bottom: 15px;
}
.p_30 {
  margin-bottom: 30px;
}
.p_50 {
  margin-bottom: 50px;
}

/*.page-content {
  width: 100%;
}*/
.page-content__wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;

}

@media (max-width: 1024px) {
  .page-content__wrapper{
    flex-direction: column;
  }
}
.page-content__header:after{
  content: '';
  display: table;
  clear: both;
  zoom: 1;
}


@media (max-width: 640px) {
  .page-content {
    padding-top: 50px;
  }
}
.page-content::after {
  content: '';
  display: table;
  clear: both;
}
.page-content__left {
  padding: 0 50px;
  padding-bottom: 99px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  flex-grow: 1;
}

.page-content__left_with-sidebar {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .page-content__left_with-sidebar{
    flex-direction: column;
  }
}

.page-content__left .page-content__left-wrapper {
}
.page-content__left .page-content__left-sidebar {
  width: 400px;
}

@media (max-width: 1024px) {
  .page-content__left .page-content__left-sidebar {
    width: auto;
  }
}
.page-content__h1 {
  float: left;
}
@media (max-width: 1024px) {
  .page-content__left {
    padding: 0;
    width: 100%;
    float: none;
  }
}
@media (max-width: 768px) {
  .page-content__left {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 640px) {
  .page-content__left {
    width: 100%;
    float: none;
  }
}

/*.page-content__right {
  float: right;
  width: 400px;
}*/
@media (max-width: 1024px) {
  .page-content__right {
    width: 100%;
    float: none;
  }
}
@media (max-width: 768px) {
  .page-content__right {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .page-content__right {
    width: 100%;
    float: none;
  }
}
@media (min-width: 1025px) and (max-width: 1400px) {
  .page-content__m-about {
    width: 50%;
    padding: 0 0 99px 0;
  }
}
@media (min-width: 1025px) and (max-width: 1400px) {
  .page-content__m-video {
    width: 50%;
  }
}
@media (min-width: 1025px) and (max-width: 1400px) {
  .page-content__copyright {
    padding: 0 50px 0 0;
  }
}
@media (min-width: 1025px) and (max-width: 1400px) {
  .page-content__about-full {
    width: 50%;
    padding: 0;
    margin-right: 50px;
  }
}
@media (min-width: 1025px) and (max-width: 1400px) {
  .page-content__about-sidebar {
    width: 50%;
    padding: 0;
  }
}
.page-content__prod {
  width: 745px;
  padding: 0;
}
@media (max-width: 1245px) {
  .page-content__prod {
    width: auto;
  }
}
@media (max-width: 1024px) {
  .page-content__prod {
    width: 100%;
    float: none;
  }
}
.page-content__prod-item {
  width: 630px;
  padding: 0;
}
.page-content_production {
  margin-bottom: 60px;
}
.page-content_i-descr {
  padding: 0;
}
@media (max-width: 1230px) {
  .page-content_i-descr {
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .page-content_i-descr {
    width: 100%;
    float: none;
  }
}
.page-content__table {
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .page-content__table {
    margin-bottom: 10px;
  }
}
.page-content__table-title {
  padding-left: 20px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .page-content__table-title {
    margin-bottom: 0;
  }
}
.page-content__table-item {
  padding: 20px;
}

.page-content__table-item_narrow{
  padding: 10px 20px;
}
@media (max-width: 768px) {
  .page-content__table-item:first-child {
    text-align: center;
  }
}
.page-content__table-item:nth-child(even) {
  background: #fff;
}
.page-content__table-item_1,
.page-content__table-item_2 {
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 768px) {
  .page-content__table-item_1,
  .page-content__table-item_2 {
    text-align: center;
    width: 100%;
  }
}
.page-content__table-item_1 {
  width: 48%;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page-content__table-item_2{
  width: 50%;
}
@media (max-width: 1024px) {
  .page-content__table-item_1 {
    width: 60%;
  }
}
@media (max-width: 768px) {
  .page-content__table-item_1 {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 1024px) {
  .page-content_rekvizit .page-content__table-item_1 {
    width: 25%;
  }
}
@media (max-width: 768px) {
  .page-content_rekvizit .page-content__table-item_1 {
    width: 100%;
  }
}
.page-content_adress {
  padding: 0;
  width: 370px;
  float: left;
}
@media (max-width: 1300px) {
  .page-content_adress {
    width: 100%;
    float: none;
  }
}
.page-content_contacts {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .page-content_contacts {
    margin-bottom: 20px;
  }
}
.page-content_map {
  width: auto;
  float: right;
}

@media (max-width: 1300px) {
  .page-content_map {
    width: 100%;
    float: none;
    margin-bottom: 80px;
  }
}

@media (max-width: 768px) {
  .page-content_map {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .page-content_rekvizit {
    padding: 0;
  }
}
.page-content__leads {
  width: 720px;
  text-align: left;
  padding: 0;
}
@media (max-width: 1230px) {
  .page-content__leads {
    width: 520px;
  }
}
@media (max-width: 1024px) {
  .page-content__leads {
    width: 100%;
  }
}
.page-content__directors {
  width: 720px;
  padding: 0;
  margin-right: 50px;
}
@media (max-width: 1300px) {
  .page-content__directors {
    width: auto;
  }
}
@media (max-width: 1030px) {
  .page-content__directors {
    margin-right: 0;
    margin-bottom: 50px;
  }
}
.page-content_geography {
  padding: 0;
}
.page-content__news-informer {
  position: relative;
  float: right;
  width: 400px;
}
@media (max-width: 768px) {
  .page-content__news-informer {
    float: none;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .page-content__news-informer {
    padding-top: 0;
  }
}
.page-content__news-bread {
  padding-bottom: 0;
  float: left;
}
@media (max-width: 1300px) {
  .page-content__news-bread {
    width: auto;
  }
}
@media (max-width: 768px) {
  .page-content__news-bread {
    float: none;
    width: 100%;
  }
}
.page-content__new-slider {
  padding-top: 100px;
}
@media (max-width: 1250px) {
  .page-content__new-slider {
    max-width: 400px;
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .page-content__new-slider {
    max-width: 100%;
    width: 100%;
    padding-top: 0;
  }
}
.page-content_new-item {
  margin-bottom: 0;
}
.page-content_new-descr {
  padding: 0;
}
@media (max-width: 1250px) {
  .page-content_new-descr {
    max-width: 490px;
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .page-content_new-descr {
    max-width: 100%;
    width: 100%;
  }
}
.page-content__foto {
  padding: 0;
}
@media (max-width: 1230px) {
  .page-content__foto {
    width: 520px;
  }
}
@media (max-width: 1024px) {
  .page-content__foto {
    width: 620px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .page-content__foto {
    width: 100%;
  }
}
.page-content__v-materials {
  padding: 0;
}
@media (max-width: 1230px) {
  .page-content__v-materials {
    width: 520px;
  }
}
@media (max-width: 1024px) {
  .page-content__v-materials {
    width: 100%;
    margin-bottom: 50px;
  }
}
.page-content__long {
  padding: 0;
  width: 840px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1340px) {
  .page-content__long {
    width: 720px;
  }
}
@media (max-width: 1230px) {
  .page-content__long {
    width: 520px;
  }
}
@media (max-width: 1024px) {
  .page-content__long {
    width: 100%;
  }
}
.page-content__polyg {
  position: relative;
}

.page {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  background-color: #f1f4f8;
   background-image: url("../img/bg-white-top.png"), url("../img/bg-white-bottom.png");
  background-position: center top, center bottom;
  background-repeat: repeat-x, repeat-x;
  background-size: initial;
  position: relative;
  overflow-x: hidden;
}
.main-bg {
  background-image: url("../img/bg-white-top.png"), url("../img/bg-white-bottom.png");
  background-position: center top, center bottom;
  background-repeat: repeat-x, repeat-x;
}

.pagination-lzos {
  width: 270px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 30px;
}
.pagination-lzos__list {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  text-align: center;
}
.pagination-lzos__item {
  position: relative;
  display: inline-block !important;
  width: 40px;
  height: 30px;
  margin: 0;
  padding: 0 !important;
  padding-left: 0 !important;
  cursor: pointer;
  text-align: center;
}

.pagination-lzos__item:before{
  content: '';
  display: none !important;
}

.pagination-lzos__link {
  text-decoration: none;
  font-size: 14px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  line-height: 31px;
  text-align: center;
  display: inline-block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  color: #2d6cc4;
  background: #d5dfe9;
  border-radius: 50%;
  -webkit-transition: background 0.3s cubic-bezier(0.5, 0, 0.5, 1);
  transition: background 0.3s cubic-bezier(0.5, 0, 0.5, 1);
}
.page-active .pagination-lzos__link {
  color: #fff;
  background: #2d6cc4;
}

.polygon {
  position: absolute;
}
.polygon_top {
  background: url("../img/polygons/polyg-top-1.png") no-repeat;
  background-size: cover;
}
.polygon_h {
  background: url("../img/h-poly.png") no-repeat;
}
.polygon_bot {
  background: url("../img/polygons/polyg-bot-1.png") no-repeat;
  background-size: cover;
}
.polygon_middle {
  background: url("../img/polygons/polyg-middle.png") no-repeat;
  background-size: contain;
}
.polygon_middle-full {
  background: url("../img/polygons/polyg-bot-3.png") no-repeat;
  background-size: contain;
}
.polygon_main-1 {
  width: 150px;
  height: 340px;
  top: 120px;
  left: 0;
  background-position: right top;
}
.polygon_main-2 {
  width: 295px;
  height: 330px;
  top: 303px;
  left: calc(19% - 50px);
}
.polygon_main-3 {
  width: 212px;
  height: 440px;
  top: 120px;
  right: 0;
}
.polygon_main-4 {
  width: 270px;
  height: 314px;
  top: 90px;
  left: 60px;
  z-index: -1;
}
.polygon_main-5 {
  width: 300px;
  height: 312px;
  right: 0px;
  top: 120px;
}
.polygon_main-6 {
  width: 150px;
  height: 340px;
  right: 0px;
  bottom: 206px;
  z-index: -1;
}
.polygon_main-7 {
  width: 380px;
  height: 440px;
  left: 0px;
  bottom: 256px;
  z-index: -1;
}
.polygon_main-8 {
  width: 206px;
  height: 239px;
  left: 370px;
  bottom: 61px;
  z-index: -1;
}
.polygon_main-9 {
  width: 72px;
  height: 80px;
  right: 307px;
  bottom: 201px;
  z-index: -1;
}

.popup {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
/*  background-color: #fff;
  border: 1px solid #fff;*/
  -webkit-transition: top 0.5s, opacity 0.2s linear 0.3s;
  transition: top 0.5s, opacity 0.2s linear 0.3s;
  z-index: 110;
}
.popup_show {
  opacity: 1;
}
.popup__overlay {
  position: fixed;
  overflow: auto;
  top: -100%;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.5);
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  z-index: 1000;
}
.popup__overlay_show {
  opacity: 1;
  top: 0;
  bottom: 0;
}
.popup__close {
  position: absolute;
  top: -20px;
  right: -20px;
  cursor: pointer;
  background-image: url("../img/i/popup-close.png");
  width: 15px;
  height: 15px;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media (max-width: 410px) {
  .popup__close {
    top: -30px;
    right: 10px;
  }
}
.popup__close:hover {
  opacity: 0.7;
}
.popup__group {
  margin-bottom: 20px;
}
.page_popup {
  overflow: hidden;
}
.video-docs .popup_show {
  width: 90%;
}

.product {
  margin: 0 auto;
  padding-top: 138px;
  background-image: url("../img/production.jpg");
  background-color: #002f69;
  background-position: center top;
  background-repeat: no-repeat;
 /* background-size: cover;*/
}
@media (max-width: 1024px) {
  .product {
    padding-top: 50px;
  }
}
@media (max-width: 768px) {
  .product {
    padding-top: 0;
    margin-bottom: 0;
  }
}
.product .h_1 {
  position: absolute;
  text-indent: -10000px;
}
@media (max-width: 1024px) {
  .product_main {
    padding-top: 138px;
  }
}
.product__title {
  width: 757px;
  position: absolute;
  top: 97px;
  left: 57px;
  z-index: 1;
}
@media (max-width: 1400px) {
  .product__title {
    width: 600px;
    margin-bottom: 0;
    top: 0;
  }
}
@media (max-width: 768px) {
  .product__title {
    position: relative;
    width: auto;
    left: 0;
    right: 0;
    top: 100px;
    margin-bottom: 140px;
  }
}
.product__title-desktop {
  display: none;
}
@media (min-width: 769px) {
  .product__title-desktop {
    display: block;
  }
}
.product__title-phone {
  display: none;
}
@media (max-width: 768px) {
  .product__title-phone {
    display: block;
  }
}
.product-slider {
  position: relative;
  padding-bottom: 163px;
  font-size: 0;
  line-height: 0;
/*   background-image: url("../img/production-slider-back.png");
background-repeat: no-repeat;
background-position: 643px 31px; */
  z-index: 0;
}
@media (max-width: 1400px) {
  .product-slider {
    background-position: right 0;
    background-size: 420px 490px;
    top: -25px;
  }
}
@media (max-width: 1024px) {
  .product-slider {
    padding-bottom: 320px;
    background-size: 56%;
    background-position: right 0px;
  }
}
@media (max-width: 768px) {
  .product-slider {
    padding-bottom: 190px;
    background-size: 85%;
    background-position: center 31px;
  }
}

.product-slider .slick-arrow {
  z-index: 1001;
}
.product-slider .slick-prev {
  right: 120px;
  top: 450px;
}
@media (max-width: 1400px) {
  .product-slider .slick-prev {
    right: 220px;
    top: 350px;;
  }
}

@media (max-width: 1200px) {
  .product-slider .slick-prev {
    right: 200px;
    top: 350px;
  }
  .table-ordinary {
    width: 88vw !important;
  }
}

@media (max-width: 1024px) {
  .product-slider .slick-prev {
    right: 120px;
    bottom: 240px;
    top: auto;
  }
}
@media (max-width: 768px) {
  .product-slider .slick-prev {
    bottom: 50%;
    left: 10px;
    right: auto;
  }
}
@media (max-width: 450px) {
  .product-slider .slick-prev {
    bottom: calc(50% + 20px);
    left: 0;
    right: auto;
  }
}
@media (max-width: 350px) {
  .product-slider .slick-prev {
    bottom: calc(50% - 20px);
  }
}
.product-slider .slick-next {
  right: 49px;
  top: 410px;
}
@media (max-width: 1400px) {
  .product-slider .slick-next {
    right: 150px;
    top: 310px;
  }
}
@media (max-width: 1200px) {
  .product-slider .slick-next {
    right: 130px;
    top: 310px;
  }
}
@media (max-width: 1024px) {
  .product-slider .slick-next {
    right: 49px;
    bottom: 280px;
    top: auto;
  }
}
@media (max-width: 768px) {
  .product-slider .slick-next {
    bottom: 50%;
    right: 10px;
  }
}
@media (max-width: 450px) {
  .product-slider .slick-next {
    bottom: calc(50% + 20px);
    right: 0;
  }
}
@media (max-width: 350px) {
  .product-slider .slick-next {
    bottom: calc(50% - 20px);
  }
}
.product-slider .slick-dots {
/*   position: absolute;
bottom: 134px;
left: 112px; */
/*  text-align: left;*/
}

.product-slider .slick-dots-wrapper{
  margin: 50px 0 0 115px;
  position: relative;
  z-index: 1001;
}

@media (max-width: 1024px) {
  .product-slider .slick-dots {
    bottom: 60px;
    left: 0;
    padding-left: 35px;
  }

  .product-slider .slick-dots-wrapper{
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;

  }
}
@media (max-width: 980px) {
  .product-slider .slick-dots {
    bottom: 40px;
  }
}
@media (max-width: 950px) {
  .product-slider .slick-dots {
    bottom: 20px;
  }
}
@media (max-width: 915px) {
  .product-slider .slick-dots {
    bottom: 0;
  }
}
@media (max-width: 900px) {
  .product-slider .slick-dots {
    bottom: 60px;
  }
}
@media (max-width: 830px) {
  .product-slider .slick-dots {
    bottom: 40px;
  }
}
@media (max-width: 790px) {
  .product-slider .slick-dots {
    bottom: 20px;
  }
}
@media (max-width: 768px) {
  .product-slider .slick-dots {
    display: none !important;
  }
}
.product-slider__slide {
  display: inline-block;
}
.product-slider__description,
.product-slider__image {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-weight: 300;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-slider__description {
  width: 45%;
  margin-top: 414px;
  margin-left: 50px;
  padding-left: 70px;
  padding-right: 30px;
  border-left: 1px solid #fff;
}
@media (max-width: 768px) {
  .product-slider__description {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .product-slider__description {
    width: 45%;
    padding-left: 40px;
    padding-right: 0;
    position: absolute;
    margin-top: 520px;
    margin-left: 0;
  }
}
@media (max-width: 900px) {
  .product-slider__description {
    margin-top: 430px;
  }
}
.product-slider__title {
  margin-bottom: 25px;
  font-size: 34px;
  line-height: 43px;
  white-space: normal;
}
.product-slider__text {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 3px;
  max-height: 290px;
  overflow-y: hidden;
}
@media (max-width: 1024px) {
  .product-slider__text {
    max-height: 110px;
  }
}
.product-slider__image {
  position: static;
  padding-left: 85px;
  padding-right: 60px;
}
@media (max-width: 1400px) {
  .product-slider__image {
    position: absolute;
    max-width: 454px;
    top: 0;
    right: 0;
  }
}
@media (max-width: 1024px) {
  .product-slider__image {
    padding-left: 0;
    padding-right: 50px;
    width: 50%;
    float: right;
    position: static;
  }
}
@media (max-width: 768px) {
  .product-slider__image {
    display: block;
    width: 70%;
    padding: 0;
    margin: 0 auto;
    float: none;
    position: static;
  }
}
.product_polyg {
  overflow: hidden;
  position: relative;
}

.prod-cont__item {
  line-height: 1;
  font-size: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}
/* .prod-cont__item:first-child {
  margin-top: 0;
} */
.prod-cont__item:last-child {
  margin-bottom: 0;
}
.prod-cont__item-img {
  width: 134px;
  height: 155px;
  display: inline-block;
  padding-right: 45px;
}
@media (max-width: 1245px) {
  .prod-cont__item-img {
    padding-right: 25px;
  }
}
.prod-cont__item-info {
  display: inline-block;
  vertical-align: top;
  font-family: Roboto, sans-serif;
  padding: 20px 5px 20px;
  min-height: 165px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #e8ecf0;
  width: 460px;
}
@media (max-width: 1245px) {
/*   .prod-cont__item-info {
  width: auto;
} */
}
.prod-cont__item:last-child .prod-cont__item-info {
  border-bottom: none;
}
.prod-cont__title {
  margin-bottom: 30px;
  font-size: 16px;
  display: inline-block;
  line-height: 1.4;
}
.prod-cont__descr {
  font-size: 14px;
  max-width: 450px;
}
.prod-int__top-item {
  padding-bottom: 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
  line-height: 1;
}
.prod-int__top-item:last-child {
  border-bottom: 1px solid #e8ecf0;
}
.prod-int__top {
  margin-bottom: 25px;
}
.prod-int__inp {
  display: none;
}
.prod-int__title {
  font-size: 14px;
  font-family: Roboto, sans-serif;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.4;
  width: 220px;
  display: inline-block;
}
@media (max-width: 360px) {
  .prod-int__title {
    width: 205px;
  }
}
.prod-int__switcher {
  width: 40px;
  height: 20px;
  display: inline-block;
  background: #d4d8e0;
  border-radius: 10px;
  cursor: pointer;
  vertical-align: top;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0, 0.5, 1);
  transition: all 0.3s cubic-bezier(0.5, 0, 0.5, 1);
}
@media (max-width: 360px) {
/*   .prod-int__switcher {
  float: right;
} */
}
.prod-int__switcher:before {
  content: '';
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 3px;
}
.prod-int__switcher-on {
  background: #2d6cc4;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0, 0.5, 1);
  transition: all 0.3s cubic-bezier(0.5, 0, 0.5, 1);
}
.prod-int__switcher-on:before {
  left: auto;
  right: 3px;
}
.prod-int__bot-item {
  padding: 20px 0;
  border-bottom: 1px solid #e8ecf0;
}
.sidebar__checkbox {
  display: none;
}
.i-open {
  display: none;
}
.sidebar__checkbox-custom {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 12px;
  height: 12px;
  background: #d4d8e0;
  border: 2px solid #d4d8e0;
  cursor: pointer;
}
.prod-int__bot-label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.sidebar__checkbox:checked + .sidebar__checkbox-custom:before {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 0;
  background: #2d6cc4;
}
.label {
  display: inline-block;
  max-width: 255px;
  vertical-align: middle;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 400px) {
  .label {
    max-width: 200px;
  }
}
.label_blue {
  color: #2d6cc4;
  font-size: 14px;
  line-height: 1.4;
  max-width: 185px;
  padding-left: 17px;
}
@media (max-width: 1000px) {
  .label_blue {
    max-width: 140px;
  }
}
@media (max-width: 768px) {
  .label_blue {
    max-width: 185px;
  }
}
.label_blue-small {
  max-width: 140px;
}
.prod-int__bot-sub {
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
.prod-int__bot-subitem {
  margin-top: 30px;
}
.prod-int__reset {
  margin-top: 40px;
  font-size: 14px;
  font-family: Roboto, sans-serif;
  color: #2d6cc4;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.prod-int__reset:after {
  content: '';
  width: 9px;
  height: 9px;
  display: inline-block;
  margin-left: 15px;
  background: url("../img/catalog/reset.png") no-repeat;
  vertical-align: top;
}
.block-prod_civil {
  display: none;
}

.projects-block {
  width: 100%;
  margin-bottom: 50px;
}
.projects-block__item {
  padding: 40px 0;
  width: 690px;
  border-bottom: 1px solid #e8ecf0;
}
@media (max-width: 1230px) {
  .projects-block__item {
    width: auto;
  }
}
.projects-block__item:first-child {
  padding: 0 0 40px 0;
}
.projects-block__item:last-child {
  border-bottom: none;
}
.projects-block__img {
  display: inline-block;
  max-width: 135px;
  width: 135px;
  margin-right: 40px;
}
@media (max-width: 640px) {
  .projects-block__img {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}
.projects-block__info {
  display: inline-block;
  vertical-align: top;
  max-width: 490px;
  padding-top: 10px;
}
@media (max-width: 1230px) {
  .projects-block__info {
    max-width: 325px;
  }
}
@media (max-width: 640px) {
  .projects-block__info {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}
.projects-block__info-title {
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #333;
  line-height: 1.3;
  margin-bottom: 20px;
}
.sub-info {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}
.project-name {
  display: block;
}
.project-value {
  display: block;
}

.sectors-block {
  max-width: 615px;
}
@media (max-width: 1024px) {
  .sectors-block {
    max-width: 100%;
    margin-bottom: 50px;
  }
}

.sidebar {
  padding: 33px 50px;
  background-color: #fff;
  -webkit-box-shadow: 25px 43px 140px 0px rgba(70,84,119,0.2);
  box-shadow: 25px 43px 140px 0px rgba(70,84,119,0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 400px;
}

@media (max-width: 1024px) {
  .sidebar {
    width: auto;
  }
}
@media (max-width: 640px) {
  .sidebar {
    padding: 30px 25px;
    margin: 0 -25px;
  }
}
.sidebar__item {
  position: relative;
  border-bottom: 1px solid #e8ecf0;
}
.sidebar__item:last-child {
  border-bottom: none;
}
.sidebar__title {
  display: block;
  max-height: 78px;
  padding: 29px 0;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.8px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.sidebar__arrow-text {
  display: inline-block;
  position: relative;
  padding-right: 36px;
  vertical-align: middle;
  line-height: 20px;
}

.sidebar__arrow-text::after {
  content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  right: 0;
  top: -6px;
  border: 2px solid #f3f7fc;
  border-radius: 50%;
}
.sidebar__arrow-text::before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  right: 10px;
  top: 4px;
  border-right: 2px solid #2d6cc4;
  border-bottom: 2px solid #2d6cc4;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.5, 0, 0.5, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.5, 0, 0.5, 1);
  transition: transform 0.3s cubic-bezier(0.5, 0, 0.5, 1);
  transition: transform 0.3s cubic-bezier(0.5, 0, 0.5, 1), -webkit-transform 0.3s cubic-bezier(0.5, 0, 0.5, 1);
}
.sidebar__arrow-text_blue::before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  z-index: 100;
}
.sidebar__arrow-text_blue::after {
  border: 2px solid transparent;
  background: #4594ed;
}
.sidebar__arrow-text_blue {
  white-space: nowrap;
}
.sidebar__title_is-opened .sidebar__arrow-text::before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.sidebar__content {
  display: none;
  padding-left: 20px;
}
.sidebar__subtitle {
  display: block;
  padding: 15px 0;
  font-size: 14px;
  line-height: 14px;
}
.sidebar__subtitle:first-child {
  padding-top: 0;
}
.sidebar__subtitle:last-child {
  padding-bottom: 32px;
}

.slick-slider {
  overflow: hidden;
}
.slick-arrow {
  position: absolute;
}
.slick-dots {
  /*position absolute*/
  bottom: 25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  text-align: center;
  white-space: nowrap;
  transition: all .3s cubic-bezier(.5,0,.5,1);
}
.slick-dots-wrapper {
  width: 150px;
  margin: 0 auto;
  overflow: hidden;
  height: 27px;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 14px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  text-align: center;
  line-height: 1;
  font-size: 0;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: inline-block;
  width: 14px;
  height: 14px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #d5dfe9;
  border-radius: 50%;
  -webkit-transition: background 0.3s cubic-bezier(0.5, 0, 0.5, 1);
  transition: background 0.3s cubic-bezier(0.5, 0, 0.5, 1);
}
.slick-dots .s-middle button {
  width: 10px !important;
  height: 10px !important;
  padding: 0 !important;
}
.slick-dots .s-small button {
  width: 5px !important;
  height: 5px !important;
  padding: 0 !important;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots .slick-active button {
  background-color: #387dd5;
}
.slick-slide:focus,
.slick-slide:active {
  outline: none;
}
.news-slider {
  padding-bottom: 95px;
}
@media (max-width: 640px) {
  .news-slider {
    padding-bottom: 80px;
  }
}
.news-slider::after {
  content: '';
  position: absolute;
  top: 127px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: -1;
  -webkit-box-shadow: 2px 50px 140px 0px rgba(70,84,119,0.1);
  box-shadow: 2px 50px 140px 0px rgba(70,84,119,0.1);
}
@media (max-width: 640px) {
  .news-slider::after {
    top: calc(50% - 135px);
  }
}
.news-slider .slick-arrow {
  top: 300px;
  z-index: 1;
}
@media (max-width: 640px) {
  .news-slider .slick-arrow {
    top: calc(50% - 190px);
  }
}
.news-slider .slick-prev {
  left: -30px;
}
@media (max-width: 1300px) {
  .news-slider .slick-prev {
    left: 0;
  }
}
@media (max-width: 640px) {
  .news-slider .slick-prev {
    left: 10px;
  }
}
.news-slider .slick-next {
  right: -30px;
}
@media (max-width: 1300px) {
  .news-slider .slick-next {
    right: 0;
  }
}
@media (max-width: 640px) {
  .news-slider .slick-next {
    right: 10px;
  }
}
.news-slider .slick-list {
  margin: 0 -20px;
}
.news-slider .slick-dots {
  bottom: 50px;
}
@media (max-width: 640px) {
  .news-slider .slick-dots {
    bottom: 40px;
  }
}
.slider-nav {
  width: 300px;
}
.slider-nav__item {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 20px;
  background-color: #f00;
}
.news-slide {
  position: relative;
  display: inline-block;
  width: 100px;
  padding: 0;
  vertical-align: top;
}
.news-slide__image-wrapper {
  padding: 0 105px;
  margin-bottom: 28px;
  box-sizing: border-box;
}
@media (max-width: 1400px) {
  .news-slide__image-wrapper {
    padding: 0 70px;
  }
}
@media (max-width: 1024px) {
  .news-slide__image-wrapper {
    padding: 0 105px;
  }
}
@media (max-width: 768px) {
  .news-slide__image-wrapper {
    padding: 0 105px;
  }
}
@media (max-width: 640px) {
  .news-slide__image-wrapper {
    padding: 0 45px;
  }
}
@media (max-width: 640px) and (orientation: landscape) {
  .news-slide__image-wrapper {
    max-width: 340px;
    width: 100%;
    margin: 0 auto;
  }
}
.news-slide__description {
  height: 188px;
  padding: 0 100px;
  font-size: 16px;
  line-height: 22px;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .news-slide__description {
    padding: 0 70px;
  }
}
@media (max-width: 1024px) {
  .news-slide__description {
    padding: 0 100px;
  }
}
@media (max-width: 768px) {
  .news-slide__description {
    padding: 0 100px;
  }
}
@media (max-width: 640px) {
  .news-slide__description {
    padding: 0 75px;
  }
}
.news-slide__date {
  margin-bottom: 9px;
  font-size: 14px;
  font-weight: 300;
}
.but-n-last {
  width: 10px;
  height: 10px;
}
.but-last {
  width: 4px;
  height: 4px;
  padding: 0;
}
.popup-slider {
  width: 890px;
  height: 590px;
}
@media (max-width: 1125px) {
  .popup-slider {
    width: 690px;
    height: 390px;
  }
}
@media (max-width: 768px) {
  .popup-slider {
    width: 300px;
    height: 180px;
  }
}
.popup-slider .slick-prev,
.popup-slider .slick-next {
  top: 50%;
  margin-top: -30px;
}
@media (max-width: 768px) {
  .popup-slider .slick-prev,
  .popup-slider .slick-next {
    display: none;
  }
}
.popup-slider .slick-prev {
  left: -110px;
}
@media (max-width: 930px) {
  .popup-slider .slick-prev {
    left: 0;
    z-index: 1001;
  }
}
.popup-slider .slick-next {
  right: -110px;
}
@media (max-width: 930px) {
  .popup-slider .slick-next {
    right: 0;
    z-index: 1001;
  }
}
.popup-slider [data-slick-index="0"] {
  cursor: pointer;
}

.popup-slider_news [data-slick-index="0"]{
  cursor: auto;
}

.popup-slide {
  float: left;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 600px;
}
@media (max-width: 1125px) {
  .popup-slide {
    background-size: 100% 100%;
    height: 391px;
    background-position: center center;
  }
}
@media (max-width: 768px) {
  .popup-slide {
    height: 180px;
  }
}
.popup-slide_begin {
  position: relative;
}
.popup-slide_begin:after {
  content: '';
  position: absolute;
  background-color: #87e1ff !important;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
.popup-slide_begin:before {
  content: '';
  position: absolute;
  width: 103px;
  height: 136px;
  top: 50%;
  left: 50%;
  z-index: 1001;
  background: url("../img/prod-item-slider/play.png") no-repeat;
  margin-top: -66px;
  margin-left: -40px;
  background-size: cover;
}
@media (max-width: 1125px) {
  .popup-slide_begin:before {
    width: 52px;
    height: 68px;
    margin-top: -26px;
    margin-left: -34px;
  }
}
@media (max-width: 768px) {
  .popup-slide_begin:before {
    width: 26px;
    height: 34px;
    margin-top: -13px;
    margin-left: -17px;
  }
}
.popup-slide_pause {
  position: relative;
}
.popup-slide_pause:after {
  content: '';
  position: absolute;
  background-color: #87e1ff !important;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
.popup-slide_pause:before {
  content: '';
  position: absolute;
  width: 109px;
  height: 136px;
  top: 50%;
  left: 50%;
  z-index: 1001;
  background: url("../img/prod-item-slider/pause.png") no-repeat;
  margin-top: -66px;
  margin-left: -40px;
}
.new-slider {
  position: relative;
  padding-top: 70px;
  padding-bottom: 50px;
  margin-top: 160px;
  z-index: 1;
}
.new-slider .slick-arrow {
  z-index: 1001;
}
.new-slider .slick-prev {
  right: 110px;
  bottom: 95px;
}
@media (max-width: 1400px) {
  .new-slider .slick-prev {
    bottom: calc(50% - 190px);
  }
}
@media (max-width: 1024px) {
  .new-slider .slick-prev {
    bottom: calc(50% - 30px);
    left: 95px;
    right: auto;
  }
}
@media (max-width: 640px) {
  .new-slider .slick-prev {
    bottom: calc(50% - 0px);
    left: 0;
    right: auto;
  }
}
@media (max-width: 450px) {
  .new-slider .slick-prev {
    bottom: calc(50% + 5px);
    right: auto;
  }
}
.new-slider .slick-next {
  right: 40px;
  bottom: 135px;
}
@media (max-width: 1400px) {
  .new-slider .slick-next {
    bottom: calc(50% - 150px);
  }
}
@media (max-width: 1024px) {
  .new-slider .slick-next {
    bottom: calc(50% - 30px);
    right: 95px;
  }
}
@media (max-width: 640px) {
  .new-slider .slick-next {
    bottom: calc(50% - 0px);
    right: 0;
  }
}
@media (max-width: 450px) {
  .new-slider .slick-next {
    bottom: calc(50% + 5px);
  }
}
.new-slider .slick-dots {
  position: relative;
  bottom: -30px;
  z-index: 10;
}
@media (max-width: 1024px) {
  .new-slider {
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  .new-slider {
    padding-top: 0;
    margin: 40px auto 0;
  }
}
.new-slide {
  float: left;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .new-slide {
    padding: 0 120px;
  }
}
@media (max-width: 640px) {
  .new-slide {
    padding: 0 30px;
  }
}
.popup-slider-js-foto .slick-dots-wrapper {
    position: absolute;
    bottom: -75px;
    left: 50%;
    margin-left: -75px;
}

.text {
  font-size: 16px;
  line-height: 22px;
  color: #333;
  font-family: 'Roboto', sans-serif;
}
.text_tall {
  font-size: 36px;
  line-height: 42px;
  font-weight: 300;
}
@media (max-width: 640px) {
  .text_tall {
    font-size: 30px;
    line-height: 38px;
  }
}
.text_bold {
  font-weight: 700;
}
.text_justify {
  text-align: justify;
}
@media (max-width: 640px) {
  .text_justify {
    text-align: left;
  }
}
.text_title {
  font-size: 20px;
}
.text_title-big {
  font-size: 30px;
}

.list {
  list-style: none;
  padding: 0;
}
.list__item {
  display: block;
  margin-bottom: 20px;
  position: relative;
}
.list__item:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #2d6cc4 no-repeat;
  border-radius: 50%;
  display: inline-block;
  line-height: 6px;
  position: absolute;
  top: 7px;
  vertical-align: middle;
}
.list__item-text {
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-style: italic;
}

.video-block {
  margin-bottom: 50px;
}
.video-block__item {
  display: inline-block;
  margin-bottom: 40px;
  vertical-align: top;
}

.video-block__item:last-child {
  margin-bottom: 0;
}
.video-block__img {
  display: inline-block;
  max-width: 300px;
  margin-right: 40px;
  position: relative;
  cursor: pointer;
}
.video-block__img:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 10px solid #fff;
  border-bottom: 5px solid transparent;
  margin-top: -5px;
  margin-left: -5px;
  z-index: 1;
}
.video-block__img:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: #1e5799;
  background: -webkit-gradient(linear, left top, left bottom, from(#1e5799), color-stop(0%, #4366dc), color-stop(100%, #67a2ff), to(#5b8fe1));
  background: linear-gradient(to bottom, #1e5799 0%, #4366dc 0%, #67a2ff 100%, #5b8fe1 100%);
  -webkit-transition: opacity 0.3s cubic-bezier(0.5, 0, 0.5, 1);
  transition: opacity 0.3s cubic-bezier(0.5, 0, 0.5, 1);
  margin-top: -30px;
  margin-left: -30px;
}

.video-block__img img{
  min-height: 180px;
  min-width: 300px;
  background: #eee;
}

@media (max-width: 768px) {
  .video-block__img img{
    min-height: 160px;
    min-width: 270px;
  }
}



.video-block__info {
  display: inline-block;
  vertical-align: top;
  min-width: 310px;
  padding-top: 30px;
  border-top: 1px solid #e8ecf0;
}
.video-block__info-text {
  max-width: 310px;
  font-size: 16px;
/*   last-child: 1.3; */
}
.video-block__part-2 {
  display: none;
  margin-top: 40px;
}

@media (max-width: 710px) {
  .video-block__item{
    text-align: center;
    width: 100%;
  }

  .video-block__info{
    border-top: none;
    min-width: auto;  
  }

  .video-block__img{
    margin-right: 0;
  }
}

.video {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  cursor: pointer;
}
/*@media (min-width: 1025px) and (max-width: 1400px) {
  .video_about {
    margin-top: 75px;
  }
}
*/
#my-video {
    width: 1080px;
    height: 605px;
}

@media (max-width: 1600px) {
  #my-video {
    width: 640px;
    height: 360px;
  }

}

@media (max-width: 768px) {
  #my-video {
    width: 320px;
    height: 180px;
  }
}
@media (max-width: 410px) {
  #my-video {
    width: 300px;
    height: 170px;  
  }
}

.video-docs #my-video {
  width: 100%;
  height: 430px;
}
.video-docs .vjs-poster {
  background-size: cover;
}


/* Polygon on hover animation */

#hexGrid {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  list-style-type: none;
  transition: 1s;
}
.hex {
  position: relative;
  visibility:hidden;
  outline:1px solid transparent; /* fix for jagged edges in FF on hover transition */
}
.hex::after{
  content:'';
  display:block;
  padding-bottom: 86.602%;  /* =  100 / tan(60) * 1.5 */
}
.hexIn{
  position: absolute;
  width:96%;
  padding-bottom: 110.851%; /* =  width / sin(60) */
  margin:0 2%;
  overflow: hidden;
  visibility: hidden;
  outline:1px solid transparent; /* fix for jagged edges in FF on hover transition */
  -webkit-transform: rotate3d(0,0,1,-60deg) skewY(30deg);
  -ms-transform: rotate3d(0,0,1,-60deg) skewY(30deg);
  transform: rotate3d(0,0,1,-60deg) skewY(30deg);
}
.hexIn * {
  position: absolute;
  visibility: visible;
  outline:1px solid transparent; /* fix for jagged edges in FF on hover transition */
}
.hexLink {
  display:block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  overflow: hidden;
  -webkit-transform: skewY(-30deg) rotate3d(0,0,1,60deg);
  -ms-transform: skewY(-30deg) rotate3d(0,0,1,60deg);
  transform: skewY(-30deg) rotate3d(0,0,1,60deg);
}
/*** HEX CONTENT **********************************************************************/
.hex img {
  left: -100%;
  right: -100%;
  width: auto;
  height: 100%;
  margin: 0 auto;
  transition: 1s;
  -webkit-transform: rotate3d(0,0,0,0deg);
  -ms-transform: rotate3d(0,0,0,0deg);
  transform: rotate3d(0,0,0,0deg);
}
/*** HEXAGON SIZING AND EVEN ROW INDENTATION *****************************************************************/
@media (min-width:1201px) { /* <- 5-4  hexagons per row */
  #hexGrid{
    padding-bottom: 5%
  }
  .hex {
    width: 300px;
    height: 315px;
  }
}
@media (max-width: 1200px) and (min-width:901px) { /* <- 4-3  hexagons per row */
  #hexGrid{
    padding-bottom: 5.5%
  }
  .hex {
    width: 300px;
    height: 315px;
  }
  .hex:nth-child(7n+5){ /* first hexagon of even rows */
    margin-left:12.5%;  /* = width of .hex / 2  to indent even rows */
  }
}
@media (max-width: 900px) and (min-width:601px) { /* <- 3-2  hexagons per row */
  #hexGrid{
    padding-bottom: 7.4%;
  }
  .hex {
    width: 300px;
    height: 315px;
  }
  .hex:nth-child(5n+4){ /* first hexagon of even rows */
    margin-left:16.666%;  /* = width of .hex / 2  to indent even rows */
  }
}
@media (max-width: 600px) { /* <- 2-1  hexagons per row */
  #hexGrid{
    padding-bottom: 24.2%;
  }
  .hex {
    width: 100%; /* = 100 / 3 */
  }
  .hex:nth-child(3n+3){ /* first hexagon of even rows */
    margin-left:25%;  /* = width of .hex / 2  to indent even rows */
  }
}
@media (max-width: 400px) {
  #hexGrid {
    font-size: 13px;
  }
}
#hexGrid:hover {
  transform: scale(0.9);
}
#hexGrid:hover .hex img {
  transform: scale(1.15);
}
.hexLink__play {
  position: absolute;
  background: url("../img/music-player-play.svg");
  background-size: cover;
  width: 50px;
  height: 54px;
  top: 50%;
  left: 50%;
  margin-top: -27px;
  margin-left: -20px;
  transition: 1s;
}
#hexGrid:hover .hexLink__play {
  transform: scale(1.5);
}

/* End of Polygon on hover animation */

.text-wrap{
  font-size: 16px;
  line-height: 22px;
  color: #333;
  font-family: 'Roboto', sans-serif;
  padding-right: 20px;
}

/* Polygons in landscape not-main pages */

.polygon_not-main-1{
    width: 295px;
    height: 340px;
    top: 120px;
    left: -145px;
}
.polygon_not-main-2{
    width: 71px;
    height: 82px;
    top: 163px;
    left: calc(43% - 50px);
}
.polygon_not-main-3{
    width: 425px;
    height: 440px;
    top: 120px;
    right: -310px;
}

.polygon_not-main-6{
    width: 150px;
    height: 340px;
    right: 0;
    bottom: 206px;
    z-index: -1;
}

.polygon_not-main-7 {
    width: 190px;
    height: 440px;
    left: 0;
    bottom: 256px;
    z-index: -1;
    background-position: right top;
}

.polygon_not-main-8 {
    width: 206px;
    height: 239px;
    left: 370px;
    bottom: 61px;
    z-index: -1;
}

.polygon_not-main-9 {
    width: 72px;
    height: 80px;
    right: 307px;
    bottom: 201px;
    z-index: -1;
}

/* End of Polygons in landscape not-main pages */

/* hex grid usual */

.hexGrid {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  list-style-type: none;
}

.hex_usual {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.hex_usual * {
  position: absolute;
  visibility: visible;
  outline:1px solid transparent; 
}

.hex_usual::after{
  content:'';
  display:block;
  padding-bottom: 113.602%  
}

.hexIn_usual{
  position: absolute;
  width:96%;
  padding-bottom: 110.851%;
  margin:0 2%;
  overflow: hidden;
  visibility: hidden;
  outline:1px solid transparent; 
  -webkit-transform: rotate3d(0,0,1,-60deg) skewY(30deg);
      -ms-transform: rotate3d(0,0,1,-60deg) skewY(30deg);
          transform: rotate3d(0,0,1,-60deg) skewY(30deg);
}

.hex_usual img {
  left: -100%;
  right: -100%;
  width: auto;
  height: 100%;
  margin: 0 auto;
  transition: 1s;
  -webkit-transform: rotate3d(0,0,0,0deg);
      -ms-transform: rotate3d(0,0,0,0deg);
          transform: rotate3d(0,0,0,0deg);
}

@media (max-width: 1200px) and (min-width:901px) { 
  .hexGrid{
    padding-bottom: 5.5%
  }
}

@media (max-width: 900px) and (min-width:601px) {
  .hexGrid{
    padding-bottom: 7.4%
  }
}

@media (max-width: 600px) { 
  .hexGrid{
    padding-bottom: 24.2%
  }
  .hex_usual {
    width: 100%;
  }
}
@media (max-width: 400px) {
    .hexGrid {
        font-size: 13px;
    }
}

/* end of hex grid usual */

/* filter fix */

.page-content__header_m{
  display: none;
}

@media (max-width: 1024px) {
  .page-content__header_m{
    display: block;
    min-height: 33px;
  }

  .cat-prod .page-content__header{
    display: none;
  }

  .cat-prod .page-content__left_with-sidebar{
    flex-direction: column-reverse;
  }

  .prod-int__top-item{
    max-width: 270px;
  }
}

@media (max-width: 640px) {
  .cat-prod .main {
    padding-top: 40px;
  }
}

.prod-cont__item-info{
  width: calc(100% - 180px);
}

@media (max-width: 380px) {
  .prod-cont__item-info{
  width: 100%;
  }
}

/* end of filter fix */


/* news fix */

.news-informer{
  padding-top: 5px;
  padding-left: 5px;
  margin-bottom: 20px;
}

@media (max-width: 400px) {
  .news-informer{
    float: left;
    padding-left: 0;
  }
}

/* end of news fix */

/* fotomaterial fix */

.foto-block__group:not(:first-child) {
    margin-top: -50px;
}

@media (max-width: 1270px) {

  .foto-block{
    text-align: center;
  }

  .foto-block__group:nth-child(2){
    margin: 0 auto;
  }

  .foto-block__group:not(:first-child) {
    margin: 0 auto;
}

  .foto-block__left,
  .foto-block__right{
    width: 240px;
    text-align: center;
    margin: 0 auto;
  }

  .foto-block__image {
      margin: 0 auto 20px;
  }

  .foto-block__image:last-child {
      margin: 0 auto 20px;
  }

}

/* end of fotomaterial fix */

/* preloader */

.loader {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top:-50px;
  margin-left:-50px;
  display: none;
}

.loader-wrap {
  position:absolute;
  width:100px;
  height:100px;
  float:left;
  
  animation-name: rotateThis;
  animation-duration:1s;
  animation-iteration-count:infinite;
  animation-timing-function:linear;
  
  transform:scale(0.3);
  -o-transform:scale(0.3);
}

.loader-wrap div
{
  width:10px;
  height:30px;
  background:#000;
  position:absolute;
  top:35px;
  left:45px;
  
  border-radius: 50px;
  -moz-border-radius-bottomleft:50px;
  -moz-border-radius-bottomright:50px;
  -moz-border-radius-topleft:50px;
  -moz-border-radius-topright:50px; 
}

@keyframes rotateThis {
  from { transform:scale(0.3) rotate(0deg); }
    to   { transform:scale(0.3) rotate(360deg); }
}


.bar1 {
  -o-transform:rotate(0deg) translate(0, -40px);opacity:0.1;
  transform:rotate(0deg) translate(0, -40px);opacity:0.1;
  -webkit-transform:rotate(0deg) translate(0, -40px);opacity:0.1;
}
.bar2 {
  -o-transform:rotate(36deg) translate(0, -40px);opacity:0.2;
  transform:rotate(36deg) translate(0, -40px);opacity:0.2;
  -webkit-transform:rotate(36deg) translate(0, -40px);opacity:0.2;
}
.bar3 {
  -o-transform:rotate(72deg) translate(0, -40px);opacity:0.3;
  transform:rotate(72deg) translate(0, -40px);opacity:0.3;
  -webkit-transform:rotate(72deg) translate(0, -40px);opacity:0.3;
}
.bar4 {
  -o-transform:rotate(108deg) translate(0, -40px);opacity:0.4;
  transform:rotate(108deg) translate(0, -40px);opacity:0.4;
  -webkit-transform:rotate(108deg) translate(0, -40px);opacity:0.4;
}
.bar5 {
  -o-transform:rotate(144deg) translate(0, -40px);opacity:0.5;
  transform:rotate(144deg) translate(0, -40px);opacity:0.5;
  -webkit-transform:rotate(144deg) translate(0, -40px);opacity:0.5;
}
.bar6 {
  -o-transform:rotate(180deg) translate(0, -40px);opacity:0.6;
  transform:rotate(180deg) translate(0, -40px);opacity:0.6;
  -webkit-transform:rotate(180deg) translate(0, -40px);opacity:0.6;
}
.bar7 {
  -o-transform:rotate(216deg) translate(0, -40px);opacity:0.7;
  transform:rotate(216deg) translate(0, -40px);opacity:0.7;
  -webkit-transform:rotate(216deg) translate(0, -40px);opacity:0.7;
}
.bar8 {
  -o-transform:rotate(252deg) translate(0, -40px);opacity:0.8;
  transform:rotate(252deg) translate(0, -40px);opacity:0.8;
  -webkit-transform:rotate(252deg) translate(0, -40px);opacity:0.8;
}
.bar9 {
  -o-transform:rotate(288deg) translate(0, -40px);opacity:0.9;
  transform:rotate(288deg) translate(0, -40px);opacity:0.9;
  -webkit-transform:rotate(288deg) translate(0, -40px);opacity:0.9;
}
.bar10 {
  -o-transform:rotate(324deg) translate(0, -40px);opacity:1;
  transform:rotate(324deg) translate(0, -40px);opacity:1;
  -webkit-transform:rotate(324deg) translate(0, -40px);opacity:1;
}

/* end of preloader */


/* table company */

  .page-content__table-usual .page-content__table-item_1 {
      width: auto;
      padding: 5px;
  }

  .page-content__table-usual .page-content__table-item:nth-child(even) {
      background: #f3f7fc;
  }

  .t-table{
    display: table;
    width: 100%;
    border-collapse: collapse;
  }

  .t-table_bordered .t-cell{
    border: 1px solid #e8ecf0;
  }

  .t-table_left .t-cell{
    text-align: left;
  }

  .t-row{
    display: table-row;
  }

  .t-cell{
    display: table-cell;
    text-align: center;
    vertical-align: top;
  }

.t-cell_m-caption{
  display: none;
  font-weight: bold;
}

.page-content__table-usual .t-cell_half{
  width: 50%;
}

.page-content__table-usual .t-cell_mid{
  width: 30%;
}

.page-content__table-usual .t-cell_small{
  width: 20%;
}

.left{
  text-align: left;
}

@media (max-width: 640px) {
  .t-row_head{
    display: none;
  }

  .page-content__table-usual .t-cell_half,
  .page-content__table-usual .t-cell_mid,
  .page-content__table-usual .t-cell_small{
    width: 100%;
  }
  
  .t-cell,
  .t-cell_m-caption,
  .t-cell_cont{
    display: block;
  }

  .t-table_left .t-cell{
    text-align: center;
  }

  .page-content__table-usual .page-content__table-item:nth-child(even) {
      background: transparent;
  }

  .page-content__table-usual .page-content__table-item{
      background: transparent;
  }

  .t-table .t-cell:nth-child(even){
    background: #f3f7fc;
  }
}


/* end of table company */

/* table native */

.table-ordinary__th,
.table-ordinary__td{
      text-align: center;
      padding: 0 5px;
  }

.table-ordinary_bordered th,
.table-ordinary_bordered td{
      border: 1px solid #e8ecf0;
}

.table-wrapper{
    overflow-x: scroll;
  }


.table-ordinary_wider{
    width: 110%;
}

.tr-stripe:nth-child(even){
    background: #f3f7fc;
  }

.tr-white{
  background: #fff;
}

.tr-pale{
  background: #f3f7fc;
}

.td-own-color{
  background: #fff; 
}

@media (max-width: 1024px){
  .table-wrapper_ordinary{
    overflow-x: scroll;
  }

  .table-ordinary{
    display: block;
    /*overflow: auto;*/
  }

/*  .table-ordinary_wider{
    width: auto;
  }*/
}


@media (max-width: 600px){
  .sectors-block td p {
      text-align: center;
  }
}


/* end of table native */

/* more than 5 dots slider */

.news-slider .slick-dots-wrapper {
    margin-top: 20px;
}

/* end of more than 5 dots slider */

/* About company inner pages fix */

.sectors-block h1{
    font-size: 30px;
    line-height: 33px;
    font-weight: 500;
    color: #333;
    max-width: 550px;
}

.sectors-block_show h1{
    max-width: none;
}

.sectors-block img{
    display: block;
/*    padding: 20px 0;*/
    height: auto;
    box-sizing: border-box;
    max-width: 500px;
}

/*.sectors-block p {
    text-align: justify;
}*/

.sectors-block ul,
.sectors-block ol{
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.sectors-block ul li {
    display: block;
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
    font-style: italic;
}

.sectors-block ol li{
    display: block;
    margin-bottom: 5px;
    position: relative;
}

.sectors-block ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #2d6cc4 no-repeat;
    border-radius: 50%;
    display: inline-block;
    line-height: 6px;
    position: absolute;
    top: 7px;
    left: 0;
    vertical-align: middle;
}

.list-number{
  display: inline-block;
  padding-right: 2px;
}



@media (max-width: 600px) {
  
  .text-wrap.sectors-block{
    padding: 0;
  }

  .sectors-block img{
    max-width: 300px;
    margin: 0 auto;
  }

  .sectors-block p {
    text-align: left;
  }
}

/* end of about company inner pages fix */

/* image enlage popup */

.js-popup-slider{
  cursor: pointer;
}

.popup-foto {
    width: 890px;
    z-index: 999;
    opacity: 1;
    height: 590px;
    background-size: cover; 
}

.popup-foto_v{
   width: 445px;
}

.popup-foto_s{
   width: 590px;
}

.popup_enlarge-foto{
  font-size: 0;
  line-height: 1;
}

@media (max-width: 1125px) {
  .popup-foto {
    width: 690px;
    height: 390px;
  }

  .popup-foto_v{
   width: 345px;
  }

  .popup-foto_s{
   width: 390px;
  }
}
@media (max-width: 768px) {
  .popup-foto {
    width: 300px;
    height: 180px;
  }

  .popup-foto_v{
   width: 300px;
   height: 600px;
  }

  .popup-foto_s{
   width: 300px;
   height: 300px;
  }
}

/* end of image enlage popup */


/* player  */

#video-element{
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

/*#video-element[poster]{
}
*/
#controls{
  padding: 0 15px;
  position: relative;
  text-align: center;
}

#timeValInd{
  position: absolute;
  top: -20px;
  color: #fff;
  font-size: 13px;
  margin-left: -17px;
}

.progress-bar__wrapper{
  width: 74%; 
  position: relative;
  display: inline-block; 
}

#progress-bar {
  color: #fff;
  width: 100%;
  font-size: 12px;
  height: 4px;
  border: none;
  margin-right: 10px;
  background: #525760;
  border-radius: 9px;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
}
progress::-moz-progress-bar { 
  color:#fff;
  background:#525760; 
}

progress[value]::-webkit-progress-bar {
  background-color: #525760;
  border-radius: 2px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}

progress[value]::-webkit-progress-value {
  background-color: #fff;
}

#btnPlayPause {
    background: none;
    border: none;
    outline: none;
    position: relative;
    margin: 0;
    padding: 0;
    width: 25px;
    height: 30px;
    display: inline-block;
    cursor: pointer;
    margin-right: 15px;
}

.player-placeholder{
    display: inline-block;
    width: 40px;
    height: auto;
    position: relative;
}

.play .player-placeholder:before{
    position: absolute;
    top: -13px;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 1.8em;
    line-height: 1.67;
    content: "";
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid #fff;
}

.play .player-placeholder:after{
    content: '';
    opacity: 0;
}

.pause .player-placeholder:before{
    border-color: transparent;
}

.pause .player-placeholder:after{
    content: '';
    opacity: 1;
    width: 20px;
    height: 20px;
    background: url(../img/i/pause.png) transparent;
    background-size: cover;
    position: absolute;
    right: 15px;
    top: -10px;
}

#volume-bar{
    width: 50px;
    vertical-align: middle;
    padding: 0px;
    cursor: pointer;
    margin-left: 20px;
}

#btnFullScreen {
    background-size: cover;
    border: none;
    outline: none;
    position: relative;
    color: transparent;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-left: 20px;
    vertical-align: middle;
}

.fullscreen{
    background: url(../img/i/popup-fullscreen-op.png) transparent;
}

.fs-opened{
    background: url(../img/i/popup-fullscreen.png) transparent;
}

#player {
    width: 1080px;
    height: 605px;
}

@media (max-width: 1600px) {
  #player {
    width: 640px;
    height: 360px;
  }

}

@media (max-width: 768px) {
  #player {
    width: 320px;
    height: 180px;
  }

  .progress-bar__wrapper{
    width: 44%;
  }
}
@media (max-width: 410px) {
  #player {
    width: 300px;
    height: 170px;  
  }
}
/* end of player  */

/* new item fix  */
/*.new-item{
  max-width: 720px;
}*/

.new-item__cont p{
  font-size: 16px;
  line-height: 22px;
  color: #333;
  font-family: Roboto,sans-serif;
  text-align: justify;
}

@media (max-width: 640px){
   .new-item__cont p{
      text-align: left;
   }
}

/*@media (max-width: 1024px){
   .new-item{
      text-align: center;
   }
}*/
/* end of new item fix  */



/* press-centre */

.foto-block__name{
    position: absolute;
    width: 136px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    text-align: center;
    top: 50%;
    margin-top: -25px;
    left: 50%;
    margin-left: -68px;
    z-index: 2;
    opacity: 0;
}

.foto-block__link:hover .foto-block__name {
  opacity: 1;
}

.foto-block__press-centre .foto-block__image:nth-child(4n+3){
    margin-top: -50px;
    margin-left: 132px;
}

@media (max-width: 1270px){
  .foto-block__press-centre .foto-block__image:nth-child(4n+3){
    margin-top: 0;
    margin-left: 0;
  }
}

/* end of press-centre */



/* recvizit table */

.page-content__table-rekvizity,
.page-content__table-corrupt{
    padding-right: 10px;
    box-sizing: border-box;
}

.page-content__table-rekvizity .page-content__table-item_1{
    width: 28%;
}

.page-content__table-rekvizity .page-content__table-item_2{
    width: 68%;
}

@media (max-width: 768px){
  .page-content__table-rekvizity .page-content__table-item_1,
  .page-content__table-rekvizity .page-content__table-item_2{
    width: 100%;
  }
}

.page-content__table-corrupt .page-content__table-item_1{
    width: 50%;
    max-width: 200px;
}

.page-content__table-rekvizity .page-content__table-item:nth-child(even){
    background: #f2f5f5;
}

.page-content__table-corrupt .page-content__table-item:nth-child(even) {
   background: transparent;
}

.page-content__table-corrupt .page-content__table-item_narrow{
   padding: 2px 0;
}

@media (max-width: 1024px){
    .page-content__table-rekvizity .page-content__table-item_1{
      width: 27%;
  }

  .page-content__table-corrupt .page-content__table-item_1{
      width: 27%;
  }

}

@media (max-width: 768px){
    .page-content__table-rekvizity .page-content__table-item_1{
      width: 100%;
  }

  .page-content__table-corrupt .page-content__table-item_1{
      width: 100%;
      max-width: 100%;
  }

}

/* end of recvizit table */



/* main menu fix */

.header_dropdown-cont .header__dropdown-block{
    width: 33.3333%;
    float: left;
    margin-bottom: 50px; 
    padding-left: 0;
}

.header_dropdown-cont .header__dropdown-block:nth-child(4){
    margin-top: -130px;
}

.header_button{
  width: 33.3333%;
  float: right;
}

@media (max-width: 1024px){
  .header_dropdown-cont .header__dropdown-block{
    width: 50%;
  }
   .header_dropdown-cont .header__dropdown-block:nth-child(4){
      display: block;
      clear: left;
      margin-top: 0;
   }
   .header_dropdown-cont .header__dropdown-block:nth-child(5){
      display: block;
   }

    .header_dropdown-cont .header__dropdown-block:nth-child(n+5){
      display: block;
   }

   .header_dropdown-title{
      white-space: normal;
   }

   .header_button{
    width: 50%;
  }
}

@media (max-width: 768px){

  .header_dropdown-cont .header__dropdown-block{
    width: 100%;
    float: none;
    display: inline-block;
    margin-bottom: 0;
  }

  .header_dropdown-cont .header__dropdown-block:nth-child(4),
  .header_dropdown-cont .header__dropdown-block:nth-child(5),
  .header_dropdown-cont .header__dropdown-block:nth-child(n+5){
    width: 100%;
    float: none;
    display: inline-block;
    margin-bottom: 0;
   }

  .header_button{
    width: 100%;
    float: none;
  }
}


/* end of main menu fix */


/* rukovodstvo fix */

.page_leaders .page-content__left{
  padding: 0;
}

.page_leaders .sectors-block {
    max-width: 720px;
    text-align: left;
}

.lead-block__img{
  height: 100%;
}


@media (max-width: 1024px){
 .page_leaders .sectors-block {
    max-width: 100%;
    margin-bottom: 50px;
  }
}

.lead-block img {
  display: inline-block;
  max-width: none;
}

.lead-block__item{
  max-width: 320px;
}

.lead-block__item_main{
  max-width: 600px;
}

.lead-block__img-cont{
  overflow: hidden;
}

@media (max-width: 1230px){
  .lead-block__item {
    max-width: 227px;
  }

    .lead-block__item_main{
    max-width: 600px;
  }
}

@media (max-width: 1024px){
  .lead-block__item {
    max-width: 300px;
  }

    .lead-block__item_main{
    max-width: 600px;
  }
}


@media (max-width: 768px){
  .lead-block__item_main{
    max-width: 300px;
  }

  .lead-block__item{
    max-width: 270px;
  }
}

/* end of rukovodstvo fix */


/* fullscreen */

.fs-wrap{
  width: 100vw !important;
  height: 0 !important;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
}

.fs{
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 0 !important;

}

.fs-controls{
  padding: 0 15px;
  position: fixed !important;
  bottom: 25px;
  width: 100%;
  box-sizing: border-box;
}

/* end of fullscreen */

/* fotoblock images fix */

.foto-block__image a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.foto-block__link:hover .foto-block__name {
    opacity: 1;
    -webkit-transform: rotate3d(0,0,0,0deg);
    -ms-transform: rotate3d(0,0,0,0deg);
    transform: rotate3d(0,0,0,0deg);
}

.foto-block__link:hover:before {
    opacity: 1;
    -webkit-transform: rotate3d(0,0,0,0deg);
    -ms-transform: rotate3d(0,0,0,0deg);
    transform: rotate3d(0,0,0,0deg);
}

/* end of fotoblock images fix */

.video-poster{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/f/img/poster.jpg) no-repeat;
    background-size: auto;
    background-position: center;
}


/* corruption fix */

.page-content__table-corrupt{
  margin-bottom: 30px;
  margin-top: -25px;
}

.page_corrupt .page-content__h1{
  display: none;
}

.text_title-corrupt{
  font-size: 30px;
  font-weight: 700;
}

/*.page_corrupt .sectors-block {
    max-width: 100%;
}
*/
.text_title-corrupt{
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}

.page-content__table-item_narrow{
  padding: 2px 20px;
}

.p-hole{
  margin-bottom: 30px;
}

@media (max-width: 1024px){
  .page_corrupt .sectors-block {
      max-width: 720px;
  }
}

@media (max-width: 768px){
  .page_corrupt .sectors-block {
      max-width: 720px;
  }
}


/* end of corruption fix */

/* random images below sidebar */

.page-slide_random{
  width: 300px;
}

@media (max-width: 350px){
  .page-slide_random{
    width: 260px;
  }
}

.page-slider-js{
  text-align: center;
}

.js-popup-slider-gallery{
  margin-top: 50px;
}

.js-popup-slider-gallery-prod{
   margin-top: 50px;
}

..js-popup-slider-gallery_news{
  margin-top: 50px;
}


/* end of random images below sidebar */

.pic{
  text-align: center;
  font-style: italic;
  font-size: 14px;
}

.container_main{
  min-height: 100%;
}

/* main menu fix */

@media (min-width: 1400px){
  .container_menu{
    padding: 0 40px;
  }
}

.main-menu.body-block .product_main * {
  opacity: 0;
}

.main-menu .header_dropdown:after{
  display: none;
}

.main-menu .header-drop-fixed{
  background-color: transparent;
}

/* end of main menu fix */

/* product slider fix fix */

.product-slider__image {
    padding-left: 85px;
    padding-right: 0px;
}

.product-slider__image-cont{
  width: 100%;
}

@media (max-width: 1400px){
  .product-slider__image {
    position: static;
/*    max-width: 600px;*/
  }
}

@media (max-width: 1024px){
    .product-slider__image {
      padding: 0;
    }
}

@media (max-width: 768px){
    .product-slider__image {
      padding: 0;
      width: 100%;
    }

    .product-slider{
      padding-bottom: 50px;
    }
}

@media (max-width: 1024px){
  .product-slider .slick-prev {
      bottom: 315px
  }
  .product-slider .slick-next {
      bottom: 355px
  }
}

@media (max-width: 768px){
  .product-slider .slick-prev {
      bottom: 50%;
  }
  .product-slider .slick-next{
      bottom: 50%;
  }
  .product_main {
    padding-top: 0;
  }

}

/* end of product slider fix */


/* popup sliders fix */

.popup-slide{
  text-align: center;
}

.image_pop-slide{
  width: auto;
  height: 100%;
}

/* end of popup sliders fix */

@media (max-width: 1006px){
  .breadcrumbs.no-phone {
      display: none !important;
  }
}

/* realized projets fix */
  .projects-block_realize .img-preview{
      max-width: 150px;
  }
/* end of realized projets fix */

/* rukovodstvo-ao-lzos projets fix */

.lead-block__item_main .lead-block__img{
  max-height: 260px;
}

.lead-block__img{
  max-height: 180px;
}

/* end of rukovodstvo-ao-lzos projets fix */

.link_rekvizit{
  margin-top: 20px; 
}

.popup-slider-js .popup-slide{
  opacity: 1 !important;
}

/* hexagon fix */

/*.hex_usual:before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(/f/img/hexagon.svg) no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}*/

/* end of hexagon fix */

/* fix geography map */

.page_map .page-content__left-wrapper{
  width: 100%;
}

/* end of fix geography map */




