.custom-html-code__item {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border: 1px solid #ececec;
    background-color: #fff;
    padding: 0;
}

.custom-html-code__img img {
    width: 150px; /* Обеспечиваем формирование квадрата, устанавливая равные размеры */
    height: 150px;
}

.custom-html-code__text  {
    text-align: center;
    padding: 20px 20px 20px 20px;
}

.custom-html-code__title-text {
    margin: 0 0 10px 0;
    font-size: 1.1em;
    line-height: 1.3;
    min-height: 47px;
}

.custom-html-code__preview-text {
    font-size: 0.8em;
    line-height: 1.5;
    margin: 10px 0 30px;
}

.news-list__img img {
    object-fit: cover;
    width: 100%; /* Обеспечиваем формирование квадрата, устанавливая равные размеры */
    height: 230px;
}

.news-detail img {
    object-fit: cover;
    object-position: top;
    width: 100%; /* Обеспечиваем формирование квадрата, устанавливая равные размеры */
    height:auto;
}

.action-detail img {
    object-fit: cover;
    object-position: top;
    width: 100%; /* Обеспечиваем формирование квадрата, устанавливая равные размеры */
    height:auto;
}

.partners-detail__item img {
    object-fit: cover;
    width: 100%; /* Обеспечиваем формирование квадрата, устанавливая равные размеры */
    height:auto;
}

.section-personal__img-box img {
    object-fit: cover;
    width: 100%; /* Обеспечиваем формирование квадрата, устанавливая равные размеры */
    height: 230px;
}

.personal-news-list__img img {
    object-fit: cover;
    width: 100%; /* Обеспечиваем формирование квадрата, устанавливая равные размеры */
    height: 230px;
}

img.fullwidth {
    width: 100%; /* Обеспечиваем формирование квадрата, устанавливая равные размеры */
    height:auto;
}

img.alignleft {
    width: 310px;  /* Ширина всех картинок */
    height: auto;
    float: left;
    margin: 0 15px 0 0;
    padding: 5px;
    border: 1px solid #ccc;
}

img.alignright {
    width: 310px;  /* Ширина всех картинок */
    height: auto;
    float: right;
    margin: 0 0 0 15px;
    padding: 5px;
    border: 1px solid #ccc;
}
.content-box em {
    font-style: italic;
}
/*.content-box ol {counter-reset: li; list-style: none;}
 .content-box ol li::before { counter-increment:li; content: counters(li,".") ". ";} */

.search {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-100%) translateY(-50%);
    /* padding-right: 35px; */
}

.search * {
  outline: none;
  box-sizing: border-box;
  background-color: transparent;
}

.search__wrapper {
  position: relative;
}

.search__field {
  width: 50px;
  height: 50px;
  color: transparent;
  font-family: Lato, sans-serif;
  font-size: 1.35em;
  padding: 0.35em 50px 0.35em 0;
  border: 1px solid transparent;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.search__field:focus {
  border-bottom-color: #ccc;
  width: 25vw;
  color: #2b2b2b;
  cursor: default;
  background-color: white;
}

.search__field:focus ~ .search__icon {
  background-color: transparent;
  cursor: pointer;
  pointer-events: auto;
}

.search__icon {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #e9f1f4;
  width: 50px;
  height: 50px;
  font-size: 1.35em;
  text-align: center;
  border-color: transparent;
  border-radius: 50%;
  pointer-events: none;
  display: inline-block;
  transition: background-color 0.2s ease-in-out;
}

.search__field::-webkit-input-placeholder {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition-property: top, color;
  transition-property: top, color;
  transition-duration: 0.1s;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000;
}

.search__field:-moz-placeholder {
  position: relative;
  top: 0;
  left: 0;
  -moz-transition-property: top, color;
  transition-property: top, color;
  transition-duration: 0.1s;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000;
}

.search__field::-moz-placeholder {
  position: relative;
  top: 0;
  left: 0;
  -moz-transition-property: top, color;
  transition-property: top, color;
  transition-duration: 0.1s;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000;
}

.search__field:-ms-input-placeholder {
  position: relative;
  top: 0;
  left: 0;
  -ms-transition-property: top, color;
  transition-property: top, color;
  transition-duration: 0.1s;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  perspective: 1000;
}

.search__field::-webkit-input-placeholder[style*=hidden] {
  color: #83b0c1;
  font-size: 0.65em;
  font-weight: normal;
  top: -20px;
  opacity: 1;
  visibility: visible !important;
}

.search__field:-moz-placeholder[style*=hidden] {
  color: #83b0c1;
  font-size: 0.65em;
  font-weight: normal;
  top: -20px;
  opacity: 1;
  visibility: visible !important;
}

.search__field::-moz-placeholder[style*=hidden] {
  color: #83b0c1;
  font-size: 0.65em;
  font-weight: normal;
  top: -20px;
  opacity: 1;
  visibility: visible !important;
}

.search__field:-ms-input-placeholder[style*=hidden] {
  color: #83b0c1;
  font-size: 0.65em;
  font-weight: normal;
  top: -20px;
  opacity: 1;
  visibility: visible !important;
}

.eye__icon {
    /* position: absolute; */
    top: 0;
    right: 0;
    background-color: #e9f1f4;
    width: 50px;
    height: 50px;
    font-size: 1.35em;
    text-align: center;
    border-color: transparent;
    border-radius: 50%;
    pointer-events: none;
    display: inline-block;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

.eye__wrapper {
    /* position: relative; */
    cursor: pointer;
    padding-left: 60px;
}