/* MENU */
.navigation.pages .navigation__container {
  max-width: 1224px;
  box-sizing: border-box;
}


@media screen and (max-width: 1280px) {
  .navigation.pages .navigation__container {
    max-width: 1024px;
  }
}

/* HERO BLOCK */
.hero-block__content {
  max-width: calc(1224px + 30px);
}

@media screen and (max-width: 1280px) {
  .hero-block__content {
    max-width: calc(1024px + 30px);
  }
}

/* PRODUCTION TRIGGER */
.production-trigger--black {
  color: #000;
}

/* GALLERY */
.section-slider__slider .gallery-card.card-geo {
  width: 100%;
  aspect-ratio: 1;
}

/*.update::before {
  background-color: transparent !important; 
}
.update {
  background-color: transparent !important;
}*/


/* BTN */
.btn {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  max-width: auto;
  background-color: rgba(255,255,255,0);
  border: 2px solid transparent;
  padding: 18px 30px;
  text-decoration: none;
  outline: none;
  box-sizing: border-box;
  cursor: pointer;
  user-select: none;
}

.btn > span {
  margin-right: 10px;
}

.btn > i {
  margin-left: auto;
  transition: transform .2s ease-out;
}

.btn.btn--fill.btn--orange {
  background-color: #f8a734;
  color: #fff;
}

.btn.btn--outline.btn--orange {
  border-color: #f8a734;
  color: #f8a734;
  transition: .2s ease;
  transition-property: background-color, color;
}

.btn.btn--outline.btn--orange:hover,
.btn.btn--outline.btn--orange:active {
  background-color: #f8a734;
  color: #fff;
}

.btn:hover i,
.btn:active i {
  transform: scale(1.5);
}

/* BTNS GRID */
.btns-grid {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: calc(100% + 30px);
  margin-right: -30px;
  margin-bottom: -30px;
}

.btns-grid .btn {
  margin-right: 30px;
  margin-bottom: 30px;
}

/* NEW MARKER */
.object-demo {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .object-demo {
    flex-direction: column;
    align-items: flex-start;
  }
}

.object-demo__left {
  display: block;
  width: 50%;
  margin-right: 72px;
}

@media screen and (max-width: 768px) {
  .object-demo__left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.object-demo__right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: calc(50% - 72px);
  height: auto;
}

.object-demo__right--padding-top {
  padding-top: 36px;
}

@media screen and (max-width: 768px) {
  .object-demo__right {
    width: 100%;
    max-width: 100%;
  }

  .object-demo__right--padding-top {
    padding-top: 0;
  }
}

/* OBJECT DEMO FOOTER */
.object-demo__footer {
  margin-top: auto;
  padding-top: 50px;
}

@media screen and (max-width: 768px) {
  .object-demo__footer {
    margin-top: 0;
  }
}

.object-demo__footer-footnote {
  font-size: 12px;
  line-height: 1.72;
  color: #000;
  margin-bottom: 30px;
}

/* IMAGE MARKERS */
.image-markers {
  display: block;
  width: 100%;
}

.image-markers .swiper {
  overflow: hidden;
}

/* IMAGE MARKERS MAP */
.image-markers__map {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  position: relative;
}

@media screen and (max-width: 768px) {
  .image-markers__map {
    max-width: 500px;
    margin: 0 auto;
  }
}

.image-markers__map::after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewbox='0 0 17 17'%3E%3Cg fill='%23fff'%3E%3Cpath d='m7 14a1 1 0 000-14 1 1 0 000 14zm0-1a1 1 0 000-12 1 1 0 000 12zm-.5-6.5 0-2c0-.75 1-.75 1 0l0 2 2 0c.75 0 .75 1 0 1l-2 0 0 2c0 .75-1 .75-1 0l0-2-2 0c-.75 0-.75-1 0-1z' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M11.22 11.952l4.74 4.75c.5.5 1.25-.25.75-.75l-4.75-4.75z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
  filter: drop-shadow(0 0 3px rgba(20,20,22,.8));
  pointer-events: none;
}


@media screen and (max-width: 768px) {
  .image-markers__map::after {
    width: 20px;
    height: 20px;
  }
}

.image-markers__map-preview {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
  cursor: zoom-in;
}

/* IMAGE MARKERS TOOLTIP */
.image-markers__tooltip {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 0;
  height: 0;
  position: absolute;
}

