@font-face {
  font-family: 'DIN Pro';
  src: url(../fonts/DINPro-Light.eot),url(../fonts/DINPro-Light.eot?#iefix) format("embedded-opentype"),url(../fonts/DINPro-Light.woff2) format("woff2"),url(../fonts/DINPro-Light.woff) format("woff"),url(../fonts/DINPro-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family:'DIN Pro';src:url(../fonts/DINPro.eot),url(../fonts/DINPro.eot?#iefix) format("embedded-opentype"),url(../fonts/DINPro.woff2) format("woff2"),url(../fonts/DINPro.woff) format("woff"),url(../fonts/DINPro.ttf) format("truetype");font-weight:400;font-style:normal;
}

@font-face {
  font-family:'DIN Pro';src:url(../fonts/DINPro-BoldItalic.eot),url(../fonts/DINPro-BoldItalic.eot?#iefix) format("embedded-opentype"),url(../fonts/DINPro-BoldItalic.woff2) format("woff2"),url(../fonts/DINPro-BoldItalic.woff) format("woff"),url(../fonts/DINPro-BoldItalic.ttf) format("truetype");font-weight:700;font-style:italic;
}

@font-face {
  font-family:'DIN Pro';src:url(../fonts/DINPro-Bold.eot),url(../fonts/DINPro-Bold.eot?#iefix) format("embedded-opentype"),url(../fonts/DINPro-Bold.woff2) format("woff2"),url(../fonts/DINPro-Bold.woff) format("woff"),url(../fonts/DINPro-Bold.ttf) format("truetype");font-weight:700;font-style:normal;
}

@font-face {
  font-family:'DIN Pro';src:url(../fonts/DINPro-MediumItalic.eot), url(../fonts/DINPro-MediumItalic.eot?#iefix) format("embedded-opentype"),url(../fonts/DINPro-MediumItalic.woff2) format("woff2"),url(../fonts/DINPro-MediumItalic.woff) format("woff"),url(../fonts/DINPro-MediumItalic.ttf) format("truetype");font-weight:500;font-style:italic;
}

@font-face {
  font-family:'DIN Pro';src:url(../fonts/DINPro-Medium.eot),url(../fonts/DINPro-Medium.eot?#iefix) format("embedded-opentype"),url(../fonts/DINPro-Medium.woff2) format("woff2"),url(../fonts/DINPro-Medium.woff) format("woff"),url(../fonts/DINPro-Medium.ttf) format("truetype");font-weight:500;font-style:normal;
}

@font-face {
  font-family:'DIN Pro';src:url(../fonts/DINPro-Italic.eot),url(../fonts/DINPro-Italic.eot?#iefix) format("embedded-opentype"),url(../fonts/DINPro-Italic.woff2) format("woff2"),url(../fonts/DINPro-Italic.woff) format("woff"),url(../fonts/DINPro-Italic.ttf) format("truetype");font-weight:400;font-style:italic;
}

@font-face {
  font-family:'DIN Pro';src:url(../fonts/DINPro-LightItalic.eot),url(../fonts/DINPro-LightItalic.eot?#iefix) format("embedded-opentype"),url(../fonts/DINPro-LightItalic.woff2) format("woff2"),url(../fonts/DINPro-LightItalic.woff) format("woff"),url(../fonts/DINPro-LightItalic.ttf) format("truetype");font-weight:300;font-style:italic;
}

body {
  font-family: 'DIN Pro';
  left: 0;
  margin: 0;
  overflow-x: hidden;
  position: relative;
}

#top {
  position: relative;
  height: 100%;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
}

.videoBack {
  top: 60%;
}

.pt40 {
  padding-top: 40px;
  padding-right: 0;
}

.mainMenu > li {
  display: inline;
  margin-right: 19px;
  font-size: 18px;
  line-height: 180%;
  text-decoration-line: none;
  cursor: pointer;
}

.mainMenu > li > span > a {
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 3px;
  font-weight: 500;
  text-transform: uppercase;
  transition: .4s all;
}

.mainMenu > li > span > a:hover {
  color: #EDAF38;
  border-bottom: 1px solid #EDAF38;
  transition: .4s all;
  text-decoration: none;
}

.fa.fa-search {
  z-index: 2;
  padding: 14px 14px 0 14px;
  font-size: 25px!important;
  cursor: pointer;
  float: right;
}

.lang {
  width: 44px;
  height: 26px;
  margin-right: 5px;
  border: 1px solid #fff;
  padding-left: 9px;
  padding-top: 2px;
  font-size: 12px;
  margin-top: 16px;
  cursor: pointer;
}

.lang > span {
  border-bottom: 1px solid #fff;
}

.df {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.fdc {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
}

.fdr {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
}

.stock {
  font-size: 16px;
  line-height: 20px;
  margin-top: 20px;
}

.change {
  font-size: 12px;
  line-height: 15px;
  margin-top: 37px;
}

.fas.fa-caret-up {
  padding: 0 3px 3px 0;
}

h1 {
  font-size: 48px;
  line-height: 85%;
  font-weight: 500;
  margin-left: 7px;
}

.more {
  margin-top: 25%;
}

.desc {
  font-size: 18px;
  line-height: 120%;
  margin-top: 18px;
  padding-bottom: 112px;
  margin-left: 10px;
}

.know {
  padding: 18px 30px;
  background: transparent;
  border: 2px solid rgba(255,255,255,0.5);
  color: #fff;
  text-transform: uppercase;
  margin-top: 18px;
  transition: .4s all;
  opacity: .5;
}

.know:after {
  content: '\f105';
  display: inline-block;
  font-family: FontAwesome;
  color: #fff;
  margin-left: 20px;
  transition: .4s all;
}

.know:hover {
  opacity: 1;
  transition: .4s all;
}

.know1 {
  padding: 18px 30px;
  background: transparent;
  border: 2px solid rgba(255,255,255,0.5);
  color: #fff;
  text-transform: uppercase;
  margin-top: 18px;
  transition: .4s all;
}

.know1:hover {
  background: #fff;
}

.know1:hover a {
  color: #06AAA5;
}

.know a {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: .1em;
  color: #fff;
}

.know a:hover {
  text-decoration: none;
  opacity: 1;
}

.lupa {
  position: absolute;
  top: 13px;
  left: 138px;
  cursor: pointer;
}

.poisk {
  margin-top: 13px;
  display: none;
}

.notFound {
  font-size: 22px;
  line-height: 180%;
  color: #EF5454;
  padding-top: 50px;
}

input.find {
  background: #06AAA5;
  color: #fff;
  outline: none!important;
  border: none;
  padding: 3px 20px;
}

.bread {
  font-size: 20px;
  line-height: 180%;
  color: #000;
}

.bread:first-of-type {
  margin-left: 10px;
}

.bread > span {
  border-bottom: 1px solid #000;
}

.bread:hover {
  text-decoration: none;
}

button {
  outline: none!important;
}

.s-title {
  font-size: 20px;
  line-height: 25px;
  opacity: .4;
  margin-bottom: 8px;
}

h2 {
  font-size: 36px;
  line-height: 45px;
  opacity: .85;
  margin-bottom: 29px;
}

h3 {
  margin-left: 10px;
}

h4.modal-title {
  margin-left: 10px;
}

.m-text {
  font-size: 18px;
  line-height: 160%;
  opacity: .85;
  margin-left: 10px;
}
.m-text p {
  padding-left: 0;
}

.num {
  font-size: 50px;
  line-height: 62px;
  color: #323232;
  padding-left: 10px;
}

.s-text {
  font-size: 16px;
  line-height: 140%;
  opacity: .85;
}

.footer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -ms-align-items: center;
  align-items: center;
}

.foot {
  background: #06AAA5;
  height: 100%;
  position: relative;
}

.cop {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  margin-left: 39px;
}

a.f {
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  margin-right: 15px;
  margin-left: 10px;
  white-space: nowrap;
}

.footer img {
  padding-right: 5px;
  padding-left: 5px;
}

.footer {
  padding: 15px 0;
}

.scroll {
  display: none;
  position: fixed;
  bottom: 5%;
  right: 2%;
  cursor: pointer;
}

.icons {
  margin-bottom: 15px;
}

.blog {
  padding: 77px 0 0 0;
}

.razdel {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  opacity: .6;
  margin-bottom: 15px;
  padding-top: 30px;
  padding-left: 30px;
}

.razdel2 {
  font-size: 18px;
  line-height: 22px;
  color: #06AAA5;
  opacity: .6;
  margin-bottom: 15px;
  padding-top: 30px;
  padding-left: 30px;
  transition: .4s all;
}

.intro {
  font-size: 20px;
  line-height: 130%;
  color: #fff;
  margin-top: 15px;
  padding: 0 10px 10px 30px;
}

.intro > span {
  border-bottom: 1px solid #fff;
}

.intro2 {
  font-size: 20px;
  line-height: 130%;
  color: #06AAA5;
  padding: 16px 10px 10px 21px;
  text-decoration: underline;
  position: relative;
}

.intro2:after {
  content: '';
  height: 1px;
  background: #d2d2d2;
  display: block;
  width: 97%;
  margin-top: 30px;
  margin-bottom: 14px;
}

a.articleGrid:hover .intro2 {
  color: #fff;
}

a.articleGrid:hover .press>span {
  color: #fff;
}

a.articleGrid:hover .date1 {
  color: #fff;
}

a.articleGrid:hover .razdel2 {
  color: #fff;
  transition: .4s all;
}

a.articleGrid:hover .a-grid {
  background: #06AAA5;
  color: #fff;
  transition: .4s all;
}

a.articleGrid:hover .intro2:after {
  background: #fff;
}

.art1 > .razdel1 {
  font-size: 16px;
  line-height: 19px;
  color: #C8993E;
  opacity: 0.6;
  margin-top: 13px;
  font-weight: 500;
}

.art1 > .intro1 {
  font-size: 24px;
  line-height: 110%;
  color: #06AAA5;
  margin-bottom: 32px;
  font-weight: 500;
  width: 90%;
}

.read {
  display: none;
  padding: 40px 0 30px 30px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: .1em;
  text-decoration: none;
  color: #fff;
}

.read > span {
  border-top: 2px solid #fff;
  padding-top: 25px;
}

a.article,a.articleGrid {
  transition: .4s all;
  text-decoration: none;
}

.a-info {
  transition: .4s all;
  height: 170px;
}

.a-grid {
  transition: .4s all;
  height: 180px;
}

.a-grid {
  background: transparent;
  color: #06AAA5;
  border-bottom: 1px solid #D2D2D2;
  border-right: 1px solid #D2D2D2;
  border-left: 1px solid #D2D2D2;
}

.a-grid:hover {
  background: #06AAA5;
  color: #fff;
  transition: .4s all;
}

.art:nth-child(1n) .a-info {
  background: #06AAA5;
}

.art:nth-child(3n) .a-info {
  background: #7E6966;
}

.art:nth-child(5n) .a-info {
  background: #5681B6;
}

.art:nth-child(7n) .a-info {
  background: #BB966B;
}

.arr {
  padding-left: 30px;
  padding-bottom: 3px;
}

.m-top,.lang1 {
  display: none;
}

.simplesearch-results, .simplesearch-highlight {
  font-size: 36px;
  line-height: 180%;
  color: #272727;
  font-weight: 500;
  margin-bottom: 0;
}

.close1 {
  background: #000;
  opacity: .3;
  position: fixed;
  width: 13%;
  left: -100%;
  padding-right: 0;
  top: 0;
  height: 100vh;
  z-index: 2;
  display: block;
}

#dev {
  background: #fff;
  height: 100%;
}

.dev1 {
  font-size: 3rem;
  line-height: 100.5%;
  color: #06AAA5;
  font-weight: 600;
  margin-top: 31px;
  margin-bottom: 18px;
}

.dev2 {
  font-size: 1.5rem;
  line-height: 100.5%;
  color: #06AAA5;
  margin-bottom: 5.2%;
}

.m-logo {
  display: none;
}

ul.nav.navbar-nav.mainMenu,.mt {
  margin-top: 13px;
}

.downMenu {
  display: none;
  list-style-type: none;
  background: #06AAA6;
  padding-bottom: 44px;
  position: absolute;
  top: 18%;
  z-index: 10;
  margin-left: 18%;
}

.downMenu.m7 {
  display: none;
  list-style-type: none;
  background: #06AAA6;
  position: absolute;
  top: 23%;
  left: 20%;
  max-width: 650px;
  padding-right: 10%;
  padding-bottom: 10%;
  max-height: 350px;
}

.spec1 {
  display: block;
}

.spec2 {
  display: none;
  padding-top: 50px;
}

.tag {
  font-size: 16px;
  line-height: 130%;
  opacity: .6;
  color: #fff;
  margin-top: 29px;
  text-transform: uppercase;
}

.downMenu > div > div > li {
  margin-top: 20px;
  padding: 5px 0;
  transition: .4s all;
}

.downMenu > div > div > li:hover {
  background: #EDAF38;
  transition: .4s all;
}

.downMenu > div > div > li > span > a {
  font-size: 18px;
  line-height: 130%;
  color: #fff;
  text-decoration: none;
  display: block;
}

.d-title {
  font-size: 26px;
  line-height: 28px;
  color: #fff;
  padding-top: 76px;
  padding-bottom: 19px;
}

.desc1 {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}

.know1 a {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: .1em;
  background: transparent;
  color: #fff;
  text-transform: uppercase;
  margin-top: 22px;
  transition: .4s all;
}

.know1 a:hover {
  text-decoration: none;
  transition: .4s all;
  color: #06AAA6;
}

ul.nav.nav-tabs > li {
  margin-right: 30px;
}

ul.nav.nav-tabs > li > a {
  font-size: 20px;
  line-height: 180%;
  text-decoration-line: underline;
  color: #000;
  padding: 5px;
}

ul.nav.nav-tabs > li > a.active {
  color: #fff;
  background: #06AAA5;
}

ul.nav.nav-tabs.structures > li > a {
  color: #fff;
  background: transparent;
}

ul.nav.nav-tabs.structures > li > a.active {
  color: #fff;
  background: transparent;
}

.nav-tabs {
  border: none;
  margin-left: 10px;
}

ul.nav.nav-tabs.inside > li > a {
  font-size: 20px;
  line-height: 180%;
  text-decoration-line: underline;
  color: #8F8F8F;
  padding: 5px;
}

ul.nav.nav-tabs.inside > li > a.active {
  color: #fff;
  background: #EDAF38;
}

.stats {
  font-size: 18px;
  line-height: 85%;
  color: #707070;
}

.tab-content {
  margin-top: 70px;
  margin-bottom: 40px;
  position: relative;
}

.th {
  font-size: 24px;
  font-weight: 600;
}

td {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.see {
  font-size: 14px;
  line-height: 17px;
  margin-left: 10px;
  letter-spacing: 0.1em;
  color: #06AAA5;
  padding: 18px 28px;
  background: transparent;
  border: 1px solid #06AAA5;
  transition: 0.4s all;
  margin-top: 23px;
}

.see:hover {
  color: #fff;
  background: #06AAA5;
  transition: 0.4s all;
}

.realTime {
  font-size: 8px;
  line-height: 116%;
  letter-spacing: 0.06em;
  color: #FFF;
  background: #00A3FF;
  margin-left: 10px;
}

.barga {
  margin-top: 34px;
  margin-bottom: 54px;
}

.gorod {
  font-size: 22px;
  line-height: 180%;
  color: #000;
}

.c-info {
  font-size: 18px;
  line-height: 160%;
  color: rgba(0, 0, 0, 0.85);
}

.c-info > a {
  text-decoration: underline;
}

.contacts {
  margin-bottom: 15%;
}

.lang.rus.active {
  background: url('../images/rus.png');
  opacity: 0.5;
  background-size: cover;
}

.lang.eng.active {
  background: url('../images/eng.png');
  opacity: 0.5;
  background-size: cover;
}

a.B_crumb, a.B_currentCrumb , a.B_homeCrumb, a.B_lastCrumb {
  font-size: 20px;
  line-height: 180%;
  text-decoration-line: underline;
  color: #000;
  padding: 0 10px;
}

.B_firstCrumb {
  display: none;
}

li.B_crumb:after {
  content: '\f101';
  display: inline-block;
  font-family: FontAwesome;
  color: #707070;
  float: right;
  transition: .4s all;
  padding-top: 7px;
}

ul.B_crumbBox {
  display: flex;
  margin-top: 37px;
  margin-bottom: 0px;
}

.docs > li > a {
  font-size: 16px;
  line-height: 180%;
  color: #000;
}

.docs > li {
  padding: 31px 10px 31px 47px;
  border: 1px solid rgba(15, 139, 154, 0.2);
  margin-bottom: 20px;
  transition: 0.4s all;
}

.docs > li:hover {
  box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.25);
  transition: 0.4s all;
}

.docs > li > span {
  margin-right: 31px;
}

a.download {
  float: right;
  margin-top: 2%;
}

a.download.list {
  position: absolute;
  top: 8px;
  right: 20px;
}

.noActive {
  display: inline;
  transition: 0.4s all;
}

.isActive {
  display: none;
  transition: 0.4s all;
}

.download:hover .isActive {
  display: inline;
  transition: 0.4s all;
}

.download:hover .noActive {
  display: none;
  transition: 0.4s all;
}

.noOpen {
  display: inline;
  transition: 0.4s all;
}

.isOpen {
  display: none;
  transition: 0.4s all;
}

.download:hover .isOpen {
  display: inline;
  transition: 0.4s all;
}

.download:hover .noOpen {
  display: none;
  transition: 0.4s all;
}

.ruk > li > a {
  font-size: 20px;
  line-height: 180%;
  color: #000;
}

.ruk > li {
  padding: 24px 20px;
  border: 1px solid rgba(15, 139, 154, 0.2);
  margin-bottom: 20px;
  transition: 0.4s all;
}

.ruk > li:hover {
  box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.25);
  transition: 0.4s all;
}

.ruk > li > span {
  margin-right: 31px;
}

.rukov {
  border: 1px solid rgba(15, 139, 154, 0.2);
  margin-left: 10%;
  padding: 28px;
}

.art1 {
  position: relative;
  border-bottom: 1px solid rgba(112, 112, 112, 0.5);
  transition: 0.4s all;
  padding-top: 15px;
}

.art1:hover {
  box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.25);
  border-bottom: none;
  transition: 0.4s all;
}

.opisanie {
  font-size: 14px;
  line-height: 90%;
  color: #000;
}

.dolzh {
  font-size: 12px;
  line-height: 180%;
  color: #707070;
  text-transform: uppercase;
}

.fileSize {
  margin-left: 20%;
  font-size: 12px;
  line-height: 180%;
  color: #707070;
}

a.close {
  opacity: 1;
  transition: 0.4s all;
  cursor: pointer;
}

a.close2 {
  background: transparent;
  border: none;
  font-size: 28px;
  line-height: 180%;
  color: #06AAA5!important;
  cursor: pointer;
}

h4 {
  font-size: 36px;
  line-height: 180%;
  color: #323232;
}

.modal-header {
  border: none;
  margin-bottom: 0;
}

.col-5.offset-xl-1.tech {
  padding-bottom: 80px;
}

ul {
  list-style-type: none;
  padding-left: 0;
}

i.fa.fa-times {
  font-size: 30px;
}

h2.first {
  font-size: 20px;
  line-height: 180%;
  color: #323232;
  margin-bottom: 0px;
  padding-left: 0px!important;
}

.modal-content {
  position: fixed!important;
  bottom: 0!important;
  left: 0!important;
  top: 0!important;
  right: 0!important;
  overflow-x: hidden;
  overflow-y: scroll;
}

li.level1 > a {
  font-size: 16px;
  line-height: 180%;
  color: #323232;
  border-bottom: 1px solid #323232;
}

li.level1 > a:hover {
  text-decoration: none;
}

.pageID {
  display: none;
}

.progr {
  font-size: 18px;
  line-height: 22px;
  color: #000;
}

.name {
  font-size: 20px;
  line-height: 180%;
  color: #000;
  border: 1px solid #D5D5D5;
  padding: 5px;
  margin-left: 10px;
}

.stapel {
  font-size: 24px;
  line-height: 180%;
  color: #272727;
  opacity: 0.5;
  margin-top: 30px;
}

a.names {
  font-size: 20px;
  line-height: 180%;
  color: #000;
}

.noList, .isGrid {
  display: none;
}

.noList:hover, .isGrid:hover, .isList:hover, .noGrid:hover {
  cursor: pointer;
}

.triggers {
  position: absolute;
  right: -25px;
  top: -90px;
}

.art {
  margin-bottom: 25px;
  height: 370px;
  padding-left: 0;
}

.newsgrid .art .articleGrid img {
  height: 190px;
}

.showMore,.showMore1 {
  background: transparent;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.1em;
  color: #06AAA5;
  padding: 18px 28px;
  border: 2px solid rgba(6, 170, 165, 0.5);
  margin-top: 70px;
  transition: 0.4s all;
  text-transform: uppercase;
}

.showMore:hover,.hideMore:hover,.showMore1:hover,.hideMore1:hover,a.back:hover {
  background: #06AAA5;
  color: #fff;
  transition: 0.4s all;
}

.hideMore,.hideMore1 {
  display: none;
  background: transparent;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.1em;
  color: #06AAA5;
  padding: 18px 56px;
  border: 2px solid rgba(6, 170, 165, 0.5);
  margin-top: 70px;
  transition: 0.4s all;
  text-transform: uppercase;
}

.morenews {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}

.topic1 {
  font-size: 12px;
  line-height: 180%;
  color: #707070;
  text-transform: uppercase;
}

.dolzh1 {
  font-size: 22px;
  line-height: 180%;
  color: #000;
  font-weight: 600;
}

.col-1.forw {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.back {
  margin-bottom: 15%;
  background: transparent;
  padding: 18px 28px;
  border: 2px solid rgba(6, 170, 165, 0.5);
  margin-top: 70px;
  margin-left: 12px;
  color: #06AAA5;
  transition: 0.4s all;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.1em;
  color: #06AAA5;
  text-transform: uppercase;
}

.back:hover {
  background: #06AAA5;
  color: #fff;
  transition: 0.4s all;
  text-decoration: none;
}

.back:before {
  content: '\f104';
  display: inline-block;
  font-family: FontAwesome;
  color: #06AAA5;
  transition: .4s all;
  padding-right: 10px;
}

.back:hover:before {
  content: '\f104';
  color: #fff;
  transition: .4s all;
}

.news-title {
  font-size: 40px;
  line-height: 110%;
  color: #06AAA5;
  font-weight: 600;
  margin-top: 5%;
  margin-left: 10px;

}

.news-title1 {
  font-size: 40px;
  line-height: 110%;
  color: #FFF;
  font-weight: 600;
  width: 100%;
}

.pubdate {
  font-size: 24px;
  line-height: 28px;
  color: #707070;
  opacity: 0.6;
  padding-bottom: 0;
  padding-top: 2%;
  margin-left: 12px;
}

.modal a.close-modal {
  background-image: none!important;
}

.press {
  width: 50%;
  float: left;
}

.press > span {
  font-size: 16px;
  line-height: 19px;
  color: #C8993E;
  opacity: 0.6;
  text-transform: uppercase;
  padding-left: 21px;
}

.press.list {
  width: 14%;
}

.press.list > span {
  font-size: 16px;
  line-height: 19px;
  color: #C8993E;
  opacity: 0.6;
  text-transform: uppercase;
  padding-left: 0;
}

.date1 {
  float: right;
  font-size: 14px;
  line-height: 17px;
  color: #707070;
  opacity: 0.6;
  padding-right: 21px;
  padding-top: 3px;
}

.date1.list {
  float: left;
  padding-top: 4px;
}

input#search {
  background: #06AAA5;
  color: #fff;
  width: 90%;
  outline: none!important;
}

table {
  width: 90%;
}

table.big {
  width: 100%;
}

.pb40 {
  padding-bottom: 40px;
}

.item img {
  transform: scale(1.0);
  height: 175px;
  width: 290px;
  transition: 0.4s all;
}

.item img:hover {
  transform: scale(1.1);
  overflow: hidden;
  transition: 0.4s all;
}

.gallery_mansory .item.width50 {
  width: 50%;
  height: 350px;
}

.gallery_mansory .item.width50 img {
  width: 579px;
  height: 350px;
}

.item img:hover .f-title {
  display: block;
  transition: .4s all;
}

.f-title {
  position: absolute;
  top: 0;
  left: 0%;
  color: #fff;
  padding-top: 5px;
  background: #000;
  opacity: 0.5;
  width: 100%;
  height: 35px;
  text-align: center;
  transition: .4s all;
  display: none;
  z-index: 100;
}

.shipName {
  font-size: 26px;
  line-height: 32px;
  text-align: center;
  color: #000;
  width: 77%;
}

.shipName1 {
  font-size: 26px;
  line-height: 32px;
  text-align: center;
  color: #000;
  width: 95%;
}

.shipName > span {
  border-bottom: 1px solid #000;
}

td.mt100 {
  margin-top: 110px;
}

a:hover {
  text-decoration: none!important;
}

form.sisea-search-form {
  margin-left: 10px;
}

.sisea-result > a {
  margin-left: 10px;
}

span.s-find {
  font-weight: bold;
}

.s-counts {
  font-size: 20px;
  line-height: 180%;
  color: #000;
  font-weight: normal;
}

.extract {
  font-size: 16px;
  line-height: 140%;
  color: rgba(54, 54, 54, 0.85);
  margin-top: 10px;
}

.m-text1 {
  font-size: 14px;
  line-height: 17px;
  color: #707070;
  opacity: 0.6;
  margin-left: 10px;
  margin-bottom: 20px;
}

.gallery_mansory {
  position: relative;
  width: 102.5%;
  overflow: hidden;
}

.gallery_mansory .item {
  float: left;
  position: relative;
  width: 25%;
  height: 175px;
  overflow: hidden;
}

.source {
  font-size: 20px;
  line-height: 28px;
  color: #707070;
  opacity: 0.6;
  margin-left: 12px;
}

.source a {
  font-size: 20px;
  line-height: 28px;
  color: #707070;
  opacity: 1;
}

.topic {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}

.modal-header .close {
  padding: 1.5rem 1rem;
}

.modal-header.karta {
  margin-bottom: 0;
  box-shadow: none;
  padding-bottom: 0;
  margin-top: 15px;
}

.h-right {
  padding-right: 0;
}

p {
  padding-left: 10px;
}

.s-line {
  height: 1px;
  background: #D2D2D2;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 10px;
}

.blocker {
  padding-bottom: 0!important;
}

img.logoMap {
  position: absolute;
  bottom: 0;
  right: 0;
}
/*preloader*/
#load {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  z-index: 999999;
}

#load i {
  font-size: 70px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -35px 0 500px -35px;
}

img.rot {
  animation: 1s linear 0s normal none infinite running rot;
  -webkit-animation: 1s linear 0s normal none infinite running rot;
}

@keyframes rot {
  0% {
    transform: rotate(0deg);
  }

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

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

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

h2 {
  margin-left: 10px;
}

.m-poisk,#m-search {
  display: none;
}

@media (min-width:1200px) {
  a.article:hover .read {
    display: block;
    transform: scale(1);
    transition: .4s all;
  }

  a.article:hover,a.articleGrid:hover {
    text-decoration: none;
  }

  a.article:hover .a-info {
    transform: translateY(-50px);
    height: 220px;
    transition: .4s all;
  }

  .container.about {
    margin-top: 100px;
  }

  .footer {
    padding: 32px 0;
  }

  img.d-logo {
    margin-left: 5px;
  }
}

@media (max-width:1199px) {
  .img-fluid1 {
    max-width: 100%;
    height: 50%;
    margin-top: 30px;
  }

  .footer {
    justify-content: center;
  }

  .mainMenu > li {
    font-size: 14px;
  }

  input#search {
    background: #06AAA5;
    color: #fff;
    width: 100%;
    outline: none!important;
  }
}

