@charset "UTF-8";
.product-section-1 .product-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  margin: 77px -14px -20px;
  max-width: 1300px;
}
@media (max-width: 991px) {
  .product-section-1 .product-links {
    grid-template-columns: repeat(1, 1fr);
    margin: 37px 0 -20px;
  }
}
.product-section-1 .product-links .product-link {
  margin: 0 14px 20px;
  padding: 15px 39px;
  background: #F1F0F0;
  text-align: center;
  border-radius: 30px;
  transition: 0.3s;
}
.product-section-1 .product-links .product-link.with-cover{
  padding: 0;
  background: transparent;
  margin: 0 14px 40px;
}
.product-section-1 .product-links .product-link.with-cover .cover {
   display: block;
   width: 100%;
   height: 250px;
   background: no-repeat top center;
   background-size: cover;
   background-color: #ffffff;
   margin-bottom: 20px;
    border-radius: 30px;
}
.product-section-1 .product-links .product-link.with-cover span {
    padding: 15px 39px;
    background: #F1F0F0;
    display: block;
    width: 100%;
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 30px;
    min-height: 74px;
    display: flex;
    align-items: center;
}
@media (max-width: 991px) {
  .product-section-1 .product-links .product-link {
    margin: 0 0 20px;
  }
}
.product-section-1 .product-links .product-link:hover {
  background: #DEDEDE;
}
.product-section-1 .product-links .product-link.with-cover:hover{
   background: transparent;
}

.product-section-2 {
  margin-top: 127px;
  background-color: #424242;
  padding: 100px 0 0;
  margin-bottom: 120px;
}
@media (max-width: 991px) {
  .product-section-2 {
    margin-top: 57px;
  }
}
.product-section-2 > .container {
  position: relative;
}
.product-section-2 .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) {
  .product-section-2 .timer-block {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 475px) {
  .product-section-2 .timer-block {
    grid-template-columns: repeat(1, 1fr);
  }
}
.product-section-2 .timer-block::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 40px;
  background: #515151;
  height: 1px;
  width: 100vw;
  max-width: 1540px;
}
.product-section-2 .timer-block__wrapper {
  width: 100%;
  margin-bottom: 30px;
}
.product-section-2 .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;
}
.product-section-2 .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;
}
.product-section-2 .timer-block__wrapper-text p {
  margin-bottom: 0;
}
.product-section-2 .category-contact-section {
  background: #424242;
  padding: 109px 0 109px;
}
.product-section-2 .category-contact-section__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-section-2 .category-contact-section__wrapper-left {
  max-width: 65%;
}
.product-section-2 .category-contact-section__wrapper-right {
  margin-right: 120px;
}
@media (max-width: 1600px) {
  .product-section-2 .category-contact-section__wrapper-right {
    margin-right: 0;
  }
}
.product-section-2 .category-contact-section__wrapper-header {
  font-size: 5.1rem;
  line-height: 6rem;
  color: white;
}
.product-section-2 .category-contact-section__wrapper-subheader {
  margin-top: 30px;
}
.product-section-2 .category-contact-section__wrapper-subheader p {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #808080;
  max-width: 556px;
}
.product-section-2 .category-contact-section__wrapper .contacts__wrapper-header {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #808080;
}
.product-section-2 .category-contact-section__wrapper .contacts__wrapper .З-link {
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 3.5rem;
  font-feature-settings: "pnum" on, "lnum" on;
  color: white;
  margin: 10px 0 30px;
  display: block;
  transition: 0.2s;
}
.product-section-2 .category-contact-section__wrapper .contacts__wrapper .З-link:hover {
  color: #FFCC00;
}
.product-section-2 .category-contact-section__wrapper .contacts__wrapper-link {
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 3.5rem;
  font-feature-settings: "pnum" on, "lnum" on;
  color: white;
  margin-top: 12px;
  display: block;
  transition: 0.2s;
}
.product-section-2 .category-contact-section__wrapper .contacts__wrapper-link:hover {
  color: #FFCC00;
}

.product-section-3 .entry-content {
  max-width: 763px;
}

@media (max-width: 1410px) {
  .product-section-2 .timer-block__wrapper.centred {
    text-align: center;
  }
  .product-section-2 .timer-block__wrapper.centred .timer-block__wrapper-top {
    justify-content: center;
  }
  .product-section-2 .timer-block__wrapper.centred .timer-block__wrapper-text {
    margin: 0 auto;
  }
}
@media (max-width: 1500px) {
  .product-section-2 .category-contact-section__wrapper {
    justify-content: space-between;
    width: 100%;
  }
  .product-section-2 .category-contact-section__wrapper-left {
    margin-right: 0;
  }
}
@media (max-width: 1200px) {
  .product-section-2 .category-contact-section {
    margin-top: 0;
    padding: 59px 0 88px;
  }
  .product-section-2 .category-contact-section__wrapper {
    flex-direction: column;
    text-align: center;
  }
  .product-section-2 .category-contact-section__wrapper-header {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
  .product-section-2 .category-contact-section__wrapper-subheader p {
    font-size: 1.6rem;
    line-height: 2.3rem;
  }
  .product-section-2 .category-contact-section__wrapper-left {
    margin-right: 0;
    margin-bottom: 24px;
    max-width: 100%;
  }
  .product-section-2 .category-contact-section__wrapper .contacts__wrapper-header {
    font-size: 1.6rem;
    line-height: 2.3rem;
  }
  .product-section-2 .category-contact-section__wrapper .contacts__wrapper-link {
    color: white;
  }
}
@media (max-width: 1160px) {
  .product-section-2 .timer-block {
    max-width: 100%;
    justify-content: center;
    text-align: center;
    padding-bottom: 28px;
    position: relative;
  }
  .product-section-2 .timer-block::after {
    right: 0;
    width: 100%;
  }
  .product-section-2 .timer-block__wrapper-top {
    justify-content: center;
    font-size: 4rem;
    line-height: 4.7rem;
  }
  .product-section-2 .timer-block__wrapper-text {
    max-width: 100%;
  }
}
@media (max-width: 390px) {
  .product-section-2 .timer-block__wrapper {
    max-width: 100%;
  }
}

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