@charset "UTF-8";
.header-banner {
  background-image: url(../img/banner-main.png) !important;
  background-position-y: bottom !important;
}
.header-banner p {
  color: white !important;
  opacity: 90% !important;
}
.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.chart-selector {
  background: rgb(0, 167, 109);
  background: -moz-linear-gradient(
    180deg,
    rgba(0, 167, 109, 0.5018382352941176) 0%,
    rgba(0, 167, 109, 0.24693627450980393) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(0, 167, 109, 0.5018382352941176) 0%,
    rgba(0, 167, 109, 0.24693627450980393) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(0, 167, 109, 0.5018382352941176) 0%,
    rgba(0, 167, 109, 0.24693627450980393) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a76d",endColorstr="#00a76d",GradientType=1);
  border-radius: 40px;
  margin: auto;
  width: 394px;
  max-width: 100%;
  display: inline-block;
}

.chart-selector li {
  margin: 8px -8px;
  padding: 12px 0;
  width: 34%;
  font-size: 18px;
  border-radius: 40px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  position: relative;
}

.chart-selector li:first-of-type {
  margin-left: 8px;
}

.chart-selector li:last-of-type {
  margin-right: 8px;
}

.chart-selector li.active {
  background-color: #ffffff;
  z-index: 1;
}

#chart_container {
  min-height: 369px;
  position: relative;
  margin-left: -100px;
  margin-right: -100px;
}

#chart_container svg {
  overflow: visible !important;
}

@media (max-width: 1180px) {
  #chart_container {
    margin-left: -40px;
    margin-right: -40px;
  }
}

@media (max-width: 792px) {
  #chart_container {
    margin-left: -65px;
    margin-right: -110px;
  }

  #chart_container svg {
    overflow: hidden !important;
  }
}

/*@media (max-width: 500px) {*/

/*#chart_container{*/

/*margin-left: -50px;*/

/*margin-right: -80px;*/

/*}*/

/*}*/
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span {
  border: 1px solid #a0a5b3;
  color: #a0a5b3;
  line-height: 20px;
  padding: 10px 16px;
  border-radius: 6px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
  border: 1px solid #111d41;
  color: #111d41;
  line-height: 20px;
  padding: 10px 16px;
  border-radius: 6px;
}
.bx-pagination .bx-pagination-container ul li span {
  height: 40px;
  min-width: 40px;
  line-height: 20px;
  font-size: 14px;
  font-family: Lab Grotesque;
  border-radius: 8px;
  padding: 10px 16px;
}
@media (max-width: 576px) {
  #chart_container {
    margin-left: 0px;
    margin-right: -500px;
    overflow: hidden;
  }
}

#chart_container svg g rect[height="1"] {
  fill: url(#lines);
}

#chart_container svg g rect[width="1"] {
  fill: url(#lines2);
}

#chart_container svg g + g rect[height="1"] {
  fill: #bfe9da !important;
}

div.google-visualization-tooltip {
  width: 98px !important;
  height: auto !important;
  text-align: center;
  border: none;
  box-shadow: none;
  background-color: transparent;
  bottom: 70px !important;
}

.custom-tooltip {
  border: 1px solid #7fd3b5;
  border-radius: 4px;
  text-align: left;
  box-sizing: border-box;
  padding: 0 10px 6px;
  font-size: 12px;
  background-color: rgba(255, 255, 255, 1);
  position: relative;
  left: 136px;
  top: -10px;
}

div.google-visualization-tooltip.right .custom-tooltip {
  right: -15px;
  left: auto;
}

.google-visualization-tooltip-item-list {
  position: absolute;
  top: -12px;
}

.google-visualization-tooltip:before {
  position: absolute;
  content: "";
  width: 2px;
  top: 20px;
  bottom: 0;
  background-color: #00a76d;
  left: 122px;
  pointer-events: none;
}

.google-visualization-tooltip:after {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #00a76d;
  position: absolute;
  content: "";
  left: 118px;
  top: 19px;
  pointer-events: none;
}

.custom-tooltip .value,
.google-visualization-tooltip-item-list .value {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: -10px;
}

.custom-tooltip.multi {
  padding-bottom: 3px;
  padding-top: 5px;
}

.custom-tooltip.multi .value {
  font-size: 18px;
  line-height: 1.1;
  margin-bottom: 0;
}

@media (max-width: 520px) {
  .chart-selector li {
    font-size: 14px;
    padding-top: 9px;
    padding-bottom: 9px;
  }
}

.chart-data-selector .custom-checkbox:active label:before {
  background-color: #e2e3e5 !important;
}

.custom-checkbox.color2 label:before,
.custom-checkbox.color2:hover label:before {
  box-shadow: inset 0 0 0 1px #e7711b !important;
}

.custom-checkbox.color3 label:before,
.custom-checkbox.color3:hover label:before {
  box-shadow: inset 0 0 0 1px #f1ca3a !important;
}

.custom-checkbox.color4 label:before,
.custom-checkbox.color4:hover label:before {
  box-shadow: inset 0 0 0 1px #6f9654 !important;
}

.custom-checkbox.color5 label:before,
.custom-checkbox.color5:hover label:before {
  box-shadow: inset 0 0 0 1px #1c91c0 !important;
}

.custom-checkbox.color6 label:before,
.custom-checkbox.color6:hover label:before {
  box-shadow: inset 0 0 0 1px #43459d !important;
}

.custom-checkbox.color7 label:before,
.custom-checkbox.color7:hover label:before {
  box-shadow: inset 0 0 0 1px #43459d !important;
}

.custom-checkbox.color2 input:checked + label:before {
  background-color: #e7711b !important;
  box-shadow: inset 0 0 0 1px #e7711b !important;
}

.custom-checkbox.color3 input:checked + label:before {
  background-color: #f1ca3a !important;
  box-shadow: inset 0 0 0 1px #f1ca3a !important;
}

.custom-checkbox.color4 input:checked + label:before {
  background-color: #6f9654 !important;
  box-shadow: inset 0 0 0 1px #6f9654 !important;
}

.custom-checkbox.color5 input:checked + label:before {
  background-color: #1c91c0 !important;
  box-shadow: inset 0 0 0 1px #1c91c0 !important;
}

.custom-checkbox.color6 input:checked + label:before {
  background-color: #43459d !important;
  box-shadow: inset 0 0 0 1px #43459d !important;
}

.custom-checkbox.color7 input:checked + label:before {
  background-color: #43459d !important;
  box-shadow: inset 0 0 0 1px #43459d !important;
}

.show-html-hint {
  cursor: help;
}

.html-hint-content {
  box-shadow: 0 8px 8px rgba(0, 167, 106, 0.15);
  border-radius: 5px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 0.5em 0.75em 0.7em;
  font: normal normal 12px -apple-system, BlinkMacSystemFont, Segoe UI,
    Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
}

.html-hint-pin {
  border-top: 8px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  margin-left: -6px;
}

.html-hint.fadeDown {
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0;
  transform: translate3d(0, -30%, 0);
}

