@font-face {
  font-family: "DIN";
  src: url("../fonts/DINNextCYR-Bold.woff") format("woff2"), url("../fonts/DINNextCYR-Bold.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN";
  src: url("../fonts/DINNextCYR-Regular.woff") format("woff2"), url("../fonts/DINNextCYR-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN";
  src: url("../fonts/DINNextCYR-Light.woff") format("woff2"), url("../fonts/DINNextCYR-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Minion";
  src: url("../fonts/MinionPro-Regular.woff") format("woff2"), url("../fonts/MinionPro-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.cleaner:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  visibility: hidden;
}

.cleaner {
  display: inline-block;
  overflow: hidden;
}

/* Hides from IE Mac \*/
* html .cleaner {
  height: 1%;
}

.cleaner {
  display: block;
}

/* End Hack */
body {
  font-family: "DIN", Arial, sans-serif;
  font-size: 10px;
  line-height: 1.4;
  font-weight: 300;
  background: #fff;
}

.container, .container-fluid {
  padding-right: 12px;
  padding-left: 12px;
}
.container .container, .container-fluid .container {
  padding-right: 0;
  padding-left: 0;
}

.right {
  border-left: 24px solid #eaf6fe;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
}

.down {
  height: 40px;
  background: #eaf6fe;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.row {
  margin-left: -12px;
  margin-right: -12px;
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.anno {
  background: #A2BB43;
  padding: 3px 5px 2px 5px;
  color: #fff;
  margin-left: 10px;
  font-size: 12px;
  line-height: 1;
  font-weight: 300;
  display: inline-block;
  transform: translate(0, -4px);
  position: relative;
}
.anno:after {
  content: "";
  display: block;
  border-bottom: 2px solid #A2BB43;
  border-right: 2px solid #A2BB43;
  width: 12px;
  height: 12px;
  position: absolute;
  right: -4px;
  bottom: -4px;
}

@media (min-width: 1248px) {
  .container {
    max-width: 1224px;
  }
}
@media (min-width: 1200px) {
  .body .container:not(.normal) {
    max-width: 1020px;
  }
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  padding-right: 12px;
  padding-left: 12px;
}

a {
  color: #0078dc;
}

[data-toggle=tooltip] {
  cursor: pointer;
}

.w-bold {
  font-weight: 500;
}
.w-medium {
  font-weight: 400;
}
.w-light {
  font-weight: 300;
}

.nou {
  text-decoration: none !important;
}

.minheight {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.minheight--auto {
  min-height: inherit !important;
}

.tip {
  cursor: pointer;
}

.tooltip {
  margin-left: 80px;
}
.tooltip .arrow {
  /*left:8px !important;*/
}
.tooltip .arrow:before {
  border-top-color: #a1bd38;
  border-bottom-color: #a1bd38;
}
.tooltip.point1 .arrow:before {
  border-top-color: #004970;
  border-bottom-color: #004970;
}
.tooltip.point2 .arrow:before {
  border-top-color: #006B9C;
  border-bottom-color: #006B9C;
}
.tooltip.point3 .arrow:before {
  border-top-color: #0076AA;
  border-bottom-color: #0076AA;
}
.tooltip.point4 .arrow:before {
  border-top-color: #0087CD;
  border-bottom-color: #0087CD;
}
.tooltip.point5 .arrow:before {
  border-top-color: #009DE0;
  border-bottom-color: #009DE0;
}
.tooltip.point6 .arrow:before {
  border-top-color: #2BAFE7;
  border-bottom-color: #2BAFE7;
}
.tooltip.point7 .arrow:before {
  border-top-color: #5FC2EC;
  border-bottom-color: #5FC2EC;
}
.tooltip.point8 .arrow:before {
  border-top-color: #86D2F0;
  border-bottom-color: #86D2F0;
}
.tooltip.point9 .arrow:before {
  border-top-color: #00A354;
  border-bottom-color: #00A354;
}
.tooltip.point10 .arrow:before {
  border-top-color: #71C150;
  border-bottom-color: #71C150;
}
.tooltip.point11 .arrow:before {
  border-top-color: #BBDA74;
  border-bottom-color: #BBDA74;
}
.tooltip.point12 .arrow:before {
  border-top-color: #4A4A49;
  border-bottom-color: #4A4A49;
}
.tooltip.point13 .arrow:before {
  border-top-color: #7C7C7B;
  border-bottom-color: #7C7C7B;
}
.tooltip.point14 .arrow:before {
  border-top-color: #A8A8A7;
  border-bottom-color: #A8A8A7;
}
.tooltip.point15 .arrow:before {
  border-top-color: #826B55;
  border-bottom-color: #826B55;
}
.tooltip-inner {
  max-width: 380px;
  text-align: left;
  border-radius: 0;
  background: #a1bd38;
  opacity: 1;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}
.tooltip-inner a {
  color: #fff;
  text-decoration: underline;
}
.point1 .tooltip-inner {
  background: #004970;
}
.point2 .tooltip-inner {
  background: #006B9C;
}
.point3 .tooltip-inner {
  background: #0076AA;
}
.point4 .tooltip-inner {
  background: #0087CD;
}
.point5 .tooltip-inner {
  background: #009DE0;
}
.point6 .tooltip-inner {
  background: #2BAFE7;
}
.point7 .tooltip-inner {
  background: #5FC2EC;
}
.point8 .tooltip-inner {
  background: #86D2F0;
}
.point9 .tooltip-inner {
  background: #00A354;
}
.point10 .tooltip-inner {
  background: #71C150;
}
.point11 .tooltip-inner {
  background: #BBDA74;
}
.point12 .tooltip-inner {
  background: #4A4A49;
}
.point13 .tooltip-inner {
  background: #7C7C7B;
}
.point14 .tooltip-inner {
  background: #A8A8A7;
}
.point15 .tooltip-inner {
  background: #826B55;
}
.tooltip.show {
  opacity: 1;
}

.pagenav a {
  font-size: 14px;
  text-decoration: none !important;
}
.pagenav a span {
  color: #000;
}

.with_icon {
  display: flex;
  align-items: center;
  font-weight: 400;
}
.with_icon .svg {
  margin-right: 10px;
  width: 28px;
  height: 15px;
}
.with_icon span + .svg {
  margin-left: 10px;
  margin-right: 0;
}
.with_icon .svg-pdf {
  height: 36px;
  width: 54px;
}

.vline {
  width: 7px;
  background: #0078dc;
  height: 48px;
}

.hint {
  font-size: 1.2em;
}

@media (max-width: 47.99em) {
  .body {
    padding-top: 78px;
  }
}
.header {
  position: relative;
  z-index: 999;
}
@media (max-width: 47.99em) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
  }
}
.header__logo {
  width: 80px;
  height: 48px;
}
.header__top {
  padding: 36px 0;
}
@media (max-width: 47.99em) {
  .header__top {
    padding: 15px 0;
  }
}
.header__text {
  padding-top: 12px;
  padding-bottom: 12px;
}

.main {
  overflow: hidden;
}

.icon--search {
  width: 26px;
  height: 26px;
}

u {
  text-decoration: none;
  position: relative;
  padding-left: 15px;
}
u:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  border-left: 6px solid #a1bd38;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

/*
[data-toggle="tooltip"] {
  display: inline-block;
}
*/
.menuswitcher {
  text-decoration: none !important;
}
.menuswitcher .svg {
  width: 24px;
  height: 24px;
}

@media (max-width: 47.99em) {
  .menu-container {
    position: fixed;
    overflow: auto;
    display: none;
    top: 78px;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .showmenu .menu-container {
    display: block;
  }
}
.menu__list {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin: 0 -10px;
}
@media (max-width: 47.99em) {
  .menu__list {
    display: block;
  }
}
.menu__li:hover .menu__link {
  color: #fff;
}
.menu__li:hover .menu__child {
  display: block;
}
.menu__link {
  padding: 10px;
  display: inline-block;
  text-transform: uppercase;
  color: #81b3d5;
  font-weight: 500;
  text-decoration: none !important;
}
.menu__link.active {
  color: #fff;
}
.menu__link:hover {
  color: #fff;
}
.menu__link:hover + .menu__child {
  display: block;
}
.menu__child {
  display: none;
  position: absolute;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  left: 0;
  right: 0;
  padding: 24px 0;
}
@media (max-width: 47.99em) {
  .menu__child {
    display: block;
    position: relative;
  }
  .menu__child .row {
    margin: 0;
  }
}
.menu__child-title {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  color: #0078dc;
}
@media (max-width: 47.99em) {
  .menu__child-title {
    display: none;
  }
}
.menu__child-list {
  margin-left: -35px;
}
@media (max-width: 47.99em) {
  .menu__child-list {
    margin-left: 0;
  }
}
.menu__child-link {
  font-size: 16px;
  color: #000;
  padding: 5px 10px 2px 10px;
  margin-bottom: 10px;
  display: inline-block;
  border-left: 7px solid transparent;
  text-decoration: none !important;
}
.menu__child-link:hover {
  color: #0078dc;
  border-left-color: #0078dc;
}

.rel {
  position: relative;
}

.pad-left {
  padding-left: 12px !important;
}
@media (min-width: 36em) {
  .pad-left {
    padding-left: calc((100vw - 540px ) / 2 + 12px) !important;
  }
}
@media (min-width: 48em) {
  .pad-left {
    padding-left: calc((100vw - 720px ) / 2 + 12px) !important;
  }
}
@media (min-width: 62em) {
  .pad-left {
    padding-left: calc((100vw - 960px ) / 2 + 12px) !important;
  }
}
@media (min-width: 75em) {
  .pad-left {
    padding-left: calc((100vw - 1020px ) / 2 + 12px) !important;
  }
}
@media (min-width: 75em) {
  .pad-left.normal {
    padding-left: calc((100vw - 1140px ) / 2 + 12px) !important;
  }
}
.pad-right {
  padding-right: 12px !important;
}
@media (min-width: 36em) {
  .pad-right {
    padding-right: calc((100vw - 540px ) / 2 + 12px) !important;
  }
}
@media (min-width: 48em) {
  .pad-right {
    padding-right: calc((100vw - 720px ) / 2 + 12px) !important;
  }
}
@media (min-width: 62em) {
  .pad-right {
    padding-right: calc((100vw - 960px ) / 2 + 12px) !important;
  }
}
@media (min-width: 75em) {
  .pad-right {
    padding-right: calc((100vw - 1020px ) / 2 + 12px) !important;
  }
}
@media (min-width: 75em) {
  .pad-right.normal {
    padding-right: calc((100vw - 1140px ) / 2 + 12px) !important;
  }
}

.section--text + .section--text > .pb-big {
  padding-bottom: 12px;
}
.section--text + .section--text > .pt-sm {
  padding-top: 12px;
}

.img-fullfluid {
  width: 100%;
  height: auto;
}

.pdef {
  padding: 24px;
}
.pdef-small {
  padding: 12px;
}
.pdef-v {
  padding-top: 24px;
  padding-bottom: 24px;
}

.pt-sm {
  padding-top: 36px;
}

.pt-small {
  padding-top: 24px;
}

.pb-sm {
  padding-bottom: 36px;
}

.pb-small {
  padding-bottom: 24px;
}

.pt-big {
  padding-top: 60px;
}

.pb-big {
  padding-bottom: 60px;
}

.mt-sm {
  margin-top: 36px;
}

.mb-sm {
  margin-bottom: 36px;
}

.mb-small {
  margin-bottom: 24px;
}

.mt-big {
  margin-top: 60px;
}

.mb-big {
  margin-bottom: 60px;
}

.mb-huge {
  margin-bottom: 96px;
}

.pb-huge {
  padding-bottom: 96px;
}

b, strong {
  font-weight: 500;
}

.ovl-hidden {
  overflow: hidden;
}

.standart ol {
  margin-left: 24px;
  font-weight: 500;
}
.standart ol li {
  list-style: decimal;
  margin-bottom: 5px;
}
.standart ol li > span {
  font-weight: 300;
}
.standart ol li ul {
  margin-top: 12px;
  margin-bottom: 12px;
}
.standart ul {
  margin-left: 24px;
}
.standart ul li {
  list-style: disc;
  margin-bottom: 5px;
}
.standart ul li ul {
  margin-top: 12px;
  margin-bottom: 12px;
}

.nowrap {
  white-space: nowrap;
}

.bg-none {
  background: none !important;
}
.bg-gradsky {
  background: linear-gradient(180deg, #eaf6fe 0%, #fff 100%);
}
.bg-grad {
  background: linear-gradient(90deg, #0078dc 0%, #29527a 100%);
}
.bg-cover {
  background-size: cover;
}
.bg-contain {
  background-size: contain;
  background-repeat: no-repeat;
}
.bg-pos-right {
  background-position: 100% 50%;
}
.bg-pos-righttop {
  background-position: 100% 0%;
}

.fullwidthimage, .embed {
  text-align: center;
}
.fullwidthimage img, .embed img {
  width: 100%;
}
.fullwidthimage svg, .embed svg {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.block {
  padding-top: 30px;
  padding-bottom: 30px;
}

.pd {
  padding-top: 36px;
  padding-bottom: 36px;
}
@media (max-width: 47.99em) {
  .pd {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
@media (max-width: 35.99em) {
  .pd {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}
.pd-2 {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 47.99em) {
  .pd-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 35.99em) {
  .pd-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: none !important;
}
.btn .svg {
  width: 29px;
  height: 18px;
}
.btn span + .svg {
  margin-left: 10px;
}
.btn-outline {
  padding: 5px 10px;
  color: #0078dc;
  border: 1px solid #0078dc;
  border-radius: 8px;
  font-size: 1.6em;
}
.btn-outline:hover {
  background: #0078dc;
  color: #fff;
}

.section__left {
  min-height: 560px;
}

.h3 {
  font-size: 36px;
}
@media (max-width: 47.99em) {
  .h3 {
    font-size: 24px;
  }
}

.h4 {
  font-size: 2.4em;
}

.footer {
  padding: 36px 0 24px 0;
}
@media (max-width: 47.99em) {
  .footer {
    text-align: center;
  }
}
.footer__menu {
  margin-bottom: 12px;
}
@media (min-width: 48em) {
  .footer__menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.footer__menulink {
  text-decoration: none !important;
}
.footer__menulink:hover {
  border-bottom-color: #0078dc;
  color: #0078dc;
}
.footer__social {
  margin-right: -12px;
  display: flex;
}
@media (max-width: 47.99em) {
  .footer__social {
    margin-right: 0;
    justify-content: center;
  }
}
.footer__social a {
  margin: 12px;
  width: 48px;
  height: 48px;
  border: 1px solid #0078dc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0078dc;
}
.footer__social a:hover {
  background: #0078dc;
}
.footer__social a:hover .svg {
  fill: #fff;
  color: #fff;
}
.footer__social .svg {
  width: 24px;
  height: 24px;
}

/**
.cn {
  max-width: 1000px;
  margin: 0 auto;
}
**/
.nodecor {
  text-transform: none !important;
}

[data-toggle=tab] {
  cursor: pointer;
}
[data-toggle=tab].active {
  color: #fff !important;
}
[data-toggle=tab]:not(.active) {
  background: #fff !important;
}

.btn-clear {
  cursor: pointer;
  border: none !important;
  background: none !important;
}

.breadcrumb {
  background: none;
  border: none;
  padding: 24px 0 0 0;
}
.breadcrumb-container + .cn > .container {
  padding-top: 0;
}

.no-container-pad .container {
  padding-left: 0;
  padding-right: 0;
}

.breadcrumb-item {
  font-size: 1.4em;
  font-weight: 400;
}
.breadcrumb-item a {
  color: #000;
  text-decoration: none !important;
}
.c-white .breadcrumb-item a {
  color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "";
  width: 24px;
  padding: 0;
  margin-right: 10px;
  transform: translate(0, 8px);
  display: inline-block;
  border-top: 1px solid #000;
}
.breadcrumb-item + .breadcrumb-item.active {
  color: #137ad9;
}
.breadcrumb-item + .breadcrumb-item.active::before {
  border-top-color: #137ad9;
}
.c-white .breadcrumb-item + .breadcrumb-item {
  color: #fff !important;
}
.c-white .breadcrumb-item + .breadcrumb-item::before {
  border-top-color: #fff;
}

/* Holy Grail */
html {
  height: 100%;
}

body, .hg {
  display: flex;
  height: 100%;
  flex-direction: column;
}

.header,
.footer, .hg__nav {
  flex: none;
}

.body, .hg__body {
  flex: 1 0 auto;
  position: relative;
}

.zero, .hi, .med, .mat, .eq, .up, .downdown {
  width: 30px;
  height: 18px;
  margin-right: 5px;
  display: inline-block;
}

.hi, .med, .mat, .bluu {
  width: auto;
  line-height: 18px;
  /*display: flex; align-items: center;*/
}
.hi:before, .med:before, .mat:before, .bluu:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 18px;
  margin-right: 5px;
  transform: translate(0px, 4px);
}

.bluu {
  color: #0078dc;
}
.bluu:before {
  background: linear-gradient(90deg, transparent 0%, #0078dc 100%);
}

.hi {
  color: #D5005D;
}
.hi:before {
  background: linear-gradient(90deg, transparent 0%, #D5005D 100%);
}

.c-med {
  color: #00416A !important;
}

.med {
  color: #00416A;
}
.med:before {
  background: linear-gradient(90deg, transparent 0%, #00416A 100%);
}

.c-mat {
  color: #009043 !important;
}

.mat {
  color: #009043;
}
.mat:before {
  background: linear-gradient(90deg, transparent 0%, #009043 100%);
}

.zero {
  background: url(../images/zero.svg) 50% 50% no-repeat;
  background-size: contain;
}

.nou {
  text-decoration: none !important;
}

.eq {
  background: url(../images/eq.svg) 50% 50% no-repeat;
  background-size: contain;
}

.up {
  background: url(../images/up.svg) 50% 50% no-repeat;
  background-size: contain;
}

.downdown {
  background: url(../images/down.svg) 50% 50% no-repeat;
  background-size: contain;
}

.photos {
  min-height: 770px;
  margin-bottom: 40px;
}
.photos--container {
  max-width: 1200px;
}
.photos__content {
  background: #fff;
  padding: 12px;
}
.photos__item {
  background-size: cover;
}
@media (max-width: 74.99em) {
  .photos__item {
    background: none !important;
  }
}
@media (min-width: 75em) {
  .photos {
    display: block;
  }
  .photos__item {
    max-width: inherit;
    border: 10px solid #fff;
  }
  .photos #photo0 {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 860px;
    height: 360px;
    transform: translate(-50%, -50%);
    background-position: 50% 70%;
  }
  .photos #photo0 .photos__content {
    position: absolute;
    right: 100%;
    bottom: 100px;
    text-align: right;
    width: 200px;
  }
  .photos #photo1 {
    width: 290px;
    height: 270px;
    position: absolute;
    top: 50px;
    left: 0;
    display: block;
    background-position: 50% 70%;
  }
  .photos #photo1 .photos__content {
    white-space: nowrap;
    position: absolute;
    left: 100%;
    top: 0px;
  }
  .photos #photo2 {
    width: 220px;
    height: 160px;
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    margin-left: -140px;
  }
  .photos #photo2 .photos__content {
    white-space: nowrap;
    position: absolute;
    left: 100%;
    bottom: 0px;
  }
  .photos #photo3 {
    width: 330px;
    height: 230px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    background-position: 50% 70%;
  }
  .photos #photo3 .photos__content {
    white-space: nowrap;
    text-align: right;
    position: absolute;
    right: 0;
    top: 100%;
  }
  .photos #photo4 {
    width: 230px;
    height: 130px;
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    margin-left: 400px;
    margin-top: -100px;
    background-position: 50% 70%;
  }
  .photos #photo4 .photos__content {
    white-space: nowrap;
    position: absolute;
    left: 0;
    top: 100%;
  }
  .photos #photo5 {
    width: 370px;
    height: 300px;
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    background-position: 50% 70%;
  }
  .photos #photo5 .photos__content {
    white-space: nowrap;
    position: absolute;
    left: 0;
    top: 100%;
  }
  .photos #photo6 {
    width: 370px;
    height: 200px;
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    margin-left: -140px;
    background-position: 50% 70%;
  }
  .photos #photo6 .photos__content {
    white-space: nowrap;
    text-align: right;
    position: absolute;
    right: 0;
    top: 100%;
  }
  .photos #photo7 {
    width: 460px;
    height: 310px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    background-position: 50% 70%;
  }
  .photos #photo7 .photos__content {
    white-space: nowrap;
    position: absolute;
    left: 0;
    top: 100%;
  }
}

