@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,700|Roboto:300,400,500,700');
.headerWrapper .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.only {
  margin-top: 10px;
  padding: 10px;
}
.headerTop__graphic {
  display: flex;
  align-items: center;
  color: #fff;
}
.sigplus-gallery > ul > li {
  border: 1px solid #f1f1f1;
  margin: 0 15px;
}
#limit_chzn {
  width: 60px !important;
}
p.readmore {
  margin-bottom: 0;
}
.our-hard p {
  margin-bottom: 5px;
  border-bottom: 1px solid #d8ccbb;
  padding-bottom: 3px;
}
.our-hard p:last-child {
  border-bottom: none;
}
.our-hard {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.our-hard .tr {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  border-bottom: 2px solid #f2f2f2;
}
.our-hard .td {
  padding: 15px;
}
.our-hard .td:first-child p {
  background: #013299;
  color: #fff;
  padding: 10px;}
.our-hard .tr .td {
  width: 33.3%;
  padding-left: 0;
}
.readmore a {
  display: inline-block;
  padding: 10px 15px;
  background: #013299;
  text-decoration: none;
  color: #fff;
  border: 1px solid transparent;
}
.item-image a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.readmore a:hover {
  background: transparent;
  color: #013299;
  border: 1px solid #013299;
}
.blogItemReadMore {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
}
.blogItemWrapper {
  margin-bottom: 15px;
}
.phrases {
  padding: 10px;
}
.textOuter {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.blogItemTitle h2 a {
  color: #000;
  text-decoration: none;
}
.form-limit {
  margin-top: 10px;
}
.ordering-box {
  margin-top: 10px;
}
.btn-toolbar .btn-group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 15px;
}
.blogItem {
  margin-bottom: 20px;
}
.btn-toolbar .btn-group input {
  margin-right: 15px;
  padding: 10px 20px;
  border: none;
  background: #e9eef3;
}
.btn-toolbar .btn-group button {
  border: none;
  padding: 10px 20px;
  background: #0d5aa9;
  color: #fff;
  cursor: pointer;
}
.btn-toolbar .btn-group button:hover {
  background: #0b4d91;
}
.headerWrapper .headerSlider .slick-dots {
  width: unset;
  top: 50%;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.blogItem h2 a {
  text-decoration: none;
  color: #000;
}

.headerSlider .tp-bullets {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

strong {
	text-decoration: none;
	color: #545556;
	font-weight: 700;
}

.headerWrapper .headerSlider .slick-dots li.slick-active button:before {
  content: '';
  background: transparent;
  border: 2px solid #fff;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  opacity: 1;
  left: -2px;
}
.headerWrapper .headerSlider .slick-dots li button:before {
  content: '';
  background: #fff;
  border: 2px solid transparent;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  opacity: 1;
}
#svg circle {
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 1s linear;
  transition: stroke-dashoffset 1s linear;
  stroke: #666;
  stroke-width: 1em;
}
#svg #bar {
  stroke: #FF9F1E;
}
#cont {
  display: block;
  height: 200px;
  width: 200px;
  margin: 2em auto;
  -webkit-box-shadow: 0 0 1em black;
          box-shadow: 0 0 1em black;
  border-radius: 100%;
  position: relative;
}
#cont:after {
  position: absolute;
  display: block;
  height: 160px;
  width: 160px;
  left: 50%;
  top: 50%;
  -webkit-box-shadow: inset 0 0 1em black;
          box-shadow: inset 0 0 1em black;
  content: attr(data-pct) "%";
  margin-top: -80px;
  margin-left: -80px;
  border-radius: 100%;
  line-height: 160px;
  font-size: 2em;
  text-shadow: 0 0 0.5em black;
}
* {
  padding: 0;
  margin: 0;
}
::-webkit-input-placeholder {
  opacity: 1;
}
/* webkit */
::-moz-placeholder {
  opacity: 1;
}
/* Firefox 19+ */
:-moz-placeholder {
  opacity: 1;
}
/* Firefox 18- */
:-ms-input-placeholder {
  opacity: 1;
}
/* IE */
.bred {
  border: 1px solid red;
}
.readMore {
  color: #014ba5;
  position: relative;
}
.readMore:after {
  content: '';
  background: url(../images/arrowBlue.png) no-repeat center;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 7px;
  right: -21px;
}
h2 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  color: #014ba5;
  margin-bottom: 25px;
}
h4 {
  font-weight: 500;
  font-size: 15px;
}
ul {
  padding-left: 15px;
  list-style-type: square;
}
ul li {
  padding-left: 15px;
}
a {
  color: #004ef1;
}
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 15px;
  overflow-x: hidden;
}
.headerTopWrapper {
  width: 100%;
  z-index: 99;
  position: absolute;
}
.headerTop {
  padding: 15px 0;
}
.headerTop__logo {
  padding: 10px;
  background: #fff;
  display: inline-block;
}
.headerTop__phone .phones {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  color: #fff;
  font-size: 16px;
}
.headerTop__phone .phones div {
  text-align: right;
}
.headerTop__phone .phones a {
  font-size: 22px;
}
.headerTop__phone {
  font-weight: 700;
  font-size: 22px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.headerTop__phone a {
  text-decoration: none;
  color: #fff;
}
.headerTop__right {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.headerTop__order {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.headerTop__order a {
  color: #fff;
  font-size: 14px;
}
.headerTop__langSwitcher {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.headerTop__langSwitcher ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-bottom: 0;
}
.headerTop__langSwitcher ul li {
  margin: 0 10px;
}
.headerTop__langSwitcher ul li.lang-active a {
  font-weight: 700;
}
.headerTop__langSwitcher ul li:first-child {
  margin-left: 0;
}
.headerTop__langSwitcher ul li:last-child {
  margin-right: 0;
}
.headerTop__langSwitcher ul li a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}
.headerNav {
  background: rgba(1, 75, 165, 0.8);
}
.headerNav .headerNavInner {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.headerNav .headerNavInner .mobileMenu {
  display: none;
  padding: 15px 0;
}
.headerNav .headerNavInner .mobileMenu--hidden {
  opacity: 0;
  pointer-events: none;
}
.headerNav .headerNavInner .mobileMenu .hamburger {
  position: relative;
  height: 20px;
  width: 30px;
  cursor: pointer;
}
.headerNav .headerNavInner .mobileMenu .hamburger span {
  background-color: #fff;
}
.headerNav .headerNavInner .mobileMenu .hamburger span:nth-child(1) {
  height: 3px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.headerNav .headerNavInner .mobileMenu .hamburger span:nth-child(2) {
  height: 3px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.headerNav .headerNavInner .mobileMenu .hamburger span:nth-child(3) {
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.headerNav .headerNavInner .mobileMenuContent ul {
  list-style: none;
  position: absolute;
  background: #014ba5;
  z-index: 99;
  padding: 10px 0;
  top: 51px;
  min-width: 250px;
  display: none;
}
.headerNav .headerNavInner .mobileMenuContent ul li {
  padding-left: 0;
}
.headerNav .headerNavInner .mobileMenuContent ul li a {
  padding: 8px 15px;
  display: block;
  color: #fff;
  background: #014ba5;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.headerNav .headerNavInner .mobileMenuContent ul li a:hover {
  background: #016ef1;
}
.headerNav .headerNavInner .mobileMenuContent ul li ul {
  position: unset;
  padding: 0;
}
.headerNav .headerNavInner .mobileMenuContent ul li ul li a {
  padding-left: 30px;
}
.headerNav .normalMenu {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.headerNav .normalMenu ul {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.headerNav .normalMenu ul li {
  padding: 15px 0;
  position: relative;
}
.headerNav .normalMenu ul li a {
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  margin-right: 40px;
  display: block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.headerNav .normalMenu ul li a:hover {
  background: #fff;
  color: #014ba5;
}
.headerNav .normalMenu ul li ul {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #00339c;
  padding: 10px;
  left: -10px;
  top: 40px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
  pointer-events: none;
}
.headerNav .normalMenu ul li:hover ul {
  opacity: 1;
  pointer-events: auto;
  z-index: 9999;
}
.headerNav .normalMenu ul li ul li {
  padding: 0;
}
.headerNav .normalMenu--hidden {
  opacity: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.headerNav .finderBtn {
  width: 23px;
  height: 23px;
  cursor: pointer;
}
.headerNav .finderBtn--opened {
  background: url(../images/svg/magnifying-glass.svg) no-repeat center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.headerNav .finderBtn--close {
  background: url(../images/svg/cancel.svg) no-repeat center;
}
.headerNav .finderBtn__input {
  position: absolute;
  width: 400px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.headerNav .finderBtn__input input {
  width: 100%;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
}
.headerNav .finderBtn__input--opened {
  opacity: 1;
  pointer-events: auto;
}
.headerSlider__item img {
  width: 100%;
}
.headerSlider__item__text__wrapper {
  position: absolute;
  top: 50%;
  width: 100%;
  color: #fff;
}
.headerSlider__item__heading h2 {
  font-size: 40px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  color: #fff;
}
.headerSlider__item__text {
  margin-top: 15px;
}
.tabInformer {
  min-height: 375px;
}
.mainTabInformer .tabInformer {
  min-height: 375px;
  color: #fff;
}
.mainTabInformer .tabInformer .tabInformerWrapper {
  position: relative;
}
.mainTabInformer .tabInformer .tabInformerWrapper .tabInformerInner {
  min-height: 512px;
  position: absolute;
  width: 100%;
  top: -60px;
  z-index: 99;
}
.mainTabInformer .tabInformer .tabInformerWrapper .tabInformerInner .tabInformerTabs {
  background: rgba(1, 65, 157, 0.5);
  height: 60px;
}
.mainTabInformer .tabInformer .tabInformerWrapper .tabInformerInner .tabInformerTabs ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  padding-left: 0;
}
.mainTabInformer .tabInformer .tabInformerWrapper .tabInformerInner .tabInformerTabs ul li {
  width: 33.3%;
  font-size: 17px;
  font-weight: 500;
  padding: 19px 30px;
  cursor: pointer;
  position: relative;
  border-right: 1px solid #226998;
}
.mainTabInformer .tabInformer .tabInformerWrapper .tabInformerInner .tabInformerTabs ul li:last-child {
  border-right: none;
}
.mainTabInformer .tabInformer .tabInformerWrapper .tabInformerInner .tabInformerTabs ul li:after {
  content: '';
  background: url(../images/arrowRight.png);
  width: 8px;
  height: 8px;
  position: absolute;
  right: 40px;
  top: 27px;
}
.mainTabInformer .tabInformer .tabInformerWrapper .tabInformerInner .tabInformerTabs ul li.active {
  background: #fff;
  padding-top: 38px;
  margin-bottom: 17px;
  color: #000;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.mainTabInformer .tabInformer .tabInformerWrapper .tabInformerInner .tabInformerTabs ul li.active:after {
  content: '';
  background: url(../images/arrowDown.png);
  width: 8px;
  height: 8px;
  position: absolute;
  right: 40px;
  top: 45px;
}
.mainTabInformer .tabInformer .tabInformerWrapper .tabInformerInner .window--hidden {
  display: none;
}
.mainTabInformer .tabInformer .tabInformerWrapper .tabInformerInner .tabInformerWindows {
  color: #000;
}
.mainTabInformer .tabInformer .tabInformerWrapper .tabInformerInner .tabInformerWindows .windowWrapper {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mainTabInformer .tabInformer .tabInformerWrapper .tabInformerInner .tabInformerWindows .windowText {
  padding: 45px 30px;
  padding-bottom: 0;
  width: 66.6%;
  border-right: 1px solid #e4ebf0;
  background: #ffffff url(../images/microscope.png) no-repeat center right;
  background-size: contain;
}
.mainTabInformer .tabInformer .tabInformerWrapper .tabInformerInner .tabInformerWindows .windowText .windowTextTop {
  min-height: 330px;
}
.mainTabInformer .tabInformer .tabInformerWrapper .tabInformerInner .tabInformerWindows .windowText .windowTextTop ul li {
  margin: 15px 0;
}
.mainTabInformer .tabInformer .tabInformerWrapper .tabInformerInner .tabInformerWindows .windowText .windowTextBottom {
  padding: 25px 30px;
  border-top: 1px solid #e4ebf0;
}
.mainTabInformer .tabInformer .tabInformerWrapper .tabInformerInner .tabInformerWindows .windowText .windowTextBottom a {
  text-decoration: none;
}
.mainTabInformer .tabInformer .tabInformerWrapper .tabInformerInner .tabInformerWindows .lastNews {
  width: 33.3%;
  background: #f4f8fb;
  padding: 45px 15px;
}
.mainTabInformer .tabInformer .tabInformerWrapper .tabInformerInner .tabInformerWindows .lastNews ul {
  margin-top: 20px;
}
.mainTabInformer .tabInformer .tabInformerWrapper .tabInformerInner .tabInformerWindows .lastNews ul li {
  margin: 5px 0;
}
.counter {
  background: url(../images/counterBG.jpg) no-repeat center;
  background-size: cover;
  min-height: 290px;
  color: #fff;
}
.counter .counterInner {
  padding: 80px 0;
  padding-bottom: 0;
}
.counter .counterInner .counterWrapper {
  padding: 80px 0;
}
.counter .counterInner .counterWrapper .counterItem {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: 0.9s ease;
  transition: 0.9s ease;
}
.counter .counterInner .counterWrapper .counterItem--opened {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.9s ease;
  transition: 0.9s ease;
}
.counter .counterInner .counterWrapper .counterItem .itemNumber {
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
  margin-right: 15px;
}
.counter .counterInner .counterWrapper .counterItem .itemText {
  font-size: 18px;
  font-weight: 500;
  width: 245px;
  line-height: 1;
  margin-top: 10px;
}
.aboutCompany {
  padding: 75px 0;
}
.secondaryTabInformer .tabInformer {
  min-height: 375px;
  color: #909090;
}
.secondaryTabInformer .tabInformer .tabInformerWrapper {
  position: relative;
}
.secondaryTabInformer .tabInformer .tabInformerWrapper .tabInformerInner {
  min-height: 512px;
  width: 100%;
  top: -60px;
}
.secondaryTabInformer .tabInformer .tabInformerWrapper .tabInformerInner .tabInformerTabs {
  background: #fff;
  height: 60px;
}
.secondaryTabInformer .tabInformer .tabInformerWrapper .tabInformerInner .tabInformerTabs ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  padding-left: 0;
}
.secondaryTabInformer .tabInformer .tabInformerWrapper .tabInformerInner .tabInformerTabs ul li {
  width: 33.3%;
  font-size: 17px;
  font-weight: 500;
  padding: 19px 30px;
  cursor: pointer;
  position: relative;
  border-right: 1px solid #f4f8fb;
}
.secondaryTabInformer .tabInformer .tabInformerWrapper .tabInformerInner .tabInformerTabs ul li:last-child {
  border-right: none;
}
.secondaryTabInformer .tabInformer .tabInformerWrapper .tabInformerInner .tabInformerTabs ul li:after {
  content: '';
  background: url(../images/arrowRightGray.png);
  width: 8px;
  height: 8px;
  position: absolute;
  right: 40px;
  top: 27px;
}
.secondaryTabInformer .tabInformer .tabInformerWrapper .tabInformerInner .tabInformerTabs ul li.active {
  padding-top: 38px;
  margin-bottom: 17px;
  background: #f4f8fb;
  color: #000;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.secondaryTabInformer .tabInformer .tabInformerWrapper .tabInformerInner .tabInformerTabs ul li.active:after {
  content: '';
  background: url(../images/arrowDown.png);
  width: 8px;
  height: 8px;
  position: absolute;
  right: 40px;
  top: 45px;
}
.secondaryTabInformer .tabInformer .tabInformerWrapper .tabInformerInner .window--hidden {
  display: none;
}
.secondaryTabInformer .tabInformer .tabInformerWrapper .tabInformerInner .tabInformerWindows {
  color: #000;
}
.secondaryTabInformer .tabInformer .tabInformerWrapper .tabInformerInner .tabInformerWindows .windowWrapper {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.secondaryTabInformer .tabInformer .tabInformerWrapper .tabInformerInner .tabInformerWindows .windowText {
  padding: 45px 30px;
  padding-bottom: 0;
  width: 66.6%;
  border-right: 1px solid #e4ebf0;
  background: #f4f8fb;
  background-size: contain;
}
.secondaryTabInformer .tabInformer .tabInformerWrapper .tabInformerInner .tabInformerWindows .windowText .windowTextTop {
  min-height: 330px;
}
.secondaryTabInformer .tabInformer .tabInformerWrapper .tabInformerInner .tabInformerWindows .windowText .windowTextTop ul li {
  margin: 15px 0;
}
.secondaryTabInformer .tabInformer .tabInformerWrapper .tabInformerInner .tabInformerWindows .windowText .windowTextBottom {
  padding: 25px 30px;
  border-top: 1px solid #e4ebf0;
}
.secondaryTabInformer .tabInformer .tabInformerWrapper .tabInformerInner .tabInformerWindows .windowText .windowTextBottom a {
  text-decoration: none;
}
.secondaryTabInformer .tabInformer .tabInformerWrapper .tabInformerInner .tabInformerWindows .lastNews {
  width: 33.3%;
  background: #f4f8fb;
  padding: 45px 15px;
}
.secondaryTabInformer .tabInformer .tabInformerWrapper .tabInformerInner .tabInformerWindows .lastNews ul {
  margin-top: 20px;
}
.secondaryTabInformer .tabInformer .tabInformerWrapper .tabInformerInner .tabInformerWindows .lastNews ul li {
  margin: 5px 0;
}
.circleDiagramm {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
}
.circleDiagramm .st22 {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  opacity: 0;
  -webkit-transition: 2s ease;
  transition: 2s ease;
  stroke-dasharray: 0;
}
.circleDiagramm .st22--filled {
  stroke-dasharray: 380px;
  opacity: 1;
}
.circleDiagramm .st12 {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 2s ease;
  transition: 2s ease;
  stroke-dasharray: 0;
  opacity: 0;
}
.circleDiagramm .st12--filled {
  stroke-dasharray: 355px;
  opacity: 1;
}
.circleDiagramm .diagrammInformer {
  width: 220px;
}
.circleDiagramm .diagrammInformer ul {
  list-style: none;
}
.circleDiagramm .diagrammInformer ul li {
  position: relative;
}
.circleDiagramm .diagrammInformer ul li:nth-child(1):before {
  content: '';
  width: 15px;
  height: 15px;
  background: #92bce4;
  position: absolute;
  top: 0;
  left: -15px;
}
.circleDiagramm .diagrammInformer ul li:nth-child(2):before {
  content: '';
  width: 15px;
  height: 15px;
  background: #013299;
  position: absolute;
  top: 0;
  left: -15px;
}
.circleDiagrammWrapper {
  width: 220px;
  height: 220px;
  position: relative;
}
.circleDiagrammWrapper .percents {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 60px;
  font-weight: 600;
  line-height: 1;
  -webkit-transition: 2s ease;
  transition: 2s ease;
  opacity: 0;
}
.circleDiagrammWrapper .percents--opened {
  opacity: 1;
}
.circleDiagrammWrapper .percents:after {
  content: '%';
  position: absolute;
  font-size: 30px;
  font-weight: 300;
  bottom: 0;
  right: -22px;
}
.bottomGallery {
  padding: 45px 0;
  background: url(../images/bottomGalleryBG.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
.bottomGallery__heading {
  position: absolute;
  top: 0;
  left: 116px;
  z-index: 99;
}
.bottomGallery__heading span {
  font-size: 36px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  background: #1a3b8f;
}
.scrollplus-vertical .scrollplus-view {
  width: unset !important;
  overflow: hidden !important;
}
.sigplus-gallery.scrollplus-vertical ul {
  flex-direction: unset !important;
  flex-wrap: wrap !important;
  justify-content: center;
  width: 855px;
}
.sigplus-gallery.scrollplus-vertical ul li {
  padding: 5px !important;
}
.scrollplus-vertical .scrollplus-track {
  display: none !important; 
}
.footer {
  padding: 45px 0;
  background: #f4f8fb;
}
.footer h2 {
  color: #545556;
}
.footer p {
  margin: 10px 0;
}
.footer p:first-child {
  margin-top: 0;
}
.footer p:last-child {
  margin-bottom: 0;
}
.footer a {
  text-decoration: none;
  color: #545556;
  font-weight: 700;
}
.footer .footerMenu {
  color: #545556;
}
.footer .footerMenu__heading {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px;
}
.footer .footerMenu ul {
  list-style: none;
  padding: 0;
}
.footer .footerMenu ul li {
  padding: 0;
}
.footer .footerMenu ul li a {
  color: #545556;
  font-weight: 300;
  display: inline-block;
  background: transparent;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-bottom: 5px;
}
.footer .footerMenu ul li a:hover {
  background: #014ba5;
  color: #fff;
}
.footer .footerSocials {
  color: #545556;
}
.footer .footerSocials__heading {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px;
}
.footer .footerSocials ul {
  list-style: none;
  padding: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 150px;
}
.footer .footerSocials ul li {
  padding: 0;
  position: relative;
}
.footer .footerSocials ul li a svg {
  width: 20px;
  height: 20px;
}
.footer .footerSocials ul li a svg .vkSvg {
  fill: #e1e2e2;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.footer .footerSocials ul li a svg .vkSvg:hover {
  fill: #45668e;
}
.footer .footerSocials ul li a svg .fbSvg {
  fill: #e1e2e2;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.footer .footerSocials ul li a svg .fbSvg:hover {
  fill: #3b5998;
}
.footer .footerSocials ul li a svg .ytSvg {
  fill: #e1e2e2;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.footer .footerSocials ul li a svg .ytSvg:hover {
  fill: #ff0000;
}
.footer .footerSocials ul li a .inSvg {
  fill: #e1e2e2;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.footer .footerSocials ul li a .inSvg:hover {
  fill: #e1306c;
}
.footer .footerSocials ul li:after {
  content: '';
  height: 18px;
  border-right: 1px solid #e1e2e2;
  position: absolute;
  right: -12px;
  top: 0;
}
.footer .footerSocials ul li:last-child:after {
  content: '';
  display: none;
}
.footer .footerSocials .copyRights {
  margin-top: 25px;
}


.headerTopWrapper--inner {
  position: relative;
}

.headerTopWrapper--inner .headerTop__graphic {
  color: #000;
}

.headerTopWrapper--inner .phones {
  color: #000;
}

.headerTop__phone--inner a {
  color: #000;
}

.headerTop__order--inner button {
  color: #000;
}

.headerTop__langSwitcher--inner ul li a {
  color: #346fb7;
}

.headerNav--inner {
  background: #fff;
}

.headerNav--inner .finderBtn__input input {
  color: #000;
  border-bottom: 1px solid #000;
}

.headerNav--inner .finderBtn--opened {
  background: url(../images/svg/black.svg) no-repeat center;
}

.headerNav--inner .finderBtn--close {
  background: url(../images/svg/blackcancel.svg) no-repeat center;
}

.headerNav--inner .normalMenu ul li a {
  color: #000;
}
.headerNav .normalMenu ul li ul li a {
  color: #fff;
}

.innerHorizontalImage {
  position: relative;
}

.innerHorizontalImage .innerHorizontalImage__imageWrapper {
  position: absolute;
  width: 100%;
  height: 240px;
  overflow-y: hidden;
}

.innerHorizontalImage .innerHorizontalImage__imageWrapper img {
  width: 100%;
}

.sideBarMenu {
  margin-bottom: 25px;
}

.sideBarMenu ul {
  padding: 30px;
  list-style: none;
  background: #013299;
}
.sideBarMenu ul li {
  padding: 10px 0 9px;
  border-bottom: 1px solid #3d599f;
}
.sideBarMenu ul li:last-child {
  border-bottom: none;
}
.sideBarMenu ul li a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s ease;
}
.sideBarMenu ul li a:hover {
  background: #fff;
  color: #013299;
}

.sidebarSubscribe {
  background: #f4f8fb;
  padding: 30px;
  margin-bottom: 25px;
}

.table.acymailing_form {
  margin: unset !important;
  padding: 0 !important;
}

.sidebarSubscribe__heading {
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.sidebarSubscribe__text {
  margin-bottom: 15px;
}

.sidebarSubscribe__input p {
  margin: 0 !important;
}

.sidebarSubscribe__input {
  position: relative;
}

.sidebarSubscribe__input input[type="text"] {
  width: 100% !important;
  border: none;
  padding: 15px 25px;
  font-size: 15px;
}
.sidebarSubscribe__input input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  width: 48px;
  height: 48px;
  cursor: pointer;
  background: #013299 url(../images/svg/arrow-point-to-right.svg) no-repeat center;
  -webkit-background-size: 12px;
  background-size: 12px;
}

.sidebarFiles ul {
  list-style: none;
  padding: 15px 0;
  background: #fff;
}

.sidebarFiles ul li {
  padding-left: 70px;
}

.sidebarFiles ul li {
  margin-bottom: 20px;
}

.sidebarFiles ul li:last-child {
  margin-bottom: unset;
}

.sidebarFiles ul li a {
  text-decoration: none;
  color: #676767;
}

.notEmptyPage {
  position: relative;
}

.emptyPage {
  position: relative;
}

.notEmptyPage:before {
  position: absolute;
  content: '';
  background: url(../images/svg/file.svg) no-repeat center;
  width: 30px;
  top: 3px;
  left: -45px;
  height: 25px;
}

.emptyPage:before {
  position: absolute;
  content: '';
  background: url(../images/svg/file_blank.svg) no-repeat center;
  width: 30px;
  top: 3px;
  left: -45px;
  height: 25px;
}

.componentWrapper {
  padding-top: 270px;
}

.articleBody {
  padding-bottom: 40px;
}

.articleBody img {
  max-width: 100%;
}

.article-info {
  margin-bottom: 15px;
}

.breadcrumbs ul {
  list-style: none;
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 35px;
}
.breadcrumbs ul li {
  padding: 0;
  position: relative;
}
.breadcrumbs ul li:last-child:after {
  content: '';
}
.breadcrumbs ul li:after {
  content: '>';
  position: absolute;
  top: -1px;
  right: 8px;
}
.breadcrumbs ul li a {
  margin-right: 25px;
  text-decoration: none;
}
.breadcrumbs ul li.active a {
  margin-right: 25px;
  color: #676767
}

h1 {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

h1, p, ul {
  margin-bottom: 25px;
}

.articleGallery h2 {
  color: #545556;
}
.headerNav .headerNavInner .mobileMenu--inner .hamburger span {
  background-color: #014ba5;
}












@media screen and (max-width: 1270px) {
  .headerSlider__item__heading h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 1199px) {
  .our-hard .tr .td:first-child {
    width: 100%;  
  }
  .our-hard .tr .td {
    width: 50%;  
  }
  .our-hard .tr {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;  
  }
  .bottomGallery__heading span {
    background: unset;
  }
  .bottomGallery__heading {
    position: unset;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
  }
  .innerHorizontalImage .innerHorizontalImage__imageWrapper {
    overflow: hidden;
  }
  .innerHorizontalImage .innerHorizontalImage__imageWrapper img {
    width: 1300px;
  }
  .headerNav .headerNavInner .mobileMenu {
    display: block;
  }
  .headerNav .normalMenu ul {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .headerTop__langSwitcher--inner ul li a, .headerTop__langSwitcher ul li.active a, .headerTop__order--inner a, .headerTop__phone--inner a {
    color: #fff
  }
  .counter .counterInner .counterWrapper .counterItem .itemText {
    font-size: 14px;
  }
  .counter {
    min-height: unset;
  }
  .counter .counterInner {
    padding: 0;
  }
  .mainTabInformer .tabInformer .tabInformerWrapper .tabInformerInner .tabInformerTabs {
    background: #01419d;
  }
  .mainTabInformer .tabInformer .tabInformerWrapper .tabInformerInner {
    position: unset;
  }
  .mainTabInformer .tabInformer .tabInformerWrapper .tabInformerInner .tabInformerTabs ul li {
    padding: 19px 10px;
  }
  .headerTop {
    background: #014ba5;
  }
  .headerTopWrapper {
    position: unset;
  }
  .headerTop__logoWrapper {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 900px) {
	.headerNav .finderBtn__input input {
		width: 275px;
	}
	.mainTabInformer .tabInformer .tabInformerWrapper .tabInformerInner .tabInformerTabs ul li {
		border-right: none;
	}
	.footer .footerMenu {
		margin: 15px 0;
	}
	.secondaryTabInformer .tabInformer .tabInformerWrapper .tabInformerInner .tabInformerWindows .lastNews {
		width: 100%;
	}
	.secondaryTabInformer .tabInformer .tabInformerWrapper .tabInformerInner .tabInformerWindows .windowText {
		width: 100%;
	}
	.secondaryTabInformer .tabInformer .tabInformerWrapper .tabInformerInner .tabInformerWindows .windowWrapper {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.secondaryTabInformer .tabInformer .tabInformerWrapper .tabInformerInner .tabInformerTabs ul li {
		width: 100%;
	}
	.secondaryTabInformer .tabInformer .tabInformerWrapper .tabInformerInner .tabInformerTabs ul li.active::after {
		top: 27px;
	}
	.secondaryTabInformer .tabInformer .tabInformerWrapper .tabInformerInner .tabInformerTabs {
		height: unset;
	}
	.secondaryTabInformer .tabInformer .tabInformerWrapper .tabInformerInner .tabInformerTabs ul {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		height: unset;
	}
	.secondaryTabInformer .tabInformer .tabInformerWrapper .tabInformerInner .tabInformerTabs ul li.active {
		padding: 19px 30px;
		margin-bottom: 0;
	}
	.mainTabInformer .tabInformer .tabInformerWrapper .tabInformerInner .tabInformerWindows .lastNews {
		width: 100%;
	}
	.mainTabInformer .tabInformer .tabInformerWrapper .tabInformerInner .tabInformerWindows .windowText {
		width: 100%;
	}
	.mainTabInformer .tabInformer .tabInformerWrapper .tabInformerInner .tabInformerWindows .windowWrapper {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
	.mainTabInformer .tabInformer .tabInformerWrapper .tabInformerInner .tabInformerTabs ul li.active::after {
		top: 27px;
	}
	.mainTabInformer .tabInformer .tabInformerWrapper .tabInformerInner .tabInformerTabs ul li.active {
		padding: 19px 10px;
		margin-bottom: 0;
	}
	.mainTabInformer .tabInformer .tabInformerWrapper .tabInformerInner .tabInformerTabs ul li {
		width: 100%;
	}
	.mainTabInformer .tabInformer .tabInformerWrapper .tabInformerInner .tabInformerTabs {
		height: unset;
	}
	.mainTabInformer .tabInformer .tabInformerWrapper .tabInformerInner .tabInformerTabs ul {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		height: unset;
	}
}


@media screen and (max-width: 767px) {

  .componentWrapper {
    padding-top: 0;
  }
  .innerHorizontalImage {
    display: none;
  }
	.counter .counterInner .counterWrapper .counterItem {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: center;
	}
}

@media screen and (max-width: 624px) {
	.headerSlider__item__heading h2 {
		font-size: 16px;
	}
}


@media screen and (max-width: 570px) {
  .our-hard .tr .td {
    width: 100%;  
  }
	.headerTop__langSwitcher ul {
		padding-left: 0;
	}
	.headerTop__order {
		margin-bottom: 15px;
	}
	.headerTop__phone {
		margin-bottom: 15px;
	}
	.headerTop__right {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		-ms-align-items: center;
		align-items: center;
	}
}

@media screen and (max-width: 550px) {
	.headerSlider__item__text__wrapper {
		transform: translateY(-50%);
	}
} 
