@charset "UTF-8";

@media only screen and (min-width: 1600px) {
  html {
      font-size: 10px;
  }
}

h2 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 120%;


  @media only screen and (min-width:1024px) {
    font-size: 2.6rem;
  }

  @media only screen and (min-width:1280px) {
    font-size: 3.2rem;
    line-height: 130%;
  }
}


body {
  position: relative
}

.header {
  position: absolute;
  background: 0 0;
  border-bottom: none
}

@media only screen and (min-width:1024px) {
  .header__link-inner {
    color: #fff
  }
}

@media only screen and (min-width:1024px) {
  .header__link-arrow_mob {
    display: none
  }
}

.header__link-arrow_pc {
  display: none
}

@media only screen and (min-width:1024px) {
  .header__link-arrow_pc {
    display: block
  }
}

.header__lang-head {
  border-color: #122820
}

.header__lang-name {
  color: #fff
}

@media only screen and (min-width:1024px) {
  .header__bttn_login {
    color: #fff;
    border-color: transparent
  }
}

.header__account-name {
  color: #fff
}

.header__lang.open .header__lang-head {
  background: 0 0;
  border-color: transparent
}

.header__lang.open .header__lang-head .header__lang-name {
  color: #dcdcdc
}

.header__lang.open .header__lang-list {
  background: #fff;
  border: 1px solid #f5f4f7;
  -webkit-box-shadow: 0 4px 14px #eee;
  box-shadow: 0 4px 14px #eee;
  border-radius: 12px
}

.header.logined~main {
  padding-top: 0 !important
}

main {
  padding: 0
}

.front {
  position: relative;
  padding-bottom: 4.4rem;
  min-height: 48rem;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background: #000
}

@media only screen and (min-width:1024px) {
  .front {
    padding-bottom: 6rem
  }
}

@media only screen and (min-width:1280px) {
  .front {
    padding-bottom: 8rem;
    min-height: 60rem
  }
}

@media only screen and (min-width:1440px) {
  .front {
    min-height: 68rem;
    padding-bottom: 12rem
  }
}

.front>.container {
  max-width: 160rem;
  position: relative;
  z-index: 2
}

.front__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.front__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.front__text {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 140%;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #fff
}

@media only screen and (min-width:1024px) {
  .front__text {
    font-size: 2.2rem
  }
}

@media only screen and (min-width:1280px) {
  .front__text {
    font-size: 2.8rem
  }
}

@media only screen and (min-width:1440px) {
  .front__text {
    font-size: 3.2rem
  }
}

.front__title {
  margin-top: .6rem;
  font-weight: 700;
  font-size: 3.1rem;
  line-height: 140%;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #fff
}

@media only screen and (min-width:1024px) {
  .front__title {
    font-size: 5.4rem
  }
}

@media only screen and (min-width:1280px) {
  .front__title {
    margin-top: 1.2rem;
    font-size: 6.4rem;
    max-width: 119rem
  }
}

@media only screen and (min-width:1440px) {
  .front__title {
    font-size: 7.2rem;
    max-width: 134rem
  }
}

@media only screen and (min-width:1600px) {
  .front__title {
    font-size: 8rem
  }
}

