html,
body {
  font-family: 'Myriad Pro';
  font-size: 16px;
  margin: 0 !important;
  background: #fcfcfc;
}

body {
  overflow-x: hidden;
  color: #212529;
}

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

body.hidden {
  overflow: hidden;
  overflow-y: hidden;
}

.menu-list.active > .menu-list__item > .nested-menu {
  visibility: visible;
  opacity: 1;
}

button {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}

button:focus {
  outline: none;
}

div,
a,
span,
p,
button {
  letter-spacing: 0.05em;
  padding: 0;
}

.svg-container svg {
  overflow: visible;
}

.font-light {
  font-family: "Myriad Pro Light";
}

.font-bold {
  font-family: "Myriad Pro SemiBold";
}

.flatpickr-weekdaycontainer span:nth-child(7n + 6),
.dayContainer span:nth-child(7n + 6),
.flatpickr-weekdaycontainer span:nth-child(7n + 0),
.dayContainer span:nth-child(7n + 0) {
  color: red;
}

.flatpickr-mobile {
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  border: none !important;
  overflow: hidden !important;
}

.flatpickr-day.selected {
  background: #0c6954;
  border: 1px solid transparent;
}

body.terminal a[href*='mailto:'] {
  pointer-events: none;
}

body.terminal a[href*='tel:'] {
  pointer-events: none;
}

body.terminal a[href^='mailto:'] {
  pointer-events: none;
}

body.terminal a[href^='tel:'] {
  pointer-events: none;
}

body.terminal .yamap-container {
  display: none;
}

body.terminal .change-language {
  opacity: 0;
  pointer-events: none;
}

ymaps[class*='copyright_logo_no'] {
  pointer-events: none;
}

ymaps[class*='map-copyrights-promo'] {
  pointer-events: none;
}

ymaps[class*='copyright_logo_no'] * {
  pointer-events: none;
}

ymaps[class*='map-copyrights-promo'] * {
  pointer-events: none;
}

ymaps[class*='icon_icon_expand'] {
  pointer-events: none;
}

body.terminal * {
  user-select: none;
}

body.terminal .hideOnTerminal {
  display: none;
}

svg {
  display: block;
  margin: 0;
  padding: 0
}

.spinner {
  width: 66px;
  height: 66px;
  animation: svelte-102gnu-contanim 2s linear infinite
}

svg {
  width: 100%;
  height: 100%;
}
@keyframes marqueeMobile {
	0% {
		transform: translateX(80%);
	}

	100% {
		transform: translateX(-100%);
	}
}
@media (max-width: 767px) {
	.marquee > span {
		width: max-content;
		animation: marqueeMobile 15s linear infinite;
	}
	.swiper-last-new-btn {height: auto !important;}
}

.fake-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none
}

.modal-container {
  transition: all 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .85);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000
}

.modal-container.active {
  display: flex;
}

.modal-container:not(.feedbackModal) .close-btn-container {
  position: absolute;
  right: 0;
  top: 0;
  left: auto;
  z-index: 2
}

.modal-container:not(.feedbackModal) .close-btn-container .close-btn {
  cursor: pointer;
  padding: 10px;
  width: auto;
}

.modal-container:not(.feedbackModal) .close-btn-container .close-btn svg {
  width: 60px
}

.modal-container:not(.feedbackModal) .close-btn-container .close-btn svg rect:nth-child(1) {
  fill: black;
  fill-opacity: 0.5;
}

@media(max-width: 767px) {
  .modal-container:not(.feedbackModal) .close-btn-container .close-btn svg {
    width: 40px
  }
}

.modal-container .content {
  width: 100vw;
  height: 100vh;
  margin: 0;
}

.modal-container input[type='checkbox'],
.modal-container input[type='radio'] {
  width: auto;
}

.close-btn {
  width: 40px;
  cursor: pointer;
  outline: none;
  padding: 0
}

.transparent rect:nth-child(1) {
  fill: transparent
}

.grey rect:nth-child(1) {
  fill: grey;
  fill-opacity: 1
}

.close-btn_container {
  position: absolute;
  left: 100%;
  top: 0
}

@media(max-width: 767px) {
  .close-btn_container {
    display: none
  }
}

.custom_close {
  width: 40px !important
}

.box {
  /*max-width: 742px;*/
  width: 100%;
  max-height: 50vh;
  border-radius: 10px;
  padding: 25px;
  background: white;
  overflow: auto;
  margin: auto
}

@media(max-width: 767px) {
  .box {
    max-width: 80% !important;
    padding: 20px 20px !important
  }
}

button {
  width: 100%;
  padding: 10px;
  border: none;
  outline: none;
  text-align: center;
  cursor: pointer;
  color: white;
  font-size: 16px;
  font-size: 1rem
}

button:focus {
  outline: none
}

.select {
  background: #0c6954;
  padding: 20px;
  cursor: pointer;
  text-align: center;
  width: 100%
}

.select-list {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 1
}

.select.active .select-list {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s
}

.select-list.active {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s;
}

.select-list-title {
  transition: width 0.1s;
  display: flex;
  align-items: center;
  justify-content: center
}

.select-list-title .select-list-title_text {
  line-height: 20px;
  max-height: 20px;
  overflow: hidden;
  display: block
}

.select-list__item {
  padding: 20px;
  background: #FCFCFC;
  color: #2F343D
}

.select-list__item a {
  color: #2F343D
}

.select-list__item a:hover {
  text-decoration: none
}

.select-list__item:nth-child(even) {
  background: #F6F6F6
}

.select-list-title {
  color: white;
  font-size: 14px;
  font-family: "Myriad Pro SemiBold";
  padding-right: 15px
}

.select-list-title .caret {
  position: absolute;
  transition: all 0.3s;
  transform: rotate(0deg);
  right: 0
}

.select-list-title .caret * {
  width: 10px;
  stroke: white
}

.select-list-title .caret.active {
  transform: rotate(180deg)
}

.close-btn-container {
  position: absolute;
  right: -30px;
  top: -30px
}

@media(min-width: 768px) {
  .close-btn-container {
    top: -25px;
    right: 0;
    left: calc(100% + 25px)
  }
}

.close-btn-container .close-btn svg {
  width: 30px
}

@media(min-width: 768px) {
  .close-btn-container .close-btn svg {
    width: 40px
  }
}

.close-btn-container .close-btn rect:nth-child(1) {
  fill: grey;
  fill-opacity: 1
}

.personal {
  font-style: italic;
  font-size: 12px;
  font-size: 0.75rem;
  color: #3F4653;
  margin-left: 7px
}

.preload {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .6);
  display: flex;
  align-items: center;
  z-index: 1;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.4s;
  will-change: opacity;
  visibility: hidden
}

.status {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 10px;
  background: red;
  color: white
}

.status.success {
  background: green
}

.preload.active {
  opacity: 1;
  visibility: visible
}

.sendBtn {
  margin-right: 20px;
  background: #3F4653
}

.cancelBtn {
  background: rgba(63, 70, 83, .7)
}

label {
  display: block
}

.title {
  line-height: 19px;
  line-height: 1.1875rem;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 50px
}

.feedback-list_item:not(:last-child) {
  margin-bottom: 20px
}

.feedback-list_item .text,
.feedback-list_item .message {
  width: 100%;
  padding: 20px;
  border: 1px solid rgba(63, 70, 83, .3)
}

.change-language {
  color: rgba(255, 255, 255, .8);
  padding: 0;
  text-transform: none;
  text-decoration: none;
  transition: color 0.3s
}

.change-language:hover {
  color: white
}

.change-language.active {
  color: white;
  font-family: Myriad Pro
}

.change-language.ru {
  margin-right: 10px
}

.search {
  cursor: pointer
}

.search svg {
  width: 15px;
  width: 0.9375rem
}

.input-container {
  transform: scaleX(0);
  transform-origin: right center;
  width: 200px;
  position: absolute;
  top: 0;
  right: 0;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  will-change: transform;
  overflow: hidden
}

.input-container input {
  width: 100%;
  outline: none;
  border: none;
  padding: 5px;
  background-color: #fff;
}

.input-container.active {
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}

.operation_mode {
  background: #0c6954;
  padding: 25px;
  color: white
}

.operation_mode .title {
  border-bottom: 1px solid rgba(251, 251, 251, .3);
  margin: 0;
  padding-bottom: 30px;
  font-size: 14px;
  color: #fff;
}

.operation_mode .content {
  margin-top: 23px;
  font-size: 12px
}

.operation_mode .content .another-days {
  font-style: Italic;
  font-size: 11px;
  color: rgba(255, 255, 255, .5)
}

.clock-item {
  cursor: pointer
}

.clock-item:hover path {
  fill: rgb(255, 255, 255)
}

