:root {
	--main-primary: #6E72D1;
  --main-secondary: #474BB0;
	--main-black: #000000;
	--main-white: #ffffff;
	--main-gray-bg: #E2E2E2;
	--main-header: #00000099;
  --main-primary-gradient: linear-gradient(114.09deg, #21224A 4.39%, #6569CA 109.47%);
  --main-white-gradient: linear-gradient(110.22deg, #EFEFEF 20.51%, #FFFFFF 92.7%);
  --main-item-bg: #0000004D;
  --main-item-gradient: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  --main-black-light-bg: #2F2F2F;
  --main-black-dark-bg: #101010;
	--fast: 0.2s;
	--slow: 0.4s;
}

* {
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
	font-family: 'e-Ukraine', sans-serif;
}

html {
	scroll-behavior: initial!important;
	margin-top: 0px!important;
}

.x1, .x2, .x3, .x4, .x5, .x6, .x7, .x8 {
	opacity: 0;
	transform: translateX(-120px);
}
.x1 {
	transition: all ease .7s .1s;
}
.x2 {
	transition: all ease .7s .4s;
}
.x3 {
	transition: all ease .7s .7s;
}
.x4 {
	transition: all ease .7s 1s;
}
.x5 {
	transition: all ease .7s 1.3s;
}
.x6 {
	transition: all ease .7s 1.6s;
}
.x7 {
	transition: all ease .7s 1.8s;
}
.x8 {
	transition: all ease .7s 2s;
}
.ready .visible.x1, 
.ready .visible.x2, 
.ready .visible.x3, 
.ready .visible.x4, 
.ready .visible.x5, 
.ready .visible.x6,
.ready .visible.x7, 
.ready .visible.x8 {
	opacity: 1;
	transform: translateX(0px);
}

.y1, .y2, .y3, .y4, .y5, .y6, .y7, .y8 {
	opacity: 0;
	transform: translateY(120px);
}
.y1 {
	transition: all ease .7s .1s;
	transition: opacity 1.2s .1s, transform 1.4s;
}
.y2 {
	transition: all ease .7s .4s;
}
.y3 {
	transition: all ease .7s .7s;
}
.y4 {
	transition: all ease .7s 1s;
}
.y5 {
	transition: all ease .7s 1.3s;
}
.y6 {
	transition: all ease .7s 1.6s;
}
.y7 {
	transition: all ease .7s 1.8s;
}
.y8 {
	transition: all ease .7s 2s;
}
.ready .visible.y1, 
.ready .visible.y2, 
.ready .visible.y3, 
.ready .visible.y4, 
.ready .visible.y5, 
.ready .visible.y6, 
.ready .visible.y7, 
.ready .visible.y8 {
	opacity: 1;
	transform: translateX(0px);
}

body {
	font-size: 16px;
}

body.overflow {
  overflow: hidden;
}

.site#page {
	overflow: clip;
	background-color: #f4f4f4;
}

.container-fluid {
  padding: 0px 30px;
  max-width: 1700px;
}

.container-fluid .row {
  margin-left: -15px;
  margin-right: -15px;
}

.container-fluid .row [class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}

.btn {
  border: none;
  background: var(--main-primary-gradient);
  border-radius: 36px;
  color: var(--main-white);
  font-size: 1em;
  line-height: 120%;
  text-align: center;
  padding: 20px 72px;
  transition: var(--slow);
}

@media screen and (min-width: 576px) {
  .btn:hover,
  .btn:active,
  .btn:focus,
  .btn:focus-visible {
    color: var(--main-white);
    opacity: 0.8;
  }
}

a.btn.white {
  border: 1px solid var(--main-white);
  background: transparent;
}

@media screen and (min-width: 576px) {
  a.btn.white:hover,
  a.btn.white:active,
  a.btn.white:focus,
  a.btn.white:focus-visible {
    background-color: var(--main-white);
    color: var(--main-primary);
    opacity: 1;
  }
}

.body-loader {
  position: fixed;
  z-index: 7777;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--main-primary);
  transition: all 0.5s ease-in-out;
}

.body-loader.hide {
  transform: translateY(-100%);
}

.body-loader .loader-wrap {
  max-width: 60%;
  max-height: 60%;
}

header.header {
  position: sticky;
  z-index: 10;
  left: 0px;
  top: -40px;
  width: 100%;
  transition: var(--fast);
}

header.header.fixed {
  opacity: 0;
  pointer-events: none;
  user-select: none;
}

header.header.fixed.scroll-up {
  opacity: 1;
  pointer-events: all;
  user-select: auto;
}

header.header.menu-open {
  opacity: 1!important;
  pointer-events: all!important;
  user-select: auto!important;
}

header.header .top-line {
  background-color: rgba(0, 0, 0, 1);
  min-height: 40px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

a.btn.btn-login {
  padding: 15px 30px;
  margin-left: 10px;
}

header.header .top-line .top-line-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

header.header .top-line .top-line-wrap span {
  font-size: 1em;
  color: var(--main-white);
  line-height: 120%;
  font-weight: 300;
  text-align: center;
}

button#quizNext:after {
  content: "";
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="10" viewBox="0 0 6 10" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 0L6 5.00001L0 10V0Z" fill="white"/></svg>');
  width: 6px;
  height: 10px;
  display: block;
  margin-left: 10px;
}

button#quizNext {
  display: flex;
  align-items: center;
}

header.header .header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 50px 30px;
  min-height: 90px;
  transition: var(--fast);
  position: relative;
  z-index: 10;
}

header.header .header-wrap::before {
  position: absolute;
  z-index: -1;
  content: '';
  left: -100%;
  top: 0px;
  right: -100%;
  bottom: 0px;
  background-color: transparent;
  transition: var(--fast);
  user-select: none;
  pointer-events: none;
}

header.header.fixed .header-wrap {
  padding: 15px 50px;
}

.main_slider_wrapper .caption-wrap {
  padding-left: 50px;
}

header.header.menu-open .header-wrap::before {
  background-color: transparent!important;
}

header.header .header-wrap a.logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--main-white);
  position: relative;
  z-index: 2;
  margin-right: 30px;
}

header.header .header-wrap a.logo img {
  min-width: 60px;
  height: 60px;
  margin-right: 16px;
  max-width: 180px;
}

header.header .header-wrap a.logo span {
  font-size: 1em;
  max-width: 140px;
  font-weight: 200;
  line-height: 120%;
}

header.header .header-wrap .header-menu {
  margin-left: auto;
	margin-right: auto;
}

header.header .header-wrap .menu {
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: flex;
	align-items: center;
}

header.header .header-wrap .menu > li {
	margin: 0px 26px;
}

header.header .header-wrap .menu > li::after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	height: 100%;
	width: 100%;
	opacity: 0;
	pointer-events: none;
	user-select: none;
}

@media screen and (min-width: 576px) {
	header.header .header-wrap .menu > li:hover::after,
  header.header .header-wrap .menu > li:has(a:active)::after,
  header.header .header-wrap .menu > li:has(a:focus)::after,
  header.header .header-wrap .menu > li:has(a:focus-visible)::after {
		pointer-events: all;
		user-select: auto;
	}
}

header.header .header-wrap .menu > li > a {
	text-decoration: none;
	color: var(--main-white);
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	font-size: 1em;
  font-weight: 300;
}

header.header .header-wrap .menu > li:has(ul.sub-menu) > a::after {
	content: '';
	width: 16px;
	height: 10px;
	margin-left: 8px;
	background-image: url(../img/menu-dropdown.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

header.header .header-wrap .menu > li > a > span {
	position: relative;
}

header.header .header-wrap .menu > li > a > span::after {
	content: '';
	position: absolute;
	left: 0px;
	bottom: -6px;
	height: 3px;
	width: 100%;
	background-color: transparent;
  transition: var(--slow);
}

header.header .header-wrap .menu > li.current-menu-item > a > span::after {
  background-color: var(--main-primary);
}

@media screen and (min-width: 576px) {
	header.header .header-wrap .menu > li:hover > a > span::after,
  header.header .header-wrap .menu > li:has(a:active) > a > span::after,
  header.header .header-wrap .menu > li:has(a:focus) > a > span::after,
  header.header .header-wrap .menu > li:has(a:focus-visible) > a > span::after {
		background-color: var(--main-primary);
	}
}

header.header .header-wrap .menu > li > .sub-menu {
	position: absolute;
	top: 100%;
	padding: 12px 24px;
	list-style: none;
	background-color: var(--main-header);
	opacity: 0;
	pointer-events: none;
	user-select: none;
	transition: var(--slow);
}

@media screen and (min-width: 576px) {
	header.header .header-wrap .menu > li:hover > .sub-menu,
  header.header .header-wrap .menu > li:has(a:active) > .sub-menu,
  header.header .header-wrap .menu > li:has(a:focus) > .sub-menu,
  header.header .header-wrap .menu > li:has(a:focus-visible) > .sub-menu {
		opacity: 1;
		pointer-events: all;
		user-select: auto;
	}
}

header.header .header-wrap .menu > li > .sub-menu > li {
	display: flex;
}

header.header .header-wrap .menu > li > .sub-menu > li:not(:first-child) {
	margin-top: 6px;
}

header.header .header-wrap .menu > li > .sub-menu > li > a {
	text-decoration: none;
	color: var(--main-white);
	font-size: 0.875em;
  font-weight: 300;
}

header.header .header-wrap form {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}

header.header .header-wrap form .search-wrap {
  display: flex;
  align-items: center;
}

header.header .header-wrap form .search-wrap input {
  border: none;
  background-color: transparent;
  color: var(--main-white);
  outline: none;
  font-size: 1em;
  line-height: 120%;
  font-weight: 300;
  height: 32px;
  width: 130px;
  background-image: url(../img/search-icon.svg);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 32px 32px;
  padding-right: 40px;
}

header.header .header-wrap form .search-wrap input::placeholder {
  color: var(--main-white);
}

input[type="search"]::-ms-clear,
input[type="search"]::-ms-reveal {
  display: none;
  width : 0;
  height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

header.header .header-wrap .accessibility {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--main-white);
  position: relative;
  z-index: 2;
  margin-left: auto;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 100%;
  min-height: 50px;
  margin-right: 10px;
  justify-content: center;
  width: 50px;
}

header.header .header-wrap .accessibility img {
  width: 34px;
  min-width: 34px;
  height: 34px;
}

header.header .header-wrap .accessibility span {
  font-size: 1em;
  max-width: 140px;
  font-weight: 200;
  line-height: 120%;
}

header.header .header-wrap .lang-btn {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--main-black);
  position: relative;
  z-index: 2;
  cursor: pointer;
  padding: 14px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.4);
  min-height: 50px;
  transition: var(--slow);
}

header.header .header-wrap .lang-btn span {
  font-size: 1em;
  font-weight: 300;
  color: var(--main-black);
  line-height: 125%;
  text-transform: uppercase;
}

nav.main_inner-menu.home_menu ul li a span {
  color: #fff;
}

header.header.fixed nav.main_inner-menu.home_menu ul li a span {
  color: #101010;
}

a.transparent-btn {
  background: transparent;
  border-radius: 36px;
  color: var(--main-white);
  font-size: 1em;
  line-height: 120%;
  text-align: center;
  padding: 20px 42px;
  transition: var(--slow);
  display: inline-block;
  margin-top: 50px;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 1);
}

a.transparent-btn:hover {
  background: #fff;
  color: #101010;
}

@media screen and (min-width: 576px) {
  header.header .header-wrap .lang-btn:hover,
  header.header .header-wrap .lang-btn:active,
  header.header .header-wrap .lang-btn:focus,
  header.header .header-wrap .lang-btn:focus-visible {
    background-color: var(--main-white);
  }
}

header.header .header-wrap .search-btn {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--main-black);
  position: relative;
  z-index: 2;
  margin-left: 10px;
  cursor: pointer;
  padding: 14px 15px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.4);
  min-height: 50px;
  transition: var(--slow);
  margin-left: auto;
}

header.header .header-wrap .search-btn img {
  width: 22px;
  min-width: 22px;
  height: 22px;
  object-fit: contain;
}

header.header .header-wrap .search-btn span {
  font-size: 1em;
  font-weight: 300;
  color: var(--main-black);
  line-height: 125%;
  text-transform: uppercase;
}

@media screen and (min-width: 576px) {
  header.header .header-wrap .search-btn:hover,
  header.header .header-wrap .search-btn:active,
  header.header .header-wrap .search-btn:focus,
  header.header .header-wrap .search-btn:focus-visible {
    background-color: var(--main-white);
  }
}

header.header .header-wrap .menu-btn {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: var(--main-black);
  position: relative;
  z-index: 2;
  margin-left: 10px;
  cursor: pointer;
  padding: 15px 15px;
  border-radius: 50px;
  background-color: #000;
  min-height: 50px;
  transition: var(--slow);
}

header.header .header-wrap .menu-btn img {
  width: 22px;
  min-width: 22px;
  height: 22px;
  object-fit: contain;
}

header.header .header-wrap .menu-btn img.close-icon {
  display: none;
}

header.header.menu-open .header-wrap .menu-btn img.open-icon {
  display: none;
}

header.header.menu-open .header-wrap .menu-btn img.close-icon {
  display: block;
}

header.header .header-wrap .menu-btn span {
  font-size: 1em;
  font-weight: 300;
  color: var(--main-black);
  line-height: 125%;
  text-transform: uppercase;
}

@media screen and (min-width: 576px) {
  header.header .header-wrap .menu-btn:hover,
  header.header .header-wrap .menu-btn:active,
  header.header .header-wrap .menu-btn:focus,
  header.header .header-wrap .menu-btn:focus-visible {
    background-color: #000;
  }
}

section.main {
  z-index: 1;
  top: 0px;
  display: flex;
  min-height: calc(100vh - 102px);
  background-color: var(--main-black);
}

@media screen and (min-width: 2000px) {
  section.main {
    min-height: 70vh;
  }
}

section.main .slick-list .slick-track {
  display: flex;
  height: 100%;
}

section.main .slick-list .slick-track .slick-slide {
  height: auto;
}

section.main .slick-list .slick-track .slick-slide > div {
  height: 100%;
}

section.main .slick-list .slick-track .slick-slide > div .main-item {
  height: 100%;
}

section.main .slick-list .slick-track .slick-slide > div .main-item .caption {
  height: 100%;
}

section.main .slick-list .slick-track .slick-slide > div .main-item .caption .container-fluid {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0px 80px;
}

section.main.slick-slider .slick-arrow {
  position: absolute;
  z-index: 2;
  top: 0px;
  width: 50%;
  height: calc(100% - 225px);
  background: transparent;
  border: none;
  color: transparent;
  font-size: 0;
  display: none;
}

section.main .main-item {
  display: flex;
  flex-direction: column;
  position: relative;
}

section.main .main-item .thumbnail {
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

section.main .main-item .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.main .main-item .thumbnail::after {
  position: absolute;
  z-index: 2;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  /* background: var(--main-item-gradient); */
  background-color: var(--main-item-bg);
}

section.main .main-item .caption {
  position: relative;
  z-index: 3;
  padding-top: 130px;
}

section.main .main-item .caption .caption-wrap {
  padding-top: 80px;
  padding-bottom: 30px;
  max-width: 40%;
  color: var(--main-white);
}

.main_slider_wrapper .caption-wrap h1 {
  max-width: 570px;
  font-size: 4em;
  font-weight: 400;
  margin-bottom: 0px;
  font-family: 'e-UkraineHead';
}

.main_slider_wrapper .caption-wrap h1 span {
  font-family: 'e-UkraineHead';
}

.main_slider_wrapper .caption-wrap h1 {
  position: relative;
  color: #fff;
}

.main_slider_wrapper .caption-wrap h1 span {
  color: var(--main-primary);
}

.main_slider_wrapper .caption-wrap h1 u::after {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  height: 4px;
  width: 100%;
  background-color: var(--main-primary);
}

section.main .main-item .caption .caption-wrap p {
  font-size: 1em;
  font-weight: 300;
  line-height: 160%;
  max-width: 500px;
  margin-bottom: 0px;
}

section.main .main-item .caption .footer-panel {
  padding-top: 30px;
  padding-bottom: 65px;
  max-height: 225px;
  display: flex;
  align-items: flex-end;
  margin-top: auto;
}

section.main .main-item .caption .footer-panel .scroll-down-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  min-width: 130px;
  height: 130px;
  border: 2px solid var(--main-white);
  border-radius: 100%;
  cursor: pointer;
}

section.main .main-item .caption .footer-panel .scroll-down-btn img {
  max-height: 53%;
}

section.main .main-item .caption .footer-panel .scroll-down-btn span {
  font-size: 0px;
  display: none;
}

section.main .main-item .caption .footer-panel .title {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: var(--main-white);
  font-weight: 300;
  font-size: 1em;
  line-height: 120%;
  max-width: 235px;
}

section.main .main-item .caption .footer-panel .title span {
  text-align: right;
}

section.main .main-item .caption .footer-panel .title a.link {
  color: var(--main-primary);
  text-decoration: none;
}

@media screen and (min-width: 576px) {
  section.main .main-item .caption .footer-panel .title a.link:hover,
  section.main .main-item .caption .footer-panel .title a.link:active,
  section.main .main-item .caption .footer-panel .title a.link:focus,
  section.main .main-item .caption .footer-panel .title a.link:focus-visible {
    text-decoration: underline;
  }
}

.gray-main-bg {
  position: relative;
  z-index: 3;
  top: 0px;
  padding: 0px 0px 25px;
  background-color: var(--main-gray-bg);
}

.gray-main-bg.first-gray {
  padding-top: 25px;
}

section.category {
  /* position: sticky; */
  z-index: 1;
  top: 0px;
  padding: 36px 50px;
  background-color: var(--main-white);
  margin-bottom: 8px;
  border-radius: 40px;
}

/* section.category::before {
  content: '';
  position: absolute;
  z-index: -2;
  left: -1px;
  top: calc(100% - 40px);
  width: calc(100% + 2px);
  height: 80px;
  background-color: var(--main-gray-bg);
}

section.category::after {
  content: '';
  position: absolute;
  z-index: -2;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 41px;
  background-color: var(--main-white);
  border-radius: 0px 0px 40px 40px;
  user-select: none;
  pointer-events: none;
} */

section.category .title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
}

h2.section-title {
  font-size: 2.5em;
  line-height: 120%;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--main-black);
  margin-bottom: 0px;
  text-transform: uppercase;
}

h2.section-title span {
  color: var(--main-primary);
  /* background: var(--main-primary-gradient);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent; */
}

h2.section-title u {
  text-decoration: none;
  position: relative;
}

h2.section-title u::after {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  height: 4px;
  width: 100%;
  background-color: var(--main-primary);
}

.title-wrap .slider-arrows {
  display: flex;
  align-items: center;
}

.title-wrap .slider-arrows .slick-arrow {
  background: transparent;
  border: none;
  color: transparent;
  font-size: 0;
  border-radius: 100%;
  width: 70px;
  min-width: 70px;
  height: 70px;
  border: 2px solid var(--main-secondary);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 54% 36%;
}

.title-wrap .slider-arrows .slick-arrow.slick-prev {
  background-image: url(../img/button-arrow-left-primary.svg);
  margin-right: 15px;
}

.title-wrap .slider-arrows .slick-arrow.slick-next {
  background-image: url(../img/button-arrow-right-primary.svg);
}

.title-wrap .slider-arrows .slick-arrow.slick-prev.slick-disabled {
  background-image: url(../img/button-arrow-left-gray.svg);
  pointer-events: none;
  user-select: none;
  border-color: #d1d1d1;
}

.title-wrap .slider-arrows .slick-arrow.slick-next.slick-disabled {
  background-image: url(../img/button-arrow-right-gray.svg);
  pointer-events: none;
  user-select: none;
  border-color: #d1d1d1;
}

section.category .category-slider {
  margin: -15px -20px 0px;
}

section.category .category-slider .category-item {
  padding: 15px 20px;
}

.category-item {
  display: flex;
  transition: var(--slow);
}

.category-item .item-link {
  display: flex;
  flex-direction: column;
  position: relative;
  text-decoration: none;
  border: 0px solid transparent;
  transition: var(--slow);
  border-radius: 16px;
}

.category-item .item-link::after {
  position: absolute;
  z-index: 1;
  content: '';
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  background-image: var(--main-primary-gradient);
  border-radius: 16px;
  overflow: hidden;
  transition: var(--slow);
}

@media screen and (min-width: 576px) {
  .category-item .item-link:hover::after,
  .category-item .item-link:active::after,
  .category-item .item-link:focus::after,
  .category-item .item-link:focus-visible::after {
    left: -15px;
    right: -15px;
    top: -15px;
    bottom: -15px;
  }
}

.category-item .item-link .thumbnail {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 70%;
  border-radius: 16px;
  overflow: hidden;
}

.category-item .item-link .thumbnail img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-item .item-link .caption {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: var(--main-item-bg);
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  overflow: hidden;
}

.category-item .item-link .caption p.h3 {
  font-size: 1.875em;
  line-height: 120%;
  font-weight: 400;
  color: var(--main-white);
  text-align: center;
  margin-bottom: 10px;
}

.category-item .item-link .caption p.desc {
  font-size: 1em;
  line-height: 120%;
  font-weight: 200;
  color: var(--main-white);
  text-align: center;
  margin-bottom: 0px;
}

section.category .btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}

html {
  scroll-behavior: smooth !important;
}

.exhibits-tab-item {
  width: calc(25% - 20px);
  margin-right: 30px;
  color: #fff;
  font-size: 16px;
  padding-bottom: 15px;
  cursor: pointer;
}

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

