/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Header
# Navigation
# Footer
# Forms
# Buttons
# Messages
# Cabinet
# Notifications
# Main
# Friends
# Doctors-search
# Review
# Media
	## from 992 - 1199 px
	## from 768 - 991 px
	## max 768 
    ## max 480 
# Carusel
# Pagination
# Registration
# Analitics
# Generate links
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

* :not(i) {
    font-family: Gotham Pro !important;
    line-height: 1.15;
}

html,
body {
    height: 100%;
}

main {
    min-height: 100%;
    overflow: auto;
    /* padding-bottom:60px; */
}

/* footer {
    position: relative;
    margin-top: -60px; 
    height: 60px;
    clear:both;
}  */

/* Limit image width to avoid overflow the container */
img {
    max-width: 100%; /* This rule is very important, please do not ignore this! */
}

input {
    font-size: 13.333px;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-secondary.focus,
.btn-secondary:focus,
.btn-outline-secondary.focus,
.btn-outline-secondary:focus,
.btn.focus,
.btn:focus {
    box-shadow: none;
}

.btn-group-vertical {
    width: 100%;
}

button,
input,
optgroup,
select,
textarea {
    outline: none !important;
    box-shadow: none;
}

.form-control:focus {
    box-shadow: none !important;
}

.header_2 {
    text-align: center;
    font-size: 22px;
    color: rgb(0, 0, 0);
    line-height: 1.182;
    padding: 20px;
}

h2 {
    font-size: 22px;
}

.h5,
h5 {
    font-size: 1.1rem;
}

.ajax_loading p {
    position: absolute;
    left: 0;
    right: 0;
    top: 55%;
}
.ajax_loading {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.7)
        url("/assets/images/loading/loading2.gif") 50% 50% no-repeat;
    background-size: 50px;
}

body.loading .ajax_loading {
    display: block;
}

ul,
ol {
    padding-left: 1em;
}

/*--------------------------------------------------------------
# Modal 
--------------------------------------------------------------*/

.modal-title {
    font-size: 20px;
    font-weight: bold;
}

.modal-footer {
    margin-top: 20px;
}

.btn {
    border-radius: 5px;
    border: 0;
    padding: 5px 15px;
    font-size: 14px;
    cursor: pointer;
}

.btn-blue {
    color: #ffffff;
    border: 1px #698cc8 solid;
    background-color: #698cc8;
    transition: all 0.1s cubic-bezier(0.4, 0, 1, 1);
}

.btn-blue:hover {
    color: #698cc8;
    background-color: #ffffff;
    border-color: #698cc8;
}

.btn-transparent {
    color: #ffffff;
    border: 1px #ffffff solid;
    background-color: transparent;
    transition: all 0.1s cubic-bezier(0.4, 0, 1, 1);
}

.btn-transparent:hover {
    color: #698cc8;
    border: 1px #ffffff solid;
    background-color: #ffffffff;
}

.btn.btn-big {
    box-shadow: 0px 0px 6.44px 0.56px rgba(0, 0, 0, 0.07);
    padding: 0.5rem 2.5rem;
    margin: 0.6rem;
    font-size: 1.45rem;
}

.btn-default {
    /* margin-right: 10px; */
    background: #698cc8;
    color: #fff;
}

.btn-primary {
    color: #698cc8;
    border: 1px #698cc8 solid;
    background-color: white;
}

.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #698cc8;
    border-color: #698cc8;
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #698cc8;
    border-color: #698cc8;
    box-shadow: 0 0 0 0.2rem rgba(110,144,201,.5);
}

.btn-custom-primary {
    color: #fff;
    background-color: #698cc8;
    border-color: #698cc8;
}

.btn-custom-primary:hover {
    color: #fff;
    background-color: #698cc8c4;
    border-color: #698cc8;
}

.btn-150 {
    width: 150px;
    margin: 0 auto;
}

.btn-link {
    padding: 3px 30px;
}

.btn-link-blue {
    border: 1px #698cc8 solid;
    background: #698cc8;
    color: #fff;
    text-decoration: none;
}

.btn-link-blue:hover {
    background-color: #fff;
    color: #698cc8;
    border: 1px #698cc8 solid;
    text-decoration: none;
}

.btn-edit {
    color: white;
    background-color: rgb(110, 144, 201);
}

.btn-edit:hover {
    color: white;
    background-color: rgb(88, 115, 160);
}

.custom-control-label::before {
    outline: none !important;
    background-color: transparent;
    border: 1px #698cc8 solid;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #698cc8;
    outline: none !important;
}

.ui-autocomplete {
    position: fixed;
    top: 100%;
    left: 0;
    z-index: 1051 !important;
    float: left;
    display: none;
    min-width: 160px;
    width: 160px;
    padding: 4px 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.header {
    border-bottom: 2px #e9e9ea solid;
    z-index: 5;
}

.header-container {
}

.header-logo {
    width: 135px;
}

.header-logo > img {
    width: 100%;
}

.header-info-box {
    display: flex;
}

.header-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    margin: 0;
    height: 50px;
}

.header-menu > li {
    margin-right: 20px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    height: 100%;
}

.header-menu > li a {
    color: #252c34;
    text-decoration: none;
}

.header-menu > .active,
.header-menu > li:hover {
    color: #698cc8;
    position: relative;
}

.header-menu > .active:after,
.header-menu > li:hover:after {
    position: absolute;
    bottom: -2px;
    content: "";
    color: #698cc8;
    border-bottom: 2px #698cc8 solid;
    height: 2px;
    width: 100%;
}

.header-phone {
    font-size: 20px;
    margin-left: 20px;
}

.header-vertical-line {
    display: flex;
    align-items: center;
}

.my_style_btn {
    border: 0;
    border-radius: 5px;
    background-color: #698cc8;
    font-size: 14px;
    padding: 3px 30px;
    color: #fff;
    cursor: pointer;
}

.my_style_btn:hover {
    background-color: transparent;
    color: #698cc8;
    padding: 2.5px 29.5px;
    border: 1px #698cc8 solid;
}

.authorization {
    display: flex;
    flex-wrap: wrap;
}

.authorization > * {
    margin-left: 20px;
}

.small-header {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
}

.nav-icon svg,
.nav-icon .feather,
.nav-flag svg,
.nav-flag .feather {
    width: 20px;
    height: 20px;
}

.nav-item .indicator {
    background: #698cc8;
    box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    display: block;
    height: 18px;
    width: 18px;
    padding: 2px;
    position: absolute;
    top: -5px;
    right: -10px;
    text-align: center;
    transition: top 0.1s ease-out;
    font-size: 0.675rem;
    color: #fff;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 0.875rem;
    color: #495057;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.2rem;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown .dropdown-menu.show {
    animation-name: dropdownAnimation;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
}

@keyframes dropdownAnimation {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.35rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #495057;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-menu-lg {
    min-width: 20rem;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.75rem;
    color: #6c757d;
    white-space: nowrap;
}

.dropdown-menu-footer {
    padding: 0.5rem;
    text-align: center;
    display: block;
    font-size: 0.75rem;
    font-weight: 500;
}

.dropdown-menu-footer:hover {
    text-decoration: none;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
    border-top-left-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
}

.dropdown .list-group .list-group-item {
    border-width: 0;
    border-bottom-width: 1px;
    margin-bottom: 0;
}

