@charset "UTF-8";

@import url(./normalize.css/normalize.css);

@import url(./slick-carousel/slick/slick.css);

@import url(./select2/dist/css/select2.min.css);

@font-face {
  font-family: "Corinthia";
  font-display: swap;
  src: url("../fonts/Corinthia.woff") format("woff"), url("../fonts/Corinthia.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "MPLUS1p";
  font-display: swap;
  src: url("../fonts/MPLUS1p-ExtraBold.woff") format("woff"), url("../fonts/MPLUS1p-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "MPLUS1p";
  font-display: swap;
  src: url("../fonts/MPLUS1p-Bold.woff") format("woff"), url("../fonts/MPLUS1p-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "MPLUS1p";
  font-display: swap;
  src: url("../fonts/MPLUS1p-Light.woff") format("woff"), url("../fonts/MPLUS1p-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "MPLUS1p";
  font-display: swap;
  src: url("../fonts/MPLUS1p-Medium.woff") format("woff"), url("../fonts/MPLUS1p-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "MPLUS1p";
  font-display: swap;
  src: url("../fonts/MPLUS1p-Regular.woff") format("woff"), url("../fonts/MPLUS1p-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "OpenSans";
  font-display: swap;
  src: url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "OpenSans";
  font-display: swap;
  src: url("../fonts/OpenSans-Italic.woff") format("woff"), url("../fonts/OpenSans-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "OpenSans";
  font-display: swap;
  src: url("../fonts/OpenSans-Light.woff") format("woff"), url("../fonts/OpenSans-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "OpenSans";
  font-display: swap;
  src: url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

*,
:before,
:after,
p,
a,
button,
h1,
h2,
h3,
h4,
h5,
h6,
span,
ul,
ol,
li,
input,
form,
div {
  text-decoration: none;
  outline: none;
  border: none;
  list-style-type: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* Указываем box sizing */

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

/* Убираем внутренние отступы */

ul,
ol {
  padding: 0;
}

/* Убираем внешние отступы */

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
  display: none;
}

/* Запрещаем менять стиль кнопки submit в safar */

input[type='submit'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Упрощаем работу с изображениями */

img {
  display: block;
}

/* Указываем понятную периодичность в потоке данных у article*/

article > * + * {
  margin-top: 1em;
}

/* Наследуем шрифты для инпутов и кнопок */

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

textarea {
  resize: none;
  outline: none;
  -moz-appearance: none;
}

iframe {
  max-width: 100%;
}

.hide {
  display: none !important;
}

.fade {
  -webkit-animation-name: fade;
  animation-name: fade;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: fade;
  -webkit-animation-duration: 0.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.1;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.1;
  }

  to {
    opacity: 1;
  }
}

/* Mixins:
  ========================================================================== */

/* Vars:
  ========================================================================== */

html {
  line-height: 1.5;
  font-size: 16px;
  color: #20201F;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  background-color: #ffffff;
}

.html--unscroll {
  overflow-y: hidden;
}

body {
  margin: 0;
  padding: 0;
  font-family: "MPLUS1p", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.wrapper-body {
  margin-bottom: auto;
}

.wrapper-content {
  margin: 120px 0;
}

.wrapper-content--bg-people {
  background-position: bottom right;
  background-size: 1040px auto;
  background-repeat: no-repeat;
}

.wrapper-content--mb-0 {
  margin-bottom: 0 !important;
}

.wrapper-content--mt-0 {
  margin-top: 0 !important;
}

.wrapper-content--mt-28 {
  margin-top: 28px !important;
}

.wrapper-content--my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.wrapper-content--my-40 {
  margin: 40px 0;
}

.wrapper-content--mt-40 {
  margin-top: 40px;
}

.wrapper-content--mb-80 {
  margin-bottom: 80px;
}

.wrapper-content--mb-40 {
  margin-bottom: 40px;
}

.wrapper-content--my-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.wrapper-content--mt-80 {
  margin-top: 80px;
}

.wrapper-content--mt-120 {
  margin-top: 120px;
}

.wrapper-content--mt-64 {
  margin-top: 64px;
}

.wrapper-content--mt-60 {
  margin-top: 60px;
}

.wrapper-content--mt-104 {
  margin-top: 104px;
}

.wrapper-content--events {
  padding-bottom: 120px;
}

.wrapper-content--news {
  padding-bottom: 120px;
}

.wrapper-content--overview {
  padding-bottom: 120px;
}

.wrapper-content--intro {
  position: relative;
}

.wrapper-content--events {
  padding: 0 0 120px 0;
}

.wrapper-content--news {
  padding: 0 0 120px 0;
}

.wrapper-content--detail {
  margin-top: 120px;
}

.wrapper-content--mb-60 {
  margin-bottom: 60px;
}

.wrapper-content--mb-120 {
  margin-bottom: 120px;
}

.wrapper-content--person-card {
  margin: 120px 0;
}

.dis__wrapper-body .wrapper-content {
  margin-top: 80px;
}

.dis__wrapper-body .helper-title {
  display: none;
}

.container {
  margin: 0 auto;
  max-width: 1218px;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

.position-relative {
  position: relative;
}

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

.flex-rov--align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-col {
  width: 100%;
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  max-width: 100%;
}

.flex-col-50 {
  max-width: 50%;
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
}

.flex-col-50.flex-col-50--mob {
  max-width: 50%;
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
}

.flex-col-33 {
  max-width: calc(100% / 3);
  -webkit-box-flex: calc(100% / 3);
      -ms-flex: calc(100% / 3);
          flex: calc(100% / 3);
}

.flex-col-60 {
  max-width: 60%;
  -webkit-box-flex: 60%;
      -ms-flex: 60%;
          flex: 60%;
}

.flex-col-40 {
  max-width: 40%;
  -webkit-box-flex: 40%;
      -ms-flex: 40%;
          flex: 40%;
}

.gap-30 {
  margin: -15px;
}

.gap-30__item {
  padding: 15px;
}

.wrap-flex {
  margin: 40px 0;
}

picture {
  width: inherit;
}

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

.title-table {
  margin-bottom: 40px;
  position: relative;
  padding-right: 32px;
  display: inline-block;
}

.title-table::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../img/svg/arr-up.svg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}

.title-table--up::after {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.title-table--down::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.title-page {
  margin-bottom: 40px;
}

.title-post {
  margin-bottom: 40px;
}

.title-main {
  font-weight: 500;
  font-size: 56px;
  line-height: 72px;
  letter-spacing: 0.04em;
}

.title-lg {
  font-size: 40px;
  line-height: 56px;
  letter-spacing: 0.03em;
  font-weight: 500;
}

.title-md {
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
}

.title-nr {
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
}

.title-sm {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
}

.title-xsm {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

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

.text-lg {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}

.text-md {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.text-nr {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}

.text-bg {
  font-size: 28px;
  line-height: 24px;
}

.hover-primary {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.hover-primary * {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.hover-primary:hover {
  color: #006FAC;
}

.hover-primary:hover * {
  color: #006FAC;
}

.blockquote {
  font-family: "OpenSans", Helvetica, sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
}

.tt-upercase {
  text-transform: uppercase;
}

.color-default {
  color: #ffffff;
}

.color-black {
  color: #000000;
}

.color-dark {
  color: #131312;
}

.color-main {
  color: #20201F;
}

.color-secondary {
  color: #595958;
}

.color-danger {
  color: #D9001D;
}

.color-hover-danger {
  color: #EF0F2D;
}

.color-darker-danger {
  color: #EF1010;
}

.color-primary {
  color: #006FAC;
}

.color-light {
  color: rgba(32, 32, 31, 0.75);
}

.color-lighter {
  color: #a3a3a3;
}

ul:not([class]) {
  margin: 0;
  padding: 0;
}

ul:not([class]) li {
  padding-left: 18px;
  position: relative;
  margin-bottom: 8px;
}

ul:not([class]) li:last-child {
  margin-bottom: 0;
}

ul:not([class]) li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: 6px;
  background-image: url("../img/svg/arr-right.svg");
  background-position: left center;
  background-size: 4px 6px;
  background-repeat: no-repeat;
}

ul:not([class]) li a {
  color: #20201F;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
}

ul:not([class]) li a:hover {
  color: #006FAC;
}

ol:not([class]) {
  counter-reset: section;
  list-style-type: none;
}

ol:not([class]) li {
  padding-left: 31px;
  position: relative;
  margin-bottom: 8px;
}

ol:not([class]) li > ol {
  margin-top: 8px;
}

ol:not([class]) li > ol li {
  padding-left: 40px;
}

ol:not([class]) li:last-child {
  margin-bottom: 0;
}

ol:not([class]) li::before {
  counter-increment: section;
  content: counters(section, ".") ".";
  position: absolute;
  left: 0;
  top: 0;
}

p:not([class]) {
  margin: 16px 0;
}

p:not([class]):last-child {
  margin-bottom: 0;
}

p:not([class]) strong {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}

img {
  max-width: 100%;
}

body#dis .helper-title {
  display: none;
}

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

.action-link svg {
  margin-right: 12px;
}

.link {
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}

.link * {
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.link:hover {
  color: #006FAC;
}

.link:hover * {
  color: #006FAC;
}

.link-primary {
  cursor: pointer;
  color: #006FAC;
  position: relative;
}

.link-primary::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 1px;
  background-color: #006FAC;
}

.link-primary:hover::after {
  opacity: 1;
  width: 100%;
}

.link-danger {
  cursor: pointer;
  color: #D9001D;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.link-danger::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 1px;
  background-color: #D9001D;
}

.link-danger:hover::after {
  opacity: 1;
  width: 100%;
}

.link-local {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}

.link-local * {
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.link-local:hover {
  color: #006FAC;
}

.link-local:hover * {
  color: #006FAC;
}

.link-local:hover .link-local__svg {
  fill: #006FAC;
}

.link-local__svg {
  fill: rgba(32, 32, 31, 0.75);
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  margin-right: 15px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.links-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -16px;
  margin-bottom: -16px;
}

.links-item {
  padding: 16px 15px;
  width: 100%;
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  max-width: 50%;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  border-width: 2px;
  border-radius: 2px;
  border-style: solid;
  cursor: pointer;
  white-space: nowrap;
  font-weight: 500;
}

.btn-md {
  padding: 12px 32px;
  height: 48px;
}

.btn-sm {
  padding: 4px 12px;
  height: 32px;
}

.btn-white {
  border-color: #006FAC;
  color: #006FAC;
  background-color: transparent;
}

.btn-white:hover {
  color: #ffffff;
  background-color: #006FAC;
}

.btn-primary {
  border-color: #006FAC;
  color: #ffffff;
  background-color: #006FAC;
}

.btn-primary:hover {
  color: #006FAC;
  background-color: transparent;
}

.btn-red {
  border-color: #D9001D;
  color: #ffffff;
  background-color: #D9001D;
}

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

.btn:disabled {
  border-color: #E9E9E9;
  background: #E9E9E9;
  color: #7A7A7A;
  cursor: default;
}

.btn:disabled:hover {
  border-color: #E9E9E9;
  background: #E9E9E9;
  color: #7A7A7A;
  cursor: default;
}

.svg-eye {
  width: 24px;
  height: 24px;
}

.svg-login {
  width: 24px;
  height: 24px;
}

.svg-search {
  width: 24px;
  height: 24px;
}

.search {
  height: 24px;
}

.arr-up {
  width: 20px;
  min-width: 20px;
  height: 20px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.beffore-line {
  position: relative;
  padding-left: 100px;
}

.beffore-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 26px;
  background-color: #006FAC;
  height: 3px;
  width: 70px;
}

.beffore-line--out-container {
  padding-left: 0;
}

.beffore-line--out-container::before {
  left: -30px;
  -webkit-transform: translateY(0) translateX(-100%);
      -ms-transform: translateY(0) translateX(-100%);
          transform: translateY(0) translateX(-100%);
}

.border-bottom-light {
  margin-bottom: 48px;
  padding-bottom: 48px;
  border-bottom: 2px solid rgba(32, 32, 31, 0.1);
}

.mp {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(31, 32, 38, 0.9);
}

.mp__link {
  display: block;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.mp-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.mp-close {
  position: absolute;
  top: 30px;
  right: 30px;
  min-width: 24px;
  min-height: 24px;
  cursor: pointer;
  font-size: 32px;
  line-height: 32px;
  color: #fff;
}

.mp-content {
  position: relative;
  top: 7%;
  max-width: 100vw;
  max-height: 100vh;
  margin: auto;
  padding: 50px;
  overflow-y: scroll;
}

.mp-banner__content {
  max-width: 100%;
  max-height: 100%;
}

.mp-banner__image,
.mp-banner__image picture {
  display: block;
  max-width: 970px;
  max-height: 650px;
  margin: 0 auto;
}

.mp-banner__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mp-about__content {
  top: 10%;
  padding: 70px;
  max-width: 1000px;
  border-radius: 10px;
  overflow-y: visible;
  max-height: none;
  background: #fff;
}

.mp-about__close {
  min-width: 20px;
  min-height: 20px;
  max-height: 20px;
  font-size: 0;
  background: url("../img/svg/close.svg") no-repeat center;
}

.mp-about__title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  color: #20201F;
}

.mp-about__subtitle {
  margin: 16px 0;
  color: #20201F;
}

.mp-about__text {
  color: rgba(32, 32, 31, 0.65);
}

.mp-about__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mp-about-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
}

.mp-about-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31.4%;
          flex: 0 0 31.4%;
  width: 31.4%;
  max-width: 31.4%;
  margin-right: 40px;
}

.mp-about-image picture {
  display: block;
  width: 100%;
  max-width: 270px;
  max-height: 270px;
}

.mp-about-info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 64%;
          flex: 0 0 64%;
  width: 64%;
  max-width: 64%;
}

.mp-answers__content {
  position: relative;
  top: 10%;
  padding: 61px 80px 77px;
  max-width: 730px;
  border-radius: 10px;
  overflow-y: visible;
  max-height: none;
  background: #fff;
}

.mp-answers__close {
  position: absolute;
  top: 62px;
  right: 77px;
  min-width: 14px;
  min-height: 14px;
  max-height: 14px;
  font-size: 0;
  background: url("../img/svg/answers-close.svg") no-repeat center;
}

.mp-answers__title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #000000;
}

.mp-answers__form.form {
  margin-top: 51px;
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

.form--error {
  position: absolute;
  bottom: -25px;
  right: 0;
  display: none;
  line-height: 20px;
  color: #D9001D;
}

.form__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42.7%;
          flex: 0 0 42.7%;
  width: 42.7%;
  max-width: 42.7%;
}

.form__btn {
  border: none;
}

.form-group {
  min-width: 100%;
  margin-bottom: 32px;
}

.form-group--row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
}

.form-group label.error {
  line-height: 20px;
  color: #D9001D;
  font-size: 12px;
  line-height: 16px;
}

.form-file {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  width: 300px;
  max-width: 300px;
  margin-top: 5px;
}

.input,
.textarea {
  width: 100%;
  max-width: 100%;
  max-height: 48px;
  padding: 12px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  font-size: 16px;
  line-height: 20px;
  color: rgba(32, 32, 31, 0.65);
  background: #fff;
}

.input:focus,
.textarea:focus {
  border: 1px solid #006FAC;
  outline: none;
}

.input:not(:-moz-placeholder-shown), .textarea:not(:-moz-placeholder-shown) {
  font-size: 16px;
  line-height: 20px;
  color: #20201f;
  background-color: #fff;
}

.input:not(:-ms-input-placeholder), .textarea:not(:-ms-input-placeholder) {
  font-size: 16px;
  line-height: 20px;
  color: #20201f;
  background-color: #fff;
}

.input:focus,
.input:not(:placeholder-shown),
.textarea:focus,
.textarea:not(:placeholder-shown) {
  font-size: 16px;
  line-height: 20px;
  color: #20201f;
  background-color: #fff;
}

.input:not(:-moz-placeholder-shown) + .label__text, .textarea:not(:-moz-placeholder-shown) + .label__text {
  position: relative;
  bottom: 70px;
  left: 0;
  font-size: 14px;
  line-height: 20px;
  color: rgba(32, 32, 31, 0.65);
}

.input:not(:-ms-input-placeholder) + .label__text, .textarea:not(:-ms-input-placeholder) + .label__text {
  position: relative;
  bottom: 70px;
  left: 0;
  font-size: 14px;
  line-height: 20px;
  color: rgba(32, 32, 31, 0.65);
}

.input:focus + .label__text,
.input:not(:placeholder-shown) + .label__text,
.textarea:focus + .label__text,
.textarea:not(:placeholder-shown) + .label__text {
  position: relative;
  bottom: 70px;
  left: 0;
  font-size: 14px;
  line-height: 20px;
  color: rgba(32, 32, 31, 0.65);
}

.input:invalid:not(:-moz-placeholder-shown) + .form--error, .textarea:invalid:not(:-moz-placeholder-shown) + .form--error {
  display: block;
}

.input:invalid:not(:-ms-input-placeholder) + .form--error, .textarea:invalid:not(:-ms-input-placeholder) + .form--error {
  display: block;
}

.input:invalid:not(:placeholder-shown) + .form--error,
.textarea:invalid:not(:placeholder-shown) + .form--error {
  display: block;
}

.input:invalid:not(:-moz-placeholder-shown), .textarea:invalid:not(:-moz-placeholder-shown) {
  border-color: #D9001D !important;
}

.input:invalid:not(:-ms-input-placeholder), .textarea:invalid:not(:-ms-input-placeholder) {
  border-color: #D9001D !important;
}

.input:invalid:not(:placeholder-shown),
.textarea:invalid:not(:placeholder-shown) {
  border-color: #D9001D !important;
}

.input:-webkit-autofill:hover,
.input:-webkit-autofill:focus,
.input:-webkit-autofill:active,
.input:-webkit-autofill:valid,
.textarea:-webkit-autofill:hover,
.textarea:-webkit-autofill:focus,
.textarea:-webkit-autofill:active,
.textarea:-webkit-autofill:valid {
  -webkit-box-shadow: 0 0 0 35px white inset !important;
}

.textarea {
  position: relative;
  height: 148px;
  min-height: 148px;
  max-height: 148px;
  min-width: 100%;
  max-width: 100%;
  text-align: left;
}

.textarea ~ .label__text {
  bottom: 140px;
}

.textarea:not(:-moz-placeholder-shown) + .label__text {
  bottom: 175px;
}

.textarea:not(:-ms-input-placeholder) + .label__text {
  bottom: 175px;
}

.textarea:focus + .label__text,
.textarea:not(:placeholder-shown) + .label__text {
  bottom: 175px;
}

.label {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: 48px;
  font-size: 16px;
  line-height: 20px;
  color: rgba(32, 32, 31, 0.65);
}

.label__text {
  position: relative;
  bottom: 34px;
  left: 16px;
  -webkit-transition: bottom 0.2s;
  -o-transition: bottom 0.2s;
  transition: bottom 0.2s;
}

.label--textarea {
  position: relative;
  max-width: 100%;
  max-height: 148px;
  width: 100%;
}

.label--checkbox {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  cursor: pointer;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}

.form-file {
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  margin: 3px 0 35px;
}

.form-file__text {
  margin-right: 30px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  font-size: 16px;
  line-height: 24px;
}

.form-file__input {
  display: none;
}

.form-file__label {
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #006FAC;
}

.checkbox {
  min-width: 20px;
  min-height: 20px;
  margin-right: 16px;
  border: 0.5px solid #D6D6D6;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  opacity: .5;
  cursor: pointer;
}

.checkbox:checked {
  opacity: 1;
}

.mp-answers__form .form-file {
  margin-bottom: 0;
}

.wrapper-header {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-burger {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-right: auto;
  margin-left: 37px;
}

.header-burger:hover .header-burger__text {
  color: #006FAC;
}

.header-burger__img {
  width: 32px;
  height: 32px;
  margin-right: 12px;
}

.header-burger__text {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.header-social__txt-mob {
  margin-bottom: 12px;
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  width: 100%;
}

.header-logo {
  position: relative;
  top: -8px;
}

.header-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 32px 0 32px;
  margin-bottom: -8px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

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

.header-action__link {
  margin-right: 32px;
}

.header-action__link:last-child {
  margin-right: 0;
}

.header__menu {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.header__menu-bottom {
  display: none;
}

.header__menu-bottom .header-action {
  display: none;
}

.nav-item--active > a {
  position: relative;
}

.nav-item--active > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #006FAC;
  opacity: 1;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.svg-search {
  cursor: pointer;
}

.header-right__search {
  position: relative;
}

.search-link__input {
  position: absolute;
  max-height: 48px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  right: -100%;
  max-width: 0;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  opacity: 0;
  width: 520px;
}

.search-link__input .header-search-btn,
.search-link__input .header-search__input-item {
  display: none;
}

.search-link__input--active {
  max-width: 510px;
  opacity: 1;
  z-index: 100;
  right: -10px;
}

.search-link__input--active .header-search-btn,
.search-link__input--active .header-search__input-item {
  display: block;
}

.header-search-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  right: 10px;
}

.header-search__input-item {
  padding: 0 18px;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  height: 48px;
  width: 100%;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.overlay-header {
  display: none;
  content: "";
  position: fixed;
  z-index: 1000;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(32, 32, 31, 0.46);
}

.wrapper-footer {
  border-top: 2px solid #EEEEEE;
  padding: 50px 0 40px;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}

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

.footer-main {
  margin-right: 30px;
  width: 100%;
  max-width: 370px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 370px;
          flex: 0 0 370px;
}

.footer-logo {
  margin-bottom: 40px;
}

.footer-social--mob-only {
  margin-top: 40px;
}

.footer-social__title {
  margin-bottom: 16px;
}

.footer-menu {
  width: 100%;
  max-width: calc(100% - 370px - 370px - 30px);
  margin-right: 30px;
  padding-top: 21px;
}

.footer-contacts {
  width: 100%;
  max-width: 370px;
  min-width: 370px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 370px;
          flex: 0 0 370px;
  padding-top: 21px;
}

.footer-contacts__title {
  margin-bottom: 8px;
}

.footer-contacts__txt {
  margin-bottom: 8px;
}

.footer-contacts__txt:last-child {
  margin-bottom: 0;
}

.footer-contacts__map {
  display: block;
  margin-top: 80px;
  font-weight: 500;
  color: #006FAC;
}

.footer-menu__title {
  margin-bottom: 8px;
}

.footer-nav__item {
  margin-bottom: 8px;
}

.footer-nav__item:last-child {
  margin-bottom: 0;
}

.footer-nav__item a {
  font-weight: 500;
  color: #006FAC;
  position: relative;
  position: relative;
}

.footer-nav__item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 1px;
  background-color: #006FAC;
}

.footer-nav__item a:hover::after {
  opacity: 1;
  width: 100%;
}

.footer-copyright {
  margin-top: 54px;
}

.loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.loader .lds-spinner {
  color: #ffffff;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.loader .lds-spinner div {
  -webkit-transform-origin: 40px 40px;
      -ms-transform-origin: 40px 40px;
          transform-origin: 40px 40px;
  -webkit-animation: lds-spinner 1.2s linear infinite;
          animation: lds-spinner 1.2s linear infinite;
}

.loader .lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #fff;
}

.loader .lds-spinner div:nth-child(1) {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

.loader .lds-spinner div:nth-child(2) {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

.loader .lds-spinner div:nth-child(3) {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

.loader .lds-spinner div:nth-child(4) {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

.loader .lds-spinner div:nth-child(5) {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}

.loader .lds-spinner div:nth-child(6) {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}

.loader .lds-spinner div:nth-child(7) {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

.loader .lds-spinner div:nth-child(8) {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}

.loader .lds-spinner div:nth-child(9) {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.loader .lds-spinner div:nth-child(10) {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}

.loader .lds-spinner div:nth-child(11) {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg);
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

.loader .lds-spinner div:nth-child(12) {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

@-webkit-keyframes lds-spinner {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.logo-img {
  height: 80px;
  margin-right: 15px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.logo-txt {
  font-family: Corinthia;
  font-style: normal;
  font-weight: normal;
  font-size: 38px;
  line-height: 24px;
  color: #D9001D;
  width: 170px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.gradient-bg {
  position: relative;
}

.gradient-bg--md::before {
  background-size: calc(50vw + 285px) 420px;
  height: 420px;
}

.gradient-bg--xl::before {
  background-size: calc(50vw + 285px) 740px;
  height: 740px;
}

.gradient-bg--lg::before {
  background-size: calc(50vw + 285px) 540px;
  height: 540px;
}

.gradient-bg--lg-intro::before {
  background-size: calc(50vw + 285px) 540px;
  height: 540px;
}

.gradient-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-image: -o-linear-gradient(26.49deg, #FDE6D4 0%, #EFF1EA 48.9%, #E4FAFA 100%);
  background-image: linear-gradient(63.51deg, #FDE6D4 0%, #EFF1EA 48.9%, #E4FAFA 100%);
  background-position: top left;
  background-repeat: no-repeat;
  z-index: -1;
}

.gradient-blue {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#E8F7F4));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #E8F7F4 100%);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #E8F7F4 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.gradient-blue-events {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#E8F7F4));
  background: -o-linear-gradient(top, #FFFFFF 0%, #E8F7F4 100%);
  background: linear-gradient(180deg, #FFFFFF 0%, #E8F7F4 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.gradient-blue-news {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(0.01%, #FFFFFF), color-stop(68.75%, #E8F7F4));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #FFFFFF 0.01%, #E8F7F4 68.75%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 0.01%, #E8F7F4 68.75%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.social-link {
  margin-right: 16px;
  height: 24px;
}

.social-link:last-child {
  margin-right: 0;
}

.social-link__svg {
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  fill: #ffffff;
  background-color: #006FAC;
  border-radius: 5px;
  border: 1px solid #006FAC;
}

.social-link__svg:hover {
  fill: #006FAC;
  background-color: #ffffff;
}

.nav {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.nav-mob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0 16px;
}

.nav-mob__close {
  display: inline-block;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.nav-mob__close:hover .nav-mob__close-img {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.nav-mob__close-img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.nav-item {
  margin-right: 20px;
  position: relative;
}

.nav-item.nav-item--active > a {
  position: relative;
}

.nav-item.nav-item--active > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #006FAC;
  opacity: 1;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.nav-item:last-child {
  margin-right: 0;
}

.nav-item a {
  color: #20201F;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  padding: 12px 0;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.nav-item__dropdown {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  padding-top: 0;
  width: auto;
  height: auto;
  min-width: 218px;
  z-index: 10;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0 linear;
  -o-transition: all 0 linear;
  transition: all 0 linear;
}

.nav-item__dropdown::-webkit-scrollbar-button {
  background-image: url("");
  background-repeat: no-repeat;
  width: 0;
  height: 0;
}

.nav-item__dropdown::-webkit-scrollbar-track {
  background-color: transparent;
}

.nav-item__dropdown::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: transparent;
}

.nav-item__dropdown::-webkit-resizer {
  background-image: url("");
  background-repeat: no-repeat;
  width: 0;
  height: 0;
}

.nav-item__dropdown::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.nav-item__dropdown-list {
  border-radius: 2px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
}

.nav-item__dropdown-item:hover a {
  color: #006FAC;
}

.nav-item__dropdown-item a {
  padding: 12px 24px;
  border-bottom: 1px solid #EEEEEE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-item__dropdown-item:last-child a {
  border-bottom: 0;
}

.nav-item.open .nav-item__dropdown {
  max-height: 1000px;
  padding-top: 8px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.nav-item__arr {
  display: none;
}

.nav-item__arr svg {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  max-width: 16px;
  max-height: 16px;
  line-height: 30px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.nav-item.open .nav-item__arr svg {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.intro--align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.intro--img-lg {
  min-height: 672px;
}

.intro--img-md {
  min-height: 472px;
}

.intro-info__btn {
  margin-bottom: 20px;
}

.intro-info--none-img {
  width: 100%;
}

.intro-info--lg {
  width: 100%;
  max-width: 545px;
}

.intro-info--md {
  width: 100%;
  max-width: 570px;
}

.intro-title {
  margin-bottom: 40px;
}

.intro-title--detail {
  font-size: 28px;
  line-height: 46px;
}

.intro-img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 945px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.intro-img--lg {
  height: 672px;
}

.intro-img--md {
  height: 472px;
}

.intro-title__list-achievements {
  padding-right: 27px;
}

.list-achievements__item {
  padding-left: 48px;
  position: relative;
  margin-bottom: 32px;
}

.list-achievements__item:last-child {
  margin-bottom: 0;
}

.list-achievements__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../img/svg/check.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
}

.list-achievements__title {
  margin-bottom: 16px;
}

.list-achievements__txt.text-md {
  font-size: 16px;
}

.helper-title {
  margin-bottom: 35px;
}

.helper-wrap--mb-56 {
  margin-bottom: 56px;
}

.helper-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -20px;
  margin-bottom: -20px;
}

.helper .helper-item {
  width: 100%;
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.helper .helper-item__img {
  height: 106px;
  width: auto;
  margin-bottom: 24px;
}

.helper .helper-item__title {
  margin: 0;
  margin-bottom: 12px;
}

.helper .helper-item__subtitle {
  margin: 0;
  margin-bottom: 24px;
}

.helper-list--primary ul:not([class]) a {
  color: #006FAC;
  position: relative;
}

.helper-list--primary ul:not([class]) a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 1px;
  background-color: #006FAC;
}

.helper-list--primary ul:not([class]) a:hover::after {
  opacity: 1;
  width: 100%;
}

.helper-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 22px 40px;
  border: 1px solid #EEEEEE;
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.12);
}

.helper-card:last-child {
  margin-bottom: 0;
}

.helper-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 30px;
}

.helper-card__img {
  width: 68px;
  height: auto;
  margin-right: 32px;
}

.events-title {
  margin-bottom: 40px;
}

.events-posts--mb-48 {
  margin-bottom: 48px;
}

.events-posts--video {
  margin-bottom: 64px;
}

.events-posts--gapX-30 {
  margin-left: -15px;
  margin-right: -15px;
}

.events-posts--gapX-30 .events-post {
  padding-right: 15px;
  padding-left: 15px;
}

.events-posts--gapY-40 {
  margin-top: -20px;
  margin-bottom: -20px;
}

.events-posts--gapY-40 .events-post {
  padding-top: 20px;
  padding-bottom: 20px;
}

.events-post--single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
}

.events-post--single:last-child {
  margin-bottom: 8px;
}

.events-post--single .events-post__img {
  width: 100%;
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.events-post--single .events-post__info {
  width: 100%;
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.events-post--news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.events-post--news .events-post__img,
.events-post--news .events-post__info {
  width: 100%;
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.events-post--news .events-post__btn {
  margin-top: 16px;
  padding: 12px 30.5px;
  max-width: 151px;
  font-size: 16px;
}

.events-post--projects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -40px;
  margin-right: -40px;
  margin-bottom: -48px;
  margin-top: -48px;
}

.events-post--projects .events-post__info,
.events-post--projects .events-post__img {
  width: 100%;
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  max-width: 50%;
  padding-left: 28px;
  padding-right: 28px;
  padding-bottom: 48px;
  padding-top: 48px;
}

.events-post--video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -32px;
  margin-right: -32px;
}

.events-post--video .events-post__img {
  width: 100%;
  -webkit-box-flex: 60%;
      -ms-flex: 60%;
          flex: 60%;
  max-width: 60%;
  padding-left: 32px;
  padding-right: 32px;
}

.events-post--video .events-post__info {
  width: 100%;
  -webkit-box-flex: 40%;
      -ms-flex: 40%;
          flex: 40%;
  max-width: 40%;
  padding-left: 32px;
  padding-right: 32px;
}

.events-post--overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.events-post--overview .events-post__img {
  width: 100%;
  -webkit-box-flex: 60%;
      -ms-flex: 60%;
          flex: 60%;
  max-width: 60%;
}

.events-post--overview .events-post__info {
  width: 100%;
  -webkit-box-flex: 40%;
      -ms-flex: 40%;
          flex: 40%;
  max-width: 40%;
}

.events-post--overview .events-post__txt {
  font-size: 15px;
}

.events-post__btn {
  margin-top: 24px;
}

.events-post__btn-download {
  margin-top: 16px;
}

.events-post__type {
  padding: 4px 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: #006FAC;
  border-radius: 2px;
  position: absolute;
  left: 39px;
  top: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.events-post__date {
  margin-bottom: 8px;
}

.events-post__title {
  margin-bottom: 16px;
  max-width: 480px;
}

.events-post__txt {
  margin-bottom: 16px;
}

.events-post__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.events-post__info-title {
  margin-bottom: 32px;
}

.events-post__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  position: relative;
}

.events-post__img-item {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.events-post__img-item--md {
  height: 320px;
}

.events-post__img-item--mds {
  height: 320px;
}

.events-post__img-item--lg {
  height: 424px;
}

.events-post__img-item--xl {
  height: 408px;
}

.events-post__img-item--xxl {
  height: 565px;
}

.events-post__img-item--contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.filter-select__title {
  font-size: 16px;
  font-weight: 400;
}

.cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -20px;
  margin-bottom: -20px;
}

.cards-wrap {
  margin-bottom: 48px;
}

.card {
  position: relative;
  width: 100%;
  -webkit-box-flex: calc(100% / 3);
      -ms-flex: calc(100% / 3);
          flex: calc(100% / 3);
  max-width: calc(100% / 3);
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.card-post__type {
  padding: 4px 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: #006FAC;
  border-radius: 2px;
  position: absolute;
  left: 24px;
  top: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.card-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 23px;
  width: 100%;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}

.card-img--xl {
  height: 320px;
}

.card-img--lg {
  height: 232px;
}

.card-info__date {
  display: inline-block;
  margin-bottom: 8px;
}

.card-info__title {
  margin-bottom: 16px;
}

.contacts__title {
  margin-bottom: 30px;
}

.contacts__icon {
  min-width: 24px;
  min-height: 24px;
  max-height: 24px;
  margin-right: 12px;
  background: url("../img/svg/map.svg") no-repeat center;
}

.contacts__text {
  margin: 32px 0;
  font-size: 16px;
  line-height: 24px;
  color: #20201F;
}

.contacts__tel,
.contacts__mail {
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  color: #006FAC;
}

.contacts__tel {
  color: #20201F;
}

.contacts__tel--mtb-16 {
  display: block;
  margin: 16px 0;
}

.contacts-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contacts-info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 34.2%;
          flex: 0 0 34.2%;
  width: 34.2%;
  max-width: 34.2%;
}

.contacts-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
}

.contacts-item:not(:last-child) {
  margin-bottom: 32px;
}

.contacts-item--tel .contacts__icon {
  background-image: url("../img/svg/phone-call.svg");
}

.contacts-item--email .contacts__icon {
  background-image: url("../img/svg/envelope.svg");
}

.contacts-map {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 57.26%;
          flex: 0 0 57.26%;
  width: 57.26%;
  max-width: 57.26%;
}

.contacts-map__item {
  width: 670px;
  max-width: 100%;
  height: 400px;
}

.wrapper-content--infos {
  padding-bottom: 120px;
}

.infos {
  padding-left: 100px;
}

.infos-title {
  margin-bottom: 12px;
  max-width: 770px;
}

.infos-txt {
  margin-bottom: 44px;
  max-width: 568px;
}

.infos-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -20px;
  margin-bottom: -20px;
}

.infos-list__item {
  width: 100%;
  -webkit-box-flex: 467px;
      -ms-flex: 467px;
          flex: 467px;
  max-width: 467px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.infos-list__item-title {
  margin-bottom: 12px;
}

.infos-list__item-txt {
  margin-bottom: 24px;
}

.news-title {
  margin-bottom: 56px;
}

.news-filter {
  margin-bottom: 56px;
}

.projects-title {
  margin-bottom: 96px;
}

.video__title-page {
  max-width: 870px;
}

.video__breadcrumbs-back {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}

.video-title {
  margin-bottom: 42px;
}

.wrapper-breadcrumbs--mb-80 {
  margin-bottom: 80px;
}

.wrapper-breadcrumbs--mb-100 {
  margin-bottom: 100px;
}

.wrapper-breadcrumbs--main {
  margin-top: 60px;
  margin-bottom: 0;
}

.breadcrumbs-mob {
  padding-left: 16px;
  position: relative;
  color: #20201F;
  margin-bottom: 24px;
  display: block;
}

.breadcrumbs-mob::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: rotate(180deg) translateY(50%);
      -ms-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
  width: 8px;
  height: 12px;
  background-image: url("../img/svg/arr-right.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.breadcrumbs-back {
  padding-left: 16px;
  position: relative;
  color: #006FAC;
  margin-bottom: 24px;
  display: inline-block;
  position: relative;
}

.breadcrumbs-back--14 {
  font-size: 14px;
  line-height: 24px;
}

.breadcrumbs-back::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: rotate(180deg) translateY(50%);
      -ms-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
  width: 8px;
  height: 12px;
  background-image: url("../img/svg/arr-right.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.breadcrumbs-back::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 1px;
  background-color: #006FAC;
}

.breadcrumbs-back:hover::after {
  opacity: 1;
  width: 100%;
}

.breadcrumbs-back:after {
  left: 16px;
  max-width: calc(100% - 16px);
}

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

.breadcrumbs-list li:last-child a {
  padding-right: 0;
  margin-right: 0;
  color: #006FAC;
  cursor: unset;
}

.breadcrumbs-list li:last-child a::after {
  display: none;
}

.breadcrumbs-list a {
  color: #20201F;
  position: relative;
  padding-right: 28px;
  margin-right: 20px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.breadcrumbs-list a:hover {
  color: #006FAC;
}

.breadcrumbs-list a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 12px;
  background-image: url("../img/svg/arr-right.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.input {
  height: 48px;
  padding: 12px 16px;
  border: 1px solid #E0E0E0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  background-color: #ffffff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.input:focus {
  border: 1px solid #006FAC;
}

.input-search {
  background-position: 95% 50%;
  background-size: 24px 24px;
  background-repeat: no-repeat;
}

.input-xl {
  width: 430px;
  max-width: 100%;
}

.filter-selects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.filter-select {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 32px;
}

.filter-select:last-child {
  margin-right: 0;
}

.filter-select__title {
  margin-right: 32px;
}

.filter-select__data {
  color: rgba(32, 32, 31, 0.75);
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  height: 48px;
  padding: 12px 16px;
  width: 128px;
}

.filter-input {
  margin-bottom: 40px;
}

.filter-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.filter-categories__item {
  margin-right: 50px;
}

.filter-categories__item:last-child {
  margin-right: 0;
}

.filter-categories__inp {
  display: none;
  opacity: 0;
  visibility: inherit;
}

.filter-categories__inp:checked + .filter-categories__lbl {
  color: #006FAC;
}

.filter-categories__lbl {
  display: inline-block;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

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

.filter__btns .btn {
  margin: 15px 0;
}

.pagging--mt-40 {
  margin-top: 40px;
}

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

.pagging-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
}

.pagging-list__item {
  margin-right: 24px;
}

.pagging-list__item a {
  color: #a3a3a3;
}

.pagging-list__item:last-child {
  margin-right: 0;
}

.pagging-list__item.pagging-list__item--curent a {
  color: #131312;
}

.pagging-arr {
  display: inline-block;
  width: 8px;
  height: 32px;
  background-size: 8px 12px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pagging-arr--next {
  background-image: url("../img/svg/arr-right.svg");
  margin-left: 24px;
}

.pagging-arr--prev {
  background-image: url("../img/svg/arr-right.svg");
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 24px;
}

.select2-dropdown {
  border: 1px solid #E0E0E0;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
}

.select2-dropdown * {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.select2-dropdown *::-webkit-scrollbar-button {
  background-image: url("");
  background-repeat: no-repeat;
  width: 0;
  height: 0;
}

.select2-dropdown *::-webkit-scrollbar-track {
  background-color: transparent;
}

.select2-dropdown *::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: transparent;
}

.select2-dropdown *::-webkit-resizer {
  background-image: url("");
  background-repeat: no-repeat;
  width: 0;
  height: 0;
}

.select2-dropdown *::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.select2-dropdown::-webkit-scrollbar-button {
  background-image: url("");
  background-repeat: no-repeat;
  width: 0;
  height: 0;
}

.select2-dropdown::-webkit-scrollbar-track {
  background-color: transparent;
}

.select2-dropdown::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: transparent;
}

.select2-dropdown::-webkit-resizer {
  background-image: url("");
  background-repeat: no-repeat;
  width: 0;
  height: 0;
}

.select2-dropdown::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.select2-dropdown .select2-results__option--selected {
  background-color: #ffffff !important;
}

.select2-dropdown .select2-results__option--highlighted.select2-results__option--selectable {
  color: #006FAC;
}

.select2-dropdown .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #ffffff;
}

.select2-dropdown .select2-results__option {
  padding: 6px 16px;
}

.select2-news-filter * {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.select2-news-filter .select-28-container--open .select2-selection--single,
.select2-news-filter .select2-container--focus .select2-selection--single {
  border: 1px solid #006FAC !important;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
}

.select2-news-filter .select2-container {
  width: 100% !important;
}

.select2-news-filter .select2-container--default .select2-selection--single {
  width: 100%;
  min-width: 227px;
  height: 48px;
  padding: 12px 16px;
  color: rgba(32, 32, 31, 0.75);
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
}

.select2-news-filter .select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  width: 18px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}

.select2-news-filter.filter-select__item--209 .select2-container--default .select2-selection--single {
  min-width: 209px;
  max-width: 209px;
}

.select2-news-filter .select2-container {
  width: 209px !important;
}

.select2-filter-voi * {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.select2-filter-voi .select-28-container--open .select2-selection--single,
.select2-filter-voi .select2-container--focus .select2-selection--single {
  border: 1px solid #006FAC !important;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
}

.select2-filter-voi .select2-container {
  width: 100% !important;
}

.select2-filter-voi .select2-container--default .select2-selection--single {
  width: 100%;
  min-width: 227px;
  height: 48px;
  padding: 12px 16px;
  color: rgba(32, 32, 31, 0.75);
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
}

.select2-filter-voi .select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  width: 18px;
}

.select2-filter-voi.filter-select__item--209 .select2-container--default .select2-selection--single {
  min-width: 209px;
  max-width: 209px;
}

.select2-filter-voi .select2-container {
  width: 209px !important;
}

.slider-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.slider-photo__vertical {
  width: 100%;
  max-width: 158px;
  -webkit-box-flex: 158px;
      -ms-flex: 158px;
          flex: 158px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.slider-photo__vertical-img {
  width: 100%;
  height: 103px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider-photo__vertical-item {
  margin: 12px 0;
}

.slider-photo__main {
  width: 100%;
  max-width: calc(100% - 200px);
  -webkit-box-flex: calc(100% - 200px);
      -ms-flex: calc(100% - 200px);
          flex: calc(100% - 200px);
  margin-left: auto;
}

.slider-photo__main-img {
  width: 100%;
  height: 650px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider-photo .slick-vertical .slick-slide {
  border: 0;
}

.slider-photo .slick-arrow {
  color: transparent;
  font-size: 0;
  background-color: transparent;
  width: 14px;
  height: 7px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  margin: 0 auto;
  cursor: pointer;
}

.slider-photo .slick-prev {
  background-image: url("../img/svg/arr-top-black.svg");
}

.slider-photo .slick-next {
  background-image: url("../img/svg/arr-bottom-black.svg");
}

.modal .slick-prev {
  background-image: url("../img/svg/arr-top-white.svg");
}

.modal .slick-next {
  background-image: url("../img/svg/arr-bottom-white.svg");
}

.detail-content {
  margin: 40px 0;
}

.detail-content__text {
  font-weight: 500;
  font-size: 14px;
}

.detail-content__date {
  font-weight: 500;
  font-size: 14px;
}

.detail-content__breadcrumbs-back {
  font-weight: 500;
  font-size: 14px;
}

.detail-content--mt-64 {
  margin: 64px 0;
}

.download-list__item {
  margin-bottom: 16px;
}

.download-list__item:last-child {
  margin-bottom: 0;
}

.download-list__item-link {
  display: inline-block;
  padding-left: 32px;
  position: relative;
}

.download-list__item-link:hover p::after {
  width: 100%;
  opacity: 1;
}

.download-list__item-link p {
  position: relative;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: 500;
}

.download-list__item-link p::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 1px;
  background-color: #D9001D;
}

.download-list__item-link p:hover::after {
  opacity: 1;
  width: 100%;
}

.download-list__item-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("../img/svg/download.svg");
}

.photo-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -15px;
}

.photo-gallery__item {
  display: none;
  padding: 15px;
  width: 100%;
  max-width: 25%;
  -webkit-box-flex: 25%;
      -ms-flex: 25%;
          flex: 25%;
  height: 300px;
  cursor: pointer;
}

.photo-gallery__item:hover .photo-gallery__item-img {
  -webkit-box-shadow: 0px 0px 9px 4px rgba(0, 0, 0, 0.22);
          box-shadow: 0px 0px 9px 4px rgba(0, 0, 0, 0.22);
}

.photo-gallery__item.active {
  display: block;
}

.photo-gallery__item-img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.photo__breadcrumbs-back {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}

.btn-next-photo-gallary {
  display: none;
}

.btn-next-photo-gallary.active {
  display: block;
}

body.overflow-hide {
  overflow: hidden;
}

.modal {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: -1;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

.modal--active {
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 1;
  visibility: visible;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(32, 32, 31, 0.76);
  z-index: 1001;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

.modal--active .modal-content {
  z-index: 1111;
  opacity: 1;
}

.modal-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.modal-content {
  position: relative;
  background-color: #fff;
  width: auto;
  height: auto;
  position: relative;
  opacity: 0;
  width: 100%;
}

.modal-content.modal-gallery__content {
  background-color: transparent;
}

.modal-close {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

.modal-gallery__content {
  width: auto;
  max-width: 100%;
}

.video-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(32, 32, 31, 0.1);
  width: 100%;
  height: 650px;
}

.video-frame:hover .video-frame__span {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.video-frame__span {
  width: 150px;
  height: 150px;
  background-image: url("../img/svg/play.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.calendar {
  position: relative;
  margin-top: 100px;
}

.calendar::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: #D5D5D5;
}

.calendar-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.calendar-item::after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(50% - 6px);
  width: 115px;
  height: 6px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #D5D5D5;
}

.calendar-item--left-after .calendar-info {
  margin-left: 0;
  margin-right: auto;
}

.calendar-item--left-after::after {
  content: "";
  position: absolute;
  -webkit-transform: translateY(-50%) translateX(-100%);
      -ms-transform: translateY(-50%) translateX(-100%);
          transform: translateY(-50%) translateX(-100%);
}

.calendar-img {
  width: 100%;
  max-width: 470px;
  -webkit-box-flex: 470px;
      -ms-flex: 470px;
          flex: 470px;
  height: 470px;
  margin-bottom: 70px;
}

.calendar-img__item {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.calendar-info {
  width: 100%;
  max-width: 370px;
  -webkit-box-flex: 370px;
      -ms-flex: 370px;
          flex: 370px;
  margin-left: auto;
}

.calendar-info__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}

.calendar-info__wrap .separator {
  margin: 0 20px;
}

.calendar-info__date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 130px;
}

.calendar-info__date-main {
  margin-right: 5px;
}

.calendar-info__date-sec {
  word-spacing: 100000px;
}

.calendar-info__title {
  margin-bottom: 12px;
}

.calendar-info__txt {
  margin-bottom: 12px;
}

.calendar-info__txt:last-child {
  margin-bottom: 0;
}

.separator {
  position: relative;
  display: block;
  width: 20px;
  min-width: 20px;
  height: 3px;
  background-color: #20201F;
}

.events-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -12px;
  margin-right: -12px;
}

.events-info__item {
  padding-left: 12px;
  padding-right: 12px;
  width: 100%;
  max-width: 25%;
  -webkit-box-flex: 25%;
      -ms-flex: 25%;
          flex: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.events-info__item picture {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.events-info__item-img {
  margin-right: 36px;
  width: 64px;
  height: 64px;
}

.events-info__title {
  margin-bottom: 10px;
}

.events-info__text--sm {
  max-width: 95%;
}

.about-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-intro--mb-48 {
  margin-bottom: 48px;
}

.about-intro__btn {
  font-weight: 500;
}

.about-intro__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}

.about-intro__list-item:before {
  content: "";
  display: block;
  min-width: 4px;
  max-width: 4px;
  max-height: 24px;
  margin-right: 12px;
  background: url("../img/svg/arr-right.svg") no-repeat center;
}

.about-intro__img {
  width: 100%;
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.about-intro__img-item {
  width: 100%;
  height: 435px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.about-intro__info {
  width: 100%;
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 23px;
  padding-bottom: 23px;
}

.about-intro__info-item {
  margin-bottom: 32px;
}

.about-intro__info-item:last-child {
  margin-bottom: 0;
}

.about-intro__info-title {
  margin-bottom: 16px;
}

.about-intro__info-text {
  margin-bottom: 12px;
}

.about-intro__info-text:last-child {
  margin-bottom: 0;
}

.about-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -15px;
}

.about-info__item {
  width: 100%;
  -webkit-box-flex: calc(100% / 3);
      -ms-flex: calc(100% / 3);
          flex: calc(100% / 3);
  max-width: calc(100% / 3);
  padding: 15px;
}

.about-info__item-content {
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  padding: 30px;
  height: 100%;
  min-height: 364px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #ffffff;
}

.about-info__item-content:hover {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.about-info__item-img {
  width: 134px;
  height: 134px;
  margin-bottom: 40px;
}

.about-info__item-title {
  margin-bottom: 16px;
}

.about-info__link {
  font-weight: 500;
  font-size: 18px;
}

.about-subnav-list-outer {
  margin: 24px -25px 64px;
}

.about-subnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about-subnav__item {
  padding: 16px 25px;
}

.about-subnav__link {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #006FAC;
}

.person__label.tab-label:hover {
  color: #20201f;
}

.person__label.tab-label:after {
  right: -22px;
}

.about-context--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.about-context__col-50 {
  width: 100%;
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

.about-context__title {
  margin-bottom: 24px;
}

.about-context__title--mb-40 {
  margin-bottom: 40px;
}

.about-context .tab .about-context__title {
  margin-bottom: 0;
}

.about-context__text {
  margin-bottom: 24px;
}

.about-context__subtitle {
  margin-bottom: 16px;
}

.about-context__list-achievements {
  margin-bottom: 24px;
}

.about-context__img {
  width: 100%;
  max-width: 564px;
  max-height: 847px;
}

.about-context__img-link {
  display: block;
}

.tab {
  overflow: hidden;
}

.flags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.flags picture {
  width: auto;
}

.flags-rov {
  width: 100%;
  -webkit-box-flex: calc(100% / 3);
      -ms-flex: calc(100% / 3);
          flex: calc(100% / 3);
  max-width: calc(100% / 3);
  padding-left: 8px;
  padding-right: 8px;
}

.flags .gap-y-24 .flags-item {
  margin-bottom: 24px;
}

.flags .gap-y-24 .flags-item:last-child {
  margin-bottom: 0;
}

.flags .gap-y-32 .flags-item {
  margin-bottom: 32px;
}

.flags .gap-y-32 .flags-item:last-child {
  margin-bottom: 0;
}

.flags-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flags-item:hover .flags-item__txt::after {
  width: 100%;
  opacity: 1;
}

.flags-item__txt {
  margin-left: 24px;
  position: relative;
}

.flags-item__txt::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 1px;
  background-color: #006FAC;
}

.flags-item__img {
  width: 48px;
  height: 32px;
}

.regional-organizations__title {
  margin-bottom: 32px;
}

.table-widht--fixed table:not([class]) {
  table-layout: fixed;
}

table:not([class]) {
  width: 100%;
  table-layout: auto;
  border-spacing: 0;
  border-collapse: collapse;
}

table:not([class]) td,
table:not([class]) th {
  max-width: 420px;
  padding: 12px;
}

table:not([class]) td:first-child,
table:not([class]) th:first-child {
  padding-left: 31px;
  padding-right: 50px;
}

table:not([class]) td:last-child,
table:not([class]) th:last-child {
  padding-right: 31px;
}

table:not([class]) tbody tr:nth-child(odd) td,
table:not([class]) tbody tr:nth-child(odd) th {
  background: #F5F5F5;
}

table:not([class]) thead td,
table:not([class]) thead th {
  background-color: #006FAC;
  color: #ffffff;
}

table:not([class]) thead + tbody tr:nth-child(odd) td,
table:not([class]) thead + tbody tr:nth-child(odd) th {
  background: #ffffff;
}

table:not([class]) thead + tbody tr:nth-child(even) td,
table:not([class]) thead + tbody tr:nth-child(even) th {
  background: #F5F5F5;
}

table:not([class]) a:not([class]) {
  color: #006FAC;
  position: relative;
}

table:not([class]) a:not([class])::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 1px;
  background-color: #006FAC;
}

table:not([class]) a:not([class]):hover::after {
  opacity: 1;
  width: 100%;
}

.wrapper-table--mb-120 {
  margin-bottom: 120px;
}

.person-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px;
}

.person-detail__img {
  width: 100%;
  -webkit-box-flex: 420px;
      -ms-flex: 420px;
          flex: 420px;
  max-width: 420px;
  padding-right: 25px;
  padding-left: 25px;
}

.person-detail__img-item {
  width: 100%;
  height: 424px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.person-detail__info {
  width: 100%;
  -webkit-box-flex: calc(100% - 420px);
      -ms-flex: calc(100% - 420px);
          flex: calc(100% - 420px);
  max-width: calc(100% - 420px);
  padding-left: 25px;
  padding-right: 25px;
}

.person-detail__info.show-full .person-detail__info-short {
  max-height: unset;
  overflow: unset;
}

.person-detail__info.show-full .person-detail__info-short:before {
  content: unset;
}

.person-detail__info.show-full .person-detail__btn-short {
  display: none;
}

.person-detail__info.show-full .person-detail__btn-full {
  display: block;
}

.person-detail__info.show-full .person-detail__btn::before {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.person-detail__info-title {
  margin-bottom: 16px;
  max-width: 500px;
}

.person-detail__info-short {
  margin-bottom: 16px;
  max-height: 280px;
  overflow: hidden;
  position: relative;
}

.person-detail__info-short:before {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 20px;
  content: '';
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0.1)));
  background-image: -o-linear-gradient(bottom, #fff, rgba(255, 255, 255, 0.1));
  background-image: linear-gradient(to top, #fff, rgba(255, 255, 255, 0.1));
}

.person-detail__info-full {
  display: none;
  margin-bottom: 16px;
}

.person-detail__btn {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  padding-right: 25px;
}

.person-detail__btn::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  width: 10px;
  height: 10px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("../img/svg/arr-up.svg");
}

.person-detail__btn-full {
  display: none;
}

.person-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -20px -15px;
}

.person-card {
  width: 100%;
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  max-width: 50%;
  padding: 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.person-card__img {
  width: 100%;
  -webkit-box-flex: 300px;
      -ms-flex: 300px;
          flex: 300px;
  max-width: 300px;
  padding-right: 30px;
}

.person-card__img-item {
  width: 100%;
  height: 270px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.person-card__info {
  width: 100%;
  -webkit-box-flex: calc(100% - 300px);
      -ms-flex: calc(100% - 300px);
          flex: calc(100% - 300px);
  max-width: calc(100% - 300px);
}

.person-card__info-title {
  margin-bottom: 16px;
}

.person-card__info-text {
  margin-bottom: 16px;
}

.tab:last-child .tab-content {
  margin-bottom: 0 !important;
}

.tab-inp {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.tab-inp:not(:checked) ~ .tab-content > * {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 0;
  margin: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.tab-inp:checked ~ .tab-content {
  opacity: 1;
  -webkit-user-select: unset;
     -moz-user-select: unset;
      -ms-user-select: unset;
          user-select: unset;
  pointer-events: unset;
  max-height: unset;
}

.tab-inp:checked ~ .tab-content.tab-content--mb-80 {
  margin-bottom: 80px;
}

.tab-inp:checked + .tab-label {
  margin-bottom: 40px;
}

.tab-inp:checked + .tab-label::after {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tab-label {
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  position: relative;
  padding-right: 32px;
}

.tab-label * {
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.tab-label:hover {
  color: #006FAC;
}

.tab-label:hover * {
  color: #006FAC;
}

.tab-label::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  background-image: url("../img/svg/arr-up.svg");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tab-content {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  max-height: 0;
  opacity: 0;
  padding: 0;
  margin: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.info {
  list-style: none;
  counter-reset: section;
}

.info-item {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid rgba(32, 32, 31, 0.1);
  padding-left: 47px;
  position: relative;
}

.info-item::before {
  counter-increment: section;
  content: counters(section, ".") ".";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
}

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

.info-item__link {
  margin-left: 16px;
}

.info-item__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.info-item__wrapper-main {
  width: 100%;
  -webkit-box-flex: 42%;
      -ms-flex: 42%;
          flex: 42%;
  max-width: 42%;
  padding-right: 30px;
}

.info-item__wrapper-info {
  width: 100%;
  -webkit-box-flex: 58%;
      -ms-flex: 58%;
          flex: 58%;
  max-width: 58%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.search__title-page {
  font-size: 56px;
}

.search__filter-select,
.search__filter-select-title {
  margin-right: 10px;
}

.search__filter-select--16,
.search__filter-select-title--16 {
  margin-right: 16px;
}

.search-control .select2-container--default .select2-selection--single {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.search-control__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 753px;
  margin-bottom: 20px;
}

.search-control__top-input {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.search-control__bottom {
  margin-bottom: 35px;
}

.search-control__input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  height: 45px;
  font-family: inherit;
  font-size: inherit;
  border: 1px solid #ececec;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 50px 0 16px;
  background-clip: padding-box;
  width: 100%;
}

.search-control__input.input-search {
  background-position: 98.5% 50%;
}

.search-control__btns {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 10px;
}

.search-control__btns .btn {
  margin: 15px 0;
}

.search-control__btn-search {
  display: block;
  position: absolute;
  top: 0;
  right: 14px;
  width: 24px;
  height: 100%;
  background-position: 50% 50%;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-image: url("../img/svg/search.svg");
}

.search-popup {
  margin-bottom: 10px;
}

.search-popup__text {
  font-size: 16px;
}

.search-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.search-result__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #a3a3a3;
}

.search-result__item:last-child {
  border-bottom: none;
}

.search-result__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  overflow: hidden;
}

.search-result__img picture {
  position: relative;
  display: block;
  width: 270px;
  height: 180px;
  margin-right: 30px;
}

.search-result__img img {
  position: absolute;
  inset: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.search-result__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

.search-result__description {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 750px;
  font-size: 16px;
}

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

.search-result__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  font-size: 16px;
  color: #7A7A7A;
}

.search-result__href {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 67px;
}

.search-result__more {
  font-size: 16px;
}

.search-pagging {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

* {
  margin: 0;
  padding: 0;
}

.dateBox {
  width: 160px;
  height: auto;
  border: 1px solid blue;
}

.ui-datepicker-calendar {
  background: white;
}

/* jQuery UI Datepicker Styles */

/* states and images */

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Overlays */

.ui-widget-overlay {
  position: relative;
  width: 100%;
  height: 100%;
}

.ui-datepicker {
  position: relative;
  width: 170px;
  height: auto;
  padding: 0;
  display: none;
  margin: 20px 0 0 23px;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
  background: #f8f8f8;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 5px;
  width: 1.1em;
  height: .90em;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
  top: 7px;
  background: url(../img/datepickerArrow.png) top no-repeat;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
  background: url(../img/datepickerArrow.png) bottom no-repeat;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
  font-size: 0.70em;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .6em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: center;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* Component containers
----------------------------------*/

.ui-widget {
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 5em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  color: #999999;
  /* Days Letter Color */
}

.ui-widget-content a {
  color: yellow;
}

.ui-widget-header {
  border-bottom: 1px solid #c5c5c5;
  color: #212020;
  font-weight: bold;
}

.ui-widget-header a {
  color: #ffffff;
}

/* Interaction states
----------------------------------*/

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #cccccc;
  background: #f6f6f6;
  color: #300808;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #999999;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  background: #1ca3f4;
  text-align: center;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #c77405;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #006fac;
  color: black;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #eb8f00;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-prev:hover {
  background: transparent url(../img/datepickerArrow.png) top no-repeat;
}

.ui-datepicker .ui-datepicker-next {
  background: transparent url(../img/datepickerArrow.png) bottom no-repeat;
}

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

.navigation-panel__item {
  margin-right: 50px;
}

.navigation-panel__item a {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #006FAC;
  text-decoration: none;
}

.navigation-panel__item:last-child {
  margin-right: 0;
}

.event-single p {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: rgba(32, 32, 31, 0.65);
}

.event-single p a {
  color: #D9001D;
}

.event-single__breadcrumbs {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37%;
          flex: 0 0 37%;
  max-width: 37%;
  width: 37%;
}

.event-single__posts {
  margin-top: 40px;
}

.event-single__date {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  margin-top: 40px;
}

.event-single__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: calc(50% - 585px);
}

.event-single__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

.event-single__item p {
  font-size: 16px;
  line-height: 24px;
  color: rgba(32, 32, 31, 0.65);
  margin-bottom: 30px;
}

.event-single__item a {
  color: #006FAC !important;
}

.event-single__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.event-single__img img {
  width: 570px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.event-single__img--big {
  display: block;
  margin-top: 40px;
  max-height: 650px;
  overflow: hidden;
}

.event-single__img--big img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  max-height: 650px;
  -o-object-position: center;
     object-position: center;
}

.event-single__info {
  padding: 0 30px;
}

.event-single__info--pr-0 {
  padding-right: 0;
}

.event-single__info--pl-0 {
  padding-left: 0;
}

.event-single__heading {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}

.event-single__header {
  margin-bottom: 40px;
  max-width: 570px;
  font-size: 56px;
  line-height: 72px;
  text-transform: uppercase;
}

.event-single__logo {
  margin: 40px 0 40px 30px;
}

.event-single__logo img {
  width: 945px;
  height: 472px;
  -o-object-fit: cover;
     object-fit: cover;
}

.event-single__item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.event-single__float {
  margin-bottom: 15px;
}

.event-single__float--left .event-single__img {
  float: left;
  padding: 0 30px 30px 0;
}

.event-single__float--right .event-single__img {
  float: right;
  padding: 0 0 30px 30px;
}

.caring-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
}

.caring-items {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
}

.caring-items-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  width: 40%;
  max-width: 40%;
}

.caring-items-col:first-child {
  margin-right: 133px;
}

.caring-item {
  margin-bottom: 40px;
}

.caring-item__title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  color: #20201F;
}

.caring-item__text {
  margin: 12px 0 24px;
  font-size: 16px;
  line-height: 24px;
  color: rgba(32, 32, 31, 0.65);
}

.caring-item__link {
  display: block;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #D9001D;
}

.caring-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% + 131px);
          flex: 0 0 calc(100% + 131px);
  width: calc(100% + 131px);
  max-width: calc(100% + 131px);
  min-height: 485px;
  max-height: 485px;
  margin-left: calc(40% + 38px);
  margin-top: -303px;
  z-index: -1;
  background: url("../img/svg/caring.svg") no-repeat left top;
}

.pages-section {
  margin-bottom: 40px;
}

.pages-section__title {
  display: block;
  margin-bottom: 32px;
  font-size: 40px;
  line-height: 56px;
  font-weight: 500;
  color: #20201F;
}

.pages-section__title:hover {
  color: #006FAC;
}

.pages-section__page {
  display: block;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 32px;
  color: #20201F;
}

.pages-section__page:hover {
  color: #006FAC;
}

.pages-section {
  max-width: 485px;
}

.pages-section__page {
  font-size: 16px;
  line-height: 24px;
}

.pages-section__page ul {
  padding-left: 18px;
}

.pages-section__page ul li {
  margin-bottom: 16px;
  padding-left: unset;
  color: #B0B0B0;
  position: relative;
}

.pages-section__page ul li a {
  font-size: 16px;
  line-height: 24px;
  color: #B0B0B0;
}

.pages-section__page ul li:before {
  content: "";
  display: block;
  background: #C4C4C4;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: -20px;
  top: 10px;
}

.pages-sections__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.join__subtitle {
  margin-bottom: 40px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
}

.join__link {
  color: #006FAC;
}

.join-info {
  margin-bottom: 80px;
}

#about-us .title-page {
  max-width: 870px;
}

.annual-review__title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  color: #20201F;
}

.annual-review__text {
  margin: 16px 0 32px;
  color: rgba(32, 32, 31, 0.65);
}

.annual-review__link {
  max-width: 302px;
}

.annual-review__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.annual-review-item {
  margin-bottom: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
}

.annual-review-item:nth-child(2n) .annual-review-image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin: 0 0 0 50px;
}

.annual-review-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40.2%;
          flex: 0 0 40.2%;
  width: 40.2%;
  max-width: 40.2%;
  margin-right: 50px;
}

.annual-review-image picture {
  display: block;
  width: 100%;
  max-width: 470px;
  max-height: 580px;
}

.annual-review-info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55.55%;
          flex: 0 0 55.55%;
  width: 55.55%;
  max-width: 55.55%;
}

.annual-review-item + .pagging .pagging-list__item {
  font-weight: 500;
}

.reports__text {
  margin-right: 40px;
  line-height: 24px;
}

.reports__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0;
}

.reports__link:before {
  position: relative;
  top: 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 20px;
}

.reports-item {
  margin-bottom: 32px;
}

.rules__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0;
}

.rules__link:before {
  position: relative;
  top: 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 20px;
}

.rules-slider-container .tns-nav,
.rules-slider-container .tns-nav + button {
  display: none;
}

.rules-slider {
  margin: 40px auto 0;
  width: 100%;
  height: 100%;
  max-width: 670px;
  max-height: 1007px;
  overflow: hidden;
}

.rules-slider .tns-item {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 670px;
  max-height: 949px;
}

.rules-slider__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 949px;
}

.rules-slider__img-noheight {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.rules-slider__prev,
.rules-slider__next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  cursor: pointer;
  color: #006FAC;
}

.rules-slider__prev:before,
.rules-slider__next:before {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  background: url("../img/svg/arr-right.svg") no-repeat center;
}

.rules-slider__prev:hover,
.rules-slider__next:hover {
  text-decoration: underline;
}

.rules-slider__prev {
  margin-right: 70px;
}

.rules-slider__prev:before {
  margin-right: 12px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.rules-slider__next:before {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 12px;
}

.rules-slider-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px;
}

.work-groups__text {
  margin-bottom: 30px;
}

.work-groups__filter {
  margin-bottom: 40px;
}

.work-groups__filter .filter-selects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.work-groups__filter .filter-select {
  margin: 0 30px 30px 0;
}

.work-groups__filter .filter-select:first-child .select2-news-filter .select2-container--default .select2-selection--single,
.work-groups__filter .filter-select:first-child .select2-news-filter .select2-container {
  width: 212px !important;
  min-width: 212px !important;
}

.work-groups__filter .filter-select:nth-child(2) .select2-news-filter .select2-container--default .select2-selection--single,
.work-groups__filter .filter-select:nth-child(2) .select2-news-filter .select2-container {
  width: 217px !important;
  min-width: 217px !important;
}

.work-groups__filter .filter-select:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.work-groups__filter .filter-select__title {
  margin-right: 20px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #595958;
}

.work-groups__filter .select2-news-filter .select2-container--default .select2-selection--single,
.work-groups__filter .select2-news-filter .select2-container {
  width: 240px !important;
  min-width: 240px !important;
}

.work-groups__filter .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: rgba(32, 32, 31, 0.65);
}

.work-groups__type {
  font-weight: 500;
  color: #006FAC;
}

.work-groups__title {
  margin: 10px 0;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #000000;
}

.work-groups__subtitle {
  margin-bottom: 20px;
  font-weight: 500;
  color: #131312;
}

.work-groups-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  margin: 0 -15px 50px;
}

.work-groups-cards + .pagging .pagging-list__item {
  font-weight: 500;
}

.work-groups-cards-col {
  padding: 0 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
}

.work-groups-card {
  margin-bottom: 36px;
}

.work-groups-card__content {
  padding: 30px;
  border: 1px solid #a3a3a3;
  border-radius: 4px;
  background: #ffffff;
}

.work-groups-person--border {
  margin-bottom: 26px;
  padding-bottom: 26px;
  border-bottom: 2px solid rgba(32, 32, 31, 0.1);
}

.work-groups-person--border .work-groups-person__value {
  color: rgba(32, 32, 31, 0.65);
}

.work-groups-person__value {
  font-size: 18px;
  font-weight: 500;
  color: #595958;
}

.work-groups-person__name {
  margin: 11px 0 4px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #000000;
}

.work-groups-person__position {
  color: rgba(32, 32, 31, 0.65);
}

.driving-schools__subtitle {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}

.driving-schools__choose {
  margin: 40px 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

.driving-schools__filter {
  margin: 0;
}

.driving-schools__filter .filter-selects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.driving-schools__filter .filter-select {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 370px;
          flex: 0 0 370px;
  width: 370px;
  max-width: 370px;
  margin-right: 0;
}

.driving-schools__filter .filter-select:last-child {
  margin-left: 30px;
}

.driving-schools__filter .filter-select__item.select2-news-filter {
  width: 100%;
}

.driving-schools__filter .select2-news-filter .select2-container--default .select2-selection--single,
.driving-schools__filter .select2-news-filter .select2-container {
  width: 370px !important;
  min-width: 370px !important;
}

.driving-schools__filter .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: rgba(32, 32, 31, 0.65);
}

.driving-schools__table {
  margin-top: 40px;
}

.driving-schools__table table:not([class]) thead td {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

.driving-schools__table table:not([class]) td {
  padding: 12px 17px;
  /*display: flex;*/
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*flex-wrap: wrap;*/
}

.driving-schools__table table:not([class]) td:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25.7%;
          flex: 0 0 25.7%;
  width: 25.7%;
  max-width: 25.7%;
  /*min-width: 202px;*/
}

.driving-schools__table table:not([class]) td:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 74.3%;
          flex: 0 0 74.3%;
  width: 74.3%;
  max-width: 74.3%;
  padding-left: 0;
}

.driving-schools__table table:not([class]) tr {
  /*display: flex;*/
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.free-help__container {
  padding: 0 210px 0 24px;
}

.free-help__subtitle {
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}

.free-help__text {
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

.free-help__link {
  font-weight: 500;
  text-decoration: none;
  color: #006FAC;
}

.free-help .tab {
  margin-bottom: 21px;
}

.free-help .tab:last-child .tab-label {
  border: none;
  padding-bottom: 2px;
}

.free-help .tab-inp:checked ~ .tab-content.tab-content--mb-40 {
  margin-bottom: 30px;
}

.free-help .tab-inp:checked + .tab-label {
  margin-bottom: 0;
  padding-bottom: 40px;
  border-bottom: none;
}

.free-help .tab-label {
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #c4c4c4;
  font-size: 32px;
}

.free-help .tab-label:after {
  top: 40%;
}

.free-help .tab-label:hover * {
  color: #20201F;
}

.free-help .tab-content--mb-21 {
  margin-bottom: 21px;
}

.free-help-tab__text {
  padding: 54px 63px;
  font-size: 16px;
  line-height: 24px;
  color: #545454;
  background: #EFEFEF;
}

.tourism__table {
  margin-bottom: 40px;
}

.tourism__table table:not([class]) thead td {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

.tourism__table table:not([class]) td {
  padding: 12px 17px;
  /*display: flex;*/
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*flex-wrap: wrap;*/
}

.tourism__table table:not([class]) td:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25.7%;
          flex: 0 0 25.7%;
  width: 25.7%;
  max-width: 25.7%;
  min-width: 150px;
}

.tourism__table table:not([class]) td:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 74.3%;
          flex: 0 0 74.3%;
  width: 74.3%;
  max-width: 74.3%;
  padding-left: 0;
}

.tourism__table table:not([class]) tr {
  /*display: flex;*/
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.tourism__link {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  display: block;
  color: #006FAC;
}

.tourism__link:nth-child(2) {
  margin-top: 4px;
}

.tourism-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
}

.tourism-list__item {
  display: block;
  margin: 0 50px 40px 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
  color: #B0B0B0;
}

.tourism-list__item--active,
.tourism-list__item:hover {
  color: #006FAC;
}

.tourism-list-outer {
  position: relative;
}

.tourism-preview-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  display: none;
}

.tourism-preview-list__item--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.air-transport__wrapper-content {
  margin-top: -295px;
}

.air-transport__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: calc(50% - 585px);
}

.air-transport__header {
  margin-bottom: 40px;
  max-width: 570px;
  min-width: 540px;
  font-size: 56px;
  line-height: 72px;
  text-transform: uppercase;
}

.air-transport__logo {
  margin: 60px 0 40px 60px;
}

.air-transport__logo img {
  width: 945px;
  height: 465px;
  -o-object-fit: cover;
     object-fit: cover;
}

.air-transport--sm {
  max-width: 570px;
}

.air-transport__title {
  margin-bottom: 40px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  color: #20201F;
}

.air-transport__subtitle {
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #20201F;
}

.air-transport__subtitle--16 {
  margin-bottom: 40px;
  font-size: 16px;
}

.air-transport__text {
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 24px;
  color: #20201F;
}

.air-transport__text.air-transport--sm {
  margin-bottom: 24px;
}

.air-transport--mb-29 {
  margin-bottom: 29px;
}

.air-transport--mb-40 {
  margin-bottom: 40px;
}

.air-transport--mb-120 {
  margin-bottom: 120px;
}

.air-transport--mb-134 {
  margin-bottom: 134px;
}

.air-transport--1190 {
  min-width: 1190px;
}

.air-transport__links {
  margin-bottom: 142px;
}

.air-transport__link {
  display: block;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #006FAC;
}

.air-transport-list {
  margin-bottom: 120px;
}

.air-transport-list.air-transport--mb-134 {
  margin-bottom: 134px;
}

.air-transport-list-item {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
}

.air-transport-list-item__num {
  display: block;
  min-width: 25px;
  margin-right: 12px;
  font-size: 16px;
  line-height: 24px;
  color: rgba(32, 32, 31, 0.65);
}

.air-transport-list-item__arrow {
  display: block;
  min-width: 4px;
  min-height: 6px;
  margin-right: 14px;
  margin-top: 10px;
  background: url("../img/svg/arr-right.svg") no-repeat center;
}

.air-transport-list-item__value {
  font-size: 16px;
  line-height: 24px;
  color: rgba(32, 32, 31, 0.65);
}

.answers__wrapper-content {
  margin-top: -300px;
}

.answers__container {
  padding: 0 230px 0 24px;
}

.answers__container--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: calc(50% - 585px);
}

.answers__header {
  margin-bottom: 40px;
  max-width: 640px;
  font-size: 56px;
  line-height: 72px;
  text-transform: uppercase;
}

.answers__logo {
  margin: 60px -200px 0 60px;
}

.answers__logo img {
  width: 845px;
  height: 252px;
  -o-object-fit: cover;
     object-fit: cover;
}

.answers__title {
  margin: 40px 0;
  font-size: 40px;
  line-height: 56px;
  font-weight: 500;
  text-transform: uppercase;
  color: #20201F;
}

.answers__subtitle {
  margin: -8px 0 24px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #20201F;
}

.answers__text {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 24px;
  color: rgba(32, 32, 31, 0.65);
}

.answers__link {
  font-weight: 500;
  text-decoration: none;
  color: #006FAC;
}

.answers .tab-inp:checked ~ .tab-content {
  padding: 54px 5px 54px 63px;
}

.answers .tab-inp:checked ~ .tab-content.tab-content--mb-40 {
  margin: 30px 0 21px;
}

.answers .tab-inp:checked + .tab-label {
  margin-bottom: 0;
}

.answers .tab {
  margin-bottom: 21px;
}

.answers .tab-label {
  min-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #c4c4c4;
  font-size: 32px;
  line-height: 40px;
}

.answers .tab-label:after {
  top: 40%;
}

.answers .tab-label:hover * {
  color: #20201F;
}

.answers__tab-content {
  padding: 0;
  background: #efefef;
}

.answers__filter {
  width: 100%;
  margin: 0;
}

.answers__filter .filter-selects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.answers__filter .filter-select {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  margin: 0 0 32px;
}

.answers__filter .filter-select__item.select2-news-filter {
  width: 100%;
  margin: 0;
}

.answers__filter .filter-select__item .select2-selection {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #e0e0e0;
}

.answers__filter .select2-news-filter .select2-container--default .select2-selection--single,
.answers__filter .select2-news-filter .select2-container {
  width: 100% !important;
  min-width: 100% !important;
}

.answers__filter .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: rgba(32, 32, 31, 0.65);
}

.answers .select2-container .select2-results__option:first-child {
  display: none;
}

.answers__form-btn {
  padding: 12px 32px;
}

.answers--mt-84 {
  margin-top: 84px;
}

.answers--mt-93 {
  margin-top: 93px;
}

.answers--mb-46 {
  margin-bottom: 46px;
}

.answers--mb-70 {
  margin-bottom: 70px;
}

.answers-tab__text {
  font-size: 16px;
  line-height: 24px;
  color: rgba(32, 32, 31, 0.65);
}

.answers-tab__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.answers-tab-list {
  margin-top: 14px;
}

.answers-tab-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  margin-bottom: 8px;
  color: rgba(32, 32, 31, 0.65);
}

.answers-tab-list__item:before {
  content: "";
  display: block;
  width: 4px;
  height: 6px;
  margin-right: 14px;
  background: url("../img/svg/arr-right.svg") no-repeat center;
}

.answers-tab-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  margin-top: 40px;
}

.answers-tab-row--check .answers-tab-image {
  min-height: 200px;
}

.answers-tab-image {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 370px;
          flex: 0 0 370px;
  width: 370px;
  max-width: 370px;
  min-height: 450px;
  margin-right: 50px;
  overflow: hidden;
}

.answers-tab-text-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 510px);
          flex: 0 0 calc(100% - 510px);
  width: calc(100% - 510px);
  max-width: calc(100% - 510px);
}

.answers-note {
  margin: 75px 0 94px;
  font-size: 36px;
  line-height: 48px;
  font-weight: 500;
}

.answers-note__link {
  display: inline-block;
  color: #D9001D;
}

.answers-personal-item {
  position: absolute;
  bottom: 55px;
  left: 0;
  z-index: 10;
  display: none;
  padding: 20px 19px 21px 20px;
  border: 1px solid #e0e0e0;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
  background: #fff;
}

.answers-personal__icon {
  position: relative;
  min-width: 18px;
  min-height: 18px;
  margin-left: 16px;
  background: url("../img/svg/answers.svg") no-repeat center;
  background-size: contain !important;
}

.answers-personal__icon:hover + .answers-personal-item {
  display: block;
}

.answers-personal__icon:after {
  content: "";
  position: absolute;
  bottom: 47px;
  left: 2px;
  z-index: 15;
  display: block;
  width: 20px;
  height: 20px;
  background: #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.answers-personal__title {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.answers-personal__text {
  position: relative;
  margin: 20px 0 0;
  font-size: 10px;
  line-height: 15px;
  font-weight: 500;
}

.answers-personal__link {
  color: #006FAC;
  text-decoration: none;
}

.filter__container {
  position: relative;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  margin-bottom: 40px;
}

.filter__container input {
  margin-bottom: unset;
}

.filter__container .filter__svg {
  right: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  height: 32px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.filter__container .filter__svg:hover {
  -webkit-transform: translate(0, -50%) scale(1.1);
      -ms-transform: translate(0, -50%) scale(1.1);
          transform: translate(0, -50%) scale(1.1);
}

.documents--mt-106 {
  margin-top: 106px;
}

.documents--mb-128 {
  margin-top: 108px;
}

.documents-item {
  margin-bottom: 80px;
}

.documents-item__title {
  font-size: 30px;
  line-height: 24px;
  font-weight: 500;
  color: #000000;
}

.documents-item__subtitle {
  margin: 30px 0;
  font-size: 16px;
  line-height: 24px;
  color: #7A7A7A;
}

.documents-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 24px;
  color: #006FAC;
}

.documents-item__link:before {
  content: "";
  min-width: 4px;
  min-height: 6px;
  display: block;
  margin: 10px 14px 0 0;
  background: url("../img/svg/arr-right.svg") no-repeat center;
}

.documents-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -20px;
}

.documents-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
  padding: 0 20px;
}

.doc-reports--mb-50 {
  margin-bottom: 50px;
}

.doc-reports-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
  margin-bottom: 52px;
  padding: 0 15px;
}

.doc-reports-item__title {
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
}

.doc-reports-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #D9001D;
}

