@charset "UTF-8";
.main {
  background: url(../images/main__bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 38px; }
  .main__container {
    display: flex;
    justify-content: space-between; }
  .main__left {
    display: flex;
    flex-direction: column;
    max-width: 481px;
    width: 100%; }
  .main__title {
    margin-top: 57px;
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 46px;
    line-height: 58px;
    letter-spacing: 0.02em;
    color: #fff; }
  .main__btn {
    max-width: 200px;
    min-width: 200px; }
  .main__block {
    display: flex;
    padding: 20px;
    background: #FFFFFF24;
    max-width: 330px;
    min-width: 330px;
    width: 100%;
    margin-bottom: 5px; }
    .main__block img {
      width: 40px;
      height: 40px;
      margin-right: 14px; }
  .main__right {
    display: flex;
    flex-direction: column;
    margin-top: 37px; }
  .main__rightMobile {
    display: flex;
    overflow-x: auto;
    background: #0b0b1f; }
  .main__blockMobile {
    margin-right: 12px;
    margin-bottom: 0px;
    display: none; }
  .main__blockDescription {
    display: flex;
    flex-direction: column; }
  .main__nameCasino {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: -0.04em;
    font-weight: 500;
    color: #fff; }
  .main__blockMarks {
    display: flex;
    align-items: center; }
    .main__blockMarks img {
      width: 14px;
      height: 14px;
      margin-right: 4px; }
  .main__blockMark {
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFFB2; }
  .main__blockBtn {
    min-width: 66px;
    margin-left: auto; }

.blog {
  background-color: #0b0b1f; }
  .blog__title {
    margin-bottom: 30px; }
  .blog__tabs {
    margin-bottom: 20px; }
  .blog__container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .blog__block {
    width: 32%;
    margin-bottom: 50px; }
  .blog__block p {
    letter-spacing: -0.004em;
    font-size: 15px;
    line-height: 28px;
    color: #c1c1d4;
    font-weight: 400;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .blog__img {
    position: relative;
    margin-bottom: 30px; }
    .blog__img img {
      width: 100%; }
  .blog__category {
    position: absolute;
    padding: 7px 10px;
    border-radius: 100px;
    background-color: #0b0b1f;
    color: #c1c1d4;
    font-size: 12px;
    line-height: 10px;
    left: 10px;
    top: 10px; }
  .blog__description {
    font-size: 18px;
    letter-spacing: 0.01em;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 13px;
    color: #fff;
    width: 80%; }
  .blog__suptitle {
    letter-spacing: -0.004em;
    font-size: 15px;
    line-height: 28px;
    color: #c1c1d4;
    font-weight: 400;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* Обрезаем все, что не помещается в область */
    text-overflow: ellipsis;
    /* Добавляем многоточие */ }
  .blog__date {
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #a29bab; }
  .blog__show {
    display: block;
    margin: 0 auto; }

.mainInfo {
  padding: 100px 0px;
  background-color: #0b0b1f; }
  .mainInfo__title {
    width: 100%;
    font-size: 38px;
    line-height: 48px;
    letter-spacing: 0.01em;
    color: #fff;
    margin-bottom: 26px; }
  .mainInfo__description {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.04em;
    color: #A29BAB; }
  .mainInfo ul {
    padding-left: 15px; }
  .mainInfo__mbb {
    margin-bottom: 88px; }
  .mainInfo__mb {
    margin-bottom: 15px; }

@media screen and (max-width: 1200px) {
  .main {
    background-position-x: -200px; } }

@media screen and (max-width: 1023px) {
  .main {
    background-position-x: 0px; }
    .main__right {
      display: none; }
      .main__rightMobile {
        padding-left: 30px; }
    .main__blockMobile {
      display: flex;
      margin-top: 12px; }
  .faq__mainPage {
    padding-top: 70px; }
  .blog__container {
    overflow: hidden;
    overflow-x: scroll; }
  .blog__block {
    min-width: 310px;
    max-width: 310px;
    margin-right: 25px; } }

@media screen and (max-width: 767px) {
  .main {
    padding-bottom: 213px;
    background-position-x: -250px; }
    .main__container {
      justify-content: center; }
    .main__left {
      margin: 0 auto;
      align-items: center; }
    .main__title {
      font-size: 32px;
      line-height: 40px;
      letter-spacing: 0.02em;
      text-align: center;
      margin: 30px 0px; }
  .title {
    font-size: 27px;
    line-height: 38px; } }

@media screen and (max-width: 500px) {
  .mainInfo {
    padding: 70px 0px; }
    .mainInfo__title {
      font-size: 27px;
      line-height: 32px;
      margin-bottom: 15px; }
    .mainInfo__description {
      font-size: 14px;
      line-height: 20px; }
  .blog__description {
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* Обрезаем все, что не помещается в область */
    text-overflow: ellipsis;
    /* Добавляем многоточие */ }
  .blog__suptitle {
    display: none; } }

@media screen and (max-width: 450px) {
  .main {
    background: url(../images/main__bgMobile.webp);
    background-size: cover; } }
