@font-face {
font-family: 'Braille';
src: url('font/Braille-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
html {
box-sizing: border-box;
overflow: hidden;
}
*, *::before, *::after {
box-sizing: inherit;
}
body {
margin: 0;
padding: 0;
overflow: hidden;
cursor: url('img/c1.png') 0 0, auto;
}
.cursor-s1 { cursor: url('img/c1.png') 0 0, auto; }
.cursor-s2 { cursor: url('img/c2.png') 0 0, auto; }
.cursor-s3 { cursor: url('img/c3.png') 0 0, auto; }
header {
position: fixed;
top: 0;
left: 0;
height: 10vh;
min-height: 80px;
max-height: 100px;
width: 100%;
background: #fff;
display: flex;
justify-content: center;
align-items: center;
gap: 3vw;
z-index: 10000;
border-bottom: 1px solid #ccc;
}
#vaa {
position: absolute;
top: 2.5vh;
left: 2vw;
object-fit: contain;
cursor: pointer;
transition: transform 0.2s ease;
}
#vaa:hover { transform: scale(0.95); }
.navic {
display: flex;
justify-content: center;
align-items: center;
gap: 3vw;
}
header .navi {
width: auto;
height: 6vh;
max-height: 50px;
object-fit: cover;
opacity: 0.3;
cursor: pointer;
transition: opacity 0.2s ease, transform 0.2s ease;
}
header .navi:hover { transform: scale(1.05); }
header .navi.active { opacity: 1; }
header.hide { opacity: 0; pointer-events: none; }
#stit {
position: absolute;
top: 50%;
right: 3vw;
transform: translateY(-50%);
margin: 0;
text-align: right;
font-family: Arial, sans-serif;
font-weight: 600;
color: #EDD38B;
font-size: clamp(18px, 1.5vw, 25px);
display: inline-block;
white-space: pre;
}
#stit span {
display: inline-block;
font-family: Arial, sans-serif;
transition: font-family 1.5s ease;
}
main {
display: flex;
transition: transform 0.8s ease-in-out;
height: 90vh;
position: relative;
top: 0;
margin-top: 10vh;
}
.s {
flex: 0 0 100%;
height: 90vh;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
}
.s1 { 
height: calc(100vh - 10vh);
position: relative;
overflow: hidden;
}
.aacv {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
z-index: 5;
}
.aacv video {
width: 1000px;
height: auto;
object-fit: cover;
display: block;
transition: opacity 1s ease;
}
.s1-c {
position: relative;
z-index: 1;
opacity: 0;
transition: opacity 1s ease;
text-align: center;
}
.s1-c.show {
opacity: 1;
}
.aact {
font-family: Arial, Helvetica, sans-serif;
font-size: 30px;
}
.s1-c2 {
background: url(img/fon.png);
position: relative;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
opacity: 0;
transition: opacity 1s ease;
z-index: 1;
}
.s1-c2::before {
content: "";
position: absolute;
inset: 0;
background: rgba(255, 255, 255, 0.65);
pointer-events: none;
z-index: 0;
}
.s1-c2.show {
opacity: 1;
}
.accslide {
position: relative;
width: 80%;
max-width: 900px;
height: auto;
overflow: hidden;
}
.slide {
display: flex;
align-items: flex-start;
justify-content: center;
gap: 20px;
position: absolute;
top: 0;
left: 0;
width: 100%;
opacity: 0;
transition: opacity 0.8s ease;
}
.slide.active {
opacity: 1;
position: relative;
}
.slide img {
width: 600px;
height: auto;
object-fit: cover;
border: 1px solid black;
}
.txtbox {
border: 2px solid #000;
padding: 20px;
font-family: 'Lexend Deca', sans-serif;
font-size: 13px;
color: black;
line-height: 1.65;
font-weight: 200;
text-align: justify;
width: 280px;
background: #fff;
box-shadow: 2px 2px 2px white;
}
.accslidec {
position: absolute;
top: 50%;
left: 50%;
width: 1100px;
transform: translate(-50%, -50%);
display: flex;
justify-content: space-between;
align-items: center;
pointer-events: none;
z-index: 10;
}
.accslidec img {
width: 22px;
height: auto;
cursor: pointer;
opacity: 0.6;
transition: opacity 0.3s ease, transform 0.3s ease;
pointer-events: auto;
user-select: none;
filter: drop-shadow(2px 2px 2px rgba(255,255,255,1));
}
.accslidec img:hover {
opacity: 1;
}
.accslidec .prev {
margin-right: auto;
transform: none;
}
.accslidec .next {
transform: scaleX(-1);
margin-left: auto;
}
.accslidec .hidden {
visibility: hidden;
opacity: 0;
pointer-events: none;
}
.hidden {
display: none;
}
.s2 {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background: url(img/fon2.png);
position: relative;
}
.s2::before {
content: "";
position: absolute;
inset: 0;
background: rgba(255, 255, 255, 0.65);
pointer-events: none;
z-index: 0;
}
.gal {
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 1vw;
justify-items: center;
z-index: 1;
overflow: auto;
}
.gal img {
width: 100%;
width: 350px;
object-fit: cover;
user-select: none;
pointer-events: none;
filter: drop-shadow(2px 2px 2px rgba(255,255,255,1));
}
#olb {
text-align: center;
cursor: pointer;
margin-top: 2vh;
transition: transform 0.2s;
z-index: 1;
}
#olb img {
animation: arrowMove 1.1s ease-in-out infinite;
width: 50%;
}
#olb:hover { transform: scale(0.95); }

