.landing .show {
    position: relative;
    min-height: 743px;
    max-height: 796px;
    height: calc(100dvh - 143px - 25px);
}

.landing .show .slide {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.landing .show .slide:hover {
    opacity: 1;
}

.landing .show .slide img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
}

.landing .show .slide .content {
    position: relative;
    min-height: 743px;
    max-height: 796px;
    height: calc(100dvh - 143px - 25px);
    z-index: 1;
    width: var(--width);
    max-width: var(--max-width);
    margin: auto;
    display: grid;
    align-items: center;
    align-content: center;
}

.landing .show .slide .content h2 {
    color: #D3878D;
    font-size: 48px;
    font-weight: 400;
    font-family: var(--font-family-3);
    line-height: 1;
    font-weight: 400;
}

.landing .show .slide .content h1 {
    margin-top: 10px;
    font-size: 148px;
    color: var(--text-2);
    font-family: var(--font-family-3);
    line-height: 1;
    font-weight: 400;
}

.landing .show .slide .content h3 {
    color: #FFFFFF80;
    margin-top: 14px;
    max-width: 660px;
    font-weight: 300;
    font-size: 24px;
}

.landing .show .slide .content span {
    margin-top: 70px;
    color: var(--text-2);
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    -webkit-text-decoration: underline 1px;
    text-decoration: underline 1px;
}

.landing .showcase {
    display: flex;
    width: var(--width);
    max-width: var(--max-width);
    margin: 140px auto;
    gap: 20px;
}

.landing .showcase-media-title {
    display: none;
    font-size: 28px;
    font-family: var(--font-family-2);
    color: var(--accent);
    text-align: center;
    font-weight: 400;
    margin-top: 35px;
}

.landing .showcase-media-link {
    display: none;
    font-size: 14px;
    font-weight: 600;
    -webkit-text-decoration: underline 1px;
    text-decoration: underline 1px;
    text-align: center;
    margin-bottom: 50px;
}

.landing .showcase .title {
    padding-right: 100px;
}

.landing .showcase .title h1 {
    font-size: 48px;
    font-family: var(--font-family-2);
    line-height: 1;
    color: var(--accent);
    font-weight: 400;
}

.landing .showcase .title a {
    display: block;
    margin-top: 110px;
    color: var(--text);
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    -webkit-text-decoration: underline 1px;
    text-decoration: underline 1px;
}

.landing .showcase .title a:hover {
    opacity: 1;
    color: var(--accent);
}

.landing .showcase .title a:active {
    opacity: var(--opacity);
}

.landing .showcase .item {
    position: relative;
    min-width: 345px;
    display: grid;
    gap: 15px;
}

.landing .showcase .item:hover {
    opacity: 1;
}

.landing .showcase .item:hover img {
    padding: 35px;
    width: calc(100% - 35px * 2);
}

.landing .showcase .item:active {
    opacity: var(--opacity);
}

.landing .showcase .item img {
    transition: var(--transition);
    width: calc(100% - 50px * 2);
    background-color: #F8F8F8;
    padding: 50px;
    aspect-ratio: 1 / 1;
}

.landing .showcase .item .up {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 10px * 2);
    padding: 15px 10px;
}

.landing .showcase .item .up span {
    background-color: var(--background);
    font-size: 18px;
    font-weight: 700;
    border-radius: 32px;
    padding: 6px 18px;
}

.landing .showcase .item .up span.alternative {
    background-color: var(--text);
    color: var(--background);
}

.landing .showcase .item .up span.empty {
    opacity: 0;
    pointer-events: none;
}

.landing .showcase .item .up .wish:hover {
    opacity: var(--opacity);
}

.landing .showcase .item .up .wish:active {
    opacity: var(--opacity-2);
}

.landing .showcase .item .name {
    transition: var(--transition);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 0 10px;
}

.landing .showcase .item .name div h4 {
    color: var(--accent);
    font-weight: 500;
    font-size: 14px;
}

.landing .showcase .item .name div h3 {
    margin-top: 6px;
    font-size: 18px;
    font-weight: 500;
}

.landing .showcase .item .name h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-wrap: nowrap;
}

.landing .showcase .item .name h2.old {
    position: absolute;
    right: 10px;
    margin-top: 48px;
    font-size: 16px;
    font-weight: 600;
    color: #11111199;
    -webkit-text-decoration: line-through #11111150;
    text-decoration: line-through #11111150;
}

