/*------------------------------------------------------------------
[Master Stylesheet]

Project:    Medina template
Version:    1.0

[Table of contents]

    1. Base
        1.1. Owl Carousel controllers
        1.2. Heading
        1.3 Paddings
            1.3.1 Padding top
            1.3.2 Padding bottom
        1.4 Buttons
        1.5 Input style
    2 Header / .header
        2.1 Navigation / .navigation
        2.2 Search module / .search-module
        2.3 Mobile side / .mobile-side
    3 Body
        3.1 Social link / .social-link
        3.2 Contact item / .contact-item
        3.3 Full screen / .full-screen
        3.4 Category item / .category-item
        3.5 Team item / .team-carousel
        3.6 Icon box / .icon-box-item
        3.7 Icon box 2 / .icon-box2-item
        3.8 Icon box 3 / .icon-box-area
        3.9 Blog item / .blog-item
        3.10 Testimonials item / .testimonials-item
        3.11 Gallery item / .gallery-item
        3.12 Pagination / .pagination
        3.13 Contact col / .contact-col
        3.14 Working hours / .day-item
        3.15 Feedback form / .form
        3.16 Price item / .price-item
        3.17 Table price / .price-table
        3.18 Doctor info / .doctor-col
        3.19 Comment item / .comment-item
        3.20 404 page / .image-404
    4 Footer / .footer
        4.1 Footer menu / .footer-menu
        4.2 Form subsription / .form-subsription
        4.3 Form subsription big / .form-subsription-big


[Typography]

- Headers:
    h1: 3.429em 'Work Sans', sans-serif;
    h2: 2.571em 'Work Sans', sans-serif;
    h3: 2.143em 'Work Sans', sans-serif;
    h4: 1.714em 'Work Sans', sans-serif;
    h5: 1.286em 'Work Sans', sans-serif;
    h6: 1.143em 'Work Sans', sans-serif;

Body: 14px 'Work Sans', sans-serif;
Input, textarea: 14px 'Work Sans', sans-serif;

-------------------------------------------------------------------*/


/*------------------------------------------------------------------
[1. Base ]
*/

aside, nav, footer, header, section { display: block }
body {
    margin: 0;
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    color: #3c3d41;
}
a {
    color: inherit;
}
img {
    border: none;
}
input, textarea, button, select,a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
input, textarea, button, select {
    font-family: 'Work Sans', sans-serif;
}
input::-webkit-input-placeholder {
    color: inherit;
}
input::-moz-placeholder {
    color: inherit;
}
input:-moz-placeholder {
    color: inherit;
}
input:-ms-input-placeholder {
    color: inherit;
}
li.menu-item-has-children > a {
    cursor: inherit;
}
li.menu-item-has-children.bluback {
    cursor: pointer;
}
li.menu-item-has-children.bluback:hover {
    background: #23abe1;
    color: #ffffff;
}
textarea::-webkit-input-placeholder {
    color: inherit;
}
textarea::-moz-placeholder {
    color: inherit;
}
textarea:-moz-placeholder {
    color: inherit;
}
textarea:-ms-input-placeholder {
    color: inherit;
}
*:focus {
    outline: none;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.tal {
    text-align: left;
}
.tar {
    text-align: right;
}
.tac {
    text-align: center;
}
.taj {
    text-align: justify;
}
.ttu {
    text-transform: uppercase;
}
.cell {
    display: table-cell;
    vertical-align: middle;
}

#page {
    position: relative;
    /*overflow: hidden;*/
    min-height: 500px;
}

#page-preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 777;
}

#page-preloader .spinner {
    background: url(../images/cross2.gif) no-repeat;
    /*background: url(../images/preloader.png) no-repeat;*/
    width: 145px;
    height: 110px;
    background-size: contain;
}


@-webkit-keyframes preloader {
  0% {
    width: 0px;
  }
  50% {
    width: 150px;
  }
  100% {
    width: 0px;
  }
}


@keyframes preloader {
  0% {
    width: 0px;
  }
  50% {
    width: 150px;
  }
  100% {
    width: 0px;
  }
}

/*#page-preloader .spinner:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    height: 98px;*/
/*    width: 150px;*/
/*    background: url(../images/preloader-s.png) 0 0 no-repeat;*/
/*    top: 11px;*/
/*    left: -2px;*/
/*    !* right: -2px; *!*/
/*    background-size: 150px auto;*/
/*    -webkit-animation: preloader 2.0s ease-in-out infinite;*/
/*    -moz-animation: preloader 2.0s ease-in-out infinite;*/
/*    -ms-animation: preloader 2.0s ease-in-out infinite;*/
/*    -o-animation: preloader 2.0s ease-in-out infinite;*/
/*    animation: preloader 2.0s ease-in-out infinite;*/
/*}*/

.fw-container {
    padding: 0 15px;
}

/*:before, :after, ::before, ::after, a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, button, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, hr, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, input, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, select, small, span, strike, strong, sub, summary, sup, table, tbody, td, textarea, tfoot, th, thead, time, tr, tt, u, ul, var, video {*/
/*    font: inherit;*/
/*    vertical-align: baseline;*/
/*    border: none;*/
/*    outline: 0;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    box-sizing: border-box;*/
/*    -webkit-tap-highlight-color: transparent;*/
/*}*/

.tabs__content.active {
    display: block;
}
.labs__list__item:nth-child(odd) {
    background-color: #e4e9ee;
}
.labs__list__link {
    display: block;
}
.labs__list__location {
    font-size: 14px;
    line-height: 1.5em;
    color: #0053a0;
    transition: color 0.3s ease-in-out;
}
.labs__list__location, .labs__list__worktime {
    float: left;
    width: 40%;
    padding: 10px 15px;
}
.labs__list__worktime {
    text-align: right;
}
.labs__list__location, .labs__list__worktime {
    float: left;
    width: 40%;
    padding: 10px 15px;
}
.labs__list__worktime > .labs__icon:first-child {
    margin-left: 0;
}
.labs__list__icons {
    float: left;
    width: 20%;
    padding: 10px 15px;
}
.labs__list__icons img {
    width: 30px;
}
.labs__list__worktime > .labs__icon {
    margin-left: 5px;
}
.labs__icon--daily {
    background-image: url(/svg/icons/calendar-7-blue.svg);
}
.labs__icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat center;
    background-size: contain;
    vertical-align: top;
}
.hidden {
    display: none !important;
}
.labs__payment {
    display: inline-block;
    width: 60px;
    vertical-align: top;
}
.labs__payment__item:first-child {
    margin-left: 0;
}
.labs__payment__item {
    float: left;
    width: 30px;
    height: 30px;
    background: no-repeat center;
    background-size: contain;
    margin-left: 4px;
}
.labs__load {
    display: inline-block;
    width: 90px;
    vertical-align: top;
}
.labs__load__item {
    float: left;
    width: 16px;
    height: 20px;
    background: url(/svg/icons/user-light-gray.svg) no-repeat center;
    background-size: contain;
    margin-right: 2px;
}
.post-content li {
    margin: 10px 0;
}
li {
    display: list-item;
    text-align: -webkit-match-parent;
}
ol, ul {
    list-style: none;
}
.post-content ul {
    list-style: disc;
    margin: 0;
}
.labs__list__link:after {
    content: '';
    display: table;
    clear: both;
}
@media (max-width: 991px){
        .labs__list__location, .labs__list__icons {
            float: none;
            width: auto;
        }
        .labs__list__icons {
            text-align: left;
            padding-top: 0;
        }
        .labs__list__icons img {
            width: 45px;
        }
        #breadcrumb {
            /*margin-top: 55px!important;*/
            margin-top: 10px!important;
        }
    }





