/*loader*/
#load-fon {
    width: 0px;
    height: 0px;
    display: table;
    overflow: hidden;
}

#load-fon .fon1 {
    background: url(/images/sampledata/landing/lp1.jpg)
}

#load-fon .fon2 {
    background: url(/images/sampledata/landing/lp2.jpg)
}

#load-fon .fon3 {
    background: url(/images/sampledata/landing/lp3.jpeg)
}

#loading {
    background-color: #DAECF0;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999;
    margin-top: 0px;
    top: 0px;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    width: 300px;
    margin-top: -25px;
    margin-left: -150px;

}

.object {
    width: 18px;
    height: 18px;
    background-color: #01A5CB;
    float: left;
    margin-top: 15px;
    margin-right: 15px;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    -webkit-animation: object 1s infinite;
    animation: object 1s infinite;
}

.object:last-child {
    margin-right: 0px;
}

.object:nth-child(9) {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.object:nth-child(8) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.object:nth-child(7) {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.object:nth-child(6) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.object:nth-child(5) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.object:nth-child(4) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.object:nth-child(3) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.object:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes object {
    50% {
        -ms-transform: translate(0, -50px);
        -webkit-transform: translate(0, -50px);
        transform: translate(0, -50px);
    }
}

@keyframes object {
    50% {
        -ms-transform: translate(0, -50px);
        -webkit-transform: translate(0, -50px);
        transform: translate(0, -50px);
    }
}

/*Site*/
body {
    overflow-x: hidden;
}

.wrapper {
    min-height: 100vh;
}

.patsientam .wrapper {
    background: url(../images/fon-pac.png), #ffffff;
}

.ob-uchrezhdenii .wrapper {
    background: url(../images/fon-uch.png), #ffffff;
}

.spetsialistam .wrapper {
    background: url(../images/fon-spets.png), #ffffff;
    ;
}

a {
    font-weight: 600;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-decoration: none;
}

img {
    max-width: 100%;
}

/*---------------------search-box------------*/
.search-block {
    background: #2AB3D3;
    border-bottom: 1px solid #A9D3C5;
    position: relative;
    z-index: 2;
    font-size: 85%;
    /* margin-bottom: 20px; */
}

.search-block>* {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.search-box {
    /* margin-left: 215px; */
}

.search-box,
.search-box form,
.search-box form input,
.search-box .awesomplete {
    width: 100%;
}

.search-box form input {
    width: 100%;
    border: 0px;
    background-image: url(../images/search-sec.png);
    background-position: 0 50%;
    background-repeat: no-repeat;

    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 10px 20px 10px 40px;
    font-size: 18px;
    font-style: italic;
    line-height: 1;

    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 0;
}

.awesomplete {
    color: var(--bs-border-radius-sm);
    font-size: 14px;
}

.awesomplete>ul {
    background: #ffffff !important;
    border-radius: var(--bs-border-radius-sm) !important;
}

.awesomplete mark {
    background: var(--bs-highlight-bg) !important;
    color: #ffffff;
}

.second-page .breadcrumb {
    margin-bottom: 0px;
    background-color: transparent;
    padding: 5px 15px 5px 0;
    --bs-link-color: var(--bs-body-bg);
    --bs-link-hover-color: var(--bs-gray-400);
    --bs-breadcrumb-item-active-color: #addcec;
    color: #addcec;
}

/*---------------------mod-socialnetwork------------*/
.mod-socialnetwork {
    font-size: 38px;
    height: 100%;
    padding-left: 10px;
    line-height: 38px;
}

/*---------------------Contrast btn------------*/

#contrast {
    position: fixed;
    left: calc(100% - 67px);
    width: 250px;
    z-index: 18;
    top: 50%;
    display: flex;
    flex-direction: column;
}

#contrast>* {
    display: flex;
    text-align: left;
    margin-left: 0;
    padding: 0px;
    padding-right: 10px;
    border: 0px;
    align-items: center;
    height: 67px;
    width: 250px;
    border-left: 2px solid var(--bs-primary);
    margin-bottom: 3px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-transform: uppercase;
}

#contrast i {
    display: flex;
    width: 64px;
    height: 100%;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    font-size: 30px;
}

