@charset "UTF-8";
@media (max-width: 1160px) {
  .single-section-1::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90.98deg, #fff 41.96%, rgba(255, 255, 255, 0) 117.13%);
    z-index: -1;
  }
}
.single-section-1__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -57px;
  align-items: flex-start;
}
@media (max-width: 1160px) {
  .single-section-1__wrapper {
    position: relative;
    margin-top: 0;
    flex-wrap: wrap;
  }
}
.single-section-1__left {
  max-width: 660px;
  width: 100%;
}
.single-section-1__left .page-title {
  margin-bottom: 50px;
}
.single-section-1__left .page-description {
  margin-bottom: 50px;
}
.single-section-1__left .page-description p {
  font-size: 1.8rem;
  line-height: 135.2%;
  color: #808080;
}
.single-section-1__left .page-form-top .form-line {
  display: flex;
  align-items: center;
}
@media (max-width: 450px) {
  .single-section-1__left .page-form-top .form-line {
    flex-direction: column;
  }
}
.single-section-1__left .page-form-top .form-line div:nth-child(1) {
  width: 355px;
  margin-right: 37px;
}
@media (max-width: 450px) {
  .single-section-1__left .page-form-top .form-line div:nth-child(1) {
    margin-right: 0;
    width: 100%;
    margin-bottom: 30px;
  }
}
.single-section-1__left .page-form-top .form-line div div {
  width: auto !important;
}
.single-section-1__left .page-form-top .form-line div:nth-child(2) {
  width: auto;
}
.single-section-1__left .page-form-top .form-line div span {
  width: 100%;
}
.single-section-1__left .page-form-top .form-line div span input {
  width: 100%;
}
.single-section-1__left .page-form-top input {
  height: 61px;
  padding: 18px 29px 19px;
  border: 1px solid #E6E6E6;
  font-family: "Raleway", sans-serif;
  width: 100%;
  border-radius: 39px;
  font-size: 1.8rem;
  line-height: 2.4rem;
}
.single-section-1__left .page-form-top input::placeholder {
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #808080;
  font-family: "Raleway", sans-serif;
}
.single-section-1__left .page-form-top input:focus {
  border-color: #424242;
}
.single-section-1__left .page-form-top input:focus::placeholder {
  color: #282828;
}
.single-section-1__left .page-form-top .wpcf7-form-control-wrap.your-phone {
  position: relative;
}
.single-section-1__left .page-form-top .ajax-loader {
  display: none !important;
}
.single-section-1__left .page-form-top input[type=submit] {
  width: 100%;
  background: #282828;
  border-radius: 46px;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.3rem;
  text-align: center;
  color: white;
  height: auto;
  cursor: pointer;
  transition: 0.3s;
  padding: 19px 36.5px;
  border: none;
}
.single-section-1__left .page-form-top input[type=submit]:hover {
  background: #676767;
}
.single-section-1__left .page-form-top .wpcf7-not-valid-tip {
  text-align: center;
  position: absolute;
  bottom: -39px;
  font-size: 1.2rem;
}
.single-section-1__left .page-form-top .cf7sr-g-recaptcha {
  align-items: flex-end;
}
.single-section-1__left .page-form-top .cf7sr-g-recaptcha .wpcf7-not-valid-tip {
  bottom: -19px;
}
.single-section-1__left .page-form-top .wpcf7 form.invalid .wpcf7-response-output, .single-section-1__left .page-form-top .wpcf7 form.unaccepted .wpcf7-response-output {
  border: none !important;
  margin: 0;
  text-align: center;
  padding: 0;
  margin-top: 20px;
  position: absolute;
  bottom: -30px;
  max-width: 570px;
  display: none !important;
}
@media (max-width: 450px) {
  .single-section-1__left .page-form-top .wpcf7 form.invalid .wpcf7-response-output, .single-section-1__left .page-form-top .wpcf7 form.unaccepted .wpcf7-response-output {
    bottom: -40px;
    font-size: 1.2rem;
  }
}
.single-section-1__content {
  max-width: 758px;
  margin-bottom: 100px;
}
.single-section-1__content .entry-content {
  margin-top: 72px;
}
.single-section-1__content .entry-content h2 {
  font-weight: bold;
  font-size: 3.6rem;
  line-height: 4.2rem;
  color: black;
  margin-bottom: 50px;
}
.single-section-1__right {
  position: relative;
}
@media (max-width: 1160px) {
  .single-section-1__right {
    // position: absolute;
    right: 0;
    z-index: -1;
    height: auto;
  }
}
.single-section-1__right img {
  max-width: 630px;
  position: relative;
  right: -42px;
}
@media (max-width: 1160px) {
  .single-section-1__right img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    right: 0;
  }
}

