

ul.result { margin: 0; padding: 0; list-style-type: none; }
ul.result li { display: inline-block; line-height: 2em; margin-left: 20px; margin-top: 5px; font-weight: bold; }
ul.result li.first { margin-left: 0; }
ul.result li p { font-size: 13px; }

ul.result[data-result-steps="2"] li { width: 24%; }
ul.result[data-result-steps="3"] li { width: 24%; }
ul.result[data-result-steps="4"] li { width: 24%; }

body.yandex-checkout_visible {
    filter: none !important;
}

/* END progtrckr */

.mid { margin-top: 30px; }

body {
    min-width: 360px;
}

.arrow_box {
    margin-top: 7px;
    padding: 10px 40px 10px 50px;
    border-radius: 5px;
    position: relative;
    background: #fffced url("info.png") 13px 10px no-repeat;
}
.arrow_box p { margin: 0; font-size: 12px; }
.arrow_box:after {
    bottom: 100%;
    left: 25px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 252, 237, 0);
    border-bottom-color: #fffced;
    border-width: 12px;
    margin-left: -12px;
}

.capcha { border-top: 1px solid #e6e6e6; padding-top: 12px; margin-top: 15px; }

.checkbox { /*height: 30px; line-height: 30px;*/ }
.checkbox > input[type="checkbox"] { float: left; width: auto; height: auto; margin: 10px 10px 0 0; }

.success { margin: 20px 0 10px; }

.tnx h1 { font-size: 46px; margin: 0 0 10px; }
.tnx h3 { font-size: 18px; font-weight: 700; text-transform: uppercase; }



.tooltip {
    display: none;
}
.time li:hover .tooltip {
    display: inline-block;
    z-index: 100;
}

#specializations-list li div:hover {
    cursor: pointer;
    box-shadow: 0 4px 24px 0 rgba(0,0,0,.12);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}
#services-list li div:hover {
    cursor: pointer;
    box-shadow: 0 4px 24px 0 rgba(0,0,0,.12);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

/*.right-arrow, .left-arrow { position: absolute; top: 80px; font-size: 16px; color: #508ff7; }*/
.right-arrow, .left-arrow { 
    position: absolute;
    top: 10px;
    font-size: 46px;
    color: #508ff7;
    height: 75px;
    line-height: 75px;
    opacity: 0.3;
    padding: 0 10px;
}
.right-arrow:hover, .left-arrow:hover { opacity: 1; text-decoration: none; }

/*.left-arrow { left: 0; }*/
.left-arrow { right: 100px; }
.right-arrow { right: 0; }

.location { padding: 10px; margin-bottom: 20px; border-radius: 5px; display: block; background-color: #f2f2f2; }
.location > form { margin: 0; }
.location > form > div { display: inline-block; margin-right: 40px; }
.location input[type="radio"] { width: auto; height: auto; float: left; }
.location label { float: left; margin: 1px 1px 1px 5px; }

.tooltip { position: absolute; bottom: 32px; left: 0; padding: 5px 10px; border-radius: 3px; color: #666666; background-color: rgba(241,241,241,0.9); }
.tooltip p { margin: 0 0 3px; white-space: nowrap; text-align: left; }
p.map { padding-left: 13px; background: url("map.png") 0 0 no-repeat; }
p.date { padding-left: 18px; height: 18px; background: url("date.png") 0 0 no-repeat; }
p.time { padding-left: 18px; height: 18px; background: url("time.png") 0 0 no-repeat; }

/* toggle */

.panel {
    margin-top: 20px;
    overflow: hidden;
    position: relative;
    display: none;
    padding-top: 10px;
}

.panel .btn { margin: 20px 0 0; }

/* toggle END */

/* popup */

.popup { width: 440px; padding: 25px 30px 10px; top: 190px; left: 50%; margin-left: -250px; background-color: white; border-radius: 5px; overflow: hidden; position: fixed; }

.popup .close { width: 29px; height: 29px; display: block; position: absolute; top: 10px; right: 10px; background: url("close.png") 0 0 no-repeat; }

.popup, .blackout { display: none; z-index: 100; }
.blackout { width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 99; }

.blackout {
    background: url("blackout.png") 0 0 repeat;
}

.popup h3 { margin: 10px 0; }

.short-info { margin-bottom: 10px; }
.short-info .foto { float: left; }
.short-info .txt { padding-left: 110px; }
.short-info .txt p { margin: 0; }
.short-info .txt p.map { margin: 0 0 10px; }

.popup.preloader { width: 245px; height: 105px; text-align: center; position: fixed; top: 0; right: 0; bottom: 0; left: 0; margin: auto; padding: 15px 25px; }

/* popup END */


/* Врачи */
.doctor-image {
    width: 210px;
}

/* Шаг "Печать талона" */
.btn-container {
    display: inline-block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.btn-container > p {
    float: left;
    margin-left: 10px;
}

h2.result-text {
    margin-bottom: 15px;
}

/* Шаги */
.main-step { display: none; }
.main-step.current { display: block; }

/* Ошибки */
.error-alerts {
    position: fixed;
    right: 0;
    bottom: 0;
}
.error-alerts .alert {
    min-width: 300px;
    background-color: #e62d28;
    padding: 10px;
    box-sizing: border-box;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-right: 10px;
    cursor: pointer;
}

.doctors > .block > .panel > .location {
    float: none;
    width: auto;
}

.refresh-captcha {
    display: block;
}
.footer {
    position: absolute; 
    overflow: hidden; 
    width: 100%;
    color: #a2a2a2;
}
.footer>p {
    text-align: center;
}
.footer>p a {
    text-decoration: underline;
    color: inherit;
}
.footer>p a::visited {
    color: inherit;
}

/*----------------- Блок авторизации через социальные сети -----------------*/
.auth {
    text-align: center;
}
.auth-body div {
    left: 10%;
}
.vk-icon {
    background: url(/template/new/img/icons/vk.svg);
    display: block;
    width: 40px;
    height: 40px;
    background-size: cover;
    /*background-position-y: 50px;*/
    margin: 0 auto;
    margin-right: 16px;
    float: left;
}
.vk-icon:hover {
    background-position-y: 0;
}
.fb-icon {
    background: url(/template/new/img/icons/fb.svg);
    display: block;
    width: 40px;
    height: 40px;
    background-size: cover;
    /*background-position-y: 50px;*/
    margin: 0 auto;
    margin-right: 16px;
    float: left;
}
.fb-icon:hover {
    background-position-y: 0;
}
.inst-icon {
    background: url(/template/new/img/icons/inst.svg);
    display: block;
    width: 40px;
    height: 40px;
    background-size: cover;
    /*background-position-y: 50px;*/
    margin: 0 auto;
    float: left;
}
.inst-icon:hover {
    background-position-y: 0;
}
.gplus-icon {
    background: url(/template/new/img/icons/gplus.svg);
    display: block;
    width: 40px;
    height: 40px;
    background-size: cover;
    /*background-position-y: 50px;*/
    margin: 0 auto;
    margin-right: 16px;
    float: left;
}
.gplus-icon:hover {
    background-position-y: 0;
}