.clock-item:hover circle {
  stroke: rgb(255, 255, 255)
}

.clock-item:hover .operation-mode_container {
  opacity: 1;
  visibility: visible
}

.clock-item svg {
  width: 16px;
  width: 1rem
}

.clock-item path {
  fill: rgba(255, 255, 255, .5);
  transition: all 0.3s
}

.clock-item circle {
  stroke: rgba(255, 255, 255, .5);
  transition: all 0.3s
}

.operation-mode_container {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  position: absolute;
  z-index: 1;
  left: 0;
  padding: 10px 0 0 0;
  -webkit-transform: translateX(-40px);
  transform: translateX(-40px)
}

.operation-mode_container:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #0c6954;
  position: absolute;
  left: 43px;
  top: 5px
}

.glasses-container path {
  fill: rgba(255, 255, 255, .5)
}

.glasses-container.active path {
  fill: white
}

.name {
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem
}

.top-menu .top-menu__list {
  list-style: none;
  margin-bottom: 0;
  
  
  align-items: center
}

.top-menu .top-menu__list-item {
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem
}

.top-menu .top-menu__list-item .glasses-container svg {
  width: 22px;
  width: 1.375rem
}

.top-menu .top-menu__list-item button {
  transition: color 0.3s;
  color: rgba(255, 255, 255, .8);
  text-decoration: none;
  cursor: pointer
}

.top-menu .top-menu__list-item button:hover {
  color: white
}

.top-menu .top-menu__list-item:not(:last-child) {
  margin-right: 40px
}

.top-menu .top-menu__list-item-tickers {
  background-color: #0c6954;
  
  
  display: flex;
  font-size: 17.6px;
  font-size: 1.1rem;
  padding: 10px 15px;
  margin: -5px 30px;
  
  
  align-items: center;
  height: 40px
}

.top-menu .top-menu__list-item-tickers button {
  color: white;
  font-weight: bold
}

.arrow-btn {
  padding: 10px
}

.navbar-mobile {
  position: fixed;
  z-index: 20001;
  height: 100%;
  transition: all 0.3s;
  background: #0c6954;
  will-change: transform;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 50px;
  overflow: auto;
}

.navbar-mobile .child-list {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s;
  height: auto
}

.navbar-mobile .child-list a {
  font-size: 16px;
  color: rgba(255, 255, 255, .8)
}

.navbar-mobile .child-list .children-list-item a.active {
  color: rgba(255, 255, 255, 1);
  text-decoration: underline
}

.navbar-mobile .child-list.hidden {
  max-height: 0 !important
}

.navbar-mobile .children-container {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 100%;
  top: 0;
  background: white;
  color: black;
  transition: left 0.3s
}

.navbar-mobile .children-container .children-list {
  height: 100%;
  overflow-y: auto
}

.navbar-mobile .navbar-mobile-header {
  margin-bottom: 25px;
  margin-left: -25px;
  margin-right: -25px
}

.navbar-mobile .arrow svg {
  width: 12px
}

.navbar-mobile .arrow * {
  stroke: white;
  stroke-opacity: 1
}

.navbar-mobile .arrow.black * {
  stroke: black
}

.navbar-mobile .navbar-mobile-item.title,
.navbar-mobile .children-list-item.title {
  margin-bottom: 35px !important;
  text-transform: uppercase
}

.navbar-mobile .navbar-mobile-item {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-family: "Myriad Pro Light";
  text-align: left;
}

.navbar-mobile .navbar-mobile-item button {
  text-align: left;
  padding: 0;
}

.navbar-mobile .navbar-mobile-item:not(:last-child) {
  margin-bottom: 20px
}

.navbar-mobile .navbar-mobile-item:last-child {
  margin-bottom: 30px
}

.navbar-mobile .navbar-mobile-item .link {
  color: rgba(255, 255, 255, .8)
}

.navbar-mobile .navbar-mobile-item.active {
  color: white;
  background-color: rgba(255, 255, 255, .1);
  margin-left: -15px;
  margin-right: -15px
}

.navbar-mobile.active {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.close-container-btn {
  width: 35px !important
}

@-webkit-keyframes svelte-170tveb-scroll {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-100%)
  }
}

@keyframes svelte-170tveb-scroll {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-100%)
  }
}

@media(max-width: 767px) {
  .close-container {
    background: #0c6954
  }

  .close-container.dark {
    background: #2F343D
  }
}

.marquee {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  padding: 20px 0;
  color: white;
}

.marquee > span {
  display: block;
  /*overflow: hidden;*/
  animation: marquee 22s linear infinite;
}

.marquee>span:hover {
  animation-play-state: paused;
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

@media(max-width: 767px) {
  .marquee {
    padding: 5px 0
  }
}

.marquee .close-container {
  position: absolute;
  right: 0;
  top: 0
}

.marquee .marquee-elem {
  display: inline-block;
  line-height: normal;
  letter-spacing: 0.15em;
  color: #FFFFFF
}

.marquee .anim {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  padding-left: 100%;
  will-change: transform;
  -webkit-animation: svelte-170tveb-scroll 15s infinite linear;
  animation: svelte-170tveb-scroll 15s infinite linear
}

.marquee:hover .anim {
  -webkit-animation-play-state: paused;
  animation-play-state: paused
}

a.marquee-elem-text {
  text-decoration: underline;
  font-size: 17px;
  font-size: 1.0625rem
}

.marquee-elem-text {
  color: white
}

.marquee-elem-text:not(:last-child) {
  margin-right: 10px
}

.nested-menu {
  transition: opacity 0.3s;
  will-change: opacity;
  background: #0c6954;
  position: absolute;
  left: 0;
  opacity: 0;
  visibility: hidden;
  top: 100%;
  padding-top: 20px
}

.nested-menu .menu-list__item-content {
  padding: 5px
}

.nested-menu .menu-list__item-content:not(:last-child) {
  border-bottom: 1px solid white;
  margin-bottom: 10px
}

.nested-menu:before {
  content: '';
  position: absolute;
  left: -20px;
  right: -20px;
  top: 0;
  bottom: 0;
  background: #0c6954;
  z-index: -1
}

.nested-menu li {
  position: relative
}

.menu-list.isScroll .nested-menu {
  padding-top: 20px
}

.menu-list {
  max-width: 150px;
  margin-right: 30px
}

@media(min-width: 1500px) {
  .menu-list {
    margin-right: 70px
  }
}

.menu-list__item {
  font-size: 18px;
  font-size: 1.125rem;
  margin-right: 70px
}

@media(max-width: 1500px) {
  .menu-list__item {
    margin-right: 40px
  }
}

.menu-list__item .menu-list__item-content :not(:last-child) {
  margin-bottom: 10px
}

.menu-list__item .menu-list__item-content a {
  display: block;
  color: white;
  font-size: 16px;
  font-size: 1rem;
  font-family: Myriad Pro !important
}

.menu-list__item .menu-list__item-content a:hover {
  color: black
}

.menu-list__item a:hover {
  text-decoration: none
}

.menu-list__item .menu-list__item-title {
  cursor: default
}

.menu-list__item a,
.menu-list__item .menu-list__item-title {
  color: rgba(255, 255, 255, .8);
  transition: color 0.3s
}

.menu-list__item a:hover,
.menu-list__item .menu-list__item-title:hover {
  color: white
}

.menu-list__item:last-child {
  margin-right: 0px
}

.close-container-btn {
  width: 35px !important
}

.close-container {
  position: absolute;
  right: 0
}

@media(max-width: 767px) {
  .close-container {
    background: #0c6954
  }

  .close-container.dark {
    background: #2F343D
  }
}

.wrapper .btn-container,
.wrapper .btn-box {
  background: none !important
}

.btn-box .change-font-btn {
  overflow: hidden;
  width: 30px;
  height: 31px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center
}

.btn-box .change-font-btn:before {
  content: 'А';
  position: absolute
}

.btn-box button.small {
  font-size: 12px
}

.btn-box button.middle {
  font-size: 20px
}

.btn-box button.big {
  font-size: 28px
}

.btn-box button.active {
  outline: 5px solid white
}

.wrapper.impaired.black {
  background: #525252 !important
}

.wrapper.impaired.black .btn-box button.active {
  outline: 5px solid white
}

.wrapper.impaired.white {
  background: #f8f8f8 !important
}

.wrapper.impaired.white .btn-box button.active {
  outline: 5px solid black
}

.wrapper.impaired.brown {
  background: #ede3a1 !important
}

.wrapper.impaired.brown .off-btn svg {
  width: 20px
}

.wrapper.impaired.brown .off-btn path {
  fill: black
}

.wrapper.impaired.brown .btn-box button.active {
  outline: 5px solid white
}

.wrapper .off-btn svg {
  width: 20px
}

.wrapper .off-btn path {
  fill: white
}

.wrapper button {
  padding: 10px;
  border-radius: 5px;
  font-size: 1rem;
  background: grey;
  color: white;
  position: relative;
  z-index: 1
}

.wrapper button.active {
  border-radius: 0;
  z-index: 2
}

@media (max-width: 767px) {
  .wrapper button {
    padding: 5px 10px;
    font-size: 14px
  }
}

.swiper-wrapper {
  height: auto;
}

.color-scheme button.active {
  background: red
}

.color-scheme .white-in-black {
  background: black;
  color: white
}

.color-scheme .black-in-white {
  background: white;
  color: black
}

.impaired-container {
  color: white
}

.clockIcon {
  margin-right: 20px
}

.clockIcon svg {
  width: 16px !important;
  width: 1rem !important
}

.menuLink_btn svg {
  width: 40px;
  fill: white
}

@media(max-width: 767px) {
  .menuLink_btn svg {
    width: 33px
  }
}

.marque-container,
.impaired-container {
  position: relative;
  z-index: 5;
  padding: 0 100px;
  height: 0;
  transition: height 0.3s;
  will-change: height;
  overflow: hidden;
  background: #0c6954
}

@media(max-width: 767px) {

  .marque-container,
  .impaired-container {
    padding: 0 15px
  }
}

.marque-container.active {
  height: 64px
}

@media(max-width: 767px) {
  .marque-container.active {
    height: 34px !important
  }
}

.impaired-container.active {
  height: 64px
}

@media(max-width: 991px) {
  .impaired-container.active {
    height: auto !important;
    padding-top: 10px;
    padding-bottom: 10px
  }
}

.header-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%
}

