* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    line-height: normal;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

ul,
nav,
li {
    list-style: none;
}

img {
    max-width: 100%;
}

h1 {
    font-size: 6.6em;
    font-weight: 500;
    line-height: .82em;
}

h2 {
    font-size: 3.3em;
    font-weight: 500;
    line-height: 1em;
}

h3 {
    font-size: 1.3em;
    font-weight: 500;
}


/*----------*/

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type='number'] {
    -moz-appearance: textfield;
}

input,
textarea {
    font-family: "Roboto", sans-serif;
    display: block;
    width: 100%;
    padding: 25px;
    border: none;
    background-color: #edf1fd;
    margin-top: 10px;
    color: #9c9c9c;
    outline: none;
    resize: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #9c9c9c;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #9c9c9c;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #9c9c9c;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #9c9c9c;
}

input::placeholder,
textarea::placeholder {
    color: #9c9c9c;
}


/*----------*/

.wrapper {
    max-width: 1180px;
    margin: auto;
}

.container {
    padding: 0 65px;
}

.universal {
    min-height: 36vh;
    background-color: #666;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.universal__co-title {
    margin-top: 20px;
    font-weight: 500;
    line-height: 1.4em;
}

.universal h2,
.universal__co-title {
    max-width: 45%;
}


/*--buttons--*/

.button {
    display: inline-block;
}

.primary-button {
    width: 330px !important;
    padding: 22px !important;
    color: #fff !important;
    background: none !important;
    background-color: #ff7e00 !important;
    text-align: center !important;
    font-style: normal !important;
    font-size: 16px !important;
    font-weight: 500;
}

.primary-button:hover {
    background-color: #303030 !important;
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

.back-button {
    color: #000;
    font-weight: 500;
    padding-left: 18px;
    position: relative;
}

.back-button::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 2px;
    border: solid 2px #000;
    border-bottom-color: transparent;
    border-right-color: transparent;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    left: 0;
    top: 4px;
}

.bars {
    width: 28px;
    height: 24px;
    position: relative;
    display: none;
}

.bars>div {
    position: absolute;
    left: 0;
    width: 28px;
    height: 6px;
    background-color: #2d4d9d;
}

.bars:hover>div {
    background-color: #303030;
}

.bars>div:nth-child(1) {
    top: 0;
}

.bars>div:nth-child(2) {
    top: 9px;
}

.bars>div:nth-child(3) {
    top: 18px;
}

.times>div:nth-child(1) {
    top: calc(50% - 3px);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.times>div:nth-child(2) {
    top: calc(50% - 3px);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.times>div:nth-child(3) {
    display: none;
}

.title {
    text-align: center;
    color: #004ac9;
}

.description {
    margin: auto;
    margin-top: 25px;
    text-align: center;
    font-size: 1.125em;
    font-weight: 500;
    width: 70%;
}

.more-button {
    margin: 60px 0;
    min-width: 180px;
    color: #707070;
    font-size: 1.125em;
    border: solid #707070 1px;
    text-align: center;
    padding: 15px;
}

.more-button:hover {
    background-color: #707070;
    color: #fff;
}


/*----------*/

.pagination {
    font-weight: 500;
}

.pagination a {
    display: inline-block;
    margin-right: 25px;
    position: relative;
}

.pagination a.current {
    color: #000;
    font-weight: 500;
}

.pagination a:first-child::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 2px;
    border: solid 2px #acacac;
    border-bottom-color: transparent;
    border-right-color: transparent;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    left: -4px;
    top: -10px;
}

.pagination a:last-child::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 2px;
    border: solid 2px #acacac;
    border-bottom-color: transparent;
    border-right-color: transparent;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    left: -4px;
    top: -10px;
}


/*----------*/

body {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #666;
    line-height: 1.375em;
}


/*----------*/

header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 3;
}

.header__topline {
    background-color: #004ac9;
    height: 6px;
}

.header__topline ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: .875em;
    color: #fff;
    opacity: .52;
}

