.bigslider .item {background: #0a3989;}
#add_feedbacks textarea, #add_feedbacks input {text-align:left; padding-left: 10px; }

#add_feedbacks td {
  vertical-align: top;
  text-align: left;
}

.sidebar li {
  line-height: 1.2;
  padding-top: 20px;
}
.sidebar li li {
  line-height: 1.2;
  padding-top: 10px;
}

article.services{
  padding-bottom: 40px;
}

body {
  overflow-x: hidden;
}

.news.main-page {
  margin: 0;
  padding: 0;
  background: #f0f0ea /*url(//static.medassist-k.ru/img/bg.jpg) no-repeat 50% 100%/**/;
  overflow: hidden;
}
.container-bg-main {
  margin-bottom: 0;
  padding-bottom: 8em;
}
.news.main-page,
.container-bg-main {
  margin-top: 0;
  padding-top: 3em;
}

/*===========================================================================
*   TABLES style like Bootstrap
*/
.table {
 width: 100%;
 max-width: 100%;
 margin-bottom: 1rem;
}
.table th,
.table td {
 padding: 0.75rem;
 vertical-align: top;
 line-height: 1.2em;
 border-top: 1px solid #eceeef;
}
.table thead th {
 vertical-align: bottom;
 border-bottom: 2px solid #eceeef;
}
.table tbody + tbody {
 border-top: 2px solid #eceeef;
}
.table .table {
 background-color: #fff;
}
.table-sm th,
.table-sm td {
 padding: 0.1rem 0.7rem;
}
.table-bordered {
 border: 1px solid #eceeef;
}
.table-bordered th,
.table-bordered td {
 border: 1px solid #eceeef;
}
.table-bordered thead th,
.table-bordered thead td {
 border-bottom-width: 2px;
}
.table-striped tbody tr:nth-of-type(odd) {
 background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
 background-color: rgba(0, 0, 0, 0.075);
}
.table-active,
.table-active > th,
.table-active > td {
 background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover {
 background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
 background-color: rgba(0, 0, 0, 0.075);
}
.table-success,
.table-success > th,
.table-success > td {
 background-color: #dff0d8;
}
.table-hover .table-success:hover {
 background-color: #d0e9c6;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
 background-color: #d0e9c6;
}
.table-info,
.table-info > th,
.table-info > td {
 background-color: #d9edf7;
}
.table-hover .table-info:hover {
 background-color: #c4e3f3;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
 background-color: #c4e3f3;
}
.table-warning,
.table-warning > th,
.table-warning > td {
 background-color: #fcf8e3;
}
.table-hover .table-warning:hover {
 background-color: #faf2cc;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
 background-color: #faf2cc;
}
.table-danger,
.table-danger > th,
.table-danger > td {
 background-color: #f2dede;
}
.table-hover .table-danger:hover {
 background-color: #ebcccc;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
 background-color: #ebcccc;
}
.thead-inverse th {
 color: #fff;
 background-color: #292b2c;
}
.thead-default th {
 color: #464a4c;
 background-color: #eceeef;
}
.table-inverse {
 color: #fff;
 background-color: #292b2c;
}
.table-inverse th,
.table-inverse td,
.table-inverse thead th {
 border-color: #fff;
}
.table-inverse.table-bordered {
 border: 0;
}
.table-responsive {
 display: block;
 width: 100%;
 overflow-x: auto;
 -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive.table-bordered {
 border: 0;
}

.table ul li::before{
	content: '';
    display: block;
    margin-right: 6px;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    background: #0b3c88;
    position: absolute;
    top: 8px;
    right: 100%;
}

.upload-file {
     margin-top: .2em;
     position: relative;
     overflow: hidden;
     width: 100%;
     height: 36px;
     background: #fff;
     border: 1px solid #d1d1d3;
     border-radius: 5px;
     text-align: left;
}

.file-block.unactive{display: none!important}

.upload-file input[type="file"]{
    display: none;
}

.upload-file label {
     display: block;
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     cursor: pointer;
}

.load-button{
  width: 36px;
  height: 36px;
  line-height: 27px;
  text-align: center;
  border-right: 1px solid #d1d1d3;
}

.load-button,
.filename{
  display: inline-block;
  vertical-align: middle;
}

.filename{
  position: relative;
  top: -1px;
  padding-left: 38px;
  font-family: "Proxima Nova", sans-serif;
  font-size: 15px;
  font-weight: normal;
}

footer.page .title i {padding-right:.5em;}
a.popup.btn.lines {padding-left:5px;padding-right:5px;}
.btn i {padding-right:.3em;vertical-align:-20%;}
@media screen and (max-width: 617px){
  .btn i{padding-right: 0}
}
.copyrights i {vertical-align:5%;}

a.btn.visimp-button{
  background-color: #fff;
  color: #00a1d8!important;
  border: 1px solid #00a1d8;
  cursor: pointer;
}
a.btn.visimp-button:hover{
  color: #00a1d8;
  border: 1px solid #00a1d8;
}
.small {
  font-size: 1em;
  color: #666;
  margin: 2em 0 0 2em;
  line-height: 1;
}
.small:before {
  content: "* ";
}

/* PRICE /**/
article.prices .items li:first-child {
  margin-left: 0;
}
article.prices .items li:nth-child(n) {
  margin-left: 10px;
}
article.prices .items li span.toggle {
  font-weight: bold;
}
/*
article.prices table.opened tbody.opened tr th div {margin-left:.5em;}
article.prices table.opened tbody.opened tr td .service-one {margin-left:.5em;}
article.prices table.opened tbody.opened tr td .service-two {margin-left:1em;}/**/

section.reviews .items .review-date {
  padding-top: 1em;
  font-size: .9em;
  color: #9c9c9c;
}

.price-value {
  text-align: right;
  width: 20%;
  vertical-align: middle;
}

.service-description{
  font-size: 15px;
  line-height: 1.2;
  color: #8ac751;
  font-weight: bold;
}

.title-search-item i {
  color: #c1c1c1;
}

div .form .note {
  text-align: left;
  font-size: .8em;
  line-height: normal;
}
div .form .note p.bottom {
  padding-top: 10px;
  padding-left: 20px;
  text-indent: -9px;
}/**/
div .form .note p.huge .fas {
  padding: 15px 0 0 15px;
  position: absolute;
}
div .form .note p.huge span {
  padding-top: 10px;
  padding-left: 4em;
  display: block;
}
/* ERROR REPORTING BOX /**/
div .form .note.error font.errortext {
  background: red;
  padding-top: 10px;
  padding-left: 4em;
  display: block;
}


/* Fixed table header /**/
#header-fixed {
  width: calc(100% - 30px);
  max-width: 1224px;
  display: none;
  position: fixed;
  top: 55px;
  left: calc((100% - 1224px)/2);
  padding-top: 39px;
  background-color: #f5f5f7;
}
#header-fixed th,
#header-fixed th .weekday {
  font-size: .75em;
}
#header-fixed th.nav {
  min-width: 140px;
  padding-left: 10px;
  vertical-align: middle;
}
#header-fixed tr:nth-child(2) {
  display: none;
}

