@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --color-primary: #262626;
  --color-title: #262626;
  --color-accent: #e7ffb4;
  --color-text-white: #fff;
  --btn-bg: #2e2e2e;
  --font-family: "Montserrat", sans-serif;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  border: none;
  outline: none;
  list-style-type: none;
  text-decoration: none;
  font-family: var(--font-family);
  color: var(--color-primary);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input[type="radio"] {
  display: none;
}

img {
  display: block;
}

body {
  background: var(--color-basic-bg);
}

.app {
  position: relative;
  z-index: 1;
  min-height: 100vh;
}

.d-none {
  display: none;
}

.container {
  max-width: 1370px;
  padding: 0 20px;
  margin: 0 auto;
}

.section {
  margin: 80px 0;
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(180deg, #94ac89 1%, #677262 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

.header__mobile-menu > a,
.header__mobile-menu > .burger-close {
  display: flex;
}

.burger-content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.90);
  padding: 27px 20px;
  opacity: 0;
  z-index: -1;
  transition: .3s;
}

.burger-content.show {
  opacity: 1;
  z-index: 10;
}

.burger-content__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.burger-content__header .logo{
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  color: #F9FFEC;
  -webkit-text-fill-color: #F9FFEC;
  gap: 8px;
}

.burger-menu {
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.burger-menu__el {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.5px;
}

.header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 0;
  margin-bottom: 30px;
}

.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.header__mobile-menu {
  display: flex;
  align-items: center;
  gap: 16px;
}

.header__mobile-menu > a,
.header__mobile-menu > .burger-close {
  display: flex;
}

.header__nav-list__item.active a {
  font-weight: 500;
}

.main{
  margin-bottom: 80px;
}

.section__label {
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 20px;
  background: var(--color-primary);
  padding: 5px 15px;
  color: var(--color-text-white);
  font-size: 10px;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
  margin: 0 auto 10px;
}

.main__cover {
  display: flex;
  justify-content: center;
  margin: 10px 0 40px;
}

.main__title {
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 15px;
}

