@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

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

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

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

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

.page_header-headline, .accordion-item, .pagination-wrapper, .home .advantages-slider-wrapper,
.home .home_news-slider-wrapper,
.home .partners-slider-wrapper, .home .home_feedback, .history-container, .history-years, .supervisors, .certificates-block, .contact, .services, .news, .media, .search_results-wrapper, .error_404-container, .site_map {
  padding-left: 128px;
  padding-right: 128px; }
  @media (max-width: 1199px) {
    .page_header-headline, .accordion-item, .pagination-wrapper, .home .advantages-slider-wrapper,
    .home .home_news-slider-wrapper,
    .home .partners-slider-wrapper, .home .home_feedback, .history-container, .history-years, .supervisors, .certificates-block, .contact, .services, .news, .media, .search_results-wrapper, .error_404-container, .site_map {
      padding-left: 64px;
      padding-right: 64px; } }
  @media (max-width: 767px) {
    .page_header-headline, .accordion-item, .pagination-wrapper, .home .advantages-slider-wrapper,
    .home .home_news-slider-wrapper,
    .home .partners-slider-wrapper, .home .home_feedback, .history-container, .history-years, .supervisors, .certificates-block, .contact, .services, .news, .media, .search_results-wrapper, .error_404-container, .site_map {
      padding-left: 1rem;
      padding-right: 1rem; } }

html {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  html.disable_scroll {
    overflow-y: scroll;
    height: 100%; }
    html.disable_scroll body {
      overflow-y: hidden;
      height: 100%; }

body {
  font-family: "ProximaNova", "Helvetica", "Arial", sans-serif;
  color: #283149;
  background-color: #283149; }

.wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1px 0;
  position: relative;
  background-color: #fff; }
  .wrapper .background_lines {
    position: absolute;
    top: 0;
    left: 96px;
    right: 96px;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 1199px) {
      .wrapper .background_lines {
        left: 32px;
        right: 32px; } }
    @media (max-width: 767px) {
      .wrapper .background_lines {
        left: 1rem;
        right: 1rem; } }
    .wrapper .background_lines div {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 1px;
      background-color: rgba(0, 0, 0, 0.03); }
      @media (max-width: 1199px) and (min-width: 768px) {
        .wrapper .background_lines div:nth-child(n+6) {
          display: none; } }
    .wrapper .background_lines ~ * {
      z-index: 1;
      position: relative; }

.container {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 878px;
  padding: 0 64px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .container {
      padding: 0 16px; } }

input,
textarea,
button {
  -webkit-appearance: none;
  font-family: "ProximaNova", "Helvetica", "Arial", sans-serif;
  outline: none; }

strong {
  font-weight: 700; }

em {
  font-style: italic; }

.text_page {
  position: relative;
  padding: 40px 0; }
  @media (max-width: 991px) {
    .text_page {
      padding-top: 25px; } }
  .text_page .link_back {
    opacity: 0.32;
    right: calc(100% + 80px); }
    @media (max-width: 1199px) {
      .text_page .link_back {
        right: 0; } }
    .text_page .link_back img {
      width: 18px; }
      @media (max-width: 767px) {
        .text_page .link_back img {
          width: 16px; } }
  .text_page .open_map {
    left: calc(100% + 80px); }
    @media (max-width: 1400px) {
      .text_page .open_map {
        left: calc(100% + 1.5rem); } }
    @media (max-width: 1199px) {
      .text_page .open_map {
        left: 0; } }
    .text_page .open_map img {
      width: 46px; }
      @media (max-width: 767px) {
        .text_page .open_map img {
          width: 38px; } }
  .text_page .link_back,
  .text_page .open_map {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    position: absolute;
    top: 48px; }
    @media (max-width: 1199px) {
      .text_page .link_back,
      .text_page .open_map {
        position: relative;
        top: -0.5rem;
        margin-bottom: 1rem; } }
    @media (max-width: 991px) {
      .text_page .link_back,
      .text_page .open_map {
        top: 0;
        margin-bottom: 1.5rem; } }
    @media (max-width: 767px) {
      .text_page .link_back,
      .text_page .open_map {
        font-size: 14px; } }
    .text_page .link_back:hover,
    .text_page .open_map:hover {
      opacity: 1; }
    .text_page .link_back img,
    .text_page .open_map img {
      display: inline;
      margin: 0;
      margin-right: 14px; }
      @media (max-width: 767px) {
        .text_page .link_back img,
        .text_page .open_map img {
          margin-right: 10px; } }

@media (max-width: 576px) {
  .text {
    font-size: 14px; } }

.text h1 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.22;
  margin: 0 0 1.5rem; }
  @media (max-width: 576px) {
    .text h1 {
      font-size: 22px;
      margin: 0 0 0.5em; } }

.text h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  margin: 2rem 0 0.5rem; }
  @media (max-width: 576px) {
    .text h2 {
      font-size: 18px;
      margin: 1rem 0 0.5rem; } }

.text h3 {
  font-weight: 600;
  line-height: 1.375;
  margin: 1.5rem 0 10px;
  font-size: 16px; }

.text p {
  line-height: 1.5;
  margin: 0.5em 0; }

.text ul,
.text ol {
  margin: 0.5em 0; }
  .text ul li,
  .text ol li {
    position: relative;
    padding-left: 24px; }

.text ul li:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 8px;
  height: 8px;
  border: 2px solid #304FFE; }

.text ol {
  counter-reset: ol; }
  .text ol li {
    counter-increment: ol; }
    .text ol li:before {
      content: counter(ol) ".";
      position: absolute;
      top: 0;
      left: 0;
      color: #304FFE;
      font-weight: 600; }

.text li {
  line-height: 1.375;
  margin-bottom: 10px; }

.text a {
  color: #304FFE;
  font-weight: 600;
  text-decoration: underline; }
  .text a:hover {
    text-decoration: none; }

.text img {
  display: block;
  max-width: 100%; }
  .text img.img {
    margin: 2rem 0;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.24);
            box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.24); }
    @media (max-width: 576px) {
      .text img.img {
        margin: 1.5rem 0; } }

.text .quote {
  background-color: rgba(48, 79, 254, 0.04);
  padding: 1rem 1rem 1rem 50px;
  margin: 24px 0;
  position: relative; }
  @media (max-width: 576px) {
    .text .quote {
      padding-top: 12px;
      padding-left: 39px;
      margin: 1rem -1rem; } }
  .text .quote:before {
    content: "\22";
    font-weight: 600;
    position: absolute;
    top: 8px;
    left: 16px;
    font-size: 48px;
    line-height: 58px; }
    @media (max-width: 576px) {
      .text .quote:before {
        font-size: 32px;
        line-height: 39px; } }
  .text .quote blockquote {
    font-size: 20px;
    line-height: 1.3; }
    @media (max-width: 576px) {
      .text .quote blockquote {
        font-size: 16px; } }
  .text .quote-author {
    font-weight: 600;
    line-height: 1.5;
    margin-top: 0.75rem; }
    @media (max-width: 576px) {
      .text .quote-author {
        font-size: 13px; } }

.text .video,
.text .youtube-embed-wrapper {
  width: 100%;
  padding-top: 56.25%;
  margin: 2rem 0;
  position: relative; }
  @media (max-width: 576px) {
    .text .video,
    .text .youtube-embed-wrapper {
      margin: 1.5rem 0; } }
  .text .video iframe,
  .text .youtube-embed-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.text .files {
  background-color: rgba(48, 79, 254, 0.04);
  padding: 1.5rem 2rem;
  margin: 2rem 0;
  line-height: 1.375; }
  @media (max-width: 576px) {
    .text .files {
      padding: 1rem;
      margin: 1.5rem 0; } }
  .text .files-item {
    display: block;
    min-height: 24px;
    padding-left: 42px;
    color: #283149;
    background: url("../img/icons/file.svg") no-repeat left top; }
    @media (max-width: 576px) {
      .text .files-item {
        padding-left: 32px; } }
    .text .files-item:nth-child(n + 2) {
      margin-top: 24px; }

