

/* Start:/local/templates/yarmarka/static/css/app.css?171931167076825*/
@import url(/local/templates/yarmarka/static/css/fonts.css);
@import url(/local/templates/yarmarka/static/css/icons.css);
@import url(/local/templates/yarmarka/static/css/vendor.css);

/* Globals */
:root {
  --color-main: #E4231B;
  --color-gold: #D0AF21;
  --color-dark: #141414;
  --color-black: #000000;
  --color-white: #FFFFFF;
  --color-gray: #808080;
  --color-light-gray: #C4C4C4;
  --color-orange: #FF4C29;
  --font-onest: 'Onest', sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
}

html {
  font-size: 10px;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: var(--font-onest);
  font-weight: 400;
  color: var(--color-black);
  position: relative;
}

html:not(.special) {
  font-size: 10px;
}

body {
  font-size: 1.6rem;
  line-height: 1.4;
}

.--nav-opened,
.--modal-opened {
  overflow: hidden;
}

html.special body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

#svg-sprite {
  display: none;
  opacity: 0;
}

svg {
  vertical-align: top;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  outline: none;
}

a {
  color: currentColor;
  text-decoration: none;
}

a:not([class]) {
  text-decoration: none;
}

a:not([class]):hover {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

h1,
.h1 {
  font-family: var(--font-onest);
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 1.2;
  margin: 0 0 6.4rem;
}

h2,
.h2 {
  font-family: var(--font-onest);
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 1.2;
  margin: 0 0 6.4rem;
}

h3,
.h3 {
  font-weight: 500;
  font-size: 3.2rem;
  margin-top: 0;
}

h4,
.h4 {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.4;
  color: var(--color-black);
  margin: 2rem 0;
}


@media (max-width: 991px) {

  body {
    font-size: 1.4rem;
  }

  h1,
  .h1 {
    font-size: 2.4rem;
    line-height: 1.2;
  }

  h2,
  .h2 {
    font-size: 2.4rem;
    line-height: 1.2;
  }

  h3,
  .h3 {
    font-size: 2.4rem;
  }

  h4,
  .h4 {
    font-size: 2rem;
  }
}

.--color-red {
  color: var(--color-main);
}

.btn {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 500;
  border-radius: 8px;
  text-align: center;
  padding: 8px 16px;
  transition: .2s ease;
  cursor: pointer;
}

.btn.--btn-red {
  background: var(--color-main);
  color: var(--color-white);
}

.btn.--btn-red:hover {
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.5);
}

.btn.--btn-gold {
  background: var(--color-gold);
  color: var(--color-white);
}

.btn.--btn-gold:hover {
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.5);
}

.btn.--btn-white {
  background: var(--color-white);
  color: var(--color-dark);
}

.btn.--btn-white :hover {
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.5);
}

@media (max-width: 991px) {
  .btn {
    font-size: 1.4rem;
    line-height: 1.7rem;
  }
}

[style*='background-image'] {
  background: no-repeat center;
  background-size: cover;
}

.nobr {
  white-space: nowrap;
}

p {
  margin: 0 0 1.6rem;
}

.--visible-mobile {
  display: none;
}

.container {
  max-width: 128rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
}

html.special .container {
  max-width: 1620px;
}

.--container-narrow {
  max-width: 84rem;
  margin: 0 auto;
  padding: 0 1rem;
}

.--container-form {
  max-width: 110rem;
  margin: 0 auto;
  padding: 0 1rem;
}

.--container-history-detail {
  max-width: 95rem;
  margin: 0 auto;
  padding: 0 1rem;
}

@media (max-width: 1681px) {
  .container {
    max-width: 142rem;
  }

  .--container-narrow {
    max-width: 84rem;
  }

  .--container-form {
    max-width: 110rem;
  }

  .--container-history-detail {
    max-width: 95rem;
  }
}

@media (max-width: 1441px) {
  .container {
    max-width: 122rem;
  }

  .--container-narrow {
    max-width: 84rem;
  }

  .--container-form {
    max-width: 110rem;
  }

  .--container-history-detail {
    max-width: 95rem;
  }
}

@media (max-width: 1240px) {
  .container {
    max-width: 116rem;
    padding: 0 6rem;
  }
}

@media (max-width: 1201px) {
  .--container-narrow {
    max-width: 84rem;
    padding: 0 1rem;
  }

  .--container-form {
    max-width: 110rem;
    padding: 0 1rem;
  }

  .--container-history-detail {
    max-width: 95rem;
    padding: 0 1rem;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 2rem;
  }
}

.--color-main {
  color: var(--color-main);
}

.breadcrumbs {
  margin-bottom: 2.4rem;
  font-weight: 500;
  color: rgba(20, 20, 20, 0.4);
}

.breadcrumbs-text {
  color: rgba(20, 20, 20, 0.4);
  font-weight: 500;
  margin-bottom: .5rem;
}

.breadcrumbs .separate {
  padding: 0 8px;
}

.breadcrumbs a,
.breadcrumbs span {
  text-decoration: none;
}

.pagination {
  display: flex;
  align-items: center;
  margin: 40px -6px 0;
}

.pagination__item {
  display: flex;
  padding: 4px 12px;
}

.pagination a,
.pagination span {
  display: block;
  padding: 5px 12px;
  border: 1px solid rgba(20, 20, 20, .4);
  min-width: 3.6rem;
  text-align: center;
  color: rgba(20, 20, 20, .4);
  border-radius: 4px;
}

.pagination a:hover {
  text-decoration: none;
  background: var(--color-gold);
  color: var(--color-white);
}

.pagination a.disabled,
.pagination a.disabled:hover {
  cursor: default;
  color: var(--color-gray);
  opacity: .8;
}

.pagination a.active,
.pagination span.active {
  background: var(--color-gold);
  color: var(--color-white);
  border-color: var(--color-gold);
  text-decoration: none;
  padding: 7px 16px;
}

.pagination a.active:hover,
.pagination span.active:hover {
  text-decoration: none;
  background: var(--color-gold);
  border-color: var(--color-gold);
  color: var(--color-white);
}

@media (max-width: 768px) {
  .breadcrumbs {
    display: none;
  }

  .pagination {
    display: flex;
    justify-content: center;
    margin: 8rem -.5rem 0;
  }

  .pagination__item {
    display: flex;
    padding: 0 .5rem;
  }

  .pagination a,
  .pagination span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    min-width: 3.4rem;
    min-height: 3.4rem;
  }
}

.app {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-height: 100%;
}

/* Header */
.header {
  font-family: var(--font-onest);
  background: var(--color-main);
  color: var(--color-white);
  position: relative;
  flex-shrink: 0;
  padding: 3.2rem 0;
  margin-bottom: 5.4rem;
}

.header * {
  transition: all .2s ease;
}

.header.--start-page {
  background: var(--color-main);
  color: var(--color-white);
  margin-bottom: 0;
  padding-bottom: 0;
}

.header__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 0;
}

.--start-page .header__container {
  margin-bottom: 40px;
}


.header__bg {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.header__cols {
  display: flex;
  width: 100%;
}

.header__cols-item {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.header__bg-left {}


.header__bg-left img {
  max-width: 765px;
  width: 100%;
}

.header__cols-logo {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 30%;
}

.header__cols-logo img {
  max-width: 230px;
}

.header__bg-right {
  position: relative;
  /* bottom: -11.6%; */
}

.header__bg-right img {
  position: absolute;
  left: 0;
  bottom: 0;
  bottom: -8.4%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.header__bg-right::before {
  content: "";
  display: block;
  padding-top: 53%;
}

.--header__cols-item-top {
  width: 45%;
  justify-content: space-between;
}

.header__logo200-m {
  display: none;
}

.header__cols-text {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 32px;
  padding-right: 5%;
}

.header__cols-text>div {
  display: flex;
  flex-direction: column;
  padding-right: 40px;
}

.--header__cols-item-bottom {
  width: 55%;
  justify-content: flex-end;
}

.header__dates {
  font-size: 8rem;
  font-weight: 700;
  line-height: 1.25;
}

.header__dates2 {
  font-size: 2rem;
}

.header__address {
  font-size: 2rem;
  font-weight: 400;
  padding-bottom: 10px;
  max-width: 235px;
}

.logo {
  display: flex;
  align-items: center;
}

.logo__icon {
  display: flex;
  min-width: 7.7rem;
}

.logo__title {
  max-width: 15.3rem;
  font-family: var(--font-onest);
  text-transform: uppercase;
  color: var(--color-black);
  align-items: center;
  padding-left: 1.2rem;
}

.--start-page .logo__title {
  color: var(--color-white);
}

.header__info {
  padding: 12rem 0 7.5rem;
}

.header__info-content {
  border: 2px solid var(--color-light-gray);
  padding: 1.8rem 5.4rem;
  max-width: 100rem;
}

/* Main menu */
.main-menu {
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: 400;
  position: relative;
}

.main-menu ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  white-space: nowrap;
  row-gap: 24px;
}

.main-menu li {
  display: flex;
  padding-left: 2.4rem;
}

.limited-icon {
  color: var(--color-white);
  padding-top: 0.3rem;
  cursor: pointer;
}

.limited-version svg {
  transition: none;
}

.limited-icon:hover svg {
  opacity: .85;
}


.main-menu li:first-child {
  padding-left: 0;
}

.main-menu li a {
  text-decoration: none;
  transition: all .2s ease;
}

.main-menu li a:hover,
.main-menu li a.is-active {
  color: var(--color-white);
  text-decoration: none;
}

.main-menu li a:hover,
.main-menu li a.is-active {
  text-shadow: 0px 2px 0px #000;
}

.main-menu li a:active {
  opacity: .7;
}

.mobile-menu-toggle {
  color: var(--color-white);
  display: none;
}

.mobile-menu-toggle .icon-hamburger {
  display: block;
}

.mobile-menu-toggle .icon-hamburger-close {
  display: none;
}

.mobile-menu-toggle.active .icon-hamburger {
  display: none;
}

.mobile-menu-toggle.active .icon-hamburger-close {
  display: block;
}

/* Mobile menu */
.mobile-menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: fixed;
  right: -100%;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--color-white);
  background-image: url(/local/templates/yarmarka/static/css/../img/bg/mm-bg-1.png), url(/local/templates/yarmarka/static/css/../img/bg/mm-bg-2.png), url(/local/templates/yarmarka/static/css/../img/bg/mm-bg-3.png), url(/local/templates/yarmarka/static/css/../img/bg/mm-bg-4.png);
  background-position: top 20px left 20px, top 10px center, right 10px top 30%, right bottom -60px;
  background-size: 59px, 40px, 83px, 260px;
  background-repeat: no-repeat;
  transition: all .4s ease;
  z-index: 50;
}

