body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.container_pw {
    /* width: 640px;*/
    height: 480px;
    background-color: #EBECF0;
    border-radius: 11px;
}

.content_block {
    display: flex;
    justify-content: space-between;
}

.container_inner {
    padding: 29px 50px 20px 50px;
}

.content_left,
.content_right {
    width: 50%;
}

.content_left {
    border-right: 1px solid #BABABA;
    margin-right: 1rem;

}

.content_left .logo_left {
    width: 149px;
    height: 12px;
    padding-bottom: 40px;
}

.content_left .title_left {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.content_left .text {
    padding-top: 1rem;
    padding-right: 2rem;
}

.content_left .text p,
ul li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
}

.logo_right {
    text-align: end;
    padding-bottom: 15px;
}

.content_right .title_right {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
}

.timer_block {
    margin: 1rem auto;
}

#clockdiv {
    margin-inline: auto;
    text-align: center;
}

#clockdiv>div {
    display: inline-block;
}


#clockdiv div>span {
    padding: 10px;
    border-radius: 11px;
    background: #E72C43;
    display: inline-block;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 38px;
    font-weight: 400;
    line-height: normal;

}

.dots {
    font-size: 36px;
    line-height: 42px;
    color: #E72C43;
    font-weight: 900;
}

.form-block {
    text-align: center;
    margin-left: 0.75rem;
}

.callback-form .callback-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    margin: 0.5rem;
    border-radius: 0.6875rem;
    background: #FFF;
    width: 100%;


}

.callback-form .callback-form .callback__label {
    text-align: start;
    color: #BABABA;
    font-family: Proxima Nova;
    font-size: 0.65rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0.2rem 1rem;
}

.callback-form .callback-form .form-control {
    border: 0;
    padding-left: 1rem;
    margin-bottom: 0.4rem;
}

.callback-btn {
    border-radius: 0.6875rem;
    background: #18B3CA;
    width: 100%;
    margin: 0 0.5rem;
    padding: 0.5rem;
    color: #fff;
    border: 0;
    font-size: 18px;
    cursor: pointer;
}

.callback-text p {
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 10px;
}

.callback-text p a {
    color: #18B3CA;
    text-decoration: underline;
}