

/* Start:/local/html/mdq/assets/css/style.css?162434274030884*/
@import url(/local/html/mdq/assets/css/../fonts/fonts.css);
@import url(/local/html/mdq/assets/css/normalize.css);
.left {
  text-align: left; }

.right {
  text-align: right; }

.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

.justify {
  text-align: justify; }

.hidden-sm {
  display: none; }

.row {
  position: relative;
  width: 100%; }

.row [class^="col"] {
  float: left;
  margin: 0.5rem 2%;
  min-height: 0.125rem; }

.row::after {
  content: "";
  display: table; 
  clear: both; }

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  width: 94%; }

.col-1-sm {
  width: 6%; }

.col-2-sm {
  width: 14%; }

.col-3-sm {
  width: 22%; }

.col-4-sm {
  width: 30%; }

.col-5-sm {
  width: 38%; }

.col-6-sm {
  width: 46%; }

.col-7-sm {
  width: 54%; }

.col-8-sm {
  width: 62%; }

.col-9-sm {
  width: 70%; }

.col-10-sm {
  width: 78%; }

.col-11-sm {
  width: 86%; }

.col-12-sm {
  width: 94%; }

@media only screen and (min-width: 45em) {
  .col-1 {
    width: 6%; }

  .col-2 {
    width: 14%; }

  .col-3 {
    width: 22%; }

  .col-4 {
    width: 30%; }

  .col-5 {
    width: 38%; }

  .col-6 {
    width: 46%; }

  .col-7 {
    width: 54%; }

  .col-8 {
    width: 62%; }

  .col-9 {
    width: 70%; }

  .col-10 {
    width: 78%; }

  .col-11 {
    width: 86%; }

  .col-12 {
    width: 94%; }

  .hidden-sm {
    display: block; } }
