.page {
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  margin: 0;
  color: white;
  font-family: Roboto;
  min-height: 100vh;
}

.red-square {
  content: "";
  position: absolute;
  width: 370px;
  height: 360px;
  left: 0;
  top: 0;
  background: #E30613;
  z-index: 1;
}

.bottom-decor {
  position: absolute;
  bottom: 0;
}

.bottom-decor img {
  width: 100%;
}

.right-decor {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  transition: all 0.5s;
}

.right-decor img {
  height: 100%;
}

@font-face {
  font-family: plumb;
  font-display: swap;
  src: url("../fonts/plumb-light.woff2") format("woff2"), url("../fonts/plumb-light.ttf2") format("ttf2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: plumb;
  font-display: swap;
  src: url("../fonts/plumb-black.woff2") format("woff2"), url("../fonts/plumb-black.ttf2") format("ttf2");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.ttf2") format("ttf2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: plumb;
  font-display: swap;
  src: url("../fonts/plumb-medium.woff2") format("woff2"), url("../fonts/plumb-medium.ttf2") format("ttf2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: Roboto;
  font-display: swap;
  src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.ttf2") format("ttf2");
  font-weight: 400;
  font-style: normal;
}

.partners {
  flex: 1 1 auto;
  display: flex;
}

.partners__container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 21px 0 35px 0;
  color: black;
  row-gap: 30px;
}

.partners__box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  color: black;
}

.partners__box .partner-position {
  height: 30px;
  font-size: 9px;
  max-width: 140px;
  display: block;
}

.partners .partners__box:nth-child(2) img {
  transform: translate(2%, 10%);
}

.partners .partners__box:nth-child(4) img {
  transform: translate(2%, 10%);
}

.partners .partners__box:nth-child(5) img {
  transform: translate(5%, 5%);
}

.partners .partners__box:nth-child(6) img {
  transform: translate(5%, 30%);
}

.partners .partners__box:nth-child(7) img {
  transform: translate(0%, 35%);
}

.own-content .inner-wrapper {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 130px;
       column-gap: 130px;
}

.own-content .left-block {
  max-width: 240px;
  position: relative;
  z-index: 2;
}

.own-content .logo {
  padding-top: 32px;
}

.own-content .logo .logo-name {
  font-family: plumb;
  font-weight: 500;
  font-size: 15px;
  max-width: 140px;
  position: relative;
  line-height: 102%;
  letter-spacing: 0.02em;
}

.own-content .logo .logo-name:before {
  position: absolute;
  content: url(../img/logo.png);
  left: -46px;
}

.own-content .title {
  margin-top: 40px;
}

.own-content .title .title-top {
  display: block;
  font-size: 13px;
  font-weight: 500;
  font-family: plumb;
}

.own-content .title .title-main {
  line-height: 110%;
  font-weight: 900;
  font-family: plumb;
  font-size: 26px;
  position: relative;
  left: -2px;
  text-transform: uppercase;
  margin-top: 15px;
  letter-spacing: -0.05em;
}

.own-content .title .title-bottom {
  font-weight: 500;
  font-family: plumb;
  font-size: 24px;
  margin-top: 19px;
  text-transform: uppercase;
}

.own-content .date {
  position: relative;
  padding-top: 55px;
  font-size: 35px;
  margin: 0;
  font-weight: 500;
  font-family: plumb;
  left: -4px;
  letter-spacing: 0.015em;
}

.own-content .date span {
  color: #6BCEF5;
  font-weight: 300;
}

.own-content .place {
  font-size: 21px;
  margin: 0;
  margin-top: 5px;
  font-weight: 500;
  font-family: plumb;
  position: relative;
  left: -2px;
  letter-spacing: 0.01em;
}

.own-content .place_second {
  margin: 0;
  line-height: 90%;
  font-weight: 300;
}

.own-content .right-block {
  max-width: 463px;
  flex: 1;
  padding-top: 50px;
}

.own-content .right-block .text {
  font-size: 11.6px;
  line-height: 135%;
  letter-spacing: -0.015em;
}

.own-content .right-block .text:nth-child(2) {
  margin-top: 17px;
}

.own-content .right-block .text:nth-child(3) {
  margin-top: 20px;
}

.own-content .right-block-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.own-content .right-block-head .archive-button {
  font-weight: 500;
  text-decoration: none;
  color: #53C7F4;
  font-size: 10px;
}

.own-content .text-content {
  margin-top: 37px;
  text-align: justify;
}

.themes {
  margin-top: 35px;
  font-family: Roboto;
  font-weight: 400;
  position: relative;
  z-index: 2;
}

.themes__head {
  display: flex;
  -moz-column-gap: 35px;
       column-gap: 35px;
  font-size: 17.5px;
}

.themes__head .theme-title {
  color: #E30613;
}

.themes__head .download {
  text-decoration: none;
  color: #009FE3;
}

