.footer{background-color:var(--bgModal);max-width:100vw;overflow:hidden;padding:50px 20px}@media(max-width:800px){.footer .wrap .row{grid-gap:20px}}@media(max-height:450px),(max-width:700px){.footer{padding:50px 10px 100px}.footer .wrap .row{grid-gap:30px;grid-template-columns:1fr}.footer .wrap .row .col{padding-left:7%}.footer .wrap .last{grid-gap:25px;grid-template-columns:1fr}.footer .wrap .last .inLine{justify-content:center!important}.footer .wrap .last .inLine.top{grid-area:1}}.footer .wrap{margin:0 auto;max-width:1280px}.footer .row{grid-gap:30px;display:grid;grid-template-columns:2fr 1fr 1fr 2fr;padding-bottom:30px;position:relative;width:100%}.footer .row:after{background-color:var(--line);bottom:0;content:"";height:1px;left:50%;position:absolute;transform:translateX(-50%);width:calc(100% - 30px)}.footer .row .col{display:flex;flex-direction:column}.footer .row .col .logo{margin-bottom:20px;width:180px}.footer .row .col a,.footer .row .col p{color:var(--textSecondary);font-size:12px;font-weight:300;line-height:18px;transition:.15s ease}.footer .row .col h2{color:var(--text);font-size:16px;font-weight:400;margin-bottom:8px}.footer .row .col.list a,.footer .row .col.list p{font-size:14px;padding:4px 0}.footer .row .col.list .subLink{cursor:pointer;text-decoration:underline}.footer .row .col.list .subLink,.footer .row .col.list a{display:inline-block}.footer .row .col.list .subLink:hover,.footer .row .col.list a:hover{color:var(--text)}.footer .row.simple{grid-column-gap:20px;grid-row-gap:32px;display:grid;grid-template-columns:repeat(auto-fit,minmax(108px,1fr));padding:30px 0;text-align:center;width:100%}@media(max-width:700px){.footer .row.simple{grid-gap:15px;grid-template-columns:repeat(auto-fit,minmax(80px,1fr))}.footer .row.simple a img{width:100%}}.footer .row.simple img{max-height:45px}.footer .row a{align-items:center;display:flex;justify-content:center;transition:opacity .3s ease}.footer .row a:hover{opacity:.7}.footer .row .icon{width:108px}.footer .last{grid-gap:15px;align-items:center;display:grid;grid-template-columns:1fr 1fr;padding:30px 10px 0}.footer .last .inLine{grid-gap:10px;align-items:center;display:flex;width:100%}.footer .last .inLine svg{height:50px;margin-right:15px;width:50px}.footer .last .inLine p{color:var(--textSecondary);font-size:13px;font-weight:300}.footer .last .inLine:last-child{justify-content:flex-end}.footer .last .inLine .rate{align-items:center;border-radius:20px;color:var(--textSecondary);display:flex;font-size:12px;justify-content:center;padding:10px 15px}.footer .last .inLine iframe{background-color:var(--bgModal);height:40px;width:40px}.footer .last .inLine a{transition:opacity .3s ease}.footer .last .inLine a .licence{border-radius:10px;width:90px}.footer .last .inLine a:hover{opacity:.7}.footer .last .inLine a .ter{height:32px;width:40px}