.mobile-menu.is-visible {
  right: 0;
}

.mobile-menu .limited-version {
  display: none;
}

.mobile-menu .mobile-menu-toggle {
  position: absolute;
  top: 5rem;
  right: 6.5rem;
}

.mobile-menu__list {
  padding: 0 40px;
}

.mobile-menu__list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.mobile-menu__list ul li {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  font-weight: 400;
}

.mobile-menu__list ul li:last-child {
  margin-bottom: 0;
}

.mobile-menu__list li a {
  color: var(--color-dark);
}


.mobile-menu__list li a:hover,
.mobile-menu__list li a.is-active {
  color: var(--color-main);
  text-decoration: none;
}

.mobile-menu__list li a:active {
  opacity: .7;
}

@media (max-width: 1681px) {
  .header__cols-text {
    justify-content: flex-start;
    padding-left: 17%;
    padding-right: 0;
  }
}

@media (max-width: 1367px) {

  .header__info-content {
    padding: 1.8rem 3.8rem;
    max-width: 85rem;
  }

  .header__cols-text {
    padding-left: 10%;
  }

  .about-battle__description {
    width: 74%;
    padding: 0 0 5.5rem;
  }

  .limited-version {
    right: -4rem;
  }
}

@media (max-width: 1300px) {

  .limited-version {
    position: static;
    right: 0;
  }

  .header__cols-text {
    padding-left: 5%;
  }
}


@media (max-width: 1250px) {
  .header__cols-text {
    padding-left: 5%;
  }

  .header__dates {
    font-size: 6rem;
  }
}

@media (max-width: 1201px) {
  .logo__icon {
    max-width: 156px;
  }

  .mobile-menu-toggle {
    display: block;
  }

  .main-menu ul {
    display: none;
  }

  .header {
    padding: 2.4rem 0;
  }

  .header__cols-logo {
    padding-right: 20%;
  }

  .header.--start-page {}

  .header__info-content {
    padding: 1.8rem 3.8rem;
    max-width: 70rem;
  }

  .header__cols-text>div {
    padding-left: 20px;
  }

  /* .header__bg-right {
    bottom: -10.4%;
  } */
}

@media (max-width: 991px) {
  .header__dates {
    font-size: 5rem;
    padding-right: 10px;
  }

  .header__address {
    font-size: 1.8rem;
  }

  .header__cols-logo img {
    max-width: 180px;
  }

  .header__info {
    padding: 7.5rem 0 3rem;
  }

  .--header__cols-item-bottom {
    width: 50%;
  }

  .--header__cols-item-top {
    width: 50%;
  }

  .header__cols-text>div {
    padding-right: 20px;
    padding-left: 20px;
  }

  .header__info-content {
    padding: 0;
    max-width: none;
    border: none;
  }

  /* .header__bg-right {
    bottom: -11.2%;
  } */
}

@media (max-width: 768px) {
  .--visible-mobile {
    display: block !important;
  }

  .header {
    padding: 2.4rem 0;
    margin-bottom: 4.8rem;
  }

  .header.--start-page {
    padding: 1.5rem 0 0;
  }

  .logo__icon {
    max-width: 106px;
  }

  .mobile-menu .mobile-menu-toggle {
    top: 2rem;
    right: 2rem;
  }

  .header__dates {
    font-size: 4rem;
    padding-right: 10px;
  }

  .header__dates2 {
    font-size: 1.4rem;
  }

  .header__address {
    font-size: 1.4rem;
  }

  .header__cols-logo img {
    max-width: 100px;
  }

  .header__cols {
    flex-direction: column;
  }

  .header__cols-logo {
    display: none;
  }

  .header__cols-text {
    padding: 33px 0;
  }

  .header__cols-text>div {
    justify-content: flex-start;
  }

  .--header__cols-item-bottom,
  .--header__cols-item-top {
    width: 100%;
  }

  .--header__cols-item-top {
    flex-direction: column;
  }

  .header__bg-left {
    position: relative;
    overflow: hidden;
  }

  .header__bg-left img {
    width: 80%;
    float: right;
    margin-right: -75px;
  }

  .header__logo200-m {
    display: flex;
    position: absolute;
    left: 20px;
    top: 0;
    width: 50%;
    height: 100%;
    justify-content: flex-start;
    align-items: center;
  }

  .header__logo200-m img {
    max-width: 100px;
  }
}

@media (max-width: 600px) {
  .header.--start-page {
    background-position: center right -50px;
  }
}

@media (max-width: 480px) {
  .header.--start-page {
    background-position: center right -50px;
  }
}

/* Main content */
.main {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-grow: 1;
}

.main__container {
  width: 100%;
  padding-bottom: 40px;
}

.main__container section {
  margin: 10rem 0;
}

/*  Programm  */
.main__container .section-programm {
  margin-top: 0;
}

.custom-table {
  position: relative;
  padding-bottom: 10px;
}

.center {
  text-align: center;
}

.custom-table table {
  border-radius: 16px;
  border-color: var(--color-main);
  border-spacing: 0;
}

.custom-table tr {}

table tr:first-child th,
table tr:first-child td {
  border-top: 2px solid var(--color-main);
}

.custom-table th,
.custom-table td {
  border-right: 2px solid var(--color-main);
  border-bottom: 2px solid var(--color-main);
  padding: 16px 18px;
}

.custom-table th:first-child,
.custom-table td:first-child {
  border-left: 2px solid var(--color-main);
}


.custom-table tr:first-child th:first-child,
.custom-table tr:first-child td:first-child {
  border-top-left-radius: 16px;
}


.custom-table tr:first-child th:last-child,
.custom-table tr:first-child td:last-child {
  border-top-right-radius: 16px;
}


.custom-table tr:last-child td:first-child {
  border-bottom-left-radius: 16px;
}


.custom-table tr:last-child td:last-child {
  border-bottom-right-radius: 16px;
}

.custom-table th {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}

.programm-table th {
  text-align: center;
}

.--table-transparent::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 50%;
  background: linear-gradient(4.34deg, #FFFFFF 9.36%, rgba(255, 255, 255, 0.662669) 75.48%, rgba(255, 255, 255, 0) 99.61%);
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  z-index: 1;
}

.section-programm .section__buttons {
  text-align: center;
}


@media (max-width: 1201px) {}

/* About */
.section-about {
  overflow: hidden;
}

.section-about h2 {
  margin-bottom: 4.8rem;
}

.section-about__content {
  display: flex;
  column-gap: 30px;
}

.section-about__text {
  width: 60%;
}

.section-about__img {
  width: 40%;

}

.section-about__img-bg {
  position: relative;
  padding-bottom: 43%;
}

.section-about__img-bg:before {
  content: "";
  background: url("/local/templates/yarmarka/static/css/../img/pics/about/about-bg.png") no-repeat;
  position: absolute;
  bottom: -13%;
  left: -14%;
  width: 157%;
  background-size: 100%;
  height: 100%;
}

.section-about__img-bg img {
  position: relative;
  z-index: 2;
}

.section-about .section__buttons {
  text-align: center;
}

@media (max-width: 768px) {
  .section-about__content {
    display: flex;
    flex-direction: column;
    column-gap: 0;
  }

  .section-about__text {
    width: 100%;
    margin-bottom: 30px;
  }

  .section-about__img {
    width: 100%;
  }

  .section-about__img-bg {
    padding-bottom: 15%;
  }

  .custom-table th {
    font-size: 1.4rem;
  }

  .custom-table th,
  .custom-table td {
    padding: 12px 10px;
    font-size: 1rem;
    hyphens: auto;
  }

  .section-participants__text .custom-table th,
  .section-participants__text .custom-table td,
  .participants-table.custom-table th,
  .participants-table.custom-table td {
    padding: 4px;
  }

  .section-participants__text .custom-table th:nth-child(4),
  .section-participants__text .custom-table td:nth-child(4),
  .participants-table.custom-table th:nth-child(4),
  .participants-table.custom-table td:nth-child(4) {
    min-width: 73px;
  }
}

/* Participants */
.section-participants {
  background: url("/local/templates/yarmarka/static/css/../img/bg/catalog-bg1.png"), url("/local/templates/yarmarka/static/css/../img/bg/catalog-bg2.png");
  background-repeat: no-repeat;
  background-position: left top, right bottom;
}

.section-participants .section__buttons {
  text-align: center;
}

.section-participants .--table-transparent::before {
  height: 62%;
}

/*  Translations  */
.section-translations {
  background-image: url("/local/templates/yarmarka/static/css/../img/bg/tr-bg1.png");
  background-position: right -30px bottom;
  background-repeat: no-repeat;
  background-size: 200px;
}

.section-translations__title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.translations-widget__list {
  margin: 0 -2rem;
}

/* .translations-widget__list {
  display: flex;
  column-gap: 28px;
} 

.translations-widget__item {
  color: var(--color-dark);
  width: 33.333%;
}
*/

.translations-widget__item {
  color: var(--color-dark);
  padding: 0 2rem;
}

.translations-widget__link {
  display: block;
}

.translations-widget__link>span {
  display: block;
}

.translations-widget__img {
  position: relative;
  overflow: hidden;
  margin-bottom: 8px;
}

.translations-widget__link img {
  width: 100%;
  margin: 0;
}

