/*
Theme Name: Medikol
Theme URI: https://weblogic-studio.com
Author: Weblogic Studio
Author URI: https://weblogic-studio.com/
Description: Web development Medikol by Weblogic Studio
Version: 1.006

*/

:root {
  --scrollbar-width: 0px;
}

html{
    font-size: calc(0.6em + 1vw)!important;
    -webkit-text-size-adjust: none;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    display: flex;
    flex-direction: column;
    max-width: 100vw;
    min-height: 100vh;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.7rem;
	line-height: 1;
    color: #535353;
    overflow-x: hidden;
}
body.popup-opened, body.mobile-menu-opened{
    height: 100vh;
    margin-right: var(--scrollbar-width);
    overflow-y: hidden;
}
ol, ul {
	list-style: none;
}

b {
  font-weight: 600;
}

.wpb_content_element a {
    color:#f6921e;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a, button{
    transition: all 0.3s linear;
}




.gumbkarijera a{
  color: #ffffff !important;
  background: #ED1C24 !important;
  border: 2px solid #ED1C24 !important;
  border-radius: 10px;
  font-family: Montserrat !important;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.wpcf7-form-control.has-spinner.wpcf7-submit {
      color: #ffffff !important;
  background: #f6921e !important;
  border: 2px solid #f6921e!important;
  border-radius: 10px;
  font-family: Montserrat !important;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
}
*:focus{
    outline: none;
}

.single-service .main-content a {
  color: #f6921e;
  text-decoration: none;
  font-weight:bold;
}

.single-service .main-content a.btn-primary {
    color:#ffffff;
}


.single-service .main-content .locations ul li a {
  color: #fff !important;
  text-decoration: none;
  font-weight:bold;
  opacity:1 !important;
}

.single-service .main-content .locations a.btn {
  color: #f6921e;
}

textarea{
    width: 100%;
    height: 50vw;
    max-height: 304px;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.02em;
    margin: 0;
    padding: 0 13px;
    border: 1px solid #DCDDDE;
    border-radius: 10px;
    background: #FAFAFA;
    color: #535353;
    box-sizing: border-box;
    resize: vertical;
}
input:not([type="checkbox"],[type="radio"],[type="file"]){
    width: 100%;
    height: 57px;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.02em;
    margin: 0;
    padding: 0 13px;
    border: 1px solid #DCDDDE;
    border-radius: 10px;
    background: #FAFAFA;
    color: #535353;
    box-sizing: border-box;
}
input[type="checkbox"]:not(.cli-user-preference-checkbox), input[type="radio"]{
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0.01;
    z-index: -1;
}
input[type="checkbox"]:not(.cli-user-preference-checkbox) + label, input[type="radio"] + label{
    position: relative;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    padding-left: 30px;
    cursor: pointer;
}

.clanak .main-content .container a {
  font-weight: bold;
  color: #ED1C24 !important;
  text-decoration: none;
}

.main-content a.rev-btn {
    color:#fff !important;
}

.contact_widget a {
    color:#ffffff !important;
}

.popup-content a {
  font-weight: bold;
  color: #ED1C24 !important;
  text-decoration: none;
}


input[type="checkbox"]:not(.cli-user-preference-checkbox) + label::before, input[type="radio"] + label::before{
    display: block;
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #DCDDDE;
    background: #FAFAFA;
    box-sizing: border-box;
    top: 1px;
    left: 0;
}
input[type="checkbox"]:not(.cli-user-preference-checkbox):checked + label::after{
    display: block;
    position: absolute;
    content: '';
    top: 4px;
    left: 3px;
    width: 12px;
    height: 6px;
    border-bottom: 3px solid #535353;
    border-left: 3px solid #535353;
    background: 0 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}



input[type="radio"] + label::before{
    border-radius: 20px;
}
input[type="radio"]:checked + label::after{
    display: block;
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #535353;
    top: 6px;
    left: 5px;
}
select{
    width: 100%;
    height: 57px;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.02em;
    margin: 0;
    padding: 0 13px;
    border: 1px solid #DCDDDE;
    border-radius: 10px;
    background: #FAFAFA;
    color: #535353;
    box-sizing: border-box;
    cursor: pointer;
    
    -webkit-appearance: none;
    -moz-appearance: none;      
    appearance: none;
}
select::-ms-expand {
    display: none;
}
.select{
    position: relative;
}
.select::after{
    display: block;
    position: absolute;
    content: '';
    width: 18px;
    height: 12px;
    background-image: url(images/icon-dropdown.png);
    background-image: url(images/icon-dropdown.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    right: 22px;
    top: 50%;
    margin-top: -6px;
}
.invalid-feedback{
    font-size: 15px;
    line-height: 16px;
    color: #ED1C24;
}

.btn{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 46px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    margin: 0;
    padding: 0 30px;
    border: 0;
    border-radius: 10px;
    background: rgba(247, 133, 40);
    color: #fff;
    box-sizing: border-box;
    cursor: pointer;
}

.btncustom {
    display: inline-flex!important;
    justify-content: center;
    align-items: center;
    height: 46px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    margin: 0;
    padding: 0 30px;
    border: 0;
    border-radius: 10px;
    background: rgba(247, 133, 40);
    color: #fff;
    box-sizing: border-box;
    cursor: pointer;
}
.btncustom.full-width{
    width: 100%;
}
.btncustom a {
    height: auto;
    padding: 0!important;
    border: 0!important;
    background:transparent !important;
    color: #fff !important;
}
.btncustom:hover{
    border-color: rgba(247, 133, 40, 0.8);
    background: rgba(247, 133, 40, 0.8);
    color: #fff;
}
.section-glider-services + .btncustom{
    margin-top: -20px;
    margin-bottom: 25px;
    padding: 0 5px;
}

.btn:hover{
    border-color: rgba(247, 133, 40, 0.8);
    background: rgba(247, 133, 40, 0.8);
    color: #fff;
}
.btn.btn-big{
    height: 57px;
    padding: 0 50px;
}
.btn.btn-large{
    padding: 0 50px;
}
.btn.btn-white{
    background: #fff;
    color: rgba(247, 133, 40);
}
.btn.btn-white:hover{
    background: #fff;
    color: rgba(247, 133, 40);
}
.btn.btn-white-border{
    border: 2px solid #f6921e;
    background: #fff;
    color: #f6921e;
}
.btn.btn-white-border:hover{
    border-color: #F7941D;
    background: #fff;
    color: #F7941D;
}
.vc_btn3{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 46px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    margin: 0;
    padding: 0 30px;
    border: 0;
    border-radius: 10px;
    background: rgba(246, 146, 30, 0.8);
    color: #fff;
    box-sizing: border-box;
    cursor: pointer;
}
.show-more{
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    color: #f6921e;
    cursor: pointer;
}


.hidden{
    display: none;
}
.container{
    margin: 0 25px;
}

@media all and (max-width:767px){
    .hide-mobile{
        display: none!important;
    }
    .content.page .main-content img {
  width: 100%;
  height: auto;
}
}
@media all and (min-width:768px){
    .hide-desktop{
        display: none!important;
    }
    .show-more-box{
        display: none;
    }
    .show-more-box + .more-text{
        display: block!important;
    }
}

h2 {
  font-weight: bold;
  font-size: 30px;
  color: #f6921e;
  /*margin-bottom: 15px;
  margin-top: 10px;*/
}

header{
    display: flex;
    position: relative;
    height: 7.5em;
    align-items: center;
    box-shadow: 0px 4px 20px rgba(202, 202, 202, 0.25);
}
header .logo{
    margin-left: 1em;
    margin-right: auto;
}
header .logo, header .logo img, header .logo object{
    width: auto;
    height: 8em;
}
@media screen and (max-width: 1024px) {
    header .logo,
    header .logo img,
    header .logo object {
        height: 5em;
    }
}

header .logo object{
    pointer-events: none;
}
header .center{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    height: 100%;
}
header .center .top-menu{
    display: none;
}
header .center .main-menu{
    display: flex;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
}
header .center .main-menu > .main-nav{
    display: none;
}
header .center .main-menu .search-open{
    width: 2.5em;
    height: 2.5em;
    margin-left: 1.6em;
    margin-right: 1.6em;
    background: url(images/icon-search.png);
    background: url(images/icon-search.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    filter: brightness(0) saturate(100%) invert(62%) sepia(86%) saturate(1531%) hue-rotate(347deg) brightness(99%) contrast(94%);
    transition: all 0.3s linear;
}
header .center .main-menu .search-open:hover, header .center .main-menu .search-open.opened{
    filter: brightness(0) saturate(100%) invert(62%) sepia(86%) saturate(1531%) hue-rotate(347deg) brightness(99%) contrast(94%);
}
header .center .main-menu .search-open.opened:hover{
    filter: brightness(0) saturate(100%) invert(55%) sepia(92%) saturate(463%) hue-rotate(348deg) brightness(101%) contrast(94%);
}
@media all and (max-width: 1007px){
    header{
        margin-top: 4em;
    }
    body.customize-support header{
        margin-top: 0;
    }
    header .appointments{
        /*position: absolute;*/
        position: fixed;
        left: 0;
        /*top: -4em;*/
        top: 0;
        width: 100%;
        height: 4em;
        padding: 0;
        z-index: 2;
    }
    header .appointments > div{
        display: flex;
        align-items: center;
        font-size: 0.8em;
        width: 100%;
        height: 100%;
        padding: 0 1em;
        box-sizing: border-box;
    }
    header .appointments > div > div:first-child{
        margin-right: auto;
        padding-right: 1em;
    }
    header .appointments h3.widget-title{
        margin-bottom: 0;
    }
}
header .mobile-menu-open{
    width: 4em;
    height: 4em;
    margin-right: 1.2em;
    background: url(images/mobile-menu-open.png);
    background: url(images/mobile-menu-open.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
	filter:brightness(0) saturate(100%) invert(62%) sepia(86%) saturate(1531%) hue-rotate(347deg) brightness(99%) contrast(94%);
}

.mobile-menu{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; 
    font-size: 0.9em;
    background: rgba(247, 133, 40, 0.8);
    color: #fff;
    opacity: 0;
    -ms-transform: translateX(-100vw);
    -webkit-transform: translateX(-100vw);
    -moz-transform: translateX(-100vw);
    -o-transform: translateX(-100vw);
    transform: translateX(-100vw);
    transition: opacity 0.5s linear 0s, transform 0s linear 0.5s;
    z-index: 9998;
    overflow-y: scroll;
}
body.customize-support .mobile-menu{
    top: 46px;
}
body.mobile-menu-opened .mobile-menu{
    opacity: 1;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    transition: opacity 0.5s linear 0s, transform 0s linear 0s;
}
.mobile-menu .close{
    position: fixed;
    top: 1.5em;
    right: 1.5em;
    width: 4em;
    height: 4em;
    cursor: pointer;
    z-index: 9999
}
.mobile-menu .close::after{
    display: block;
    position: absolute;
    content: '';
    width: 2.2em;
    height: 2.2em;
    background-image: url(images/icon-close-white.png);
    background-image: url(images/icon-close-white.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    margin-top: -1.1em;
    margin-left: -1.1em;
}
.mobile-menu .close + *{
    margin-top: 6em;
}
.mobile-menu > div > ul.menu{
    padding: 0 3.8em;
}
.mobile-menu > div > ul.menu ul.sub-menu:not(li.menu-item-has-children.active > ul.sub-menu){
    max-height: 0;
    margin-top: 0!important;
    margin-bottom: 0!important;
    padding-top: 0!important;
    padding-bottom: 0!important;
    opacity: 0;
    overflow-y: hidden;
    transition: all 0.3s linear;
}
.mobile-menu > div > ul.menu li.menu-item-has-children.active > ul.sub-menu{
    max-height: 200vh;
    opacity: 1;
    transition: all 0.3s linear;
}
.mobile-menu > div > ul.menu a{
    display: inline-block;
    text-decoration: none;
    color: #fff;
}
.mobile-menu > div > ul.menu li.menu-item-has-children > a{
    position: relative;
    padding-right: 1.1em!important;
}
.mobile-menu > div > ul.menu li.menu-item-has-children > a::after{
    display: block;
    position: absolute;
    content: '';
    width: 0.642857em;
    height: 0.428571428em;
    background-image: url(images/icon-dropdown.png);
    background-image: url(images/icon-dropdown.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    filter: brightness(0) invert(1);
    right: 0;
    top: 50%;
    margin-top: -0.214285714em;
    transform: rotate(0);
    transition: all 0.3s linear;
}
.mobile-menu > div > ul.menu li.menu-item-has-children.active > a::after{
    transform: rotate(180deg);
}
.mobile-menu > div > ul.menu > li > a{
    font-size: 2.8em;
    font-weight: 700;
    line-height: 1.7;
}
.mobile-menu > div > ul.menu > li > ul.sub-menu{
    margin: 1em -3.8em;
    padding: 1em 0;
    padding-left: 5.6em;
    padding-right: 3.8em;
    background: #ffb273;
}
.mobile-menu > div > ul.menu > li > ul.sub-menu > li > a{
    font-size: 2em;
    font-weight: 700;
    line-height: 1.2;
    padding: 0.5em 0;
}
.mobile-menu > div > ul.menu > li > ul.sub-menu > li > ul.sub-menu{
    padding-top: 0.75em;
    padding-left: 2.2em;
    padding-bottom: 1.5em;
}
.mobile-menu > div > ul.menu > li > ul.sub-menu > li > ul.sub-menu li > a{
    font-size: 1.7em;
    font-weight: 600;
    line-height: 1.23529;
    margin: 0.45em 0;
}
.mobile-menu .appointments{
    width: auto;
    font-size: 1.4em;
    margin-top: 2em;
    background: #ffb273;
}
.mobile-menu .social{
    font-size: 1.2em;
    justify-content: center;
    padding: 2em 0;
}
.mobile-menu .social a{
    filter: brightness(0) invert(1);
}
.search-box{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 0;
    background: rgba(247, 133, 40, 0.8);
    opacity: 0;
    overflow-y: hidden;
    z-index: 99;
    transition: all 0.3s linear;
}
.search-box.active{
    max-height: 100vh;
    padding: 19px 0;
    opacity: 1;
    overflow-y: inherit;
}
.search-box .container{
    position: relative;
}
.search-box .search-results{
    display: flex;
    flex-direction: column;
    position: absolute;
    max-height: 0;
    left: 20px;
    right: 20px;
    padding: 32px 42px 0 42px;
    background: rgba(255, 255, 255, 0.9);
    opacity: 0;
    overflow-y: hidden;
    transition: all 0.3s linear;
}
.search-box .search-results.active{
    max-height: 100vh;
    opacity: 1;
}
.search-box .search-results p{
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.02em;
    padding-bottom: 20px;
    color: #535151;
}
.search-box .search-results ul{
    padding-bottom: 20px;
}
.search-box .search-results ul li{
    padding: 10px 0;
}
.search-box .search-results ul li a{
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.02em;
    text-decoration: none;
    color: #535151;
}
.search-box .search-results ul li a:hover{
    color: #F7941D;
}
.search-box .search-results .btn{
    display: flex;
    width: auto;
    margin-left: -42px;
    margin-right: -42px;
    border-radius: 0;
}

.appointments{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26.5em;
    height: 11.5em;
    text-align: center;
    padding: 0 1em;
    background: rgb(247, 133, 40);

    color: #fff;
}
.appointments h3.widget-title{
    font-size: 1.9em;
    line-height: 1.210526316em;
    margin-bottom: 0.526315789em;
}
.appointments ul{
    display: flex;
}
.appointments a{
    display: block;
    width: 7.5em;
    font-size: 1.6em;
    font-weight: 600;
    line-height: 2.125em;
    text-decoration: none;
    margin: 0 3.5px;
    border: 1px solid #FFFFFF;
    border-radius: 0.625em;
    color: #fff;
}
.appointments a:hover{
    border-color: #F7941D;
    background: #F7941D;
}
.appointments a + a{
    margin-left: 0.3125em;
}

main.content{
    flex: 1;
}

.newsletter{
    color: #fff;
}
.newsletter .newsletter-form{
    position: relative;   
}
.newsletter .newsletter-form .container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 425px;
}
.newsletter .newsletter-form::after{
    display: block;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(247, 133, 40, 0.8)
;
    z-index: -1;
}
.newsletter .newsletter-form img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -1;
}
.newsletter .newsletter-form h3.title{
    max-width: 20em;
    font-size: 2.4em;
    font-weight: 600;
    line-height: 1.21;
    letter-spacing: -0.02em;
    margin-bottom: 1.125em;
}
.newsletter .newsletter-form form{
    display: flex;
    flex-direction: column;
}
.newsletter .newsletter-form form > input{
    order: 1;
    border: 0;
    background: #fff;
    color: #DCDDDE;
}
.newsletter .newsletter-form .terms{
    order: 2;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.newsletter .newsletter-form .terms label{
    font-size: 1.4em;
    font-weight: 600;
    line-height: 1.21;
    margin-top: 0.86em;
    margin-bottom: 1.4em;
}
.newsletter .newsletter-form .terms input[type="checkbox"] + label::before{
    border: 0;
}
.newsletter .newsletter-form .terms a{
    font-style: italic;
    color: #fff;
}
.newsletter .newsletter-form button{
    order: 3;
}
.newsletter .newsletter-contact{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 420px;
    font-size: 17px;
    font-weight: 500;
    font-style: italic;
    line-height: 21px;
    text-align: center;
    letter-spacing: -0.02em;
    background: rgb(247, 133, 40);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
#nf-field-29 {
        background: #ED1C24 !important;
}
.newsletter .newsletter-contact a[href^="tel:"]{
    position: relative;
    display: inline-block;
    font-size: 38px;
    font-weight: 700;
    font-style: normal;
    line-height: 46px;
    text-decoration: none;
    margin-top: 17px;
    padding-left: 50px;
    padding-right: 15px;
    color: #fff;
}
.newsletter .newsletter-contact a[href^="tel:"]::before{
    display: block;
    position: absolute;
    content: '';
    width: 35px;
    height: 35px;
    background-image: url(images/icon-phone-white.png);
    background-image: url(images/icon-phone-white.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    top: 50%;
    margin-top: -17.5px;
}
.newsletter .newsletter-contact a[href^="tel:"]:hover::before{
    animation: shake 2s ease-in-out;
    animation-iteration-count: infinite; 
}
.newsletter .newsletter-contact a:not([href^="tel:"]){
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 57px;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 20px;
    text-decoration: none;
    margin: 17px 0;
    padding: 0 60px;
    border: 2px solid #FFFFFF;
    border-radius: 10px;
    color: #fff;
    box-sizing: border-box;
}
.newsletter .newsletter-contact a:not([href^="tel:"]):last-child{
    margin-bottom: 0;
}

footer{
    padding-top: 50px;
}
footer a{
    text-decoration: none;
    color: #535151;
}
footer .top{
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
footer .column{
    width: 50%;
    padding: 0 10px;
    margin-bottom: 25px;
    box-sizing: border-box;
}
footer .column a{
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.02em;
    text-decoration: none;
    padding: 8px 0;
    color: #535151;
}
footer .logo{
    width: 100%;
    margin-bottom: 30px;
}
footer .logo a{
    display: block;
    width: 292px;
    max-width: 100%;
    /*margin-left: 20px;*/
    margin-right: 20px;
}
footer .logo img, footer .logo object{
    width:auto;
    max-width: 100%;
}
footer .logo object{
    pointer-events: none;
}
footer .column ul li.location a{
    position: relative;
    margin-left: -5px;
    margin-right: -5px;
    padding-left: 18px;
}
footer .column ul li.location a::before{
    display: block;
    position: absolute;
    content: '';
    width: 16px;
    height: 19px;
    background-image: url(images/icon-location.png);
    background-image: url(images/icon-location.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    top: 7.5px;
}
footer .column ul li.email a{
    position: relative;
    padding-left: 20px;
}
footer .column ul li.email a::before{
    display: block;
    position: absolute;
    content: '';
    width: 16px;
    height: 14px;
    background-image: url(images/icon-email.png);
    background-image: url(images/icon-email.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    top: 9px;
}
footer .column-1{
    width: 100%;
}
footer .column-1 ul{
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
}
footer .column-1 ul li{
    width: 50%;
    padding: 0 10px;
    box-sizing: border-box;
}
footer .column-5 img{
    width: 100px;
    height: 100px;
}
footer .bottom{
    display: flex;
    padding-top: 15px;
    padding-bottom: 20px;
    border-top: solid 1px #DCDDDE;
}
footer .bottom .left{
    flex: 1;
    font-size: 12px;
    line-height: 15px;
    padding-right: 10px;
}
footer .bottom .right{
    font-size: 8.5px;
}

.breadcrumbs{
    display: flex;
    font-size: 2.2em;
    line-height: 1.8125em;
    letter-spacing: -0.02em;
    margin-bottom: 0.1em;
    color: #cacaca;
}
.breadcrumbs a{
    text-decoration: none;
    color: #cacaca;
}
.social{
    display: flex;
    align-items: center;
}
.social .icon{
    width: 2em;
    height: 2em;
    margin: 0 0.75em;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.social .icon.facebook{
    width: 1em;
    height: 1.9em;
    background-image: url(images/icon-facebook.png);
    background-image: url(images/icon-facebook.svg);
}
.social .icon.instagram{
    background-image: url(images/icon-instagram.png);
    background-image: url(images/icon-instagram.svg);
}
.social .icon.linkedin{
    background-image: url(images/icon-linkedin.png);
    background-image: url(images/icon-linkedin.svg);
}

.social .icon.tiktok{
    background-image: url(images/icon-tiktok.png);
    background-image: url(images/icon-tiktok.svg);
}
.social .icon.youtube{
    width: 2.2em;
    height: 1.6em;
    background-image: url(images/icon-youtube.png);
    background-image: url(images/icon-youtube.svg);
}

.cover{
    position: relative;
    height: 100vw;
}
.cover img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.cover .size-articles_cover{
    display: none;
}
.heading{
    padding-top: 6em;
    padding-bottom: 5em;
    border-bottom: 1px solid rgba(220, 221, 222, 0.5);
}
.heading.has-thumbnail{
    border-bottom: 0;
}
.cover .caption{
    position: absolute;
}
.cover .caption, .heading{
    font-size: 0.5em;
    bottom: 0;
    left: 0;
    right: 0;
}
.cover .caption .box{
    display: inline-block;
    max-width: 80em;
    padding: 3.6em 5.2em;
    padding-right: 12em;
    background: rgba(247, 133, 40, 0.8);
    color: #fff;
    box-sizing: border-box;
}
.cover .caption .box .breadcrumbs{
    color: rgba(255, 255, 255, 0.7);
}
.cover .caption .box .breadcrumbs a{
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
}
.cover .caption .box .title, .heading .title{
    font-size: 4.5em;
    font-weight: 800;
    line-height: 1.209677419em;
    letter-spacing: -0.02em;
    margin-bottom: 0.1em;
}
.heading .title{
    color: #f6921e;
}

main.content .vc_row{
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.02em;
}
main.content .vc_row blockquote{
    font-size: 0.8em;
    line-height: 1.4285;
}
main.content .main-content{
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.02em;
    padding: 25px 0;
}
main.content .main-content p.thumb{
    position: relative;
    width: 100%;
    padding-top: 50%;
}
main.content .main-content p.thumb img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
main.content .heading.has-thumbnail + .main-content{
    padding-top: 0!important;
}
/*
main.content .main-content a:not(.btn, .page-numbers){
    color: #535353;
}*/
main.content .main-content strong{
    font-weight: 600;
}
main.content .main-content p, main.content .main-content ul{
    margin-bottom: 20px;
}
main.content .main-content ul{
    padding-left: 15px;
}
main.content .main-content ul li{
    list-style: disc;
}
main.content .main-content aside.right{
    margin-top: 25px;
}
main.content .main-content .locations{
    padding: 25px;
    background:rgba(247, 133, 40);
    color: #fff;
}
main.content .main-content .locations .title{
    font-weight: 600;
}
main.content .main-content .locations ul{
    margin: 15px 0;
}
main.content .main-content .locations ul li{
    padding: 5px 0;
}
main.content .main-content .locations ul li > span{
    display: flex;
    flex-wrap: wrap;
}
main.content .main-content .locations ul li > span > span{
    margin-right: 10px;
}
main.content .main-content .locations ul li a{
    font-size: 0.9em;
    text-decoration: none;
    color: #fff;
    opacity: 0.75;
}
main.content .main-content .locations ul li a:hover{
    opacity: 1;
}
main.content .main-content .locations .btn{
    margin-top: 10px;
}

main.content .section{
    padding: 30px 0;
}
main.content .vc_row .section{
    padding: 0!important;
    margin-bottom: 35px;
}
main.content .section > .title-box{
    display: flex;
    align-items: flex-end;
}
main.content .section > .title, main.content .section > .container > .title, main.content .section > .title-box > .title{
    font-size: 37px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: -0.02em;
    margin-bottom: 30px;
    color: #f6921e;
}
main.content .section > .title-box > .more{
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
    margin-left: auto;
    margin-bottom: 30px;
    color: #f6921e;
}
main.content .section > .title-box > .more:hover{
    color: #F7941D;
}
main.content .vc_row h2.vc_custom_heading{
    font-size: 37px;
    font-weight: 700;
    line-height: 45px;
    letter-spacing: -0.02em;
    margin-bottom: 30px;
    color: #f6921e;
}
main.content .vc_row h3.vc_custom_heading{
    font-size: 32px;
    font-weight: 700;
    line-height: 39px;
    letter-spacing: -0.02em;
    margin-bottom: 26px;
    color: #f6921e;
}
main.content .vc_row h4.vc_custom_heading{
    font-size: 22px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
    color: #f6921e;
}
main.content .vc_row h5.vc_custom_heading{
    font-size: 19px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
    color: #f6921e;
}
main.content .section-services .service{
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.02em;
    margin-bottom: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #DCDDDE;
}
main.content .section-services .service .service-info{
    display: flex;
    flex-direction: column-reverse;
    margin-top: 5px;
}
main.content .section-services .service .service-info .btn{
    margin-top: 10px;
}

.medikol-team-list{
    display: flex;
    flex-wrap: wrap;
    font-size: 0.8em;
    margin-left: -1.25em;
    margin-right: -1.25em;
}
.medikol-team-list .doctor{
    width: 100%;
    padding: 1.25em;
    box-sizing: border-box;
}
.medikol-team-list .doctor .box{
    position: relative;
    width: 100%;
    padding-top: 120%;
    background: rgba(246, 146, 30, 0.8);
    overflow: hidden;
}
.medikol-team-list .doctor.has-read-more .box{
    cursor: pointer;
}
.medikol-team-list .doctor .box > img, .medikol-team-list .doctor .box > picture > img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.medikol-team-list .doctor .box::after{
    display: block;
    position: absolute;
    content: '';
    top: -58px;
    left: -52px;
    width: 350px;
    height: 350px;
    background-image: url(images/bg-logo.png);
    background-image: url(images/bg-logo.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.medikol-team-list .doctor.has-thumbnail .box::after{
    display: none;
}
.medikol-team-list .doctor .caption{
    position: absolute;
    left: 1.7em;
    bottom: 1.4em;
    right: 2em;
    color: #fff;
    overflow-y: hidden;
}
.medikol-team-list .doctor .caption .doctor-name{
    font-size: 2.2em;
    font-weight: 700;
    line-height: 1.22;
    letter-spacing: -0.02em;
    margin-bottom: 0.22727272em;
}
.medikol-team-list .doctor .caption .job-title{
    font-size: 1.9em;
    line-height: 1.25;
    letter-spacing: -0.02em;
    margin-bottom: 0.6666666em;
}
.medikol-team-list .doctor .caption .more{
    display: inline-block;
    font-size: 2em;
    font-weight: 300;
    font-style: italic;
    line-height: 1.230769213em;
    letter-spacing: -0.02em;
    text-decoration: none;
    margin-bottom: 0.307692307em;
    color: #fff;
}
.medikol-team-list .doctor.has-thumbnail .caption{
    background: rgba(246, 146, 30, 0.8);
}

.archive-services{
    display: flex;
    justify-content: center;
}
.glider-services{
    position: relative;
    padding-bottom: 20px;
}
.glider-services-title{
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: -0.02em;
    margin-bottom: 30px;
    color: #535151;
}
.section-separator{
    position: relative;
    width: 100%;
    height: 100px;
}
.glider-services::before, .section-separator::before{
    display: block;
    position: absolute;
    content: '';
    left: 0;
    bottom: 70px;
    width: 100%;
    height: 20px;
    box-shadow: 0px 0px 20px rgba(202, 202, 202, 0.25);
    z-index: -1;
}
.glider-services::after, .section-separator::after{
    display: block;
    position: absolute;
    content: '';
    right: -20px;
    left: -20px;
    bottom: 70px;
    height: 40px;
    background: #fff;
    z-index: -1;
}
ul.services{
    display: flex;
    flex-wrap: wrap;
    padding: 0!important;
}
.archive-services ul.services{
    display: inline-flex;
    margin-left: -10px;
    margin-right: -10px;
}
.glider-services ul.services{
    flex-wrap: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
ul.services .service{
    list-style: none!important;
    margin: 0!important;
}
.glider-services ul.services .service{
    display: none;
}
.glider-services ul.services .glider-track .service{
    display: block;
}
.archive-services ul.services .service{
    padding: 15px 10px;
    box-sizing: border-box;
}
ul.services .service a{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
}
.archive-services ul.services .service a{
    position: relative;
    justify-content: flex-start;
    align-items: center;
    min-height: 100%;
    padding: 15px 5px;
    box-shadow: 0px 0px 20px rgba(202, 202, 202, 0.25);
    box-sizing: border-box;
    filter: grayscale(0);
}
.archive-services ul.services .service a::before{
    display: block;
    position: absolute;
    content: '';
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: 0;
    background: #fff;
    z-index: -1;
}
.glider-services ul.services .service a{
    min-height: 200px;
}
ul.services .service .service-icon{
    display: block;
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
ul.services .service .service-title{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    color: #757575;
}

.glider-services ul.services .service, .archive-services .service{
    width: 100%;
}
.glider-services ul.services .service:nth-child(1){
    display: block;
}

@media all and (min-width:350px){
    .glider-services ul.services .service, .archive-services .service{
        width: 50%;
    }
    .glider-services ul.services .service:nth-child(2){
        display: block;
    }
}
@media all and (min-width:580px){
    .glider-services ul.services .service{
        width: 33.33333%;
    }
    .glider-services ul.services .service:nth-child(3){
        display: block;
    }
    .archive-services ul.services{
        margin-left: auto;
        margin-right: auto;
    }
    .archive-services ul.services .service{
        width: 250px;
        padding: 20px;
    }
}
@media all and (min-width:780px){
    .glider-services ul.services .service{
        width: 25%;
    }
    .glider-services ul.services .service:nth-child(4){
        display: block;
    }
}
@media all and (min-width:920px){
    .glider-services ul.services .service{
        width: 20%;
    }
    .glider-services ul.services .service:nth-child(5){
        display: block;
    }
}
@media all and (min-width:1100px){
    .glider-services ul.services .service{
        width: 16.666666%;
    }
    .glider-services ul.services .service:nth-child(6){
        display: block;
    }
}
@media all and (min-width:1320px){
    .glider-services ul.services .service{
        width: 14.28571429%;
    }
    .glider-services ul.services .service:nth-child(7){
        display: block;
    }
}
@media all and (min-width:1500px){
    .glider-services ul.services .service{
        width: 12.5%;
    }
    .glider-services ul.services .service:nth-child(8){
        display: block;
    }
}

.glider-services .glider-next, .glider-services .glider-prev{
    margin-top: -73px;
}

.glider-news{
    position: relative;
    padding-bottom: 30px;
}
ul.news, main.content .main-content ul.news{
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
    padding: 0;
}
.glider-news ul.news{
    flex-wrap: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
ul.news .article{
    display: flex;
    flex-direction: column;
    width: 100%;
    width: calc(100% - 30px);
    margin: 15px;
    box-shadow: 0px 0px 20px rgba(202, 202, 202, 0.25);
    list-style: none;
}
ul.news .article:not(.has-thumbnail){
    position: relative;
    background: rgba(246, 146, 30, 0.8);
    overflow: hidden;
}
ul.news .article:not(.has-thumbnail)::after{
    display: block;
    position: absolute;
    content: '';
    top: -58px;
    left: -52px;
    width: 350px;
    height: 350px;
    background-image: url(images/bg-logo.png);
    background-image: url(images/bg-logo.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.glider-news ul.news .article{
    display: none;
}
.glider-news ul.news .glider-track .article{
    display: flex;
}
ul.news .article .thumb{
    position: relative;
    display: block;
    width: 100%;
    font-size: 0;
    line-height: 0;
    padding-top: 72%;
}
ul.news .article .thumb img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
ul.news .article .caption{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 16px;
}
ul.news .article:not(.has-thumbnail) .caption{
    flex: initial;
    margin-top: 72%;
}
ul.news .article .info{
    display: flex;
    font-size: 13px;
    font-weight: 300;
    font-style: italic;
    line-height: 16px;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
    color: rgba(34, 33, 33, 0.6);
}
ul.news .article .info a{
    text-decoration: none;
    color: rgba(34, 33, 33, 0.6);
}
ul.news .article:not(.has-thumbnail) .info, ul.news .article:not(.has-thumbnail) .info a{
    color: #fff;
}
ul.news .article .info .sep{
    width: 10px;
    text-align: center;
}
ul.news .article .title{
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.02em;
}
ul.news .article .title a{
    text-decoration: none;
    color: #222121;
}
ul.news .article:not(.has-thumbnail) .title a{
    color: #fff;
}
.glider-news .glider-next, .glider-news .glider-prev{
    top: auto;
    bottom: -5px;
    width: 12px;
    height: 18px;
    margin-top: 0;
    background-image: url(images/icon-slide-news.png);
    background-image: url(images/icon-slide-news.svg);
    transition: filter 0.3s linear;
    filter: brightness(0) saturate(100%) invert(62%) sepia(86%) saturate(1531%) hue-rotate(347deg) brightness(99%) contrast(94%);
}
.glider-news .glider-next:hover, .glider-news .glider-prev:hover{
    filter: brightness(0) saturate(100%) invert(55%) sepia(92%) saturate(463%) hue-rotate(348deg) brightness(101%) contrast(94%);
}
.glider-news .glider-prev{
    left: auto;
    right: 22px;
}
.glider-news .glider-next{
    right: 0;
}

.medikol-popup{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(246, 146, 30, 0.7);
    z-index: 999;
    overflow-y: auto;
    opacity: 0;
    transition: all 0.5s linear;
    cursor: pointer;
}
body.popup-opened .medikol-popup{
    opacity: 1;
}
.medikol-popup .popup-content{
    position: relative;
    max-width: 1200px;
    width: calc(100% - 20px);
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.02em;
    color: #000000;
    margin: 50px 10px;
    padding: 50px 30px;
    background: #FFFFFF;
    /*box-shadow: 0px 20px 0px rgba(202, 202, 202, 0.25);*/
    box-sizing: border-box;
    cursor: auto;
}
.medikol-popup .popup-content .title{
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 30px;
    color: #535151;
}
.medikol-popup .popup-content .subtitle{
    font-weight: 700;
    margin-bottom: 10px;
    color: rgba(247, 133, 40);
}
.medikol-popup .popup-content strong{
    font-weight: 600;
}
.medikol-popup .popup-content p + p, .medikol-popup .popup-content p + ul, .medikol-popup .popup-content ul + p{
    margin-top: 20px;
}
.medikol-popup .popup-content .close{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.medikol-popup .popup-content .close::after{
    display: block;
    position: absolute;
    content: '';
    width: 22px;
    height: 22px;
    background-image: url(images/icon-close.png);
    background-image: url(images/icon-close.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    margin-top: -11px;
    margin-left: -11px;
}

.glider-next, .glider-prev{
    position: absolute;
    top: 50%;
    width: 21px;
    height: 36px;
    margin-top: -18px;
    background-image: url(images/icon-slide.png);
    background-image: url(images/icon-slide.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.glider-prev{
    left: -15px;
}
.glider-next{
    right: -15px;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.dots{
    height: 21px;
}
.glider-dot:only-child{
    display: none;
}
.glider-dot{
    background: rgba(117, 117, 117, 0.5);
}
.glider-dot.active{
    background: rgba(246, 146, 30, 0.8);
}

.vc_row.vc_column-gap-35 > .vc_column_container{
    padding: 0 17.5px;
}
.vc_col-sm-4:last-child{
    margin-bottom: 30px;
}

.pagination{
    display: flex;
    flex-direction: row-reverse;
    font-size: 16px;
    line-height: 19.5px;
    padding-top: 35px;
    padding-bottom: 25px;
}
.pagination .box > span{
    padding: 5px;
}
.pagination a{
    text-decoration: none;
    color: #535353;
}
.pagination .current{
    font-weight: 600;
    color: #f6921e;
}
.pagination .prev{
    margin-right: 10px;
}
.pagination .next{
    margin-left: 10px;
}

.wpb_map_wraper{
    position: relative;
    width: 100%;
    padding-top: 55.4%;
}
.wpb_map_wraper > iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.location-buttons{
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
}
.location-buttons .btn{
    max-width: calc(100% - 24px);
    margin-top: -12px;
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 24px;
}

.about_cover{
    position: relative;
    margin-bottom: 40px;
    padding-top: 50vw;
}
.about_cover .size-full{
    display: block;
    width: 100%;
    line-height: 0;
}
.about_cover .size-articles_cover_mobile{
    display: none;
    width: 100%;
    line-height: 0;
}
.about_cover img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50vw;
    object-fit: cover;
    object-position: center top;
    z-index: -1;
}
.about_cover .caption{
    padding: 42px 24px 27px 33px;
    background: rgba(246, 146, 30, 0.75);
    color: #fff;
    box-sizing: border-box;
}
.about_cover .caption .title{
    margin-bottom: 20px;
    color: #fff;
}

.about-home{
    position: relative;
    margin-bottom: 40px;
    padding-top: 70vw;
}
.about-home .size-full{
    display: block;
    width: 100%;
    line-height: 0;
}
.about-home .size-articles_cover_mobile{
    display: block;
    width: 100%;
    line-height: 0;
}
.about-home .size-articles_cover{
    display: none;
    width: 100%;
    line-height: 0;
}
.about-home img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 70vw;
    object-fit: cover;
    object-position: center;
    z-index: -1;
}
.about-home .caption{
    padding: 25px;
    background: rgba(247, 133, 40, 0.8)
;
    color: #fff;
    box-sizing: border-box;
}
.about-home .caption .about-url{
    display: inline-block;
    font-size: 16px;
    line-height: 1.2272727;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 15px;
    color: #fff;
}
.about-home .caption .title{
    margin-bottom: 20px;
    color: #fff;
}
.about-home .caption .text p{
    margin-bottom: 1em;
}
.about-home .caption .show-more{
    padding: 0 30px;
}
.about-home .counters{
    display: flex;
    padding-top: 10px;
}
.about-home .counters .counter{
    margin-right: 10px;
}
.about-home .counters .counter .number{
    font-size: 32px;
    font-weight: 700;
    line-height: 1.23;
    letter-spacing: -0.02em;
}
.about-home .counters .counter .name{
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 3px;
}
.about-home .counters .counter .desc {
  font-size: 11px;
  line-height: 1.375;
}

.form-section{
    padding: 25px 0;
}
.form-section + .form-section{
    border-top: 1px solid #DCDDDE;
}
.form-section .title{
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1em;
    color: rgba(246, 146, 30, 0.8);
}
.form-section label{
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 10px;
}
.form-section .form-service-list .form-service{
    padding: 12px 0;
}
.form-section .form-service-list .form-service + .form-service{
    border-top: solid 1px #dcdcdc;
}
.form-section .form-service-list .form-service input[type="checkbox"] + label{
    padding-left: 10px;
    padding-right: 40px;
}
.form-section .form-service-list .form-service input[type="checkbox"] + label::before{
    left: auto;
    right: 10px;
}
.form-section .form-service-list .form-service input[type="checkbox"]:checked + label::after{
    left: auto;
    right: 12.5px;
}
.form-section .checkboxes{
    padding: 25px 0;
}
.form-section .note{
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
}

.contact_widget{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.34725rem;
    position: relative;
    width: 100%;
    min-height: 34.3em;
    margin-bottom: 40px;
}
.contact_widget::after{
    display: block;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(247, 133, 40, 0.8);
    z-index: -1;
}
.contact_widget img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -1;
}
.contact_widget .caption{
    display: inline-block;
    align-items: center;
	max-width: 90%;
    font-size: 2em;
    font-weight: 700;
    font-style: italic;
    line-height: 1.2;
    text-align: center;
    letter-spacing: -0.02em;
    color: #fff;
    z-index: 2;
}
.contact_widget .caption h3.widget-title{
    font-size: 1.6em; /* 32 */
    font-style: normal;
    line-height: 1.21875;
    margin-bottom: 0.46875em;
}
.contact_widget .caption .textwidget p:last-child{
    margin-bottom: 0;
}
.contact_widget .caption .textwidget p{
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
    align-items: center;
	text-align: center;
    /*white-space: nowrap;*/
}
.contact_widget .caption .textwidget a[href^="tel:"] {
    position: relative;
    display: inline-block;
    font-size: 1.9em; /* 38 */
    font-weight: 700;
    font-style: normal;
    line-height: 1.21;
    text-decoration: none;
    margin: 0 0.447368em;
    padding-left: 1.315789em;
    padding-right: 0.3947368em;
    color: #fff;
}
.contact_widget .caption .textwidget a[href^="tel:"]::before {
    display: block;
    position: absolute;
    content: '';
    width: 0.921em;
    height: 0.921em;
    background-image: url(images/icon-phone-white.png);
    background-image: url(images/icon-phone-white.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    top: 50%;
    margin-top: -0.4605em;
}
.contact_widget .caption .textwidget a:not([href^="tel:"],a:only-child) {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 3.5625em;
    font-size: 0.8em; /* 16 */
    font-weight: 600;
    font-style: normal;
    line-height: 1.25;
    text-decoration: none;
    margin: 0 2em;
    padding: 0 3.75em;
    border: 2px solid #FFFFFF;
    border-radius: 0.625em;
    color: #fff;
    box-sizing: border-box;
}
.contact_widget .caption .textwidget a:only-child{
    position: relative;
    display: inline-block;
    font-size: 1.35em; /* 27 */
    font-weight: 600;
    font-style: normal;
    line-height: 1.22222;
    text-decoration: none;
    margin: 0 0.6296em;
    padding-left: 2.59259em;
    padding-right: 1.296296em;
    color: #fff;
}
.contact_widget .caption .textwidget a:only-child::before {
    display: block;
    position: absolute;
    content: '';
    width: 1.296296em;
    height: 1.55em;
    background-image: url(images/icon-location-white.png);
    background-image: url(images/icon-location-white.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    top: 50%;
    margin-top: -0.775em;
}

body.loading::before{
    display: block;
    position: fixed;
    content: '';
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255,255,255,0.6);
    z-index: 9999;
}

.tecaj {
  font-size: 12px;
  margin-top: 10px;
  text-align:center;
}

.form-success{
    text-align: center;
}
.form-success .title{
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2333;
    margin-top: 20px;
    margin-bottom: 50px;
    color: rgba(246, 146, 30, 0.8);
}
.form-success .text{
    margin-bottom: 50px;
}

.about_directorate{
    width: 100%;
    font-size: 0.7rem;
    padding: 10px 0;
    box-sizing: border-box;
}
.about_directorate .box{
    position: relative;
    width: 100%;
    font-size: 0.8em;
    padding-top: 120%;
    background: rgba(246, 146, 30, 0.8);
    overflow: hidden;
}
.about_directorate .box::after {
  display: block;
  position: absolute;
  content: '';
  top: -58px;
  left: -52px;
  width: 350px;
  height: 350px;
  background-image: url(images/bg-logo.png);
  background-image: url(images/bg-logo.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.about_directorate.has-thumbnail .box::after{
    display: none;
}
.about_directorate .box > img, .about_directorate .box > picture > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.about_directorate .caption {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 2em;
    color: #fff;
    overflow-y: hidden;
    padding-left: 1.7em;
    padding-bottom: 1.4em;
    padding-top: 1.4em;
}
.about_directorate.has-thumbnail .caption {
    background: rgba(247, 133, 40, 0.8)
;
}
.about_directorate .caption .job-position {
    font-size: 1.9em;
    font-weight: bold;
    line-height: 1.25;
    letter-spacing: -0.02em;
    margin-bottom: 0.2em;
}
.about_directorate .caption .doctor-name {
    font-size: 1.9em;
    line-height: 1.25;
    letter-spacing: -0.02em;
}
.about_directorate .caption .job-title {
    font-size: 1.9em;
    line-height: 1.25;
    letter-spacing: -0.02em;
    margin-bottom: 0.5em;
}


.accordion .item{
    display: block!important;
    letter-spacing: -0.02em;
    padding: 15px 32px;
    padding-right: 0;
    border-bottom: 1px solid #DCDDDE;
}
.accordion .item .item-title{
    position: relative;
    color: #000;
}
.accordion .item.has-desc > .item-title{
    cursor: pointer;
}
.accordion .item.has-desc > .item-title::before{
    display: block;
    position: absolute;
    content: '';
    width: 22px;
    height: 22px;
    top: 50%;
    left: -32px;
    margin-top: -11px;
    background: rgba(246, 146, 30, 0.8);
}
.accordion .item.has-desc > .item-title::after{
    display: block;
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    top: 50%;
    left: -27px;
    margin-top: -6px;
    background-image: url(images/icon-plus.png);
    background-image: url(images/icon-plus.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    filter: invert(100%);
}
.accordion .item.has-desc.active > .item-title::after{
    background-image: url(images/icon-minus.png);
    background-image: url(images/icon-minus.svg);
}
.accordion .item .item-body{
    height: 0;
    font-size: 14px;
    line-height: 1.3em;
    padding-top: 5px;
    overflow-y: hidden;
}
.accordion .item .item-body > *{
    max-width: 100%;
}

.accordion .accordion{
    margin-top: 10px;
    margin-bottom: 10px;
}
.accordion .accordion .item{
    padding-top: 7.5px;
    padding-bottom: 7.5px;
    border-bottom: 0;
} 
.accordion .accordion .item .item-title{
    font-weight: 400;
}
.accordion .accordion .item .item-title strong{
    font-weight: 500;
}

.examination .item-title{
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #000;
}
.examination .item-title .price::before{
    content: ' - ';
}

.popup-content ul, .accordion ul{
    padding: 8px 0;
    padding-left: 20px;
}
.popup-content ul li, .accordion ul li{
    list-style: disc;
    padding: 2px 0;
}

.services-tabs{
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 20px;
    border-bottom: solid 2px rgba(246, 146, 30, 0.8);
    overflow-x: auto;
}
.services-tabs .list{
    display: flex;
}
.services-tabs .tab{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 46px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    margin: 0 5px;
    padding: 0 30px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 2px solid #ED1C24;
    border-bottom: 0;
    background: #fff;
    color: #ED1C24;
    box-sizing: border-box;
    cursor: pointer;
}
.services-tabs .tab.active{
    border-color: transparent;
    background: rgba(246, 146, 30, 0.8);
    color: #fff;
}

.tab-content{
    display: none;
}
.tab-content.active{
    display: block;
}
.tab-content .service .item-body ul{
    display: inline-block;
    min-width: 320px;
}
.tab-content .service .item-body li{
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    padding: 12px 0;
    border-top: solid 1px #ededed;
}
.tab-content .service .item-body li strong{
    font-weight: 600;
    margin-right: auto;
    padding-right: 30px;
}

@media all and (min-width:380px){
    main.content .section-services .service .service-info{
        display: flex;
        flex-direction: row;
        margin-top: 15px;
        margin-left: -5px;
        margin-right: -5px;
    }
    main.content .section-services .service .service-info .btn{
        flex: 1;
        margin: 0 5px;
        padding: 0 5px;
    }
    .medikol-team-list{
        font-size: 0.5em;
    }
    .medikol-team-list .doctor{
        width: 50%;
    }
    .about-home .counters .counter .number{
        font-size: 36px;
    }
    .about-home .counters .counter .name{
        font-size: 13px;
    }
    .about-home .counters .counter .desc {
        font-size: 12px;
    }
    
    
}
@media all and (min-width:480px){
    .cover{
        height: 80vw;
    }
    main.content .main-content .locations .title{
        font-size: 18px;
    }
    main.content .section-services .service .service-info .btn{
        flex: initial;
        padding: 0 30px;
    }
    ul.news .article{
        width: 50%;
        width: calc(50% - 30px);
    }
    .about-home{
        padding-top: 60vw;
    }
    .about-home img{
        height: 60vw;
    }
    .about-home .counters .counter .number{
        font-size: 48px;
    }
    .about-home .counters .counter .name{
        font-size: 16px;
    }
    .about-home .counters .counter .desc {
        font-size: 16px;
    }
    textarea{
        height: 40vw;
    }
}
@media all and (min-width:640px){
    .container{
        width: 90%;
        margin: auto;
    }
    .container.small{
        width: 90%;
        max-width: 980px;
        margin: auto;
    }
    .cover{
        height: 65vw;
    }
    .breadcrumbs{
        font-size: 2em;   
    }
    .medikol-popup .popup-content{
        padding: 40px;
    }
    .medikol-team-list{
        font-size: 0.6em;
    }
    .medikol-team-list .doctor{
        width: 50%;
    }
    .newsletter .newsletter-form form{
        flex-direction: row;
        flex-wrap: wrap;
    }
    .newsletter .newsletter-form form > input{
        width: 70%;
        width: calc(100% - 215px);
        margin-right: 15px;
    }
    .newsletter .newsletter-form button{
        order: 2;
        width: 30%;
        width: calc(0px + 200px);
    }
    .newsletter .newsletter-form .terms{
        order: 3;
    }
    .newsletter .newsletter-form .terms label{
        margin-bottom: 0;
    }
    .about-home .caption{
        padding: 25px 5vw;
    }
    .form-section .form-data{
        display: flex;
        flex-wrap: wrap;
        margin-left: -18px;
        margin-right: -18px;
        padding: 15px 0;
    }
    .form-section .form-data > *{
        width: 100%;
        width: calc(100% - 36px);
        margin: 0 18px;
    }
    .form-section .form-data > .half{
        width: calc(50% - 36px);
    }
   .form-section .form-data .btn {
    width: auto;
    max-width: 100%;
    max-width: calc(100% - 36px);
}

}
@media all and (min-width:720px){
    .cover{
        height: 650px;
    }
    .cover .size-articles_cover{
        display: block;
    }
    .cover .size-articles_cover_mobile{
        display: none;
    }
    .medikol-team-list{
        font-size: 0.5em;
    }
    .medikol-team-list .doctor{
        width: 33.3%;
    }
    .about_cover{
        min-height: 36.32vw;
        padding-top: 0;
    }
    .about_cover img{
        height: 100%;
    }
    .about_cover .caption{
        display: flex;
        flex-direction: column;
        justify-content: center;
        top: 0;
        right: 0;
        bottom: 0;
        width: 600px;
        margin-left: auto;
        max-width: 50%;
    }
    .about-home{
        padding-top: 0;
    }
    .about-home img{
        height: 100%;
        object-position: center top;
    }
    .about-home .caption{
        width: 700px;
        min-width: 500px;
        max-width: 50%;
        margin-left: 0;
        margin-right: auto;
        padding: 50px 55px 36px 5vw;
        box-sizing: content-box;
    }
    .about-home .size-articles_cover{
        display: block;
    }
    .about-home .size-articles_cover_mobile{
        display: none;
    }
}
@media all and (min-width:733px){
    ul.news .article{
        width: 33.3333%;
        width: calc(33.333% - 30px);
    }
}
@media all and (min-width:1008px){
    body{
        font-size: 0.34725rem;
    }
    
    .newsletter .newsletter-contact {
        max-width:470px;
    }
    header{
        height: 11.4em;
    }
    header .logo{
        margin-left: 6.5em;
        margin-right: 2.5em;
    }

    header .center{
        flex: 1;
    }
    header .center .top-menu{
        display: flex;
        align-items: center;
        height: 4.5em;
        padding-left: 7em;
        padding-right: 1.2em;
        background: #F9F8FA;
        border-radius: 0px 0px 0px 50em;
    }
    header .center .top-menu ul{
        display: flex;
        margin-right: 4em;
    }
    header .center .top-menu ul li + li{
        margin-left: 2em;
    }
    header .center .top-menu ul li a{
        font-size: 1.6em;
        line-height: 1.25em;
        text-decoration: none;
        color: #535353;
    }
    header .center .top-menu ul li a:hover{
        color: #f6921e;
    }
    header .center .main-menu{
        margin-bottom: 0;
        padding-top: 0.5em;
    }
    header .center .main-menu > .main-nav{
        display: block;
    }
    header .center .main-menu .main-nav > ul{
        display: flex;
        align-items: flex-end;
    }
    header .center .main-menu .main-nav > ul > li{
        margin: 0 1em;
        padding-bottom: 2em;
    }
    header .center .main-menu .main-nav > ul > li > a{
        font-size: 1.65em;
        font-weight: 600;
        line-height: 1.222222222em;
        text-decoration: none;
        color: #535151;
    }
    header .center .main-menu .main-nav > ul > li.menu-item-has-children > a{
        position: relative;
        padding-right: 0.72em;
    }
    header .center .main-menu .main-nav > ul > li.menu-item-has-children > a::after{
        display: block;
        position: absolute;
        content: '';
        width: 0.5em;
        height: 0.3em;
        background-image: url(images/icon-dropdown.png);
        background-image: url(images/icon-dropdown.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        right: 0;
        top: 50%;
        margin-top: -0.15em;
    }
    header .center .main-menu .main-nav > ul > li > a:hover, header .center .main-menu .main-nav > ul > li.current-menu-item > a, header .center .main-menu .main-nav > ul > li.current_page_item > a{
        color: #f6921e;
    }
    header .center .main-menu .main-nav > ul > li > ul.sub-menu, header .center .main-menu .main-nav > ul > li > .menu-news{
        position: absolute;
        width: 76em;
        max-height: 0;
        margin-top: 2em;
        padding: 0 3.6em;
        background: #fff;
        box-sizing: border-box;
        overflow: hidden;
        opacity: 0;
        z-index: 999;
        transition: all 0.3s linear;
    }
    header .center .main-menu .main-nav > ul > li.active > ul.sub-menu, header .center .main-menu .main-nav > ul > li.active > .menu-news{
        opacity: 1;
        padding: 3.6em;
        padding-top: 2em;
        max-height: 100vh; 
    }
    header .center .main-menu .main-nav > ul > li.active[data-depth="3"] > ul.sub-menu{
        padding-bottom: 2em;
    }
    header .center .main-menu .main-nav > ul > li[data-depth="2"] > ul.sub-menu{
        column-count: 2;
        column-gap: 6em;
    }
    header .center .main-menu .main-nav > ul > li[data-depth="3"] > ul.sub-menu{
        display: flex;
        flex-wrap: wrap;
        margin-left: -1.5em;
        margin-right: -1.5em;
    }
    header .center .main-menu .main-nav > ul > li[data-depth="3"] > ul.sub-menu > li{
        width: 50%;
        width: calc(50% - 3.1em);
        padding: 0 1.5em;
        margin-bottom: 2em;
    }
    header .center .main-menu .main-nav > ul > li > ul.sub-menu li > a{
        display: inline-block;
        font-size: 1.5em;
        font-weight: 500;
        line-height: 1.2;
        text-decoration: none;
        padding: 0.5em 0;
        color: #535151;
    }
    header .center .main-menu .main-nav > ul > li > ul.sub-menu li > a:hover{
        color: #F7941D!important;
    }
    header .center .main-menu .main-nav > ul > li[data-depth="3"] > ul.sub-menu > li > a{
        font-size: 1.8em;
        font-weight: 600;
        line-height: 1.22;
        color: #f6921e;
    }
    header .center .main-menu .main-nav > ul > li > .menu-news{
        display: block;
        width: 100em;
    }
    header .center .main-menu .main-nav > ul > li.active > .menu-news{
        padding-top: 3em;
        padding-bottom: 0;
    }
    header .center .main-menu .main-nav > ul > li > .menu-news span{
        display: block;
    }
    header .center .main-menu .main-nav > ul > li > .menu-news .news{
        display: flex;
        margin-left: -2em;
        margin-right: -2em;
        margin-bottom: 3em;
    }
    header .center .main-menu .main-nav > ul > li > .menu-news a{
        display: block;
        width: calc(33.3% - 3em);
        text-decoration: none;
        margin: 0 1.5em;
    }
    header .center .main-menu .main-nav > ul > li > .menu-news .thumb{
        position: relative;
        width: 100%;
        padding-top: 72%;
        margin-bottom: 1.5em;
    }
    header .center .main-menu .main-nav > ul > li > .menu-news img{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    header .center .main-menu .main-nav > ul > li > .menu-news .title{
        font-size: 1.6em;
        font-weight: 600;
        line-height: 1.25;
        letter-spacing: -0.02em;
        text-decoration: none;
        padding: 0 1em;
        color: #222121;
        transition: all 0.3s linear;
    }
    header .center .main-menu .main-nav > ul > li > .menu-news a:hover .title{
        color: #F7941D;
    }
    header .center .main-menu .main-nav > ul > li > .menu-news .btn{
        display: flex;
        width: auto;
        margin-left: -3.6em;
        margin-right: -3.6em;
        border-radius: 0;
    }
    header .center .main-menu .search-open{
        margin-right: 2.7em;
        margin-bottom: 2em;
        filter: brightness(0) saturate(100%) invert(51%) sepia(2%) saturate(0%) hue-rotate(356deg) brightness(88%) contrast(95%);
    }
    header .center .main-menu .search-open:hover, header .center .main-menu .search-open.opened{
        filter: brightness(0) saturate(100%) invert(62%) sepia(86%) saturate(1531%) hue-rotate(347deg) brightness(99%) contrast(94%);
    }
    header .center .main-menu .search-open.opened:hover{
        filter: brightness(0) saturate(100%) invert(55%) sepia(92%) saturate(463%) hue-rotate(348deg) brightness(101%) contrast(94%);
    }
    header .appointments{
        display: flex;
    }
    header .mobile-menu-open{
        display: none;
    }
    .newsletter{
        position: relative;
    }
    .newsletter .newsletter-form h3.title{
        font-size: 3em;
        line-height: 1.23333em;
        margin-bottom: 0.6em;
        margin-right: 420px;
    }
    .newsletter .newsletter-form form{
        margin-right: 520px;
    }
    .newsletter .newsletter-form .terms label{
        font-size: 16px;
        line-height: 19px;
        margin-top: 19px;
        margin-bottom: 0;
    }
    .newsletter .newsletter-contact{
        position: absolute;
        min-width: 385px;
        height: 100%;
        top: 0;
        right: 0;
        right: 5vw;
    }
    footer .column{
        width: 25%;
    }
    footer .logo, footer .column-1{
        display: flex;
        align-items: center;
        width: 50%;
    }
    footer .column-1 > div{
        flex:1;
    }
    footer .column-1 ul li{
        width: 50%;
    }
    footer .bottom .left{
        display: flex;
    }
    footer .bottom .left .copyright{
        margin-right: 5px;
    }
    .cover .caption, .heading{
        font-size: 1em;   
    }
    .breadcrumbs{
        font-size: 1.8em;   
    }
    .cover .caption .box .title{
        margin-bottom: 0;
    }
    main.content .main-content.flex .container{
        display: flex;
        align-items: flex-start;
    }
    main.content .main-content .container .text{
        flex: 1;
    }
    main.content .main-content aside.right{
        margin-top: 0;
        margin-left: 50px;
    }
    main.content .main-content .locations .btn{
        width: 100%;
    }
    main.content .section-services .service{
        display: flex;
        align-items: center;
    }
    main.content .section-services .service .service-title{
        flex: 1;
    }
    main.content .section-services .service .service-info{
        margin-top: 0;
        margin-left: 10px;
    }
    .medikol-team-list{
        font-size: 1.2em;
    }
    .medikol-team-list .doctor{
        width: 33.3%;
    }
    .medikol-team-list .doctor .caption{
        right: 6em;
    }
    .medikol-team-list .doctor .caption .job-title{
        font-size: 1.2em;
    }
    .medikol-team-list .doctor .caption .more{
        font-size: 1.3em;   
    }
    ul.services .service .service-title{
        font-size: 16px;
    }
    .glider-prev{
        left: -40px;
    }
    .glider-next{
        right: -40px;
    }
    .vc_col-sm-8:first-child{
        padding-right: 20px;
    }
    .vc_col-sm-4:last-child{
        padding-left: 50px;
    }
    .about_cover .caption{
        padding: 84px 48px 54px 66px;
    }
    .about-home .caption{
        padding: 100px 110px 72px 5vw;
    }
    .form-section.flex{
        display: flex;
    }
    .form-section .title{
        font-size: 22px;
        line-height: 57px;
        margin-right: auto;
        margin-bottom: 0;
    }
    .form-section.flex .title + *{
        width: 550px;
    }
    .form-section .note{
        line-height: 57px;
    }
    .form-section .form-service-list .form-service input[type="checkbox"] + label{
        font-size: 18px;
        line-height: 1.375;
    }
    .form-section .form-data{
        padding: 40px 0;
        padding-left: 50px;
    }
    .about_directorate .box{
        font-size: 1.2em;   
    }
}
@media all and (min-width: 1280px){
    .container{
        width: 80%;
        max-width: 1500px;
        margin: auto;
    }
    .container.small{
        width: 80%;
        max-width: 980px;
        margin: auto;
    }
    .btn.btn-large{
        height: 57px;
    }
    .newsletter .newsletter-form h3.title{
        margin-right: 520px;
    }
    .newsletter .newsletter-form form{
        margin-right: 520px;
    }
    .newsletter .newsletter-contact{
        right: max(calc((100vw - 1500px) / 2), 10vw);
    }
    footer .top{
        flex-wrap: nowrap;
        margin-left: -25px;
        margin-right: -25px;
    }
    footer .column{
        flex: 1;
        display: flex;
        align-items: center;
        width: auto;
        padding: 0 25px;
    }
    footer .column a{
        font-size: 1.8em;
        line-height: 1.55em;
        padding: 0;
        white-space: nowrap;
    }
    footer .logo{
        flex: initial;
        flex-direction: column;
        justify-content: center;
    }
    footer .logo img, footer .logo object{
        width: 22em;
		height:auto;
    }
    footer .column-1{
        width: auto;
    }
    footer .column-5{
        flex: initial;
    }
    footer .column-1 ul{
        flex-direction: column;
        margin: 0;
    }
    footer .column-1 ul li{
        width: 100%;
        padding: 0;
    }
    footer .column ul li.location a, footer .column ul li.email a{
        font-size: 1.7em;
        font-weight: 600;
        line-height: 1.235294118em;
        margin: 0;
        padding: 0.470588235em 0;
        padding-left: 2em;
    }
    footer .column ul li.location a::before{
        width: 1.294117647em;
        height: 1.529411765em;
        top: 50%;
        margin-top: -0.764705882em;
    }
    footer .column ul li.email a::before{
        width: 1.411764706em;
        height: 1.117647059em;
        top: 50%;
        margin-top: -0.558823529em;
    }
    footer .bottom .left{
        font-size: 1.6em;
        line-height: 1.1875em;
    }
    footer .bottom .right{
        font-size: 1em;   
    }
    .breadcrumbs{
        font-size: 1.6em;   
    }
    main.content .vc_row{
        font-size: 18px;
        line-height: 29px;
    }
    main.content .main-content{
        font-size: 18px;
        line-height: 29px;
        padding: 35px 0;
    }
    main.content .main-content p, main.content .main-content ul{
        margin-bottom: 25px;
    }
    main.content .main-content ul{
        padding-left: 30px;
    }
    main.content .main-content .locations{
        width: 480px;
        padding: 35px;
    }
    main.content .main-content .locations .title{
        font-size: 24px;
        line-height: 32px;
    }
    main.content .main-content .locations ul li{
        font-size: 18px;
        line-height: 33px;
        padding: 0;
    }
    main.content .main-content .locations .btn{
        margin-top: 20px;
    }
    main.content .main-content aside.right{
        margin-left: 100px;
    }
    
    main.content .section > .title, main.content .section > .container > .title, main.content .section > .title-box > .title{
        font-size: 45px;
        font-weight: 700;
        line-height: 59px;
        letter-spacing: -0.02em;
        color: #f6921e;
    }
    main.content .vc_row h2.vc_custom_heading{
        font-size: 45px;
        font-weight: 700;
        line-height: 59px;
        letter-spacing: -0.02em;
        color: #f6921e;
    }
    main.content .section{
        padding: 50px 0;
    }
    main.content .section-services .service{
        font-size: 20px;
        line-height: 28px;
    }
    main.content .section-services .service .service-info{
        margin-left: 10px;
        margin-right: -10px;
    }
    main.content .section-services .service .service-info .btn{
        margin: 0 10px;
    }
    
    ul.news .article{
        width: 33.3333%;
        width: calc(33.333% - 34px);
    }
    ul.news, main.content .main-content ul.news{
        margin: -15px -17px;
    }
    ul.news .article{
        margin: 15px 17px;
    }
    ul.news .article .caption{
        padding: 30px 22px;
    }
    ul.news .article .info{
        font-size: 15px;
        line-height: 18px;
    }
    ul.news .article .title{
        font-size: 20px;
        line-height: 1.2;
    }
    .vc_row.vc_column-gap-35{
        margin-left: -60px;
        margin-right: -60px;
    }
    .vc_row.vc_column-gap-35 > .vc_column_container{
        padding: 17.5px 30px;
    }
    
    .medikol-popup .popup-content{
        font-size: 18px;
        line-height: 32px;
    }
    .medikol-popup .popup-content .title{
        font-size: 30px;
        line-height: 37px;
    }
    .medikol-popup .popup-content .subtitle{
        font-size: 20px;
        line-height: 24px;
    }
    .medikol-team-list{
        font-size: 1em;
    }
    .medikol-team-list .doctor{
        width: 25%;
    }
    .medikol-team-list .doctor .caption .job-title {
      font-size: 1.4em;
    }
    .medikol-team-list .doctor.has-read-more .caption > .doctor-name{
        -ms-transform: translateY(0.9em);
        -webkit-transform: translateY(0.9em);
        -moz-transform: translateY(0.9em);
        -o-transform: translateY(0.9em);
        transform: translateY(0.9em);
        transition: transform 0.3s linear;
    }
    .medikol-team-list .doctor.has-read-more .caption > .job-title{
        -ms-transform: translateY(1.43em);
        -webkit-transform: translateY(1.43em);
        -moz-transform: translateY(1.43em);
        -o-transform: translateY(1.43em);
        transform: translateY(1.43em);
        transition: transform 0.3s linear;
    }
    .medikol-team-list .doctor.has-read-more .caption > .more{
        -ms-transform: translateY(2.4em);
        -webkit-transform: translateY(2.4em);
        -moz-transform: translateY(2.4em);
        -o-transform: translateY(2.4em);
        transform: translateY(2.4em);
        transition: transform 0.3s linear;
    }
    .medikol-team-list .doctor.has-read-more:hover .caption > *{
        -ms-transform: translateY(0)!important;
        -webkit-transform: translateY(0)!important;
        -moz-transform: translateY(0)!important;
        -o-transform: translateY(0)!important;
        transform: translateY(0)!important;
    }
    .glider-prev{
        left: -50px;
    }
    .glider-next{
        right: -50px;
    }
    .glider-news{
        padding-bottom: 100px;
    }
    .glider-news .glider-next, .glider-news .glider-prev{
        bottom: 60px;   
    }
    
    .about_cover{
        margin-bottom: 80px;
    }
    .about-home .caption{
        padding-left: max(calc((100vw - 1500px) / 2), 10vw);
    }
    .about-home .caption .about-url{
        font-size: 22px;
        line-height: 27px;
    }
    .about-home .caption .title{
        font-size: 54px;
        line-height: 1.21875;
    }
    .about-home .counters .counter .name{
        font-size: 19px;
        line-height: 25px;
    }
    .form-section .title{
        font-size: 25px;
    }
    .form-section .form-service-list .form-service{
        padding: 20px 0;
    }
    .form-section .form-service-list .form-service input[type="checkbox"] + label{
        font-size: 20px;
    }
    .form-section .form-data{
        padding: 50px 0;
        padding-left: 90px;
    }
    .form-success .title{
        font-size: 30px;
    }
    .form-success .text{
        font-size: 18px;
        line-height: 22px;
    }
    .about_directorate{
        font-size: 0.34725rem;
    }
    .about_directorate .box{
        font-size: 1em;   
    }
}
@media all and (min-width: 1920px){
    body {
        font-size: 10px;
    }
    .contact_widget{
        font-size: 10px;
    }
    .about-home .caption{
        padding-left: calc((100vw - 1500px) / 2);
    }
    .about_cover{
        min-height: 697px;
    }
    .about_directorate{
        font-size: 10px;
    }
}
@media all and (min-width:1008px) and (max-width:1279px){
    header{
        height: 15em;
        align-items: flex-start;
    }
    header .logo{
        position: absolute;
        top: 0.5em;
    }
    header .center .main-menu{
        width: calc(100% - 5.5em);
        margin-left: 5.5em;
    }
    header .center .main-menu .search-open{
        margin-left: auto;
    }
    header .appointments{
        height: 100%;
    }
}
@media all and (min-width:1280px) and (max-width:1499px){
    header{
        height: 14em;
        align-items: flex-start;
    }
    header .logo{
        position: absolute;
        top: 1em;
    }
    header .appointments{
        height: 100%;
    }
}
@media all and (min-width:1500px) and (max-width:1619px){
    header{
        height: 13em;
        align-items: flex-start;
    }
    header .logo{
        position: absolute;
        top: 1.5em;
    }
    header .appointments{
        height: 100%;
    }
}

@keyframes shake {
  0% {
  }
  10% {
    -webkit-transform:rotate(5deg);
    -moz-transform:rotate(5deg);
    -o-transform:rotate(5deg); 
  }
  20% {
    -webkit-transform:rotate(-5deg);
    -moz-transform:rotate(-5deg);
    -o-transform:rotate(-5deg);       
  }
  30% {
    -webkit-transform:rotate(5deg);
    -moz-transform:rotate(5deg);
    -o-transform:rotate(5deg);       
  }
   40% {
    -webkit-transform:rotate(-5deg);
    -moz-transform:rotate(-5deg);
    -o-transform:rotate(-5deg);       
  }
  50% {
    -webkit-transform:rotate(5deg);
    -moz-transform:rotate(5deg);
    -o-transform:rotate(5deg);       
  }
   60% {
    -webkit-transform:rotate(-5deg);
    -moz-transform:rotate(-5deg);
    -o-transform:rotate(-5deg);       
  }
  70% {
    -webkit-transform:rotate(5deg);
    -moz-transform:rotate(5deg);
    -o-transform:rotate(5deg);       
  }
  80% {
    -webkit-transform:rotate(-5deg);
    -moz-transform:rotate(-5deg);
    -o-transform:rotate(-5deg);       
  }
  90% {
    -webkit-transform:rotate(5deg);
    -moz-transform:rotate(5deg);
    -o-transform:rotate(5deg);       
  }
   100% {
    -webkit-transform:rotate(-5deg);
    -moz-transform:rotate(-5deg);
    -o-transform:rotate(-5deg);       
  }
}