.only-desktop {
    display: none;
}
.only-mobile {
    display: block;
}

/*@media all and (min-width: 768px) and (max-width: 966px) {
    .container {
        width: 768px;
    }
    
}

@media all and (min-width: 480px) and (max-width: 767px) {
    .container {
        width: 480px;
    }
    
}

@media all and (min-width: 320px) and (max-width: 479px) {
    .container {
        width: 320px;
    }
    
}*/

@media all and (max-width: 1024px) {
    .only-mobileBlock {
        display: block;
    }
    .only-mobileInline {
        display: inline;
    }
    .only-mobileInlineBlock {
        display: inline-block;
    }
}

@media (max-width: 1023px) and (orientation:landscape) {
    
}

@media /*(max-width: 1023px) and */(orientation:portrait), (max-width: 899px) {
    .only-mobileBlock {
        display: block;
    }
    .only-mobileInline {
        display: inline;
    }
    .only-mobileInlineBlock {
        display: inline-block;
    }
    body {
        overflow: auto;
    }
    #_bg {
        display: none;
    }
    .soloTitle {
        font-size: 33px;
        width: 220px;
        width: 280px;
        line-height: 40px;
    }
    .btn {
        font-size: 25px;
        height: 50px;
        min-width: 141px;
        border-radius: 50px;
        margin: 0;
        margin-bottom: 20px;
        padding: 0 30px;
        background: rgba(247, 36, 81, .6);
        line-height: 46px;
    }
    .btns {
        margin-top: 30px;
    }
    .soloDesc {
        font-size: 33px;
        width: 270px;
        line-height: 40px;
        margin-top: 40px;
    }
    #logo {
        position: relative;
        top: 0;
        left: 0;
        width: 99px;
        height: 73px;
        display: inline-block;
        margin-top: 20px;
    }
    .body_site_index #logo {
        margin-top: 20px;
        width: 150px;
        height: 112px;
    }
    #openVideo {
        width: 231px;
        height: 232px;
        position: relative;
        top: 0;
        right: 8px;
        display: inline-block;
        margin-top: 20px;
    }
    .testStartArea {
        font-family: 'HelveticaNeueCyr-Roman';
        margin-top: -20px;
    }
    .socials {
        position: relative;
        bottom: 0px;
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .testStartArea .btn {
        min-width: 220px;
    }
    .testStartArea .btns {
        margin-top: 15px;
        margin-bottom: 40px;
    }
    .socials a {
        margin: 0 3.5px;
        width: 35px;
        height: 35px;
        max-width: 35px;
        max-height: 35px;
    }
    .testStartArea .btns a:last-of-type {
        margin-bottom: 0;
    }
    .openMenu {
        display: block;
        width: 40px;
        height: 40px;
        background: url('../images/openMenu.png') center center no-repeat;
        background-size: contain;
        position: absolute;
        top: 20px;
        left: 20px;
        z-index: 200;
    }
    .menu {
        margin: 0;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        background: #fe61a9;
        z-index: 100;
        height: 175px;
        padding: 20px 60px;
        top: -175px;
        transition: .3s all ease;
    }
    .menu.active {
        top: 0;
    }
    .menu li {
        display: block;
        margin: 0;
        position: relative;
    }
    .menu li::after {
        display: none;
    }
    .menu a {
        font-size: 15px;
        display: block;
        padding: 12px 0;
    }
    .modal-dialog {
        margin-top: 10vh;
        width: 320px;
    }
    .btn-close {
        position: absolute;
        top: auto;
        right: auto;
        bottom: -80px;
        font-size: 22px;
        background: #f72451;
        border: 2px solid #fff;
        border-radius: 54px;
        min-width: 216px;
        height: 54px;
        line-height: 48px;
        text-align: left;
        padding-left: 30px;
        transition: .3s all ease;
        left: 60px;
    }
    .btn-close::after {
        top: 16px;
        right: 22px;
        width: 20px;
        height: 20px;
    }
    .testTitle {
        font-size: 33px;
        line-height: 40px;
        margin-top: 20px;
        width: 290px;
    }
    .testCategories {
        margin-top: 40px;
        width: 320px;
    }
    .testCategory,
    .selectric-testCategory {
        width: 100%;
        margin: 0;
    }
    .testCategory .btn,
    .selectric-testCategory .btn {
        height: 50px;
        line-height: 47px;
        font-size: 20px;
    }
    .bs-caret {
        width: 29px;
        height: 16px;
        left: 12px;
        top: 2px;
    }
    .dropdown-menu {
        left: 0;
    }
    .bootstrap-select .dropdown-menu li a {
        font-size: 20px;
        padding: 3px 17px;
        display: inline-block;
        margin-left: 13px;
        border-radius: 34px;
        margin-bottom: 2px;
    }
    .testFormBtn {
        position: absolute;
        right: 30px;
        bottom: 22px;
        min-width: 161px;
        height: 50px;
        line-height: 48px;
        font-size: 17px;
        background: #fff;
        
        position: static;
        margin-top: 20px;
    }
    .modal-content {
        height: 70vh;
    }
    .modal-title {
        font-size: 33px;
        line-height: 40px;
    }
    .modal-header {
        padding: 12px 60px;
    }
    .modal-body .btn {
        margin: 0;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 20px;
    }
    .modal-header .close {
        width: 25px;
        height: 25px;
        top: 18px;
        right: 18px;
    }
    #modalVideo .modal-content {
        height: 184px;
    }
    #modalVideo .modal-dialog {
        margin-top: 20vh;
    }
    .readyTitle {
        font-size: 40px;
        line-height: 44px;
        margin-top: 30px;
    }
    .readyText {
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .readyLink {
        font-size: 20px;
        word-break: break-all;
    }
    .copyLinkArea {
        margin-top: 30px;
    }
    .btn-sm {
        height: 50px;
        min-width: 220px;
        line-height: 46px;
        font-size: 17px;
        padding: 0 20px;
    }
    .readyEmailArea {
        margin-top: 15px;
    }
    .reaTitle {
        font-size: 18px;
    }
    .reaHidden {
        margin-bottom: 20px;
    }
    .reaTitle span {
        height: 17px;
        width: 18px;
        top: 2px;
        left: 2px;
    }
    .reaText {
        font-size: 16px;
        margin-top: 20px;
    }
    #email-form {
        margin-top: 20px;
    }
    .field-test-email {
        display: inline-block;
        margin-right: 0;
        width: 100%;
        margin-bottom: 20px;
    }
    .form-control {
        width: 100%;
        height: 50px;
        line-height: 48px;
        font-size: 17px;
        border-radius: 4px;
        padding: 0 25px;
    }
    .help-block {
        bottom: -18px;
        font-size: 14px;
    }
    .readyImg {
        margin-top: 27px;
    }
    .readyPink {
        font-size: 18px;
        line-height: 21px;
        padding: 46px 30px;
        top: -40px;
        right: -196px;
        width: 250px;
        height: 250px;
        position: relative;
        left: auto;
        right: auto;
    }
    .readyImgTitle {
        font-size: 22px;
    }
    .readyImgImg {
        margin-top: 10px;
        box-shadow: 5px 5px 20px rgba(0, 0, 0, .2);
        width: 320px;
        height: 183px;
    }
    .readyImgRules {
        font-size: 18px;
        left: 0;
        right: 0;
        position: relative;
        margin-bottom: 30px;
        margin-top: -40px;
    }
    .readyPink div {
        font-size: 16px;
        margin-top: 7px;
        line-height: 19px;
    }
    .readyPink div {
        font-size: 16px;
        margin-top: 7px;
        line-height: 19px;
    }
    .body_site_ready .socials {
        bottom: 0;
    }
    .body_site_ready .socials.socialsReady {
        margin-top: 11px;
    }
    .socials.socialsReady a {
        width: 35px;
        height: 35px;
    }
    .body_site_ready #content {
        padding-bottom: 0;
    }
    #content {
        padding: 0 20px;
    }
    .resultTitle {
        font-size: 30px;
        width: 100%;
        margin: auto;
        margin-top: 30px;
    }
    .resultTitleBad {
        font-size: 33px;
        width: 290px;
        line-height: 40px;
    }
    .resultSubtitle {
        margin-top: 0;
        margin-bottom: 40px;
        font-size: 33px;
        width: 290px;
        line-height: 40px;
    }
    .resultRestartLink {
        width: 240px;
        font-size: 17px;
    }
    .resultMatchesTitle {
        font-size: 30px;
        margin-top: 40px;
        margin-bottom: 60px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .matches {
        width: 100%;
        margin: auto;
        max-height: none;
    }
    .match {
        font-size: 24px;
        min-height: 50px;
        height: auto;
        line-height: 28px;
        border-radius: 50px;
        padding: 11px 30px;
        margin: 10px 0;
    }
    .nice-underline::after,
    .nice-underline::before {
        display: none;
    }
    .prizesHotel {
        position: static;
        width: 100%;
    }
    .prizesContent {
        width: 100%;
        padding-left: 0;
        margin-top: 15px;
        left: 0;
        margin-bottom: 50px;
    }
    .prizesTitle {
        font-size: 40px;
        margin-bottom: 10px;
        text-align: center;
        line-height: 50px;
    }
    .prizesText {
        font-size: 20px;
        line-height: 24px;
    }
    .prizesText p {
        margin-bottom: 20px;
    }
    .prizesHotelImage {
        width: 249px;
        height: 206px;
        margin-bottom: 10px;
    }
    .prizesHotelText {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 60px;
    }
    .capHotelImage {
        background: none;
        width: 240px;
        height: 300px;
        margin-bottom: 15px;
        position: relative;
    }
    .capHotelImageInner {
        position: absolute;
        top: -58px;
        left: -54px;
        width: 356px;
        height: 407px;
    }
    .capText1 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .capText2 {
        font-size: 18px;
        line-height: 24px;
    }
    .capVideoBlock {
        width: 100%;
        height: auto;
        background: #000;
        margin-bottom: 20px;
    }
    .pageTitle {
        font-size: 40px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .aboutContent {
        font-size: 17px;
        width: 100%;
        margin-bottom: 40px;
    }
    .aboutList {
        padding-left: 50px;
    }
    .aboutList li {
        margin-bottom: 17px;
    }
    .aboutList li span {
        width: 34px;
        height: 34px;
        line-height: 36px;
        font-size: 20px;
        top: -5px;
        left: -45px;
    }
    .aboutList li div {
        font-size: 15px;
        margin-left: 0;
        margin-top: 10px;
    }
    .aboutText {
        padding-left: 50px;
        margin-top: 15px;
    }
    .aboutText1 {
        margin-top: 20px;
    }
    .aboutText2 {
        margin-top: 20px;
    }
    /**/
    .soloTitle {
        font-size: 9.16666667vw;
        width: 61.11111111vw;
        width: 77.77777778vw;
        line-height: 11.11111111vw;
    }
    .btn {
        font-size: 6.94444444vw;
        height: 13.88888889vw;
        min-width: 39.16666667vw;
        border-radius: 13.88888889vw;
        margin: 0;
        margin-bottom: 5.55555556vw;
        padding: 0 8.33333333vw;
        background: rgba(247, 36, 81, .6);
        line-height: 12.77777778vw;
    }
    .btns {
        margin-top: 8.33333333vw;
    }
    .soloDesc {
        font-size: 9.16666667vw;
        width: 75vw;
        line-height: 11.11111111vw;
        margin-top: 11.11111111vw;
    }
    #logo {
        position: relative;
        top: 0;
        left: 0;
        width: 27.5vw;
        height: 20.27777778vw;
        display: inline-block;
        margin-top: 5.55555556vw;
    }
    .body_site_index #logo {
        margin-top: 5.55555556vw;
        width: 41.66666667vw;
        height: 31.11111111vw;
    }
    #openVideo {
        width: 64.16666667vw;
        height: 64.44444444vw;
        position: relative;
        top: 0;
        right: 2.22222222vw;
        display: inline-block;
        margin-top: 5.55555556vw;
    }
    .testStartArea {
        font-family: 'HelveticaNeueCyr-Roman';
        margin-top: -5.55555556vw;
    }
    .socials {
        position: relative;
        bottom: 0vw;
        margin-bottom: 8.33333333vw;
        margin-top: 8.33333333vw;
    }
    .testStartArea .btn {
        min-width: 61.11111111vw;
    }
    .testStartArea .btns {
        margin-top: 4.16666667vw;
        margin-bottom: 11.11111111vw;
    }
    .socials a {
        margin: 0 0.97222222vw;
        width: 9.72222222vw;
        height: 9.72222222vw;
        max-width: none;
        max-height: none;
    }
    .testStartArea .btns a:last-of-type {
        margin-bottom: 0;
    }
    .openMenu {
        display: block;
        width: 11.11111111vw;
        height: 11.11111111vw;
        background: url('../images/openMenu.png') center center no-repeat;
        background-size: contain;
        position: absolute;
        top: 5.55555556vw;
        left: 5.55555556vw;
        z-index: 200;
    }
    .menu {
        margin: 0;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        background: #fe61a9;
        z-index: 100;
        height: 48.61111111vw;
        padding: 5.55555556vw 16.66666667vw;
        top: -48.61111111vw;
        transition: .3s all ease;
    }
    .menu.active {
        top: 0;
    }
    .menu li {
        display: block;
        margin: 0;
        position: relative;
    }
    .menu li::after {
        display: none;
    }
    .menu a {
        font-size: 4.16666667vw;
        display: block;
        padding: 3.33333333vw 0;
    }
    .modal-dialog {
        margin-top: 10vh;
        width: 88.88888889vw;
    }
    .btn-close {
        position: absolute;
        top: auto;
        right: auto;
        bottom: -22.22222222vw;
        font-size: 6.11111111vw;
        background: #f72451;
        border: 0.55555556vw solid #fff;
        border-radius: 15vw;
        min-width: 60vw;
        height: 15vw;
        line-height: 13.33333333vw;
        text-align: left;
        padding-left: 8.33333333vw;
        transition: .3s all ease;
        left: 16.66666667vw;
    }
    .btn-close::after {
        top: 4.44444444vw;
        right: 6.11111111vw;
        width: 5.55555556vw;
        height: 5.55555556vw;
    }
    .testTitle {
        font-size: 9.16666667vw;
        line-height: 11.11111111vw;
        margin-top: 5.55555556vw;
        width: 80.55555556vw;
    }
    .testCategories {
        margin-top: 11.11111111vw;
        width: 88.88888889vw;
    }
    .testCategory,
    .selectric-testCategory {
        width: 100%;
        margin: 0;
        min-height: 13.88888889vw;
    }
    .testCategory .btn,
    .selectric-testCategory .btn {
        height: 13.88888889vw;
        line-height: 12.77777778vw;
        line-height: 13.05555556vw;
        font-size: 5.55555556vw;
    }
    .bs-caret {
        width: 8.05555556vw;
        height: 4.44444444vw;
        left: 3.33333333vw;
        top: 0.55555556vw;
    }
    .dropdown-menu {
        left: 0;
    }
    .bootstrap-select .dropdown-menu li a {
        font-size: 5.55555556vw;
        padding: 0.83333333vw 4.72222222vw;
        display: inline-block;
        margin-left: 3.61111111vw;
        border-radius: 9.44444444vw;
        margin-bottom: 0.55555556vw;
    }
    .testFormBtn {
        position: absolute;
        right: 8.33333333vw;
        bottom: 6.11111111vw;
        min-width: 44.72222222vw;
        height: 13.88888889vw;
        line-height: 13.33333333vw;
        font-size: 4.72222222vw;
        background: #fff;
        
        position: static;
        margin-top: 5.55555556vw;
    }
    .modal-content {
        height: 70vh;
    }
    .modal-title {
        font-size: 9.16666667vw;
        line-height: 11.11111111vw;
    }
    .modal-header {
        padding: 3.33333333vw 16.66666667vw;
    }
    .modal-body .btn {
        margin: 0;
        margin-left: 2.77777778vw;
        margin-right: 2.77777778vw;
        margin-bottom: 5.55555556vw;
    }
    .modal-header .close {
        width: 6.94444444vw;
        height: 6.94444444vw;
        top: 5vw;
        right: 5vw;
    }
    #modalVideo .modal-content {
        height: 51.11111111vw;
    }
    #modalVideo .modal-dialog {
        margin-top: 20vh;
    }
    .readyTitle {
        font-size: 11.11111111vw;
        line-height: 12.22222222vw;
        margin-top: 8.33333333vw;
    }
    .readyText {
        font-size: 5.55555556vw;
        margin-top: 5.55555556vw;
        margin-bottom: 5.55555556vw;
    }
    .readyLink {
        font-size: 5.55555556vw;
        word-break: break-all;
    }
    .copyLinkArea {
        margin-top: 8.33333333vw;
    }
    .btn-sm {
        height: 13.88888889vw;
        min-width: 61.11111111vw;
        line-height: 12.77777778vw;
        font-size: 4.72222222vw;
        padding: 0 5.55555556vw;
    }
    .readyEmailArea {
        margin-top: 4.16666667vw;
    }
    .reaTitle {
        font-size: 5vw;
    }
    .reaHidden {
        margin-bottom: 5.55555556vw;
    }
    .reaTitle span {
        height: 4.72222222vw;
        width: 5vw;
        top: 0.55555556vw;
        left: 0.55555556vw;
    }
    .reaText {
        font-size: 4.44444444vw;
        margin-top: 5.55555556vw;
    }
    #email-form {
        margin-top: 5.55555556vw;
    }
    .field-test-email {
        display: inline-block;
        margin-right: 0;
        width: 100%;
        margin-bottom: 5.55555556vw;
    }
    .form-control {
        width: 100%;
        height: 13.88888889vw;
        line-height: 13.33333333vw;
        font-size: 4.72222222vw;
        border-radius: 1.11111111vw;
        padding: 0 6.94444444vw;
    }
    .help-block {
        bottom: -5vw;
        font-size: 3.88888889vw;
    }
    .readyImg {
        margin-top: 7.5vw;
    }
    .readyPink {
        font-size: 5vw;
        line-height: 5.83333333vw;
        padding: 12.77777778vw 8.33333333vw;
        top: -11.11111111vw;
        right: -54.44444444vw;
        width: 69.44444444vw;
        height: 69.44444444vw;
        position: relative;
        left: auto;
        right: auto;
    }
    .readyImgTitle {
        font-size: 6.11111111vw;
    }
    .readyImgImg {
        margin-top: 2.77777778vw;
        box-shadow: 1.38888889vw 1.38888889vw 5.55555556vw rgba(0, 0, 0, .2);
        width: 88.88888889vw;
        height: 50.83333333vw;
    }
    .readyImgRules {
        font-size: 5vw;
        left: 0;
        right: 0;
        position: relative;
        margin-bottom: 8.33333333vw;
        margin-top: -11.11111111vw;
    }
    .readyPink div {
        font-size: 4.44444444vw;
        margin-top: 1.94444444vw;
        line-height: 5.27777778vw;
    }
    .readyPink div {
        font-size: 4.44444444vw;
        margin-top: 1.94444444vw;
        line-height: 5.27777778vw;
    }
    .body_site_ready .socials {
        bottom: 0;
    }
    .body_site_ready .socials.socialsReady {
        margin-top: 3.05555556vw;
    }
    .socials.socialsReady a {
        width: 9.72222222vw;
        height: 9.72222222vw;
    }
    .body_site_ready #content {
        padding-bottom: 0;
    }
    #content {
        padding: 0 5.55555556vw;
    }
    .resultTitle {
        font-size: 8.33333333vw;
        width: 100%;
        margin: auto;
        margin-top: 8.33333333vw;
    }
    .resultTitleBad {
        font-size: 9.16666667vw;
        width: 80.55555556vw;
        line-height: 11.11111111vw;
    }
    .resultSubtitle {
        margin-top: 0;
        margin-bottom: 11.11111111vw;
        font-size: 9.16666667vw;
        width: 80.55555556vw;
        line-height: 11.11111111vw;
    }
    .resultRestartLink {
        width: 66.66666667vw;
        font-size: 4.72222222vw;
    }
    .resultMatchesTitle {
        font-size: 8.33333333vw;
        margin-top: 11.11111111vw;
        margin-bottom: 16.66666667vw;
        margin-top: 8.33333333vw;
        margin-bottom: 8.33333333vw;
    }
    .matches {
        width: 100%;
        margin: auto;
        max-height: none;
    }
    .match {
        font-size: 6.66666667vw;
        min-height: 13.88888889vw;
        height: auto;
        line-height: 7.22222222vw;
        line-height: 7.77777778vw;
        border-radius: 13.88888889vw;
        padding: 3.05555556vw 8.33333333vw;
        margin: 2.77777778vw 0;
    }
    .nice-underline::after,
    .nice-underline::before {
        display: none;
    }
    .prizesHotel {
        position: static;
        width: 100%;
    }
    .prizesContent {
        width: 100%;
        padding-left: 0;
        margin-top: 4.16666667vw;
        left: 0;
        margin-bottom: 13.88888889vw;
    }
    .prizesTitle {
        font-size: 11.11111111vw;
        margin-bottom: 2.77777778vw;
        text-align: center;
        line-height: 13.88888889vw;
    }
    .prizesText {
        font-size: 5.55555556vw;
        line-height: 6.66666667vw;
    }
    .prizesText p {
        margin-bottom: 5.55555556vw;
    }
    .prizesHotelImage {
        width: 69.16666667vw;
        height: 57.22222222vw;
        margin-bottom: 2.77777778vw;
    }
    .prizesHotelText {
        font-size: 4.44444444vw;
        line-height: 5.55555556vw;
        margin-bottom: 16.66666667vw;
    }
    .capHotelImage {
        background: none;
        width: 66.66666667vw;
        height: 83.33333333vw;
        margin-bottom: 4.16666667vw;
        position: relative;
    }
    .capHotelImageInner {
        position: absolute;
        top: -16.11111111vw;
        left: -15vw;
        width: 98.88888889vw;
        height: 113.05555556vw;
    }
    .capText1 {
        font-size: 5.55555556vw;
        line-height: 6.66666667vw;
        margin-bottom: 5.55555556vw;
    }
    .capText2 {
        font-size: 5vw;
        line-height: 6.66666667vw;
    }
    .capVideoBlock {
        width: 100%;
        height: auto;
        background: #000;
        margin-bottom: 5.55555556vw;
    }
    .pageTitle {
        font-size: 11.11111111vw;
        margin-top: 4.16666667vw;
        margin-bottom: 4.16666667vw;
    }
    .aboutContent {
        font-size: 4.72222222vw;
        width: 100%;
        margin-bottom: 11.11111111vw;
    }
    .aboutList {
        padding-left: 13.88888889vw;
    }
    .aboutList li {
        margin-bottom: 4.72222222vw;
    }
    .aboutList li span {
        width: 9.44444444vw;
        height: 9.44444444vw;
        line-height: 9.44444444vw;
        line-height: 10vw;
        font-size: 5.55555556vw;
        top: -1.38888889vw;
        left: -12.5vw;
    }
    .aboutList li div {
        font-size: 4.16666667vw;
        margin-left: 0;
        margin-top: 2.77777778vw;
    }
    .aboutText {
        padding-left: 13.88888889vw;
        margin-top: 4.16666667vw;
    }
    .aboutText1 {
        margin-top: 5.55555556vw;
    }
    .aboutText2 {
        margin-top: 5.55555556vw;
    }
    /**/
    .socials a img {
        width: 100%;
        height: 100%;
    }
    /**/
    .page18HeaderText {
        top: 30px;
        font-size: 22px;
        line-height: 26px;
        position: static;
        font-size: 33px;
        line-height: 40px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .page18RulesLink {
        bottom: 30px;
        font-size: 24px;
        position: static;
        line-height: 30px;
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .page18HeaderText {
        top: 8.33333333vw;
        font-size: 6.11111111vw;
        line-height: 7.22222222vw;
        position: static;
        font-size: 9.16666667vw;
        line-height: 11.11111111vw;
        margin-top: 11.11111111vw;
        margin-bottom: 11.11111111vw;
    }
    .page18RulesLink {
        bottom: 8.33333333vw;
        font-size: 6.66666667vw;
        position: static;
        line-height: 8.33333333vw;
        margin-top: 11.11111111vw;
        margin-bottom: 5.55555556vw;
    }
    .outer {
        position: static;
        height: auto;
    }
    .modal-backdrop.in {
        opacity: 0.6;
        filter: alpha(opacity=6);
    }
    /**/
/*    body {
        background: url(../images/bgMobile.png) center center no-repeat, #f72451;
        background-size: cover;
        background-attachment: fixed;
    }*/
/*    .bootstrap-select>select.mobile-device {
        opacity: 1 !important;
    }*/
    #uLogin {
        display: block;
        position: relative;
        top: -46px;
        opacity: 0;
    }
    .ulogin-buttons-container {
        width: 100% !important;
        text-align: center !important;
        direction: rtl;
    }
    .ulogin-buttons-container div {
        display: inline-block !important;
        width: 35px !important;
        height: 35px !important;
        margin: 0 4px !important;
        background: red !important;
        float: none !important;
    }
    
    #uLogin {
        top: -12.77777778vw;
    }
    .ulogin-buttons-container div {
        width: 9.72222222vw !important;
        height: 9.72222222vw !important;
        margin: 0 1.11111111vw !important;
    }
}
