/* Fonts */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400..600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@font-face {
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 300;
  src: local("ProximaNova-Light"), local("Proxima Nova Light"), url("../fonts/ProximaNova-Light.woff2") format("woff2");
}
@font-face {
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 400;
  src: local("ProximaNova-Regular"), local("Proxima Nova Regular"), url("../fonts/ProximaNova-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 600;
  src: local("ProximaNova-Semibold"), local("Proxima Nova Semibold"), url("../fonts/ProximaNova-Semibold.woff2") format("woff2");
}
@font-face {
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 700;
  src: local("ProximaNova-Bold"), local("Proxima Nova Bold"), url("../fonts/ProximaNova-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 800;
  src: local("ProximaNova-Extrabld"), local("Proxima Nova Extrabld"), url("../fonts/ProximaNova-Extrabld.woff2") format("woff2");
}
@font-face {
  font-family: "ProximaNova";
  font-style: normal;
  font-weight: 900;
  src: local("ProximaNova-Black"), local("Proxima Nova Black"), url("../fonts/ProximaNova-Black.woff2") format("woff2");
}
@font-face {
  font-family: "Bureausans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Bureausans-Regular.woff") format("woff");
}
@font-face {
  font-family: "Bureausans";
  font-style: normal;
  font-weight: 700;
  src: local("Bureausans"), url("../fonts/Bureausans-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Graphik";
  src: local("Graphik LCG Regular"), local("GraphikLCG-Regular"), url("../fonts/GraphikLCG-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Graphik";
  src: local("Graphik LCG Semibold"), local("GraphikLCG-Semibold"), url("../fonts/GraphikLCG-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Graphik";
  font-style: normal;
  font-weight: 700;
  src: local("GraphikLCG-Bold"), local("GraphikLCG Bold"), url("../fonts/GraphikLCG-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Graphik";
  font-style: normal;
  font-weight: 900;
  src: local("GraphikLCG-Black"), local("GraphikLCG Black"), url("../fonts/GraphikLCG-Black.woff2") format("woff2"), url("../fonts/GraphikLCG-Black.woff") format("woff");
}
@font-face {
  font-family: "Molot";
  font-style: normal;
  font-weight: 400;
  src: local("Molot"), url("../fonts/Molot.woff2") format("woff2");
}
/*  */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  min-width: 1250px;
  box-sizing: border-box;
  background-color: white;
}
@media (max-width: 430px) {
  html {
    min-width: 375px;
  }
}

body {
  position: relative;
  margin: 0;
  font-family: "ProximaNova", "Arial", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  color: #2d3039;
  background-color: #f3f3f3;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  width: 1250px;
  padding: 0 10px;
  margin: 0 auto;
}
@media (max-width: 430px) {
  .container {
    width: 95%;
    padding: 0;
  }
}

.visually-hidden:not(:focus):not(:active),
input[type=checkbox].visually-hidden,
input[type=radio].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.title {
  margin: 0;
}

.button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 195px;
  height: 44px;
  font-size: 15px;
  line-height: 0;
  text-transform: uppercase;
  color: #2d3039;
  background-color: #0085ef;
  border-radius: 3px;
  transition: 0.2s;
}
.button:hover {
  background-color: #fbc308;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 26px;
  border-bottom: 1px solid #D8D8D8;
}

.header__logo {
  padding-left: 18px;
}

.header__signin {
  line-height: 0;
}

.hero {
  position: relative;
  background: #009032 url("../img/hero-bg.svg") center left;
  background-size: cover;
  color: #ffffff;
  overflow: hidden;
  z-index: 0;
}
.hero::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 717px;
  height: 500px;
  background: left top/cover no-repeat url("../img/hero-bg-l.png");
  background-size: cover;
  z-index: -2;
}
.hero::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 695px;
  height: 406px;
  background: left bottom/cover no-repeat url("../img/hero-bg-r.png");
  z-index: -2;
}
@media (max-width: 1980px) {
  .hero::after {
    left: -100px;
  }
  .hero::before {
    right: -100px;
  }
}
@media (max-width: 1980px) {
  .hero::after {
    background-position: bottom;
    background-size: contain;
  }
}

.hero__header {
  display: flex;
  align-items: flex-end;
  padding-top: 32px;
  position: relative;
}

.hero__header-link {
  line-height: 0;
}

.header-contact {
  margin: 0;
  margin-left: auto;
  font-size: 24px;
  line-height: 29px;
  text-align: right;
  letter-spacing: 0.27px;
  color: black;
}
.header-contact span {
  display: block;
  font-size: 13px;
  line-height: 16px;
  color: white;
}

.header-contact__phone-link {
  color: white;
}

.header-social {
  display: block;
  font-size: 16px;
  color: #ffffff;
}

.header__social-link {
  position: relative;
  margin-left: 10px;
  padding-right: 20px;
}
.header__social-link::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 23px;
  height: 23px;
  background: url("../img/icon/icon-whatsapp-g.svg") no-repeat center;
  background-size: cover;
}
.header__social-link:first-of-type {
  margin-right: 5px;
}
.header__social-link--tg {
  margin-left: 5px;
}
.header__social-link--tg::before {
  background: url("../img/icon/icon-tg-b.svg") no-repeat center;
  background-size: cover;
}