#contrast>*:hover {
    margin-left: -183px;
    color: var(--bs-primary);
}

#contrast .sp_eye {
    background-image: url(../images/eye.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    width: 64px;
    height: 100%;
    flex-basis: 125px;
}

/*---------------------header------------*/
.toolbar {
    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: 0px 0px 15px -5px var(--bs-body-color);
    margin-bottom: 20px;
    background: var(--bs-body-bg);
    position: relative;
    z-index: 10;
}

.second-page .toolbar {
    margin-bottom: 0px;
}

.sitelogo {
    background: url(../images/logo.png) no-repeat 50%;
    background-size: 100% auto;
    height: 100%;
    min-height: 150px;
    width: 145px;
}

#title {
    font-size: 18px;
    line-height: 1.2;
    --bs-link-color: var(--bs-body-color);
}

#title>div p {
    margin-bottom: 0px;
    font-weight: 500;
}

#title>div p:nth-child(2) {
    font-size: 20pt;
}

#title>div p:nth-child(3) {
    font-size: 27pt;
}

#contact-info p {
    margin-bottom: 0;
}

#contact-info #phone {
    font-size: 20px;
    font-weight: 600;
    color: var(--bs-primary);
    padding-left: 50px;
    background: url(../images/phone.png) no-repeat 0 50%;
}

#contact-info #address {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 8px;
}

.btn_contact {
    background: url(../images/btn_contact.png) no-repeat left, #069DB8;
    font-weight: 700;
    font-size: 17px;
    padding-left: 85px;
    padding-right: 40px;
}

.fixbar {
    background: var(--bs-body-bg);
    position: fixed;
    width: 100%;
    top: -100%;
    z-index: 10;
    box-shadow: 0px 0px 15px -5px #000000;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.fixbar.show {
    top: 0;
}

.fixbar .sitelogo {
    min-height: 60px;
    width: 55px;
}

#fix-title {
    font-size: 18px;
    line-height: 1.2;
    --bs-link-color: var(--bs-body-color);
}

#fix-title>div p {
    margin-bottom: 0px;
    font-weight: 500;
    display: none;
}

#fix-title>div p:nth-child(2) {
    font-size: 20px;
    display: block;
}

#fix-title>div p:nth-child(3) {
    font-size: 26px;
    display: block;
}

/*---------------------menu------------*/
.nav-bar .section-title,
.h1-report {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 8px;
    margin-top: 35px;
    margin-bottom: 10px;
}

.h1-report {
    font-size: 36px;
}

.mod-menu._top {
    margin: 30px auto 30px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    --bs-link-color: var(--bs-body-color);
    --bs-link-hover-color: var(--bs-dark);
}

.mod-menu._top li {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 19pt;
    padding: 10px 10px 0px;
    flex: 0 0 33.3333%;
}

.mod-menu._top li {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 19pt;
    padding: 10px 10px 0px;
    flex: 0 0 33.3333%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.mod-menu._top li a,
.mod-menu._top li .nav-header {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    padding: 20px 15px 10px;
}

.mod-menu._top li .menu-image {
    display: flex;
    min-height: 210px;
    align-items: center;
    justify-content: center;
}

.mod-menu._top .image-title {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 19pt;
    padding: 10px 10px 0px;
}

.mod-menu._top li:hover,
.mod-menu._top li:active,
.mod-menu._top li:focus {
    -webkit-box-shadow: 0 0 50px 0 rgba(173, 220, 236, 0.67);
    -moz-box-shadow: 0 0 50px 0 rgba(173, 220, 236, 0.67);
    -ms-box-shadow: 0 0 50px 0 rgba(173, 220, 236, 0.67);
    box-shadow: 0 0 50px 0 rgba(173, 220, 236, 0.67);
    transform: translateY(-10px);
}

.ob-uchrezhdenii .mod-menu._top li:hover,
.ob-uchrezhdenii .mod-menu._top li:active,
.ob-uchrezhdenii .mod-menu._top li:focus {
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);

}

.first-page .nav-bar {
    margin: 80px 0;
}