.text .table {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  margin: 2rem 0 1rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding-bottom: 1.5rem; }
  @media (max-width: 878px) {
    .text .table {
      width: calc(100% + 128px);
      margin-left: -64px;
      margin-right: -64px; } }
  @media (max-width: 767px) {
    .text .table {
      width: calc(100% + 2rem);
      margin-left: -1rem;
      margin-right: -1rem;
      padding-bottom: 1rem; } }
  @media (max-width: 576px) {
    .text .table {
      margin-top: 1.5rem; } }
  @media (max-width: 878px) {
    .text .table table {
      border-left: 64px solid #fff;
      border-right: 64px solid #fff; } }
  @media (max-width: 767px) {
    .text .table table {
      border-left: 1rem solid #fff;
      border-right: 1rem solid #fff; } }
  .text .table td:nth-last-child(n + 2),
  .text .table th:nth-last-child(n + 2) {
    padding-right: 3rem; }
    @media (max-width: 767px) {
      .text .table td:nth-last-child(n + 2),
      .text .table th:nth-last-child(n + 2) {
        padding-right: 2rem; } }
  .text .table th {
    white-space: nowrap;
    font-weight: 600;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(40, 49, 73, 0.16); }
  .text .table td {
    padding-top: 16px;
    padding-bottom: 8px; }

.page_header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.03); }
  .page_header-headline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 3rem;
    padding-bottom: 3rem; }
    @media (max-width: 1199px) {
      .page_header-headline {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    @media (max-width: 991px) {
      .page_header-headline {
        padding-top: 2.5rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    @media (max-width: 767px) {
      .page_header-headline {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem; } }
    .page_header-headline h1 {
      font-size: 48px;
      line-height: 1.2;
      font-weight: 700;
      padding-right: 64px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      min-width: 450px; }
      @media (max-width: 1199px) {
        .page_header-headline h1 {
          font-size: 40px; } }
      @media (max-width: 991px) {
        .page_header-headline h1 {
          min-width: 0;
          padding: 0;
          margin-bottom: 1rem; } }
      @media (max-width: 576px) {
        .page_header-headline h1 {
          font-size: 28px;
          margin-bottom: 0.5em; } }
    .page_header-headline p {
      text-align: left;
      line-height: 1.5; }
      @media (max-width: 576px) {
        .page_header-headline p {
          font-size: 14px; } }
  .page_header-navigation {
    padding: 0 128px 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    @media (min-width: 768px) {
      .page_header-navigation::-webkit-scrollbar {
        background-color: transparent;
        height: 8px; }
      .page_header-navigation:hover::-webkit-scrollbar {
        background-color: rgba(0, 0, 0, 0.03); }
      .page_header-navigation:hover::-webkit-scrollbar-thumb {
        background-color: rgba(48, 79, 254, 0.32); }
      .page_header-navigation::-webkit-scrollbar-thumb {
        background-color: transparent;
        border-radius: 4px; }
        .page_header-navigation::-webkit-scrollbar-thumb:hover {
          background-color: rgba(48, 79, 254, 0.64); } }
    @media (max-width: 1199px) {
      .page_header-navigation {
        padding-left: 64px;
        padding-right: 64px; } }
    @media (max-width: 767px) {
      .page_header-navigation {
        padding: 0 1rem 1.5rem; } }
    .page_header-navigation a {
      font-weight: 600;
      text-decoration: none;
      display: inline-block;
      padding: 0.75rem 1rem;
      margin: 0 0.5rem;
      opacity: 0.32;
      color: #304FFE; }
      @media (max-width: 576px) {
        .page_header-navigation a {
          font-size: 14px;
          padding: 0.5rem;
          margin: 0 0.25rem; } }
      .page_header-navigation a:hover {
        opacity: 1; }
      .page_header-navigation a.active {
        border: 2px solid #304FFE;
        opacity: 1; }
      .page_header-navigation a:first-child {
        margin-left: 0; }
        .page_header-navigation a:first-child:not(.active) {
          padding-left: 0; }
      .page_header-navigation a:last-child {
        margin-right: 0; }
        .page_header-navigation a:last-child:not(.active) {
          padding-right: 0; }

.learn_more,
.arrow_btn {
  margin-top: 1.5rem;
  width: 100%;
  color: #304FFE;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  outline: none; }
  .learn_more:hover,
  .arrow_btn:hover {
    text-decoration: underline; }
  @media (max-width: 576px) {
    .learn_more,
    .arrow_btn {
      margin-top: 0.5rem; } }
  .learn_more a,
  .learn_more span,
  .learn_more button,
  .arrow_btn a,
  .arrow_btn span,
  .arrow_btn button {
    border: none;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    margin: 0;
    color: #304FFE;
    text-decoration: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer; }
    @media (max-width: 576px) {
      .learn_more a,
      .learn_more span,
      .learn_more button,
      .arrow_btn a,
      .arrow_btn span,
      .arrow_btn button {
        font-size: 14px; } }
    .learn_more a img,
    .learn_more a svg,
    .learn_more span img,
    .learn_more span svg,
    .learn_more button img,
    .learn_more button svg,
    .arrow_btn a img,
    .arrow_btn a svg,
    .arrow_btn span img,
    .arrow_btn span svg,
    .arrow_btn button img,
    .arrow_btn button svg {
      margin-right: 1rem;
      height: 46px; }
      @media (max-width: 576px) {
        .learn_more a img,
        .learn_more a svg,
        .learn_more span img,
        .learn_more span svg,
        .learn_more button img,
        .learn_more button svg,
        .arrow_btn a img,
        .arrow_btn a svg,
        .arrow_btn span img,
        .arrow_btn span svg,
        .arrow_btn button img,
        .arrow_btn button svg {
          height: 38px; } }

.accordion {
  padding-bottom: 24px; }
  .accordion-item {
    padding-top: 24px;
    padding-bottom: 24px; }
    .accordion-item:nth-child(n+2) {
      border-top: 1px solid rgba(0, 0, 0, 0.03); }
    .accordion-item.open .accordion-toggle {
      opacity: 1; }
    .accordion-item.open .accordion-toggle-to_close {
      display: block; }
    .accordion-item.open .accordion-toggle-to_open {
      display: none; }
    .accordion-item.open .accordion-header {
      color: #304FFE; }
    .accordion-item:not(.open) .accordion-body {
      display: none; }
  .accordion-headline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .accordion-header {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 88px; }
    @media (max-width: 767px) {
      .accordion-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding-right: 2rem; } }
    @media (max-width: 576px) {
      .accordion-header {
        padding-right: 1rem; } }
    .accordion-header h1 {
      padding-right: 2em;
      font-weight: 600;
      line-height: 1.375; }
      @media (max-width: 767px) {
        .accordion-header h1 {
          padding-right: 0; } }
  @media (max-width: 767px) {
    .accordion-date {
      font-size: 14px;
      margin-top: 4px; } }
  .accordion-toggle {
    line-height: 1;
    text-transform: uppercase;
    color: #304FFE;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    outline: none;
    opacity: 0.18;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease; }
    .accordion-toggle-to_open {
      display: block; }
    .accordion-toggle-to_close {
      display: none; }
  .accordion-body {
    margin-top: 1.5rem; }
    .accordion-body .text > *:first-child {
      margin-top: 0; }
    .accordion-body h2 {
      font-weight: 600;
      line-height: 1.375;
      margin: 1.5rem 0 10px;
      font-size: 16px; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
  margin-bottom: 3.5rem; }
  @media (max-width: 991px) {
    .pagination {
      margin-top: 1rem; } }
  @media (max-width: 767px) {
    .pagination {
      margin-top: 0;
      margin-bottom: 2.5rem; } }
  .pagination-item {
    width: 46px;
    height: 46px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 2px solid #d7ddff;
    color: rgba(48, 79, 254, 0.18);
    font-size: 20px;
    font-weight: 600; }
    .pagination-item:nth-child(n+2) {
      margin-left: -2px; }
    .pagination-item.active {
      border: 2px solid #304FFE;
      color: #304FFE;
      z-index: 1; }
      .pagination-item.active a {
        color: #304FFE; }
    .pagination-item a,
    .pagination-item span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 100%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .pagination-item a {
      text-decoration: none;
      color: rgba(48, 79, 254, 0.18); }
      .pagination-item a img {
        opacity: 0.18; }
      .pagination-item a:hover {
        color: #304FFE; }
        .pagination-item a:hover img {
          opacity: 1; }
    .pagination-item--next img {
      -webkit-transform: scale(-1, 1);
              transform: scale(-1, 1); }

.slider {
  margin-left: -46px;
  margin-right: -46px; }
  @media (max-width: 1199px) {
    .slider {
      margin-left: -24px;
      margin-right: -24px; } }
  .slider .slick-list {
    overflow: visible; }
    .slider .slick-list .slick-slide {
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      opacity: 0.24;
      outline: none; }
      .slider .slick-list .slick-slide.slick-active, .slider .slick-list .slick-slide.slick-current {
        opacity: 1; }
  .slider .slick-arrow {
    position: absolute;
    height: 46px;
    width: 46px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 2px solid #d7ddff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 767px) {
      .slider .slick-arrow {
        height: 38px;
        width: 38px; } }
    .slider .slick-arrow img {
      margin: 0;
      opacity: 0.18; }
    .slider .slick-arrow:not(.slick-disabled) {
      cursor: pointer; }
      .slider .slick-arrow:not(.slick-disabled):hover {
        border-color: #304FFE;
        z-index: 1; }
        .slider .slick-arrow:not(.slick-disabled):hover img {
          opacity: 1; }
    .slider .slick-arrow--prev {
      right: 90px; }
      @media (max-width: 1199px) {
        .slider .slick-arrow--prev {
          right: 68px; } }
      @media (max-width: 767px) {
        .slider .slick-arrow--prev {
          right: 60px; } }
    .slider .slick-arrow--next {
      right: 46px; }
      @media (max-width: 1199px) {
        .slider .slick-arrow--next {
          right: 24px; } }
      .slider .slick-arrow--next img {
        -webkit-transform: scale(-1, 1);
                transform: scale(-1, 1); }
  .slider .slick-slide {
    outline: none; }
    .slider .slick-slide a {
      outline: none; }
  .slider-item {
    padding: 0 46px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (max-width: 1199px) {
      .slider-item {
        padding: 0 24px; } }
    @media (max-width: 767px) {
      .slider-item {
        padding: 0 12px; } }

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  background-color: rgba(0, 0, 0, 0.56); }
  @supports ((-webkit-backdrop-filter: blur(4px)) or (backdrop-filter: blur(4px))) {
    .popup {
      background-color: rgba(48, 79, 254, 0.32);
      -webkit-backdrop-filter: blur(4px);
              backdrop-filter: blur(4px); } }
  .popup-wrapper {
    min-height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 576px) {
      .popup-wrapper {
        padding: 1.5rem 1rem; } }
  .popup-container {
    background-color: #fff;
    padding: 40px;
    width: 100%;
    max-width: 900px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative; }
    @media (max-width: 767px) {
      .popup-container {
        padding: 2rem 1.5rem; } }
    @media (max-width: 576px) {
      .popup-container {
        padding: 1.5rem 1rem; } }
  .popup-close {
    position: absolute;
    top: 50px;
    right: 40px;
    cursor: pointer;
    width: 20px;
    height: 20px; }
    @media (max-width: 767px) {
      .popup-close {
        top: 30px;
        right: 1.5rem; } }
    @media (max-width: 576px) {
      .popup-close {
        top: 28px;
        right: 1rem; } }
  .popup h1 {
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.22;
    color: #283149;
    margin-bottom: 40px;
    padding-right: 30px; }
    @media (max-width: 767px) {
      .popup h1 {
        font-size: 1.5rem;
        margin-bottom: 1em; } }
    @media (max-width: 576px) {
      .popup h1 {
        font-size: 21px; } }
  .popup .form .span_label {
    color: rgba(48, 79, 254, 0.32); }
  .popup .form input,
  .popup .form textarea {
    border-color: rgba(48, 79, 254, 0.32);
    color: #304FFE; }
    .popup .form input:active, .popup .form input:focus,
    .popup .form textarea:active,
    .popup .form textarea:focus {
      border-color: #304FFE; }
      .popup .form input:active + .span_label, .popup .form input:focus + .span_label,
      .popup .form textarea:active + .span_label,
      .popup .form textarea:focus + .span_label {
        color: #304FFE; }
    .popup .form input::-webkit-input-placeholder,
    .popup .form textarea::-webkit-input-placeholder {
      color: rgba(48, 79, 254, 0.32); }
    .popup .form input:-ms-input-placeholder,
    .popup .form textarea:-ms-input-placeholder {
      color: rgba(48, 79, 254, 0.32); }
    .popup .form input::-ms-input-placeholder,
    .popup .form textarea::-ms-input-placeholder {
      color: rgba(48, 79, 254, 0.32); }
    .popup .form input::placeholder,
    .popup .form textarea::placeholder {
      color: rgba(48, 79, 254, 0.32); }
  .popup .form .add_file-label {
    color: #304FFE; }

.form-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem; }
  @media (max-width: 767px) {
    .form-container {
      display: block; } }

.form-col {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 1rem; }
  @media (max-width: 767px) {
    .form-col {
      width: 100%; } }

.form-item:not(.add_file) {
  display: block;
  margin-bottom: 1.5rem;
  position: relative; }
  @media (max-width: 576px) {
    .form-item:not(.add_file) {
      margin-bottom: 1rem; } }
  .form-item:not(.add_file) .span_label {
    position: absolute;
    top: 20px;
    left: 24px;
    font-size: 18px;
    line-height: 1.33;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    pointer-events: none; }
    @media (max-width: 576px) {
      .form-item:not(.add_file) .span_label {
        font-size: 14px;
        left: 1rem; } }
  .form-item:not(.add_file) .error-message {
    display: none; }
  .form-item:not(.add_file) input,
  .form-item:not(.add_file) textarea {
    width: 100%;
    border-width: 1px;
    border-style: solid;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 11px 24px 0;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 0; }
    @media (max-width: 576px) {
      .form-item:not(.add_file) input,
      .form-item:not(.add_file) textarea {
        padding: 12px 1rem 0; } }
    .form-item:not(.add_file) input:active, .form-item:not(.add_file) input:focus,
    .form-item:not(.add_file) textarea:active,
    .form-item:not(.add_file) textarea:focus {
      opacity: 1;
      border-width: 2px;
      padding: 10px 23px 0; }
      @media (max-width: 576px) {
        .form-item:not(.add_file) input:active, .form-item:not(.add_file) input:focus,
        .form-item:not(.add_file) textarea:active,
        .form-item:not(.add_file) textarea:focus {
          padding: 11px 15px 0; } }
    .form-item:not(.add_file) input::-webkit-input-placeholder,
    .form-item:not(.add_file) textarea::-webkit-input-placeholder {
      font-weight: 400; }
    .form-item:not(.add_file) input:-ms-input-placeholder,
    .form-item:not(.add_file) textarea:-ms-input-placeholder {
      font-weight: 400; }
    .form-item:not(.add_file) input::-ms-input-placeholder,
    .form-item:not(.add_file) textarea::-ms-input-placeholder {
      font-weight: 400; }
    .form-item:not(.add_file) input::placeholder,
    .form-item:not(.add_file) textarea::placeholder {
      font-weight: 400; }
      @media (max-width: 576px) {
        .form-item:not(.add_file) input::-webkit-input-placeholder,
        .form-item:not(.add_file) textarea::-webkit-input-placeholder {
          font-size: 14px;
          line-height: 2; }
        .form-item:not(.add_file) input:-ms-input-placeholder,
        .form-item:not(.add_file) textarea:-ms-input-placeholder {
          font-size: 14px;
          line-height: 2; }
        .form-item:not(.add_file) input::-ms-input-placeholder,
        .form-item:not(.add_file) textarea::-ms-input-placeholder {
          font-size: 14px;
          line-height: 2; }
        .form-item:not(.add_file) input::placeholder,
        .form-item:not(.add_file) textarea::placeholder {
          font-size: 14px;
          line-height: 2; } }
    .form-item:not(.add_file) input:required + .span_label:after,
    .form-item:not(.add_file) textarea:required + .span_label:after {
      content: "*"; }
  .form-item:not(.add_file) input {
    height: 62px; }
    @media (max-width: 576px) {
      .form-item:not(.add_file) input {
        height: 55px; } }
  .form-item:not(.add_file) textarea {
    height: 148px;
    resize: none; }
  .form-item:not(.add_file).not_empty .span_label,
  .form-item:not(.add_file) input:active + .span_label,
  .form-item:not(.add_file) input:focus + .span_label {
    font-size: 12px;
    top: 8px; }
  .form-item:not(.add_file).error input,
  .form-item:not(.add_file).error textarea {
    border-width: 2px;
    padding: 10px 23px 0;
    border-color: #E24391;
    color: #E24391; }
    @media (max-width: 576px) {
      .form-item:not(.add_file).error input,
      .form-item:not(.add_file).error textarea {
        padding: 11px 15px 0; } }
  .form-item:not(.add_file).error .error-message {
    text-align: right;
    color: #E24391;
    display: block;
    position: absolute;
    top: 8px;
    right: 1rem;
    font-size: 12px; }

.form .add_file {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 62px;
  margin-bottom: 1.5rem; }
  @media (max-width: 767px) {
    .form .add_file {
      min-height: 34px; } }
  @media (max-width: 576px) {
    .form .add_file {
      margin-bottom: 1rem; } }
  .form .add_file-label {
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 576px) {
      .form .add_file-label {
        font-size: 14px; } }
    .form .add_file-label img,
    .form .add_file-label svg {
      margin-right: 1rem; }
      @media (max-width: 576px) {
        .form .add_file-label img,
        .form .add_file-label svg {
          height: 17px;
          width: 17px; } }
  .form .add_file-file_name {
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%; }
    .form .add_file-file_name span {
      font-weight: 600;
      font-size: 18px;
      color: #FFFFFF;
      line-height: 1.33;
      text-decoration: underline;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .form .add_file-file_name img {
      height: 13px;
      width: 13px;
      margin-left: 3rem;
      cursor: pointer;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  .form .add_file .error-message {
    display: none; }
  .form .add_file input {
    border: none;
    position: absolute;
    height: 0.1px;
    width: 0.1px;
    opacity: 0; }
  .form .add_file.has_file .add_file-label {
    display: none; }
  .form .add_file.has_file .add_file-file_name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .form .add_file.error {
    color: #E24391; }
    .form .add_file.error .add_file-label {
      color: #E24391;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .form .add_file.error .add_file-label span {
        display: none; }
      .form .add_file.error .add_file-label .error-message {
        display: block; }
    .form .add_file.error .add_file-file_name {
      display: none; }

.form .arrow_btn {
  margin-top: 1rem; }

.header {
  z-index: 100;
  position: relative;
  height: 73px; }
  @media (max-width: 767px) {
    .header {
      height: 50px; } }
  .header-main {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2; }
    .header-main .burger {
      cursor: pointer;
      -moz-user-select: none;
      -webkit-user-select: none;
      -ms-user-select: none;
      outline: none;
      width: 96px;
      -ms-flex-item-align: stretch;
          align-self: stretch;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      @media (max-width: 767px) {
        .header-main .burger {
          width: 53px; } }
      .header-main .burger-to_open {
        display: block; }
      .header-main .burger-to_close {
        display: none; }
      .header-main .burger.open .burger-to_open {
        display: none; }
      .header-main .burger.open .burger-to_close {
        display: block; }
      .header-main .burger svg,
      .header-main .burger img {
        width: 20px;
        height: 18px; }
    .header-main .logo {
      background-color: #304FFE;
      padding: 13px 16px 12px;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      @media (max-width: 767px) {
        .header-main .logo {
          padding: 14px 10px; } }
      .header-main .logo-desktop {
        display: block; }
        @media (max-width: 767px) {
          .header-main .logo-desktop {
            display: none; } }
      .header-main .logo-mobile {
        display: none; }
        @media (max-width: 767px) {
          .header-main .logo-mobile {
            display: block; } }
      .header-main .logo img {
        height: 48px; }
        @media (max-width: 767px) {
          .header-main .logo img {
            height: 22px; } }
    .header-main .menu {
      font-weight: 600; }
      @media (max-width: 1420px) {
        .header-main .menu {
          display: none; } }
      .header-main .menu a {
        display: inline-block;
        margin-left: 2rem;
        margin-right: 0.5rem;
        text-decoration: none;
        text-transform: uppercase;
        color: #283149;
        padding: 26px 0;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
        .header-main .menu a:hover {
          color: #304FFE; }
        .header-main .menu a.active {
          color: #304FFE;
          -webkit-box-shadow: 0 -3px 0 #304FFE;
                  box-shadow: 0 -3px 0 #304FFE; }
    .header-main .tools {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 8px;
      padding-right: 12px;
      border-left: 1px solid rgba(40, 49, 73, 0.48);
      -moz-user-select: none;
      -webkit-user-select: none;
      -ms-user-select: none;
      outline: none;
      margin-left: auto; }
      @media (max-width: 1420px) {
        .header-main .tools {
          border-left: none; } }
      @media (max-width: 767px) {
        .header-main .tools {
          padding-right: 6px; } }
      .header-main .tools-item {
        margin-left: 25px;
        cursor: pointer; }
        @media (max-width: 767px) {
          .header-main .tools-item {
            margin-left: 20px; } }
        @media (max-width: 991px) {
          .header-main .tools-item--colorblind {
            display: none; } }
        .header-main .tools-item--language {
          font-weight: 700;
          text-transform: uppercase;
          position: relative;
          text-align: center;
          margin-left: 11px; }
          @media (max-width: 767px) {
            .header-main .tools-item--language {
              margin-left: 8px; } }
          .header-main .tools-item--language .current_language {
            padding: 8px 14px; }
            @media (max-width: 767px) {
              .header-main .tools-item--language .current_language {
                padding: 8px 12px; } }
          .header-main .tools-item--language .language_options {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            background-color: #fff; }
            .header-main .tools-item--language .language_options a {
              display: block;
              padding: 8px;
              text-decoration: none;
              color: #283149; }
              .header-main .tools-item--language .language_options a:nth-child(n+2) {
                border-top: 1px solid rgba(0, 0, 0, 0.08); }
              .header-main .tools-item--language .language_options a:hover {
                color: #304FFE; }
          .header-main .tools-item--language.open {
            -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.16));
                    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.16)); }
            .header-main .tools-item--language.open .current_language {
              background-color: #304FFE;
              color: #fff; }
        .header-main .tools-item svg {
          fill: #283149; }
        .header-main .tools-item.open svg {
          fill: #304FFE; }
        @media (min-width: 768px) {
          .header-main .tools-item:hover svg {
            fill: #304FFE; } }
    .header-main .search {
      display: none; }
    .header-main.search_open {
      height: 73px; }
      @media (max-width: 767px) {
        .header-main.search_open {
          height: 50px; } }
      .header-main.search_open .menu,
      .header-main.search_open .tools {
        display: none; }
      @media (max-width: 991px) {
        .header-main.search_open .burger,
        .header-main.search_open .logo {
          display: none; } }
      .header-main.search_open .search {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 0 1rem 0 2rem;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%; }
        @media (max-width: 767px) {
          .header-main.search_open .search {
            padding: 0 1rem; } }
        .header-main.search_open .search-label {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          width: 100%;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          display: block;
          padding: 0 1rem 0 1.5rem;
          position: relative;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .header-main.search_open .search-label input {
            display: block;
            width: 100%;
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            padding: 10px 0.5rem;
            margin: 0;
            font-size: 16px;
            border: none; }
            .header-main.search_open .search-label input:active + svg, .header-main.search_open .search-label input:focus + svg {
              fill: #304FFE; }
          .header-main.search_open .search-label svg {
            position: absolute;
            left: 0;
            top: 10px; }
        .header-main.search_open .search-close {
          padding: 4px;
          margin: 0;
          border: none;
          cursor: pointer;
          background: none; }
          .header-main.search_open .search-close img {
            display: block; }
  .header-dropdowns {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 100%;
    padding-top: 73px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    background-color: rgba(0, 0, 0, 0.56); }
    @supports ((-webkit-backdrop-filter: blur(4px)) or (backdrop-filter: blur(4px))) {
      .header-dropdowns {
        background-color: rgba(48, 79, 254, 0.32);
        -webkit-backdrop-filter: blur(4px);
                backdrop-filter: blur(4px); } }
    @media (max-width: 767px) {
      .header-dropdowns {
        padding-top: 50px; } }
    .header-dropdowns-item {
      display: none;
      background-color: #fff;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 24px 96px; }
      @media (max-width: 1420px) {
        .header-dropdowns-item {
          padding: 24px 40px; } }
      @media (max-width: 576px) {
        .header-dropdowns-item {
          padding: 8px 16px; } }
      .header-dropdowns-item#dropdown--burger {
        min-height: 100%; }
      .header-dropdowns-item-header {
        font-size: 2rem;
        line-height: 1.3;
        font-weight: 700;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding-right: 2rem; }
        @media (max-width: 1199px) {
          .header-dropdowns-item-header {
            padding-right: 0.5rem; } }
        @media (max-width: 991px) {
          .header-dropdowns-item-header {
            width: 100%;
            padding-right: 0;
            margin-bottom: 20px; } }
        @media (max-width: 576px) {
          .header-dropdowns-item-header {
            font-size: 21px;
            margin-bottom: 0; } }
      .header-dropdowns-item-container {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 12px 0 12px 4rem;
        width: 100%;
        border-left: 1px solid rgba(0, 0, 0, 0.08); }
        @media (max-width: 1199px) {
          .header-dropdowns-item-container {
            padding-left: 3rem; } }
        @media (max-width: 991px) {
          .header-dropdowns-item-container {
            padding-left: 0;
            border-left: none; } }
    .header-dropdowns .full_menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      counter-reset: full_menu;
      padding: 16px 0; }
      @media (max-width: 1420px) {
        .header-dropdowns .full_menu {
          padding: 16px 24px; } }
      @media (max-width: 576px) {
        .header-dropdowns .full_menu {
          padding: 8px 0; } }
      .header-dropdowns .full_menu-item {
        counter-increment: full_menu;
        padding: 27px 20px 0 100px;
        position: relative;
        margin-bottom: 40px;
        width: 33.333%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        min-height: 77px; }
        @media (max-width: 1420px) {
          .header-dropdowns .full_menu-item {
            padding: 17px 10px 0 73px;
            margin-bottom: 32px;
            min-height: 48px; } }
        @media (max-width: 1199px) {
          .header-dropdowns .full_menu-item {
            width: 50%;
            padding-right: 0; } }
        @media (max-width: 767px) {
          .header-dropdowns .full_menu-item {
            width: 100%;
            margin-bottom: 16px; } }
        @media (max-width: 576px) {
          .header-dropdowns .full_menu-item {
            padding-top: 13px;
            padding-left: 64px;
            min-height: 48px; } }
        .header-dropdowns .full_menu-item:before {
          content: counter(full_menu, decimal-leading-zero);
          position: absolute;
          top: 0;
          left: 0;
          font-size: 64px;
          line-height: 1.2; }
          @media (max-width: 1420px) {
            .header-dropdowns .full_menu-item:before {
              font-size: 48px; } }
          @media (max-width: 576px) {
            .header-dropdowns .full_menu-item:before {
              font-size: 40px; } }
      .header-dropdowns .full_menu a {
        display: block;
        text-decoration: none;
        color: #283149;
        margin-bottom: 24px;
        font-size: 20px;
        line-height: 1.3; }
        @media (max-width: 1420px) {
          .header-dropdowns .full_menu a {
            font-size: 1rem;
            margin-bottom: 1rem; } }
        @media (max-width: 576px) {
          .header-dropdowns .full_menu a {
            font-size: 14px; } }
        .header-dropdowns .full_menu a:hover {
          color: #304FFE; }
        .header-dropdowns .full_menu a.full_menu-item-header {
          font-weight: 700;
          margin-bottom: 32px;
          font-size: 24px;
          line-height: 1; }
          @media (max-width: 1420px) {
            .header-dropdowns .full_menu a.full_menu-item-header {
              margin-bottom: 1em; } }
          @media (max-width: 576px) {
            .header-dropdowns .full_menu a.full_menu-item-header {
              font-size: 18px;
              margin-bottom: 1rem; } }
        .header-dropdowns .full_menu a:last-child {
          margin-bottom: 0; }
    .header-dropdowns .header_search_results {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      overflow: hidden; }
      @media (max-width: 991px) {
        .header-dropdowns .header_search_results {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          padding-top: 8px; } }
      .header-dropdowns .header_search_results h1 {
        min-width: 380px;
        max-width: 400px; }
      .header-dropdowns .header_search_results .header-dropdowns-item-container {
        padding-right: 4rem; }
        @media (max-width: 1199px) {
          .header-dropdowns .header_search_results .header-dropdowns-item-container {
            padding-right: 3rem; } }
        @media (max-width: 991px) {
          .header-dropdowns .header_search_results .header-dropdowns-item-container {
            padding-right: 0; } }
      .header-dropdowns .header_search_results .learn_more {
        margin-top: 1.5rem; }
    .header-dropdowns .header_contact {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 991px) {
        .header-dropdowns .header_contact {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          padding-top: 8px; } }
      .header-dropdowns .header_contact h1 {
        width: 280px; }
        @media (max-width: 1199px) {
          .header-dropdowns .header_contact h1 {
            width: 260px; } }
      .header-dropdowns .header_contact-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .header-dropdowns .header_contact-container .table {
          margin-right: 6rem;
          padding-bottom: 0.5rem; }
          @media (max-width: 1199px) {
            .header-dropdowns .header_contact-container .table {
              margin-right: 3rem;
              margin-bottom: 0; } }
          @media (max-width: 991px) {
            .header-dropdowns .header_contact-container .table {
              margin-right: 5rem;
              padding-bottom: 1rem; } }
          @media (max-width: 576px) {
            .header-dropdowns .header_contact-container .table {
              width: 100%;
              margin: 0 -1rem;
              padding: 1rem;
              border-top: 1px solid rgba(0, 0, 0, 0.08); } }
          .header-dropdowns .header_contact-container .table:last-of-type {
            margin-right: 0; }
          .header-dropdowns .header_contact-container .table tr:nth-last-child(n+2) td {
            padding-bottom: 10px; }
          .header-dropdowns .header_contact-container .table td {
            line-height: 1.33; }
            .header-dropdowns .header_contact-container .table td:first-child {
              font-weight: 600;
              padding-right: 1rem; }
          .header-dropdowns .header_contact-container .table a {
            text-decoration: none;
            color: #283149; }
            .header-dropdowns .header_contact-container .table a:hover {
              text-decoration: underline; }

.footer {
  background: #283149;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 24px 48px 24px 191px;
  position: relative;
  font-size: 14px;
  font-weight: 600; }
  @media (max-width: 1420px) {
    .footer {
      padding: 24px 32px 16px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  @media (max-width: 767px) {
    .footer {
      padding: 24px; } }
  .footer a {
    color: #fff; }
  .footer-logo {
    position: absolute;
    top: 24px;
    left: 48px;
    width: 95px;
    display: block; }
    @media (max-width: 1420px) {
      .footer-logo {
        -webkit-box-ordinal-group: -4;
            -ms-flex-order: -5;
                order: -5;
        position: relative;
        top: 0;
        left: 0; } }
    @media (max-width: 576px) {
      .footer-logo {
        width: 72px; } }
    .footer-logo img {
      display: block;
      width: 100%; }
  .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: calc(100% - 500px); }
    @media (max-width: 1420px) {
      .footer-nav {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        min-width: 0;
        width: 100%;
        padding: 24px 32px;
        margin: 24px -32px 16px;
        border-top: 1px solid rgba(255, 255, 255, 0.32);
        border-bottom: 1px solid rgba(255, 255, 255, 0.32); } }
    @media (max-width: 767px) {
      .footer-nav {
        -webkit-box-ordinal-group: -2;
            -ms-flex-order: -3;
                order: -3;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 24px;
        margin: 24px -24px; } }
    .footer-nav-col:nth-last-child(n+2) {
      margin-right: 80px; }
      @media (max-width: 1640px) {
        .footer-nav-col:nth-last-child(n+2) {
          margin-right: 56px; } }
      @media (max-width: 991px) {
        .footer-nav-col:nth-last-child(n+2) {
          margin-right: 36px; } }
    @media (max-width: 767px) {
      .footer-nav-col:last-child {
        margin-bottom: -1.5rem; } }
    .footer-nav a {
      display: block;
      margin-bottom: 0.5rem;
      text-decoration: none;
      opacity: 0.48;
      line-height: 1.2;
      white-space: nowrap; }
      .footer-nav a:last-child {
        margin-bottom: 0; }
      .footer-nav a:hover {
        text-decoration: underline; }
      .footer-nav a.footer-nav-header {
        text-transform: uppercase;
        opacity: 1;
        margin-top: 16px;
        line-height: 1.25;
        font-size: 16px; }
        @media (max-width: 991px) {
          .footer-nav a.footer-nav-header {
            white-space: normal; } }
        @media (max-width: 767px) {
          .footer-nav a.footer-nav-header {
            margin-top: 0;
            margin-bottom: 1.5rem; } }
        .footer-nav a.footer-nav-header:first-child {
          margin-top: 0; }
      @media (max-width: 767px) {
        .footer-nav a:not(.footer-nav-header) {
          display: none; } }
  .footer-gov {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-item-align: start;
        align-self: flex-start;
    padding-left: 1rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (max-width: 1420px) {
      .footer-gov {
        -webkit-box-ordinal-group: -1;
            -ms-flex-order: -2;
                order: -2;
        width: auto;
        display: block;
        text-align: right; } }
    @media (max-width: 767px) {
      .footer-gov {
        text-align: left;
        margin-bottom: 8px;
        padding-left: 0; } }
    .footer-gov a {
      display: block;
      opacity: 0.48;
      margin-bottom: 24px;
      margin-left: 32px; }
      .footer-gov a:hover {
        opacity: 1; }
      @media (max-width: 1420px) {
        .footer-gov a {
          margin-left: 0;
          margin-right: 8px;
          margin-bottom: 8px;
          display: inline-block; }
          .footer-gov a:last-child {
            margin-right: 0; } }
      .footer-gov a img {
        display: block;
        height: 48px; }
        @media (max-width: 1199px) {
          .footer-gov a img {
            height: 35px; } }
  .footer-copy {
    margin-top: 29px;
    opacity: 0.48;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1.25; }
    @media (max-width: 1420px) {
      .footer-copy {
        margin: 0;
        padding: 0;
        -ms-flex-item-align: center;
            align-self: center; } }
    @media (max-width: 767px) {
      .footer-copy {
        width: 100%;
        margin-bottom: 1rem; } }
    .footer-copy > div:nth-child(n+2) {
      margin-top: 0.25em; }
  .footer-contact {
    opacity: 0.48;
    margin-top: 24px;
    margin-left: 16px;
    border-left: 1px solid #fff;
    padding: 5px 16px;
    line-height: 1.25;
    -ms-flex-item-align: center;
        align-self: center; }
    @media (max-width: 1420px) {
      .footer-contact {
        -webkit-box-ordinal-group: -3;
            -ms-flex-order: -4;
                order: -4;
        border-left: none;
        padding: 0;
        margin: 0;
        margin-right: auto;
        margin-left: 32px;
        opacity: 1;
        font-size: 16px;
        -ms-flex-item-align: auto;
            align-self: auto; } }
    @media (max-width: 576px) {
      .footer-contact {
        font-size: 14px;
        line-height: 1.45;
        margin-left: 24px;
        max-width: calc(100% - 72px - 24px); } }
    .footer-contact li {
      display: inline-block; }
      @media (max-width: 1420px) {
        .footer-contact li {
          display: table-row; } }
      .footer-contact li:nth-child(n+2):before {
        content: "\2022";
        margin: 0 10px; }
        @media (max-width: 1420px) {
          .footer-contact li:nth-child(n+2):before {
            display: none; } }
      @media (max-width: 1420px) {
        .footer-contact li:nth-child(n+2) > * {
          padding-top: 8px; } }
      @media (max-width: 576px) {
        .footer-contact li:nth-child(n+2) > * {
          padding-top: 0; } }
      @media (max-width: 1420px) {
        .footer-contact li > * {
          display: table-cell; }
          .footer-contact li > *:nth-last-child(n+2) {
            padding-right: 12px; } }
    .footer-contact a {
      text-decoration: none; }
      .footer-contact a:hover {
        text-decoration: underline; }
  .footer-piplos {
    margin-top: 14px;
    margin-bottom: 5px;
    margin-left: auto;
    opacity: 0.48;
    text-decoration: none;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 12px;
    line-height: 17px;
    font-weight: 400; }
    @media (max-width: 1420px) {
      .footer-piplos {
        margin: 0;
        -ms-flex-item-align: center;
            align-self: center; } }
    @media (max-width: 767px) {
      .footer-piplos {
        text-align: left; } }
    .footer-piplos:hover {
      opacity: 1; }
    .footer-piplos img {
      margin-left: 8px;
      width: 32px;
      height: 32px; }
      @media (max-width: 767px) {
        .footer-piplos img {
          -webkit-box-ordinal-group: 0;
              -ms-flex-order: -1;
                  order: -1;
          margin-left: 0;
          margin-right: 8px; } }

.home_page .header {
  height: 0; }

.home-block {
  min-height: 100vh;
  padding-top: 73px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  @media (max-width: 767px) {
    .home-block {
      min-height: 0;
      padding-top: 0; } }
  .home-block .home-next_block {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    font-weight: 600;
    color: #304FFE;
    position: absolute;
    bottom: 40px;
    left: 128px; }
    @media (max-width: 1199px) {
      .home-block .home-next_block {
        left: 4rem; } }
    @media (max-width: 767px) {
      .home-block .home-next_block {
        display: none; } }
    @media (max-width: 576px) {
      .home-block .home-next_block {
        left: 2rem;
        bottom: 1.5rem; } }
    .home-block .home-next_block img {
      margin-right: 1rem;
      height: 46px;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
      @media (max-width: 576px) {
        .home-block .home-next_block img {
          height: 38px; } }

.home .page_header {
  border-bottom: none; }

.home .welcome {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden; }
  @media (max-width: 767px) {
    .home .welcome {
      min-height: 0; } }
  .home .welcome-main {
    padding: 6rem 6rem 8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 1199px) {
      .home .welcome-main {
        padding-left: 2rem;
        padding-right: 2rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        max-width: 100%; } }
    @media (max-width: 767px) {
      .home .welcome-main {
        padding-bottom: 4rem; } }
    @media (max-width: 576px) {
      .home .welcome-main {
        display: block;
        padding-left: 1rem;
        padding-right: 1rem; } }
    .home .welcome-main-container {
      width: 100%;
      max-width: 700px; }
      @media (min-width: 1499px) {
        .home .welcome-main-container {
          max-width: 900px; } }
      @media (max-width: 1300px) and (min-width: 1199px) {
        .home .welcome-main-container {
          max-width: 600px; } }
    .home .welcome-main-slider .slick-slide:not(.slick-active) {
      pointer-events: none; }
    .home .welcome-main-slider-item {
      padding-left: 32px;
      padding-right: 1rem;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 100%; }
      .home .welcome-main-slider-item a {
        color: inherit;
        text-decoration: none; }
    .home .welcome-main-header {
      font-size: 3rem;
      line-height: 1.35;
      padding-left: 1.5rem;
      margin-left: -2rem;
      border-left: 0.5rem solid #304FFE;
      position: relative; }
      @media (max-width: 767px) {
        .home .welcome-main-header {
          font-size: 24px;
          padding-left: 16px;
          margin-left: -19px;
          border-left-width: 3px; } }
    .home .welcome-main p {
      line-height: 1.5;
      margin-top: 1.5rem; }
      @media (max-width: 767px) {
        .home .welcome-main p {
          font-size: 14px; } }
    .home .welcome-main .slick-dots {
      padding-left: 2rem;
      margin-top: 2rem;
      font-size: 24px;
      font-weight: 600;
      color: rgba(40, 49, 73, 0.16); }
      .home .welcome-main .slick-dots li {
        display: inline-block; }
        .home .welcome-main .slick-dots li:nth-child(n+2):before {
          content: "–";
          margin: 6px; }
        .home .welcome-main .slick-dots li.slick-active button {
          color: #304FFE; }
      .home .welcome-main .slick-dots button {
        background: none;
        border: none;
        -webkit-box-shadow: none;
                box-shadow: none;
        padding: 0;
        margin: 0;
        font-size: inherit;
        font-weight: inherit;
        color: inherit;
        cursor: pointer; }
  .home .welcome-services {
    background: #304FFE url("../img/home-welcome-bg.jpg") no-repeat center;
    background-size: cover;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 400px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 96px 54px 96px 90px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 17px;
    line-height: 1.35; }
    @media (max-width: 1199px) {
      .home .welcome-services {
        display: none; } }
    .home .welcome-services a {
      text-decoration: none; }
    .home .welcome-services-list {
      text-transform: uppercase; }
      .home .welcome-services-list a {
        display: block;
        margin-bottom: 77px;
        position: relative;
        padding-left: 43px;
        color: #fff; }
        .home .welcome-services-list a:hover {
          text-decoration: underline; }
        .home .welcome-services-list a:last-child {
          margin-bottom: 60px; }
        .home .welcome-services-list a:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          height: 27px;
          width: 27px;
          background: url("../img/icons/list_plus.svg") no-repeat center;
          background-size: contain; }
    .home .welcome-services .btn {
      font-size: 17px;
      font-weight: 600;
      -ms-flex-item-align: start;
          align-self: flex-start;
      background-color: #fff;
      color: #283149;
      padding: 3px 1rem 2px; }
      .home .welcome-services .btn img {
        margin-left: 0.5em; }
      .home .welcome-services .btn:hover {
        background-color: #f0f0f0; }

.home .advantages,
.home .home_news,
.home .partners {
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .home .advantages-container,
  .home .home_news-container,
  .home .partners-container {
    padding-top: 1rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
    @media (max-width: 767px) {
      .home .advantages-container,
      .home .home_news-container,
      .home .partners-container {
        padding-top: 0; } }
  .home .advantages-slider,
  .home .home_news-slider,
  .home .partners-slider {
    position: static;
    margin-left: -2rem;
    margin-right: -2rem; }
    .home .advantages-slider-wrapper,
    .home .home_news-slider-wrapper,
    .home .partners-slider-wrapper {
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    @media (max-width: 1420px) {
      .home .advantages-slider,
      .home .home_news-slider,
      .home .partners-slider {
        margin-left: -1rem;
        margin-right: -1rem; } }
    .home .advantages-slider .slick-arrow,
    .home .home_news-slider .slick-arrow,
    .home .partners-slider .slick-arrow {
      bottom: 40px;
      right: 128px; }
      @media (max-width: 1199px) {
        .home .advantages-slider .slick-arrow,
        .home .home_news-slider .slick-arrow,
        .home .partners-slider .slick-arrow {
          right: 64px; } }
      @media (max-width: 767px) {
        .home .advantages-slider .slick-arrow,
        .home .home_news-slider .slick-arrow,
        .home .partners-slider .slick-arrow {
          right: 32px;
          bottom: 1.5rem; } }
      .home .advantages-slider .slick-arrow--prev,
      .home .home_news-slider .slick-arrow--prev,
      .home .partners-slider .slick-arrow--prev {
        right: 172px; }
        @media (max-width: 1199px) {
          .home .advantages-slider .slick-arrow--prev,
          .home .home_news-slider .slick-arrow--prev,
          .home .partners-slider .slick-arrow--prev {
            right: 108px; } }
        @media (max-width: 767px) {
          .home .advantages-slider .slick-arrow--prev,
          .home .home_news-slider .slick-arrow--prev,
          .home .partners-slider .slick-arrow--prev {
            right: 68px; } }

.home .advantages-container {
  padding-bottom: 180px; }
  @media (max-width: 767px) {
    .home .advantages-container {
      padding-bottom: 100px; } }

.home .advantages .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.home .advantages .slick-slide {
  float: none;
  height: auto; }
  .home .advantages .slick-slide > div {
    height: 100%; }

.home .advantages-item {
  color: #fff;
  line-height: 1.5;
  padding: 0 2rem;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative; }
  @media (max-width: 1420px) {
    .home .advantages-item {
      padding: 0 1rem; } }
  @media (max-width: 767px) {
    .home .advantages-item {
      padding: 0 0.5rem; } }
  .home .advantages-item-bg {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 100%;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover; }
  .home .advantages-item-text {
    padding: 2rem 1.5rem 150px;
    min-height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: rgba(48, 79, 254, 0.8); }
    @media (max-width: 576px) {
      .home .advantages-item-text {
        padding: 1.5rem 1rem 100px; } }
  .home .advantages-item-header {
    font-size: 2rem;
    line-height: 1.3;
    font-weight: 700; }
    @media (max-width: 400px) {
      .home .advantages-item-header {
        font-size: 18px; } }
  .home .advantages-item-icon {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 150px; }
    @media (max-width: 576px) {
      .home .advantages-item-icon {
        height: 100px; } }

.home .home_news-container,
.home .partners-container {
  padding-bottom: 120px; }
  @media (max-width: 767px) {
    .home .home_news-container,
    .home .partners-container {
      padding-bottom: 100px; } }
  @media (max-width: 576px) {
    .home .home_news-container,
    .home .partners-container {
      padding-bottom: 86px; } }

.home .home_news-slider-wrapper,
.home .partners-slider-wrapper {
  background-color: rgba(48, 79, 254, 0.04);
  padding-top: 2rem;
  padding-bottom: 2rem; }
  @media (max-width: 991px) {
    .home .home_news-slider-wrapper,
    .home .partners-slider-wrapper {
      padding-top: 3rem;
      padding-bottom: 3rem; } }
  @media (max-width: 767px) {
    .home .home_news-slider-wrapper,
    .home .partners-slider-wrapper {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; } }

.home .home_news .page_header .learn_more {
  display: block; }

.home .home_news .news-item {
  padding: 0 2rem; }
  @media (max-width: 1420px) {
    .home .home_news .news-item {
      padding: 0 1rem; } }

.home .partners-container {
  padding-bottom: 130px; }
  @media (max-width: 576px) {
    .home .partners-container {
      padding-bottom: 86px; } }

.home .partners-item-single:nth-child(n + 2) {
  margin-top: 44px; }

.home .partners-item-single h2 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1rem; }
  @media (max-width: 576px) {
    .home .partners-item-single h2 {
      font-size: 18px;
      margin-bottom: 0.5em; } }
  .home .partners-item-single h2 a {
    text-decoration: none;
    color: inherit; }
    .home .partners-item-single h2 a:hover {
      color: #304FFE; }

.home .partners-item-single p {
  line-height: 1.375;
  margin-top: 0.5em; }
  @media (max-width: 576px) {
    .home .partners-item-single p {
      font-size: 14px; } }
  .home .partners-item-single p a.tel_link {
    text-decoration: none;
    color: inherit; }
    .home .partners-item-single p a.tel_link:hover {
      text-decoration: underline; }

.home .home_feedback {
  background: #304FFE url("../img/home-feedback-bg.jpg") no-repeat center;
  background-size: cover;
  margin-bottom: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-top: 73px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (max-width: 767px) {
    .home .home_feedback {
      padding-top: 0; } }
  .home .home_feedback-container {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 2rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 1199px) {
      .home .home_feedback-container {
        display: block; } }
  .home .home_feedback h1 {
    color: #fff;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.25;
    padding-right: 1em;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    margin-bottom: 24px; }
    @media (max-width: 576px) {
      .home .home_feedback h1 {
        font-size: 24px;
        margin-bottom: 16px; } }
  .home .home_feedback-toggle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 2px solid #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 40px; }
    @media (max-width: 576px) {
      .home .home_feedback-toggle {
        margin-bottom: 24px; } }
    .home .home_feedback-toggle-item {
      padding: 2px 16px;
      color: #fff;
      cursor: pointer; }
      .home .home_feedback-toggle-item.active {
        background-color: #fff;
        color: #283149;
        cursor: default; }
  .home .home_feedback .form {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    max-width: 684px; }
    @media (max-width: 1199px) {
      .home .home_feedback .form {
        max-width: none; } }
    .home .home_feedback .form-item .span_label {
      color: rgba(255, 255, 255, 0.47); }
    .home .home_feedback .form-item input,
    .home .home_feedback .form-item textarea {
      border-color: #fff;
      color: #fff; }
      .home .home_feedback .form-item input:active + .span_label, .home .home_feedback .form-item input:focus + .span_label,
      .home .home_feedback .form-item textarea:active + .span_label,
      .home .home_feedback .form-item textarea:focus + .span_label {
        color: #fff; }
      .home .home_feedback .form-item input::-webkit-input-placeholder,
      .home .home_feedback .form-item textarea::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.47); }
      .home .home_feedback .form-item input:-ms-input-placeholder,
      .home .home_feedback .form-item textarea:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.47); }
      .home .home_feedback .form-item input::-ms-input-placeholder,
      .home .home_feedback .form-item textarea::-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.47); }
      .home .home_feedback .form-item input::placeholder,
      .home .home_feedback .form-item textarea::placeholder {
        color: rgba(255, 255, 255, 0.47); }
    .home .home_feedback .form .add_file-label {
      color: #fff; }
      .home .home_feedback .form .add_file-label svg {
        fill: #fff; }
    .home .home_feedback .form .arrow_btn {
      color: #fff; }
      .home .home_feedback .form .arrow_btn button,
      .home .home_feedback .form .arrow_btn span {
        color: #fff; }
      .home .home_feedback .form .arrow_btn svg .brd {
        stroke: #fff; }
      .home .home_feedback .form .arrow_btn svg .arw {
        fill: #fff; }

.history {
  overflow: hidden; }
  .history-container {
    position: relative; }
  .history-slider {
    padding-top: 2rem;
    padding-bottom: 120px; }
  .history .slick-arrow {
    bottom: 40px; }
  .history-item {
    line-height: 1.5; }
    @media (max-width: 767px) {
      .history-item {
        text-align: center; } }
    .history-item-year {
      color: #304FFE;
      font-size: 72px;
      line-height: 1.2;
      font-weight: 300;
      margin-bottom: 0.5rem; }
    .history-item img {
      max-width: 100%;
      margin-top: 1rem;
      -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.16);
              box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.16); }
      @media (max-width: 767px) {
        .history-item img {
          margin-left: auto;
          margin-right: auto; } }
  .history-years {
    position: absolute;
    left: 0;
    bottom: 40px;
    padding-right: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 576px) {
      .history-years {
        display: none; } }
    .history-years button {
      border: none;
      border-radius: none;
      margin: 0;
      padding: 5px 12px;
      font-size: 16px;
      font-weight: 600;
      background-color: rgba(48, 79, 254, 0.04);
      color: #304FFE;
      cursor: pointer; }
      @media (max-width: 767px) {
        .history-years button {
          padding: 4px 8px;
          font-size: 14px; } }
      .history-years button.active {
        background-color: #304FFE;
        color: #fff;
        font-weight: 700; }

.supervisors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 2.5rem; }
  @media (max-width: 767px) {
    .supervisors {
      padding-top: 1.5rem; } }
  .supervisors .supervisor {
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 3.5rem; }
    @media (max-width: 1420px) {
      .supervisors .supervisor {
        width: 100%; } }
    @media (max-width: 991px) {
      .supervisors .supervisor {
        margin-bottom: 3rem; } }
    @media (max-width: 767px) {
      .supervisors .supervisor {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center;
        margin-bottom: 2rem; } }
    @media (max-width: 767px) {
      .supervisors .supervisor:last-child {
        margin-bottom: -1px; } }
    .supervisors .supervisor-photo {
      -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
              box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
      width: 50%;
      max-width: 280px;
      display: block; }
      @media (max-width: 767px) {
        .supervisors .supervisor-photo {
          width: 100%;
          max-width: 250px;
          margin-bottom: 1rem; } }
      .supervisors .supervisor-photo img {
        width: 100%;
        display: block; }
      .supervisors .supervisor-photo:hover + .supervisor-info .supervisor-info-name a {
        color: #304FFE; }
    .supervisors .supervisor-info {
      padding: 0 48px;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      @media (max-width: 1640px) {
        .supervisors .supervisor-info {
          padding-left: 32px; } }
      @media (max-width: 767px) {
        .supervisors .supervisor-info {
          padding: 0;
          width: 100%; } }
      .supervisors .supervisor-info-name {
        font-size: 20px;
        font-weight: 700;
        line-height: 1.3;
        margin-bottom: 1rem; }
        .supervisors .supervisor-info-name a {
          color: inherit;
          text-decoration: none; }
          .supervisors .supervisor-info-name a:hover {
            color: #304FFE; }
        @media (max-width: 767px) {
          .supervisors .supervisor-info-name {
            margin-bottom: 0.5rem; } }
      .supervisors .supervisor-info-position {
        padding: 1px 16px 2px;
        margin-bottom: 1.5rem;
        font-size: 14px;
        font-weight: 700;
        line-height: 24px;
        background-color: #304FFE;
        color: #fff;
        display: inline-block; }
        @media (max-width: 767px) {
          .supervisors .supervisor-info-position {
            margin-bottom: 1rem; } }
      .supervisors .supervisor-info-contact {
        line-height: 1.5; }
        @media (max-width: 767px) {
          .supervisors .supervisor-info-contact {
            margin: 0 -1rem;
            padding: 2rem;
            background-color: rgba(48, 79, 254, 0.04);
            text-align: left; } }
        .supervisors .supervisor-info-contact table {
          margin-bottom: 2rem; }
          @media (max-width: 767px) {
            .supervisors .supervisor-info-contact table {
              margin-left: auto;
              margin-right: auto;
              display: block;
              margin-bottom: 20px; } }
        @media (max-width: 767px) {
          .supervisors .supervisor-info-contact tr {
            display: block; } }
        .supervisors .supervisor-info-contact tr:nth-child(n+2) td {
          padding-top: 10px; }
          @media (max-width: 767px) {
            .supervisors .supervisor-info-contact tr:nth-child(n+2) td {
              padding-top: 4px; } }
          @media (max-width: 767px) {
            .supervisors .supervisor-info-contact tr:nth-child(n+2) td:first-child {
              margin-top: 10px; } }
        @media (max-width: 767px) {
          .supervisors .supervisor-info-contact td {
            display: block; } }
        .supervisors .supervisor-info-contact td:first-child {
          white-space: nowrap;
          font-weight: 600;
          padding-right: 1.5rem; }
        .supervisors .supervisor-info-contact a {
          text-decoration: none;
          color: #283149; }
          .supervisors .supervisor-info-contact a:hover {
            text-decoration: underline; }
        .supervisors .supervisor-info-contact-schedule {
          line-height: 1.375; }
          .supervisors .supervisor-info-contact-schedule-header {
            font-weight: 600;
            margin-bottom: 10px; }
            @media (max-width: 767px) {
              .supervisors .supervisor-info-contact-schedule-header {
                margin-bottom: 4px; } }

@media (max-width: 767px) {
  .certificates {
    padding-bottom: 1.5rem; } }

.certificates-block {
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden; }
  @media (max-width: 991px) {
    .certificates-block {
      padding-bottom: 1rem; } }
  @media (max-width: 767px) {
    .certificates-block {
      padding-top: 2rem; } }

.certificates h1.certificates-header {
  padding-right: 100px; }
  @media (max-width: 991px) {
    .certificates h1.certificates-header {
      font-size: 1.5rem; } }
  @media (max-width: 767px) {
    .certificates h1.certificates-header {
      font-size: 18px; } }

.certificates-slider {
  margin-top: 3rem; }
  @media (max-width: 991px) {
    .certificates-slider {
      margin-top: 40px; } }
  @media (max-width: 767px) {
    .certificates-slider {
      margin-top: 1.5rem; } }

.certificates .slick-arrow {
  bottom: calc(100% + 3rem - 3px); }
  @media (max-width: 991px) {
    .certificates .slick-arrow {
      bottom: calc(100% + 40px - 3px); } }
  @media (max-width: 767px) {
    .certificates .slick-arrow {
      bottom: calc(100% + 1.5rem); } }

.certificates .certificate {
  text-align: center;
  color: inherit;
  text-decoration: none;
  display: block; }
  .certificates .certificate-image {
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
    display: block;
    width: 100%;
    margin: 0; }
  .certificates .certificate-caption > *:first-child {
    margin-top: 24px; }
  .certificates .certificate-caption p {
    font-size: 14px;
    line-height: 1.35; }

.vacancy h1 {
  font-size: 20px;
  font-weight: 700; }
  @media (max-width: 767px) {
    .vacancy h1 {
      font-size: 18px; } }

.vacancy-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem; }
  @media (max-width: 1199px) {
    .vacancy-container {
      display: block;
      margin-bottom: 1.5rem; } }
  @media (max-width: 991px) {
    .vacancy-container {
      margin-bottom: 1rem; } }
  .vacancy-container .text {
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 4rem; }
    @media (max-width: 1199px) {
      .vacancy-container .text {
        width: 100%;
        padding-right: 0; } }
    @media (max-width: 1199px) {
      .vacancy-container .text:nth-child(n+2) {
        margin-top: 1.5rem; } }

.faq .accordion-header,
.faq .accordion-body {
  max-width: 769px; }

.faq .accordion-header {
  cursor: pointer; }

.contact {
  padding-top: 2.5rem;
  padding-bottom: 3.5rem; }
  @media (max-width: 991px) {
    .contact {
      padding-top: 2rem;
      padding-bottom: 2.5rem; } }
  @media (max-width: 767px) {
    .contact {
      padding-top: 1.5rem;
      padding-bottom: 2rem; } }
  .contact h1 {
    margin-bottom: 0; }
  .contact h2 {
    margin-top: 2.5rem; }
    @media (max-width: 991px) {
      .contact h2 {
        margin-top: 1.5rem; } }
    .contact h2 + * {
      margin-top: 1.5rem; }
      @media (max-width: 991px) {
        .contact h2 + * {
          margin-top: 1rem; } }
  .contact p {
    margin-bottom: 0; }
  .contact table tr:nth-last-child(n+2) td {
    padding-bottom: 10px; }
  .contact table td {
    line-height: 1.33; }
    .contact table td:first-child {
      font-weight: 600;
      padding-right: 1rem; }
  .contact table a {
    font-weight: 400;
    text-decoration: none;
    color: #283149; }
    .contact table a:hover {
      text-decoration: underline; }
  .contact-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 767px) {
      .contact-container {
        display: block; } }
  .contact-block {
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (max-width: 991px) {
      .contact-block {
        width: auto; } }
    @media (max-width: 767px) {
      .contact-block {
        width: 100%; } }
    .contact-block:nth-child(2n + 1) {
      padding-right: 2rem; }
      @media (max-width: 991px) {
        .contact-block:nth-child(2n + 1) {
          padding-right: 4rem; } }
      @media (max-width: 767px) {
        .contact-block:nth-child(2n + 1) {
          padding-right: 0; } }
    .contact-block:nth-child(2n) {
      padding-left: 2rem; }
      @media (max-width: 991px) {
        .contact-block:nth-child(2n) {
          padding-left: 0; } }
    .contact-block--long {
      width: 50%; }
      @media (max-width: 991px) {
        .contact-block--long {
          width: 100%; } }
    .contact-block .open_feedback {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-decoration: none;
      margin-top: 40px;
      font-weight: 600;
      color: #304FFE;
      cursor: pointer; }
      @media (max-width: 767px) {
        .contact-block .open_feedback {
          margin-top: 1.5rem; } }
      .contact-block .open_feedback img {
        margin-right: 1rem;
        height: 46px; }
        @media (max-width: 576px) {
          .contact-block .open_feedback img {
            height: 38px; } }

.contact-wrapper .map {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 564px;
  max-height: 100vh;
  background-color: rgba(48, 79, 254, 0.5);
  margin-bottom: -1px; }

.services {
  overflow: hidden; }
  .services-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -50px;
    margin-right: -50px;
    padding-top: 1rem; }
    @media (max-width: 991px) {
      .services-list {
        display: block;
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 1rem; } }
    @media (max-width: 767px) {
      .services-list {
        padding-bottom: 2rem; } }
    .services-list li {
      line-height: 1.375;
      width: 50%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 20px 50px;
      position: relative; }
      @media (max-width: 991px) {
        .services-list li {
          width: 100%; } }
      @media (max-width: 767px) {
        .services-list li {
          padding-left: 1.5rem; } }
      @media (max-width: 576px) {
        .services-list li {
          padding: 1rem 0 1rem 18px; } }
      .services-list li a {
        text-decoration: none;
        color: #283149;
        font-weight: 600; }
        .services-list li a:before {
          content: "+";
          font-size: 18px;
          font-weight: 700;
          position: absolute;
          top: 18px;
          left: 13px; }
          @media (max-width: 1199px) {
            .services-list li a:before {
              left: 20px; } }
          @media (max-width: 767px) {
            .services-list li a:before {
              left: -1px; } }
          @media (max-width: 576px) {
            .services-list li a:before {
              top: 15px; } }
        .services-list li a:hover {
          color: #304FFE; }

.news {
  overflow: hidden; }
  .news-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 0;
    margin: 0 -2.5rem; }
    @media (max-width: 991px) {
      .news-container {
        margin: 0 -20px;
        padding-bottom: 2rem; } }
    @media (max-width: 767px) {
      .news-container {
        margin: 0 -0.5rem;
        padding-top: 0.5rem; } }
    @media (max-width: 576px) {
      .news-container {
        margin: 0; } }
  .news-item {
    width: 33.3333%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px 2.5rem;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    color: #283149; }
    @media (max-width: 1199px) {
      .news-item {
        width: 50%; } }
    @media (max-width: 991px) {
      .news-item {
        padding: 20px; } }
    @media (max-width: 767px) {
      .news-item {
        padding: 1rem 0.5rem;
        font-size: 1rem; } }
    @media (max-width: 576px) {
      .news-item {
        padding: 12px 0;
        width: 100%; } }
    .news-item:hover {
      color: #304FFE; }
    .news-item-time {
      font-size: 19px;
      line-height: 1.26;
      font-weight: 600;
      color: rgba(60, 85, 160, 0.32);
      margin-bottom: 1rem;
      display: block; }
      @media (max-width: 767px) {
        .news-item-time {
          font-size: 1rem;
          margin-bottom: 0.5rem; } }
    .news-item-img {
      width: 100%;
      padding-bottom: 60%;
      -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.24);
              box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.24);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      margin-bottom: 1rem; }
      @media (max-width: 767px) {
        .news-item-img {
          margin-bottom: 0.5rem; } }

.media {
  overflow: hidden; }
  .media-nav {
    margin-top: 40px;
    margin-bottom: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767px) {
      .media-nav {
        margin-top: 1.5rem;
        margin-bottom: 1rem; } }
    .media-nav-item {
      font-size: 2rem;
      font-weight: 700; }
      @media (max-width: 767px) {
        .media-nav-item {
          font-size: 21px; } }
      .media-nav-item a {
        text-decoration: none;
        color: rgba(40, 49, 73, 0.16); }
        .media-nav-item a:hover {
          color: #304FFE; }
      .media-nav-item:nth-last-child(n+2):after {
        content: "•\00a0";
        display: inline-block;
        color: rgba(40, 49, 73, 0.16); }
      .media-nav-item.active a {
        color: #304FFE;
        cursor: default; }
  .media-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 -36px; }
    @media (max-width: 1400px) {
      .media-container {
        margin: 0 -20px; } }
    @media (max-width: 991px) {
      .media-container {
        margin: 0 -0.5rem;
        padding-bottom: 2rem; } }
    @media (max-width: 576px) {
      .media-container {
        margin: 0;
        display: block; } }
  .media-item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px 36px; }
    .media-item a {
      display: block;
      color: inherit;
      text-decoration: none; }
    .media-item--photo {
      width: 33.3333%; }
      @media (max-width: 1199px) {
        .media-item--photo {
          width: 50%; } }
      @media (max-width: 576px) {
        .media-item--photo {
          width: 100%; } }
    .media-item--video {
      width: 50%; }
      @media (max-width: 991px) {
        .media-item--video {
          width: 100%; } }
      .media-item--video .video {
        width: 100%;
        padding-top: 56.25%;
        position: relative; }
        .media-item--video .video iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
    @media (max-width: 1400px) {
      .media-item {
        padding: 1rem 20px; } }
    @media (max-width: 991px) {
      .media-item {
        padding: 0.5rem; } }
    @media (max-width: 576px) {
      .media-item {
        padding: 0.5rem 0; } }
    .media-item img {
      width: 100%; }

.search_results-wrapper {
  padding-top: 2.5rem;
  padding-bottom: 3rem;
  overflow: hidden; }
  @media (max-width: 991px) {
    .search_results-wrapper {
      padding-top: 2rem;
      padding-bottom: 2.5rem; } }
  @media (max-width: 576px) {
    .search_results-wrapper {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; } }

.search_results h1 {
  font-size: 2rem;
  font-weight: 700;
  color: #283149;
  line-height: 1.28;
  margin-bottom: 3rem; }
  @media (max-width: 991px) {
    .search_results h1 {
      margin-bottom: 1rem; } }
  @media (max-width: 576px) {
    .search_results h1 {
      font-size: 21px;
      line-height: 1.33; } }

.search_results-container {
  margin: 0 -2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.search_results-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 11px 2rem;
  text-decoration: none;
  color: #283149; }
  .search_results-item:hover {
    background-color: rgba(48, 79, 254, 0.04); }
  .search_results-item-tag {
    background-color: #304FFE;
    color: #fff;
    font-weight: 700;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    min-width: 80px;
    height: 36px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 2px;
    margin-right: 1.5rem;
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 576px) {
      .search_results-item-tag {
        font-size: 12px;
        height: 30px;
        min-width: 56px;
        margin-right: 0.5rem; } }
  .search_results-item-container {
    overflow: hidden; }
  .search_results-item-header {
    font-size: 18px;
    line-height: 1.22;
    font-weight: 600; }
    @media (max-width: 576px) {
      .search_results-item-header {
        font-size: 1rem; } }
  .search_results-item-text {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%; }
    @media (max-width: 576px) {
      .search_results-item-text {
        font-size: 12px;
        margin-top: 2px; } }

.search_results .pagination {
  margin: 0 0 3rem; }
  @media (max-width: 576px) {
    .search_results .pagination {
      margin-bottom: 2rem; } }

.error_404 {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .error_404-container {
    padding-top: 100px;
    padding-bottom: 100px; }
  .error_404-img {
    max-width: 100%;
    margin-bottom: 3rem; }
  .error_404 h1 {
    margin-bottom: 2rem;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.5;
    color: #283149; }
    @media (max-width: 576px) {
      .error_404 h1 {
        font-size: 20px; } }

.map_page {
  background-color: #fff; }
  .map_page #map {
    height: 100vh;
    width: 100vw; }
  .map_page .go_back {
    position: fixed;
    z-index: 9999;
    bottom: 2rem;
    left: 2rem;
    display: inline-block;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
            box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.24);
    padding: 11px 16px;
    text-decoration: none;
    color: #304FFE;
    font-size: 18px;
    font-weight: 600; }
    @media (max-width: 576px) {
      .map_page .go_back {
        margin: 0 auto;
        bottom: 1rem;
        left: 1rem; } }
    .map_page .go_back img {
      margin-right: 12px; }

.site_map {
  padding-top: 2.5rem;
  padding-bottom: 3rem;
  overflow: hidden; }
  @media (max-width: 991px) {
    .site_map {
      padding-top: 2rem;
      padding-bottom: 2.5rem; } }
  @media (max-width: 576px) {
    .site_map {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; } }
  .site_map h1 {
    font-size: 2rem;
    font-weight: 700;
    color: #283149;
    line-height: 1.28;
    margin-bottom: 3rem; }
    @media (max-width: 991px) {
      .site_map h1 {
        margin-bottom: 1rem; } }
    @media (max-width: 576px) {
      .site_map h1 {
        font-size: 21px;
        line-height: 1.33; } }
  .site_map-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .site_map-block {
    width: 25%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 3rem; }
    @media (max-width: 1420px) {
      .site_map-block {
        width: 50%; } }
    @media (max-width: 767px) {
      .site_map-block {
        width: 100%;
        margin-bottom: 1.5rem; } }
    .site_map-block a {
      text-decoration: none;
      font-weight: 600;
      line-height: 1.375;
      color: rgba(40, 49, 73, 0.32); }
    .site_map-block h2 {
      margin-top: 1.5rem;
      margin-bottom: 1.5rem; }
      .site_map-block h2 a {
        font-size: 20px;
        font-weight: 700;
        color: #283149; }
    .site_map-block li {
      margin-top: 1rem; }
      .site_map-block li li {
        margin-top: 0.5rem;
        padding-left: 1rem; }
        .site_map-block li li a {
          font-weight: 400; }
/*# sourceMappingURL=style.css.map */