.hero__content {
  position: relative;
  padding-top: 130px;
  padding-bottom: 130px;
}

.hero__caption {
  position: absolute;
  top: 127px;
  left: -62px;
  transform: rotate(-4.5deg);
  display: flex;
  align-items: flex-start;
  width: max-content;
  margin: 0;
  padding: 12px 10px;
  font-size: 52px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000000;
  background-color: #ffffff;
  border-radius: 15px;
}

.hero__title {
  position: relative;
  width: 800px;
  margin: 0;
  line-height: 104px;
  font-style: normal;
  text-transform: uppercase;
  font-size: 104px;
}
.hero__title span {
  display: flex;
  flex-direction: column;
  margin-top: 18px;
  font-size: 44px;
  font-weight: 600;
  line-height: 0.5;
  text-transform: none;
}
.hero__title span span {
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  padding: 12px 10px;
  color: #01B03E;
  background-color: #ffffff;
  border-radius: 40px;
}
.hero__title img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.hero__desc {
  position: relative;
  width: 630px;
  margin: 30px 0 0 0;
  font-size: 20px;
  line-height: 28px;
  z-index: 9;
}
.hero__desc span {
  display: inline-block;
  padding: 0 5px;
  border-radius: 5px;
  font-weight: 700;
  background-color: #ffffff;
  color: #2d3039;
}

.hero__price {
  display: flex;
  align-items: center;
  font-size: 40px;
}

.hero__old-price {
  position: relative;
  margin: 0;
  margin-left: 10px;
  font-size: 30px;
  line-height: 24px;
}
.hero__old-price:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-10px) rotate(-15deg);
  width: 100px;
  height: 1px;
  background-color: #ffffff;
  transition: 0.3s;
}

.hero__new-price {
  margin: 0;
  margin-left: 30px;
  font-size: 50px;
  line-height: 50px;
}

.hero__button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 77px;
  margin: 37px 0 0 0;
  font-size: 21px;
  font-weight: 600;
  line-height: 21px;
  color: #000000;
  background: linear-gradient(90deg, #FBE551 20.61%, #FFD76D 53.58%, #EFC043 95.66%);
  border: none;
  border-radius: 20px;
  transition: 0.4s;
  z-index: 99;
  box-shadow: 6.366px 6.366px 5.411px 0px rgba(0, 0, 0, 0.15) inset;
}
.promo__note {
  width: 550px;
  font-size: 12px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.67);
}

.hero__pic-wrapper {
  position: absolute;
  bottom: 0;
  right: -340px;
  width: 875px;
  height: auto;
  line-height: 0;
  z-index: -1;
}
.hero__pic-wrapper:before {
  content: "";
  position: absolute;
  top: -90px;
  left: -60px;
  width: 220px;
  height: 220px;
  background: url("../img/present-icon.svg") no-repeat center;
  background-size: 125%;
  filter: drop-shadow(17px 4px 20.1px rgba(0, 0, 0, 0.25));
  z-index: 9;
  backdrop-filter: blur(35px);
  border-radius: 50%;
  display: none;
}

.hero__content-pic {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hero__gift-caption {
  margin: 0;
  margin-top: 30px;
  font-weight: 700;
}

.hero__list {
  display: flex;
  flex-direction: column;
  width: 530px;
  margin-top: 10px;
  padding-left: 20px;
  list-style-type: disc;
}

.hero__list-item {
  position: relative;
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 10px;
}

.hero__social {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  font-size: 20px;
  line-height: 36px;
}
.hero__social--black-color {
  color: #000;
}
.hero__social--black-color .hero__social-link {
  color: #000;
}
.hero__social--black-color .hero__social-link::before {
  background-image: url("../img/icon/icon-whatsapp.svg");
}
.hero__social--black-color .hero__social-link--tg::before {
  background: url("../img/icon/icon-tg.svg") no-repeat center;
}

.hero__social-link {
  position: relative;
  margin-left: 10px;
  padding-right: 30px;
  color: #ffffff;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.hero__social-link::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 23px;
  height: 23px;
  background: url("../img/icon/icon-whatsapp-w.svg") no-repeat center;
}
.hero__social-link:first-of-type {
  margin-right: 5px;
}
.hero__social-link--tg::before {
  background: url("../img/icon/icon-tg-w.svg") no-repeat center;
}

.canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 55;
}

