.audio-chat {
    /*min-height: 100vh;*/
    min-height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
}
html,body {
	touch-action: pan-x pan-y;
}
.audio-chat * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    user-select: none;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
	touch-action: pan-x pan-y;
}
textarea,input {
	-webkit-user-select: text!important;
}

.audio-chat .header {
    background-color: #dfeaf1;
    padding: 4px 10px;
    border-bottom: 1px solid #98b2e0;
    color: #6a6b72;
    font-size: 15px;
    line-height: 30px;
}
.audio-chat .header .chat {
    color: #4d657f;
    font-weight: bold;
    font-size: 15px ! important;
    display: inline ! important;
}
.audio-chat .btn {
    outline: none ! important;
    /*box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);*/
}
.audio-chat .btn.disabled {
    opacity: 0.4 ! important;
}
.audio-chat .sex-buttons-panel .btn.any.checked {
    opacity: 1 !important;
}
.audio-chat .btn-default {
    background-color: #f5f5f5;
}
.audio-chat .btn-default.checked {
    background: #1e94d4;
    border-color: #0e7cb7;
    color: #ffffff;
}
.audio-chat .opened-label,
.audio-chat .need-update-label {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
}
.audio-chat .peer-problem-label,
.audio-chat .peer-mute-label {
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    color: #ff0000;
    margin-top: 5px;
}
.audio-chat .loading {
    display: flex;
    align-items: center;
    height: 40px;
    font-size: 15px;
    font-weight: bold;
    background-image: url('../images/loading.gif');
    padding-top: 130px;
    padding-left: 0;
    background-position: center;
    background-size: 64px;
    background-repeat: no-repeat;
    /*
    padding-left: 50px;
    background-size: 40px 40px;
    background-position: left center;
    */
}
.audio-chat .loading .customLoader {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.audio-chat .loading.notload {
    background-image: none;
}
.audio-chat .chat-step {
    flex-grow: 1;
    margin: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.audio-chat .chat-step .main-panel {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 500px;
    margin-bottom: 10px;
}
.audio-chat .chat-step.scan .main-panel {
	margin-top: 25px;
	margin-bottom: 0;
}
.audio-chat .chat-step .buttons-panel {
    display: flex;
    flex-direction: column;
    padding-bottom: 60px;
}
.audio-chat .chat-step.connect.error-1 .opened-label {
    display: inherit;
}
.audio-chat .chat-step.connect.error-2 .need-update-label {
    display: inherit;
}
.audio-chat .chat-step.connect.error-1 .loading,
.audio-chat .chat-step.connect.error-2 .loading {
    display: none;
}

.callScreen .mute-toast {
	position: absolute;
	left: 0;
	right: 0;
	padding: 10px;
	margin-top: -70px;
	border-radius: 8px;
	background-color: #3f403f;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

.audio-chat .chat-step.talk .buttons-panel {
    flex-direction: row;
    position: relative;
}
.audio-chat .chat-step.talk .buttons-panel .mute-toast {
    position: absolute;
    left: 0;
    right: 0;
    padding: 10px;
    margin-top: -70px;
    border-radius: 8px;
    background-color: #3f403f;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}
.audio-chat .chat-step.talk.peer-problem .peer-problem-label {
    visibility: visible;
}
.audio-chat .chat-step.talk.peer-mute .peer-mute-label {
    visibility: visible;
}
.audio-chat .chat-step.scan #rec {
    display: none;
}
.audio-chat .chat-step.scan.captcha #rec {
    display: initial;
}
.audio-chat .chat-step.scan.captcha .loading,
.audio-chat .chat-step.scan.captcha .stop-scan-button {
    display: none;
}
.audio-chat .description {
    width: 100%;
    font-size: 14px;
    line-height: 1.3em;
}
.audio-chat .description .title {
    font-family: 'Blogger Sans Bold', Arial, sans-serif;
    font-size: 30px;
    color: #4f648a;
    line-height: 1.5em;
}
.audio-chat .description a {
    text-decoration: none;
    color: #4f648a;
    font-weight: bold;
}
.audio-chat .sex-filter-panel,
.audio-chat .age-filter-panel,
.audio-chat .theme-filter-panel {
    width: 100%;
    margin-top: 20px;
}
.audio-chat .sex-filter-panel .btn:last-child,
.audio-chat .age-filter-panel .btn:last-child,
.audio-chat .theme-filter-panel .btn:last-child {
    margin-bottom: 0;
}
.audio-chat .user-sex,
.audio-chat .peer-sex,
.audio-chat .user-age,
.audio-chat .peer-age,
.audio-chat .color-theme {
    width: 50%;
    float: left;
}
.audio-chat .user-sex,
.audio-chat .user-age,
.audio-chat .color-theme.pr10 {
    padding-right: 10px;
}
.audio-chat .peer-sex,
.audio-chat .peer-age,
.audio-chat .color-theme.pl10 {
    padding-left: 10px;
}
.audio-chat .filter-label {
    font-size: 15px;
    color: #4f648a;
    line-height: 1.2;
}
.audio-chat .user-age-hint,
.audio-chat .peer-age-hint {
    font-size: 14px;
    font-style: italic;
    text-align: center;
    margin-top: 3px;
}
.audio-chat .user-age-hint .asterisk {
    color: #ff0000;
}
.audio-chat .sex-filter-panel .btn,
.audio-chat .age-filter-panel .btn,
.audio-chat .theme-filter-panel .btn {
    width: 100%;
    margin-bottom: 10px;
}
.audio-chat .users-count-panel {
    height: 40px;
    line-height: 1.3em;
    text-align: center;
}
.audio-chat .talking-count {
    font-weight: bold;
}
.audio-chat .nekto {
    position: relative;
    width: 210px;
    height: 210px;
    line-height: 210px;
    text-align: center;
    font-size: 100px;
    font-weight: bold;
    border-radius: 100%;
    background-color: #1e94d4;
    color: #ffffff;
}
.audio-chat .nekto:after {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    border-radius: 100%;
    border: 15px solid #ffffff;
}
.audio-chat .scan-button,
.audio-chat .stop-talk-button,
.audio-chat .go-scan-button,
.audio-chat .go-idle-button {
    color: #ffffff ! important;
    font-weight: bold;
    border-radius: 50px;
}
.audio-chat .scan-button,
.audio-chat .go-scan-button,
.audio-chat .go-idle-button {
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 28px;
    padding-left: 48px;
}
.audio-chat .go-idle-button {
    margin-top: 20px;
}
.audio-chat .scan-button {
    margin-bottom: 20px;
}
.audio-chat .scan-button,
.audio-chat .go-scan-button {
    background-color: #3bb93b;
    background-image: url('../images/ic_call_white_18dp.png');
}
.chrome-btn {
    background-image: url('../images/chrome.svg')!important;
}
.audio-chat .scan-button:hover,
.audio-chat .go-scan-button:hover {
	background-color: rgba(59, 185, 59, 0.9);
}
.audio-chat .scan-button:active,
.audio-chat .go-scan-button:active,
.audio-chat .scan-button:focus,
.audio-chat .go-scan-button:focus {
	background-color: rgba(59, 185, 59, 0.8);
}

.audio-chat .go-idle-button {
    background-color: #1e94d4;
}
.audio-chat .go-idle-button:hover {
    background-color: #2ea4e4;
}
.audio-chat .go-idle-button:active,
.audio-chat .go-idle-button:focus {
    background-color: #0e84c4;
}
.audio-chat .go-idle-button {
    background-image: url('../images/ic_menu_white_48dp.png');
}
.audio-chat .stop-scan-button {
	border: 2px solid #1e94d4;
	color: #1e94d4;
	border-radius: 50px;
	background: transparent;
	font-size: 16px;
	font-weight: 800;
	width: 190px;
}

.audio-chat .stop-scan-button:hover {
	background: rgba(30, 148, 212, 0.1);
}

.audio-chat .stop-scan-button:active {
	background: rgba(30, 148, 212, 0.2);
}
.audio-chat .stop-talk-button {
    background-image: url('../images/ic_call_end_white_18dp.png');
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 28px;
    padding-left: 48px;
}
.audio-chat .stop-talk-button {
    background-color: #ff9d02;
}
.audio-chat .stop-talk-button:hover {
    background-color: #ffad12;
}
.audio-chat .stop-talk-button:active,
.audio-chat .stop-talk-button:focus {
    background-color: #ef8d02;
}
.audio-chat .stop-and-complain-button, .stop-and-complain-button {
    width: 65px;
    margin-left: 10px;
    border: none;
    background-color: transparent;
    background-image: url('../images/report_problem.svg');
    background-size: auto 90%;
    background-repeat: no-repeat;
    background-position: center;
    outline: none;
}
.micro_tab_icon {
    background-image: url('../images/chat_ruletka_active.png');
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    width: 11px;
    display: inline-block;
    vertical-align: sub;
}
.audio-chat .mute-button {
    width: 46px;
    height: 46px;
    margin-left: 10px;
    border: none;
    border-radius: 100%;
    background-color: #f5f5f5;
    background-image: url('../images/ic_mic_black_18dp.png');
    background-size: 28px;
    background-repeat: no-repeat;
    background-position: center;
    outline: none;
}
.audio-chat .mute-button.muted {
    background-image: url('../images/ic_mic_off_white_18dp.png');
    background-color: #1e94d4;
}
.cache_muted_button {
    background-image: url('../images/ic_mic_off_white_18dp.png');
}
.audio-chat .talk-label,
.audio-chat .timer-label {
    font-size: 22px;
    font-weight: bold;
    color: #4f648a;
}
.audio-chat .talk-label {
    margin-top: 10px;
}
.audio-chat .companion-label {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    text-align: center;
    color: #cccccc;
    z-index: 0;
}
.audio-chat .companion-label span {
    background-color: #ffffff;
    padding: 5px;
}
.audio-chat .companion-label:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 0;
    border-top: 1px solid #cccccc;
    z-index: -1;
}
.audio-chat .complain-button {
    font-size: 15px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #000000;
    cursor: pointer;
}
.audio-chat .volume_slider {
    width: 70px;
    height: 30px;
    margin-left: 30px;
    float: right;
    vertical-align: middle;
    overflow: visible ! important;
    background: none;
    transform: translateY(8px)
}
.audio-chat .volume_slider input {
    vertical-align: middle;
    overflow: visible ! important;
    background: none;
}

.volume_slider .vue-slider-dot{
    box-sizing: border-box;
    cursor: pointer;
    outline: none;
    border-radius: 100%;
    background-color: #4d657f!important;
    box-shadow: none!important;
    -webkit-box-shadow: none!important;
}


.volume_slider .vue-slider-rail {
    background-color: #69c4f7;
    border-radius: 2px;
}

.volume_slider .vue-slider-process {
    background-color: #4d657f!important;
	border-radius: 2px;
}

.audio-chat .volume_slider:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    margin-left: -25px;
    margin-top: -22px;
    background-image: url('../images/sound.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
}

.audio-chat .load_init_step {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin: auto;
    padding: 0;
}

@media only screen and (max-width: 991px){
	.audio-chat .chat-step.scan .main-panel {
		margin-top: 4px;
	}
}

@media (max-height: 643px) {
    .img_crop_android_app img {
        max-width: 220px!important;
    }
}

@media (max-height: 550px) {
    .img_crop_android_app img {
        max-width: 180px!important;
    }
}

@media (max-height: 500px) {
    .img_crop_android_app img {
        max-width: 150px!important;
    }
    .swal2-content .navbar-brand {
        font-size: 20px;
    }
}

@media (max-height: 415px) {
    .img_crop_android_app img {
        max-width: 130px!important;
    }
    .swal2-content .navbar-brand {
        font-size: 16px;
    }
}


@media (max-width: 435px) {
    .audio-chat .sex-filter-panel,
    .audio-chat .age-filter-panel,
    .audio-chat .theme-filter-panel {
        margin-top: 10px;
    }
    .audio-chat .sex-filter-panel .filter-label,
    .audio-chat .age-filter-panel .filter-label,
    .audio-chat .theme-filter-panel .filter-label,
    .audio-chat .sex-filter-panel .user-age-hint,
    .audio-chat .age-filter-panel .user-age-hint,
    .audio-chat .theme-filter-panel .user-age-hint,
    .audio-chat .sex-filter-panel .peer-age-hint,
    .audio-chat .age-filter-panel .peer-age-hint,
    .audio-chat .theme-filter-panel .peer-age-hint {
        font-size: 12px;
    }
    .audio-chat .sex-filter-panel .btn,
    .audio-chat .age-filter-panel .btn,
    .audio-chat .theme-filter-panel .btn {
        font-size: 12px;
        margin-bottom: 0;
    }
    .audio-chat .age-filter-panel .btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }
    .audio-chat .age-filter-panel .btn:first-child:not(:only-child) {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .audio-chat .age-filter-panel .btn:last-child:not(:only-child) {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .audio-chat .age-filter-panel .btn:not(:first-child):not(:only-child) {
        border-top: 0;
    }
    .audio-chat .sex-buttons-panel {
        display: flex;
    }
    .audio-chat .sex-buttons-panel .btn.any,
    .audio-chat .sex-buttons-panel .btn.male,
    .audio-chat .sex-buttons-panel .btn.female {
        padding-left: 2px;
        padding-right: 2px;
    }

    .audio-chat .sex-buttons-panel .btn.any {
        flex: 1 0;
    }
    .audio-chat .sex-buttons-panel .btn.male,
    .audio-chat .sex-buttons-panel .btn.female {
        font-size: 0;
        flex: 0.5 0;
    }
    .audio-chat .sex-buttons-panel .btn.male:after,
    .audio-chat .sex-buttons-panel .btn.female:after {
        font-size: 12px;
    }
    .audio-chat .sex-buttons-panel .btn.any {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .audio-chat .sex-buttons-panel .btn.male {
        border-left: 0;
        border-radius: 0;
    }
    .audio-chat .sex-buttons-panel .btn.male:after {
        content: 'М';
    }
    .audio-chat .sex-buttons-panel .btn.female {
        border-left: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .audio-chat .sex-buttons-panel .btn.female:after {
        content: 'Ж';
    }
}
@media (max-height: 540px) {
    .audio-chat .chat-step {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .audio-chat .description {
        font-size: 13px;
    }
    .audio-chat .description .title {
        line-height: 1em;
    }
    .audio-chat .buttons-panel {
        padding-bottom: 50px ! important;
    }
    .audio-chat .scan-button {
        margin-bottom: 10px;
    }
    .audio-chat .nekto {
        width: 168px;
        height: 168px;
        line-height: 168px;
        font-size: 80px;
    }
    .audio-chat .nekto:after {
        top: 16px;
        left: 16px;
        bottom: 16px;
        right: 16px;
        border-width: 12px;
    }
}
@media only screen and (max-height: 540px) and (orientation: landscape) {
    .audio-chat .buttons-panel {
        padding-bottom: 20px ! important;
    }
}
.modal-glass {
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 5;
}
.popup-panel {
    width: 320px;
    background-color: #ffffff;
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.7);
    z-index: 5;
}
.popup-panel * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    user-select: none;
	-webkit-user-select: none;
}
.popup-content {
    position: relative;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.swal2-content .question {
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 40px;
    margin: 10px 0 15px 0;
    color: #87adbd;
    font-size: 30px;
    text-align: center;
    border: 2px solid #c9dae1;
    border-radius: 100%;
}
.swal2-content .title {
    margin-bottom: 8px;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.3em;
    text-align: center;
    color: #595959;
}
.swal2-content .content {
    display: block;
    margin-bottom: 8px;
    text-align: center;
    font-size: 14px;
    color: #545454;
}
.swal2-content .buttons-panel {
    margin-top: 12px;
    font-size: 0;
}
.swal2-content .btn {
    width: 120px;
    margin: 4px;
    font-weight: bold;
    color: #ffffff ! important;
}
.permission-popup .swal2-actions {
    margin: 0 !important;
}
.permission-popup .swal2-actions button {
    width: auto;
}
.popup-content .btn.finish {
    background-color: #ff9d02;
}
.popup-content .btn.finish:hover {
    background-color: #ffad12;
}
.popup-content .btn.finish:active,
.popup-content .btn.finish:focus {
    background-color: #ef8d02;
}
.popup-content .btn.finish:disabled {
    display: none;
}
.popup-content .btn.cancel {
    background-color: #6ac065;
}
.popup-content .btn.cancel:hover {
    background-color: #7ad075;
}
.popup-content .btn.cancel:active,
.popup-content .btn.cancel:focus {
    background-color: #5ab055;
}
.talk-popup {
    width: 340px;
}
.talk-popup .content {
    font-size: 13px;
}
.talk-popup .abuse {
    display: none;
}
.talk-popup.abuse .normal {
    display: none;
}
.talk-popup.abuse .abuse {
    display: initial;
}
.abuse-report-popup .abuse-type-button {
    width: 100%;
    margin: 5px 0;
    font-size: 16px;
    font-weight: normal;
    color: #000000 ! important;
    background-color: #f5f5f5;
}
.abuse-report-popup .abuse-type-button:active {
    background: #1e94d4;
    border-color: #0e7cb7;
    color: #ffffff ! important;
}
.permission-popup .close-cross-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    background: 0 0;
    border: none;
    outline: none;
    color: #888888;
    font-family: serif;
    font-size: 30px;
    cursor: pointer;
}
.permission-popup .close-cross-button:hover {
    color: #f27474;
}
.permission-popup .close-button {
    width: auto;
    background-color: #6ac065;
}
.permission-popup .close-button:hover {
    background-color: #7ad075;
}
.permission-popup .close-button:active,
.permission-popup .close-button:focus {
    background-color: #5ab055;
}
.permission-popup .title {
    color: #ff0000;
}
.permission-popup .hint-image-firefox,
.permission-popup .hint-image-chrome,
.permission-popup .hint-image-edge {
    display: inline-block;
    background-size: 100% 100%;
    border: 1px dashed #cccccc;
    position: relative;
}
@keyframes pulse {
    0% {
        transform: scale(1.2);
        opacity: 0.9;
    }
    100% {
        transform: scale(0.3);
        opacity: 0.2;
    }
}
.permission-popup .hint-image-firefox:after,
.permission-popup .hint-image-chrome:before,
.permission-popup .hint-image-chrome:after,
.permission-popup .hint-image-edge:after {
    content: '';
    position: absolute;
    top: 6px;
    width: 35px;
    height: 35px;
    background: rgba(0, 255, 0, 0.3);
    animation: pulse 0.8s infinite ease-in-out;
    border-radius: 35px;
}
.permission-popup .hint-image-firefox {
    width: 199.5px;
    height: 48px;
    background-image: url('../images/firefox.png');
}
.permission-popup .hint-image-firefox:after {
    left: 18px;
    width: 95px;
}
.permission-popup .hint-image-chrome {
    width: 244.5px;
    height: 48px;
    background-image: url('../images/chrome.png');
}
.permission-popup .hint-image-chrome:before {
    left: 10px;
}
.permission-popup .hint-image-chrome:after {
    left: 148px;
}
.permission-popup .hint-image-edge {
    width: 200px;
    height: 57px;
    background-image: url('../images/edge.png');
}
.permission-popup .hint-image-edge:after {
    top: 11px;
    left: 88px;
}
.age-popup .close-button {
    width: 120px;
    background-color: #6ac065;
}
.age-popup .close-button:hover {
    background-color: #7ad075;
}
.age-popup .close-button:active,
.age-popup .close-button:focus {
    background-color: #5ab055;
}

.swal2-container.swal2-grow-fullscreen > .swal2-modal.androidPopup {
    min-height: 100%;
    align-self: auto;
}

.horizontal_adv_container {
    display: none;
}

#audio-chat-container {
	touch-action: pan-x pan-y;
}

@media only screen and (max-width: 767px), screen and (max-height: 430px){
    .audio-chat {
        padding-top: 40px;
    }
    #tabs-container.state-init, #tabs-container.state-idle, #tabs-container.state-connect {
        display: block;
    }
    .state-idle .audio-chat, .state-init .audio-chat, .state-connect .audio-chat {
        padding-top: 70px;
    }
    .state-idle .header, .state-init .header, .state-connect .header {
        /*visibility: hidden;*/
        display: none;
    }
    .leftBlock{
        margin-top: 40px;
    }

    #audio-chat-container.advState {
        display: flex;
        flex: 1 1 auto;
        overflow: auto;
		touch-action: pan-x pan-y;
        min-height: 0;
    }
}