.html-hint.fadeDown.complete {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.html-hint.dark .html-hint-content {
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  font-size: 11px;
}

.html-hint.dark .html-hint-pin {
  border-top-color: rgba(0, 0, 0, 0.8);
}

.html-hint.border .html-hint-content {
  box-shadow: 0 0 0 1px #000;
}

.html-hint.close-button .html-hint-content {
  padding-right: 30px;
}

.html-hint-close {
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iYnV0dG9uLWV4aXQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiPg0KICA8cmVjdCBpZD0iUmVjdGFuZ2xlXzExOSIgZGF0YS1uYW1lPSJSZWN0YW5nbGUgMTE5IiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHJ4PSI0IiBmaWxsPSIjMDBhNzZkIi8+DQogIDxnIGlkPSJHcm91cF8zNjkiIGRhdGEtbmFtZT0iR3JvdXAgMzY5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTIzNi41IC0xNTMuNSkiPg0KICAgIDxsaW5lIGlkPSJMaW5lXzk4IiBkYXRhLW5hbWU9IkxpbmUgOTgiIHgyPSIxMCIgeTI9IjEwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMjQzLjUgMTYwLjUpIiBmaWxsPSJub25lIiBzdHJva2U9IiNmNmY2ZjYiIHN0cm9rZS13aWR0aD0iMiIvPg0KICAgIDxsaW5lIGlkPSJMaW5lXzk5IiBkYXRhLW5hbWU9IkxpbmUgOTkiIHgxPSIxMCIgeTI9IjEwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMjQzLjUgMTYwLjUpIiBmaWxsPSJub25lIiBzdHJva2U9IiNmNmY2ZjYiIHN0cm9rZS13aWR0aD0iMiIvPg0KICA8L2c+DQo8L3N2Zz4NCg==");
  position: absolute;
  right: 5px;
  top: 5px;
  border-radius: 5px;
  cursor: pointer;
}

.html-hint-close:hover {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iYnV0dG9uLWV4aXQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiPg0KICA8cmVjdCBpZD0iUmVjdGFuZ2xlXzExOSIgZGF0YS1uYW1lPSJSZWN0YW5nbGUgMTE5IiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHJ4PSI0IiBmaWxsPSIjMDk1ZDljIi8+DQogIDxnIGlkPSJHcm91cF8zNjkiIGRhdGEtbmFtZT0iR3JvdXAgMzY5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTIzNi41IC0xNTMuNSkiPg0KICAgIDxsaW5lIGlkPSJMaW5lXzk4IiBkYXRhLW5hbWU9IkxpbmUgOTgiIHgyPSIxMCIgeTI9IjEwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMjQzLjUgMTYwLjUpIiBmaWxsPSJub25lIiBzdHJva2U9IiNmNmY2ZjYiIHN0cm9rZS13aWR0aD0iMiIvPg0KICAgIDxsaW5lIGlkPSJMaW5lXzk5IiBkYXRhLW5hbWU9IkxpbmUgOTkiIHgxPSIxMCIgeTI9IjEwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMjQzLjUgMTYwLjUpIiBmaWxsPSJub25lIiBzdHJva2U9IiNmNmY2ZjYiIHN0cm9rZS13aWR0aD0iMiIvPg0KICA8L2c+DQo8L3N2Zz4NCg==");
}

[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  max-height: 450px;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  visibility: visible;
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: #00a76d;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 1;
}

.simplebar-track.simplebar-vertical {
  top: 20px;
  width: 11px;
  right: -11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */

[data-simplebar-direction="rtl"] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/*--new icons begin--*/

.header-bar {
  height: 28px !important;
  margin-top: 20px;
  margin-bottom: 20px;
}

.header-bar .nav-item {
  padding: 0 0.4em !important;
}

.header-bar .new_btn_icon {
  display: block;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  transition: all 0s ease;
  background: url("../img/new_icon_bg.png") no-repeat;
  background-size: 197px 58px;
}

.header-bar .h_enter {
  width: 86px;
  height: 28px;
  background-position: 0 0;
}

.header-bar .h_enter:hover {
  background-position: 0 -30px;
}

.header-bar .h_phone {
  width: 29px;
  height: 28px;
  background-position: -91px 0;
  cursor: pointer;
}

.header-bar .h_phone:hover {
  background-position: -91px -30px;
}

.header-bar .h_feedback {
  width: 36px;
  height: 28px;
  background-position: -126px 0;
}

.header-bar .h_feedback:hover {
  background-position: -126px -30px;
}

.header-bar .h_search {
  width: 28px;
  height: 28px;
  background-position: -169px 0;
}

.header-bar .h_search:hover {
  background-position: -169px -30px;
}

.phone_block {
  right: 14px;
  top: 0;
  position: absolute;
  width: 225px;
  box-sizing: border-box;
  padding: 12px 0 10px 0;
  z-index: 10;
  display: none;
}

.phone_block_inner {
  border: 2px solid #dbe8f7;
  background: #fff;
  position: relative;
}

.phone_block_inner a {
  color: #606060;
  font-size: 18px;
  line-height: 45px;
  font-weight: 300;
  text-decoration: none;
  padding: 5px 0px 5px 15px;
}

.phone_block_inner a:hover {
  text-decoration: underline;
}

.phone_block_inner .b-btn-close {
  display: block;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden;
  width: 16px;
  height: 18px;
  background: url("../img/i-close.png") no-repeat;
  right: 10px;
  top: 13px;
  position: absolute;
}

.b-t-search {
  right: 0px;
  top: 0;
  position: fixed;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  z-index: 12;
  display: none;
  height: 60px;
  filter: drop-shadow(0px 0px 10px rgba(43, 56, 82, 0.2));
}

.b-t-search-inner {
  background: #fff;
  position: relative;
  padding: 10px 0;
}
.b-t-search-inner form{
  display: flex;
  justify-content: center;
  align-items: center;
}
.b-t-search .b-btn-send {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #E7266B;
  cursor: pointer;
  border: none;
  background-color: transparent;
  padding: 0;
}

.b-t-search .b-btn-close {
  display: block;
  margin-left: 24px;
}
.b-t-search .b-btn-close svg{
  width: 24px;
  height: 24px;
}
.b-t-search .b-inp>svg{
  margin-right: 11px;
}
.b-t-search .b-inp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.b-t-search .b-inp input {
  caret-color: #E7266B;
  border: none;
  background: none;
  width: 475px;
  box-sizing: border-box;
  display: block;
  font-size: 18px;
  line-height: 24px;
  height: 40px;
  color: #7e8fa5;
  padding: 0;
  padding-left: 2px;
}
.b-t-search .b-inp input:focus-visible{
  outline: none;
}
.b-foot-nav {
  list-style: none;
  vertical-align: top;
  width: 100%;
  display: flex;
  align-items: flex-start;
}

.b-foot-nav > li {
  width: 17%;
  padding: 0 1.5%;
  flex-grow: 1;
}

.b-foot-nav > li:first-child {
  /*  position: absolute;
  left: 28px;
  top: 220px; */
}

.b-foot-nav > li:last-child {
  padding-right: 0;
}

.b-foot-nav ul {
  list-style: none;
  vertical-align: top;
}

.b-foot-nav ul li {
  font-size: 13px;
  line-height: 16px;
  padding: 0 0 8px 0;
}

.b-foot-nav ul a {
  color: #8695a8;
  text-decoration: none;
}

.b-foot-nav ul a:hover {
  text-decoration: underline;
}

.top-menu-mask {
  top: 50px;
  right: -1000px;
  position: fixed;
  transition: all 0.5s;
  z-index: 100;
}
.col.flex-grow-0 {
  -ms-flex-preferred-size: 23px;
  flex-basis: 23px;
}
@media (min-width: 1149px) {
  body.menu-show .top-menu-mask {
    right: 0;
  }

  body.menu-show .navbar-toggler .navbar-toggler-icon {
    background-image: url(../img/icons/close.svg) !important;
    background-size: contain !important;
  }

  body.menu-show .navbar-toggler:hover .navbar-toggler-icon {
    background-image: url(../img/icons/close_blue.svg) !important;
    background-size: contain !important;
  }

  .b-foot-nav_top-menu {
    position: absolute;
    top: 17px;
    right: 0;
    width: 730px;
    padding: 20px 100px 20px 30px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    height: auto !important;
  }

  .b-foot-nav_top-menu ul {
    height: auto !important;
  }

  .b-foot-nav_top-menu li ul li {
    display: block;
  }
}

html,
body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  width: 100%;
  background: #ffffff;
  color: #2b3740;
  font-size: 14px;
}

a {
  color: #2b3740;
}

a:hover {
  color: #0e8411;
}
a:hover {
  color: #e7266b;
  text-decoration: none;
}
.white a {
  color: #fff;
  text-decoration: none;
}

.white a:hover {
  text-decoration: underline;
}

i.question {
  display: inline-block;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  position: relative;
  top: -1px;
  cursor: pointer;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: -3px;
  background-image: url(../img/interrogation.svg);
  /*background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iaWNvbi1xdWVzdGlvbiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTQiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNCAxNSI+DQogIDxjaXJjbGUgaWQ9IkVsbGlwc2VfMTYiIGRhdGEtbmFtZT0iRWxsaXBzZSAxNiIgY3g9IjciIGN5PSI3IiByPSI3IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDEpIiBmaWxsPSIjMDBhNzZkIi8+DQogIDx0ZXh0IGlkPSJfIiBkYXRhLW5hbWU9Ij8iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcgMTIpIiBmaWxsPSIjZjZmNmY2IiBmb250LXNpemU9IjExIiBmb250LWZhbWlseT0iT3BlblNhbnMtQm9sZCwgT3BlbiBTYW5zIiBmb250LXdlaWdodD0iNzAwIj48dHNwYW4geD0iLTIuNjI0IiB5PSIwIj4/PC90c3Bhbj48L3RleHQ+DQo8L3N2Zz4NCg==);*/
  /*background-image: url(../img/quest.png);*/
}

i.question:not(.show):hover {
  background-image: url(../img/interrogation-hover.svg);
  /*background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iaWNvbi1xdWVzdGlvbiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTQiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNCAxNSI+DQogIDxjaXJjbGUgaWQ9IkVsbGlwc2VfMTYiIGRhdGEtbmFtZT0iRWxsaXBzZSAxNiIgY3g9IjciIGN5PSI3IiByPSI3IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDEpIiBmaWxsPSIjMDk1ZDljIi8+DQogIDx0ZXh0IGlkPSJfIiBkYXRhLW5hbWU9Ij8iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcgMTIpIiBmaWxsPSIjZjZmNmY2IiBmb250LXNpemU9IjExIiBmb250LWZhbWlseT0iT3BlblNhbnMtQm9sZCwgT3BlbiBTYW5zIiBmb250LXdlaWdodD0iNzAwIj48dHNwYW4geD0iLTIuNjI0IiB5PSIwIj4/PC90c3Bhbj48L3RleHQ+DQo8L3N2Zz4NCg==);*/
}

i.question .text {
  display: none;
}

.hint {
  display: none;
  width: 310px;
  color: #2b3740;
  font-weight: normal;
  background-color: #fff;
  border-radius: 8px;
  font-size: 14px;
  padding: 12px 49px 12px 15px;
  position: absolute;
  left: 0;
  text-align: center;
  line-height: 21px;
  box-shadow: 0 8px 8px rgba(0, 167, 106, 0.1);
  z-index: 2;
}

.hint.show {
  display: block;
}

.hint .exit {
  width: 24px;
  height: 24px;
  /*background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iYnV0dG9uLWV4aXQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiPg0KICA8cmVjdCBpZD0iUmVjdGFuZ2xlXzExOSIgZGF0YS1uYW1lPSJSZWN0YW5nbGUgMTE5IiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHJ4PSI0IiBmaWxsPSIjMDBhNzZkIi8+DQogIDxnIGlkPSJHcm91cF8zNjkiIGRhdGEtbmFtZT0iR3JvdXAgMzY5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTIzNi41IC0xNTMuNSkiPg0KICAgIDxsaW5lIGlkPSJMaW5lXzk4IiBkYXRhLW5hbWU9IkxpbmUgOTgiIHgyPSIxMCIgeTI9IjEwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMjQzLjUgMTYwLjUpIiBmaWxsPSJub25lIiBzdHJva2U9IiNmNmY2ZjYiIHN0cm9rZS13aWR0aD0iMiIvPg0KICAgIDxsaW5lIGlkPSJMaW5lXzk5IiBkYXRhLW5hbWU9IkxpbmUgOTkiIHgxPSIxMCIgeTI9IjEwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMjQzLjUgMTYwLjUpIiBmaWxsPSJub25lIiBzdHJva2U9IiNmNmY2ZjYiIHN0cm9rZS13aWR0aD0iMiIvPg0KICA8L2c+DQo8L3N2Zz4NCg==");*/
  background-image: url(../img/cross-circle.svg);
  position: absolute;
  right: 6px;
  background-repeat: no-repeat;
  background-size: contain;
  top: 6px;
  cursor: pointer;
}

.hint .exit:hover {
  background-image: url(../img/cross-circle-hover.svg);
  /*background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iYnV0dG9uLWV4aXQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiPg0KICA8cmVjdCBpZD0iUmVjdGFuZ2xlXzExOSIgZGF0YS1uYW1lPSJSZWN0YW5nbGUgMTE5IiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHJ4PSI0IiBmaWxsPSIjMDk1ZDljIi8+DQogIDxnIGlkPSJHcm91cF8zNjkiIGRhdGEtbmFtZT0iR3JvdXAgMzY5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTIzNi41IC0xNTMuNSkiPg0KICAgIDxsaW5lIGlkPSJMaW5lXzk4IiBkYXRhLW5hbWU9IkxpbmUgOTgiIHgyPSIxMCIgeTI9IjEwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMjQzLjUgMTYwLjUpIiBmaWxsPSJub25lIiBzdHJva2U9IiNmNmY2ZjYiIHN0cm9rZS13aWR0aD0iMiIvPg0KICAgIDxsaW5lIGlkPSJMaW5lXzk5IiBkYXRhLW5hbWU9IkxpbmUgOTkiIHgxPSIxMCIgeTI9IjEwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMjQzLjUgMTYwLjUpIiBmaWxsPSJub25lIiBzdHJva2U9IiNmNmY2ZjYiIHN0cm9rZS13aWR0aD0iMiIvPg0KICA8L2c+DQo8L3N2Zz4NCg==");*/
}

@media (max-width: 360px) {
  .hint {
    position: fixed;
    left: 10px !important;
    right: 10px !important;
    width: auto;
    top: 80px !important;
    height: 80vh !important;
    box-shadow: 0 0 0 200px rgba(0, 0, 0, 0.3);
    animation: fadeUp 0.3s ease forwards;
    opacity: 0;
    transform: translateY(50px);
  }
}

@keyframes fadeUp {
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

sup i.question {
  line-height: 0.45em;
  font-size: 0.7em;
}

.item-block {
  font-size: 1.15em;
}

.white {
  color: #ffffff;
}

.container {
  max-width: 1140px;
}

.nb {
  font-size: 1.5em;
  font-weight: bold;
  margin: 1.3em 0;
}

p {
  line-height: 1.5;
  margin-bottom: 1em;
  margin-top: 0em;
  font-size: 16px;
}

.blue {
  color: #095d9c;
}

.green {
  color: #00a76d;
}

.red {
  color: #e7266b;
}
a.red:hover {
  color: #bb266b;
}
.opacity-0 {
  opacity: 0;
}

a.file img {
  vertical-align: -7px;
  margin-right: 8px;
}

a.underlined {
  text-decoration: underline;
}

hr {
  border-top: 2px solid rgba(255, 255, 255, 0.5);
}

hr.gray {
  border-top: 2px solid #ececec;
}

hr.thin {
  border-top-width: 1px;
}

.img-wrap img {
  max-width: 100%;
}

.img-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}

ul.green li span {
  color: #2b3740;
  font-weight: normal;
}

ul.numeric > li {
  list-style: decimal;
  margin-bottom: 28px;
}

ul ol li {
  list-style: none;
}

ol.disc {
  padding-left: 29px;
  margin-top: 7px;
}

ol.disc li {
  list-style: none !important;
  margin-bottom: 5px;
  color: #000;
  position: relative;
  padding-left: 17px;
}
ol.disc li:before {
  content: "";
  width: 8px;
  height: 8px;
  /*background:#00A76D;*/
  background: #e7266b;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 0;
}

ol.disc li span {
  color: #2b3740;
}
.large.font-weight-bold.documents {
  font-family: Lab Grotesque;
  color: #111d41;
  font-size: 28px;
  font-weight: 700 !important;
  line-height: 32px;
}
.drop {
  width: 16px;
  height: 16px;
  display: inline-block;
  /*background-color: #00A76D;*/
  background-color: #e7266b;
  border-radius: 0 8px 8px 8px;
  margin-right: 8px;
}

.drop.blue {
  background-color: #095d9c;
}

.drop.large {
  width: 30px;
  height: 30px;
  border-radius: 0 15px 15px 15px;
}

.btn {
  min-width: 90px;
  padding: 0 1em !important;
  height: 40px;
  white-space: nowrap;
  border-radius: 7px;
  /*background-color: #00A76D;*/
  background-color: #e7266b;
  font-weight: normal;
  color: #fff;
  border: none;
  font-size: 14px;
  opacity: 1;
}
.btn.btn-gradient:hover {
  background-color: #bb266b;
}
.btn:focus,
.btn.focus {
  outline: none;
  box-shadow: none;
}

.btn:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 101%;
}