@keyframes arrowMove {
0%   { transform: translateX(0); }
50%  { transform: translateX(20px); }
100% { transform: translateX(0); }
}
#clb {
position: absolute;
top: 2.5vh;
left: 2vw;
cursor: pointer;
user-select: none;
transition: transform 0.2s ease;
z-index: 9999;
width: 25px;
}
#clb:hover { transform: scale(0.95); }
#lb {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.95);
z-index: 9998;
justify-content: center;
align-items: center;
}
.lbc {
display: flex;
transition: transform 0.5s ease;
}
.lbc img {
width: 80vw;
height: auto;
max-width: 900px;
max-height: 90vh;
object-fit: cover;
opacity: 0;
transform: translateX(0);
transition: all 0.5s ease;
}
.lbc img.active {
opacity: 1;
transform: translateX(0);
}
.fade-in { animation: fadeIn 1s ease forwards; }
@keyframes fadeIn {
from { opacity: 0; }
to { opacity: 1; }
}
.slide-in-right { animation: slideInRight 1s ease forwards; }
.slide-in-left { animation: slideInLeft 1s ease forwards; }
@keyframes slideInRight {
from { transform: translateX(100%); opacity: 0; }
to { transform: translateX(0); opacity: 1; }
}
@keyframes slideInLeft {
from { transform: translateX(-100%); opacity: 0; }
to { transform: translateX(0); opacity: 1; }
}
.lbar {
position: absolute;
top: 50%;
width: 100%;
transform: translateY(-50%);
z-index: 10001;
pointer-events: none;
}
#arl {
position: absolute;
left: 3vw;
top: 50%;
transform: translateY(-50%);
height: auto;
cursor: pointer;
opacity: 0.5;
transition: opacity 0.2s ease, transform 0.2s ease;
user-select: none;
pointer-events: auto;
}
#arr {
position: absolute;
right: 3vw;
top: 50%;
transform: translateY(-50%) scaleX(-1);
height: auto;
cursor: pointer;
opacity: 0.5;
transition: opacity 0.2s ease, transform 0.2s ease;
user-select: none;
pointer-events: auto;
}
#arl:hover,
#arr:hover {
opacity: 1;
transform: translateY(-50%) scale(1.1);
}
#arr:hover {
transform: translateY(-50%) scaleX(-1) scale(1.1);
}
#arl.active-flash,
#arr.active-flash {
opacity: 1;
transform: translateY(-50%) scale(1.1);
transition: transform 0.1s ease, opacity 0.1s ease;
}
#arr.active-flash {
transform: translateY(-50%) scaleX(-1) scale(1.1);
}
.pdfc {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
background: #fff;
}
.pdfc iframe {
width: 100%;
height: 100%;
border: none;
}
@media (max-width: 767px) {
header {
justify-content: space-between;
align-items: center;
flex-direction: row-reverse;
padding: 0 6vw;
}
#vaa {
display: none;
}
#stit {
position: static;
text-align: left;
margin: 0;
transform: none;
}
.navic {
justify-content: flex-start;
margin-left: 0;
width: auto;
}