.image-markers__tooltip--right {
  flex-direction: row-reverse;
}

.image-markers__tooltip::before {
  content: '';
  flex-shrink: 0;
  display: block;
  width: 17px;
  height: 17px;
  border: 4px solid #fff;
  background-color: #f8a734;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%) rotate(45deg);
  box-sizing: border-box;
}


@media screen and (max-width: 480px) {
  .image-markers__tooltip::before {
    width: 12px;
    height: 12px;
    border-width: 3px;
  }
}

.image-markers__tooltip::after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  z-index: 1;
}

@media screen and (max-width: 480px) {
  .image-markers__tooltip::after {
    width: 30px;
    height: 30px;
  }
}

.image-markers__tooltip-content {
  display: block;
  display: inline-block;
  background-color: rgba(20,20,22,.63);
  backdrop-filter: blur(5px);
  padding: 12px 23px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  text-decoration: none;
  position: relative;
  margin-left: 25px;
  transition: opacity .3s ease;
}

.image-markers__tooltip:hover .image-markers__tooltip-content {
  opacity: 1;
  pointer-events: all;
}

@media screen and (max-width: 480px) {
  .image-markers__tooltip-content {
    padding: 6px 11px;
  }
}

.image-markers__tooltip--right .image-markers__tooltip-content {
  margin-left: 0;
  margin-right: 25px;
}

.image-markers__tooltip-content::before,
.image-markers__tooltip-content::after {
  content: '';
  display: block;
  position: absolute;
}

.image-markers__tooltip-content::before {
  width: 14px;
  height: 18px;
  background-color: rgba(20,20,22,.63);
  backdrop-filter: blur(5px);
  clip-path: polygon(100% 0, 50% 50%, 100% 100%);
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.image-markers__tooltip--right .image-markers__tooltip-content::before {
  right: auto;
  left: 100%;
  transform: translateY(-50%) scaleX(-1);
}

.image-markers__tooltip-content::after {
  width: 30px;
  height: 100%;
  right: 100%;
  top: 0;
  z-index: 1;
}

.image-markers__tooltip--right .image-markers__tooltip-content::after {
  right: auto;
  left: 100%;
}

/* IMAGE MARKERS CONTROLS */
.image-markers__controls {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  cursor: default;
  user-select: none;
  margin-bottom: 20px;
}

.image-markers__controls-btn {
  display: block;
  width: auto;
  cursor: pointer;
  padding-left: 4px;
}

.image-markers__controls-btn::before {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  transform: rotate(-45deg);
}

.image-markers__controls-btn--next {
  transform: scaleX(-1);
}

.image-markers__controls-btn--disabled {
  opacity: .5;
  cursor: default;
}

.image-markers__controls-fraction {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding: 0 25px;
  color: #141416;
  position: static !important;
}

.image-markers__controls-fraction-current {
  color: #f8a734;
}

.image-markers__controls-fraction-current,
.image-markers__controls-fraction-total {
  min-width: 2.25ch;
}

/* IMAGE MARKERS THUMBS */
.image-markers__thumbs {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
}

.image-markers__thumbs:not(.swiper-initialized) .swiper-slide {
  max-width: calc((100% - 20px * 4) / 5);
}

.image-markers__thumbs:not(.swiper-initialized) .swiper-slide:not(:last-child) {
  margin-right: 20px;
}

.image-markers__thumbs .swiper-slide {
  aspect-ratio: 5/3;
  background-color: #000;
  cursor: pointer;
}

.image-markers__thumbs .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .3;
  transition: opacity .3s ease-in-out;
}

.image-markers__thumbs .swiper-slide.swiper-slide-thumb-active {
  cursor: default;
}

.image-markers__thumbs .swiper-slide.swiper-slide-thumb-active img {
  opacity: 1;
}

/* LIST ICON */
.list-icon {
  display: block;
  width: 100%;
}

.list-icon__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.list-icon__item:not(:last-child) {
  margin-bottom: 30px;
}

.list-icon__item-icon {
  flex-shrink: 0;
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-right: 20px;
}

.list-icon__item-info {
  display: block;
  align-self: center;
  width: 100%;
}

.list-icon__item-info-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.list-icon__item-info-desc {
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  color: rgba(20,20,22,.6);
}

.list-icon__item-info-desc--list {
  margin-top: 2px;
}

.list-icon__item-info-desc--list li {
  font-size: 14px;
  font-weight: 400;
  color: #f8a734;
}

