/* raleway-regular - latin_cyrillic */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/raleway-v19-latin_cyrillic-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/raleway-v19-latin_cyrillic-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/raleway-v19-latin_cyrillic-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/raleway-v19-latin_cyrillic-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/raleway-v19-latin_cyrillic-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/raleway-v19-latin_cyrillic-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* raleway-600 - latin_cyrillic */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/raleway-v19-latin_cyrillic-600.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/raleway-v19-latin_cyrillic-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/raleway-v19-latin_cyrillic-600.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/raleway-v19-latin_cyrillic-600.woff') format('woff'), /* Modern Browsers */ url('../fonts/raleway-v19-latin_cyrillic-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/raleway-v19-latin_cyrillic-600.svg#Raleway') format('svg'); /* Legacy iOS */
}
html{scroll-behavior:smooth}
body {
    background: #16151C;
    font-family: 'Raleway', sans-serif;
    color: #FFF;
}
/* html, body{
    overflow-x: hidden;
    } */
    .btn:focus, .btn:active, input, input:active, input:focus {
        outline: none !important;
        box-shadow: none;
        text-decoration: none;
    }

    a:focus {
        outline: none !important;
    }

    .ficon img {
        height: 21px;
    }


    .mbar {
        background: url("../img/line3.svg") no-repeat top right, url("../img/bg_3.jpg") no-repeat center;
        background-size: auto, cover;
    }

    .screen {
        min-height: 100vh;
    }

    #t1 {
        background: url("../img/main_bg.jpg") no-repeat center;
        background-size: cover;
        min-height: 700px;
        height: 100vh;
    }

    #t2 {
        background: #15141A url("../img/bg2line.svg") no-repeat top left;
        background-size: auto, contain;
    }

    #t4 {
        background: url("../img/line5.svg") no-repeat top left,
        linear-gradient(180deg, #16151C 0%, #000000 100%);
        background-size: auto, contain;
    }

    #sCircle {
        transition: all ease 1s;
    }

    .bonus {
        padding: 120px 0;
    }

    .bonus h3 {
        font-style: normal;
        font-weight: 300;
        font-size: 40px;
        line-height: 47px;
        text-align: center;
    }

    .bonus h3 span {
        font-weight: 600;
    }

    .in-input {
        background: transparent;
        border: 1px solid #FFF;
        border-radius: 25px;
        color: #FFF;
        padding: 5px 20px 5px 20px;
        width: 420px;
    }

    .in-input::placeholder {
        color: #FFF;
    }

    .btnWH {
        border-radius: 25px;
        background: #FFF;
        font-family: 'Inter', sans-serif;;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        padding: 6px 15px;
        position: absolute;
        right: 0;
        top: 0;
        color: #BCACFF;
        transition: all ease 0.1s;
    }

    .btnWH:hover {
        text-decoration: none;
        cursor: pointer;
        background: #BCACFF;
        color: #FFF;
    }

    .btnW {
        border-radius: 25px;
        background: #FFF;
        font-family: 'Inter', sans-serif;
        font-style: normal;
        font-weight: 600;
        color: #BCACFF;
        font-size: 16px;
        padding: 13px 80px;
    }

    .mbar .spec {
        margin-top: 60px;
        position: relative;
        display: inline-block;
    }

    footer .spec {
        position: relative;
        display: inline-block;
    }

    .featuresTop {
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 16px;
        text-transform: uppercase;
    }

    .featuresTop span {
        border-right: 3px solid #BCACFF;
        padding: 0 15px 0 15px;
    }

    .featuresTop span:last-child {
        border: none;
    }
    .featuresTop span:first-child {
        padding-left: 0;
    }
    .tbl {
        background: #000;
    }

    .tbl-container {
        position: relative;
    }

    .tbl-block {
        background: #000;

    }

    .tbl-content {
        display: none;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 20;
    }

    .tbl-data {
        width: 50%;
        margin-left: 5%;
    }

    .tbl-right {
        margin-left: 40%;
    }

    .tbl-content p {
        font-family: 'Raleway', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        line-height: 21px;
        color: #E0E0E0;
        padding-right: 50%;
        margin-top: 30px;
    }

    .tbl-bg {
        background: #000 url("../img/line4.svg") no-repeat top right;
        z-index: -1;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

    .tbl-feature {
        max-width: calc(100% / 2);
        font-family: 'Raleway', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 28px;
        background: #A792FE;
        background: -webkit-linear-gradient(to right, #FFC7CD 0%, #A792FE 20%, #A792FE 100%);
        background: -moz-linear-gradient(to right, #FFC7CD 0%, #A792FE 20%, #A792FE 100%);
        background: linear-gradient(to right, #FFC7CD 0%, #A792FE 20%, #A792FE 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: 80px;
    }

    .tbl-content h3 {

    }


    .tbl-banner {
        position: relative;
    }

    .tbl-banner img {
        /*max-height: 900px;*/
        width: 100%;
    }

    .tbl-banner::after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.7) 65.08%);
        opacity: 0.5;
        position: absolute;
        left: 0;
        top: 0;
        line-height: 24px;
        z-index: 1;
    }

    .tbl-banner::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 100;
    }

    .tbl-block:hover > .tbl-banner::after {
        opacity: 0;
    }

    .tbl-block:hover .tbl-bg {
        z-index: 1;
    }

    .tbl-block:hover .tbl-content {
        display: block;
    }

    .tbl-block:hover .tbl-banner {
        z-index: 15;
    }

    .for-host {
        padding: 120px 0;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 21px;
    }

    .for-host h3 {
        font-size: 36px;
        line-height: 45px;
    }

    .for-host p {
        padding-top: 30px;
    }

    .line {
        position: relative;
    }

    .line::after {
        content: '';
        width: .5px;
        height: 180px;
        background: #FFF;
        position: absolute;
        right: -35px;
        top: 20px;
    }

    .line-pad p, h4 {
        padding-left: 90px;
    }

    .line-pad p {
        padding-top: 60px;
    }

    .line-pad h4 {
        padding-top: 30px;
        padding-bottom: 0;
    }

    .fbar {
        background: url("../img/bg4.jpg") no-repeat center;
        background-size: cover;
        padding: 110px 0;
    }

    .fbar h2 {
        font-family: 'Raleway', sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 36px;
        line-height: 45px;
        text-align: center;
    }

    .slide1 {
        background: url("../img/bg_slide_1.jpg") no-repeat center;
        background-size: cover;
    }

    .slide2 {
        background: url("../img/bg_slide_2.jpg") no-repeat center;
        background-size: cover;
    }

    .slide3 {
        background: url("../img/bg_slide_3.jpg") no-repeat center;
        background-size: cover;
    }

    .slide4 {
        background: url("../img/bg_slide_4.jpg") no-repeat center;
        background-size: cover;
    }

    .slide {
        font-family: 'Raleway', sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 21px;
        color: #E0E0E0;
    }

    .slide-head {
        font-family: 'Raleway', sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 54px;
        line-height: 65px;
        color: #FFFFFF;
        margin-bottom: 20px;
    }

    .slide-head span {
        font-weight: 600;
    }

    .slide-pre {
        font-family: 'Raleway', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 28px;
        background: #A792FE;
        background: -webkit-linear-gradient(to right, #FFC7CD 0%, #A792FE 50%, #A792FE 100%);
        background: -moz-linear-gradient(to right, #FFC7CD 0%, #A792FE 50%, #A792FE 100%);
        background: linear-gradient(to right, #FFC7CD 0%, #A792FE 50%, #A792FE 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-bottom: 20px;
    }

    .slide-desc {
        margin-bottom: 40px;
        padding-right: 40%;
    }

    h3 {
        font-style: normal;
        font-weight: 400;
        font-size: 40px;
        line-height: 47px;
    }

    h3 span {
        font-weight: 600;
    }

    h2,h1 {
        font-family: 'Inter', sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 64px;
        line-height: 77px;
    }

    .slider2-slide h3{
        font-family: 'Inter', sans-serif;
    }

    h1 span, h2 span, .slider2-slide h3 span{
        font-weight: 700;
        background: #FFC7CD;
        background: -webkit-linear-gradient(to right, #FFC7CD 0%, #A792FE 30%, #FFC7CD 60%, #A792FE 80%, #FFC7CD 100%);
        background: -moz-linear-gradient(to right, #FFC7CD 0%, #A792FE 30%, #FFC7CD 60%, #A792FE 80%, #FFC7CD 100%);
        background: linear-gradient(to right, #FFC7CD 0%, #A792FE 30%, #FFC7CD 60%, #A792FE 80%, #FFC7CD 100%);
        -webkit-background-clip: text;
        -webkit-box-decoration-break: clone;
        -webkit-text-fill-color: transparent;
        animation: textShine 5s ease-in-out infinite alternate;
        background-size: 200% auto;
    }

    .slogan {
        font-family: 'Raleway', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 28px;
        opacity: .8;
        padding-top: 30px;
    }

    .download {
        padding-top: 80px;
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 28px;
        font-family: 'Raleway', sans-serif;
    }

    .stores img {
        margin-top: 15px;
        margin-right: 1px;
    }

    .storesApple, .storesGoogle {
        height: 51px;
    }

    .desktopLink:hover{
        text-decoration: none;
    }
    .mobileLink{
        display:none;
    }

    #t2 h2 {
      font-family: 'Raleway', sans-serif;
      font-style: normal;
      font-weight: 300;
      font-size: 64px;
      line-height: 75px;
      text-align: center;
    /*background: #FFC7CD;
    background: -webkit-linear-gradient(to right, #FFC7CD 0%, #A792FE 30%, #FFC7CD 60%, #A792FE 80%, #FFC7CD 100%);
    background: -moz-linear-gradient(to right, #FFC7CD 0%, #A792FE 30%, #FFC7CD 60%, #A792FE 80%, #FFC7CD 100%);
    background: linear-gradient(to right, #FFC7CD 0%, #A792FE 30%, #FFC7CD 60%, #A792FE 80%, #FFC7CD 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textShine 5s ease-in-out infinite alternate;
    background-size: 200% auto;*/
}

#t4 h2 {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 64px;
    line-height: 75px;
    text-align: center;
}

#t4 h2 b {
    font-weight: 600;
}
.slider2-slide, .slider2-img .ims{
    opacity:0;
    transition: 0.2s;
}

#t4 h2 span {
    background: #FFC7CD;
    background: -webkit-linear-gradient(to right, #FFC7CD 0%, #A792FE 30%, #FFC7CD 60%, #A792FE 80%, #FFC7CD 100%);
    background: -moz-linear-gradient(to right, #FFC7CD 0%, #A792FE 30%, #FFC7CD 60%, #A792FE 80%, #FFC7CD 100%);
    background: linear-gradient(to right, #FFC7CD 0%, #A792FE 30%, #FFC7CD 60%, #A792FE 80%, #FFC7CD 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    animation: textShine 5s ease-in-out infinite alternate;
    background-size: 200% auto;
}


@keyframes textShine {
    to {
        background-position: 200%;
    }
}

#t2 .row, #t4 .row {
    padding-top: 100px;
}

.phBlock {
    background: rgb(21, 20, 26);
    background: linear-gradient(180deg, #15141A 0%, #000000 30%);
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 771px;
    padding-top: 100px;
}

#t4 .phBlock {
    background: none;
}

.ph2 {
    width: 100%;
    height: 100%;
    background: url("../img/bg2.png") no-repeat center bottom;
    background-size: auto 100%;
}

.ph3 {
    width: 100%;
    height: 100%;
    background: url("../img/earn_bg.png") no-repeat center bottom;
    background-size: auto 100%;
}

#t2 p, #t4 p {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    padding-top: 60px;
}

.gbar {
    padding: 110px 0;
    background: #16151C;
}

.gbar h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 47px;
    margin-bottom: 30px;
}

.badgeX {
 background: linear-gradient(to right, #FFC7CD 0%, #A792FE 30%, #FFC7CD 60%, #A792FE 80%, #FFC7CD 100%);
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
 animation: textShine 5s ease-in-out infinite alternate;
 background-size: 200% auto;
 font-family: "Raleway", sans-serif;
 font-weight: 600;
 font-size: 21px;
 line-height: 25px;
 display: inline-block;
 text-align: center;
 text-transform: uppercase;
 padding: 7px 20px;
 border-radius: 25px;
 margin-bottom: 20px;
}

.badgeFAQ {
    background: linear-gradient(to right, #e2a0a0, #A792FE);
    font-family: Roboto;
    font-style: normal;
    font-size: 12px;
    line-height: 14px;
    /*display: none;*/
    text-align: center;
    text-transform: uppercase;
    padding: 7px 20px;
    border-radius: 25px;
    margin-bottom: 20px;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: inherit;
}
#qu2 .badgeFAQ {
    display: none;
}
/* OLD */

.navbar-toggler{
    border:none
}
.navbar-toggler-icon{
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
.navbar-toggler:focus {
    outline: none !important;
    box-shadow: none;
}

a:hover {
    color: #BCACFF;
}

.navbar-fixed-top .navbar-nav .nav-link:hover {
    color: #BCACFF;
}

.navbar-fixed-top {
    height: 75px;
    position: fixed;
    width: 100%;
}

.navbar-fixed-top .dropdown-menu {
    line-height: 1;
}

.navbar-fixed-top.scrolled {
    background-color: rgba(18, 18, 18, 0.6) !important;
    transition: background-color 200ms linear;
}

.navbar-fixed-top .navbar-nav .nav-link {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #FFF;
}

.logo img {
    height: 33px;
}

.nav-item {
    margin-left: 15px;
}

.btnA {
    background-image: linear-gradient(to right, #FFC7CD, #A792FE, #A792FE, #FFC7CD);
    border-radius: 100px;
    height: 50px;
    line-height: 50px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #FFF;
    padding: 0 66px;
    display: inline-block;
    background-size: 300% 100%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-a:hover, .btnA:hover {
    color: #FFF;
    text-decoration: none;
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-a2 {
    position: absolute;
    background-image: linear-gradient(to right, #FFC7CD, #A792FE, #A792FE, #FFC7CD);
    border-radius: 100px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    padding: 17px 26px;
    display: inline-block;
    margin-left: -120px;
    background-size: 300% 100%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-a2:hover {
    color: #FFF;
    text-decoration: none;
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.modal-result {
    color: #000;
}

.accordion {
    padding-top: 25px;
}

.accordion .btn-link {
    font-family:"Inter", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 22px;
    color: #FFFFFF;
    padding: 15px 30px 15px 0;
    position: relative;
}

.accordion .btn-link::after {
    content: '';
    position: absolute;
    right: 0;
    top: 9px;
    display: inline-block;
    background: url("../img/plus.png") no-repeat 0 0;
    background-size: 30px auto;
    width: 30px;
    height: 30px;
}

.accordion .btn-link.collapsed::after {
    background-position: 0 -35px;
}

.accordion .btn-link:hover, .accordion .btn-link:active {
    text-decoration: none;
    outline: none;
}

.accordion > .card {
    background: transparent;
    border-bottom: transparent !important;
}

.accordion .card-body {
    padding: 20px 0 35px 0;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;

    color: #FFFFFF;

}

.accordion > .card > .card-header {
    padding: 0;
}

footer {
    padding-bottom: 30px;
    margin-top: 100px;
    font-family: 'Roboto', sans-serif;
}

footer .btn-a, footer .btn-a2 {
    color: #000;
}

.footer1 {
    padding-top: 70px;
}

.logoFooter {
    float: left;
    padding-right: 30px;
    margin-right: 27px;
    position: relative;
}

.logoFooter::after {
    content: '';
    border-right: 1px solid rgba(255, 255, 255, 0.22);
    width: 1px;
    height: 68px;
    position: absolute;
    right: 1px;
    top: 5px
}

.logoFooter img {
    width: 39px;
}

.footer1 h2 {
    font-weight: bold;
    font-size: 34px;
    line-height: 40px;
}

.footer1 h3 {
    font-weight: 300;
    font-size: 24px;
    line-height: 28px;
}

.footer2 {
    padding-top: 50px;
}

.footer2 span {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #C4C4C4;
    background: url("../img/line2.png") no-repeat right center;
    background-size: 14px auto;
    padding-right: 22px;
}

.footer2 h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 1;
    padding-top: 13px;
}

.footer2 h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    padding-top: 13px;
}

.footer2 a {
    text-decoration: none;
    color: #FFF;
}

.messengers .viber {
    background: url("../img/viber.png") no-repeat;
    background-size: contain;
}

.messengers .telegram {
    background: url("../img/telegram.png") no-repeat;
    background-size: contain;
}

.messengers .whatsapp {
    background: url("../img/whatsapp.png") no-repeat;
    background-size: contain;
}

.messengers a {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 15px;
}

.messengers {
    padding-top: 15px;
}

.fbl3 {
    padding-right: 100px;
}

.footer3 {
    line-height: 1;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 0.12em;
    margin-top: 30px;
}

.footer3 div {
    padding-top: 25px;
}

.footer3 img {
    width: 64px;
    height: 64px;
    margin-left: 20px;
}

.footer3 span {
    font-weight: 300;
    font-size: 20px;
    display: inline-block;
    margin-right: 20px;
}

.dropdown-menu {
    margin-top: -20px;
    background: #000;
}


.dropdown-menu d,.dropdown-menu div {
    cursor: pointer;
    color: #FFF;
}

.dropdown-menu a:hover,.dropdown-menu div:hover{
    background: #BCACFF;
}

.modal-title {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #000000;
}

.modal-body label {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #646464;
}

.modal-body input[type="text"], .modal-body select {
    border: 1px solid #E4E4E4;
    box-sizing: border-box;
    border-radius: 3px;
    height: 46px;
    line-height: 46px;
}


.modal-body input::placeholder {
    font-weight: normal;
    font-size: 14px;
    line-height: 46px;
    color: #A8A8A8;

}


.modal.show .modal-dialog {
    max-width: 626px;
}

.modal-title {
    padding-top: 20px;
    width: 100%;
}

.foot0 {
    padding: 30px;
    line-height: 30px;
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
}

.foot1 {
    padding: 30px;
    line-height: 30px;
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.foot1 a {
    color: #FFFFFF;
}

.foot1 span {
    display: inline-block;
    padding: 0 30px;
}

.foot1 span.border-r {
    border-right: 1px solid #3F3F3F;
    line-height: 16px;
}

.mp15 {
    padding-right: 25px;
}

.foot2 {
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
}

.tx1 {
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
}

.accordion .card-body {
    padding: 20px 20px;
    background: #000;
    font-size: 16px;
}

.close-modal {
    top: 0px !important;
    right: 0px !important;
}

.btn-a {
    background-image: linear-gradient(to right, #FFC7CD, #A792FE, #A792FE, #FFC7CD);
    border-radius: 100px;
    height: 40px;
    line-height: 40px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #FFF;
    padding: 0 30px;
    display: inline-block;
    background-size: 300% 100%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-b {
    background: transparent;
    border: 1px solid #575757;
    border-radius: 100px;
    height: 40px;
    line-height: 40px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #C8C8C8;
    padding: 0 30px;
    display: inline-block;
    background-size: 300% 100%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

footer .spec input {
    background: transparent;
    border: 1px solid #939393;
    border-radius: 25px;
    color: #939393;
    padding: 12px 20px 12px 20px;
    width: 290px;
}

footer .btn-a2 {
    padding: 13px 26px;
}

.slider2 h2 {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    line-height: 48px;
}

.slider2 {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    padding: 100px 0 45px;
}

.slider2-img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
}

.slider2-img img {
    height: 100%;
}

.slider2-control {
    padding-left: 125px;
}

.slider2-slide h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 47px;
    margin-bottom: 40px;
}

.slider2-control a {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    opacity: 0.2;
}

.mz {
    margin-bottom: 90px;
}

.slider2-control li {
    margin-bottom: 43px;
    list-style: none;
}
.slider2-control li:nth-child(3) {
    margin-bottom: 38px;
}


.slider2-control .active a {
    opacity: 1;
    background: #FFC7CD;
    background: -webkit-linear-gradient(to right, #FFC7CD 0%, #A792FE 30%, #FFC7CD 60%, #A792FE 80%, #FFC7CD 100%);
    background: -moz-linear-gradient(to right, #FFC7CD 0%, #A792FE 30%, #FFC7CD 60%, #A792FE 80%, #FFC7CD 100%);
    background: linear-gradient(to right, #FFC7CD 0%, #A792FE 30%, #FFC7CD 60%, #A792FE 80%, #FFC7CD 100%);
    -webkit-background-clip: text;
    -webkit-box-decoration-break: clone;
    -webkit-text-fill-color: transparent;
    animation: textShine 5s ease-in-out infinite alternate;
    background-size: 200% auto;
}

.slider2-img-holder {
    overflow: hidden;
    height: 100%;
}

.testimonials {
    background: #000;
}

.testimonials-header {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 110px;
    margin-bottom: 60px;
}

.slider3 {
    margin-bottom: 120px;
}

.slider3 .lSSlideOuter .lSPager.lSpg, .command .lSSlideOuter .lSPager.lSpg {
    margin-top: 70px !important;
}

.lSSlideOuter .lSPager.lSpg > li.active a {
    background: linear-gradient(92.74deg, #FFC7CD -6.45%, #A792FE 74%);
    border: none;
}

.lSSlideOuter .lSPager.lSpg > li a {
    background: transparent;
    border: 1px solid #FFFFFF;
}

.slider3-inside {
    background: #16151C;
    margin: 38px 10px 0;
    position: relative;
    padding: 50px 20px 20px 20px;
    font-family: Raleway, 'sans-serif';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    opacity: 0.6;
    transition: all linear 0.3s;
    min-height: 480px;
    display: flex;
    flex-direction: column;
}

.current .slider3-inside {
    opacity: 1;
}

.testim-name {
    font-family: Raleway, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
}

.testim-rate {
    font-size: 16px;
    line-height: 19px;
    margin-top: auto;
}

.testimg-ava {
    border-radius: 50%;
    width: 62px;
    position: absolute;
    left: 50%;
    margin-left: -32px;
    top: -32px;
    border: 1px solid rgba(188, 172, 255, 0.5);
    padding: 9px;
}

.fixedSocial {
    position: fixed;
    z-index: 10;
    right: 0;
    top: 50%;
    padding: 25px 16px;
    background: hsla(0, 0%, 100%, .25);
    border-radius: 16px 0 0 16px;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    margin-top: -78px;
}

.fixedSocial a {
    display: block;
    margin-bottom: 15px;
}

.fixedSocial a:last-child {
    margin-bottom: 0;
}

/*.slider3-slide:nth-child(2)  {*/
    /*    background: #ff0000;*/
    /*}*/

    .command {
        padding-top: 120px;
        padding-bottom: 120px;

    }

    .command h2 {
        margin-bottom: 70px;
    }

    .command-slide {
        width: 270px;
        height: 430px;
        overflow: hidden;
    }

    .command-card {
        perspective: 1000px;
        position: relative;
        width: 100%;
        height: 100%;
        transition: transform 0.8s;
        transform-style: preserve-3d;
    }

    .command-back, .command-front {
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden; /* Safari */
        backface-visibility: hidden;
    }

    .command-back {
        transform: rotateY(180deg);
        background: #000;
        padding: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 19px;
    }

    .command-name {
        font-family: 'Raleway', sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
        line-height: 28px;
        background: #FFC7CD;
        background: -webkit-linear-gradient(to right, #FFC7CD 0%, #A792FE 30%, #FFC7CD 60%, #A792FE 80%, #FFC7CD 100%);
        background: -moz-linear-gradient(to right, #FFC7CD 0%, #A792FE 30%, #FFC7CD 60%, #A792FE 80%, #FFC7CD 100%);
        background: linear-gradient(to right, #FFC7CD 0%, #A792FE 30%, #FFC7CD 60%, #A792FE 80%, #FFC7CD 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        animation: textShine 5s ease-in-out infinite alternate;
        background-size: 200% auto;
    }

    .command-position {
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 19px;
        color: #E0E0E0;

    }

    .accordion .btn-link {
        font-size: 19px;
        line-height: 30px;
    }

    .btnF {
        background: linear-gradient(to right, #FFC7CD, #A792FE);
        border-radius: 80px;
        color: #A792FE;
        display: inline-block;
        font-size: 18px;
        padding: 1px;
        margin-top: 20px;
        text-decoration: none;
    }

    .btnF span {
        background: #16151C;
        display: block;
        padding: 10px 20px;
        border-radius: 60px;
    }

    .btnF span b {
        background: #FFC7CD;
        background: -webkit-linear-gradient(to right, #FFC7CD 0%, #A792FE 30%, #FFC7CD 60%, #A792FE 80%, #FFC7CD 100%);
        background: -moz-linear-gradient(to right, #FFC7CD 0%, #A792FE 30%, #FFC7CD 60%, #A792FE 80%, #FFC7CD 100%);
        background: linear-gradient(to right, #FFC7CD 0%, #A792FE 30%, #FFC7CD 60%, #A792FE 80%, #FFC7CD 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        animation: textShine 5s ease-in-out infinite alternate;
        background-size: 200% auto;
        font-weight: normal;
    }

    .gbtn {
        padding-top: 60px;
    }

    .btnCC {
        display: inline-block;
        margin-bottom: 40px;
        padding-bottom: 10px;
        border-bottom: .5px solid rgba(255, 255, 255, .5);
    }

    .btnCC a {
        display: inline-block;
        width: 100px;
        font-style: normal;
        font-weight: 600;
        font-size: 18px;
        color: #FFF;
        position: relative;
        transition: all linear 0.3s;
    }

    .btnCC a.active {
        background: #FFC7CD;
        background: -webkit-linear-gradient(to right, #FFC7CD 0%, #A792FE 30%, #FFC7CD 60%, #A792FE 80%, #FFC7CD 100%);
        background: -moz-linear-gradient(to right, #FFC7CD 0%, #A792FE 30%, #FFC7CD 60%, #A792FE 80%, #FFC7CD 100%);
        background: linear-gradient(to right, #FFC7CD 0%, #A792FE 30%, #FFC7CD 60%, #A792FE 80%, #FFC7CD 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        animation: textShine 5s ease-in-out infinite alternate;
        background-size: 200% auto;
    }

    .btnCC a::after {
        content: '';
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        left: 0;
        bottom: -12px;
        transition: all linear 0.3s;
        background: transparent;
    }

    .btnCC a.active::after {
        content: '';
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        left: 0;
        bottom: -12px;
        transition: all linear 0.3s;
        background: linear-gradient(to right, #FFC7CD 0%, #A792FE 20%, #A792FE 100%);
    }

    .mainLines {
        position: absolute;
        display: flex;
        bottom: 0;
        right: 0;
        width: 50%;
        height: 100%;
        align-content: end;
        flex-direction: column;
    }

    .mainLines svg {
        margin-top: auto;
        margin-left: auto;
    }

    .slider2-svg {
        position: absolute;
        margin-top: -80px;
    }

    svg {
        overflow: visible !important;
    }

    .svgBL {
        font-style: normal;
        font-weight: bold;
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 0.2em;
        text-transform: uppercase;
        color: #BCACFF;
        text-shadow: 0 0 24.1957px #A792FE;
    }

    .svgBL img {
        padding-bottom: 10px;
    }

    #t3 {
        position: relative;
        overflow: hidden;
    }

    #t3slider {
        position: absolute;
        right: 0;
        height: 462px;
        top: 50vh;
        margin-top: -231px;
    }

    #t3slider_buttons {
        border-radius: 50%;
        background: transparent;
        width: 502px;
        height: 502px;
        position: absolute;
        right: -148px;
        top: 9px;
    }

    #t3slider_bb {
        width: 100%;
        height: 100%;
        position: relative;
        border-radius: 50%;
        transition: all linear .3s;
        transform: rotate(100deg);
    }


    .t3btn {
        background: linear-gradient(92.74deg, #FFC7CD -6.45%, #A792FE 74%);
        min-width: 27px;
        min-height: 27px;
        border-radius: 50%;
        position: absolute;
        transition: width linear .3s;
    }

    .t3btn::after {
        content: " ";
        position: absolute;
        border: 25px solid rgba(188, 172, 255, .3);
        width: calc(100% + 50px);
        height: calc(100% + 50px);
        border-radius: 50%;
        left: -25px;
        top: -25px;
        opacity: 0;
        transition: opacity linear .3s;
    }

    .t3btn::before {
        content: " ";
        position: absolute;
        border: 25px solid rgba(188, 172, 255, .15);
        width: calc(100% + 100px);
        height: calc(100% + 100px);
        border-radius: 50%;
        left: -50px;
        top: -50px;
        opacity: 0;
        transition: opacity ease .6s;
    }

    .t3line {
        position: absolute;
        left: 70px;
        z-index: 3;
    }

    .t3ball {
        opacity: 0;
        transition: opacity ease .3s;
    }

    .t3line svg {
        height: 530px;
    }

    .t3btn.active::after, .t3btn.active::before {
        opacity: 1;
    }

    .t3btn img {
        display: inline;
        line-height: 1;
        padding: 0;
        margin: 0;
    }

    .t3b1, .t3b2 {
        padding: 27px;
        margin-left: -30px;
        margin-top: -35px;
    }

    .t3b3 {
        padding: 27px;
        margin-right: -35px;
        margin-top: -35px;
    }

    .t3b4 {
        padding: 27px;
        margin-right: -35px;
        margin-bottom: -35px;
    }

    .t3b1 {
        left: -13.5px;
        top: 50%;
    }

    .t3b1.active {

    }

    .t3b2 {
        left: 50%;
        top: -13.5px;
    }

    .t3b3 {
        right: -13.5px;
        top: 50%;
    }

    .t3b4 {
        left: 50%;
        bottom: -13.5px;
    }

    #t3slider svg {

    }

    .slider2-img {
        min-width: 30%;
        height: 100%;
    }

    .slider2-img-holder div {
        width: 100%;
        height: 100%;
    }

    .ims1 {
        background: url("../img/s3_slide_1.jpg") no-repeat right center;
        background-size: cover;
    }

    .ims2 {
        background: url("../img/s3_slide_2.jpg") no-repeat right center;
        background-size: cover;
    }

    .ims3 {
        background: url("../img/s3_slide_3.jpg") no-repeat right center;
        background-size: cover;
    }

    .ims4 {
        background: url("../img/s3_slide_4_ru.jpg") no-repeat right center;
        background-size: cover;
    }

    .tbl-i1 {
        background: url("../img/s2_slide_1.jpg") no-repeat -50px 0;
        background-size: cover;
    }

    .tbl-i2 {
        background: url("../img/s2_slide_2.jpg") no-repeat -50px 0;
        background-size: cover;
    }

    .tbl-i3 {
        background: url("../img/s2_slide_3.jpg") no-repeat -50px 0;
        background-size: cover;
    }

    .tblM .lSPager {
        padding-bottom: 100px !important;
    }


    .tbl-mobile-img {
        width: 33%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        overflow: hidden;
    }


    .tbl-mobile-img::after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.7) 65.08%);
        opacity: 0.8;
        position: absolute;
        left: 0;
        top: 0;
        line-height: 24px;
        z-index: 1;
    }

    .tbl-mobile {
        position: relative;
    }

    .tbl-mobile h3 {
        font-size: 30px;
    }

    .tbl-mobile .tbl-data {
        width: 70%;
        position: relative;
        z-index: 10;
        margin-left: 15%;
        margin-right: 15%;
    }


    .t3-mob {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    /*404*/
    .fof h1,.fof h2{
        font-weight: bold;
    }

    .fof h2{
        font-size:32px;
        line-height: 1.5em;
    }
    .fof h2 span{
        font-size:24px;
        font-weight: 400;
    }
    .fof div{
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: start;
        height:100%;
        flex-direction: column;
        padding-top: 64px;
        position: relative;
        z-index: 999;
    }

    .fof a{
        margin-top:32px;
        width: 360px;
        height:64px;
        line-height: 64px;
        font-size:24px;
        font-family: 'Inter', sans-serif;
        font-weight: 600;
    }
    video{
        width:100%;
    }
    #icon-container{
        overflow: hidden;
        height: 100vh;
        width: 100vw;
        position: absolute;
        top: 0;
    }
    #icon-container svg{
        position: absolute;
        top: -350px;
        width: 100%;
        left: -25vw;
        transform: translate3d(0px, 0px, 0px);
        height: 200vh !important;
    }
    .video {
        position: relative;
        z-index: 1;
        cursor: pointer;
        background: url(../img/video.jpg) no-repeat center / cover;
    }
    .video video {
        position: relative;
        z-index: 2;
        opacity: 0;
        vertical-align: middle;
    }
    .video svg {
        position: absolute;
        z-index: -1;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 15%;
        cursor: pointer;
        /*z-index: 3;*/
        transition: .3s;
    }
    .video.play svg {
        opacity: 0;
    }
    .video.play video {
        opacity: 1;
    }
    a.desktopLink svg {
        margin-top: 15px;
        height: 51px;
        width: auto;
    }
    a.desktopLink {
        display: inline-block;
    }
    .dwins__t3line {
        position: relative;
    }
    input[type="text"].error {
        border-color: red;
    }

    .command-slide.show-info .command-card {
        transform: rotateY(180deg);
    }
    @media (min-width: 992px) {
        .command-slide:hover .command-card {
            transform: rotateY(180deg);
        }
    }

    @media (min-width: 1200px) {

        #t3slider {
            transform: scale(1.5);
        }


    }

    @media (max-width: 1300px) {
        .slider2-img{
            min-width: 25%;
        }
    }

    @media (max-width: 1200px) {

        .mainLines svg {
            width: 504px !important;
            height: 500px !important;
        }


        .slider2-control a {
            font-size: 14px;
        }

        .slider2-img{
            min-width: 25%;
        }

        .ims1, .ims2, .ims3, .ims4 {
            background-size: cover;
        }

    }

    @media (max-width: 991px) {
        .slider3-inside {
            opacity: 1
        }
        .btnA {
            display: inline-block;
            height: auto;
            text-align: center;
            line-height: 20px;
            padding: 15px 50px;
        }
        .mainLines {
            display: none
        }
        #t1 .container, .navbar-fixed-top .container {
            max-width: 91.46vw;
            margin: 0 auto;
        }
        #t1 .container .col-lg-10.col-12 {
            padding: 0;
        }
        #t1 .container>.row, .navbar-fixed-top .container>.row {
            margin: 0;
        }
        .navbar-fixed-top {
            padding-left: 0;
            padding-right: 0;
        }
        .featuresTop {
            font-size: 3vw;
            line-height: 4vw;
            display: flex;
        }
        .featuresTop span {
            border-right: .8vw solid #BCACFF;
            padding: 0 2vw 0 2vw;
        }
        .featuresTop span:first-child {
            padding-left: 0;
        }
        .featuresTop span:last-child {
            padding-right: 0;
        }
        #t1 h2, #t1 h1 {
            font-size: 8vw;
            line-height: 10vw;
        }
        .slogan {
            font-size: 5vw;
            line-height: 6vw;
            padding-right: 24vw;
        }
        .download {
            font-size: 5vw;
            line-height: 6vw;
        }
        .stores {
            display: flex;
            justify-content: space-between;
        }
        .storesApple, .storesGoogle {
            height: 13.5vw;
        }
        .stores img {
            margin-top: 4vw;
        }

        .tbl-feature {
            max-width: 100%;
        }
        #t4 h2 {
            font-size: 44px;
            line-height: 55px;
        }

        .slide-head {
            font-size: 40px;
            line-height: 50px;
        }

        #t3slider_bb {
            border: 1px solid #A792FE;
        }

        .command-front {
            text-align: center;
        }

        .slider2-control a {
            font-size: inherit;
        }

        .slider2-img {
            display: none;
        }

        .screen {
            height: auto;
            min-height: inherit;
        }

        #t2 p {
            font-size: 14px;
            line-height: 16px;
        }

        #t2 h2 {
            font-size: 32px;
            line-height: 38px;
        }

        .mainLines svg {
            display: none;
            opacity: 0;
        }

        .slider2-svg svg {
            transform: scale(0.75);
        }

        .slider2 .mz {
            margin-bottom: 60px;
        }

        .slider2-control {
            padding-left: 65px;
            margin-bottom: 80px;
        }

        .slider2-svg {
            position: absolute;
            margin-top: -117px;
            margin-left: -40px;
        }

        .slider2-control a {
            font-size: 14px;
        }
        .navbar-collapse {
            border-bottom-left-radius: 8px;
            border-bottom-right-radius: 8px;
            background: rgba(0, 0, 0, .8);
        }


        #t1 {

            padding: 100px 0;
        }

        #t1 .container {
            padding-right: 0;
            padding-left: 0;
        }


        .foot1 {
            padding: 0;
            font-size: 14px;
            line-height: 16px;
        }

        .foot1 span {
            display: block;
            margin-bottom: 5px;
        }

        .foot1 span.border-r {
            border: none;
            text-align: left;
        }

        footer .btn-a, footer .btn-a2 {
            margin-right: 15px;
        }


        .line-pad p, h4 {
            padding-left: 0;
        }

        .line {
            padding-bottom: 25px;
            border-bottom: .5px solid #FFF;
        }

        .line::after {
            display: none;
        }

        #t3slider {
            display: none;
        }

    /* .slide-head {
        margin-left: 50px;
    }

    .slide-desc, .slide-pre, .slide-control {
        margin-left: 50px;
        padding-right: 0;
        } */

    }

    @media (max-width: 768px) {
        .slider2-control a:hover{
            text-decoration: none;
        }
        .slide-head {
            font-size: 32px;
            line-height: 38px;
        }

        .slide-desc {
            font-size: 14px;
            line-height: 16px;
        }

        #t4 h2 {
            font-size: 32px;
            line-height: 38px;
        }


        #t2 {
            background-size: 100px auto, contain;
        }

        h2 {
            font-size: 32px;
            line-height: 38px;
        }


        .mbar h3 {
            font-size: 24px;
            line-height: 28px;
        }

        .in-input {
            width: 300px;
        }

    }


    @media (max-width: 576px) {

        .fof h2{
            font-size:24px;
            line-height: 1.5em;
        }
        .fof h2 span{
            font-size:16px;
            font-weight: 400;
        }
        .fof div{
            padding-top: 24px;
        }
        #icon-container svg {
            position: absolute;
            top: -150px;
            width: 100%;
            left: 0;
            transform: translate3d(0px, 0px, 0px);
            height: 200vh !important;
        }
        html,body{overflow-x: hidden;}
        #t4 {
            background: url(../img/line5.svg) no-repeat -83px -200px, linear-gradient(180deg, #16151C 0%, #000000 100%);
        }



   /* .ph2 {
        background: url("../img/bg_mobile_new.png") no-repeat center bottom;
        background-size: contain;
        }*/
        .phBlock {
            height: 77vw;
            padding-top: 0;
        }
        .logo img{
            height:22px;
        }
        .navbar-fixed-top{
            height:48px;
        }
        .desktopLink{
            display:none;
        }
        #t1{
            padding-top:125px;
            padding-bottom:80px;
            min-height:unset;
        }
        #t2 p , #t2 p{
            padding-top:28px;
            padding-bottom:24px;
            line-height:20px;
            font-size:15px;
        }
        #t2 .row, #t4 .row {
            padding-top: 60px;
        }
        .tbl-feature{
           background: linear-gradient(to right, #FFC7CD 20%, #A792FE 60%, #A792FE 100%);
           -webkit-background-clip: text;
           -webkit-text-fill-color: transparent;
       }
       .tbl-data p{
        font-weight:600;
        color:#E0E0E0;
        line-height: 20px;
    }
    .tbl-mobile h3{
        font-size:32px;
        line-height:38px;
        margin-bottom:24px;
    }
    .for-host{
        padding-top:64px;
    }
    .mbar {
        background: url("../img/line3.svg") no-repeat 190px -20px, url("../img/bg_3.jpg") no-repeat center;
        background-size: auto, cover;
    }
    .line-pad h4 {
        font-size:18px;
        font-weight:600;
    }
    .line-pad p {
        padding-top: 24px;
    }
    .for-host{
        padding-bottom:54px;
    }
    .btnW {
        font-size:18px;
    }
    .slider2-control li {
        margin-bottom: 10px;
    }
    .slider2-control li:nth-child(2) {
        margin-bottom: 34px;
    }
    .slider2-control li:nth-child(3) {
        margin-bottom: 11px;
    }
    .gbar{
        display:none;
    }
    .faq > div{
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .card-body{
        border-radius:8px;
    }
    .card-body p{
        margin:0;
    }
    footer .spec input {
        width: 83vw;
    }
    .float-left, .info{
        margin-top:24px;
        margin-bottom:24px;
        padding-right:15px;
    }
    .contacts row{
        padding-right:15px;
    }

    .foot1 span {
        padding-left:15px;
    }
    .fbar h2 {
        font-size:24px;
        line-height: 32px;
    }
    .fbar span{
        font-weight:700;
    }
    .fbar {
        padding:60px 0;
    }
    .testimg-ava {
        width: 90px;
        margin-left: -42px;
        top: -38px;
    }
    /* .mainLines{
        display:none;
        } */
        .t3line{
            left: -93px;
        }
        .slide-desc{
            padding-right:30%;
        }
        #t2 {
            background: url(../img/bg2line.svg) no-repeat -37px -20px, url(../img/bl.svg) no-repeat 34px 50px;
            background-size: 100px,50px;
        }
        #t4 {
            background: url(../img/line5.svg) no-repeat -34px -200px, url(../img/bl.svg) no-repeat 34px 54px;
            background-size: 100px,50px;
        }

        .navbar{
            transition:0.5s;
        }
        .navbar.hideMobile{
            transform: translateY(-48px);

        }
    }
    .faq .btn, .faq .card{
        border:none !important;
    }
    @media (max-height: 500px) {

        h2 {
            font-size: 32px;
            line-height: 38px;
        }




        #t1 {
            height: auto;
            padding: 100px 0;
        }


    }

.flex-modal {
    display: flex;
    height: 100%;
    justify-content: space-between;
}
.flex-modal > .flex-modal-content {
    width: 80%;
    display: flex;
    align-items: center;
    white-space: pre-line;
}
