
body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    background-color: #F4F4F4;

    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: space-between;
}


.container {
    max-width: 990px;
    margin: 0 auto;
    padding: 0 15px;
}

/*header*/

.header {
    width: 100%;
    background: #472183;
}

.header__body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
}

.header__logo {
    flex: 0 0 180px;
    overflow: hidden;
}

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

.header__burger {
    display: none;
}

.header__list {
    display: flex;
    width: 100%;
    gap: 60px;
}

.header__list li {
    list-style: none;
    position: relative;
    display: inline-block;
}


.header__list li:hover:before {
    scale: 1;
}

.header__link {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.langs-media {
    display: none;
}

.langs {
    position: relative;
    display:  inline-block;
}

.langs__btn {
    color: hsl(273 75% 80% / 1);
    font-size: 18px;
    font-weight: 400;
    background: none;
    padding-top: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.icon-en:before {
    content: "";
    background-image: url(/template/images/united-kingdom.svg);
    background-size: cover;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: -4px;
    margin-right: 5px;
}

.icon-ru:before {
    content: "";
    background-image: url(/template/images/russia.svg);
    background-size: cover;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
}

.icon-pt:before {
    content: "";
    background-image: url(/template/images/brazil-.svg);
    background-size: cover;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 5px;
}

.langs__list {
    transform: translateX(-8px);
    position: absolute;
    background: #937DC2;
    border-radius: 20px;
    display: none;
}

.lang__nav {
    color: #fff;
    cursor: pointer;
    display: flex;
    padding: 11px 12px;
    border-radius:20px;
    transition: background 0.1s linear ;
}

.lang__nav:hover {
    background: #8065ba;
}

.lang__nav img {
    margin-right: 7px;
}

.show {
    display: block;
}



/*main*/

.main {
    text-align: justify;
    font-size: 17px;
    flex: 1;
}

/*section-main*/

.section-main {
    background: hsl(273 100% 15% / 1);
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
}

.container-main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 15px;
}

.main__content {
    padding: 10px;
}

.main-flx {
    display: flex;

}

.main__title {
    font-size: 30px;
}

.main__text {
     margin-left: 1rem;
    flex: 0 0 68%;
    font-size: 17px;
}

.main__image {
   
    flex: 0 0 30%;
}

.img-indx {
        margin-bottom: 7px;
}

.main__img {
    max-width: 100%;
    border-radius: 10px;
    display: block;
}

.main__button {
    text-align: center;
}

.button-play {
  text-decoration: none;
  display: inline-block;
  width: 300px;
  height: 50px;
  line-height: 50px;
  border-radius: 20px;
  /* margin-top: 10px; */
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 600;
  color: #524f4e;
  background: white;
  box-shadow: 0 8px 15px rgba(0, 0, 0, .1);
  transition: .3s;
}

.button-play:hover {
    background: #FC2947;
    box-shadow: 0px 17px 15px -9px rgba(255, 0, 0, 0.55);
    color: white;
    transform: translateY(-5px);
}

.btn-indx {
    width: 100%;
    border-radius: 10px;
    
}

.flx-dwn {
    flex-direction: column;
}

.flx-dwn .main__text {
    margin-left: 0;
}

.dwn-image {
    flex: none;
    justify-content: center;
}

.dwn-img {
    margin: 0 auto;
    width: 90px;
}

.warning {
    display: flex;
    padding: 20px;
    color: #000;
    font-style: italic;
    gap: 10px;
    background: #FFBF00;
    margin-bottom: 10px;
    border-radius: 20px;
}

.warning span {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}

.warning img {
    margin-left: 10px;
    width: 40px;
}

.btn-dwn {
    display: flex;
    justify-content: space-around;
}

.btn-img {
    width: 35px;
}

/* navigation */ 

.dropdown {
    width: 40%;
    position: relative;
    user-select: none;
    
}

.select {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    background: #090052;
    color: #fff;
    padding: 15px;
    border-radius: 10px;
}

.select:hover {
    background: #211868;
}


.selected {
    font-size: 18px;
    letter-spacing: 2px;
}

.caret {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #fff;
    transition: 0.3s;
}

.caret-rotate {
    transform: rotate(180deg);
}

.navigation__menu {
    list-style: none;
    background: #E5E5E5;
    padding: 10px 0;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    width: 100%;
    display: none;
    transition: 0.2s;
    z-index: 1;
}

.navigation__menu li {
    border-radius: 10px;
    padding: 5px 0 5px 20px;
    cursor: pointer;
}

.navigation__menu a {
    display: inline-block;
    color: #000;
    width: 100%;
}
.navigation__menu li:hover {
    background: #cfcfcf;
}



.navigation__menu-open {
    display: block;
    opacity: 1;
}





/*main-casino*/

.main-csn__title {
    font-size: 30px;
    margin: 10px 0;
}

.csn-flx {
    border-bottom: none;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}

.main-csn__image {
    flex: 0 0 250px;
}

.main-casino__img {
    border-radius: 10px;
    overflow: hidden;
    max-width: 100%;
    display: block;
}

.main-csn__parameter {
    display: flex;
    flex: 0 0 650px;
    font-size: 16px;
    gap: 10px;
}

.parameter__col {
    width: 50%;
}

.parameter__list li {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 10px;
    padding: 4px 0;
    border: 1px solid #ffffff8c;
    background: #5C2E7E;
    border-radius: 5px;
}

.parameter__list li:last-child {
    margin-bottom: 0;
}

.parameter__name {
    margin-bottom: 1px;
    font-style: italic;
    letter-spacing: 0.1rem;
}

.csn-play {
    text-align: center;
    flex: 0 0 220px;
}

.csn-text {
    border-bottom: 1px solid #ffffff8c;
    border-top: 1px solid #ffffff8c;
    padding: 10px 0;
    margin-bottom: 10px;
}

/*section-cnt*/

.cnt__title {
    font-size: 30px;
    margin-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

.cnt__title:after {
    content: "";
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 30%;
    height: 2px;
    background: #4E31AA;
}

.cnt__subtitle {
    font-size: 25px;
    padding-bottom: 10px;
    margin-top: 10px;
    position: relative;
}

.cnt__subtitle:after {
    content: "";
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 20%;
    height: 2px;
    background: #716F81;
}

.cnt__col {
    background-color: #E5E5E5;
    padding: 15px 25px;
    border-radius: 35px;
}

.cnt__ul li{
    list-style-type: none;
    position: relative;
    padding-left: 18px;
}

.cnt__ul li:before {
    content: '';
    top: 7px;
    left: 0;
    position: absolute;
    width: 10px;
    height: 10px;
    background: #4D4C7D;
    border-radius: 50%;
}

.cnt__ol {
    list-style: none;
    counter-reset: my-awesome-counter;
}

.cnt__ol li {
    margin: 3px 0;
    counter-increment: my-awesome-counter;
}

.cnt__ol li:before {
    content: counter(my-awesome-counter) ". ";
    color: #4D4C7D;
    font-size: 18px;
    font-weight: bold;
}

.cnt__image {
    text-align: center;
    margin: 10px 0;
}

.cnt__image img {
    max-width: 100%;
    height: auto;
    border-radius: 25px;
}

.cnt__text {
    margin-top: 13px;
}

.cnt__text p {
    margin-bottom: 10px;
}

/*content*/

.content {
    margin-bottom: 20px;
}

.content h2 {
    font-size: 28px;
    padding-bottom: 10px;
    position: relative;
}

.content h2:after {
    content: "";
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 30%;
    height: 2px;
    background: #4E31AA;
}

.content h3 {
    font-size: 24px;
    padding-bottom: 10px;
    margin-top: 10px;
    position: relative;
    overflow-wrap: break-word;
}

.content h3:after {
    content: "";
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 20%;
    height: 2px;
    background: #716F81;
}

.content p {
    margin: 10px 0;
}

.content__ol {
    padding: 20px;
    margin: 15px 0;
    background-color: #E5E5E5;
    border-radius: 35px;
    list-style: none;
    counter-reset: my-awesome-counter;
}

.content__ol li {
    overflow-wrap: break-word;
    margin: 3px 0;
    counter-increment: my-awesome-counter;
}

.content__ol li:before {
    content: counter(my-awesome-counter) ". ";
    color: #4D4C7D;
    font-size: 18px;
    font-weight: bold;
}

.content__ul {
    background-color: #E5E5E5;
    padding: 20px;
    margin: 15px 0;
    border-radius: 35px;
}

.content__ul li{
    list-style-type: none;
    position: relative;
    padding-left: 20px;
    margin: 5px 0;
}

.content__ul li:before {
    content: '';
    top: 7px;
    left: 0;
    position: absolute;
    width: 10px;
    height: 10px;
    background: #4D4C7D;
    border-radius: 50%;
}

.content img {
    max-width: 100%;
    height: auto;
    border-radius: 25px;
    margin-bottom: 10px;
}

.content table {
    font-size: 14px;
    border-radius: 10px;
    border-spacing: 0;
    text-align: center;
    border: none;
    margin: 10px 0;
    border-collapse: separate;
}

.content th {
    background: #4E6E81;
    color: #ffffff;
    text-shadow: 0 1px 1px #2D2020;
    padding: 5px 15px;
}

.cnt__table {
    width: 100%;
}

.cnt__table tr td {
    width: 50%;
    text-align: center;
    background-color: #898aa669;
}

.border1 {
    border-radius: 10px 0px 0px 0px;
}

.border2{
    border-radius: 0px 10px 0 0 ;
}

.content th, td {
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: #ffff;
}

.content th:first-child, td:first-child {
    text-align: left;
}

.content th:first-child {
    border-top-left-radius: 10px;
}

.content th:last-child {
    border-top-right-radius: 10px;
    border-right: none;
}

.content td {
    padding: 10px 5px;
    background-color: #4e6e8149;
}

.content tr:last-child td:first-child {
    border-radius: 0 0 0 10px;
}

.content tr:last-child td:last-child {
    border-radius: 0 0 10px 0;
}

.content tr td:last-child {
    border-right: none;
}

/*faq*/

.faq {
    padding-bottom: 10px;
}

.faq__title {
    align-items: center;
    font-size: 25px;
    display: flex;
    margin: 10px 0;
}

.faq__title img {
    width: 50px;
    margin-right: 10px;
}

.collapsible {
    line-height: 1.4;
    text-align: left;
    font-size: 18px;
    background: #070140;
    border-radius: 5px;
    color: #fff;
    letter-spacing: 1px;
    width: 100%;
    padding: 12px 0 12px 10px;
    cursor: pointer;
    outline: none;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.collapsible img {
    width: 15px;
    margin: 0 20px;
    transition: transform 500ms;
}

.active,
.collapsible:hover {
    background: #300064;
}

.collapsible.active img {
    transform: rotate(180deg);

}

.answer {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background: #E5E5E5;
    border-radius: 5px;
}

.answer p {
    padding: 10px 0;
}

/*demo*/

.demo-play {
    margin-top: 10px;
}

/*reviews*/

form[id=quip-add-comment-qcom] {
    border-top: 1px solid #4E6E81;
    padding-top: 10px;
    margin-bottom: 30px;
}

.quip-fld {
    margin-bottom: 15px;
}

.quip-add-comment label {
    color: #2f424d !important;
    display: flex;
    width: 50% !important;
    float: none !important;
    margin-bottom: 5px;
}

.quip-add-comment input[type=text] {
    width: 40% !important;
    padding: 15px 10px !important;
    border: none !important;
    box-shadow:0 0 15px 4px rgba(0,0,0,0.06);
    border-radius: 10px;
    font-size: 15px;
}

input[type=text]:focus,
textarea:focus {
    box-shadow: 0 0 0 1px rgba(136, 136, 136, 1) !important;
    outline: none !important;
}

.quip-fld:nth-of-type(3) {
    display: none;
}

.recaptcha {
    display: none;
}

.quip-fld:nth-of-type(4) {
    align-items: center;
    width: 55%;
    display: flex;
}

input[id=quip-comment-notify-qcom] {
    margin-top: -6px;
    margin-left: -10px;
}

label[for="quip-comment-website-qcom"],
input[id=quip-comment-website-qcom]{
    display: none;
}

.quip-allowed-tags {
    display: none;
}

.quip-add-comment textarea {
    width: 60% !important;
    display: block;
    margin-bottom: 10px;
    padding: 15px 10px !important;
    font-size: 15px;
    border-radius: 10px;
    box-shadow:0 0 15px 4px rgba(0,0,0,0.06);
}

button[name=quip-preview] {
    padding: 15px 40px;
    font-size: 15px;
    border-radius: 10px;
    background-color: #4E6E81;
    color: #F4F4F4;
}

button[name=quip-post] {
    background-color: #4E6E81;
    color: #F4F4F4;
    padding: 15px 55px;
    font-size: 15px;
    border-radius: 10px;
    transition: background-color 0.2s linear;
}

button[name=quip-preview]:hover,
button[name=quip-post]:hover {
    cursor: pointer;
    background-color: #688494;
}

.quip-error {
    margin-left: 10px;
}

/*footer*/

.footer {
    width: 100%;
    height: auto;
    background: #472183;
    margin: 0 auto;
    text-align: center;
}

.header__footer {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-top: 10px;
}

.footer__logo img {
    width: 230px;
    margin-top: 10px;
    max-width: 100%;
}

.footer__link {
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    position: relative;
    display: inline-block;
}



.footer__link:hover:before {
    scale: 1;
}


.footer__text {
    display: flex;
    border-top: 1px solid #d6e4e52a;
    padding-top: 10px;
    margin: 0 auto;
    text-align: center;
    width: 800px;
    color: #FEFCF3;
    font-size: 14px;
    line-height: 1.6;
}

.fs-casino-info {
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 15px;
}

.footer-subscribe-wrapper {
    position: fixed;
    padding: 10px;
    background: #000;
    border-radius: 10px 10px 0 0;
    display: flex;
    bottom: 0;
    max-width: 960px;
    margin: auto;
    width: calc(100vw - 30px);
    column-gap: 10px;
    color: #fff;
    z-index: 999999;
}


.fs-telegram-wrapper, .fs-casino-wrapper {
    display: flex;
    align-items: center;
    flex: 3;
    column-gap: 10px;
}

.fs-telegram, .fs-casino {
    flex: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 10px;
}

.fs-telegram-btn a, .fs-casino-btn a {
    background: #0080e0;
    text-decoration: none !important;
    padding: 10px 50px;
    letter-spacing: 1px;
    flex: 1;
    text-align: end;
    color: #ffff;
    border-radius: 10px;
}

.fs-telegram-title, .fs-casino-title {
    font-weight: bold;
}

.fs-other {
    flex: 1;
    text-align: center;
    margin: -10px 0;
    padding: 10px 0;
    border-left: solid 1px rgba(0,0,0,0.14);
    border-right: solid 1px rgba(0,0,0,0.14);
}


.fs-other img {
    padding: 5px;
    border-radius: 10px;
}

.fs-other-title {
    font-weight: bold;
    margin-bottom: 3px;
}

.fs-casino-logo img {
    width: 90px;
    animation-name: size;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

/*back-to-top*/

.back_to_top {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: fixed;
    bottom: 90px;
    right: -50px;
    background: #150050;
    cursor: pointer;
    transition: filter 0.1s linear, bottom 0.4s linear;
}

.back_to_top.active {
    right: 50px;
    transition: 0.4s linear;
}

.back_to_top:hover,
.back_to_top:focus {
    filter: brightness(1.5);
    outline: none;
}

/*not-found*/

.not-found {
    text-align: center;
    font-size: 180px;
    font-weight: 500;
}

.not-found__txt {
    text-align: center;
    font-size: 25px;
}


/*MEDIA*/

@media (min-width: 860px) {
    .header__list li:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        background: #fff;
        border-radius: 6px;
        scale: 0.1;
        transform-origin: left;
        transition: scale 0.25s;
    }

    .footer__link:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        background: #fff;
        border-radius: 6px;
        scale: 0.1;
        transform-origin: left;
        transition: scale 0.25s;
    }

}


@media (max-width: 1200px) {

    .container {
        max-width: 850px;
    }

    .container-main {
        max-width: 1044px;
    }
    
    .header__list {
        gap: 55px;
    }

    /*section*/

    .dropdown {
        width: 45%;
    }
    
    /*CASINO*/
    /*section-main*/

    .main-csn__image {
        flex: 0 0 240px;
    }

    .main-csn__parameter {
        flex: 0 0 550px;
    }

    .csn-play {
        flex: 0 0 200px;
    }

    /*REVIEWS*/

    .quip-add-comment label {
        width: 60% !important;
    }
    
    .footer-subscribe-wrapper {
        max-width: 820px;
    }

}

@media (max-width: 1044px) {

    .container {
        max-width: 800px;
    }

    .container-main {
        max-width: 960px;
    }
    
    /* header */
    
    .header__logo {
        flex: 0 0 160px;
    }
    
    .header__list {
        gap: 50px;
    }
    
    .header__link {
        font-size: 18px;
    }
    
    .langs__btn {
        padding-top: 0;
    }

    /*INDEX*/
    /*section-main*/

    .main__title {
        font-size: 29px;
    }
    
    .main__image {
        margin: auto 0;
    }
    

    /*CASINO*/
    /*section-main*/

    .main-csn__image {
        flex: 0 0 230px;
    }

    .main-csn__parameter {
        flex: 0 0 480px;
    }
    
    .footer-subscribe-wrapper {
        max-width: 770px;
    }

}

@media (max-width: 965px) {

    .container {
        max-width: 720px;
    }

    .container-main {
        max-width: 850px;
    }
    
    /* header */
    
    .header__logo {
        flex: 0 0 135px;
    }
    
    .header__list {
        gap: 45px;
    }
    
    /*INDEX*/
    /*section-main*/

    .main__title {
        text-align: left;
    }
    
    .main-flx {
        flex-direction: column;
    }
    
    .main__image {
        order: 2;
    }
    
    .main__text {
        margin-bottom: 7px;
        margin-left: 0;
    }
    
    .main__image {
        margin: 0 auto;
        width: 500px;
    }
    
    .dropdown {
        width: 50%;
    }
    

    /*CASINO*/
    /*section-main*/
    
    .csn-flx {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .main-csn__image {
        flex: 0 0 250px;
    }

    .main-csn__parameter {
        flex: 0 0 550px;
    }

    .csn-play {
        flex: 0 0 300px;
        margin-top: 10px;
    }

   .parameter__name {
        font-size: 14px;
    }

    /*REVIEWS*/

    .quip-add-comment input[type=text] {
        width: 60% !important;
    }

    .quip-add-comment textarea {
        width: 80% !important;
    }

    .quip-add-comment label {
        width: 70% !important;
    }

    /*footer*/

    .header__footer {
        padding-top: 0;
    }

    .footer__link {
        width: 200px;
        margin-top: 10px;
    }
    
    .footer-subscribe-wrapper {
        max-width: 690px;
    }
    
    .fs-casino-btn a {
        padding: 10px 40px;
    }
    
    .fs-casino-info {
        font-size: 14px;
    }  
    
    .fs-casino-logo img {
        
    }
}

@media (max-width: 860px) {

    .container {
        max-width: 640px;
    }

    .container-main {
        max-width: 780px;
    }
    
    .main {
        padding-top: 50px;
    }
    
    /*header*/

    .header {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 50;
    }
    .header:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #472183;
        z-index: 3;
    }

    .header__body {
        position: relative;
        height: 50px;
    }

    .header__logo {
        flex: 0 0 180px;
        position: relative;
        z-index: 5;
    }

    .header__burger {
        margin-top: 10px;
        display: block;
        position: relative;
        width: 30px;
        height: 30px;
        z-index: 3;
    }

    .header__burger span {
        position: absolute;
        left: 0;
        top: 9px;
        width: 100%;
        height: 2px;
        background: #fff;
        transition: all 0.3s ease 0s;
    }

    .header__burger:before,
    .header__burger:after {
        content: '';
        position: absolute;
        background: #fff;
        width: 100%;
        height: 2px;
        left: 0;
        transition: all 0.3s ease 0s;
    }

    .header__burger:before {
        top: 0;
    }

    .header__burger:after {
        bottom: 10px;
    }

    .header__burger.open:before {
        transform: rotate(45deg);
        top: 9px;
    }

    .header__burger.open:after {
        transform: rotate(-45deg);
        bottom: 18px;
    }

    .header__burger.open span {
        transform: scale(0);
    }

    .header__menu {
        position: fixed;
        top: -100%;
        left: 0;
        width: 100%;
        height: 300px;
        background: #26213a;
        padding-top: 50px;
        transition: all 0.6s ease 0s;
    }

    .header__menu.open {
        top: 0;
    }

    .header__list {
        flex-direction: column;
        gap: 0;
    }
    .header__list li {
        padding: 10px 0 10px 30px;
    }

    .header__link {
        display: block;
        width: 100%;
    }
    
    .langs {
        display: none;
    }
    
   .langs-media {
       display: block;
   }
   
    .lang__nav {
        background: #8065ba;
        padding: 5px 15px;
    }

    /*content*/
    
    .dropdown {
        width: 60%;
    }
    

    .content h2 {
        font-size: 25px;
    }

    .content h3 {
        font-size: 23px;
    }

    /*CASINO*/
    /*section-main*/

    .main-csn__title {
        text-align: left;
    }

    .main-csn__image {
        flex: 0 0 240px;
    }

    .main-csn__parameter {
        flex: 0 0 490px;
    }

    /*faq*/

    .faq__title {
        font-size: 22px;
    }

    .collapsible {
        font-size: 16px;
    }

    /*REVIEWS*/

    .quip-add-comment label {
        width: 80% !important;
    }

    /*not-found*/

    .not-found {
        font-size: 160px;
    }
    
    .footer-subscribe-wrapper {
        max-width: 610px;
    }
    
    
      
    


}

@media (max-width: 785px) {

    .container {
        max-width: 570px;
    }

    .container-main {
        max-width: none;
    }

    .main {
        text-align: left;
    }


    /*section*/
    
    .dropdown {
        width: 70%;
    }

   

    /*CASINO*/
    /*section-main*/
    
    .csn-flx {
        flex-direction: inherit;
    }

    .main-csn__image {
        margin: 0 auto;
    }

    .main-csn__parameter {
        flex: 0 0 85%;
        margin: 10px auto;
    }

    .csn-play {
        display: block;
        margin: 0 auto;
        width: 300px;
    }
    

    /*REVIEWS*/

    .quip-add-comment label {
        width: 88% !important;
    }
    
    /* footer */
    
    .footer__link {
        width: auto;
    }
    
    .footer-subscribe-wrapper {
        max-width: 540px;
    }

}

@media (max-width: 640px) {

    /*CASINO*/
    /*section-main*/

    .main-csn__parameter {
        flex: 0 0 100%;
    }
    
    .btn-dwn {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    }

    /*faq*/

    .collapsible {
        letter-spacing: normal;
    }
    
    .footer__link {
        font-size: 18px;
    }

}

@media (max-width: 570px) {

    .container {
        max-width: none;
    }

    /*INDEX*/
    /*section-main*/
    
    .main__content {
        padding: 0;
    }

    .main__title {
        font-size: 25px;
    }
    
    .img-indx {
        display: none;
    }
    
    .main__image {
        width: 100%;
    }

    .button-play {
        width: 100%;
    }
    
    .dropdown {
        width: 100%;
    }
    
    
    

    /*CASINO*/
    /*section-main*/

    .main-csn__title {
        font-size: 25px;
    }

    /*DEMO */

    .play-demo {
        padding: 12px;
    }

    .play-demo img {
        width: 45px;
    }

    /*REVIEWS*/

    .quip-add-comment input[type=text],
    .quip-add-comment textarea,
    .quip-add-comment label {
        width: 100% !important;
    }

    button[name=quip-preview] {
        margin-bottom: 10px;
    }

    /*not-found*/

    .not-found {
        font-size: 150px;
    }

    .not-found__txt {
        font-size: 22px;
    }
    
    /* footer */
    
    .header__footer {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .footer__link {
        width: 143px;
    }
    
    .footer__logo img {
        width: 200px;
    }
    
    .footer-subscribe-wrapper {
        max-width: none;
    }
    
    


}

@media (max-width: 487px) {
    
    .header__list li {
        padding: 10px 0 10px 10px;
    }

    /*DOWNLOAD*/
    /*section-main*/

    .main__text p {
        text-align: left;
    }

    /*DOWNLOAD*/
    /*section-main*/

    .dwn-image {
        width: 200px;
    }

    /*CASINO*/
    /*section-main*/

    .main-csn__parameter {
        display: block;
        margin-bottom: 0;
    }

    .parameter__col {
        width: 100%;
    }

    .parameter__list li:last-child {
        margin-bottom: 10px;
    }

    .csn-play {
        margin: 0;
        width: 100%;
    }

    /*not-found*/

    .not-found {
        font-size: 100px;
    }

    .not-found__txt {
        font-size: 20px;
    }
    
    .fs-casino-btn a {
    padding: 10px 25px;
    }

    .fs-casino-info {
      display: none;
    }
}

