@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOkCnqEu92Fr1Mu52xP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOjCnqEu92Fr1Mu51TzBhc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmSU5vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlvAw.ttf) format('truetype');
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  line-height: 1;
}
html {
  height: 100%;
  min-height: 100%;
}
body {
  height: 100%;
  min-height: 100%;
  font-family: 'Roboto', sans-serif;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  background: #ffffff;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1250px) {
  .container {
    width: 1000px;
  }
}
@media (max-width: 1023px) {
  .container {
    width: 700px;
  }
}
@media (max-width: 767px) {
  .container {
    width: 400px;
  }
}
@media (max-width: 424px) {
  .container {
    width: 300px;
  }
}
.wrapper {
  width: 100%;
  overflow-x: hidden;
  min-height: calc(100vh - 90px);
}
.footer {
  width: 100%;
  background: linear-gradient(90deg, #41d7e9 -1.18%, #54cc97 100%);
}
.footer .container {
  padding: 20px 0;
}
.footer .container .menu {
  margin: 0 -5px 15px -5px;
  display: flex;
  flex-wrap: wrap;
}
.footer .container .menu a {
  display: block;
  margin: 0 5px 5px 5px;
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
}
.footer .container .copy {
  color: #ffffff;
  font-size: 14px;
}
.content-body {
  font-size: 16px;
  color: #0c0c0c;
}
.content-body * {
  line-height: 1.5;
}
.content-body.content-body-padding {
  padding: 15px;
}
.content-body p {
  margin: 0 0 15px 0;
}
.content-body h1 {
  font-size: 18px;
  text-transform: uppercase;
  color: #1f1f1f;
  font-weight: 600;
}
.content-body h1:first-child {
  margin-top: 0;
}
.content-body h2 {
  margin: 0 0 15px 0;
  font-size: 22px;
  color: #38336d;
  font-weight: bold;
}
.content-body table {
  border: 1px solid #e6e6e6;
  border-collapse: collapse;
}
.content-body table tr {
  border: 1px solid #e6e6e6;
  border-collapse: collapse;
}
.content-body table tr td {
  border: 1px solid #e6e6e6;
  padding: 2px 5px;
  border-collapse: collapse;
}
.content-body table tr:first-child {
  color: #38336d;
  font-weight: 600;
}
.content-body a {
  color: #38336d;
}
.content-body a.btn {
  color: #ffffff;
}
.content-body ul {
  padding: 0 0 0 35px;
  margin: 0 0 15px 0;
}
.content-body img[style*="float: left;"] {
  margin: 0 7px 7px 0;
}
.content-body img[style*="float: right;"] {
  margin: 0 0 7px 7px;
}
.header {
  padding: 5px;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #41d7e9;
}
.header .container {
  display: flex;
}
.header .container .login {
  margin: 0 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .container .login a {
  text-decoration: none;
}
.header .container .login img {
  display: block;
}
.header .container .login .desc {
  font-size: 11px;
  font-weight: 300;
  color: #545454;
  text-align: center;
}
.header .container .hotel-avatar-box {
  display: flex;
}
.header .container .hotel-avatar-box .avatar-box {
  position: relative;
  width: 100px;
  height: 70px;
  border-radius: 5px;
}
.header .container .hotel-avatar-box .avatar-box .avatar {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 52px;
  height: 52px;
}
.header .container .hotel-avatar-box .avatar-box .avatar img {
  border-radius: 58px;
}
.header .container .hotel-avatar-box .avatar-box .name {
  position: absolute;
  top: 55px;
  left: 5px;
  right: 5px;
  width: 50px;
  padding: 2px 4px;
  color: #ffffff;
  font-size: 10px;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
  /* для IE */
  text-overflow: clip;
  background: #828282;
  border-radius: 8px;
}
.header .container .hotel-avatar-box .avatar-box .exit {
  position: absolute;
  top: 30px;
  right: 0px;
  color: #828282;
  font-size: 20px;
  text-decoration: underline;
}
.header .container .hotel-avatar-box .avatar-box .exit i {
  font-size: 22px;
}
.header .container .hotel-avatar-box .avatar-box .data {
  position: absolute;
  top: 76px;
  left: 5px;
  width: 127px;
  color: #ffffff;
  font-size: 11px;
  line-height: 1;
}
.header .container .hotel-avatar-box .avatar-box .auth {
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .container .hotel-avatar-box .avatar-box .auth a {
  text-decoration: none;
  font-size: 16px;
  color: #545454;
}
.header .container .menu-desktop {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.header .container .menu-desktop .top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.header .container .menu-desktop .bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
.header .container .menu-desktop a {
  color: #545454;
  text-decoration: none;
  font-size: 18px;
  font-weight: 300;
}
.header .container .menu-mobile {
  display: none;
  position: relative;
  align-items: center;
}
.header .container .menu-mobile i {
  padding: 5px 7px;
  color: #ffffff;
  font-size: 25px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  background: linear-gradient(90deg, #41d7e9 -1.18%, #54cc97 100%);
}
.header .container .menu-mobile .open {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  border-radius: 5px;
  padding: 15px 10px;
  width: 300px;
  background: linear-gradient(90deg, #41d7e9 -1.18%, #54cc97 100%);
  line-height: 1.5;
  border: 1px solid #ffffff;
  z-index: 100;
}
.header .container .menu-mobile .open a {
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
}
@media (max-width: 1023px) {
  .header .container {
    justify-content: space-between;
  }
  .header .container .login a {
    display: flex;
  }
  .header .container .login img {
    margin: 0 5px 0 0;
  }
  .header .container .login .desc {
    display: flex;
    align-items: center;
  }
  .header .container .menu-desktop {
    display: none;
  }
  .header .container .menu-mobile {
    display: block;
  }
}
.top-index-text {
  margin: 0 0 15px 0;
}
.top-index-text .content-body {
  color: #7b7b7b;
}
@media (max-width: 767px) {
  .top-index-text .content-body h3 {
    font-size: 18px;
  }
}
@media (max-width: 424px) {
  .top-index-text .content-body h3 {
    font-size: 15px;
  }
}
.top-index-text-small {
  margin: 0 0 15px 0;
}
.top-index-text-small .content-body {
  color: #7b7b7b;
  font-size: 14px;
}
.slider-box {
  background: #0a0a0a;
  position: relative;
  margin: 0 0 15px 0;
}
.slider-box .slider {
  width: 100%;
}
.slider-box .slider img {
  display: block;
  width: 100%;
}
.slider-box .btn-box {
  position: absolute;
  right: 20px;
  bottom: 10px;
  left: 20px;
  z-index: 50;
}
.slider-box .btn-box .box {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.slider-box .btn-box .box .item {
  padding: 0 10px 10px 10px;
}
.slider-box .btn-box .box .item a {
  display: block;
  color: #ffffff;
  padding: 5px 15px;
  font-size: 16px;
  border-radius: 5px;
  background: #41d7e9;
  text-decoration: none;
}
.index-top-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index-top-btn .btn {
  padding: 5px 10px;
  width: 32%;
  font-size: 15px;
  text-align: center;
  background: #41d7e9;
  margin: 0 0 15px 0;
  position: relative;
}
.index-top-btn .btn.btn-primary {
  background: #41d7e9;
}
.index-top-btn .btn .question-prompt {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #41d7e9;
  border-radius: 7px;
}
.index-top-btn .btn .number {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  color: #41d7e9;
  background: #ffffff;
  border: 1px solid #41d7e9;
  border-radius: 100%;
}
.index-top-btn .btn .tooltip {
  position: absolute;
  z-index: 100;
  text-align: left;
  padding: 5px 10px;
  width: 100%;
  background: #05f2ae;
  color: #30333a;
  top: 0;
  left: 0;
  font-size: 10px;
  border-radius: 10px;
  display: none;
}
.index-top-btn .btn .tooltip.left_tooltip {
  left: -160px;
}
.index-top-btn .btn .tooltip.right_tooltip {
  left: 160px;
}
.index-top-btn .btn .tooltip.top_tooltip {
  top: -60px;
}
.index-top-btn .btn .tooltip.bottom_tooltip {
  top: 100%;
  left: 5px;
  margin: 9px 0 0 0;
}
.index-top-btn .btn .left_tooltip:before {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #05f2ae;
  border-bottom: 10px solid transparent;
}
.index-top-btn .btn .right_tooltip:before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #05f2ae;
  border-bottom: 10px solid transparent;
}
.index-top-btn .btn .top_tooltip:before {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid #05f2ae;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.index-top-btn .btn .bottom_tooltip:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0px;
  border-left: 10px solid #05f2ae;
  border-right: 10px solid transparent;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.index-top-btn .btn:hover .tooltip {
  display: block;
}
@media (max-width: 767px) {
  .index-top-btn .btn {
    width: 31.5%;
    padding: 2px 2px;
  }
  .index-top-btn .btn.btn-primary {
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.index-news-slider-box .container .box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.index-news-slider-box .container .box .index-news {
  width: 20%;
  margin: 0 0 10px;
  padding: 5px;
}
.index-news-slider-box .container .box .index-news .news-box-slider {
  display: none;
}
.index-news-slider-box .container .box .center-box {
  width: 60%;
  margin: 0 0 10px;
  padding: 5px;
}
.index-news-slider-box .container .box .center-box .slide--parent {
  max-width: 1100px;
  margin: auto;
  overflow: hidden;
  margin: 0 0 15px 0;
  padding: 5px 10px;
  background: #efefef;
}
.index-news-slider-box .container .box .center-box .slide--parent p {
  line-height: 1.8;
}
.index-news-slider-box .container .box .center-box .slide--parent h1 {
  color: #343434;
  margin: 0;
}
.index-news-slider-box .container .box .center-box .slide--parent small {
  font-style: italic;
  font-weight: 700;
  margin-bottom: 0.5em;
  display: inline-block;
  color: #999999;
  position: relative;
  padding-left: 3em;
}
.index-news-slider-box .container .box .center-box .slide--parent small:after {
  content: "";
  position: absolute;
  left: 0em;
  top: 50%;
  height: 4px;
  width: 2.4em;
  background: red;
  transform: translateY(-50%);
}
.index-news-slider-box .container .box .center-box .slide--parent .parent--el {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
.index-news-slider-box .container .box .center-box .slide--parent .parent--el .two--col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.index-news-slider-box .container .box .center-box .slide--parent figure {
  margin: 0;
}
.index-news-slider-box .container .box .center-box .slide--parent .is-item {
  width: 70%;
}
.index-news-slider-box .container .box .center-box .slide--parent .is-item.has--img {
  width: 30%;
}
.index-news-slider-box .container .box .center-box .slide--parent .the-img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.index-news-slider-box .container .box .center-box .slide--parent .the-img img {
  width: 100%;
}
.index-news-slider-box .container .box .center-box .slide--parent .is-item--inner {
  padding: 0em 3em;
}
.index-news-slider-box .container .box .center-box .slide--parent hr {
  margin: 0.5em 0em;
  height: 4px;
  background: #eeeeee;
  border: none;
}
.index-news-slider-box .container .box .center-box .slide--parent .the-img {
  overflow: hidden;
}
.index-news-slider-box .container .box .center-box .slide--parent .the-img img {
  position: relative;
  transform: translateX(100%);
  transition: all 600ms ease;
}
.index-news-slider-box .container .box .center-box .slide--parent .is-item--inner p {
  transform: translateY(15px);
  position: relative;
  opacity: 0;
  transition: all 400ms ease;
}
.index-news-slider-box .container .box .center-box .slide--parent h1 {
  overflow: hidden;
}
.index-news-slider-box .container .box .center-box .slide--parent h1 span {
  transform: translateY(100%);
  position: relative;
  transition: all 500ms ease;
  display: inline-block;
}
.index-news-slider-box .container .box .center-box .slide--parent hr {
  width: 0;
  max-width: 8em;
  transition: all 2500ms ease;
}
.index-news-slider-box .container .box .center-box .slide--parent small {
  transform: translateY(10px);
  opacity: 0;
  transition: all 100ms ease;
}
.index-news-slider-box .container .box .center-box .slide--parent small:after {
  width: 0;
  max-width: 2.4em;
  transition: all 1500ms ease;
}
.index-news-slider-box .container .box .center-box .slide--parent .parent--el {
  text-decoration: none;
  color: #0a0a0a;
}
.index-news-slider-box .container .box .center-box .slide--parent .parent--el.is-selected .the-img {
  overflow: hidden;
}
.index-news-slider-box .container .box .center-box .slide--parent .parent--el.is-selected .the-img img {
  position: relative;
  transform: translateX(0%);
  transition-delay: 500ms;
}
.index-news-slider-box .container .box .center-box .slide--parent .parent--el.is-selected .is-item--inner p {
  transform: translateY(0px);
  transition-delay: 500ms;
  position: relative;
  opacity: 1;
}
.index-news-slider-box .container .box .center-box .slide--parent .parent--el.is-selected .is-item--inner p:nth-of-type(2) {
  color: red;
  transition-delay: 700ms;
}
.index-news-slider-box .container .box .center-box .slide--parent .parent--el.is-selected .is-item--inner p:nth-of-type(3) {
  transition-delay: 900ms;
}
.index-news-slider-box .container .box .center-box .slide--parent .parent--el.is-selected h1 {
  overflow: hidden;
}
.index-news-slider-box .container .box .center-box .slide--parent .parent--el.is-selected h1 span {
  transform: translateY(0%);
  position: relative;
  transition-delay: 400ms;
  display: inline-block;
}
.index-news-slider-box .container .box .center-box .slide--parent .parent--el.is-selected hr {
  width: 100%;
  max-width: 8em;
  transition-delay: 500ms;
}
.index-news-slider-box .container .box .center-box .slide--parent .parent--el.is-selected small {
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 400ms;
}
.index-news-slider-box .container .box .center-box .slide--parent .parent--el.is-selected small:after {
  width: 100%;
  transition-delay: 600ms;
  max-width: 2.4em;
}
@media (max-width: 767px) {
  .index-news-slider-box .container .box .center-box .slide--parent .is-item.has--img {
    width: 25%;
  }
  .index-news-slider-box .container .box .center-box .slide--parent .is-item {
    width: 75%;
  }
  .index-news-slider-box .container .box .center-box .slide--parent .is-item--inner {
    padding: 0 5px;
    font-size: 14px;
    line-height: 1.2;
  }
  .index-news-slider-box .container .box .center-box .slide--parent .is-item--inner h1 {
    font-size: 16px;
  }
  .index-news-slider-box .container .box .center-box .slide--parent .is-item--inner p {
    line-height: 1.2;
  }
}
.index-news-slider-box .container .box .right-box {
  width: 20%;
  margin: 0 0 10px;
  padding: 5px;
}
.index-news-slider-box .container .box .title {
  margin: 0 0 10px 0;
  color: #1f1f1f;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .index-news-slider-box .container .box .index-news {
    width: 100%;
  }
  .index-news-slider-box .container .box .index-news .news-box {
    display: none;
  }
  .index-news-slider-box .container .box .index-news .news-box-slider {
    display: flex;
  }
  .index-news-slider-box .container .box .index-news .news-box-slider .news-box {
    display: block;
  }
  .index-news-slider-box .container .box .center-box {
    width: 100%;
  }
  .index-news-slider-box .container .box .right-box {
    width: 100%;
  }
}
.expert-box {
  display: flex;
  margin: 0 -5px 20px -5px;
  padding: 0 50px;
  position: relative;
}
@media (max-width: 767px) {
  .expert-box .expert-item {
    width: 50px;
  }
}
.expert-box .next {
  position: absolute;
  text-decoration: none;
  top: 0px;
  right: 0px;
  width: 50px;
  bottom: 5px;
  background: #ffffff;
  z-index: 11;
  color: #41d7e9;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.expert-items {
  display: flex;
  margin: 0 -5px 20px -5px;
  flex-wrap: wrap;
  padding: 0 0 1000px 0;
}
.expert-item {
  padding: 5px;
  width: 60px;
  min-width: 60px;
  position: relative;
  /*.box {display: flex; align-items: center; padding: 15px; background: #eb524a; border-radius: 5px; height: 100%;
        .image {margin: 0 10px 0 0;
            img {width: 75px; border-radius: 100%;}
        }
        .text {
            h2 {color: #ffffff; font-size: 18px; maction:0 0 10px;}
            p {margin: 0; color: #ffffff; font-size: 16px;}
        }
    }*/
}
.expert-item .image-top {
  display: block;
}
.expert-item .image-top img {
  width: 100%;
  border-radius: 100%;
}
.expert-item .name {
  position: relative;
  z-index: 10;
  margin: -10px 0 0 0;
  background: #41d7e9;
  color: #ffffff;
  padding: 2px 4px;
  border-radius: 2px;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
  text-overflow: clip;
  font-size: 10px;
}
.expert-item .open {
  display: none;
  position: absolute;
  top: 50px;
  left: -46px;
  z-index: 102;
  background: #4376c1e6;
  box-sizing: border-box;
  width: 200px;
  padding: 10px 10px 5px 10px;
  border-radius: 5px;
  border: 1px solid #b3b8bf;
}
.expert-item .open .image {
  border: 1px solid #b3b8bf;
  margin: 0 0 10px 0;
}
.expert-item .open .image img {
  width: 100%;
  display: block;
}
.expert-item .open .user-name {
  color: #ffffff;
  font-size: 14px;
  margin: 0 0 3px 0;
  text-align: center;
}
.expert-item .open .company {
  color: #ffffff;
  font-size: 12px;
  margin: 0 0 3px 0;
  text-align: center;
}
.expert-item .open .logo {
  border: 1px solid #b3b8bf;
  margin: 0 0 2px 0;
}
.expert-item .open .logo img {
  width: 100%;
  display: block;
}
.expert-item:hover .open {
  display: block;
}
.news-box .news {
  margin: 0 -5px 10px -5px;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.news-box .news .image {
  width: 30%;
  padding: 0 5px 5px 5px;
}
.news-box .news .image img {
  width: 100%;
  display: block;
  border-radius: 5px;
}
.news-box .news .right {
  width: 70%;
  padding: 0 5px 5px 5px;
}
.news-box .news .right .dt {
  font-size: 12px;
  color: #9e9e9e;
  margin: 0 0 2px 0;
}
.news-box .news .right .name {
  font-size: 14px;
  color: #0a0a0a;
  margin: 0 0 2px 0;
}
.news-box .news .right .description {
  font-size: 12px;
  color: #0a0a0a;
}
.news-box-slider {
  display: flex;
  margin: 0 -5px;
}
.news-box-slider .prev,
.news-box-slider .next {
  min-width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #41d7e9;
  border-radius: 5px;
  margin: 5px;
}
.news-box-slider .prev i,
.news-box-slider .next i {
  color: #41d7e9;
  font-size: 20px;
}
.news-box-slider .news-box #news-slider .item {
  padding: 5px;
  height: 100%;
  display: flex;
  align-items: center;
}
.news-box-slider .news-box #news-slider .item .news {
  box-shadow: 0 0 5px 0px #d1d1d1;
  margin-bottom: 0;
  border-radius: 5px;
  margin: 0;
  align-items: flex-start;
}
.news-box-slider .news-box #news-slider .item .news .image,
.news-box-slider .news-box #news-slider .item .news .right {
  padding-bottom: 0;
}
.news-box-slider .news-box #news-slider .item .news .image {
  padding-left: 0px;
}
.news-box-slider .news-box #news-slider .item .news .right .dt {
  margin-top: 2px;
}
.index-text-box .index-text {
  display: flex;
  text-decoration: none;
  margin: 0 -5px 15px -5px;
}
.index-text-box .index-text .images {
  padding: 0 5px;
  width: 15%;
}
.index-text-box .index-text .images img {
  display: block;
  border-radius: 5px;
  width: 100%;
}
.index-text-box .index-text .text {
  padding: 0 5px;
  width: 85%;
  font-size: 14px;
  color: #0a0a0a;
}
@media (max-width: 767px) {
  .index-text-box .index-text .images {
    width: 30%;
  }
  .index-text-box .index-text .text {
    width: 70%;
  }
}
.page-title {
  margin: 0 0 10px 0;
  color: #1f1f1f;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
}
.expert-html-box .expert-html {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.expert-html-box .expert-html .images {
  width: 30%;
  padding: 0 5px;
}
.expert-html-box .expert-html .images a {
  display: block;
  margin: 0 0 5px 0;
}
.expert-html-box .expert-html .images img {
  display: block;
  width: 100%;
  border-radius: 3px;
}
.expert-html-box .expert-html .body {
  width: 70%;
  padding: 0 5px;
}
.btn {
  font-size: 18px;
  border-radius: 5px;
  padding: 10px 30px;
  text-decoration: none;
  display: inline-block;
}
.btn.btn-primary {
  background: linear-gradient(to right, #2b68c4 0%, #2ca8d0 100%);
  color: #ffffff;
}
.news-html-box .news-html {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.news-html-box .news-html .images {
  width: 30%;
  padding: 0 5px;
}
.news-html-box .news-html .images a {
  display: block;
  margin: 0 0 5px 0;
}
.news-html-box .news-html .images img {
  display: block;
  width: 100%;
  border-radius: 3px;
}
.news-html-box .news-html .body {
  width: 70%;
  padding: 0 5px;
}
@media (max-width: 767px) {
  .news-html-box .news-html .body .btn {
    padding: 10px;
    font-size: 17px;
  }
}
.hotel-monitor-box {
  margin: 15px -5px 10px -5px;
  display: flex;
  flex-wrap: wrap;
}
.hotel-monitor-box .hotel-left-info {
  width: 40%;
  padding: 0 5px;
}
.hotel-monitor-box .hotel-left-info .rating-name {
  display: flex;
  margin: -5px;
}
.hotel-monitor-box .hotel-left-info .rating-name .rating {
  position: relative;
  width: 96px;
  margin: 0 5px 10px 5px;
}
.hotel-monitor-box .hotel-left-info .rating-name .rating .top {
  margin: 0 0 10px 0;
}
.hotel-monitor-box .hotel-left-info .rating-name .rating .flag {
  color: #ffffff;
  position: absolute;
  text-align: center;
  left: 0px;
  width: 100%;
  z-index: 15;
}
.hotel-monitor-box .hotel-left-info .rating-name .rating .progress {
  top: 50px;
}
.hotel-monitor-box .hotel-left-info .rating-name .rating .text {
  font-size: 12px;
  top: 23px;
}
.hotel-monitor-box .hotel-left-info .rating-name .rating .number {
  font-size: 24px;
  top: 66px;
}
.hotel-monitor-box .hotel-left-info .rating-name .rating .from {
  font-size: 10px;
  top: 120px;
}
.hotel-monitor-box .hotel-left-info .rating-name .rating .info {
  margin: 0 0 10px 0;
  color: #828282;
  font-size: 12px;
  display: flex;
  align-items: center;
}
.hotel-monitor-box .hotel-left-info .rating-name .rating .info svg {
  margin: 0 5px 0 0;
}
.hotel-monitor-box .hotel-left-info .rating-name .name {
  margin: 0 5px 10px 5px;
}
.hotel-monitor-box .hotel-left-info .rating-name .name .country {
  color: #4f4f4f;
  font-size: 18px;
  margin: 0 0 5px 0;
}
.hotel-monitor-box .hotel-left-info .rating-name .name .hotel {
  color: #333333;
  font-size: 48px;
  margin: 0 0 5px 0;
}
.hotel-monitor-box .hotel-left-info .rating-name .name .pl {
  color: #828282;
  font-size: 12px;
  margin: 0 0 5px 0;
}
.hotel-monitor-box .hotel-left-info .rating-name .name .icons {
  margin: 0 -5px;
  display: flex;
  margin: 0 0 10px 0;
  align-items: center;
}
.hotel-monitor-box .hotel-left-info .rating-name .name .icons svg {
  margin: 0 5px 5px 5px;
  display: block;
}
.hotel-monitor-box .hotel-left-info .rating-name .name .years {
  display: flex;
  margin: 0 0 15px 0;
}
.hotel-monitor-box .hotel-left-info .rating-name .name .years .year {
  margin: 0 15px 0 0;
}
.hotel-monitor-box .hotel-left-info .rating-name .name .years .year .text {
  color: #828282;
  font-size: 8px;
  margin: 0 0 2px 0;
}
.hotel-monitor-box .hotel-left-info .rating-name .name .years .year .value {
  color: #333333;
  font-size: 18px;
}
.hotel-monitor-box .hotel-left-info .rating-box {
  display: flex;
  align-items: center;
  margin: 0 0 5px 0;
}
.hotel-monitor-box .hotel-left-info .rating-box .value {
  background: #27ae60;
  font-size: 18px;
  color: #ffffff;
  padding: 5px 10px;
  margin: 0 10px 0 0;
}
.hotel-monitor-box .hotel-left-info .rating-box .text {
  color: #4f4f4f;
  font-size: 18px;
}
.hotel-monitor-box .hotel-left-info .rating-box .btn {
  color: #ffffff;
  margin-right: 5px;
}
.hotel-monitor-box .hotel-right-img {
  width: 60%;
  padding: 0 5px;
}
.hotel-monitor-box .hotel-right-img .image-box {
  /*display: flex; flex-wrap: wrap;*/
  margin: 0 -5px;
  float: left;
}
.hotel-monitor-box .hotel-right-img .image-box .image {
  padding: 0 5px 10px 5px;
  width: 20%;
  float: left;
}
.hotel-monitor-box .hotel-right-img .image-box .image .box {
  position: relative;
}
.hotel-monitor-box .hotel-right-img .image-box .image .box img {
  display: block;
  width: 100%;
}
.hotel-monitor-box .hotel-right-img .image-box .image .box .title {
  position: absolute;
  left: 0px;
  bottom: 0;
  text-align: center;
  background: #0a0a0aa8;
  color: #ffffff;
  padding: 2px 0;
  width: 100%;
}
.hotel-monitor-box .hotel-right-img .image-box .image:first-child {
  width: 39.99%;
}
.hotel-monitor-box .hotel-right-img .all-expert {
  text-align: right;
  margin: 20px 0 0 0;
  width: 100%;
  float: left;
}
.hotel-monitor-box .hotel-right-img .all-expert a {
  color: #32c7bb;
  font-size: 20px;
}
@media (max-width: 767px) {
  .hotel-monitor-box .hotel-left-info {
    width: 100%;
    margin-bottom: 15px;
  }
  .hotel-monitor-box .hotel-left-info .rating-name .name .hotel {
    font-size: 19px;
  }
  .hotel-monitor-box .hotel-right-img {
    width: 100%;
  }
  .hotel-monitor-box .hotel-right-img .image-box .image {
    width: 33.33333333%;
  }
}
.btn.btn-red {
  background: red;
}
.hotel-rating-box {
  border: 1px solid #f2f2f2;
  border-radius: 15px;
  padding: 5px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 15px 0;
}
.hotel-rating-box .rating-box {
  width: 25%;
  padding: 10px;
}
.hotel-rating-box .rating-box .box {
  border: 1px solid rgba(65, 215, 233, 0.2);
  display: flex;
  flex-wrap: wrap;
  border-radius: 15px;
}
.hotel-rating-box .rating-box .box .title {
  width: 100%;
  background: #c7ede22b;
  font-size: 16px;
  padding: 10px 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.hotel-rating-box .rating-box .box .title .id {
  width: 15%;
  color: #bdbdbd;
  font-size: 12px;
  text-align: center;
}
.hotel-rating-box .rating-box .box .title .name {
  width: 65%;
  color: #001a35;
}
.hotel-rating-box .rating-box .box .title .count {
  width: 10%;
  background: #27ae60;
  color: #ffffff;
  text-align: center;
  padding: 5px 0;
}
.hotel-rating-box .rating-box .box .title .open {
  width: 10%;
  text-align: center;
  color: #828282;
}
.hotel-rating-box .rating-box .box .open-box {
  width: 100%;
  display: none;
}
.hotel-rating-box .rating-box .box .open-box .line {
  display: flex;
  padding: 5px 0;
  width: 100%;
  align-items: center;
  font-size: 13px;
}
.hotel-rating-box .rating-box .box .open-box .line .id {
  width: 15%;
  color: #bdbdbd;
  font-size: 12px;
  text-align: center;
}
.hotel-rating-box .rating-box .box .open-box .line .name {
  width: 65%;
  color: #001a35;
}
.hotel-rating-box .rating-box .box .open-box .line .count {
  width: 10%;
  border: 1px solid #27ae60;
  color: #27ae60;
  text-align: center;
  padding: 5px 0;
}
.hotel-rating-box .rating-box .box .open-box .line .photo {
  width: 10%;
  text-align: center;
}
.hotel-rating-box .rating-box .box .open-box .line .photo a {
  color: #828282;
  text-decoration: none;
}
@media (max-width: 1023px) {
  .hotel-rating-box .rating-box {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .hotel-rating-box .rating-box {
    width: 100%;
  }
}
.hotel-rating-main {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px 15px -5px;
  padding: 5px;
  border: 1px solid #f2f2f2;
  border-radius: 15px;
}
.hotel-rating-main .box {
  padding: 5px;
  width: 50%;
}
.hotel-rating-main .box .title {
  width: 100%;
  background: #c7ede22b;
  border-radius: 5px;
  font-size: 18px;
  padding: 10px 0 10px 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.hotel-rating-main .box .title .name {
  width: 80%;
  color: #001a35;
}
.hotel-rating-main .box .title .count {
  width: 10%;
  background: #27ae60;
  color: #ffffff;
  text-align: center;
  padding: 5px 0;
}
.hotel-rating-main .box .title .open {
  width: 10%;
  text-align: center;
  color: #828282;
}
.hotel-rating-main .box .line {
  font-size: 15px;
  color: #001a35;
  display: flex;
  padding: 5px 10px;
  justify-content: space-between;
}
.hotel-rating-main .box .line .value {
  min-width: 80px;
}
@media (max-width: 767px) {
  .hotel-rating-main .box {
    width: 100%;
  }
}
.hotel-info-expert {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 15px -10px;
}
.hotel-info-expert .hotel-box {
  width: 33.3333333%;
  padding: 0 10px;
  font-size: 15px;
  line-height: 1.2;
  margin: 0 0 10px 0;
}
.hotel-info-expert .hotel-box a {
  color: #32c7bb;
}
.hotel-info-expert .hotel-info {
  height: 100%;
  border: 1px solid #32c7bb;
  border-radius: 10px;
  padding: 10px;
  line-height: 1.2;
}
.hotel-info-expert .hotel-info * {
  line-height: 1.2;
}
.hotel-info-expert .hotel-info .name {
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .hotel-info-expert .hotel-box {
    width: 100%;
  }
}
.hotel-info-expert .hotel-expert {
  height: 100%;
  border: 1px solid #32c7bb;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
}
.hotel-info-expert .hotel-expert .image {
  width: 50px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 5px 0 0;
  align-content: flex-start;
}
.hotel-info-expert .hotel-expert .image img {
  width: 100%;
  margin: 0 0 5px 0;
  border-radius: 3px;
}
.hotel-info-expert .hotel-expert .right {
  margin: 0 0 5px 0;
}
.hotel-info-expert .hotel-expert .right * {
  line-height: 1.2;
}
.hotel-info-expert .hotel-expert .btns {
  width: 100%;
}
.hotel-info-expert .hotel-expert .btns .box {
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap;
}
.hotel-info-expert .hotel-expert .btns .box div {
  width: 50%;
  padding: 0 5px 5px 5px;
}
.hotel-info-expert .hotel-expert .btns .box div .btn {
  border: none;
  width: 100%;
  padding: 5px 0;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  background: #00afe9;
}
.hotel-features {
  border: 1px solid #32c7bb;
  border-radius: 10px;
  padding: 10px;
}
.hotel-features .title {
  margin: 0 0 10px 0;
  font-size: 18px;
}
.hotel-features .box {
  display: flex;
  margin: 0 -5px;
  flex-wrap: wrap;
}
.hotel-features .box .feature {
  width: 50%;
  padding: 0 5px 5px 5px;
  font-size: 16px;
  color: #001a35;
}
@media (max-width: 1023px) {
  .hotel-features .box .feature {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .hotel-features .box .feature {
    width: 50%;
  }
}
.hotel-table {
  width: 100%;
  border: 1px solid #32c7bb;
  border-collapse: collapse;
}
.hotel-table tr {
  border: 1px solid #32c7bb;
  border-collapse: collapse;
}
.hotel-table tr td {
  border: 1px solid #32c7bb;
  padding: 2px 5px;
  border-collapse: collapse;
}
.hotel-table-box {
  width: 100%;
  overflow-x: auto;
  margin: 0 0 15px 0;
}
.hotel-top-box {
  display: flex;
  margin: 0 -5px 0 -5px;
  flex-wrap: wrap;
}
.hotel-top-box .title {
  width: 100%;
  font-size: 17px;
}
.hotel-top-box .image {
  display: block;
  margin: 0 5px 5px 5px;
  width: 40px;
  padding: 2px;
  background: linear-gradient(90deg, #41d7e9 -1.18%, #54cc97 100%);
  border-radius: 5px;
  position: relative;
}
.hotel-top-box .image img {
  width: 100%;
}
.hotel-top-box .image .name {
  font-size: 11px;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
}
.hotel-top-box .image .info {
  display: none;
  position: absolute;
  z-index: 100;
  left: -90px;
  top: 100%;
  width: 220px;
  padding: 5px;
  background: #ffffff;
  border: 1px solid #32c7bb;
  border-radius: 5px;
}
.hotel-top-box .image .info .big-image {
  margin: 0 0 2px 0;
}
.hotel-top-box .image .info .pl {
  margin: 0 0 2px 0;
  font-size: 11px;
  color: #001a35;
}
.hotel-top-box .image .info .user {
  margin: 0 0 2px 0;
  font-size: 13px;
  color: #001a35;
  word-break: break-all;
}
.hotel-top-box .image .info .company {
  margin: 0 0 2px 0;
  font-size: 11px;
  color: #001a35;
  word-break: break-all;
}
.hotel-top-box .image .info .contacts {
  margin: 0 0 2px 0;
  font-size: 11px;
  color: #001a35;
  word-break: break-all;
}
.hotel-top-box .image:hover .info {
  display: block;
}
.hotel-monitor-box2 .image-name-box {
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.hotel-monitor-box2 .image-name-box .left-image {
  width: 50%;
  padding: 0 10px;
  position: relative;
}
.hotel-monitor-box2 .image-name-box .left-image img {
  width: 100%;
  border-radius: 10px;
  margin: 0 0 15px 0;
}
.hotel-monitor-box2 .image-name-box .left-image .top {
  position: absolute;
  left: 65px;
  top: 0px;
}
.hotel-monitor-box2 .image-name-box .left-image .text {
  position: absolute;
  left: 70px;
  width: 87px;
  text-align: center;
  top: 15px;
  color: #ffffff;
  font-size: 12px;
}
.hotel-monitor-box2 .image-name-box .left-image .progress {
  position: absolute;
  left: 86px;
  top: 39px;
}
.hotel-monitor-box2 .image-name-box .left-image .number {
  position: absolute;
  left: 70px;
  top: 49px;
  color: #ffffff;
  width: 87px;
  font-size: 20px;
  text-align: center;
}
.hotel-monitor-box2 .image-name-box .left-image .from {
  position: absolute;
  left: 70px;
  top: 72px;
  color: #ffffff;
  width: 87px;
  font-size: 8px;
  text-align: center;
}
.hotel-monitor-box2 .image-name-box .hotel-right-img {
  width: 50%;
  padding: 0 10px;
}
.hotel-monitor-box2 .image-name-box .hotel-right-img .image-box {
  /*display: flex; flex-wrap: wrap;*/
  margin: 0 -5px;
  float: left;
}
.hotel-monitor-box2 .image-name-box .hotel-right-img .image-box .image {
  padding: 0 5px 10px 5px;
  width: 25%;
  float: left;
}
.hotel-monitor-box2 .image-name-box .hotel-right-img .image-box .image .box {
  position: relative;
}
.hotel-monitor-box2 .image-name-box .hotel-right-img .image-box .image .box img {
  display: block;
  width: 100%;
  border-radius: 5px;
}
.hotel-monitor-box2 .image-name-box .hotel-right-img .image-box .image .box .title {
  position: absolute;
  border-radius: 0 0 5px 5px;
  left: 0px;
  bottom: 0;
  text-align: center;
  background: #0a0a0aa8;
  color: #ffffff;
  padding: 5px 0;
  width: 100%;
  font-size: 11px;
}
.hotel-monitor-box2 .hotel-info-map-expert {
  margin: 0 -10px 15px -10px;
  display: flex;
  flex-wrap: wrap;
}
.hotel-monitor-box2 .hotel-info-map-expert .hotel-left-box {
  width: 50%;
  padding: 0 10px;
  display: flex;
  flex-wrap: wrap;
}
.hotel-monitor-box2 .hotel-info-map-expert .hotel-left-box .hotel-name-box {
  width: 100%;
}
.hotel-monitor-box2 .hotel-info-map-expert .hotel-left-box .hotel-name-box .country-name-pl {
  display: flex;
  justify-content: space-between;
  margin: 0 0 15px 0;
}
.hotel-monitor-box2 .hotel-info-map-expert .hotel-left-box .hotel-name-box .country-name-pl .country {
  font-size: 13px;
  color: #4f4f4f;
}
.hotel-monitor-box2 .hotel-info-map-expert .hotel-left-box .hotel-name-box .country-name-pl .name {
  font-size: 13px;
  color: #828282;
}
.hotel-monitor-box2 .hotel-info-map-expert .hotel-left-box .hotel-name-box .country-name-pl .pl {
  font-size: 13px;
  color: #828282;
}
.hotel-monitor-box2 .hotel-info-map-expert .hotel-left-box .hotel-name-box .name-icon {
  display: flex;
  justify-content: space-between;
  margin: 0 0 15px 0;
}
.hotel-monitor-box2 .hotel-info-map-expert .hotel-left-box .hotel-name-box .name-icon .name {
  font-size: 24px;
  color: #333333;
}
.hotel-monitor-box2 .hotel-info-map-expert .hotel-left-box .hotel-name-box .name-icon .icons {
  display: flex;
  align-items: center;
  margin: 0 -5px;
}
.hotel-monitor-box2 .hotel-info-map-expert .hotel-left-box .hotel-name-box .name-icon .icons svg {
  margin: 0 5px;
  display: block;
}
.hotel-monitor-box2 .hotel-info-map-expert .hotel-left-box .hotel-name-box .types {
  display: flex;
  justify-content: space-between;
  margin: 0 -5px 15px -5px;
}
.hotel-monitor-box2 .hotel-info-map-expert .hotel-left-box .hotel-name-box .types .type {
  padding: 0 5px;
}
.hotel-monitor-box2 .hotel-info-map-expert .hotel-left-box .hotel-name-box .types .type .title {
  font-size: 8px;
  color: #828282;
}
.hotel-monitor-box2 .hotel-info-map-expert .hotel-left-box .hotel-name-box .types .type .value {
  font-size: 13px;
  color: #333333;
}
.hotel-monitor-box2 .hotel-info-map-expert .hotel-left-box .info-map-box {
  display: flex;
  margin: 0 -10px 15px -10px;
  flex-wrap: wrap;
}
.hotel-monitor-box2 .hotel-info-map-expert .hotel-left-box .info-map-box .info-box {
  width: 21%;
  padding: 0 10px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.hotel-monitor-box2 .hotel-info-map-expert .hotel-left-box .info-map-box .info-box .info {
  width: 100%;
  margin: 5px 0;
  display: flex;
}
.hotel-monitor-box2 .hotel-info-map-expert .hotel-left-box .info-map-box .info-box .info .image {
  margin: 0 10px 0 0;
}
.hotel-monitor-box2 .hotel-info-map-expert .hotel-left-box .info-map-box .info-box .info .name-value .name {
  color: #828282;
  font-size: 8px;
}
.hotel-monitor-box2 .hotel-info-map-expert .hotel-left-box .info-map-box .info-box .info .name-value .value {
  color: #333333;
  font-size: 13px;
}
.hotel-monitor-box2 .hotel-info-map-expert .hotel-left-box .info-map-box .map-box {
  width: 79%;
  padding: 0 10px;
}
.hotel-monitor-box2 .hotel-info-map-expert .hotel-left-box .info-text-box {
  width: 100%;
}
.hotel-monitor-box2 .hotel-info-map-expert .hotel-left-box .info-text-box .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px 15px -5px;
}
.hotel-monitor-box2 .hotel-info-map-expert .hotel-left-box .info-text-box .row .col1 {
  width: 19%;
  padding: 0 5px;
}
.hotel-monitor-box2 .hotel-info-map-expert .hotel-left-box .info-text-box .row .col2 {
  width: 38%;
  padding: 0 5px;
}
.hotel-monitor-box2 .hotel-info-map-expert .hotel-left-box .info-text-box .row .col3 {
  width: 57%;
  padding: 0 5px;
}
.hotel-monitor-box2 .hotel-info-map-expert .hotel-left-box .info-text-box .row .right-info {
  width: 5%;
  padding: 0 5px;
}
.hotel-monitor-box2 .hotel-info-map-expert .hotel-left-box .info-text-box .row .right-info i {
  color: #f2c94c;
  font-size: 21px;
}
.hotel-monitor-box2 .hotel-info-map-expert .hotel-left-box .info-text-box .row .rating-value {
  display: flex;
  align-items: center;
}
.hotel-monitor-box2 .hotel-info-map-expert .hotel-left-box .info-text-box .row .rating-value .value {
  padding: 5px 10px;
  background: #27ae60;
  font-size: 14px;
  color: #ffffff;
  margin: 0 10px 0 0;
}
.hotel-monitor-box2 .hotel-info-map-expert .hotel-left-box .info-text-box .row .rating-value .title {
  color: #333333;
  font-size: 13px;
}
.hotel-monitor-box2 .hotel-info-map-expert .hotel-left-box .info-text-box .row .rating-value .title span {
  color: #828282;
  font-size: 8px;
}
.hotel-monitor-box2 .hotel-info-map-expert .hotel-expert-box {
  width: 50%;
  padding: 0 10px;
}
.hotel-monitor-box2 .hotel-info-map-expert .hotel-expert-box .border-box {
  border: 1px solid #f2f2f2;
  border-radius: 15px;
  padding: 10px;
}
.hotel-monitor-box2 .hotel-info-map-expert .hotel-expert-box .border-box .image-info-box {
  display: flex;
  margin: 0 -5px 15px -5px;
}
.hotel-monitor-box2 .hotel-info-map-expert .hotel-expert-box .border-box .image-info-box .image {
  width: 20%;
  padding: 0 5px;
}
.hotel-monitor-box2 .hotel-info-map-expert .hotel-expert-box .border-box .image-info-box .image img {
  width: 100%;
  border-radius: 10px;
  border: 2px solid #32c7bb;
}
.hotel-monitor-box2 .hotel-info-map-expert .hotel-expert-box .border-box .image-info-box .info {
  width: 80%;
  padding: 0 5px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.hotel-monitor-box2 .hotel-info-map-expert .hotel-expert-box .border-box .image-info-box .info .title-value {
  width: 50%;
}
.hotel-monitor-box2 .hotel-info-map-expert .hotel-expert-box .border-box .image-info-box .info .phone-site {
  width: 50%;
}
.hotel-monitor-box2 .hotel-info-map-expert .hotel-expert-box .border-box .image-info-box .info .phone-site .phone {
  color: #333333;
  font-size: 18px;
}
.hotel-monitor-box2 .hotel-info-map-expert .hotel-expert-box .border-box .image-info-box .info .phone-site .site {
  text-align: right;
}
.hotel-monitor-box2 .hotel-info-map-expert .hotel-expert-box .border-box .image-info-box .info .phone-site .site a {
  color: #32c7bb;
  font-size: 8px;
}
.hotel-monitor-box2 .hotel-info-map-expert .hotel-expert-box .border-box .icons-box {
  display: flex;
  margin: 0 -5px 15px -5px;
}
.hotel-monitor-box2 .hotel-info-map-expert .hotel-expert-box .border-box .icons-box a {
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin: 0 5px;
  border-radius: 100%;
  box-shadow: -4px 14px 24px 0px #0000000f;
}
.hotel-monitor-box2 .hotel-info-map-expert .hotel-expert-box .border-box .icons-box a i {
  color: #828282;
  font-size: 22px;
}
.hotel-monitor-box2 .hotel-info-map-expert .hotel-expert-box .border-box .actions-btn {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px 0px -5px;
}
.hotel-monitor-box2 .hotel-info-map-expert .hotel-expert-box .border-box .actions-btn .action {
  width: 50%;
  padding: 0 5px;
  display: flex;
  align-items: center;
  margin: 0 0 10px 0;
  text-decoration: none;
}
.hotel-monitor-box2 .hotel-info-map-expert .hotel-expert-box .border-box .actions-btn .action button {
  display: flex;
  background: none;
  border: none;
  align-items: center;
  cursor: pointer;
}
.hotel-monitor-box2 .hotel-info-map-expert .hotel-expert-box .border-box .actions-btn .action .icon {
  display: flex;
  width: 32px;
  height: 32px;
  margin: 0 5px 0 0;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin: 0 5px;
  border-radius: 100%;
  box-shadow: -4px 14px 24px 0px #0000000f;
}
.hotel-monitor-box2 .hotel-info-map-expert .hotel-expert-box .border-box .actions-btn .action .icon i {
  color: #828282;
  font-size: 22px;
}
.hotel-monitor-box2 .hotel-info-map-expert .hotel-expert-box .border-box .actions-btn .action .text {
  color: #32c7bb;
  font-size: 13px;
}
.hotel-monitor-box2 .hotel-info-map-expert .hotel-expert-box .border-box .actions-btn .call {
  width: 100%;
  display: flex;
  justify-content: center;
}
.hotel-monitor-box2 .hotel-info-map-expert .hotel-expert-box .border-box .actions-btn .call .btn {
  padding: 10px 30px;
  color: #ffffff;
  background: #32c7bb;
  font-size: 14px;
  border-radius: 10px;
}
.hotel-monitor-box2 .hotel-info-map-expert .title-value .title {
  color: #828282;
  font-size: 8px;
}
.hotel-monitor-box2 .hotel-info-map-expert .title-value .value {
  color: #333333;
  font-size: 13px;
}
@media (max-width: 767px) {
  .hotel-monitor-box2 .image-name-box .left-image {
    width: 100%;
  }
  .hotel-monitor-box2 .image-name-box .left-image .top {
    width: 60px;
    left: 15px;
    top: -20px;
  }
  .hotel-monitor-box2 .image-name-box .left-image .text {
    top: 10px;
    left: 2px;
  }
  .hotel-monitor-box2 .image-name-box .left-image .progress {
    left: 18px;
    top: 23px;
  }
  .hotel-monitor-box2 .image-name-box .left-image .number {
    left: 2px;
    top: 33px;
  }
  .hotel-monitor-box2 .image-name-box .left-image .from {
    left: 2px;
    top: 56px;
  }
  .hotel-monitor-box2 .image-name-box .hotel-right-img {
    width: 100%;
  }
  .hotel-monitor-box2 .hotel-info-map-expert .hotel-left-box {
    width: 100%;
  }
  .hotel-monitor-box2 .hotel-info-map-expert .hotel-left-box .info-map-box .info-box {
    width: 100%;
  }
  .hotel-monitor-box2 .hotel-info-map-expert .hotel-left-box .info-map-box .map-box {
    width: 100%;
  }
  .hotel-monitor-box2 .hotel-info-map-expert .hotel-expert-box {
    width: 100%;
  }
}
.content-body {
  font-size: 14px;
  color: #565656;
}
.content-body.content-body-padding {
  padding: 15px;
}
.content-body p {
  margin: 0 0 15px 0;
}
.content-body h1 {
  font-size: 18px;
  text-transform: uppercase;
  color: #1f1f1f;
  font-weight: 600;
}
.content-body h1:first-child {
  margin-top: 0;
}
.content-body h2 {
  margin: 0 0 15px 0;
  font-size: 22px;
  color: #38336d;
  font-weight: bold;
}
.content-body table {
  border: 1px solid #e6e6e6;
  border-collapse: collapse;
}
.content-body table tr {
  border: 1px solid #e6e6e6;
  border-collapse: collapse;
}
.content-body table tr td {
  border: 1px solid #e6e6e6;
  padding: 2px 5px;
  border-collapse: collapse;
}
.content-body table tr:first-child {
  color: #38336d;
  font-weight: 600;
}
.content-body a {
  color: #38336d;
}
.content-body a.btn {
  color: #ffffff;
}
.content-body ul {
  padding: 0 0 0 35px;
  margin: 0 0 15px 0;
}
.content-body img[style*="float: left;"] {
  margin: 0 7px 7px 0;
}
.content-body img[style*="float: right;"] {
  margin: 0 0 7px 7px;
}
.expert-find-form {
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 20px 0;
}
.expert-find-form .box {
  width: 25%;
  padding: 0 5px 5px 5px;
}
.expert-find-form .box input {
  width: 100%;
  border: 1px solid #41d7e9;
  border-radius: 5px;
  padding: 5px 10px;
}
.expert-find-form .box button {
  border: none;
  width: 100%;
  padding: 5px 10px;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .expert-find-form .box {
    width: 33%;
  }
  .expert-find-form .box-find {
    width: 66%;
  }
}
@media (max-width: 424px) {
  .expert-find-form .box {
    width: 50%;
  }
  .expert-find-form .box-find {
    width: 50%;
  }
}
/*# sourceMappingURL=index.css.map */