.header-container .header-active-bg {
  transition: opacity 0.3s;
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: calc(100% + 1px);
  background: #0c6954;
  opacity: 0;
  z-index: -1
}

.header-container .header-active-bg.active {
  opacity: 1
}

.ticketsSvgIconBtn {
  margin-right: 20px
}

.ticketsSvgIconBtn svg {
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem
}

.ticketsSvgIconBtn path {
  fill: white
}

.tickets {
  position: absolute;
  left: calc(100% + 20px);
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden
}

.tickets button {
  cursor: pointer
}

.tickets svg {
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem
}

.tickets path {
  fill: white
}

.header-container.active {
  height: 0
}

.header-container.active .header {
  top: 0
}

@media(min-width: 1200px) {
  .header-container.active .header {
    transform: translateY(-83px);
    padding-bottom: 0
  }
}

.header-container.active .menu-list-container .tickets {
  opacity: 1;
  visibility: visible
}

.header-container.dark .impaired-container {
  background: #2f343d
}

.header-container.dark .marque-container {
  background: #2f343d
}

.header-container.dark .header {
  background: #2f343d
}

.header-container.dark .nested-menu {
  background: #2f343d
}

.header-container.dark .nested-menu:before {
  background: #2f343d
}

.header {
  position: relative;
  z-index: 2;
  width: 100%;
  background: transparent;
  top: 0;
  will-change: transform;
  padding: 35px 100px;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s
}

@media(max-width: 767px) {
  .header {
    padding: 15px 15px
  }
}

.header .header-menu:before {
  background: rgba(255, 255, 255, .5)
}

@media(min-width: 1200px) {
  .header .logo.transform {
    transform: scale(0.7)
  }
}

.header .logo {
  transform-origin: left center;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s
}

@media(max-width: 4500px) {
  .header .logo img {
    width: 150px
  }
}

@media(max-width: 767px) {
  .header .logo img {
    width: 115px
  }
}

.header .menuLink button {
  background: none;
  padding: 0;
  border: none;
  outline: none;
  transition: color 0.3s;
  color: rgba(255, 255, 255, .8);
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  cursor: pointer
}

.header .menuLink button:focus {
  outline: none
}

.header .menuLink button:hover {
  color: white
}

.header .header-menu {
  position: relative
}

.header .header-menu:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: transparent;
  bottom: -35px
}

input {
  width: 100%;
  background: none;
  border: 1px solid white;
  padding: 12px;
  outline: none;
  font-family: Myriad Pro Light;
  font-size: 14px
}

input:focus {
  outline: none
}

.fluid-wrapper {
  margin: 0 -100px;
}

@media(max-width: 767px) {
  .fluid-wrapper {
    margin: 0 -15px;
    padding: 0;
  }
}

.arrows button {
  background: none;
  border: none;
  cursor: pointer
}

.arrows button:focus {
  outline: none
}

.arrows .arrow-item {
  position: relative;
  padding: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid black
}

.arrows .arrow-item svg {
  width: 12px
}

.arrows .arrow-item * {
  stroke-opacity: 1
}

.arrows .arrow-item.black * {
  stroke: black
}

.arrows .arrow-item.white * {
  stroke: white
}

.arrows .arrow-item.disabled {
  border-bottom: none
}

.arrows .arrow-item.disabled * {
  stroke-opacity: 0.5
}

.arrows.events-content .prev,
.arrows.events-content .next {
  position: absolute
}

.arrows.events-content .prev {
  left: 0
}

.arrows.events-content .next {
  right: 0
}

.arrows.infinity {
  position: absolute;
  width: 100%;
  height: 100%;
  align-items: center;
}

.arrows.infinity .arrow-item {
  border-bottom: none
}

.arrows.infinity .prev,
.arrows.infinity .next {
  position: absolute;
  z-index: 2;
}

.arrows.infinity .prev {
  left: -32px
}

.arrows.infinity .prev button {
  padding: 0
}

.arrows.infinity .next {
  right: -32px
}

.arrows.infinity .next button {
  padding: 0
}

.preloader {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, .8);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s;
  will-change: transform;
  visibility: hidden
}

.preloader.active {
  opacity: 1;
  visibility: visible
}

.events-content.paddings .swiper-container {
  height: auto;
}

@media(min-width: 1200px) {
  .events-content.paddings .swiper-container {
    padding-top: 20px;
    margin-left: -20px;
    padding-left: 20px;
    margin-right: -20px;
    padding-right: 20px;
    width: auto
  }
}

.events-header.d-none {
  display: none !important
}

.events-content.center .swiper-wrapper {
  
  
  align-items: center
}

.events-header {
  position: relative;
  padding: 55px 0 15px 0
}

.events-header .title {
  margin-bottom: 10px;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  text-transform: uppercase
}

.events-header .title a {
  color: #212529
}

.events-header .title button {
  cursor: pointer
}

.events-header:before {
  content: '';
  height: 1px;
  background: rgba(196, 196, 196, .5);
  position: absolute;
  bottom: 0;
  left: -100px;
  right: -100px
}

@media(max-width: 767px) {
  .events-header:before {
    left: -15px;
    right: -15px
  }

  .arrows.infinity .prev {
    left: -75px
  }

  .arrows.infinity .next {
    right: -75px
  }
}

.events-content {
  position: relative;
  margin-top: 50px
}

@media(max-width: 767px) {
  .events-content {
    margin-right: -15px
  }
}

.events-content.infinity {
  margin: 0 75px 0 75px
}

.calendar {
  margin-left: 10px;
  transition: all 0.4s
}

.calendar:hover {
  background-color: #f7f7f7;
  border-color: #c6c6c6
}

.calendar svg {
  width: 20px;
  height: 20px;
}

.calendar path {
  transition: fill 0.4s
}

.calendarBtnStyle {
  background-color: rgba(255, 255, 255, .3);
  border: 1px solid rgba(0, 0, 0, .15);
  padding: 5px 10px;
  border-radius: 4px;
  transition: all 0.4s
}

.calendarBtnStyle:hover {
  background-color: #f7f7f7;
  border-color: #c6c6c6
}

.resetCalendarFilter {
  margin-left: 10px;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #9a9a9a
}

.calendar.active {
  background: #0c6954 !important;
  border: 1px solid rgba(0, 0, 0, 0)
}

.calendar.active path {
  fill: white
}

.flatpickr-calendar {
  right: auto !important;
  padding: 10px !important
}

.flatpickr-current-month {
  padding: 0 !important
}

.nextMonthDay:hover {
  background-color: rgb(13, 143, 121) !important
}

.dayContainer {
  max-width: 285px !important;
  min-width: 285px !important;
  width: 285px !important
}

.flatpickr-rContainer {
  width: 285px
}

.flatpickr-monthDropdown-months {
  background-color: #ffffff !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important
}

.arrowUp {
  display: none !important
}

.arrowDown {
  display: none !important
}

.flatpickr-day:hover {
  background-color: #c4c4c4 !important
}

.flatpickr-prev-month {
  left: 10px !important
}