.doc-reports-item__link:before {
  content: "";
  min-width: 20px;
  min-height: 20px;
  display: block;
  margin-right: 20px;
  background: url("../img/svg/download.svg") no-repeat center;
}

.doc-reports-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -15px;
}

.company__text {
  margin-bottom: 30px;
  max-width: 950px;
}

.company__filter {
  margin-bottom: 50px;
}

.company__filter .filter-selects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.company__filter .filter-select {
  margin: 0 30px 0 0;
}

.company__filter .filter-select__title {
  margin-right: 20px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.company__filter .select2-news-filter .select2-container--default .select2-selection--single,
.company__filter .select2-news-filter .select2-container {
  width: 290px !important;
  min-width: 290px !important;
}

.company__filter .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: rgba(32, 32, 31, 0.65);
}

.company__title {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  color: #000000;
}

.company__subtitle {
  margin: 20px 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #000000;
}

.company-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  margin: 0 -15px 4px;
}

.company-cards + .pagging .pagging-list__item {
  font-weight: 500;
}

.company-cards-col {
  padding: 0 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
}

.company-card {
  margin-bottom: 36px;
}

.company-card__content {
  padding: 25px 50px 25px 20px;
  border: 1px solid #a3a3a3;
  border-radius: 4px;
  background: #ffffff;
}

