@media (max-width: 1900px) {
  .head__body {
    padding: 20px 50px 20px 5%;
  }

  .sections__title {
    font-size: 20px;
    line-height: 24px;
  }

  .filters {
    flex-wrap: wrap;
  }

  .partners__item,
  .partners__item:nth-child(5n) {
    margin: 0 calc((100% - 1000px)/3) 30px 0;
  }

  .partners__item:nth-child(4n) {
    margin: 0 0 30px 0;
  }

  .schedule__date {
    width: 120px;
  }

  .schedule__team-name {
    font-size: 20px;
    line-height: 24px;
  }

  .schedule__stats {
    width: 200px;
  }

  .schedule__team {
    width: calc((100% - 650px)/2);
  }

  .structure__top {
    padding: 30px 50px;
  }

  .table-protocol .table__number {
    width: 30px;
  }

  .table-chess-teams .table__number {
    width: 50px;
    padding: 0;
  }

  .table-chess-teams__team {
    width: 300px;
  }
}

@media (max-width: 1750px) {
  .hide-1750 {
    display: none;
  }

  .title {
    font-size: 30px;
    line-height: 34px;
  }

  .find__result {
    font-size: 28px;
    line-height: 32px;
  }

  .documents__icon {
    margin: 0 40px 0 0;
  }

  .objects__title {
    font-size: 20px;
    line-height: 24px;
    height: 78px;
  }

  .timetable__place-text {
    font-size: 14px;
    line-height: 16px;
  }

  .timetable__date {
    width: 130px;
  }

  .timetable__time {
    width: 100px;
  }

  .timetable__results {
    width: 170px;
  }

  .timetable__competition,
  .timetable__place {
    width: calc((100% - 470px)/2);
  }

  .match__middle {
    width: 150px;
  }

  .match__score {
    font-size: 50px;
    line-height: 60px;
  }

  .match__team {
    width: calc((100% - 150px)/2);
  }

  .match__team-additional {
    font-size: 20px;
    line-height: 24px;
  }

  .structure__top-picture {
    width: 100px;
    height: 100px;
    padding: 4px;
  }

  .structure__top-name {
    font-size: 24px;
    line-height: 28px;
    margin: 0 20px;
  }

  .bests__name {
    font-size: 20px;
    line-height: 24px;
  }

  .bests__position {
    font-size: 14px;
    line-height: 18px;
  }

  .structure__event {
    margin: 3px 0 3px 10px;
  }

  .structure__unit--right .structure__event {
    margin: 3px 10px 3px 0;
  }

  .structure__empty,
  .structure__count {
    font-size: 16px;
  }

  .composition__item,
  .composition__item:nth-child(4n) {
    margin: 0 calc((100% - 870px)/2) 60px 0;
  }

  .composition__item:nth-child(3n) {
    margin: 0 0 60px 0;
  }

  .timeline__name {
    font-size: 20px;
    line-height: 24px;
  }

  .profile-edit__content {
    padding: 30px;
  }

  .profile-edit__container {
    gap: 30px;
  }

  .profile__head {
    width: 300px;
  }

  .profile .calendar {
    max-width: calc(100% - 330px);
  }
}