.btn:hover {
  background-color: #fff;
  color: #ffffff;
}

.btn:active {
  background-color: #4211a6;
  color: #ffffff;
}

.btn.alt-btn {
  /*box-shadow: inset 0 0 0 1px #00A76D;*/
  background-color: #fff;
  /*color: #00A76D;*/
  box-shadow: inset 0 0 0 1px #e7266b;
  color: #e7266b;
}

.btn.alt-btn:hover {
  background-color: #e7266b;
  color: #fff;
}

.btn.btn-lg {
  font-size: 1.2em;
  height: 48px;
}

.btn.w-100 {
  padding: 0 !important;
}

.btn.btn-sm {
  font-size: 0.8em;
  height: 24px;
}

.btn.btn-gradient {
  overflow: hidden;
  z-index: 0;
  position: relative;
}

.btn.btn-gradient:after {
  content: "";
  /*width: 200%;*/
  position: absolute;
  height: 100%;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  background: #00a76d;
  background: -moz-linear-gradient(
    90deg,
    #00a76d 0%,
    #00a76d 50%,
    #057683 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    #00a76d 0%,
    #00a76d 50%,
    #057683 100%
  );
  background: linear-gradient(90deg, #00a76d 0%, #00a76d 50%, #057683 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a76d",endColorstr="#057683",GradientType=1);
  -webkit-transition: -webkit-transform 0.25s ease;
  -moz-transition: -moz-transform 0.25s ease;
  -ms-transition: -ms-transform 0.25s ease;
  transition: transform 0.25s ease;
  left: 0;
  top: 0;
  z-index: -1;
}

.btn.btn-gradient:hover:after {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.btn.w-225 {
  width: 100%;
  max-width: 225px;
}

.container-fluid.gray {
  /*background-color: #ECECEC;*/
  background-color: #f5f7f9;
}

.o5 {
  opacity: 0.5;
}

button:focus {
  outline: none;
}

.owl-carousel .owl-item img {
  border-radius: 10px;
}

.owl-carousel .details {
  opacity: 0.5;
}

.owl-carousel .details span {
  margin-right: 1em;
}

.owl-carousel .owl-dots {
  display: block !important;
}

.owl-carousel .owl-dots .owl-dot {
  /*width: 32px;*/
  width: 24px;
  height: 24px;
  background-color: #ececec;
  /*border-radius: 8px;*/
  border-radius: 100%;
  margin: 8px;
  display: inline-block;
  margin-top: 40px;
}

.owl-carousel .owl-dots .owl-dot span {
  display: none;
}

.owl-carousel .owl-dots .owl-dot.active {
  /*background-color: #00A76D;*/
  background-color: #e7266b;
}

.card.h-100 {
  padding: 56px 40px;
  background: #F5F7F9;
  border: none;
  border-radius: 10px;
}

.card.h-100.info {
  padding: 30px;
}

.card.h-100 a .document-card {
  margin: unset;
}

.tab-item {
  display: none;
}

.tab-item.show {
  display: block;
}
.tab-item.show .row .card_wrap {
  margin-bottom: 38px;
}

.tab-item.show .row .card_wrap .card {
  padding: 28px;
  background: #EFF1F5 !important;
  border: none;
  border-radius: 10px;
}

.tab-item.show .row .card_wrap .card > a {
  font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  height: 56px;
  font-family: Lab Grotesque;
  position: unset;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tab-item.show .row .card_wrap .card .details {
  margin-top: 30px;
  display: flex;
  align-items: center;
}

.container.tabs-container.tabs-hash .row > .col-12.col-md-10.col-lg-8 {
  flex: unset;
  max-width: 100%;
}

.tab-item.show.row {
  display: flex;
}

.tab {
  cursor: pointer;
  font-family: Lab Grotesque;
}

.tab.active {
  /*color: #00A76D;*/
  color: #e7266b;
}
.tab.active:before {
  content: "";
  position: absolute;
  width: 28px;
  display: block;
  height: 40px;
  bottom: -1.5%;
  background-repeat: no-repeat;
  background-image: url(../img/tab-active.png);
}

.tab.active:after {
  content: "";
  position: absolute;
  width: 17px;
  height: 40px;
  bottom: -1px;
  transform: rotate(180deg);
  background-repeat: no-repeat;
  background-image: url(../img/tab-active.png);
}

.tab.active.collapse-block {
  display: none;
}
@media screen and (max-width: 555px) {
  .container.tabs-container .row .col-12 > .row {
    row-gap: 25px;
  }
}

@media screen and (max-width: 506px) {
  .tab-name-details a {
    padding: 0;
  }
}

@media screen and (max-width: 475px) {
  .news .card_wrap .card .details span a span {
    flex-direction: row;
  }
  .news .card_wrap .card .details span {
    flex-direction: column;
    row-gap: 5px;
  }
}

@media screen and (max-width: 350px) {
  .large.font-weight-bold.documents {
    font-size: 23px;
  }
}

.tooltip {
  position: absolute;
  display: none;
  width: 300px;
  font-size: 12px;
  padding: 10px 50px 10px 15px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.tooltip.show {
  display: block;
}

@media (min-width: 577px) {
  body {
    padding-top: 68px;
  }
}

.container-fluid.header {
  position: absolute;
  top: 0;
  background-color: #ffffff;
  z-index: 10;
}

.container-fluid.header .container {
  position: relative;
  max-width: 1270px;
}

.container-fluid.header .row .col.logo {
  flex: 0 0 206px;
  max-width: 206px;
}
.container-fluid.header .row .col.header-bar {
  flex: 0 0 292px;
  max-width: 292px;
}
@media (max-width: 575px) {
  .container-fluid.header .row .col.header-bar {
    flex: 0 0 48px;
    max-width: 48px;
  }
}
.container-fluid.header .row .col.navbar {
  flex: 0 0 537px;
  max-width: 537px;
}

.container-fluid.header .container .row .navbar {
  height: 68px;
  padding: 0;
}

.container-fluid.header .container .row .navbar .navbar-collapse {
  padding: 0;
  height: 100%;
}

.container-fluid.header .container .row .sep {
  height: 24px;
  width: 2px;
  background-color: #ececec;
  margin: 0 0.5em;
}

.container-fluid.header .container .row ul {
  height: 100%;
}

.container-fluid.header .container .row ul .nav-item {
  font-size: 16px;
  white-space: nowrap;
  height: 100%;
  padding: 0 1em;
}

.container-fluid.header .container .row ul .nav-item a,
.container-fluid.header .container .row ul .nav-item span {
  padding: 0;
  height: 100%;
}

.container-fluid.header .container .row ul .nav-item a:before,
.container-fluid.header .container .row ul .nav-item span:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 101%;
}

.container-fluid.header .container .row ul .nav-item.active .nav-link {
  box-shadow: inset 0 -4px 0 0 #00a76d;
}

.container-fluid.header .container .row ul .dropdown-toggle:after {
  display: none;
}

.container-fluid.header .container .row ul .dropdown-menu {
  border-radius: 0;
  margin-top: -4px;
  border: 4px solid #f6f6f6;
  border-top: none;
  margin-left: -1em;
}

.container-fluid.header .container .row ul .dropdown-menu span {
  padding: 2% 10% !important;
  opacity: 0.5;
  display: block;
}

.container-fluid.header .container .row ul .dropdown-menu a {
  padding: 0.8em 2em !important;
  display: block;
}

.container-fluid.header .container .row ul .dropdown-menu a:hover {
  background-color: #eee;
  color: #0e8411;
}

.container-fluid.header .container .row ul .dropdown-menu .dropdown-divider {
  width: 80%;
  margin-left: 10%;
}

.container-fluid.header .container .row .dropdown-toggle {
  cursor: pointer;
}

.container-fluid.header .container .row .dropdown-toggle:hover {
  color: #00a76d;
}

.container-fluid.header .container .row .header-bar {
  height: 68px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.container-fluid.header
  .container
  .row
  .header-bar
  .navbar-toggler
  .navbar-toggler-icon {
  width: 39px;
  height: 25px;
  background-image: url(../img/icons/hamburger.svg);
}

.container-fluid.header
  .container
  .row
  .header-bar
  .navbar-toggler
  .navbar-toggler-icon:hover {
  background-image: url(../img/icons/hamburger_blue.svg);
}

body.modal-open .container-fluid.header {
  padding-right: 17px;
}

.container-fluid.submenu {
  position: fixed;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  -ms-transition: -ms-transform 0.3s ease;
  transition: transform 0.3s ease;
  top: 68px;
  left: 0;
  z-index: 4;
}

body.show-submenu .container-fluid.submenu {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.mob-show {
  display: none;
}

.menu-opened
  .container-fluid.header
  .container
  .row
  .header-bar
  .navbar-toggler
  .navbar-toggler-icon {
  background-image: url(../img/icons/close.svg);
}

@media (max-width: 1355px) {
  .container-fluid.header .container .row .navbar .navbar-collapse .sep {
    display: none;
  }
}

@media (max-width: 1270px) and (min-width: 1150px) {
  .container-fluid.header {
    padding-right: 0;
  }
}

@media (min-width: 1150px) {
  .container-fluid.header .container .row .header-bar .sep {
    display: none !important;
  }

  .container-fluid.header .container .row .navbar-collapse ul {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
}

@media (max-width: 1149px) {
  .container-fluid.header .container .row .navbar {
    flex: 0 0 100%;
    order: 2;
    height: auto;
    max-width: 100%;
  }
  /*body.menu-opened .container-fluid.header .container .row .navbar {*/
  /*display: block;*/
  /*}*/
  .container-fluid.header .container .row .navbar .navbar-collapse {
    display: none !important;
  }

  .container-fluid.header .container .row .navbar .navbar-collapse.opening {
    display: block !important;
  }

  .container-fluid.header .container .row .navbar .navbar-collapse ul {
    padding: 20px;
    flex-direction: column;
    -ms-flex-align: left !important;
    align-items: left !important;
  }

  .container-fluid.header .container .row .navbar .navbar-collapse ul li {
    margin: 9px;
    display: block;
    text-align: left;
  }

  .container-fluid.header .container .row .navbar .navbar-collapse .sep {
    height: 1px;
    margin-left: 0;
    width: 100%;
    display: block;
  }

  .container-fluid.header
    .container
    .row
    .navbar
    .navbar-collapse
    .nav-item
    .nav-link {
    box-shadow: none;
  }

  .container-fluid.header
    .container
    .row
    .navbar
    .navbar-collapse
    .dropdown-item:hover {
    background: transparent;
  }

  .container-fluid.header
    .container
    .row
    .navbar
    .navbar-collapse
    .navbar-nav
    .dropdown-menu {
    display: none;
  }

  .container-fluid.header
    .container
    .row
    .navbar
    .navbar-collapse
    .dropdown-toggle {
    position: relative;
  }

  .container-fluid.header
    .container
    .row
    .navbar
    .navbar-collapse
    .dropdown-toggle:after {
    position: absolute;
    content: "";
    background-image: url(../img/icons/back.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    display: block;
    left: -29px;
    top: 5px;
    border: none;
  }

  .container-fluid.header
    .container
    .row
    .navbar
    .navbar-collapse
    .secondlevel {
    animation: secondlevelIn 0.4s ease forwards;
    position: absolute;
    top: 2px;
    left: 0px;
    right: 16px;
    display: none;
    background-color: #ffffff;
    bottom: 4px;
    z-index: 100;
    height: auto;
  }

  .container-fluid.header
    .container
    .row
    .navbar
    .navbar-collapse
    .secondlevel.out {
    animation: secondlevelOut 0.3s ease forwards;
  }

  .container-fluid.header
    .container
    .row
    .navbar
    .navbar-collapse
    .secondlevel
    .dropdown-menu {
    border-radius: 0;
    margin-top: 0;
    border: none;
    border-top: 0;
    margin-left: 0;
    width: 100%;
    display: block;
    position: relative;
    top: 0;
    box-shadow: 200px 0 0 #fff, -200px 0 0 #fff;
  }

  .container-fluid.header
    .container
    .row
    .navbar
    .navbar-collapse
    .secondlevel
    .dropdown-menu
    a {
    padding-left: 1em !important;
    padding-right: 0;
    white-space: pre-wrap;
  }

  .container-fluid.header
    .container
    .row
    .navbar
    .navbar-collapse
    .secondlevel
    .dropdown-menu
    .small {
    padding: 2% 1.2em !important;
  }

  .container-fluid.header
    .container
    .row
    .navbar
    .navbar-collapse
    .secondlevel
    .dropdown-menu
    .dropdown-divider {
    padding: 0 1.1em !important;
    margin-left: 1.1em !important;
  }

  .container-fluid.header
    .container
    .row
    .navbar
    .navbar-collapse
    .secondlevel
    .dropdown-toggle {
    position: relative;
  }

  .container-fluid.header
    .container
    .row
    .navbar
    .navbar-collapse
    .secondlevel
    .dropdown-toggle:after {
    position: absolute;
    content: "";
    background-image: url(../img/icons/right-arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    display: block;
    left: auto;
    right: 0px;
    top: 5px;
    border: none;
  }

  .container-fluid.header .container .row #navbar.second .secondlevel {
    display: block;
  }

  .container-fluid.header .container .row .header-bar .navbar-toggler {
    margin-left: 0.4em;
    padding: 0;
  }

  .container-fluid.header .container .row .header-bar .navbar-toggler span {
    width: auto;
    height: auto;
  }

  .container-fluid.header .container .row .mob-show {
    display: block;
  }

  .container-fluid.header .container .row .mob-hide {
    display: none !important;
  }
}

@media (max-width: 1149px) and (orientation: landscape) {
  .container-fluid.header
    .container
    .row
    .navbar
    .navbar-collapse
    .secondlevel
    .dropdown-menu
    a {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
}

@media (min-width: 1149px) {
  .container-fluid.header .container .row .navbar .secondlevel {
    display: none;
  }

  .container-fluid.header
    .container
    .row
    .navigation
    .nav-item.sep-after:after {
    content: "/";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -3px;
    margin: auto;
    height: 25px;
  }

  .container-fluid.header
    .container
    .row
    .navigation
    .nav-item.sep-after:last-of-type:after {
    display: none;
  }
}

@media (max-width: 575px) {
  .container-fluid.header .container .row .header-bar {
    height: 56px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  body .top_line {
    padding-top: 60px;
  }

  body.home .top_line {
    padding-top: 0px;
  }
}

@media (max-width: 390px) {
  .container-fluid.header {
    padding: 0;
  }

  .container-fluid.header .container .row .navbar .navbar-collapse ul {
    padding: 14px;
  }
}

@media (max-width: 360px) {
  .container-fluid.header .logo {
    flex: 0 0 160px;
  }

  .container-fluid.header .logo img {
    width: 100%;
  }

  .container-fluid.header .container .row .header-bar .navbar-toggler {
    margin-left: 0;
  }
}

.container-fluid.vision {
  position: absolute;
  top: 72px;
  z-index: 1;
}

.container-fluid.vision .container {
  max-width: 1390px;
}

.home .container-fluid.vision .container a {
  color: #ffffff;
}

@keyframes secondlevelIn {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@keyframes secondlevelOut {
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }

  0% {
    opacity: 1;
    transform: translateX(0px);
  }
}

.container.top {
  max-width: 1440px;
  overflow: hidden;
  position: relative;
}

.container.top:before,
.container.top:after {
  width: 340px;
  height: 273px;
  background-image: url(../img/pattern.png);
  background-repeat: no-repeat;
  content: "";
  top: 70px;
  left: -170px;
  position: absolute;
  z-index: 1;
}

.container.top:after {
  left: auto;
  right: -170px;
  transform: scale(1, -1);
}

.container.top .main {
  height: 908px;
  background-image: url(../images/poster1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #192e33;
}

.container.top .main .container {
  margin-top: 4.3em !important;
}

.container.top .main .name {
  font-size: 1.71429em;
}

.container.top .main .title {
  font-size: 3.9em;
  font-weight: bold;
  line-height: 1.3;
}

.container.top .main .section {
  font-weight: bold;
  font-size: 1.7em;
  margin-bottom: 1.2em;
}
.container.top .main .new {
  padding: 0 30px 0 30px;
}

.container.top .main .section i {
  margin-left: 0px;
  margin-right: 15px;
}

.container.top .main .section a {
  text-decoration: underline;
}

.container.top .main ul {
  font-size: 1.14286em;
  max-width: 263px;
  margin-bottom: 2.6em;
  margin-left: 65px;
  min-width: 250px;
}

.container.top .main ul li {
  margin-top: 1em;
  position: relative;
}

.container.top .main ul li:after {
  position: absolute;
  content: "";
  right: 0;
  width: 9px;
  height: 16px;
  background-image: url(../img/icons/arrow.svg);
  top: 4px;
}

.container.top .main ul li a {
  width: 100%;
}
@media (max-width: 1025px) {
  .container.top .main .new {
    padding: 0 30px 0 30px;
  }
  .container.top .main ul {
    font-size: 1.14286em;
    max-width: 263px;
    margin-bottom: 2.6em;
    margin-left: 65px;
    min-width: 200px;
  }
}

.container.top .main .sitelinks {
  font-size: 1.3em;
  margin-top: 1.3em;
  padding-left: 19px;
}

.container.top .main .sitelinks i {
  margin-right: 16px;
}

.container.top .main .sitelinks .pseudo-btn {
  display: flex;
  align-items: center;
  height: 56px;
}

.container.top .main .sitelinks .btn.policy-btn {
  display: flex;
  align-items: center;
  height: 56px;
  width: 100%;
  font-size: 1em;
  text-align: left;
  position: relative;
  background-color: #ffffff;
  color: #2b3740;
}

.container.top .main .sitelinks .btn.policy-btn i img {
  margin-top: 0px;
}

.container.top .main .sitelinks .btn.policy-btn:after {
  width: 14px;
  height: 25px;
  position: absolute;
  content: "";
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  background-image: url(../img/icons/big_arrow.svg);
}

.container.top .sub-main-line {
  background-color: #000000;
  max-height: 421px;
}

.container.top .sub-main-line img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.container.top .sub-main-line .pb-100 {
  max-height: 421px;
  overflow: hidden;
}
.container.top .sub-main-line .pb-100:before {
  content: "";
  display: block;
  padding-top: 105%;
}

.container.top .sub-main-line .pb-100:hover > img {
  opacity: 0.7;
  -webkit-transform: scale(1.025);
  -moz-transform: scale(1.025);
  -ms-transform: scale(1.025);
  transform: scale(1.025);
}

.container.top .sub-main-line .content {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background-image: url(../img/sepia.png);
  background-size: cover;
  position: relative;
}

.container.top .sub-main-line .content .wrap {
  margin: 39px 33px;
  position: absolute;
  bottom: 0;
  font-size: 1.3em;
  letter-spacing: -0.2px;
}

.container.top .sub-main-line .content .wrap .title {
  font-size: 2.2em;
  font-weight: bold;
  margin-bottom: 28px;
}

.container.top .sub-main-line .content .wrap .title.small {
  font-size: 1.1em;
  text-transform: uppercase;
  margin-bottom: -0.3em;
}

.container.top .sub-main-line .content .logo-region {
  width: 160px;
  height: 45px;
  position: static;
  margin-bottom: 40px;
}

@media (max-width: 1200px) {
  .container.top:before {
    left: -242.85714px;
  }

  .container.top:after {
    right: -242.85714px;
    right-margin-bottom: -0.3em;
  }

  .container.top .main .sitelinks {
    padding-left: 0;
  }
}

@media (max-width: 1000px) {
  .container.top:before {
    left: -283.33333px;
  }

  .container.top:after {
    right: -283.33333px;
  }
}

@media (max-width: 930px) and (min-width: 676px) {
  .container.top .sub-main-line .content .wrap {
    margin: 20px;
    font-size: 1em;
  }
}

@media (max-width: 676px) and (min-width: 575px) {
  .container.top .sub-main-line .content .wrap {
    margin: 10px;
    font-size: 0.9em;
  }
}

@media (max-width: 768px) {
  .container.top .main .title {
    font-size: 2.6em;
  }

  .container.top .main ul {
    font-size: 1em;
  }

  .container.top .main .section {
    font-size: 1.4em;
  }

  .container.top .main .section i {
    margin: 0;
    margin-right: 10px;
  }

  .container.top .main .section i img {
    vertical-align: -13px;
  }
}

@media (max-width: 575px) {
  .container.top:before,
  .container.top:after {
    display: none;
  }

  .container.top .main {
    padding-top: 48px;
    height: auto;
    background-size: auto 60%;
    background-position: top;
    position: relative;
  }

  .container.top .main:before {
    bottom: 40%;
    height: 20%;
    width: 100%;
    position: absolute;
    left: 0;
    content: "";
    background: -moz-linear-gradient(top, rgba(25, 46, 51, 0) 0%, #192e33 100%);
    background: -webkit-linear-gradient(
      top,
      rgba(25, 46, 51, 0) 0%,
      #192e33 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(25, 46, 51, 0) 0%,
      #192e33 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00192e33', endColorstr='#192e33',GradientType=0 );
  }
  .container.top .main .new {
    padding: 0 0px 0 0px;
  }

  .container.top .main .name {
    font-size: 1.5em;
  }

  .container.top .main .title {
    font-size: 2em;
  }

  .container.top .main .section {
    width: 85%;
    margin: 5px auto;
  }

  .container.top .main .section a {
    background-color: #00a76d;
    border-radius: 8px;
    padding: 5px 12px;
    text-decoration: none;
    display: block;
  }

  .container.top .main .sitelinks {
    margin-top: 56px;
    margin-bottom: 96px;
  }

  .container.top .main .sitelinks .pseudo-btn,
  .container.top .main .sitelinks .policy-btn {
    background-color: rgba(255, 255, 255, 0.1);
    white-space: nowrap;
    border-radius: 5px;
    margin-bottom: 8px;
    min-width: 90px;
    padding: 0 1em !important;
  }

  .container.top .main .sitelinks .pseudo-btn i,
  .container.top .main .sitelinks .policy-btn i {
    width: 32px;
    text-align: center;
  }

  .container.top .sub-main-line .pb-100:before {
    content: "";
    display: block;
    padding-top: 300px;
  }

  .container.top .sub-main-line {
    background-color: #000000;
    max-height: 100%;
  }
}

.search_btn {
  cursor: pointer;
}

.search_line {
  display: none;
  position: absolute;
  right: 36px;
  top: -9px;
}

.search_line.show {
  display: block;
}

.navbar-nav .search_btn {
  margin-left: 16px;
}

.navbar-nav .search_line {
  top: -3px;
  width: auto;
  left: 10px;
  right: 10px;
}

.navbar-nav .search_line input {
  min-width: 210px;
}

.anchor {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 105px;
  width: 30px;
}
.container-fluid.footer {
  border-top: 1px solid #e3e5ea;
  padding-top: 77px;
}
.container-fluid.footer .contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e3e5ea;
  padding-bottom: 32px;
}
.container-fluid.footer .contact-link a {
  font-weight: 700;
  font-size: 22px;
  line-height: 140%;
}
.container-fluid.footer .contact-link a:first-child {
  margin-right: 50px;
}
.container-fluid.footer .footer-menu {
  margin-bottom: 90px;
}
.container-fluid.footer .copyright {
  padding-top: 28px;
  margin-bottom: 58px;
  position: relative;
}
.container-fluid.footer .copyright p {
  color: #111d41;
  opacity: 0.5;
}
.container-fluid.footer .copyright p {
  margin-bottom: 25px;
}
.container-fluid.footer .copyright p:nth-child(3) {
  position: absolute;
  right: 38px;
  bottom: 24px;
}
.container-fluid.footer .copyright a {
  text-decoration: underline;
}
.container-fluid.footer .large {
  margin-top: 1.1em;
}

.container-fluid.footer .socials-line a {
  margin: 0 0.23em;
}

.container-fluid.footer .socials-line span {
  margin-right: 40px;
}

.card.out .card-poster {
  margin-left: -2px;
  margin-right: -2px;
  margin-top: -2px;
}

.card.out .card-poster img {
  border-radius: 6px 6px 0 0;
  width: 100%;
}

.card .arrow {
  position: relative;
  top: -11px;
}

.card .content {
  text-align: left;
  padding: 28px;
  position: relative;
}
.green .content {
  padding: 28px 85px 28px 28px;
}

.card .content .title {
  font-size: 1.42857em;
  font-weight: bold;
}

.card.green {
  color: #ffffff;
  border: none;
}

.card.green hr {
  width: 130px;
  margin-left: 0;
}

.card.green .title {
  padding-right: 0px;
}

.card.green .details {
  padding-right: 70px;
  font-size: 1.15em;
  margin-top: -4px;
  min-height: 74px;
  margin-bottom: 4px;
}

.card.green .more {
  margin-bottom: -10px;
}

.card.green .more a {
  color: #ffffff;
}

.card.green .icon {
  position: absolute;
  right: 20px;
  top: 20px;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.25s ease;
  -moz-transition: -moz-transform 0.25s ease;
  -ms-transition: -ms-transform 0.25s ease;
  transition: transform 0.25s ease;
}

.card.green .bg {
  border-radius: 8px;
  overflow: hidden;
  background-color: #00a76d;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.card.green .bg:before {
  position: absolute;
  content: "";
  width: 200%;
  height: 100%;
  top: 0;
  left: 0;
  background: #00a76d;
  background: -moz-linear-gradient(
    90deg,
    #00a76d 0%,
    #00a76d 50%,
    #057683 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    #00a76d 0%,
    #00a76d 50%,
    #057683 100%
  );
  background: linear-gradient(90deg, #00a76d 0%, #00a76d 50%, #057683 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a76d",endColorstr="#057683",GradientType=1);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.25s ease;
  -moz-transition: -moz-transform 0.25s ease;
  -ms-transition: -ms-transform 0.25s ease;
  transition: transform 0.25s ease;
}

.card.green:hover .icon {
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
s .card.green:hover .bg:before {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 790px) {
  .card.green .details {
    padding-right: 0;
  }
}

.scroll-down-arrow {
  width: 19px;
  height: 50px;
  /*background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOC44MjgiIGhlaWdodD0iNTAiIHZpZXdCb3g9IjAgMCAxOC44MjggNTAiPg0KICA8ZyBpZD0iaWNvbi1hcnJvdy1ib3R0b20iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEuNDE0IDEpIj4NCiAgICA8cGF0aCBpZD0iUGF0aF80MzgiIGRhdGEtbmFtZT0iUGF0aCA0MzgiIGQ9Ik00NjQsNzEybDgsOC04LDgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcyOCAtNDI0KSByb3RhdGUoOTApIiBmaWxsPSJub25lIiBzdHJva2U9IiMwMGE3NmQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIi8+DQogICAgPGxpbmUgaWQ9IkxpbmVfOTMiIGRhdGEtbmFtZT0iTGluZSA5MyIgeTI9IjE2IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4IDMyKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDBhNzZkIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIvPg0KICAgIDxsaW5lIGlkPSJMaW5lXzk1IiBkYXRhLW5hbWU9IkxpbmUgOTUiIHkyPSI4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4IDE2KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDBhNzZkIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIvPg0KICAgIDxjaXJjbGUgaWQ9IkVsbGlwc2VfMTUiIGRhdGEtbmFtZT0iRWxsaXBzZSAxNSIgY3g9IjQiIGN5PSI0IiByPSI0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDBhNzZkIiBzdHJva2Utd2lkdGg9IjIiLz4NCiAgPC9nPg0KPC9zdmc+DQo=");*/
  background-image: url(../img/arrow-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}

.scroll-down-arrow:hover {
  /*background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOC44MjgiIGhlaWdodD0iNTAiIHZpZXdCb3g9IjAgMCAxOC44MjggNTAiPg0KICA8ZyBpZD0iaWNvbi1hcnJvdy1ib3R0b20iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEuNDE0IDEpIj4NCiAgICA8cGF0aCBpZD0iUGF0aF80MzgiIGRhdGEtbmFtZT0iUGF0aCA0MzgiIGQ9Ik00NjQsNzEybDgsOC04LDgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcyOCAtNDI0KSByb3RhdGUoOTApIiBmaWxsPSJub25lIiBzdHJva2U9IiMwOTVkOWMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIi8+DQogICAgPGxpbmUgaWQ9IkxpbmVfOTMiIGRhdGEtbmFtZT0iTGluZSA5MyIgeTI9IjE2IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4IDMyKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDk1ZDljIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIvPg0KICAgIDxsaW5lIGlkPSJMaW5lXzk1IiBkYXRhLW5hbWU9IkxpbmUgOTUiIHkyPSI4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4IDE2KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDk1ZDljIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIvPg0KICAgIDxjaXJjbGUgaWQ9IkVsbGlwc2VfMTUiIGRhdGEtbmFtZT0iRWxsaXBzZSAxNSIgY3g9IjQiIGN5PSI0IiByPSI0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0KSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDk1ZDljIiBzdHJva2Utd2lkdGg9IjIiLz4NCiAgPC9nPg0KPC9zdmc+DQo=");*/
  background-image: url(../img/arrow-right-hover.svg);
}

.scroll-totop-arrow {
  left: 15px;
  width: 19px;
  height: 26px;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOC44MjgiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAxOC44MjggMjYiPg0KICA8ZyBpZD0iaWNvbi1hcnJvdy10b3AiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEuNDE0IDEpIj4NCiAgICA8ZyBpZD0iR3JvdXBfMzU3IiBkYXRhLW5hbWU9Ikdyb3VwIDM1NyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjA1IDY2NCkgcm90YXRlKDE4MCkiPg0KICAgICAgPHBhdGggaWQ9IlBhdGhfNDM4IiBkYXRhLW5hbWU9IlBhdGggNDM4IiBkPSJNNDY0LDcxMmw4LDgtOCw4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg5MTcgMTkyKSByb3RhdGUoOTApIiBmaWxsPSJub25lIiBzdHJva2U9IiMwMGE3NmQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIi8+DQogICAgICA8bGluZSBpZD0iTGluZV85MyIgZGF0YS1uYW1lPSJMaW5lIDkzIiB5Mj0iMTAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE5NyA2NTQpIiBmaWxsPSJub25lIiBzdHJva2U9IiMwMGE3NmQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIi8+DQogICAgICA8Y2lyY2xlIGlkPSJFbGxpcHNlXzE1IiBkYXRhLW5hbWU9IkVsbGlwc2UgMTUiIGN4PSI0IiBjeT0iNCIgcj0iNCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTkzIDY0MCkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwYTc2ZCIgc3Ryb2tlLXdpZHRoPSIyIi8+DQogICAgPC9nPg0KICA8L2c+DQo8L3N2Zz4NCg==");
}

.scroll-totop-arrow:hover {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOC44MjgiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAxOC44MjggMjYiPg0KICA8ZyBpZD0iaWNvbi1hcnJvdy10b3AiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEuNDE0IDEpIj4NCiAgICA8ZyBpZD0iR3JvdXBfMzU3IiBkYXRhLW5hbWU9Ikdyb3VwIDM1NyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjA1IDY2NCkgcm90YXRlKDE4MCkiPg0KICAgICAgPHBhdGggaWQ9IlBhdGhfNDM4IiBkYXRhLW5hbWU9IlBhdGggNDM4IiBkPSJNNDY0LDcxMmw4LDgtOCw4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg5MTcgMTkyKSByb3RhdGUoOTApIiBmaWxsPSJub25lIiBzdHJva2U9IiMwOTVkOWMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIi8+DQogICAgICA8bGluZSBpZD0iTGluZV85MyIgZGF0YS1uYW1lPSJMaW5lIDkzIiB5Mj0iMTAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE5NyA2NTQpIiBmaWxsPSJub25lIiBzdHJva2U9IiMwOTVkOWMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIi8+DQogICAgICA8Y2lyY2xlIGlkPSJFbGxpcHNlXzE1IiBkYXRhLW5hbWU9IkVsbGlwc2UgMTUiIGN4PSI0IiBjeT0iNCIgcj0iNCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTkzIDY0MCkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzA5NWQ5YyIgc3Ryb2tlLXdpZHRoPSIyIi8+DQogICAgPC9nPg0KICA8L2c+DQo8L3N2Zz4NCg==);
}

.news.news-details .owl-dots {
  margin-top: 0 !important;
}

.news.news-details .owl-dots .owl-dot {
  margin-top: 0 !important;
}

.page-updated {
  font-size: 16px;
  margin-top: 66px;
  margin-bottom: 19px;
}

.rows-graphic {
  min-width: 586px;
  margin-top: 2em !important;
  margin-bottom: 1.7em !important;
}

.rows-graphic .text {
  height: 129px;
}

.rows-graphic .text.extra {
  margin-top: -27px;
  height: auto;
}

.rows-graphic .text.extra.left {
  text-align: right;
  margin-right: -51px;
}

.rows-graphic .text.extra.right {
  text-align: left;
  margin-left: -51px;
}

.green-dashed-line {
  width: 100%;
  height: 0;
  border-bottom: 1px dashed #00a76d;
  margin-top: 32px;
}

.blue-dashed-line {
  width: 50%;
  height: 53%;
  border-bottom: 1px dashed #095d9c;
  border-left: 1px dashed #095d9c;
  margin-top: 8px;
  margin-left: 50%;
}

.border-bottom-green {
  position: relative;
}

.border-bottom-green:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /*border-bottom: 1px solid #00A76D;*/
  border-bottom: 1px solid #e7266b;
  content: "";
}

.border-bottom-green.paddings:after {
  left: 15px;
  right: 15px;
}

@media (max-width: 576px) {
  .drag-icon i {
    display: block;
    content: "";
    position: relative;
    margin: auto;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4MCIgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDgwIDQ4Ij4NCiAgPGcgaWQ9Imljb24tNy1zd2FwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyMCkiPg0KICAgIDxyZWN0IGlkPSJSZWN0YW5nbGVfNzk3IiBkYXRhLW5hbWU9IlJlY3RhbmdsZSA3OTciIHdpZHRoPSI4MCIgaGVpZ2h0PSI0OCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIwKSIgZmlsbD0iI2ZmZiIvPg0KICAgIDxwYXRoIGlkPSJQYXRoXzU0NyIgZGF0YS1uYW1lPSJQYXRoIDU0NyIgZD0iTTkuOTQ2LDIwLjhhMS40NzcsMS40NzcsMCwwLDEsLjU3NS0yLjIwNmMuOTczLS41NzksMS42NzEtLjA1MSwyLjE2OC43MjQuNTgyLjkwOC45MjEsMS45NywxLjU0NCwyLjg1Ny42NjguOTUxLjgtLjg3OS43MjMtMS4yNDhBNy4xMjEsNy4xMjEsMCwwLDAsMTQsMTguMzc5YTMuMTc4LDMuMTc4LDAsMCwwLTQuNDU2LTEuMDkyYy0yLjA1OCwxLjI3OC0xLjgwNiwzLjEtLjY3MSw1YTEyLjUxLDEyLjUxLDAsMCwxLDEuNjQzLDMuNjQ0Yy45NjQsNC41NSwzLjQyNSw4LjI4NSw2LjE1MiwxMS44OTQuNDE5LjU1NS43NzYsMS43MiwxLjYzNiwxLjIwOCwxLjE2Mi0uNjkuMTI5LTEuNjA3LS4zNTQtMi4xMjdDMTMuNjkxLDMyLjMxOCwxMi43NDQsMjYuMSw5Ljk0NiwyMC44WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMS42MDIgMy4zNTgpIiBmaWxsPSIjMDBhNzZkIi8+DQogICAgPHBhdGggaWQ9IlBhdGhfNTQ4IiBkYXRhLW5hbWU9IlBhdGggNTQ4IiBkPSJNMzUuNTE4LDIzLjQ2MmMtLjEzNy0yLjEuMDczLTQuOTQ5LTIuMzY2LTUuNzQ5YTYuMjI5LDYuMjI5LDAsMCwwLTIuOTc4LS4wNzUsMy40MTgsMy40MTgsMCwwLDAtNC45My0xLjY2N2MtLjUzNi0xLjUyLTIuOTI4LTIuNzQ0LTQuMzc1LTEuNzEzLjAyNy0xLjc0LjA5MS0zLjQ3Ni4wNjItNS4yMjEtLjA0OC0yLjktMS4yNTktNC42NDUtMy4zLTQuNDU5QzE0Ljg4LDQuODI4LDE0LjM5Myw2LjgsMTQuNDIsOS4xNGMuMDQ2LDMuOTE0LS4xLDcuODYxLS4wNDksMTEuNzc2YS42NTUuNjU1LDAsMCwxLC4wNTIuMjQxLDE1LjI1NiwxNS4yNTYsMCwwLDEtLjIyNSw0LjI3OS43NDEuNzQxLDAsMCwwLC4yMDYuNzUxYy4zLjI1MywxLjA4OS0uMDUyLDEuMzQ1LS4zLjQxNi0uNDA3LjIzNy0uNi4yNDEtMS4xMjIuMDQ2LTUuMjc2LjAxOS0xMC41NTIuMDMzLTE1LjgyOCwwLTEuMjY0LS4wMzctMi43NjgsMS43MzctMi43MDksMS41NDkuMDUxLDEuNTMsMS40MzQsMS41MywyLjYxMywwLDIuODc4LS4wOTMsNS43Ni4wMzksOC42MzIuMDcsMS41NC0uNiw0LjQwNS41MzUsNC4zNjgsMi4xLS4wNjguNzMxLTIuNTYzLDEuMDQ4LTMuOTguMjI4LTEuMDE3LjM4OC0xLjk0OCwxLjY0OC0xLjkyM3MxLjUxNi45NjMsMS41NTQsMmMuMDQzLDEuMTQ5LjAzLDIuMy4xNDYsMy40NDRhMS4wOTIsMS4wOTIsMCwwLDAsLjcyOC43MTNjLjQzMS4wODYuNjMzLS4zMjYuNjU3LS43MzguMDM1LS41NzQuMDU0LTEuMTQ5LjA1NC0xLjcyNCwwLTEuMDcxLjMxNC0xLjk3NiwxLjUyNi0yLjAzNiwxLjM4My0uMDY5LDEuNzY3LjkwOSwxLjgsMi4wODUuMDI3Ljk1OSwwLDEuOTE5LjAzOCwyLjg3Ny4wMTkuNDU1LS4wMjQsMS4wNzEuNiwxLjEzOC43NjcuMDgyLjg4MS0uNTY2Ljk1NS0xLjEzN2ExMS4yLDExLjIsMCwwLDAsLjAyOS0xLjE0OWMuMDI5LTEuMTMzLjI0LTIuMjUzLDEuNjYtMi4xOXMxLjQyNSwxLjIzNiwxLjQ3OSwyLjM0MWEzMy4yMDYsMzMuMjA2LDAsMCwxLTIuMDEzLDE0LjExOCwxMi4wODIsMTIuMDgyLDAsMCwwLTEuMDMyLDQuNzQ3Yy4wMTEuNDYzLDAsMS4wMzkuNjMsMS4xMDZzLjc1OC0uNDY1LjgzOS0uOTM2QzMzLjE5MiwzNC44NjYsMzUuOTE0LDI5LjUxMiwzNS41MTgsMjMuNDYyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMi44MzQgMC45MTMpIiBmaWxsPSIjMDBhNzZkIi8+DQogICAgPGcgaWQ9Ikdyb3VwXzQwOSIgZGF0YS1uYW1lPSJHcm91cCA0MDkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTQpIj4NCiAgICAgIDxsaW5lIGlkPSJMaW5lXzExMCIgZGF0YS1uYW1lPSJMaW5lIDExMCIgeDI9IjE2IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzMiAxMikiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwYTc2ZCIgc3Ryb2tlLXdpZHRoPSIyIi8+DQogICAgICA8cGF0aCBpZD0iUGF0aF81NTEiIGRhdGEtbmFtZT0iUGF0aCA1NTEiIGQ9Ik00MCwwbDQsNEw0MCw4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0IDgpIiBmaWxsPSJub25lIiBzdHJva2U9IiMwMGE3NmQiIHN0cm9rZS13aWR0aD0iMiIvPg0KICAgIDwvZz4NCiAgICA8ZyBpZD0iR3JvdXBfNDEwIiBkYXRhLW5hbWU9Ikdyb3VwIDQxMCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQwIC00KSI+DQogICAgICA8bGluZSBpZD0iTGluZV8xMTAtMiIgZGF0YS1uYW1lPSJMaW5lIDExMCIgeDE9IjE2IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzMiAxMikiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwYTc2ZCIgc3Ryb2tlLXdpZHRoPSIyIi8+DQogICAgICA8cGF0aCBpZD0iUGF0aF81NTEtMiIgZGF0YS1uYW1lPSJQYXRoIDU1MSIgZD0iTTQ0LDAsNDAsNGw0LDQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04IDgpIiBmaWxsPSJub25lIiBzdHJva2U9IiMwMGE3NmQiIHN0cm9rZS13aWR0aD0iMiIvPg0KICAgIDwvZz4NCiAgPC9nPg0KPC9zdmc+DQo=");
    width: 80px;
    height: 48px;
  }

  .green-dashed-line {
    width: 50%;
    margin-top: 0px;
    position: relative;
    top: 30px;
    left: 50%;
  }

  .blue-dashed-line {
    height: auto;
    top: 0;
    bottom: 140px;
    position: absolute;
  }

  .xs-fit {
    max-width: 50px;
  }

  .border-bottom-green:after {
    left: 15px;
    right: 15px;
  }
}

#how-it-works {
  padding-bottom: 3rem;
}

.advantages {
  padding-bottom: 8.1em;
}

.advantages .title {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 9px;
}

.advantages .sep {
  width: 2px;
  height: 32px;
  /*background-color: #00A76D;*/
  background-color: #e7266b;
  margin-left: 3px;
}

.advantages .details {
  font-size: 1.15em;
}

.advantages .plus {
  font-size: 2.3em;
  font-weight: bold;
}

.fat .card {
  height: 100%;
}

svg .svg_text {
  fill: #2b3740;
  font-size: 17px;
  font-weight: bold;
  text-anchor: middle;
}

.icon-pdf {
  background-image: url(../img/icons/pdf-white.svg);
  min-width: 20px;
  min-height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
}

.companies {
  padding-bottom: 2.3em;
}

.companies .grid .element {
  position: relative;
  cursor: pointer;
}

.companies .grid .element.active:before {
  content: "";
  position: absolute;
  width: 80%;
  height: 100%;
  left: 10%;
  top: 0%;
  border-radius: 6px;
  border: 1px solid #00a76d;
  background-color: #ffffff;
}

.companies .grid .element img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  max-width: 65%;
  max-height: 65%;
}

.companies .grid .element:after {
  content: "";
  padding-top: 100%;
  display: block;
}

.companies .grid .content {
  display: none;
}

.companies .grid .content.show {
  display: block;
}

.companies .grid .content .title {
  font-size: 20px;
  font-weight: bold;
  color: #00a76d;
  margin-top: 15px;
  margin-bottom: 5px;
}

.news-text p {
  margin-bottom: 3em;
  font-size: 14px;
}

@media (min-width: 740px) {
  body.ornament {
    /*background-image: url("../img/pattern-green-right.png");
    background-repeat: no-repeat;
    background-position: 85vw 86px;*/
  }
}

@media (min-width: 1200px) {
  body.ornament {
    background-position: 82vw 112px;
  }
}

.error-404 {
  height: 500px;
  margin: -10px 0 50px;
  max-height: 40vh;
  background-image: url(../img/404.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.error-404 a {
  /*color: #00A76D;*/
  color: #e7266b;
  font-size: 40px;
  font-weight: bold;
  text-decoration: underline;
}

@media (max-width: 920px) {
  .error-404 a {
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  .error-404 {
    margin: 40px 0 50px;
  }
}
.tab-name-details {
  margin-right: 0;
}
.tab-name-details a {
  padding: 0 5px 0 12px;
}
.tab-name-details a span {
  margin: 0 10px 0 14px !important;
}
/*.tab-name-details a:before {
  content: "";
  background-image: url(../img/tab-detail.png);
  height: 24px;
  width: 6px;
  position: absolute;
  background-repeat: no-repeat;
}
.tab-name-details a:after {
  content: "";
  background-image: url(../img/tab-detail.png);
  transform: rotate(180deg);
  height: 24px;
  width: 6px;
  position: absolute;
  background-repeat: no-repeat;
}*/
.document-card {
  /*margin: 33px 24px;*/
  margin: 44px 24px;
}

@media (max-width: 900px) {
  .document-card {
    margin: 19px 17px;
  }
}

.map-selector {
  background: #00a76d;
  background: -moz-linear-gradient(
    180deg,
    rgba(0, 167, 109, 0.501838) 0%,
    rgba(0, 167, 109, 0.246936) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(0, 167, 109, 0.501838) 0%,
    rgba(0, 167, 109, 0.246936) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(0, 167, 109, 0.501838) 0%,
    rgba(0, 167, 109, 0.246936) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a76d",endColorstr="#00a76d",GradientType=1);
  border-radius: 34px;
  margin: auto;
  width: 100%;
  display: inline-block;
  padding: 8px;
}

.map-selector li {
  padding: 12px 10px;
  font-size: 18px;
  border-radius: 34px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  position: relative;
}

.map-selector li.active {
  background-color: #ffffff;
  z-index: 1;
}

.label {
  color: #836bb3;
}

.select {
  height: 3.5em;
  width: 100%;
  position: relative;
  background-color: #ffffff;
  transition: background-color 0.15s ease;
  border-radius: 5px;
  box-shadow: inset 0 0 0 1px #c0e9db;
}

.select:hover {
  box-shadow: inset 0 0 0 1px #00a76d;
}

.select .options {
  position: absolute;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.select .options .option {
  width: 100%;
  padding: 1em 1.5em;
  text-align: left;
  display: none;
  cursor: pointer;
}

.select .options .option.selected {
  display: block;
  font-weight: bold;
}

.select .options .option.hidden {
  color: #c0e9db;
  font-weight: normal;
}

.select .options .option:hover.hidden {
  color: #836bb3;
}

.select.opened {
  box-shadow: none;
}

.select.opened .options {
  z-index: 10;
  background-color: #ffffff;
  box-shadow: 0px 12px 24px 0px rgba(34, 0, 102, 0.3);
}

.select.opened .option {
  display: block;
}

.select.opened .option:hover {
  background-color: #ddd;
}

.select.opened .option.selected {
  font-weight: bold;
}

.select.opened .option.hidden {
  display: none;
}

.select.with-arrow:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 7px;
  transition: all 0.15s ease;
  background-image: url("../images/icons/arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
}

.select.with-arrow.opened:after {
  z-index: 11;
  transform: rotate(-180deg);
}

textarea.form-control {
  min-height: 208px;
  width: 100%;
  position: relative;
  background-color: #ffffff;
  transition: background-color 0.15s ease;
  border-radius: 5px;
  box-shadow: inset 0 0 0 1px #c0e9db !important;
  border: none !important;
  padding: 1em 1.5em !important;
  color: #836bb3;
}

textarea.form-control:hover,
textarea.form-control:focus,
textarea.form-control.focus {
  box-shadow: inset 0 0 0 1px #00a76d !important;
  color: #2b3740;
}

textarea.form-control.gray {
  height: 40px;
  background-color: #f6f6f6;
  box-shadow: none !important;
}

.extended {
  font-size: 0.8em;
  font-weight: 500;
}

input[type="checkbox"] + label {
  cursor: pointer;
}

input[type="checkbox"] + label:after {
  width: 24px !important;
  height: 24px !important;
}

input[type="checkbox"] + label:before {
  width: 24px !important;
  height: 24px !important;
  /*box-shadow: inset 0 0 0 1px #c0e9db !important;*/
  box-shadow: inset 0 0 0 1px #e7266b !important;
  cursor: pointer;
  background-color: #f6f6f6;
  border: none !important;
}

input[type="checkbox"] + label span {
  margin: 9px 0 0 16px;
  color: #836bb3;
  display: inline-block;
}

input[type="checkbox"] + label:hover:before {
  box-shadow: inset 0 0 0 1px #00a76d;
}

input[type="checkbox"] + label:hover span {
  color: #2b3740;
}

input[type="checkbox"]:checked + label span {
  color: #2b3740;
}

input[type="checkbox"]:checked + label:before {
  /*background-color: #00A76D !important;
  box-shadow: inset 0 0 0 1px #00A76D !important;*/
  background-color: #e7266b !important;
  box-shadow: inset 0 0 0 1px #e7266b !important;
}

input[type="radio"] + label {
  cursor: pointer;
}

input[type="radio"] + label:after {
  width: 30px !important;
  height: 30px !important;
}

input[type="radio"] + label:before {
  width: 30px !important;
  height: 30px !important;
  box-shadow: inset 0 0 0 1px #c0e9db !important;
  cursor: pointer;
  border-radius: 15px !important;
  border: none !important;
}

input[type="radio"] + label span {
  margin: 5px 0 0 16px;
  color: #836bb3;
  display: inline-block;
}

input[type="radio"] + label:hover:before {
  box-shadow: inset 0 0 0 1px #00a76d !important;
}

input[type="radio"] + label:hover span {
  color: #2b3740;
}

input[type="radio"]:checked + label span {
  color: #2b3740;
}

input[type="radio"]:checked + label:before {
  background-color: #00a76d !important;
  box-shadow: inset 0 0 0 1px #00a76d !important;
}

@media (max-width: 575px) {
  .green .content {
    padding: 20px 80px 20px 20px !important;
  }
  textarea.form-control {
    min-height: 140px;
  }

  .select {
    height: 3em !important;
  }

  .select .options .option {
    padding: 0.8em 1.2em;
  }

  input.form-control {
    height: 3em !important;
    padding: 0.8em 0.8em !important;
  }

  input.form-control.captcha {
    padding-left: 8em !important;
    margin-bottom: 0 !important;
  }

  input.form-control.captcha + img {
    width: 7em;
    position: absolute;
    height: 2.8em;
    margin-left: 1px;
    border-radius: 4px 0 0 4px;
    border-right: 1px solid #c0e9db;
    margin-top: -2.9em;
  }
}

.custom-control {
  padding-left: 24px;
}

.custom-control label {
  white-space: nowrap;
  text-indent: 8px;
}

.custom-control label:before,
.custom-control label:after {
  top: -1px !important;
}

.custom-control label span {
  margin: 0;
  text-indent: 0px;
  padding-left: 8px;
}

.large .custom-control label:before,
.large .custom-control label:after {
  top: 1px !important;
}

.left-side {
  padding-top: 0.5rem !important;
}

.left-side .red .drop {
  display: none;
}

.left-side hr {
  border-width: 1px;
  margin: 34px 0;
}

.left-side .options a.selected {
  /*color: #00A76D;*/
  color: #e7266b;
}

.row.justify-content-center.rows-graphic .col-lg-4 .text .blue,
.row.justify-content-center.rows-graphic .col-lg-4 .text .green {
  color: #e7266b;
}

/* @media (min-width: 769px) {
  .xs-select .option {
    display: inline-block;
    margin-bottom: 42px;
  }

  .xs-select .option.hidden {
    display: none;
  }
} */

@media (max-width: 768px) {
  .xs-select {
    margin-top: 1em;
    margin-bottom: 16px;
    height: 3.5em;
    width: 100%;
    position: relative;
    background-color: #00a76d;
    transition: background-color 0.15s ease;
    border-radius: 10px;
    box-shadow: 0 8px 8px rgba(0, 167, 106, 0.15);
  }

  .xs-select .options {
    position: absolute;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
  }

  .xs-select .options .option {
    width: 100%;
    padding: 1em 1.5em;
    padding-right: 50px;
    text-align: left;
    display: none;
    cursor: pointer;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
  }

  .xs-select .options .option:hover {
    color: #ffffff;
    text-decoration: none;
  }

  .xs-select .options .option:active {
    color: #ffffff;
    text-decoration: none;
  }

  .xs-select .options .option.selected {
    color: #ffffff;
    display: block;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    pointer-events: none;
  }

  .xs-select.opened {
    box-shadow: none;
  }

  .xs-select.opened .options {
    z-index: 10;
    background-color: #00a76d;
    box-shadow: 0 12px 24px 0 rgba(34, 0, 102, 0.3);
  }

  .xs-select.opened .option {
    display: block;
  }

  .xs-select.opened .option.selected {
    white-space: normal;
  }

  .xs-select.opened .option.hidden {
    display: none;
  }

  .xs-select.with-arrow:after {
    content: "";
    position: absolute;
    width: 25px;
    height: 16px;
    transition: all 0.15s ease;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAQCAYAAADj5tSrAAAABHNCSVQICAgIfAhkiAAAANNJREFUOE+d1G0RwjAMgOE3DpCABCSAEoYEFAEKmAOQgAQk4CBcR8uV0qzp8mO72615Lh+bEENVz8BdRMJ9cajqCrgCRxF5hEQSLhHYx8yHpVAEbsAGeAG7AEkBpAq6oQJIeT6Qqg7AqdIfN2QAIeVFRIbUrsVQC/jOJM6lG/IAP0gv5AX+EC/UA1SRFgSMQFrTfF+mIdc+sGnwtZjZuiewLs6YgFlJ9hewlsFVQXrJrMQJzVbgRmZm5AKa7cp7UszIDXQhWUVba4usJWrOxDrY8/wNxr52PqFLcA4AAAAASUVORK5CYII=);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto;
  }

  .xs-select.with-arrow.opened:after {
    z-index: 11;
    transform: rotate(-180deg);
  }
}

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

.ml-6 {
  margin-left: 5.5em !important;
}

.mr-6 {
  margin-right: 5.5em !important;
}

.mt-6 {
  margin-top: 5.5em !important;
}

.mb-6 {
  margin-bottom: 5.5em !important;
}

hr.mt-6 {
  margin-top: 4.3em !important;
}

hr.mb-5 {
  margin-bottom: 3.8em !important;
}

.size-2 {
  font-size: 1.15em;
}

@media (min-width: 992px) {
  .ml-lg-6 {
    margin-left: 5.5em !important;
  }

  .mr-lg-6 {
    margin-right: 5.5em !important;
  }

  .mt-lg-6 {
    margin-top: 5.5em !important;
  }

  .mb-lg-6 {
    margin-bottom: 5.5em !important;
  }
}

.w-90 {
  width: 90%;
}


h1 {
  color: #2B3740;
  font-size: 76px;
  line-height: 76px;
  margin-bottom: 1.2em;
  font-family: Libel Suit;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 400;
}

h1.payment {
  position: relative;
}

.h1-wrap {
  font-size: 56px;
  font-weight: bold;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  letter-spacing: -1px;
  display: flex;
}

.h1-wrap i {
  margin-right: 0.55em;
}

.h1-wrap i {
  display: none;
}

.h1-wrap i img {
  margin-bottom: -12px;
}

.h1-wrap h1 {
  /*color: #2B3740;*/
  /*font-size: 76px;*/
  /*line-height: 76px;*/
  margin-bottom: 0;
  /*!*width: 83%;*!*/
  margin-top: 17px;
  /*font-family: Libel Suit;*/
  /*text-transform: uppercase;*/
  /*letter-spacing: 0.1em;*/
  /*font-weight: 400;*/
}

.h1-wrap .desc {
  font-size: 14px;
  display: block;
  max-width: 450px;
  margin-top: 16px;
}

h2 {
  font-size: 2.2em;
  font-weight: bold;
  margin-top: 1.7em;
  margin-bottom: 1.7em;
}

h2.short {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

h3,
.table-title-text {
  margin-top: 0.7em;
  font-size: 1.99em;
  line-height: 1.37em;
}

h5 {
  font-size: 1.35em;
}

.big-icon-block {
  -ms-flex: 0 0 190px;
  flex: 0 0 190px;
  max-width: 190px;
  display: none !important;
}

.big-icon-block img {
  max-width: 100%;
}

.table-title {
  padding-top: 76px;
}

.table-title h3,
.table-title .table-title-text {
  min-height: 152px;
}

.breadcrumb {
  background: transparent;
  margin-top: 2.84em;
  position: absolute;
  z-index: 1;
  margin-left: 110px;
  margin-bottom: 0;
}

.breadcrumb .breadcrumb-item {
  padding-right: 0.5rem;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #00a76d;
}

.breadcrumb-wrap .breadcrumb {
  position: static;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
}

.breadcrumb-wrap .breadcrumb:empty {
  height: 31px;
}

.large {
  font-size: 1.28em;
}

.small {
  font-size: 0.85em;
}

.collapse-block {
  border-bottom: 1px solid transparent;
  margin-bottom: 32px;
  position: relative;
}

.collapse-block p {
  line-height: 1.6em;
}

.collapse-block:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #e7266b;
  height: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.collapse-block .opener {
  cursor: pointer;
  padding-right: 20px;
}

.collapse-block:before {
  pointer-events: none;
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  /*width: 14px;
  height: 9px;*/
  width: 23px;
  height: 25px;
  /*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAJBAMAAADwYwBaAAAAHlBMVEUAAAAAr3AAp2wAp2wAp20Ap2wApm0Ap2wApWoAp22jQj7tAAAACXRSTlMAENCgYMDvQDAmYcleAAAAO0lEQVQI12NoFWBgYGA2YIhUBNKW0xmEJgkwMM90YGDUVGSwnMLAABQQBnIZgAKZQC5IAMQFCagwIAAAbosIgjvWq5AAAAAASUVORK5CYII=);*/
  background-image: url(../img/down.png);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  filter: grayscale(0);
}

.collapse-block.row:after {
  left: 15px;
  right: 15px;
}

.collapse-block.row:before {
  right: 15px;
}

.collapse-block.show:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: grayscale(1);
}

.collapse-block ul {
  padding-left: 16px;
  margin-bottom: 28px;
}

.collapse-block ul ol {
  padding-left: 29px;
  margin-top: 7px;
}

.news-title-img {
  height: 376px;
}

.large > .large,
.large > .sm-large,
.sm-large > .large,
.sm-large > .sm-large {
  line-height: 1.2em;
}

@media (min-width: 992px) {
  .overflow-lg-visible {
    overflow: visible !important;
  }
}

@media (max-width: 992px) {
  h3,
  .table-title-text {
    font-size: 1.75em;
  }

  .table-title {
    padding-top: 50px;
  }

  .h1-wrap h1 {
    font-size: 40px;
  }

  .h1-wrap h1.w-90 {
    max-width: 704px;
  }

  .h1-wrap i img {
    margin-bottom: 3px;
  }
}

@media (min-width: 768px) {
  .position-md-absolute {
    position: absolute;
  }

  .justify-md-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}

@media (max-width: 768px) {
  .breadcrumb {
    position: relative;
    margin-top: 30px;
    margin-left: 0;
  }

  .h1-wrap {
    margin-top: 0.65em;
    margin-bottom: 1.5rem;
  }

  .h1-wrap h1 {
    font-size: 30px;
  }

  .h1-wrap h1.w-90 {
    max-width: 515px;
  }

  .h1-wrap i img {
    margin-bottom: 3px;
  }

  .big-icon-block {
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
    max-width: 140px;
  }

  .table-title {
    padding-top: 30px;
  }

  .table-title h3,
  .table-title .table-title-text {
    min-height: 0;
    font-size: 1.25em;
    line-height: 1.5;
  }

  .sm-img-wrap img {
    max-width: 100%;
  }

  .news-title-img {
    height: 244px;
  }
}

@media (min-width: 576px) {
  .sm-large {
    font-size: 1.28em;
  }

  .sm-size-2 {
    font-size: 1.15em;
  }

  .justify-sm-content-around {
    -ms-flex-pack: space-around !important;
    justify-content: space-around !important;
  }

  .justify-sm-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .overflow-sm-visible {
    overflow: visible !important;
  }
}

@media (max-width: 575px) {
  h1 {
    font-size: 2em;
  }

  .h1-wrap {
    margin-bottom: 30px;
  }

  .h1-wrap h1 {
    font-size: 28px;
  }

  .h1-wrap i {
    display: none;
  }

  .card.green .content {
    padding: 20px;
  }

  .card.green .more {
    margin-bottom: 0;
  }

  .page-updated {
    font-size: 14px;
  }

  .big-icon-block {
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
    padding-right: 0;
  }

  .breadcrumb-wrap .breadcrumb:empty {
    height: 0;
    margin-top: 15px;
  }

  .collapse-block.row .col.flex-grow-0 {
    padding-right: 0;
  }

  .collapse-block.row ul.numeric {
    padding-left: 0;
  }

  .collapse-block.row ol.xs-pl-0 {
    padding-left: 0;
  }

  .xs-pr-0 {
    padding-right: 0px;
  }

  .xs-img-fit img {
    width: 78px;
  }

  h2 {
    font-size: 24px;
  }

  .news-title-img {
    height: 201px;
  }

  .news-content-img img {
    max-height: 151px;
  }

  .m-15 {
    margin: 0 -15px;
  }
}

@media (max-width: 430px) {
  h1.long {
    font-size: 2.2em;
  }

  h3,
  .table-title-text {
    font-size: 1.15em;
  }
}

.form-invalid {
  color: #dc3545;
  font-size: 90%;
  margin-top: -19px;
  margin-bottom: 11px;
  text-align: center;
}

.form-sent {
  font-size: 80%;
  color: #28a745;
  margin-top: 0.25rem;
}

.insuranceModal {
  padding-right: 0 !important;
}

.insuranceModal .modal-dialog {
  max-width: 800px;
}

.insuranceModal .modal-dialog .modal-content {
  margin-bottom: 20px;
}

.insuranceModal .small {
  font-size: 13px;
}

.insuranceModal table {
  border-collapse: separate;
  margin: -8px -10px 0 -8px;
}

.insuranceModal table td.bg-gray {
  background-color: #f6f6f6;
  vertical-align: top;
}

.bg-green {
  background-color: #00a76d;
}

.bg-blue {
  background-color: #095d9c;
}
.row.flex-column .col {
  -ms-flex-preferred-size: auto !important;
  flex-basis: auto !important;
}
.document-card .flex-grow-0 {
  -ms-flex-preferred-size: 38px !important;
  flex-basis: 38px !important;
}

.h-store-icon.flex-grow-0 {
  -ms-flex-preferred-size: 60px !important;
  flex-basis: 60px !important;
}
.h-map-icon.flex-grow-0 {
  -ms-flex-preferred-size: 60px !important;
  flex-basis: 60px !important;
}
.document-licence-preview {
  -ms-flex-grow: 0;
  flex-grow: 0;
  -ms-flex-preferred-size: 246px !important;
  flex-basis: 246px !important;
}
.green-drupal {
  width: 92px;
  height: 92px;
  border: 3px solid #00975f;
  border-radius: 0 100px 100px;
  display: flex;
  align-items: center;
  padding-bottom: 12px;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}
.green-drupal-text {
  width: 100%;
}

.ZingayaWidget {
  display: none;
}

.ZingayaLink:before {
  display: none !important;
}

.collapse-block table {
  width: 100% !important;
  border: 0;
}
.collapse-block table th,
.collapse-block table td {
  border: 2px solid #cce0ee !important;
}
.collapse-block table td {
  padding: 8px;
  background-color: #fff;
}
.collapse-block table td:only-child {
  color: #fff;
  /*background: #2fbb60;*/
}
.collapse-block table td:only-child b {
}
.collapse-block table td p {
  line-height: 1.4;
}
.collapse-block table td p:last-child,
.collapse-block table td p:only-child {
  margin-bottom: 0;
}

@media (max-width: 430px) {
  .collapse-block table td p {
    font-size: 13px;
  }
}
ol.map-level-0 {
  padding-left: 0;
}
ol.map-level-0 > li {
  margin-bottom: 3.5rem;
  list-style: none !important;
}
ol.map-level-0 > li > a {
  margin-bottom: 0.5rem;
  display: inline-block;
  font-weight: bold;
}

@media (min-width: 880px) {
  .d-880-block {
    display: block !important;
  }
}

/* 24.03.2021 begin */
ul.new_styled {
  list-style: none;
}
ul.new_styled li {
  position: relative;
  padding: 3px 0 3px 13px;
}
ul.new_styled li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #e7266b;
  border-radius: 50%;
  position: absolute;
  top: 11px;
  left: 0;
}
/* 24.03.2021 end */

 .main-promo
 {
   /*width: 100%;*/
   /*display: flex;*/
   /*justify-content: center;*/
   /*align-items: center;*/
   /*margin-bottom: -163px;*/
   /*margin-top: 105px;*/
   /*z-index: 1000;*/
   /*position: relative;*/
 }
.main-promo .dop-promo
{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  max-width: 1240px;
  position: relative;
}
.main-promo .dop-promo button
{
  color: #3069B2;
  font-family: 'Lab Grotesque', serif;
  font-size: 20px;
  padding: 13px 22px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-weight: 500;
  margin-right: 10px;
  border: none;
}
.main-promo .dop-promo input
{
  border: none;
  margin-right: 12px;
  width: 226px;
  height: 56px;
  border-radius: 7px;
  color: #98A2BF; /* Цвет текста по умолчанию */
  font-size: 18px;
  text-align: center;
}
.main-promo .dop-promo input:valid
{
  color: #3069B2;
}
.main-promo .dop-promo .promo-error
{
  position: absolute;
  bottom: -45px;
  left: 0;
  color: #fff;
}
.calc-block__top-title {
  display: flex;
  justify-content: space-between;
  opacity: 1 !important;
}
@media only screen and (max-width: 768px) {

}
@media only screen and (max-width: 1070px) {
  .main-promo {
    width: 100% !important;
  }
  .main-promo .dop-promo > input {
    width: 100%;
  }
  .main-promo .dop-promo > button {
    width: 100% !important;
  }
  .calc-block__top-title {
    flex-direction: column;
  }
  .main-promo {
    margin-top: 5px;
  }

  .main-promo .dop-promo {
    flex-direction: column;
    align-items: unset;
  }

  .main-promo .dop-promo > input {
    margin-right: unset;
    margin-bottom: 5px;
  }

  .main-promo .dop-promo button {
    margin-right: unset;
    width: 226px;
  }
}

div.main-promo div.dop-promo input::placeholder {
  /*text-transform: uppercase;*/
  color: #3069B2;
}
div.main-promo div.dop-promo input {
  font-family: "Lab Grotesque";
}