.company-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
}

.company-info:not(:last-child) {
  margin-bottom: 10px;
}

.company-info__value {
  font-size: 14px;
}

.company-info__name {
  margin-right: 20px;
  min-width: 80px;
  max-width: 80px;
  font-size: 14px;
}

.company-info__link {
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-weight: 500;
  color: #006FAC;
}

.company-list {
  margin-bottom: 20px;
  list-style-type: disc;
  list-style-position: inside;
}

.company-list .company-list__item {
  list-style-type: disc;
  font-size: 14px;
}

.company-list .company-list__item::marker {
  color: #20201F;
  font-size: .6em;
}

.sport__text {
  margin-bottom: 30px;
}

.sport__filter {
  margin-bottom: 19px;
}

.sport__filter .filter-selects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.sport__filter .filter-select {
  margin: 0 51px 30px 0;
}

.sport__filter .filter-select .select2-news-filter .select2-container--default .select2-selection--single,
.sport__filter .filter-select .select2-news-filter .select2-container {
  width: 212px !important;
  min-width: 212px !important;
}

.sport__filter .filter-select__title {
  margin-right: 20px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #595958;
}

.sport__filter .select2-news-filter .select2-container--default .select2-selection--single,
.sport__filter .select2-news-filter .select2-container {
  width: 240px !important;
  min-width: 240px !important;
}