.content {
    font-size: 1.286em;
    /*font-weight: 300;*/
    line-height: 1.667em;
}

.centered-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    margin: 0;
    z-index: 5000;
}

.fw-main-row {
    position: relative;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}

.dark-bg {
    color: #fff;
}

.blockquote {
    position: relative;
    padding: 15px 35px;
    color: #4b5255;
    font-style: italic;
    line-height: 1.714em;
    text-align: justify;
}

.blockquote:after, .blockquote:before {
    content: "";
    width: 8px;
    height: 7px;
    position: absolute;
    background-size: contain !important;
}

.blockquote:before {
    background: url(../images/quote-t.png) no-repeat;
    top: 10px;
    left: 0;
}

.blockquote:after {
    background: url(../images/quote-b.png) no-repeat;
    bottom: 10px;
    right: 0;
}

/*------------------------------------------------------------------
[1.1. Owl Carousel controllers ]
*/

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    color: #2caee2;
    font-size: 35px;
}

.white-arrows .owl-prev,
.white-arrows .owl-next {
    color: #fff;
}

.owl-prev {
    left: 45px;
}

.owl-next {
    right: 45px;
}
.photo_wrap .owl-next{
    right: -45px;
}
.photo_wrap .owl-prev{
    left: -45px;
}
.owl-dots {
    text-align: center;
    position: absolute;
    bottom: 40px;
    width: 100%;
    left: 0;
}

.owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    display: inline-block;
    background: #f5f5f5;
    margin: 0 2px;
    border-radius: 50%;
}

.owl-dots .owl-dot.active,
.owl-dots .owl-dot:hover {
    background: #2caee2;
}

/*------------------------------------------------------------------
[1.2. Heading ]
*/

h1,.h1,
h2,.h2,
h3,.h3,
h4,.h4,
h5,.h5,
h6,.h6 {
    margin: 0 0 20px;
}

h1,.h1 {
    font-size: 3.429em; /* 14px/48px */
    line-height: 1.1em;
    font-weight: bold;
}

h1.min,
.h1.min {
    font-size: 2.467em;
}

h1.big,
.h1.big {
    font-size: 4.286em; /* 14px/60px */
    line-height: 1em;
    margin: 0 0 15px;
}

h1,.h1 {
    /*font-size: 2.571em; !* 14px/36px *!*/
    /*font-size: 2.0em; !* 14px/36px *!*/
    font-size: 28px; /* 14px/36px */
    line-height: 1.1em;
    font-weight: bold;
}
h2,.h2 {
    /*font-size: 2.571em; !* 14px/36px *!*/
    /*font-size: 2.0em; !* 14px/36px *!*/
    font-size: 22px; /* 14px/36px */
    line-height: 1.1em;
    font-weight: bold;
}

h3,.h3 {
    /*font-size: 2.143em; !* 14px/30px *!*/
    font-size: 20px; /* 14px/30px */
    line-height: 1.1em;
    font-weight: bold;
}

h4,.h4 {
    font-size: 1.714em; /* 14px/24px */
    line-height: 1.1em;
    font-weight: bold;
}

h5,.h5 {
    font-size: 1.286em; /* 14px/18px */
    line-height: 1.1em;
    font-weight: bold;
}


h6,.h6 {
    font-size: 1.143em; /* 14px/16px */
    line-height: 1.1em;
    font-weight: bold;
}

.heading-decor {
    text-align: center;
}

.heading-decor:after {
    content: "";
    display: block;
    margin: 10px auto 0;
    background: #23abe1;
    height: 3px;
    width: 40px;
}

.blue-color {
    color: #2caee2;
}

.post-date {
    color: #23abe1;
    font-size: 0.857em;
    margin: 5px 0;
}

/*------------------------------------------------------------------
[1.3 Paddings ]
*/

/*------------------------------------------------------------------
[1.3.1 Padding top ]
*/

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pt25 {
    padding-top: 25px;
}

.pt30 {
    padding-top: 30px;
}

.pt35 {
    padding-top: 35px;
}

.pt40 {
    padding-top: 40px;
}

.pt45 {
    padding-top: 45px;
}

.pt50 {
    padding-top: 50px;
}

/*------------------------------------------------------------------
[1.3.2 Padding bottom  ]
*/

