html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 40px;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	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;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

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

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template,
[hidden] {
	display: none;
}

* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;    
}

html,
body {
	font-family: 'Russo One', sans-serif;
	font-display: swap;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
	width: 100%;
	min-width: 320px;
	font-size: 1rem;
    line-height: 1.5;
}

body {
	color: #fff;
	background: #000;
}

h1 {
	font-size: 60px;
	font-weight: normal;
}

h2 {
	font-size: 40px;
	font-weight: normal;
}

h3 {
    font-size: 36px;

}

h4 {
	font-size: 24px;
	font-weight: normal;
}

h5 {
	font-size: 20px;
	font-weight: normal;
}

h6 {
	font-size: 18px;
	font-weight: normal;
}

a {
	color: #333;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

a:hover,
a:visited,
a:active,
a:focus {
	text-decoration: none;
}

p {
	color: #FFFFFF;
}

li {
	list-style: none;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.text-center {
	text-align: center;
}

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

.flex-sb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wrapper {
	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;
	width: 100%;
	max-width: 100%;
	min-width: 320px;
	min-height: 100vh;
}

.main {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	position: relative;
    z-index: 2;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.main {
		min-height: calc(100vh - 298px);
	}
}

@media screen and (-ms-high-contrast: active) and (max-width: 1024px),
(-ms-high-contrast: none) and (max-width: 1024px) {
	.main {
		min-height: calc(100vh - 203px);
	}
}

@media screen and (-ms-high-contrast: active) and (max-width: 500px),
(-ms-high-contrast: none) and (max-width: 500px) {
	.main {
		min-height: calc(100vh - 193px);
	}
}

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

/* Добавим отступы только для контейнеров внутри main, но не в header */
main .container {
	padding: 0 20px;
}

.header {
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 99;
}
.header__wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 20px 0;
}
.header__wrap:after {
    content: "";
    clear: both;
    display: table;
}
.top-menu {
	display: flex;
	align-items: center;
	margin-left: auto;
	justify-content: flex-end;
}
.logo {
	margin-right: auto;
	justify-content: flex-start;
	padding-left: 0;
}
.logo img{
    width: 400px;
    height: 95px;
    display: block;
}
.top-menu__link{
	font-size: 72px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    opacity: 0.3;
    padding: 16px 22px;
    transition: all .25s ease;
    font-family: 'Commune Nuit', sans-serif;
}
.top-menu__link:hover{
	opacity: 1;
}
.footer{
	text-align: center;
	padding: 40px 0;
}
.footer__address{
	font-size: 20px;
	margin-bottom: 20px;
}
.footer-contacts{
	font-size: 14px;
    font-weight: 200;
}
.footer-socials{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}
.footer-socials__item{
	display: block;
	margin: 0 10px 0;
	width: 48px;
	height: 48px;
}
.footer-socials__item img{
	display: block;
	max-width: 100%;
}

.gallery{
	grid-auto-columns: 1fr;
    display: grid;
	grid-column-gap: 1.2vw;
    grid-row-gap: 1.2vw;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    /* padding-top: 95px; */
	padding-bottom: 40px;
}
.gallery__item{
	max-width: 100%;
	width: 100%;
    height: 17vw;
    border-radius: 14px;
    flex-direction: column;
    justify-content: flex-end;
    text-decoration: none;
    display: flex;
    position: relative;
    overflow: hidden;
	grid-area: span 1 / span 1 / span 1 / span 1;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.gallery__item.visible {
    opacity: 1;
    transform: translateY(0);
}
.gallery__item.m-large{
	height: 100%;
	grid-area: span 2 / span 2 / span 2 / span 2;
}

.gallery-bg-video {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #000;
}

.gallery-bg-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    z-index: 1;
}

.gallery-bg-video video[poster] {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.video-loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 2;
}

.video-loading.active {
    opacity: 1;
}

.gallery-descr{
	z-index: 20;
    width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 95px 40px 35px;
    display: flex;
    position: absolute;
    bottom: 0;
	padding: 85px 30px 25px;
	opacity: 0;
	transition: all .25s ease;
}
.gallery-descr__title{
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4;
	color: #e9e7e7;
    margin-bottom: 0;
	transform: translate3d(0px, 100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
	transition: all .25s ease 0s;
	
}
.gallery-descr__more{
	font-size: .875rem;
	color: #dbdbdb;
    text-transform: none;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 400;
	transform-style: preserve-3d;
    transform: translate3d(0px, 100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
	opacity: 0;
	transition: all .25s ease 0s;
}

.gallery__item:hover .gallery-descr{
	opacity: 1;
}
.gallery__item:hover .gallery-descr__title{
	transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
	transition: all .25s ease;
}
.gallery__item:hover .gallery-descr__more{
	transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
	opacity: 1;
	transition: all .25s ease .25s;
}

/* Мобильное меню */
.menu-btn {
    width: 50px;
    height: 50px;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: rgba(218, 215, 212, .07);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    z-index: 1000;
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
}

.menu-btn img {
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
}

.menu-btn.active {
    background-color: rgba(218, 215, 212, .15);
}

.menu-btn.active img {
    transform: rotate(90deg);
}

.menu-mobile-view {
    transform: translateX(100%);
    height: 100%;
    transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    background-color: rgba(0, 0, 0, .9);
    padding: 100px 20px 40px 20px;
	z-index: 999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
}

.menu-mobile-view.active {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}

.menu-mobile-view__link {
    display: block;
	text-transform: uppercase;
    padding: 15px 10px;
    font-size: 36px;
    font-weight: 700;
	line-height: 110%;
	color: #fff;
    text-align: center;
    transition: color 0.3s ease;
    text-decoration: none;
}

.menu-mobile-view__link:hover {
    color: #6cff00;
}

/* Медиа-запросы для мобильного меню */
@media (max-width: 768px) {
    .top-menu {
        display: none;
    }
    
    .menu-btn {
        display: flex;
        box-shadow: 0 0 5px rgba(108, 255, 0, 0.3);
    }
    
    .menu-btn:hover, .menu-btn:active, .menu-btn.active {
        box-shadow: 0 0 10px rgba(108, 255, 0, 0.5);
        background-color: rgba(108, 255, 0, 0.1);
    }
    
    .header__wrap {
        justify-content: space-between;
        padding: 15px 0;
    }
}

.catalog {
    grid-auto-columns: 1fr;
    display: grid;
    grid-column-gap: 1.2vw;
    grid-row-gap: 1.2vw;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-bottom: 40px;

}

.catalog .gallery__item{
	height: auto;
}
.catalog .gallery__item .gallery-bg-video{
	height: 14vw;
}
.block-project-display {
    z-index: 20;
    width: 100%;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 15px;
    display: flex;
    position: relative;
    bottom: 0;
    left: 0;
    background: transparent;
    border-radius: 0;
    margin-top: 10px;
}
.overflow-2 {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 8px;
}
.heading-project-display {
    color: #fff;
    margin-bottom: 0;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.3;
    font-weight: 600;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    white-space: normal;
    word-wrap: break-word;
    display: block;
    padding: 0;
    background-color: transparent;
}
.subheading-project-display {
    color: rgba(255, 255, 255, 0.7);
    text-transform: none;
    margin-bottom: 0;
    font-size: 14px;
    letter-spacing: 1px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.3;
    transform: translateY(100%);
    transition: transform 0.3s ease 0.1s;
    white-space: normal;
    word-wrap: break-word;
    display: block;
    padding: 0;
    background-color: transparent;
}

.gallery__item:hover .heading-project-display,
.gallery__item:hover .subheading-project-display {
    transform: translateY(0);
}

.footer-text a:after{
	content: "/";
	display: inline-block;
	margin: 0 5px 0 22px;
	font-family: 'Free Sans', sans-serif;
	position: relative;
    top: -5px;
	color: #fff!important;
}
.footer-text a:last-child:after{
	display: none;
}

.footer-text a:hover:after{
	color: #fff;
} 
.about-img-centered{
	display: flex;
    justify-content: center;
    margin: 30px 20px;
}
.about-img-centered img{
	max-width: 100%;
	display: block;
}

@media screen and (max-width: 991px){
	.gallery__item{
		height: 25vw;
	}
	.gallery-descr {
		padding: 50px 20px 20px;
	}
	.catalog {
		grid-template-columns: 1fr 1fr 1fr;
	}
	.catalog .gallery__item .gallery-bg-video {
		height: 17vw;
	}
}

@media screen and (max-width:767px){
	.gallery{
		grid-template-columns: 1fr;
	}
	.gallery__item.m-large{
		grid-area: span 1 / span 1 / span 1 / span 1;
	}
	.gallery__item,
	.gallery__item.m-large{
		height: 54vw;
	}
	
	/* Оптимизация видео для мобильных устройств */
	.gallery-bg-video video, 
	.catalog .gallery__item .gallery-bg-video video {
		width: 100%;
		height: 100%;
		object-fit: cover;
		max-height: 400px; /* Ограничиваем максимальную высоту */
	}
	
	/* Улучшение визуальных индикаторов для мобильных */
	.gallery__item::after {
		content: '';
		position: absolute;
		top: 10px;
		right: 10px;
		width: 30px;
		height: 30px;
		background-image: url(../img/play.png);
		background-size: contain;
		background-repeat: no-repeat;
		opacity: 0.7;
		z-index: 2;
	}
	
	/* Уменьшаем качество заднего фона для экономии трафика */
	.gallery-bg-video {
		background-size: cover;
		background-position: center;
	}
	
	.top-menu{
		display: none;
	}
	.gallery-descr {
		opacity: 1;
        padding: 30px 15px 15px;
	}
	.gallery-descr__title{
		transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
        font-size: 18px;
	}
	.gallery-descr__more{
		transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
		opacity: 1;
        font-size: 14px;
	}
	.menu-btn{
		display: flex;
	}
    .menu-mobile-view__link {
        font-size: 28px;
        padding: 12px 10px;
    }
	body{
		overflow-x: hidden;
	}
	.catalog {
		grid-template-columns: 1fr;
	}
	.catalog .gallery__item .gallery-bg-video {
		height: 54vw;
		max-height: 400px; /* Ограничиваем высоту для лучшей производительности */
	}
	
	/* Улучшаем загрузку страницы на мобильных */
	.fade-in {
		transition: opacity 0.5s ease, transform 0.5s ease; /* Ускоряем анимации */
	}
    
    /* Плейсхолдеры для видео */
    .video-placeholder {
        transition: opacity 0.5s ease;
    }
}

@media screen and (max-width:480px) {
    .gallery__item, .gallery__item.m-large {
        height: 64vw;
    }
    .catalog .gallery__item .gallery-bg-video {
        height: 64vw;
    }
    .menu-mobile-view__link {
        font-size: 24px;
        padding: 10px;
    }
    .menu-btn {
        width: 44px;
        height: 44px;
    }
    .menu-btn img {
        width: 20px;
        height: 20px;
    }
    .header__wrap {
        padding: 15px 0;
    }
}

@media screen and (max-width:600px){
	.footer-text a:after {
		margin: 0 5px 0 13px;
		top: -1px;
	}
}

.filter-bar {
    display: flex;
    margin-bottom: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.filter-button {
    background-color: transparent;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 8px 100px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.filter-button:hover {
    background-color: #6cff00;
    color: #000;
    border-color: #6cff00;
}

.filter-button.active {
    background-color: #6cff00;
    color: #000;
    border-color: #6cff00;
}

._2vw-paragraph {
	color: #FFFFFF;
	font-weight: 100;
	opacity: 0.85;
	font-family: 'Orbitron', sans-serif;
}

/* Оптимизация для мобильных и производительности */
@media (prefers-reduced-motion: reduce) {
    /* Отключение анимаций для пользователей, предпочитающих уменьшенное движение */
    .fade-in, 
    .gallery__item,
    .heading-project-display,
    .subheading-project-display,
    .gallery-descr__title,
    .gallery-descr__more {
        transition: none !important;
        transform: none !important;
        animation: none !important;
    }
}

/* Оптимизация контентной видимости для ускорения рендеринга */
.top-menu__link,
.footer-text,
.all-caps-text {
    content-visibility: auto;
    contain-intrinsic-size: auto 50px;
}

/* Улучшение обработки шрифтов */
@font-face {
    font-family: 'Russo One';
    font-style: normal;
    font-weight: 400;
    font-display: swap; /* Сначала используется системный шрифт, затем загружается нужный */
    src: url(https://fonts.gstatic.com/s/russoone/v14/Z9XUDmZRWg6M1LvRYsHOy8mJrrg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Orbitron';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/orbitron/v29/yMJMMIlzdpvBhQQL_SC3X9yhF25-T1nyGy6BoWgz.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Улучшенная адаптивность для мобильных устройств */
@media screen and (max-width: 479px) {
    .top-menu__link {
        font-size: 42px;
        padding: 10px 15px;
    }
    
    .logo img {
        width: 220px;
        height: auto;
    }
    
    .filter-button {
        padding: 8px 40px;
        margin-right: 5px;
        margin-bottom: 8px;
        font-size: 12px;
    }
    
    .contact-form input,
    .contact-form textarea,
    .contact-form button {
        font-size: 18px;
        padding: 15px;
        margin-bottom: 20px;
        border-radius: 8px;
    }
    
    .contact-item h3 {
        font-size: 22px;
    }
    
    .contact-item a, 
    .contact-item p {
        font-size: 18px;
    }
    
    .footer-text {
        text-align: center;
        padding: 15px;
        font-size: 18px;
        line-height: 2;
        margin-bottom: 20px;
    }
    
    .footer-text a {
        font-size: 50px;
        padding: 0;
        display: inline-block;
        margin: 0;
    }
    
    .footer-text a:after {
        margin: 0 5px 0 8px;
    }
    
    .all-caps-text {
        font-size: 28px;
    }
    
    ._2vw-paragraph {
        font-size: 16px;
        line-height: 1.4;
        opacity: 0.9;
        margin-bottom: 15px;
    }
    
    .link-span {
        font-size: 16px;
        line-height: 1.4;
    }
    
    .section.footer {
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 15px;
    }
    
    /* Улучшение кнопки мобильного меню */
    .menu-btn {
        width: 40px;
        height: 40px;
        background-color: rgba(218, 215, 212, .1);
    }
    
    .menu-btn img {
        width: 20px;
        height: 20px;
    }
    
    /* Улучшение мобильного меню */
    .menu-mobile-view {
        padding: 80px 15px 30px;
    }
    
    .menu-mobile-view__link {
        padding: 12px 8px;
        font-size: 22px;
    }
}

/* Улучшенная поддержка для медленных соединений */
@media (prefers-reduced-data: reduce) {
    .gallery-bg-video video {
        display: none;
    }
    
    .gallery-bg-video {
        background-size: cover;
        background-position: center;
    }
}

/* Медиа-запросы для экранов среднего размера (планшеты) */
@media screen and (min-width: 480px) and (max-width: 767px) {
    .menu-btn {
        width: 45px;
        height: 45px;
    }
    
    .menu-btn img {
        width: 22px;
        height: 22px;
    }
    
    .menu-mobile-view__link {
        font-size: 26px;
        padding: 12px;
    }
    
    .footer-text {
        text-align: center;
        font-size: 20px;
        line-height: 2;
        padding: 10px;
    }
    
    .footer-text a {
        padding: 5px 10px;
        margin: 0 5px;
    }
    
    .footer-text a:after {
        margin: 0 5px 0 10px;
    }
    
    ._2vw-paragraph {
        font-size: 16px;
        line-height: 1.5;
        opacity: 0.9;
    }
    
    .all-caps-text {
        font-size: 30px;
    }
    
    .link-span {
        font-size: 18px;
    }
    
    .contact-form input,
    .contact-form textarea,
    .contact-form button {
        font-size: 17px;
        padding: 12px;
    }
}

/* Исправление скрытой кнопки меню на больших экранах */
@media screen and (min-width: 769px) {
    .menu-btn {
        display: none;
    }
}

.contact-form {
    flex: 1;
    margin-bottom: 40px;
    min-width: 300px;
    padding-right: 40px;
}
.contact-form input, 
.contact-form textarea {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    color: white;
    font-family: 'Russo One', sans-serif;
    font-size: 16px;
}
.contact-form textarea {
    min-height: 150px;
    resize: vertical;
}
.contact-form button {
    background-color: #6cff00;
    color: black;
    border: 2px solid #6cff00;
    padding: 10px 25px;
    border-radius: 25px;
    cursor: pointer;
    font-family: 'Russo One', sans-serif;
    transition: all 0.3s ease;
    width: 100%;
    font-size: 16px;
}
.contact-form button:hover {
    background-color: transparent;
    color: #6cff00;
    border-color: #6cff00;
}

@media (max-width: 768px) {
    .contact-section {
        flex-direction: column;
    }
    .contact-form {
        padding-right: 0;
    }
    .contact-details {
        padding-left: 0;
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        padding-top: 30px;
    }
    
    .contact-form input, 
    .contact-form textarea {
        font-size: 18px;
        padding: 15px;
    }
    
    .contact-form button {
        font-size: 18px;
        padding: 15px 25px;
    }
}