.dropdown .list-group .list-group-item:first-child,
.dropdown .list-group .list-group-item:last-child {
    border-radius: 0;
}

.dropdown-menu-header {
    font-size: 0.875rem;
    color: #495057;
    padding: 0.75rem;
    text-align: center;
    font-weight: 500;
    border-bottom: 1px solid #dee2e6;
}

#mainNav {
    min-height: 56px;
    padding: 0 20px;
}

.masthead {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 40rem;
    padding-top: 4rem;
    padding-bottom: 8rem;
}

.login-bg {
    background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(rgba(180, 204, 219, 0.4)),
            to(rgba(180, 204, 219, 0.4))
        ),
        url(../../images/main/entry_1st_1.jpg);
    background: linear-gradient(
            to bottom,
            rgba(180, 204, 219, 0.4) 0,
            rgba(180, 204, 219, 0.4) 100%
        ),
        url(../../images/main/entry_1st_1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}

.logo-big img {
    max-width: 250px;
    margin-bottom: 2rem;
}

h1.welcome-header {
    font-size: 42px;
    font-size: 2.6rem;
    word-spacing: 0.5rem;
    font-weight: 400;
    color: rgb(255, 255, 255);
    margin-bottom: 2rem;
}

p.welcome-text {
    font-size: 28px;
    font-size: 1.75rem;
}

.register-bg {
    background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(rgba(180, 204, 219, 0.4)),
            to(rgba(180, 204, 219, 0.4))
        ),
        url(../../images/main/sign_in_2st.jpg);
    background: linear-gradient(
            to bottom,
            rgba(180, 204, 219, 0.4) 0,
            rgba(180, 204, 219, 0.4) 100%
        ),
        url(../../images/main/sign_in_2st.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}

.auth-block {
    font-size: 1.4rem;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    max-width: 825px;
    padding: 4.2rem;
    margin: auto;
}

.auth-block .alert {
    font-size: 1rem;
}

.form-signin {
    font-size: 1.4rem;
    width: 100%;
    max-width: 385px;
    margin: auto;
}

.form-signin .btn {
    font-size: 1.4rem;
}

.form-signin span.input-group-text {
    font-size: 1.4rem;
    color: #fff;
    background-color: #698cc8;
}

.btn-sq {
    width: 60px !important;
    font-size: 1.4rem;
    padding: 0px 15px;
    margin: 0 0.5rem;
}

.form-signin a {
    color: #698cc8;
}

.form-signin:hover a {
    color: #698cc8;
    text-decoration: none;
}

.auth-block small {
    font-size: 16px;
}

.auth-block small a {
    color: black;
    text-decoration: underline;
}

.auth-block:hover small a {
    color: black;
    text-decoration: underline;
}

.info-box_img {
    display: flex;
    justify-content: center;
    margin: 0 1rem 2rem;
}

.send-info-box {
    font-size: 1.13rem;
    max-width: 26.5rem;
    line-height: 1.3;
}

.send-email {
    color: #698cc8;
}

@media screen and (max-width: 700px) {
    .logo-big img {
        max-width: 170px;
    }

    h1.welcome-header {
        font-size: 2rem;
    }

    p.welcome-text {
        font-size: 1.5rem;
    }

    .btn.btn-big {
        font-size: 1.2rem;
        padding: 0.3rem 2rem;
    }
}