.flatpickr-next-month {
  right: 10px !important
}

.yandex-map__container {
  width: 100%;
  height: 100%;
  min-height: 400px;
  opacity: 0.75;
  transition: opacity 0.3s
}

.yandex-map__container:hover {
  opacity: 1
}

.yandex-map__container iframe {
  width: 100%;
  height: 100%;
}

.preloader {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  
  
  display: flex;
  
  
  justify-content: center;
  
  
  align-items: center;
  z-index: 1
}

.tooltip-item {
  
  
  display: flex;
  
  
  justify-content: center
}

.tooltip-item:hover .tooltip-item-text {
  opacity: 1;
  visibility: visible
}

.tooltip-item-text {
  position: absolute;
  top: calc(100% + 10px);
  background: #2F343D;
  fill: white;
  padding: 5px;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  color: white
}

.footer {
  background: #2F343D;
  padding-top: 100px;
  padding-bottom: 0px;
  margin-left: -100px;
  margin-right: -100px
}

@media(max-width: 767px) {
  .footer {
    margin-left: -15px;
    margin-right: -15px
  }
}

.footer .footer__list-container {
  margin-left: 70px
}

@media(max-width: 1200px) {
  .footer .footer__list-container {
    margin-left: 0
  }
}

.footer__item .logo-clients-title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin-bottom: 15px;
  color: black;
  text-transform: uppercase;
  padding-top: 20px
}

.footer .banners-row,
.footer .main_map {
  padding-bottom: 85px
}

.footer .banner-item {
  width: 80%;
  padding: 20px 15px
}

@media(max-width: 1400px) {
  .footer .banner-item {
    width: 100%
  }
}

.footer .banner-item img {
  width: 100%
}

.footer .footer_icons {
  position: absolute;
  top: 0;
  left: 0
}

.footer .footer_icons svg {
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem
}

.footer_item-slide-link {
  color: #2F343D;
  font-size: 0.6875rem;
  line-height: 25px;
  text-decoration: underline;
  text-transform: uppercase
}

.partners-info__container-link {
  display: block
}

.partners-info__container-link img {
  width: 100%;
  max-width: 120px
}

.footer__list {
  list-style: none;
  padding: 0
}

.footer__list .footer__list-item {
  max-width: 300px
}

.footer__list .footer__list-item a {
  color: white;
  font-size: 16px;
  font-size: 1rem
}

.footer__list-item button {
  border-radius: 0;
}

.footer__copyright {
  padding: 0;
}

.museum-info.pl {
  padding-left: 50px
}

@media(max-width: 1199px) {
  .museum-info .footer__list-item {
    margin: auto;
    text-align: center
  }
}

.museum-info.social-list {
  max-width: 100%
}

@media(max-width: 1199px) {
  .museum-info.social-list .social-list__item-container {
    
    
    justify-content: center
  }
}

.footer__list.museum-info {
  color: white
}

.footer__list.museum-info .header {
  font-size: 16px;
  font-size: 1rem;
  font-family: Myriad Pro SemiBold;
  color: white
}

.footer .wrapper {
  padding: 0 100px
}

@media(max-width: 767px) {
  .footer .wrapper {
    padding: 0 15px;
  }
}

.footer_info {
  color: #2F343D;
  padding: 45px 15px;
}

.footer_info .copyright {
  margin-bottom: 25px;
  font-family: Myriad Pro Light;
  line-height: 23px;
  line-height: 1.4375rem;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em
}

.feedback-btn {
  max-width: 300px
}

.social-list__item {
  width: 42px
}

.feedbackModal_wrapper input {
  color: currentColor;
}

@media (max-width: 767px) {
  .partners-info__container .swiper-wrapper {
    padding: 30px 0;
  }

  .partners-info__logos .partners-info__container .swiper-wrapper {
    padding: 0;
  }
}

@media (max-width: 390px) {
  .social-list__item {
    width: 35px
  }
}

.social-list__item * {
  fill: #fff
}

.iframe-container {
  width: 90%;
  height: 95%;
  
  
  display: flex;
  
  
  align-items: center;
  
  
  justify-content: center
}

@media(max-width: 568px) {
  .iframe-container {
    width: 100%;
    height: 130%;
    -webkit-transform: scale(0.85, 0.75);
    transform: scale(0.85, 0.75)
  }
}

.main-container.font_size_big .marque-container.active {
  height: 84px
}

.main-container.font_size_big .menu-list-container .menu-list {
  max-width: none
}

@media(min-width: 1200px) {
  .main-container.font_size_big .main-content .swiper-wrapper {
    height: 150vh
  }
}

@media(min-width: 1200px) {
  .main-container.font_size_big .main-content {
    height: 150vh
  }
}

@media(min-width: 1200px) {
  .main-container.font_size_big .black-wrapper {
    height: 150vh
  }
}

.main-container.hiddenImages img {
  display: none !important
}

.main-container.hiddenImages div {
  background-image: none !important
}

.main-container.black div {
  background: black !important;
  color: white !important
}

.main-container.black .impaired-container {
  background: #525252 !important
}

.main-container.black ul {
  background: black !important;
  color: white !important
}

.main-container.black section {
  background: black !important;
  color: white !important
}

.main-container.black li {
  background: black !important;
  color: white !important
}

.main-container.black button {
  background: black !important;
  color: white !important
}

.main-container.black :before {
  background: black !important
}

.main-container.black span {
  color: white !important
}

.main-container.black a {
  color: white !important
}

.main-container.white div {
  background: white !important;
  color: black !important
}

.main-container.white path {
  fill: black !important
}

.main-container.white circle {
  stroke: black !important
}

.main-container.white .impaired-container {
  background: #f8f8f8 !important
}

.main-container.white ul {
  background: white !important;
  color: black !important
}

.main-container.white section {
  background: white !important;
  color: black !important
}

.main-container.white li {
  background: white !important;
  color: black !important
}

.main-container.white button {
  background: white !important;
  color: black !important
}

.main-container.white :before {
  background: white !important
}

.main-container.white span {
  color: black !important
}

.main-container.white a {
  color: black !important
}

.main-container.brown div {
  background: #f7f3d6 !important;
  color: black !important
}

.main-container.brown .impaired-container {
  background: #ede3a1 !important
}

.main-container.brown ul {
  background: #f7f3d6 !important;
  color: black !important
}

.main-container.brown section {
  background: #f7f3d6 !important;
  color: black !important
}

.main-container.brown li {
  background: #f7f3d6 !important;
  color: black !important
}

.main-container.brown button {
  background: #f7f3d6 !important;
  color: black !important
}

.main-container.brown :before {
  background: #f7f3d6 !important
}

.main-container.brown span {
  color: black !important
}

.main-container.brown a {
  color: black !important
}

.feedbackModal {
  overflow: auto;
  background: rgba(0, 0, 0, .5) !important
}

.feedbackModal .box-wrapper {
  margin-top: 48px;
  margin-top: 3rem;
  margin-bottom: 48px;
  margin-bottom: 3rem;
  z-index: 5
}

.feedbackModal .content {
  display: block !important
}

.feedbackModal .close-btn_container {
  display: none !important
}

.box.feedbackModal_wrapper {
  max-width: 90% !important;
  max-height: none !important;
  overflow: visible !important;
  border-radius: 0 !important;
  min-height: 150px;
}

@media(min-width: 768px) {
  .box.feedbackModal_wrapper {
    max-width: 500px !important;
    overflow: auto
  }
}

.iframe-link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 80%;
  height: 80%;
  display: block;
  z-index: 120
}

.error-container {
  height: 100vh;
  background-image: url('/img/error.png');
  background-size: cover;
  background-position: 50%;
  
  
  display: flex;
  
  
  align-items: center;
  
  
  justify-content: center;
  width: 100%;
  color: white
}

.main-container {
  z-index: 2
}

.padding-wrapper {
  min-height: 100vh;
  
  
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 92.5px;
  background: transparent;
  overflow-x: hidden;
}

.padding-wrapper main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-height: 100vh
}

@media(max-width: 767px) {
  .padding-wrapper {
    padding: 0 15px
  }
}

.padding-wrapper.dark {
  background: #2F343D
}

body.terminal::-webkit-scrollbar {
  display: none
}

body.terminal .footer__list.museum-info.social-list {
  display: none
}

body.terminal .footer__list.museum-info.subscribe-notifications {
  display: none
}

body.terminal .footer .row.partners-info {
  display: none
}

body.terminal .footer .row.banners-row {
  display: none
}

body.terminal .end-page-container {
  display: none
}

body.terminal .hideOnTerminal {
  display: none
}

body.terminal .marque-container {
  display: none !important
}

body.terminal .external_link {
  display: none !important
}

