@font-face {
    font-family: inter;
    src: url("../stogmatik_fonts/stogmatik_inter-regular.woff2");
}

@font-face {
    font-family: "Fascinate Inline";
    src: url("../stogmatik_fonts/stogmatik_fascinateInline-regular.woff2");
}

html{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  *,
  *::before,
  *::after {
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
  }

  p,h1,h2,h3,h4,h5,h6, ul{
    margin: 0;
  }

  a {
    color: inherit;
    text-decoration: none;
  }

  #confirmButton {
    border-radius: 30px;
    background: #1C2065;
    border: none;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    width: 200px;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


#confirmButton:hover {
    background-color: #7F3FA7;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


  
  img {
    max-width: 100%;
  }
  
  body{
    font-family: inter;
    background: #FBFBFB;
  }


.body__container {
    max-width: 1240px;
    margin: 0 auto;
}

.stogmatik_header__fixed{
    position: fixed;
    z-index: 10000;
    width: 100%;
    background: url("../stogmatik_img/stogmatik-header-nav.webp") no-repeat center left;
    background-size: cover;
    top: 0px;
    left: 0;
}

.stogmatik_header__nav{
    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;
    max-width: 1240px;
    margin: 0 auto;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .stogmatik_header__box{
    padding-top: 80px;
  }

  .header__link__logo{
    font-family: inter-blod;
    color: #000;
    font-size: 22px;
    font-weight: 800;
    font-style: italic;
    line-height: normal;
    text-transform: uppercase;
  }

  .stogmatik_header{
    padding-top: 0px;
    padding-bottom: 0px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.40)), to(rgba(0, 0, 0, 0.40))), url("../stogmatik_img/stogmatik-header-background.webp") lightgray 50% / cover no-repeat;
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%), url("../stogmatik_img/stogmatik-header-background.webp") lightgray 50% / cover no-repeat;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%), url("../stogmatik_img/stogmatik-header-background.webp") lightgray 50% / cover no-repeat;
}

.header_play{
    padding-bottom: 40px;
    padding-top: 0px;
}

.stogmatik_header__block{
    max-width: 800px;
    width: 100%;
}

  .stogmatik_header__links{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
    list-style: none;
    gap: 41px;
  }

  .stogmatik_header__burger{
    display: none;
  }

  .stogmatik_header__link{
    color: #3A0E03;
    font-family: "Fascinate Inline";
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }

  .act_lang{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #f3ef2e;
    padding: 10px;
    border-radius: 1000px;
    color: #000;
    width: 40px;
    height: 40px;
  }

  .stogmatik_header__link:hover{
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s;
      border-bottom: 2px solid #3A0E03;
  }

  .stogmatik_header__title{
    color: #FFF;
    text-align: center;
    font-family: "Fascinate Inline";
    font-size: 48px;
    font-style: normal;
    font-weight: 900;
    line-height: 130%; /* 62.4px */
    text-transform: uppercase;
    margin-bottom: 24px;
  }

  .header__title{
    margin-bottom: 0;
    text-align: left;
  }

  .stogmatik_header__subtitle{
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 24px;
  }
