body {
    background-color: #0B1219;
    color: #8295B3;
    font-size: 18px;
    font-family: 'Ubuntu', sans-serif!important;
}
.tablebodytext {
    display:none!important;
}
.h2, h2 {
    font-weight: bold;

}
.sec {
    position: relative;
}
.sec1 {
    background: url('../images/b1.jpg') bottom no-repeat;
    width: 100%;
    min-height: 600px;
    background-size: cover;
}
.sec1-content, .sec3-content, .sec4-content, .sec5-content,  .sec6-content ,  .sec7-content {
    position: relative;
    z-index: 10;
}
.sec3 {
    background: url('../images/b3.jpg') center no-repeat;
    width: 100%;
    min-height: 600px;
    background-size: cover;
}
.sec5 {
    background: url('../images/b5.jpg') bottom no-repeat;
    width: 100%;
    min-height: 600px;
    background-size: cover;
}
.faq-content h4 {
    color:#fff!important;
    cursor: pointer;
    position: relative;

}
.faq-content h4 a::after {
    content: "";
    position: absolute;
    right: 0;
    top:-10px;
    background: #fff;
    opacity: 0.04;
    width: 50px;
    height: 50px;
    background: url('../images/arrow-w.svg') center center no-repeat;
    opacity: 0.5;
    background-size: contain;
}
.faq-content .panel:hover h4 a::after {
    opacity: 1;
    background: url('../fonts/arrow.svg') center center no-repeat;
    background-size: contain;
}
.faq-content h4 a {
    color:#fff!important;
    padding-right: 60px;
    display: block;
}
.faq-content h4 a::after{
    transform: rotate(180deg);
    transition: all 0.3s ease 0s;
}
.faq-content h4 a.collapsed::after{
    transform: rotate(0deg);
}
.faq-content h4 a:hover {
    color:#fff!important;
    text-decoration: none!important;
}
.faq-content .panel-default {
    padding: 30px 0;
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.logo > img {
    height: 55px;
}

.phones-block {
    position: relative;
}
.phones {
    position: relative;
    z-index: 10;
}
.screen  {
    width: 46%;
    height: 95%;
    top: 2.5%;
    left: 37.3%;
    position: absolute;
    z-index: 20;
    border-radius: 20px;
    overflow: hidden;
    /*background:url('../images/base.jpg') center top no-repeat;*/
    background-size: cover;
}
.header {
    padding: 15px 0;
    position: relative;
    z-index: 100;
}

.menu {
    margin: 0;
    padding: 0;
}
.menu li {
    display: inline-block;
}
.menu li a {
    color: #fff!important;
    font-size: 18px;
    opacity: 1;
    text-transform: uppercase;
    line-height: 55px;
    padding: 0 10px;
    transition: opacity 0.3s ease 0s;
    cursor: pointer;
}
.shadow-bottom::after {
    position: absolute;
    z-index: 0;
    content: "";
    background-image: linear-gradient(180deg, rgba(11,19,26,0.00) 0%, #0B131A 100%);
    height: 200px;
    width: 100%;
    bottom: 0;
    left: 0;
}
.shadow-top::before {
    position: absolute;
    z-index: 0;
    content: "";
    background-image: linear-gradient(0deg, rgba(11,19,26,0.00) 0%, #0B131A 100%);
    height: 200px;
    width: 100%;
    top: 0;
    left: 0;
}
.light-bottom::after {
    position: absolute;
    z-index: 0;
    content: "";
    background: url('../images/light-bottom.svg') bottom no-repeat;
    opacity: 0.5;
    height: 250px;
    width: 100%;
    bottom: 0;
    left: 0;
}
.thumb-wrap {
    position: relative;
    padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
    height: 0;
    overflow: hidden;
}
.thumb-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
}
.dashed-line {
    margin-top: -25%;
    margin-bottom: -17%;
}
.qr-mini {
    position: relative;
}
.qr-zoom {
    visibility: hidden;
    position: absolute;
    z-index: 100;
    opacity: 0;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s;
    box-shadow: 0 0 11px 0 rgba(0,0,0,0.50);


}
.qr-mini:hover .qr-zoom {
    margin-left: -17px;
    margin-top: -17px;
    height: 85px;
    width: 85px;
    visibility: visible;
    opacity: 1;
    cursor:none;
}
.btn-nzt {
    background-image: linear-gradient(90deg, #1DF4A0 0%, #00B4E5 100%);
    box-shadow: 0 0 50px 0 rgba(29,243,162,0.36);
    border-radius: 12px;
    padding: 0 60px;
    text-align: center;
    border: none;
    font-weight: bold;
    color: #292330!important;

}
.btn-lang.active {
    border-radius: 12px;
    text-align: center;
    border: none;
    font-weight: bold;
    background-image: linear-gradient(90deg, #18EAAA 0%, #10D7C0 97%);
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.25);

    color: #1F1615!important;
    line-height: 42px;
    height: 42px;
    display: inline-block;
    width: 42px;
    text-align: center;
}
.btn-qr {
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
    padding: 0;
    border:none;
}
.btn-dwn {
    padding: 0;
    border:none;
}
.btn-nzt-2 {

    background:rgba(255,255,255,.2);
    border-radius: 8px;
    border: none;
    font-weight: bold;
    color: #0FD6C0!important;
    line-height: 50px;
    height: 50px;
    padding: 0 25px;
}
.btn-nzt-lg {
    line-height: 85px;
    height: 85px;
}
.btn-sqr {
    width: 50px;
    padding: 0;
    text-align: center;
    margin-left: 15px;
}
.hr-bottom {
    border-bottom: 1px solid rgba(255,255,255,.15);
}
.poker-apps {
    width: 100%;
    max-width: 480px;
}
.poker-apps tr td{
    vertical-align: middle;
    padding-bottom: 15px;
}
.poker-apps tr td:nth-child(2) {
    padding-left: 25px;
}
.poker-apps tr td:nth-child(2) p {
    margin-bottom: 0!important;
}
.poker-apps .app-icon {
    height: 64px;
}
.plan {
    display: block;
    background: #2B2534;
    margin-bottom: 30px;
    border-radius: 12px;
    padding: 2px;
    cursor: pointer;
}
input[type="radio"]:checked + .plan{
    background-image: linear-gradient(90deg, #1DF4A0 0%, #00B4E5 100%);
    box-shadow: 0 2px 13px 0 rgba(29,243,162,0.15);
}
.plan-inner {
    position: relative;
}
.plan-inner .plan-label {
    font-size: 16px;
    position: absolute;
    line-height: 20px;
    height: 20px;
    top:0;
    margin-top: -10px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    width: 100px;
    text-align: center;
    border-radius: 3px;
    background-image: linear-gradient(90deg, #13DEB9 0%, #0BCBCC 100%);
    left: 50%;
    margin-left: -50px;
    color: #292330;
}
.plan-inner .plan-body {
    background: #2B2534;
    border-radius: 10px 10px 0 0 ;
    padding: 0 20px;
    font-size: 21px;
    color: #fff;
    font-weight: bold;
    padding-top: 30px;
    line-height: 20px;
    padding-bottom: 10px;
}
.plan-inner .plan-footer {
    background: #2B2534;
    border-radius: 0 0 10px 10px  ;
    text-align: center;
    font-size: 16px;
    height: 24px;
    width: 100%;
}
input[type="radio"]:checked + .plan .plan-footer-gr {
    background:transparent;
    color: #292330;
}
.qr-icon {
    margin-top: -2px;
}
.nzt-24 {
    height: 24px;
    display: inline-block;
    margin-top:-2px;
}
.radio {
    width: 24px;
    height: 24px;
    display: inline-block;
    background: #5E5965;
    border-radius: 8px;
    float: left;
    vertical-align: middle;
    margin-right: 10px;
}
input[type="radio"]:checked + .plan .radio {
    background: url('../fonts/checked.svg') no-repeat;
    background-size: contain;
}
.contact-icon {
    height: 70px;
    float: left;
}
.cont {
    line-height: 70px;
    font-size: 18px;

}

/*SLIDESHOW */
.fadein {

}
.fadein img {
    position:absolute;
    left:0;
    top:0;
}
.burger {
    width: 50px;
    height: 50px;
    background: url(../fonts/burger.svg) no-repeat center center;
    cursor: pointer;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    float: right;
    padding: 10px;
    display: none;
}
.mo .burger {
    background: url(../fonts/close.svg) no-repeat center center;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);

}
.list-steps {
    padding-left: 30px;
}
.list-steps li {
    list-style-type: none;
    position: relative;
}
.list-steps li::before{
    content: '';
    display: block;
    height: 30px;
    width: 30px;
    background-size: 30px;
    background-image: url(../fonts/dot.svg);
    background-repeat: no-repeat;
    margin-left: -38px;
    position: absolute;
}
/* MODAL */
.modal-content {
    background: #192430;
}
.modal-header, .modal-body, .modal-footer {
    border-bottom: none;
    border-top: none;
}
.steps {
    padding-bottom: 30px;
    padding-top: 0;
}
.modal-header .close {
    margin-right: -60px;
    color: #fff;
    text-shadow: none;
    font-size: 36px;
    width: 68px;
    height: 68px;
    line-height: 68px;
    padding: 0;
}
.clearmob {
    display: none;
}
@media (max-width: 998px) {
    .clearmob {
        display: block;
        clear: both;
    }
    .tg-icon img {
        margin-top: -3px;
    }

    .wa-icon img {
        margin-top: -3px;
        margin-left: -1px;
    }
    .mw100 {
        width: 100%;
    }
    .steps {
        padding-bottom: 0px;
        padding-top: 30px;
    }
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }
    .burger {
        display: block;
    }
    #menu {
        position: fixed;
        background:#0B1219;
        z-index: 99;
        width: 100%;
        height: 100%;
        top: 0;
        left: 100%;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        overflow: hidden;
        padding-top: 100px;
    }
    .menu li a {
        padding-left: 0;
        font-weight: bold;
        text-transform: none;
        font-size: 24px;
    }
    #menu .menu li {
        display: block;
    }
    #menu .menu {
        max-width: 720px;

        text-align: left;
        margin: auto;
        margin-top: 30px;
        padding: 0 30px;
    }
    .mo #menu {
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        color: #fff;
    }
    .mo {
        overflow: hidden;
    }
    .h-step {
        text-align: center;
    }
    .h-step img.arrow {
        text-align: center!important;
        margin: auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .cl {
        margin-bottom: 30px;
    }
    .cl .btn {
        /* width: 100%;*/
    }
    .sec1 .btn-qr {
        display: none;
    }
    .sec1-content {
        padding-bottom: 0!important;
    }
    .sec2 h2 {
        text-align: center;
        font-weight: bold;
    }
    .mw100 {
        width: 100%;
    }
    .screen  {
        border-radius: 15px;
    }
    .sec1-content {
        padding-top: 0!important;
    }

}
