

/* Start:/local/templates/d_museum2/components/bitrix/news.detail/search.person/style.css?17859346896056*/
.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%;
}

/*new*/
.search-detail__backlink {
    gap: 16px;
}

.search-detail__aside .search-detail__img {
    border-radius: 4px;
    width: 326px;
    height: auto;
}

.search-detail__main .h1 {
    margin-bottom: 20px;
}

.search-detail__main .search-detail-text-dates {
    text-align: left;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.search-detail__main .search-detail-text-place {
    text-align: left;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 40px;
}

.search-detail__main .search-detail-description {
    line-height: 1.4;
}

.search-detail__main .print-block {
    margin-top: 40px;
}

.search-detail__main .print-block__controls {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .search-detail__sticky {
        position: sticky;
        top: 30px;
    }
}

@media print {
    .header {
        text-align: center;
    }

    .search-detail__top {
        display: none;
    }

    .search-detail__main .h1 {
        font-size: 30px;
    }

    .footer {
        text-align: center;
    }

    .footer__copyright {
        display: none;
    }
}

.share__group {
    display: flex;
    flex-wrap: wrap;
}

.share {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.share__btn {
    display: flex;
    width: 30px;
    height: 30px;
    border: none;
    cursor: pointer;
}

.share__btn_vk {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.878 17.304c-5.411 0-8.695-3.755-8.823-9.994h2.74c.086 4.583 2.171 6.528 3.77 6.925V7.31h2.627v3.954c1.542-.17 3.155-1.97 3.698-3.954h2.584c-.414 2.441-2.17 4.24-3.412 4.983 1.242.6 3.24 2.17 4.011 5.01h-2.84c-.6-1.898-2.07-3.369-4.04-3.569v3.57h-.315Z' fill='%23fff'/%3e%3c/svg%3e");
    background-color: #4C6C91;
    border-radius: 100%;
}

.share__btn_ok {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M14.83 10.77a3.951 3.951 0 0 1-5.604 0 3.951 3.951 0 0 1 0-5.604 3.95 3.95 0 0 1 5.604 0 3.951 3.951 0 0 1 0 5.604Zm-2.802-4.615c-.494 0-.942.2-1.271.53a1.79 1.79 0 0 0 0 2.542 1.789 1.789 0 0 0 2.543 0 1.789 1.789 0 0 0 0-2.543 1.839 1.839 0 0 0-1.272-.53Zm4.168 5.792 1.166 1.59c.059.082.047.188-.036.247-.977.8-2.119 1.33-3.308 1.613l2.249 4.332c.059.13-.024.271-.165.271H13.7a.206.206 0 0 1-.176-.118l-1.496-3.579-1.507 3.567a.181.181 0 0 1-.176.118H7.943c-.141 0-.224-.153-.165-.27l2.249-4.321a8.262 8.262 0 0 1-3.308-1.613c-.071-.06-.095-.177-.036-.248l1.166-1.589c.07-.094.188-.106.27-.035 1.096.93 2.45 1.542 3.898 1.542s2.79-.6 3.897-1.542c.094-.07.223-.06.282.035Z' fill='%23FFF' fill-rule='evenodd'/%3e%3c/svg%3e");
    background-color: #f70;
    border-radius: 100%;
    margin-left: 10px;
}

.share__title {
    font-size: 1.2rem;
    margin-right: 10px;
}

html body .share__btn_native {
    height: 30px !important;
}

@media (max-width: 768px) {
    .share__btn_vk, .share__btn_ok, .share__title {
        display: none;
    }
}

@media (min-width: 768px) {
    .share__btn_native {
        display: none !important;
    }
}

.vk-post-preview {
    position: fixed;
    inset: 0;
    z-index: 9999;
}

.vk-post-preview__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.vk-post-preview__dialog {
    position: relative;
    width: calc(100% - 32px);
    max-width: 760px;
    margin: 40px auto;
    background: #fff;
    border-radius: 16px;
    padding: 24px;
    z-index: 2;
    max-height: calc(100vh - 80px);
    overflow-y: auto;
    box-sizing: border-box;
}

.vk-post-preview__close {
    position: absolute;
    top: 12px;
    right: 12px;
    border: 0;
    background: transparent;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}

.vk-post-preview__title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-right: 32px;
}

.vk-post-preview__image-wrap {
    margin-bottom: 20px;
}

.vk-post-preview__image {
    display: block;
    max-width: 100%;
    border-radius: 12px;
}

.vk-post-preview__field {
    margin-bottom: 18px;
}

.vk-post-preview__label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
}

.vk-post-preview__textarea {
    width: 100%;
    min-height: 240px;
    padding: 14px;
    border: 1px solid #d9d9d9;
    border-radius: 12px;
    box-sizing: border-box;
    resize: vertical;
    font: inherit;
}

.vk-post-preview__link {
    padding: 12px 14px;
    background: #f5f5f5;
    border-radius: 12px;
    word-break: break-word;
}

.vk-post-preview__actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.vk-post-preview__status {
    margin-top: 16px;
    font-size: 14px;
}

.vk-connect-hint-wrap {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.vk-connect-hint {
    font-size: 14px;
    line-height: 1.45;
    color: #6c7794;
    max-width: 320px;
}

html body .link-btn {
    padding: 5px;
    border-radius: 4px;
}

.search-detail-source {
    margin-top: 20px;
    font-size: 16px;
    color: #454441;
}
/* End */


/* Start:/local/templates/d_museum2/css/search.css?178593468923491*/
@-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;
}

.button-transmission {
  background: #285430;
  border-color: #285430;
  margin-left: 15px;
}

.button-transmission:hover {
  background: rgba(40, 84, 48, 0.8);
  color: #FFFFFF;
}

/* 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;
  }

  .button-transmission {
    margin-left: 10px;
  }

  .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 .button-transmission {
  background: #285430;
  border-color: #285430;
}

.white_black .button-transmission:hover {
  background: rgba(40, 84, 48, 0.8);
}

.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 .button-transmission {
  background: #285430;
  border-color: #285430;
}

.black_white .button-transmission:hover {
  background: rgba(40, 84, 48, 0.8);
}

.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 .button-transmission {
  background: #285430;
  border-color: #285430;
}

.green_brown .button-transmission:hover {
  background: rgba(40, 84, 48, 0.8);
}

.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 .button-transmission {
  font-size: 18px;
}

.lg .button-more {
  font-size: 20px;
}

.lg .button-transmission {
  font-size: 20px;
}

.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_museum2/components/bitrix/news.detail/search.person/style.css?17859346896056 */
/* /local/templates/d_museum2/css/search.css?178593468923491 */
