* {
  border: 0 none;
  outline: 0;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@font-face {
  font-family: "LumiosMarker";
  src: url("../fonts/LumiosMarker.ttf");
}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 130%;
  color: #222222;
  overflow-x: hidden;
  background: #ebebeb;
}

a {
  text-decoration: none;
}

.container {
  max-width: 95%;
  margin: 0 auto;
}

.btn {
  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;
  font-weight: bold;
  font-size: 16px;
  background: #222222;
  border-radius: 0 15px 0 15px;
  cursor: pointer;
}

.elipse {
  height: 60px;
  width: 60px;
  background: #fff;
  border-radius: 100%;
  position: absolute;
}

.section {
  position: relative;
  z-index: 100;
  margin-top: 80px;
}

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

.section-title__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 150px;
}

.section-title__title {
  font-size: 40px;
  line-height: 46px;
  color: #222222;
  margin-left: 40px;
  margin-top: 20px;
}

.section-number span {
  height: 60px;
  width: 60px;
  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;
  border-radius: 0 15px 0 15px;
}

.section-number__bg {
  background: #fff;
  margin-left: 20px;
}

.section-number__num {
  font-size: 20px;
  font-weight: bold;
  background: #222222;
  position: absolute;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  color: #fff;
}

.section-title__wrap-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.select__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.reg-select .select__current {
  text-decoration: underline;
  color: #888888;
  font-weight: 600;
}

.reg-select .select__icon {
  display: block;
  width: 20px;
  height: 15px;
  background: url(../img/icon/icon__dropdown_gray.svg) center no-repeat;
  background-size: 100%;
  margin: 0 20px;
}

.section-number__r {
  height: 40px;
  width: 40px;
  border-radius: 0 0 0 75%;
}

.section-1 .section-number__r {
  background: #00d2d5;
}

.section-2 {
  background: #fff;
  padding-top: 160px;
  padding-bottom: 200px;
}

.section-6 {
  background: #fff;
  padding-top: 100px;
  padding-bottom: 300px;
}

.section-2 .section-number__bg, .section-6 .section-number__bg {
  background: #00d2d5;
}

.section-2 .section-number__r, .section-6 .section-number__r {
  background: #888888;
}

.section-3 .section-title, .section-4 .section-title {
  margin: 0;
}

.section-6 .section-title {
  margin-bottom: -50px;
}

.section-3 .section-number__num {
  background: #00d2d5;
}

.section-3 .section-number__bg {
  background: #888888;
}

.section-3 .section-number__r {
  background: #fff;
}

.section-4 .section-number__r, .section-5 .section-number__r {
  background: #00d2d5;
}

.section-5 .section-number__num {
  background: #888888;
}

.section-5 {
  padding-top: 120px;
}

.center-text {
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  text-align: center;
  max-width: 670px;
  margin: 0 auto;
  margin-top: 135px;
  margin-bottom: 80px;
}

.center-text span {
  font-style: italic;
  color: #00d2d5;
}

.big-title {
  font-size: 200px;
  line-height: 160px;
  color: #fff;
  position: relative;
  margin-bottom: 60px;
  z-index: 5;
}

.big-title::before {
  content: '';
  position: absolute;
  left: -120px;
  top: 15px;
  height: 300px;
  width: 40px;
  background: #fff;
  border-radius: 0 20px 0 20px;
}

.big-title span {
  color: #222222;
}

.descr-text {
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  max-width: 550px;
}

.light-text {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #888888;
}

.light-text-center {
  text-align: center;
  max-width: 340px;
  margin: 0 auto;
}

.section-6 .center-text {
  text-align: left;
  margin: 0;
  margin-bottom: 80px;
  padding-left: 120px;
  max-width: none;
}

.section-form {
  padding: 120px;
}

.footer-bg__wrap {
  position: relative;
  margin-top: -80px;
  margin-bottom: -10px;
}

.footer-bg__wrap img {
  width: 100%;
}

.gr-elipse {
  height: 300px;
  width: 300px;
  border-radius: 100%;
  background: #00d2d5;
  position: absolute;
  right: 65px;
  top: 20px;
  z-index: -1;
}

.main {
  position: relative;
  padding-bottom: 30%;
}