.list-icon__item-info-desc--list li a {
  color: inherit;
  text-decoration: none;
}

.list-icon__item-info-desc--list li a::after {
  font-family: 'Font Awesome 5 Pro';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-left: 5px;
  font-size: 12px;
  vertical-align: baseline;
  text-decoration: none;
}

.list-icon__item-info-desc--list li a::after {
  content: '\f178';
  font-weight: 200;
}

.list-icon__item-info-desc--list li a[target="_blank"]::after {
  content: '\f08e';
  font-weight: 200;
}

/* CARD GEO TEXT */
.section-slider .card-geo__text-title {
  margin-bottom: auto;
}

/* FANCYBOX */
.fancybox__container [data-panzoom-action="iterateZoom"] {
  display: none;
}

/* SEARCH HEADER */
.search-form__variants--show {
  transform: translateY(31px);
}

/* .search-form--header {
  background-color: #0F0F10;
  margin-bottom: 0;
  box-shadow: 0 -100px 0 0 #0F0F10;
  position: relative;
  z-index: 10;
} */

.search-form__submit {
  transition: transform .2s ease;
}

.search-form__submit:hover,
.search-form__submit:active {
  transform: scale(1.5);
}

.navigation .search-form--header {
  position: absolute;
  top: 80px;
  left: 0;
  opacity: 0;
  transform: translateY(-100%);
  transition: 1s ease;
  transition-property: transform, opacity;
  z-index: 1;
  pointer-events: none;
  margin: 0 !important;
}

.navigation .search-form--header.open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}

.search-form--header .search-form__wrapper {
  max-width: 1224px;
}

main .search-form--header  .search-form__wrapper {
  transform: translateY(-100%);
  animation: SearchStart 1s ease forwards;
}

@keyframes SearchStart {
  to {
    transform: translateY(0);
  }
}

/* CARD ARTICLES */
.card-news__tag--green {
  background-color: green;
  color: #fff;
}

.card-news__tag--red {
  background-color: #ff0f1c;
  color: #fff;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  grid-gap: 60px 30px;
}

.card-news--video .card-news__image-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  background-color: rgba(255, 15, 28, .6);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  pointer-events: none;
  z-index: 1;
}

.card-news--video .card-news__image-btn::before {
  content: '\f04b';
  display: inline-block;
  color: #fff;
  font-size: 40px;
  transform: rotate(-45deg) translateX(15%);
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  transition: transform .2s ease;
}

.card-news--video .card-news__image::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, rgba(20,20,22, .7) 0%, rgba(20,20,22, .19) 90%);
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.card-news--video:hover .card-news__image-btn::before,
.card-news--video:active .card-news__image-btn::before {
  transform: rotate(-45deg) translateX(15%) scale(1.2);
}

.card-news--video .card-news__text::before,
.card-news--video .card-news__text::after {
  display: none;
}

.card-news--cover .card-news__text-title {
  margin-bottom: 0;
}

/* SEARCH RESULT ITEMS OTHER */
.navigation:not(.navigation--bg-transparent) {
  background-color: transparent;
}

.navigation .navigation__item,
.navigation .navigation__container,
.navigation .feedback__modal {
  position: relative;
  z-index: 2;
}

.navigation::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #141416;
  transition: opacity .3s ease;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
/*.navigation .navigation__container .navigation__items .navigation__item::before {
  transform: rotate(180deg) !important;
}*/

.navigation.navigation--bg-transparent::before {
  opacity: 0 !important;
}

.search-result {
  display: block;
  width: 100%;
}

.search-result__item {
  display: block;
  width: 100%;
  font-weight: 400;
  line-height: 20px;
}

/* .search-result__item:not(:last-child) {
  margin-bottom: 20px;
} */

.search-result__item:not(:last-child)::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(0,0,0,.15);
  margin: 18px 0 20px;
}

.search-result__item-title {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}

.search-result__item-title a {
  display: inline-block;
  width: auto;
  text-decoration: none;
  color: inherit;
}

.search-result__item-title span:nth-child(1) {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
}

.search-result__item-title span:nth-child(2) {
  font-size: 12px;
}

.search-result__item-title span:nth-child(2) {
  line-height: 1;
}

