

/* Start:/local/templates/d_museum/components/bitrix/news.detail/search.person/style.css?1697614162705*/
.search-detail-text-place {
    color: #877852;
    text-align: center;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 2rem;
}


@media (max-width: 1023px) {
    .search-detail-text-place {
        color: #877852;
        text-align: center;
        font-size: 1rem;
        line-height: 1.5rem;
        margin-bottom: 1rem;
    }
}

@media print {

    .search-detail-description {
        font-size: 14px;
    }

    .footer .copyright {
        font-size: 12px;
    }
}

.search-detail-divisions {
	margin-top: 30px;
}
.search-detail-divisions a {
	display: inline-block;
	color: #08477f;
	line-height: 18px;
    margin-top: 7px;
	width: 100%;
}
/* End */


/* Start:/local/assets/search.css?169761415722552*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

.wrapp_all {
  height: auto;
  max-height: none;
}

.container-wide {
  max-width: 1740px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  box-sizing: border-box;
}

/* SEARCH FORM */

.search-form {
  margin-top: 30px;
}

.search-form * {
  box-sizing: border-box;
}

.search-form-row {
  position: relative;
}

.search-form-row input {
  display: block;
  width: 100%;
  border: 1px solid #000000;
  background: #FFFFFF;
  color: #000000;
  font-family: Helios Cond, Arial,  sans-serif;
  height: 60px;
  border-radius: 20px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
  text-align: left;
  transition: box-shadow .25s;
  font-size: 22px;
  padding: 0 240px 0 45px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.search-form-row input:focus {
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.2);
}

.search-form-advanced-show {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 60px 0 0;
  font-size: 18px;
  color: #877852;
  font-family: Helios Cond, Arial,  sans-serif;
  border: none;
  box-shadow: none;
  height: 100%;
  background: none;
  cursor: pointer;
  width: 240px;
  text-align: right;
  transition: color .25s;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.search-form-advanced-show::before {
  content: '';
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #877852;
  border-bottom: 2px solid #877852;
  top: 50%;
  right: 30px;
  transform: rotate(45deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  margin-top: -7.5px;
  transition: border-color .25s, margin-top .25s, transform .25s;
}

.search-form-advanced-show.active::before {
  transform: rotate(-135deg);
  margin-top: -2.5px;
}

.search-form-advanced-show:hover {
  color: #000000;
}

.search-form-advanced-show:hover::before {
  border-color: #000000;
}

.search-form-advanced {
  margin-top: 20px;
  display: none;
  opacity: 0;
}

.search-form-advanced.active {
  display: block;
  -webkit-animation: fadeIn .25s forwards;
          animation: fadeIn .25s forwards;
}

.search-form-group {
  display: flex;
  margin-left: -20px;
}

.search-form-group .search-form-item {
  flex: 1;
  padding-left: 20px;
}

.search-form-field {
  position: relative;
  background: rgba(135, 120, 82, .3);
}

.search-form-field input {
  border: none;
  border-radius: 0;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none;
  padding: 25px 30px 15px 30px;
  text-align: center;
  color: #000000;
  height: 60px;
  font-size: 20px;
  position: relative;
  z-index: 1;
  background: none;
  line-height: 20px;
}

.search-form-field label {
  background: transparent;
  position: absolute;
  display: block;
  width: 100%;
  height: 20px;
  top: 50%;
  left: 0;
  font-size: 20px;
  line-height: 20px;
  color: #000000;
  margin-top: -10px;
  text-align: center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: scale(1);
  transition: top .25s, transform .25s, color .25s;
}

.search-form-field input:focus + label,
.search-form-field input.notempty + label {
  top: 15px;
  transform: scale(.7);
  color: #877852;
}

.search-form-group + .search-form-group,
.search-form-group + .search-form-item,
.search-form-item + .search-form-item
.search-form-item + .search-form-group {
  margin-top: 20px;
}

.search-form-control {
  text-align: center;
  margin-top: 30px;
}

.search-form-button {
  width: 260px;
  height: 60px;
  color: #FFFFFF;
  background: #A01623;
  display: inline-block;
  vertical-align: top;
  border-radius: 20px;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  border: 1px solid #A01623;
  padding: 0 44px;
  margin: 0;
  box-shadow: none;
  font-family: Helios Cond, Arial,  sans-serif;
  cursor: pointer;
  transition: color .25s, background .25s;
  outline: none;
}

.search-form-button:hover{
  background: rgba(160, 22, 35, 0);
  color: #A01623;
}

/* SEARCH RESULT */

.search-result {
  padding-bottom: 40px;
  margin-top: 46px;
}

.search-result * {
  box-sizing: border-box;
}

.search-result-list {
  display: flex;
  flex-wrap: wrap;
  margin: -43px 0 0 -18px;
  justify-content: center;
}

.search-result-list .errortext {
  margin-left: 18px;
}

.search-result-item {
  width: 16.6666%;
  flex: none;
  margin-top: 43px;
  padding-left: 18px;
  max-width: 285px;
}

.search-result-link {
  display: block;
  text-decoration: none;
}

.search-result-item-image {
  width: 100%;
  padding-bottom: 140%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.search-result-item-name {
  font-size: 20px;
  line-height: 1.2;
  margin-top: 19px;
  border-left: 2px solid #A01623;
  padding-left: 11px;
  transition: color .25s;
}

.search-result-link:hover .search-result-item-name {
  color: #A01623;
}

.search-result-item-name strong {
  display: block;
}

.search-result-more {
  margin-top: 46px;
  text-align: center;
}

.button-more {
  display: inline-block;
  vertical-align: top;
  color: #A01623;
  border: 1px solid #A01623;
  padding: 13px 45px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  transition: color .25s, background-color .25s;
  font-family: Helios Cond, Arial,  sans-serif;
}

.button-more:hover {
  color: #FFFFFF;
  background-color: #A01623;
}

/* SEARCH DETAIL */

.search-detail * {
  box-sizing: border-box;
}

.search-detail-line {
  width: 100%;
}

.search-detail-line div {
  height: 1px;
  width: 100%;
  background-color: #a01623;
}

.search-detail .container-wide {
  display: flex;
  height: 100%;
}

.search-detail-image {
  flex: none;
  width: 50%;
  min-width: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 80px 120px 40px 120px;
}

.search-detail-image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  flex: none;
}

.search-detail-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  font-size: 0;
}

.search-detail-back::before,
.search-detail-back::after {
  content: '';
  display: block;
  position: absolute;
  width: 6px;
  height: 24px;
  border-radius: 3px;
  background: #A01623;
  top: 50%;
  left: 50%;
  margin-left: -3px;
}

.search-detail-back::before {
  transform: rotate(45deg);
  margin-top: -19px;
}

.search-detail-back::after {
  transform: rotate(-45deg);
  margin-top: -5px;
}

.search-detail-text {
  flex: 1;
  min-width: 0;
  position: relative;
  padding-top: 15px;
  padding-bottom: 30px;
}

.search-detail-text::before {
  content: '';
  display: block;
  position: absolute;
  width: 100px;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(128, 105, 65, 0.5) 0%, rgba(128, 105, 65, 0) 100%);
  opacity: 0.5;
}

