@import url("https://fonts.googleapis.com/css2?family=Exo+2:wght@300;400;500;600;700&display=swap");
@charset "UTF-8";
/* Slider */
body.compensate-for-scrollbar {
    overflow: hidden;
}
.fancybox-active {
    height: auto;
}
.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}
.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}
.fancybox-container * {
    box-sizing: border-box;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}
.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}
.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}
.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fancybox-toolbar {
    right: 0;
    top: 0;
}
.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}
.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}
.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}
.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}
.fancybox-slide--image::before {
    display: none;
}
.fancybox-slide--html {
    padding: 6px;
}
.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.fancybox-container [data-selectable='true'] {
    cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}
.fancybox-spaceball {
    z-index: 1;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}
.fancybox-slide--video .fancybox-content {
    background: #000;
}
.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}
.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}
.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}
.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}
/* Buttons */
.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}
.fancybox-button:hover {
    color: #fff;
}
.fancybox-button:focus {
    outline: none;
}
.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}
/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}
.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}
.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}
.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}
.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}
/* Close button on the top right corner of html content */
.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}
.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}
/* Navigation arrows */
.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}
.fancybox-navigation .fancybox-button div {
    padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}
/* Caption */
.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}
@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}
.fancybox-caption--separate {
    margin-top: -50px;
}
.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}
.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}
/* Loading indicator */
.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}
@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}
/* Transition effects */
.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}
/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}
/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}
/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}
/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */
.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}
.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}
.fancybox-share p {
    margin: 0;
    padding: 0;
}
.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}
.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}
.fancybox-share__button:hover {
    text-decoration: none;
}
.fancybox-share__button--fb {
    background: #3b5998;
}
.fancybox-share__button--fb:hover {
    background: #344e86;
}
.fancybox-share__button--pt {
    background: #bd081d;
}
.fancybox-share__button--pt:hover {
    background: #aa0719;
}
.fancybox-share__button--tw {
    background: #1da1f2;
}
.fancybox-share__button--tw:hover {
    background: #0d95e8;
}
.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}
.fancybox-share__button svg path {
    fill: #fff;
}
.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */
.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}
.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}
.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}
.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}
.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}
.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}
/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}
.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}
.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}
.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}
.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}
.daterangepicker.opensleft:before {
  right: 9px;
}
.daterangepicker.opensleft:after {
  right: 10px;
}
.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}
.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}
.daterangepicker.opensright:before {
  left: 9px;
}
.daterangepicker.opensright:after {
  left: 10px;
}
.daterangepicker.drop-up {
  margin-top: -7px;
}
.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}
.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}
.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}
.daterangepicker.single .drp-selected {
  display: none;
}
.daterangepicker.show-calendar .drp-calendar {
  display: block;
}
.daterangepicker.show-calendar .drp-buttons {
  display: block;
}
.daterangepicker.auto-apply .drp-buttons {
  display: none;
}
.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}
.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}
.daterangepicker .drp-calendar.right {
  padding: 8px;
}
.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}
.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}
.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}
.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}
.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}
.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}
.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}
.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}
.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}
.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}
.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}
.daterangepicker th.month {
  width: auto;
}
.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}
.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}
.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}
.daterangepicker select.yearselect {
  width: 40%;
}
.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}
.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}
.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}
.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}
.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}
.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}
.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}
.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}
.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}
.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}
.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}
.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}
.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}
.daterangepicker .ranges li:hover {
  background-color: #eee;
}
.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}
/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }

  .daterangepicker .ranges ul {
    width: 140px;
  }

  .daterangepicker.single .ranges ul {
    width: 100%;
  }

  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }

  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left;
  }

  .daterangepicker {
    direction: ltr;
    text-align: left;
  }

  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }

  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }

  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left;
  }
}
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }

  .daterangepicker .ranges {
    float: left;
  }

  .daterangepicker.rtl .ranges {
    float: right;
  }

  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
.slick-list:focus {
    outline: none; }
.slick-list.dragging {
    cursor: pointer;
    cursor: hand; }
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
.slick-track:before, .slick-track:after {
    content: "";
    display: table; }
.slick-track:after {
    clear: both; }
.slick-loading .slick-track {
    visibility: hidden; }
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
[dir="rtl"] .slick-slide {
    float: right; }
.slick-slide img {
    display: block; }
.slick-slide.slick-loading img {
    display: none; }
.slick-slide.dragging img {
    pointer-events: none; }
.slick-initialized .slick-slide {
    display: block; }
.slick-loading .slick-slide {
    visibility: hidden; }
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }
.slick-arrow.slick-hidden {
  display: none; }
img.ofp-demo {
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover; }
.activity {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  color: #001228; }
.activity .list--indent > li:not(:last-child) {
    padding-bottom: 1em; }
.activity__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: -40px; }
.activity__wrapper > * {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
.activity__wrapper .activity__content {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      padding-left: 30px;
      padding-right: 30px;
      margin-bottom: 40px; }
.activity__wrapper .activity__img {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      padding-left: 30px;
      padding-right: 30px;
      margin-bottom: 40px; }
.activity__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 260px;
    max-height: 260px;
    margin-left: auto;
    margin-right: auto; }
.activity__icon--top {
      margin-top: -120px; }
.activity__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -30px;
    margin-right: -30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: -40px; }
.activity__footer > * {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
.activity__footer .activity__content {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 54.16667%;
              flex: 0 0 54.16667%;
      max-width: 54.16667%;
      padding-left: 30px;
      padding-right: 30px;
      margin-bottom: 40px; }
.activity__footer .activity__icon {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 45.83333%;
              flex: 0 0 45.83333%;
      max-width: 45.83333%;
      padding-left: 30px;
      padding-right: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 40px; }
.activity__footer:not(:first-child) {
      margin-top: 40px; }
.activity__scheme-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.activity__scheme-wrapper:not(:last-child) {
      margin-bottom: 70px; }
.activity__scheme-wrapper .activity__scheme img {
      min-width: 50%; }
.activity__scheme-wrapper .activity__scheme:not(:last-child) {
      margin-bottom: 0; }
.activity__scheme-wrapper .activity__scheme:not(:first-child) {
      margin-top: 0; }
.activity__scheme-wrapper .activity__scheme:nth-child(2) {
      margin-left: -2%; }
.activity__scheme {
    display: block;
    overflow: auto;
    outline: none; }
.activity__scheme:not(:last-child) {
      margin-bottom: 70px; }
.activity__scheme:not(:first-child) {
      margin-top: 30px; }
.activity__scheme img {
      width: 100%;
      min-width: 500px; }
.activity__img img {
    width: 100%; }
 
 .activity__footer-new {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: flex-start;
     flex-direction: row;
     margin-top: 40px;
 }
 .activity_iconbox {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     flex-direction: column;
     padding: 20px 20px;
     width: 33%;
 }
 .activity_iconbox div {
     padding: 20px 0px;
     text-align: center;
 }   
    
.awards__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: -10px; }
.awards__row > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
.awards__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-left: 5px;
  padding-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px; }
.baron {
  position: relative;
  overflow: hidden; }
.baron__scroller {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 100% !important;
    min-width: 100% !important;
    height: 100%;
    overflow-y: scroll;
    margin: 0;
    border: 0;
    padding: 40px 0 0 60px;
    -webkit-overflow-scrolling: touch; }
.baron__scroller::-webkit-scrollbar {
      width: 0;
      height: 0; }
.baron__track {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 30px;
    bottom: 0;
    width: 1px;
    opacity: 0;
    background-color: #F1F1F1; }
.baron--scrollbar .baron__track {
      opacity: 1; }
.baron__free {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0; }
.baron__bar {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: none;
    position: absolute;
    z-index: 1;
    left: -1px;
    width: 3px;
    opacity: 1;
    pointer-events: auto;
    background: #0067B3;
    cursor: pointer; }
.baron--scrollbar .baron__bar {
      display: block; }
.baron__control {
    display: none; }
.btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  min-width: 312px;
  max-width: 100%;
  margin: 0;
  border-radius: 0;
  border: 1px solid #0067B3;
  padding: 23px 30px;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  font-family: inherit;
  line-height: 1.5;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #fff;
  background-color: #0067B3;
  background-image: none;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
.btn .icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: auto; }
.btn span:not(:last-child) {
    margin-right: 20px; }
