@font-face {
  font-family: 'Bellota Text';
  src: local("Bellota Text Bold"), local("BellotaText-Bold"), url("../../fonts/Bellotatextbold.woff2") format("woff2"), url("../../fonts/Bellotatextbold.woff") format("woff"), url("../../fonts/Bellotatextbold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Playfair Display';
  src: local("Playfair Display Black"), local("PlayfairDisplay-Black"), url("../../fonts/Playfairdisplayblack.woff2") format("woff2"), url("../../fonts/Playfairdisplayblack.woff") format("woff"), url("../../fonts/Playfairdisplayblack.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Playfair Display';
  src: local("Playfair Display Medium Italic"), local("PlayfairDisplay-MediumItalic"), url("../../fonts/Playfairdisplaymediumitalic.woff2") format("woff2"), url("../../fonts/Playfairdisplaymediumitalic.woff") format("woff"), url("../../fonts/Playfairdisplaymediumitalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}

html {
  scroll-behavior: smooth;
}

.wrapper {
  max-width: 100%;
  overflow: hidden;
  min-height: 100%;
}

.header__container {
  max-width: 80%;
  margin: 0 auto;
}

.container {
  max-width: 75%;
  margin: 0 auto;
  position: relative;
}

body.lock {
  overflow: hidden;
}

.ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.ibg img {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

#popup-reg .popup__content,
#popup-phone .popup__content {
  background: #ffffff url("../../img/moon-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 74%;
  text-align: center;
  color: #fff;
  max-width: 700px;
  padding: 50px 0px 40px;
  position: relative;
  border: 3px solid #8e030c;
  border-radius: 23px;
  opacity: 0;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  -webkit-transform: perspective(600px) translate(0px, -100%) rotateX(45deg);
          transform: perspective(600px) translate(0px, -100%) rotateX(45deg);
  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: center;
      -ms-flex-align: center;
          align-items: center;
}

#popup-reg.open,
#popup-phone.open {
  opacity: 1;
  visibility: visible;
}

#popup-reg.open .popup__content,
#popup-phone.open .popup__content {
  -webkit-transform: perspective(600px) translate(0px, 0px) rotateX(0deg);
          transform: perspective(600px) translate(0px, 0px) rotateX(0deg);
  opacity: 1;
}

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.popup__times, .raffle__close__times {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  top: 0;
  left: 0;
}

.popup__times::before, .raffle__close__times::before, .popup__times::after, .raffle__close__times::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #8e030c;
  position: absolute;
  top: 50%;
  left: 0;
}

.popup__times::before, .raffle__close__times::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.popup__times::after, .raffle__close__times::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.popup__body {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 10px;
}

.popup__close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 20px;
  text-decoration: none;
}

.popup__title {
  font-size: 18px;
  margin: 0 0 1em 0;
  color: #8e030c;
  font-family: 'Bellota Text';
  font-weight: 900;
  font-style: normal;
}

.popup.open {
  opacity: 1;
  visibility: visible;
}

.popup.open .popup__content {
  -webkit-transform: perspective(600px) translate(0px, 0px) rotateX(0deg);
          transform: perspective(600px) translate(0px, 0px) rotateX(0deg);
  opacity: 1;
}

.popup__input {
  padding: 26px 0px 0px 34px;
  margin: 0 -15px;
  margin-bottom: 15px;
  border-radius: 23px;
  border: none;
  resize: none;
  width: 100%;
}

.popup__input__block {
  width: 77%;
}

.popup__input__block__input {
  width: 100%;
  border-bottom: 1px solid #c1757a;
  padding: 0 125px 5px 0px;
  font-family: 'Bellota Text';
  font-weight: 900;
  font-style: normal;
  font-size: 18px;
  color: #c1757a;
  margin-top: 30px;
  background-color: transparent;
}

.popup__button {
  display: block;
  border: none;
  background: #8e030c;
  border-radius: 10px;
  width: 83%;
  font-size: 16px;
  padding: 22px 0;
  margin: 0 auto;
  text-transform: uppercase;
  color: #ffffff;
  font-family: 'Bellota Text';
  font-weight: 900;
  font-style: normal;
  margin-top: 30px;
}

.popup__button:hover {
  cursor: pointer;
}

.popup__agree {
  color: #c1757a;
  font-family: 'Bellota Text';
  font-weight: 900;
  font-style: normal;
  text-align: start;
  width: 80%;
  margin-top: 30px;
}

.raffle {
  background: url("../../img/raffle-1-bg.png");
  padding: 30px 0;
  margin-bottom: -5px;
}

.raffle__text {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 29.07px;
  text-transform: uppercase;
  font-family: 'Playfair Display';
  font-weight: 900;
  font-style: normal;
}

.raffle__text span {
  background: #8e030c;
  display: inline-block;
  line-height: 30px;
  padding: 0 5px 5px 5px;
}

.raffle__close {
  position: absolute;
  top: 0;
  right: 0;
}

.raffle__close__times {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
}

.raffle__close__times::before, .raffle__close__times::after {
  background: #ffffff;
  top: 0;
}

.raffle__close__times:hover {
  cursor: pointer;
}

.header {
  overflow: hidden;
  background: url("../../img/woman-bg.webp") center no-repeat;
  background-size: cover;
  padding-bottom: 85px;
}

.header__nav__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.header__nav__block__item {
  margin-top: 30px;
}

.header__nav__block__item a {
  color: #9B1F3B;
  font-family: 'Bellota Text';
  font-weight: 900;
  font-style: normal;
  font-size: 18.5px;
}

