﻿#preloader, .loading {
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    position: fixed !important;
    top: 50%;
}

header, main, footer {
    /* /padding-left: 240px; */
}

.no-padding-left {
    padding-left: 0 !important;
}

.view {
    display: none;
    margin-top: 3%;
}


html {
    color: #009688 !important;
}

.two-line {
    height: 74px !important;
    line-height: 74px !important;
    display: block !important;
    position: relative;
}

    .two-line span {
        display: inline;
        display: inline-table;
        display: inline-block;
        vertical-align: middle;
        line-height: 26px;
        *margin-top: expression(this.offsetHeight < this.parentNode.offsetHeight ? parseInt((this.parentNode.offsetHeight - this.offsetHeight) / 2) + "px" : "0");
    }

.doctors-cnt {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 5px;
    font-size: 10px !important;
    line-height: 10px !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

    .doctors-cnt span {
        font-size: 10px !important;
    }

blockquote {
    border-left: 5px solid #00897b !important;
    text-align: justify;
}

.btn.disabled:hover, .disabled.btn-large:hover, .btn-floating.disabled:hover, .btn-large.disabled:hover, .btn:disabled:hover, .btn-large:disabled:hover, .btn-large:disabled:hover, .btn-floating:disabled:hover {
    background-color: #DFDFDF !important;
    color: #9F9F9F !important;
}

select {
    background-color: #e0f2f1 !important;
    border: 1px solid #009688 !important;
    border-radius: 2px;
    height: 3rem;
    padding: 5px;
    width: 100%;
}

.select-wrapper input {
    color: #00897b !important;
    text-transform: uppercase !important;
}

ul.side-nav.fixed li.logo {
    border-bottom: 1px solid #ddd;
    margin-bottom: 16px;
    margin-top: 32px;
    text-align: center;
}

    ul.side-nav.fixed li.logo:hover {
        background-color: transparent;
    }

ul.table-of-contents a:hover, ul.table-of-contents li.active a {
    border-left: 2px solid #00897b !important;
    color: #fff !important;
    font-weight: bold;
    padding-left: 10px !important;
}

ul.table-of-contents a {
    color: #fff !important;
}

header .row {
    margin-bottom: 0 !important;
}

@media only screen and ( max-width: 992px ) {
    header, main, footer {
        padding-left: 0;
    }
}

.hiddennav {
    display: none !important;
}

ul.side-nav {
    padding: 7px;
    width: 240px !important;
}

    ul.side-nav.fixed:hover {
        overflow-y: auto;
    }

    ul.side-nav.fixed {
        overflow: hidden;
    }

label {
    color: #00796b !important;
    text-transform: uppercase;
}

    label.active {
        color: #80cbc4 !important;
        text-transform: lowercase;
    }


.side-nav.fixed .btn, .side-nav.fixed .collection {
    width: 226px !important;
}

.activity {
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*Талоны*/

.doctor .row {
    margin-bottom: 0px;
}

.doctor .btn, .btn-large, .btn-flat {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-tap-highlight-color: transparent;
    background-clip: padding-box;
    background-color: white;
    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 2px 0;
    outline: 0;
    padding: 0 1rem;
    text-transform: uppercase;
}

.doctor .available .btn.disabled,
.doctor .available .disabled.btn-large,
.doctor .available .btn-floating.disabled,
.doctor .available .btn-large.disabled,
.doctor .available .btn:disabled,
.doctor .available .btn-large:disabled,
.doctor .available .btn-large:disabled,
.doctor .available .btn-floating:disabled {
    background-color: #b2dfdb !important;
    /*box-shadow: none;*/
    color: #9F9F9F !important;
    cursor: default;
}

.doctor .btn.disabled {
    color: grey !important;
}

.doctor .available .btn:hover,
.doctor .available .btn-large:hover {
    background-color: #e0f2f1;
}

.doctor .available .disabled.openedregistry {
    background-color: #80cbc4 !important;
    cursor: pointer !important;
}

.doctor .disabled.openedregistry {
    background-color: #bdbdbd !important;
}

.doctor h6.date {
    margin: 0.5rem 0 0.7rem 0 !important;
    min-width: 190px;
    text-align: left !important;
    text-transform: uppercase;
}

.doctor h6.last-name {
    margin: 0 !important;
    text-transform: uppercase;
}

.doctor h6.first-name {
    margin: 0 0 0.7rem 0 !important;
}

.doctor h6.small {
    margin: 0 !important;
}

.doctor img {
    width: 40px;
}


.two-line {
    display: block !important;
    height: 64px !important;
    line-height: 64px !important;
}

    .two-line span {
        display: inline;
        display: inline-table;
        display: inline-block;
        font-size: 13px;
        line-height: 16px;
        *margin-top: expression(this.offsetHeight < this.parentNode.offsetHeight ? parseInt((this.parentNode.offsetHeight - this.offsetHeight) / 2) + "px" : "0");
        vertical-align: middle;
    }

.doctor h6 {
    margin: 0rem 0 0.2rem 0 !important;
}

.doctor h5 {
    margin: 0.3rem 0 0.3rem 0 !important;
}

.doctor .row-same-height {
    min-height: 180px;
}

.collection.person span {
    padding-left: 15px;
}

.person .collection-item {
    height: 55px !important;
    padding: 3px 20px 3px 50px !important;
    min-height: auto !important;
}

    .person .collection-item.small {
        height: 28px !important;
        padding: 3px 20px 3px 40px !important;
    }


.person.collection .collection-item.selected {
    background-color: #b2dfdb !important;
    border-left: 5px solid #26a69a !important;
    padding: 3px 20px 3px 50px !important;
}

.person.collection .collection-item.avatar .circle {
    height: 40px !important;
    left: 5px !important;
    margin-top: 5px;
    width: 40px !important;
}

    .person.collection .collection-item.avatar .circle.circle-small {
        color: #fff !important;
        height: 22px !important;
        left: 5px !important;
        width: 22px !important;
    }

.talons .col {
    padding: 0 3px !important;
}

.spec-list {
    width: 226px !important;
}

.spec-item a {
    height: 55px !important;
}

.spec-list li.spec-item {
    background-color: transparent !important;
    padding: 0 !important;
}

.spec-list .spec-item a.collapsible-header:hover {
    background-color: #e0f2f1 !important;
    border-color: #e0f2f1 !important;
}

.spec-item a.collapsible-header {
    line-height: 2.5rem !important;
}

    .spec-item a.collapsible-header i {
        float: right !important;
        line-height: 55px !important;
    }

.collection .collection-item.avatar i.circle.circle-small {
    background-color: #00796b !important;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
}

.person.collection {
    border: none !important;
    margin: 0 10px 0 0 !important;
}

    .person.collection a.collection-item:not(.selected):hover {
        background-color: #e0f2f1 !important;
        border-color: #e0f2f1 !important;
    }

.doctor-name {
    text-transform: uppercase;
    width: 226px;
}

.doctor-info {
    font-size: 12px !important;
    line-height: 1rem !important;
}

.spec-info {
    font-size: 12px !important;
    line-height: 1rem !important;
    text-transform: none !important;
}

.disabled .teal-text {
    color: #999 !important;
}

.disabled i.teal-text {
    color: #009688 !important;
}

/*validation*/

/* label color */

.input-field label {
    color: #999;
}

/* label focus color */

.input-field input[type=text]:focus + label {
    color: #999;
}

/* valid color */

/* invalid color */

.input-field input[type=text].validationElement {
    border-bottom: 1px solid #ef5350;
    box-shadow: 0 1px 0 0 #ef5350;
}

.validationElement + span, .validationElement + span {
    color: #ef5350 !important;
}

.validationMessage {
    display: none !important;
}

.input-field .prefix {
    color: #999 !important;
}

    .input-field .prefix.active {
        color: #26a69a !important;
    }

/*kendo-ui*/

.k-block, .k-header, .k-grid-header, .k-toolbar, .k-grouping-header, .k-pager-wrap, .k-button, .k-draghandle, .k-treemap-tile, html .km-pane-wrapper .k-header {
    background-color: #00897b !important;
}

.k-calendar .k-header .k-state-hover {
    background-color: rgba(0, 0, 0, 0.1) !important;
}

.k-calendar .k-footer .k-nav-today {
    color: #00897b !important;
}

.k-widget.k-calendar .k-nav-fast {
    width: 40% !important;
}

.k-calendar .k-header .k-link.k-nav-prev, .k-calendar .k-header .k-link.k-nav-next {
    width: auto !important;
}

.k-header a {
    padding: 0 12px !important;
}

.k-calendar td.k-state-selected {
    background-color: #00897b !important;
}

.k-calendar .k-footer .k-nav-today {
    color: #00796b !important;
    text-decoration: none !important;
}

.k-animation-container {
    width: auto !important;
}

.k-list-container {
    position: relative !important;
}

/*toasts override*/

.toast {
    font-weight: bold !important;
    height: auto !important;
}

.toast-warning {
    background-color: #ef6c00 !important;
}

.toast-success {
    background-color: #43a047 !important;
}

.toast-error {
    background-color: #c62828 !important;
}

.toast-message {
    line-height: 32px !important;
}

/*custom styles*/

.upper {
    color: #00796b;
    text-transform: uppercase;
}

.sel-date i {
    font-size: 2rem !important;
    line-height: 1.8rem !important;
}

.sel-date a {
    height: 2rem !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
}

.personal-info .k-state-hover {
    background-color: inherit !important;
}

input:required {
    background: transparent url(images/val_asterisk.png) no-repeat 98% center;
}

input:focus:invalid {
    background: transparent url(images/invalid.png) no-repeat 98% center;
}

input:required:valid, textarea:required:valid {
    background: transparent url(images/valid.png) no-repeat 98% center;
}

input:focus:invalid, textarea:focus:invalid {
    background: transparent url(images/invalid.png) no-repeat 98% center;
}

.card .btn {
    margin-bottom: 5px;
    padding: inherit !important;
}

.card .card-content {
    padding-bottom: 5px !important;
}

.card .row {
    margin-bottom: 0;
}

.question {
    cursor: pointer;
}

.patient li:hover {
    background-color: white !important;
}

.patient span {
    cursor: pointer;
    padding: 14px 0;
}

#printable {
    display: none;
}

#faq-view .collapsible-header {
    height: auto !important;
}