@media screen and (max-width: 1269px) {
  #header-fixed {
    left: 15px;
  }
}


#service_menu li {
  line-height: normal;
  padding-bottom: .5em;
}
@media only screen and (max-width:479px) {
  #service_menu li {
    padding-bottom: .7em;
  }
}
#service_menu .next-lvl {
  padding-left: 1em;
}

@media only screen and (min-width:768px) {
  #service_menu .last .next-lvl:first-child,
  #service_menu .last .next-lvl:nth-child(2){
    padding-left: 0;
  }
}

@media only screen and (max-width:768px) {
  .form .row .col-tb-100 {
    margin-bottom: 5px;
  }
}

/* FORM STYLE /**/
@media only screen and (min-width:768px) {
  #add_feedbacks .row > [class^="col-"],
  #add_feedbacks .row > [class*=" col-"] {
    margin-bottom: 18px;
  }
}

#add_feedbacks .error,
#add_feedbacks .success,
#form_fb1 .error,
#form_fb1 .success {
  border-left: 3px solid;
  border-radius: 5px;
  transition: border-color .5s ease-out;
}
#add_feedbacks .error,
#form_fb1 .error {
  border-left-color: #f05b70;
}
#add_feedbacks .success,
#form_fb1 .success {
  border-left-color: #67ae3e;
}

#vk_like {
  display: block;
  margin-bottom: .5em;
}
#ok_shareWidget {
  padding-left: 1px;
}

/* Bages /**/
.badge {
  padding: 1px 9px 2px;
  font-size: 12.025px;
  font-weight: bold;
  white-space: nowrap;
  color: #ffffff;
  background-color: #999999;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.badge-mute {
  background-color: #ccc;
}
.badge-mute:hover {
  background-color: #c1c1c1;
}
.badge-danger {
  background-color: #f05b70;
}
.badge-danger:hover {
  background-color: #953b39;
}
.badge-warning {
  background-color: #f89406;
}
.badge-warning:hover {
  background-color: #c67605;
}
.badge-success {
  background-color: #67ae3e;
}
.badge-success:hover {
  background-color: #91ca3c;
}
.badge-info {
  background-color: #3a87ad;
}
.badge-info:hover {
  background-color: #2d6987;
}
.badge-inverse {
  background-color: #333333;
}
.badge-inverse:hover {
  background-color: #1a1a1a;
}