.pb5 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb25 {
    padding-bottom: 25px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb35 {
    padding-bottom: 35px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb45 {
    padding-bottom: 45px;
}

.pb50 {
    padding-bottom: 50px;
}

/*------------------------------------------------------------------
[1.4 Buttons ]
*/

.button-style1 {
    position: relative;
    top: 40px;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    border: none;
    min-width: 130px;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    background: #2caee2;
    font-weight: 500;
    color: #fff;
    margin: 15px 0;
    padding: 15px 20px;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    line-height: normal;
}

.button-style1 + a,
.button-style1 + input,
.button-style1 + button,
.button-style2 + a,
.button-style2 + input,
.button-style2 + button {
    margin-left: 10px;
}

.button-style1 span {}

.button-style1:hover {
    background: #166788;
}

.button-style1.dark:hover {
    background: #808688;
}

.button-style1.dark {
    background: #4b5255;
}

.button-style1.min {
    font-size: 12px;
    padding: 10px 10px;
    min-width: inherit;
}

.button-style2 {
    display: inline-block;
    font-size: 12px;
    text-decoration: none;
    font-weight: 500;
    padding: 12px 20px;
    border: 1px solid #2caee2;
    color: #302d2a;
    text-align: center;
    text-transform: uppercase;
    margin: 5px 0;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

.button-style2:hover {
    background: #23abe1;
    color: #fff;
}

.button-style2 span {
    display: block;
}

.button-style2.white {
    border-color: #fff;
    color: #fff;
}

.button-style2.white:hover {
    background: #3c3d41;
    border-color: #3c3d41;
}

.button-style2.gray {
    border-color: #706f6f;
    color: #706f6f;
}

.button-style2.gray:hover {
    background: #23abe1;
    border-color: #23abe1;
    color: #fff;
}

.button-style2.min {
    font-size: 11px;
    padding: 7px 15px;
}

.button-style2.big {
    /*font-size: 18px;*/
    /*padding: 11px 20px;*/
    /*width: 80%;*/
    font-size: 18px;
    padding: 0px;
}
.blog-item p {
    color: #3c3d41;
}
.blog-item h4 a {
    color: #3c3d41;
}

/*------------------------------------------------------------------
[1.5 Input style ]
*/

input.style1,textarea.style1,select.style1 {
    border: 1px solid #c8c9ca;
    background: none;
    font-size: 12px;
    color: #9b9c9e;
    line-height: 14px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance:none;
    -ms-appearance:none;
    -o-appearance:none;
    appearance:none;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

input.style1 {
    padding: 12px 10px;
    width: 270px;
}

input.style1.min {
    padding: 9px 10px;
    width: 200px;
}

textarea.style1 {
    padding: 10px 10px;
    width: 100%;
    height: 140px;
    resize: none;
}

select.style1 {
    padding: 12px 50px 12px 10px;
    width: 270px;
    background: url(../images/select.png) top 50% right 15px no-repeat;
}

input[type="checkbox"].style1,
input[type="radio"].style1 {
    display:none;
}
input[type="checkbox"].style1 + label,
input[type="radio"].style1 + label {
    background: #f5f5f5;
    box-shadow: inset 1px 1px 1px #d4d4d4;
    margin: 0 5px 0 0;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

input[type="radio"].style1 + label {
    border-radius: 50%;
}
input[type="checkbox"].style1 + label::before,
input[type="radio"].style1 + label::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 8px;
    width: 8px;
    margin: 5px;
}
input[type="checkbox"].style1 + label::before {
}
input[type="radio"].style1 + label::before {
    border-radius: 50%;
}
input[type="checkbox"].style1:checked + label::before {
    background: #2caee2;
}
input[type="radio"].style1:checked + label::before {
    background: #2caee2;
}
input[type="checkbox"].style1:disabled + label::before {
    background-position: -152px -260px;
}
input[type="checkbox"].style1:checked:disabled + label::before {
    background-position: -171px -260px;
}
input[type="radio"].style1:disabled + label::before {
    background-position: -144px -279px;
}
input[type="radio"].style1:checked:disabled + label::before {
    background-position: -162px -279px;
}ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹

/*------------------------------------------------------------------
[2 Header / .header ]
*/

.header {
    min-height: 45px;
}

.top-header {
    background: #fbfbfb;
    border-bottom: 1px solid #eeeeee;
    padding: 13px 0;
    margin-bottom: 70px;
    z-index: 2;
}

.header-wrap {
    position: absolute;
    top: 45px;
    width: 100%;
    background: #fff;
    z-index: 11;
    box-shadow: inset 0 -1px 0 #eeeeee;
}

.header-wrap.fixed {
    position: fixed;
    top: 0;
    box-shadow: inset 0 -1px 0 #eeeeee;
}

.logo-area {
    padding: 0 0 0 3px;
    float: left;
}

.logo-area a {
    display: table-cell;
    vertical-align: middle;
    height: 70px;
    width: 200px;
    display: block;
    /*max-width: initial;*/
}

.logo-area img {
    vertical-align: bottom;
    max-width: initial;
    /*max-width: 100%;*/
    /*height: 50px;*/
    width: 200px;
}

/*------------------------------------------------------------------
[2.1 Navigation / .navigation ]
*/
header.header.clearfix {
    position: relative;
    min-height: 40px;
}
.navigation {
    /* border-left: 1px solid #dddddd; */
    /* border-right: 1px solid #dddddd; */
    text-transform: uppercase;
}

.navigation ul {
    margin: 0;
    padding: 0;
}

.navigation ul li {
    display: block;
    position: relative;
}

.navigation ul li a {
    text-decoration: none;
}

.navigation > ul {
    text-align: center;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}

.navigation > ul > li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    text-align: left;
}

.navigation > ul > li > a {
    display: table-cell;
    height: 70px;
    vertical-align: middle;
}

.navigation > ul > li.current-menu-item {}

.navigation > ul > li.current-menu-item > a,
.navigation > ul > li:hover > a {
    box-shadow: inset 0 -3px 0 0 #23abe1;
}

.navigation .sub-nav {
    position: absolute;
    top: 70px;
    left: -5px;
    width: 150px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #dddddd;
    background: #fff;
}

.navigation .sub-nav .sub-nav {
    top: -1px;
    left: 100%;
}

.navigation ul li.menu-item-has-children:hover > .sub-nav {
    opacity: 1;
    visibility: visible;
    z-index: 2000;
}

.navigation .sub-nav .sub-menu {}

.navigation .sub-nav .sub-menu li {
}

.navigation .sub-nav .sub-menu li:not(:last-of-type) {
    border-bottom: 1px solid #ddd;
}

.navigation .sub-nav .sub-menu li a {
    height: 35px;
    display: table-cell;
    vertical-align: middle;
    padding: 4px 0;
    width: 150px;
    padding: 3px 15px;
    font-size: 0.857em;
    position: relative;
}

.navigation .sub-nav .sub-menu li.menu-item-has-children > a:after {
    content: '\e843';
    font-family: "icon-font";
    position: absolute;
    color: #dddddd;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}

.navigation .sub-nav .sub-menu li.current-menu-item > a,
.navigation .sub-nav .sub-menu li:hover > a {
    background: #23abe1;
    color: #fff;
}

/*------------------------------------------------------------------
[2.2 Search module / .search-module ]
*/

.search-module {
    padding: 23px 15px 0 30px!important;
}

.search-module form {
    position: relative;
}

.search-module .input {
    padding: 0;
    margin: 0;
    border: none;
    color: #888888;
    font-size: 14px;
    width: 100%;
    line-height: 23px;
    height: 23px;
}

.search-module .submit, .searchajax .submit {
    border: none;
    background: #fff;
    font-size: 19px;
    padding: 0 5px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.searchajax .submit {
    right: 5px;
    top: 9px;
    cursor: pointer;
}

.search-module .submit i {}

/*------------------------------------------------------------------
[2.3 Mobile side / .mobile-side ]
*/

.mobile-side {
    position: fixed;
    top: 45px;
    right: -300px;
    bottom: 0;
    background: #fff;
    border-top: 1px solid #ddd;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mobile-side.active {
    right: 0;
}

.mobile-side-button {
    float: right;
    font-size: 37px;
    display: none;
    line-height: 45px;
    padding: 0 10px;
}

.mobile-navigation {
    min-width: 300px;
}

.mobile-navigation ul {
    margin: 0;
    padding: 0;
}

.mobile-navigation ul li {
    display: block;
}

.mobile-navigation ul li a {
    text-decoration: none;
    display: block;
}

.mobile-navigation > ul {}

.mobile-navigation > ul > li {
}

.mobile-navigation > ul > li:not(:last-of-type) {
    border-bottom: 1px solid #ddd;
}

.mobile-navigation > ul > li > a {
    font-size: 1.2em;
    padding: 10px 20px;
    position: relative;
}

.mobile-navigation > ul > li.current-menu-item > a,
.mobile-navigation > ul > li.active > a,
.mobile-navigation > ul > li:hover > a {
    color: #2caee2;
}

.mobile-navigation ul li.menu-item-has-children > a:after {
    content: "\e814";
    font-family: 'icon-font';
    font-size: 0.7em;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
}

.mobile-navigation .sub-nav {
    display: none;
    padding: 0px 0 0px;
    margin: 0 0 0 20px;
}

.mobile-navigation .sub-nav ul {}

.mobile-navigation .sub-nav ul li {
}

.mobile-navigation .sub-nav ul li:not(:last-of-type) {
    border-bottom: 1px solid #eaeaea;
}

.mobile-navigation .sub-nav ul li a {
    padding: 10px 0;
    position: relative;
}

.mobile-navigation .sub-nav ul li.current-menu-item > a,
.mobile-navigation .sub-nav ul li.active > a,
.mobile-navigation .sub-nav ul li:hover > a {
    color: #2caee2;
}

/*------------------------------------------------------------------
[3 Body ]
*/

/*------------------------------------------------------------------
[3.1 Social link / .social-link ]
*/

.social-link {
    color: #9b9c9e;
}

.mobile-side .social-link {
    padding: 15px 20px;
}

.social-link a {
    margin-right: 25px;
}

.social-link a:hover {
    color: #3c3d41;
}

.social-link a i {}

/*------------------------------------------------------------------
[3.2 Contact item / .contact-item ]
*/

.contact-item {
    color: #9b9c9e;
    font-weight: 500;
}

.contact-item:not(:last-of-type) {
    margin-right: 45px;
}

.contact-item i {
    color: #1eabe3;
    margin-right: 5px;
    font-size: 1.1em;
}

.contact-item span {}

/*------------------------------------------------------------------
[3.3 Full screen / .full-screen ]
*/

.full-screen {}

.full-screen .container {
    padding: 0;
    float: none;
    display: inline-block;
}

.full-screen .h1 {}

.full-screen p {
    font-size: 1.286em;
    font-weight: 500;
    margin: 15px 0;
    font-style: italic;
}

.full-screen .button-style1:not(:last-of-type) {
    margin-right: 15px;
}

/*------------------------------------------------------------------
[3.4 Category item / .category-item  ]
*/

.category-item {
    overflow: hidden;
    border-radius: 3px;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    margin: 0 auto 30px;
    position: relative;
    text-align: center;
    max-width: 480px;
}

.category-item .centered-container {
    width: 100%;
}

/*.category-item:after {*/
/*    content: "";*/
/*    display: block;*/
/*    padding-bottom: 92%;*/
/*    -webkit-transition: all 0.8s ease;*/
/*    -moz-transition: all 0.8s ease;*/
/*    -o-transition: all 0.8s ease;*/
/*    -ms-transition: all 0.8s ease;*/
/*    transition: all 0.8s ease;*/
/*    background: rgba(0, 0, 0, 0.10);*/
/*}*/

.category-item:hover:after {
    background: rgba(0, 0, 0, 0.4);
}

.category-item a {}

/*------------------------------------------------------------------
[3.5 Team item / .team-carousel ]
*/

.team-carousel {
    margin-bottom: 80px;
}

.team-carousel-blog .owl-prev,
.team-carousel .owl-prev,
.testimonials-slider .owl-prev {
    left: -90px;
}

.team-carousel-blog .owl-next,
.team-carousel .owl-next,
.testimonials-slider .owl-next {
    right: -90px;
}

.team-carousel .owl-dots,
.testimonials-slider .owl-dots {
    bottom: -40px;
}

.team-item {
    background: #f5f5f5;
    border-radius: 0 0 5px 5px;
    text-align: center;
    padding-bottom: 25px;
    margin: 0 auto 30px;
    max-width: 370px;
}

.team-carousel .team-item {
    margin: 0 auto;
}

.team-item .image {}

.team-item .image img {
    vertical-align: bottom;
    max-width: 100%;
}

.team-item .name {
    background: #2caee2;
    height: 75px;
    width: 680px;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}

.team-item .name h4 {
    margin: 0 0 5px;
}

.team-item .name span {
    text-transform: uppercase;
    font-size: 0.857em;
}

.team-item .timetable {
    color: #302d2a;
    font-weight: 500;
    padding: 0 12.2%;
    text-align: left;
    margin: 15px 0;
}

.team-item  .timetable .item {
    overflow: hidden;
    padding: 9px 0;
}

.team-item  .timetable .item:not(:last-of-type) {
    border-bottom: 1px solid #dddddd;
}

.team-item  .timetable .item .label {
    float: left;
    width: 50%;
    font-weight: bold;
}

.team-item  .timetable .item .value {
    float: right;
    width: 50%;
}

.team-item .button-style2 {}

/*------------------------------------------------------------------
[3.6 Icon box / .icon-box-item ]
*/

.icon-box-item {
    margin-bottom: 30px;
}

.icon-box-item .icon {
    float: left;
    color: #2caee2;
    font-size: 45px;
    text-align: right;
    width: 75px;
}

.icon-box-item .text {
    margin-left: 100px;
}

.icon-box-item .h4 {
    margin-bottom: 6px;
}

.icon-box-item p {
    margin: 0;
    font-size: 1.286em;
    font-weight: 300;
    line-height: 1.667em;
}

/*------------------------------------------------------------------
[3.7 Icon box 2 / .icon-box2-item ]
*/

.icon-box2-item {
    text-align: center;
    margin: 30px 0;
}

.icon-box2-item .icon {
    color: #23abe1;
    font-size: 3.571em;
}

.icon-box2-item h4 {
    font-weight: normal;
}

.icon-box2-item span {
    color: #23abe1;
    font-size: 1.286em;
    font-weight: 300;
}

.icon-box2-item .number {
    font-size: 5.143em;
    font-weight: bold;
    line-height: 1em;
}

.icon-box2-item h2 {
    margin: 0;
    font-weight: normal;
}

/*------------------------------------------------------------------
[3.8 Icon box 3 / .icon-box-area ]
*/

.icon-box-area {
    overflow: hidden;
}

.icon-box-col {
    text-align: center;
    padding: 20px 15px;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    position: relative;
    margin: 0px -1px -1px 1px;
}

.icon-box-col .icon {
    font-size: 3.571em;
    color: #2caee2;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.icon-box-col:hover .icon {
    /* color: #818181; */
}

.icon-box-col .icon.big {
    font-size: 5.000em;
}

.icon-box-col .h4 {
    margin: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.icon-box-col:hover .h4 {
    color: #2caee2;
}

.icon-box-col p {
    font-weight: 300;
    font-size: 1.143em;
    line-height: 1.500em;
    margin: 0.7em 0;
}

.icon-box-col .button-style2 {}

/*------------------------------------------------------------------
[3.9 Blog item / .blog-item ]
*/

.blog-item {
    margin-bottom: 30px;
}

.blog-item.in-row {}

.blog-item > * {
    padding: 0;
}

.blog-item .image {
    margin-bottom: 30px;
}

.blog-item.in-row .image {
    margin-bottom: 0;
}

.blog-item .image img {
    max-width: 100%;
    vertical-align: bottom;
}

.blog-item .post-date {
    margin: 10px 0;
}

.blog-item h4 {
    margin-bottom: 0;
}

.blog-item h4 a {
    text-decoration: none;
}

.blog-item p, .post-content p{
    margin: 10px 0!important;
    line-height: 1.714em;
    /*font-weight: 300;*/
}
.zbig {
    z-index: 1000;
}
.blog-item p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.starneed {
    color: #8f9396;
    margin-top: 5px;
    font-size: 12px
}
input.error {
    border-color: #ad0000;
}
p.error {
    color: #ad0000;
}
.post-content div {
    margin-bottom: 10px;
}

.blog-item p a, .post-content a {
    color: #2caee2;
    text-decoration: underline;
}

.blog-item .button-style2 {
    margin-top: 15px;
}

/*------------------------------------------------------------------
[3.10 Testimonials item / .testimonials-item  ]
*/

.testimonials-slider {
    margin: 40px 0;
}

.testimonials-item {
    position: relative;
    margin: 0 auto;
    max-width: 970px;
    overflow: hidden;
}

.testimonials-item .image {
    position: absolute;
    top: 0;
    bottom: 0;
}

.testimonials-item .image div {
    position: absolute;
    top: 0;
    left: 15px;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: 50%;
}

.testimonials-item .text {
    max-width: 640px;
}

.testimonials-item .text > div,
.desc-block {
    background: #fff;
    padding-bottom: 50px;
}

.testimonials-item .text .top,
.desc-block .top {
    background: #23abe1;
    text-align: center;
    color: #fff;
    padding: 35px 0;
    height: 120px;
    display: table-cell;
    width: 780px;
}

.testimonials-item .text .top .h4,
.desc-block .top .h4 {
    margin-bottom: 5px;
}

.testimonials-item .text .top span {}

.testimonials-item .text .h5, .desc-block .h5 {
    text-transform: uppercase;
    max-width: 350px;
    margin: 55px auto 20px;
    padding: 0 20px;
    /* font-weight: normal; */
}

.testimonials-item .text .blockquote,
.desc-block .blockquote {
    max-width: 380px;
    margin: 0 auto 30px;
    width: 90%;
}

.testimonials-item .text .button-style2 {}

/*------------------------------------------------------------------
[3.11 Gallery item / .gallery-item ]
*/

.gallery-item {
    /*background-position: 50%;*/
    /*background-size: cover;*/
    /*height: 270px;*/
    /*position: relative;*/
    background-position: 50%;
    background-size: cover;
    /*height: 270px;*/
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    text-align: center;
}

.gallery-item img {
    vertical-align: bottom;
    margin-bottom: 30px;
    /*width: 195px;*/
    /*height: 100%;*/
}

.gallery-masonry {
    height: 800px;
}

.gallery-masonry .gallery-item {
    height: auto;
}

.gallery-item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    color: #fff;
    padding: 20px 25px;
}

.gallery-masonry .gallery-item a {
    top: 0;
    left: 15px;
    right: 15px;
    bottom: 30px;
    height: auto;
    width: auto;
}

.gallery-item:hover a {
    background: rgba(0, 0, 0, 0.5);
}

.gallery-item a * {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.gallery-item:hover a * {
    opacity: 1;
    visibility: visible;
}

.gallery-item a span {
    display: block;
}

.gallery-item a span:not(.h4) {
    font-style: italic;
}

.gallery-item a span.h2 {
    margin-bottom: 20px;
}

/*------------------------------------------------------------------
[3.12 Pagination / .pagination ]
*/

.pagination {
    overflow: hidden;
    margin: 30px 0 40px;
    color: #000;
}

.pagination a {
    text-decoration: none;
    float: left;
    padding: 0px 3px 0px;
    border: 1px solid #dddddd;
    margin-right: -1px;
    min-width: 28px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    color: inherit;
}

.pagination a.active,.pagination a:hover {
    background: #2caee2;
    color: #fff;
}

.pagination a.active {
    pointer-events: none;
}

.pagination i {
    font-size: 0.7em;
    display: inline-block;
    vertical-align: top;
}

/*------------------------------------------------------------------
[3.13 Contact col / .contact-col ]
*/

.contact-col {
    text-align: center;
    min-height: 150px;
    padding: 20px 15px;
}

.contact-col:not(:last-of-type) {
    border-right: 1px solid #dddddd;
}

.contact-col .cell {}

.contact-col .icon {
    font-size: 3.214em;
    color: #2caee2;
}

.contact-col p {
    font-size: 1.286em;
    line-height: 1.333em;
    margin: 10px 0 0;
}

.contact-col a {
    text-decoration: none;
}

/*------------------------------------------------------------------
[3.14 Working hours / .day-item ]
*/

.day-item {
    text-align: center;
}

.day-item:nth-child(odd) {
    margin-top: 5.7em;
}

.day-item:nth-child(even) {
    margin-bottom: 80px;
}

.day-item.closed {}

.day-item .circle {
    margin: 0 auto;
    max-width: 125px;
    font-size: 2.571em;
    text-transform: uppercase;
    font-weight: bold;
    color: #23abe1;
    border: 1px solid #23abe1;
    border-radius: 50%;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.day-item:not(.closed):hover .circle {
    background: rgba(35,171,225,0.5);
    color: #fff;
}

.day-item.closed .circle {
    color: #fff;
    background: #23abe1;
}

.day-item .circle:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    margin: -3px 0 -3px -33px;
    background: url(../images/day-decor.png) no-repeat;
    background-size: contain;
    background-position: 0 0;
    width: 65px;
}

.day-item.style1 .circle:before {
    transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
}

.day-item.style2 .circle:before {
    transform: rotate(75deg);
    -webkit-transform: rotate(75deg);
}

.day-item.style3 .circle:before {
    transform: rotate(130deg);
    -webkit-transform: rotate(130deg);
}

.day-item.style4 .circle:before {
    transform: rotate(165deg);
    -webkit-transform: rotate(165deg);
}

.day-item.style5 .circle:before {
    transform: rotate(215deg);
    -webkit-transform: rotate(215deg);
}

.day-item.style6 .circle:before {
    transform: rotate(285deg);
    -webkit-transform: rotate(285deg);
}

.day-item.style7 .circle:before {
    transform: rotate(335deg);
    -webkit-transform: rotate(335deg);
}

.day-item .cell {
    width: 123px;
    height: 123px;
    position: relative;
    z-index: 1;
}

.day-item .cell span {}

.day-item p {
    font-size: 1.286em;
    margin: 15px -35px 0;
    text-transform: uppercase;
}

/*------------------------------------------------------------------
[3.15 Feedback form / .form ]
*/

.form {}

.form input,
.form textarea,
.form select {
    width: 100%;
    margin-bottom: 30px;
}

.form textarea {
    height: 175px;
    resize: none;
}

/*------------------------------------------------------------------
[3.16 Price item / .price-item ]
*/

.price-item {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    color: #fff;
    overflow: hidden;
    border-radius: 5px;
    margin: 0 auto 30px;
    max-width: 480px;
}

.price-item:after {
    content: "";
    display: block;
    margin-bottom: 95%;
}

.price-item > div {
    position: absolute;
    max-width: 300px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 30px 0 0 35px;
}

.price-item h3 {
    margin-bottom: 15px;
    text-transform: uppercase;
}

.price-item p {
    font-size: 1.286em;
    line-height: 1.667em;
    font-weight: 300;
}

.price-item .price {
    font-size: 3.429em;
    font-weight: bold;
    position: absolute;
    bottom: 30px;
    left: 35px;
}

.price-item .price span {
    font-weight: 300;
    font-size: 0.375em;
    display: block;
    line-height: 1em;
    margin-bottom: -0.2em;
    text-transform: uppercase;
}

/*------------------------------------------------------------------
[3.17 Table price / .price-table ]
*/

.price-table {
    border: 1px solid #dddddd;
    padding: 20px;
}

.price-table .fw-row {
    margin: 0;
    padding: 10px 0px;
    /*padding: 22px 25px;*/
}

.price-table .fw-row:not(:last-of-type) {
    border-bottom: 1px solid #eeeeee;
}

.price-table .t-head {
    background: #f6f6f6;
    margin: 0;
    padding: 15px 0px;
}

.price-table .h1,
.price-table .h2,
.price-table .h3,
.price-table .h4,
.price-table .h5,
.price-table .h6 {
    margin-bottom: 0;
}

/*------------------------------------------------------------------
[3.18 Doctor info / .doctor-col ]
*/

.doctor-col {
    text-align: center;
}

.doctor-col > .cell {
    height: inherit;
    width: 800px;
}

.doctor-col img {
    vertical-align: bottom;
}

/*------------------------------------------------------------------
[3.19 Comment item / .comment-item ]
*/

.comment-item {
    margin-bottom: 30px;
}

.comment-item .image {
    float: left;
    width: 108px;
    height: 108px;
    border-radius: 50%;
    overflow: hidden;
}

.comment-item .image img {
    vertical-align: middle;
    max-width: 100%;
}

.comment-item .text {
    margin-left: 130px;
}

/*------------------------------------------------------------------
[3.20 404 page / .image-404 ]
*/

.image-404 {
    max-width: 920px;
    display: block;
    margin: 0 auto;
    width: 70%;
}

@media (max-height: 950px) {
   .image-404 {
        max-width: 540px;
    }
}

/*------------------------------------------------------------------
[4 Footer / .footer ]
*/

.footer {
    background: #f6f6f6;
    padding: 25px 0;
    color: #9b9c9e;
}

.footer h6 {
    margin: 0 0 10px;
    color: #4b5255;
}
.footer h2 {
    margin: 0 0 10px;
    color: #4b5255;
    font-size: 1.143em;
    line-height: 1.1em;
    font-weight: bold;
}

.footer-logo {
    max-width: 240px;
}

.footer-logo img {
    max-width: 100%;
}

.footer-text {
    font-weight: 500;
    font-size: 0.857em;
    line-height: 1.500em;
    padding-right: 4%;
    margin: 0;
}

.footer-copy {
    /*font-size: 0.857em;*/
    /*color: #3c3d41;*/
    /*margin-top: 44px;*/
    font-size: 0.857em;
    color: #9b9c9e;
    margin-top: 0px;
    line-height: 1.500em;
}

.footer [class^="fw-col-"]:not(:last-of-type) {
    /* border-right: 1px solid #dddddd; */
}

/*------------------------------------------------------------------
[4.1 Footer menu / .footer-menu ]
*/

.footer-menu {
    margin: 0 0 0 0;
    padding: 0;
}

.footer-menu li {
    display: block;
    position: relative;
    padding-left: 20px;
}

.footer-menu li:before {
    content: "\e843";
    position: absolute;
    font-family: "icon-font";
    font-size: 10px;
    left: 0;
    top: 3px;
}

.footer-menu li:not(:last-of-type) {
    margin-bottom: 5px;
}

.footer-menu li a {
    text-decoration: none;
}

.footer .contact-item {
    display: block;
    margin: 0 0 0;
}

.footer .contact-item:not(:last-of-type) {
    margin-bottom: 10px;
}

.footer .social-link {
    margin-bottom: 15px;
}

/*------------------------------------------------------------------
[4.2 Form subsription / .form-subsription ]
*/

.form-subsription {
    max-width: 500px;
    margin-bottom: 15px;
}

.form-subsription .button-style1 {
    float: right;
    margin: 0;
}

.form-subsription div {
    margin-right: 95px;
}

.form-subsription input.style1 {
    width: 100%;
}

/*------------------------------------------------------------------
[4.3 Form subsription big / .form-subsription-big ]
*/

.form-subsription-big {
    max-width: 570px;
    margin: 0 auto;
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #c8c9ca;
}

.form-subsription-big .button-style1 {
    float: right;
    margin: 0;
}

.form-subsription-big > div {
    margin-right: 130px;
}

.form-subsription-big input.style1 {
    border: none;
    color: #000;
    width: 100%;
    padding: 16px 10px;
}




#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgb(113, 207, 238);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    /* -webkit-border-radius: 35px; */
    -moz-border-radius: 35px;
    /* border-radius: 35px; */
    z-index: 10;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin-top: 18px;
    margin-left: 13px;
    width: 16px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    height: 16px;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    top: 5px;
}

.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}


/*-Categories MENU-*/

.categories_menu {

}
.categories_menu > div > p:hover, .categories_menu .menu_line .menu_line > div > p:hover {
    cursor: pointer;
    font-weight: bold;
    color: #0b90c4;
}
.categories_menu > div > div.menu_line {
    margin-left: 30px;
    display: none;
    /*overflow: hidden;*/
    overflow: unset!important;
    cursor: pointer;
}
.categories_menu > div > div.menu_line > div > p:hover {
    font-weight: bold;
    color: #0b90c4;
}
.categories_menu > div > div  div.menu_line {
    margin-left: 30px;
    display: none;
    /*overflow: hidden;*/
    overflow: unset!important;
}
.fw-row > div {
    /*padding: 0;*/
}
.fw-row > div.big-button {
    padding: 20px;
}
.active_title {
    /*font-weight: bold;*/
    /*color: #3db5dc;*/
    font-weight: bold;
    color: #fff;
    background: #3db5dc;
    padding: 10px;

}
.bold-text {
    font-weight: bold;
}
.raz {
    border: 1px solid red;
}
.sticky {
    position: sticky;
    top: 100px;
    min-height: 2em;
    background: lightpink;
}
.search-box input {
    width: 100%;
}

/*-SLIDER-*/
#banner-nav-wrapper {
    position: absolute;
    top: 43%;
    /*bottom: 0;*/
    width: 97%;
    left: 0;
    right: 0;
    /*margin: auto;*/
    z-index: 200;
    height: 60px;
}
#banner-nav-left {
    background-image: url('/images/prev.svg');
    float: left;
}
#banner-nav-right {
    background-image: url('/images/next.svg');
    float: right;
}
.banner-nav {
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.5;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.doctors-filter {
    margin-top: 25px;
    /*position: sticky;*/
    /*top: 0;*/
    padding-top: 5px;
    /*z-index: 100;*/
}
.doctors-filter .doctors-filter-button span{
    display: none;
}
.doctors-filter a {
    margin-right: 15px;
    margin-bottom: 20px;
    padding: 10px 15px;
    border: 1px solid #333333;
    text-decoration: none;
    border-radius: 3px;
    display: inline-block;
}
.description {
    font-size: 1.286em;
}
.doctors-filter a:hover {
    /*background: #81d6ef;*/
    background: #23abe1;
    color: #ffffff;
}
/*-SEARCH-*/
.search-result {
    position: absolute;
    width: 200px;
    max-height: 400px;
    overflow-y: scroll;
    top: 30px;
    background: #FFFFFF;
    box-shadow: 1px 1px 1px #d4d4d4;
    /*border: 1px solid #c5c5c5;*/
    right: 0;
}
.mobile-side .search-result {
    width: 100%;
    z-index: 10;
}
.search-result-big {
    position: absolute;
    z-index: 10000;
    background: #ffffff;
    width: 100%;
}
.search-result > div, .search-result-big > div{
    line-height: 14px;
    padding: 7px;
    border-bottom: 1px solid #c5c5c5;
    border-left: 1px solid #c5c5c5;
    border-right: 1px solid #c5c5c5;
    font-size: 12px;
}
.search-result > div:first-child, .search-result-big > div:first-child {
    border-top: 1px solid #c5c5c5;
}
.search-result > div a, .search-result-big > div a {
    text-decoration: none;
    /*text-transform: lowercase;*/
}
.search-result-big > div a strong{
    color: #000000;
}

.lang-switch {
    display: inline-block;
    margin-left: 15px;
    font-size: 12px;
}
.lang-switch a:last-child(2n) {
    display: none;
    
}
.lang-switch.mobile {
    float: right;
    margin-top: 15px;
    margin-right: 0px;
    display: none;
}

.lang-switch a{
    text-decoration: none;
    font-size: 12px;
}
.lang-switch a.active {
    font-weight: bold;
}
.one-item-page .item .label {
    width: 150px!important;
}
.one-item-page .item .min-title {
    margin-bottom: 15px;
}
.one-item-page .item .value {
    float: left!important;
}

body table, body tr, body th, body td {
    border: none;
    margin: 0;
    border-spacing: 0;
}
body table {
    border: 1px solid #777777;
    border-right: none;
    border-top: none;
}
body tr {
    border: none;
}
body th {
    border: none;
    margin: 0;
}
body td, body th {
    border: 1px solid #777777;
    padding: 10px;
    border-left: none;
    border-bottom: none;
    /*border-right: none;*/
}


/*-BREADCRUMBS-*/

#breadcrumb {
    margin-top: 20px;
    margin-bottom: 10px;
}
.flex-wrapper {
    display: inline-flex;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}
.breadcrumb {
    background: transparent;
    float: left;
    padding: 0;
    margin: 0;
    color: #737373;
    font-family: 'Work Sans', sans-serif;
    list-style: none;
}
.breadcrumb a {
    color: #737373;
    text-decoration: none;
    line-height: 1.42857143;
}
.breadcrumb-line-wrapper {
    margin-left: 5px;
    margin-right: 5px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}
.breadcrumb-line {
    /*height: 1.5px;*/
    /*background-color: #737373;*/
    /*width: 3px;*/
    /*margin-top: 9px;*/
    margin-top: 1px;
}
.add-photo-block {
    margin: 20px 0 ;
}

.photo_open_wrap {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    text-align: center;
    display: none;
}
.photo_open_wrap .photo_wrap{
    margin: 115px auto 0;
    margin-top: 10%;
    position: relative;
    /*width: 50%;*/
    display: inline-block;
    max-height: 80%;
    max-width: 80%;
}
.photo_open_wrap .photo_wrap p{
    /*background: #fff;*/
    color: #ffffff;
    padding: 10px 0;
    margin-top: 0;
}
.photo_open_wrap .backgrount_opacity {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.5;
}

.labs__legend__aside {
    float: left;
}
.labs__legend__content {
    font-size: 14px;
    line-height: 1.5em;
    padding-left: 120px;
}
.labs__legend__item:after {
    content: '';
    display: table;
    clear: both;
}
.labs__legend__item:first-child {
    margin-top: 0;
}
.labs__legend__item {
    margin-top: 10px;
}

@media (max-width: 768px) {
    .fw-container {
        width: 100%;
    }
    .post-content {
        padding: 0 20px;
    }
    .category-item {
        margin-bottom: 0;
    }
    .fw-row > div.big-button {
        padding: 0px 20px;
    }

}

.mob-view {
    display: none;
}
.pc-view {
    display: block;
}
.analis-mob-title {
    display: none;
}

.analyses_line {
    display: none;
}
.analys-left-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
}
.analys-right-block {
    margin-left: 260px;
}
.one_item_min {
    margin-top: 20px;
}