@media only screen and (orientation: portrait) and (max-height: 820px) and (max-width: 990px){
    .audio-chat .nekto::after{
        top: 18px;
        left: 18px;
        bottom: 18px;
        right: 18px;
        border: 15px solid #fff;
    }
    .audio-chat .nekto {
        font-size: 88px;
        width: 190px;
        height: 190px;
        line-height: 190px;
    }
    .companion-label{
        display: none;
    }
    .audio-chat .chat-step .buttons-panel {
        padding-bottom: 0px!important;
    }
}

@media only screen and (orientation: portrait) and (max-height: 750px) {
    .audio-chat .nekto::after{
        top: 16px;
        left: 16px;
        bottom: 16px;
        right: 16px;
        border: 12px solid #fff;
    }
    .audio-chat .nekto {
        font-size: 88px;
        width: 180px;
        height: 180px;
        line-height: 180px;
    }
    .audio-chat .chat-step .buttons-panel {
        padding-bottom: 0px!important;
    }
}

@media only screen and (orientation: portrait) and (max-height: 690px) {
    .audio-chat .nekto::after{
        top: 15px;
        left: 15px;
        bottom: 15px;
        right: 15px;
        border: 12px solid #fff;
    }
    .audio-chat .nekto {
        font-size: 58px;
        width: 130px;
        height: 130px;
        line-height: 130px;
    }
    .audio-chat .chat-step .buttons-panel {
        padding-bottom: 0px!important;
    }
}