.tab-exhibits-slider {
  display: flex;
  flex-wrap: wrap;
}

.exhibits-tab-item.active {
  border-bottom: 3px solid rgba(80, 83, 162, 1);
}

section.quiz {
  position: relative;
  z-index: 1;
  top: 0px;
  padding: 60px 50px;
  background-color: var(--main-primary);
  margin-bottom: 8px;
  border-radius: 40px;
}

section.quiz .background {
  position: absolute;
  z-index: -1;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  user-select: none;
  pointer-events: none;
}

section.quiz .background img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right;
}

section.quiz::before {
  content: '';
  position: absolute;
  z-index: -2;
  left: -1px;
  top: calc(100% - 40px);
  width: calc(100% + 2px);
  height: 80px;
  background-color: var(--main-gray-bg);
}

section.quiz::after {
  content: '';
  position: absolute;
  z-index: -2;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 41px;
  background-color: var(--main-primary);
  border-radius: 0px 0px 40px 40px;
  user-select: none;
  pointer-events: none;
}

section.quiz .title-uppertitle {
  font-size: 1.25em;
  line-height: 120%;
  font-weight: 300;
  color: var(--main-white);
  margin-bottom: 26px;
  text-decoration: none;
}

.quiz-home .quiz_inner-wrapper {
  margin-top: 0;
}

section.quiz .quiz-wrap {
  display: flex;
}

section.quiz .quiz-wrap .quiz-desc {
  width: calc(100% / 2);
  padding-right: 60px;
}

section.quiz .quiz-wrap .quiz-desc h2.section-title {
  color: var(--main-white);
  margin-bottom: 26px;
}

section.quiz .quiz-wrap .quiz-desc .quiz-context-mobile {
  display: none;
}

section.quiz .quiz-wrap .quiz-desc .title-undertitle {
  font-size: 1em;
  line-height: 120%;
  font-weight: 300;
  color: var(--main-white);
  margin-bottom: 42px;
}

section.quiz .quiz-wrap .quiz-desc .quiz-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

section.quiz .quiz-wrap .quiz-desc .quiz-form p.h3 {
  font-size: 1.5em;
  line-height: 120%;
  font-weight: 400;
  color: var(--main-white);
  margin-bottom: 26px;
}

section.quiz .quiz-wrap .quiz-desc .quiz-form .answers-list {
  display: flex;
  flex-wrap: wrap;
  margin: -15px -15px 0px;
  counter-reset: answer-counter;
}

section.quiz .quiz-wrap .quiz-desc .quiz-form .answers-list .answer {
  width: calc(100% / 2);
  padding: 15px;
  position: relative;
  display: flex;
  counter-increment: answer-counter;
  pointer-events: none;
  user-select: none;
}

section.quiz .quiz-wrap .quiz-desc .quiz-form .answers-list .answer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

section.quiz .quiz-wrap .quiz-desc .quiz-form .answers-list .answer .checkmark {
  border: 1px solid var(--main-white);
  border-radius: 20px;
  padding: 14px;
  display: flex;
  align-items: center;
  color: var(--main-white);
  font-size: 1.25em;
  line-height: 120%;
  font-weight: 400;
  width: 100%;
  cursor: pointer;
  transition: var(--fast);
  pointer-events: all;
  user-select: auto;
}

section.quiz .quiz-wrap .quiz-desc .quiz-form .answers-list .answer .checkmark::before {
  content: counter(answer-counter);
  width: 50px;
  min-width: 50px;
  height: 50px;
  margin-right: 20px;
  background-color: #383973;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--main-white);
}

@media screen and (min-width: 576px) {
  section.quiz .quiz-wrap .quiz-desc .quiz-form .answers-list .answer .checkmark:hover,
  section.quiz .quiz-wrap .quiz-desc .quiz-form .answers-list .answer .checkmark:active,
  section.quiz .quiz-wrap .quiz-desc .quiz-form .answers-list .answer .checkmark:focus,
  section.quiz .quiz-wrap .quiz-desc .quiz-form .answers-list .answer .checkmark:focus-visible {
    background-color: var(--main-item-bg);
  }
}

section.quiz .quiz-wrap .quiz-desc .quiz-form .answers-list .answer input:checked~.checkmark {
  background-color: var(--main-white);
  color: #383973;
}

section.quiz .quiz-wrap .quiz-desc .quiz-form button.quiz-button {
  border: none;
  background: var(--main-primary-gradient);
  border-radius: 36px;
  color: var(--main-white);
  font-size: 1em;
  line-height: 120%;
  text-align: center;
  padding: 20px 82px;
  transition: var(--slow);
  margin-top: 15px;
}

@media screen and (min-width: 576px) {
  section.quiz .quiz-wrap .quiz-desc .quiz-form button.quiz-button:hover,
  section.quiz .quiz-wrap .quiz-desc .quiz-form button.quiz-button:active,
  section.quiz .quiz-wrap .quiz-desc .quiz-form button.quiz-button:focus,
  section.quiz .quiz-wrap .quiz-desc .quiz-form button.quiz-button:focus-visible {
    color: var(--main-white);
    opacity: 0.8;
  }
}

section.quiz .quiz-wrap .quiz-context {
  width: calc(100% / 2);
  padding-left: 60px;
}

section.quiz .quiz-wrap .quiz-context .thumbnail {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}

section.quiz .quiz-wrap .quiz-context .thumbnail img {
  width: 100%;
}

section.quiz .quiz-wrap .quiz-context .thumbnail-undertitle {
  font-size: 1.25em;
  line-height: 120%;
  font-weight: 300;
  color: var(--main-white);
  margin-top: 12px;
}

section.history {
  position: relative;
  z-index: 1;
  top: 0px;
  padding: 35px 50px;
  background-color: var(--main-white);
  margin-bottom: 8px;
  border-radius: 40px;
}

section.history::before {
  content: '';
  position: absolute;
  z-index: -2;
  left: -1px;
  top: calc(100% - 40px);
  width: calc(100% + 2px);
  height: 80px;
  background-color: var(--main-gray-bg);
}

section.history::after {
  content: '';
  position: absolute;
  z-index: -2;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 41px;
  background-color: var(--main-white);
  border-radius: 0px 0px 40px 40px;
  user-select: none;
  pointer-events: none;
}

section.history .title-wrap {
  margin-bottom: 26px;
}

section.history .history-wrap {
  display: flex;
  flex-direction: column;
}

section.history .history-wrap .history-top {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

section.history .history-wrap .history-top .history-years-slider {
  display: flex;
  align-items: center;
  margin: 0px -10px;
}

section.history .history-wrap .history-top .history-years-slider .slick-arrow {
  border: none;
  background: transparent;
  font-size: 0;
  color: transparent;
  width: 50px;
  min-width: 50px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20% 40%;
  border-radius: 100%;
}

section.history .history-wrap .history-top .history-years-slider .slick-arrow.slick-prev {
  background-position: center left 45%;
  background-image: url(../img/arrow-left-primary.svg);
  margin-right: 30px;
}

section.history .history-wrap .history-top .history-years-slider .slick-arrow.slick-next {
  background-position: center right 45%;
  background-image: url(../img/arrow-right-primary.svg);
  margin-left: 30px;
}

section.history .history-wrap .history-top .history-years-slider .slick-list {
  width: 100%;
}

section.history .history-wrap .history-top .history-years-slider .slick-slide {
  user-select: none;
  pointer-events: none;
}

section.history .history-wrap .history-top .history-years-slider .history-year {
  display: flex!important;
  align-items: center;
  justify-content: center;
}

section.history .history-wrap .history-top .history-years-slider .history-year span {
  font-size: 1.5em;
  color: var(--main-black);
  line-height: 120%;
  font-weight: 400;
  text-align: center;
  position: relative;
  cursor: pointer;
  user-select: auto;
  pointer-events: all;
}

section.history .history-wrap .history-top .history-years-slider .history-year span::after {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  height: 3px;
  width: 100%;
  background-color: transparent;
  transition: var(--slow);
}

section.history .history-wrap .history-top .history-years-slider .slick-current .history-year span::after {
  background-color: var(--main-black);
}

@media screen and (min-width: 576px) {
  section.history .history-wrap .history-top .history-years-slider .history-year span:hover::after,
  section.history .history-wrap .history-top .history-years-slider .history-year span:active::after,
  section.history .history-wrap .history-top .history-years-slider .history-year span:focus::after,
  section.history .history-wrap .history-top .history-years-slider .history-year span:focus-visible::after {
    background-color: var(--main-black);
  }
}

section.history .history-wrap .history-top .history-years-range {
  height: 12px;
  width: calc(100% - 70px);
  background-color: transparent;
  position: relative;
  margin-top: 20px;
  margin-left: 35px;
  margin-right: 35px;
  user-select: none;
  pointer-events: none;
}

section.history .history-wrap .history-top .history-years-range::after {
  position: absolute;
  content: '';
  left: -35px;
  right: -35px;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  background-color: var(--main-black);
}

section.history .history-wrap .history-top .history-years-range .ui-slider-handle {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 12px;
  width: 70px;
  border-radius: 20px;
  background-color: var(--main-black);
  transition: var(--slow);
}

section.history .history-wrap .history-objects-slider {
  margin: -15px -15px 0px;
}

section.history .history-wrap .history-objects-slider .history-object-wrap {
 display: flex!important;
 flex-wrap: wrap;
 justify-content: space-between;
}

section.history .history-wrap .history-objects-slider .history-object-wrap .object-item {
  padding: 15px;
}

.object-item.w-15 {
  width: 15%;
}

.object-item.w-20 {
  width: 20%;
}

.object-item.w-25 {
  width: 25%;
}

.object-item.w-35 {
  width: 35%;
}

.object-item .item-link {
  position: relative;
}

.object-item .item-link::after {
  position: absolute;
  content: '';
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  background-image: var(--main-primary-gradient);
  border-radius: 16px;
  overflow: hidden;
  transition: var(--slow);
}

@media screen and (min-width: 576px) {
  .object-item .item-link:hover::after,
  .object-item .item-link:active::after,
  .object-item .item-link:focus::after,
  .object-item .item-link:focus-visible::after {
    left: -15px;
    top: -15px;
    right: -15px;
    bottom: -15px;
  }
}

.object-item .item-link .thumbnail {
  height: 220px;
}

.object-item .item-link .thumbnail {
  width: 100%;
  position: relative;
  z-index: 2;
  border-radius: 16px;
  overflow: hidden;
}

.object-item .item-link .thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

section.history .btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}

section.banner {
  position: sticky;
  z-index: 3;
  top: 0px;
}

section.banner .thumbnail {
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

section.banner .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section.banner .thumbnail::after {
  position: absolute;
  z-index: 2;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: var(--main-item-bg);
}

section.banner .container-fluid {
  position: relative;
  z-index: 2;
}

section.banner .caption {
  padding: 80px 0px;
  max-width: 50%;
}

section.banner .caption h2.section-title {
  color: var(--main-white);
  margin-bottom: 30px;
  max-width: 580px;
}

section.exhibits {
  position: relative;
  z-index: 1;
  top: 0px;
  padding: 36px 50px;
  background-color: var(--main-black-light-bg);
  margin-bottom: 8px;
  border-radius: 40px;
}

section.exhibits .background {
  position: absolute;
  z-index: -1;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  user-select: none;
  pointer-events: none;
}

section.exhibits .background img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right;
}

section.exhibits::before {
  content: '';
  position: absolute;
  z-index: -2;
  left: -1px;
  top: calc(100% - 40px);
  width: calc(100% + 2px);
  height: 80px;
  background-color: var(--main-gray-bg);
}

section.exhibits::after {
  content: '';
  position: absolute;
  z-index: -2;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 41px;
  background-color: var(--main-black-light-bg);
  border-radius: 0px 0px 40px 40px;
  user-select: none;
  pointer-events: none;
}

section.exhibits .title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

section.exhibits .title-wrap h2.section-title {
  color: var(--main-white);
}

section.exhibits .title-wrap .slider-arrows .slick-arrow.slick-prev {
  background-image: url(../img/button-arrow-left-white.svg);
  border-color: var(--main-white);
}

section.exhibits .title-wrap .slider-arrows .slick-arrow.slick-next {
  background-image: url(../img/button-arrow-right-white.svg);
  border-color: var(--main-white);
}

section.exhibits .title-wrap .slider-arrows .slick-arrow.slick-prev.slick-disabled,
section.exhibits .title-wrap .slider-arrows .slick-arrow.slick-next.slick-disabled {
  opacity: 0.5;
}

section.exhibits .title-undertitle {
  font-size: 1em;
  line-height: 120%;
  font-weight: 200;
  color: var(--main-white);
  margin-bottom: 30px;
}

section.exhibits .exhibits-slider {
  margin: -15px -15px 0px;
}

section.exhibits .exhibits-slider .slick-list .slick-slide > div {
  display: flex;
}

section.exhibits .exhibits-slider .exhibit-item {
  padding: 15px;
}

.exhibit-item .item-link {
  display: flex;
  flex-direction: column;
  position: relative;
}

.exhibit-item .item-link::after {
  position: absolute;
  content: '';
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  background: var(--main-white-gradient);
  border-radius: 16px;
  overflow: hidden;
  transition: var(--slow);
}

@media screen and (min-width: 576px) {
  .exhibit-item .item-link:hover::after,
  .exhibit-item .item-link:active::after,
  .exhibit-item .item-link:focus::after,
  .exhibit-item .item-link:focus-visible::after {
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
  }
}

.exhibit-item .item-link .thumbnail {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 135%;
  border-radius: 16px;
  overflow: hidden;
}

.exhibit-item .item-link .thumbnail img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.exhibit-item .item-link .caption {
  position: absolute;
  z-index: 3;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: var(--main-item-gradient);
  background-color: var(--main-item-bg);
  padding: 20px 25px;
  border-radius: 16px;
  overflow: hidden;
  color: var(--main-white);
}

.exhibit-item .item-link .caption span.author {
  font-size: 1em;
  line-height: 120%;
  font-weight: 300;
  margin-bottom: auto;
}

.exhibit-item .item-link .caption p.h3 {
  font-size: 1.875em;
  line-height: 120%;
  font-weight: 400;
  margin-bottom: 12px;
}

.exhibit-item .item-link .caption span.year {
  font-size: 1em;
  line-height: 120%;
  font-weight: 300;
}

section.exhibits .btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}

section.authors {
  position: relative;
  z-index: 1;
  top: 0px;
  padding: 36px 50px;
  background-color: var(--main-white);
  border-radius: 40px;
  display: flex;
  align-items: flex-start;
}

section.authors .authors-desc {
  width: calc(100% / 2);
  padding-right: 105px;
  position: sticky;
  top: 36px;
}

section.authors .authors-desc .title-uppertitle {
  font-size: 1.25em;
  line-height: 120%;
  font-weight: 400;
  color: var(--main-black);
  margin-bottom: 26px;
}

section.authors .authors-desc h2.section-title {
  margin-bottom: 26px;
}

section.authors .authors-desc p {
  font-size: 1em;
  line-height: 160%;
  font-weight: 400;
  color: var(--main-black);
}

section.authors .authors-desc a.btn {
  margin-top: 16px;
}

section.authors .authors-list {
  width: calc(100% / 2 + 30px);
  padding-left: 15px;
  display: flex;
  flex-wrap: wrap;
  margin: 0px -15px;
}

section.authors .authors-list .authors-item {
  width: calc(100% / 2);
  padding: 15px;
}

section.authors .authors-list .authors-item:nth-child(2) {
  margin-top: 20%;
}

section.authors .authors-list .authors-item:nth-child(2n + 3) {
  margin-top: -20%;
}

.authors-item .item-link {
  display: flex;
  flex-direction: column;
  position: relative;
}

.authors-item .item-link::after {
  position: absolute;
  content: '';
  left: 1px;
  top: 1px;
  right: 1px;
  bottom: 1px;
  background: var(--main-primary-gradient);
  border-radius: 16px;
  overflow: hidden;
  transition: var(--slow);
}

@media screen and (min-width: 576px) {
  .authors-item .item-link:hover::after, 
  .authors-item .item-link:active::after, 
  .authors-item .item-link:focus::after, 
  .authors-item .item-link:focus-visible::after {
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
  }
}

.authors-item .item-link .thumbnail {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 100%;
  border-radius: 16px;
  overflow: hidden;
}

.authors-item .item-link .thumbnail img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}



section.authors .btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

section.learn-art {
  padding: 36px 50px;
  background-color: var(--main-white);
  border-radius: 40px;
}

section.learn-art .title-wrap {
  margin-bottom: 60px;
}

section.learn-art .title-wrap h2.section-title {
  display: flex;
  align-items: center;
}

section.learn-art .title-wrap h2.section-title::after {
  content: '';
  width: 165px;
  height: 54px;
  background-image: url(../img/mkin-logo-black.svg);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 28px;
  margin-top: -16px;
}

section.learn-art .arts-list {
  display: flex;
  margin: 0px -35px;
  flex-wrap: wrap;
}

section.learn-art .arts-list .arts-item {
  width: calc(100% / 3);
  padding: 0px 15px;
}

.arts-item {
  display: flex;
}

.arts-item .item-link {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 30px 0px;
  transition: all .3s ease-in-out;
  border-top: 1px solid #e6ebe6;
  margin: 0px 20px;
}

.arts-item .item-link:hover .desc {
  opacity: .5;
}

.arts-item .item-link .desc {
  transition: all .3s ease-in-out;
}

.arts-item .item-link::before {
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  width: 0;
  height: 1px;
  background-color: #a2a2a2;
  transition: all .3s ease-in-out;
}

a.item-link:hover::before {
  width: 100%;
}

.arts-item .item-link .thumbnail {
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.arts-item .item-link .thumbnail img {
  width: 93px;
  height: 92px;
  object-fit: contain;
  object-position: center left;
}

.arts-item .item-link .thumbnail::after {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 93px;
  height: 92px;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
  transition: var(--fast);
  opacity: 0;
}

.arts-item .item-link .thumbnail:has(img[src*="arts-img1"])::after {
  background-image: url(../img/arts-img1-hover.svg);
}

.arts-item .item-link .thumbnail:has(img[src*="arts-img2"])::after {
  background-image: url(../img/arts-img2-hover.svg);
}

.arts-item .item-link .thumbnail:has(img[src*="arts-img3"])::after {
  background-image: url(../img/arts-img3-hover.svg);
}

.arts-item .item-link .thumbnail:has(img[src*="arts-img4"])::after {
  background-image: url(../img/arts-img4-hover.svg);
}

.arts-item .item-link .caption {
  display: flex;
  flex-direction: column;
}

.arts-item .item-link .caption p.h3 {
  font-size: 1.5em;
  line-height: 120%;
  font-weight: 400;
  color: var(--main-black);
  margin-bottom: 18px;
  transition: var(--fast);
}

.arts-item .item-link .caption p.desc {
  font-size: 1em;
  line-height: 160%;
  font-weight: 400;
  color: var(--main-black);
  margin-bottom: 0px;
  transition: var(--fast);
}

@media screen and (min-width: 576px) {
  /* .arts-item .item-link:hover, 
  .arts-item .item-link:active, 
  .arts-item .item-link:focus, 
  .arts-item .item-link:focus-visible {
    background-color: var(--main-primary);
  } */

  /* .arts-item .item-link:hover::before, 
  .arts-item .item-link:active::before, 
  .arts-item .item-link:focus::before, 
  .arts-item .item-link:focus-visible::before {
    opacity: 0;
  }

  .arts-item .item-link:hover .thumbnail::after,
  .arts-item .item-link:active .thumbnail::after,
  .arts-item .item-link:focus .thumbnail::after,
  .arts-item .item-link:focus-visible .thumbnail::after {
    opacity: 1;
  } */

  /* .arts-item .item-link:hover .caption p.h3, 
  .arts-item .item-link:active .caption p.h3, 
  .arts-item .item-link:focus .caption p.h3, 
  .arts-item .item-link:focus-visible .caption p.h3 {
    color: var(--main-white);
  }

  .arts-item .item-link:hover .caption p.desc, 
  .arts-item .item-link:active .caption p.desc, 
  .arts-item .item-link:focus .caption p.desc, 
  .arts-item .item-link:focus-visible .caption p.desc {
    color: var(--main-white);
  } */
}

section.learn-art .btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

section.learn-art .btn-wrap p {
  font-size: 1.125em;
  line-height: 160%;
  font-weight: 400;
  color: var(--main-black);
  margin-bottom: 0px;
  text-align: center;
}

section.learn-art .btn-wrap p a {
  color: var(--main-primary);
  text-decoration: none;
}

@media screen and (min-width: 576px) {
  section.learn-art .btn-wrap p a:hover,
  section.learn-art .btn-wrap p a:active,
  section.learn-art .btn-wrap p a:focus,
  section.learn-art .btn-wrap p a:focus-visible {
    text-decoration: underline;
  }
}

section.info {
  position: relative;
  z-index: 3;
  padding: 56px 50px 80px;
  background-color: var(--main-white);
  border-radius: 40px;
  height: 100%;
}

section.info h3.section-title {
  font-size: 2.25em;
  line-height: 120%;
  font-weight: 400;
  color: var(--main-black);
  margin-bottom: 30px;
}

section.info p {
  font-size: 1.125em;
  line-height: 160%;
  font-weight: 400;
  color: var(--main-black);
}

section.info a.btn {
  margin-top: 16px;
}

.faq-container .card {
  border-radius: 0px;
  border: none;
  border-top: 1px solid var(--main-black);
  background-color: transparent;
}

.faq-container .card:last-child {
  border-bottom: 1px solid var(--main-black);
}

.faq-container .card .card-header {
  padding: 20px 0px;
  border: none;
  border-radius: 0px;
  background-color: transparent;
}

.faq-container .card .card-header button {
  font-size: 1.25em;
  line-height: 120%;
  font-weight: 400;
  color: var(--main-black);
  position: relative;
  padding-right: 60px;
}

.faq-container .card .card-header button .cross {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  min-width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/faq-arrow-down-black.svg);
  background-position: top 60% center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: var(--main-black);
  border-radius: 100%;
  transition: var(--slow);
}