@media print {
    .non-printable {
        display: none;
    }

    header,
    button,
    .btn,
    a {
        display: none !important;
    }

    #printable {
        display: block !important;
        font-size: 16px !important;
    }

    main {
        font-size: 12px !important;
    }

    .details-info label {
        width: 130px !important;
    }

    .details-info h2 {
        font-size: 12px !important;
        font-weight: bold !important;
    }
}

.validation-summary-errors {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    color: #e57373;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

    .validation-summary-errors ul {
        padding-left: 40px;
    }

    .validation-summary-errors li {
        list-style-type: disc;
    }

.validation-summary-valid {
    display: none;
}

.agreement .input-field {
    margin-top: 0 !important;
}

.agreement a {
    display: inline-block;
}


/* columns of same height styles */

.row-same-height {
    display: table;
    width: 100%;
}

.col-xs-height {
    display: table-cell;
    float: none !important;
}

@media (min-width: 600px) {
    .col-sm-height {
        display: table-cell;
        float: none !important;
    }
}

.tabs li.tab a:hover {
    color: #b2dfdb !important;
}

.tabs .indicator {
    background-color: #009688 !important;
}

.tabs li.tab a.active {
    border-bottom: 2px solid #009688 !important;
}


/* firefox fix */

.img-responsive {
    width: 100%;
}

/* vertical alignment styles */

.col-top {
    vertical-align: top;
}

.col-middle {
    vertical-align: middle;
}

.col-bottom {
    vertical-align: bottom;
}

ul.side-nav.fixed {
    overflow: hidden;
}

    ul.side-nav.fixed li {
        line-height: 44px;
    }

        ul.side-nav.fixed li.selected a.collapsible-header {
            background-color: #eeeeee !important;
            border-left: 5px solid #26a69a !important;
            color: #26a69a !important;
            margin: 0 !important;
        }

        ul.side-nav.fixed li a {
            border-left: 5px solid #fff !important;
            color: #00897b !important;
            font-size: 13px;
            margin: 0 !important;
        }

            ul.side-nav.fixed li a i {
                margin-right: 0 !important;
            }


    ul.side-nav.fixed ul.collapsible-accordion {
        background-color: #FFF;
    }

    ul.side-nav.fixed:hover {
        overflow-y: auto;
    }

.bold, .bold > a {
    font-weight: bold;
}

ul.side-nav.fixed a {
    color: #444;
    display: block;
    padding: 0 15px;
}

a.collapsible-header {
    text-transform: uppercase;
}

#openregistry-model {
    width: 35%;
}

