@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,500,700&display=swap&subset=cyrillic");
body {
  font-family: Arial, serif;
  font-size: 16px;
  line-height: normal;
}
a {
    color: #27a5dd;
    text-decoration: none;
    background-color: transparent;
}

a:hover, a:focus {
  text-decoration: none;
}

ul {
    margin: 0px;
    padding: 0px;
}
.row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
section {
  padding: 25px 0;
}
.bg-gray {
  background-color: #f9f9f9;
}
.bg-2 {
  background: url(../img/block-bg-2.png) no-repeat top right;
  background-size: cover;
}
.bg-3 {
  background: #f9f9f9;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15);
}
.bg-4 {
  color: #fff;
  background: #27a5dd;
}
.text-blue {
  color: #27a5dd;
}
.page-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #27a5dd;
  margin-top: 15px;
  margin-bottom: 25px;
}
.subtitle {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #4c4c4c;
  margin-top: 35px;
  margin-bottom: 25px;
  padding-bottom: 7px;
  border-bottom: 2px solid #c4c4c4;
}
.informer-red {
  display: block;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  color: #ea361e;
}
input,
textarea {
  outline: none;
}
.center-block {
  display: block;
  margin: 0 auto;
}
.btn-all {
  text-transform: uppercase;
  color: #046793;
  font-size: 18px;
  line-height: 24px;
  vertical-align: middle;
}
.btn-all:hover {
  color: #046793;
  font-weight: bold;
  text-decoration: none;
}
.btn-all::before {
  color: #046793;
  content: "\f03a";
  font: normal normal normal 16px/1 FontAwesome;
  font-size: 24px;
  line-height: 24px;
  vertical-align: middle;
  text-rendering: auto;
  margin-right: 5px;
}
.navbar-brand {
  width: 180px;
}
.navbar-nav .dropdown-menu {
    min-width: 300px;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border: 0;
}
.slider .slider-item {
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left, center center;
  height: 600px;
}
.slider .slider-item .slider-item__gradient {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(13, 102, 141, 0.3)),
    to(rgba(13, 102, 141, 0.5))
  );
  background: -o-linear-gradient(
    top,
    rgba(13, 102, 141, 0.3) 0%,
    rgba(13, 102, 141, 0.5) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(13, 102, 141, 0.3) 0%,
    rgba(13, 102, 141, 0.5) 100%
  );
}
.slider-item__card {
  position: relative;
  -webkit-filter: drop-shadow(2px 2px 3px #000);
  filter: drop-shadow(2px 2px 3px #000);
}
.card-title-sl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 10px 15px 10px 37px;
  margin: 0 15px;
  background-color: #fff;
  z-index: 10;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-clip-path: polygon(
    20px 0,
    100% 0,
    100% 0,
    100% calc(100% - 20px),
    calc(100% - 20px) 100%,
    0 100%,
    0 100%,
    0 20px
  );
  clip-path: polygon(
    20px 0,
    100% 0,
    100% 0,
    100% calc(100% - 20px),
    calc(100% - 20px) 100%,
    0 100%,
    0 100%,
    0 20px
  );
}
.card-title-sl:hover {
  outline: 2px solid #27a5dd;
  text-decoration: none;
}
.card-title-sl span {
  display: block;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  color: #27a5dd;
}
.card-title-sl img.icon,
.card-desc img.card-desc__icon {
  display: block;
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.card-desc img.card-desc__icon {
  width: 50px;
  height: 50px;
}
.card-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 0 20px;
  margin: 0 15px;
  z-index: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.card-desc .card-desc__text {
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
.card-desc ul {
  list-style: none;
}
.card-desc ul li {
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
}
.card-desc ul li a {
  display: inline-block;
  color: #fff;
}
.card-desc ul li a:hover {
  color: #27a5dd;
}
.home-slider .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.home-slider .owl-dots .owl-dot {
  position: relative;
  margin-right: 28px;
  outline: none;
}
.home-slider .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.home-slider .owl-dots .owl-dot span {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
}
.home-slider .owl-dots .owl-dot.active span {
  background: #f7ff44;
}
.home-slider .owl-dots .owl-dot.active span::before {
  content: "";
  background: url(../img/ellipse.svg) no-repeat center center;
  width: 26px;
  height: 26px;
  position: absolute;
  top: -6px;
  left: -7px;
}
.home-slider .owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 20px 0;
}
.section-title {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #27a5dd;
  text-align: center;
}
.phone-free {
  font-size: 22px;
  color: #27a5dd;
  font-weight: bold;
  padding-right: 5px;
}
.phone-free:hover {
  color: #27a5dd;
}
.search input.search-input {
  border: none;
  border-bottom: 1px solid #27a5dd;
  font-style: italic;
  padding: 0 5px;
  outline: none;
  background-color: inherit;
}
.search .search-btn {
  background-color: inherit;
  border: none;
  color: #27a5dd;
  font-size: 24px;
}
.site-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px;
  background: #27a5dd;
  border-bottom: 2px solid #046793;
  margin-bottom: 24px;
  position: relative;
}
.site-link::after {
  content: "";
  border-bottom: 15px solid #046793;
  border-left: 15px solid transparent;
  border-top: 15px solid transparent;
  position: absolute;
  bottom: 0px;
  right: 0;
}
.site-link:hover {
  cursor: pointer;
  background: rgba(112, 145, 160, 0.9);
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.site-link span {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}
.icon-globus {
  display: inline-block;
  width: 31px;
  height: 31px;
  background: url(../img/globus.svg) no-repeat center center;
  background-size: contain;
  margin-right: 15px;
}
.favourites {
  height: 280px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.favourites-filter {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: rgba(0, 0, 0, 0.2);
}
.favourites .favourites__title {
  color: #fff;
  padding: 10px;
}
.favourites a,
.favourites a .favourites__title:hover {
  color: #fff;
  text-decoration: none;
}
.corner-box-6 {
  position: relative;
}
.corner-ribbon-6 {
  width: 80px;
  height: 80px;
  overflow: hidden;
  position: absolute;
}
.corner-ribbon-6::before,
.corner-ribbon-6::after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  border: 5px solid #4c4c4c;
}
.corner-ribbon-6 span {
  position: absolute;
  display: block;
  width: 105px;
  padding: 5px 0;
  background-color: #046793;
  color: #f7ff44;
  text-align: center;
}
.corner-ribbon-6-top-left {
  top: -5px;
  left: -5px;
}
.corner-ribbon-6-top-left::before,
.corner-ribbon-6-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.corner-ribbon-6-top-left::before {
  top: 1px;
  right: 9px;
}
.corner-ribbon-6-top-left::after {
  left: 0;
  bottom: 8px;
}
.corner-ribbon-6-top-left span {
  right: 0;
  top: 15px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.news-item {
  max-width: 100%;
  width: 100%;
  margin-bottom: 15px;
}
.news-item a:hover {
  text-decoration: none;
}
.news-item a:hover {
  text-decoration: none;
}
.news-item a:hover .no-gutters {
  border-bottom: 2px solid #0689c3;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.news-item a:hover .news-item__content-title {
  color: #0689c3;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.news-item a:hover .no-gutters::after {
  border-bottom: 15px solid #0689c3;
  border-left: 15px solid transparent;
  border-top: 15px solid transparent;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.news-item .news-item__content {
  padding: 5px 5px 5px 10px;
}
.news-item .no-gutters {
  min-height: 120px;
  background-color: #fff;
  -webkit-box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.15);
  border-bottom: 2px solid #c4c4c4;
  position: relative;
  min-height: 120px;
}
.news-item .no-gutters::after {
  content: "";
  border-bottom: 15px solid #c4c4c4;
  border-left: 15px solid transparent;
  border-top: 15px solid transparent;
  position: absolute;
  bottom: 0px;
  right: 0;
}
.news-item__img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.news-item__content-date {
  display: block;
  text-align: right;
  margin-bottom: 10px;
  font-size: 12px;
  text-align: right;
  color: #888;
}
.news-item__content-title {
  display: block;
  font-size: 14px;
  color: #4c4c4c;
}
.news-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.main .news .favourites {
  height: 280px;
}
.main .news .news-item:last-child {
  margin-bottom: 0;
}
.main .news .news-wrapper {
  margin-top: 25px;
}
.main .news .news-wrapper {
  margin-top: 25px;
}
.svg-map-bash {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.svg-map-bash svg path {
  fill: #f9f9f9;
}
.svg-map-bash svg path:hover
/*,.svg-map-bash svg path.active */{
  fill: #c2ecff;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  cursor: pointer;
}

.svg-map-bash svg path.active {
  fill: #52b7e4;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  cursor: pointer;
}

.office {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #4c4c4c;
}
.office .office_img {
  width: 100%;
  height: 198px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.office-contact_title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.office-contact_title span {
  font-weight: normal;
}
.office-contact_adress,
.office-contact_phone,
.office-contact_email {
  margin-bottom: 10px;
}
.office-contact_adress i,
.office-contact_phone i,
.office-contact_email i {
  color: #000;
  margin-right: 10px;
  font-size: 22px;
}
.office-contact_phone a,
.office-contact_email a {
  color: #4c4c4c;
}
.office-contact_phone a:hover,
.office-contact_email a:hover {
  color: #4c4c4c;
}
.main .office .office_img {
  margin-bottom: 15px;
}
.select-office span {
  margin-bottom: 15px;
}
ul.slider-city {
  list-style: none;
  padding-left: 0;
}
ul.slider-city > li {
  display: none;
}
ul.slider-city > li.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inform-item {
  width: 100%;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.15);
  border-bottom: 2px solid #27a5dd;
  margin: 0 10px 20px 10px;
}
.inform-item:hover {
  color: #fff;
  background-color: #27a5dd;
}
.inform-item:hover .inform-item__title,
.inform-item:hover a {
  color: #fff;
  text-decoration: none;
}
.inform-item::after {
  content: "";
  border-bottom: 15px solid #27a5dd;
  border-left: 15px solid transparent;
  border-top: 15px solid transparent;
  position: absolute;
  bottom: 0px;
  right: 0;
}
.inform-item__image .inform-item__image-filter {
  width: 100%;
  height: 100%;
  background: rgba(13, 102, 141, 0.5);
}
.inform-item .inform-item__image {
  width: 100%;
  height: 125px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.inform-item .inform-item__title {
  font-size: 16px;
  color: #0689c3;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px;
}
.inform-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.widget-info .inform-wrapper {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
footer {
  color: #fff;
  background-color: #0689c3;
  padding-top: 25px;
  padding-bottom: 25px;
}
footer .footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-adress {
  margin-top: 25px;
}
.copyright {
  color: #c4c4c4;
  margin-top: 15px;
  text-align: center;
}
.sidebar-widget__title {
  text-transform: uppercase;
  color: #27a5dd;
  font-weight: bold;
  padding-bottom: 8px;
  margin-top: 25px;
  margin-bottom: 15px;
  border-bottom: 1px solid #27a5dd;
}
.widget-news__item {
  height: 170px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.widget-news__item-title {
  color: #4c4c4c;
  padding: 10px;
  font-weight: bold;
  background-color: #f9f9f9;
  -webkit-box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.15);
  border-bottom: 2px solid #c4c4c4;
  position: relative;
}
.widget-news__item-title::after {
  content: "";
  border-bottom: 15px solid #c4c4c4;
  border-left: 15px solid transparent;
  border-top: 15px solid transparent;
  position: absolute;
  bottom: 0px;
  right: 0;
}
.widget-info .inform-item {
  margin: 0 0 20px;
}
.breadcrumbs {
  color: #046793;
  margin: 25px 0 25px;
}
.breadcrumbs ul {
  list-style: none;
  padding-left: 0;
}
.breadcrumbs ul li {
  display: inline-block;
}
.breadcrumbs ul li a {
  color: #046793;
}
.breadcrumbs ul li:first-child::before {
  content: "\f015";
  font: normal normal normal 16px/1 FontAwesome;
  font-size: 18px;
  text-rendering: auto;
  margin-right: 5px;
}
.breadcrumbs ul li::after {
  content: ">";
  font-size: 16px;
  text-rendering: auto;
  margin-right: 10px;
  margin-left: 10px;
}
.breadcrumbs ul li:last-child::after {
  content: none;
}
.ls-decor {
  padding-left: 0;
  list-style: none;
  font-size: 16px;
  line-height: 18px;
}
.ls-decor li {
  margin-bottom: 15px;
}
.ls-decor li a {
  color: #27a5dd;
}
.ls-decor li::before {
  content: "\f0da";
  font: normal normal normal 16px/1 FontAwesome;
  font-size: 18px;
  text-rendering: auto;
  margin-right: 8px;
  color: #27a5dd;
}
.director-word__text {
  display: inline;
  text-align: justify;
}
.director-word__img {
  float: left;
  padding-right: 25px;
}
.director-word__author {
  display: block;
}
.reception input[type="email"] {
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: none;
  border-bottom: 2px solid #27a5dd;
}
.form-group .email {
  color: #208ebf;
  font-size: 20px;
}
.btn-submit {
  border: none;
  color: #fff;
  background-color: #27a5dd;
  padding: 10px 30px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-clip-path: polygon(
    10px 0,
    100% 0,
    100% 0,
    100% calc(100% - 10px),
    calc(100% - 10px) 100%,
    0 100%,
    0 100%,
    0 10px
  );
  clip-path: polygon(
    10px 0,
    100% 0,
    100% 0,
    100% calc(100% - 10px),
    calc(100% - 10px) 100%,
    0 100%,
    0 100%,
    0 10px
  );
}
.btn-submit:hover {
  background-color: #208ebf;
}
table {
  font-size: 16px;
}
.table thead th,
.table tbody td,
.table tbody th {
  vertical-align: middle;
}
.table-striped tbody tr:nth-of-type(even) {
  background-color: #f9f9f9;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fff;
}
ul.news-list {
  list-style: none;
  padding-left: 0;
}
.news-list__item {
  margin-bottom: 25px;
}
.news-list__item .news-list__item-date {
  font-size: 13px;
  line-height: 15px;
  color: #888888;
  margin-bottom: 15px;
}
.news-list__item .news-list__item-title a {
  color: #4c4c4c;
}
.news-list-pagination .pagination .page-item {
  border: 1px solid #27a5dd;
}
.news-list-pagination .pagination .page-item.active .page-link {
  background: #27a5dd;
  border: 1px solid #27a5dd;
}
.news-list-pagination .pagination .page-item .page-link {
  color: #4c4c4c;
}
.news-list-pagination .pagination .page-item .page-link:hover {
  color: #fff;
  background: #27a5dd;
}
.news-list-pagination .pagination .page-item.active .page-link {
  color: #fff;
}
.new-detail__img {
  width: auto;
}
.new-detail__img {
  max-width: 400px;
}
.arrow-left {
  font-family: "Roboto", sans-serif;
  color: #27a5dd;
  font-size: 16px;
}
.arrow-left:hover {
  color: #0f648a;
  text-decoration: none;
}
.arrow-left::before {
  content: url(../img/icons/arrow-left.svg);
  line-height: 16px;
  vertical-align: middle;
  padding-right: 8px;
}
@media (min-width: 768px) {
  .navbar-brand {
    width: auto;
  }
  .section-title {
    text-align: right;
  }
  .inform-item {
    width: 300px;
  }
  .copyright {
    text-align: left;
  }
  footer .footer-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .footer-adress {
    margin-top: 0;
  }
  .main .office {
    max-width: 400px;
    margin: 0 auto;
  }
  .card-title-sl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 400px;
    position: absolute;
    left: 35px;
    top: -35px;
    padding: 10px 15px 10px 37px;
    margin: 0 15px;
    background-color: #fff;
    z-index: 10;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-clip-path: polygon(
      20px 0,
      100% 0,
      100% 0,
      100% calc(100% - 20px),
      calc(100% - 20px) 100%,
      0 100%,
      0 100%,
      0 20px
    );
    clip-path: polygon(
      20px 0,
      100% 0,
      100% 0,
      100% calc(100% - 20px),
      calc(100% - 20px) 100%,
      0 100%,
      0 100%,
      0 20px
    );
  }
  .card-title-sl span {
    font-size: 20px;
  }
  .card-desc {
    width: 450px;
    padding: 25px 15px 25px 15px;
    background-color: #eff4f5;
    -webkit-clip-path: polygon(
      20px 0,
      100% 0,
      100% 0,
      100% calc(100% - 20px),
      calc(100% - 20px) 100%,
      0 100%,
      0 100%,
      0 20px
    );
    clip-path: polygon(
      20px 0,
      100% 0,
      100% 0,
      100% calc(100% - 20px),
      calc(100% - 20px) 100%,
      0 100%,
      0 100%,
      0 20px
    );
  }
  .card-desc .card-desc__text {
    text-align: left;
    color: #4c4c4c;
  }
  .card-desc ul li {
    color: #4c4c4c;
  }
  .card-desc ul li::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 16px;
    background: url(../img/flag.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    left: -25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .card-desc ul li a {
    color: #4c4c4c;
    margin-left: 35px;
  }
  .card-desc ul li a:hover {
    color: #4c4c4c;
  }
}
@media (min-width: 992px) {
  .svg-map-bash svg {
    width: 240px;
  }
  .office .office_img {
    width: 240px;
    height: 240px;
    min-width: 240px;
  }
  .news-item {
    max-width: 50%;
  }
  .main .news-item {
    max-width: 100%;
  }
  .main .news .favourites {
    height: 100%;
  }
  .main .news .news-wrapper {
    margin-top: 0;
  }
  .main .office {
    max-width: 100%;
    margin: 0 auto;
  }
  .main .office .office_img {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .office {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .svg-map-bash svg {
    width: 100%;
  }
}



/* --- */

.ptb-20 {
    padding: 20px 0;
}

.main-menu {
    float: right;
}

nav li {
    list-style: none;
    display: inline-block;
}

.main-menu ul > li > a {
    color: #4C4C4C;
    font-weight: 600;
    line-height: 50px;
    padding: 40px 15px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    position: relative;
}

.main-menu ul li.active > a,
.main-menu ul li:hover > a{
  color: #27a5dd;
  text-decoration: none;
  outline: none;
}

.main-menu ul li > ul {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 2px 0 7px 0 rgba(0, 0, 0, 0.13);
  margin: 0;
  opacity: 0;
  padding: 15px;
  position: absolute;
  text-align: left;
  top: 100px;
  transform-origin: 0 0 0;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  width: 225px;
  z-index: -9999;
}

.main-menu ul li ul li {
    display: block;
    overflow: hidden;
}

.main-menu ul li ul > li > a {
    color: #4C4C4C !important;
    background: #fff;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    overflow: hidden;
    padding: 10px;
    text-transform: inherit;
    transition: all 0.3s ease 0s;
}

.main-menu ul li ul li a:hover{
  background-color: #27a5dd!important;
  color: #fff!important;
  text-decoration: none;
}
.main-menu ul li:hover ul {
  background-color: inherit;
  opacity: 1;
  visibility: visible;
  z-index: 999;
  top:70px;
  border-left: 3px solid #27a5dd;
  padding: 0;
}

.main-menu ul li:hover ul li {
  position: relative;
}

.main-menu ul li:hover ul li::after {
  content: "";
  border-bottom: 7px solid #27a5dd;
  border-right: 7px solid transparent;
  border-top: 7px solid transparent;
  position: absolute;
  bottom: 0px;
  left: 0;
}

@media (max-width: 1169px) and (min-width: 992px){
  .main-menu ul li a {
      padding: 40px 9px;
  }  
  .main-menu ul li > ul {
      width: 190px;
  }
}

@media (max-width: 991px) and (min-width: 768px){
  .logo-area {
      padding: 0 0 15px;
      text-align: center;
  }
  .main-menu {
      float: none;
      text-align: center;
  }
}

@media (max-width: 767px){
  .logo-area {
      margin-bottom: 20px;
      text-align: center;
  }
}



/* mobile menu*/

.mobile-menu {
    display: none;
    background: #fff;
    color: #1d1f20;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 9999;
    margin-top: 25px;
}
@media (max-width: 767px){
  .mobile-menu {
    display: block;
  }
  .logo-area a img {
      z-index: 99999;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
     
  }
  .main-menu-area{
    padding-bottom: 0;
  }
}

.mobile-menu input {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.mobile-menu label {
    cursor: pointer;
    display: block;
    padding: 8px;
    font-size: 16px;
    text-transform: uppercase;
}

/* Hamburger */
#menu-icon,
#menu-icon:before,
#menu-icon:after {
    background: #27a5dd;
    border-radius: 1px;
    height: 3px;
    transition: all 0.2s ease-in-out;
    width: 100%;
}

#menu-icon {
    display: inline-block;
    margin: 5px 0;
    max-width: 30px;
    position: relative;
}

.mobile-menu label #menu-icon {
    float: right;
}

#menu-icon:before,
#menu-icon:after {
    content: '';
    left: 0;
    position: absolute;
}

#menu-icon:before {
    top: -7px;
}

#menu-icon:after {
    bottom: -7px;
}

/* Кнопка закрыть */
.mobile-menu input[type=checkbox]:checked + label #menu-icon {
    background: transparent;
}

.mobile-menu input[type=checkbox]:checked + label #menu-icon:before {
    top: 0;
    transform: rotate(-45deg);
}

.mobile-menu input[type=checkbox]:checked + label #menu-icon:after {
    bottom: 0;
    transform: rotate(45deg);
}

/* Overlay */
.mobile-menu input:checked ~ #overlay {
    background: url(../images/block-bg-menu.png) no-repeat center center;
    background-size: cover;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    right: 0;
    top: 0;    
    z-index: -1;
}

.mobile-menu ul {
    font-size: 16px;
    list-style: none;
    margin: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    text-align: left;
}

.mobile-menu input:checked ~ ul {
  margin: 16px;
  max-height: inherit;
  opacity: 1;
}

.mobile-menu ul > li {
  margin: 30px 0;
}

.mobile-menu ul a {
  color: #1d1f20!important;
  text-decoration: none;
}

.mobile-menu ul a:hover {
  text-decoration: underline;
}

.mobile-menu ul.wrapper-contact > li {
  display: block;
  font-size: 16px;
  margin: 10px 0;
}

.mobile-menu .dropdown.open ul.dropdown-menu{
  margin: 16px;
  opacity: 1;
  max-height: inherit;
}

.mobile-menu .dropdown-menu > li > a {
  white-space: normal;
}

.mobile-menu .dropdown-menu {
  position: inherit;
  background-color: inherit;
  border: none;
  box-shadow: none;
  width: 100%;
}