@font-face {
    font-family: 'Roboto';
    src: local('Roboto'),
        local('Roboto-Regular'),
        url('../fonts/Roboto.woff2') format('woff2'),
        url('../fonts/Roboto.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: local('Roboto Medium'),
        local('Roboto-Medium'),
        url('../fonts/Robotomedium.woff2') format('woff2'),
        url('../fonts/Robotomedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Phenomena';
    src: local('Phenomena Bold'),
        local('Phenomena-Bold'),
        url('../fonts/Phenomenabold.woff2') format('woff2'),
        url('../fonts/Phenomenabold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

* {
    box-sizing: border-box;
}
  
body {
    font-family: 'Roboto';
    font-size: 18px;
    margin: 0;
    color: #424451;
}

h1, h2, h3, h4, h5 {
    font-family: 'Phenomena';
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

ul, ol {
    margin: 0; 
    padding: 0;
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none!important;
    cursor: pointer;
}

:active, :hover, :focus, button {
    outline: none!important;
    outline-offset: 0;
}

img {
    max-width: 100%;
}

h2 {
    font-size: 68px;
    font-style: normal;
    font-weight: 700;
    line-height: 82px;
    color: #E9392C; 
    text-align: center;
}

h3 {
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 82px;
    color: #E9392C;
    text-align: center;
}

.container {
    max-width: 1920px;
    padding: 0 130px;
    margin: 0 auto;
    /* overflow: hidden; */
}

.mt24 {
    margin-top: 24px;
}

.mb24 {
    margin-bottom: 24px;
}

.flex {
    display: flex;
}

.header {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 41px;
}

.header__block {
    position: relative;
    height: 80px;
    align-items: center;
    justify-content: space-between;
}

.logo_km {
    padding-right: 42px;
    position: relative;
}

.logo_blood {
    padding-left: 42px;
}

.logo_km::before {
    content: "";
    width: 1px;
    height: 42px;
    background: #EAF0F3;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
}

.header__right {
    align-items: center;
}

.header__phone-title {
    color: #2874AA;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.header__phone {
    margin-right: 114px;
}

.header__phone-num {
    color: #E9392C;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.header__search {
    border: none;
    display: block;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    width: 24px;
    height: 24px;
}

.hero__descr {
    margin: 111px;
}

.hero__descr-left {
    max-width: 590px;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
}

.hero__descr-right p {
    max-width: 700px;
}

.hero__descr-right-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 8px;
}

.red__text {
    color: #E9392C; 
    font-weight: 500; 
}

.fw500 {
    font-weight: 500;
}

.grey-block {
    border-radius: 32px;
    background: #FBFBFB; 
    text-align: center;
    padding: 96px 117px;
}

.who__helped-block-descr,
.going__block-descr {
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 62px;
}

.who__helped-block-card {
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 0px 76px 0px rgba(0, 96, 138, 0.03);
    padding: 68px 60px;
    height: 100%;
}
.modal__box-content p span,
.who__helped-block-card span,
.facts__list-item span,
.donors__say-card-title,
.enter__register-descr span {
    font-weight: 500; 
}
.card__img {
    margin-bottom: 32px;
}

.facts__block {
    padding: 111px 115px 142px;
}

.facts__block h2 {
    margin-bottom: 52px;
}

.facts__list {
    margin-top: 25px;
}

.facts__list-item {
    align-items: center;
}

.facts__list-item:not(:last-child) {
    margin-bottom: 23px;
}

.circle {
    position: relative;
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(34, 60, 80, 0.19);
    -moz-box-shadow: 0px 0px 15px 0px rgba(34, 60, 80, 0.19);
    box-shadow: 0px 0px 15px 0px rgba(34, 60, 80, 0.19);  
    width: 48px!important;
    height: 48px;
    margin-right: 16px;
}

.circle::after {
    position: absolute;
    content: "";
    background: url('../img/facts_check.svg') center center/auto no-repeat;
    width: 48px;
    height: 48px;
    left: 0px;
    top: 0;
}

.circle_descr {
    width: 90%;
}

.heart__img {
    background-image: url('../img/heart.svg');
    background-size: contain;
    height: 169px;
    margin-bottom: 111px;
    background-repeat: no-repeat;
}

.donors__say h2 {
    margin-bottom: 52px;
}

.news--slider-navigation,
.donors__say-slider-navigation {
    display: inline-flex;
    align-items: center;
}

.news-slider,
.donors__say-slider {
    width: 100%;
    position: relative;
}

.news-slider-navigation .swiper-button-next,
.news-slider-navigation .swiper-button-prev,
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    background-color: #fff;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

.news-slider-navigation .swiper-button-next,
.news-slider-navigation .swiper-button-prev {
    border: 2px solid #E9392C;
}

.news-slider-navigation .swiper-button-next,
.swiper-button-next {
    right: 38px;
    top: 56%;
    transform: translateY(-50%);
}

.news-slider-navigation .swiper-button-prev,
.swiper-button-prev {
    left: 38px;
    top: 56%;
    transform: translateY(-50%);
}

.news-slider-navigation .swiper-button-next::after,
.news-slider-navigation .swiper-button-prev::after,
.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}

.news-slider-navigation .swiper-button-next,
.swiper-button-next {
    background-image: url('../img/next.svg');
}

.news-slider-navigation .swiper-button-prev,
.swiper-button-prev {
    background-image: url('../img/prev.svg');
}

.donors__say-card {
    padding: 30px 30px;
    min-height: 700px;
    height: 100%;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 0px 76px 0px rgba(0, 96, 138, 0.03);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.donors__say-card.blue {
    background: #2874AA;    
    color: #FFF; 
}

.donors__say-card-img {
    margin-bottom: 20px;
    border-radius: 50%;
    border: 4px solid #e6ecf0;
}

.donors__say-card-title {
    margin-bottom: 30px;
}

.donors__say-card-descr {
    margin-bottom: 20px;
  }

.donors__say-quotes {
    width: 48px;
    height: 32px;
}

#more {
    display: none;
}

#moreBtn {
    color: #0056b3;
}

#moreBtn:hover {
    border-bottom: 1px solid black;
}

.become__block {
    padding: 111px 115px 106px;
}

.become__block h2 {
    margin-bottom: 62px;
}

.become__block-card {
    min-height: 386px;
    border-radius: 24px;
    background: #E9392C;
    color: var(--white, #FFF);
    display: flex;
    padding: 40px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.become__block-card-content {
    text-align: center;
}

.become__block-card-img {
    margin-bottom: 24px;
}

.become__block-card-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 33.6px;
}

.become__block-card-btn {
    border-radius: 8px;
    background: #FFF;
    padding: 13px 24px;
    color: #E9392C;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

.join__block {
    padding: 0px 115px 81px;
}

.join__block h2 {
    margin-bottom: 111px;
}

.join__block-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 81px;
}

.join__row-bottom {
    justify-content: center;
}

.join__block-arrow {
    position: relative;
}

.join__block-arrow::after {
    position: absolute;
    content: "";
    background: url('../img/join-arrow.svg') right center/contain no-repeat;
    width: 230px;
    height: 27px;
    left: 100px;
    top: 0;
}

.join__circle {
    background: #fff;
    border-radius: 50%;
    height: 62px;
    width: 62px;
    border: 3px solid #E9392C;
    color: #E9392C;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(34, 60, 80, 0.12);
    -moz-box-shadow: 0px 0px 10px 0px rgba(34, 60, 80, 0.12);
    box-shadow: 0px 0px 10px 0px rgba(34, 60, 80, 0.12);
    margin-bottom: 16px;
}

.blue_link {
    color: #2874AA;
    font-weight: 500; 
}

.search__station-container {
    background: #2874AA;
}

.search__station-block {
    margin: 0 auto;
    padding: 34px 0;
}

.search__station-block-btn {
    padding: 17px 50px;
    background: #E9392C;
    color: #FFF;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

.search__station-block-item {
    position: relative;
}

/* .search__station-block-item::after {
    content: "";
    display: block;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #000 transparent transparent transparent;
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 1;
    pointer-events: none;
} */


.search__station-block-item .select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 100%!important;
  }

  .search__station-block-item .select2-container .select2-selection--single{
    height: 100%;
    box-sizing: border-box;
  cursor: pointer;
  display: block;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: none;
    border-radius: 8px;
  }

.search__station-block-item .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 16px;
    width: 100%;
    border-radius: 8px;
    outline: none;
    background: #FFF;
    -webkit-appearance: none;
    appearance: none;
    font-family: inherit;
    display: block;
    cursor: pointer;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent;
    border-width: 7px 6px 0 6px;
    height: 0;
    left: 0%;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #000 transparent;
    border-width: 0px 6px 7px 6px;
  }

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 60px;
}