@media (max-width: 1600px) {
  .main-container {
    font-size: 14px;
    line-height: 18px;
  }

  .footer__subtitle {
    font-size: 16px;
    line-height: 20px;
  }

  .footer__partner--min .footer__img {
    width: 300px;
    height: auto;
  }

  .header__title {
    font-size: 22px;
  }

  .content {
    padding: 40px 0;
  }

  /* Скрытие scrollbar */

  .scroll-hidden {
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .scroll-hidden::-webkit-scrollbar {
    display: none;
  }

  .container {
    margin: 0;
    padding: 0 30px 40px 30px;
  }

  .container--no-bottom {
    padding-bottom: 0 !important;
  }

  .partners-slider__container {
    padding: 0 0 60px 0;
  }

  .scroll-hidden,
  .partners-slider,
  .calendar__container {
    max-width: calc(100vw - 120px);
  }

  .head__title {
    font-size: 20px;
    line-height: 26px;
  }

  .head__subtitle {
    font-size: 24px;
    line-height: 30px;
  }

  .head__link {
    font-size: 22px;
    line-height: 26px;
  }

  .head__club-text {
    font-size: 20px;
    line-height: 24px;
  }

  .socials--head .socials__link {
    padding: 7px;
  }

  .title {
    font-size: 30px;
    line-height: 34px;
  }

  .table--radius .table__row .table__big {
    font-size: 20px;
    line-height: 24px;
  }

  .sport__text {
    font-size: 34px;
    line-height: 38px;
  }

  .modal {
    top: 4vh;
    max-height: 96vh;
  }

  .clubs__item,
  .clubs__item:nth-child(4n) {
    margin: 0 calc((100% - 870px)/2) 60px 0;
  }

  .clubs__item:nth-child(3n) {
    margin: 0 0 60px 0;
  }

  .clubs__title {
    font-size: 20px;
    line-height: 24px;
  }

  .units__title {
    font-size: 16px;
    line-height: 20px;
  }

  .slider__thumbnails {
    display: none;
  }

  .tags__text {
    font-size: 20px;
  }

  .future {
    margin: 0;
    gap: 30px;
  }

  .future__list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
  }

  .future__item {
    width: calc((100% - 40px)/3);
  }

  .future__title {
    font-size: 20px;
    line-height: 24px;
  }

  .sidebar__container .link {
    display: none;
  }

  .sidebar__container {
    margin: 0 0 30px 0;
  }

  .table__cell {
    height: 80px;
  }

  .composition__item,
  .composition__item:nth-child(3n) {
    margin: 0 calc((100% - 1160px)/3) 40px 0;
  }

  .composition__item:nth-child(4n) {
    margin: 0 0 40px 0;
  }

  .composition__number {
    font-size: 30px;
    line-height: 30px;
    width: 40px;
  }

  .tournament-table {
    display: none;
  }

  .table-chess__container {
    min-height: 66px;
  }

  .table__row:first-child .table-chess__container {
    min-height: 68px;
  }

  .table-chess__link {
    font-size: 14px;
    line-height: 18px;
  }

  .chess__teams {
    margin: 0 4px 0 0;
  }

  .tabs__icon {
    width: 60px;
    height: 60px;
  }

  .tabs__navigation--chess .tabs__item {
    margin: 0 0 0 20px;
  }

  .page ul,
  .page ol {
    padding: 0 0 0 24px;
  }

  .sidebar__vote {
    display: none;
  }

  .vote__top {
    font-size: 20px;
    line-height: 24px;
  }

  .vote__title {
    font-size: 28px;
    line-height: 32px;
    margin: 0 0 30px 0;
  }

  .vote__persons {
    margin: 30px 0 0 0;
  }

  .vote__button {
    font-size: 18px;
    max-width: 210px;
    min-height: 40px;
  }

  .show-1600 {
    display: none;
  }

  .banner--modal {
    margin: 30px 0 0;
  }

  .aside {
    margin: 0 15px 0 70px;
  }

  .table-aside .table__number {
    width: 55px;
  }

  .table__start {
    text-align: start;
  }

  .units__item,
  .units__item:nth-child(4n) {
    margin: 0 calc((100% - 870px)/2) 60px 0;
  }

  .units__item:nth-child(3n) {
    margin: 0 0 60px 0;
  }
}

@media (max-width: 1500px) {
  .profile__wrap {
    flex-direction: column;
  }

  .profile__list--flex .profile__item {
    align-items: stretch;
    flex-direction: row;
  }

  .profile__list--flex .profile__unit {
    width: 100%;
  }
}