.faq-container .card .card-header button:not(.collapsed) .cross {
  transform: translateY(-50%) rotate(-180deg);
}

.faq-container .card .card-body {
  background-color: transparent;
  padding: 0px 0px 20px;
}

.faq-container .card .card-body p {
  margin: 0px;
  font-size: 1.125em;
  line-height: 160%;
  font-weight: 400;
  color: var(--main-black);
}

footer.footer {
  position: relative;
  z-index: 3;
  background-color: var(--main-black-dark-bg);
  padding: 50px;
  border-radius: 40px;
}

footer.footer .footer-top {
  display: flex;
  margin: 0px -15px;
  padding-bottom: 60px;
}

footer.footer .footer-top .footer-left {
  width: calc(100% / 2);
  padding: 0px 15px;
}

footer.footer .footer-top .footer-left p.h2 {
  font-size: 3.5em;
  line-height: 120%;
  font-weight: 400;
  color: var(--main-white);
  max-width: 540px;
}

footer.footer .footer-top .footer-right {
  width: calc(100% / 2);
  padding: 0px 15px;
}

footer.footer .footer-top .footer-right .gerb-main {
  display: flex;
  justify-content: flex-end;
}

footer.footer .footer-top .footer-right .gerb-main img {
  width: 180px;
  height: 180px;
  object-fit: contain;
}

footer.footer .footer-info {
  display: flex;
  margin: 0px -15px;
}

footer.footer .footer-info .footer-left {
  width: calc(100% / 2);
  padding: 0px 15px;
}

