

/* Start:/local/templates/new_header/css/brand-history.css?174785836524628*/
:root {
	--font-inter: "Inter", sans-serif;
	--font-sans: "Source Sans Pro", sans-serif;
	--font-serif: "Source Serif Pro", sans-serif;
	--cl-blue: #637d9c;
	--cl-white: #ffffff;
	--cl-white2: #f2efee;
	--cl-gray: #c4c4c4;
	--cl-black: #000000;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	padding: 0;
	text-rendering: optimizeLegibility;
	-webkit-text-decoration-skip: objects;
	text-decoration-skip: objects;
	-webkit-text-size-adjust: 100%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: transparent;
}

p,
dd,
dl,
figure,
blockquote {
	margin: 0;
}

blockquote,
q {
	quotes: none;
}

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

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-size: inherit;
	font-weight: inherit;
}

audio,
video {
	display: block;
}

iframe {
	border: none;
}

pre,
code,
kbd,
samp {
	font: inherit monospace, monospace;
}

a {
	background: transparent;
	text-decoration: none;
	color: inherit;
}

abbr {
	border: none;
	text-decoration: none;
}

b,
strong {
	font-weight: inherit;
}

i,
em {
	font-style: inherit;
}

dfn {
	font-style: inherit;
}

mark {
	background: transparent;
	color: inherit;
}

small {
	font-size: inherit;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
	font-size: inherit;
	line-height: 0;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
	background: transparent;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: inherit;
	letter-spacing: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-align: left;
	text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
	cursor: pointer;
	-webkit-appearance: none;
}

textarea {
	resize: none;
	overflow-y: auto;
	overflow-x: hidden;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border: none;
	padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
	outline: none;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

[type=search] {
	outline: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

fieldset {
	padding: 0;
	margin: 0;
	border: none;
}

legend {
	display: block;
	padding: 0;
	white-space: normal;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select::-ms-expand {
	display: none;
}

img {
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

* {
	min-width: 0;
	min-height: 0;
}

body {
	font-family: var(--font-inter);
	font-style: normal;
	font-weight: 400;
	min-height: 100vh;
	color: var(--cl-blue);
	background: #f2efee;
	scroll-behavior: smooth;
	overflow-x: hidden;
}

::-webkit-scrollbar {
	background: var(--cl-white);
	width: 8px;
	height: 6px;
}

::-webkit-scrollbar-thumb {
	background: var(--cl-gray);
}

.container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
}

.main__container {
	overflow: hidden;
}

.nav__left {
	position: fixed;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 99;
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 4px;
	color: var(--cl-white);
}

.nav__left-bg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0%;
	background: var(--cl-white);
}

.nav__left ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 32px;
}

.nav__left li {
	-webkit-writing-mode: tb;
	-ms-writing-mode: tb;
	writing-mode: tb;
	font-size: 11px;
	line-height: 16px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	position: relative;
}

.nav__left li.reverse__color {
	color: var(--cl-blue);
}

.nav__left li.active::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 1px;
	height: 100%;
	background: currentColor;
}

.popup__overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: 999;
	background: #000000;
	opacity: 0;
	visibility: hidden;
}

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

.popup__overlay .close {
	position: absolute;
	top: 16px;
	right: 19px;
	cursor: pointer;
}

.popup__video {
	text-align:center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 915px;
	width: 100%;
}

