.d-flex {
  display: flex;
  align-items: center;
}

.main-block {
  background: radial-gradient(65.44% 65.44% at 50% 50%, #1AA5AA 0%, #00B9BF 100%);
  padding: 198px 0 76px;
  position: relative;
}

.main-block::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/feathers-dsk.png)no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0;
}

header {
  position: fixed;
  width: 100%; 
  padding: 15px 0;
  top: 12px;
  z-index: 9999999;
  transition: .3s all ease;
}
 
.sticky {
  background: rgb(0 0 0 / 70%);
  backdrop-filter: blur(12px);
  transform: translateY(-12px);
}

.header-end {
  margin-left: auto;
}

.navigation-link {
  color: #FFF;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  transition: all 0.4s ease-out 0s;
  position: relative;
}

.navigation-link:hover:before {
  visibility: visible;
  transform: scaleX(1);
}

.navigation-link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  margin: -5px 0;
  background-color: #FFBF00;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.4s ease-out 0s;
}

.navigation-link:hover {
  color: #FFBF00;
}

.navigation-list {
  gap: 36px;
  margin-right: 44px;
}

.btn {
  color: #000;
  text-align: center;
  font-family: 'Gilroy', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  border-radius: 4px;
  background: #FFBF00;
  border: 1px solid transparent;
  padding: 9px 22px;
  cursor: pointer;
  transition: .2s all ease;
}