.search-result__item-title span:nth-child(2)::after {
  content: "\f178";
  display: inline-block;
  vertical-align: middle;
  font-family: "Font Awesome 5 Pro";
  transition: 0.3s ease-in-out;
  margin-left: 10px;
  transform: translateX(-5px);
  pointer-events: none;
}

.search-result__item-title a:hover span:nth-child(2) {
  color: #f8a734;
}

.search-result__item-title a:hover span:nth-child(2)::after {
  animation: ArrowSlide .5s linear infinite alternate;
}

.search-result__item-desc {
  font-size: 14px;
  color: rgba(0,0,0,.5)
}

/* HERO BLOCK FILTER */
.hero-block-list--filter .hero-block-list__item {
  margin-bottom: 16px;
}

.hero-block-list--filter + .hero-block-list--filter {
  margin-top: -20px;
  margin-bottom: 14px;
}

/* HISTORY SLIDER */
.history-slider {
  overflow: visible;
  margin-top: 63px;
  margin-left: auto;
  margin-right: auto;
}

.history-slider::before,
.history-slider::after {
  content: '';
  display: block;
  width: calc((100vw - 1224px) / 2);
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
}

@media screen and (max-width: 1280px) {
  .history-slider::before,
  .history-slider::after {
    width: calc((100vw - 1024px) / 2);
  }
}

@media screen and (max-width: 1056px) {
  .history-slider::before,
  .history-slider::after {
    width: 20px;
  }
}

.history-slider::before {
  right: 100%;
  background-image: linear-gradient(to left, rgba(248, 248, 252, 0), rgba(248, 248, 252, .5));
}

.history-slider::after {
  left: 100%;
  background-image: linear-gradient(to right, rgba(248, 248, 252, 0), rgba(248, 248, 252, .5));
}

.history-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
.history-slider .swiper-slide {
  width: 204px;
  transition: opacity 0.3s ease-in-out;
}
.history-slider__figure {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 204px;
  height: 44px;
  background-color: #141416;
  -webkit-clip-path: polygon(95% 0, 100% 50%, 95% 100%, 0 100%, 5% 50%, 0 0);
          clip-path: polygon(95% 0, 100% 50%, 95% 100%, 0 100%, 5% 50%, 0 0);
  transition: 0.3s ease-in-out;
  transition-property: background-color, color;
  color: #f8a734;
  font-size: 18px;
  font-weight: 900;
  line-height: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.history-slider__figure-inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.history-slider__figure-sym {
  display: block;
  width: calc(1ch + 4px);
  height: 44px;
  position: relative;
}
.history-slider__figure-sym:before {
  display: block;
  width: calc(1ch + 4px);
  height: 396px;
  line-height: 44px;
  position: absolute;
  word-break: break-word;
  transition: transform 0.5s ease-in-out;
}
.history-slider__figure-sym[data-sym="0"]::before {
  content: '0\A 1\A 2\A 3\A 4\A 3\A 2\A 1\A 0';
}
.history-slider__figure-sym[data-sym="1"]::before {
  content: '1\A 2\A 3\A 4\A 5\A 4\A 3\A 2\A 1';
}
.history-slider__figure-sym[data-sym="2"]::before {
  content: '2\A 3\A 4\A 5\A 6\A 5\A 4\A 3\A 2';
}
.history-slider__figure-sym[data-sym="3"]::before {
  content: '3\A 4\A 5\A 6\A 7\A 6\A 5\A 4\A 3';
}
.history-slider__figure-sym[data-sym="4"]::before {
  content: '4\A 5\A 6\A 7\A 8\A 7\A 6\A 5\A 4';
}
.history-slider__figure-sym[data-sym="5"]::before {
  content: '5\A 6\A 7\A 8\A 9\A 8\A 7\A 6\A 5';
}
.history-slider__figure-sym[data-sym="6"]::before {
  content: '6\A 7\A 8\A 9\A 0\A 9\A 8\A 7\A 6';
}
.history-slider__figure-sym[data-sym="7"]::before {
  content: '7\A 8\A 9\A 0\A 1\A 0\A 9\A 8\A 7';
}
.history-slider__figure-sym[data-sym="8"]::before {
  content: '8\A 9\A 0\A 1\A 2\A 1\A 0\A 9\A 8';
}
.history-slider__figure-sym[data-sym="9"]::before {
  content: '9\A 0\A 1\A 2\A 3\A 2\A 1\A 0\A 9';
}
.history-slider__figure-sym:nth-child(even)::before {
  transform: translateY(calc(-100% + 44px));
}
.history-slider__desc {
  font-size: 11px;
  margin-top: 10px;
  line-height: 16px;
  max-width: 185px;
}
.history-slider .swiper-slide:hover .history-slider__figure,
.history-slider .swiper-slide:active .history-slider__figure {
  background-color: #f8a734;
  color: #fff;
}
.history-slider .swiper-slide:hover .history-slider__figure-sym::before,
.history-slider .swiper-slide:active .history-slider__figure-sym::before {
  transform: translateY(calc(-100% + 44px));
}
.history-slider .swiper-slide:hover .history-slider__figure-sym:nth-child(even)::before,
.history-slider .swiper-slide:active .history-slider__figure-sym:nth-child(even)::before {
  transform: translateY(0);
}

/* NAV ITEM BG HOVER */
.texound__nav-item {
  overflow: hidden;
}

.texound__nav-item-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease-in-out;
  z-index: 0;
}

