@import url('/assets/css/blocks/structure.css');
@import url('/assets/css/blocks/breadcrumbs.css');
@import url('/assets/css/blocks/table-main.css');
@import url('/assets/css/blocks/popup.css');

/********** start header************************/
header {
    background: #0A0F1D;
    width: 100%;
}

.header-container {
    padding: 14px 0;
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 20px;
    background-color: #181E31;
    padding: 10px 10px;
    border-radius: 10px
}

.reg-mob {
    display: none !important;
}

.log-mob {
    display: none !important;
}

.header-logo img {
    width: 102;
    height: 32px;
}

.sidenav>ul>li .sidenav__active {
    color: #DA0606;
    position: relative;
}

.sidenav {
    max-width: 570px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.sidenav>ul {
    width: 100%;
}

.sidenav>ul>li {
    position: relative;
}

.open-menu {
    display: none;
    width: 30px;
    height: 23px;
    position: relative;
}

.open-menu span {
    position: absolute;
    height: 3px;
    background: #fff;
    width: 100%;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    top: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.close-menu {
    display: none;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 38px;
    right: 25px;
}

.close-menu span {
    background: #FFF;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.close-menu span:first-child,
.close-menu span:last-child {
    display: none;
}

.close-menu span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.close-menu span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.anim-menu {
    -webkit-transform: translateX(0%) !important;
    -ms-transform: translateX(0%) !important;
    transform: translateX(0%) !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.body_fix .for-mobile-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 70px;
    z-index: 9;
    left: 0;
}

.body_fix {
    width: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
}

.body_fix .open-menu.close-menu {
    position: fixed;
}

.header-menu {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.d_flex {
    display: flex;
    justify-content: flex-end;
}

.sidenav ul li a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 5px;
}

.sidenav ul li {
    position: relative;
    margin-right: 15px;
    padding-right: 15px;
    display: flex;
    align-items: center;
}

.sidenav ul li ul {
    display: none;
    min-width: 180px;
    position: absolute;
    top: 18px;
    left: 0px;
    background-color: #fff;
    border-radius: 3px;
    padding: 15px;
    z-index: 99;
    transition: all .5s;
}

.sidenav>ul>li:hover ul {
    display: block;
}

/*.sidenav>ul>li:before {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    background-image: url(../img/arrow-white.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}*/

.sidenav ul li ul li {
    padding: 5px 0px;
}

.sidenav ul li ul li a {
    color: #286CA2;
    text-transform: capitalize;
}

.menu__right {
    display: flex;
    align-items: center;
}

.dolar {
    width: 32px;
    height: 32px;
    background-color: #539DED;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    cursor: pointer;
}

.dolar svg {
    width: 9px;
    height: 16px;
}

.padark {
    width: 32px;
    height: 32px;
    background-color: #539DED;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}

.padark svg {
    width: 16px;
    height: 16px;
}

.reg {
    background-image: linear-gradient(70deg, #31bc69 -8%, #089e4e 96%);
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 5px 20px;
    margin-right: 10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap
}

.log {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    background: linear-gradient(107deg, rgb(255, 202, 77) 0%, rgb(255, 148, 0) 100%);
    border-radius: 3px;
    padding: 5px 20px;
    margin-right: 10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.setting__icon svg {
    width: 14px;
    height: 14px;
}

.setting__icon {
    margin-right: 10px;
    cursor: pointer;
}

.time select {
    background-color: transparent;
    color: #fff;
    width: 60px;
    margin-right: 10px;
    cursor: pointer;
}

.time select option {
    color: #276aa5;
}

.lengts select {
    background-color: transparent;
    color: #fff;
    width: 40px;
    margin-right: 10px;
    cursor: pointer;
}

.lengts select option {
    color: #276aa5;
}





main {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.main {
    background: #0A0F1D;
    max-width: 1100px;
    width: 100%;
    margin: 20px auto;
    border-radius: 10px;
    overflow: hidden
}


/*******Text block******/
.main__content {
    padding: 30px 30px;
    background-color: #181E31;
    border-radius: 10px;
    margin-top: 20px;

}

.main__content h1 {
    font-size: 30px;
    color: #fff;
    padding-bottom: 10px;
}

.main__content h2,
.main__content h4 {
    font-size: 24px;
    color: #fff;
    padding-bottom: 10px;
}

.main__content h3 {
    font-size: 20px;
    color: #fff;
    padding-bottom: 10px;
}

.main__content a {
    color: #fff;
}

.main__content ul {
    list-style-type: square;
    padding: 18px;
}

.main__content ul li {
    font-size: 16px;
    color: #bdbdbd;
    padding-bottom: 5px;
}

.main__content p {
    font-size: 16px;
    color: #bdbdbd;
    padding-bottom: 20px;
    line-height: 1.5;
}

.main__content strong {
    font-weight: 700;
}

.content__image__min {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 0;
    border-radius: 10px
}

.content__image__min img {
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
    border-radius: 10px
}

.slaider__big {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}


ul.comments {
    padding-left: 0;

}

ul.comments li.comments-item {
    border-top: 1px solid #fff3;
    padding: 15px 0;
    list-style: none;

}

.comments-item strong {
    font-weight: 700;
}

.comments-item span {
    display: inline-block;
    font-size: 12px;
}

.comments-item p {
    padding-bottom: 0;
}

center {
    position: relative;
    margin-top: 20px auto;
}

.youtube__wrap {
    display: grid;
    max-width: 100%;
    margin: 20px auto;
}

.youtube {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}

.youtube__item {
    position: relative;
    padding: 0 0 56% 0;
}

.youtube-absolute {
    border-radius: 5px;
}

.bunners {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 20px;
    max-height: 220px;
    height: 100%;

}

.bunner-big {
    background-image: url("/assets/img/main/bunner-big.webp");
    height: 100%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 10px;
    background-size: cover;
    background-position: center;
}

.bunner__wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}

p.bunner__title {
    font-size: 25px;
    color: #fff;
    margin-bottom: 15px;
    line-height: 1.2;
    padding-bottom: 0;

}



.bunner__descr {
    font-size: 13px;
    text-shadow: 1px 1px 3px;
    opacity: 0.8;
    color: #ccc;
    margin-bottom: 20px;
}

.bunner-links {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

a.bunner__link {
    background-color: #fff;
    margin-right: 15px;
    padding: 5px 15px;
    border-radius: 5px;
    color: #fff;
}

a.small__link {
    color: #000;
    mix-blend-mode: lighten;
}

a.link__yellow {

    background-color: #F4B44F;

}

a.link__gray {
    background-color: #3F414D;
}

.bunner__link:last-child {
    margin-right: 0px;
}

.bunner-small {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;



}

.bunner-item {
    background-image: url("/assets/img/main/bonus-banner-cashback.webp");
    background-size: cover;
    background-position: center;
    height: 100%;
    border-radius: 10px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}

.bunner-item--bg-depozit {
    background-image: url("/assets/img/main/bonus-banner-deposit.webp");
    background-size: cover;
    background-position: center;
    height: 100%;
    border-radius: 10px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}

ul.reviews {
    padding: 0;
}

.reviews li {
    list-style: none;
}

.reviews__item {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #539DED;
    margin-bottom: 15px;

}

p.reviews__title {
    font-size: 16px;
    color: #fff;
    padding-bottom: 10px;
}

.reviews__date {
    font-size: 12px;
    padding-bottom: 5px;
    display: inline-block;

}

p.reviews__text {
    font-size: 14px;
    padding-bottom: 0;
}

@media (max-width: 1300px) {

    .bunners {
        display: grid;
        grid-template-columns: 1fr;
        grid-column-gap: 10px;
        grid-row-gap: 10px;

        height: auto;
        max-height: 100%;

    }

}

@media (max-width: 800px) {

    .main__content {
        padding: 30px 0;

    }

}


/***********Footer************/
.footer {
    background: #0A0F1D;
    padding: 40px 0;
}

.footer__top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0px 0px;
    background: #0A0F1D;
    border-radius: 0 0 10px 10px;
}

.footer-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.footer-logo img {
    width: 70px;
    margin-right: 15px;
}

.footer-line {
    width: 100%;
    height: 1px;
    background-color: #fff3;
}

.footer__topcol {
    width: 100%;
    padding: 25px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.footer__topcol strong {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
}


.footer-phone {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px;
}


.social-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 10px;

}

.social-item {
    margin-right: 10px;
    border-radius: 10px;
    overflow: hidden;
    transition: transform .3s ease-out;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    align-items: center;
}

.social-item:hover {
    transform: scale(1.1);
}

.social-link img {
    width: 21px;
    height: 21px;
}


.bg-tg {
    background: linear-gradient(240.2deg, #0fb1d6 0%, #08c 61.34%);
    box-shadow: 0 5px 16px #4ca2f64d;
}

.bg-you {
    background: linear-gradient(135deg, #ff4f4f 0%, #f00 100%);
    box-shadow: 0 5px 16px #f64c4c4d;
}

.bg-vk {
    background: linear-gradient(108.65deg, #91b8ef 2.63%, #4288ed 101.05%), linear-gradient(135deg, #ff4f4f 0%, #f00 100%);
    box-shadow: 0 5px 16px #4cb9f64d;
}

.bg-inst {
    background: linear-gradient(214.99deg, #7e2bf4 7.65%, #ed146e 51.93%, #ffc90c 95.29%);
    box-shadow: 0 5px 16px #ba4d654d;
}

.sports-list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    justify-self: end;
    max-width: 700px;
}

.sports-item {
    margin-right: 10px;
}

.sports-item:last-child {
    margin-right: 0px;
}

.sports-item img {
    height: 25px;
}


.pay-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 30px 0;
    border-top: 1px solid #fff3;
    border-bottom: 1px solid #fff3
}

.pay-item {

    background-color: #0A0F1D;
    opacity: .4;
    margin-right: 5px;
}

.pay-item:last-child {


    margin-right: 0px;
}

.pay-item:hover {

    background-color: #0A0F1D;
    opacity: 1;
}

.pay-item img {
    height: 19px;
}

.footer__bototm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    /*background: #215783;*/
    border-radius: 5px;
    margin: 5px 0;
}

.footer__cont {
    border-radius: 5px;
    padding: 15px 15px 0 15px;
    min-height: 90px;

}

.footer__cont p {
    margin-bottom: 10px;

}

.footer__cont strong {
    font-weight: 700;
}

.footer__text {
    background: #0A0F1D;
    width: 100%;
    border-radius: 10px;
    min-height: 90px;
}

.footer__text p {
    color: #bed2e4;
    font-size: 12px;
}

.footer__text p a {
    color: #fff;
    font-size: 12px;
}

.footer__call {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer__icon {
    width: 25px;
    margin-right: 15px;
}

.footer__icon svg {
    width: 100%;
    height: 100%;
}

.footer__phone strong {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.footer__phone a {
    color: #bed2e4;
    font-style: 20px;
}


.footer__call {
    max-width: 270px;
    width: 100%;
    border-radius: 10px;
    min-height: 90px;
    background: #181E31;
}

.footer__call .footer__cont {
    display: flex;
    align-items: center;
}

.footer__social {
    width: 270px;
    border-radius: 5px;
}

.footer__social .footer__cont {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0px;
}

.footer__socialtop {
    display: flex;
    justify-content: space-between;
}

.footer__socialnetworks {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 202px;
    width: 100%;
    background: #0A0F1D;
    padding: 10px 5px;
    border-radius: 10px;
}

.footer__network {
    width: 32px;
    height: 32px;
    background: #E9EEF2;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 32px;
    margin-left: 10px;
}

.footer__network svg {
    width: 16px;
    height: 16px;
}

.footer__18 {
    font-size: 18px;
    color: #fff;
    background: #181E31;
    padding: 10px 15px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer__socialbottom {
    background: #539DED;
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 5px;
    margin-top: 5px;
    border-radius: 10px;
}

.footer__socialbottom a {
    text-decoration-line: none;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

/**********Sudbar Left******************/
.sidebare-left {
    width: 15%;
    position: relative;
    padding-top: 10px;
}

.sidebare-left__box {
    position: sticky;
    top: 10px;
    left: 0;
}

.sidebare-left__title {
    background: #1D2438;
    color: #fff;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}

.sidebare-left__titlesub {
    background: #E9EEF2;
    color: #0A0F1D;
    padding: 10px;
    text-transform: uppercase;
}

.ac-sub img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.ac-sub-text-item {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #276aa5;
}

.ac-sub-text-item img {
    width: 10px;
    height: 10px;
}

.ac-subnum {
    font-size: .6875em;
}

.ac {
    border: solid 0.5px #e9eef2;
}

/**********Sudbar Left******************/

.ac-label {
    position: relative;
    padding: .5em 1em;
    display: block;
    cursor: pointer;
    background-color: #fff;
    transition: background-color .15s ease-in-out;
    color: #0A0F1D;
    display: flex;
    align-items: center;
    font-size: 13px;
}



.ac-label>svg {
    margin-right: 10px;
}

.ac-input:checked+label,
.ac-label:hover {
    background-color: #d3dee8
}

.ac-label:after,
.ac-input:checked+.ac-label:after {
    content: "";
    background-image: url('../img/arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    display: block;
    right: 10px;
    top: 0;
    width: 16px;
    height: 100%;
    transition: background-color .15s ease-in-out;
}

.ac-label:hover:after,
.ac-input:checked+.ac-label:after {
    /*background-color: #b5b5b5;*/
}

.ac-input:checked+.ac-label:after {
    content: "";
    transform: rotate(180deg);
}

.ac-input {
    display: none;
}

.ac-sub {
    background-color: #fff;
    border-bottom: solid 0.5px #e9eef2;
}

.ac-text,
.ac-sub-text {
    opacity: 0;
    height: 0;
    transition: opacity .5s ease-in-out;
    overflow: hidden;
}

.ac-input:checked~.ac-text,
.ac-sub .ac-input:checked~.ac-sub-text {
    opacity: 1;
    height: auto;
}

.ac-sub .ac-label {
    background: none;
    font-weight: 600;
    margin-bottom: 0;
}

.ac-sub .ac-label:checked {
    background: none;
    border-bottom: 1px solid #fff;
}

.ac-sub .ac-label:after,
.ac-sub .ac-input:checked+.ac-label:after {
    content: "";
    background-image: url('../img/arrow.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    display: block;
    right: 10px;
    top: 0;
    width: 16px;
    height: 100%;
    transition: background-color .15s ease-in-out;
}

.ac-sub .ac-input:checked+label,
.ac-sub .ac-label:hover {
    background: none;
}

.ac-sub-text {
    padding: 0 1em 0 1em;
}

/**********Sidebare Right******************/
.sidebare-right {
    width: 15%;
    position: relative;
    padding: 10px 0;
}

.sidebare-right-all {
    position: sticky;
    top: 10px;
    left: 0;
}

.sidebare-right__box {
    background: #e9eef2;
    padding: 15px;
}

.sidebare-right__box h2 {
    font-size: 16px;
    color: #276aa5;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
}

.sidebare-right__toggle {
    display: flex;
    justify-content: space-between;
}

.sidebare-right__box form select {
    padding: 5px;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #1D2438;
    border-radius: 5px;
}

.sidebare-right__box form input {
    padding: 5px 10px;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #1D2438;
    border-radius: 5px;
}

.sidebare-right__box form input::placeholder {
    color: #ccc;
}

.sidebare-right__box form button {
    background: #92c738;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 5px;
    border-radius: 5px;
    margin-top: 5px;
    width: 100%;
}

.sidebare-right__toggle {
    background-color: #276aa5;
    border-radius: 5px;
}

.sidebare-right__toggle button {
    width: 50%;
    font-size: 10px;
    color: #fff;
    background-color: #1D2438;
    padding: 7px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebare-right__toggle button svg {
    width: 10px;
    margin-right: 5px;
}

.activebtn {
    background: #D4DEE8 !important;
}

.sidebare-right__text {
    color: #7599b8;
    font-size: 10px;
    text-align: center;
    margin-top: 15px;
}

.sidebare-right__text a {
    color: #3da5ff;
    font-size: 10px;
    text-decoration: underline;
}

.sidebare__androidios {
    margin: 15px 0;
}

.sidebare__androidios-top {
    background-color: #1D2438;
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.sidebare__android {
    color: #fff;
    width: 45%;
    display: flex;
    justify-content: center;
    align-content: center;
    cursor: pointer;

}

.sidebare__android svg {
    margin-right: 10px;
}

.sidebare__ios {
    color: #fff;
    width: 45%;
    display: flex;
    justify-content: center;
    align-content: center;
    cursor: pointer;
}

.sidebare__ios svg {
    margin-right: 10px;
}

.sidebare__x {
    width: 10%;
    padding: 10px 20px;
    cursor: pointer;
}

.sidebare__boxclicck {
    background-color: #E9EEF2;
    padding: 5px;
}

.slaider__item {
    position: relative;
}

.slaider__item img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.slick-arrow {
    width: 35px;
    height: 35px;
    bottom: -10px;
    background-color: #fff;
    opacity: .5;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all .3s linear;

}

.slaider__big:hover .slick-arrow {
    opacity: .5;
}

.slick-prev {
    right: 50px;
    z-index: 999;
}

.slick-prev {
    right: 50px;
    z-index: 999;

}

.slick-next {
    right: 10px;

}

.slick-next:before {
    content: url('/assets/img/slider/arrow-slider.svg');
    transform: rotate(180deg);
    display: block;

}

.slick-prev:before {
    content: url('/assets/img/slider/arrow-slider.svg');
    display: block;
    position: relative;
    bottom: -1px;
}

.slaider__text {
    position: absolute;

    left: 50px;
    bottom: 50%;
    transform: translateY(50%)
}

.slaider__text h2 {
    font-size: 35px;
    color: #fff;
    font-weight: 700;
}

.slaider__text p {
    color: #fff;
    padding: 10px 0;
    max-width: 400px;
}

.slaider__text a {
    margin-top: 20px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 5px;
    background: linear-gradient(107deg, rgb(255, 202, 77) 0%, rgb(255, 148, 0) 100%);
}

.slaider__text-title {
    font-size: 36px;
    font-weight: 700;
    max-width: 650px;
}


/**************Table**************************/
.table__col {}

.table__row {
    display: flex;
    color: #D4DEE8;
    padding: 15px;
}

.table__th {
    display: flex;
    align-content: center;
    width: 40%;
}

.table__right {
    width: 60%;
    overflow: hidden;
}

.table__th img {
    margin-right: 15px;
    width: 15px;
    height: 15px;
}

.table__th a {
    color: #205685;
    font-size: 14px;
    text-decoration: none;
}

.table__right div {
    width: 30%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 15px;
}

.one {
    width: 30%;
}

.tow {
    width: 30%;
}

.tree {
    width: 30%;
}

.last {
    width: 10%;
}

.table__right div:list-child {
    width: 10%;
}

.table__right div span {
    color: #205685;
    font-size: 12px;
}

.table__row-sub {
    background: #fff;
}

.table__th-sub {
    flex-direction: column;
}

.table__th-sub div {
    padding: 5px 0;
}

.table__right span {
    background: #E9EEF2;
    width: 40px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #205685;
    border-radius: 5px;
    margin: 0 5px;
}

@media only screen and (max-width: 1400px) {
    .tree {
        display: none !important;
    }

    .sidebare-left {
        width: 20%;
    }

    .sidebare-right {
        width: 20%;
    }



    .footer__text {
        max-width: 100%;
    }

    .footer__call {
        max-width: 100%;
        margin: 5px 0;
    }

    .footer__social {
        max-width: 100%;
        width: 100%;
    }

    .footer__socialnetworks {
        max-width: 49%;
        width: 50%;
    }

    .footer__18 {
        width: 50%;
    }

    .table__right div {
        width: 50%;
    }
}

@media only screen and (max-width: 1200px) {
    .last {
        display: none !important;
    }

    .setting {
        display: none;
    }

    .padark {
        display: none;
    }

    .time {
        display: none;
    }
}

@media only screen and (max-width: 992px) {
    .table__right {
        width: 50%;
    }

    .table__th {
        width: 50%;
    }

    main {
        flex-direction: column;
    }

    .sidebare-left {
        width: 100%;
        order: 1;
    }

    .sidebare-right {
        width: 100%;
        order: 2;
    }

    .main {
        width: 100%;
        order: 3;
        margin: 0;
        margin-top: 20px;
    }

    .sidebare__boxclicck {
        text-align: center;
    }

    .dolar {
        display: none;
    }

    .lengts {
        display: none;
    }

    .sidenav ul li a {
        font-size: 10px;
    }

    .slaider__text-title {
        font-size: 30px;
    }

    .log {
        margin-right: 0;
    }
}

@media only screen and (max-width: 768px) {

    .slick-next,
    .slick-prev {
        display: none !important;
    }

    .tow {
        display: none !important;
    }

    .table__right div {
        width: 100%;
    }

    .footer__topcol {
        width: 100%;
        padding: 25px 15px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
    }

    .social-list {
        margin-bottom: 25px;
    }

    .pay-list {
        overflow-x: scroll;
    }

    .pay-item {
        min-width: 70px;
    }


}

/**************************MEDIAAAAAAA ***********************************/
@media only screen and (max-width: 768px) {
    .header-menu {
        width: 0px
    }

    .menu__right .reg,
    .menu__right .log {
        display: none;
    }

    .header-container {
        justify-content: space-around;
    }

    .header-logo {
        margin-left: 40px;
        margin-right: auto;
    }

    .sidenav ul li a {
        font-size: 15px;
    }

    .sidenav ul li {
        z-index: 9999;
    }

    .open-menu span:nth-child(2),
    .open-menu span:nth-child(3) {
        top: 10px;
    }

    .open-menu span:last-child {
        top: 20px;
    }

    .open-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        left: 27px;
        z-index: 9999;
        top: 38px;
    }

    .menu-cnt {
        margin: 0;
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 9999;
        top: 70px;
        right: 0;
        overflow-x: hidden;
        padding: 30px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        background-color: #181E31;
    }


    .menu-cnt ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .sidenav ul {
        margin-top: 0;
    }

    .sidenav {
        padding: 0 20px 15px 0;
        margin-top: 25px;
    }

    .sidenav ul li {
        margin: 6px 5px !important;
    }

    .sidenav>ul>li {
        -webkit-transform: translateX(20%);
        -ms-transform: translateX(20%);
        transform: translateX(20%);
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        opacity: 0;
        height: auto;
    }

    .sidenav {
        max-width: 100%;
    }

    .sidenav>ul {
        flex-direction: column;
        align-items: center;
    }

    .sidenav>ul>li {
        text-align: center;
        margin: 15px 5px !important;
    }

    .menu-width {
        width: 0% !important;
        transition: all 0.5s ease 0s !important;
    }

    .transition-menu {
        width: 100% !important;
        transition: all 0.5s ease 0s !important;
    }

    .reg-mob {
        display: flex !important;
    }

    .log-mob {
        display: flex !important;
    }

    .sidenav>ul>li {
        flex-direction: column;
    }

    .sidenav>ul>li:hover ul {
        position: relative;
    }

    .slaider__item {
        height: 240px;
    }

    .slaider__item img {
        height: 100%;
        width: 100%;

    }

    .slaider__text {
        left: 20px;
    }
}





@media only screen and (max-width: 480px) {
    .footer__top {
        flex-wrap: wrap;
    }

    .footer__topcol {
        width: 100%;
    }

    .main__content h1 {
        font-size: 24px;
    }

    .main__content h2 {
        font-size: 20px;
    }

    .main__content p,
    li {
        font-size: 14px;
    }

    .header-container {
        justify-content: space-between;
        align-items: center;
    }

    .header-logo img {
        width: 74px;
        height: 32px;
    }

    .reg-mob {
        font-size: 8px;
        padding: 10px 20px;
    }

    .log-mob {
        font-size: 8px;
        padding: 10px 20px;
    }

    header {
        padding: 0px;
    }


}

th {
    padding: 15px;
    /* border-top: 1px solid #000;
    border-bottom: 1px solid #000;   */
}



@media (max-width:500px) {
    th {
        padding: 0;
    }

    .slaider__text-title {
        font-size: 20px;
    }
}

.footer__links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 0 0 20px 0;
}

.footer__link {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}

.content__action {
    padding: 20px 0;
    background-color: #132E64;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 2;
    font-family: 'Roboto', sans-serif;
    color: #bdbdbd;
}

.content__action strong {
    font-weight: 700;
    text-transform: uppercase;
}

.content__action--1win {
    padding: 0;
}

.action-relative {
    position: relative;
    padding: 20px 0;
}

.content__action__wrap--all {
    max-width: 900px;
    padding: 0px 30px;
    margin: 0 auto;
}

.content__action__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content__action__left {
    display: flex;
    align-items: flex-start;
    margin-right: 10px;
}

.content__action__left picture {
    margin-right: 20px;
    max-width: 50px;
    width: 100%;
    grid-area: picture;
}

.content__action__left picture img {
    width: 50px;
    display: block;
    border-radius: 5px
}

.content__action__left__wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.content__action__btns {
    display: flex;
    align-items: center;
    max-width: 300px;
}

.content__action__btn {
    padding: 7px 20px;
    background-color: #539DED;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.2s linear;
    grid-area: btn;
}

.content__action__btn:hover {
    background-color: #92C737;
}

.content__action__descr {
    max-width: 400px;
    margin-left: 20px;
}

.action__descr__text {
    font-size: 14px;
    display: block;
}

.content__rating__wrap {
    display: flex;
}

.content__rating__wrap p {
    margin-right: 10px;
}

.content__rating__stars img {
    width: 10px;
}

.open-popup {
    cursor: pointer;
}

.dn {
    display: block;
}

@media (max-width:800px) {
    .stars_none {
        display: none;
    }
}

@media (max-width:550px) {
    .content__action__left picture {
        margin-right: 5px;
    }

    .arrow__up__action {
        right: 20px;
    }

    .content__action__btn--all {
        width: 100px;
    }

    .content__action__btn {
        margin-right: 0;
    }

    .content__action {
        padding: 10px;
        padding-left: 0;
        padding-right: 0;
    }

    .content__action p {
        font-size: 12px;
    }

    .content__action--1win {
        padding: 0;
    }

    .content__action__btn {
        font-size: 12px;
    }

    .content__action__descr {
        margin-left: 10px;
    }

    .action__descr__text {
        font-size: 12px;
    }
}


.item_video {
    position: relative;
    padding: 0 0 50% 0;
}

.item_video iframe {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.content__image{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 600px;
    margin: 15px auto;

}
.content__image img{
width: 100%;
display: block;

}