.going__block {
    padding: 96px 0;
    max-width: 936px;
    margin: 0 auto;
}

.going__block-card {
    max-width: 448px;
    padding: 56px;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 0px 76px 0px rgba(0, 96, 138, 0.03);
    margin-bottom: 33px;
    height: 100%;
}

.going__block-content {
    margin-top: 30px;
}

.going__card-top {
    text-align: center;
}

.going__block-card-img {
    margin-bottom: 14px;
}

.going__block-card-title {
    color: #E9392C;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 33.6px;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #EAF0F3; 
}

.going__block-card-list li {
    position: relative;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 16px;
    padding-left: 20px;
}

.going__block-card-list li::after {
    position: absolute;
    background: url('../img/red-dot.svg') center center/cover no-repeat;
    content: "";
    width: 8px;
    height: 8px;
    left: 0;
    top: 10px;
}

.going__block-card-time {
    border-radius: 8px;
    background: #FBFBFB;
    padding: 16px 0;
    text-align: center;
    font-size: 18px;
    line-height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.going__block-card-time span {
    position: relative;
    padding-left: 40px;
    font-weight: 500;
}

.going__block-card-time span::after {
    position: absolute;
    background: url('../img/clock.svg') center center/cover no-repeat;
    content: "";
    width: 24px;
    height: 24px;
    left: 0;
    top: 0;
}

.going__block-content-top {
    padding: 32px 20px;
    border-radius: 24px 24px 0px 0px;
    background: #FFF;
    box-shadow: 0px 0px 76px 0px rgba(0, 96, 138, 0.03);
}

.going__block-content-bottom {
    padding: 32px 85px 32px 24px;
    border-radius: 0px 0px 24px 24px;
    background: #E9392C;
    color: #FFF; 
    box-shadow: 0px 0px 76px 0px rgba(0, 96, 138, 0.03);
}

.going__block-content-bottom p {
    position: relative;
    padding-left: 94px;
}

.going__block-content-bottom p::after {
    position: absolute;
    background: url('../img/Attention.svg') center center/cover no-repeat;
    content: "";
    width: 70px;
    height: 70px;
    left: 0;
    top: 0;
}

.search__station-block {
    margin: 0 auto;
    padding: 34px;
    max-width: 890px;
}

.search__station-block-item {
    margin-right: 20px;
    width: 100%;
}

.enter__register .grey-block {
    background: url('../img/hands.png') center center/cover no-repeat;
    min-height: 940px;
}

/* .enter__register-container {
    margin-bottom: 85px;
} */

.enter__register-container .grey-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.enter__register-descr {
    max-width: 1067px;
    width: 100%;
    text-align: center;
}

.enter__register-descr p:first-child {
    margin: 24px 0 32px 0;
}

.enter__register-descr p:last-child {
    margin-bottom: 84px;
}

.register__counter-title {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 57px;
}

.register__counter-block {
    margin: 16px 0;
    font-family: 'Phenomena';
}

.register__counter-block-item {
    font-size: 68px;
    font-style: normal;
    font-weight: 700;
    color: #E9392C;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 76px 0px rgba(0, 96, 138, 0.03);
    padding: 10px 20px;
    margin-right: 8px;
}

.register__counter-block-item:nth-child(3) {
    margin-right: 30px;
}

.register__counter-title-bottom {
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 38.4px;
    margin-bottom: 62px;
}

.enter__register-btn {
    padding: 17px 72px;
    border: none;
    cursor: pointer;
    background: #E9392C;
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    border-radius: 8px;
    box-shadow: 0px 2px 16px 0px rgba(0, 96, 138, 0.05);
    font-family: 'Phenomena';
}

.enter__register-btn:hover {
color: #fff;
}

.footer__container {
    padding-bottom: 82px!important;
    padding-top: 54px!important;
  border-top: 1px solid #EAF0F3;
}

.footer__logo {
    margin-bottom: 37px;
}

.copyright {
    color:  #77858D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
    margin-bottom: 128px;
}

.mobile__apps-title {
    color: #77858D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
    margin-right: 24px;
}

.mobile__apps-link {
    margin-right: 24px;
}

.social__networks a:not(:last-child) {
    margin-right: 24px;
}

.social__networks img {
    width: 32px;
    height: 32px;
}

.footer__block-right {
    display: flex;
    flex-direction: column;
    text-align: right;
}

.footer__service {
    justify-content: flex-end;
    margin: 28px 0;
}

.footer__phone-title {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
}

.footer__phone-num {
    color: #E9392C;
    font-size: 44px;
    font-style: normal;
    font-weight: 500;
    line-height: 61.6px;
}

.footer__service span {
    font-size: 24px;
    font-weight: 400;
}

.footer__service-faq {
    padding-right: 40px;
    margin-right: 40px;
    border-right: 1px solid #EAF0F3;
}

.footer__recommend {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 33.6px;
    margin-bottom: 27px;
    display: flex;
    flex-direction: column;
}

.search-form {
    display: flex;
    position: absolute;
    right: 0;
    top: 80px;
    opacity: 0;
    background: #fff;
    align-items: center;
    box-shadow: 0px 0px 76px 0px rgba(0, 96, 138, 0.03);
    padding: 16px; 
    border-radius: 0px 0px 16px 16px; 
    transition: top .1s, opacity .1s;
}

.search-form__show {
    top: 82px;
    opacity: 1;
}

.search-form__input {
    border-radius: 8px; 
    border: 1px solid var(--border, #EAF0F3);
    padding: 15px;
    margin-right: 20px;
}

.search-form__input:focus {
    outline: none;
    border-color: #E9392C;
}

.search-form__send {
    padding: 17px 24px;
    background: #E9392C;
    color: #FFF;
    border: none;
    border-radius: 8px;
    width: 148px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
}

.modal__window {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    background-color: rgba(0, 0, 0, .5); 
    display: grid;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s, visibility .2s;
}

.modal__box {
    max-width: 700px;
    margin: 66px 15px;
    z-index: 1;
    background-color: #fff; 
    border-radius: 24px;
}

.modal__window.open {
    visibility: visible;
    opacity: 1;
}

.modal-close-btn {
    border: none;
    display: block;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
}

.modal__box-top {
    display: flex;
    align-items: center;
    padding: 32px;
    border-radius: 24px 24px 0 0;
    justify-content: space-between;
    background-color: #E9392C;
    color: #fff;
}

.modal__box-top-title {
    font-size: 24px;
}

.modal__box-content {
    padding: 24px 32px;
}

.modal__box-content-title {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.modal__box-content-title.red-title span {
    position: relative;
    padding-left: 44px;
    color: #E9392C;
    font-weight: 500;
}

.modal__box-content-title.blue-title span {
    position: relative;
    padding-left: 44px;
    color: #2874AA;
    font-weight: 500;
}

.modal__box-content-title.red-title span::after {
    position: absolute;
    background: url('../img/red_note.svg') center center/cover no-repeat;
    content: "";
    width: 32px;
    height: 32px;
    left: 0;
    top: 0;
}

.modal__box-content-title.blue-title span::after {
    position: absolute;
    background: url('../img/blue_note.svg') center center/cover no-repeat;
    content: "";
    width: 32px;
    height: 32px;
    left: 0;
    top: 0;
}

.become__block-card-list.red-dot {
    margin-bottom: 24px;
}

.become__block-card-list.blue-dot li,
.become__block-card-list.red-dot li {
    position: relative;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 16px;
    padding-left: 20px;
}

.become__block-card-list.red-dot li::after,
.become__block-card-list.blue-dot li::after {
    position: absolute;
    background: url('../img/red-dot.svg') center center/cover no-repeat;
    content: "";
    width: 8px;
    height: 8px;
    left: 0;
    top: 10px;
}

.become__block-card-list.blue-dot li::after {
    background: url('../img/blue-dot.svg') center center/cover no-repeat;
}

.modal__box-content-descr {
    font-size: 16px;
}

.footnote {
    color: #77858D;
    font-size: 14px; 
    margin-top: 16px;
}
.icon-link-img {
    width: 7rem;
  margin-right: 2rem;
  flex: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq,
.feedback {
    display: flex;
    align-items: center;
}

.modal__box.infografika-1,
.modal__box.infografika-2,
.modal__box.metodrec,
.modal__box.faq {
    max-width: 1300px;
  padding: 30px;
  min-width: 700px;
}

.a_col {
    border-bottom: 1px solid black;
    font-size: 20px;
    color: #000;
    font-weight: 500;
}
.a_col:hover {
    color: #2d2d2d;
}
.modal__box.faq .faq-list {
    text-align: start;
    list-style: unset;
}
.modal__box.faq h2 {
    margin-bottom: 30px;
}
.modal__box.faq .item {
    margin-bottom: 5px;
}

.news .grey-block {
    background-color: #fff;
}

.news-swiper {
    padding: 70px 0;
}

.news-card {
    border-radius: 24px;
    box-shadow: 0px 0px 76px 0px rgba(0, 96, 138, 0.03);
    padding: 24px;
    text-align: start;
    position: relative;
    min-height: 520px;
  height: 100%;
}

.news-card-img {
    width: 100%;
    border-radius: 16px;
    height: 296px;
    position: relative;
    border: 1px solid #fff;
}

.news-card img:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

/* .news-card img:before {
    content: " ";
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
} */

.news-card-descr {
    margin: 16px 0 29px 0;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
}

.news-card-descr:hover {
    color: #424451;
}

.news-card-more {
    color: #E9392C;
    font-size: 16px;
    font-weight: 500;
    line-height: 22.4px;
    position: absolute;
  bottom: 20px;
}

.news-card-date {
    border-radius: 8px;
    background: #E9392C;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    padding: 4px 8px;
    position: absolute;
    top: 35px;
    left: 35px;
}

.all-news-btn {
    padding: 17px 24px;
    border: none;
    cursor: pointer;
    color: #FFF;
    border-radius: 8px;
    background: #E9392C;
    box-shadow: 0px 2px 16px 0px rgba(0, 96, 138, 0.05);
}

.all-news-btn:hover {
    color: #fff;
}

.donor_rights {
    text-align: left;
    list-style: unset;
}

.infografika-tab {
    padding: 96px 0 0;
    max-width: 936px;
    margin: 0 auto;
}

.infografika-item {
    max-width: 448px;
    border-radius: 24px;
    background: #F5F5F5;
    margin-bottom: 20px;
}

.infografika-img {
    height: 279px;
    padding: 0 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.infografika-img img {
    width: 170px;
    position: absolute;
    top: 18px;
    left: 18px;
}

.infografika-img .title--red {
    color: #FF1713;
    font-size: 18px;
    line-height: 1.1;
}
.infografika-img .title--blue {
    color: #2B5A8E;
    font-size: 32px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 5px;
}

.material-download a {
    color: #00648f;
}

.modal__box.infografika-1,
.modal__box.infografika-2 {
    position: relative;
}

#infografika-1-close,
#infografika-2-close {
    position: absolute;
    top: 10px;
    right: 10px;
}

@media (max-width: 1600px) {
    .join__block-arrow::after {
        width: 200px;
        left: 60px;
    }
    .news-card {
        min-height: 570px;
    }
}

@media (max-width: 1400px) {
.circle_descr {
    width: 80%;
}
}

@media (max-width: 1400px) {
    .container {
        padding: 0px 70px;
    }
    .hero__descr {
        margin: 60px;
    }
    .who__helped-block-card {
        padding: 20px;
    }
    .card__img img {
        width: 100px;
    }
    .grey-block,
    .become__block,
    .facts__block {
        padding: 50px;
    }
    .heart__img {
        height: 120px;
        margin-bottom: 50px;
    }
    .join__block-arrow::after {
        width: 160px;
        left: 50px;
    }
    .mobile__apps-title {
        margin-right: 10px;
    }
    .mobile__apps-link {
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .swiper-button-next {
        right: 0;
    }
    
    .swiper-button-prev {
        left: 0;
    }
    .news-slider-navigation .swiper-button-prev {
        left: -10px;
    }
    .news-slider-navigation .swiper-button-next {
        right: -10px;
    }
    .news-card {
        min-height: 585px;
    }
}

@media (max-width: 992px) {
    h2 {
        font-size: 48px;
        line-height: 50px;
    }
    .container {
        padding: 0px 40px;
    }
    .header__phone {
        margin-right: 30px;
    }
    .header__phone-num {
        font-size: 24px;
    }
    .hero__descr-left {
        margin-bottom: 30px;
    }
    .facts__block-item-left img {
        width: 100%;
    }
    .who__helped .mb20,
    .become__block .mb20 {
        margin-bottom: 20px;
    }
    .who__helped-block-descr,
    .going__block-descr {
        margin-bottom: 30px;
      }
    .become__block-card {
        min-height: 260px;
        padding: 20px;
    }
    .become__block-card-img {
        width: 100px;
    }
    .donors__say-card {
        padding: 50px 40px;
        min-height: 515px;
    }
    .join__block {
        padding: 0px 50px 50px;
    }
    .join__block h2 {
        margin-bottom: 50px;
    }
    .join__block-item {
        text-align: center;
        margin-bottom: 50px;
    }
    .join__block-arrow {
        display: none;
    }
    .going__block {
        padding: 50px 0;
    }
    .going__block-card {
        padding: 20px;
    }
    .going__block-card-img {
        margin-bottom: 14px;
        width: 80px;
    }
    .going__block-content-bottom p {
        padding-left: 60px;
    }
    .going__block-content-bottom p::after {
        width: 40px;
        height: 40px;
    }
    .mobile__apps-title {
        display: none;
    }
    .footer__phone-num {
        font-size: 32px;
    }
    .footer__service {
        flex-direction: column;
        margin: 10px 0;
    }
    .footer__service span {
        font-size: 20px;
    }
    .footer__service img {
        width: 50px;
    }
    .footer__recommend {
        font-size: 18px;
        line-height: 22px;
    }
    .footer__service-faq {
        padding-right: 0;
        margin-right: 0;
        border-right: none;
    }
    .news-swiper {
        padding: 20px 0 40px 0;
    }
}

@media (max-width: 767px) {
    h2 {
        font-size: 38px;
        line-height: 46px;
    }
    .container {
        padding: 0px 20px;
    }
    .header__phone {
        display: none;
    }
    .hero__descr {
        margin: 30px 10px;
    }
    .hero__descr-left {
        font-size: 23px;
        line-height: 32px;
    }
    .heart__img {
        height: 70px;
        margin-bottom: 20px;
    }
    .card__img {
        margin-bottom: 10px;
    }
    .donors__say h2 {
        margin-bottom: 20px;
    }
    .donors__say-card {
        padding: 30px;
        min-height: 450px;
    }
    .become__block-card-img {
        width: 80px;
        margin-bottom: 12px;
    }
    .become__block-card {
        min-height: 230px;
    }
    .become__block-card-title {
        font-size: 18px;
    }
    .join__block-item {
        margin-bottom: 30px;
    }
    .map iframe {
        height: 400px;
    }
    .going__block {
        padding: 40px 0;
    }
    .going__block-card {
        max-width: 100%;
    }
    .swiper-button-next, .swiper-button-prev {
        /* display: none; */
        width: 30px;
        height: 30px;
        top: 60%;
    }
    .swiper-button-next {
        right: 38px;
    }
    .swiper-button-prev {
        left: 38px;
    }
    .news-slider-navigation .swiper-button-next, 
    .news-slider-navigation .swiper-button-prev {
        width: 30px;
        height: 30px;
        top: 55%;
    }
    .grey-block,
    .become__block,
    .facts__block {
        padding: 30px;
    }
    .enter__register .grey-block {
        min-height: 800px;
        background: #f7f6f6;
    }
    .enter__register-descr p:last-child {
        margin-bottom: 40px;
    }
    .register__counter-block-item {
        font-size: 42px;
        padding: 7px 14px;
    }
    .footer__logo {
        margin-bottom: 30px;
    }
    .copyright {
        margin-bottom: 30px;
    }
    .footer__block-right {
        display: none;
    }
    .infografika-item {
        max-width: 100%;
    }
}

@media (max-width: 600px) {
    .logo_km {
        padding-right: 0;
    }
    .logo_km::before {
        width: 0px;
    }
    .logo_blood {
        display: none;
    }
    .become__block h2 {
        margin-bottom: 30px;
    }
    .search__station-block-form {
        flex-direction: column;
    }
    .search__station-block-item {
        margin-right: 0px;
        margin-bottom: 12px;
    }
    .grey-block, .become__block, .facts__block {
        padding: 10px;
    }
    .enter__register .grey-block {
        padding: 30px;
    }
    .enter__register-btn {
        padding: 17px 20px;
        font-size: 22px;
    }
    .register__counter-title-bottom {
        margin-bottom: 30px;
    }
    .register__counter-block-item {
        margin-right: 4px;
    }
    .register__counter-block-item:nth-child(3) {
        margin-right: 10px;
    }
    .going__block-content {
        text-align: center;
    }
    .going__block-content-bottom {
        padding: 32px 20px;
    }
    .going__block-content-bottom p {
        padding-left: 0;
    }
    .going__block-content-bottom p::after {
        display: none;
    }
    /* .news-card-descr {
        margin: 10px 0 10px 0;
    } */
    .news-card-date {
        font-size: 16px;
        padding: 2px 6px;
    }
    .all-news-btn {
        padding: 10px 20px;
    }
    .news .grey-block {
        padding-bottom: 30px;
        padding-top: 50px;
    }
    .footer__container {
        padding-top: 20px;
    }
}
@media (max-width: 540px) {
    .swiper-button-next {
        right: 20px;
    }
    .swiper-button-prev {
        left: 20px;
    }
    .swiper-button-next, .swiper-button-prev {
        top: 48%;
    }
    .news-card {
        min-height: 460px;
    }   
}
@media (max-width: 400px) {
    .news-card {
        min-height: 460px;
    }   
}