.search-detail-text-scroll {
  max-height: 100%;
  overflow-y: auto;
  padding-left: 110px;
  padding-right: 50px;
  scrollbar-color: #A01623 rgba(160, 22, 35, .1);
  scrollbar-width: thin;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #000000;
  font-size: 18px;
  line-height: 1.6;
  text-align: justify;
}

.search-detail-text-scroll::-webkit-scrollbar {
  width: 10px
}

.search-detail-text-scroll::-webkit-scrollbar-track {
  background-color: rgba(160, 22, 35, .1);
}

.search-detail-text-scroll::-webkit-scrollbar-thumb {
  background-color: #A01623;
}

.search-detail-text-scroll h1 {
  font-size: 48px;
  line-height: 55px;
  color: #000000;
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: 700;
  text-align: center;
}

.search-detail-text-dates {
  color: #A01623;
  text-align: center;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 40px;
}

.search-detail-text-scroll p {
  margin-bottom: 20px;
  text-indent: 40px;
}

.search-detail-text-scroll p:last-child {
  margin-bottom: 0;
}

/* MEDIA QUERIES */

@media (max-height: 800px) {
  .search-detail {
    height: auto !important;
  }
}

@media (max-width: 1400px) {
  .search-result .container-wide,
  .search-detail .container-wide {
    max-width: 1150px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .search-result-item {
    width: 25%;
  }

  .search-detail-image {
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 90px;
  }

  .search-detail-text {
    margin-right: -70px;
  }

  .search-detail-text-scroll {
    padding-right: 60px;
    padding-left: 45px;
    font-size: 16px;
  }

  .search-detail-text-scroll h1 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 30px;
  }
  
  .search-detail-text-dates {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 30px;
  }
}

