/* Gift certificates page — octane.club/certificates/ layout */

.certificates-page {
  font-family: "Montserrat", sans-serif;
}

.certificates-page .wrapper {
  max-width: 1470px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

/* Hero slider-top */
.certificates-page .slider-top {
  height: 685px;
  width: 100%;
}

@media screen and (max-width: 799px) {
  .certificates-page .slider-top {
    height: 540px;
  }
}

@media screen and (max-width: 479px) {
  .certificates-page .slider-top {
    height: 300px !important;
  }

  .certificates-page .slider-top h1 {
    padding: 0 50px;
    top: 30px !important;
  }
}

.certificates-page .slider-top .owl-stage-outer,
.certificates-page .slider-top .owl-stage,
.certificates-page .slider-top .slide-item,
.certificates-page .slider-top .owl-item {
  height: 100%;
  width: 100%;
}

.certificates-page .slider-top .slide-item {
  background-size: cover !important;
}

.certificates-page .slider-top .slide-text {
  max-width: 1600px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 1920px) and (min-width: 1601px) {
  .certificates-page .slider-top .slide-text {
    max-width: 1440px;
  }
}

@media screen and (max-width: 1600px) and (min-width: 1280px) {
  .certificates-page .slider-top .slide-text {
    max-width: 1160px;
  }
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .certificates-page .slider-top .slide-text {
    max-width: 874px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 800px) {
  .certificates-page .slider-top .slide-text {
    max-width: 668px;
  }
}

@media screen and (max-width: 799px) {
  .certificates-page .slider-top .slide-text {
    width: 90%;
  }
}

.certificates-page .slider-top .slide-text .titles {
  align-self: flex-start;
  width: 100%;
  margin-top: 40px;
}

.certificates-page .slider-top .slide-text .titles h1 {
  width: 100%;
  color: #fff;
  font-size: 48px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}

@media screen and (max-width: 1023px) and (min-width: 480px) {
  .certificates-page .slider-top .slide-text .titles h1 {
    font-size: 35px;
  }
}

@media screen and (max-width: 479px) {
  .certificates-page .slider-top .slide-text .titles h1 {
    font-size: 23px;
  }
}

.certificates-page .slider-top .slide-text .titles .slide__text_big {
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  font-size: 36px;
  display: block;
  color: #fff;
  width: 100%;
}

.certificates-page .slider-top .slide-text .titles .slide__text_big .slide__subtext {
  display: block;
  font-size: 21px;
}

@media screen and (max-width: 799px) and (min-width: 480px) {
  .certificates-page .slider-top .slide-text .titles .slide__text_big .slide__subtext {
    padding: 0 15px;
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .certificates-page .slider-top .slide-text .titles .slide__text_big .slide__subtext {
    font-size: 13px;
  }
}

.certificates-page .slider-top .slide-text .advantages {
  align-self: baseline;
  margin-top: -50px;
}

@media screen and (max-width: 799px) {
  .certificates-page .slider-top .slide-text .advantages {
    margin-top: -10px;
  }
}

.certificates-page .slider-top .slide-text .advantages .adv-item {
  position: relative;
  padding: 11px 0 11px 60px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.certificates-page .slider-top .slide-text .advantages .adv-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 50px;
  height: 37px;
  transform: translateY(-50%);
  background: url("../assets/home/octane-rent/list-point-star.png") center / contain no-repeat;
}

@media screen and (max-width: 479px) {
  .certificates-page .slider-top .slide-text .advantages .adv-item {
    font-size: 12px;
    padding: 8px 0 8px 38px;
  }

  .certificates-page .slider-top .slide-text .advantages .adv-item::before {
    width: 30px;
    height: 22px;
  }
}

/* Intro text */
.text-after-top-form {
  padding: 45px 30px 0;
  text-align: center;
}

@media screen and (max-width: 479px) {
  .text-after-top-form {
    padding: 15px 35px 0;
  }
}

.text-after-top-form * {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25em;
}

@media screen and (max-width: 479px) {
  .text-after-top-form * {
    font-size: 12px;
  }
}

/* Inline request form */
.get-call-certificates-wrap {
  margin-top: 60px;
  position: relative;
}

@media screen and (max-width: 479px) {
  .get-call-certificates-wrap {
    margin-top: 0;
  }
}

.get-call-certificates-wrap .access-message {
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: none;
  left: 0;
  top: 0;
  z-index: 5;
  min-height: 80px;
}

.get-call-certificates-wrap.is-sent .access-message {
  display: block;
}

.get-call-certificates-wrap.is-sent .get-call-certificates-form {
  visibility: hidden;
}

.get-call-certificates-wrap .access-message .message {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #000;
  font-size: 22px;
  text-align: center;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

@media screen and (max-width: 799px) {
  .get-call-certificates-wrap .access-message .message {
    font-size: 17px;
  }
}

.get-call-certificates-wrap form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

@media screen and (max-width: 799px) {
  .get-call-certificates-wrap form {
    max-width: 360px;
    margin: 0 auto;
  }
}

.get-call-certificates-wrap .inputs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

@media screen and (max-width: 479px) {
  .get-call-certificates-wrap .inputs {
    width: 100%;
  }
}

.get-call-certificates-wrap .inputs .input-wrap {
  min-width: 305px;
  max-width: 305px;
  margin-right: 35px;
}

@media screen and (max-width: 1279px) and (min-width: 800px) {
  .get-call-certificates-wrap .inputs .input-wrap {
    min-width: 240px;
    max-width: 240px;
    margin-right: 15px;
  }
}

@media screen and (max-width: 799px) {
  .get-call-certificates-wrap .inputs .input-wrap {
    min-width: 90%;
    max-width: 90%;
    margin: 0 0 10px;
  }
}

.get-call-certificates-wrap .inputs .input-wrap:last-child {
  margin-right: 0;
}

.get-call-certificates-wrap .inputs .input-wrap input {
  width: 100%;
  transition: all 0.2s linear;
  margin-bottom: 0;
  border-radius: 20px;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  box-sizing: border-box;
}

@media screen and (min-width: 480px) {
  .get-call-certificates-wrap .inputs .input-wrap input {
    border: 2px solid #191919;
    padding: 9px 25px 9px 30px;
    font-size: 21px !important;
  }
}

@media screen and (max-width: 479px) {
  .get-call-certificates-wrap .inputs .input-wrap input {
    padding: 6px 15px;
    border: 1px solid #191919;
    font-size: 12px;
  }
}

.get-call-certificates-wrap .button {
  margin: 0 0 0 35px;
  min-width: 305px;
  max-width: 305px;
  border: 0;
  background: #fd6c1e;
  color: #fff;
  font-size: 21px;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  padding: 11px 0;
  border-radius: 20px;
  cursor: pointer;
}

@media screen and (max-width: 1279px) and (min-width: 800px) {
  .get-call-certificates-wrap .button {
    min-width: 240px;
    max-width: 240px;
    margin: 0 0 0 15px;
  }
}

@media screen and (max-width: 799px) and (min-width: 480px) {
  .get-call-certificates-wrap .button {
    min-width: 90%;
    max-width: 90%;
    margin: 0;
  }
}

@media screen and (max-width: 479px) {
  .get-call-certificates-wrap .button {
    min-width: 90%;
    max-width: 90%;
    display: block;
    padding: 8px 0;
    font-size: 12px;
    margin: 0;
  }
}

/* Gift block */
.get-sert-block {
  margin-top: 70px;
  height: 630px;
  background: url("../assets/certificates/get-serts-block-1.jpg") center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 479px) {
  .get-sert-block {
    margin-top: 15px;
    padding-top: 10px;
    height: auto;
    padding-bottom: 25px;
    position: relative;
  }

  .get-sert-block::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(0, 0, 0, 0.2);
  }
}

.get-sert-block .text {
  max-width: 700px;
  margin-left: auto;
  padding-top: 65px;
  padding-right: 75px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .get-sert-block .text {
    max-width: 600px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 799px) and (min-width: 480px) {
  .get-sert-block .text {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 479px) {
  .get-sert-block .text {
    width: 100%;
    padding: 10px 20px 0;
  }
}

.get-sert-block .text * {
  color: #fff;
  font-size: 18px;
  line-height: 1.25em;
}

@media screen and (max-width: 479px) {
  .get-sert-block .text * {
    font-size: 12px;
  }
}

.get-sert-block .text .button,
.get-cards-block .text .button {
  border: 2px solid #fd6c1e;
  border-radius: 20px;
  color: #fd6c1e;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  background: transparent;
  transition: background 0.2s, color 0.2s;
}

.get-sert-block .text .button {
  padding: 10px 38px;
}

.get-sert-block .text .button:hover,
.get-cards-block .text .button:hover {
  background: #fd6c1e;
  color: #fff;
}

.get-sert-block .callback-link {
  margin-top: 24px;
}

@media screen and (max-width: 479px) {
  .get-sert-block .text .button {
    padding: 5px 25px;
    width: 200px;
    font-size: 12px;
    margin: 0 auto;
    display: block;
  }
}

/* Club cards promo */
.text-before-cards {
  padding: 65px 0 55px;
}

@media screen and (max-width: 479px) {
  .text-before-cards {
    padding: 15px 15px 0;
  }
}

.text-before-cards * {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25em;
  text-align: center;
}

@media screen and (max-width: 479px) {
  .text-before-cards * {
    font-size: 12px;
  }
}

.get-cards-block {
  background: url("../assets/certificates/get-card-block-1.jpg?v=3") left center no-repeat;
  background-size: cover;
  height: 630px;
  margin-bottom: 0;
}

@media screen and (min-width: 800px) {
  .get-cards-block .wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 630px;
    padding-right: 48px;
    box-sizing: border-box;
  }

  .get-cards-block .text {
    width: min(50%, 780px);
    margin-left: auto;
    margin-right: 0;
  }

  .get-cards-block .text .title {
    width: 100%;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .get-cards-block .text ul {
    width: 100%;
    max-width: 620px;
    margin: 40px auto 0;
    padding: 0;
  }

  .get-cards-block .text .button {
    margin-top: 48px;
  }
}

@media screen and (max-width: 479px) {
  .get-cards-block {
    height: 320px;
    background-position: left center;
    position: relative;
  }

  .get-cards-block::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: rgba(0, 0, 0, 0.5);
  }
}

.get-cards-block .text {
  position: relative;
  z-index: 1;
}

.get-cards-block .text .title {
  color: #fff;
  font-size: 38px;
  text-align: center;
  padding-top: 65px;
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  line-height: 1.25em;
  text-transform: uppercase;
}

@media screen and (max-width: 1023px) and (min-width: 800px) {
  .get-cards-block .text .title {
    font-size: 30px;
  }
}

@media screen and (max-width: 799px) and (min-width: 480px) {
  .get-cards-block .text .title {
    font-size: 25px;
  }
}

@media screen and (max-width: 479px) {
  .get-cards-block .text .title {
    font-size: 17px;
    padding-top: 25px;
  }
}

.get-cards-block .text ul {
  width: 100%;
  max-width: 620px;
  margin: 45px auto 0;
  padding: 0;
  list-style: none;
}

@media screen and (max-width: 1023px) and (min-width: 480px) {
  .get-cards-block .text ul {
    padding: 0 24px;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 479px) {
  .get-cards-block .text ul {
    padding: 0 5px;
    width: 100%;
    margin: 15px auto 0;
  }
}

.get-cards-block .text ul li {
  list-style: none;
  padding-left: 50px;
  color: #fff;
  font-size: 21.8px;
  line-height: 1.25em;
  position: relative;
  margin-bottom: 23px;
}

@media screen and (max-width: 799px) and (min-width: 480px) {
  .get-cards-block .text ul li {
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  .get-cards-block .text ul li {
    font-size: 12px;
    padding-left: 25px;
    margin-bottom: 15px;
  }
}

.get-cards-block .text ul li::before {
  content: "";
  width: 40px;
  height: 29px;
  background-image: url("../assets/club-cards/star.png");
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
}

@media screen and (max-width: 479px) {
  .get-cards-block .text ul li::before {
    width: 18px;
    height: 13px;
  }
}

.get-cards-block .text .button {
  padding: 9px 38px;
  width: 280px;
  margin: 55px auto 0;
  display: block;
}

.get-cards-block .callback-link {
  text-align: center;
}

@media screen and (max-width: 479px) {
  .get-cards-block .text .button {
    margin: 0 auto;
    padding: 5px 25px;
    width: 178px;
    font-size: 12px;
  }
}