.hero__bg-other {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 960px;
  height: 940px;
  display: none;
}
@media (max-width: 1980px) {
  .hero__bg-other {
    width: 610px;
    height: 600px;
  }
}
@media (max-width: 425px) {
  .hero__bg-other {
    width: 210px;
    height: 200px;
  }
}

@media (max-width: 430px) {
  .hero {
    background: #009032 url("../img/hero-bg-m.png") no-repeat bottom;
    background-size: cover;
  }
  .hero:before, .hero:after {
    display: none;
  }
  .hero__content {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    padding: 65px 0 0 0;
  }
  .hero__list {
    width: auto;
    padding-left: 20px;
  }
  .hero__list-item {
    font-size: 16px;
    line-height: 20px;
  }
  .hero__header {
    padding-top: 22px;
    align-items: flex-start;
  }
  .hero__header-logo {
    width: 200px;
  }
  .header-contact {
    display: none;
  }
  .hero__caption {
    top: 30px;
    left: 0;
    padding: 0 6px;
    font-size: 18px;
    line-height: 23px;
  }
  .hero__title {
    width: auto;
    font-size: 57px;
    line-height: 58px;
  }
  .hero__title span {
    margin-top: 15px;
    font-size: 20px;
    line-height: 5px;
  }
  .hero__title span span {
    margin-top: 10px;
  }
  .hero__desc {
    width: auto;
    margin-top: 23px;
    font-size: 14px;
    line-height: 18px;
  }
  .hero__old-price {
    font-size: 25px;
  }
  .hero__new-price {
    font-size: 40px;
  }
  .hero__button {
    width: 100%;
    height: 54px;
    margin-top: 27px;
    font-size: 20px;
  }
  .hero__button::before {
    width: 45px;
    height: 45px;
  }
  .hero__pic-wrapper {
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
  }
  .hero__pic-wrapper::before {
    width: 100px;
    height: 100px;
    left: 0;
    top: -30px;
  }
  .hero__content-pic {
    width: auto;
    height: auto;
    left: 0;
    bottom: 0;
    top: auto;
    transform: none;
  }
  .hero__social {
    margin: 0;
    padding-top: 400px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #000;
  }
  .hero__social .hero__social-link {
    color: #000;
  }
  .hero__social .hero__social-link::before {
    background-image: url("../img/icon/icon-whatsapp.svg");
  }
  .hero__social .hero__social-link--tg::before {
    background: url("../img/icon/icon-tg.svg") no-repeat center;
  }
  .hero__social-link {
    margin-left: 4px;
  }
  .hero__sale-pic {
    display: none;
  }
}
.service {
  position: relative;
  top: -70px;
  margin-bottom: -70px;
  padding-bottom: 65px;
  z-index: 3;
}
@media (max-width: 430px) {
  .service {
    position: static;
    margin-top: 20px;
    margin-bottom: 0;
  }
}

.service__main {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  width: 1000px;
  margin: 0 auto;
}
@media (max-width: 430px) {
  .service__main {
    grid-template-columns: repeat(1, 1fr);
    justify-content: center;
    grid-row-gap: 20px;
    width: auto;
  }
}

.service__main-about {
  position: relative;
  padding: 44px 25px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #2d3039;
  background-color: #fff;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
  border: 1px solid #D3D3D3;
  border-radius: 30px;
}
.service__main-about:before {
  content: "";
  position: absolute;
  right: -4px;
  top: -4px;
  width: 139px;
  height: 126px;
  background: url("../img/icon/icon-sale_2.svg") no-repeat center;
  background-size: cover;
  z-index: 9;
  display: none;
}
.service__main-about:first-of-type:before {
  display: none;
}

.service__about-title {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}
.service__about-title span {
  display: block;
  margin-top: 10px;
  padding: 4px 8px;
  line-height: 1;
  border-radius: 10px;
  background: #FFC91A;
  text-transform: none;
}

.service__about-period {
  margin-top: 28px;
  font-family: "Graphik";
  font-size: 140px;
  font-weight: 600;
  line-height: 0.8;
}

.service__about-period span {
  display: block;
  font-size: 21px;
  line-height: 1.44;
  font-weight: 300;
  text-align: center;
  color: #000000;
}

.service__about-price {
  font-size: 55px;
  font-weight: 600;
  margin: 20px 0 15px 0;
  position: relative;
}

.service__about-price.basic {
  color: #079939;
  position: relative;
}

.service-old__price {
  position: relative;
  margin-bottom: 10px;
  font-family: "Graphik";
  font-size: 30px;
  font-weight: 600;
  color: #7D7D7D;
  text-align: center;
}
.service-old__price:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-5deg);
  width: 150px;
  height: 2px;
  background-color: #7D7D7D;
}
.service-old__price--hide {
  opacity: 0;
}