@media (max-width: 1365px) {
  .search-detail-text {
    margin-right: -8px;
  }

  .search-detail-text-scroll {
    padding-right: 28px;
  }
}

@media (max-width: 1023px) {
  .search-form-row input {
    height: 50px;
    border-radius: 10px;
    border-color: #FFFFFF;
    font-size: 18px;
  }
  
  .search-form-group {
    margin-left: -10px;
  }
  
  .search-form-group .search-form-item {
    padding-left: 10px;
  }
  
  .search-form-field input {
    padding: 15px 30px 5px 30px;
    height: 40px;
    font-size: 16px;
  }
  
  .search-form-field label {
    font-size: 16px;
  }
  
  .search-form-field input:focus + label,
  .search-form-field input.notempty + label {
    top: 10px;
  }
  
  .search-form-group + .search-form-group,
  .search-form-group + .search-form-item,
  .search-form-item + .search-form-item
  .search-form-item + .search-form-group {
    margin-top: 10px;
  }

  .search-form-button {
    height: 50px;
    border-radius: 10px;
    width: 180px;
    font-size: 18px;
  }

  .search-result-list {
    margin-top: -30px;
  }

  .search-result-item {
    margin-top: 30px;
  }

  .search-result-item-name {
    font-size: 16px;
  }

  .search-detail-image {
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 70px;
  }

  .search-detail-back {
    width: 35px;
    height: 70px;
  }
  
  .search-detail-back::before,
  .search-detail-back::after {
    width: 3px;
    height: 14px;
    margin-left: -2px;
  }
  
  .search-detail-back::before {
    margin-top: -12px;
  }
  
  .search-detail-back::after {
    margin-top: -4px;
  }

  .search-detail-text-scroll {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 27px;
    font-size: 14px;
  }

  .search-detail-text-scroll h1 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 15px;
  }

  .search-detail-text-dates {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .search-form-advanced {
    padding-left: 35px;
    padding-right: 35px;
  }

  .search-form-group {
    display: block;
    margin-left: 0;
  }

  .search-form-group .search-form-item {
    padding-left: 0;
    width: 100%;
  }

  .search-form-group .search-form-item + .search-form-item {
    margin-top: 10px;
  }

  .search-result-item {
    width: 33.3333%;
  }

  .search-detail {
    height: auto !important;
  }

  .search-detail .container-wide {
    display: block;
  }

  .search-detail-image {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
    padding-bottom: 0;
  }

  .search-detail-image img {
    max-width: 260px;
  }

  .search-detail-text {
    margin-top: 40px;
    padding-top: 0;
    margin-right: 0;
  }

  .search-detail-text::before {
    display: none;
  }

  .search-detail-text-scroll {
    padding: 0;
  }
}

@media (max-width: 599px) {
  .search-form-row input {
    height: 40px;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 160px;
  }

  .search-form-advanced-show {
    font-size: 14px;
    padding-right: 34px;
    width: 160px;
  }

  .search-form-advanced-show::before {
    width: 8px;
    height: 8px;
    margin-top: -6px;
    right: 14px;
  }

  .search-form-advanced-show.active::before {
    margin-top: -2px;
  }

  .search-form-control {
    margin-top: 16px;
  }

  .search-form-button {
    height: 40px;
    width: 160px;
    font-size: 16px;
  }

  .search-result {
    margin-top: 35px;
  }

  .search-result-item {
    width: 50%;
  }
}

@media (max-width: 374px) {
  .search-form-row input {
    padding-right: 141px;
  }

  .search-form-advanced-show {
    padding-right: 15px;
    width: 141px;
  }

  .search-form-advanced-show::before {
    display: none;
  }

  .search-result-item {
    width: 100%;
    max-width: 230px;
  }

  .search-detail-image {
    padding-top: 70px;
    padding-left: 0;
    padding-right: 0;
  }
}

/* POOR VISION */

/* white_black */

.white_black .search-form-row input {
  box-shadow: none;
}

.white_black .search-form-advanced-show {
  color: #000000;
}

.white_black .search-form-advanced-show::before {
  border-color: #000000;
}

.white_black .search-form-field {
  background: #FFFFFF;
}

.white_black .search-form-field input {
  border: 1px solid #000000;
  padding: 24px 29px 14px 29px;
}

.white_black .search-form-field input:focus + label,
.white_black .search-form-field input.notempty + label {
  color: #000000;
}

.white_black .search-form-button {
  border: 1px solid #000000;
  background: #FFFFFF;
  color: #000000;
  padding: 0 43px;
}