p {
  margin: 0 auto
}

p {
  margin: 1em auto
}

.status {
  font-size: 200px;
  text-transform: uppercase
}

@media(max-width: 767px) {
  .status {
    font-size: 100px
  }
}

.link-container {
  margin-bottom: 20px
}

.link-container a {
  color: white;
  text-decoration: underline;
  font-size: 50px
}

@media(max-width: 767px) {
  .link-container a {
    font-size: 30px
  }
}

.description {
  line-height: normal;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #FFFFFF
}

.fakeImg {
  position: absolute;
  left: 0;
  background: grey;
  top: 0;
  width: 100%;
  height: 100vh;
  display: none;
  background-size: cover
}

@media(min-width: 1200px) {
  .fakeImg {
    display: block
  }
}

@media(min-width: 1200px) {
  .swiper-wrapper.opacityHidden {
    opacity: 0
  }
}

.swiper-wrapper.opacityVisible {
  opacity: 1
}

.prevArrow,
.nextArrow {
  position: absolute;
  top: 0;
  height: 100vh;
  width: 100%;
  max-width: 80px;
  
  
  display: flex;
  
  
  align-items: center;
  
  
  justify-content: center;
  z-index: 5
}

.prevArrow {
  left: 0
}

.nextArrow {
  right: 0
}

.arrow {
  cursor: pointer
}

.arrow:hover * {
  stroke: rgba(255, 255, 255, 1)
}

.arrow * {
  width: 40px;
  transition: .2s;
  stroke: rgba(255, 255, 255, .5);
  stroke-opacity: 1
}

.arrowContainer {
  position: absolute;
  width: 80px;
  height: 100%;
  top: 0;
  
  
  display: flex;
  
  
  align-items: center;
  
  
  justify-content: center;
  z-index: 5;
  cursor: pointer
}

.arrowContainer.r {
  right: 0
}

.arrowContainer.l {
  left: 0
}

.link-info {
  z-index: 1;
  cursor: pointer;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .7)));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, .7));
  position: relative;
  margin: 0 -100px;
  padding: 0 100px
}

@media(max-width: 767px) {
  .link-info {
    margin: 0 -15px;
    padding: 0 15px
  }
}

.link-info .link-info__container {
  height: auto;
  margin-bottom: 20px
}

.link-info .link-info-item {
  cursor: pointer;
  position: relative;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 22px;
  line-height: 1.375rem;
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  max-width: 200px
}

@media(max-width: 767px) {
  .link-info .link-info-item {
    font-size: 0.6rem;
    max-width: 100px
  }
}

.link-info .link-info-item:after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 0%;
  height: 1px;
  background: white;
  transition: width 0.3s
}

.link-info .link-info-item:hover:after {
  width: 100%
}

.important-swiper-slide-container {
  cursor: default;
  margin-right: -100px;
  padding-bottom: 60px
}

@media(max-width: 767px) {
  .important-swiper-slide-container {
    margin-right: -15px;
    padding-bottom: 20px
  }
}

@media(max-height: 500px) {
  .important-swiper-slide-container {
    padding-bottom: 0
  }
}

.important-swiper-slide:not(:last-child) {
  margin-right: 100px
}

@media(max-width: 767px) {
  .important-swiper-slide:not(:last-child) {
    margin-right: 15px
  }
}

.main-content .swiper-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  height: 100vh
}

.swiper-wrapper .main-slider-item {
  width: 100% !important;
  height: 100% !important;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem
}

.swiper-wrapper .main-slider-item .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: grey;
  background-repeat: no-repeat;
  background-size: cover
}

.swiper-wrapper .main-slider-item .slide-content .slide-content-wrapper {
  width: 100%;
  padding: 0 100px;
  position: relative;
  z-index: 2
}

@media(max-width: 767px) {
  .swiper-wrapper .main-slider-item .slide-content .slide-content-wrapper {
    padding: 0 15px
  }
}

.swiper-wrapper .main-slider-item .slide-content .title {
  width: 60%;
  text-align: left;
  color: white
}

.swiper-wrapper .main-slider-item .slide-content .title a {
  text-transform: uppercase;
  color: white;
  text-decoration: none
}

.swiper-wrapper .main-slider-item .slide-content .title a:hover {
  text-decoration: none
}

@media(max-width: 850px) {
  .swiper-wrapper .main-slider-item .slide-content .title {
    width: 90%
  }
}

.swiper-wrapper .main-slider-item .slide-content .title .title__text {
  line-height: 73px;
  line-height: 4.5625rem;
  font-size: 57px;
  font-size: 3.5625rem;
  overflow: hidden;
  max-height: 292px;
  max-height: 18.25rem;
  margin-bottom: 20px
}

@media(max-width: 1400px) {
  .swiper-wrapper .main-slider-item .slide-content .title .title__text {
    font-size: 2.125rem;
    line-height: 3rem;
    max-height: 18rem
  }
}

@media(max-width: 767px) {
  .swiper-wrapper .main-slider-item .slide-content .title .title__text {
    font-size: 1.5rem;
    line-height: 2rem;
    max-height: 10rem
  }
}

@media(max-height: 800px) {
  .swiper-wrapper .main-slider-item .slide-content .title .title__text {
    font-size: 2.5rem;
    line-height: 3rem;
    max-height: 15rem
  }
}

@media(max-height: 700px) {
  .swiper-wrapper .main-slider-item .slide-content .title .title__text {
    font-size: 1.375rem;
    line-height: 1.625rem;
    max-height: 8.125rem
  }
}

.swiper-wrapper .main-slider-item .slide-content .title .title_description {
  overflow: hidden;
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Myriad Pro Light";
  line-height: 43px;
  line-height: 2.6875rem;
  max-height: 129px;
  max-height: 8.0625rem;
  text-transform: none;
  text-transform: initial
}

@media(max-width: 1400px) and (max-height: 768px) {
  .swiper-wrapper .main-slider-item .slide-content .title .title_description {
    font-size: 1.375rem;
    line-height: 1.75rem;
    max-height: 5.5rem
  }
}

@media(max-width: 767px) {
  .swiper-wrapper .main-slider-item .slide-content .title .title_description {
    font-size: 1.125rem;
    line-height: 1.5rem;
    max-height: 4.5rem
  }
}

@media(max-height: 500px) {
  .swiper-wrapper .main-slider-item .slide-content .title .title_description {
    font-size: 1.125rem;
    line-height: 1.25rem;
    max-height: 5rem
  }
}

.black-wrapper {
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 8, 8, .65)), to(rgba(8, 8, 8, .35)));
  background: linear-gradient(0deg, rgba(8, 8, 8, .65), rgba(8, 8, 8, .35));
  height: 100vh;
  pointer-events: none
}

.swiper-pagination-bullet {
  margin: 1px 1px 1px 1px !important;
  background-color: rgb(231, 231, 231) !important;
  height: 8px;
  width: 8px;
  outline: none
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgba(255, 255, 255, .7) !important;
  height: 10px;
  width: 10px
}

.main-slider-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-bottom: 10px
}

@media(min-width: 992px) {
  .main-slider-dots {
    display: none
  }
}

.swiper-pagination-bullet {
  margin: 1px 1px 1px 1px !important;
  background-color: rgb(231, 231, 231) !important;
  height: 8px;
  width: 8px;
  outline: none;
}

.col2 {
  min-width: 200px;
  padding: 0 15px
}

.aspect-ratio {
  position: relative;
  height: 0;
  overflow: hidden;
  max-height: 100vh;
  z-index: -1
}

.aspect-ratio .aspect-ratio-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.pdf-block {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  margin-bottom: 2.5rem
}

.pdf-block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff
}

.zoomed {
  position: fixed;
  top: 0;
  height: 100vh;
  left: 0;
  width: 100vw;
  z-index: 10;
  background-color: #fff
}

.zoomed iframe {
  position: fixed
}

.zoomed-cross {
  display: block;
  z-index: 2;
  position: fixed;
  top: 0;
  height: 40px;
  right: 0;
  width: 40px;
  background-color: #0c6954;
  cursor: pointer
}

.zoomed-cross rect:nth-child(1) {
  fill: transparent
}

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

.pdf-icon svg {
  max-width: 50%;
  max-height: 50%
}

.reload {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px;
  will-change: transform;
  -webkit-animation: svelte-9e98c0-rotatecircle 1s infinite linear;
  animation: svelte-9e98c0-rotatecircle 1s infinite linear;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;

}

.reload svg {
  width: 20px;
  height: 20px
}

.reload path {
  fill: white
}

