@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;

400;500;700;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Exo+2:wght@300;400;500;600;900&display=swap);* {
  margin: 0;
  padding: 0;
  font-size: 1rem;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  box-sizing: border-box;
  font-size: 16px;
  -ms-overflow-style: scrollbar;
  -webkit-appearance: none !important;
}

html.accessibility-size.large-1 {
  font-size: 18px;
}

html.accessibility-size.large-2 {
  font-size: 20px;
}

html.accessibility-size.large-3 {
  font-size: 22px;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: "Exo 2", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  text-align: left;
  background-color: white;
  position: relative;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

b,
strong {
  font: inherit;
  font-weight: 600;
}

a {
  color: #1e4dba;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #255fe5;
  text-decoration: none;
  cursor: pointer;
}

a:focus {
  outline: 3px solid transparent;
  color: #161616;
  background-color: #ffdf17;
  box-shadow: 0 0 #ffdf17, 0 4px #161616;
  -webkit-box-shadow: 0 0 #ffdf17, 0 4px #161616;
  text-decoration: none;
  border-radius: 0;
}

a:focus img {
  filter: brightness(0%);
}

a:focus span {
  color: #161616;
}

a:focus h1 {
  color: #161616;
}

a:active {
  background: initial;
  box-shadow: none;
  -webkit-appearance: none;
}

a:active img {
  filter: none;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
  display: block;
  max-width: 100%;
  height: auto;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

button {
  border-radius: 0;
  border: none;
  background: none;
}

button:focus {
  outline: 3px solid transparent;
  color: #161616;
  background-color: #ffdf17;
  box-shadow: 0 0 #ffdf17, 0 4px #161616;
  -webkit-box-shadow: 0 0 #ffdf17, 0 4px #161616;
  text-decoration: none;
  border-radius: 0;
}

button:focus img {
  filter: brightness(0%);
}

button:focus span,
button:focus h3 {
  color: #161616;
}

button:active {
  background: initial;
  box-shadow: none;
  -webkit-appearance: none;
}

button:active img {
  filter: none;
}

button:focus {
  outline: none;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
  outline: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

li {
  list-style-type: none;
}

input:focus,
textarea:focus {
  border-color: #1e4dba;
  outline: none;
  box-shadow: 0 0 3px #1e4dba;
  -webkit-box-shadow: 0 0 3px #1e4dba;
  border-radius: 4px;
}

input:active,
textarea:active {
  outline: none;
}

p {
  margin-bottom: 16px;
}

p a {
  text-decoration: underline;
  color: #1e4dba;
}

p a img {
  transition: 0.3s;
}

p a:hover {
  text-decoration: none;
  color: #255fe5;
}

p a:focus img {
  filter: none;
  transform: scale(1.1);
}

pre {
  white-space: break-spaces;
}

table td a {
  text-decoration: underline;
  color: #1e4dba;
}

table td a:hover {
  text-decoration: none;
  color: #255fe5;
}

.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  margin: 16px 0;
}

iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

h1 {
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 600;
}

@media screen and (min-width: 992px) {
  h1 {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}

h2 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 600;
}

@media screen and (min-width: 992px) {
  h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

h3 {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 600;
}

@media screen and (min-width: 992px) {
  h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

h4,
h5,
h6 {
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 600;
}

@media screen and (min-width: 992px) {
  h4,
  h5,
  h6 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

.text-align-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

html.contrastColors {
  filter: grayscale(1) contrast(1.5);
}

html.contrastColors .accessibility-panel-settings__filter-icon-box:focus,
html.contrastColors .accessibility-panel-settings__icon-box:focus {
  background: #292929;
  outline: 3px dashed #fff;
  outline-style: auto;
}

html.contrastColors .accessibility-panel-settings__filter-icon-box:focus img,
html.contrastColors .accessibility-panel-settings__icon-box:focus img {
  filter: none;
}

html.contrastColors .input-with-button__input {
  border-color: #393939;
  box-shadow: 0 0 3px #393939;
}

html.contrastColors .main-page-tag__item {
  background: #393939;
  color: #fff;
  transition: 0.3s;
}

html.contrastColors .main-page-tag__item:hover {
  opacity: 0.5;
}

html.contrastColors .main-page-tag__link:focus {
  opacity: 0.5;
}

html.contrastColors .section-accessibility-panel {
  background: #6f6f6f;
}

html.contrastColors .tile {
  background: #a8a8a8;
  border-color: #8d8d8d;
  transition: 0.3s;
}

html.contrastColors .tile:hover {
  border-color: #161616;
}

html.contrastColors .swiper-button-prev,
html.contrastColors .swiper-button-next,
html.contrastColors .swiper-button-stop,
html.contrastColors .swiper-button-play {
  background: #a8a8a8;
  transition: 0.3s;
}

html.contrastColors .swiper-button-prev:hover,
html.contrastColors .swiper-button-prev:focus,
html.contrastColors .swiper-button-next:hover,
html.contrastColors .swiper-button-next:focus,
html.contrastColors .swiper-button-stop:hover,
html.contrastColors .swiper-button-stop:focus,
html.contrastColors .swiper-button-play:hover,
html.contrastColors .swiper-button-play:focus {
  background: #6f6f6f;
}

html.contrastColors .card:focus,
html.contrastColors .card:hover {
  border: 3px dashed #1e4dba;
  padding: 9px;
  border-radius: 8px;
}

html.contrastColors .collection {
  border: 3px solid #a8a8a8;
  padding: 16px 13px;
  border-radius: 8px;
  color: #161616;
  transition: 0.3s;
}

html.contrastColors .collection:hover,
html.contrastColors .collection:focus {
  background: #a8a8a8;
  box-shadow: none;
  outline: none;
}

html.contrastColors .feedback,
html.contrastColors .feedback-box__question,
html.contrastColors .feedback-box__advice {
  background: #a8a8a8;
}

html.contrastColors .vertical-nav__box,
html.contrastColors .team-item {
  background: #a8a8a8;
}

html.contrastColors .team-item__info-header-title,
html.contrastColors .team-item__info-link,
html.contrastColors .team-member-header__info-link {
  transition: 0.3s;
}

html.contrastColors .team-item__info-header-title:hover,
html.contrastColors .team-item__info-link:hover,
html.contrastColors .team-member-header__info-link:hover {
  outline: 3px solid transparent;
  color: #161616;
  background-color: #ffdf17;
  box-shadow: 0 0 #ffdf17, 0 4px #161616;
  -webkit-box-shadow: 0 0 #ffdf17, 0 4px #161616;
  text-decoration: none;
  border-radius: 0;
}

html.contrastColors .info-card-list,
html.contrastColors .info-card-list__card {
  background: #a8a8a8;
}

html.contrastColors .custom-select__input {
  background: #a8a8a8;
}

html.contrastColors .section-articles__selects .input-select__selected {
  background: #a8a8a8;
}

html.contrastColors .the-datepicker__header,
html.contrastColors .the-datepicker__main {
  background: #8d8d8d;
}

html.contrastColors .date-picker-x.active {
  border: 2px solid #161616;
}

html.contrastColors .date-picker-x::before {
  border-color: black transparent;
}

html.contrastColors .dpx-title-box {
  border-color: #161616;
}

html.contrastColors .dpx-item:focus,
html.contrastColors .dpx-title:focus,
html.contrastColors .dpx-next:focus,
html.contrastColors .dpx-prev:focus {
  box-shadow: inset 0 0 0 2px #2e63dd, inset 0 0 0 4px #fff;
}

html.contrastColors .dpx-out {
  color: #161616;
  opacity: 0.7;
}

html.contrastColors .desktop-main-menu__item {
  transition: 0.3s;
}

html.contrastColors .desktop-main-menu__item:hover {
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  background-color: #fff;
  border-radius: 2px;
}

html.contrastColors .desktop-main-menu__item:hover .desktop-main-menu__item-button {
  filter: brightness(0%);
}

html.contrastColors .desktop-main-menu__item:hover .desktop-main-menu__item-title {
  color: #161616;
}

html.contrastColors .list__item-link {
  transition: 0.3s;
}

html.contrastColors .list__item-link:hover {
  background: #292929;
  color: #fff;
}

html.contrastColors .info__card {
  border: 2px solid #a8a8a8;
  padding: 14px;
}

html.contrastColors .input-select__item-link {
  transition: 0.3s;
}

html.contrastColors .input-select__item-link:hover {
  border: 3px dotted #1e4dba;
  border-radius: 8px;
  padding: 1px;
  box-shadow: none;
  outline: none;
  background: initial;
  color: #1e4dba;
}

html.contrastColors .header-banner__logo {
  transition: 0.3s;
}

html.contrastColors .header-banner__logo:hover {
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  background-color: #fff;
  border-radius: 2px;
}

html.contrastColors .header-banner__logo:hover .header-banner__logo-img {
  filter: brightness(0%);
}

html.contrastColors .header-banner__logo:hover .header-banner__logo-title {
  color: #161616;
}

html.contrastColors .accordion__header:hover,
html.contrastColors .accordion__header:focus,
html.contrastColors .accordion__header:active {
  outline: 3px solid #161616;
}

body {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  font-family: #fff;
  font-size: 1rem;
}

main {
  flex: 1 0 auto;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .container {
    width: 768px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 992px) {
  .container {
    width: 992px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    width: 1200px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1400px) {
  .container {
    width: 1400px;
    margin: 0 auto;
  }
}

.container-left-right-gradient {
  position: relative;
}

@media screen and (min-width: 992px) {
  .container-left-right-gradient:before,
  .container-left-right-gradient:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(14%, #fff), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(left, #fff 0%, #fff 14%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(90deg, #fff 0%, #fff 14%, rgba(255, 255, 255, 0) 100%);
    width: 110px;
    z-index: 3;
  }

  .container-left-right-gradient:before {
    left: 0;
  }

  .container-left-right-gradient:after {
    right: 0;
    transform: rotate(180deg);
  }
}

.container_display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.container-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.container_relative {
  position: relative;
}

.container_flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

@media (min-width: 992px) {
  .container_flex-row {
    flex-direction: row;
  }
}

.container-with-aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .container-with-aside {
    flex-wrap: nowrap;
  }
}

.container-with-aside_block {
  display: block;
}

.container-with-two-asides {
  display: -ms-grid;
  display: grid;
  grid-gap: 24px;
                                                                                                                                                                                                                                                                                                                                                                                          grid-template-areas: "main-section" "left-aside" "right-aside";
}

@media screen and (min-width: 576px) {
  .container-with-two-asides {
                                                                                                                                                                                                                                                                                                                                                                                        -ms-grid-rows: auto 24px auto;
                                                                                                                                                                                                                                                                                                                                                                                            grid-template-areas: "main-section main-section" "left-aside right-aside";
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 1200px) {
  .container-with-two-asides {
                                                                                                                                                                                                                                                                                                                                                                                            grid-template-areas: "left-aside main-section right-aside";
    -ms-grid-columns: 300px 56px 1fr 56px 300px;
    grid-template-columns: 300px 1fr 300px;
    grid-gap: 56px;
  }
}

.container-with-two-asides .container-with-aside__section {
  width: 100%;
}

.container-with-aside__aside {
  position: relative;
  width: 100%;
  z-index: 9;
}

@media screen and (min-width: 768px) {
  .container-with-aside__aside {
    width: auto;
  }
}

@media screen and (min-width: 768px) {
  .container-with-aside__aside_width-small {
    min-width: 300px;
    max-width: 300px;
  }
}

.container-with-aside__aside.left-aside {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: left-aside;
}

.container-with-aside__aside.right-aside {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: right-aside;
}

.container-with-aside__aside_grey {
  background-color: #f9f9f9;
}

.container-with-aside__aside_br-sm {
  border-radius: 8px;
}

.container-with-aside__aside_padding-lg {
  padding: 16px;
}

@media screen and (min-width: 768px) {
  .container-with-aside__aside_padding-lg {
    padding: 40px 24px;
  }
}

@media screen and (min-width: 768px) {
  .container-with-aside__aside_width-sm {
    max-width: 368px;
    min-width: 368px;
  }
}

@media screen and (min-width: 768px) {
  .container-with-aside__aside_margin-right-md {
    margin-right: 24px;
  }
}

.container-with-aside__section {
  margin-top: 32px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .container-with-aside__section {
    margin-top: 0;
    width: calc(100% - 304px);
  }
}

.container-with-aside__section.main-section {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: main-section;
}

@media screen and (min-width: 576px){
  .container-with-aside__aside.left-aside {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .container-with-aside__aside.right-aside {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .container-with-aside__section.main-section {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}

@media screen and (min-width: 1200px){
  .container-with-aside__aside.left-aside {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .container-with-aside__aside.right-aside {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .container-with-aside__section.main-section {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
  }
}

.container-with-aside__section_mr-default {
  margin-right: initial;
}

.container-with-aside__section .info-banner__img {
  width: initial;
}

.container-with-aside__section .swiper-container .swiper-slide:after {
  background: transparent;
}

.container-with-aside__section ul {
  margin-left: 16px;
}

.container-with-aside__section ul li {
  list-style-type: initial;
}

.container-with-aside__section ul li a {
  text-decoration: underline;
  color: #1e4dba;
}

.container-with-aside__section ul li a:hover {
  text-decoration: none;
  color: #255fe5;
}

.container-with-aside__section ol {
  margin-left: 16px;
}

.container-with-aside__section ol li {
  list-style-type: decimal;
}

.container-with-aside__section p {
  word-break: break-word;
}

.container-with-aside__section p span a {
  font-size: inherit;
}

.container-with-aside__section h1 a,
.container-with-aside__section h2 a,
.container-with-aside__section h3 a,
.container-with-aside__section h4 a,
.container-with-aside__section h5 a,
.container-with-aside__section h6 a {
  font-size: inherit;
  line-height: inherit;
}

.header-default {
  background-color: #22429a;
  display: none;
}

@media screen and (min-width: 992px) {
  .header-default {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header-default_bg-default {
  background-color: transparent;
}

.header-default__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}

.header-default__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  transition: 0.3s;
  padding: 0 8px;
}

.header-default__logo:active,
.header-default__logo:focus {
  outline: none;
  box-shadow: none;
  background-color: #fff;
  border-radius: 2px;
}

.header-default__logo:active .header-default__logo-img,
.header-default__logo:focus .header-default__logo-img {
  filter: brightness(0);
}

.header-default__logo:active .header-default__logo-title,
.header-default__logo:focus .header-default__logo-title {
  color: #161616;
}

.header-default__logo_default-effect:active .header-default__logo-img,
.header-default__logo_default-effect:focus .header-default__logo-img {
  filter: none;
}

.header-default__logo-img {
  width: 40px;
  height: 40px;
}

.header-default__logo-title {
  color: #fff;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-left: 4px;
}

.header-default__action-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-default__button {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  transition: 0.3s;
}

.header-default__button:active,
.header-default__button:focus {
  outline: none;
  box-shadow: none;
  background-color: #fff;
  border-radius: 2px;
}

.header-default__button:active .header-default__button-img,
.header-default__button:focus .header-default__button-img {
  filter: brightness(0);
}

.header-default__button-language {
  padding: 0 8px;
  margin-bottom: 0;
}

.header-default__button-language:focus,
.header-default__button-language:active {
  outline: none;
  box-shadow: none;
  background-color: #fff;
  border-radius: 2px;
}

.header-default__button-language:focus .media-title__media,
.header-default__button-language:active .media-title__media {
  filter: brightness(0);
}

.header-default__button-language:focus .media-title__title,
.header-default__button-language:active .media-title__title {
  color: #161616;
}

.header-banner {
  background-color: #22429a;
  min-height: 200px;
  display: none;
}

@media screen and (min-width: 992px) {
  .header-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header-banner_bg-default {
  background-color: transparent;
}

.header-banner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 16px;
}

.header-banner_gov-ua-logo {
  min-width: 190px;
}

.header-banner_gov-ua-logo:focus {
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  background-color: #fff;
  border-radius: 2px;
}

.header-banner__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.header-banner__logo_without-img-filter:focus img,
.header-banner__logo_without-img-filter:active img {
  filter: none;
}

.header-banner__logo:focus {
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  background-color: #fff;
  border-radius: 2px;
}

.header-banner__logo:active img {
  filter: brightness(0%);
}

.header-banner__logo-title {
  font-size: 1.5rem;
  line-height: 3.25rem;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-family: "Exo 2", sans-serif;
}

.header-banner__logo-title_max-width-sm {
  max-width: 600px;
}

.header-banner__logo-title_margin-y-sm {
  margin-top: 22px;
  margin-bottom: 8px;
}

.header-banner__logo-title_uppercase {
  text-transform: uppercase;
}

.header-banner__logo-title_bold {
  font-weight: 600;
}

.header-banner__logo-title_md {
  font-size: 1.75rem;
  line-height: 2.25rem;
}

.header-banner__logo-subtitle {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #a8a8a8;
  font-family: "Exo 2", sans-serif;
  font-weight: 500;
  text-align: center;
}

.header-banner__action-buttons {
  -ms-grid-row-align: center;
  align-self: center;
  min-width: 250px;
}

.header-banner__media-title {
  margin-bottom: 16px;
  transition: 0.3s;
}

.header-banner__media-title:last-of-type {
  margin-bottom: 0;
}

.header-banner__media-title:focus {
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  background-color: #fff;
  border-radius: 2px;
}

.header-banner__media-title:hover .media-title__title {
  text-decoration: underline;
}

.header-banner__content-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.media-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.media-title:active .media-title__media {
  filter: brightness(0%);
}

.media-title__media {
  margin-right: 16px;
  height: 22px;
}

.media-title__title {
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
}

.header_bg {
  background: -o-radial-gradient(50% 39.62%, 60.38% 60.38%, #144274 0%, #203955 100%);
  background: radial-gradient(60.38% 60.38% at 50% 39.62%, #144274 0%, #203955 100%);
}

.main {
  position: relative;
  background-color: #f4f4f4;
}

.footer {
  background-color: #292929;
  padding: 28px 0;
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.to-top-button {
  position: fixed;
  bottom: 24px;
  right: 24px;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #fff;
  width: 2.75rem;
  height: 2.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #8d8d8d;
  border-radius: 8px;
  z-index: 100002;
  transition: opacity 0.2s ease 0.2s;
  opacity: 0;
}

.to-top-button.to-top-button-visible {
  opacity: 0.6;
}

.to-top-button:focus,
.to-top-button:active {
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  border-radius: 8px;
  background: #1e4dba;
  opacity: 1;
  color: #fff;
}

.to-top-button:focus .to-top-button__icon,
.to-top-button:active .to-top-button__icon {
  filter: brightness(0) invert(1);
}

.to-top-button:hover {
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  border-radius: 8px;
  background: #8d8d8d;
  opacity: 1;
  color: #fff;
}

.to-top-button:hover .to-top-button__icon {
  filter: brightness(0) invert(1);
}

@media screen and (min-width: 768px) {
  .to-top-button {
    font-size: 1rem;
    line-height: 1.5rem;
    width: 4.25rem;
    height: 4.25rem;
  }
}

.to-top-button__icon {
  transform: rotate(270deg);
  filter: brightness(0) invert(1);
}

.to-top-button__title {
  display: none;
}

@media screen and (min-width: 768px) {
  .to-top-button__title {
    display: block;
  }
}

.footer__social-link {
  display: inline-block;
}

.footer__social-link:focus {
  outline: none;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 0 4px #fff;
  -webkit-box-shadow: 0 0 4px #fff;
}

.footer__social-icon {
  opacity: 0.7;
  transition: 0.3s;
}

.footer__social-icon:hover {
  opacity: 1;
}

.footer__social-icon svg path {
  fill: #fff !important;
}

.footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .footer-content {
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
}

.footer__info {
  order: 2;
}

@media screen and (min-width: 768px) {
  .footer__info {
    order: 1;
    padding-right: 30px;
  }
}

@media screen and (min-width: 992px) {
  .footer__info {
    padding-right: 0;
  }
}

.footer__info-link {
  color: #fff;
  transition: 0.3s;
}

.footer__info-link:hover {
  color: #8d8d8d;
}

.footer__info-link:focus {
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  background-color: #fff;
  border-radius: 2px;
}

.footer__info-text {
  color: #a8a8a8;
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .footer__info-text {
    margin-bottom: 0;
  }
}

.footer__info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-top: 16px;
}

@media screen and (min-width: 768px) {
  .footer__info-box {
    margin-top: 12px;
  }
}

.footer__info-box-text {
  margin-right: 8px;
  margin-bottom: 0;
}

.footer__info-buttons {
  order: 1;
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .footer__info-buttons {
    order: 2;
    margin-bottom: 0;
  }
}

.footer__info-button {
  margin-bottom: 12px;
  transition: 0.3s;
  min-width: 230px;
}

.footer__info-button:focus {
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  background-color: #fff;
  border-radius: 2px;
}

.footer__info-button:hover .media-title__title {
  text-decoration: underline;
}

.header-top {
  padding: 12px 0;
}

.header-top__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-top__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.header-top__phone {
  display: none;
  min-height: 24px;
  margin-right: 40px;
}

@media screen and (min-width: 576px) {
  .header-top__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
}

.header-top__phone-title {
  color: #6f6f6f;
  font-size: 0.625rem;
}

@media screen and (min-width: 992px) {
  .header-top__phone-title {
    font-size: 1rem;
  }
}

.header-top__phone-icon {
  margin-right: 8px;
}

.header-top__phone-arrow {
  display: none;
}

.header-top__address {
  color: #6f6f6f;
  font-size: 0.625rem;
  display: none;
}

@media screen and (min-width: 768px) {
  .header-top__address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 992px) {
  .header-top__address {
    font-size: 1rem;
  }
}

.header-top__button {
  padding: 2px 15px;
  background: #e0e0e0;
  color: #161616;
  font-size: 0.625rem;
  border-radius: 24px;
}

@media screen and (min-width: 992px) {
  .header-top__button {
    font-size: 1rem;
  }
}

.header-top__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media screen and (min-width: 576px) {
  .header-top__select {
    display: none;
  }
}

.header-top__select-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.header-top__select-info-box {
  position: fixed;
  z-index: -1;
  opacity: 0;
  transition: 0.3s;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
}

.header-top__select-info {
  position: absolute;
  top: 48px;
  left: 14px;
  background: #f9f9f9;
  border: 2px solid #e0e0e0;
  box-shadow: 0 24px 38px rgba(0, 0, 0, 0.07), 0 9px 46px rgba(0, 0, 0, 0.06), 0 11px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 24px;
  min-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.3s;
  transform: translateX(-200%);
}

.header-top__select-info-link {
  margin-top: 24px;
  font-size: 0.875rem;
}

.header-top__select-info-link:first-child {
  margin-top: 0;
}

.opened-header-select {
  z-index: 1000000000;
  opacity: 1;
}

.opened-header-select .header-top__select-info {
  transform: translateX(0);
}

.gov-ua-logo {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  height: 34px;
  padding-left: 6px;
  margin-left: 6px;
  cursor: pointer;
}

.gov-ua-logo:before {
  position: absolute;
  content: "";
  background-color: #2669e3;
  width: 2px;
  height: 17px;
  top: 0;
  left: -5px;
}

.gov-ua-logo:after {
  position: absolute;
  content: "";
  background-color: #ffe358;
  width: 2px;
  height: 17px;
  bottom: 0;
  left: -5px;
}

.gov-ua-logo__title {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #fff;
}

.gov-ua-logo__subtitle {
  font-size: 0.75rem;
  line-height: 0.625rem;
  color: #fff;
}

.skip-link {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  /* for Internet Explorer */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.skip-link:focus,
.skip-link:active {
  position: fixed;
  width: auto;
  height: auto;
  clip: auto;
  overflow: initial;
  display: inline;
  padding: 13px;
  text-decoration: underline;
  color: #161616;
  box-shadow: none;
  -webkit-appearance: none;
  background-color: #fff;
  border: none;
  outline: 3px solid #161616;
  margin-top: 3px;
  margin-left: 3px;
  outline-style: auto;
  z-index: 100000;
}

.header-banner {
  background-color: #22429a;
  min-height: 200px;
  display: none;
}

@media screen and (min-width: 992px) {
  .header-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header-banner_bg-default {
  background-color: transparent;
}

.header-banner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 16px;
}

.header-banner_gov-ua-logo {
  min-width: 190px;
}

.header-banner_gov-ua-logo:focus {
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  background-color: #fff;
  border-radius: 2px;
}

.header-banner__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.header-banner__logo_without-img-filter:focus img,
.header-banner__logo_without-img-filter:active img {
  filter: none;
}

.header-banner__logo:focus {
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  background-color: #fff;
  border-radius: 2px;
}

.header-banner__logo:active img {
  filter: brightness(0%);
}

.header-banner__logo-title {
  font-size: 1.5rem;
  line-height: 3.25rem;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-family: "Exo 2", sans-serif;
}

.header-banner__logo-title_max-width-sm {
  max-width: 600px;
}

.header-banner__logo-title_margin-y-sm {
  margin-top: 22px;
  margin-bottom: 8px;
}

.header-banner__logo-title_uppercase {
  text-transform: uppercase;
}

.header-banner__logo-title_bold {
  font-weight: 600;
}

.header-banner__logo-title_md {
  font-size: 1.75rem;
  line-height: 2.25rem;
}

.header-banner__logo-subtitle {
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #a8a8a8;
  font-family: "Exo 2", sans-serif;
  font-weight: 500;
  text-align: center;
}

.header-banner__action-buttons {
  -ms-grid-row-align: center;
  align-self: center;
  min-width: 250px;
}

.header-banner__media-title {
  margin-bottom: 16px;
  transition: 0.3s;
}

.header-banner__media-title:last-of-type {
  margin-bottom: 0;
}

.header-banner__media-title:focus {
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  background-color: #fff;
  border-radius: 2px;
}

.header-banner__media-title:hover .media-title__title {
  text-decoration: underline;
}

.header-banner__content-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.media-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.media-title:active .media-title__media {
  filter: brightness(0%);
}

.media-title__media {
  margin-right: 16px;
  height: 22px;
}

.media-title__title {
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
}

:root {
  --mm-ocd-width: 100%;
  --mm-ocd-min-width: 200px;
  --mm-ocd-max-width: 440px;
}

body.mm-ocd-opened {
  overflow-y: hidden;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.mm-ocd {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 100%;
  left: 0;
  z-index: 10000;
  overflow: hidden;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  background: rgba(0, 0, 0, 0);
  transition-property: bottom, background-color;
  transition-duration: 0s, 0.3s;
  transition-timing-function: ease;
  transition-delay: 0.45s, 0.15s;
}

.mm-ocd--open {
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  transition-delay: 0s;
}

.mm-ocd__content {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 80%;
  width: var(--mm-ocd-width);
  min-width: 200px;
  min-width: var(--mm-ocd-min-width);
  max-width: 440px;
  max-width: var(--mm-ocd-max-width);
  background: #fff;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

.mm-ocd--left .mm-ocd__content {
  left: 0;
  transform: translate3d(-100%, 0, 0);
}

.mm-ocd--right .mm-ocd__content {
  right: 0;
  transform: translate3d(100%, 0, 0);
}

.mm-ocd--open .mm-ocd__content {
  transform: translate3d(0, 0, 0);
}

.mm-ocd__backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  width: calc(100% - 80%);
  width: calc(100% - var(--mm-ocd-width));
  min-width: calc(100% - 440px);
  min-width: calc(100% - var(--mm-ocd-max-width));
  max-width: calc(100% - 200px);
  max-width: calc(100% - var(--mm-ocd-min-width));
  background: rgba(3, 2, 1, 0);
}

.mm-ocd--left .mm-ocd__backdrop {
  right: 0;
}

.mm-ocd--right .mm-ocd__backdrop {
  left: 0;
}

.mm-spn,
.mm-spn a,
.mm-spn li,
.mm-spn span,
.mm-spn ul {
  display: block;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

:root {
  --mm-spn-item-height: 56px;
  --mm-spn-item-indent: 20px;
  --mm-spn-line-height: 24px;
}

.mm-spn {
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transform: translateX(0);
}

.mm-spn ul {
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  left: 100%;
  bottom: 0;
  z-index: 2;
  width: 130%;
  padding-right: 30%;
  line-height: 24px;
  line-height: var(--mm-spn-line-height);
  overflow: visible;
  overflow-y: auto;
  background: inherit;
  transition: left 0.3s ease 0s;
  cursor: default;
}

.mm-spn ul:after {
  content: "";
  display: block;
  height: 50px;
  height: var(--mm-spn-item-height);
}

.mm-spn > ul {
  left: 0;
}

.mm-spn ul.mm-spn--open {
  left: 0;
}

.mm-spn ul.mm-spn--parent {
  left: -30%;
  overflow-y: hidden;
}

.mm-spn li {
  position: relative;
  background: inherit;
  cursor: pointer;
}

.mm-spn li a:focus,
.mm-spn li a:active {
  outline: none;
  box-shadow: none;
}

.mm-spn li:before {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  top: calc(var(--mm-spn-item-height) / 2);
  right: 25px;
  right: calc(var(--mm-spn-item-height) / 2);
  z-index: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg) translate(0, -50%);
  opacity: 0.4;
}

.mm-spn a,
.mm-spn span {
  position: relative;
  z-index: 1;
  padding: 13px 20px;
  padding: calc((var(--mm-spn-item-height) - var(--mm-spn-line-height)) / 2) var(--mm-spn-item-indent);
}

.mm-spn a {
  background: inherit;
  color: inherit;
  text-decoration: none;
}

.mm-spn a:not(:last-child) {
  width: calc(100% - 50px);
  width: calc(100% - var(--mm-spn-item-height));
}

.mm-spn a:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 1px solid;
  opacity: 0.15;
}

.mm-spn span {
  background: 0 0;
}

.mm-spn.mm-spn--navbar {
  cursor: pointer;
}

.mm-spn.mm-spn--navbar:before {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  top: calc(var(--mm-spn-item-height) / 2);
  left: 20px;
  left: var(--mm-spn-item-indent);
  width: 10px;
  height: 10px;
  margin-top: 2px;
  border-top: 2px solid;
  border-left: 2px solid;
  transform: rotate(-45deg) translate(50%, -50%);
  opacity: 0.4;
}

.mm-spn.mm-spn--navbar.mm-spn--main {
  cursor: default;
}

.mm-spn.mm-spn--navbar.mm-spn--main:before {
  content: none;
  display: none;
}

.mm-spn.mm-spn--navbar:after {
  content: attr(data-mm-spn-title);
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  right: 0;
  height: 50px;
  height: var(--mm-spn-item-height);
  padding: 0 40px;
  padding: 0 calc(var(--mm-spn-item-indent) * 2);
  line-height: 50px;
  line-height: var(--mm-spn-item-height);
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.875rem;
  color: #fff;
}

.mm-spn.mm-spn--navbar.mm-spn--main:after {
  padding-left: 20px;
  padding-left: var(--mm-spn-item-indent);
}

.mm-spn.mm-spn--navbar ul {
  top: 51px;
  top: calc(var(--mm-spn-item-height) + 1px);
  padding-top: 20px;
  padding-bottom: 118px;
}

.mm-spn.mm-spn--navbar ul:before {
  content: "";
  display: block;
  position: fixed;
  top: inherit;
  z-index: 2;
  width: 100%;
  border-top: 1px solid currentColor;
  opacity: 0.15;
}

.mm-spn.mm-spn--light {
  color: #fff;
  background: #22429a;
}

.mm-spn.mm-spn--dark {
  color: #ddd;
  background: #333;
}

.mm-spn.mm-spn--vertical {
  overflow-y: auto;
}

.mm-spn.mm-spn--vertical ul {
  width: 100%;
  padding-right: 0;
  position: static;
}

.mm-spn.mm-spn--vertical ul ul {
  display: none;
  padding-left: 20px;
  padding-left: var(--mm-spn-item-indent);
}

.mm-spn.mm-spn--vertical ul ul:after {
  height: 25px;
  height: calc(var(--mm-spn-item-height) / 2);
}

.mm-spn.mm-spn--vertical ul.mm-spn--open {
  display: block;
}

.mm-spn.mm-spn--vertical li.mm-spn--open:before {
  transform: rotate(135deg) translate(-50%, 0);
}

.mm-spn.mm-spn--vertical ul ul li:last-child:after {
  content: none;
  display: none;
}

.mmenu-close-box {
  position: absolute;
  z-index: 1000;
  right: 1px;
  height: 58px;
  width: 58px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mmenu-close {
  position: relative;
  font-size: 22px;
  border: 1px solid #fff;
  color: #fff;
  height: 36px;
  width: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 700;
}

.mmenu-close div {
  font-size: 18px;
}

.mmenu-close__span {
  position: absolute;
  height: 1px;
  width: 12px;
  background-color: #fff;
  border-radius: 50px;
  transform: rotate(-45deg);
}

.mmenu-close__span_second-child {
  transform: rotate(45deg);
}

.mmenu-footer {
  z-index: 10000;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 1px solid rgba(171, 190, 219, 0.59);
  padding: 16px 0;
  background-color: #22429a;
}

.mm-ocd.mm-ocd--left .mm-ocd__content .mm-spn .mmenu-footer .mmenu-footer__media-title {
  padding: 10px 16px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin-left: 0;
  border: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.mm-ocd.mm-ocd--left .mm-ocd__content .mm-spn .mmenu-footer .mmenu-footer__media-title:after {
  display: none;
}

.mm-ocd.mm-ocd--left .mm-ocd__content .mm-spn .mmenu-footer .mmenu-footer__media-title:focus,
.mm-ocd.mm-ocd--left .mm-ocd__content .mm-spn .mmenu-footer .mmenu-footer__media-title:active {
  outline: 3px solid transparent;
  color: #161616;
  background-color: #ffdf17;
  box-shadow: 0 0 #ffdf17, 0 4px #161616;
  -webkit-box-shadow: 0 0 #ffdf17, 0 4px #161616;
  text-decoration: none;
  border-radius: 0;
}

.mmenu-footer__media-title-name.media-title__title {
  padding: 0;
  white-space: nowrap;
}

.desktop-main-menu {
  background-color: #22429a;
  min-height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10000;
}

@media screen and (min-width: 992px) {
  .desktop-main-menu {
    background-color: #1a347a;
  }
}

.desktop-main-menu__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

@media screen and (min-width: 992px) {
  .desktop-main-menu__container {
    align-items: center;
    position: initial;
  }
}

@media screen and (min-width: 1200px) {
  .desktop-main-menu__container {
    align-items: center;
  }
}

.desktop-main-menu__left-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.desktop-main-menu__right-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.desktop-main-menu__logo {
  display: block;
  max-height: 40px;
  min-height: 40px;
  max-width: 40px;
  min-width: 40px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 992px) {
  .desktop-main-menu__logo {
    display: none;
  }
}

.desktop-main-menu__logo:focus {
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  background-color: #fff;
  border-radius: 2px;
}

.desktop-main-menu__logo:active img {
  filter: brightness(0%);
}

.desktop-main-menu__logo_without-img-filter:focus img,
.desktop-main-menu__logo_without-img-filter:active img {
  filter: none;
}

.mobile-menu-button {
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 992px) {
  .mobile-menu-button {
    display: none;
  }
}

.mobile-menu-button:focus {
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  background-color: #fff;
  border-radius: 2px;
}

.mobile-menu-button:active img {
  filter: brightness(0%);
}

.desktop-main-menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
  padding: 8px;
}

@media screen and (min-width: 992px) {
  .desktop-main-menu__item {
    align-items: center;
  }
}

.desktop-main-menu__item:hover .desktop-main-menu__item-title {
  text-decoration: underline;
}

.desktop-main-menu__item:focus {
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  background-color: #fff;
  border-radius: 2px;
}

.desktop-main-menu__item:active img {
  filter: brightness(0%);
}

@media screen and (min-width: 992px) {
  .desktop-main-menu__item:focus {
    outline: 3px solid transparent;
    color: #161616;
    background-color: #ffdf17;
    box-shadow: 0 0 #ffdf17, 0 4px #161616;
    -webkit-box-shadow: 0 0 #ffdf17, 0 4px #161616;
    text-decoration: none;
    border-radius: 0;
  }
}

.desktop-main-menu__item-first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
}

@media screen and (min-width: 992px) {
  .desktop-main-menu__item-first {
    display: none;
  }
}

.desktop-main-menu__item-button {
  border: none;
  background: none;
}

.desktop-main-menu__item-button:focus {
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  background-color: #fff;
  border-radius: 2px;
}

@media screen and (min-width: 992px) {
  .desktop-main-menu__item-button:focus {
    outline: 3px solid transparent;
    color: #161616;
    background-color: #ffdf17;
    box-shadow: 0 0 #ffdf17, 0 4px #161616;
    -webkit-box-shadow: 0 0 #ffdf17, 0 4px #161616;
    text-decoration: none;
    border-radius: 0;
  }
}

.desktop-main-menu__item-title {
  display: none;
}

@media screen and (min-width: 992px) {
  .desktop-main-menu__item-title {
    display: inherit;
    color: #fff;
    margin-left: 16px;
    font-weight: 500;
  }
}

.desktop-main-menu__auth-link {
  color: #fff;
  margin-left: 16px;
  font-weight: 700;
  display: inline-block;
  font-size: 0.875rem;
}

@media screen and (min-width: 992px) {
  .desktop-main-menu__auth-link {
    display: none;
  }
}

.cbp-hrmenu {
  width: 100%;
  display: none;
}

@media screen and (min-width: 992px) {
  .cbp-hrmenu {
    display: block;
  }
}

.cbp-hrmenu > ul > li,
.cbp-hrmenu > ul > a {
  display: inline-block;
}

.cbp-hrmenu > ul > li > a,
.cbp-hrmenu > ul > a {
  font-weight: 500;
  padding: 16px 20px;
  color: #fff;
  display: inline-block;
}

.cbp-hrmenu > ul > li > a:focus,
.cbp-hrmenu > ul > a:focus {
  color: #161616;
}

.cbp-hrmenu > ul > li > a:focus:hover,
.cbp-hrmenu > ul > a:focus:hover {
  color: #161616;
}

.cbp-hrmenu > ul > li > a:focus:active,
.cbp-hrmenu > ul > a:focus:active {
  color: #161616;
  outline: 3px solid transparent;
  background-color: #ffdf17;
  box-shadow: 0 0 #ffdf17, 0 4px #161616;
  -webkit-box-shadow: 0 0 #ffdf17, 0 4px #161616;
  text-decoration: none;
  border-radius: 0;
}

.cbp-hrmenu > ul > li > a.active,
.cbp-hrmenu > ul > a.active {
  color: #ffdf17;
  border-bottom: 4px solid #ffdf17;
  padding: 16px 20px 12px 20px;
  background: #293042;
}

.cbp-hrmenu > ul > li > a.active:hover,
.cbp-hrmenu > ul > a.active:hover {
  color: #ffdf17;
}

.cbp-hrmenu > ul > li > a.active:active,
.cbp-hrmenu > ul > a.active:active {
  background: #293042;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
}

.cbp-hrmenu > ul > li > a.active:focus,
.cbp-hrmenu > ul > a.active:focus {
  color: #161616;
  outline: 3px solid transparent;
  background-color: #ffdf17;
  box-shadow: 0 0 #ffdf17, 0 4px #161616;
  -webkit-box-shadow: 0 0 #ffdf17, 0 4px #161616;
  text-decoration: none;
  border-radius: 0;
}

.cbp-hrmenu > ul > li > a:hover,
.cbp-hrmenu > ul > a:hover {
  color: #ffdf17;
  border-bottom: 4px solid #ffdf17;
  padding: 16px 20px 12px 20px;
}

.cbp-hrmenu > ul > li.cbp-hropen a,
.cbp-hrmenu > ul > li.cbp-hropen > a:hover,
.cbp-hrmenu > ul > a.active,
.cbp-hrmenu > ul > a.active:hover {
  color: #ffdf17;
  background: #293042;
}

.cbp-hrmenu > ul > li.cbp-hropen a:focus,
.cbp-hrmenu > ul > a.active:focus {
  outline: 3px solid transparent;
  color: #161616;
  background-color: #ffdf17;
  box-shadow: none;
  -webkit-appearance: none;
  text-decoration: none;
  border-radius: 0;
}

.cbp-hrmenu .cbp-hrsub {
  display: none;
  position: absolute;
  background: #293042;
}

.cbp-hrmenu .cbp-hrsub .cbp-hrsub-inner {
  max-width: 100%;
}

.cbp-hrmenu .cbp-hrsub .cbp-hrsub-inner ul li a {
  color: #fff;
}

.cbp-hrmenu .cbp-hrsub .cbp-hrsub-inner ul li a:hover {
  border-bottom: 2px solid #fff;
}

.cbp-hrmenu .cbp-hrsub .cbp-hrsub-inner ul li a:focus {
  border-radius: 2px;
  color: #161616;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  background-color: #fff;
}

.cbp-hrmenu .cbp-hrsub .cbp-hrsub-inner ul li a:active {
  border: none;
}

.cbp-hropen .cbp-hrsub {
  display: block;
  padding-top: 2.5rem;
  padding-bottom: 1.5rem;
  height: auto;
  width: 100%;
  left: 0;
  z-index: 10000000000;
}

.cbp-hrmenu .cbp-hrsub-inner > div {
  width: 33%;
  float: left;
  padding: 0 1.5em 0;
  white-space: initial;
}

.cbp-hrmenu .cbp-hrsub-inner > div ul li {
  margin-bottom: 0.625rem;
}

.cbp-hrmenu .cbp-hrsub-inner:before,
.cbp-hrmenu .cbp-hrsub-inner:after {
  content: " ";
  display: table;
}

.cbp-hrmenu .cbp-hrsub-inner:after {
  clear: both;
}

.cbp-hrmenu .cbp-hrsub-inner > div a {
  line-height: 2em;
}

@media screen and (max-width: 52.75em) {
  .cbp-hrmenu {
    font-size: 80%;
  }
}

@media screen and (max-width: 43em) {
  .cbp-hrmenu {
    font-size: 120%;
    border: none;
  }

  .cbp-hrmenu > ul,
  .cbp-hrmenu .cbp-hrsub-inner {
    width: 100%;
    padding: 0;
  }

  .cbp-hrmenu .cbp-hrsub-inner {
    padding: 0 2em;
    font-size: 75%;
  }

  .cbp-hrmenu > ul > li {
    display: block;
    border-bottom: 4px solid #47a3da;
  }

  .cbp-hrmenu > ul > li > a {
    display: block;
    padding: 1em 3em;
  }

  .cbp-hrmenu .cbp-hrsub {
    position: relative;
  }
}

.section-site-map {
  padding-top: 0;
  display: none;
}

@media screen and (min-width: 1200px) {
  .section-site-map {
    display: block;
  }
}

.dropdown-opened .block-title__link-name-icon {
  transform: rotate(0);
}

.js-dropdown__button {
  margin-top: 40px;
}

.js-dropdown__button:active .block-title__link-name-icon {
  filter: brightness(0%) !important;
}

.section-accessibility-panel {
  background-color: #292929;
  height: 0;
  overflow: hidden;
  transition: height 0.2s ease-in-out;
  display: none;
  transform: translateY(0);
}

.sticky-accessibility-panel {
  position: fixed;
  transform: translateY(56px);
  width: 100%;
  z-index: 9999;
}

.section-accessibility-panel-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 0.625rem 0;
}

.accessibility-panel-settings-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 85%;
}

@media screen and (min-width: 576px) {
  .accessibility-panel-settings-buttons {
    flex-direction: row;
    width: 60%;
  }
}

@media screen and (min-width: 992px) {
  .accessibility-panel-settings-buttons {
    width: 50%;
  }
}

.accessibility-panel-settings__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 16px;
}

@media screen and (min-width: 576px) {
  .accessibility-panel-settings__filter {
    margin-bottom: 0;
    justify-content: center;
  }
}

.accessibility-panel-settings__size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media screen and (min-width: 576px) {
  .accessibility-panel-settings__size {
    justify-content: center;
  }
}

.accessibility-panel-settings__title {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #fff;
  width: 75px;
  text-align: left;
}

@media screen and (min-width: 576px) {
  .accessibility-panel-settings__title {
    width: initial;
  }
}

@media screen and (min-width: 768px) {
  .accessibility-panel-settings__title {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.accessibility-panel-settings__filter-icon-box {
  height: 40px;
  width: 40px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffdf17;
  background: #ffdf17;
  margin-left: 16px;
  transition: 0.3s;
}

.accessibility-panel-settings__filter-icon-box:focus {
  color: #161616;
  box-shadow: none;
  -webkit-appearance: none;
  text-decoration: none;
  background-color: #fff;
  border: none;
  outline: none;
  border-radius: 8px;
}

.accessibility-panel-settings__filter-icon-box:focus img {
  filter: brightness(0);
}

.accessibility-panel-settings__filter-icon-box:focus:hover {
  color: #161616;
  box-shadow: none;
  -webkit-appearance: none;
  text-decoration: none;
  background-color: #fff;
  border: none;
  outline: none;
  border-radius: 8px;
}

.accessibility-panel-settings__filter-icon-box:focus:hover img {
  filter: brightness(0);
}

.accessibility-panel-settings__filter-icon-box:hover {
  background: #292929;
}

.accessibility-panel-settings__filter-icon-box:hover img {
  filter: none;
}

.accessibility-panel-settings__filter-icon {
  filter: brightness(0);
}

.accessibility-panel-settings__filter-icon:active {
  filter: brightness(0);
}

.accessibility-panel-settings__filter-icon:focus {
  filter: brightness(0);
}

.accessibility-panel-settings__icon-box {
  height: 40px;
  width: 40px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffdf17;
  background: #ffdf17;
  margin-left: 16px;
  transition: 0.3s;
}

.accessibility-panel-settings__icon-box:focus {
  color: #161616;
  box-shadow: none;
  -webkit-appearance: none;
  text-decoration: none;
  background-color: #fff;
  border: none;
  outline: none;
  border-radius: 8px;
}

.accessibility-panel-settings__icon-box:focus img {
  filter: brightness(0);
}

.accessibility-panel-settings__icon-box:focus:hover {
  color: #161616;
  box-shadow: none;
  -webkit-appearance: none;
  text-decoration: none;
  background-color: #fff;
  border: none;
  outline: none;
  border-radius: 8px;
}

.accessibility-panel-settings__icon-box:focus:hover img {
  filter: brightness(0);
}

.accessibility-panel-settings__icon-box:hover {
  background: #292929;
}

.accessibility-panel-settings__icon-box:hover img {
  filter: none;
}

.accessibility-panel-settings__icon {
  filter: brightness(0);
}

.accessibility-panel-settings__icon:active {
  filter: brightness(0);
}

.accessibility-panel-settings__icon:focus {
  filter: brightness(0);
}

.accessibility-panel-hide__box {
  width: 15%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}

@media screen and (min-width: 576px) {
  .accessibility-panel-hide__box {
    width: 40%;
    align-items: center;
  }
}

@media screen and (min-width: 992px) {
  .accessibility-panel-hide__box {
    width: 50%;
  }
}

.accessibility-panel-hide__button-box {
  height: 24px;
  width: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 50%;
}

@media screen and (min-width: 576px) {
  .accessibility-panel-hide__button-box {
    display: none;
  }
}

.accessibility-panel-hide__text-button {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #fff;
  text-decoration: underline;
  display: none;
}

@media screen and (min-width: 576px) {
  .accessibility-panel-hide__text-button {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .accessibility-panel-hide__text-button {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.accessibility-panel-hide__text-button:focus {
  border-radius: 2px;
  outline: 3px dashed #fff;
  outline-style: auto;
  box-shadow: none;
  -webkit-appearance: none;
  background-color: #fff;
}

.block-title {
  margin-bottom: 24px;
}

@media screen and (min-width: 992px) {
  .block-title {
    margin-bottom: 40px;
  }
}

.block-title.block-title_justify-center {
  justify-content: center;
}

.block-title.block-title_align-start {
  align-items: flex-start;
}

.block-title.block-title_text-center {
  text-align: center;
}

.block-title.block-title_align-center-desktop {
  align-items: flex-start;
}

@media screen and (min-width: 768px) {
  .block-title.block-title_align-center-desktop {
    align-items: center;
  }
}

.block-title.block-title_max-height {
  height: 100%;
}

.block-title_border-right {
  border-right: 1px solid #8D8D8D;
}

.block-title_margin-top-xl {
  margin-top: 24px;
}

@media screen and (min-width: 992px) {
  .block-title_margin-top-xl {
    margin-top: 40px;
  }
}

.block-title_padding-x-lg {
  padding-left: 50px;
  padding-right: 50px;
}

.block-title_d-flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.block-title_d-flex-column-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .block-title_d-flex-column-mobile {
    flex-direction: row;
  }
}

.block-title_margin-md {
  margin-bottom: 16px;
}

@media screen and (min-width: 992px) {
  .block-title_margin-md {
    margin-bottom: 26px;
  }
}

.block-title_margin-md:last-child {
  margin-bottom: 0;
}

.block-title_margin-bottom-md {
  margin-bottom: 16px;
}

@media screen and (min-width: 992px) {
  .block-title_margin-bottom-md {
    margin-bottom: 24px;
  }
}

.block-title_margin-bottom-tiny {
  margin-bottom: 4px;
}

.block-title_margin-bottom-sm {
  margin-bottom: 8px;
}

.block-title_margin-bottom-sm-middle {
  margin-bottom: 10px;
}

.block-title_margin-bottom-sm-extra {
  margin-bottom: 12px;
}

.block-title_margin-bottom-middle {
  margin-bottom: 16px;
}

.block-title_margin-bottom-default {
  margin-bottom: 0;
}

.block-title_margin-top-sm-middle {
  margin-top: 10px;
}

.block-title_margin-top-md {
  margin-top: 24px;
}

.block-title_mg-top-40 {
  margin-top: 24px;
}

@media screen and (min-width: 576px) {
  .block-title_mg-top-40 {
    margin-top: 40px;
  }
}

.block-title_mg-bottom-0 {
  margin-bottom: 0;
}

.block-title_padding-right-72 {
  padding-right: 72px;
}

.block-title_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.block-title__title {
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #161616;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 992px) {
  .block-title__title {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

.block-title__title_desktop {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media screen and (min-width: 576px) {
  .block-title__title_desktop {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}

.block-title__title_margin-bottom-sm-mobile {
  margin-bottom: 8px;
}

@media screen and (min-width: 992px) {
  .block-title__title_margin-bottom-sm-mobile {
    margin-bottom: initial;
  }
}

.block-title__title_margin-left {
  margin-left: 5px;
}

.block-title__title_margin-right-sm {
  margin-right: 16px;
}

.block-title__title_margin-bottom-tiny {
  margin-bottom: 8px;
}

.block-title__title_margin-bottom-md {
  margin-bottom: 28px;
}

.block-title__title_text-center {
  text-align: center;
}

.block-title_d-flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
}

.block-title__title_lg {
  font-size: 2.125rem;
  line-height: 2.5rem;
}

@media screen and (min-width: 576px) {
  .block-title__title_lg {
    font-size: 3rem;
    line-height: 3.125rem;
  }
}

@media screen and (min-width: 992px) {
  .block-title__title_lg {
    font-size: 6rem;
    line-height: 5.5rem;
  }
}

.block-title__title_md_extra {
  font-size: 1rem;
  line-height: 1.5rem;
}

@media screen and (min-width: 992px) {
  .block-title__title_md_extra {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}

.block-title__title_md {
  font-size: 1.875rem;
  line-height: 2.5rem;
}

@media screen and (min-width: 992px) {
  .block-title__title_md {
    font-size: 2.25rem;
    line-height: 2.75rem;
  }
}

.block-title__title_md-large {
  font-size: 1.875rem;
  line-height: 2.5rem;
}

@media screen and (min-width: 992px) {
  .block-title__title_md-large {
    font-size: 3rem;
    line-height: 3.75rem;
  }
}

.block-title__title_accent {
  color: #ffdf17;
}

.block-title__light-color {
  color: #fff;
}

.block-title__title_font-weight-sm {
  font-weight: 400;
}

.block-title__title_font-weight-md {
  font-weight: 500;
}

.block-title__title_max-height {
  height: 100%;
}

.block-subtitle {
  margin-bottom: 16px;
  margin-top: 24px;
}

.block-subtitle_font-size_20 {
  font-size: 1.25rem;
}

.block-subtitle_font-size_16 {
  font-size: 1rem;
}

.mb-0 {
  margin-bottom: 0;
}

.block-title__subtitle {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #161616;
}

@media screen and (min-width: 992px) {
  .block-title__subtitle {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.block-title__subtitle_uppercase {
  text-transform: uppercase;
}

.block-title__subtitle_small {
  font-size: 1rem;
  line-height: 1.25rem;
}

.block-title__subtitle-light {
  color: #fff;
}

.block-title__subtitle_font-weight-md {
  font-weight: 500;
}

.block-title__subtitle_font-weight-sm {
  font-weight: 400;
}

.block-title__subtitle_margin-bottom-sm {
  margin-bottom: 8px;
}

.block-title__subtitle_margin-bottom-sm-mobile {
  margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
  .block-title__subtitle_margin-bottom-sm-mobile {
    margin-bottom: 0;
  }
}

.block-title__span {
  color: #6f6f6f;
  margin-left: 30px;
  min-width: 195px;
  line-height: 1.5rem;
}

@media screen and (min-width: 992px) {
  .block-title__span {
    line-height: 2.5rem;
  }
}

.block-title__span_lh-middle {
  line-height: 1.5rem;
}

.block-title__md {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #161616;
}

@media screen and (min-width: 992px) {
  .block-title__md {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.block-title__title_sm {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.block-title__title-light {
  color: #fff;
}

.block-title__title_font-weight-lg {
  font-weight: 600;
}

.block-title__supportive {
  color: #6f6f6f;
}

.block-title_margin-sm {
  margin-top: 8px;
  margin-right: 0;
}

@media screen and (min-width: 576px) {
  .block-title_margin-sm {
    margin-right: 8px;
    margin-top: 0;
  }
}

.block-title_align-start {
  align-items: flex-start;
}

@media screen and (min-width: 576px) {
  .block-title_align-start {
    align-items: center;
  }
}

.block-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.block-title_column-mobile {
  flex-direction: column;
  align-items: flex-start;
}

@media screen and (min-width: 992px) {
  .block-title_column-mobile {
    flex-direction: row;
    align-items: center;
  }
}

@media screen and (min-width: 992px) {
  .block-title_display-media {
    display: none;
  }
}

.block-title_align-start {
  align-items: flex-start;
}

.block-title_justify-start {
  justify-content: flex-start;
}

.block-title__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  min-width: 100px;
}

.block-title__link:focus .block-title__link-name,
.block-title__link:active .block-title__link-name {
  color: #161616;
  text-decoration: none;
}

.block-title__link:focus .block-title__link-icon,
.block-title__link:active .block-title__link-icon {
  filter: brightness(0%);
}

.block-title__link_width-middle {
  max-width: calc(40% - 24px);
  width: 100%;
}

@media screen and (max-width: 992px) {
  .block-title__link_display-media {
    display: none;
  }
}

.block-title__link_margin-x-small {
  margin: 0 12px;
}

.block-title__link_no-wrap {
  white-space: nowrap;
}

.block-title__link-name {
  margin-right: 12px;
  font-size: 1rem;
  line-height: 1.25rem;
  color: #161616;
}

@media screen and (min-width: 992px) {
  .block-title__link-name {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media screen and (min-width: 992px) {
  .block-title__link-name_md {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}

.block-title-small__link-name {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media screen and (min-width: 992px) {
  .block-title-small__link-name {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

.block-title__link-icon {
  height: 25px;
  filter: none;
}

.block-title__link-icon_margin-left-sm {
  margin-left: 12px;
}

.block-title__link-name_large {
  color: #1e4dba;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.block-title__link-name-icon {
  transform: rotate(90deg);
  margin-left: 15px;
  margin-top: 5px;
  transition: 0.3s;
  filter: none;
}

.section-block {
  padding: 40px 0;
}

@media screen and (min-width: 992px) {
  .section-block {
    padding: 80px 0;
  }
}

.section-block_padding-0 {
  padding: 0;
}

.section-block_bg-gradient-blue {
  background: -o-linear-gradient(357.56deg, #1a347a 3.99%, #1E42A6 76.52%, #1a347a 100.69%);
  background: linear-gradient(92.44deg, #1a347a 3.99%, #1E42A6 76.52%, #1a347a 100.69%);
}

.section-block_bg-grey {
  background: #f0f0f0;
}

.section-block_bg_light-grey {
  background: #f9f9f9;
}

.section-block_bg-primary {
  background: #22429a;
}

.section-block_bg-gradient-primary {
  background: #22429a;
}

.section-block-medium {
  padding: 20px 0;
}

@media screen and (min-width: 992px) {
  .section-block-medium {
    padding: 40px 0;
  }
}

.section-block-mb-middle {
  margin-bottom: 40px;
}

.section-block-mb-large {
  margin-bottom: 60px;
}

.section-block-md-def {
  padding: 30px 0;
}

@media screen and (min-width: 768px) {
  .section-block-md-def {
    padding: 80px 0;
  }
}

.section-block-sm {
  padding: 20px 0;
}

.section-light {
  background-color: #fff;
}

.section-grey {
  background-color: #f4f4f4;
}

.section-primary {
  background-color: #f4f4f4;
}

.section-feedback {
  padding: 0;
  background-color: #f4f4f4;
  padding-top: 40px;
}

@media screen and (min-width: 768px) {
  .section-feedback {
    padding: 80px 0;
  }
}

@media screen and (min-width: 992px) {
  .section-feedback {
    background-color: #f4f4f4;
    margin-top: 0;
  }
}

@media screen and (min-width: 1200px) {
  .section-feedback {
    padding-bottom: 0;
    background-color: #f4f4f4;
  }
}

.feedback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #f4f4f4;
  border-radius: 8px;
}

@media screen and (min-width: 576px) {
  .feedback {
    flex-direction: row;
    padding: 20px 40px;
    background-color: #fff;
  }
}

@media screen and (min-width: 992px) {
  .feedback {
    background-color: #fff;
  }
}

.feedback-box__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #fff;
  padding: 15px 16px;
  border-bottom: 2px solid #f4f4f4;
}

@media screen and (min-width: 576px) {
  .feedback-box__question {
    width: 50%;
    padding: 0;
    background: #fff;
    border: none;
  }
}

@media screen and (min-width: 992px) {
  .feedback-box__question {
    background-color: #fff;
  }
}

.feedback__question {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-right: 32px;
  padding: 6px;
}

@media screen and (min-width: 768px) {
  .feedback__question {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.feedback__link {
  color: #1e4dba;
  font-weight: 500;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-left: 20px;
  padding: 6px;
  transition: 0.3s;
}

.feedback__link:hover {
  background: #f4f4f4;
  border-radius: 4px;
}

@media screen and (min-width: 768px) {
  .feedback__link {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-left: 32px;
  }
}

.feedback__link:focus,
.feedback__link:active {
  outline: none;
}

.feedback-box__advice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: left;
  align-items: center;
  width: 100%;
  background: #fff;
  padding: 24px 16px;
  font-size: 0.875rem;
}

@media screen and (min-width: 576px) {
  .feedback-box__advice {
    width: 50%;
    padding: 0;
    justify-content: flex-end;
  }
}

@media screen and (min-width: 1200px) {
  .feedback-box__advice {
    width: 50%;
  }
}

.advice__link {
  color: #1e4dba;
  font-weight: 500;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  font-size: 0.875rem;
  line-height: 16px;
  padding: 6px;
  text-align: left;
  transition: 0.3s;
}

.advice__link:hover {
  background: #f4f4f4;
  border-radius: 4px;
}

.advice__link:focus,
.advice__link:active {
  outline: none;
}

@media screen and (min-width: 576px) {
  .advice__link {
    text-align: right;
  }
}

@media screen and (min-width: 768px) {
  .advice__link {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media screen and (min-width: 0) and (max-width: 767px) {
  .vertical-nav-transform {
    border-radius: 8px;
    height: 56px;
    transition: 0.3s;
    width: 100%;
    cursor: pointer;
    z-index: 100000;
    position: relative;
  }

  .vertical-nav-transform .vertical-nav {
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 100;
    position: relative;
  }

  .vertical-nav-transform .vertical-nav_mobile {
    min-height: 0;
    max-height: 0;
    overflow: hidden;
    margin-top: 5px;
  }
}

.vertical-nav-transform__header {
  background: #f9f9f9;
  border-radius: 8px;
  padding: 8px;
}

@media screen and (min-width: 768px) {
  .vertical-nav-transform__header {
    display: none;
  }
}

.vertical-nav-transform__header .vertical-nav__item-name {
  color: #1e4dba;
}

@media screen and (min-width: 0) and (max-width: 767px) {
  .vertical-nav-transform__overlay {
    background: #2f2e2e33;
    left: 0;
    right: 0;
    height: 100%;
    top: 0;
    bottom: 0;
    position: fixed;
    z-index: 1;
  }
}

.vertical-nav {
  margin-right: 24px;
  width: 280px;
}

.vertical-nav .vertical-nav__link {
  transition: 0.3s;
}

.vertical-nav .vertical-nav__link.active {
  background-color: #1e4dba;
}

.vertical-nav .vertical-nav__link.active .vertical-nav__item-name {
  color: #fff;
}

.vertical-nav .vertical-nav__link:hover {
  text-decoration: none;
}

.vertical-nav .vertical-nav__children-link {
  transition: 0.3s;
  margin: 2px 0;
}

.vertical-nav .vertical-nav__children-link:hover {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .vertical-nav .vertical-nav__children-link:hover {
    border-left: 2px solid #255fe5;
    background: #fff;
    color: #161616;
  }
}

.vertical-nav .vertical-nav__children-link_active {
  border-left: 2px solid #255fe5;
  background: #fff;
  color: #161616;
}

.vertical-nav .vertical-nav__children-link_active:hover,
.vertical-nav .vertical-nav__children-link_active:active,
.vertical-nav .vertical-nav__children-link_active:focus {
  text-decoration: none;
}

.vertical-nav__parent.active .vertical-nav__link {
  background-color: #1e4dba;
}

.vertical-nav__parent.active .vertical-nav__link .vertical-nav__item-name {
  color: #fff;
}

.vertical-nav__parent.active .vertical-nav__link .vertical-nav__arrow {
  background: white;
}

.vertical-nav__parent.active .vertical-nav__link .vertical-nav__arrow:focus {
  background: #ffdf17;
}

.vertical-nav__parent .vertical-nav__link {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
  padding: 2px 0 2px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 0) and (max-width: 767px) {
  .vertical-nav__parent .vertical-nav__link {
    margin: 2px;
  }
}

.vertical-nav__parent .vertical-nav__link .vertical-nav__item-name {
  padding: 10px 20px 10px 0;
  margin-right: 50px;
  width: 100%;
}

.vertical-nav__parent .vertical-nav__link .vertical-nav__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100% - 6px);
  padding: 0 10px;
  border-radius: 8px;
  margin: 2px;
  position: absolute;
  right: 1px;
  filter: initial;
  align-items: center;
  top: 1px;
}

.vertical-nav__parent .vertical-nav__link .vertical-nav__arrow img {
  transition: 0.3s;
}

@media screen and (min-width: 0) and (max-width: 767px) {
  .vertical-nav_mobile {
    margin-top: 1px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.07);
  }
}

.vertical-nav__box {
  background: #f9f9f9;
  border-radius: 8px;
}

.vertical-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin: 2px 0;
}

.vertical-nav__item.active .vertical-nav__arrow img {
  transition: transform 500ms;
}

.vertical-nav__item.vertical-nav__parent-active .vertical-nav__arrow img {
  transition: transform 500ms;
  transform: rotate(90deg);
}

.vertical-nav__item.vertical-nav__parent-active .vertical-nav__children-active {
  display: block !important;
}

.vertical-nav__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 12px 16px 12px 14px;
  border-left: 2px solid transparent;
  transition: 0.3s;
  border-radius: 8px;
  position: relative;
  color: #161616;
}

.vertical-nav__link:focus {
  border-left: 2px solid #255fe5;
  background: #fff;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
  padding: 12px 16px 12px 14px;
  color: #161616;
}

.vertical-nav__link:focus .vertical-nav__item-name {
  color: #161616;
}

.vertical-nav__link:active .vertical-nav__arrow {
  filter: none;
}

@media screen and (min-width: 768px) {
  .vertical-nav__link:hover {
    background-color: #1e4dba;
    border-radius: 8px;
  }

  .vertical-nav__link:hover .vertical-nav__item-name {
    color: #fff;
  }

  .vertical-nav__link:hover .vertical-nav__arrow {
    background: white;
  }
}

.vertical-nav__item-name {
  color: #161616;
  margin-right: 8px;
}

.vertical-nav__item-name:focus {
  background: none;
  box-shadow: none;
  text-decoration: underline;
}

.link .vertical-nav__item-name {
  color: #1e4dba;
}

.vertical-nav__arrow {
  transition: transform 500ms;
  filter: none;
}

.vertical-nav__arrow:focus {
  box-shadow: initial;
}

.vertical-nav__arrow:focus:active .vertical-nav__arrow {
  filter: none;
}

.vertical-nav__arrow:focus img,
.vertical-nav__arrow:active img {
  filter: none;
}

.vertical-nav__arrow.rotated {
  transform: rotate(90deg);
}

.vertical-nav__arrow img {
  transform: rotate(0deg);
  filter: none;
}

.vertical-nav__children {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease-in-out;
}

.vertical-nav__children-link {
  display: block;
  padding: 16px 42px 16px 40px;
  border-left: 2px solid transparent;
  font-size: 0.875rem;
}

.vertical-nav__children-link:focus,
.vertical-nav__children-link:active {
  border-left: 2px solid #255fe5;
  background: #fff;
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
  color: #161616;
}

.breadcrumb-section {
  padding-top: 11px;
}

.breadcrumb-section_position-absolute {
  display: none;
}

@media screen and (min-width: 992px) {
  .breadcrumb-section_position-absolute {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0;
    top: -24px;
  }
}

@media screen and (min-width: 1200px) {
  .breadcrumb-section_position-absolute {
    top: -40px;
  }
}

.breadcrumb {
  flex-wrap: wrap;
}

.breadcrumb .breadcrumb__link {
  transition: 0.3s;
}

.breadcrumb .breadcrumb__link:hover {
  text-decoration: none;
}

.breadcrumb-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: 8px;
  margin-bottom: 40px;
  padding: 4px 0;
}

.breadcrumb__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
}

.breadcrumb__item::after {
  content: "";
  background: url(/images/breadcrumb.svg?c8be511f83e1bb91fb817ce7fa1ed6b8) no-repeat;
  width: 5px;
  height: 8px;
  margin: 0 8px;
}

.breadcrumb__item:last-child:after {
  display: none;
}

.breadcrumb__item_light {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
}

.breadcrumb__item_light::after {
  background: url(/images/breadcrumb-light.svg?2ed83c984a56451f05ff5d653dd8fa54) no-repeat;
}

.breadcrumb__link {
  font-size: 1rem;
  line-height: 1.5rem;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  transition: 0.3s;
  color: #1e4dba;
}

.breadcrumb__link:hover {
  color: #255fe5;
  text-decoration: underline;
}

.breadcrumb__link_light {
  color: #fff;
}

.breadcrumb__link_light:hover {
  color: #ffdf17;
  text-decoration: underline;
}

.breadcrumb__link_active {
  color: #161616;
  text-decoration: none;
  transition: 0.3s;
}

.breadcrumb__link_active:hover {
  color: #161616;
  cursor: default;
}

.breadcrumb__link_light.breadcrumb__link_active {
  color: #ffdf17;
  text-decoration: none;
  transition: 0.3s;
}

.breadcrumb__link_light.breadcrumb__link_active:hover {
  color: #ffdf17;
  cursor: default;
}

.link {
  color: #1e4dba;
  transition: 0.3s;
}

.link:hover {
  color: #255fe5;
  text-decoration: underline;
}

.link__underline {
  text-decoration: underline;
}

.link__through {
  text-decoration: line-through;
  color: #979898;
}

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

.lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  transition: max-height 500ms;
}

.list {
  width: 25%;
  margin-bottom: 64px;
  padding-right: 24px;
}

.list:nth-child(5),
.list:nth-child(6),
.list:nth-child(7) {
  margin-bottom: 48px;
}

.list__title {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 28px;
}

.list__item {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #161616;
  opacity: 0.9;
  margin-bottom: 16px;
}

.list__item:last-of-type {
  margin-bottom: 0;
}

.list__item-link {
  color: #161616;
}

.pagination-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (min-width: 992px) {
  .pagination-section {
    margin-top: 80px;
  }
}

.pagination-section_center {
  justify-content: center;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.pagination_margin-top-lg {
  margin-top: 40px;
}

@media screen and (min-width: 576px) {
  .pagination_margin-top-lg {
    margin-top: 80px;
  }
}

.pagination_with-info {
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .pagination_with-info {
    flex-direction: row;
  }
}

.pagination_justify-start {
  justify-content: flex-start;
}

.pagination__info {
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .pagination__info {
    margin-bottom: 0;
  }
}

.page-item {
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #1e4dba;
  transition: 0.3s;
  background: #f9f9f9;
}

.page-item:hover {
  background-color: #1e4dba;
}

.page-item:hover .page-link {
  color: #fff;
}

.page-item.active {
  background-color: #fff;
  color: #161616;
  border-bottom: 2px solid #1e4dba;
  padding-top: 2px;
}

.page-item.active:focus {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
  background: #ffdf17;
  border-color: #161616;
}

.page-item.active:hover {
  background-color: #fff;
}

.page-item.active:hover .page-link {
  color: #161616;
}

.page-item.disabled {
  background: #f9f9f9;
}

.page-item.disabled:hover {
  color: #1e4dba;
}

.page-item.disabled:hover .page-link {
  color: #1e4dba;
}

.page-item:first-child:hover:not(.disabled) .page-link {
  filter: brightness(0) invert(1);
}

.page-item:first-child .page-link {
  background: url(/images/arrow.svg?73938961e7ff5ca5c79ce47755ab42d4) no-repeat;
  background-position: center;
  transform: rotate(-180deg);
  color: transparent;
}

.page-item:last-child:hover:not(.disabled) .page-link {
  filter: brightness(0) invert(1);
}

.page-item:last-child .page-link {
  background: url(/images/arrow.svg?73938961e7ff5ca5c79ce47755ab42d4) no-repeat;
  background-position: center;
  color: transparent;
}

.page-link {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
}

.page-link:focus {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
  border-bottom: 2px solid #161616;
  padding-top: 2px;
}

.page-link:focus:hover {
  color: #161616;
}

.page-link:focus:active {
  color: #fff;
  background: #1e4dba;
}

html.accessibility-size.large-1 .info-banner__media-title {
  font-size: 1.125rem;
}

@media screen and (min-width: 576px) {
  html.accessibility-size.large-1 .info-banner__media-title {
    font-size: 1.625rem;
  }
}

@media screen and (min-width: 768px) {
  html.accessibility-size.large-1 .info-banner__media-title {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 992px) {
  html.accessibility-size.large-1 .info-banner__media-title {
    font-size: 28px;
  }
}

@media screen and (min-width: 1200px) {
  html.accessibility-size.large-1 .info-banner__media-title {
    font-size: 32px;
  }
}

html.accessibility-size.large-1 .info-banner__link {
  font-size: 0.875rem;
  margin-top: 0;
}

@media screen and (min-width: 576px) {
  html.accessibility-size.large-1 .info-banner__link {
    font-size: 1rem;
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  html.accessibility-size.large-1 .info-banner__link {
    margin-top: 0;
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 992px) {
  html.accessibility-size.large-1 .info-banner__link {
    font-size: 1.375rem;
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  html.accessibility-size.large-1 .search-radio-button {
    flex-direction: column;
  }
}

@media screen and (min-width: 992px) {
  html.accessibility-size.large-1 .search-radio-button {
    flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  html.accessibility-size.large-1 .search-radio-button__item {
    margin-top: 16px;
  }
}

@media screen and (min-width: 992px) {
  html.accessibility-size.large-1 .search-radio-button__item {
    margin-top: 0;
  }
}

@media screen and (min-width: 992px) {
  html.accessibility-size.large-1 .desktop-main-menu__container {
    align-items: baseline;
  }
}

@media screen and (min-width: 1200px) {
  html.accessibility-size.large-1 .desktop-main-menu__container {
    align-items: center;
  }
}

html.accessibility-size.large-1 .team-item__info-link-title {
  font-size: initial;
}

html.accessibility-size.large-2 .info-banner__media-title {
  font-size: 1rem;
}

@media screen and (min-width: 576px) {
  html.accessibility-size.large-2 .info-banner__media-title {
    font-size: 1.625rem;
    line-height: 30px;
  }
}

@media screen and (min-width: 768px) {
  html.accessibility-size.large-2 .info-banner__media-title {
    font-size: 1rem;
  }
}

@media screen and (min-width: 992px) {
  html.accessibility-size.large-2 .info-banner__media-title {
    font-size: 28px;
    line-height: 50px;
  }
}

@media screen and (min-width: 1200px) {
  html.accessibility-size.large-2 .info-banner__media-title {
    font-size: 32px;
  }
}

html.accessibility-size.large-2 .info-banner__link {
  font-size: 0.625rem;
  margin-top: 0;
}

@media screen and (min-width: 576px) {
  html.accessibility-size.large-2 .info-banner__link {
    font-size: 1rem;
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  html.accessibility-size.large-2 .info-banner__link {
    margin-top: 0;
    font-size: 0.75rem;
  }
}

@media screen and (min-width: 992px) {
  html.accessibility-size.large-2 .info-banner__link {
    font-size: 1.25rem;
    margin-top: 20px;
  }
}

html.accessibility-size.large-2 .check::before {
  top: 3px;
  left: 3px;
}

@media screen and (min-width: 768px) {
  html.accessibility-size.large-2 .check::before {
    left: 4px;
  }
}

html.accessibility-size.large-2 .check-custom::before {
  top: 3px;
  left: 3px;
}

@media screen and (min-width: 768px) {
  html.accessibility-size.large-2 .check-custom::before {
    left: 4px;
  }
}

@media screen and (min-width: 768px) {
  html.accessibility-size.large-2 .search-radio-button {
    flex-direction: column;
  }
}

@media screen and (min-width: 992px) {
  html.accessibility-size.large-2 .search-radio-button {
    flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  html.accessibility-size.large-2 .search-radio-button__item {
    margin-top: 16px;
  }
}

@media screen and (min-width: 992px) {
  html.accessibility-size.large-2 .search-radio-button__item {
    margin-top: 0;
  }
}

@media screen and (min-width: 992px) {
  html.accessibility-size.large-2 .desktop-main-menu__container {
    align-items: baseline;
  }
}

@media screen and (min-width: 1200px) {
  html.accessibility-size.large-2 .desktop-main-menu__container {
    align-items: center;
  }
}

html.accessibility-size.large-2 .team-item__info-link-title {
  font-size: initial;
}

html.accessibility-size.large-3 .info-banner__media-title {
  font-size: 0.75rem;
}

@media screen and (min-width: 576px) {
  html.accessibility-size.large-3 .info-banner__media-title {
    font-size: 1.375rem;
  }
}

@media screen and (min-width: 768px) {
  html.accessibility-size.large-3 .info-banner__media-title {
    font-size: 0.75rem;
  }
}

@media screen and (min-width: 992px) {
  html.accessibility-size.large-3 .info-banner__media-title {
    font-size: 1.75rem;
  }
}

@media screen and (min-width: 1200px) {
  html.accessibility-size.large-3 .info-banner__media-title {
    font-size: 2rem;
  }
}

html.accessibility-size.large-3 .info-banner__link {
  font-size: 0.625rem;
  margin-top: 0;
}

@media screen and (min-width: 576px) {
  html.accessibility-size.large-3 .info-banner__link {
    font-size: 1.125rem;
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  html.accessibility-size.large-3 .info-banner__link {
    margin-top: 0;
    font-size: 0.625rem;
  }
}

@media screen and (min-width: 992px) {
  html.accessibility-size.large-3 .info-banner__link {
    font-size: 1.375rem;
    margin-top: 20px;
  }
}

html.accessibility-size.large-3 .check::before {
  top: 3px;
  left: 3px;
}

@media screen and (min-width: 768px) {
  html.accessibility-size.large-3 .check::before {
    left: 4px;
  }
}

html.accessibility-size.large-3 .check-custom::before {
  top: 3px;
  left: 3px;
}

@media screen and (min-width: 768px) {
  html.accessibility-size.large-3 .check-custom::before {
    left: 4px;
  }
}

@media screen and (min-width: 768px) {
  html.accessibility-size.large-3 .search-radio-button {
    flex-direction: column;
  }
}

@media screen and (min-width: 992px) {
  html.accessibility-size.large-3 .search-radio-button {
    flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  html.accessibility-size.large-3 .search-radio-button__item {
    margin-top: 16px;
  }
}

@media screen and (min-width: 992px) {
  html.accessibility-size.large-3 .search-radio-button__item {
    margin-top: 0;
  }
}

@media screen and (min-width: 992px) {
  html.accessibility-size.large-3 .desktop-main-menu__container {
    align-items: baseline;
  }
}

@media screen and (min-width: 1400px) {
  html.accessibility-size.large-3 .desktop-main-menu__container {
    align-items: center;
  }
}

html.accessibility-size.large-3 .input-select {
  min-width: 220px;
}

html.accessibility-size.large-3 .team-item__info-link-title {
  font-size: initial;
}

.form-input_max-width {
  width: 100%;
}

.form-input__label {
  margin-bottom: 6px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

@media screen and (min-width: 992px) {
  .form-input__label {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.form-input__input {
  padding: 8px 16px;
  border: 2px solid #8d8d8d;
  border-radius: 4px;
  background: #f9f9f9;
  box-shadow: none;
  -webkit-appearance: none;
  transition: 0.3s;
  max-height: 46px;
}

.form-input__input:hover {
  cursor: pointer;
  background: #f4f4f4;
}

.form-input__input::-moz-placeholder {
  color: #a8a8a8;
}

.form-input__input:-ms-input-placeholder {
  color: #a8a8a8;
}

.form-input__input::-ms-input-placeholder {
  color: #a8a8a8;
}

.form-input__input::placeholder {
  color: #a8a8a8;
}

.is-invalid .form-input__input {
  border-color: #d8222f;
}

.is-invalid .validation-message {
  color: #d8222f;
  margin-top: 4px;
}

.form-input__input_search::-webkit-search-cancel-button {
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
  height: 24px;
  width: 24px;
  background: url(/images/close-rounded.svg?7f9044f77247d6ef52afe06deaf93f9b) no-repeat center;
}

.form-box {
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .form-box {
    width: 50%;
  }
}

.form {
  width: 100%;
}

.form.form_gap-large {
  gap: 35px;
}

.form_margin-x-auto {
  margin: 0 auto;
}

.form_max-width {
  max-width: 600px;
}

.form_row-direction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 1200px) {
  .form_row-direction {
    flex-direction: row;
    align-items: center;
  }
}

.form-title {
  margin-bottom: 20px;
  font-weight: 600;
  color: #161616;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

@media screen and (min-width: 992px) {
  .form-title {
    font-size: 2rem;
    line-height: 40px;
  }
}

.form-input,
.form-select,
.form-radio-button,
.form-date,
.form-textarea,
.form-files,
.form-checkbox,
.form-button {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.form-input.mb-none,
.form-select.mb-none,
.form-radio-button.mb-none,
.form-date.mb-none,
.form-textarea.mb-none,
.form-files.mb-none,
.form-checkbox.mb-none,
.form-button.mb-none {
  margin-bottom: 0;
}

.form-input.mb-tiny,
.form-select.mb-tiny,
.form-radio-button.mb-tiny,
.form-date.mb-tiny,
.form-textarea.mb-tiny,
.form-files.mb-tiny,
.form-checkbox.mb-tiny,
.form-button.mb-tiny {
  margin-bottom: 8px;
}

.form-input.width-small,
.form-select.width-small,
.form-radio-button.width-small,
.form-date.width-small,
.form-textarea.width-small,
.form-files.width-small,
.form-checkbox.width-small,
.form-button.width-small {
  width: 156px;
}

.search-radio-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.search-radio-button__item {
  width: initial;
  margin-bottom: 5px;
}

.form-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
  justify-content: center;
  align-items: baseline;
}

.form__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

@media screen and (min-width: 1200px) {
  .form__buttons {
    margin-bottom: 0;
  }
}

.form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .form__row {
    flex-direction: row;
  }
}

.form__row.grid {
  display: -ms-grid;
  display: grid;
  grid-gap: 20px 30px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

@media screen and (min-width: 992px) {
  .form__row.grid.three-col {
    -ms-grid-columns: 1fr 174px 174px;
    grid-template-columns: 1fr 174px 174px;
  }
}

@media screen and (min-width: 992px) {
  .form__row.grid.four-col {
    -ms-grid-columns: 1fr 1fr 174px 174px;
    grid-template-columns: 1fr 1fr 174px 174px;
  }
}

.form__row.mb-middle {
  margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .form__row.mb-middle {
    margin-bottom: 35px;
  }
}

.form__row.align-end {
  align-items: flex-end;
}

.form-date_max-width {
  width: 100%;
}

.form-date_margin-right {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .form-date_margin-right {
    margin-right: 30px;
    margin-bottom: 0;
  }
}

.form__buttons_margin-bottom-lg {
  margin-bottom: 40px;
}

.btn-primary {
  color: #fff;
  background-color: #22429a;
  padding: 10px 16px;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s;
}

.btn-primary:hover {
  opacity: 0.7;
  cursor: pointer;
  color: #fff;
}

.btn-primary:focus,
.btn-primary:active {
  outline: 3px solid transparent;
  color: #161616;
  background-color: #ffdf17;
  box-shadow: 0 0 #ffdf17, 0 4px #161616;
  -webkit-box-shadow: 0 0 #ffdf17, 0 4px #161616;
  text-decoration: none;
  border-radius: 0;
}

.btn-primary:focus:hover,
.btn-primary:active:hover {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .btn-primary {
    font-size: 1rem;
  }
}

.btn-primary_padding-tiny {
  padding: 8px 18px;
}

.btn-primary_rotate-x img {
  transform: rotate(180deg);
}

.btn-primary_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn-primary_justify-center {
  justify-content: center;
}

.btn-primary_width-max {
  width: 100%;
}

.btn-primary_align-start {
  align-self: flex-start;
}

.btn-primary_text-center {
  text-align: center;
}

.btn-primary_font-weight-md {
  font-weight: 500;
}

.btn-primary_xl {
  padding: 20px;
  min-width: 250px;
  font-size: 20px;
  line-height: 1.5rem;
  border-radius: 9px;
}

@media screen and (min-width: 768px) {
  .btn-primary_xl {
    padding: 26px 24px;
    min-width: 300px;
    font-size: 24px;
    line-height: 36px;
  }
}

.btn-with-border {
  background-color: #fff;
  color: #22429a;
  border: 2px solid #22429a;
  padding: 8px 16px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 0.875rem;
  transition: 0.2s;
}

.btn-with-border:hover {
  opacity: 0.7;
  cursor: pointer;
}

.btn-with-border:focus,
.btn-with-border:active {
  outline: 3px solid transparent;
  color: #161616;
  background-color: #ffdf17;
  box-shadow: 0 0 #ffdf17, 0 4px #161616;
  -webkit-box-shadow: 0 0 #ffdf17, 0 4px #161616;
  text-decoration: none;
  border-radius: 0;
  border-color: #ffdf17;
}

.btn-with-border:focus:hover,
.btn-with-border:active:hover {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .btn-with-border {
    font-size: 1rem;
  }
}

.btn-with-border_grey {
  border-color: #6f6f6f;
  color: #6f6f6f;
  background-color: transparent;
}

.footer__subscription .mailing__form-input {
  margin-bottom: 0;
  width: 100%;
  max-width: 100%;
}

.footer__subscription .mailing__form-button {
  margin-bottom: 0;
  justify-content: flex-end;
  margin-top: 16px;
}

@media screen and (min-width: 576px) {
  .footer__subscription .mailing__form-button {
    margin-left: 16px;
    margin-top: 0;
  }
}

.footer__subscription {
  margin-bottom: 18px;
  margin-top: 25px;
}

.footer__subscription-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.footer__subscription-link:hover .footer__subscription-title {
  color: #8d8d8d;
}

.footer__subscription-link:focus,
.footer__subscription-link:active {
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  background-color: #fff;
  border-radius: 2px;
}

.footer__subscription-link:focus .footer__subscription-icon,
.footer__subscription-link:active .footer__subscription-icon {
  filter: brightness(0%);
}

.footer__subscription-link:focus .footer__subscription-title,
.footer__subscription-link:active .footer__subscription-title {
  color: #161616;
}

.footer__subscription-icon {
  margin-right: 16px;
}

@media screen and (min-width: 768px) {
  .footer__subscription-icon {
    margin-right: 24px;
  }
}

.footer__subscription-title {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5rem;
  transition: 0.3s;
}

.mailing-box {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.07), 0px 3px 14px rgba(0, 0, 0, 0.06), 0px 4px 5px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 576px) {
  .mailing-box {
    padding: 40px;
  }
}

.mailing {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .mailing {
    width: 80%;
  }
}

@media screen and (min-width: 992px) {
  .mailing {
    width: 50%;
  }
}

.mailing-block-title {
  margin-bottom: 16px;
}

.mailing-block-title__title {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

@media screen and (min-width: 992px) {
  .mailing-block-title__title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.mailing__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

@media screen and (min-width: 576px) {
  .mailing__form {
    flex-wrap: nowrap;
  }
}

.mailing__form .mailing__form-button-btn {
  background-color: #e0e0e0;
  color: #161616;
  transition: 0.3s;
}

.mailing__form .mailing__form-button-btn:hover {
  background-color: #f4f4f4;
  cursor: pointer;
}

.mailing__form-label {
  color: #fff;
  font-weight: 500;
}

.mailing__form-input-input {
  border-color: #e0e0e0;
  padding: 8px 16px;
  background-color: #e0e0e0;
}

.toast {
  max-width: 300px;
  width: 100%;
  background: #fff;
  position: fixed;
  top: 6px;
  right: 6px;
  z-index: 100002;
  border-radius: 6px;
  padding: 10px;
  border: 2px solid #498cfc;
  border-left: 6px solid #498cfc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  transform: translateX(500px);
  transition: 0.7s;
}

@media screen and (min-width: 992px) {
  .toast {
    max-width: 417px;
    top: 16px;
    right: 16px;
    padding: 18px;
  }
}

.toast__content {
  width: 100%;
  padding-left: 38px;
  position: relative;
}

.toast__content::before {
  content: "";
  background: url(/images/alert-info.svg?7bc9618806d6a26af2a734817173f73d);
  width: 24px;
  height: 24px;
  position: absolute;
  top: 2px;
  left: 0;
}

.toast__title {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #333333;
}

@media screen and (min-width: 992px) {
  .toast__title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.toast__subtitle {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #333333;
  margin: 0;
}

@media screen and (min-width: 992px) {
  .toast__subtitle {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.toast__close {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  cursor: pointer;
  transition: 0.3s;
}

.toast__close:hover {
  opacity: 0.6;
}

.error {
  border-color: #d8222f;
}

.error .toast__content::before {
  background: url(/images/alert-error.svg?bef9198b940334d54b7ffcc5a562ffe3);
}

.fail {
  border-color: #fcd04b;
}

.fail .toast__content::before {
  background: url(/images/alert-warning.svg?257be03624b113542806e198a89287a1);
}

.success {
  border-color: #12c283;
}

.success .toast__content::before {
  background: url(/images/alert-success.svg?bef34cd701e1c6d561d0897dc7656470);
}

.cookie-message {
  background: #fff;
  padding: 16px;
  box-shadow: 0 -10px 60px rgba(0, 0, 0, 0.1);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100003;
  transition: 0.3s;
  display: none;
}

@media screen and (min-width: 576px) {
  .cookie-message {
    padding: 24px;
  }
}

@media screen and (min-width: 768px) {
  .cookie-message {
    max-width: 645px;
    box-shadow: 0 4px 60px rgba(0, 0, 0, 0.1);
    padding: 32px;
    border-radius: 8px;
    bottom: 40px;
    left: 40px;
  }
}

@media screen and (min-width: 1400px) {
  .cookie-message {
    left: calc(50vw - 700px);
  }
}

.closed-cookie-message {
  transform: translateX(-100%);
  left: 0;
}

.cookie-message__info {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #161616;
}

.cookie-message__info-link {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-decoration: underline;
  transition: 0.2s;
  color: #161616;
}

.cookie-message__info-link:hover {
  text-decoration: none;
}

.cookie-message__buttons {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 576px) {
  .cookie-message__buttons {
    margin-top: 24px;
    flex-direction: row;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .cookie-message__buttons {
    margin-top: 32px;
  }
}

.cookie-message__buttons-item {
  margin-top: 10px;
  width: 100%;
  max-width: 300px;
}

.cookie-message__buttons-item:first-child {
  margin-top: 0;
}

@media screen and (min-width: 576px) {
  .cookie-message__buttons-item {
    margin-top: 0;
    width: initial;
  }
}

.social-networks {
  display: none;
  gap: 16px;
}

@media screen and (min-width: 1400px) {
  .social-networks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-left: 72px;
  }
}

.social-networks_alt {
  display: none;
}

@media screen and (min-width: 992px) {
  .social-networks_alt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
  }
}

.social-networks_header {
  margin-bottom: 48px;
}

.social-networks_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  margin-bottom: 20px;
  margin-left: 0;
}

.social-networks__item {
  opacity: 0.7;
  min-height: 24px;
  max-height: 24px;
  min-width: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-networks__item:hover {
  opacity: 1;
  cursor: pointer;
}

.social-networks__item:focus,
.social-networks__item:active {
  outline: none;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 0 4px #161616;
}

.social-networks__item:focus img,
.social-networks__item:focus svg,
.social-networks__item:active img,
.social-networks__item:active svg {
  filter: brightness(0%);
}

.social-networks__item img,
.social-networks__item svg {
  max-height: 24px;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.social-networks__item svg path {
  fill: #6F6F6F !important;
}

.social-networks__item_white svg path {
  fill: #fff !important;
}

.social-networks__item_white:focus,
.social-networks__item_white:active {
  opacity: 1;
  background-color: transparent;
}

.social-networks__item_white:focus svg,
.social-networks__item_white:focus img,
.social-networks__item_white:active svg,
.social-networks__item_white:active img {
  filter: none;
}

.admin-edit-button {
  position: fixed;
  top: 70%;
  right: 24px;
  background-color: #1e4dba;
  border-radius: 50%;
  height: 68px;
  width: 68px;
  opacity: 0.8;
  display: none;
  transition: 0.3s;
  z-index: 10001;
}

.admin-edit-button:hover {
  opacity: 1;
  cursor: pointer;
  color: #fff;
}

.admin-edit-button:focus,
.admin-edit-button:active {
  box-shadow: none;
  border-radius: 50%;
  background-color: #ffdf17;
}

.admin-edit-button:focus .admin-edit-button__icon,
.admin-edit-button:active .admin-edit-button__icon {
  filter: brightness(0%);
}

.admin-edit-button .admin-edit-button__icon {
  height: 30px;
}

@media screen and (min-width: 992px) {
  .admin-edit-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.media-library {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: -8px;
}

@media screen and (min-width: 992px) {
  .media-library {
    flex-direction: row;
  }
}

.media-library .media-library__main-content {
  margin-top: 8px;
}

.media-library .media-library__content {
  margin-top: 0;
}

.media-library .media-library__content-title {
  font-size: 1rem;
  line-height: 1.5rem;
}

.media-library .media-library__main-card {
  margin: 0;
  width: 100%;
}

@media screen and (min-width: 576px) {
  .media-library .media-library__main-card .card__img-box.with-icon-type:after {
    min-width: 80px;
    max-width: 80px;
    height: 80px;
  }
}

.media-library .media-library__layer-img {
  max-width: 40px;
  margin-bottom: 8px;
}

@media screen and (min-width: 992px) {
  .media-library .media-library__layer-img {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1200px) {
  .media-library .media-library__layer-img {
    margin-bottom: 8px;
  }
}

.media-library_column {
  flex-direction: column;
}

.media-library__main {
  width: 100%;
  margin-bottom: 16px;
}

@media screen and (min-width: 992px) {
  .media-library__main {
    width: calc(50% - 12px);
    margin-bottom: 0;
  }
}

.media-library__main_margin-bottom-none {
  margin-bottom: 0;
}

.media-library__main_margin-bottom-md {
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .media-library__main_margin-bottom-md {
    margin-bottom: 24px;
  }
}

.media-library__main_width-max {
  width: 100%;
}

.media-library__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 992px) {
  .media-library__list {
    width: calc(50% - 12px);
    justify-content: space-between;
    margin: 0;
  }
}

.media-library__list_justify-start {
  justify-content: flex-start;
}

.media-library__list_max-width {
  width: 100%;
}

.media-library__card {
  width: 100%;
  padding: 8px;
  margin: 0 0 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  transition: 0.3s;
  border-radius: 8px;
}

@media screen and (min-width: 576px) {
  .media-library__card {
    width: 50%;
  }

  .media-library__card:nth-child(3),
  .media-library__card:last-child {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 992px) {
  .media-library__card {
    width: calc(50% - 12px);
  }
}

.media-library__card:last-child {
  margin-bottom: 0;
}

.media-library__card:hover {
  background: #f4f4f4;
}

.media-library__card:focus,
.media-library__card:active {
  outline: none;
  box-shadow: none;
  border-radius: 8px;
  background: #f4f4f4;
  border: 2px dashed #255fe5;
  padding: 6px;
}

.media-library__card:focus .card__img,
.media-library__card:focus .card__layer-img,
.media-library__card:focus .title-with-ico__ico,
.media-library__card:active .card__img,
.media-library__card:active .card__layer-img,
.media-library__card:active .title-with-ico__ico {
  filter: none;
}

@media screen and (min-width: 768px) {
  .media-library__card_md {
    width: 33.3333%;
  }
}

@media screen and (min-width: 768px) {
  .media-library__card_lg {
    width: 50%;
  }
}

.media-library__card_margin-bottom-none {
  margin-bottom: 0;
}

.modal-box {
  position: relative;
}

.modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 52px;
  left: 0;
  background: #fff;
  box-shadow: 0 0 0 100000px rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  max-width: 800px;
  min-width: 800px;
  max-height: 700px;
  padding: 24px 32px;
  opacity: 0;
  z-index: -1;
  overflow: auto;
  flex-direction: column;
  transition: 0.3s;
}

@media screen and (min-width: 768px) {
  .modal {
    overflow: hidden;
  }
}

@media screen and (min-width: 1200px) {
  .modal {
    max-width: 1000px;
    min-width: 1000px;
  }
}

@media screen and (min-width: 1400px) {
  .modal {
    max-width: 1200px;
    min-width: 1200px;
  }
}

.modal_height-device-middle {
  max-height: 70vh;
}

.modal_md {
  max-width: 96%;
  min-width: 96%;
  max-height: 96%;
  border-radius: 8px;
}

@media screen and (min-width: 768px) {
  .modal_md {
    max-width: 600px;
    min-width: 600px;
    max-height: 700px;
  }
}

@media screen and (min-width: 992px) {
  .modal_md {
    max-width: 759px;
    min-width: 759px;
  }
}

.modal_padding-none {
  padding: 0;
}

.modal_fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal_open {
  opacity: 1;
  z-index: 10000000001;
}

.modal__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  overflow: auto;
  height: 100%;
}

.modal__content::-webkit-scrollbar {
  display: none;
}

@media screen and (min-width: 992px) {
  .modal__content::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #f4f4f4;
  }

  .modal__content::-webkit-scrollbar {
    width: 3px;
    display: block;
    background-color: #f4f4f4;
  }

  .modal__content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #828282;
  }
}

@media screen and (min-width: 768px) {
  .modal__content_max-height-md-desktop {
    max-height: 700px;
  }
}

.modal__buttons_absolute {
  position: fixed;
  top: 4px;
  right: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .modal__buttons_absolute {
    position: absolute;
    top: 8px;
    right: 16px;
  }
}

.links-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
  flex-direction: column;
  width: 100%;
}

@media screen and (min-width: 1400px) {
  .links-list {
    width: 70%;
  }
}

.links-list_row {
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -12px;
  width: 100%;
}

.links-list_margin-bottom-md {
  margin-bottom: 24px;
}

@media screen and (min-width: 992px) {
  .links-list_margin-bottom-md {
    margin-bottom: 40px;
  }
}

.links-list_margin-bottom-md:last-child {
  margin-bottom: 0;
}

.links-list__item {
  margin-bottom: 16px;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media screen and (min-width: 992px) {
  .links-list__item {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.links-list__item:last-child {
  margin-bottom: 0;
}

.links-list__item_row {
  width: 100%;
  padding: 0 12px;
  margin-bottom: 0;
  margin-top: 16px;
}

@media screen and (min-width: 576px) {
  .links-list__item_row {
    width: 50%;
  }
}

@media screen and (min-width: 992px) {
  .links-list__item_row {
    width: 33.3333%;
  }
}

.btn-close {
  position: absolute;
  height: 30px;
  width: 30px;
  right: 24px;
  top: 24px;
  background: #f4f4f4;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.btn-close_bg-default {
  background: #fff;
}

.btn-close_bg-transparent {
  background: transparent;
}

.btn-close_position-initial {
  position: initial;
}

.btn-close__span {
  position: absolute;
  background: #6f6f6f;
  width: 16px;
  height: 3px;
  border-radius: 10px;
  transform: rotate(-45deg);
}

.btn-close__span_rotate {
  transform: rotate(45deg);
}

.btn-close__span_small {
  height: 2px;
}

.btn-close__span_bg-lighter {
  background: #fff;
}

.image-filter {
  filter: none;
}

table {
  height: 100% !important;
  width: calc(100% - 2px) !important;
  border-collapse: collapse !important;
  border: 1px solid #6f6f6f !important;
}

table.table_no_borders td {
  border-color: transparent !important;
}

table th {
  font-weight: 600;
}

table td {
  width: auto !important;
  padding: 16px !important;
  min-width: 130px;
  border-width: 1px !important;
  border-color: #6f6f6f !important;
  border-style: solid;
}

table td p {
  margin: 0 !important;
  padding: 0 !important;
}

table a:focus img {
  filter: none;
}

.table-wrapper {
  overflow-x: auto;
  max-width: initial;
}

.table-wrapper::-webkit-scrollbar {
  height: 5px;
}

.table-wrapper::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.table-wrapper::-webkit-scrollbar-thumb {
  background: #888;
}

.table-wrapper::-webkit-scrollbar-thumb:hover {
  background: #555;
}

@media screen and (min-width: 768px) {
  .table-wrapper {
    max-width: 434px;
  }
}

@media screen and (min-width: 992px) {
  .table-wrapper {
    max-width: initial;
  }
}


/*# sourceMappingURL=app.main-layout.style.css.map*/