@font-face {
font-family: 'ArgentinaScript';
src: url('/fonts/ArgentinaScript.ttf');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'OpenSans-LightItalic';
src: url('/fonts/OpenSans-LightItalic.ttf');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'Icons-milaimirek';
src: url('/fonts/Icons-milaimirek.ttf');
font-weight: normal;
font-style: normal;
}

* {
margin: 0;
padding: 0;
outline: none;
}

body {
background: #fff;
font-size: 18px;
line-height: 1.4;
font-family: OpenSans-LightItalic;
font-weight: normal;
color: #000;
text-align: left;
}

h1 {
font-family: ArgentinaScript;
font-weight: normal;
font-size: 120px;
line-height: 1.1;
text-align: center;
padding: 0;
}

h1 span {
font-size: 80px;
}

h2 {
font-family: ArgentinaScript;
font-weight: normal;
font-size: 60px;
text-align: center;
padding: 50px 0;
}

h3 {
font-family: OpenSans-LightItalic;
font-weight: normal;
font-size: 28px;
text-align: center;
padding: 0 0 30px 0;
}

img {
border: 0;
max-width: 100%;
height: auto;
}

p {
padding: 0 0 10px 0;
}

.clr {
clear: both;
}

.center {
text-align: center;
}

a {
color: #5d5d5f;
text-decoration: none;
transition: color 0.4s;
}

.margintop {
margin-top: 50px;
}

.background {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0.6;
}

.background .bg_name {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
opacity: 0.2;
}

.background .bg_date {
width: 100%;
font-family: ArgentinaScript;
font-size: 36px;
text-align: right;
position: absolute;
right: 0;
bottom: 20px;
}

.bg_line {
width: 100%;
min-height: 100vh;
position: relative;
}

.win_line {
width: 100%;
max-width: 1370px;
margin: 0 auto;
}

.line {
padding: 0 10px;
}

.lang {
display: flex;
gap: 0 20px;
padding: 30px 0 0 0;
}

.lang .button_lang {
display: block;
background: #fff;
font-family: OpenSans-LightItalic;
font-weight: normal;
font-size: 18px;
color: #000;
border: 0;
cursor: pointer;
padding: 0;
margin: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
transition: color 0.4s;
}

.bg_photo {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
gap: 15px;
padding: 0 0 50px 0;
}

.bg_photo .item {
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
user-select: none;
-webkit-user-select: none;
}

.bg_photo .item img {
width: auto;
height: auto;
max-width: 200px;
max-height: 200px;
transition: opacity 0.4s;
}

.bg_modal {
background: rgba(0, 0, 0, 0.8);
width: 100%;
height: 0;
text-align: center;
overflow: hidden;
position: fixed;
left: 0;
top: 0;
z-index: 2000;
opacity: 0;
transition: opacity 0.3s, height 0s 0.3s;
}

.bg_modal.active {
height: 100%;
opacity: 1;
transition: opacity 0.1s, height 0s;
}

.bg_modal img {
display: block;
width: auto;
max-width: 90%;
max-height: 80%;
margin: 20px auto 0 auto;
cursor: pointer;
transform: scale(0);
transition: transform 0.3s;
user-select: none;
-webkit-user-select: none;
}

.bg_modal.active img {
transition: transform 0.5s;
}

.bg_modal .download {
display: inline-block;
color: #fff;
padding: 10px 0;
transform: scale(0);
transition: transform 0.5s, color 0.4s;
}

.bg_modal .download::after {
content: '\e900';
font-family: 'Icons-milaimirek';
font-weight: normal;
padding-left: 10px;
}

.bg_modal .close {
font-family: Arial, Helvetica, sans-serif;
position: absolute;
top: 15px;
right: 35px;
color: #fff;
font-size: 60px;
font-weight: normal;
cursor: pointer;
transition: color 0.4s;
z-index: 3000;
user-select: none;
-webkit-user-select: none;
}

.bg_modal .buttonprev,
.bg_modal .buttonnext {
position: absolute;
top: 0;
left: 50%;
cursor: pointer;
transform: scale(0);
margin: 300px 0 0 -500px;
user-select: none;
-webkit-user-select: none;
transition: transform 0.5s, margin-left 0.4s;
}

.bg_modal .buttonprev::before,
.bg_modal .buttonnext::before {
content: '\e904';
font-family: 'Icons-milaimirek';
font-weight: normal;
font-size: 80px;
color: #fff;
transition: color 0.4s;
}

.bg_modal .buttonnext {
margin: 300px 0 0 500px;
}

.bg_modal .buttonnext::before {
content: '\e903';
}

.bg_modal.active img,
.bg_modal.active .download,
.bg_modal.active h3,
.bg_modal.active .buttonprev,
.bg_modal.active .buttonnext {
transform: scale(1);
}

@media screen and (max-width: 1040px) {

.bg_modal img {
max-width: 100%;
}

.bg_modal .buttonprev,
.bg_modal .buttonnext {
display: none;
}
}

@media screen and (max-width: 1000px) {
	
.bg_modal .close {
color: #000;
font-size: 40px;
top: 10px;
right: 10px;
}
}

@media screen and (max-width: 530px) {

h1 {
font-size: calc((120 / 530) * 100vw);
}

h1 span {
font-size: calc((80 / 530) * 100vw);
}

h2 {
font-size: 50px;
}

h3 {
font-size: 22px;
}

.background .bg_date {
font-size: 30px;
}
}

















@media (hover: hover) {

a:hover {
color: #ffd700;
}

.lang .button_lang:hover {
color: #ffd700;
}

.bg_photo .item:hover img {
opacity: 0.7;
}

.bg_modal .download:hover {
color: #ffd700;
}

.bg_modal .close:hover {
color: #ffd700;
}

.bg_modal .buttonprev:hover::before,
.bg_modal .buttonnext:hover::before {
color: #ffd700;
}

}
