@media screen and (max-width: 1400px) {
  /* Page name | .block-class-name */
}

@media screen and (max-width: 1260px) {
  /* .main */

  .main {
    padding-top: 50px;
  }

  .main img {
    position: relative;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 300px;
    margin-bottom: -30px;
  }

  .main .button {
    display: flex;
    margin: 40px auto 0 auto;
  }

  /* .double-col */

  .double-col {
    margin: 90px 0;
  }

  .double-col.-small-margin {
    margin: 60px 0;
  }

  /* .yellow-section */

  .yellow-section {
    margin: 120px 0;
  }

/* Purchases slider */

  .current-purchases__title::after {
    display: none;
  }

}

@media screen and (max-width: 1024px) {
  /* .main */

  .main {
    padding-top: 0;
  }

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

  .main img {
    width: calc(100% - 74px);
    margin-bottom: -40px;
    margin-left: 20px;
  }

  /* .double-col */

  .person-img {
    width: 200px;
    margin-left: 20px;
  }

  .double-col__col.-image-col .title {
    margin-bottom: 20px;
  }

  .double-col__col:not(:first-child) {
    margin-top: 12px;
  }

  .double-col__col p:not(:first-child),
  .double-col__col a:not(:first-child) {
    margin-top: 13px;
  }

  .-medical-before .text {
    line-height: 20px;
  }

  .-medical-before:before {
    left: 16px;
    top: -7px;
    width: 26px;
    height: 26px;
  }

  .double-col {
    margin: 50px 0;
  }

  .double-col .double-col__col .-big-margin-title {
    margin-top: 60px;
  }

  .amounition-img-container {
    position: relative;
  }

  .flag-title > span img {
    width: 20px;
    margin-right: 10px;
  }

  .slider-section {
    margin: 80px 0;
  }

  .slider {
    height: 400px;
  }

  /* .yellow-section */

  .yellow-section__top-col p:not(:first-child) {
    margin-top: 12px;
  }

  .yellow-section__top-row {
    margin-bottom: 20px;
  }

  .button.-fb-button {
    width: 100%;
    height: auto;
    min-width: 100%;
    font-size: 6vw;
  }

  .button-section {
    margin: 150px 0;
  }

  /* Current purchases */

  .current-purchases {
    margin-top: 27px;
  }

  .current-purchases__item {
    margin-top: 12px;
  }

  .purchases-purchases__item-info {
    padding: 44px 16px 1px 16px;
  }

  .purchases-purchases__item-info-title {
    font-size: 16px;
    line-height: 22px;
  }

  .purchases-purchases__item-info-progress {
    margin-top: 14px;
  }

  .purchases-purchases__item-info-progress div {
    height: 30px;
    font-size: 14px;
  }

  .purchases-purchases__item-info-price {
    margin: 0;    
    font-size: 16px;
  }

  .purchases-purchases__item-info-donate {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 260px;
    height: 62px;
    margin: 0 auto 29px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYwIiBoZWlnaHQ9IjYyIiB2aWV3Qm94PSIwIDAgMjYwIDYyIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMjU4LjI4NCAyMS4yNzU5QzI2Ny4wMjMgMzYuOTM2MiAyNDMuNDY2IDUxLjkyMjEgMTYyLjcyNyA1OC45NjU1QzgxLjk4ODEgNjYuMDA4OSA5LjYwODA2IDU5LjA0MDQgMC44NjkyNjggNDMuMzgwMkMtNy44Njk1MyAyNy43MTk5IDUwLjI2MjUgOS4yODcxOSAxMzEuMDAxIDIuMjQzODFDMjExLjc0IC00Ljc5OTU3IDI0OS4zNTUgNS42MTU2NCAyNTguMjg0IDIxLjI3NTlaIiBmaWxsPSIjMDA1REI4Ii8+Cjwvc3ZnPgo=');

    font-family: 'e-Ukraine Head';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */

    text-align: center;
    text-transform: uppercase;

    color: #FFD100;
  }

  .purchases-purchases__item-info-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 6px 0 10px 0;
    margin: 0;
  }

  .purchases-purchases__item-info-bottom > p {
    display: block;
    width: 50%;
  }

  /* Latest purchases section */

  .latest-section {
    margin-top: 40px;
  }

  .latest-section .latest-section__title {
    margin-bottom: 12px;
  }

  .latest-section .latest-section__list {
    grid-gap: 12px;
  }

  .latest-section .latest-section__item {
    border-radius: 8px;
  }

  .latest-section .latest-section__item:before {
    top: 0;
    right: 5px;

    width: 78px;
    height: 42px;
    min-width: 78px;
    min-height: 42px;
    padding: 5px;
    font-weight: 400;
    font-size: 8px;
    line-height: 30px;
  }

  .latest-section .slider {
    height: 220px;
    border-radius: 8px;
  }

  .latest-section .swiper-navigation div {
    width: 40px;
    height: 40px;
  }

  .latest-section .swiper-navigation div.next {
    right: 6px;
  }

  .latest-section .swiper-navigation div.prev {
    left: 6px;
  }

  .latest-section .latest-section__item-description {
    padding: 16px 16px 21px 18px;
  }

  .latest-section .latest-section__item-description *,
  .latest-section .latest-section__item-description {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
  }

  .latest-section__button {
    width: 330px;
    max-width: 100%;
  }

  .latest-section .latest-section__load-button {
    margin-top: 38px;
  }

  .latest-section .latest-section__donate-button {
    margin-top: 48px;
    margin-bottom: 62px;
  }

  .latest-section .latest-section__donate-button path:not(.latest-section__hover-path) {
    display: none;
  }

  .double-col__col a.section-button {
    margin-top: 38px;
  }

  .yellow-section__top-row + .latest-section__donate-button {
    margin-top: 40px;
  }

  .latest-section__donate-button + .yellow-section__top-row {
    margin-top: 20px;
  }

  .yellow-section__top-row  + .yellow-section__list {
    margin-top: 12px;
  } 

  .purchases-slider a {
    height: 300px;
  }
}