.main-bg {
  position: absolute;
  width: 100%;
  z-index: 1;
  -o-object-fit: contain;
     object-fit: contain;
}

.main-bg__line {
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 20%;
}

.logo-block {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}

.logo-block__line {
  display: block;
  height: 1px;
  width: 50%;
  background: #fff;
}

.logo-block a {
  display: block;
  margin: 30px 40px;
}

.logo-block img {
  height: 80px;
  width: 140px;
}

.logo-block span {
  display: block;
  text-transform: uppercase;
  color: #222222;
  letter-spacing: 1px;
  font-size: 18px;
  line-height: 18px;
}

.logo-block span:last-child {
  font-size: 12px;
  line-height: 12px;
  font-family: 'Montserrat', sans-serif;
}

.main-offer__wrap {
  position: relative;
  padding: 0 7.5vw;
  margin-top: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 2;
}

.main-offer {
  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;
}

.main-offer__title {
  font-size: 300px;
  line-height: 300px;
  font-weight: bold;
  color: #fff;
  margin-left: -20px;
  color: transparent;
}

.main-offer__descr {
  display: block;
  font-size: 30px;
  line-height: 34px;
  font-family: "Times New Roman";
}

.main-offer__descr2 {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 50px;
}

.main-offer__btn {
  width: 230px;
  height: 60px;
  color: #fff;
}

.main-offer__btn img {
  width: 40px;
  height: 30px;
  margin-left: 20px;
}

.whom-block {
  padding: 300px 120px;
  padding-bottom: 250px;
  background: url(../img/fobg.png) 0 -50px no-repeat;
  background-size: 100%;
  position: relative;
}

.whom-bg__girl {
  position: absolute;
  right: 420px;
  top: 660px;
  height: 435px;
}

.whom-bg__boy {
  position: absolute;
  right: 200px;
  top: 500px;
  height: 515px;
}

.whom-bg__line {
  position: absolute;
  top: 6%;
  margin-left: -120px;
  width: 100%;
  z-index: 1;
}

.whom-bg__line-2 {
  position: absolute;
  top: -50px;
  right: 0;
  margin-left: 600px;
  width: 50%;
  z-index: 1;
}

.whom__block {
  position: relative;
  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;
  max-width: 350px;
  margin-bottom: 50px;
  z-index: 5;
}

.whom {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
}

.whom-gr {
  color: #00d2d5;
}

.whom__del {
  height: 60px;
  width: 60px;
  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;
  background: #00d2d5;
  color: #fff;
  border-radius: 100%;
  font-weight: 600;
  margin: 10px 0;
}

.whom-block .descr-text {
  margin-bottom: 80px;
}

.footer {
  background: #222222;
  color: #fff;
}

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

.footer__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__block span {
  color: #888888;
}

.footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 50px;
}

.footer__contacts-link {
  height: 120px;
  width: 120px;
  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;
}

.footer__contacts-link img {
  height: 30px;
  width: 30px;
}

.footer__contacts-link:first-child {
  background: #00d2d5;
}

.footer__contacts-link:last-child {
  background: #888888;
}

.footer a, .main-offer__link {
  font-family: "LumiosMarker";
  font-size: 20px;
  color: #888888;
}

.footer a span {
  border-bottom: 1px solid #888888;
}

.main-offer__link {
  color: #222222;
  font-size: 24px;
}

.main-offer__link span {
  border-bottom: 1px solid #222222;
}

.game-kit {
  padding: 120px;
  position: relative;
}

.game-photo {
  position: absolute;
  height: 510px;
  right: 320px;
  top: 240px;
  z-index: 5;
}

.game-kit__descr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  list-style-type: none;
  counter-reset: my-counter;
  margin-top: 400px;
}

.game-kit__descr div:first-child {
  margin-right: 150px;
}

.game-kit__descr div {
  width: 440px;
}

.game-kit__descr li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.game-kit__descr li::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  display: block;
  color: #888888;
  width: 30px;
  margin-right: 100px;
}

.reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.reviews__img {
  height: 620px;
  width: 310px;
  z-index: -2;
}

.reviews__img:first-child {
  -webkit-transform: rotate(-4deg);
          transform: rotate(-4deg);
  margin-left: 5%;
}

