@font-face {
  font-family: 'KyivTypeSans-Light';
  src: url('../fonts/KyivTypeSans-Light-.eot') format('eot'),
    url('../fonts/KyivTypeSans-Light.woff') format('woff'),
    url('../fonts/KyivTypeSans-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'KyivTypeSans-Regular';
  src: url('../fonts/KyivTypeSans-Regular.eot') format('eot'),
    url('../fonts/KyivTypeSans-Regular.woff') format('woff'),
    url('../fonts/KyivTypeSans-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'KyivTypeSans-Medium';
  src: url('../fonts/KyivTypeSans-Medium.eot') format('eot'),
    url('../fonts/KyivTypeSans-Medium.woff') format('woff'),
    url('../fonts/KyivTypeSans-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'KyivTypeSans-Bold';
  src: url('../fonts/KyivTypeSans-Bold.eot') format('eot'),
    url('../fonts/KyivTypeSans-Bold.woff') format('woff'),
    url('../fonts/KyivTypeSans-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'KyivTypeSans-Heavy';
  src: url('../fonts/KyivTypeSans-Heavy.eot') format('eot'),
    url('../fonts/KyivTypeSans-Heavy.woff') format('woff'),
    url('../fonts/KyivTypeSans-Heavy.woff2') format('woff2');
  font-weight: 1000;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DelaGothicOne-Regular';
  src: url('../fonts/DelaGothicOne/DelaGothicOne-Regular.eot') format('eot'),
    url('../fonts/DelaGothicOne/DelaGothicOne-Regular.woff') format('woff'),
    url('../fonts/DelaGothicOne/DelaGothicOne-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
*,
::before,
::after {
  box-sizing: border-box;
}
a {
  text-decoration: none;
  display: inline-block;
  color: #000;
}
a.link {
  font-family: 'KyivTypeSans-Medium';
  text-decoration: underline;
  text-decoration-color: #6C816B;
}
a.link:hover {
  text-decoration-style: dotted;
}
button {
  padding: 0;
  width: fit-content;
  height: auto;
  background-color: unset;
  border: none;
  cursor: pointer;
}
li,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
section {
  position: relative;
}
body {
  font-family: 'KyivTypeSans-Regular';
  line-height: normal;
  color: #000;
  background-color: #fff;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  transition: all 0.3s cubic-bezier(0.5, 0.02, 0.13, 0.5);
  margin: 0;
  padding: 0;
  display: flex;
  min-height: 100vh;
}
body::-webkit-scrollbar {
  width: 1em;
}
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
body::-webkit-scrollbar-thumb {
  background-color: #5f705d;
  outline: 1px solid black;
}
.body__wrapper {
  overflow: hidden;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}
main {
  margin-top: 0;
}
main.blur,
.header.blur {
  filter: blur(4px);
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
section {
  max-width: 1200px;
  margin: 0 auto;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}
.header {
  display: flex;
  align-items: center;
  position: fixed;
  width: 100%;
  max-width: 1200px;
  height: 62px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 5.05% 0 2%;
  background-color: #fff;
  z-index: 3;
}
.header::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: -13px;
  content: '';
  width: 100%;
  height: 14px;
  background: url('../images/header-underline.png'), no-repeat;
  background-color: #fff;
}
.header_menu {
  display: none;
}
.header__logo-wrapper {
  height: 45px;
}
.header__list {
  display: none;
}
.section-become-hero {
  position: relative;
  margin-top: 75px;
}
.section-become-hero__text {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 67px 65px 0 78px;
  z-index: 2;
}
.section-become-hero__text span {
  display: inline-block;
  letter-spacing: 2px;
}
.section-become-hero__text .teeth {
  position: relative;
}
.section-become-hero__text .teeth::after {
  position: absolute;
  display: block;
  content: url('../images/subscribe-us page/teeth.svg');
  width: 25px;
  height: 42px;
  top: 1px;
  right: -5px;
}
.section-become-hero__text span:nth-of-type(1) {
  font-size: 42px;
  line-height: 50px;
}
.section-become-hero__text span:nth-of-type(2) {
  font-family: 'DelaGothicOne-Regular';
  font-size: 44px;
  line-height: 63px;
  text-transform: uppercase;
}
.section-become-hero__text span .teeth {
  font-family: 'DelaGothicOne-Regular';
  font-size: 57px;
  line-height: 83px;
}
.section-become-hero__text span:nth-of-type(3) {
  font-family: 'DelaGothicOne-Regular';
  font-size: 68px;
  line-height: 99px;
  text-transform: uppercase;
}
.section-become-hero__text span:nth-of-type(4) {
  font-size: 47px;
  line-height: 57px;
}
.section-become-hero__text span:nth-of-type(5) {
  position: relative;
  margin-top: 34px;
  width: fit-content;
}
.section-become-hero__text span:nth-of-type(5) span {
  font-family: 'KyivTypeSans-Bold';
  font-size: 47px;
  line-height: 57px;
  text-transform: uppercase;
}
.section-become-hero__text span:nth-of-type(5) br {
  display: none;
}
.section-become-hero__text span:nth-of-type(5)::before {
  position: absolute;
  content: url('../images/subscribe-us page/stroke.svg');
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-become-hero__image {
  position: absolute;
  top: 0;
  right: 65px;
  z-index: 1;
}

.section-steps__container {
  padding: 100px 51px 0 362px;
}
.section-steps__list {
  max-width: 787px;
}
.section-steps__list-item {
  position: relative;
  font-size: 25px;
  line-height: 34px;
  padding-left: 61px;
}
.section-steps__list-item::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.section-steps__list-item:first-child::before {
  width: 41px;
  height: 41px;
  content: url('../images/subscribe-us page/first.svg');
}
.section-steps__list-item:not(:first-child) {
  margin-top: 30px;
}
.section-steps__list-item:nth-child(2)::before {
  width: 40px;
  height: 45px;
  content: url('../images/subscribe-us page/second.svg');
}
.section-steps__list-item:last-child::before {
  width: 39px;
  height: 32px;
  content: url('../images/subscribe-us page/third.svg');
}
section.section-choose-your-hero {
  background-image: url('../images/subscribe-us page/background--left.jpg'), url('../images/subscribe-us page/background--right.jpg');
  background-position: left bottom, right bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: unset;
  margin: unset;
  margin-top: 122px;
  max-width: unset;
}
.section-choose-your-hero__container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.section-choose-your-hero__title {
  font-family: 'DelaGothicOne-Regular';
  font-size: 32px;
  line-height: 47px;
  text-align: center;
  text-transform: uppercase;
}
.swiper {
  margin-top: 38px;
}
.swiper-button-next, .swiper-button-prev {
  color: #5f705d;
}
.swiper-button-prev {
  left: -10%;
}
.swiper-button-next {
  right: -10%;
}
.section-choose-your-hero__item {
  max-width: 330px;
  min-width: 330px;
  min-height: 516px;
  padding: 23px 12px 35px 2px;
  background-image: url('../images/subscribe-us page/card-border.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.section-choose-your-hero__item-header {
  text-align: center;
}
.section-choose-your-hero__item-title {
  font-family: 'DelaGothicOne-Regular';
  font-size: 23px;
  line-height: normal;
}
.section-choose-your-hero__item-price {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'DelaGothicOne-Regular';
  line-height: normal;
  
}
.section-choose-your-hero__item-price span:first-child{
  font-size: 34px;
}
.section-choose-your-hero__item-price--type-1 span {
  color: #ACBDAB;
}
.section-choose-your-hero__item-price--type-2 span {
  color: #8CA18B;
}
.section-choose-your-hero__item-price--type-3 span {
  color: #7C977A;
}
.section-choose-your-hero__item-price--type-4 span {
  color: #6C816B;
}
.section-choose-your-hero__item-price span:last-child{
  padding-left: 8px;
  font-size: 11px;
  line-height: 13px;
  text-align: left;
}

.section-choose-your-hero__item-benefit {
  font-size: 14px;
  color: rgba(108, 129, 107, 0.5);
}
.section-choose-your-hero__image {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 16px;
}
.section-choose-your-hero__image-container {
  display: flex;
  align-items: center;
  min-height: 168px;
}
.section-choose-your-hero__image img {
  max-width: 100%;
}
.section-choose-your-hero__image-description {
  display: inline-flex;
  align-items: center;
  max-width: 270px;
  min-height: 136px;
  margin-top: 17px;
  font-family: 'KyivTypeSans-Medium';
  font-size: 16px;
  text-align: center;
}
.section-choose-your-hero__link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.section-choose-your-hero__link svg {
  width: 264px;
  height: 82px;
  cursor: pointer;
}
.section-choose-your-hero__item-description {
  margin-top: 8px;
  background: url('../images/subscribe-us page/item-underline.svg') top center no-repeat;
}
.section-choose-your-hero__description-list {
  display: flex;
  flex-direction: column;
  padding: 0 15px;
}
.section-choose-your-hero__description-list-item {
  position: relative;
  margin-top: 10px;
  padding-left: 22px;
  font-family: 'KyivTypeSans-Light';
  font-size: 16px;
  color: #788976;
}
.section-choose-your-hero__description-list-item::before,
.section-choose-your-hero__description-list-item--inactive::before {
  position: absolute;
  width: 13px;
  height: 8px;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}
.section-choose-your-hero__description-list-item--light-golden::before {
  content: url('../images/subscribe-us page/ico--light-golden.svg');
}
.section-choose-your-hero__description-list-item--bright-golden::before {
  content: url('../images/subscribe-us page/ico--bright-golden.svg');
}
.section-choose-your-hero__description-list-item--light-blue::before {
  content: url('../images/subscribe-us page/ico--light-blue.svg');
}
.section-choose-your-hero__description-list-item--bright-blue::before {
  content: url('../images/subscribe-us page/ico--blue-bright.svg');
}
.section-choose-your-hero__description-list-item--pink::before {
  content: url('../images/subscribe-us page/ico--pink.svg');
}
.section-choose-your-hero__description-list-item--inactive::before {
  content: url('../images/subscribe-us page/ico--grey.svg');
}
.section-choose-your-hero__description-list-item--inactive {
  text-decoration: line-through;
}
.swiper-slide:nth-child(5) .section-choose-your-hero__image {
  margin-top: -3px;
}
.swiper-slide:nth-child(5) .section-choose-your-hero__image-description {
  margin-top: 0;
}
.section-how-it-works__container {
  max-width: 775px;
  margin: 53px auto 0;
  text-align: center;
}
.section-how-it-works__title {
  font-family: 'KyivTypeSans-Medium';
  font-size: 34px;
  line-height: 47px;
}
.section-how-it-works__container p {
  margin-top: 25px;
}
.section-how-it-works__container p:nth-child(2) {
  font-family: 'KyivTypeSans-Medium';
  font-size: 23px;
  line-height: 27px;
}
.section-how-it-works__container p:nth-child(3) {
  font-size: 18px;
  line-height: 27px;
}
section.section-share {
  position: relative;
  max-width: unset;
  margin: unset;
}

.section-share__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin: 123px auto 0 auto;
}
.section-share__title {
  font-family: 'KyivTypeSans-Medium';
  font-size: 49px;
  line-height: 59px;
  text-align: center;
}
.section-share__image--left, .section-share__image--right {
  position: absolute;
  z-index: -1;
}
.section-share__image--left {
  top: -50%;
  left: 0;
}
.section-share__image--right {
  top: -42%;
  right: 0;
  
}
.share-link {
  margin-top: 35px;
  margin-bottom: 219px;
}
.share-section__modal {
  display: none;
  flex-direction: column;
  align-items: center;
  position: fixed;
  width: 600px;
  height: fit-content;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 15px 0;
  box-shadow: 1px 1px 30px #6c816b;
  border-radius: 20px;
}
.share-section__modal.active {
  display: flex;
}
.share-section__modal::before,
.share-section__modal::after {
  display: block;
  position: absolute;
  content: '';
  background-image: url('../images/write-us.png');
  top: 20%;
  width: 118px;
  height: 227px;
}
.share-section__modal::before {
  left: 0;
  transform: scale(-1, 1);
}
.share-section__modal::after {
  right: 0;
}
.close-modal-btn {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 15px;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.close-modal-btn::before,
.close-modal-btn::after {
  display: block;
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #6c816b;
  transform-origin: center;
}
.close-modal-btn::before {
  transform: rotate(45deg);
}
.close-modal-btn::after {
  transform: rotate(-45deg);
}
.share-section__share-button {
  width: 60%;
  color: #fff;
  font-size: 0.85em;
  padding: 1em 0;
  border-radius: 24px;
  transition: all 0.5s;
  font-family: 'KyivTypeSans-Bold';
}
.share-section__share-button:not(:last-child) {
  margin-bottom: 20px;
}
.share-section__share-button:hover {
  background-color: #fff;
  transition: all 0.5s;
}
.share-section__share-button--twitter {
  background-color: #00aced;
  border: 2px solid #00aced;
  box-shadow: 0 2px 0 #0084b4, 1px 4px 2px rgb(0 0 0 / 20%);
}
.share-section__share-button--twitter:hover {
  color: #00aced;
}
.share-section__share-button--facebook {
  background-color: #3b5998;
  border: 2px solid #3b5998;
  box-shadow: 0 2px 0 #224389, 1px 4px 2px rgb(0 0 0 / 20%);
}
.share-section__share-button--facebook:hover {
  color: #3b5998;
}
.share-section__share-button--linkedin {
  background-color: #007ab5;
  border: 2px solid #007ab5;
  box-shadow: 0 2px 0 #005e8c, 1px 4px 2px rgb(0 0 0 / 20%);
}
.share-section__share-button--linkedin:hover {
  color: #007ab5;
}
.share-section__share-button--viber {
  background-color: #7c529e;
  border: 2px solid #7c529e;
  box-shadow: 0 2px 0 #5f3485, 1px 4px 2px rgb(0 0 0 / 20%);
}
.share-section__share-button--viber:hover {
  color: #7c529e;
}
.share-section__share-button--instapaper {
  background-color: #aaa;
  border: 2px solid #aaa;
  box-shadow: 0 2px 0 #888, 1px 4px 2px rgb(0 0 0 / 20%);
}
.share-section__share-button--instapaper:hover {
  color: #aaa;
}
footer {
  text-align: center;
}
.footer-description {
  font-style: normal;
  font-weight: 350;
  font-size: 31px;
  line-height: 37px;
  margin-bottom: 14px;
}
.anchor {
  position: fixed;
  right: 0;
  bottom: 10px;
  transform: rotate(151deg);
}
@media (min-width: 1200px) and (max-width: 1448px) {
  .swiper-button-prev {
    left: -28px;
  }
  .swiper-button-next {
    right: -5px;
  }
}
@media (max-width: 992px) {
  section {
    padding: 0 20px;
  }
  .section-steps__container {
    padding-left: unset;
    padding-right: unset;
  }
  .section-choose-your-hero__item {
    margin: 0 auto;
  }
  .swiper-button-prev {
    left: 5%;
  }
  .swiper-button-next {
    right: 5%;
  }
}
@media (max-width: 480px) {
  .header {
    height: 39px;
    margin: unset;
    padding-left: 20px;
  }
  .header::after {
    bottom: 0;
    height: 5px;
    background: url(../images/header-underline--small-scrn.png),no-repeat;
  }
  .header_menu {
    display: block;
  }
  .header__logo-wrapper {
    display: flex;
    align-items: center;
    height: 39px;
    margin-left: 11px;
  }
  .header__logo img {
    width: 24px;
    height: 24px;
  }
  .header__list {
    display: block;
    position: absolute;
    width: 100%;
    left: -100%;
    top: 39px;
    flex-direction: column;
    background-color: #fff;
    z-index: 1;
    transition: all 0.5s;
  }
  .header__list::after {
    display: block;
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    bottom: -2px;
    height: 5px;
    background: url('../images/header-underline--small-scrn.png'), no-repeat;
  }
  .header.menu-active .header__list {
    left: 0;
    transition: all 0.5s;
  }
  .header__list-item {
    margin-right: unset;
    margin-bottom: 10px;
    margin-left: 16px;
  }
  .header__list-item a {
    font-size: 22px;
  }
  .section-become-hero {
    margin-top: 50px;
  }
  .section-become-hero__text span:nth-of-type(1),
  .section-become-hero__text span:nth-of-type(2),
  .section-become-hero__text span:nth-of-type(3),
  .section-become-hero__text span:nth-of-type(4),
  .section-become-hero__text span:nth-of-type(5),
  .section-become-hero__text span:nth-of-type(5) span,
  .section-become-hero__text span .teeth {
    line-height: normal;
  }
  .section-become-hero__text span:nth-of-type(1),
  .section-become-hero__text span:nth-of-type(4) {
    font-family: 'KyivTypeSans-Light';
  }
  .section-become-hero__text span:nth-of-type(1) {
    font-size: 22px;
  }
  .section-become-hero__text span:nth-of-type(2) {
    font-size: 27px;
  }
  .section-become-hero__text span .teeth {
    font-family: 'DelaGothicOne-Regular';
    font-size: 35px;
  }
  .section-become-hero__text .teeth::after {
    content: url('../images/subscribe-us page/teeth--mob.svg');
    width: 14px;
    height: 25px;
    right: 1px;
    top: 0px;
  }
  .section-become-hero__text span:nth-of-type(3) {
    font-size: 27px;
  }
  .section-become-hero__text span:nth-of-type(4) {
    font-size: 23px;
  }
  .section-become-hero__text span:nth-of-type(5) {
    font-family: 'KyivTypeSans-Bold';
    margin-top: 3px;
  }
  .section-become-hero__text span:nth-of-type(5) span{
    position: relative;
    font-size: 23px;
  }
  .section-become-hero__text span:nth-of-type(5) span:nth-of-type(2) {
    display: inline-block;
    margin-top: 5px;
    font-size: 23px;
    font-family: 'KyivTypeSans-Bold';
  }
  .section-become-hero__text span:nth-of-type(5) span:nth-of-type(1)::after,
  .section-become-hero__text span:nth-of-type(5) span:nth-of-type(2)::after {
    display: block;
    position: absolute;
    left: 0;
    bottom: -7px;
    z-index: -1;
  }
  .section-become-hero__text span:nth-of-type(5) span:nth-of-type(1)::after {
    content: url('../images/subscribe-us page/text-underline-1.svg');
  }
  .section-become-hero__text span:nth-of-type(5) span:nth-of-type(2)::after {
    content: url('../images/subscribe-us page/text-underline-2.svg');
  }
  .section-become-hero__text span:nth-of-type(5) br {
    display: inline;
  }
  .section-become-hero__text span:nth-of-type(5)::before {
    display: none;
  }
  .section-become-hero__text {
    padding: unset;
  }
  .section-become-hero__image {
    top: unset;
    bottom: -90px;
    right: 25px;
  }
  .section-become-hero__image img {
    width: 222px;
  }
  .section-steps__container {
    padding-top: 110px;
  }
  .section-steps__list-item {
    font-size: 18px;
  }
  .section-steps__list-item:nth-child(2), .section-steps__list-item:last-child {
    margin-top: 10px;
  }
  section.section-choose-your-hero {
    margin-top: 100px;
    background-image: none;
    background-size: 22%, 22%;
  }
  .section-choose-your-hero__image-description {
    min-height: unset;
  }
  .section-choose-your-hero__link {
    margin-top: 25px;
  }
  .section-choose-your-hero__item-description{
    margin-top: 25px;
  }
  .section-how-it-works__container p {
    margin-top: 10px;
  }
  .section-how-it-works__container p:nth-child(2) {
    font-family: 'KyivTypeSans-Medium';
    font-size: 18px;
  }
  .section-how-it-works__container p:nth-child(3) {
    font-size: 16px;
    margin-top: 20px;
  }
  .swiper-wrapper {
    flex-direction: column;
  }
  .swiper-slide {
    width: 100% !important;
  }
  .swiper-slide:not(:first-child) {
    margin-top: 20px;
  }
  .swiper-button-prev, .swiper-button-next {
    display: none;
  }
  .section-share__title {
    font-size: 37px;
  }
  .share-link {
    margin-bottom: 30px;
  }
  .section-share__image--left {
    width: 65%;
    top: -50%;
  }
  .section-share__image--right {
    top: -25%;
    width: 20%;
  }
  .share-section__modal {
    padding: 30px 0;
    width: 90vw;
  }
  .close-modal-btn {
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
  }
  .share-section__share-button {
    width: 75%;
  }
  .share-section__modal::before, .share-section__modal::after {
    display: none;
  }
  .footer-description {
    font-size: 12px;
    margin-bottom: 6px;
  }
  .anchor {
    display: none;
  }
}