/*!
Theme Name: Studio&Forma
Theme URI: https://apn.works
Author: APN
Author URI: https://apn.works
Version: 1.0.0
*/
html{-webkit-text-size-adjust: 100%; height: 100%; margin-top: 0!important; background: #fff;}
body{font-family: sans-serif; font-weight: bold; color: #000; height: 100%; font-size: 14px; margin: 0; line-height: 16px; transition: opacity .3s ease, color .3s ease; overflow-x: hidden;}
body.fade-out{opacity: 0;}
body.white{color: #fff;}
body.noscroll, body.antiscroll{overflow: hidden;}
* {-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
h1, h2, h3, h4, h5, h6{font-family: sans-serif; margin:0; font-weight: bold; font-size: 14px;}
p{margin: 0;}
a {background-color: transparent; color: inherit; text-decoration: none;}
input{border: 0; padding: 0; font-family: sans-serif; font-size: 14px; font-weight: bold;}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active  {-webkit-box-shadow: 0 0 0 30px white inset !important;}
:focus {outline: -webkit-focus-ring-color auto 0px;}
[type="checkbox"], [type="radio"] {box-sizing: border-box; padding: 0;}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {height: auto;}
[type="search"] {-webkit-appearance: textfield; appearance: textfield; outline-offset: -2px;}
[type="search"]::-webkit-search-decoration{-webkit-appearance: none; appearance: none;}
::-webkit-scrollbar{display: none; -webkit-appearance: none; appearance: none; width: 0!important;}
*:focus {outline: none;}
*::-moz-selection {background: transparent; color: lightgrey;}
*::selection {background: transparent; color: lightgrey;}
.underline{text-decoration: underline;}
#graphic-square{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background: #000;
    z-index: 101;
    pointer-events: none;
}
header{
    /*color: #fff;
    mix-blend-mode: difference;*/
    color: #000;
    position: fixed;
    top: 180px;
    left: 20px;
    z-index: 100;
    cursor: default;
}
header svg{
    height: 14px;
    /*fill: #fff;*/
    fill: #000;
}
.info-line{
    display: flex;
    grid-gap: 8px;
    width: 100%;
    margin-top: 28px;
}
.second-line{
    grid-gap: 16px;
    justify-content: end;
    margin-top: 13px;
}
#swiper{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.image{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.image.size-vertical{
    object-fit: contain;
}
.swiper-slide{
    background: #fff;
}
.button-slider{
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    cursor: pointer;
    z-index: 1;
}
.button-prev{
    left: 0;
    cursor: w-resize;
}
.button-next{
    right: 0;
    cursor: e-resize;
}
.second-line{
    justify-content: start;
    margin-left: 87px;
}
@media only screen and (min-width: 600px) {
.image-mobile{
    display: none!important;
}
}
@media only screen and (max-width: 600px) {
.swiper-slide:has(.image-mobile) .image-desktop{
    display: none!important;
}
header{
    width: calc(100% - 40px);
    /*color: #fff;
    mix-blend-mode: difference;*/
    color: #000;
    position: fixed;
    top: 90px;
    left: 20px;
}
.second-line,
.info-line{
    flex-direction: column;
}
.second-line{
    justify-content: start;
    grid-gap: 8px;
}
.second-line .link{
    display: inline-block;
    margin-right: 16px;
}
.second-line .link:nth-child(2){
    margin-right: 0;
}
.image.size-vertical{
    object-fit: cover;
}
.button-slider{
    display: none;
}
}