.samples_content .reload {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

@media(max-width: 992px) {
  .samples_content .reload {
    position: absolute;
    top: -24px;
    right: -24px;
    left: auto;
    width: auto;
  }
}

@-webkit-keyframes svelte-9e98c0-rotatecircle {
  0% {
    -webkit-transform: rotate(0deg)
  }

  100% {
    -webkit-transform: rotate(360deg)
  }
}

.reload.active {
  -webkit-animation-play-state: running;
  animation-play-state: running
}

.samples {
  padding: 25px 25px 25px 50px;
  margin-bottom: 40px;
  background: #0C6954;
  min-height: 400px
}

@media(max-width: 767px) {
  .samples {
    padding: 35px 46px;
  }
}

.samples .samples__img.preload {
  opacity: 0
}

.samples .samples__img {
  position: relative;
  align-items: center;
  display: flex;
  transition: opacity 0.5s;
  will-change: transition;
  opacity: 1;
  max-width: 550px;
}



@media(min-width: 992px) {
  .samples .samples__img {
    display: block
  }
}

.samples .samples__img img {
  max-width: 100%;
}

.samples .samples-container.preload {
  opacity: 0
}

.samples .samples-container {
  transition: opacity 0.5s;
  will-change: transition;
  opacity: 1;
  justify-content: center
}

@media(min-width: 992px) {
  .samples .samples-container {
    justify-content: space-between
  }
}

.samples .opacity-wrapper {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: black;
  z-index: 1;
  opacity: 0.5;
  display: none
}

/* @media(max-width: 900px) {
  .samples .opacity-wrapper {
    display: block
  }
} */

.samples .samples_content {
  color: white;
  text-transform: uppercase
}

@media(max-width: 900px) {
  .samples .samples_content {
    position: absolute;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: auto !important;
    z-index: 2
  }
}

.samples .samples_content a {
  color: white;
  text-decoration: underline;
  text-transform: none;
  font-size: 36px;
  font-size: 2.25rem
}

@media(max-width: 767px) {
  .samples .samples_content a {
    font-size: 1rem
  }
}

.samples .samples_content a:hover {
  text-decoration: none
}

.samples .samples_content .samples_title {
  font-size: 24px;
  font-size: 1.5rem
}

@media(max-width: 767px) {
  .samples .samples_content .samples_title {
    font-size: 0.875rem;
    opacity: 1;
  }
}

.samples .samples_content .samples_description {
  max-height: 144px;
  max-height: 9rem;
  overflow: hidden;
  font-size: 36px;
  font-size: 2.25rem
}


.samples .samples_content.d {
  display: none;
}

@media(min-width: 900px) {
  .samples .samples_content.d {
    display: block;
    display: flex;
    flex-direction: column;
    gap: 62px;
    flex: 0 1 55%;
  }
}

@media(min-width: 900px) {
  .samples .samples_content.m {
    display: none
  }
}

.samples_title {
  gap: 16px;
  color: #fff;
  opacity: 0.5;
  transition: opacity 0.3s;
}

.samples_title button{
  flex: 1;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.samples_title:hover {
  opacity: 1;
}

.samples_title p {
  margin: 0;
}

.samples .samples_link a {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: 1.8px;
}

.main-content {
  height: 100vh
}

@media(min-width: 768px) {
  .last-news {
    margin-right: 40px !important
  }
}

.swiper-last-new-btn {
  width: 100px !important;
  background: #f3f1f1;
  padding: 10px;
  margin-right: 0 !important;
  height: 666px
}

.swiper-last-new-btn a,
.swiper-last-new-btn button {
  height: 100%
}

.swiper-last-new-btn a {
  
  
  display: flex;
  
  
  align-items: center;
  color: black;
  font-size: 20px
}

.soon {
  padding-bottom: 100px
}

@media(max-width: 767px) {
  .soon .swiper-slide {
    overflow: hidden
  }

  .soon .swiper-slide img {
    width: 140%
  }
}

.swiper-slide__news {
  max-width: 500px
}

@media(min-width: 768px) {
  .swiper-slide__news {
    min-width: 500px
  }
}

.tile.scaleHover {
  box-shadow: 0 0 1em transparent;
  transform: scale(1);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  will-change: transform
}

.tile.scaleHover:hover {
  transform: scale(1.05);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.41961)
}

.tile .tile_time.important_date,
.tile .tile_date.important_date {
  background: #0c6954;
  border: 5px;
  text-align: center;
  padding: 5px;
  font-weight: bold;
margin-right: 24px;
}

.tile .tile_time.important_date span,
.tile .tile_date.important_date span {
  color: white !important
}

.tile .wrapper:hover {
  opacity: 1
}

.tile .wrapper button {
  width: 100%;
  padding: 10px;
  border: none;
  outline: none;
  text-align: center;
  cursor: pointer;
  color: white;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 0;
}

@media(min-width: 1200px) {
  .tile .wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.3s;
    margin: 0;
  }
}

.tile:hover .wrapper {
  background: #ececec
}

.tile:hover .bg-paddings {
  opacity: 1
}

.tile .bg-paddings {
  position: absolute;
  width: calc(100% + 40px);
  top: -20px;
  margin-left: -20px;
  margin-right: -20px;
  height: calc(100% + 44px);
  padding: 20px;
  z-index: -1;
  transition: opacity 0.6s;
  will-change: opacity;
  opacity: 0;
  background: #ececec
}

.tile_link:hover {
  text-decoration: none
}

.tile_img.preload:before {
  content: '';
  transition: opacity 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-position: center;
  background-image: url('/img/icons/preloader.svg');
  background-color: lightgray;
  background-repeat: no-repeat
}

.tile_img.default img,
.tile_img.rectangle img,
.tile_img.square img,
.tile_img.vertical img {
  position: absolute;
  left: 0;
  top: 0;
  width: 80%;
  height: 100%;
  margin-left: 25px !important;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: bottom;
  object-position: bottom
}

.news_tile_img {
  width: 97% !important;
}
@media (max-width: 767px) {
  .news_tile_img {
    width: 85% !important;
  }
}
.tile_img.default {
  padding-top: 56.175%
}

.tile_img.rectangle {
  padding-top: 80%
}

.tile_img.square {
  padding-top: 100%
}

.tile_img.vertical {
  padding-top: 141%
}

.tile_img.error {
  padding-top: 56.25%;
  position: relative
}

.tile_img.error:before {
  content: 'Не удалось загрузить изображение :(';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url('/img/default_img.png');
  background-size: cover;
  color: white;
  
  
  display: flex;
  text-align: center;
  
  
  align-items: center;
  
  
  justify-content: center
}

.tile_img img {
  width: 100%
}

.tile_img .img-descirption {
  text-transform: uppercase;
  color: white;
  bottom: 30px;
  left: 30px;
  right: 30px;
  font-size: 17px;
  font-size: 1.0625rem
}

.tile_info {
  margin-top: 18px;
  line-height: normal;
    
}

.tile_info .tile_info__description {
  color: #949494;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 14px;
  max-height: 132px;
  max-height: 8.25rem;
  overflow: hidden
}

.tile_info .tile_info__description span {
  line-height: 22px;
  line-height: 1.375rem
}

.tile_info .tile_info__description.fs-16 {
  font-size: 16px;
  font-size: 1rem
}

.tile_info .tile_time {
  margin-bottom: 20px
}

.tile_info .time {
  font-family: Myriad Pro Light;
  color: black
}

.tile_info.box {
  background: white;
  margin-top: 0;
  padding: 20px;
  border-radius: 0;
}

@media(max-width: 1400px) {
  .tile_info.box {
    max-width: none !important;
    padding: 10px !important;
  }
}

.tile_info.box .tile_info__description span {
  color: black;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  line-height: 1.375rem;
  text-transform: uppercase
}

.tile_info.box .tile_date {
  text-align: right
}

.tile_info.box .tile_date span {
  font-size: 14px;
  font-size: 0.875rem;
  color: #949494;
  line-height: 22px;
  line-height: 1.375rem
}

.tile_title.height-const {
  height: 100px;
  height: 6.25rem
}

.tile_title {
  max-height: 250px;
  max-height: 15.625rem;
  overflow: hidden
}

.tile_title span {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 25px;
  line-height: 1.5625rem;
  color: black
}

.tile_date {
  margin-bottom: 20px;

}

.tile_date span {
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 0.05em;
  color: black
}

.swiper-button-prev:after{
  display: none;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-next:after {
  display: none;
}

.swiper-arrows {
  width: 78px;
}

.swiper-button-next {
  left: 66px;
}

.wrapper .calendar {
  width: auto;
  background: transparent;
}

.swiper-button-next,
.swiper-button-prev {
  top: 12px;
  width: 12px;
  height: 24px;
}

.swiper-container {
  height: 100%;
  width: 100%
}

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.events-header .calendar {
  width: auto;
}

main .wrapper {
  margin-bottom: 100px;
}

.header-container.active .header-active-bg {
  opacity: 1;
}

#js-show-iframe-wrapper {
  background: 0 0
}