.main__title span {
  background: linear-gradient(180deg, #94ac89 1%, #677262 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.5px;
  margin: 15px auto 25px;
  max-width: 290px;
  text-align: center;
}

.btn{
  width: 272px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  background: var(--btn-bg);
  border-radius: 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  text-transform: uppercase;
  color: var(--color-accent);
  margin: 0 auto;
}

.title{
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  margin-bottom: 10px;
}

.check-email{
  border-radius: 30px;
  background: rgba(240, 255, 209, 0.80);
  margin-left: 10px;
  margin-right: 10px;
  padding: 40px 16px;
}

.check-email__text{
  max-width: 320px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  opacity: 0.7;
  text-align: center;
  margin: 20px auto 0;
}

.check-email__text a{
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.email-block{
  position: relative;
  width: 100%;
  margin: 30px 0 20px;
}

.custom-input{
  width: 100%;
  padding: 16px 60px 16px 12px;
  border-radius: 20px;
  border: 1px solid #ACBBA5;
  background: rgba(0, 0, 0, 0.10);
  box-shadow: 0px 4px 4px 0px rgba(66, 66, 66, 0.41);
  backdrop-filter: blur(10px);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.5px;
}

.custom-input::placeholder{
  opacity: 0.4;
}

.check-email__btn{
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  border-radius: 100px;
  opacity: 0.5;
  background: var(--color-primary);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.features .text{
  max-width: 335px;
}

.features__list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin: 30px 0;
}

.features__list-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(50% - 15px / 2);
  background: #F0FFD1CC  url("../assets/img/features-item-bg.svg") no-repeat center top;
  padding: 15px 11px 11px;
  border-radius: 15px;
}

.features__item-title{
  display: flex;
  align-items: flex-end;
  height: 24px;
  margin: 20px auto 0;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: -0.5px;
  opacity: 0.8;
}

.instructions__list{
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 30px 0;
}

.instructions__step{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  border-radius: 15px;
  background: rgba(240, 255, 209, 0.80) url("../assets/img/step/step-bg.svg") no-repeat center top;
  padding-top: 15px;
}

.instructions__step-label{
  padding: 5px 15px;
  border-radius: 20px;
  background: var(--color-primary);
  font-size: 10px;
  font-weight: 500;
  line-height: 16px;
  color: var(--color-text-white);
  text-transform: uppercase;
}

.instructions__step-title{
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.5px;
}

.instructions__step-cover{
  max-width: 146px;
  margin: 0 auto;
}

.instructions__step-cover img{
  width: 100%;
}

.advantage-table{
  background: rgba(240, 255, 209, 0.80);
  margin: 30px 0;
}

.advantage-table__row{
  display: flex;
}

.advantage-table__row:not(:last-child){
  border-bottom: 1px solid #D3D3D3;
}

.advantage-table__name,
.advantage-table__check{
  border-right: 1px solid #D3D3D3;
}

.advantage-table__name{
  flex-grow: 1;
  padding: 14px 10px;
  color: #000;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
  opacity: 0.5;
}

.advantage-table__check{
  width: 80px;
  text-align: center;
  padding: 14px 0;
}

.advantage-table__empty{
  width: 66px;
  text-align: center;
  padding: 14px 0;
}

.advantage-table__row:first-child > div{
  color: #000;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  letter-spacing: -0.5px;
  opacity: 0.8;
}

.support .btn{
  margin-top: 30px;
}

.support .text{
  max-width: 300px;
}

.footer {
  background: rgba(231, 255, 180, 0.60);
  padding: 80px 24px 45px;
  margin-top: 160px;
}

.logo--footer{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 51px;
  margin-bottom: 30px;
}

.logo--footer img{
  width: 61px;
  height: 61px;
}

.location {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}

.location__title {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}

.location__address {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  text-transform: uppercase;
  text-align: center;
}

.location-link{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.location-link__item{
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.footer__nav{
  margin-bottom: 30px;
}

.footer__nav .nav-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 5px 0;
}

.nav-list__el{
  width: 50%;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.5px;
}

.nav-list__el:nth-child(even){
  text-align: right;
}

.app-icon{
  width: 152px;
  display: block;
  margin: 0 auto 30px;
}

.app-icon img{
  width: 100%;
}

.app-icon img{
  margin: 0 auto;
}

.location__copy{
  text-align: center;
  font-size: 12px;
  line-height: 16px;
}

.price-title{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 15px;
}

.price-title span{
  background:  linear-gradient(180deg, #94AC89 1%, #677262 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  font-weight: 700;
  line-height: 30px;
  font-variant: all-small-caps;
}

.info-product {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.info-product__item{
  display: flex;
  align-items: center;
  gap: 10px;
}

.info-product__item-text{
  max-width: 180px;
  line-height: 20px;
  letter-spacing: -0.5px;
}

.tariffs{
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 43px 0 30px;
}

.tariffs__item-content{
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  width: 100%;
  border-radius: 25px;
  border: 1px solid #A2B27E;
  background:
    url("../assets/img/bg-tariff.svg") no-repeat center center,
    linear-gradient(85deg, rgba(255, 255, 255, 0.26) 3.13%, rgba(231, 255, 180, 0.26) 87.88%);
  backdrop-filter: blur(10px);
  padding: 9px 0 9px 55px;
}

.tariffs__item-input:checked + .tariffs__item-content{
  outline: 2px solid #A2B27E;
}

.tariffs__item-content:before{
  position: absolute;
  content: "";
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("../assets/img/radio.svg") no-repeat center;
}

.tariffs__item-content:after{
  position: absolute;
  content: "";
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("../assets/img/radio-check.svg") no-repeat center;
  opacity: 0;
  transition: .3s;
}

.tariffs__item-input:checked + .tariffs__item-content:after{
  opacity: 1;
}

.tariffs__item-price{
  color: #A2B27E;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}

.tariffs__item-period{
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}

.tariffs__item-promo{
  position: absolute;
  right: 17px;
  bottom: calc(100% - 16px);
  width: 98px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: #262626;
  color: #E7FFB4;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
}

.downloads-info{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
  margin-top: 10px;
}

.text-page__banner{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  height: 100vh;
  background: rgba(231, 255, 180, 0.60) url("../assets/img/text-page-banner.svg") no-repeat right bottom ;
  margin-top: -89px;
  padding: 0 20px;
}

.text-page__banner-title{
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
}

.text-page__banner-description{
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.5px;
}

.text-page__container{
  padding: 0 20px;
}

.text-page__head{
  margin: 80px 0 50px;
}

.text-page h1{
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}

.text-page h2{
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.5px;
  margin-bottom: 15px;
}

.text-page p{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.5px;
}

.text-page__block{
  margin-bottom: 50px;
}

.text-page__block li {
  position: relative;
  padding-left: 30px;
  line-height: 26px;
  letter-spacing: -0.5px;
}

.text-page__block li:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  background: #1c1c1c;

}

@media (min-width: 1350px) {

  .d-none {
    display: block;
  }

  .header__mobile-menu {
    display: none;
  }

  .header__nav-list {
    display: flex;
    align-items: center;
    gap: 40px;
  }

  .header__nav-list__item a {
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0.38px;
    transition: .3s;
  }

  .header__nav-list__item a:hover {
    background: linear-gradient(168deg, #b4adff 14.7%, #5f44f8 91.24%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }


  .header {
    padding: 50px 0;
    margin-bottom: 0;
  }
}