.btn:hover, .btn:focus {
    text-decoration: none;
    color: #fff;
    background-color: #00589a;
    border-color: #00589a; }
.btn:active, .btn:focus {
    outline: 0; }
.btn--disabled, .btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    color: #1a1a1a;
    background-color: #F1F1F1; }
a.btn--disabled {
      pointer-events: none; }
.btn--transparent {
    background-color: transparent;
    border-color: #0067B3;
    color: #0067B3; }
.btn--white {
    background-color: #fff;
    color: #0067B3;
    border-color: #fff; }
.btn--white:hover, .btn--white:focus {
      background-color: #fff;
      color: #0067B3;
      border-color: #fff;
      text-decoration: underline; }
.btn--sm {
    padding: 12px 30px; }
.burger {
  display: inline-block;
  position: relative;
  z-index: 1;
  border: none;
  padding: 0;
  line-height: 30px;
  background: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer; }
.burger > span {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 3px;
    vertical-align: middle;
    font-size: 0;
    color: transparent;
    background: #DDD;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
.burger > span:before, .burger > span:after {
      content: '';
      position: absolute;
      left: 0;
      width: 100%;
      height: 3px;
      background: #DDD;
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
.burger > span:before {
      top: -10px; }
.burger > span:after {
      top: 10px; }
.burger:hover:not(.burger--close) > span {
    background: #0067B3; }
.burger:hover:not(.burger--close) > span:before, .burger:hover:not(.burger--close) > span:after {
      background: #0067B3; }
.burger--close > span {
    -webkit-transition: background 0.3s 0s;
    transition: background 0.3s 0s;
    background: transparent; }
.burger--close > span:before, .burger--close > span:after {
      top: 0;
      -webkit-transition: top 0.3s, -webkit-transform 0.3s 0.3s;
      transition: top 0.3s, -webkit-transform 0.3s 0.3s;
      transition: top 0.3s, transform 0.3s 0.3s;
      transition: top 0.3s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s; }
.burger--close > span:before {
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
              transform: rotate3d(0, 0, 1, 45deg); }
.burger--close > span:after {
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
              transform: rotate3d(0, 0, 1, -45deg); }
.burger--close:hover > span:before, .burger--close:hover > span:after {
    background: #0067B3; }
.categories__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px; }
.categories__wrapper > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
.categories__titles {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  max-width: 35%;
  padding-left: 30px;
  padding-right: 30px;
  height: 665px; }
.categories__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65%;
          flex: 0 0 65%;
  max-width: 65%;
  padding-left: 30px;
  padding-right: 30px; }
.categories__content--border {
    padding-left: 90px;
    border-left: 1px solid #F1F1F1; }
.item-category {
  position: relative;
  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;
  cursor: pointer;
  color: #1a1a1a;
  -webkit-transition: border 0s;
  transition: border 0s; }
.item-category:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 48px;
    height: 48px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg' stroke='%230067B3' stroke-width='2px'%3E %3Cpath d='M12 18L24 30L36 18'/%3E %3C/svg%3E") center center no-repeat;
    background-size: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
.item-category:not(:last-child) {
    margin-bottom: 25px; }
.item-category:hover .item-category__title {
    color: #0067B3; }
.item-category__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    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;
    width: 102px;
    height: 102px;
    margin-right: 20px;
    border-radius: 50%;
    overflow: hidden; }
.item-category__img img {
      width: 100%;
      min-height: 100%;
      -o-object-fit: cover;
         font-family: "object-fit:cover";
         object-fit: cover; }
.item-category__title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
.item-category__title:not(:last-child) {
      margin-bottom: 5px; }
.item-category__text {
    color: #515151;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 300; }
.item-category--open .item-category__title {
    color: #0067B3; }
.item-category--open:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg); }
.item-category--icon .item-category__img {
    -webkit-box-shadow: inset 0 0 0 1px #0067B3;
            box-shadow: inset 0 0 0 1px #0067B3; }
.item-category--icon .item-category__img img {
      width: auto;
      height: auto;
      max-width: 60%;
      min-height: 0;
      max-height: 60%;
      -o-object-fit: contain;
         font-family: "object-fit:contain";
         object-fit: contain; }
.item-category--icon:not(.item-category--open) .item-category__title {
    font-weight: 400; }
.item-category--icon.item-category--open .item-category__img {
    -webkit-box-shadow: inset 0 0 0 2px #0067B3;
            box-shadow: inset 0 0 0 2px #0067B3; }
.category-info {
  display: none; }
.category-info__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -30px;
    margin-right: -30px; }
.category-info__wrapper > * {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
.category-info__wrapper .category-info__content {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      padding-left: 30px;
      padding-right: 30px; }
.category-info__wrapper .category-info__img {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      padding-left: 30px;
      padding-right: 30px; }
.category-info__content {
    max-width: 600px;
    color: #515151;
    font-weight: 500;
    font-size: 16px; }
.category-info__img img {
    width: 100%; }
.category-info__title {
    color: #333; }
.category-info__subtitle {
    font-size: 20px;
    line-height: 1.35; }
.category-info__subtitle:not(:last-child) {
      margin-bottom: 1em; }
.category-info__text:not(:last-child) {
    margin-bottom: 40px; }
.category-info__files {
    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-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
.category-info__files > * {
      max-width: 100%; }
.category-info__files > *:not(:last-child) {
        margin-bottom: 20px; }
.category-info--open {
    display: block; }
.certs__cols {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.certs__cols:before {
    content: '';
    position: absolute;
    top: 0;
    left: calc((100vw - 100%) / -2);
    width: 100vw;
    height: 1px;
    background-color: #F1F1F1; }
.certs__cols:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: calc((100vw - 100%) / -2);
    width: 100vw;
    height: 1px;
    background-color: #F1F1F1; }
.certs__left {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 0 300px 0 0; }
.certs__left > * {
    max-width: 100%; }
.certs__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  position: relative; }
.certs__text {
  font-size: 20px;
  color: #515151; }
.certs__logo {
  margin-top: auto;
  margin-bottom: auto; }
.certs__info {
  position: relative;
  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;
  height: 445px;
  padding: 30px 0; }
.certs__info > * {
    max-width: 100%; }
.certs__info:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: calc((50vw - 50%) / -2);
    width: 50vw;
    height: 1px;
    background-color: #F1F1F1; }
.certs-slider .slick-list {
  overflow: visible; }
.certs-slider .slick-dots {
  position: absolute;
  left: 300px;
  bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 16px;
  margin: 0 -10px;
  padding: 0;
  list-style: none; }
.certs-slider .slick-dots li {
    margin: 0 10px; }
.certs-slider .slick-dots li.slick-active button {
      width: 16px;
      height: 16px;
      border: 2px solid #fff; }
.certs-slider .slick-dots button {
    display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    border-radius: 50%;
    background-color: #0067B3;
    border: none;
    font-size: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
.certs-slider__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2; }
.certs-slider__title:not(:last-child) {
    margin-bottom: 0.5em; }
.certs-slider__text {
  font-size: 16px; }
.certs-slider__text:not(:last-child) {
    margin-bottom: 30px; }
.certs-slider__img {
  position: absolute;
  width: 496px;
  top: 50%;
  left: 0;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
.certs-slider__img img {
    width: 100%;
    -webkit-box-shadow: 0 40px 20px -20px rgba(9, 9, 9, 0.2);
            box-shadow: 0 40px 20px -20px rgba(9, 9, 9, 0.2); }
.certs-slider__preview {
  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;
  width: 445px;
  height: 445px;
  margin-left: auto;
  padding: 85px 120px;
  background-color: #F1F1F1; }
.certs-slider__preview img {
    max-width: 100%;
    max-height: 100%;
    -webkit-box-shadow: 0 30px 20px -20px rgba(9, 9, 9, 0.2);
            box-shadow: 0 30px 20px -20px rgba(9, 9, 9, 0.2); }
.certs-slider__info {
  position: relative;
  background-color: #001228;
  color: white;
  padding: 70px 0 180px 300px; }
.certs-slider__info:before {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: calc((100vw - 100%) / 2);
    height: 100%;
    background-color: #001228; }
.certs-slider__nav {
  position: absolute;
  top: 385px;
  right: 0;
  z-index: 1; }
.certs-slider__nav .slick-arrow {
    width: 60px;
    height: 60px;
    border-radius: 0;
    border: none;
    background-color: #001228;
    background-size: 15px; }
.certs-slider__nav .slick-arrow:hover, .certs-slider__nav .slick-arrow:focus {
      background-size: 15px; }
.certs-slider__nav .slick-arrow:not(:last-child) {
      margin: 0; }
.contacts:last-child {
  margin-bottom: -20px; }
.contacts__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 800px; }
.contacts__left {
  padding: 50px 50px 80px 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }
.contacts__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50vw;
          flex: 0 0 50vw;
  max-width: 50vw;
  background-color: #BFCDE0; }
.contacts__map {
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  mix-blend-mode: luminosity; }
.contacts-box {
  width: 635px;
  max-width: 100%;
  padding: 50px;
  background-color: white; }
.contacts-box__group {
    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-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
.contacts-box__group > * {
      max-width: 100%; }
.contacts-box__group:not(:last-child) {
      margin-bottom: 40px; }
.contacts-box__subtitle {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2; }
.contacts-box__subtitle:not(:last-child) {
      margin-bottom: 20px; }
.contacts-box__item {
    font-size: 24px; }
.contacts-box__item:not(:last-child) {
      margin-bottom: 10px; }
a.contacts-box__item {
      text-decoration: none; }
a.contacts-box__item:hover {
        color: #0067B3;
        text-decoration: underline; }
.contacts-box__item .icon {
      margin-right: 20px;
      vertical-align: middle; }
.contacts-box--no-padding {
    padding: 0; }
.contacts-full {
  position: relative;
  min-height: 800px;
  padding: 60px 0;
  background-color: #BFCDE0; }
.contacts-full:last-child {
    margin-bottom: -160px; }
.contacts-full__map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    mix-blend-mode: luminosity; }
.contacts-full__info {
    position: relative;
    z-index: 1; }
.container {
  max-width: 100%;
  width: 1790px;
  margin: 0 auto;
  padding: 0 60px; }
.container--wide {
    width: 1920px; }
.descr__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -60px;
  margin-right: -60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.descr__row > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
.descr__row:last-child {
    margin-bottom: -40px; }
.descr__row:not(:last-child) {
    margin-bottom: 90px; }
.descr__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.5%;
          flex: 0 0 58.5%;
  max-width: 58.5%;
  padding-left: 60px;
  padding-right: 60px;
  margin-bottom: 40px; }
.descr__col--narrow {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.5%;
            flex: 0 0 41.5%;
    max-width: 41.5%;
    padding-left: 60px;
    padding-right: 60px; }
.descr__col:first-child .descr__img {
    margin-left: -125px; }
.descr__col:last-child .descr__img {
    margin-right: -125px; }
.descr__content {
  width: 870px;
  max-width: 100%; }
.descr__content:not(:last-child) {
    margin-bottom: 40px; }
.descr__img {
  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;
  width: calc(100% + 125px);
  overflow: hidden; }
.descr__img img {
    width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
       font-family: "object-fit:cover";
       object-fit: cover; }
.descr__text {
  font-size: 16px;
  font-weight: 500;
  color: #515151; }
.descr__text:not(:last-child) {
    margin-bottom: 40px; }
.documents__tags.tags {
  margin-bottom: 45px; }
.dropdown-menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  padding-bottom: 70px;
  background-color: #001228;
  color: white;
  overflow-y: auto;
  border-top: 130px solid #001228;
  opacity: 0;
  pointer-events: none; }
.dropdown-menu > * {
    max-width: 100%; }
.dropdown-menu .container {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    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-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
.dropdown-menu .container > * {
      max-width: 100%; }
.dropdown-menu__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
.dropdown-menu__wrapper > * {
      max-width: 100%; }
.dropdown-menu__logo:not(:last-child) {
    margin-bottom: 50px; }
.dropdown-menu__nav {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2; }
.dropdown-menu__nav:not(:last-child) {
      margin-bottom: 50px; }
.dropdown-menu__nav li {
      overflow: hidden;
      -webkit-column-break-inside: avoid;
      page-break-inside: avoid;
      -moz-column-break-inside: avoid;
           break-inside: avoid;
      break-inside: avoid-column; }
.dropdown-menu__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: auto; }
.dropdown-menu__footer > * {
      width: 50%; }
.dropdown-menu__contacts {
    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-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
.dropdown-menu__contacts > * {
      max-width: 100%; }
.dropdown-menu__subtitle {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2; }
.dropdown-menu__subtitle:not(:last-child) {
      margin-bottom: 20px; }
.dropdown-menu__contact {
    font-size: 24px;
    color: white;
    text-decoration: none; }
.dropdown-menu__contact:not(:last-child) {
      margin-bottom: 10px; }
.dropdown-menu__contact .icon {
      margin-right: 20px;
      vertical-align: middle; }
.dropdown-menu--show {
    opacity: 1;
    pointer-events: auto; }
.dropdown-nav {
  margin: 0;
  padding: 0;
  list-style: none; }
.dropdown-nav li {
    margin-bottom: 30px; }
.dropdown-nav a {
    font-size: 28px;
    text-decoration: none;
    color: white;
    font-weight: 700; }
.dropdown-nav a:hover {
      text-decoration: underline;
      color: white; }
.event {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px; }
.event__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    height: 100%;
    padding: 50px 30px;
    background-color: #fff;
    border: 2px solid #0067B3;
    -webkit-box-shadow: 0px 60px 80px rgba(0, 0, 0, 0.05), 0px 25.0666px 33.4221px rgba(0, 0, 0, 0.0359427), 0px 13.4018px 17.869px rgba(0, 0, 0, 0.0298054), 0px 7.51293px 10.0172px rgba(0, 0, 0, 0.025), 0px 3.99006px 5.32008px rgba(0, 0, 0, 0.0201946), 0px 1.66035px 2.21381px rgba(0, 0, 0, 0.0140573);
            box-shadow: 0px 60px 80px rgba(0, 0, 0, 0.05), 0px 25.0666px 33.4221px rgba(0, 0, 0, 0.0359427), 0px 13.4018px 17.869px rgba(0, 0, 0, 0.0298054), 0px 7.51293px 10.0172px rgba(0, 0, 0, 0.025), 0px 3.99006px 5.32008px rgba(0, 0, 0, 0.0201946), 0px 1.66035px 2.21381px rgba(0, 0, 0, 0.0140573); }
.event__inner > * {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
.event__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42%;
            flex: 0 0 42%;
    max-width: 42%;
    padding-left: 20px;
    padding-right: 20px; }
.event__img img {
      width: 100%; }
.event__info {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 58%;
            flex: 1 0 58%;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%; }
.event__title {
    margin: 0.5em 0;
    font-size: 28px;
    font-weight: 700; }
.event__title:last-child {
      margin-bottom: 0; }
.event__title:first-child {
      margin-top: 0; }
.event__text {
    color: #515151;
    font-size: 18px;
    max-height: 400px;
    overflow-y: auto;
    padding-right: 30px;} }
.field-checkbox {
  display: block;
  margin: 40px 0; }
.field-checkbox__title {
    display: block;
    font-size: 20px;
    color: #0067B3;
    line-height: 1.2;
    margin-right: 10px; }
.field-checkbox__input-wrap + .field-checkbox__input-wrap {
    margin-top: 1em; }
.field-checkbox__input-wrap--error .field-checkbox__name-text,
  .field-checkbox__input-wrap--error .field-checkbox__help-text {
    color: #d8544f; }
.field-checkbox__name {
    display: inline-block;
    position: relative;
    padding-left: 40px;
    margin-right: 0.6em;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    cursor: pointer; }
.field-checkbox__name a:hover {
      text-decoration: none;
      color: #0067B3; }
.field-checkbox__name-text {
    display: inline-block; }
input:disabled ~ .field-checkbox__name-text {
      cursor: not-allowed; }
.field-checkbox__name-text:before {
      content: '';
      position: absolute;
      top: 5px;
      left: 0;
      width: 24px;
      height: 24px;
      border: 1px solid currentColor;
      border-radius: 6px; }
input:focus ~ .field-checkbox__name-text:before {
      outline: 0; }
input:disabled ~ .field-checkbox__name-text:before {
      border-color: #999999;
      background: #DDD; }
.field-checkbox__name-text:after {
      content: '';
      position: absolute;
      top: 12px;
      left: 5px;
      width: 14px;
      height: 6px;
      opacity: 0;
      border-left: 2px solid currentColor;
      border-bottom: 2px solid currentColor;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; }
input:checked ~ .field-checkbox__name-text:after {
        opacity: 1; }
input:checked:disabled ~ .field-checkbox__name-text:after {
        border-color: #999999; }
.field-checkbox__input {
    position: absolute;
    top: 0.7em;
    left: 0;
    margin: 0;
    padding: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0; }
.field-checkbox__input:focus, .field-checkbox__input:active {
      outline: 0; }
.field-checkbox__help-text-wrap {
    padding-left: 1.5em; }
.field-checkbox__help-text {
    display: block;
    padding-top: 0.4em;
    font-size: 0.75em;
    line-height: 1.2em;
    color: gray; }
.field-checkbox__help-text:empty {
      display: none; }
.field-text {
  display: block;
  margin-bottom: 1em; }
.search .field-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
.field-text__name {
    display: block;
    font-size: 20px;
    color: #0067B3;
    line-height: 1.2;
    margin-right: 10px; }
.field-text__input-wrap {
    display: block; }
.search .field-text__input-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
.field-text__input {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    min-height: 50px;
    margin: 0;
    border: none;
    border-bottom: 1px solid #1a1a1a;
    border-radius: 0;
    padding: 0;
    line-height: 1.6;
    font-size: 18px;
    font-family: inherit;
    background-color: transparent;
    -moz-appearance: none;
    -webkit-appearance: none;
            appearance: none; }
.form--white .field-text__input {
      border-color: white;
      color: white; }
.form--white .field-text__input::-webkit-input-placeholder {
        color: white; }
.form--white .field-text__input::-moz-placeholder {
        color: white; }
.form--white .field-text__input:-ms-input-placeholder {
        color: white; }
.form--white .field-text__input::-ms-input-placeholder {
        color: white; }
.form--white .field-text__input::placeholder {
        color: white; }
.search .field-text__input {
      padding-left: 20px;
      padding-right: 20px;
      border: none;
      background-color: #ECF1F5; }
.search .field-text__input--sm {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 17px; }
.field-text__input:focus {
      outline: 0; }
.field-text__input[disabled], .field-text__input[readonly] {
      cursor: not-allowed;
      background-color: #DDD; }
.field-text__input::-webkit-search-cancel-button, .field-text__input::-webkit-search-decoration, .field-text__input::-webkit-inner-spin-button, .field-text__input::-webkit-outer-spin-button {
      -webkit-appearance: none; }
.field-text__input[type='color'] {
      padding: 0; }
.field-text__input::-webkit-input-placeholder {
      color: gray;
      opacity: 1; }
.field-text__input::-moz-placeholder {
      color: gray;
      opacity: 1; }
.field-text__input:-ms-input-placeholder {
      color: gray;
      opacity: 1; }
.field-text__input::-ms-input-placeholder {
      color: gray;
      opacity: 1; }
.field-text__input::placeholder {
      color: gray;
      opacity: 1; }
textarea.field-text__input {
      height: 50px !important;
      padding: 10px 0;
      resize: vertical; }
.field-text__input:not(:last-child) {
      margin-right: 10px; }
.field-text__input--sm {
      width: 100px;
      text-align: center; }
.field-text__help-text {
    display: block;
    padding-top: 0.4em;
    font-size: 0.75em;
    line-height: 1.2em;
    color: gray; }
.field-text__help-text:empty {
      display: none; }
.field-text--error .field-text__name,
  .field-text--error .field-text__input,
  .field-text--error .field-text__help-text {
    color: #d8544f; }
.field-text--error .field-text__input {
    border-color: #d8544f; }
.file-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 1;
  color: #0067B3; }
.file-link .icon {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
.file-link .icon:last-child {
      margin-left: 20px; }
.file-link .icon:first-child {
      margin-right: 20px; }
.file-link:hover {
    color: #0067B3;
    text-decoration: none; }
.footer {
  padding: 80px 0;
  background-color: #001228;
  color: white; }
.footer__wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: -40px; }
.footer__wrapper > * {
      max-width: 100%; }
.footer__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px; }
.footer__group > * {
      max-width: 100%; }
.footer__group:last-child {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      text-align: right; }
.footer__group:not(:last-child) {
      margin-right: 50px; }
.footer__logo:not(:last-child) {
    margin-bottom: 20px; }
.footer__links {
    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-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: right;
    max-width: 270px; }
.footer__links > * {
      max-width: 100%; }
.footer__link {
    font-size: 18px;
    color: inherit;
    line-height: 1.2; }
.footer__link:not(:last-child) {
      margin-bottom: 20px; }
.footer__link:hover {
      color: #0067B3; }
.footer__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.footer__contacts:last-child {
      margin-bottom: -30px; }
.footer__contacts > * {
      max-width: 100%; }
.footer__contacts-group {
    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-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 370px;
    margin-bottom: 30px; }
.footer__contacts-group > * {
      max-width: 100%; }
.footer__contacts-group:not(:last-child) {
      margin-right: 100px; }
.footer__contacts-title {
    font-size: 18px;
    font-weight: 500; }
.footer__contacts-title:not(:last-child) {
      margin-bottom: 5px; }
.footer__contacts-item {
    font-size: 18px;
    font-weight: 600; }
.footer__contacts-item:not(:last-child) {
      margin-bottom: 10px; }
.footer__contacts-phone {
    font-size: 26px;
    font-weight: 700;
    color: inherit;
    text-decoration: none;
    white-space: nowrap; }
.footer__contacts-phone:not(:last-child) {
      margin-bottom: 10px; }
.footer__contacts-phone:hover {
      color: #0067B3; }
.footer__contacts-email {
    font-size: 18px;
    color: inherit;
    text-decoration: none;
    white-space: nowrap; }
.footer__contacts-email:not(:last-child) {
      margin-bottom: 10px; }
.footer__contacts-email:hover {
      color: #0067B3; }
.footer__social.social {
    margin-top: auto; }
.footer__copyright {
    margin-top: auto;
    font-size: 18px; }
.footer__nav:not(:last-child) {
    margin-bottom: 50px; }
.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: -10px; }
.footer-nav > * {
    max-width: 100%; }
.footer-nav li:not(:last-child) {
    margin-bottom: 15px; }
.footer-nav a {
    color: inherit;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2; }
.footer-nav a:hover {
      color: #0067B3; }
.footer-nav__list {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none; }
.footer-nav__list:not(:last-child) {
      margin-right: 100px; }
.footer-nav__list--big li:not(:last-child) {
      margin-bottom: 45px; }
.footer-nav__list--big a {
      font-size: 28px;
      font-weight: 600; }
.form__fieldset {
  min-width: 0;
  margin: 0;
  border: 0;
  padding: 0; }
.form__fieldset:not(:last-child) {
    margin-bottom: 1em; }
.form__legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 28px;
  font-family: "Exo 2", -apple-system, BlinkMacSystemFont, "Roboto", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  line-height: 1.6;
  white-space: normal;
  color: currentColor; }
.gallery:last-child {
  margin-bottom: -160px; }
.gallery__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: -10px; }
.gallery__row > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
.gallery__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px; }
.gallery__col--wide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-left: 5px;
    padding-right: 5px; }
.gallery__col--narrow {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 5px;
    padding-right: 5px; }
.geography {
  position: relative;
  min-height: 940px;
  padding: 120px 0; }
.geography h2 {
    position: relative;
    z-index: 2; }
.geography__map {
    position: absolute;
    top: 0;
    left: 0;
    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;
    width: 100%;
    height: 100%;
    overflow: hidden; }
.geography__map:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 120px;
      background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
      pointer-events: none; }
.geography__map:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 120px;
      background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
      pointer-events: none; }
.geography__map img {
      width: 100%;
      min-height: 100%;
      -o-object-fit: cover;
         font-family: "object-fit:cover";
         object-fit: cover; }
.geography__map svg {
      position: absolute;
      top: 0;
      left: 30%;
      -webkit-transform: translateX(-50%) scale(1);
              transform: translateX(-50%) scale(1); }
.geography__map[data-location="russia"] svg {
      top: 30%;
      left: 25%;
      -webkit-transform: translateX(-50%) scale(1.2);
              transform: translateX(-50%) scale(1.2); }
.geography__map[data-location="world"] svg {
      left: 30%;
      top: 0;
      -webkit-transform: translateX(-50%) scale(0.65);
              transform: translateX(-50%) scale(0.65); }
.geography__map[data-location="arctic"] svg {
      left: 23%;
      top: 50%;
      -webkit-transform: translateX(-50%) scale(1.3);
              transform: translateX(-50%) scale(1.3); }
.geography__map circle:hover {
      r: 10px;
      cursor: pointer; }
.geography__map circle.active {
      r: 10px;
      stroke: #0067b3;
      stroke-width: 10px;
      fill: #fff;
      cursor: pointer; }
.geography__info {
    position: relative;
    top: -100px;
    margin-left: auto; }
.pin {
  display: block;
  position: absolute;
  z-index: 1;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #0067B3; }
.pin--1 {
    top: 20%;
    left: 50%; }
.pin--2 {
    top: 30%;
    left: 55%; }
.pin--3 {
    top: 25%;
    left: 50%; }
.pin--active {
    width: 26px;
    height: 26px; }
.pin--active:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 170%;
      height: 170%;
      border-radius: 50%;
      border: 1px solid #0067B3; }
.pin--active:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 235%;
      height: 235%;
      border-radius: 50%;
      border: 1px solid rgba(0, 103, 179, 0.4); }
.geography-box {
  background-color: #fff;
  width: 435px;
  max-width: 100%;
  padding: 40px;
  -webkit-box-shadow: 0px 60px 80px rgba(0, 0, 0, 0.05), 0px 25.0666px 33.4221px rgba(0, 0, 0, 0.0359427), 0px 13.4018px 17.869px rgba(0, 0, 0, 0.0298054), 0px 7.51293px 10.0172px rgba(0, 0, 0, 0.025), 0px 3.99006px 5.32008px rgba(0, 0, 0, 0.0201946), 0px 1.66035px 2.21381px rgba(0, 0, 0, 0.0140573);
          box-shadow: 0px 60px 80px rgba(0, 0, 0, 0.05), 0px 25.0666px 33.4221px rgba(0, 0, 0, 0.0359427), 0px 13.4018px 17.869px rgba(0, 0, 0, 0.0298054), 0px 7.51293px 10.0172px rgba(0, 0, 0, 0.025), 0px 3.99006px 5.32008px rgba(0, 0, 0, 0.0201946), 0px 1.66035px 2.21381px rgba(0, 0, 0, 0.0140573); }
.geography-box__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2; }
.geography-box__title:not(:last-child) {
      margin-bottom: 1em; }
.geography-box__text {
    font-size: 16px;
    color: #515151; }
.geography-box__text:not(:last-child) {
      margin-bottom: 20px; }
.geography-box__link:not(:last-child) {
    margin-bottom: 30px; }
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #F1F1F1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
.header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 110px; }
.header__wrapper > * {
      height: 100%; }
.header__wrapper > *:not(:last-child) {
      border-right: 1px solid #F1F1F1; }
.header__nav {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 0 60px;
    margin-right: -1px; }
.header__logo, .header__langs, .header__burger {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
.header__logo {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 308px;
    height: 100%;
    padding-right: 60px;
    -webkit-transition: none;
    transition: none; }
.header__langs {
    padding: 0 45px;
    margin-left: auto;
    border-left: 1px solid #F1F1F1; }
.header__burger {
    padding: 0 0 0 45px; }
.header--transparent:not(.header--fixed) {
    background-color: transparent;
    color: white;
    border-color: rgba(255, 255, 255, 0.4); }
.header--transparent:not(.header--fixed) .header__wrapper > *:not(:last-child) {
      border-color: rgba(255, 255, 255, 0.4); }
.header--transparent:not(.header--fixed) .main-nav li.active a {
      color: white; }
.header--transparent:not(.header--fixed) .main-nav a {
      color: white; }
.header--transparent:not(.header--fixed) .main-nav a:after {
        background-color: white; }
.header--transparent:not(.header--fixed) .main-nav a:hover {
        color: white; }
.header--transparent:not(.header--fixed) .langs li.active a {
      color: white; }
.header--transparent:not(.header--fixed) .langs li:not(:last-child) {
      border-color: rgba(255, 255, 255, 0.4); }
.header--transparent:not(.header--fixed) .langs a {
      color: white; }
.header--transparent:not(.header--fixed) .langs a:hover {
        color: white; }
.header--transparent:not(.header--fixed) .langs__btn {
      color: white; }
.header--transparent:not(.header--fixed) .header__logo img {
      display: none; }
.header--transparent:not(.header--fixed) .header__logo:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: calc(100% - 60px);
      height: 100%;
      background: url(../img/lm140dw.svg) center center no-repeat;
      background-size: 100%; }
.header--transparent:not(.header--fixed) .burger > span {
      background-color: white; }
.header--transparent:not(.header--fixed) .burger > span:before, .header--transparent:not(.header--fixed) .burger > span:after {
        background: white; }
.header--transparent:not(.header--fixed) .burger--close > span {
      background: transparent; }
.header--transparent:not(.header--fixed) .burger--close:hover > span:before, .header--transparent:not(.header--fixed) .burger--close:hover > span:after {
      background: #0067B3; }
.header--transparent:not(.header--fixed) .burger:hover:not(.burger--close) > span {
      background: #0067B3; }
.header--transparent:not(.header--fixed) .burger:hover:not(.burger--close) > span:before, .header--transparent:not(.header--fixed) .burger:hover:not(.burger--close) > span:after {
        background: #0067B3; }
.hero {
  position: relative;
  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;
  min-height: 940px;
  margin-top: -200px;
  padding: 200px 0 130px;
  color: white; }
.hero .container {
    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-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
.hero + .projects-preview {
    margin-top: 10px; }
.hero + .projects {
    margin-top: 10px; }
.hero + .info {
    margin-top: 50px; }
.hero + .descr {
    margin-top: 20px; }
.hero__img-wrapper {
    width: 100%; }
.hero__img {
    position: absolute;
    top: 0;
    left: 0;
    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;
    width: 100%;
    height: 100%;
    overflow: hidden; }
.hero__img picture {
      width: 100%;
      height: 100%; }
.hero__img source,
    .hero__img img {
      width: 100%;
      min-height: 100%;
      -o-object-fit: cover;
         font-family: "object-fit:cover";
         object-fit: cover; }
.hero__content {
    position: relative;
    z-index: 2;
    width: 620px;
    max-width: 100%; }
.hero__main-info {
    position: relative;
    z-index: 2;
    width: 620px;
    max-width: 100%;
    margin-bottom: 40px; }
.hero__title {
    margin: 1em 0;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.2; }
.hero__title:last-child {
      margin-bottom: 0; }
.hero__title:first-child {
      margin-top: 0; }
.hero__title + .hero__subtitle {
      margin-top: -1em; }
.hero__title--big {
      font-size: 72px;
      font-weight: 500; }
.hero__subtitle {
    font-size: 32px; }
.hero__text {
    font-size: 16px;
    line-height: 1.5; }
.hero__text--big {
      font-size: 20px; }
.hero__form {
    width: 505px;
    max-width: 100%; }
.hero__scroll {
    position: absolute;
    left: 0;
    bottom: -112px;
    z-index: 2;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    min-width: 330px;
    padding: 40px 50px;
    font-size: 20px; }
.hero__scroll .icon {
      -webkit-transform: scale(-1);
              transform: scale(-1);
      margin-left: 0;
      margin-right: auto; }
.hero__page-nav {
    width: 100%;
    margin-top: -60px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
.hero__play {
    position: absolute;
    z-index: 2;
    bottom: 70px;
    right: 110px; }
.hero--main {
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
.hero--main .hero__main-info {
      width: 920px; }
.hero--sm {
    min-height: 685px;
    padding-bottom: 70px; }
.hero--end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
.history__years {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #F1F1F1; }
.history__years:not(:last-child) {
    margin-bottom: 100px; }
.history__years-items {
  width: calc(100% - 230px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -10px;
  padding: 0;
  list-style: none; }
.history__years-items .slick-current .history__year {
    font-size: 48px;
    font-weight: 700;
    color: #0067B3; }
.history__years-items .slick-current .history__year span:after {
      width: 100%; }
.history__year {
  height: 120px;
  line-height: 120px;
  margin: 0 10px;
  font-size: 36px;
  letter-spacing: 0.03em;
  color: #515151;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
.history__year span {
    position: relative;
    display: inline-block; }
.history__year span:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 1;
      width: 0;
      height: 3px;
      background-color: #0067B3;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
.history__year:hover {
    color: #0067B3; }
.history__year:hover span:after {
      width: 100%; }
.history__years-nav {
  -ms-flex-negative: 0;
      flex-shrink: 0; }
.history__events {
  position: relative; }
.history__events-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -30px; }
.history__events-items > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
.history__events-items.slick-slider {
    display: block;
    margin-bottom: 0; }
.history__events-items.slick-slider .event {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      height: auto;
      margin-bottom: 0; }
.history__events-items.slick-slider .slick-track {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
.history__events-items.slick-slider .slick-list {
      padding-left: 7%;
      overflow: visible !important; }
.history__events-items.slick-slider .slick-slide {
      height: auto; }
.history__events-items.slick-slider .slick-slide > div {
        height: 100%; }
.history__events-nav {
  position: absolute;
  bottom: 40px;
  left: 20px;
  z-index: 1; }
.info + .gallery {
  margin-top: 50px; }
.info__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: -10px; }
.info__row > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
.info__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding-left: 5px;
  padding-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 10px; }
.info__col > * {
    max-width: 100%; }
.info-box {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 50px 60px;
  background-color: #ECF1F5; }
.info-box > * {
    max-width: 100%; }
.info-box:not(:last-child) {
    margin-bottom: 10px; }
.info-box__text {
    font-size: 20px; }
.info-box__text--big {
      margin-top: auto;
      margin-bottom: auto;
      font-size: 24px;
      line-height: 1.3; }
.info-box__text--sm {
      font-size: 16px; }
.info-box__text--uppercase {
      text-transform: uppercase; }
.info-box__title {
    margin: 1em 0;
    font-weight: 700;
    line-height: 1.2;
    font-size: 36px; }
.info-box__title:last-child {
      margin-bottom: 0; }
.info-box__title:first-child {
      margin-top: 0; }
.info-box__title--sm {
      font-size: 28px; }
.info-box--padding-bottom {
    padding-bottom: 120px; }
.info-box--blue {
    background-color: #0067B3;
    color: white; }
.info-box--blue .info-box__text {
      color: white; }
.item-award {
  width: 100%;
  height: 100%;
  padding: 150px 55px 40px 55px;
  background: #ECF1F5 url("data:image/svg+xml;charset=utf-8,%3Csvg width='72' height='72' viewBox='0 0 72 72' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg clip-path='url(%23clip0)'%3E %3Cpath d='M7.87116 27.9608C7.87116 27.9608 10.095 25.0945 8.65677 21.1137C7.21356 17.1355 3.85275 15.6245 3.85275 15.6245C3.85275 15.6245 1.3378 19.0405 2.74336 22.9184C4.14642 26.7987 7.87116 27.9608 7.87116 27.9608Z' fill='%230067B3'/%3E %3Cpath d='M14.0431 29.9957C14.0431 29.9957 17.931 29.6845 20.1573 26.2083C22.3836 22.7345 20.6819 18.8491 20.6819 18.8491C20.6819 18.8491 17.0726 19.582 14.786 23.1486C12.502 26.7127 14.0431 29.9957 14.0431 29.9957Z' fill='%230067B3'/%3E %3Cpath d='M14.4372 34.5894C12.6375 38.4221 14.5928 41.4792 14.5928 41.4792C14.5928 41.4792 18.4104 40.6609 20.1623 36.9287C21.9118 33.1914 19.7181 29.562 19.7181 29.562C19.7181 29.562 16.2368 30.7567 14.4372 34.5894Z' fill='%230067B3'/%3E %3Cpath d='M23.2242 37.6763C23.2242 37.6763 19.8685 39.1973 18.4378 43.178C17.0071 47.1663 19.2385 50.0226 19.2385 50.0226C19.2385 50.0226 22.9582 48.8505 24.3537 44.9676C25.7467 41.0848 23.2242 37.6763 23.2242 37.6763Z' fill='%230067B3'/%3E %3Cpath d='M26.0206 58.6393C26.0206 58.6393 29.2484 56.4431 29.4668 52.3243C29.6826 48.203 26.2817 45.668 26.2817 45.668C26.2817 45.668 23.5057 48.0901 23.2823 52.3168C23.0614 56.541 26.0206 58.6393 26.0206 58.6393Z' fill='%230067B3'/%3E %3Cpath d='M12.8283 20.2902C12.8283 20.2902 16.2694 19.1407 17.2784 15.0319C18.2899 10.9231 16.3346 7.80078 16.3346 7.80078C16.3346 7.80078 12.3489 9.2465 11.3624 13.2549C10.3786 17.2607 12.8283 20.2902 12.8283 20.2902Z' fill='%230067B3'/%3E %3Cpath d='M7.86863 36.6977C7.86863 36.6977 9.14618 33.3018 6.5986 29.9259C4.046 26.5476 0.391531 26.0933 0.391531 26.0933C0.391531 26.0933 -1.00399 30.0991 1.48084 33.3922C3.96568 36.6877 7.86863 36.6977 7.86863 36.6977Z' fill='%230067B3'/%3E %3Cpath d='M10.7196 45.6582C10.7196 45.6582 11.209 42.064 7.9762 39.3382C4.73838 36.6099 1.07388 36.9814 1.07388 36.9814C1.07388 36.9814 0.602007 41.1981 3.75449 43.8561C6.91198 46.5116 10.7196 45.6582 10.7196 45.6582Z' fill='%230067B3'/%3E %3Cpath d='M15.0619 53.0674C15.0619 53.0674 14.447 49.4932 10.5365 47.8768C6.62349 46.2554 3.24512 47.7187 3.24512 47.7187C3.24512 47.7187 4.0734 51.8802 7.88348 53.4614C11.6936 55.0352 15.0619 53.0674 15.0619 53.0674Z' fill='%230067B3'/%3E %3Cpath d='M16.9599 56.1446C12.8838 55.0051 9.70117 56.8599 9.70117 56.8599C9.70117 56.8599 11.0189 60.8909 14.9896 62.0028C18.9653 63.1147 22.0726 60.7579 22.0726 60.7579C22.0726 60.7579 21.036 57.2816 16.9599 56.1446Z' fill='%230067B3'/%3E %3Cpath d='M13.2523 22.7401L11.4401 21.8491C11.3447 22.0474 2.02285 41.8483 28.2165 64.2394L29.5267 62.7059C4.588 41.384 12.8858 23.4906 13.2523 22.7401Z' fill='%230067B3'/%3E %3Cpath d='M64.1258 27.9232C64.1258 27.9232 61.8995 25.0569 63.3402 21.0787C64.7784 17.0979 68.1417 15.5869 68.1417 15.5869C68.1417 15.5869 70.6542 19.0004 69.2486 22.8808C67.8506 26.7611 64.1258 27.9232 64.1258 27.9232Z' fill='%230067B3'/%3E %3Cpath d='M57.9542 29.9581C57.9542 29.9581 54.0663 29.6444 51.8374 26.1707C49.6111 22.6969 51.3129 18.8115 51.3129 18.8115C51.3129 18.8115 54.9222 19.5444 57.2112 23.1085C59.4953 26.6752 57.9542 29.9581 57.9542 29.9581Z' fill='%230067B3'/%3E %3Cpath d='M57.5598 34.5494C59.3594 38.382 57.4042 41.4391 57.4042 41.4391C57.4042 41.4391 53.5866 40.6209 51.8321 36.8886C50.0852 33.1513 52.2764 29.522 52.2764 29.522C52.2764 29.522 55.7602 30.7192 57.5598 34.5494Z' fill='%230067B3'/%3E %3Cpath d='M48.7726 37.6392C48.7726 37.6392 52.1259 39.1577 53.5591 43.146C54.9897 47.1317 52.7559 49.988 52.7559 49.988C52.7559 49.988 49.0387 48.8134 47.6432 44.9305C46.2476 41.0476 48.7726 37.6392 48.7726 37.6392Z' fill='%230067B3'/%3E %3Cpath d='M45.9715 58.5993C45.9715 58.5993 42.7463 56.4057 42.5279 52.2843C42.3121 48.163 45.7155 45.6255 45.7155 45.6255C45.7155 45.6255 48.4865 48.0476 48.7124 52.2768C48.9358 56.5061 45.9715 58.5993 45.9715 58.5993Z' fill='%230067B3'/%3E %3Cpath d='M59.1635 20.2527C59.1635 20.2527 55.7274 19.1031 54.7184 14.9944C53.7069 10.8856 55.6646 7.76074 55.6646 7.76074C55.6646 7.76074 59.6504 9.20646 60.6343 13.2173C61.6182 17.2207 59.1635 20.2527 59.1635 20.2527Z' fill='%230067B3'/%3E %3Cpath d='M64.1288 36.6601C64.1288 36.6601 62.8512 33.2642 65.3963 29.8883C67.9489 26.51 71.6058 26.0557 71.6058 26.0557C71.6058 26.0557 73.0039 30.0615 70.5165 33.3546C68.0292 36.6501 64.1288 36.6601 64.1288 36.6601Z' fill='%230067B3'/%3E %3Cpath d='M61.2772 45.6207C61.2772 45.6207 60.7853 42.0265 64.0206 39.2957C67.2584 36.5699 70.9229 36.9414 70.9229 36.9414C70.9229 36.9414 71.3948 41.1606 68.2398 43.8161C65.0848 46.4716 61.2772 45.6207 61.2772 45.6207Z' fill='%230067B3'/%3E %3Cpath d='M56.9326 53.0299C56.9326 53.0299 57.5501 49.4533 61.4605 47.8344C65.376 46.2129 68.7519 47.6762 68.7519 47.6762C68.7519 47.6762 67.9236 51.8377 64.1135 53.4164C60.301 54.9977 56.9326 53.0299 56.9326 53.0299Z' fill='%230067B3'/%3E %3Cpath d='M55.035 56.107C59.1111 54.97 62.2962 56.8223 62.2962 56.8223C62.2962 56.8223 60.981 60.8507 57.0078 61.9702C53.0345 63.077 49.9272 60.7202 49.9272 60.7202C49.9272 60.7202 50.9613 57.2465 55.035 56.107Z' fill='%230067B3'/%3E %3Cpath d='M58.7421 22.7026L60.5592 21.8115C60.6546 22.0098 69.9765 41.8107 43.7803 64.1993L42.4727 62.6657C67.4064 41.3489 59.1085 23.4505 58.7421 22.7026Z' fill='%230067B3'/%3E %3C/g%3E %3Cdefs%3E %3CclipPath id='clip0'%3E %3Crect width='71.9975' height='72' fill='white'/%3E %3C/clipPath%3E %3C/defs%3E %3C/svg%3E") 55px 40px no-repeat;
  background-size: 72px; }
.item-award__text {
    font-size: 20px; }
.item-award__list {
    font-size: 16px;
    margin-top: 8px; }
.item-document {
  padding: 40px 55px;
  background-color: #ECF1F5; }
.item-document:not(:last-child) {
    margin-bottom: 15px; }
.item-document__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
.item-document__wrapper > * {
      max-width: 100%; }
.item-document__info {
    width: 75%; }
.item-document__title {
    display: inline-block;
    font-size: 24px;
    line-height: 1.3;
    text-decoration: none;
    color: #1a1a1a; }
.item-document__title:not(:last-child) {
      margin-bottom: 25px; }
.item-document__title:hover {
      color: #0067B3; }
.item-document__number {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: rgba(26, 26, 26, 0.7); }
.item-gallery {
  position: relative;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 620px;
  padding: 60px 30px;
  text-decoration: none;
  color: white;
  outline: none; }
.item-gallery:hover {
    color: white; }
.item-gallery:hover:before {
      background: rgba(0, 18, 40, 0.5); }
.item-gallery:hover:after {
      opacity: 1; }
.item-gallery:not(:last-child) {
    margin-bottom: 10px; }
.item-gallery:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 18, 40, 0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
.item-gallery:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: white url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M31.7031 30.2969C31.901 30.4948 32 30.7292 32 31C32 31.2708 31.901 31.5052 31.7031 31.7031C31.5052 31.901 31.2708 32 31 32C30.7292 32 30.4948 31.901 30.2969 31.7031L18.0312 19.4531C17.0312 20.276 15.9375 20.9062 14.75 21.3438C13.5625 21.7812 12.3125 22 11 22C9.98958 22 9.01562 21.8698 8.07812 21.6094C7.14062 21.349 6.26562 20.9792 5.45312 20.5C4.64062 20.0208 3.90104 19.4479 3.23438 18.7812C2.56771 18.1146 1.98958 17.3698 1.5 16.5469C1.01042 15.724 0.640625 14.849 0.390625 13.9219C0.140625 12.9948 0.0104167 12.0208 0 11C0 9.98958 0.130208 9.01562 0.390625 8.07812C0.651042 7.14062 1.02083 6.26562 1.5 5.45312C1.97917 4.64062 2.55208 3.90104 3.21875 3.23438C3.88542 2.56771 4.63021 1.98958 5.45312 1.5C6.27604 1.01042 7.15104 0.640625 8.07812 0.390625C9.00521 0.140625 9.97917 0.0104167 11 0C12.0104 0 12.9844 0.130208 13.9219 0.390625C14.8594 0.651042 15.7344 1.02083 16.5469 1.5C17.3594 1.97917 18.099 2.55208 18.7656 3.21875C19.4323 3.88542 20.0104 4.63021 20.5 5.45312C20.9896 6.27604 21.3594 7.15104 21.6094 8.07812C21.8594 9.00521 21.9896 9.97917 22 11C22 12.3021 21.7812 13.5469 21.3438 14.7344C20.9062 15.9219 20.276 17.0208 19.4531 18.0312L31.7031 30.2969ZM11 20C12.2396 20 13.4062 19.7656 14.5 19.2969C15.5938 18.8281 16.5469 18.1823 17.3594 17.3594C18.1719 16.5365 18.8125 15.5833 19.2812 14.5C19.75 13.4167 19.9896 12.25 20 11C20 9.76042 19.7656 8.59375 19.2969 7.5C18.8281 6.40625 18.1823 5.45312 17.3594 4.64062C16.5365 3.82812 15.5833 3.1875 14.5 2.71875C13.4167 2.25 12.25 2.01042 11 2C9.76042 2 8.59375 2.23438 7.5 2.70312C6.40625 3.17188 5.45312 3.81771 4.64062 4.64062C3.82812 5.46354 3.1875 6.41667 2.71875 7.5C2.25 8.58333 2.01042 9.75 2 11C2 12.2396 2.23438 13.4062 2.70312 14.5C3.17188 15.5938 3.81771 16.5469 4.64062 17.3594C5.46354 18.1719 6.41667 18.8125 7.5 19.2812C8.58333 19.75 9.75 19.9896 11 20ZM12 10H16V12H12V16H10V12H6V10H10V6H12V10Z' fill='%230067B3'/%3E %3C/svg%3E") center center no-repeat;
    background-size: 46%;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
.item-gallery__img {
    position: absolute;
    top: 0;
    left: 0;
    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;
    width: 100%;
    height: 100%;
    overflow: hidden; }
.item-gallery__img img {
      width: 100%;
      min-height: 100%;
      -o-object-fit: cover;
         font-family: "object-fit:cover";
         object-fit: cover; }
.item-gallery__title {
    position: relative;
    z-index: 2;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2; }
.item-gallery--sm {
    height: 305px; }
.item-project {
  position: relative;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 620px;
  padding: 60px 30px;
  text-decoration: none;
  color: white; }
.item-project:hover {
    color: white; }
.item-project:hover:before {
      background: rgba(0, 18, 40, 0.7); }
.item-project:not(:last-child) {
    margin-bottom: 10px; }
.item-project:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 18, 40, 0.5);
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
.item-project__img {
    position: absolute;
    top: 0;
    left: 0;
    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;
    width: 100%;
    height: 100%;
    overflow: hidden; }
.item-project__img img {
      width: 100%;
      min-height: 100%;
      -o-object-fit: cover;
         font-family: "object-fit:cover";
         object-fit: cover; }
.item-project__title {
    position: relative;
    z-index: 2;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.2; }
.item-project--sm {
    height: 305px; }
.item-vacancy {
  background-color: #ECF1F5; }
.item-vacancy:not(:last-child) {
    margin-bottom: 15px; }
.item-vacancy__top {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 40px 350px 40px 55px;
    cursor: pointer; }
.item-vacancy__top:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 55px;
      width: calc(100% - 110px);
      height: 1px;
      background-color: rgba(0, 18, 40, 0.2);
      opacity: 0;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
.item-vacancy__top:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 50px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 48px;
      height: 48px;
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg' stroke='%230067B3' stroke-width='2px'%3E %3Cpath d='M12 18L24 30L36 18'/%3E %3C/svg%3E") center center no-repeat;
      background-size: 100%;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
.item-vacancy__top--open:before {
      opacity: 1; }
.item-vacancy__top--open:after {
      -webkit-transform: translateY(-50%) rotate(180deg);
              transform: translateY(-50%) rotate(180deg); }
.item-vacancy__dropdown {
    display: none;
    position: relative;
    padding: 55px 55px 90px; }
.item-vacancy__cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
.item-vacancy__cols > * {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
.item-vacancy__cols:last-child {
      margin-bottom: -75px; }
.item-vacancy__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 75px; }
.item-vacancy__info:not(:last-child) {
    margin-right: 50px; }
.item-vacancy__city {
    font-size: 18px;
    text-transform: uppercase; }
.item-vacancy__city:not(:last-child) {
      margin-bottom: 10px; }
.item-vacancy__position {
    margin-top: 0;
    font-size: 36px;
    font-weight: 700;
    color: #001228;
    line-height: 1.2; }
.item-vacancy__salary {
    font-size: 36px;
    font-weight: 700;
    color: #001228;
    white-space: nowrap;
    line-height: 1.2; }
.item-vacancy__title {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2; }
.item-vacancy__title:first-child {
      margin-top: 0; }
.item-vacancy__title:last-child {
      margin-bottom: 0; }
.item-vacancy__text {
    width: 530px;
    max-width: 100%;
    font-size: 20px; }
.langs {
  position: relative; }
.langs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none; }
.langs li:not(:last-child) {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #F1F1F1; }
.langs li.active a {
    color: #0067B3;
    font-weight: 700;
    cursor: default; }
.langs a {
    color: #001228;
    text-decoration: none;
    font-size: 18px; }
.langs a:hover {
      color: #0067B3; }
.list {
  list-style: none;
  padding: 0; }
.list li {
    position: relative;
    padding-left: 1em; }
.list li:before {
      position: absolute;
      top: 0.75rem;
      left: 0;
      content: '';
      display: block;
      width: 0.2em;
      height: 0.2em;
      border-radius: 2px;
      background-color: currentColor; }
.list li .list {
      padding-top: 1.5em; }
.list--indent > li:not(:last-child) {
    padding-bottom: 1.5em; }
.list--bold {
    font-weight: 700;
    color: #1a1a1a; }
.list--col-2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2; }
.list--col-2 li {
      overflow: hidden;
      -webkit-column-break-inside: avoid;
      page-break-inside: avoid;
      -moz-column-break-inside: avoid;
           break-inside: avoid;
      break-inside: avoid-column; }
.list--arrow li {
    padding-left: 1.5em; }
.list--arrow li:before {
      content: '→';
      top: 0;
      left: 0;
      width: auto;
      height: auto;
      background: none;
      font-family: Arial;
      font-weight: 700; }
.logo {
  white-space: nowrap; }
.logo img {
    display: block; }
.main-nav * {
  height: 100%; }
.main-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style: none; }
.main-nav li:not(:last-child) {
  margin-right: 45px; }
.main-nav li.active a {
  color: #0067B3;
  font-weight: 700;
  cursor: default; }
.main-nav li.active a:after {
    width: 100%; }
.main-nav a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  text-decoration: none;
  color: #001228;
  white-space: nowrap; }
.main-nav a:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #0067B3;
    -webkit-transition: width 0.3s;
    transition: width 0.3s; }
.main-nav a:hover {
    color: #0067B3; }
.main-nav a:hover:after {
      width: 100%; }
.numbers {
  padding: 40px 60px;
  background-color: #ECF1F5; }
.numbers__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -30px; }
.numbers__items > * {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
.numbers__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px; }
.numbers__title {
    font-size: 48px;
    font-weight: 700;
    color: #0067B3;
    line-height: 1.04;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
.numbers__title:not(:last-child) {
      margin-right: 25px; }
.numbers__text {
    font-size: 24px;
    color: #515151;
    line-height: 1.4; }
@-ms-viewport {
  width: device-width; }
.page {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  min-width: 320px;
  min-height: 100%; }
.page__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100vh;
    overflow: hidden; }
.page__content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-top: 160px;
    padding-bottom: 160px; }
.page__footer {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }
* {
  -webkit-tap-highlight-color: transparent; }
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  margin: 0;
  font-family: "Exo 2", -apple-system, BlinkMacSystemFont, "Roboto", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
  color: #1a1a1a;
  background-color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
[tabindex='-1']:focus {
  outline: none !important; }
[role='button'] {
  cursor: pointer; }
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }
a,
button,
[role='button'],
input,
label,
select,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  margin: 0; }
button,
input {
  font-family: "Exo 2", -apple-system, BlinkMacSystemFont, "Roboto", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  overflow: visible;
  text-transform: none; }
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; }
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none; }
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox; }
textarea {
  overflow: auto;
  resize: vertical; }
svg {
  fill: currentColor; }
a svg,
  button svg {
    pointer-events: none; }
svg:not(:root) {
    overflow: hidden; }
img {
  display: block;
  max-width: 100%;
  height: auto; }
a {
  color: #0067B3;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
a:hover, a:focus {
    color: #003b67; }
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  border: 0;
  overflow: visible;
  margin-top: 2em;
  margin-bottom: 2em;
  border-top: 1px solid #F1F1F1; }
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: "Exo 2", -apple-system, BlinkMacSystemFont, "Roboto", "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  line-height: 1.2;
  color: currentColor; }
h1:first-child,
  h2:first-child,
  h3:first-child,
  h4:first-child,
  h5:first-child,
  h6:first-child {
    margin-top: 0; }
h1:last-child,
  h2:last-child,
  h3:last-child,
  h4:last-child,
  h5:last-child,
  h6:last-child {
    margin-bottom: 0; }
h1 {
  font-size: 48px; }
h2 {
  font-size: 36px; }
h3 {
  font-size: 28px; }
h4 {
  font-size: 20px; }
ul,
ol,
dl,
table,
blockquote,
pre,
address,
figure {
  margin-top: 1.5em;
  margin-bottom: 1.5em; }
ul:last-child,
  ol:last-child,
  dl:last-child,
  table:last-child,
  blockquote:last-child,
  pre:last-child,
  address:last-child,
  figure:last-child {
    margin-bottom: 0; }
ul:first-child,
  ol:first-child,
  dl:first-child,
  table:first-child,
  blockquote:first-child,
  pre:first-child,
  address:first-child,
  figure:first-child {
    margin-top: 0; }
p {
  margin: 0; }
p + p {
    margin-top: 1.5em; }
li p {
  margin: 0; }
address {
  font-style: normal; }
ul,
ol {
  padding-left: 1.5em; }
ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-top: 0;
    margin-bottom: 0; }
li {
  line-height: inherit; }
small {
  font-size: 0.75em; }
sub,
sup {
  font-size: 0.75em; }
b,
strong {
  font-weight: bolder; }
blockquote {
  padding: 0;
  margin-left: 0;
  margin-right: 0; }
code,
kbd,
pre {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace; }
code {
  padding: 0.06em 0.3em;
  color: #1a1a1a;
  background-color: rgba(0, 0, 0, 0.08);
  border-radius: 3px; }
kbd {
  padding: 0.06em 0.3em;
  color: #1a1a1a;
  background-color: #F1F1F1;
  border-radius: 3px; }
kbd kbd {
    padding: 0; }
pre {
  display: block;
  width: 100%;
  margin-bottom: 1em;
  overflow-x: auto;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
  background-color: rgba(0, 0, 0, 0.08); }
pre code {
    background: transparent; }
.visible-mobile {
  display: none; }
.link-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 50px;
  margin-bottom: 15px; }
.link-icon:last-child {
    margin-right: 0; }
.link-icon .icon {
    margin-right: 15px; }
.link-icon--nowrap {
    white-space: nowrap; }
.page-description {
  font-weight: bold;
  font-size: 28px;
  line-height: 34px;
  color: #333333;
  max-width: 1365px;
  margin-bottom: 70px; }
.green {
  color: #007B36; }
.red {
  color: #B32112; }
.blue {
  color: #007DB3; }
.red-dark {
  color: #841348; }
.blue-dark {
  color: #004896; }
.violet {
  color: #4F246B; }
.fancybox-bg.white {
  background: #fff;
  opacity: 1; }
.page-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.page-nav__item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 70px;
    height: 70px;
    padding: 0;
    border-radius: 50%;
    border: 2px solid #DDD;
    background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 24 24' fill='%23DDD' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M7.71094 23.707L6.29297 22.2891L16.582 12L6.29297 1.71094L7.71094 0.292969L19.418 12L7.71094 23.707Z'/%3E %3C/svg%3E") center center no-repeat;
    background-size: 24px;
    font-size: 0;
    cursor: pointer;
    -webkit-transition: none;
    transition: none; }
.page-nav__item:not(:last-child) {
      margin-right: 15px; }
.page-nav__item:hover, .page-nav__item:focus {
      background: #0067B3 url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 24 24' fill='white' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M7.71094 23.707L6.29297 22.2891L16.582 12L6.29297 1.71094L7.71094 0.292969L19.418 12L7.71094 23.707Z'/%3E %3C/svg%3E") center center no-repeat;
      border-color: #0067B3;
      background-size: 24px; }
.page-nav__item--prev {
      -webkit-transform: scaleX(-1);
              transform: scaleX(-1); }
.page-title {
  font-size: 48px;
  font-weight: 700;
  color: #001228; }
.page-title:not(:last-child) {
    margin-bottom: 20px; }
.page-title--sm {
    font-size: 36px; }
.page-title--sm:not(:last-child) {
      margin-bottom: 1.5em; }
.partners__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.partners__row > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
.partners__col {
-webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: calc(16.66667% - 10px);
    padding-left: 42.5px;
    padding-right: 42.5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #DDDDDD;
    margin-right: 10px;
    margin-bottom: 10px;
           }
.partners__img {
  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;
  width: 100%;
  height: 80px;
  padding: 20px 0;
 
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }
.partners__img img {
    max-width: 100%;
    max-height: 100%; }
.partners__img:hover {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
    opacity: 1; }
.play {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: white;
  text-decoration: none;
  line-height: 1.2;
  outline: none; }
.play span {
    position: relative; }
.play__icon {
    position: relative;
    width: 125px;
    height: 125px;
    border: 2px solid white;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
.play__icon:before {
      content: '';
      position: absolute;
      top: 50%;
      left: calc(50% + 5px);
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      display: block;
      width: 0;
      height: 0;
      border: 20px solid transparent;
      border-right: none;
      border-left: 35px solid white; }
.play__icon:not(:last-child) {
      margin-bottom: 10px; }
.play:hover, .play:focus {
    color: white; }
.play:hover .play__icon, .play:focus .play__icon {
      background-color: white; }
.play:hover .play__icon:before, .play:focus .play__icon:before {
        border-left-color: #0067B3; }
.project-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px; }
.project-info__item:not(:last-child) {
    margin-bottom: 20px; }
.project-info__item .icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 15px; }
.projects:last-child {
  margin-bottom: -160px; }
.projects__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px; }
.projects__header > * {
    margin-bottom: 0; }
.projects__more {
  display: none; }
.projects__tags.tags {
  margin-bottom: 5px;
  margin-right: 50px; }
.projects__list {
  margin-bottom: 20px; }
.projects__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: -10px; }
.projects__row > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
.projects__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px; }
.projects__col--wide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-left: 5px;
    padding-right: 5px; }
.projects__col--narrow {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
    padding-left: 5px;
    padding-right: 5px; }
.pfojects-reference {
  position: absolute;
  top: 110px;
  display: none;
  right: 0;
  width: 1200px;
  max-width: 100%;
  padding: 90px;
  background: #fff;
  z-index: 9;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25); }
.pfojects-reference.open {
    opacity: 1;
        display: block;
    pointer-events: all; }
.pfojects-reference__close {
    position: absolute;
    top: 37px;
    right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    height: 70px;
    border: 2px solid #DDD;
    border-radius: 50%;
    color: #DDD; }
.pfojects-reference__close .icon {
      display: block;
      width: 23px;
      height: 23px;
      margin: auto; }
.pfojects-reference__close:hover {
      border-color: #0067B3;
      background: #0067B3;
      color: white; }
.pfojects-reference__title {
    font-weight: bold;
    font-size: 48px;
    line-height: 58px;
    color: #001228;
    margin-bottom: 55px;
    margin-right: 50px; }
.pfojects-reference__ol {
    font-size: 20px;
    line-height: 42px;
    color: #0167B3;
    padding-left: 35px; }
.pfojects-reference__link {
    color: #0167B3;
    text-decoration: underline; }
.pfojects-reference__link:hover {
      text-decoration: none; }
.projects-preview__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: -10px; }
.projects-preview__row > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
.projects-preview__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
  height: 460px; }
.projects-preview__col .item-project {
    height: 100%; }
.purchases__footer {
  margin-top: 80px;
  text-align: center; }
.purchases__bottom {
  margin-top: 80px; }
.purchases__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 65px; }
.purchases__text {
  max-width: 830px; }
.purchases-table--last-right td:last-child {
  text-align: right; }
.purchases-table__date {
  display: block;
  color: #1a1a1a;
  letter-spacing: 0.03em;
  font-size: 18px; }
.purchases-table__number {
  display: block;
  font-weight: 700;
  color: #0067B3;
  letter-spacing: 0.03em;
  font-size: 18px; }
.purchases-table__subject {
  color: #0067B3;
  font-size: 20px; }
.search {
  padding: 40px 0;
  border-top: 2px solid #F1F1F1;
  border-bottom: 2px solid #F1F1F1;
  display: none; }
.search:not(:last-child) {
    margin-bottom: 60px; }
.search__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -25px;
    margin-right: -25px;
    margin-bottom: -40px; }
.search__row > * {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
.search__col-wide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 40px; }
.search__col-wide > * {
      margin-bottom: 0; }
.search__col-narrow {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 40px; }
.search__col-narrow > * {
      margin-bottom: 0; }
.search__btn, .search__reset {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 0; }
.search__field-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
.search__field-group > * {
      margin-bottom: 0; }
.search__field-group .field-text {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0; }
.search__field-group .field-text:not(:last-child) {
        margin-right: 30px; }
.search__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.search-btn {
  position: relative;
  display: inline-block;
  padding: 15px 32px;
  border: 2px solid #0067B3;
  background-color: transparent;
  border-radius: 30px;
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 1.2;
  color: #0067B3;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer; }
.search-btn:hover:not(.search-btn--active) {
    border-color: #004a80;
    color: #004a80; }
.search-btn:hover, .search-btn:active {
    color: #fff; }
.search-btn--active {
    background-color: #0067B3;
    color: #fff; }
.section:not(:last-child) {
  margin-bottom: 50px; }
.slick-arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 70px;
  height: 70px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid #DDD;
  background: white url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 24 24' fill='%23DDD' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M7.71094 23.707L6.29297 22.2891L16.582 12L6.29297 1.71094L7.71094 0.292969L19.418 12L7.71094 23.707Z'/%3E %3C/svg%3E") center center no-repeat;
  background-size: 24px;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: background 0.3s border-color 0.3s;
  transition: background 0.3s border-color 0.3s; }
.slick-arrow:not(:last-child) {
    margin-right: 15px; }
.slick-arrow:hover, .slick-arrow:focus {
    background: #0067B3 url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 24 24' fill='white' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M7.71094 23.707L6.29297 22.2891L16.582 12L6.29297 1.71094L7.71094 0.292969L19.418 12L7.71094 23.707Z'/%3E %3C/svg%3E") center center no-repeat;
    border-color: #0067B3;
    background-size: 24px; }
.slick-prev {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1); }
.slick-slide {
  outline: none; }
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style: none; }
.social:last-child {
    margin-bottom: -15px; }
.social__link-wrap {
    margin-bottom: 15px; }
.social__link-wrap:not(:last-child) {
      margin-right: 30px; }
.social__link {
    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;
    width: 35px;
    height: 35px;
    border: 1px solid white;
    border-radius: 50%; }
.social__link:hover {
      border-color: #0067B3; }
.social__link:hover .icon {
        fill: #0067B3; }
.social__link .icon {
      max-width: 50%;
      max-height: 50%;
      fill: #fff;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
.social__text {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    clip: rect(0 0 0 0);
    overflow: hidden; }
.software__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -42.5px;
  margin-right: -42.5px; }
.software__row > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
.software__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
  padding-left: 42.5px;
  padding-right: 42.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.software__img {
  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;
  width: 100%;
  height: 60px;
  padding: 20px 0;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }
.software__img img {
    max-width: 90%;
    max-height: 100%; }
.software__img:hover {
    -webkit-filter: grayscale(0);
            filter: grayscale(0); }
.table {
  display: table;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
  border-collapse: collapse;
  word-break: break-word; }
.table td,
  .table th {
    /*min-width: 200px;*/
    padding: 5px 12px;
    vertical-align: top;
    border-bottom: 1px solid #0067B3; }
.table td:first-child,
    .table th:first-child {
      padding-left: 0; }
.table td:last-child,
    .table th:last-child {
      padding-right: 0; }
.table th {
    text-align: inherit; }
.table-responsive {
  width: 100%;
  margin: 0;
  border-collapse: collapse; }
.table-responsive thead {
    background-color: #ECF1F5; }
.table-responsive td,
  .table-responsive th {
    vertical-align: top; }
.table-responsive th {
    padding: 30px;
    text-align: inherit;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #1a1a1a;
    font-weight: 400;
    line-height: 1.2; }
.table-responsive td {
    padding: 60px 30px;
    font-size: 20px;
    color: #515151;
    line-height: 1.3; }
.table-responsive tr {
    border-bottom: 2px solid #F1F1F1; }
.table-responsive tr:nth-child(n + 4) {
      display: none; }
.tags {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin-left: -7px;
  margin-right: -7px;
  list-style: none; }
.tags:last-child {
    margin-bottom: -15px; }
.tags__item {
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 15px; }
.tags__item:hover:not(.tags__item--active) .tags__link {
      border-color: #004a80;
      color: #004a80; }
.tags__item--active .tags__link {
      background-color: #0067B3;
      color: #fff; }
.tags__item--active .tags__link:hover, .tags__item--active .tags__link:focus {
        border-color: #0067B3; }
.tags__link {
    position: relative;
    display: inline-block;
    padding: 15px 32px;
    border: 2px solid #0067B3;
    background-color: transparent;
    border-radius: 30px;
    font-size: 18px;
    letter-spacing: 0.03em;
    line-height: 1.2;
    color: #0067B3;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
button.tags__link {
      cursor: pointer; }
.text-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  line-height: 1;
  color: #0067B3;
  text-decoration: none;
  white-space: nowrap; }
.text-link .icon {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
.text-link .icon:last-child {
      margin-left: 10px; }
.text-link .icon:first-child {
      margin-right: 10px; }
.text-link:hover {
    color: #0067B3;
    text-decoration: underline; }
.text-link--uppercase {
    text-transform: uppercase; }
@media (max-width: 2000px) {
        .hero--main .hero__main-info {
          margin-left: 130px;
          margin-right: 130px;
          max-width: calc(100% - 260px); } }
@media (max-width: 1860px) {
      .header__nav {
        padding: 0 30px; }
      .header__langs {
        padding: 0 30px; }
      .header__burger {
        padding: 0 0 0 30px; }
    .main-nav a {
      font-size: 18px; } }
@media (max-width: 1679px) {
    .main-nav li:not(:last-child) {
        margin-right: 20px;
    }
    .main-nav a {
        font-size: 14px;
    }
    .activity {
      font-size: 18px; }
      .baron__scroller {
        padding-left: 30px;
        padding-top: 30px; }
    .categories__titles {
      height: 550px; }
      .item-category__img {
        width: 80px;
        height: 80px; }
      .item-category__title {
        font-size: 18px; }
      .item-category__text {
        font-size: 14px; }
      .category-info__subtitle {
        font-size: 18px; }
    .certs__left {
      padding-right: 250px; }
    .certs__text {
      font-size: 18px; }
    .certs__info {
      height: 350px; }
    .certs-slider .slick-dots {
      left: 250px; }
    .certs-slider__title {
      font-size: 24px; }
    .certs-slider__img {
      width: 400px; }
    .certs-slider__preview {
      width: 350px;
      height: 350px;
      padding: 60px 85px; }
    .certs-slider__info {
      padding-left: 250px; }
    .certs-slider__nav {
      top: 300px; }
      .certs-slider__nav .slick-arrow {
        width: 50px;
        height: 50px; }
    .contacts:last-child {
      margin-bottom: -10px; }
    .contacts-box {
      width: 550px; }
      .contacts-box__subtitle {
        font-size: 24px; }
      .contacts-box__item {
        font-size: 20px; }
      .contacts-full:last-child {
        margin-bottom: -130px; }
    .descr__row {
      margin-left: -30px;
      margin-right: -30px; }
      .descr__row:not(:last-child) {
        margin-bottom: 60px; }
    .descr__col {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 55%;
              flex: 0 0 55%;
      max-width: 55%;
      padding-left: 30px;
      padding-right: 30px; }
      .descr__col--narrow {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 45%;
                flex: 0 0 45%;
        max-width: 45%;
        padding-left: 30px;
        padding-right: 30px; }
      .dropdown-menu__subtitle {
        font-size: 24px; }
      .dropdown-menu__contact {
        font-size: 20px; }
      .event__inner {
        padding: 30px 10px; }
      .event__title {
        font-size: 24px; }
      .event__text {
        font-size: 16px; }
      .field-checkbox__title {
        font-size: 18px; }
      .field-text__name {
        font-size: 18px; }
        .field-text__input--sm {
          width: 100%; }
      .footer__link {
        font-size: 16px; }
      .footer__contacts-group {
        max-width: 300px; }
        .footer__contacts-group:not(:last-child) {
          margin-right: 50px; }
      .footer__contacts-title {
        font-size: 16px; }
      .footer__contacts-item {
        font-size: 16px; }
      .footer__contacts-phone {
        font-size: 22px; }
      .footer__contacts-email {
        font-size: 16px; }
      .footer__copyright {
        font-size: 16px; }
      .footer-nav a {
        font-size: 16px; }
        .footer-nav__list:not(:last-child) {
          margin-right: 50px; }
        .footer-nav__list--big li:not(:last-child) {
          margin-bottom: 50px; }
        .footer-nav__list--big a {
          font-size: 24px; }
    .gallery:last-child {
      margin-bottom: -130px; }
    .gallery__col {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%;
      padding-left: 5px;
      padding-right: 5px; }
      .gallery__col--wide {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        padding-left: 5px;
        padding-right: 5px; }
    .geography {
      padding: 100px 0;
      min-height: 850px; }
    .geography-box {
      padding: 30px; }
      .geography-box__title {
        font-size: 24px; }
      .header__wrapper {
        height: 80px; }
      .header__nav {
        /*display: none; */}
    .hero {
      margin-top: -130px;
      padding-top: 130px;
      padding-bottom: 80px; }
      .hero__title {
        font-size: 44px; }
        .hero__title--big {
          font-size: 64px; }
      .hero__subtitle {
        font-size: 28px; }
        .hero__text--big {
          font-size: 18px; }
      .hero__play {
        right: 60px;
        bottom: 60px; }
    .history__years-items {
      width: calc(100% - 200px); }
      .history__years-items .slick-current .history__year {
        font-size: 44px; }
    .history__year {
      font-size: 32px; }
    .info-box {
      padding: 40px; }
      .info-box__text {
        font-size: 20px; }
        .info-box__text--big {
          font-size: 24px; }
        .info-box__text--sm {
          font-size: 16px; }
      .info-box__title {
        font-size: 32px; }
        .info-box__title--sm {
          font-size: 24px; }
      .info-box--padding-bottom {
        padding-bottom: 100px; }
    .item-award {
      padding: 120px 30px 30px 30px;
      background-position: 30px 30px;
      background-size: 60px; }
      .item-award__text {
        font-size: 18px; }
      .item-document__title {
        font-size: 20px; }
      .item-document__number {
        font-size: 16px; }
      .item-gallery__title {
        font-size: 24px; }
      .item-project__title {
        font-size: 24px; }
      .item-vacancy__top {
        padding-right: 170px; }
      .item-vacancy__city {
        font-size: 16px; }
      .item-vacancy__position {
        font-size: 32px; }
      .item-vacancy__salary {
        font-size: 32px; }
      .item-vacancy__title {
        font-size: 24px; }
      .item-vacancy__text {
        font-size: 18px; }
      .langs a {
        font-size: 16px; }
    .numbers {
      padding: 40px; }
      .numbers__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
      .numbers__title {
        font-size: 34px; }
        .numbers__title:not(:last-child) {
          margin-right: 0;
          margin-bottom: 10px; }
      .numbers__text {
        font-size: 18px; }
      .page__content {
        padding-top: 120px;
        padding-bottom: 130px; }
    h1 {
      font-size: 44px; }
    h2 {
      font-size: 32px; }
    h3 {
      font-size: 24px; }
    h4 {
      font-size: 18px; }
    .page-description {
      font-size: 24px;
      line-height: 30px; }
      .page-nav__item {
        width: 60px;
        height: 60px; }
    .page-title {
      font-size: 42px; }
      .page-title--sm {
        font-size: 32px; }
    .partners__row {
       }
    .partners__col {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
          max-width: calc(25% - 10px);
      padding-left: 30px;
      padding-right: 30px; }
      .play span {
        font-size: 14px; }
      .play__icon {
        width: 80px;
        height: 80px; }
        .play__icon:before {
          border-width: 15px;
          border-left-width: 25px; }
    .project-info__item {
      font-size: 18px; }
    .projects:last-child {
      margin-bottom: -130px; }
    .projects__col {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%;
      padding-left: 5px;
      padding-right: 5px; }
      .projects__col--wide {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        padding-left: 5px;
        padding-right: 5px; }
    .pfojects-reference {
      top: 80px; }
  .projects-preview__all .icon {
    width: 40px;
    height: 20px; }
    .purchases-table__date {
      font-size: 16px; }
    .purchases-table__number {
      font-size: 16px; }
    .purchases-table__subject {
      font-size: 18px; }
      .search__row {
        margin-left: -15px;
        margin-right: -15px; }
      .search__col-wide {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;
        max-width: 58.33333%;
        padding-left: 15px;
        padding-right: 15px; }
      .search__col-wide--dates {
        width: 100%;
        max-width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; }
      .search__col-narrow {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;
        max-width: 41.66667%;
        padding-left: 15px;
        padding-right: 15px; }
    .section:not(:last-child) {
      margin-bottom: 130px; }
    .slick-arrow {
      width: 60px;
      height: 60px; }
    .software__row {
      margin-left: -30px;
      margin-right: -30px; }
    .software__col {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%;
      padding-left: 30px;
      padding-right: 30px; }
      .table-responsive th {
        padding: 20px;
        font-size: 16px; }
      .table-responsive td {
        padding: 40px 20px;
        font-size: 18px; }
    .text-link {
      font-size: 18px; } }
@media (max-width: 1440px) {
      .activity__wrapper {
        margin-left: -15px;
        margin-right: -15px; }
        .activity__wrapper .activity__content {
          padding-left: 15px;
          padding-right: 15px; }
        .activity__wrapper .activity__img {
          padding-left: 15px;
          padding-right: 15px; }
      .activity__icon {
        max-width: 160px;
        max-height: 160px; }
      .activity__footer {
        margin-left: -15px;
        margin-right: -15px; }
        .activity__footer .activity__content {
          padding-left: 15px;
          padding-right: 15px; }
        .activity__footer .activity__icon {
          padding-left: 15px;
          padding-right: 15px; }
      .activity__scheme-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        overflow: auto; }
        .activity__scheme-wrapper .activity__scheme img {
          width: 100%;
          min-width: 500px; }
        .activity__scheme-wrapper .activity__scheme:nth-child(2) {
          margin-left: 0;
          margin-top: 20px; }
      .baron__track {
        left: 15px; }
    .categories__wrapper {
      margin-left: -15px;
      margin-right: -15px; }
    .categories__titles {
      padding-left: 15px;
      padding-right: 15px; }
    .categories__content {
      padding-left: 15px;
      padding-right: 15px; }
      .categories__content--border {
        padding-left: 30px; }
      .category-info__wrapper {
        margin-left: -15px;
        margin-right: -15px; }
        .category-info__wrapper .category-info__content {
          padding-left: 15px;
          padding-right: 15px; }
        .category-info__wrapper .category-info__img {
          padding-left: 15px;
          padding-right: 15px; }
    .certs__left {
      padding-right: 220px; }
    .certs-slider .slick-dots {
      left: 220px; }
    .certs-slider__img {
      width: 330px; }
    .certs-slider__info {
      padding-left: 220px; }
      .footer__contacts {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .footer__contacts-group:not(:last-child) {
          margin-right: 0; }
    .footer-nav {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .footer-nav li:not(:last-child) {
        margin-bottom: 10px; }
      .footer-nav a {
        font-size: 18px;
        font-weight: 600; }
        .footer-nav__list--big li:not(:last-child) {
          margin-bottom: 10px; }
        .footer-nav__list--big a {
          font-size: 18px; } }
@media (max-width: 1360px) {
    .header__nav{
        display: none;
    }
}
@media (max-width: 1199px) {
    
    .activity .list--col-2 {
      -webkit-column-count: 1;
         -moz-column-count: 1;
              column-count: 1; }
        .activity__wrapper .activity__content {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%;
          padding-left: 15px;
          padding-right: 15px; }
        .activity__wrapper .activity__img {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%;
          padding-left: 15px;
          padding-right: 15px; }
      .activity__icon {
        max-width: 120px;
        max-height: 120px; }
        .activity__icon--top {
          margin-top: -50px; }
        .activity__scheme-wrapper:not(:last-child) {
          margin-bottom: 40px; }
        .activity__scheme:not(:last-child) {
          margin-bottom: 40px; }
    .awards__col {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      padding-left: 5px;
      padding-right: 5px; }
    .categories__titles {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 41.66667%;
              flex: 0 0 41.66667%;
      max-width: 41.66667%;
      padding-left: 15px;
      padding-right: 15px; }
    .categories__content {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 58.33333%;
              flex: 0 0 58.33333%;
      max-width: 58.33333%;
      padding-left: 15px;
      padding-right: 15px; }
      .categories__content--border {
        padding-left: 30px; }
        .category-info__wrapper .category-info__content {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%;
          padding-left: 15px;
          padding-right: 15px; }
    .category-info__img:not(:last-child) {
      margin-bottom: 30px; }
    .certs__left {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      padding-right: 0; }
    .certs__right {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
    .certs__logo {
      display: none; }
    .certs__info {
      height: auto;
      padding: 50px 0; }
      .certs__info:after {
        display: none; }
    .certs-slider .slick-dots {
      left: 380px;
      bottom: 50px; }
  .certs-slider__item {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 50px 0; }
    .certs-slider__item:before {
      content: '';
      position: absolute;
      top: 0;
      left: calc((100vw - 100%) / -2);
      width: 100vw;
      height: 100%;
      background-color: #001228; }
    .certs-slider__title {
      font-size: 20px; }
    .certs-slider__img {
      position: relative;
      -webkit-transform: none;
              transform: none;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-right: 50px; }
    .certs-slider__preview {
      display: none; }
    .certs-slider__info {
      padding: 50px 0; }
      .certs-slider__info:before {
        display: none; }
    .certs-slider__nav {
      display: none; }
    .contacts-box {
      width: 450px;
      padding: 40px 30px; }
    .contacts-box {
      width: 450px; }
      .contacts-box__item {
        font-size: 18px; }
      .contacts-box--no-padding {
        padding: 0; }
    .descr__col {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      padding-left: 30px;
      padding-right: 30px; }
    .descr__col--order-deks {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1; }
      .descr__col:first-child .descr__img {
        margin-left: 0; }
      .descr__col:last-child .descr__img {
        margin-right: 0; }
    .descr__img {
      width: 100%;
      height: 400px; }
      .dropdown-menu__contact {
        font-size: 18px; }
      .dropdown-nav li {
        margin-bottom: 20px; }
      .dropdown-nav a {
        font-size: 24px; }
    .footer__logo {
      width: 200px; }
      .footer__contacts-phone {
        font-size: 18px; }
    .gallery__col {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%;
      padding-left: 5px;
      padding-right: 5px; }
      .gallery__col--wide .item-gallery--sm {
        height: 500px; }
    .geography {
      min-height: 0; }
        .geography__map:before {
          height: 80px; }
        .geography__map:after {
          height: 80px; }
      .geography__map {
        position: relative;
        height: 500px;
        width: 100vw;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
        .geography__map[data-location="russia"] svg {
          top: -30%;
          left: 35%;
          -webkit-transform: translateX(-50%) scale(0.9);
                  transform: translateX(-50%) scale(0.9); }
        .geography__map[data-location="world"] svg {
          left: 40%;
          top: -80%;
          -webkit-transform: translateX(-50%) scale(0.4);
                  transform: translateX(-50%) scale(0.4); }
        .geography__map[data-location="arctic"] svg {
          left: 35%;
          top: 15%;
          -webkit-transform: translateX(-50%) scale(1);
                  transform: translateX(-50%) scale(1); }
      .geography__info {
        top: 0;
        width: 100%; }
      .geography-box__title {
        font-size: 20px; }
      .hero__title {
        font-size: 40px; }
        .hero__title--big {
          font-size: 48px; }
      .hero__subtitle {
        font-size: 22px; }
      .hero__play {
        position: static;
        bottom: 0;
        margin-left: 130px; }
        .hero--main .hero__main-info {
          margin-right: 0;
          max-width: calc(100% - 130px); }
      .history__years-items .slick-current .history__year {
        font-size: 40px; }
    .history__year {
      font-size: 28px; }
        .history__events-items.slick-slider .slick-list {
          padding-left: 10%;
          padding-right: 10%; }
      .info-box__text {
        font-size: 18px; }
        .info-box__text--big {
          font-size: 24px; }
        .info-box__text--sm {
          font-size: 16px; }
      .info-box__title {
        font-size: 28px; }
        .info-box__title--sm {
          font-size: 20px; }
    .item-document {
      padding: 30px; }
    .item-gallery {
      height: 500px; }
      .item-gallery--sm {
        height: 245px; }
    .item-project {
      height: 500px; }
      .item-project--sm {
        height: 245px; }
      .item-vacancy__top {
        padding: 30px 120px 30px 30px; }
        .item-vacancy__top:before {
          left: 30px;
          width: calc(100% - 60px); }
        .item-vacancy__top:after {
          right: 30px; }
      .item-vacancy__dropdown {
        padding: 30px; }
        .item-vacancy__cols:last-child {
          margin-bottom: -50px; }
      .item-vacancy__col {
        margin-bottom: 50px; }
      .item-vacancy__position {
        font-size: 28px; }
      .item-vacancy__salary {
        font-size: 28px; }
      .item-vacancy__title {
        font-size: 20px; }
      .numbers__text {
        font-size: 18px; }
    h1 {
      font-size: 40px; }
    h2 {
      font-size: 28px; }
    h3 {
      font-size: 20px; }
    .page-description {
      font-size: 20px;
      line-height: 26px; }
    .page-title {
      font-size: 36px; }
    .partners__col {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: calc(25% - 10px);
      padding-left: 30px;
      padding-right: 30px; }
    .play {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: left; }
        .play__icon:not(:last-child) {
          margin-bottom: 0;
          margin-right: 10px; }
    .projects__col {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%;
      padding-left: 5px;
      padding-right: 5px; }
      .projects__col--wide .item-project--sm {
        height: 500px; }
      .pfojects-reference__title {
        font-size: 36px;
        line-height: 48px; }
    .projects-preview__col {
      height: 400px; }
    .purchases__footer {
      margin-top: 70px; }
      .search__col-wide {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px; }
      .search__col-wide {
        margin-bottom: 30px; }
      .search__col-narrow {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px; }
      .search__col-narrow {
        margin-bottom: 30px; }
    .search-btn {
      font-size: 16px; }
        .social__link-wrap:not(:last-child) {
          margin-right: 15px; }
    .software__col {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%;
      padding-left: 30px;
      padding-right: 30px; }
    .table-responsive {
      display: block;
      border: 0; }
      .table-responsive thead {
        display: none; }
    .table-responsive tbody {
      display: block;
      width: 100%; }
      .table-responsive th {
        padding: 20px;
        font-size: 14px; }
      .table-responsive td {
        display: block;
        width: 100%;
        padding: 15px 30px; }
        .table-responsive td:before {
          content: attr(data-label);
          display: inline;
          text-transform: uppercase; }
      .table-responsive tr {
        display: block;
        background-color: #ECF1F5;
        border: none;
        padding: 20px 0; }
        .table-responsive tr:not(:last-child) {
          margin-bottom: 20px; }
      .tags__link {
        font-size: 16px; } }
@media (max-width: 991px) {
    .activity {
      font-size: 16px; }
        .activity__footer .activity__content {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          max-width: 100%;
          padding-left: 15px;
          padding-right: 15px; }
        .activity__footer .activity__icon.hidden-tablet {
          display: none; }
      .baron__scroller {
        padding: 0; }
      .baron__track {
        left: 0; }
    .btn {
      font-size: 14px; }
    .categories__titles {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      padding-left: 15px;
      padding-right: 15px; }
    .categories__titles {
      height: auto; }
    .categories__content {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      padding-left: 15px;
      padding-right: 15px; }
      .categories__content--border {
        border: none; }
    .item-category {
      width: 100%;
      padding: 25px 50px 25px 0;
      border-bottom: 1px solid #F1F1F1; }
      .item-category:after {
        opacity: 1; }
      .item-category:not(:last-child) {
        margin-bottom: 0; }
    .item-category br {
      display: none; }
      .item-category__img {
        width: 70px;
        height: 70px; }
      .item-category__title {
        font-size: 16px; }
    .item-category--open {
      border-color: transparent; }
    .category-info {
      font-size: 14px;
      padding: 0 0 40px; }
      .category-info__title {
        display: none; }
      .category-info__subtitle {
        font-size: 16px; }
      .category-info--open {
        border-bottom: 1px solid #F1F1F1; }
      .certs__cols:before {
        display: none; }
      .certs__cols:after {
        display: none; }
    .certs__text {
      font-size: 16px; }
    .certs-slider__title {
      font-size: 18px; }
    .contacts:last-child {
      margin-bottom: -5px; }
    .contacts__cols {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      min-height: 0; }
    .contacts__left {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      padding: 40px 30px 40px 0; }
    .contacts__right {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100vw;
              flex: 0 0 100vw;
      max-width: 100vw;
      margin-left: -30px; }
    .contacts__map {
      height: 400px; }
        .contacts-box__group:not(:last-child) {
          margin-bottom: 30px; }
      .contacts-box__subtitle {
        font-size: 20px; }
      .contacts-box__item {
        font-size: 16px; }
    .contacts-full {
      padding: 0;
      min-height: 0; }
      .contacts-full:last-child {
        margin-bottom: -90px; }
      .contacts-full__map {
        position: relative;
        width: calc(100% + 60px);
        left: -30px;
        height: 400px; }
      .contacts-full__info {
        width: calc(100% + 60px);
        max-width: calc(100% + 60px);
        left: -30px; }
    .container {
      padding-left: 30px;
      padding-right: 30px; }
      .descr__row:not(:last-child) {
        margin-bottom: 50px; }
    .documents__tags.tags {
      margin-bottom: 30px; }
    .dropdown-menu {
      border-top-width: 100px; }
      .dropdown-menu__subtitle {
        font-size: 20px; }
      .dropdown-menu__contact {
        font-size: 16px; }
      .dropdown-nav a {
        font-size: 20px; }
    .event {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      padding-left: 15px;
      padding-right: 15px; }
      .event__title {
        font-size: 20px; }
      .event__text {
        font-size: 14px; }
      .field-checkbox__title {
        font-size: 16px; }
      .field-checkbox__name {
        font-size: 14px; }
      .field-text__name {
        font-size: 16px; }
      .field-text__input {
        font-size: 16px; }
    .footer {
      padding: 100px 0 100px; }
        .footer__group:not(:last-child) {
          margin-right: 30px; }
    .footer__logo {
      top: -70px;
      left: 0;
      position: absolute; }
      .footer__links {
        max-width: 250px; }
      .footer__contacts-phone {
        font-size: 16px; }
        .footer__contacts-phone:not(:last-child) {
          margin-bottom: 5px; }
      .footer__copyright {
        position: absolute;
        bottom: -30px;
        left: 0; }
      .footer__nav:not(:last-child) {
        margin-bottom: 0; }
    .gallery:last-child {
      margin-bottom: -90px; }
    .gallery__row {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      overflow-x: scroll; }
      .gallery__col--wide .item-gallery--sm {
        height: 400px; }
    .geography {
      padding: 90px 0; }
      .geography__map {
        height: 400px; }
        .geography__map[data-location="russia"] svg {
          top: -60%;
          -webkit-transform: translateX(-50%) scale(0.7);
                  transform: translateX(-50%) scale(0.7); }
        .geography__map[data-location="world"] svg {
          top: -115%;
          -webkit-transform: translateX(-50%) scale(0.3);
                  transform: translateX(-50%) scale(0.3); }
        .geography__map[data-location="arctic"] svg {
          top: 0;
          -webkit-transform: translateX(-50%) scale(0.9);
                  transform: translateX(-50%) scale(0.9); }
      .pin--active {
        width: 18px;
        height: 18px; }
      .header__wrapper {
        height: 70px; }
      .header__logo {
        width: 230px;
        padding-right: 30px; }
        .header--transparent:not(.header--fixed) .header__logo:after {
          width: calc(100% - 30px); }
    .hero {
      margin-top: -110px;
      padding-top: 110px;
      padding-bottom: 60px; }
      .hero__title {
        font-size: 36px; }
        .hero__title--big {
          font-size: 40px; }
      .hero__subtitle {
        font-size: 18px; }
        .hero__text--big {
          font-size: 16px; }
      .hero__scroll {
        padding: 30px 40px;
        font-size: 16px;
        bottom: -85px; }
      .hero__page-nav {
        margin-top: 50px;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
      .hero--sm {
        min-height: 550px; }
    .history__years-items {
      width: calc(100% - 150px); }
      .history__years-items .slick-current .history__year {
        font-size: 36px; }
    .history__year {
      font-size: 24px; }
    .info-box {
      padding: 30px; }
      .info-box__text {
        font-size: 16px; }
        .info-box__text--big {
          font-size: 22px; }
      .info-box__title {
        font-size: 24px; }
      .info-box--padding-bottom {
        padding: 30px; }
      .item-award__text {
        font-size: 16px; }
      .item-award__list {
        font-size: 14px; }
      .item-document__title {
        font-size: 18px; }
      .item-document__number {
        font-size: 14px; }
    .item-gallery {
      padding: 30px 20px;
      height: 400px; }
      .item-gallery__title {
        font-size: 20px; }
      .item-gallery--sm {
        height: 195px; }
    .item-project {
      padding: 30px 20px;
      height: 400px; }
      .item-project__title {
        font-size: 20px; }
      .item-project--sm {
        height: 195px; }
      .item-vacancy__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        .item-vacancy__top > * {
          max-width: 100%; }
        .item-vacancy__top:after {
          top: auto;
          bottom: 20px;
          right: 20px;
          -webkit-transform: translateY(0);
                  transform: translateY(0); }
        .item-vacancy__top--open:after {
          right: 20px;
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
      .item-vacancy__info:not(:last-child) {
        margin-right: 0;
        margin-bottom: 45px; }
      .item-vacancy__city {
        font-size: 14px; }
        .item-vacancy__city:not(:last-child) {
          margin-bottom: 0; }
      .item-vacancy__position {
        font-size: 24px; }
      .item-vacancy__salary {
        font-size: 24px; }
      .item-vacancy__title {
        font-size: 18px; }
      .item-vacancy__text {
        font-size: 16px; }
      .numbers__text {
        font-size: 16px; }
      .page__content {
        padding-bottom: 90px;
        padding-top: 110px; }
    h1 {
      font-size: 36px; }
    h2 {
      font-size: 24px; }
    h3 {
      font-size: 18px; }
    h4 {
      font-size: 16px; }
  .hidden-tablet {
    display: none; }
      .page-nav__item {
        width: 46px;
        height: 46px;
        border-width: 1px;
        background-size: 16px; }
        .page-nav__item:hover, .page-nav__item:focus {
          background-size: 16px; }
    .partners__col {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: calc(33.33333% - 10px);
      padding-left: 30px;
      padding-right: 30px; }
    .partners__img {
      height: 50px; }
      .play span {
        font-size: 12px; }
      .play__icon {
        width: 60px;
        height: 60px; }
        .play__icon:before {
          left: calc(50% + 2px);
          border-width: 10px;
          border-left-width: 15px; }
    .project-info__item {
      font-size: 16px; }
    .projects:last-child {
      margin-bottom: -90px; }
      .projects__col--wide .item-project--sm {
        height: 400px; }
    .pfojects-reference {
      top: 70px;
      padding: 50px; }
      .pfojects-reference__close {
        width: 50px;
        height: 50px; }
        .pfojects-reference__close .icon {
          width: 18px;
          height: 18px; }
      .pfojects-reference__ol {
        font-size: 18px;
        line-height: 36px; }
    .projects-preview__col {
      height: 350px; }
  .projects-preview__all .icon {
    width: 20px;
    height: 10px; }
    .purchases__footer {
      margin-top: 50px; }
    .purchases-table__date {
      font-size: 18px; }
    .purchases-table__number {
      font-size: 18px; }
    .search-btn {
      font-size: 14px;
      border-width: 1px; }
    .section:not(:last-child) {
      margin-bottom: 90px; }
    .slick-arrow {
      width: 46px;
      height: 46px;
      border-width: 1px;
      background-size: 16px; }
      .slick-arrow:hover, .slick-arrow:focus {
        background-size: 16px; }
    .software__col {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%;
      padding-left: 30px;
      padding-right: 30px; }
    .software__img {
      height: 50px; }
      .table-responsive td {
        font-size: 16px; }
      .tags__link {
        font-size: 14px;
        border-width: 1px; }
    .text-link {
      font-size: 16px; } }
@media (max-width: 767px) {
    .activity {
      font-size: 14px; }
    .awards__col {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      padding-left: 5px;
      padding-right: 5px; }
    .btn {
      min-width: 260px; }
      .burger > span {
        background-color: #001228; }
        .burger > span:before, .burger > span:after {
          background-color: #001228; }
        .burger--close > span:before, .burger--close > span:after {
          background: white; }
    .item-category {
      padding-right: 30px; }
      .item-category:after {
        width: 24px;
        height: 24px; }
      .item-category__img {
        width: 50px;
        height: 50px;
        margin-right: 10px; }
      .category-info__subtitle {
        font-size: 14px;
        font-weight: 300; }
      .category-info__text:not(:last-child) {
        margin-bottom: 30px; }
  .certs:not(:last-child) {
    margin-bottom: 80px; }
    .certs__text {
      font-size: 14px; }
  .certs-slider__items {
    margin-left: -10px;
    margin-right: -10px; }
  .certs-slider__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 10px; }
    .certs-slider__item:before {
      display: none; }
    .certs-slider__item > * {
      max-width: 100%; }
    .certs-slider__title {
      font-size: 16px; }
    .certs-slider__text {
      font-size: 14px; }
    .certs-slider__img {
      margin-right: 0;
      margin-bottom: 20px; }
    .certs-slider__info {
      padding: 0;
      background-color: transparent;
      color: #515151;
      text-align: center; }
  .certs-slider__download .icon {
    display: none; }
    .contacts__left {
      padding: 0 15px 40px 0; }
    .contacts__right {
      margin-left: -15px; }
    .contacts-box {
      padding: 40px 15px; }
      .contacts-box__item {
        font-size: 14px; }
        .contacts-box__item .icon {
          width: 16px;
          height: 16px;
          margin-right: 10px; }
      .contacts-box--no-padding {
        padding: 0; }
      .contacts-full__map {
        width: calc(100% + 30px);
        left: -15px; }
      .contacts-full__info {
        width: calc(100% + 30px);
        max-width: calc(100% + 30px);
        left: -15px; }
    .container {
      padding-left: 15px;
      padding-right: 15px; }
      .descr__row:not(:last-child) {
        margin-bottom: 30px; }
    .descr__img {
      height: 270px; }
    .descr__text {
      font-size: 14px; }
    .documents__tags.tags {
      margin-bottom: 32px; }
    .dropdown-menu {
      border-top-width: 80px; }
      .dropdown-menu__footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        .dropdown-menu__footer > * {
          width: 100%; }
      .dropdown-menu__contacts {
        margin-bottom: 30px; }
      .dropdown-menu__contact {
        font-size: 14px; }
        .dropdown-menu__contact .icon {
          width: 16px;
          height: 16px;
          margin-right: 10px; }
      .dropdown-nav a {
        font-size: 18px; }
      .event__inner {
        padding: 20px 0 130px;
        border: none; }
      .event__img {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        position: relative;
        padding-bottom: 60%;
        margin-bottom: 20px; }
        .event__img img {
          position: absolute;
          top: 0;
          left: 20px;
          right: 20px;
          bottom: 0;
          width: calc(100% - 40px);
          height: 100%;
          -o-object-fit: cover;
             font-family: "object-fit:cover";
             object-fit: cover; }
      .event__info {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; }
      .field-checkbox__title {
        font-size: 14px;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
      .field-checkbox__name {
        font-size: 12px;
        padding-left: 30px; }
        .field-checkbox__name-text:before {
          width: 16px;
          height: 16px;
          border-radius: 3px; }
        .field-checkbox__name-text:after {
          top: 9px;
          left: 3px;
          width: 10px;
          height: 5px;
          border-width: 1px; }
      .field-text__name {
        font-size: 14px;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
      .field-text__input {
        font-size: 14px; }
        .search .field-text__input {
          min-height: 32px; }
    .file-link {
      font-size: 14px; }
      .footer__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .footer__group:last-child {
          width: 100%;
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2;
          padding: 20px 0;
          border-top: 1px solid rgba(196, 196, 196, 0.4);
          border-bottom: 1px solid rgba(196, 196, 196, 0.4);
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start; }
        .footer__group:not(:last-child) {
          margin-right: 0; }
      .footer__links {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        text-align: left;
        max-width: 100%; }
      .footer__link {
        font-size: 14px; }
      .footer__contacts {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; }
        .footer__contacts-group:not(:last-child) {
          margin-right: 30px; }
      .footer__contacts-title {
        font-size: 14px; }
      .footer__copyright {
        bottom: -20px;
        font-size: 14px; }
    .footer-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .footer-nav a {
        font-size: 16px; }
    .gallery:last-child {
      margin-bottom: 0; }
    .gallery__row {
      padding-left: 5px;
      padding-right: 5px;
      margin-left: 0;
      margin-right: 0; }
    .gallery__col {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      padding-left: 10px;
      padding-right: 10px; }
    .gallery__col:nth-child(n + 5) {
      display: none; }
      .gallery__col--wide .item-gallery--sm {
        height: 195px; }
      .gallery__col--narrow {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px; }
      .gallery__col--narrow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: calc(100% + 20px);
        max-width: calc(100% + 20px);
        padding-left: 0;
        padding-right: 0; }
        .gallery__col--narrow .item-gallery {
          width: calc(50% - 20px);
          margin-left: 10px;
          margin-right: 10px; }
    .geography {
      padding: 80px 0; }
        .geography__map:before {
          height: 50px; }
        .geography__map:after {
          height: 50px; }
      .geography__map {
        height: 300px; }
        .geography__map[data-location="russia"] svg {
          top: -130%;
          -webkit-transform: translateX(-50%) scale(0.5);
                  transform: translateX(-50%) scale(0.5); }
        .geography__map[data-location="world"] svg {
          top: -170%;
          -webkit-transform: translateX(-50%) scale(0.25);
                  transform: translateX(-50%) scale(0.25); }
        .geography__map[data-location="arctic"] svg {
          top: -60%;
          -webkit-transform: translateX(-50%) scale(0.6);
                  transform: translateX(-50%) scale(0.6); }
      .pin--active {
        width: 12px;
        height: 12px; }
    .geography-box {
      padding: 20px; }
      .geography-box__text {
        font-size: 14px; }
    .header {
      border: none; }
      .header__wrapper {
        height: 60px; }
        .header__wrapper > *:not(:last-child) {
          border: none; }
      .header__logo {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 200px;
        padding-right: 0; }
      .header__langs {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
        margin-left: 0;
        padding: 0; }
      .header__langs {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1; }
      .header__burger {
        padding-left: 0; }
        .header--transparent:not(.header--fixed) .langs li.active a {
          color: #0067B3; }
        .header--transparent:not(.header--fixed) .langs a {
          color: #1a1a1a; }
        .header--transparent:not(.header--fixed) .langs__btn {
          background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg' stroke='white' stroke-width='2px'%3E %3Cpath d='M12 18L24 30L36 18'/%3E %3C/svg%3E") center right no-repeat;
          background-size: 24px; }
        .header--transparent:not(.header--fixed) .header__logo:after {
          width: 100%; }
    .hero {
      margin-top: -100px;
      padding-top: 100px;
      padding-bottom: 60px; }
      .hero + .info {
        margin-top: 10px; }
      .hero + .descr {
        margin-top: 80px; }
      .hero__content {
        width: 100%; }
      .hero__main-info {
        margin-bottom: 20px; }
      .hero__title {
        font-size: 32px;
        line-height: 1.37; }
        .hero__title--big {
          font-size: 36px; }
      .hero__subtitle {
        font-size: 14px; }
      .hero__text {
        font-size: 14px; }
      .hero__form {
        max-width: calc(100% + 30px);
        width: calc(100% + 30px);
        margin: -20px -15px 0;
        padding: 20px 15px 50px;
        background-color: #001228;
        color: white; }
      .hero__scroll {
        -webkit-transform: none;
                transform: none;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 23px 30px;
        font-size: 14px; }
        .hero__scroll .icon {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1;
          -webkit-transform: scale(1) rotate(90deg);
                  transform: scale(1) rotate(90deg);
          margin-right: 0;
          margin-left: auto;
          width: 20px;
          height: 10px; }
      .hero__play {
        margin-left: 0; }
      .hero--main {
        padding-bottom: 100px; }
        .hero--main .hero__main-info {
          margin-left: 0;
          max-width: 100%; }
        .hero--main .hero__main-info {
          margin-bottom: 35px; }
    .hero--mobile-sm {
      display: block;
      margin-top: -100px;
      padding: 0;
      min-height: 0; }
      .hero--mobile-sm .hero__img-wrapper {
        position: relative;
        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;
        height: 245px;
        padding-left: 15px;
        padding-right: 15px;
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-bottom: 20px; }
      .hero--mobile-sm .hero__content {
        max-width: 100%;
        color: #515151; }
      .hero--mobile-sm .hero__main-info {
        margin-bottom: 0; }
      .hero--sm:not(.hero--mobile-sm) {
        min-height: 495px; }
  .history {
    padding: 40px 0 70px;
    background-color: rgba(228, 230, 232, 0.5); }
    .history:last-child {
      margin-bottom: -90px; }
    .history__years {
      display: none; }
        .history__events-items.slick-slider .slick-list {
          padding: 0; }
        .history__events-items.slick-slider .slick-slide {
          height: 100%; }
    .info + .gallery {
      margin-top: 10px; }
    .info__col {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      padding-left: 5px;
      padding-right: 5px; }
    .info-box {
      padding: 30px 20px; }
      .info-box__text {
        font-size: 14px;
        color: #515151; }
        .info-box__text--big {
          font-size: 18px; }
        .info-box__text--sm {
          font-size: 14px; }
      .info-box__title {
        font-size: 20px; }
    .item-award {
      padding: 80px 20px 30px 20px;
      background-size: 40px;
      background-position: 20px 20px; }
      .item-award__text {
        font-size: 14px; }
    .item-document {
      padding: 40px 20px; }
      .item-document__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      .item-document__info {
        width: 100%;
        margin-bottom: 30px; }
    .item-gallery {
      height: 195px; }
      .item-gallery:not(:last-child) {
        margin-bottom: 0; }
      .item-gallery:after {
        width: 50px;
        height: 50px; }
        .item-project:hover:before {
          background: radial-gradient(119.27% 497.6% at -14.58% 95.74%, rgba(0, 18, 40, 0.2) 0%, rgba(0, 18, 40, 0) 100%), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 18, 40, 0.3)), to(rgba(0, 18, 40, 0.3)));
          background: radial-gradient(119.27% 497.6% at -14.58% 95.74%, rgba(0, 18, 40, 0.2) 0%, rgba(0, 18, 40, 0) 100%), linear-gradient(0deg, rgba(0, 18, 40, 0.3), rgba(0, 18, 40, 0.3)); }
      .item-project:before {
        background: radial-gradient(119.27% 497.6% at -14.58% 95.74%, rgba(0, 18, 40, 0.2) 0%, rgba(0, 18, 40, 0) 100%), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 18, 40, 0.3)), to(rgba(0, 18, 40, 0.3)));
        background: radial-gradient(119.27% 497.6% at -14.58% 95.74%, rgba(0, 18, 40, 0.2) 0%, rgba(0, 18, 40, 0) 100%), linear-gradient(0deg, rgba(0, 18, 40, 0.3), rgba(0, 18, 40, 0.3)); }
      .item-vacancy__top {
        padding: 20px; }
        .item-vacancy__top:before {
          left: 20px;
          width: calc(100% - 40px); }
        .item-vacancy__top:after {
          width: 24px;
          height: 24px; }
      .item-vacancy__dropdown {
        padding: 20px; }
        .item-vacancy__cols:last-child {
          margin-bottom: -30px; }
      .item-vacancy__col {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px; }
      .item-vacancy__col {
        margin-bottom: 30px; }
      .item-vacancy__city {
        font-size: 12px; }
      .item-vacancy__position {
        font-size: 20px; }
      .item-vacancy__salary {
        font-size: 20px; }
      .item-vacancy__title {
        font-size: 16px; }
      .item-vacancy__text {
        font-size: 14px; }
      .langs__list {
        display: none;
        position: absolute;
        top: 100%;
        left: -15px;
        padding: 5px 15px;
        background-color: #fff; }
    .langs__btn {
      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;
      height: 100%;
      padding-right: 30px;
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg' stroke='%23001228' stroke-width='2px'%3E %3Cpath d='M12 18L24 30L36 18'/%3E %3C/svg%3E") center right no-repeat;
      background-size: 24px;
      font-weight: 700;
      color: #001228;
      font-size: 14px; }
      .langs li:not(:last-child) {
        margin: 0;
        padding: 0;
        border: none; }
      .list--col-2 {
        -webkit-column-count: 1;
           -moz-column-count: 1;
                column-count: 1; }
    .numbers {
      padding: 20px 30px; }
      .numbers__title {
        font-size: 28px; }
      .numbers__text {
        font-size: 14px; }
      .page__content {
        padding-top: 100px; }
    body {
      font-size: 14px; }
    h1 {
      font-size: 32px;
      line-height: 1.37; }
    h2 {
      font-size: 20px; }
    h3 {
      font-size: 16px; }
    h4 {
      font-size: 14px; }
  .hidden-mobile {
    display: none; }
    .visible-mobile {
      display: block; }
    .page-description {
      font-size: 18px;
      line-height: 24px; }
    .page-title {
      font-size: 32px;
      line-height: 1.37; }
        .page-title--sm:not(:last-child) {
          margin-bottom: 1em; }
      .page-title--sm {
        font-size: 32px;
        line-height: 1.37; }
    .partners__row {
      }
    .partners__col {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
       max-width: calc(33.33333% - 10px);
      padding-left: 15px;
      padding-right: 15px; }
    .partners__img {
      opacity: 0.9; }
      .play__icon {
        width: 40px;
        height: 40px;
        margin: 0; }
        .play__icon:before {
          border-width: 5px;
          border-left-width: 10px; }
    .project-info__item {
      font-size: 14px; }
      .project-info__item:not(:last-child) {
        margin-bottom: 10px; }
      .project-info__item .icon {
        width: 16px;
        height: 16px;
        margin-right: 10px; }
    .projects:last-child {
      margin-bottom: 0; }
    .projects__header {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-bottom: 40px; }
      .projects__header > * {
        max-width: 100%; }
    .projects__more {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: 100%;
      margin-top: 10px; }
    .projects__tags.tags {
      margin-bottom: 12px;
      margin-right: 0; }
    .projects__list .icon {
      width: 16px;
      height: 16px; }
    .projects__col {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      padding-left: 5px;
      padding-right: 5px; }
    .projects__col:nth-child(n + 5) {
       }
    .pfojects-reference {
      top: 61px;
      padding: 30px; }
      .pfojects-reference__close {
        top: 15px;
        right: 15px; }
      .pfojects-reference__title {
        font-size: 30px;
        line-height: 40px; }
      .pfojects-reference__ol {
        font-size: 16px;
        line-height: 25px; }
    .pfojects-reference__li {
      margin-bottom: 5px; }
    .projects-preview__col {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      padding-left: 5px;
      padding-right: 5px; }
    .projects-preview__col {
      height: 340px; }
    .purchases__footer {
      margin-top: 20px; }
  .purchases__more {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding: 23px 30px;
    background-color: #0067B3;
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 0.03em; }
    .purchases__more:hover, .purchases__more:focus {
      text-decoration: none;
      color: #fff;
      background-color: #00589a; }
    .search {
      border: none;
      padding: 0; }
      .search__col-wide {
        margin-bottom: 15px; }
      .search__col-narrow {
        margin-bottom: 15px; }
      .search__btn, .search__reset {
        min-width: 0; }
      .search__field-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .search__field-group > * {
          max-width: 100%; }
          .search__field-group .field-text:not(:last-child) {
            margin-right: 0;
            margin-bottom: 15px; }
    .search-btn {
      padding: 12px 35px;
      font-size: 12px; }
    .section:not(:last-child) {
      margin-bottom: 80px; }
    .software__row {
      margin-left: -15px;
      margin-right: -15px; }
    .software__col {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%;
      padding-left: 15px;
      padding-right: 15px; }
      .table-responsive td {
        font-size: 14px;
        padding: 15px 20px; }
    .tags {
      margin-left: -4px;
      margin-right: -4px; }
      .tags:last-child {
        margin-bottom: -8px; }
      .tags__item {
        margin-bottom: 8px;
        padding-left: 4px;
        padding-right: 4px; }
      .tags__link {
        padding: 12px 35px;
        font-size: 12px; }
    .text-link {
      font-size: 14px; }
  .vacancies__title:not(:last-child) {
    margin-bottom: 64px; } }

@media (max-width: 479px) {
  
  .activity_iconbox {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      flex-direction: column;
      padding: 20px 20px;
      width: 49%;
  }
  
      .activity__wrapper {
        margin-left: -5px;
        margin-right: -5px; }
      .activity__footer {
        margin-left: -5px;
        margin-right: -5px; }
    .btn {
      width: 100%; }
      .burger > span {
        width: 20px;
        height: 2px; }
        .burger > span:before, .burger > span:after {
          height: 2px; }
        .burger > span:before {
          top: -6px; }
        .burger > span:after {
          top: 6px; }
        .burger--close > span:before, .burger--close > span:after {
          top: 0; }
    .categories__wrapper {
      margin-left: -5px;
      margin-right: -5px; }
    .categories__wrapper {
      margin-left: -15px;
      margin-right: -15px; }
      .category-info__wrapper {
        margin-left: -5px;
        margin-right: -5px; }
      .category-info__subtitle {
        font-size: 12px; }
    .container {
      padding-left: 10px;
      padding-right: 10px; }
    .descr__row {
      margin-left: -5px;
      margin-right: -5px; }
    .descr__col {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      padding-left: 5px;
      padding-right: 5px; }
      .dropdown-menu__nav {
        -webkit-column-count: 1;
           -moz-column-count: 1;
                column-count: 1; }
    .event {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      padding-left: 5px;
      padding-right: 5px; }
      .event__inner {
        margin-left: -5px;
        margin-right: -5px; }
      .event__inner {
        margin-left: 0;
        margin-right: 0; }
      .field-checkbox__title {
        font-size: 12px; }
      .field-text__name {
        font-size: 12px; }
    .file-link {
      font-size: 12px; }
      .file-link .icon {
        width: 15px;
        height: 20px; }
        .file-link .icon:last-child {
          margin-left: 15px; }
        .file-link .icon:first-child {
          margin-right: 15px; }
    .footer {
      padding-top: 80px; }
    .footer__logo {
      top: -50px;
      width: 140px; }
      .footer__link {
        font-size: 12px; }
      .footer__contacts {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      .footer__contacts-group {
        max-width: 100%; }
        .footer__contacts-group:not(:last-child) {
          margin-right: 0; }
      .footer__contacts-title {
        font-size: 12px; }
      .footer__contacts-email {
        font-size: 14px; }
      .footer__copyright {
        font-size: 12px; }
    .footer-nav {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
        .footer-nav__list--big a {
          font-size: 16px; }
    .gallery__row {
      padding-left: 0;
      padding-right: 0; }
      .gallery__col--wide .item-gallery--sm {
        height: 165px; }
      .header__logo {
        width: 140px; }
        .header--transparent:not(.header--fixed) .langs__btn {
          background-size: 16px; }
    .hero {
      margin-top: -90px;
      padding-top: 90px;
      padding-bottom: 60px; }
        .hero__title + .hero__subtitle {
          margin-top: -2em; }
      .hero__subtitle {
        font-size: 12px; }
      .hero--main {
        padding-bottom: 100px; }
    .hero--mobile-sm {
      padding: 0; }
    .history__events-items {
      margin-left: -5px;
      margin-right: -5px; }
    .item-gallery {
      height: 165px; }
      .item-gallery--sm {
        height: 165px; }
    .item-project {
      height: 195px; }
      .item-vacancy__cols {
        margin-left: -5px;
        margin-right: -5px; }
      .item-vacancy__col {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        padding-left: 5px;
        padding-right: 5px; }
    .langs__btn {
      padding-right: 20px;
      font-size: 12px;
      background-size: 16px; }
      .langs a {
        font-size: 14px; }
      .numbers__items {
        margin-left: -5px;
        margin-right: -5px; }
      .numbers__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        padding-left: 5px;
        padding-right: 5px; }
      .numbers__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .numbers__title {
        font-size: 32px; }
        .numbers__title:not(:last-child) {
          margin-bottom: 0;
          margin-right: 15px; }
      .page__content {
        padding-top: 90px; }
    .page-description {
      font-size: 16px;
      line-height: 22px; }
    .partners__row {
       }
    .partners__row {
       }
    .partners__col {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: calc(50% - 10px);
      padding-left: 15px;
      padding-right: 15px; }
    .project-info__item {
      font-size: 12px; }
    .projects__more {
      width: calc(100% - 20px);
      margin-left: 10px;
      margin-right: 10px; }
    .projects__row {
      padding-left: 10px;
      padding-right: 10px; }
    .projects__col {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      padding-left: 5px;
      padding-right: 5px; }
      .projects__col--wide .item-project--sm {
        height: 195px; }
    .pfojects-reference {
      padding: 10px; }
      .pfojects-reference__close {
        width: 35px;
        height: 35px;
        border-width: 1px; }
        .pfojects-reference__close .icon {
          width: 12px;
          height: 12px; }
      .pfojects-reference__title {
        font-size: 22px;
        line-height: 30px;
        margin-top: 5px;
        margin-bottom: 35px; }
    .projects-preview__row {
      padding-left: 10px;
      padding-right: 10px; }
    .projects-preview__col {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      padding-left: 5px;
      padding-right: 5px; }
    .projects-preview__col:last-child {
      height: auto; }
      .search__row {
        margin-left: -5px;
        margin-right: -5px; }
      .search__row {
        margin-left: -15px;
        margin-right: -15px; }
      .search__col-wide--dates .field-text {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .search__col-wide--dates .field-text__name {
          margin-bottom: 10px; }
      .social__link {
        width: 25px;
        height: 25px; }
    .software__row {
      margin-left: -5px;
      margin-right: -5px; }
    .software__row {
      margin-left: -15px;
      margin-right: -15px; }
    .software__col {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      padding-left: 15px;
      padding-right: 15px; }
      .table td,
      .table th {
        min-width: 120px; } }
@media (min-width: 480px) {
	.projects-preview__all {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
    min-width: 0;
    height: 100%;
    padding: 30px 20px;
    font-size: 20px;
    text-transform: none;
    font-weight: 700;
    line-height: 1.2;
    border: none;
    text-align: left; } }
@media (min-width: 768px) {
        .history__events-items.slick-slider .slick-slide:not(.slick-current) .event__inner {
          border: none;
          background: #F1F1F1;
          -webkit-box-shadow: none;
                  box-shadow: none;
          opacity: 0.2; } }
@media (min-width: 992px) {
   .projects-preview__all {
    padding: 60px 30px;
    font-size: 24px; } }
@media (min-width: 1680px) {
  .projects-preview__all {
    font-size: 28px; } }
