/* Basic SETUPS */
*{
    padding:0;
    margin:0;
}
*,
*:after,
*:before{
    box-sizing: border-box;
}

html[lang='ru-RU'] h1,h2,h3,h4,h5,h6{
    margin: 0;
    font-family: 'Qanelas Soft','sans-serif' !important;
}
html[lang='ru-RU'] body{
    font-family: 'Qanelas Soft','sans-serif';
    /*!* Chrome, Safari *!*/
    /*-webkit-filter: grayscale(1);*/

    /*!* Firefox *!*/
    /*filter: grayscale(1);*/
}
  
html[lang='kk-KZ'] h1,h2,h3,h4,h5,h6{
    margin: 0;
    font-family: Arial, Helvetica, sans-serif !important;
}

html[lang='kk-KZ'] body {
    font-family: Arial, Helvetica, sans-serif;
    /*!* Chrome, Safari *!*/
    /*-webkit-filter: grayscale(1);*/

    /*!* Firefox *!*/
    /*filter: grayscale(1);*/
}
  

a{
    text-decoration: none;
}

.container{
    width: 100% !important;
    max-width: 1320px !important;
    margin: 0 auto !important;
    /* padding: 0 28px; */
    min-width: 1264px !important;
    padding: 0 !important;
}

/*            HEADER STARTS        index.html         */

.header {
    background-color: #f3f3fa;
}

.header-top-border{
    background: #fff;
    border-bottom: 2px solid #e6e6e6;
}

.header-top{
    display: flex;
    justify-content: space-between;
    height: 40px;
    align-items: center;
}
.select-organization{
    width: 287px;
    color: #959595;
    font-size: 15px;
    font-weight: 400;
    border: none;
    outline: none;
    background-color: #fff;
    appearance:none;
    padding: 7px;
    -webkit-appearance:none;
	-moz-appearance:none;
    -ms-appearance:none;
    background: url(../img/selectBg.png);
    background-repeat:no-repeat;
    background-position:right 15px;
}
.header-top-left{
    display: flex;
    align-items: center;
}

.header-top-left img{
    margin-right: 9px;
}

.header-top-right{
    display: flex;
}
.ico{
    border-left: 1px solid #e6e6e6;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 41px;
}
.ico:hover{
    background-color: #2068b2;
}


.ico-youtube{
    border: none;
    background-color: #2068b2;
}
/*  HEADER BOTTOM */
.header-bottom{
    height: 130px;
    display: flex;
    justify-content: space-between;
}
.header-bottom-left{
    display: flex;
    align-items: center;
}
.header-bottom-middle {
    flex-direction: column;
    display: flex;
    justify-content: center;
    text-align: center;
}
.header-bottom-middle span{
    font-size: 17px;
    font-weight: 700;
    color: #7d7d7d;
}
.header-bottom-middle h1{
    font-size: 25px;
    font-weight: 700;
}
.select-languages{
    border-radius: 25px;
    border: 1px solid #e2eaf0;
    font-size: 15px;
    color: #162d45;
    width: 80px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 18px;
    background-color: #fff;
    outline: none;
    -webkit-appearance:none;
	-moz-appearance:none;
    -ms-appearance:none;
    background: url(../img/selectBgLan.png);
    background-repeat:no-repeat;
    background-position:center right 20px;
}
.header-bottom-right{
    display: flex;
    align-items: center;
}
/*              NAV STARTS                    */

.nav{
    height: 52px;
    background-color: #f3f3fa;
}

.nav-container {
    background-color: #0e5094;
    border-radius: 7px;
}

.nav-links{
    display: flex;
    align-items: center;
    height: 52px;
    padding: 5px 10px 5px 60px;
    border-radius: 7px;
}

.nav-links a{
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    margin-right: 43px;
    text-decoration: none;
    color: #fff;
    transition: color .2s linear;
}

.nav-links a:hover {
    color: #fff;
    text-decoration: none;
}

html[lang='kk-KZ'] .nav-links a {
    font-size: 16px;
    margin-right: 35px;
}

.vk-navbar-nav {
    display: flex;
    position: relative;
    margin: 0;
}

.vk-navbar-nav li {
    display: flex;
    list-style-type: none;
    padding: 15px 0;
    position: relative;
}

.vk-navbar-nav li a {
    position: relative;
}

.menu-item-has-children > a:after {
    content: '\276E';
	display: inline-block;
	color: inherit;
	font-weight: 400;
	font-size: 14px;
	margin-left: 10px;
	transform: rotate(-90deg);
    transition: 0.5s
}

.menu-item-has-children:hover > a:after {
	transform: rotate(90deg);
}

.vk-navbar-nav > li a:before {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: #fff;
    bottom: -5px;
    left: 0;
    transition: all .2s linear;
}

.vk-navbar-nav >  li a:hover:before {
    width: 100%;
}

.sub-menu li a:before {
    display: none;
}

.sub-menu {
    position: absolute;
    z-index: 2;
    visibility: hidden;
    top: 50px;
    left: 0;
    margin: 0;
    display: block;
    padding: 0;
    background: #114982;
    width: 250px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.nav-links ul li:hover .sub-menu {
    opacity: 1;
    top: 31px;
    left: 0;
    visibility: visible;
}

.sub-menu:before {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #5b82ab;
    content: "";
    height: 0;
    left: 18px;
    position: absolute;
    top: -6px;
    width: 0;
}

.sub-menu li {
    padding: 5px 15px;
    border-bottom: 1px solid #f3f3f34a;
    transition: all .2s linear;
}

.sub-menu li:hover{
    background: #2e70b4
}

.sub-menu li:last-child {
    border-bottom: 0;
}

.sub-menu li a {
    width: 100%;
    margin-right: 0;
}

.vk-navbar-nav li:hover > .sub-menu {
    display: block
}

/*       BANNER  SECTION STARTS             */
.slider {
    padding-top: 30px;
    background-color: #f3f3fa;
}

.slider-container {
    margin: 0 auto;
    width: 100%;
    max-width: 1320px;
    position: relative;
    min-width: 1264px;
    height: 382px;
    background-color: #0e5094;
    border-radius: 7px;
    overflow: hidden;
}
.slider-container img{
    height: 100%;
    vertical-align: middle;
}
.mySlides{
    display:none;
    height: 100%;
}

.dot {  
    height: 4px;
    width: 19px;
    margin: 0 3px;
    background-color: #4a7caf;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  .dots{
      position: absolute;
      bottom: 30px;
      left: 573px;   
  }
  
  .active {
    background-color: #fff;
  }
  
  /* Fading animation */
  .fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @-webkit-keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }
  
  @keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }

/*      MAIN SECTION STARTS           */

