.wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.underline {
  text-decoration: underline;
}
a {
  color: #000;
  font-family: Verdana, Geneva, sans-serif;
  text-decoration: underline;
}
.text {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
}
.bold {
  font-weight: 700;
}
.header-link {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.main-header .wrapper {
  padding: 0 1.5rem;
  min-height: 107px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.header-bg {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.header-bg:after {
  background-color: rgba(0, 191, 179, 0.25);
  content: "";
  display: block;
  height: 100%;
  left: -1rem;
  position: absolute;
  top: 0;
  -webkit-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  transform: skew(-20deg);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  width: 79vw;
}
.main-header {
  overflow: hidden;
}
.main-header-logo {
  height: 56px;
  width: auto;
}
.header-text {
  font-size: 22px;
  color: #004851;
}
.nav {
  background: #004851;
}
.nav.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}
button.nav-list-link .btn-arrow {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
button.nav-list-link.active:before {
  content: " ";
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  bottom: 0;
  background: #00bfb3;
}
button.nav-list-link.active .btn-arrow {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sub-menu {
  background-color: #bfd1d3;
  left: 1.5rem;
  position: absolute;
  top: 4rem;
  width: calc(100% - 3rem);
  z-index: 9000;
  overflow: hidden;
}
.sub-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  max-width: 50%;
}
.sub-list li {
  padding: 0.55rem 2rem;
}
.sub-list li a {
  font-size: 0.8125rem;
  color: #004851;
  text-decoration: none;
  -webkit-transition: color 0.1s linear;
  transition: color 0.1s linear;
  cursor: pointer;
  font-weight: 400;
  line-height: 19px;
  font-family: Lato, sans-serif;
}
.sub-list li a:hover {
  text-decoration: underline;
}
.nav-wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1.5rem;
  position: relative;
}
.nav-wrapper.mob {
  display: none !important;
}
.nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav-list-link {
  padding: 20px 0;
  text-decoration: none;
  font-weight: 400;
  color: #fff;
  position: relative;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: 0 0;
  line-height: 24px;
}
.nav-list-link span {
  margin-right: 8px;
}
.nav-list-link:hover:before {
  content: " ";
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  bottom: 0;
  background: #00bfb3;
}
.home-icon {
  margin-right: 8px;
}
.sticky .mob-list-wrapper {
  top: 64px;
}
@media screen and (max-width: 1024px) {
  .nav-wrapper {
    display: none !important;
  }
  .nav-wrapper.mob {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .burger-btn {
    background: 0 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
  }
  .burger-btn .burger-icon-close {
    display: none;
  }
  .burger-btn.active .burger-icon {
    display: none;
  }
  .burger-btn.active .burger-icon-close {
    display: inline-block;
  }
  .mob-list-wrapper {
    position: fixed;
    display: none;
    width: 100vw;
    height: 100vh;
    background: #bfd1d3;
    z-index: 999;
    left: 0;
    top: 118px;
    right: 0;
    bottom: 0;
  }
  .mob-nav-list-link {
    border: none;
    color: #004851;
    display: inline-block;
    font-size: 14px;
    position: relative;
    padding: 0.75rem 1rem;
    text-decoration: none;
    line-height: 21px;
  }
  button.mob-nav-list-link {
    background: 0 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  button.mob-nav-list-link span {
    color: #004851;
    display: inline-block;
    font-size: 15px;
    position: relative;
  }
  .mob-sub-menu {
    width: 100%;
    background: #f7f7f7;
  }
  .mob-sub-item a {
    border: none;
    color: #004851;
    display: inline-block;
    font-size: 14px;
    position: relative;
    padding: 0.5rem 1rem;
    text-decoration: none;
    line-height: 21px;
  }
  .mob-nav-list-link .btn-arrow.rotate {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}
input[type="radio"] {
  border: 2px solid #000;
  height: 20px;
  opacity: 0;
  width: 20px;
  left: 0;
  top: 0;
  border-radius: 50%;
  background: #fff;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  z-index: 0;
  position: absolute;
}
input[type="radio"]:checked ~ .check-t {
  width: 14px;
  height: 14px;
  position: absolute;
  z-index: 5;
  background: rgba(0, 72, 81, 0.75);
  left: 5px;
  top: 7px;
  border-radius: 50%;
}
input[type="radio"]:checked ~ .check-bg {
  border: 2px solid rgba(0, 72, 81, 0.75);
}
.check-bg {
  border: 2px solid #000;
  height: 24px;
  width: 24px;
  position: relative;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  z-index: 3;
  margin-right: 16px;
}
.radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
.radio label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.search-form {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 24px 0;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.search-input {
  border: 2px solid #000;
  background: #fff;
  padding: 0.5rem;
  width: 780px;
}
.inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.inputs .btn {
  margin-top: 23px;
}
.inputs > label {
  margin-bottom: 6px;
  font-weight: 400;
}
.h1-title {
  font-size: 2.25rem;
  line-height: 1.33333;
  font-weight: 700;
  font-family: Verdana, Geneva, sans-serif;
}
.h3-title {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 16px;
}
.information-title {
  gap: 12px;
  margin-bottom: 32px;
}
.information-text {
  margin-left: 45px;
}
.information-text .text {
  width: 42%;
  line-height: 24px;
  padding-left: 14px;
  margin-bottom: 24px;
  position: relative;
}
.information-text .text:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #00bfb3;
}
.information-text .text:last-child {
  margin-bottom: 0;
}
.btn {
  text-decoration: none;
  padding: 0.5rem 1rem;
  line-height: 36px;
  display: inline-block;
  width: auto;
  font-weight: 400;
  font-size: 16px;
}
.btn.btn-main {
  background: rgba(0, 72, 81, 0.75);
  padding: 0.5rem 1rem;
  color: #fff;
  display: inline-block;
  width: auto;
}
.btn.btn-main:hover {
  background: #004851;
  border-color: #004851;
  color: #fff;
}
.btn.btn-bordered {
  background: #fff;
  color: #000;
  line-height: 24px;
  border: 2px solid rgba(0, 72, 81, 0.75);
}
.btn.btn-bordered:hover {
  background: #004851;
  border-color: #004851;
  color: #fff;
}
.btn.btn-bordered:hover path {
  fill: #fff;
}
.print-icon {
  position: relative;
  top: 0;
  margin-left: 0;
}
.btn-print .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.information-block {
  padding: 1.5rem;
  background: rgba(0, 127, 174, 0.25);
}
.warning-block {
  padding: 1rem;
  margin: 16px 0;
  background: rgba(255, 199, 44, 0.25);
}
.warning-icon {
  width: 24px;
  position: relative;
  top: 7px;
  margin-right: 10px;
}
.btn-print {
  margin: 24px 0;
}
.content-wrapper {
  gap: 32px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#content-bottom {
  height: 1px;
  width: 100%;
}
.sidebar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 400px;
  flex: 0 0 400px;
}
.content {
  width: 100%;
}
.h2-title.border {
  border-top: 4px solid #000;
  width: 100%;
  font-size: 36px;
  font-weight: 700;
  font-family: Verdana, Geneva, sans-serif;
  line-height: 45px;
  margin-bottom: 24px;
}
.accordion-title {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #004851;
  color: #fff;
  padding: 1rem;
}
.accordion-title .h3-title {
  font-size: 22px;
  font-weight: 700;
  font-family: Verdana, Geneva, sans-serif;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  max-width: 69%;
}
.acc-list-item {
  margin-bottom: 24px;
}
.acc-title {
  font-size: 22px;
  font-weight: 700;
  font-family: Verdana, Geneva, sans-serif;
  margin-bottom: 1rem;
}
.acc-title:hover {
  text-decoration: underline;
  cursor: pointer;
}
.acc-title-text {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  line-height: 24px;
  padding-bottom: 1rem;
}
.acc-title-text:before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 4px;
  background: #fff;
}
.arrow {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.arrow.rotate {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.arrow-menu {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.arrow-menu.rotate {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.accordion-content {
  padding: 16px 0;
  width: 100%;
  display: none;
}
.accordion-content.active {
  display: block;
}
.reg-info-link {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
}
.company-reg-block {
  padding: 1rem;
  gap: 40px;
  margin: 24px 0;
  width: 100%;
}
.grey {
  background: rgba(0, 0, 0, 0.05);
}
.info-text {
  font-size: 16px;
}
.info-text .bold {
  font-weight: 700;
  font-family: Verdana, Geneva, sans-serif;
}
.mt-24 {
  margin-top: 24px;
}
.company-info {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.company-info .h4-title {
  font-size: 24px;
  font-weight: 700;
  font-family: Verdana, Geneva, sans-serif;
  margin-bottom: 16px;
  margin-top: 24px;
  max-width: 80%;
  line-height: 32px;
  position: relative;
  width: 100%;
}
.company-info .h4-title:after {
  background-color: #000;
  content: "";
  display: block;
  height: 4px;
  margin-top: 1rem;
  width: 80px;
}
.company-info .h5-title {
  font-size: 24px;
  font-weight: 700;
  font-family: Verdana, Geneva, sans-serif;
  margin-bottom: 16px;
  margin-top: 24px;
  max-width: 90%;
  line-height: 32px;
  position: relative;
}
.company-grid {
  width: 50%;
}
.company-block {
  margin-top: 24px;
}
.company-block a {
  font-family: Verdana, Geneva, sans-serif;
  color: rgba(0, 0, 0, 0.75);
}
.company-columns {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.company-columns .company-block {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}
.adress-list {
  display: block;
  width: 100%;
  margin: 24px 0;
  padding: 0 0 0 45px;
  list-style-type: disc;
}
.adress-list li {
  list-style-type: disc;
  font-size: 15px;
}
.company-warning-info {
  position: relative;
  padding: 2rem 1rem 1rem 6rem;
  margin: 16px 0;
  background: rgba(255, 199, 44, 0.25);
}
.company-warning-info .text:not(.bold) {
  margin-bottom: 1rem;
}
.warning-svg {
  position: absolute;
  top: 16px;
  left: 24px;
}
.icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  height: 24px;
  margin-right: 24px;
}
.act-acc-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.act-acc-title {
  padding: 0.75rem 1rem 0.75rem 1.5rem;
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.limitation-title {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1.25rem 1.25rem 1.25rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.limitation-title .h3-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.limitation-title .h3-title.column {
  gap: 12px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.btn-container {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.activities-btn {
  margin: 32px 0;
}
.act-content {
  padding: 0;
}
.act-title,
.limitation-text {
  font-weight: 700;
  font-family: Verdana, Geneva, sans-serif;
}
.act-title:hover,
.limitation-text:hover {
  text-decoration: underline;
  cursor: pointer;
}
.act-list-item {
  margin-bottom: 12px;
}
.act-acc-title .act-arrow {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.act-acc-title .act-arrow.rotate {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.limitation-label {
  background-color: #003c71;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 0.5rem;
  text-transform: uppercase;
  font-weight: 500;
  font-family: Montserrat, sans-serif;
}
.limitation-content {
  padding: 2rem 4rem;
  background: #f2f2f2;
}
.limitation-list-item {
  margin: 16px 0;
}
.limitation-list-item .h3-title {
  max-width: 65%;
}
.limitation-info {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  gap: 80px;
}
.limitation-info .company-info {
  width: 100%;
}
.activities-btn {
  background-color: transparent;
  border: 2px solid rgba(0, 72, 81, 0.75);
  color: #000;
  padding: 0.75rem;
}
.activities-btn:hover {
  background: #004851;
  color: #fff;
}
.country-block {
  margin: 24px 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  padding: 2rem 1.5rem;
  gap: 16px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}
select {
  font-size: 18px;
  font-weight: 500;
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0.75);
  border-radius: 0;
  padding: 0 2.5rem 0 1rem;
  width: 50%;
  text-transform: uppercase;
  background-image: url(../images/imgklb6e9shkdgpckmyie85uvxc6bj8tg.svg);
  background-position: 95% center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none !important;
}
select::-ms-expand {
  display: none;
}
select:focus {
  outline: 3px solid #ffc72c;
}
.menu-wrapper {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 12px;
}
.menu-list-item {
  width: 100%;
}
.menu-list-item-title {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem;
  position: relative;
}
.menu-list-item-title:before {
  background-color: #000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0.25rem;
}
.menu-list-item-title .text {
  font-weight: 500;
  font-size: 15px;
  text-decoration: none;
}
.menu-list-item-title .text:hover {
  text-decoration: underline;
}
.menu-list-item-title.active .text {
  font-weight: 700;
}
.menu-list-item-content {
  gap: 12px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  font-weight: 500;
  padding-left: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu-list-item-content a {
  font-weight: 500;
  font-size: 15px;
  text-decoration: underline;
}
.menu-list-item-content a:hover {
  text-decoration: underline;
}
.menu-link {
  text-decoration: none;
  width: 100%;
  display: block;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 15px;
  position: relative;
}
.menu-link:before {
  background-color: #000;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0.25rem;
}
.menu-link.active {
  font-weight: 700;
}
.menu-link:hover {
  text-decoration: underline;
}
.sticky-block {
  position: sticky;
  top: 0;
  display: block;
}
.sticky-block.fixed {
  position: sticky;
  top: 80px;
  left: auto;
  z-index: 1;
}
.info-popup {
  background-color: #003c71;
  color: #fff;
  padding: 8px;
  gap: 15px;
  width: 300px;
  position: absolute;
  z-index: 5;
  display: none;
}
.info-popup.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.info-popup .text {
  line-height: 21px;
  font-family: Verdana, Arial, sans-serif;
}
.info-popup.popup-1 {
  top: 35px;
  left: 133px;
}
.info-popup.popup-1:after {
  content: " ";
  position: absolute;
  top: -5px;
  left: 10px;
  margin-left: -5px;
  width: 0;
  border-bottom: 5px solid #003c71;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  font-size: 0;
  line-height: 0;
}
.info-popup.popup-2 {
  top: 35px;
  right: -3px;
}
.info-popup.popup-2:after {
  content: " ";
  position: absolute;
  top: -5px;
  right: 10px;
  margin-left: -5px;
  width: 0;
  border-bottom: 5px solid #003c71;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  font-size: 0;
  line-height: 0;
}
.popup-btn {
  background: 0 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.footer {
  position: relative;
  z-index: 10;
  background: #fff;
}
.footer:after {
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.05);
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: -6px;
  width: 100%;
}
.title-img {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 4px;
  cursor: pointer;
}
.title-img.info-img-1 {
  left: 131px;
}
.menu-title {
  font-family: verdana, geneva, sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}
.footer-line {
  background: #000;
  color: #fff;
  padding: 24px 0;
}
.footer-line .number {
  margin-top: 1rem;
}
.nav__link--active,
.nav__link--active .menu-list-item-title .text,
.nav__link--active > a {
  font-weight: 700 !important;
  position: relative;
  font-family: Verdana, Geneva, sans-serif;
}
.nav__link--active .menu-list-item-title .text:before,
.nav__link--active:before,
.nav__link--active > a:before {
  background-color: #106f7c;
}
.nav__link--active .menu-list-item-title:before {
  background-color: #106f7c;
}
.footer-pra {
  gap: 24px;
  padding: 2rem 1rem;
}
.footer-pra-logo {
  width: 290px;
  height: auto;
  vertical-align: middle;
}
.pra-info {
  max-width: 510px;
}
.pra-icon {
  vertical-align: text-bottom;
}
.footer-links {
  background: #701b45;
  width: 100%;
  padding: 32px 0;
  position: relative;
  z-index: 10;
}
.footer-links .h2-title {
  color: #fff;
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 17px;
}
.col-links {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.footer-list {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 1rem;
}
.footer-list-items a {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
  display: inline-block;
  cursor: pointer;
}
.hr {
  background-color: rgba(255, 88, 93, 0.25);
  border: none;
  height: 1px;
  margin: 1rem 0 2rem;
  width: 100%;
}
.table-head {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  background-color: rgba(0, 72, 81, 0.25);
  color: rgba(0, 0, 0, 0.75);
  font-weight: 400;
}
.table-head .head-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  text-align: left;
  padding: 1rem;
  min-height: 90px;
  position: relative;
  font-size: 15px;
  font-family: Lato, sans-serif;
  line-height: 19px;
}
.table-icons {
  background-color: rgba(0, 72, 81, 0.25);
  color: rgba(0, 0, 0, 0.75);
  font-weight: 400;
  border-top: 2px solid #fff;
}
.table-icons .head-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  text-align: left;
  padding: 0 1rem;
}
.table-icons img {
  width: 24px;
  height: 24px;
  display: block;
}
.table-names {
  width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}
.table-names .table-head .head-col {
  width: auto;
}
.table-names .table-head .head-col.date,
.table-names .table-head .head-col.names {
  width: 25%;
  text-align: left;
}
.table-names .table-icons {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.table-names .table-icons .head-col {
  width: auto;
}
.table-names .table-icons .head-col.date,
.table-names .table-icons .head-col.names {
  width: 25%;
  text-align: left;
}
.table-names .table-body {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.table-names .table-body .head-col {
  width: 22%;
  text-align: left;
}
.table-names .table-body .head-col.date,
.table-names .table-body .head-col.names {
  width: 22%;
  text-align: left;
}
.table-body {
  font-size: 0.875rem;
  line-height: 1.42857;
  background-color: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.75);
  padding: 1rem;
  margin: 0 auto;
  text-align: center;
}
.protected {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  padding: 1rem;
  font-weight: 700;
  background: rgba(255, 199, 44, 0.25);
}
.table-previous .head-col {
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .blue-block-number .wrapper {
    padding: 0;
  }
  .sticky-block.fixed {
    left: 2%;
    width: 300px;
  }
  .search-input {
    width: 535px;
  }
  .sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    display: none;
  }
  .company-info .h5-title {
    max-width: 100%;
  }
  .nav-wrapper {
    display: none;
  }
  .nav-wrapper.mob {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media screen and (max-width: 768px) {
  .search-input {
    width: auto;
  }
  .company-grid {
    width: 100%;
  }
  .information-text .text {
    width: 100%;
  }
  .header-bg {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: auto;
  }
  .header-text {
    font-size: 14px;
  }
  .main-header .wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 55px;
  }
  .header-link {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .main-header-logo {
    height: 35px;
  }
  .search-block {
    display: none;
  }
  .limitation-info {
    gap: 30px;
  }
  .warning-svg {
    display: none;
  }
  .company-warning-info {
    padding: 1.5rem;
  }
  .btn-print {
    display: none;
  }
  .accordion-title .h3-title {
    max-width: 100%;
  }
  .accordion-title {
    gap: 15px;
  }
}
@media screen and (max-width: 520px) {
  .header-text {
    font-size: 12px;
  }
  .table-names .table-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 15px;
  }
  .table-names .table-body .head-col.date,
  .table-names .table-body .head-col.names {
    width: 100%;
  }
  select {
    width: 100%;
  }
  .limitation-content {
    padding: 1.5rem;
  }
  .company-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .footer-pra {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .footer-wrapper.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  .table-head,
  .table-icons {
    display: none !important;
  }
}