.gallery-item-next, .gallery-item-prev {
    /*position: absolute;*/
    /*!*top: 300px;*!*/
    /*top: 0;*/
    /*width: 40%;*/
    /*height: 0;*/
    /*padding: 64% 0;*/
    /*font-size: 50px;*/
    /*z-index: 1000;*/
    /*color: #ffffff;*/
    /*display: none;*/
    /*transform: scale(0.5, 1);*/
    /*-webkit-transform: scale(0.5, 1);*/
    /*cursor: pointer;*/
}
.gallery-item-next {
    /*right: 20%;*/
    /*right: -50px;*/
    /*right: -30%;*/
}
.gallery-item-prev {
    /*left: 20%;*/
    /*left: -50px;*/
    /*left: -30%;*/
}
.feedback-close-img {
    position: absolute;
    right: -30px;
    top: -35px;
    width: 25px;
    height: 25px;
    margin-top: 2.5px;
    margin-left: 4px;
}

.main_mobile_buttons {
    width: 280px;
    margin: 20px auto;
}
.main_mobile_buttons a{
    color: #ffffff;
}
.main_mobile_buttons img{
    width: 49%;
}
.post-content div, .post-content ul, .post-content h2 {
    display: inline-block;
}
/*.post-content li {*/
/*    margin-bottom: 10px;*/
/*}*/
.post-content h2 {
    /*margin-top: 15px;*/
    margin-top: 10px!important;
    margin-bottom: 10px!important;
    display: block;
}
.apartment-popup-title {
    font-size: 14px;
}
.doctors-filter .fw-container {
    position: relative;
}

