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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: white; }

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

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0; }

p {
  margin-top: 0;
  margin-bottom: 0; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin: 0; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 600; }

dd {
  margin-left: 0; }

blockquote {
  margin: 0; }

b,
strong {
  font-weight: 600; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

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

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
a:not([href]):not([tabindex]):focus {
  outline: 0; }

pre,
code,
kbd,
samp {
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

img {
  vertical-align: middle;
  border-style: none; }

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

table {
  border-collapse: collapse; }

caption {
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

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; }

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

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; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

ul[class],
ol[class],
li {
  list-style: none; }

a {
  color: #000; }

input,
button,
textarea,
select {
  font: inherit; }

h1 {
  margin-block-start: 0;
  margin-block-end: 0; }

button {
  border: none;
  cursor: pointer; }

button, select,
button:active,
button:focus {
  outline: none; }

body {
  font-size: 16px;
  font-family: Roboto, "PT Sans", Courier New, Courier, Arial, Tahoma, Verdana, sans-serif;
  color: #3c4355;
  height: 100vh;
  display: flex;
  flex-direction: column; }

.container {
  max-width: 1276px;
  margin: 0 auto;
  width: 1276px;
  padding: 0 20px; }

.row {
  background: #f4f7fb;
  padding: 17px 0;
  margin-bottom: 38px; }

.bold {
  font-weight: bold; }

.regular {
  font-weight: normal; }

.italic {
  font-style: italic; }

.header {
  height: 200px;
  min-height: 200px;
  color: #fff;
  background: #1e3684;
  display: flex;
  align-items: center; }
.header .container {
  padding: 0; }
.header__wrapper {
  display: flex;
  align-items: center; }
.header a {
  color: #fff; }
.header .logo_img {
  width: 96px;
  height: 111px; }
.header__slogan {
  display: inline-block;
  width: 112px;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 56px 0 11px;
  line-height: 1.2; }
.header .site-name__big {
  font-size: 55px;
  font-weight: 700;
  line-height: 55px; }
.header .site-name__small {
  font-size: 28px;
  line-height: 28px; }

.main {
  padding-top: 26px;
  flex-grow: 1; }
.main .title_main {
  font-size: 2.6rem;
  line-height: 40px;
  margin: 20px 0;
  font-weight: bold; }
.main .textwidget {
  padding: 10px 25px;
  background: #f4f7fb;
  margin-bottom: 20px; }
.main .tab_navigation {
  display: flex;
  margin-bottom: 20px; }
.main .tab_navigation__item {
  position: relative;
  width: 100%;
  height: 110px;
  margin-left: 5px;
  padding: 5px 0;
  border: 1px solid #d7dbe0;
  border-radius: 4px;
  text-align: left;
  display: flex;
  align-items: center;
  min-width: 380px; }
.main .tab_navigation__item:first-child {
  margin-left: 0; }
.main .tab_navigation__item:hover a .tab_navigation__left {
  color: #2f65e2; }
.main .tab_navigation__item:hover .hex-wrapper .hex {
  background: #2f65e2; }
.main .tab_navigation__item:hover .hex-wrapper .hex1 {
  background: #2f65e2; }
.main .tab_navigation__item:hover .arrow-right {
  border-color: #fff; }
.main .tab_navigation__item .hex_link {
  position: relative;
  margin-left: 20px;
  width: 51px;
  height: 62px; }
.main .tab_navigation__item .hex-wrapper {
  margin-right: 10px; }
.main .tab_navigation__item .hex-wrapper .hex {
  position: relative;
  width: 41px;
  height: 70px;
  border-radius: 1em/0.5em;
  background: #e6e9ec;
  transition: opacity 0.5s;
  transform: rotate(90deg); }
.main .tab_navigation__item .hex-wrapper .hex::after {
  transform: rotate(-60deg);
  position: absolute;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background: inherit;
  content: ""; }
.main .tab_navigation__item .hex-wrapper .hex::before {
  transform: rotate(60deg);
  position: absolute;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background: inherit;
  content: ""; }
.main .tab_navigation__item .hex-wrapper .hex1 {
  position: absolute;
  width: 39px;
  height: 60px;
  top: 5px;
  right: 11px;
  border-radius: 1em/0.5em;
  background: white;
  transition: opacity 0.5s;
  transform: rotate(90deg); }
.main .tab_navigation__item .hex-wrapper .hex1::after {
  transform: rotate(-60deg);
  position: absolute;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background: inherit;
  content: ""; }
.main .tab_navigation__item .hex-wrapper .hex1::before {
  transform: rotate(60deg);
  position: absolute;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background: inherit;
  content: ""; }
.main .tab_navigation__item .arrow-right {
  border: solid #9eaab6;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  position: absolute;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top: 29px;
  right: 27px; }
.main .tab_navigation__left {
  text-transform: uppercase;
  color: #3b4255;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px; }
.main .tab_navigation__anchor {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  padding: 0 35px 0 28px; }
.main .tab_navigation.minimal .tab_navigation__item {
  min-width: auto; }
.main .tab_navigation.minimal .tab_navigation__item.active a .tab_navigation__left {
  color: #2f65e2; }
.main .tab_navigation.minimal .tab_navigation__item.active .hex-wrapper .hex {
  background: #2f65e2; }
.main .tab_navigation.minimal .tab_navigation__item.active .hex-wrapper .hex1 {
  background: #2f65e2; }
.main .tab_navigation.minimal .tab_navigation__item.active .arrow-right {
  border-color: #fff; }
.main .tab_navigation.minimal .tab_navigation__anchor {
  flex-direction: column;
  height: 100%;
  padding: 20px 19px 8px 20px; }
.main .tab_navigation.minimal .tab_navigation__anchor .tab_navigation__left {
  font-size: 13px;
  text-align: center; }
.main .tab_navigation.minimal .tab_navigation__item {
  height: 201px; }
.search form {
  display: flex;
  flex-direction: column;
}
.main .search form .search__group {
  display: flex;
  justify-content: space-between; }
.main .search form input {
  padding: 6px 24px;
  height: 44px;
  border-radius: 4px;
  border: 1px solid #d7dbe0; }
.main .search__input {
  color: gray;
  flex-grow: 1; }
.main .search__btn {
  background-color: #2f65e2;
  color: #f4f7fb;
  margin-left: 12px;
  cursor: pointer; }

.select__group {
  position: relative;
  padding-right: 20px;
  display: flex;
  align-items: flex-start;
  flex-grow: 1;
}

.select__group input {
  width: 100%;
  height: 32px;
  border-radius: 3px;
  padding-left: 23px;
  border: none;
  color: #3C4355;
  outline: none;
  background-color: white;
  background-image: url('../img/blueArrow.svg');
  background-repeat: no-repeat;
  background-position:   bottom 50% right 10px;
  cursor: pointer;
}

.main .table_main {
  margin-top: 60px; }
.main .table_main__tag {
  background: #4d59a1;
  width: 135px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding: 4px;
  font-weight: 500;
  text-transform: uppercase; }
.main .table_main__item {
  background: #fff;
  border-top: 1px solid #ccc;
  padding: 20px 24px 18px 24px;
  display: flex;
  align-items: center; }
.main .table_main__item:last-child {
  border-bottom: 1px solid #ccc; }
.main .table_main__text {
  color: #154ec9;
  font-weight: 700;
  text-transform: none;
  max-width: 738px; }
.main .table_main__docs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 auto; }
.main .table_main__docs a img {
  width: 45px;
  height: 45px;
  cursor: pointer;
  margin: 0 10px; }
.main .table_main__docs a:last-child img {
  margin-right: 0; }
.main .table_main__extrapad {
  font-size: 12px;
  width: 290px;
  margin: 0 0 0 32px; }
.main .btn_next {
  display: block;
  margin: 65px auto 30px auto;
  padding: 0 20px;
  color: #fff;
  background: #000; }
.main .show_count {
  text-align: center;
  font-size: 13px; }

.footer {
  background: #f4f7fb;
  margin-top: 40px; }
.footer .container {
  padding-left: 0;
  padding-right: 0;
  display: grid;
  grid-template-areas: ". a . . ." "b c c c d"; }
.footer .footer__title {
  color: #1e3684;
  opacity: 0.5;
  font-weight: bold;
  font-size: 18px;
  grid-area: a;
  margin-top: 72px;
  margin-bottom: 32px; }
.footer__left {
  grid-area: b;
  display: flex;
  align-items: flex-start; }
.footer__left .footer__logo {
  width: 67px;
  height: 78px; }
.footer__left .footer__slogan {
  display: inline-block;
  width: 200px;
  text-transform: uppercase;
  font-size: 12px;
  margin: 15px 56px 0 11px;
  line-height: 1.2; }
.footer .contact {
  display: flex; }
.footer .contact__item {
  padding-left: 20px;
  font-size: 13px;
  line-height: 17px; }
.footer .contact__item:first-child {
  padding-left: 0; }
.footer .contact__title {
  font-weight: bold;
  padding-right: 10px;
  display: inline-block;
  padding-bottom: 8px; }
.footer .contact__info {
  display: flex;
  flex-direction: column;
  border-right: 1px solid black; }
.footer__center {
  grid-area: c; }
.footer__right {
  grid-area: d; }
.footer__right a {
  white-space: nowrap;
  background: #000;
  color: white;
  padding: 2px 20px; }
.footer .copyright {
  text-align: center;
  padding-top: 18px;
  padding-bottom: 18px;
  color: #154ec9;
  font-size: 11px;
  opacity: 0.8; }

.footer.minimal .container {
  display: flex; }

.footer.minimal .minimal__wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 12px; }
.footer.minimal .minimal__wrapper .footer__left {
  align-items: center; }
.footer.minimal .minimal__wrapper .minimal__right .title {
  color: #1e3684;
  opacity: 0.5;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 2px; }
.footer.minimal .minimal__wrapper .minimal__right .contact__info {
  border: none; }

@media (max-width: 1330px) {
  .container {
    width: auto; }
  .header .container {
    margin-left: 20px;
    margin-right: 20px; }
  .footer .container {
    margin-left: 20px;
    margin-right: 20px; } }

@media (max-width: 1200px) {
  .main .tab_navigation {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px; }
  .main .tab_navigation.minimal {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px; }
  .main .tab_navigation__item {
    margin: 0; }
  .footer .container {
    grid-template-areas: ". a . . ." ". c c c ." ". b . d ."; }
  .footer .container .footer__center .contact {
    justify-content: space-between;
    margin-bottom: 30px; }
  .footer .container .footer__right {
    justify-self: end;
    align-self: center; }
  .footer .copyright {
    padding: 50px 0; } }

@media (max-width: 810px) {
  .main .tab_navigation {
    grid-template-columns: repeat(1, 1fr); }
  .main .tab_navigation.minimal {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px; }
  .main .table_main__item {
    flex-wrap: wrap; }
  .main .table_main__item .table_main__text {
    margin-bottom: 20px; }
  .main .table_main__item .table_main__docs {
    margin: 10px 0;
    flex-basis: 135px; }
  .main .table_main__item .table_main__extrapad {
    padding-left: 0; } }

@media (max-width: 700px) {
  .header .container .site-name__big {
    font-size: 35px;
    font-weight: 700;
    line-height: 35px; }
  .header .container .site-name__small {
    font-size: 20px;
    line-height: 20px; }
  .footer .container {
    grid-template-areas: "a a a a a" ". c c c ." ". b . d ."; }
  .footer .container .footer__title {
    text-align: center; }
  .footer .container .footer__center .contact {
    flex-wrap: wrap;
    justify-content: space-around; }
  .footer .container .footer__center .contact__item {
    margin-bottom: 10px; } }

@media (max-width: 600px) {
  .main .tab_navigation.minimal {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px; }
  .main .tab_navigation.minimal .tab_navigation__item {
    height: 150px; }
  .main .tab_navigation.minimal .tab_navigation__anchor {
    flex-direction: row;
    padding-top: 10px; }
  .header {
    height: 300px;
    min-height: 300px; }
  .header .header__wrapper {
    flex-direction: column;
    align-items: center;
    align-content: center; }
  .header .header__wrapper .header__slogan {
    margin: 10px 0;
    text-align: center;
    width: auto; }
  .header .header__wrapper .site-name__big,
  .header .header__wrapper .site-name__small {
    text-align: center; }
  .footer .container {
    grid-template-areas: "a a" "c c" "b d"; }
  .footer .container .footer__left .footer__slogan {
    margin: 15px 0 0 11px; }
  .footer.minimal .minimal__wrapper {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-content: center; }
  .footer.minimal .minimal__wrapper .footer__left {
    margin-top: 20px; }
  .footer.minimal .minimal__wrapper .minimal__right .title {
    text-align: center; } }

@media (max-width: 460px) {
  .footer .container {
    grid-template-areas: "a " "c " "b " "d "; }
  .footer .container .footer__center .contact {
    justify-content: center; }
  .footer .container .footer__center .contact__item {
    padding-left: 0; }
  .footer .container .footer__center .contact__item .contact__info {
    border: none;
    text-align: center; }
  .footer .container .footer__left {
    justify-self: center; }
  .footer .container .footer__right {
    justify-self: center;
    margin-top: 20px; } }

@media (max-width: 430px) {
  .main .tab_navigation__anchor {
    padding: 0 15px 0 15px; }
  .main .tab_navigation__item {
    min-width: auto; }
  .main .tab_navigation__item .tab_navigation__left {
    font-size: 12px; } }

@media (max-width: 360px) {
  body {
    height: auto;
    min-width: 360px; } }

.main.result .result__find {
  color: #3c4355;
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 38px; }

.main.result .result__info {
  color: #3c4355;
  font-size: 16px;
  line-height: 34px;
  margin-bottom: 59px; }

.main.result .result_search {
  padding-left: 27px;
  padding-right: 20px; }
.main.result .result_search__item {
  display: flex;
  margin-bottom: 32px; }
.main.result .result_search__number {
  color: #3c4355;
  font-size: 15px;
  font-weight: 700;
  padding-right: 6px; }
.main.result .result_search__subtitle {
  color: #154ec9;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase; }
.main.result .result_search__text {
  color: #60678e;
  font-size: 13px; }

.main.result .pagination {
  font-size: 0;
  text-align: center;
  margin: 60px 0 40px; }
.main.result .pagination__item {
  display: inline-block;
  background: #f7f7f7;
  width: 39px;
  height: 39px;
  font-size: 16px; }
.main.result .pagination__item.active {
  background: #3b4255;
  color: #fff; }
.main.result .pagination__item:hover {
  background: #eeeeee;
  color: #2f65e2; }

.main.no_program .no_program__wrapper {
  padding-top: 59px;
  padding-bottom: 65px;
  margin-top: 40px;
  margin-bottom: 60px;
  border-top: 1px solid #abb5c3;
  border-bottom: 1px solid #abb5c3;
  display: flex;
  flex-direction: column;
  align-items: center; }
.main.no_program .no_program__wrapper .no_program__info {
  text-transform: uppercase;
  color: #154ec9;
  font-weight: 700;
  margin-top: 30px;
  text-align: center; }

.main .title_count {
  margin-top: 40px;
  color: #3c4355;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  text-align: center; }
.main .title_count span {
  color: #154ec9;
  font-size: 55px; }

.main .sort {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 70px; }
.main .sort__title {
  opacity: 0.5;
  color: #1e3684;
  font-size: 18px;
  font-weight: 700; }
.main .sort__wrapper {
  font-size: 13px; }
.pagination span.current {
  font-weight: 800;
  text-decoration: underline;
  color: darkblue;
}
.main .sort__wrapper a span {
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
  padding-right: 10px; }
.main .sort__wrapper span:last-child {
  padding-right: 0; }
.main .sort__wrapper .sort__up {
  width: 10px;
  height: 10px;
  transform: rotate(180deg); }
.main .sort__wrapper .sort__down {
  width: 10px;
  height: 10px; }

.main .table_main {
  margin-top: 0; }

.main .search-counter {
  margin-bottom: 24px;
  font-size: 12px; }

.main .search-info {
  margin-bottom: 28px; }

.main .container .search-result {
  display: flex;
  margin-bottom: 16px; }
.main .container .search-result__number {
  width: 6%;
  min-width: 25px;
  text-align: right;
  font-weight: 600; }
.main .container .search-result__item {
  width: 94%;
  padding-left: 8px; }
.main .container .search-result__item__title {
  text-transform: uppercase;
  font-weight: 600; }
.main .container .search-result__item__title a {
  color: #2f65e2; }

@media (max-width: 750px) {
  .main.index_pages .sort {
    flex-direction: column; } }

.main .title_main {
  font-size: 24px;
  line-height: 48px;
  margin: 0 0 44px;
  font-weight: bold;
  padding-left: 25px; }

.main .card__item {
  padding-left: 25px; }
.main .card__item .card__text {
  color: #154ec9;
  font-weight: bold;
  line-height: 35px; }
.main .card__item .card__text span {
  font-weight: normal;
  color: #000;
  padding-left: 10px; }

.main .card__doc {
  border-top: 1px solid #abb5c3;
  border-bottom: 1px solid #abb5c3;
  padding: 25px 20px 33px 25px;
  margin-top: 63px; }
.main .card__doc .subtitle {
  color: #3c4355;
  font-size: 13px;
  line-height: 17px; }
.main .card__doc .doc__item {
  padding: 25px 0;
  margin-top: 15px; }
.main .card__doc .doc__item .doc__link {
  margin: 12px 0;
  display: flex;
  flex-direction: row; }
.main .card__doc .doc__item:last-child {
  padding: 0; }
.main .card__doc .doc__img {
  width: 45px;
  height: 45px;
  padding-top: 3px; }
.main .card__doc .doc__text {
  padding-left: 10px;
  font-size: 14px;
  color: #3c4355;
  display: inline-block;
  margin: auto 0; }

.main .bind_task {
  padding-left: 25px;
  border-bottom: 1px solid #abb5c3;
  margin-bottom: 60px; }
.main .bind_task .subtitle {
  color: #154ec9;
  text-transform: uppercase;
  margin-top: 25px; }
.main .bind_task .bind_task__wrapper {
  color: #3b4255; }
.main .bind_task .bind_task__wrapper .bind_task__arrow {
  width: 17px;
  height: 10px;
  position: absolute;
  top: 7px;
  left: -30px;
  transform: rotate(-90deg); }
.main .bind_task .bind_task__wrapper .bind_task__arrow:hover {
  cursor: pointer; }
.main .bind_task .bind_task__wrapper .active {
  transform: rotate(0deg); }
.main .bind_task .bind_task__wrapper .hidden {
  display: none; }
.main .bind_task .bind_task__wrapper .bind_task__item {
  position: relative;
  margin: 40px 0 40px 80px; }
.main .bind_task .bind_task__wrapper .bind_task__item a:hover {
  cursor: pointer;
  color: #154ec9;
  text-decoration: underline; }
.main .bind_task .bind_task__wrapper .bind_task__subitem {
  position: relative;
  margin: 40px 0 40px 140px; }
.main .bind_task .bind_task__wrapper .bind_task__subitem a:hover {
  cursor: pointer;
  color: #154ec9;
  text-decoration: underline; }
.main .bind_task__list {
  margin-top: 28px; }
.main .bind_task__list li {
  margin-top: 16px; }

@media (max-width: 800px) {
  .main.card .title_main {
    font-size: 23px;
    line-height: 36px; } }

@media (max-width: 400px) {
  .main.card .title_main {
    font-size: 18px;
    line-height: 25px; } }

.main.main_program .main_program__find {
  color: #3c4355;
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 34px; }

.main.main_program .main_program__title {
  opacity: 0.5;
  color: #1e3684;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 34px; }

.main.main_program .row {
  padding: 24px 0; }

.main.main_program .filter {
  background: #f3f7fb; }
.main.main_program .filter label.filter__radio_wrapper {
  display: inline-flex;
  margin-right: 18px;
  font-weight: 500; }
.main.main_program .filter label.filter__radio_wrapper input[type="radio"] {
  width: 20px;
  height: 20px;
  margin-right: 7px; }
.main.main_program .filter label.filter__radio_wrapper:first-child {
  margin-right: 60px; }
.main.main_program .filter .select-wrapper {
  display: inline; }
.main.main_program .filter .select-wrapper select {
  border: 1px solid #e6eaed;
  background: white;
  border-radius: 3px;
  width: 250px;
  padding: 5px 10px 5px 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/down.svg);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position-x: calc(100% - 10px);
  background-position-y: 10px;
  font-weight: 500;
  color: #3c4355; }
.main.main_program .filter .select-wrapper select option {
  padding: 5px 10px 5px 5px; }
.main.main_program .filter .select-wrapper select option:hover {
  background: #000 !important;
  border: 1px solid red !important; }
.main.main_program .filter .select-wrapper select::-ms-expand {
  display: none; }
.main.main_program .filter .select-wrapper select:hover {
  cursor: pointer;
  border: 1px solid #2f65e2;
  background: white;
  background-image: url(../img/down.svg);
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position-x: calc(100% - 10px);
  background-position-y: 10px; }
.main.main_program .filter .select-wrapper select:disabled {
  cursor: not-allowed;
  border: 1px solid #e6eaed;
  color: #aeb0ba;
  font-weight: normal; }
.main.main_program .filter .group_select {
  margin-top: 44px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  margin-bottom: 20px; }
.main.main_program .filter .group_select .select-wrapper:nth-child(even) {
  margin-right: 0; }
.main.main_program .filter .group_select .select-wrapper select {
  width: 100%;
  padding-left: 26px; }
.main.main_program .filter .filter__submit {
  display: block;
  background: #2f65e2;
  color: #fff;
  padding: 10px 20px;
  margin-left: auto;
  border-radius: 4px; }

@media (max-width: 650px) {
  .main.main_program .filter .group_select {
    grid-template-columns: repeat(1, 1fr);
  }
}

.main.main_program.filter_group .row.first_filter {
  margin-bottom: 10px; }

.main.main_program.filter_group .filter.filter_group .filter_group__title {
  font-weight: 500;
  margin-left: 25px; }

.main.main_program.filter_group .filter.filter_group .group_select {
  margin: 0px 0 44px; }

.but_wr {
  display: flex;
}

.but_std {
  background: white;
  color: lightslategrey;
  padding: 20px;
  margin: 4px;
  border-radius: 3px;
  padding-top: 4px;
  padding-bottom: 4px;
  border: 1px solid lightgray;
  cursor: pointer;
}

.but_std.active_but {
  color: white;
  background: #4d59a1;
}

.wr_hidden.wr_active {
  display: block;
}

.wr_hidden {
  display: none;
}

span.selected_val {
  padding: 4px;
  padding-left: 4px;
  border: 1px solid lightgray;
  min-width: 349px;
  display: block;
  border-radius: 3px;
  padding-left: 12px;
  margin: 4px;
  position: absolute;
}

.select_items_wr {
  width: min-content;
  position: absolute;
  background: white;
  padding: 10px;
  border: 1px solid lightgray;
  border-top-color: lightgray;
  border-top-style: solid;
  border-top-width: 1px;
  left: 4px;
  top: 5px;
  border-radius: 0 0 3px 3px;
  border-top: none;
}

.select_items_wr span {
  padding-left: 17px;
  width: max-content;
  display: block;
  margin-bottom: 2px;
  margin-top: 2px;
  cursor: pointer;
}

.exp_change {
  position: relative;
  min-width: 357px;
}

.select_items_wr.wr_closed {
  display: none;
}

.selects_wr {
  display: flex;
}

.hidden-none {
  display: none;
}
.custom-select1 ,.custom-select2  {
  position: absolute;
  border: 1px solid #d7dbe0;
  margin-top: 4px;
  width: 300px;
  margin-right: 20px;
}
.custom-select2 {
  left: 320px;
  width: calc(100% - 330px);
  margin-right: 20px;
  flex-grow: 1;
}
.selected-values {
  padding:  10px 20px;
  display: flex;
  flex-direction: column;
  background-color: white;
  height: auto;
  max-height: 400px;
  overflow: auto

}
.option {
  color: #3C4355;
  cursor: pointer;
  margin: 5px;
}

.container__wrapper{
  display: flex;
  align-items: flex-start;
}

@media (max-width: 1060px) {
  .custom-select1 {
    width: 100%;
  }
  .custom-select2 {
    top: 50px;
    left: 0;
    width: 100%;
  }

}
@media (max-width: 770px) {
  .container__wrapper {
    flex-direction: column
  }
  .select__group {
    margin-bottom: 50px;
    width: 100%;
  }
  .custom-select1 {
    width: 100%;;
  }
  .custom-select2 {
    width: 100%;
  }
}