.headerMobile .wrapper .anAuth .unAuthBtn {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.headerMobile .wrapper .anAuth {
    display: flex;
    gap: 15px;
    margin-left: 10px;
}
.headerMobile .wrapper .sandwich {
    display: none;
}
.headerMobile.unauth .wrapper {
    grid-template-columns: 150px auto;
}
@media (max-width: 500px) {
    .headerMobile .wrapper .anAuth {
        flex-direction: column;
        gap: 7px;
    }
    .headerMobile {
        height: 100px;
         -webkit-backdrop-filter: blur(13px);
        backdrop-filter: blur(13px);
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .headerMobile .wrapper .anAuth .unAuthBtn {
        height: 40px;
        font-size: 15px;
    }
    .headerMobile .wrapper .anAuth .unAuthBtn span {
        font-weight: 400;
    }
}
@media (max-width: 380px) {
    .headerMobile .logo img {
        max-width: 110px;
    }
    .headerMobile.unauth .wrapper {
        grid-template-columns: 110px auto;
    }
}
.css-1xc3v61-indicatorContainer {
    display: flex;
    transition: color 150ms;
    color: rgb(204, 204, 204);
    padding: 8px;
    box-sizing: border-box;
}
.defaultSelect .defaultSelect__indicator {
    color: #475774;
    color: var(--iconColor);
}
.defaultSelect .defaultSelect__dropdown-indicator {
    transition: transform .3s ease, color .3s ease;
}
.css-1wy0on6 {
    -webkit-box-align: center;
    align-items: center;
    align-self: stretch;
    display: flex;
    flex-shrink: 0;
    box-sizing: border-box;
}
.css-8mmkcg {
    display: inline-block;
    fill: currentcolor;
    line-height: 1;
    stroke: currentcolor;
    stroke-width: 0;
}
.css-hlgwow {
    -webkit-box-align: center;
    align-items: center;
    display: grid;
    flex: 1 1 0%;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
    padding: 2px 8px;
    box-sizing: border-box;
}
.css-13cymwt-control {
    -webkit-box-align: center;
    align-items: center;
    cursor: default;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    min-height: 38px;
    position: relative;
    transition: 100ms;
    background-color: rgb(255, 255, 255);
    border-color: rgb(204, 204, 204);
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    outline: 0px !important;
    align-items: center;
}
.defaultSelect .defaultSelect__control {
    background-color: #0000;
    border: 0 !important;
    box-shadow: none;
    cursor: pointer;
    outline: 0;
}
.categoriesBlock .providers.defaultSelect .defaultSelect__control {
    width: 100%;
}
.header {
    -webkit-backdrop-filter: blur(13px);
    backdrop-filter: blur(13px);
}

.wlc-modal__body {
    display: none;
}
.wlc-text-block__subtitle {
    font-size: 22px;
    margin-bottom: 25px;
    text-align: center;
}
.wlc-modal__body button {
    margin-left: auto;
    margin-right: auto;
}
.wlc-modal__text p {
    margin-bottom: 10px;
    text-align: center;
}
.fancybox-bg {
    background: #09090b;
}
.fancybox-content {
    background: #141b31;
    border-radius: 24px;
    padding-top: 60px;
}
.fancybox-content .unAuthBtn {
    height: 50px;
    margin-top: 30px;
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 520px) {
    .fancybox-content {
        padding-left: 30px;
        padding-right: 30px;
    }
}
.text-about {
    color: #90a9bb;
    font-weight: 300;
    font-size: 19px;
    line-height: 150%;
}
.text-about p {
    margin-bottom: 15px;
}
.block-with-text {
    height: 90px;
    overflow: hidden;
    margin-bottom: 26px;
    position: relative;
    min-height: 40px !important;
    transition: all .6s;
}
.block-with-text:after {
    content: '';
    display: block;
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(transparent, #0c111c);
    border-radius: 0 0 15px 15px;
}

.button-show {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    height: 50px;
    background: #141b31;
    color: #4399d6;
    margin-bottom: 40px;
    font-weight: 600;
    gap: 12px;
    border-radius: 15px;
    transition: all .3s;
}

.button-show:after {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    border-top: 2px solid #247cbb;
    border-right: 2px solid #247cbb;
    transition: all .3s;
    transform: rotate(135deg);
    margin-top: -5px;
}

.button-show:hover {
    color: #fff;
    opacity: .8;
}
.button-show:hover:after {
    border-color: #fff;
}

.button-show.opened:after {
    transform: rotate(-45deg);
    margin-top: 5px;
}

.block-with-text.opened {
    height: auto !important;
    padding-bottom: 0 !important;
}
.block-with-text.opened:after {
    display: none;
}

@media (max-width: 1140px) {
    .text-about {
        font-size: 17px;
        margin-bottom: 40px;
    }
    .block-with-text {
        margin-bottom: 15px;
    }
    .block-with-text.opened {
        margin-bottom: 0;
    }
    .button-show {
        height: 45px;
        font-weight: normal;
    }
}

@media (max-width: 460px) {
    .text-about {
        font-size: 15px;
    }
}