.translations-widget__img img {
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

.translations-widget__img:before {
  content: "";
  display: block;
  padding-top: 60%;
}

.translations-widget__label {
  position: absolute;
  bottom: 12px;
  right: 12px;
  font-size: 1.4rem;
  color: var(--color-white);
  display: inline-block;
  z-index: 1;
  border-radius: 8px;
  padding: 4px 12px;
}

.--label-live {
  background: var(--color-main);
}

.--label-time {
  background: rgba(20, 20, 20, 0.4);
  font-size: 1.8rem;
  font-weight: 500;
}

.translations-widget__label>span {
  display: inline-block;
}

.translations-widget__title {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 2px;
}

.translations-widget__desc {
  color: var(--color-dark);
  font-size: 1.4rem;
}

.translations-widget__desc span+span:before {
  content: "";
  display: inline-block;
  height: 23px;
  width: 1px;
  background: var(--color-dark);
  margin: 0 7px -7px 5px;
}

.translations-widget__more {
  margin-bottom: 32px;
}

@media (max-width: 991px) {
  .section-participants {
    background-position: left top, right bottom;
    background-size: 40px, 60px;
  }
}

@media (max-width: 768px) {
  .section-participants {
    background-position: left top, right bottom;
    background-size: 30px, 40px;
  }

  .section-translations {
    background-position: right -30px bottom;
    background-size: 60px;
  }
}

/*  Events  */
.section-events {
  background: url("/local/templates/yarmarka/static/css/../img/bg/map-bg1.png"), url("/local/templates/yarmarka/static/css/../img/bg/map-bg2.png");
  background-repeat: no-repeat;
  background-position: left top, right 3% bottom;
}

.section-events__title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.section-events__more {
  margin-bottom: 32px;
}

.events__map {
  width: 100%;
  height: 100%;
}

.events__map iframe {
  width: 100%;
  height: 100%;
  min-height: 400px;
}

@media (max-width: 768px) {
  .section-events {
    background: url("/local/templates/yarmarka/static/css/../img/bg/map-bg1.png"), url("/local/templates/yarmarka/static/css/../img/bg/map-bg2.png");
    background-repeat: no-repeat;
    background-position: left top 60px, right bottom;
    background-size: 50px, 50px;
  }

  .section-events__more {
    margin: 32px 0 0;
    text-align: center;
  }
}

/*  News  */
.section-news {
  background: url("/local/templates/yarmarka/static/css/../img/bg/news-bg.png") no-repeat;
  background-position: left 5% bottom;
  background-size: 7%;
}

.section-news__title {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: end;
}

.section-news__title h2 {
  display: flex;
}

.section-news__arrows {
  display: flex;
  margin-bottom: 32px;
}

.news-widget__list {
  margin: 0 -2rem;
}

.news-widget__item {
  padding: 0 2rem;
  color: var(--color-dark);
}

.news-widget__link {
  display: block;
}

.news-widget__link>span {
  display: block;
}

.news-widget__img {
  position: relative;
  overflow: hidden;
  margin-bottom: 8px;
}

.news-widget__link img {
  width: 100%;
  margin: 0;
}

.news-widget__img img {
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

.news-widget__img img img[src=""] {
  content: url("/local/templates/yarmarka/static/css/../img/pics/empty/empty.jpg");
}

.slick-list .news-widget__img img {
  position: absolute;
}

.news-widget__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.news-widget__date {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 1.4rem;
  background: rgba(255, 255, 255, .7);
  display: inline-block;
  z-index: 1;
  border-radius: 8px;
  padding: 4px 12px;
}

.news-widget__date>span {
  display: inline-block;
}

.news-widget__title {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 2px;
}

.news-widget__more {
  margin-top: 4.8rem;
  text-align: center;
}

/* Catalog */
.section-catalog {}

.section-catalog__title {
  display: flex;
}

.section-catalog__title h2 {
  display: flex;
}

.section-catalog__category {}

.catalog__categories {
  display: flex;
  column-gap: 16px;
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: auto;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 34px;
}

.catalog__categories-item {
  display: inline-flex;
  padding: 4px 16px;
  border-radius: 6px;
  font-size: 1.6rem;
  color: var(--color-gold);
  background: rgba(208, 175, 33, 0.2);
  cursor: pointer;
  transition: all .2s ease;
}

.catalog__categories-item.active {
  color: var(--color-white);
  background: var(--color-gold);
}

.catalog__categories-item:hover:not(.active) {
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.5);
}

.catalog-widget {}

.catalog-category__container {}

.catalog__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -14px;
}

.catalog__item {
  width: 25%;
  padding: 0 14px;
  margin-bottom: 28px;
}

.catalog__item-link {}

.catalog__item-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 8px;
}

.catalog__item-link>span {
  display: block;
}

.catalog__item-link img {
  width: 100%;
  margin: 0;
}