.header__topline ul li {
    display: inline-block;
    padding: 15px 0;
}

.header__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    padding: 0 10px;
}

.header__logotype {
    width: 120px;
    margin: 10px 0;
}

.header__main nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% - 160px - 120px);
    color: #808080;
    font-weight: 500;
}

.header__main nav li a:hover {
    color: #303030;
}


/*----------*/

footer {
    color: #fff;
    font-weight: 500;
    background-color: #002b74;
}

.footer__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
}

.footer__logotype {
    width: 180px;
}

.footer__main ul li {
    margin-bottom: 10px;
}

.footer__main ul li:last-child {
    margin-bottom: 0;
}

.footer__bottom {
    background-color: #004ac9;
    padding-top: 12px;
    padding-bottom: 12px;
}

.copyright {
    margin: auto;
    text-align: center;
}


/*----------*/


/*--Main Page--*/


/*----------*/

.hero {
    background-image: url(../img/banner.jpg);
    background-size: cover;
    background-position: 50%;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #fff;
}

.hero__content {
    width: 60%;
}

.hero__description {
    margin: 45px 0;
    font-weight: 500;
    padding-right: 120px;
}

.hero__content .primary-button {
    margin-top: 10px;
}


/*----------*/

.programms {
    padding-top: 110px;
    padding-bottom: 110px;
}

.programms__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 60px;
    text-align: left;
}

.programms__card {
    display: block;
    width: calc(33.33333% - 15px);
    background-color: #fff;
    -webkit-box-shadow: #cfcfcf 0 9px 65px;
    box-shadow: #cfcfcf 0 9px 65px;
    margin-bottom: 40px;
}

.programms__card:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

.programms__card_image {
    height: 22vh;
    background-color: #666;
    background-size: cover;
    background-position: 50%;
}

.programms__card_content {
    padding: 35px 20px;
}

.programms__card_content h3 {
    color: #004ac9;
}

.programms__card_content p {
    font-size: .95em;
    color: #737373;
    margin: 30px 0;
}

.programms__card_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.125em;
    padding-right: 20px;
}

.programms__card_info span {
    display: block;
    font-size: .66666em;
    color: #aeadad;
}

.partners__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 60px;
    text-align: left;
    justify-content: flex-start;
}

.partners__list .slick-slide { padding: 0 10px; }

.partners__card {
    display: block;
    width: calc(25% - 20px);
    background-color: #fff;
    -webkit-box-shadow: #cfcfcf 0 9px 65px;
    box-shadow: #cfcfcf 0 9px 65px;
    margin-bottom: 40px;
    margin: 10px 10px 10px 10px;
    padding: 10px;
}

.partners__card:hover {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

.partners__card_image {
    height: 22vh;
    background-color: #666;
    background-size: cover;
    background-position: 50%;
}

.partners__card_content {
    padding: 35px 20px;
}

.partners__card_content h3 {
    color: #004ac9;
}

.partners__card_content p {
    font-size: .95em;
    color: #737373;
    margin: 30px 0;
}

.partners__card_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.125em;
    padding-right: 20px;
}

.partners__card_info span {
    display: block;
    font-size: .66666em;
    color: #aeadad;
}


/*----------*/

.children {
    padding-top: 45px;
    background-color: #e0e5ed;
}

.children__slider {
    padding-bottom: 120px;
}

