

/* Start:/local/components/trc/arendator.element/templates/panel/style.css?17490363786024*/
.detail_page {
  position: relative;
}
.detail_page .block_message {
  color: var(--blue);
  font-style: normal;
  font-weight: 800;
  padding: 0;
  margin: 0;
  font-size: 30px;
  line-height: 120%;
  text-align: center;
  padding: 25px 0;
  margin-bottom: 40px;
  border-top: 2px solid;
  border-bottom: 2px solid;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .detail_page .block_message {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .detail_page .block_message {
    font-size: 50px;
  }
}
.detail_page .block_header {
  position: relative;
  z-index: 2;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .detail_page .block_header {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
.detail_page .block_header .title {
  position: relative;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 80px;
  line-height: 110%;
  text-transform: uppercase;
  color: var(--black);
  margin: 0;
}
.detail_page .block_header .map {
  position: relative;
  margin-left: auto;
}
@media (min-width: 768px) {
  .detail_page .block_header .map {
    position: relative;
    display: flex;
    text-decoration: none;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 25px;
    line-height: 140%;
    color: var(--black);
  }
}
.detail_page .block_header .map .ico {
  position: relative;
}
.detail_page .block_header .map .link {
  margin: auto 0 auto 10px;
  display: none;
}
@media (min-width: 768px) {
  .detail_page .block_header .map .link {
    display: block;
  }
}
.detail_page .block_header .map:hover {
  color: var(--blue);
}
.detail_page .block_category_list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 30px;
  gap: 1rem;
  row-gap: 1rem;
}
@media (min-width: 768px) {
  .detail_page .block_category_list {
    margin-bottom: 60px;
  }
}
.detail_page .block_category_list a {
  position: relative;
  text-decoration: none;
  color: var(--black);
  background: var(--gray);
  font-family: var(--font-family);
  font-weight: 400;
  line-height: 140%;
  font-size: 2.5rem;
  padding: 0 2rem;
  border-radius: 2rem;
}
.detail_page .block_category_list .floor {
  position: relative;
  color: var(--white);
  background: var(--blue);
  font-family: var(--font-family);
  font-weight: 400;
  line-height: 140%;
  font-size: 2.5rem;
  padding: 0 2rem;
  border-radius: 2rem;
}
.detail_page .block_info {
  position: relative;
  padding: 3rem;
  border-radius: 2rem;
  margin-bottom: 6rem;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  background: var(--white);
  display: flex;
  gap: 4.5rem;
}
.detail_page .block_info .logo {
  position: relative;
  display: flex;
  overflow: hidden;
  border-radius: 2rem;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  max-width: 28rem;
  max-height: 28rem;
  width: 100%;
}
.detail_page .block_info .logo img {
  position: relative;
  width: 100%;
  max-width: 100%;
}
.detail_page .block_info .info {
  position: relative;
  display: flex;
  flex-direction: column;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 140%;
  color: var(--black);
  width: 100%;
}
.detail_page .block_info .info .detail_text {
  position: relative;
  display: flex;
  flex-direction: column;
}
.detail_page .block_info .info .detail_text .text {
  position: relative;
  max-height: 15rem;
  transition: all 300ms linear;
  overflow: hidden;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 140%;
  color: var(--black);
}
.detail_page .block_info .info .detail_text .text:after {
  height: 100%;
  content: '';
  position: absolute;
  background: linear-gradient(0deg, #FFF 0%, rgba(0, 0, 0, 0) 17.38%);
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  transition: all 300ms linear;
}
.detail_page .block_info .info .detail_text .full_text_link {
  cursor: pointer;
  position: relative;
  font-size: 2rem;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: var(--blue);
  margin-top: 1.2rem;
}
.detail_page .block_info .info .detail_text.full {
  margin-bottom: 1rem;
}
.detail_page .block_info .info .detail_text.full .text {
  max-height: none;
}
.detail_page .block_info .info .detail_text.full .text:after {
  display: none;
}
.detail_page .block_info .info .detail_text.full .full_text_link {
  display: none;
}
.detail_page .block_info_detail {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  gap: 3rem;
  margin-top: auto;
}
.detail_page .block_info_detail .item {
  display: flex;
  max-width: 100%;
  gap: 1rem;
}
.detail_page .block_info_detail .item .ico {
  position: relative;
  border-radius: 100%;
  background-color: var(--white);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  width: 6rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail_page .block_info_detail .item .ico svg {
  width: 50%;
  height: auto;
}
.detail_page .block_info_detail .item .text {
  position: relative;
  margin: auto 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 25px;
  line-height: 140%;
  color: var(--black);
}
.detail_page .block_info_detail .item:nth-last-child(1) {
  margin-right: 0;
}
.detail_page .block_info_detail .item .btn_blue {
  display: block;
  text-decoration: none;
  background: var(--blue);
  border-radius: 2rem;
  padding: 2rem 2.4rem;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 2rem;
  line-height: 100%;
  text-transform: uppercase;
  color: var(--white);
}
.detail_page .block_detail_slider {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto auto;
  gap: 3.2rem;
}
.detail_page .block_detail_slider .item {
  position: relative;
  text-decoration: none;
  border: none;
  outline: none;
  grid-column: span 2;
}
.detail_page .block_detail_slider .item:nth-child(3) {
  grid-column: span 4;
}
.detail_page .block_detail_slider .item img {
  border-radius: 20px;
  max-width: 100%;
}

/* End */
/* /local/components/trc/arendator.element/templates/panel/style.css?17490363786024 */
