.logo-var {
  display: inline-block;
  text-align: center;
}
/*.logo-var:hover {*/
  /*opacity: .7;*/
/*}*/
.logo-var img {
  height: 38px;
}
.lang-switch{
  display: inline-block;
  margin-right: 20px;
}
.overflow-auto {
  overflow: auto;
}

/*.overflow-auto:after {*/
  /*content: " ";*/
  /*position: absolute;*/
  /*display: block;*/
  /*bottom: -10px;*/
  /*left: 0;*/
  /*width: 100%;*/
  /*-webkit-box-shadow: 0 0 15px 20px #f1f1f1;*/
  /*box-shadow: 0 0 15px 20px #f1f1f1;*/
/*}*/
.max-height-600 {
  max-height: 570px;
}.max-height-800 {
  max-height: 800px;
}.max-height-1000 {
  max-height: 982px;
}

/*.post-unit--job .post-unit__content {*/
  /*display: flex;*/
/*}*/

@media (max-width: 800px) {
  .post-unit--job .post-unit__content {
    display: block;
  }
}

@media (max-width: 750px) {
  .max-height-800 {
    max-height: none;
  }.max-height-1000 {
     max-height: none;
   }
}

@media (max-width: 980px) {
  .max-height-800 {
    max-height: 360px;
  }.max-height-1000 {
     max-height: 1000px;
   }
}
.editors-choice__time {
  position: absolute;
  top: 30px;
  left: 30px;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
}
.editors-choice__dots {
  position: absolute;
  top: 10px;
  left: 15px;
  z-index: 2;
}
.carousel__dot {
  margin-bottom: 3px;
  display: inline-block;
}
.slick_dots_own .slick-dots {
  position: initial;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}

.slick_dots_own .slick-dots li button:before{
  font-size: 16px;
}
.article article{
  padding-top: 10px;
  padding-bottom: 10px;
}
.article article:nth-child(2n){
  background: #e9f5fd;
}
.post-unit__person-info-small{
  font-size: 14px;
}
.post-unit__item a{
  color: #337ab7;
}
.grey{
  font-size: 12px;
  color: #7f8c8d;
}
.post-unit__person-link-image{
  object-fit: cover;
  object-position: top;
}
.post-unit__title a{
  color: #121212;
}
.post-unit__presentation-link-image{
  object-fit: cover;
  object-position: top;
}
.main-title a{
  font-size: 21px;
  font-weight: 700;
  color: #121212;
  text-align: left;
  padding-left: 15px;
}
.main-title a:hover{
  color: #164666;
}
.post-image{
  margin-bottom: 10px;
}
.post-image img{
  max-width: 100%;
  display: block;
}
.post-unit__title-under{
  margin-bottom: 0;
}
.post-unit__title-under a{
  font-size: 15px;
  font-weight: 400;
}
.post-unit__body-mod{
  padding-bottom: 5px;
}
.post-unit__footer-item i{
  font-family: FontAwesome;
}
.more-link {
  display: block;
  text-align: right;
  padding: 10px 15px ;
  color: #7f8c8d;
}
.more-link i{
  font-family: FontAwesome;
}
/*calendar*/
.calendar {
  background-color: #fff;
  position: relative;
  overflow: hidden;
  text-transform: capitalize;
  text-align: center;
  font: 15px/1em inherit;
  color: #545A5C; }
.calendar a {
  text-decoration: none;
  color: inherit; }
.calendar header .simple-calendar-btn {
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #CBD1D2;
  border-radius: 50%;
  border: 2px solid #CBD1D2; }
.calendar header .simple-calendar-btn:hover {
  background: #CBD1D2;
  color: white; }
.calendar header .simple-calendar-btn:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 8px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 3px 3px 0 0;
  transform: rotate(45deg);
  transform-origin: center center; }
.calendar header .btn-prev {
  top: 15px;
  left: 15px;
  transform: rotate(-180deg); }
.calendar header .btn-next {
  top: 15px;
  right: 15px; }
.calendar header .btn-next:before {
  transform: rotate(45deg); }
.calendar header .month {
  padding: 0;
  margin: 0;
  color: #121212;
}
.calendar header{
  padding-top: 10px;
}
.calendar header .month .year {
  font-size: 0.6em;
  font-weight: 100; }
.calendar table {
  width: 100%;
  margin: 20px 0;
  border-spacing: 0px; }
.calendar thead {
  font-size: 1.2em;
  font-weight: 600; }
.calendar td {
  padding: 0; font-size: 16px; color: #121212;}
.calendar .day {
  position: relative;
  display: block;
  padding: 10px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  line-height: 32px;}
.calendar .day:hover {
  border: none; }
/*.calendar .day.today {*/
  /*background: #6691CC;*/
  /*color: white; }*/
.calendar .day.today.has-event:after {
  background: white; }
.calendar .day.wrong-month {
  color: #CBD1D2; }
.calendar .day.wrong-month:hover {
  border: none; }
.calendar .day.has-event:after {
  content: none;
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
  height: 4px;
  border-radius: 0;
  z-index: 55;
  background: #6691CC; }
.calendar .day.disabled {
  cursor: default; }
.calendar .day.disabled:hover {
  border: none; }
.calendar .event-container {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  background: #545A5C;
  box-sizing: border-box; }
.calendar .event-container .event-wrapper {
  overflow-y: auto;
  max-height: 100%;
  padding-top: 47px;
}
.calendar .event-container .close {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 20px;
  right: 20px;
  cursor: pointer; }
.calendar .event-container .close:before, .calendar .event-container .close:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background-color: #CBD1D2; }
.calendar .event-container .close:before {
  transform: rotate(45deg); }
.calendar .event-container .close:after {
  transform: rotate(-45deg); }
.calendar .event-container .event {
  position: relative;
  width: 100%;
  padding: 1em;
  margin-bottom: 1em;
  background: #2980b9;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.12);
  text-align: left;
  color: white; }
.calendar .event-container .event-date {
  margin-bottom: 1em; }
.calendar .event-container .event-hour {
  float: right; }
.calendar .event-container .event-summary {
  font-weight: 600;
  font-size: 14px;
}
.calendar .filler {
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: #545A5C;
  transform: translate(-50%, -50%); }
.has-event{
  background-color: #6691CC;
  color: #fff;
}
/*services page*/
.service-container{
  display: flex;
  flex-wrap: wrap;
}
.service-element{
  width: 33.33%;
}
.service-element:nth-child(2n+1){
  background-color: #e9f5fd;
}
.service-element__image{
  display: block;
  width: 100px;
  height: 100px;
  background-color: #ccc;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 15px auto;
}
.service-element__image img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}
.service-index{
  height: 100%;
  box-sizing: border-box;
  padding: 20px;
}
@media screen and (max-width: 768px){
  .service-element{
    width: 50%;
  }
}
@media screen and (max-width: 475px){
  .service-element{
    width: 100%;
  }
}
/*.service-index-0,.service-index-3,.service-index-4,.service-index-7,.service-index-8{*/
  /*background-color: #e9f5fd;*/
/*}*/
.review-single{
  display: flex;
}
.review-single .review-image{
  width: 200px;
  min-width: 200px;
  height: 200px;
  object-fit: cover;
  object-position: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 25px;
}
@media screen and (max-width: 768px){
  .review-single{
    flex-direction: column;
  }
  .review-image{
    margin: 0 auto 20px auto;
  }
}
.article .article__presentation.service-image-style {
  max-width: 150px;
  display: block;
  margin: 0 auto 30px auto;
}
.footer__column img {
  height: 38px;
}
.footer__column p {
  margin: 0;
}
.align-items-center {
  align-items: center;
}