.children__slide {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.children__slide_image {
    width: 540px;
    height: 540px;
    border-radius: 50%;
    background-size: cover;
    background-position: 50%;
}

.children__slide_content {
    color: #294779;
    font-weight: 500;
    width: calc(100% - 540px - 80px);
}

.children__slide_logotype {
    width: 180px;
    margin-bottom: 25px;
}

.children__slide_name {
    font-size: 3.75em;
    font-weight: 500;
}

.children__slide_disease {
    text-transform: uppercase;
    font-style: italic;
    font-size: 1.5em;
    margin: 40px 0;
}

.children__slide_content p {
    font-size: .875em;
}

.children__slide_collected {
    font-weight: 500;
    font-size: 1.75em;
    margin-top: 30px;
}

.children__slide_content .primary-button {
    margin-top: 50px;
}


/*--custom slick--*/

.slick-prev::before,
.slick-next::before {
    content: "";
}

.slick-prev,
.slick-next {
    width: 36px;
    height: 36px;
    border: solid 3px #8496b3;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-radius: 4px;
}

.slick-prev {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: -55px;
}

.slick-next {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    right: -55px;
}

.children__slider .slick-dots {
    bottom: 45px;
}

.children__slider .slick-dots li {
    width: 50px;
    height: 50px;
    margin: 0 10px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.children__slider .slick-dots li button:before {
    content: "";
}

.children__slider .slick-dots li button {
    background-color: #666;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-size: cover;
}

.children__slider .slick-dots li.slick-active {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}


/*----------*/

.news {
    padding-top: 90px;
    padding-bottom: 90px;
    text-align: center;
}

.news__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: .75em;
    font-style: italic;
    padding-right: 20px;
}

.news__actions a {
    text-decoration: underline;
    color: #004ac9;
    font-weight: 500;
}


/*----------*/

.subscription {
    padding-top: 75px;
    padding-bottom: 75px;
    background-color: #666;
    background-image: url(../img/subscription.png);
    background-size: cover;
    background-position: 50%;
}

.subscription__content {
    padding-right: 220px;
}

.subscription h1 {
    font-size: 4em;
    color: #fff;
    line-height: 1em;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.64), 0 0 1em rgba(0, 0, 0, 0)
}