@media screen and (max-width: 1200px){
    .fr {
        font-size: 11px;
        padding-top: 6px;
    }
}

@media screen and (max-width: 1000px){
    .lang-switch.mobile {
        display: block;
    }
    .fw-container {
        width: auto;
    }
}
@media screen and (max-width: 900px){
    .h6 {
        font-size: 10px;
    }
    #banner-nav-wrapper {
        top: 46%;
    }
}
@media screen and (max-width: 767px){
    .analise-title {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        margin: 10px 0 15px;
    }
    .analis-mob-title {
        display: inline;
        margin-right: 20px;
    }
    .analis-mob-title ~ span{
        text-align: right;
    }
    .one_item .empty {
        display: none!important;
    }
    .price-table .one_item {
        margin-bottom: 15px;
    }
    .price-table .t-head {
        display: none;
    }
    .one_item .fw-col-sm-1, .one_item .fw-col-sm-2, .one_item_min .fw-col-sm-2, .one_item_min .fw-col-sm-1 {
        padding: 10px 0;
        text-align: left;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border-bottom: 1px dashed #ccc;
    }
}
@media (max-width: 550px){
    .doctors-filter .doctors-filter-button span{
        display: block;
        padding: 10px 5px;
        color: #706f6f;
    }
    .doctors-filter .doctors-filter-button {
        position: relative;
        display: inline-block;
        margin: 0 auto;
        border: 1px solid #706f6f;
        z-index: 10;
        /*left: 100%;*/
        margin-left: -200%;
        left: 35%;
    }
    .doctors-filter {
        margin-top: 25px;
        display: inline-block;
        position: -webkit-sticky; /* Safari */
        position: sticky;
        top: 0;
        /*left: 50%;*/
        left: 50%;
        padding-top: 5px;
        z-index: 100;
    }
    .doctors-filter .fw-container {
        text-align: center;
        position: relative;
    }
    .doctors-filter a {
        display: block;
        border: none;
        margin-bottom: 0;
        margin-right: 0;
        padding: 5px 10px;
        line-height: 15px;
    }
    .doctors-filter-wrapper {
        display: none;
        margin-top: 0px;
        position: absolute;
        left: -1px;
        width: 100%;
        border: 1px solid #333333;
        background: #ffffff;
    }
    .doctors-filter-wrapper.opened {
        display: inline-block;
    }
    .gallery-item, .gallery-item img {
        height: auto;
    }
    .labs__list__content.tabs__content {
        padding-left: 0;
    }
    .pb35 {
        padding-bottom: 15px;
        margin-bottom: 0;
    }
    .analyses_line .fw-row {
        margin-left: -60px;
        margin-right: 5px;
        display: block!important;
    }
    .active_cat > .analyses_line {
        display: block;
        margin-bottom: 30px;
    }
    .analys-left-block {
        position: relative;
        width: auto;
    }
    .analys-right-block {
        margin-left: 0px;
    }
    .price-table {
        display: none;
    }
    .photo_open_wrap .photo_wrap {
        width: 70%;
    }

    .analys-right-block {
        margin-bottom: 20px;
        position: -webkit-sticky;
        position: sticky;
        top: 47px;
        align-self: flex-start;
        background: #ffffff;
        z-index: 10;
    }
    .mob-view {
        display: block;
    }
    .pc-view {
        display: none;
    }
}

@media (max-width: 350px){
    .doctors-filter .doctors-filter-button {
        max-width: 85px;
    }
    .doctors-filter .doctors-filter-button span{
        padding: 5px 5px;
    }
}
/*@media (orientation: landscape) {*/

/*    .photo_open_wrap .photo_wrap {*/
/*        width: 90%;*/
/*    }*/
/*}*/
