.section-1 {
  margin-bottom: 40px;
  min-height: 654px;
  position: relative;
  display: flex;
}
@media (max-width: 1160px) {
  .section-1 {
    min-height: auto;
    display: block;
  }
}
.section-1 .container {
  display: flex;
  width: 100%;
}
.section-1__right {
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
  z-index: -1;
  height: 100%;
}
.section-1__left {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.section-1__left .section-title {
  font-weight: 700;
  font-size: 6rem;
  color: black;
  line-height: 1.2;
  max-width: 675px;
  margin-bottom: 35px;
}
.section-1__left .section-subtitle {
  font-weight: 400;
  line-height: 2.434rem;
  color: #808080;
  max-width: 596px;
  margin-bottom: 62px;
  font-size: 1.8rem;
}
.section-1__left .button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #282828;
  border-radius: 37px;
  color: white;
  font-size: 2rem;
  font-weight: 600;
  align-self: flex-start;
  padding: 19.5px 37px;
  transition: 0.2s;
}
.section-1__left .button:hover {
  background: #FFCC00;
  transition: 0.2s;
}

.section-2 {
  margin-top: 40px;
  margin-bottom: 86px;
}
.section-2 .section-title {
  font-size: 4.9rem;
  line-height: 5.753rem;
  font-weight: bold;
}
.section-2 .catalog-tabs {
  margin-top: 32px;
}
.section-2 .catalog-tabs ul {
  display: flex;
}
.section-2 .catalog-tabs ul li {
  margin-right: 58.5px;
}
.section-2 .catalog-tabs ul li:nth-last-child(1) {
  margin-right: 0;
}
.section-2 .catalog-tabs ul li span {
  cursor: pointer;
  color: #808080;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.1rem;
  font-feature-settings: "pnum" on, "lnum" on;
  position: relative;
  padding-bottom: 4px;
}
.section-2 .catalog-tabs ul li span::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  transform: translateX(-50%);
  transition: 0.4s width;
  background: #282828;
  height: 2px;
}
.section-2 .catalog-tabs ul li span:hover {
  color: #4B4B4B;
  transition: 0.2s;
}
.section-2 .catalog-tabs ul li span.active {
  color: #282828;
  transition: 0.2s;
  display: block;
}
.section-2 .catalog-tabs ul li span.active::before {
  width: calc(100% + 3px);
}
.section-2 .catalog-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1280px;
  gap: 20px 22px;
  margin-top: 57px;
  grid-auto-rows: 1fr;
}
.section-2 .catalog-list__block {
  display: none;
  max-width: 412px;
  width: 100%;
  background-color: #F7F7F7;
  border-radius: 7px;
  padding: 24px 34px 38px;
  background-repeat: no-repeat;
  background-position: bottom right;
}
.section-2 .catalog-list__block-name {
  font-size: 2.2rem;
  line-height: 2.968rem;
  font-feature-settings: "pnum" on, "lnum" on;
  font-weight: 600;
  max-width: 300px;
  transition: 0.2s;
}
.section-2 .catalog-list__block-name:hover {
  color: #FFCC00;
}
.section-2 .catalog-list__block-list {
  margin-top: 23px;
  max-width: 300px;
}
.section-2 .catalog-list__block-list li {
  margin-bottom: 15px;
}
.section-2 .catalog-list__block-subcategory {
  color: #808080;
  font-size: 1.8rem;
  line-height: 2.428rem;
  font-weight: 500;
  transition: 0.2s;
}
.section-2 .catalog-list__block-subcategory:hover {
  color: #FFCC00;
}
.section-2 .catalog-list__block.active {
  display: block;
}

