@charset "utf-8";
@media only screen and (max-width: 1170px) {
  .container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 980px) {
  .physical_donation .feedback_form .buttons .range_slider {
    margin-bottom: 20px;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .slider_centr_wrapper .slider_centr:before,
  .slider_centr_wrapper .slider_centr:after {
    display: none;
  }
  .feedback_form .item {
    width: 50%;
  }
  #program_request .request .image {
    padding-top: 20px;
  }
  #program_request .request .image .items {
    display: block;
  }
  #program_request .request .image .items .item_wrapper {
    display: block;
  }
  #program_request .request .image .items .item_wrapper .item {
    display: block;
  }
  #program_request .request .image .range_slider {
    padding-top: 0;
  }
}
@media only screen and (max-width: 600px) {
  .big_links {
    font-size: 24px;
  }
  .flex_2 {
    display: block;
  }
  .flex_2 .item {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .mobile_nav {
    display: block;
    cursor: pointer;
    text-align: right;
    z-index: 3000;
  }
  .mobile_nav .mobile_toggle {
    margin-top: 25px;
    padding: 5px;
    width: 30px;
    display: inline-block;
  }
  .mobile_nav .mobile_toggle span {
    position: relative;
    margin: 3px 0;
    display: block;
    background-color: #000;
    height: 3px;
  }
  .mobile_nav .mobile_toggle span:before,
  .mobile_nav .mobile_toggle span:after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #000;
    content: "";
  }
  .mobile_nav .mobile_toggle span:before {
    top: -9px;
  }
  .mobile_nav .mobile_toggle span:after {
    bottom: -9px;
  }
  .mobile_nav .mobile_toggle.active span {
    background: none;
  }
  .mobile_nav .mobile_toggle.active span:before,
  .mobile_nav .mobile_toggle.active span:after {
    background-color: #fff;
  }
  .mobile_nav .mobile_toggle.active span:before {
    top: 0;
    transform: rotate(45deg);
  }
  .mobile_nav .mobile_toggle.active span:after {
    bottom: 0;
    transform: rotate(-45deg);
  }
  #header .row .menu {
    padding-top: 80px;
    width: 50%;
    min-height: 100%;
    box-sizing: border-box;
  }
  .header .help {
    font-size: 0;
  }
  .header .menu {
    display: none;
  }
  .header .menu.active {
    position: absolute;
    z-index: 1000;
    top: 0;
    right: 0;
    display: block;
    background-color: #7B46D9;
  }
  .header .menu > li {
    position: static;
    padding: 15px 0 15px 0;
    display: block;
    text-align: right;
  }
  .header .menu > li:first-child {
    text-align: right;
  }
  .header .menu > li a {
    padding: 10px 20px 10px 0;
    display: block;
    color: #fff;
    text-transform: uppercase;
  }
  .header .menu > li:hover .submenu {
    display: none;
  }
  .header .menu > li.active .submenu {
    position: absolute;
    top: 0;
    right: 100%;
    padding-top: 80px;
    display: block;
    width: 100%;
    min-height: 100%;
    box-sizing: border-box;
    background-color: #FF81FF;
  }
  .header .menu > li.active .submenu li {
    background-color: #FF81FF;
    text-align: right;
  }
  #footer {
    padding: 40px 0;
  }
  #footer .row {
    display: block;
  }
  #footer .row .copyrights {
    width: auto;
  }
  #footer .row .copyrights .logo {
    margin: 0 auto 30px auto;
  }
  #footer .row .copyrights a {
    display: none;
  }
  #footer .row .info {
    width: auto;
  }
  .button.big {
    font-size: 24px;
  }
  .container.program .row {
    display: block;
  }
  .container.program .row .program_slider {
    width: auto;
  }
  .container.program .row .description {
    padding-left: 0;
    width: auto;
  }
  .container.program .feedback_form {
    /*.buttons {
        text-align: center;

        .button {
          margin: 0 15px;
        }
      }*/
  }
  .container.program .feedback_form .item {
    width: 100%;
  }
  .slider_projects li.slide .award_description .title {
    font-size: 24px;
  }
  .news_block {
    padding-bottom: 20px;
    display: block;
  }
  .news_block .item {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .button.big {
    font-size: 20px;
  }
  .text h2,
  .h2 {
    font-size: 32px;
  }
  .text h3,
  .h3 {
    font-size: 24px;
  }
  .feedback_form .item {
    width: 100%;
  }
}

@charset "utf-8";
@media only screen and (max-width: 1128px) {
  .event_calendar .container .row .calendar_next {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .event_calendar .container .row .calendar_prev {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .event_calendar .container .row {
    flex-direction: column-reverse;
  }
  .event_calendar .container .row .event {
    margin-top: 20px;
    width: 100%;
  }
  .event_calendar .container .row .calendar {
    margin: 0 auto;
  }
}

@charset "utf-8";
@media only screen and (max-width: 1024px) {
  #main_schools #school-list .filler {
    width: calc(100% / 2 - 16px);
  }
  #main_schools #school-list .item {
    width: calc(100% / 2 - 16px);
  }
}
@media only screen and (max-width: 768px) {
  #main_how .groups {
    flex-wrap: wrap;
  }
  #main_how .groups .item {
    margin-bottom: 32px;
    width: 100%;
  }
  #main_how .groups .item:last-child {
    margin-bottom: 0;
  }
  #main_how .bullets {
    flex-wrap: wrap;
  }
  #main_how .bullets .item {
    margin-bottom: 24px;
    width: 100%;
  }
  #main_how .bullets .item:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 600px) {
  #main_schools #school-list .filler {
    display: none;
  }
  #main_schools #school-list .item {
    width: 100%;
  }
  #main_join .actions {
    flex-direction: column;
    row-gap: 24px;
  }
}

@charset "utf-8";
@media only screen and (max-width: 600px) {
  #rating-wrapper .search-form .filter-block {
    flex-wrap: wrap;
  }
  #rating-wrapper .search-form .filter-block .search-text {
    margin-right: 0;
    margin-bottom: 16px;
    width: 100%;
  }
  #rating-wrapper .search-form .filter-block .search-text input {
    box-sizing: border-box;
    width: 100%;
  }
  #rating-wrapper .search-form .filter-block .search-combobox {
    box-sizing: border-box;
    width: 100%;
  }
}

@charset "utf-8";
@media only screen and (max-width: 980px) {
  #school-list-wrapper .school-list .filler {
    display: block;
    width: calc(100% / 2 - 16px);
  }
  #school-list-wrapper .school-list .item {
    display: block;
    width: calc(100% / 2 - 16px);
  }
}
@media only screen and (max-width: 600px) {
  #school-list-wrapper .school-list .filler {
    display: none;
  }
  #school-list-wrapper .school-list .item {
    display: block;
    width: 100%;
  }
}

/*# sourceMappingURL=media.css.map */