.header__nav__block__item a button {
  position: relative;
  background: #447228;
  color: #fff;
  padding: 10px 15px;
  z-index: 2;
  font-family: 'Bellota Text';
  font-weight: 900;
  font-style: normal;
}

.header__nav__block__item a span {
  display: block;
  position: relative;
  right: 0;
  bottom: 0;
  width: 142px;
  height: 35px;
  background: #8A030C;
  z-index: 1;
  -webkit-transform: translate(25px, -28px);
          transform: translate(25px, -28px);
}

.header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 200px;
}

.header__body__block {
  margin-left: 42%;
}

.header__body__block h2 {
  font-size: 80px;
  font-weight: 700;
  color: #4B673C;
  font-family: 'Playfair Display';
  font-weight: 900;
  font-style: normal;
  margin-bottom: 30px;
  -webkit-transform: translateX(-3%);
          transform: translateX(-3%);
}

.header__body__block h1 {
  font-size: 278px;
  font-weight: 900;
  color: #8E030C;
  font-family: 'Times New Roman', Times, serif;
}

.header__body__block__img {
  position: relative;
  -webkit-transform: translate(96px, 30px);
          transform: translate(96px, 30px);
  z-index: 20;
}

.header__body__block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  margin-bottom: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}

.header__body__block__item p {
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}

.header__body__block__item p.green {
  font-size: 43.47px;
  color: #4B673C;
  font-weight: bold;
  min-width: 185px;
  font-family: 'Playfair Display';
  font-weight: 900;
  font-style: normal;
  margin-right: 30px;
  font-weight: 400;
  max-width: 160px;
  line-height: 40px;
}

.header__body__block__item p.green span {
  font-size: 50.72px;
}

.header__body__block__item p.brown {
  font-size: 21.29px;
  color: #8E030C;
  line-height: 31.99px;
  font-family: 'Bellota Text';
  font-weight: 900;
  font-style: normal;
  max-width: 415px;
}

.header__body__block.text {
  width: 70%;
}

.header__body__block__button {
  margin-top: 25px;
  background: #8E030C;
  color: #ffffff;
  padding: 23px 28px;
  font-size: 21.4px;
  -webkit-transform: translateX(84px);
          transform: translateX(84px);
  font-family: 'Bellota Text';
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
}

.about__bigblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about__block {
  max-width: 39%;
  margin: 25px 20px;
  margin-bottom: 40px;
  position: relative;
}

.about__block h2 {
  font-size: 39.99px;
  text-transform: uppercase;
  font-weight: 900;
  color: #8E030C;
  font-family: 'Playfair Display';
  font-weight: 900;
  font-style: normal;
}

.about__block h2::after {
  display: block;
  content: "";
  position: relative;
  width: 95%;
  height: 30px;
  background: #DEC7B5;
  -webkit-transform: translate(33.5px, -12px);
          transform: translate(33.5px, -12px);
}

.about__block p {
  font-size: 18px;
  margin-bottom: 20px;
  color: #8E030C;
  line-height: 22px;
  font-family: 'Bellota Text';
  font-weight: 900;
  font-style: normal;
}

.about__block p span {
  color: #fff;
  background: #4B673C;
  line-height: 20px;
  display: inline-block;
}

.block2 {
  width: 100%;
  background: url("../../img/block-2-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 40px;
  padding-bottom: 60px;
}

.block2__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 50px;
}

.block2__block h2 {
  width: 30%;
  font-size: 30px;
  color: #8E030C;
  text-transform: uppercase;
  font-family: 'Playfair Display';
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  margin-left: 10px;
}

.block2__block h2 span {
  width: 109%;
  display: block;
  background: #8E030C;
  color: #fff;
  display: inline-block;
  line-height: 20px;
  display: inline-block;
  line-height: 22px;
  padding-bottom: 6px;
}

.block2__block p {
  width: 40%;
  font-size: 18px;
  color: #8E030C;
  line-height: 22px;
  font-family: 'Bellota Text';
  font-weight: 900;
  font-style: normal;
  -webkit-transform: translateX(-9px);
          transform: translateX(-9px);
}

.block2 .square {
  display: block;
  background-color: #DEC7B5;
  max-width: 800px;
  height: 470px;
  margin: 0 auto;
}

.why {
  background: url("../../img/moon-bg.png");
  background-size: 39%;
  background-repeat: no-repeat;
  background-position: 5% 77%;
}

.why__header {
  margin-top: 20px;
  margin-left: -35px;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 900;
  color: #8b030c;
  font-family: 'Playfair Display';
  font-style: normal;
  -webkit-transform: translateX(55px);
          transform: translateX(55px);
}

.why__header::after {
  display: block;
  content: "";
  position: relative;
  width: 13%;
  height: 30px;
  background: #DEC7B5;
  -webkit-transform: translate(151px, -8px);
          transform: translate(151px, -8px);
}

.why__block {
  max-width: 60%;
  margin-left: 44.5%;
  margin-top: 50px;
}

.why__block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
}

.why__block__item__image {
  margin-right: 40px;
}

.why__block__item__image.first {
  width: 40%;
  background: #F9F4F1;
}

.why__block__item__image.second {
  width: 54%;
  background: #F9F4F1;
}

.why__block__item__image.third {
  width: 77%;
}

.why__block__item__image.third img {
  /*height: 70%;*/
  margin: 15% 0;
}

.why__block__item__image.fourth {
  width: 79%;
}

.why__block__item__image.fourth img {
  /*height: 70%;*/
  margin: 15% 0;
  vertical-align: center;
}

.why__block__item__image img {
  display: block;
  /*height: 100%;*/
  margin: 0 auto;
}