@media screen and (max-width: 400px) {
    .masthead {
        padding-top: 0;
    }

    .logo-big img {
        max-width: 160px;
    }

    h1.welcome-header {
        font-size: 1.8rem;
        padding: 0 1.4rem;
        line-height: 1.3;
    }

    p.welcome-text {
        font-size: 1.4rem;
    }

    .btn.btn-big {
        font-size: 1.2rem;
        padding: 0.2rem 1.8rem;
    }

    .form-signin {
        font-size: 1rem;
    }

    .form-signin span.input-group-text {
        font-size: 1rem;
    }

    .btn-sq {
        font-size: 1.2rem;
    }

    .form-signin .btn {
        font-size: 1rem;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .auth-block {
        padding: 2.5rem;
    }
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

.nav-link {
    color: #7f7f7f;
    padding: 0;
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none;
    color: #698cc8;
}

i.far.fa-user-circle {
    font-size: 20px;
}

i.fas.fa-align-justify {
    padding-right: 20px;
}

.navbar-toggler {
    padding: 0;
}

.navbar-light .navbar-toggler {
    border: 0;
}

.navbar {
    padding: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #252c34;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #252c34;
}

/* Mobile */

.navbar-toggler {
    order: 2;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0;
    }
}

@media (max-width: 992px) {
    .authorization {
        flex-grow: 1;
        text-align: end;
        margin: 0 20px;
        justify-content: flex-end;
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer {
    border-top: 2px #e9e9ea solid;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
}

.footer-info-box {
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    list-style: none;
    font-size: 16px;
    padding: 20px 0;
}

.footer-info-box li {
    display: flex;
    align-items: center;
}

.footer-info-box li:last-child {
    margin-right: 0;
}

.footer-info-box li i {
    margin: 0 5px;
    opacity: 0.8;
}

.footer-info-box li span {
    font-size: 20px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

.main-box {
    background-color: #f9f9f9;
}

.main-part__form {
    background-color: white;
    margin: 20px 0;
    padding: 30px 15px;
    border-radius: 10px;
}

.enter-form,
.register-form {
    display: none;
    position: fixed;
    top: 100px;
    left: 50%;
    margin-left: -160px;
    width: 320px;
    background-color: #fff;
    border: 4px #b3e6cc solid;
    border-radius: 10px;
}

.enter-form h2,
.register-form h2 {
    margin: 0;
    padding: 10px;
    text-align: center;
    color: #339966;
    font-size: 18px;
    border-bottom: 2px #b3e6cc solid;
}

.enter-form i,
.register-form i {
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 16px;
    color: #339966;
}

.enter-form p,
.register-form p {
    cursor: pointer;
    font-size: 14px;
    color: #339966;
    margin: 0;
    padding: 10px;
    border-top: 2px #b3e6cc solid;
}

.enter-form p:hover,
.register-form p:hover {
    text-decoration: underline;
}

.enter-form form,
.register-form form {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
}

.enter-form form input,
.register-form form input {
    margin-top: 20px;
    font-size: 16px;
    width: 80%;
}

.inform-box {
    font-size: 18px;
    line-height: 1.222;
    padding: 2rem 0 1.3rem;
}

.fgt-link {
    color: #698cc8 !important;
}

.note_text {
    width: 315px;
    margin: 0;
    font-size: 14px;
}

.success_confirm {
    width: 90%;
    max-width: 400px;
}

.settings-form {
    margin: 20px 0px;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

input#file {
    font-size: 16px;
    box-shadow: none;
    border: none;
    width: 100%;
}

.settings-form label {
    margin-bottom: 0.3rem;
    text-align: end;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 576px) {
    .settings-form {
        padding: 0;
    }
    .settings-form label {
        text-align: start;
    }
}

.inner.cover {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    border-radius: 5px;
    text-align: center;
    margin: 10% 0;
    padding: 30px;
    min-height: 250px;
    background-color: lightpink;
}

.inner.cover.succes {
    background-color: lightgreen;
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/

.button {
    border: 0;
    border-radius: 5px;
    font-size: 14px;
    padding: 3px 30px;
    cursor: pointer;
    transition: all 0.2s;
}

.button-grey {
    background-color: #dddddd;
    color: #698cc8;
}

.button-grey:hover {
    background-color: #d6d5d5;
}

.button-grey a {
    color: #698cc8;
}

.button-grey a:hover {
    text-decoration: none;
}

/*--------------------------------------------------------------
# Messages
--------------------------------------------------------------*/

button.chat-box__header_close-btn {
    background-color: transparent;
    color: #698cc8;
    padding: 0;
    padding-left: 0px;
}

.chat-box__header .chat-box__header_close-btn {
    margin-left: 0;
}

.users-list {
    position: relative;
    width: 100%;
    margin: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}

.user-list__left-block,
.user-list__right-block {
    display: flex;
    flex-direction: column;
}

.user-list__left-block {
    align-items: center;
    min-width: 60px;
}

.user-list__right-block {
    margin: 10px;
}

.users-list__user {
    padding: 5px 10px;
    font-size: 14px;
    border-bottom: 1px rgb(232, 232, 232) solid;
    display: flex;
    background-color: #fff;
}

.users-list__status {
    align-self: flex-end;
    padding: 10px 0;
    font-size: 12px;
    font-style: italic;
}

.users-list__user_info {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.user-online {
    font-size: 12px;
    color: rgb(198, 198, 198);
    line-height: 2.143;
    text-align: center;
}

.chat-box__header .user-online {
    text-align: left;
}

.user-online__online {
    color: rgb(127, 197, 150);
}

.chat_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px rgb(232, 232, 232) solid;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
}

.seen {
    font-size: 12px;
    color: #999;
    text-transform: capitalize;
}

.users-list__user:hover {
    background-color: #ddd;
}

.users-list .active {
    background-color: #9999991c;
}

.avatar {
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
    padding: 5px;
}

.user-list__user_img-box {
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
    margin: 10px 0 0 0;
}

.chat-box__header .user-list__user_img-box {
    margin: 0;
}

.col-fio {
    color: #000;
    margin: 0 10px;
}
.col-fio a {
    color: #000;
}

.col-fio a:hover {
    text-decoration: none;
}

.user-list__user_img-box img {
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.user-list__user_img-box-circle {
    min-width: 35px;
    min-height: 35px;
    max-width: 35px;
    max-height: 35px;
    border-radius: 50%;
    background-color: #6c757d;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 10px;
}

.chat_box__call video {
    height: 100px;
    width: auto;
    max-height: 100px;
}

.chat-container {
    width: 60%;
    border: 2px #999 solid;
    border-radius: 10px;
    padding: 20px;
    margin: 20px 20px 0 0;
}

.chat_box__call {
    width: 100%;
    height: 100%;
    min-height: 300px;
    border-bottom: 2px #242424 solid;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
    position: relative;
}

.chat_box__call video {
    min-height: 90%;
    margin: 0 10px;
    width: auto;
}

.chat_box__call_buttons-box {
    position: absolute;
    bottom: 5px;
    height: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.chat_box__call_buttons-box button {
    padding: 5px 10px;
    font-size: 12px;
    text-align: center;
    border: 0;
    background-color: #d84c4c;
    color: #fff;
}

.chat_box__call_screen-btn {
}

.chat_box__call_end-call-btn {
}

.chat_box__button-container {
    width: 300px;
    height: 150px;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    z-index: 20;
    border: 1px #242424 solid;
    border-radius: 10px;
    display: none;
}

#GetCall {
    background-color: green;
    opacity: 0.7;
    padding: 5px 10px;
}

.new-message {
    display: none;
}

.open-or-join-room,
#leave-room {
    font-size: 20px;
}

.open-or-join-room i.fas.fa-phone {
    color: limegreen;
}

.open-or-join-room i.fas.fa-video {
    color: #698cc8;
}

#leave-room i.fas.fa-phone-slash {
    color: crimson;
}

button:disabled i {
    color: graytext !important;
}

.chat-box__header button.open-or-join-room {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-grow: 0;
    flex-shrink: 0;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background-color: rgb(241, 241, 244);
    border-color: transparent;
    text-align: left;
    border-width: 0px;
    height: 40px;
    border-radius: 20px;
    width: 40px;
    padding: 0px;
    cursor: pointer;
    border-style: solid;
}

/*--------------------------------------------------------------
# Cabinet
--------------------------------------------------------------*/

.messenger-right {
    padding-right: 0;
}

.messenger-search-panel {
    padding: 0 0 10px 0px;
}

.users-list-container {
    width: 30%;
    min-width: 220px;
}

.messenger-box {
    background: #f8f8f8;
    padding: 30px;
}

.messenger-box .user-list__user_img-box img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    object-position: top;
}

.cabinet-message-box {
    margin: 20px 0;
    width: 100%;
    display: flex;
    overflow: hidden;
    /* height: 500px; */
    height: 80vh;
    min-height: 500px;
}

.cabinet-message-box__user-list {
    /* border: 1px rgb(232, 232, 232) solid;
    border-radius: 5px; */
    background-color: rgb(255, 255, 255);
    height: 460px;
    /* height: 75vh; */
}

.users-list__user {
    cursor: pointer;
}

.message-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: inherit;
    padding: 0 10px;
    padding-right: 25px;
}

.message-list__chat-box {
    height: inherit;
    position: relative;
}

.chat-box__header {
    padding: 10px 0;
    background-color: #ffffff;
    display: flex;
    z-index: 5;
    border-bottom: 1px rgb(232, 232, 232) solid;
    align-items: center;
}

.sent_msg {
    flex-direction: column;
    display: flex;
}

.message-date {
    font-size: 14px;
    color: #636363;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.messenger-center {
    background: white;
}
.chat-messages {
    height: 60vh;
    position: relative;
    overflow: hidden;
    padding: 20px;
    padding-bottom: 10px;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-overflow-style: none;
}

.chat-messages img {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    float: left;
}

.chat-messages .sent img {
    margin: 6px 8px 0 0;
}

.chat-messages .replies img {
    float: right;
    order: 2;
    margin: 6px 0 0 8px;
}

.chat-messages p {
    display: inline-block;
    padding: 10px 15px;
    margin-bottom: 0;
    border-radius: 20px;
    max-width: 205px;
    line-height: 130%;
    overflow-wrap: break-word;
}

#blankImg {
    height: auto;
    border-radius: 0;
}

.chat-messages .sent p {
    background: #dfe0e0;
}

.chat-messages .replies p {
    background: #f5f5f5;
    float: right;
}

.time_date {
    color: #747474;
    display: block;
    font-size: 12px;
    margin: 8px 0 0;
}

.chat-messages .replies .time_date {
    align-self: flex-end;
}

@media screen and (min-width: 735px) {
    .chat-messages p {
        max-width: 300px;
    }
}

.chat-box__header button {
    border: none;
    background: transparent;
    margin: 10px;
    cursor: pointer;
    outline: none !important;
}

.chat-box__header_button {
    margin-left: 15px;
    display: none;
}

.chat-box__messages {
    height: inherit;
}

.chat-box__form {
    border-top: 1px rgb(232, 232, 232) solid;
    background-color: #ffffff;
    padding: 15px 10px;
    width: 100%;
}

.chat_flex {
    display: flex;
}

.chat-box__header_close-btn {
    display: none;
}

.user-list__user_img-box-circle p {
    position: absolute;
}

/*--------------------------------------------------------------
# Notifications
--------------------------------------------------------------*/

.content-right {
    border: 1px #999 solid;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    padding: 10px;
    padding-bottom: 50px;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-right: -15px;
}

@media screen and (max-width: 768px) {
    .content-right {
        margin-left: -15px;
    }
}

span.count {
    font-size: 12px;
    color: #fff !important;
    background: #698cc8;
    border: 0;
    width: 20px;
    max-width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    max-height: 20px;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    display: none;
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/

main {
    position: relative;
    display: flex;
    flex-direction: column;
}

.home-page {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
}

.main-form {
    width: 640px;
    height: 610px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -305px 0 0 -320px;
    background-color: #fafafa;
    border: 2px #e9e9ea solid;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 70px 160px;
}

.main-form > i {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: #212121;
}

.main-form > i:hover {
    color: #698cc8;
}

.main-form__header {
    font-size: 20px;
    margin-bottom: 50px;
}

.main-form__form label {
    display: flex;
    flex-direction: column;
    margin: 0;
}

.main-form__form label > span {
    margin-bottom: 10px;
    line-height: unset;
}

.main-form__form input {
    width: 315px;
    height: 40px;
    border: 1px #8199f8 solid;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 0 10px;
}

.main-form__form_button {
    background-color: #8199f8;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.main-form__form_button:hover {
    background-color: #fff;
    color: #8199f8;
    border: 1px #8199f8 solid;
}

.main__text-header {
    font-size: 72px;
    text-align: center;
    color: #4c6ef5;
}

.users-list__user_link {
    display: none;
}

.main-form__form_forgot-password {
    cursor: pointer;
    font-size: 16px;
    color: #8199f8;
}

.main-form__form_forgot-password:hover {
    text-decoration: underline;
}

.main-form__form_label_text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    opacity: 0.8;
}

.main-form-fb {
    width: 70px;
    height: 36px;
    border: 0;
    background-color: #8199f8;
    border-radius: 5px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.main-form-fb:hover {
    background-color: #fff;
    color: #8199f8;
    border: 1px #8199f8 solid;
}

.video__box {
    position: relative;
    width: max-content;
    margin: 20px auto;
    border: 2px rgba(0, 0, 0, 0.2) solid;
    min-width: 640px;
    max-width: 640px;
    min-height: 250px;
    max-height: max-content;
    background-color: #fff;
    box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.1);
}

.video__box video {
    width: 100%;
}

.video__box video:nth-of-type(2) {
    position: absolute;
    bottom: 15px;
    right: 10px;
    width: 150px;
    border: 4px #fff solid;
}

.video__box video:nth-of-type(3) {
    position: absolute;
    bottom: 15px;
    left: 10px;
    width: 150px;
    border: 4px #fff solid;
}

.video__box video:nth-of-type(4) {
    position: absolute;
    top: 15px;
    left: 10px;
    width: 150px;
    border: 4px #fff solid;
}

.video__box video:nth-of-type(5) {
    position: absolute;
    top: 15px;
    right: 10px;
    width: 150px;
    border: 4px #fff solid;
}

.video__box video:first-child {
    position: unset;
    border: 0;
    width: 100%;
}

.messages {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    padding: 10px;
}

.messages > div {
    max-width: 52%;
    min-width: 52%;
    position: relative;
    padding: 10px 10px 20px 10px;
    border-radius: 10px;
}

.message-input {
    border-top: 1px rgb(232, 232, 232) solid;
    background-color: #ffffff;
    padding: 15px 10px;
    width: 100%;
}

.message-input .wrap {
    display: flex;
    align-items: center;
}

.message-input .wrap .attachment {
    font-size: 1.3em;
    margin: 0 10px;
    opacity: 0.5;
    cursor: pointer;
}

.submit img {
    width: 30px;
    margin: 0 10px;
}

.message-input .wrap button {
    border: none;
    background: transparent;
    cursor: pointer;
}

.message-input .wrap input {
    border: 1px rgb(220, 220, 220) solid;
    border-radius: 20px;

    /* width: calc(100% - 90px); */
    width: calc(100% - 50px);
    padding: 11px 32px 10px 8px;
    font-size: 0.8em;
    color: #32465a;

    background-color: rgb(255, 255, 255);
    margin-right: 15px;
}

/* .my_letter {
    color: #4e4c46;
    margin-left: auto;
    background-color: rgb(220, 220, 220);
}

.letter_to_me {
    color: #4e4c46;
    background-color: rgb(205, 220, 245);
} */

.list_sender {
    font-size: 14px;
    font-weight: 400;
}

.list_message {
    font-size: 16px;
}

.list_time {
    position: absolute;
    font-weight: 400;
    bottom: 5px;
    right: 8px;
    font-size: 11px;
    opacity: 0.7;
}

.main-form__form_no-account {
    width: 315px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    margin: 30px 0 20px 0;
}

.main-form__form_terms-of-use-btn,
.main-form__form_register-btn {
    color: #9fb0f9;
    cursor: pointer;
}

.main-form__form_terms-of-use-btn:hover,
.main-form__form_register-btn:hover {
    text-decoration: underline;
}

.main-form__form_terms-of-use {
    font-size: 14px;
    width: 315px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.view-1,
.view-2,
.view-3 {
    display: contents;
}

.form_terms-of-use {
    justify-content: center;
}

.central-block,
form#reset-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

@media (max-width: 400px) {
    .col-fio {
        margin: 0;
        margin-right: 10px;
    }
}

.content-box {
    display: flex;
}

.left-menu {
    margin-bottom: 20px;
    padding-top: 30px;
    height: max-content;
    display: flex;
    flex-direction: column;
    list-style: none;
    border-radius: 10px;
    background-color: #fff;
}

.left-menu > a {
    text-decoration: none;
}

.left-menu li {
    display: flex;
    align-items: center;
    color: #496faf;
    padding: 4px 8px;
    cursor: pointer;
}

.left-menu li a {
    font-size: 17px;
    color: rgb(110, 144, 201);
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.left-menu a.active {
    color: rgb(74, 116, 188);
}

.left-menu li:hover,
.left-menu .left-menu__active {
    color: #4c6ef5;
}

.top-3 {
    padding-top: 30px;
}

.main-box__img-container {
    position: relative;
    width: 100%;
    max-width: 200px;
    height: auto;
    margin: 20px;
    margin-top: 0;
    overflow: hidden;
}

.main-box__img-container img {
    width: 100%;
    height: auto;
    cursor: pointer;
}

.edit-pen {
    position: absolute;
    color: #2159b9;
    background: #fff;
    padding: 5px;
    border-radius: 17px;
    right: 5px;
    bottom: 5px;
}

.alert-position {
    margin: 20px;
    margin-bottom: 0;
    width: 100%;
}

.img-crop-box {
    width: 500px;
    height: 400px;
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: -250px;
    background-color: #fff;
    border: 1px #000 solid;
    border-radius: 10px;
}

#cropbutton {
    display: none;
    margin: -5px 10px 20px 10px;
}

.main-box_img-box {
    display: flex;
    margin-right: auto;
}

#views {
    margin: 10px;
    border-radius: 5px;
}

.main-box__crop-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/*--------------------------------------------------------------
# Friends
--------------------------------------------------------------*/

.friends-container {
    margin-top: 20px;
    padding: 30px;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: inherit;
    justify-content: flex-start;
    background-color: #f8f8f8;
    width: 100%;
}

.top-line-box {
    box-shadow: unset !important;
    border-top: 5px #698cc8 solid;
    border-radius: 0 0 10px 10px;
    background: #fff;
}

.friends-container__buttons {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.friends-container__buttons_button {
    background-color: #fff;
    color: rgba(0, 0, 0, 0.9);
    font-weight: 500;
    border: none;
    padding: 5px;
    font-size: 16px;
    margin: 0 5px;
    position: relative;
    outline: none !important;
    cursor: pointer;
}

.input-group-text.primary {
    color: rgb(255, 255, 255);
    background-color: rgb(105, 140, 200);
    border-color: rgb(105, 140, 200);
    padding: 0.1rem 2rem;
}

.input-group input {
    line-height: 1;
}

.friends-container__buttons_button-active {
    color: #698cc8;
}

.friends-container__buttons_button-active::after {
    position: absolute;
    bottom: -18px;
    left: 0;
    content: "";
    color: #698cc8;
    border-bottom: 2px #698cc8 solid;
    height: 2px;
    width: 100%;
    /* outline: none!important; */
}

.post-search-panel {
    padding: 20px;
    padding-top: 10px;
}

hr {
    border-top: 1.5px solid rgba(0, 0, 0, 0.1);
}

.user-list-search,
.user-list,
.user-list-requests {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
}

.border-top-blue {
    border-top: 5px #698cc8 solid;
}

.rounded-bottom {
    border-radius: 0 0 10px 10px;
}

.p-25-15 {
    padding: 25px 15px !important;
}

.rounded-lg {
    border-radius: 10px;
    border-radius: 0.7rem;
}

.post-title {
    color: #757575;
    font-weight: 400;
    font-size: 1.2rem;
}

.user-item {
    width: 510px;
    /*its for now*/
    width: 100%;
    position: relative;
    display: flex;
    /*padding: 20px;*/
    background-color: #fff;
    margin-bottom: 20px;
    /*border: 1px rgba(0, 0, 0, 0.2) solid;*/
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden;
}

.user-item:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    transition: 0.5ms;
}

.user-item__disabled {
    background-color: #f3f3f3;
}

.online .user-item__img-box::after {
    bottom: 5%;
    right: 5%;
    border: 3px solid #fff;
    height: 15px;
    width: 15px;
    content: "";
    position: absolute;
    background-color: #8ac176;
    border-radius: 50%;
}

.user-item__img-container {
    position: relative;
    min-width: 200px;
    width: 200px;
    /* max-width: 200px; */
    min-height: 200px;
    height: 200px;
    /* max-height: 200px; */
    margin-right: 20px;
}

.user-item__img-box {
    cursor: pointer;
    height: 100%;
}

.user-item__img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.user-item__info-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0;
    padding-top: 20px;
}

