
@font-face {
    font-family: Open Sans Semibold; /* Имя шрифта */
    src: url(fonts/open_sans_semibold.ttf); /* Путь к файлу со шрифтом */
}
@font-face {
    font-family: Open Sans; /* Имя шрифта */
    src: url(fonts/open_sans.ttf); /* Путь к файлу со шрифтом */
}
* {
    font-family: 'Open Sans Semibold';
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
    font-size: 16px;
}
body {
    /*margin-bottom: 60px;*/
    background: #ececec;
    font-size: 16px;
}
.archi-footer {
    /*position: absolute;*/
    /*bottom: 0;*/
    width: 100%;
    /*height: 98px;*/
    background-color: #f5f5f5;
}
#main-container{
    position: relative;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container {
    width: auto;
    max-width: 990px;
    padding: 0 15px;
}
.container .text-muted {
    margin: 20px 0;
}
a:hover {
    text-decoration: none;
}
.service-prepayment {
    font-size: 12px;
}
.archi-header_logo {
    font-size: 32px;
    color: #f50d42;
}
.archi-header_logo img{
    max-width: 100%;
}
.archi-header_logo .archi-header_logo--bold {
    font-weight: 900;
}
#header {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    background: #fff;
    padding-left: 1rem;
    padding-right: 1rem;
}
.archi-header_slogan {
    font-size: 18px;
    color: #2a2a2a;
}
.archi-header_slogan p {
    margin-bottom: 0;
    line-height: 1.3;
}
.archi-header_slogan .archi-header_slogan--bold{
    font-weight: 600;
}
.archi-body, .archi-footer {
    background-color: #ececec;
}
.archi-footer {
    margin-top: 25px;
}

.archi-body_content_steps {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}
.archi-body_content_steps li {
    display: inline-block;
    width: 190px;
    height: 44px;
    position: relative;
    color: #fff;
    padding: 0;
}


.steps-bar {
    margin-top: 2rem;
}
ul#steps li { cursor: pointer; }
.archi-body_content_steps li .steps-top,
.archi-body_content_steps li .steps-bottom {
    background-color: #d3d3d3;
}
.archi-body_content_steps li.active .steps-top,
.archi-body_content_steps li.active .steps-bottom {
    background-color: #292929;
}
.archi-body_content_steps li.selected .steps-top,
.archi-body_content_steps li.selected .steps-bottom {
    background-color: #3ac33d;
}
.archi-body_content_steps li.selected .step {
    text-decoration: underline;
}

.archi-body_content_steps li.active span {
    font-weight: bold;
}
.steps-top, .steps-bottom {
    width: 100%;
    height: 50%;
}
.steps-top {
    transform: skewX(33deg);
}
.steps-bottom {
    transform: skewX(-33deg);
}
.archi-body_content_steps li:first-child,
.archi-body_content_steps li:last-child {
}
.archi-body_content_steps li:first-child .steps-top,
.archi-body_content_steps li:first-child .steps-bottom {
}
.archi-body_content_steps li:first-child {
    width: 178px;
    margin-left: 10px;
}
.archi-body_content_steps li:first-child:before {
    content: " ";
    width: 20px;
    height: 100%;
    display: block;
    position: absolute;
    left: -10px;
    border-radius: 4px;
}
.archi-body_content_steps li.active:first-child:before ,
.archi-body_content_steps li.active:last-child:after{
    background-color: #292929;
}
.archi-body_content_steps li.selected:first-child:before {
    background-color: #3ac33d;
}
.archi-body_content_steps li:last-child {
    width: 168px;
    position: relative;
}
.archi-body_content_steps li:last-child img {
    margin-top: 4px;
    width: 18px;
    float: left;
}
.archi-body_content_steps li:last-child:after {
    content: " ";
    width: 50px;
    height: 100%;
    display: block;
    position: absolute;
    background-color: #d3d3d3;
    border-radius: 4px;
    top: 0;
    right: -20px;
}
.step-info {
    position: absolute;
    z-index: 99;
    height: 100%;
    width: 100%;
    padding-left: 20px;
    padding-top: 10px;
}
.archi-body_content_steps li span:nth-child(2) {
    padding-left: 6px;
}
.archi-body_content_steps li:first-child .step-info {
    padding-left: 14px;
}
.archi-body_content_steps li:last-child span:nth-child(2) {
    margin-left: 20px;
}
.seleted-info {
    margin-top: 12px;
}
span.step-num img {
    width: 14px;
}

