/*.grecaptcha-badge{display:none;}*/
.grecaptcha-badge {visibility: hidden;opacity: 0;left: -9999px;}
* {
  margin: 0;
  padding: 0;
}
body {
  padding: 90px 0 0;
  font-family: 'Roboto', sans-serif;
  color: #000;
}

p {
  font-size: 24px;
  line-height: 30px;
}

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

.flex.sb {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-block {
  display: block;
}

.container {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  /*padding: 0 15px;*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h2 {
  font-size: 60px;
  font-family: 'PT Serif', serif;
  font-weight: 700;
  line-height: 64px;
}

.category-title h1 {
  font-size: 50px;
  font-family: 'PT Serif', serif;
  font-weight: 400;
  line-height: 60px;
}

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

ul {
  list-style: none;
}


/*HEADER*/

.header .container {
  padding: 0 60px;
}

.header-info .mobile-menu {
  display: none;
}

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

.header-info-wrap {
  border-right: 1px solid #e6b221;
  min-height: 100px;
  padding-right: 30px;
  margin-right: 30px;
}

.header .flex {
  height: 175px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-info-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 18px;
}

.header-info-line:last-child {
  margin-top: 0;
}

.header-info-line span {
  font-size: 13px;
  color: #9e9e9e;
  margin-right: 10px;
}

.header-info-line a {
  font-size: 17px;
}

.header-info-line .info-item {
  margin-left: 25px;
}

.header-info-line .info-item:first-child {
  margin-left: 0;
}

.menu {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.menu li {
  position: relative;
  margin-left: 20px;
}

.menu li:first-child {
  margin-left: 0;
}

.menu li a {
  font-size: 17px;
  text-transform: uppercase;
  transition: .2s;
  font-weight: 600;
}

.menu li a svg {
  font-size: 12px;
  color: #c51a26;
  margin: 0 0 0 5px;
}

.menu li:hover>a,
.menu li a:hover {
  color: #c82631;
  transition: .2s;
}

.menu li>ul {
  position: absolute;
  list-style: none;
  padding: 8px 0;
  margin: 0;
  z-index: 1;
  /* left: -10px; */
  top: 30px;
  box-shadow: 3px 3px 10px 2px rgba(0, 0, 0, 0.1);
  border-top: 3px solid #12344a;
  background: #ffffff;
  visibility: hidden;
  min-width: 190px;
  opacity: 0;
  z-index: 99;
}

.menu #menu-item-47>ul {
  min-width: 250px;
}

.menu li>ul::before {
  display: block;
  position: absolute;
  width: 100%;
  height: 16px;
  content: "";
  top: -17px;
}

.menu li:hover>ul {
  visibility: visible;
  opacity: 1;
  top: 36px;
  -webkit-transition: visibility .15s, opacity .2s, top .4s;
  transition: visibility .15s, opacity .2s, top .4s;
}

.menu li>ul li {
  display: block;
  padding: 0;
  margin: 0;
}

.menu li>ul li a {
  display: block;
  font-size: 15px;
  text-align: left;
  font-weight: 500;
  padding: 10px 30px;
}

.menu li>ul li a:hover {
  color: #c82631;
  background: #f3f3f3;
}

.menu ul.sub-menu li.has_children svg {
  float: right;
  color: #c3c3c3;
  margin: 5px 0 0;
}

.menu>ul ul ul {
  position: absolute;
  list-style: none;
  padding: 8px 0;
  margin: 0;
  z-index: 1;
  left: 100%;
  top: -18px;
  box-shadow: 5px 5px 20px 4px rgba(0, 0, 0, 0.1);
  /*border-top: 4px solid #106fb6;*/
  background: #ffffff;
  visibility: hidden;
  min-width: 270px;
  opacity: 0;
  z-index: 99;
}

.menu>ul ul li:hover ul {
  visibility: visible;
  opacity: 1;
  top: -8px;
  -webkit-transition: visibility .15s, opacity .2s, top .4s;
  transition: visibility .15s, opacity .2s, top .4s;
}

/*.language-chooser li:last-child {
  display: none;
}*/

.language li {
  margin-bottom: 8px;
}

.language li a {
  font-size: 18px;
  background: none !important;
}

.language li.active a {
  font-weight: bold;
}


/*TOP SLIDER*/

.main-slider-item {
  position: relative;
}

.slider-text {
  background: rgba(197, 26, 38, 0.95);
  padding: 0 60px 60px 60px;
  color: #fff;
  max-width: 620px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.slider-text h1 {
  font-size: 60px;
  font-family: 'PT Serif', serif;
  font-weight: 700;
  line-height: 64px;
  margin-top: -30px;
  margin-bottom: 25px;
}

.slider-text p {
  margin-bottom: 30px;
}

.btn-more {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  border-bottom: 2px solid #e6b221;
  position: relative;
}

.btn-more:after {
  content: '';
  width: 35px;
  height: 18px;
  background: url("images/arr-y.png");
  position: absolute;
  right: -40px;
  top: 5px;
}

.main-slider .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 75px;
}

.main-slider .slick-dots li {
  width: 40px;
  height: 2px;
  background: #d1d1d1;
  margin-left: 10px;
}

.main-slider .slick-dots li:first-child {
  margin-left: 0;
}

.main-slider .slick-dots li.slick-active {
  height: 4px;
  background: #e6b221;
}

.main-slider .slick-dots li button {
  display: none;
}

.slick-slide {
  outline: none;
}

.slick-prev {
  width: 67px;
  height: 27px;
  background: url("images/arr-l.png");
  border: none;
  font-size: 0;
  outline: none;
  position: absolute;
  left: -35px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2;
  cursor: pointer;
}

.slick-next {
  width: 67px;
  height: 27px;
  background: url("images/arr-r.png");
  border: none;
  font-size: 0;
  outline: none;
  position: absolute;
  right: -35px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 2;
  cursor: pointer;
}


/*ABOUT*/
.padding-20 {
  padding: 0 0 20px !important;
}
.single-page {
  padding: 0 0 50px;
}
.single-page a:hover {
  text-decoration: underline;
  color: #c51a26;
}
.single-add-blocks {
  margin: 0 auto 50px;
  overflow: hidden;
  width: 100%;
}
.single-add-blocks .main-title {
  font-size: 35px;
  padding: 0 0 10px;
}
.single-add-blocks .news-home.page-news {
  padding: 0;
}
.single-add-blocks .news-home.page-news {
  padding: 0;
}

.about {
  background: #f8f8f8;
  margin-top: 115px;
}

.about .container {
  border-bottom: 1px solid #b7c2c8;
}

.about h2 {
  position: relative;
  margin-bottom: 32px;
  margin-top: -40px;
}

.about h2 span {
  border-bottom: 2px solid #e6b221;
  line-height: 58px;
  display: inline-block;
}

.about h2:after {
  content: '';
  width: 67px;
  height: 26px;
  background: url("images/arr-yb.png");
  position: absolute;
  right: 100px;
  top: 85px;
}

.about-info {
  margin: 25px 0;
}

.about-info p {
  font-size: 18px;
}

.about-info ul {
  margin: 12px 0 12px 0;
}

.about-info ul li {
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.romb {
  width: 12px;
  height: 12px;
  background: #c51a26;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 10px;
}

.about-right img {
  margin-top: -55px;
}

.director {
  width: 300px;
  height: 60px;
  color: #fff;
  background: #c51a26;
  padding: 0 20px 15px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin: -50px 0 -15px 10px;
}

.director span {
  font-size: 36px;
  font-family: 'PT Serif', serif;
  font-weight: 700;
  position: absolute;
  top: -25px;
}

.director p {
  font-style: italic;
  font-size: 20px;
  padding-top: 18px;
}


/*TEAM*/

.team {
  padding-bottom: 90px;
  background: #f8f8f8;
  margin-bottom: 45px;
}

.team h3 {
  padding: 60px 0 0 0;
  font-size: 48px;
  text-align: center;
  font-family: 'PT Serif', serif;
  font-weight: 700;
}

.team-slider-item {
  min-width: 800px;
  margin: 70px 0 0 0;
}

.team-slider-item img {
  position: absolute;
  left: 0;
  bottom: 0;
}

.team-slider-item h3 {
  padding: 0;
  font-size: 42px;
  line-height: 44px;
  text-align: left;
}

.team-slider-item p {
  font-size: 18px;
  line-height: 26px;
}

.status {
  margin: 15px 0 25px 0;
  font-size: 18px;
  color: #c51a26;
}

.team-info {
  padding: 50px 50px 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 56%;
}

.team-slider-block {
  border: 2px solid #e6b221;
  height: 450px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 700px;
  margin: 0 auto;
}

.team-slider .slick-next {
  right: 20%;
  top: 55%;
}

.team-slider .slick-prev {
  left: 20%;
  top: 55%;
}

.team-slider .slick-dots {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  bottom: -50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.team-slider .slick-dots li {
  width: 40px;
  height: 2px;
  background: #d1d1d1;
  margin-left: 10px;
}

.team-slider .slick-dots li:first-child {
  margin-left: 0;
}

.team-slider .slick-dots li.slick-active {
  height: 4px;
  background: #c51a26;
}

.team-slider .slick-dots li button {
  display: none;
}

.t1 {
  margin: 0 0 0 -20px;
}


/*BLOG*/

.blog {
  margin-bottom: 120px;
}

.blog h2 {
  text-align: center;
}

.blog p {
  text-align: center;
  margin: 25px 0 30px 0;
}

.blog .flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.blog-item {
  width: 550px;
  position: relative;
  height: 475px;
  margin-bottom: 30px;
}

.blog-item.cust .blog-text {
  background: rgba(18, 52, 74, 0.95);
}

.blog-item.cust .blog-text-more {
  background: #12344a;
}

.blog-img {
  height: 400px;
  overflow: hidden;
}

.blog-img img {
  width: 100%;
  height: auto;
}

.blog-text {
  background: rgba(197, 26, 38, 0.95);
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

.blog-text h4 {
  font-size: 36px;
  color: #fff;
  font-family: 'PT Serif', serif;
  font-weight: 700;
  margin: 25px 35px 20px 35px;
}

.blog-text p {
  margin: 0 35px 0 35px;
  padding-bottom: 20px;
  font-size: 18px;
  color: #fff;
  text-align: left;
  display: none;
}

.blog-text-more {
  background: #c82631;
  height: 78px;
  padding: 0 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.blog-text-more:before {
  content: '';
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  width: 88%;
  position: absolute;
  top: 0;
}

.blog-text:hover {
  cursor: pointer;
}

.blog-text:hover p {
  display: block;
}


/*NEWS*/

.news {
  padding: 15px 0 100px 0;
  position: relative;
  background: #f8f8f8;
}

.news.news-home {
  margin-top: 120px;
}

.news h2 {
  margin-top: -50px;
}

.news-block p {
  margin: 5px 0 50px;
}

.news-block a {
  color: #000;
  font-weight: 600;
}

.news-more-block {
  text-align: center;
  margin: 20px 0 0;
}

.news .btn-more {
  color: #000;
  font-weight: 700;
}

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

.news-abs {
  /*  position: absolute;
  top: -30px;*/
  right: 0;
}

.news-item {
  width: 262px;
}

/*.news-item a {
  font-size: 22px;
  font-family: 'PT Serif', serif;
  font-weight: 700;
  line-height: 26px;
  margin: 15px 0;
  display: block;
  padding: 0 10px;
  color: #e6b221;
}

.news-item a span {
  color: #000;
}*/

/*.news-item a:hover {
  text-decoration: underline;
}*/

.news-item .data {
  color: #9e9e9e;
  font-size: 18px;
  padding: 0 10px;
}


/*HISTORY*/

.history {
  background: #f8f8f8;
  padding-bottom: 110px;
}

.history .container {
  border-top: 1px solid #b7c2c8;
  padding: 0 215px;
}

.history h2 {
  margin: 50px 0 35px 0;
  text-align: center;
}

.history-text {
  margin-top: 20px;
}

.history-text p {
  font-size: 18px;
  line-height: auto;
  margin-bottom: 15px;
}

.history-hidden {
  display: none;
}

.h-more {
  width: 245px;
  height: 55px;
  border: 1px solid #e6b221;
  display: block;
  position: relative;
  margin: 50px auto 20px auto;
}

.h-more span {
  font-size: 20px;
  text-transform: uppercase;
  width: 245px;
  height: 55px;
  border: 1px solid #e6b221;
  position: absolute;
  top: 5px;
  left: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}


/*CONTACTS*/

.contacts {
  margin-bottom: 50px;
  position: relative;
  /*background: url("images/c-bg.jpg") no-repeat;*/
  /*-webkit-background-size: cover;*/
  /*background-size: cover;*/
}
.contacts .flow {
  z-index: 2;
  position: absolute;
  width: 50%;
  top: 0;
  height: 100%;
  right: 0;
  align-items: center;
}
.contacts .acf-map {
  height: 400px;
  overflow: hidden;
  border-radius: 2px;
}

.contacts-block {
  width: 90%;
  padding: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}

.contacts-block .main-title {
  font-family: 'PT Serif';
  font-size: 30px;
  padding: 0 0 10px;
  margin: 0 0 20px;
  border-bottom: 1px solid #f1f1f1;
}
/*
.contacts-block h2 span {
  border-bottom: 2px solid #e6b221;
  line-height: 58px;
  display: inline-block;
}*/

/*.contacts-block h2:after {
  content: '';
  width: 67px;
  height: 26px;
  background: url("images/arr-yb.png");
  position: absolute;
  right: 0px;
  top: 90px;
}

.contacts-block p {
  font-family: 'PT Serif', serif;
  font-weight: 700;
  margin-bottom: 20px;
}*/

.contacts-block .branches {
  margin: 0 0 40px;
      font-size: 25px;
      font-weight: 500;
      color: #000;
      font-family: 'PT Serif';
      /* font-weight: 600; */
      border-bottom: 1px solid #e7e7e7;
      padding: 0 0 0px;
      display: flex;
      justify-content: space-between;
}
.contacts-block .branches span {
  padding: 0 0 5px;
  /*margin: 0 20px 0 0;*/
  color: #12344a; 
}
/*.contacts-block .branches span.israel {}*/
.contacts-block .branches span:hover {
  color: #c51a26;
  cursor: pointer;
}
.contacts-block .branches .active {
  border-bottom: 3px solid #c51a26;
  color: #c51a26;
}
.contacts-block .branches .active:hover {
  cursor: default;
}

.contacts-info {
  min-height: 152px;
}
.contacts-info .info-item {
  margin-bottom: 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.contacts-info .info-item span {
  font-size: 16px;
  color: #a7a7a7;
  width: 80px;
  display: inline-block;
}

.contacts-info .info-item p,
.contacts-info .info-item a {
  display: block;
  font-size: 18px;
  line-height: 1.3;
}
.contacts-info .info-item a {
  display: block;
  direction: ltr;
}

/*.contacts-info .info-item p {
  display: inline-block;
  font-size: 18px;
  margin-top: -5px;
  font-family: 'Roboto', sans-serif;
  line-height: 26px;
}*/

.contacts-info .info-item p span {
  color: #000;
  font-size: 22px;
  display: block;
  width: 100%;
}

/*.contacts-info .info-item.cust {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}*/


/*FOOTER*/

.footer {
  background: #003149;
  color: #fff;
  padding: 55px 0;
}

.footer .container {
  padding: 0 60px;
}

.footer-logo {
  max-width: 140px;
  width: 100%;
}

.footer-logo .copy {
  font-size: 13px;
  margin-top: 20px;
}

.footer-contacts {
  max-width: 240px;
  width: 100%;
}

.footer-contacts .info-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-contacts .info-item span {
  font-size: 13px;
  color: #5b93b7;
  width: 70px;
}

.footer-contacts .info-item a {
  display: block;
  direction: ltr;
  color: #fff;
  font-size: 17px;
  font-weight: 300;
}

.footer-contacts .info-item.cust {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 5px;
}

.footer-contacts .info-item.cust span {
  font-size: 13px;
  color: #5b93b7;
  min-width: 70px;
}

.footer-contacts .info-item.cust p {
  font-size: 17px;
  font-weight: 300;
  line-height: 21px;
  margin-top: -3px;
}

.footer-contacts .info-item.cust p span {
  width: 100%;
  display: inline;
  color: #fff;
  min-width: 100%;
  font-size: 17px;
}

.footer-link {
  width: 240px;
}

.footer-link p {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 20px;
  margin-bottom: 12px;
}

.footer-link li {
  list-style: none;
}

.footer-link a {
  font-size: 16px;
  color: #5b93b7;
  line-height: 18px;
  margin-bottom: 10px;
  display: block;
}

.footer-menu li {
  list-style: none;
}

.footer-menu a {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  display: block;
  margin-bottom: 20px;
}

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

.footer-bottom {
  border-top: 1px solid #224962;
  margin-top: 35px;
  height: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-bottom p {
  font-size: 16px;
  color: #5b93b7;
  text-transform: uppercase;
  opacity: 0.3;
  letter-spacing: 2px;
}

.white-bg {
  background: #fff;
}

.contacts.cust {
  padding-top: 0;
  margin-bottom: 80px;
  background: transparent;
}

.contacts.cust .container {
  background: url("images/map.jpg") no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position-x: right;
  height: 500px;
  position: relative;
}

.contacts-block.cust {
  background: #1a3c53;
  color: #fff;
  width: 620px;
  margin-top: 0;
  position: absolute;
  padding-top: 50px;
  left: 0;
  bottom: 0;
}

.contacts-block.cust h2 {
  font-size: 48px;
  line-height: 52px;
  padding-top: 40px;
}

.contacts-block.cust h2:after {
  display: none;
}

.contacts-block.cust .info-item span {
  color: #5b93b7;
}

.contacts-block.cust .info-item a {
  color: #fff;
}

.contacts-block.cust .info-item p span {
  color: #fff;
}

.company-external-logo {
  width: 200px;
      float: left;
      margin: 10px 20px 20px 0;
      padding: 30px;
      position: relative;
}
.company-external-logo:hover {
  opacity: .8;
  cursor: pointer;
}
.company-external-logo img {
  width: auto;
      max-height: 120px;
      height: auto;
      display: block;
      margin: 0 auto 20px !important;
}
.company-external-logo a {
  display: block;
  text-align: center;
  color: #333 !important;
}
.company-external-logo a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.services {
  background: #f8f8f8;
}

.services h3 {
  text-align: center;
  font-size: 36px;
  font-family: 'PT Serif', serif;
  font-weight: 700;
  padding: 60px 0 0 0;
}

.services .flex {
  margin-top: 50px;
  padding-bottom: 70px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.services-item {
  max-width: 240px;
  width: 100%;
}

.services-item p {
  font-size: 18px;
  font-style: italic;
  line-height: 20px;
  font-family: 'PT Serif', serif;
  margin-top: 20px;
}


/*.about.single-page {
  padding-top: 70px; }*/

.about.single-page .container {
  border-bottom: none;
}

.about.single-page h2 {
  text-align: left;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 30px;
  line-height: 35px;
}
.about.single-page h3 {
  font-family: 'PT Serif', serif;
  text-align: left;
  margin: 0 0 15px;
  font-weight: 400;
  display: inline-block;
  font-size: 23px;
  padding: 0 0 10px;
  line-height: 28px;
  /* color: #c51a26; */
  /* text-decoration: underline; */
  border-bottom: 1px solid #e9e9e9;
}

.about.single-page h2:after {
  display: none;
}

.about.single-page .icon {
  background: #ccc;
    color: #fff;
    /* padding: 10px; */
    border-radius: 40px;
    width: 30px;
    height: 30px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.about.single-page .icon.yes {
  background: #00b150;
}
.about.single-page .icon.no {
    background: #e63838;
}

.about.single-page table {
  width: 80%;
  margin: 0 auto 20px;
  border-spacing: 0;
/*  border-collapse: collapse;*/
}
.about.single-page table th,
.about.single-page table td {
  vertical-align: middle;
  padding: 15px 18px;
  font-size: 16px;
/*  border: 1px solid #fff;*/
}
.about.single-page table tr:nth-child(odd) td {
  background: #f2f8fc;
  /*border-color: #f3f3f3;*/
}
/*.about.single-page table tr:hover td {
  cursor: pointer;
  padding: 17px 20px;
  border-top: 1px solid #0065b1;
  border-bottom: 1px solid #0065b1;
}*/
.about.single-page table th {
  color: #003149;
  background: #0065b1;
  font-size: 16px;
  border: none;
}

/*.about.single-page .about-text {
  padding: 0 0 60px;
}*/

.about.single-page .about-text .big {
  font-size: 24px;
  margin-bottom: 20px;
}

.about.single-page .about-text p {
  font-size: 18px;
  margin-bottom: 15px;
  text-align: justify;
}
.about.single-page .about-text a {
  text-decoration: underline;
  color: #c51a26; 
}
.about.single-page .about-text a:hover {
  text-decoration: none;  
}

.about.single-page ul {
  margin: 0 0 25px;
}

.about.single-page ul li {
  position: relative;
  padding: 0 0 0 20px;
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 15px;
}

.about.single-page ul li::before {
  display: block;
  position: absolute;
  top: 12px;
  left: 2px;
  width: 7px;
  height: 7px;
  content: '';
  background: #c51a26;
}
.about.single-page ol {
    counter-reset: li; /* Initiate a counter */
    margin: 0 0 25px 0;
    padding-left: 0;
}
.about.single-page ol > li {
    position: relative;
    font-size: 18px;
    list-style: none; /* Disable the normal item numbering */
    padding: 10px 5px 10px 30px;
}
.about.single-page ol > li:before {
  content: counter(li);
    counter-increment: li;
    position: absolute;
    top: 10px;
    left: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 20px;
    margin-right: 8px;
    padding: 0;
    border-radius: 20px;
    color: #fff;
    background: #E95E4F;
    font-weight: 500;
    text-align: center;
}
.about.single-page ol li ol,
.about.single-page ol li ul {
    margin-top: 6px;
}
.about.single-page ol ol li:last-child { margin-bottom: 0; }

.breadcrumbs {
  clear: both;
  overflow: auto;
  margin: 0 0 10px 0 !important;
  font-size: 13px;
}


.single-page img {
  display: block;
  height: auto;
  max-width: 100%;
}

.single-page img.aligncenter {
  margin: 0 auto;
}

.single-page img.alignleft {
  float: left;
  margin: 10px 30px 10px 0;
}

.single-page img.alignright {
  float: right;
  margin: 10px 0 20px 30px;
}


/*.single-page .about-text {
  padding: 0 220px 60px 220px;
}*/

.breadcrumbs {
  text-align: center;
}


/*  .breadcrumbs .container {
    border-top: 1px solid #bababa; }*/

.breadcrumbs ul {
	display: block;
	text-align: left;
  	padding: 35px 0 5px 0;
}

.breadcrumbs ul li {
	display: inline-block;
}

.breadcrumbs ul li:after {
  content: '';
  width: 14px;
  height: 6px;
  background: url("images/arr-ys.png");
  display: inline-block;
  margin: 0 5px;
}

.breadcrumbs ul li:first-child {
  margin-left: 0;
}

.breadcrumbs ul li:last-child:after {
  display: none;
}

.breadcrumbs ul li,
.breadcrumbs ul li a {
  color: #bababa;
  font-size: 14px;
  text-decoration: underline;
}

.main-slider-item.cust p {
  padding-top: 40px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.6);
  padding-bottom: 30px;
}

.main-slider-item.cust .slider-text {
  top: auto;
  bottom: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.main-slider-item.cust .slider-text:before {
  content: '';
  width: 180px;
  height: 180px;
  background: url("images/key.png");
  position: absolute;
  right: 100%;
  top: 0;
}

.main-slider-item.cust .slider-img img {
  line-height: 0;
}

.history.cust2 {
  padding-top: 1px;
}

.history.cust2 h2 {
  margin-top: -38px;
}

.history.cust2 .container {
  border-top: none;
}

.advantages h2 {
  text-align: center;
  margin: 70px 0 40px 0;
}

.advantages-block {
  background: url("images/a-bg.jpg") no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 150px 60px 10px 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.advantages-block .flex {
  background: rgba(18, 52, 74, 0.95);
  padding: 45px 50px 50px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: -50px;
}

.advantages-block .flex .number {
  color: #fff;
  font-size: 100px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.advantages-block .flex .number .percent {
  font-size: 50px;
}

.advantages-block .flex span {
  color: #fff;
  font-size: 22px;
}

.advantages-block-item {
  max-width: 275px;
  width: 100%;
}

.advantages-block-item p {
  color: #79a9c9;
  font-size: 18px;
  font-style: italic;
  line-height: 22px;
  padding-top: 20px;
  border-top: 1px solid #79a9c9;
}

.advantages-block-item p span {
  font-style: italic;
  color: #79a9c9 !important;
  font-size: 18px !important;
}

.advn-top {
  height: 220px;
}

.top-slider.cust h2 {
  text-align: center;
  margin: 0 0 50px 0;
}

.main-slider-item.cust2 h3 {
  font-size: 48px;
  line-height: 52px;
  margin-top: 40px;
  font-family: 'PT Serif', serif;
  font-weight: 700;
  margin-bottom: 25px;
}

.main-slider-item.cust2 .slider-text {
  max-width: 620px;
  padding-bottom: 30px;
  top: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.margin-30 {
  margin-top: 30px !important;
}
.margin-20 {
  margin-top: 20px !important;
}

/*.news-wrap {
  padding-bottom: 100px;
}

.news-wrap .flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.news-wrap .news-item {
  max-width: 332px;
  width: 100%;
  margin-bottom: 30px;
}

.news-wrap .news-item img {
  width: 100%;
  height: auto;
}

.news-wrap .news-item .news-img {
  height: 250px;
  overflow: hidden;
}

.news-wrap .h-more {
  width: 370px;
}

.news-wrap .h-more span {
  width: 370px;
}*/

.main-slider-item.cust.th p {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.main-slider-item.cust.th .slider-text:before {
  display: none;
}

.vakansii {
  margin: 55px 0 100px 0;
}

.vakansii-item {
  height: 170px;
  padding: 0px 120px 0px 30px;
  border: 2px solid #fff;
  border-bottom: 2px solid #e8e8e8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.vakansii-item:hover {
  border: 2px solid #e6b221;
}

.vakansii-item:hover a {
  text-decoration: underline;
}

.vakansii-item-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.vakansii-item .vakansii-logo {
  max-width: 235px;
  min-width: 235px;
  width: 100%;
}

.vakansii-item .vakansii-title {
  min-width: 300px;
  max-width: 300px;
  display: block;
}

.vakansii-item .vakansii-title a {
  font-size: 20px;
  color: #e6b221;
}

.vakansii-item .vakansii-title a span {
  color: #000;
}

.vakansii-item-right ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.vakansii-item-right ul li p {
  font-size: 12px;
  color: #9e9e9e;
  width: 120px;
}

.vakansii-item-right ul li span {
  font-size: 16px;
}

.h-more.vak {
  width: 360px;
}

.h-more.vak span {
  width: 360px;
}

.news-loader {
  text-align: center;
  margin: 50px auto 20px auto;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 14px;
  height: 14px;
}

.loader {
  display: inline-block;
  margin: -3px 11px 0 0;
  font-size: 10px;
  vertical-align: middle;
  position: relative;
  text-indent: -9999em;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-left: 2px solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: loader 1.1s infinite linear;
  animation: loader 1.1s infinite linear;
}

.loader.big,
.loader.big:after {
  width: 50px;
  height: 50px;
}

.loader.big {
  border: 5px solid rgba(255, 255, 255, 0.2);
  border-left: 5px solid #003149;
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.contact-row {
  overflow: hidden;
  clear: both;
  margin-bottom: 30px;
}

.contact-row .title {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #B20D0D;
  margin: 0 0 10px;
  text-align: left;
}

.contact-row .col {
  float: left;
  width: 50%;
}

.contact-row .col.office-alfa .title {
  margin: 0;
}

.contact-row .col .office {
  font-weight: 700;
  margin-top: 10px;
  display: block;
  font-size: 14px;
}

.contact-row .col p {
  margin: 0 !important;
}

.body-overlay {
  opacity: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 49, 73, 0.6);
  top: -9999px;
  left: 0;
  z-index: 9998;
  content: '';
  transition: .4s opacity;
}

body.disabled .body-overlay {
  opacity: 1;
  top: 0;
}

body.disabled .body-overlay:hover {
  cursor: pointer;
}

.menu-header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
  border-bottom: 1px solid #f1f1f1;
  -webkit-transition: .5s transform;
  transition: .5s transform;
  /*box-shadow: 0px 1px 3px rgba(0,0,0,0.20);*/
  background: #fff;
}

.menu-header .search {
  position: absolute;
  z-index: 2;
  width: 100%;
  background: #fff;
  transition: .3s;
  top: -100px;
}

.menu-header .search.open {
  top: 0;
}


/*.menu-header .search {*/

.menu-header .search form {
  padding: 0 0 0 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.menu-header .search input,
.search-page-form input {
  flex-basis: 84%;
  border-radius: 2px;
  font-size: 18px;
  padding: 0 20px;
  height: 45px;
  font-family: "Roboto";
  outline-style: none;
  box-shadow: none;
  border-color: transparent;
  border: 1px solid #eeeeee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.menu-header .search input::placeholder,
.search-page-form input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #b5b5b5;
  opacity: 1;
  /* Firefox */
}

.menu-header .search input:-ms-input-placeholder,
.search-page-form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b5b5b5;
}

.menu-header .search input::-ms-input-placeholder,
.search-page-form input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #b5b5b5;
}

.menu-header .search button,
.search-page-form button {
  align-items: center;
  justify-content: center;
  flex-basis: 15%;
  background: #003149;
  color: #fff;
  font-family: "Roboto";
  border: none;
  border-radius: 2px;
  font-size: 17px;
  font-weight: 500;
  transition: .2s;
}
.search-page-form button span {
  color: #fff;
}

.menu-header .search button i,
.search-page-form button i {
  margin: 0 10px 0 0;
  transform: scale(-1, 1);
  font-size: 23px;
}

.menu-header .search button:hover,
.search-page-form button:hover {
  cursor: pointer;
  background: #e61321;
  transition: .2s;
}

.menu-header .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  height: 90px;
}

.menu-header .logo {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin: 0 18px 0 0;
}
.menu-header .logo div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 160px;
  padding: 7px 0 0 0;
  font-family: 'PT Serif';
  text-transform: uppercase;
  color: #12344a;
  font-size: 20px;
}
.menu-header .logo .s {
  color: #b0b0b0;
  font-size: 14px;
  line-height: 1;
}
.menu-header .logo img {
  height: 60px;
  width: auto;
  margin: 0px 15px 0 0;
}

.menu-header .navbar {
  height: 100%;
  width: 100%;
  justify-content: flex-end;
}
.menu-header .navbar .main-menu{
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
}

.menu-header .navbar li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 100%;
  border-left: 1px solid #f1f1f1;
  position: relative;
}

.menu-header .navbar li a {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #003149;
  font-size: 17px;
  font-weight: 500;
  padding: 0 25px;
}

.menu-header .navbar li.active>a,
.menu-header .navbar li:hover>a,
.menu-header .navbar li a:hover {
  /*background: #f4f9ff;*/
  color: #c51a26;
}

.menu-header .navbar li a i {
  font-size: 16px;
  display: block;
  /* width: 20px; */
  /* flex-basis: 100%; */
  text-align: center;
  /* position: absolute; */
  margin: 0 0 0 10px;
  transition: .3s;
}

.menu-header .navbar li a.current i {
  transform: rotate(180deg);
  transition: .3s;
}

.menu-header .navbar li a.current::after {
  width: 100%;
  height: 4px;
  background: #fff;
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  z-index: 999;
}

.menu-header .navbar li:last-child {
  border-right: 1px solid #f1f1f1;
}

.menu-header .navbar li.search-button a i.la-angle-down {
  display: none;
}

.menu-header .navbar li.search-button a i.la-search {
  font-size: 29px;
  margin: 0;
  transform: scale(-1, 1);
}
.menu-header .navbar li.menu-button a i {
  font-size: 29px;
  margin: 0;
}

.menu-header .navbar li ul {
  visibility: hidden;
      opacity: 0;
      z-index: 99;
      position: absolute;
      top: 100px;
      background: #ffffff;
      left: -1px;
      /* border-top: 1px solid #1f455d; */
      width: 310px;
      padding: 20px 0;
      /* border-bottom-left-radius: 3px; */
      /* border-bottom-right-radius: 3px; */
      box-shadow: 5px 5px 20px 4px rgba(0, 0, 0, 0.1);
      -webkit-transition: visibility .15s, opacity .2s, top .4s;
      transition: visibility .15s, opacity .2s, top .4s;
}
.menu-header .navbar li.active ul {
    visibility: visible;
    opacity: 1;
    top: 91px;
    -webkit-transition: visibility .15s, opacity .2s, top .4s;
    transition: visibility .15s, opacity .2s, top .4s;
}
.menu-header .navbar li ul li {
  border: none !important;
      color: #fff;
      justify-content: flex-start;
}
.menu-header .navbar li ul li a {
  color: #12344a;
      padding: 12px 30px;
      width: 100%;
      text-align: left;
      justify-content: flex-start;
      transition: .2s;
}
.menu-header .navbar li ul li a:hover {
  background: #12344a;
  color: #fff;
  transition: .2s;
}

.menu-header .submenu-item {
  display: none;
  width: 100%;
  position: absolute;
  border-top: 3px solid #f1f1f1;
  /* box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.2); */
  padding: 30px 0px;
  top: 100px;
  z-index: 102;
  background: #fff;
}

#menu-item-5630 > a {
  padding-right: 50px;
}
#menu-item-5630 > a::before {
  display: block;
      position: absolute;
      content: '';
      width: 26px;
      height: 26px;
      background: url(images/chevron-down.svg) 50% 50% no-repeat;
      right: 13px;
      top: 50%;
      margin-top: -12px;
}

.menu-header .submenu-item.open {
  display: block;
}

.main-home {
  position: relative;
  width: 100%;
  height: 45vh;
  max-height: 450px;
  background: url(images/header-day-min.jpg);
  /*background: url(images/header4-min.jpg);*/
  /*background: url(images/main33-min.jpg);*/
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
}
.main-home.night {
  background-image: url(images/header-night-min.jpg);
}

.main-home .particles {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.main-home::before {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  content: '';
  background: -moz-linear-gradient(left, rgba(0, 49, 73, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(0, 49, 73, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(0, 49, 73, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003149cc', endColorstr='#00ffffff', GradientType=1);
}

.main-home .text {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  text-align: left;
  left: 0;
  top: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.main-home .text h1 {
  display: block;
  font-size: 65px;
  color: rgb(255, 255, 255);
  margin: 0 0 5px;
  font-family: 'PT Serif';
  font-weight: 400;
}

.main-home .text .small {
  display: block;
  color: rgb(255, 255, 255);
  font-size: 23px;
  line-height: 1.5;
  width: 100%;
  max-width: 800px;
  font-weight: 300;
  margin: 0 0 25px;
}

.main-home .text a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 400;
  /* text-transform: uppercase; */
  font-size: 16px;
  padding: 10px 0;
  max-width: 220px;
  border-radius: 2px;
  background: rgb(230, 19, 33);
  transition: .2s;
}

.main-home .text a i {
  margin: 0 0 0 10px;
  font-size: 17px;
}

.main-home .text a:hover {
  transition: .2s;
  background: #cd111d;
}

.articles-list {
  padding: 40px 0;
}

.articles-list article {
  margin: 0 0 40px;
  position: relative;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  width: 100%;
}

.articles-list article figure {
  position: relative;
  margin: 0 30px 0 0;
}

.articles-list article figure img {
  display: block;
}

.articles-list article .date {
  font-size: 14px;
  color: #ccc;
  margin: 0 0 10px;
}
.articles-list article .date a {
  color: #ccc;
}
.articles-list article .meta {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.articles-list article .meta .more {
/*  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  border-radius: 2px;
  padding: 4px 15px;
  background: #0065b1;
  transition: .2s;*/
}

.articles-list article a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  z-index: 99;
}

.articles-list article .title {
  display: block;
  font-family: "PT Serif";
  margin: 0 0 15px;
  font-size: 30px;
  line-height: 25px;
  color: #003149;
}

.articles-list article .title a {
  color: #003149;
  text-decoration: none;
  transition: .2s;
}

.articles-list article.link:hover {
  cursor: pointer;
}

.articles-list article.link:hover .date,
.articles-list article.link:hover img,
.articles-list article.link:hover .title,
.articles-list article.link:hover p {
  opacity: .8;
  transition: .2s;
}

.articles-list article.link:hover .meta .more {
  background: #cc0224;
  transition: .2s;
}

.articles-list article p {
  font-size: 16px;
  color: #313131;
  line-height: 25px;
}

.message {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
  border-radius: 2px;
  background: #f2f8fc;
  margin-top: 50px;
}

.message .download-presentation {
  display: inline-block;
  font-weight: 300;
  font-size: 18px;
  text-decoration: underline;
  background: url(images/pdf-icon.png) 0 0 no-repeat;
  padding: 0 0 0 40px;
  height: 32px;
  line-height: 32px;
}
.message .download-presentation:hover {
  color: #ea5440;
  text-decoration: none;
}

.message .person {
  text-align: center;
  margin: 0 0 0 50px;
  min-width: 230px;
}

.message img {
  width: 230px;
}

.message .text {}

.message p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  margin: 0 0 25px;
  color: #000;
}

.message .border {
  display: block;
  width: 70px;
  height: 3px;
  margin: 0 0 10px;
  background: #0065b1;
}

.message .sign {
  color: #fff;
      padding: 15px 20px 10px;
      margin: -50px 0px 0 -8px;
      position: relative;
      background: #860710;
      border-radius: 2px;
      text-align: center;
      box-shadow: 10px 5px 30px 0px rgba(0,0,0,0.2);
}
.message .name {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
.message .name-bigger {
  font-size: 22px;
  padding: 0 0 5px;
}

.message .note {
  display: block;
  font-size: 14px;
  color: #fff;
  margin: 0 0 10px;
}

.message .main-title {
  font-size: 35px;
  padding: 0;
  margin: 0 0 25px;
  border: none;
}

.message .message-to-vadim {
  /* display: -webkit-flex; */
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  /* display: flex; */
  display: flex;
  align-items: center;
  justify-content: center;
  /* border-bottom: 2px solid #003149; */
  /*font-weight: 500;*/
  font-size: 15px;
  line-height: 18px;
  color: #222;
  /*padding: 10px 0px;*/
  /*background: #12344a;*/
  /*border-radius: 3px;*/
  transition: .2s;
  /*margin: 0;*/
  /*max-width: 355px;*/
  margin: 1.5rem 0 0;
  text-align: left;
}
.message .message-to-vadim i {
  font-size: 24px;
  margin: 0 10px 0 0;
}

.message .message-to-vadim:hover {
  color: #860710;
  transition: .2s;
}
.message .message-to-vadim:hover span {
  /*background: #c51a26;*/
  text-decoration: underline;
  color: #860710;
  transition: .2s;
}

.smi-block {
  padding: 70px 0 0;
}
.smi-block .item:nth-child(5) {
  padding-left: 15px;
  padding-right: 15px;
}
.smi-block .main-title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.smi-block .main-title a {
  color: #c51a26;
  font-size: 20px;
}
.smi-block .main-title a:hover {
  color: #12344a;
  /*text-decoration: underline;*/
}
.smi-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 50px 0 0;
}
.smi-list .item {
  position: relative;
  flex: 30% 0 0;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  background-color: #ffffff;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  box-shadow: 10px 5px 30px 0px rgba(0,0,0,0.1);
  margin: 0 0 60px;
  text-align: center;
}
.smi-list .item::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -3px;
  background: #c51a26;
  height: 4px;
  margin-left: -25px;
  width: 50px;
  /* border: 10px solid transparent; */
  /* border-left: 10px solid #c51a26; */
  /* border-top: 10px solid #c51a26;*/
}
.smi-list .item img {
  display: block;
  height: 100px;
  width: auto;
  margin: 0 auto 10px;
  /*filter: grayscale(100%);*/
}
.smi-list .item:hover {
  box-shadow: 10px 5px 20px 10px rgba(0,0,0,0.1);
}
.smi-list .item p {
  line-height: 23px;
      font-size: 17px;
      height: 69px;
      color: #111;
      margin: 0 0 15px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center;
      justify-content: center;
}
.smi-list .item a {
  display: block;
  font-size: 17px;
  color: #111;
  text-decoration: underline;

}
.smi-list .item a:hover {
  color: #c51a26;
  text-decoration: none;
}

.smi-cat-list {
  padding-bottom: 60px;
}
.smi-cat-list .item.last {
  height: 0;
  width: 0;
  opacity: 0;
}


.load-more {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin: 0 0 70px;
}
.load-more a {
  border: 1px solid #003149;
  /* font-weight: 500; */
  padding: 15px 30px;
  border-radius: 2px;
  color: #003149;
  transition: .2s;
}
.load-more a:hover {
  color: #fff;
  transition: .2s;
  background: #003149;
}

.founders {
  margin-bottom: 50px;
}
.founders p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 20px;
  color: #000;
}
.founders .main-title {
  margin: 0 0 20px;
}
.founders .more {
  color: #003149;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
}

.statistic {
  margin-bottom: 50px;
}
.statistic .numbers {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  padding: 50px 0 10px;
}
.statistic .numbers .item {
  text-align: center;
}
.statistic .numbers .item {
  text-align: center;
}
.statistic .numbers .item span {
  display: block;
  font-size: 50px;
  font-weight: 900;
  color: #003149;
}
.statistic .numbers .item p {
  display: block;
  font-size: 18px;
}

.news-home {
  padding: 50px 0 0;
}
.news-home.page-news {
  padding: 20px 0 0;
}
.news-home .articles-list {
  padding-bottom: 0;
}

.main-title {
  font-family: 'PT Serif';
  font-size: 45px;
  padding: 0 0 20px;
  border-bottom: 1px solid #f1f1f1;
}
.news-home.page-news .main-title {
  font-size: 35px;
  padding: 0 0 10px;
}

.main-title span {
  display: block;
  font-family: "Roboto";
  font-size: 17px;
  color: #333;
}

.search-page {
  padding-top: 50px;
}
.search-page .main-title {
  border: none;
  padding: 0;
}
.search-page-form {
  padding: 15px 0 0;
}

.logos-home .container {
  padding: 50px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logos-home .container img {
  width: auto;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.logos-home .container img:hover {
  filter: none;
}


.companies-home .container {
  padding: 50px 0 0;
/*  display: flex;
  align-items: center;
  justify-content: space-between;*/
}
.companies-home .container .items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 0 -30px;
}
.companies-home .container img {
  width: auto;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  /*flex-basis: 100%;*/
}
.companies-home .container img.opacity {
  opacity: .9;
}
.companies-home .container img.opacity80 {
  opacity: .8;
}
.companies-home .container img.opacity70 {
  opacity: .7;
}
.companies-home .container .item {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  border-right: 1px solid #f1f1f1;
  flex-basis: 25%;
  min-height: 100px;
  align-items: center;
  /*justify-content: center;*/
  padding: 20px 30px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.companies-home .container .item:last-child {
  border: none;
}
.companies-home .container .item:hover {
  cursor: pointer;
  background: #f2f8fc;
}
.companies-home .container .item:hover p {
  color: #111;
}
.companies-home .container .item:hover img {
  filter: none;
  opacity: 1 !important;
}
.companies-home .container .item figure {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 100%;
  height: 85px;
  margin: 0 0 10px;
}
.companies-home .container .item span {
  flex-basis: 100%;
  font-family: 'PT Serif';
  text-transform: uppercase;
  color: #12344a;
  font-size: 23px;
  /*text-align: center; */
}
.companies-home .container .item p {
  flex-basis: 100%;
  font-size: 16px;
  color: #313131;
  line-height: 25px;
}
.companies-home .container .item .more {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  left: 0;
}

.menu-header .navbar .menu-button {
  display: none;
}

.menu-header .navbar .main-hidden-menu {
  position: fixed;
  top: 90px;
  width: 100%;
  background: #fff;
  z-index: 10000;
  left: 0;
  height: 0;
  overflow: hidden;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.menu-header .navbar .main-hidden-menu.open {
  max-height: 600px;
  height: calc(100vh - 90px);
  overflow-y: auto;
}
.menu-header .navbar .main-hidden-menu li {
  height: auto;
  flex-basis: 100%;
  border-top: 1px solid #f1f1f1;
}
.menu-header .navbar .main-hidden-menu li a {
  padding: 20px;
  width: 100%;
  justify-content: flex-start;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-bg {
    background: #003149;
}
.fancybox-container .note {
	font-size: 16px;
	margin: -20px 0 20px;
	line-height: 20px;
	color: #979797;
}
.fancybox-container .main-title {
	font-size: 30px;
	padding: 0 0 20px;
	border: none;
}
.modal-label {
	display: block;
	margin: 0 0 20px;
}
.modal-label .label-text {
	display: block;
	margin: 0 0 7px;
}
.modal-label span.wpcf7-list-item-label {
	display: block;
	font-size: 16px;
    color: #313131;
    margin: 0 0 10px;
}
.modal-label textarea,
.modal-label input {
	width: 100%;
	height: 40px;
	text-indent: 20px;
	border: 1px solid #ccc;
	border-radius: 1px;
	font-size: 16px;
	font-family: "Roboto", sans-serif;
}
.modal-label textarea {
	height: 100px;
    text-indent: 0;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.modal-label input.wpcf7-not-valid,
.modal-label textarea.wpcf7-not-valid {
	border: 1px solid #da7d7d;
}
.modal-buttons {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}
.modal-buttons img {
	margin: 0 0 0 15px !important;
}
.modal-buttons button {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: "Roboto", sans-serif;
	border-radius: 3px;
	height: 50px;
	padding: 0 20px;
	font-size: 16px;
	border: none;
	font-weight: 600;
	transition: .2s;
	background: #003149;
}
.modal-buttons button i {
	margin: 0 0 0 10px;
	font-size: 21px;
}
.modal-buttons button:hover {
	cursor: pointer;
	transition: .2s;
	background: #c51a26;
}
span.wpcf7-not-valid-tip {
	display: none !important;
}
div.wpcf7-response-output {
 	margin: 20px 0 0 !important;
 	/*background: #fff;*/
 	border: none !important;
 	font-size: 16px;
 	text-align: left;
 	padding: 0 !important;
}
.article-button {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 20px 0;
}
.article-button a {
	display: inline-block;
    padding: 0 25px;
    height: 45px;
    line-height: 45px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none !important;
    color: #fff !important;
    border-radius: 2px;
    background: #c51a26;
    transition: .2s;
}
.article-button a:hover {
    transition: .2s;
	background-color: #12344a;
}
.article-form.center,
.article-form {
	position: relative;
	z-index: 99;
	margin: 0 auto 20px;
    padding: 35px;
    border-radius: 2px;
    width: 290px;
    background: #f2f8fc;
}
.article-form.left {
	float: left;
	margin: 0 20px 20px 0;
}
.article-form.right {
	float: right;
	margin: 10px 0 20px 30px;
}
.article-form.full {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.article-form.full .labels {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	padding: 12px 0 0;
}
.article-form.full .labels label {
	flex-basis: 30%;
}
.article-form .title {
  display: block;
  font-size: 31px;
  line-height: 1;
  margin: 0 0 25px;
  font-family: 'PT Serif', serif;
}
.article-form.full .title {
  margin-bottom: 5px;
}
.article-form p {
  color: #666666;
  font-size: 16px !important;
  margin: 0 0 5px !important;
}

.contacts-list {
  margin: 0 0 40px;
}
.contacts-list .contact-map {
  height: 240px;
  width: 100%;  
  max-width: 600px; 
}
.contacts-list .item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;  
    justify-content: space-between;
    padding: 0 0 35px;
    margin: 0 0 35px;
    border-bottom: 1px solid #f1f1f1;
}
.contacts-list .item.last {
  padding: 0;
  margin: 0;
  border: none;
}
.contacts-list .item .info {
  flex-basis: 50%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contacts-list .item .info .title {
  display: block;
  width: 100%;
  font-weight: 700;
  color: #c51a26;
  font-size: 27px;
  margin: 0 0 20px;
}
.contacts-list .item .info p {
  color: #313131;
  line-height: 28px;
  font-size: 18px;
  margin: 0 0 10px;
}
.contacts-list .item .info p:last-child {
  margin: 0;
}

.contacts-list .item .map {
  flex-basis: 50%;
}

.only-mobile {
  display: none;
}

.inner-accordion {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #f3f3f3;
  margin: 0 0 30px;
}
.inner-accordion > div {
  flex-basis: 100%;
}
.inner-accordion .item-menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
/*  justify-content: space-between;*/
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #f3f3f3;
}
.inner-accordion .item-menu:hover {
  cursor: pointer;
}
.inner-accordion .active .item-menu:hover {
  cursor: default;
}
.inner-accordion .item-menu span {
  display: block;
  font-weight: 500;
  font-size: 20px;
  color: #2f2f2f;
  transition: .2s;
}
.inner-accordion .item-menu:hover i,
.inner-accordion .item-menu:hover span {
  color: #12344a;
  transition: .2s;
}
.inner-accordion .item-menu div {
  padding: 0 0 0 15px;
}
.inner-accordion .item-menu i {
  padding: 10px 0;
  color: #bfbfbf;
  font-size: 20px;
  transition: .5s;  
}
.inner-accordion .active .item-menu i {
  transform: rotate(180deg);
  transition: .5s;
}
.inner-accordion .active .item-menu {
  border:none;
}
.inner-accordion .active .item-menu span,
.inner-accordion .active .item-menu i {
  color: #c51a26;
}
.inner-accordion .item-content {
  padding: 0 0 30px;
  background: #fff;
  border-bottom: 1px solid #f3f3f3;
}
.inner-accordion .item-content p:first-child {
  margin-top: 0;
}
.inner-accordion .item-content p:last-child {
  margin-bottom: 0;
}

.inner-accordion .contact-item .contact-map {
  height: 250px;
  width: 100%; 
}
.inner-accordion .contact-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
/*    padding: 0 0 35px;
    margin: 0 0 35px;
    border-bottom: 1px solid #f1f1f1;*/
}
.inner-accordion .contact-item.last {
  padding: 0;
  margin: 0;
  border: none;
}
.inner-accordion .contact-item .info {
  flex-basis: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*justify-content: space-between;*/
}
.inner-accordion .contact-item .info .title {
  display: block;
  width: 100%;
  font-weight: 700;
  color: #c51a26;
  font-size: 27px;
  margin: 0 0 20px;
}
.inner-accordion .contact-item .info p {
  color: #313131;
  line-height: 28px;
  font-size: 18px;
  margin: 0 0 25px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.inner-accordion .contact-item .info p strong {
  flex-basis: 100%;
}
/*.inner-accordion .contact-item .info p:last-child {
  margin: 0;
}*/

.inner-accordion .contact-item .map {
  flex-basis: 100%;
}

.info_message {
  color: #404040;
  border-left: 5px solid #003149;
  padding: 15px 20px;
  font-size: 18px;
  background: #f1f1f1;
}

.companies-home-six .container .items {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.companies-home-six .container .item {
  flex: 33.33% 0 0;
  padding: 30px;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 376px;
}
.companies-home-six .container .item figure {
  flex-basis: auto;
  height: 105px;
}

.companies-home-six .container .item:nth-child(1),
.companies-home-six .container .item:nth-child(2),
.companies-home-six .container .item:nth-child(3) {
  border-bottom: 1px solid #f1f1f1;
}
.companies-home-six .container .item:nth-child(3) {
  border-right: none;
}

.company-page-wrapper .page-small-title {
  font-family: 'PT Serif', serif;
  font-weight: 400;
  color: #12344a;
  font-size: 27px;
  margin: 0 0 1rem;
}
.company-page-wrapper .page-section-link .link-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 2rem 0;
  padding: 0 2rem;
  /* border-radius: 3px; */
  color: #1b1b1b;
  /* background: #f9f9f9; */
  border-left: 4px solid #c51a26;
}
.company-page-wrapper .page-section-link .link-wrapper .link-title {
  font-family: 'PT Serif', serif;
  font-weight: 400;
  color: #111;
  font-size: 25px;
  display: block;
  margin: 0 0 10px;
}
.company-page-wrapper .page-section-link .link-wrapper .link-title span {
  display: block;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #c51a26;
}
.company-page-wrapper .page-section-link .link-wrapper a {
  /*background: #;*/
  color: #c51a26;
  text-decoration: underline;
  /*padding: .5rem 1rem;*/
  /*border-radius: 2px;*/
}
.company-page-wrapper .page-section-link .link-wrapper a:hover {
  text-decoration: none;
}

.company-page-wrapper .page-section-top {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 490px;
  background: url(images/nh3.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: fixed;
}
.company-page-wrapper .page-section-top .particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: .7;
}
.company-page-wrapper .page-section-top::before {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    content: '';
    background: rgba(18, 52, 74, .8);
}
.company-page-wrapper .page-section-top .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
    position: relative;
    z-index: 9;
    align-items: center;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}
.company-page-wrapper .page-section-top h1 {
    font-family: 'PT Serif', serif;
  font-weight: 400;
    color: #fff;
    font-size: 50px;
    text-align: center;
    margin: 30px 0 25px;
}
.company-page-wrapper .page-section-top .page-description {
  position: relative;
    /*font-family: 'PT Serif', serif;*/
  font-weight: 300;
    color: #fff;
    font-size: 25px;
    text-align: center;
    margin: 0 0 40px;
    padding: 20px 0 0;
}
.company-page-wrapper .page-section-top .page-description::before {
  height: 3px;
  width: 70px;
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 50%;
  margin-left: -35px;
  background: #c51a26;
}
.company-page-wrapper .page-section-top a {
 display: -webkit-flex;
 display: -moz-flex;
 display: -ms-flex;
 display: -o-flex;
 display: flex;
      background: #fff;
      align-items: center;
      color: #16313d;
      font-weight: 500;
      padding: 0 1.2rem;
      font-size: 15px;
      box-shadow: 0px 3px 30px 0 rgba(0, 0, 0, .1);
      border-radius: 2px;
      height: 42px;
}
.company-page-wrapper .page-section-top a:hover {
  color: #c51a26;
}
.company-page-wrapper .page-section-top .company-link-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
.company-page-wrapper .page-section-top .company-link-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin: 0 0 0 2rem;
}
.company-page-wrapper .page-section-top .company-link-item a {
  background: none;
      color: #fff;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center;
  font-weight: 400;
  padding: 0;
  font-size: 16px;
  box-shadow: 0px 3px 30px 0 rgba(0, 0, 0, .1);
  border-radius: 40px;
  height: 42px;
  transition: .2s;
  margin: 0 10px 0 0;
}
.company-page-wrapper .page-section-top .company-link-item i {
  font-size: 22px;
  margin: 0 8px 0 0;
  color: #fff;
}
.company-page-wrapper .page-section-top .company-link-item a:hover {
  color: #ff949c;
  transition: .2s;
}

.company-page-wrapper .page-section-top .company-link-item .second-link {
  margin: 0 0 0 1rem;
}

.company-page-wrapper .page-section-team {
  /*padding: 3rem 0 2rem;*/
  padding: 0 0 5rem;
}
.company-page-wrapper .page-section-team .colleague-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
}
.company-page-wrapper .page-section-team .colleague-list .colleague {
  flex: 20% 0 0;
}
.company-page-wrapper .page-section-team-center .colleague-list .colleague {
  flex: 30% 0 0;
}
.company-page-wrapper .page-section-team .colleague-list .colleague img {
  height: auto;
    border-radius: 150px;
    max-width: 200px;
    width: 100%;
    display: block;
    margin: 0 auto 1rem;
    border: 1px solid #f1f1f1;
}
.company-page-wrapper .page-section-team .colleague-list .colleague .name {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #12344a;
  padding: 0 0 3px;
}
.company-page-wrapper .page-section-team .colleague-list .colleague .position {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  color: #111;
}

.company-page-wrapper .page-section-advantages .items .item .text .semi-strong {
  font-weight: 400;
  color: #95111a;
  margin: 10px 0 -6px;
}
.company-page-wrapper .page-section-advantages {
  padding: 3rem 0;
}
.company-page-wrapper .page-section-advantages .items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.company-page-wrapper .page-section-advantages .items .item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*justify-content: space-between;*/
  flex: 48% 0 0;
  margin: 0 0 1.5rem;
}
.company-page-wrapper .page-section-advantages-one .items {
  max-width: 850px;
  margin: 0 auto;
}
.company-page-wrapper .page-section-advantages-one .items .item {
  flex: 100% 0 0;
  justify-content: flex-start;
}
.company-page-wrapper .page-section-advantages .items .item .num {
  font-size: 50px;
    font-weight: 400;
    color: #95111a;
    padding: 0 1.5rem 0 0;
    font-family: 'PT Serif', serif;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    /*align-items: center;*/
}
.company-page-wrapper .items .item .text {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.company-page-wrapper .page-section-advantages .items .item .text span {
  display: block;
  font-size: 20px;
    font-weight: 500;
    color: #12344a;
    margin: 0 0 .5rem;
}
.company-page-wrapper .page-section-advantages .items .item .text p {
  font-size: 18px;
  font-weight: 300;
  color: #2c2c2c;
  margin: 0;
  line-height: 1.5;
  flex: 100% 0 0;
}

.company-page-wrapper .page-section-advantages .items .item .text ul {
  margin: .5rem 0 0;
}
.company-page-wrapper .page-section-advantages .items .item .text ul li {
  position: relative;
  padding: 0 0 0 23px;
  font-size: 18px;
  color: #2c2c2c;
  line-height: 1.5;
  font-weight: 300;
}
.company-page-wrapper .page-section-advantages .items .item .text ul li::before {
  display: block;
  position: absolute;
  top: 13px;
  left: 2px;
  width: 12px;
  height: 1px;
  content: '';
  background: #272727;
}

.company-page-wrapper .page-section-news {
  padding: 4rem 0 0;
}
.company-page-wrapper .page-section-news .items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.company-page-wrapper .page-section-news .items .item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex: 48% 0 0;
  margin: 0 0 3rem;
}
.company-page-wrapper .page-section-news .items .item figure {
  padding: 0 2rem 0 0;
}
.company-page-wrapper .page-section-news .items .item figure img {
  border-radius: 100px;
}
.company-page-wrapper .page-section-news .items .item .text a {
  display: block;
  font-size: 20px;
    font-weight: 500;
    color: #12344a;
    margin: 0 0 .5rem;
}
.company-page-wrapper .page-section-news .items .item .text p {
  font-size: 18px;
  font-weight: 300;
  color: #2c2c2c;
  margin: 0;
  line-height: 1.5;
}

.company-page-wrapper .page-section-background {
  padding: 4rem 0 2.5rem;
  background: #F2F8FC;
}
.company-page-wrapper .page-section-background .text {}
.company-page-wrapper .page-section-background .text p {
  font-size: 20px;
  font-weight: 300;
  margin: 0 0 1.5rem;
}
.page-section-background h2,
.company-page-wrapper .page-section-title {
    font-family: 'PT Serif', serif;
  font-weight: 400;
    color: #12344a;
    font-size: 45px;
    text-align: center;
    margin: 0 0 2rem;
}
.company-page-wrapper .page-section-title.has-description {
  margin-bottom: .5rem;
}
.company-page-wrapper .page-section-description {
  font-size: 22px;
    font-weight: 300;
    margin: 0 0 1.5rem;
    text-align: center;
    margin: 0 0 3rem;
    padding: 0 13rem;
}
.company-page-wrapper .page-section-hunter {
  padding: 3rem 0 4rem;
}
.company-page-wrapper .page-section-hunter .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.company-page-wrapper .page-section-hunter .page-section-title {
  text-align: left;
    line-height: 1;
    margin: 1.5rem 0 2rem;
}
.company-page-wrapper .page-section-hunter .container .text {
  padding: 0 3rem 0 0;
}
.company-page-wrapper .page-section-hunter .container .text p {
  font-size: 20px;
    font-weight: 300;
    margin: 0 0 2rem;
    line-height: 1.5;
}
.company-page-wrapper .page-section-personal .text ul,
.company-page-wrapper .page-section-background .text ul,
.company-page-wrapper .page-section-hunter .container .text ul {
  margin: 0 0 1.5rem;
}

.company-page-wrapper .page-section-personal .text ul li,
.company-page-wrapper .page-section-background .text ul li,
.company-page-wrapper .page-section-hunter .container .text ul li {
  position: relative;
  padding: 0 0 0 23px;
  font-size: 20px;
  line-height: 1.5;
  margin: 0 0 .5rem;
  font-weight: 300;
}

.company-page-wrapper .page-section-personal .text ul li::before,
.company-page-wrapper .page-section-background .text ul li::before,
.company-page-wrapper .page-section-hunter .container .text ul li::before {
  display: block;
  position: absolute;
  top: 12px;
  left: 2px;
  width: 7px;
  height: 7px;
  content: '';
  background: #c51a26;
}


.company-page-wrapper .page-section-personal {
  padding: 4rem 0 0;
}
.company-page-wrapper .page-section-personal .text p {
  font-size: 22px;
  font-weight: 300;
  margin: 0 0 1.5rem;
  line-height: 1.5;
}
.company-page-wrapper .page-section-personal .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.company-page-wrapper .page-section-personal  img {
  width: 250px;
}
.company-page-wrapper .page-section-personal .text {
  padding: 0 5rem 0 0;
}
.company-page-wrapper .page-section-personal .sign {
    color: #fff;
    padding: 15px 20px 10px;
    margin: -50px 0px 0 -8px;
    position: relative;
    background: #95111a;
    border-radius: 2px;
    text-align: center;
    box-shadow: 10px 5px 30px 0px rgba(0,0,0,0.2);
}
.company-page-wrapper .page-section-personal .name {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
.company-page-wrapper .page-section-personal .note {
  display: block;
  font-size: 14px;
  color: #fff;
  margin: 0 0 10px;
}

.contacts-page-title {
  position: relative; 
}
.contacts-page-title h1 {
  font-size: 45px;
}
.cm-title-wrapper {
  position: absolute;
  width: 100%;
  bottom: 0;
  overflow: hidden;
}
.cm-title {
  max-width: 1180px;
  background: #fff;
  margin: 0 auto;
  padding: 2rem 0 0;
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.contacts-page-content .container,
.cm-title .container {
  max-width: 1000px;
}
.contacts-page-content .contacts-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  border-bottom: 1px solid #e4e4e4;
  margin: 0 0 2rem;
  justify-content: space-between;
}
.contacts-page-content .contacts-flex > div {
  flex: 48% 0 0;
}
.contacts-page-content .contacts-form .title, 
.contacts-page-content .country-title {
  font-size: 25px;
  font-family: 'PT Serif', serif;
  font-weight: 400;
  margin: .5rem 0 1rem;
  color: #c51a26;
}
.contacts-page-content .contacts-form {
  padding: 0 0 3rem;
}
.contacts-page-content .contacts-form .title {
  color: #000;
}
.contacts-page-content .contacts-form .labels {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contacts-page-content .contacts-form .labels .modal-label {
  flex: 30% 0 0;
}
.contacts-page-content .contacts-form .labels .modal-label:last-child {
  flex: 100% 0 0;
}

.portugal-home-block {
  background-image: url(images/portugal-bg.jpg);
      border-radius: 10px;
      background-color: #ffffff;
      background-position: center center;
      border-color: transparent;
      border-style: solid;
      box-shadow: 10px 5px 30px 0px rgba(0,0,0,0.1);
      height: 300px;
      display: flex;
      justify-content: center;
      padding: 0 0 0 50px;
      flex-direction: column;
}
.portugal-home-block:hover {
  box-shadow: 10px 5px 20px 10px rgba(0,0,0,0.1);
}
.portugal-home-block .title {
  font-family: 'PT Serif';
      font-size: 35px;
      padding: 0 0 10px;
}
.portugal-home-block p {
  font-size: 20px;
  font-weight: 300;
  width: 65%;
      padding: 0 0 20px;
}
.portugal-home-block a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 400;
  /* text-transform: uppercase; */
  font-size: 16px;
  padding: 10px 0;
  max-width: 220px;
  border-radius: 2px;
  background: rgb(230, 19, 33);
  transition: .2s;
}
.portugal-home-block a:hover {
  transition: .2s;
  background: #cd111d;
}

.search-item-list {
	padding: 3rem 0;
}
.search-item {
	
}
.search-item mark {
	color: inherit;
	background: #fff7e5;
}

@media only screen and (min-width:0px) and (max-width:1240px), only screen and (min-device-width:0px) and (max-device-width:1240px) {
  .container {
    padding: 0 30px;
  }
  .companies-home .container {
    padding: 0 30px;
  }
  .menu-header .navbar .menu-button {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .menu-header .container {
    padding: 0 0 0 30px;
    justify-content: space-between;
  }
  .menu-header .search .container {
    padding-right: 30px;
  }
 /* .menu-header .navbar .main-hidden-menu {
    top: 100px;
  }*/

  .message {
    padding: 30px;
  }
  .news-home {
    padding-top: 30px;
  }
  .companies-home .container .items {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .companies-home .container .item {
    flex-basis: 50%;
    border-bottom: 1px solid #f1f1f1;
  }
  .companies-home .container .item:nth-child(even) {
    border-right:none;
    border-bottom: 1px solid #f1f1f1;
  }
}
@media only screen and (min-width:0px) and (max-width:1024px), only screen and (min-device-width:0px) and (max-device-width:1024px) {
  .articles-list article {
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .menu-header .search form button {
    height: 45px;
  }
  .menu-header .search form button span {
    display: none;
  }
  .menu-header .search button i, .search-page-form button i {
    margin: 0;
  }
  .search-page-form button span {
    display: none;
  }
  .category-title h1 {
  	font-size: 40px;
  	line-height: 40px;
  }
  .breadcrumbs ul {
  	padding-bottom: 10px;
  }
}
@media only screen and (min-width:0px) and (max-width:767px), only screen and (min-device-width:0px) and (max-device-width:767px) {
  body {
    padding: 90px 0 0;
  }

  .only-mobile {
  	display: block;
  }
  .only-screen {
  	display: none;
  }
  .container {
    overflow: hidden;
    padding: 0 20px !important;
  }

  .portugal-home-block {
    height: auto;
    padding: 30px !important;
    margin: 0 0 30px;
  }
  .portugal-home-block p {
    width: 100%;
  }
  .portugal-home .container {
    overflow: visible;
  }

  .contacts-page-content .contacts-flex {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contacts-page-content .contacts-flex > div {
    flex: 100% 0 0;
  }
  .contacts-page-content .contacts-form .labels .modal-label {
    flex: 100% 0 0;
  }
  .contacts-page-content .contacts-info .info-item span {
    flex: 100px 0 0;
  }

  .company-external-logo {
    float: none;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
  }
  .company-external-logo img {
    max-width: 200px;
  }

  .inner-accordion .contact-item .info {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contacts-block .branches span {
    text-align: center;
    padding-bottom: 10px;
    line-height: 1.1;
  }

  .menu-header .navbar .main-hidden-menu {
    top: 90px;
  }
  .menu-header .container {
    height: 90px;
    padding: 0 0 0 20px !important;
  }
  .menu-header .logo {
    margin: 0;
  }
  .menu-header .logo img {
    height: 55px;
  }
  .menu-header .logo div {
    width: 145px;
    font-size: 18px;
  }
  .menu-header .logo .s {
    font-size: 12px;
  }
  .article-form {
  	float: none !important;
  	margin: 0 -20px 20px !important;
  	padding: 30px 20px;
  	width: calc(100% + 40px);
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  }
  .article-form.full .labels {
  	-webkit-flex-wrap: wrap;
  	-moz-flex-wrap: wrap;
  	-ms-flex-wrap: wrap;
  	-o-flex-wrap: wrap;
  	flex-wrap: wrap;
  }
  .article-form.full .labels label {
  	flex-basis: 100%;
  }
  .main-home {
    height: calc(100vh - 90px);
    max-height: 100vh;
    min-height: 400px;
    background-position: 70% 0%;
  }
  .main-home .text h1 {
    font-size: 45px;
  }
  .main-home .text .small {
    width: auto;
    font-size: 21px;
  }
  .main-title {
    font-size: 35px;
    line-height: 1;
  }
  .main-title span {
    padding: 10px 0 0;
    line-height: 1.5;
  }
  .smi-block .main-title {
    flex-wrap: wrap;
  }
  .smi-block .main-title a {
    padding: 10px 0 0;
  }
  .articles-list article {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .articles-list article figure {
      position: relative;
      overflow: hidden;
      width: 100%;
      margin: 0 0 15px;
      height: 160px;
  }
  .articles-list article figure img {
    width: 100%;
  }
  .message.container {
    padding: 30px 20px !important;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .message .person {
    margin: 0 0 30px;
    width: 100%;
  }
  .statistic .numbers {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .statistic .numbers .item {
    flex-basis: 50%;
    margin: 0 0 20px;
  }
  .statistic .numbers .item span {
    font-size: 40px;
  }
  .statistic .numbers .item p {
    font-size: 16px;
    line-height: 20px;
  }
  .contacts .flow {
    position: relative;
    width: 100%;
  }
  .contacts .contacts-block {
    width: 100%;
    padding: 0;
  }
  .contacts .acf-map {
    height: 300px;
  }
  .menu-header .navbar li a {
    padding: 0 20px;
  }
  .menu-header .search-panel {
    top: 90px;
    height: 90px;
    height: 0;
    overflow: hidden;
    border-top: 1px solid #f1f1f1;
  }
  .menu-header .search-panel.open {
    top: 90px;
    height: auto;
  }
  .menu-header .search-panel .logo {
    display: none;
  }
  .menu-header .search-panel .container {
    height: 90px;
    padding: 0 20px !important;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .menu-header .search form {
    margin: 0;
    padding: 0;
    height: 80px;
    align-items: center;
  }
  .menu-header .search input, 
  .search-page-form input {
    font-size: 16px;
  }

/*  .menu-header .navbar .main-menu {
    display: none;
  }*/
  .menu-header .navbar li.search-button,
  .menu-header .navbar li.menu-button {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }

  .companies-home .container .items {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
  }
  .companies-home .container .item {
    border-right: none;
    border-bottom: 1px solid #f1f1f1;
    flex-basis: 100%;
    padding: 20px;
  }
  .companies-home .container .item figure {
    min-height: 70px;
  }
}
@media only screen and (min-width:0px) and (max-width:320px), only screen and (min-device-width:0px) and (max-device-width:320px) {
  .menu-header .navbar li a {
    padding: 0 9px !important;
  }
}