.main{
    padding: 58px 0;
    background-color: #f3f3fa;
}
.row{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.main-content{
    width: 73.4177215%;
}

.aside{
    width: 25%;
}
/*  IMPORTANT INFORMATION       */
.important-information{
    margin-bottom: 27px;
    padding-left: 29px;
    padding-right: 15px;
    display: flex;
    align-items: center;
    height: 136px;
    background-color: #fff;
    box-shadow: 0 0 5px #d4d4d4;
    position: relative;
    border-radius: 7px;
}
.important-information-text{
    margin-left: 29px;
}
.important-information-text a{
    font-size: 17px;
    color: #051e38;
    font-weight: lighter;

}
.important-information-text h2{
    color: #ef3329;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 10px;
}

.important-information-block {
    display: flex;
    align-items: center;
    margin-top: 12px;
}

.important-information-text span{
    width: 75%;
    font-size: 15px;
    font-weight: lighter;
}
.information-close{
    position: absolute;
    right: 13px;
    top: 0;
    font-size: 60px;
    transform: rotate(45deg);
    cursor: pointer;
    color:#c0c0c8;
}
/*    FIRST PRESIDENT STARTS       */
.first-president{
    height: 120px;
    display: flex;
    background-color: #fff;
    box-shadow: 0 0 5px #d4d4d4;
    border-radius: 7px;
}
.first-president:hover{
    transform: translate3d(-10px,-10px,0);
    transition: transform .2s linear;
    cursor: pointer;
}

.first-president-text{
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 10px;
    padding-bottom: 19px;
}

.first-president-text h3{
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 10px;
}

.first-president-text span{
    font-size: 12px;
    font-weight: 400;
    color: #bcbdbf;
}
.mrt27{
    margin-top: 27px;
}
/*       HEAD DOCTOR SECTION STARTS        */
.head-doctor{
    display: flex;
    width: 100%;
    padding-left: 29px;
    padding-top: 29px;
    background-color: #fff;
    box-shadow: 0 0 5px #d4d4d4;
    padding-bottom: 27px;
    border-radius: 7px;
}

.head-doctor-text{
    padding-top: 36px;
    padding-left: 58px;
    padding-right: 10px;
}

.head-doctor-text h2{
    font-size: 27px;
    font-weight: 700;
    color: #051e38;
    margin-bottom: 5px;
}

.head-doctor-text span{
    font-size: 17px;
    color: #7e878f;
    font-weight: 400;
}
.head-doctor-text p{
    margin-top: 29px;
    font-size: 17px;
    font-weight: 400;
    color: #051e38;
}
.head-doctor-buttons{
    margin-top: 50px;
}

.head-doctor-button{
    margin-right: 10px;
    text-decoration: none;
    display: inline-block;
    color: #263c53;
    font-size: 18px;
    font-weight: 400;
    border: 1px solid #d2d2d2;
    padding: 14px 28px;
    border-radius: 7px;
}

/*  CALENDAR STARTS   */
.calendar-container{
    margin-top: 27px;
    width: 100%;
    height: 250px;
    background-color: #fff;
    padding: 25px;
    box-shadow: 0 0 5px #d4d4d4;
    border-radius: 7px;
}

#calendar2 {
    width: 100%;
    font-family: 'Qanelas Soft','sans-serif';
    line-height: 1.7em;
    font-size: 15px;
    text-align: center;
  }
  #calendar2 thead tr:last-child {
    font-size: small;
    color: #d1d1d1;
  }
  #calendar2 thead tr:nth-child(1) td:nth-child(2) {
    color: rgb(50, 50, 50);
    font-weight: 700;
  }
  #calendar2 thead tr:nth-child(1) td:nth-child(1):hover, #calendar2 thead tr:nth-child(1) td:nth-child(3):hover {
    cursor: pointer;
  }
  #calendar2 tbody td {
    color: #5d5d5d;
  }
  #calendar2 tbody td:nth-child(n+6), #calendar2 .holiday {
    color:  #5d5d5d;
  }
  #calendar2 tbody td.today {
    background: #009bc9;
    color: #fff;
  }
/*     SERVICES STARTS        */
.services{
    box-shadow: 0 0 5px #d4d4d4;
    border-radius: 7px;
    margin-top: 27px;
    padding-left: 36px;
    padding-top: 49px;
    background-color: #fff;
    padding-right: 40px;
    padding-bottom: 46px;
  }
  .service-inner span{
      max-width: 160px !important;
  }

  .services h2{
    font-size: 36px;
    font-weight: bold;
    color: #051e38;
    margin-bottom: 32px;
  }

  .services-inner{
    display: flex;
    flex-wrap: wrap !important;
    justify-items: initial !important;
  }
  .mr22{
      margin-right: 22px;
  }
  .mrt18{
      margin-top: 18px;
  }

  .service{
    width: 180px;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    color: #fff;
    font-size: 16px;
    border-radius: 7px;
  }
 .service:hover{
  transition: box-shadow .2s linear;  
  transform: translate3d(-10px,-10px,0);
  transition: transform .2s linear;
  cursor: pointer;
 }
  .service-inner{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    color: #fff;
    font-size: 16px;
    width: 100%;
    height: 100%;
    border-radius: 80px 7px 7px 7px;
    padding: 5px 10px;
  }
  .service1-color{
    background-color: #06b686;
  }
  .service img{
    margin-bottom: 30px;
  }
  .services1-color{
    background-color:#44c7a4;
  }

  .services2-color{
    background-color: #edb041;
  }
  .service2-color{
    background-color: #e89704;
  }

  .services-inner2{
    margin-top: 18px;
    justify-content: flex-start;
  }
  .service-mrl{
    margin-right: 29px;
  }
  .service5-color{
    background-color: #268fdc;
  }
  .services5-color{
    background-color: #59a8e2;
  }
  .services6-color{
    background-color: #fff;
    border: 2px solid #e8ebed;
    border-radius: 5px;
  }
  .service6-color{
    background-color: #fff;
  }
  .service6-color span{
    color: #595959;
  }

/*     SERVICES ENDS          */

/*    OFFICIALS STARTS     */

.officials{
    width: 100%;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    margin-top: 27px;
}

.officials:first-child {
    margin-top: 0;
}

.officials:hover{
    transform: translate3d(-10px,-10px,0);
    transition: transform .2s linear;
    cursor: pointer;
}

.official-special-background{
    background-color: #e5ecf3 !important;
}

