.c {
  *zoom: 1;
}
.c:before,
.c:after {
  content: "";
  display: table;
}
.c:after {
  clear: both;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cover {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.grayscale {
  -webkit-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
}
.grayscale-none {
  -webkit-filter: none !important;
  -o-filter: none !important;
  filter: none !important;
}
.reflist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media all and (max-width: 768px) {
  .reflist {
    display: block;
  }
}
.reflist .item {
  width: 48.5%;
  background-color: #ff8409 !important;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff8409), to(#eda729)) !important;
  background-image: -webkit-linear-gradient(left, #ff8409, #eda729) !important;
  color: #070707;
  margin-right: 3%;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 768px) {
  .reflist .item {
    width: 100%;
    margin-right: 0 !important;
  }
}
.reflist .item:hover {
  background-color: #ff8409;
}
.reflist .item:hover .item__text__place .fa {
  color: #ffffff;
}
.reflist .item:hover .item__img__inner {
  transform: scale(1.1);
}
.reflist .item:hover .item__img:before {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.reflist .item:nth-child(even) {
  margin-right: 0;
}
.reflist .item__img {
  height: 250px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.reflist .item__img:before {
  content: "\2b";
  font-family: 'Font Awesome 5 Free';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s ease 0.6s, opacity 0.6s ease;
  -moz-transition: visibility 0s ease 0.6s, opacity 0.6s ease;
  -ms-transition: visibility 0s ease 0.6s, opacity 0.6s ease;
  -o-transition: visibility 0s ease 0.6s, opacity 0.6s ease;
  transition: visibility 0s ease 0.6s, opacity 0.6s ease;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
  font-size: 60px;
  z-index: 1;
}
.reflist .item__img.non--gallery:before {
  display: none !important;
}
.reflist .item__img__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.reflist .item__text {
  padding: 20px 20px 0 20px;
}
.reflist .item__text__title {
  font-weight: 900;
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.reflist .item__text__place {
  position: relative;
  padding-left: 20px;
}
.reflist .item__text__place .fa {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  color: #ffffff;
}
.reflist .item__text__perex {
  font-size: 14px;
  line-height: 18px;
}
.reflist .item__text__perex p {
  font-size: 14px;
  line-height: 18px;
}
.reflist .item__link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  z-index: 2;
}
.assistant {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 320px;
  z-index: 9999;
  margin-bottom: 30px;
  padding: 14px;
  background: linear-gradient(to top right, #000000, #383838);
  border-radius: 18px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
  transition: width 0.4s ease, padding 0.4s ease, border-radius 0.4s ease, background 0.4s ease;
}
.assistant__close {
  position: absolute;
  top: -23px;
  right: -2px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #ff8409;
  color: #ffffff;
  border: none;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: opacity 0.3s ease, background 0.3s ease;
  line-height: 1;
  padding: 0;
}
.assistant__close:hover {
  background: #f07d06;
}
.assistant__body {
  border-radius: 10px;
  overflow: hidden;
  max-height: 400px;
  opacity: 1;
  transition: max-height 0.4s ease, opacity 0.3s ease, margin 0.4s ease;
  margin-bottom: 0;
}
.assistant__photo {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
  background: url('../images/pavel.jpg') center top / cover no-repeat;
}
.assistant__video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  opacity: 1;
  transition: opacity 0.4s ease;
}
.assistant__video.is-ready {
  opacity: 1;
}
.assistant__cta {
  position: relative;
  width: 100%;
  background: transparent;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  font-weight: 700;
  font-size: 17px;
  line-height: 1;
  padding: 14px 14px 14px 18px;
  transition: padding 0.4s ease, background 0.4s ease, border-radius 0.4s ease;
}
.assistant__icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: opacity 0.3s ease, max-width 0.3s ease;
  max-width: 120px;
  overflow: hidden;
}
.assistant__icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #ff8409;
  color: #ffffff;
  line-height: 1;
  font-weight: 800;
  cursor: pointer;
  transition: background 0.3s ease;
}
.assistant__icon:hover {
  background: #f07d06;
}
.assistant__icon .fa-microphone,
.assistant__icon .fa-comment-dots {
  font-size: 16px;
}
.assistant__text {
  display: block;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 700;
  white-space: nowrap;
}
/* Collapsed state */
.assistant.is-collapsed {
  padding: 0;
}
.assistant.is-collapsed .assistant__body {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}
.assistant.is-collapsed .assistant__cta {
  cursor: pointer;
}
@media all and (max-width: 989px) {
  .assistant {
    width: 220px;
    padding: 10px;
    border-radius: 14px;
    margin-bottom: 20px;
  }
  .assistant__close {
    width: 26px;
    height: 26px;
    font-size: 10px;
    top: -18px;
    right: -10px;
  }
  .assistant__body {
    border-radius: 8px;
  }
  .assistant__photo {
    height: 200px;
  }
  .assistant__cta {
    padding: 10px 10px 10px 14px;
    font-size: 14px;
  }
  .assistant__icon {
    width: 34px;
    height: 34px;
  }
  .assistant__icon .fa-microphone,
  .assistant__icon .fa-comment-dots {
    font-size: 13px;
  }
  .assistant__text {
    font-size: 13px;
  }
  .assistant.is-collapsed {
    padding: 0;
  }
}