@media (min-width:992px) {
  a.f {
    white-space: nowrap;
  }
}

@media (max-width:991px) {
  .shipName {
    font-size: 20px;
  }

  .press.list > span {
    font-size: 13px;
  }

  a.download.list {
    top: 25px;
  }

  h1 {
    font-size: 22px;
  }

  .navbar {
    padding-left: 2rem!important;
  }

  ul.nav.nav-tabs > li > a {
    font-size: 17px;
  }

  .col-12.col-xl-5.tech1 {
    margin-bottom: 100px;
  }

  .tab-pane.fade.active.show {
    margin-bottom: 100px;
  }

  .shipName {
    text-align: right;
  }

  .col-6.col-xl-4.offset-xl-2.tech {
    margin-bottom: 100px;
  }

  .gallery_mansory .item.width50 {
    width: 50%;
    height: 50%;
  }

  .gallery_mansory .item {
    width: 50%;
    height: 50%;
  }

  .item img {
    height: 50%;
    width: 50%;
  }

  .gallery_mansory .item.width50 img {
    width: 100%;
    height: 100%;
  }

  .gallery_mansory .item img {
    width: 100%;
    height: 100%;
  }

  .fdcr {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media (max-width:767px) {
  .know,.lang,.fa.fa-search {
    display: none;
  }

  #m-search {
    margin-top: 20%;
  }

  .date1.list {
    padding-left: 15px;
  }

  .container.head {
    max-width: 100%;
  }

  .mainMenu > li {
    font-size: 17px;
    margin-bottom: 10px;
  }

  img.logoMap {
    display: none;
  }

  .news-title {
    font-size: 25px;
    line-height: 110%;
    color: #06AAA5;
    font-weight: 600;
  }

  .press.list {
    width: 25%;
  }

  .pt40 {
    padding-top: 0;
  }

  img.lupa1 {
    position: absolute;
    top: 4%;
    right: 6%;
  }

  .m-top {
    display: block;
    margin-right: 10px;
    padding-bottom: 30px;
  }

  .m-poisk,#m-search {
    display: block;
  }

  .lang1 {
    display: inline;
    width: 44px;
    height: 26px;
    margin-right: 7px;
    float: right;
    border: 1px solid #000;
    padding-left: 9px;
    padding-top: 2px;
    font-size: 12px;
    margin-top: 13px;
    cursor: pointer;
    color: #000;
  }

  .lang1 > span {
    border-bottom: 1px solid #000;
  }

  .nav.navbar-nav.mainMenu {
    background: #fff;
    position: fixed;
    width: 90%;
    right: -1000px;
    padding-right: 0;
    top: 0;
    height: 100vh;
    z-index: 2;
    display: flex;
  }

  .more {
    margin-top: 45%;
  }

  ul.nav.navbar-nav.mainMenu,.mt {
    margin-top: 0;
  }

  .nomargin {
    margin-right: 0;
    margin-left: 0;
  }

  a.f {
    font-size: 12px;
  }

  .mainMenu > li > span > a {
    color: #06AAA5;
    text-decoration: none;
    padding-left: 20px;
  }

  .mainMenu > li > span:after {
    content: '\f105';
    display: inline-block;
    font-family: FontAwesome;
    color: #707070;
    float: right;
    transition: .4s all;
  }

  .fa.fa-navicon {
    color: #06AAA5;
    font-size: 35px!important;
  }

  .navbar-light .navbar-toggler-icon {
    background-image: none;
  }

  .df.fdc,.know,.lang,.fa.fa-search {
    display: none;
  }

  .art {
    padding-bottom: 10%;
  }

  .hm {
    background: #fff;
  }

  .more {
    background: #06AAA5;
  }

  .m-logo {
    display: block;
    margin-left: 3%;
  }

  .d-logo {
    display: none;
  }

  #openMenu {
    position: absolute;
    top: -60px;
    left: 85%;
  }

  .pt40.hm {
    padding: 10px 0 10px;
  }

  .desc {
    padding-bottom: 30px;
  }

  .scroll {
    right: 5%;
  }

  .find1 {
    display: none;
  }

  #top {
    background-position: top 25% right 50%;
    background-size: contain;
  }

  .footer.down {
    padding: 20px 0 0 0;
  }

  .topic1 {
    display: none;
  }

  .docs > li > span {
    margin-right: 10px;
  }

  .fileSize {
    margin-left: 25%;
  }

  a.download {
    margin-top: 5%;
  }

  .dolzh1 {
    font-size: 16px;
    line-height: 180%;
    color: #707070;
    text-transform: uppercase;
    margin-top: 11px;
    margin-bottom: 21px;
    text-align: center;
  }

  .m-text {
    font-size: 14px;
    line-height: 140%;
    color: #000;
  }

  .container.head.more > .row > .col-md-12.col-xl-11.offset-xl-1 > h1 {
    margin-top: 15px!important;
  }

  .col-12 .col-md-3,.col-12 .col-md-9 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
  }

  .col-12 .col-md-9 {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width:575px) {
  .container.ship {
    margin-top: 0 !important;
  }

  .foot {
    height: 178px !important;
  }

  .th {
    font-size: 20px;
    line-height: 110%;
  }

  .bread {
    font-size: 15px;
  }

  .mt20 {
    margin-top: 25%;
  }

  .notFound {
    font-size: 15px;
    padding-top: 20px;
  }

  .noOpen, .isOpen {
    width: 25px;
  }

  .tab-content {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0 !important;
  }

  .footer.down {
    padding: 20px 0 0 0;
  }

  .rukov {
    margin-left: 0%;
    border: none;
  }

  table {
    width: 100%;
  }

  .pubdate {
    margin-top: 5%;
  }

  form.sisea-search-form {
    margin-left: 5px !important;
  }

  .sisea-result > a {
    font-size: 20px !important;
    margin-left: 5px;
  }

  .simplesearch-results, .simplesearch-highlight {
    font-size: 20px !important;
    line-height: 110% !important;
  }

  .tab-pane.fade.active.show {
    margin-top: 80px;
  }

  .monster.tab-pane.fade.active.show {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  ul.nav.nav-tabs.inside > li > a {
    font-size: 17px;
  }

  .news-title {
    font-size: 25px;
    line-height: 110%;
    font-weight: 600;
  }

  .art {
    padding-right: 0;
  }

  .stapel {
    font-size: 20px;
  }

  h3 {
    font-size: 1.2rem;
  }

  a.close2 {
    font-size: 25px;
  }

  h1 {
    font-size: 20px !important;
    font-weight: 600;
    margin-top: 10px !important;
    line-height: 110% !important;
    margin-bottom: 10px !important;
  }

  .more {
    margin-top: 50%;
  }

  .source, .source a {
    font-size: 15px;
    word-break: break-all;
  }

  .container.head.more > .row > .col-md-12.col-xl-11.offset-xl-1 > h1 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .container.blog > .row {
    margin-left: 0;
    margin-right: 0;
  }

  .dev1, .dev2 {
    font-size: 1.5rem;
  }

  #top {
    background-position: top 35% right 0%;
    background-size: contain;
  }

  .desc {
    font-size: 14px;
    line-height: 120%;
    margin-top: 10px;
    padding-bottom: 20px;
    margin-left: 10px;
  }

  .blog {
    padding: 50px 0 0 0;
  }

  a.f {
    font-size: 12px;
  }

  .num {
    font-size: 25px;
  }

  .cop {
    font-size: 12px;
    margin-left: 10px;
  }

  .col-xl-1.col-2.forw {
    align-self: center;
  }

  .shipName {
    width: 85%;
  }

  .name {
    font-size: 13px;
  }

  td.mt100 {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .triggers, ul.nav.nav-tabs.structures {
    width: 135px;
  }

  ul.nav.nav-tabs > li {
    margin-right: 15px;
  }

  .triggers {
    right: 0px;
    top: -75px;
  }

  .press.list {
    width: 25%;
  }

  a.download.list {
    top: 50px;
  }

  .gallery_mansory .item.width50 {
    width: 100%;
    height: 100%;
  }

  .gallery_mansory .item {
    width: 100%;
    height: 100%;
  }

  .item img {
    height: 100%;
    width: 100%;
  }

  .zagl {
    width: 40%;
  }
}

@media (min-width: 768px) {
  .m-logo, .m-poisk1, .m-top.mob {
    display: none;
  }

  .df.fdc {
    display: flex;
  }

  #container-mob {
    display: none !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .container.head {
    max-width: 100%;
  }
}

@media (max-width: 425px) {
  .num {
    font-size: 21px;
  }

  .stats {
    font-size: 15px;
  }

  .press.list {
    width: 35%;
  }

  .art1 > .intro1 {
    font-size: 18px;
  }
}

.lang > span > a {
  font-size: 12px;
  line-height: 180%;
  color: #FFF;
}

.lang > span > a:hover {
  text-decoration: none;
}

.ENG, .RUS {
  opacity: 0.6;
}

.ENG.active, .RUS.active {
  opacity: 1;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .downMenu {
    top: 21%;
    margin-left: 10%;
  }

  .lupa {
    position: absolute;
    top: 13px;
    left: 0px;
    cursor: pointer;
  }

  .col-md-2 {
    max-width: 20%;
  }
}

@media (min-width: 1200px) {
  .col-xl-7 {
    max-width: 52.5%;
  }
}

@media (min-width: 1200px) {
  /*
  .col-xl-8 {
    max-width: 60.5%;
  }
   */
}

@media (min-width: 1900px) {
  .downMenu {
    margin-left: 12.5%;
  }

  /*
  .col-xl-8 {
    max-width: 42.7%;
  }
   */
}

.lang1 > span > a {
  font-size: 12px;
  line-height: 180%;
  color: #000;
}

.lang1 > span > a:hover {
  text-decoration: none;
}

input#search2 {
  background: #fff;
  color: #000;
  width: 100%;
  outline: none !important;
  padding-left: 10px;
  border-bottom: 2px solid #EDAF38;
  border-top: none;
  border-left: none;
  border-right: none;
}

form.sisea-search-form {
  margin-left: 10px;
  position: relative;
}

.container.peoples {
  margin-top: 40px;
}

.catalog-progress {
  width: 168px;
  height: 33px;
  position: relative;
  text-align: center;
  border: 2px solid #000;
  padding: 3px;
}

.catalog-progress-bar {
  height: 23px;
  background: #06aaa5;
}
.catalog-progress-value {
  position: absolute;
  left: 0;
  top: 3px;
  width: 100%;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}

.catalog-image-progress {
  display: inline-block;
  position: relative;
}
.catalog-image-progress .catalog-image-mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
}

.wrap-ship-status {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}