.tbl {
  margin-bottom: 12px;
}
.tbl td {
  padding: 5px;
  text-align: center;
  border: 1px solid #a1bd38;
}

.textimgline {
  padding: 0;
}
.textimgline__title {
  line-height: 1.1;
}
.textimgline__text {
  line-height: 1.1;
  /*
  display: flex;
  min-height: 400px;
  justify-content: space-around;
  flex-direction: column;

   */
  /*margin-bottom: 24px;*/
}
.textimgline__text p:last-child {
  margin-bottom: 0;
}
.textimgline__text a {
  text-decoration: underline;
}
.c-white .textimgline__text a {
  color: #fff;
}
.textimgline__author {
  font-size: 1.8em;
  font-weight: bold;
}
.textimgline__pos {
  font-size: 1.8em;
}
.textimgline__left {
  display: flex;
  min-height: 400px;
  justify-content: space-around;
  flex-direction: column;
  padding-right: 5vw !important;
}
@media (max-width: 47.99em) {
  .textimgline__left {
    min-height: 300px;
  }
}
@media (min-width: 48em) {
  .textimgline--author .textimgline__left {
    min-height: 504px;
  }
}
.textimgline__right {
  /*background-position: 100% 50%;*/
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media (max-width: 47.99em) {
  .textimgline__right {
    min-height: 300px;
    /*background-size: contain;*/
  }
  .textimgline__right--qr {
    min-height: 100px;
    display: none;
  }
}

.section__bg {
  position: absolute;
  top: 0;
  left: 30%;
  right: 0;
  bottom: 0;
  background-position: 50% 50%;
}
.section--text p:last-child {
  margin-bottom: 0;
}

.section__photo-logo {
  width: 43px;
  height: 43px;
}

.smenu {
  min-height: 300px;
}
.smenu__item {
  margin-bottom: 10px;
}
@media (min-width: 48em) {
  .smenu__item {
    margin-bottom: 15px;
  }
}
@media (min-width: 62em) {
  .smenu__item {
    margin-bottom: 20px;
  }
}
@media (min-width: 75em) {
  .smenu__item {
    margin-bottom: 25px;
  }
}
@media (min-width: 90em) {
  .smenu__item {
    margin-bottom: 36px;
  }
}
.smenu__link {
  display: inline-block;
  position: relative;
  transition: padding 0.2s ease;
  text-decoration: none !important;
  line-height: 1.1;
  margin-bottom: 15px;
}
.c-white .smenu__link {
  color: #fff;
}
.smenu__link:before {
  content: "";
  display: block;
  background: #fff;
  width: 7px;
  top: 50%;
  bottom: 50%;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: all 0.4s ease, opacity 0.2s;
}
.smenu__link:hover {
  padding-left: 18px;
}
.smenu__link:hover:before {
  top: 0;
  bottom: 3px;
  opacity: 1;
}

@media (max-width: 47.99em) {
  .imgtextline__image {
    min-height: 300px;
  }
}
.news {
  min-height: 400px;
}

.vertblocks__item {
  min-height: 140px;
  display: flex;
  align-items: center;
}
@media (max-width: 35.99em) {
  .vertblocks__item {
    min-height: 100px;
  }
}

.graphs {
  position: relative;
}
.graphs__item {
  margin-bottom: 30px;
  /*
      @include mq($until:sm) {
        flex:0 0 100%;
      }

   */
}
.graphs--vertical .graphs__item {
  padding-top: 15px;
}
.verticaltitle .graphs__item {
  margin-bottom: 250px;
}
@media (max-width: 47.99em) {
  .verticaltitle .graphs__item {
    margin-bottom: 200px;
  }
}
@media (max-width: 47.99em) {
  .graphs {
    padding-top: 20px !important;
  }
}
.graphs__diff {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
}
@media (max-width: 47.99em) {
  .graphs__diff {
    display: none;
  }
}
.graphs__diff.on {
  opacity: 1;
}
.graphs__diff:nth-child(2) {
  top: 70px;
}
.graphs__diff:nth-child(3) {
  top: 140px;
}
.graphs__diff:nth-child(4) {
  top: 210px;
}
.graphs__diff:nth-child(5) {
  top: 280px;
}
.graphs__diff-title {
  text-align: right;
  font-size: 36px;
  line-height: 1.1;
  padding: 5px 20px;
  border-bottom: 1px solid #0078dc;
}
.graphs__diff-right {
  right: 0;
}
.graphs__diff-left, .graphs__diff-right {
  position: absolute;
  border-left: 1px solid #0078dc;
}
.graphs--vertical {
  display: flex;
  overflow: auto;
  justify-content: space-between;
}
.graphs--vertical.withsplit {
  padding-right: 100px;
}
@media (max-width: 47.99em) {
  .graphs--vertical {
    flex-wrap: wrap;
  }
}
.graphs__values {
  display: flex;
}
.graphs__values_title {
  padding-left: 10px;
  border-left: 1px solid transparent;
  margin-bottom: 10px;
}
.notitle .graphs__values_title {
  display: none;
}
.graphs__values_item {
  margin: 0 15px;
  height: 30vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}
.graphs__values_bar {
  min-width: 40px;
  max-width: 80px;
  height: 0;
  transition: all 3s ease;
}
.verticaltitle .graphs__values_bar {
  width: 60px;
}
.graphs__values_bar.waiting {
  height: 0 !important;
}
.graphs__title {
  border-top: 1px solid #0078dc;
  padding-top: 10px;
  font-size: 16px;
  color: #0078dc;
  position: relative;
}
.verticaltitle .graphs__title-inner {
  position: absolute;
  transform-origin: 50% 50%;
  transform: rotate(-90deg) translate(-50%, 0);
  text-align: right;
  width: 200px;
  left: -65%;
  top: 9px;
}

.graph__label {
  line-height: 1.1;
}

.step__images-div {
  padding: 0 12px;
}

.step__images-div + .step__images-div {
  border-left: 1px solid #0078dc;
}

.legend__item {
  display: flex;
  align-items: center;
  margin: 12px 0;
}
.legend__color {
  display: block;
  margin-right: 10px;
  height: 12px;
  width: 34px;
  flex: 0 0 34px;
}
.legend__title {
  line-height: 1.2;
}

.bio__item:nth-child(2n), .bio__item.odd {
  background: linear-gradient(90deg, transparent 0%, var(--sky) 100%);
}
.bio__div {
  border-top: 1px solid #db1065;
  max-width: 200px;
  margin-bottom: 24px;
}
.bio dt {
  font-weight: 300;
}
.bio .dt--year, .bio .dt--country {
  float: left;
  padding-right: 10px;
}
.bio__face {
  border-radius: 50%;
  max-width: 100%;
  height: auto;
  margin-bottom: 24px;
}

.imgtitle {
  /*
  background-position: 50% 50%;
  background-size: contain;
  height: 90vh;
   */
  min-height: 300px;
  position: relative;
  text-align: center;
  /*
  @include mq($until: lg) {
    &__ul {
      display: flex;
      flex-wrap: wrap;
    }
  }

   */
}
.imgtitle .img-fluid {
  margin: 0 auto;
}
@media (max-width: 89.99em) {
  .imgtitle {
    padding-top: 40px;
  }
}
@media (max-width: 74.99em) {
  .imgtitle {
    padding-top: 140px;
  }
}
@media (max-width: 61.99em) {
  .imgtitle {
    padding-top: 0;
  }
}
.imgtitle__title {
  text-align: left;
  line-height: 1;
}
@media (min-width: 62em) {
  .imgtitle__title {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
  }
}

.brd {
  border: 2px solid;
}
.brd-top {
  border-top: 1px solid #0078dc;
}
.brd-left {
  border-left: 1px solid #0078dc !important;
}
.brd-btm {
  border-bottom: 1px solid #0078dc;
}
.brd-btm-none {
  border-bottom: none;
}

.management__first {
  width: 150px;
}
.management__first img {
  width: 100%;
}
.management__header {
  margin-bottom: 20px;
}
.management__header .item {
  font-size: 18px;
  color: #0078dc;
  border-bottom: 1px solid #0078dc;
}
.management b:not(.anno) {
  font-size: 22px;
  line-height: 22px;
}
.management ul {
  margin-left: 20px;
}
.management ul li {
  list-style: disc;
}
.management .c-greentitle .c-white {
  color: #149440;
}

.table {
  font-weight: 300;
}
.table-container {
  overflow: auto;
}
.table__title {
  line-height: 1;
}
.table__data .bold {
  font-size: 1.2em;
}
.table__data.blue .bold {
  background: none;
  color: #0078dc;
}
.table__data.blue thead {
  background: linear-gradient(180deg, #eaf6fe 0%, #fff 100%);
  color: #1469a1;
  font-weight: 500;
}
.table__data .boldhead {
  background: none !important;
  border-top: 1px solid #0078dc;
}
.table__data .boldhead td:first-child {
  color: #0078dc;
  font-size: 1.2em;
}
.table thead tr:not(.brd-btm-none) td, .table thead tr:not(.brd-btm-none) th {
  vertical-align: bottom;
  border-bottom: 1px solid #0078dc;
}
.table thead tr.v-middle td, .table thead tr.v-middle th {
  vertical-align: middle;
}
.table thead tr.v-top td, .table thead tr.v-top th {
  vertical-align: top;
}
.table tbody tr.v-middle td, .table tbody tr.v-middle th {
  vertical-align: middle;
}

.table th, .table td {
  padding: 0.5rem 0.75rem;
}

.table tbody td {
  border: none;
}
.table tbody td ul, .table tbody td ol {
  margin-left: 20px;
}
.table tbody td ul li {
  list-style: disc;
}
.table tbody td ol li {
  list-style: decimal;
}
.table tbody td p:last-child {
  margin-bottom: 0;
}

.table thead td {
  border-top: none;
}
.table thead td p:last-child {
  margin-bottom: 0;
}

.table-striped tbody tr:nth-of-type(odd):not(.bg) {
  background: #fff;
}

.table-striped.blue tbody tr:nth-of-type(even), .table tbody tr.bg, .table .bg {
  background: #eaf6fe;
}

.table-striped.blue tbody tr.bold {
  background: none;
}
.table-striped.blue tbody tr.bold:nth-of-type(odd) {
  border-top: 1px solid #0078dc;
}

.table-striped.blue th, .table-striped.blue tbody .bold:not(.brd-btm-none) td {
  border-bottom: 1px solid #0078dc;
}

.loader {
  background: #0078dc;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 159px);
}
@media (max-width: 47.99em) {
  .loader {
    height: calc(100vh - 78px);
  }
}

.graphring {
  border-radius: 50%;
  width: 600px;
  height: 600px;
  position: relative;
}
@media (max-width: 47.99em) {
  .graphring {
    width: 100%;
    height: 400px;
  }
}
@media (max-width: 35.99em) {
  .graphring {
    height: auto;
  }
}
.graphring__canvas {
  width: 100%;
  height: 100%;
}
@media (max-width: 35.99em) {
  .graphring__canvas {
    height: 300px;
  }
}
.graphring__title {
  position: absolute;
  text-align: center;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 47.99em) {
  .graphring__title {
    width: 18vw;
    height: 18vw;
  }
}
@media (max-width: 35.99em) {
  .graphring__title {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    width: auto;
    border-radius: 0;
    padding: 12px;
    transform: translate(0, 0);
    margin-bottom: 24px;
  }
}
.graphring__item {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
}
.graphring__item-title {
  position: absolute;
}

.graphh {
  padding-right: 20%;
}
@media (max-width: 47.99em) {
  .graphh {
    padding-right: 134px;
  }
}
.graphh__list {
  flex: 1 0 100%;
}
.graphh__list-item {
  margin: 6px 0;
  padding-right: 12px;
  display: flex;
  align-items: center;
}
.graphh__label {
  border-right: 1px solid #0078dc;
  padding-right: 12px;
  margin-right: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  min-width: 54px;
}
.graphh__value {
  white-space: nowrap;
}
.graphh__all {
  padding: 12px;
  white-space: nowrap;
  border-left: 1px solid #0078dc;
}
.graphh__bar {
  margin-right: 15px;
  height: 24px;
  transition: all 3s ease;
  width: 0;
}
.graphh__bar.waiting {
  width: 0 !important;
}
.graphh__item {
  display: flex;
}
.graphh__item.selected .graphh__value {
  font-weight: 500;
}
.graphh__item.selected .graphh__label {
  font-weight: 500;
  color: #0078dc;
}

.timeline__text {
  border-left: 1px solid #0078dc;
  padding-left: 24px;
  position: relative;
}
.timeline__text:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #0078dc;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 10px;
}
.timeline__text .count {
  font-size: 60px;
  font-weight: 500;
  color: #5cbcf5;
}
.timeline__text b {
  color: #5cbcf5;
  font-weight: 300;
}
.timeline__year {
  padding-left: 10px;
  border-left: 1px solid #0078dc;
}
.timeline__year .svg {
  width: 28px;
  height: 11px;
}

.growscheme__arrow {
  height: 24px;
  width: 12px;
  margin-right: 24px;
  flex: 0 0 12px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.growscheme ul {
  margin-bottom: 0;
}
.growscheme li:last-child {
  margin-bottom: 0;
}
.growscheme__subtitle {
  border: 2px solid;
  padding: 12px;
  width: 100%;
}

.person {
  overflow: hidden;
}

.branch__title {
  text-transform: uppercase;
  font-weight: 500;
}
@media (min-width: 48em) {
  .branch__title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}
@media (max-width: 47.99em) {
  .branch__title > .container > div {
    color: #000 !important;
  }
}
.branch__numbers {
  margin-top: -114px;
  position: relative;
  z-index: 9;
}
@media (max-width: 47.99em) {
  .branch__numbers {
    margin-top: 0;
  }
}
@media (max-width: 35.99em) {
  .branch__numbers .container {
    padding: 0;
  }
}
.branch__number {
  padding: 24px;
}

.graphs__split {
  position: relative;
}
.graphs__split-title {
  font-size: 20px;
  line-height: 1;
  position: absolute;
  left: 100%;
  margin-left: 10px;
  font-weight: bold;
  bottom: 0;
}
.splitcenter .graphs__split-title {
  bottom: 50%;
  font-size: 18px;
  transform: translate(0, 50%);
}

.number {
  line-height: 1;
  font-size: 96px;
  font-weight: 500;
  margin-bottom: 50px;
}
.number__title {
  line-height: 1;
}
@media (max-width: 61.99em) {
  .number {
    font-size: 74px;
    margin-bottom: 35px;
  }
}
@media (max-width: 47.99em) {
  .number {
    font-size: 50px;
    margin-bottom: 30px;
  }
}

@media (min-width: 48em) {
  .events__title, .events__content {
    position: relative;
  }
  .events__line {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -2px;
    border-left: 1px solid #137ad9;
  }
  .events__dot {
    content: "";
    position: absolute;
    top: 7px;
    bottom: auto;
    background: #137ad9;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    left: -5px;
  }
}

.numbers {
  line-height: 1;
  letter-spacing: 0.5px;
}

.scene__li .scene__text:last-child {
  padding-bottom: 0 !important;
}

.steps__item {
  margin-bottom: 35px;
}
.steps__item:last-child .steps__arrow {
  display: none;
}
.steps__arrow {
  width: 6px;
  height: 23px;
  position: absolute;
  left: -4px;
  top: 100%;
  margin-top: 5px;
}

.editor__row {
  height: 100vh;
}
.editor__control {
  border-right: 2px solid #eee;
}

#preview {
  width: 100%;
  height: 100%;
}

.fs-h1 {
  font-size: 36px;
}
@media (max-width: 47.99em) {
  .fs-h1 {
    font-size: 24px;
  }
}

.fs-h2 {
  font-size: 24px;
}
@media (max-width: 47.99em) {
  .fs-h2 {
    font-size: 18px;
  }
}

.fs-top {
  font-size: 24px;
  line-height: 1;
  font-weight: 300;
}

.fs-text {
  font-size: 18px;
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-80 {
  font-size: 80px;
  line-height: 1;
}
@media (max-width: 61.99em) {
  .fs-80 {
    font-size: 74px;
  }
}
@media (max-width: 47.99em) {
  .fs-80 {
    font-size: 64px;
  }
}
@media (max-width: 35.99em) {
  .fs-80 {
    font-size: 58px;
  }
}

.fs-60 {
  font-size: 60px;
  line-height: 1;
}
@media (max-width: 61.99em) {
  .fs-60 {
    font-size: 54px;
  }
}
@media (max-width: 47.99em) {
  .fs-60 {
    font-size: 44px;
  }
}
@media (max-width: 35.99em) {
  .fs-60 {
    font-size: 38px;
  }
}

.fs-22 {
  font-size: 22px;
}
@media (max-width: 61.99em) {
  .fs-22 {
    font-size: 18px;
  }
}
@media (max-width: 47.99em) {
  .fs-22 {
    font-size: 16px;
  }
}

.fs-24 {
  font-size: 24px;
}
@media (max-width: 61.99em) {
  .fs-24 {
    font-size: 22px;
  }
}
@media (max-width: 47.99em) {
  .fs-24 {
    font-size: 18px;
  }
}

.fs-36 {
  font-size: 36px;
}
@media (max-width: 61.99em) {
  .fs-36 {
    font-size: 32px;
  }
}
@media (max-width: 47.99em) {
  .fs-36 {
    font-size: 28px;
  }
}
@media (max-width: 35.99em) {
  .fs-36 {
    font-size: 24px;
  }
}

.fs-footer {
  font-size: 16px;
}

.c-black {
  color: black;
  fill: black;
}
.c-black:hover {
  color: black;
}

.bg-black {
  background-color: black;
}

.b-black {
  border-color: black;
}

.c-white {
  color: white;
  fill: white;
}
.c-white:hover {
  color: white;
}

.bg-white {
  background-color: white;
}

.b-white {
  border-color: white;
}

.c-blue {
  color: #0078dc;
  fill: #0078dc;
}
.c-blue:hover {
  color: #0078dc;
}

.bg-blue {
  background-color: #0078dc;
}

.b-blue {
  border-color: #0078dc;
}

.c-subtitle {
  color: #1469a1;
  fill: #1469a1;
}
.c-subtitle:hover {
  color: #1469a1;
}

.bg-subtitle {
  background-color: #1469a1;
}

.b-subtitle {
  border-color: #1469a1;
}

.c-bread {
  color: #137ad9;
  fill: #137ad9;
}
.c-bread:hover {
  color: #137ad9;
}

.bg-bread {
  background-color: #137ad9;
}

.b-bread {
  border-color: #137ad9;
}

.c-imgbg {
  color: #c6e7f8;
  fill: #c6e7f8;
}
.c-imgbg:hover {
  color: #c6e7f8;
}

.bg-imgbg {
  background-color: #c6e7f8;
}

.b-imgbg {
  border-color: #c6e7f8;
}

.c-lightblue {
  color: #80b2d4;
  fill: #80b2d4;
}
.c-lightblue:hover {
  color: #80b2d4;
}

.bg-lightblue {
  background-color: #80b2d4;
}

.b-lightblue {
  border-color: #80b2d4;
}

.c-grd {
  color: #c8eafa;
  fill: #c8eafa;
}
.c-grd:hover {
  color: #c8eafa;
}

.bg-grd {
  background-color: #c8eafa;
}

.b-grd {
  border-color: #c8eafa;
}

.c-menu {
  color: #81b3d5;
  fill: #81b3d5;
}
.c-menu:hover {
  color: #81b3d5;
}

.bg-menu {
  background-color: #81b3d5;
}

.b-menu {
  border-color: #81b3d5;
}

.c-b0 {
  color: #0078dc;
  fill: #0078dc;
}
.c-b0:hover {
  color: #0078dc;
}

.bg-b0 {
  background-color: #0078dc;
}

.b-b0 {
  border-color: #0078dc;
}

.c-b1 {
  color: #29527a;
  fill: #29527a;
}
.c-b1:hover {
  color: #29527a;
}

.bg-b1 {
  background-color: #29527a;
}

.b-b1 {
  border-color: #29527a;
}

.c-green {
  color: #a1bd38;
  fill: #a1bd38;
}
.c-green:hover {
  color: #a1bd38;
}

.bg-green {
  background-color: #a1bd38;
}

.b-green {
  border-color: #a1bd38;
}

.c-greentitle {
  color: #149440;
  fill: #149440;
}
.c-greentitle:hover {
  color: #149440;
}

.bg-greentitle {
  background-color: #149440;
}

.b-greentitle {
  border-color: #149440;
}

.c-title {
  color: #ed8c1c;
  fill: #ed8c1c;
}
.c-title:hover {
  color: #ed8c1c;
}

.bg-title {
  background-color: #ed8c1c;
}

.b-title {
  border-color: #ed8c1c;
}

.c-sky {
  color: #eaf6fe;
  fill: #eaf6fe;
}
.c-sky:hover {
  color: #eaf6fe;
}

.bg-sky {
  background-color: #eaf6fe;
}

.b-sky {
  border-color: #eaf6fe;
}

.c-dark {
  color: #06446d;
  fill: #06446d;
}
.c-dark:hover {
  color: #06446d;
}

.bg-dark {
  background-color: #06446d;
}

.b-dark {
  border-color: #06446d;
}

.c-yellow {
  color: #f19124;
  fill: #f19124;
}
.c-yellow:hover {
  color: #f19124;
}

.bg-yellow {
  background-color: #f19124;
}

.b-yellow {
  border-color: #f19124;
}

.c-grey {
  color: #565655;
  fill: #565655;
}
.c-grey:hover {
  color: #565655;
}

.bg-grey {
  background-color: #565655;
}

.b-grey {
  border-color: #565655;
}

.c-red {
  color: #db1065;
  fill: #db1065;
}
.c-red:hover {
  color: #db1065;
}

.bg-red {
  background-color: #db1065;
}

.b-red {
  border-color: #db1065;
}

.c-bluedark {
  color: #0c6396;
  fill: #0c6396;
}
.c-bluedark:hover {
  color: #0c6396;
}

.bg-bluedark {
  background-color: #0c6396;
}

.b-bluedark {
  border-color: #0c6396;
}

.c-bdark {
  color: #09446d;
  fill: #09446d;
}
.c-bdark:hover {
  color: #09446d;
}

.bg-bdark {
  background-color: #09446d;
}

.b-bdark {
  border-color: #09446d;
}

:root {
  --black: black;
  --white: white;
  --blue: #0078dc;
  --subtitle: #1469a1;
  --bread: #137ad9;
  --imgbg: #c6e7f8;
  --lightblue: #80b2d4;
  --grd: #c8eafa;
  --menu: #81b3d5;
  --b0: #0078dc;
  --b1: #29527a;
  --green: #a1bd38;
  --greentitle: #149440;
  --title: #ed8c1c;
  --sky: #eaf6fe;
  --dark: #06446d;
  --yellow: #f19124;
  --grey: #565655;
  --red: #db1065;
  --bluedark: #0c6396;
  --bdark: #09446d;
}

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