/*
 * Copyright (C) Oleg Karakoz, Agile Apps. 2012-2025.
 * Project: mts
 * Last modified: 09/01/2019, 16:47
 */
.home-logo > span {
  top: 20px;
}
.home-logo > span .home-header-login {
  left: 15px;
}

.home-guest-firms {
  background-color: #EEF2F6;
  height: 660px;
}
.home-guest-firms.guest {
  /*background-image: url(../../../img/home-guest-part2-bg.png);*/
  background-color: #EEF2F6;
}
.home-guest-firms .home-guest-firms-list {
  margin: 30px auto 0 auto;
  padding-bottom: 190px;
  position: relative;
}
.home-guest-firms .home-guest-firms-list .home-guest-firm {
  display: inline-block;
  margin-left: 50px;
  cursor: pointer;
  width: 175px;
  position: relative;
}
.home-guest-firms .home-guest-firms-list .home-guest-firm:nth-last-child(1) {
  margin-left: initial;
}
.home-guest-firms .home-guest-firms-list .home-guest-firm img {
  width: 200px;
  height: 200px;
  border: 1px solid lightgrey;
  border-radius: 7px;
}
.home-guest-firms .home-guest-firms-list .home-guest-firm.selected img {
  border: 2px solid black;
}
.home-guest-firms .home-guest-firms-list .home-guest-firm.selected .home-guest-firm-name {
  font-weight: bold;
}
.home-guest-firms .home-guest-firms-list .home-guest-firm.selected .home-guest-firm-descr {
  display: block;
}
.home-guest-firms .home-guest-firms-list .home-guest-firm.selected:before {
  display: block;
}
.home-guest-firms .home-guest-firms-list .home-guest-firm .home-guest-firm-name {
  font-size: 1.375em;
  margin-top: 15px;
  color: black;
}
.home-guest-firms .home-guest-firms-list .home-guest-firm .home-guest-firm-descr {
  background-color: #D2E4F9;
  border-radius: 7px;
  padding: 10px;
  width: 860px;
  max-width: 860px;
  height: max-content;
  position: absolute;
  top: 260px;
  display: none;
  color: black;
  overflow: hidden;
  font-size: 1.15em;
  line-height: 1.15;
  text-align: right;
}
.home-guest-firms .home-guest-firms-list .home-guest-firm:before {
  content: " ";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 250px;
  right: 95px;
  background-color: #D2E4F9;
  transform: rotate(45grad);
  display: none;
}