.pull-left {
  float: left;
}
.pull-right {
  float: right;
}

.text-size-12 {
  font-size: 1.4em;
}

.news-page-content{
    margin-bottom: 50px;
}

.news-block{
    position: relative;
    margin: 0 -15px 35px;
    padding-bottom: 15px;
    font-size: 0;
}

.news-content-block{
    padding: 0 15px;
    display: inline-block;
    vertical-align: top;
}

.news-content-block.photo-block{
    width: 413px;
}

.news-content-block.info-block{
    width: calc(100% - 413px);
}

a.news-title{
    display: inline-block;
    font-weight: bold;
    font-size: 22px;
    text-decoration: none;
    border-bottom: none;
    color: #2a2a2a;
}

a.news-title:hover{
    color: #8bbd1e;
}

.news-anons{
    margin: 15px 0 0;
    font-size: 16px;
}

.news-date{
	margin-top: 10px;
}

.news-date .badge{
    cursor: default;
}

.news-date .badge-success:hover{
    background-color: #67ae3e;
}

.main-news-photo{
    width: 100%;
    height: auto;
}

.more-photo-block{
    margin-top: 30px;
}

.more-photo-title{
    font-size: 28px;
    margin-bottom: 20px;
}

.photos-container{
    margin: 0 -15px;
    font-size: 0;
}

.more-photo-block .photo-block{
    width: 33.3333%;
    padding: 0 15px;
    margin-bottom: 30px;
    display: inline-block;
    vertical-align: top;
}

.photo-block img{
    width: 100%;
    height: auto;
}

@media screen and (max-width: 991px){
	.news-content-block.photo-block{
		width: 100%;
	}

	.news-content-block.photo-block img{
		max-width: 380px;
	}

	.news-content-block.info-block{
		width: 100%;
		margin-top: 25px;
	}
}

@media screen and (max-width: 767px){
	.photos-container{
		text-align: center;
	}
	.more-photo-block .photo-block{
		width: 100%;
		max-width: 330px;
	}
	#vk_like{
		width: 100%!important;
		max-width: 350px;
	}
	#vk_like iframe{
		width: 100%!important;
		max-width: 350px;
	}
}


/* VISIMP STYLES */


.font-min{
    font-size: 20px;
}

.font-mid{
    font-size: 25px;
}
.font-max{
    font-size: 30px;
}

.color-1{
    background-color: #fff!important;
    color: #000!important;
    border-color: #000!important;
}

.color-2{
    background-color: #000!important;
    color: #fff!important;
    border-color: #fff!important;
}

.color-3{
    background-color: #9dd1ff!important;
    color: #195183!important;
    border-color: #195183!important;
}

.visimp-button{
  cursor: pointer;
}

.visimp-control-container{
    width: 1230px;
    margin: 0 auto;
    display: none;
    padding: 15px;
    margin-bottom: 6px;
    border: 1px solid #000;
    border-radius: 0 0 4px 4px;
    border-top: 0;
    box-sizing: border-box;
    background-color: #fff;
    color: #000;
}

.visimp-control-container.active{
    display: block;
}

.visimp-element-block{
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
}

.visimp-element-block:last-child{
    margin-right: 0;
}

.visimp-element-block__title,
.visimp-element-block__control{
    display: inline-block;
    vertical-align: middle;
}

.visimp-element-block__title{
    margin-right: 5px;
}

.visimp-element-block__control{
    font-size: 0;
    border: 1px solid black;
    font-size: 0;
}

.control-button{
    padding: 5px 10px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    line-height: 28px;
    border: 1px solid transparent;
    border-right: 1px solid black;
    cursor: pointer;
    box-sizing: border-box;
}
.control-button:last-child{
    border-right: 1px solid transparent;
}

.control-button:hover{
    border: 1px dotted #000;
}

.control-button.font-mid{
    font-size: 25px;
}

.control-button.font-max{
    font-size: 30px;
}

.control-button.active:after{
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -7px;
    left: 0;
    background-color: #000;
}

.control-button.color-1{
    background-color: #fff;
    color: #000;
}

.control-button.color-2{
    background-color: #000;
    color: #fff;
}

.control-button.color-3{
    background-color: #9dd1ff;
    color: #195183;
}
.hide-images img{
    display: none;
}
.hide-images{
    background-image: none;
}