.section-3 {
  margin-top: 86px;
  background-color: #424242;
  padding: 100px 0 120px;
  margin-bottom: 136px;
}
.section-3 > .container {
  position: relative;
}
.section-3 .timer-block {
  display: grid;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  padding-bottom: 83px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 800px) {
  .section-3 .timer-block {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 475px) {
  .section-3 .timer-block {
    grid-template-columns: repeat(1, 1fr);
  }
}
.section-3 .timer-block::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 40px;
  background: #515151;
  height: 1px;
  width: 100vw;
  max-width: 1540px;
}
.section-3 .timer-block__wrapper {
  width: 100%;
  margin-bottom: 30px;
}
.section-3 .timer-block__wrapper-top {
  color: #FFCC00;
  font-weight: 600;
  font-size: 6rem;
  line-height: 7rem;
  font-feature-settings: "pnum" on, "lnum" on;
  margin-bottom: 6px;
  display: flex;
  justify-content: center;
}
.section-3 .timer-block__wrapper-text {
  font-feature-settings: "pnum" on, "lnum" on;
  color: white;
  font-size: 1.8rem;
  line-height: 2.1rem;
  font-weight: 600;
  max-width: 248px;
  text-align: center;
  margin: 0 auto;
}
.section-3__contact {
  margin: 97px auto 0;
  max-width: 61.979vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1160px) {
  .section-3__contact {
    max-width: 84.179vw;
  }
}
@media (max-width: 787px) {
  .section-3__contact {
    max-width: 100%;
  }
}
.section-3__left {
  max-width: 643px;
  width: 100%;
}
.section-3__left-header {
  font-weight: bold;
  font-size: 5.1rem;
  line-height: 6rem;
  color: white;
  margin-bottom: 42px;
}
.section-3__left-subheader {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.1rem;
  color: #808080;
  font-feature-settings: "pnum" on, "lnum" on;
}
.section-3__right-button {
  margin-top: 47px;
}
.section-3__right-button .button {
  display: block;
  padding: 26.5px 46.5px;
  background: white;
  border-radius: 37px;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.3rem;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #424242;
  transition: 0.2s;
}
.section-3__right-button .button:hover {
  color: white;
  background: #FFCC00;
}

.section-4 {
  margin-top: 136px;
  margin-bottom: 154px;
}
.section-4 .partners {
  display: grid;
  gap: 43px 42px;
  grid-template-columns: repeat(7, 1fr);
  margin-left: 42px;
  margin-right: 91px;
}
.section-5 {
  margin-top: 154px;
}
.section-5__wrapper {
  display: flex;
  justify-content: space-between;
}
.section-5__wrapper-text {
  font-size: 2rem;
  line-height: 3.34rem;
  margin-bottom: 64px;
}
.section-5__wrapper-text a {
  color: #5B95ED;
  text-decoration: underline;
  transition: 0.2s;
}
.section-5__wrapper-text a:hover {
  color: #2978EE;
}
.section-5__wrapper-header {
  font-weight: bold;
  font-size: 4rem;
  line-height: 4.7rem;
}
.section-5__wrapper-left {
  max-width: 617px;
}
.section-5__wrapper-left img {
  margin-left: -71px;
}
.section-5__wrapper-right {
  max-width: 629px;
}
.section-5__wrapper-link {
  color: #FFCC00;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.3rem;
  font-feature-settings: "pnum" on, "lnum" on;
  position: relative;
  transition: 0.2s;
}
.section-5__wrapper-link svg {
  margin-left: 18px;
}
.section-5__wrapper-link:hover {
  color: #616161;
  transition: 0.2s;
}
.section-5__wrapper-link:hover svg path {
  fill: #616161;
}
.section-5__wrapper-link:active {
  color: #282828;
  transition: 0.2s;
}

