* {
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  padding: 0;
  background-color: #efefef;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 25.6px;
  line-height: 1.6rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
  margin: 0;
  padding: 0;
}

.header {
  width: 100%;
  background: linear-gradient(270deg, #8cc641, #3f947f 42%, #006cb6);
}

.header__container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1270px;
  height: 60px;
  padding: 0 20px;
  margin: 0 auto;
}

.header__logo {
  width: 60%;
  padding-right: 15px;
}

.header__logo img {
  display: flex;
  width: 100%;
  max-width: 170px;
}

.header__other-logo {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 40%;
  padding-left: 15px;
}

.header__other-logo img {
  display: flex;
  width: 100%;
  max-width: 100px;
}

.footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 46px;
  background: linear-gradient(270deg, #8cc641, #3f947f 42%, #006cb6);
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20.8px;
  line-height: 1.3rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  color: #ffffff;
}

.main {
  width: 100%;
}

.main__container {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.main__hero {
  position: relative;
  width: 100%;
  background-image: url("../image/section-mobile-1.gif");
  background-position: center bottom;
  background-repeat: no-repeat;
}

.main__hero__container {
  width: 100%;
  height: 519px;
  padding: 50px 20px 0 20px;
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  justify-content: space-between;
}

.main__hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.main__hero__title {
  position: relative;
  z-index: 1;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 32px;
  line-height: 2rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  margin: 0 0 25px 0;
}

.main__hero__title .red {
  display: inline-block;
  padding: 5px 8px;
  color: #ffffff;
  background: #ff3600;
}

.main__hero__description {
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}

.main__hero__airplane {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 50px;
}

.main__hero__airplane-item {
  width: 100%;
  max-width: 1190px;
}

.main__title {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 36px;
  line-height: 2.25rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}

.main__title.-black {
  color: #000000;
}

.main__title .red {
  display: inline-block;
  padding: 5px 8px;
  color: #ffffff;
  background: #ff3600;
}

.main__description {
  color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 500;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px 20px 20px;
  text-align: center;
}

.main__description.-black {
  color: #000000;
}

.main__success {
  width: 100%;
  background-image: url("../image/bg-success.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.main__success__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 700px;
  height: calc(100vh - 106px);
  margin: 0 auto;
  padding: 0 20px;
}

.main__success__message {
  width: 100%;
  margin-bottom: 40px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 32px;
  line-height: 2rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
}

.main__success__button {
  min-width: 200px;
  padding: 15px;
  background: #ffca00;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  color: #ff3600;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28.8px;
  line-height: 1.8rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  transition: background .2s linear;
}

.main__success__button:hover {
  background: #f0bb02;
}

.tickets {
  height: 759px;
  background-image: url("../image/section-mobile-2.gif");
  background-position: center top;
  background-repeat: no-repeat;
}

.tickets__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 328px;
  margin: 0 auto;
}

.tickets__content__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #f0f1f2;
}

.tickets__content__item.-first {
  padding: 30px 10px;
  border-top: 5px solid #ffca00;
}

.tickets__content__item.-second {
  padding: 30px 10px;
  border-bottom: 5px solid #ffca00;
}

.tickets__content__item.-image {
  background-color: transparent;
}

.tickets__content__item.-image .horizontal {
  display: none;
}

.tickets__content__item.-image .vertical {
  display: flex;
}

.tickets__content__item.-image img {
  width: 100%;
}

.tickets__group {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.tickets__positive {
  font-weight: 600;
  text-align: center;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 50px;
  line-height: 3.125rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  color: #000000;
}

.tickets__month {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 33.6px;
  line-height: 2.1rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  color: #000000;
  font-weight: 600;
  text-align: center;
}

.tickets__numbers {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.tickets__numbers__text {
  padding: 20px 0 0 0;
  color: #484848;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 19.2px;
  line-height: 1.2rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 500;
  text-align: center;
}

.tickets__numbers__first {
  font-weight: 600;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 50px;
  line-height: 3.125rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  color: #000000;
  text-align: center;
}

.tickets__numbers__second {
  font-weight: 600;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 20px;
  line-height: 1.25rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  color: #2f2d2d;
  text-align: center;
}

.tickets__numbers__second span {
  color: #ff3600;
}

.winnings {
  height: 759px;
  background-image: url("../image/section-mobile-2.gif");
  background-position: center top;
  background-repeat: no-repeat;
}

.winnings__container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}

.winnings__image {
  width: 100%;
}

.winnings__image-item {
  display: flex;
  max-width: 300px;
  margin: 0 auto;
}

.winnings__content {
  width: 100%;
  padding: 0 20px;
}

.winnings__list__item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 auto 20px auto;
  max-width: 450px;
}

.winnings__list__item:last-child {
  margin: 0 auto 10px auto;
}