.service__about-btn {
  width: 100%;
}

.service__about-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-top: 20px;
  padding: 0 50px;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  background-color: #0085ef;
  border-radius: 10px;
  transition: 0.3s;
}
.service__about-btn a:hover {
  background-color: #3493ff;
}

.service__about-card {
  margin: 25px 0 0 0;
  padding: 0 0 0 35px;
  font-size: 16px;
  font-weight: 600;
  /* opacity: 0 */
}

.service__about-card a {
  position: relative;
  display: inline-block;
  color: #000;
  text-decoration: none;
}
.service__about-card a:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -70px;
  width: 68px;
  height: 15px;
  background-image: url(../img/icon/icon-card.svg);
  background-repeat: no-repeat;
}

.service__main-about--green .service__about-title {
  color: #079939;
}
.service__main-about--green .service__about-title span {
  color: #000000;
}

.service__main-about--green .service__about-period {
  color: #079939;
}

.service__main-about--green .service__about-btn a {
  background-color: #079939;
}
.service__main-about--green .service__about-btn a:hover {
  background-color: #31c765;
}

.lessons {
  padding: 100px 0;
  background-color: #ECECEC;
}

.lessons__title {
  width: 700px;
  margin: 0 auto;
  font-size: 45px;
  font-weight: 600;
  line-height: 49px;
  text-align: center;
}

.lessons__about {
  margin: 0;
  font-size: 20px;
  text-align: center;
}

.lessons__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 22px;
  margin-top: 50px;
}

.lesson {
  padding: 33px;
  background: #ffffff;
  border-radius: 22.034px;
  transition: 0.3s;
}
.lesson span {
  font-size: 18px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.39);
}
.lesson:hover {
  cursor: pointer;
  background-color: #008A00;
  color: #ffffff;
}
.lesson:hover span {
  color: rgba(255, 255, 255, 0.39);
}

.lesson__title {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 26px;
}

.lessons__bill {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 528px;
  margin: 50px auto 0;
  height: 78px;
  border-radius: 20px;
  color: #ffffff;
  background-color: #008A00;
  transition: 0.3s;
}
.lessons__bill:hover {
  background-color: #11a414;
}

@media (max-width: 430px) {
  .lessons {
    display: none;
  }
}
.special-course {
  margin-top: 146px;
  background-color: #ffffff;
  display: none;
}

.special-course__wrapper {
  position: relative;
  padding: 42px 0 65px 0;
}
.special-course__wrapper:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 70px;
  width: 323px;
  height: 323px;
  background: url("../img/certifiicate-desc.svg") no-repeat;
  background-size: cover;
}

.special-course__title {
  width: 580px;
  margin: 0;
  font-size: 40px;
  line-height: 50px;
}

.special-course__desc {
  width: 540px;
  margin: 0;
  margin-top: 20px;
  font-size: 18px;
  line-height: 30px;
}

.special-course__list {
  margin-top: 20px;
}

.special-course__list-text {
  position: relative;
  width: 460px;
  margin-bottom: 15px;
  padding-left: 35px;
  font-size: 18px;
  line-height: 28px;
}
.special-course__list-text:last-child {
  margin-bottom: 0;
}
.special-course__list-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 17px;
  background: url("../img/icon/icon-checked.svg") no-repeat;
  background-size: cover;
}

.special-course__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 435px;
  height: 52px;
  margin-top: 20px;
  font-size: 20px;
  color: #ffffff;
  background-color: #0085ef;
  border-radius: 3px;
}

.special-course__certifiicate {
  position: absolute;
  width: 560px;
  top: -52px;
  right: 0;
}

@media (max-width: 430px) {
  .special-course {
    margin-top: 46px;
  }
  .special-course__wrapper:after {
    bottom: 140px;
    width: 180px;
    height: 180px;
  }
  .special-course__title {
    width: 100%;
    font-size: 25px;
    line-height: 30px;
  }
  .special-course__desc {
    width: 100%;
  }
  .special-course__list-text {
    width: 100%;
    padding-left: 20px;
  }
  .special-course__list-text:before {
    top: 5px;
    width: 20px;
    height: 10px;
    background-size: contain;
  }
  .special-course__certifiicate {
    top: auto;
    bottom: 85px;
  }
  .special-course__link {
    width: 100%;
    margin-top: 350px;
  }
}
.bonus {
  padding: 78px 0 0;
  color: #000;
}

.bonus__title {
  margin: 0;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
.bonus__title span {
  font-weight: 800;
}

.bonus__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 50px;
  margin-top: 61px;
}

.bonus__elem {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-top: 142px;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}
.bonus__elem::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 118px;
  background: url("../img/icon/icon-help.svg") no-repeat center;
  background-size: contain;
}
.bonus__elem:nth-child(2)::before {
  background-image: url("../img/icon/icon-meetup.svg");
}
.bonus__elem:nth-child(3)::before {
  background-image: url("../img/icon/icon-desktop.svg");
}