@media (max-width: 1605px) {
  .section-3__right {
    margin-right: 0;
  }
}
@media (max-width: 1550px) {
  .section-5 {
    margin-top: 75px;
  }
  .section-5__wrapper {
    flex-direction: column;
  }
  .section-5__wrapper-left {
    max-width: 100%;
  }
  .section-5__wrapper-left img {
    margin: 0 auto;
  }
  .section-5__wrapper-right {
    max-width: 100%;
  }
  .section-5__wrapper-text {
    margin-bottom: 36px;
  }
}
@media (max-width: 1410px) {
  .section-2 .catalog-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .section-2 .catalog-list__block {
    max-width: 100%;
  }

  .section-4 .partners {
    gap: 16px 16px;
  }

  .section-3 .timer-block__wrapper.centred {
    text-align: center;
  }
  .section-3 .timer-block__wrapper.centred .timer-block__wrapper-top {
    justify-content: center;
  }
  .section-3 .timer-block__wrapper.centred .timer-block__wrapper-text {
    margin: 0 auto;
  }
}
@media (max-width: 1160px) {
  .section-1 {
    position: relative;
    padding: 40px 0 30px;
    margin-bottom: 0;
  }
  .section-1::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90.98deg, #FFFFFF 41.96%, rgba(255, 255, 255, 0) 117.13%);
    z-index: -1;
  }
  .section-1__left .section-title {
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
  .section-1__left .section-subtitle {
    margin-bottom: 29px;
  }
  .section-1__right-image {
    height: 100%;
  }
  .section-1__right-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
  }

  .section-2 {
    margin-bottom: 0;
  }
  .section-2 .section-title {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
  .section-2 .catalog-tabs {
    margin-top: 21px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .section-2 .catalog-tabs ul li {
    margin-right: 26px;
  }
  .section-2 .catalog-list {
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
    margin-top: 40px;
  }
  .section-2 .catalog-list__block {
    max-width: 100%;
  }

  .section-3 {
    padding: 37px 0 55px;
    margin-top: 60px;
    margin-bottom: 0;
  }
  .section-3 .timer-block {
    max-width: 100%;
    justify-content: center;
    text-align: center;
    padding-bottom: 28px;
    position: relative;
  }
  .section-3 .timer-block::after {
    right: 0;
    width: 100%;
  }
  .section-3 .timer-block__wrapper-top {
    justify-content: center;
    font-size: 4rem;
    line-height: 4.7rem;
  }
  .section-3 .timer-block__wrapper-text {
    max-width: 100%;
  }
  .section-3__contact {
    margin-top: 60px;
    padding-left: 13px;
  }
  .section-3__left {
    max-width: 65%;
  }
  .section-3__left-header {
    font-size: 2.8rem;
    line-height: 3.3rem;
  }
  .section-3__left-subheader {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
  .section-3__right {
    margin-right: 0;
  }
  .section-3__right-button {
    text-align: center;
  }
  .section-3__right-button .button {
    font-size: 1.6rem;
    line-height: 1.9rem;
    display: inline-block;
    padding: 20px 22.5px;
  }

  .section-4 {
    margin: 31px 0 0;
  }
  .section-4 .partners {
    margin-left: 0;
    margin-right: 0;
    gap: 33px 24px;
  }

  .section-5 {
    margin-top: 75px;
  }
  .section-5__wrapper {
    flex-direction: column;
  }
  .section-5__wrapper-header {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
  .section-5__wrapper-left {
    max-width: 100%;
  }
  .section-5__wrapper-left img {
    margin-left: 0;
  }
  .section-5__wrapper-right {
    max-width: 100%;
  }
  .section-5__wrapper-text {
    font-size: 1.4rem;
    line-height: 2.3rem;
    margin-bottom: 36px;
  }
  .section-5__wrapper-link {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
}
@media (max-width: 991px) {
  .section-4 .partners {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 787px) {
  .section-2 .catalog-list {
    grid-template-columns: repeat(1, 1fr);
  }

  .section-3__contact {
    flex-direction: column;
  }
  .section-3__left {
    max-width: 100%;
  }
}
@media (max-width: 650px) {
  .section-4 .partners {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 400px) {
  .section-4 .partners {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 390px) {
  .section-3 .timer-block__wrapper {
    max-width: 100%;
  }
}

/*# sourceMappingURL=home-page.css.map */