@media only screen and (max-width: 992px) {
    #openregistry-model {
        width: 80% !important;
    }
}

/*Слайдеры*/

.calendar-header {
    border-bottom: 1px solid #b2dfdb;
    line-height: 30px;
    min-height: 30px;
    padding: 0 !important;
}

    .calendar-header .day-of-week, .calendar-body .day-of-week {
        border-right: 1px solid #b2dfdb;
        width: 14.29% !important;
    }

.spec-slideer-cell {
    border-right: 1px solid #b2dfdb;
    width: 25% !important;
}

    .spec-slideer-cell:last-child {
        border-right: none;
        width: 25% !important;
    }

.calendar-header .day-of-week:last-child, .calendar-body .day-of-week:last-child {
    border-right: none;
    width: 14.26% !important;
}

.calendar-body .row {
    margin-bottom: 0 !important;
}

.calendar-body .day-of-week.active,
.calendar-body .day-of-week.holiday.active,
.calendar-body .day-of-week.holiday.empty.active,
.calendar-body .spec-slideer-cell.active,
.calendar-body .spec-slideer-cell.holiday.active,
.calendar-body .spec-slideer-cell.empty.active {
    background-color: #b2dfdb !important;
}

.calendar-body .day-of-week:hover,
.calendar-body .day-of-week.holiday:not(.empty):hover,
.calendar-body .spec-slideer-cell:hover,
.calendar-body .spec-slideer-cell:not(.empty):hover {
    background-color: #e0f2f1 !important;
}