.official-special-align {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.shymkent-text{
    font-size: 17px;
    color: #161616;
    font-weight: 500;
}
.shymkent-text-gray{
    font-size: 15px;
    color: #94989c;
    font-weight: 400;
}

.officials-img{
    background-color: #00bcc6;
    width: 100%;
    height: 138px;
    border-radius: 7px 7px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.officials-text{
    width: 100%;
    height: 77px;
    background-color: #1fafb6;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border-radius: 0 0  7px 7px;
    display: flex;
    align-items: center;
    text-align: center;
    padding-bottom: 2px;
    justify-content: center;
}

/*  MOBILE APP STARTS       */
.mobile-app{
    margin-top: 27px;
    padding: 25px 30px;
    background-color: #fff;
    width: 100%;
    border-radius: 7px;
    box-shadow: 0 0 5px #d4d4d4;
}

.mobile-app:hover{
    transform: translate3d(-10px,-10px,0);
    transition: transform .2s linear;
    cursor: pointer;
}


.mobile-app h3{
    font-size: 17px; 
    font-weight: 500;
    margin-bottom: 22px;
}
.mobile-app-bottom span{
    font-size: 15px;
    color: #8e9296;
    font-weight: 400;
    margin-left: 27px;
    margin-top: 12px;
}
.mobile-app-bottom{
    display: flex;
    justify-content: flex-start;
}

/*   UXGROUP STARTS    */
.uxgroup{
    margin-top: 27px;
    display: flex;
    width: 100%;
    height: 116px;
}
.uxgroup:hover{
    transform: translate3d(-10px,-10px,0);
    transition: transform .2s linear;
    cursor: pointer;
}
.uxgroup-left{
    display: flex;
    align-items: center;
    background-color: #f1b03c;
    padding: 0 16px;
    border-radius: 7px 0 0 7px;
}
.uxgroup-right{
    box-shadow: 0 0 5px #d4d4d4;
    border-radius: 0 7px 7px 0;
    padding-left: 22px;
    padding-right: 15px;
    padding-top: 1px;
    padding-bottom: 10px;
    background-color: #fff;
    width: 100%;
}
.uxgroup-right h3{
    margin-top: 25px;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 8px;
}
.uxgroup-right span{
    color: #8e9296;
    font-weight: 400;
    font-size: 15px;
}

/*      NEWS BLOCK STARTS       */
.news-block{
    margin-top: 27px;
    display: flex;
}
.news{
    padding-left: 29px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding-top: 44px;
    padding-bottom: 44px;
    padding-right: 30px;
    border-radius: 7px 0 0 7px;
    box-shadow: 0 0 5px #d4d4d4;
}
.news-top{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    align-items: center;
}
.news-top h3{
    font-weight: 700;
    color: #051e38;
    font-size: 36px;
}
.news-top span{
    font-size: 19px;
    color: #051e38;
    font-weight: 400;
}
.news-img{
    margin-bottom: 52px;
}
.news-text{
    width: 411px;
}
.news-text h3{
    font-size: 24px;
    font-weight: 700;
    color: #051e38;
    margin-bottom: 21px;
}
.news-text p{
    font-size: 17px;
    font-weight: 400;
    color: #051e38;
}
.news a{
    width: 150px;
    margin-top: 58px;
    text-decoration: none;
    background-color: #ffc300;
    text-align: center;
    padding: 19px 22px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 400;
    color: #051e38;
}
/*     Another news            */
.another-news{
    padding-top: 55px;
    padding-bottom: 40px;
    padding-right: 40px;
    padding-left: 40px;
    background-color: #3f9de2;
    border-radius: 0 7px 7px 0;
}
.another-news h2{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 34px;
}
.another-news-item{
    background-color: #fff;
    padding: 23px 30px;
    margin-bottom: 29px;
    border-radius: 10px;
    cursor: pointer;
    min-height: 150px;
}
.another-news-item:hover{
    transform: translate3d(-10px,-10px,0);
    transition: transform .2s linear;
}

.another-news-item span{
    font-size: 16px;
    color: #06b485;
}
.another-news-item p{
    margin-top: 18px;
    font-size: 15px;
    color: #162d45;
}

.another-news-item p a {
    font-size: 15px;
    color: #162d45;
}





.another-news-item-mrb {
    margin-bottom: 0;
}
.archive-button{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 37px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    align-items: center;
    cursor: pointer;
}
.archive-button a{
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}




.archive-button img{
    margin-left: 11px;
    width: 29px;
    height: 14px;
}
/*  FIND A MISTAKE     */

.find-a-mistake{
    margin-top: 43px;
    display: flex;
    flex-direction: column;
    padding-left: 19px;
}
.find-a-mistake h3{
    font-size: 18px;
    color: #8f9295;
    font-weight: 600;
    margin-bottom: 13px;
}
.find-a-mistake span{
    color: #a1aab3 !important;
    font-size: 15px;
    font-weight: 400;
}

/*   ANNOUNCEMENTS      STARTS     */
.announcements{
    margin-top: 27px;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.announcement-content{
    padding-top: 46px;
    padding-left: 29px;
    padding-right: 29px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding-bottom: 58px;
    border-radius: 7px 7px 0 0;
}
.announcement-head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 52px;
}

.announcement-head h2{
    font-weight: 700;
    color: #051e38;
    font-size: 36px;
}
.announcement-head span{
    font-size: 19px;
    color: #051e38;
    font-weight: 400;
}

.announcement-text{
    display: flex;
    align-items: center;

}
.announcement-text p{
    margin-left: 30px;
    font-size: 18px;
    color: #051e38;
    font-weight: 400;
}

.announcement-bottom{
    border-radius: 0 0 7px 7px;
    background-color: #dde7f2;
    padding-top: 27px;
    padding-bottom: 24px;
    display: flex;
    justify-content: space-between;
    padding-left: 43px;
    padding-right: 30px;
}
.announcement-bottom-right{
    display: flex;
    align-items: center;
}
.announcement-bottom-left-1{
    width: 19px;
    height: 4px;
    background-color: #c0cbd7;
    margin-right: 6px;
}
.announcement-bottom-left{
    align-items: center;
    display: flex;
}
.announcement-active   {
    background-color: #051e38;
}
.announcement-bottom-right{
    cursor: pointer;
}

.announcement-bottom-right img{
    margin-left: 11px;
}
.announcement-bottom-right span{
    font-size: 19px;
    font-weight: 400;
    color: #051e38;
}

/*   CONTACTS STARTS      */
.contacts{
    margin-top: 27px;
    background-color: #fff;
    width: 100%;
    padding: 36px 29px 40px 29px;
    display: flex;
    box-shadow: 0 0 5px #d4d4d4;
    border-radius: 7px;
}
.contacts-left{
    display: flex;
    flex-direction: column;
}
.contacts-left h2{
    font-size: 36px;
    font-weight: 700;
    color: #051e38;
    margin-bottom: 22px;
}
.name-of-organization{
    font-size: 18px;
    font-weight: 400;
    color:#051e38;
}
.address{
    margin-top: 40px;
    display: flex;
    margin-bottom: 28px;
    align-items: center;
}

.address-left{
    display: flex;
    flex-direction: column;
}
.address-right p{
    margin-top: 8px;
    font-weight: 400;
    font-size: 15px;
}
.address-right{
    margin-left: 18px;
    display: flex;
    flex-direction: column;
}
.address-left p{
    font-size: 15px;
    font-weight: 700;
    color: #051e38;
    margin-top: 8px;
}

.contact-number{
    width: 369px;
    padding: 15px 40px 15px 30px;
    background-color: #00bcc6;
    border-radius: 21px;
    display: flex;
    margin-bottom: 11px; 
    justify-content: flex-start;
}
.contact-number:hover{
    transform: translate3d(-10px,-10px,0);
    transition: transform .2s linear;
    cursor: pointer;
}

.contact-number-left{
    width: 133px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.contact-number-left img {
    margin-right: 11px;
}
.contact-number-left span{
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}
.contact-number-right span{
    font-size: 14px;
    color: #fff;
}

.contact-number-right{
    height: 40px;
    display: flex;
    align-items: center;
    margin-bottom: 9px;
}
.contact-number-left-special-width {
    width: 222px;
}
.nopr{
    padding-right: 1px;
}
.contact-number-margin{
    margin-left: 13px;
}

/* GOOGLE MAP  */
#map {
    height: 100%;
}
.contacts-right{
    margin-left: 53px;
    width: 100%;
    height: 415px;
}

/*   Partners  starts        */
.partners{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    padding: 30px;
    background-color: #fff;
    border-radius: 7px;
    box-shadow: 0 0 5px #d4d4d4;
    /* Edite */
    position: relative;
    overflow: hidden;
}
.partners-slide{
    height: 106px;
    display: flex;
    align-items: center;
    animation: slideshow 30s linear infinite;
}
.partners-slide img{
    width: 290px !important;
    height: 95px !important;
    padding: 0 10px 0 10px;
}

.partners::before, .partners::after{
    height: 200px;
    width: 300px;
    position: absolute;
    content: "";
    background: linear-gradient(to right white 0%, rgba(255,255,255,0) 100%);
    z-index: 2;  
}
.partners-slide::before{
    left: 0;
    top: 0;
}
.partners-slide::after{
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}
@keyframes slideshow{
    0%{transform: translateX(0);}
    100%{transform: translateX(-100%);}
}

.partners img:hover{
    transform: translate3d(-10px,-10px,0);
    transition: transform .2s linear;
}



/*    FOOTER STARTS         */
.footer{
    background-color:#0e5094;
}
.footer-container{
    display: flex;
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    min-width: 1264px;
}
.footer-left{
    width: 350px;
    background-color: #0c4b8a;
    padding-left: 29px;
    padding-top: 57px;
    padding-bottom: 40px;
    padding-right: 10px;
    display: flex;
    flex-direction: column;
}
.footer-left h3{
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 59px;
}
.footer-left span{
    font-size: 16px;
    font-weight: 400;
    color: #6895c4;
}



.footer-right{
    width: 100%;
    background-color: #0e5094;
    display: flex;
    padding-left: 47px;
    padding-top: 60px;
    justify-content: space-between;
    padding-right: 29px;

}

.footer-text-left{
    margin-right: 78px;
}
.footer-text{
    display: flex;
    flex-direction: row;
}
.footer-text1{
    display: flex;
    align-items: flex-start;
    margin-bottom: 19px;
}
.footer-text1 img{
    margin-right: 17px;
}
.footer-text1 span{
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #7aa3cf;
    max-width: 268px;
}
.footer-socio h2{
    font-size: 16px;
    font-weight: 400;
    color: #6896c6;
    margin-bottom: 15px;
}
.footer-socio-icon a {
    margin-right: 17px;
}
.footer-support a{
    text-decoration: none;
    width: 183px;
    padding: 16px;
    text-align: center;
    background-color: #ffc300;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 400;
    color: #051e38;
}
.footer-support{
    padding-top: 20px;
}


/* about.html starts */

.about-us{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.about-us-top{
    display: flex;
    justify-content: space-between;
    padding: 29px;
    background-color: #dde7f2;
    border-radius: 7px 7px 0 0;
}
.about-us-top-left img{
    margin-right: 14px;
}
.about-us-top-left{
    display: flex;
    align-items: center;
}

.about-us-top-right img{
    margin-right: 14px;
}
.about-us-top-right{
    display: flex;
    align-items: center;
}
.about-us-bottom{
    padding: 34px 29px;
    background-color: #fff;
    border-radius: 0 0 7px 7px;
}
.about-us-top-left, .about-us-top-right span{
    font-size: 19px;
    font-weight: 400;
    color: #051e38;
}

.about-us-content h2 {
    margin-bottom: 46px;
    font-weight: 700;
    font-size: 27px;
    color: #051e38;
}
.about-us-content p{
    margin-bottom: 38px;
    font-size: 16px;
    color: #051e38;
}


.about-us-content{
    display: flex;
    flex-direction: column;
    padding-bottom: 160px;
    border-bottom: 2px solid #f4f4f4;
}
.about-page-mrt50{
    margin-top: 50px;
}

.about-us-socio{
    margin-top: 19px;
    display: flex;
    align-items: center;
}
.about-us-socio a{
    margin-right: 11px;
    text-decoration: none;
    font-size: 19px;
    font-weight: 400;
    color: #051e38;
}
.categories h2 {
   font-weight: bold;
   color: #051e38;
   font-size: 23px;
   margin-left: 23px;
   margin-bottom: 32px;
}

.categories{
    margin-top: 1px;
    background-color: #fff;
    padding-top: 32px;
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 7px;
    box-shadow: 0 0 5px #d4d4d4;
}
.categorie{
    padding-left: 23px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 2px solid #f4f4f4;
}
.categorie a{
    text-decoration: none;
    font-size: 17px;
    color: #535353;
    font-weight: 500;
}

.doctor-aside-bar{
    display: flex;
    width: 100%;
    box-shadow: 0 0 5px #d4d4d4;
}

.doctor-aside-bar:hover{
    transform: translate3d(-10px,-10px,0);
    transition: transform .2s linear;
    cursor: pointer;

}


.doctor-aside-bar-left{
    border-radius: 7px 0 0 7px;
    background-color: #fff;
    width: 500px;
    padding-left: 23px;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    padding-bottom: 32px;
}

.doctor-aside-bar-left h2{
    font-size: 17px;
    color: #161616;
    font-weight: 500;
    margin-bottom: 18px;
    width: 100px;
}



.doctor-aside-bar-left span{
    font-size: 13px;
    color: #bcbdbf;
    font-weight: 400;
}

.doctor-aside-bar{
    margin-top: 27px;
}

.doctor-aside-bar-right{
    width: 100%;
    background-color: #ced5df;
}

/* managment.html starts */
.about-active{
    padding-left: 19px;
    border-left: 5px solid #f1ae36;
}

.head-doctor-management{
    display: flex;
}

.head-doctor-management-right{
    padding-left: 46px;
    display: flex;
    flex-direction: column;
}
.head-doctor-management-right h2{
    font-size: 27px;
    font-weight: 400;
    color: #051e38;
    margin-bottom: 5px !important;
}
.head-doctor-management-right p{
    margin-top: 26px;
    font-weight: 400;
    font-size: 17px;
    color: #051e38;
}
.about-us-managment {
    padding-bottom: 58px;
}

.about-us-bottom{
    box-shadow: 0 0 5px #d4d4d4;
}

.categorie:hover{
    padding-left: 19px;
    border-left: 5px solid #f1ae36;
}
.deputies{
    margin-top: 27px;
    display: flex;
    flex-direction: column;
    padding: 50px 29px;
    background-color: #fff;
    box-shadow: 0 0 5px #d4d4d4;
}

.deputy{
    display: flex;
    border-bottom: 2px solid #f4f4f4;
}
.deputy:first-child{
    padding-bottom: 45px;
}
.deputy:last-child{
    border-bottom: none;
}
.deputy-right{
    padding-top: 40px;
    padding-left: 40px;
    display: flex;
    flex-direction: column;
}
.deputy-right h2{
    font-size: 27px;
    font-weight: 400;
    color: #051e38;
    margin-bottom: 11px;
}
.deputy-right span{
    font-size: 17px;
    font-weight: 400;
    color: #7e878f;
}
.deputy-doctor-buttons{
    margin-top: 44px;
}
.deputy-margin {
    margin-top: 53px;
}

/*          MISSION HTML           */
.mission-header{
    border-bottom: 2px solid #f4f4f4;
    margin-bottom: 38px;
}
.mission-header h2{
    margin-bottom: 30px;
}
.table-people{
    border: none;
}
.mission-content h3{
    font-weight: 600;
    font-size: 21px;
    color: #051e38;
    margin-bottom: 30px;
}

.our-values-list{
    padding-left: 20px;
}
.our-values-list li{
    font-size: 17px;
    font-weight: 400;
    color: #051e38;
}
.mission-content{
    padding-bottom: 60px;
}

/*  STRUCTURE HTML     */
.structure{
    display: flex;
    justify-content: space-between;
    margin-bottom: 56px;
}
.structure-buttons{
    display: flex;
    flex-direction: column;
}

.structure-button{
    margin-bottom: 21px;
    text-decoration: none;
    width: 225px;
    padding: 16px 0;
    background-color: #fff;
    border: 1px solid #d2d2d2;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    color: #051e38;
}
.structure-buttons{
    padding-top: 89px;
}


/* SERVICES HTML */
.services-services{
    display: flex;
    justify-content: flex-start;
}
.services-services-item{
    margin-right: 24px;
}



/*              nonfreeservices.html           */
.nonfreeserviceform{
    display: flex;
    flex-direction: column;
}



#nonfreeserviceselect{
    width: 462px;
    font-weight: 400;
    font-size: 16px;
    background-color: #fff;
    border: 2px solid #cecece;
    color: #051e38;
    padding-left: 23px;
    padding-top: 17px;
    padding-bottom: 17px;
    outline: none;
    -webkit-appearance:none;
	-moz-appearance:none;
    -ms-appearance:none;
    background: url(../img/nonfreeselect-icon.png);
    background-repeat:no-repeat;
    background-position:right 15px center;
}
.nonfreeserviceinput{
    margin-top: 25px;
    width: 462px;
    padding: 18px 22px;
    color: #051e38;
    font-weight: 400;
    font-size: 16px;
    outline: none;
}
.nonfreeserviceinput::-webkit-input-placeholder { color: #051e38; }

.nonfreeservicesubmit{
    margin-top: 25px;
    width: 170px;
    padding: 16px 42px;
    background-color: #ffc300;
    outline: none;
    border: none;
    font-size: 18px;
    font-weight: 400;
    color: #051e38;
    border-radius: 25px;
}

/*       health.html      */
.health-list{
    display: flex;
    flex-direction: column;
    margin-bottom: 37px;
}

.health-list li{
    font-size: 20px;
    font-weight: 400;
    color: #051e38;
    margin-left: 20px;
}
.health-button{
    border: 1px solid #dfdfdf; 
    outline: none;
    width: 175px;
    font-size: 15px;
    font-weight: 400;
    color: #051e38;
    padding: 10px 20px;
    border-radius: 7px;
    margin-top: 50px;
    background-color: #fff;
}

/*     president.html        */
.first-president-block{
    display: flex;
    margin-bottom: 45px;
}
.first-president-text2{
    margin-left: 47px;
    height: 230px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.first-president-text2 p{
    margin: 0;
    font-size: 21px;
    font-weight: 600;
}

.p-president{
    margin-bottom: 20px !important;
    font-size: 20px;
    font-weight: 400;
}
.president-button{
    margin-top: 50px;
}
.president-button-archive{
    margin-left: 16px;
    width: 125px;
    border: 1px solid #d2d2d2;
    padding: 10px 0;
    font-size: 18px;
    color: #051e38;
    font-weight: 400;
    border-radius: 7px;
    outline: none;
    background-color: #fff;
}

/*      anticorruption.html           */

.anticorruption-p{
    margin-bottom: 30px;
}
.anticorruption-p a{
    display: block;
    border: 1px solid #dfdfdf; 
    width: 175px;
    font-size: 15px;
    font-weight: 400;
    color: #051e38;
    padding: 10px 0px;
    border-radius: 7px;
    margin-top: 50px;
    background-color: #fff;
    text-align: center;
}
/*       regulatoryframework.html        */
.regulatory-framework-folders{
    display: flex;
    flex-wrap: wrap;
    justify-items: initial;
} 

.regulatory-framework-folder{
    width: 141px;
    height: 172px;
    margin-right: 60px;
}

.mt72{
    margin-top: 72px;   
}
.mr10{
    margin-bottom: 12px;
}

.regulatory-framework-folder{
    display: flex;
    flex-direction: column;
    text-align: center;
}
.regulatory-framework-folder a{
    text-decoration: none;
    font-size: 17px;
    color: #051e38;
    font-weight: 400;
}
.regulatory-framework-folder a:last-child{
    margin-top: 20px; 
}

.regulatory-framework-folders-mrt{
    margin-top: 72px;
}
.regulatory-framework-folders-mrt{
    display: flex;

}
.regulatory-framework-folders-mrt div:last-child{
    margin-left: 105px;
}
/*   presidentialdecree.html      */
.presidentialdecree-link{
    display: flex;
    align-items: center;
    height: 35px;
}

.presidentialdecree-link a{
    text-decoration: none;
    font-size: 17px;
    font-weight: 400;
    color: #051e38;
}

.presidentialdecree-link img{
    margin-right: 20px;
}

.presidentialdecree-header{
    margin-bottom: 0;
}

.presidentialdecree-link{
    margin-top: 20px;
    
}
/*    statesymbols.html      */
.statesymbol{
    display: flex;
    padding-top: 60px;
    border-bottom: 2px solid #f4f4f4;
    padding-bottom: 40px;
    width: 100%;
    justify-content: space-between;
}

.statehymbol-content{
    display: flex;
    flex-direction: column;
}

.statehymbol-content p{
    width: 476px;
}

.statesymbols-button{
    width: 150px;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 400;
    color: #051e38;
    background-color: #fff;
    border-radius: 7px;
    border: 1px solid #dfdfdf;
}
.statesymbol-img{
    margin-right: 37px;
    width: 316px;
}
.nonborderbottom {
    border-bottom: none;
}

.center-flex{
    display: flex;
    justify-content: center;
}

/*       contacts.html               */

.contacts-page-container{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 58px;
}
.contacts-page-container-left{
    display: flex;
    flex-direction: column;
    margin-right: 120px;
}
.contacts-page-span {
    font-size: 18px;
    font-weight: 400;
    color: #051e38;
}

.contacts-page-p p{
    font-size: 16px;
    margin: 0;
}
.contacts-doctor-aside-bar{
    margin-top: 0;
}
.contacts-page-address-row{
    display: flex;
}

.contacts-page-address-row-left{
    width: 50px;
    margin-right: 28px;
}
.contacts-page-address-row-right{
    width: 253px;
}

.contacts-page-address{
    margin-top: 58px;
}

.contacts-page-address-row{
    margin-bottom: 11px;
}

.contacts-page-address-row-left span{
    font-size: 17px;
    font-weight: 700;
    color: #051e38;
}
.contacts-map{
    margin-top: 27px;
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding: 31px 29px;
    border-radius: 7px;
    box-shadow: 0 0 5px #d4d4d4;
}
.contacts-map h2{
    font-size: 27px;
    font-weight: 700;
    color: #051e38;
}

.contacts-map-container{
    width: 100%;
    height: 400px;
    margin-top: 28px;
}

.contacts-page-container-right img{
    margin-bottom: 10px;
}


/*       developmentplan.html        */
.development-button{
    width: 272px;
    padding: 15px 0;
    background-color: #fdfdfd;
    font-size: 18px;
    font-weight: 400;
    color: #051e38;
    border: 1px solid #dfdfdf;
    border-radius: 7px;
}

.developmentplan-container{
    position: relative;
}
.development-button{
    position: absolute;
    top: 40px;
    right: 15px;
}
.developmentplan-padding-bottom {
    padding-bottom: 80px;
}

.developmentplan-container-img{
    padding-top: 15px;
}


/*   departments.html    */
.department-block{
    padding-left: 45px;
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px;
    justify-content: space-between;
    border-bottom: 2px solid rgb(244, 244, 244);
}

.department-block-text{
    width: 635px;
}

.department-block-text h2{
    margin-bottom: 16px;
}
.departments-content{
    padding-bottom: 221px;
}

.department-block-img{
    width: 120px;
    text-align: center;
}

.department-block-img img{
    width: 75%;
    height: auto;
}
/*  biography.html    */
.biography-line{
    border-bottom: 2px solid rgb(244, 244, 244);
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.biography-subtittle{
    margin-top: 44px;
    margin-bottom: 26px !important;
    font-size: 21px !important;
    font-weight: 600;
    color: #051e38;
}

/*    appeal.html        */
#appeal-form{
    display: flex;
    flex-direction: column;
}
.appeal-form-input{
    background-color: #fff;
    padding: 18px;
    font-size: 16px;
    font-weight: 400;
    color: #051e38;
    margin-bottom: 16px;
    border: 2px solid #e3e3e6;
}

.appeal-form-submit-button{
    width: 160px;
    padding: 16px 0;
    background-color: #ffc300;
    border: none;
    border-radius: 25px;
    font-size: 18px;
    font-weight: 400;
    color: #051e38;
    margin-top: 24px;
}
.archieve-appeals{
    margin-top: 27px;
    width: 100%;
    background-color: #fff;
    padding-top: 44px;
    padding-left: 29px;
    padding-right: 29px;
    border-radius: 7px;
    box-shadow: 0 0 5px #d4d4d4;
    padding-bottom: 25px;

}

.archieve-appeals h3{
    font-size: 27px;
    font-weight: 700;
    color: #051e38;
    margin-bottom: 30px;
}

.archieve-appeal{
    padding-top: 30px;
    padding-bottom: 34px;
    border-top: 2px solid rgb(244, 244, 244);
}

.basic_task {
    text-align: left;
    line-height: 140%;
}

.basic_task ul, .angiograf ul {
    list-style-type: none;
}

.about-us-content .rightimg {
    max-width: 100%;
}

.diagnosticlaboratory_img1 {
    max-width: 100%;
    width: 100%;
}

.carousel-inner img, 
.angiograf img,
.services_cardo1 img {
    max-width: 100%;
    width: 100%;
}

.services_cardo1 {
    text-align: left;
}

.carousel-inner {
    width: 100%;
    display: flex;
    gap: 15px;
}

.carousel-item {
    width: 50%;
}

.basic_task img {
    max-width: 100%;
    width: 100%;
}

.archieve-appeal span{
    font-size: 17px;
    color: #6a747e;
    font-weight: 700;
}

.archieve-appeal h4{
    font-size: 16px;
    font-weight: 400;
    color: #051e38;
    margin-top: 7px;
}

.appeal-position{
    margin-top: 32px;
    width: 145px;
    margin-bottom: 7px;
}
.appeal-position img{
    margin-right: 20px;
}
.archieve-appeal p{
    margin-left: 34px;
    font-size: 16px;
    font-weight: 400;
    color: #051e38;
    font-style: italic;
}

.appeal-pagination-item{
    list-style: none;
    margin-right: 15px;
}
.appeal-pagination{
    display: flex;
}
.appeal-pagination img{
    margin-right: 40px;
    font-size: 15px;
    font-weight: 400;
    color: #b3b3b3;
}

.appeal-pagination-link{
    font-size: 15px;
    font-weight: 400;
    color: #616060;
    text-decoration: none;
}

.appeal-pagination{
    border-top: 2px solid rgb(244, 244, 244);
    padding-top: 30px;
}

.appeal-pagination-link-active{
    padding: 10px;
    color: #fff;
    background-color: #0a87d8;
}

.pagination-arrow-right{
    margin-left: 25px;
}

/*          404.html            */
.nomr-top{
    margin-top: 0;
}
.nobr-bottom{
    border-bottom: none;
}

.flex-404html{
    justify-content: flex-start;
    margin-bottom: 0;
}

.html404-content {
    margin-left: 80px;
}

.html404-mrb-p{
    margin-bottom: 21px !important;
}
.html404-button{
    width: 300px;
    padding: 14px 0;
    background-color: #fff;
    border: 1px solid #cecece;
    font-size: 18px;
    font-weight: 400;
}

/*  presscenter.html  */
.press-center{
    margin-top: 50px;
    display: flex;
    padding-bottom: 46px;
    border-bottom: 2px solid #f4f4f4;
}
.press-center-content{
    margin-left: 40px;
    display: flex;
    flex-direction: column;
}

.news-title h2{
    font-size: 21px;
    font-weight: 600;
    color: #051e38;
    margin-bottom: 25px;
}

.news-excerpt p{
    font-size: 17px;
    font-weight: 400;
    color: #051e38;
}

.news-date span{
    font-size: 16px;
    color: #9d9d9d;
}

.news-header{
    margin-bottom: 0;
}

.press-center-brn{
    border-bottom: none;
    padding-bottom: 0;
}

.pagination-nbr {
    border-top: none;
}


/*     NEWS SINGLE PAGE CLASSES FOR WORDPRESS     */
.news-article-body{
    padding-top: 25px;
}

.news-article-body p img{
    float: left;
    margin-right: 30px;
    padding-top: 35px;
}

.news-article-body{
    border-bottom: 2px solid #f4f4f4;
}

.read-more-articles {
    margin-top: 29px;
}

.npb{
    padding-bottom: 0px;
}

/*  announcements.html   */


.announcementpage-container{
    display: flex;
    padding-top: 48px;
    border-bottom: 2px solid #f4f4f4;
    padding-bottom: 40px;
}

.announcementpage-content{
    display: flex;
    flex-direction: column;
}

.announcementpage-img{
    margin-right: 48px;
}

.announcementpage-content span{
    font-weight: 400; 
    font-size: 16px;
    color: #797979;
}


/* announcementpage-single     */
.announcementpage-text{
    padding-top: 52px;
    padding-bottom: 50px;
    border-bottom: 2px solid #f4f4f4;
}



/*  photogalery.html  */
.photogalery-head{
    display: flex;
    justify-content: space-between;
}

.video-button{
    width: 152px;
    height: 45px;
    display: flex;
    align-items: center;
    border: 1px solid #cecece;
    justify-content: center;
    border-radius: 7px;
}
.video-button a:first-child{
    margin-right: 11px;
}
.video-button a{
    text-decoration: none;
    color: #051e38;
    font-size: 19px;
}

.photogallery-row{
    display: flex;
    justify-content: space-between;
}
.photogallery-item{
    box-shadow: 0 0 5px #d4d4d4;
    padding: 5px;
}

.photogallery-item-text p{
    font-size: 18px;
    color: #051e38;
    width: 313px;
}
.photogallery-item-text{
    padding-top: 36px;
    display: flex;
    justify-content: center;
}

.photogallery-pagination{
    margin-top: 54px;
    border-top: 2px solid #f4f4f4;
}

/*   photogallery-singlepage.html  */
.img-container{
    padding-top: 20px;
    padding-bottom: 40px;
 
 }
 .img-container > p{
    display: flex !important;
    flex-wrap: wrap !important;
    justify-items: initial !important;
}

.img-container p img{
    margin-bottom: 10px;
    margin-right: 5px;
}
.img-container p  img{
    max-width: 270px !important;
    min-width: 269px !important;
    height: auto !important;
    max-height: 179px !important;
}

 .photogallery-top{
     margin-top: 30px;
 }
 .photogalery-head{
     margin-bottom: 38px;
 }
 .photo-gallery-border{
     padding-top: 25px;
     border-top: 2px solid #f4f4f4;
 }


/* Style for cards from W3SCHOOL*/
.card {
    box-shadow: 0 0 5px #d4d4d4;
    transition: 0.3s;
    border-radius: 7px;
    margin-bottom: 20px;
  }
  
  .card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  }
  
  .container-img {
    padding: 36px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .container-img h4{
      width: 335px;
      font-size: 17px;
      color: #051e38;
      font-weight: 400;
  }


  .card-wrapper{
    grid-row-gap: 100px;  
    display: grid;
    grid-template-columns: 412px 412px;
    grid-gap: 15px;
    width: 100%;
  }

  .margin-bottom-cards{
      margin-bottom: 38px;
  }


/* Procurement page    */

/*         procurement.html           */

.procurement{
    display: flex;
    flex-direction: column;
}

.procurement-content{
    display: flex;
    justify-content: space-between;
}
.procurement-number{
    margin-bottom: 21px;
}


.procurement-documents{
    display: flex;
    flex-direction: column;
    margin-right: 53px;
}

.procurement-documents p{
    font-size: 16px;
    color: #8b8b8b;
    margin-bottom: 0;
}

.procurement-content-left{
    display: flex;
}

.mrt-procurement {
    margin-bottom: 56px !important;
}


.name-of-documents {
    font-size: 17px;
    color: #0d0d0d;
    margin-bottom: 13px;
}

.procurement-links p{
    font-size: 16px;
    color: #8b8b8b;
    margin-bottom: 0;
}

.procurement-links{
    display: flex;
    flex-direction: column;
}

.procurement-links a{
    font-size: 16px;
    color: #0369a9;
    margin-bottom: 13px;
}

.procurement-content-right{
    background-color: #edf3f8;
    padding: 28px;
    width: 268px;
}
.count-container h3{
    font-size: 16px;
    color: #797979;
    font-weight: 400;
    margin-bottom: 16px !important;
}

/*  counter     */
.countdown{
    display: flex;
    justify-content: space-between;
}
.span-day, .span-hours, .span-minutes, .span-seconds {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.count-days, .count-hours, .count-minutes, .count-seconds{
    font-size: 25px;
    font-weight: 400;
    color: #424242;
}
.double-points{
    font-size: 25px;
    font-weight: 400;
    color: #424242;
    margin-left: 8px;
    margin-right: 8px;
    display: flex;
    align-items: center;
}

.count-container{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.text-under-counter{
    font-size: 15px;
    color: #8b8b8b;
}

.count-number{
    font-size: 25px;
    font-weight: 400;
    color: #424242;
}

.between-numbers{
    font-size: 24px;
    font-weight: 400;
    color: #424242;
    display: flex;
    align-items: center;
    margin-left: 9px;
    margin-right: 9px;
}
.between-numbers2{
    font-size: 13px;
    font-weight: 400;
    color: #424242;
    display: flex;
    align-items: center;
    margin-right: 9px;
}

.count-container-text{
    padding-top: 35px;
}



.procurement{
    margin-bottom: 34px;
    border-bottom: 2px solid #f4f4f4;
    padding-bottom: 49px;
}


.procurement-border-none{
    border-bottom: none;
    padding-bottom: 0;
}

.pagination-npt{
    padding-top: 0;
}

.procurement-plan{
    display: flex;
    flex-direction: column;
    width: 135px;
    text-align: center;
}
.procurement-plan a{
    text-decoration: none;
    font-size: 17px;
    color: #051e38;
}

.procurement-plan a:last-child{
    margin-top: 20px;
}

.mwidth{
    width: 155px;
}




/*  LAST MODIFICATIONS 25.05*/
.pointer{
    cursor: pointer;
}
.defaultpointer{
    cursor: default;
}


/*  Wordpress corrections   */

.paginate-wordpress{
    display: flex;
    align-items: center;
    width: 100%;
    padding-top: 15px;
}
.page-numbers{
    display: flex;
    align-items: center;
    padding: 10px;
    font-size: 15px;
    margin-right: 15px;
    display: block;
    color: #616060;
    text-decoration: none;
}
.current{
    color: #fff;
    background-color: #0a87d8;
}

.news-title h2 a{
    font-size: 21px;
    font-weight: 600;
    color: #051e38;
}

.wordpress_lists_pagination li{
    display: block;
    padding: 10px;
}
.wordpress_lists_pagination{
    display: flex;
    align-items: center;
}
.procurement-wordpress-p p{
    margin-bottom: 16px;
}
.procurement-wordpress-p{
    margin-top: 56px;
}


/* Languae switcher styles */
.select-styled select {
    border-radius: 25px;
    border: 1px solid #e2eaf0;
    font-size: 15px;
    color: #162d45;
    width: 80px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 18px;
    background-color: #fff;
    outline: none;
    -webkit-appearance:none;
	-moz-appearance:none;
    -ms-appearance:none;
    background: url(../img/selectBgLan.png);
    background-repeat:no-repeat;
    background-position:center right 20px;
}
.bold{
    font-weight: 500 !important;
}

.additiional-margin-top-main-page{
    margin-top: 18px !important;
}

.head-doctor-font-color{
    color: #1fafb6 !important;
}

/* Announcment index.html for JS */
.announcementForJS0{
    display: flex;
}

.announcementForJS1,.announcementForJS2, .announcementForJS3{
    display: none;    
}
.announcement-color0{
    background-color: #051e38;
}
.announcement-color1{
    background-color: #c0cbd7
}
.announcement-color2{
    background-color: #c0cbd7
}

.announcement-color3{
    background-color: #c0cbd7
}

/* Modal POPUPS index.php   */
.bg-modal{
    z-index: 1000;
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    justify-content: center;
    align-items: center;
    position:fixed;
    width: 100%;
    height: 100%;
}
.modal-close-button{
    position: absolute;
    top: 0;
    right: 14px;
    font-size: 60px;
    transform: rotate(45deg);
    cursor: pointer;
}

.modal-content{
  position: relative;
  background-color: #fff;
  width: 700px;
  padding: 46px 59px;
  border-radius: 7px;
}
.modal-content h2{
  margin-bottom: 30px;
  font-size: 27px;
  font-weight: 700;
}
.modal-input-service{
  width: 600px;
  margin-bottom: 50px;
  background-color: #fff;
  border: 2px solid #e3e3e6;
  font-size: 16px;
  color: #051e38;
  font-weight: 400;
  padding-left: 28px;
  padding-top: 30px;
  padding-bottom: 205px;
}
.modal-service-form{
  display: flex;
  flex-direction: column;
}
.message-submit-button{
  width: 160px;
  font-size: 18px;
  color: #051e38;
  padding: 20px 40px;
  background-color: #ffc300;
  border: none;
  border-radius: 30px;
}
.modal-close-button-color {
  color: #97a6b6;
}
/************************************** Medical  catalog*/
.medical-inner-button{
    width: 295px;
    color: #959595;
    font-size: 15px;
    font-weight: 400;
    border: none;
    outline: none;
    background-color: #fff;
    appearance:none;
    padding: 7px;
    background: url(../img/medical-organizations-arrow.png);
    background-repeat:no-repeat;
    background-position:right 15px;
}
.medical-button{
    width: 295px;
    color: #959595;
    font-size: 15px;
    font-weight: 400;
    border: none;
    outline: none;
    background-color: #fff;
    appearance:none;
    padding: 7px;
    background: url(../img/selectBg.png);
    background-repeat:no-repeat;
    background-position:right 15px;
}
.medicine-catalor-container{
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 2000;
    position: absolute;
    margin: 0 auto;
    display: none;
    bottom: 0;
}

body.nodisplay{
    overflow: hidden;
}
.catalog{
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 100vh;
}

.catalog-left{
    width: 41%;
    background-color: #dde7f2;
    padding-top: 20px;
    padding-right: 50px;
    padding-left: 29px;
    height: -webkit-fill-available;
}
.catalog-right{
    width: 59%;
    background-color: #fff;
    padding-top: 38px;
    height: -webkit-fill-available;
    position: relative;
}
.catalog-left h2{
    font-size: 34px;
    color: #ef352b;
    font-weight: 500;
    margin-bottom: 32px;
}
.catalog-left p{
    font-size: 17px;
    color: #051e38;
    font-weight: 400; 
    margin-bottom: 20px;
}
.catalog-left h3{
    color: #2068b2;
    font-size: 19px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 20px;
}
.catalog-stats{
    display: flex;
    width: 100%;
}

.catalog-stats1{
    display: flex;
    flex-direction: column;
    margin-right: 50px;
}
.catalog-stats2{
    display: flex;
    flex-direction: column;
    margin-right: 50px;
}
.catalog-stats3{
    display: flex;
    flex-direction: column;
}
.catalog-stats-number{
    font-size: 63px;
    font-weight: 500;
    color: #051e38;
}

.catalog-stats-text{
    font-size: 18px;
    
    font-weight: 400;
}
.catalog-wrapper{
    background-color: #f3f3fa;
}
.catalog-main{
    display: flex;
}
.health-organization-website-button{
    width: 188px;
    background-color: #2068b2;
    color: #fff;
    font-size: 18px;
    padding: 17px 0; 
    text-align: center;
    border-radius: 7px;
    border: none;
    margin-top: 25px;
}

.flex{
    display: flex;
    padding: 0;
}
.catalog-medical-organizations h2{
    color: #051e38;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 25px;
}
.catalog-medical-organizations{
    padding-left: 48px;
}

.government-button{
    width: 195px;
    padding: 0 20px;
    background-color: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 7px;
    font-size: 18px;
    color: #051e38;
    height: 43px;
}

.private-button{
    width: 150px;
    border: 1px solid #d2d2d2;
    border-radius: 7px;
    font-size: 18px;
    color: #051e38;
    padding: 0 36px;
    margin-left: 22px;
    height: 43px;
	background-color: #fff;
}

.medical-organization{
    display: flex;
    padding-left: 48px;
}
.lists-of-medical-organizations{
    margin-top: 38px;
    padding-top: 50px;
    border-top: 1px solid #f4f4f4;
    width: 100%;
    padding-bottom: 48px;
    display: block;
}
.medical-organization-left{
    margin-right: 11px;
}
.lists-of-medical-organizations{
    overflow-y: scroll;
    height: 449px;
}
.medical-organization-right h3{
    color: #2068b2;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 20px;
}
.medical-organization-right p{
    font-size: 16px;
    color: #051e38;
}
.medical-organization{
    margin-bottom: 45px;
    padding-bottom: 10px;
    padding-right: 10px;
}

.medical-organizations-select {
    background: url(../img/medical-organizations-arrow.png);
    background-repeat:no-repeat;
    background-position:right 15px;
}

.medical-organization-open{
    margin-top: 36px;
    display: none;
}

.medical-organization-open-head{
    display: flex;
    padding-left: 48px;
    border-top: 2px solid #f4f4f4;
    padding-top: 29px;
    align-items: center;
}
.medical-organization-open-head img {
    margin-right: 20px;
}

.medical-organization-open-head h3{
    color: #2068b2;
    font-size: 19px;
    font-weight: 600;
}
.medical-organization-open-content{
    padding-top: 45px;
    margin-left: 48px;
    margin-right: 29px;
    border-top: 2px solid #f4f4f4;
    margin-top: 28px;
    display: flex;
}
.medical-organization-open-content-left{
    margin-right: 48px;
}
.medical-organization-open-content-right{
    padding-top: 14px;
}
.medical-organization-open-content-right h3{
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #051e38;
}
.medical-organization-open-content-right span{
    color: #6a747e;
    font-size: 17px;
    font-weight: 400;
}
.medical-organization-open-content-right p{
    font-size:  18px;
    color: #051e38;
    font-weight: 400;
    margin-top: 30px;
}
.open-organization-button1{
    width: 192px;
    padding: 15px 29px;
    font-size: 18px;
    color: #051e38;
    background-color: #fff;
    border: 1px solid #cecece;
    border-radius: 7px;
    margin-right: 14px;
}
.medical-organization-open-button{
    margin-top: 48px;
}

.go-back-button{
    width: 218px;
    height: 43px;
    background-color: #fff;
    border: 1px solid #cecece;
    outline: none;
    border-radius: 7px;
    font-size: 18px;
    font-weight: 400;
    color: #051e38;
    margin-left: 90px;
    display: none;
}
.medical-organization-buttons{
    display: flex;
}

.close-medical-organization{
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 60px;
    transform: rotate(45deg);
    cursor: pointer;
    color: #97a6b6;
}

.hide{
    display: none;
}
.appear{
    display: block;
}

/* Medicine catalog ends */

/*     Facebook whatsapp sharing         */

.facebook-button{
    display: none !important;
}
.whatsapp-button{
    display: none !important;
}
.ya-share2__item_service_facebook .ya-share2__icon{
    background-image: url('../img/icon-facebook-about.png') !important;
    background-position: center !important;
    width: 31px !important;
    height: 31px !important;
}
.ya-share2__item_service_whatsapp .ya-share2__icon {
    background-image: url('../img/phone-icon-about.png') !important;
    background-position: center !important;
    width: 31px !important;
    height: 31px !important;
}
.ya-share2__item_service_whatsapp .ya-share2__badge{
    background-color: #fff !important;
}



.ya-share2__item_service_facebook .ya-share2__badge {
    background-color: #fff !important;
}



/* Counter */
.countdown p{
    display: flex;
    flex-direction: column;
}
.flex-row {
    display: flex;
}
.flex-row span{
    font-size: 25px;
    font-weight: 400;
    color: #424242;
}
.timer{
    display: flex;
    flex-direction: column;
}

.flex-row1{
    display: flex;
}

.flex-row1 span{
    font-size: 10px;
}
.flex-row-text span{
    font-size: 15px;
}
.flex-row-text{
    display: flex;
}
/* Mission additional styles*/
.marginTop38px{
    margin-top: 38px;
}


/* Departments additional styles */
.departments-no-padding{
    padding-bottom: 0;
    border-bottom: none;
}

.about-departments {
    padding-bottom: 80px;
}

.raydiagnostics-img {
    width: 100% !important;
}

/* Appeal of head doctor    */
.comment-form-cookies-consent, .comment-notes, .comment-reply-title{
    display: none;
}

/*       Fonts   setup          */
@font-face{
    font-family: 'Qanelas Soft';
    src:url("fonts/Radomir Tinkov - QanelasSoft-Regular.otf") format("OpenType");
    font-style: normal;
    font-weight: normal;
  }
@font-face{
    font-family: 'Qanelas Soft';
    src:url("fonts/Radomir Tinkov - QanelasSoft-Bold.otf") format("OpenType");
    font-style: normal;
    font-weight: bold;
  }
@font-face{
    font-family: 'Qanelas Soft';
    src: url("fonts/Radomir\ Tinkov\ -\ QanelasSoft-RegularItalic.otf") format("OpenType");
    font-style: italic;
    font-weight: normal;
}

@font-face{
    font-family: 'Qanelas Soft';
    src: url("fonts/Radomir\ Tinkov\ -\ QanelasSoft-Light.otf") format("OpenType");
    font-style: normal;
    font-weight: lighter;
}

@font-face{
    font-family: 'Qanelas Soft';
    src: url("fonts/Radomir\ Tinkov\ -\ QanelasSoft-Medium.otf") format("OpenType");
    font-style: normal;
    font-weight: 500;
}

@font-face{
    font-family: 'Qanelas Soft';
    src: url("fonts/Radomir\ Tinkov\ -\ QanelasSoft-SemiBold.otf") format("OpenType");
    font-style: normal;
    font-weight: 600;
}

.news-article-body ol {
    margin-left: 20px;
    margin-bottom: 15px;
}
.news-article-body ol li {
    margin-left: 20px;
    margin-bottom: 10px;
    font-size: 17px;
    color: #051e38;
}
.contact-new-left {
    width: auto !important;
}
.bordered {
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc;
    -moz-box-shadow: 0 1px 1px #ccc;
    box-shadow: 0 1px 1px #ccc;
    border-top: 0;
    font-size: 14px;
    width: 100%;
}
.bordered td:first-child, .bordered th:first-child {
    border-left: none;
}
.bordered td, .bordered th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
}
.bordered-title {
    text-align: center;
    background: #dde7f2;
    font-weight: 600;
}
.bordered tr:hover {
    background: #dde7f2;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.bordered-text p {
    margin-bottom: 20px;
}
.news-img img {
    width: 450px;
    object-fit: cover;
}
.head-doctor-image img {
    width: 250px;
}
.head-doctor-management-left img {
    width: 250px;
}