@media (max-width: 1400px) {
  .hide-1400 {
    display: none;
  }

  .header {
    padding: 0 30px;
    height: 80px;
  }

  .header .socials {
    display: none;
  }

  .title {
    font-size: 26px;
    line-height: 30px;
    margin: 0 0 40px 0;
  }

  .list--has-pagination {
    margin: 0 0 40px 0;
  }

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

  .persons__head {
    margin: 0 0 40px;
  }

  .map__head {
    margin: 0 0 40px;
  }

  .subtitle {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 30px 0;
  }

  .subtitle__main {
    margin: 0 10px 0 0;
  }

  .tabs--headers .tabs__link {
    padding: 14px 0 20px 0;
  }

  .sections__item,
  .sections__item:nth-child(5n) {
    margin: 0 7px 7px 0;
    width: calc((100% - 21px)/4);
  }

  .sections__item:nth-child(4n) {
    margin: 0 0 7px 0;
  }

  .persons__title {
    font-size: 20px;
    line-height: 26px;
  }

  .persons__img {
    max-width: 200px;
    height: auto;
  }

  .profile {
    flex-direction: column;
  }

  .profile__head {
    width: 100%;
    margin: 0 0 60px 0;
  }

  .profile__content {
    display: flex;
    padding: 30px;
    align-items: center;
  }

  .profile__photo {
    margin: 0 45px 0 0;
  }

  .profile__item:last-child {
    margin: 0;
  }

  .profile__value {
    flex-direction: row;
    width: unset;
    flex-grow: 1;
  }

  .profile__link {
    padding: 0 10px 0 0;
  }

  .profile__age {
    text-align: left;
    padding: 0 0 0 150px;
  }

  .profile__title {
    text-align: left;
  }

  .profile-form {
    display: flex;
    width: 100%;
  }

  .profile__head-container {
    flex-grow: 1;
  }

  .profile__button {
    margin: 0 auto;
  }

  .profile__actions {
    margin: 0;
  }

  .message {
    border-radius: 10px;
    margin: 30px 0 0 0;
  }

  .profile__list {
    padding: 0;
  }

  .profile__head-container--column .profile__list {
    padding: 0;
  }

  .profile__title {
    padding: 0;
  }

  .profile__list-contacts {
    padding: 20px 0 0 0;
  }

  .profile__list-contacts.line:after {
    display: none;
  }

  .rewards__list,
  .achievements__list,
  .rewards--full .rewards__list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .info__wrapper {
    height: 200px;
  }

  .info__number {
    margin: 0;
  }

  .clubs__item,
  .clubs__item:nth-child(4n) {
    margin: 0 calc((100% - 870px)/2) 40px 0;
  }

  .clubs__item:nth-child(3n) {
    margin: 0 0 40px 0;
  }

  .units__item,
  .units__item:nth-child(4n) {
    margin: 0 calc((100% - 870px)/2) 40px 0;
  }

  .units__item:nth-child(3n) {
    margin: 0 0 40px 0;
  }

  .documents__link,
  .faq .documents__link {
    padding: 20px 40px;
    min-height: unset;
  }

  .documents__title {
    font-size: 20px;
    line-height: 24px;
  }

  .objects__item {
    padding: 20px;
  }

  .objects__content {
    max-width: calc(100% - 170px);
    margin: 0 20px 0 0;
  }

  .objects__img {
    width: 150px;
    height: 150px;
  }

  .objects__title {
    font-size: 18px;
    line-height: 22px;
    height: 66px;
    margin: 0 0 20px 0;
  }

  .objects__address {
    margin: 0 0 20px 0;
  }

  .faq__number {
    width: 30px;
    height: 30px;
    margin: 0 20px 0 0;
    font-size: 20px;
  }

  .faq__title {
    font-size: 20px;
    line-height: 24px;
  }

  .faq__top {
    padding: 10px 50px 10px 30px;
    min-height: 80px;
  }

  .faq__top::after {
    right: 20px;
  }

  .faq__content {
    padding: 0 50px 30px 80px;
  }

  .organization__item {
    padding: 20px 30px;
    min-height: unset;
  }

  .organization__title {
    font-size: 18px;
    line-height: 22px;
    width: 50%;
  }

  .organization__contacts {
    width: 50%;
  }

  .league__item {
    padding: 20px 30px;
    min-height: unset;
  }

  .league__title {
    font-size: 18px;
    line-height: 22px;
    width: 50%;
  }

  .league__contacts {
    width: 50%;
  }

  .media__item {
    min-height: 280px!important;
  }

  .videos__item {
    min-height: 240px;
  }

  .media__content {
    margin: auto 20px 0 0;
    padding: 20px 14px 20px 20px;
    height: 110px;
  }

  .news__content {
    max-width: unset;
  }

  .news__text {
    display: none;
  }

  .media__date {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 10px 0;
  }

  .media__main {
    margin: 0 0 10px 0;
  }

  .result__date {
    font-size: 18px;
    line-height: 22px;
  }

  .media__title {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    max-height: 44px;
  }

  .result__title {
    font-size: 20px;
    line-height: 24px;
  }

  .photos__title {
    -webkit-line-clamp: 2;
  }

  .videos__icon {
    margin: 0 10px 0 0;
    width: 12px;
  }

  .videos__info {
    height: unset;
    min-width: unset;
    padding: 5px 14px;
  }

  .media__number {
    font-weight: 700;
    font-size: 14px;
  }

  .calendar__top {
    padding: 0 60px;
    height: 90px;
    border-radius: 20px;
  }

  .calendar__arrow {
    width: 60px;
    height: 60px;
    margin-top: -30px;
  }

  .calendar__link {
    height: 90px;
    border-radius: 24px;
  }

  .calendar__day {
    font-size: 18px;
    line-height: 22px;
  }

  .calendar__number {
    font-size: 30px;
    line-height: 38px;
  }

  .calendar__time-item {
    width: 60px;
    font-size: 14px;
  }

  .block-scroll .nicescroll-rails {
    right: 21px !important;
  }

  .calendar__slider {
    width: calc(100% - 120px);
  }

  .event__content {
    gap: 15px;
  }

  .event__type,
  .event__sport {
    font-size: 16px;
    line-height: 20px;
  }

  .future__item {
    padding: 20px;
  }

  .future__title {
    font-size: 18px;
    line-height: 22px;
  }

  .future__text {
    font-size: 14px;
    line-height: 16px;
  }

  .table__number {
    width: 60px;
  }

  .schedule__team-name {
    font-size: 16px;
    line-height: 20px;
  }

  .filters {
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 10px;
  }

  .filters .filters__item--full {
    grid-column: unset;
  }

  .filters .search--big .search__input,
  .filters .search--big .search__button {
    height: 44px;
  }

  .filters .search--big .search__button {
    width: 50px;
  }

  .filters .search--big .search__icon {
    width: 21px;
    height: 21px;
  }

  .timetable__place-text {
    font-size: 12px;
    line-height: 14px;
  }

  .composition__item,
  .composition__item:nth-child(4n) {
    margin: 0 calc((100% - 870px)/2) 40px 0;
  }

  .composition__item:nth-child(3n) {
    margin: 0 0 40px 0;
  }

  .timeline__period {
    font-size: 20px;
  }

  .timeline__item {
    padding:  0 120px;
  }

  .table-chess-teams__team {
    width: 200px;
  }

  .vote__share {
    right: 15px;
  }

  /* Секции в одну строку */

  .sections--club .sections__list {
    flex-wrap: nowrap;
    padding: 0 0 20px 0;
  }

  .sections--club .sections__item {
    width: 280px;
    flex-shrink: 0;
    margin: 0 7px 7px 0 !important;
  }

  .search--big .search__input,
  .search--big .search__button {
    height: 65px;
  }

  .search--big .search__input {
    font-size: 16px;
    line-height: 18px;
  }

  .profile .calendar {
    max-width: 100%;
  }

  .profile__picture {
    margin: auto 20px;
  }

  .profile__settings {
    padding: 0;
  }

  .aside {
    gap: 40px;
    margin: 0 15px 0 50px;
  }
}