/*GROUPSERVICES*/
.groupservice {
    width: 100% !important;
    height: 80px !important;
    padding: 1.4rem;
    border-radius: 4px;
    margin-bottom: 1.4rem !important;
    background: #FFFFFF;
    box-shadow: 0 3px 9px 0 rgba(0,0,0,0.10);
    cursor: pointer !important;
}

.groupservice h5 {
    padding-left: 10px;
}

.groupservice:hover {
    box-shadow: 0 6px 18px 0 rgba(0,0,0,0.10);
}

.groupservice img {
    transform: rotate(90deg);
    cursor: pointer;
    transition: all 300ms linear;
    width: 13px;
    top: -20px;
    position: absolute;
    right: 10px;
}

.group_icon img {
    position: relative;
    float: right;
}

.groupservice img.transform {
    transform: rotate(270deg);
}
/*---------*/


/****SPECIALS***/
.content-body, .services-body {
    margin-top: 42px;
}
ul.specials, .ul.services {
    margin-top: 28px;
}

ul.specials li, ul.services li {
    width: 33%;
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 12px;
}
ul.specials li {
    /*height: 52px;*/
    vertical-align: top;
    height: 100px;
}
ul.services li {
    height: 180px;
    float: left;
}
ul.specials li div.special,
ul.services li div.service {
    background-color: #fff;
    border: 0px;
    border-radius: 4px;
    height: 100%;
}
ul.specials li div.special {
    padding: 16px 28px;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0 3px 9px 0 rgba(0,0,0,0.10);
}
ul.services li div.service {
    padding-left: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 1.5rem;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0 3px 9px 0 rgba(0,0,0,0.10);
}
/*ul.services li div.service:hover::after {*/
/*    content: attr(data-title);*/
/*}*/
ul.services li div.service p {
    margin-bottom: 0;
}
ul.services li div.service p.service-cost {
    color: #179ff9;
}
.special-name, .service-name {
    font-weight: 600;
    display: block;
    color: #323333;
}
.special-name:hover {
    text-decoration: none;
    color: #323333;
}
.special-name:after, .service-name:after {
    position: absolute;
    content: " ";
    width: 10px;
    height: 10px;
    background: url(../img/icons/right_arrow.png) no-repeat;
    background-size: 10px 10px;
}
.special-name:after {
    right: 0;
    top: 6px;
}
.special .service-name:after {
    top: 40%;
    right: 1rem;
}
.service .service-name:after {
    top: 43px;
    right: 14px;
}

