@charset "UTF-8";
@media (min-width: 1200px) {
  .col-xl-25 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-33 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .col-lg-25 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-33 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; } }
@media (min-width: 768px) and (max-width: 991px) {
  .col-md-25 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-33 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; } }
.bg-dark {
  background-color: #0c0c0d !important;
  color: white; }

/* b-bg-section */
.b-bg-section {
  margin-top: 90px;
  padding-bottom: 60px; }
  .b-bg-section:before {
    content: "";
    display: table;
    clear: bottom; }

/* b-ukraine-map */
.b-ukraine-map {
  max-width: 100%;
  max-height: 600px; }
  .b-ukraine-map path {
    transition: .5s; }
    .b-ukraine-map path:hover {
      opacity: .8; }
    .b-ukraine-map path[onclick] {
      cursor: pointer; }

/* b-cities */
.b-cities [class^="col-"] {
  margin-bottom: 30px; }
.b-cities__item {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-align: center; }
  .b-cities__item:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(22, 22, 25, 0.4); }
  .b-cities__item:hover img {
    transform: scale(1.1); }
.b-cities__img {
  object-fit: cover;
  width: 100%;
  height: 300px;
  transition: .5s; }
.b-cities__name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -32.5px;
  color: white;
  font-size: 26px;
  font-weight: 600; }
.b-cities__link {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 20px 10px;
  font-size: 17px;
  color: white !important;
  font-weight: 600;
  background: #a29083;
  background: linear-gradient(to right, #a29083 0%, #6d6858 100%); }
  .b-cities__link:hover {
    text-decoration: none;
    background: #ef456a; }

/* b-other-cities */
.b-other-cities {
  display: flex;
  flex-wrap: wrap; }
  .b-other-cities .list-inline-item {
    flex: 0 0 25%;
    margin-right: 0;
    line-height: 25px;
    position: relative;
    padding-left: 10px; }
    .b-other-cities .list-inline-item:before {
      content: "› ";
      position: absolute;
      left: 0;
      top: 0; }
    .b-other-cities .list-inline-item a {
      color: white;
      font-size: 1.05rem;
      border-bottom: 1px solid transparent;
      transition: .5s; }
      .b-other-cities .list-inline-item a:hover {
        text-decoration: none;
        border-bottom-color: white; }
  .b-other-cities.active {
    max-height: 300px;
    overflow: hidden;
    position: relative; }
    .b-other-cities.active:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 70px;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.33) 0%, #000 52%, #000 100%); }

/* b-main-categories */
.b-main-categories {
  text-align: center; }
  .b-main-categories [class^="col-"] {
    margin-bottom: 30px; }
  .b-main-categories__item {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding: 20px 0;
    background-color: #f8f8f8;
    transition: .5s; }
    .b-main-categories__item:hover {
      background-color: transparent;
      box-shadow: inset 0 0 0 8px #ef456a; }
      .b-main-categories__item:hover img {
        transform: scale(1.1); }
  .b-main-categories__img {
    transition: .5s;
    width: auto;
    max-height: 98px; }
  .b-main-categories__name {
    margin-top: auto;
    padding-top: 15px;
    font-weight: 600;
    font-size: 16px; }
    .b-main-categories__name a {
      color: #ef456a;
      border-bottom: 1px solid #ef456a;
      transition: .5s; }
      .b-main-categories__name a:hover {
        text-decoration: none;
        border-bottom-color: transparent; }

/* b-reviews */
.b-reviews__info {
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 31px; }
  .b-reviews__info span {
    font-size: 24px;
    display: inline-block;
    margin: 0 10px; }
.b-reviews__item {
  background: #1D1D1D;
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 20px; }
  .b-reviews__item .rating {
    margin-bottom: 10px; }
.b-reviews__author {
  font-weight: 600;
  color: white;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
.b-reviews__text {
  font-size: 15px;
  color: #ccc;
  line-height: 1.4; }

/* b-price-table  */
.b-price-table {
  color: white; }
  .b-price-table thead th {
    font-size: 18px;
    border-top: none;
    border-bottom: none; }
    .b-price-table thead th:first-child {
      width: 60%; }
  .b-price-table td {
    line-height: 1.5;
    font-size: 17px !important;
    border-top: none; }
    .b-price-table td:last-child {
      font-weight: 500; }
  .b-price-table tbody tr:nth-of-type(2n+1) {
    background-color: #1d1d1d !important; }

/* b-advantage */
.b-advantage {
  margin-top: 40px;
  text-align: center; }
  .b-advantage .row {
    min-height: 250px; }
  .b-advantage__img {
    max-height: 60px;
    margin-bottom: 20px; }
  .b-advantage__title {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 12px; }
  .b-advantage p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.8); }

@media (max-width: 991px) {
  .b-other-cities .list-inline-item {
    flex: 0 0 33.333%; }

  .b-advantage {
    text-align: left; }
    .b-advantage [class^="col-"] {
      margin-bottom: 30px; }

  .b-advantage__img {
    float: left;
    margin: 0 20px 0 0; } }
@media (max-width: 767px) {
  .b-other-cities .list-inline-item {
    flex: 0 0 50%; }

  .b-advantage {
    text-align: center; }

  .b-advantage__img {
    margin: 0 0 20px 0;
    float: none; } }
@media (max-width: 575px) {
  .b-other-cities .list-inline-item a {
    font-size: 1rem; } }
/* b-review-form */
.b-review-form {
  color: white; }

.b-review-form__heading {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 500; }

.b-review-form label {
  font-weight: 500;
  margin-bottom: 5px; }

.b-review-form .form-control {
  border: 1px solid #999999;
  background: #1d1d1d;
  color: white; }

/*# sourceMappingURL=contacts.css.map */
