@media (max-width: 1300px) {
  /* -----------------------------------------------------MAIN BLOCK CIRCLE PHOTO COOPERATE */
  .main__block {
    min-height: 100vh;
  }
  .main__photo__block__cooperate {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    margin-top: var(--adapt--margin-block-minx2);
  }
  .main__photo__block__cooperate__second {
    margin: var(--adapt--margin-block-max) auto;
    margin-bottom: 0;
  }

  .wrapper__main__short__info__cooperate {
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: justify;
  }
  .main__short__info__cooperate {
    margin-top: var(--margin-text-maxx2);
    font-size: 26px;
    padding: 0 10px;
    width: 100%;
  }
  .btn__support {
    margin-top: var(--adapt--margin-block);
    margin: var(--adapt--margin-block) 0;
    margin-bottom: 0px;
  }

  .main__short__desc__cooperate {
    width: 100%;
    padding: 0 0;
    text-align: justify;
  }
  .main__block__short__desc__cooperate__section {
    width: 100%;
  }
  .wrapper__main__block__short__desc__cooperate__section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0px;
    margin-top: var(--adapt--margin-block);
    width: 100%;
  }
  .main__block__circle__photo__section {
    height: 100%;
    width: 50%;
    display: flex;
    justify-content: center;
    margin-top: 0px;
    margin-right: 0px;
    align-items: start;
  }
  .main__circle__photo {
    height: 37vw;
    width: 37vw;
    min-height: 350px;
    min-width: 350px;

    border-radius: 50%;
    background-color: #ffffff;
  }
  .img__circle__photo {
    height: inherit;
    width: inherit;
    min-height: 350px;
    min-width: 350px;
    object-fit: cover;
    border-radius: 50%;
  }

  .img__main__photo {
    font-family: fixelText-bold;
    font-size: 96px;
    color: #eaeaea;
  }
  /* -----------------------------------------------------MAIN BLOCK SHORT DESC */
  .short__desc__support__block {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: var(--adapt--margin-block-max) auto;
    margin-bottom: 0;

    width: var(--use-free-space);
  }
  .text__desc__support__block {
    width: 100%;
  }
  .text__desc__support__block > * {
    margin: 0 0;
    margin-bottom: 0;
  }
  .text__desc__support__block:first {
    margin: 0px;
  }
  .short__desc__support {
    font-size: 22px;
    margin: var(--margin-text-maxx2) 0;
    margin-bottom: 0;
  }
  .img__desc__wrapper__block {
    height: 40vw;
    width: calc(100% - 10px);
    border-radius: 45px;
    border: 4px solid #ffff3c;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 10px 10px 55px -20px #adadadd5;
  }
  .img__desc {
    height: 90%;
    width: 90%;
    background-color: #d9d9d9;
    border-radius: 45px;
  }
  /* -----------------------------------------------------TWO IMGS BLOCK */

  .support__imgs__block {
    height: 1400px;
    width: var(--use-free-space-feedback);
    /* background-color: #a8a8a8; */
    margin: 0px auto;
    margin-bottom: 0;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .support__img__wrapper {
    height: 100%;
    width: 70%;
    max-width: 550px;
    margin: var(--adapt--margin-block) 5%;
    margin-bottom: 0;

    border-radius: 45px;
    border: 2px solid #ffff3c;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .support__img__instance {
    height: 90%;
    width: 90%;
    background-color: #d9d9d9;
    border-radius: 45px;
  }
  /* -----------------------------------------------------OUR PURPOSES */
  .purpose__block {
    height: auto;
    width: var(--use-free-space);
    margin: var(--margin-block-max150) auto;
    margin-bottom: 0;
    position: relative;
  }
  .purpose__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }
  .purpose__wrapper::after {
    content: "";
    position: absolute;
    height: 120%;

    width: 50%;
    background-image: url("../figure/rectangle__our__purpose.png");
    background-repeat: no-repeat;
    background-position: center center;
    right: -100px;
    top: -10%;
  }
  .purpose__wrapper::before {
    content: "";
    position: absolute;
    height: 120%;
    width: 50%;
    background-image: url("../figure/rectangle__our__purpose.png");
    background-repeat: no-repeat;
    background-position: center center;
    left: -100px;
    transform: rotate(180deg);
    top: -10%;
  }
  .purpose__title {
  }
  .purpose__list__block {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .purpose__list__block > ul > li {
    margin-top: var(--margin-text-maxx2);
    font-size: 26px;
    position: relative;
    display: flex;
    margin-left: 20%;
    margin-right: 10%;
    font-size: 22px;
    color: #2479b5;
  }
  .purpose__list__block > ul {
  }
  .figure__decoration__our__purpose {
    position: absolute;
    height: 10%;
    top: 0;
    right: 0;
  }

  .inner__circle__our__purpose {
    height: 25px;
    min-width: 25px;
    background-color: #ebebeb;
    border-radius: 50%;
    position: relative;
  }

  .outer__circle__our__purpose {
    height: 35px;
    min-width: 35px;
    margin-top: -10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 3px solid #2479b550;
    margin-right: 20px;
    padding: 10px;
  }
  /* -----------------------------------------------------SLIDER COOPERATE */
  .slider__cooperate__block {
    height: 70vw;
    width: 90vw;
    border-radius: 45px;
    border: 3px solid rgb(246, 242, 51);
    margin: var(--margin-block-max150) auto;
    margin-bottom: 0;

    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .btn__slider__cooperate__next {
    height: 8vw;
    width: 8vw;
    position: absolute;
    z-index: 20;
    background-color: #ececec;
    right: -1vw;
    border-radius: 50%;
    border: 0;
    background-image: url(../icons/Vector-comment.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1.5vw;
  }
  .slider__wrapper {
    height: 90%;
    width: 90%;
    border-radius: 45px;
    background-color: #bababa;
  }
  .slider__img__block {
  }
  .slider__img__instanse {
  }
  /* -----------------------------------------------------QUOTE LIST */

  .quote__block {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    width: var(--use-free-space-feedback);
    margin: var(--adapt--margin-block-max) auto;
    margin-bottom: 0;
  }
  .quote__wrapper {
    height: 100%;
    width: 80%;
    background-color: #8db976;
  }
  .quote__title {
    padding: 0px;
  }
  .quote__list {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    hyphens: manual;
    margin-top: 0px;
  }
  .btn__support.quote__section {
    margin-top: var(--margin-block-max);
  }
  .quote__list > ul > li {
    margin-top: var(--margin-text-maxx2);
    font-size: 26px;
    padding: 0 10px;
    text-align: justify;
  }
  .quote__list > ul > li:first-child {
    margin-top: var(--margin-text-maxx2);
    text-align: center;
    padding: 0;
    text-align: justify;
    padding: 0 10px;
  }
  /* -----------------------------------------------------WIDE IMG PARTHNER */
  .wide__picture.wide__picture__parthner {
    margin-top: var(--margin-block);
  }

  /* -----------------------------------------------------STATISTIC BLOCK */
  .statistic__block {
    margin-top: var(--margin-block-max);
    min-height: 400px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 0px 55px -20px #adadadd5;
  }
  .statistic__block > * {
    margin-top: var(--margin-block);
    text-align: center;
    font-size: 30px;
  }
  .text__statistic {
    width: var(--use-free-space);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .indicators__statistic {
    display: flex;
    justify-content: center;
    align-items: start;
    background-color: #fff;
    width: var(--use-free-space);
    margin-bottom: var(--margin-block);
  }
  .indicators__statistic > * {
    width: 33%;
    height: 90%;
    color: #1c4e72;
  }
  .counts__statistic {
    font-size: 70px;
    font-family: fixelText-bold;
  }
  .desc__statistic {
    font-size: 24px;
    font-family: fixelText-light;
  }
  .img__icons__statistic {
    height: 50px;
  }
  /* -----------------------------------------------------WIDE PICTURE */
  .wide__picture {
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100vw;
    margin-top: var(--adapt--margin-block-max);
    border-radius: 45px;
  }

  .img__wide__picture {
    width: var(--use-free-space);
    background-color: #b7b7b7;
    object-fit: fill;
    border-radius: 45px;
  }
  /* -----------------------------------------------------LIST PURPOSES */
  .list__puproses {
    min-height: 600px;
    width: 100%;
    display: flex;
    justify-content: center;

    font-size: 30px;
  }
  .ul__purpose {
    width: 70%;
  }
  .li__purpose {
    margin: var(--margin-block) 0;
    margin-bottom: 0;

    position: relative;
    margin-left: 100px;
  }
  .li__purpose:last-child {
    margin-bottom: 0px;
  }
  .li__purpose:before {
    content: "";
    background-image: url(../icons/Switcher-purposes.svg);
    background-repeat: no-repeat;
    background-size: 50px 50px;
    background-position: center;
    height: 80px;
    width: 100px;
    position: absolute;
    left: -100px;
    top: -15px;
  }
  /* -----------------------------------------------------JOIN US BLOCK */
  .join__us__block {
    margin-top: var(--margin-block);
    min-height: 600px;
    width: 100%;
    background-color: #2479b5;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }

  .title__joining {
    display: flex;
    justify-content: center;
    width: var(--use-free-space);
    margin-top: var(--margin-block);
    font-size: 34px;
    font-family: fixelText-bold;
    color: white;
  }
  .separate__sections {
    display: flex;
    justify-content: center;
    width: var(--use-free-space);
    align-items: center;
  }
  .separate__sections > * {
    margin: 0 var(--adapt--margin-block-min);
  }
  .steps__to__join {
    width: 50%;
  }

  .steps__to__join > ul > * {
    margin: var(--margin-block) 0;
  }
  .btn__joining__block {
    height: 110px;
    width: 50%;
    max-width: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid rgb(199, 199, 199);
    border-radius: 200px;
    width: 40%;
  }
  .btn__join {
    height: 90px;
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    min-width: 300px;
    border-radius: 55px;
    border: 0px;
    font-size: 34px;
    font-family: fixelText-medium;
    color: #1c4e72;
    position: relative;
    cursor: pointer;
  }

  .ul__join {
    height: 100%;
    width: 100%;
    position: relative;
  }

  .li__join {
    display: flex;
    align-items: center;
    font-size: 26px;
    font-family: fixelText-medium;
    color: white;
  }

  .li__join > * {
    margin: 0px 15px;
  }

  .circle__join {
    display: flex;
    justify-content: center;
    align-items: center;

    min-height: 80px;
    min-width: 80px;
    border: 5px solid rgba(210, 210, 210, 0.595);
    background-color: #2479b5;
    border-radius: 50%;
    z-index: 25;
  }
  .inner__circle__join {
    display: flex;
    height: 60px;
    width: 60px;
    border: 5px solid #dadada;
    border-radius: 50%;
  }
  /* -----------------------------------------------------RESPONSE BLOCK */
  .feedback__block {
    min-height: 500px;
    height: auto;
    margin-top: var(--adapt--margin-block-min);
  }
  .feedback__tell__about {
    margin: var(--adapt--margin-block-max) auto;
    margin-bottom: 0;
    width: var(--adapt--mob--width);
  }
  .responses__block {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
  }
  .card__participate {
    border-radius: 35px;
    height: auto;
    width: 50%;
    max-width: 350px;
    min-width: 230px;
    padding: 10px;
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: var(--adapt--margin-block-min);
    margin-bottom: 0;
  }
  .img__participate__block {
    display: flex;
    justify-content: center;
    height: auto;
  }
  .img__participate {
    display: flex;
    justify-content: center;
    height: 45vw;
    width: 45vw;
    min-width: 200px;
    min-height: 200px;
    margin-top: 20px;
    max-width: 330px;
    max-height: 330px;
  }
  .short__desc__participate {
    font-size: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    font-family: fixelText-medium;
  }
  .comment__participate {
    height: auto;
    height: 200px;
    border-radius: 15px 15px;
    display: flex;
    align-items: start;
    justify-content: center;
    margin-top: var(--adapt--margin-block-min);
    overflow-y: scroll;
    background-color: #f5f2f2;
    width: 80%;
    position: relative;
  }
  .comment__instance {
    height: 80%;
    width: 97%;
    margin: auto 0;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .text__comment {
    display: block;
    padding: 0px;
    padding-top: 0;
    width: 100%;
    font-size: 28px;
    height: auto;
    margin-left: 20px;
    margin-right: 10px;
  }
  .feedback__nav {
    margin-top: var(--adapt--margin-block-min);
    display: flex;
    height: 100px;
    width: 100%;
    justify-content: end;
    margin-top: 0;
  }

  .nav__target__arrow__right {
    display: flex;
    justify-content: center;
    height: 80px;
    width: 80px;
    background-color: #ececec;
    border-radius: 50%;
    background-image: url("/icons/Vector-comment.svg");
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: center;
    margin-right: 35px;
    transform: translateX(0px);
    border: 0px solid;
  }

  .rb_1 {
    transform: matrix(55px);
  }

  /* -----------------------------------------------------LIST PARTHNERS */

  .text__parthners {
    margin-top: var(--adapt--margin-block);
  }
  .list__img__parthners {
    margin: var(--adapt--margin-block) 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 97%;
    max-width: 800px;
  }

  .logo__circle__parthner {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background-color: #f5f2f2;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .img__logo__parthner {
    height: 65px;
    width: 65px;
  }
  .parthner {
    margin: 20px;
  }
  footer {
    margin-top: var(--adapt--margin-block);
  }
}

/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */

@media (max-width: 720px) {
  .main__block {
    min-height: 100vh;
  }
  .main__photo__block__cooperate {
    height: auto;
    width: var(--adapt--mob--width);
    max-width: 1300px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: var(--adapt--margin-block-minx2);
  }
  .main__photo__block__cooperate__second {
    margin: var(--adapt--margin-block-max) auto;
    margin-bottom: 0;
  }

  .main__block__short__desc__cooperate__section {
    height: 100%;
    width: 50%;
    display: flex;
    justify-content: start;
    align-items: start;
  }
  .wrapper__main__short__info__cooperate {
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: justify;
  }
  .main__short__info__cooperate {
    margin-top: var(--margin-text-maxx2);
    font-size: 22px;
    padding: 0 10px;
    width: 100%;
  }
  .btn__support {
    height: 100px;
    max-width: 500px;
    width: 80%;
    min-width: 300px;
    border-radius: 65px;
    border: 3px solid #3095dd47;
    margin-top: var(--adapt--margin-block);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: var(--adapt--margin-block-min) 0;
    margin-bottom: 0px;
  }

  .btn__support__ref {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80%;
    width: 90%;
    background-color: #2479b5;
    border-radius: 55px;
    font-size: 20px;
    font-family: fixelText-medium;
    color: white;
  }
  .btn__support__ref:hover {
    cursor: pointer;
  }
  .main__short__desc__cooperate {
    width: 100%;
    padding: 0 0;
    text-align: justify;
  }
  .main__block__short__desc__cooperate__section {
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .wrapper__main__block__short__desc__cooperate__section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0px;
    margin-top: var(--adapt--margin-block);
    width: 100%;
  }
  .main__block__circle__photo__section {
    height: 100%;
    width: 50%;
    display: flex;
    justify-content: center;
    margin-top: 0px;
    margin-right: 0px;
    align-items: start;
  }
  .main__circle__photo {
    height: 37vw;
    width: 37vw;
    min-height: 350px;
    min-width: 350px;

    border-radius: 50%;
    background-color: #ffffff;
  }
  .img__circle__photo {
    height: inherit;
    width: inherit;
    min-height: 350px;
    min-width: 350px;
    object-fit: cover;
    border-radius: 50%;
  }

  .img__main__photo {
    font-family: fixelText-bold;
    font-size: 96px;
    color: #eaeaea;
  }
  /* -----------------------------------------------------MAIN BLOCK SHORT DESC */
  .short__desc__support__block {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: var(--adapt--margin-block-max) auto;
    margin-bottom: 0;
    text-align: justify;
    width: var(--adapt--mob--width);
  }
  .text__desc__support__block {
    width: 100%;
  }
  .text__desc__support__block > * {
    margin: 0 0;
    margin-bottom: 0;
  }
  .text__desc__support__block:first {
    margin: 0px;
  }
  .short__desc__support {
    font-size: 22px;
    margin: var(--margin-text-maxx2) 0;
    margin-bottom: 0;
  }
  .img__desc__wrapper__block {
    height: 40vw;
    width: calc(100% - 10px);
    border-radius: 45px;
    border: 4px solid #ffff3c;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 10px 10px 55px -20px #adadadd5;
  }
  .img__desc {
    height: 90%;
    width: 90%;
    background-color: #d9d9d9;
    border-radius: 45px;
  }
  /* -----------------------------------------------------TWO IMGS BLOCK */

  .support__imgs__block {
    height: 1100px;
    width: 90%;
    /* background-color: #a8a8a8; */
    margin: 0px auto;
    margin-bottom: 0;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .support__img__wrapper {
    height: 100%;
    width: 100%;
    max-width: 550px;
    margin: var(--adapt--margin-block) 5%;
    margin-bottom: 0;
    min-width: 300px;
    border-radius: 45px;
    border: 2px solid #ffff3c;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .support__img__instance {
    height: 93%;
    width: 93%;
    background-color: #d9d9d9;
    border-radius: 45px;
  }
  /* -----------------------------------------------------OUR PURPOSES */
  .purpose__block {
    height: auto;
    width: 100%;
    margin: var(--margin-block-max150) auto;
    margin-bottom: 0;
    position: relative;
  }
  .purpose__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
  }
  .purpose__wrapper::after {
    content: "";
    position: absolute;
    height: 120%;

    width: 50%;
    background-image: url("../figure/rectangle__our__purpose.png");
    background-repeat: no-repeat;
    background-position: center center;
    right: -100px;
    top: -10%;
    overflow-x: hidden;
  }
  .purpose__wrapper::before {
    content: "";
    position: absolute;
    height: 120%;
    width: 50%;
    background-image: url("../figure/rectangle__our__purpose.png");
    background-repeat: no-repeat;
    background-position: center center;
    left: -100px;
    transform: rotate(180deg);
    top: -10%;
    overflow-x: hidden;
  }
  .purpose__title {
  }
  .purpose__list__block {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .purpose__list__block > ul > li {
    margin-top: var(--margin-text-maxx2);
    font-size: 22px;
    position: relative;
    display: flex;
    margin-left: 20%;
    margin-right: 10%;
    font-size: 22px;
    color: #2479b5;
  }
  .purpose__list__block > ul {
  }
  .figure__decoration__our__purpose {
    position: absolute;
    height: 10%;
    top: 0;
    right: 0;
  }

  .inner__circle__our__purpose {
    height: 25px;
    min-width: 25px;
    background-color: #ebebeb;
    border-radius: 50%;
    position: relative;
  }

  .outer__circle__our__purpose {
    height: 35px;
    min-width: 35px;
    margin-top: -10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 3px solid #2479b550;
    margin-right: 20px;
    padding: 10px;
  }
  /* -----------------------------------------------------SLIDER COOPERATE */
  .slider__cooperate__block {
    height: 80vw;
    width: 95vw;
    border-radius: 45px;
    border: 3px solid rgb(246, 242, 51);
    margin: var(--margin-block-max150) auto;
    margin-bottom: 0;

    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .btn__slider__cooperate__next {
    height: 12vw;
    width: 12vw;
    position: absolute;
    z-index: 20;
    background-color: #ececec;
    right: -1vw;
    border-radius: 50%;
    border: 0;
    background-image: url(../icons/Vector-comment.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 2vw;
  }
  .slider__wrapper {
    height: 95%;
    width: 95%;
    border-radius: 45px;
    background-color: #bababa;
  }
  .slider__img__block {
  }
  .slider__img__instanse {
  }
  /* -----------------------------------------------------QUOTE LIST */

  .quote__block {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
    width: var(--adapt--mob--width);
    margin: var(--adapt--margin-block-max) auto;
    margin-bottom: 0;
  }
  .quote__wrapper {
    height: 100%;
    width: 80%;
    background-color: #8db976;
  }
  .quote__title {
    padding: 0px;
  }
  .quote__list {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    hyphens: manual;
    margin-top: 0px;
  }
  .btn__support.quote__section {
    margin-top: var(--adapt--margin-block);
  }
  .quote__list > ul > li {
    margin-top: var(--margin-text-maxx2);
    font-size: 22px;
    padding: 0 10px;
    text-align: justify;
  }
  .quote__list > ul > li:first-child {
    margin-top: var(--margin-text-maxx2);
    text-align: center;
    padding: 0;
    text-align: justify;
    padding: 0 10px;
  }
  /* -----------------------------------------------------WIDE IMG PARTHNER */
  .wide__picture.wide__picture__parthner {
    margin-top: var(--margin-block);
  }

  /* -----------------------------------------------------STATISTIC BLOCK */
  .statistic__block {
    margin-top: var(--margin-block-max);
    min-height: 400px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 0px 55px -20px #adadadd5;
  }
  .statistic__block > * {
    margin-top: var(--margin-block);
    text-align: center;
    font-size: 30px;
  }
  .text__statistic {
    width: var(--use-free-space);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .indicators__statistic {
    display: flex;
    justify-content: center;
    align-items: start;
    background-color: #fff;
    width: var(--use-free-space);
    margin-bottom: var(--margin-block);
  }
  .indicators__statistic > * {
    width: 33%;
    height: 90%;
    color: #1c4e72;
  }
  .counts__statistic {
    font-size: 70px;
    font-family: fixelText-bold;
  }
  .desc__statistic {
    font-size: 24px;
    font-family: fixelText-light;
  }
  .img__icons__statistic {
    height: 50px;
  }
  /* -----------------------------------------------------WIDE PICTURE */
  .wide__picture {
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
    margin-top: var(--adapt--margin-block-max);
    border-radius: 45px;
  }

  .img__wide__picture {
    width: var(--adapt--mob--width);
    background-color: #b7b7b7;
    object-fit: fill;
    border-radius: 45px;
  }
  /* -----------------------------------------------------LIST PURPOSES */
  .list__puproses {
    min-height: 600px;
    width: 100%;
    display: flex;
    justify-content: center;

    font-size: 30px;
  }
  .ul__purpose {
    width: 70%;
  }
  .li__purpose {
    margin: var(--margin-block) 0;
    margin-bottom: 0;

    position: relative;
    margin-left: 100px;
  }
  .li__purpose:last-child {
    margin-bottom: 0px;
  }
  .li__purpose:before {
    content: "";
    background-image: url(../icons/Switcher-purposes.svg);
    background-repeat: no-repeat;
    background-size: 50px 50px;
    background-position: center;
    height: 80px;
    width: 100px;
    position: absolute;
    left: -100px;
    top: -15px;
  }

  /* -----------------------------------------------------RESPONSE BLOCK */
  .feedback__block {
    min-height: 500px;
    height: auto;
    margin-top: var(--adapt--margin-block-min);
  }
  .responses__block {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
  }
  .card__participate {
    padding: 10px;
    background-color: #f5f5f5;

    margin-top: var(--adapt--margin-block-min);
    margin-bottom: 0;
  }

  .img__participate {
    display: flex;
    justify-content: center;
    height: 45vw;
    width: 45vw;
  }
  .short__desc__participate {
    font-size: 20px;
    font-family: fixelText-medium;
  }
  .comment__participate {
    height: 200px;
    border-radius: 15px 15px;
    display: flex;
    align-items: start;
    justify-content: center;
    margin-top: var(--adapt--margin-block-min);
    overflow-y: scroll;
    width: var(--adapt--mob--width);
  }
  .text__comment {
    display: block;
    padding: 5px;
    padding-top: 0;
    width: 90%;
    font-size: 22px;
    margin-left: 10px;
    margin-right: 5px;
  }

  .feedback__nav {
    margin-top: var(--adapt--margin-block-min);
    display: flex;
    height: 100px;
    width: 100%;
    justify-content: end;
    margin-top: 0;
  }

  .nav__target__arrow__right {
    display: flex;
    justify-content: center;
    height: 60px;
    width: 60px;
    background-color: #ececec;
    border-radius: 50%;
    background-image: url("/icons/Vector-comment.svg");
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center;
    margin-right: 35px;
    transform: translateX(0px);
    border: 0px solid;
  }

  .rb_1 {
    transform: matrix(55px);
  }
  /* -----------------------------------------------------LIST PARTHNERS */
  .text__parthners {
    margin-top: var(--adapt--margin-block);
  }
  .list__img__parthners {
    margin: var(--adapt--margin-block-min) 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 97%;
    max-width: 800px;
  }

  .logo__circle__parthner {
    height: 90px;
    width: 90px;
    border-radius: 50%;
    background-color: #f5f2f2;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .img__logo__parthner {
    height: 60px;
    width: 60px;
  }
  .parthner {
    margin: 13px;
  }
  footer {
    margin-top: var(--adapt--margin-block);
  }
}