.mod-menu._top3 {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    --bs-link-color: var(--bs-body-color);
    --bs-link-hover-color: var(--bs-dark);
}

.mod-menu._top3 li {
    font-size: 16pt;
    padding: 0px 10px;
    flex: 0 0 33.3333%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-align: center;
    min-height: 162px;
}

.mod-menu._top3 li img {
    margin: 5px auto;
}

.mod-menu._top3 li a,
.mod-menu._top3 li>span {
    height: 100%;
    display: block;
    padding: 10px 15px;
    font-weight: 400;
}

.mod-menu._top3 li span {
    width: 100%;
    display: block;
}

.mod-menu._top3 li a:hover,
.mod-menu._top3 li>span:hover {
    background: RGBa(42, 179, 211, .5);

}

.mod-menu._top3 li .menu-note {
    display: none;
}





#quick_links>ul {
    display: flex;
    justify-content: center;
}

#quick_links>ul a {
    font-weight: 400;
    --bs-link-color: var(--bs-body-color);
}

#quick_links>ul>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

#quick_links>ul>li>a:focus,
#quick_links>ul>li>a:hover {
    background-color: #eee;
}

#menu-block {
    margin-top: 50px;
    position: relative;
    background-color: var(--bs-primary);
    --bs-link-color: var(--bs-body-bg);
    --bs-link-hover-color: var(--bs-yellow);
    box-shadow: 2px 4px 12px 0px rgba(0, 0, 0, 0.25);
    margin-left: calc(-50vw + 50%);
    width: 100vw;
    padding-top: 10px;
    padding-bottom: 10px;
}

.toggle-menu {
    background: url(../images/icon-menu.svg) no-repeat 50%;
    height: 36px;
    width: 50px;
    display: block;
}

.navbar-toggler {
    margin: 5px;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 1px;
}

#menu-ql .mod-menu {
    height: 100%;
}

#menu-ql .mod-menu>li {
    display: flex;
}

#menu-ql .mod-menu>li a {
    display: flex;
    align-items: center;
    padding: 0 15px;
}

#menu-ql .mod-menu>li img {
    margin-right: 15px;
    width: 35px;
    height: 35px;
}





#mainmenu {
    --bs-link-color: var(--bs-body-color);
    --bs-link-hover-color: var(--bs-primary);
}

#mainmenu .offcanvas .mod-menu ul {
    padding-left: 25px;
    border-left: 2px solid var(--bs-primary);
}

#mainmenu .mod-socialnetwork {
    --bs-link-color: var(--bs-primary);
    --bs-link-hover-color: var(--bs-green);
    margin-top: 15px;
    padding: 0;
}

#mainmenu .offcanvas .sitelogo {
    height: 100%;
    min-height: 65px;
    width: 45px;
    background-size: 100% auto;
    background-position: 50%;
}

#mainmenu .offcanvas .title {
    height: 100%;
    display: flex;
    align-items: center;
}

#mainmenu .offcanvas .title>div p {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 0px;
}

#mainmenu .offcanvas .title h1,
#mainmenu .offcanvas .title h2,
#mainmenu .offcanvas .title h3 {
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 17px;
}

#mainmenu .offcanvas .collapse-toggle {
    position: relative;
}

#mainmenu .offcanvas .collapse-toggle::after {
    display: inline-block;
    content: "";
    border-right: 0.4em solid transparent;
    border-left: 0.4em solid transparent;
    border-bottom: 0.6em solid;
    border-top: 0;
    margin-left: 10px;
}

#mainmenu .offcanvas .collapsed.collapse-toggle::after {
    border-top: 0.6em solid;
    border-bottom: 0;
}

#mainmenu .offcanvas .mod-menu>li>a {
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    padding: 13px 0;
    display: block;
}

#mainmenu .offcanvas .mod-menu ul a {
    font-size: 18px;
    margin-bottom: 8px;
    display: block;
}

#covid li {
    width: 100%;
    height: auto;
    flex: 0 0 100%;
}

#covid li>a>img {
    max-width: 100%;
    height: auto;
}

