html {
  min-height: 100%;
  height: 100%;
}

body {
  font-size: 12px;
  font-family: "Euclid Circular A", Arial, sans-serif;
  text-align: left;
  color: #000;
  background: #fff;
  background: rgba(0, 0, 0, 0.1);
  background-repeat: no-repeat;
  background-image: url(../img/main_bg.png);
  background-position: 50% 100%;
  background-attachment: fixed;
  background-size: cover;
  /*min-height: 100%;
  height: 100%;*/
  overflow-y: overlay;
  overflow-x: clip;
  position: relative;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
body::-webkit-scrollbar-button {
  background-image: url("");
  background-repeat: no-repeat;
  width: 4px;
  height: 0px;
}
body::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 2px;
}
body::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}
body::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
body::-webkit-resizer {
  background-image: url("");
  background-repeat: no-repeat;
  width: 0px;
  height: 0px;
}
body::-webkit-scrollbar {
  width: 4px;
}
body.inner {
  background-color: #f9f9f9;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url(../img/inner_bg.png);
  background-size: cover;
  background-attachment: fixed;
}
body.inner .main_nav {
  display: none;
}
body.inner .lang_selector a {
  background-color: #f9f9f9;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  --app-height: 100%;
}

img[src=""] {
  display: none !important;
}

a.full_link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute !important;
  left: 0;
  top: 0;
}

a {
  color: #1B69DE;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

input, select, textarea, button {
  outline: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  font-family: "Euclid Circular A", Helvetica, Arial, sans-serif !important;
}

input.text,
input[type=text],
input[type=button],
input[type=submit],
.input-checkbox {
  -webkit-appearance: none;
  border-radius: 0;
}

video::-webkit-media-controls-panel {
  display: none;
  -webkit-appearance: none;
}

video::-webkit-media-controls-play-button {
  display: none;
  -webkit-appearance: none;
}

video::-webkit-media-controls-start-playback-button {
  display: none;
  -webkit-appearance: none;
}

video::-webkit-media-controls {
  display: none;
  -webkit-appearance: none;
}

video {
  pointer-events: none;
}

video::-webkit-media-controls-start-playback-button {
  display: none;
}

video::-webkit-media-controls-panel {
  display: none !important;
  opacity: 1 !important;
}

.main_header {
  width: 100%;
  height: 64px;
  background-color: #fff;
  position: fixed;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.main_header > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  height: 100%;
  position: relative;
}

.logo a {
  display: block;
  width: 160px;
  height: 52px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-image: url(../img/logo.png);
  background-size: contain;
}

.main_nav {
  font-size: 0;
}
.main_nav li {
  display: inline-block;
}
.main_nav a {
  display: block;
  height: 64px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 64px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.main_nav a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.first_image {
  padding: 24px 0;
  text-align: center;
}
.first_image img {
  width: 240px;
}

.sections_wrapper {
  padding: 80px 0 0;
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 20px 0;
  background-color: #fff;
}
.sections_wrapper section {
  padding: 0 0 40px;
  margin: 0 0 40px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}
.sections_wrapper h2 {
  padding: 0 0 24px;
  font-size: 24px;
  font-weight: 600;
  position: relative;
}
.sections_wrapper h2::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 4px;
  background-color: #a10314;
  margin: 0 0 0 4px;
}
.sections_wrapper h3 {
  padding: 12px 0 12px;
  font-size: 20px;
  font-weight: 600;
  position: relative;
}
.sections_wrapper .text {
  padding: 0 0 12px;
  font-size: 16px;
  line-height: 1.33;
  color: rgba(0, 0, 0, 0.6);
}
.sections_wrapper .text strong {
  color: rgb(0, 0, 0);
  font-weight: 600;
}
.sections_wrapper .text p {
  padding: 0 0 12px;
}
.sections_wrapper .text li {
  padding: 0 0 0 16px;
  margin: 0 0 4px;
  position: relative;
}
.sections_wrapper .text li::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #a10314;
  position: absolute;
  left: 0;
  top: 7px;
  border-radius: 50%;
}

.contacts_info {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}
.contacts_info dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px 20px calc(100% - 120px);
  grid-template-columns: 100px calc(100% - 120px);
  grid-auto-rows: minmax(-webkit-min-content, -webkit-max-content);
  grid-auto-rows: minmax(min-content, max-content);
  grid-gap: 10px 20px;
}
.contacts_info dt {
  font-weight: 600;
}
.contacts_info a {
  color: #2f6f8f;
}

.refrans_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: minmax(-webkit-min-content, -webkit-max-content);
  grid-auto-rows: minmax(min-content, max-content);
  grid-gap: 24px 24px;
  padding: 0 0 12px;
}
.refrans_grid article {
  padding: 1px;
  background-color: #2f6f8f;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.refrans_grid h3 {
  display: none;
  padding: 0 0 0px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33;
  color: #fff;
}
.refrans_grid .image {
  padding: 12px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.refrans_grid img {
  width: 100%;
  height: 100px;
  max-height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

.sertificates_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: minmax(-webkit-min-content, -webkit-max-content);
  grid-auto-rows: minmax(min-content, max-content);
  grid-gap: 24px 24px;
  padding: 48px 0 12px;
}
.sertificates_grid article {
  padding: 64px 0 0;
  text-align: center;
  position: relative;
}
.sertificates_grid article::before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url(../img/pdf_icon.svg);
  position: absolute;
  left: calc(50% - 18px);
  top: 0;
}
.sertificates_grid h5 {
  padding: 0 0 12px;
  font-size: 18px;
  font-weight: 600;
}
.sertificates_grid .link a {
  color: rgb(161, 3, 20);
  text-decoration: none;
}

