.hp-advantages.grey-bg .rounded-grey {
  background: white;
}
.news .new-item.has-image .bg {
  border-radius: 25px;
}

.new-item a .tags {
  padding-top: 0;
  border: 0;
  margin-top: 0;
}
.new-item a .line {
  padding-bottom: 24px;
  border-bottom: 2px solid #dfdfdf;
  display: block;
  margin-bottom: 16px;
}

.image-radius {
  border-radius: 25px;
  margin: 20px 0;
}
.alert {
}
.alert p {
  margin-bottom: 0;
  color: black;
  font-size: 15px;
}
.business-list .item .main-image {
  border-radius: 23px;
}

.categories ul li a.active {
  cursor: text;
  color: black;
  text-decoration: none;
}

.slider {
  min-height: auto;
}
.slider .owl-item {
  /* min-height: 613px;
  display: flex; */
}
.slider .owl-item .item {
  min-height: 613px;
  display: flex;
  position: relative;
  align-items: center;
}

.header.padding-top {
  padding-top: 111px;
}

.header .header_nav.sticky {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  background: white;
  border-bottom: 1px solid #e9e9e9;
}

@media (max-width: 1100px) {
  .slider .owl-item .item {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .business-list .item.reverse {
  }
  .business-list .item.reverse .fc {
    order: 2;
  }
  .business-list .item.reverse .lc {
    order: 1;
  }
}

@media (max-width: 768px) {
  .we-help .owl-custom-nav {
    display: block;
  }
  .we-help .owl-custom-nav .owl-prev {
    display: none;
  }
  .we-help .owl-custom-nav .owl-next {
    display: none;
  }
  .we-help .owl-custom-nav .owl-years {
    margin: 0 0;
    text-align: center;
  }
  .we-help .owl-custom-nav .owl-years a {
    display: inline-block;
    padding: 7px 20px;
  }
  .we-help .owl-carousel {
    margin-top: 30px;
  }
}

@media (max-width: 600px) {
  .slider .v-image2 {
    display: none;
  }
  .slider .people-image {
    display: none;
  }
  .slider .owl-item .item {
    min-height: auto;
    padding-bottom: 50px;
  }
}

.modal.poptavka {
}
.modal.poptavka .modal-header {
  background: #fbbc05;
  justify-content: center;
  border-bottom: 0;
}
.modal.poptavka .modal-header .modal-title {
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 32px;
  color: #0a2540;
  text-align: center;
}
.modal.poptavka .modal-body {
  background: #03192f;
  padding: 30px 30px;
}
.modal.poptavka .modal-body svg {
  margin-bottom: 20px;
}
.modal.poptavka .modal-body p {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #dfefff;
}

.modal.poptavka .modal-body h2 {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
  margin: 7px 0 30px 0;
}
@media (max-width: 450px) {
  .btn.btn-language {
    margin-left: 0;
    padding: 15px 9px;
  }
}

.dropdown-toggle::after {
  background: url(../img/arrow_lang.svg) no-repeat center;
  border: 0;
  width: 10px;
  height: 10px;
  top: 3px;
  position: relative;
}

.pribeh-items {
}
.pribeh-items a {
  display: flex;
  text-align: center;
  text-decoration: none;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 10px;
}
.pribeh-items a:hover, .pribeh-items a:focus{
  text-decoration: underline;
}
.pribeh-items a .date {
  color: #ff7836;
  font-weight: 600;
  font-size: 20px;
}
.pribeh-items a .name {
}

.cooperation img{
  max-height: 80px;
}

.business-header .image{
  background-size: contain;
}