.t-popup_show {
    overflow: hidden;
}

.timer-container {
    position: absolute;
	z-index: 9;
	top: 20px;
	right: 25px;
	font: 600 18px 'Inter',Arial,sans-serif;
	color: #333333;
}

.timer-container.finished {
    top: 65px;
	right: 67px;
	font: 600 18px 'Inter',Arial,sans-serif;
	color: #ffffff;
}
.t-text_md {font-size: 18px !important;}
#allrecords ul {padding-left: 0px !important;}
.t806__result-share {margin-top: 20px !important;}
.t-text_xs {font-size: 14px !important;}

@media screen and (max-width: 480px) {
    .timer-container {
    	top: 23px;
    	right: 16px;
    	font: 600 14px 'Inter',Arial,sans-serif;
    	letter-spacing: 2.5px;
    }

    .timer-container.finished {
    	top: 35px;
    	right: 33px;
    	font: 600 14px 'Inter',Arial,sans-serif;
    }
    .t-text_md {font-size: 16px !important;}
    .t806__start-title {margin-top: 12px !important;}
    .t-heading_md {font-size: 22px !important;}
    .t390__descr {font-size: 15px !important;}
    .t390__btn {font-size: 15px !important;}
    .t-heading_lg {font-size: 20px !important;}
    .t390__btn {
    height: 64px !important;
    width: 268px;
}
.t390__btn-wrapper, .t390__social {
    margin-top: 0px;
}
.t390__wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
}
}