.bonus__elem-title {
  position: relative;
  min-height: 64px;
  margin: 0;
  font-size: 25px;
  line-height: 32px;
}

.bonus__elem-desc {
  margin: 0;
  margin-top: 10px;
  font-size: 16px;
  line-height: 26px;
}

.bonus__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 456px;
  height: 52px;
  margin: 40px auto 0;
  padding: 0;
  font-family: inherit;
  font-size: 23px;
  line-height: 21px;
  color: #ffffff;
  background: #0085ef;
  border: none;
  border-radius: 4px;
  transition: 0.4s;
}
.bonus__link:hover {
  background: #209cff;
  color: #ffffff;
}

@media (max-width: 430px) {
  .bonus__list {
    grid-template-columns: repeat(1, 1fr);
  }
  .bonus__elem {
    margin-bottom: 10px;
  }
  .bonus__elem-title {
    min-height: auto;
  }
  .bonus__elem-desc {
    width: 70%;
  }
  .bonus__link {
    width: 100%;
  }
}
.notes {
  margin-top: 84px;
  padding-top: 89px;
  padding-bottom: 100px;
  background: #ffffff;
}

.note__blockquote {
  position: relative;
  margin: 0;
  padding-bottom: 99px;
  padding-left: 95px;
  border-bottom: 1px solid #E6E6E6;
}

.blockquote__title {
  margin: 0;
  width: 896px;
  font-size: 40px;
  font-weight: 400;
  line-height: 130%;
}
.blockquote__title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 56px;
  height: 45px;
  background: url("../img/icon/icon-blockquote.svg") no-repeat center;
  background-size: contain;
}

.blockquote__author {
  margin: 0;
  margin-top: 40px;
  font-size: 24px;
  font-weight: 700;
  color: #333333;
}

.blockquote__author-about {
  display: block;
  width: 247px;
  margin-top: 5px;
  font-size: 18px;
  line-height: 20px;
  color: #828282;
}

.blockquote__author-text {
  width: 588px;
  margin: 0;
  margin-top: 50px;
  font-size: 18px;
}
.blockquote__author-text span {
  line-height: 34px;
}

.note__pic {
  position: absolute;
  right: 0;
  bottom: 0;
}

.note__wrapper {
  padding-top: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.note__image {
  position: relative;
  line-height: 0;
}
.note__image:before {
  content: "";
  position: absolute;
  top: 140px;
  left: 0;
  width: 333px;
  height: 64px;
  background: url("../img/content/note_pic_2-before.png") no-repeat center;
  border: 1px solid #D6D6D6;
  filter: drop-shadow(5px 3px 11px rgba(0, 0, 0, 0.13));
  border-radius: 5px;
  background-size: contain;
}

.note__desc {
  width: 530px;
  margin: 0;
  font-size: 18px;
  line-height: 34px;
}

@media (max-width: 430px) {
  .notes {
    padding-top: 27px;
    padding-bottom: 100px;
  }
  .note__blockquote {
    position: relative;
    margin: 0;
    padding-top: 57px;
    padding-bottom: 0;
    padding-left: 0;
    border-bottom: 0;
  }
  .blockquote__title {
    width: auto;
    font-size: 30px;
    font-weight: 400;
    line-height: 122%;
  }
  .blockquote__title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 29px;
    background-size: contain;
  }
  .blockquote__author {
    font-size: 20px;
  }
  .blockquote__author-about {
    width: 170px;
    font-size: 14px;
  }
  .blockquote__author-text {
    width: auto;
    margin: 0;
    margin-top: 112px;
    padding-top: 29px;
    font-size: 16px;
    border-top: 1px solid #E6E6E6;
  }
  .blockquote__author-text span {
    line-height: 26px;
  }
  .note__pic {
    width: 179px;
    bottom: auto;
    top: 216px;
  }
  .note__wrapper {
    padding-top: 66px;
    flex-direction: column;
  }
  .note__image {
    position: relative;
    line-height: 0;
  }
  .note__image:before {
    top: 84px;
    width: 202px;
    height: 44px;
  }
  .note__desc {
    width: auto;
    font-size: 16px;
    line-height: 26px;
  }
}
.about {
  padding-top: 48px;
}

.about__title {
  width: 590px;
  font-size: 40px;
  line-height: 52px;
  letter-spacing: -0.1px;
}
@media (max-width: 430px) {
  .about__title {
    width: auto;
    font-size: 28px;
    line-height: 35px;
    text-align: center;
  }
}

.about__content {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  border-bottom: 1px solid #E6E6E6;
}
@media (max-width: 430px) {
  .about__content {
    flex-direction: column;
    margin-top: 0;
  }
}