.catalog__item-img img {
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

.catalog__item-img img img[src=""] {
  content: url("/local/templates/yarmarka/static/css/../img/pics/empty/empty.jpg");
}

.catalog__item-img:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.catalog__item-content {}

.catalog__item-title {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2px;
}

.catalog__item-desc {
  font-size: 1.4rem;
}

/* Tabs */
.tabs__section {
  display: none;
  -webkit-animation-name: tabContent;
  animation-name: tabContent;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.tabs__section.active {
  display: block;
}


@-webkit-keyframes tabContent {
  from {
    opacity: 0;
    transform: translateY(5%)
  }

  to {
    opacity: 1;
    transform: translateY(0%)
  }
}

@keyframes tabContent {
  from {
    opacity: 0;
    transform: translateY(5%)
  }

  to {
    opacity: 1;
    transform: translateY(0%)
  }
}

@media (max-width: 991px) {
  .catalog__item {
    width: 33.33%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .catalog__categories-item {
    padding: 4px 12px;
    border-radius: 6px;
    font-size: 1.4rem;
  }

  .catalog__item {
    width: 50%;
  }

  .catalog__item-title {
    display: block;
    font-size: 1.6rem;
  }

  .catalog__item-desc {
    font-size: 1.2rem;
  }
}

/* History */
.section-history {
  background-image: url("/local/templates/yarmarka/static/css/../img/bg/history-bg1.png"), url("/local/templates/yarmarka/static/css/../img/bg/history-bg2.png");
  background-color: var(--color-gold);
  background-repeat: no-repeat;
  background-position: left bottom, right 21% top;
  padding: 100px 0;
}

.section-history__title {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: end;
  color: var(--color-white);
}

.section-history__title h2 {
  display: flex;
}

.section-history__arrows {
  display: flex;
  margin-bottom: 32px;
}

.section-history__arrows .slider-arrow {
  color: var(--color-white);
}

.history-widget__list {
  margin: 0 -2rem;
}

.history-widget__item {
  padding: 0 2rem;
  color: var(--color-dark);
}

.history-widget__link {
  display: block;
}

.history-widget__link>span {
  display: block;
}

.history-widget__img {
  position: relative;
  overflow: hidden;
  margin-bottom: 8px;
}

.history-widget__link img {
  width: 100%;
  margin: 0;
}

.history-widget__img img {
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

.slick-list .history-widget__img img {
  position: absolute;
}

.history-widget__img img[src=""] {
  content: url("/local/templates/yarmarka/static/css/../img/pics/empty/empty.jpg");
}

.history-widget__img:before {
  content: "";
  display: block;
  padding-top: 60%;
}

.history-widget__title {
  display: block;
  font-size: 1.6rem;
  color: var(--color-white);
}

.history-widget__more {
  margin-top: 4.8rem;
  text-align: center;
}

@media (max-width: 991px) {
  .section-history {
    background-size: 150px, 240px;
  }
}

/* Partners */
.section-partners__title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.section-partners__title h2 {
  display: flex;
}

.section-partners__arrows {
  display: flex;
  margin-bottom: 32px;
}

.partners-widget__list {
  margin: 0 -2rem;
}

.partners-widget__item {
  padding: 0 2rem;
  color: var(--color-dark);
}

.partners-widget__link {
  display: block;
}

.partners-widget__link>span {
  display: block;
}

.partners-widget__img {
  position: relative;
  overflow: hidden;
  margin-bottom: 8px;
}

.partners-widget__link img {
  width: 100%;
  margin: 0;
}

.partners-widget__img img {
  left: 0;
  top: 0;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

.slick-list .partners-widget__img img {
  position: absolute;
}

.partners-widget__img img[src=""] {
  content: url("/local/templates/yarmarka/static/css/../img/pics/empty/empty.jpg");
}

.partners-widget__img:before {
  content: "";
  display: block;
  padding-top: 60%;
}

.partners-widget__more {
  margin-top: 4.8rem;
  text-align: center;
}


@media (max-width: 768px) {
  .news-widget__list {
    margin: 0 -1rem;
  }

  .news-widget__item {
    padding: 0 1rem;
  }

  .arhive-widget__title {
    margin: 1rem 0 .8rem;
  }

  .news-widget__date {
    margin: 1rem 0 0;
  }

  .news-widget__title {
    margin: .2rem 0 0;
  }

  .--hidden-mobile {
    display: none !important;
  }

}

@media (max-width: 600px) {
  .news-widget__list {
    margin: 0;
  }

  .news-widget__item {
    padding: 0;
  }
}

/* Map */
.section-excursion__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 4rem;
}

.section-excursion__title h2 {
  margin: 0;
}

.section-excursion__title .btn {
  padding: 1rem 5rem;
}

.excursion-widget__button {
  margin-top: 3rem;
}

.section-excursion__title .excursion-widget__button {
  display: none;
  margin: 0;
}

.excursion-widget__body {
  position: relative;
}

.excursion-widget__map {
  height: 53.6rem;
  background: #f1f1f1;
}

.excursion-widget__nav {
  position: absolute;
  top: 2.4rem;
  right: 2.6rem;
  bottom: 2.4rem;
  overflow: auto;
  width: 40rem;
  z-index: 2;
}

.excursion-nav {
  padding: 2.4rem 2.8rem 2rem;
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.excursion-nav__group {
  margin-bottom: 2rem;
}

.excursion-nav__group-title {
  font-weight: 700;
  line-height: 2.3rem;
  color: var(--color-black);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .5rem .3rem 1rem;
  fill: currentColor;
  transition: .2s;
}

.excursion-nav__group-title:hover {
  color: var(--color-orange);
}

.excursion-nav__group-body {
  display: none;
}

.excursion-nav__group-body.is-active {
  display: block;
}

.excursion-nav__group-links {
  margin: -1rem 0 1rem;
}

.excursion-nav__link {
  padding: 0 0 0 3.2rem;
  display: block;
  margin: 1rem 0;
  transition: .2s;
}

.excursion-nav__link:hover {
  color: var(--color-orange);
}

.excursion-nav__link.is-active {
  color: var(--color-orange);
}

.gm-style .gm-style-iw-c,
.gm-style .gm-style-iw-d {
  box-shadow: none;
  padding: 0;
  overflow-x: hidden !important;
  overflow-y: overlay !important;
}

@media (max-width: 1201px) {
  .excursion-widget__nav {
    width: 32rem;
  }

  .section-excursion__title .excursion-widget__button {
    display: block;
  }

  .excursion-nav__group-title {
    font-size: 1.4rem;
  }
}

@media (max-width: 768px) {
  .section-excursion__title .excursion-widget__button {
    display: none;
  }

  .excursion-widget__map {
    height: 31rem;
  }

  .excursion-widget__nav {
    /* position: static;
    width: 100%;
    margin: 0 0 2rem; */
    display: none;
  }

  .excursion-nav {
    padding: 0;
  }
}

@media (max-width: 600px) {
  .rgt-widget__button .btn {
    width: 100%;
  }

  .section-excursion__title .excursion-widget__button {
    display: none;
  }

  .excursion-widget__button .btn {
    width: 100%;
  }
}

/*  Sliders  */
.slider-arrow {
  cursor: pointer;
  color: var(--color-black);
}

/* .slick-slide:not(.slick-active) {
  opacity: 0.5;
}

section .slick-list {
  overflow: visible;
} */


.slider-arrow+.slider-arrow {
  margin-left: 2.5rem;
}

.slider-arrow.slick-disabled {
  pointer-events: none;
  color: var(--color-light-gray);
}

.slick-dots button {
  display: none;
}

.slick-dots {
  list-style: none;
  margin: 4rem 0 0;
  padding: 0;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  margin: 0 1rem;
  font-size: 0;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 100%;
  background: #909090;
  opacity: 0.2;
  transition: all .2s ease;
  cursor: pointer;
}

.slick-dots .slick-active {
  background: var(--color-main);
  opacity: 1;
}

.page {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-grow: 1;
}

.page__content {
  width: 100%;
  flex: 2;
  flex-shrink: 0;
}

/* Footer */
footer {
  flex-shrink: 0;
  background-image: url("/local/templates/yarmarka/static/css/../img/bg/footer-bg1.png"), url("/local/templates/yarmarka/static/css/../img/bg/footer-bg2.png"), url("/local/templates/yarmarka/static/css/../img/bg/footer-bg3.png");
  background-color: var(--color-main);
  background-repeat: no-repeat;
  background-position: left top, left 30% bottom 0, right 0 top;
  padding: 115px 0;
  color: var(--color-white);
  font-weight: 400;
}

.footer__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__logo .logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer__logo .logo__icon {
  max-width: 225px;
}

.footer__logo .logo__2000 {
  max-width: 141px;
  margin-top: 53px;
}

.footer__menu {
  -moz-column-count: 2;
  font-size: 1.8rem;
  column-count: 2;
  -moz-column-gap: .5rem;
  column-gap: .5rem;
  padding-left: 200px;
}

.footer__menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer__menu ul li {
  padding: 0.8rem 0;
}

.footer__menu a:hover,
.footer__menu a.is-active {
  text-decoration: none;
  opacity: .85;
}

.footer__menu a:active {
  opacity: .8;
}

.footer__right {
  max-width: 205px;
}

.footer__right-text {
  margin-top: 20px;
}

.socials {
  display: flex;
  flex-direction: row;
}

.socials a+a {
  margin-left: 2rem;
}

@media (max-width: 1680px) {
  footer {
    background-position: left top, left 30% bottom 20px, right 0 top;
    background-size: auto, 100px, 200px;
  }
}

@media (max-width: 1200px) {
  .footer__menu {
    -moz-column-gap: 8rem;
    column-gap: 8rem;
    padding-left: 0;
  }
}

@media (max-width: 1149px) {
  footer {
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 3.6rem 0 2.9rem;
    margin-top: 4rem;
  }

  .footer__logo .logo {
    flex-direction: row;
    align-items: center;
    column-gap: 40px;
  }

  .footer__logo .logo__2000 {
    margin-top: 0;
  }

  .footer__container {
    display: flex;
    flex-direction: column;
  }

  .footer__logo {
    margin-bottom: 4rem;
  }

  .footer__donation {
    margin-top: 4rem;
    order: 1;
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  footer {
    padding: 7rem 0;
    font-weight: 400;
    background-position: left top -24px, top 63% right -26px, right bottom -57px;
    background-size: 173px, 65px, 200px;
  }

  .footer__menu {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 0;
    column-gap: 0;
    margin-bottom: 20px;
    font-size: 1.4rem;
  }

  .footer__menu ul li {
    padding: 0.4rem 0;
  }

  .footer__donation {
    flex-direction: column;
  }

  .footer__donation-text {
    width: auto;
  }
}

/* Filter controls */

.page-list__filter {
  display: flex;
  align-items: flex-start;
  margin-bottom: 4rem;
}

.filter__item {
  display: flex;
}

.filter__item form {
  display: flex;
  width: 100%;
}

.filter__control {
  width: 100%;
  flex-wrap: nowrap;
}

.--search-w-date {
  display: flex;
}

.filter-search__sort-date {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid var(--color-dark);
  border-left: none;
  padding: 8px 24px;
  border-radius: 0 8px 8px 0;
  max-height: 42px;
}

.filter-search__sort-date-selected {
  width: 100%;
  padding-right: 3.5rem;
  text-align: right;
  color: var(--color-gray);
  white-space: nowrap;
}

.filter-search__sort-date-select {
  position: absolute;
  width: 100%;
  left: 0;
}

.filter-search__sort-date .icon-calendar {
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translate(0, -50%);
  transition: all .2s ease;
}

.filter-search__sort-date:hover .svg-icon {
  filter: brightness(0.5);
}

.filter-search__sort-date-input {
  opacity: 0;
  min-height: 42px;
  max-height: 42px;
  width: 100%;
}

.page-list__filter-sort {
  min-width: 28rem;
  padding-right: 1.6rem;
}

.page-list__filter-search {
  width: 100%;
}

.page-list__filter-search .btn {
  padding: 8px 42px;
  min-height: 42px;
  background: var(--color-gold);
  color: var(--color-white);
  border-radius: 8px;
}

.filter__item input[type="search"] {
  width: 100%;
  border: 1px solid var(--color-dark);
  padding: 8px 24px 6px;
  min-height: 42px;
  max-height: 42px;
  outline: none;
  border-radius: 8px 0 0 8px;
  transition: all .2s ease;
}

.filter__item input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 2rem;
  width: 2rem;
  margin-left: .4rem;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23777'><path d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/></svg>");
  background-size: contain;
  cursor: pointer;
}

.filter__item input[type="search"]:focus {
  border-color: var(--color-main);
}

.filter__item input[type="search"]::-webkit-input-placeholder {
  opacity: 1;
  color: var(--color-gray);
}

.filter__item input[type="search"]::-moz-placeholder {
  opacity: 1;
  color: var(--color-gray);
}

.filter__item input[type="search"]:-ms-input-placeholder {
  opacity: 1;
  color: var(--color-gray);
}

.filter__item input[type="search"]::-ms-input-placeholder {
  opacity: 1;
  color: var(--color-gray);
}

.filter__item input[type="search"]::placeholder {
  opacity: 1;
  color: var(--color-gray);
}

.--page-list__filter-sortable {
  display: flex;
  column-gap: 24px;
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: auto;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 0;
}

.filter__control-selector {
  display: flex;
  flex-wrap: nowrap;
  column-gap: 24px;
  width: 100%;
}

.filter__control-buttons {
  padding-left: 1.6rem;
}

.filter__control-buttons .btn {
  border-width: 1px;
  min-width: 27rem;
  text-align: center;
}

.filter__control-radio input {
  display: none;
}

.filter__control-radio .btn {
  display: inline-flex;
  padding: 12px 24px;
  border-radius: 6px;
  font-size: 1.6rem;
  color: var(--color-gold);
  background: rgba(208, 175, 33, 0.2);
  cursor: pointer;
  transition: all .2s ease;
}

.filter__control-radio input:checked+span,
.filter__control-radio .btn.active {
  color: var(--color-white);
  background: var(--color-gold);
}

@media (max-width: 991px) {
  .page-list__filter-sort {
    min-width: 22rem;
    padding-right: 1.6rem;
  }

  .filter__control-buttons .btn {
    min-width: 20rem;
    height: auto;
    padding: 1.3rem 6rem 1.4rem;
  }
}


@media (max-width: 768px) {
  .page-list__filter {
    flex-direction: column;
  }

  .filter__item {
    width: 100%;
  }

  .--search-w-date {
    flex-direction: column;
  }

  .filter__item input[type="search"] {
    border-radius: 8px;
  }

  .filter-search__sort-date-selected {
    text-align: left;
  }

  .filter-search__sort-date {
    border-left: 1px solid var(--color-dark);
    margin-top: 1.6rem;
    border-radius: 8px;
  }

  .page-list__filter-search {
    order: 1;
    margin-bottom: 1.6rem;
  }

  .page-list__filter-search .filter__control-buttons {
    display: none;
  }

  .page-list__filter-sort {
    order: 2;
    min-width: auto;
    padding-right: 0;
  }

  .filter__control-radio .btn {
    padding: 4px 12px;
    font-size: 1.4rem;
  }

  .--page-list__filter-sortable {
    margin-bottom: 16px;
  }

  .--page-list__filter-sortable::-webkit-scrollbar {
    display: none;
  }
}


.selectric {
  border: 1px solid var(--color-dark);
  padding: 8px 24px;
  min-height: 42px;
  border-radius: 8px;
}

.selectric-focus .selectric {
  border-color: var(--color-main);
}

.selectric-items {
  background: var(--color-white);
  border: 1px solid var(--color-main);
  border-radius: 0;
}

.selectric-items li {
  color: var(--color-black);
}

.selectric-items li.selected {
  color: var(--color-main);
}

.selectric-items li.selected.highlighted {
  background: var(--color-main);
  color: var(--color-white);
}

.selectric-items li:hover {
  color: var(--color-main);
  background: none;
}

.selectric .label {
  padding-right: 2rem;
}

.selectric .button {
  font-size: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-position: center;
  top: 50%;
  right: 1.5rem;
  transform: translate(0, -50%);
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath d='M14.5 5.3999L7.5 12.3999L0.5 5.3999L1.7425 4.1574L7.5 9.9149L13.2575 4.1574L14.5 5.3999Z' fill='%23C4C4C4'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
}


/* News list */
.news-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5rem -3rem;
}

.news-list__item {
  padding: 0 1.5rem;
  margin-bottom: 3rem;
  display: flex;
  width: 25%;
}

.news-list__item-link {
  display: block;
}

.news-list__item-link>span {
  display: block;
}

.news-list__item-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 8px;
}

.news-list__item img {
  width: 100%;
  margin: 0;
  transition: transform .4s ease;
}

.news-list__item-img img {
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.news-list__item img img[src=""] {
  content: url("/local/templates/yarmarka/static/css/../img/pics/empty/empty.jpg");
}

.news-list__item-img:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.news-list__item-date {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 1.4rem;
  background: rgba(255, 255, 255, .7);
  display: inline-block;
  z-index: 1;
  border-radius: 8px;
  padding: 4px 12px;
}

.news-list__item-date>span {
  display: inline-block;
}

.news-list__item-title {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 2px;
}

.news-list__item-link:hover .news-list__item-title {
  color: var(--color-main)
}

@media (max-width: 1367px) {
  .news-list__item {
    width: 33.333%;
  }
}

@media (max-width: 991px) {
  .news-list {
    margin: 0 -1rem -2rem;
  }

  .news-list__item {
    width: 50%;
    padding: 0 1rem;
  }
}


@media (max-width: 480px) {
  .news-list {
    margin: 0 0 -2rem;
  }

  .news-list__item {
    padding: 0;
    margin-bottom: 2rem;
    width: 100%;
  }
}

/* News detail */
.news-detail__page h1 {
  margin-bottom: 1.4rem;
}

.news-detail__date {
  color: var(--color-gray);
  margin-bottom: 4rem;
}

.content__image-title {
  display: block;
  text-align: center;
  margin-top: 0.5rem;
  color: var(--color-gray);
}

.news-detail__image {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 42.4%;
  background-size: cover;
  margin-bottom: 4rem;
  max-height: 70rem;
}

.news-detail__content {
  font-size: 1.8rem;
}

.other-news {
  margin-top: 64px;
}

@media (max-width: 768px) {
  .news-detail__date {
    margin-bottom: 3rem;
  }
}

@media (max-width: 600px) {
  .content__image-title {
    text-align: left;
    font-size: 1.3rem;
  }
}

/* News gallery */
.news-gallery {
  margin-bottom: 4rem;
}

.news__gallery-slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
}

.news__gallery-slider {
  display: none;
}

.news-item-page .news__gallery-images {
  display: flex;
}

.news__gallery-images .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.news__gallery-slider.slick-initialized {
  display: flex;
  flex-direction: column;
}

.news__gallery-slider .slick-arrow.icon-slider-right {
  right: 12px;
}

.news__gallery-slider .slick-arrow.icon-slider-left {
  left: 12px;
}

.news__galery-preview .slick-list,
.news__gallery-slider .slick-list,
.image-slider .slick-list {
  width: 100%;
}

.news__gallery-slide {
  display: flex !important;
  justify-content: center;
}

.news__gallery-slider img {
  height: 30vw;
  border-radius: 24px;
  -o-object-fit: contain;
  object-fit: contain;
}

.news__galery-preview .slick-slide {
  margin-top: 1vw;
}

.news__galery-preview .slick-track {
  display: flex;
  justify-content: center;
}

.news__galery-preview .slick-track {
  min-width: 100%;
}

.news__galery-preview .slick-slide:not(.slick-active) {
  opacity: 0;
}

/* .slick-slide[aria-hidden='false'] {
  margin: 0.5vw 0vw;
} */

.news__gallery-image {
  margin-bottom: 4rem;
}

.news-gallery__one-img {
  display: block;
}

.news-gallery__one-img img {
  display: block;
  background-size: contain;
  background-size: cover;
  width: 100%;
  height: auto;
  max-height: 30vw;
}

@media screen and (max-width: 768px) {
  .news-sliders--wrapper {
    margin-bottom: 2rem;
    padding: 0 2rem 2rem;
  }

  .news__gallery-slider .slick-arrow.icon-slider-left {
    left: -2rem;
  }

  .news__gallery-slider .slick-arrow.icon-slider-right {
    right: -2rem;
  }

  .news__gallery-slider img {
    width: 72.2vw;
    height: 48.13vw;
  }

  .news__galery-preview .slick-list {
    width: 72.92vw;
  }

  .news__galery-preview img {
    width: 18.41vw;
    height: 12.27vw;
  }

  .news__gallery-image {
    margin-bottom: 2rem;
  }

  .news__gallery-images .slick-dots {
    margin-top: 0;
  }

  .news-detail__content {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 360px) {
  .news__gallery-slider img {
    width: 69.2vw;
    max-height: 46.13vw;
  }
}

/* About */

.about__page-text {
  display: flex;
  margin-bottom: 64px;
}

.about__page-text>div {}


.about__page-text>div:first-child {
  max-width: 536px;
  padding-right: 11%;
}

.about-history {}

.about-history__list {
  position: relative;
  padding: 20px 0 0;
  margin-bottom: 64px;
}


.about-history__list:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 5px;
  height: 100%;
  background: rgba(20, 20, 20, 0.2);
  transform: translate(-50%, 0);
}

.about-history__item-wrap {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
}

.about-history__item-wrap+.about-history__item-wrap {
  margin-top: 24px;
}


.about-history__item-wrap:nth-child(even) {
  justify-content: flex-end;
  align-items: flex-end;

}

.about-history__item {
  width: 50%;
  padding-right: 44px;
  text-align: right;
  position: relative;
  color: var(--color-dark);
}


.about-history__item-wrap:nth-child(even) .about-history__item {
  padding-left: 44px;
  padding-right: 0;
  text-align: left;
}

.about-history__item::before {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--color-main);
  position: absolute;
  top: 20px;
  right: -12px;

}

.about-history__item-wrap:nth-child(even) .about-history__item::before {
  right: auto;
  left: -12px;
}

.about-history__item-year {
  font-size: 4.8rem;
  color: var(--color-main);
  font-weight: 700;
}

.about-history__item-text {
  font-size: 1.8rem;
}

.about-history__slider-item {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}

.about-history__slider-item img {
  width: 100%;
  margin: 0;
}

.about-history__slider-item img {
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}


.slick-list .about-history__slider-item img {
  position: absolute;
}

.about-history__slider-item:before {
  content: "";
  display: block;
  padding-top: 51%;
}

.about-history__item-itext {
  font-size: 1.4rem;
  color: rgba(20, 20, 20, 0.6);
  margin: 20px 0 10px;

}

.about-history__slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translateY(calc(-50% - 20px));
}

.about-history__slider.--about-slider-fw .slick-arrow {
  transform: translateY(calc(-50% - 32px));
}

.about-history__slider {
  display: none;
}

.about-history__page .about-history__slider {
  display: flex;
}

.about-history__slider .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.about-history__slider.--about-slider-fw .slick-dots {
  margin-top: 32px;
}


.about-history__slider:not(.--about-slider-fw) .icon-slider-left,
.about-history__slider:not(.--about-slider-fw) .icon-slider-right {
  width: 3.2em;
  height: 3.2rem;
}

.about-history__slider:not(.--about-slider-fw) .slick-dots li {
  width: 8px;
  height: 8px;
}

.about-history__slider.slick-initialized {
  display: flex;
  flex-direction: column;
}

.about-history__slider .slick-arrow.icon-slider-right {
  right: 12px;
}

.about-history__slider .slick-arrow.icon-slider-left {
  left: 12px;
}

.about-history__bottom-text {
  font-size: 2.4rem;
  text-align: center;
  max-width: 1050px;
  margin: 0 auto 64px;
}

@media screen and (max-width: 768px) {
  .about__page h1 {
    margin-bottom: 32px;
  }

  .about__page-text {
    display: flex;
    flex-direction: column;
    margin-bottom: 64px;
  }

  .about-history__item-text {
    font-size: 1.4rem;
  }

  .about-history__bottom-text {
    font-size: 2rem;
    margin-bottom: 32px;
  }

  .about__page-text>div:first-child {
    max-width: 536px;
    padding-right: 11%;
  }

  .about-history__list {
    position: relative;
    padding: 20px 0 0;
    margin-bottom: 64px;
  }

  .about-history__list:before {
    left: 0;
    top: 0;
    width: 3px;
  }

  .about-history__item-wrap {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .about-history__item-wrap:nth-child(even) {
    justify-content: flex-start;
    align-items: flex-start;

  }

  .about-history__item {
    width: 100%;
    padding-right: 0;
    padding-left: 25px;
    text-align: left;
  }

  .about-history__item-wrap:nth-child(even) .about-history__item {
    padding-left: 25px;
    text-align: left;
  }

  .about-history__item::before {
    width: 16px;
    height: 16px;
    top: 26px;
    left: -8px;

  }

  .about-history__item-wrap:nth-child(even) .about-history__item::before {
    right: auto;
    left: -8px;
  }

  .about-history__slider.--about-slider-fw .slick-dots {
    margin-top: 20px;
  }

  .about-history__slider .slick-dots li {
    width: 8px;
    height: 8px;
  }

}

/* History list */
.history__page .filter__item input[type="search"] {
  border-radius: 8px;
}

.history__page .page-list__filter-search {
  padding-left: 20px;
}

.history__page .filter__control-buttons .btn {
  min-width: 100px;
}

.history__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.4rem;
}

.history__item {
  width: 33.333%;
  padding: 0 1.4rem 2.8rem;
  color: var(--color-dark);
  transition: all .2s ease;
}


/* .history__item:hover img {
  opacity: .85;
} */

.history__item-link {
  display: block;
}

.history__item-link>span {
  display: block;
}

.history__item-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 8px;
}