.white_black .search-result-item-name {
  border-color: #000000;
}

.white_black .search-result-link:hover .search-result-item-name {
  color: #000000;
}

.white_black .button-more {
  color: #000000;
  border-color: #000000;
  background: #FFFFFF;
}

.white_black .search-detail-line {
  display: none;
}

.white_black .search-detail-back::before,
.white_black .search-detail-back::after {
  background: #000000;
}

.white_black .search-detail-text::before {
  display: none;
}

.white_black .search-detail-text-scroll {
  scrollbar-color: #000000 transparent;
  padding-left: 0;
}

.white_black .search-detail-text-scroll::-webkit-scrollbar-track {
  background-color: transparent;
}

.white_black .search-detail-text-scroll::-webkit-scrollbar-thumb {
  background-color: #000000;
}

.white_black .search-detail-text-dates {
  color: #000000;
}

/* black_white */

.black_white .search-form-row input {
  box-shadow: none;
  color: #FFFFFF;
  background: #000000;
  border-color: #FFFFFF;
}

.black_white .search-form-advanced-show {
  color: #FFFFFF;
}

.black_white .search-form-advanced-show::before {
  border-color: #FFFFFF;
}

.black_white .search-form-field {
  background: #000000;
}

.black_white .search-form-field input {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  padding: 24px 29px 14px 29px;
}

.black_white .search-form-field label {
  color: #FFFFFF;
}

.black_white .search-form-field input:focus + label,
.black_white .search-form-field input.notempty + label {
  color: #FFFFFF;
}

.black_white .search-form-button {
  border: 1px solid #FFFFFF;
  background: #000000;
  color: #FFFFFF;
  padding: 0 43px;
}

.black_white .search-result-item-name {
  border-color: #FFFFFF;
}

.black_white .search-result-link:hover .search-result-item-name {
  color: #FFFFFF;
}

.black_white .button-more {
  color: #FFFFFF;
  border-color: #FFFFFF;
  background: #000000;
}

.black_white .search-detail-line {
  display: none;
}

.black_white .search-detail-back::before,
.black_white .search-detail-back::after {
  background: #FFFFFF;
}

.black_white .search-detail-text::before {
  display: none;
}

.black_white .search-detail-text-scroll {
  scrollbar-color: #FFFFFF transparent;
  padding-left: 0;
  color: #FFFFFF;
}

.black_white .search-detail-text-scroll::-webkit-scrollbar-track {
  background-color: transparent;
}

.black_white .search-detail-text-scroll::-webkit-scrollbar-thumb {
  background-color: #FFFFFF;
}

.black_white .search-detail-text-scroll h1 {
  color: #FFFFFF;
}

.black_white .search-detail-text-dates {
  color: #FFFFFF;
}

/* green_brown */

.green_brown .search-form-row input {
  box-shadow: none;
  color: #a9e44d;
  background: #3b2716;
  border-color: #a9e44d;
}

.green_brown .search-form-advanced-show {
  color: #a9e44d;
}

.green_brown .search-form-advanced-show::before {
  border-color: #a9e44d;
}

.green_brown .search-form-field {
  background: #3b2716;
}

.green_brown .search-form-field input {
  border: 1px solid #a9e44d;
  color: #a9e44d;
  padding: 24px 29px 14px 29px;
}

.green_brown .search-form-field label {
  color: #a9e44d;
}

.green_brown .search-form-field input:focus + label,
.green_brown .search-form-field input.notempty + label {
  color: #a9e44d;
}

.green_brown .search-form-button {
  border: 1px solid #a9e44d;
  background: #3b2716;
  color: #a9e44d;
  padding: 0 43px;
}

.green_brown .search-result-item-name {
  border-color: #a9e44d;
}

.green_brown .search-result-link:hover .search-result-item-name {
  color: #a9e44d;
}

.green_brown .button-more {
  color: #a9e44d;
  border-color: #a9e44d;
  background: #3b2716;
}

.green_brown .search-detail-line {
  display: none;
}

.green_brown .search-detail-back::before,
.green_brown .search-detail-back::after {
  background: #a9e44d;
}

.green_brown .search-detail-text::before {
  display: none;
}

.green_brown .search-detail-text-scroll {
  scrollbar-color: #a9e44d transparent;
  padding-left: 0;
  color: #a9e44d;
}

.green_brown .search-detail-text-scroll::-webkit-scrollbar-track {
  background-color: transparent;
}