.why__block__item__text h2 {
  font-size: 25px;
  color: #8b030c;
  text-align: start;
  margin-bottom: 10px;
  font-family: 'Playfair Display';
  font-weight: 900;
  font-style: normal;
}

.why__block__item__text p {
  font-size: 18px;
  color: #4b673c;
  text-align: start;
  font-family: 'Bellota Text';
  font-weight: 900;
  font-style: normal;
  line-height: 22px;
}

.schedule {
  background: url("../../img/block-4-bg.png") center no-repeat;
  background-size: cover;
  padding-top: 25px;
  padding-bottom: 165px;
}

.schedule__bigblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 85px;
}

.schedule__block:nth-child(1) {
  width: 30%;
  margin-right: 190px;
}

.schedule__block:nth-child(2) {
  width: 70%;
}

.schedule__block h2 {
  font-family: 'Playfair Display';
  font-weight: 900;
  font-style: normal;
  margin-top: 20px;
}

.schedule__block h2 span {
  background: #8E030C;
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  display: inline-block;
  line-height: 22px;
  padding-bottom: 6px;
}

.schedule__block__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0px;
}

.schedule__block__list__item__day {
  display: block;
  font-size: 25px;
  color: #8E030C;
  font-family: 'Playfair Display';
  font-weight: 900;
  font-style: normal;
  width: 25%;
}

.schedule__block__list__item__day-description {
  width: 76%;
  font-size: 18px;
  color: #8E030C;
  font-family: 'Bellota Text';
  font-weight: 900;
  font-style: normal;
  line-height: 22px;
}

.schedule__underline {
  height: 1px;
  width: 25%;
  background: #AB4146;
}

.quote {
  background: #C1A28E;
  padding-top: 30px;
}

.quote__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.quote__content__block {
  max-width: 50%;
}

.quote__content__block__text {
  font-size: 25px;
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 500;
  color: #fff;
  line-height: 31px;
  font-weight: 200;
}

.quote__content__block__author {
  font-size: 18px;
  color: #8E030C;
  font-family: 'Bellota Text';
  font-weight: 900;
  font-style: normal;
  margin-top: 5px;
}

.quote__content__block__price {
  font-family: 'Playfair Display';
  font-weight: 900;
  font-style: normal;
}

.quote__content__block__price-old, .cash__content__block__price-old {
  display: block;
  font-size: 33.35px;
  color: #ffffff;
  position: relative;
  margin-bottom: 20px;
  font-weight: 900;
  margin-bottom: 30px;
  text-align: end;
}

.quote__content__block__price-old::before, .cash__content__block__price-old::before {
  border-bottom: 2px solid #fff;
  position: absolute;
  content: "";
  width: 37%;
  height: 62%;
  -webkit-transform: rotate(12deg);
          transform: rotate(12deg);
}

.quote__content__block__price-new, .cash__content__block__price-new {
  font-size: 46.17px;
  font-weight: 900;
  margin-bottom: 30px;
  text-align: end;
}

.quote__content__block__price-new .price-style, .cash__content__block__price-new .price-style {
  color: #ffffff;
  background: #4B673C;
  display: inline-block;
  line-height: 21px;
  padding-bottom: 10px;
}

.quote__content__block__price-new .subtext, .cash__content__block__price-new .subtext {
  font-size: 28px;
  color: #ffffff;
}

.quote__content__block__button, .woman__content__block__button, .needs__content__button, .block9__content__block__button {
  position: relative;
  background: #447228;
  color: #fff;
  padding: 10px 15px;
  z-index: 2;
  font-family: 'Bellota Text';
  font-weight: 900;
  font-style: normal;
  font-size: 19px;
}

.quote__content__block .button-span {
  display: block;
  position: relative;
  right: 0;
  bottom: 0;
  width: 245px;
  height: 35px;
  background: #8A030C;
  z-index: 1;
  -webkit-transform: translate(19px, -26px);
          transform: translate(19px, -26px);
}

.woman {
  padding: 30px 0;
}

.woman__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.woman__content__block {
  max-width: 46%;
}

.woman__content__block__name {
  position: relative;
  font-size: 39.99px;
  text-transform: uppercase;
  font-weight: 900;
  color: #8E030C;
  font-family: 'Playfair Display';
  font-weight: 900;
  font-style: normal;
  width: 45%;
  margin-bottom: 30px;
  line-height: 42px;
  z-index: 2;
  font-size: 40px;
}

.woman__content__block .name-span {
  display: block;
  content: "";
  position: absolute;
  width: 12%;
  height: 31px;
  background: #DEC7B5;
  -webkit-transform: translate(63px, -82px);
          transform: translate(63px, -82px);
  z-index: 1;
}

.woman__content__block__description {
  font-size: 18px;
  color: #C99D7F;
  text-align: start;
  font-family: 'Bellota Text';
  font-weight: 900;
  font-style: normal;
  margin-bottom: 30px;
}

.woman__content__block__courses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.woman__content__block__courses__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
}

.woman__content__block__courses__item__num {
  font-size: 25px;
  font-weight: 900;
  color: #447228;
  margin-bottom: 10px;
  font-family: 'Playfair Display';
  font-weight: 900;
  font-style: normal;
}

.woman__content__block__courses__item__text {
  font-size: 18px;
  color: #C99D7F;
  text-align: start;
  font-family: 'Bellota Text';
  font-weight: 900;
  font-style: normal;
  line-height: 18px;
  margin-bottom: 30px;
}

.woman__content__block__button {
  text-transform: uppercase;
  padding: 10px 40px;
}

.woman__content__block .button-span {
  display: block;
  position: relative;
  right: 0;
  bottom: 0;
  width: 209px;
  height: 35px;
  background: #8A030C;
  z-index: 1;
  -webkit-transform: translate(19px, -26px);
          transform: translate(19px, -26px);
}