/***DOCTORS***/
ul.doctors {
    list-style: none;
    padding: 0;
}
ul.doctors li {
    width: 100%;
    background-color: #fff;
    padding: 1.4rem;
    border-radius: 4px;
    margin-bottom: 1.4rem;
    background: #FFFFFF;
    box-shadow: 0 3px 9px 0 rgba(0,0,0,0.10);
}
li.doctor h5 {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
}
.doctor-wrap {
    margin-left: 0;
    margin-right: 0;
}
.doctor-img, .doctor-img-mobile {
    width: 118px;
    height: auto;
    float: left;
    /*border: 1px solid #e1e1e1;*/
    overflow: hidden;
}
.doctor-img-mobile {
    padding: 0;
}
.doctor-img img, .doctor-img-mobile img {
    max-width: 100%;
    max-height: 100%;
}
.doctor-img img {
    /*max-height: 118px;*/
    display: block;
    margin: auto;
    width: 100%;
    height: auto;
}
.doctor-descr {
    /*width: 488px;*/
    text-align: justify;
}
p.doctor-special,
p.doctor-annotation,
.doctor_show-schedule p {
    font-size: 14px;
    color: #7F7F7F;
    line-height: 21px;
    font-family: 'Open Sans';
}
.doctor_show-schedule {
    padding-top: 20px;
    text-align: right;
}
.doctor_show-schedule-btn, .confirm-btn {
    background-color: #179ffa;
    color: #fff;
    font-size: 1rem;
    border-radius: 5px;
    position: relative;
}
.doctor_show-schedule-btn{
    padding-left: 1.2rem;
    padding-top: .65rem;
    padding-bottom: .84rem;
    padding-right: 3.7rem;
    width: 255px;
}
.doctor_show-schedule-btn:focus {
    color: #fff;
}
.confirm-btn {
    padding-left: 1.5rem;
    padding-top: 0.6875rem;
    padding-bottom: 0.8125rem;
    padding-right: 5.7rem;
}

/*Данный класс добавляется и делает кнопку не активной,
 когда происходит обработка нажатия галочки в модальном окне "Оставить заявку" */
.btn-disable{
      user-select:none!important;
      background-color:#ccc!important;
      cursor:default!important;
      outline:none!important;
      pointer-events:none!important;
}
/*--------------------------------------------*/


