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

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

@font-face {
  font-family: "MuseoSans";
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/MuseoSans/MuseoSansCyrl-500Italic.eot");
  src: url("../fonts/MuseoSans/MuseoSansCyrl-500Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSans/MuseoSansCyrl-500Italic.woff") format("woff"), url("../fonts/MuseoSans/MuseoSansCyrl-500Italic.ttf") format("truetype"); }

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

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

::-webkit-input-placeholder {
  color: #666; }

::-moz-placeholder {
  color: #666; }

:-ms-input-placeholder {
  color: #666; }

::-ms-input-placeholder {
  color: #666; }

::placeholder {
  color: #666; }

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.3;
  font-family: "MuseoSans", sans-serif;
  overflow-x: hidden;
  color: #000;
  padding-top: 120px;
  -webkit-animation: fadeIn 1s ease;
          animation: fadeIn 1s ease; }
  body.overflow {
    overflow: hidden; }

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

svg {
  max-width: 100%;
  height: auto; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease; }

button:focus, button:active, a:focus, a:active {
  outline: none; }

a:not([href]):not([tabindex]) {
  color: #fff;
  cursor: pointer; }

.hidden {
  display: none; }

@-webkit-keyframes fadeInDown {
  0% {
    padding: 0 0;
    opacity: 0; }
  100% {
    padding: 11% 0;
    opacity: 1; } }

@keyframes fadeInDown {
  0% {
    padding: 0 0;
    opacity: 0; }
  100% {
    padding: 11% 0;
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -15px; }

.col {
  padding: 0 15px; }

.container {
  margin: 0 auto;
  width: 95%;
  max-width: 1170px;
  padding: 0 15px;
  clear: both; }
  .container:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0; }

.section-title {
  text-align: center;
  margin-bottom: 45px;
  line-height: 1.5; }
  .section-title h1, .section-title h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px; }
  .section-title p {
    font-size: 18px;
    font-weight: 500; }

.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center; }
  .btn a, .btn button {
    display: inline-block;
    padding: 9px 20px;
    font-weight: 700;
    max-width: 100%;
    width: 205px; }
  .btn-blue a, .btn-blue button {
    color: #fff;
    background-color: #63B9FB;
    -webkit-box-shadow: 1px 2px 20px rgba(99, 185, 251, 0.25);
            box-shadow: 1px 2px 20px rgba(99, 185, 251, 0.25); }
    .btn-blue a:hover, .btn-blue button:hover {
      background-color: #10459F;
      -webkit-box-shadow: 1px 2px 20px rgba(99, 185, 251, 0.35);
              box-shadow: 1px 2px 20px rgba(99, 185, 251, 0.35); }
  .btn-blue__border a, .btn-blue__border button {
    font-weight: 400;
    color: #63B9FB;
    border: 1px solid #63B9FB; }
    .btn-blue__border a:hover, .btn-blue__border button:hover {
      color: #10459F;
      border: 1px solid #10459F; }

.main {
  color: #fff;
  position: relative; }
  .main-slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .main-slider .slick-current .main-slider__block {
      padding: 11% 0;
      opacity: 1;
      -webkit-transition-delay: .75s;
           -o-transition-delay: .75s;
              transition-delay: .75s; }
    .main-slider .slick-dots {
      position: absolute;
      bottom: 35px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .main-slider .slick-dots li {
        margin: 0 5px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.25);
        -webkit-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
        cursor: pointer; }
        .main-slider .slick-dots li.slick-active {
          background: white; }
      .main-slider .slick-dots button {
        display: none; }
    .main-slider__item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      max-height: -webkit-calc(100vh - 120px);
      max-height: calc(100vh - 120px);
      height: 45vw;
      position: relative;
      z-index: 10;
      overflow: hidden; }
      .main-slider__item:before {
        content: '';
        position: absolute;
        z-index: -10;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.15); }
      .main-slider__item img {
        position: absolute;
        top: -9vw;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        z-index: -20;
        width: 100vw;
        min-height: -webkit-calc(100% + 9vw);
        min-height: calc(100% + 9vw);
        -o-object-fit: cover;
           object-fit: cover; }
    .main-slider__block {
      position: relative;
      z-index: 10;
      line-height: 1.5;
      text-align: center;
      padding-top: 0%;
      opacity: 0;
      -webkit-transition: all .75s ease;
      -o-transition: all .75s ease;
      transition: all .75s ease;
      -webkit-transition-delay: .75s;
           -o-transition-delay: .75s;
              transition-delay: .75s;
      -webkit-animation: fadeInDown 0.75s ease;
              animation: fadeInDown 0.75s ease;
      -webkit-animation-delay: 0.75s;
              animation-delay: 0.75s; }
      .main-slider__block h1 {
        font-size: 36px;
        font-weight: 900;
        margin-bottom: 20px; }
        .main-slider__block h1 br {
          display: none; }
      .main-slider__block p {
        font-size: 25px; }
  .main-arrows {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 100%; }
    .main-arrows__row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .main-arrows__prev, .main-arrows__next {
      cursor: pointer; }
      .main-arrows__prev svg, .main-arrows__next svg {
        fill: #fff;
        width: 30px;
        height: 30px; }
    .main-arrows__prev {
      left: 0; }
    .main-arrows__next {
      right: 0; }

.inner-page {
  padding: 60px 0 80px; }
  .inner-page__title {
    margin-bottom: 30px; }
  .inner-page__desc h2 {
    font-size: 25px; }
    .inner-page__desc h2:not(:last-child) {
      margin-bottom: 20px; }
  .inner-page__desc h3 {
    font-size: 20px; }
    .inner-page__desc h3:not(:last-child) {
      margin-bottom: 15px; }
  .inner-page__desc p {
    line-height: 1.5;
    font-weight: 300; }
    .inner-page__desc p strong {
      font-weight: 700; }
    .inner-page__desc p:not(:last-child) {
      margin-bottom: 25px; }
  .inner-page__desc img {
    margin: 0 auto 10px; }
    .inner-page__desc img.alignleft, .inner-page__desc img.alignright {
      width: -webkit-calc(50% - 15px);
      width: calc(50% - 15px); }
    .inner-page__desc img.alignleft {
      float: left;
      margin-right: 30px; }
    .inner-page__desc img.alignright {
      float: right;
      margin-left: 30px; }
    .inner-page__desc img.aligncenter, .inner-page__desc img.alignnone {
      margin: 0 auto 15px;
      min-width: 50%; }
  .inner-page__desc ul {
    font-weight: 300; }
    .inner-page__desc ul li {
      padding: 5px 0; }
      .inner-page__desc ul li::before {
        content: '✔ '; }

.page404-title {
  margin-bottom: 70px; }

.page404-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 70px; }
  .page404-img img {
    width: 215px; }

.page404 p {
  text-align: center; }

.page404 a {
  font-weight: 700;
  color: #10459F;
  text-decoration: underline; }
  .page404 a:hover {
    color: #63B9FB; }

.header {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%; }
  .header-top {
    font-size: 14px;
    color: #fff;
    background-color: #10459F;
    padding: 10px 0; }
    .header-top__row {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .header-top__left {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      min-width: 38%; }
      .header-top__left p:not(:last-child) {
        margin-right: 30px; }
    .header-top__phone {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .header-top__phone .phone-arrow {
        display: none; }
      .header-top__phone .phone-icon {
        width: 20px;
        height: 20px;
        fill: #fff;
        margin-right: 10px; }
      .header-top__phone a {
        font-size: 16px; }
        .header-top__phone a:not(:last-child) {
          margin-right: 15px; }
        .header-top__phone a:hover {
          text-decoration: underline; }
  .header-main {
    padding: 15px 0;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    color: #000; }
    .header-main__row {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .header-main__left {
      width: 25%; }
    .header-main__right {
      width: 75%; }
    .header-main__logo {
      display: inline-block; }
      .header-main__logo a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
      .header-main__logo img {
        height: 50px;
        width: auto;
        margin-right: 10px; }
      .header-main__logo p {
        font-size: 14px;
        font-weight: 900;
        color: #0F1466; }
    .header-main__menu {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin: 0 -30px; }
      .header-main__menu li a {
        display: block;
        font-size: 16px;
        padding: 8px 21px; }
        .header-main__menu li a:hover {
          color: #fff;
          background-color: #63B9FB;
          -webkit-box-shadow: 1px 2px 4px rgba(0, 48, 88, 0.25);
                  box-shadow: 1px 2px 4px rgba(0, 48, 88, 0.25); }

.mobile-burger {
  display: none; }

.mobile-wrap {
  display: none; }

.services {
  padding: 60px 0 85px; }
  .services-title {
    text-align: center;
    margin-bottom: 40px; }
    .services-title h1, .services-title h2 {
      font-size: 25px; }
  .services-row {
    padding: 0 8%;
    position: relative; }
    .services-row:before {
      content: '';
      position: absolute;
      bottom: 7px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      width: -webkit-calc(84% - 30px);
      width: calc(84% - 30px);
      height: 1px;
      background-color: rgba(0, 0, 0, 0.15); }
    .services-row:last-child::before {
      display: none; }
  .services-col {
    width: 50%; }
  .services-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px; }
    .services-block:hover .services-block__title {
      color: #10459F; }
    .services-block__img {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-right: 25px;
      width: 70px;
      height: 70px;
      border: 2px solid #10459F; }
      .services-block__img img {
        width: 50px;
        max-height: 50px; }
    .services-block__title {
      width: -webkit-calc(100% -  95px);
      width: calc(100% -  95px);
      font-size: 20px;
      line-height: 1.2;
      font-weight: 400;
      -webkit-transition: all .25s ease;
      -o-transition: all .25s ease;
      transition: all .25s ease; }

.lid {
  padding: 70px 0;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 10;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .lid:before {
    content: '';
    position: absolute;
    z-index: -10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 25, 37, 0.8); }
  .lid-title {
    margin-bottom: 20px; }
    .lid-title h2, .lid-title h3, .lid-title h4 {
      margin-bottom: 5px; }
    .lid-title h2 {
      font-size: 30px;
      line-height: 1.5;
      font-weight: 400;
      margin-bottom: 5px; }
    .lid-title h3 {
      font-size: 26px; }
    .lid-title h4 {
      font-size: 24px; }
    .lid-title p {
      font-size: 20px;
      font-weight: 300;
      line-height: 1.2; }
  .lid-btn {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .lid-corporate__title {
    width: 100%;
    max-width: 505px;
    text-align: left; }
    .lid-corporate__title h2 {
      line-height: 1.2;
      margin-bottom: 10px; }
  .lid-corporate__btn {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }

.packages {
  padding: 70px 0 35px; }
  .packages-title {
    margin-bottom: 60px; }
  .packages-inner {
    padding: 0 0 30px; }
  .packages-row {
    margin: -15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .packages-col {
    padding: 15px;
    width: 33.333%; }
  .packages-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
    padding: 35px;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 30px rgba(0, 48, 88, 0.25);
            box-shadow: 0px 4px 30px rgba(0, 48, 88, 0.25); }
    .packages-block__img img {
      margin: 0 auto 25px;
      height: 75px;
      width: auto; }
    .packages-block__title {
      font-size: 25px;
      line-height: 1.3;
      color: #003058;
      margin-bottom: 5px; }
    .packages-block__list {
      font-weight: 300;
      color: #767676;
      margin-bottom: 10px; }
      .packages-block__list li {
        padding: 5px 0; }
    .packages-block__price {
      font-size: 24px;
      font-weight: 700;
      color: #10459F;
      margin-bottom: 25px; }
    .packages-block__btn {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .packages-block__btn a {
        font-weight: 400; }

.acc {
  padding: 20px 0; }
  .acc-title {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background: #63B9FB;
    -webkit-box-shadow: 1px 8px 20px rgba(0, 48, 88, 0.2);
            box-shadow: 1px 8px 20px rgba(0, 48, 88, 0.2);
    padding: 5px 50px 5px 16px;
    margin-bottom: 30px;
    min-height: 48px;
    cursor: pointer;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease; }
    .acc-title:before {
      content: '';
      position: absolute;
      right: 16px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 26px;
      height: 14px;
      background: url(../img/icon/arrow-bottom.svg) center no-repeat;
      background-size: 100% auto;
      -webkit-transition: all .25s ease;
      -o-transition: all .25s ease;
      transition: all .25s ease; }
    .acc-title:hover {
      background: #10459F; }
    .acc-title.open {
      background: #10459F; }
      .acc-title.open:before {
        -webkit-transform: translateY(-50%) rotate(180deg);
            -ms-transform: translateY(-50%) rotate(180deg);
                transform: translateY(-50%) rotate(180deg); }
  .acc-body {
    display: none;
    font-weight: 300;
    color: #000;
    background: #fff;
    -webkit-box-shadow: 0px 4px 30px rgba(0, 48, 88, 0.25);
            box-shadow: 0px 4px 30px rgba(0, 48, 88, 0.25);
    padding: 22px 16px;
    margin-bottom: 30px; }
    .acc-body h2 {
      font-size: 26px;
      margin-bottom: 25px; }
    .acc-body h3 {
      font-size: 24px;
      margin-bottom: 25px; }
    .acc-body h4 {
      font-size: 22px;
      margin-bottom: 25px; }
    .acc-body p {
      line-height: 1.5; }
    .acc-body ul {
      line-height: 1.5;
      list-style: disc;
      padding-left: 16px; }
    .acc-body strong {
      font-weight: 700; }

.news {
  padding: 35px 0 80px; }
  .news-title {
    margin-bottom: 60px; }
  .news-row {
    margin: -15px; }
  .news-col {
    padding: 15px;
    width: 33.333%; }
  .news-block__img a {
    display: block;
    position: relative;
    padding-bottom: 69.5%;
    overflow: hidden;
    position: relative;
    z-index: 10; }
    .news-block__img a::before {
      content: '';
      position: absolute;
      z-index: -10;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(15, 25, 37, 0);
      -webkit-transition: all .25s ease;
      -o-transition: all .25s ease;
      transition: all .25s ease; }
    .news-block__img a:hover:before {
      background: rgba(15, 25, 37, 0.25); }
  .news-block__img img {
    position: absolute;
    z-index: -20;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%; }
  .news-block__date {
    font-size: 14px;
    font-weight: 300;
    color: #767676;
    margin: 17px 0 15px; }
  .news-block__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease; }
    .news-block__title:hover {
      color: #10459F; }
  .news-block__desc {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.45;
    color: #767676;
    margin-bottom: 15px; }
  .news-block__link {
    font-size: 14px;
    color: #003058; }
    .news-block__link:hover {
      text-decoration: underline; }
  .news-btn {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 35px; }
    .news-btn__loadmore {
      width: 100%; }
  .news-inner__wrap {
    padding: 0 8.333%; }
  .news-inner__desc img {
    margin: 0 auto 10px; }
    .news-inner__desc img.alignleft, .news-inner__desc img.alignright {
      width: -webkit-calc(42% - 30px);
      width: calc(42% - 30px); }
    .news-inner__desc img.alignleft {
      float: left;
      margin-right: 30px; }
    .news-inner__desc img.alignright {
      float: right;
      margin-left: 30px; }
    .news-inner__desc img.aligncenter, .news-inner__desc img.alignnone {
      margin: 0 auto 15px;
      min-width: 50%; }
  .news-inner__time {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 300;
    color: #767676; }
  .news-inner__share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 15px; }
    .news-inner__share h4 {
      font-size: 14px;
      font-weight: 500;
      margin-right: 10px;
      color: #003058; }
    .news-inner__share .heateorSssSharing, .news-inner__share .heateorSssSharingButton {
      margin: 0 5px; }

.about-img {
  padding-bottom: 40.5%;
  margin-bottom: 60px;
  background-repeat: no-repeat;
  background-position: center top 40%;
  background-size: cover; }

.team-title {
  margin-bottom: 55px; }
  .team-title p {
    font-size: 18px;
    line-height: 1.5;
    max-width: 800px;
    margin: 0 auto; }

.team-row {
  margin: -15px; }

.team-col {
  width: 33.333%;
  padding: 15px; }

.team-block {
  text-align: center; }
  .team-block:hover .team-block__desc {
    background: rgba(16, 69, 159, 0.1); }
    .team-block:hover .team-block__desc h3 {
      color: #10459F; }
  .team-block:hover .team-block__hover {
    opacity: 1; }
  .team-block__img {
    position: relative; }
    .team-block__img img {
      width: 100%; }
  .team-block__hover {
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 5px;
    opacity: 0;
    color: #fff;
    font-weight: 300;
    line-height: 1.5;
    background: rgba(16, 69, 159, 0.1);
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease; }
  .team-block__desc {
    padding: 15px 10px;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease; }
    .team-block__desc h3 {
      font-size: 20px;
      font-weight: 500;
      line-height: 1.2;
      margin-bottom: 4px;
      -webkit-transition: all .25s ease;
      -o-transition: all .25s ease;
      transition: all .25s ease; }
    .team-block__desc p {
      color: #767676;
      font-weight: 300; }

.team-inner-title {
  line-height: 1.2;
  text-align: left;
  margin-bottom: 30px;
  width: 100%; }
  .team-inner-title h1 {
    font-size: 25px;
    margin-bottom: 8px; }
  .team-inner-title p {
    font-size: 18px;
    font-weight: 300;
    color: #767676; }

.team-inner-row {
  padding: 0 8.3%; }

.team-inner-left {
  width: 41.666%; }

.team-inner-right {
  width: 58.333%; }

.team-inner-img img {
  width: 100%; }

.team-inner-desc {
  margin-bottom: 20px; }
  .team-inner-desc p:not(:last-child) {
    margin-bottom: 15px; }

.team-inner-btn a {
  padding: 9px;
  width: 255px; }
  .team-inner-btn a:hover .team-inner-btn__static {
    display: none; }
  .team-inner-btn a:hover .team-inner-btn__hover {
    display: block; }

.team-inner-btn__static {
  display: block; }

.team-inner-btn__hover {
  display: none; }

.internships-title {
  margin-bottom: 60px; }

.internships-wrap {
  padding: 0 8.333%; }

.internships-mob__title {
  display: none; }

.internships-col {
  width: 50%; }

.internships-tabs__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-bottom: 40px; }
  .internships-tabs__title::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.15); }
  .internships-tabs__title li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px;
    cursor: pointer;
    opacity: 0.7;
    position: relative;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease; }
    .internships-tabs__title li::before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #767676;
      opacity: 0;
      -webkit-transition: all .25s ease;
      -o-transition: all .25s ease;
      transition: all .25s ease; }
    .internships-tabs__title li.active {
      opacity: 1; }
      .internships-tabs__title li.active::before {
        opacity: 1; }
    .internships-tabs__title li img {
      width: 25px;
      margin-right: 10px; }

.internships-tabs__desc {
  display: none; }
  .internships-tabs__desc.active {
    display: block; }

.internships-img img {
  width: 100%; }
  .internships-img img:not(:last-child) {
    margin-bottom: 30px; }

.internships-desc h3:not(:last-child) {
  margin-bottom: 25px; }

.contacts-col {
  width: 50%; }

.contacts-map {
  padding-bottom: 60.5%;
  position: relative; }
  .contacts-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.contacts-desc h2 {
  font-size: 25px;
  font-weight: 900;
  color: #003058;
  margin-bottom: 25px; }

.contacts-desc h3 {
  font-size: 25px; }
  .contacts-desc h3:not(:last-child) {
    margin-bottom: 5px; }

.contacts-desc p {
  font-weight: 500; }
  .contacts-desc p:not(:last-child) {
    margin-bottom: 15px; }

.footer {
  padding: 43px 0;
  background-color: #10459F;
  color: #fff; }
  .footer-row {
    margin: -15px; }
  .footer .col {
    padding: 15px; }
  .footer-big {
    width: 33.333%; }
  .footer-mid {
    width: 25%; }
  .footer-small {
    width: 16.666%; }
  .footer-logo h2 {
    font-size: 24px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 30px; }
  .footer-logo p {
    max-width: 195px; }
  .footer-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px; }
    .footer-menu ul {
      width: 50%;
      padding: 0 15px; }
      .footer-menu ul li a {
        font-weight: 300;
        line-height: 1.8; }
        .footer-menu ul li a:hover {
          color: #d9d9d9; }
  .footer-contacts a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .footer-contacts a:hover {
      color: #d9d9d9; }
  .footer-contacts p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 300;
    line-height: 1.8; }
  .footer-contacts svg, .footer-contacts img {
    margin-top: 6px;
    height: 15px;
    width: 15px;
    min-height: 15px;
    min-width: 15px;
    fill: #fff;
    margin-right: 8px; }
  .footer-soc {
    display: inline-block; }
    .footer-soc__col {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .footer-soc p {
      text-align: right;
      font-weight: 300;
      margin-bottom: 15px; }
    .footer-soc ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: -7px; }
      .footer-soc ul li a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 30px;
        height: 30px;
        margin: 7px;
        border: 1px solid #fff;
        border-radius: 50%;
        -webkit-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease;
        cursor: pointer; }
        .footer-soc ul li a:hover {
          opacity: 0.8; }
      .footer-soc ul li img {
        width: 15px; }
  .footer-info {
    font-size: 14px;
    font-weight: 300;
    text-align: right;
    margin-top: 10px; }

@media (max-width: 991px) {
  body {
    padding-top: 110px; }
  .main-slider .slick-current .main-slider__block {
    padding: 7% 0; }
  .main-slider__block h1 br {
    display: block; }
  @-webkit-keyframes fadeInDown {
    0% {
      padding: 0 0;
      opacity: 0; }
    100% {
      padding: 7% 0;
      opacity: 1; } }
  @keyframes fadeInDown {
    0% {
      padding: 0 0;
      opacity: 0; }
    100% {
      padding: 7% 0;
      opacity: 1; } } }

@media (max-width: 786px) {
  .inner-page__title {
    margin-bottom: 15px; }
    .inner-page__title h1, .inner-page__title h2 {
      margin-bottom: 15px; }
  .inner-page__desc img {
    margin: 0 auto 25px;
    width: 100%; }
    .inner-page__desc img.alignleft, .inner-page__desc img.alignright, .inner-page__desc img.aligncenter, .inner-page__desc img.alignnone {
      float: none;
      margin: 0 auto 25px;
      width: 100%; } }

@media (max-width: 576px) {
  .container {
    width: 100%; }
  .section-title {
    margin-bottom: 20px; }
    .section-title h1, .section-title h2 {
      line-height: 1.1; }
  .main-arrows {
    display: none; }
  .main-slider .slick-dots {
    bottom: 15px; }
  .main-slider .slick-current .main-slider__block {
    padding: 5vw 0; }
  .main-slider__item {
    min-height: 280px; }
    .main-slider__item:before {
      background: rgba(15, 25, 37, 0.5); }
    .main-slider__item img {
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      min-height: 100%; }
  .main-slider__block h1 {
    font-size: 36px;
    margin-bottom: 0; }
  .inner-page {
    padding: 30px 0 20px; }
    .inner-page__desc p:not(:last-child) {
      margin-bottom: 20px; }
  @-webkit-keyframes fadeInDown {
    0% {
      padding: 0;
      opacity: 0; }
    100% {
      padding: 5vw 0;
      opacity: 1; } }
  @keyframes fadeInDown {
    0% {
      padding: 0;
      opacity: 0; }
    100% {
      padding: 5vw 0;
      opacity: 1; } }
  .page404-title {
    margin-bottom: 60px; }
  .page404-img {
    margin-bottom: 60px; }
    .page404-img img {
      width: 115px; } }

@media (max-width: 1200px) {
  .header-main__menu li a {
    font-size: 14px;
    padding: 6px 15px; } }

@media (max-width: 991px) {
  .header-top__left {
    display: none; }
  .header-top__right {
    width: 100%; }
  .header-top__phone {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .header-main {
    padding: 10px 0; }
    .header-main__left {
      width: -webkit-calc(100% - 60px);
      width: calc(100% - 60px); }
    .header-main__right {
      width: 60px; }
    .header-main__menu {
      display: none; }
  .mobile-burger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 30px;
    height: 30px;
    padding: 5px 0;
    cursor: pointer; }
    .mobile-burger span {
      width: 100%;
      height: 3px;
      background-color: #10459F;
      -webkit-transition: all 0.5s cubic-bezier(0.08, 0.81, 0.87, 0.71);
      -o-transition: all 0.5s cubic-bezier(0.08, 0.81, 0.87, 0.71);
      transition: all 0.5s cubic-bezier(0.08, 0.81, 0.87, 0.71); }
      .mobile-burger span:nth-child(1) {
        -webkit-transform-origin: 7px 0px;
            -ms-transform-origin: 7px 0px;
                transform-origin: 7px 0px; }
      .mobile-burger span:nth-child(3) {
        -webkit-transform-origin: bottom right;
            -ms-transform-origin: bottom right;
                transform-origin: bottom right; }
    .mobile-burger.open span:nth-child(1) {
      -webkit-transform: rotate(45deg) translate(5px);
          -ms-transform: rotate(45deg) translate(5px);
              transform: rotate(45deg) translate(5px); }
    .mobile-burger.open span:nth-child(2) {
      -webkit-transform: rotate(495deg) translate(0px);
          -ms-transform: rotate(495deg) translate(0px);
              transform: rotate(495deg) translate(0px); }
    .mobile-burger.open span:nth-child(3) {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      opacity: 0; }
  .mobile-wrap {
    display: block;
    position: fixed;
    z-index: 100;
    top: -80%;
    left: 0;
    width: 100%;
    height: -webkit-calc(100vh - 95px);
    height: calc(100vh - 95px);
    -webkit-transition: all .75s ease;
    -o-transition: all .75s ease;
    transition: all .75s ease; }
    .mobile-wrap.open {
      top: 105px; }
  .mobile-block {
    padding: 35px 0 60px;
    background-color: #fff; }
  .mobile-menu {
    margin-bottom: 25px; }
    .mobile-menu li {
      text-align: center; }
      .mobile-menu li a {
        display: inline-block;
        font-size: 24px;
        font-weight: 300;
        padding: 15px 0; }
  .mobile-soc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .mobile-soc a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0 7px;
      width: 50px;
      height: 50px;
      border: 1px solid #10459F;
      border-radius: 50%; }
    .mobile-soc img {
      width: 25px; } }

@media (max-width: 576px) {
  .header-top__phone a:not(:last-of-type) {
    margin-right: 0; }
  .header-top__phone a:not(:first-of-type) {
    margin-left: 10px; }
  .header-top__phone a:not(:last-child) {
    margin-right: 0; }
  .header-top .header-phones {
    padding-left: 20px; }
    .header-top .header-phones .phone-arrow {
      display: inline-block;
      width: 10px;
      height: 10px;
      margin-left: 10px;
      fill: #fff; }
    .header-top .header-phones .phone-wrap {
      display: none;
      position: absolute;
      bottom: 15px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      background-color: #10459F;
      padding: 0px 10px 10px;
      margin-left: 15px;
      -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
              box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2); }
      .header-top .header-phones .phone-wrap a {
        display: block;
        padding: 3px 0;
        color: #fff;
        white-space: nowrap; }
  .mobile-wrap {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .mobile-menu li a {
    font-size: 16px;
    padding: 7px 0; }
  .mobile-soc a {
    width: 30px;
    height: 30px; }
  .mobile-soc img {
    width: 15px;
    height: 15px; } }

@media (max-width: 350px) {
  .header-top__phone svg {
    width: 15px;
    height: 15px; }
  .header-top__phone a {
    font-size: 14px; } }

@media (max-width: 1200px) {
  .services-row {
    padding: 0; }
    .services-row:before {
      width: -webkit-calc(100% - 30px);
      width: calc(100% - 30px); } }

@media (max-width: 991px) {
  .services-block__img {
    margin-right: 20px; }
  .services-block__title {
    font-size: 18px; } }

@media (max-width: 786px) {
  .services-row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .services-row:before {
      display: none; }
    .services-row:last-child .services-col:last-child:before {
      display: none; }
  .services-col {
    width: 100%;
    max-width: 576px;
    position: relative; }
    .services-col:before {
      content: '';
      position: absolute;
      bottom: 7px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      width: -webkit-calc(100% - 30px);
      width: calc(100% - 30px);
      height: 1px;
      background-color: rgba(0, 0, 0, 0.15); } }

@media (max-width: 576px) {
  .services {
    padding: 30px 0 15px; } }

@media (max-width: 576px) {
  .lid {
    padding: 35px 0 45px; }
    .lid-title h2 {
      line-height: 1.1; }
    .lid-corporate__title {
      text-align: center;
      max-width: 100%; }
    .lid-corporate__btn {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }

@media (max-width: 1200px) {
  .packages-block {
    padding: 35px 20px; } }

@media (max-width: 991px) {
  .packages-row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .packages-col {
    width: 100%;
    max-width: 576px; } }

@media (max-width: 576px) {
  .packages {
    padding: 30px 0 15px; }
    .packages-inner {
      padding-bottom: 30px; }
    .packages-title {
      margin-bottom: 20px; }
    .packages-block {
      padding: 35px 5px; } }

@media (max-width: 991px) {
  .news-row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .news-col {
    width: 100%;
    max-width: 576px; }
  .news-inner__wrap {
    padding: 0; } }

@media (max-width: 576px) {
  .news {
    padding: 15px 0 50px; }
    .news-title {
      margin-bottom: 20px; }
    .news-inner {
      padding: 30px 0 20px; } }

@media (max-width: 786px) {
  .about-img {
    margin-bottom: 30px; }
  .about-title {
    margin-bottom: 20px; } }

@media (max-width: 576px) {
  .about {
    padding: 0 0 20px; }
    .about-img {
      margin: 0 -15px 20px;
      padding-bottom: 93%; } }

@media (max-width: 991px) {
  .team-col {
    width: 50%; }
  .team-inner-row {
    padding: 0; } }

@media (max-width: 576px) {
  .team-title {
    margin-bottom: 30px; }
  .team-col {
    width: 100%; }
  .team-block__desc {
    padding: 10px 5px 5px; }
  .team-inner-left {
    width: 100%; }
  .team-inner-right {
    width: 100%; }
  .team-inner-img {
    margin-bottom: 25px; }
  .team-inner-btn {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }

@media (max-width: 991px) {
  .internships-wrap {
    padding: 0; } }

@media (max-width: 786px) {
  .internships-col {
    width: 100%; }
  .internships-img img {
    margin-bottom: 30px; }
    .internships-img img:not(:first-child) {
      display: none; } }

@media (max-width: 576px) {
  .internships-tabs__title {
    display: none; }
  .internships-tabs__desc {
    display: block; }
    .internships-tabs__desc:not(:last-child) {
      margin-bottom: 30px; }
    .internships-tabs__desc h3:not(:last-child), .internships-tabs__desc p:not(:last-child) {
      margin-bottom: 20px; }
  .internships-img img:not(:last-child) {
    margin-bottom: 20px; }
  .internships-mob__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 30px; }
    .internships-mob__title img {
      width: 25px;
      margin-right: 10px; } }

@media (max-width: 786px) {
  .contacts-col {
    width: 100%; }
  .contacts-map {
    margin-bottom: 25px;
    padding-bottom: 76%; }
  .contacts-desc h2 {
    margin-bottom: 20px; }
  .contacts-desc h3:not(:last-child) {
    margin-bottom: 5px; }
  .contacts-desc p:not(:last-child) {
    margin-bottom: 15px; } }

@media (max-width: 991px) {
  .footer-big, .footer-mid, .footer-small {
    width: 50%; }
  .footer-info {
    text-align: center; } }

@media (max-width: 786px) {
  .footer {
    padding: 30px 0; }
    .footer-big, .footer-mid, .footer-small {
      width: 100%; }
    .footer-logo, .footer-menu, .footer-contacts {
      text-align: center; }
    .footer-logo h2 {
      margin-bottom: 20px; }
    .footer-logo p {
      margin: auto; }
    .footer-menu {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .footer-menu ul:not(:last-child) {
        margin: 0; }
    .footer-contacts svg, .footer-contacts img {
      display: none; }
    .footer-contacts p {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .footer-soc__col {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .footer-info {
      margin-top: 20px; } }