@media screen and (max-width: 1281px) {
  .home-content-guests .home-guest-revolution .home-guest-title {
    padding: 35px 0 0 !important;
  }
  .home-content-guests .home-guest-revolution .home-guest-revolution-descr {
    font-size: larger;
    margin: 40px auto 10px auto;
    width: 85%;
    line-height: 1.25;
  }
  .home-content-guests .home-guest-revolution .home-guest-columns div.home-guest-column {
    width: 45vw;
    margin-inline: 10px;
  }
  .home-content-guests .home-guest-revolution .home-guest-columns div.home-guest-column .home-guest-columns-text {
    padding: 5px;
    font-size: large;
  }
  .home-content-guests .home-guest-revolution .home-guest-columns div.home-guest-column .home-guest-columns-text ul {
    padding: 0;
  }
  .home-content-guests .home-guest-feedbacks .feedback-gallery {
    --gallery-width: 42vw;
  }
  .home-content-guests .home-guest-feedbacks .feedback-gallery .feedback-gallery-text-title {
    margin: 10px auto;
    text-align: center;
    font-size: larger;
  }
  .home-content-guests .home-guest-feedbacks .feedback-gallery .feedback-gallery-blocks .feedback-gallery-text-block {
    width: var(--gallery-width);
    height: auto;
  }
  .home-content-guests .home-guest-feedbacks .feedback-gallery .feedback-gallery-blocks .feedback-gallery-text-block .feedback-gallery-text {
    padding: 10px 10px 0;
    line-height: 1.25;
    font-size: large;
  }
  .home-content-guests .home-guest-feedbacks .feedback-gallery .feedback-gallery-blocks .feedback-gallery-text-block .feedback-gallery-text-link {
    padding: 10px 10px 0;
    bottom: 10px;
  }
  .home-content-guests .home-guest-feedbacks .feedback-gallery .feedback-gallery-blocks .feedback-gallery-image-block {
    width: var(--gallery-width);
    height: auto;
  }
  .home-content-guests .home-guest-feedbacks .feedback-gallery .feedback-gallery-blocks .feedback-gallery-image-block img {
    width: var(--gallery-width) !important;
    height: auto !important;
    max-width: 100%;
    max-height: 100%;
  }
  .home-content-guests .home-guest-firms {
    --firms-width: 20vw;
  }
  .home-content-guests .home-guest-firms .home-guest-firms-list .home-guest-firm {
    position: initial;
    margin-left: 20px;
    width: var(--firms-width);
  }
  .home-content-guests .home-guest-firms .home-guest-firms-list .home-guest-firm img {
    width: var(--firms-width);
    height: auto;
  }
  .home-content-guests .home-guest-firms .home-guest-firms-list .home-guest-firm .home-guest-firm-descr {
    max-width: 90vw;
    width: 90vw;
    line-height: 1.25;
    font-size: large;
    right: 20px !important;
  }
  .home-content-guests .guest-signup form .guest-signup-text {
    font-size: larger;
    font-weight: bold;
  }
  .home-content-guests .guest-signup form[name=guest-contact-inline] span {
    margin: 10px auto;
    text-align: center;
    display: block;
  }
  .home-content-guests .guest-signup form[name=guest-contact-inline] span input {
    width: 70vw;
    font-size: large;
    margin: 20px auto !important;
    display: block;
  }
  .home-content-guests .guest-content-tips .guest-content-tips-content-block .guest-content-tip-text {
    font-size: larger;
  }
}
@media screen and (max-width: 481px) {
  .hamburger-menu {
    width: 100vw;
  }
  .home-guest-contact.content-dialog {
    width: 90vw;
  }
  .button-frame-transparent-h35.guest-contact-button {
    font-size: larger;
  }
  .home-content-login.content-dialog {
    width: 90vw;
  }
  .home-page .home-header .home-logo {
    height: 75px;
  }
  .home-page .home-header .home-logo > span {
    font-size: xx-large;
  }
  .home-page .home-header .home-video {
    height: 640px;
    top: 0;
  }
  .home-page .home-header .home-video .home-video-title {
    font-size: xx-large;
    margin-top: 5vh !important;
  }
  .home-page .home-header .home-header-image {
    background-position: 55% -80%;
    background-size: contain;
  }
  .home-content-guests .home-guest-firms {
    height: 90vh;
    --firms-width: 17vw;
  }
  .home-content-guests .home-guest-firms .home-guest-firms-list {
    padding-bottom: 20px;
  }
  .home-content-guests .home-guest-firms .home-guest-firms-list .home-guest-firm .home-guest-firm-descr {
    top: 140px;
  }
  .home-content-guests .home-guest-feedbacks .feedback-gallery {
    --gallery-width: 82vw;
  }
  .home-content-guests .home-guest-feedbacks .feedback-gallery .feedback-gallery-blocks {
    width: var(--gallery-width);
  }
  .home-content-guests .home-guest-feedbacks .feedback-gallery .feedback-gallery-blocks .feedback-gallery-block {
    flex-direction: column-reverse;
  }
  .home-content-guests .home-guest-feedbacks .feedback-gallery .feedback-gallery-blocks .feedback-gallery-block .feedback-gallery-text-block {
    height: 360px;
  }
  .home-content-guests .home-guest-feedbacks .feedback-gallery .feedback-arrow-right, .home-content-guests .home-guest-feedbacks .feedback-gallery .feedback-arrow-left {
    top: 50%;
    position: absolute;
  }
  .home-content-guests .home-guest-feedbacks .feedback-gallery .feedback-arrow-right.feedback-arrow-left, .home-content-guests .home-guest-feedbacks .feedback-gallery .feedback-arrow-left.feedback-arrow-left {
    left: 5px;
  }
  .home-content-guests .home-guest-feedbacks .feedback-gallery .feedback-arrow-right.feedback-arrow-right, .home-content-guests .home-guest-feedbacks .feedback-gallery .feedback-arrow-left.feedback-arrow-right {
    right: 5px;
  }
  .home-content-guests .home-guest-revolution .home-guest-columns div.home-guest-column {
    width: 82vw;
    margin-bottom: 0;
  }
}

/*# sourceMappingURL=guest-firms.css.map */
