@font-face {
  font-family: "Gilroy";
  src: url("assets/fonts/Gilroy/Gilroy-Regular.eot");
  src: local("Gilroy Regular"), local("Gilroy-Regular"), url("assets/fonts/Gilroy/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Gilroy/Gilroy-Regular.woff") format("woff"), url("assets/fonts/Gilroy/Gilroy-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Gilroy";
  src: url("assets/fonts/Gilroy/Gilroy-Bold.eot");
  src: local("Gilroy Bold"), local("Gilroy-Bold"), url("assets/fonts/Gilroy/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Gilroy/Gilroy-Bold.woff") format("woff"), url("assets/fonts/Gilroy/Gilroy-Bold.ttf") format("truetype");
  font-weight: 700;
}
.modal__webinar {
  position: fixed;
  z-index: 10000000000;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
}
.modal__webinar.is-visible {
  visibility: visible;
}
.modal__webinar.is-visible .modal__webinar-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.modal__webinar.is-visible .modal__webinar-transition {
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}
.modal__webinar-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(31, 38, 53, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}
.modal__webinar-wrapper {
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}
.modal__webinar-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-60%) translateX(-50%);
  opacity: 0;
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  color: #aaa;
  background: none;
  border: 0;
}

.modal-close:hover {
  color: #777;
}

.modal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.modal-content > *:first-child {
  margin-top: 0;
}

.modal-content > *:last-child {
  margin-bottom: 0;
}

.container-boxed {
  width: 1110px;
  padding: 0 13px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .container-boxed {
    width: auto;
    max-width: 100%;
  }
}

.webinar-section-title {
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: -1.2px;
  color: #1F2635;
}

.webinar__header {
  font-family: "Gilroy", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.1px;
  color: #1F2635;
  position: absolute;
  top: 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .webinar__header {
    top: 16px;
  }
}
.webinar__header .header__logo {
  width: 151px;
  height: auto;
}
.webinar__header .row {
  display: flex;
  justify-content: space-between;
}
.webinar__header .row > * {
  width: auto;
}
.webinar__header-info {
  display: flex;
}
@media (max-width: 767px) {
  .webinar__header-info {
    flex-direction: column;
    opacity: 0.6;
    margin-top: -2px;
  }
  .webinar__header-info svg {
    width: 18px;
  }
}
.webinar__header-time, .webinar__header-date {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .webinar__header-time, .webinar__header-date {
    display: block;
  }
}
.webinar__header-time svg, .webinar__header-date svg {
  margin-right: 9px;
}
@media (max-width: 767px) {
  .webinar__header-time svg, .webinar__header-date svg {
    margin-bottom: -10px;
  }
}
.webinar__header-time {
  margin-left: 28px;
}
@media (max-width: 767px) {
  .webinar__header-time {
    margin-left: 0;
  }
}