.about__content-left {
  width: 505px;
  margin-top: 45px;
}
@media (max-width: 430px) {
  .about__content-left {
    width: auto;
  }
}

.about__content-right {
  width: 554px;
  height: 1180px;
  overflow: hidden;
}
@media (max-width: 430px) {
  .about__content-right {
    display: none;
  }
}

.about-list__item {
  position: relative;
  margin-bottom: 10px;
  padding-left: 49px;
}
.about-list__item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 37px;
  background: url("../img/icon/icon-risk.svg") no-repeat center;
}
.about-list__item:nth-child(2):after {
  background-image: url("../img/icon/icon-debt.svg");
}
.about-list__item:nth-child(3):after {
  background-image: url("../img/icon/icon-template.svg");
}
.about-list__item:nth-child(4):after, .about-list__item:nth-child(6):after {
  background-image: url("../img/icon/icon-tax.svg");
}
.about-list__item:nth-child(5):after {
  background-image: url("../img/icon/icon-docs.svg");
}
.about-list__item:nth-child(7):after {
  background-image: url("../img/icon/icon-resources.svg");
}
.about-list__item:nth-child(9):after {
  background-image: url("../img/icon//icon-debt.svg");
}
.about-list__item:nth-child(8):after {
  background-image: url("../img/icon/icon-lockout.svg");
}
.about-list__item::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 15px;
  right: -84px;
  width: 130px;
  height: 0.5px;
  background-color: #079939;
  transition: 0.2s;
  opacity: 0;
}
@media (max-width: 430px) {
  .about-list__item::before {
    display: none;
  }
}
.about-list__item.active .about-list__link {
  border-bottom: 1px dashed #079939;
}
.about-list__item.active::before {
  opacity: 1;
}

.about-list__link {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #079939;
  outline: none;
  user-select: none;
}
.about-list__link:hover, .about-list__link:active, .about-list__link:focus {
  color: #0cb947;
}

.about-list__desc {
  width: 425px;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 430px) {
  .about-list__desc {
    width: auto;
  }
}

.about__content-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 456px;
  height: 60px;
  margin-left: 49px;
  margin-bottom: 25px;
  font-size: 21px;
  line-height: 0;
  color: #fff;
  background-color: #0085ef;
  border-radius: 3px;
  transition: 0.2s;
}
@media (max-width: 430px) {
  .about__content-button {
    width: auto;
    margin-left: 0;
  }
}

.about__content-image {
  transition: 0.5s;
  transform: translateY(-15px);
}

.rate__title {
  padding-top: 70px;
  font-size: 40px;
  line-height: 82px;
}
@media (max-width: 430px) {
  .rate__title {
    padding-top: 40px;
    font-size: 28px;
    line-height: 35px;
  }
}

td {
  border-collapse: collapse;
}

.rate__table {
  margin-top: 50px;
}

.table {
  width: 100%;
  border-collapse: collapse;
}

.table-data--head {
  width: 200px;
  padding-left: 10px;
  vertical-align: top;
}
.table-data--head:first-child {
  width: auto;
}
@media (max-width: 430px) {
  .table-data--head:first-child {
    width: 136px;
    vertical-align: middle;
    text-align: left;
  }
}
@media (max-width: 430px) {
  .table-data--head {
    width: 70px;
    padding-left: 0;
    text-align: right;
  }
}

.table-data__head-title {
  margin: 0;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  color: #079939;
}
@media (max-width: 430px) {
  .table-data__head-title {
    min-width: 120px;
    font-size: 18px;
  }
}

.table-data__price, .table-data__price-old {
  margin: 0;
  font-size: 27px;
  line-height: 32px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 430px) {
  .table-data__price, .table-data__price-old {
    font-size: 14px;
    text-align: right;
  }
}
.table-data__price--vip, .table-data__price-old--vip {
  color: #079939;
}

.table-data__price-old {
  position: relative;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
}
.table-data__price-old::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 1px;
  background-color: #2d3039;
  transform: translate(-50%, -50%) rotate(-5deg);
}
.table-data__price-old--hide {
  opacity: 0;
}
@media (max-width: 430px) {
  .table-data__price-old {
    font-size: 14px;
  }
  .table-data__price-old::before {
    width: 70px;
    left: auto;
    right: -40%;
  }
}

.table-data__month {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}
@media (max-width: 430px) {
  .table-data__month {
    font-size: 10px;
    text-align: right;
  }
}

.table-data__content {
  padding: 10px 0 10px 15px;
  border: 1px solid #E6E6E6;
  border-width: 1px 0;
  cursor: pointer;
}
@media (max-width: 430px) {
  .table-data__content {
    padding-left: 5px;
  }
}

.data-content--active {
  background-color: #ffffff;
}
.data-content--active .data-content__desc {
  display: block;
}
.data-content--active .data-content__button {
  transform: rotate(180deg);
}