.calendar-body .day-of-week.empty:not(.active),
.calendar-body .spec-slideer-cell.empty:not(.active) {
    background-color: #e0e0e0 !important;
    cursor: default !important;
}

.calendar-body .day-of-week.holiday.empty {
    background-color: #ffcdd2 !important;
    cursor: default !important;
}

.spec-slideer-cell.empty {
    min-height: 54px;
}

.calendar-body .day-of-week.holiday.empty a,
.calendar-body .day-of-week.empty a,
.calendar-body .spec-slideer-cell.empty a {
    color: #9F9F9F !important;
}

.calendar-control:hover {
    -moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #2bbbad !important;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.spec-name {
    height: 44px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.doctors-count {
    font-size: 12px;
}

#specs .calendar-control {
    top: 12px;
}

.text-info {
    font-size: 10px;
}

@media (min-width: 1535px) {
    .btn-medium {
        height: 46px !important;
        width: 46px !important;
    }

        .btn-medium i {
            line-height: 46px !important;
        }

    .calendar-body {
        /*min-height: 80px;*/
        padding: 0 !important;
        position: relative;
    }


    .calendar-date {
        height: 40px;
        padding-left: 15px !important;
    }

        .calendar-date div {
            float: left;
            font-size: 30px !important;
            font-weight: bold;
            line-height: 40px !important;
            margin: 0 !important;
            padding-right: 5px !important;
        }

        .calendar-date span {
            line-height: 40px;
            vertical-align: bottom;
        }

    .calendar-summary {
        height: 40px;
        padding-left: 15px !important;
    }

    .min-max-time {
        font-size: 12px;
    }

    .talons-count {
        font-size: 12px;
    }

    .calendar-control {
        height: 80px;
        position: absolute !important;
        top: 45px;
        width: 1.5rem;
        z-index: 800 !important;
    }

    #specs .calendar-control {
        top: 8px;
    }

    .spec-name {
        font-size: 16px;
    }

    .calendar-control:hover {
        -moz-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
        -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
        background-color: #2bbbad !important;
        box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    }

    .calendar-control i {
        color: white !important;
        font-size: 20px;
        line-height: 80px;
    }

    .move-left {
        left: -26px;
    }

    .move-right {
        right: -26px;
    }

    /* DIRECTION CONTROLS (NEXT / PREV) */

    .bx-wrapper {
        margin: 0px auto;
        padding: 0;
        position: relative;
        *zoom: 1;
    }

    .spec-slideer-cell.empty {
        min-height: 62px;
    }
}