@media (max-width: 1300px) {
  .partners__item,
  .partners__item:nth-child(5n),
  .partners__item:nth-child(4n) {
    margin: 0 calc((100% - 750px)/2) 30px 0;
  }

  .partners__item:nth-child(3n) {
    margin: 0 0 30px 0;
  }

  .schedule__stats-text {
    display: none;
  }

  .schedule__stats {
    width: 100px;
  }

  .schedule__team {
    width: calc((100% - 550px)/2);
  }

  .schedule__team-img {
    margin: 0 10px 0 0;
  }

  .schedule__team--right .schedule__team-img {
    margin: 0 0 0 10px;
  }

  .sort-header span:after {
    right: -16px;
  }

  .structure__list {
    padding: 20px 10px;
  }

  .structure__top {
    padding: 30px 40px;
  }

  .structure__top-name {
    font-size: 20px;
    line-height: 24px;
  }

  .bests {
    padding: 0 40px;
  }

  .structure__subtitle {
    padding: 0 40px;
  }

  .bests .structure__subtitle {
    margin: 0 0 20px 0;
  }

  .bests__text {
    margin: 0 15px;
  }

  .bests__name {
    font-size: 16px;
    line-height: 20px;
  }

  .structure__count--one {
    display: none;
  }

  .structure__event {
    margin: 3px 5px 3px 0;
  }

  .structure__unit--right .structure__event {
    margin: 3px 5px 3px 0;
  }

  .structure__name {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
  }

  .structure__position {
    font-size: 10px;
  }

  .vote__title {
    font-size: 22px;
    line-height: 28px;
    margin: 0 0 20px 0;
  }

  .vote__label,
  .vote__result {
    padding: 10px 14px;
    margin: 0 0 10px 0;
  }

  /* блок Достижения */
  .achievement__img {
    width: 140px;
    height: 160px;
  }

  .aside {
    gap: 35px;
    margin: 0 15px 0 40px;
  }

  .header__logo {
    max-width: 160px;
  }

  .content {
    flex-direction: column;
  }

  .main {
    padding: 0;
    width: 100%;
    margin: 0 auto;
  }

  .sidebar {
    order: -1;
    width: 100%;
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 30px;
    border-left: unset;
    min-height: unset;
  }

  .table__score {
    width: auto;
  }

  .hide-1300 {
    display: flex;
  }

  .show-1300 {
    display: none;
  }

  .profile-row .tabs__navigation {
    flex-direction: row;
  }

  .profile__wrap {
    flex-direction: row;
  }

  .profile__list--flex .profile__item {
    align-items: end;
    flex-direction: column;
  }

  .profile__list--flex .profile__unit {
    width: auto;
  }
}