.themes__box {
  display: flex;
  flex-wrap: wrap;
  row-gap: 33px;
  margin-top: 25px;
}

.themes__line {
  display: flex;
  -moz-column-gap: 35px;
       column-gap: 35px;
}

.themes .theme {
  position: relative;
  padding-left: 15px;
  line-height: 123%;
}

.themes .theme:before {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  background-color: #E30613;
  border-radius: 50%;
  left: 0px;
  top: 5px;
}

.themes .col-1 {
  max-width: 120px;
}

.themes .col-2 {
  max-width: 125px;
}

.themes .col-3 {
  max-width: 137px;
}

.themes .col-4 {
  max-width: 135px;
}

.contacts {
  margin-top: 61px;
  padding-bottom: 30px;
  position: relative;
  z-index: 2;
}

.contacts .download {
  display: none;
}

.contacts__box {
  display: flex;
  -moz-column-gap: 47px;
       column-gap: 47px;
  flex-wrap: wrap;
  max-width: 660px;
  line-height: 100%;
}

.contacts .contact:nth-child(2) {
  position: relative;
}

.contacts .contact:nth-child(2)::before,
.contacts .contact:nth-child(2)::after {
  position: absolute;
  width: 1px;
  height: 100%;
  content: "";
  background: white;
}

.contacts .contact:nth-child(2)::before {
  left: -35px;
}

.contacts .contact:nth-child(2)::after {
  right: -15px;
  top: 0;
}

.contacts .contact {
  font-size: 11px;
  letter-spacing: 0.01em;
}

.contacts .contact-question {
  max-width: 185px;
  margin: 0;
  line-height: 130%;
}

.contacts .contact-person {
  display: block;
  margin-bottom: -1px;
}

.contacts a {
  display: block;
  color: white;
  text-decoration: none;
}

.contacts .numbers {
  display: flex;
  margin-top: 2px;
}

.footer {
  position: relative;
  background-image: url(../img/footer-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 160px;
  width: 100%;
  color: #fff;
}

.footer__wrapper {
  max-width: 778px;
  margin: 0 auto;
  display: flex;
  min-height: 160px;
  align-items: center;
  justify-content: space-between;
}

.footer__title {
  font-size: 40px;
  font-weight: 400;
  text-decoration: none;
  color: #fff!important;
  margin-top: 32px;
  font-family: plumb;
  letter-spacing: -0.02em;
}

.footer__subtitle {
  font-size: 19px;
  max-width: 202px;
  margin-top: 29px;
  letter-spacing: -0.01em;
  color: #fff;
}

.archive__wrapper {
  max-width: 778px;
  margin: 0 auto;
  padding: 0 20px;
}

.archive__top {
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
  z-index: 3;
}

.archive__logo {
  position: relative;
  text-decoration: none;
  color: white;
  max-width: 200px;
  font-size: 21px;
  z-index: 10;
  line-height: 22px;
  padding-top: 54px;
  letter-spacing: -0.01em;
}

.archive__logo::before {
  position: absolute;
  content: "";
  background: url("../img/logo.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
  height: 63px;
  top: -14px;
  left: 0;
}

.archive__container {
  margin-top: 81px;
  position: relative;
  z-index: 2;
}

.archive__box {
  display: flex;
  -moz-column-gap: 75px;
       column-gap: 75px;
}

.archive__box :not(:last-child) {
  margin-bottom: 60px;
}

.archive__box :last-child {
  padding-bottom: 60px;
}

.archive__item {
  color: white;
  text-decoration: none;
  padding-left: 24px;
  position: relative;
  font-size: 22px;
  transition: ease-in 0.2s;
}

.archive__item_active {
  color: #878787;
  pointer-events: none;
}

.archive__item::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/archive-logo.svg);
  background-repeat: no-repeat;
  left: 0;
}

.archive__item:hover {
  color: #00ABE3;
}

html {
  overflow-x: hidden;
}