.person_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: minmax(-webkit-min-content, -webkit-max-content);
  grid-auto-rows: minmax(min-content, max-content);
  grid-gap: 24px 24px;
  padding: 0 0 12px;
}
.person_grid article {
  padding: 24px;
  background-color: #2f6f8f;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.person_grid h3 {
  padding: 0 0 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33;
  color: #fff;
}
.person_grid p {
  font-size: 14px;
  line-height: 1.33;
  color: rgba(255, 255, 255, 0.6);
}

.images_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: minmax(-webkit-min-content, -webkit-max-content);
  grid-auto-rows: minmax(min-content, max-content);
  grid-gap: 16px 16px;
  padding: 12px 0 0;
}
.images_grid figure {
  margin: 0;
}
.images_grid img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

img {
  max-width: 100%;
}

.table_block {
  padding: 40px 0 45px;
  overflow-x: auto;
}
.table_block table {
  width: 100%;
  border-spacing: 1px;
  border-collapse: separate;
  background-color: #DCDCDC;
}
.table_block table thead td {
  font-size: 18px;
  color: #000;
  font-weight: 500;
}
.table_block table td {
  padding: 12px 20px;
  background-color: #fff;
}
.table_block table td + td {
  padding-left: 20px;
}
.table_block table tbody td, .table_block table tbody th {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.03em;
  color: #515151;
}
.table_block table tbody th {
  font-weight: 500;
}
.table_block table tbody tr:last-child td {
  border-bottom: 2px solid #999;
}
.table_block table tbody tr:nth-child(2n) td {
  background-color: #f1f1f1;
}
.smart_zoom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100500;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.smart_zoom.show_me {
  opacity: 1;
  visibility: visible;
}
.smart_zoom .image::before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  border: 2px solid #fff;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -26px 0 0 -26px;
  border-radius: 50%;
  z-index: 0;
  -webkit-animation: cssload-spin 2s infinite linear;
          animation: cssload-spin 2s infinite linear;
}
.smart_zoom img {
  max-height: 90vh;
  max-width: 100vw;
  /*object-fit: contain;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);*/
  z-index: 1;
  position: relative;
  -webkit-transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.smart_zoom img.hide_me {
  opacity: 0;
}
.smart_zoom .close {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 12px;
  top: 12px;
}
.smart_zoom .close::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.smart_zoom .close::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.smart_zoom .arrow {
  display: block;
  width: 64px;
  height: 64px;
  position: absolute;
  left: 0;
  top: calc(50% - 32px);
}
.smart_zoom .arrow.next {
  left: auto;
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.smart_zoom .arrow::before {
  content: "";
  display: block;
  width: 50%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 25%;
  top: calc(50% - 11px);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.smart_zoom .arrow::after {
  content: "";
  display: block;
  width: 50%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 25%;
  top: calc(50% + 11px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.index_countdown {
  padding: 96px 0 96px;
}
.index_countdown ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.index_countdown li {
  display: block;
  width: auto;
  min-width: 80px;
  height: 92px;
  margin: 0 0 0 12px;
  padding: 12px;
  text-align: center;
  position: relative;
  -webkit-box-shadow: inset 0 0 0 2px #2f6f8f;
          box-shadow: inset 0 0 0 2px #2f6f8f;
  border-radius: 12px;
}
.index_countdown li:first-child {
  margin: 0;
}
.index_countdown li::before {
  content: "";
  display: block;
  width: 60%;
  height: 2px;
  background-color: #a10314;
  position: absolute;
  left: 20%;
  top: 0px;
}
.index_countdown li::after {
  content: "";
  display: block;
  width: 60%;
  height: 2px;
  background-color: #a10314;
  position: absolute;
  left: 20%;
  bottom: 0px;
}
.index_countdown time {
  display: block;
  padding: 0 0 2px;
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: #002E5A;
}
.index_countdown span {
  font-weight: 600;
  font-size: 13px;
  line-height: 1.23;
  text-align: center;
  color: #777;
}

/* Mobile begin */
.toggler {
  display: block;
  display: none;
  width: 40px;
  height: 40px;
  background-color: #fff;
  position: absolute;
  right: 20px;
  top: calc(50% - 20px);
  border-radius: 50%;
  z-index: 3;
  -webkit-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.toggler em {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #2f6f8f;
  position: absolute;
  left: calc(50% - 12px);
  top: calc(50% - 4px);
  -webkit-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.toggler em + em {
  top: calc(50% + 4px);
}
.toggler.active {
  background-color: #2f6f8f;
}
.toggler.active em {
  background-color: #fff;
}
.toggler.active em:first-child {
  top: calc(50% - 1px);
}
.toggler.active em:first-child + em {
  top: calc(50% - 1px);
}
.toggler.active_second em:first-child {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.toggler.active_second em:first-child + em {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.mobile_aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 90%;
  height: calc(100% - 0px);
  padding: 240px 0 40px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.2);
  position: fixed;
  left: 100%;
  top: 0px;
  z-index: 1;
  -webkit-transition: 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.45s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.mobile_aside.show_me {
  left: 10%;
}

.mobile_nav {
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  padding: 0 30px;
}
.mobile_item {
  display: block;
  height: auto;
  padding: 0px 0 0px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.64;
  color: #5188C7;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: 20px 50%;
  position: relative;
  -webkit-transition: 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.mobile_item.has_sub::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4.5px 0 4.5px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  right: 18px;
  top: calc(50% - 4px);
  -webkit-transition: 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.mobile_item.active {
  color: #E66F5F;
}

/* Mobile end */
@keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}