.aacv video {
width: 500px;
}

.s1-c2 {
position: relative;
}
.s1-c2::before {
z-index: 0;
}
.s1-c2 > * {
position: relative;
z-index: 1;
}
.accslidec {
display: none;
}
.accslide {
display: flex;
flex-direction: column;
align-items: center;
gap: 40px;
width: 90%;
margin: 0 auto;
position: static;
overflow: auto;
margin: 50px 0;
}
.slide {
position: static !important;
opacity: 1 !important;
display: flex;
flex-direction: column;
align-items: center;
gap: 20px;
width: 100%;
text-align: center;
transition: none !important;
}
.slide img {
width: 100%;
max-width: 500px;
height: auto;
border: 1px solid #000;
}
.txtbox {
width: 100%;
max-width: 500px;
text-align: justify;
background: #fff;
border: 2px solid #000;
}
.gal {
grid-template-columns: repeat(1, 1fr);
}
#olb {
margin-top: 30px;
margin-bottom: 20px;
}
}
@media (min-width: 768px) and (max-width: 1180px) {
.s1-c2 {
position: relative;
}
.s1-c2::before {
z-index: 0;
}
.s1-c2 > * {
position: relative;
z-index: 1;
}
.accslidec {
display: none;
}
.accslide {
display: flex;
flex-direction: column;
align-items: center;
gap: 40px;
width: 90%;
margin: 0 auto;
position: static;
overflow: auto;
margin: 50px 0;
}
.slide {
position: static !important;
opacity: 1 !important;
display: flex;
flex-direction: column;
align-items: center;
gap: 20px;
width: 100%;
text-align: center;
transition: none !important;
}
.slide img {
width: 100%;
max-width: 500px;
height: auto;
border: 1px solid #000;
}
.txtbox {
width: 100%;
max-width: 500px;
text-align: justify;
background: #fff;
border: 2px solid #000;
}
}
@media (min-width: 768px) and (max-width:1000px) {
.gal {
grid-template-columns: repeat(2, 1fr);
}
#olb {
margin-top: 30px;
margin-bottom: 20px;
}
}
@media (min-width: 1001px) and (max-width:1400px) {
.gal {
grid-template-columns: repeat(3, 1fr);
}
.gal img:last-child {
grid-column: 2;
}
#olb {
margin-top: 30px;
margin-bottom: 20px;
}
}
@media (min-width: 1401px) and (max-width:1700px) {
.gal {
grid-template-columns: repeat(4, 1fr);
}
.gal img:nth-last-child(2) {
grid-column: 2;
}
.gal img:last-child {
grid-column: 3;
}
#olb {
margin-top: 30px;
margin-bottom: 20px;
}
}
@media (orientation: portrait) {
.lbc {
flex-direction: column !important;
justify-content: center;
align-items: center;
gap: 3vh;
}
.lbc img {
width: 85vw !important;
height: auto !important;
max-width: none !important;
max-height: 40vh !important;
object-fit: contain;
}
}
@media (orientation: landscape) and (max-width: 1200px) {
.lbc img {
width: 45vw !important;
max-width: 500px !important;
max-height: 75vh !important;
object-fit: contain;
}
}
@media (orientation: landscape) and (min-width: 1201px) and (max-width:1400px) {
.lbc img {
width: 45vw !important;
max-width: 700px !important;
max-height: 75vh !important;
object-fit: contain;
}
}
@media (orientation: portrait) {
header {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 10000;
}
main {
margin: 0 !important;
padding-top: var(--header-height, 100px);
height: auto !important;
min-height: 100dvh;
}
main > .s {
min-height: calc(100dvh - var(--header-height, 100px));
}
}