.texound__nav-item:hover .texound__nav-item-bg {
  transform: scale(1.2);
}

.texound__nav-desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

[onclick^="location.href"] {
  cursor: pointer;
}

.texound-shop i {
  transition: transform .2s ease;
}

.texound-shop:hover i,
.texound-shop:active i {
  transform: scale(1.5);
}

/* NEWS CARDS ARROW */
.card-news__text-arrow {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: auto;
  padding-top: 20px;
}

.card-news__text-arrow-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 23px;
  height: 23px;
  background-color: rgba(0,0,0,0.3);
  transform: rotate(45deg);
  overflow: hidden;
}
.card-news__text-arrow-btn::before,
.card-news__text-arrow-btn::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  transition: transform 0.3s ease;
}
.card-news__text-arrow-btn::before {
  transform: translate(-200%, 200%);
}
.card-news__text-arrow-btn::after {
  transform: translate(-12.5%, 12.5%);
}
.card-news:hover .card-news__text-arrow-btn::before {
  transform: translate(-12.5%, 12.5%);
}
.card-news:hover .card-news__text-arrow-btn::after {
  transform: translate(200%, -200%);
}


/* NEWS CONTENT */
.news-content {
  display: block;
  width: 100%;
}

.news-content .gallery-solo {
  display: inline-block;
  width: 48%;
  float: left;
  margin-right: 40px;
  margin-bottom: 40px;
}

.news-content ul {
  display: inline-block;
  width: calc(52% - 40px);
}

.news-content p {
  color: #141416;
  font-size: 14px;
  line-height: 20px;
}

.news-content p:not(:last-child) {
  margin-bottom: 20px;
}

.news-content ul li {
  font: inherit;
  margin-bottom: 0;
}

.news-content ul li:not(:last-child) {
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .news-content .gallery-solo {
    margin-right: 35px;
    margin-bottom: 35px;
  }

  .news-content p {
    font-size: 12px;
    line-height: 16px;
  }

  .news-content ul {
    display: block;
    width: 100%;
  }

  .news-content p:not(:last-child) {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 480px) {
  .news-cards.news-cards--collaboration .card-news__text-desc {
    display: none;
  }

  .card-news__text-arrow {
    padding-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .news-content .gallery-solo {
    display: block;
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 40px;
  }
}

#feedback.feedback--not-border {
  background-color: transparent;
  padding-bottom: 80px;
  padding-top: 80px;
}

@media screen and (max-width: 1424px) {
  #feedback.feedback--not-border {
    max-width: 1224px;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1280px) {
  #feedback.feedback--not-border {
    max-width: 1024px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 1024px) {
  #feedback.feedback--not-border {
    max-width: 848px;
    padding: 40px 15px;
  }
}

@media screen and (max-width: 992px) {
  #feedback.feedback--not-border {
    max-width: 768px;
  }
}

@media screen and (max-width: 580px) {
  #feedback.feedback--not-border {
    padding: 40px 0 0;
  }
}

.gallery-card__title--normal {
  font-weight: 400;
}

.search-nav {
  display: block;
  width: 100%;
}

.search-nav a {
  display: inline-block;
  text-decoration: none;
  color: #000;
  margin-right: 20px;
  position: relative;
}

.search-nav a:hover,
.search-nav a:active {
  color: #f8a734;
  text-decoration: underline;
}

.clr {
  display: inline-block;
  width: 100%;
  clear: both;
}