.winnings__list__item.-small {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  line-height: 1rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  color: #ffffff;
  font-weight: 500;
}

.winnings__list__item .red {
  display: inline-block;
  padding: 5px 8px;
  color: #ffffff;
  background: #ff3600;
}

.winnings__list__item .text {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 28px;
  line-height: 1.75rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  color: #ffffff;
  font-weight: 500;
}

.winnings__list__item .icon {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 5px 10px 0 0;
  max-width: 20px;
}

.calculator {
  height: 707px;
  background-image: url("../image/section-mobile-3.gif");
  background-position: center top;
  background-repeat: no-repeat;
}

.calculator.-form {
  height: auto;
  background-image: url("../image/section-mobile-4.gif");
}

.form__info {
	margin: 0 auto 60px;

	width: 100%;
	max-width: 555px;

	color: #000;
	font-size: 13px;

	text-align: center;
}

.form__info a {
	color: red;

	text-decoration: underline;
}

.calculator.-form .calculator__form__input {
  padding: 0 20px;
}

.calculator__content {
  width: 100%;
  max-width: 660px;
  margin: 0 auto;
  padding: 0 20px;
}

.calculator__content__small-text {
  padding: 15px;
  color: #343434;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  line-height: 1.125rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 500;
  text-align: center;
}

.calculator__content__small-text-error {
  padding: 15px;
  color: #eb3301;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  line-height: 1.125rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 500;
  text-align: center;
}

.calculator__form {
  width: 100%;
  padding: 0;
  background: #ffffff;
  border-radius: 15px;
  overflow: hidden;
}

.calculator__form__recaptcha {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 5px 0 15px 0;
}

.calculator__form__area {
  position: relative;
  border-radius: 0 0 15px 15px;
  box-shadow: 0px 6px 19px 0px rgba(0, 0, 0, 0.08);
  padding: 10px;
}

.calculator__form__error {
  display: none;
  width: 100%;
  padding: 0 5px 10px 5px;
  color: #ff3600;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 500;
}

.calculator__form__input {
  width: 100%;
  height: 71px;
  margin-bottom: 10px;
  padding: 0 35px 0 15px;
  background: #efefef;
  border-radius: 10px;
  border: 0;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 25.6px;
  line-height: 1.6rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 500;
  color: #000000;
}

.calculator__form__input.-invalid {
  border: 2px solid #ff3600;
}

.calculator__form__input.-invalid + .calculator__form__error {
  display: flex;
}

.calculator__form__input.-large-text {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 33.6px;
  line-height: 2.1rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  color: #b4bcbb;
}

.calculator__form__input.-black {
  color: #000000;
}

.calculator__form__input::-ms-clear {
  display: none;
}

.calculator__form__input::-webkit-input-placeholder {
  color: #99a6a4;
}

.calculator__form__input::-moz-placeholder {
  color: #99a6a4;
}

.calculator__form__input:-ms-input-placeholder {
  color: #99a6a4;
}

.calculator__form__input::-ms-input-placeholder {
  color: #99a6a4;
}

.calculator__form__input::placeholder {
  color: #99a6a4;
}

.calculator__form__text {
  position: absolute;
  top: 37px;
  right: 25px;
  z-index: 0;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 18px;
  line-height: 1.125rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 600;
  color: #000000;
}

.calculator__form__button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  background: #ffca00;
  border-radius: 10px;
  border: 0;
  font-family: "Rubik", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 28.8px;
  line-height: 1.8rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 600;
  color: #ff3600;
  cursor: pointer;
  text-align: center;
  transition: background .2s linear, color .2s linear;
}

.calculator__form__button:hover {
  background: #f0bb02;
}

.calculator__form__button[disabled] {
  background: #989898;
  color: #ffffff;
}

.calculator__result {
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.calculator__result__text {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 25.6px;
  line-height: 1.6rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 500;
  color: #000000;
  text-align: center;
}

.calculator__result__number {
  padding: 0;
  margin: 0;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 30px;
  line-height: 1.875rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 600;
  color: #000000;
  text-align: center;
}

.calculator__result__number .red {
  color: #ff3600;
}

.campaign__container {
  width: 100%;
  max-width: 660px;
  margin: 0 auto;
  padding: 0 20px;
}

.campaign__title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 18px;
  margin-bottom: 15px;
  background: #ffffff;
  border-radius: 8px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 25.6px;
  line-height: 1.6rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 500;
  cursor: pointer;
}

.campaign__title .text {
  display: flex;
  width: 100%;
}

.campaign__title .icon {
  display: flex;
}

.campaign__title.-active .icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.campaign__desc {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 20.8px;
  line-height: 1.3rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  color: #959595;
  height: 0;
  overflow: hidden;
  transition: height .3s ease-in-out;
}

.campaign__desc-item {
  padding: 10px 5px;
}