.history__item-img img {
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  transition: all .2s ease;
}

.history__item-img img[src=""] {
  content: url("/local/templates/yarmarka/static/css/../img/pics/empty/empty.jpg");
}

.history__item-img:before {
  content: "";
  display: block;
  padding-top: 60%;
}

.history__item-title {
  display: block;
  font-size: 1.6rem;
}

.history__item-img::after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.15) 100%);
  content: "";
  display: block;
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}

.history__item:hover .history__item-img::after {
  -webkit-animation: shine 0.85s;
  animation: shine 0.85s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

@media screen and (max-width: 768px) {
  .history__page h1 {
    margin-bottom: 2.4rem;
  }

  .history__page .page-list__filter-search {
    padding-left: 0;
  }

  .history__page .filter__item input[type="search"] {
    min-height: 34px;
    max-height: 34px;
    padding: 8px 24px;
  }

  .history__list {
    margin: 0 -1.4rem;
  }

  .history__item {
    width: 50%;
    padding: 0 1.4rem 2.8rem;
  }
}

@media screen and (max-width: 600px) {
  .history__list {
    margin: 0;
    flex-direction: column;
  }

  .history__item {
    width: 100%;
    padding: 0 0 2.8rem;
  }
}

/* History detail */
.history-detail__page h1 {
  margin-bottom: 1.4rem;
}

.history-gallery__one-img {
  display: block;
}

.content__image-title {
  display: block;
  text-align: center;
  margin-top: 0.5rem;
  color: var(--color-gray);
}

.history-detail__image {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 4.8rem;
  max-height: 70rem;
}

.history-detail__content {
  font-size: 1.8rem;
}

.other-history {
  margin-top: 64px;
}

.other-history .history-widget__title {
  color: var(--color-dark);
}

@media (max-width: 768px) {
  .history-detail__date {
    margin-bottom: 3rem;
  }

  .history-detail__content {
    font-size: 1.6rem;
  }

  .history-detail__image {
    margin-bottom: 2.4rem;
  }

  .history-detail__page .slick-dots {
    margin: 2rem 0 0;
  }

  .history-detail__page .slick-dots li {
    width: 8px;
    height: 8px;
  }
}

@media (max-width: 600px) {
  .content__image-title {
    text-align: left;
    font-size: 1.3rem;
  }
}

/* Error pages */

.error-page {
  background-image: url("/local/templates/yarmarka/static/css/../img/pics/404/404-bg.png");
  background-repeat: no-repeat;
  background-position: right top;
  min-height: 450px;
}

.error-page__logo {
  display: flex;
  align-items: center;
  color: var(--color-main);
}

.error-page__logo-img {
  display: flex;
  font-size: 16rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}

.error-page__logo-img img {
  max-width: 111px;
  margin: 0 10px;
}


.error-page__logo-img>div {
  display: flex;
  align-items: center;
}

.error-page__logo-text {
  font-weight: 700;
  font-size: 4.8rem;
  padding-left: 10px;
}

.error-page__content {
  color: var(--color-main);
  font-size: 2.4rem;
}

.error-page__buttons {
  margin-top: 32px;
}

@media (max-width: 1440px) {
  .error-page {
    background-image: url("/local/templates/yarmarka/static/css/../img/pics/404/404-bg.png");
    background-size: contain;
    min-height: auto;
  }
}


@media (max-width: 1240px) {
  .error-page {
    background-size: 300px;
  }
}

@media (max-width: 991px) {
  .error-page {
    background-size: 230px;
    background-position: right bottom;
    padding-bottom: 100px;
  }

  .error-page .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .error-page__logo {
    flex-direction: column;
    margin-bottom: 10px;
    order: 2;
  }

  .error-page__logo-img {
    font-size: 14rem;
  }

  .error-page__logo-img img {
    max-width: 99px;
  }

  .error-page__logo-text {
    font-size: 3.2rem;
    padding-left: 0;
  }

  .error-page__buttons {
    order: 3;
  }
}

/* Developer page */
.alert {
  font-size: 1.6rem;
  text-align: center;
  padding: 12px 30px;
  margin-bottom: 20px;
}

.--alert-gold {
  background: var(--color-gold);
  color: var(--color-white);
}

@media (max-width: 768px) {
  .alert {
    font-size: 1.2rem;
    padding: 6px 30px;
  }
}

/*  Partners  */
.partners__page {}

.partners__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -36px;
}