.landing .marquee-container {
    position: relative;
    width: 100%;
    height: auto;
    border-top: 1.5px solid var(--accent);
    border-bottom: 1.5px solid var(--accent);
    overflow: hidden;
    padding: 16px 0;
}

.landing .marquee-container div {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: var(--font-family-2);
    font-size: 50px;
    line-height: 1;
    font-weight: 400;
    white-space: nowrap;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: var(--accent);
    display: inline-flex;
    gap: 32px;
    text-transform: uppercase;
}

.landing .marquee-container .marquee .js-marquee-wrapper {
    padding-left: 0;
    gap: 0;
}

.landing .marquee-container .marquee .js-marquee-wrapper .js-marquee {
    padding-left: 32px;
}

.landing .banner {
    display: block;
    margin: 50px auto;
    width: var(--width);
    max-width: var(--max-width);
}

.landing .banner:hover {
    opacity: 1;
}

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

.landing .links {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}

.landing .links .link {
    position: relative;
    display: grid;
    width: calc(100% / 3);
    overflow: hidden;
    height: 800px;
}

.landing .links .link:hover {
    opacity: 1;
}

.landing .links .link:hover img {
    transform: scale(1.05);
}

.landing .links .link img {
    position: absolute;
    transition: var(--transition);
    width: calc(100% + 1px);
    height: 800px;
    -o-object-fit: cover;
    object-fit: cover;
}

.landing .links .link h1 {
    position: absolute;
    color: var(--text-2);
    font-size: 72px;
    font-weight: 400;
    line-height: 1;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    top: calc(50% - 72px / 2);
    bottom: 0;
    font-family: var(--font-family-2);
    transition: var(--transition);
}

.landing .about {
    background-color: var(--accent);
    color: var(--text-2);
}

.landing .about .block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.landing .about .block .title {
    width: 25%;
    margin-left: 6.25%;
}

.landing .about .block .title h1 {
    font-size: 72px;
    font-weight: 400;
    font-family: var(--font-family-2);
    line-height: 1;
}

.landing .about .block .title h2 {
    margin-top: 25px;
    font-size: 18px;
    font-weight: 400;
}

.landing .about .block img {
    width: 55%;
    -o-object-fit: cover;
    object-fit: cover;
}

.landing .about .block.alternative {
    align-items: flex-start;
    justify-content: unset;
}

.landing .about .block.alternative .title {
    width: 45%;
    margin-left: 0;
    padding: 80px;
    max-width: 460px;
}

.landing .about .block.alternative .gallery {
    display: flex;
    flex-wrap: wrap;
    width: 55%;
}

.landing .about .block.alternative .gallery img.big {
    width: 100%;
}

.landing .about .block.alternative .gallery div {
    position: relative;
    display: flex;
    width: 100%;
}

.landing .about .block.alternative .gallery div img {
    width: 50%;
}

.landing .lookbook {
    width: var(--width);
    max-width: var(--max-width);
    margin: auto;
    margin-top: 164px;
}

.landing .lookbook h1 {
    font-size: 72px;
    font-weight: 400;
    font-family: var(--font-family-2);
    color: var(--accent);
    text-align: center;
    margin: auto;
}

.landing .lookbook .gallery {
    margin-top: 50px;
    display: flex;
    gap: 20px;
}

.landing .lookbook .gallery img {
    -o-object-fit: cover;
    object-fit: cover;
}

.landing .lookbook .gallery .big {
    width: 100%;
}