.btn:hover {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.main__block__box-title h2 {
  color: #024D4F;
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 5.6px;
  text-transform: uppercase;
}

.main__block__box-title h1 {
  position: relative;
  max-width: max-content;
  margin: 10px auto 0;
}

.second-title {
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 186px;
  z-index: 3;
}

.second-title text {
  fill: transparent;
  stroke: #074546;
  stroke-width: 1px;
  font-family: Gilroy, sans-serif;
  font-size: 157px;
  font-weight: 900;
  text-transform: uppercase;
}

.first-title {
  color: #074546;
  text-align: center;
  font-size: 120px;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

.main__block__box-about {
  margin-top: 40px;
  position: relative;
  z-index: 5;
}

.main__block__box-about span {
  color: #094446;
  text-align: center;
  font-family: Gilroy;
  font-size: 32px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.645px;
  margin-bottom: 12px;
  display: block;
}

.main__block__box-about p {
  color: #094446;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.402px;
}

.main__block__box-about .btn {
  margin: 40px auto 0;
}

.main__block__box-images {
  margin: 0 auto;
  position: absolute;
  top: -180px;
  width: 100%;
  justify-content: space-between;
  z-index: 2;
  align-items: flex-end;
}

.main__block__box__img-last {
  margin-right: -60px;
}

.main__block-box {
  position: relative;
}

.about-prizes {
  background: #F3F3F3;
  padding: 110px 0 0;
}

.about__prizes__row-start h2 {
  color: #373737;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 12px;
}

.about__prizes__row-start p {
  color: #262626;
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
}

.about__prizes__row-start {
  max-width: 455px;
}

.about__prizes-box {
  max-width: 915px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.about__prizes-row {
  gap: 35px;
}

.about__prizes-row:last-child {
  flex-direction: row-reverse;
}

.about__prizes__row-end {
  width: 425px;
}

.about__prizes__row-end img {
  max-width: 100%;
  object-fit: contain;
}

.about__prizes-row:last-child .about__prizes__row-end {
  width: 455px;
}

.about__prizes-row:last-child .about__prizes__row-start {
  width: 425px;
}

.sales-points {
  background: #FFF;
  padding: 40px 0 55px;
}

.sales__points-title h2 {
  color: #373737;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 6px;
}

.sales__points-title p {
  color: #262626;
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  max-width: 570px;
  margin: 0 auto;
}

.sales__points-title {
  margin-bottom: 40px;
}

.sales__points-row {
  gap: 30px;
  justify-content: center;
}

.sales__points__row-box {
  gap: 18px;
}

.sales__points__row__box-txt p {
  color: #262626;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}

.sales__points__row__box-txt {
  max-width: 280px;
}

.sales__points__row-box:nth-child(2) .sales__points__row__box-txt {
  max-width: 195px;
}

.prizes-box {
  flex-direction: column;
  align-items: flex-start;
  gap: 70px;
  max-width: 945px;
  margin: 0 auto;
}

.prizes-row {
  border-radius: 8px;
  border: 1px solid #B5B5B5;
  position: relative;
  padding: 30px 60px;
  width: 100%;
  height: 200px;
}

.prizes-block {
  background: #F3F3F3;
  padding: 95px 0 45px;
}

.prizes__row-mark {
  color: #131313;
  font-size: 19px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.384px;
  text-transform: uppercase;
  position: absolute;
  left: -81px;
  top: 41%;
  transform: translateY(40%);
  rotate: -90deg;
  border-radius: 4px;
  background: #FFBF00;
  padding: 4px 11px;
  width: 140px;
  text-align: center;
}

.prizes__row__about-title h2 {
  color: #232323;
  font-size: 36px;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}

.prizes__row__about-title {
  gap: 12px;
  align-items: flex-end;
}

.prizes__row__about-title span {
  color: #232323;
  font-size: 24px;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
}

.prizes__row__about-date {
  color: #00B9BF;
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;
  text-transform: uppercase;
}

.prizes__row-about {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.prizes__row__about-txt {
  color: #262626;
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
  max-width: 462px;
}

.prizes__row-img {
  position: absolute;
  right: 50px;
}

.prizes__row-img::before {
  content: "";
  width: 135px;
  height: 25px;
  background: #F3F3F3;
  position: absolute;
  top: 10px;
  right: -9px;
}

.prizes__row-img img {
  position: relative;
  z-index: 1;
}

.prizes__row-img::after {
  content: "";
  width: 180px;
  height: 25px;
  background: #F3F3F3;
  position: absolute;
  bottom: 10px;
  right: 31px;
}

.prizes-row:nth-child(2) .prizes__row-img::before {
  display: none;
}

.prizes-row:nth-child(2) .prizes__row-img {
  bottom: -40px;
  right: 40px;
}

.prizes-row:nth-child(2) .prizes__row-img::after {
  bottom: 25px;
  width: 225px;
  right: 25px;
}

.prizes-row:nth-child(3) .prizes__row-img {
  right: -30px;
}

.prizes-row:nth-child(3) .prizes__row-img::before {
  right: 75px;
  width: 110px;
}

.prizes-row:nth-child(3) .prizes__row-img::after {
  right: 165px;
  width: 130px;
}

.prizes__box-about {
  max-width: 945px;
  margin: 55px auto 0;
  border-radius: 12px;
  border: 2px dashed #FFF;
  background: #00B9BF;
  padding: 20px 30px 15px;
  gap: 45px;
  align-items: flex-start;
}

.prizes__box__about-title h2 {
  color: #FFF;
  font-size: 36px;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}

.prizes__box__about-txt p {
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}

.prizes__box__about-txt span {
  color: #FFF;
  font-size: 13px;
  font-weight: 300;
  line-height: 24px;
}

.prizes-row:nth-child(3) .prizes__row-img span {
  position: absolute;
  display: flex;
  width: 23px;
  height: 52px;
  background: #F3F3F3;
  right: 20px;
  top: 63px;
  z-index: 0;
}

.about-dates {
  background: #fff;
  padding: 75px 0 30px;
}

.about__dates-row {
  gap: 30px;
  align-items: flex-start;
  max-width: 955px;
  margin: 0 auto;
}

.about__dates__box-title {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.about__dates__box-title h2 {
  color: #373737;
  font-size: 21px;
  font-weight: 400;
  line-height: normal;
  flex-direction: column;
  align-items: flex-start;
}

.about__dates__box-title h2 b {
  color: #262626;
  font-size: 27px;
  font-weight: 700;
  line-height: normal;
}

.about__dates__box-title::after {
  content: "";
  width: 77px;
  height: 5px;
  border-radius: 60px;
  background: #00B9BF;
  position: absolute;
  bottom: 0;
  left: 0;
}

.about__dates__box-txt {
  color: #262626;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

.about__dates-box {
  width: calc(100%/3);
}

.about__dates__box-txt>p {
  margin-bottom: 14px;
}

.about__dates__box-list li {
  position: relative;
  padding-left: 25px;
}

.about__dates__box-list li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  top: 9px;
  left: 11.5px;
}

.about__dates__box-list li:not(:last-child) {
  margin-bottom: 15px;
}

.magazine-block {
  padding: 50px 0;
  background: #F3F3F3;
}

.magazine-title h2 {
  color: #202020;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 5px;
}

.magazine-title p {
  color: #262626;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.magazine-title {
  margin-bottom: 30px;
}

.magazine-row {
  gap: 30px 32px;
  flex-wrap: wrap;
  max-width: 945px;
  margin: 0 auto;
}

.magazine-box {
  width: calc(100%/2 - 16px);
  gap: 22px;
  padding: 17px 18px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 2px 10px 5px rgba(0, 0, 0, 0.06);
  align-items: flex-start;
}

.magazine__box-img {
  width: 130px;
  height: 130px;
  border-radius: 7px;
  overflow: hidden;
}

.magazine__box-img img {
  width: 100%;
  object-fit: contain;
}

.magazine__box-about h3 {
  color: #262626;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 2px;
}

.magazine__box-about p {
  color: #00B9BF;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 9px;
  max-width: 255px;
}

.magazine-link {
  gap: 5px;
  color: #272727;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  max-width: max-content;
  transition: .2s all ease;
}

.magazine__box-about {
  max-width: calc(100% - 155px);
}

.magazine-link:not(:last-child) {
  margin-bottom: 6px;
}

a.magazine-link:hover {
  color: #00b9bf;
}

.countdown {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2em;
}

.countdown .circle {
  position: relative;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.countdown .circle svg {
  position: relative;
  width: 150px;
  height: 150px;
  transform: rotate(270deg);
}

.countdown .circle svg circle {
  width: 100%;
  height: 100%;
  fill: transparent;
  stroke-width: 4;
  stroke-linecap: round;
  transform: translate(5px, 5px);
}

.countdown .circle svg circle:nth-child(2) {
  stroke: #fff;
  stroke-dasharray: 440;
  stroke-dashoffset: 440;
}

.countdown div {
  position: absolute;
  text-align: center;
  color: #fff;
  font-size: 64px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -4.48px;
  top: 25px;
  display: flex;
  flex-direction: column;
}

.countdown div span {
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  text-transform: lowercase;
  letter-spacing: normal;
}

.timer-start {
  padding: 40px 0 60px;
  background: #00C8CF;
}

.timer__start-title h2 {
  color: #FFF;
  font-size: 27px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  flex-direction: column;
  align-items: flex-start;
}

.timer__start-title h2 b {
  font-size: 36px;
  font-weight: 800;
}

.count {
  margin-left: auto;
  margin-top: -20px;
}

.timer-end .countdown div {
  color: #353535;
}

.timer-end .countdown .circle svg circle:nth-child(2) {
  stroke: #00B9BF;
}

.timer__start-title {
  display: flex;
  flex-direction: column;
}

.timer__start-title p {
  color: #1B1B1B;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.timer-end .timer__start-title h2 {
  color: #1B1B1B;
}

.timer-end {
  padding: 40px 0 60px;
}

.footer-row {
  justify-content: space-between;
}

footer {
  padding: 22px 0;
  background: #F3F3F3;
}

.footer-row p {
  color: #202020;
  text-align: right;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
}