.sport__filter .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: rgba(32, 32, 31, 0.65);
}

.sport__region {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #a3a3a3;
}

.sport__uptitle {
  margin-bottom: 45px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  color: #20201F;
}

.sport__title {
  margin: 19px 0;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  color: #000000;
}

.sport__subtitle {
  margin-bottom: 19px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #000000;
}

.sport__access {
  margin-bottom: 19px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  color: #000000;
}

.sport-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  margin: 0 -15px 4px;
}

.sport-cards + .pagging .pagging-list__item {
  font-weight: 500;
}

.sport-cards--mt-111 {
  margin-top: 111px;
}

.sport-cards--mb-112 {
  margin-bottom: 112px;
}

.sport-cards-col {
  padding: 0 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
}

.sport-card {
  margin-bottom: 30px;
}

.sport-card__content {
  padding: 26px 30px 24px;
  border: 1px solid #a3a3a3;
  border-radius: 4px;
  background: #ffffff;
}

.sport-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
}

.sport-info:not(:last-child) {
  margin-bottom: 16px;
}

.sport-info__value {
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
}

.sport-info__name {
  margin-right: 27px;
  min-width: 86px;
  max-width: 86px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
}

.sport-info__link {
  font-weight: 500;
  color: #006FAC;
}

.page-404 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  padding: 120px 0 100px;
}

.page-404__wrapper {
  background: -o-linear-gradient(26.49deg, #FDE6D4 0%, #EFF1EA 48.9%, #E4FAFA 100%);
  background: linear-gradient(63.51deg, #FDE6D4 0%, #EFF1EA 48.9%, #E4FAFA 100%);
}

.page-404__wrapper .gradient-blue {
  background: none;
}

.page-404__wrapper .wrapper-footer {
  background: transparent;
}

.page-404__wrapper-content {
  margin: 59px 0 88px;
}

.page-404__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48.63%;
          flex: 0 0 48.63%;
  width: 48.63%;
  max-width: 48.63%;
  height: 357px;
  background: url("../../img/svg/page-404.svg") no-repeat center;
  background-size: contain;
}

.page-404__info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48.63%;
          flex: 0 0 48.63%;
  width: 48.63%;
  max-width: 48.63%;
}

.page-404__title {
  margin: 103px 0 48px;
  font-size: 36px;
  line-height: 48px;
  color: #000000;
}

.page-404__desc {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.page-404__desc--mb-8 {
  margin-bottom: 8px;
}

.page-404__link {
  display: inline;
  text-decoration: underline;
  color: #006FAC;
}

.page-404-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-in-dev {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  padding: 120px 0 100px;
}

.page-in-dev__wrapper {
  background: -o-linear-gradient(26.49deg, #FDE6D4 0%, #EFF1EA 48.9%, #E4FAFA 100%);
  background: linear-gradient(63.51deg, #FDE6D4 0%, #EFF1EA 48.9%, #E4FAFA 100%);
}

.page-in-dev__wrapper .gradient-blue {
  background: none;
}

.page-in-dev__wrapper .wrapper-footer {
  background: transparent;
}

.page-in-dev__wrapper-content {
  margin: 106px 0 96px;
}

.page-in-dev__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 134px;
          flex: 0 0 134px;
  width: 134px;
  max-width: 134px;
  min-width: 134px;
  min-height: 125px;
  margin: 0 auto;
  background: url("../../img/svg/page-in-dev.svg") no-repeat center;
}

.page-in-dev__info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  text-align: center;
}

.page-in-dev__title {
  margin: 43px 0 12px;
  font-size: 36px;
  line-height: 48px;
  color: #000000;
}

.page-in-dev__desc {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.page-in-dev__link {
  display: block;
  color: #006FAC;
}

.page-in-dev-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
  max-width: 513px;
  margin: 0 auto;
}

.barrier-free__wrapper-content {
  margin-top: -265px;
}

.barrier-free__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: calc(50% - 585px);
}

.barrier-free__inner-container {
  padding-right: 163px;
}

.barrier-free__header {
  margin-bottom: 70px;
  max-width: 455px;
  min-width: 455px;
  font-size: 40px;
  line-height: 56px;
  text-transform: uppercase;
}

.barrier-free__logo {
  margin: 40px 0 40px 140px;
}

.barrier-free__logo img {
  width: 945px;
  height: 524px;
  -o-object-fit: cover;
     object-fit: cover;
}

.barrier-free--sm {
  max-width: 510px;
}

.barrier-free--md {
  max-width: 860px;
}

.barrier-free--lg {
  max-width: 970px;
}

.barrier-free__title {
  margin-bottom: 40px;
  font-size: 36px;
  line-height: 48px;
  font-weight: 500;
  letter-spacing: .03em;
  color: #20201F;
}

.barrier-free__title--lh-56 {
  line-height: 56px;
}

.barrier-free__subtitle {
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #20201F;
}

.barrier-free__subtitle--18 {
  font-size: 18px;
}

.barrier-free__text {
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 24px;
  color: #7a7a7a;
}

.barrier-free__text.barrier-free--sm {
  margin-bottom: 24px;
}

.barrier-free--mb-20 {
  margin-bottom: 20px;
}

.barrier-free--mb-40 {
  margin-bottom: 40px;
}

.barrier-free--mb-60 {
  margin-bottom: 60px;
}

.barrier-free--mb-150 {
  margin-bottom: 150px;
}

.barrier-free__link {
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #006FAC;
}

.barrier-free__link--red {
  color: #D9001D;
}

.barrier-free__download-link {
  padding-left: 40px;
}

.partner__wrapper-content {
  margin-top: -380px;
}

.partner__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: calc(50% - 585px);
}

.partner__header {
  margin-bottom: 70px;
  max-width: 470px;
  min-width: 450px;
  font-size: 40px;
  line-height: 56px;
  text-transform: uppercase;
}

.partner__logo {
  margin: 40px 0 81px 140px;
}

.partner__logo img {
  width: 945px;
  height: 524px;
  -o-object-fit: cover;
     object-fit: cover;
}

.partner--sm {
  max-width: 500px;
}

.partner__title {
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 48px;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #000000;
}

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

.partner__subtitle {
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #000000;
}

.partner__subtitle--24 {
  margin-bottom: 80px;
  font-size: 24px;
}

.partner__text {
  margin-bottom: 59px;
  font-size: 18px;
  line-height: 27px;
  color: #7a7a7a;
}

.partner__text.partner--sm {
  margin-bottom: 24px;
}

.partner--mb-80 {
  margin-bottom: 80px;
}

.partner__link {
  font-size: 16px;
  line-height: 24px;
  color: #006FAC;
  text-decoration: none;
}

.partner__label--required .label__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.partner__label--required .label__text:after {
  position: relative;
  left: 3px;
  top: -3px;
  content: "*";
  color: #D9001D;
  font-size: 10px;
}

.partner__label .label__text {
  position: relative;
  bottom: 82px;
  left: 0;
  font-size: 16px;
  line-height: 24px;
  color: #20201F;
  -webkit-transition: bottom 0.2s;
  -o-transition: bottom 0.2s;
  transition: bottom 0.2s;
}

.partner__filter {
  min-width: 100%;
  margin-bottom: 0;
}