.webinar__main {
  padding: 90px 0 0;
  font-family: "Gilroy", sans-serif;
  background-color: #F4F7FA;
  background-image: url(assets/img/webinar-bg.png);
  background-position: left bottom;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .webinar__main {
    padding-top: 95px;
    background-color: #fff;
  }
}
.webinar__main--row {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .webinar__main--row {
    flex-direction: column-reverse;
  }
}
.webinar__main--inner {
  width: 68%;
  margin-top: 125px;
}
@media (max-width: 767px) {
  .webinar__main--inner {
    position: relative;
    z-index: 10;
    width: 100%;
    text-align: center;
    margin-top: -19px;
    margin-bottom: 20px;
  }
  .webinar__main--inner .webinar-button {
    display: block;
  }
}
.webinar__main--elem {
  width: 32%;
  position: relative;
}
@media (max-width: 767px) {
  .webinar__main--elem {
    z-index: -1;
    width: 100%;
  }
}
.webinar__main--image {
  margin-left: -80px;
  margin-right: -15px;
  margin-bottom: -40px;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .webinar__main--image {
    margin-left: -13px;
    margin-right: -13px;
    margin-bottom: 0;
    position: relative;
    padding-left: 13px;
    padding-right: 13px;
    text-align: center;
  }
  .webinar__main--image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(179.97deg, rgba(255, 255, 255, 0) 32.81%, #FFFFFF 90.5%);
  }
  .webinar__main--image img {
    width: 80%;
    margin-right: -35px;
  }
}
.webinar__main--bg {
  position: absolute;
  bottom: 0;
  left: -113%;
  transform: translateX(21%);
}
@media (max-width: 767px) {
  .webinar__main--bg {
    width: 150%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.webinar__main--subtitle {
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #D35858;
  margin-bottom: 28px;
}
.webinar__main--title {
  font-size: 60px;
  font-weight: 700;
  line-height: 65px;
  letter-spacing: -2px;
  color: #1F2635;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .webinar__main--title {
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0;
  }
}
.webinar__main--description {
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 32px;
  letter-spacing: -0.2px;
  color: #161C2D;
  opacity: 0.7;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .webinar__main--description {
    display: none;
  }
}

.webinar__register-from {
  font-family: "Gilroy", sans-serif;
  width: 350px;
  padding: 30px 25px;
  box-sizing: border-box;
  background-color: #F4F7FA;
  background-image: url(assets/img/form-bg.png);
  background-size: cover;
  border-radius: 10px;
}
.webinar__register-from label {
  font-size: 15px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.1px;
  color: #1F2635;
  display: block;
  margin-bottom: -4px;
}
.webinar__register-from .form-control {
  margin-bottom: 10px;
}
.webinar__register-from .form-control input {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.1px;
  color: #161C2D;
  background-color: #fff;
  border: 1px solid #E7E9ED;
  width: 100%;
  padding: 11px 17px;
  border-radius: 8px;
  box-sizing: border-box;
  outline: none !important;
}
.webinar__register-from button {
  font-size: 17px;
  font-weight: 700;
  line-height: 32px;
  color: #FFFFFF;
  background: linear-gradient(90deg, #79B200 1.86%, #8DE301 51.21%, #79B200 101%);
  border: 0;
  display: block;
  width: 100%;
  padding: 13px 20px;
  margin-top: 17px;
  border-radius: 8px;
  outline: none !important;
  cursor: pointer;
}

.intro {
  padding: 100px 0 140px;
  font-family: "Gilroy", sans-serif;
  position: relative;
  background-image: url(assets/img/about-grid.svg);
  background-size: inherit;
  background-position: 0 -40px;
}
.intro--title {
  text-align: center;
  margin-bottom: 75px;
}
.intro--inner {
  --gap: 30px;
  --columns: 3;
  display: flex;
  gap: var(--gap);
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .intro--inner {
    --columns: 1;
  }
}
.intro--column-inner {
  width: calc(100% / var(--columns) - var(--gap) + var(--gap) / var(--columns));
  color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-sizing: border-box;
}
.intro--column-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -0.5px;
}
.intro--column-text {
  font-size: 17px;
  font-weight: 400;
  line-height: 29px;
  opacity: 0.65;
  margin-top: 30px;
}

.list-card {
  padding: 100px 0 140px;
  font-family: "Gilroy", sans-serif;
  background-color: #F4F7FA;
}
@media (min-width: 768px) {
  .list-card .container-boxed {
    width: 1230px;
  }
}
.list-card--title {
  text-align: center;
  margin-bottom: 75px;
}
.list-card--inner {
  --gap: 30px;
  --columns: 2;
  display: flex;
  gap: var(--gap);
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .list-card--inner {
    --columns: 1;
  }
}
.list-card--column-inner {
  width: calc(100% / var(--columns) - var(--gap) + var(--gap) / var(--columns));
  color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  background-color: #fff;
  display: flex;
}
.list-card--column-image {
  width: 46%;
  position: relative;
  overflow: hidden;
  border-radius: 10px 0 0 10px;
}
.list-card--column-image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list-card--column-title {
  width: 54%;
  font-size: 21px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.5px;
  color: #161C2D;
  padding: 75px 30px;
}
@media (max-width: 767px) {
  .list-card--column-title {
    padding: 40px 18px;
    font-size: 16px;
  }
}

.about {
  padding: 100px 0 0;
  font-family: "Gilroy", sans-serif;
  background-image: url(assets/img/about-grid.svg);
  background-size: inherit;
  background-position: 0 -40px;
}
@media (max-width: 767px) {
  .about {
    padding-bottom: 100px;
  }
}
.about--row {
  display: flex;
  flex-wrap: wrap;
}
.about--image {
  width: 47%;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .about--image {
    display: none;
  }
}
.about--image-dec {
  width: 312px;
  height: 312px;
  background: #657641;
  position: absolute;
  top: 65px;
  left: 43px;
  border-radius: 50%;
  z-index: -1;
}
@media (max-width: 767px) {
  .about--image-dec {
    top: 117px;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
  }
}
.about--image-mob {
  text-align: center;
  position: relative;
}
.about--image-mob:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(179.97deg, rgba(255, 255, 255, 0) 32.81%, #FFFFFF 90.5%);
}
@media (min-width: 768px) {
  .about--image-mob {
    display: none;
  }
}
.about--inner {
  width: 53%;
  margin-top: 95px;
}
@media (max-width: 767px) {
  .about--inner {
    width: 100%;
    margin-top: 0;
  }
}
.about--title {
  margin-bottom: 19px;
}
@media (max-width: 767px) {
  .about--title {
    text-align: center;
  }
}
.about--subtitle {
  font-size: 19px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.2px;
  color: #1F2635;
  opacity: 0.7;
  margin-bottom: 44px;
}
@media (max-width: 767px) {
  .about--subtitle {
    text-align: center;
    margin-bottom: 6px;
  }
}
.about--list {
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .about--list {
    margin-top: 35px;
  }
}
.about--list-title {
  font-size: 19px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.2px;
  color: #1F2635;
  margin-bottom: 18px;
  position: relative;
}
@media (max-width: 767px) {
  .about--list-title {
    font-size: 17px;
  }
}
.about--list-title svg {
  position: absolute;
  top: 9px;
}
.about--list-title span {
  padding-left: 33px;
  display: inline-block;
}
@media (max-width: 767px) {
  .about--button-wrap {
    text-align: center;
  }
}

.webinar-button {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3em;
  text-decoration: none;
  letter-spacing: -0.6px;
  color: #FFFFFF;
  padding: 19px 114px;
  background: #657641;
  border-radius: 8px;
  transition: 0.3s all;
  display: inline-block;
}
@media (max-width: 767px) {
  .webinar-button {
    padding: 19px 70px;
  }
}
.webinar-button:hover, .webinar-button:active {
  background-color: #4e5b32;
}

.webinar__thank {
  font-family: "Roboto", sans-serif;
  background-image: url(assets/img/bg-thank.png);
  background-size: cover;
  height: 100vh;
  background-color: #F4F7FA;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .webinar__thank {
    align-items: flex-start;
  }
}
.webinar__thank--row {
  padding: 150px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .webinar__thank--row {
    flex-direction: column-reverse;
    padding: 160px 0 20px;
  }
}
.webinar__thank--inner {
  width: 70%;
}
@media (max-width: 767px) {
  .webinar__thank--inner {
    width: 100%;
    text-align: center;
  }
}
.webinar__thank--title {
  font-size: 60px;
  font-weight: 700;
  line-height: 65px;
  letter-spacing: -2px;
  color: #1F2635;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .webinar__thank--title {
    font-size: 40px;
    line-height: 120%;
    letter-spacing: 0;
  }
}
.webinar__thank--description {
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 32px;
  letter-spacing: -0.2px;
  color: #161C2D;
  opacity: 0.7;
  margin-bottom: 30px;
}
.webinar__thank-button {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3em;
  text-decoration: none;
  letter-spacing: -0.6px;
  color: #FFFFFF;
  padding: 19px 39px;
  background-color: #2BACEF;
  border-radius: 8px;
  transition: 0.3s all;
  display: inline-block;
}
@media (max-width: 767px) {
  .webinar__thank-button {
    display: block;
  }
}
.webinar__thank-button svg {
  margin-bottom: -6px;
  margin-left: 13px;
}
.webinar__thank-button:hover {
  background-color: #279dd9;
}
.webinar__thank--progress {
  width: 30%;
}
@media (max-width: 767px) {
  .webinar__thank--progress {
    width: 100%;
    text-align: center;
    margin-bottom: 80px;
  }
}
.webinar__thank--progress-wrap {
  font-family: "Roboto", sans-serif;
  width: 250px;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
  position: relative;
}
@media (max-width: 767px) {
  .webinar__thank--progress-wrap {
    margin: auto;
  }
}
.webinar__thank--progress-wrap svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.webinar__thank--progress-percent {
  font-size: 62px;
  font-weight: 500;
  line-height: 73px;
  color: #1F2635;
  margin-top: -25px;
}
.webinar__thank--progress-percent span {
  font-size: 32px;
  position: relative;
  top: -31px;
  left: -1px;
}
.webinar__thank--progress-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.02em;
  color: #1F2635;
  padding: 0 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .webinar__thank--progress-text {
    padding: 0 15px;
  }
}

.webinar__header.packages__header {
  top: 15px;
}