.user-item__info-container_name {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
}

.user-item__info-container_name:hover {
    text-decoration: underline;
    color: #000;
}

.user-item__info-container_button {
    border: 0;
    background-color: transparent;
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #4c6ef5;
    cursor: pointer;
}

.user-item__info-container_button:hover {
    color: #2a4d9b;
}

.online-i {
    color: #8ac176;
}

.online-div-i {
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: 5px;
    right: 5px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.online-mobile-div-i {
    position: absolute;
    width: 18px;
    height: 20px;
    bottom: 5px;
    right: 5px;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.price-container {
    display: flex;
}

.user-item__info-container_price {
    font-size: 16px;
    color: #698cc8;
    font-weight: 500;
    margin-top: 14px;
}

.user-item__info-container_age {
    font-size: 14px;
    color: #242424;
    margin-top: 15px;
}

.user-item__info-container_dop-box {
    padding-left: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.user-item__info-container_dop-box li {
    padding-right: 20px;
    font-size: 16px;
    color: #9e9e9e;
}

.user-item__info-container_dop-box li .blue {
    font-size: 24px;
    color: #698cc8;
}

.user-item__info-container_buttons-container {
    display: flex;
    align-items: center;
    /* margin-top: 20px; */
}

.user-item__info-container_buttons-container button {
    border-radius: 5px;
    border: 0;
    padding: 5px 15px;
    margin-right: 10px;
    font-size: 14px;
    cursor: pointer;
}

.user-item__button-write {
    margin-right: 10px;
    background: #698cc8;
    color: #fff;
}

.user-item__button-add {
    color: #698cc8;
    border: 1px #698cc8 solid;
}

.user-item__info-container_add-friend,
.user-item__info-container_add-friend-disabled {
    font-size: 13px;
    color: #fff;
    padding: 2px 0px;
    border: 0;
    cursor: pointer;
}

.user-item__info-container_add-friend {
    background-color: #4c6ef5;
}

.user-item__info-container_add-friend-disabled {
    background-color: #e4e4e4;
    color: #2424249e;
    border: 1px #2424249e solid;
    border-radius: 4px;
    padding: 2px 2px;
}

.user-item__info-container_add-friend-disabled:hover {
    background-color: #bbb9b9;
}

.user-item__info-container_add-friend:hover {
    background-color: #2a4d9b;
}

.user-item__info-container_message {
    margin-top: auto;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    font-size: 14px;
    text-decoration: underline;
}

.user-list-search,
.user-list-requests {
    display: none;
}

/*--------------------------------------------------------------
# Doctors-search
--------------------------------------------------------------*/

.content-box__doctor-search-container {
    width: 100%;
    display: flex;
}

.content-box__doctor-search-container_main-filter {
    width: 275px;
    min-width: 275px;
    display: flex;
    flex-direction: column;
    border-right: 2px #e9e9ea solid;
    border-left: 2px #e9e9ea solid;
    height: 100%;
}

.doctor-search-main-filter__header {
    font-size: 16px;
    font-weight: 400;
    padding: 10px;
    border-bottom: 2px #e9e9ea solid;
}

.doctor-search-main-filter__mini-header {
    font-size: 14px;
    font-weight: 400;
    padding: 10px 10px 0;
}

.doctor-search-main-filter__rating {
    list-style: none;
    padding: 5px 0;
}

.doctor-search-main-filter__rating li {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}

.doctor-search-main-filter__rating li:hover {
    background-color: #4c6ef5;
    color: #fff;
}

.doctor-search-main-filter__rating li label {
    display: flex;
    align-items: center;
}

.doctor-search-main-filter__rating li label input {
    margin-right: 10px;
    margin-bottom: -1px;
}

.doctor-search-main-filter__rating_counter {
    font-size: 12px;
    color: #4c6ef5;
}

.doctor-search-main-filter__rating
    li:hover
    .doctor-search-main-filter__rating_counter {
    color: #fff;
}

.user-item__info-container_rating {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 40px;
    height: 25px;
    border: 0;
    border-radius: 15px 15px 15px 0;
    background-color: #4c6ef5;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 12px;
}

.content-box__doctor-search-container_doctor-search-box {
    display: flex;
    flex-direction: column;
    padding: 20px 40px;
    background: #fafafa;
    width: 100%;
}

.content-box__doctor-search-container_doctor-search-box-buttons {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.content .content-box__doctor-search-container_doctor-search-box-buttons {
    margin-bottom: 10px;
}

.content-box__doctor-search-container_doctor-search-box-buttons button {
    padding: 5px 20px;
    font-size: 16px;
    border: 1px #4c6ef5 solid;
    color: #c8c8c8;
    border: 0;
    border-radius: 5px;
    border-radius: 0;
    background-color: #fff;
    cursor: pointer;
    border: 1px #c8c8c8 solid;
}

.content-box__doctor-search-container_doctor-search-box-buttons
    button:first-child {
    border-radius: 5px 0 0 5px;
}

.content-box__doctor-search-container_doctor-search-box-buttons
    button:last-child {
    border-radius: 0 5px 5px 0;
}

.content-box__doctor-search-container_doctor-search-box-buttons .active-btn {
    background-color: #d4e1f7;
    color: #698cc8;
    border: 1px #698cc8 solid;
}

.content-box__doctor-search-container_doctor-search-box-buttons
    button:hover:not(.active-btn) {
    background-color: #d4e1f7;
    border: 1px #698cc8 solid;
    color: #698cc8;
}

.content-box__doctor-search-container_doctor-search-box-buttons button input {
    display: none;
}

.content-box__doctor-search-container_show-more-button {
    padding: 8px 15px;
    border-radius: 5px;
    border: 0;
    background-color: #fff;
    margin-top: 10px;
    cursor: pointer;
    background: #698cc8;
    color: #fff;
}

.content-box__doctor-search-container_show-more-button:hover {
}

.button-back {
    border: 0;
    background: transparent;
    cursor: pointer;
    margin: 20px 0;
    border-radius: 7px;
    padding: 3px 5px;
}

.button-back:hover {
    -webkit-box-shadow: inset 0px 0px 35px 0px rgba(105, 140, 200, 0.1),
        0px 0px 15px 0px rgba(105, 140, 200, 0.25);
    -moz-box-shadow: inset 0px 0px 35px 0px rgba(105, 140, 200, 0.1),
        0px 0px 15px 0px rgba(105, 140, 200, 0.25);
    box-shadow: inset 0px 0px 35px 0px rgba(105, 140, 200, 0.1),
        0px 0px 15px 0px rgba(105, 140, 200, 0.25);
    transition: box-shadow 1s;
}

.button-back i {
    margin-right: 20px;
}

@media screen and (min-width: 992px) {
    .content-box__doctor-search-container--button,
    .content-box__doctor-search-container--button-close {
        display: none;
    }

    .mobile-menu__left {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .content-box__doctor-search-container_main-filter {
        width: 100%;
        border-top: 2px #e9e9ea solid;
        transition: all 0.2s;
        display: none;
    }
    .content-box__doctor-search-container {
        flex-direction: column;
    }
    .content-box__doctor-search-container--button {
        text-align: end;
        padding: 10px;
    }
    .content-box__doctor-search-container_doctor-search-box {
        padding: 20px 0px;
    }
    .content-box__doctor-search-container--button-close {
        position: relative;
        text-align: end;
        margin: 10px 10px 0 0;
        cursor: pointer;
        color: #212121;
    }
    .navbar-toggler {
        margin: 5px 0;
    }
    .navbar-collapse {
        background-color: #fff;
        width: 100%;
        order: 2;
    }
    .header-menu {
        height: auto;
        padding: 30px;
        align-items: flex-start;
        width: 100%;
        padding-top: 0;
    }

    .header-menu li a {
        display: flex;
        align-items: center;
        color: #496faf;
        padding: 4px 8px;
        cursor: pointer;
    }

    .header-menu > .active:after,
    .header-menu > li:hover:after {
        display: none;
    }
}

@media screen and (max-width: 530px) {
    .content-box__doctor-search-container_doctor-search-box-buttons {
        flex-direction: column;
        margin-bottom: 30px;
    }
    .navbar-toggler-icon {
        width: 1em;
        height: 1em;
    }
}

/*--------------------------------------------------------------
# Review
--------------------------------------------------------------*/

.reviews {
    background: #fff;
    border-radius: 10px;
    padding: 25px 15px;
    margin-bottom: 20px;
}

.reviews-info__list {
    padding-top: 20px;
    margin-bottom: 50px;
}

.reviews-info__item {
    margin-bottom: 20px;
    /* border-bottom: 1px solid #698cc8; */
    border-bottom: 1px solid lightgray;
}

.reviews-info__item--description {
    font-size: 12px;
    color: #949ba8;
    padding: 10px 0;
}

.reviews-info__item--comment {
    margin: 1em 0;
}

/*--------------------------------------------------------------
# Carusel
--------------------------------------------------------------*/

.owl-carousel .owl-item img {
    object-fit: contain;
}

/*--------------------------------------------------------------
# 
--------------------------------------------------------------*/

.cabinet-message-box,
.friends-container {
    margin-top: 0;
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/

.paginationjs-page-disable {
    display: none;
}

/*--------------------------------------------------------------
# Registration
--------------------------------------------------------------*/

.err-mess {
    max-width: 315px;
    padding: 0 0 10px;
    color: red;
    display: none;
}

.reset-mess {
    display: none;
}

/*--------------------------------------------------------------
# Analitics
--------------------------------------------------------------*/

.chart-table {
    margin: 30px 0;
}

.choose-period {
    margin: 30px 0;
}

#calendar {
    margin: 30px 0;
}

#calendar h2 {
    font-size: 22px;
}

.autorization-form {
    width: 100%;
    max-width: 400px;
    padding: 50px 15px;
    margin: auto;
}

.atr-f {
    width: 100%;
    position: relative;
}

.abcRioButtonContents span {
    line-height: 34px;
}

.fc .fc-toolbar > * > * {
    margin-bottom: 15px;
}

.right-block__content {
    margin-top: 30px;
}

/* .dropdown-item{
    color: #577ec1;
} */

/*--------------------------------------------------------------
# Generate links
--------------------------------------------------------------*/

.right-box {
    padding: 30px 0;
}

.page-item.active .page-link {
    background-color: #698cc8;
    border-color: #698cc8;
}

.page-link {
    color: #6c757d;
}

.page-link:hover {
    color: #698cc8;
}

table.dataTable.dtr-inline.collapsed
    > tbody
    > tr[role="row"]
    > td:first-child:before,
table.dataTable.dtr-inline.collapsed
    > tbody
    > tr[role="row"]
    > th:first-child:before {
    background-color: #698cc8 !important;
}

/***************
    Home
*****************/

.form-search > label {
    position: relative;
}

.target-search,
.target-country,
.target-city {
    margin-bottom: 20px;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    position: absolute;
    top: 54px;
    background-color: #fff;
    z-index: 1;
    border-bottom: 1px #afafaf solid;
    border-right: 1px #afafaf solid;
}

.target-search > div,
.target-country > div,
.target-city > div {
    padding: 2px 10px;
    border: 1px #afafaf solid;
    border-top: 0;
    font-size: 12px;
}

.target-search > div:hover,
.target-country > div:hover,
.target-city > div:hover {
    background: #333;
    color: #fff;
}

.target__child_header {
    font-weight: 600;
}

.form-country-box > label {
    position: relative;
    display: flex;
    flex-direction: column;
}

.content-box__doctor-search-container_doctor-search-box-buttons button {
    display: flex;
    align-items: center;
}

.content-box__doctor-search-container_doctor-search-box-buttons button i {
    display: none;
}

.down > .fa-angle-down,
.up > .fa-angle-up {
    display: block;
    margin-left: 10px;
}

.rating-buttons button input {
    display: none;
}

.pagination-container > button:hover,
.pagination-container a:hover,
.paginationjs-pages .active a,
.paginationjs-pages li:hover a,
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    background: #294880;
    color: white;
}

.paginationjs-pages .disabled a {
    background: #ccc;
    cursor: unset !important;
    color: white;
}

.paginationjs-pages .disabled:hover a {
    background: #ccc !important;
    color: white;
}

.paginationjs-next a,
.paginationjs-prev a {
    padding-bottom: 4px;
}

.pagination-container > button,
.pagination-container a {
    color: #fff;
    background: #698cc8;
    border: 0;
    width: 25px;
    max-width: 25px;
    min-width: 25px;
    height: 25px;
    min-height: 25px;
    max-height: 25px;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination-container {
    display: flex;
    align-items: center;
    width: max-content;
    margin: 20px auto;
}

.form-search,
.form-country-box,
.other-buttons,
.working-time,
.specialization,
.lang {
    padding: 10px 20px;
    border-bottom: 2px #e9e9ea solid;
}

.specialization,
.lang {
    padding: 20px;
}

.working-time .form-control,
.specialization .form-control,
.lang .form-control {
    border-radius: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.working-time {
    display: flex;
    flex-direction: column;
    padding: 10px 20px;
}

/* .working-time .form-group{
    margin-left: 1em;
} */

.form-search input,
.form-country-box input {
    padding: 5px 10px;
    margin: 10px 0;
    border: 0;
    border-bottom: 1px #ccc solid;
}

.rating-buttons {
    display: flex;
    flex-direction: column;
}

.rating-buttons__container > button {
    width: 100%;
    background: transparent;
    border: 1px #ccc solid;
    padding: 2px;
    color: #7f7f7f;
    cursor: pointer;
}

.rating-buttons__container > button.active,
.rating-buttons__container > button:hover {
    background: #d4e1f7;
    color: #698cc8;
    border: 1px #698cc8 solid;
}

.rating-buttons__container {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.price-buttons {
    padding: 20px 0;
    display: block;
    border-bottom: 2px #e9e9ea solid;
}

#slider-range {
    width: 90%;
    margin: 10px auto;
}

.price-buttons-container > input {
    width: 25%;
    margin-right: 10px;
}

.price-buttons-container {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.gender-buttons {
    display: flex;
    flex-direction: column;
    padding: 10px 0px;
}

.gender-buttons label {
    margin-top: 5px;
}

.gender-buttons input {
    margin-right: 5px;
}

.submit-container {
    display: flex;
    justify-content: space-around;
    margin: 1.5em 0.5em;
}

.submit-container button {
    border-radius: 5px;
    border: 0;
    padding: 5px 15px;
    font-size: 14px;
    cursor: pointer;
    margin-right: 10px;
    background: #698cc8;
    color: #fff;
}

.paginationjs-pages ul {
    display: flex;
    align-items: center;
    list-style: none;
}

.paginationjs a {
    text-decoration: none !important;
}

.abcRioButtonContents {
    vertical-align: middle;
}

/**
* Books
*/

.right-block__content .btn {
    padding: 0.375rem 0.75rem;
}

.form-caption-name {
    font-size: 13.333px;
    color: #6c757d;
}
.right-block__content small {
    color: #698cc8;
}

.card-text {
    word-break: break-all;
    margin-bottom: 1em;
}

.card-title {
    font-size: 1rem;
    color: #495057;
}

.media {
    font-size: 0.875em;
}

.media a {
    color: black;
}

.media a:hover {
    color: black;
}

.btn-outline-secondary {
    border: 1px solid #698cc8;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #698cc8;
    border-color: #698cc8;
}

.card-img-top {
    object-fit: contain;
    margin-top: 1rem;
}

.card-h5 {
    min-height: 46px;
}

.right-block__content .form-control {
    font-size: 13.333px;
}

span#basic-addon1 {
    font-size: 14px;
}

.right-block__content select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 0px);
}

.icon-action {
    margin-top: 5px;
    float: right;
    font-size: 80%;
}

.card-item {
    margin-bottom: 1.25rem;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden;
}

.card-item-sticky {
    border-color: #698cc8;
    box-shadow: 0 0 3px rgba(105, 140, 200, 0.51);
}

.rating-container .filled-stars {
    color: orange !important;
    -webkit-text-stroke: 1px orange !important;
    text-shadow: 1px 1px orange !important;
}
.container-filter {
    /* min-width: 275px; */
    border-right: 2px #e9e9ea solid;
    border-left: 2px #e9e9ea solid;
    padding: 0;
}

.card-filter {
    border: none;
}

.container-filter__item:not(:last-child) {
    border-bottom: 2px #e9e9ea solid;
}

.container-filter .card-header {
    border-bottom: none;
    padding-bottom: 0;
    background: #fff;
}

.container-filter .card-header a {
    color: #698cc8;
}

.container-filter .card-header a:hover {
    text-decoration: none;
    color: #546e9a;
}

.container-filter .card-body {
    padding-top: 0;
}

.container-filter .form-control {
    font-size: 13.333px;
    padding: 5px 10px;
    border: 0;
    border-radius: 0;
    border-bottom: 1px #ccc solid;
}

.catalog-container {
    padding: 20px 40px;
    background: #fafafa;
}

.catalog-container .text-center button {
    padding: 5px 20px;
    font-size: 16px;
    color: #c8c8c8;
    background-color: #fff;
    cursor: pointer;
    border: 1px #c8c8c8 solid;
    line-height: 1;
}

.catalog-container .text-center button:hover:not(.active-btn) {
    background-color: #d4e1f7;
    border: 1px #698cc8 solid;
    color: #698cc8;
}

.catalog-container .text-center button.active-btn {
    background-color: #d4e1f7;
    color: #698cc8;
    border: 1px #698cc8 solid;
    z-index: 1;
}

.catalog-container .card-img {
    object-fit: contain;
}

.title a {
    font-size: 1.125rem;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    display: inline-block;
}

.title-link::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #000;
    transition: width 0.3s;
}

.title-link:hover::after {
    width: 100%;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

.single-template {
    padding: 0 1.25rem 1.875rem 1.25rem;
    padding-top: 0;
    background: #fafafa;
}

.single-template__top-card {
    box-shadow: unset !important;
    border: none;
    border-top: 5px #698cc8 solid;
    border-radius: 0 0 10px 10px;
    background: #fff;
    margin-bottom: 1.25em;
    padding: 1.5625em 0.9375em;
}

.single-template__card {
    background: #fff;
    border-radius: 10px;
    padding: 1.5625em 0.9375em;
    margin-bottom: 1.25em;
    border: none;
}

.single-template .card-img {
    border-radius: 0;
    object-fit: contain;
}

.single-template h2 {
    font-size: 1.125em;
    font-weight: 500;
    color: #000;
}

.single-template h3 {
    font-size: 18px;
    opacity: 0.8;
    font-weight: normal;
}

.catalog-container dl {
    margin-bottom: 0;
}

/**
* Video library
*/

.video .card-img-top {
    object-fit: cover;
    margin-top: 0;
}

/* common */
.ribbon {
    width: 130px;
    height: 130px;
    overflow: hidden;
    position: absolute;
}
.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: -1;
    content: "";
    display: block;
    border: 5px solid #698cc8;
}
.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 5px 0;
    background-color: #698cc8;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #fff;
    font: 700 14px/1 "Lato", sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    text-align: center;
}

/* top left*/
.ribbon-top-left {
    top: -10px;
    left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
}
.ribbon-top-left::before {
    top: 0;
    right: 0;
}
.ribbon-top-left::after {
    bottom: 0;
    left: 0;
}
.ribbon-top-left span {
    right: -25px;
    top: 30px;
    transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
    top: -10px;
    right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
}
.ribbon-top-right::before {
    top: 0;
    left: 0;
}
.ribbon-top-right::after {
    bottom: 0;
    right: 0;
}
.ribbon-top-right span {
    left: -25px;
    top: 30px;
    transform: rotate(45deg);
}

/* bottom left*/
.ribbon-bottom-left {
    bottom: -10px;
    left: -10px;
}
.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
    border-bottom-color: transparent;
    border-left-color: transparent;
}
.ribbon-bottom-left::before {
    bottom: 0;
    right: 0;
}
.ribbon-bottom-left::after {
    top: 0;
    left: 0;
}
.ribbon-bottom-left span {
    right: -25px;
    bottom: 30px;
    transform: rotate(225deg);
}