@media (min-width: 993px) and (max-width: 1534px) {
    .btn-medium {
        height: 38px !important;
        width: 38px !important;
    }

        .btn-medium i {
            line-height: 38px !important;
        }

    .calendar-body {
        padding: 0 !important;
        position: relative;
    }


    .calendar-date {
        height: 30px;
        padding-left: 5px !important;
        padding-right: 0 !important;
    }

        .calendar-date div {
            float: left;
            font-size: 20px !important;
            font-weight: bold;
            line-height: 30px !important;
            margin: 0 !important;
            padding-right: 3px !important;
        }

        .calendar-date span {
            line-height: 30px;
            font-size: 12px !important;
            vertical-align: bottom;
        }

    .calendar-summary {
        height: 30px;
        padding-left: 5px !important;
        padding-right: 0 !important;
    }

    .min-max-time {
        padding-left: 10px !important;
        font-size: 10px;
        line-height: 10px;
    }

    .talons-count, .doctors-count {
        padding-right: 5px !important;
        font-size: 10px;
        line-height: 10px;
    }

    .calendar-control {
        height: 60px;
        position: absolute !important;
        top: 40px;
        width: 1.5rem;
        z-index: 800 !important;
    }

        .calendar-control i {
            color: white !important;
            font-size: 20px;
            line-height: 80px;
        }

    .move-left {
        left: -22px;
    }

    .move-right {
        right: -22px;
    }

    /* DIRECTION CONTROLS (NEXT / PREV) */

    .bx-wrapper {
        margin: 0 auto;
        padding: 0;
        position: relative;
        *zoom: 1;
    }
}

@media (min-width: 601px) and (max-width: 1174px) {
    .calendar-date span {
        font-size: 10px !important;
    }

    .spec-name {
        padding-top: 5px;
        font-size: 12px;
        line-height: 1;
    }
}

@media (min-width: 601px) and (max-width: 992px) {
    .btn-medium {
        height: 38px !important;
        width: 38px !important;
    }

        .btn-medium i {
            line-height: 38px !important;
        }

    .calendar-body {
        padding: 0 !important;
        position: relative;
    }


    .calendar-date {
        height: 30px;
        padding-left: 5px !important;
        padding-right: 0 !important;
    }

        .calendar-date div {
            float: left;
            font-size: 20px !important;
            font-weight: bold;
            line-height: 30px !important;
            margin: 0 !important;
            padding-right: 3px !important;
        }

        .calendar-date span {
            line-height: 30px;
            font-size: 12px !important;
            vertical-align: bottom;
        }

    .calendar-summary {
        height: 30px;
        padding-left: 5px !important;
        padding-right: 0 !important;
    }

    .talons-count, .doctors-count {
        padding-right: 5px !important;
        font-size: 10px;
        line-height: 10px;
    }

    .calendar-control {
        height: 60px;
        position: absolute !important;
        top: 40px;
        width: 1.5rem;
        z-index: 800 !important;
    }

        .calendar-control i {
            color: white !important;
            font-size: 20px;
            line-height: 80px;
        }

    .move-left {
        left: -22px;
    }

    .move-right {
        right: -22px;
    }

    /* DIRECTION CONTROLS (NEXT / PREV) */

    .bx-wrapper {
        margin: 0 auto;
        padding: 0;
        position: relative;
        *zoom: 1;
    }
}

