.landing__hero {
  display: flex;
  gap: 100px;
  align-items: center;
  margin-top: 50px;
}
@media (max-width: 1055px) {
  .landing__hero {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 600px) {
  .landing__hero {
    gap: 40px;
  }
}
.landing__hero_title {
  max-width: 580px;
}
.landing__hero_title h1 {
  color: #18354f;
  font-family: Newsreader;
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 86.4px */
}
@media (max-width: 600px) {
  .landing__hero_title h1 {
    font-size: 32px;
  }
}
.landing__hero_title h2 {
  color: #18354f;
  font-family: "Open Sans";
  font-size: 32px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 600px) {
  .landing__hero_title h2 {
    font-size: 16px;
  }
}
.landing__hero_block {
  display: flex;
  padding: 60px 60px 40px 60px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 40px;
  border-radius: 20px;
  background: #18354f;
}
@media (max-width: 600px) {
  .landing__hero_block {
    padding: 20px;
    padding-left: 50px;
    gap: 12px;
  }
}
.landing__hero ul {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 600px) {
  .landing__hero ul {
    gap: 12px;
  }
}
.landing__hero ul li {
  list-style: disc;
  color: #fff;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 600px) {
  .landing__hero ul li {
    font-size: 12px;
  }
}
.landing__content {
  margin-top: 80px;
  border-radius: 40px;
  background: #fff;
  padding: 60px;
}
@media (max-width: 600px) {
  .landing__content {
    padding: 20px;
    border-radius: 16px;
  }
}

.content__countdown {
  display: flex;
  padding: 40px;
  justify-content: space-between;
  align-items: center;
  border-radius: 20px;
  background: #f1f5f9;
  gap: 20px;
}
@media (max-width: 1055px) {
  .content__countdown {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 600px) {
  .content__countdown {
    border-radius: 12px;
    padding: 20px;
  }
}
.content__countdown_title {
  color: #3e3e3e;
  font-family: Newsreader;
  font-size: 40px;
  font-style: italic;
  font-weight: 500;
  line-height: 100%;
  /* 40px */
  max-width: 300px;
}
@media (max-width: 600px) {
  .content__countdown_title {
    font-size: 20px;
  }
}
.content__countdown_logic {
  width: 100%;
}
.content__countdown_logic .timer {
  display: flex;
  gap: 40px;
  justify-content: flex-end;
}
@media (max-width: 1055px) {
  .content__countdown_logic .timer {
    justify-content: flex-start;
  }
}
@media (max-width: 600px) {
  .content__countdown_logic .timer {
    gap: 8px;
    justify-content: space-between;
    width: 100%;
  }
}
.content__countdown_logic .timer .value {
  color: #18354f;
  text-align: center;
  font-family: Newsreader;
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 72px */
}
@media (max-width: 768px) {
  .content__countdown_logic .timer .value {
    font-size: 32px;
  }
}
.content__countdown_logic .timer .label {
  color: #18354f;
  text-align: center;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media (max-width: 600px) {
  .content__countdown_logic .timer .label {
    font-size: 10px;
  }
}
.content__countdown_logic .cell {
  text-align: center;
}

.content__images {
  margin-top: 60px;
  margin-bottom: 20px;
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .content__images {
    flex-direction: column;
    margin-top: 20px;
  }
  .content__images img {
    width: 100%;
  }
}
.content__text {
  border-radius: 20px;
  background: #f1f5f9;
  padding: 40px;
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 600px) {
  .content__text {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    padding: 20px;
  }
}
.content__text_title {
  max-width: 300px;
  width: 100%;
}
.content__text_title h3 {
  color: #3e3e3e;
  font-family: Newsreader;
  font-size: 40px;
  font-style: italic;
  font-weight: 300;
  line-height: 100%;
  /* 40px */
}
@media (max-width: 600px) {
  .content__text_title h3 {
    font-size: 20px;
  }
}
.content__text_title p {
  color: #3e3e3e;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  /* 19.2px */
}
@media (max-width: 600px) {
  .content__text_title p {
    font-size: 12px;
  }
}
.content__text_subtitle p {
  color: #3e3e3e;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .content__text_subtitle p {
    font-size: 12px;
  }
}

.landing__button p {
  color: #ef233c;
}
.landing__button a {
  align-items: center;
}
.landing__button a svg {
  width: 60px;
  height: 60px;
  padding: 17px;
}
@media (max-width: 600px) {
  .landing__button a svg {
    width: 40px;
    height: 40px;
    padding: 10px;
  }
}

/* fix */
@media (max-width: 600px) {
  .landing__hero {
    margin-top: 20px;
    gap: 20px;
  }

  .landing__hero_title h1 {
    margin: 0;
  }

  .landing__content {
    margin-top: 20px;
  }

  .page-id-368 .header {
    padding-top: 20px;
  }

  .page-id-368 .header__logo img {
    width: 100px;
  }

  .landing__hero_block .price-calculator__button a {
    margin-top: 0;
  }
}