.doctor_show-schedule-btn:after {
    position: absolute;
    content: " ";
    width: .75rem;
    height: .75rem;
    top: 17px;
    right: 19px;
    background: url(../img/icons/down_arrow.png) no-repeat;
    background-size: .75rem .75rem;

    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition:all 400ms;   
    -moz-transition:all 400ms;
    -o-transition:all 400ms;
    transition:all 400ms; 
}
.doctor_show-schedule-btn.shedule-opened:after {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.confirm-btn:after {
    position: absolute;
    content: " ";
    width: .75rem;
    height: .75rem;
    top: 17px;
    right: 19px;
    background: url(../img/icons/arrow_white.png) no-repeat;
    background-size: .75rem .75rem;
}
.doctor_show-schedule-btn:hover, .confirm-btn:hover {
    color: #fff;
}
.doctor-schedule, .doctor-reviews {
    border-radius: 6px;
    background-color: #ececec;
    padding: 1.5rem;
    padding-top: 16px;
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    /*margin-bottom: 4.5rem;*/
    position: relative;
    margin-top: 1rem;
    display: none;
}
.doctor-schedule::after {
    content: " ";
    width: 20px;
    height: 20px;
    top: -10px;
    position: absolute;
    background: inherit;
    right: 28px;
    transform: rotate(45deg);
}
.doctor-schedule .pin {
    width: 1.5rem;
}
.doctor-addresses-list, .doctor-select-time {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
ul.addresses, table.date ul.time {
    list-style: none;
    padding: 0;
}
ul.addresses li {
    width: auto;
    margin-bottom: 0;
    margin-right: .5rem;
    font-size: 0.875rem;
    padding-top: 0.75rem;
    padding-bottom: 0.8125rem;
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    border-radius: 4px;
    cursor: pointer;
}
ul.addresses li.selected {
    border: solid 2px #179ffa;
    color: #179ff9;
}
.doctror-shedule-item span {
    margin-left: .5rem;
}
.doctor-select-time {
    border-radius: 4px;
    border: 1px solid #979797;
    overflow: hidden;
    position: relative;
}
.doctor-select-time table.date {
    font-size: 0.875rem;
} 
.doctor-select-time table.date th {
    background-color: #979797;
    color: #fff;
}
.doctor-select-time table.date td {
    vertical-align: top;
}
.doctor-select-time table.date th {
    text-align: center;
}
.doctor-select-time table.date th, 
.doctor-select-time table.date td {
    padding: 10px;
}
table.date td {
    border-bottom: 1px dashed #979797;
    border-right: 1px solid #979797;
}
.doctor-select-time table.date tr:last-child td {
    border-bottom: 0;
}
table.date ul.time {
    width: 245px;
}
table.date ul.time li {
    width: 2.75rem;
    height: 2rem;
    padding-top: 0.4rem;
    padding-bottom: 0.5rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    margin-top: 0.15rem;
    margin-bottom: 0.15rem;
    margin-left: .25rem;
    cursor: pointer;
    display: inline-block;
}
ul.time li:hover { background-color: #508ff7; color: #ffffff; }
.doctor-select-time-wrap {
    overflow: hidden;
}
.doctor-select-time a.time-next, .doctor-select-time a.time-prev{
    position: absolute;
    background-color: #292929;
    height: 28px;
    width: 28px;
    border-radius: 14px;
    cursor: pointer;
}
.doctor-select-time a.time-prev {
    right: 40px;
    top: 7px;
    padding-left: 0.275rem;
}
.doctor-select-time a.time-prev img{
    transform: rotate(180deg);
}
.doctor-select-time a.time-next {
    right: 10px;
    top: 7px;
    padding-left:  0.375rem;
}
.doctor-select-time a.time-prev img,
.doctor-select-time a.time-next img{
    vertical-align: middle;
}
.archimed-modal .modal-content {
    border-radius: 8px;
}
.archimed-modal .modal-header {
    border-bottom: 0;
    padding-top: 1.5rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}
.archimed-modal .modal-footer {
    border-top: 0;
    padding-top: 0;
}
.archimed-modal .modal-header .close {
    width: 1.375rem;
    height: 1.375rem;
    background: url(../img/icons/cancel.png) no-repeat;
    background-size: 1.375rem 1.375rem;
    margin-top: 5px;
}
.archimed-modal .modal-header h3 {
    font-size: 1.313rem;
}
.archimed-modal .modal-body {
    padding-bottom: 1rem;
    padding-left: 2.75rem;
    padding-right: 1.75rem;
}
.archimed-modal .modal-body h5 {
    margin-top: 0;
}
.modal-body .pin, .modal-body .date, .modal-body .time {
    width: 22px;
}
.modal-body .modal-item {
    font-size: 0.875rem;
    margin-bottom: 1rem;
    margin-left: .5rem;
}
.modal-body h5#doc_name,
.modal-body p#doc_specialization{
    font-size: 1rem;
    margin-left: .5rem;
}
.modal-body h5#doc_name {
    margin-bottom: 0;
}
.modal-body h5#doc_name {
    font-size: 1rem;
}
span.modal-time {
    /*margin-left: 1rem;*/
}
.modal-confirm {
    text-align: center;
}
/***DOCTORS END***/
/******REGISTER**********/

.register .register-panel {
    width: 720px;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 1px 2px 5px 0px #bfbfbf;
    margin: 1rem auto 3rem;
    padding: 2rem 1rem;
}
.register-panel .form-group {
    color: #7f7f7f;
    font-size: 0.9375rem;
}
.register-panel .form-group .control-label {
    text-align: left;
}
.register-panel .form-group label {
    padding-top: 7px;
}
.register-panel .register-born {
    margin-left: -4px;
}
.register-panel input, 
form#request-form input {
    height: 40px;
}
.register-btn {
    font-size: 1.313rem;
    color: #ffffff;
    padding-top: 0.5rem;
    padding-bottom: 0.75rem;
    padding-left: 2.3rem;
    padding-right: 2.3rem;
    background-color: #179ffa;
    float: right;
    margin-right: 1.188rem;
    margin-top: 1rem;
}
.register-panel label.agree {
    font-size: .8rem;
    line-height: 1rem;
    margin-left: 10px;
}
.print-btn {
    position: relative;
    padding-left: 4rem;
}
.print-btn:before {
    content: ' ';
    position: absolute;
    width: 23px;
    height: 21px;
    top: 15px;
    left: 25px;
    background: url(../img/icons/printer.png) no-repeat;
}
.success-panel p {
    color: #7f7f7f;
}
.success-cansel {
    color: #2a2a2a;
    text-decoration: underline;
    display: block;
    text-align: center;
    margin-top: 1rem;
    font-size: 18px;
}
.success-btn {
    float: none;
    margin-left: auto;
    margin-right: auto;
}
/******END REGISTER**********/