#js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2 {
  width: 100%;
  min-height: 52px;
  background: #fff;
  color: #0b1f33;
  font-size: 16px;
  font-family: LatoWeb, sans-serif;
  font-weight: 400;
  padding: 0;
  line-height: 1.2
}

#js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2:active,
#js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2:focus,
#js-show-iframe-wrapper .pos-banner-fluid .pos-banner-btn_2:hover {
  background: #e4ecfd
}

#js-show-iframe-wrapper .bf-110 {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1422px;
  box-sizing: border-box;
  grid-auto-flow: row dense;
  background: #f8b200;
}

#js-show-iframe-wrapper .bf-110__decor {
  background: url(https://pos.gosuslugi.ru/bin/banner-fluid/108/banner-fluid-bg-108-8.svg) center center no-repeat;
  background-size: cover;
  background-color: #f8efec;
  position: relative
}

#js-show-iframe-wrapper .bf-110__content {
  display: flex;
  flex-direction: column;
  padding: 34px 110px 34px 100px;
}

#js-show-iframe-wrapper .bf-110__description {
  display: flex;
  flex-direction: column;
  margin: 0 0 24px 0;
}

#js-show-iframe-wrapper .bf-110__text {
  margin: 0 0px 12px 0;
  font-size: 32px;
  line-height: 1.3;
  font-family: LatoWeb, sans-serif;
  font-weight: 700;
  color: #0b1f33
}

#js-show-iframe-wrapper .bf-110__text_small {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}

#js-show-iframe-wrapper .bf-110__bottom-wrap {
  display: flex;
  flex-direction: row;
  align-items: center
}

#js-show-iframe-wrapper .bf-110__logo-wrap {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  padding: 20px 16px 16px;
  background: #fff;
  border-radius: 0 0 8px 0
}

#js-show-iframe-wrapper .bf-110__logo {
  width: 109px;
  margin-left: 1px
}

#js-show-iframe-wrapper .bf-110__slogan {
  font-family: LatoWeb, sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  color: #005ca9
}

#js-show-iframe-wrapper .bf-110__btn-wrap {
  width: 100%;
  max-width: 118px;
}

@media (max-width: 1200px) {
  #js-show-iframe-wrapper .bf-110__content {
      padding: 20px 60px;
    }
}

@media (max-width: 768px) {
  #js-show-iframe-wrapper .bf-110 {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
  #js-show-iframe-wrapper .bf-110__content {
    padding: 20px 30px;
  }
  #js-show-iframe-wrapper .bf-110__description {
    margin: 0 0 15px 0;
  }
  #js-show-iframe-wrapper .bf-110__text {
    font-size: 20px;
  }
  #js-show-iframe-wrapper .bf-110__text_small {
    font-size: 14px;
  }
}

@media(max-width: 992px) {
  .samples .samples_content {
    padding: 8px 10px;
  }
  .samples .samples_content .samples_description {
    margin-top: auto;
  }

  .samples .samples_content .samples_description {
    font-size: 1.125rem;
    max-height: 9rem;
  }

  .samples .samples_link a {
    font-size: 12px;
  }

  .samples .samples_content .samples_title {
    font-size: 14px;
    opacity: 1;
  }
}

@media (max-width: 1200px) {
  .navbar-mobile {
    display: none;
  }
    .navbar-mobile.active {
      display: block;
    }
}

.swiper-partners .swiper-slide {
  display: flex;
  align-items: center;
}

.partners-info__container .events-content.infinity {
  margin: 0px 100px 0 100px;
}

.partners-info__container .swiper-wrapper {
  height: auto;
  align-items: center;
  padding: 50px 0;
}

.partners-info__container .swiper-footer {
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .footer__item .logo-clients-title {
    margin: 0;
    padding: 0;
  }

  .partners-info__logos {
    padding-bottom: 0;
  }

  .partners-info__logos .logo-clients-title {
    margin-left: -80px;
    padding-top: 20px;
  }

  .swiper-partners {
    overflow: hidden;
  }

  .swiper-partners .swiper-slide {
    height: 150px;
  }
}

#datepicker {
  position: relative;
    z-index: 1000;
}

#datepicker .air-datepicker {
  position: absolute;
  top: 100%;
  left: 0;
}

.breadcrubms {
  margin: auto;
  color: #212529;
}

@media(max-width: 767px) {
  .breadcrubms .breadcrumbs-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.breadcrubms .breadcrumbs-list__item {
  font-size: 16px;
  font-size: 1rem
}

@media(max-width: 767px) {
  .breadcrubms .breadcrumbs-list__item {
    text-align: center
  }

  .breadcrubms .breadcrumbs-list__item:not(:last-child) {
    margin-bottom: 20px
  }

    .main-wrapper__header .margin-wrapper {
      flex-direction: column;
      margin: 0 15px;
    }
}

.breadcrubms .breadcrumbs-list__item a {
  font-family: "Myriad Pro Light";
  line-height: 22px;
  line-height: 1.375rem;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.09em;
  color: #000000
}

.breadcrubms .breadcrumbs-list__item.active a {
  font-family: "Myriad Pro SemiBold"
}

.cards_info img {
  width: auto;
}

.inner-page .header-container .header-active-bg {
  opacity: 1;
}

@media (min-width: 768px) {
  .box.feedbackModal_wrapper {
    max-width: 500px !important;
    overflow: auto;
  }
}

.swiper-arrows > div {
  position: relative;
  padding-bottom: 5px;
  border-bottom: 1px solid black;
  cursor: pointer;
}

.swiper-arrows >div svg {
  width: 12px;
}

.swiper-arrows>div.swiper-button-disabled {
  border: none;
  opacity: 0.5;
}

.main-wrapper__header {
  color: white;
  padding-bottom: 25px;
  padding-top: 110px;
  margin: 0 -100px;
  border-bottom: 1px solid rgba(196, 196, 196, .5);
  text-align: center;
}

.main-wrapper__header .margin-wrapper {
  margin: 0 100px;
}
@media (max-width: 767px) {
    .main-wrapper__header {
        padding-top: 0;
    }
}
.main-wrapper__header .title {
  margin: 0;
  font-size: 1.25rem;
}
.footer_info .content {
  margin: 0;
}

.main-wrapper__header .title {
  line-height: normal;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(196, 196, 196, .5);
  padding-top:110px;
}

@media (max-width: 767px) {
  .main-wrapper__header .title {
    margin: 0 -15px;
  }
}

.tile_img.preload:before {
  content: '';
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-position: center;
  background-image: url('/img/icons/preloader.svg');
  background-color: lightgray;
  background-repeat: no-repeat
}

.tile_img.default img,
.tile_img.rectangle img,
.tile_img.square img,
.tile_img.vertical img,
.tile_img.smallHeight img {
  -o-object-fit: cover;
}

.tile_img.default {
  padding-top: 56.175%
}

.tile_img.smallHeight {
  padding-top: 32%
}

.tile_img.rectangle {
  padding-top: 80%
}

.tile_img.square {
  padding-top: 100%
}

.tile_img.vertical {
  padding-top: 115%
}

.tile_img.error {
  padding-top: 56.25%;
  position: relative
}

.tile_img.error:before {
  content: 'Image not found :(';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/default_img.png');
  background-size: cover;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.tile_img img {
  width: 100%
}

.news-item {
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #C4C4C4
}

.news-item a {
  color: black;
  text-decoration: none
}

.news-item a :hover {
  text-decoration: none
}

.news-item .title {
  line-height: 37px;
  font-size: 24px;
  letter-spacing: 0.05em;
  margin-top: 30px;
  text-transform: uppercase;
  text-align: initial;
}

.news-item .description {
  line-height: 32px;
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-top: 40px;
  font-family: "Myriad Pro Light";
  color: black;
  text-transform: none;
  text-align: initial;
}

.news-item .date {
  line-height: 18px;
  font-size: 15px;
  letter-spacing: 0.05em;
  text-align: left;
  margin-top: 40px
}

.data-container {
  margin-bottom: 166px;
}

.breadcrubms {
  margin: auto
}

@media(max-width: 767px) {
  .breadcrubms .breadcrumbs-list {
    flex-direction: column
  }

    .data-container {
      margin-bottom: 10px;
    }
}

.breadcrubms .breadcrumbs-list__item {
  font-size: 16px;
  font-size: 1rem
}

@media(max-width: 767px) {
  .breadcrubms .breadcrumbs-list__item {
    text-align: center
  }

  .breadcrubms .breadcrumbs-list__item:not(:last-child) {
    margin-bottom: 20px
  }
}

.breadcrubms .breadcrumbs-list__item a {
  font-family: "Myriad Pro Light";
  line-height: 22px;
  line-height: 1.375rem;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.09em;
  color: #000000
}

.breadcrubms .breadcrumbs-list__item.active a {
  font-family: "Myriad Pro SemiBold"
}

#content-container blockquote {
  position: relative;
  border: solid #d8d8d8;
  border-width: 1px 0 1px;
  display: flex;
  align-items: baseline;
  width: 100%;
  padding: 32px 0;
  padding: 2rem 0;
  margin: 32px 0;
  margin: 2rem 0
}

@media(min-width: 992px) {
  #content-container blockquote {
    padding: 3.75rem 0;
    margin: 3.75rem 0
  }
}