@media (max-width: 1200px) {
  .container {
    padding: 0 30px 40px 30px;
  }

  .partners-slider__container {
    padding: 0 0 40px 0;
  }

  .footer__partner {
    display: none;
  }

  .head__body {
    padding: 20px 40px 20px 30px;
  }

  .head__content {
    padding: 0 30px;
  }

  .tabs__navigation {
    flex-wrap: nowrap;
  }

  .tabs--headers .tabs__navigation {
    gap: 30px;
  }

  .table__th {
    font-size: 14px;
    line-height: 20px;
    padding: 0 5px 15px;
  }

  .objects__img {
    display: none;
  }

  .objects__content {
    max-width: unset;
    width: 100%;
    margin: 0;
  }

  .list {
    gap: 40px;
  }

  .event__body {
    padding: 30px;
    gap: 25px;
  }

  .event__list {
    grid-template-columns: repeat(1,1fr);
  }

  .timetable__results-text {
    display: none;
  }

  .timetable__results {
    width: 70px;
  }

  .timetable__date {
    width: 116px;
  }

  .timetable__time {
    width: 80px;
  }

  .timetable__competition,
  .timetable__place {
    width: calc((100% - 306px)/2);
  }

  .match:after {
    width: 5px;
  }

  .match__content {
    padding: 30px;
  }

  .match__picture {
    width: 100px;
    height: 100px;
    padding: 5px;
  }

  .match__middle {
    height: 100px;
  }

  .match__team-name {
    font-size: 20px;
    line-height: 24px;
  }

  .match__team-additional {
    font-size: 16px;
    line-height: 20px;
  }

  .match__score-additional {
    font-size: 16px;
    line-height: 20px;
  }

  .match__tournament,
  .match__round {
    font-size: 16px;
    line-height: 20px;
  }

  .match__score-additional {
    margin: 0;
  }

  .filters--margin {
    margin: 0 0 20px 0;
  }

  .timeline__period {
    display: none;
  }

  .timeline__item {
    padding: 0 15px;
  }

  .timeline__name {
    font-size: 18px;
    line-height: 22px;
  }

  .timeline__additional {
    font-size: 14px;
    line-height: 18px;
  }

  .timeline__score {
    font-size: 20px;
    line-height: 24px;
    height: 30px;
  }

  .tabs__icon {
    width: 50px;
    height: 50px;
  }

  .achievement {
    gap: 25px;
  }

  .achievement__text {
    margin: 0 -70px 0 0;
  }

  .error__code {
    font-size: 170px;
    line-height: 150px;
  }
}