.partners__item {
  padding: 0 18px;
  width: 20%;
  margin-bottom: 48px;
}

.partners__link {}

.partners-widget__img img[src=""] {
  content: url("/local/templates/yarmarka/static/css/../img/pics/empty/empty.jpg");
}

.partners__img {
  position: relative;
  overflow: hidden;
  margin-bottom: 8px;
}

.partners__img::before {
  content: "";
  display: block;
  padding-top: 30%;
}

.partners__img img {
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

@media (max-width: 991px) {
  .partners__item {
    width: 25%;
  }

}


@media (max-width: 768px) {
  .partners__list {
    margin: 0 -20px;
  }

  .partners__item {
    padding: 0 20px;
    width: 33.333%;
    margin-bottom: 36px;
  }
}


@media (max-width: 600px) {
  .partners__item {
    padding: 0 20px;
    width: 50%;
    margin-bottom: 20px;
  }
}


@media (max-width: 480px) {
  .partners__list {
    margin: 0;
  }

  .partners__item {
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}

/* Events */
.events__download {
  margin-top: 48px;
  text-align: center;
}

/* Boardcasts */
/* .boardcasts__list {
  margin: 0 -2rem;
} */

.boardcasts__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.4rem;
}

.boardcasts__list-item {
  color: var(--color-dark);
  width: 33.333%;
  padding: 0 1.4rem;
  margin-bottom: 2.8rem;
}


/* .boardcasts__list-item {
  color: var(--color-dark);
  padding: 0 2rem;
} */

.boardcasts__list-link {
  display: block;
}

.boardcasts__list-link>span {
  display: block;
}

.boardcasts__list-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 8px;
}

.boardcasts__list-link img {
  width: 100%;
  margin: 0;
}

.boardcasts__list-img img {
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

.boardcasts__list-img:before {
  content: "";
  display: block;
  padding-top: 60%;
}

.boardcasts__list-label {
  position: absolute;
  bottom: 12px;
  right: 12px;
  font-size: 1.4rem;
  color: var(--color-white);
  display: inline-block;
  z-index: 1;
  border-radius: 8px;
  padding: 4px 12px;
}

.boardcasts__list-label.--label-live {
  background: var(--color-main);
}

.boardcasts__list-label.--label-time {
  background: rgba(20, 20, 20, 0.4);
  font-size: 1.8rem;
  font-weight: 500;
  bottom: 38px;
}

.boardcasts__list-label>span {
  display: inline-block;
}

.boardcasts__list-title {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 2px;
}

.boardcasts__list-desc {
  color: var(--color-dark);
  font-size: 1.4rem;
}

.boardcasts__list-desc span+span:before {
  content: "";
  display: inline-block;
  height: 23px;
  width: 1px;
  background: var(--color-dark);
  margin: 0 7px -7px 5px;
}

.boardcasts__detail {
  position: relative;
}

.boardcasts__detail-play {
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
  background: url("/local/templates/yarmarka/static/css/../img/pics/boardcasts/icon-play.png") no-repeat center;
  background-size: contain;
  width: 100px;
  height: 100px;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.boardcasts__detail-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 8px;
}

.boardcasts__detail-img img {
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

.boardcasts__detail-img:before {
  content: "";
  display: block;
  padding-top: 48%;
}

.boardcasts__detail__label {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 1.8rem;
  color: var(--color-white);
  display: inline-block;
  z-index: 1;
  border-radius: 8px;
  padding: 4px 12px;
}

.boardcasts__detail__label.--label-live {
  background: var(--color-main);
}

.boardcasts__detail__label.--label-time {
  background: rgba(20, 20, 20, 0.4);
  font-size: 1.8rem;
  font-weight: 500;
  bottom: 48px;
}

.boardcasts__detail-content {
  margin: 16px 0 48px;
}

.boardcasts__detail-title {
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0 0 2px;
}

.boardcasts__detail-desc {
  color: var(--color-dark);
  font-size: 1.4rem;
}

.boardcasts__detail-desc span+span:before {
  content: "";
  display: inline-block;
  height: 23px;
  width: 1px;
  background: var(--color-dark);
  margin: 0 7px -7px 5px;
}


@media (max-width: 991px) {
  .boardcasts__list-item {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .boardcasts__list {
    display: flex;
    flex-direction: column;
  }

  .boardcasts__list-item {
    width: 100%;
  }

  .boardcasts__detail-play {
    width: 32px;
    height: 32px;
  }

  .boardcasts__detail__label {
    font-size: 1.4rem;
  }

  .boardcasts__detail-title {
    font-size: 1.8rem;
  }

  .translations-widget .slick-dots {
    margin: 2rem 0 0;
  }

  .translations-widget .slick-dots li {
    width: 8px;
    height: 8px;
  }
}

/* Catalog */
.catalog-list__page .page-list__filter {
  margin-bottom: 22px;
}

.catalog-list__page .catalog__categories {
  padding-top: 10px;
}

.catalog-list__page .filter__control-buttons .btn {
  min-width: auto;
}

.catalog-list__page .filter__item input[type="search"] {
  border-radius: 8px;
}

/* Select2 */
.select2-container .select2-selection--single {
  border-radius: 8px;
  border-color: var(--color-dark);
  height: 42px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 42px;
}

.select2-container--default .select2-results__option--disabled,
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: var(--color-dark);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 42px;
  position: absolute;
  top: 5px;
  right: 10px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDE1IDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xNC42ODg1IDAuMjg4NjU4QzE0LjU4ODkgMC4xOTcxOTIgMTQuNDcwNCAwLjEyNDU5MyAxNC4zMzk4IDAuMDc1MDUwMkMxNC4yMDkzIDAuMDI1NTA3IDE0LjA2OTMgMCAxMy45Mjc4IDBDMTMuNzg2NCAwIDEzLjY0NjQgMC4wMjU1MDcgMTMuNTE1OCAwLjA3NTA1MDJDMTMuMzg1MyAwLjEyNDU5MyAxMy4yNjY4IDAuMTk3MTkyIDEzLjE2NzIgMC4yODg2NThMOC4yNjA2MyA0Ljc1ODFDOC4xNjEwNCA0Ljg0OTU2IDguMDQyNTUgNC45MjIxNiA3LjkxMiA0Ljk3MTdDNy43ODE0NSA1LjAyMTI1IDcuNjQxNDIgNS4wNDY3NiA3LjUgNS4wNDY3NkM3LjM1ODU3IDUuMDQ2NzYgNy4yMTg1NSA1LjAyMTI1IDcuMDg4IDQuOTcxN0M2Ljk1NzQ1IDQuOTIyMTYgNi44Mzg5NiA0Ljg0OTU2IDYuNzM5MzcgNC43NTgxTDEuODMyNzggMC4yODg2NThDMS43MzMxOSAwLjE5NzE5MiAxLjYxNDcgMC4xMjQ1OTMgMS40ODQxNiAwLjA3NTA1MDJDMS4zNTM2MSAwLjAyNTUwNyAxLjIxMzU4IDAgMS4wNzIxNiAwQzAuOTMwNzMxIDAgMC43OTA3MDUgMC4wMjU1MDcgMC42NjAxNTYgMC4wNzUwNTAyQzAuNTI5NjA4IDAuMTI0NTkzIDAuNDExMTIgMC4xOTcxOTIgMC4zMTE1MjggMC4yODg2NThDMC4xMTE5OTYgMC40NzE0OTcgMCAwLjcxODgzMSAwIDAuOTc2NjM5QzAgMS4yMzQ0NSAwLjExMTk5NiAxLjQ4MTc4IDAuMzExNTI4IDEuNjY0NjJMNS4yMjg4MyA2LjE0MzgyQzUuODMxNDQgNi42OTIwNiA2LjY0ODMxIDcgNy41IDdDOC4zNTE2OSA3IDkuMTY4NTYgNi42OTIwNiA5Ljc3MTE3IDYuMTQzODJMMTQuNjg4NSAxLjY2NDYyQzE0Ljg4OCAxLjQ4MTc4IDE1IDEuMjM0NDUgMTUgMC45NzY2MzlDMTUgMC43MTg4MzEgMTQuODg4IDAuNDcxNDk3IDE0LjY4ODUgMC4yODg2NThaIiBmaWxsPSIjMTQxNDE0IiBmaWxsLW9wYWNpdHk9IjAuNCIvPgo8L3N2Zz4K");
  background-repeat: no-repeat;
  border: none;
  width: 15px;
  height: 7px;
  display: inline-block;
  margin-left: -4px;
  margin-top: -8px;
}


.select2-dropdown {
  border-color: var(--color-dark);
  border-radius: 8px;
  padding: 6px 12px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: rgba(20, 20, 20, 0.4);
  border-radius: 8px;
  outline: none;
  padding: 6px 12px;
  margin-bottom: 6px;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border-color: var(--color-main);
}

.select2-container--classic .select2-results>.select2-results__options,
.select2-container--default .select2-results>.select2-results__options {}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: rgba(20, 20, 20, 0.1);
  color: var(--color-dark);
  border-radius: 6px;
}

.select2-results__option {
  padding: 4px 12px;
  font-size: 1.6rem;
}

@media (max-width: 768px) {
  .catalog-list__page h1 {
    margin-bottom: 24px;
  }

  .catalog-list__page .filter__item input[type="search"] {
    min-height: 34px;
    max-height: 34px;
    padding: 8px 24px;
  }

  .select2-container .select2-selection--single {
    height: 34px;
  }

  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
  }

  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px;
    top: 0;
  }

  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: -4px;
  }

  .catalog-list__page ::-webkit-scrollbar {
    display: none;
  }
}

