@media (max-width: 1760px) {
  .header__top .search form .search__input input {
    width: 350px;
  }

  main section.goals .goals__container .goal__item {
    width: calc(20% - 20px);
  }
  main section.goals .goals__container .goal__item .goal__content .goal__title {
    font-size: 1.1vw;
    line-height: 19px;
    margin-bottom: 10px;
  }
  main section.goals .goals__container .goal__item .goal__content .goal__description {
    font-size: 1vw;
    line-height: 16px;
  }
}
@media (max-width: 1460px) {
  .header__top .search form .search__input input {
    width: 250px;
  }

  .header__top .social .social__row {
    margin: 0 7px;
  }

  main .section__top-sliders .container__wrapper {
    grid-template-columns: 70vw 22vw;
  }
  main section.goals .goals__container {
    grid-template-columns: repeat(5, 1fr);
  }
  main section.goals .goals__container .goal__item .goal__content .goal__title {
    font-size: 1.1vw;
    line-height: 19px;
    margin-bottom: 10px;
  }
  main section.goals .goals__container .goal__item .goal__content .goal__description {
    font-size: 1vw;
    line-height: 16px;
  }
  main .news__section .news__container .news__title {
    font-size: 2vw;
  }
  main .news__section .news__container .news__prew-text {
    font-size: 1.3vw;
    margin-top: 20px;
  }
  main .news__section .news__container > a {
    font-family: Pfdin-R;
    font-size: 2vw;
  }

  footer .footer__menu {
    display: none;
  }
  footer .footer__contacts .email, footer .footer__contacts .phone {
    font-size: 1.6vw;
  }
}
@media (max-width: 1279px) {
  .container-my {
    max-width: 96.5vw;
  }

  .header__top .header__contacts .phone, .header__top .header__contacts .email {
    margin-left: 0;
    height: auto;
  }

  header .header__top .header__contacts .phone__num {
    font-size: 1.5vw;
  }
  header .header__top .header__contacts .email__text {
    font-size: 1.5vw;
    margin-left: 0;
  }
  header .header__top .social {
    display: none;
  }
  header .header__top .search form .search__input input {
    width: 23vw;
  }
  header .header__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header .header__bottom .header__menu {
    display: none;
  }
  header .header__bottom .burger-menu-but {
    display: flex;
    cursor: pointer;
    position: relative;
    width: 40px;
    height: 40px;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
  }
  header .header__bottom .social {
    display: flex;
    align-items: center;
  }
  header .header__bottom .social > * {
    margin: 15px;
  }

  main .section__top-sliders .container__wrapper {
    grid-template-columns: 100%;
  }
  main .section__top-sliders .container__wrapper .main__facebook-slider__dots__item > iframe {
    height: 32vw;
    width: 30vw;
  }
  main .section__top-sliders .container__wrapper .main__facebook-slider {
    display: none;
  }
  main .section__top-sliders .main__top-slider .owl-nav {
    left: -20px;
  }
  main .news__section .news__container .news__title {
    font-size: 28px;
    line-height: 32px;
  }
  main .news__section .news__container .news__prew-text {
    font-size: 16px;
    line-height: 24px;
  }
  main section.goals .goals__title {
    font-size: 3.5vw;
  }
  main section.goals .month__goal .month__goal__description {
    font-size: 1.4vw;
  }
  main section.goals .month__goal .goal__cart img {
    width: 20vw;
  }
  main section.goals .month__goal .month__goal-title img {
    margin: 0 19px auto 0;
  }
  main section.goals .goals__container {
    grid-template-columns: repeat(4, 1fr);
  }
  main section.goals .goals__container .goal__item {
    width: calc(25% - 22px);
  }
  main section.goals .goals__container .goal__item .goal__content .goal__title {
    font-size: 1.15vw;
    margin: 0 0 13px 0;
  }
  main section.goals .goals__container .goal__item .goal__content .goal__description {
    font-size: 1.1vw;
    line-height: 1.2vw;
  }
  main section.goals .goals__container .goal__item .goal__content .goal__but {
    font-size: 1vw;
    padding: 0.4vw 3vw;
  }

  footer .footer__contacts {
    padding-left: 0;
  }
  footer .footer__contacts .phone {
    margin-left: 0;
  }
  footer .footer__contacts .phone .phone__icon {
    margin-left: 0;
  }
  footer .footer__contacts .email .email__icon {
    margin-left: 0;
  }
  footer .footer__bottom {
    display: grid;
    grid-template-columns: 2fr 1fr 2fr 1fr;
    grid-template-rows: 30px 30px;
    grid-gap: 1vw;
    padding-top: 25px;
    justify-content: space-between;
    grid-template-areas: "copyright footer__sitemap subscribe social" "development footer__sitemap subscribe social";
  }
  footer .footer__bottom .footer__sitemap a {
    font-size: 1vw;
  }
  footer .footer__bottom .subscribe form button {
    padding: 5px 1.5vw;
  }
  footer .footer__bottom .copyright > * {
    font-size: 1vw;
  }

  .container-my {
    max-width: 99.5vw;
  }

  header .header__top .header__contacts {
    flex-direction: column;
  }
  header .header__top .header__contacts .phone__num, header .header__top .header__contacts .email__text {
    font-size: 2vw;
    display: flex;
    align-items: center;
  }
  header .header__top .header__contacts .phone, header .header__top .header__contacts .email {
    align-self: start;
  }
  header .header__top .social {
    display: none;
  }
  header .header__top .search form .search__input input {
    width: 27vw;
  }
  header .header__top .search form button {
    margin: 0 0 0 15px;
  }
  header .header__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header .header__bottom .header__menu {
    display: none;
  }
  header .header__bottom .burger-menu-but {
    display: flex;
    cursor: pointer;
    position: relative;
    width: 40px;
    height: 40px;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
  }
  header .header__bottom .social {
    display: flex;
    align-items: center;
  }
  header .header__bottom .social .social__row.instagram {
    margin-right: 0;
  }
  header .header__bottom .social > * {
    margin: 15px;
  }

  main section.video .video__text p {
    font-size: 16px;
  }
  main .section__top-sliders .main__facebook-slider__dots__item > iframe {
    width: 33vw;
  }
  main .section__top-sliders .main__top-slider .owl-nav {
    left: -5px;
  }
  main section.goals .goals__title {
    font-size: 4vw;
  }
  main section.goals .month__goal .month__goal-title {
    font-size: 30px;
  }
  main section.goals .month__goal .month__goal__description {
    font-size: 18px;
  }
  main section.goals .month__goal .goal__cart img {
    width: 25vw;
  }
  main section.goals .goals__container {
    grid-template-columns: repeat(4, 1fr);
  }
  main section.goals .goals__container .goal__item .goal__content {
    padding: 17px;
  }
  main section.goals .goals__container .goal__item .goal__content .goal__title {
    font-size: 1.7vw;
    margin-bottom: 1vw;
    line-height: 2vw;
  }
  main section.goals .goals__container .goal__item .goal__content .goal__description {
    font-size: 1.3vw;
    line-height: 16px;
  }
  main section.goals .goals__container .goal__item .goal__content .goal__but {
    font-size: 1.5vw;
    padding: 0.2vw 3vw;
    margin: 25px 0 0 0;
  }

  footer .logo .logo__text p {
    font-size: 1.7vw;
  }
  footer .logo .logo__text p + p {
    font-size: 3.5vw;
  }
  footer .footer__contacts .phone, footer .footer__contacts .email {
    font-size: 24px;
  }
  footer .footer__bottom {
    display: grid;
    grid-template-columns: 3fr 2fr 2fr 1fr;
    grid-template-rows: 60px 30px;
    padding-top: 25px;
    justify-content: space-between;
    grid-template-areas: "copyright footer__sitemap subscribe subscribe" "development development social social";
  }
  footer .footer__bottom .footer__sitemap a {
    font-size: 14px;
  }
  footer .footer__bottom .subscribe .subscribe__input input {
    width: 25vw !important;
  }
  footer .footer__bottom .subscribe form button {
    padding: 5px 1.5vw;
  }
  footer .footer__bottom .copyright > * {
    font-size: 14px;
  }
}
@media (max-width: 1023px) {
  .container-my {
    max-width: 99.5vw;
  }

  .slider__container .owl-nav {
    display: none;
  }

  header .header__top .header__contacts {
    display: none;
  }
  header .header__top .social {
    display: none;
  }
  header .header__top .search form .search__input input {
    width: 42vw;
  }
  header .email__icon img {
    width: 40px;
  }
  header .header__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header .header__bottom .header__menu {
    display: none;
  }
  header .header__bottom .burger-menu-but {
    display: flex;
    cursor: pointer;
    position: relative;
    width: 40px;
    height: 40px;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
  }
  header .header__bottom .social {
    display: flex;
    align-items: center;
  }
  header .header__bottom .social > * {
    margin: 15px 6px;
  }
  header .header__bottom .header__contacts {
    display: flex;
    align-items: center;
  }
  header .header__bottom .header__contacts .phone__icon, header .header__bottom .header__contacts .email__icon {
    margin-right: 1.2vw;
  }
  header .header__bottom .header__contacts > * {
    display: flex;
    align-items: center;
    margin-left: 10px;
    color: #fff;
  }
  header .header__bottom .header__contacts .phone__num {
    margin-top: 3px;
  }
  header .header__bottom .header__contacts .phone, header .header__bottom .header__contacts .email {
    display: flex;
    font-size: 2.2vw;
    align-self: center;
    color: #fff;
    margin-right: 1vw;
  }
  header .header__bottom .header__contacts .phone > div, header .header__bottom .header__contacts .email > div {
    margin-right: 10px;
  }
  header .social__row {
    margin: 15px 6px;
  }

  main section.video .video__text {
    font-size: 1.6vw;
  }
  main .section__top-sliders .main__top-slider .owl-nav {
    left: -5px;
  }
  main section.goals .goals__title {
    font-size: 4vw;
  }
  main section.goals .month__goal .month__goal__description {
    font-size: 16px;
  }
  main section.goals .month__goal .goal__cart img {
    width: 25vw;
  }
  main section.goals .goals__container .month__goal-title {
    font-size: 24px;
  }
  main section.goals .goals__container .goal__item {
    width: calc(33.3333333333% - 22px);
  }
  main section.goals .goals__container .goal__item .goal__content .goal__title {
    font-size: 1.8vw;
    line-height: 3vw;
  }
  main section.goals .goals__container .goal__item .goal__content .goal__description {
    font-size: 16px;
    line-height: 2vw;
  }
  main section.goals .goals__container .goal__item .goal__content .goal__but {
    font-size: 15px;
    padding: 0.5vw 5vw;
  }
  main .news__section .container__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  main .news__section .news__container:nth-child(3) {
    display: none;
  }
  main .news__section .news__container .news__img {
    height: 33vw;
  }
  main .news__section .news__container > a {
    font-family: Pfdin-R;
    font-size: 20px;
  }

  footer .logo .logo__text p {
    font-size: 1.7vw;
  }
  footer .logo .logo__text p + p {
    font-size: 3.5vw;
  }
  footer .footer__menu {
    display: none;
  }
  footer .footer__bottom {
    display: grid;
    grid-template-columns: 40vw 50vw;
    grid-template-rows: 30px 30px 30px;
    grid-gap: 4vw;
    padding-top: 25px;
    justify-content: space-between;
    grid-template-areas: "copyright subscribe" "footer__sitemap ." "development social";
  }
  footer .footer__bottom .footer__sitemap a {
    margin-left: 0;
  }
  footer .footer__bottom .subscribe .subscribe__input input {
    width: 45vw !important;
  }
  footer .footer__bottom .subscribe form button {
    padding: 5px 1.5vw;
  }
  footer .footer__bottom .development a img {
    margin-top: -10px;
  }
}
@media (max-width: 800px) {
  main section.video .video__text {
    padding-bottom: 2vw;
  }
  main section.video .container__wrapper {
    grid-template-columns: 1fr;
    grid-template-areas: "iframe" "video__text" "insta-slider" "insta-slider-dots";
  }
  main section.video .container__wrapper .video__text {
    font-size: 16px;
  }
  main section.video .container__wrapper .insta-slider {
    width: 95vw;
    border: 1px solid #cccccc;
  }
  main section.video .container__wrapper .insta-slider .owl-carousel .owl-item img {
    width: 100%;
  }
}
@media (max-width: 799px) {
  .header__top .serach__wrapper {
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
    background: #069fdb;
    z-index: 99;
    display: none;
  }

  .header__top .search__container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  .header__top .search > span {
    display: block;
  }

  .header__top .search form .search__input input {
    width: 77vw !important;
  }

  .container-my {
    max-width: 99.5vw;
  }

  header .email__icon img {
    width: 40px;
  }
  header .header__bottom .header__contacts {
    display: flex;
    flex-direction: column;
  }
  header .header__bottom .header__contacts .phone__num, header .header__bottom .header__contacts .email__text {
    display: block;
    font-size: 3vw;
  }
  header .header__bottom .header__contacts .email {
    margin-top: 0px;
    margin-left: 0px;
  }
  header .header__bottom .header__contacts .email .email__icon i {
    font-size: 1.4em;
  }
  header .header__bottom .header__contacts .phone__icon img, header .header__bottom .header__contacts .email__icon img {
    width: 25px;
  }
  header .header__bottom .header__contacts .phone__icon {
    margin-left: -10px;
  }
  header .header__bottom .header__contacts .phone, header .header__bottom .header__contacts .email {
    justify-content: flex-start;
  }

  .header__bottom .header__contacts .phone__icon, .header__bottom .header__contacts .email__icon {
    margin-right: 1.2vw;
  }
  .header__bottom .header__contacts > * {
    display: flex;
    align-items: center;
    margin-left: 10px;
    color: #fff;
  }
  .header__bottom .social__row {
    margin: 15px 6px;
  }

  main .section__top-sliders .container__wrapper {
    grid-template-columns: 94.8vw;
    grid-template-rows: auto;
  }
  main .section__top-sliders .container__wrapper .main__facebook-slider {
    display: block;
  }
  main .section__top-sliders .main__top-slider .owl-nav {
    left: -5px;
  }
  main .section__top-sliders .main__facebook-slider .main__facebook-slider__dots__item iframe {
    width: 100%;
    height: 600px;
  }
  main section.goals .month__goal-title {
    margin-bottom: 30px;
  }
  main section.goals .goals__title {
    font-size: 7vw;
  }
  main section.goals .month__goal {
    flex-direction: column;
  }
  main section.goals .month__goal .goal__wrap1 .month__goal-title {
    display: block;
    flex: 1 0 45%;
    margin-left: 5%;
  }
  main section.goals .month__goal .goal__wrap2 .month__goal-title {
    display: none;
  }
  main section.goals .month__goal .month__goal-title {
    flex-direction: column;
    align-self: start;
    align-items: start;
  }
  main section.goals .month__goal .month__goal-title img {
    margin-bottom: 5px;
  }
  main section.goals .month__goal .goal__cart {
    margin: 0;
  }
  main section.goals .month__goal .goal__cart img {
    width: 45vw;
  }
  main section.goals .goals__container .goal__item {
    width: calc(50% - 22px);
  }
  main section.goals .goals__container .goal__item .goal__content {
    padding: 2.5vw;
  }
  main section.goals .goals__container .goal__item .goal__content .goal__title {
    font-size: 16px;
    margin-bottom: 1vw;
    line-height: 22px;
  }
  main section.goals .goals__container .goal__item .goal__content .goal__description {
    font-size: 12px;
    line-height: 15px;
  }
  main section.goals .goals__container .goal__item .goal__content .goal__but {
    font-size: 3vw;
    width: 100%;
    padding: 1vw 5vw;
    text-align: center;
  }
  main .news__section .container__wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
  main .news__section .news__container:nth-child(3) {
    display: flex;
  }
  main .news__section .news__container .news__img {
    height: 55vw;
  }

  footer .row.align-items-center {
    justify-content: center !important;
  }
  footer .logo .logo__text p {
    font-size: 3vw;
  }
  footer .logo .logo__text p + p {
    font-size: 6vw;
  }
  footer .footer__menu {
    display: none;
  }
  footer .footer__contacts {
    display: none;
  }
  footer .footer__contacts .phone, footer .footer__contacts .email {
    font-size: 2vw;
  }
  footer .footer__bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 4vw;
    padding-top: 25px;
    justify-content: space-between;
    grid-template-areas: "phone email" "copyright copyright" "subscribe subscribe" "development footer__sitemap" "social social";
  }
  footer .footer__bottom > .phone {
    grid-area: phone;
    display: flex;
  }
  footer .footer__bottom > .phone .phone__num {
    display: flex;
    align-items: center;
    margin-left: 10px;
    font-size: 19px;
  }
  footer .footer__bottom > .email {
    grid-area: email;
    display: flex;
  }
  footer .footer__bottom > .email .email__text, footer .footer__bottom > .email .email__icon {
    display: flex;
    align-items: center;
  }
  footer .footer__bottom > .email .email__text {
    font-size: 19px;
    margin-left: 10px;
  }
  footer .footer__bottom .footer__sitemap a {
    font-size: 14px;
    line-height: 10px;
    align-self: flex-end;
  }
  footer .footer__bottom .copyright p {
    font-size: 14px;
    text-align: center;
  }
  footer .footer__bottom .development a {
    font-size: 14px;
    line-height: 20px;
  }
  footer .footer__bottom .development br {
    display: block;
  }
  footer .footer__bottom .development a img {
    margin-top: 8px;
  }
  footer .footer__bottom .subscribe {
    width: 100%;
    margin: -10px 0;
  }
  footer .footer__bottom .subscribe .subscribe__wrapper {
    width: 100%;
  }
  footer .footer__bottom .subscribe .subscribe__input {
    flex: 1 0 0%;
  }
  footer .footer__bottom .subscribe .subscribe__input input {
    width: 100% !important;
  }
  footer .footer__bottom .subscribe form button {
    padding: 5px 4.5vw;
  }
  footer .footer__bottom .social {
    justify-self: center;
  }
}
@media (max-width: 479px) {
  header .header__bottom .header__contacts {
    margin-top: 0px;
  }
  header .header__bottom .header__contacts .email {
    margin-top: 0px;
    margin-left: 0px;
  }
  header .header__bottom .header__contacts .email .email__icon i {
    font-size: 1.9em;
  }

  main .section__top-sliders .container__wrapper {
    grid-template-columns: 94.8vw;
    grid-template-rows: auto;
  }
  main .section__top-sliders .container__wrapper .main__facebook-slider {
    display: block;
  }
  main .section__top-sliders .main__top-slider .owl-nav {
    left: -5px;
  }
  main .section__top-sliders .main__facebook-slider .main__facebook-slider__dots__item iframe {
    width: 100%;
    height: 600px;
  }
  main .news__section .container__wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
  main .news__section .news__container .news__title {
    font-size: 4vw;
    line-height: 4.5vw;
    margin-bottom: 2vw;
  }
  main .news__section .news__container .news__img {
    height: 55vw;
  }
  main .news__section .news__container .news__prew-text {
    font-size: 3vw;
    line-height: 3.5vw;
  }
  main .news__section .news__container > a {
    font-size: 3vw;
  }
  main section.goals .month__goal .goal__wrap1 {
    flex-direction: column-reverse;
    justify-content: center;
  }
  main section.goals .month__goal .goal__wrap1 .goal__cart {
    justify-content: center;
  }
  main section.goals .month__goal .goal__wrap1 .goal__cart img {
    width: 70%;
  }
  main section.goals .month__goal .goal__wrap1 .month__goal-title {
    flex: unset;
    margin-left: 0;
  }
  main section.goals .month__goal .month__goal__description {
    font-size: 14px;
  }
  main section.goals .goals__container {
    justify-content: center;
  }
  main section.goals .goals__container .month__goal .month__goal__description {
    font-size: 18px;
  }
  main section.goals .goals__container .goal__item {
    width: 70%;
  }
  main section.goals .goals__container .goal__item .goal__content .goal__title {
    font-size: 18px;
    line-height: 24px;
  }
  main section.goals .goals__container .goal__item .goal__content .goal__description {
    font-size: 17px;
    line-height: 19px;
  }
  main section.goals .goals__container .goal__item .goal__content .goal__but {
    padding: 5px 15px;
    font-size: 4vw;
  }

  footer .footer__bottom {
    grid-template-areas: "phone phone" "email email" "copyright copyright" "subscribe subscribe" "footer__sitemap footer__sitemap" "development development" "social social";
  }
  footer .footer__bottom .footer__sitemap a {
    align-self: flex-start;
  }
  footer .footer__bottom > .phone, footer .footer__bottom > .email {
    justify-self: center;
  }
  footer .footer__bottom .subscribe {
    margin: 5px 0;
  }
  footer .footer__bottom .subscribe .subscribe__wrapper {
    width: 100%;
  }
  footer .footer__bottom .subscribe .subscribe__wrapper .subscribe__input {
    flex: 1 0 0%;
  }
  footer .footer__bottom .subscribe .subscribe__wrapper .subscribe__input input {
    width: 100% !important;
  }
  footer .footer__bottom .subscribe .subscribe__wrapper form button {
    padding: 5px 4.5vw;
  }
}
@media (max-width: 1900px) {
  main .container-my-2 {
    max-width: 96.5vw;
  }
  main div.content.page-75-year .news__section .news__container .news__img {
    height: 25vw;
  }
  main div.content.page-75-year .news__section .news__container .news__title {
    font-size: 1.7vw;
  }
  main div.content.page-75-year .news__section .news__container .news__prew-text {
    font-size: 1vw;
  }
  main div.content.page-75-year .news__section .news__container > a {
    display: flex;
    align-items: center;
    align-self: flex-end;
    font-family: Pfdin-R;
    font-size: 1.1vw;
    color: #069fdb;
    margin-top: auto;
    transition: 0.5s;
  }
  main div.content.page-75-year .news__section .news__container > a:hover {
    text-decoration: underline !important;
  }
  main div.content.page-75-year .news__section .news__container > a:hover img {
    transform: translateX(0);
  }
  main div.content.page-75-year .news__section .news__container > a .right_but_container {
    margin-left: 11px;
    transition: 0.5s;
  }
  main div.content.page-75-year .key-events .key-events__content .key-events__item .key-events__pub-date {
    padding: 0px 0 22px;
  }
  main div.content.page-75-year .key-events .key-events__content .key-events__item > a {
    display: flex;
    align-items: center;
    align-self: flex-end;
    font-family: Pfdin-R;
    font-size: 1.1vw;
    color: #069fdb;
    margin-top: auto;
    transition: 0.5s;
  }
  main div.content.page-75-year .key-events .key-events__content .key-events__item > a:hover {
    text-decoration: underline !important;
  }
  main div.content.page-75-year .key-events .key-events__content .key-events__item > a:hover img {
    transform: translateX(0);
  }
  main div.content.page-75-year .key-events .key-events__content .key-events__item > a .right_but_container {
    margin-left: 11px;
    transition: 0.5s;
  }
}
@media (max-width: 1279px) {
  main .container-my-2 {
    max-width: 99vw;
  }
  main .container-my-2 .font-roboto {
    font-size: 16px;
  }
  main div.content.page-75-year .news__section .news__container .news__title {
    font-size: 2.2vw;
  }
  main div.content.page-75-year .news__section .news__container .news__prew-text {
    font-size: 1.5vw;
  }
  main div.content.page-75-year .news__section .news__container > a {
    font-size: 1.5vw;
  }
  main div.content.page-75-year .key-events .key-events__content .key-events__item .key-events__pub-date {
    padding: 0px 0 22px;
  }
  main div.content.page-75-year .key-events .key-events__content .key-events__item .key-events__img {
    width: 330px;
  }
  main div.content.page-75-year .key-events .key-events__content .key-events__item .key-events__text .key-events__title {
    font-size: 28px;
    line-height: 39px;
  }
  main div.content.page-75-year .key-events .key-events__content .key-events__item .key-events__text .key-events__prew-text {
    font-size: 16px;
    line-height: 24px;
  }

  .pagination {
    justify-content: center;
  }
}
@media (max-width: 1023px) {
  main div.content.page-75-year .news__section .container__wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 5vw;
  }
  main div.content.page-75-year .news__section .container__wrapper .news__container .news__img {
    height: 50vw;
  }
  main div.content.page-75-year .news__section .container__wrapper .news__container .news__title {
    font-size: 3vw;
  }
  main div.content.page-75-year .news__section .container__wrapper .news__container .news__prew-text {
    font-size: 2.2vw;
  }
  main div.content.page-75-year .news__section .container__wrapper .news__container > a {
    font-size: 2.2vw;
  }
  main div.content.page-75-year .key-events .key-events__content .key-events__item .key-events__title {
    font-size: 3vw;
  }
  main div.content.page-75-year .key-events .key-events__content .key-events__item .key-events__prew-text {
    font-size: 2vw;
  }
}
@media (max-width: 799px) {
  main div.content.page-75-year .news__section .container__wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 5vw;
  }
  main div.content.page-75-year .news__section .container__wrapper .news__container .news__img {
    height: 50vw;
  }
  main div.content.page-75-year .news__section .container__wrapper .news__container .news__title {
    font-size: 3.2vw;
  }
  main div.content.page-75-year .news__section .container__wrapper .news__container .news__prew-text {
    font-size: 2.6vw;
  }
  main div.content.page-75-year .news__section .container__wrapper .news__container > a {
    font-size: 2.6vw;
  }
  main div.content.page-75-year .key-events .key-events__content .key-events__item {
    flex-direction: column;
    margin-bottom: 5vw;
  }
  main div.content.page-75-year .key-events .key-events__content .key-events__item .key-events__pub-date {
    margin-top: 23px;
  }
  main div.content.page-75-year .key-events .key-events__content .key-events__item .key-events__img {
    width: auto;
    max-width: none;
  }
  main div.content.page-75-year .key-events .key-events__content .key-events__item .key-events__img img {
    width: 99vw;
  }
}
@media (max-width: 1900px) {
  main .contact.page-contact {
    grid-template-rows: 444px 350px;
    grid-template-columns: 600px auto;
  }
}
@media (max-width: 1279px) {
  main .contact.page-contact {
    grid-template-rows: 420px 300px;
    grid-template-columns: 500px auto;
  }
  main .contact.page-contact .contact_content {
    padding: 50px 10px 50px 50px;
    justify-content: space-between;
  }
  main .contact.page-contact .contact_content img:not(.social img) {
    left: 10px;
  }
  main .contact.page-contact .contact_content .email .p-blue {
    display: flex;
    flex-direction: column;
  }
  main .contact.page-contact .contact_content p {
    line-height: 30px;
    font-size: 24px;
  }
}
@media (max-width: 1023px) {
  main .contact.page-contact {
    grid-template-rows: 450px auto;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "contact_content contact_office" "contact_map contact_map";
  }
  main .contact.page-contact .contact_office img {
    height: 100%;
  }
}
@media (max-width: 799px) {
  main .contact.page-contact {
    grid-template-rows: auto 400px auto;
    grid-template-columns: 1fr;
    grid-template-areas: "contact_content" "contact_office" "contact_map";
  }
  main .contact.page-contact .contact_office img {
    width: 100%;
  }
  main .contact.page-contact .contact_content .email .p-blue {
    flex-direction: unset;
  }
  main .contact.page-contact .contact_content p {
    margin-bottom: 10px;
  }
}
@media (max-width: 1900px) {
  main section.vacancies.page-vacancies .blue-back .container-my-2 .p-gray {
    font-size: 16px;
  }
  main section.vacancies.page-vacancies .vacancies__row .vacancies__item {
    padding: 1vw 0;
  }
  main section.vacancies.page-vacancies .vacancies__row .vacancies__item p {
    font-size: 24px;
  }
  main section.vacancies.page-vacancies .vacancies__row .vacancies__item p span {
    font-size: 19px;
  }
}
@media (max-width: 799px) {
  main section.vacancies.page-vacancies .pagination {
    margin: 10vw;
  }
  main section.vacancies.page-vacancies .vacancies__row .vacancies__item h3:after {
    margin: 4vw 0;
  }
}
@media (max-width: 1023px) {
  main section.video.page-video .video__row {
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr;
    grid-gap: 10vw;
    margin-bottom: 10vw;
  }
  main section.video.page-video .video__row .video__iframe {
    height: 60vw;
  }
}
@media (max-width: 799px) {
  main section.video.page-video .video__row .video__pub-date {
    font-size: 16px;
    line-height: 24px;
  }
  main section.video.page-video .video__row .video__title {
    font-size: 28px;
    line-height: 32px;
  }
  main section.video.page-video .video__row .video__desc p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 1900px) {
  main section.history.page-history .history__row {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 4vw;
  }
}
@media (max-width: 1279px) {
  main section.history.page-history .history-day .history-day__row .history-day__text .history-day__title {
    font-size: 36px;
  }
  main section.history.page-history .history-day .history-day__row .history-day__text .history-day__desc {
    font-size: 19px;
  }
  main section.history.page-history .history__row .history__item .history__text .history__title {
    font-size: 28px;
    line-height: 32px;
  }
  main section.history.page-history .history__row .history__item .history__text .history__desc {
    font-size: 16px;
    margin-top: 20px;
    line-height: 24px;
  }
  main section.history.page-history .history__row .history__item .history__text a {
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  main section.history.page-history .history-day {
    padding: 2vw 0;
  }
  main section.history.page-history .history-day .history-day__row {
    flex-direction: column;
  }
  main section.history.page-history .history-day .history-day__row .history-day__text .history-day__title {
    font-size: 36px;
  }
  main section.history.page-history .history-day .history-day__row .history-day__text .history-day__desc {
    font-size: 24px;
  }
  main section.history.page-history .history-day .history-day__row .history-day__text a {
    font-size: 24px;
    margin: 3vw 0;
  }
  main section.history.page-history .history-day .history-day__row .history-day__img {
    width: 100%;
  }
  main section.history.page-history .history-day .history-day__row .history-day__img img {
    width: 100%;
  }
  main section.history.page-history .history__row {
    grid-template-columns: 1fr;
    grid-gap: 4vw;
    margin: 15vw 0 5vw;
  }
  main section.history.page-history .history__row .history__item .history__img {
    height: 400px;
  }
}
@media (max-width: 799px) {
  main section.history.page-history .history-day .history-day__row .history-day__text .history-day__desc {
    font-size: 19px;
    line-height: 26px;
  }
}
@media (max-width: 1900px) {
  main section.history_detail.page-history_detail .history__row .history__item .history__text .history__date {
    width: 150px;
    padding: 1vw 0;
    margin-bottom: 1vw;
  }
  main section.history_detail.page-history_detail .history__row .history__item .history__text .history__content p, main section.history_detail.page-history_detail .history__row .history__item .history__text .history__content li {
    font-size: 19px;
  }
  main section.history_detail.page-history_detail .history__row .history__item .history__text .history__content .pdfin-24-blue {
    font-size: 24px;
  }
  main section.history_detail.page-history_detail .history__row .history__item .history__text .history__content .pdfin-24-black {
    font-size: 24px;
  }
  main section.history_detail.page-history_detail .history__row .history__item .history__text .history__content p.quote {
    margin: 2vw 0 2vw 0vw;
  }
  main section.history_detail.page-history_detail .history__row .history__item .history__text .history__content .text__row .text-img img {
    width: 45vw !important;
  }
  main section.history_detail.page-history_detail .history__row .history__item .history__text .history__content .p-detail {
    margin-left: 30vw;
  }
}
@media (max-width: 799px) {
  main section.history_detail.page-history_detail .history__row .history__item .history__text .history__date {
    width: 150px;
    padding: 1vw 0;
    margin-bottom: 1vw;
  }
  main section.history_detail.page-history_detail .history__row .history__item .history__text .history__content p, main section.history_detail.page-history_detail .history__row .history__item .history__text .history__content li {
    font-size: 19px;
  }
  main section.history_detail.page-history_detail .history__row .history__item .history__text .history__content .pdfin-24-blue {
    font-size: 24px;
  }
  main section.history_detail.page-history_detail .history__row .history__item .history__text .history__content .pdfin-24-black {
    font-size: 24px;
  }
  main section.history_detail.page-history_detail .history__row .history__item .history__text .history__content p.quote {
    margin: 2vw 0 2vw 0vw;
  }
  main section.history_detail.page-history_detail .history__row .history__item .history__text .history__content .text__row .text-img {
    float: none;
    margin: 0;
  }
  main section.history_detail.page-history_detail .history__row .history__item .history__text .history__content .text__row .text-img img {
    width: 100% !important;
    max-width: none;
  }
  main section.history_detail.page-history_detail .history__row .history__item .history__text .history__content .p-detail {
    margin-left: 30vw;
  }
}
@media (min-width: 1899px) {
  .container-my.activites {
    max-width: 89vw;
  }
}
@media (max-width: 1899px) {
  main section.events.page-events .events-day .events-day__row .events-day__text .events-day__date {
    display: none;
  }
}
@media (max-width: 1279px) {
  main section.events.page-events .events__row .events__item .events__text .events__date {
    font-size: 16px;
  }
  main section.events.page-events .events__row .events__item .events__text .events__title {
    font-size: 28px;
    line-height: 32px;
  }
  main section.events.page-events .events__row .events__item .events__text .events__desc {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 1023px) {
  main section.events.page-events .events__sort {
    margin: 4vw 0;
    padding: 10px 15px;
  }
  main section.events.page-events .events__sort span {
    font-size: 28px;
  }
  main section.events.page-events .events__sort .sort_row a {
    font-size: 19px;
    margin: 0 2vw;
  }
  main section.events.page-events .events__sort .sort_row a:before {
    width: 20px;
    height: 20px;
    border: 2px solid #069fdb;
  }
  main section.events.page-events .events__sort .sort_row a.active:before {
    font-size: 12px;
  }
  main section.events.page-events .events-day .events-day__row {
    flex-direction: column;
  }
  main section.events.page-events .events-day .events-day__row .events-day__img {
    margin-top: 4vw;
    width: 100%;
  }
  main section.events.page-events .events-day .events-day__row .events-day__img img {
    margin: auto;
    max-width: 100%;
  }
  main section.events.page-events .events-day .events-day__row .events-day__text .events-day__title {
    font-size: 36px;
    line-height: 42px;
  }
  main section.events.page-events .events-day .events-day__row .events-day__text .events-day__desc {
    font-size: 19px;
    line-height: 23px;
  }
  main section.events.page-events .events-day .events-day__row .events-day__text a {
    margin-top: 20px;
  }
  main section.events.page-events .events__row {
    grid-template-columns: 1fr;
  }
  main section.events.page-events .events__row .events__item {
    margin-bottom: 5vw;
  }
  main section.events.page-events .events__row .events__item .events__img {
    height: auto;
    min-height: auto;
    max-height: none;
  }
}
@media (max-width: 799px) {
  main section.events.page-events .events__row .events__item .events__img {
    height: auto;
    min-height: auto;
    max-height: none;
  }
}
@media (max-width: 1279px) {
  main section.infocenters.page-infocenters .infocenters__row .infocenters__item {
    grid-template-columns: 5vw 27vw 18vw 15vw auto;
  }
  main section.infocenters.page-infocenters .infocenters__row .infocenters__item .infocenters__city {
    font-size: 24px;
  }
  main section.infocenters.page-infocenters .infocenters__row .infocenters__item .infocenters__address {
    font-size: 16px;
  }
  main section.infocenters.page-infocenters .infocenters__row .infocenters__item .infocenters__address:before {
    font-size: 24px;
  }
  main section.infocenters.page-infocenters .infocenters__row .infocenters__item .infocenters__tel {
    margin-left: 30px;
  }
  main section.infocenters.page-infocenters .infocenters__row .infocenters__item .infocenters__tel p {
    font-size: 16px;
  }
  main section.infocenters.page-infocenters .infocenters__row .infocenters__item .infocenters__tel:before {
    font-size: 13px;
  }
  main section.infocenters.page-infocenters .infocenters__row .infocenters__item .infocenters__email {
    font-size: 16px;
  }
  main section.infocenters.page-infocenters .infocenters__row .infocenters__item .infocenters__email:before {
    font-size: 16px;
  }
  main section.infocenters.page-infocenters .infocenters__row .infocenters__item .social .social__item {
    font-size: 24px;
    margin: 0.3vw;
    padding: 0 0.2vw;
  }
}
@media (max-width: 1023px) {
  main section.infocenters.page-infocenters .infocenters__row .infocenters__item {
    grid-template-columns: 5vw 33vw auto 25vw;
    grid-template-areas: "infocenters__city infocenters__address infocenters__tel social" "infocenters__city infocenters__address infocenters__email social";
    grid-gap: 0 2vw;
  }
  main section.infocenters.page-infocenters .infocenters__row .infocenters__item .infocenters__city {
    grid-area: infocenters__city;
    margin-top: 1vw;
  }
  main section.infocenters.page-infocenters .infocenters__row .infocenters__item .infocenters__address {
    grid-area: infocenters__address;
    margin-left: 40px;
  }
  main section.infocenters.page-infocenters .infocenters__row .infocenters__item .infocenters__tel {
    grid-area: infocenters__tel;
  }
  main section.infocenters.page-infocenters .infocenters__row .infocenters__item .infocenters__tel p {
    margin: 0px 0px 7px;
  }
  main section.infocenters.page-infocenters .infocenters__row .infocenters__item .infocenters__email {
    grid-area: infocenters__email;
  }
  main section.infocenters.page-infocenters .infocenters__row .infocenters__item .social {
    grid-area: social;
  }
}
@media (max-width: 799px) {
  main section.infocenters.page-infocenters .infocenters__row .infocenters__item {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "infocenters__city infocenters__city" "infocenters__address infocenters__tel" "infocenters__address infocenters__email" "infocenters__address social";
    justify-content: flex-start;
    grid-gap: 0 2vw;
  }
  main section.infocenters.page-infocenters .infocenters__row .infocenters__item .infocenters__city {
    margin-top: 1vw;
  }
  main section.infocenters.page-infocenters .infocenters__row .infocenters__item .infocenters__address {
    margin-left: 20px;
  }
  main section.infocenters.page-infocenters .infocenters__row .infocenters__item .infocenters__tel {
    justify-self: flex-start;
  }
  main section.infocenters.page-infocenters .infocenters__row .infocenters__item .infocenters__email {
    justify-self: flex-start;
    margin: 10px 0 10px 25px;
  }
  main section.infocenters.page-infocenters .infocenters__row .infocenters__item .social {
    justify-self: flex-start;
  }
}
@media (max-width: 479px) {
  main section.infocenters.page-infocenters .infocenters__row .infocenters__item * {
    font-size: 3.5vw !important;
  }
}
@media (max-width: 1900px) {
  main section.events.press.page-events .events__row {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1023px) {
  main section.events.press.page-events .events__row {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1900px) {
  main section.materials.page-materials .owl-carousel.materials-slider .owl-nav {
    left: 0px;
  }
  main section.materials.page-materials .materials__row .materials__items {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1279px) {
  main section.materials.page-materials .owl-nav {
    display: none;
  }
  main section.materials.page-materials .materials__row .materials__items {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 5vw 3vw;
  }
}
@media (max-width: 1023px) {
  main section.materials.page-materials .materials__row .materials__filter {
    align-items: center;
  }
  main section.materials.page-materials .materials__row .materials__filter br {
    display: block;
  }
}
@media (max-width: 799px) {
  main section.materials.page-materials .materials__row {
    margin-bottom: 15vw;
  }
  main section.materials.page-materials .materials__row .materials__filter {
    margin: 20px 0;
  }
  main section.materials.page-materials .materials__row .materials__filter .filter__wrap {
    grid-template-columns: repeat(4, 1fr);
  }
  main section.materials.page-materials .materials__row .materials__filter a, main section.materials.page-materials .materials__row .materials__filter span {
    font-size: 24px;
  }
  main section.materials.page-materials .materials__row .materials__items {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5vw 3vw;
  }
  main section.materials.page-materials .materials__row .materials__items .materials__item a {
    font-size: 24px;
  }
  main section.materials.page-materials .search p {
    margin: 20px 0;
  }
}
@media (max-width: 1900px) {
  main section.uni-rus.page-uni-rus .uni__cards {
    grid-template-columns: repeat(3, 1fr);
  }
  main section.uni-rus.page-uni-rus .uni__cards .uni__card .card__desc p {
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  main section.uni-rus.page-uni-rus .uni__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 799px) {
  main section.uni-rus.page-uni-rus .uni__cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 1900px) {
  main section.photos.page-photos .photos__row .photos__item .photos__desc p {
    font-size: 24px;
    line-height: 28px;
  }
  main section.photos.page-photos .photos__row .photos__item .photos__desc span {
    font-size: 16px;
  }
}
@media (max-width: 1900px) {
  main section.photos-detail.page-photos-detail .sec {
    grid-template-columns: repeat(3, 1fr);
  }
  main section.photos-detail.page-photos-detail .sec .photo-row p {
    font-size: 16px;
  }
  main section.photos-detail.page-photos-detail .sec p.quote {
    font-size: 24px;
    line-height: 28px;
    padding-left: 66px;
  }
}
@media (max-width: 1023px) {
  main section.photos-detail.page-photos-detail .sec {
    grid-template-columns: repeat(2, 1fr);
  }
  main section.photos-detail.page-photos-detail .sec p.quote {
    grid-column: 2 span;
  }
  main section.photos-detail.page-photos-detail .sec .photo-row.center {
    grid-column: 2 span;
    width: 50%;
    margin: auto;
  }
  main section.photos-detail.page-photos-detail .sec .photo-row.right {
    grid-column: 2 span;
    width: 49%;
    margin-left: auto;
  }
}
@media (max-width: 799px) {
  main section.photos-detail.page-photos-detail .sec {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  main section.photos-detail.page-photos-detail .sec .photo-row.center {
    width: 50%;
  }
  main section.photos-detail.page-photos-detail .sec .photo-row.right {
    width: 100%;
  }
}

/*# sourceMappingURL=media.css.map */