.popup__video img {
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.popup__video .play {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.section__img {
	height: 100vh;
	margin-bottom: 213px;
}

.section__img .img {
	width: 100%;
	height: 100%;
}

.section__img img {
	-o-object-fit: cover;
	object-fit: cover;
}

.section__img-2 {
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin-bottom: 157px;
}

.section__img-2 .img {
	width: 100%;
	max-width: 500px;
	height: 100%;
}

.section__img-2 img {
	-o-object-fit: cover;
	object-fit: cover;
}

.heroimage {
	background: url("/local/templates/new_header/css/../images/sani-min.jpeg") no-repeat center/cover;
	position: relative;
	height: 100vh;
}

.heroimage h2 {
	font: 300 24px/32px var(--font-serif);
	max-width: 429px;
	position: absolute;
	top: 50%;
	left: 65%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: var(--cl-white);
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.about {
	position: relative;
	z-index: 3;
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.about h1 {
	font: 300 32px/40px var(--font-serif);
	color: var(--cl-white);
}

.about span {
	max-width: 253px;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.02em;
	color: var(--cl-white);
}

.about .content {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 10% 0 5%;
}

.about .block__description {
	max-width: 365px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.about .block__video {
	max-width: 593px;
	width: 100%;
	position: relative;
}

.about .block__video .play {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.history {
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: var(--cl-white);
	position: relative;
}

.history .bg-scroll {
	position: absolute;
	right: 0;
	height: 100vh;
	width: 40px;
	background: var(--cl-white);
	z-index: 2;
}

.history .content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 103px;
	padding-left: 40px;
}

.history .title {
	font: 300 32px/40px var(--font-serif);
	-webkit-transform: translateX(-200px);
	-ms-transform: translateX(-200px);
	transform: translateX(-200px);
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.history__slider {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
}

.history__slider .slick-arrow {
	position: absolute;
	top: -40px;
}

.history__slider .slick-prev {
	right: 90px;
}

.history__slider .slick-next {
	right: 60px;
}

.history__slider .item {
	max-width: 300px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 20px;
	position: relative;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.history__slider .item.active {
	max-width: 514px;
	max-width: calc(
			300px + 214 * ((100vw - 375px) / 1600)
	);
	padding: 0 5px;
	border-right: 1px solid var(--cl-blue);
	border-left: 1px solid var(--cl-blue);
	background: var(--cl-white);
	z-index: 2;
}

.history__slider .item.active .year {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-bottom: 10px;
	text-align: left;
}

.history__slider .item.active .img {
	max-width: 100%;
	width: 100%;
	height: 337px;
	border-radius: 0px;
	margin-bottom: 17px;
}

.history__slider .item.active .description {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.history__slider .item.active .btn {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.history__slider .item:not(:last-of-type):after {
	content: "";
	position: absolute;
	top: 11px;
	right: -116px;
	width: 188px;
	height: 1px;
	background: var(--cl-blue);
	z-index: -1;
}

.history__slider .item .year {
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	margin-bottom: 30px;
}

.history__slider .item .img {
	max-width: 208px;
	height: 208px;
	border-radius: 100%;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 32px;
}

.history__slider .item .img img {
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
}

.history__slider .item .description {
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.02em;
	margin-bottom: 8px;
}
.history__slider .item .description p {
	margin: unset;
}

.history__slider .item .btn {
	font-size: 10px;
	line-height: 16px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 4px;

	padding: unset;
}

.about__now__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 154px;
	padding-left: 47px;
	padding-right: 12%;
}

.about__now__title h2 {
	font: 300 32px/40px var(--font-serif);
	-webkit-transform: translate(-200px);
	-ms-transform: translate(-200px);
	transform: translate(-200px);
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.about__now__title .info {
	-webkit-transform: translate(200px);
	-ms-transform: translate(200px);
	transform: translate(200px);
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.about__now__title p {
	max-width: 337px;
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
}

.about__now {
	margin-bottom: 185px;
}

.about__now .description {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	height: 100vh;
}

.about__now .description .block {
	width: 50%;
}

.about__now .description .block__img {
	background: url("/local/templates/new_header/css/../images/bg.png") no-repeat 0 0/cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}

.about__now .description .block__img img {
	max-width: 290px;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.about__now .description .block__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.about__now .description .block__list .wrapper__list {
	max-width: 337px;
}

.about__now .description .block__list .wrapper__list ul {
	border-top: 1px solid rgba(99, 125, 156, 0.4);
}

.about__now .description .block__list .wrapper__list ul li {
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.02em;
	padding: 16px 0;
	border-bottom: 1px solid rgba(99, 125, 156, 0.4);
}

.about__now .description .block__list .about__now-text:not(:first-child) {
	opacity: 0;
}

.about__now .description .block__list .list__title {
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 56px;
}

.museum {
	padding: 0 40px 62px;
	margin-bottom: 140px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	height: 100vh;
}

.museum .content {
	width: 100%;
}

.museum .title {
	font: 300 32px/40px var(--font-serif);
	max-width: 587px;
	margin-bottom: 44px;
}

.museum .items {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
}

.museum .item {
	height: 381px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 14px;
	cursor: pointer;
}

.museum .item:hover .img__hover {
	opacity: 1;
	visibility: visible;
}

.museum .item:hover .info {
	color: var(--cl-white);
}

.museum .item::after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 97%;
	height: 1px;
	background: rgba(99, 125, 156, 0.4);
}

.museum .item::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 97%;
	height: 1px;
	background: rgba(99, 125, 156, 0.4);
}

.museum .item .line {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 97%;
	width: 1px;
	background: rgba(99, 125, 156, 0.4);
}

.museum .item .img {
	width: 88px;
	height: 88px;
}

.museum .item .img__hover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 5px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.museum .item .info {
	position: relative;
}

.museum .item .info span {
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
}

.museum .item .info .city {
	font-size: 10px;
	line-height: 16px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.exposition {
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 40px 38px;
	margin-bottom: 162px;
}

.exposition .content {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
}

.exposition .title {
	font: 300 32px/40px var(--font-serif);
	width: 50%;
	-ms-flex-item-align: center;
	align-self: center;
}

.exposition .info {
	width: 50%;
	-ms-flex-item-align: end;
	align-self: end;
}

.exposition .items {
	margin-bottom: 8px;
	border-top: 1px solid rgba(99, 125, 156, 0.4);
}

.exposition .item {
	position: relative;
	padding: 28px 0;
	padding-left: 83px;
	border-bottom: 1px solid rgba(99, 125, 156, 0.4);
}

.exposition .item:not(:nth-child(-n+5)) {
	display: none;
}

.exposition .item.active {
	display: block;
}

.exposition .item > b {
	position: absolute;
	left: 0;
	top: 16px;
	cursor:pointer;
}

.exposition .item .exposition__text {
	display: none;
}

.exposition .item ul li {
	padding-right: 40px;
}

.exposition .item ul li:not(:last-child) {
	padding-bottom: 38px;
	border-bottom: 1px solid rgba(99, 125, 156, 0.4);
}

.exposition .item ul li:not(:first-child) {
	padding-top: 38px;
}

.exposition .item ul li span {
	font-size: 10px;
	line-height: 16px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.exposition .item .plus {
	width: 18px;
	height: 18px;
	position: absolute;
	right: 0;
	top: 16px;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.exposition .item .plus.active {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.exposition .item .plus span {
	display: block;
	position: absolute;
	background: rgba(99, 125, 156, 0.4);
}

.exposition .item .plus span:nth-child(1) {
	width: 100%;
	height: 1px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
}

.exposition .item .plus span:nth-child(2) {
	width: 1px;
	height: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 0;
}

.section__info {
	height: 100vh;
	padding: 0 40px 88px;
}

.section__info .content {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.section__info .title {
	font: 300 32px/40px var(--font-serif);
	width: 50%;
	-ms-flex-item-align: center;
	align-self: center;
}

.section__info .info {
	width: 50%;
	-ms-flex-item-align: end;
	align-self: end;
}

.section__info .info .description {
	margin-bottom: 45px;
}

.section__info .info p {
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
}

.section__info .info p:not(:last-child) {
	margin-bottom: 30px;
}

.section__info .info ol {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	gap: 26px 58px;
	counter-reset: num;
	padding-left: 20px;
}

.section__info .info ol li {
	position: relative;
	padding-left: 20px;
}

.section__info .info ol li::before {
	content: "0" counter(num);
	counter-increment: num;
	display: inline-block;
	position: absolute;
	top: 0px;
	left: -20px;
	width: 20px;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.02em;
}

.section__slider {
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	padding-bottom: 42px;
}

.section__slider .custom__slider {
	height: calc(
			376px + 224 * ((100vw - 375px) / 1600)
	);
	position: relative;
}

.section__slider .slick-arrow {
	position: absolute;
	top: 50%;
	border: 1px solid #637d9c;
	width: 56px;
	height: 56px;
	border-radius: 100%;
	z-index: 10;
}

.section__slider .slick-arrow.slick-disabled {
	opacity: 0.1;
}

.section__slider .slick-arrow svg {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.section__slider .slick-next {
	right: 23%;
}

.section__slider .slick-prev {
	left: 23%;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.section__slider .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.section__slider .item {
	width: 246px;
	margin-right: calc(
			10px + 179 * ((100vw - 375px) / 1600)
	);
	margin-left: calc(
			10px + 179 * ((100vw - 375px) / 1600)
	);
	-webkit-transition: width 1s;
	-o-transition: width 1s;
	transition: width 1s;
}

.section__slider .item.slick-center {
	width: calc(
			281px + 169 * ((100vw - 375px) / 1600)
	);
}

@supports (-webkit-appearance:none) {
	.heroimage {
		background-image: url("/local/templates/new_header/css/../images/sani-min.jpeg");
	}

	.about__now .description .block__img {
		background-image: url("/local/templates/new_header/css/../images/bg.webp");
	}
}

@media screen and (max-width: 991px) {
	.nav__left {
		display: none;
	}

	.section__img {
		height: auto;
	}

	.section__img .img {
		height: auto;
	}

	.section__img img {
		height: auto;
	}

	.section__img-2 {
		height: auto;
		padding: 0 31px;
	}

	.section__img-2 .img {
		height: auto;
	}

	.section__img-2 img {
		height: auto;
	}

	.heroimage {
		background-image: url("/local/templates/new_header/css/../images/sani-min.jpeg");
	}

	.heroimage h2 {
		left: 11px;
		bottom: 16px;
		top: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		max-width: 322px;
	}

	.about .content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		position: relative;
		padding: 0 12px;
	}

	.about h1 {
		margin-bottom: 16px;
	}

	.about span {
		position: absolute;
		bottom: -50px;
		left: 12px;
	}

	.history .bg-scroll {
		display: none;
	}

	.history .content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 56px;
		padding-left: 16px;
	}

	.history .title {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		margin-bottom: -50px;
	}

	.about__now__title {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 16px;
		padding-left: 16px;
		padding-right: 16px;
	}

	.about__now__title h2 {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		margin-bottom: 16px;
	}

	.about__now__title .info {
		display: none;
	}

	.about__now {
		margin-bottom: 0px;
	}

	.about__now .description {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		height: auto;
	}

	.about__now .description .block {
		width: 100%;
	}

	.about__now .description .block__img {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		padding: 130px 0;
	}

	.about__now .description .block__img .slick-slide {
		width: 184px;
		margin-right: 53px;
	}

	.about__now .description .block__img img {
		position: static;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	.about__now .description .block__list {
		margin-bottom: 104px;
	}

	.about__now .description .block__list .wrapper__list {
		max-width: 100%;
		padding: 0 16px;
	}

	.about__now .description .block__list .about__now-text:not(:first-child) {
		opacity: 1;
	}

	.museum {
		padding: 0 16px;
	}

	.museum .items {
		display: block;
	}

	.exposition {
		height: auto;
		padding: 0 16px;
		margin-bottom: 104px;
	}

	.exposition .content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 32px;
	}

	.exposition .content .title {
		-ms-flex-item-align: start;
		align-self: flex-start;
	}

	.exposition .content .info {
		width: 100%;
		-ms-flex-item-align: start;
		align-self: flex-start;
	}

	.exposition .item {
		padding: 28px 0 28px 63px;
	}

	.section__info {
		height: auto;
		padding: 0 16px;
	}

	.section__info .content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.section__info .content .title {
		width: 100%;
		-ms-flex-item-align: start;
		align-self: flex-start;
		margin-bottom: 32px;
	}

	.section__info .content .info {
		width: 100%;
		-ms-flex-item-align: start;
		align-self: flex-start;
	}

	.section__info .content .info ol {
		grid-template-columns: 1fr;
	}

	.section__info .content .info ol li {
		padding-left: 51px;
	}

	.section__slider {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-bottom: 0px;
	}

	@supports (-webkit-appearance:none) {
		.heroimage {
			background-image: url("/local/templates/new_header/css/../images/sani-min.jpeg");
		}
	}
}
/* End */
/* /local/templates/new_header/css/brand-history.css?174785836524628 */