footer.footer .footer-info .footer-left .footer-logos {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

footer.footer .footer-info .footer-left .footer-logos img:first-child {
  margin-right: 15px;
}

footer.footer .footer-info .footer-left form {
  display: flex;
  align-items: center;
}

footer.footer .footer-info .footer-left form .search-wrap {
  display: flex;
  align-items: center;
}

footer.footer .footer-info .footer-left form .search-wrap input[type="search"] {
  border: 1px solid var(--main-white);
  border-radius: 20px;
  padding: 14px 28px;
  background-color: transparent;
  box-shadow: none;
  color: var(--main-white);
  font-size: 1.125em;
  line-height: 120%;
  font-weight: 300;
  outline: none;
  margin-right: 12px;
}

footer.footer .footer-info .footer-left form .search-wrap input[type="search"]::placeholder {
  color: var(--main-white);
}

footer.footer .footer-info .footer-left form .search-wrap input[type="submit"] {
  border: 1px solid var(--main-secondary);
  border-radius: 36px;
  padding: 14px 28px;
  background-color: var(--main-secondary);
  box-shadow: none;
  color: var(--main-white);
  font-size: 1.125em;
  line-height: 120%;
  font-weight: 300;
  outline: none;
  transition: var(--slow);
}

@media screen and (min-width: 576px) {
  footer.footer .footer-info .footer-left form .search-wrap input[type="submit"]:hover, 
  footer.footer .footer-info .footer-left form .search-wrap input[type="submit"]:active, 
  footer.footer .footer-info .footer-left form .search-wrap input[type="submit"]:focus, 
  footer.footer .footer-info .footer-left form .search-wrap input[type="submit"]:focus-visible {
    opacity: 0.8;
  }
}

footer.footer .footer-info .footer-right {
  width: calc(100% / 2);
  padding: 0px 15px;
}

footer.footer .footer-info .footer-right .footer-menus {
  display: flex;
  margin: 0px -15px;
}

footer.footer .footer-info .footer-right .footer-menus ul {
  width: calc(100% / 3);
  padding: 0px 15px;
  margin: 0px;
  list-style: none;
}

footer.footer .footer-info .footer-right .footer-menus ul li {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 36px;
}

footer.footer .footer-info .footer-right .footer-menus ul li:last-child {
  margin-bottom: 0px;
}

footer.footer .footer-info .footer-right .footer-menus ul li a {
  font-size: 1.125em;
  line-height: 120%;
  font-weight: 300;
  color: var(--main-white);
  text-decoration: none;
  transition: var(--slow);
  display: flex;
  align-items: center;
}

@media screen and (min-width: 576px) {
  footer.footer .footer-info .footer-right .footer-menus ul li a:hover, 
  footer.footer .footer-info .footer-right .footer-menus ul li a:active, 
  footer.footer .footer-info .footer-right .footer-menus ul li a:focus, 
  footer.footer .footer-info .footer-right .footer-menus ul li a:focus-visible {
    opacity: 0.8;
  }
}

footer.footer .footer-info .footer-right .footer-menus ul li a[href*="facebook.com"]::before {
  content: '';
  width: 36px;
  min-width: 36px;
  height: 36px;
  background-image: url(../img/facebook-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: -7px 16px -7px 0px;
}

footer.footer .footer-info .footer-right .footer-menus ul li a[href*="instagram.com"]::before {
  content: '';
  width: 36px;
  min-width: 36px;
  height: 36px;
  background-image: url(../img/instagram-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: -7px 16px -7px 0px;
}

footer.footer .footer-info .footer-right .footer-menus ul li a[href*="youtube.com"]::before {
  content: '';
  width: 36px;
  min-width: 36px;
  height: 36px;
  background-image: url(../img/youtube-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: -7px 16px -7px 0px;
}

footer.footer .footer-copyright {
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding-top: 60px;
}

footer.footer .footer-copyright p {
  font-size: 1.125em;
  font-weight: 300;
  line-height: 150%;
  color: #898989;
  margin: 0px;
}

footer.footer .footer-copyright p a {
  color: #6264cb;
}

footer.footer .footer-copyright span {
  font-size: 1.125em;
  line-height: 120%;
  font-weight: 300;
  color: #6b6b6b;
  display: flex;
  align-items: center;
  cursor: pointer;
}

footer.footer .footer-copyright span::after {
  content: '';
  width: 20px;
  min-width: 20px;
  height: 32px;
  margin-left: 12px;
  background-image: url(../img/arrow-up-gray.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.mobile-menu {
	background: var(--main-primary);
	position: fixed;
	z-index: 9;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100vh;
	overflow-y: auto;
	overflow-x: clip;
	padding: 220px 0px 50px;
	opacity: 1;
	pointer-events: none;
	user-select: none;
	transition: var(--slow) transform;
  transform: translateY(-101%);
}

.mobile-menu::before {
  content: '';
  position: fixed;
  z-index: 3;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 220px;
  background-color: var(--main-primary);
}

.mobile-menu::after {
  content: '';
  position: fixed;
  z-index: 3;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 50px;
  background-color: var(--main-primary);
}

.mobile-menu::-webkit-scrollbar {
  width: 0px;
}

.mobile-menu.fixed {
  padding-top: 120px;
}

.mobile-menu.fixed::before {
  height: 120px;
}

.mobile-menu.show {
	opacity: 1;
	user-select: auto;
	pointer-events: all;
  padding-right: 17px;
  transform: none;
}

.mobile-menu .mobile-menu-wrap {
  display: flex;
  margin: 0px -30px;
}

.mobile-menu .mobile-menu-wrap .menu-left {
  width: calc(100% / 2);
  padding: 0px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.mobile-menu .mobile-menu-wrap .menu-left .menu {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.mobile-menu .mobile-menu-wrap .menu-left .menu > li {
  margin-bottom: 36px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.mobile-menu .mobile-menu-wrap .menu-left .menu > li:last-child {
  margin-bottom: 0px;
}

.mobile-menu .mobile-menu-wrap .menu-left .menu > li > a {
  text-decoration: none;
  color: var(--main-white);
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  font-size: 3em;
  line-height: 120%;
  font-weight: 300;
}

.mobile-menu .mobile-menu-wrap .menu-left .menu > li > a::after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 4px;
  background-color: var(--main-white);
  opacity: 0;
  transition: var(--fast);
}

.mobile-menu .mobile-menu-wrap .menu-left .menu > li.current-menu-item > a::after {
  opacity: 1;
}

@media screen and (min-width: 576px) {
  .mobile-menu .mobile-menu-wrap .menu-left .menu > li > a:hover::after,
  .mobile-menu .mobile-menu-wrap .menu-left .menu > li > a:active::after,
  .mobile-menu .mobile-menu-wrap .menu-left .menu > li > a:focus::after,
  .mobile-menu .mobile-menu-wrap .menu-left .menu > li > a:focus-visible::after {
    opacity: 1;
  }
}

.mobile-menu .mobile-menu-wrap .menu-left .lang-btn {
  display: none;
}

.mobile-menu .mobile-menu-wrap .menu-right {
  width: calc(100% / 2);
  padding: 0px 30px;
}

.mobile-menu .mobile-menu-wrap .menu-right .menu {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.mobile-menu .mobile-menu-wrap .menu-right .menu > li {
  margin-bottom: 26px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.mobile-menu .mobile-menu-wrap .menu-right .menu > li:last-child {
  margin-bottom: 0px;
}

.mobile-menu .mobile-menu-wrap .menu-right .menu > li > a {
  text-decoration: none;
  color: var(--main-white);
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  font-size: 1.125em;
  line-height: 120%;
  font-weight: 300;
}

.mobile-menu .mobile-menu-wrap .menu-right .menu > li > a::after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background-color: var(--main-white);
  opacity: 0;
  transition: var(--fast);
}

.mobile-menu .mobile-menu-wrap .menu-right .menu > li.current-menu-item > a::after {
  opacity: 1;
}

@media screen and (min-width: 576px) {
  .mobile-menu .mobile-menu-wrap .menu-right .menu > li > a:hover::after,
  .mobile-menu .mobile-menu-wrap .menu-right .menu > li > a:active::after,
  .mobile-menu .mobile-menu-wrap .menu-right .menu > li > a:focus::after,
  .mobile-menu .mobile-menu-wrap .menu-right .menu > li > a:focus-visible::after {
    opacity: 1;
  }
}

.mobile-menu .mobile-menu-wrap .menu-right .socials {
  padding: 0px;
  margin: 60px -15px 0px;
  list-style: none;
  display: flex;
  align-items: center;
}

.mobile-menu .mobile-menu-wrap .menu-right .socials > li {
  margin: 0px 15px;
}

.mobile-menu .mobile-menu-wrap .menu-right .socials > li > a {
  text-decoration: none;
  color: var(--main-white);
  display: flex;
  align-items: center;
  font-size: 0px;
  line-height: 120%;
  font-weight: 300;
  transition: var(--slow);
}

@media screen and (min-width: 576px) {
  .mobile-menu .mobile-menu-wrap .menu-right .socials > li > a:hover,
  .mobile-menu .mobile-menu-wrap .menu-right .socials > li > a:active,
  .mobile-menu .mobile-menu-wrap .menu-right .socials > li > a:focus,
  .mobile-menu .mobile-menu-wrap .menu-right .socials > li > a:focus-visible {
    opacity: 0.8;
  }
}

.mobile-menu .mobile-menu-wrap .menu-right .socials > li > a::before {
  content: '';
  width: 50px;
  min-width: 50px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;

}

.mobile-menu .mobile-menu-wrap .menu-right .socials > li > a[href*="facebook.com"]::before {
  background-image: url(../img/facebook-white.svg);
}

.mobile-menu .mobile-menu-wrap .menu-right .socials > li > a[href*="instagram.com"]::before {
  background-image: url(../img/instagram-white-menu.svg);
}

.mobile-menu .mobile-menu-wrap .menu-right .socials > li > a[href*="youtube.com"]::before {
  background-image: url(../img/youtube-white.svg);
}

.search-menu {
  background-color: var(--main-white);
  position: fixed;
  z-index: 99;
  left: 0px;
  top: 0px;
  width: 100%;
  height: auto;
  max-height: 100vh;
  overflow-y: auto;
  overflow-x: clip;
  padding: 80px 0px 50px;
  opacity: 1;
	/* pointer-events: none;
	user-select: none; */
	transition: var(--slow) transform;
  transform: translateY(-101%);
}

.search-menu::-webkit-scrollbar {
  width: 0px;
}

.search-menu.show {
	opacity: 1;
	/* user-select: auto;
	pointer-events: all; */
  padding-right: 17px;
  transform: none;
}

.search-menu-overlay {
  position: fixed;
  z-index: 11;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100vh;
  transition: var(--slow);
  background-color: var(--main-item-bg);
  opacity: 0;
  visibility: hidden;
  /* user-select: none;
  pointer-events: none; */
}

.search-menu.show + .search-menu-overlay {
  opacity: 1;
  visibility: visible;
	/* user-select: auto;
	pointer-events: all; */
}

.search-menu .search-menu-wrap {
  display: flex;
  flex-direction: column;
}

.search-menu .search-menu-wrap form .search-wrap {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}

.search-menu .search-menu-wrap form .search-wrap input {
  width: 100%;
  border: none;
  border-bottom: 2px solid var(--main-black);
  padding-bottom: 16px;
  font-size: 3em;
  line-height: 120%;
  font-weight: 400;
  color: var(--main-black);
  outline: none;
}

.search-menu .search-menu-wrap form .search-wrap .search-close {
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  font-size: 0px;
  color: transparent;
  transition: var(--slow) opacity;
}

@media screen and (min-width: 576px) {
  .search-menu .search-menu-wrap form .search-wrap .search-close:hover,
  .search-menu .search-menu-wrap form .search-wrap .search-close:active,
  .search-menu .search-menu-wrap form .search-wrap .search-close:focus,
  .search-menu .search-menu-wrap form .search-wrap .search-close:focus-visible {
    opacity: 0.6;
  }
}

.search-menu .search-menu-wrap form .search-wrap .search-close img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.search-menu .search-menu-wrap .popular {
  padding-top: 38px;
  display: flex;
  flex-direction: column;
}

.search-menu .search-menu-wrap .popular p.h4 {
  font-size: 1.25em;
  line-height: 120%;
  font-weight: 400;
  color: var(--main-black);
  margin-bottom: 16px;
}

.search-menu .search-menu-wrap .popular .popular-queries {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.search-menu .search-menu-wrap .popular .popular-queries .popular-query {
  border: 2px solid var(--main-gray-bg);
  border-radius: 8px;
  cursor: pointer;
  padding: 8px 16px;
  text-decoration: none;
  color: var(--main-black);
  font-size: 1em;
  line-height: 120%;
  font-weight: 400;
  transition: var(--slow);
}

@media screen and (min-width: 576px) {
  .search-menu .search-menu-wrap .popular .popular-queries .popular-query:hover,
  .search-menu .search-menu-wrap .popular .popular-queries .popular-query:active,
  .search-menu .search-menu-wrap .popular .popular-queries .popular-query:focus,
  .search-menu .search-menu-wrap .popular .popular-queries .popular-query:focus-visible {
    border-color: var(--main-black);
  }
}


header.header.inner_header-wrap .header-wrap a.logo span {
  color: #101010;
  font-weight: 400;
}

header.header.inner_header-wrap .header-wrap {
  padding: 10px 30px;
  min-height: auto;
}

.main_inner-title {
  padding-left: 30px;
}

header.header.inner_header-wrap {
  height: auto !important;
  background: #fff;
}

header.header.fixed.scroll-up {
  background: #fff;
  height: auto !important;
}

.header.header.fixed.scroll-up a.logo img {
  content: url("/img/logo_mcip-black.svg");
}



nav.main_inner-menu ul li a span {
    color: #101010;
}

.page-nav a, .page-nav span {
  color: #545454;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.breadcrumbs > span:after {
  content: "/";
  display: inline-block;
  margin: 0px 5px;
}

.breadcrumbs > span:last-child::after {
  display: none;
}

.page-nav {
  margin-bottom: 40px;
}

h1.page-title {
  color: #101010;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  padding: 0;
  margin-bottom: 0px;
}

.works-list {
  display: flex;
  flex-wrap: wrap;
  margin: -10px -15px;
}

.card-item {
  flex-basis: 20%;
  padding: 15px 15px;
  position: relative;
  /* transition: all 0.6s ease-in-out; */
}

.filter-active .card-item {
  flex-basis: 25%;
}

.thmb img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  border-radius: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
}

.thmb {
  position: relative;
  padding-top: 100%;
}

.card-link {
  position: relative;
  text-decoration: none;
  display: block;
}

.card-link-quiz {
  position: relative;
  text-decoration: none;
  display: block;
  height: 100%;
}

.card-link-item {
  padding: 10px 10px 10px 10px;
  display: block;
  border-radius: 20px;
  background: linear-gradient(0deg, rgba(233, 233, 250, 0.25) 0%, rgba(233, 233, 250, 0.25) 100%), #FFF;
  text-decoration: none;
  position: relative;
  z-index: 2;
}

span.card_item-location {
  position: absolute;
  top: calc(100% - 20px);
  transition: var(--slow);
  opacity: 0;
  visibility: hidden;
}

.card_item-tag {
  position: absolute;
  top: calc(100% + 20px);
  transition: var(--slow);
  opacity: 0;
  visibility: hidden;
}

.card-link:after {
  position: absolute;
  z-index: 1;
  content: '';
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  background-image: var(--main-primary-gradient);
  border-radius: 20px;
  overflow: hidden;
  transition: var(--slow);
}

.card-link-quiz:after {
  position: absolute;
  z-index: 1;
  content: '';
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  background-image: var(--main-primary-gradient);
  border-radius: 24px;
  overflow: hidden;
  transition: var(--slow);
}

.card-link:hover::after {
  left: -5px;
  right: -5px;
  top: -5px;
  bottom: -65px;
}

.card-link-quiz:hover::after {
  left: -5px;
  right: -5px;
  top: -5px;
  bottom: -5px;
}

.card-link:hover span.card_item-location {
  opacity: 1;
  visibility: visible;
}

.card-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f9f9fe;
  border-radius: 20px;
  transition: var(--slow);
  z-index: 2;
}

.card-link:hover::before {
  z-index: 2;
  bottom: -60px;
}

.card-link:hover {
  z-index: 10;
}

.card-link:hover .card_item-tag {
  opacity: 1;
  visibility: visible;
}

.entry-title h3 {
  overflow: hidden;
  color: #101010;
  text-overflow: ellipsis;
  font-family: e-Ukraine;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.entry-title {
  padding: 15px 10px 5px;
}


.switch {
  position: relative;
  display: inline-block;
  width: 170px;
  height: 50px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #E2E2E2;
  background: #FFF;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 40px;
  width: 80px;
  left: 5px;
  bottom: 4px;
  background-color: white;
  /* -webkit-transition: .4s; */
  /* transition: .4s; */
  border-radius: 50px;
  background: var(--Light-Purple, #E9E9FA);
}

input:checked + .slider:before {
  -webkit-transform: translateX(78px);
  -ms-transform: translateX(78px);
  transform: translateX(78px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.filter-works-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
  align-items: center;
}

.filter-search {
  width: 100%;
  margin: 0px 30px;
  position: relative;
}

.filter-search-wrap input {
  width: 100%;
  border-radius: 50px;
  border: 1px solid var(--Grey, #E2E2E2);
  background: rgba(255, 255, 255, 0.90);
  height: 50px;
  font-family: 'e-Ukraine';
  color: #101010;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  padding-left: 80px;
}

.filter-search-wrap img {
  position: absolute;
  left: 30px;
  top: 12px;
}

.filter-search-wrap input::placeholder {
  color: #BFBFBF;
  font-weight: 200;
}

.btn.primary.filter-btn span {
  white-space: nowrap;
  display: flex;
  align-items: center;
  color: #000;
}

.btn.primary.filter-btn span img {
  margin-right: 13px;
}

.btn.primary.filter-btn {
  border-radius: 50px;
  border: 1px solid #101010;
  background: var(--White, #FFF);
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0px 30px;
}

span.slider.round {}

img.grid-view {
  position: absolute;
  left: 30px;
  z-index: 9;
  top: 12px;
}

img.list-view {
  position: absolute;
  z-index: 1;
  right: 30px;
  top: 12px;
}

.btn-grid-list {
  height: 50px;
}

.content-wrapper {
  display: flex;
  position: relative;
}

.filters-box {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(25% - 22px);
  transition: all 0.6s ease-in-out;
  opacity: 0;
}

.filter-active .filters-box {
  opacity: 1;
}

.filter-active .work-list-wrap {
  width: 75%;
  margin-left: auto;
}

.work-list-wrap {
  margin-left: auto;
  transition: all 0.6s ease-in-out;
  width: 100%;
}

label.switch img {
  cursor: pointer;
}

label.switch {
  cursor: pointer;
}

.btn.primary.filter-btn.active-filter-btn {
  width: 35%;
  justify-content: center;
}

.btn.primary.filter-btn {
  width: 14%;
  justify-content: center;
  transition: all 0.6s ease-in-out;
}

.pagination {
  border-top: 2px solid var(--Primary-text-color, #101010);
  margin-top: 45px;
  padding-top: 30px;
}

.pagination > nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

span.paginate-lists > span, .paginate-lists a {
  color: var(--Primary-text-color, #101010);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  text-decoration: none;
}

span.paginate-lists {
  display: flex;
}

span.paginate-lists > span {
  border: 2px solid var(--Primary-text-color, #101010);
}

span.paginate-dots-wrap {
  border: none !important;
}

a.paginate-arrow-next, .paginate-arrow-prev {
  overflow: hidden;
  color: var(--Primary-text-color, #101010);
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.paginate-arrow-next.disabled, .paginate-arrow-prev.disabled {
  color: #E2E2E2;
}

.justify-space-between {
  justify-content: space-between;
}

ul.social-share-lists {
  list-style: none;
  display: flex;
  padding: 0px;
  margin-left: auto;
  justify-content: right;
  margin-top: 30px;
}

span.social-share {
  color: var(--MFU-DIA-Emperor, #545454);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
}

h1.product-title {
  margin-top: 0;
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  text-transform: uppercase;
}

.main_product-head .page-nav {
  margin-bottom: 30px;
}

.main_product-head {
  padding-right: 30px;
}

.image.art-image {
  width: calc(50% - 40px);
}

.main.art-box {
  justify-content: space-between;
  margin-top: 50px;
}

.exhibit-thmb img {
  width: 100%;
  border-radius: 10px;
}

.main_product-information {
  width: calc(50% - 40px);
}

.author-block {
  display: flex;
  justify-content: space-between;
  border-top: 2px solid var(--Primary-text-color, #101010);
  border-bottom: 2px solid var(--Primary-text-color, #101010);
  padding: 15px 0px;
}

.author-block > * {
  flex-basis: 50%;
  overflow: hidden;
  color: #545454;
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.author-block a {
  font-weight: 500;
  color: #101010;
  text-decoration: none;
}

.desc-box p {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 15px 0px;
  border-bottom: 2px solid var(--Primary-text-color, #101010);
}

.desc-box p > * {
  flex-basis: 50%;
}

.attribute-lists {
  margin-bottom: 50px;
}

.info-box h3 {
  color: var(--MFU-DIA-Black, #000);
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
}

.info-description * {
  color: var(--MFU-DIA-Black, #000);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}

a.transparent-link {
  border-radius: 50px;
  border: 1px solid #101010;
  background: #FFF;
  padding: 15px 30px;
  display: inline-block;
  color: #101010;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}

.author-block a {
  text-decoration: underline;
}

a.transparent-link:hover {
  background: var(--main-secondary);
  border-color: var(--main-secondary);
  color: #fff;
}

.main_product-head {
  max-width: 70%;
}

.exhibit-thmb {
  position: sticky;
  top: 50px;
}

.place-box.place-box-item {
  margin-top: 40px;
}

.section-title.title-wrap h2 {
  color: #101010;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 60px */
  text-transform: uppercase;
  margin-bottom: 0;
}

span.card_item-location {
  overflow: hidden;
  color: #545454;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  align-items: center;
  margin-left: -5px;
  padding-right: 20px;
  clear: both;
  width: 100%;
  display: flex;
}

span.card_item-location-text {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box !important;
  text-overflow: ellipsis;
}


span.card_item-location img {
  float: left;
}

.card_item-tag span {
  color: #6E72D1;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  display: inline-block;
  margin-right: 10px;
}

.filter_val_list > label {
  flex-basis: 50%;
  position: relative;
}

.filter_val_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -5px;
}

.filter_val_list > label input {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
}

.filter_val_list > label .custom-checkbox-filter {
  border-radius: 15px;
  border: 1px solid var(--Stroke-Color, #E2E2E2);
  position: relative;
  margin: 5px;
  padding: 0px 15px;
  color: #101010;
  font-family: e-Ukraine;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  display: flex;
  text-align: left;
  justify-content: center;
  height: 40px;
  align-items: center;
  cursor: pointer;
}

.form-filter-col {
  margin-bottom: 25px;
}

label.has-star {
  color: #545454;
  font-family: e-Ukraine;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 10px;
  margin-bottom: 15px;
}

span.select2.select2-container.select2-container--default {
  width: 100% !important;
}

span.select2-selection__placeholder {
  overflow: hidden;
  color: #545454 !important;
  text-overflow: ellipsis;
  font-family: e-Ukraine;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}

.select2-container--default .select2-selection--single {
  border: none;
  border-bottom: 2px solid var(--Primary-text-color, #101010);
  background: var(--White, #FFF);
  height: 50px;
  border-radius: 0px !important;
  display: flex;
  align-items: center;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" viewBox="0 0 26 26" fill="none"><path d="M7.79163 10.3958L13 15.6042L18.2083 10.3958H7.79163Z" fill="black"/></svg>') !important;
  border: none;
  width: 25px !important;
  height: 25px !important;
  background-size: cover !important;
  right: 4px !important;
  margin: 0;
  left: auto;
}


span.select2-dropdown.select2-dropdown--below {
  top: -40px;
}

.select2-search--dropdown {
  padding: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: none;
  border-bottom: 2px solid var(--Primary-text-color, #101010);
  background: #fff;
  position: relative;
  left: -1px;
  width: calc(100% + 2px);
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  outline: none;
}

.filter_val_list > label input:checked ~ .custom-checkbox-filter {
  background: #E9E9FA;
}

.filter_val_list > label input:checked ~ .custom-checkbox-filter:before {
  content: "";
  display: inline-block;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="26" viewBox="0 0 25 26" fill="none"><path d="M9.16142 17.0365L4.81767 12.6927L3.3385 14.1615L9.16142 19.9844L21.6614 7.48437L20.1927 6.01562L9.16142 17.0365Z" fill="black"/></svg>');
  width: 25px;
  height: 25px;
  background-size: cover;
  margin-left: -10px;
  margin-right: 10px;
}

.list-view .card-item {
  flex-basis: 100%;
}

.list-view .card-link-item {
  display: flex;
}

.list-view .thmb {
  max-height: 160px;
  width: 160px;
  min-width: 160px;
  padding-top: 160px;
}

.list-view .thmb img {
  max-height: 160px;
}

.list-view span.card_item-location {
  opacity: 1;
  position: relative;
  visibility: visible;
  top: auto;
  order: 3;
  margin-top: auto;
}

.list-view .card_item-tag {
  position: relative;
  opacity: 1;
  visibility: visible;
  top: auto;
  order: 1;
}

.list-view .entry-title {
  margin-left: 10px;
  display: flex;
  flex-direction: column;
}

.list-view .entry-title h3 {
  order: 2;
  margin-top: 10px;
}

.list-view a.card-link:hover::before {
  bottom: 0;
}

.list-view .card-link:hover::after {
  bottom: -5px;
}

ul.social-share-lists li {
  width: 50px;
}

ul.social-share-lists li {
  width: 45px;
  margin-left: 5px;
}

.filter-box-museums {
  width: 50%;
}

.filter-box-museums .card-item {
  flex-basis: 50%;
}

div#map {
  width: 100%;
  height: 100%;
}

.map-museums {
  width: 48%;
  margin-left: 2%;
}

.filter-box-museums {
  max-height: 800px;
  overflow-y: scroll;
  padding: 0px 10px;
  overflow-x: hidden;
}


/* width */
.filter-box-museums::-webkit-scrollbar {
  width: 6px;
  border-radius: 20px;
}

/* Track */
.filter-box-museums::-webkit-scrollbar-track {
  background: #DDDDE9;
  border-radius: 20px;
}

/* Handle */
.filter-box-museums::-webkit-scrollbar-thumb {
  background: var(--main-primary-gradient);
  border-radius: 20px;
}

/* Handle on hover */
.filter-box-museums::-webkit-scrollbar-thumb:hover {
  background: #555;
  border-radius: 20px;
}

.popup_map-img img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 15px;
}

.inside_popup-map {
  display: flex;
  align-items: center;
  margin-top: 0px;
  flex-direction: column;
  max-width: 200px;
}

.popup_map-img {
  margin-right: 0;
  width: 100%;
}

.popup_map-content {
  display: block;
  width: 100%;
  margin-top: 10px;
}

span.popup_map-content-top {
  overflow: hidden;
  color: #6E72D1;
  text-overflow: ellipsis;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  display: block;
  margin-bottom: 5px;
}

span.popup_map-content-title {
  overflow: hidden;
  color: #101010;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.32px;
  display: block;
  margin-bottom: 10px;
}

span.popup_map-content-location {
  overflow: hidden;
  color: #545454;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.24px;
  display: block;
  width: 100%;
  display: flex;
}

button.gm-ui-hover-effect {
  position: absolute !important;
  right: 0;
}

.image.museum-main-img img {
  width: 100%;
  max-height: 500px;
  height: 500px;
  object-fit: cover;
  border-radius: 15px;
}

.image.museum-main-img {
  margin-bottom: 40px;
}

.main-content-museum {
  margin-bottom: 20px;
  margin-top: 20px;
  justify-content: space-between;
}

.main_description-museum {
  flex-basis: calc(50% - 40px);
}

.main-content-museum .attribute-lists {
  flex-basis: calc(50% - 40px);
}

.author-block {
  margin-bottom: -2px;
}

span.attribute-value {
  color: #101010;
  
/* H7 Heading Medium */
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

.main_description-museum * {
  color: var(--MFU-DIA-Black, #000);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}

.product_wrapper-head.museum_wrapper-flex {
  align-items: end;
}

.section-title h2 {
  color: #101010;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2; /* 114.286% */
  letter-spacing: -0.56px;
  margin-bottom: 20px;
}

.museum-filter-wraps .filter-search {
  margin-left: 0;
}

.btn-more {
    text-align: center;
}

.wrapper-another-slider .slick-list {
  padding-bottom: 55px;
}

div#map {
  min-height: 800px;
}

header.header.menu-open .header-wrap .menu > li > a > span {
  color: #fff;
}

.menu-open a.logo img {
  content: url("/img/logo_mcip.svg");
}

.header.header.fixed.scroll-up.menu-open a.logo img {
  content: url("/img/logo_mcip.svg");
}

header.header.menu-open .header-wrap .accessibility img {
  content: url("/img/accessability-icon.svg");
}

header.header.fixed.scroll-up .header-wrap .accessibility img {
  content: url("/img/accessability-icon-black.svg");
}


header.header.menu-open.fixed.scroll-up .header-wrap .accessibility img {
  content: url("/img/accessability-icon.svg");
}




/* HTML: <div class="loader"></div> */
.loader {
  width: 50px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--main-primary-gradient);
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  --_m: 
    conic-gradient(#0000 10%,#000),
    linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
          mask: var(--_m);
  -webkit-mask-composite: source-out;
          mask-composite: subtract;
  animation: l3 1s infinite linear;
}
@keyframes l3 {to{transform: rotate(1turn)}}



/* HTML: <div class="loader"></div> */
/* .loader {
  width: 65px;
  aspect-ratio: 1;
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.loader:before,
.loader:after {
  content: "";
  position: absolute;
  border-radius: 50px;
  box-shadow: 0 0 0 3px inset #101010;
  animation: l4 2.5s infinite;
}
.loader:after {
  animation-delay: -1.25s;
}
@keyframes l4 {
  0% {
    inset: 0 35px 35px 0;
  }
  12.5% {
    inset: 0 35px 0 0;
  }
  25% {
    inset: 35px 35px 0 0;
  }
  37.5% {
    inset: 35px 0 0 0;
  }
  50% {
    inset: 35px 0 0 35px;
  }
  62.5% {
    inset: 0 0 0 35px;
  }
  75% {
    inset: 0 0 35px 35px;
  }
  87.5% {
    inset: 0 0 35px 0;
  }
  100% {
    inset: 0 35px 35px 0;
  }
} */

.filter-box-museums {
  position: relative;
}

.filter-box-museums.preload:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #ffffff8c;
  z-index: 9;
}

.filter-works-museums .btn.primary.filter-btn {
  width: calc(50% + 30px);
}

.filter-works-museums .filter-search {
  width: calc(50% - 200px);
}

.filter-works-museums .btn.primary.filter-btn.active-filter-btn {
  width: 14%;
}

.filter-active .filter-box-museums .work-list-wrap {
  width: 100%;
}

.filter-active .filter-box-museums {
  width: 0%;
  padding: 0;
  overflow: hidden;
}

.filter-box-museums {
  transition: all 0.5s ease-in-out;
}

.filter-active .map-museums {
  margin: 0;
  width: 100%;
}

.map-museums {
  transition: all 0.5s ease-in-out;
}

.row-filter-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.row-filter-form > div {
  width: calc(50% - 15px);
}

.filter-box-museums .filter_val_list > label {
  flex-basis: 33.33%;
}

.filter-box-museums .filter_val_list > label {
  flex-basis: 33.33%;
}

.select2-results__options {
  border-radius: 4px;
  background: var(--Color-Button-text, #FFF);
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.05) !important;
  border: none !important;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

span.select2-results {
  border-radius: 4px;
  background: var(--Color-Button-text, #FFF);
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.05);
}

span.select2-dropdown.select2-dropdown--below {
  border-radius: 4px;
  background: var(--Color-Button-text, #FFF);
  /* box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.05); */
  border: none !important;
}

.select2-results__option {
  overflow: hidden;
  color: #101010;
  text-overflow: ellipsis;
  font-family: e-Ukraine;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  padding: 10px 16px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: rgba(233, 233, 250, 0.50);
  color: #101010;
}

.filter-active-museums .filter-search {
  width: 100%;
}

.filter-works-museums .filter-search {
  transition: all 0.5s ease-in-out;
}

.card-link-item-quiz {
  padding: 32px;
  border-radius: 24px;
  height: 100%;
}

.quiz-list {
  margin: 0px -15px;
  display: flex;
  flex-wrap: wrap;
}

.card-item-quiz {
  flex-basis: calc(50% - 30px);
  margin: 15px;
}

.card-item-quiz:nth-child(3) {
  flex-basis: calc(100% - 30px);
}

.text-question {
  overflow: hidden;
  color: var(--Primary-text-color, #101010);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.32px;
  margin-top: 20px;
  margin-bottom: 15px;
}

.card-quiz-inner {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}

.card-item-quiz .thmb {
  padding-top: 200px;
  width: 40%;
  margin-left: 30px;
}

.quiz_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: baseline;
}



.card-link-quiz .thmb img {
  border-radius: 24px;
}

.quiz_cat {
  color: var(--Primary-text-color, #101010);
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.115px;
  margin-bottom: 16px;
}

.quiz_title {
  overflow: hidden;
  color: #101010;
  text-overflow: ellipsis;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2; /* 107.143% */
  letter-spacing: -1.12px;
  margin-bottom: 16px;
}

.card-link-quiz:after {
  border-radius: 24px;
}


.card-item-quiz:nth-child(3) .card-link-item-quiz {
  background: rgba(233, 233, 250, 1);
}

.quiz_content {
  width: calc(60% - 30px);
}

.quiz-progress-line {
  display: flex;
  margin: 0px -8px;
  margin-bottom: 8px;
}

.quiz-progress-line > div {
  height: 4px;
  background: rgba(110, 114, 209, 0.30);
  width: 100%;
  margin: 0px 8px;
}

.progress_item.active_item {
  background: var(--Secondary-Button-Color, #6E72D1);
}

.quiz-position {
  color: #101010;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 114.286% */
  letter-spacing: -0.32px;
}

.quiz-body {
  border-radius: 32px;
  background: #E9E9FA;
  padding: 40px;
}

.quiz_inner-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.quiz-home .quiz_inner-slider {
  width: 100%;
}

.quiz_inner-slider {
  width: 100%;
}

.question.quiz-single-item {
    display: flex !important;
    justify-content: space-between;
    align-items: flex-start;
}

.question.quiz-single-item .quiz {
    width: 47%;
}

.thmb_quiz img {
  width: 100%;
  border-radius: 30px;
}

.museum_title {
  color: var(--Primary-text-color, #101010);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px;
}

.quiz h3 {
  color: var(--Primary-text-color, #101010);

/* H4 Heading */
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 116.667% */
  letter-spacing: -0.115px;
  margin-bottom: 40px;
}

.quiz-home .quiz-body {
  border-radius: 0;
  background: transparent;
  padding: 0;
}

.question .quiz ul {
  list-style: none;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
}

.question .quiz ul {
  margin: 0px -15px;
}

.question .quiz ul li {
  flex-basis: calc(50% - 30px);
  margin: 15px;
  position: relative;
}

.question .quiz ul li input {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
}

.question .quiz ul li label {
  width: 100%;
  display: flex;
  border-radius: 16px;
  border: 1px solid var(--Secondary-Button-Color, #6E72D1);
  padding: 17px 32px;
  transition: all 0.4s ease-in-out;
  color: var(--Primary-text-color, #101010);
  text-align: left;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1; /* 28.8px */
  cursor: pointer;
  align-items: center;
}

.question .quiz ul li input:checked ~ label {
  border-radius: 16px;
  background: var(--Secondary-Button-Color, #6E72D1);
  color: #fff;
}

.question .quiz ul li label:hover {
  background: var(--Secondary-Button-Color, #6E72D1);
  color: #fff;
}

.question .quiz ul li input:hover ~ label {
  background: var(--Secondary-Button-Color, #6E72D1);
  color: #fff;
}

.question .quiz ul li input:checked ~ label:before {
  content: "";
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M8.79502 15.875L4.62502 11.705L3.20502 13.115L8.79502 18.705L20.795 6.70498L19.385 5.29498L8.79502 15.875Z" fill="white"/></svg>');
  min-width: 22px;
  min-height: 22px;
  display: block;
  background-size: cover;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

/* .quiz-footer {
  text-align: center;
} */

.quiz-results h3 {
  text-align: center;/* H3 Heading */
  font-family: e-Ukraine;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 114.286% */
  letter-spacing: -0.56px;
  color: var(--Primary-text-color, #101010);
}

.unit-results p {
  text-align: center;/* H3 Heading */
  font-family: e-Ukraine;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 114.286% */
  letter-spacing: -0.56px;
  color: var(--Primary-text-color, #101010);
}

div#quizResults {
  text-align: center;
}

span#quizReset {
  margin-top: 20px;
}

.quiz-results {
  text-align: center;
}

.quiz-results img {
  margin-bottom: 20px;
}

.main_slider_wrapper .caption-wrap {
  position: absolute;
  top: 30%;
  z-index: 2;
  left: 0;
  right: 0;
}

.slider_subtitle {
  font-size: 24px;
  color: #fff;
  display: block;
  max-width: 440px;
  margin-top: 30px;
}

.main_slider_wrapper .caption-wrap a.btn {
  margin-top: 40px;
}


.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

.about-wrap h1.page-title {
  color: var(--Primary-text-color, #101010);
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
}

.about-wrap h1.page-title {
  color: var(--Primary-text-color, #101010);
/* H2 Heading */
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1; /* 105.263% */
  text-transform: uppercase;
}

.about_desc h2 {
  color: var(--Primary-text-color, #101010);
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.about_desc ul {
  list-style: none;
  padding-left: 0px;
  margin-top: 40px;
}

.about_desc ul li {
  border-top: 3px solid #101010;
  padding: 30px 0px;
  display: flex;
  align-items: flex-start;
}

.about_desc > p {
  font-size: 22px;
}

.about_desc ul li img {
  margin-right: 30px;
}

.about_desc ul li strong {
  display: block;
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 400;
}


.about_desc ul li:last-child {
  border-bottom: 3px solid #101010;
}

.about_wrapper-row {
  border-radius: 32px;
  background: #F0DC45;
  padding: 40px;
  margin-top: 50px;
  position: relative;
}

.about_row-img {
  max-width: 358px;
  display: flex;
  flex-direction: column;
  margin: auto;
}

.about_row-img span {
  display: block;
  color: var(--Primary-text-color, #101010);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  text-transform: uppercase;
  margin-top: 20px;
}

.about_wrapper-row > img {
  position: absolute;
  left: 23%;
  top: 21%;
}

h2 {}

.partner_lists {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -15px;
}

.partner_lists > div {
    border-radius: 16px;
    background: #FBFBFE;
    padding: 40px;
    flex-basis: calc(25% - 30px);
    margin: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner_lists > div span {
    margin-left: 10px;
    color: var(--Primary-text-color, #101010);
/* P2.1 (reg) */
    font-family: e-Ukraine;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    max-width: 135px;
}

.about_desc.item_partners_logo:last-child {
    margin-top: 40px;
    border-top: 2px solid #101010;
    padding-top: 40px;
}

a.contact_mail {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2; /* 120% */
    letter-spacing: -0.4px;
    text-decoration-line: underline;
    color: #000;
}

.visible-xs {
  display: none !important;
}

.image.author-main-img img {
  max-width: 400px;
  height: 320px;
  object-fit: cover;
  width: 100%;
  border-radius: 12px;
}

.author_main_info {
  display: flex;
}

.image.author-main-img {
  flex-basis: 400px;
  margin-right: 40px;
}

.author_main_info h1.product-title {
  overflow: hidden;
  color: #101010;
  text-overflow: ellipsis;
/* H2 Heading */
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px; /* 105.263% */
  text-transform: uppercase;
}

.author-item .card-link:hover::after {
  bottom: -5px;
}

.author-item .card-link:hover::before {
  bottom: 0px;
}

.learn-art h2.section-title {
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.arts-item a.item-link .desc {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  padding-right: 20px;
}

.arts-item a.item-link:after {
  content: "";
  background-image: url('data:image/svg+xml,<svg width="11" height="21" viewBox="0 0 11 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 0L10.8874 10.0752L0 20.1504V0Z" fill="black"/></svg>');
  width: 10px;
  height: 20px;
  background-size: cover;
  position: absolute;
  right: 0px;
  top: 35px;
}

.menu-right-title {
  font-size: 28px;
  color: #fff;
  margin-bottom: 20px;
}

.menu-right a span {
  font-size: 16px;
}

.author_main_info .title {
  width: calc(100% - 400px);
}

section.slider_logo_lists {
  background: rgba(52, 52, 52, 1);
  padding: 20px 0px;
}

.slider_logo_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1000px;
  margin: auto;
}

.slider_logo_inner > div {
  padding: 0px 10px;
}

footer.footer .footer-copyright p {
  max-width: 70%;
}

.footer_search-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  color: #fff;
  margin-bottom: 20px;
}

.footer_search-bottom {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
  margin-top: 20px;
  color: #fff;
}

.footer_search-bottom span {
  color: #474bb0;
}

a.popup-youtube {
  font-family: e-Ukraine;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.19px;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  display: inline-block;
  margin-left: 30px;
}

a.popup-youtube img {
  margin-right: 10px;
  position: relative;
  top: -2px;
}


.top-line-wrap span:after {
  content: "";
  background-image: url('data:image/svg+xml,<svg width="6" height="10" viewBox="0 0 6 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 0L6 5.00001L0 10V0Z" fill="white"/></svg>');
  width: 6px;
  height: 10px;
  display: inline-block;
  margin-left: 15px;
}

.question.question-home-slide {
  display: flex !important;
  justify-content: space-between;
  align-items: flex-start;
}

.quiz.quiz-home-slide {
  width: 47%;
}

.question-image {
  width: 47%;
}

.question-image img {
  width: 100%;
  border-radius: 30px;
}

.quiz-home-slide h3 {
  color: #fff;
  margin-bottom: 10px;
}

.question.question-home-slide .quiz ul li input:checked ~ label {
  border-radius: 16px;
  background: #fff;
  color: #383973;
}

.question.question-home-slide .quiz ul li input:hover ~ label {
  background: #fff;
  color: #383973;
}

.question.question-home-slide .quiz ul li label {
  border-color: rgba(255, 255, 255, 1);
  color: #fff;
  padding: 14px;
  cursor: pointer;
}

.question.question-home-slide .quiz ul li label:before {
  content: counter(answer-counter);
  width: 50px;
  min-width: 50px;
  height: 50px;
  margin-right: 20px;
  background-color: #383973;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--main-white);
}

.question.question-home-slide .quiz ul li {
  counter-increment: answer-counter;
}

.question .quiz ul li input {
  cursor: pointer;
}

.question.question-home-slide .quiz ul li input:checked ~ label:before {
   content: counter(answer-counter);
  margin-right: 20px;
  background-color: #383973;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none;
  top: 0;
  min-width: 50px;
}

.quiz h2.section-title {
  color: #fff;
  margin-bottom: 50px;
}

.quiz-home .quiz-footer {
  text-align: left;
  margin-top: 20px;
}

.quiz-home .quiz-results h3 {
  color: #fff;
}

.quiz-home .unit-results p {
  color: #fff;
}

span.museum_copyright {
  text-align: right;
  display: block;
  font-size: 14px;
  color: #fff;
  font-style: italic;
  margin-top: 5px;
  padding-right: 5px;
}


span.authors-item-name {
  font-size: 24px;
  color: #fff;
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

.authors-item .item-link .thumbnail:hover .authors-item-name {
  opacity: 1;
}

section.main_inner-slide {
  background: rgba(110, 115, 209, 1);
  height: 250px;
  display: flex;
  align-items: center;
  position: relative;
}

.main_inner-title h1 {
  font-family: e-Ukraine;
  font-size: 40px;
  font-weight: 700;
  line-height: 47.97px;
  letter-spacing: 0.05em;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
}

section.main_inner-slide:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  background: url('/img/design.svg');
  background-repeat: no-repeat;
  background-position-x: right;
}

.default_page-desc.about-desc-main div:last-child {
  flex-basis: 70%;

}

.default_page-desc.about-desc-main p {
  text-align: left;
  font-size: 18px;
}

.default_page-desc.about-desc-main {
  /* max-width: 1120px;
  margin: auto; */
}

.about-desc-logotype {
  flex-basis: 28%;
  padding-right: 30px;
}

.logo-about-lists {
  text-align: left;
  margin-top: 15px;
}

.logo-about-lists img:last-child {
  margin-left: 25px;
  margin-top: 15px;
}

.about_desc ul li p:first-child {
  flex-basis: 28%;
  font-size: 32px;
  font-weight: 300;
  padding-right: 30px;
}

.about_desc ul li p:last-child {
  flex-basis: 70%;
  font-size: 24px;
}

.about_desc ul li p:first-child {
  flex-basis: 28%;
  font-size: 24px;
  font-weight: 300;
  padding-right: 30px;
}

.about_desc ul li p:last-child {
  flex-basis: 70%;
  font-size: 16px;
}

.about_desc.about-desc2 {
  max-width: 1120px;
  margin: auto;
  text-align: center;
  font-size: 32px;
}

.about_desc.about-desc2 p {
  font-size: 28px;
  font-weight: 300;
}

.desc-box-attr p {
  color: #000000;
}

.main_information-inner {
  position: sticky;
  top: 50px;
}

.author-block a:hover {
  color: #474cb0;
}

.author-block a {
  transition: all 0.4s ease-in-out;
}

.card-item-quiz:nth-child(3) .card-quiz-inner {
  flex-direction: row-reverse;
}

.card-item-quiz:nth-child(3) .quiz_cat {
  font-size: 24px;
}

.card-item-quiz:nth-child(3) .quiz_title {
  font-size: 48px;
}

.card-item-quiz:nth-child(3) .thmb {
  margin-left: 0;
  margin-right: 30px;
  padding-top: 320px;
  width: 30%;
}

.card-item-quiz:nth-child(3) .quiz_content {
  width: calc(70% - 30px);
}

.main_inner-subtitle {
  max-width: 345px;
  color: rgba(255, 255, 255, 1);
  margin-top: 15px;
  font-size: 14px;
  font-weight: 300;
}


/* Styles for dialog window */
#small-dialog {
  background: white;
  padding: 30px;
  text-align: left;
  max-width: 500px;
  margin: 40px auto;
  position: relative;
  border-radius: 15px;
  text-align: center;
}


/**
 * Fade-zoom animation for first dialog
 */

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;

	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 



	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;

	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	transform: scale(1); 
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 

	opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}



/**
 * Fade-move animation for second dialog
 */

/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;

	-webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-moz-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-o-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );

}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-moz-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-ms-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	-o-transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
	transform: translateY(0) perspective( 600px ) rotateX( 0 ); 
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;

	-webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	-o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
	transform: translateY(-10px) perspective( 600px ) rotateX( 10deg ); 
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
	opacity: 0;

	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0;
}


.quiz-single-item span.museum_copyright {
  color: #0f0f0f;
}

.museum-link-item .thmb {
  padding-top: 70%;
}

.museum-without-img .card_item-tag {
  top: auto;
  position: relative;
  opacity: 1;
  visibility: visible;
}

.museum-without-img span.card_item-location {
  top: auto;
  position: relative;
  opacity: 1;
  visibility: visible;
}

.museum-without-img .thmb {
  padding-top: 0;
}

.museum-without-img .entry-title {
  padding-top: 5px;
}

.museum-without-img.card-link:hover::before {
  bottom: 0 !important;
}

.museum-without-img.card-link:hover::after {
  bottom: -5px;
}

.search-page-form {
  margin-top: 20px;
}

.search-page-form input {
  font-size: 18px;
  font-weight: 400;
  line-height: 23.98px;
  letter-spacing: 0.05em;
  text-align: left;
  border-radius: 15px;
  border: none;
  padding: 13px 30px;
  margin-right: 10px;
}

button.search-btn {
  background: rgba(0, 0, 0, 1);
  color: #fff;
  text-transform: uppercase;
  border: none;
  border-radius: 30px;
  padding: 0px 50px;
  font-family: e-Ukraine;
  font-size: 16px;
  font-weight: 700;
  line-height: 23.98px;
  letter-spacing: 0.05em;
  text-align: center;
}

form.form-page {
  display: flex;
}

.search_lists {
  display: block;
  margin-top: 30px;
}

.search_lists a {
  display: block;
  border-top: 2px solid #000;
  padding: 18px 0px;
  color: #000;
  text-decoration: none;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 300;
}

.search_lists a:last-child {
  border-bottom: 2px solid #000;
}

.search-page-form input:focus {
  box-shadow: none;
  outline: none;
}

.slick-art-quiz .card-item-quiz {
  padding: 15px;
  margin: 0px;
}

.slick-art-quiz .card-link-item.card-link-item-quiz {
  background: rgba(233, 233, 250, 1);
}

section.art.carousel.category.slick-quiz-wrapper:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(/img/exhibits-bg-design.svg);
    width: 15%;
    opacity: 0.1;
}

section.art.carousel.category.slick-quiz-wrapper {
    overflow: hidden;
}

.slick-quiz-wrapper .section-title.title-wrap {
  position: relative;
  z-index: 2;
}

li.correct-answer label {
  border-color: rgba(0, 193, 31, 1) !important;
  color: rgba(0, 193, 31, 1) !important;
  background: #fff;
}

li.correct-answer label:before {
  background: rgba(0, 193, 31, 1) !important;
}

li.error-answer label {
  border-color: rgba(255, 0, 0, 1) !important;
  color: rgba(255, 0, 0, 1) !important;
  background: #fff;
}

li.error-answer label:before {
  background: rgba(255, 0, 0, 1) !important;
}

.alphabet_lists {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.alphabet_lists a {
  margin: 0px 5px 0px 0px;
  color: var(--Primary-text-color, #101010);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  width: 32px;
  min-width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  text-decoration: none;
  border: 1px solid #000;
  transition: all 0.4s ease-in-out;
}

.alphabet_lists a:hover {
  background: #6264cb;
  color: #fff;
  border-color: #6264cb;
}

header.header .header-wrap .accessibility:hover {
  background: #fff;
}

header.header .header-wrap .accessibility {
  transition: all 0.4s ease-in-out;
}

.museum_wrapper-flex ul.social-share-lists {
  margin-left: 0;
  margin-right: auto;
  justify-content: flex-start;
}

.single_quiz-desc {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.sketchfab-embed-wrapper iframe {
    width: 100%;
    height: 400px;
}

a.active-a {
  color: #fff;
  background: #6264cb;
  border-color: #6264cb;
}

.content-wrapper {
    min-height: 650px;
}

.quiz .btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.header__eye-list.vision-list {
  list-style: none;
  position: absolute;
  top: 100%;
  right: 0;
  border-radius: 6px;
  cursor: default;
  max-height: 0;
  overflow: hidden;
  -webkit-box-shadow: 0 7px 20px 2px rgba(0, 0, 0, .12);
  box-shadow: 0 7px 20px 2px rgba(0, 0, 0, .12);
  -webkit-transition: max-height .3s ease-in-out;
  -o-transition: max-height .3s ease-in-out;
  transition: max-height .3s ease-in-out;
}

.vision-list-wrap {
  padding: 25px 40px;
  background-color: #fff;
  border-radius: 6px;
}

a.vision-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 17px;
  color: #000;
  margin: 7px 0;
  padding-left: 32px;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-decoration: none;
}

svg.vision-list__icon {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

svg.vision-list__icon.resize-plus-ico {
  width: 22px;
  height: 12px;
}

svg.vision-list__icon.resize-minus-ico {
  width: 19px;
  height: 13px;
  margin-left: 1px;
}

svg.vision-list__icon.grayscale-ico {
  width: 18px;
  height: 13px;
  margin-left: 2px;
}

svg.vision-list__icon.high-contrast-ico {
  width: 14px;
  height: 14px;
  margin-left: 4px;
}

svg.vision-list__icon.negative-contrast-ico {
  width: 18px;
  height: 13px;
  margin-left: 2px;
}

svg.vision-list__icon.reset-ico {
  width: 11px;
  height: 13px;
  margin-left: 5px;
}

.accessibility:hover .vision-list {
  max-height: 5000px;
}

.text-center.nothing-found {
  padding: 10px;
}

span.popup_map-content-title a {
  text-decoration: none;
  color: #101010;
}

.museum_quiz_item .card-item-quiz {
  flex-basis: calc(100% - 30px);
}

.museum_quiz_item .card-item-quiz .card-link-item-quiz {
  background: rgba(233, 233, 250, 1);
}

.museum_quiz_item .card-item-quiz .card-quiz-inner {
  flex-direction: row-reverse;
}

.museum_quiz_item .card-item-quiz .quiz_cat {
  font-size: 24px;
}

.museum_quiz_item .card-item-quiz .quiz_title {
  font-size: 48px;
}

.museum_quiz_item .card-item-quiz .thmb {
  margin-left: 0;
  margin-right: 30px;
  padding-top: 320px;
  width: 30%;
}

.museum_quiz_item .card-item-quiz .quiz_content {
  width: calc(70% - 30px);
}

.gray-main-bg.first-gray.museum_quiz_item {
  padding-top: 0px;
}

.card-collection-without-img span.card_item-location {
  position: relative;
  opacity: 1;
  visibility: visible;
  top: 0;
  bottom: 0;
  padding: 0;
}

.card-collection-without-img .card_item-tag {
  position: relative;
  top: 0;
  opacity: 1;
  visibility: visible;
}

.card-collection-without-img .thmb {
  padding-top: 0;
}

.card-collection-without-img .card-link:hover::before {
  bottom: 0px;
}

.card-collection-without-img .card-link:hover::after {
  bottom: -5px;
}

span.select2-selection.select2-selection--single.select2-selection--clearable {
    border-color: #6264cb;
    color: #6264cb;
}

span.select2-selection.select2-selection--single.select2-selection--clearable .select2-selection__rendered {
    color: #6264cb;
}

span.select2-selection.select2-selection--single.select2-selection--clearable button span {
    color: #6264cb;
}


.filter-type-locations form {
  display: flex;
}

.custom-checkbox {
  position: relative;
  margin: 0px 5px;
}

span.custom-check-template {
  white-space: nowrap;
  border: 1px solid rgba(226, 226, 226, 1);
  border-radius: 10px;
  padding: 12px 10px;
  display: block;
  min-width: 100px;
  text-align: center;
}

.filter-type-locations {
  width: calc(100% - 430px);
}

.filter-type-inner {
  overflow-x: scroll;
 
  scroll-behavior: smooth;
}

.custom-checkbox input {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

.btn.primary.filter-btn-popup {
  border-radius: 50px;
  border: 1px solid rgba(226, 226, 226, 1);
  background: var(--White, #FFF);
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0px 30px;
}

.btn.primary.filter-btn-popup span {
  white-space: nowrap;
  display: flex;
  align-items: center;
  color: #000;
}

.btn.primary.filter-btn-popup span img {
  margin-right: 13px;
}

a.link-change-view {
  border-radius: 50px;
  border: 1px solid rgba(226, 226, 226, 1);
  background: var(--White, #FFF);
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0px 25px;
  text-decoration: none;
  color: #000;
}

a.link-change-view img {
  margin-right: 6px;
}

.filter-type-locations {
  position: relative;
}

.filter-type-locations:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 3.57%, #FFFFFF 100%);
}

button.scroll-right-btn {
    position: absolute;
    right: 0px;
    top: 7px;
    z-index: 9;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(193, 193, 193, 1);
    border-radius: 100%;
    background: #fff;
}

.custom-checkbox input:checked ~ span.custom-check-template {
  background: rgba(233, 233, 250, 1);
  border-color: rgba(233, 233, 250, 1);
}

span.custom-check-template {
  font-size: 14px;
  font-weight: 300;
}

div#btn-filter-popup {
  background: rgba(255, 255, 255, 1);
  max-width: 430px;
  margin: auto;
  border-radius: 20px;
  padding: 35px 35px 50px;
}

#popup-filter-form .row-filter-form {
  flex-direction: column;
}

#popup-filter-form .row-filter-form > div {
  flex-basis: 100%;
  width: 100%;
  margin-top: 15px;
}

#btn-filter-popup .form-filter-col label.has-star {
  margin-bottom: 2px;
}

button.btn.btn-submit-form {
  width: 100%;
  background: #6264cb;
}

#btn-filter-popup h2 {
  margin-bottom: 30px;
}

#btn-filter-popup button.mfp-close {
  top: 30px;
  right: 15px;
  font-size: 46px;
  font-weight: 100 !important;
  font-family: 'e-Ukraine';
}

span.select2-selection.select2-selection--multiple {
  border: none;
  border-radius: 0px;
  border-bottom: 2px solid var(--Primary-text-color, #101010);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  font-size: 13px;
  font-weight: 300;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: rgba(233, 233, 250, 1);
}

.select2-container--default .select2-search--inline .select2-search__field {
  margin-left: 0;
  overflow: hidden;
  color: #545454 !important;
  text-overflow: ellipsis;
  font-family: e-Ukraine;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}

textarea.select2-search__field::placeholder {
  color: #545454 !important;
}

button.btn.btn-submit-form {
  margin-top: 15px;
}

div#map {
  border-radius: 16px;
}

.search-artists {
  position: relative;
  width: 45%;
  margin-left: 20px;
}

.alphabet_filter {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.alphabet_lists {
  width: 70%;
  margin-bottom: 0;
}

.search-artists .filter-search-wrap input {
  /* height: 45px; */
  padding-left: 60px;
}

.search-artists .filter-search-wrap img {
  left: 24px;
  top: 10px;
}

.alphabet_lists {
  overflow-x: scroll;
}

.alphabet_lists {
  padding-bottom: 10px;
}


.btn.primary.filter-btn.active-btn-filter {
  background: transparent;
  border-color: #6264cb;
}

.btn.primary.filter-btn.active-btn-filter span {
  color: #6264cb;
}

.btn.primary.filter-btn.active-btn-filter span img {
  filter: brightness(0) saturate(100%) invert(43%) sepia(14%) saturate(2430%) hue-rotate(201deg) brightness(93%) contrast(89%);
}

button#quizNext.next-text-btn {
  background: #6264cb;
}

.text-center.nothing-found {
  display: block;
  width: 100%;
}

.artist_lists-wrapper .text-center.nothing-found {
    margin-top: 40px;
}

.read-more-link {
  display: none;
}

span.three_d {
  position: absolute;
  left: 25px;
  top: 25px;
  z-index: 91;
  color: #fff;
  background: linear-gradient(211.61deg, #5053A2 24.44%, #4D509C 30.86%, #1E1F3C 131.5%);
  padding: 8px;
  border-radius: 100%;
}

section.history .history-wrap .history-objects-slider .history-object-wrap .object-item {
  position: relative;
}



/* COOKIE POPUP START */


.cookie-form-popup {
  background: #F8F8F8;
  box-shadow: 0px -4px 20px rgba(0, 0, 0, 0.1);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 0px;
  display: none;
  z-index: 9991;
}

.cookie-inside {
  display: flex;
  align-items: center;
}

.cookie-inside-btns {
  display: flex;
  align-items: center;
}

.cookie-inside-btns a {
  white-space: nowrap;
  margin-left: 20px;
}

.cookie-inside-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 141.2%;
  color: #000000;
}

a#rejectAll {
  border: 2px solid;
  background: transparent;
  border-radius: 36px;
  color: #0f0f0f;
  font-size: 1em;
  line-height: 120%;
  text-align: center;
  padding: 20px 40px;
  transition: var(--slow);
  text-decoration: none;
  cursor: pointer;
}


@media (max-width: 768px) {
  .cookie-inside {
    flex-direction: column;
    align-items: baseline;
  }

  a#rejectAll {
      font-size: 0.875em;
      padding: 11px 20px;
      margin-left: 0;
  }

  .cookie-inside-btns {
      margin-top: 20px;
  }

  a#setCookie {
    margin-left: 10px;
  }
}
/* COOKIE POPUP END */


.filter-search-wrap {
  position: relative;
}


.sortable-name {
  background: rgba(233, 233, 250, 1);
  border-radius: 30px;
  text-align: center;
  padding: 13px 30px;
  height: calc(100% - 2px);
  position: relative;
  top: 1px;
  cursor: pointer;
  right: 1px;
  font-size: 16px;
  display: flex;
  align-items: center;
}

.sortable-dropdown {
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.05);
  top: 101%;
  max-height: 0px;
  overflow: hidden;
  padding: 0;
  transition: all 0.3s ease-in-out;
}

.sortable-dropdown a {
  display: block;
  padding: 10px 10px;
  font-size: 14px;
  font-weight: 300;
  color: rgba(16, 16, 16, 1);
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.sortable-dropdown a:hover {
  background: rgba(233, 233, 250, 0.5);
}

.show-sort .sortable-dropdown {
  max-height: 100px;
  padding: 5px 0px;
}

.sortable-block {
  margin-right: 30px;
}

.sortable-name:after {
  content: "";
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6" fill="none"><path d="M0 0.5L5 5.5L10 0.5L0 0.5Z" fill="black"/></svg>');
  width: 10px;
  height: 6px;
  display: inline-block;
  margin-left: 6px;
  position: relative;
  top: 0px;
}

a.active-sort:after {
    content: "";
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="12" viewBox="0 0 16 12" fill="none"><path d="M5.50001 9.47501L2.02501 6.00001L0.841675 7.17501L5.50001 11.8333L15.5 1.83334L14.325 0.65834L5.50001 9.47501Z" fill="%234CAF50"/></svg>');
    width: 16px;
    height: 12px;
    display: block;
}

a.active-sort {
    position: relative;
    background: rgba(233, 233, 250, 0.5);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.btn.primary.filter-btn-popup.active-btn-filter {
  background: transparent;
  border-color: #6264cb;
}

.btn.primary.filter-btn-popup.active-btn-filter span {
  color: #6264cb;
}

.btn.primary.filter-btn-popup.active-btn-filter span img {
  filter: brightness(0) saturate(100%) invert(43%) sepia(14%) saturate(2430%) hue-rotate(201deg) brightness(93%) contrast(89%);
}

a.link-change-view.link-filter-view {
  background: transparent;
  border-color: #6264cb;
  color: #6264cb;
}

a.link-change-view.link-filter-view img {
  filter: brightness(0) saturate(100%) invert(43%) sepia(14%) saturate(2430%) hue-rotate(201deg) brightness(93%) contrast(89%);
}

.filter-box-museums.preload {
  overflow: hidden;
}

.sortable-block.show-sort {
  position: relative;
}

section.history .history-wrap .history-top .history-years-slider .slick-slide.slick-active {position: relative;}

section.history .history-wrap .history-top .history-years-slider .slick-slide.slick-current .history-year:after {
    content: "";
    position: absolute;
    top: 49px;
    height: 12px;
    width: 70px;
    border-radius: 20px;
    background-color: var(--main-black);
    transition: var(--slow);
    z-index: 9999;
}

.history-years-slider .slick-list.draggable {
    padding-bottom: 50px;
}

section.history .history-wrap .history-top .history-years-range {
    margin-top: -30px;
}

section.history .history-wrap .history-top .history-years-range span {
    display: none;
}


.cookie-form-popup .container {
  padding: 0px 80px;
  max-width: 100%;
}


















@media (min-width: 768px) {
  .filter-active .filters-box .section-filter {
    position: sticky;
    top: 30px;
    overflow-y: scroll;
    max-height: calc(100vh - 30px);
    overflow-x: hidden;
}
  
  .filter-active .filters-box {
    height: 100%;
  }
}



@media screen and (max-width: 1600px) {
  .object-item .item-link .thumbnail {
    height: 200px;
  }

  section.history .history-wrap .history-objects-slider {
    margin: -10px -10px 0px;
  }

  section.history .history-wrap .history-objects-slider .history-object-wrap .object-item {
    padding: 10px;
  }

  @media screen and (min-width: 576px) {
    .object-item .item-link:hover::after, 
    .object-item .item-link:active::after, 
    .object-item .item-link:focus::after, 
    .object-item .item-link:focus-visible::after {
      left: -10px;
      top: -10px;
      right: -10px;
      bottom: -10px;
    }
  }
}




@media (max-width: 1500px) {
  .entry-title h3 {
    font-size: 16px;
  }
}


@media (max-width: 1440px) {
  .logo-about-lists img {
    max-width: 100%;
}
}

@media screen and (max-width: 1399px) {
  .container-fluid {
    padding: 0px 40px;
  }

  header.header .header-wrap {
    padding: 40px 40px 20px;
  }

  header.header.fixed .header-wrap {
    padding: 15px 40px;
  }

  .main_slider_wrapper .caption-wrap {
    padding-left: 40px;
  }

  section.main .main-item .caption .caption-wrap {
    padding-top: 40px;
    padding-bottom: 20px;
    max-width: 50%;
  }

  .main_slider_wrapper .caption-wrap h1 {
    font-size: 3em;
  }

  .main_slider_wrapper .caption-wrap h1 u::after {
    height: 3px;
  }

  section.main .main-item .caption .footer-panel {
    padding-top: 15px;
    padding-bottom: 30px;
  }
  
  section.main .main-item .caption .footer-panel .scroll-down-btn {
    width: 110px;
    min-width: 110px;
    height: 110px;
  }

  h2.section-title {
    font-size: 2.25em;
  }

  h2.section-title u::after {
    height: 3px;
  }

  section.category {
    padding: 28px 40px;
  }

  .title-wrap .slider-arrows .slick-arrow {
    width: 60px;
    min-width: 60px;
    height: 60px;
  }

  section.category .title-wrap {
    margin-bottom: 18px;
  }

  section.category .category-slider {
    margin: -15px -15px 0px;
  }

  section.category .category-slider .category-item {
    padding: 15px;
  }

  .category-item .item-link .caption p.h3 {
    font-size: 1.5em;
  }

  section.category .btn-wrap {
    margin-top: 10px;
  }

  section.quiz {
    padding: 28px 40px;
  }

  section.quiz .title-uppertitle {
    margin-bottom: 18px;
  }

  section.quiz .quiz-wrap .quiz-desc {
    padding-right: 30px;
  }

  section.quiz .quiz-wrap .quiz-desc h2.section-title {
    margin-bottom: 18px;
  }

  section.quiz .quiz-wrap .quiz-desc .title-undertitle {
    margin-bottom: 36px;
  }

  section.quiz .quiz-wrap .quiz-desc .quiz-form p.h3 {
    font-size: 1.375em;
    margin-bottom: 18px;
  }

  section.quiz .quiz-wrap .quiz-desc .quiz-form .answers-list {
    margin: -10px -10px 0px;
  }

  section.quiz .quiz-wrap .quiz-desc .quiz-form .answers-list .answer {
    padding: 10px;
  }

  section.quiz .quiz-wrap .quiz-desc .quiz-form .answers-list .answer .checkmark {
    padding: 12px;
  }

  section.quiz .quiz-wrap .quiz-desc .quiz-form .answers-list .answer .checkmark::before {
    width: 40px;
    min-width: 40px;
    height: 40px;
    margin-right: 12px;
  }

  section.quiz .quiz-wrap .quiz-desc .quiz-form button.quiz-button {
    margin-top: 10px;
    padding: 16px 56px;
  }

  section.quiz .quiz-wrap .quiz-context {
    padding-left: 30px;
  }

  section.history {
    padding: 28px 40px;
  }

  section.history .title-wrap {
    margin-bottom: 8px;
  }

  section.history .history-wrap .history-top {
    margin-bottom: 20px;
  }

  section.history .history-wrap .history-top .history-years-slider .slick-arrow.slick-prev {
    margin-right: 20px;
  }

  section.history .history-wrap .history-top .history-years-slider .slick-arrow.slick-next {
    margin-left: 20px;
  }

  section.history .history-wrap .history-top .history-years-slider .history-year span {
    font-size: 1.375em;
  }

  section.history .history-wrap .history-top .history-years-slider .history-year span::after {
    height: 2px;
  }

  section.history .history-wrap .history-top .history-years-range {
    margin-top: -27px;
  }

  section.history .btn-wrap {
    margin-top: 10px;
  }

  .object-item .item-link .thumbnail {
    height: 160px;
  }

  a.btn {
    padding: 16px 56px;
  }

  section.exhibits {
    padding: 28px 40px;
  }

  .exhibit-item .item-link .caption p.h3 {
    font-size: 1.5em;
  }

  section.exhibits .btn-wrap {
    margin-top: 10px;
  }

  section.authors {
    padding: 28px 40px;
  }

  section.authors .authors-desc {
    padding-right: 45px;
    top: 28px;
  }

  section.authors .authors-desc .title-uppertitle {
    margin-bottom: 18px;
  }

  section.authors .authors-desc h2.section-title {
    margin-bottom: 18px;
  }

  section.authors .authors-desc a.btn {
    margin-top: 10px;
  }

  section.learn-art {
    padding: 28px 40px;
  }

  section.learn-art .title-wrap {
    margin-bottom: 30px;
  }

  section.learn-art .title-wrap h2.section-title::after {
    width: 122px;
    height: 40px;
    margin-left: 18px;
    margin-top: -10px;
  }

  section.learn-art .arts-list {
    margin: 0px -25px;
  }

  .arts-item .item-link {
    padding: 20px 0px;
  }

.arts-item a.item-link .desc {
    font-size: 16px;
}

.arts-item a.item-link:after {
    top: 25px;
}

  .arts-item .item-link .thumbnail {
    margin-bottom: 22px;
  }

  .arts-item .item-link .caption p.h3 {
    font-size: 1.375em;
    margin-bottom: 16px;
  }

  .arts-item .item-link .caption p.desc {
    font-size: 0.875em;
  }

  section.learn-art .btn-wrap {
    margin-top: 20px;
  }

  section.info {
    padding: 44px 40px 64px;
  }

  section.info h3.section-title {
    font-size: 2em;
    margin-bottom: 22px;
  }

  section.info p {
    font-size: 1em;
  }

  section.info a.btn {
    margin-top: 10px;
  }

  .faq-container .card .card-header {
    padding: 16px 0px;
  }

  .faq-container .card .card-header button {
    font-size: 1.125em;
    padding-right: 50px;
  }

  .faq-container .card .card-body {
    padding-bottom: 16px;
  }

  .faq-container .card .card-body p {
    font-size: 1em;
  }

  footer.footer {
    padding: 40px;
  }

  footer.footer .footer-top {
    padding-bottom: 40px;
  }

  footer.footer .footer-top .footer-left p.h2 {
    font-size: 2.5em;
  }

  footer.footer .footer-top .footer-right .gerb-main img {
    width: 140px;
    height: 140px;
  }

  footer.footer .footer-info .footer-left .footer-logos {
    margin-bottom: 30px;
  }

  footer.footer .footer-info .footer-right .footer-menus ul li {
    margin-bottom: 28px;
  }

  footer.footer .footer-info .footer-right .footer-menus ul li a[href*="facebook.com"]::before {
    margin-right: 12px;
  }
  
  footer.footer .footer-info .footer-right .footer-menus ul li a[href*="instagram.com"]::before {
    margin-right: 12px;
  }
  
  footer.footer .footer-info .footer-right .footer-menus ul li a[href*="youtube.com"]::before {
    margin-right: 12px;
  }

  footer.footer .footer-copyright {
    padding-top: 30px;
  }

  footer.footer .footer-copyright p {
    font-size: 1em;
  }

  footer.footer .footer-copyright span {
    font-size: 1em;
  }

  footer.footer .footer-copyright span::after {
    width: 16px;
    min-width: 16px;
    height: 26px;
    margin-left: 8px;
  }

  .mobile-menu {
    padding: 170px 0px 30px;
  }

  .mobile-menu::before {
    height: 170px;
  }

  .mobile-menu::after {
    height: 30px;
  }

  .mobile-menu.fixed {
    padding-top: 100px;
  }
  
  .mobile-menu.fixed::before {
    height: 100px;
  }

  .mobile-menu .mobile-menu-wrap .menu-left .menu > li {
    margin-bottom: 28px;
  }

  .mobile-menu .mobile-menu-wrap .menu-left .menu > li > a {
    font-size: 2em;
  }

  .mobile-menu .mobile-menu-wrap .menu-left .menu > li > a::after {
    height: 3px;
  }

  .mobile-menu .mobile-menu-wrap .menu-right .menu > li {
    margin-bottom: 18px;
  }

  .mobile-menu .mobile-menu-wrap .menu-right .socials {
    margin: 40px -10px 0px;
  }

  .mobile-menu .mobile-menu-wrap .menu-right .socials > li {
    margin: 0px 10px;
  }

  .mobile-menu .mobile-menu-wrap .menu-right .socials > li > a::before {
    width: 46px;
    min-width: 46px;
    height: 46px;
  }

  .search-menu {
    padding: 50px 0px 30px;
  }

  .search-menu .search-menu-wrap form .search-wrap input {
    font-size: 2em;
  }

  .search-menu .search-menu-wrap .popular {
    padding-top: 24px;
  }

  h1.product-title {
    font-size: 28px;
}

ul.social-share-lists {
    margin-top: 20px;
}

.main_product-information {
    width: calc(50% - 20px);
}

.image.art-image {
    width: calc(50% - 20px);
}

.default_page-desc.about-desc-main p {
  font-size: 20px;
}

.about_desc.about-desc2 p {
  font-size: 24px;
}

.about_desc ul li p:last-child {
  font-size: 18px;
}

.about_desc ul li p:first-child {
  font-size: 24px;
}

section.main_inner-slide {
  height: 200px;
}
}

@media (max-width: 1290px) {
  .alphabet_lists a {
    min-width: 32px;
  }

  .alphabet_lists {
      overflow-x: scroll;
  }

  header.header .header-wrap .menu > li {
    margin: 0px 15px;
  }

  .logo-about-lists img:last-child {
    margin-left: 0;
}

}

@media screen and (max-width: 1199px) {
  header.header {
    top: -30px;
  }

  header.header .top-line {
    min-height: 30px;
  }

  header.header .top-line .top-line-wrap span {
    font-size: 0.875em;
  }

  header.header .header-wrap {
    min-height: 80px;
    padding: 30px 40px 20px;
  }

  header.header.fixed .header-wrap {
    padding: 10px 40px;
  }

  header.header .header-wrap a.logo {
    margin-right: 20px;
  }

  header.header .header-wrap a.logo img {
    margin-right: 12px;
    /* width: 55px; */
    min-width: 55px;
    height: 55px;
    max-width: 150px;
  }

  header.header .header-wrap a.logo span {
    font-size: 0.875em;
    max-width: 140px;
  }

  header.header .header-wrap .menu > li {
    margin: 0px 12px;
  }

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

  header.header .header-wrap form .search-wrap input {
    height: 26px;
    background-size: 26px 26px;
    padding-right: 30px;
  }

  header.header .header-wrap .accessibility img {
    width: 28px;
    min-width: 28px;
    height: 28px;
  }

  header.header .header-wrap .accessibility span {
    font-size: 0.875em;
  }

  header.header .header-wrap .lang-btn {
    padding: 12px;
    min-height: 42px;
  }

  header.header .header-wrap .lang-btn span {
    font-size: 0.875em;
  }

  header.header .header-wrap .search-btn {
    padding: 12px 13px;
    min-height: 42px;
  }
  header.header .header-wrap .search-btn img {
    width: 18px;
    min-width: 18px;
    height: 18px;
  }

  header.header .header-wrap .search-btn span {
    font-size: 0.875em;
  }

  header.header .header-wrap .menu-btn {
    padding: 12px 16px;
    min-height: 42px;
  }

  header.header .header-wrap .menu-btn img {
    width: 18px;
    min-width: 18px;
    height: 18px;
  }

  header.header .header-wrap .menu-btn span {
    font-size: 0.875em;
  }

  section.main .main-item .caption {
    padding-top: 110px;
  }

  .main_slider_wrapper .caption-wrap h1 {
    font-size: 2.75em;
  }

  section.main .main-item .caption .footer-panel .scroll-down-btn {
    width: 90px;
    min-width: 90px;
    height: 90px;
  }

  .title-wrap .slider-arrows .slick-arrow {
    width: 50px;
    min-width: 50px;
    height: 50px;
  }

  h2.section-title {
    font-size: 2em;
  }

  section.category .category-slider {
    margin: -10px -10px 0px;
  }

  section.category .category-slider .category-item {
    padding: 10px;
  }

  @media screen and (min-width: 576px) {
    .category-item .item-link:hover::after, 
    .category-item .item-link:active::after, 
    .category-item .item-link:focus::after, 
    .category-item .item-link:focus-visible::after {
      left: -10px;
      right: -10px;
      top: -10px;
      bottom: -10px;
    }
  }

  .category-item .item-link .caption {
    padding: 15px;
  }

  .category-item .item-link .caption p.h3 {
    font-size: 1.375em;
  }

  section.quiz .title-uppertitle {
    font-size: 1.125em;
  }

  section.quiz .quiz-wrap .quiz-desc {
    padding-right: 15px;
  }

  section.quiz .quiz-wrap .quiz-desc .quiz-form p.h3 {
    font-size: 1.25em;
  }

  section.quiz .quiz-wrap .quiz-desc .quiz-form .answers-list .answer .checkmark {
    font-size: 1em;
  }

  section.quiz .quiz-wrap .quiz-desc .quiz-form .answers-list .answer .checkmark::before {
    width: 34px;
    min-width: 34px;
    height: 34px;
    margin-right: 8px;
  }

  .arts-item a.item-link:after {
    top: 20px;
}

.arts-item a.item-link .desc {
    font-size: 14px;
}

  section.quiz .quiz-wrap .quiz-context {
    padding-left: 15px;
  }

  section.quiz .quiz-wrap .quiz-context .thumbnail-undertitle {
    font-size: 1.125em;
  }

  section.history .history-wrap .history-top .history-years-slider .slick-arrow {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }

  section.history .history-wrap .history-top .history-years-slider .slick-arrow.slick-prev {
    margin-right: 20px;
  }

  section.history .history-wrap .history-top .history-years-slider .slick-arrow.slick-next {
    margin-left: 20px;
  }

  section.history .history-wrap .history-top .history-years-slider .history-year span {
    font-size: 1.25em;
  }

  section.history .history-wrap .history-top .history-years-range {
    height: 8px;
    width: calc(100% - 50px);
    margin-left: 25px;
    margin-right: 25px;
  }

  section.history .history-wrap .history-top .history-years-range .ui-slider-handle {
    height: 8px;
    width: 50px;
  }

  section.history .history-wrap .history-top .history-years-range::after {
    left: -25px;
    right: -25px;
  }

  .object-item .item-link .thumbnail {
    height: 160px;
  }

  section.exhibits .exhibits-slider {
    margin: -10px -10px 0px;
  }

  @media screen and (min-width: 576px) {
    .exhibit-item .item-link:hover::after, 
    .exhibit-item .item-link:active::after, 
    .exhibit-item .item-link:focus::after, 
    .exhibit-item .item-link:focus-visible::after {
      top: -10px;
      left: -10px;
      right: -10px;
      bottom: -10px;
    }
  }

  section.exhibits .exhibits-slider .exhibit-item {
    padding: 10px;
  }

  .exhibit-item .item-link .caption {
    padding: 15px;
  }

  .exhibit-item .item-link .caption span.author {
    font-size: 0.875em;
  }

  .exhibit-item .item-link .caption p.h3 {
    font-size: 1.25em;
  }

  .exhibit-item .item-link .caption span.year {
    font-size: 0.875em;
  }

  section.authors .authors-desc {
    padding-right: 15px;
  }

  section.authors .authors-desc .title-uppertitle {
    font-size: 1.125em;
  }

  section.authors .authors-list {
    margin: 0px -10px;
    width: calc(100% / 2 + 20px);
  }

  section.authors .authors-list .authors-item {
    padding: 10px;
  }

  @media screen and (min-width: 576px) {
    .authors-item .item-link:hover::after, 
    .authors-item .item-link:active::after,
    .authors-item .item-link:focus::after, 
    .authors-item .item-link:focus-visible::after {
      top: -10px;
      left: -10px;
      right: -10px;
      bottom: -10px;
    }
  }

  section.learn-art .arts-list {
    margin: 0px -15px;
  }

  section.learn-art .arts-list .arts-item {
    padding: 0px 10px;
  }

  .arts-item .item-link {
    padding: 15px 0px;
  }

  .arts-item .item-link .thumbnail img {
    width: 72px;
    height: 72px;
  }

  .arts-item .item-link .thumbnail::after {
    width: 72px;
    height: 72px;
  }

  .arts-item .item-link .caption p.h3 {
    font-size: 1.25em;
  }

  .arts-item .item-link .caption p.desc {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
  }

  section.learn-art .btn-wrap p {
    font-size: 1em;
  }

  section.info {
    padding: 40px;
  }

  section.info h3.section-title {
    font-size: 1.75em;
  }

  footer.footer .footer-top {
    padding-bottom: 30px;
  }

  footer.footer .footer-top .footer-left p.h2 {
    font-size: 2.25em;
    max-width: 350px;
  }

  footer.footer .footer-top .footer-right .gerb-main img {
    width: 120px;
    height: 120px;
  }

  footer.footer .footer-info .footer-left form .search-wrap {
    width: 100%;
  }

  footer.footer .footer-info .footer-left form .search-wrap input[type="search"] {
    width: 100%;
    font-size: 0.875em;
  }

  footer.footer .footer-info .footer-left form .search-wrap input[type="submit"] {
    font-size: 0.875em;
  }

  footer.footer .footer-info .footer-right .footer-menus ul li a {
    font-size: 0.875em;
  }

  footer.footer .footer-info .footer-right .footer-menus ul li a[href*="facebook.com"]::before {
    width: 30px;
    min-width: 30px;
    height: 30px;
  }
  
  footer.footer .footer-info .footer-right .footer-menus ul li a[href*="instagram.com"]::before {
    width: 30px;
    min-width: 30px;
    height: 30px;
  }
  
  footer.footer .footer-info .footer-right .footer-menus ul li a[href*="youtube.com"]::before {
    width: 30px;
    min-width: 30px;
    height: 30px;
  }

  footer.footer .footer-copyright p {
    font-size: 0.875em;
  }

  footer.footer .footer-copyright span {
    font-size: 0.875em;
  }

  .mobile-menu {
    padding: 140px 0px 30px;
  }

  .mobile-menu::before {
    height: 140px;
  }

  .mobile-menu.fixed {
    padding-top: 90px;
  }

  .mobile-menu.fixed::before {
    height: 90px;
  }

  .mobile-menu .mobile-menu-wrap .menu-left .menu > li > a {
    font-size: 1.75em;
  }

  .entry-title h3 {
    font-size: 14px;
}

.card-link-item {
    padding: 6px;
}

span.card_item-location {
    top: calc(100% - 15px);
}

header.header .header-wrap .accessibility {
  width: auto;
  padding: 0 8px;
  min-height: 42px;
}

.entry-title {
    padding: 15px 5px 5px;
}

label.has-star {
    margin-bottom: 10px;
}

.filter_val_list > label .custom-checkbox-filter {
    font-size: 12px;
    padding: 0px 10px;
    border-radius: 10px;
}

span.select2-selection__placeholder {
    font-size: 12px;
}

.card-item {
    padding: 10px;
    flex-basis: 25%;
}

.works-list {
    margin: -10px;
}

.card-link-item.card-link-item-quiz {
  padding: 20px;
}

.quiz_title {
  font-size: 20px;
}

.card-item-quiz:nth-child(3) .quiz_title {
  font-size: 36px;
}

.card-item-quiz:nth-child(3) .quiz_cat {
  font-size: 16px;
}

.museum_quiz_item .card-item-quiz .quiz_title {
  font-size: 36px;
}

.museum_quiz_item .card-item-quiz .quiz_cat {
  font-size: 16px;
}

.card-item-quiz .thmb {
  padding-top: 180px;
}

.text-question {
  font-size: 14px;
  margin-top: 20px;
}

.quiz-body {
  padding: 20px;
}

.quiz h3 {
  line-height: 1.2;
  font-size: 21px;
  margin-bottom: 20px;
}

.question .quiz ul li label {
  font-size: 16px;
  padding: 16px 20px;
  border-radius: 15px;
}

.question .quiz ul {
  margin: 0px -10px;
}

.question .quiz ul li {
  flex-basis: calc(50% - 20px);
  margin: 10px;
  padding-right: 1px;
}

.museum_title {
  font-size: 14px;
  margin-top: 10px;
}

.quiz_inner-wrapper {
  margin-top: 20px;
}

.quiz {
  padding-right: 4px;
}

.about_desc h2 {
  font-size: 32px;
}

.about-wrap h1.page-title {
  font-size: 32px;
}

.about_desc > p {
  font-size: 18px;
}

.about_desc ul li strong {
  font-size: 20px;
}

.partner_lists > div {
  padding: 25px;
}

a.contact_mail {
  font-size: 18px;
}

header.header.fixed.scroll-up {
  height: 110px !important;
}

.visible-xs {
  display: flex !important;
}

.footer_search-title {
  font-size: 16px;
}

.footer_search-bottom {
  font-size: 16px;
}

section.history .history-wrap .history-top .history-years-slider .slick-slide.slick-current .history-year:after {
  width: 50px;
  height: 8px;
  top: 40px;
}

.history-years-slider .slick-list.draggable {
  padding-bottom: 43px;
}

}

@media screen and (max-width: 991px) {
  header.header .container-fluid {
    padding: 0px 20px;
  }
  
  header.header .header-wrap .lang-btn {
    margin-left: auto;
  }

  .container-fluid {
    padding: 0px 20px;
  }

  header.header .header-wrap {
    padding: 15px 0px;
  }
  
  header.header .header-wrap .accessibility {
    display: none;
  }

  section.main {
    min-height: 375px;
    position: relative;
  }

  .main_slider_wrapper .caption-wrap {
    padding-left: 0px;
    top: 140px;
  }

  .main_slider_wrapper .caption-wrap h1 {
      font-size: 2em;
      max-width: 470px;
  }

  .slider_subtitle {
    font-size: 18px;
    margin-top: 10px;
    max-width: 350px;
}

  .main_slider_wrapper .caption-wrap a.btn {
      margin-top: 20px;
  }

  section.main .slick-list .slick-track .slick-slide > div .main-item .caption .container-fluid {
    padding: 0px 40px;
  }

  section.main .main-item .caption .caption-wrap {
    max-width: 100%;
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .main_slider_wrapper .caption-wrap h1 {
    font-size: 2em;
  }

  .main_slider_wrapper .caption-wrap h1 u::after {
    height: 2px;
  }

  section.main .main-item .caption .footer-panel {
    max-height: none;
    padding-bottom: 70px;
  }

  section.main .main-item .caption .footer-panel .scroll-down-btn {
    display: none;
  }

  section.main .main-item .caption .footer-panel .title {
    font-size: 0.875em;
    display: none;
  }

  ul.slick-dots {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style: none;
  }

  ul.slick-dots li {
    margin: 3px;
    display: flex;
    align-items: center;
  }

  ul.slick-dots li button {
    width: 15px;
    min-width: 15px;
    height: 15px;
    border-radius: 100%;
    border: 2px solid var(--main-primary);
    background: transparent;
    font-size: 0;
    color: transparent;
    transition: var(--slow);
  }

  ul.slick-dots li.slick-active button {
    background-color: var(--main-primary);
  }

  section.main ul.slick-dots {
    position: absolute;
    left: 0px;
    bottom: 24px;
    display: none !important;
  }

  .gray-main-bg {
    padding: 0px 0px 20px;
  }

  .gray-main-bg.first-gray {
    padding-top: 20px;
  }

  section.category {
    padding: 20px;
    border-radius: 20px;
    position: relative;
    margin-bottom: 20px;
  }

  section.category::before,
  section.category::after {
    display: none;
  }

  h2.section-title {
    font-size: 1.75em;
  }

  h2.section-title u::after {
    height: 2px;
  }

  section.category .category-slider {
    margin: -6px -6px 0px;
  }

  section.category .category-slider .category-item {
    padding: 6px;
  }

  @media screen and (min-width: 576px) {
    .category-item .item-link:hover::after, 
    .category-item .item-link:active::after, 
    .category-item .item-link:focus::after, 
    .category-item .item-link:focus-visible::after {
      left: -6px;
      right: -6px;
      top: -6px;
      bottom: -6px;
    }
  }

  .category-item .item-link .caption p.h3 {
    font-size: 1.25em;
  }

  .category-item .item-link .caption p.desc {
    font-size: 0.875em;
  }

  section.category .category-slider .slick-dots {
    margin-top: 4px;
  }

  section.category .btn-wrap {
    margin-top: 14px;
  }

  a.btn {
    padding: 12px 36px;
  }

  section.quiz {
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
    position: relative;
  }

  section.quiz::before,
  section.quiz::after {
    display: none;
  }

  section.quiz .quiz-wrap .quiz-desc .quiz-form button.quiz-button {
    padding: 12px 36px;
  }

  section.quiz .quiz-wrap .quiz-context .thumbnail-undertitle {
    font-size: 1em;
  }

  section.quiz .quiz-wrap .quiz-desc .quiz-form p.h3 {
    font-size: 1.125em;
  }

  section.quiz .quiz-wrap .quiz-desc .quiz-form .answers-list {
    margin: -5px -5px 0px;
  }

  section.quiz .quiz-wrap .quiz-desc .quiz-form .answers-list .answer {
    width: 100%;
    padding: 5px;
  }

  section.quiz .quiz-wrap .quiz-desc .quiz-form .answers-list .answer .checkmark {
    padding: 10px;
  }

  section.history {
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
    position: relative;
  }

  section.history::before,
  section.history::after {
    display: none;
  }

  section.history .title-wrap {
    margin-bottom: 18px;
  }

  section.history .history-wrap .history-top .history-years-slider .slick-arrow {
    width: 35px;
    min-width: 35px;
    height: 35px;
    background-size: 30% 50%;
  }

  section.history .history-wrap .history-top .history-years-slider .slick-arrow.slick-prev {
    margin-right: 10px;
  }

  section.history .history-wrap .history-top .history-years-slider .slick-arrow.slick-next {
    margin-left: 10px;
  }

  section.history .history-wrap .history-top .history-years-range {
    margin-top: -10px;
  }

  .history-years-slider .slick-list.draggable {
    padding-bottom: 26px;
  }

  section.history .history-wrap .history-objects-slider {
    margin: -6px -6px 0px;
  }

  section.history .history-wrap .history-objects-slider .history-object-wrap .object-item {
    padding: 6px;
  }

  @media screen and (min-width: 576px) {
    .object-item .item-link:hover::after, 
    .object-item .item-link:active::after, 
    .object-item .item-link:focus::after, 
    .object-item .item-link:focus-visible::after {
      left: -6px;
      top: -6px;
      right: -6px;
      bottom: -6px;
    }
  }

  .object-item .item-link .thumbnail {
    height: 120px;
  }

  section.history .btn-wrap {
    margin-top: 14px;
  }

  section.exhibits {
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
    position: relative;
  }

  section.exhibits::before,
  section.exhibits::after {
    display: none;
  }

  section.exhibits .title-undertitle {
    margin-bottom: 24px;
  }

  section.exhibits .exhibits-slider {
    margin: -6px -6px 0px;
  }

  section.exhibits .exhibits-slider .exhibit-item {
    padding: 6px;
  }

  @media screen and (min-width: 576px) {
    .exhibit-item .item-link:hover::after, 
    .exhibit-item .item-link:active::after, 
    .exhibit-item .item-link:focus::after, 
    .exhibit-item .item-link:focus-visible::after {
      top: -6px;
      left: -6px;
      right: -6px;
      bottom: -6px;
    }
  }

  .exhibit-item .item-link .thumbnail {
    padding-top: 130%;
  }

  .exhibit-item .item-link .caption {
    padding: 15px;
  }

  section.exhibits .exhibits-slider ul.slick-dots {
    margin-top: 14px;
  }

  section.exhibits .btn-wrap {
    margin-top: 14px;
  }

  section.authors {
    padding: 20px;
    border-radius: 20px;
    position: relative;
  }

  section.authors .authors-desc {
    position: relative;
    top: 0px;
  }

  section.authors .authors-list {
    margin: 0px -6px;
    width: calc(100% / 2 + 12px);
  }

  section.authors .authors-list .authors-item {
    padding: 6px;
  }

  @media screen and (min-width: 576px) {
    .authors-item .item-link:hover::after, 
    .authors-item .item-link:active::after, 
    .authors-item .item-link:focus::after, 
    .authors-item .item-link:focus-visible::after {
      top: -6px;
      left: -6px;
      right: -6px;
      bottom: -6px;
    }
  }

  section.learn-art {
    padding: 20px;
    border-radius: 20px;
  }

  section.learn-art .title-wrap {
    margin-bottom: 18px;
  }

  section.learn-art .title-wrap h2.section-title::after {
    width: 110px;
    height: 34px;
    margin-left: 12px;
    margin-top: -8px;
  }

  .cookie-form-popup .container {
    padding: 0px 20px;
    max-width: 100%;
}

  section.learn-art .arts-list {
    flex-wrap: wrap;
    margin: -10px -15px 0px;
  }

  section.learn-art .arts-list .arts-item {
    width: calc(100% / 2);
    padding: 10px;
  }

  .arts-item .item-link {
    padding: 15px 0px 10px;
  }

  .arts-item .item-link .thumbnail {
    margin-bottom: 18px;
  }

  .arts-item .item-link .thumbnail img {
    width: 62px;
    height: 62px;
  }

  .arts-item .item-link .thumbnail::after {
    width: 62px;
    height: 62px;
  }

  section.learn-art .btn-wrap {
    margin-top: 10px;
  }

  section.info {
    padding: 20px;
    border-radius: 20px;
  }

  .container-fluid .row [class*="col-"]:has(section.info.faq) {
    padding-top: 20px;
  }

  section.info h3.section-title {
    font-size: 1.5em;
    margin-bottom: 18px;
  }

  .faq-container .card {
    border-width: 2px;
  }

  .faq-container .card:last-child {
    border-width: 2px;
  }

  .faq-container .card .card-header {
    padding: 15px 0px;
  }

  .faq-container .card .card-header button {
    padding-right: 38px;
  }

  .faq-container .card .card-header button .cross {
    width: 30px;
    min-width: 30px;
    height: 30px;
  }

  .faq-container .card .card-header button .cross::after, 
  .faq-container .card .card-header button .cross::before {
    height: 2px;
  }

  .faq-container .card .card-body {
    padding-bottom: 15px;
  }

  footer.footer {
    padding: 20px;
    border-radius: 20px;
  }

  footer.footer .footer-top {
    margin: 0px -10px;
    padding-bottom: 20px;
  }

  footer.footer .footer-top .footer-left {
    padding: 0px 10px;
  }

  footer.footer .footer-top .footer-left p.h2 {
    font-size: 1.875em;
    margin-bottom: 0px;
    max-width: none;
  }

  footer.footer .footer-top .footer-right {
    padding: 0px 10px;
  }

  footer.footer .footer-top .footer-right .gerb-main img {
    width: 80px;
    height: 80px;
  }

  footer.footer .footer-info {
    margin: 0px;
    flex-direction: column;
  }

  footer.footer .footer-info .footer-left {
    width: 100%;
    padding: 0px 0px 30px;
  }

  footer.footer .footer-info .footer-left .footer-logos {
    margin-bottom: 20px;
  }

  footer.footer .footer-info .footer-right {
    width: 100%;
    padding: 0px;
  }

  footer.footer .footer-info .footer-right .footer-menus {
    margin: 0px -10px;
  }

  footer.footer .footer-info .footer-right .footer-menus ul {
    padding: 0px 10px;
  }

  footer.footer .footer-info .footer-right .footer-menus ul li {
    margin-bottom: 22px;
  }

  footer.footer .footer-copyright {
    padding-top: 20px;
  }

  body.overflow {
    padding-right: 0px;
  }

  .mobile-menu {
    padding: 130px 0px 20px;
  }

  .mobile-menu::before {
    height: 130px;
  }

  .mobile-menu::after {
    height: 20px;
  }

  .mobile-menu.show {
    padding-right: 0px;
  }

  .mobile-menu .mobile-menu-wrap {
    margin: 0px -15px;
  }

  .mobile-menu .mobile-menu-wrap .menu-left {
    padding: 0px 15px;
  }

  .mobile-menu .mobile-menu-wrap .menu-left .menu > li > a {
    font-size: 1.5em;
  }

  .mobile-menu .mobile-menu-wrap .menu-right {
    padding: 0px 15px;
  }

  .mobile-menu .mobile-menu-wrap .menu-right .socials > li > a::before {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }

  .search-menu {
    padding: 40px 0px 30px;
  }

  .search-menu.show {
    padding-right: 0px;
  }

  .search-menu .search-menu-wrap form .search-wrap input {
    font-size: 1.5em;
    padding-bottom: 8px;
  }

  .search-menu .search-menu-wrap form .search-wrap .search-close {
    width: 22px;
    height: 22px;
  }

  .search-menu .search-menu-wrap .popular p.h4 {
    font-size: 1.125em;
  }

  .search-menu .search-menu-wrap .popular .popular-queries .popular-query {
    font-size: 0.875em;
    padding: 6px 12px;
  }

  .filter-works-wrap {
    margin-bottom: 20px;
}

.filter-search-wrap input {
    font-size: 14px;
    height: 45px;
}

.btn.primary.filter-btn {
    height: 45px;
    font-size: 14px;
}

.btn.primary.filter-btn span img {
    margin-right: 5px;
}

label.switch {
    height: 45px;
}

.slider:before {
    height: 35px;
}

img.grid-view {
    top: 10px;
}

img.list-view {
    top: 10px;
}

.filter_val_list > label {
    flex-basis: 100%;
}

.page-nav {
    margin-bottom: 20px;
}



.card-item-quiz {
  flex-basis: calc(100% - 30px);
}

.card-item-quiz:nth-child(3) .thmb {
  padding-top: 200px;
}

.museum_quiz_item .card-item-quiz .thmb {
  padding-top: 200px;
}

header.header.inner_header-wrap {
  height: 110px !important;
}

.partner_lists > div {
  flex-basis: calc(33.33% - 30px);
}

.main_inner-title h1 {
  font-size: 32px;
}

}

@media screen and (max-width: 860px) {
  header.header {
    top: -25px;
  }

  a.btn.btn-login {
    width: auto;
}

  .filter-active .filters-box {
    z-index: 9;
}

  header.header .container-fluid {
    padding: 0px 20px;
  }

  header.header .top-line {
    min-height: 25px;
  }

  header.header .top-line .top-line-wrap span {
    font-size: 0.75em;
  }

  header.header .header-wrap {
    min-height: 60px;
    padding: 5px 0px;
  }

  header.header.fixed .header-wrap {
    padding: 5px 0px;
  }

  header.header .header-wrap a.logo img {
    margin-right: 10px;
    min-width: 45px;
    height: 45px;
    max-width: 120px;
  }

  .main_information-inner {
    position: relative;
    top: 0px;
  }

  .main_slider_wrapper .caption-wrap {
    top: 100px;
    padding-left: 10px;
    padding-right: 20px;
  }

  header.header.fixed.scroll-up {
    height: 100px !important;
}

  section.main {
    min-height: 495px;
    position: relative;
  }

  .main_slider_wrapper .caption-wrap a.btn {
    width: auto;
  }

  header.header .header-wrap a.logo span {
    font-size: 0.75em;
    max-width: 100px;
  }

  header.header .header-wrap .lang-btn {
    display: none;
  }

  header.header .header-wrap .search-btn {
    margin-left: auto;
    padding: 12px;
    background: #000;
  }


  header.header .header-wrap .search-btn img {
    content: url("/img/search-icon-white.svg");
}
  header.header .header-wrap .search-btn span {
    display: none;
  }

  header.header .header-wrap .search-btn img {
    margin-right: 0px;
  }

  header.header .header-wrap .menu-btn {
    padding: 12px;
    display: flex !important
  }

  header.header .header-wrap .menu-btn span {
    display: none;
  }

  header.header .header-wrap .menu-btn img {
    margin-right: 0px;
  }

  .mobile-menu .mobile-menu-wrap .menu-left .lang-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 40px;
    padding: 10px;
    height: 42px;
    width: 42px;
    border-radius: 100%;
    background-color: #FFFFFFE5;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 120%;
    font-weight: 400;
    color: var(--main-black);
  }

  section.main .slick-list .slick-track .slick-slide > div .main-item .caption .container-fluid {
    padding: 0px 20px;
  }

  section.main .main-item .caption {
    padding-top: 85px;
  }

  .main_slider_wrapper .caption-wrap h1 {
    font-size: 2.25em;
  }

  .gray-main-bg {
    padding: 0px 0px 15px;
  }

  .gray-main-bg.first-gray {
    padding-top: 15px;
  }

  .container-fluid {
    padding: 0px 5px;
  }

  section.category {
    padding: 20px 15px;
    margin-bottom: 15px;
  }

  h2.section-title {
    font-size: 1.625em;
  }

  section.quiz {
    padding: 20px 15px;
    margin-bottom: 15px;
  }

  section.quiz .quiz-wrap .quiz-desc {
    width: 100%;
    padding: 0px;
  }

  section.quiz .quiz-wrap .quiz-desc .quiz-context-mobile {
    display: flex;
    flex-direction: column;
    margin-bottom: 16px;
  }

  section.quiz .quiz-wrap .quiz-desc .quiz-context-mobile .thumbnail {
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
  }

  section.quiz .quiz-wrap .quiz-desc .quiz-context-mobile .thumbnail img {
    width: 100%;
    object-fit: contain;
  }

  section.quiz .quiz-wrap .quiz-desc .quiz-context-mobile .thumbnail-undertitle {
    font-size: 1em;
    line-height: 120%;
    font-weight: 300;
    color: var(--main-white);
    margin-top: 12px;
  }

  .exhibit-thmb {
    position: relative;
    top: 0;
    margin-bottom: 20px;
}

  a.transparent-btn {
    padding: 17px 25px;
    margin-top: 20px;
}

  section.quiz .quiz-wrap .quiz-desc .title-undertitle {
    font-size: 0.875em;
  }

  section.quiz .quiz-wrap .quiz-desc .quiz-form button.quiz-button {
    width: 100%;
  }

  section.quiz .quiz-wrap .quiz-context {
    display: none;
  }

  a.btn {
    width: 100%;
  }

  section.history {
    padding: 20px 15px;
    margin-bottom: 15px;
  }

  section.history .history-wrap .history-top .history-years-range {
    height: 6px;
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }

  section.history .history-wrap .history-top .history-years-range .ui-slider-handle {
    width: 30px;
    height: 6px;
  }

  section.history .history-wrap .history-top .history-years-range::after {
    left: -15px;
    right: -15px;
  } 

  .object-item.w-15 {
    width: 33%;
  }
  
  .object-item.w-20 {
    width: 33%;
  }
  
  .object-item.w-25 {
    width: 33%!important;
  }
  
  .object-item.w-35 {
    width: 33%;
  }

  section.exhibits {
    padding: 20px 15px;
    margin-bottom: 15px;
  }

  .exhibit-item .item-link .thumbnail {
    padding-top: 120%;
  }

  section.authors {
    padding: 20px 15px;
    flex-direction: column;
  }

  .form-filter-col select {
    border: none;
    border-bottom: 2px solid var(--Primary-text-color, #101010);
    background: var(--White, #FFF);
    height: 40px;
    border-radius: 0px !important;
    display: flex;
    align-items: center;
    font-size: 13px;
}

  section.authors .authors-desc {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 20px;
  }

  section.authors .authors-list {
    width: calc(100% + 12px);
    padding-left: 0px;
    justify-content: center;
  }

  section.authors .authors-list .authors-item {
    width: calc(100% / 3);
  }

  section.authors .authors-list .authors-item:nth-child(2) {
    margin-top: 0px;
  }

  section.authors .authors-list .authors-item:nth-child(2n + 3) {
    margin-top: 0px;
  }

  section.learn-art {
    padding: 20px 15px;
  }

  section.learn-art .title-wrap h2.section-title::after {
    width: 100px;
    min-width: 100px;
    margin-top: 0px;
  }

  section.info {
    padding: 20px 15px;
  }

  .gray-main-bg:has(footer.footer) {
    padding-bottom: 5px;
  }

  header.header.inner_header-wrap .header-wrap {
    padding: 10px 0px;
}

  footer.footer {
    padding: 20px 15px;
  }

  footer.footer .footer-top .footer-left p.h2 {
    font-size: 1.75em;
  }

  footer.footer .footer-info .footer-left form .search-wrap input[type="search"] {
    padding: 12px 22px;
    border-radius: 8px;
  }

  footer.footer .footer-info .footer-left form .search-wrap input[type="submit"] {
    padding: 12px 10px;
  }

  .mobile-menu {
    padding: 100px 0px 20px;
  }

  .mobile-menu::before {
    height: 100px;
  }

  .search-menu .search-menu-wrap form .search-wrap input {
    font-size: 1.25em;
  }

  .search-menu .search-menu-wrap form .search-wrap .search-close {
    width: 18px;
    height: 18px;
  }

  .search-menu .search-menu-wrap .popular p.h4 {
    font-size: 1em;
  }

  .card-item {
    flex-basis: 33.33%;
}

.slider_logo-item img {
  width: 100%;
  min-width: 100px;
}

.filter-active .card-item {
    flex-basis: 50%;
}

.filter-active .work-list-wrap {
    width: 70%;
}

.filters-box {
    width: calc(30% - 22px);
}

.list-view .card-item {
  flex-basis: 100%;
}

.list-view .thmb {
  min-width: 150px;
}

nav.main_inner-menu {
  display: none;
}

.main.art-box.d-flex {
  flex-direction: column-reverse;
  margin-top: 20px;
}

.main.art-box.d-flex > div {
  width: 100%;
}

.attribute-lists {
  margin-bottom: 20px;
}

.product_wrapper-head.d-flex.justify-space-between {
  flex-direction: column;
}

.wrapper-another-slider ul.slick-dots {
  display: none !important;
}

ul.social-share-lists {
  justify-content: left;
}

.content-wrapper {
  flex-wrap: wrap;
  flex-direction: column-reverse;
}

.filter-box-museums {
  width: 100%;
}

.map-museums {
  margin-left: 0;
  width: 100%;
}

div#map {
  min-height: auto;
  height: 500px;
}

.filter-works-museums .btn.primary.filter-btn {
  width: 45%;
}

.filter-search {
  width: 100% !important;
  order: 3;
}

.filter-works-museums .btn.primary.filter-btn {
  width: 45%;
}

.filter-search {
  width: 100% !important;
  order: 3;
}

.filter-box-museums .filter_val_list > label {
  flex-basis: 50%;
}

.thmb {
  padding-top: 160px;
}

span.card_item-location {
  position: relative;
  opacity: 1;
  visibility: visible;
}

.card_item-tag {
  position: relative;
  visibility: visible;
  opacity: 1;
}

.quiz_cat {
  font-size: 16px;
  line-height: 1.2;
}

.card-item-quiz .thmb {
  padding-top: 180px;
}

.about_desc > p {
  font-size: 16px;
}

.about-wrap h1.page-title {
  font-size: 28px;
}

.about_desc h2 {
  font-size: 26px;
  margin-bottom: 20px;
  line-height: 1.3;
}

.sortable-name {
  font-size: 14px;
  padding: 12px 15px;
}

.sortable-block {
  margin-right: 0px;
}

.about_desc ul li {
  flex-direction: column;
  padding: 20px 0px;
}

.about_desc ul li img {
  margin-right: 0;
  margin-bottom: 20px;
}

.about_desc ul li strong {
  font-size: 18px;
  margin-bottom: 10px;
}

.about_desc ul li p {
  font-size: 14px;
}

.about_wrapper-row > img {
  max-width: 60%;
  left: 10%;
}

.partner_lists > div {
  flex-basis: calc(50% - 20px);
  padding: 10px;
  margin: 10px;
}

.partner_lists {
  margin: 0px -5px;
}

.partner_lists > div img {
  max-width: 40px;
}

.partner_lists > div span {
  font-size: 12px;
  line-height: 1.2;
}

a.contact_mail {
  font-size: 16px;
}

span.authors-item-name {
  font-size: 14px;
}

.slider_logo-scroll {
  overflow-y: scroll;
}

.slider_logo_inner {
  padding: 0px 10px;
}

.slider_logo_inner a {
  padding:  0px 10px;
}

.default_page-desc.about-desc-main.d-flex.flex-wrap {
  flex-direction: column;
}

.about-desc-logotype {
  padding-right: 0;
  margin-bottom: 20px;
}

.logo-about-lists {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}

}


@media (max-width: 767px) {
  .question .quiz-home-slide ul li {
    flex-basis: 100%;
}

section.main_inner-slide:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  background: url(/img/design.svg);
  background-repeat: no-repeat;
  background-position-x: right;
  background-size: 90%;
}
}

@media screen and (max-width: 575px) {
  header.header {
    top: -40px;
  }

  header.header .top-line {
    min-height: 40px;
  }

  a.btn {
    font-size: 0.875em;
  }

  section.main .main-item .thumbnail::after {
    background: var(--main-item-gradient);
    background-color: var(--main-item-bg);
  }

  .main_slider_wrapper .caption-wrap h1 {
    font-size: 2em;
    margin-top: 20px;
}

  h2.section-title {
    font-size: 1.5em;
  }

  .category-item .item-link .thumbnail {
    padding-top: 55%;
  }

  section.quiz .title-uppertitle {
    font-size: 1em;
    margin-bottom: 8px;
  }

  section.quiz .quiz-wrap .quiz-desc .quiz-context-mobile {
    margin-bottom: 8px;
  }

  section.quiz .quiz-wrap .quiz-desc .quiz-context-mobile .thumbnail-undertitle {
    font-size: 1em;
    margin-top: 8px;
  }

  section.quiz .quiz-wrap .quiz-desc .quiz-form button.quiz-button {
    font-size: 0.875em;
  }

  section.history .history-wrap .history-top .history-years-slider .slick-arrow {
    width: 30px;
    min-width: 30px;
    height: 30px;
  }

  section.history .history-wrap .history-top .history-years-slider .history-year span {
    font-size: 0.8em;
  }

  .object-item.w-15 {
    width: 50%;
  }
  
  .object-item.w-20 {
    width: 50%;
  }
  
  .object-item.w-25 {
    width: 50%!important;
  }
  
  .object-item.w-35 {
    width: 50%;
  }

  section.history .history-wrap .history-objects-slider .history-object-wrap .object-item:nth-child(3) {
    width: 100%!important;
  }

  section.history .history-wrap .history-objects-slider .history-object-wrap .object-item:nth-child(1n + 6) {
    display: none;
  }

  .exhibit-item .item-link .thumbnail {
    padding-top: 80%;
  }

  section.authors .authors-desc .title-uppertitle {
    font-size: 1em;
    margin-bottom: 8px;
  }

  section.authors .authors-list .authors-item {
    width: calc(100% / 2);
  }

  section.learn-art .title-wrap h2.section-title {
    flex-direction: column;
  }

  section.learn-art .title-wrap h2.section-title::after {
    align-self: flex-start;
    margin-left: 0px;
    width: 120px;
    min-width: 120px;
    height: 40px;
  }

  .cookie-form-popup .container {
    padding: 0px 15px;
    max-width: 100%;
}

  .history-years-slider .slick-list.draggable {
    padding-bottom: 19px;
}

  section.learn-art .arts-list .arts-item {
    width: 100%;
    padding: 0px 10px;
  }

  .arts-item .item-link {
    flex-direction: row;
  }

  .arts-item .item-link .thumbnail {
    margin: 0px 12px 0px 0px;
  }

  .arts-item .item-link .caption p.h3 {
    font-size: 1.125em;
    margin-bottom: 12px;
  }

  .arts-item .item-link .caption p.desc {
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }

  section.history .history-wrap .history-top .history-years-slider .slick-slide.slick-current .history-year:after {
    width: 35px;
    height: 6px;
    top: 25px;
  }

  section.info h3.section-title {
    font-size: 1.375em;
  }

  footer.footer .footer-top .footer-left {
    width: 100%;
  }

  footer.footer .footer-top .footer-left p.h2 {
    font-size: 1.625em;
  }

  footer.footer .footer-top .footer-right {
    width: auto;
  }

  footer.footer .footer-info .footer-left form .search-wrap {
    flex-direction: row;
  }

  footer.footer .footer-info .footer-left form .search-wrap input[type="search"] {
    margin-right: 10px;
    margin-bottom: 0;
  }

  footer.footer .footer-info .footer-left form .search-wrap input[type="submit"] {
    width: 70%;
  }

  footer.footer .footer-info .footer-right .footer-menus {
    flex-wrap: wrap;
  }

  footer.footer .footer-info .footer-right .footer-menus ul {
    width: calc(50% + 20px);
    margin: 0px -10px;
    display: flex;
    flex-wrap: wrap;
  }

  footer.footer .footer-info .footer-right .footer-menus ul li {
    margin-bottom: 16px;
    width: calc(100% / 1);
    padding: 0px 10px;
  }

  footer.footer .footer-info .footer-right .footer-menus ul li:last-child {
    margin-bottom: 16px;
  }

  footer.footer .footer-info .footer-right .footer-menus ul:has(a[href*="facebook.com"]) li,
  footer.footer .footer-info .footer-right .footer-menus ul:has(a[href*="instagram.com"]) li,
  footer.footer .footer-info .footer-right .footer-menus ul:has(a[href*="youtube.com"]) li {
    margin-top: 22px;
    margin-bottom: 0px;
  }

  footer.footer .footer-copyright {
    flex-direction: column;
  }

  footer.footer .footer-copyright p {
    text-align: center;
    margin-bottom: 12px;
    width: 100%;
    max-width: 100%;
  }

  .footer_search-bottom {
    font-size: 14px;
    margin-top: 10px;
}

  .mobile-menu.fixed {
    padding-top: 60px;
  }

  .mobile-menu.fixed::before {
    height: 60px;
  }

  .mobile-menu .mobile-menu-wrap {
    flex-wrap: wrap;
  }

  .mobile-menu .mobile-menu-wrap .menu-left {
    width: 100%;
    flex-direction: row;
  }

  .mobile-menu .mobile-menu-wrap .menu-left .lang-btn {
    margin-top: 3px;
    margin-left: 12px;
    align-self: flex-start;
  }

  .mobile-menu .mobile-menu-wrap .menu-left .menu {
    width: calc(100% - 54px);
    margin-top: 12px;
    margin-bottom: 18px;
  }

  .mobile-menu .mobile-menu-wrap .menu-left .menu > li {
    margin-bottom: 18px;
  }

  .mobile-menu .mobile-menu-wrap .menu-left .menu > li > a {
    font-size: 1.25em;
  }

  .mobile-menu .mobile-menu-wrap .menu-left .menu > li > a::after {
    height: 2px;
  }

  .mobile-menu .mobile-menu-wrap .menu-right {
    width: 100%;
    padding-bottom: 100px;
}

  .mobile-menu .mobile-menu-wrap .menu-right .socials {
    margin-top: 20px;
  }

  .search-menu {
    padding: 30px 0px;
  }

  .list-view .card-item {
    flex-basis: 100%;
}

.list-view .thmb {
    min-width: 150px;
}

nav.main_inner-menu {
    display: none;
}

.filter-works-wrap {
    flex-wrap: wrap;
}

.filter-search {
    order: 3;
    margin: 0;
    margin-top: 10px;
}

.filter-search-wrap input {
    padding-left: 50px;
}

.filter-search-wrap img {
    left: 15px;
    top: 10px;
}

.btn.primary.filter-btn.active-filter-btn {
    width: 45%;
}

.btn-grid-list {
    width: 50%;
    position: relative;
    top: 2px;
    display: none;
}

.switch {
    /* width: 150px; */
}


.filters-box {
  visibility: hidden;
}

.filters-box {
  position: absolute;
  left: -15px;
  right: 0px;
  width: calc(100% + 30px);
  z-index: 1;
  background: #fff;
  padding: 0px 15px;
}

.site-content {
  position: relative;
  z-index: 4;
}

.filter-active .filters-box {
  visibility: visible;
}

.text-center.nothing-found {
  margin-top: 30px !important;
  text-align: center !important;
  margin: auto;
}

.content-wrapper {
  flex-direction: column;
}


.work-list-wrap.list-view {
    width: 100%;
}

.btn.primary.filter-btn {
    width: 45%;
}

.card-item {
    flex-basis: 100%;
}

.filter-box-museums .card-item {
  flex-basis: 100%;
}

a.paginate-arrow-next, .paginate-arrow-prev {
  display: none;
}

.pagination > nav {
  justify-content: center;
}

header.header.inner_header-wrap {
  height: 100px !important;
  background: #fff;
}

.card-item:hover {
  position: relative;
  z-index: 99999;
}

h1.page-title {
  font-size: 20px;
}

.container-fluid {
  padding: 0px;
}

section.category {
  border-radius: 0;
}

.image.museum-main-img img {
  height: 200px;
}

h1.product-title {
  font-size: 20px;
}

.image.museum-main-img {
  margin-bottom: 20px;
}

.main-content-museum.d-flex {
  flex-direction: column;
  margin-bottom: 10px;
}

.main_description-museum * {
  font-size: 14px;
}

.author-block > * {
  font-size: 14px;
}

span.attribute-value {
  font-size: 14px;
}

.product_wrapper-head.museum_wrapper-flex.d-flex.justify-space-between {
  text-align: left;
  align-items: baseline;
}

.museum_wrapper-flex a.transparent-link {
  margin-bottom: 20px;
}

a.transparent-link {
  font-size: 14px;
  padding: 12px 20px;
}

.section-title.title-wrap h2 {
  font-size: 20px;
}

.section-title h2 {
  font-size: 20px;
}

.quiz_cat {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.question.quiz-single-item {
  flex-direction: column;
}

.question.quiz-single-item .quiz {
  width: 100%;
}

.question.quiz-single-item .question-image {
  width: 100%;
  margin-top: 20px;
}

section.learn-art .title-wrap h2.section-title::after {
  display: none;
}

.arts-item .item-link {
  margin: 0px 7px;
}

.quiz_title {
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.card-item-quiz .thmb {
  padding-top: 180px;
}

.card-link-item.card-link-item-quiz {
  padding: 15px;
  border-radius: 20px;
}

.card-quiz-inner {
  flex-direction: column-reverse;
}

.card-item-quiz .thmb {
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
  border-radius: 20px;
  margin-left: 0;
}

.quiz-list {
  margin: 0px;
}

.card-item-quiz .thmb img {
  border-radius: 20px;
}

.quiz_content {
  width: 100%;
}

.text-question {
  margin-bottom: 10px;
  margin-top: 20px;
}

.quiz_inner-wrapper {
  display: block;
}

.quiz_inner-slider {
  width: 100%;
}

.quiz h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.question .quiz ul li {
  flex-basis: 100%;
  margin-bottom: 5px;
}

.question .quiz ul li label {
  font-size: 14px;
}

.quiz_inner-image {
  width: 100%;
  margin-top: 20px;
}

.about_desc ul li img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

a.btn.btn-login {
  display: none;
}

.image.author-main-img {
  flex-basis: 100%;
  margin-right: 0px;
  margin-bottom: 30px;
}

.menu-right a span {
  font-size: 14px;
}

.menu-right {
  margin-top: 20px;
}

.menu-right-title {
  font-size: 24px;
  margin-bottom: 10px;
}

.author_main_info {
  flex-direction: column;
}

.image.author-main-img img {
  max-width: 100%;
}

a.popup-youtube {
  margin-left: 0;
  margin-top: 20px;
}

.question.question-home-slide {
  flex-direction: column-reverse;
}

.question.question-home-slide > div {
  width: 100%;
}

.question.question-home-slide .quiz ul li label:before {
  min-width: 35px;
  width: 35px;
  height: 35px;
  margin-right: 10px;
}

.question.question-home-slide .quiz ul li label {
  padding: 8px;
}

.question.question-home-slide .quiz ul li {
  flex-basis: calc(50% - 10px);
  margin: 5px;
}

button#quizNext {
  width: 100%;
  justify-content: center;
}

.quiz.quiz-home-slide {
  margin-top: 30px;
}

.question.question-home-slide .quiz ul li input:checked ~ label:before {
  min-width: 30px;
  margin-right: 5px;
}

.quiz h2.section-title {
  margin-bottom: 20px;
}

.exhibits-tab-item {
  flex-basis: 100%;
  font-size: 12px;
}

.tab-exhibits-slider {
  flex-wrap: nowrap;
}

.question .quiz ul {
  margin: 0px -5px;
}

.question.question-home-slide .quiz ul li label:before {
  margin-right: 5px;
  min-width: 30px;
  width: 30px;
  height: 30px;
}

.question.question-home-slide .quiz ul li label {
  font-size: 12px;
  word-break: break-word;
}

section.main_inner-slide {
  height: auto;
  padding: 10px 0px 25px;
}

span.to-top-btn {
  display: none !important;
}

.main_inner-title {
  padding-left: 15px;
  padding-right: 15px;
}

.default_page-desc.about-desc-main p {
  font-size: 16px;
}

.about_desc ul li p:first-child {
  font-size: 20px;
}

.about_desc ul li p:last-child {
  font-size: 16px;
}

.about_desc.about-desc2 p {
  font-size: 18px;
}

.card-item-quiz:nth-child(3) .card-quiz-inner {
  flex-direction: column-reverse;
}

.card-item-quiz:nth-child(3) .quiz_content {
  width: 100%;
}

.card-item-quiz:nth-child(3) .thmb {
  width: 100%;
  margin-right: 0;
}

.card-item-quiz:nth-child(3) .quiz_title {
  font-size: 20px;
}

.card-item-quiz:nth-child(3) .quiz_cat {
  font-size: 14px;
}

button#quizNext {
  padding: 13px;
}

.question.question-home-slide > div {
  padding-right: 0;
}


.museum_quiz_item .card-item-quiz .card-quiz-inner {
  flex-direction: column-reverse;
}

.museum_quiz_item .card-item-quiz .quiz_content {
  width: 100%;
}

.museum_quiz_item .card-item-quiz .thmb {
  width: 100%;
  margin-right: 0;
}

.museum_quiz_item .card-item-quiz .quiz_title {
  font-size: 20px;
}

.museum_quiz_item .card-item-quiz .quiz_cat {
  font-size: 14px;
}



.main_inner-subtitle {
  margin-top: 0px;
}

.main_slider_wrapper .caption-wrap {
  top: 100px;
  padding-left: 20px;
  padding-right: 20px;
}

span.paginate-lists > span, .paginate-lists a {
  width: auto;
  height: auto;
  margin: 0px 3px;
  padding: 0px 5px;
}

form.form-page {
  position: relative;
  z-index: 2;
  /* flex-direction: column; */
}

.search-page-form input {
  /* margin-right: 0; */
  /* margin-bottom: 10px; */
  width: 70%;
  padding: 12px 15px;
  font-size: 14px;
}

button.search-btn {
  padding: 0px 20px;
  width: calc(40% - 20px);
  font-size: 14px;
}

.search-page-form {
  margin-top: 10px;
}

.search_lists a {
  font-size: 14px;
}

.main_product-head {
  max-width: 100%;
  padding-right: 0;
}

.filter-active .card-item {
  flex-basis: 100%;
}

.museum_quiz_item .card-item-quiz {
  margin-left: 0;
  margin-right: 0;
  flex-basis: calc(100% - 0px);
}

.filter-active .work-list-wrap {
  width: 100%;
}

.filter-type-locations {
  display: none;
}

a.link-change-view {
  font-size: 14px;
  padding: 0px 10px;
}

.btn.primary.filter-btn-popup.popup-with-zoom-anim {
  padding: 0px 25px;
  font-size: 14px;
  position: relative;
  top: 1px;
}

.search-menu .search-menu-wrap form .search-wrap input {
  background: #fff;
  border-radius: 0px !important;
}

.quiz-results h3 {
  font-size: 18px;
  line-height: 1.3;
}

.unit-results p {
  font-size: 18px;
  line-height: 1.3;
}

span#quizReset {
  margin-top: 5px;
  font-size: 16px;
  padding: 20px 25px;
}

.quiz-results img {
  max-height: 130px;
}

.card-link-quiz:hover::after {
  display: none;
}

.breadcrumbs {
  display: flex;
  white-space: nowrap;
}

.page-nav {
  overflow-x: scroll;
}

.quiz-unit .quiz-body {
  border-radius: 20px;
  margin-left: -15px;
  width: calc(100% + 30px);
  padding: 15px;
}

.quiz-footer {
  margin-top: 10px;
}

.slick-art-quiz .card-item-quiz {
  padding: 0;
}

.list-view .card-collection-without-img .thmb {
  min-width: 0;
  width: 0;
}

.list-view .card-collection-without-img .entry-title {
  margin-left: 0;
  padding-top: 5px;
}

.list-view .entry-title {
  padding-top: 5px;
}

.list-view .thmb img {
  max-height: 130px;
}

.list-view .thmb {
  max-height: 130px;
  padding-top: 130px;
}

.card-collection-without-img .card-link:hover::after {
  display: none;
}

.list-view .card-link:hover::after {
  display: none;
}

.card-link:hover::after {
  display: none;
}

.card-link:hover::before {
  bottom: 0px;
}

.museum-filter-wraps .btn-grid-list {
  display: none;
}

.card-item.author-item {
  flex-basis: 50%;
  padding: 5px;
}

.alphabet_filter {
  flex-direction: column;
}

.alphabet_lists {
  width: 100%;
}

.search-artists {
  width: 100%;
  margin-left: 0;
  margin-top: 15px;
}

button#quizCheck {
  width: 100%;
  padding: 15px;
}

.author-home-text p {
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box !important;
  overflow: hidden;
}

.read-more-link {
  color: #6e72d1;
  text-decoration: underline;
  display: block !important;
  margin: auto;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

section.authors .authors-desc .show-text-more.author-home-text p {
  overflow: visible;
  -webkit-line-clamp: 200;
}

.author_main_info .title {
  width: auto;
}

}