.lang_menu {
    position: fixed;
    top: 50%;
    left: 0px;
    z-index: 90;
    display: block;
    margin-top: -55px;
}

.lang_menu .mod-menu {
    flex-direction: column;
}

.lang_menu li {
    display: block;
    margin-top: 5px;
}

.lang_menu li a {
    padding: 0;
    display: flex;
    align-items: center;
}

.lang_menu li .image-title {
    position: absolute;
    z-index: -99;
    margin-left: 100px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
}

.lang_menu li:hover .image-title,
.lang_menu li:active .image-title,
.lang_menu li:focus .image-title {
    margin-left: 80px;
    opacity: 1;
    z-index: 9;
}

.lang_menu img {
    float: right;
    border: 1px solid #ddd;
    border-radius: 7px;
}

/*-------------------content--------------*/
.second-page #content {
    padding: 20px 0px;
}

.news {
    padding: 10px 0 20px !important;
}

.news .uk-scope>*>*>* {
    display: flex !important;
    flex-direction: column;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
}

.news .uk-scope>*>*>*:active,
.news .uk-scope>*>*>*:focus,
.news .uk-scope>*>*>*:hover {
    /*background-color: #33c3e5 !important;*/
    -webkit-box-shadow: 0 0 50px 0 rgba(123, 201, 228, 0.76);
    -moz-box-shadow: 0 0 50px 0 rgba(123, 201, 228, 0.76);
    -ms-box-shadow: 0 0 50px 0 rgba(123, 201, 228, 0.76);
    box-shadow: 0 0 50px 0 rgba(123, 201, 228, 0.76);
    /*color: #ffffff !important;*/

}

.news .uk-inline-clip {
    position: relative;
    width: 100%;
}

.news .uk-inline-clip::before {
    display: block;
    padding-top: 75%;
    content: "";
}

.news .uk-inline-clip>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.news .uk-inline-clip img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.news h3 {
    margin-bottom: 5px !important;
    font-size: 22px !important;
    color: #006b8b !important;
    padding: 0 20px;
}

.news .uk-article-meta {
    margin-top: auto !important;
    font-size: 85%;
    padding: 0 20px 20px;
}

.news .uk-scope .uk-margin {
    margin-bottom: 10px !important;
}

