#header, header {
	display: none !important;
}

.grid-container {
   margin: 0;
   padding: 0;
   max-width: 100% !important;
   overflow-x: hidden;
}

h1,
h2,
h3,
p,
body,
main {
  margin: 0;
  padding: 0;
}
#body, body {
  overflow-x: hidden !important;
  background-color: #ffffff;
}
.view {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.8s;
  transition: opacity 0.5s, -webkit-transform 0.8s;
  transition: transform 0.8s, opacity 0.5s;
  transition: transform 0.8s, opacity 0.5s, -webkit-transform 0.8s;
}
.greeting {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(/assets/images/background.svg);
  background-color: #505D81;
  background-position: center center;
  background-size: 100vw auto;
  background-position: bottom;
  background-repeat: no-repeat;
}
.greeting__logo {
  position: relative;
  top: 150px;
  width: 46vw;
  height: auto;
  margin-top: 61px;
}
.greeting__svg-cover {
  height: 370px;
  width: 100vw;
}
.greeting__svg {
  width: 100%;
  color: #6D799A;
}
.about {
  z-index: -1;
  position: relative;
}
.about__container {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: calc(2.7% + 40px) 10% calc(10.3% + 40px);
  background-color: #FFFFFF;
}
.about__title {
  z-index: 1;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: normal;
  text-align: center;
  color: #000000;
  padding-bottom: 5.78%;
}
.about__title--bold {
  font-weight: bold;
  color: #505D81;
}
.about__text-block {
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  max-width: 1512px;
  border: solid 8px #FFF0B4;
  background-color: #FFFFFF;
}
.about__text {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  padding-bottom: 30px;
}
.about__text:last-child {
  padding-bottom: 0;
}
.about__bg-svg {
  position: absolute;
  color: #FFF0B4;
  opacity: 0;
  -webkit-animation: transparent 0.2s forwards;
          animation: transparent 0.2s forwards;
}
.about__bg-svg--top {
  width: 14.5vw;
  height: auto;
  top: 91px;
  left: 2%;
}
.about__bg-svg--middle {
  width: 19.2vw;
  height: auto;
  right: -2.11%;
  top: 41.9%;
}
.about__bg-svg--bottom {
  width: 11vw;
  height: auto;
  bottom: 4.36%;
  left: 28.4%;
}
@-webkit-keyframes transparent {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes transparent {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
.congratulations {
  display: none;
  position: relative;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CEDBFD));
  background: linear-gradient(#FFFFFF, #CEDBFD);
  padding: 2.08vw 0 2.29vw;
}
.congratulations__svg {
  position: absolute;
  width: 9.583vw;
  color: #FFCB05;
  z-index: -1;
}
.congratulations__svg--reverse {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  bottom: 3%;
  right: 1%;
}
.congratulations__svg--top {
  top: 3%;
  left: 1%;
}
.congratulations__title {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #000000;
}
.congratulations__container {
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 11vw;
}
.congratulations__btn {
  padding: 0.3vw 0.78vw;
  margin: 0 1.4vw;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.congratulations__arrow {
  color: #FFFFFF;
  width: 1.6vw;
  height: auto;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.congratulations__slide {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 4px 43.5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 43.5px rgba(0, 0, 0, 0.25);
  max-width: 100%;
  padding: 2.08% 2.29%;
  margin: 44px auto;
}
.congratulations__text {
  margin: 0 0 5px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-style: italic;
  text-align: center;
}
.congratulations__text:last-child {
  margin: 0;
}
.congratulations__sender-block {
  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-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-top: 2%;
}
.congratulations__sender-name {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: bold;
  text-align: right;
  color: #505D81;
}
.congratulations__sender-position {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 500;
  text-align: right;
  color: black;
}
.history {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background: #CEDBFD;
  padding: 7.2vw 0 4.79vw;
}
.history__bg-svg {
  position: absolute;
  color: #FFFFFF;
}
.history__bg-svg--top {
  top: 7%;
  left: 30%;
  width: 12.4vw;
  height: auto;
  -webkit-animation: floating 5s ease-in-out infinite;
          animation: floating 5s ease-in-out infinite;
}
.history__bg-svg--right {
  top: 19.23%;
  right: 1.8%;
  width: 21.1vw;
  height: auto;
  -webkit-animation: floating 11s ease-in-out infinite 2s;
          animation: floating 11s ease-in-out infinite 2s;
}
.history__bg-svg--bottom {
  bottom: 7%;
  left: 33%;
  width: 16.9vw;
  height: auto;
  -webkit-animation: floating 7s ease-in-out infinite;
          animation: floating 7s ease-in-out infinite;
}
.history__bg-svg--left {
  bottom: 33%;
  left: -3%;
  width: 14.5vw;
  height: auto;
  -webkit-animation: floating 4s ease-in-out infinite;
          animation: floating 4s ease-in-out infinite;
}
.history__container {
  z-index: 1;
}
.history__timeline {
  position: relative;
  top: 11.76%;
  right: -4%;
  width: 105.72vw;
  height: auto;
}
.history__svg {
  position: absolute;
  bottom: 17%;
  right: 9%;
  width: 7.97vw;
  height: auto;
  -webkit-transform: rotate(-7.98deg);
      -ms-transform: rotate(-7.98deg);
          transform: rotate(-7.98deg);
  -webkit-animation: move 20s linear infinite;
          animation: move 20s linear infinite;
}
.history__date-block {
  position: absolute;
  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-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.history__date {
  position: absolute;
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-weight: bold;
  color: #505D81;
}
.history__date--fs36 {
  font-size: 36px;
}
.history__date-day {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #818EB1;
}
.history__event {
  position: absolute;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #505D81;
  text-align: center;
  max-width: 170px;
}
.history__event--fs20 {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  max-width: 204px;
}
@-webkit-keyframes floating {
  0%,
  100% {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
  50% {
    -webkit-transform: translateY(-15px) translateX(10px);
            transform: translateY(-15px) translateX(10px);
  }
}
@keyframes floating {
  0%,
  100% {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
  50% {
    -webkit-transform: translateY(-15px) translateX(10px);
            transform: translateY(-15px) translateX(10px);
  }
}
@-webkit-keyframes move {
  0% {
    -webkit-transform: translateX(-10%) translateY(10%);
            transform: translateX(-10%) translateY(10%);
  }
  50% {
    -webkit-transform: translateX(30%) translateY(-10%);
            transform: translateX(30%) translateY(-10%);
  }
  100% {
    -webkit-transform: translateX(60%);
            transform: translateX(60%);
  }
}
@keyframes move {
  0% {
    -webkit-transform: translateX(-10%) translateY(10%);
            transform: translateX(-10%) translateY(10%);
  }
  50% {
    -webkit-transform: translateX(30%) translateY(-10%);
            transform: translateX(30%) translateY(-10%);
  }
  100% {
    -webkit-transform: translateX(60%);
            transform: translateX(60%);
  }
}
@-webkit-keyframes move-mobile {
  0% {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
  100% {
    -webkit-transform: translateX(60%);
            transform: translateX(60%);
  }
}
@keyframes move-mobile {
  0% {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
  100% {
    -webkit-transform: translateX(60%);
            transform: translateX(60%);
  }
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 14px;
}
body {
  background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(rgba(239, 239, 239, 0)));
  background: linear-gradient(to top, #ffffff 0%, rgba(239, 239, 239, 0) 100%);
  font-family: "Montserrat", sans-serif;
  color: #525f7f;
}
.timeline-wrapper {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.timeline-container {
  position: relative;
  overflow: hidden;
  max-height: 800px;
  -webkit-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
}
.timeline-container.expanded {
  max-height: none;
}
.timeline-container.expanded .timeline__blur {
  opacity: 0;
  visibility: hidden;
}
.timeline-container.expanded .timeline-full__event {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.timeline-full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  position: relative;
  padding-bottom: 40px;

}
.timeline__blur {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(rgba(239, 239, 239, 0)));
  background: linear-gradient(to top, #ffffff 0%, rgba(239, 239, 239, 0) 100%);
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.timeline__show-more {
  display: block;
  margin: 20px auto;
  padding: 10px 20px;
  background: #FFCB05;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.timeline__show-more:hover {
  background: #d1a600;
}
.timeline-container.expanded .timeline__show-more {
  display: none;
}
.timeline-full__event {
  margin-bottom: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
  border-radius: 6px;
  -ms-flex-item-align: center;
      align-self: center;
  width: 50vw;
}
.timeline-full__event:nth-child(n+4) {
  display: none;
}
.timeline-full-container.expanded .timeline-full__event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.timeline-full-container.expanded .timeline-full__event:nth-child(n+4) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.timeline-full__event:nth-child(2n + 1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.timeline-full__event:nth-child(2n + 1) .timeline-full__event__date {
  border-radius: 0 6px 6px 0;
}
.timeline-full__event:nth-child(2n + 1) .timeline-full__event__content {
  border-radius: 6px 0 0 6px;
}
.timeline-full__event:nth-child(2n + 1) .timeline-full__event__icon:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #fff6d4;
  position: absolute;
  top: 0%;
  left: 50%;
  right: auto;
  z-index: -1;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: fillTop 2s forwards 4s ease-in-out;
          animation: fillTop 2s forwards 4s ease-in-out;
}
.timeline-full__event:nth-child(2n + 1) .timeline-full__event__icon:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #fff6d4;
  position: absolute;
  right: 0;
  z-index: -1;
  top: 50%;
  left: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-animation: fillLeft 2s forwards 4s ease-in-out;
          animation: fillLeft 2s forwards 4s ease-in-out;
}
.timeline-full__event__title {
  font-size: 1.2rem;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFCB05;
  letter-spacing: 1.5px;
}
.timeline-full__event__content {
  padding: 20px;
  -webkit-box-shadow: 0 30px 60px -10px rgba(183, 183, 183, 0.25), 0 18px 36px -10px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
          box-shadow: 0 30px 60px -10px rgba(183, 183, 183, 0.25), 0 18px 36px -10px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
  background: #fff;
  width: calc(40vw - 84px);
  border-radius: 0 6px 6px 0;
}
.timeline-full__event__date {
  color: #fff6d4;
  font-size: 1.5rem;
  font-weight: 600;
  background: #FFCB05;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  white-space: nowrap;
  padding: 0 20px;
  border-radius: 6px 0 0 6px;
}
.timeline-full__event__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFCB05;
  padding: 20px;
  -ms-flex-item-align: center;
      align-self: center;
  margin: 0 20px;
  background: #fff6d4;
  border-radius: 100%;
  width: 40px;
  -webkit-box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
          box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
  padding: 40px;
  height: 40px;
  position: relative;
}
.timeline-full__event__icon i {
  font-size: 32px;
}
.timeline-full__event__icon:before {
  content: "";
  width: 2px;
  height: 100%;
  background: #fff6d4;
  position: absolute;
  top: 0%;
  z-index: -1;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: fillTop 2s forwards 4s ease-in-out;
          animation: fillTop 2s forwards 4s ease-in-out;
}
.timeline-full__event__icon:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #fff6d4;
  position: absolute;
  left: 0%;
  z-index: -1;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-animation: fillLeftOdd 2s forwards 4s ease-in-out;
          animation: fillLeftOdd 2s forwards 4s ease-in-out;
}
.timeline-full__event__description {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}
.timeline-full__event--type2:after {
  background: #505D81;
}
.timeline-full__event--type2 .timeline-full__event__date {
  color: #CEDBFD;
  background: #505D81;
}
.timeline-full__event--type2:nth-child(2n + 1) .timeline__event__icon:before,
.timeline-full__event--type2:nth-child(2n + 1) .timeline__event__icon:after {
  background: #CEDBFD;
}
.timeline-full__event--type2 .timeline-full__event__icon {
  background: #CEDBFD;
  color: #505D81;
}
.timeline-full__event--type2 .timeline-full__event__icon:before,
.timeline-full__event--type2 .timeline-full__event__icon:after {
  background: #CEDBFD;
}
.timeline-full__event--type2 .timeline-full__event__title {
  color: #505D81;
}
.timeline-full__event--type3:after {
  background: #3DA649;
}
.timeline-full__event--type3 .timeline-full__event__date {
  color: #acffb6;
  background-color: #3DA649;
}
.timeline-full__event--type3:nth-child(2n + 1) .timeline-full__event__icon:before,
.timeline-full__event--type3:nth-child(2n + 1) .timeline-full__event__icon:after {
  background: #acffb6;
}
.timeline-full__event--type3 .timeline-full__event__icon {
  background: #acffb6;
  color: #3DA649;
}
.timeline-full__event--type3 .timeline-full__event__icon:before,
.timeline-full__event--type3 .timeline-full__event__icon:after {
  background: #acffb6;
}
.timeline-full__event--type3 .timeline-full__event__title {
  color: #3DA649;
}
.timeline-full__event:last-child .timeline-full__event__icon:before {
  content: none;
}
@-webkit-keyframes fillLeft {
  100% {
    right: 100%;
  }
}
@keyframes fillLeft {
  100% {
    right: 100%;
  }
}
@-webkit-keyframes fillTop {
  100% {
    top: 100%;
  }
}
@keyframes fillTop {
  100% {
    top: 100%;
  }
}
@-webkit-keyframes fillLeftOdd {
  100% {
    left: 100%;
  }
}
@keyframes fillLeftOdd {
  100% {
    left: 100%;
  }
}
.magazine {
  position: relative;
  background-color: #FFFFFF;
  padding: 6.72% 0 6.72% 0;
}
.magazine__svg {
  position: absolute;
  width: 9.583vw;
  color: #FFF0B4;
}
.magazine__svg--top {
  top: 3%;
  left: 1%;
}
.magazine__svg--reverse {
  bottom: 3%;
  right: 1%;
  -webkit-transform: rotate(179deg);
      -ms-transform: rotate(179deg);
          transform: rotate(179deg);
}
.magazine__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 179px;
}
.magazine__img {
  width: 15.73vw;
  height: 24.375vw;
  background-color: #6D799A;
}
.magazine__text-block {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 33px;
}
.magazine__title {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  color: #000000;
}
.magazine__about {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  color: #505D81;
}
.magazine__link {
  background-color: #3DA649;
  padding: 2.78% 7.42%;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: #FFFFFF;
  border-radius: 2px;
}
.header-banner {
  width: 100%;
  text-decoration: none;
}
.header-banner__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 13px;
  padding: 18px 0;
  background-color: #6D799A;
}
.header-banner__logo {
  margin-top: 0.1%;
  width: 7vw;
  height: 100%;
}
.header-banner__text {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  color: #FFFFFF;
  font-weight: normal;
}
.header-banner__text--bold {
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 1720px) {
  .history__date {
    font-size: 23px;
  }
  .history__event {
    font-size: 14px;
    max-width: 150px;
  }
}
@media (max-width: 1500px) {
  .about__title {
    font-size: 30px;
  }
  .congratulations__title {
    font-size: 30px;
  }
  .magazine__container {
    gap: 150px;
  }
  .magazine__text-block {
    gap: 30px;
  }
  .magazine__title {
    font-size: 30px;
  }
  .magazine__about {
    font-size: 20px;
  }
  .magazine__link {
    font-size: 20px;
  }
  .header-banner__container {
    gap: 10px;
    padding: 14px 0;
  }
  .header-banner__text {
    font-size: 20px;
  }
}
@media (max-width: 1420px) {
  .history__date {
    font-size: 20px;
  }
  .history__event {
    font-size: 13px;
    max-width: 140px;
  }
}
@media (max-width: 1200px) {
  .header-banner__container {
    padding: 12px 0;
  }
  .header-banner__text {
    font-size: 16px;
  }
}
@media (max-width: 1000px) {
  .about__title {
    font-size: 20px;
  }
  .about__text {
    font-size: 16px;
  }
  .congratulations__title {
    font-size: 20px;
  }
  .congratulations__text {
    font-size: 16px;
  }
  .congratulations__sender-name {
    font-size: 18px;
  }
  .congratulations__sender-position {
    font-size: 18px;
  }
  .history__bg-svg--top {
    top: 22%;
    left: -4%;
    width: 22.4vw;
  }
  .history__bg-svg--right {
    top: 34.23%;
    right: 6.8%;
    width: 30.1vw;
  }
  .history__bg-svg--bottom {
    bottom: 32%;
    left: 67%;
    width: 24.9vw;
  }
  .history__bg-svg--left {
    bottom: 5%;
    left: -5%;
    width: 20.5vw;
  }
  .history__svg {
    bottom: 1%;
    right: 28%;
    width: 15.2vw;
    -webkit-animation: move-mobile 20s linear infinite;
            animation: move-mobile 20s linear infinite;
    -webkit-transform: rotate(152deg);
        -ms-transform: rotate(152deg);
            transform: rotate(152deg);
  }
  .magazine__container {
    gap: 100px;
  }
  .magazine__text-block {
    gap: 20px;
  }
  .magazine__title {
    font-size: 20px;
  }
  .magazine__about {
    font-size: 16px;
  }
  .magazine__link {
    font-size: 16px;
  }
}
@media (max-width: 786px) {
  .timeline-full__event {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .timeline-full__event__content {
    width: 100%;
  }
  .timeline-full__event__icon {
    display: none;
    border-radius: 6px 6px 0 0;
    width: 100%;
    margin: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .timeline-full__event__icon:before,
  .timeline-full__event__icon:after {
    display: none;
  }
  .timeline-full__event__date {
    border-radius: 0;
    padding: 20px;
  }
  .timeline-full__event:nth-child(2n + 1) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .timeline-full__event:nth-child(2n + 1) .timeline-full__event__date {
    border-radius: 0;
    padding: 20px;
  }
  .timeline-full__event:nth-child(2n + 1) .timeline-full__event__icon {
    border-radius: 6px 6px 0 0;
    margin: 0;
  }
}
@media (max-width: 700px) {
  .about__title {
    font-size: 16px;
  }
  .about__text {
    font-size: 14px;
  }
  .congratulations__title {
    font-size: 16px;
  }
  .congratulations__text {
    font-size: 12px;
  }
  .congratulations__sender-name {
    font-size: 14px;
  }
  .congratulations__sender-position {
    font-size: 14px;
    max-width: 300px;
  }
  .magazine__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .magazine__text-block {
    font-size: 15px;
  }
  .magazine__title {
    font-size: 16px;
  }
  .magazine__about {
    font-size: 14px;
  }
  .magazine__link {
    font-size: 14px;
  }
  .header-banner__container {
    gap: 8px;
    padding: 8px 0;
  }
  .header-banner__text {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .header-banner__text {
    font-size: 10px;
  }
}
@media (max-width: 400px) {
  .about__title {
    font-size: 12px;
  }
  .about__text {
    font-size: 10px;
  }
  .congratulations__title {
    font-size: 12px;
  }
  .congratulations__container {
    padding: 0 1vw;
  }
  .congratulations__text {
    font-size: 10px;
  }
  .congratulations__sender-name {
    font-size: 12px;
  }
  .congratulations__sender-position {
    font-size: 12px;
  }
  .magazine__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .magazine__text-block {
    font-size: 10px;
  }
  .magazine__title {
    font-size: 12px;
  }
  .magazine__about {
    font-size: 12px;
  }
  .magazine__link {
    font-size: 12px;
  }
  .header-banner__container {
    gap: 4px;
    padding: 4px 0;
  }
}
@media (min-width: 1001px) {
  .header-banner__text::after {
    content: '— учредителю журнала «Арбитражные споры»';
  }
}