/* Catalog detail */

.catalog__widget .catalog__list {
  display: block;
}

.catalog__widget .catalog__item {}

@media (max-width: 768px) {
  .catalog__widget .slick-dots {
    margin: 2rem 0 0;
  }

  .catalog__widget .slick-dots li {
    width: 8px;
    height: 8px;
  }
}

/* Catalog detail */
.catalog-detail__page {}

.goods {
  display: flex;
  margin-bottom: 64px;
}

.goods__img {
  width: 40%;
}

.goods__slider.slick-initialized {
  display: flex;
  flex-direction: column;
}

.goods__slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
}

.goods__slider .slick-arrow.icon-slider-right {
  right: 12px;
}

.goods__slider .slick-arrow.icon-slider-left {
  left: 12px;
}

.goods__slider .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.goods__info {
  width: 60%;
  padding: 20px 0 0 28px;
}

.goods__info a {
  color: var(--color-main);
}

.goods__seller {
  display: flex;
  align-items: center;
  margin-bottom: 64px;
}

.goods__seller-title {
  font-size: 1.6rem;
  padding-right: 60px;
}

.goods__seller-text {
  font-size: 2rem;
}

.goods__description {
  font-size: 2rem;
}

.goods__shop {
  display: flex;
  align-items: center;
  margin-top: 64px;
}

@media (max-width: 768px) {

  .catalog-detail__page h1,
  .catalog-detail__page .h1 {
    margin-bottom: 2.4rem;
  }

  .goods {
    flex-direction: column;
  }

  .goods__img {
    width: 100%;
    margin-bottom: 40px;
  }

  .goods__slider .slick-dots {
    margin-top: 24px;
  }

  .slick-dots li {
    width: 8px;
    height: 8px;
  }

  .goods__info {
    width: 100%;
    padding: 0;
  }

  .goods__seller {
    margin-bottom: 32px;
  }

  .goods__shop {
    margin-top: 32px;
  }

  .goods__seller-title {
    font-size: 1.2rem;
    padding-right: 30px;
  }

  .goods__seller-text,
  .goods__description {
    font-size: 1.6rem;
  }
}

/* Html page */
.html__page-content {
  font-size: 2rem;
}

.html__page-content a {
  color: var(--color-main);
}


.html__page-content a:hover {
  text-decoration: underline;
}

.html__page-content li,
.html__page-content ol {
  padding-left: 2rem;
}

.html__page-content li {
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  .html__page-content {
    font-size: 1.8rem;
  }

  .html__page-content li {
    margin-bottom: 20px;
  }
}

/* Banners */
.banners__list {
  display: flex;
  gap: 24px;
  flex-direction: row;
  flex-wrap: wrap;
}

.banners__list .banner100 {
  flex: 0 0 100%;
}

.banners__list .banner50 {
  flex: 0 0 calc(50% - 12px);
}

.banners__list a {
  width: 100%;
}

.banner-mobile {
  display: none;
}

@media (max-width: 768px) {
  .banners__list .banner img {
    display: none;
  }

  .banners__list .banner .banner-mobile {
    display: block;
  }

  .main__container .section-banners {
    margin: 50px 0;
  }
}

/*  Modal  */
.modal {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 48px 24px 48px 48px;
  border-radius: 32px;
  border: 1px solid rgba(20, 20, 20, 0.4);
  background: var(--color-white);
  width: 100%;
  max-width: 1052px;
}

.modal__close {
  position: absolute;
  right: 16px;
  top: 20px;
  cursor: pointer;
}

.modal__wrap {
  max-height: 70vh;
  overflow-y: auto;
}

.modal__wrap::-webkit-scrollbar {
  -webkit-appearance: none;
}

.modal__wrap::-webkit-scrollbar:vertical {
  width: 4px;
}

.modal__wrap::-webkit-scrollbar:horizontal {
  height: 4px;
}

.modal__wrap::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: var(--color-gold);
}

.modal__wrap::-webkit-scrollbar-track {
  border-radius: 2px;
  background: rgba(20, 20, 20, 0.1);
}

.modal__content {
  padding: 0 24px 0 0;
}

.modal__title {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 32px;
  text-align: center;
}


/* Forms */
.form__register {
  max-width: 640px;
  margin: 0 auto;
}

.form__register-success {
  display: none;
}

.form .has-error {
  border-color: #c00 !important;
  background-color: #fff6f6;
}

.form .btn {
  line-height: 1.2;
}

.form__columns {
  display: flex;
}

.form__columns-col {
  display: flex;
  flex-direction: column;
}

.--form-col-form {
  display: flex;
  padding-left: 4rem;
  width: 100%;
}

.form__upload-image {
  margin-bottom: .8rem;
}

.form__upload-image input {
  display: none;
}

.form__upload-image .btn {
  display: block;
  width: 100%;
}


.form__row {
  display: flex;
  margin: 0 -20px;
}

.form__row+.form__row {
  margin-top: 20px;
  /* margin-top: 3.8rem; */
}

.form__item {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  width: 50%;
}

.form__row.--row-full .form__item {
  width: 100%;
}

.form__label {
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 4px;
}

.form__label.--required:after {
  content: "*";
  color: #FF4C29;
}

.form__control input[type="text"],
.form__control input[type="tel"],
.form__control input[type="email"] {
  width: 100%;
  border: 1px solid rgba(20, 20, 20, 0.4);
  padding: 10px 32px;
  min-height: 42px;
  outline: none;
  border-radius: 8px;
  transition: all .2s ease;
}

.form__control input[type="text"]:focus {
  border-color: var(--color-main);
}

.form__control input[type="text"]::placeholder,
.form__control input[type="tel"]::placeholder,
.form__control input[type="email"]::placeholder {
  opacity: 1;
  color: rgba(20, 20, 20, 0.4);
}

.form__control textarea {
  width: 100%;
  border: 1px solid rgba(20, 20, 20, 0.4);
  padding: 10px 32px;
  min-height: 42px;
  outline: none;
  border-radius: 8px;
  min-height: 17rem;
  resize: vertical;
  transition: all .2s ease;
}

.form__control textarea:focus {
  border-color: var(--color-main);
}


.form__control textarea::placeholder {
  opacity: 1;
  color: rgba(20, 20, 20, 0.4);
}

.form__control-date input {
  background-repeat: no-repeat;
  background-size: 2.4rem 2.4rem;
  background-position: right 1.6rem center;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.125 4.5H18V1.875H16.5V4.5H7.5V1.875H6V4.5H1.875C1.57674 4.50035 1.29079 4.61899 1.07989 4.82989C0.868985 5.04079 0.750347 5.32674 0.75 5.625V21.375C0.750347 21.6733 0.868985 21.9592 1.07989 22.1701C1.29079 22.381 1.57674 22.4997 1.875 22.5H22.125C22.4233 22.4997 22.7092 22.381 22.9201 22.1701C23.131 21.9592 23.2497 21.6733 23.25 21.375V5.625C23.2497 5.32674 23.131 5.04079 22.9201 4.82989C22.7092 4.61899 22.4233 4.50035 22.125 4.5ZM21.75 21H2.25V6H6V7.875H7.5V6H16.5V7.875H18V6H21.75V21Z' fill='%23C4C4C4'/%3E%3Cpath d='M5.25 10.5H6.75V12H5.25V10.5ZM9.375 10.5H10.875V12H9.375V10.5ZM13.125 10.5H14.625V12H13.125V10.5ZM17.25 10.5H18.75V12H17.25V10.5ZM5.25 13.875H6.75V15.375H5.25V13.875ZM9.375 13.875H10.875V15.375H9.375V13.875ZM13.125 13.875H14.625V15.375H13.125V13.875ZM17.25 13.875H18.75V15.375H17.25V13.875ZM5.25 17.25H6.75V18.75H5.25V17.25ZM9.375 17.25H10.875V18.75H9.375V17.25ZM13.125 17.25H14.625V18.75H13.125V17.25ZM17.25 17.25H18.75V18.75H17.25V17.25Z' fill='%23C4C4C4'/%3E%3C/svg%3E");
}