@media screen and (max-width: 767px){
  article.prices .items li:nth-child(n) {
    margin-left: 5px;
  }
}

.list-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

@media screen and (max-width: 549px) {
  .list-block {
    grid-template-columns: 1fr;
  }
}

.list-block__element {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  top: 0;
  background: #f5f5f7;
  border-radius: 5px;
  box-shadow: 0 10px 20px rgb(0 0 0 / 25%);
  transition: box-shadow .25s,top .25s;
}

.list-block__element:hover {
  top: -11px;
  box-shadow: 0 37px 50px rgb(0 0 0 / 25%);
}

.list-block__element__title {
  padding: 27px 30px 30px;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.33;
  text-align: center;
  color: #000;
}

.personal-modal{
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
}

.personal-modal-container{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.personal-modal-content{
  width: 100%;
  max-width: 400px;
  position: relative;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.personal-modal-body{
  padding: 35px 30px 35px 30px;
  font-size: 14px;
  line-height: 20px;
}

.personal-modal-body h2{
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 19px;
}

.personal-modal-body h2 span{
  margin-right: 5px;
}

.personal-modal-body ul{
  margin-bottom: 20px;
  padding-left: 12px;
}

.personal-modal-body ul li{
  position: relative;
}

.personal-modal-body ul li:before{
  content: '';
  display: block;
  margin-right: 6px;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background: #0b3c88;
  position: absolute;
  top: 6px;
  right: 100%;
}

.personal-modal-body a{
  text-decoration: none;
  color: #0b3c88;
  border-bottom: 1px solid #bac7db;
  transition: all .25s linear;
}

.personal-modal-body a:hover{
  color: #2786c2;
  border-color: transparent;
}

.personal-modal-button{
  display: inline-block;
  border-radius: 4px;
  padding: 11px 10px 9px;
  min-height: 36px;
  font: bold 12px/16px 'Proxima Nova',sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: #fff !important;
  background: #00a1d8;
  transition: background .25s,color .25s,border-bottom .25s,opacity .25s !important;
}

.personal-modal-button:hover{
  border-color: transparent;
  opacity: 0.9;
}

.close-personal-modal{
  width: 40px;
  height: 40px;
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: #00C0F3;
  background-image: url(images/close-modal.svg);
  background-position: center;
  background-repeat: no-repeat;
  border: 5px solid rgba(255, 255, 255, 0.29);
  border-radius: 50%;
  opacity: 1;
  cursor: pointer;
  transition: opacity .25s;
}

.close-personal-modal:hover{
  opacity: 0.9;
}

@media screen and (max-height: 500px){
  .personal-modal img{
    display: none;
  }
}

.drop-filter {
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1px;
  background-color: #8ac751;
  color: #fff!important;
  font-weight: 700;
  text-decoration: none;
  border-radius: 4px;
}

.drop-filter:hover {
  opacity: .9;
}

.vacancies .text p {
  font-size: 16px;
}

.summary .service-anons ul {
  padding-left: 40px;
}
.summary .service-anons ul li {
  position: relative;
}
.summary .service-anons ul li + li{
  margin-top: 0.4em;
}

.summary .service-anons ul li::before {
  content: '';
  display: block;
  margin-right: 6px;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background: #0b3c88;
  position: absolute;
  top: 9px;
  right: 100%;
}

.summary .service-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 200px;
}

.summary .service-images img {
  width: 100%;
  height: 100%;
}

.summary .service-image {
  display: flex;
  justify-content: center;
}

.summary .service-image img{
  width: 100%;
  max-width: 800px;
}

@media only screen and (max-width:768px) {
  .summary .service-images {
    gap: 100px;
  }
}

@media only screen and (max-width:599px) {
  .summary .service-images {
    gap: 30px;
  }
}

.link-block{
    display: flex;
    justify-content: center;
    align-items: center;
}

.link-block p:first-child{
    margin-right: 50px;
}

@media screen and (max-width: 649px) {
    .link-block{
        flex-direction: column;
    }

    .link-block p:first-child{
        margin-right: 0;
        margin-bottom: 0;
    }
}

/* 3d-tour */
.tour iframe{
    width: 100%;
    height: 80vh;
}

@media screen and (max-width: 999px){
    .tour iframe{
        height: 70dvh;
    }
}
/* 3d-tour */

/* qr-код на макс в футере */
.qr-max{
    margin-top: 10px;
}

.qr-max-img{
    display: inline-block;
    width: 56px;
    height: 56px;
    margin-right: 15px;
}
/* qr-код на макс в футере */