/* Slider */
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;

  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;

  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"),
    url("./fonts/slick.woff") format("woff"),
    url("./fonts/slick.ttf") format("truetype"),
    url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;

  position: absolute;
  top: 50%;

  display: block;

  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);

  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;

  opacity: 0.75;
  color: white;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "\2190";
}
[dir="rtl"] .slick-prev:before {
  content: "\2192";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: "\2192";
}
[dir="rtl"] .slick-next:before {
  content: "\2190";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;

  display: block;

  width: 100%;
  padding: 0;
  margin: 0;

  list-style: none;

  text-align: center;
}
.slick-dots li {
  position: relative;

  display: inline-block;

  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;

  display: block;

  width: 20px;
  height: 20px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;

  position: absolute;
  top: 0;
  left: 0;

  width: 20px;
  height: 20px;

  content: "\2022";
  text-align: center;

  opacity: 0.25;
  color: black;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

@font-face {
  font-family: Mont-Black;
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/Mont-Black.ttf) format("truetype");
}
@font-face {
  font-family: Mont-ThinItalic;
  font-style: italic;
  font-weight: 100;
  src: url(../fonts/Mont-ThinItalic.ttf) format("truetype");
}
@font-face {
  font-family: Mont-ExtraLight;
  font-style: normal;
  font-weight: 200;
  src: url(../fonts/Mont-ExtraLight.ttf) format("truetype");
}
@font-face {
  font-family: Mont-Bold;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Mont-Bold.ttf) format("truetype");
}
@font-face {
  font-family: Mont-HeavyItalic;
  font-style: italic;
  font-weight: 800;
  src: url(../fonts/Mont-HeavyItalic.ttf) format("truetype");
}
@font-face {
  font-family: Mont-BlackItalic;
  font-style: italic;
  font-weight: 900;
  src: url(../fonts/Mont-BlackItalic.ttf) format("truetype");
}
@font-face {
  font-family: Mont-ExtraLightItalic;
  font-style: italic;
  font-weight: 200;
  src: url(../fonts/Mont-ExtraLightItalic.ttf) format("truetype");
}
@font-face {
  font-family: Mont-Heavy;
  font-style: normal;
  font-weight: 800;
  src: url(../fonts/Mont-Heavy.ttf) format("truetype");
}
@font-face {
  font-family: Mont-SemiBold;
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/Mont-SemiBold.ttf) format("truetype");
}
@font-face {
  font-family: Mont-RegularItalic;
  font-style: italic;
  font-weight: 400;
  src: url(../fonts/Mont-RegularItalic.ttf) format("truetype");
}
@font-face {
  font-family: Mont-BoldItalic;
  font-style: italic;
  font-weight: 700;
  src: url(../fonts/Mont-BoldItalic.ttf) format("truetype");
}
@font-face {
  font-family: Mont-SemiBoldItalic;
  font-style: italic;
  font-weight: 600;
  src: url(../fonts/Mont-SemiBoldItalic.ttf) format("truetype");
}
@font-face {
  font-family: Mont-LightItalic;
  font-style: italic;
  font-weight: 300;
  src: url(../fonts/Mont-LightItalic.ttf) format("truetype");
}
@font-face {
  font-family: Mont-Thin;
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/Mont-Thin.ttf) format("truetype");
}
@font-face {
  font-family: Mont-Regular;
  src: url(../fonts/Mont-Regular.ttf) format("truetype");
}
@font-face {
  font-family: Mont-Light;
  src: url(../fonts/Mont-Light.ttf) format("truetype");
}
@font-face {
  font-family: Akrobat-Regular;
  src: url(../fonts/Akrobat-Regular.ttf) format("truetype");
}
@font-face {
  font-family: Akrobat-ExtraLight;
  src: url(../fonts/Akrobat-ExtraLight.ttf) format("truetype");
}
@font-face {
  font-family: Akrobat-SemiBold;
  src: url(../fonts/Akrobat-SemiBold.ttf) format("truetype");
}
@font-face {
  font-family: Akrobat-Light;
  src: url(../fonts/Akrobat-Light.ttf) format("truetype");
}
@font-face {
  font-family: Akrobat-Black;
  src: url(../fonts/Akrobat-Black.ttf) format("truetype");
}
@font-face {
  font-family: Akrobat-Bold;
  src: url(../fonts/Akrobat-Bold.ttf) format("truetype");
}
@font-face {
  font-family: Akrobat-Thin;
  src: url(../fonts/Akrobat-Thin.ttf) format("truetype");
}
@font-face {
  font-family: Akrobat-ExtraBold;
  src: url(../fonts/Akrobat-ExtraBold.ttf) format("truetype");
}
* {
  box-sizing: border-box;
  margin: 0;
  outline: none;
  padding: 0;
}
body {
  background: #e5e5e5;
  overflow-x: hidden;
}
a {
  outline: none;
  text-decoration: none;
}
input::-webkit-search-cancel-button,
input::-webkit-search-decoration,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}
h1.blue {
  color: #4a6af3;
  font-family: Akrobat-Black;
  font-size: 60px;
}
h1.white {
  color: #fff;
}
h1.white,
h3.grey {
  font-family: Akrobat-Black;
  font-size: 50px;
}
h3.grey {
  color: rgba(41, 49, 87, 0.1);
}
li,
ul {
  list-style: none;
  margin: 0;
}
button {
  background: none;
  border: none;
  box-shadow: none;
  cursor: pointer;
  outline: none;
}
.container {
  margin: 0 auto;
  max-width: 1275px;
  padding: 0 10px;
}
.container-fluid {
  margin: 0 auto;
  max-width: 1920px;
  width: 100%;
}
.section_heading {
  color: #fff;
  font-family: Akrobat-Black;
  font-size: 115px;
  line-height: 138px;
  text-transform: uppercase;
}
.circle_btn {
  align-items: center;
  border: 1px solid rgba(246, 248, 250, 0.3);
  border-radius: 50%;
  color: #f6f8fa;
  display: flex;
  font-family: Mont-Bold;
  font-size: 12px;
  height: 120px;
  justify-content: center;
  letter-spacing: 0.04em;
  line-height: 167%;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.1s ease-in-out;
  width: 120px;
}
.circle_btn:active,
.circle_btn:hover {
  border: 1px solid rgba(246, 248, 250, 0.5);
}
.circle_btn.circle_btn_orange {
  border-color: rgba(255, 163, 35, 0.4);
  color: #ffa323;
}
.circle_btn.circle_btn_orange:active,
.circle_btn.circle_btn_orange:hover {
  border-color: rgba(255, 163, 35, 0.6);
}
.circle_btn.circle_btn_purple {
  border-color: rgba(74, 106, 243, 0.2);
  color: #4a6af3;
}
.nice-select {
  border: none;
  font-family: Mont-Regular;
  margin-right: 35px;
}
.nice-select .list {
  min-width: 150px;
  width: 100%;
}
.no-scroll {
  overflow: hidden;
}
.select_wrap {
  width: 100%;
}
.select_wrap .nice-select.open {
  background-color: #fff;
  border-radius: 0;
  color: #4a6af3;
}
.select_wrap .nice-select.open .list {
  background: #fff;
  border-radius: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.07);
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
.select_wrap .nice-select.open .list li {
  color: #000;
}
.select_wrap .nice-select .option.selected {
  color: #293157;
  font-weight: 400;
}
.select_wrap .nice-select .option.focus,
.select_wrap .nice-select .option.selected.focus,
.select_wrap .nice-select .option:hover {
  background-color: #fff;
  color: #4a6af3;
}
.select_wrap .nice-select {
  align-items: center;
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  color: #293157;
  display: flex;
  font-family: Mont-Regular;
  font-size: 24px;
  justify-content: space-between;
  line-height: 17px;
  margin: 0 auto;
  padding-left: 22px;
  padding-right: 22px;
  width: 100%;
}
.select_wrap .nice-select:after {
  right: 22px;
}
@media screen and (max-width: 1024px) {
  .select_wrap .nice-select {
    font-size: 14px;
  }
}
.select_wrap .nice-select .option {
  line-height: normal;
  min-height: 0;
  padding-bottom: 10px;
  padding-top: 10px;
}
.block_content_figure {
  margin: 114px auto 120px;
  max-width: 1024px;
  padding: 0 40px;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .block_content_figure {
    padding: 0;
  }
}
.publication_content img {
  object-fit: contain;
  width: 100%;
}
.block_content_figure figcaption {
  color: rgba(0, 0, 0, 0.5);
  font-family: Mont-Regular;
  font-size: 14px;
  line-height: 150%;
  margin-top: 30px;
}
.block_content {
  margin: 80px auto 80px;
  max-width: 612px;
  text-align: left;
  width: 100%;
}
@media (max-width:767px){
    .block_content {
  padding-left: 16px;
  padding-right: 16px;
}
}
.block_content:last-child {
  margin-bottom: 0;
}
.block_content > :first-child{
    margin-top: 0!important;
}
.single-team .block_content{
    margin-top: 0;
}
.block_content h2,
.block_content h3,
.block_content h4,
.block_content h5,
.block_content h6 {
  color: #000;
  font-family: Akrobat-Black;
  line-height: 1;
  margin-bottom: 44px;
  margin-top: 80px;
}
.block_content h2 {
  font-size: 46px;
  line-height: 55px;
}
.block_content h3 {
  font-size: 40px;
  line-height: 48px;
}
.block_content h4 {
  font-size: 36px;
  line-height: 43px;
}
.block_content h5 {
  font-size: 28px;
  line-height: 34px;
}
.block_content h6 {
  font-size: 22px;
  line-height: 26px;
}
.block_content p {
  color: #000;
  font-family: Mont-Regular;
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 44px;
}
.block_content p:last-child {
  margin-bottom: 0;
}
.block_content ul li {
  font-family: Mont-Regular;
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 36px;
  padding-left: 25px;
  position: relative;
}
.block_content ul li:before {
  background: #4a6af3;
  border-radius: 50%;
  content: "\A";
  height: 6px;
  left: 0;
  position: absolute;
  top: 12px;
  width: 6px;
}
.block_content ol {
  counter-reset: my-awesome-counter;
}
.block_content ol li {
  counter-increment: my-awesome-counter;
  font-family: Mont-Regular;
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 36px;
  padding-left: 25px;
  position: relative;
}
.block_content ol li:before {
  color: #4a6af3;
  content: counter(my-awesome-counter);
  font-family: Mont-Regular;
  font-size: 20px;
  left: 0;
  margin-right: 15px;
  position: absolute;
}
.block_content_blockquote {
  background-color: #293157;
  margin-bottom: 109px;
  margin-top: 109px;
  padding: 116px 0;
}
.block_content_blockquote blockquote {
  color: #fff;
  font-family: Mont-Light;
  font-size: 22px;
  line-height: 150%;
  margin: auto;
  max-width: 693px;
  position: relative;
  text-align: left;
  width: 100%;
}
.block_content_blockquote blockquote:before {
  content: "\AB";
  font-family: Mont-Regular;
  font-size: 80px;
  left: -63px;
  line-height: 0;
  position: absolute;
  top: 12px;
}
.slick-dotted.slick-slider {
  z-index: 1;
}
.slick-dots {
  bottom: -36px;
  padding-left: 20px;
  text-align: left;
  width: auto;
}
.slick-dots li {
  height: 6px;
  margin: 0 16px 0 0;
  width: 6px;
}
.slick-dots li button {
  border: 1px solid rgba(41, 49, 87, 0.2);
  border-radius: 50%;
  height: 8px;
  padding: 0;
  width: 8px;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li.slick-active button {
  background-color: #4a6af3;
}
@media screen and (max-width: 1400px) {
  .block_content_figure {
    margin-bottom: 80px;
    margin-top: 44px;
    max-width: 1048px;
  }
  .block_content_figure img {
    object-fit: contain;
    width: 100%;
  }
  .block_content_blockquote {
    margin-bottom: 80px;
    margin-top: 80px;
    padding-top: 100px 0;
  }
}
@media screen and (max-width: 1225px) {
  .block_content {
    margin-bottom: 70px;
  }
  .block_content h2,
  .block_content h3,
  .block_content h4,
  .block_content h5,
  .block_content h6 {
    margin-bottom: 40px;
    margin-top: 70px;
  }
  .block_content h2 {
    font-size: 40px;
    line-height: 48px;
  }
  .block_content h3 {
    font-size: 36px;
    line-height: 43px;
  }
  .block_content h4 {
    font-size: 28px;
    line-height: 34px;
  }
  .block_content h5 {
    font-size: 22px;
    line-height: 26px;
  }
  .block_content h6 {
    font-size: 18px;
    line-height: 22px;
  }
  .block_content p {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .block_content ul li {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .block_content ol li,
  .block_content ol li:before,
  .block_content ul li:before {
    font-size: 18px;
  }
  .block_content_figure {
    max-width: none;
    padding-left: 40px;
    padding-right: 40px;
  }
  .block_content_blockquote,
  .block_content_figure {
    margin-bottom: 70px;
    margin-top: 70px;
  }
  .block_content_blockquote blockquote {
    font-size: 20px;
    max-width: 680px;
  }
  .block_content_blockquote blockquote:before {
    font-size: 70px;
    left: -51px;
    top: 16px;
  }
  .section_heading {
    font-size: 86px;
    line-height: 103px;
  }
  .container {
    padding: 0 40px;
  }
}
@media screen and (max-width: 991px) {
  .block_content {
    margin-bottom: 60px;
    max-width: 586px;
  }
  .block_content h2,
  .block_content h3,
  .block_content h4,
  .block_content h5,
  .block_content h6 {
    margin-bottom: 36px;
    margin-top: 60px;
  }
  .block_content h2 {
    font-size: 36px;
    line-height: 43px;
  }
  .block_content h3 {
    font-size: 28px;
    line-height: 34px;
  }
  .block_content h4 {
    font-size: 22px;
    line-height: 26px;
  }
  .block_content h5 {
    font-size: 18px;
    line-height: 22px;
  }
  .block_content h6 {
    font-size: 16px;
    line-height: 19px;
  }
  .block_content p {
    font-size: 14px;
    margin-bottom: 36px;
  }
  .block_content ul li {
    font-size: 16px;
    margin-bottom: 36px;
  }
  .block_content ul li:before {
    font-size: 16px;
  }
  .block_content ol li {
    font-size: 16px;
    margin-bottom: 36px;
  }
  .block_content ol li:before {
    font-size: 16px;
  }
  .block_content_figure {
    margin-bottom: 60px;
    margin-top: 36px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .block_content_blockquote {
    padding: 90px 0;
  }
  .block_content_blockquote blockquote {
    font-size: 18px;
    max-width: 604px;
  }
  .block_content_blockquote blockquote:before {
    font-size: 60px;
    left: -46px;
    top: 14px;
  }
  .section_heading {
    font-size: 70px;
    line-height: 84px;
  }
  .container {
    padding: 0 30px;
  }
  .circle_btn {
    font-size: 10px;
    height: 96px;
    line-height: 15px;
    width: 96px;
  }
}
@media screen and (max-width: 576px) {
  .block_content {
    margin-bottom: 50px;
  }
  .block_content h2,
  .block_content h3,
  .block_content h4,
  .block_content h5,
  .block_content h6 {
    margin-bottom: 30px;
    margin-top: 50px;
  }
  .block_content h2 {
    font-size: 22px;
    line-height: 26px;
  }
  .block_content h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .block_content h4 {
    font-size: 18px;
    line-height: 22px;
  }
  .block_content h5 {
    font-size: 16px;
    line-height: 19px;
  }
  .block_content h6 {
    font-size: 14px;
    line-height: 17px;
  }
  .block_content p {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .block_content ul li {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .block_content ol {
    margin-top: 36px;
  }
  .block_content ol li {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .block_content_figure {
    margin-bottom: 50px;
    margin-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }
  .block_content_figure figcaption {
    font-size: 12px;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .block_content_blockquote {
    margin-bottom: 50px;
    margin-top: 50px;
    padding: 60px 20px;
  }
  .block_content_blockquote blockquote {
    font-size: 16px;
    max-width: none;
    padding-left: 33px;
  }
  .block_content_blockquote blockquote:before {
    font-size: 40px;
    left: 0;
    top: 12px;
  }
  .container {
    padding: 0 20px;
  }
  .section_heading {
    font-size: 36px;
    line-height: 43px;
  }
}
.eye_wrap .clap_elem {
  fill: #293157 !important;
  z-index: 10;
}
header {
  background-color: #293157;
  display: flex;
  height: 133px;
}
header .container-fluid {
  display: flex;
  padding-left: 0;
  padding-right: 0;
}
header .logo_wrap {
  align-items: center;
  background-color: #fff;
  display: flex;
  height: 133px;
  justify-content: center;
  width: 132px;
}
header .logo_wrap img {
  height: 83px;
}
header .main_wrap {
  box-sizing: border-box;
  height: 133px;
  padding-left: 30px;
  padding-right: 44px;
  width: calc(100% - 132px);
}
header .main_wrap .secondary_menu_wrap {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.06);
  display: flex;
  height: 63px;
  justify-content: space-between;
}
header .main_wrap .secondary_menu_wrap .wrap {
  align-items: center;
  display: flex;
  position: relative;
}
header .main_wrap .secondary_menu_wrap .wrap .search_header {
  position: relative;
  transition: 0.5s;
  width: 0;
}
header .main_wrap .secondary_menu_wrap .wrap .search_header.show {
  transition-delay: 1s;
  width: 600px;
}
header .main_wrap .secondary_menu_wrap .wrap .search_header .search_form {
  align-items: center;
  display: flex;
  width: 100%;
}
header .main_wrap .secondary_menu_wrap .wrap .search_header .search_form input {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
  color: #fff;
  font-family: Mont-Regular;
  font-size: 16px;
  height: 31px;
  line-height: 20px;
  margin-bottom: -5px;
  width: 100%;
}
header
  .main_wrap
  .secondary_menu_wrap
  .wrap
  .search_header
  .search_form
  input::placeholder {
  color: hsla(0, 0%, 100%, 0.3);
}
header .main_wrap .secondary_menu_wrap .wrap .search_header .search_result {
  background: #fff;
  display: none;
  left: 0;
  position: absolute;
  top: 120%;
  width: 100%;
  z-index: 99;
}
header
  .main_wrap
  .secondary_menu_wrap
  .wrap
  .search_header
  .search_result.show {
  display: block;
}
header
  .main_wrap
  .secondary_menu_wrap
  .wrap
  .search_header
  .search_result_item {
  display: block;
  padding: 25px 20px;
}
header
  .main_wrap
  .secondary_menu_wrap
  .wrap
  .search_header
  .search_result_item
  h3 {
  color: #000;
  font-family: Mont-Regular;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 12px;
}
header
  .main_wrap
  .secondary_menu_wrap
  .wrap
  .search_header
  .search_result_item
  p {
  color: #000;
  font-family: Mont-Light;
  font-size: 12px;
  line-height: 15px;
}
header .main_wrap .secondary_menu_wrap .wrap .close_form_btn {
  display: none;
  position: absolute;
  right: 0;
}
header .main_wrap .secondary_menu_wrap .wrap .close_form_btn svg {
  height: 21px;
  width: 21px;
}
header .main_wrap .secondary_menu_wrap .secondary_menu {
  margin-right: 38px;
}
header .main_wrap .secondary_menu_wrap .secondary_menu li {
  display: inline-block;
  margin-right: 34px;
}
header .main_wrap .secondary_menu_wrap .secondary_menu li:last-child {
  margin-right: 0;
}
header .main_wrap .secondary_menu_wrap .secondary_menu li a {
  color: #f6f8fa;
  font-family: Mont-Heavy;
  font-size: 16px;
  line-height: 20px;
  transition: all 0.1s ease-in-out;
}
header .main_wrap .secondary_menu_wrap .secondary_menu li:active a,
header .main_wrap .secondary_menu_wrap .secondary_menu li:hover a {
  color: #4a6af3;
}
header .main_wrap .secondary_menu_wrap .socials_list li {
  display: inline-block;
  margin-right: 20px;
}
header .main_wrap .secondary_menu_wrap .socials_list li:last-child {
  margin-right: 0;
}
header .main_wrap .secondary_menu_wrap .socials_list li svg {
  height: 30px;
  width: 30px;
}
header .main_wrap .secondary_menu_wrap .socials_list li svg path {
  transition: all 0.1s ease-in-out;
}
header .main_wrap .secondary_menu_wrap .socials_list li:active svg path,
header .main_wrap .secondary_menu_wrap .socials_list li:hover svg path {
  fill: #4a6af3;
}
header .main_wrap .secondary_menu_wrap .header_btn {
  align-items: center;
  background: hsla(0, 0%, 100%, 0.1);
  color: #ffa323;
  display: flex;
  font-family: Mont-Heavy;
  font-size: 16px;
  height: 63px;
  justify-content: center;
  line-height: 20px;
  padding-left: 33px;
  padding-right: 33px;
  transition: all 0.1s ease-in-out;
}
header .main_wrap .secondary_menu_wrap .header_btn:active,
header .main_wrap .secondary_menu_wrap .header_btn:hover {
  color: #4a6af3;
}
header .main_wrap .secondary_menu_wrap .search_btn {
  margin-left: 37px;
  margin-right: 31px;
}
header .main_wrap .secondary_menu_wrap .search_btn svg {
  height: 21px;
  width: 23px;
}
header .main_wrap .secondary_menu_wrap .lang_link {
  color: #fff;
  font-family: Mont-Regular;
  font-size: 15px;
  line-height: 19px;
  transition: all 0.1s ease-in-out;
}
header .main_wrap .secondary_menu_wrap .lang_link:active,
header .main_wrap .secondary_menu_wrap .lang_link:hover {
  color: #4a6af3;
}
header .main_wrap .primary_menu_wrap {
  align-items: center;
  display: flex;
  height: 69px;
}
header .main_wrap .primary_menu_wrap ul li {
  display: inline-block;
  margin-right: 30px;
}
header .main_wrap .primary_menu_wrap ul li:last-child {
  margin-right: 0;
}
header .main_wrap .primary_menu_wrap ul li a {
  color: #fff;
  font-family: Mont-Regular;
  font-size: 16px;
  line-height: 20px;
  transition: all 0.1s ease-in-out;
}
header .main_wrap .primary_menu_wrap ul li:active a,
header .main_wrap .primary_menu_wrap ul li:hover a {
  color: #4a6af3;
}
header .main_wrap .mobile_wrap {
  display: none;
}
header .mobile_menu {
  align-items: center;
  background-color: #293157;
  display: flex;
  display: none;
  flex-direction: column;
  left: 0;
  min-height: calc(100vh - 91px);
  position: absolute;
  top: 91px;
  width: 100%;
  z-index: 999;
}
header .mobile_menu > ul {
  padding-left: 71px;
  padding-right: 71px;
  width: 100%;
}
header .mobile_menu > ul > li {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.06);
  padding: 40px 20px;
}
header .mobile_menu > ul > li > p {
  align-items: center;
  color: #fff;
  display: flex;
  font-family: Mont-Bold;
  font-size: 40px;
  justify-content: space-between;
  line-height: 51px;
}
header .mobile_menu > ul > li > p svg {
  height: 26px;
  width: 12px;
}
header .mobile_menu > ul > li.active > p svg {
  transform: rotate(90deg);
}
header .mobile_menu > ul > li > ul {
  display: none;
  padding-top: 36px;
}
header .mobile_menu > ul > li > ul > li {
  margin-bottom: 26px;
}
header .mobile_menu > ul > li > ul > li:last-child {
  margin-bottom: 0;
}
header .mobile_menu > ul > li > ul > li > a {
  color: #fff;
  font-family: Mont-Regular;
  font-size: 20px;
  line-height: 26px;
  transition: all 0.1s ease-in-out;
}
header .mobile_menu > ul > li > ul > li:active > a,
header .mobile_menu > ul > li > ul > li:hover > a {
  color: #4a6af3;
}
header .mobile_menu .contact_wrap {
  padding-left: 71px;
  padding-right: 71px;
  padding-top: 40px;
  width: 100%;
}
header .mobile_menu .contact_wrap .head {
  color: #fff;
  font-family: Mont-Bold;
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 36px;
  padding-left: 20px;
}
header .mobile_menu .contact_wrap .wrap {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.06);
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
header .mobile_menu .contact_wrap .wrap > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 50px;
  width: 50%;
}
header .mobile_menu .contact_wrap .wrap > div:nth-child(3),
header .mobile_menu .contact_wrap .wrap > div:nth-child(4) {
  margin-bottom: 0;
}
header .mobile_menu .contact_wrap .wrap > div.socials {
  flex-direction: row;
  justify-content: flex-start;
}
header .mobile_menu .contact_wrap .wrap > div.socials a {
  margin-right: 22px;
}
header .mobile_menu .contact_wrap .wrap > div.socials a svg {
  height: 36px;
  width: 36px;
}
header .mobile_menu .contact_wrap .wrap > div .name {
  color: hsla(0, 0%, 100%, 0.5);
  font-family: Mont-Regular;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 18px;
}
header .mobile_menu .contact_wrap .wrap > div .text {
  color: hsla(0, 0%, 100%, 0.5);
  font-family: Mont-Bold;
  font-size: 18px;
  line-height: 23px;
}
header .mobile_menu .search_wrap {
  padding: 46px 91px 60px;
  width: 100%;
}
header .mobile_menu .search_wrap form {
  position: relative;
  width: 100%;
}
header .mobile_menu .search_wrap form input {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.06);
  box-shadow: none;
  color: #fff;
  font-family: Mont-Regular;
  font-size: 24px;
  line-height: 31px;
  outline: none;
  padding-bottom: 18px;
  width: 100%;
}
header .mobile_menu .search_wrap form input::placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}
header .mobile_menu .search_wrap form svg {
  height: 28px;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
}
header .mobile_menu .donate_btn {
  align-items: center;
  background: hsla(0, 0%, 100%, 0.1);
  color: #ffa323;
  display: flex;
  font-family: Mont-Heavy;
  font-size: 20px;
  height: 70px;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 26px;
  width: 100%;
}
@media screen and (max-width: 1375px) {
  header .main_wrap .secondary_menu_wrap .wrap .search_header.show {
    width: 426px;
  }
}
@media screen and (max-width: 1225px) {
  header .main_wrap .secondary_menu_wrap .wrap .search_header.show {
    width: 225px;
  }
  header {
    height: 121px;
  }
  header .logo_wrap {
    height: 121px;
    width: 121px;
  }
  header .logo_wrap img {
    height: 75px;
  }
  header .main_wrap {
    height: 121px;
    padding-left: 28px;
    padding-right: 38px;
    width: calc(100% - 121px);
  }
  header .main_wrap .secondary_menu_wrap .header_btn {
    font-size: 14px;
    line-height: 18px;
  }
  header .main_wrap .secondary_menu_wrap .secondary_menu {
    margin-right: 52px;
  }
  header .main_wrap .secondary_menu_wrap .secondary_menu li {
    margin-right: 30px;
  }
  header .main_wrap .secondary_menu_wrap .secondary_menu li a {
    font-size: 14px;
    line-height: 18px;
  }
  header .main_wrap .primary_menu_wrap {
    height: 57px;
  }
  header .main_wrap .primary_menu_wrap ul li {
    margin-right: 20px;
  }
  header .main_wrap .primary_menu_wrap ul li a {
    font-size: 14px;
    line-height: 18px;
  }
}
@media screen and (max-width: 1010px) {
  header .main_wrap .secondary_menu_wrap .wrap .search_header.show {
    width: 200px;
  }
}
@media screen and (max-width: 991px) {
  header .main_wrap .secondary_menu_wrap .header_btn {
    margin-right: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  header .main_wrap .secondary_menu_wrap .search_btn {
    margin-left: 10px;
    margin-right: 10px;
  }
  header .main_wrap .secondary_menu_wrap .socials_list li {
    margin-right: 5px;
  }
  header .main_wrap .secondary_menu_wrap .secondary_menu,
  header .main_wrap .secondary_menu_wrap .secondary_menu li {
    margin-right: 20px;
  }
  header .main_wrap .secondary_menu_wrap .wrap .close_form_btn {
    margin-left: 21px;
  }
  header .main_wrap .secondary_menu_wrap .wrap .search_header {
    margin-right: -33px;
  }
  header .main_wrap .primary_menu_wrap {
    overflow: scroll;
    white-space: nowrap;
  }
}
@media screen and (max-width: 800px) {
  header {
    height: 91px;
  }
  header .logo_wrap {
    height: 91px;
    width: 91px;
  }
  header .logo_wrap img {
    height: 56px;
  }
  header .main_wrap {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.06);
    height: 91px;
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 0;
    padding-right: 0;
    width: calc(100% - 91px);
  }
  header .main_wrap .primary_menu_wrap,
  header .main_wrap .secondary_menu_wrap {
    display: none;
  }
  header .main_wrap .mobile_wrap {
    align-items: center;
    display: flex;
    height: 100%;
    height: 71px;
    justify-content: flex-end;
  }
  header .main_wrap .mobile_wrap .lang_link {
    align-items: center;
    border-right: 1px solid hsla(0, 0%, 100%, 0.06);
    color: #fff;
    display: flex;
    font-family: Mont-Regular;
    font-size: 15px;
    line-height: 19px;
    outline: none;
    padding-right: 35px;
    transition: all 0.1s ease-in-out;
  }
  header .main_wrap .mobile_wrap .lang_link:active,
  header .main_wrap .mobile_wrap .lang_link:hover {
    color: #4a6af3;
  }
  header .main_wrap .mobile_wrap .mobile_menu_button {
    margin-left: 35px;
    width: 15px;
  }
  header .main_wrap .mobile_wrap .mobile_menu_button svg {
    height: 12px;
    width: 15px;
  }
  header .main_wrap .mobile_wrap .mobile_menu_button.active svg,
  header .main_wrap .mobile_wrap .mobile_menu_button svg.close {
    display: none;
  }
  header .main_wrap .mobile_wrap .mobile_menu_button.active svg.close {
    display: block;
  }
}
@media screen and (max-width: 700px) {
  header .mobile_menu .contact_wrap,
  header .mobile_menu .search_wrap,
  header .mobile_menu > ul {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 576px) {
  header {
    height: 58px;
  }
  header .logo_wrap {
    height: 58px;
    width: 58px;
  }
  header .logo_wrap img {
    height: 35px;
  }
  header .main_wrap {
    height: 58px;
    margin-left: 20px;
    margin-right: 20px;
  }
  header .main_wrap .mobile_wrap {
    height: 45px;
  }
  header .main_wrap .mobile_wrap .mobile_menu_button {
    margin-left: 18px;
    width: 13px;
  }
  header .main_wrap .mobile_wrap .mobile_menu_button svg {
    height: 10px;
    width: 13px;
  }
  header .main_wrap .mobile_wrap .lang_link {
    font-size: 14px;
    line-height: 18px;
    padding-right: 24px;
  }
  header .mobile_menu {
    min-height: calc(100vh - 58px);
    top: 58px;
  }
  header .mobile_menu > ul > li {
    padding: 28px 0;
  }
  header .mobile_menu > ul > li > p {
    font-size: 22px;
    line-height: 28px;
  }
  header .mobile_menu > ul > li > p svg {
    height: 14px;
    transition: all 0.1s ease-in-out;
    width: 7px;
  }
  header .mobile_menu > ul > li > ul {
    display: none;
    padding-top: 28px;
  }
  header .mobile_menu > ul > li > ul > li {
    margin-bottom: 24px;
  }
  header .mobile_menu > ul > li > ul > li > a {
    font-size: 14px;
    line-height: 18px;
  }
  header .mobile_menu .contact_wrap {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 28px;
  }
  header .mobile_menu .contact_wrap .head {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 24px;
    padding-left: 0;
  }
  header .mobile_menu .contact_wrap .wrap {
    display: block;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }
  header .mobile_menu .contact_wrap .wrap > div {
    margin-bottom: 24px;
    width: 100%;
  }
  header .mobile_menu .contact_wrap .wrap > div:last-child {
    margin-bottom: 0;
  }
  header .mobile_menu .contact_wrap .wrap > div .name {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 16px;
  }
  header .mobile_menu .contact_wrap .wrap > div .text {
    font-size: 12px;
    line-height: 15px;
  }
  header .mobile_menu .contact_wrap .wrap > div.socials {
    bottom: 30px;
    flex-direction: column;
    position: absolute;
    right: 0;
    width: auto;
  }
  header .mobile_menu .contact_wrap .wrap > div.socials a {
    margin-bottom: 14px;
    margin-right: 0;
  }
  header .mobile_menu .contact_wrap .wrap > div.socials a svg {
    height: 26px;
    width: 26px;
  }
  header .mobile_menu .contact_wrap .wrap > div.socials a:last-child {
    margin-bottom: 0;
  }
  header .mobile_menu .search_wrap {
    padding-bottom: 40px;
    padding-top: 30px;
  }
  header .mobile_menu .search_wrap form input {
    font-size: 18px;
    line-height: 23px;
    padding-bottom: 13px;
  }
  header .mobile_menu .search_wrap form svg {
    height: 17px;
    width: 19px;
  }
  header .mobile_menu .donate_btn {
    font-size: 14px;
    height: 52px;
    line-height: 18px;
  }
}
footer .footer_mob {
  display: none;
}
footer .footer_mob a {
  background: rgba(41, 49, 87, 0.1);
  color: #353e64;
  display: block;
  font-family: Mont-Heavy;
  font-size: 14px;
  letter-spacing: 7%;
  line-height: 18px;
  padding: 23px 0;
  text-align: center;
}
footer .footer_mob .mob_info {
  display: flex;
  justify-content: center;
  padding: 25px 0 20px;
  text-align: center;
}
footer .footer_mob .mob_info span {
  color: #000;
  display: inline-block;
  font-family: Mont-Regular;
  font-size: 11px;
  line-height: 14px;
  margin-right: 20px;
}
footer .footer_mob .mob_info span:last-child {
  margin-right: 0;
}
footer .footer_inner {
  background: #edeef0;
  display: flex;
  justify-content: space-between;
  padding: 80px 140px;
  width: 100%;
}
footer .footer_inner .footer_logo {
  margin-right: 50px;
  width: 70px !important;
}
footer .footer_inner .footer_logo .logo {
  display: block;
  margin-bottom: 25px;
}
footer .footer_inner .footer_logo .footer_text {
  font-family: Mont-Regular;
}
footer .footer_inner .footer_logo .footer_text span {
  color: rgba(0, 0, 0, 0.4);
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 15px;
}
footer .footer_inner .footer_item {
  width: 175px;
}
footer .footer_inner .footer_item h3 {
  color: #353e64;
  font-family: Mont-Bold;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 33px;
}
footer .footer_inner .footer_item ul li {
  margin-bottom: 28px;
}
footer .footer_inner .footer_item ul li:last-child {
  margin-bottom: 0;
}
footer .footer_inner .footer_item ul li a {
  color: #353e64;
  font-family: Mont-Regular;
  font-size: 16px;
  line-height: 20px;
  transition: 0.2s;
}
footer .footer_inner .footer_item ul li a:hover {
  color: #4a6af3;
}
footer .footer_inner .footer_item .btn {
  align-items: center;
  background: rgba(41, 49, 87, 0.1);
  display: flex;
  font-family: Mont-Heavy;
  font-size: 16px;
  height: 60px;
  justify-content: center;
  line-height: 20px;
  transition: 0.2s;
  width: 170px;
}
footer .footer_inner .footer_item .btn:hover {
  background: #4a6af3;
  color: #fff;
}
footer .footer_inner .footer_item.contact_item {
  width: auto;
}
footer .footer_inner .footer_item.contact_item li {
  margin-bottom: 30px;
}
footer .footer_inner .footer_item.contact_item li:last-child {
  margin-bottom: 0;
}
footer .footer_inner .footer_item.contact_item li.social {
  display: flex;
}
footer .footer_inner .footer_item.contact_item li.social a {
  margin-right: 20px;
}
footer .footer_inner .footer_item.contact_item li.social a:last-child {
  margin-right: 0;
}
footer .footer_inner .footer_item.contact_item li.social a svg {
  fill: #415c8b !important;
}
footer .footer_inner .footer_item.contact_item li.social a svg:hover {
  fill: #4a6af3 !important;
}
footer .footer_inner .footer_item.contact_item li span {
  color: rgba(0, 0, 0, 0.5);
  display: block;
  font-family: Mont-Regular;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
}
footer .footer_inner .footer_item.contact_item li a {
  color: rgba(0, 0, 0, 0.5);
  font-family: Mont-Bold;
}
@media screen and (max-width: 1400px) {
  footer .footer_inner {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 1230px) {
  footer .footer_inner {
    padding: 65px 45px 70px;
  }
  footer .footer_inner .footer_item h3 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  footer .footer_inner .footer_item ul li {
    margin-bottom: 25px;
  }
  footer .footer_inner .footer_item ul li a {
    font-size: 14px;
    line-height: 18px;
  }
  footer .footer_inner .footer_item .btn {
    font-size: 14px;
  }
  footer .footer_inner .footer_item.contact_item ul li {
    margin-bottom: 25px;
  }
  footer .footer_inner .footer_item.contact_item ul li span {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1020px) {
  .footer_item.contact_item {
    display: none;
  }
  footer .footer_inner .footer_item .btn {
    font-size: 14px;
  }
  footer .footer_inner .footer_item ul li {
    margin-bottom: 20px;
  }
  footer .footer_inner .footer_item ul li a {
    font-size: 12px;
    line-height: 15px;
  }
  footer .footer_inner {
    padding: 50px 30px 10px;
  }
}
@media screen and (max-width: 700px) {
  footer .footer_inner {
    display: none;
  }
  footer .footer_inner .footer_item .btn {
    font-size: 12px;
  }
  footer .footer_mob {
    display: block;
  }
}
.publication_card {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  min-height: 368px;
  width: 288px;
}
.publication_card .img_wrap {
  height: 184px;
}
.publication_card .img_wrap img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.publication_card .text_block {
  background-color: #fff;
  min-height: 186px;
  padding: 23px 20px;
  transition: all 0.2s ease-in-out;
}
.publication_card .text_block a,
.publication_card .text_block h3 {
  color: #000;
  font-family: Mont-SemiBold;
  font-size: 14px;
  height: 86px;
  line-height: 150%;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.2s ease-in-out;
}
.publication_card .text_block .date_wrap {
  display: flex;
  margin-bottom: 24px;
}
.publication_card .text_block .date_wrap p {
  color: rgba(255, 163, 35, 0.6);
  font-size: 10px;
  line-height: 200%;
  margin-bottom: 0;
  margin-right: 17px;
}
.publication_card .text_block .date_wrap .date,
.publication_card .text_block .date_wrap p {
  font-family: Mont-Bold;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
.publication_card .text_block .date_wrap .date {
  color: #ececec;
  font-size: 12px;
  line-height: 167%;
}
.publication_card:active .text_block,
.publication_card:hover .text_block {
  background-color: #4a6af3;
}
.publication_card:active .text_block a,
.publication_card:active .text_block h3,
.publication_card:hover .text_block a,
.publication_card:hover .text_block h3 {
  color: #fff;
}
.publication_card:active .text_block .date_wrap p,
.publication_card:hover .text_block .date_wrap p {
  color: hsla(0, 0%, 100%, 0.6);
}
.publication_card:active .text_block .date_wrap .date,
.publication_card:hover .text_block .date_wrap .date {
  color: #fff;
}
@media screen and (max-width: 1225px) {
  .publication_card {
    height: auto;
    min-height: 275px;
    width: 214px;
  }
  .publication_card .img_wrap {
    height: 138px;
  }
  .publication_card .text_block {
    min-height: 138px;
    padding: 20px 24px;
  }
  .publication_card .text_block a,
  .publication_card .text_block h3 {
    font-size: 12px;
  }
  .publication_card .text_block .date_wrap {
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 991px) {
  .publication_card {
    min-height: 208px;
    width: 162px;
  }
  .publication_card .img_wrap {
    height: 104px;
  }
  .publication_card .text_block {
    min-height: 104px;
    padding: 16px 12px;
  }
  .publication_card .text_block a,
  .publication_card .text_block h3 {
    font-size: 10px;
    line-height: 130%;
  }
  .publication_card .text_block .date_wrap {
    margin-bottom: 0;
  }
  .publication_card .text_block .date_wrap p {
    font-size: 9px;
    margin-right: 9px;
  }
  .publication_card .text_block .date_wrap .date {
    font-size: 10px;
  }
}
@media screen and (max-width: 576px) {
  .publication_card {
    width: 280px !important;
  }
  .publication_card .img_wrap {
    height: 179px;
  }
  .publication_card .text_block {
    min-height: 181px;
    padding: 27px 21px;
  }
  .publication_card .text_block .date_wrap {
    margin-bottom: 15px;
  }
  .publication_card .text_block .date_wrap .date {
    font-size: 12px;
  }
  .publication_card .text_block .date_wrap p {
    font-size: 10px;
    margin-right: 17px;
  }
  .publication_card .text_block a,
  .publication_card .text_block h3 {
    font-size: 14px;
    height: 67px;
    line-height: 150%;
  }
}
.pagination {
  justify-content: center;
}
.pagination,
.pagination ul,
.pagination ul li {
  align-items: center;
  display: flex;
}
.pagination ul li {
  border: 1px solid transparent;
  border-radius: 50%;
  font-family: Mont-Regular;
  font-size: 16px;
  height: 40px;
  justify-content: center;
  line-height: 20px;
  margin-right: 22px;
  overflow: hidden;
  width: 40px;
}
.pagination ul li:last-child {
  margin-right: 0;
}
.pagination ul li a {
  align-items: center;
  color: #293157;
  display: flex;
  height: 100%;
  justify-content: center;
  transition: all 0.1s ease-in-out;
  width: 100%;
}
.pagination ul li:hover {
  border-color: rgba(74, 106, 243, 0.2);
}
.pagination ul li span.current {
  align-items: center;
  background-color: #4a6af3;
  color: #fff;
  display: block;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .pagination ul li {
    font-size: 12px;
    line-height: 15px;
    margin-right: 26px;
  }
}
.announcements_card {
  background-color: #fff;
  height: 282px;
  max-width: 395px;
  overflow: hidden;
  transition: 0.2s;
  width: 100%;
}
.announcements_card .date_block {
  align-items: flex-end;
  border-bottom: 1px solid rgba(41, 49, 87, 0.05);
  color: #000;
  display: flex;
  justify-content: flex-start;
  padding: 70px 31px 31px;
  width: 100%;
}
.announcements_card .date_block time.date {
  color: #293157;
  font-family: Mont-Bold;
  font-size: 60px;
  line-height: 0.8;
}
.announcements_card .date_block time.datetodate {
  color: #293157;
  font-family: Mont-Bold;
  font-size: 47px;
  line-height: 0.8;
  margin-top: 11px;
}
@media screen and (max-width: 1257px) {
  .announcements_card .date_block time.datetodate {
    font-size: 33px;
  }
}
.announcements_card .date_block span.time {
  color: #ffa323;
  font-family: Mont-Bold;
  font-size: 25px;
  line-height: 1;
}
.announcements_card .text_block {
  padding: 28px 31px;
  text-align: left;
  width: 100%;
}
.announcements_card .text_block h5 {
  color: #000;
  font-family: Mont-Regular;
  font-size: 16px;
  height: 62px;
  line-height: 130%;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 576px) {
  .announcements_card .text_block h5 {
    height: 56px;
  }
}
.announcements_card:hover {
  background-color: #4a6af3;
}
.announcements_card:hover .date,
.announcements_card:hover .datetodate,
.announcements_card:hover .time,
.announcements_card:hover h5,
.announcements_card:hover span {
  color: #fff !important;
}
@media screen and (max-width: 1225px) {
  .announcements_card {
    height: 210px;
    max-width: 294px;
  }
  .announcements_card .date_block {
    padding: 33px 31px 24px;
  }
  .announcements_card .date_block time.date {
    font-size: 50px;
  }
  .announcements_card .date_block time.datetodate {
    font-size: 33px;
  }
  .announcements_card .date_block span.time {
    font-size: 20px;
  }
  .announcements_card .text_block {
    padding: 26px 30px;
  }
  .announcements_card .text_block h5 {
    font-size: 14px;
  }
}
@media screen and (max-width: 1010px) {
  .announcements_card .date_block time.datetodate {
    font-size: 31px;
  }
}
@media screen and (max-width: 991px) {
  .announcements_card {
    height: 159px;
    max-width: 222px;
  }
  .announcements_card .date_block {
    padding: 22px 19px 18px;
  }
  .announcements_card .date_block time.date {
    font-size: 40px;
  }
  .announcements_card .date_block time.datetodate {
    font-size: 26px;
  }
  .announcements_card .date_block span.time {
    font-size: 18px;
  }
  .announcements_card .text_block {
    padding: 19px;
  }
  .announcements_card .text_block h5 {
    font-size: 12px;
  }
}
@media screen and (max-width: 725px) {
  .announcements_card {
    max-width: 200px;
  }
  .announcements_card .date_block {
    padding: 22px 19px 18px;
  }
  .announcements_card .date_block time.date {
    font-size: 30px;
  }
  .announcements_card .date_block time.datetodate {
    font-size: 20px;
  }
}
@media screen and (max-width: 576px) {
  .announcements_card {
    height: 200px;
    max-width: 280px;
    width: 100%;
  }
  .announcements_card .date_block {
    padding: 22px 19px 18px;
  }
  .announcements_card .date_block time.date {
    font-size: 50px;
  }
  .announcements_card .date_block time.datetodate {
    font-size: 35px;
  }
  .announcements_card .date_block span.time {
    font-size: 20px;
  }
  .announcements_card .text_block {
    padding: 19px;
  }
  .announcements_card .text_block h5 {
    font-size: 14px;
  }
}
.share {
  align-items: center;
  background-color: #4a6af3;
  display: flex;
  height: 60px;
  margin: auto;
  max-width: 830px;
  width: 100%;
}
.share span {
  color: hsla(0, 0%, 100%, 0.5);
  font-family: Mont-Regular;
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-left: 43px;
  text-transform: uppercase;
}
.share ul {
  display: flex;
  margin-left: 34px;
}
.share ul li {
  align-items: center;
  background-color: #4a6af3;
  border-radius: 50%;
  display: flex;
  height: 30px;
  justify-content: center;
  margin-right: 24px;
  width: 30px;
}
.share ul li:hover a svg path {
  fill: hsla(0, 0%, 100%, 0.5);
}
@media screen and (max-width: 576px) {
  .share span {
    font-size: 12px;
    margin-left: 43px;
  }
  .share ul {
    display: flex;
    margin-left: 20px;
  }
  .share ul li {
    height: 26px;
    margin-right: 14px;
    width: 26px;
  }
}

.team-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: -20px -20px 0;
}
.team-item {
  width: calc(33.33% - 40px);
  margin: 0 20px 50px;
  position: relative;
  display: flex;
  flex-direction: column;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.team-item__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 29;
}
.team-item__preview {
  padding-right: 108px;
  position: relative;
  z-index: 1;
}
.team-item__img {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  background: no-repeat 50% 50%;
  background-size: cover;
}
.team-item__content {
  background-color: #fff;
  margin-top: -82px;
  margin-left: 108px;
  padding: 109px 30px 42px;
  position: relative;
  flex: 1;
}
.team-item__title {
  color: #000;
  font-family: Mont-Bold;
  font-size: 18px;
  line-height: 150%;
}
.team-item__post {
  color: #4a6af3;
  font-family: Mont-Bold;
  font-size: 14px;
  line-height: 130%;
  margin-top: 10px;
}

@media screen and (max-width: 1365px) {
  .team-wrap {
    margin: -15px -15px 0;
  }
  .team-item {
    width: calc(33.33% - 30px);
    margin: 0 15px 40px;
  }
  .team-item__preview {
    padding-right: 50px;
  }
  .team-item__content {
    margin-top: -64px;
    margin-left: 36px;
    padding: 86px 30px 33px;
  }
  .team-item__title {
    font-size: 16px;
  }
  .team-item__post {
    font-size: 12px;
  }
}
@media screen and (max-width: 1023px) {
  .team-wrap {
    margin: -10px -10px 0;
  }
  .team-item {
    width: calc(33.33% - 20px);
    margin: 0 10px 20px;
  }
  .team-item__preview {
    padding-right: 0;
  }
  .team-item__content {
    margin-top: 0;
    margin-left: 0;
    padding: 25px 27px 37px 23px;
  }
  .team-item__title {
    font-size: 14px;
  }
  .team-item__post {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  .team-wrap {
    margin: -10px -10px 0;
  }
  .team-item {
    width: calc(50% - 20px);
    margin: 0 10px 15px;
  }
}
@media screen and (max-width: 580px) {
  .team-wrap {
    margin: 10px auto 0;
    width: 100%;
    max-width: 287px;
  }
  .team-item {
    width: 100%;
    margin: 0 0 15px;
  }
}

.center_slider .slick_next,
.center_slider .slick_prev {
  bottom: 0;
  height: 66px;
  margin: auto;
  position: absolute;
  top: 0;
  transition: all 0.1s ease-in-out;
  width: 66px;
  z-index: 1;
}
.center_slider .slick_next svg,
.center_slider .slick_prev svg {
  height: 66px;
  width: 66px;
}
.center_slider .slick_next:active svg path,
.center_slider .slick_next:hover svg path,
.center_slider .slick_prev:active svg path,
.center_slider .slick_prev:hover svg path {
  stroke: #ffa323;
}
.center_slider .slick_prev {
  left: 7%;
}
.center_slider .slick_next {
  right: 7%;
}
.center_slider .slick-slide {
  align-items: center;
  display: flex;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}
.center_slider .slick-slide .item {
  align-items: center;
  display: flex !important;
  height: 580px;
  position: relative;
  width: auto !important;
}
.center_slider .slick-slide .item img {
  height: 100%;
  max-height: 261px;
  max-width: 334px;
  transition: all 0.2s ease-in-out;
  width: 100%;
}
.center_slider .slick-slide .item .text_block {
  background-color: #fff;
  bottom: 0;
  height: max-content;
  margin: auto;
  opacity: 0;
  padding-left: 65px;
  padding-top: 63px;
  position: absolute;
  right: 0;
  top: 0;
  width: 609px;
  padding-bottom: 30px;
}
.center_slider .slick-slide .item .text_block .circle_btn {
  height: 105px;
  width: 105px;
}
.center_slider .slick-slide .item .text_block .circle_btn svg {
  margin-left: 13px;
  margin-top: -3px;
  width: 4px;
}
.center_slider .slick-slide .item .text_block p {
  color: rgba(255, 163, 35, 0.6);
  font-family: Mont-Bold;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 167%;
  margin-bottom: 6px;
  text-transform: uppercase;
  transition: all 0.1s ease-in-out;
}
.center_slider .slick-slide .item .text_block .name {
  color: #000;
  display: inline-block;
  font-family: Mont-Bold;
  font-size: 22px;
  line-height: 140%;
  margin-bottom: 56px;
  max-width: 370px;
  transition: all 0.1s ease-in-out;
}
.center_slider .slick-slide .item .text_block:active,
.center_slider .slick-slide .item .text_block:hover {
  background-color: #4a6af3;
}
.center_slider .slick-slide .item .text_block:active p,
.center_slider .slick-slide .item .text_block:hover p {
  color: hsla(0, 0%, 100%, 0.6);
}
.center_slider .slick-slide .item .text_block:active .name,
.center_slider .slick-slide .item .text_block:hover .name {
  color: #fff;
}
.center_slider .slick-slide .item .text_block:active .circle_btn,
.center_slider .slick-slide .item .text_block:hover .circle_btn {
  border-color: hsla(0, 0%, 100%, 0.7);
  color: #fff;
}
.center_slider .slick-slide .item .text_block:active .circle_btn svg path,
.center_slider .slick-slide .item .text_block:hover .circle_btn svg path {
  stroke: #fff;
}
.center_slider .slick-slide.slick-current .item {
  width: 1275px !important;
}
.center_slider .slick-slide.slick-current .item img {
  max-height: 580px;
  max-width: 742px;
  object-fit: cover;
}
.center_slider .slick-slide.slick-current .item .text_block {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1600px) {
  .center_slider .slick_next {
    right: 3%;
  }
  .center_slider .slick_prev {
    left: 3%;
  }
}
@media screen and (max-width: 1450px) {
  .center_slider .slick_next {
    right: 1%;
  }
  .center_slider .slick_prev {
    left: 1%;
  }
}
@media screen and (max-width: 1400px) {
  .center_slider .slick_next {
    right: 30px;
  }
  .center_slider .slick_prev {
    left: 30px;
  }
  .center_slider .slick-slide .item {
    height: 480px;
  }
  .center_slider .slick-slide .item img {
    max-height: 216px;
    max-width: 274px;
  }
  .center_slider .slick-slide .item .text_block {
    height: 351px;
    padding-left: 69px;
    padding-top: 20px;
    width: 504px;
  }
  .center_slider .slick-slide .item .text_block .circle_btn {
    margin-top: 55px;
  }
  .center_slider .slick-slide .item .text_block .name {
    margin-bottom: 12px;
    max-width: 366px;
  }
  .center_slider .slick-slide.slick-current .item {
    width: 1050px !important;
  }
  .center_slider .slick-slide.slick-current .item img {
    max-height: 480px;
    max-width: 615px;
  }
}
@media screen and (max-width: 1225px) {
  .center_slider .slick_next,
  .center_slider .slick_next svg,
  .center_slider .slick_prev,
  .center_slider .slick_prev svg {
    height: 50px;
    width: 50px;
  }
  .center_slider .slick_prev {
    left: 20px;
  }
  .center_slider .slick_next {
    right: 20px;
  }
  .center_slider .slick-slide.slick-current .item {
    width: 781px !important;
  }
  .center_slider .slick-slide.slick-current .item img {
    max-height: 360px;
    max-width: 460px;
  }
  .center_slider .slick-slide .item {
    height: 360px;
  }
  .center_slider .slick-slide .item img {
    max-height: 216px;
    max-width: 275px;
  }
  .center_slider .slick-slide .item .text_block {
    height: 270px;
    padding-left: 50px;
    padding-top: 28px;
    width: 375px;
  }
  .center_slider .slick-slide .item .text_block p {
    font-size: 11px;
    line-height: 20px;
    margin-bottom: 22px;
  }
  .center_slider .slick-slide .item .text_block .circle_btn {
    margin-top: -10px;
  }
  .center_slider .slick-slide .item .text_block .name {
    font-size: 18px;
    line-height: 140%;
    line-height: normal;
    margin-bottom: 34px;
    min-height: 0;
  }
}
@media screen and (max-width: 991px) {
  .center_slider .slick-slide.slick-current .item {
    width: 585px !important;
  }
  .center_slider .slick-slide.slick-current .item img {
    max-height: 267px;
    max-width: 342px;
  }
  .center_slider .slick-slide .item {
    height: 267px;
  }
  .center_slider .slick-slide .item img {
    max-height: 162px;
    max-width: 205px;
  }
  .center_slider .slick-slide .item .text_block {
    height: 205px;
    padding-left: 38px;
    padding-top: 22px;
    width: 281px;
  }
  .center_slider .slick-slide .item .text_block p {
    font-size: 10px;
    line-height: 20px;
    margin-bottom: 19px;
  }
  .center_slider .slick-slide .item .text_block .circle_btn {
    display: none;
    height: 94px;
    margin-top: 12px;
    width: 94px;
  }
  .center_slider .slick-slide .item .text_block .name {
    font-size: 12px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 576px) {
  .center_slider .slick-slide {
    justify-content: flex-start;
  }
  .center_slider .slick-slide.slick-current .item {
    height: auto;
    width: 100% !important;
  }
  .center_slider .slick-slide.slick-current .item img {
    max-height: 170px;
    max-width: 218px;
  }
  .center_slider .slick-slide .item {
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 0 5px;
    width: 100% !important;
  }
  .center_slider .slick-slide .item img {
    max-height: 170px;
    max-width: 218px;
  }
  .center_slider .slick-slide .item .text_block {
    bottom: auto;
    height: auto;
    margin-left: auto;
    margin-right: -60px;
    margin-top: -38px;
    padding: 18px 18px 22px 20px;
    position: static;
    right: auto;
    top: auto;
    width: 232px;
    z-index: 1;
  }
  .center_slider .slick-slide .item .text_block p {
    height: 23px;
    margin-bottom: 0;
  }
  .center_slider .slick-slide .item .text_block .circle_btn {
    display: none;
  }
}
@media screen and (max-width: 380px) {
  .center_slider .slick-slide .item img,
  .center_slider .slick-slide.slick-current .item img {
    height: 170px;
  }
}
@media screen and (max-width: 330px) {
  .center_slider .slick-slide .item .text_block {
    margin-right: -50px;
  }
}
.support_modal_section {
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  height: 100vh;
  left: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.support_modal {
  background-color: #fff;
  left: 0;
  margin: 160px auto;
  padding-bottom: 100px;
  padding-top: 100px;
  position: absolute;
  position: relative;
  right: 0;
  top: 0;
  width: 831px;
}
.support_modal .close_btn {
  position: absolute;
  right: 30px;
  top: 30px;
}
.support_modal .section_heading {
  color: #4a6af3;
  line-height: 80px;
  margin-bottom: 80px;
  text-align: center;
}
.support_modal form {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 505px;
}
.support_modal .wrapper {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 50px;
}
.support_modal .wrapper:last-child {
  margin-bottom: 0;
}
.support_modal .wrapper .nice-select {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.support_modal .wrapper .nice-select .list {
  position: absolute;
  top: 145%;
}
.support_modal .counter_wrapper {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: space-between;
  padding-bottom: 22px;
  padding-top: 17px;
}
.support_modal .counter_wrapper button svg {
  height: 16px;
  width: 16px;
}
.support_modal .counter_wrapper .number {
  color: rgba(41, 49, 87, 0.5);
  font-family: Mont-Regular;
  font-size: 22px;
  line-height: 28px;
}
.support_modal .nice-select {
  font-size: 18px;
  height: 28px;
  margin-bottom: 14px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.support_modal .nice-select:after {
  margin-top: 0;
}
.support_modal input {
  border: none;
  color: #000;
  font-family: Mont-Regular;
  font-size: 18px;
  line-height: 23px;
  padding-bottom: 14px;
  width: 100%;
}
.support_modal input::placeholder {
  color: rgba(41, 49, 87, 0.5);
}
.support_modal .circle_btn {
  height: 141px;
  margin: 0 auto;
  width: 141px;
}
@media screen and (max-width: 1225px) {
  .support_modal {
    margin: 146px auto;
    padding-bottom: 77px;
    width: 781px;
  }
  .support_modal form {
    width: 457px;
  }
  .support_modal .section_heading {
    margin-bottom: 71px;
  }
}
@media screen and (max-width: 991px) {
  .support_modal {
    margin: 168px 30px;
    padding-bottom: 100px;
    width: auto;
  }
  .support_modal .circle_btn {
    height: 100px;
    width: 100px;
  }
  .support_modal .nice-select {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .support_modal input {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 12px;
  }
  .support_modal .close_btn {
    right: 62px;
    top: 47px;
  }
  .support_modal .close_btn svg {
    height: 24px;
    width: 24px;
  }
  .support_modal .section_heading {
    line-height: 55px;
    margin-bottom: 60px;
  }
  .support_modal .wrapper {
    margin-bottom: 46px;
  }
  .support_modal .counter_wrapper {
    padding-bottom: 20px;
  }
  .support_modal .counter_wrapper .number {
    font-size: 20px;
    line-height: 26px;
  }
}
@media screen and (max-width: 576px) {
  .support_modal {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0;
    min-height: 100vh;
    padding-bottom: 44px;
    padding-top: 72px;
    width: 100%;
  }
  .support_modal form {
    width: calc(100% - 40px);
  }
  .support_modal .section_heading {
    line-height: 33px;
    margin-bottom: 40px;
  }
  .support_modal .counter_wrapper {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .support_modal .counter_wrapper .number {
    font-size: 16px;
    line-height: 20px;
  }
  .support_modal .counter_wrapper button svg {
    height: 14px;
    width: 14px;
  }
  .support_modal .nice-select {
    font-size: 12px;
  }
  .support_modal .wrapper {
    margin-bottom: 30px;
  }
  .support_modal input {
    font-size: 12px;
    line-height: 15px;
  }
  .support_modal .close_btn {
    left: auto;
    right: auto;
    top: 18px;
  }
  .support_modal .close_btn svg {
    height: 14px;
    width: 14px;
  }
}
.thanks_modal_section {
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}
.thanks_modal {
  align-items: center;
  background-color: #293157;
  bottom: 0;
  display: flex;
  height: 554px;
  justify-content: center;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 831px;
  z-index: 2;
}
.thanks_modal .section_heading {
  color: #4a6af3;
  text-align: center;
  z-index: 1;
}
.thanks_modal .wrap {
  align-items: flex-end;
  display: flex;
  height: 276px;
  justify-content: center;
  position: relative;
  width: 608px;
}
.thanks_modal .wrap > div {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  width: 608px;
}
.thanks_modal .wrap > div .first_svg,
.thanks_modal .wrap > div .second_svg {
  height: auto;
  width: 240px;
}
@media screen and (max-width: 1225px) {
  .thanks_modal {
    height: 393px;
    width: 677px;
  }
  .thanks_modal .section_heading {
    bottom: 109px;
  }
  .thanks_modal .wrap {
    height: 205px;
    width: 515px;
  }
  .thanks_modal .wrap > div {
    width: 515px;
  }
  .thanks_modal .wrap > div .first_svg,
  .thanks_modal .wrap > div .second_svg {
    width: 204px;
  }
}
@media screen and (max-width: 991px) {
  .thanks_modal_section {
    padding-left: 91px;
    padding-right: 91px;
  }
  .thanks_modal {
    height: 330px;
    width: calc(100% - 182px);
  }
  .thanks_modal .section_heading {
    bottom: 96px;
  }
  .thanks_modal .wrap {
    height: 165px;
    width: 100%;
  }
  .thanks_modal .wrap > div {
    width: 413px;
  }
  .thanks_modal .wrap > div .first_svg,
  .thanks_modal .wrap > div .second_svg {
    width: 164px;
  }
}
@media screen and (max-width: 576px) {
  .thanks_modal_section {
    padding-left: 0;
    padding-right: 0;
  }
  .thanks_modal {
    height: 100vh;
    width: 100%;
  }
  .thanks_modal .section_heading {
    bottom: 131px;
  }
  .thanks_modal .wrap > div {
    box-sizing: border-box;
    max-width: 267px;
    width: 100%;
  }
  .thanks_modal .wrap > div .first_svg,
  .thanks_modal .wrap > div .second_svg {
    width: 106px;
  }
}
.home_first_screen {
  background-color: #293157;
  height: 817px;
  padding-top: 95px;
}
.home_first_screen > .container {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  position: relative;
  z-index: 99;
}
.home_first_screen h1 {
  color: #4a6af3;
  font-family: Akrobat-Black;
  font-size: 163px;
  line-height: 196px;
}
.home_first_screen h1 span {
  display: block;
}
.home_first_screen h1 span:nth-child(2) {
  padding-left: 150px;
  text-align: center;
}
.home_first_screen h1 span:nth-child(3) {
  text-align: right;
}
.home_first_screen .circle_btn_orange {
  border-color: hsla(0, 0%, 100%, 0.1);
  margin-left: -167px;
  margin-top: -60px;
  position: relative;
}
.home_first_screen .circle_btn_orange svg {
  bottom: 25px;
  height: 8px;
  position: absolute;
  width: 15px;
}
.home_center_slider {
  padding-bottom: 170px;
  padding-top: 154px;
}
.home_center_slider .section_heading {
  color: rgba(41, 49, 87, 0.1);
  line-height: 95px;
  margin-bottom: 11px;
}
.project_marlin {
  background-image: url(../img/project_marlin_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 763px;
  padding-top: 107px;
  position: relative;
}
.project_marlin::after{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: #00000025;
}
.project_marlin .mob_link {
  align-items: center;
  color: #f6f8fa;
  display: none;
  font-family: Mont-Bold;
  font-size: 10px;
  letter-spacing: 0.04em;
  line-height: 20px;
  margin-bottom: 41px;
  text-transform: uppercase;
}
.project_marlin .mob_link svg {
  height: 7px;
  margin-left: 9px;
  width: 3px;
}
.project_marlin .section_head_wrap {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  margin-bottom: 66px;
}
.project_marlin .section_head_wrap .section_heading {
  margin-right: 78px;
  position: relative;
  z-index: 1;
}
.project_marlin .section_head_wrap div{
  position: relative;
  z-index: 1;
}
.project_marlin .section_head_wrap p {
  color: #fff;
  font-family: Mont-Regular;
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 35px;
  margin-top: 35px;
  max-width: 505px;
}
.project_marlin .only_mob {
  display: none;
}
.project_marlin .slider_wrap .publication_card {
  flex-direction: column-reverse;
}
.project_marlin .publications_block{
  position: relative;
  z-index: 1;
}
.project_marlin .publications_block .head {
  color: hsla(0, 0%, 100%, 0.5);
  font-family: Mont-Regular;
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 37px;
}
.project_marlin .publications_block .publications_wrap {
  align-items: flex-start;
  display: flex;
  /*justify-content: space-between;*/
  justify-content: space-around;
}
.project_marlin .publications_block .publications_wrap .publication_card a {
  display: flex;
  flex-direction: column-reverse;
}
.home_publications {
  padding-top: 360px;
}
.home_publications .only_mob {
  display: none;
}
.home_publications .section_head_wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.home_publications .section_head_wrap .section_heading {
  color: rgba(41, 49, 87, 0.1);
}
.home_publications .cards_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -23px;
}
.home_publications .cards_wrap .publication_card {
  margin: 0 0 40px;
}
.home_publications .publication_card_big {
  cursor: pointer;
  max-height: 370px;
  max-width: 50%;
  position: relative;
  width: 610px;
}
.home_publications .publication_card_big img {
  width: 100%;
}
.home_publications .publication_card_big .text_block {
  bottom: 0;
  left: 0;
  max-width: 288px;
  position: absolute;
}
.home_publications .publication_card_big .text_block h3 {
  height: auto;
}
.home_fast_news {
  margin-top: 151px;
  position: relative;
  z-index: 1;
}
.home_fast_news .container {
  display: flex;
  justify-content: center;
}
.home_fast_news .white_block {
  background-color: #fff;
  height: 240px;
  margin-left: -396px;
  margin-top: 39px;
  width: 613px;
}
.home_fast_news .purple_block {
  background-color: #4a6af3;
  display: flex;
  height: 240px;
  padding-left: 37px;
  padding-top: 52px;
  position: relative;
  width: 613px;
  z-index: 1;
}
.home_fast_news .purple_block .head {
  color: #f6f8fa;
  font-family: Mont-Bold;
  font-size: 46px;
  line-height: 24px;
  margin-bottom: 28px;
}
.home_fast_news .purple_block .text {
  color: #f6f8fa;
  font-family: Mont-Regular;
  font-size: 16px;
  line-height: 8px;
  margin-bottom: 50px;
}
.home_fast_news .purple_block form input {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #f6f8fa;
  border-radius: 0;
  box-shadow: none;
  color: #f6f8fa;
  font-family: Mont-Regular;
  font-size: 16px;
  line-height: 20px;
  margin-right: 45px;
  outline: none;
  padding-bottom: 19px;
  width: 361px;
}
.home_fast_news .purple_block form input::placeholder {
  color: rgba(246, 248, 250, 0.3);
}
.home_fast_news .purple_block form .circle_btn {
  bottom: 15px;
  position: absolute;
  right: 49px;
}
.home_announcements {
  background-color: #293157;
  margin-top: -20px;
  padding-top: 256px;
  position: relative;
}
.home_announcements .first,
.home_announcements .second,
.home_announcements .three {
  position: absolute;
}
.home_announcements .eye_wrap.first {
  height: 105px;
  left: 808px;
  top: 108px;
  width: 135px;
}
.home_announcements .eye_wrap.first svg {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 1366px) {
  .home_announcements .eye_wrap.first {
    left: 531px;
    top: 242px;
  }
}
@media screen and (max-width: 1024px) {
  .home_announcements .eye_wrap.first {
    height: 78px;
    left: 384px;
    top: 233px;
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .home_announcements .eye_wrap.first {
    left: 295px;
    top: 194px;
    width: 74px;
  }
}
@media screen and (max-width: 576px) {
  .home_announcements .eye_wrap.first {
    left: 131px;
    top: 166px;
    width: 57px;
  }
}
.home_announcements .eye_wrap.second {
  height: 105px;
  left: 360px;
  top: 688px;
  width: 135px;
}
.home_announcements .eye_wrap.second svg {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 1366px) {
  .home_announcements .eye_wrap.second {
    left: 83px;
    top: 822px;
  }
}
@media screen and (max-width: 1024px) {
  .home_announcements .eye_wrap.second {
    height: 78px;
    left: 72px;
    top: 699px;
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .home_announcements .eye_wrap.second {
    left: 56px;
    top: 564px;
    width: 74px;
  }
}
@media screen and (max-width: 576px) {
  .home_announcements .eye_wrap.second {
    left: 34px;
    top: 581px;
    width: 57px;
  }
}
.home_announcements .eye_wrap.three {
  height: 105px;
  right: 400px;
  top: 804px;
  width: 135px;
}
.home_announcements .eye_wrap.three svg {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 1366px) {
  .home_announcements .eye_wrap.three {
    right: 123px;
    top: 938px;
  }
}
@media screen and (max-width: 1240px) {
  .home_announcements .eye_wrap.three {
    right: 123px;
    top: 738px;
  }
}
@media screen and (max-width: 1024px) {
  .home_announcements .eye_wrap.three {
    height: 78px;
    right: 238px;
    top: 809px;
    width: 100px;
  }
}
@media screen and (max-width: 991px) {
  .home_announcements .eye_wrap.three {
    right: 238px;
    top: 609px;
  }
}
@media screen and (max-width: 768px) {
  .home_announcements .eye_wrap.three {
    right: 182px;
    top: 648px;
    width: 74px;
  }
}
@media screen and (max-width: 576px) {
  .home_announcements .eye_wrap.three {
    right: 40px;
    top: 626px;
    width: 57px;
  }
}
.home_announcements .section_head_wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.home_announcements .section_head_wrap .section_heading {
  color: #4a6af3;
}
.home_announcements .cards_wrap {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  justify-content: space-evenly;
  margin-bottom: 374px;
  margin-top: -23px;
}
.home_announcements .section_massmedia {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-bottom: 225px;
  width: 100%;
  z-index: 10;
  position: relative;
}
.home_announcements .section_massmedia .left_block .section_heading {
  color: #353e64;
  line-height: 0.6;
  margin-bottom: 57px;
}
.home_announcements .section_massmedia .left_block .home_about p {
  color: #f6f8fa;
  font-family: Mont-Regular;
  font-size: 16px;
  line-height: 20px;
}
.home_announcements .section_massmedia .left_block .home_about .row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 172px;
  margin-top: 41px;
}
.home_announcements
  .section_massmedia
  .left_block
  .home_about
  .row
  .logo_massmedia {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 38px;
  margin-right: 43px;
  width: 125px;
}
.home_announcements
  .section_massmedia
  .left_block
  .home_about
  .row
  .logo_massmedia
  img {
  object-fit: contain;
}
.home_announcements .section_massmedia .right_block {
  display: flex;
  flex-direction: column;
  min-width: 721px;
}
.home_announcements .section_massmedia .right_block .publication_card {
  flex-direction: row;
  font-size: 0;
  margin: 0;
  max-width: 721px;
  min-height: 231px;
  width: 100%;
}
.home_announcements .section_massmedia .right_block .publication_card a {
  display: flex;
}
.home_announcements
  .section_massmedia
  .right_block
  .publication_card
  .img_wrap {
  font-size: 0;
  height: 231px;
  min-width: 360px;
}
.home_announcements
  .section_massmedia
  .right_block
  .publication_card
  .img_wrap
  img {
  height: 100%;
}
.home_announcements
  .section_massmedia
  .right_block
  .publication_card
  .text_block {
  height: 231px;
  min-width: 360px;
}
.home_announcements
  .section_massmedia
  .right_block
  .publication_card
  .text_block
  .date_wrap
  .date {
  transition: all 0.2s ease-in-out;
}
.home_announcements
  .section_massmedia
  .right_block
  .publication_card
  .text_block
  .date_wrap
  p {
  color: #4a6af3;
  transition: all 0.2s ease-in-out;
}
.home_announcements
  .section_massmedia
  .right_block
  .publication_card:hover
  .text_block
  .date_wrap
  p {
  color: hsla(0, 0%, 100%, 0.6);
}
.home_announcements .bottom_blok {
  align-items: flex-end;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.home_announcements .bottom_blok .block_logo {
  align-items: center;
  background: #fff;
  bottom: 0;
  display: flex;
  height: 322px;
  justify-content: flex-end;
  left: 0;
  max-width: 1417px;
  padding-right: 100px;
  position: absolute;
  width: 72%;
}
.home_announcements .bottom_blok .block_logo a {
  margin-left: 126px;
}
.home_announcements .bottom_blok .purple_block {
  background-color: #4a6af3;
  height: 554px;
  width: 1481px;
}
.home_announcements .bottom_blok .purple_block .head {
  color: #fff;
  font-family: Akrobat-Black;
  font-size: 80px;
  margin-left: 252px;
  margin-top: 92px;
}
.home_announcements .bottom_blok .purple_block .circle_btn {
  margin-left: auto;
  margin-right: 15%;
  margin-top: 135px;
}
@media screen and (max-width: 1600px) {
  .home_first_screen .circle_btn_orange {
    margin-left: 0;
  }
}
@media screen and (max-width: 1400px) {
  .home_announcements .bottom_blok .purple_block .circle_btn {
    margin-right: 5%;
  }
  .home_first_screen {
    height: 545px;
    padding-top: 51px;
    position: relative;
  }
  .home_first_screen h1 {
    font-size: 115px;
    line-height: 138px;
  }
  .home_first_screen h1 span:first-child {
    padding-left: 13%;
  }
  .home_first_screen h1 span:nth-child(2) {
    padding-left: 17%;
  }
  .home_first_screen h1 span:nth-child(3) {
    padding-right: 15%;
  }
  .home_first_screen .circle_btn_orange {
    bottom: 30px;
    left: 15px;
    margin-left: 0;
    position: absolute;
  }
  .home_publications {
    padding-top: 342px;
  }
  .home_fast_news {
    margin-top: 206px;
  }
  .home_center_slider {
    padding-top: 120px;
  }
  .home_center_slider .section_heading {
    margin-bottom: 0;
    padding-left: 95px;
  }
  .home_announcements .bottom_blok .purple_block .head {
    margin-left: 247px;
  }
  .home_announcements {
    margin-top: -149px;
    padding-top: 386px;
  }
  .home_announcements .bottom_blok .block_logo {
    justify-content: center;
    max-width: 1140px;
    padding-right: 0;
    width: 100%;
  }
  .home_announcements .bottom_blok .block_logo a:first-child {
    margin-left: 0;
  }
  .home_announcements .bottom_blok .purple_block {
    width: 1204px;
  }
}
@media screen and (max-width: 1340px) {
  .home_announcements .bottom_blok .purple_block .circle_btn {
    margin-right: 2%;
    margin-top: 100px;
  }
  .home_first_screen {
    height: 447px;
    padding-top: 64px;
  }
  .home_first_screen h1 {
    font-size: 86px;
    line-height: 103px;
  }
  .home_first_screen h1 span:first-child {
    padding-left: 15%;
  }
  .home_first_screen h1 span:nth-child(2) {
    padding-left: 8%;
  }
  .home_first_screen h1 span:nth-child(3) {
    padding-right: 20%;
  }
  .home_first_screen .circle_btn_orange {
    bottom: 42px;
    left: 20px;
  }
  .home_announcements .bottom_blok .block_logo a {
    margin-left: 62px;
  }
  .home_announcements .bottom_blok .block_logo a img {
    height: 102px;
    width: 76px;
  }
  .project_marlin {
    height: 586px;
    padding-top: 87px;
  }
  .project_marlin .section_head_wrap {
    margin-bottom: -10px;
  }
  .project_marlin .section_head_wrap .section_heading {
    margin-right: 29px;
  }
  .project_marlin .section_head_wrap p {
    font-size: 16px;
    margin-bottom: 25px;
    margin-top: 25px;
    max-width: 377px;
  }
  .project_marlin .publications_block .head {
    margin-bottom: 30px;
  }
  .project_marlin .publications_block .publications_wrap {
    justify-content: center;
  }
  .project_marlin .publications_block .publications_wrap .publication_card {
    margin-right: 29px;
  }
  .project_marlin
    .publications_block
    .publications_wrap
    .publication_card:last-child {
    margin-right: 0;
  }
  .home_center_slider {
    padding-bottom: 156px;
    padding-top: 114px;
  }
  .home_center_slider .section_heading {
    line-height: 70px;
    padding-left: 77px;
  }
  .home_publications {
    padding-top: 296px;
  }
  .home_publications .cards_wrap {
    justify-content: center;
    margin-top: -25px;
  }
  .home_publications .cards_wrap .publication_card {
    margin-bottom: 30px;
    margin-right: 29px;
  }
  .home_publications .cards_wrap .publication_card:nth-child(3n) {
    margin-right: 0;
  }
  .home_publications .publication_card_big {
    max-height: 276px;
    max-width: 457px;
  }
  .home_publications .publication_card_big .text_block {
    max-width: 214px;
    min-height: 137px;
  }
  .home_fast_news {
    margin-top: 135px;
  }
  .home_fast_news .white_block {
    margin-left: -446px;
  }
  .home_announcements {
    padding-top: 362px;
  }
  .home_announcements .cards_wrap {
    margin-bottom: 314px;
  }
  .home_announcements .section_massmedia .right_block .publication_card {
    font-size: 0;
    max-width: 538px;
    min-height: 173px;
  }
  .home_announcements
    .section_massmedia
    .right_block
    .publication_card
    .img_wrap,
  .home_announcements
    .section_massmedia
    .right_block
    .publication_card
    .text_block {
    height: 173px;
    min-width: 270px;
  }
  .home_announcements .section_massmedia .right_block {
    min-width: auto;
  }
  .home_announcements
    .section_massmedia
    .left_block
    .home_about
    .row
    .logo_massmedia {
    width: 86px;
  }
  .home_announcements .section_massmedia .left_block .home_about .row {
    margin-bottom: 13px;
    margin-top: 31px;
  }
  .home_announcements .section_massmedia {
    margin-bottom: 160px;
  }
  .home_announcements .bottom_blok .block_logo {
    height: 249px;
    max-width: 852px;
  }
  .home_announcements .bottom_blok .purple_block {
    height: 428px;
    width: 930px;
  }
  .home_announcements .bottom_blok .purple_block .head {
    font-size: 65px;
    margin-left: 191px;
    margin-top: 62px;
  }
}
@media screen and (max-width: 1023px) {
  .home_publications .cards_wrap {
    justify-content: space-between;
  }
  .home_publications .cards_wrap .publication_card {
    margin-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .home_announcements .bottom_blok .block_logo a {
    margin-left: 59px;
  }
  .home_announcements .bottom_blok .block_logo a img {
    height: 82px;
    width: 61px;
  }
  .home_first_screen {
    align-items: center;
    display: flex;
    height: calc(100vh - 91px);
    justify-content: center;
    padding-top: 0;
  }
  .home_first_screen .container {
    max-width: 100%;
    padding: 0 74px;
    width: 100%;
  }
  .home_first_screen h1 {
    font-size: 80px;
    line-height: 96px;
  }
  .home_first_screen h1 span:first-child {
    padding-left: 0;
  }
  .home_first_screen h1 span:nth-child(2) {
    padding-left: 25%;
  }
  .home_first_screen h1 span:nth-child(3) {
    padding-right: 0;
  }
  .home_first_screen .circle_btn_orange {
    bottom: 62px;
    left: 0;
    margin: auto;
    right: 0;
  }
  .home_first_screen .circle_btn_orange svg {
    bottom: 20px;
    height: 6px;
    width: 13px;
  }
  .project_marlin {
    height: 411px;
    padding-top: 61px;
  }
  .project_marlin .section_head_wrap .section_heading {
    margin-right: 40px;
  }
  .project_marlin .section_head_wrap p {
    font-size: 12px;
    max-width: 370px;
  }
  .project_marlin .publications_block .head {
    font-size: 14px;
    margin-bottom: 17px;
  }
  .project_marlin .publications_block .publications_wrap .publication_card {
    margin-right: 20px;
  }
  .home_center_slider {
    padding-bottom: 130px;
    padding-top: 90px;
  }
  .home_center_slider .slick-dots {
    text-align: center;
  }
  .home_center_slider .section_heading {
    line-height: 60px;
    padding-left: 59px;
  }
  .home_publications {
    padding-top: 224px;
  }
  .home_publications .cards_wrap {
    justify-content: center;
    margin-top: -20px;
  }
  .home_publications .cards_wrap .publication_card {
    margin-bottom: 20px;
    margin-right: 19px;
  }
  .home_publications .cards_wrap .publication_card:nth-child(3n) {
    margin-right: 19px;
  }
  .home_publications .publication_card_big {
    max-width: 344px;
  }
  .home_publications .publication_card_big .text_block {
    max-width: 162px;
    min-height: 104px;
  }
  .home_fast_news {
    margin-top: 115px;
  }
  .home_fast_news .purple_block {
    height: 206px;
    padding-left: 37px;
    padding-top: 35px;
    width: 525px;
  }
  .home_fast_news .purple_block .head {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .home_fast_news .purple_block .text {
    font-size: 14px;
    margin-bottom: 47px;
  }
  .home_fast_news .purple_block form input {
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 24px;
    width: 326px;
  }
  .home_fast_news .purple_block form .circle_btn {
    bottom: 18px;
    right: 40px;
  }
  .home_fast_news .white_block {
    height: 206px;
    margin-left: -464px;
    margin-top: 34px;
    width: 525px;
  }
  .home_announcements {
    padding-top: 302px;
  }
  .home_announcements .cards_wrap {
    margin-bottom: 260px;
  }
  .home_announcements .section_massmedia .right_block .publication_card {
    max-width: 405px;
    min-height: 131px;
  }
  .home_announcements
    .section_massmedia
    .right_block
    .publication_card
    .img_wrap {
    font-size: 0;
    height: 131px;
    min-width: 203px;
  }
  .home_announcements
    .section_massmedia
    .right_block
    .publication_card
    .text_block {
    height: 131px;
    min-width: 203px;
  }
  .home_announcements .section_massmedia .left_block .section_heading {
    margin-bottom: 50px;
  }
  .home_announcements
    .section_massmedia
    .left_block
    .home_about
    .row
    .logo_massmedia {
    margin-bottom: 0;
    margin-right: 16px;
    width: 77px;
  }
  .home_announcements
    .section_massmedia
    .left_block
    .home_about
    .row
    .logo_massmedia
    img {
    width: 100%;
  }
  .home_announcements .section_massmedia {
    margin-bottom: 130px;
  }
  .home_announcements .bottom_blok .block_logo {
    height: 187px;
    justify-content: space-around;
    max-width: 639px;
  }
  .home_announcements .bottom_blok .purple_block {
    height: 321px;
    width: 698px;
  }
  .home_announcements .bottom_blok .block_logo a {
    margin-left: 0;
  }
  .home_announcements .bottom_blok .purple_block .head {
    margin-left: 140px;
    margin-top: 46px;
  }
  .home_announcements .bottom_blok .purple_block .circle_btn {
    margin-right: 1%;
    margin-top: 65px;
  }
}
@media screen and (max-width: 785px) {
  .home_publications .cards_wrap .publication_card:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 765px) {
  .home_publications .cards_wrap .publication_card,
  .home_publications .cards_wrap .publication_card:nth-child(3n) {
    margin-right: 19px;
  }
}
@media screen and (max-width: 725px) {
  .home_first_screen h1 {
    font-size: 72px;
    line-height: 85px;
  }
  .home_announcements .section_massmedia {
    flex-wrap: wrap;
  }
  .home_announcements .section_massmedia .right_block .publication_card {
    height: 170px;
    margin: 0 10px;
    max-width: 218px;
    position: relative;
  }
  .home_announcements
    .section_massmedia
    .right_block
    .publication_card
    .img_wrap {
    height: 100%;
    min-width: 218px;
    width: 100%;
  }
  .home_announcements
    .section_massmedia
    .right_block
    .publication_card
    .img_wrap
    img {
    object-fit: cover;
  }
  .home_announcements
    .section_massmedia
    .right_block
    .publication_card
    .text_block {
    display: none;
    height: 116px;
    margin-left: -205px;
    margin-top: 112px;
    min-height: 134px;
    min-width: 232px;
    padding: 20px 17px;
    position: relative;
    z-index: 1;
  }
  .home_announcements .section_massmedia .right_block {
    height: 280px;
    width: 100%;
  }
  .home_announcements .section_massmedia .right_block .slick-dots li button {
    border-color: hsla(0, 0%, 100%, 0.2);
  }
  .home_announcements .section_massmedia .right_block .slick-list {
    height: 312px;
  }
  .home_announcements
    .section_massmedia
    .right_block
    .slick-active
    .publication_card
    .text_block {
    display: block;
  }
  .home_announcements .section_massmedia .left_block .home_about .row {
    padding-bottom: 4px;
  }
  .home_announcements .section_massmedia .left_block {
    position: relative;
  }
  .home_announcements
    .section_massmedia
    .left_block
    .circle_btn.circle_btn_orange {
    position: absolute;
    right: 18px;
    top: 562px;
  }
}
@media screen and (max-width: 700px) {
  .project_marlin .publications_block .publications_wrap {
    justify-content: space-between;
    overflow: scroll;
  }
  .project_marlin .publications_block .publications_wrap .publication_card {
    margin-right: 10px;
  }
}
@media screen and (max-width: 660px) {
  .home_announcements .cards_wrap .announcements_card {
    margin: 0 10px;
    max-width: 222px;
  }
  .home_announcements .cards_wrap .announcements_card .date_block time.date {
    font-size: 40px;
    margin-right: 0;
  }
  .home_announcements .cards_wrap .announcements_card .date_block span.time {
    font-size: 18px;
  }
  .home_announcements .cards_wrap .slick-dots li button {
    border-color: hsla(0, 0%, 100%, 0.2);
  }
}
@media screen and (max-width: 760px) {
  .home_first_screen {
    height: calc(100vh - 58px);
  }
  .home_first_screen .container {
    padding-left: 35px;
    padding-right: 35px;
  }
  .home_first_screen h1 {
    font-size: 42px;
    line-height: 50px;
  }
  .home_first_screen h1 span:first-child {
    padding-left: 14px;
  }
  .home_first_screen h1 span:nth-child(2) {
    padding-left: 23%;
  }
  .home_first_screen .circle_btn_orange {
    bottom: 30px;
  }
  .home_center_slider {
    padding-bottom: 61px;
    padding-top: 60px;
  }
  .home_center_slider .slick-dots {
    text-align: left;
  }
  .home_center_slider .section_heading {
    line-height: 32px;
    margin-bottom: 26px;
    padding-left: 0;
  }
  .project_marlin {
    height: 507px;
    padding-top: 66px;
  }
  .project_marlin .section_head_wrap {
    display: block;
  }
  .project_marlin .section_head_wrap .circle_btn {
    display: none;
  }
  .project_marlin .section_head_wrap .mob_link {
    display: flex;
  }
  .project_marlin .section_head_wrap p {
    margin-bottom: 30px;
    margin-top: 30px;
    width: 100%;
  }
  .project_marlin .section_head_wrap .section_heading {
    margin-right: 0;
  }
  .project_marlin .section_head_wrap .section_heading br {
    display: none;
  }
  .project_marlin .publications_block .head {
    font-size: 12px;
    margin-bottom: 18px;
  }
  .project_marlin .publications_block .publications_wrap {
    display: none;
  }
  .project_marlin .only_mob {
    display: block;
  }
  .project_marlin .slider_wrap .publication_card {
    margin-left: 10px;
  }
  .home_publications {
    margin-top: 60px;
    padding-top: 279px;
  }
  .home_publications .section_heading {
    margin-bottom: 26px;
  }
  .home_publications .cards_wrap,
  .home_publications .section_head_wrap .circle_btn {
    display: none;
  }
  .home_publications .circle_btn_orange {
    margin-left: auto;
    margin-right: 20px;
    margin-top: -45px;
  }
  .home_publications .only_mob {
    display: block;
  }
  .home_publications .slider_wrap .publication_card {
    margin-bottom: 0;
    margin-left: 10px;
  }
  .home_fast_news {
    margin-top: 63px;
  }
  .home_fast_news .purple_block {
    height: 248px;
    justify-content: center;
    padding-left: 0;
    padding-top: 27px;
    text-align: center;
    width: 270px;
  }
  .home_fast_news .purple_block .head {
    font-size: 24px;
  }
  .home_fast_news .purple_block .text {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 41px;
  }
  .home_fast_news .purple_block form input {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 12px;
    text-align: center;
    width: 231px;
  }
  .home_fast_news .purple_block form .circle_btn {
    bottom: -25px;
    left: 0;
    margin: auto;
    right: 0;
  }
  .home_fast_news .white_block {
    height: 183px;
    margin-left: -261px;
    margin-top: 97px;
    width: 270px;
  }
  .home_announcements {
    padding-top: 251px;
  }
  .home_announcements .section_head_wrap .section_heading {
    margin-bottom: 26px;
  }
  .home_announcements .section_head_wrap .circle_btn.circle_btn_orange {
    margin-bottom: -452px;
  }
  .home_announcements .cards_wrap {
    margin-bottom: 214px;
  }
  .home_announcements .bottom_blok .purple_block {
    height: 372px;
    text-align: center;
  }
  .home_announcements .bottom_blok .purple_block .head {
    font-size: 24px;
    margin-left: 0;
    margin-top: 36px;
  }
  .home_announcements .bottom_blok .block_logo {
    bottom: 60px;
    height: 170px;
    width: 420px;
  }
  .home_announcements .bottom_blok .block_logo .slick-dots {
    bottom: 16px;
  }
  .home_announcements .bottom_blok .block_logo img {
    padding: 0 15px;
  }
  .home_announcements .bottom_blok .purple_block .circle_btn {
    margin: 195px auto auto;
  }
}
.home_first_screen {
  overflow: hidden;
  position: relative;
}
.home_first_screen .eye_wrap {
  position: absolute;
}
.home_first_screen .eye_wrap svg {
  height: 100%;
  width: 100%;
}
.home_first_screen .eye_wrap.first_1 {
  height: 100px;
  left: 155px;
  top: -75px;
  width: 127px;
}
.home_first_screen .eye_wrap.first_2 {
  height: 68px;
  left: 400px;
  top: 230px;
  width: 88px;
}
.home_first_screen .eye_wrap.first_3 {
  height: 135px;
  left: 515px;
  top: 25px;
  width: 175px;
}
.home_first_screen .eye_wrap.first_4 {
  height: 100px;
  left: 975px;
  top: 380px;
  width: 125px;
}
.home_first_screen .eye_wrap.first_5 {
  height: 100px;
  left: 755px;
  top: 200px;
  width: 125px;
}
.home_first_screen .eye_wrap.first_6 {
  height: 100px;
  left: 909px;
  top: -110px;
  width: 127px;
}
.home_first_screen .eye_wrap.first_7 {
  height: 68px;
  right: 450px;
  top: -100px;
  width: 88px;
}
.home_first_screen .eye_wrap.first_8 {
  height: 135px;
  right: 360px;
  top: 125px;
  width: 175px;
}
.home_first_screen .eye_wrap.first_9 {
  bottom: -135px;
  height: 68px;
  right: 435px;
  width: 88px;
}
.home_first_screen .eye_wrap.first_10 {
  bottom: -33px;
  height: 100px;
  right: 125px;
  width: 127px;
}
@media screen and (max-width: 430px) {
  .home_announcements .bottom_blok .block_logo {
    width: 300px;
  }
}
@media screen and (max-width: 1550px) {
  .home_first_screen .eye_wrap.first_1 {
    height: 75px;
    left: 155px;
    top: 30px;
    width: 95px;
  }
  .home_first_screen .eye_wrap.first_2 {
    height: 52px;
    left: 290px;
    top: 195px;
    width: 67px;
  }
  .home_first_screen .eye_wrap.first_3 {
    height: 105px;
    left: 430px;
    top: 120px;
    width: 135px;
  }
  .home_first_screen .eye_wrap.first_4 {
    height: 75px;
    left: 621px;
    top: 250px;
    width: 97px;
  }
  .home_first_screen .eye_wrap.first_5 {
    bottom: 80px;
    height: 75px;
    left: 541px;
    width: 97px;
  }
  .home_first_screen .eye_wrap.first_6 {
    height: 100px;
    left: 740px;
    top: 70px;
    width: 127px;
  }
  .home_first_screen .eye_wrap.first_7 {
    height: 75px;
    right: 335px;
    top: 25px;
    width: 97px;
  }
  .home_first_screen .eye_wrap.first_8 {
    bottom: 35px;
    height: 52px;
    right: 375px;
    width: 65px;
  }
  .home_first_screen .eye_wrap.first_9 {
    bottom: 175px;
    height: 105px;
    right: 345px;
    width: 135px;
  }
  .home_first_screen .eye_wrap.first_10 {
    bottom: 115px;
    height: 76px;
    right: 235px;
    width: 97px;
  }
}
@media screen and (max-width: 1440px) {
  .home_first_screen .eye_wrap.first_1 {
    height: 75px;
    left: 58px;
    top: -15px;
    width: 95px;
  }
  .home_first_screen .eye_wrap.first_2 {
    height: 52px;
    left: 258px;
    top: 195px;
    width: 67px;
  }
  .home_first_screen .eye_wrap.first_3 {
    height: 105px;
    left: 450px;
    top: 98px;
    width: 135px;
  }
  .home_first_screen .eye_wrap.first_4 {
    height: 75px;
    left: 628px;
    top: 294px;
    width: 97px;
  }
  .home_first_screen .eye_wrap.first_5 {
    bottom: -153px;
    height: 75px;
    left: 592px;
    top: auto;
    width: 97px;
  }
  .home_first_screen .eye_wrap.first_6 {
    height: 76px;
    left: 864px;
    top: -30px;
    width: 97px;
  }
  .home_first_screen .eye_wrap.first_7 {
    height: 75px;
    right: 131px;
    top: 58px;
    width: 97px;
  }
  .home_first_screen .eye_wrap.first_8 {
    bottom: -199px;
    height: 52px;
    right: 252px;
    top: auto;
    width: 65px;
  }
  .home_first_screen .eye_wrap.first_9 {
    bottom: -4px;
    height: 105px;
    right: 314px;
    width: 135px;
  }
  .home_first_screen .eye_wrap.first_10 {
    bottom: -88px;
    height: 76px;
    right: 58px;
    width: 97px;
  }
}
@media screen and (max-width: 1366px) {
  .home_first_screen .eye_wrap.first_1 {
    height: 75px;
    left: 181px;
    top: 18px;
    width: 95px;
  }
  .home_first_screen .eye_wrap.first_2 {
    height: 52px;
    left: 316px;
    top: 180px;
    width: 67px;
  }
  .home_first_screen .eye_wrap.first_3 {
    height: 105px;
    left: 458px;
    top: 104px;
    width: 135px;
  }
  .home_first_screen .eye_wrap.first_4 {
    height: 75px;
    left: 657px;
    top: 234px;
    width: 97px;
  }
  .home_first_screen .eye_wrap.first_5 {
    bottom: -41px;
    height: 75px;
    left: 563px;
    top: auto;
    width: 97px;
  }
  .home_first_screen .eye_wrap.first_6 {
    height: 76px;
    left: 758px;
    top: 13px;
    width: 97px;
  }
  .home_first_screen .eye_wrap.first_7 {
    height: 75px;
    right: 258px;
    top: 72px;
    width: 67px;
  }
  .home_first_screen .eye_wrap.first_8 {
    bottom: -65px;
    height: 52px;
    right: 357px;
    top: auto;
    width: 65px;
  }
  .home_first_screen .eye_wrap.first_9 {
    bottom: 52px;
    height: 105px;
    right: 315px;
    width: 135px;
  }
  .home_first_screen .eye_wrap.first_10 {
    bottom: -3px;
    height: 76px;
    right: 207px;
    width: 97px;
  }
}
@media screen and (max-width: 1225px) {
  .home_first_screen .eye_wrap.first_1 {
    height: 57px;
    left: 150px;
    top: 45px;
    width: 72px;
  }
  .home_first_screen .eye_wrap.first_2 {
    height: 32px;
    left: 250px;
    top: 175px;
    width: 59px;
  }
  .home_first_screen .eye_wrap.first_3 {
    height: 78px;
    left: 355px;
    top: 115px;
    width: 100px;
  }
  .home_first_screen .eye_wrap.first_4 {
    bottom: 25px;
    height: 57px;
    left: 411px;
    top: auto;
    width: 72px;
  }
  .home_first_screen .eye_wrap.first_5 {
    bottom: 125px;
    height: 57px;
    left: 440px;
    top: auto;
    width: 72px;
  }
  .home_first_screen .eye_wrap.first_6 {
    height: 56px;
    left: 578px;
    top: 43px;
    width: 72px;
  }
  .home_first_screen .eye_wrap.first_7 {
    bottom: 73px;
    height: 56px;
    right: 191px;
    top: auto;
    width: 72px;
  }
  .home_first_screen .eye_wrap.first_8 {
    bottom: 1px;
    height: 39px;
    right: 310px;
    top: auto;
    width: 50px;
  }
  .home_first_screen .eye_wrap.first_9 {
    bottom: auto;
    height: 35px;
    right: 180px;
    top: 92px;
    width: 59px;
  }
  .home_first_screen .eye_wrap.first_10 {
    bottom: 113px;
    height: 78px;
    right: 280px;
    width: 100px;
  }
}
@media screen and (max-width: 940px) {
  .home_first_screen .eye_wrap.first_1 {
    height: 53px;
    left: 35px;
    width: 67px;
  }
  .home_first_screen .eye_wrap.first_2 {
    height: 36px;
    left: 140px;
    width: 46px;
  }
  .home_first_screen .eye_wrap.first_3 {
    height: 73px;
    left: 233px;
    width: 93px;
  }
  .home_first_screen .eye_wrap.first_4 {
    height: 53px;
    width: 67px;
  }
  .home_first_screen .eye_wrap.first_5 {
    bottom: auto;
    height: 53px;
    top: 46px;
    width: 67px;
  }
  .home_first_screen .eye_wrap.first_6 {
    height: 53px;
    left: 360px;
    top: 217px;
    width: 67px;
  }
  .home_first_screen .eye_wrap.first_7 {
    bottom: 108px;
    height: 73px;
    right: 125px;
    width: 93px;
  }
  .home_first_screen .eye_wrap.first_8 {
    bottom: auto;
    height: 52px;
    right: 60px;
    top: 277px;
    width: 65px;
  }
  .home_first_screen .eye_wrap.first_9 {
    bottom: -60px;
    height: 35px;
    top: auto;
    width: 45px;
  }
  .home_first_screen .eye_wrap.first_10 {
    bottom: auto;
    height: 36px;
    right: 110px;
    top: 90px;
    width: 46px;
  }
}
.eye_wrapper {
  height: 400px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
@media screen and (max-width: 630px) {
  .eye_wrapper {
    height: 320px;
  }
  .home_first_screen .eye_wrap.first_1 {
    height: 25px;
    left: 35px;
    top: 66px;
    width: 35px;
  }
  .home_first_screen .eye_wrap.first_2 {
    height: 20px;
    left: 40px;
    top: 135px;
    width: 25px;
  }
  .home_first_screen .eye_wrap.first_3 {
    height: 27px;
    left: 15px;
    top: 178px;
    width: 35px;
  }
  .home_first_screen .eye_wrap.first_4 {
    height: 38px;
    left: 89px;
    right: auto;
    top: 107px;
    width: 48px;
  }
  .home_first_screen .eye_wrap.first_5 {
    bottom: auto;
    height: 27px;
    left: 83px;
    top: 210px;
    width: 35px;
  }
  .home_first_screen .eye_wrap.first_6 {
    height: 27px;
    left: 130px;
    top: 153px;
    width: 35px;
  }
  .home_first_screen .eye_wrap.first_7 {
    height: 27px;
    right: 40px;
    top: 65px;
    width: 35px;
  }
  .home_first_screen .eye_wrap.first_8 {
    bottom: auto;
    height: 20px;
    right: 15px;
    top: 121px;
    width: 24px;
  }
  .home_first_screen .eye_wrap.first_9 {
    bottom: auto;
    height: 38px;
    right: 18px;
    top: 165px;
    width: 48px;
  }
  .home_first_screen .eye_wrap.first_10 {
    bottom: auto;
    height: 19px;
    right: 74px;
    top: 234px;
    width: 24px;
  }
}
@media screen and (max-height: 480px) {
  .home_first_screen .eye_wrap.first_1 {
    height: 25px;
    left: 35px;
    top: 66px;
    width: 35px;
  }
  .home_first_screen .eye_wrap.first_2 {
    height: 20px;
    left: 40px;
    top: 135px;
    width: 25px;
  }
  .home_first_screen .eye_wrap.first_3 {
    height: 27px;
    left: 15px;
    top: 178px;
    width: 35px;
  }
  .home_first_screen .eye_wrap.first_4 {
    height: 38px;
    left: 89px;
    right: auto;
    top: 107px;
    width: 48px;
  }
  .home_first_screen .eye_wrap.first_5 {
    bottom: auto;
    height: 27px;
    left: 83px;
    top: 210px;
    width: 35px;
  }
  .home_first_screen .eye_wrap.first_6 {
    height: 27px;
    left: 130px;
    top: 153px;
    width: 35px;
  }
  .home_first_screen .eye_wrap.first_7 {
    height: 27px;
    right: 40px;
    top: 65px;
    width: 35px;
  }
  .home_first_screen .eye_wrap.first_8 {
    bottom: auto;
    height: 20px;
    right: 15px;
    top: 121px;
    width: 24px;
  }
  .home_first_screen .eye_wrap.first_9 {
    bottom: auto;
    height: 38px;
    right: 18px;
    top: 165px;
    width: 48px;
  }
  .home_first_screen .eye_wrap.first_10 {
    bottom: auto;
    height: 19px;
    right: 74px;
    top: 234px;
    width: 24px;
  }
}
.top_block {
  background-color: #293157;
  padding-bottom: 130px;
  padding-top: 194px;
}
.top_block .title {
  position: relative;
  /*text-align: center;*/
  width: 100%;
}
.top_block .title span.blue_shadow {
  bottom: 0;
  color: rgba(74, 106, 243, 0.07);
  font-family: Akrobat-Black;
  font-size: 250px;
  left: 0;
  line-height: 0.9;
  margin: auto;
  position: absolute;
  right: 0;
}
.top_block .title h1{
    text-align: center;
}
.top_block .title h1.blue {
  color: #4a6af3;
  font-family: Akrobat-Black;
  font-size: 115px;
  line-height: 1;
}
@media screen and (max-width: 1225px) {
  .announcements .announcements_filter .nice-select {
    font-size: 14px;
    line-height: 31px;
  }
  .top_block {
    padding-bottom: 130px;
    padding-top: 160px;
  }
  .top_block .title span.blue_shadow {
    font-size: 180px;
  }
  .top_block .title h1.blue {
    font-size: 86px;
  }
}
@media screen and (max-width: 991px) {
  .top_block {
    padding-bottom: 123px;
    padding-top: 141px;
  }
  .top_block .title span.blue_shadow {
    font-size: 150px;
  }
  .top_block .title h1.blue {
    font-size: 70px;
  }
}
@media screen and (max-width: 576px) {
  .top_block {
    padding-bottom: 116px;
    padding-top: 98px;
  }
  .top_block .title span.blue_shadow {
    font-size: 70px;
  }
  .top_block .title h1.blue {
    font-size: 36px;
  }
}
.announcements {
  background-color: #e5e5e5;
  padding-bottom: 150px;
  padding-top: 90px;
  text-align: center;
}
.announcements .announcements_filter {
  height: 44px;
  margin: auto auto 90px;
  max-width: 613px;
}
.announcements .title {
  margin-bottom: 40px;
}
.announcements .box_announcements {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 70px;
}
.announcements .box_announcements .announcements_card {
  margin: 20px;
  width: 30%;
}
@media screen and (max-width: 1219px) {
  .announcements {
    padding-bottom: 130px;
    padding-top: 80px;
  }
  .announcements .announcements_filter {
    margin-bottom: 60px;
    max-width: 457px;
  }
  .announcements .title {
    margin-bottom: 30px;
  }
  .announcements .title h3 {
    font-size: 46px;
  }
  .announcements .box_announcements {
    margin-bottom: 60px;
  }
  .announcements .box_announcements .announcements_card {
    margin: 15px;
    width: 30%;
  }
}
@media screen and (max-width: 919px) {
  .announcements {
    padding-bottom: 120px;
    padding-top: 60px;
  }
  .announcements .announcements_filter {
    margin-bottom: 50px;
    max-width: 344px;
  }
  .announcements .title {
    margin-bottom: 20px;
  }
  .announcements .title h3 {
    font-size: 40px;
  }
  .announcements .box_announcements {
    margin-bottom: 50px;
  }
  .announcements .box_announcements .announcements_card {
    margin: 10px;
    width: 30%;
  }
}
@media screen and (max-width: 659px) {
  .announcements {
    padding-bottom: 80px;
    padding-top: 40px;
  }
  .announcements .announcements_filter {
    margin-bottom: 36px;
    max-width: 280px;
  }
  .announcements .title {
    margin-bottom: 26px;
  }
  .announcements .title h3 {
    font-size: 24px;
  }
  .announcements .box_announcements {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .announcements .box_announcements .announcements_card {
    margin: 10px 0;
    width: 100%;
  }
}
.top_block.announcements {
  background-color: #293157;
  padding-bottom: 39px;
  padding-top: 0;
}
.top_block.announcements .row {
  display: flex;
  justify-content: center;
}
.top_block.announcements .title {
  border-right: 1px solid hsla(0, 0%, 100%, 0.1);
  height: 100%;
  margin-bottom: 0;
  max-width: 654px;
  padding-bottom: 111px;
  padding-right: 77px;
  padding-top: 65px;
  position: relative;
  text-align: left;
  width: 100%;
}
.top_block.announcements .title a.back {
  color: hsla(0, 0%, 100%, 0.4);
  font-family: Mont-Regular;
  font-size: 14px;
  margin-bottom: 36px;
  text-transform: uppercase;
}
.top_block.announcements .title a.back:before {
  content: "\2039";
  font-size: 20px;
  margin-right: 13px;
}
.top_block.announcements .title_date {
  max-width: 417px;
  padding-bottom: 111px;
  padding-left: 95px;
  padding-top: 65px;
  text-align: left;
  width: 100%;
}
.top_block.announcements .title_date time.date {
  color: #ffbd39;
  font-family: Mont-Bold;
  font-size: 115px;
  line-height: 1;
}
.top_block.announcements .title_date time span.time {
  color: #ffbd39;
  font-family: Mont-Regular;
  font-size: 40px;
  line-height: 1;
}
.top_block.announcements .title_date time.datetodate {
  color: #ffbd39;
  font-family: Mont-Bold;
  font-size: 86px;
}
@media screen and (max-width: 1024px) {
  .top_block.announcements .title_date time.datetodate {
    font-size: 60px;
  }
}
@media screen and (max-width: 576px) {
  .top_block.announcements .title_date time.datetodate {
    font-size: 40px;
  }
}
.content_announcements {
  background: rgba(232, 237, 243, 0.4);
  padding-bottom: 180px;
  padding-top: 20px;
}
.content_announcements .share {
  margin-top: 80px;
}
@media screen and (max-width: 1225px) {
  .top_block.announcements {
    padding-bottom: 66px;
    padding-top: 0;
  }
  .top_block.announcements .title {
    max-width: 654px;
    padding: 61px 36px 57px 113px;
  }
  .top_block.announcements .title h1 {
    font-size: 46px;
  }
  .top_block.announcements .title_date {
    max-width: 316px;
    padding-bottom: 111px;
    padding-left: 36px;
    padding-top: 138px;
  }
  .top_block.announcements .title_date time.date {
    font-size: 86px;
  }
  .top_block.announcements .title_date time span.time {
    font-size: 36px;
  }
  .content_announcements {
    padding-bottom: 160px;
  }
  .content_announcements .share {
    margin-top: 70px;
  }
}
@media screen and (max-width: 991px) {
  .top_block.announcements {
    padding-bottom: 50px;
    padding-top: 0;
  }
  .top_block.announcements .row {
    flex-wrap: wrap;
  }
  .top_block.announcements .title {
    border: 0;
    max-width: 100%;
    padding: 57px 79px 87px 60px;
  }
  .top_block.announcements .title h1 {
    font-size: 46px;
  }
  .top_block.announcements .title_date {
    align-items: flex-end;
    display: flex;
    max-width: 100%;
    padding-bottom: 0;
    padding-left: 60px;
    padding-top: 0;
  }
  .top_block.announcements .title_date h2.date {
    line-height: 0.9;
    margin-right: 36px;
  }
  .content_announcements {
    padding-bottom: 120px;
    padding-top: 0;
  }
}
@media screen and (max-width: 576px) {
  .top_block.announcements .row {
    padding-bottom: 0;
  }
  .content_announcements {
    padding-bottom: 80px;
  }
  .content_announcements .share {
    margin-top: 60px;
  }
  .top_block.announcements {
    padding-bottom: 50px;
    padding-top: 0;
  }
  .top_block.announcements .row {
    flex-wrap: wrap;
  }
  .top_block.announcements .title {
    border: 0;
    max-width: 100%;
    padding: 52px 0 132px;
  }
  .top_block.announcements .title h1 {
    font-size: 24px;
    margin-top: 50px;
  }
  .top_block.announcements .title a.back {
    font-size: 12px;
  }
  .top_block.announcements .title_date {
    align-items: flex-end;
    display: flex;
    max-width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-top: 0;
  }
  .top_block.announcements .title_date time.date {
    font-size: 60px;
    line-height: 0.9;
    margin-right: 25px;
  }
  .top_block.announcements .title_date time span.time {
    font-size: 30px;
  }
}
.error_page {
  background-color: #293157;
  height: calc(100vh - 133px);
  position: relative;
  width: 100%;
}
.error_page svg {
  left: 0;
  margin: auto;
  max-height: 783px;
  position: absolute;
  right: 0;
  top: 0;
  width: 1008px;
  z-index: 0;
}
.error_page .title {
  padding-top: 267px;
  position: relative;
  z-index: 1;
}
.error_page .title p {
  color: hsla(0, 0%, 100%, 0.4);
  font-family: Mont-Regular;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 37px;
  text-transform: uppercase;
}
.error_page .title h1 {
  margin-bottom: 111px;
  max-width: 693px;
}
@media screen and (max-width: 1766px) {
  .error_page {
    height: 100vh;
  }
}
@media screen and (max-width: 1366px) {
  .error_page svg {
    width: 817px;
  }
  .error_page .title {
    padding-top: 129px;
  }
  .error_page .title p {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .error_page .title h1 {
    margin-bottom: 131px;
    max-width: 693px;
  }
  .error_page {
    height: 100vh;
  }
}
@media screen and (max-width: 1225px) {
  .error_page {
    height: calc(100vh - 121px);
  }
}
@media screen and (max-width: 1024px) {
  .error_page svg {
    left: auto;
    margin: 0;
    right: 0;
    width: 688px;
  }
  .error_page .title {
    padding-left: 147px;
    padding-top: 96px;
  }
  .error_page .title p {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .error_page .title h1 {
    font-size: 46px;
    margin-bottom: 86px;
    max-width: 498px;
  }
}
@media screen and (max-width: 800px) {
  .error_page {
    height: calc(100vh - 91px);
  }
}
@media screen and (max-width: 768px) {
  .error_page svg {
    left: 0;
    margin: auto;
    right: 0;
    width: 65%;
  }
  .error_page .title {
    padding-left: 0;
    padding-top: 491px;
    text-align: center;
  }
  .error_page .title p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .error_page .title h1 {
    font-size: 40px;
    margin: auto auto 50px;
    max-width: 441px;
  }
  .error_page .title a {
    margin: auto;
  }
}
@media screen and (max-width: 615px) {
  .error_page .title {
    padding-top: 200px;
  }
  .error_page .title p {
    font-size: 12px;
    margin-bottom: 13px;
  }
  .error_page .title h1 {
    font-size: 22px;
    margin-bottom: 24px;
    max-width: 243px;
  }
  .error_page .title a {
    margin: auto;
  }
}
@media screen and (max-width: 576px) {
  .error_page {
    height: calc(100vh - 58px);
  }
}
@media only screen and (max-width: 850px) and (orientation: landscape) {
  .error_page svg {
    height: 355px;
  }
  .error_page .title {
    padding-top: 331px;
  }
  .error_page .title h1 {
    margin-bottom: 53px;
  }
  .error_page {
    min-height: 700px;
  }
}
.top_block.search {
  padding-bottom: 120px;
  padding-top: 91px;
}
.top_block.search .form_search {
  margin: auto;
  max-width: 1047px;
  width: 100%;
}
.top_block.search .form_search p {
  color: #fff;
  font-family: Mont-Light;
  font-size: 22px;
  letter-spacing: 0.05em;
  margin-bottom: 51px;
}
.top_block.search .form_search form {
  height: 70px;
  position: relative;
  width: 100%;
}
.top_block.search .form_search form input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-family: Mont-Regular;
  font-size: 50px;
  height: 100%;
  line-height: 1;
  outline: none;
  width: 100%;
}
.top_block.search .form_search form input::placeholder {
  color: #fff;
  font-family: Mont-Regular;
  font-size: 50px;
}
.top_block.search .form_search form input:focus {
  color: #fff;
  font-family: Mont-Regular;
  font-size: 50px;
}
.top_block.search .form_search form input:focus + ::placeholder {
  opacity: 0;
}
.top_block.search .form_search form button {
  background: transparent;
  border: none;
  cursor: pointer;
  height: 26px;
  position: absolute;
  right: 0;
  top: 16px;
  width: 26px;
}
.top_block.search .form_search form button svg {
  width: 100%;
}
.result {
  padding-bottom: 180px;
}
.result.error {
  color: rgba(41, 49, 87, 0.3);
  text-align: center;
}
.result.error .title {
  align-items: center;
  flex-direction: column;
}
.result.error .title h1 {
  font-family: Akrobat-Black;
  font-size: 80px;
  line-height: 1;
  margin-bottom: 26px;
}
.result.error .title p {
  font-family: Akrobat-Light;
  font-size: 50px;
  line-height: 1;
}
.result .title {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 34px;
  margin-top: 154px;
}
.result .title h2 {
  color: rgba(41, 49, 87, 0.1);
  font-family: Akrobat-Black;
  font-size: 115px;
  text-transform: uppercase;
}
.result .title h2 span {
  font-family: Akrobat-Light;
}
.result .box_result {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.result .box_result.custom {
  margin-bottom: 70px;
  padding-top: 150px;
}
.result .box_result .announcements_card,
.result .box_result .publication_card {
  margin: 0 10px 40px;
}
@media screen and (max-width: 1024px) {
  .result .box_result.custom {
    margin-bottom: 60px;
    padding-top: 120px;
  }
  .top_block.search .form_search p {
    font-size: 20px;
    margin-bottom: 46px;
  }
  .top_block.search .form_search form input {
    font-size: 46px;
  }
  .top_block.search .form_search form input::placeholder {
    font-size: 46px;
  }
  .top_block.search .form_search {
    max-width: 724px;
  }
  .result .title {
    margin-bottom: 20px;
    margin-top: 120px;
  }
  .result .title h2 {
    font-size: 86px;
  }
  .result {
    padding-bottom: 160px;
  }
  .result.error .title h1 {
    font-size: 70px;
  }
  .result.error .title p {
    font-size: 46px;
  }
}
@media screen and (max-width: 768px) {
  .result .box_result .announcements_card,
  .result .box_result .publication_card,
  .result .box_result > div {
    margin: 0 6px 20px;
  }
  .result .box_result .result .box_result.custom {
    margin-bottom: 50px;
    padding-top: 90px;
  }
  .top_block.search {
    padding-bottom: 120px;
    padding-top: 90px;
  }
  .top_block.search .form_search p {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .top_block.search .form_search {
    max-width: 585px;
  }
  .top_block.search .form_search form input {
    font-size: 40px;
  }
  .top_block.search .form_search form input::placeholder {
    font-size: 46px;
  }
  .result .title {
    margin-bottom: 14px;
    margin-top: 90px;
  }
  .result .title h2 {
    font-size: 70px;
  }
  .result {
    padding-bottom: 120px;
  }
  .result.error .title h1 {
    font-size: 60px;
  }
  .result.error .title p {
    font-size: 40px;
  }
}
@media screen and (max-width: 576px) {
  .result .box_result .announcements_card,
  .result .box_result .publication_card,
  .result .box_result > div {
    margin: 0 0 20px;
  }
  .result .box_result.custom {
    margin-bottom: 40px;
    padding-top: 50px;
  }
  .top_block.search {
    padding-bottom: 100px;
    padding-top: 84px;
  }
  .top_block.search .form_search p {
    font-size: 12px;
    margin-bottom: 25px;
  }
  .top_block.search .form_search form input {
    font-size: 20px;
  }
  .top_block.search .form_search form input::placeholder {
    font-size: 20px;
  }
  .result .title {
    margin-bottom: 30px;
    margin-top: 50px;
  }
  .row {
    padding-bottom: 126px;
    position: relative;
  }
  .row a.circle_btn.circle_btn_orange {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
  }
  .result .title h2 {
    font-size: 36px;
  }
  .result .box_result {
    justify-content: center;
  }
  .result {
    padding-bottom: 80px;
  }
  .result.error .title h1 {
    font-size: 30px;
  }
  .result.error .title p {
    font-size: 18px;
  }
}
.top_block.crewman {
  padding-bottom: 174px;
  padding-top: 36px;
  position: relative;
}
.top_block.crewman .title a.back {
  color: hsla(0, 0%, 100%, 0.4);
  font-family: Mont-Regular;
  font-size: 14px;
  margin-bottom: 36px;
  text-transform: uppercase;
}
.top_block.crewman .title a.back:before {
  content: "\2039";
  font-size: 20px;
  margin-right: 13px;
}
.top_block.crewman .title h1 {
  margin-bottom: 36px;
  margin-top: 36px;
}
.top_block.crewman .title p {
  color: #4a6af3;
  font-family: Mont-Bold;
  font-size: 16px;
}
.top_block.crewman .ava {
  border-radius: 50%;
  bottom: -140px;
  height: 279px;
  left: 0;
  margin: auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  width: 279px;
}
.top_block.crewman .ava img {
  object-fit: contain;
  width: 100%;
}
.content_crewman {
  padding-bottom: 130px;
  padding-top: 239px;
}
@media screen and (max-width: 1225px) {
  .top_block.crewman {
    padding-bottom: 174px;
    padding-top: 30px;
  }
  .top_block.crewman .title a.back {
    font-size: 14px;
  }
  .top_block.crewman .title h1 {
    font-size: 46px;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .top_block.crewman .title p {
    font-size: 16px;
  }
  .top_block.crewman .ava {
    bottom: -140px;
    height: 279px;
    width: 279px;
  }
  .content_crewman {
    padding-bottom: 160px;
    padding-top: 213px;
  }
}
@media screen and (max-width: 991px) {
  .top_block.crewman {
    padding-bottom: 157px;
    padding-top: 34px;
  }
  .top_block.crewman .title a.back {
    font-size: 14px;
  }
  .top_block.crewman .title h1 {
    font-size: 40px;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .top_block.crewman .title p {
    font-size: 14px;
  }
  .top_block.crewman .ava {
    bottom: -123px;
    height: 250px;
    width: 250px;
  }
  .content_crewman {
    padding-bottom: 120px;
    padding-top: 190px;
  }
}
@media screen and (max-width: 576px) {
  .top_block.crewman {
    padding-bottom: 123px;
    padding-top: 34px;
  }
  .top_block.crewman .row {
    padding-bottom: 0;
  }
  .top_block.crewman .title a.back {
    font-size: 12px;
  }
  .top_block.crewman .title h1 {
    font-size: 24px;
    margin-bottom: 24px;
    margin-top: 28px;
  }
  .top_block.crewman .title p {
    font-size: 14px;
  }
  .top_block.crewman .ava {
    bottom: -213px;
    height: 190px;
    width: 190px;
  }
  .content_crewman {
    padding-bottom: 80px;
    padding-top: 145px;
  }
}
.top_block.about {
  padding-bottom: 50px;
  padding-top: 150px;
}
.top_block.about .title {
  margin-bottom: 80px;
}
.about-nav {
  display: flex;
  justify-content: center;
}
.about-nav a {
  color: #fff;
  font-family: Akrobat-Bold;
  font-size: 22px;
  line-height: 26px;
  margin-right: 55px;
  text-transform: uppercase;
  transition: 0.5s;
}
.about-nav a:last-child {
  margin-right: 0;
}
.about-nav a.active {
  color: #4a6af3;
}
.about_holder {
  background: rgba(232, 237, 243, 0.4);
}
.about_content {
  padding: 100px 0 150px;
}
.about_content .container {
  position: relative;
}
.about_content .block_content p:first-child {
  margin-top: 0;
}
.about_content .eye_bkg {
  bottom: 0;
  height: 106px;
  position: absolute;
  right: 70px;
  width: 136px;
}
.about_content .eye_bkg img {
  display: block;
  height: 100%;
  width: 100%;
}
.about_team {
  padding-bottom: 180px;
}
.about_team .section_head_wrap h2 {
  color: rgba(41, 49, 87, 0.1);
}
.about_team .cards_wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: -20px;
}
.about_team .cards_wrap .card_wrapper {
  margin-bottom: 50px;
  margin-right: 40px;
  max-width: 390px;
  width: calc(33.333% - 26.6px);
}
.about_team .cards_wrap .card_wrapper:nth-child(3n) {
  margin-right: 0;
}
.about_team .cards_wrap .card_wrapper .about_card {
  height: 100%;
}
.about_team .cards_wrap .card_wrapper .about_card .text-block,
.about_team .cards_wrap .card_wrapper .about_card .text-block h3,
.about_team .cards_wrap .card_wrapper .about_card .text-block span {
  transition: 0.3s;
}
.about_team .cards_wrap .card_wrapper .about_card:hover .text-block {
  background: #4a6af3;
}
.about_team .cards_wrap .card_wrapper .about_card:hover .text-block h3,
.about_team .cards_wrap .card_wrapper .about_card:hover .text-block span {
  color: #fff;
}
@media screen and (max-width: 1320px) {
  .about_card .text-block {
    margin-left: 36px;
  }
  .about_team .cards_wrap .card_wrapper {
    margin-right: 36px;
    width: calc(33.333% - 24px);
  }
}
@media screen and (max-width: 1280px) {
  .top_block.about {
    padding-bottom: 40px;
  }
  .top_block.about .title {
    margin-bottom: 90px;
  }
  .about-nav a {
    font-size: 20px;
    line-height: 24px;
    margin-right: 50px;
  }
  .about-nav a:last-child {
    margin-right: 0;
  }
  .about_holder .about_content {
    padding: 90px 0 130px;
  }
  .about_holder .about_team {
    padding-bottom: 130px;
  }
  .about_holder .about_team .cards_wrap {
    margin-top: -15px;
  }
  .about_holder .about_team .about_card {
    margin-right: 100px;
  }
}
@media screen and (max-width: 1230px) {
  .about_holder .about_team .about_card {
    margin-right: 80px;
  }
  .about_content .eye_bkg {
    bottom: -90px;
    height: 90px;
    position: absolute;
    right: 70px;
    width: 115px;
  }
}
@media screen and (max-width: 1024px) {
  .about_holder .about_team .about_card {
    margin-right: 80px;
  }
  .about_holder .about_team .about_card .text-block {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .about_content .eye_bkg {
    bottom: -90px;
    height: 60px;
    position: absolute;
    right: 70px;
    width: 75px;
  }
  .about_card .text-block {
    margin-left: 0;
  }
  .top_block.about .title {
    margin-bottom: 85px;
  }
  .about-nav a {
    font-size: 18px;
    line-height: 22px;
    margin-right: 40px;
  }
  .about_holder .about_content {
    padding: 70px 0 110px;
  }
  .about_holder .about_team {
    padding-bottom: 120px;
  }
  .about_holder .about_team .card_wrapper {
    margin-bottom: 20px;
    margin-right: 21px;
    width: calc(33.333% - 14px);
  }
  .about_holder .about_team .card_wrapper .about_card {
    width: 100%;
  }
  .about_holder .about_team .card_wrapper .about_card .text-block {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
  }
  .about_holder .about_team .card_wrapper .about_card .text-block h3 {
    font-size: 14px;
  }
  .about_holder .about_team .card_wrapper .about_card .text-block span {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  .about_team .cards_wrap .card_wrapper {
    width: calc(50% - 11px);
  }
  .about_team .cards_wrap .card_wrapper:nth-child(2n) {
    margin-right: 0;
  }
  .about_team .cards_wrap .card_wrapper:nth-child(3n) {
    margin-right: 21px;
  }
}
@media screen and (max-width: 750px) {
  .card_wrapper {
    margin-bottom: 20px;
  }
  .about_holder .about_team .about_card {
    margin: 0 70px 0 0;
  }
  .about_holder .about_team .about_card:nth-child(3n) {
    margin: 0 70px 20px 0;
  }
  .about_holder .about_team .about_card:nth-child(2n) {
    margin-right: 0;
  }
  .about_holder .about_content {
    padding: 50px 0 80px;
  }
  .about_holder .about_team {
    padding-bottom: 80px;
  }
  .about-nav a {
    font-size: 14px;
    line-height: 17px;
    margin-right: 20px;
  }
  .top_block.about {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 590px) {
  .about_content .eye_bkg {
    bottom: -90px;
    height: 45px;
    position: absolute;
    right: 70px;
    width: 60px;
  }
  .about_holder .about_team .cards_wrap {
    margin-top: 10px;
  }
  .about_holder .about_team .cards_wrap .about_card {
    margin-right: 20px;
  }
  .about_holder .about_team .cards_wrap .about_card:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 540px) {
  .about_holder .about_team .cards_wrap {
    flex-direction: column;
  }
  .about_holder .about_team .cards_wrap .card_wrapper {
    align-items: flex-start;
    margin: 0 auto 15px;
    width: 100%;
  }
  .about_holder .about_team .cards_wrap .about_card {
    margin: 0 auto;
    width: 100%;
  }
  .about_holder .about_team .cards_wrap .about_card .about_img {
    height: 180px;
  }
  .about_holder .about_team .cards_wrap .about_card .text-block {
    display: block;
    padding: 25px 20px 35px;
  }
}
.top_block.partner {
  overflow: hidden;
}
.partners_list .partners_inner {
  display: flex;
  flex-wrap: wrap;
  padding: 100px 0 60px;
}
.partners_list .partners_inner .partners_item {
  margin-bottom: 110px;
  text-align: center;
  width: 20%;
}
.partners_list .partners_inner .partners_item a {
  display: inline-block;
  margin: 0 auto;
  width: 105px;
}
.partners_list .partners_inner .partners_item a img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .partners_list .partners_inner {
    padding-bottom: 40px;
    padding-top: 90px;
  }
  .partners_list .partners_inner .partners_item {
    margin-bottom: 80px;
  }
  .partners_list .partners_inner .partners_item a {
    width: 75px;
  }
}
@media screen and (max-width: 768px) {
  .partners_list .partners_inner {
    padding-bottom: 30px;
    padding-top: 70px;
  }
  .partners_list .partners_inner .partners_item {
    margin-bottom: 60px;
  }
  .partners_list .partners_inner .partners_item a {
    width: 60px;
  }
}
@media screen and (max-width: 550px) {
  .partners_list .partners_inner {
    padding-top: 50px;
  }
  .partners_list .partners_inner .partners_item {
    margin-bottom: 30px;
    width: 33.333%;
  }
  .partners_list .partners_inner .partners_item a {
    width: 55px;
  }
}
.reports_list {
  background: #293157;
  border: 1px solid hsla(0, 0%, 100%, 0.1);
}
.reports_list .reports_inner {
  display: flex;
  flex-wrap: wrap;
  padding: 100px 0 190px;
}
.reports_wrapper {
  width: 33.333%;
}
.reports_wrapper .reports_item {
  display: block;
  margin-bottom: 30px;
  width: 395px;
}
.reports_wrapper .reports_item:hover .reports_info .reports_data {
  color: #4a6af3;
}
.reports_wrapper .reports_item:hover .reports_info .arrow span {
  transform: translateY(15px) rotate(135deg);
}
.reports_wrapper .reports_item:active .reports_info .reports_data {
  color: #4a6af3;
}
.reports_wrapper .reports_item:active .reports_info .arrow span {
  transform: translateY(0) rotate(135deg);
}
.reports_wrapper .reports_item .reports_picture {
  height: 560px;
  width: 100%;
  z-index: 3;
}
.reports_wrapper .reports_item .reports_picture img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.reports_wrapper .reports_item .reports_info {
  align-items: center;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.reports_wrapper .reports_item .reports_info .reports_data {
  color: #fff;
  font-family: Mont-SemiBold;
  font-size: 28px;
  line-height: 150%;
  transition: 0.5s;
  width: calc(100% - 100px);
}
.reports_wrapper .reports_item .reports_info .arrow {
  align-items: center;
  border: 1px solid #ffa323;
  border-radius: 100%;
  display: flex;
  height: 98px;
  justify-content: center;
  transform: translateY(-15px);
  transition: 0.5s;
  width: 98px;
  z-index: 1;
}
.reports_wrapper .reports_item .reports_info .arrow > span {
  border-style: solid;
  border-width: 2px 2px 0 0;
  box-sizing: border-box;
  color: #ffa323 !important;
  display: inline-block;
  height: 12px;
  margin: 10px;
  position: relative;
  transform: rotate(135deg);
  transition: 0.5s;
  vertical-align: middle;
  width: 12px;
}
.reports_wrapper .reports_item .reports_info .arrow > span:before {
  box-shadow: inset 0 0 0 32px;
  box-sizing: border-box;
  content: "";
  height: 2px;
  position: absolute;
  right: 0;
  top: -2px;
  transform: rotate(-45deg);
  transform-origin: right top;
  transition: 0.5s;
  webkit-transform: rotate(-45deg);
  webkit-transform-origin: right top;
  width: 25px;
}
.reports_wrapper .reports_item .reports_info .arrow > span:after {
  box-sizing: border-box;
  content: "";
  transition: 0.5s;
}
@media screen and (max-width: 1365px) {
  .reports_list .reports_inner {
    padding: 90px 0 160px;
  }
  .reports_wrapper {
    margin-bottom: 30px;
  }
  .reports_wrapper .reports_item {
    margin: 0 auto;
    width: 295px;
  }
  .reports_wrapper .reports_item .reports_picture {
    height: 420px;
  }
  .reports_wrapper .reports_item .reports_info .arrow {
    height: 80px;
    padding-top: 8px;
    transform: translateY(-8px);
    width: 80px;
  }
  .reports_wrapper .reports_item .reports_info .reports_data {
    font-size: 26px;
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 1020px) {
  .reports_list .reports_inner {
    padding: 70px 0 120px;
  }
  .reports_wrapper .reports_item {
    max-width: 222px;
  }
  .reports_wrapper .reports_item .reports_picture {
    max-height: 313px;
  }
  .reports_wrapper .reports_item .reports_info .arrow {
    height: 60px;
    padding-top: 8px;
    transform: translateY(-8px);
    width: 60px;
  }
  .reports_wrapper .reports_item .reports_info .reports_data {
    font-size: 24px;
    width: calc(100% - 60px);
  }
  .reports_wrapper .reports_item .reports_info .arrow > span:before {
    width: 17px;
  }
  .reports_wrapper .reports_item .reports_info .arrow > span {
    height: 9px;
    width: 9px;
  }
  .reports_wrapper .reports_item:hover .reports_info .arrow span {
    transform: translateY(5px) rotate(135deg);
  }
}
@media screen and (max-width: 767px) {
  .reports_list .reports_inner {
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 50px 0 80px;
  }
  .reports_list .reports_inner .reports_wrapper {
    width: 100%;
  }
  .reports_list .reports_inner .reports_wrapper .reports_item {
    margin: 0 auto 30px;
    max-width: 280px;
  }
  .reports_list .reports_inner .reports_wrapper .reports_item .reports_picture {
    max-height: 395px;
  }
}
.top_block.publications {
  overflow: hidden;
}
.publications_inner {
  padding: 90px 0 150px;
}
.publications_inner .publications_list_filter {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.publications_inner .publications_list_filter .nice-select .current {
  color: #4a6af3;
}
.publications_inner .publications_list_filter form button {
  color: #293157;
  font-family: Mont-Regular;
  font-size: 16px;
  line-height: 20px;
  margin-right: 25px;
}
.publications_inner .publications_list_filter form button:last-child {
  margin-right: 0;
}
.publications_inner .publications_list_filter form button:hover {
  color: #4a6af3;
}
.publications_inner .publications_list_filter form .select_wrap {
  display: none;
}
.publications_inner .publications_list_filter .filter_btn {
  color: #ffbd39;
  font-family: Mont-Regular;
  font-size: 16px;
  line-height: 20px;
  position: relative;
}
.publications_inner .publications_list_filter .filter_btn.active {
  color: #4a6af3;
}
.publications_inner .publications_list_filter button.filter_btn {
  padding-right: 40px;
}
.publications_inner .publications_list_filter .filter_btn:after {
  border: solid #ffbd39;
  border-width: 0px 3px 3px 0px;
  content: "";
  height: 11px;
  right: 10px;
  position: absolute;
  transform: rotate(45deg);
  width: 10px;
}
.publications_inner .publications_list_filter .filter_btn.active:after {
  border: solid #4a6af3;
  border-width: 0px 3px 3px 0px;
  content: "";
  top: 14px;
  height: 11px;
  right: 10px;
  position: absolute;
  transform: rotate(225deg);
  width: 10px;
}

.publications_inner .publications_list_select {
  display: none;
  margin-bottom: 50px;
  opacity: 0;
  visibility: hidden;
}
.publications_inner .publications_list_select.active {
  display: block;
  opacity: 1;
  visibility: visible;
}
.publications_inner .publications_list_select form .list_select_wrapper {
  display: flex;
  margin-bottom: 40px;
  width: 100%;
}
.publications_inner
  .publications_list_select
  form
  .list_select_wrapper
  .select_item {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.publications_inner
  .publications_list_select
  form
  .list_select_wrapper
  .select_item
  .select_wrap {
  margin-bottom: 50px;
}
.publications_inner
  .publications_list_select
  form
  .list_select_wrapper
  .select_item
  .select_wrap
  .nice-select
  .current {
  color: #4a6af3;
}
.publications_inner
  .publications_list_select
  form
  .list_select_wrapper
  .select_item
  .select_wrap:last-child {
  margin-bottom: 0;
}
.publications_inner
  .publications_list_select
  form
  .list_select_wrapper
  .select_item.select_left {
  margin-right: 40px;
}
.publications_inner .publications_list_select form .clear_filter {
  align-items: center;
  color: #ffbd39;
  display: flex;
  font-family: Mont-Regular;
  font-size: 16px;
  line-height: 20px;
  margin-left: auto;
  position: relative;
}
.publications_inner .publications_list_select form .clear_filter:after,
.publications_inner .publications_list_select form .clear_filter:before {
  background: #ffbd39;
  content: "";
  display: block;
  height: 2px;
  left: -15px;
  position: absolute;
  transform: rotate(45deg);
  width: 10px;
}
.publications_inner .publications_list_select form .clear_filter:after {
  transform: rotate(-45deg);
}
.publications_inner .filter_list_item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.publications_inner .filter_list_item .publications_wrapper {
  margin-bottom: 40px;
  margin-right: 37px;
  max-width: 288px;
  width: calc(25% - 27.75px);
}
.publications_inner .filter_list_item .publications_wrapper:nth-child(4n) {
  margin-right: 0;
}
.publications_inner .no_result {
  color: rgba(41, 49, 87, 0.15);
  display: none;
  font-family: Akrobat-Black;
  font-size: 60px;
  line-height: 72px;
  text-align: center;
}
@media screen and (max-width: 1295px) {
  .publications_inner .publications_list_filter .filter_btn,
  .publications_inner .publications_list_filter form button,
  .publications_inner .publications_list_select form .clear_filter {
    font-size: 14px;
  }
  .publications_inner .filter_list_item .publications_wrapper {
    margin-bottom: 30px;
    margin-right: 31px;
    max-width: 288px;
    width: calc(25% - 23.25px);
  }
  .publications_inner .filter_list_item .publications_wrapper:nth-child(4n) {
    margin-right: 0;
  }
  .publications_inner
    .filter_list_item
    .publications_wrapper
    .publication_card {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .top_block.publications .title h1.blue_shadow {
    font-size: 120px;
  }
  .publications_inner {
    padding: 80px 0 130px;
  }
  .publications_inner .publications_list_filter,
  .publications_inner .publications_list_select {
    margin-bottom: 40px;
  }
  .publications_inner .publications_list_select form .list_select_wrapper {
    margin-bottom: 35px;
  }
  .publications_inner .no_result {
    font-size: 50px;
    line-height: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .publications_list_filter {
    flex-direction: column;
  }
  .publications_list_filter form {
    margin-bottom: 40px;
    margin-right: auto;
  }
  .publications_list_filter button {
    margin-left: auto;
  }
  .publications_inner
    .publications_list_select
    form
    .list_select_wrapper
    .select_item.select_left {
    margin-right: 20px;
  }
  .publications_inner .publications_list_filter form button {
    font-size: 13px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 990px) {
  .publications_inner .filter_list_item .publications_wrapper {
    margin-bottom: 24px;
    margin-right: 20px;
    max-width: 288px;
    width: calc(25% - 15px);
  }
  .publications_inner .filter_list_item .publications_wrapper:nth-child(4n) {
    margin-right: 0;
  }
  .publications_inner
    .filter_list_item
    .publications_wrapper
    .publication_card {
    width: 100%;
  }
}
@media screen and (max-width: 805px) {
  .top_block.publications .title h1.blue_shadow {
    font-size: 70px;
  }
  .publications_inner .no_result {
    font-size: 36px;
    line-height: 43px;
  }
}
@media screen and (max-width: 765px) {
  .publications_inner {
    padding: 40px 0 80px;
  }
  .publications_inner .publications_list_filter form button {
    display: none;
  }
  .publications_inner .publications_list_filter form .select_wrap {
    display: block;
  }
  .publications_list_filter form {
    margin-bottom: 30px;
    width: 100%;
  }
  .publications_inner .publications_list_filter {
    margin-bottom: 30px;
  }
  .publications_inner .publications_list_select form .clear_filter,
  .publications_list_filter button {
    margin: auto;
  }
  .publications_inner .filter_list_item {
    justify-content: space-between;
  }
  .publications_inner .filter_list_item .publications_wrapper {
    margin-bottom: 20px;
    max-width: 100%;
    width: calc(50% - 10px);
  }
  .publications_inner .filter_list_item .publications_wrapper:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .publications_inner .filter_list_item {
    justify-content: center;
  }
  .publications_inner .filter_list_item .publications_wrapper {
    margin: 0 0 20px;
    width: 100% !important;
  }
  .publications_inner .filter_list_item .publications_wrapper:nth-child(2n) {
    margin-bottom: 20px;
  }
  .publications_inner
    .filter_list_item
    .publications_wrapper
    .publication_card {
    width: 100% !important;
  }
}
@media screen and (max-width: 576px) {
  .publications_inner .filter_list_item {
    justify-content: center;
  }
  .publications_inner .publications_list_select form .list_select_wrapper {
    flex-direction: column;
    margin: 0;
  }
  .publications_inner
    .publications_list_select
    form
    .list_select_wrapper
    .select_item.select_left {
    margin: 0;
  }
  .publications_inner
    .publications_list_select
    form
    .list_select_wrapper
    .select_item
    .select_wrap,
  .publications_inner
    .publications_list_select
    form
    .list_select_wrapper
    .select_item
    .select_wrap:last-child {
    margin-bottom: 30px;
  }
  .publications_inner .filter_list_item .publication_card {
    margin: 0 0 20px;
  }
  .publications_inner .no_result {
    font-size: 30px;
    line-height: 36px;
  }
}
.publication_top_block {
  background-color: #293157;
  min-height: 417px;
  padding-bottom: 37px;
  padding-left: 290px;
}
.publication_top_block h1 {
  color: #fff;
  font-family: Akrobat-Black;
  font-size: 50px;
  line-height: 60px;
  max-width: 832px;
}
.publication_top_block .top_line {
  margin-bottom: 36px;
  padding-top: 65px;
}
.publication_top_block .top_line,
.publication_top_block .top_line div {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.publication_top_block .top_line .time,
.publication_top_block .top_line a {
  align-items: center;
  display: flex;
  font-family: Mont-Regular;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 143%;
  text-transform: uppercase;
}
.publication_top_block .top_line .time svg,
.publication_top_block .top_line a svg {
  margin-right: 13px;
  width: 5px;
}
.publication_top_block .top_line .back {
  color: hsla(0, 0%, 100%, 0.4);
  margin-right: 40px;
}
.publication_top_block .top_line .time {
  color: hsla(0, 0%, 100%, 0.4);
  margin-right: 35px;
}
.publication_top_block .top_line .link {
  color: #ffa323;
  line-height: 18px;
  margin-right: 40px;
  transition: all 0.1s ease-in-out;
}
.publication_top_block .top_line .link:active,
.publication_top_block .top_line .link:hover {
  color: #4a6af3;
}
.publication_top_block .author_wrap {
  align-items: center;
  display: flex;
  margin-top: 102px;
}
.publication_top_block .author_wrap img {
  border-radius: 50%;
  height: 71px;
  margin-right: 12px;
  width: 71px;
}
.publication_top_block .author_wrap p {
  color: hsla(0, 0%, 100%, 0.11);
  font-family: Mont-Regular;
  font-size: 12px;
  letter-spacing: 0.06em;
  line-height: 15px;
  margin-bottom: 9px;
}
.publication_top_block .author_wrap a {
  color: #ffa323;
  font-family: Mont-Regular;
  font-size: 14px;
  line-height: 18px;
}
.publication_content .bottom_block {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
.publication_content .bottom_block img {
  width: 252px;
}
.publication_content .bottom_block a {
  align-items: center;
  color: #ffa323;
  display: flex;
  font-family: Mont-Bold;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 167%;
  text-transform: uppercase;
  transition: all 0.1s ease-in-out;
}
.publication_content .bottom_block a svg {
  margin-left: 13px;
  transition: all 0.1s ease-in-out;
  width: 4px;
}
.publication_content .bottom_block a:hover {
  color: #4a6af3;
}
.publication_content .bottom_block a:hover svg path {
  stroke: #4a6af3;
}
.publication_content .block_content h2 {
  margin-top: 100px;
}
.publication_content .publications_wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 150px;
}
.publication_interest {
  padding-bottom: 180px;
  padding-top: 150px;
}
.publication_interest h3 {
  color: rgba(41, 49, 87, 0.1);
  font-family: Akrobat-Black;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 40px;
}
.publication_interest .wrap {
  display: flex;
}
.publication_interest .wrap .publication_card {
  margin-right: 38px;
  max-width: 288px;
  width: calc(100% - 28.5px);
}
.publication_interest .wrap .publication_card:last-child {
  margin-right: 0;
}
.publication_interest .only_mob {
  display: none;
}
@media screen and (max-width: 1400px) {
  .publication_top_block {
    padding-left: 150px;
  }
  .publication_content .bottom_block {
    margin-top: 85px;
  }
}
@media screen and (max-width: 1225px) {
  .publication_top_block {
    min-height: 426px;
    padding-left: 110px;
  }
  .publication_top_block h1 {
    font-size: 46px;
    line-height: 55px;
    max-width: 703px;
  }
  .publication_top_block .top_line {
    margin-bottom: 30px;
    padding-top: 61px;
  }
  .publication_top_block .author_wrap {
    margin-top: 78px;
  }
  .publication_content .bottom_block {
    margin-top: 70px;
  }
  .publication_interest {
    padding-bottom: 160px;
    padding-top: 140px;
  }
  .publication_interest h3 {
    font-size: 46px;
    line-height: 55px;
    margin-bottom: 36px;
  }
  .publication_interest .wrap .publication_card {
    margin-right: 30px;
    width: calc(100% - 22.5px);
  }
}
@media screen and (max-width: 991px) {
  .publication_top_block {
    min-height: 409px;
    padding-bottom: 40px;
    padding-left: 58px;
  }
  .publication_top_block h1 {
    font-size: 40px;
    line-height: 48px;
    max-width: 597px;
  }
  .publication_top_block .top_line {
    margin-bottom: 36px;
    padding-top: 57px;
  }
  .publication_top_block .author_wrap {
    margin-top: 68px;
  }
  .publication_content .block_content h2 {
    margin-top: 83px;
  }
  .publication_interest {
    padding-bottom: 120px;
    padding-top: 120px;
  }
  .publication_interest h3 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 30px;
  }
  .publication_interest .wrap .publication_card {
    margin-right: 20px;
    width: calc(100% - 15px);
  }
}
@media screen and (max-width: 700px) {
  .publication_top_block .author_wrap {
    margin-top: 83px;
  }
  .publication_top_block .author_wrap img {
    margin-right: 14px;
  }
  .publication_top_block .author_wrap p {
    font-size: 10px;
    line-height: 13px;
  }
  .publication_top_block .author_wrap a {
    font-size: 12px;
    line-height: 15px;
  }
  .publication_content .share {
    margin-top: 70px;
  }
  .publication_interest .wrap {
    overflow: scroll;
  }
  .publication_interest .wrap .publication_card {
    margin-right: 10px;
  }
  .publication_interest .wrap .publication_card:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 576px) {
  .publication_top_block {
    min-height: 442px;
    padding-left: 0;
  }
  .publication_top_block h1 {
    font-size: 24px;
    line-height: 29px;
    max-width: none;
  }
  .publication_top_block .top_line {
    display: block;
    height: auto;
    margin-bottom: 25px;
    padding-top: 52px;
  }
  .publication_top_block .top_line a svg {
    width: 4px;
  }
  .publication_top_block .top_line .back,
  .publication_top_block .top_line .link {
    font-size: 12px;
    margin-right: 26px;
    white-space: nowrap;
  }
  .publication_top_block .top_line .back:last-child,
  .publication_top_block .top_line .link:last-child {
    margin-right: 0;
  }
  .publication_top_block .top_line .back,
  .publication_top_block .top_line .time {
    line-height: 20px;
  }
  .publication_top_block .top_line .link {
    line-height: 15px;
  }
  .publication_top_block .top_line div:first-child {
    margin-bottom: 50px;
  }
  .publication_content .block_content h2 {
    margin-top: 50px;
  }
  .publication_content .share {
    margin-top: 60px;
  }
  .publication_content .bottom_block {
    display: block;
    margin-top: 50px;
  }
  .publication_content .bottom_block img {
    margin-bottom: 24px;
    max-width: 232px;
  }
  .publication_interest {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .publication_interest h3 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 26px;
  }
  .publication_interest .wrap {
    display: none;
  }
  .publication_interest .only_mob {
    display: block;
  }
  .publication_interest .only_mob .publication_card {
    margin-right: 10px;
  }
}
.what_top_block .title span.blue_shadow {
  bottom: -39px;
  line-height: 300px;
  overflow: hidden;
  white-space: nowrap;
}
.what_content {
  padding-bottom: 366px;
  padding-top: 100px;
}
.what_content .container {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.what_content .what_card {
  margin-bottom: 314px;
  position: relative;
  width: 1265px;
}
.what_content .what_card .mob_link {
  display: none;
}
.what_content .what_card:last-child {
  margin-bottom: 0;
}
.what_content .what_card img {
  width: 880px;
}
.what_content .what_card .text_block {
  background-color: #fff;
  bottom: -214px;
  min-height: 400px;
  padding-bottom: 70px;
  padding-left: 70px;
  padding-top: 70px;
  position: absolute;
  right: 0;
  transition: all 0.1s ease-in-out;
  width: 761px;
}
.what_content .what_card .text_block h3 {
  color: #293157;
  font-family: Akrobat-Black;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 36px;
  transition: all 0.1s ease-in-out;
}
.what_content .what_card .text_block p {
  color: #000;
  font-family: Mont-Regular;
  font-size: 18px;
  line-height: 150%;
  max-width: 475px;
  transition: all 0.1s ease-in-out;
}
.what_content .what_card .text_block .circle_btn {
  bottom: 30px;
  position: absolute;
  right: 30px;
  transition: all 0.1s ease-in-out;
}
.what_content .what_card .text_block:hover {
  background-color: #4a6af3;
}
.what_content .what_card .text_block:hover h3,
.what_content .what_card .text_block:hover p {
  color: #fff;
}
.what_content .what_card .text_block:hover .circle_btn {
  border-color: #fff;
  color: #fff;
}
@media screen and (max-width: 1300px) {
  .what_content .what_card {
    width: 95%;
  }
  .what_content .what_card img {
    width: 800px;
  }
  .what_content .what_card .text_block {
    padding-bottom: 40px;
    padding-left: 50px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 1256px) {
  .what_top_block .title span.blue_shadow {
    bottom: -27px;
    line-height: 216px;
  }
  .what_content {
    padding-bottom: 289px;
  }
  .what_content .what_card {
    margin-bottom: 261px;
    max-width: 944px;
    width: 100%;
  }
  .what_content .what_card img {
    max-width: 657px;
  }
  .what_content .what_card .text_block {
    bottom: -160px;
    max-width: 568px;
    min-height: 299px;
    padding-bottom: 30px;
    padding-left: 40px;
    padding-top: 50px;
  }
  .what_content .what_card .text_block h3 {
    font-size: 46px;
    line-height: 55px;
    margin-bottom: 30px;
  }
  .what_content .what_card .text_block p {
    font-size: 14px;
    max-width: 354px;
  }
  .what_content .what_card .text_block .circle_btn {
    bottom: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 991px) {
  .what_top_block .title span.blue_shadow {
    bottom: -22px;
    line-height: 180px;
  }
  .what_content {
    padding-bottom: 251px;
    padding-top: 70px;
  }
  .what_content .what_card {
    margin-bottom: 211px;
    max-width: 708px;
  }
  .what_content .what_card img {
    max-width: 495px;
  }
  .what_content .what_card .text_block {
    bottom: -131px;
    max-width: 449px;
    min-height: 236px;
    padding-bottom: 37px;
    padding-left: 24px;
    padding-top: 26px;
  }
  .what_content .what_card .text_block h3 {
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 18px;
  }
  .what_content .what_card .text_block p {
    font-size: 12px;
    max-width: 295px;
  }
  .what_content .what_card .text_block .circle_btn {
    bottom: 12px;
    right: 12px;
  }
}
@media screen and (max-width: 576px) {
  .what_top_block .title span.blue_shadow {
    bottom: -10px;
    line-height: 84px;
  }
  .what_content {
    padding-bottom: 80px;
    padding-top: 40px;
  }
  .what_content .what_card {
    margin-bottom: 26px;
    padding-bottom: 0;
  }
  .what_content .what_card,
  .what_content .what_card img {
    max-width: none;
    width: 100%;
  }
  .what_content .what_card .text_block {
    margin-top: -4px;
    max-width: none;
    min-height: 0;
    padding: 20px;
    position: static;
    width: 100%;
  }
  .what_content .what_card .text_block h3 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 12px;
  }
  .what_content .what_card .text_block p {
    font-size: 11px;
    line-height: 140%;
    margin-bottom: 20px;
    max-width: none;
  }
  .what_content .what_card .text_block .circle_btn {
    display: none;
  }
  .what_content .what_card .text_block .mob_link {
    align-items: center;
    color: #ffa323;
    display: flex;
    font-family: Mont-Bold;
    font-size: 10px;
    letter-spacing: 0.04em;
    line-height: 20px;
    text-transform: uppercase;
    transition: all 0.1s ease-in-out;
  }
  .what_content .what_card .text_block .mob_link svg {
    margin-left: 9px;
    width: 3px;
  }
  .what_content .what_card .text_block:hover .mob_link {
    color: #fff;
  }
  .what_content .what_card .text_block:hover .mob_link svg path {
    stroke: #fff;
  }
}
.top_block.contact {
  border: 1px solid hsla(0, 0%, 100%, 0.1);
}
.contact_list {
  background: #293157;
  padding: 90px 0;
}
.contact_list .contact_inner {
  align-items: flex-start;
  display: flex;
  justify-content: center;
}
.contact_list .contact_inner .contact_item {
  border-left: 1px solid hsla(0, 0%, 100%, 0.1);
  display: flex;
  flex-direction: column;
  /*padding: 10px 120px 10px 45px;*/
  padding: 10px 100px 10px 45px;
}
.contact_list .contact_inner .contact_item:last-child {
  padding-right: 0;
}
.contact_list .contact_inner .contact_item span {
  color: #fff;
  font-family: Mont-Regular;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 40px;
}
.contact_list .contact_inner .contact_item .contact_addres,
.contact_list .contact_inner .contact_item a {
  color: #fff;
  font-family: Mont-Bold;
  font-size: 28px;
  line-height: 36px;
}
.contact_list .contact_inner .contact_item .contact_addres {
  margin-bottom: 0;
}
#contact_map {
  height: 650px;
}
#contact_map .gm-style-mtc > div,
#contact_map .gm-svpc,
#contact_map .gmnoprint > div {
  display: none !important;
}
@media screen and (max-width: 1365px) {
  .contact_list .contact_inner .contact_item span {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 30px;
  }
  .contact_list .contact_inner .contact_item .contact_addres,
  .contact_list .contact_inner .contact_item a {
    font-size: 20px;
    line-height: 26px;
  }
  .contact_list {
    padding: 65px 0 60px;
  }
  .contact_list .contact_inner .contact_item {
    padding: 20px 100px 20px 30px;
  }
  #contact_map {
    height: 480px;
  }
}
@media screen and (max-width: 1020px) {
  .contact_list .contact_inner .contact_item span {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
  }
  .contact_list .contact_inner .contact_item .contact_addres,
  .contact_list .contact_inner .contact_item a {
    font-size: 16px;
    line-height: 20px;
  }
  .contact_list {
    padding: 60px 0 50px;
  }
  .contact_list .contact_inner .contact_item {
    padding: 20px 65px 20px 25px;
  }
  #contact_map {
    height: 360px;
  }
}
@media screen and (max-width: 765px) {
  .contact_list .contact_inner {
    display: flex;
    flex-direction: column;
  }
  .contact_list .contact_inner .contact_item span {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
  }
  .contact_list .contact_inner .contact_item .contact_addres,
  .contact_list .contact_inner .contact_item a {
    font-size: 16px;
    line-height: 20px;
  }
  .contact_list {
    padding: 20px 0 0;
  }
  .contact_list .contact_inner .contact_item {
    border: 0;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
    padding: 20px 65px 20px 25px;
    width: 100%;
  }
  .contact_list .contact_inner .contact_item:last-child {
    border-bottom: 0;
  }
}
.direction_top_block {
  background-image: url(../img/bg.png);
  height: 550px;
  margin-top: -133px;
  padding-left: 10%;
  padding-top: 253px;
}
.direction_top_block a {
  align-items: center;
  color: hsla(0, 0%, 100%, 0.4);
  display: flex;
  font-family: Mont-Regular;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 143%;
  margin-bottom: 36px;
}
.direction_top_block a svg {
  margin-right: 13px;
  width: 5px;
}
.direction_top_block h1 {
  color: #fff;
  font-family: Akrobat-Black;
  font-size: 70px;
  line-height: 60px;
}
.direction_content_block {
  padding-top: 100px;
  padding-bottom: 100px;
}
.direction_content_block .slider_section_heading {
  color: rgba(41, 49, 87, 0.1);
  margin-top: 140px;
}
.direction_content_block .center_slider {
  margin-bottom: 140px;
  margin-top: -15px;
}
.direction_publications {
  padding-bottom: 194px;
}
.direction_publications .section_heading {
  color: rgba(41, 49, 87, 0.1);
  line-height: 100px;
  margin-bottom: 60px;
}
.direction_publications .filters_wrap {
  display: flex;
  margin-bottom: 50px;
}
.direction_publications .filters_wrap button {
  color: #293157;
  font-family: Mont-Regular;
  font-size: 16px;
  line-height: 20px;
  margin-right: 26px;
  transition: all 0.1s ease-in-out;
}
.direction_publications .filters_wrap button.active,
.direction_publications .filters_wrap button:active,
.direction_publications .filters_wrap button:hover {
  color: #4a6af3;
}
.direction_publications .filters_wrap button:last-of-type {
  margin-right: 0;
}
.direction_publications .container-fluid {
  display: none;
}
.direction_publications .cards_wrap {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  justify-content: space-evenly;
  position: relative;
}
.direction_publications .cards_wrap .circle_btn {
  bottom: -60px;
  position: absolute;
  right: 0;
}
.direction_publications .cards_wrap .publication_card {
  margin-bottom: 40px;
  z-index: 1;
}
.direction_publications .select_wrap {
  display: none;
}
.direction_publications .empty_block {
  text-align: center;
}
.direction_publications .empty_block p {
  color: rgba(41, 49, 87, 0.15);
  font-family: Akrobat-Black;
  font-size: 60px;
  line-height: 72px;
  padding-top: 10px;
}
.direction_announce {
  background-color: #293157;
  padding-bottom: 200px;
  padding-top: 100px;
}
.direction_announce .container-fluid {
  display: none;
}
.direction_announce .section_heading {
  color: #4a6af3;
  line-height: 100px;
  margin-bottom: 60px;
}
.direction_announce .wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.direction_announce .wrap .announcements_card {
  z-index: 1;
}
.direction_announce .wrap .circle_btn {
  bottom: -90px;
  position: absolute;
  right: 0;
}
.direction_banner_wrap {
  padding-bottom: 180px;
  padding-top: 120px;
  text-align: center;
}
.direction_banner_wrap img {
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .direction_top_block {
    padding-left: 11%;
  }
  .direction_content_block .slider_section_heading {
    margin-bottom: 60px;
    padding-left: 95px;
  }
  .direction_announce {
    padding-top: 94px;
  }
}
@media screen and (max-width: 1225px) {
  .direction_top_block {
    height: 538px;
    margin-top: -121px;
    padding-left: 9%;
    padding-top: 220px;
  }
  .direction_top_block h1 {
    font-size: 50px;
    line-height: 40px;
  }
  .direction_content_block {
    padding-top: 90px;
  }
  .direction_content_block .center_slider {
    margin-bottom: 120px;
  }
  .direction_content_block .slider_section_heading {
    font-size: 86px;
    line-height: 103px;
    margin-bottom: 50px;
    margin-top: 120px;
    padding-left: 75px;
  }
  .slider_section_heading {
    margin-bottom: 50px;
  }
  .direction_publications {
    padding-bottom: 187px;
  }
  .direction_publications .cards_wrap {
    justify-content: flex-start;
  }
  .direction_publications .cards_wrap .publication_card {
    margin-right: 29px;
  }
  .direction_publications .cards_wrap .publication_card:nth-child(4n) {
    margin-right: 0;
  }
  .direction_publications .empty_block p {
    font-size: 50px;
    line-height: 60px;
  }
  .direction_publications .section_heading {
    line-height: 88px;
    margin-bottom: 51px;
  }
  .direction_publications .filters_wrap button {
    font-size: 14px;
    line-height: 18px;
    margin-right: 24px;
  }
  .direction_publications .cards_wrap .publication_card {
    margin-bottom: 30px;
  }
  .direction_announce {
    padding-bottom: 187px;
    padding-top: 80px;
  }
  .direction_announce .wrap {
    justify-content: flex-start;
  }
  .direction_announce .wrap .announcements_card {
    margin-right: 29px;
  }
  .direction_announce .wrap .announcements_card:nth-child(3n) {
    margin-right: 0;
  }
  .direction_announce .section_heading {
    line-height: 88px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .direction_publications .cards_wrap .publication_card {
    margin-left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .direction_publications .cards_wrap {
    justify-content: space-between;
  }
  .direction_publications .cards_wrap .publication_card {
    margin-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .direction_top_block {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 500px;
    margin-top: -91px;
    padding-left: 0;
    padding-top: 195px;
  }
  .direction_top_block h1 {
    font-size: 46px;
    line-height: 55px;
    max-width: 360px;
    text-align: center;
  }
  .direction_top_block a {
    justify-content: center;
  }
  .direction_content_block {
    padding-top: 70px;
  }
  .direction_content_block .center_slider {
    margin-bottom: 130px;
  }
  .direction_content_block .center_slider .slick-dots {
    text-align: center;
  }
  .direction_content_block .slider_section_heading {
    font-size: 70px;
    line-height: 84px;
    margin-bottom: 40px;
    margin-top: 90px;
    padding-left: 60px;
  }
  .direction_publications {
    padding-bottom: 144px;
  }
  .direction_publications .empty_block p {
    font-size: 36px;
    line-height: 43px;
    padding-top: 0;
  }
  .direction_publications .section_heading {
    line-height: 75px;
    margin-bottom: 40px;
  }
  .direction_publications .filters_wrap {
    margin-bottom: 40px;
    overflow: scroll;
  }
  .direction_publications .filters_wrap button {
    font-size: 13px;
    line-height: 17px;
    margin-right: 25px;
  }
  .direction_publications .cards_wrap {
    justify-content: flex-start;
  }
  .direction_publications .cards_wrap .publication_card {
    margin-bottom: 20px;
    margin-right: 19px;
  }
  .direction_publications .cards_wrap .publication_card:nth-child(4n) {
    margin-right: 20px;
  }
  .direction_announce {
    padding-bottom: 154px;
    padding-top: 70px;
  }
  .direction_announce .wrap .announcements_card {
    margin-right: 21px;
  }
  .direction_announce .section_heading {
    line-height: 75px;
  }
  .direction_announce .wrap .circle_btn {
    bottom: -75px;
  }
}
@media screen and (max-width: 790px) {
  .direction_publications .cards_wrap .publication_card:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 765px) {
  .direction_publications .cards_wrap .publication_card,
  .direction_publications .cards_wrap .publication_card:nth-child(4n) {
    margin-right: 19px;
  }
}
@media screen and (max-width: 576px) {
  .direction_top_block {
    height: 460px;
    margin-top: -58px;
    padding-top: 179px;
  }
  .direction_top_block a {
    font-size: 12px;
    line-height: 167%;
    margin-bottom: 32px;
  }
  .direction_top_block h1 {
    font-size: 24px;
    line-height: 29px;
    max-width: 200px;
  }
  .direction_content_block {
    padding-top: 50px;
  }
  .direction_content_block .slider_section_heading {
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 26px;
    margin-top: 47px;
    padding-left: 0;
  }
  .direction_content_block .center_slider {
    margin-bottom: 79px;
  }
  .direction_content_block .center_slider .slick-dots {
    text-align: left;
  }
  .direction_publications {
    padding-bottom: 88px;
  }
  .direction_publications .empty_block p {
    font-size: 30px;
    line-height: 36px;
  }
  .direction_publications .filters_wrap {
    display: none;
  }
  .direction_publications .section_heading {
    line-height: 37px;
    margin-bottom: 30px;
  }
  .direction_publications .cards_wrap {
    display: none;
  }
  .direction_publications .select_wrap {
    display: block;
  }
  .direction_publications .select_wrap .nice-select {
    margin-bottom: 30px;
    z-index: 1;
  }
  .direction_publications .slider_wrap .publication_card {
    margin-right: 10px;
    z-index: 1;
  }
  .direction_publications .container-fluid {
    display: block;
    position: relative;
  }
  .direction_publications .container-fluid .circle_btn {
    bottom: -82px;
    position: absolute;
    right: 20px;
  }
  .direction_announce {
    padding-bottom: 78px;
    padding-top: 40px;
  }
  .direction_announce .section_heading {
    line-height: 37px;
    margin-bottom: 26px;
  }
  .direction_announce .wrap {
    display: none;
  }
  .direction_announce .container-fluid {
    display: block;
    position: relative;
  }
  .direction_announce .container-fluid .slick-dots li button {
    border-color: hsla(0, 0%, 100%, 0.2);
  }
  .direction_announce .container-fluid .slider_wrap {
    z-index: 1;
  }
  .direction_announce .container-fluid .announcements_card {
    margin-right: 10px;
  }
  .direction_announce .container-fluid .circle_btn {
    bottom: -82px;
    position: absolute;
    right: 20px;
  }
}

/* Alex DemchCo */

/*.contact_list .contact_inner .contact_item:first-of-type
{
    border-left: none;
}*/

.contact_list .contact_inner .contact_item.adress {
  border-left: none;
}
.contact_list .contact_inner .contact_item.email {
}
.contact_list .contact_inner .contact_item.adress,
.contact_list .contact_inner .contact_item.mobile {
  /*width: 300px;*/
}

.about-nav a:hover {
  color: #4a6af3;
}

.purple_block a.circle_btn {
  color: white;
  transition: all 0.3s ease-in-out;
}

.purple_block a.circle_btn:hover {
  color: #e8e0e0;
}

.footer_item a.btn.show_donate_modal {
  color: #353e64;
  transition: all 0.4s ease-in-out;
}

.project_marlin a.circle_btn {
  color: #f6f8fa;
}

.footer-item__link-page {
  color: #353e64;
  transition: all 0.6s;
}

.footer-item__link-page:hover {
  color: royalblue;
}

.footer-item__link-page:visited {
  color: #353e64;
  /*color: unset;*/
}

.direction_publications .filters_wrap button.selected {
  color: #4a6af3;
}

.cards__content {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.not-data-with-filter {
  width: 100%;
}
.not-data-with-filter .page-header {
  background-color: unset;
  display: flex;
  justify-content: center;
  align-items: center;
}
.not-data-with-filter .page-title {
  color: rgba(41, 49, 87, 0.1);
  text-align: center;
}
section.no-results.not-found {
  width: 100%;
}
.date_block span.time {
  padding-left: 15px;
}

a.develop {
  color: rgba(0, 0, 0, 0.4);
}

a.develop:hover {
  color: black;
}
a.develop:visited {
  color: rgba(0, 0, 0, 0.4);
}

.publications_inner .publications_list_filter form button.current-selected {
  color: #4a6af3;
}

.publications-card__source {
  color: #4a6af3;
  transition: all 0.2s ease-in-out;
}

.publication_card .text_block .date_wrap p.publications-card__source {
  color: #4a6af3;
  transition: all 0.2s ease-in-out;
}
.publication_card:hover .text_block .date_wrap p.publications-card__source {
  color: hsla(0, 0%, 100%, 0.6);
}
.nice-select .list li {
  transition: all 0.2s ease-in-out;
}

.select_wrap .nice-select .option:hover {
  color: #4a6af3;
}

.home_first_screen .circle_btn_orange {
  border-color: hsla(0, 0%, 100%, 0.1);
  margin-left: -167px;
  margin-top: 170px;
  position: absolute;

  /*margin-left: -167px;*/
  /*margin-top: -60px;*/
}

#loader-card {
  display: none;
}

.filter_list_item,
#box_archive,
#box_active {
  transition: all 0.4s ease-in-out;
}

.container.loader {
  width: 100%;
  display: flex;
  justify-content: center;
}
.loader-card {
  width: 100%;
  display: flex;
  justify-content: center;
}
.loader-card img {
  width: 45px;
  height: 45px;
}

.partner-logo {
  width: 100px;
  height: 100px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.home_announcements .bottom_blok .block_logo {
  justify-content: flex-end;
  padding-right: 30px;
  padding-left: 30px;
}
.home_announcements .bottom_blok .block_logo a {
}

@media screen and (max-width: 991px) {
  .home_announcements .bottom_blok .block_logo a {
    margin-left: 12px;
  }
}

.mobile_menu p {
  margin-bottom: 0;
}

@media screen and (max-width: 430px) {
  .home_announcements .bottom_blok .block_logo {
    width: 300px;
  }
  .slick-slide {
    margin: 0 10px;
  }
}

@media screen and (max-width: 1023px) {
  .home_announcements .bottom_blok .purple_block #btn__all-partners {
    margin-top: -60px;
    margin-right: 15px;
  }
  .home_announcements .bottom_blok .slick-list.draggable {
    padding: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .home_announcements .bottom_blok .purple_block #btn__all-partners {
    margin-top: 200px;
    margin-right: 103px;
  }
  footer .footer_mob a.develop {
    background: none;
    padding: 0;
  }
  .mob_info span {
    padding-top: 3px;
  }
}

/* Alex demch.co 06.11.2020 + 12.03.2021 fix menu point */
@media (max-width: 1150px) {
  ul.socials_list {
    display: flex;
  }
}
@media (max-width: 1080px) {
  header .main_wrap .secondary_menu_wrap .secondary_menu li {
    margin-right: 12px;
  }
}

@media (max-width: 1080px) {
  header .main_wrap .secondary_menu_wrap .secondary_menu li a {
    font-size: 13px;
    line-height: 18px;
  }
  header .main_wrap .secondary_menu_wrap .secondary_menu,
  header .main_wrap .secondary_menu_wrap .secondary_menu li {
    margin-right: 6px;
  }
}

@media (max-width: 890px) {
  ul#menu-druhoriadne-meniu {
    max-width: 440px;
  }
}

.reports_wrapper .reports_item .reports_info .arrow {
  transform: translateY(-12px);
}
/* ===================================== 12.03.2021  */
