@media (max-width: 767px) {
    body {
        font-size: 16px;
    }

    .page {
        min-height: auto;
    }

    header {
   		padding: 0 16px;
    }
    .nav__wrapper {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 85px;
        left: 0;
        width: 100%;
        height: calc(100vh - 85px);
        background: #f5f5f5;
        transition: all .3s cubic-bezier(.17,.67,1,1);
        transform: translateX(-100%);
    }
    .nav__wrapper.active {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
    }
    .menu__btn {
        display: block;
    }
    .main__nav {
    	position: relative;
        top: 0;
        left: 0;
        transform: translate(0, 0);
        padding: 40px;
        justify-content: space-between;
    }
    .main__nav ul {
        flex-direction: column;
        align-items: flex-start;
        font-size: 18px;
    }
    .main__nav .sub-menu {
        position: relative;
        background: none;
        box-shadow: none;
        padding-left: 16px;
        top: auto !important;
        left: auto !important;
        padding: 0;
        width: 100%;
        max-height: 0;
    }
    .main__nav li:hover .sub-menu {
        max-height: 400px;
        padding: 16px 0 0 16px;
        opacity: 1;
        visibility: visible;
    }
    .main__nav .sub-menu li .sub-menu {
        padding: 0 0 8px 0;
    }
    .nav__right {
    	position: absolute;
        bottom: 80px;
        left: 50%;
        transform: translateX(-50%);
    }

    .section__title {
        font-size: 32px;
    }
    .btn__readmore {
        font-size: 16px;
    }

    .big__slider-img {
        width: 100%;
        height: 100%;
    }
    .big__slider-info {
    	width: 90%;
    }
    .big__slider-info h2 {
	    font-size: 48px;
	}
    .big__slider-info p {
	    font-size: 18px;
	}
    .big__slider .prev__btn,
    .big__slider .next__btn {
        bottom: 0;
        width: 40px;
        height: 40px;
    }

    .mission__item {
        width: 100%;
    }
    .mission__item:after {
        padding-top: 60%;
    }
    .mission__item h2 {
        font-size: 24px;
    }
    .mission__item p {
        font-size: 16px;
    }

    .home__about-img {
        width: 100%;
    }
    .home__about-info {
        width: 100%;
    }
    .home__about h2 {
        font-size: 32px;
    }
    .home__about p {
        font-size: 16px;
    }

    .home__events {
        overflow-x: hidden;
    }
    .home__events-title {
        margin: 24px;
    }
    .list__view-wrapper {
        padding: 0;
    }
    .list__item {
        gap: 16px;
        padding: 24px;
        flex-wrap: wrap;
    }
    .list__item .btn__readmore {
        display: none;
    }
    .list__item-data {
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .list__item-data > div {
        width: 40%;
    }
    .list__item-location {
        text-align: right;
        width: 60%;
    }
    .list__item-title {
        font-size: 32px;
    }
    .list__item-img {
        display: none;
    }
    .list__item-desc {
        font-size: 16px;
    }

    .home__parade {
        height: 400px;
    }
    .home__parade a:before {
        background: rgba(0, 0, 0, 0.5);
    }
    .home__parade-info {
        padding: 40px;
    }
    .home__parade h3 {
        font-size: 32px;
    }

    /*  about  */
    .about__intro {
        height: auto;
        min-height: 100vh;
    }
    .about__image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .about__info {
        position: relative;
        right: auto;
        bottom: auto;
    }
    .about__info h1 {
        font-size: 40px;
    }
    .program__item {
        flex-wrap: wrap;
    }
    .program-img {
        width: 100%;
    }
    .program__item .program-img {
        order: 2;
    }
    .program-info {
        width: 100%;
    }
    .program-info:after {
        display: none;
    }
    .program-txt {
        position: relative;
        top: auto;
        left: auto;
        transform: translate(0, 0);
    }
    .program__item h2 {
        font-size: 32px;
    }

    .partners {
        margin: 40px;
        padding: 0;
    }
    .prev__btn {
        left: 0;
    }
    .next__btn {
        right: 0;
    }

    /*  Pride  */
    .prideweek {
        margin-bottom: 0;
    }
    .prideweek__flag {
        
    }
    .progressive__flag {
        display: none;
    }
    .progressive__flag-mobile {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
    .prideweek__info {
        width: 100%;
        padding: 40px;
    }
    .prideweek__info h1 {
        font-size: 40px;
    }
    .prideweek__date {
        font-size: 16px;
    }
    .prideweek__desc {
        
    }
    .prideweek__desc p {
        font-size: 16px;
    }
    .single__pride-data {
        flex-direction: column;
        gap: 8px;
    }
    .pastpride__sidebar {
        width: 100%;
        padding: 0 40px;
    }
    .pastpride__item {
        padding: 16px;
    }
    .pastpride__title {
        font-size: 16px;
    }
    .pastpride__slogan {
        font-size: 24px;
    }
    .pastpride__content {
        width: 100%;
        padding: 40px;
    }

    .page__title {
        font-size: 40px;
        margin: 40px !important;
    }

    /*  workshops  */
    .workshop__item {
        flex-wrap: wrap;
    }
    .workshop__img {
        width: 100%;
        height: 320px;
    }
    .workshop__info {
        width: 100%;
    }
    .workshop__info h2 {
        font-size: 32px;
    }
    .workshop__desc {
        font-size: 16px;
    }
    .workshop__shape {
        display: none;
    }

    .events__shape {
        display: none;
    }

    /*  publications  */
    .publication__item {
        width: 50%;
    }
    .publication__item:before {
        display: none;
    }
    .publication__item-inner {
        position: relative;
        flex-wrap: wrap;
    }
    .publication__item-img {
        width: 100%;
        height: 320px;
    }
    .publication__item-info {
        width: 100%;
        padding: 16px;
    }
    .publication__item-title {
        font-size: 24px;
    } 
    .publication__item-download {
        flex-wrap: wrap;
        gap: 8px;
    }
    .publication__item-download a {
        width: 100%;
    }
    .news__shape {
        display: none;
    }

    /*  support  */
    .support__shape {
        display: none;
    }
    .support__content {
        width: 100%;
        margin-left: auto;
        padding: 0 0 40px;
    }
    .support__desc,
    .support__form {
        padding: 0 40px;
    }

    /*  news  */
    .media__item {
        width: 100%;
        text-decoration: none;
    }
    .media__item:before {
        display: none;
    }
    .media__item-inner {
        position: relative;
    }
    .media__item-date {
        font-size: 14px;
    }
    .media__item-title {
        font-size: 24px;
    }

    /*  single page  */
    .single__shape {
        display: none;
    }
    .single__page-wrapper {
        width: 100%;
        padding: 40px;
    }
    .single__page-title {
        padding: 0;
    }
    .single__page-title h1 {
        font-size: 40px;
    }
    .single__page-content {
        padding: 0;
    }

    .single__pagination-info {
        padding: 16px;
    }
    .single__pagination-btn h3 {
        font-size: 18px;
    }

    .donate__info {
        padding: 40px;
    }
    .donate__info p {
        font-size: 16px;
    }
    .donate__info a {
        font-size: 16px;
    }

    footer {
        padding: 40px;
    }
    .footer__content {
        flex-wrap: wrap;
    }
    .footer__info {
        width: 100%;
        margin-bottom: 40px;
    }
    .footer__links {
        width: 100%;
    }
    .footer__links ul {
        justify-content: flex-start;
    }
    .footer__links li {
        width: auto;
        text-align: left;
        white-space: normal;
    }
}

@media (min-width: 768px) and (max-width: 1279px) {
   body {
        font-size: 16px;
    }

    header {
        padding: 0 16px;
    }
    .nav__wrapper {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 85px;
        left: 0;
        width: 100%;
        height: calc(100vh - 85px);
        background: #f5f5f5;
        transition: all .3s cubic-bezier(.17,.67,1,1);
        transform: translateX(-100%);
    }
    .nav__wrapper.active {
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
    }
    .menu__btn {
        display: block;
    }
    .main__nav {
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0, 0);
        padding: 40px;
        justify-content: space-between;
    }
    .main__nav ul {
        flex-direction: column;
        align-items: flex-start;
        font-size: 18px;
    }
    .main__nav .sub-menu {
        position: relative;
        background: none;
        box-shadow: none;
        padding-left: 16px;
        top: auto !important;
        left: auto !important;
        padding: 0;
        width: 100%;
        max-height: 0;
    }
    .main__nav li:hover .sub-menu {
        max-height: 400px;
        padding: 16px 0 0 16px;
        opacity: 1;
        visibility: visible;
    }
    .main__nav .sub-menu li .sub-menu {
        padding: 0 0 8px 0;
    }
    .nav__right {
        position: absolute;
        bottom: 80px;
        left: 50%;
        transform: translateX(-50%);
    }

    .section__title {
        font-size: 32px;
    }
    .btn__readmore {
        font-size: 16px;
    }

    .big__slider-info {
        width: 90%;
    }
    .big__slider-info h2 {
        font-size: 48px;
    }
    .big__slider-info p {
        font-size: 18px;
    }

    .mission__item {
        width: 33.333%;
    }
    .mission__item:after {
        padding-top: 150%;
    }
    .mission__item h2 {
        font-size: 24px;
    }
    .mission__item p {
        font-size: 16px;
    }

    .home__about-img {
        width: 50%;
    }
    .home__about-info {
        width: 50%;
    }
    .home__about h2 {
        font-size: 24px;
    }
    .home__about p {
        font-size: 16px;
    }

    .home__events {
        overflow-x: hidden;
    }
    .home__events-title {
        margin: 24px;
    }
    .list__view-wrapper {
        padding: 0;
    }
    .list__item {
        gap: 16px;
        padding: 24px;
        flex-wrap: wrap;
    }
    .list__item .btn__readmore {
        display: none;
    }
    .list__item-data {
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .list__item-data > div {
        width: 40%;
    }
    .list__item-location {
        text-align: right;
        width: 60%;
    }
    .list__item-title {
        font-size: 32px;
    }
    .list__item-img {
        display: none;
    }
    .list__item-desc {
        font-size: 16px;
    }

    .home__parade {
        height: 400px;
    }
    .home__parade a:before {
        background: rgba(0, 0, 0, 0.5);
    }
    .home__parade-info {
        padding: 40px;
    }
    .home__parade h3 {
        font-size: 32px;
    }

    /*  about  */
    .about__intro {
        height: auto;
        min-height: 100vh;
    }
    .about__image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .about__info {
        position: relative;
        right: auto;
        bottom: auto;
    }
    .about__info h1 {
        font-size: 40px;
    }
    .program__item {
        flex-wrap: wrap;
    }
    .program-img {
        width: 100%;
    }
    .program__item .program-img {
        order: 2;
    }
    .program-info {
        width: 100%;
    }
    .program-info:after {
        display: none;
    }
    .program-txt {
        position: relative;
        top: auto;
        left: auto;
        transform: translate(0, 0);
    }
    .program__item h2 {
        font-size: 32px;
    }

    .partners {
        margin: 40px;
        padding: 0;
    }
    .prev__btn {
        left: -24px;
    }
    .next__btn {
        right: -24px;
    }

    /*  Pride  */
    .prideweek {
        margin-bottom: 0;
    }
    .progressive__flag {
        display: none;
    }
    .progressive__flag-mobile {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
    .prideweek__info {
        width: 100%;
        padding: 40px;
    }
    .prideweek__info-inner:before {
        display: none;
    }
    .prideweek__info h1 {
        font-size: 40px;
    }
    .prideweek__date {
        font-size: 16px;
    }
    .prideweek__desc {
        
    }
    .prideweek__desc p {
        font-size: 16px;
    }
    .single__pride-data {
        flex-direction: column;
        gap: 8px;
    }
    .pastpride__sidebar {
        width: 100%;
        padding: 0 40px;
    }
    .pastpride__item {
        padding: 16px;
    }
    .pastpride__title {
        font-size: 16px;
    }
    .pastpride__slogan {
        font-size: 24px;
    }
    .pastpride__content {
        width: 100%;
        padding: 40px;
    }

    

    .page__title {
        font-size: 40px;
        margin: 40px;
    }

    /*  workshops  */
    .workshop__item {
        flex-wrap: wrap;
    }
    .workshop__img {
        width: 100%;
        height: 320px;
    }
    .workshop__info {
        width: 100%;
    }
    .workshop__info h2 {
        font-size: 32px;
    }
    .workshop__desc {
        font-size: 16px;
    }
    .workshop__shape {
        display: none;
    }

    .events__shape {
        display: none;
    }

    /*  publications  */
    .publication__item {
        width: 50%;
    }
    .publication__item:before {
        display: none;
    }
    .publication__item-inner {
        position: relative;
        flex-wrap: wrap;
    }
    .publication__item-img {
        width: 100%;
        height: 320px;
    }
    .publication__item-info {
        width: 100%;
        padding: 16px;
    }
    .publication__item-title {
        font-size: 24px;
    } 
    .publication__item-download {
        flex-wrap: wrap;
        gap: 8px;
    }
    .publication__item-download a {
        width: 100%;
    }
    .news__shape {
        display: none;
    }

    /*  support  */
    .support__shape {
        display: none;
    }
    .support__content {
        width: 100%;
        margin-left: auto;
        padding: 0 0 40px;
    }
    .support__desc,
    .support__form {
        padding: 0 40px;
    }

    /*  news  */
    .media__item {
        width: 50%;
        text-decoration: none;
    }
    .media__item:before {
        display: none;
    }
    .media__item-inner {
        position: relative;
    }
    .media__item-date {
        font-size: 14px;
    }
    .media__item-title {
        font-size: 24px;
    }

    /*  single page  */
    .single__shape {
        display: none;
    }
    .single__page-wrapper {
        width: 100%;
        padding: 40px;
    }
    .single__page-title {
        padding: 0;
    }
    .single__page-title h1 {
        font-size: 40px;
    }
    .single__page-content {
        padding: 0;
    }

    .single__pagination-info {
        padding: 16px;
    }
    .single__pagination-btn h3 {
        font-size: 18px;
    }

    .donate__info {
        padding: 40px;
    }
    .donate__info p {
        font-size: 16px;
    }
    .donate__info a {
        font-size: 16px;
    }

    footer {
        padding: 40px;
    }
    .footer__content {
        flex-wrap: wrap;
    }
    .footer__info {
        width: 100%;
        margin-bottom: 40px;
    }
    .footer__links {
        width: 100%;
    }
    .footer__links ul {
        margin: 0;
        justify-content: flex-start;
    }
    .footer__links li {
        width: auto;
        text-align: left;
        white-space: normal;
    }
}

@media (min-width: 1280px) and (max-width: 1440px) {
    .big__slider-info h2 {
        font-size: 64px;
    }
    .big__slider-info p {
        font-size: 24px;
    }
    .mission__item h2 {
        font-size: 40px;
    }
    .mission__item p {
        font-size: 18px;
    }
    .home__about h2 {
        font-size: 40px;
    }
    .home__about p {
        font-size: 18px;
    }
    .home__events {
        overflow-x: hidden;
    }
    .list__item-title {
        font-size: 32px;
    }
    .list__item-img {
        width: 320px;
        height: 220px;
    }

    .about__info h1 {
        font-size: 40px;
    }
    .about__desc p {
        font-size: 16px;
    }
    .program__item h2 {
        font-size: 32px;
    }

    .prideweek__info h1 {
        font-size: 40px;
    }
    .prideweek__date {
        font-size: 18px;
    }
    .prideweek__desc p {
        font-size: 18px;
    }

    .single__pride-data {
        flex-direction: column;
        gap: 8px;
    }

    .workshop__img {
        height: 320px;
    }
    .workshop__info h2 {
        font-size: 32px;
    }

    .single__page-title h1 {
        font-size: 40px;
    }

    .publication__item {
        width: 50%;
    }
    .publication__item-title {
        font-size: 24px;
    }
    .publication__item-download {
        flex-wrap: wrap;
        gap: 8px;
    }
    .publication__item-download a {
        width: 100%;
    }

    .media__item {
        width: 50%;
    }
}
@media (min-width: 1441px) and (max-width: 1500px) {
    .publication__item {
        width: 50%;
    }
    .publication__item-download {
        flex-wrap: wrap;
        gap: 8px;
    }
    .publication__item-download a {
        width: 100%;
    }
}
@media (min-width: 1441px) and (max-width: 1920px) {
    .media__item {
        width: 33.333%;
    }
    .publication__item-title {
        font-size: 24px;
    }
    .publication__item-download {
        flex-wrap: wrap;
        gap: 8px;
    }
    .publication__item-download a {
        width: 100%;
    }
}