label.error {
    color: #e62d28;
    font-size: 12px;
    line-height: 1rem;
    width: 100%;
    height: 14px;
    margin-bottom: 0;
    position: absolute;
}
#reg-form-birthday-error {
    margin-left: -20px;
    height: 34px;
    position: absolute;
}
#captcha-label {
    font-size: 10px;
}
a.refresh-captcha {
    font-size: 12px;
    display: block;
}
.register-panel.success-panel strong {
    color: #000;
}
.register-panel.success-panel {
}
/********************/
/*'Open Sans Semibold'*/
form#registration-form input,
form#request-form input{
    font-family: 'Open Sans';
    font-size: .8rem;
}

form#registration-form input,
form#registration-form textarea,
form#request-form input {
    border: solid 2px #7f7f7f;
    font-size: 1rem;
}

form#registration-form input.error,
form#request-form input.error{
    border-color: #f50d42;
}

form#registration-form input.valid,
form#request-form input.valid{
    border-color: #3ac33d;
}
form#registration-form label.error,
form#request-form label.error{
    display: none !important;
}

form#registration-form label.register-born-label {
    padding-right: 0
}
form#registration-form input#register-born-wrap {
    padding-left: 0
}
#sms_verify .modal-content {
    border-radius: 5px;
}
#sms_verify .modal-body {
    padding: 1.5rem;
}
#sms_verify .modal-content input {
    height: 40px;
    border-radius: 6px;
    border: solid 2px #7f7f7f;
}
.arci-button {
    background-color: #179ffa;
    color: #fff;
}
.error-alerts {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 99;
}
/* CALENDAR */
.ic__container,
.ic__week-head,
.ic__week-head td,
.ic__days,
.ic__days td,
.ic__header,
.ic__prev,
.ic__next,
.ic__datepicker {
    margin: 0; padding: 0;
    font-size: 14px; 
    line-height: 13px;
    cursor: default;
    text-shadow: none !important;
}


.ic__container {
    position: relative;

}
.ic__container table {
    width: 100%;
    border: 0;
}


.ic__header {
    position: relative;
    height: 44px;
}
.ic__prev, .ic__next {
    position: absolute;
    top: 0;
    width: 7%; height: 35px;
    background-color: #555;
    cursor: pointer;
}
.ic__prev:hover, .ic__next:hover {
    background-color: #666;
}
.ic__prev div, .ic__next div {
    position: absolute;
    width: 0; height: 0;
    overflow: hidden;
    border: 5px solid transparent;
}

.ic__prev {
    left: 0;
}
.ic__prev div {
    top: 13px; left: 50%;
    margin-left: -7px;
    border-right-color: #fff;
}
.ic__next {
    right: 0;
}
.ic__next div {
    top: 13px; right: 50%;
    margin-right: -7px;
    border-left-color: #fff;
}


.ic__month {
    position: absolute;
    width: 50%;
}
.ic__year {
    position: absolute;
    right: 0%;
    width: 45%;
}
.ic__header select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 0;
    padding: 2px 12px;
    font-size: 14px;
    font-weight: bold;
    height: 44px;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
}
.ic__header select:focus {
    outline: none;
}



.ic__week-head td {
    width: 14%;
    vertical-align: top;
    text-align: center;
    padding: 10px 0 8px;
    border: 1px solid #ebebeb;
    color: #b5b5b5;
    font-size: 12px; line-height: 1.333;
    text-transform: uppercase;
}


