@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.eot?72j4md");
  src: url("../fonts/icomoon/icomoon.eot?72j4md#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?72j4md") format("truetype"), url("../fonts/icomoon/icomoon.woff?72j4md") format("woff"), url("../fonts/icomoon/icomoon.svg?72j4md#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-adware:before {
  content: "\e902";
}

.icon-eye:before {
  content: "\e903";
}

.icon-spam:before {
  content: "\e904";
}

.icon-eighteen:before {
  content: "\e905";
}

.icon-apple:before {
  content: "\e906";
}

.icon-android:before {
  content: "\e907";
}

.icon-arrow-down:before {
  content: "\e901";
}

.icon-arrow-btn:before {
  content: "\e900";
}

.ico:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url("../img/sprite.png") !important;
}

.ico-en:before {
  background-image: url(sprite.png);
  background-position: 0px -62px;
  width: 22px;
  height: 22px;
}

.ico-en-lg:before {
  background-image: url(sprite.png);
  background-position: -31px 0px;
  width: 30px;
  height: 30px;
}

.ico-fr:before {
  background-image: url(sprite.png);
  background-position: -46px -62px;
  width: 22px;
  height: 22px;
}

.ico-fr-lg:before {
  background-image: url(sprite.png);
  background-position: -31px -31px;
  width: 30px;
  height: 30px;
}

.ico-es:before {
  background-image: url(sprite.png);
  background-position: -23px -62px;
  width: 22px;
  height: 22px;
}

.ico-es-lg:before {
  background-image: url(sprite.png);
  background-position: 0px -31px;
  width: 30px;
  height: 30px;
}

.ico-de:before {
  background-image: url(sprite.png);
  background-position: -62px -31px;
  width: 22px;
  height: 22px;
}

.ico-de-lg:before {
  background-image: url(sprite.png);
  background-position: 0px 0px;
  width: 30px;
  height: 30px;
}

.ico-it:before {
  background-image: url(sprite.png);
  background-position: -69px -62px;
  width: 22px;
  height: 22px;
}

.ico-it-lg:before {
  background-image: url(sprite.png);
  background-position: -62px 0px;
  width: 30px;
  height: 30px;
}

/* base */

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #1B1C1D url(../img/bg-top.png) no-repeat 50% 0;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.23;
  color: #fff;
  background-size: 100% auto;
  position: relative;
  overflow-x: hidden;
}

body:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 400px;
  background: url(../img/bg-bottom.png) no-repeat 50% 0;
  background-size: cover;
  pointer-events: none;
}

h1,
h2,
h3 {
  font-weight: 700;
}

img {
  display: inline-block;
  max-width: 100%;
}

svg {
  display: inline-block;
  vertical-align: middle;
}

.page__header {
  /* margin-bottom: 23px; */
  margin-bottom: 18px;
}

.page__footer {
  position: relative;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}

.section {
  margin-bottom: 140px;
  position: relative;
  z-index: 1;
}

.section--thrill {
  background: url(../img/thrill.png) no-repeat 50% 0;
}

.section--social {
  margin-bottom: 102px;
}

.section--play {
  margin-bottom: 128px;
}

.section--faq {
  margin-bottom: 100px;
}

.section__title {
  text-align: center;
  font-family: "Secular One", sans-serif;
  font-size: 31px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 52px;
  letter-spacing: 1px;
}

.section__title span {
  color: #E40539;
}

.container {
  width: 100%;
  max-width: 1450px;
  margin: 0 auto;
  padding: 0 20px;
}

.compass {
  position: relative;
}

/* .helpers */

.d-none {
  display: none !important;
}