.campaign__desc a {
  color: #ff3600;
  text-decoration: none;
}

.campaign__desc a:hover {
  text-decoration: underline;
}

.campaign__desc p {
  margin: 0 0 20px 0;
}

.campaign__desc ul {
  margin: 10px 0;
  padding: 0 20px 10px 20px;
}

.campaign__desc ul li {
  margin: 0 0 10px 0;
}

@media only screen and (min-width: 700px) {
  .main__hero {
    background-image: url("../image/section-1.gif");
  }

  .main__hero__container {
    height: 649px;
  }

  .main__hero__title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 50px;
    line-height: 3.125rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
  }

  .main__hero__airplane {
    padding-bottom: 0;
  }

  .tickets {
    height: 420px;
    background-image: url("../image/section--2.gif");
  }

  .tickets__content {
    flex-direction: row;
    max-width: 1270px;
    padding: 0 50px;
  }

  .tickets__content__item {
    height: 208px;
  }

  .tickets__content__item.-first {
    border-left: 5px solid #ffca00;
    border-top: 0;
    padding: 10px;
  }

  .tickets__content__item.-second {
    border-right: 5px solid #ffca00;
    border-bottom: 0;
  }

  .tickets__content__item.-image {
    width: 76px;
    flex-grow: 0;
    flex-shrink: 0;
  }

  .tickets__content__item.-image .horizontal {
    display: flex;
  }

  .tickets__content__item.-image .vertical {
    display: none;
  }

  .tickets__positive {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 20px;
    line-height: 1.25rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
  }

  .tickets__month {
    font-size: 16px;
    font-size: 1rem;
    line-height: 16px;
    line-height: 1rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
  }

  .tickets__numbers__text {
    padding: 10px 0 0 0;
  }

  .tickets__numbers__first {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 28px;
    line-height: 1.75rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
  }

  .winnings {
    height: 550px;
    background-image: url("../image/section-2.gif");
  }

  .winnings .main__title {
    text-align: left;
    padding-left: 0;
  }

  .winnings__container {
    flex-direction: row;
  }

  .winnings__image {
    width: 45%;
  }

  .winnings__image-item {
    max-width: 100%;
  }

  .winnings__content {
    width: 55%;
  }

  .calculator {
    height: 720px;
    background-image: url("../image/section-3.gif");
  }

  .calculator.-form {
    background-image: url("../image/section-4.gif");
  }

  .calculator__form__input.-large-text {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 44.8px;
    line-height: 2.8rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
  }

  .calculator__form__input {
    height: 87px;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 33.6px;
    line-height: 2.1rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
  }

  .calculator__form__text {
    top: 43px;
  }

  .calculator__form__button {
    height: 74px;
  }

  .calculator__result {
    flex-direction: row;
    height: auto;
    padding: 30px;
  }

  .calculator__result__text {
    width: 50%;
    text-align: left;
    margin: 0;
  }

  .calculator__result__number {
    width: 50%;
    text-align: right;
  }
}

@media only screen and (min-width: 900px) {
  .header__container {
    height: 70px;
    padding: 0 50px;
  }

  .header__logo img {
    max-width: 250px;
  }

  .header__other-logo img {
    max-width: 170px;
  }

  .main__hero__container {
    max-width: 1270px;
    padding: 50px 50px 0 50px;
  }

  .main__hero__description {
    font-size: 16px;
    font-size: 1rem;
    line-height: 26px;
    line-height: 1.625rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
  }

  .main__title {
    font-size: 42px;
    font-size: 2.625rem;
    line-height: 50px;
    line-height: 3.125rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
  }

  .main__description {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
    line-height: 1.875rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
  }

  .main__success__content {
    height: calc(100vh - 116px);
  }

  .main__success__message {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 44.8px;
    line-height: 2.8rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
  }

  .main__success__button {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 36.8px;
    line-height: 2.3rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
  }

  .winnings__list__item.-small {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
  }

  .winnings__list__item .text {
    font-size: 32px;
    font-size: 2rem;
    line-height: 37px;
    line-height: 2.3125rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
  }

  .winnings__list__item .icon {
    max-width: 100%;
    margin: 5px 20px 0 0;
  }

  .calculator__content {
    padding: 0 50px;
  }

  .campaign__container {
    padding: 0 50px;
  }
}

@media only screen and (min-width: 1200px) {
  .main__hero__description {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 30px;
    line-height: 1.875rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
  }

  .tickets__group {
    flex-direction: row;
  }

  .tickets__positive {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 56px;
    line-height: 3.5rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    margin: 0 15px;
  }

  .tickets__month {
    width: 100%;
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 33.6px;
    line-height: 2.1rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
  }

  .tickets__numbers__first {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 56px;
    line-height: 3.5rem;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    min-height: 40px;
  }

  .tickets__numbers__second {
    min-height: 40px;
  }
}