.stogmatik_header__btn {
    color: #3A0E03;
    font-size: 16px;
    font-weight: 900;
    line-height: normal;
    font-family: "Fascinate Inline";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-transform: uppercase;
    width: 246px;
    padding: 14px 24px;
    margin: 0 auto;
    border-radius: 10px;
    border: 1px solid #3A0E03;
    background: -webkit-gradient(linear, left top, left bottom, from(#CE7E00), color-stop(48.08%, #FEF588), to(#E29604));
    background: -o-linear-gradient(top, #CE7E00 0%, #FEF588 48.08%, #E29604 100%);
    background: linear-gradient(180deg, #CE7E00 0%, #FEF588 48.08%, #E29604 100%);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.stogmatik_header__btn:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #fff;
    color: #000;
}

.stogmatik_header__wrap{
    background: url("../stogmatik_img/stogmatik-header-image.webp") no-repeat center right;
    padding-top: 120px;
    padding-bottom: 120px;
}

.header__wrap__index{
    background: none;
    padding-top: 0;
    padding-bottom: 0;
}

.stogmatik_header{
    padding-top: 40px;
}

  .slick-prev, .slick-next {
    display: none !important; 
}
.modal__text{
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: normal; 
    margin-bottom: 15px;
}

.stogmatik_info {
    padding-top: 80px;
    padding-bottom: 80px;
}
.stogmatik_info__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    background: url("../stogmatik_img/stogmatik-info-background.webp") no-repeat center left;
    margin-bottom: 40px;
    padding-top: 100px;
    padding-bottom: 100px;
}
.stogmatik_info__content {
    max-width: 580px;
    width: 100%
}
.stogmatik_info__title {
    color: #3A0E03;
    text-align: center;
    font-family: "Fascinate Inline";
    font-size: 38px;
    font-style: normal;
    font-weight: 900;
    line-height: 130%; /* 49.4px */
    text-transform: uppercase;
    margin-bottom: 24px;
}
.stogmatik_info__text {
    color: #5D5D5D;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}
.stogmatik_info__items {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
}
.stogmatik_info__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    max-width: 400px;
    min-height: 287px;
    width: 100%;
    padding: 32px;
    border-radius: 20px;
    border: 1px solid #431E0F;
}
.stogmatik_info__item:nth-child(1)::before{
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100px;
    height: 100px;
    background: url("../stogmatik_img/stogmatik-info-icon-1.webp") no-repeat center center;
}

.stogmatik_info__item:nth-child(2)::before{
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100px;
    height: 100px;
    background: url("../stogmatik_img/stogmatik-info-icon-2.webp") no-repeat center center;
}

.stogmatik_info__item:nth-child(3)::before{
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100px;
    height: 100px;
    background: url("../stogmatik_img/stogmatik-info-icon-3.webp") no-repeat center center;
}

.stogmatik_info__head {
    color: #3A0E03;
    font-family: "Fascinate Inline";
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 130%; /* 31.2px */
    text-transform: uppercase;
    margin-bottom: 24px;
}
.stogmatik_info__info {
    color: #5D5D5D;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%; 
}

.stogmatik_game {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #EBEBEB;
}
.stogmatik_game__top {
    max-width: 800px;
    width: 100%;
    margin: 0 auto; 
    margin-bottom: 40px;
}
.stogmatik_game__title {
    color: #3A0E03;
    text-align: center;
    font-family: "Fascinate Inline";
    font-size: 38px;
    font-style: normal;
    font-weight: 900;
    line-height: 130%; /* 49.4px */
    text-transform: uppercase;
    margin-bottom: 20px;
}
.stogmatik_game__subtitle {
    color: #3A0E03;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%; 
}
.stogmatik_game__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 80px;
}
.stogmatik_game__left {
    max-width: 400px;
    width: 100%;
}
.stogmatik_game__head {
    color: #3A0E03;
    font-family: "Fascinate Inline";
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 130%; /* 31.2px */
    text-transform: uppercase;
    margin-bottom: 24px;
}
.stogmatik_game__list {
    padding-left: 20px;
    margin-bottom: 24px;
}
.stogmatik_game__info {
    color: #3A0E03;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%; 
}
.stogmatik_game__btn {
    color: #3A0E03;
    font-size: 16px;
    font-weight: 900;
    line-height: normal;
    font-family: "Fascinate Inline";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-transform: uppercase;
    width: 246px;
    padding: 14px 24px;
    border-radius: 10px;
    border: 1px solid #3A0E03;
    background: -webkit-gradient(linear, left top, left bottom, from(#CE7E00), color-stop(48.08%, #FEF588), to(#E29604));
    background: -o-linear-gradient(top, #CE7E00 0%, #FEF588 48.08%, #E29604 100%);
    background: linear-gradient(180deg, #CE7E00 0%, #FEF588 48.08%, #E29604 100%);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.stogmatik_game__btn:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #fff;
    color: #000;
}

.stogmatik_about {
    padding-top: 80px;
    padding-bottom: 80px;
}
.stogmatik_about__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    background: url("../stogmatik_img/stogmatik-about-background.webp") no-repeat center left;
}
.stogmatik_about__content {
    max-width: 800px;
    width: 100%;
}
.stogmatik_about__title {
    color: #3A0E03;
    font-family: "Fascinate Inline";
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 130%; /* 31.2px */
    text-transform: uppercase;
    margin-bottom: 24px;
}
.stogmatik_about__text {
    color: #5D5D5D;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%; 
    margin-bottom: 20px;
}

.stogmatik_contact__messages{
    display: none;
    color: #000;
    margin-top: 20px;
}

.stogmatik_contact {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #FBFBFB;
}
.stogmatik_contact__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 80px;
}
.stogmatik_contact__left {
    max-width: 340px;
    width: 100%;
}
.stogmatik_contact__title {
    color: #5D5D5D;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%; 
    margin-bottom: 24px;
}
.stogmatik_contact__text {
    color: #5D5D5D;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%; 
    margin-bottom: 15px;
}
.stogmatik_contact__right {
    max-width: 820px;
    width: 100%
}
.stogmatik_contact__form{
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.stogmatik_contact__label {
    color: #201A29;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 8px;
}
.stogmatik_contact__input {
    padding: 14px 16px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    margin-bottom: 16px;
}

.stogmatik_contact__textarea{
    padding: 14px 16px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    margin-bottom: 16px;
    resize: none;
    height: 100px;
}

.stogmatik_contact__btn {
    color: #3A0E03;
    font-size: 16px;
    font-weight: 900;
    line-height: normal;
    font-family: "Fascinate Inline";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-transform: uppercase;
    width: 246px;
    cursor: pointer;
    padding: 14px 24px;
    border-radius: 10px;
    border: 1px solid #3A0E03;
    background: -webkit-gradient(linear, left top, left bottom, from(#CE7E00), color-stop(48.08%, #FEF588), to(#E29604));
    background: -o-linear-gradient(top, #CE7E00 0%, #FEF588 48.08%, #E29604 100%);
    background: linear-gradient(180deg, #CE7E00 0%, #FEF588 48.08%, #E29604 100%);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.stogmatik_contact__btn:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: #fff;
    color: #000;
}
.stogmatik_contact__messages {
}


.stogmatik_footer {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #3A0E03;
}
.stogmatik_footer__text {
    color: #F1F1F1;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 24px;
}
.stogmatik_footer__items {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 700px;
    gap: 100px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 24px;
}
.footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 100px;
}
.footer__list::before{
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 84px;
    height: 40px;
    background: url("../stogmatik_img/stogmatik-footer-age.webp") no-repeat center center;
}
.stogmatik_footer__links {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 24px;
}
.stogmatik_footer__link {
    color: #F1F1F1;
    font-family: "Fascinate Inline";
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: 130%; /* 18.2px */
    letter-spacing: 0.84px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.stogmatik_footer__link:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #CE7E00;
}
.stogmatik_footer__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 0;
    list-style: none;
    margin-bottom: 24px;
}
.stogmatik_footer__inner {
    max-width: 608px;
    width: 100%;
}
.stogmatik_footer__head {
    color: #A9A9A9;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%; 
    margin-bottom: 16px;
}
.stogmatik_footer__info {
    color: #A9A9A9;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}
.stogmatik_footer__sup {
    color: #A1A1A1;
    text-align: center;
    font-family: "Fascinate Inline";
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: 130%; /* 18.2px */
    letter-spacing: 0.84px;
}


.header__hidden{
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0);
}


.info__title, .content__title{
    color: #fff;
    font-size: 21px;
    font-style: normal;
    font-weight: 800;
    margin: 0;
    margin-bottom: 16px;
    
  }

  .info__head, .terms__subtitle{
    margin: 0;
    color: #000;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 16px;
  }

  .info__text, .terms__text{
    margin: 0;
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 16px;
  }

  .desc__top{
    padding-top: 140px;
    padding-bottom: 50px;
}


.stogmatik_demo__title{
    color: #000;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    line-height: 100%; 
    margin-bottom: 30px;
    text-transform: uppercase;
}

.stogmatik_demo__wrapper{
    border-radius: 10px;
    border: 1px solid #fff;
}

.stogmatik_demo__wrapper{
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 720px;
    border-radius: 20px;
}

.stogmatik_demo__content{
    width: 100%;
}

.stogmatik_demo__start{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #000;
    border-radius: 30px;
    min-height: 509px;
    width: 100%;
}


.stogmatik_demo__play{
    color: #030306;
    font-size: 17px;
    font-weight: 900;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 14px;
    width: 213px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: none;
    cursor: pointer;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 13px;
    background: #FCC8FF;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


.stogmatik_demo__play:hover{
    background: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.stogmatik_demo__iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.stogmatik_demo{
    padding-top: 40px;
    padding-bottom: 40px;
    background: #3A0E03;
}

.stogmatik_information {
    padding-top: 80px;
    padding-bottom: 80px;
}
.stogmatik_information__title {
    color: #3A0E03;
    text-align: center;
    font-family: "Fascinate Inline";
    font-size: 38px;
    font-style: normal;
    font-weight: 900;
    line-height: 130%; /* 49.4px */
    text-transform: uppercase;
    margin-bottom: 24px;
}
.stogmatik_information__subtitle {
    color: #5D5D5D;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%; 
    margin-bottom: 40px;
}
.stogmatik_information__img {
    margin-bottom: 40px;
}
.stogmatik_information__items {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 40px;
}
.stogmatik_information__item {
    max-width: 386px;
    width: 100%;
}
.stogmatik_information__head {
    color: #3A0E03;
    text-align: center;
    font-family: "Fascinate Inline";
    font-size: 38px;
    font-style: normal;
    font-weight: 900;
    line-height: 130%; /* 49.4px */
    text-transform: uppercase;
    margin-bottom: 24px;
}
.stogmatik_information__text {
    color: #5D5D5D;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%; 
    margin-bottom: 15px;
}
.stogmatik_information__content {
    color: #5D5D5D;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%; 
    margin-bottom: 15px;
}

.stogmatik_disclamer {
    background: #FBFBFB;
    padding-top: 80px;
    padding-bottom: 80px;
}
.stogmatik_disclamer__title {
    color: #3A0E03;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 15px; 
}
.stogmatik_disclamer__inner {
    margin-bottom: 15px;
}
.stogmatik_disclamer__head {
    color: #3A0E03;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}
.stogmatik_disclamer__text {
    color: #3A0E03;
    font-size: 16px;
    font-weight: 400;
    line-height: 140%;
}


.active__block{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 1260px) {
    .body__container{
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .stogmatik_header__fixed{
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .stogmatik_header__links{
        display: none;
    }

    .stogmatik_header__burger{
        display: block;
        cursor: pointer;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 22px;
        height: 22px;
    }

    .stogmatik_header__title{
        font-size: 34px;
    }

    /* Эффект перекрестия */
    .stogmatik_header__burger.active_menu .bar:nth-child(1) {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        -webkit-transform-origin: 1px;
            -ms-transform-origin: 1px;
                transform-origin: 1px;
    }
    
    .stogmatik_header__burger.active_menu .bar:nth-child(2) {
        opacity: 0; /* Скрыть вторую палочку */
    }
    
    .stogmatik_header__burger.active_menu .bar:nth-child(3) {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        -webkit-transform-origin: 5px;
            -ms-transform-origin: 5px;
                transform-origin: 5px;
    }
    
    .stogmatik_header__line {
        height: 2px;
        background-color: #000;
        margin: 4px 0;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .menu {
        display: none; 
        -webkit-box-align: center; 
            -ms-flex-align: center; 
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 15px;
        background: rgba(255, 255, 255, 0.8);
        padding-left: 26px;
        padding-right: 26px;
        padding-top: 20px;
        padding-bottom: 20px;
        position: absolute;
        top: 70px; 
        left: 0;
        width: 100%;
    
        border-radius: 0;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        align-items: center;
        max-width: 100%;
        margin: 0 auto;
        padding-top: 20px;
        padding-bottom: 20px;
        padding: 20px;
    }

    .menu.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; 
    }

    .header__img_mob{
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .header__img_desc{
        display: none;
    }

    .stogmatik_header__block{
        max-width: 50vw;
    }

    .stogmatik_header__wrap {
        background: url(../stogmatik_img/stogmatik-header-image.webp) no-repeat bottom right;
        background-size: 300px;
        padding-top: 60px;
        padding-bottom: 80px;
    }

    .header__wrap__index{
        background: none;
        padding-top: 0;
        padding-bottom: 0;
    }


    .stogmatik_info__content{
        max-width: 44vw;
    }

    .stogmatik_info__wrap {
        background: url(../stogmatik_img/stogmatik-info-background.webp) no-repeat center left;
        background-size: 400px;
        margin-bottom: 40px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .stogmatik_info__title{
        font-size: 32px;
    }

    .stogmatik_about__content{
        max-width: 50vw;
    }

    .stogmatik_information__items{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .stogmatik_information__item{
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .stogmatik_header__wrap {
        background: url(../stogmatik_img/stogmatik-header-image.webp) no-repeat bottom center;
        background-size: 250px;
        padding-top: 0px;
        padding-bottom: 420px;
    }

    .header__wrap__index{
        background: none;
        padding-top: 0;
        padding-bottom: 0;
    }

    .stogmatik_header__block{
        max-width: 100%;
    }

    .stogmatik_info__wrap {
        background: url(../stogmatik_img/stogmatik-info-background.webp) no-repeat center bottom;
        background-size: 300px;
        margin-bottom: 40px;
        padding-top: 0px;
        padding-bottom: 250px;
    }

    .stogmatik_info__content{
        max-width: 100%;
    }

    .stogmatik_game__wrap{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 24px;
    }

    .stogmatik_game__right{
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
    }

    .stogmatik_about__wrap {
        background: url(../stogmatik_img/stogmatik-about-background.webp) no-repeat center bottom;
        background-size: 300px;
        padding-top: 0;
        padding-bottom: 260px;
    }

    .stogmatik_about__content{
        max-width: 100%;
    }

    .stogmatik_footer__wrap{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 16px;
    }

    .stogmatik_footer__inner{
        max-width: 100%;
    }

    .stogmatik_footer__items{
        gap: 50px;
    }

    .footer__list{
        gap: 50px;
    }

    .stogmatik_contact__wrap{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 12px;
    }

    .stogmatik_contact__left{
        max-width: 100%;
    }
}


@media (max-width: 575px) {
    .body__container{
        padding-left: 10px;
        padding-right: 10px;
    }

    .stogmatik_header__fixed{
        padding-left: 10px;
        padding-right: 10px;
    }

    .stogmatik_demo__title{
        font-size: 24px;
        margin-bottom: 20px;
    }

    .stogmatik_demo__wrapper{
        padding-top: 320px;
        border-radius: 20px
    }

    .stogmatik_demo__start{
        min-height: 239px;
    }

    .stogmatik_demo {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .stogmatik_header__title{
        font-size: 32px;
        margin-bottom: 16px;
    }

    .stogmatik_header__subtitle{
        font-size: 16px;
        margin-bottom: 16px;
    }

    .stogmatik_header__btn{
        width: 100%;
        padding: 10px 20px;
        font-size: 12px;
    }

    .stogmatik_header__icon{
        max-width: 150px;
    }

    .menu{
        top: 60px;
    }

    .header__box{
        padding-top: 44px;
    }

    .header__title{
        margin-bottom: 0;
    }

    .header_play{
        padding-bottom: 24px;
        padding-top: 44px;
    }

    .stogmatik_info {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .stogmatik_info__title{
        font-size: 24px;
    }

    .stogmatik_info__text{
        font-size: 14px;
    }

    .stogmatik_info__wrap{
        margin-bottom: 24px;
    }

    .stogmatik_info__item{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        padding: 24px;
        gap: 16px;
        min-height: auto;
    }

    .stogmatik_info__item:nth-child(1)::before{
        width: 100%;
        max-width: 64px;
        height: 64px;
        background-size: 64px;
    }

    .stogmatik_info__item:nth-child(2)::before{
        width: 100%;
        max-width: 64px;
        height: 64px;
        background-size: 64px;
    }

    .stogmatik_info__item:nth-child(3)::before{
        width: 100%;
        max-width: 64px;
        height: 64px;
        background-size: 64px;
    }

    .stogmatik_info__head{
        font-size: 20px;
        margin-bottom: 16px;
    }

    .stogmatik_info__info{
        font-size: 14px;
    }

    .stogmatik_info__items{
        gap: 12px;
    }

    .stogmatik_game {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .stogmatik_game__title{
        margin-bottom: 12px;
        font-size: 24px;
    }

    .stogmatik_game__subtitle{
        font-size: 14px;
    }

    .stogmatik_game__top{
        margin-bottom: 24px;
    }

    .stogmatik_game__head{
        font-size: 14px;
        margin-bottom: 16px;
    }

    .stogmatik_game__info{
        font-size: 14px;
    }

    .stogmatik_game__list{
        margin-bottom: 16px;
    }

    .stogmatik_game__btn{
        width: 100%;
        padding: 10px 20px;
        font-size: 12px;
    }

    .stogmatik_about {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .stogmatik_about__title{
        margin-bottom: 16px;
    }

    .stogmatik_about__text{
        margin-bottom: 16px;
        font-size: 14px;
    }

    .stogmatik_footer{
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .stogmatik_footer__text{
        margin-bottom: 16px;
        font-size: 14px;
    }

    .footer__list{
        gap: 20px;
    }

    .stogmatik_footer__items{
        gap: 20px;
        margin-bottom: 16px;
    }

    .footer__list::before {
        width: 42px;
        height: 20px;
        background: url(../stogmatik_img/stogmatik-footer-age.webp) no-repeat center center;
        background-size: 42px;
    }

    .stogmatik_footer__links{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 16px;
        margin-bottom: 16px;
    }

    .stogmatik_footer__wrap{
        margin-bottom: 16px;
    }

    .stogmatik_information {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .stogmatik_information__title{
        margin-bottom: 20px;
        font-size: 24px;
    }

    .stogmatik_information__subtitle{
        font-size: 14px;
        margin-bottom: 20px;
    }

    .stogmatik_information__img{
        margin-bottom: 20px;
        border-radius: 20px;
    }

    .stogmatik_information__head{
        margin-bottom: 20px;
        font-size: 24px;
    }

    .stogmatik_information__text{
        font-size: 14px;
    }

    .stogmatik_information__items{
        gap: 20px;
    }

    .stogmatik_information__content{
        font-size: 14px;
    }

    .stogmatik_contact {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .stogmatik_contact__title{
        margin-bottom: 16px;
        font-size: 18px;
    }

    .stogmatik_contact__text{
        font-size: 14px;
    }

    .stogmatik_contact__btn{
        width: 100%;
        padding: 10px 20px;
        font-size: 12px;
    }

    .stogmatik_disclamer {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .stogmatik_disclamer__title {
        font-size: 14px;
    }
    .stogmatik_disclamer__inner {
        margin-bottom: 15px;
    }
    .stogmatik_disclamer__head {
        font-size: 14px;
    }
    .stogmatik_disclamer__text {
        font-size: 14px;
    }
}