.subscription__content form {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.subscription__content form input {
    outline: none;
    border: none;
    font-style: italic;
    width: calc(100% - 330px - 20px);
    padding: 0 40px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ececec), to(#fff));
    background: linear-gradient(top, #ececec, #fff);
    background: -o-linear-gradient(top, #ececec, #fff);
    background: -ms-linear-gradient(top, #ececec, #fff);
    font-family: "Roboto", sans-serif;
}

.subscription__content form input::-webkit-input-placeholder {
    color: #c5c5c5;
}

.subscription__content form input::-moz-placeholder {
    color: #c5c5c5;
}

.subscription__content form input:-ms-input-placeholder {
    color: #c5c5c5;
}

.subscription__content form input::-ms-input-placeholder {
    color: #c5c5c5;
}

.subscription__content form input::placeholder {
    color: #c5c5c5;
}


/*----------*/

.sponsors {
    padding-top: 100px;
    padding-bottom: 100px;
}

.sponsors__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px;
}

.sponsors__slide {
    height: 194px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
}

.sponsors__slide img {
    max-width: 220px;
}


/*----------*/

.news__hero {
    background-image: url(../img/girl.jpg);
    background-size: cover;
    background-position: 50%;
    max-height: 200px;
}

.news__content {
    padding-top: 150px;
    padding-bottom: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.article,
.news__list {
    width: calc(100% - 380px - 20px);
    color: #acacac;
}

.article__title {
    color: #004ac9;
    margin-bottom: 30px;
}

.article__date {
    font-style: italic;
}

.article>img {
    margin: 20px 0;
    width: 100%;
}

.article__content p {
    line-height: 1.375em;
    margin-top: 30px;
}

.article__content p:first-child {
    margin-top: 20px;
}

.latest-articles {
    width: 380px;
    padding-top: 30px;
}

.latest-articles__list {
    margin-top: 77px;
}

.latest-articles__item {
    display: block;
    margin-bottom: 60px;
}

.latest-articles__image {
    background-color: #666;
    height: 205px;
    background-size: cover;
    background-position: 50%;
}

.latest-articles__description {
    padding: 20px 0;
}

.news__content .back-button {
    margin-top: 60px;
}

.news__card {
    width: 100%;
    margin-bottom: 130px;
}

.news__card:last-child {
    margin-bottom: 70px;
}

.news__card .primary-button {
    margin-top: 30px;
}


/*----------*/

.contact__hero {
    background-image: url(../img/hands.jpg);
    background-size: cover;
    background-position: 50%;
    max-height: 200px;
}

.contact__content {
    padding-top: 140px;
    padding-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.contact__information {
    width: calc(50% - 70px);
    font-size: 1.5em;
}

.contact__element {
    margin-top: 80px;
}

.contact__element:first-child {
    margin-top: 0;
}

.contact__element h3 {
    margin-bottom: 20px;
    color: #004ac9;
}

.contact__element li {
    margin-bottom: 5px;
}

.contact__form {
    width: calc(50% - 60px);
}

.contact__form h2 {
    color: #004ac9;
}

.contact__form label {
    display: block;
    padding: 25px 0;
    padding-top: 15px;
}

.contact__form .primary-button {
    margin-top: 30px;
    margin-bottom: 25px;
}

.contact__form-description {
    font-size: .75em;
    color: #a4a4a4;
    font-style: italic;
    padding-top: 20px;
}


/*----------*/

.map {
    width: 100%;
}

.map iframe {
    width: 100%;
    height: 100%;
}


/*----------*/

.about,
.partners {
    padding-top: 160px;
    padding-bottom: 80px;
}

.about__page-titling {
    padding: 0 8%;
    text-align: center;
}

.about_page-description {
    margin-top: 40px;
}

.about__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.about__list-elements,
.about__list-images {
    width: calc(50% - 40px);
    position: relative;
    margin-top: 100px;
}

.about__list-item {
    margin-bottom: 80px;
    position: relative;
}

.about__list-item h3 {
    font-size: 1.25em;
    color: #000;
}

.about__list-item p {
    padding: 15px 0;
}

.about__item-number {
    font-size: 3.37em;
    font-weight: 700;
    color: #004ac9;
    opacity: .25;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.about__list-images img {
    max-width: 380px;
    position: absolute;
}

.about__list-images img:nth-child(1) {
    top: -30px;
    left: 140px;
    z-index: 1;
}

.about__list-images img:nth-child(2) {
    top: 100px;
    left: 0;
    z-index: 2;
}

.about__list-images img:nth-child(3) {
    top: 220px;
    left: 200px;
    z-index: 1;
}


/*----------*/

.help {
    padding-top: 95px;
    padding-bottom: 100px;
    background-color: #666;
    color: #fff;
    background-image: url(../img/orange.jpg);
    background-size: cover;
    background-position: 50%;
}

.help .title {
    color: #fff;
}

.help__features {
    margin-top: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.help__features-item {
    font-weight: 500;
    width: calc(33.33333% - 40px);
}

.help__features-icon {
    height: 90px;
}

.help__features-icon img {
    max-width: 72px;
}


/*----------*/

.to_help {
    padding-top: 150px;
    padding-bottom: 130px;
}

.to_help__information {
    width: calc(50% - 70px);
}

.to_help__list {
    font-weight: 500;
    margin-top: 50px;
}

.to_help__list li {
    margin-bottom: 25px;
    position: relative;
    padding-left: 26px;
}

.to_help__list li::before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #004ac9;
    position: absolute;
    top: 3px;
    left: 0;
}


/**
  *Adaptive*
**/

@media screen and (max-width: 1800px) {
    .container {
        padding-left: 8%;
        padding-right: 8%;
    }
}

@media screen and (max-width: 1440px) {
    body {
        font-size: 14px;
    }
    h1 {
        font-size: 5em;
        line-height: 1em;
    }
    h2 {
        font-size: 3em;
    }
    h3 {
        font-size: 1.2em;
    }
    .subscription h1 {
        font-size: 4em;
    }
    .latest-articles {
        padding-top: 11px;
    }
    .children__slide_image {
        width: 360px;
        height: 360px;
    }
    .children__slide_content {
        width: calc(100% - 360px - 40px);
    }
    .children__slide_name {
        font-size: 2.2em;
    }
    .children__slide_disease {
        font-size: 1.2em;
        margin: 25px 0;
    }
}

@media screen and (max-width: 1280px) {
    .about__list-images {
        width: 100%;
        margin-top: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .about__list-images img {
        position: static;
        max-width: 33%;
    }
}

@media screen and (max-width: 1180px) {
    .header__main,
    .footer__main,
    .news,
    .programms {
        padding-left: 4%;
        padding-right: 4%;
    }
}

@media screen and (max-width: 1024px) {
    .programms__card {
        width: calc(50% - 20px);
    }
    .programms__card_image {
        height: 18vh;
    }
    .description,
    .about__page-titling {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .subscription {
        background-position: 100% 50%;
    }
    .subscription__content {
        padding-right: 0;
    }
    footer {
        text-align: center;
    }
    .footer__logotype {
        margin: auto;
    }
    .footer__main ul {
        width: 100%;
        margin-top: 50px;
    }
    .hero__content {
        width: 100%;
        background-color: rgba(0, 0, 0, .65);
        padding: 50px 40px;
    }
    .help__features {
        margin-top: 20px;
    }
    .help__features-item {
        width: 100%;
        margin-top: 50px;
    }
    .contact__information {
        font-size: 1em;
    }
    .contact__information,
    .contact__form {
        width: 100%;
    }
    .contact__element {
        margin-top: 30px;
    }
    .contact__form {
        margin-top: 60px;
    }
    .article,
    .news__list {
        width: 100%;
    }
    .latest-articles {
        width: 100%;
        margin-top: 60px;
    }
    .latest-articles__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 40px;
    }
    .latest-articles__item {
        width: calc(50% - 10px);
    }
    .to_help__information {
        margin-top: 60px;
        width: 100%;
    }
    .help__page .contact__form {
        margin-top: 0;
    }
    /*mobile*/
    header {
        position: relative;
    }
    .header__main nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #fff;
        width: 100%;
    }
    .header__main nav li {
        width: 100%;
        padding: 20px;
        text-align: center;
    }
    .bars {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    .container {
        padding-left: 4%;
        padding-right: 4%;
    }
    .hero__description {
        padding-right: 0;
    }
    .programms__card {
        width: 100%;
    }
    .programms__card_image {
        height: 26vh;
    }
    .slick-prev,
    .slick-next {
        display: none !important;
    }
    .subscription__content form input {
        width: 100%;
        padding: 25px 40px;
        margin-bottom: 10px;
    }
    .children__slide {
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    }
    .children__slide_content {
        width: 100%;
    }
    .children__slide_image {
        width: 280px;
        height: 280px;
        margin: auto;
        margin-bottom: 20px;
    }
    .about__list-elements {
        width: 100%;
    }
    .about__list-elements:last-child {
        margin-top: 0;
    }
    .about__item-number {
        font-size: 3em;
        -webkit-transform: translate(-30%, -50%);
        -ms-transform: translate(-30%, -50%);
        transform: translate(-30%, -50%);
    }
    .universal h2,
    .universal__co-title {
        max-width: 100%;
    }
    .universal {
        background-position: 60% 50% !important;
    }
    .programms,
    .news,
    .sponsors,
    .news__content,
    .contact__content,
    .about,
    .partners,
    .to_help {
        padding-top: 60px;
        padding-bottom: 80px;
    }
    .latest-articles__item {
        width: 100%;
    }
    .latest-articles__image {
        height: 37vh;
    }
}

@media screen and (max-width: 425px) {
    .hero {
        background-position: 60% 50%;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .hero__content {
        padding: 30px;
    }
    h1 {
        font-size: 3em;
    }
    h2 {
        font-size: 2em;
    }
    .primary-button {
        width: 100% !important;
    }
    .subscription h1 {
        font-size: 2.2em;
    }
    .header__logotype,
    .footer__logotype {
        width: 100px;
    }
    .more-button {
        margin: 30px 0;
        margin-bottom: 10px;
    }
    .subscription {
        background-position: 1% 50%;
    }
}