._block_1 .custom,
._block_2 .custom,
._block_3 .custom {
    background: fixed;
    background-size: auto auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

._block_1 .custom {
    padding: 300px 0;
    border-top: 10px solid;
    border-bottom: 10px solid;
    border-color: rgba(255, 255, 255, 0.8);
}

._block_1 .custom p {
    background: rgba(255, 255, 255, 0.8);
    margin: 10px auto;
    padding: 10px 20%;
    color: #002E38;
    font-size: 180%;
    text-align: center;
}

._block_1 .custom p:before {
    margin-top: -30px;
}

._block_1 .custom p:after {
    margin-top: 20px;
}

._block_1 .custom p:before,
._block_1 .custom p:after {
    content: ' ';
    border-top: 10px solid;
    border-top-color: currentcolor;
    border-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    width: 100%;
    display: table;
    left: 0;
}

._block_3 .custom {
    padding: 180px 0;
}

._block_3 ul {
    margin: 0px auto;
    max-width: 1100px;
    display: table;
    width: 100%;
    padding: 0;
}

._block_3 ul li {
    display: block;
    width: 75%;
    background: rgba(255, 255, 255, 0.7);
    color: var(--bs-blue);
    margin: 0 auto 20px;
    padding: 20px;
    text-transform: uppercase;
    text-align: center;
    opacity: 0.5;
    font-size: 130%;
}

._block_3 ul li:hover {
    opacity: 1;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

/*vidi pomoshi*/
.vidpom table th {
    text-align: justify;
    vertical-align: middle;
}


.vidpom table td {
    background: var(--bs-primary);
    margin: 0px;
    width: 20%;
    text-align: center;
    padding: 10px 10px;
    color: #ffffff;
    font-size: 18px;
    vertical-align: middle;
    border-right: 10px solid;
}

.vidpom table td:hover {
    background: var(--bs-blue);
}

.vidpom table td:last-child {
    margin-right: 0;

}

.content_center .moduletable {
    background: #ffffff;
    padding-bottom: 80px;
}

.statistics {
    margin: 70px auto 0 !important;
}

.statistics .uk-inline-clip {
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: 24px auto 15px;
    border: 2px solid;
    padding: 10px;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: var(--bs-primary);
}

.statistics h3 {
    text-align: center;
    margin-bottom: 0px !important;
    font-weight: 700 !important;
    color: var(--bs-primary) !important;
    font-size: 35px !important;
    width: 100%;
}

.statistics p {
    margin: 5px 0 !important;
}

.statistics img {
    filter: brightness(0) saturate(100%) invert(59%) sepia(58%) saturate(7490%) hue-rotate(163deg) brightness(99%) contrast(95%);
}

.statistics .uk-panel:hover .uk-inline-clip {
    background: var(--bs-blue);
    color: #ffffff;
}

.statistics .uk-panel:hover img {
    filter: brightness(0) invert(1);
}

/*kafedri*/
.kafedri a {
    font-weight: 400;
    --bs-link-color: var(--bs-body-color);
}

.kafedri table {
    background: url(/images/sampledata/menu/vidpom/1_24.png) center no-repeat;
}

.kafedri td {
    width: 50%;
    padding-top: 35px;
    font-size: 26px;
}

.kafedri td:first-child {
    padding-right: 140px;
}

.kafedri td:last-child {
    padding-left: 130px;
}


.banner-box {
    padding: 30px 0px 15px;
}

.second-page .banner-box {
    background: #ffffff;
    border-top-width: 30px;
}

.contact-category .card-hover {
    height: 100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.contact-category .card-hover:hover {
    box-shadow: 0 0 50px 0 rgba(123, 201, 228, 0.76);
}

.contact .col-md-4 h5 {
    margin-bottom: 0px;
    margin-top: 15px;
    font-size: 18px;
    text-transform: uppercase;
}

.contact .contact-name {
    font-weight: 500;
    color: var(--bs-body-color);
    font-size: 40px;
    text-transform: uppercase;
}

.contact .contact-position,
.con-item-kvalifikatsiya h3 {
    font-size: 25px;
    font-weight: 400 !important;
    margin: 0 0 10px;
}

.contact .col-md-8 h4 {
    color: var(--bs-body-color);
    border-bottom: 1px solid var(--bs-blue);
}

.contact .col-md-4 h4 {
    color: var(--bs-blue);
}

.contact .col-md-4 {
    background-color: #f4f3f3;
}

.contact .thumbnail {
    margin-top: 15px;
}

.contact h4 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 30px;
    padding-bottom: 5px;
}

.contact .thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    background-color: var(--bs-body-bg) !important;
    border: 1px solid var(--bs-border-color-translucent);
    border-radius: 4px;
}

.share-btn {
    display: table;
    position: fixed;
    left: 0px;
    top: 50%;
    margin-top: -100px;
    z-index: 999999;
}

.ya-share2__list_direction_horizontal>.ya-share2__item {
    display: block !important;
    margin-bottom: 10px !important;
}

.ya-share2__badge {

    display: inline-block !important;
    vertical-align: top !important;
    border-radius: 0px !important;
    color: #fff !important;
    overflow: hidden !important;
    position: relative !important;
    padding: 10px !important;

}

.ya-share2__container_size_m .ya-share2__icon {
    height: 36px !important;
    width: 36px !important;
    background-size: 36px 36px !important;
}

/*-----------------Footer--------------------*/
footer {
    --bs-link-color: var(--bs-white);
    --bs-link-hover-color: var(--bs-gray-400);
    color: var(--bs-white) !important;
    padding-top: 35px;
    padding-bottom: 35px;
    background-color: var(--bs-blue);
}

footer p {
    margin-bottom: 0;
}

.copyright {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
    font-weight: 600;
}

.license {
    font-size: 16px;
    line-height: 22px;
}

#social-footer-box .mod-socialnetwork {
    font-size: 36px;
    padding: 0px;
}

#social-footer-box .mod-socialnetwork a {
    --bs-link-color: var(--bs-white);
    --bs-link-hover-color: var(--bs-gray-400);
}

