* {
    margin: 0px;
    padding: 0px;
    outline: medium none;
    box-sizing: border-box;
}
body {
    width: 100%;
    min-height: 100vh;
    font: 16px/22px "Open Sans", sans-serif;
    background-color: rgb(255, 255, 255);
}
html{
    scroll-behavior: smooth;
}
a,
body {
    color: rgb(41, 43, 55);
}
a {
    text-decoration: none;
}
a:hover {
    color: rgb(72, 128, 237);
    cursor: pointer !important;
}
h1 {
    font-size: 20px;
    font-weight: 400;
}
h1,
h2 {
    line-height: 1;
}
h2 {
    font-size: 45px;
    font-weight: 300;
}
h3 {
    margin: 20px 0px 20px 0px;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
p {
    margin-bottom: 20px;
    text-align: justify;
}
a{
    color: rgb(0, 44, 166)!important;
    text-decoration: underline;
}
.border-red{
    background: rgb(255, 239, 239) none repeat scroll 0% 50%;
    border: 1px solid #dab5b5;
}
.btn1 {
    border: 0px none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    position: relative;
    background: rgb(41, 49, 59) none repeat scroll 0% 0%;
    transition-duration: 300ms;
}
.btn.blue1 {
    background: rgb(117, 53, 73) none repeat scroll 0% 0%;
    height: 55px;
    color: rgb(255, 255, 255);
    padding: 0px 18px;
    font-size: 20.5px;
    line-height: 55px;
    font-weight: bold;
    text-shadow: 1px 1px 0px rgb(59, 32, 40);
    border-radius: 0px;
    text-transform: uppercase;
}
.btn.blue1:hover {
    background: rgb(184, 106, 131) none repeat scroll 0% 0%;
}

.btn {
    border: 0px none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    position: relative;
    background: rgb(41, 49, 59) none repeat scroll 0% 0%;
    transition-duration: 300ms;
}
.btn.blue {
    background: rgb(0, 144, 208) none repeat scroll 0% 0%;
    height: 55px;
    color: rgb(255, 255, 255);
    padding: 0px 18px;
    font-size: 20.5px;
    line-height: 55px;
    font-weight: bold;
    text-shadow: 1px 1px 0px rgb(0, 114, 164);
    border-radius: 0px;
    text-transform: uppercase;
}
.btn.blue:hover {
    background: rgb(39, 181, 245) none repeat scroll 0% 0%;
}


.icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 50% center;
}
.icon_name_arrow-left,
.icon_name_arrow-right {
    background-image: url("../fonts/arrow-right.svg");
    width: 36px;
}
.icon_name_fb {
    background-image: url("../fonts/fb.svg");
    background-size: contain;
    margin-left: 10px;
}
.icon_name_tw {
    background-image: url("../fonts/twitter.svg");
    background-size: contain;
}

.nav {
    vertical-align: top;
    line-height: 40px;
}
@media (max-width: 860px) {
    .nav {
        position: fixed;
        z-index: 3;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        padding: 20px 0px 0px;
        opacity: 0;
        background-color: rgb(255, 255, 255);
        text-align: center;
        visibility: hidden;
        transition: opacity 0.2s ease 0s, visibility 0.2s ease 0s;
        will-change: opacity;
    }
}
@media screen and (min-width: 860px) {
    .nav {
        display: inline-block;
    }
}
.nav__link {
    display: inline-block;
    margin-right: 16px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    cursor: pointer;
}
/* .nav ul li:last-child a { margin-right: 0px; } */
.nav ul {
    list-style: outside none none;
}
.nav ul li {
    display: inline-block;
}

.header {
    padding: 15px 20px;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .header {
        text-align: left;
    }
}
.header__in {
    margin: 0px auto;
    padding: 0px 10px;
}
.header__head {
    font-size: 0px;
    position: relative;
}
.header__main {
    margin: 0px auto;
}
.header__main-link {
    display: inline-block;
    margin-top: 30px;
    font-size: 18px;
    color: rgb(72, 128, 237);
}
.header__main h1 {
    font-size: 16px;
}
@media screen and (min-width: 768px) {
    .header__main h1 {
        font-size: 20px;
    }
}
.header__main h2 {
    margin: 25px 0px 26px 0px;
    font-size: 30px;
}
@media screen and (min-width: 768px) {
    .header__main h2 {
        align-items: left;
        font-size: 45px;
    }
}
.header__footer {
    margin: 0px auto;
}
.header__logo {
    display: block;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .header__logo {
        display: inline-block;
        margin-right: 90px;
    }
}
.header__logo img {
    height: auto;
    width: 100px;
}
.join {
    padding-bottom: 60px;
}
.join__header h3 {
    font-size: 22px;
    line-height: 1.2;
}
@media screen and (min-width: 767px) {
    .join__header h3 {
        font-size: 18px;
    }
}