@media (max-width: 600px) {
    .day-of-week {
        padding: 0 !important;
    }

    .calendar-body {
        padding: 0 !important;
    }

    .calendar-date {
        padding: 0 !important;
        text-align: center !important;
    }

        .calendar-date div {
            font-weight: bold;
        }

    .calendar-control {
        height: 60px;
        position: absolute !important;
        top: 35px;
        width: 1.5rem;
        z-index: 800 !important;
    }

        .calendar-control i {
            color: white !important;
            font-size: 20px;
            line-height: 80px;
        }

    .move-left {
        left: -38px;
    }

    .move-right {
        right: -38px;
    }

    .bx-wrapper {
        margin: 0 auto;
        padding: 0;
        position: relative;
        *zoom: 1;
    }

    .spec-name {
        padding-top: 5px;
        font-size: 12px;
        line-height: 1;
    }

    .doctors-count {
        padding-right: 5px !important;
        font-size: 10px;
        line-height: 10px;
    }
}

.input-field.input-field-required div a {
    background: transparent url(images/val_asterisk.png) no-repeat 95% center;
}

.input-field:not(.input-field-required) div a {
    background: transparent url(images/valid.png) no-repeat 95% center;
}

.input-field:not(.input-field-required) div.chosen-container.chosen-container-active {
    border-bottom: 2px solid #26a69a;
}

.input-field.input-field-required div.chosen-container.chosen-container-active {
    border-bottom: 2px solid #ef5350;
}

.input-field.input-field-required div.chosen-container.customValidationLogicEnabled:not(.chosen-container-active) {
    border-bottom: 2px solid #ef5350;
}

.input-field:not(.input-field-required) div.chosen-container.customValidationLogicEnabled:not(.chosen-container-active) {
    border-bottom: 2px solid #4caf50;
}

.saved-item {
    list-style-position: inside;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.saved-item-remove {
    float: right;
    padding: 0 !important;
}

@media only screen and (max-width : 600px) {
    .small-screen-button {
        height: 56px !important;
    }
}

/* Home/Index */

.img-resp {
    display: block;
    max-width: 100%;
    height: auto;
}

/*.organization__images {
    height: 250px !important;
    margin: 0;
    padding: 0;
    width: 100% !important;
}*/

@media only screen and (max-width : 599px) {
    .img-photo {
        display: none !important;
    }

    .img-large-map {
        display: inline;
        height: auto !important;
    }

    .img-map {
        display: none !important;
    }
}

@media (min-width: 600px) and (max-width: 991px) {
    .img-photo {
        display: inline;
        height: 250px;
    }

    .img-large-map {
        display: none !important;
    }

    .img-map {
        display: inline;
        height: 250px;
    }
}

@media (min-width: 992px) and (max-width: 1169px) {
    .img-photo {
        display: inline;
        height: 250px !important;
    }

    .img-large-map {
        display: inline;
        height: 250px !important;
    }

    .img-map {
        display: none !important;
    }
}

@media (min-width: 1170px) {
    .img-photo {
        display: inline;
        height: 300px !important;
    }

    .img-large-map {
        display: inline;
        height: 300px !important;
    }

    .img-map {
        display: none !important;
    }
}

.text-center {
    text-align: center;
}

.row-center {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.row-flex {
    display: flex;
    flex-direction: row;
}

.contact-column {
    margin-top: 0.25em;
}

.index-icon {
    font-size: 1.5em;
    padding-right: 0.5em;
}

.index-text {
    font-size: 1.4em;
}

.contact-text {
    font-size: 1em;
}

.contact-text-little {
    font-size: 0.9em;
    margin-bottom: 0.5em;
}

.contact-collapse {
    border-bottom: dotted;
    border-bottom-width: 1px;
}

.select-wrapper-wrapper .select-wrapper {
    margin: 0;
}

.agreement {
    border-bottom-style: solid;
    border-bottom-width: 1px;
}