.lh-1_3 {
  line-height: 1.3 !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.mb-19 {
  margin-bottom: 19px !important;
}

.mb-23 {
  margin-bottom: 23px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.mb-34 {
  margin-bottom: 34px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-102 {
  margin-bottom: 102px !important;
}

.mb-128 {
  margin-bottom: 128px !important;
}

.pb-12 {
  padding-bottom: 12px !important;
}

.pb-24 {
  padding-bottom: 24px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

/* .faq */

.faq__title {
  margin-bottom: 38px;
}

.faq__list {
  margin: 0;
  padding: 0 6px 0 3px;
  list-style: none;
}

.faq__item {
  padding-right: 4px;
  padding-bottom: 14px;
  margin-bottom: 40px;
}

.faq__item:not(:last-child) {
  border-bottom: 3px solid #B3B3B3;
}

.faq__item-title {
  font-family: "Secular One", sans-serif;
  font-size: 24px;
  margin: 0 0 0;
  line-height: 1.4;
  font-weight: 400;
}

.faq__text {
  line-height: 1.3;
}

/* .footer */

.footer {
  padding-bottom: 38px;
}

.footer__icons-list {
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__icons-item {
  font-size: 24px;
  margin: 0 12px;
}

.footer__icons-item.icon-adware {
  font-size: 12px;
}

.footer__text {
  color: #999999;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  font-family: "Roboto", sans-serif;
  padding: 0 0;
}

.footer__text p {
  margin: 0;
}

.footer__text p:not(:last-child) {
  margin-bottom: 0;
}

/* .header */

.header {
  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;
  padding: 37px 0;
  position: relative;
  z-index: 2;
}

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

.header__logo-text {
  width: 124px;
  height: auto;
}

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

/* .kind */

.kind__title {
  margin-bottom: 22px;
}

.kind__text {
  padding: 0 7px;
  margin-bottom: 18px;
}

.kind__text p {
  margin: 0 0 21px;
}

.kind__text p:last-child {
  margin-bottom: 0;
}

.kind__img {
  margin-bottom: 24px;
}

.kind__block {
  background: #000 url(../img/kind-bg.png) no-repeat 50% 50%;
  background-size: cover;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 20px 0 rgba(205, 205, 205, 0.25);
  box-shadow: 0 0 20px 0 rgba(205, 205, 205, 0.25);
  padding: 28px 29px 25px;
  margin: 0 -4px;
}

.kind__data {
  font-size: 20px;
  margin-bottom: 43px;
}

.kind__data-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.kind__data-item:not(:last-child) {
  margin-bottom: 21px;
}

.kind__data-item span {
  font-weight: 900;
  display: block;
}

.kind__btn {
  text-align: center;
}

/* .play */

.play__title {
  margin-bottom: 10px;
}

.play__view {
  margin-bottom: 24px;
}

.play__text {
  font-size: 12px;
  line-height: 1.23;
  padding: 0 3px;
  margin-bottom: 59px;
}

.play__text p {
  margin: 0;
}

.play__text p:not(:last-child) {
  margin-bottom: 15px;
}

.play__text ol {
  margin: 0 0 16px;
  padding: 0 0 0 18px;
}

.play__text li:not(:last-child) {
  margin-bottom: 16px;
}

.play__btn {
  text-align: center;
}

/* .social */

.social {
  text-align: center;
}

.social__title {
  margin-bottom: 28px;
}

.social__list {
  margin: 0 0 46px;
  padding: 0 12px;
  list-style: none;
}

.social__item {
  -webkit-box-shadow: 0px 4px 26px 0px rgb(228, 5, 57);
  box-shadow: 0px 4px 26px 0px rgb(228, 5, 57);
  text-align: center;
  padding: 28px 16px;
  background: url(../img/social-bg.png) no-repeat 50% 50%;
  background-size: cover;
}

.social__item:not(:last-child) {
  margin-bottom: 46px;
}

.social__item-title {
  letter-spacing: 1px;
  margin: 0 0 28px;
  font-size: 18px;
}

.social__view {
  margin-bottom: 16px;
}

/* .thrill */

.thrill {
  padding-top: 350px;
  text-align: center;
}

.thrill__view {
  margin-bottom: 40px;
}

/* .btn */

.btn {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  padding: 12px 24px;
  max-width: 100%;
  color: #fff;
  background-color: #E40539;
  border-radius: 100px;
  -webkit-box-shadow: 0 4px 66px 5px #E40539;
  box-shadow: 0 4px 66px 5px #E40539;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 37px;
  cursor: pointer;
  -webkit-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  position: relative;
  text-align: center;
}

.btn--w-full {
  width: 100%;
}

.btn__arrow {
  position: absolute;
  /* bottom: -6px; */
  bottom: -4px;
  /* right: -6px; */
  right: -4px;
  /* width: 28px; */
  width: 22px;
  /* height: 28px; */
  height: 22px;
  pointer-events: none;
  -webkit-transform: translate(16px, 16px);
  -ms-transform: translate(16px, 16px);
  transform: translate(16px, 16px);
  opacity: 0;
  -webkit-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
}

.btn:hover {
  background-color: #fff;
  color: #E40539;
}

.btn:hover .btn__arrow {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

/* .langs */

.langs {
  position: relative;
  top: 4px;
  left: -9px;
}

.langs__form {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  margin: -1px;
}

.langs__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.langs__value .ico {
  /* margin-right: 5px; */
  margin-right: 4px;
}

.langs__value .ico::before {
  /* width: 30px; */
  width: 24px;
  /* height: 30px; */
  height: 24px;
}

.langs__value .icon-arrow-down {
  /* font-size: 10px; */
  font-size: 8px;
  position: relative;
  /* top: 2px; */
  top: 1px;
  -webkit-transition: -webkit-transform ease-in-out 300ms;
  transition: -webkit-transform ease-in-out 300ms;
  -o-transition: transform ease-in-out 300ms;
  transition: transform ease-in-out 300ms;
  transition: transform ease-in-out 300ms, -webkit-transform ease-in-out 300ms;
}

.langs__value.opened .icon-arrow-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.langs__list {
  position: absolute;
  top: 100%;
  right: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  -webkit-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  transform: translateY(-30%);
  -webkit-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  pointer-events: none;
}

.langs__list.opened {
  opacity: 1;
  -webkit-transform: translateY(16px);
  -ms-transform: translateY(16px);
  transform: translateY(16px);
  pointer-events: all;
}

.langs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 42px;
  padding: 0 12px;
  cursor: pointer;
  background-color: #333;
  font-size: 13px;
  line-height: 15px;
  -webkit-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  font-family: "Roboto", sans-serif;
}

.langs__item img {
  max-width: none;
}

.langs__item:hover {
  background-color: #1c2539;
}

.langs__item:not(:last-child) {
  border-bottom: 1px solid #373b46;
}

.langs__item:last-child {
  border-radius: 0 0 6px 6px;
}

.langs__item.selected {
  background-color: #1c2539;
}

.langs__item .ico {
  margin-right: 11px;
}

@media (min-width: 360px) {
  /* .btn $xxs */

  .btn {
    padding: 12px 58px;
  }
}

@media (min-width: 480px) {
  .btn {
    /* font-size: 30px; */
    font-size: 24px;
    /* padding: 18px 48px; */
    padding: 14px 38px;
    /* min-width: 328px; */
    min-width: 262px;
  }
}

@media (min-width: 576px) {
  /* .kind $sm */

  .kind__img {
    width: 50%;
    margin-right: 16px;
  }

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

  .kind__data {
    width: calc(50% - 16px);
  }

  .kind__btn {
    width: 100%;
  }
}

@media (min-width: 768px) {
  /* base $md */

  .section--thrill {
    background-image: url(../img/thrill-lg.png);
    background-size: auto 311px;
  }
}

@media (min-width: 992px) {
  /* base $lg */

  body {
    /* font-size: 22px; */
    font-size: 18px;
  }

  .section {
    /* margin-bottom: 129px; */
    margin-bottom: 56px;
  }

  .section--thrill {
    background-repeat: no-repeat;
    background-position: calc(100% + 81px) 32px;
  }

  .section--kind {
    /* margin-bottom: 267px; */
    margin-bottom: 120px;
  }

  .section--social {
    /* margin-bottom: 302px; */
    margin-bottom: 140px;
  }

  .section--play {
    /* margin-bottom: 204px; */
    margin-bottom: 110px;
  }

  .section--faq {
    /* margin-bottom: 106px; */
    margin-bottom: 84px;
  }

  .section__title {
    font-size: 44px;
    letter-spacing: 0;
  }

  .section__subtitle {
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 300;
    /* padding-top: 15px; */
    padding-top: 12px;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
  }

  .compass::before {
    content: "";
    /* height: 863px; */
    height: 690px;
    /* width: 439px; */
    width: 351px;
    background: url(../img/compass.png) no-repeat 100% 50%;
    background-size: contain;
    position: absolute;
    pointer-events: none;
    z-index: -1;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }

  .compass--social::before {
    /* bottom: -727px; */
    bottom: -581px;
    right: 0;
  }

  .compass--play::before {
    /* bottom: 192px; */
    bottom: 153px;
    left: 0;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }

  .compass--faq::before {
    /* top: -168px; */
    top: -134px;
    right: 0;
  }

  /* .helpers $lg */

  .d-lg-none {
    display: none !important;
  }

  .d-lg-block {
    display: block !important;
  }

  /* .faq $lg */

  .faq__title {
    /* margin-bottom: 58px; */
    margin-bottom: 46px;
  }

  .faq__item {
    /* margin-bottom: 60px; */
    margin-bottom: 48px;
  }

  .faq__item-title {
    /* font-size: 44px; */
    font-size: 35px;
    /* margin: 0 0 20px; */
    margin: 0 0 16px;
  }

  .faq__text {
    /* font-size: 24px; */
    font-size: 19px;
  }

  /* .footer $lg */

  .footer {
    /* padding-bottom: 68px; */
    padding-bottom: 54px;
  }

  .footer__icons-list {
    /* margin: 0 0 51px; */
    margin: 0 0 40px;
  }

  .footer__icons-item {
    /* font-size: 56px; */
    font-size: 44px;
    /* margin: 0 26px; */
    margin: 0 20px;
  }

  .footer__icons-item.icon-adware {
    /* font-size: 27px; */
    font-size: 21px;
  }

  .footer__text {
    font-size: 12px;
    line-height: 14px;
    max-width: 910px;
    margin: 0 auto;
  }

  .footer__text p:not(:last-child) {
    /* margin-bottom: 16px; */
    margin-bottom: 12px;
  }

  /* .header $lg */

  .header {
    /* padding: 16px 0; */
    padding: 12px 0;
  }

  /*  */
  .header__logo-ico {
    width: 104px;
  }

  .header__logo-text {
    /* width: 290px; */
    width: 232px;
  }

  .header__ctrl {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .header__btn {
    /* margin-right: 34px; */
    margin-right: 27px;
  }

  /* .kind $lg */

  .kind__title {
    /* margin-bottom: 46px; */
    margin-bottom: 36px;
  }

  .kind__body {
    /* margin-bottom: 58px; */
    margin-bottom: 46px;
  }

  .kind__text {
    /* margin-bottom: 64px; */
    margin-bottom: 51px;
  }

  .kind__text p {
    /* margin: 0 0 40px; */
    margin: 0 0 32px;
  }

  .kind__img {
    float: left;
    /* padding-left: 14px; */
    padding-left: 11px;
    /* margin-right: 31px; */
    margin-right: 24px;
    width: auto;
  }

  .kind__block {
    display: block;
    background: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .kind__data {
    /* font-size: 30px; */
    font-size: 24px;
    width: auto;
  }

  .kind__data-item {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }

  .kind__data-item:not(:last-child) {
    /* margin-bottom: 23px; */
    margin-bottom: 18px;
  }

  .kind__btn {
    clear: both;
  }

  /* .play $lg */

  .play__title {
    /* margin-bottom: 67px; */
    margin-bottom: 53px;
  }

  .play__subtitle {
    /* padding-top: 26px; */
    padding-top: 20px;
  }

  .play__view {
    /* margin-bottom: 77px; */
    margin-bottom: 61px;
  }

  .play__text {
    /* font-size: 22px; */
    font-size: 17px;
    /* margin-bottom: 69px; */
    margin-bottom: 55px;
  }

  .play__text p:not(:last-child) {
    /* margin-bottom: 38px; */
    margin-bottom: 30px;
  }

  .play__text p:last-child {
    /* padding-top: 42px; */
    padding-top: 33px;
  }

  .play__text ol {
    /* margin: 0 0 37px; */
    margin: 0 0 29px;
    /* padding: 0 0 0 44px; */
    padding: 0 0 0 35px;
  }

  .play__text li:not(:last-child) {
    /* margin-bottom: 37px; */
    margin-bottom: 29px;
  }

  /* .social $lg */

  .social__title {
    /* margin-bottom: 66px; */
    margin-bottom: 52px;
  }

  .social__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* margin: 0 0 58px; */
    margin: 0 0 46px;
  }

  .social__item {
    /* padding: 41px 16px 58px; */
    padding: 32px 12px 46px;
    /* width: calc((100% - 60px) / 3); */
    width: calc((100% - 48px) / 3);
  }

  .social__item:not(:last-child) {
    margin-bottom: 0;
    /* margin-right: 30px; */
    margin-right: 24px;
  }

  .social__item-title {
    /* font-size: 40px; */
    font-size: 32px;
    letter-spacing: 0;
    /* margin: 0 0 30px; */
    margin: 0 0 24px;
  }

  .social__view {
    /* margin-bottom: 35px; */
    margin-bottom: 28px;
  }

  .social__desc {
    /* font-size: 26px; */
    font-size: 20px;
    /* padding: 0 16px; */
    padding: 0 12px;
  }

  /* .thrill $lg */

  .thrill {
    /* padding-top: 210px; */
    padding-top: 168px;
    /* padding-left: 15px; */
    padding-left: 12px;
    /* padding-bottom: 80px; */
    padding-bottom: 64px;
    text-align: left;
  }

  .thrill__title {
    /* font-size: 52px; */
    font-size: 41px;
    line-height: 1.2;
    text-align: left;
    letter-spacing: 0;
    /* max-width: 420px; */
    max-width: 336px;
    /* margin-bottom: 73px; */
    margin-bottom: 58px;
  }

  /* .btn $lg */

  .btn--sm {
    /* font-size: 20px; */
    font-size: 16px;
    /* line-height: 30px; */
    line-height: 24px;
    /* padding: 7px 55px; */
    padding: 5px 44px;
    /* min-width: 178px; */
    min-width: 142px;
  }

  /* .langs $lg */

  .langs {
    left: 0;
  }

  .langs__value .ico {
    /* margin-right: 11px; */
    margin-right: 8px;
    /* margin-top: -6px; */
    margin-top: -4px;
  }

  .langs__value .icon-arrow-down {
    /* top: -4px; */
    top: -3px;
  }

  .langs__list.opened {
    /* -webkit-transform: translateY(21px); */
    -webkit-transform: translateY(16px);
    /* -ms-transform: translateY(21px); */
    -ms-transform: translateY(16px);
    /* transform: translateY(21px); */
    transform: translateY(16px);
  }

  .langs__item {
    /* padding: 0 12px; */
    padding: 0 9px;
    /* height: 45px; */
    height: 36px;
  }
}

@media (min-width: 1200px) {
  /* base $xl */

  body {
    /* font-size: 30px; */
    font-size: 24px;
  }

  .section--thrill {
    /* background-size: auto 375px; */
    background-size: auto 300px;
  }

  .section__title {
    /* font-size: 54px; */
    font-size: 43px;
  }

  .section__subtitle {
    /* font-size: 30px; */
    font-size: 24px;
  }

  /* .faq $xl */

  .faq__item-title {
    /* font-size: 54px; */
    font-size: 43px;
  }

  .faq__text {
    /* font-size: 33px; */
    font-size: 26px;
  }

  .kind__data-list {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    /* -webkit-column-gap: 20px; */
    -webkit-column-gap: 16px;
    /* -moz-column-gap: 20px; */
    -moz-column-gap: 16px;
    /* column-gap: 20px; */
    column-gap: 16px;
  }

  /* .play $xl */

  .play__text {
    /* font-size: 30px; */
    font-size: 24px;
  }

  /* .thrill $xl */

  .thrill__title {
    /* max-width: 520px; */
    max-width: 416px;
    /* font-size: 64px; */
    font-size: 51px;
  }

  /* .btn $xl */

  .btn--sm {
    /* font-size: 25px; */
    font-size: 20px;
  }
}

@media (min-width: 1400px) {
  /* base $xxl */

  .section--thrill {
    /* background-size: auto 502px; */
    background-size: auto 401px;
  }
}

@media (min-width: 1600px) {
  .langs__list {
    right: auto;
    left: 0;
  }
}