.block6 {
  background: url(../../img/block-6-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 50px 0 180px 0;
}

.block6__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.block6__content__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.block6__content__block_1 {
  max-width: 45%;
}

.block6__content__block_2 {
  margin-left: 115px;
  max-width: 43%;
  margin-left: auto;
}

.block6__content__block__year {
  font-size: 40px;
  color: #ffffff;
  font-weight: 900;
  margin-bottom: 25px;
  font-family: 'Playfair Display';
  font-weight: 900;
  font-style: normal;
}

.block6__content__block__description {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 90%;
          flex: 0 1 90%;
  width: 85%;
  color: #ffffff;
  font-size: 18px;
  font-family: 'Bellota Text';
  font-weight: 900;
  font-style: normal;
  line-height: 18px;
}

.block6__content__block__description span {
  background: #8A030C;
}

.block6__content__block__description p:first-child {
  margin-bottom: 30px;
}

.block6__content__block__button {
  width: 85%;
  color: #ffffff;
  background: #8A030C;
  padding: 15px 40px;
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'Bellota Text';
  font-weight: 900;
  font-style: normal;
}

.block6__content__block__question {
  font-size: 30px;
  font-family: 'Playfair Display';
  font-weight: 900;
  font-style: normal;
  color: #8A030C;
  margin-bottom: 15px;
}

.block6__content__block__answer {
  font-family: 'Bellota Text';
  font-weight: 900;
  font-style: normal;
  color: #8A030C;
  margin-bottom: 20px;
  font-size: 18px;
}

.block6__content__block__answer:last-child {
  margin: 0;
}

.needs {
  background: url(../../img/block-7-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 16px;
  padding-bottom: 200px;
}

.needs__content {
  margin-left: 54%;
  margin-top: 34px;
}

.needs__content__header {
  font-size: 39.99px;
  text-transform: uppercase;
  font-weight: 900;
  color: #8E030C;
  font-family: 'Playfair Display';
  font-weight: 900;
  font-style: normal;
  color: #ffffff;
  margin-bottom: 30px;
  font-size: 39.99px;
}

.needs__content__header span {
  display: block;
  background: #447228;
  width: 100%;
  margin-top: 9px;
  line-height: 31px;
  padding-bottom: 5px;
}

.needs__content__description {
  font-family: 'Bellota Text';
  font-weight: 900;
  font-style: normal;
  color: #8A030C;
  margin-bottom: 150px;
  font-size: 18px;
}

.needs__content__button {
  margin-left: 48%;
  font-size: 21px;
  padding: 15px 25px;
}

.needs__content .button-span {
  display: block;
  position: relative;
  right: 0;
  bottom: 0;
  width: 222px;
  height: 52px;
  background: #8A030C;
  z-index: 1;
  margin-left: 62%;
  -webkit-transform: translate(-24px, -40px);
          transform: translate(-24px, -40px);
}

.cash {
  background: #8E030C;
  padding: 30px 0 35px 0;
}

.cash__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cash__content__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 40%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cash__content__block_2 {
  width: 19%;
}

.cash__content__block__header {
  font-size: 39.99px;
  text-transform: uppercase;
  font-weight: 900;
  color: #8E030C;
  font-family: 'Playfair Display';
  font-weight: 900;
  font-style: normal;
  color: #ffffff;
  margin-bottom: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}

.cash__content__block__header span {
  display: block;
  background: #447228;
  width: 66%;
  margin-bottom: 5px;
  line-height: 30px;
  padding-bottom: 5px;
}

.cash__content__block__description {
  color: #ffffff;
  font-family: 'Bellota Text';
  font-weight: 900;
  font-style: normal;
  width: 90%;
  font-size: 19px;
}

.cash__content__block__price-old {
  font-family: 'Playfair Display';
  font-weight: 900;
  font-style: normal;
  text-align: center;
}

.cash__content__block__price-old::before {
  width: 41%;
}

.cash__content__block__price-new {
  text-align: center;
  font-family: 'Playfair Display';
  font-weight: 900;
  font-style: normal;
}

.cash__content__block__link {
  display: block;
  text-align: center;
  color: #ffffff;
  text-decoration: underline;
  font-family: 'Bellota Text';
  font-weight: 900;
  font-style: normal;
}

.future {
  background: url("../../img/future-bg.png") center no-repeat;
  background-size: cover;
}

.future__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.future__block {
  padding: 50px 0 75px 0;
}

.future__block_img {
  width: 50%;
}

.future__header {
  font-size: 39.99px;
  text-transform: uppercase;
  font-weight: 900;
  color: #8E030C;
  font-family: 'Playfair Display';
  font-weight: 900;
  font-style: normal;
  max-width: 70%;
  margin-bottom: 60px;
}

.future__header span {
  background: #8E030C;
  color: #ffffff;
}

.future__text {
  font-size: 19px;
  color: #8E030C;
  font-family: 'Bellota Text';
  font-weight: 900;
  font-style: normal;
  max-width: 55%;
}

.question__header {
  font-size: 39.99px;
  text-transform: uppercase;
  font-weight: 900;
  color: #8E030C;
  font-family: 'Playfair Display';
  font-weight: 900;
  font-style: normal;
  margin-bottom: 80px;
  margin-top: 60px;
}

.question__header::after {
  display: block;
  content: "";
  position: relative;
  width: 13%;
  height: 30px;
  background: #DEC7B5;
  -webkit-transform: translate(204px, -11px);
          transform: translate(204px, -11px);
}

.question__answers {
  max-width: 90%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.question__answers:hover {
  cursor: pointer;
}

.question__answers__question {
  font-size: 23px;
  font-family: 'Playfair Display';
  font-weight: 900;
  font-style: normal;
  color: #447228;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.question__answers__question .arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.question__answers__answer {
  visibility: hidden;
  display: none;
  opacity: 0;
  font-size: 16px;
  color: #8E030C;
  font-family: 'Bellota Text';
  font-weight: 900;
  font-style: normal;
  margin: 20px 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.question__answers.active .question__answers__answer {
  visibility: visible;
  display: block;
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.question__answers.active .question__answers__question .arrow {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  color: #DEC7B5;
}

.question__answers .underline {
  height: 2px;
  width: 20%;
  background: #8E030C;
  margin: 20px 0;
}

.block9 {
  background: url("../../img/block-9-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 155px 0 30px 0;
}

.block9__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.block9__content__block {
  max-width: 65%;
}

.block9__content__block_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.block9__content__block__header {
  font-size: 39.99px;
  text-transform: uppercase;
  font-weight: 900;
  color: #8E030C;
  font-family: 'Playfair Display';
  font-weight: 900;
  font-style: normal;
  width: 87.3%;
  line-height: 37px;
  margin-bottom: 25px;
}

.block9__content__block__header span {
  color: #ffffff;
  background: #447228;
  display: inline-block;
  line-height: 28px;
  padding-bottom: 6px;
}

.block9__content__block__text {
  font-family: 'Bellota Text';
  font-weight: 900;
  font-style: normal;
  font-size: 18px;
  color: #8E030C;
  margin-bottom: 110px;
  width: 81.7%;
}

.block9__content__block__button {
  font-size: 21.42px;
  padding: 15px 25px;
}

.block9__content__block .button-span {
  display: block;
  position: relative;
  right: 0;
  bottom: 0;
  width: 243px;
  height: 52px;
  background: #8A030C;
  z-index: 1;
  -webkit-transform: translate(27px, -41px);
          transform: translate(27px, -41px);
  margin-bottom: 285px;
}

.block9__content__block__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  margin-bottom: 40px;
}

.block9__content__block__social__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  background: #447228;
  margin: 0 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2px;
}

.block9__content__block__social__icon a {
  color: #fff;
}

.block9__content__block__links a {
  color: #ffffff;
  background: #8A030C;
}

.block9__content__block__links p {
  margin: 1.5px 0;
  font-family: 'Bellota Text';
  font-weight: 900;
  font-style: normal;
}

.block9__content__block__INN {
  background: #DEC7B5;
  color: #8A030C;
  font-family: 'Bellota Text';
  font-weight: 900;
  font-style: normal;
  font-size: 16px;
  padding: 0 2px;
}

.animals {
  padding: 30px 0 200px 0;
  background: url("../../img/block-10-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.animals__content {
  text-align: center;
}

.animals__content__header {
  font-size: 39.99px;
  text-transform: uppercase;
  font-weight: 900;
  color: #8E030C;
  font-family: 'Playfair Display';
  font-weight: 900;
  font-style: normal;
  color: #ffffff;
}

.animals__content__header span {
  color: #ffffff;
  background: #447228;
  font-family: 'Times New Roman', Times, serif;
}

.animals__content__text {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0 40px 0;
  font-size: 16px;
}

.animals__content__text span {
  display: block;
  width: 34%;
}

.animals__content__symbols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 15px;
  padding: 30px;
}

.animals__content__symbols__block {
  max-width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.animals__content__symbols__block__icon {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 25%;
          flex: 1 0 25%;
}

.animals__content__symbols__block__icon__name {
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
}

.animals__content__symbols__block__icon img {
  max-width: 50%;
  cursor: pointer;
}

.animals__content__symbols__block__icon:last-child {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.animals__content__symbols__block__icon.active p {
  color: #ca9e67;
}

.animals__content__symbols__block__description {
  color: #ffffff;
}

.animals__content__symbols__block__description__header {
  font-size: 25px;
  font-family: 'Playfair Display';
  font-weight: 900;
  font-style: normal;
  text-align: start;
  margin-bottom: 30px;
}

.animals__content__symbols__block__description__text {
  text-align: start;
  font-family: 'Bellota Text';
  font-weight: 900;
  font-style: normal;
  line-height: 18px;
}

.animals__content__button {
  background: #447228;
  color: #ffffff;
  padding: 15px 20px;
  font-family: 'Bellota Text';
  font-weight: 900;
  font-style: normal;
  font-size: 16px;
  margin-top: 30px;
}

.hide {
  display: none;
}

.mobile {
  display: none;
}

@media screen and (max-width: 769px) {
  .mobile {
    display: block;
  }
  .web {
    display: none;
  }
  .container {
    max-width: 85%;
  }
  .popup__input__block__input {
    font-size: 14px;
    padding: 0 0 5px 0;
    margin-top: 22px;
  }
  .popup__title {
    margin-bottom: 0;
  }
  .menu__burger {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 20px;
    width: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
  }
  .menu__burger:hover {
    cursor: pointer;
  }
  .menu__burger span {
    display: block;
    background: #8A030C;
    width: 100%;
    height: 3px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .menu__burger::after, .menu__burger::before {
    content: "";
    position: absolute;
    display: block;
    background: #8A030C;
    width: 100%;
    height: 3px;
  }
  .menu__burger::before {
    top: 0;
  }
  .menu__burger::after {
    bottom: 0;
  }
  .menu__burger.active span {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  .menu__burger.active::before {
    top: 8px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .menu__burger.active::after {
    bottom: 8px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .raffle {
    background: url("../../img/raffle-bg-mob.png") center no-repeat;
    background-size: cover;
    background-color: #00498a;
  }
  .raffle__close__times {
    width: 15px;
    height: 15px;
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
  }
  .raffle__text {
    font-size: 16px;
    text-align: start;
  }
  .raffle__text span {
    display: inline-block;
    line-height: 18px;
    padding-bottom: 2px;
  }
  .header {
    padding: 70px 0 34px 0;
    background: url("../../img/woman-mob.jpg") center no-repeat;
    background-size: cover;
    margin-top: -50px;
  }
  .header__nav {
    position: relative;
  }
  .header__nav__navigate {
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    background: #DBC8B1;
    z-index: 5;
  }
  .header__nav__phone {
    background: #8A030C;
    color: #ffffff;
    text-transform: uppercase;
    padding: 10px 15px;
  }
  .header__nav__block {
    padding-top: 80px;
    position: fixed;
    width: 100%;
    height: 900px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    top: -200%;
    left: 0;
    opacity: 0;
    background: #DBC8B1;
    z-index: 20;
    -webkit-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
  }
  .header__nav__block.active {
    top: 50px;
    opacity: 1;
  }
  .header__body {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 0;
  }
  .header__body__block {
    margin: 0;
  }
  .header__body__block__img {
    display: none;
  }
  .header__body__block__2021 {
    display: none;
  }
  .header__body__block.text {
    width: 100%;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header__body__block h2 {
    margin: 0;
    font-size: 20px;
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin: 20px 0 190px 0;
    padding-right: 20px;
  }
  .header__body__block__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-item-align: end;
        align-self: flex-end;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  .header__body__block__item p {
    margin: 0;
  }
  .header__body__block__item p.green {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 40px;
    font-size: 45px;
    max-width: 220px;
    color: #8b030c;
  }
  .header__body__block__item p.brown {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-width: 189px;
    font-size: 16px;
    margin-bottom: 75px;
  }
  .header__body__block__button {
    margin-top: 10px;
    background-color: #4b673c;
    -webkit-transform: translateX(132px);
            transform: translateX(132px);
    font-size: 13px;
    padding: 15px;
  }
  .about__bigblock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about__block {
    max-width: 100%;
  }
  .about__block p {
    font-size: 14px;
  }
  .about__block h2 {
    font-size: 28px;
  }
  .about__block h2::after {
    width: 62%;
    -webkit-transform: translate(16.5px, -8px);
            transform: translate(16.5px, -8px);
  }
  .block2 {
    background: url("../../img/block-2-bg-mob.png") center no-repeat;
    background-size: cover;
  }
  .block2__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .block2__block h2,
  .block2__block p {
    margin: 0;
    width: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .block2__block h2 {
    font-size: 25px;
    margin-bottom: 25px;
  }
  .block2__block h2 span {
    width: 89%;
  }
  .block2 .square {
    height: 260px;
  }
  .why {
    padding: 0;
    padding-top: 20px;
    background: #fff;
  }
  .why__header {
    color: #8b030c;
    margin: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    font-size: 21px;
    margin-bottom: 20px;
  }
  .why__header::after {
    width: 32%;
    -webkit-transform: translate(104px, -7px);
            transform: translate(104px, -7px);
  }
  .why__block {
    margin: 0;
    max-width: 100%;
  }
  .why__block__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 50px;
  }
  .why__block__item__image {
    margin-bottom: 10px;
  }
  .why__block__item__image.first, .why__block__item__image.second, .why__block__item__image.third, .why__block__item__image.fourth {
    width: 25%;
  }
  .why__block__item__text h2 {
    color: #8b030c;
    margin-bottom: 15px;
    font-size: 16px;
  }
  .why__block__item__text p {
    color: #4b673c;
    font-size: 13px;
  }
  .schedule {
    background: url("../../img/block-4-bg-mob.png") center no-repeat;
    background-size: cover;
    padding: 15px 0;
  }
  .schedule__bigblock {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .schedule__block:nth-child(1), .schedule__block:nth-child(2) {
    width: 100%;
  }
  .schedule__block:nth-child(2) {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .schedule__block h2 span {
    font-size: 21px;
  }
  .schedule__block__list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .schedule__block__list__item__day, .schedule__block__list__item__day-description {
    width: 100%;
  }
  .schedule__block__list__item__day {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .schedule__block__list__item__day-description {
    font-size: 13px;
  }
  .schedule__underline {
    width: 30%;
  }
  .quote {
    padding: 15px 0 25px 0;
  }
  .quote__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .quote__content__block {
    max-width: 100%;
  }
  .quote__content__block__text {
    font-size: 16px;
  }
  .quote__content__block__author {
    font-size: 12px;
  }
  .quote__content__block:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .quote__content__block__price {
    min-width: 50%;
  }
  .quote__content__block__price-old, .cash__content__block__price-old, .quote__content__block__price-new, .cash__content__block__price-new {
    text-align: start;
    margin: 0;
  }
  .quote__content__block__price-old, .cash__content__block__price-old {
    font-size: 18px;
    margin: 15px 0;
  }
  .quote__content__block__price-old::before, .cash__content__block__price-old::before {
    width: 26%;
  }
  .quote__content__block__price-new, .cash__content__block__price-new {
    font-size: 25px;
  }
  .quote__content__block__price-new .subtext, .cash__content__block__price-new .subtext {
    font-size: 16px;
  }
  .quote__content__block__button, .woman__content__block__button, .needs__content__button, .block9__content__block__button {
    font-size: 16px;
  }
  .quote__content__block__buttonBox {
    -webkit-transform: translate(-35px, 39px);
            transform: translate(-35px, 39px);
  }
  .quote__content__block .button-span {
    -webkit-transform: translate(25px, -26px);
            transform: translate(25px, -26px);
    width: 205px;
  }
  .woman__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .woman__content__block {
    max-width: 100%;
  }
  .woman__content__block:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .woman__content__block:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .woman__content__block__name {
    font-size: 21px;
    margin: 20px 0;
    line-height: normal;
  }
  .woman__content__block .name-span {
    width: 32%;
    -webkit-transform: translate(37px, -62px);
            transform: translate(37px, -62px);
    height: 26px;
  }
  .woman__content__block__description {
    font-size: 13.7px;
    color: #8b030c;
  }
  .woman__content__block__courses__item__text {
    font-size: 13.7px;
    color: #8b030c;
  }
  .woman__content__block .button-span {
    width: 190px;
  }
  .block6 {
    background: url("../../img/block-6-bg-mob.png") center no-repeat;
    background-size: cover;
    padding: 30px 0;
  }
  .block6__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .block6__content__block {
    max-width: 100%;
  }
  .block6__content__block__button {
    width: 100%;
    margin-top: 30px;
    font-size: 18px;
  }
  .block6__content__block__year, .block6__content__block__description, .block6__content__block__question, .block6__content__block__answer {
    width: 100%;
    color: #fff;
  }
  .block6__content__block__year {
    font-size: 21px;
  }
  .block6__content__block__question {
    margin-top: 30px;
    font-size: 16px;
  }
  .block6__content__block__answer {
    font-size: 13.7px;
  }
  .block6__content__block__description {
    font-size: 13.7px;
  }
  .needs {
    padding: 20px 0;
    background: url("../../img/block-7-bg-mob.png") center no-repeat;
    background-size: cover;
  }
  .needs__content {
    margin: 0;
  }
  .needs__content__button {
    margin-left: 35%;
  }
  .needs__content .button-span {
    -webkit-transform: translate(-72px, -40px);
            transform: translate(-72px, -40px);
    width: 57%;
  }
  .needs__content__header {
    font-size: 21px;
    margin-bottom: 200px;
    color: #8b030c;
  }
  .needs__content__header span {
    width: 79%;
    color: #ffffff;
  }
  .needs__content__description {
    max-width: 70%;
    -webkit-transform: translate(50%, 80px);
            transform: translate(50%, 80px);
    font-size: 13.7px;
  }
  .cash__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cash__content__block {
    width: 100%;
  }
  .cash__content__block_2 {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .cash__content__block:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cash__content__block__header {
    font-size: 21px;
  }
  .cash__content__block__header span {
    width: 47%;
    line-height: 20px;
    padding: 2px;
  }
  .cash__content__block__description {
    margin-bottom: 20px;
    font-size: 10.53px;
    width: 60%;
  }
  .cash__content__block__price-new {
    font-family: 'Playfair Display';
    font-weight: 900;
    font-style: normal;
    line-height: 17px;
    padding-bottom: 7px;
  }
  .cash__content__block__link {
    font-size: 9.86px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .future {
    background: url("../../img/future-bg-mob.png") center no-repeat;
    background-size: cover;
  }
  .future__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .future__block {
    padding: 0;
  }
  .future__block_img {
    padding: 140px 0;
    width: 100%;
    margin-left: 25px;
    padding: 0;
  }
  .future__header {
    font-size: 22px;
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .future__text {
    max-width: 80%;
    font-size: 14px;
  }
  .question {
    padding: 20px 0;
  }
  .question__header {
    margin: 0;
    margin-bottom: 30px;
  }
  .question__header::after {
    width: 40%;
  }
  .question__answers__question {
    font-size: 19px;
  }
  .question__answers__answer {
    font-size: 12px;
  }
  .block9 {
    background: url("../../img/block-9-bg-mob.png") center no-repeat;
    background-size: cover;
    padding: 150px 0 20px 0;
  }
  .block9__content__block {
    max-width: 100%;
  }
  .block9__content__block__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .block9__content__block__text, .block9__content__block__header {
    width: 90%;
  }
  .block9__content__block__header {
    font-size: 19.22px;
  }
  .block9__content__block__text {
    margin-bottom: 20px;
    font-size: 13.7px;
  }
  .block9__content__block__button {
    font-size: 17px;
  }
  .block9__content__block .button-span {
    margin-bottom: 40px;
    width: 203px;
  }
  .block9__content__block__social {
    margin-bottom: 20px;
  }
  .block9__content__block__link__item {
    font-size: 10px;
  }
  .block9__content__block__INN {
    font-size: 10px;
    margin-top: 100%;
    max-width: 60%;
  }
  .block9__content__block__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .block9__content__block__links p {
    margin: 4px 0;
  }
  .animals {
    padding: 30px 0;
    background: url(../../img/block-10-bg-mob.png) center no-repeat;
    background-size: cover;
    background-size-top: 10px;
  }
  .animals__content__header {
    font-size: 20px;
  }
  .animals__content__text {
    margin-bottom: 0;
  }
  .animals__content__text span {
    display: block;
    width: 100%;
  }
  .animals__content__symbols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: transparent;
    padding: 30px 0;
  }
  .animals__content__symbols__block {
    max-width: 100%;
    margin-top: 30px;
  }
  .animals__content__symbols__block:first-child {
    background: rgba(0, 0, 0, 0.3);
    padding: 20px;
    border-radius: 15px;
  }
  .animals__content__symbols__block__icon {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 24%;
            flex: 1 0 24%;
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center;
    margin: 0 -4px;
    padding: 0 5px;
  }
  .animals__content__symbols__block__icon img {
    max-width: 85%;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    margin: auto 0;
  }
  .animals__content__symbols__block__icon:last-child {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .animals__content__symbols__block__description__header {
    font-size: 13px;
    text-align: center;
    margin-bottom: 15px;
  }
  .animals__content__symbols__block__description__text {
    font-size: 14px;
  }
  .animals__content__button {
    font-size: 12px;
  }
}

@media screen and (max-width: 411px) {
  .popup__title {
    font-size: 14px;
  }
  .popup__input__block__input {
    font-size: 12px;
    padding: 0;
  }
  .popup__button {
    font-size: 11px;
    padding: 12px 12px;
    margin-top: 18px;
  }
  .popup__agree {
    font-size: 12px;
    margin-top: 18px;
  }
  .raffle__text {
    font-size: 14px;
  }
  .header {
    margin-top: -45px;
    padding: 5px 0 20% 0;
    background: url("../../img/woman-mob.jpg") center no-repeat;
    background-size: cover;
  }
  .header__body__block h2 {
    font-size: 20px;
    margin: 70px -25px 40% 0;
  }
  .header__body__block__item {
    -webkit-transform: translateX(39px);
            transform: translateX(39px);
  }
  .header__body__block__item p.green {
    margin-bottom: 40px;
    font-size: 40px;
    max-width: 220px;
    color: #8b030c;
    line-height: 20px;
  }
  .header__body__block__item p.brown {
    max-width: 170px;
    font-size: 16px;
    margin-bottom: 40px;
    line-height: 20px;
  }
  .header__body__block__button {
    margin-top: 10px;
    -webkit-transform: translateX(80px);
            transform: translateX(80px);
    font-size: 12px;
  }
  .about {
    padding: 20px 0;
  }
  .about__block {
    margin: 0;
  }
  .about h2 {
    font-size: 19px;
    margin-bottom: 20px;
  }
  .about h2::after {
    -webkit-transform: translate(16.5px, -6px);
            transform: translate(16.5px, -6px);
    width: 59%;
  }
  .block2__block h2 {
    font-size: 19px;
  }
  .why__header {
    font-size: 19px;
  }
  .why__block h2 {
    font-size: 20px;
  }
  .why__block p {
    font-size: 12px;
  }
  .why__block__item__image.first, .why__block__item__image.second, .why__block__item__image.third, .why__block__item__image.fourth {
    width: 40%;
  }
  .quote__content__block__text {
    font-size: 13px;
  }
  .quote__content__block__author {
    font-size: 11px;
  }
  .quote__content__block:nth-child(2)-old::before {
    width: 32%;
  }
  .quote__content__block:nth-child(2)-new {
    font-size: 20px;
  }
  .quote__content__block__button, .woman__content__block__button, .needs__content__button, .block9__content__block__button {
    font-size: 11px;
    padding: 10px 12px;
  }
  .quote__content__block__buttonBox {
    -webkit-transform: translateY(35px);
            transform: translateY(35px);
  }
  .quote__content__block .button-span {
    -webkit-transform: translate(7px, -30px);
            transform: translate(7px, -30px);
    width: 100%;
  }
  .woman__content__block__name {
    font-size: 19px;
  }
  .woman__content__block .name-span {
    width: 37%;
    -webkit-transform: translate(37px, -57px);
            transform: translate(37px, -57px);
  }
  .woman__content__block__description {
    font-size: 14px;
  }
  .woman__content__block__button {
    padding: 10px 35px;
  }
  .woman__content__block .button-span {
    width: 144px;
  }
  .woman__content__block__courses__item__text {
    font-size: 11px;
  }
  .block6__content__block__button {
    font-size: 16px;
    padding: 15px;
  }
  .needs__content .button-span {
    -webkit-transform: translate(-53px, -30px);
            transform: translate(-53px, -30px);
    width: 117px;
    height: 36px;
  }
  .needs__content__header {
    font-size: 19px;
    margin-bottom: 100px;
  }
  .needs__content__header span {
    width: 91%;
  }
  .needs__content__description {
    -webkit-transform: translate(50%, 80px);
            transform: translate(50%, 80px);
    font-size: 12px;
  }
  .cash__content__block__header {
    font-size: 19px;
  }
  .cash__content__block__header span {
    width: 55%;
  }
  .future__block_img {
    padding: 0;
    margin-left: 35px;
  }
  .question {
    padding: 20px 0;
  }
  .question__header {
    font-size: 19px;
    margin: 0;
    margin-bottom: 20px;
  }
  .question__header::after {
    width: 24%;
    -webkit-transform: translate(101px, -5px);
            transform: translate(101px, -5px);
  }
  .question__answers {
    margin: 0;
  }
  .question__answers__question {
    font-size: 14px;
  }
  .question__answers__answer {
    font-size: 13px;
  }
  .block9 {
    background: url("../../img/block-9-bg-mob.png") center no-repeat;
    background-size: cover;
    padding: 100px 0 20px 0;
  }
  .block9__content__block__header {
    font-size: 15px;
  }
  .block9__content__block__text {
    font-size: 10.7px;
  }
  .block9__content__block .button-span {
    margin-bottom: 40px;
    width: 130px;
    height: 36px;
    -webkit-transform: translate(7px, -30px);
            transform: translate(7px, -30px);
  }
  .block9__content__block__social {
    margin-bottom: 20px;
  }
  .block9__content__block__link__item {
    font-size: 8px;
  }
  .block9__content__block__INN {
    font-size: 7px;
    margin-top: 100%;
  }
  .block9__content__block__links p {
    margin: 4px 0;
  }
}
