* {
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
body {
  font: 18px/22px 'Gilroy-Regular', Arial, sans-serif;
  color: #506370;
}
a {
  text-decoration: none;
}
a:hover, a:focus, a:active, input:hover, input:focus, input:active, textarea:hover, textarea:focus, textarea:active {
  outline: none;
}
.wrapper {
  width: 100%;
}
.layout {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}
a, img {
  border: none;
  outline: none;
}
img {
  max-width: 100%;
  height: auto;
}
input, textarea {
  outline: none;
}
a {
  color: #000;
  transition: all 0.3s;
}
a:hover {
  color: #f74a58;
}
.semibold {
  font-family: 'Gilroy-SemiBold', sans-serif;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&amp;v=4.7.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-vk:before {
  content: "\f189";
}
.clear {
  clear: both;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.alignnone {
  float: none;
}
img.alignleft {
  margin-right: 20px;
}
img.alignright {
  margin-left: 20px;
}
.aligncenter {
  text-align: center;
  margin: 0 auto;
}
.alignjustify {
  text-align: justify;
}
.textalignleft {
  text-align: left;
}
.textalignright {
  text-align: right;
}
.hidden {
  display: none;
}
.nowrap {
  white-space: nowrap;
}
.afterclear:after {
  display: table;
  clear: both;
  content: '';
}
body .empty {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  width: 100%;
}
/* Header
-----------------------------------------------------------------------------*/
.header {
  position: relative;
  height: 708px;
  padding-top: 15px;
  box-sizing: border-box;
  background: #143058 url("images/header_bg.jpg") center top no-repeat;
}
.inner .header {
  height: 280px;
}
.header .layout {
  height: 100%;
}
.header .top_box {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.inner .header .top_box {
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}
.header .top_box .wrap_box {
}
.header .top_box .logo_box {
}
.header .top_box .logo_box img,
.header .top_box .logo_box p.home {
  display: inline-block;
}
.conpany_name {
  position: absolute;
  left: 0;
  top: 90px;
  font-family: 'Gilroy-Bold';
  font-size: 60px;
  line-height: 70px;
  width: 100%;
  color: #fff;
  margin: 145px 0 160px;
  text-align: center;
  text-transform: uppercase;
  z-index: 9;
}
.inner .conpany_name {
  display: none;
}
.menu_btn {
  display: none;
  position: absolute;
  top: 20px;
  right: 25px;
  display: none;
  width: 46px;
  height: 46px;
  background: url("images/menu_btn.png") center center no-repeat;
  z-index: 99;
}
.menu_box {
  margin-right: 1%;
}
.menu_box ul {
}
.menu_box ul li {
  display: inline-block;
  margin: 0 15px;
  list-style-type: none;
}
.menu_box ul li a {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}
.menu_box ul li a:hover {
  /* font-family: 'Gilroy-Bold'; */
  color: #ff4b58;
  border-bottom: 1px solid #ff4b58;
}
.header .top_box .find_box {
  display: none;
}
.header .top_box .find_box .find_btn {
  display: block;
  width: 21px;
  height: 21px;
  padding: 9px;
  background: url("images/find-ico2.png") center center no-repeat;
}
.header .top_box .search_box {
  position: relative;
  width: 15%;
  margin-right: 1%;
}
.header .top_box .search_box .search {
  width: 100%;
  height: 36px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-sizing: border-box;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  box-shadow: inset 1px 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 1px 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 1px 3px 7px rgba(0, 0, 0, 0.3);
}
.header .top_box .search_box .search input {
  height: 100%;
  border: none;
  background: none;
  float: left;
}
.header .top_box .search_box .search input[type=text] {
  width: calc(100% - 21px);
  color: #fff;
}
.header .top_box .search_box .search input[type=submit] {
  width: 21px;
  cursor: pointer;
  background: url("images/find-ico.png") center center no-repeat;
}
.header .top_box .search_box .close_find {
  display: none;
  line-height: 36px;
  width: 36px;
  height: 36px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  float: left;
}
.header .top_box .phone_box {
}
.header .top_box .phone_box a {
  font-family: 'Gilroy-SemiBold';
  color: #fff;
}
.header .top_box .phone_box a:hover {
  color: #f74a58;
}
.header .bottom_box {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 80px;
  margin: 0 auto;
  z-index: 9;
}
.inner .header .bottom_box {
  bottom: 50px;
}
.header .bottom_box .menu2_box {
}
.header .bottom_box .menu2_box ul {
}
.header .bottom_box .menu2_box ul li {
  width: 25%;
  list-style-type: none;
  text-align: center;
  float: left;
}
.header .bottom_box .menu2_box ul li a {
  display: block;
  font-size: 20px;
  line-height: 80px;
  color: #b6bfc7;
  padding-left: 72px;
  text-decoration: none;
  box-sizing: border-box;
  background-position: 20% center;
  background-repeat: no-repeat;
  background-size: 62px;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.header .bottom_box .menu2_box ul li:nth-child(1) a {
  background-image: url("images/hb_ico-1.png");
}
.header .bottom_box .menu2_box ul li:nth-child(2) a {
  background-image: url("images/hb_ico-2.png");
}
.header .bottom_box .menu2_box ul li:nth-child(3) a {
  background-image: url("images/hb_ico-3.png");
}
.header .bottom_box .menu2_box ul li:nth-child(4) a {
  background-image: url("images/hb_ico-4.png");
}
.header .bottom_box .menu2_box ul li a:hover {
  font-family: 'Gilroy-SemiBold';
  color: #ff4b58;
  background-size: 80px;
}
.header .bottom_box .menu2_box ul li:nth-child(1) a:hover {
  background-image: url("images/hb_ico-1_h.png");
}
.header .bottom_box .menu2_box ul li:nth-child(2) a:hover {
  background-image: url("images/hb_ico-2_h.png");
}
.header .bottom_box .menu2_box ul li:nth-child(3) a:hover {
  background-image: url("images/hb_ico-3_h.png");
}
.header .bottom_box .menu2_box ul li:nth-child(4) a:hover {
  background-image: url("images/hb_ico-4_h.png");
}
.header .bottom_box .menu2_box ul li a span.ico {
}
.header .bottom_box .menu2_box ul li a span.text {
  border-bottom: 1px solid #b6bfc7;
}
.header .bottom_box .menu2_box ul li a:hover span.text {
  border-bottom: none;
}
.round_darr, .round_darr.fa {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -48px;
  line-height: 56px;
  width: 52px;
  height: 52px;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  border: 22px solid #f2f2f2;
  background: #69869f;
  z-index: 9;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  box-sizing: content-box;
}
.round_darr.white {
  border-color: #fff;
}
.btn {
  display: block;
  font-family: 'Gilroy-Medium';
  font-size: 18px;
  line-height: 46px;
  color: #fff;
  max-width: 255px;
  padding: 0 25px;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  text-transform: none;
  border: none;
  background: #ff4b58;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.btn.blue {
  font-size: 17px;
  background: #9bb0c2;
  display: inline-block;
}
.btn:hover {
  filter: brightness(1.4);
}
.breadcrumbs {
  /* position: absolute;
  left: 20px;
  bottom: -50px; */
  font-size: 16px;
  line-height: 20px;
  z-index: 9;
  margin: 0 auto;
  max-width: 1180px;
  padding: 30px 0 0;
}

@media screen and (min-width: 640px) {
  .breadcrumbs {
    padding: 60px 0 0;
  }
}

.newBreadcrumbs {
  background: #f2f2f2;
}

.breadcrumbs a {
  font-family: 'Gilroy-Light';
  color: #8a959d;
}
.breadcrumbs .root-item {
}
.breadcrumbs .parent-item {
}
.breadcrumbs span {
}
.breadcrumbs .current-item {
  font-family: 'Gilroy-Regular';
  color: #1c3547;
}
.breadcrumbs .sep {
  color: #8a959d;
  margin: 0 12px;
}
.pagination {
}
.pagination a, .pagination span {
  display: inline-block;
  font-family: 'Gilroy-Regular';
  font-size: 16px;
  line-height: 48px;
  text-align: center;
}
.pagination a {
}
.pagination .page, .pagination .current {
}
.pagination .page {
  color: #506370;
  text-decoration: none;
}
.pagination span {
}
.pagination .page, .pagination .current {
  width: 36px;
}
.pagination .current {
  width: 48px;
  color: #fff;
  background: #ff4b58;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.pagination .extend {
}
/* Middle
-----------------------------------------------------------------------------*/
.content {
}
/*---- SECTIONS ----*/
section {
  position: relative;
}
section.main-desc {
  padding: 50px 0;
}
/*---- SECTION PAGE_CONTENT ----*/
.page_content {
  position: relative;
  width: 100%;
  padding: 80px 0;
  background: #f2f2f2;
}
.page_content:after {
  display: table;
  clear: both;
  content: '';
}
.right-container {
  width: 100%;
  overflow: hidden;
  float: left;
}
.right-content {
  padding: 0 0 0 27%;
}
.page_content .page-title, .page_content .h1, h1,
.page_content .h2, h2, .page_content .h3, h3, .page_content .h4, h4,
.page_content .h5, h5, .page_content .h6, h6 {
  font-family: 'Gilroy-SemiBold';
  font-size: 22px;
  line-height: 34px;
  color: #1c3547;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.page_content .page-title.large {
  font-size: 25px;
  margin-bottom: 30px;
  line-height: 30px;
}
.page_content .h2, h2, .page_content .h3, h3, .page_content .h4, h4,
.page_content .h5, h5, .page_content .h6, h6 {
  color: #506370;
  text-transform: none;
}
.page_content p {
  margin-bottom: 35px;
}
.page_content .note {
  position: relative;
  font-size: 20px;
  color: #949ea5;
  padding: 9px 30px;
  margin-bottom: 20px;
}
.page_content .note:before {
  content: '';
  position: absolute;
  left: 15px;
  top: 0;
  height: 35px;
  border: 1px solid #ff4b58;
  z-index: 1;
}
.page_content li {
  position: relative;
  line-height: 24px;
  margin-bottom: 35px;
  list-style: none;
}
.page_content ul li {
  padding-left: 40px;
}
.page_content ul li:before {
  content: '';
  position: absolute;
  left: 20px;
  top: 6px;
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  border: 2px solid #ff4b58;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.page_content ol {
  counter-reset: li;
  list-style: none;
}
.page_content ol li {
  position: relative;
  padding-left: 60px;
}
.page_content ol li:before {
  counter-increment: li;
  content: counter(li);
  position: absolute;
  top: 0;
  left: 10px;
  line-height: 38px;
  width: 38px;
  height: 38px;
  color: #fff;
  text-align: center;
  background: #ff4b58;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
/*---- SECTION NEWS_EVENTS ----*/
.news_events,
.page_content {
  padding: 40px 0 70px;
  background: #f2f2f2;
}

@media screen and (min-width: 640px) {
  .news_events,
  .page_content {
    padding: 75px 0 70px;
  }
}

.news_events .section-title,
.page_content .section-title {
  font-family: 'Gilroy-SemiBold';
  font-size: 30px;
  line-height: 34px;
  color: #1c3547;
  margin-bottom: 35px;
  text-transform: uppercase;
}
.news_events .swiper-container,
.page_content .swiper-container {
  /* padding: 0 20px 20px; */
}
.news_events .items-container .items,
.page_content .items-container .items {
  display: flex;
  display: -webkit-flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-content: space-between;
  -webkit-align-content: space-between;
}
.news_events .items .item,
.page_content .items .item {
  position: relative;
  width: 23%;
  height: 380px;
  padding: 0 0 25px;
  margin-bottom: 70px;
}

.news_events .slider_items .item,
.page_content .slider_items .item {
  width: calc(25% - 40px);
  margin: 0 20px 70px 0;
}

@media screen and (min-width: 640px) {
  .news_events .slider_items .item,
  .page_content .slider_items .item {
    margin: 0 20px 70px 20px;
  }
}

.news_events .items .item.news,
.page_content .items .item.news {
  border-bottom: 3px solid #749abd;
}

.news_events .items .item.event,
.page_content .items .item.event {
  border-bottom: 3px solid #ff4b58;
}
.news_events .items .item .item-image,
.page_content .items .item .item-image {
  margin-bottom: 10px;
}
.news_events .items .item .item-image img,
.page_content .items .item .item-image img {
  width: 100%;
  /* border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%; */
}
.news_events .items .item .item-title,
.page_content .items .item .item-title {
  font-size: 16px;
  margin-bottom: 8px;
}
.news_events .items .item .item-title span,
.page_content .items .item .item-title span {
  display: inline-block;
  line-height: 26px;
}
.news_events .items .item .item-title .i-ttl,
.page_content .items .item .item-title .i-ttl {
  font-family: 'Gilroy-Medium';
  color: #fff;
  padding: 0 12px;
  margin-right: 12px;
}
.news_events .items .item.news .item-title .i-ttl,
.page_content .items .item.news .item-title .i-ttl {
  background-color: #749abd;
}
.news_events .items .item.event .item-title .i-ttl,
.page_content .items .item.event .item-title .i-ttl {
  background-color: #ff4b58;
}
.news_events .items .item .item-title .i-date,
.page_content .items .item .item-title .i-date {
  color: #949ea5;
}
.news_events .items .item .item-text,
.page_content .items .item .item-text {
  line-height: 20px;
  color: #506370;
}
.news_events .items .item .item-overlay,
.working .items .item .item-overlay,
.specialists .items2 .item .item-overlay,
.page_content .items .item .item-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 105%;
  padding: 40px 15px;
  opacity: 0;
  box-sizing: border-box;
  background: rgba(28, 62, 117, 0.84);
  z-index: -1;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.news_events .items .item:hover .item-overlay,
.working .items .item:hover .item-overlay,
.specialists .items2 .item:hover .item-overlay,
.page_content .items .item:hover .item-overlay {
  opacity: 1;
  z-index: 19;
}
.news_events .items .item .item-overlay span,
.working .items .item .item-overlay span,
.specialists .items2 .item .item-overlay span,
.page_content .items .item .item-overlay span {
  display: block;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  margin-bottom: 5px;
}

@media screen and (min-width: 640px) {
  .news_events .items .item .item-overlay span,
  .working .items .item .item-overlay span,
  .specialists .items2 .item .item-overlay span,
  .page_content .items .item .item-overlay span {
    font-size: 16px !important;
  }
  .news_events .items .item .item-overlay span.note,
  .working .items .item .item-overlay span.note,
  .specialists .items2 .item .item-overlay span.note,
  .page_content .items .item .item-overlay span.note {
    font-size: 18px !important;
  }

}

.news_events .items .item .item-overlay span.note,
.working .items .item .item-overlay span.note,
.specialists .items2 .item .item-overlay span.note,
.page_content .items .item .item-overlay span.note {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  padding-left: 14px;
  margin-bottom: 20px;
}
.news_events .items .item .item-overlay span.note:before,
.working .items .item .item-overlay span.note:before,
.specialists .items2 .item .item-overlay span.note:before,
.page_content .items .item .item-overlay span.note:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  height: 35px;
  border: 1px solid #ff4b58;
}
.news_events .items .item .item-overlay span.rarr,
.working .items .item .item-overlay span.rarr,
.specialists .items2 .item .item-overlay span.rarr,
.page_content .items .item .item-overlay span.rarr {
  position: absolute;
  right: 15px;
  bottom: 15px;
  line-height: 36px;
  width: 36px;
  height: 36px;
  text-align: center;
  background: #ff4b58;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.news_events .btn, .page_content .btn {
  position: absolute;
  top: -10px;
  right: 20px;
  z-index: 9;
}
/*---- SECTION COMPETENTIONS ----*/
.competentions {
  color: #fff;
  padding: 80px 0 60px;
  box-sizing: border-box;
  background: #143058 url(images/section1_bg.jpg) center top no-repeat;
  background-size: 140%;
}
.content .competentions .layout {
  padding: 0;
}
.competentions .section-title {
  font-family: 'Gilroy-SemiBold';
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 45px;
  text-align: center;
  text-transform: uppercase;
}
.competentions .datas_box {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.competentions .datas_box .br {
  display: none;
}
.competentions .datas_box .single_data {
  display: inline-block;
  position: relative;
  width: 214px;
  height: 214px;
  padding: 11px;
  margin: 0 68px -28px;
  box-sizing: border-box;
  border: 7px solid rgba(255, 255, 255, 0.56);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.competentions .datas_box .single_data .inner {
  width: 100%;
  height: 100%;
  padding-top: 22%;
  box-sizing: border-box;
  border: 2px solid rgba(255, 255, 255, 0.27);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.competentions .datas_box .single_data .inner p {
  font-family: 'Gilroy-SemiBold';
  font-size: 18px;
}
.competentions .datas_box .single_data .inner p.ttl {
  font-family: 'Gilroy-Bold';
  font-size: 50px;
  line-height: 54px;
}
/*---- SECTION SPECIALISTS ----*/
.specialists {
  padding: 60px 0 70px;
}
.specialists .section-title {
  font-family: 'Gilroy-SemiBold';
  font-size: 30px;
  line-height: 34px;
  color: #1c3547;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.specialists .swiper-container {
  padding: 0 20px 70px;
}
.specialists .slider_items {
  font-family: 'Gilroy-SemiBold';
}
.items2 {
  display: flex;
  flex-wrap: wrap;
}
.specialists .slider_items .item {
  text-align: center;
}
.specialists .slider_items .item p {
  margin-bottom: 5px;
}
.specialists .slider_items .item .item-image {
}
.specialists .slider_items .item .item-image img {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.specialists .slider_items .item .item-name,
.page_content .slider_items .item .item-name {
  font-size: 20px;
  line-height: 24px;
  color: #506370;
}
.specialists .slider_items .item .item-post {
  font-size: 17px;
  line-height: 21px;
  color: #ff4b58;
}
.specialists .slider_items .item .item-text {
}
.specialists .slider_items .item .item-text p {
  font-family: 'Gilroy-Regular';
  font-size: 16px;
  line-height: 18px;
  color: #506370;
  margin: 0;
}
.specialists .slider_items .item .item-text .bld {
  font-family: 'Gilroy-SemiBold';
  color: #7b8b96;
}
.specialists .btn {
  position: absolute;
  top: -10px;
  right: 20px;
  z-index: 9;
}
/*---- SECTION WORKING ----*/
.working {
  padding: 65px 0 25px;
  background: #f2f2f2;
}
.working .section-title {
  font-family: 'Gilroy-SemiBold';
  font-size: 30px;
  line-height: 34px;
  color: #1c3547;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.working .items {
  text-align: justify;
}
.working .items .item {
  display: inline-block;
  position: relative;
  width: 32.5%;
  max-width: 380px;
  margin-bottom: 40px;
  text-align: left;
  vertical-align: top;
}
.working .items .item a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
/* .working .items .item a:hover {
  background: rgba(0, 0, 0, 0.2);
} */
.working .items .item .item-image {
  margin-bottom: 15px;
}
.working .items .item .item-image img {
}
.working .items .item .item-text {
  position: relative;
  line-height: 18px;
  color: #506370;
  padding-left: 40px;
}
.working .items .item .item-text:after {
  content: '';
  position: absolute;
  left: 25px;
  top: 0;
  height: 35px;
  border: 1px solid #ff4b58;
  z-index: 0;
}
.working .btn {
  position: absolute;
  top: -10px;
  right: 20px;
  z-index: 9;
}
/*---- SECTION PARTNERS ----*/
.partners {
  padding: 70px 0 90px;
  background: #fff;
}
.partners .section-title {
  font-family: 'Gilroy-SemiBold';
  font-size: 30px;
  line-height: 34px;
  color: #1c3547;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.partners .slider_items .item {
  height: 62px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.partners .swiper-button-prev,
.partners .swiper-button-next {
  top: 50%;
}
.partners .swiper-button-prev {
  left: 15px;
}
.partners .swiper-button-next {
  right: 15px;
}
/*---- SECTION FEEDBACK ----*/
.feedback {
  padding: 80px 0 40px;
  box-sizing: border-box;
  background: #143058 url(images/section2_bg.jpg) center center no-repeat;
}
.feedback .section-title {
  font-family: 'Gilroy-SemiBold';
  font-size: 30px;
  line-height: 34px;
  color: #fff;
  margin-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
}
.feedback .sepline {
  width: 65px;
  margin: 0 auto 15px;
  border: 1px solid #ff4b58;
}
.feedback .section-subtitle {
  font-size: 22px;
  line-height: 26px;
  color: #fff;
  margin-bottom: 47px;
  text-align: center;
}
.form-container {
  text-align: center;
}
.form .input-group {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.form .input-wrap {
  width: 100%;
  margin-bottom: 25px;
}
.form .input-group .input-wrap {
  width: 100%;
  max-width: 30%;
  margin-bottom: 25px;
}
.form .input-group .input-wrap .input {
}
.form .input-wrap .input {
  font-family: 'Gilroy-Regular';
  font-size: 20px;
  width: 100%;
  color: #adb7bf;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.46);
  background: rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.form .input-wrap.error .input {
  border-color: #f00;
}
.form .input-group .input-wrap input {
  height: 54px;
  padding: 0 30px;
}
.form .input-wrap textarea {
  display: block;
  height: 150px;
  padding: 30px;
}
.form .input-wrap input[type=submit] {
  position: static;
  font-family: 'Gilroy-SemiBold';
  font-size: 22px;
  width: 258px;
  height: 58px;
  margin: 0 auto;
  cursor: pointer;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}
.form ::-webkit-input-placeholder {
  color: #adb7bf;
}
.form ::-moz-placeholder {
  color: #adb7bf;
}
.form :-moz-placeholder {
  color: #adb7bf;
}
.form:-ms-input-placeholder {
  color: #adb7bf;
}
.form .policy_agreement {
  font-size: 15px;
  color: #fff;
  margin-bottom: 40px;
  text-align: center;
}
.form .policy_agreement a {
  text-decoration: none;
}
.form .policy_agreement a:hover {
  text-decoration: underline;
}
.about_items {
}
.about_items .item {
  margin-bottom: 70px;
}
.about_items .item .item-ico {
  width: 15%;
  padding: 55px 2% 20px 0;
  text-align: center;
  float: left;
}
.about_items .item .item-ico img {
  max-width: 100%;
}
.about_items .item .item-text {
  width: 83%;
  float: left;
}
.about_items .item .item-text p {
  color: #506370;
}
.about_items .item .item-text .item-title {
  font-family: 'Gilroy-SemiBold';
  font-size: 28px;
  color: #1c3547;
  margin-bottom: 25px;
}
.about_items .item .item-text .item-title:after {
  content: '';
  display: block;
  width: 40px;
  margin-top: 5px;
  border: 1px solid #91a5b4;
}
.filter {
  background: #fff;
  margin-bottom: 40px;
  padding: 15px;
}
.filter_box {
  font-family: 'Gilroy-SemiBold';
  font-size: 16px;
  color: #1c3547;
  width: 100%;
  padding: 0 18px 14px;
  margin: 0 0 30px;
  box-sizing: border-box;
  /* background: #fff; */
}
.filter_box .items-group {
  display: table;
  width: 100%;
}
.filter_box .items-group {
  padding: 0 0 20px 0;
}
.filter_box .item-wrap {
  display: table-cell;
  line-height: 38px;
  text-align: right;
  white-space: nowrap;
  box-sizing: border-box;
}
.filter_box .item-wrap.doc {
  width: 45%;
}
.filter_box .item-wrap.date_from {
  width: 35%;
}
.filter_box .item-wrap.date_to {
  width: 20%;
}
.filter_box .item-wrap.doc_name {
  width: 100%;
}
.filter_box .item-wrap.doc,
.filter_box .item-wrap.date_from,
.filter_box .item-wrap.doc_name {
  padding: 0 2% 0 0;
}
.filter_box input[type=submit] {
  font-size: 18px;
  width: 108px;
  height: 38px;
  color: #fff;
  cursor: pointer;
  border: none;
  background: #ff4b58;
}
.filter_box .item-wrap input[type=text],
.filter_box .item-wrap select,
.bx_filter_select_block {
  font-family: 'Gilroy-Regular';
  font-size: 16px;
  width: 130px;
  height: 38px;
  color: #858585;
  padding: 0 10px;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  background: #fff;
  box-shadow: inset 7px 7px 7px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: inset 7px 7px 7px rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: inset 7px 7px 7px rgba(0, 0, 0, 0.04);
}
.filter_box .item-wrap.doc_name input[type=text] {
  width: calc(100% - 240px);
}
.filter_box .item-wrap select {
  width: 100%;
}
.filter_box .item-wrap.date_from input,
.filter_box .item-wrap.date_to input {
  padding-right: 34px;
  background: url(images/calendar-ico.png) right 13px top 50% no-repeat;
}
.docs_container {
  width: 100%;
}
.docs_container .dtr {
}
.docs_container .dtr .atr {
  display: flex;
  display: -webkit-flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-content: center;
  -webkit-align-content: center;
  width: 100%;
}
.docs_container .dtd {
  font-size: 15px;
  line-height: 20px;
  box-sizing: border-box;
}
.docs_container .dtr .dtd.doc {
  display: none;
  width: 100%;
}
.docs_container .dtr .dtd.doc_date {
  width: 25%;
  max-width: 195px;
}
.docs_container .dtr .dtd.doc_name {
  width: 50%;
}
.docs_container .dtr .dtd.doc_type {
  width: 25%;
  max-width: 175px;
}
.docs_container .dhead {
}
.docs_container .dhead .dtr {
  background: #69869f;
}
.docs_container .dhead .dtr .dtd {
  font-family: 'Gilroy-Semibold';
  color: #fff;
  padding: 13px 0 13px 2%;
  white-space: nowrap;
}
.docs_container .dhead .dtr .dtd .sort {
  cursor: pointer;
  color: #ffffff;
}
.docs_container .dhead .dtr .dtd .sort:hover {
  text-decoration: none;
}
.docs_container .dhead .dtr .dtd .fa {
  margin-left: 4px;
}
.docs_container .dbody {
}
.docs_container .dbody .dtr {
  border-bottom: 1px solid #dedede;
  background: #fff;
}
.docs_container .dbody .dtr.has-details .atr, .infoTable .atr {
  cursor: pointer;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s
}
.docs_container .dbody .dtr.has-details .atr:hover,
.docs_container .dbody .dtr.has-details .atr.active {
  background: #94a8b9;
}
.docs_container .dbody .dtr.has-details .atr:hover .dtd,
.docs_container .dbody .dtr.has-details .atr.active .dtd {
  color: #fff;
}
.docs_container .dbody .dtr .dtd {
  font-family: 'Gilroy-Regular';
  color: #949ea5;
  padding: 25px 0 25px 2%;
}
.docs_container .dbody .dtr .dtd.doc_date {
}
.docs_container .dbody .dtr .dtd.doc_name {
  font-family: 'Gilroy-Medium';
  color: #506370;
}
.docs_container .dbody .dtr .dtd.doc_name a {
  color: inherit;
  text-decoration: none;
}
.docs_container .dbody .dtr .dtd.doc_name a:hover {
  text-decoration: underline;
}
.docs_container .dbody .dtr .dtd.doc_type {
}
.docs_container .dbody .dtr .details, .infoTable .details {
  display: none;
  position: relative;
  font-family: 'Gilroy-Medium';
  font-size: 16px;
  line-height: 22px;
  color: #506370;
  width: 100%;
  padding: 20px 80px 20px 20px;
  box-sizing: border-box;
  border-bottom: 2px solid #ff4b58;
  background: #f4f6f7;
}
.docs_container .dbody .dtr .details .doc_link, .details .doc_link {
  position: absolute;
  right: 25px;
  top: calc(50% - 18px);
  z-index: 9;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  cursor: default;
  background: #ff4b58;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.docs_container .dfooter .dtr {
  background: #fff;
}
.docs_container .dfooter .dtr .dtd {
  padding: 20px 0;
}
/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
  float: left;
  width: 25%;
  margin-left: -100%;
  position: relative;
  background: #f2f2f2;
}
.docmenu_btn {
  display: none;
  position: relative;
  top: 10px;
  left: 20px;
  z-index: 39;
  width: 46px;
  height: 46px;
  background: url(images/docmenu_btn.png) center center no-repeat;
}
.leftmenu {
  background: #fff;
}
.leftmenu .menu-title {
  font-family: 'Gilroy-SemiBold';
  font-size: 22px;
  color: #1c3547;
  padding: 15px;
  margin: 0;
  border-bottom: 3px solid #ff4b58;
}
.leftmenu ul {
}
.leftmenu ul li {
  list-style: none;
  padding: 0 !important;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
}
.leftmenu ul li:before {
  content: none;
}
.leftmenu ul li a {
  display: block;
  font-family: 'Gilroy-Medium';
  font-size: 15px;
  color: #506370;
  padding: 8px 20px;
  text-decoration: none;
}
.leftmenu ul li.has-children a {
  padding-left: 20px;
}
.leftmenu li.has-children a span:after {
  content: "\f105";
  margin-left: 10px;
  transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.submenu li a:after {
  content: '' !important;
}
.leftmenu ul li a.active:after,
.leftmenu ul li.current-menu-item a:after,
.leftmenu ul li.parent-menu-item a:after {
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.leftmenu ul li a:hover,
.leftmenu ul li.current-menu-item a,
.leftmenu ul li.parent-menu-item a {
  color: #fff;
  background: #ff4b58;
}
.leftmenu ul li ul {
  display: none;
}
.leftmenu ul li.current-menu-item ul,
.leftmenu ul li.parent-menu-item ul {
  display: block;
}
.leftmenu ul li ul {
  background: #f2f2f2;
}
.leftmenu ul li.current-menu-item ul,
.leftmenu ul li.parent-menu-item ul {
  background: #f2f2f2;
}
.leftmenu ul li ul li {
  border: none;
}
.leftmenu ul li.has-children ul li a {
  font-size: 13px;
  padding: 0px 35px 10px;
  text-decoration: underline;
}
.leftmenu ul li.has-children ul {
  padding-top: 10px !important;
}
.leftmenu ul li.has-children ul li a:before {
  content: none;
}
.leftmenu ul li ul li a:hover,
.leftmenu ul li ul li.current-menu-item a {
  text-decoration: none;
}
.leftmenu ul li ul li a:hover,
.leftmenu ul li.current-menu-item ul li a,
.leftmenu ul li.parent-menu-item ul li a {
  color: #1c3547;
  background: none;
}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
  height: 250px;
  padding: 75px 0 0;
  box-sizing: border-box;
  background: #fff;
}
.footer .layout {
}
.footer .f_box {
  color: #506370;
  margin-bottom: 30px;
  float: left;
}
.footer .copyright_box {
  font-size: 16px;
  line-height: 24px;
  width: 46%;
  margin-right: 1%;
}
.footer .copyright_box .logo {
  margin: -18px 10px 40px 0;
  float: left;
}
.footer .copyright_box p {
  margin-bottom: 10px;
}
.footer .copyright_box .social_box {
}
.footer .copyright_box .social_box a {
  display: inline-block;
  line-height: 36px;
  width: 36px;
  height: 36px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #c1c9d1;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.footer .copyright_box .social_box a:hover {
  background: #ff4b58;
}
.footer .f_menu_box {
  font-size: 18px;
  width: 22%;
  margin-right: 1%;
}
.footer .f_menu_box li {
  line-height: 34px;
  list-style-type: none;
}
.footer .f_menu_box li a {
  color: #506370;
}
.footer .contact_box {
  font-size: 16px;
  width: 30%;
}
.footer .contact_box p {
  position: relative;
  line-height: 20px;
  margin-bottom: 15px;
  padding-left: 18px;
}
.footer .contact_box p:before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  border: 2px solid #ff4b58;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
/*---- media ----*/
@media screen and (max-width: 1200px) {
  .menu_box ul li {
    margin: 0 2px;
  }
  .header .top_box .search_box {
    width: 16%;
  }
  .header .top_box .phone_box p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1000px) {
  /* screen &gt; 1000 */
  .header .top_box .search_box {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  /* screen &lt;= 1000 */
  .header, .inner .header {
    height: 340px;
    padding: 0;
  }
  .header .top_box {
    padding-top: 40px;
  }
  .inner .header .top_box {
    border-bottom: none;
  }
  .header .top_box .logo_box {
    width: 350px;
  }
  .header .top_box .logo_box img {
    margin-right: 10px;
  }
  .menu_btn {
    display: block;
  }
  .header .top_box .menu_box {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 89;
    width: 100%;
    padding: 100px 25px 20px;
    margin-right: 0;
    text-align: right;
    background: #13325e;
  }
  .header .top_box .menu_box ul {
  }
  .header .top_box .menu_box ul li {
    display: block;
    margin-bottom: 40px;
  }
  .header .top_box .menu_box ul li a {
    font-size: 20px;
  }
  .header .top_box .menu_box ul li a:hover {
    border: none;
  }
  .header .top_box .find_box {
    display: block;
  }
  .header .top_box .search_box {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    margin: 0;
    box-sizing: border-box;
    background: #13325e;
    z-index: 199;
  }
  .header .top_box .search_box .search {
    width: calc(100% - 36px);
    background: #fff;
    float: left;
  }
  .header .top_box .search_box .search input[type=text] {
    color: #13325e;
  }
  .header .top_box .search_box .close_find {
    display: block;
  }
  .header .top_box .phone_box p {
    font-size: 18px;
  }
  .conpany_name {
    position: static;
    font-family: 'Gilroy-SemiBold';
    font-size: 23px;
    line-height: 23px;
    width: 240px;
    color: #fff;
    margin: 0;
    padding: 17px 0 0;
    text-align: left;
    text-transform: none;
    vertical-align: top;
  }
  .inner .conpany_name {
    display: inline-block;
  }
  .header .bottom_box {
    bottom: 35px;
  }
  .header .bottom_box .menu2_box ul li a {
    padding: 90px 0 0;
    background-position: 50% center;
  }
  .round_darr {
    display: none;
  }
  .news_events .items .item {
    width: 31%;
  }
  .news_events .slider_items .item {
    width: auto;
  }
  .competentions {
    padding: 60px 0 83px;
  }
  .competentions .datas_box .single_data {
    width: 157px;
    height: 157px;
    margin: 0 5.3% -28px;
    padding: 9px;
    border-width: 6px;
  }
  .competentions .datas_box .single_data .inner p {
    font-size: 14px;
  }
  .competentions .datas_box .single_data .inner p.ttl {
    font-size: 40px;
    line-height: 44px;
  }
  .right-content {
    padding: 0;
  }
  .left-sidebar {
    display: none;
    position: absolute;
    left: 0;
    top: 75px;
    z-index: 39;
    width: 280px;
    margin-left: 0;
    float: none;
  }
  .docmenu_btn {
    display: inline-block;
  }
}
@media screen and (max-width: 800px) {
  .content .layout {
    padding: 0 10px;
  }
  .content .newBreadcrumbs {
    padding: 0 10px;
  }
  .feedback .layout {
    padding: 0 20px;
  }
  .page_content .page-title, .page_content .h1, h1,
  .page_content .h2, h2, .page_content .h3, h3, .page_content .h4, h4,
  .page_content .h5, h5, .page_content .h6, h6 {
    font-size: 18px;
    line-height: 30px;
  }
  .news_events .items .item {
    width: 48%;
  }
  .news_events .slider_items .item {
    width: auto;
  }
  .working .items .item {
    width: 49.5%;
  }
  .working .items .item .item-text {
    padding-left: 20px;
  }
  .working .items .item .item-text:after {
    left: 10px;
    top: 0;
  }
  .feedback {
    padding: 42px 0 20px;
    background: #13325e;
  }
  .feedback .section-subtitle {
    margin-bottom: 20px;
  }
  .form .input-group {
    display: block;
  }
  .form .input-wrap,
  .form .input-group .input-wrap {
    max-width: 355px;
    margin: 0 auto 15px;
  }
  .form .input-wrap {
    margin-bottom: 10px;
  }
  .form .input-wrap .input {
    width: 100%;
  }
  .form .policy_agreement {
    margin-bottom: 15px;
  }
  .footer .f_menu_box {
    display: none;
  }
  .footer .copyright_box {
    width: 59%;
    margin-right: 1%;
  }
  .footer .copyright_box .logo {
  }
  .footer .contact_box {
    width: 40%;
  }
}
@media screen and (max-width: 740px) {
  .competentions .datas_box .br {
    display: block;
  }
  .competentions .datas_box .single_data {
    width: 144px;
    height: 144px;
    margin: 0 4.6% -8px;
  }
  .competentions .datas_box .single_data .inner p {
    font-size: 13px;
  }
  .competentions .datas_box .single_data .inner p.ttl {
    font-size: 36px;
    line-height: 40px;
  }
  .filter_box .item-wrap input[type=text],
  .filter_box .item-wrap select {
    padding: 0 34px 0 5px;
  }
  .filter_box .item-wrap.date_from input[type=text],
  .filter_box .item-wrap.date_to input[type=text] {
    width: 100px;
    background-position: right 5px top 50%;
  }
}
@media screen and (max-width: 640px) {
  body.docs .page_content .layout {
    padding: 0;
  }
  body.docs .page_content .page-title {
    padding-left: 20px;
  }
  .header, .inner .header {
    height: 455px;
    background: #13325e;
  }
  .header .top_box {
    padding-top: 75px;
  }
  .header .top_box .logo_box {
    width: 310px;
    margin: 0 auto;
  }
  .header .top_box .find_box {
    position: absolute;
    left: 32%;
    top: 26px;
  }
  .header .top_box .phone_box {
    position: absolute;
    left: 40%;
    top: 34px;
  }
  .conpany_name {
    font-size: 20px;
    width: 210px;
  }
  .header .bottom_box {
    bottom: 45px;
  }
  .header .bottom_box .menu2_box ul li {
    width: 50%;
  }
  .header .bottom_box .menu2_box ul li a {
    line-height: 35px;
  }
  /* SECTIONS */
  section .section-title {
    text-align: center;
  }
  .news_events, .specialists {
    padding-bottom: 120px;
  }
  .working {
    padding-bottom: 85px;
  }
  .news_events .btn, .specialists .btn, .working .btn {
    top: auto;
    left: 0;
    right: 0;
    bottom: -80px;
    margin: 0 auto;
  }
  .working .btn {
    bottom: -40px;
  }
  .about_items .item .item-ico {
    padding: 0 0 20px;
  }
  .about_items .item .item-ico,
  .about_items .item .item-text {
    width: 100%;
    float: none;
  }
  .partners .swiper-button-prev {
    left: 0;
  }
  .partners .swiper-button-next {
    right: 0;
  }
  .filter_box .items-group {
    display: block;
    margin: 0;
    padding: 0;
  }
  .filter_box .item-wrap {
    display: block;
    margin: 0 0 20px 0;
    text-align: left;
  }
  .filter_box .item-wrap.doc,
  .filter_box .item-wrap.doc_name {
    padding: 0;
  }
  .filter_box .item-wrap label {
    display: block;
  }
  .filter_box .item-wrap.doc {
    width: 100%;
  }
  .filter_box .item-wrap.date_from,
  .filter_box .item-wrap.date_to {
    display: inline-block;
    width: 49%;
  }
  .filter_box .item-wrap.date_from input[type=text],
  .filter_box .item-wrap.date_to input[type=text] {
    width: 100%;
  }
  .filter_box .item-wrap.doc_name input[type=text] {
    width: 100%;
  }
  .filter_box .item-wrap.submit {
    margin: 0;
    text-align: center;
  }
  .docs_container .dhead .dtr .dtd.doc {
    display: block;
  }
  .docs_container .dhead .dtr .dtd.doc_date,
  .docs_container .dhead .dtr .dtd.doc_name,
  .docs_container .dhead .dtr .dtd.doc_type {
    display: none;
  }
  .docs_container .dtr .dtd.doc_date,
  .docs_container .dtr .dtd.doc_name,
  .docs_container .dtr .dtd.doc_type {
    width: 100%;
    max-width: none;
  }
  .docs_container .dhead .dtr .dtd,
  .docs_container .dbody .dtr .dtd {
    padding: 10px 4%;
  }
  .docs_container .dbody .dtr .details {
    padding: 20px 20px 60px 20px;
  }
  .docs_container .dbody .dtr .details .doc_link {
    top: auto;
    bottom: 15px;
  }
  .footer .copyright_box {
    width: 82%;
    margin-right: 0;
  }
  .footer .contact_box {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .page_content .page-title, .page_content .h1, h1,
  .page_content .h2, h2, .page_content .h3, h3, .page_content .h4, h4,
  .page_content .h5, h5, .page_content .h6, h6 {
    font-size: 16px;
    line-height: 22px;
  }
  .page_content ul li {
    padding-left: 20px;
  }
  .page_content ul li:before {
    left: 0;
  }
  .page_content ol li {
    padding-left: 36px;
  }
  .page_content ol li:before {
    left: 0;
    font-size: 16px;
    line-height: 26px;
    width: 26px;
    height: 26px;
  }
  .header .top_box .find_box {
    position: absolute;
    left: 16%;
    top: 26px;
  }
  .header .top_box .phone_box {
    position: absolute;
    left: 30%;
    top: 34px;
  }
  .news_events .items .item {
    width: 100%;
    height: auto;
  }
  .news_events .slider_items .item {
    width: auto;
  }
  .working .items .item {
    display: block;
    width: 100%;
    margin: 0 auto 40px;
  }
  .footer {
    padding: 35px 0 0;
  }
  .footer .copyright_box .logo {
    display: none;
  }
}
@media screen and (max-width: 360px) {
  .header .top_box .logo_box {
    width: 280px;
  }
  .header .top_box .logo_box img {
    margin-right: 3px;
  }
  .conpany_name {
    font-size: 18px;
    width: 190px;
  }
  .competentions {
    padding: 60px 0 39px;
  }
  .competentions .datas_box .single_data {
    margin: 0 1% 10px;
  }
}
@media screen and (max-width: 340px) {
  .filter_box .item-wrap label {
    font-size: 14px;
  }
}

#sticky-nav {
  width: 150px;
  height: 50%;
  padding-bottom: 50px;
  /* background: linear-gradient(to right, rgba(0, 0, 0, 0.3), transparent); */
  overflow: hidden;
  z-index: 99;
  display: none;
  /* box-shadow: -35px 10px 40px rgba(0, 0, 0, 0.3); */
  /*border-bottom-right-radius: 50px;*/
  /*border-bottom-left-radius: 50px;*/
  margin-top: 55px;
}
#sticky-nav ul li {
  height: 25%;
  /*line-height: 234.25px;*/
}
#sticky-nav ul li a {
  height: 100%;
}
#sticky-nav ul {
  list-style-type: none;
  height: 100%;
  text-align: center;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */

.sticky {
  position: fixed;
  top: 0;
  /* transform: translate(-50%, -50%);
  margin-left: 50px; */
  width: 100%;
  display: block !important;
}
.single_data svg {
  margin-top: -15%;
  width: 130%;
  margin-left: -14.5%;
}

@media screen and (max-width: 640px) {
  #sticky-nav {
    display: none !important;
  }
  .round_darr, .round_darr.fa {
    display: none;
  }

  @media screen and (min-width: 640px) {
    #toTopBtn {
      display: none !important;
    }
  }
}

/* To top button */

#toTopBtn {
    /* display: inline; */
    position: fixed;
    bottom: 26px;
    right: 39px;
    z-index: 98;
    padding: 21px;
    /*background-color: hsla(5, 76%, 62%, .8);*/
	background-color: rgba(102, 153, 204, .8);
}

.js .cd-top--fade-out {
    opacity: .5
}

.js .cd-top--is-visible {
    visibility: visible;
    opacity: 1
}

.js .cd-top {
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s, visibility .3s, background-color .3s
}

.cd-top {
    position: fixed;
    bottom: 20px;
    bottom: var(--cd-back-to-top-margin);
    right: 20px;
    right: var(--cd-back-to-top-margin);
    display: inline-block;
    height: 40px;
    height: var(--cd-back-to-top-size);
    width: 40px;
    width: var(--cd-back-to-top-size);
    box-shadow: 0 0 10px rgba(0, 0, 0, .05) !important;
    background: url(https://res.cloudinary.com/dxfq3iotg/image/upload/v1571057658/cd-top-arrow.svg) no-repeat center 50%;
    background-color: hsla(5, 76%, 62%, .8);
    background-color: hsla(var(--cd-color-3-h), var(--cd-color-3-s), var(--cd-color-3-l), 0.8)
}

/* Contacts page */

@media screen and (min-width: 640px) {
  .contactsPage {
    display: flex;
    flex-wrap: wrap;
  }

  .contactsSection {
    width: 50%;
  }

  /* .mapSection {
    width: 50%;
  } */

  .namelessSection {
    padding: 0 15px;
    width: calc(50% - 30px);
  }

  .formSection {
    padding-left: 60px;
    width: calc(50% - 60px);
  }

}

.docmenu_btn {
  display: none;
}

/* News - rounding imgs */

/* .page_content .items .item-image img {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
} */

/* Truncate lines */

.previewText {
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

@media screen and (min-width: 640px) {
  .previewText {
    -webkit-line-clamp: 9;
  }
}

.previewText2 {
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.previewText3 {
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}


@media screen and (min-width: 640px) {
  #alx_feed_back_FID1.alx_feed_back, #afbf_err_FID1.alx-feedb-error {
    width: auto !important;
    /* padding-left: 120px; */
  }
}

@media screen and (min-width: 640px) {
  #BX_YMAP_MAP_mF8Ev4 {
    width: 600px;
  }
}

.photogalleryContainer {
  display: flex;
  flex-wrap: wrap;
}

.photogallery {
  margin: 20px;
}

@media screen and (min-width: 640px) {
  .namelessSection2 {
    margin-left: 100px;
    width: calc(50% - 184px);
    border: 2px solid #ff4b58;
    padding: 40px;
  }
  .afbf_feedback_poles {
    position: relative;
    top: -20px;
  }
}

.shadow {
  box-shadow: 0px 0px 10px -5px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.top form .list-inline {
  display: flex;
  flex-wrap: wrap;
}

.relative {
  padding: 0 !important;
}

.relativeDate {
  padding-right: 20px !important;
}

.relativeDate > * {
  /* margin: 0 10px; */
}

.form-group {
  width: 23%;
  margin-left: 10px;
}

.form-group input {
  display: block;
  width: 100%;
  /* height: calc(1.5em + 0.75rem + 2px); */
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

img.calendar-icon {
  top: -28px;
  left: 100px;
}

.top.line {
  background-color: #69869f;
  height: 25px;
  line-height: 25px;
  padding: 20px;
  color: white;
  display: flex;
  flex-wrap: wrap;
}

.infoTable {
  background-color: #fff;
}

.documents_list {
  padding: 20px;
  border-bottom: 3px solid #eeeeee;
  display: flex;
  flex-wrap: wrap;
  color: #506370;
}

.documents_list a {
  color: inherit;
}

.documents_list a:hover {
  color: #f74a58;;
}

.documents_list:hover > div {
  color: white;
}

.documents_list:hover {
  background-color: #94a8b9;
}

.documents_list > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.more {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  text-align: center;
}

.moreBtn {
    margin: 0 auto;
    padding: 10px 20px;
    background-color: #9bb0c2;
    border: 1px solid transparent;
    color: white;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 2rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.more p {
  margin-bottom: 0;
}

.documents_list p {
  margin-bottom: 0 !important;
}

.descriptionContainer .description {
  padding-right: 40px;
}

.descriptionContainer span.rarr {
    position: relative;
    right: -350px;
    bottom: -30px;
    line-height: 36px;
    width: 36px;
    height: 36px;
    text-align: center;
    background: #ff4b58;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.dateContainer {
  color: #a2abb1;
}

.typeContainer {
  color: #cdd2d5;
}

/* Collapse */
.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.collapseDiv {
  height: 100px;
  box-sizing: content-box;
  width: 100%;
}

#doc {
  border-bottom: 3px solid #ff4b58;
}

@media screen and (min-width: 1101px) {
    .header .bottom_box .menu2_box ul li {
      text-align: initial;
    }

    .header .bottom_box .menu2_box ul li a {
      padding-left: 130px;
    }
}

@media screen and (min-width: 1001px) and (max-width: 1100px) {
    .header .bottom_box .menu2_box ul li {
      text-align: initial;
    }

    .header .bottom_box .menu2_box ul li a {
      padding-left: 115px;
    }
}

@media screen and (max-width: 1200px) {
    #formFilterDoc .list-inline li {
        width: 100% !important;
        padding: 0 !important;
    }
    
    #formFilterDoc .list-inline li.relativeDate {
        display: list-item !important;
    }
    
    #formFilterDoc .list-inline li.relativeDate span {
        margin-left: initial !important;
    }
    
    #formFilterDoc .list-inline li button {
        position: static;
        top: 38px !important;
        margin: auto;
		margin-top: 24px;
        margin-bottom: 9px;
    }
    #formFilterDoc .list-inline li .form-group {
        width: 100% !important;
        margin-left: 0 !important;
    }
    #formFilterDoc .list-inline li .form-group input {
        box-sizing: border-box;
    }
    
    #formFilterDoc img.calendar-icon {
        left: calc(100% - 34px);
    }
}

@media screen and (max-width: 767px) {
	.documents_list {
		display: flex;
	}
	.documents_list > div {
		width: 100% !important;
	}
	.documents_list .descriptionContainer {
		order: 1;
	}
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
	display: none !important;
}
@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}
@media (max-width: 767px) {
	.visible-xs {
		display: block !important;
	}
	table.visible-xs {
		display: table !important;
	}
	tr.visible-xs {
		display: table-row !important;
	}
	th.visible-xs,
	td.visible-xs {
		display: table-cell !important;
	}
}

.leftmenu ul li a span {
	position: absolute;
	right: 20px;
	display: inline-block;
}

.leftmenu ul li a span.active:after {
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.page_content .items.projects-diversifikatsiya .item {
  height: auto;
  padding: 0;
}

.relative-block {
	position: relative;
}

.page_content .rating-btn {
	position: static;
	top: auto;
	margin-bottom: 25px;
}