.landing .lookbook .gallery .grid {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.landing .lookbook .gallery .grid img {
    width: calc((100% - 20px) / 2);
}

.landing .lookbook .gallery .grid .name {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    transition: var(--transition);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 45px;
    width: calc((100% - 20px) / 2 - 45px * 2);
}

.landing .lookbook .gallery .grid .name:hover {
    opacity: 1;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.landing .lookbook .gallery .grid .name:active {
    opacity: var(--opacity);
}

.landing .lookbook .gallery .grid .name h2 {
    display: block;
    font-size: 48px;
    font-weight: 400;
    font-family: var(--font-family-2);
    color: var(--accent);
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    line-height: 1;
}

.landing .lookbook .gallery .grid .name h2 svg {
    float: right;
    margin-top: 10px;
}

.landing .control {
    width: var(--width);
    max-width: var(--max-width);
    margin: auto;
    margin-top: 240px;
    display: flex;
    gap: 80px;
    align-items: center;
}

.landing .control img {
    width: 50%;
}

.landing .control .title {
    max-width: 530px;
}

.landing .control .title h1 {
    font-size: 72px;
    font-family: var(--font-family-2);
    color: var(--accent);
    font-weight: 400;
    line-height: 1;
}

.landing .control .title h3 {
    margin-top: 25px;
    font-weight: 400;
    font-size: 18px;
}

.landing .control .title h2 {
    margin-top: 50px;
    font-size: 64px;
    font-weight: 400;
    font-family: var(--font-family-2);
    line-height: 1;
}

.landing .control .title h2 a {
    color: var(--accent);
}

.landing .control .title h4 {
    margin-top: 6px;
    font-size: 18px;
    font-weight: 500;
}

.landing .control .title h4 a {
    color: var(--accent);
}

.landing .telegram {
    display: block;
    width: var(--width);
    max-width: var(--max-width);
    margin: auto;
    margin-top: 240px;
}

.landing .telegram:hover {
    opacity: 1;
}

.landing .telegram h1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 72px;
    font-weight: 400;
    font-family: var(--font-family-2);
    color: var(--accent);
    line-height: 1;
}

.landing .telegram .gallery {
    display: flex;
    gap: 20px;
    margin-top: 35px;
}

.landing .telegram .gallery img {
    width: calc((100% - 20px * 3) / 4);
    -o-object-fit: cover;
    object-fit: cover;
}

.landing .contact {
    width: var(--width);
    max-width: var(--max-width);
    margin: auto;
    margin-top: 180px;
    display: flex;
    align-items: center;
    gap: 180px;
}

.landing .contact form,
.landing .contact .contacts {
    width: 100%;
}

.landing .contact form {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
}

.landing .contact form h1 {
    font-size: 72px;
    font-weight: 400;
    font-family: var(--font-family-2);
    line-height: 1;
    color: var(--accent);
    text-wrap: nowrap;
}

.landing .contact form h3 {
    margin-top: 16px;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 17px;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
}

.landing .contact form label {
    display: block;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #11111180;
}

.landing .contact form input:not([type="checkbox"]),
.landing .contact form textarea {
    width: calc(100% - 20px * 2 - 0.75px * 2);
    outline: none;
    padding: 20px;
    font-family: var(--font-family);
    border-radius: 0;
    border: 0.75px solid var(--accent);
    caret-color: var(--text);
    color: var(--text);
    font-weight: 500;
    font-size: 16px;
    margin-top: 5px;
    line-height: 1;
}

.landing .contact form input::-webkit-input-placeholder {
    color: #11111180;
}

.landing .contact form input::-moz-placeholder {
    color: #11111180;
}

.landing .contact form input:-ms-input-placeholder {
    color: #11111180;
}

.landing .contact form input::-ms-input-placeholder {
    color: #11111180;
}

.landing .contact form input::placeholder {
    color: #11111180;
}

.landing .contact form textarea::-webkit-input-placeholder {
    color: #11111180;
}

.landing .contact form textarea::-moz-placeholder {
    color: #11111180;
}

.landing .contact form textarea:-ms-input-placeholder {
    color: #11111180;
}

.landing .contact form textarea::-ms-input-placeholder {
    color: #11111180;
}

.landing .contact form textarea::placeholder {
    color: #11111180;
}

.landing .contact form textarea {
    height: calc(230px - 20px * 2 - 0.75px * 2);
    line-height: 1.3;
    resize: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.landing .contact form textarea::-webkit-scrollbar {
    display: none;
}

.landing .contact form .textarea-counter {
    display: block;
    margin-top: 10px;
    width: 100%;
    text-align: right;
    font-size: 14px;
    font-weight: 400;
    color: #11111180;
}

.landing .contact form button {
    width: 100%;
    border-radius: 0;
    margin-top: 25px;
}

.landing .contact form .agreement {
    display: flex;
    margin-top: 15px;
    align-items: center;
    gap: 10px;
}

.landing .contact form .agreement h4 {
    font-size: 14px;
    font-weight: 400;
}

.landing .contact form .agreement h4 a {
    color: var(--accent);
    -webkit-text-decoration: 1px underline;
    text-decoration: 1px underline;
}

.landing .contact .contacts h1 {
    font-size: 36px;
    font-weight: 400;
    font-family: var(--font-family-2);
    line-height: 1;
    max-width: 564px;
}

.landing .contact .contacts h3 {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #111111CC;
}

.landing .contact .contacts h3:first-of-type {
    margin-top: 17px;
}

.landing .contact .contacts h3 a {
    color: var(--accent);
}

.landing .contact .contacts .widjet {
    margin-top: 25px;
    border: none;
    width: 100%;
    height: 400px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}