.data-content__title {
  display: flex;
  align-items: center;
  width: auto;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
@media (max-width: 430px) {
  .data-content__title {
    justify-content: space-between;
    min-width: 180px;
    font-size: 14px;
    line-height: 19px;
  }
}

.data-content__circle {
  position: relative;
  width: 200px;
}
.data-content__circle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background-color: #2d3039;
  border-radius: 50%;
}
@media (max-width: 430px) {
  .data-content__circle::before {
    left: auto;
    right: 0;
  }
}
@media (max-width: 430px) {
  .data-content__circle {
    left: 0;
    width: 150px;
  }
}
.data-content__circle--green::before {
  background-color: #079939;
}
.data-content__circle--basic {
  opacity: 0;
}

.data-content__desc {
  width: 800px;
  margin: 0;
  padding-right: 80px;
  font-size: 16px;
  line-height: 24px;
  display: none;
}
@media (max-width: 430px) {
  .data-content__desc {
    width: auto;
    margin-top: 8px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 17px;
  }
}

.data-content__button {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  padding: 0;
  border: 0;
  background: url(../img/icon/icon-arrow.svg) no-repeat center;
  cursor: pointer;
  outline: none;
  transition: 0.3s;
}
@media (max-width: 430px) {
  .data-content__button {
    min-width: 20px;
  }
}

.table-data--button {
  padding-right: 18px;
}
@media (max-width: 430px) {
  .table-data--button {
    padding-right: 0;
  }
}

.table-data__link {
  width: 100%;
  display: inline-block;
  margin-top: 20px;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  text-align: center;
  color: #fff;
  background-color: #2d3039;
  border-radius: 3px;
  transition: 0.2s;
}
.table-data__link:hover {
  background-color: #333846;
}
.table-data__link--green {
  background-color: #079939;
}
.table-data__link--green:hover {
  background-color: #00792A;
}
@media (max-width: 430px) {
  .table-data__link {
    display: flex;
    justify-content: center;
    width: 80%;
    margin-left: auto;
    padding: 5px 0;
    font-size: 14px;
  }
}

.features {
  margin-top: 170px;
  background-color: #f3f3f3;
}
@media (max-width: 430px) {
  .features {
    margin-top: 30px;
  }
}

.features__title {
  width: 776px;
  font-size: 40px;
  line-height: 40px;
  color: #2d3039;
}
@media (max-width: 430px) {
  .features__title {
    width: auto;
    padding-top: 0;
    font-size: 28px;
    line-height: 35px;
  }
}

.features__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  column-gap: 50px;
  justify-content: space-between;
  margin-top: 24px;
  color: #2d3039;
}
@media (max-width: 430px) {
  .features__list {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 20px;
  }
}

@media (max-width: 430px) {
  .features__item {
    padding: 17px 14px;
    background-color: #ffffff;
    border-radius: 10px;
  }
  .features__item:nth-child(3) {
    display: none;
  }
}

.features__item-title {
  width: auto;
  margin: 0;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
}
@media (max-width: 430px) {
  .features__item-title {
    font-size: 24px;
    line-height: 31px;
  }
}

.features__item:nth-child(even) {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}
@media (max-width: 430px) {
  .features__item:nth-child(even) {
    text-align: left;
    display: none;
  }
  .features__item:nth-child(even):nth-child(4) {
    display: flex;
  }
}

.features__item-desc {
  width: 485px;
  margin: 0;
  margin-top: 20px;
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 430px) {
  .features__item-desc {
    width: auto;
    font-size: 16px;
    line-height: 25px;
  }
}

.features__item-pic {
  width: 100%;
}

.features__button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 340px;
  height: 50px;
  margin: 50px auto;
  font-size: 20px;
  color: #ffffff;
  text-decoration: none;
  background-color: #0085ef;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: 0.4s;
}

.features__button:hover {
  background-color: #3493ff;
}

.order {
  background-color: #079939;
}