/* bottom right*/
.ribbon-bottom-right {
    bottom: -10px;
    right: -10px;
}
.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
    border-bottom-color: transparent;
    border-right-color: transparent;
}
.ribbon-bottom-right::before {
    bottom: 0;
    left: 0;
}
.ribbon-bottom-right::after {
    top: 0;
    right: 0;
}
.ribbon-bottom-right span {
    left: -25px;
    bottom: 30px;
    transform: rotate(-225deg);
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## from 992 - 1199 px
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## from 768 - 991 px
--------------------------------------------------------------*/

@media screen and (min-width: 768px) and (max-width: 991px) {
    /* .container {
        width: 750px;
    } */
    .header-info-box {
        display: none;
    }
    .left-menu {
        font-size: 13px;
    }
    .cabinet-message-box__user-list {
        /* width: 35%; */
        font-size: 13px;
    }
    /* TV */
    .content-box {
        justify-content: space-between;
    }
    .video__box {
        margin: 20px 0;
        min-width: 550px;
        max-width: 550px;
    }
}

/*--------------------------------------------------------------
## max 768 
--------------------------------------------------------------*/

@media screen and (max-width: 767px) {
    /* .container {
        width: 100%;
    } */
    .header-logo {
        width: 100px;
    }
    .header-info-box {
        display: none;
    }

    .footer-info-box {
        flex-wrap: wrap;
    }
    .footer-info-box li {
        margin-top: 10px;
    }
    .footer-info-box li i {
        font-size: 24px;
    }
    .footer-info-box li span {
        font-size: 16px;
    }
    /*CABINET*/
    .content-box {
        flex-direction: column;
    }
    .left-menu {
        margin-right: 0;
        margin-left: auto;
    }
    .users-list-container {
        width: 100%;
    }

    .messenger-center {
        display: none;
    }
    .chat-box__header_close-btn {
        display: block;
    }
    .chat-box__header {
        height: auto;
        justify-content: space-between;
    }
    .sendChatBtn {
        display: block;
        padding: 0 10px;
    }
    .main-form {
        width: 100%;
        position: absolute;
        top: 35%;
        left: 0;
        margin-left: 0;
    }
    /*TV*/
    .video__box {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
    .video__box video:nth-of-type(2),
    .video__box video:nth-of-type(3),
    .video__box video:nth-of-type(4),
    .video__box video:nth-of-type(5) {
        width: 100px;
    }
    .messages > div {
        max-width: 250px;
    }
    .friends-container {
        padding-right: 0;
        padding-left: 0;
    }

    .users-list.cabinet-message-box__user-list {
        -webkit-overflow-scrolling: touch;
    }

}

/*--------------------------------------------------------------
## max 992
--------------------------------------------------------------*/

@media screen and (min-width: 992px) {
    .left-menu__container {
        display: flex !important;
    }
    .close-btn,
    .close-btn-mh {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    button.close.close-btn {
        margin-top: 20px;
    }

    button.close.close-btn-mh {
        margin: 20px 15px 0;
    }

    .header-menu > li {
        padding: 4px 8px;
        cursor: pointer;
    }

    .left-menu {
        margin-top: 20px;
    }

    .left-menu__container,
    .main-menu {
        z-index: 1001;
        position: fixed;
        -webkit-overflow-scrolling: touch;
        top: 0;
        bottom: 0;
        overflow-y: auto;
        -webkit-transform: translate3d(0, 0, 0);
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        width: 275px !important;
        right: 0;
        background: #fff;
        -webkit-box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 1px 9px -3px rgba(0, 0, 0, 0.75);
    }
}

/*--------------------------------------------------------------
## max 575.98 
--------------------------------------------------------------*/

@media (max-width: 575.98px) {
    .navbar {
        padding: 0.75rem 0;
    }
    .dropdown,
    .dropleft,
    .dropright,
    .dropup {
        position: inherit;
    }
    .navbar-expand-lg .authorization .dropdown-menu-lg {
        min-width: 100%;
    }
    /* .nav-item .nav-link:after {
        display: none;
    } */
}

/*--------------------------------------------------------------
## max 480 
--------------------------------------------------------------*/

@media screen and (max-width: 480px) {
    .main-form__form input,
    .main-form__form_no-account {
        width: 100%;
    }
    .main-form__form_no-account {
        flex-direction: column;
    }
    .settings-form select {
        margin-bottom: 20px;
    }

    .main-form__form_no-account span {
        padding: 10px 0;
    }
    /* Main page */
    .user-item {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    .user-item__img-container {
        height: auto;
        max-height: fit-content;
        padding-top: 20px;
    }

    .ribbon-top-left {
        top: 20px;
        left: 0px;
    }

    .user-item__info-container {
        padding: 20px;
    }
    .user-item__info-container_buttons-container,
    .user-item__info-container_dop-box {
        justify-content: center;
    }
    .friends-container__buttons {
        flex-direction: column;
    }
    .friends-container__buttons .friends-container__buttons_button {
        margin: 0;
        margin-bottom: 10px;
    }
}


button.mt-1.btn.btn-danger.btn-sm {
    padding: 0.15rem 0.5rem;
    font-size: 0.7rem;
    line-height: 1.5;
    border-radius: 0.1rem;
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
}

button.mt-1.btn.btn-danger.btn-sm:hover {
    color: #fff;
    background-color: #d23430;
    border-color: #c9302c;
}

button.mt-1.btn.btn-primary.btn-sm {
    padding: 0.15rem 0.5rem;
    font-size: 0.7rem;
    line-height: 1.5;
    border-radius: 0.1rem;
    color: #fff;
    background-color: #6e90c9;
    border-color: #6e90c9;
}

button.mt-1.btn.btn-primary.btn-sm:hover {
    color: #fff;
    background-color:#6081b9;
    border-color: #6081b9;
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}