.front__title span {
  background: -webkit-gradient(linear, left top, left bottom, from(#5aa000), to(#9ad556));
  background: linear-gradient(180deg, #5aa000 0, #9ad556 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent
}

.front__content {
  margin-top: 1.5rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 120%;
  color: #fff
}

@media only screen and (min-width:1024px) {
  .front__content {
    margin-top: 2.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }
}

@media only screen and (min-width:1600px) {
  .front__content {
    padding-right: 2rem
  }
}

.front__text2 {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 120%;
  color: #fff
}

@media only screen and (max-width:1023px) {
  .front__text2 br {
    display: none
  }
}

@media only screen and (min-width:1024px) {
  .front__text2 {
    max-width: 40rem
  }
}

@media only screen and (min-width:1280px) {
  .front__text2 {
    max-width: 56rem;
    font-size: 2rem
  }
}

.front__text2 span {
  background: -webkit-gradient(linear, left top, left bottom, from(#5aa000), to(#9ad556));
  background: linear-gradient(180deg, #5aa000 0, #9ad556 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent
}

.front__bttns {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem
}

@media only screen and (min-width:1024px) {
  .front__bttns {
    margin-top: 1.3rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
}

.front__consult {
  padding: 1.3rem 2rem;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 190%;
  color: #fff
}

@media only screen and (min-width:1440px) {
  .front__consult {
    padding: 1.2rem 2.5rem
  }
}

.front__start {
  padding: 1.3rem 2rem;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 190%;
  border: .1rem solid #9ad556;
  background: -webkit-gradient(linear, left top, left bottom, from(#5aa000), to(#9ad556));
  background: linear-gradient(180deg, #5aa000 0, #9ad556 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-transition: unset;
  transition: unset
}

@media only screen and (min-width:1440px) {
  .front__start {
    padding: 1.2rem 2.5rem
  }
}

.front__start:hover {
  background: #122820;
  border-color: #122820;
  color: #fff;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background-clip: unset;
  text-fill-color: unset
}

.front__start:active {
  background: #091d16;
  border-color: #091d16
}


.entry__list {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2.4rem 3rem
}

@media only screen and (min-width:1440px) {
  .entry__list {
    margin-top: 6rem
  }
}

.entry__li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

@media only screen and (min-width:1024px) {
  .entry__li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

.entry__li-number {
  font-weight: 500;
  font-size: 5.4rem;
  line-height: 100%;
  color: #1d1d1d;
  text-align: left
}

@media only screen and (min-width:1024px) {
  .entry__li-number {
    text-align: center
  }
}

@media only screen and (min-width:1280px) {
  .entry__li-number {
    font-size: 8rem
  }
}

@media only screen and (min-width:1440px) {
  .entry__li-number {
    font-size: 9.6rem
  }
}

.entry__li-text {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 143%;
  color: #1d1d1d;
  text-align: center
}

@media only screen and (min-width:1024px) {
  .entry__li-text {
    text-align: center
  }
}

@media only screen and (min-width:1280px) {
  .entry__li-text {
    font-size: 2rem
  }
}

.entry__li-text br {
  display: none
}

@media only screen and (min-width:1024px) {
  .entry__li-text br {
    display: inline
  }
}

.entry__values {
  margin-top: 4rem;
  text-align: center;
  text-transform: uppercase
}

@media only screen and (min-width:1280px) {
  .entry__values {
    margin-top: 3.2rem
  }
}

.entry__cards {
  margin-top: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.6rem
}

@media only screen and (min-width:1280px) {
  .entry__cards {
    margin-top: 2.4rem
  }
}

@media only screen and (min-width:1440px) {
  .entry__cards {
    gap: 2.3rem
  }
}

.entry__card {
  position: relative;
  padding: 2rem;
  width: 100%;
  max-width: 40rem;
  height: 22.2rem;
  border: .1rem solid #21372f;
  border-radius: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

@media only screen and (min-width:1440px) {
  .entry__card {
    width: calc(33.33% - 1.5333333333rem);
    max-width: unset;
    height: 26.8rem
  }
}

@media only screen and (min-width:1440px) {
  .entry__card:nth-of-type(1) .entry__card-img {
    width: 17.7rem;
    height: 14.7rem
  }
}

@media only screen and (min-width:1440px) {
  .entry__card:nth-of-type(2) .entry__card-img {
    width: 19rem;
    height: 11.4rem
  }
}

@media only screen and (min-width:1440px) {
  .entry__card:nth-of-type(3) .entry__card-img {
    width: 14.2rem;
    height: 12.8rem
  }
}

.entry__card-img {
  position: absolute;
  top: .2rem;
  right: .3rem;
  width: auto;
  height: 10.8rem
}

@media only screen and (min-width:1440px) {
  .entry__card-img {
    top: 1rem;
    right: 1.4rem
  }
}

.entry__card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.entry__card-title {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 120%;
  color: #1d1d1d
}

.entry__card-text {
  margin-top: .8rem;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 130%;
  color: #4d4e4e
}


@media only screen and (min-width: 1280px) {
  .entry3__bttn {
      margin-top: 0rem;
      max-width: 52rem;
  }
}

.entry3__timer-content span {
  white-space: nowrap;
}

.subscribe__timer p {
  font-size: 1.4rem;
}

.subscribe__timer p b {
  font-size: 1.6rem;
}

@media only screen and (min-width: 440px) {
  .subscribe__timer p {
    font-size: 1.6rem;
  }
  
  .subscribe__timer p b {
    font-size: 2rem;
  }
}