.btn.--btn-gold.--uploads-btn {
  margin: 10px 0;
  width: auto;
  background: transparent;
  border: 1px solid var(--color-gold);
  color: var(--color-gold);
  padding: 12px 16px;
}

.--uploads-btn .svg-icon {
  margin-right: 10px;
}

.upload-cont {
  width: 50%;
}

.jFiler.jFiler-theme-default {
  display: flex;
}

.jFiler-items-default .jFiler-item {
  padding: 16px 24px;
  background: rgba(208, 175, 33, 0.3);
  border-radius: 10px;
}

.jFiler-items.jFiler-row {
  padding-left: 20px;
  width: 50%;
}

.jFiler-item-others span:nth-child(2) {
  display: none;
}

.jFiler-items-default .jFiler-item-assets a.icon-jfi-trash {
  height: 2rem;
  width: 2rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNCAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGc+CjxwYXRoIGQ9Ik0yMSA0LjVIMTcuOUMxNy42Njc5IDMuMzcxNDEgMTcuMDUzOCAyLjM1NzM1IDE2LjE2MTMgMS42Mjg3MkMxNS4yNjg3IDAuOTAwMDkgMTQuMTUyMiAwLjUwMTQ1NSAxMyAwLjVMMTEgMC41QzkuODQ3OCAwLjUwMTQ1NSA4LjczMTMyIDAuOTAwMDkgNy44Mzg3NSAxLjYyODcyQzYuOTQ2MTggMi4zNTczNSA2LjMzMjEgMy4zNzE0MSA2LjEgNC41SDNDMi43MzQ3OCA0LjUgMi40ODA0MyA0LjYwNTM2IDIuMjkyODkgNC43OTI4OUMyLjEwNTM2IDQuOTgwNDMgMiA1LjIzNDc4IDIgNS41QzIgNS43NjUyMiAyLjEwNTM2IDYuMDE5NTcgMi4yOTI4OSA2LjIwNzExQzIuNDgwNDMgNi4zOTQ2NCAyLjczNDc4IDYuNSAzIDYuNUg0VjE5LjVDNC4wMDE1OSAyMC44MjU2IDQuNTI4ODggMjIuMDk2NCA1LjQ2NjIyIDIzLjAzMzhDNi40MDM1NiAyMy45NzExIDcuNjc0NDEgMjQuNDk4NCA5IDI0LjVIMTVDMTYuMzI1NiAyNC40OTg0IDE3LjU5NjQgMjMuOTcxMSAxOC41MzM4IDIzLjAzMzhDMTkuNDcxMSAyMi4wOTY0IDE5Ljk5ODQgMjAuODI1NiAyMCAxOS41VjYuNUgyMUMyMS4yNjUyIDYuNSAyMS41MTk2IDYuMzk0NjQgMjEuNzA3MSA2LjIwNzExQzIxLjg5NDYgNi4wMTk1NyAyMiA1Ljc2NTIyIDIyIDUuNUMyMiA1LjIzNDc4IDIxLjg5NDYgNC45ODA0MyAyMS43MDcxIDQuNzkyODlDMjEuNTE5NiA0LjYwNTM2IDIxLjI2NTIgNC41IDIxIDQuNVpNMTEgMi41SDEzQzEzLjYyMDMgMi41MDA3NiAxNC4yMjUxIDIuNjkzMzggMTQuNzMxNiAzLjA1MTQ0QzE1LjIzODEgMy40MDk1MSAxNS42MjE0IDMuOTE1NDkgMTUuODI5IDQuNUg4LjE3MUM4LjM3ODU4IDMuOTE1NDkgOC43NjE5IDMuNDA5NTEgOS4yNjgzOSAzLjA1MTQ0QzkuNzc0ODcgMi42OTMzOCAxMC4zNzk3IDIuNTAwNzYgMTEgMi41Wk0xOCAxOS41QzE4IDIwLjI5NTYgMTcuNjgzOSAyMS4wNTg3IDE3LjEyMTMgMjEuNjIxM0MxNi41NTg3IDIyLjE4MzkgMTUuNzk1NiAyMi41IDE1IDIyLjVIOUM4LjIwNDM1IDIyLjUgNy40NDEyOSAyMi4xODM5IDYuODc4NjggMjEuNjIxM0M2LjMxNjA3IDIxLjA1ODcgNiAyMC4yOTU2IDYgMTkuNVY2LjVIMThWMTkuNVoiIGZpbGw9IiMxNDE0MTQiIGZpbGwtb3BhY2l0eT0iMC40Ii8+CjxwYXRoIGQ9Ik0xMCAxOC40OTk0QzEwLjI2NTIgMTguNDk5NCAxMC41MTk2IDE4LjM5NCAxMC43MDcxIDE4LjIwNjVDMTAuODk0NiAxOC4wMTg5IDExIDE3Ljc2NDYgMTEgMTcuNDk5NFYxMS40OTk0QzExIDExLjIzNDIgMTAuODk0NiAxMC45Nzk4IDEwLjcwNzEgMTAuNzkyM0MxMC41MTk2IDEwLjYwNDcgMTAuMjY1MiAxMC40OTk0IDEwIDEwLjQ5OTRDOS43MzQ3OCAxMC40OTk0IDkuNDgwNDMgMTAuNjA0NyA5LjI5Mjg5IDEwLjc5MjNDOS4xMDUzNiAxMC45Nzk4IDkgMTEuMjM0MiA5IDExLjQ5OTRWMTcuNDk5NEM5IDE3Ljc2NDYgOS4xMDUzNiAxOC4wMTg5IDkuMjkyODkgMTguMjA2NUM5LjQ4MDQzIDE4LjM5NCA5LjczNDc4IDE4LjQ5OTQgMTAgMTguNDk5NFoiIGZpbGw9IiMxNDE0MTQiIGZpbGwtb3BhY2l0eT0iMC40Ii8+CjxwYXRoIGQ9Ik0xNCAxOC40OTk0QzE0LjI2NTIgMTguNDk5NCAxNC41MTk2IDE4LjM5NCAxNC43MDcxIDE4LjIwNjVDMTQuODk0NyAxOC4wMTg5IDE1IDE3Ljc2NDYgMTUgMTcuNDk5NFYxMS40OTk0QzE1IDExLjIzNDIgMTQuODk0NyAxMC45Nzk4IDE0LjcwNzEgMTAuNzkyM0MxNC41MTk2IDEwLjYwNDcgMTQuMjY1MiAxMC40OTk0IDE0IDEwLjQ5OTRDMTMuNzM0OCAxMC40OTk0IDEzLjQ4MDQgMTAuNjA0NyAxMy4yOTI5IDEwLjc5MjNDMTMuMTA1NCAxMC45Nzk4IDEzIDExLjIzNDIgMTMgMTEuNDk5NFYxNy40OTk0QzEzIDE3Ljc2NDYgMTMuMTA1NCAxOC4wMTg5IDEzLjI5MjkgMTguMjA2NUMxMy40ODA0IDE4LjM5NCAxMy43MzQ4IDE4LjQ5OTQgMTQgMTguNDk5NFoiIGZpbGw9IiMxNDE0MTQiIGZpbGwtb3BhY2l0eT0iMC40Ii8+CjwvZz4KPGRlZnM+CjwvZGVmcz4KPC9zdmc+Cg==");
  background-size: contain;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border: none;
}

.form__buttons {
  text-align: center;
  padding-bottom: 10px;
}

.form__buttons .form__item {
  align-items: center;
}

.form__buttons .btn {
  display: inline-flex;
}


@media (max-width: 1200px) {
  .form__row {
    margin: 0 -10px;
  }

  .form__item {
    padding: 0 10px;
  }
}

@media (max-width: 991px) {
  .form__columns {
    flex-direction: column;
  }

  .--form-col-photo {
    max-width: none;
    width: 100%;
  }

  .--form-col-form {
    padding-left: 0;
    width: 100%;
  }

  .form__fields-notice {
    justify-content: flex-start;
    font-weight: 400;
  }

  .form__fields-notice .svg-icon {
    max-width: 2.8rem;
  }

  .form__upload-notice strong {
    display: none;
  }

  .form__upload-notice p {
    display: inline;
  }
}

@media (max-width: 768px) {
  .modal {
    padding: 48px 8px 48px 16px;
  }

  .modal__wrap {
    max-height: 80vh;
  }

  .modal__content {
    padding: 0 8px 0 0;
  }

  .modal__title {
    font-size: 2rem;
    line-height: 1.2;
  }

  .form__row {
    margin: 0;
    flex-direction: column;
  }

  .jFiler.jFiler-theme-default {
    flex-direction: column;
  }

  .upload-cont {
    width: 100%;
    order: 2;
  }

  .btn.--btn-gold.--uploads-btn {
    width: 100%;
  }

  .jFiler-items.jFiler-row {
    padding-left: 0;
    width: 100%;
    order: 1;
  }

  .form__row+.form__row {
    margin-top: 0;
  }

  .form__item {
    padding: 0;
    width: 100%;
    margin-top: 20px;
  }

  .jFiler-items-default .jFiler-item .jFiler-item-title {
    font-weight: 400;
  }
}
/* End */


/* Start:/local/templates/yarmarka/static/css/cev.css?1719996441905*/
.section-ozon .container{
	display: flex;  
	gap: 10px;
}
.video-columns {
    display: grid;
    grid-gap: 2rem;
}

.video-columns__three-col {
    grid-template-columns: repeat(3, 1fr);
}

.video-columns__item {
    position: relative;
    width: 100%;
    padding-top: 70%;
    border: 1px solid #d5d5d5;
    box-sizing: border-box;
}

.video-columns__item>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

@media screen and (max-width: 920px) {
    .video-columns__three-col {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 500px) {
    .video-columns__three-col {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media screen and (max-width: 1150px){
	.section-ozon .container{
		flex-direction: column;
	}
}
/* End */


/* Start:/local/templates/yarmarka/static/css/custom.css?1719312791298*/
.custom-table.--table-transparent {
    max-height: 400px;
    overflow: hidden;
}
.goods__seller-text {
    color: var(--color-main);
}
h1{
    color: var(--color-main) !important;
}
.form__label--error .btn.--btn-gold.--uploads-btn {
    border-color: red !important;
    color: red !important;
}
/* End */
/* /local/templates/yarmarka/static/css/app.css?171931167076825 */
/* /local/templates/yarmarka/static/css/cev.css?1719996441905 */
/* /local/templates/yarmarka/static/css/custom.css?1719312791298 */