@media screen and (max-width: 759px) {
  /* .main */

  .main img {
    height: auto;
  }

  /* .double-col */

  .double-col {
    margin: 90px 0 50px 0;
  }

  .double-col__row {
    flex-direction: column;
  }

  .person-img {
    width: 22.536%;
    bottom: 0;
    right: 0;
  }

  .double-col__col {
    width: 100%;
    height: auto;
  }

  .double-col__col.-image-col {
    margin-top: -70px;
  }

  .double-col__col.-image-col {
    align-items: flex-end;
  }

  .double-col.-small-bottom-margin {
    margin: 40px 0;
  }

  .double-col.-small-margin {
    margin: 40px 0;
  }

  .amounition-img-container {
    position: relative;
    right: -6%;
    left: auto;
    top: 0;
  }

  .double-col__col.-amounition-img {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: auto;
    margin: -40px -10px 0 -10px;
    padding: 0 10px;
  }

  .double-col__col.-amounition-img .title {
    margin-bottom: 9px;
  }

  .double-col .double-col__col .-big-margin-title {
    margin-top: 50px;
  }

  /* slider */

  .slider-section {
    margin: 40px 0;
  }

  .slider {
    height: 200px;
    border-radius: 8px;
  }

  .swiper-navigation div {
    width: 21px;
    height: 21px;
  }

  .swiper-navigation div.prev {
    left: 3px;
  }

  .swiper-navigation div.next {
    right: 3px;
  }

  .swiper-pagination {
    margin-top: 12px;
    height: 2px;
  }


  /* .yellow-section */

  .yellow-section {
    margin: 56px 0;
  }

  .yellow-section__top-row {
    flex-direction: column;
  }

  .yellow-section__top-col {
    width: 100%;
  }

  .yellow-section__top-col:last-child {
    margin-top: 20px;
  }

  .yellow-section__list-item {
    flex-direction: column;
    justify-content: flex-start;
    padding: 32px 20px;
    min-height: 150px;
  }

  .yellow-section__list-item-col {
    width: 100%;
  }

  .yellow-section__list-item-col.text {
    width: 100%;
    margin-top: 15px;
  }

  .button.-fb-button {
    font-size: 14px;
    width: 260px;
    height: 62px;
    padding-top: 5px;
  }

  .button.-fb-button svg.fb-icon {
    width: 17px;
    height: 17px;
    margin-right: 6px;
  }

  .button-section {
    margin: 70px 0;
  }

  .button.-fb-button .fb-background {
    width: 100%;
    height: 100%;
  }

  .footer {
    margin-top: 70px;
    padding: 20px 0;
  }

  .yellow-section__list-item:not(:first-child) {
    margin-top: 5px;
  }

  /* Current purchases */

  .purchases-purchases__item-info-title {
    font-size: 12px;
    line-height: 16px;
  }

  .purchases-purchases__item-info-progress {
    border-radius: 4px;
  }

  .purchases-purchases__item-info-progress div {
    min-width: 12%;
    height: 20px;
    border-radius: 4px;
    font-size: 12px;
  }

  .purchases-purchases__item-info-price {
    font-size: 12px;
    line-height: 14px;
  }

  .purchases-purchases__item-info-bottom {
    padding: 6px 0 19px 0;
  }

  /* Latest purchases section */

  .latest-section .latest-section__list {
    grid-template-columns: 1fr;
  }

  .latest-section .slider {
    height: 149px;
  }

  .latest-section .swiper-navigation div {
    width: 21px;
    height: 21px;
  }

  .latest-section .latest-section__item-description *,
  .latest-section .latest-section__item-description {
    font-size: 12px;
    line-height: 16px;
  }

  .latest-section__button {
    width: 261px;
  }

  .double-col__col a.section-button {
    width: 260px;
    margin-left: auto;
    margin-right: auto;
  }

  .purchases-slider a {
    height: 150px;
  }
}