.product-section-4__head {
  font-weight: bold;
  font-size: 3.6rem;
  line-height: 4.2rem;
  margin-bottom: 53px;
}
.product-section-4__partners {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  max-width: 1140px;
  margin-left: 59px;
  margin-bottom: 43px;
}
@media (max-width: 991px) {
  .product-section-4__partners {
    grid-template-columns: repeat(2, 1fr);
    margin-left: 0;
  }
}
@media (max-width: 450px) {
  .product-section-4__partners {
    grid-template-columns: repeat(1, 1fr);
    margin-left: 0;
  }
}
.product-section-4__partners .partner {
  margin-bottom: 23px;
}
.product-section-4__partners .partner p {
  cursor: default;
}
.product-section-4__partners .partner:nth-child(2) img, .product-section-4__partners .partner:nth-child(5) img, .product-section-4__partners .partner:nth-child(8) img, .product-section-4__partners .partner:nth-child(11) img, .product-section-4__partners .partner:nth-child(14) img {
  margin: 0 auto;
}
.product-section-4__partners .partner:nth-child(2) p, .product-section-4__partners .partner:nth-child(5) p, .product-section-4__partners .partner:nth-child(8) p, .product-section-4__partners .partner:nth-child(11) p, .product-section-4__partners .partner:nth-child(14) p {
  text-align: center;
}
.product-section-4__partners .partner:nth-child(3) img, .product-section-4__partners .partner:nth-child(6) img, .product-section-4__partners .partner:nth-child(9) img, .product-section-4__partners .partner:nth-child(12) img, .product-section-4__partners .partner:nth-child(15) img {
  margin-right: 0;
  margin-left: auto;
}
.product-section-4__partners .partner:nth-child(3) p, .product-section-4__partners .partner:nth-child(6) p, .product-section-4__partners .partner:nth-child(9) p, .product-section-4__partners .partner:nth-child(12) p, .product-section-4__partners .partner:nth-child(15) p {
  text-align: right;
}
.product-section-4__partners .partner p {
  font-weight: 900;
  font-size: 4rem;
  line-height: 4.7rem;
  color: #808080;
}
@media (max-width: 991px) {
  .product-section-4__partners .partner img {
    margin: 0 auto !important;
  }
  .product-section-4__partners .partner p {
    text-align: center !important;
  }
}

.product-section-5__positions {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  max-width: 1280px;
  gap: 10px 20px;
  margin-top: 65px;
}
@media (max-width: 1350px) {
  .product-section-5__positions {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 991px) {
  .product-section-5__positions {
    grid-template-columns: repeat(3, 1fr);
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .product-section-5__positions {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 450px) {
  .product-section-5__positions {
    grid-template-columns: repeat(1, 1fr);
  }
}
.product-section-5__positions .position {
  max-width: 240px;
  transition: 0.2s;
}
@media (max-width: 450px) {
  .product-section-5__positions .position {
    max-width: 100%;
  }
}
.product-section-5__positions .position:hover {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.product-section-5__positions .position:hover .position__head {
  color: #FFCC00;
}
.product-section-5__positions .position__head {
  margin: 14px 17px 44px;
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.3rem;
  font-feature-settings: "pnum" on, "lnum" on;
  transition: 0.2s;
}
.product-section-5__head {
  font-weight: bold;
  font-size: 3.6rem;
  line-height: 4.2rem;
  color: black;
}

.product-section-2 {
  margin-top: 119px;
  background-color: #424242;
  padding: 100px 0 0;
  margin-bottom: 120px;
}
.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: 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-single.css.map */