:root {
  --plyr-color-main: #0089A5 ; }

*, body {
  font-family: gotham, sans-serif; }

html,
body {
  min-height: 100vh;
  font-size: 14px; }

body {
  font-weight: 400;
  color: #14142B;
  background: #F7F7FC; }

h1, h2, h3, h4, h5, h6 {
  color: #0089A5;
  margin: 0;
  padding: 0; }
  h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    color: #6E7191; }

h1, .h1 {
  font-weight: 500;
  font-size: 38px;
  letter-spacing: -3.5px; }
  h1 span, .h1 span {
    font-size: 1.25rem;
    display: block;
    letter-spacing: -0.5px;
    line-height: normal; }

h2, .h2 {
  color: #6E7191;
  font-weight: 600;
  font-size: 48px;
  line-height: 58px;
  letter-spacing: -3.5px; }
  h2 span, .h2 span {
    color: #0089A5;
    font-size: 20px;
    display: block;
    line-height: 26px;
    margin: 0.625rem 0;
    letter-spacing: -0.5px;
    font-weight: 500; }

h3, .h3 {
  color: #6E7191;
  font-weight: 600;
  font-size: 36px;
  line-height: 43px;
  letter-spacing: -3.5px; }
  h3 span, .h3 span {
    color: #0089A5;
    font-size: 14px;
    line-height: 18px;
    display: block;
    margin: 0.625rem 0;
    letter-spacing: normal;
    font-weight: 400; }

.profile-photo {
  border-radius: 50%; }

.color-brand {
  color: #0089A5 !important; }

.mb-0 {
  margin-bottom: 0 !important; }
.mb-1 {
  margin-bottom: 1rem !important; }
.mb-2 {
  margin-bottom: 2rem !important; }
.mb-3 {
  margin-bottom: 3rem !important; }
.mb-4 {
  margin-bottom: 4rem !important; }
.mb-5 {
  margin-bottom: 5rem !important; }

.mt-0 {
  margin-bottom: 0 !important; }
.mt-1 {
  margin-top: 1rem !important; }
.mt-2 {
  margin-top: 2rem !important; }
.mt-3 {
  margin-top: 3rem !important; }
.mt-4 {
  margin-top: 4rem !important; }
.mt-5 {
  margin-top: 5rem !important; }

.d-flex {
  display: flex !important; }

.d-block {
  display: block !important; }

.text-not-wrap {
  white-space: nowrap; }

.m-lr-auto {
  margin-left: auto !important;
  margin-right: auto !important; }

.mx-width-500 {
  max-width: 500px; }

.w-100 {
  width: 100%; }

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

p {
  line-height: 1.5; }

a {
  text-decoration: none;
  color: #14142B; }

*, ::after, ::before {
  box-sizing: border-box; }

.link-default {
  color: #2B306F;
  text-decoration: underline; }

.bx-calendar {
  width: auto !important; }

.block-accent-bg {
  background: #0089A5; }
  .block-accent-bg, .block-accent-bg * {
    color: #fff; }

.block {
  margin-bottom: 45px; }

.bg-gray {
  color: #EFF0F6; }

.list-clear {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.container {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto; }

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

.main {
  flex: 1 0 auto; }
  .main > .container {
    padding: 2rem 0; }
    .main > .container > h1 {
      margin-bottom: 2.2rem; }

.footer {
  flex: 0 0 auto; }

.mobile-menu {
  display: none; }

.arrow-bottom-white,
.logo,
.ico {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  width: 100%;
  height: 100%; }

.logo {
  background-image: url("/local/html/mdq/assets/css/../img/logo_color.svg");
  max-width: 100%;
  width: 133px;
  height: 55px; }

.link-icon {
  display: inline-flex;
  align-items: center; }
  .link-icon .bx {
    margin-right: .3rem;
    display: inline-block;
    font-size: calc(1rem + .3rem); }

.tingle-modal {
  background: rgba(0, 0, 0, 0.5) !important; }
  .tingle-modal .tingle-modal__close svg {
    display: none; }
  .tingle-modal .tingle-modal__close span:after {
    display: block;
    height: 40px;
    width: 40px;
    color: #fff;
    content: url("/local/html/mdq/assets/css/../img/modal-close.svg") !important; }
  .tingle-modal .tingle-modal__close-arrow-left-light {
    transform: rotate(-180deg); }
  .tingle-modal .tingle-modal__close-arrow-top-light {
    background-image: url("/local/html/mdq/assets/css/../img/arrow_top_light.svg"); }

.modal-popup .tingle-modal-box {
  max-width: 570px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
  border-radius: 8px; }

.glide__slides--center {
  align-items: center; }

.glide__slide {
  height: auto; }

.main-slider .glide__slide {
  height: 100%; }

.glide__arrows--circle .glide__arrow {
  cursor: pointer;
  outline: none;
  border: 2px solid #0089A5;
  background: #fff;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; }
  .glide__arrows--circle .glide__arrow i {
    width: 9px; }
.glide__arrows--mini .glide__arrow {
  width: 36px;
  height: 36px;
  border-width: 1px; }
  .glide__arrows--mini .glide__arrow i {
    width: 5px; }
.glide__arrows--flex {
  display: flex;
  justify-content: center;
  align-items: center; }
  .glide__arrows--flex .glide__arrow--left {
    margin-right: .5rem; }
.glide__arrows--between .glide__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }
  .glide__arrows--between .glide__arrow--left {
    left: -38px; }
  .glide__arrows--between .glide__arrow--right {
    right: -38px; }
.glide__arrows--left-bottom {
  position: relative; }
  .glide__arrows--left-bottom .glide__arrow {
    position: absolute;
    left: 1rem;
    bottom: .5rem; }
    .glide__arrows--left-bottom .glide__arrow--right {
      left: 3.5rem; }

.page-header {
  height: 480px;
  max-height: 50vh;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .page-header:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 97, 129, 0.5); }
  .page-header * {
    color: #fff; }
  .page-header--container {
    position: relative;
    max-width: 530px; }
  .page-header__title {
    margin-bottom: 1.5rem; }
    .page-header__title small {
      letter-spacing: 0;
      display: block;
      font-weight: 400;
      font-size: 1.2rem; }

.modal-video .tingle-modal-box {
  background: transparent; }
.modal-video .tingle-modal-box__content {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 56.25% 0 0; }
  .modal-video .tingle-modal-box__content iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%; }

.card {
  background-color: #fff;
  box-shadow: 0px 0px 20px rgba(214, 214, 214, 0.5);
  border-radius: 8px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .card--center {
    margin-left: auto;
    margin-right: auto; }
  .card--500 {
    max-width: 500px; }
  .card__body, .card__footer {
    padding-left: 2.5rem;
    padding-right: 2.5rem; }
  .card__body {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    display: block; }
  .card__footer {
    border-top: 1px solid #EFF0F6;
    display: flex;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
    .card__footer--between {
      justify-content: space-between; }
  .card--hover {
    transition: .3s;
    border: 1px solid transparent; }
    .card--hover:hover {
      border: 1px solid #0089A5; }
  .card--brand {
    background: #0089A5 !important; }
    .card--brand * {
      color: #fff !important; }
  .card--md .card__body, .card--md .card__footer {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .card--md .card__body {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
  .card--sm .card__body, .card--sm .card__footer {
    padding-left: 1rem;
    padding-right: 1rem; }
  .card--sm .card__body {
    padding-top: 1rem;
    padding-bottom: 1rem; }
    .card--sm .card__body p {
      margin-top: 0; }
  .card--pay h3 {
    font-size: 2.625rem;
    color: #402373 !important; }
  .card--pay .card__body {
    max-width: 600px; }
  .card--pay .two-column__item {
    margin-bottom: .5rem;
    color: #6E7191;
    font-size: .875rem;
    font-weight: 500; }
    .card--pay .two-column__item .bx {
      color: #200E32; }

.pagination {
  margin: 2rem auto;
  display: flex;
  justify-content: center;
  padding-left: 0;
  list-style: none; }
  .pagination .page-item {
    margin: 0 .2rem; }
  .pagination .page-link {
    border-radius: 8px;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 1.1rem;
    transition: .2s;
    color: #6E7191; }
    .pagination .page-link.disabled {
      cursor: default; }
    .pagination .page-link:not(.disabled):hover, .pagination .page-link.active {
      color: #fff;
      background: #0089A5; }
    .pagination .page-link-prev, .pagination .page-link-next {
      background: #fff;
      color: #0089A5;
      font-size: 1.6rem;
      line-height: 1.6rem; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
  color: #14142B;
  font-weight: 500;
  font-size: 0.875rem; }
  .breadcrumb .breadcrumb-item {
    padding-right: .5rem; }
    .breadcrumb .breadcrumb-item a {
      transition: .3s; }
      .breadcrumb .breadcrumb-item a:hover {
        color: #0089A5; }
  .breadcrumb .breadcrumb-item.active {
    color: #0089A5; }
  .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    margin-top: 4px;
    content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDYgMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wLjUxODQ0MSA5LjUyNjA1QzAuMzQ0NTczIDkuMzU1NjEgMC4zMjg3NjcgOS4wODg4OCAwLjQ3MTAyMyA4LjkwMDkyTDAuNTE4NDQxIDguODQ3MDhMNC40NDI4MyA1LjAwMDAxTDAuNTE4NDQxIDEuMTUyOTRDMC4zNDQ1NzMgMC45ODI0OTIgMC4zMjg3NjcgMC43MTU3NjcgMC40NzEwMjMgMC41Mjc4MTJMMC41MTg0NDEgMC40NzM5NjRDMC42OTIzMDkgMC4zMDM1MTUgMC45NjQzODQgMC4yODgwMTkgMS4xNTYxMSAwLjQyNzQ3OEwxLjIxMTA0IDAuNDczOTY0TDUuNDgxNTYgNC42NjA1MkM1LjY1NTQzIDQuODMwOTcgNS42NzEyMyA1LjA5NzcgNS41Mjg5OCA1LjI4NTY1TDUuNDgxNTYgNS4zMzk1TDEuMjExMDQgOS41MjYwNUMxLjAxOTc4IDkuNzEzNTUgMC43MDk2OTYgOS43MTM1NSAwLjUxODQ0MSA5LjUyNjA1WiIgZmlsbD0iIzIwMEUzMiIvPgo8L3N2Zz4K"); }

.select-dropdown {
  border: 0;
  background: transparent;
  color: #6E7191;
  font-weight: 600;
  outline: none;
  width: auto;
  text-align: right; }
  .select-dropdown option {
    text-align: right; }

.input {
  margin-bottom: 20px;
  position: relative; }
  .input > div {
    position: relative; }
  .input label {
    color: #6E7191;
    margin-bottom: .7rem;
    display: block;
    font-weight: 500; }
  .input input,
  .input textarea,
  .input select {
    border: 1px solid #0089A5;
    border-radius: 8px;
    background: #fff;
    padding: 16px;
    width: 100%;
    outline: none; }
    .input input:focus,
    .input textarea:focus,
    .input select:focus {
      filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.2)); }
    .input input[type=file],
    .input textarea[type=file],
    .input select[type=file] {
      opacity: 0;
      z-index: 2;
      padding: 13px 16px;
      position: relative;
      cursor: pointer; }
      .input input[type=file] ~ div,
      .input textarea[type=file] ~ div,
      .input select[type=file] ~ div {
        position: absolute;
        border-radius: 8px;
        display: flex;
        align-items: center;
        width: 100%;
        color: rgba(0, 0, 0, 0.6);
        padding: 13px;
        height: 100%;
        top: 0;
        left: 0;
        border: 1px solid #0089A5; }
        .input input[type=file] ~ div span.change,
        .input textarea[type=file] ~ div span.change,
        .input select[type=file] ~ div span.change {
          color: #14142B; }
        .input input[type=file] ~ div i,
        .input textarea[type=file] ~ div i,
        .input select[type=file] ~ div i {
          position: absolute;
          right: 16px;
          font-size: 1.5rem;
          color: #0089A5; }
  .input--small select {
    padding: 11px; }
  .input--small input,
  .input--small textarea,
  .input--small select,
  .input--small input[type=file] ~ div {
    border-color: #6E7191 !important;
    border-width: 2px !important;
    padding: 12px !important; }
    .input--small input[type=file],
    .input--small textarea[type=file],
    .input--small select[type=file],
    .input--small input[type=file] ~ div[type=file] {
      padding: 10px 13px !important; }
  .input--line {
    display: flex;
    gap: 10px;
    align-items: center; }
    .input--line label {
      margin-bottom: 0; }
  .input .input-group {
    position: relative; }
    .input .input-group .input-group-text {
      z-index: 10;
      position: absolute;
      top: 2px;
      width: 40px;
      height: calc(100% - 4px);
      left: 2px;
      padding: .5rem;
      color: #0089a5;
      font-weight: 600;
      background: #f7f7fc;
      border-radius: 8px 0 0 8px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .input .input-group .input-group-text ~ input {
        padding-left: 50px !important; }

.radio-items {
  margin-bottom: 20px; }

.radio {
  display: flex;
  align-items: center;
  margin: 8px 0; }
  .radio label {
    margin-bottom: 0; }
  .radio input {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10; }
    .radio input:checked ~ span {
      opacity: 1; }
  .radio__wrapper {
    position: relative;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    border-radius: 50%;
    background: #D6D8E7; }
  .radio span {
    display: inline-block;
    background: #ffffff;
    border-radius: 50%;
    border: 5px solid #0089A5;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .3s; }

.checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 20px; }
  .checkbox label {
    margin-bottom: 0; }
  .checkbox input {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10; }
    .checkbox input:checked ~ span {
      opacity: 1; }
  .checkbox__wrapper {
    position: relative;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    border-radius: 4px;
    background: #D6D8E7; }
  .checkbox span {
    display: inline-block;
    background: #ffffff;
    border-radius: 4px;
    border: 2px solid #0089A5;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .3s; }
    .checkbox span:after {
      content: '';
      position: absolute;
      background-size: contain;
      background: url("/local/html/mdq/assets/css/../img/check_inner.svg") no-repeat center;
      width: 8px;
      height: 8px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

.form .form-sub-title {
  color: #6E7191;
  font-size: 1.12rem;
  margin-bottom: .2rem; }
.form .form-desc {
  color: #6E7191; }
.form .form-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem; }
.form__data, .form__success {
  display: flex;
  align-items: center;
  width: 100%;
  transition: .3s; }
.form__data > * {
  width: 100%; }
.form__success {
  display: none; }
.form--success .form__data {
  display: none; }
.form--success .form__success {
  display: flex;
  padding: 20px;
  font-weight: 500;
  font-size: 16px; }

.form-line {
  display: flex;
  align-items: center;
  width: 100%;
  transition: .3s; }
  .form-line .input {
    margin-bottom: 0;
    margin-right: 20px; }
  .form-line > * {
    width: 100%; }
  .form-line--subscribe {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(172, 181, 189, 0.3); }
    .form-line--subscribe .input {
      margin-right: 0; }
      .form-line--subscribe .input input {
        border-radius: 0;
        border: 0; }
        .form-line--subscribe .input input::placeholder {
          color: #fff; }
    .form-line--subscribe .btn {
      border-radius: 0; }
  .form-line--transparent .input input {
    background: transparent; }

.bold-500 {
  font-weight: 500; }

.bold-600 {
  font-weight: 600; }

.ico-way {
  width: 28px;
  height: 28px;
  background-image: url("/local/html/mdq/assets/css/../img/way.svg"); }
.ico-arrow-right-light, .ico-arrow-left-light {
  background-image: url("/local/html/mdq/assets/css/../img/arrow_right_light.svg"); }
.ico-arrow-right-color, .ico-arrow-left-color {
  background-image: url("/local/html/mdq/assets/css/../img/arrow_right_color.svg"); }
.ico-arrow-left-light, .ico-arrow-left-color {
  transform: rotate(-180deg); }
.ico-arrow-top-light {
  background-image: url("/local/html/mdq/assets/css/../img/arrow_top_light.svg"); }

.btn {
  cursor: pointer;
  background: #0089A5;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
  font-weight: 500;
  padding: 1rem 1.8rem;
  min-width: 100px;
  border: 0; }
  .btn--dark {
    background: #2B306F; }
  .btn, .btn * {
    transition: .3s; }
  .btn-circle {
    padding: 0;
    border-radius: 50%;
    min-width: auto;
    width: 54px;
    height: 54px;
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.05));
    transition: .3s; }
    .btn-circle .ico-arrow-right-light,
    .btn-circle .ico {
      width: 7px; }
    .btn-circle .ico-arrow-top-light {
      width: 12px; }
    .btn-circle:hover {
      border-radius: 20%;
      background: rgba(0, 137, 165, 0.9); }
  .btn--squer {
    border-radius: 8px;
    padding: 16px;
    width: 100%; }
  .btn--light {
    border: 2px solid #fff;
    background: transparent; }
    .btn--light:hover {
      background: #0089A5; }
  .btn--sm {
    padding: .8rem 1rem;
    border-radius: 6px;
    font-weight: 400;
    font-size: 1rem; }
  .btn--failed {
    background: #EE3F3F; }

.big-link:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: ''; }

.to-top {
  position: fixed;
  right: 2%;
  bottom: 5%;
  transform: translateX(300%);
  transition: .5s;
  opacity: 0;
  z-index: 100; }
  .to-top--show {
    transform: translateX(0);
    opacity: 1; }

.two-column {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px; }
  .two-column--width .two-column__item {
    flex-basis: 49%; }
  .two-column--width .two-column__full {
    flex-basis: 100%; }

.media-grid__items {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  gap: 30px; }
.media-grid__item {
  height: 100%;
  width: 100%; }
  .media-grid__item:nth-child(4n+1) {
    grid-row: 2 span; }

.grid-two__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center; }

.grid-three__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px; }

.article-target-block ul {
  padding-left: 16px; }
.article-target-block:not(.card--brand) h3 {
  color: #0089A5; }

.article-bg {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.05));
  height: 490px;
  width: 100%;
  display: flex;
  align-items: flex-end; }
  .article-bg__img {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 5s; }
  .article-bg:hover .article-bg__img {
    transform: scale(1.1); }
  .article-bg:before {
    content: '';
    top: 0;
    left: 0;
    background: linear-gradient(360deg, #000000 9.19%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2; }
  .article-bg__container {
    z-index: 3;
    padding: 37px;
    max-width: 90%; }
    .article-bg__container, .article-bg__container * {
      color: #FCFCFC; }
  .article-bg__title {
    font-weight: 500;
    font-size: 2.25rem;
    letter-spacing: -0.218rem;
    margin-bottom: 21px;
    display: block;
    line-height: 32px; }
  .article-bg__desc {
    letter-spacing: -0.5px;
    margin-bottom: 21px;
    font-size: 16px;
    line-height: 24px; }
  .article-bg__date {
    font-size: 16px;
    margin-bottom: 16px;
    display: block; }
  .article-bg__more {
    font-weight: 600;
    font-size: 16px;
    display: flex;
    align-items: center; }
    .article-bg__more span {
      margin-right: 12px; }
    .article-bg__more .bx {
      font-size: 1rem;
      transform: rotate(-180deg); }
  .article-bg--mini {
    height: 356px; }
    .article-bg--mini:before {
      background: #030303;
      opacity: 0.5; }
    .article-bg--mini .article-bg__title {
      font-size: 1.375rem;
      letter-spacing: normal;
      min-height: 2rem; }
    .article-bg--mini .article-bg__container {
      padding: 22px 22px 5px 22px; }
  .article-bg--list {
    height: 380px; }
    .article-bg--list .article-bg__container {
      padding: 1.2rem; }
    .article-bg--list .article-bg__title {
      font-size: 1.3rem;
      letter-spacing: normal;
      margin-bottom: .5rem; }
    .article-bg--list .article-bg__desc, .article-bg--list .article-bg__more {
      color: #F7F7FC;
      font-size: .875rem;
      line-height: 1rem; }

.key-home {
  background: #EFF0F6;
  padding: 45px 0; }
  .key-home .two-column__item:first-child {
    width: 40%; }
  .key-home .two-column__item:last-child {
    width: 55%; }
  .key-home h2 span {
    font-size: 16px; }
  .key-home form {
    background: #fff;
    border-radius: 12px;
    padding: 40px 34px; }
  .key-home .submit {
    max-width: 205px; }

.footer {
  background: #0E3C6A; }
  .footer, .footer * {
    color: #ffffff; }
  .footer__top {
    padding: 82px 0 30px; }
    .footer__top .two-column {
      margin-bottom: 40px; }
  .footer__bottom {
    padding: 22px 0;
    border-top: 1px solid rgba(0, 97, 129, 0.6); }
    .footer__bottom div:nth-child(2) {
      text-align: center; }
    .footer__bottom .socials {
      justify-content: flex-end; }
      .footer__bottom .socials * {
        color: #fff; }
  .footer-menu {
    display: flex;
    align-items: center !important;
    justify-content: flex-start !important; }
    .footer-menu .logo {
      max-width: 30px;
      margin-right: 20px;
      background-image: url("/local/html/mdq/assets/css/../img/logo_white_mini.svg"); }
    .footer-menu .main-menu__active span {
      color: #fff; }

.targets {
  padding: 2.5rem 0; }
  .targets__title {
    margin-bottom: 2rem; }
  .targets__items {
    display: flex;
    justify-content: space-between;
    margin-left: -1.5rem; }
  .targets__item {
    display: flex;
    width: 45%;
    margin-left: 1.5rem; }
  .targets__name {
    font-size: 1.5rem;
    font-weight: 500; }
  .targets__icon {
    padding-right: 1.2rem; }
    .targets__icon i {
      width: 60px;
      height: 60px;
      background-color: #0E3C6A;
      border-radius: 50%;
      background-size: 50%; }
  .targets--white .targets__item {
    flex-direction: column;
    background: #fff;
    border-radius: 8px;
    padding: 26px 21px; }
  .targets--white .targets__icon {
    padding-right: 0;
    margin-bottom: 1rem; }
    .targets--white .targets__icon i {
      width: 55px;
      height: 55px; }
  .targets--white .targets__name {
    color: #0089A5; }
  .targets--white .targets__text {
    color: #6E7191; }
  .targets--numbers {
    padding-top: 0;
    padding-bottom: 0; }
    .targets--numbers .targets__icon {
      background: #D9DBE9;
      width: 66px;
      height: 66px;
      display: flex;
      color: #6E7191;
      align-items: center;
      justify-content: center;
      font-weight: 600;
      font-size: 1.5rem;
      border-radius: 50%;
      margin-bottom: 0; }

.block-header {
  padding: 2rem 0; }
  .block-header__title {
    margin-bottom: 1rem;
    color: #6E7191; }
  .block-header__text {
    color: #666666;
    line-height: 1.5; }
  .block-header--center {
    text-align: center; }
  .block-header--two {
    display: flex;
    justify-content: space-between;
    align-items: center; }

.copyright {
  font-weight: 500; }

.news-slider .glide__bullets {
  display: none; }

.glide__bullets {
  margin-top: .6rem;
  display: flex;
  flex-direction: row;
  justify-content: center; }
  .glide__bullets .glide__bullet {
    margin: 0 .2rem;
    border: 0;
    background: #6E7191;
    width: 9px;
    height: 9px;
    padding: 0;
    border-radius: 50%;
    display: block;
    line-height: 0;
    transition: .3s;
    outline: none; }
    .glide__bullets .glide__bullet--active {
      background: #0089A5; }

.header {
  width: 100% !important;
  border-bottom: 1px solid #EFF0F6;
  background: #fff;
  font-weight: 500;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
  transition: .3s; }
  .header__burger {
    display: none; }
  .header .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .header__right {
    width: 100%;
    border-left: 1px solid #EFF0F6;
    border-right: 1px solid #EFF0F6; }
  .header__left {
    padding: 5px 48px 5px 0; }
  .header .main-menu,
  .header .top-line {
    padding: 18px 23px; }
  .header .top-line {
    border-bottom: 1px solid #EFF0F6; }
  .header, .header *, .header.header-sticky * {
    color: #14142B; }
  .header--homepage {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100; }
    .header--homepage, .header--homepage * {
      color: #fff; }
    .header--homepage .logo {
      background-image: url("/local/html/mdq/assets/css/../img/logo_white.svg"); }
    .header--homepage .main-menu__item--right *,
    .header--homepage .socials__link *,
    .header--homepage .login-mini,
    .header--homepage .login-mini * {
      color: #fff !important; }
  .header.header-sticky {
    background: #fff;
    z-index: 20; }
    .header.header-sticky .logo {
      background-image: url("/local/html/mdq/assets/css/../img/logo_color.svg");
      max-height: 40px; }
    .header.header-sticky .top-line {
      display: none; }
    .header.header-sticky .main-menu__item--right * {
      color: #0089A5 !important; }

.lang-selector {
  position: relative; }
  .lang-selector .bx {
    font-size: .6rem; }
  .lang-selector__items {
    position: absolute;
    z-index: -1;
    top: 100%;
    left: 0;
    padding: 4px 10px;
    background: #fff;
    border-radius: 4px;
    opacity: 0;
    display: block;
    transition: .3s; }
  .lang-selector__item:not(:last-child) {
    margin-bottom: 5px; }
  .lang-selector__link {
    color: #14142B;
    padding: 4px 4px;
    margin: 4px 0;
    display: inline-block;
    width: 100%;
    transition: .3s;
    border-bottom: 1px solid transparent; }
    .lang-selector__link:hover {
      color: #0089A5; }
  .lang-selector__current {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 5px 0; }
    .lang-selector__current span {
      margin-right: 8px; }
  .lang-selector:hover .lang-selector__items {
    opacity: 1;
    z-index: 1; }

.socials {
  display: flex;
  align-items: center;
  margin-right: 2rem; }
  .socials__link {
    font-size: 1.1rem;
    text-align: center; }
    .socials__link * {
      color: #0089A5; }
  .socials__item:not(:last-child) {
    margin-right: 20px; }
  .socials--full {
    color: #0089A5; }
    .socials--full .socials__item:not(:last-child) {
      margin-right: 10px; }
    .socials--full .socials__link {
      display: flex;
      align-items: center;
      background: rgba(0, 97, 129, 0.2);
      padding: 8px 10px;
      border-radius: 8px; }
      .socials--full .socials__link span {
        font-size: 0.8rem !important;
        margin-left: .5rem; }

.login-mini, .login-mini * {
  color: #6E7191; }
.login-mini a {
  display: flex;
  align-items: center; }
.login-mini span {
  margin-right: 4px; }
.login-mini .ico {
  width: 18px;
  height: 18px; }

.top-line {
  display: flex;
  justify-content: space-between; }
  .top-line__right {
    display: flex;
    align-items: center; }
  .top-line .socials {
    margin-right: 22px; }

.main-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0 !important;
  padding-bottom: 0 !important; }
  .main-menu__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .main-menu__item li:not(:last-child) {
      margin-right: 20px; }
    .main-menu__item li {
      padding-top: 18px;
      padding-bottom: 18px;
      display: flex;
      align-items: center;
      position: relative; }
      .main-menu__item li .bx {
        padding-right: 0.2rem; }
      .main-menu__item li a {
        padding: 2px;
        display: flex;
        align-items: center; }
      .main-menu__item li:hover .main-menu__sub {
        display: block;
        opacity: 1; }
    .main-menu__item--right a {
      font-weight: 400; }
    .main-menu__item--right a span, .main-menu__item--right a i {
      color: #0089A5; }
  .main-menu__active > a > span, .main-menu a:hover span {
    color: #0089A5; }
  .main-menu .ico {
    width: 12px;
    height: 12px;
    margin-right: 6px; }
  .main-menu__sub {
    position: absolute;
    background: #fff;
    top: 45px;
    display: none;
    opacity: 0;
    transition: .3s;
    z-index: 10; }
    .main-menu__sub, .main-menu__sub * {
      color: #14142B;
      border-radius: .4rem; }
      .main-menu__sub a, .main-menu__sub * a {
        padding: .2rem 0;
        display: block; }
      .main-menu__sub li, .main-menu__sub * li {
        white-space: nowrap;
        padding: .6rem .7rem;
        margin-right: 0 !important;
        border-bottom: 1px solid #EFF0F6; }
        .main-menu__sub li:hover a, .main-menu__sub * li:hover a {
          color: #0089A5; }

@media (max-width: 900px) {
  .media-grid__items {
    grid-template-columns: 1fr; } }

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/html/mdq/assets/css/modules/404/404.css?1624342740289*/
.error404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #6E7191;
  text-align: center;
  height: 100%; }
  .error404__title {
    color: #0089A5;
    font-size: 4.25rem;
    font-weight: 600; }

/*# sourceMappingURL=404.css.map */

/* End */


/* Start:/local/templates/mdq_homepage/template_styles.css?1624342741198*/
@import url(/local/html/mdq/assets/css/style.css);
@import url(/local/templates/mdq_homepage/../../html/mdq/assets/css/modules/404/404.css);

.form .g-recaptcha > div,
.form .g-recaptcha > div > div{
    padding: 0 !important;
}
/* End */
/* /local/html/mdq/assets/css/style.css?162434274030884 */
/* /local/html/mdq/assets/css/modules/404/404.css?1624342740289 */
/* /local/templates/mdq_homepage/template_styles.css?1624342741198 */