body {
    min-width: 320px;
}
.header {
      background-repeat: no-repeat;
    background-size: cover;
    background: rgb(123, 205, 253) none repeat scroll 0% 0%
}
@media screen and (min-width: 768px) {
    .header {
        overflow: hidden;
    }
}
a:hover {
    cursor: pointer !important;
}
@media screen and (min-width: 767px) {
    .main {
        height: auto;
        overflow: hidden;
        text-align: left;
    }
}
.main__in {
    min-width: 280px;
    margin: 0px auto;
}
/* .footer { height: 100px; padding: 40px 0px; text-align: center; font-size: 10px; line-height: 1; border-top: 3px solid rgb(185, 221, 47); overflow: hidden; } */

footer {
    display: block;
}
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
.left {
    float: left;
}
.right {
    float: right;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.container {
    max-width: 1400px;
    width: 100%;
    padding: 0px 30px;
    margin: 0px auto;
}
ul {
    list-style: outside none none;
}
footer {
    padding: 20px 0px;
    background: rgb(123, 205, 253) none repeat scroll 0% 0%;
}
footer .footer-logo {
    margin-bottom: 5px;
}
footer .site {
    color: rgb(255, 255, 255);
    font-size: 14px;
    margin-bottom: 15px;
}
footer .site a {
    color: rgb(255, 255, 255);
}
footer .vis {
    color: rgb(255, 255, 255);
    font-size: 14px;
}
footer .vis a {
    font-weight: bold;
    color: rgb(255, 255, 255);
    text-decoration: none;
}
footer .right-side {
    width: calc(100% - 200px);
}
footer .menu {
    float: right;
}
footer .menu > ul > li {
    float: left;
    margin-left: 20px;
    width: 150px;
}
footer .menu > ul > li > a {
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 20px;
}
footer .menu > ul > li > ul > li a {
    color: rgb(255, 255, 255);
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 10px;
}
footer .left-side {
    width: 200px;
}

@media (max-width: 1500px) {
    .padding {
        padding: 0px;
    }
}
@media (max-width: 1360px) {
    .padding {
        padding: 0px;
    }

    footer .left-side {
        width: 200px;
    }
    footer .menu > ul > li {
        float: left;
    }
    footer .menu > ul > li > a {
        font-size: 14px;
    }
    footer .menu > ul > li > ul > li a {
        font-size: 14px;
    }
}
@media (max-width: 1280px) {
    .padding {
        padding: 0px;
    }

    footer .menu > ul > li {
        width: 130px;
    }
}
@media (max-width: 1024px) {
    .padding {
        padding: 0px;
    }

    .mobile-menu-btn {
        display: block;
    }
}

@media (max-width: 767px) {
    .padding {
        padding: 0px;
    }
    footer .left-side {
        margin-bottom: 30px;
    }
    footer .menu > ul > li {
        width: 100%;
        margin-left: 0px;
    }
    footer .menu > ul > li > a {
        margin-bottom: 10px;
    }
    footer .menu > ul > li > ul {
        margin-bottom: 20px;
    }
}

.content-wrap {
    margin: 0 auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 980px) {
    .padding {
        padding: 0px;
    }

    .main {
        width: auto;
    }
    .sidebar {
        display: none;
    }
}
@media (max-width: 768px) {
    .padding {
        padding: 0px;
    }

    .sidebar {
        display: none;
        width: 100%;
        margin: 0;
    }
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
h1,
.h1 {
    font-size: 36px;
    font-size: 2.25rem;
}
h2,
.h2 {
    font-size: 24px;
    font-size: 1.5rem;
}
h3,
.h3 {
    font-size: 18px;
    font-size: 1.125rem;
}
h4,
.h4 {
    font-size: 17px;
    font-size: 1.0625rem;
}
p {
    margin: 0.5em 0;
}

@media only screen and (max-width: 640px) {
    .padding {
        padding: 0px;
    }

    .btn.blue {
        background: rgb(0, 144, 208) none repeat scroll 0% 0%;
        height: 55px;
        color: rgb(255, 255, 255);
        padding: 0px 10px;
        font-size: 20px;
        letter-spacing: 90%;
        line-height: 55px;
        font-weight: bold;
        text-shadow: 1px 1px 0px rgb(0, 114, 164);
        border-radius: 0px;
        text-transform: uppercase;
    }
    html {
        font-size: 15px;
    }
    h1,
    .h1 {
        font-size: 16px;
    }
    h2,
    .h2 {
        font-size: 16px;
    }
    h3,
    .h3 {
        font-size: 15px;
    }
    h4,
    .h4 {
        font-size: 14px;
    }

    .container {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media only screen and (max-width: 500px) {
    .padding {
        padding: 0px;
    }
    footer .right-side {
        width: 100%;
    }

    .btn.blue {
        background: rgb(0, 144, 208) none repeat scroll 0% 0%;
        height: 55px;
        color: rgb(255, 255, 255);
        padding: 0px 10px;
        font-size: 14.5px;
        letter-spacing: 90%;
        line-height: 55px;
        font-weight: bold;
        text-shadow: 1px 1px 0px rgb(0, 114, 164);
        border-radius: 0px;
        text-transform: uppercase;
    }
    html {
        font-size: 15px;
    }
    h1,
    .h1 {
        font-size: 16px;
    }
    h2,
    .h2 {
        font-size: 16px;
    }
    h3,
    .h3 {
        font-size: 15px;
    }
    h4,
    .h4 {
        font-size: 14px;
    }

    .container {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media only screen and (max-width: 430px) {
    .btn.blue {
        background: rgb(0, 144, 208) none repeat scroll 0% 0%;
        height: 55px;
        color: rgb(255, 255, 255);
        padding: 0px 5px;
        font-size: 14.5px;
        letter-spacing: 90%;
        line-height: 55px;
        font-weight: bold;
        text-shadow: 1px 1px 0px rgb(0, 114, 164);
        border-radius: 0px;
        text-transform: uppercase;
    }
}

@media only screen and (max-width: 370px) {
    .btn.blue {
        background: rgb(0, 144, 208) none repeat scroll 0% 0%;
        height: 55px;
        color: rgb(255, 255, 255);
        padding: 0px 7px;
        font-size: 12px;
        letter-spacing: 90%;
        line-height: 55px;
        font-weight: bold;
        text-shadow: 1px 1px 0px rgb(0, 114, 164);
        border-radius: 0px;
        text-transform: uppercase;
    }
}

.vk-container {
    font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
    font-size: 15px;
    color: black;
    text-decoration: none;
}
.vk-header {
    background: rgb(218, 226, 232) none repeat scroll 0% 0%;
    padding: 4px 4px 4px 6px;
    margin-bottom: 10px;
}
.vk-logo {
    background: transparent
        /*url('http://reserches.com/minzdrav/css/vk-logo.gif')*/ no-repeat scroll 0%
        0%;
    width: 16px;
    height: 16px;
    float: right;
    margin-top: -1px;
}
.vk-header-text {
    padding: 2px 3px 1px 3px;
    line-height: 100%;
    color: rgb(69, 104, 142);
    font-weight: bold;
}
.vk-avatar img {
    float: left;
    margin-right: 10px;
    margin-top: 7px;
}
.vk-comment,
.vk-comment-load {
    margin-bottom: 15px;
    position: relative;
    border-bottom: 1px solid rgb(218, 225, 232);
    padding-bottom: 15px;
}
.vk-comment:last-child {
    border-bottom: 0px none;
}
.vk-comment-name {
    margin-left: 60px;
    color: rgb(43, 88, 122);
    font-weight: bold;
    font-size: 12px;
}
.vk-comment-text {
    margin-left: 60px;
    text-align: justify;
}
.vk-comment-date {
    margin-left: 60px;
    color: rgb(153, 153, 153);
}
.main {
    width: 65%;
    float: left;
    border-right: 2px solid #f6f6f6;
    padding: 10px;
}
.main {
    overflow: hidden;
    padding: 0px 20px;
}

.main1 {
    padding: 10px;
}
.sidebar {
    width: 30%;
    float: left;
    background-color: #fbfbfc;
    margin: 2% 2% 0% 2%;
    border: 2px solid #f6f6f6;
    border-radius: 10px;
    padding: 10px;
}

@media screen and (min-width: 1920px) {
    .padding1 {
        padding: 0% 10% 0% 10%;
    }
    .header__in1 {
        margin: 0px auto;
        padding: 0% 10% 0% 10%;
    }
    .container1 {
        max-width: 1400px;
        width: 100%;
    }
}

@media screen and (min-width: 1366px) {
    .padding {
        padding: 0% 10% 0% 10%;
    }
    .header__in {
        margin: 0px auto;
        padding: 0% 11% 0% 11%;
    }
    .container {
        margin: 0px auto;
    }
}

.sidebar ul li {
    list-style: none;
    padding-top: 40px;
    font-size: 16px;
    color: rgb(22, 151, 206);
    font-weight: 600;
}
.sidebar li img {
    float: left;
    margin-right: 5px;
    vertical-align: middle;
    border-radius: 5px;
    border: 2px solid #f6f6f6;
}
.msg ul li {
    list-style: none;
    padding-top: 40px;
    font-size: 16px;
    color: rgb(22, 151, 206);
    font-weight: 600;
}
.msg li img {
    float: left;
    margin-right: 5px;
    vertical-align: middle;
    border-radius: 5px;
    border: 2px solid #f6f6f6;
}

@media (max-width: 980px) {
    .padding {
        padding: 0px;
    }

    .main {
        width: auto;
    }
    .sidebar {
        display: none;
    }
}
@media (max-width: 768px) {
    .padding {
        padding: 0px;
    }

    .main {
        width: 100%;
    }
    .sidebar {
        display: block;
        width: 100%;
        margin: 0;
    }
}

img {
    max-width: 100%;
    border: none;
}
.screenLock {
    position: fixed;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    z-index: 99999;
    display: none;
}
.msg {
    position: absolute;
    width: 800px;
    height: auto;
    top: 100px;
    left: 45%;
    padding: 2% 2% 2% 2%;
    margin-left: -343px;
    background: #fbfbfc;
    border: 2px solid #f6f6f6;
}
.msg > h1 {
    color: #fff;
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.close {
    position: absolute;
    top: 1px;
    right: 5px;
    font-size: 40px;
    cursor: pointer;
    margin-top: 1.5%;
}
.submit {
    margin-top: 10px;
    height: 50px;
    width: 300px;
    background-color: firebrick;
    color: #fff !important;
    font-size: 30px;
    padding-top: 5px;
    text-decoration: none;
    border-radius: 3px;
}
.liright {
    width: 300px;
}
.lileft {
    width: 300px;
}
table {
    max-width: 800px;
    margin: 0 auto;
    box-shadow: 2px 3px 8px 0px rgba(105, 105, 105, 0.39);
}
th,
td {
    border-color: #bdbdbd;
}
.tg {
    border-collapse: collapse;
    border-spacing: 0;
}
.tg td {
    font-family: Arial,sans-serif;
    font-size: 14px;
    padding: 10px 5px;
    border-style: solid;
    text-align: left!important;
    vertical-align: top;
    border-width: 1px;
    overflow: hidden;
}
.tg th {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 5px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    word-break: break-all;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.tbg1 {
    background: #b4edff;
}
.tbg2 {
    background: #ebfaff;
}

.block {
    display: none;
}
.sidebar ul li {
    height: 90px;
}
.tg td {
    word-break: normal;
}
@media (max-width: 767px) {
    .hide {
        display: none;
    }
    .block {
        display: block;
        font-weight: 900;
    }
    footer .menu {
        float: left;
        width: 100%;
    }
    footer .container {
        padding: 0 10px;
    }
    footer .menu > ul > li {
        padding: 0 10px;
        width: 33%;
    }
    footer .menu > ul > li > ul {
        margin-bottom: 0;
    }
    table td br {
        display: none;
    }
    .main1 {
        padding: 0;
    }
    .main {
        padding: 0 10px;
    }
    .sidebar {
        display: none;
    }
}
@media (max-width: 639px) {
    .gelat_Bb6MhOHv {
        text-align: center;
        display: block;
    }
    .gelat_Bb6MhOHv img {
        float: none !important;
        margin-right: 0 !important;
    }
    .text-center-mobile {
        text-align: center;
        line-height: 1.5 !important;
    }
}
@media (max-width: 479px) {
    footer .menu ul {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    footer .menu > ul > li {
        width: 50%;
    }
    footer .menu > ul > li > ul {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .sidebar {
        display: none;
    }
}

@media (max-width: 767px) {
    p,
    .vk-comment-text {
        text-align: left;
    }
}


/**
 * COUNTDOWN
 */
.countdown-block {
	text-align: center;
	background: #fff500;
	color: #fff;
	padding: 10px 0;
	margin-left: -10px;
	margin-right: -10px;
}

.countdown-text {
	color: #000;
	text-transform: uppercase;
	font-size: 26px;
	line-height: 1;
}

.countdown-date {
	font-size: 44px;
	font-weight: 700;
	color: red;
	line-height: 1;
}

.countdown-slash {
	font-weight: 400;
	color: #000;
}

/* end countdown */

.best-form {
	font-size: 16px;
	line-height: 1.2;
    padding: 16px;
    color: #fff;
    background-color: #b4edff;
    margin-left: -10px;
    margin-right: -10px;
}

.best-form > .wrap {
  max-width: 350px;
  margin: 0 auto;
}
.form-text-center{
    text-align: center;
    padding: 12px 0 0;
    margin: 0 auto;
    color: #a0a0a0;
}
.product {
	display: flex;
}

.product .left {
	width: 50%;
}

.product .right {
	width: 30%;
	text-align: center;
}

.product .price {
	color: #ed1b24;
	font-size: 90px;
	font-weight: 700;
	letter-spacing: -4px;
	line-height: 1;
}

.product .discount-text {
	margin-top: 5px;
	color: #000;
	font-size: 18px;
}

.product .price span {
	font-weight: 300;
	font-size: 50%;
	margin-left: 5px;
}

.product .price-old {
	margin-top: 2.5rem;
	line-height: 1;
}

.product .price-old span {
    display: inline-block;
    font-size: 44px;
    font-weight: 700;
    letter-spacing: -1px;
    color: #000;
    position: relative;
}

.product .price-old span:before {
	position: absolute;
	content: "";
	left: 0;
	top: 45%;
	right: 0;
	border-top: 3px solid #ed1b24;
	transform: rotate(-10deg);
}

/**
 * FANCY INPUT FORM
 */

.name-input,
.phone-input {
    color: #000;
    font-size: 20px;
    margin-bottom: 10px;
    transition: all .15s ease-in-out;
}

.name-input label,
.phone-input label {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.name-input input,
.phone-input input {
	border: 0;
	padding: 0;
	font: inherit;
	color: inherit;
	box-sizing: border-box;
    width: 100%;
    padding: 10px;
	min-width: 0;
    background: #fff;
    border: 1px solid #6d93a4;
}

.button-submit:focus,
#name-input:focus,
#phone-input:focus {
	outline: 0;
	box-shadow: 0 0 0 4px #bdab3c;
}

.button-submit {
text-align: center;
    display: flex;
    box-sizing: border-box!important;
    width: 100%;
    margin: 0 auto;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1;
    border-radius: 20px;
    color: #544c4c;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
    border: 1px solid #ab8f00;
    padding: 14px 0;
    background-image: linear-gradient(to top,#d8b81b,#fff080);
    transition: all .15s ease-in-out;
    cursor: pointer;
    font: 18px/1.4 "Open Sans",sans-serif;
    font-weight: 800;
}


.button-submit-text {
	color: #3c3200;
	flex: 1 1 auto;
    font: inherit;
    font-weight: 600;
}

.button-submit-arrow {
	width: 0; 
	height: 0; 
	border-top: .6rem solid transparent;
	border-bottom: .6rem solid transparent;
	border-left: 1rem solid #fff;
	margin-right: 1rem;
}

/* end form */
.form-title {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-weight: 300;
	margin-top: 0;
}


.best-form ::placeholder {
	color: #000;
	opacity: 1;
	font-weight: bold;
}

.best-form .privacy {
	color: #233c49;
	font-size: 12px;
	margin: 10px 0;
	text-align: center;
}


/* TIMER */
.time-block {
    width: fit-content;
    margin: 0 auto;
    padding: 10px 20px;
    color: #ffffff ;
    /* background: #383838; */
    text-align: center; 
  }
  
  .time-title {  
    margin: 0 auto;
    padding: 0 0 6px;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    color: inherit;
   }
  
  .time-remain {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
    font-weight: 300;
    font-size: 8px;
    line-height: 11px;
    letter-spacing: 0.04em;
    text-transform: uppercase; }
  
  .time-remain-items {
    position: relative;
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 7px 14px;
    z-index: 1;
    /* box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2); */
    /* background: #134328; */
    border-radius: 5px; }
  
  .hour,
  .minutes,
  .seconds {  
    font-weight: bold;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 0.04em;
    text-transform: uppercase; }
  
  .time-dots {
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    color: inherit; }
    