.ic__days {
    margin-top: -1px;
    border-spacing: 3px;
    border-collapse: inherit;
}
.ic__days td {
    width: 34px;
    text-align: center;
    padding: 8px 0;
    color: #2a2a2a;
    font-size: 14px; 
    line-height: 1.333;
    text-transform: uppercase;
    height: 34px;
    background-color: #ffffff;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.25);
}
.ic__days .ic__day {
    background: #fff;
    cursor: pointer;
}
.ic__days .ic__day:hover {
    background: #d35746;
    color: #fff;
}
.ic__days .ic__day-empty {
    background-color: #dcd9d9;
    background: #dcd9d9 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAMAAAC6sdbXAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAAZQTFRF7u7u////KNOqmgAAABlJREFUeNpiYGRkZABCCGIA8UAEI4QACDAAAUoAFV5+ydgAAAAASUVORK5CYII=');
}
.ic__days .ic__day_state_current {
    background: #f4f4f4;
    color: #000;
}
.ic__days .ic__day_state_selected {
    background: #f4f4f4;
    color: #000;
}


.ic__datepicker {
    position: absolute;
    top: -9999px; left: -9999px;
    width: 250px; padding: 10px;
    border-radius: 10px;
    background: #333;
    z-index: 9999;
}


#borncalendarWrapper .modal-dialog {
    width: 300px;
    margin: auto;
}
#borncalendarWrapper .modal-content {
    background: #ececec;
}
#borncalendarWrapper .modal-header, 
#borncalendarWrapper .modal-body {
    padding: 1rem;
}
#borncalendarWrapper .modal-header h4 {
    line-height: 1;
}
#borncalendarWrapper .modal-header h4 img {
    height: 20px;
}
#borncalendarWrapper .modal-header .close {
    margin: 0;
}
#borncalendarWrapper .ic__prev, 
#borncalendarWrapper .ic__next {
    display: none;
}
span.required {
    font-size: 10px;
    display: inline-block;
    position: absolute;
    margin-left: 5px;
    color: red;
}

.archi-fieldset {
    margin-top: 15px;
    margin-bottom: 15px;
}
.archi-review-help {
    font-size: 14px;
}
.fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
    background-color: #179ffa;
}
.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px !important;
    direction: ltr;
    cursor: pointer;
}
.automat {
    height: 200px;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: burlywood;
}

#sms_verify #timer {
    width: 50%;
    position: absolute;
    left: 155px;
    top: 85px;
}
.review-field {
    margin-top: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
    background: #fff;
}
.marks .radio {
    display: inline-block;
}
.marks .radio span{
    padding:0;
    font-size: 14px;
    color: #7f7f7f;
    font-family: 'Open Sans';
}

article#privacy_policy {
    background-color: #fff;
    padding: .5rem;
    margin-top: 1rem;
}

article#privacy_policy *{
    font-family: 'Open Sans';
}

article#privacy_policy p{
    text-indent:  1rem;
}

/*RATING*/
.doctor-rating div {
    display: inline-block;
}
.doctor-rating .reviews-count-wrap {
    cursor: pointer;
    padding-right: 15px;
}
.doctor-rating .reviews-count-text {
    text-decoration: underline;
    text-decoration-style: dashed;
    font-family: 'Open Sans';
    font-size: 14px;
    color: #2A2A2A;
    line-height: 21px;
}
.doctor-rating .reviews-count {
    text-decoration: underline;
    text-decoration-style: dashed;
    font-family: 'Open Sans';
    font-size: 14px;
    color: #2A2A2A;
    line-height: 21px;
}
.doctor-rating img {
    display: initial;
}
.reviews-mobile-closed {
    display: none !important;
}
/*RATING*/

.reg-form-oferta-agree-error-wrap {
    color: red;
    width: 200%;
    max-width: 200%;
    font-size: 12px;
    padding-left: 10px;
}

.footer-org-info {
    font-size: smaller;
}