.reviews__img:nth-child(2) {
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
  margin-left: 7%;
  margin-top: 40px;
}

.reviews__img:nth-child(3) {
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
  margin-left: 7%;
}

.reviews__img-b {
  position: absolute;
  -webkit-transform: translateY(-280px) translateX(120px);
          transform: translateY(-280px) translateX(120px);
  right: 0;
  top: 0;
  z-index: -1;
}

.adv-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  border-radius: 0 60px 0 60px;
  padding: 100px 60px;
}

.adv-card__item img {
  max-width: 80px;
}

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

.adv-card__num {
  font-size: 16px;
  font-weight: 600;
  color: #888888;
  margin-right: 40px;
}

.adv-card__text {
  font-size: 16px;
  font-weight: 600;
  max-width: 280px;
  margin-top: 50px;
}

.about {
  padding: 115px;
  border-top: 1px solid #00d2d5;
  border-bottom: 1px solid #00d2d5;
}

.about__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}

.about__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.about__item:last-child {
  margin-bottom: 0;
}

.about__text-block {
  max-width: 550px;
  margin-left: 100px;
}

.about__item:nth-child(even) .about__text-block {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-left: 0;
  margin-right: 100px;
}

.about__title {
  font-size: 60px;
  line-height: 64px;
  font-weight: bold;
  margin-bottom: 40px;
}

.about__title span {
  color: #00d2d5;
}

.timetable, .ratingtable {
  width: 100%;
  padding: 0 120px;
}

tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 25px;
}

.timetable tr {
  border: 1px solid #fff;
  border-top: none;
}

.timetable tr:last-child {
  border-radius: 0 0 15px 15px;
}

.timetable tr:first-child {
  border-radius: 15px 15px 0 0;
  border-top: 1px solid #fff;
}

td {
  font-size: 16px;
  font-weight: bold;
}

.timetable td {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.timetable td:first-child {
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
}

.timetable td:last-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.timetable__btn {
  background: #00d2d5;
  color: #fff;
  height: 60px;
  width: 180px;
}

.timetable__btn:disabled {
  background: transparent;
  color: #888888;
  border: 1px solid #888888;
}

.timetable tr:first-child td, .ratingtable tr:first-child td {
  color: #888888;
  font-size: 12px;
  font-weight: 600;
}

.timetable__lable-date {
  width: 80px;
  height: 40px;
  background: #fff;
  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;
  font-size: 12px;
  font-weight: 600;
  color: #888888;
  border-radius: 0 15px 0 15px;
  margin-left: 25px;
}

.timetable__lable-rating {
  background: #fff;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  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;
  margin-left: 20px;
}

.timetable__lable-rating img {
  height: 20px;
  width: 25px;
}

.timetable__photo {
  height: 40px;
  width: 40px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 20px;
}

.ratingtable td:first-child {
  -ms-flex-preferred-size: 9%;
      flex-basis: 9%;
}

.ratingtable td:nth-child(2) {
  -ms-flex-preferred-size: 38%;
      flex-basis: 38%;
}

.ratingtable td:nth-child(3) {
  -ms-flex-preferred-size: 38%;
      flex-basis: 38%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 20px;
}

.ratingtable td:last-child {
  -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
}

.ratingtable tr:first-child {
  border-top: 1px solid #222222;
  border-bottom: 1px solid #222222;
}

.ratingtable tr:last-child {
  border-bottom: 1px solid #222222;
  padding-bottom: 40px;
}

.ratingtable strong {
  font-size: 40px;
}

.ratingtable__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
}

.ratingtable__rating-item {
  height: 25px;
  width: 25px;
  background: url(../img/icon/img__logo-symbol_green.svg) center no-repeat;
  margin-right: 10px;
}

.ratingtable__reg {
  margin-top: 10px;
}