#social-footer-box .soc-icon {
    padding-right: 15px !important;
}

.nav-footer .mod-menu {
    /* flex-direction: column; */
    /* margin: 10px 0; */
    display: block;
    width: 100%;
    column-count: 2;
    column-gap: 0em;
    -webkit-column-count: 2;
    -webkit-column-gap: 0em;
    font-size: 16px;
    line-height: 20px;
}

.nav-footer .mod-menu li {
    display: block;
}

.nav-footer .mod-menu a {
    background: none;
    box-shadow: none;
    border: none;
    font-weight: 400;
    position: relative;
    display: block;
    padding: 3px 15px;
}

.nav-footer .mod-menu ul {
    padding-left: 0px;
    border-left: 1px solid #ffffff;
    margin-left: 34px;
}

.nav-footer .mod-menu ul a {
    padding: 1px 15px;
}

footer .text-muted {
    color: #dddddd !important;
}

.rside_footer {
    padding-left: 15px;
    border-left: 2px solid #7E5D4E;
}

.zhym-map-default {
    margin: 25px 0 30px !important;
}

footer .zhym-map-default {
    box-shadow: 0px 4px 37px -10px rgba(0, 0, 0, 0.25);
    border-radius: 0px;
    overflow: hidden;
    margin: 0 !important;
    height: 100% !important;
}

footer #map {
    margin-bottom: 15px;
}

.fcontact .mod-menu {
    flex-direction: column;
    margin: 10px 0;
}

.fcontact .mod-menu {
    flex-direction: column;
    margin: 20px 0;
}

.fcontact .mod-menu li {
    margin: 0px;
    display: flex;
    padding: 2px 0;
}

.fcontact .mod-menu a {
    background: none;
    box-shadow: none;
    border: none;
    padding: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}

/*-----------------Template--------------------*/
.wow {
    visibility: hidden;
}

#to-top {
    display: block;
    position: fixed;
    left: 30px;
    bottom: 30px;
    z-index: 15;
    cursor: pointer;
    background: var(--bs-primary);
    color: #fff;
    padding: 20px 20px 15px;
    border-radius: 10px;
    font-size: 30px;
    -webkit-transition: all 0.4s cubic-bezier(.68, -0.55, .27, 1.55);
    transition: all 0.4s cubic-bezier(.68, -0.55, .27, 1.55);
    line-height: 1
}

#to-top.in {
    z-index: 15;
    margin-left: 0px;
    opacity: .8;

}

#to-top.out {
    z-index: -15;
    margin-left: -30px;
    opacity: 0;
}

#to-top.in:hover {
    opacity: 1;
}

#slider {
    margin: 0 -70px 40px;
    position: relative;
    border-radius: var(--bs-border-radius-2xl);
    overflow: hidden;
}

.carousel-content {
    display: flex;
    align-content: center;
    align-items: center;
}

#slider .carousel-caption {
    right: auto;
    left: auto;
    padding: 25px 50px 25px 140px;
    text-align: left;
    max-width: 55%;
    line-height: 1;
    bottom: auto;
}

#slider .content_bg .carousel-caption {
    background: rgba(255, 255, 255, .5);
}

#slider .carousel-caption h5 {
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1;

}

#slider .carousel-caption p {
    margin-bottom: .5rem;
    font-size: 18px;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 100px;
    z-index: 2;
    display: flex;
    justify-content: start;
    padding: 0;
    margin-right: 0;
    margin-bottom: 30px;
    margin-left: 0;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #b7b7b7;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    transition: opacity .6s ease;
}

.carousel-indicators .active {
    opacity: 1;
    background-color: var(--bs-primary);
}

.carousel-control-next-icon {
    background-image: url(../images/right.svg);
}

.carousel-control-prev-icon {
    background-image: url(../images/left.svg);
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 100%;
    height: 100%;
}

.carousel-control-next,
.carousel-control-prev {
    top: calc(50% - 30px);
    bottom: auto;
    width: 60px;
    height: 60px;
}

.carousel-control-prev {
    left: calc(1rem + 27px);
}