.partner__filter .filter-selects {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.partner__filter .filter-select {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  margin-right: 0;
  margin-bottom: 69px;
}

.partner__filter .filter-select__label {
  position: absolute;
  top: -33px;
  left: 0;
  font-size: 16px;
  line-height: 24px;
  color: #20201F;
}

.partner__filter .filter-select__item {
  min-width: 100%;
}

.partner__filter .select2-news-filter .select2-container,
.partner__filter .select2-news-filter .select2-container--default .select2-selection--single {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.partner__form-btn {
  padding: 12px 32px;
}

.partner__form-group {
  margin-bottom: 69px;
}

.partner__input:not(:-moz-placeholder-shown) + .label__text {
  bottom: 82px;
  font-size: 16px;
  line-height: 24px;
}

.partner__input:not(:-ms-input-placeholder) + .label__text {
  bottom: 82px;
  font-size: 16px;
  line-height: 24px;
}

.partner__input:focus + .label__text,
.partner__input:not(:placeholder-shown) + .label__text {
  bottom: 82px;
  font-size: 16px;
  line-height: 24px;
}

.partner__textarea {
  height: 81px;
  min-height: 81px;
  max-height: 81px;
}

.partner__textarea:not(:-moz-placeholder-shown) + .label__text {
  bottom: 119px;
  font-size: 16px;
  line-height: 24px;
}

.partner__textarea:not(:-ms-input-placeholder) + .label__text {
  bottom: 119px;
  font-size: 16px;
  line-height: 24px;
}

.partner__textarea:focus + .label__text,
.partner__textarea:not(:placeholder-shown) + .label__text {
  bottom: 119px;
  font-size: 16px;
  line-height: 24px;
}

.partner__label--textarea {
  max-height: 81px;
}

.partner__label--textarea .label__text {
  position: relative;
  bottom: 119px;
  left: 0;
  font-size: 16px;
  line-height: 24px;
  color: #20201F;
  -webkit-transition: bottom 0.2s;
  -o-transition: bottom 0.2s;
  transition: bottom 0.2s;
}

.partner__form-file {
  margin: -34px 0 35px;
}

.partner__form-file-label {
  padding: 0;
  border: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #006FAC;
}

.partner-form {
  max-width: 570px;
}

.partner-list__title {
  margin: -30px 0 10px;
  font-size: 16px;
  line-height: 24px;
  color: #20201F;
}

.partner-list__item {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
}

.partner-list__item:before {
  content: "";
  display: block;
  min-width: 4px;
  min-height: 6px;
  margin-right: 14px;
  margin-top: 10px;
  background: url(../img/svg/arr-right.svg) no-repeat center;
}

.partner-filter-list__item {
  margin-bottom: 8px;
}

.partner-filter-list__item .checkbox {
  position: relative;
  top: 5px;
}

.partner-personal-item {
  position: absolute;
  bottom: 55px;
  left: 0;
  z-index: 10;
  display: none;
  padding: 20px 19px 21px 20px;
  border: 1px solid #e0e0e0;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
  background: #fff;
}

.partner-personal__icon {
  position: relative;
  min-width: 24px;
  min-height: 24px;
  margin-left: 16px;
  background: url("../img/svg/answers.svg") no-repeat center;
  background-size: contain !important;
}

.partner-personal__icon:hover + .partner-personal-item {
  display: block;
}

.partner-personal__icon:after {
  content: "";
  position: absolute;
  bottom: 47px;
  left: 2px;
  z-index: 15;
  display: block;
  width: 20px;
  height: 20px;
  background: #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.partner-personal__title {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.partner-personal__text {
  position: relative;
  margin: 20px 0 0;
  font-size: 10px;
  line-height: 15px;
  font-weight: 500;
}

.partner-personal__link {
  color: #006FAC;
  text-decoration: none;
}

.volunteer__wrapper-content {
  margin-top: -340px;
}

.volunteer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: calc(50% - 585px);
}

.volunteer__header {
  margin-bottom: 70px;
  max-width: 450px;
  min-width: 410px;
  font-size: 40px;
  line-height: 56px;
  text-transform: uppercase;
}

.volunteer__logo {
  margin: 40px 0 81px 140px;
}

.volunteer__logo img {
  width: 945px;
  height: 524px;
  -o-object-fit: cover;
     object-fit: cover;
}

.volunteer--sm {
  max-width: 465px;
}

.volunteer__title {
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 56px;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #000000;
}

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

.volunteer__subtitle {
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #000000;
}

.volunteer__subtitle--24 {
  margin-bottom: 80px;
  font-size: 24px;
}

.volunteer__subtitle--mb-80 {
  margin-bottom: 80px;
}

.volunteer__text {
  margin-bottom: 59px;
  font-size: 18px;
  line-height: 27px;
  color: #7a7a7a;
}

.volunteer__text.volunteer--sm {
  margin-bottom: 24px;
}

.volunteer__label--required .label__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.volunteer__label--required .label__text:after {
  position: relative;
  left: 3px;
  top: -3px;
  content: "*";
  color: #D9001D;
  font-size: 10px;
}

.volunteer__label .label__text {
  position: relative;
  bottom: 82px;
  left: 0;
  font-size: 16px;
  line-height: 24px;
  color: #20201F;
  -webkit-transition: bottom 0.2s;
  -o-transition: bottom 0.2s;
  transition: bottom 0.2s;
}

.volunteer__filter {
  min-width: 100%;
  margin-bottom: 0;
}

.volunteer__filter .filter-selects {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.volunteer__filter .filter-select {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 0;
  margin-bottom: 69px;
}

.volunteer__filter .filter-select__label {
  font-size: 16px;
  line-height: 24px;
  color: #20201F;
}

.volunteer__filter .filter-select__item {
  min-width: 100%;
}

.volunteer__filter .select2-news-filter .select2-container,
.volunteer__filter .select2-news-filter .select2-container--default .select2-selection--single {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.volunteer__form-btn {
  padding: 12px 32px;
}

.volunteer__form-group {
  margin-bottom: 69px;
}

.volunteer__input:not(:-moz-placeholder-shown) + .label__text {
  bottom: 82px;
  font-size: 16px;
  line-height: 24px;
}

.volunteer__input:not(:-ms-input-placeholder) + .label__text {
  bottom: 82px;
  font-size: 16px;
  line-height: 24px;
}

.volunteer__input:focus + .label__text,
.volunteer__input:not(:placeholder-shown) + .label__text {
  bottom: 82px;
  font-size: 16px;
  line-height: 24px;
}

.volunteer__textarea {
  height: 81px;
  min-height: 81px;
  max-height: 81px;
}

.volunteer__textarea:not(:-moz-placeholder-shown) + .label__text {
  bottom: 119px;
  font-size: 16px;
  line-height: 24px;
}

.volunteer__textarea:not(:-ms-input-placeholder) + .label__text {
  bottom: 119px;
  font-size: 16px;
  line-height: 24px;
}

.volunteer__textarea:focus + .label__text,
.volunteer__textarea:not(:placeholder-shown) + .label__text {
  bottom: 119px;
  font-size: 16px;
  line-height: 24px;
}

.volunteer__label--textarea {
  max-height: 81px;
}

.volunteer__label--textarea .label__text {
  position: relative;
  bottom: 119px;
  left: 0;
  font-size: 16px;
  line-height: 24px;
  color: #20201F;
  -webkit-transition: bottom 0.2s;
  -o-transition: bottom 0.2s;
  transition: bottom 0.2s;
}

.volunteer__form-file {
  margin: -34px 0 35px;
}

.volunteer__form-file-label {
  padding: 0;
  border: 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #006FAC;
}

.volunteer-form {
  max-width: 570px;
}

.volunteer-personal-item {
  position: absolute;
  bottom: 55px;
  left: 0;
  z-index: 10;
  display: none;
  padding: 20px 19px 21px 20px;
  border: 1px solid #e0e0e0;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.12);
  background: #fff;
}

.volunteer-personal__icon {
  position: relative;
  min-width: 24px;
  min-height: 24px;
  margin-left: 16px;
  background: url("../img/svg/answers.svg") no-repeat center;
  background-size: contain !important;
}

.volunteer-personal__icon:hover + .volunteer-personal-item {
  display: block;
}

.volunteer-personal__icon:after {
  content: "";
  position: absolute;
  bottom: 47px;
  left: 2px;
  z-index: 15;
  display: block;
  width: 20px;
  height: 20px;
  background: #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.volunteer-personal__title {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.volunteer-personal__text {
  position: relative;
  margin: 20px 0 0;
  font-size: 10px;
  line-height: 15px;
  font-weight: 500;
}

.volunteer-personal__link {
  color: #006FAC;
  text-decoration: none;
}

.partners-title {
  margin: 0 0 45px;
}

.partners-slider .slick-list {
  margin: 0 -15px;
}

.partners-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.partners-slider .slick-slide {
  padding: 0 15px;
}

.partners-slider .slick-dots {
  display: none !important;
  margin: 20px auto 0;
  padding: 0;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.partners-slider .slick-dots li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 4px;
}

.partners-slider .slick-dots li.slick-active button {
  background-color: #006FAC;
}

.partners-slider .slick-dots button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: 1px solid #006FAC;
  border-radius: 50%;
  font-size: 0;
  cursor: pointer;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.partners-slider__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.partners-slider__item-img {
  margin: 0 auto;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.partners-slider-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% + 6vw);
  margin-left: -3vw;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

.partners-slider-control__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border: 0;
  outline: none;
  pointer-events: all;
  cursor: pointer;
}

.partners-slider-control__icon {
  width: 10px;
  height: 16px;
}

.partners-slider-control__visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.partners-actions {
  margin: 45px auto 0;
}

.header-visually {
  display: none;
  padding: 45px 0;
}

.header-visually__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-visually__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 54px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.header-visually__text {
  font-weight: normal;
  font-size: 24px;
  line-height: 24px;
  margin: auto 0;
  margin-right: 18px;
}

.header-visually__parameter {
  width: 48px;
  height: 48px;
  border: 1px solid #20201F;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  position: relative;
  margin-right: 11px;
  cursor: pointer;
  z-index: 10;
}

.header-visually__parameter--active:before {
  content: '';
  border-radius: 2px;
  background: #20201F;
  width: 100%;
  height: 4px;
  display: block;
  position: absolute;
  bottom: -10px;
}

.header-visually__parameter-item {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.header-visually__color {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}

.header-visually__color--white {
  background-color: white;
  color: #20201F !important;
}

.header-visually__color--black {
  background: #20201F !important;
  color: white;
}

.header-visually__color--blue {
  color: #183969;
  background: #A8D0FB !important;
}

.header-visually__color--cream {
  background: #F7F3D6 !important;
  color: #59422E;
}

.header-visually__color--brown {
  color: #A9DD38;
  background: #3B2716 !important;
}

.header-visually__interval {
  background: #FFFFFF;
  font-weight: 500;
  font-size: 16px;
  width: 144px;
}

.header-visually__interval--small {
  line-height: 24px;
}

.header-visually__interval--middle {
  letter-spacing: 0.1em;
}

.header-visually__interval--big {
  line-height: 24px;
  letter-spacing: 0.2em;
}

.header-visually__font--small {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}

.header-visually__font--middle {
  font-size: 26px;
  line-height: 24px;
  font-weight: 500;
}

.header-visually__font--big {
  font-size: 26px;
  line-height: 24px;
  font-weight: 500;
}

.header-visually__btn-back {
  display: none;
}

.header-visually__btn-back:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 15px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 15px 16px;
  background-position: 50% 50%;
  background-image: url("../img/svg/arr-back-black.svg");
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header--visually .header-visually {
  display: block;
  right: 0;
  opacity: 1;
}

.header--visually .social-link__svg {
  width: 44px;
  height: 44px;
  background: #20201F;
  border-radius: 10px;
  border: 2px solid #20201F;
}

.header--visually .social-link__svg:hover {
  fill: #20201f;
  background-color: white;
}

.header--visually .search,
.header--visually .social-link {
  height: unset;
}

.header--visually .header-action__link-txt {
  font-weight: normal;
  font-size: 24px;
  line-height: 24px;
}

.header--visually .svg-login {
  width: 48px;
  height: 48px;
}

.header--visually .svg-login path {
  fill: black;
}

.header--visually .svg-search {
  width: 37px;
  height: 37px;
  fill: black;
}

.header--visually .nav-item a {
  font-weight: 500;
  font-size: 28px;
  line-height: 24px;
}

.header--visually .nav-item {
  margin-right: 82px;
  margin-bottom: 16px;
}

.header--visually .nav-list {
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% + 82px);
}

.header--visually .nav .nav-list {
  height: auto !important;
}

.header-action__link--visually {
  cursor: pointer;
}

.header--visually .header-action__link--visually {
  display: none;
}

.annual-review__title--visually,
.search-result__description--visually {
  display: none;
}

.img--alt {
  display: none;
}

.body-interval--img .img--opacity {
  opacity: 0;
}

.body-interval--img .picture--border {
  position: relative;
  border: 2px dashed #000000;
  display: block;
  height: 100%;
}

.body-interval--img .img--alt {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.nav-mob__visially--show {
  right: 0 !important;
  pointer-events: unset !important;
  opacity: 1 !important;
}

.nav-mob__visially--open {
  display: none;
}

.nav-mob__visially--close {
  display: none;
}

.body-font--medium {
  font-size: 48px;
  line-height: 72px;
}

.body-font--medium p:not([class]) strong {
  font-size: 48px;
  line-height: 62px;
}

.body-font--medium .answers-tab__text,
.body-font--medium .answers__text,
.body-font--medium .caring-item__text,
.body-font--medium .doc-reports-item__title,
.body-font--medium .driving-schools__subtitle,
.body-font--medium .driving-schools__choose,
.body-font--medium .free-help__subtitle,
.body-font--medium .company__subtitle,
.body-font--medium .company-info p,
.body-font--medium .sport__subtitle,
.body-font--medium .sport-info p,
.body-font--medium .sport__access,
.body-font--medium .work-groups__title,
.body-font--medium .work-groups-person p,
.body-font--medium .detail-content__text,
.body-font--medium .detail-content__date,
.body-font--medium .contacts__text,
.body-font--medium .event-single__info p,
.body-font--medium .event-single__date p,
.body-font--medium .event-single__heading,
.body-font--medium .event-single p,
.body-font--medium .air-transport-list-item__value,
.body-font--medium .air-transport-list-item__num {
  font-size: 48px;
  line-height: 72px;
}

.body-font--medium .answers-tab__text p:not([class]) strong,
.body-font--medium .answers__text p:not([class]) strong,
.body-font--medium .caring-item__text p:not([class]) strong,
.body-font--medium .doc-reports-item__title p:not([class]) strong,
.body-font--medium .driving-schools__subtitle p:not([class]) strong,
.body-font--medium .driving-schools__choose p:not([class]) strong,
.body-font--medium .free-help__subtitle p:not([class]) strong,
.body-font--medium .company__subtitle p:not([class]) strong,
.body-font--medium .company-info p p:not([class]) strong,
.body-font--medium .sport__subtitle p:not([class]) strong,
.body-font--medium .sport-info p p:not([class]) strong,
.body-font--medium .sport__access p:not([class]) strong,
.body-font--medium .work-groups__title p:not([class]) strong,
.body-font--medium .work-groups-person p p:not([class]) strong,
.body-font--medium .detail-content__text p:not([class]) strong,
.body-font--medium .detail-content__date p:not([class]) strong,
.body-font--medium .contacts__text p:not([class]) strong,
.body-font--medium .event-single__info p p:not([class]) strong,
.body-font--medium .event-single__date p p:not([class]) strong,
.body-font--medium .event-single__heading p:not([class]) strong,
.body-font--medium .event-single p p:not([class]) strong,
.body-font--medium .air-transport-list-item__value p:not([class]) strong,
.body-font--medium .air-transport-list-item__num p:not([class]) strong {
  font-size: 48px;
  line-height: 62px;
}

.body-font--medium a,
.body-font--medium .page-404__desc,
.body-font--medium .label__text,
.body-font--medium .partner__subtitle,
.body-font--medium .partner__text,
.body-font--medium .filter-select__label,
.body-font--medium .pagging-list,
.body-font--medium .company__subtitle,
.body-font--medium .company-list__item,
.body-font--medium .filter-select__title,
.body-font--medium .free-help-tab__text,
.body-font--medium .label--checkbox,
.body-font--medium .partner-personal__text {
  font-size: 48px !important;
  line-height: 72px !important;
}

.body-font--medium ul:not([class]) li {
  margin-bottom: 48px;
  padding-left: 40px;
}

.body-font--medium ul:not([class]) li::before {
  width: 16px;
  height: 16px;
  background-size: 16px 24px;
  top: 50%;
  max-width: unset;
  max-height: unset;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.body-font--medium .partner__header {
  font-size: 96px;
  line-height: 144px;
}

.body-font--medium .join__subtitle,
.body-font--medium .page-404__title,
.body-font--medium .partner__title,
.body-font--medium .company__title,
.body-font--medium .sport__title,
.body-font--medium .partner-personal__title,
.body-font--medium .air-transport--sm,
.body-font--medium .caring-item__title,
.body-font--medium .barrier-free__title {
  font-size: 96px;
  line-height: 144px;
}

.body-font--medium .title-main {
  font-size: 96px;
  line-height: 144px;
}

.body-font--medium .title-lg {
  font-weight: 500;
  font-size: 72px;
  line-height: 88px;
}

.body-font--medium .title-md {
  font-size: 64px;
  line-height: 72px;
}

.body-font--medium .title-nr {
  font-size: 64px;
  line-height: 72px;
}

.body-font--medium .title-sm {
  font-size: 30px;
  line-height: 38px;
}

.body-font--medium .title-xsm {
  font-size: 26px;
  line-height: 34px;
}

.body-font--medium .text-lg {
  font-size: 48px;
  line-height: 62px;
}

.body-font--medium .text-md {
  font-size: 48px;
  line-height: 72px;
}

.body-font--medium .text-nr {
  font-size: 48px;
  line-height: 62px;
}

.body-font--medium .btn-md {
  font-size: 36px;
  line-height: 62px;
  padding: 12px 32px;
  height: 92px;
}

.body-font--medium .btn-sm {
  height: auto;
}

.body-font--medium .card-post__type {
  font-size: 27px;
  line-height: 40px;
}

.body-font--medium .select2-selection--single {
  height: 80px !important;
}

.body-font--medium .select2-selection--single > * {
  font-size: 30px;
}

.body-font--large {
  font-size: 72px;
  line-height: 102px;
}

.body-font--large p:not([class]) strong {
  font-size: 48px;
  line-height: 62px;
}

.body-font--large .answers-tab__text,
.body-font--large .answers__text,
.body-font--large .caring-item__text,
.body-font--large .doc-reports-item__title,
.body-font--large .driving-schools__subtitle,
.body-font--large .driving-schools__choose,
.body-font--large .free-help__subtitle,
.body-font--large .company__subtitle,
.body-font--large .company-info p,
.body-font--large .sport__subtitle,
.body-font--large .sport-info p,
.body-font--large .sport__access,
.body-font--large .work-groups__title,
.body-font--large .work-groups-person p,
.body-font--large .detail-content__text,
.body-font--large .detail-content__date,
.body-font--large .contacts__text,
.body-font--large .event-single__info p,
.body-font--large .event-single__date,
.body-font--large .event-single__heading,
.body-font--large .event-single p,
.body-font--large .air-transport-list-item__value,
.body-font--large .air-transport-list-item__num {
  font-size: 72px;
  line-height: 102px;
}

.body-font--large .answers-tab__text p:not([class]) strong,
.body-font--large .answers__text p:not([class]) strong,
.body-font--large .caring-item__text p:not([class]) strong,
.body-font--large .doc-reports-item__title p:not([class]) strong,
.body-font--large .driving-schools__subtitle p:not([class]) strong,
.body-font--large .driving-schools__choose p:not([class]) strong,
.body-font--large .free-help__subtitle p:not([class]) strong,
.body-font--large .company__subtitle p:not([class]) strong,
.body-font--large .company-info p p:not([class]) strong,
.body-font--large .sport__subtitle p:not([class]) strong,
.body-font--large .sport-info p p:not([class]) strong,
.body-font--large .sport__access p:not([class]) strong,
.body-font--large .work-groups__title p:not([class]) strong,
.body-font--large .work-groups-person p p:not([class]) strong,
.body-font--large .detail-content__text p:not([class]) strong,
.body-font--large .detail-content__date p:not([class]) strong,
.body-font--large .contacts__text p:not([class]) strong,
.body-font--large .event-single__info p p:not([class]) strong,
.body-font--large .event-single__date p:not([class]) strong,
.body-font--large .event-single__heading p:not([class]) strong,
.body-font--large .event-single p p:not([class]) strong,
.body-font--large .air-transport-list-item__value p:not([class]) strong,
.body-font--large .air-transport-list-item__num p:not([class]) strong {
  font-size: 48px;
  line-height: 62px;
}

.body-font--large a,
.body-font--large .page-404__desc,
.body-font--large .label__text,
.body-font--large .partner__subtitle,
.body-font--large .partner__text,
.body-font--large .filter-select__label,
.body-font--large .pagging-list,
.body-font--large .company-list__item,
.body-font--large .filter-select__title,
.body-font--large .free-help-tab__text,
.body-font--large .label--checkbox,
.body-font--large .label--checkbox,
.body-font--large .partner-personal__text {
  font-size: 72px !important;
  line-height: 102px !important;
}

.body-font--large ul:not([class]) li {
  margin-bottom: 48px;
  padding-left: 40px;
}

.body-font--large ul:not([class]) li::before {
  width: 16px;
  height: 16px;
  background-size: 16px 24px;
  max-width: unset;
  max-height: unset;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

.body-font--large .join__subtitle,
.body-font--large .page-404__title,
.body-font--large .partner__title,
.body-font--large .company__title,
.body-font--large .sport__title,
.body-font--large .partner-personal__title,
.body-font--large .air-transport--sm,
.body-font--large .caring-item__title,
.body-font--large .barrier-free__title {
  font-size: 110px !important;
  line-height: 174px !important;
}

.body-font--large .partner__header {
  font-size: 110px !important;
  line-height: 174px !important;
}

.body-font--large .title-main {
  font-size: 110px !important;
  line-height: 174px !important;
}

.body-font--large .title-lg {
  font-weight: 500;
  font-size: 72px;
  line-height: 88px;
}

.body-font--large .title-md {
  font-size: 64px;
  line-height: 72px;
}

.body-font--large .title-nr {
  font-size: 96px;
  line-height: 86px;
}

.body-font--large .title-sm {
  font-size: 72px;
  line-height: 102px;
}

.body-font--large .title-xsm {
  font-size: 36px;
  line-height: 44px;
}

.body-font--large .text-lg {
  font-size: 68px;
  line-height: 82px;
}

.body-font--large .text-md {
  font-size: 72px;
  line-height: 102px;
}

.body-font--large .text-nr {
  font-size: 48px;
  line-height: 62px;
}

.body-font--large .btn-md {
  font-size: 36px;
  line-height: 62px;
  padding: 12px 32px;
  height: 92px;
}

.body-font--large .btn-sm {
  height: auto;
}

.body-font--large .card-post__type {
  font-size: 27px;
  line-height: 40px;
}

.body-font--large .helper-item__header {
  display: block;
}

.body-font--large .helper-item__title {
  margin: 60px 0;
}

.body-font--large .card {
  display: block !important;
  margin-bottom: 80px;
}

.body-font--large .card-info {
  width: 100% !important;
  max-width: unset !important;
}

.body-font--large .card-img--lg {
  height: 700px;
}

.body-font--large .select2-selection--single {
  height: 80px !important;
  min-width: unset !important;
}

.body-font--large .select2-selection--single > * {
  font-size: 30px;
}

.body-colored--black {
  background-color: #20201f;
}

.body-colored--black .wrapper,
.body-colored--black .ui-datepicker-calendar,
.body-colored--black .answers__tab-content,
.body-colored--black .free-help-tab__text,
.body-colored--black .sport-card__content,
.body-colored--black .company-card__content,
.body-colored--black .work-groups-card__content,
.body-colored--black .work-groups-card__content {
  background-color: #20201f !important;
  background: #20201f !important;
}

.body-colored--black .nav-item__dropdown-item a {
  border-bottom: 1px solid white;
}

.body-colored--black .tab-label:hover *,
.body-colored--black .documents-item__title {
  color: white !important;
}

.body-colored--black .nav-item__dropdown-list {
  border: 2px solid white;
}

.body-colored--black .header-search__input-item,
.body-colored--black .search-control__input,
.body-colored--black .filter-select__data,
.body-colored--black .select2-dropdown,
.body-colored--black .select2-selection--single,
.body-colored--black .ui-state-default,
.body-colored--black .input {
  background-color: #20201f !important;
  color: white !important;
  border: 1px solid white !important;
}

.body-colored--black table:not([class]) tbody tr:nth-child(2n+1) td,
.body-colored--black table:not([class]) thead + tbody tr:nth-child(2n) td {
  background: #20201f !important;
}

.body-colored--black .select2-dropdown .select2-results__option--selected {
  background-color: #20201f !important;
  color: white;
}

.body-colored--black .nav-item a {
  background-color: #20201f;
}

.body-colored--black .body-interval--img .picture--border {
  border: 2px dashed white !important;
}

.body-colored--black .breadcrumbs-list a::after,
.body-colored--black .tab-label::after,
.body-colored--black .download-list__item-link::before,
.body-colored--black .events-info__item-img,
.body-colored--black .breadcrumbs-back::before {
  background-color: unset !important;
  -webkit-filter: brightness(0%) invert(99%) sepia(0%) saturate(500%) hue-rotate(0deg);
          filter: brightness(0%) invert(99%) sepia(0%) saturate(500%) hue-rotate(0deg);
}

.body-colored--black .svg-login,
.body-colored--black .svg-search,
.body-colored--black .header-burger__img,
.body-colored--black .logo-img,
.body-colored--black .page-in-dev__image,
.body-colored--black .search-control__btn-search,
.body-colored--black .pagging-arr {
  -webkit-filter: brightness(0%) invert(99%) sepia(0%) saturate(500%) hue-rotate(0deg);
          filter: brightness(0%) invert(99%) sepia(0%) saturate(500%) hue-rotate(0deg);
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}

.body-colored--black .header-visually__parameter--active::before {
  background: white;
}

.body-colored--black .color-main,
.body-colored--black .color-light,
.body-colored--black h2,
.body-colored--black .color-secondary,
.body-colored--black .select2-selection__rendered,
.body-colored--black .select2-selection__rendered,
.body-colored--black .answers__text,
.body-colored--black .answers-tab__text {
  color: white !important;
}

.body-colored--black .header-visually__interval {
  color: #20201f !important;
}

.body-colored--black .header-visually__parameter {
  background-color: white;
}

.body-colored--black .gradient-blue,
.body-colored--black .gradient-blue-events,
.body-colored--black .gradient-blue-news {
  background: #20201f;
}

.body-colored--black > * {
  background-color: #20201f !important;
  color: white !important;
}

.body-colored--black a,
.body-colored--black p {
  color: white !important;
}

.body-colored--black .btn-white {
  border-color: white;
  color: white;
}

.body-colored--black .beffore-line::before {
  background-color: white;
}

.body-colored--black .card-post__type,
.body-colored--black .events-post__type {
  background-color: #20201f;
  border: 2px solid white;
  z-index: 1;
}

.body-colored--black .social-link__svg {
  background: #20201f;
  border: 2px solid white;
}

.body-colored--black .social-link__svg:hover {
  background-color: white;
  fill: #20201f;
}

.body-colored--black .wrapper-content--bg-people {
  background-image: unset !important;
  position: relative;
}

.body-colored--black .wrapper-content--bg-people:before {
  content: "";
  position: absolute;
  background-image: url("../img/infos/1.svg");
  background-position: bottom right;
  background-size: 1040px auto;
  background-repeat: no-repeat;
  width: 100%;
  opacity: 0.1;
  height: 100%;
}

.body-colored--black .list-achievements__item::before {
  background-image: unset;
  background-color: white;
  -webkit-mask: url("../img/svg/check.svg");
          mask: url("../img/svg/check.svg");
}

.body-colored--black ul:not([class]) li::before {
  background-image: unset;
  background-color: white;
  -webkit-mask: url("../img/svg/arr-right.svg");
          mask: url("../img/svg/arr-right.svg");
}

.body-colored--black a::after {
  background-color: white !important;
}

.body-colored--blue {
  background-color: #a8d0fb;
}

.body-colored--blue .wrapper,
.body-colored--blue .ui-datepicker-calendar,
.body-colored--blue .answers__tab-content,
.body-colored--blue .free-help-tab__text,
.body-colored--blue .sport-card__content,
.body-colored--blue .company-card__content,
.body-colored--blue .work-groups-card__content {
  background-color: #a8d0fb !important;
  background: #a8d0fb !important;
}

.body-colored--blue .nav-item__dropdown-item a {
  border-bottom: 1px solid #183969;
}

.body-colored--blue .nav-item__dropdown-list {
  border: 2px solid #183969;
}

.body-colored--blue .header-search__input-item,
.body-colored--blue .search-control__input,
.body-colored--blue .filter-select__data,
.body-colored--blue .select2-dropdown,
.body-colored--blue .select2-selection--single,
.body-colored--blue .ui-state-default,
.body-colored--blue .input {
  background-color: #a8d0fb !important;
  color: #183969 !important;
  border: 1px solid #183969 !important;
}

.body-colored--blue .nav-item a {
  background-color: #a8d0fb;
}

.body-colored--blue table:not([class]) tbody tr:nth-child(2n+1) td,
.body-colored--blue table:not([class]) thead + tbody tr:nth-child(2n) td {
  background: #a8d0fb !important;
}

.body-colored--blue .header-visually__version,
.body-colored--blue .header-visually__font {
  border: 1px solid #183969;
  color: #183969;
}

.body-colored--blue .body-interval--img .picture--border {
  border: 2px dashed #183969 !important;
}

.body-colored--blue .header-visually__parameter--active::before {
  background: #183969;
}

.body-colored--blue .tab-label:hover *,
.body-colored--blue .documents-item__title {
  color: #183969 !important;
}

.body-colored--blue .color-main,
.body-colored--blue .color-light,
.body-colored--blue h2,
.body-colored--blue .color-secondary,
.body-colored--blue .select2-selection__rendered,
.body-colored--blue .select2-selection__rendered,
.body-colored--blue .answers__text,
.body-colored--blue .answers-tab__text {
  color: #183969 !important;
}

.body-colored--blue .header-visually__interval {
  color: #a8d0fb !important;
}

.body-colored--blue .gradient-blue,
.body-colored--blue .gradient-blue-events,
.body-colored--blue .gradient-blue-news {
  background: #a8d0fb;
}

.body-colored--blue > * {
  background-color: #a8d0fb !important;
  color: #183969 !important;
}

.body-colored--blue a,
.body-colored--blue p {
  color: #183969 !important;
}

.body-colored--blue .btn-#183969 {
  border-color: #183969;
  color: #183969;
}

.body-colored--blue .beffore-line::before {
  background-color: #183969;
}

.body-colored--blue .card-post__type,
.body-colored--blue .events-post__type {
  background-color: #a8d0fb;
  border: 2px solid #183969;
  z-index: 1;
}

.body-colored--blue .social-link__svg {
  background: #a8d0fb;
  border: 2px solid #183969;
  fill: #183969;
}

.body-colored--blue .social-link__svg:hover {
  background-color: #183969;
  fill: #a8d0fb;
}

.body-colored--blue .wrapper-content--bg-people {
  background-image: unset !important;
  position: relative;
}

.body-colored--blue .wrapper-content--bg-people:before {
  content: "";
  position: absolute;
  background-image: url("../img/infos/1.svg");
  background-position: bottom right;
  background-size: 1040px auto;
  background-repeat: no-repeat;
  width: 100%;
  opacity: 0.1;
  height: 100%;
}

.body-colored--blue .list-achievements__item::before {
  background-image: unset;
  background-color: #183969;
  -webkit-mask: url("../img/svg/check.svg");
          mask: url("../img/svg/check.svg");
}

.body-colored--blue ul:not([class]) li::before {
  background-image: unset;
  background-color: #183969;
  -webkit-mask: url("../img/svg/arr-right.svg");
          mask: url("../img/svg/arr-right.svg");
}

.body-colored--blue a::after {
  background-color: #183969 !important;
}

.body-colored--blue .helper-card {
  border: 1px solid #183969;
}

.body-colored--blue .btn-white {
  border-color: #183969;
  color: #183969;
}

.body-colored--blue .breadcrumbs-list a::after,
.body-colored--blue .tab-label::after,
.body-colored--blue .download-list__item-link::before,
.body-colored--blue .events-info__item-img,
.body-colored--blue .breadcrumbs-back::before,
.body-colored--blue .search-control__btn-search {
  background-color: unset !important;
  -webkit-filter: brightness(0%) invert(20%) sepia(10%) saturate(4000%) hue-rotate(180deg);
          filter: brightness(0%) invert(20%) sepia(10%) saturate(4000%) hue-rotate(180deg);
}

.body-colored--blue .helper-item__img,
.body-colored--blue .helper-card__img,
.body-colored--blue .svg-search,
.body-colored--blue .svg-login,
.body-colored--blue .header-burger__img,
.body-colored--blue .logo-img,
.body-colored--blue .page-in-dev__image,
.body-colored--blue .pagging-arr {
  -webkit-filter: brightness(0%) invert(20%) sepia(10%) saturate(4000%) hue-rotate(180deg);
          filter: brightness(0%) invert(20%) sepia(10%) saturate(4000%) hue-rotate(180deg);
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}

.body-colored--blue .header-visually__interval {
  border-color: #183969;
  color: #183969 !important;
  background-color: #a8d0fb !important;
}

.body-colored--blue .header-visually__parameter-item img {
  -webkit-filter: brightness(0) invert(20%) sepia(10%) saturate(4000%) hue-rotate(180deg);
          filter: brightness(0) invert(20%) sepia(10%) saturate(4000%) hue-rotate(180deg);
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}

.body-colored--blue .color-default {
  color: #183969;
}

.body-colored--cream {
  background-color: #F7F3D6;
}

.body-colored--cream .wrapper,
.body-colored--cream .ui-datepicker-calendar,
.body-colored--cream .answers__tab-content,
.body-colored--cream .free-help-tab__text,
.body-colored--cream .sport-card__content,
.body-colored--cream .company-card__content,
.body-colored--cream .work-groups-card__content {
  background-color: #F7F3D6 !important;
  background: #F7F3D6 !important;
}

.body-colored--cream .nav-item__dropdown-item a {
  border-bottom: 1px solid #59422E;
}

.body-colored--cream .nav-item__dropdown-list {
  border: 2px solid #59422E;
}

.body-colored--cream .header-search__input-item,
.body-colored--cream .search-control__input,
.body-colored--cream .filter-select__data,
.body-colored--cream .select2-dropdown,
.body-colored--cream .select2-selection--single,
.body-colored--cream .ui-state-default,
.body-colored--cream .input {
  background-color: #F7F3D6 !important;
  color: #59422E !important;
  border: 1px solid #59422E !important;
}

.body-colored--cream .nav-item a {
  background-color: #F7F3D6;
}

.body-colored--cream .header-visually__img,
.body-colored--cream .header-visually__version,
.body-colored--cream .header-visually__font,
.body-colored--cream .header-visually__sound {
  border: 1px solid #59422E;
  color: #59422E;
}

.body-colored--cream .body-interval--img .picture--border {
  border: 2px dashed #59422E !important;
}

.body-colored--cream .header-visually__parameter--active::before {
  background: #59422E;
}

.body-colored--cream .tab-label:hover *,
.body-colored--cream .documents-item__title {
  color: #59422E !important;
}

.body-colored--cream .color-main,
.body-colored--cream .color-light,
.body-colored--cream h2,
.body-colored--cream .color-secondary,
.body-colored--cream .select2-selection__rendered,
.body-colored--cream .select2-selection__rendered,
.body-colored--cream .answers__text,
.body-colored--cream .answers-tab__text {
  color: #59422E !important;
}

.body-colored--cream .header-visually__interval {
  color: #F7F3D6 !important;
}

.body-colored--cream .gradient-blue,
.body-colored--cream .gradient-blue-events,
.body-colored--cream .gradient-blue-news {
  background: #F7F3D6;
}

.body-colored--cream > * {
  background-color: #F7F3D6 !important;
  color: #59422E !important;
}

.body-colored--cream a,
.body-colored--cream p {
  color: #59422E !important;
}

.body-colored--cream .btn-#59422E {
  border-color: #59422E;
  color: #59422E;
}

.body-colored--cream .beffore-line::before {
  background-color: #59422E;
}

.body-colored--cream table:not([class]) tbody tr:nth-child(2n+1) td,
.body-colored--cream table:not([class]) thead + tbody tr:nth-child(2n) td {
  background: #F7F3D6 !important;
}

.body-colored--cream .card-post__type,
.body-colored--cream .events-post__type {
  background-color: #F7F3D6;
  border: 2px solid #59422E;
  z-index: 1;
}

.body-colored--cream .social-link__svg {
  background: #F7F3D6;
  border: 2px solid #59422E;
  fill: #59422E;
}

.body-colored--cream .social-link__svg:hover {
  background-color: #59422E;
  fill: #F7F3D6;
}

.body-colored--cream .wrapper-content--bg-people {
  background-image: unset !important;
  position: relative;
}

.body-colored--cream .wrapper-content--bg-people:before {
  content: "";
  position: absolute;
  background-image: url("../img/infos/1.svg");
  background-position: bottom right;
  background-size: 1040px auto;
  background-repeat: no-repeat;
  width: 100%;
  opacity: 0.1;
  height: 100%;
}

.body-colored--cream .list-achievements__item::before {
  background-image: unset;
  background-color: #59422E;
  -webkit-mask: url("../img/svg/check.svg");
          mask: url("../img/svg/check.svg");
}

.body-colored--cream ul:not([class]) li::before {
  background-image: unset;
  background-color: #59422E;
  -webkit-mask: url("../img/svg/arr-right.svg");
          mask: url("../img/svg/arr-right.svg");
}

.body-colored--cream a::after {
  background-color: #59422E !important;
}

.body-colored--cream .helper-card {
  border: 1px solid #59422E;
}

.body-colored--cream .btn-white {
  border-color: #59422E;
  color: #59422E;
}

.body-colored--cream .breadcrumbs-list a::after,
.body-colored--cream .tab-label::after,
.body-colored--cream .download-list__item-link::before,
.body-colored--cream .events-info__item-img,
.body-colored--cream .breadcrumbs-back::before,
.body-colored--cream .search-control__btn-search {
  background-color: unset !important;
  -webkit-filter: brightness(0) invert(30%) sepia(10%) saturate(1500%) hue-rotate(355deg);
          filter: brightness(0) invert(30%) sepia(10%) saturate(1500%) hue-rotate(355deg);
}

.body-colored--cream .helper-item__img,
.body-colored--cream .helper-card__img,
.body-colored--cream .svg-search,
.body-colored--cream .svg-login,
.body-colored--cream .header-burger__img,
.body-colored--cream .logo-img,
.body-colored--cream .page-in-dev__image,
.body-colored--cream .pagging-arr {
  -webkit-filter: brightness(0) invert(30%) sepia(10%) saturate(1500%) hue-rotate(355deg);
          filter: brightness(0) invert(30%) sepia(10%) saturate(1500%) hue-rotate(355deg);
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}

.body-colored--cream .header-visually__interval {
  border-color: #59422E;
  color: #59422E !important;
  background-color: #F7F3D6 !important;
}

.body-colored--cream .header-visually__parameter-item img {
  -webkit-filter: brightness(0) invert(30%) sepia(10%) saturate(1500%) hue-rotate(355deg);
          filter: brightness(0) invert(30%) sepia(10%) saturate(1500%) hue-rotate(355deg);
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}

.body-colored--cream .color-default {
  color: #59422E;
}

.body-colored--brown {
  background-color: #3B2716;
}

.body-colored--brown .wrapper,
.body-colored--brown .ui-datepicker-calendar,
.body-colored--brown .answers__tab-content,
.body-colored--brown .free-help-tab__text,
.body-colored--brown .sport-card__content,
.body-colored--brown .company-card__content,
.body-colored--brown .work-groups-card__content {
  background-color: #3B2716 !important;
  background: #3B2716 !important;
}

.body-colored--brown .nav-item__dropdown-item a {
  border-bottom: 1px solid #A9DD38;
}

.body-colored--brown .nav-item__dropdown-list {
  border: 2px solid #A9DD38;
}

.body-colored--brown .header-search__input-item,
.body-colored--brown .search-control__input,
.body-colored--brown .filter-select__data,
.body-colored--brown .select2-dropdown,
.body-colored--brown .select2-selection--single,
.body-colored--brown .ui-state-default,
.body-colored--brown .input {
  background-color: #3B2716 !important;
  color: #A9DD38 !important;
  border: 1px solid #A9DD38 !important;
}

.body-colored--brown .nav-item a {
  background-color: #3B2716;
}

.body-colored--brown .body-interval--img .picture--border {
  border: 2px dashed #A9DD38 !important;
}

.body-colored--brown .header-visually__parameter--active::before {
  background: #A9DD38;
}

.body-colored--brown .tab-label:hover *,
.body-colored--brown .documents-item__title {
  color: #A9DD38 !important;
}

.body-colored--brown .color-main,
.body-colored--brown .color-light,
.body-colored--brown h2,
.body-colored--brown .color-secondary,
.body-colored--brown .select2-selection__rendered,
.body-colored--brown .select2-selection__rendered,
.body-colored--brown .answers__text,
.body-colored--brown .answers-tab__text {
  color: #A9DD38 !important;
}

.body-colored--brown .header-visually__interval {
  color: #3B2716 !important;
}

.body-colored--brown .gradient-blue,
.body-colored--brown .gradient-blue-events,
.body-colored--brown .gradient-blue-news {
  background: #3B2716;
}

.body-colored--brown > * {
  background-color: #3B2716 !important;
  color: #A9DD38 !important;
}

.body-colored--brown a,
.body-colored--brown p {
  color: #A9DD38 !important;
}

.body-colored--brown .btn-#A9DD38 {
  border-color: #A9DD38;
  color: #A9DD38;
}

.body-colored--brown table:not([class]) tbody tr:nth-child(2n+1) td,
.body-colored--brown table:not([class]) thead + tbody tr:nth-child(2n) td {
  background: #3B2716 !important;
}

.body-colored--brown .beffore-line::before {
  background-color: #A9DD38;
}

.body-colored--brown .card-post__type,
.body-colored--brown .events-post__type {
  background-color: #3B2716;
  border: 2px solid #A9DD38;
  z-index: 1;
}

.body-colored--brown .social-link__svg {
  background: #3B2716;
  border: 2px solid #A9DD38;
  fill: #A9DD38;
}

.body-colored--brown .social-link__svg:hover {
  background-color: #A9DD38;
  fill: #3B2716;
}

.body-colored--brown .wrapper-content--bg-people {
  background-image: unset !important;
  position: relative;
}

.body-colored--brown .wrapper-content--bg-people:before {
  content: "";
  position: absolute;
  background-image: url("../img/infos/1.svg");
  background-position: bottom right;
  background-size: 1040px auto;
  background-repeat: no-repeat;
  width: 100%;
  opacity: 0.1;
  height: 100%;
}

.body-colored--brown .list-achievements__item::before {
  background-image: unset;
  background-color: #A9DD38;
  -webkit-mask: url("../img/svg/check.svg");
          mask: url("../img/svg/check.svg");
}

.body-colored--brown ul:not([class]) li::before {
  background-image: unset;
  background-color: #A9DD38;
  -webkit-mask: url("../img/svg/arr-right.svg");
          mask: url("../img/svg/arr-right.svg");
}

.body-colored--brown a::after {
  background-color: #A9DD38 !important;
}

.body-colored--brown .helper-card {
  border: 1px solid #A9DD38;
}

.body-colored--brown .btn-white {
  border-color: #A9DD38;
  color: #A9DD38;
}

.body-colored--brown .breadcrumbs-list a::after,
.body-colored--brown .tab-label::after,
.body-colored--brown .download-list__item-link::before,
.body-colored--brown .events-info__item-img,
.body-colored--brown .breadcrumbs-back::before,
.body-colored--brown .search-control__btn-search {
  background-color: unset !important;
  -webkit-filter: brightness(0) invert(70%) sepia(50%) saturate(500%) hue-rotate(35deg);
          filter: brightness(0) invert(70%) sepia(50%) saturate(500%) hue-rotate(35deg);
}

.body-colored--brown .helper-item__img,
.body-colored--brown .helper-card__img,
.body-colored--brown .svg-search,
.body-colored--brown .svg-login,
.body-colored--brown .header-burger__img,
.body-colored--brown .logo-img,
.body-colored--brown .page-in-dev__image,
.body-colored--brown .pagging-arr {
  -webkit-filter: brightness(0) invert(70%) sepia(50%) saturate(500%) hue-rotate(35deg);
          filter: brightness(0) invert(70%) sepia(50%) saturate(500%) hue-rotate(35deg);
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}

.body-colored--brown .header-visually__interval {
  border-color: #A9DD38;
  color: #A9DD38 !important;
  background-color: #3B2716 !important;
}

.body-colored--brown .header-visually__parameter-item img {
  -webkit-filter: brightness(0) invert(70%) sepia(50%) saturate(500%) hue-rotate(35deg);
          filter: brightness(0) invert(70%) sepia(50%) saturate(500%) hue-rotate(35deg);
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}

.body-colored--brown .color-default {
  color: #A9DD38;
}

.body-colored--brown .header-visually__img,
.body-colored--brown .header-visually__version,
.body-colored--brown .header-visually__font,
.body-colored--brown .header-visually__sound {
  border: 1px solid #a9dd38;
  color: #a9dd38;
}

.body-interval--middle > * {
  letter-spacing: .1em !important;
}

.body-interval--middle > * .title-main {
  letter-spacing: .1em !important;
}

.body-interval--middle > * .title-lg {
  letter-spacing: .1em !important;
}

.body-interval--large > * {
  letter-spacing: .2em !important;
}

.body-interval--large > * .title-main {
  letter-spacing: .2em !important;
}

.body-interval--large > * .title-lg {
  letter-spacing: .2em !important;
}

.body-rebuild {
  display: block;
}

.body-rebuild .calendar-item::after {
  content: unset;
}

.body-rebuild .air-transport--sm {
  max-width: unset;
}

.body-rebuild .footer {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.body-rebuild .footer-main {
  max-width: unset;
  width: 100%;
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.body-rebuild .footer-social__title {
  font-size: 32px !important;
  line-height: 24px !important;
}

.body-rebuild .footer-menu,
.body-rebuild .footer-contacts {
  max-width: 45%;
  width: 45%;
}

.body-rebuild .footer-nav__item,
.body-rebuild .footer-contacts__txt,
.body-rebuild .footer-contacts__map,
.body-rebuild .footer-copyright {
  font-size: 40px !important;
  line-height: 54px !important;
}

.body-rebuild .footer-nav__item > *,
.body-rebuild .footer-contacts__txt > *,
.body-rebuild .footer-contacts__map > *,
.body-rebuild .footer-copyright > * {
  font-size: 40px !important;
}

.body-rebuild .company__text,
.body-rebuild .volunteer-form {
  max-width: unset;
}

.body-rebuild .calendar::before {
  content: unset;
}

.body-rebuild .calendar-info__date {
  max-width: 400px;
}

.body-rebuild .separator {
  min-width: 100px;
}

.body-rebuild .calendar-img {
  max-width: unset;
  height: 700px;
}

.body-rebuild .calendar-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 50px;
}

.body-rebuild .calendar-item--left-after {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.body-rebuild .calendar-info {
  max-width: unset;
  margin-left: unset;
}

.body-rebuild .sport-info,
.body-rebuild .sport__filter .filter-selects,
.body-rebuild .work-groups__filter .filter-selects,
.body-rebuild .work-groups-cards {
  display: block;
}

.body-rebuild .sport-cards,
.body-rebuild .pages-sections__container {
  display: block;
}

.body-rebuild .sport-cards-col,
.body-rebuild .work-groups-cards-col,
.body-rebuild .pages-sections {
  max-width: unset;
  width: 100%;
}

.body-rebuild .company-info {
  display: block;
}

.body-rebuild .company-cards-col {
  width: 100%;
  max-width: unset;
}

.body-rebuild .company-cards {
  display: block;
}

.body-rebuild .partner__logo,
.body-rebuild .air-transport__logo {
  margin-left: unset;
  display: block;
  margin-bottom: 400px;
}

.body-rebuild .partner__textarea:not(:-moz-placeholder-shown) + .label__text {
  bottom: unset;
}

.body-rebuild .partner__textarea:not(:-ms-input-placeholder) + .label__text {
  bottom: unset;
}

.body-rebuild .partner__textarea:focus + .label__text,
.body-rebuild .partner__textarea:not(:placeholder-shown) + .label__text {
  bottom: unset;
}

.body-rebuild .checkbox {
  min-width: 40px;
  min-height: 40px;
}

.body-rebuild .partner__filter .filter-select {
  margin-bottom: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.body-rebuild .filter-select__label {
  position: relative;
  top: unset;
}

.body-rebuild .input:not(:-moz-placeholder-shown), .body-rebuild .textarea:not(:-moz-placeholder-shown) {
  font-size: 36px;
}

.body-rebuild .input:not(:-ms-input-placeholder), .body-rebuild .textarea:not(:-ms-input-placeholder) {
  font-size: 36px;
}

.body-rebuild .input:focus,
.body-rebuild .input:not(:placeholder-shown),
.body-rebuild .textarea:focus,
.body-rebuild .textarea:not(:placeholder-shown) {
  font-size: 36px;
}

.body-rebuild .partner__input:not(:-moz-placeholder-shown) + .label__text {
  bottom: unset;
}

.body-rebuild .partner__input:not(:-ms-input-placeholder) + .label__text {
  bottom: unset;
}

.body-rebuild .partner__input:focus + .label__text,
.body-rebuild .partner__input:not(:placeholder-shown) + .label__text {
  bottom: unset;
}

.body-rebuild .label {
  max-height: unset;
}

.body-rebuild .label__text {
  bottom: unset;
}

.body-rebuild .partner--sm {
  max-width: unset;
}

.body-rebuild .partner-form {
  width: 100%;
  max-width: unset;
}

.body-rebuild .detail-content ol:not([class]) li {
  padding-left: 70px;
}

.body-rebuild .events-post__btn {
  max-width: unset;
}

.body-rebuild .driving-schools__table,
.body-rebuild .tourism__table {
  overflow: scroll;
}

.body-rebuild .caring-items-col {
  display: block;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: unset;
}

.body-rebuild .links-flex {
  display: block;
}

.body-rebuild .links-flex .links-item {
  max-width: unset;
}

.body-rebuild nobr {
  white-space: break-spaces;
}

.body-rebuild .about-info__item-content {
  width: 100%;
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  max-width: 100%;
}

.body-rebuild .about-info {
  display: block;
}

.body-rebuild .about-info__item {
  width: 100% !important;
  max-width: unset !important;
}

.body-rebuild .helper-title {
  margin-bottom: 109px;
}

.body-rebuild .helper-item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.body-rebuild .helper-item__img {
  height: 138px;
}

.body-rebuild .helper-item {
  max-width: unset;
  margin-top: 83px !important;
}

.body-rebuild .helper-items {
  display: block;
}

.body-rebuild .helper-item__title {
  margin-left: 44px;
}

.body-rebuild .intro-info {
  margin-top: 87px;
}

.body-rebuild .intro-img {
  position: unset;
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
  width: 100%;
  max-width: unset;
  height: auto;
}

.body-rebuild .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.body-rebuild .intro-info--lg {
  max-width: unset;
}

.body-rebuild .helper-cards {
  margin-top: 142px;
}

.body-rebuild .helper-card {
  display: block;
}

.body-rebuild .helper-card__img {
  display: none;
}

.body-rebuild .helper-card__title {
  margin-bottom: 47px;
}

.body-rebuild .events-post--single {
  display: block;
}

.body-rebuild .events-post__info {
  max-width: unset;
  margin-bottom: 118px;
  margin-top: 69px;
}

.body-rebuild .events-post__img {
  max-width: unset;
}

.body-rebuild .events-post__img-item--md {
  height: unset;
}

.body-rebuild .events-post__title {
  max-width: unset;
}

.body-rebuild .events-post--img-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.body-rebuild .infos-list {
  display: block;
  margin-left: -100px;
}

.body-rebuild .infos-list__item {
  max-width: unset;
}

.body-rebuild .infos-txt {
  max-width: unset;
}

.body-rebuild .events-post--news {
  display: block;
}

.body-rebuild .events-post__img-item--mds {
  height: unset;
}

.body-rebuild .cards {
  display: block;
}

.body-rebuild .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: unset;
}

.body-rebuild .card picture {
  width: auto;
}

.body-rebuild .card-info {
  margin-left: 31px;
  max-width: 60%;
  width: 100%;
}

.body-rebuild .events-post--projects,
.body-rebuild .event-single__item {
  display: block;
}

.body-rebuild .events-post--projects:nth-child(2n),
.body-rebuild .event-single__item:nth-child(2n) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.body-rebuild .event-single__info {
  padding-left: 0;
  padding-right: 0;
}

.body-rebuild .event-single__img img {
  width: 100%;
}

.body-rebuild .events-post__img-item--lg {
  height: 700px;
}

.body-rebuild .events-posts--overview .events-post__img {
  display: none;
}

.body-rebuild .events-post--video {
  display: block;
}

.body-rebuild .events-post__img-item--xl {
  height: 700px;
}

.body-rebuild .about-intro {
  display: block;
}

.body-rebuild .about-intro__img {
  max-width: unset;
}

.body-rebuild .about-intro__info {
  max-width: unset;
}

.body-rebuild .about-context--row {
  display: block;
}

.body-rebuild .about-context__col-50,
.body-rebuild .about-context__img,
.body-rebuild .person-card {
  max-width: unset;
}

.body-rebuild .tab-inp:checked ~ .tab-content {
  max-height: unset;
}

.body-rebuild .person-cards {
  display: block;
}

.body-rebuild .info-item__wrapper {
  display: block;
}

.body-rebuild .info-item__wrapper .info-item__txt {
  display: block;
  margin-top: 43px;
}

.body-rebuild .info-item__wrapper .info-item__link {
  display: block;
  margin-left: 0px;
  margin-bottom: 70px;
}

.body-rebuild .info-item__wrapper-info {
  max-width: unset;
  margin-left: -47px;
}

.body-rebuild .info-item__wrapper-main,
.body-rebuild .person-detail__info {
  max-width: unset;
}

.body-rebuild .person-detail__info-title--mob-only {
  display: block !important;
  max-width: 800px;
  margin: auto;
}

.body-rebuild .person-detail__info-title {
  display: none;
}

.body-rebuild .table-scroll {
  overflow: scroll;
}

.body-rebuild table:not([class]) {
  width: 2855px;
}

.body-rebuild .annual-review__link {
  max-width: unset;
}

.body-rebuild .annual-review-item {
  display: block;
}

.body-rebuild .annual-review-image {
  max-width: unset;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.body-rebuild .annual-review-info {
  max-width: unset;
  width: 100%;
}

.body-rebuild .annual-review__title.search-result__description {
  display: none;
}

.body-rebuild .annual-review__title--visually,
.body-rebuild .search-result__description--visually {
  display: block;
  margin: auto;
  margin-left: 32px;
}

.body-rebuild .annual-review-item:nth-child(2n) .annual-review-image,
.body-rebuild .annual-review-image {
  margin: 79px 0;
}

.body-rebuild .contacts-row {
  display: block;
}

.body-rebuild .contacts-info {
  width: 100%;
  max-width: unset;
}

.body-rebuild .doc-reports-row {
  display: block;
}

.body-rebuild .doc-reports-item {
  width: 100%;
  max-width: unset;
}

.body-rebuild .documents-row {
  display: block;
}

.body-rebuild .documents-col {
  width: 100%;
  max-width: unset;
}

.body-rebuild .intro .wrapper-breadcrumbs {
  display: none;
}

.body-rebuild .intro-info--md {
  max-width: unset;
}

.body-rebuild .events-info {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.body-rebuild .events-info__item {
  width: 50%;
  max-width: 50%;
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  margin-bottom: 75px;
}

.body-rebuild .flex-rov {
  display: block;
}

.body-rebuild .flex-col-50,
.body-rebuild .page-404__image,
.body-rebuild .page-404__info {
  max-width: unset;
  width: 100%;
}

.body-rebuild .page-404-row,
.body-rebuild .search-result__item {
  display: block;
}

.body-rebuild .search-result__description {
  max-width: unset;
}

.body-rebuild .search-result__info {
  max-width: unset;
}

.body-rebuild .search-result__text .card-info__title {
  display: none;
}

.body-rebuild .search-result__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.projects-voi__title {
  max-width: 990px;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  text-transform: uppercase;
  color: #20201F;
}

.projects-voi__subtitle {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 21px;
  line-height: 24px;
  color: #20201F;
}

.projects-voi__info {
  margin: 30px 0 40px;
}

.projects-voi__info .event-single__info {
  color: #20201F;
}

.projects-voi__info .event-single__info p {
  color: #20201F;
}

.projects-voi-filter {
  margin-bottom: 45px;
}

.projects-voi-filter .filter-selects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.projects-voi-filter .filter-select__title {
  margin-right: 20px;
  font-weight: 500;
}

.tabs-projects-voi {
  margin-bottom: 10px;
}

.tabs-projects-voi__wrap {
  margin-bottom: 40px;
}

.tabs-projects-voi__item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 50px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #B0B0B0;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.tabs-projects-voi__item:last-child {
  margin-right: 0;
}

.tabs-projects-voi__item.active {
  color: #006FAC;
  cursor: default;
}

.filter-opros-po-kachestvu {
  min-width: 100%;
  margin-bottom: 0;
}

.filter-opros-po-kachestvu .filter-selects {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.filter-opros-po-kachestvu .filter-select {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin-right: 0;
  margin-bottom: 32px;
}

.filter-opros-po-kachestvu .filter-select__label {
  max-height: none;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
  color: #20201F;
}

.filter-opros-po-kachestvu .filter-select__item {
  min-width: 100%;
  width: 100%;
  margin: 0;
}

.filter-opros-po-kachestvu .select2-news-filter .select2-container--default .select2-selection--multiple {
  min-height: 48px;
  padding: 7px 16px 12px;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
}

.filter-opros-po-kachestvu .select2-news-filter .select2-container,
.filter-opros-po-kachestvu .select2-news-filter .select2-container--default .select2-selection--single,
.filter-opros-po-kachestvu .select2-news-filter .select2-container--default .select2-selection--multiple {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.filter-opros-po-kachestvu .label--textarea {
  max-height: none;
}

@media (min-width: 641px) {
  .projects-voi-filter .filter-select {
    width: auto;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-right: 50px;
  }

  .projects-voi-filter .filter-select__item--year .select2-container {
    width: 141px !important;
  }

  .projects-voi-filter .filter-select__item--year .select2-container--default .select2-selection--single {
    min-width: 141px;
  }
}

@media (min-width: 769px) {
  .footer-social--mob-only {
    display: none;
  }

  .breadcrumbs-mob {
    display: none;
  }

  .calendar-item:last-child .calendar-img {
    margin-bottom: 0;
  }

  .person-detail__info-title--mob-only {
    display: none;
  }

  .projects-voi__title {
    margin-bottom: 45px;
    font-size: 36px;
    line-height: 54px;
  }

  .projects-voi__subtitle {
    margin-bottom: 45px;
    font-size: 24px;
    line-height: 26px;
  }

  .projects-voi__info {
    margin-bottom: 60px;
  }
}

@media (min-width: 1081px) {
  .header-burger {
    display: none;
  }

  .header-social__txt-mob {
    display: none;
  }

  .header__menu {
    height: auto !important;
  }

  .header--fixed {
    min-height: 184px;
  }

  .header--fixed .nav-item a {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .header--fixed .nav {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 999;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    border-bottom: 1px solid #E4E7ED;
  }

  .header--fixed .nav .nav-list {
    height: 64px;
    max-width: 1170px;
    margin: 0 auto;
    padding-left: 150px;
  }

  .header--fixed .logo {
    position: fixed;
    top: 8px;
    z-index: 1000;
  }

  .header--fixed .logo-txt {
    display: none;
  }

  .header--fixed .logo-img {
    height: 42px;
  }

  .nav-mob {
    display: none;
  }

  .nav-item:hover .nav-item__dropdown {
    max-height: 1000px;
    padding-top: 8px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .nav-item:hover:last-child .nav-item__dropdown {
    left: unset;
    right: 0;
  }

  .nav-item:hover:nth-last-child(2) .nav-item__dropdown {
    left: unset;
    right: 0;
  }

  .nav-item > a {
    text-align: center;
  }

  .events-post__img-item--mob-only {
    display: none;
  }

  .info-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
  }

  .header-visually {
    height: auto !important;
  }

  .projects-voi__info {
    margin-bottom: 140px;
  }

  .projects-voi__info .event-single__info {
    padding-left: 80px;
  }

  .projects-voi-filter .filter-select__title {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 1900px) {
  .wrapper-content--limited {
    margin-left: auto;
    margin-right: auto;
    max-width: 1920px;
  }
}

@media (max-width: 1900px) {
  .intro--img-lg {
    min-height: calc(50vw / 1.4);
  }

  .intro--img-md {
    min-height: calc(50vw / 2);
  }

  .intro-img {
    max-width: 50vw;
  }

  .intro-img--lg {
    height: calc(50vw / 1.4);
  }

  .intro-img--md {
    height: calc(50vw / 2);
  }
}

@media (max-width: 1279px) {
  .header-action__link-txt {
    font-size: 14px;
    line-height: 24px;
  }

  .gradient-bg--md::before {
    background-size: cover;
    width: calc(50vw + 270px);
  }

  .gradient-bg--xl::before {
    background-size: cover;
    height: calc(100% - 271px);
    width: calc(50vw + 270px);
  }

  .gradient-bg--lg::before {
    background-size: cover;
    height: calc(100% + 24px);
    width: calc(50vw + 270px);
  }

  .gradient-bg--lg-intro::before {
    background-size: cover;
    height: calc(100% + 24px);
    width: calc(50vw + 270px);
  }

  .gradient-bg--lg-intro-img::before {
    background-size: cover;
    height: 100%;
    width: 77.5vw;
  }

  .helper-card__title {
    font-size: 20px;
    line-height: 32px;
  }

  .contacts-info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37%;
            flex: 0 0 37%;
    width: 37%;
    max-width: 37%;
  }

  .events-info__item-img {
    margin-right: 16px;
    width: 48px;
    height: 48px;
  }

  .about-info__item-content {
    min-height: 300px;
  }

  .about-info__item-img {
    width: 100px;
    height: 100px;
  }

  .about-info__item-title {
    font-size: 24px;
    line-height: 32px;
  }

  .air-transport--1190 {
    min-width: 100%;
  }

  .partners-title {
    margin: 0 0 21px;
  }

  .partners-slider .slick-list {
    margin: 0 -13px;
  }

  .partners-slider .slick-slide {
    padding: 0 13px;
  }

  .partners-slider-control {
    display: none !important;
  }

  .partners-actions {
    margin-top: 26px;
  }
}

@media (max-width: 1220px) {
  .work-groups__filter .filter-selects {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .sport__filter .filter-selects {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 1199px) {
  .intro--img-lg {
    min-height: calc((100vw - 600px) / 1.4);
  }

  .intro--img-md {
    min-height: calc((100vw - 600px) / 2);
  }

  .intro-img {
    max-width: calc(100vw - 600px);
  }

  .intro-img--lg {
    height: calc((100vw - 600px) / 1.4);
  }

  .intro-img--md {
    height: calc((100vw - 600px) / 2);
  }

  .helper-items {
    margin-left: -11px;
    margin-right: -11px;
    margin-top: -27px;
    margin-bottom: -27px;
  }

  .helper .helper-item {
    padding-left: 11px;
    padding-right: 11px;
    margin-top: 27px;
    margin-bottom: 27px;
  }

  .event-single__container {
    padding-left: calc(50% - 560px);
  }

  .air-transport__container {
    padding-left: calc(50% - 560px);
  }

  .answers__container--top {
    padding-left: calc(50% - 560px);
  }

  .barrier-free__container {
    padding-left: calc(50% - 560px);
  }

  .partner__container {
    padding-left: calc(50% - 560px);
  }

  .volunteer__container {
    padding-left: calc(50% - 560px);
  }
}

@media (max-width: 1148px) {
  .free-help__container {
    padding: 0 24px;
  }

  .answers__container {
    padding: 0 24px;
  }
}

@media (max-width: 1080px) {
  .wrapper-body--page .wrapper-content:last-child {
    margin-bottom: 72px;
  }

  .wrapper-content {
    margin: 72px 0;
  }

  .wrapper-content--bg-people {
    background-image: unset !important;
  }

  .wrapper-content--my-40 {
    margin: 40px 0;
  }

  .wrapper-content--mt-40 {
    margin-top: 40px;
  }

  .wrapper-content--mb-80 {
    margin-bottom: 40px;
  }

  .wrapper-content--mb-40 {
    margin-bottom: 40px;
  }

  .wrapper-content--my-80 {
    margin-top: 48px;
    margin-bottom: 40px;
  }

  .wrapper-content--mt-80 {
    margin-top: 40px;
  }

  .wrapper-content--mt-120 {
    margin-top: 40px;
  }

  .wrapper-content--mt-64 {
    margin-top: 40px;
  }

  .wrapper-content--mt-60 {
    margin-top: 40px;
  }

  .wrapper-content--mt-104 {
    margin: 72px 0;
  }

  .wrapper-content--events {
    padding-bottom: 56px;
  }

  .wrapper-content--news {
    padding-bottom: 72px;
  }

  .wrapper-content--overview {
    padding-bottom: 0;
  }

  .wrapper-content--detail {
    margin-top: 64px;
  }

  .wrapper-content--mb-60 {
    margin-bottom: 40px;
  }

  .wrapper-content--mb-120 {
    margin-bottom: 72px;
  }

  .wrapper-content--person-card {
    margin: 56px 0;
  }

  .flex-col-50 {
    max-width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }

  .flex-col-33 {
    max-width: 50%;
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
  }

  .flex-col-60 {
    max-width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }

  .flex-col-40 {
    max-width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }

  .d-none-1080 {
    display: none;
  }

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

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

  .title-post {
    margin-bottom: 32px;
  }

  .title-main {
    font-size: 48px;
    line-height: 64px;
  }

  .title-lg {
    font-size: 36px;
    line-height: 48px;
  }

  .title-md--tablet-26 {
    font-size: 26px;
    line-height: 30px;
  }

  .svg-eye {
    width: 32px;
    height: 32px;
  }

  .svg-login {
    width: 32px;
    height: 32px;
  }

  .svg-search {
    width: 32px;
    height: 32px;
  }

  .search {
    height: 32px;
  }

  .beffore-line {
    padding-left: 74px;
  }

  .beffore-line::before {
    content: "";
    position: absolute;
    left: 0;
    top: 21px;
    background-color: #006FAC;
    height: 3px;
    width: 54px;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
  }

  .border-bottom-light {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  body.lock {
    overflow: hidden;
  }

  .header-logo .logo-txt {
    display: none;
  }

  .header-logo .logo-img {
    height: 48px;
    margin-right: 0;
  }

  .header-main {
    padding: 24px 0 24px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .header-main .header-action {
    margin-right: 24px;
  }

  .header-main .header-social {
    display: none;
  }

  .header-action__link {
    margin-right: 24px;
  }

  .header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: fixed;
    top: 0;
    background: #ffffff;
    z-index: 1001;
    height: 100vh;
    max-height: 100vh;
    width: 360px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-left: 32px;
    padding-right: 16px;
    padding-bottom: 24px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    right: -100vw;
    pointer-events: none;
    opacity: 0;
  }

  .header__menu .header-nav {
    padding-bottom: 30px;
  }

  .wrapper-header--opened .header__menu {
    right: 0;
    pointer-events: unset;
    opacity: 1;
  }

  .header__menu-bottom {
    display: block;
  }

  .header__menu-bottom .header-social {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .nav-item--active > a::after {
    left: -32px;
    width: 4px;
    height: 100%;
    top: 0;
    bottom: unset;
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
  }

  .header--visually .overlay-header {
    display: block;
  }

  .wrapper-header--opened .overlay-header {
    display: block;
  }

  .wrapper-footer {
    padding-top: 32px;
  }

  .footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .footer-main {
    padding-right: 37px;
    max-width: 222px;
    -webkit-box-flex: 222px;
        -ms-flex: 222px;
            flex: 222px;
    margin-right: 0;
  }

  .footer-main {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 36px;
  }

  .footer-logo {
    display: block;
    margin-bottom: 31px;
  }

  .footer-logo .logo-img {
    height: 55px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .footer-menu {
    padding-right: 27px;
    max-width: calc(100% - 222px - 250px);
    -webkit-box-flex: calc(100% - 222px - 250px);
        -ms-flex: calc(100% - 222px - 250px);
            flex: calc(100% - 222px - 250px);
    margin-right: 0;
  }

  .footer-menu {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }

  .footer-contacts {
    max-width: 250px;
    -webkit-box-flex: 250px;
        -ms-flex: 250px;
            flex: 250px;
  }

  .footer-contacts {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
    padding: 0;
  }

  .footer-copyright {
    margin-top: 48px;
  }

  .gradient-bg--md::before {
    background-size: cover;
    height: calc(100% + 24px);
    width: 77.5vw;
  }

  .gradient-bg--xl::before {
    background-size: cover;
    height: calc(100% - 271px);
    width: 77.5vw;
  }

  .gradient-bg--lg::before {
    height: 100%;
  }

  .gradient-bg--lg-intro::before {
    height: calc(100% - 270px);
  }

  .gradient-bg--lg-intro-img::before {
    height: 100%;
  }

  .gradient-bg--all:before {
    height: 100% !important;
  }

  .header--fixed {
    min-height: 96px;
  }

  .header--fixed .header-main {
    position: fixed;
    left: 0;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    background-color: #fff;
    z-index: 999;
    border-bottom: 1px solid #E4E7ED;
  }

  .nav-list {
    display: block;
  }

  .nav-item {
    margin-right: 0;
  }

  .nav-item.nav-item--active > a::after {
    left: -32px;
    width: 4px;
    height: 100%;
    top: 0;
    bottom: unset;
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
  }

  .nav-item a {
    padding: 14px 0;
    display: block;
  }

  .nav-item__dropdown {
    position: unset;
    width: 100%;
    height: auto;
    min-width: unset;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .nav-item__dropdown-list {
    -webkit-box-shadow: unset;
            box-shadow: unset;
    border-radius: 0;
  }

  .nav-item__dropdown-item a {
    border: 0;
    color: #006FAC;
    padding: 8px 16px;
  }

  .nav-item__arr {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    right: 0;
    top: 12px;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
  }

  .intro {
    display: block;
  }

  .intro--img-lg {
    min-height: unset;
  }

  .intro--img-md {
    min-height: unset;
  }

  .intro-info {
    margin-bottom: 40px;
  }

  .intro-info--lg {
    max-width: unset;
  }

  .intro-info--md {
    max-width: unset;
  }

  .intro-title {
    margin-bottom: 32px;
  }

  .intro-title--detail {
    font-size: 21px;
    line-height: 35px;
  }

  .intro-img {
    position: unset;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
    width: calc(100vw - 48px);
    max-width: unset;
    height: calc((calc(100vw - 48px) / 1.4));
  }

  .intro-title__list-achievements {
    padding-right: 0;
  }

  .helper-title {
    margin-bottom: 32px;
  }

  .helper-items {
    margin-bottom: 40px;
    margin-top: -20px;
    margin-bottom: -20px;
  }

  .helper .helper-item__img {
    height: 72px;
  }

  .helper-card {
    padding: 24px;
    display: block;
    margin-bottom: 16px;
  }

  .helper-card__info {
    padding-right: 0;
    margin-bottom: 8px;
  }

  .helper-card__img {
    width: 48px;
    margin-right: 24px;
  }

  .helper-card__btn {
    margin-left: 72px;
  }

  .events-posts--mb-48 {
    margin-bottom: 32px;
  }

  .events-posts--video {
    margin-bottom: 56px;
  }

  .events-posts--gapY-40 {
    margin-bottom: -16px;
    margin-top: -16px;
  }

  .events-posts--gapY-40 .events-post {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .events-post--single {
    margin-bottom: 32px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .events-post--img-left .events-post__img {
    max-width: 41%;
    -webkit-box-flex: 41%;
        -ms-flex: 41%;
            flex: 41%;
    -webkit-transform: translateX(-24px);
        -ms-transform: translateX(-24px);
            transform: translateX(-24px);
    padding-right: 0;
  }

  .events-post--img-left .events-post__info {
    max-width: 59%;
    -webkit-box-flex: 59%;
        -ms-flex: 59%;
            flex: 59%;
    padding-left: 4px;
  }

  .events-post--img-right .events-post__img {
    max-width: 41%;
    -webkit-box-flex: 41%;
        -ms-flex: 41%;
            flex: 41%;
    -webkit-transform: translateX(24px);
        -ms-transform: translateX(24px);
            transform: translateX(24px);
    padding-left: 0;
  }

  .events-post--img-right .events-post__info {
    max-width: 59%;
    -webkit-box-flex: 59%;
        -ms-flex: 59%;
            flex: 59%;
    padding-right: 6px;
  }

  .events-post--projects {
    margin-left: -20px;
    margin-right: -20px;
  }

  .events-post--projects .events-post__info,
  .events-post--projects .events-post__img {
    padding-left: 20px;
    padding-right: 20px;
  }

  .events-post--video {
    margin-left: -20px;
    margin-right: -20px;
  }

  .events-post--video .events-post__img {
    padding-left: 20px;
    padding-right: 20px;
  }

  .events-post--video .events-post__info {
    padding-left: 20px;
    padding-right: 20px;
  }

  .events-post--video .events-post__title {
    font-size: 24px;
    line-height: 32px;
  }

  .events-post--overview .events-post__img {
    display: none;
  }

  .events-post--overview .events-post__info {
    width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
  }

  .events-post__info-title {
    margin-bottom: 38px;
  }

  .events-post__img-item--desktop-only {
    display: none;
  }

  .events-post__img-item--mob-only {
    height: calc((100vw - 100px) / 1.2);
    margin-bottom: 38px;
    padding-left: 74px;
    padding-right: 74px;
  }

  .events-post__img-item--md {
    height: 380px;
  }

  .events-post__img-item--mds {
    height: 404px;
  }

  .events-post__img-item--lg {
    height: calc((50vw - 48px) / 1.4);
  }

  .events-post__img-item--xl {
    height: calc((60vw - 48px) / 1.6);
  }

  .cards {
    margin-left: -10px;
    margin-right: -10px;
  }

  .cards-wrap {
    margin-bottom: 32px;
  }

  .card {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    max-width: 50%;
  }

  .card-img--lg {
    height: calc((50vw - 48px)/ 1.45);
  }

  .infos {
    padding-left: 0;
  }

  .infos-txt {
    padding-left: 74px;
    margin-bottom: 40px;
  }

  .infos-list {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -25px;
    margin-bottom: -25px;
  }

  .infos-list__item {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 25px;
    padding-bottom: 25px;
    width: 100%;
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    max-width: 50%;
  }

  .infos-list__item-title {
    font-size: 26px;
    line-height: 30px;
  }

  .news-title {
    margin-bottom: 48px;
  }

  .projects-title {
    margin-bottom: 62px;
  }

  .video-title {
    margin-bottom: 48px;
  }

  .wrapper-breadcrumbs--mb-80 {
    margin-bottom: 64px;
  }

  .wrapper-breadcrumbs--mb-100 {
    margin-bottom: 52px;
  }

  .wrapper-breadcrumbs--main {
    margin-top: 40px;
  }

  .filter-input {
    margin-bottom: 24px;
  }

  .filter-categories {
    overflow-x: auto;
    overflow-y: hidden;
  }

  .filter-categories::-webkit-scrollbar-button {
    background-image: url("");
    background-repeat: no-repeat;
    width: 0;
    height: 0;
  }

  .filter-categories::-webkit-scrollbar-track {
    background-color: transparent;
  }

  .filter-categories::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: transparent;
  }

  .filter-categories::-webkit-resizer {
    background-image: url("");
    background-repeat: no-repeat;
    width: 0;
    height: 0;
  }

  .filter-categories::-webkit-scrollbar {
    width: 0;
    height: 0;
  }

  .filter-categories__item {
    margin-right: 30px;
  }

  .detail-content {
    margin: 32px 0;
  }

  .detail-content--mt-64 {
    margin: 40px 0;
  }

  .photo-gallery {
    margin: -12px -10px;
  }

  .photo-gallery__item {
    width: 100%;
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    max-width: 50%;
    padding: 12px 10px;
    height: calc(50vw - 6px);
  }

  .photo__btn {
    min-width: 100%;
    font-weight: 500;
  }

  .video-frame {
    height: calc((100vw - 62px) / 1.8);
  }

  .video-frame__span {
    width: 120px;
    height: 120px;
  }

  .calendar-item {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }

  .calendar-item::after {
    width: 52px;
    height: 2px;
  }

  .calendar-img {
    max-width: calc(50% - 84px);
    -webkit-box-flex: calc(50% - 84px);
        -ms-flex: calc(50% - 84px);
            flex: calc(50% - 84px);
    height: calc((50vw - 116px) * 1.04);
    margin-bottom: 52px;
  }

  .calendar-info {
    max-width: calc(50% - 84px);
    -webkit-box-flex: calc(50% - 84px);
        -ms-flex: calc(50% - 84px);
            flex: calc(50% - 84px);
  }

  .calendar-info__wrap .separator {
    margin: 0 5px;
  }

  .calendar-info__date-main {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
  }

  .calendar-info__date-sec {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    word-spacing: normal;
  }

  .separator {
    height: 1px;
    min-width: 15px;
    width: 15px;
  }

  .events-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .events-info__item {
    width: 100%;
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    max-width: 50%;
    margin-bottom: 40px;
  }

  .events-info__item:last-child {
    margin: 0;
  }

  .events-info__item:nth-last-child(1) {
    margin: 0;
  }

  .about-intro__img-item {
    height: calc((50vw - 40px) / 1.3);
  }

  .about-info {
    margin-left: -10px;
    margin-right: -10px;
  }

  .about-info__item {
    width: 100%;
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-context__title--mb-40 {
    margin-bottom: 24px;
  }

  .flags-rov {
    width: 100%;
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    max-width: 50%;
    margin-bottom: 24px;
  }

  .flags-rov:last-child {
    margin-bottom: 0;
  }

  .table-scroll {
    overflow-x: auto;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: rgba(32, 32, 31, 0.75);
  }

  .table-scroll::-webkit-scrollbar-button {
    background-image: url("");
    background-repeat: no-repeat;
    width: 0;
    height: 0;
  }

  .table-scroll::-webkit-scrollbar-track {
    background-color: transparent;
  }

  .table-scroll::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: transparent;
  }

  .table-scroll::-webkit-resizer {
    background-image: url("");
    background-repeat: no-repeat;
    width: 0;
    height: 0;
  }

  .table-scroll::-webkit-scrollbar {
    width: 0;
    height: 0;
  }

  .table-scroll table:not([class]) {
    table-layout: auto;
  }

  .table-scroll td,
  .table-scroll th {
    min-width: 220px;
  }

  table:not([class]) td:first-child,
  table:not([class]) th:first-child {
    padding-left: 16px;
    padding-right: 20px;
  }

  table:not([class]) td:last-child,
  table:not([class]) th:last-child {
    padding-right: 16px;
  }

  .wrapper-table--mb-120 {
    margin-bottom: 40px;
  }

  .person-detail {
    margin-left: -10px;
    margin-right: -10px;
  }

  .person-detail__img {
    -webkit-box-flex: 222px;
        -ms-flex: 222px;
            flex: 222px;
    max-width: 222px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .person-detail__img-item {
    height: 231px;
  }

  .person-detail__info {
    -webkit-box-flex: calc(100% - 222px);
        -ms-flex: calc(100% - 222px);
            flex: calc(100% - 222px);
    max-width: calc(100% - 222px);
    padding-left: 10px;
    padding-right: 10px;
  }

  .person-cards {
    margin-left: -9px;
    margin-right: -9px;
  }

  .person-card {
    padding-left: 9px;
    padding-right: 9px;
  }

  .person-card__img {
    -webkit-box-flex: 181px;
        -ms-flex: 181px;
            flex: 181px;
    max-width: 181px;
  }

  .person-card__img-item {
    height: 179px;
  }

  .person-card__info {
    -webkit-box-flex: calc(100% - 181px);
        -ms-flex: calc(100% - 181px);
            flex: calc(100% - 181px);
    max-width: calc(100% - 181px);
  }

  .person-card__info-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
  }

  .person-card__info-text {
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
  }

  .tab-inp:checked + .tab-label {
    margin-bottom: 28px;
  }

  .info.text-lg {
    font-size: 14px;
    line-height: 24px;
  }

  .info-item {
    margin-bottom: 12px;
    padding-bottom: 12px;
    padding-left: 28px;
  }

  .info-item__txt {
    color: rgba(32, 32, 31, 0.75);
  }

  .info-item__link {
    margin-left: 8px;
  }

  .search-control {
    margin-top: 25px;
  }

  .search-control__top {
    margin-bottom: 10px;
  }

  .event-single__breadcrumbs {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
    max-width: 400px;
    width: 400px;
  }

  .event-single__container {
    display: block;
    padding-left: 24px;
    padding-right: 24px;
  }

  .event-single__container img {
    position: relative;
    width: 100%;
    height: auto;
  }

  .event-single__item {
    display: block;
  }

  .event-single__img--big img {
    height: 100%;
    width: calc(100% + 48px);
    position: relative;
    min-width: calc(100% + 48px);
    left: -24px;
  }

  .event-single__img img {
    height: calc((100vw - 48px)/ 1.8);
    width: calc(100% + 48px);
    position: relative;
    min-width: calc(100% + 48px);
    left: -24px;
  }

  .event-single__info {
    padding: 0;
  }

  .event-single__logo {
    display: block;
    margin-left: 0px;
  }

  .event-single__float--left .event-single__img {
    float: unset;
    padding: unset;
  }

  .event-single__float--right .event-single__img {
    float: unset;
    padding: unset;
  }

  .pages-sections__container {
    display: block;
  }

  .work-groups__filter .filter-select:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }

  .air-transport__container {
    display: block;
    padding-left: 24px;
    padding-right: 24px;
  }

  .air-transport__container img {
    position: relative;
    width: 100%;
    height: auto;
  }

  .air-transport__logo {
    display: block;
    margin-left: 0px;
  }

  .air-transport--sm {
    max-width: 100%;
  }

  .answers__container--top {
    display: block;
    padding-left: 24px;
    padding-right: 24px;
  }

  .answers__container--top img {
    position: relative;
    width: 100%;
    height: auto;
  }

  .answers__logo {
    display: block;
    margin: 60px 0 40px;
  }

  .answers-tab-text-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 440px);
            flex: 0 0 calc(100% - 440px);
    width: calc(100% - 440px);
    max-width: calc(100% - 440px);
  }

  .barrier-free__container {
    display: block;
    padding-left: 24px;
    padding-right: 24px;
  }

  .barrier-free__container img {
    position: relative;
    width: 100%;
    height: auto;
  }

  .barrier-free__inner-container {
    padding-right: 24px;
  }

  .barrier-free__logo {
    display: block;
    margin-left: 0px;
  }

  .barrier-free--sm {
    max-width: 100%;
  }

  .barrier-free--md {
    max-width: 100%;
  }

  .barrier-free--lg {
    max-width: 100%;
  }

  .barrier-free--mb-150 {
    margin-bottom: 60px;
  }

  .partner__container {
    display: block;
    padding-left: 24px;
    padding-right: 24px;
  }

  .partner__container img {
    position: relative;
    width: 100%;
    height: auto;
  }

  .partner__logo {
    display: block;
    margin-left: 0px;
  }

  .partner--sm {
    max-width: 100%;
  }

  .partner--mb-80 {
    margin-bottom: 40px;
  }

  .volunteer__container {
    display: block;
    padding-left: 24px;
    padding-right: 24px;
  }

  .volunteer__container img {
    position: relative;
    width: 100%;
    height: auto;
  }

  .volunteer__logo {
    display: block;
    margin-left: 0px;
  }

  .volunteer--sm {
    max-width: 100%;
  }

  .header-visually {
    display: block;
    position: fixed;
    z-index: 1002;
    top: 0;
    right: -100vw;
    width: 360px;
    height: 100vh;
    max-height: 100vh;
    padding-left: 32px;
    padding-right: 16px;
    padding-bottom: 50px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 0;
    background: #fff;
  }

  .header-visually__bottom .header-visually__item {
    -ms-flex-line-pack: start;
        align-content: flex-start;
    max-width: 46%;
    width: 100%;
  }

  .header-visually__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
  }

  .header-visually__top .header-visually__item:nth-last-child(1),
  .header-visually__top .header-visually__item:nth-last-child(2) {
    max-width: 46%;
    width: 100%;
  }

  .header-visually__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 50px;
  }

  .header-visually__text {
    width: 100%;
    max-height: 25px;
    overflow: hidden;
    margin: unset;
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 24px;
  }

  .header-visually__parameter {
    display: block;
  }

  .header-visually__color {
    margin-bottom: 20px;
  }

  .header-visually__interval {
    margin-bottom: 20px;
  }

  .header-visually .nav-mob__visially--close {
    top: 20px;
    right: 16px;
  }

  .header--visually {
    position: relative;
  }

  .nav-mob__visially--open {
    display: block;
    font-weight: 500;
    font-size: 28px;
    line-height: 24px;
    cursor: pointer;
  }

  .nav-mob__visially--close {
    display: inline-block;
    width: 24px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    right: 20px;
  }

  .body-font--medium {
    font-size: 21px;
    line-height: 30px;
  }

  .body-font--medium .answers-tab__text,
  .body-font--medium .answers__text,
  .body-font--medium .caring-item__text,
  .body-font--medium .doc-reports-item__title,
  .body-font--medium .driving-schools__subtitle,
  .body-font--medium .driving-schools__choose,
  .body-font--medium .free-help__subtitle,
  .body-font--medium .company__subtitle,
  .body-font--medium .company-info p,
  .body-font--medium .sport__subtitle,
  .body-font--medium .sport-info p,
  .body-font--medium .sport__access,
  .body-font--medium .work-groups__title,
  .body-font--medium .work-groups-person p,
  .body-font--medium .detail-content__text,
  .body-font--medium .detail-content__date,
  .body-font--medium .contacts__text,
  .body-font--medium .event-single__info p,
  .body-font--medium .event-single__date p,
  .body-font--medium .event-single__heading,
  .body-font--medium .event-single p,
  .body-font--medium .air-transport-list-item__value,
  .body-font--medium .air-transport-list-item__num {
    font-size: 21px;
    line-height: 30px;
  }

  .body-font--medium a,
  .body-font--medium .page-404__desc,
  .body-font--medium .label__text,
  .body-font--medium .partner__subtitle,
  .body-font--medium .partner__text,
  .body-font--medium .filter-select__label,
  .body-font--medium .pagging-list,
  .body-font--medium .company__subtitle,
  .body-font--medium .company-list__item,
  .body-font--medium .filter-select__title,
  .body-font--medium .free-help-tab__text,
  .body-font--medium .label--checkbox,
  .body-font--medium .partner-personal__text {
    font-size: 21px !important;
    line-height: 30px !important;
  }

  .body-font--medium ul:not([class]) li::before {
    background-size: 12px 18px;
  }

  .body-font--medium .partner__header {
    font-size: 38px;
    line-height: 54px;
  }

  .body-font--medium .join__subtitle,
  .body-font--medium .page-404__title,
  .body-font--medium .partner__title,
  .body-font--medium .company__title,
  .body-font--medium .sport__title,
  .body-font--medium .partner-personal__title,
  .body-font--medium .air-transport--sm,
  .body-font--medium .caring-item__title,
  .body-font--medium .barrier-free__title {
    font-size: 38px;
    line-height: 54px;
  }

  .body-font--medium .title-main {
    font-size: 38px;
    line-height: 54px;
  }

  .body-font--medium .title-lg {
    font-size: 56px;
    line-height: 58px;
  }

  .body-font--medium .title-lg {
    font-size: 34px;
    line-height: 44px;
  }

  .body-font--medium .title-md {
    font-size: 21px;
    line-height: 30px;
  }

  .body-font--medium .title-md--tablet-26 {
    font-size: 36px;
    line-height: 40px;
  }

  .body-font--medium .title-nr {
    font-size: 27px;
    line-height: 42px;
  }

  .body-font--medium .text-lg {
    font-size: 24px;
    line-height: 42px;
  }

  .body-font--medium .text-md {
    font-size: 25px;
    line-height: 37px;
  }

  .body-font--medium .text-nr {
    font-size: 23px;
    line-height: 32px;
  }

  .body-font--medium .btn-md {
    font-size: 25px;
    line-height: 37px;
    height: 52px;
  }

  .body-font--large {
    font-size: 28px;
    line-height: 40px;
  }

  .body-font--large .answers-tab__text,
  .body-font--large .answers__text,
  .body-font--large .caring-item__text,
  .body-font--large .doc-reports-item__title,
  .body-font--large .driving-schools__subtitle,
  .body-font--large .driving-schools__choose,
  .body-font--large .free-help__subtitle,
  .body-font--large .company__subtitle,
  .body-font--large .company-info p,
  .body-font--large .sport__subtitle,
  .body-font--large .sport-info p,
  .body-font--large .sport__access,
  .body-font--large .work-groups__title,
  .body-font--large .work-groups-person p,
  .body-font--large .detail-content__text,
  .body-font--large .detail-content__date,
  .body-font--large .contacts__text,
  .body-font--large .event-single__info p,
  .body-font--large .event-single__date,
  .body-font--large .event-single__heading,
  .body-font--large .event-single p,
  .body-font--large .air-transport-list-item__value,
  .body-font--large .air-transport-list-item__num {
    font-size: 28px;
    line-height: 40px;
  }

  .body-font--large a,
  .body-font--large .page-404__desc,
  .body-font--large .label__text,
  .body-font--large .partner__subtitle,
  .body-font--large .partner__text,
  .body-font--large .filter-select__label,
  .body-font--large .pagging-list,
  .body-font--large .company-list__item,
  .body-font--large .filter-select__title,
  .body-font--large .free-help-tab__text,
  .body-font--large .label--checkbox,
  .body-font--large .label--checkbox,
  .body-font--large .partner-personal__text {
    font-size: 28px !important;
    line-height: 40px !important;
  }

  .body-font--large ul:not([class]) li::before {
    background-size: 12px 18px;
  }

  .body-font--large .join__subtitle,
  .body-font--large .page-404__title,
  .body-font--large .partner__title,
  .body-font--large .company__title,
  .body-font--large .sport__title,
  .body-font--large .partner-personal__title,
  .body-font--large .air-transport--sm,
  .body-font--large .caring-item__title,
  .body-font--large .barrier-free__title {
    font-size: 38px !important;
    line-height: 54px !important;
  }

  .body-font--large .partner__header {
    font-size: 38px !important;
    line-height: 54px !important;
  }

  .body-font--large .title-main {
    font-size: 38px !important;
    line-height: 54px !important;
  }

  .body-font--large .title-lg {
    font-size: 56px;
    line-height: 58px;
  }

  .body-font--large .title-lg {
    font-size: 34px;
    line-height: 44px;
  }

  .body-font--large .title-md {
    font-size: 21px;
    line-height: 30px;
  }

  .body-font--large .title-md--tablet-26 {
    font-size: 36px;
    line-height: 40px;
  }

  .body-font--large .title-nr {
    font-size: 27px;
    line-height: 42px;
  }

  .body-font--large .text-lg {
    font-size: 44px;
    line-height: 62px;
  }

  .body-font--large .text-md {
    font-size: 25px;
    line-height: 37px;
  }

  .body-font--large .text-nr {
    font-size: 23px;
    line-height: 32px;
  }

  .body-font--large .btn-md {
    font-size: 25px;
    line-height: 37px;
    height: 52px;
  }

  .body-font--large .card-img--lg {
    height: 400px;
  }

  .body-rebuild .partner__logo,
  .body-rebuild .air-transport__logo {
    margin-bottom: unset;
  }

  .body-rebuild .infos-list {
    margin-left: 0px;
  }

  .body-rebuild .card {
    display: block;
  }
}

@media (max-width: 1080px) and (max-width: 768px) {
  .beffore-line {
    padding-left: 0;
  }

  .beffore-line::before {
    display: none;
  }
}

@media (max-width: 1080px) and (max-width: 1080px) {
  .events-post--img-left .events-post__info {
    max-width: 45%;
    -webkit-box-flex: 45%;
        -ms-flex: 45%;
            flex: 45%;
  }

  .events-post--img-right .events-post__info {
    max-width: 45%;
    -webkit-box-flex: 45%;
        -ms-flex: 45%;
            flex: 45%;
  }
}

@media (max-width: 1079px) {
  .slider-photo__vertical {
    display: none;
  }

  .slider-photo__main {
    max-width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .slider-photo__main .slick-list {
    margin: 0 auto;
    max-width: calc(100vw - 112px);
  }

  .slider-photo__main-img {
    height: calc((100vw - 112px) / 1.5);
  }

  .slider-photo .slick-prev {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    margin: 0;
  }

  .slider-photo .slick-next {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    margin: 0;
  }
}

@media (max-width: 991px) {
  .events-post--news .events-post__img,
  .events-post--news .events-post__info {
    width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
  }

  .events-post--news .events-post__img {
    margin-bottom: 32px;
  }

  .events-post--projects {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 48px;
  }

  .events-post--projects:last-child {
    margin-bottom: 0;
  }

  .events-post--projects .events-post__info {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
  }

  .events-post--projects .events-post__img {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: calc(100% + 48px);
    min-width: calc(100% + 48px);
    max-width: unset;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    padding: 0;
    margin: 0;
    margin-left: -24px;
    margin-bottom: 24px;
  }

  .events-post--projects .events-post__img .events-post__img-item {
    width: 100vw;
  }

  .events-post--video .events-post__img {
    width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
    margin-bottom: 32px;
  }

  .events-post--video .events-post__info {
    width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
  }

  .events-post--video .events-post__txt {
    color: rgba(32, 32, 31, 0.75);
  }

  .events-post__description {
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 16px;
  }

  .events-post__img-item--mds {
    height: calc((100vw - 48px) / 1.8);
  }

  .events-post__img-item--lg {
    height: calc((100vw - 48px) / 1.8);
  }

  .events-post__img-item--xl {
    height: calc((100vw - 48px) / 1.8);
  }

  .about-intro__img {
    width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .about-intro__img-item {
    height: calc((100vw - 48px) / 1.68);
  }

  .about-intro__info {
    width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
    padding-bottom: 0;
    padding-top: 0;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-bottom: 40px;
  }

  .about-intro__info-item {
    margin-bottom: 42px;
  }

  .about-intro__info-title {
    font-size: 26px;
    line-height: 30px;
  }

  .about-context__col-50 {
    width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
    margin-bottom: 51px;
  }

  .about-context__col-50:last-child {
    margin-bottom: 0;
  }

  .about-context__title {
    font-size: 26px;
    line-height: 30px;
  }

  .about-context .tab .title-post {
    margin-bottom: 0;
  }

  .about-context .tab .person__label.tab-label:after {
    right: 0;
  }

  .about-context__txt {
    margin-bottom: 16px;
  }

  .about-context__list-achievements {
    margin-bottom: 40px;
  }

  .about-context__img {
    margin-bottom: 40px;
  }

  .search-result__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .search-result__img {
    overflow: unset;
    width: 100%;
  }

  .search-result__img picture {
    width: calc(100% + 48px);
    height: calc((100vw - 48px)/ 1.8);
    margin-left: -24px;
    margin-right: -24px;
    margin-bottom: 24px;
  }

  .search-result__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .search-result__info {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .search-result__href {
    margin-left: 0;
  }
}

@media (max-width: 935px) {
  .company__filter .filter-select:last-child {
    margin: 30px 30px 0 0;
  }
}

@media (max-width: 852px) {
  .photo__title-page {
    max-width: 500px;
  }
}

@media (max-width: 817px) {
  .driving-schools__filter .filter-select {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  .driving-schools__filter .filter-select:last-child {
    margin: 30px 0 0;
  }

  .driving-schools__filter .select2-news-filter .select2-container--default .select2-selection--single,
  .driving-schools__filter .select2-news-filter .select2-container {
    width: 100% !important;
    min-width: 100% !important;
  }
}

@media (max-width: 810px) {
  .search-control__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: calc(100% - 108px);
    margin: 0 -10px 20px;
  }

  .search-control__bottom .filter-select {
    display: block;
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    max-width: 50%;
    margin-bottom: 15px;
    margin-right: 0;
    padding: 0 10px;
  }

  .search-control__bottom .filter-select:first-child {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
  }

  .search-control__bottom .filter-select:last-child {
    margin-bottom: 15px;
  }

  .search-control__bottom .filter-select__data {
    width: 100%;
  }

  .search-control__bottom .select2-news-filter .select2-container {
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  iframe {
    min-height: 200px;
    height: auto;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .flex-col-50.flex-col-50--mob {
    max-width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }

  .d-none-767 {
    display: none;
  }

  .title-post {
    margin-bottom: 28px;
  }

  .title-main {
    font-size: 28px;
    line-height: 44px;
  }

  .title-lg {
    font-size: 24px;
    line-height: 34px;
  }

  .title-md {
    font-size: 22px;
    line-height: 28px;
  }

  .title-nr {
    font-size: 20px;
    line-height: 24px;
  }

  .links-item {
    width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
  }

  .border-bottom-light {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }

  .mp-about__content {
    top: 65px;
    border-radius: 0;
  }

  .mp-about-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .mp-about-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 0 0 32px;
  }

  .mp-about-info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }

  .mp-answers__content {
    top: 65px;
    border-radius: 0;
  }

  .header-burger {
    margin-left: auto;
    margin-right: 24px;
  }

  .header-logo {
    top: 0;
  }

  .header-logo .logo-img {
    height: 36px;
  }

  .header-main {
    padding: 14px 0 14px;
  }

  .header-main .header-action {
    display: none;
  }

  .header-action__link {
    height: 48px;
    margin-bottom: 8px;
    margin-right: 0;
    font-weight: 500;
  }

  .header-action__link:last-child {
    margin-bottom: 0;
  }

  .header-action__link-txt {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }

  .header__menu {
    padding-left: 20px;
    width: 340px;
    max-width: calc(100vw - 24px);
  }

  .header__menu-bottom .header-action {
    display: block;
    padding-bottom: 50px;
  }

  .nav-item--active > a::after {
    left: -24px;
    width: 4px;
    height: 100%;
    top: 0;
    bottom: unset;
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
  }

  .search-link__input {
    width: 300px;
  }

  .wrapper-footer {
    padding-top: 36px;
    padding-bottom: 41px;
  }

  .footer-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
  }

  .footer-logo .logo-img {
    margin-bottom: 0;
    margin-right: 17px;
  }

  .footer-social--desk-tablet-only {
    display: none;
  }

  .footer-copyright {
    margin-top: 40px;
  }

  .gradient-bg--md::before {
    background-size: cover;
    width: 100%;
  }

  .gradient-bg--xl::before {
    background-size: cover;
    height: 664px;
    width: 100%;
  }

  .gradient-bg--lg::before {
    background-size: cover;
    width: 100%;
    height: 64px;
  }

  .gradient-bg--lg-intro::before {
    background-size: cover;
    width: 100%;
  }

  .nav-item.nav-item--active > a::after {
    left: -20px;
    width: 4px;
    height: 100%;
    top: 0;
    bottom: unset;
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
  }

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

  .intro-title--detail {
    font-size: 14px;
    line-height: 23px;
  }

  .intro-img {
    width: calc(100vw - 32px);
  }

  .list-achievements__item {
    padding-left: 40px;
    margin-bottom: 24px;
  }

  .list-achievements__item::before {
    width: 24px;
    height: 24px;
  }

  .list-achievements__title {
    margin-bottom: 12px;
  }

  .helper-title {
    margin-bottom: 28px;
  }

  .helper-wrap--mb-56 {
    margin-bottom: 24px;
  }

  .helper .helper-item {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .events-posts--mb-48 {
    margin-bottom: 24px;
  }

  .events-posts--video {
    margin-bottom: 24px;
  }

  .events-post--single {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    margin-bottom: 24px;
  }

  .events-post--single .events-post__img {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .events-post--single .events-post__info {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .events-post--img-left .events-post__img {
    max-width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    padding-right: 15px;
  }

  .events-post--img-left .events-post__info {
    max-width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    padding-left: 15px;
    margin-top: 24px;
  }

  .events-post--img-right .events-post__img {
    max-width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    padding-left: 15px;
  }

  .events-post--img-right .events-post__info {
    max-width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    padding-right: 15px;
    margin-top: 24px;
  }

  .events-post--projects {
    margin-bottom: 40px;
  }

  .events-post--projects .events-post__txt {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
  }

  .events-post--projects .events-post__img {
    margin-left: -16px;
  }

  .events-post--video .events-post__img {
    margin-bottom: 24px;
  }

  .events-post--video .events-post__title {
    font-size: 18px;
    line-height: 24px;
  }

  .events-post--video .events-post__txt {
    font-size: 15px;
  }

  .events-post__btn {
    margin-top: 8px;
  }

  .events-post__btn-download {
    margin-top: 8px;
  }

  .events-post__info-title {
    margin-bottom: 16px;
    text-align: center;
    width: 100%;
  }

  .events-post__img-item--lg {
    height: calc((100vw - 32px) / 1.2);
  }

  .cards-wrap {
    margin-bottom: 24px;
  }

  .card-info__title.title-nr {
    font-size: 24px;
    line-height: 32px;
  }

  .contacts-info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }

  .contacts-map {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
  }

  .infos-title {
    text-align: center;
  }

  .infos-txt {
    padding-left: 0;
    margin-bottom: 24px;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
  }

  .news-title {
    margin-bottom: 29px;
  }

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

  .video-title {
    margin-bottom: 44px;
  }

  .wrapper-breadcrumbs .title-page {
    margin: 0;
  }

  .wrapper-breadcrumbs--mb-80 {
    margin: 0 0 48px;
  }

  .wrapper-breadcrumbs--mb-100 {
    margin: 0 0 40px;
  }

  .wrapper-breadcrumbs--main {
    margin-top: 24px;
  }

  .breadcrumbs-list {
    margin-top: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .breadcrumbs-list a:after {
    width: 4px;
    height: 6px;
  }

  .filter-selects {
    margin-left: -10px;
    margin-right: -10px;
  }

  .filter-select {
    display: block;
    width: 100%;
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    max-width: 50%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: 0;
  }

  .filter-select__title {
    margin-right: 0;
    margin-bottom: 8px;
  }

  .filter-categories__item {
    margin-right: 24px;
  }

  .slider-photo__main .slick-list {
    max-width: calc(100vw - 60px);
  }

  .slider-photo__main-img {
    height: calc((100vw - 60px) / 1.5);
  }

  .slider-photo .slick-prev {
    position: relative;
    left: -4px;
  }

  .slider-photo .slick-next {
    position: relative;
    right: -4px;
  }

  .photo__title-page {
    max-width: 100%;
  }

  .photo__breadcrumbs-back:before {
    width: 6px;
    height: 9px;
  }

  .photo__text {
    font-size: 15px;
    line-height: 24px;
  }

  .video-frame {
    height: calc((100vw - 32px) / 1.8);
  }

  .video-frame__span {
    width: 80px;
    height: 80px;
  }

  .calendar::before {
    display: none;
  }

  .calendar-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 48px;
  }

  .calendar-item:last-child {
    margin-bottom: 0;
  }

  .calendar-item::after {
    display: none;
  }

  .calendar-img {
    height: calc((100vw - 32px) / 1.03);
    width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-bottom: 24px;
  }

  .calendar-info {
    width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .calendar-info__date-main {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
  }

  .calendar-info__date-sec {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
  }

  .about-intro__img-item {
    height: calc((100vw - 32px) / 1.68);
  }

  .wrapper-table--mb-120 {
    margin-bottom: 24px;
  }

  .person-detail {
    margin-left: 0;
    margin-right: 0;
  }

  .person-detail__img {
    width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 21px;
  }

  .person-detail__img-item {
    height: calc((100vw - 32px) / 0.87);
  }

  .person-detail__info {
    width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
    padding: 0;
  }

  .person-detail__info-title--desk-only {
    display: none;
  }

  .person-detail__info-short {
    margin-bottom: 24px;
  }

  .person-detail__info-full {
    margin-bottom: 24px;
  }

  .person-card__info-title {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 22px;
  }

  .person-card__info-text {
    margin-bottom: 8px;
  }

  .person-card__info-btn {
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 20px;
  }

  .tab-inp:checked + .tab-label {
    margin-bottom: 24px;
  }

  .tab-label {
    padding-right: 48px;
  }

  .person__label.tab-label:after {
    right: 0;
  }

  .search-result__item {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .search-result__img picture {
    width: calc(100% + 32px);
    height: calc((100vw - 32px)/ 1.2);
    margin-left: -16px;
    margin-right: -16px;
  }

  .event-single__img--big img {
    width: calc(100% + 32px);
    min-width: calc(100% + 32px);
    left: -16px;
  }

  .event-single__img img {
    width: calc(100% + 32px);
    min-width: calc(100% + 32px);
    left: -16px;
  }

  .caring-items-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }

  .caring-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 0 0 -150px 0;
    background-size: contain;
  }

  .join__subtitle {
    margin-bottom: 16px;
  }

  .join-info {
    margin-bottom: 40px;
  }

  .annual-review-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 72px;
  }

  .annual-review-item:nth-child(2n) .annual-review-image {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin: 0 0 32px;
  }

  .annual-review-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 0 0 32px;
  }

  .annual-review-info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }

  .rules-slider__img {
    min-height: 100%;
  }

  .rules-slider__img-noheight {
    min-height: 100%;
  }

  .work-groups-cards-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }

  .free-help__subtitle {
    font-size: 16px;
  }

  .free-help__text {
    font-size: 14px;
  }

  .free-help .tab-label {
    font-size: 28px;
    line-height: 32px;
  }

  .air-transport__header {
    margin-bottom: 10px;
  }

  .answers__header {
    margin-bottom: 10px;
  }

  .answers__title {
    font-size: 28px;
    line-height: 32px;
  }

  .answers .tab-inp:checked ~ .tab-content {
    padding: 30px 16px;
  }

  .answers .tab {
    margin-bottom: 10px;
  }

  .answers .tab-label {
    font-size: 24px;
    line-height: 28px;
    padding-right: 24px;
    padding-bottom: 20px;
  }

  .answers__tab-content {
    padding: 10px;
  }

  .answers--mt-93 {
    margin-top: 50px;
  }

  .answers--mb-70 {
    margin-bottom: 40px;
  }

  .answers-tab-image {
    margin: 0 0 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    min-height: 350px;
  }

  .answers-tab-text-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }

  .answers-note {
    margin: 30px 0 80px;
    font-size: 28px;
    line-height: 32px;
  }

  .documents-item {
    margin-bottom: 40px;
  }

  .documents-item__title {
    font-size: 18px;
    line-height: 24px;
  }

  .documents-item__subtitle {
    margin: 16px 0;
    font-size: 14px;
    line-height: 20px;
  }

  .documents-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }

  .doc-reports-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin-bottom: 32px;
  }

  .doc-reports-item__title {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 28px;
  }

  .company__title {
    font-size: 22px;
    line-height: 26px;
  }

  .company__subtitle {
    font-size: 16px;
    line-height: 24px;
  }

  .company-cards-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }

  .company-card__content {
    padding: 20px;
  }

  .company-info__value {
    font-size: 12px;
    line-height: 20px;
  }

  .company-info__name {
    font-size: 12px;
    line-height: 20px;
    margin-right: 15px;
    min-width: 70px;
    max-width: 70px;
  }

  .company-list .company-list__item {
    font-size: 12px;
    line-height: 20px;
  }

  .sport-cards-col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }

  .sport-info__value {
    font-size: 12px;
    line-height: 16px;
  }

  .sport-info__name {
    font-size: 12px;
    line-height: 16px;
    margin-right: 17px;
    min-width: 86px;
    max-width: 86px;
  }

  .page-404__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }

  .page-404__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }

  .page-404__title {
    margin-top: 40px;
  }

  .barrier-free__header {
    margin-bottom: 10px;
  }

  .barrier-free__title {
    letter-spacing: 0;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 32px;
  }

  .barrier-free__subtitle--18 {
    font-size: 16px;
    line-height: 24px;
  }

  .barrier-free__subtitle {
    margin-bottom: 20px;
  }

  .barrier-free__text {
    font-size: 14px;
    line-height: 24px;
  }

  .barrier-free__text {
    margin-bottom: 20px;
  }

  .barrier-free--mb-60 {
    margin-bottom: 40px;
  }

  .barrier-free--mb-150 {
    margin-bottom: 40px;
  }

  .partner__header {
    margin-bottom: 10px;
  }

  .partner__label .label__text {
    bottom: 77px;
    font-size: 14px;
  }

  .partner__filter .filter-select {
    margin-bottom: 45px;
  }

  .partner__filter .filter-select:last-child {
    margin-bottom: 45px;
  }

  .partner__filter .filter-select__label {
    top: -28px;
    left: 10px;
    font-size: 14px;
  }

  .partner__form-group {
    margin-bottom: 45px;
  }

  .partner__input:not(:-moz-placeholder-shown) + .label__text {
    bottom: 77px;
    font-size: 14px;
  }

  .partner__input:not(:-ms-input-placeholder) + .label__text {
    bottom: 77px;
    font-size: 14px;
  }

  .partner__input:focus + .label__text,
  .partner__input:not(:placeholder-shown) + .label__text {
    bottom: 77px;
    font-size: 14px;
  }

  .partner__textarea:not(:-moz-placeholder-shown) + .label__text {
    bottom: 114px;
    font-size: 14px;
  }

  .partner__textarea:not(:-ms-input-placeholder) + .label__text {
    bottom: 114px;
    font-size: 14px;
  }

  .partner__textarea:focus + .label__text,
  .partner__textarea:not(:placeholder-shown) + .label__text {
    bottom: 114px;
    font-size: 14px;
  }

  .partner__label--textarea .label__text {
    bottom: 114px;
    font-size: 14px;
  }

  .partner-list__title {
    font-size: 14px;
  }

  .volunteer__header {
    margin-bottom: 10px;
  }

  .volunteer__label .label__text {
    bottom: 77px;
    font-size: 14px;
  }

  .volunteer__filter .filter-select {
    margin-bottom: 45px;
  }

  .volunteer__filter .filter-select:last-child {
    margin-bottom: 45px;
  }

  .volunteer__filter .filter-select__label {
    top: -28px;
    left: 10px;
    font-size: 14px;
  }

  .volunteer__form-group {
    margin-bottom: 45px;
  }

  .volunteer__input:not(:-moz-placeholder-shown) + .label__text {
    bottom: 77px;
    font-size: 14px;
  }

  .volunteer__input:not(:-ms-input-placeholder) + .label__text {
    bottom: 77px;
    font-size: 14px;
  }

  .volunteer__input:focus + .label__text,
  .volunteer__input:not(:placeholder-shown) + .label__text {
    bottom: 77px;
    font-size: 14px;
  }

  .volunteer__textarea:not(:-moz-placeholder-shown) + .label__text {
    bottom: 114px;
    font-size: 14px;
  }

  .volunteer__textarea:not(:-ms-input-placeholder) + .label__text {
    bottom: 114px;
    font-size: 14px;
  }

  .volunteer__textarea:focus + .label__text,
  .volunteer__textarea:not(:placeholder-shown) + .label__text {
    bottom: 114px;
    font-size: 14px;
  }

  .volunteer__label--textarea .label__text {
    bottom: 114px;
    font-size: 14px;
  }

  .partners-title {
    margin: 0 0 30px;
  }

  .partners-slider .slick-list {
    margin: 0;
  }

  .partners-slider .slick-slide {
    padding: 0;
  }

  .partners-slider .slick-slide > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -8px;
  }

  .partners-slider .slick-slide > div:not(:last-child) {
    margin-bottom: 5px;
  }

  .partners-slider .slick-slide > div picture {
    padding: 0 8px;
  }

  .partners-slider .slick-dots {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .partners-actions {
    margin-top: 30px;
  }

  .header-visually {
    width: 340px;
    max-width: calc(100vw - 24px);
    padding-top: 32px;
    padding-left: 20px;
  }

  .header-visually__bottom {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .header-visually__bottom .header-visually__item {
    max-width: 47%;
  }

  .header-visually__top {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .header-visually__top .header-visually__item:nth-last-child(1),
  .header-visually__top .header-visually__item:nth-last-child(2) {
    max-width: 47%;
  }

  .header-visually__item {
    margin-bottom: 52px;
  }

  .header-visually__interval {
    font-size: 14px;
    width: 122px;
  }

  .header-visually__btn-back {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-bottom: 38px;
    padding-left: 25px;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    cursor: pointer;
  }

  .header-visually .nav-mob__visially--close {
    display: none;
  }

  .body-rebuild .calendar-img {
    height: 400px;
  }

  .body-rebuild .helper-item__header {
    display: block;
  }

  .body-rebuild .helper-item__title {
    margin-left: 0;
  }

  .body-rebuild .events-post--projects:nth-child(2n),
  .body-rebuild .event-single__item:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .body-rebuild .events-post__img-item--xl {
    height: 400px;
  }

  .projects-voi {
    overflow: hidden;
  }

  .tabs-projects-voi {
    white-space: nowrap;
  }

  .tabs-projects-voi__wrap {
    overflow-x: auto;
    min-width: calc(100% + 32px);
    margin-bottom: 30px;
    margin-left: -16px;
  }

  .tabs-projects-voi__item:first-child {
    padding-left: 16px;
  }

  .tabs-projects-voi__item:last-child {
    padding-right: 16px;
  }

  .filter-opros-po-kachestvu .filter-select {
    margin-bottom: 32px;
  }

  .filter-opros-po-kachestvu .filter-select:last-child {
    margin-bottom: 32px;
  }

  .filter-opros-po-kachestvu .filter-select__label {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .wrapper-content {
    margin: 40px 0;
  }

  .wrapper-content--my-40 {
    margin: 24px 0;
  }

  .wrapper-content--mt-40 {
    margin-top: 24px;
  }

  .wrapper-content--mb-80 {
    margin-bottom: 40px;
  }

  .wrapper-content--mb-40 {
    margin-bottom: 40px;
  }

  .wrapper-content--my-80 {
    margin-top: 48px;
    margin-bottom: 40px;
  }

  .wrapper-content--mt-80 {
    margin-top: 40px;
  }

  .wrapper-content--mt-120 {
    margin-top: 40px;
  }

  .wrapper-content--mt-64 {
    margin-top: 24px;
  }

  .wrapper-content--mt-60 {
    margin-top: 24px;
  }

  .wrapper-content--mt-104 {
    margin: 40px 0;
  }

  .wrapper-content--mt-64-mob {
    margin-top: 64px;
  }

  .wrapper-content--events {
    padding-bottom: 24px;
  }

  .wrapper-content--news {
    padding-bottom: 40px;
  }

  .wrapper-content--detail {
    margin-top: 48px;
  }

  .wrapper-content--mb-60 {
    margin-bottom: 30px;
  }

  .wrapper-content--mb-120 {
    margin-bottom: 40px;
  }

  .wrapper-content--person-card {
    margin: 48px 0 48px 0;
  }

  .text-md {
    font-size: 15px;
    line-height: 24px;
  }

  .gradient-bg--xl::before {
    background-size: cover;
    height: calc(100% + 24px);
    width: 100%;
  }

  .gradient-bg--lg::before {
    background-size: cover;
    width: 100%;
  }

  .gradient-bg--lg-intro::before {
    background-size: cover;
    width: 100%;
    height: 100%;
  }

  .header--fixed {
    min-height: 64px;
  }

  .intro-info {
    margin-bottom: 0px;
  }

  .intro-img {
    display: none;
  }

  .helper-card {
    margin-bottom: 24px;
  }

  .helper-card__info {
    display: block;
    margin-bottom: 24px;
  }

  .helper-card__img {
    margin: 0;
    margin-bottom: 16px;
  }

  .helper-card__btn {
    margin: 0;
    width: 100%;
  }

  .events-post__btn-download {
    width: 100%;
  }

  .events-post__img-item--mob-only {
    height: calc(100vw / 1.2);
    width: 100vw;
    margin-left: -16px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 16px;
  }

  .events-post__img-item--md {
    height: 340px;
  }

  .card {
    width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
  }

  .card-img--lg {
    height: calc((100vw - 48px)/ 1.8);
  }

  .infos-list {
    margin-bottom: -16px;
    margin-top: -16px;
  }

  .infos-list__item {
    padding-top: 16px;
    padding-bottom: 16px;
    width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
  }

  .load-more__btn {
    width: 100%;
  }

  .filter-selects {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .filter-select {
    width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
    margin-bottom: 24px;
  }

  .filter-select:last-child {
    margin-bottom: 0;
  }

  .pagging {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }

  .pagging .pagging-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .detail-content {
    margin: 24px 0;
  }

  .detail-content--mt-64 {
    margin: 24px 0;
  }

  .photo-gallery {
    margin: -8px -10px;
  }

  .photo-gallery__item {
    height: calc(50vw - 6px);
  }

  .photo-gallery__item {
    width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
    padding: 8px 10px;
    height: calc(100vw - 16px);
  }

  .events-info__item {
    width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
    margin-bottom: 24px;
  }

  .about-intro__list-item {
    font-size: 15px;
  }

  .about-intro__info {
    margin-bottom: 82px;
  }

  .about-intro__info-item {
    margin-bottom: 26px;
  }

  .about-info__item {
    width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
  }

  .about-info__item-content {
    min-height: unset;
  }

  .about-info__item-img {
    margin-bottom: 24px;
  }

  .about-context__col-50 {
    margin-bottom: 40px;
  }

  .about-context__title--mb-40 {
    margin-bottom: 16px;
  }

  .about-context .tab .title-post {
    margin-bottom: 0;
  }

  .about-context .tab .person__label.tab-label:after {
    right: 0;
  }

  .about-context__text {
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
  }

  .about-context__subtitle {
    margin-bottom: 34px;
    font-weight: 800;
    font-size: 16px;
    line-height: 24px;
  }

  .about-context__img {
    margin-bottom: 24px;
  }

  .flags-rov {
    width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
  }

  .person-cards {
    margin-top: -12px;
    margin-bottom: -12px;
  }

  .person-card {
    width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .person-card__img {
    -webkit-box-flex: 136px;
        -ms-flex: 136px;
            flex: 136px;
    max-width: 136px;
    padding-right: 16px;
  }

  .person-card__img-item {
    height: 160px;
  }

  .person-card__info {
    -webkit-box-flex: calc(100% - 136px);
        -ms-flex: calc(100% - 136px);
            flex: calc(100% - 136px);
    max-width: calc(100% - 136px);
  }

  .info-item__txt {
    display: inline-block;
  }

  .info-item__link {
    margin: 0;
  }

  .info-item__wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .info-item__wrapper-main {
    max-width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    padding-right: 0;
    margin-bottom: 8px;
  }

  .info-item__wrapper-info {
    max-width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }

  .search-control__bottom {
    max-width: none;
  }

  .search-control__btns .btn {
    padding: 10px 15px;
    height: 45px;
  }

  .navigation-panel {
    display: none;
  }

  .event-single p {
    font-size: 15px;
    line-height: 24px;
  }

  .event-single__img--big img {
    height: calc((100vw - 32px)/ 1.2);
  }

  .event-single__img img {
    height: calc((100vw - 32px)/ 1.2);
  }

  .event-single__heading {
    font-size: 15px;
    line-height: 24px;
  }

  .event-single__logo {
    margin-top: 0px;
  }

  .caring-image {
    margin: 0 0 -250px 0;
  }

  .driving-schools__table {
    /*overflow-x: scroll;
      min-width: calc(100% + 16px);*/
  }

  .tourism__table {
    /*overflow-x: scroll;
      min-width: calc(100% + 16px);*/
  }

  .tourism-list {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .tourism-list__item {
    margin-right: 30px;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .tourism-list-outer {
    overflow-x: scroll;
    min-width: calc(100% + 16px);
  }

  .air-transport__logo {
    margin-top: 40px;
  }

  .answers__logo {
    margin-top: 40px;
  }

  .answers__logo img {
    height: 180px;
  }

  .answers__filter .filter-select:last-child {
    margin: 0 0 32px;
  }

  .page-404__image {
    height: 250px;
  }

  .barrier-free__logo {
    margin-top: 40px;
  }

  .partner__logo {
    margin-top: 40px;
  }

  .partner__title {
    letter-spacing: 0em;
    font-size: 28px;
    line-height: 36px;
  }

  .partner__subtitle--24 {
    margin-bottom: 60px;
    line-height: 32px;
  }

  .partner__text {
    font-size: 16px;
    line-height: 24px;
  }

  .volunteer__logo {
    margin-top: 40px;
  }

  .volunteer__title {
    letter-spacing: 0em;
    line-height: 48px;
  }

  .volunteer__subtitle--24 {
    margin-bottom: 60px;
    line-height: 32px;
  }

  .volunteer__subtitle--mb-80 {
    margin-bottom: 60px;
  }

  .volunteer__text {
    font-size: 16px;
    line-height: 24px;
  }

  .partners-actions__button {
    width: 100%;
  }

  .projects-voi-filter .select2-filter-voi .select2-container--default .select2-selection--single,
  .projects-voi-filter .select2-filter-voi .select2-container {
    width: 290px !important;
    min-width: 290px !important;
  }

  .projects-voi-filter .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: rgba(32, 32, 31, 0.65);
  }
}

@media (max-width: 500px) {
  .answers-personal-item {
    bottom: 75px;
  }

  .answers-personal {
    margin-right: 15px;
  }

  .answers-personal__icon:after {
    bottom: 54px;
  }

  .partner-personal-item {
    bottom: 75px;
  }

  .partner-personal {
    margin-right: 15px;
  }

  .partner-personal__icon:after {
    bottom: 54px;
  }

  .volunteer-personal-item {
    bottom: 75px;
  }

  .volunteer-personal {
    margin-right: 15px;
  }

  .volunteer-personal__icon:after {
    bottom: 54px;
  }
}

@media (max-width: 475px) {
  .mp-about__content {
    padding: 70px 35px;
  }

  .mp-answers__content {
    padding: 70px 35px;
  }

  .mp-answers__content {
    padding: 30px 16px;
  }

  .mp-answers__close {
    top: 20px;
    right: 20px;
  }

  .footer-contacts {
    min-width: 100%;
  }

  .events-post__img-item--md {
    height: 270px;
  }

  .events-post__img-item--mds {
    height: 232px;
  }

  .events-post__img-item--xl {
    height: 232px;
  }

  .card-img--lg {
    height: 232px;
  }

  .contacts-map__item {
    height: 250px;
  }

  .video-frame__span {
    width: 50px;
    height: 50px;
  }

  .caring-image {
    margin: 0 0 -325px 0;
  }

  .annual-review__link {
    max-width: 100%;
    min-width: 100%;
  }

  .page-404__image {
    height: 200px;
  }

  .body-font--medium .partner__header {
    font-size: 36px;
    line-height: 53px;
  }

  .body-font--medium .join__subtitle,
  .body-font--medium .page-404__title,
  .body-font--medium .partner__title,
  .body-font--medium .company__title,
  .body-font--medium .sport__title,
  .body-font--medium .partner-personal__title,
  .body-font--medium .air-transport--sm,
  .body-font--medium .caring-item__title,
  .body-font--medium .barrier-free__title {
    font-size: 36px;
    line-height: 53px;
  }

  .body-font--medium .title-main {
    font-size: 36px;
    line-height: 53px;
  }

  .body-font--medium .title-md {
    font-size: 31px;
    line-height: 30px;
  }

  .body-font--medium .title-nr {
    font-size: 30px;
    line-height: 36px;
  }

  .body-font--medium .text-lg {
    font-size: 30px;
    line-height: 40px;
  }

  .body-font--medium .text-md {
    font-size: 21px;
    line-height: 30px;
  }

  .body-font--large .join__subtitle,
  .body-font--large .page-404__title,
  .body-font--large .partner__title,
  .body-font--large .company__title,
  .body-font--large .sport__title,
  .body-font--large .partner-personal__title,
  .body-font--large .air-transport--sm,
  .body-font--large .caring-item__title,
  .body-font--large .barrier-free__title {
    font-size: 36px;
    line-height: 53px;
  }

  .body-font--large .partner__header {
    font-size: 36px;
    line-height: 53px;
  }

  .body-font--large .title-main {
    font-size: 36px;
    line-height: 53px;
  }

  .body-font--large .title-md {
    font-size: 31px;
    line-height: 30px;
  }

  .body-font--large .title-nr {
    font-size: 40px;
    line-height: 44px;
  }

  .body-font--large .text-lg {
    font-size: 40px;
    line-height: 50px;
  }

  .body-font--large .text-md {
    font-size: 28px;
    line-height: 40px;
  }

  .body-font--large .card-img--lg {
    height: 200px;
  }

  .body-rebuild .calendar-img {
    height: 200px;
  }

  .body-rebuild .events-post__img-item--xl {
    height: 200px;
  }
}

@media (max-width: 420px) {
  .form__button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }

  .form-file {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .form-file__text {
    margin-bottom: 16px;
  }

  .form-file__label {
    min-width: 100%;
  }

  .answers__form-btn {
    min-width: 100%;
  }

  .partner__form-btn {
    min-width: 100%;
  }

  .volunteer__form-btn {
    min-width: 100%;
  }
}

@media (max-width: 374px) {
  .search-control__bottom .filter-select {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
  }

  .header-visually__bottom {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .header-visually__top {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 368px) {
  .volunteer__label--textarea .label__text {
    bottom: 128px;
    line-height: 20px;
  }
}

@media (max-width: 340px) {
  #about-us .title-page {
    font-size: 26px;
  }
}

@media (max-width: 337px) {
  .partner__label--mobile.filter-select__label {
    top: -42px;
    line-height: 20px;
  }

  .volunteer__label--mobile.filter-select__label {
    top: -42px;
    line-height: 20px;
  }
}

@media (max-width: 320px) {
  .caring-image {
    margin: 0 0 -350px 0;
  }
}

@media (min-width: 1081px) and (max-width: 1279px) {
  .header--fixed .nav .nav-list {
    padding-left: 0;
  }

  .header--fixed .logo {
    display: none;
  }
}

.webp .ui-datepicker .ui-datepicker-prev{ background: url(../img/datepickerArrow.webp) top no-repeat; }

.webp .ui-datepicker .ui-datepicker-next{ background: url(../img/datepickerArrow.webp) bottom no-repeat; }

.webp .ui-datepicker .ui-datepicker-prev:hover{ background: transparent url(../img/datepickerArrow.webp) top no-repeat; }

.webp .ui-datepicker .ui-datepicker-next{ background: transparent url(../img/datepickerArrow.webp) bottom no-repeat; }