.order__main {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.order__title {
  font-size: 35px;
  margin: 85px 0 70px 0;
  width: 730px;
  text-align: center;
}
@media (max-width: 430px) {
  .order__title {
    width: auto;
    font-size: 26px;
    text-align: left;
  }
}

.order__form-data {
  display: flex;
  flex-direction: column;
  width: 468px;
}
@media (max-width: 430px) {
  .order__form-data {
    width: 360px;
  }
}

.order__form-data label {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 2.14;
}

.order__form-data input {
  height: 40px;
  border: solid 1px #dbdbdb;
  border-radius: 3px;
  padding-left: 20px;
  margin-bottom: 20px;
}

.order__form-data textarea {
  padding: 10px 0 0 20px;
  font-size: 16px;
  resize: none;
  min-height: 95px;
}

.order__form-chek {
  display: flex;
  align-items: center;
  margin: 15px 0 40px 0;
  font-size: 14px;
}
@media (max-width: 430px) {
  .order__form-chek {
    align-items: flex-start;
  }
}

.order__form-chek input {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.order__form-btn {
  width: 468px;
  margin-bottom: 80px;
}
@media (max-width: 430px) {
  .order__form-btn {
    width: 100%;
  }
}

.order__form-btn button {
  width: 100%;
  height: 50px;
  font-family: inherit;
  font-size: 18px;
  background-color: #0085ef;
  border-radius: 3px;
  color: #fff;
  border: none;
  cursor: pointer;
}

.order__about {
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-size: 13px;
  padding-bottom: 78px;
}
@media (max-width: 430px) {
  .order__about {
    flex-direction: column;
  }
  .order__about .order__about-logo {
    text-align: center;
    margin-top: 30px;
  }
}

.order__about-phone span {
  display: block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.3px;
}

.order__about-company span {
  display: block;
  margin-bottom: 15px;
}

.order__about-company a {
  color: #fff;
  margin-right: 15px;
}

.order__about-phone {
  text-align: center;
}

@media (max-width: 430px) {
  .order__about-company {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
}

.footer {
  background-color: #079939;
  color: #ffffff;
}

.footer__wrapper {
  display: flex;
  align-items: flex-start;
  padding: 56px 0 80px 0;
  line-height: 16px;
}

.footer__copyright {
  margin: 0;
  font-size: 13px;
}

.footer__copyright-link {
  display: flex;
  flex-direction: column;
  display: inline;
  color: #ffffff;
  text-decoration: underline;
}
@media (max-width: 430px) {
  .footer__copyright-link {
    margin: 5px 0;
  }
}

.footer__policy {
  display: block;
  margin-top: 7px;
  text-decoration: underline;
  color: #ffffff;
}

.footer__callback {
  margin: 0;
  margin-left: 185px;
  font-size: 13px;
}

.footer__phone {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: #ffffff;
}

.footer__logo-link {
  display: flex;
  margin-left: auto;
}

.footer__logo {
  width: 125px;
}

@media (max-width: 430px) {
  .footer {
    color: #ffffff;
  }
  .footer__wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 60px;
  }
  .footer__copyright {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    font-size: 13px;
  }
  .footer__copyright span {
    display: block;
  }
  .footer__policy {
    margin-top: 10px;
    text-decoration: underline;
    color: #ffffff;
  }
  .footer__callback {
    margin: 10px 0 0 0;
    font-size: 13px;
  }
  .footer__phone {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    margin: 15px 0 0 0;
    padding-left: 48px;
  }
  .footer__phone::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
    background: url("../img/icon/icon-phone.svg") no-repeat center;
  }
  .footer__logo-link {
    margin: 40px auto 0;
  }
}
.pop-up {
  position: fixed;
  z-index: -99;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.pop-up.pop-up__fade {
  z-index: 99;
}

.pop-up__content {
  max-width: 600px;
  padding: 40px 63px;
  background-color: #ffffff;
  border: solid 1px #e7ebe8;
  position: relative;
}
@media (max-width: 430px) {
  .pop-up__content {
    max-width: 100%;
    width: auto;
  }
}

.pop_up__content-close {
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
}

.pop_up__content-close img {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.pop_up__content-close img:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.pop-up__content-title {
  font-size: 30px;
  line-height: 1.33;
  color: #4a4a4a;
  margin-bottom: 20px;
}

.pop-up__content-desc {
  font-size: 20px;
  line-height: 1.5;
  color: #9b9b9b;
  margin-bottom: 20px;
}

.pop-up__content-desc p:last-child {
  margin-top: 20px;
}

.pop-up__content-btn {
  text-align: center;
}

.pop-up__content-btn a {
  display: inline-block;
  width: 50%;
  padding: 15px 0;
  text-decoration: none;
  border-radius: 3px;
  color: #fff;
  background-color: #91be4e;
  text-align: center;
  font-size: 18px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.pop-up__content-btn a:hover {
  background-color: #88c52d;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(64, 64, 64, 0.63);
  z-index: 999;
  display: none;
}
.popup--active {
  display: flex;
}

.popup__content {
  position: relative;
  width: 587px;
  background-color: #FFFFFF;
  border-radius: 9px;
  overflow: hidden;
}

.button-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 22px;
  height: 22px;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}
.button-close::before, .button-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  right: 0;
  width: 22px;
  height: 1px;
  background-color: #ffffff;
}
.button-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.button-close--black::before, .button-close--black::after {
  background-color: #000000;
  height: 2px;
}

.popup__link {
  line-height: 0;
}

.popup__pic {
  width: 587px;
  margin: 0;
  line-height: 0;
}