.main {
  position: relative;
  background-image: url(../img/bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.main_full-screen {
  flex: 1 0 auto;
}

.wrapper {
  max-width: 1024px;
  margin: auto;
  position: relative;
  width: 100%;
}

.inner-wrapper {
  max-width: 825px;
  padding: 0 75px;
}

@media (min-width: 301px) and (max-width: 799px) {
  .red-square {
    width: 100%;
    height: 352px;
  }

  .partners {
    flex-direction: column;
  }

  .partners__container {
    padding: 20px;
  }

  .partners__box {
    max-width: calc(100% - 80px);
  }

  .partners__box span {
    margin-bottom: 10px;
  }

  .own-content .inner-wrapper {
    flex-direction: column;
  }

  .own-content .red-square {
    width: 100%;
    height: 352px;
  }

  .own-content .logo {
    padding-left: 85px;
  }

  .own-content .title {
    padding-left: 40px;
  }

  .own-content .title .title-top {
    font-size: 12px;
  }

  .own-content .title .title-main {
    font-size: 28px;
    line-height: 85%;
  }

  .own-content .title .title-bottom {
    font-size: 20px;
  }

  .own-content .left-block {
    max-width: none;
  }

  .own-content .date,
  .own-content .place {
    background-color: #184B71;
    padding-left: 40px;
    left: 0;
  }

  .own-content .date {
    padding-top: 30px;
    margin-top: 35px;
    font-size: 26px;
  }

  .own-content .place {
    padding-bottom: 30px;
    font-size: 18px;
    margin: 0;
  }

  .own-content .right-block {
    max-width: calc(100% - 80px);
    padding-left: 40px;
    color: #1F79BC;
  }

  .themes__head {
    background-color: #184B71;
    justify-content: center;
  }

  .themes__head .theme-title {
    padding: 22px 0;
  }

  .themes__head .download {
    display: none;
  }

  .themes__line {
    flex-direction: column;
    row-gap: 20px;
  }

  .themes__box {
    flex-direction: column;
    max-width: calc(100% - 80px);
    padding-left: 40px;
    row-gap: 20px;
  }

  .themes .theme {
    color: black;
    max-width: none;
    font-size: 14px;
    font-weight: 500;
  }

  .contacts {
    color: black;
    margin-top: 40px;
  }

  .contacts .contact {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 14px;
  }

  .contacts .download {
    display: flex;
    background-color: #184B71;
    font-size: 18px;
    justify-content: center;
  }

  .contacts .download a {
    padding: 22px 0;
    color: #009fe3;
  }

  .contacts a {
    color: black;
  }

  .contacts__box {
    flex-direction: column;
    max-width: calc(100% - 80px);
    padding-left: 40px;
    row-gap: 50px;
    margin-top: 40px;
  }

  .contacts .contact:nth-child(2)::before,
  .contacts .contact:nth-child(2)::after {
    position: absolute;
    width: 100%;
    height: 1px;
    content: "";
    background: black;
  }

  .contacts .contact:nth-child(2)::before {
    top: -15px;
    left: 0;
  }

  .contacts .contact:nth-child(2)::after {
    top: auto;
    bottom: -15px;
    left: 0;
  }

  .footer {
    background-position: right;
  }

  .footer__wrapper {
    max-width: 778px;
    padding: 0 20px;
  }

  .footer__title {
    font-size: 20px;
  }

  .footer__subtitle {
    font-size: 14px;
    max-width: 120px;
    margin-top: 29px;
    letter-spacing: -0.01em;
  }

  .archive__top {
    background: #E30613;
    padding: 0;
  }

  .archive__wrapper {
    padding: 0;
  }

  .archive__era {
    padding-right: 20px;
    position: absolute;
    bottom: 40px;
    left: 20px;
  }

  .archive__logo {
    max-width: 160px;
    font-size: 15px;
    padding-top: 25px;
    padding-left: 70px;
    padding-bottom: 25px;
  }

  .archive__logo:before {
    width: 40px;
    height: 48px;
    top: 30px;
    left: 20px;
  }

  .archive__container {
    padding: 0 20px;
    padding-bottom: 100px;
  }

  .archive__box {
    display: flex;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .archive__box :not(:last-child) {
    margin-bottom: 40px;
  }

  .archive__box :last-child {
    padding-bottom: 40px;
  }

  .archive__item {
    color: #00ABE3;
    font-size: 16px;
  }

  .archive__item_active {
    color: #878787;
  }

  .bottom-decor {
    display: none;
  }

  .main {
    background: none;
  }

  .main_full-screen {
    flex: 0;
  }

  .wrapper {
    width: 100%;
  }

  .inner-wrapper {
    width: 100%;
    padding: 0;
  }
}

@media (min-width: 1261px) and (max-width: 1719px) {
  .right-decor {
    right: -18%;
  }
}

@media (min-width: 301px) and (max-width: 1259px) {
  .right-decor {
    display: none;
  }
}

@media (min-width: 301px) and (max-width: 499px) {
  .contacts {
    color: black;
    margin-top: 40px;
  }

  .contacts .contact {
    flex-direction: column;
  }

  .contacts .download {
    display: flex;
    background-color: #184B71;
    font-size: 18px;
    justify-content: center;
  }

  .contacts .download a {
    padding: 22px 0;
    color: #009fe3;
  }

  .contacts a {
    color: black;
  }

  .contacts__box {
    flex-direction: column;
    max-width: calc(100% - 80px);
    padding-left: 40px;
    row-gap: 50px;
    margin-top: 40px;
  }

  .contacts .contact:nth-child(2)::before,
  .contacts .contact:nth-child(2)::after {
    position: absolute;
    width: 100%;
    height: 1px;
    content: "";
    background: black;
  }

  .contacts .contact:nth-child(2)::before {
    top: -15px;
    left: 0;
  }

  .contacts .contact:nth-child(2)::after {
    top: auto;
    bottom: -15px;
    left: 0;
  }
}