@media only screen and (orientation: portrait) and (max-height: 590px) {
    .audio-chat .nekto::after{
        top: 15px;
        left: 15px;
        bottom: 15px;
        right: 15px;
        border: 12px solid #fff;
    }
    .audio-chat .nekto {
        font-size: 58px;
        width: 130px;
        height: 130px;
        line-height: 130px;
    }
    .buttons-panel {
        padding-bottom: 0px!important;
    }
}

@media screen and (orientation: landscape) and (max-height: 430px)  {
    #audio-chat-container.advState {
        display: flex;
        flex-direction: row;
        min-height: 100%;
    }
    .advState .audio-chat {
        flex-direction: column;
        width: 60%;
    }
    .advState .horizontal_adv_container {
        display: flex;
        background: whitesmoke;
        flex-direction: column;
        width: 40%;
        min-height: 100%;
        /*justify-content: center;*/
        justify-content: flex-start;
    }

    .advBlock .needsclick {
        /*margin-top: 29px;*/
        height: auto!important;
    }

    .audio-chat .nekto {
        font-size: 28px;
        width: 80px;
        height: 80px;
        line-height: 80px;
    }

    .audio-chat .nekto:after {
        top: 8px;
        left: 8px;
        bottom: 8px;
        right: 8px;
        border: 8px solid #ffffff;
    }

    .companion-label{
        display: none;
    }

    .buttons-panel button {
        margin-bottom: -10px;
    }
    .audio-chat .chat-step .buttons-panel {
        padding-bottom: 10px ! important;
    }
}
@media screen and (orientation: landscape) and (max-height: 335px)  {
    .audio-chat .chat-step .buttons-panel {
        padding-bottom: 10px ! important;
    }
    .nekto {
        display: none;
    }
}