#content-container blockquote:before {
  position: absolute;
  top: 38.4px;
  top: 2.4rem;
  left: 0;
  content: '';
  width: 37px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../img/quote.svg')
}

@media(min-width: 767px) {
  #content-container blockquote:before {
    top: 2.5rem
  }
}

@media(min-width: 992px) {
  #content-container blockquote:before {
    top: 4rem
  }
}

#content-container blockquote p {
  font-style: italic;
  margin-left: 64px;
  margin-left: 4rem;
  margin-top: 0;
  position: relative;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.56;
  color: #0e1522;
  quotes: "«" "»" "«" "»"
}

@media(min-width: 767px) {
  #content-container blockquote p {
    font-size: 1.125rem;
    max-width: 72%;
    margin-left: 10%
  }
}

@media(min-width: 992px) {
  #content-container blockquote p {
    font-size: 1.5rem;
    font-weight: 500
  }
}

#content-container blockquote p:first-of-type::before {
  content: open-quote" ";
  margin-right: -4px;
  top: 0;
  left: 0;
  font-weight: 500;
  font-size: 19.2px;
  font-size: 1.2rem
}

@media(min-width: 767px) {
  #content-container blockquote p:first-of-type::before {
    top: -4px;
    left: -1.4rem;
    font-size: 1.4rem
  }
}

@media(min-width: 992px) {
  #content-container blockquote p:first-of-type::before {
    position: absolute;
    left: -1.4rem;
    font-size: 1.8rem
  }
}

#content-container blockquote p:last-of-type {
  margin-bottom: 0px
}

#content-container blockquote p:last-of-type:after {
  content: close-quote;
  font-weight: 500;
  font-size: 19.2px;
  font-size: 1.2rem;
  margin-left: 2px;
  vertical-align: middle
}

@media(min-width: 767px) {
  #content-container blockquote p:last-of-type:after {
    font-size: 1.4rem
  }
}

@media(min-width: 992px) {
  #content-container blockquote p:last-of-type:after {
    font-size: 1.8rem
  }
}

.blockquote-owner {
  right: 0;
  opacity: 0.5;
  line-height: 24px;
  line-height: 1.5rem;
  font-family: "FormularRegular";
  font-size: 14px;
  font-size: 0.875rem;
  margin-left: 64px;
  margin-left: 4rem;
  margin-top: 8px;
  margin-top: 0.5rem;
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6
}

@media(min-width: 767px) {
  .blockquote-owner {
    top: 2rem;
    max-width: 14%;
    position: absolute
  }
}

@media(min-width: 992px) {
  .blockquote-owner {
    top: 4rem
  }
}

blockquote {
  position: relative;
  border: solid #d8d8d8;
  border-width: 1px 0 1px;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  width: 100%;
  padding: 2rem 0;
  margin: 2rem 0
}

@media(min-width: 992px) {
  blockquote {
    padding: 3.75rem 0;
    margin: 3.75rem 0
  }
}

blockquote:before {
  position: absolute;
  top: 38.4px;
  top: 2.4rem;
  left: 0;
  content: '';
  width: 37px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('/img/icons/quote.svg')
}

@media(min-width: 767px) {
  blockquote:before {
    top: 2.5rem
  }
}

@media(min-width: 992px) {
  blockquote:before {
    top: 4rem
  }
}

blockquote p {
  font-style: italic;
  margin-left: 64px;
  margin-left: 4rem;
  margin-top: 0;
  position: relative;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.56;
  color: #0e1522;
  quotes: "«" "»" "«" "»"
}

@media(min-width: 767px) {
  blockquote p {
    font-size: 1.125rem;
    max-width: 72%;
    margin-left: 10%
  }
}

@media(min-width: 992px) {
  blockquote p {
    font-size: 1.5rem;
    font-weight: 500
  }
}

blockquote p:first-of-type::before {
  content: open-quote" ";
  margin-right: -4px;
  top: 0;
  left: 0;
  font-weight: 500;
  font-size: 19.2px;
  font-size: 1.2rem
}

@media(min-width: 767px) {
  blockquote p:first-of-type::before {
    top: -4px;
    left: -1.4rem;
    font-size: 1.4rem
  }
}

@media(min-width: 992px) {
  blockquote p:first-of-type::before {
    position: absolute;
    left: -1.4rem;
    font-size: 1.8rem
  }
}

blockquote p:last-of-type {
  margin-bottom: 0px
}

blockquote p:last-of-type:after {
  content: close-quote;
  font-weight: 500;
  font-size: 19.2px;
  font-size: 1.2rem;
  margin-left: 2px;
  vertical-align: middle
}

@media(min-width: 767px) {
  blockquote p:last-of-type:after {
    font-size: 1.4rem
  }
}

@media(min-width: 992px) {
  blockquote p:last-of-type:after {
    font-size: 1.8rem
  }
}

.feedback-message {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    padding: 17px 15px;
    background: #397D26;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.33;
    letter-spacing: 0.7px;
}

.feedback-message p {
  margin: 0;
  color: #fff;
}

.feedback-message.show {
  display: block;
}

figcaption {
  color: #D8D8D8;
    font-size: 12.8px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0.64px;
}


@media (max-width: 768px) {
  .main-wrapper__header__search {
    margin: 0 -30px;
  }
  .main-wrapper__header__search > *{
      margin: 0;
      padding: 0 65px;
    }
}

.inner-page--exkursii #content-container > h5 {
  color: #212529;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 1.2px;
    margin-bottom: 30px;
}

.inner-page--exkursii #content-container>h5 p {
  color: #424448;
    font-family: "Myriad Pro";
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.9px;
        margin: 5px 0 10px;
}

.inner-page--exkursii #content-container>p {
  color: #424448;
    font-family: "Myriad Pro";
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.9px;
        margin: 5px 0 10px;
}

.inner-page--exkursii #content-container > h5 a {
  color: #007BFF;
    font-family: "Myriad Pro";
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.9px;
    text-decoration: underline;
}

@media (max-width: 768px) {
  .inner-page--exkursii #content-container>h5 {
    font-size: 20px;
  }

  .inner-page--exkursii #content-container>h5 p {
    font-size: 16px;
  }
  
  .inner-page--exkursii #content-container>p {
    font-size: 16px;
  }

  .inner-page--exkursii #content-container>a {
      font-size: 16px;
  }
}

dialog {
  max-width: calc(100% - 30px);
  width: 300px;
  padding: 20px;
  border-radius: 10px;
  background: #FFF;
  border: none;
}

dialog::backdrop {
  background: rgba(0, 0, 0, 0.8);
}

.popup__content {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.8px;
}

.popup__content p {
  margin: 0;
}

.popup__content a {
  color: #569FF7;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.8px;
}

.popup__close {
  all: unset;
  position: fixed;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.tile_img img {
	height: 100%;
}
.swiper-last-new-btn button {
	padding: 0;
	border-radius: 0;
	background: transparent;
	border: none;
}
@media (min-width: 768px) {
  dialog {
    max-width: unset;
    width: 435px;
    padding: 40px;
  }

  .popup__content {
    font-size: 20px;
  }

  .popup__content a {
    font-size: 20px;
  }

  .popup__close {
    top: 30%;
	right: 37%;
  }
}
@media(max-width: 1080px) {
.marque-container,
.impaired-container {
	  padding: 0px 50px!important;
}
}
@media (max-width: 1440px) {
  .tile .tile_time.important_date,
  .tile .tile_date.important_date {
    margin-right: 5px!important;
 
  }
}
@media (max-width: 1024px) {
  .tile .tile_time.important_date,
  .tile .tile_date.important_date {
    margin-right: 20px!important;
  }
}
@media (max-width: 768px) {
  .tile .tile_time.important_date,
  .tile .tile_date.important_date {
    margin-right: 7px!important;
  }
}
@media (max-width: 430px) {
  .tile .tile_time.important_date,
  .tile .tile_date.important_date {
    margin-right: 25px!important;
  }
}