@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
/* Geo product */
body.page-template-geo-product {
  background-color: transparent;
  font-family: "Open Sans", sans-serif;
  color: #3c3d41;
}
.page-template-geo-product .blue-wrapper {
  background-color: transparent;
  padding: 18px 50px 0 50px;
}
.page-template-geo-product .header {
  border-bottom: none;
}
.page-template-geo-product .header__wrapper {
  position: relative;
}
.page-template-geo-product .header__border::after {
  content: "";
  display: block;
  max-width: 290px;
  width: 100%;
  min-height: 54px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.page-template-geo-product .header__border::before {
  content: "";
  display: block;
  background-color: #000;
  height: 54px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.page-template-geo-product .header .logo {
  margin: 17px 0 20px;
}
.geo-hero {
  background-color: #e54a39;
  min-height: 650px;
  width: 100%;
  margin-top: -54px;
  padding-top: 77px;
  position: relative;
}
.geo-hero .container {
  max-width: 1592px;
}
.geo-hero__top {
  position: relative;
  z-index: 2;
}
.geo-hero__content {
  padding-top: 138px;
  margin-bottom: 124px;
  display: flex;
  flex-wrap: wrap;
}
.geo-hero__left {
  flex-basis: 60%;
}
.geo-hero__tag {
  background-color: #fff;
  border-radius: 13px;
  padding: 7px 28px;
  font-family: "Open Sans", sans-serif;
  font-size: 21px;
  font-weight: 700;
  width: max-content;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.geo-hero__title h1 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 114px;
  text-transform: uppercase;
  line-height: 1;
}
.geo-hero__title h1 i {
  font-style: normal;
  font-weight: 800;
  color: #fdc300;
}
.geo-hero__right {
  flex-basis: 38%;
}
.geo-hero__bottom {
  background-color: #fdc300;
  min-height: 135px;
  width: 100%;
  display: flex;
  align-items: center;
}
.geo-hero__bottom .container {
  max-width: 1592px;
}
.geo-hero__pulse {
  height: 210px;
  width: 54%;
  position: absolute;
  top: 50%;
  right: 0;
  background-image: url("../img/pulse.svg");
  transform: translateY(-50%);
  background-repeat: repeat-x;
  background-size: contain;
}
.geo-hero__img {
  margin-bottom: -174px;
}
.geo-hero__img img {
  max-width: 560px;
}
.geo-hero__text {
  font-size: 25px;
  font-weight: 700;
}
/* More info */
.more-info {
  padding: 74px 0;
}
.def-h3 {
  font-size: 40px;
  font-weight: 700;
  color: #e54a39;
  text-align: center;
  margin-bottom: 40px;
}
.more-info__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1574px;
  width: 100%;
  margin: 0 auto;
}
.more-info__col {
  flex-basis: 48%;
}
.more-info__col p {
  font-size: 18px;
  margin-bottom: 30px;
}
.more-info__col ul li {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
  text-indent: 36px;
  position: relative;
}
.more-info__col ul li::before {
  content: "";
  display: inline-block;
  height: 13px;
  width: 13px;
  background-color: #fdc300;
  position: absolute;
  top: 3px;
  left: 0;
}
/* Recoms */
.recoms {
  padding: 12px 0;
}
.recoms__box {
  background-color: rgba(239, 239, 239, 0.28);
  border: 1px solid #efefef;
  border-radius: 25px;
  padding: 58px 130px 20px 130px;
}
.recoms__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.recoms__col {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.recoms__tag {
  min-height: 105px;

  font-size: 50px;
  font-weight: 700;
  text-align: center;
  padding: 0 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: max-content;
  border-radius: 10px;
  margin-bottom: 30px;
}
.recoms__descr {
  max-width: 346px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
/* Your local merchants */
.your-local {
  padding: 80px 0 142px;
  background-color: #efefef;
}
.your-local__h3 {
  margin-bottom: 4px;
}
.your-local__h4 {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  color: #3c3d41;
}
.your-local__container {
  max-width: 1696px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}
.your-local__wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px 25px;
  margin-top: 51px;
}
.your-local__height {
  min-height: 110px;
}
.your-local__card {
  background-color: #fff;
  padding: 52px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
}
.your-local__logo {
  max-width: 190px;
}
.your-local__name {
  margin: 40px 0 18px;
  font-size: 18px;
  font-weight: 700;
}
.your-local__web {
  font-size: 16px;
  font-weight: 700;
  color: #e54a39;
  text-decoration: underline;
  margin-bottom: 30px;
}
.your-local__add {
  font-size: 16px;
}
.your-local__tel {
  color: #3c3d41;
  text-decoration: underline;
  margin-top: 5px;
}
.your-local__tel a {
  color: #3c3d41;
  text-decoration: underline;
  padding-left: 5px;
}
/* Video block */
.video-sec {
  background-color: #e54a39;
  position: relative;
  padding: 98px 0 123px;
}
.video-sec__h3 {
  color: #fff;
}
.video-sec__wrapper {
  max-width: 1096px;
  width: 100%;
  margin: 0 auto;
  border-left: 28px solid #e54a39;
  border-right: 28px solid #e54a39;
  position: relative;
  z-index: 2;
}
.video-sec__video {
  width: 100%;
  position: relative;
  z-index: 2;
}
.video-sec__pulse {
  height: 210px;
  width: 100%;
  position: absolute;
  top: 50%;
  right: 0;
  background-image: url("../img/pulse.svg");
  transform: translateY(-50%);
  background-repeat: repeat-x;
  background-size: contain;
}
/* Media */
@media (max-width: 1400px) {
  .video-sec__wrapper {
    max-width: 796px;
  }
  .your-local__wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
  .geo-hero__img img {
    max-width: 456px;
  }
  .geo-hero__img {
    margin-bottom: 0;
    position: absolute;
    bottom: -164px;
  }
  .geo-hero__content {
    padding-top: 56px;
  }
  .geo-hero__title h1 {
    font-size: 94px;
  }
}
@media (max-width: 1200px) {
  .geo-hero__title h1 {
    font-size: 74px;
  }
  .recoms__tag {
    min-height: 88px;
    font-size: 40px;
  }
  .recoms__box {
    padding: 38px 20px 20px 20px;
  }
}
@media (max-width: 996px) {
  .video-sec__pulse {
    display: none;
  }
  .video-sec__wrapper {
    border: none;
  }
  .recoms__wrapper {
    grid-template-columns: 1fr;
  }
  .geo-hero__pulse {
    top: 40%;
  }
  .geo-hero {
    margin-top: 0;
    padding-top: 32px;
  }
  .your-local__wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .video-sec {
    padding: 48px 0 83px;
  }
  .geo-hero__title h1 {
    font-size: 64px;
    text-align: center;
  }
  .geo-hero__text {
    text-align: center;
  }
  .geo-hero__tag {
    margin: 0 auto 30px auto;
  }
  .geo-hero__left {
    flex-basis: 100%;
  }
  .geo-hero__content {
    margin-bottom: -30px;
  }
  .geo-hero__img {
    position: static;
  }
  .geo-hero__right {
    flex-basis: 100%;
    margin-top: 24px;
    display: flex;
    justify-content: center;
  }
  .geo-hero__pulse {
    display: none;
  }
  .your-local__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .your-local__logo {
    width: 100%;
    display: block;
    height: auto;
  }
  .more-info__col ul li {
    text-indent: 24px;
  }
}
@media (max-width: 556px) {
  .more-info {
    padding: 34px 0;
  }
  .more-info__col {
    flex-basis: 100%;
  }
  .recoms__tag {
    min-height: 60px;
    font-size: 32px;
  }
  .geo-hero__title h1 {
    font-size: 50px;
  }
  .geo-hero__bottom {
    padding: 32px 0 20px;
  }
  .def-h3 {
    font-size: 34px;
  }
  .your-local__h4 {
    font-size: 30px;
  }
}
@media (max-width: 420px) {
  .your-local__wrapper {
    grid-template-columns: 1fr;
  }
}

/* Sign Offer */
.sign-offer {
  background-color: #d2232b;
  min-height: 840px;
  padding: 30px 60px 30px 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.acceptance__text {
  font-weight: 300;
}
.acceptance__text a {
  color: #fff;
  font-weight: 300;
  text-decoration: underline;
}
.hero__bottom .hero__subs {
  max-width: 360px;
  margin: 0 auto;
  padding-left: 62px;
}
.hero__left .hero__bottom {
  max-width: unset;
}
.hero__bottom .mc4wp-form-fields p {
  max-width: 390px;
  margin-left: 88px;
  margin-top: 10px;
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  line-height: 1.3;
}
.hero__bottom .mc4wp-form-fields p a {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  text-decoration: underline;
}
.hero__bottom .mc4wp-form-fields {
  padding-left: 62px;
}
.hero__bottom .mc4wp-form-fields .hero__newsletter {
  max-width: 300px;
  margin: 20px auto 10px;
}
.sign-offer__wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.sign-offer__left {
  flex-basis: 24%;
}
.sign-offer__logo {
  max-width: 300px;
}
.sign-offer__descr {
  font-size: 18px;
  color: #fff;
  line-height: 1.3;
  font-weight: 300;
  margin-left: 37px;
  margin-top: 30px;
}
.sign-offer__center {
  flex-basis: 35%;
  padding-top: 24px;
}
.sign-offer__text {
  color: #fff;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 16px;
}
.sign-form input[type="text"],
.sign-form input[type="email"] {
  box-sizing: border-box;
  width: 100%;
  display: block;
  min-height: 42px;
  padding: 2px 14px 2px 5px;
  font-size: 16px;
  border: none;
}
.sign-form input[type="submit"] {
  border: 1px solid #fff;
  background-color: #d2232b;
  color: #fff;
  transition: all 0.3s ease-in-out;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
}
.sign-form input[type="text"]::placeholder,
.sign-form input[type="email"]::placeholder {
  color: #7c9bca;
}
.sign-offer__right {
  flex-basis: 29%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
}
.sign-offer__img {
  width: 100%;
}
.sign-form__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.sign-form .acceptance label:first-child {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.acceptance .wpcf7-list-item {
  margin: 0;
}
.sign-form .acceptance {
  margin: 30px auto 24px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
}
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + i,
input[type="checkbox"] + span {
  display: block;
  position: relative;
  padding-left: 32px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  font-size: 12px;
}
input[type="checkbox"] + i::before,
input[type="checkbox"] + span::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  border: 1px solid #d8d8d8;
  background-color: #f8f8f8;
  background-size: 70%;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.12s ease;
}
.wpcf7-not-valid-tip {
  color: #fff;
}
input[type="checkbox"]:checked + i::before,
input[type="checkbox"]:checked + span::before {
  background-image: url("../img/check.png");
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  background-position-y: bottom;
}
@media (max-width: 1600px) {
  .sign-offer {
    padding: 0px 30px 0px 70px;
  }
}
@media (max-width: 1320px) {
  .hero__bottom .mc4wp-form-fields p {
    margin-left: 60px;
  }
  .sign-form__footer {
    flex-wrap: wrap;
  }
  .sign-form .acceptance {
    margin: 30px auto 7px auto;
    width: 100%;
  }
}
@media (max-width: 1260px) {
  .hero__bottom .mc4wp-form-fields p {
    margin-left: 44px;
  }
}
@media (max-width: 1200px) {
  .hero__bottom .mc4wp-form-fields p {
    margin-left: 20px;
  }
  .blog-main__content {
    flex-basis: 50%;
    padding: 40px 50px 40px 40px;
  }
  .sign-offer__center {
    flex-basis: 38%;
  }
}
@media (max-width: 1100px) {
  .hero__bottom .mc4wp-form-fields p {
    margin-left: 0;
  }
}
@media (max-width: 996px) {
  .blog-main__title {
    font-size: 20px;
  }
  .blog-main__content {
    padding: 30px 20px;
  }
  .sign-offer__left {
    flex-basis: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .sign-offer__wrapper {
    flex-wrap: wrap;
  }
  .sign-offer__center {
    flex-basis: 48%;
    margin-top: 40px;
  }
  .sign-offer__right {
    flex-basis: 40%;
    margin-top: 40px;
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .blog-main__item {
    flex-wrap: wrap;
  }
  .blog-main__img {
    flex-basis: 100%;
  }
  .blog-main__content {
    flex-basis: 100%;
  }
  .sign-offer {
    padding: 0 16px;
  }
  .sign-offer__right {
    flex-basis: 48%;
  }
  .sign-offer {
    padding: 30px 16px;
  }
}
@media (max-width: 600px) {
  .hero__subs {
    padding-left: 0;
    text-align: center;
  }
  .hero__bottom .mc4wp-form-fields p {
    max-width: unset;
    margin: 0 auto;
    text-align: center;
  }

  .hero__bottom .mc4wp-form-fields {
    padding-left: 0;
  }

  .sign-offer__right {
    order: 1;
    flex-basis: 80%;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding-top: 0;
  }
  .sign-offer__center {
    flex-basis: 100%;
    order: 3;
  }
  .sign-offer__left {
    order: 2;
  }
}

/* Footer */
.new-footer__top {
  background-color: #fff;
  display: flex;
  gap: 220px;
  padding: 50px;
}
.new-footer__left .logo img {
  max-width: 260px;
}
.new-footer__h5,
.new-footer__text {
  color: #231f20;
  font-weight: 400;
  font-size: 18px;
}
.new-footer__h3 {
  font-weight: 400;
  font-size: 28px;
  color: #231f20;
  margin-bottom: 80px;
  max-width: 290px;
  margin-top: 36px;
}
.new-footer__menu .menu-item {
  margin-bottom: 20px;
}
.new-footer__menu .menu-item a {
  font-size: 18px;
}
.new-footer__h5 {
  margin-top: 40px;
}
.new-footer__text {
  margin-top: 20px;
}
.new-footer__bottom {
  background-color: #d2232b;
  padding: 50px 50px 40px 50px;
}
.new-footer__rights {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}
.new-footer__contact {
  font-size: 18px;
}
.new-footer__email {
  text-decoration: underline;
}
.new-footer__social {
  display: flex;
  gap: 10px;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .new-footer__top {
    flex-wrap: wrap;
    gap: 30px;
  }
  .new-footer__left {
    flex-basis: 100%;
  }
  .new-footer__top {
    padding: 50px 16px;
  }
  .new-footer__h3 {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