.ratingtable__photo {
  height: 60px;
  width: 60px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ratingtable__lable {
  width: 30px;
  height: 25px;
  background: url(../img/icon/icon__crown_black.svg) center no-repeat;
  margin-left: 15px;
}

.form__block {
  padding-left: 45px;
}

.form {
  margin-top: 80px;
  max-width: 35%;
}

.input-group {
  border-bottom: 1px solid #222222;
  padding: 10px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.input-group label {
  font-size: 12px;
  font-weight: 600;
  color: #888888;
  max-width: 70px;
  margin-right: 35px;
}

.form__input {
  background: transparent;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
}

.form__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}

.form__btn {
  height: 60px;
  color: #fff;
  padding: 0 40px;
}

.form__btn img {
  height: 25px;
  width: 35px;
  margin-left: 30px;
}

.offer-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 160px;
}

.offer-card {
  -ms-flex-preferred-size: 33.3%;
      flex-basis: 33.3%;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  border-radius: 0 20px 0 20px;
  background: transparent;
  margin-right: 5px;
  padding: 42px;
  padding-top: 0;
  cursor: pointer;
}

.offer-card:hover {
  -webkit-box-shadow: 0 70px 50px rgba(0, 210, 213, 0.1);
          box-shadow: 0 70px 50px rgba(0, 210, 213, 0.1);
}

.offer-card__img-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 130%;
  margin-top: -180px;
  z-index: -1;
}

.offer-card__img-wrap img {
  position: absolute;
  top: 0;
  width: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.offer-card__title {
  text-align: center;
  font-size: 80px;
  line-height: 84px;
  margin-bottom: 20px;
}

.offer-card__del {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.offer-card__del-line {
  height: 1px;
  width: 50%;
  background: #00d2d5;
}

.offer-card__del-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 10px;
}

.offer-card__del-item {
  height: 25px;
  width: 25px;
  background: url(../img/icon/img__logo-symbol_green.svg) center no-repeat;
  margin: 0 5px;
}

.offer-card__descr {
  text-align: center;
  color: #888888;
  padding: 25px;
  height: 160px;
}

.offer-card__descr-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 25px;
}

.offer-card__descr-descr {
  font-size: 14px;
}

.offer-card__btn {
  width: 100%;
  height: 65px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  padding: 0 42px;
  font-size: 16px;
  font-weight: 600;
  margin-top: 30px;
}

.offer-card__btn span {
  font-size: 20px;
  font-weight: 600;
}

.offer-card:nth-child(2) .offer-card__title {
  color: #00d2d5;
}

.offer-card:last-child .offer-card__img-wrap {
  -webkit-transform: scale(1.3) translateY(160px);
          transform: scale(1.3) translateY(160px);
}

.offer-card:nth-child(2) .offer-card__img-wrap {
  -webkit-transform: scale(1.25) translateY(60px);
          transform: scale(1.25) translateY(60px);
}

.offer-card:first-child .offer-card__btn {
  background: url(../img/card1btn.png) 0 0 no-repeat;
  background-size: 100%;
}

.offer-card:nth-child(2) .offer-card__btn {
  background: url(../img/card2btn.png) 0 0 no-repeat;
  background-size: 100%;
}

.offer-card:last-child .offer-card__btn {
  background: url(../img/card3btn.png) 0 0 no-repeat;
  background-size: 100%;
}

.additional-offer {
  padding: 130px 400px;
  padding-bottom: 40px;
  background: #00d2d5 url(../img/aoff-bg.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
  text-align: center;
  border-radius: 0 20px 0 20px;
  margin-top: 180px;
  position: relative;
}

.additional-offer__photo {
  position: absolute;
  height: 430px;
  width: 430px;
  top: -125px;
  left: -110px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.additional-offer__title {
  font-size: 60px;
  line-height: 64px;
  font-weight: bold;
}

.additional-offer__del {
  padding: 0 120px;
  margin: 20px 0;
}

.additional-offer .offer-card__del-line {
  background: #fff;
}

.offer-card__del-item {
  background: url(../img/logo-white.svg) center no-repeat;
}

.additional-offer__descr {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 60px;
}

.additional-offer__descr p {
  margin-bottom: 20px;
}

.additional-offer__descr a {
  color: #fff;
  text-decoration: underline;
}

.additional-offer__btn {
  width: 388px;
  margin: 0 auto;
}

.additional-offer__elipse {
  left: 210px;
  top: 230px;
}

.additional-offer__wom {
  position: absolute;
  right: -10px;
  height: 600px;
}