@media (max-width: 1150px) {
  .structure__container {
    flex-direction: column;
  }

  .structure--timeline .structure__container {
    flex-direction: row;
  }

  .structure__unit {
    width: 100%;
    margin: 0 0 20px 0;
  }

  .structure--timeline .structure__unit {
    margin: 0;
  }

  .structure__empty {
    display: none;
  }

  .structure__count--one {
    display: block;
  }

  .structure__item {
    min-height: unset;
    margin: 0 0 14px 0;
  }

  .table-protocol .table__cell {
    height: 50px;
  }

  .table-protocol .table__number {
    font-size: 14px;
  }

  .cups__subtitle {
    left: 55px;
  }

  .aside {
    gap: 25px;
    margin: 0 15px 0 30px;
  }
}

@media (min-width: 1100px) {
  .media__link:hover .media__hide {
    display: block;
    transition: 0.3s;
  }
}

@media (max-width: 1100px) {
  .media__main {
    padding: 5px;
  }

  .clubs__link {
    width: 100%;
  }

  .clubs__item,
  .clubs__item:nth-child(4n),
  .clubs__item:nth-child(3n) {
    width: calc((100% - 40px)/3);
    margin: 0 0 20px 0;
  }

  .clubs__item:nth-child(3n-1) {
    margin: 0 20px 20px 20px;
  }

  .clubs__title {
    font-size: 18px;
    line-height: 22px;
    height: 40px;
  }

  .units__link {
    width: 100%;
  }

  .units__item,
  .units__item:nth-child(4n),
  .units__item:nth-child(3n) {
    width: calc((100% - 40px)/3);
    margin: 0 0 20px 0;
  }

  .units__item:nth-child(3n-1) {
    margin: 0 20px 20px 20px;
  }

  .units__title {
    font-size: 18px;
    line-height: 22px;
  }

  .composition__item,
  .composition__item:nth-child(4n),
  .composition__item:nth-child(3n) {
    width: calc((100% - 40px)/3);
    margin: 0 0 20px 0;
  }

  .composition__item:nth-child(3n-1) {
    margin: 0 20px 20px 20px;
  }

  .achievement {
    gap: 20px;
    grid-template-columns: 1fr;
  }

  .cups {
    left: -20px;
  }

  .cups__subtitle {
    left: 50px;
  }

  .aside {
    gap: 20px;
    margin: 0 15px 0 20px;
  }

  .header__logo {
    max-width: 150px;
  }

  .error {
    gap: 45px;
  }

  .error__top {
    gap: 20px;
  }

  .error__code {
    font-size: 160px;
    line-height: 140px;
  }

  .error__title {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (min-width: 1000px) {
  .navigation__item:hover .submenu {
    display: flex;
    transition: 0.3s;
  }

  .navigation__link:hover .navigation__wrap {
    background-color: rgba(var(--white-opacity), 0.2);
    transition: 0.3s;
  }

  .submenu__link:hover {
    color: var(--azure);
    transition: 0.3s;
  }

  .numbers:hover .numbers__content {
    transition: 0.3s;
    display: flex;
  }

  .numbers:hover .numbers__slash {
    display: block;
    transition: 0.3s;
  }

  .numbers:hover .numbers__container {
    border: 2px solid var(--azure);
    background-color: var(--steelblue-2);
    color: var(--white);
    font-size: 12px;
    line-height: 24px;
    transition: 0.3s;
  }

  .members__link:hover .members__title {
    display: block;
    transition: 0.3s;
  }
}

@media (max-width: 1000px) {

  .main-wrapper {
    width: 100%;
  }

  /* Скрытие scrollbar */

  .scroll-hidden,
  .calendar__container {
    max-width: 100vw;
  }

  .partners-slider {
    max-width: 100%;
  }

  .content {
    padding: 30px 0;
  }

  .container {
    padding: 0 15px 30px 15px;
  }

  .sidebar {
    padding: 0 15px;
  }

  .partners-slider__container {
    padding: 0 0 30px 0;
  }

  .title {
    font-size: 22px;
    line-height: 26px;
    padding: 0 0 0 20px;
    margin: 0 0 30px 0;
  }

  .organization__title {
    font-size: 22px;
    line-height: 26px;
  }

  .list--has-pagination {
    margin: 0 0 30px 0;
  }

  .find__result {
    font-size: 20px;
    line-height: 24px;
  }

  .persons__head {
    margin: 0 0 30px;
  }

  .map__head {
    margin: 0 0 30px;
  }

  .title--no-circle {
    padding: 0;
  }

  .title__main {
    margin: 0 10px 0 0;
  }

  .title::after {
    width: 10px;
    height: 10px;
    margin-top: -4px;
  }

  .header {
    height: 70px;
    padding: 0 20px;
  }

  .aside {
    position: absolute;
    top: 70px;
    right: 0;
    width: 100vw;
    min-height: unset;
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    margin: 0;
  }

  .aside,
  .aside:after {
    display: none;
  }

  .aside.open {
    display: flex;
    padding: 10px 20px;
  }

  .login {
    order: 2;
    width: 100%;
    border-top: 1px solid rgba(var(--white-opacity), 0.3);
  }

  .navigation__wrap {
    position: relative;
    width: 35px;
    height: 35px;
  }

  .navigation__item.open .navigation__wrap {
    border-radius: 5px 5px 0 0;
    background-color: rgba(var(--white-opacity), 0.2);
    transition: 0.3s;
  }

  .navigation__item.open .navigation__wrap:before {
    content: '';
    width: 100%;
    height: 5px;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: rgba(var(--white-opacity), 0.2);
    transition: 0.3s;
  }

  .navigation__item {
    display: flex;
    gap: 5px;
    flex-direction: column;
    padding: 0;
  }

  .navigation {
    width: 100%;
  }

  .navigation__list {
    flex-direction: column;
  }

  .navigation__link {
    flex-direction: row;
    justify-content: start;
    gap: 10px;
  }

  .navigation__text {
    font-size: 18px;
    line-height: 20px;
    text-align: start;
  }

  .login {
    margin: 0;
  }

  .login__link {
    flex-direction: row;
    padding: 20px 0 10px;
  }

  .submenu {
    position: static;
    width: 100%;
    border-radius: 0 2px 2px 2px;
    background-color: rgba(var(--white-opacity), 0.20);
    padding: 0 0 0 35px;
  }

  .navigation__item .submenu.open {
    display: block;
  }

  .submenu__link {
    width: 100%;
    padding: 7px 10px;
    color: var(--white);
    font-size: 14px;
    line-height: 20px;
  }

  .submenu__item--active .submenu__link {
    color: var(--steelblue);
    transition: 0.3s;
  }

  .hamburger {
    flex-shrink: 0;
    display: flex;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    outline: none;
    justify-content: end;
    align-items: center;
  }

  .hamburger span {
    width: 20px;
    background-color: var(--white);
    height: 3px;
    display: block;
    position: relative;
    margin: 0 0 0 20px;
    transform: rotate(180deg);
    border-radius: 5px;
  }

  .hamburger span:after,
  .hamburger span:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    width: 30px;
    height: 3px;
    border-radius: 5px;
    background-color: var(--white);
  }

  .hamburger span:before {
    top: -7px;
  }

  .hamburger span:after {
    bottom: -7px;
  }

  .hamburger.open span {
    background: transparent;
  }

  .hamburger.open span:before,
  .hamburger.open span:after {
    transition-duration: 0.2s, 0.2s;
    transition-delay: 0.2s, 0s;
  }

  .hamburger.open span:before {
    transition-property: top, transform;
  }

  .hamburger.open span:after {
    transition-property: bottom, transform;
  }

  .hamburger.open span:before {
    top: 0;
    transform: rotate(45deg);
  }

  .hamburger.open span:after {
    bottom: 0;
    transform: rotate(-45deg);
  }

  .hamburger.open span:before,
  .hamburger.open span:after {
    transition-delay: 0s, 0.2s;
  }

  .footer {
    padding: 30px 15px;
  }

  .profile__head {
    margin: 0 0 30px 0;
  }

  .objects__item {
    margin: 0 20px 20px 0;
    padding: 20px 15px;
  }

  .objects__item:nth-child(2n) {
    margin: 0 0 20px 0;
  }

  .objects__title {
    font-size: 16px;
    line-height: 20px;
    height: 60px;
  }

  .objects__title,
  .objects__address {
    margin: 0 0 14px 0;
  }

  .objects__icon {
    margin: 0 10px 0 0;
  }

  .objects__link {
    font-size: 14px;
    line-height: 18px;
  }

  .faq__item {
    border-radius: 10px;
  }

  .faq__number {
    width: 24px;
    height: 24px;
    margin: 0 14px 0 0;
    font-size: 14px;
  }

  .faq__title {
    font-size: 16px;
    line-height: 20px;
  }

  .faq__top {
    padding: 10px 34px 10px 15px;
    min-height: 60px;
  }

  .faq__content {
    padding: 0 34px 20px 53px;
  }

  .faq__top:after {
    right: 14px;
    border: 7px solid transparent;
    border-top: 9px solid var(--blue);
  }

  .persons__head:after {
    border: 7px solid transparent;
    border-top: 9px solid var(--blue);
  }

  .map__head:after {
    border: 7px solid transparent;
    border-top: 9px solid var(--blue);
  }

  .collapse-active:after {
    border: 7px solid transparent;
    border-top: unset;
    border-bottom: 9px solid var(--blue);
  }

  .list {
    gap: 30px;
  }

  .cookie__container {
    flex-direction: column;
    padding: 30px 15px;
  }

  .cookie__text {
    line-height: 16px;
  }

  .result {
    gap: 30px;
  }

  .result__link {
    padding: 20px;
  }

  .achievement {
    gap: 40px;
  }

  .login__nav {
    position: static;
    width: auto;
    background-color: rgba(var(--white-opacity), 0.2);
    border-radius: 0 2px 2px 2px;
  }

  .login__nav-link {
    color: var(--white);
    line-height: 18px;
  }
}