.green_brown .search-detail-text-scroll::-webkit-scrollbar-thumb {
  background-color: #a9e44d;
}

.green_brown .search-detail-text-scroll h1 {
  color: #a9e44d;
}

.green_brown .search-detail-text-dates {
  color: #a9e44d;
}

/* font */

.sm .search-detail,
.md .search-detail,
.lg .search-detail {
  height: auto !important;
}

.md .search-form-row input {
  font-size: 25px;
}

.md .search-form-row input {
  padding-right: 240px;
}

.md .search-form-advanced-show {
  font-size: 20px;
  width: 240px;
}

.md .search-form-field input {
  font-size: 22px;
}

.md .search-form-field label {
  font-size: 22px;
}

.md .search-form-button {
  font-size: 25px;
}

.md .search-result-item-name {
  font-size: 22px;
}

.md .button-more {
  font-size: 18px;
}

.md .search-detail-text-scroll {
  font-size: 22px;
}

.md .search-detail-text-scroll h1 {
  font-size: 56px;
  line-height: 66px;
}

.md .search-detail-text-dates {
  font-size: 36px;
  line-height: 40px;
}

.lg .search-form-row input {
  font-size: 28px;
  padding-right: 260px;
}

.lg .search-form-advanced-show {
  font-size: 22px;
  width: 260px;
}

.lg .search-form-field input {
  font-size: 25px;
}

.lg .search-form-field label {
  font-size: 25px;
}

.lg .search-form-button {
  font-size: 28px;
}

.lg .search-result-item-name {
  font-size: 25px;
}

.lg .button-more {
  font-size: 20px;
}

.lg .search-detail-text-scroll {
  font-size: 26px;
}

.lg .search-detail-text-scroll h1 {
  font-size: 62px;
  line-height: 74px;
}

.lg .search-detail-text-dates {
  font-size: 40px;
  line-height: 46px;
}

@media (max-width: 1023px) {
  .white_black .search-form-row input {
    border-color: #000000;
  }

  .black_white .search-form-row input {
    border-color: #FFFFFF;
  }

  .green_brown .search-form-row input {
    border-color: #a9e44d;
  }

  .md .search-form-row input,
  .lg .search-form-row input {
    height: 60px;
  }

  .md .search-form-field input,
  .lg .search-form-field input {
    height: 60px;
  }

  .md .search-result-item,
  .lg .search-result-item {
    width: 33.3333%;
  }

  .md .search-detail-text-scroll {
    font-size: 18px;
  }
  
  .md .search-detail-text-scroll h1 {
    font-size: 30px;
    line-height: 38px;
  }
  
  .md .search-detail-text-dates {
    font-size: 22px;
    line-height: 28px;
  }
  
  .lg .search-detail-text-scroll {
    font-size: 22px;
  }
  
  .lg .search-detail-text-scroll h1 {
    font-size: 40px;
    line-height: 50px;
  }
  
  .lg .search-detail-text-dates {
    font-size: 30px;
    line-height: 38px;
  }
}

@media (max-width: 767px) {
  .md .search-result-item,
  .lg .search-result-item {
    width: 50%;
  }
}

@media (max-width: 599px) {
  .md .search-form-row input {
    padding-right: 220px;
  }
  
  .md .search-form-advanced-show {
    width: 220px;
  }

  .lg .search-form-row input {
    padding-right: 230px;
  }
  
  .lg .search-form-advanced-show {
    width: 230px;
  }

  .md .search-result-item,
  .lg .search-result-item {
    width: 100%;
  }
}

@media (max-width: 413px) {
  .md .search-form-row input {
    padding-right: 170px;
  }
  
  .md .search-form-advanced-show {
    width: 170px;
    font-size: 18px;
  }

  .lg .search-form-row input {
    padding-right: 190px;
  }
  
  .lg .search-form-advanced-show {
    width: 190px;
    font-size: 20px;
  }
}

@media (max-width: 374px) {
  .lg .search-detail-text-scroll h1 {
    font-size: 34px;
    line-height: 42px;
  }

  .lg .search-detail-text-dates {
    font-size: 28px;
    line-height: 34px;
  }
}

.search-detail-description {
  white-space: pre-wrap;
}

.search-detail-text-dates {
  white-space: normal;
}

.search-detail-text-place {
  white-space: normal;
}

.search-detail-image img {
  object-fit: contain;
}
/* End */
/* /local/templates/d_museum/components/bitrix/news.detail/search.person/style.css?1697614162705 */
/* /local/assets/search.css?169761415722552 */