.packages {
  background-image: url(assets/img/bg-thank.png);
  background-size: cover;
  font-family: "Gilroy", sans-serif;
  padding: 90px 0 180px;
  border: 1px solid #E7E9ED;
}
@media (max-width: 767px) {
  .packages {
    padding: 140px 0 30px;
  }
}
.packages--title {
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -1.2px;
  color: #1F2635;
  margin: 0 auto 60px;
  text-align: center;
  width: 50%;
}
.packages--title span {
  color: #D35858;
}
@media (max-width: 767px) {
  .packages--title {
    width: 100%;
    margin-bottom: 100px;
  }
}
.packages--wrap {
  --gap: 30px;
  --columns: 3;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
}
@media (max-width: 767px) {
  .packages--wrap {
    --columns: 1;
  }
}
.packages .package--item {
  position: relative;
  width: calc(100% / var(--columns) - var(--gap) + var(--gap) / var(--columns));
  box-sizing: border-box;
  margin-top: 38px;
  z-index: 10;
}
@media (max-width: 767px) {
  .packages .package--item {
    margin-top: 0;
  }
}
.packages .package--item-wrap {
  height: 100%;
  position: relative;
  padding: 30px 30px 17px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 10;
  border: 1px solid #E7E9ED;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .packages .package--item-wrap {
    height: auto;
  }
}
.packages .package--label {
  z-index: -1;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  background: linear-gradient(90deg, #79B200 1.86%, #8DE301 101%);
  border-radius: 10px;
  padding: 9px 0 29px;
  margin: 0 auto;
  position: absolute;
  top: -38px;
  left: 0;
  right: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .packages .package--label {
    position: static;
    padding: 9px 0 18px;
    margin-bottom: -10px;
  }
}
.packages .package--title {
  text-align: center;
  margin-bottom: 28px;
}
.packages .package--title span {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 1.625px;
  text-transform: uppercase;
  padding: 6px 19px;
  color: #1F2635;
  background: linear-gradient(90deg, rgba(121, 178, 0, 0.3) 1.86%, rgba(141, 227, 1, 0.3) 101%);
  border-radius: 14px;
}
.packages .package--subtitle {
  color: #1F2635;
  font-size: 17px;
  font-weight: 400;
  line-height: 29px;
  text-align: center;
  letter-spacing: -0.2px;
  opacity: 0.7;
  margin-bottom: 30px;
}
.packages .package--benefits {
  color: #1F2635;
  font-size: 19px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 42px;
}
.packages .package--benefits-item {
  position: relative;
  padding-left: 27px;
  padding-bottom: 18px;
}
.packages .package--benefits-item svg {
  position: absolute;
  top: 4px;
  left: 0;
}
.packages .package--price {
  color: #1F2635;
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  text-align: center;
}
.packages .package--price-sale {
  color: #1F2635;
  font-size: 17px;
  font-weight: 400;
  line-height: 29px;
  text-align: center;
  letter-spacing: -0.2px;
  opacity: 0.7;
  margin-bottom: 6px;
}
.packages .package--button-wrap {
  margin-top: 14px;
  margin-left: -13px;
  margin-right: -13px;
}
.packages .package--button {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3em;
  text-decoration: none;
  color: #FFFFFF;
  padding: 19px 39px;
  background: #657641;
  border-radius: 8px;
  transition: 0.3s all;
  text-align: center;
  display: block;
}
.packages .package--button:hover, .packages .package--button:active {
  background-color: #4e5b32;
}

.template-gift-card .bg {
  background: rgba(137, 137, 137, 0.22);
}
.template-gift-card section {
  position: relative;
}
.template-gift-card .gift__main--inner {
  display: flex;
  flex-direction: column;
  gap: 47px;
  position: relative;
  padding: 200px 0 230px;
  z-index: 1;
}
@media only screen and (max-width: 1050px) {
  .template-gift-card .gift__main--inner {
    align-items: center;
    gap: 0;
    padding: 120px 0 0px;
  }
}
@media (max-width: 767px) {
  .template-gift-card .gift__main--title-wrapper {
    position: static;
    top: 0;
    margin: 0 auto 20px;
  }
}
.template-gift-card .gift__main--title {
  font-size: 7.15vw;
  font-weight: 300;
  text-transform: uppercase;
  max-width: 63vw;
  line-height: 1;
  letter-spacing: 0;
  white-space: break-spaces;
}
@media (max-width: 767px) {
  .template-gift-card .gift__main--title {
    font-size: 23px;
    max-width: 100vw;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.template-gift-card .gift__main--text {
  width: 326px;
  font-size: 25px;
  line-height: 101%;
  letter-spacing: -1px;
  font-weight: 300;
  margin-left: 1.7vw;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .template-gift-card .gift__main--text {
    text-align: center;
    margin: 0;
    font-size: 18px;
  }
}
.template-gift-card .consult__main--elem {
  text-align: right;
  width: 490px;
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  .template-gift-card .consult__main--elem {
    width: 100%;
    padding-top: 10px;
  }
}
.template-gift-card .consult__main--elem-img {
  object-fit: contain;
}
.template-gift-card .consult__main {
  overflow: hidden;
}
.template-gift-card .consult__main .container {
  z-index: 10;
}
.template-gift-card .consult__main:after {
  display: none;
}
.template-gift-card .gift-card-image {
  z-index: 10;
  text-align: center;
  background-color: #eeeeee;
}
.template-gift-card .gift-card-image img {
  width: 50%;
}
@media (max-width: 767px) {
  .template-gift-card .gift-card-image img {
    width: 100%;
  }
}
.template-gift-card .consult__main--arrow {
  border-radius: 50%;
  background: #fff;
  width: 220px;
  height: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -11vw;
  bottom: 6vw;
}
.template-gift-card .consult__main--arrow:hover {
  transform: scale(1.1) rotate(135deg) !important;
}
@media only screen and (max-width: 1550px) {
  .template-gift-card .consult__main--arrow {
    width: 156px;
    height: 156px;
  }
}
@media only screen and (max-width: 1050px) {
  .template-gift-card .consult__main--arrow {
    bottom: 27px;
    width: 116px;
    height: 116px;
  }
}
@media (max-width: 767px) {
  .template-gift-card .consult__main--arrow {
    display: none;
  }
}
@media only screen and (max-width: 1550px) {
  .template-gift-card .consult__main--arrow svg {
    width: 42px;
    height: 42px;
  }
}

.template-gift-card .gift-card__short-description ul,
.template-gift-card .gift-card__short-description ol,
.template-gift-card .gift-card__short-description p {
  margin-bottom: 1.5em;
}

.gift-card__container {
  position: relative;
  z-index: 10;
}

.gift-card__n {
  font-size: 20px;
}

.gift-card__labels {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.gift-card__labels p {
  font-family: "Arial";
  font-size: 13px;
  padding: 11px 20px;
  margin-bottom: 0;
  color: #1d2027;
  background: transparent;
  border: 1px solid #fff;
  width: auto;
  display: inline-block;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .gift-card__labels p {
    width: calc(50% - 14px);
    text-align: center;
    box-sizing: border-box;
  }
}
.gift-card {
  padding: 80px 0;
}
@media (max-width: 1280px) {
  .gift-card {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .gift-card {
    padding: 10px 0 60px;
  }
}
.gift-card__container {
  max-width: 1600px;
  margin: auto;
  padding: 0 15px;
}
.gift-card__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -40px;
  box-sizing: border-box;
}
@media (max-width: 1280px) {
  .gift-card__row {
    margin: 0 -20px;
  }
}
.gift-card__image {
  width: 40%;
  box-sizing: border-box;
  padding: 0 40px;
}
@media (max-width: 1280px) {
  .gift-card__image {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .gift-card__image {
    width: 100%;
  }
}
.gift-card__form {
  width: 60%;
  box-sizing: border-box;
  padding: 40px 40px 0;
}
@media (max-width: 1280px) {
  .gift-card__form {
    padding: 20px 20px 0;
  }
}
@media (max-width: 767px) {
  .gift-card__form {
    width: 100%;
    padding-top: 30px;
  }
}
.gift-card__title {
  white-space: nowrap;
  font-size: 40px;
  line-height: 87%;
  letter-spacing: -2px;
  text-transform: uppercase;
  margin: 0 0 50px;
}
@media (max-width: 767px) {
  .gift-card__title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.gift-card__details {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .gift-card__details {
    margin-top: 30px;
  }
}
.gift-card__details, .gift-card__short-description {
  font-size: 16px;
  line-height: 1.6;
}
.gift-card__details ul, .gift-card__short-description ul {
  padding-left: 20px;
  margin-top: 0;
}
.gift-card__details ul li, .gift-card__short-description ul li {
  margin-bottom: 10px;
}
.gift-card__price-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.gift-card__price-buttons button {
  padding: 7px 13px;
  margin-bottom: 0;
  color: #1d2027;
  background: transparent;
  border: 1px solid #fff;
  width: auto;
  display: inline-block;
  border-radius: 5px;
  transition: 0.3s all;
  outline: none;
}
.gift-card__custom-price-input {
  font-size: 14px;
  width: 100%;
  color: #1d2027;
  background-color: transparent;
  padding: 10px 5px;
  margin-top: 10px;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.26);
  transition: 0.3s all;
  max-width: 300px;
  outline: none;
}
.gift-card__custom-price-input:hover, .gift-card__custom-price-input:focus {
  border-color: #1d2027;
}
.gift-card input::-webkit-outer-spin-button,
.gift-card input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.gift-card input[type=number] {
  -moz-appearance: textfield; /* Firefox */
}
.gift-card__submit-button {
  padding: 11px 20px;
  font-family: "Raleway";
  font-size: 16px;
  text-decoration: none;
  margin-top: 25px;
  margin-bottom: 0;
  color: #fff;
  background: #1d2027;
  border: 1px solid #1d2027;
  width: auto;
  display: inline-block;
  border-radius: 5px;
  transition: 0.3s all;
  cursor: pointer;
  outline: none;
}
.gift-card__submit-button:hover {
  opacity: 0.8;
}

.c_after {
  margin-top: 25px;
  font-size: 16px;
  line-height: 1.6;
}
.c_after + .gift-card__submit-button {
  margin-top: 15px;
}

.page-template-template-consultation {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #000;
  background: #C0C1C7;
}

.page-template-template-consultation section {
  position: relative;
}

.page-template-template-consultation section .container,
.page-template-template-consultation section .container-fluid {
  position: relative;
  z-index: 10;
}

.cards {
  padding-top: 20px;
}

.cards__button {
  text-align: center;
  margin-bottom: 20px;
}

.cards__button .btn {
  background: #165964;
}

.cards__text {
  text-align: center;
}

.cards__pricing {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 60px;
}

@media (max-width: 767px) {
  .cards__pricing {
    margin-top: 40px;
    gap: 20px;
  }
}
.cards__pricing-item {
  width: calc(50% - 20px);
  text-align: center;
  color: #fff;
  background: linear-gradient(0deg, #267379 0%, #FFFFFF 241.65%), linear-gradient(180deg, #0E545F 0%, #FFFFFF 181.46%);
  box-shadow: 6px 7px 7px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .cards__pricing-item {
    width: calc(50% - 10px);
  }
}
.cards__pricing-item:nth-child(2n) {
  background: linear-gradient(0deg, #0E545F 0%, #FFFFFF 241.65%);
}

.cards__pricing-item:not(.is-active) .btn-cons {
  background: #672323;
  border: 1px solid #672323;
  pointer-events: none;
}

.cards__pricing-wrap {
  padding: 60px;
  border-radius: 10px;
}

@media (max-width: 1300px) {
  .cards__pricing-wrap {
    padding: 60px 40px 45px;
  }
}
@media (max-width: 767px) {
  .cards__pricing-wrap {
    padding: 30px 10px;
  }
}
.cards__pricing-subtitle {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 13px;
}

@media (max-width: 767px) {
  .cards__pricing-subtitle {
    font-size: 14px;
  }
}
.cards__pricing-title {
  font-size: 50px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 40px;
}

@media (max-width: 1300px) {
  .cards__pricing-title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .cards__pricing-title {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.cards__pricing-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  max-width: 300px;
  margin: 0 auto 5vw;
}

@media (max-width: 767px) {
  .cards__pricing-text {
    margin-bottom: 20px;
  }
}
.cards__pricing-price {
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 33px;
}

@media (max-width: 1500px) {
  .cards__pricing-price {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .cards__pricing-price {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.cards__pricing .btn-cons {
  min-width: 285px;
  justify-content: center;
  padding: 19px;
}

@media (max-width: 767px) {
  .cards__pricing .btn-cons {
    min-width: auto;
  }
}
.cards__pricing .btn-cons:before {
  display: none;
}

.cards .is-active .btn-cons {
  color: #1A3234;
  background: #fff;
  border: 1px solid #1A3234;
  transition: 0.3s all;
}

.cards .is-active .btn-cons:hover {
  background: #1A3234;
  color: #fff;
}

.toggle-content-team,
.toggle-content-con,
.toggle-content {
  height: 0;
  overflow: hidden;
  margin-top: -1px;
  transition: all 0.3s ease;
}
.toggle-content-team.active,
.toggle-content-con.active,
.toggle-content.active {
  height: auto;
  transition: all 0.3s ease;
  margin-top: 100px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .toggle-content-team.active,
  .toggle-content-con.active,
  .toggle-content.active {
    margin-top: 80px;
  }
}
.toggle-content-team-cards,
.toggle-content-con-cards,
.toggle-content-cards {
  height: 0;
  overflow: hidden;
  margin-top: -1px;
  transition: all 0.3s ease;
}
.toggle-content-team-cards.active,
.toggle-content-con-cards.active,
.toggle-content-cards.active {
  height: auto;
  justify-content: center;
  margin-top: 65px;
  padding-bottom: 15px;
  transition: all 0.3s ease;
}

.page-template-template-history-mens-health {
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  background-color: #005855;
}

.page-template-template-history-mens-health section {
  position: relative;
}

.page-template-template-history-mens-health mark {
  color: #fff;
  background: transparent;
}

.page-template-template-history-mens-health h2 {
  font-weight: 400;
  text-transform: uppercase;
}

.page-template-template-history-mens-health .container {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1300px;
}

.page-template-template-history-mens-health .mh-title {
  font-size: 50px;
  line-height: 1;
}

@media (max-width: 767px) {
  .page-template-template-history-mens-health .mh-title {
    font-size: 40px;
  }
}
.mh-product__price {
  font-size: 40px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 28px;
}

.mh-product__price del {
  font-weight: 400;
  font-size: 0.74em;
}

.mh-product__price ins {
  display: block;
  text-decoration: none;
}

.mh-product__button a {
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding: 21px 35px 21px 80px;
  color: #1A3234;
  background: #fff;
  box-shadow: inset 0 0 8px rgba(6, 32, 31, 0.6);
  border-radius: 50px;
  transition: 0.3s all;
}

@media (max-width: 767px) {
  .mh-product__button a {
    font-size: 16px;
  }
}
.mh-product__button a:hover {
  background: #e3e3e3;
}

.mh-product__button span {
  position: absolute;
  left: -1px;
  top: 0;
  background: #1D8B87;
  padding: 16px 17px;
  border-radius: 50%;
  box-shadow: 4px 2px 3px rgba(0, 0, 0, 0.25), inset 0 0 7px rgba(26, 50, 52, 0.6);
}

@media (max-width: 767px) {
  .mh-product__button span {
    padding: 14px 15px;
  }
}
.mh-product__text {
  font-weight: 300;
  padding-top: 15px;
}

.hero {
  background-size: cover;
  background-position: center center;
  padding-top: 80px;
}

@media (max-width: 767px) {
  .hero {
    padding-top: 60px;
  }
}
.hero .hero-row-desc .hero__col {
  width: 50%;
}

.hero .hero-row-desc .hero__col--left {
  position: absolute;
  top: 14vw;
  left: 0;
  padding-left: 8.4vw;
  width: 50%;
}

.hero .hero-row-desc .hero__col--left .hero__title {
  margin-bottom: 22px;
  margin-left: -8px;
}

.hero .hero-row-desc .hero__col--left .hero__title span {
  display: block;
  margin-left: 72px;
  margin-top: 10px;
}

@media (max-width: 1500px) {
  .hero .hero-row-desc .hero__col--left .hero__title span {
    margin-top: 0;
  }
}
.hero .hero-row-desc .hero__col--left .hero__text {
  margin-bottom: 4.4vw;
}

.hero .hero-row-desc .hero__col--right {
  position: absolute;
  top: 33vw;
  right: 0;
  width: 39%;
  padding-right: 6.3vw;
}

.hero .hero-row-desc .hero__col--right .hero__title {
  margin-left: -2vw;
  margin-bottom: 2px;
}

.hero .hero-row-desc .hero__col--right .hero__text {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .hero .hero-row-desc {
    display: none;
  }
}
@media (min-width: 768px) {
  .hero .hero-row-mob {
    display: none;
  }
}
.hero .hero-row-mob .hero__title span {
  display: block;
  padding-left: 60px;
}

.hero .hero-row-mob .hero__title-last {
  margin-bottom: 30px;
}

.hero .hero-row-mob .hero__text-last {
  margin-top: 15px;
}

.hero__subtitle {
  font-weight: 700;
  font-size: 25px;
  line-height: 1;
  margin-bottom: 30px;
  text-transform: uppercase;
  margin-left: -17px;
}

@media (max-width: 767px) {
  .hero__subtitle {
    font-size: 20px;
    margin-left: 0;
  }
}
.hero__title {
  font-weight: 300;
  font-size: 90px;
  line-height: 1.1;
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .hero__title {
    font-size: 40px;
  }
}
.hero__text {
  font-size: 20px;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .hero__text {
    font-size: 16px;
  }
}
.hero__images {
  text-align: center;
}

.hero__images img {
  margin-left: 110px;
  width: 450px;
}

@media (max-width: 767px) {
  .hero__images img {
    width: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.hero__button {
  font-size: 28px;
  line-height: 1.5;
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 15px;
}

@media (max-width: 767px) {
  .hero__button {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 30px;
  }
}
.hero__button span {
  background: #1A3234;
  width: 12vw;
  height: 12vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .hero__button span {
    width: 50px;
    height: 50px;
  }
  .hero__button span svg {
    width: 20px;
  }
}
.mh-bg-sc {
  background-size: cover;
  background-position: center center;
  clip-path: polygon(100% 100%, 100% 0%, 53.3% 0%, 43.4% 80px, 0% 0%, 0% 100%);
  margin-top: -80px;
}

@media (max-width: 767px) {
  .mh-bg-sc {
    clip-path: polygon(100% 100%, 100% 0%, 53.3% 0%, 43.4% 30px, 0% 0%, 0% 100%);
    margin-top: -30px;
  }
}
.mh-mens-health {
  padding: 170px 0 90px;
}

@media (max-width: 767px) {
  .mh-mens-health {
    padding: 70px 0 50px;
  }
}
.mh-mens-health .row {
  align-items: flex-start;
}

.mh-mens-health__title {
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .mh-mens-health__title {
    margin-bottom: 30px;
  }
}
.mh-mens-health__highlight {
  position: relative;
  font-size: 20px;
  line-height: 1.4;
  color: #1A3234;
  padding: 40px 38px 40px 86px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 40px;
  width: 55.2%;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .mh-mens-health__highlight {
    width: 100%;
    padding: 20px;
    border-radius: 25px;
    margin-bottom: 20px;
  }
}
.mh-mens-health__highlight svg {
  height: 50px;
  width: 50px;
}

@media (max-width: 767px) {
  .mh-mens-health__highlight svg {
    height: 30px;
    width: 30px;
  }
}
@media (min-width: 1279px) {
  .mh-mens-health__highlight svg {
    position: absolute;
    top: 26px;
    left: 18px;
  }
}
.mh-mens-health__content {
  width: 44.8%;
  padding-left: 30px;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .mh-mens-health__content {
    width: 100%;
    font-size: 16px;
    padding-left: 0;
  }
}
.mh-mens-health__content div {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .mh-mens-health__content div {
    margin-bottom: 25px;
  }
}
.mh-mens-health__content p + p {
  margin-top: 20px;
}

.mh-book-audience {
  padding-bottom: 140px;
}

@media (max-width: 767px) {
  .mh-book-audience {
    padding-bottom: 80px;
  }
}
.mh-book-audience .row {
  align-items: center;
}

.mh-book-audience__content {
  width: 54%;
  z-index: 10;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .mh-book-audience__content {
    width: 100%;
    padding-top: 0;
  }
}
.mh-book-audience__title {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .mh-book-audience__title {
    margin-bottom: 30px;
  }
}
.mh-book-audience__title span {
  display: block;
  padding-left: 6vw;
}

.mh-book-audience__list {
  margin-bottom: 25px;
}

.mh-book-audience__list p {
  font-size: 18px;
  display: flex;
}

.mh-book-audience__list p + p {
  margin-top: 20px;
}

.mh-book-audience__list span {
  background: #1A3234;
  width: 42px;
  min-width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 17px;
  margin-top: -5px;
  border-radius: 50%;
}

.mh-book-audience__image {
  width: 46%;
  box-sizing: border-box;
  padding-right: 30px;
  text-align: center;
}

@media (max-width: 767px) {
  .mh-book-audience__image {
    width: 100%;
    margin-top: 30px;
    padding-right: 0;
  }
}
.mh-book-audience__image img {
  filter: drop-shadow(0px 0px 48.1311px rgba(255, 255, 255, 0.4));
  transform: rotate(-3.02deg);
  width: 400px;
}

@media (max-width: 767px) {
  .mh-book-audience__image img {
    width: 200px;
    display: block;
    margin: auto;
    padding-right: 0;
  }
}
.mh-book-contents {
  padding: 115px 0 0;
  margin-top: -60px;
  background-size: cover;
  background-position: center center;
  clip-path: polygon(100% 100%, 100% 38px, 53.3% 55px, 43.7% 0, 0% 35px, 0% 100%);
}

@media (max-width: 767px) {
  .mh-book-contents {
    padding-top: 70px;
    clip-path: polygon(100% 100%, 100% 19px, 53.3% 20px, 43.7% 0, 0% 24px, 0% 100%);
    margin-top: -40px;
  }
}
.mh-book-contents__title {
  margin-bottom: 25px;
}

.mh-book-contents__title span {
  display: block;
  padding-left: 18vw;
}

.mh-book-contents__text {
  font-size: 18px;
  margin-bottom: 60px;
  width: 56%;
}

@media (max-width: 767px) {
  .mh-book-contents__text {
    width: 100%;
  }
}
.mh-book-contents__accordion-item {
  padding: 20px 0;
  border-bottom: 1px solid #fff;
}

@media (max-width: 767px) {
  .mh-book-contents__accordion-item {
    padding: 15px 0;
  }
}
.mh-book-contents__accordion-item:last-child {
  border-bottom: 0;
}

.mh-book-contents__accordion-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

@media (max-width: 767px) {
  .mh-book-contents__accordion-title {
    font-size: 18px;
  }
}
.mh-book-contents__accordion-title span {
  transform: rotate(180deg);
  position: relative;
  top: -4px;
  transition: 0.3s all;
}

.mh-book-contents__accordion-title span svg {
  width: 30px;
  height: 20px;
}

.mh-book-contents__accordion-title.active span {
  transform: rotate(0);
}

.mh-book-contents__accordion-text {
  font-weight: 400;
}

.mh-book-contents__accordion-text.active {
  padding-bottom: 0;
  margin-top: 19px !important;
}

.mh-book-contents__top {
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .mh-book-contents__top {
    padding-bottom: 0;
  }
}
.mh-book-contents__top .mh-book-contents__image {
  padding-left: 34px;
  width: 36%;
  box-sizing: border-box;
  filter: drop-shadow(0px 0px 48.1311px rgba(255, 255, 255, 0.4));
  transform: rotate(-3.02deg);
}

@media (max-width: 767px) {
  .mh-book-contents__top .mh-book-contents__image {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 30px;
  }
}
.mh-book-contents__top .mh-book-contents__image img {
  width: 400px;
}

@media (max-width: 767px) {
  .mh-book-contents__top .mh-book-contents__image img {
    width: 200px;
    display: block;
    margin: auto;
  }
}
.mh-book-contents__top .mh-book-contents__accordion {
  width: 64%;
  box-sizing: border-box;
  padding-left: 121px;
  margin-top: -28px;
}

@media (max-width: 767px) {
  .mh-book-contents__top .mh-book-contents__accordion {
    width: 100%;
    padding-left: 0;
    margin-top: 0;
  }
}
.mh-book-contents__bottom .mh-book-contents__image {
  position: relative;
  width: 36%;
  box-sizing: border-box;
  padding-bottom: 67px;
}

@media (max-width: 767px) {
  .mh-book-contents__bottom .mh-book-contents__image {
    width: 100%;
    margin-top: 30px;
  }
}
.mh-book-contents__bottom .mh-book-contents__image img {
  height: 800px;
  display: block;
  margin-left: auto;
}

@media (max-width: 767px) {
  .mh-book-contents__bottom .mh-book-contents__image img {
    height: 400px;
    margin: 0 auto -75px;
  }
}
.mh-book-contents__bottom .mh-book-contents__content {
  padding-right: 20px;
  padding-top: 60px;
  width: 64%;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .mh-book-contents__bottom .mh-book-contents__content {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
    border-top: 1px solid #fff;
  }
}
.mh-book-contents__bottom .mh-product {
  margin-top: 27px;
}

@media (max-width: 767px) {
  .mh-book-contents__bottom .mh-product {
    margin-top: 15px;
  }
}
.mh-autographed-book {
  padding: 180px 0;
  background-position: center center;
  background-size: cover;
  clip-path: polygon(100% 100%, 100% 0%, 53.3% 0%, 43.4% 60px, 0% 0%, 0% 100%);
  margin-top: -80px;
}

@media (max-width: 767px) {
  .mh-autographed-book {
    padding: 75px 0 100px;
    clip-path: polygon(100% 100%, 100% 0%, 53.3% 0%, 43.4% 30px, 0% 0%, 0% 100%);
    margin-top: -30px;
  }
}
.mh-autographed-book__image {
  width: 34%;
  box-sizing: border-box;
  padding-left: 30px;
}

@media (max-width: 767px) {
  .mh-autographed-book__image {
    width: 100%;
    padding-left: 0;
  }
}
.mh-autographed-book__image img {
  filter: drop-shadow(-6px 1px 31.1px rgba(6, 32, 31, 0.5));
  transform: rotate(-5.17deg);
}

@media (max-width: 767px) {
  .mh-autographed-book__image img {
    width: 200px;
    display: block;
    margin: auto;
  }
}
.mh-autographed-book__content {
  width: 66%;
  padding-top: 20px;
  padding-left: 105px;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .mh-autographed-book__content {
    width: 100%;
    padding-left: 0;
    padding-top: 50px;
  }
}
.mh-autographed-book__title {
  margin-bottom: 10px;
}

.mh-autographed-book__text {
  font-size: 18px;
  line-height: 1.5;
  padding: 20px;
  background: rgba(26, 50, 52, 0.6);
  backdrop-filter: blur(2px);
  border-radius: 15px;
  border: 1px solid #4D949A;
}

@media (max-width: 767px) {
  .mh-autographed-book__text {
    font-size: 16px;
    padding: 15px;
  }
}
.mh-autographed-book .mh-product {
  padding-top: 5.6vw;
}

.mh-testimonials {
  padding: 120px 0 150px;
  clip-path: polygon(100% 100%, 100% 0%, 53.3% 0%, 43.4% 68px, 0% 0%, 0% 100%);
  background: linear-gradient(180deg, #1A3234 0%, #026D69 68%);
  margin-top: -70px;
}

@media (max-width: 767px) {
  .mh-testimonials {
    padding: 70px 0 90px;
    clip-path: polygon(100% 100%, 100% 0%, 58.3% 0%, 41.4% 37px, 0% 0%, 0% 100%);
  }
}
.mh-testimonials:before {
  content: "";
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.4) 1px, transparent 1px), linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 1px, transparent 1px);
  background-size: 142px 128px;
  background-position: 15.4% 7.75%;
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.mh-testimonials .container {
  position: relative;
  z-index: 5;
}

.mh-testimonials__title {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .mh-testimonials__title {
    margin-bottom: 30px;
  }
}
.mh-testimonials .mh-testimonial__wrap {
  color: #1A3234;
  padding: 60px;
  background: rgba(255, 255, 255, 0.79);
  backdrop-filter: blur(2px);
  border-radius: 40px;
}

@media (max-width: 767px) {
  .mh-testimonials .mh-testimonial__wrap {
    padding: 20px;
    border-radius: 25px;
  }
}
.mh-testimonials .mh-testimonial__image {
  margin-bottom: 30px;
  display: block;
  border-radius: 40px;
}

@media (max-width: 767px) {
  .mh-testimonials .mh-testimonial__image {
    border-radius: 25px;
  }
}
.mh-testimonials .mh-testimonial__name {
  font-size: 26px;
  line-height: 1;
  text-align: center;
  margin-bottom: 15px;
}

.mh-testimonials .mh-testimonial__position {
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  margin-bottom: 20px;
}

.mh-testimonials .swiper-button-prev, .mh-testimonials .swiper-rtl .swiper-button-next {
  left: -35px;
  color: #fff;
}

.mh-testimonials .swiper-button-next, .mh-testimonials .swiper-rtl .swiper-button-prev {
  right: -35px;
  color: #fff;
}

.mh-book-author {
  background-position: center center;
  background-size: cover;
  clip-path: polygon(100% 100%, 100% 24px, 53.3% 53px, 43.7% 0, 0% 24px, 0% 100%);
  padding-top: 70px;
  margin-top: -70px;
}

@media (max-width: 767px) {
  .mh-book-author {
    clip-path: polygon(100% 100%, 100% 13px, 53.3% 22px, 43.7% 0, 0% 13px, 0% 100%);
  }
}
.mh-book-author .row {
  align-items: flex-end;
}

@media (max-width: 767px) {
  .mh-book-author .row {
    flex-direction: column-reverse;
  }
}
.mh-book-author__image {
  width: 46%;
  box-sizing: border-box;
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  .mh-book-author__image {
    width: 100%;
  }
}
.mh-book-author__image img {
  height: 630px;
}

@media (max-width: 767px) {
  .mh-book-author__image img {
    height: 400px;
    display: block;
    margin: auto;
  }
}
.mh-book-author__content {
  width: 45%;
  padding-left: 30px;
  box-sizing: border-box;
  padding-bottom: 205px;
}

@media (max-width: 767px) {
  .mh-book-author__content {
    width: 100%;
    padding-left: 0;
    padding-bottom: 20px;
  }
}
.mh-book-author__title {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .mh-book-author__title {
    margin-bottom: 30px;
  }
}
.mh-book-author__title span {
  display: block;
  padding-left: 6vw;
}

.mh-book-author__text {
  padding-left: 8%;
}

@media (max-width: 767px) {
  .mh-book-author__text {
    padding-left: 0;
  }
}
.mh-faq {
  padding: 150px 0 140px;
  margin-top: -132px;
  background: linear-gradient(180deg, #1A3234 0%, #026D69 68%);
  clip-path: polygon(100% 100%, 100% 0%, 53.3% 0%, 43.4% 77px, 0% 0%, 0% 100%);
}

@media (max-width: 767px) {
  .mh-faq {
    clip-path: polygon(100% 100%, 100% 0%, 53.3% 0%, 43.4% 37px, 0% 0%, 0% 100%);
    margin-top: -90px;
    padding: 70px 0 100px;
  }
}
.mh-faq .container {
  position: relative;
  z-index: 5;
}

.mh-faq__icon {
  position: absolute;
  right: 50px;
  bottom: 0;
  width: 27.8vw;
  height: auto;
}

@media (max-width: 767px) {
  .mh-faq__icon {
    right: 0;
    width: 74vw;
    height: auto;
  }
}
.mh-faq__title {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .mh-faq__title {
    margin-bottom: 30px;
  }
}
.mh-faq__title span {
  padding-left: 11.7vw;
  display: block;
}

.mh-faq__columns {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.mh-faq__column {
  width: calc(50% - 30px);
}

@media (max-width: 767px) {
  .mh-faq__column {
    width: 100%;
  }
}
.mh-faq__item {
  color: #1A3234;
  background: #fff;
  border-radius: 50px;
}

.mh-faq__item + .mh-faq__item {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .mh-faq__item + .mh-faq__item {
    margin-top: 20px;
  }
}
.mh-faq__question {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
  padding: 25px 105px 25px 25px;
}

@media (max-width: 767px) {
  .mh-faq__question {
    font-size: 16px;
    padding: 15px 85px 15px 20px;
  }
}
.mh-faq__question.active span svg {
  transform: rotate(0deg);
}

.mh-faq__question span {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  padding: 23px 20px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25), inset 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
}

@media (max-width: 767px) {
  .mh-faq__question span {
    padding: 23px 21px;
  }
}
.mh-faq__question span svg {
  transition: 0.3s all;
  width: 30px;
  height: 20px;
  transform: rotate(180deg);
}

@media (max-width: 767px) {
  .mh-faq__question span svg {
    width: 20px;
    height: 10px;
  }
}
.mh-faq__answer {
  line-height: 1;
  margin-top: 0 !important;
  padding-left: 25px;
  padding-right: 25px;
}

@media (max-width: 767px) {
  .mh-faq__answer {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.mh-faq__answer.active {
  margin-top: -5px !important;
  padding-bottom: 25px;
}

@media (max-width: 767px) {
  .mh-faq__answer.active {
    margin-top: 5px !important;
    padding-bottom: 20px;
  }
}
.mh-health {
  padding: 120px 0 80px;
  margin-top: -60px;
  clip-path: polygon(100% 100%, 100% 3%, 53.5% 5%, 44% 0%, 0% 3.1%, 0% 100%);
  background-blend-mode: soft-light;
  background-color: #005855;
  background-position: center;
  background-size: cover;
}

@media (max-width: 767px) {
  .mh-health {
    padding: 70px 0 50px;
    clip-path: polygon(100% 100%, 100% 1%, 53.5% 2%, 44% 0%, 0% 2.1%, 0% 100%);
  }
}
.mh-health__image {
  width: 37%;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .mh-health__image {
    width: 100%;
  }
}
.mh-health__image img {
  width: 450px;
  filter: drop-shadow(0px 0px 48.1311px rgba(255, 255, 255, 0.4));
  transform: rotate(-3.02deg);
}

@media (max-width: 767px) {
  .mh-health__image img {
    max-width: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.mh-health__content {
  width: 63%;
  padding-top: 81px;
  padding-left: 109px;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .mh-health__content {
    width: 100%;
    padding-top: 40px;
    padding-left: 0;
  }
}
.mh-health__title {
  font-size: 40px;
  line-height: 1.4;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .mh-health__title {
    font-size: 21px;
    margin-bottom: 15px;
  }
}
.mh-health__title span {
  display: block;
}

.mh-health__title span:nth-child(2n) {
  font-weight: 600;
  text-align: right;
}

.mh-health__title span:last-child {
  padding-left: 65px;
}

.catalog-hero.catalog-hero__books {
  padding-top: 13.6rem;
  overflow: hidden;
  position: relative;
}

@media (max-width: 767px) {
  .catalog-hero.catalog-hero__books {
    padding-top: 7rem;
    padding-bottom: 0;
  }
}
.catalog-hero.catalog-hero__books:before {
  height: 400px;
  content: "";
  position: absolute;
  bottom: 0;
  background: linear-gradient(180deg, rgba(192, 193, 199, 0) 6.5%, #cacbd0 49.09%);
  left: 0;
  right: 0;
  z-index: 100;
}

@media (max-width: 767px) {
  .catalog-hero.catalog-hero__books:before {
    height: 150px;
    bottom: -50px;
  }
}
.catalog-hero.catalog-hero__books .container--custom {
  padding: 0 15.7rem;
}

@media (max-width: 767px) {
  .catalog-hero.catalog-hero__books .container--custom {
    padding: 0 20px;
  }
}
.catalog-hero.catalog-hero__books .catalog-hero__content {
  width: 56.3%;
  margin-top: 6vw;
  position: relative;
  z-index: 1000;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .catalog-hero.catalog-hero__books .catalog-hero__content {
    width: 100%;
  }
}
.catalog-hero.catalog-hero__books .catalog-hero__image {
  width: 43.7%;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .catalog-hero.catalog-hero__books .catalog-hero__image {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .catalog-hero.catalog-hero__books .catalog-hero__image img {
    width: 250px;
  }
}
.catalog-hero.catalog-hero__books .catalog-hero__group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.catalog-hero.catalog-hero__books .catalog-hero__title {
  font-weight: 500;
  color: #1E1E1E;
  letter-spacing: 0;
  margin-left: 0;
  text-align: left;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .catalog-hero.catalog-hero__books .catalog-hero__title {
    margin-left: -2rem;
    margin-bottom: 2.8rem;
    font-size: 20.8rem;
  }
}
.catalog-hero.catalog-hero__books .catalog-hero__subtitle {
  letter-spacing: 0;
  margin-bottom: 20px;
  color: #1E1E1E;
  margin-right: 0;
  text-align: left;
}

@media (min-width: 1200px) {
  .catalog-hero.catalog-hero__books .catalog-hero__subtitle {
    font-size: 7.8rem;
    margin-right: -10rem;
    margin-bottom: 4.1rem;
  }
}
.catalog-hero.catalog-hero__books .catalog-hero__text {
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0.3px;
  color: #1E1E1E;
  position: relative;
  max-width: 505px;
  margin-bottom: 55px;
}

@media (max-width: 767px) {
  .catalog-hero.catalog-hero__books .catalog-hero__text {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.catalog-hero.catalog-hero__books .catalog-hero__icons {
  display: flex;
  gap: 63px;
  position: relative;
  z-index: 100;
}

@media (max-width: 1023px) {
  .catalog-hero.catalog-hero__books .catalog-hero__icons {
    gap: 10px;
    flex-wrap: wrap;
  }
}
.catalog-hero.catalog-hero__books .catalog-hero__box {
  text-decoration: none;
}

.catalog-hero.catalog-hero__books .catalog-hero__box .catalog-hero__box-image {
  background-color: #fff;
  width: 126px;
  height: 126px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s all;
}

@media (max-width: 1023px) {
  .catalog-hero.catalog-hero__books .catalog-hero__box .catalog-hero__box-image {
    width: 46px;
    height: 46px;
  }
  .catalog-hero.catalog-hero__books .catalog-hero__box .catalog-hero__box-image img {
    width: 20px;
  }
}
.catalog-hero.catalog-hero__books .catalog-hero__box .catalog-hero__box-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.28px;
  color: #1E1E1E;
  margin-top: 16px;
}

@media (max-width: 1023px) {
  .catalog-hero.catalog-hero__books .catalog-hero__box .catalog-hero__box-title {
    font-size: 10px;
    margin-top: 6px;
  }
}
.catalog-hero.catalog-hero__books .catalog-hero__box:hover .catalog-hero__box-image {
  transform: scale(1.1);
}

.catalog-hero.catalog-hero__books .catalog-hero__decor {
  position: absolute;
  right: -21vw;
  top: -4.8vw;
}

.catalog-hero.catalog-hero__books .catalog-hero__decor svg {
  width: 67.9vw;
  height: auto;
}

.catalog-hero.catalog-hero__books .catalog-hero__arrow {
  position: absolute;
  top: 1.1vw;
  left: 505px;
}

.books__list {
  padding: 0 2rem;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .books__list {
    padding: 0px 20px;
  }
}

@media (min-width: 1200px) {
  .books__list {
    padding: 0 4.7rem 30px;
  }
}
.kc-form-submit-wrapper {
  padding: 180px 15px 100px;
  background: #1d2027;
}
@media (max-width: 767px) {
  .kc-form-submit-wrapper {
    padding: 120px 15px 60px;
  }
}
.kc-form-submit-wrapper h2 {
  text-align: center;
  color: #fff;
  font-size: 25px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .kc-form-submit-wrapper h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.kc-form-submit-wrapper .cf-input__button {
  margin-top: 30px;
}

/*# sourceMappingURL=template-webinar.css.map */