.carousel-control-next {
    right: calc(1rem + 27px);
}

.slider .uk-scope,
.announce .uk-scope {
    background-color: rgba(var(--bs-primary-rgb), 0.5);
}

.uk-scope .uk-dotnav>*>* {
    background: rgba(var(--bs-primary-rgb), 0.5) !important;
    border: none !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 0 !important;
    -webkit-transition: all 0.4s ease !important;
    transition: all 0.4s ease !important;
}

.uk-scope .uk-dotnav>.uk-active>* {
    background-color: rgba(var(--bs-primary-rgb), 1) !important;
    transform: scale(1.2);
    -webkit-transition: all 0.4s ease !important;
    transition: all 0.4s ease !important;
}

.uk-scope .uk-dotnav>*> :hover {
    background: rgba(var(--bs-primary-rgb), 0.5) !important;
}

.uk-scope .uk-link-toggle:hover .uk-link,
.uk-scope .uk-link:hover,
.uk-scope a:hover {
    background: rgba(var(--bs-primary-rgb), 0.5) !important;
}

.uk-accordion-title {
    margin-top: 0;
    line-height: 24px;
    cursor: pointer;
    padding: 12px 20px 12px 15px !important;
    font-size: 18pt !important;
    background: #2AB3D3 !important;
    color: var(--bs-body-bg) !important;
}

.uk-accordion-title:hover {
    color: var(--bs-body-color) !important;
    background: RGBa(42, 179, 211, .5) !important;
}

.uk-accordion-content {
    padding: 15px 15px 15px !important;
    margin-bottom: 10px !important;
    background: #d6f1f8;
}

.uk-slider:not(.uk-grid),
.uk-slideshow {
    margin: 0;
    padding: 0;
    list-style: none
}

.uk-accordion-content:after,
.uk-accordion-content:before {
    content: "";
    display: table
}

.uk-accordion-content>:last-child {
    margin-bottom: 0
}

.container-component .blog-items .item-title,
.container-component .com-content-category h1,
.container-component main>div>h1,
.container-component main>div>h2,
.container-component main>h1,
.container-component main>h2,
#phocaguestbook h4.pgb_font,
.page-header h1,
.pd-category>h1,
.blog h1,
.cat-children h3 {
    margin-top: 10px;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.1;
    color: var(--bs-blue);
}

.container-component .blog-item .h1,
.container-component .blog-item .h2,
.container-component .blog-item h1,
.container-component .blog-item h2 {
    margin-top: 10px;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.1;
}

#cc .blog>h1:first-child {
    margin: 0px -15px 15px;
    font-size: 36px;
    text-transform: uppercase;
    padding: 10px 15px;
    letter-spacing: 8px;
    text-align: center;
}

/*articles*/
.ar-img-body {
    height: 600px;
    margin: 50px -300px;
    text-align: center;
}

.article-image {
    position: absolute;
    width: 100%;
    left: 0px;
    height: 600px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.article-image.blur {
    -webkit-filter: blur(4px) brightness(.8);
    -moz-filter: blur(4px) brightness(.8);
    -o-filter: blur(4px) brightness(.8);
    -ms-filter: blur(4px) brightness(.8);
    filter: blur(4px) brightness(.8);
}

.ar-img-body img {
    height: 600px !important;
    width: auto !important;
    margin: 0 auto !important;
    position: relative;
    z-index: 3;
    float: none !important;
}

.com-content-article__body p {
    font-size: 120%;
}

.blog-item {
    padding-bottom: 10px;
    margin-bottom: 30px;
    /* border-bottom: 1px solid #7E5D4E; */
}

.thumbnail {
    background: rgba(var(--bs-primary-rgb), 0.45) !important;
}

/*-----cookie-----*/
.cookie-card {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: calc(100vw - 3rem);
    max-width: 700px;
    --bs-card-spacer-y: 1rem;
    color: var(--bs-body-color);
    --bs-link-color: var(--bs-primary);
    --bs-link-hover-color: var(--bs-blue);
    z-index: 5;
}

.cookie-card p {
    margin: 0px;
}

.cookie-card>div>div {
    display: flex;
    align-items: center;
}