/*!
Theme Name: pushkutse
Theme URI: http://underscores.me/
Author: Svitlana Sukova
Author URI: https://www.linkedin.com/in/svitlana-sukova/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pushkutse
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

pushkutse is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@font-face {
	font-family: 'Montserrat';
	src: url("fonts/Montserrat/static/Montserrat-Regular.ttf");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url("fonts/Montserrat/static/Montserrat-Thin.ttf");
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url("fonts/Montserrat/static/Montserrat-Medium.ttf");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url("fonts/Montserrat/static/Montserrat-SemiBold.ttf");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url("fonts/Montserrat/static/Montserrat-Bold.ttf");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat';
	src: url("fonts/Montserrat/static/Montserrat-Black.ttf");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Sora';
	src: url("fonts/Sora/static/Sora-Regular.ttf");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Sora';
	src: url("fonts/Sora/static/Sora-Thin.ttf");
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #5A5959;
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #D12B2B;
}

a:hover, a:focus, a:active {
	color: #D12B2B;
}

a:hover, a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #D12B2B;
	border-radius: 3px;
	background: #D12B2B;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #D12B2B;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #D12B2B;
}

.button {
	text-decoration: none;
	cursor: pointer;
	background: #D12B2B;
	color: #ffffff;
	padding: 10px 35px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1);
	white-space: nowrap;
	border-radius: 0;
}

.button.clear {
	background: #fff;
	border: 1px solid #D12B2B;
	color: #D12B2B;
}

@media (hover: hover) and (pointer: fine) {
	.button.clear:hover {
		color: #D12B2B;
	}
}

@media (hover: hover) and (pointer: fine) {
	.button:hover {
		padding: 10px 50px;
		color: #ffffff;
		font-weight: 900;
	}
}

.button:active, .button:focus {
	color: #ffffff;
}

.button-wrap {
	display: inline-block;
}

.button:active {
	font-weight: 400;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #5A5959;
	border: 1px solid #D12B2B;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #D12B2B;
}

textarea {
	width: 100%;
}

.site-header {
	width: 100%;
	padding: 50px 0px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

@media (max-width: 1024px) {
	.site-header {
		padding: 30px 0px;
		padding-bottom: 0;
	}
}

.site-header:not(.opened) {
	mix-blend-mode: difference;
	filter: invert(100%);
	-webkit-filter: invert(100%);
	-moz-filter: invert(100%);
	-o-filter: invert(100%);
	-ms-filter: invert(100%);
}

.site-header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.site-header .site-navigation {
	position: fixed;
	width: 100%;
	height: 100dvh;
	background: #ffffff;
	padding: 50px 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
	gap: 50px;
	top: -100dvh;
	left: 0;
	z-index: 1;
	opacity: 0;
	transition: all 0.4s cubic-bezier(0.175, 0.55, 0.32, 1.275);
}

.site-header .site-navigation.opened {
	top: 0;
	opacity: 1;
}

.site-header .site-navigation.opened .menu-title {
	opacity: 1;
	transform: scale(1);
}

.site-header .site-navigation.opened::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 50dvh;
	top: -50dvh;
	left: 0;
	background: #fff;
}

@media (min-width: 1024px) {
	.site-header .site-navigation.opened::before {
		display: none;
	}
}

@media (min-width: 1024px) {
	.site-header .site-navigation .social-media, .site-header .site-navigation .site-email {
		display: none;
	}
}

@media (min-width: 1024px) {
	.site-header .site-navigation {
		position: initial;
		width: auto;
		height: auto;
		background: initial;
		padding: 0;
		display: block;
		opacity: 1;
	}
}

.site-header .site-navigation .menu-title {
	position: fixed;
	left: 20px;
	top: 40px;
	z-index: 2;
	font-size: 40px;
	font-weight: 600;
	line-height: 49px;
	letter-spacing: 0.07em;
	color: #2B1137;
	opacity: 0;
	transform: scale(0);
	transform-origin: top left;
	transition: opacity 0.4s linear, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1);
}

.site-header .site-navigation ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	gap: 30px;
}

@media (min-width: 1024px) {
	.site-header .site-navigation ul {
		flex-direction: row;
		align-items: center;
	}
}

.site-header .site-navigation ul a {
	text-transform: uppercase;
	font-weight: 500;
	color: #2B1137;
	text-decoration: none;
	transition: all .15s linear;
	white-space: nowrap;
}

.site-header .site-navigation ul a span {
	color: #D12B2B;
}

@media (hover: hover) and (pointer: fine) {
	.site-header .site-navigation ul a:hover {
		font-weight: 700;
	}
}

.site-header .site-navigation ul a:active {
	font-weight: 400;
}

.site-header-menu {
	position: fixed;
	top: 35px;
	right: 20px;
	z-index: 2;
}

.site-header-menu .close {
	display: none;
}

.site-header-menu.opened .close {
	display: initial;
}

.site-header-menu.opened .open {
	display: none;
}

@media (min-width: 1024px) {
	.site-header-menu {
		display: none;
	}
}

.social-media {
	display: flex;
	align-items: center;
	gap: 30px;
}

.social-media a {
	text-decoration: none;
	font-weight: 500;
	transition: all .15s linear;
	white-space: nowrap;
}

@media (hover: hover) and (pointer: fine) {
	.social-media a:hover {
		font-weight: 700;
	}
}

.social-media a:active {
	font-weight: 400;
}

.site-email {
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .15s linear;
	white-space: nowrap;
}

@media (hover: hover) and (pointer: fine) {
	.site-email:hover {
		font-weight: 700;
	}
}

.site-email:active {
	font-weight: 400;
}

.site-footer {
	padding: 30px 0 50px 0;
	border-top: 1px solid rgba(209, 43, 43, 0.3);
}

@media (min-width: 1024px) {
	.site-footer {
		padding: 50px 0;
	}
}

.site-footer .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px;
}

@media (min-width: 1024px) {
	.site-footer .container {
		flex-wrap: nowrap;
	}
}

.site-footer .container .to-top-link {
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 500;
	transition: all .15s linear;
	white-space: nowrap;
	order: 1;
}

@media (hover: hover) and (pointer: fine) {
	.site-footer .container .to-top-link:hover {
		font-weight: 700;
	}
}

.site-footer .container .to-top-link:active {
	font-weight: 400;
}

.site-footer .container .site-email {
	flex: 0 0 100%;
	text-align: right;
	order: 3;
}

@media (min-width: 1024px) {
	.site-footer .container .site-email {
		margin-right: auto;
		margin-left: 30px;
		text-align: left;
		order: 2;
		flex: initial;
	}
}

.site-footer .container .social-media {
	order: 2;
}

@media (min-width: 1024px) {
	.site-footer .container .social-media {
		order: 3;
	}
}

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

@media (min-width: 1024px) {
	.container {
		padding: 0 135px;
	}
}

@media (min-width: 1440px) {
	.container {
		max-width: 81.25%;
		padding: 0;
	}
}

.site-main {
	min-height: 85dvh;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.hero {
	position: relative;
	padding-top: 140px;
	margin-bottom: 100px;
	overflow: hidden;
	min-height: calc(359px + 140px + 100px + 68px);
}

@media (min-width: 500px) {
	.hero {
		min-height: calc(50.5277778vw + 140px + 100px + 68px);
	}
}

@media (min-width: 1024px) {
	.hero {
		margin-bottom: 160px;
		padding-top: 160px;
		min-height: calc(32.527778vw + 160px + 100px + 68px);
	}
}

.hero-background {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0px;
	display: grid;
	z-index: 5;
	pointer-events: none;
	grid-template-columns: 30.5343511% 69.4656489%;
	opacity: 0.3;
	padding-top: 220px;
}

@media (min-width: 1024px) {
	.hero-background {
		grid-template-columns: 55.55555556% 44.4444444%;
		padding-top: 157px;
	}
}

.hero-background .hero-animation {
	position: relative;
}

.hero-background .hero-animation::before {
	content: '';
	position: absolute;
	width: 81.6849817%;
	height: 76.5%;
	background: #ffffff;
	left: 0;
	bottom: 0;
	z-index: 1;
}

@media (min-width: 1024px) {
	.hero-background .hero-animation::before {
		height: 51.4945652%;
		width: 92.1875%;
	}
}

.hero-background .hero-animation video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-background .hero-animation video.desktop {
	display: none;
}

@media (min-width: 1024px) {
	.hero-background .hero-animation video.desktop {
		display: block;
	}
}

@media (min-width: 1024px) {
	.hero-background .hero-animation video.mobile {
		display: none;
	}
}

.hero #hero-title-wrap.hovered .hover {
	display: flex;
}

.hero #hero-title-wrap.hovered .initial {
	display: none;
}

.hero-title {
	color: #D12B2B;
	font-size: 18px;
	font-weight: 700;
	line-height: 25px;
	letter-spacing: 0em;
	margin-bottom: 30px;
	text-transform: uppercase;
	display: flex;
	align-items: flex-end;
}

@media (min-width: 1024px) {
	.hero-title {
		margin-bottom: 50px;
	}
}

@media (max-width: 600px) {
	.hero-title {
		min-height: 50px;
	}
}

.hero-title.hover {
	display: none;
}

.hero-last-name, .hero-first-name, .hero-first-name2 {
	font-family: Sora;
	letter-spacing: 0.07em;
	color: #2B1137;
	line-height: 1;
	margin-left: -1.544529vw;
	position: relative;
}

@media (min-width: 1024px) {
	.hero-last-name, .hero-first-name, .hero-first-name2 {
		margin-left: -1.73611111vw;
	}
}

.hero-first-name2 {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 7;
	pointer-events: none;
}

.hero-first-name2 > span {
	color: transparent;
}

.hero-last-name {
	font-size: 15.2671756vw;
	margin: 0;
	margin-left: -2.2vw;
	font-weight: 400;
	position: relative;
	z-index: 3;
	pointer-events: none;
}

@media (min-width: 1024px) {
	.hero-last-name {
		margin-left: -1.73611111vw;
		font-size: 15.2777778vw;
	}
}

.hero-first-name, .hero-first-name2 {
	font-size: 13.9949109vw;
}

@media (min-width: 1024px) {
	.hero-first-name, .hero-first-name2 {
		font-size: 12.5vw;
	}
}

.hero-name {
	position: relative;
}

.hero-name .hero-photo {
	position: absolute;
	left: 20px;
	top: 0px;
	height: 359px;
	padding: 0 6.36132316vw;
	background: rgba(209, 43, 43, 0.5);
	display: flex;
	align-items: baseline;
	z-index: 2;
}

@media (min-width: 500px) {
	.hero-name .hero-photo {
		height: 50.5277778vw;
		padding: 0 2.73611111vw;
		align-items: center;
	}
}

@media (min-width: 1024px) {
	.hero-name .hero-photo {
		height: 32.527778vw;
		padding: 0 1.73611111vw;
		left: calc((100% - 81.25%)/2);
	}
}

.hero-name .hero-photo img {
	width: 0;
	transform-origin: center left;
	height: auto;
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1);
}

@media (min-width: 500px) {
	.hero-name .hero-photo img {
		max-height: 100%;
		object-fit: contain;
	}
}

@media (min-width: 1024px) {
	.hero-name .hero-photo img {
		max-height: initial;
		object-fit: initial;
	}
}

@media (hover: hover) and (pointer: fine) {
	.hero-name .hero-photo:hover {
		z-index: 4;
	}
	.hero-name .hero-photo:hover img {
		width: 79.6437659vw;
	}
}

@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {
	.hero-name .hero-photo:hover img {
		width: 31.85vw;
	}
}

.hero-name .hero-photo.opened {
	z-index: 8;
	padding: 0 5.08905852vw;
	overflow: hidden;
}

.hero-name .hero-photo.opened img {
	width: calc(100vw - 80px);
}

@media (min-width: 500px) {
	.hero-name .hero-photo.opened img {
		width: 72.5vw;
	}
}

@media (min-width: 1024px) {
	.hero-name .hero-photo.opened img {
		width: 31.85vw;
	}
}

.hero-name .hero-photo .desk {
	display: none;
}

@media (min-width: 1024px) {
	.hero-name .hero-photo .desk {
		display: initial;
	}
}

@media (min-width: 1024px) {
	.hero-name .hero-photo .mob {
		display: none;
	}
}

.hero-bottom {
	display: flex;
	justify-content: space-between;
	flex-direction: column-reverse;
	z-index: 6;
	margin-top: 50px;
	pointer-events: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 20px;
}

@media (min-width: 1024px) {
	.hero-bottom {
		flex-direction: row;
		align-items: flex-end;
		margin-top: -12vh;
		left: calc((100% - 81.25%)/2);
		width: 81.25%;
		padding: 0;
	}
}

.hero-bottom .button-wrap {
	display: flex;
	margin-right: auto;
	pointer-events: initial;
}

@media (min-width: 1024px) {
	.hero-bottom .button-wrap {
		margin-right: 0;
	}
}

.hero-bottom .button {
	margin-top: auto;
}

.hero-bottom .social-media {
	display: none;
	pointer-events: initial;
}

@media (min-width: 1024px) {
	.hero-bottom .social-media {
		display: flex;
	}
}

.hero-info {
	display: grid;
	gap: 20px;
	margin-bottom: 50px;
	pointer-events: initial;
	margin-left: calc(30.5343511% - 10px);
}

@media (min-width: 1024px) {
	.hero-info {
		margin-bottom: 0;
		margin-left: 0;
		gap: 32px;
	}
}

.hero-info-item {
	display: grid;
	gap: 10px;
}

.hero-info-item-title {
	font-size: 12px;
	font-weight: 700;
	line-height: 20px;
	color: #D12B2B;
	text-transform: uppercase;
}

@media (min-width: 1024px) {
	.hero-info-item-title {
		font-size: 18px;
		line-height: 27px;
	}
}

.hero-info-item-text {
	font-weight: 500;
	line-height: 20px;
}

@media (min-width: 1024px) {
	.hero-info-item-text {
		line-height: initial;
	}
}

.moving-text {
	font-family: Sora;
	font-size: 100px;
	font-weight: 100;
	line-height: 126px;
	letter-spacing: 0.07em;
	color: #D12B2B;
	opacity: 0.07;
	display: flex;
	margin: 100px 0;
	overflow: hidden;
}

@media (min-width: 1024px) {
	.moving-text {
		font-size: 300px;
		line-height: 378px;
		margin: 160px 0;
	}
}

.moving-text-item {
	white-space: nowrap;
	animation-name: infiniteScroll;
	animation-duration: 15s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-direction: reverse;
}

@keyframes infiniteScroll {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(calc(0px - 50%));
	}
}

.about-me {
	display: grid;
	grid-template-columns: 100%;
	gap: 50px;
	overflow: hidden;
	margin: 100px 0;
	position: relative;
}

@media (min-width: 1024px) {
	.about-me {
		margin: 160px 0;
		grid-template-columns: 46.1805556% 53.8194444%;
		gap: 0px;
	}
}

.about-me-animation {
	opacity: 0.3;
	height: 89.0585242vw;
	min-height: 100%;
	position: relative;
}

@media (min-width: 1024px) {
	.about-me-animation {
		height: 37.9166667vw;
	}
}

.about-me-animation video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about-me-photo {
	position: relative;
	z-index: 1;
}

.about-me-photo-wrap {
	position: absolute;
	z-index: 2;
	width: calc(100% - 40px);
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(209, 43, 43, 0.5);
	padding: 25px 0;
	line-height: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1);
}

@media (min-width: 1024px) {
	.about-me-photo-wrap {
		width: 84.962406%;
		left: 7.51879699%;
		padding: 1.73611111vw 0;
	}
}

.about-me-photo-wrap img {
	width: 0;
	height: auto;
	transform-origin: center center;
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1);
}

@media (hover: hover) and (pointer: fine) {
	.about-me-photo-wrap:hover {
		padding: 0;
	}
	.about-me-photo-wrap:hover img {
		width: 79.6437659vw;
	}
}

@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {
	.about-me-photo-wrap:hover img {
		width: 82.303%;
	}
}

.about-me-photo-wrap.opened {
	padding: 0;
}

.about-me-photo-wrap.opened img {
	width: calc(100% - 40px);
}

.about-me-photo-title {
	font-family: Sora;
	font-size: 55px;
	font-weight: 400;
	line-height: 69px;
	letter-spacing: 0.07em;
	color: #2B1137;
	position: absolute;
	text-transform: uppercase;
	z-index: 2;
}

@media (min-width: 1024px) {
	.about-me-photo-title {
		display: none;
	}
}

.about-me-photo-title1 {
	top: 0;
	left: -15px;
	opacity: 0.7;
}

.about-me-photo-title2 {
	right: -10px;
	bottom: 0;
}

@media (min-width: 1024px) {
	.about-me-photo-title2 {
		right: -7px;
	}
}

.about-me-title {
	display: none;
}

@media (min-width: 1024px) {
	.about-me-title {
		display: block;
		font-family: Sora;
		font-weight: 400;
		font-size: 13.8888889vw;
		line-height: 1;
		letter-spacing: 0.07em;
		color: #2B1137;
		white-space: nowrap;
		text-align: right;
		position: absolute;
		right: -2.43055556vw;
		margin: 0;
	}
}

.about-me-info {
	height: 100%;
	display: flex;
	flex-direction: column;
	padding: 0 20px 0 20px;
}

@media (min-width: 1024px) {
	.about-me-info {
		padding: calc(13.8888889vw + 49px) 0 0 9.375vw;
	}
}

.about-me-subtitle, .about-me-text {
	width: 100%;
}

@media (min-width: 1024px) {
	.about-me-subtitle, .about-me-text {
		max-width: 370px;
	}
}

.about-me-subtitle {
	font-size: 18px;
	font-weight: 700;
	line-height: 27px;
	text-transform: uppercase;
	color: #D12B2B;
	margin-bottom: 10px;
}

.about-me-text {
	display: grid;
	grid-gap: 1rem;
}

.about-me-text p {
	margin: 0;
}

.my-projects {
	margin: 100px 0;
	overflow: hidden;
}

@media (min-width: 1024px) {
	.my-projects {
		margin: 160px 0;
	}
}

.my-projects-title {
	font-family: Sora;
	font-size: 13.9949109vw;
	font-weight: 400;
	letter-spacing: 0.07em;
	color: #2B1137;
	margin-left: -7.63358779vw;
	margin-bottom: 50px;
	margin-top: 0;
	white-space: nowrap;
	line-height: 1;
}

@media (min-width: 1024px) {
	.my-projects-title {
		font-size: 13.8888889vw;
		margin-left: -5.13888889vw;
	}
}

.my-projects div.mob-slide.swiper-slide {
	width: 80vw;
}

@media (min-width: 1024px) {
	.my-projects div.mob-slide.swiper-slide {
		display: none;
	}
}

.my-projects-item.swiper-slide {
	background: rgba(209, 43, 43, 0.5);
	width: 25.44529vw !important;
	min-height: 100vw;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1);
	cursor: pointer;
	overflow: hidden;
	margin-right: 7.63358779vw;
}

@media (min-width: 1024px) {
	.my-projects-item.swiper-slide {
		margin-right: 3.47222222vw;
	}
}

@media (min-width: 1024px) {
	.my-projects-item.swiper-slide {
		width: 14.58333vw !important;
		min-height: 35.2361111vw;
	}
}

.my-projects-item.swiper-slide a.look {
	display: initial;
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	line-height: 22px;
	letter-spacing: 0.07em;
	position: absolute;
	left: 6.08905852vw;
	bottom: 7.08905852vw;
	opacity: 0;
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1);
	z-index: 2;
	text-decoration: none;
	pointer-events: none;
}

@media (min-width: 1024px) {
	.my-projects-item.swiper-slide a.look {
		left: auto;
		right: 3vw;
		bottom: 3vw;
	}
}

.my-projects-item.swiper-slide img {
	width: 0;
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1);
	position: relative;
	z-index: 1;
}

@media (hover: hover) and (pointer: fine) {
	.my-projects-item.swiper-slide:hover {
		width: 34.72222vw !important;
	}
	.my-projects-item.swiper-slide:hover a.look {
		opacity: 1;
		pointer-events: initial;
	}
	.my-projects-item.swiper-slide:hover img {
		width: 100%;
	}
	.my-projects-item.swiper-slide:hover .my-projects-item-title {
		bottom: calc(100% - 3.47222222vw - 49px);
		transform: rotate(0deg);
		writing-mode: lr;
	}
	.my-projects-item.swiper-slide:hover .my-projects-item-num {
		color: rgba(255, 255, 255, 0.2);
		font-size: 39.2361111vw;
		line-height: 1;
		top: -2.5vw;
		right: 0;
		letter-spacing: 0.07em;
		font-weight: 100;
		transform: rotate(0deg);
		text-align: center;
		width: 100%;
	}
}

.my-projects-item.swiper-slide.opened {
	width: 100vw !important;
}

.my-projects-item.swiper-slide.opened img {
	width: 100%;
}

.my-projects-item.swiper-slide.opened a.look {
	opacity: 1;
	pointer-events: initial;
}

.my-projects-item.swiper-slide.opened .my-projects-item-title {
	bottom: calc(100% - 5.08905852vw - 49px);
	transform: rotate(0deg);
	writing-mode: lr;
}

.my-projects-item.swiper-slide.opened .my-projects-item-num {
	color: rgba(255, 255, 255, 0.2);
	font-size: 100vw;
	line-height: 1;
	top: 0;
	right: -5%;
	letter-spacing: 0.07em;
	font-weight: 100;
	transform: rotate(0deg);
	text-align: center;
	width: 100%;
}

.my-projects-wrap {
	padding-left: 0;
}

@media (min-width: 1024px) {
	.my-projects-wrap {
		padding-left: 9.375vw;
	}
}

.my-projects-item-title {
	position: absolute;
	bottom: 5.08905852vw;
	left: 5.08905852vw;
	transform: rotate(-180deg);
	writing-mode: vertical-rl;
	color: #2B1137;
	font-size: 40px;
	font-weight: 600;
	line-height: 49px;
	letter-spacing: 0.07em;
	text-decoration: none;
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1);
}

@media (min-width: 1024px) {
	.my-projects-item-title {
		bottom: 3.47222222vw;
		left: 3.47222222vw;
	}
}

.my-projects-item-num {
	position: absolute;
	top: 5.08905852vw;
	right: 5.08905852vw;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 0.07em;
	transform: rotate(-90deg);
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1);
}

@media (min-width: 1024px) {
	.my-projects-item-num {
		top: 3.47222222vw;
		right: 3.47222222vw;
	}
}

.contact-me {
	margin: 100px 0;
	overflow: hidden;
	position: relative;
}

@media (min-width: 1024px) {
	.contact-me {
		margin: 160px 0;
	}
}

.contact-me-title {
	font-family: Sora;
	font-size: 13.9949109vw;
	line-height: 1.2;
	font-weight: 400;
	letter-spacing: 0.07em;
	margin-bottom: 50px;
	margin-top: 0;
	color: #2B1137;
	white-space: nowrap;
	position: absolute;
	top: 0;
	left: -4.07124682vw;
}

@media (min-width: 1024px) {
	.contact-me-title {
		line-height: 1;
		position: initial;
		font-size: 13.8888889vw;
		margin-left: -2.22222222vw;
	}
}

.contact-me-info {
	display: flex;
	flex-direction: column-reverse;
	margin-bottom: 50px;
}

@media (min-width: 1024px) {
	.contact-me-info {
		display: grid;
		grid-template-columns: 44.4444444% 55.55555556%;
	}
}

.contact-me-content {
	padding-left: 5.08905852vw;
}

@media (min-width: 1024px) {
	.contact-me-content {
		padding-left: 9.375vw;
	}
}

.contact-me-subtitle {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	line-height: 27px;
	margin-bottom: 10px;
	color: #D12B2B;
}

@media (min-width: 1024px) {
	.contact-me-subtitle {
		font-size: 18px;
	}
}

.contact-me-animation {
	position: relative;
	opacity: 0.3;
	height: 14.9949109vw;
	margin-bottom: 50px;
	width: 100%;
}

@media (min-width: 1024px) {
	.contact-me-animation {
		height: 80px;
		margin-bottom: 0px;
	}
}

.contact-me-animation video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.contact-me-form .form-grid {
	display: grid;
	grid-template-columns: 100%;
	gap: 30px;
	margin-bottom: 30px;
}

@media (min-width: 1024px) {
	.contact-me-form .form-grid {
		grid-template-columns: 1fr 1fr;
		gap: 50px;
		margin-bottom: 50px;
	}
}

.contact-me-form .wpcf7-response-output {
	border-color: #007C0C;
	padding: 15px;
}

.contact-me-form input, .contact-me-form label, .contact-me-form textarea {
	width: 100%;
}

.contact-me-form label {
	color: #2B1137;
	font-family: Montserrat;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	letter-spacing: 0em;
	position: relative;
}

.contact-me-form .wpcf7-not-valid-tip {
	color: #D12B2B;
	position: absolute;
	right: 0;
	top: 0;
}

.contact-me-form .wpcf7-form-control-wrap {
	position: initial;
}

.contact-me-form textarea {
	height: 100px;
}

.contact-me-form div.wpcf7-response-output {
	margin: 20px 0;
}

.contact-me-form input, .contact-me-form textarea {
	margin-top: 5px;
	border-color: rgba(90, 89, 89, 0.5);
	padding: 15px;
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1);
	border-radius: 0px;
}

.contact-me-form input:hover, .contact-me-form textarea:hover {
	border-color: #5A5959;
}

.contact-me-form input:focus, .contact-me-form textarea:focus {
	outline: none;
	border-color: #2B1137;
}

.contact-me-form input.wpcf7-not-valid, .contact-me-form textarea.wpcf7-not-valid {
	border-color: #D12B2B;
}

.contact-me-form .button {
	margin-top: 50px;
	border-radius: 0px;
	min-height: 40px;
}

.hero-project {
	margin-bottom: 44px;
	overflow: hidden;
	padding-top: 157px;
}

@media (min-width: 1024px) {
	.hero-project {
		margin-bottom: 160px;
	}
}

.hero-project h1.hero-project-title {
	color: #2B1137;
	font-family: Sora;
	font-size: 13.9949109vw;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.07em;
	margin-left: -1.78117048vw;
	margin-bottom: 50px;
	margin-top: 0;
	white-space: nowrap;
}

@media (min-width: 1024px) {
	.hero-project h1.hero-project-title {
		font-size: 13.8888889vw;
		margin-left: -1.73611111vw;
	}
}

.hero-project-info {
	display: flex;
	justify-content: space-between;
}

.hero-project-info-item {
	padding-right: 30px;
}

@media (min-width: 1024px) {
	.hero-project-info-item {
		padding-right: 0;
	}
}

.hero-project-info-wrap {
	display: grid;
	grid-template-columns: 100%;
	gap: 30px;
	width: 100%;
}

@media (min-width: 1024px) {
	.hero-project-info-wrap {
		max-width: 15.042735%;
	}
}

.hero-project-info-left, .hero-project-info-right {
	display: none;
}

@media (min-width: 1024px) {
	.hero-project-info-left, .hero-project-info-right {
		display: grid;
	}
}

.hero-project-info-center {
	margin: 0 auto;
}

@media (min-width: 1024px) {
	.hero-project-info-center {
		max-width: 31.6239316%;
	}
}

.hero-project-info-center .hero-project-info-item {
	padding-right: 0;
}

.hero-project-info-center br {
	display: none;
}

@media (min-width: 1024px) {
	.hero-project-info-center br {
		display: initial;
	}
}

.hero-project-info-title {
	color: #D12B2B;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	line-height: 27px;
	letter-spacing: 0px;
	margin-bottom: 10px;
}

@media (min-width: 1024px) {
	.hero-project-info-title {
		font-size: 18px;
	}
}

.hero-project-slider {
	padding-left: 20px;
	margin-top: 50px;
}

@media (min-width: 1024px) {
	.hero-project-slider {
		display: none;
	}
}

.hero-project-slider div.hero-project-info-item.swiper-slide {
	width: auto !important;
}

.hero-project-down {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
}

.fonts-colors {
	margin: 100px 0;
	overflow: hidden;
}

@media (min-width: 1024px) {
	.fonts-colors {
		margin: 160px 0;
	}
}

.fonts-colors .num {
	position: absolute;
	top: 0px;
	right: 0px;
	color: #D12B2B;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.84px;
}

@media (min-width: 1024px) {
	.fonts-colors .num {
		top: auto;
		right: auto;
		bottom: 0;
		left: 0;
		font-size: 18px;
		letter-spacing: 1.26px;
	}
}

.fonts-colors-title {
	margin-top: 0;
	color: #2B1137;
	font-size: 10.178117vw;
	font-weight: 600;
	letter-spacing: 2.8px;
	margin-bottom: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-left: calc(-4.07124682vw - 7px);
	margin-right: -20px;
	white-space: nowrap;
	gap: 15px;
}

@media (min-width: 1024px) {
	.fonts-colors-title {
		margin-left: calc(-4.07124682vw - 10px);
		font-size: 2.77777778vw;
		margin-left: 0;
		margin-right: 0;
	}
}

.fonts-colors-wrap {
	display: grid;
	grid-template-columns: 100%;
	gap: 50px;
	position: relative;
}

@media (min-width: 1024px) {
	.fonts-colors-wrap {
		gap: 0px;
		grid-template-columns: 40.1709402% 59.8290598%;
	}
}

.fonts-colors-wrap .fonts {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

@media (min-width: 1024px) {
	.fonts-colors-wrap .fonts {
		gap: 50px;
	}
}

.fonts-colors-wrap .fonts-item-title {
	margin-bottom: 10px;
	color: #D12B2B;
	font-size: 12px;
	font-weight: 700;
	line-height: 27px;
	text-transform: uppercase;
}

@media (min-width: 1024px) {
	.fonts-colors-wrap .fonts-item-title {
		font-size: 18px;
		line-height: 24px;
	}
}

.fonts-colors-wrap .fonts-item-text {
	font-weight: 500;
}

.fonts-colors-wrap .colors {
	display: flex;
	gap: 30px;
	flex-direction: column;
	justify-content: flex-start;
}

@media (min-width: 1024px) {
	.fonts-colors-wrap .colors {
		flex-direction: row;
		justify-content: flex-end;
		gap: 50px;
	}
}

.fonts-colors-wrap .colors-item {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.fonts-colors-wrap .colors-item-color {
	width: 100%;
	height: 50px;
	padding: 15px;
	color: #FFF;
	font-weight: 500;
	line-height: 1;
	border: 3px solid;
}

@media (min-width: 1024px) {
	.fonts-colors-wrap .colors-item-color {
		width: 6.94444444vw;
		height: 34.7222222vw;
		font-size: 0px;
	}
}

.fonts-colors-wrap .colors-item-color br {
	display: none;
}

.fonts-colors-wrap .colors-item-color.with-border {
	border-color: #2B1137;
	color: #5A5959;
}

.fonts-colors-wrap .colors-item-text {
	font-weight: 500;
	display: none;
}

@media (min-width: 1024px) {
	.fonts-colors-wrap .colors-item-text {
		display: initial;
	}
}

.prime-screen {
	margin: 100px 0;
	overflow: hidden;
}

@media (min-width: 1024px) {
	.prime-screen {
		margin: 160px 0;
	}
}

.prime-screen img {
	width: 100%;
}

.prime-screen img.yes {
	border: 3px solid #2B1137;
}

.prime-screen .container {
	position: relative;
}

@media (max-width: 1024px) {
	.prime-screen .container {
		padding: 0;
	}
}

.prime-screen.right .prime-screen-wrap {
	flex-direction: row-reverse;
	padding-right: 0;
	padding-left: 5.08905852vw;
	margin-right: -2.36132316vw;
	margin-left: 0;
}

@media (min-width: 1024px) {
	.prime-screen.right .prime-screen-wrap {
		padding: 0;
		margin-right: 0;
	}
}

.prime-screen.right .prime-screen-wrap .prime-screen-title {
	left: auto;
}

@media (min-width: 1024px) {
	.prime-screen.right .prime-screen-wrap .prime-screen-title {
		right: 4vw;
		transform: rotate(0deg);
	}
}

@media (min-width: 1440px) {
	.prime-screen.right .prime-screen-wrap .prime-screen-title {
		right: -5.90277778vw;
	}
}

.prime-screen.right .prime-screen-wrap .num {
	left: auto;
}

@media (min-width: 1024px) {
	.prime-screen.right .prime-screen-wrap .num {
		right: 4vw;
		transform: rotate(0deg);
	}
}

@media (min-width: 1440px) {
	.prime-screen.right .prime-screen-wrap .num {
		right: -5.472222vw;
	}
}

.prime-screen-wrap {
	margin-bottom: 50px;
	display: flex;
	align-items: center;
	padding-right: 5.08905852vw;
	margin-left: -4.36132316vw;
	justify-content: space-between;
}

@media (min-width: 1024px) {
	.prime-screen-wrap {
		margin-bottom: 0;
		padding-right: 0;
		margin-left: 0;
		display: block;
	}
}

.prime-screen-wrap .num {
	color: #D12B2B;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.26px;
}

@media (min-width: 1024px) {
	.prime-screen-wrap .num {
		font-size: 18px;
		position: absolute;
		top: 0;
		left: 4vw;
		writing-mode: vertical-rl;
		transform: rotate(180deg);
	}
}

@media (min-width: 1440px) {
	.prime-screen-wrap .num {
		left: -5.472222vw;
	}
}

.prime-screen-title {
	margin: 0;
	color: #2B1137;
	font-size: 10.178117vw;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 2.8px;
}

@media (min-width: 1024px) {
	.prime-screen-title {
		font-size: 2.77777778vw;
		position: absolute;
		bottom: 0;
		left: 4vw;
		writing-mode: vertical-rl;
		transform: rotate(180deg);
	}
}

@media (min-width: 1440px) {
	.prime-screen-title {
		left: -5.90277778vw;
	}
}

.other-screens {
	margin: 100px 0;
	overflow: hidden;
	padding-left: 5.08905852vw;
	position: relative;
	display: none;
}

@media (min-width: 1024px) {
	.other-screens {
		display: block;
		margin: 160px 0;
		padding-left: 135px;
	}
}

@media (min-width: 1440px) {
	.other-screens {
		padding-left: calc((100vw - 81.25%)/2);
	}
}

@media (min-width: 1024px) {
	.other-screens div.slider-nav {
		position: absolute;
		margin: 0;
		top: 30px;
		right: 0;
	}
}

.other-screens-title {
	color: #2B1137;
	font-size: 10.178117vw;
	font-weight: 600;
	letter-spacing: 2.8px;
	margin-bottom: 50px;
	margin-top: 0;
	margin-left: -9vw;
}

@media (min-width: 1024px) {
	.other-screens-title {
		font-size: 2.77777778vw;
		margin-left: 0;
	}
}

.other-screens-wrap {
	display: flex;
	flex-direction: column-reverse;
}

@media (min-width: 1024px) {
	.other-screens-wrap {
		display: block;
	}
}

.other-screens-wrap div.other-screens-item {
	max-width: 86.5139949vw;
	margin-right: 7.63358779vw;
}

@media (min-width: 1024px) {
	.other-screens-wrap div.other-screens-item {
		max-width: 59.7222222vw;
		margin-right: 3.47222222vw;
	}
}

.other-screens-wrap div.other-screens-item img {
	width: 100%;
	border: 3px solid #2B1137;
	margin-bottom: 20px;
}

@media (min-width: 1024px) {
	.other-screens-wrap div.other-screens-item img {
		margin-bottom: 30px;
	}
}

.other-screens-wrap div.other-screens-item-num {
	color: #D12B2B;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.84px;
	margin-bottom: 10px;
}

@media (min-width: 1024px) {
	.other-screens-wrap div.other-screens-item-num {
		font-size: 18px;
		letter-spacing: 1.26px;
	}
}

.more {
	margin: 100px 0;
	overflow: hidden;
	position: relative;
}

@media (min-width: 1024px) {
	.more {
		margin: 160px 0;
	}
}

.more-title {
	color: #2B1137;
	font-size: 10.178117vw;
	font-weight: 600;
	letter-spacing: 2.8px;
	margin-bottom: 50px;
	margin-top: 0;
	margin-left: -5.5vw;
}

@media (min-width: 1024px) {
	.more-title {
		font-size: 2.77777778vw;
		margin-left: 0;
	}
}

.more div.slider-nav {
	position: absolute;
	margin: 0;
	top: 4.5vw;
	right: 0;
}

@media (min-width: 1024px) {
	.more div.slider-nav {
		display: none;
	}
}

.more-block {
	padding-left: 5.08905852vw;
}

@media (min-width: 1024px) {
	.more-block {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		gap: 30px 0;
		padding-left: 0;
	}
}

.more-block-item {
	margin-right: 7.63358779vw;
}

@media (min-width: 1024px) {
	.more-block-item {
		margin-right: 0;
	}
}

.more-block-item img {
	width: 100%;
	border: 3px solid #2B1137;
	margin-bottom: 20px;
}

@media (min-width: 1024px) {
	.more-block-item img {
		margin-bottom: 30px;
	}
}

@media (min-width: 1024px) {
	.more-block-item.mob {
		display: none !important;
	}
}

.more-block-item:nth-of-type(even) {
	width: 86.5139949vw;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}

@media (min-width: 1024px) {
	.more-block-item:nth-of-type(even) {
		width: 46.875vw;
		align-items: flex-end;
	}
}

.more-block-item:nth-of-type(even) .more-block-item-info {
	padding-right: 0;
}

@media (min-width: 1024px) {
	.more-block-item:nth-of-type(even) .more-block-item-info {
		padding-right: 135px;
	}
}

@media (min-width: 1440px) {
	.more-block-item:nth-of-type(even) .more-block-item-info {
		padding-right: calc((100vw - 81.25vw)/2);
	}
}

.more-block-item:nth-of-type(odd) {
	width: 86.5139949vw;
}

@media (min-width: 1024px) {
	.more-block-item:nth-of-type(odd) {
		width: 49.6527778vw;
	}
}

.more-block-item:nth-of-type(odd) .more-block-item-info {
	padding-left: 0;
}

@media (min-width: 1024px) {
	.more-block-item:nth-of-type(odd) .more-block-item-info {
		padding-left: 135px;
	}
}

@media (min-width: 1440px) {
	.more-block-item:nth-of-type(odd) .more-block-item-info {
		padding-left: calc((100vw - 81.25vw)/2);
	}
}

.more-block-item-num {
	color: #D12B2B;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.84px;
	margin-bottom: 10px;
}

@media (min-width: 1024px) {
	.more-block-item-num {
		font-size: 18px;
		letter-spacing: 1.26px;
	}
}

.video {
	margin: 100px 0;
	overflow: hidden;
}

@media (min-width: 1024px) {
	.video {
		margin: 160px 0;
	}
}

@media (max-width: 1024px) {
	.video .container {
		padding: 0;
	}
}

.video-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
	margin-bottom: 50px;
	padding-right: 5.08905852vw;
}

@media (min-width: 1024px) {
	.video-top {
		flex-direction: row;
		padding-right: 0;
	}
}

.video-top-num {
	color: #D12B2B;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.84px;
	margin-bottom: 10px;
}

@media (min-width: 1024px) {
	.video-top-num {
		font-size: 18px;
		letter-spacing: 1.26px;
	}
}

.video-top-title {
	color: #2B1137;
	font-size: 10.178117vw;
	font-weight: 600;
	letter-spacing: 2.8px;
	margin: 0;
	margin-left: -4vw;
}

.video-top-title span:first-of-type {
	display: none;
}

@media (min-width: 1024px) {
	.video-top-title span:first-of-type {
		display: initial;
	}
}

@media (min-width: 1024px) {
	.video-top-title {
		font-size: 2.77777778vw;
		margin-left: 0;
	}
}

.video-wrap {
	width: 100%;
	height: 100vw;
	position: relative;
}

@media (min-width: 1024px) {
	.video-wrap {
		height: 41.6666667vw;
	}
}

.video-wrap video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.video-wrap .play {
	width: 150px;
	height: 150px;
	background: #ffffff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	z-index: 2;
	cursor: pointer;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1);
	border: 0px;
}

.video-wrap .play.hide {
	opacity: 0;
	visibility: hidden;
}

.video-wrap .play:hover {
	transform: translate(-50%, -50%) scale(1.13);
	background: #D12B2B;
}

.video-wrap .play:hover::after {
	border-left: 35px solid #ffffff;
}

.video-wrap .play:active::after {
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 25px solid #D12B2B;
}

.video-wrap .play::after {
	content: '';
	width: 0;
	height: 0;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-left: 35px solid #D12B2B;
	margin-right: -10px;
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1);
}

.mobile-adaptation {
	margin: 100px 0 50px 0;
	overflow: hidden;
	position: relative;
}

@media (min-width: 1024px) {
	.mobile-adaptation {
		margin: 160px 0 50px 0;
	}
}

@media (max-width: 1024px) {
	.mobile-adaptation .container {
		padding-right: 0;
	}
}

.mobile-adaptation-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 45px;
}

.mobile-adaptation-top-num {
	color: #D12B2B;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.84px;
	margin-bottom: 10px;
}

@media (min-width: 1024px) {
	.mobile-adaptation-top-num {
		font-size: 18px;
		letter-spacing: 1.26px;
	}
}

.mobile-adaptation-top-title {
	color: #2B1137;
	font-size: 10.178117vw;
	font-weight: 600;
	letter-spacing: 2.8px;
	line-height: 1;
	margin: 0;
	margin-right: -3vw;
	text-align: right;
}

.mobile-adaptation-top-title span:nth-of-type(2) {
	display: none;
}

@media (min-width: 1024px) {
	.mobile-adaptation-top-title span:nth-of-type(2) {
		display: initial;
	}
}

@media (min-width: 1024px) {
	.mobile-adaptation-top-title {
		font-size: 2.77777778vw;
		margin-right: 0;
		text-align: left;
	}
}

.mobile-adaptation div.slider-nav {
	margin-top: 0;
	margin-bottom: 50px;
}

@media (min-width: 1024px) {
	.mobile-adaptation div.slider-nav {
		display: none;
	}
}

@media (min-width: 1024px) {
	.mobile-adaptation-wrap {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
}

.mobile-adaptation-wrap img {
	border: 3px solid #2B1137;
	width: 81.4249364vw;
	margin-right: 7.63358779vw;
}

@media (min-width: 1024px) {
	.mobile-adaptation-wrap img {
		margin-right: 0;
		width: 20.9027778vw;
	}
}

.mobile-adaptation-wrap img:nth-of-type(2), .mobile-adaptation-wrap img:nth-of-type(5), .mobile-adaptation-wrap img:nth-of-type(8) {
	margin-top: 50px;
}

.mobile-adaptation-wrap.border-no img {
	border: 0px;
}

.next-prev {
	margin: 50px 0 100px 0;
}

@media (min-width: 1024px) {
	.next-prev {
		margin: 50px 0 160px 0;
	}
}

.next-prev-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.next-prev-item {
	text-decoration: none;
	font-weight: 500;
	color: #D12B2B;
	cursor: pointer;
	width: 150px;
	text-align: center;
	white-space: nowrap;
}

.next-prev-item .title {
	display: none;
	font-weight: 700;
}

.next-prev-item:hover .title {
	display: initial;
}

.next-prev-item:hover .text {
	display: none;
}

.next-prev-item-prev {
	margin-right: auto;
}

.next-prev-item-next {
	margin-left: auto;
}

.prime_screen_others {
	margin: 100px 0;
	overflow: hidden;
}

@media (min-width: 1024px) {
	.prime_screen_others {
		margin: 160px 0;
	}
}

.prime_screen_others .container {
	position: relative;
}

@media (max-width: 1024px) {
	.prime_screen_others .container {
		padding-right: 0;
	}
}

.prime_screen_others div.slider-nav {
	margin-top: 0;
	margin-bottom: 50px;
}

@media (min-width: 1024px) {
	.prime_screen_others div.slider-nav {
		display: none;
	}
}

@media (min-width: 1024px) {
	.prime_screen_others-wrap {
		display: flex !important;
		justify-content: space-between;
	}
}

.prime_screen_others-item {
	width: 86.5139949vw;
	margin-right: 7.63358779vw;
}

@media (min-width: 1024px) {
	.prime_screen_others-item {
		width: 23.125vw !important;
		margin-right: 0;
	}
}

.prime_screen_others-item:nth-of-type(1) {
	width: 86.5139949vw;
}

@media (min-width: 1024px) {
	.prime_screen_others-item:nth-of-type(1) {
		width: 25.55556vw !important;
	}
}

.prime_screen_others-item img {
	margin-bottom: 30px;
	width: 100%;
}

.prime_screen_others-item-num {
	color: #D12B2B;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1.26px;
	margin-bottom: 10px;
}

@media (min-width: 1024px) {
	.prime_screen_others-item-num {
		font-size: 18px;
	}
}

.big-slider {
	margin: 100px 0;
	overflow: hidden;
	position: relative;
	padding-left: 5.08905852vw;
}

@media (min-width: 1024px) {
	.big-slider {
		margin: 160px 0;
	}
}

@media (min-width: 1024px) {
	.big-slider {
		padding-left: 135px;
	}
}

@media (min-width: 1440px) {
	.big-slider {
		padding-left: calc((100vw - 81.25vw)/2);
	}
}

.big-slider .prime-screen-title {
	left: 3.5vw;
}

.big-slider .prime-screen-wrap {
	margin-left: -7.361323vw;
}

@media (min-width: 1024px) {
	.big-slider .prime-screen-wrap {
		margin-left: 0;
	}
}

.big-slider .prime-screen-wrap .num {
	left: 4vw;
}

.big-slider div.slider-nav {
	margin-top: 0;
	margin-bottom: 50px;
}

@media (min-width: 1024px) {
	.big-slider div.slider-nav {
		display: none;
	}
}

@media (min-width: 1024px) {
	.big-slider-wrap {
		display: flex !important;
		justify-content: space-between;
	}
}

.big-slider-wrap img {
	border: 3px solid #2B1137;
	width: 86.5139949vw;
	margin-right: 7.63358779vw;
}

@media (min-width: 1024px) {
	.big-slider-wrap img {
		width: 80.0694444vw;
		margin-right: 3.47222222vw;
	}
}

.page404 {
	position: relative;
	overflow: hidden;
	width: 100vw;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page404 .image404 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}

.page404 .image404.desk {
	display: none;
}

@media (min-width: 1024px) {
	.page404 .image404.desk {
		display: initial;
	}
}

@media (min-width: 1024px) {
	.page404 .image404.mob {
		display: none;
	}
}

.page404-wrap {
	position: relative;
}

.page404-wrap img {
	position: absolute;
	left: -10px;
	top: -34px;
}

.page404-title {
	color: #D12B2B;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 700;
}

.page404-text {
	margin-bottom: 50px;
}

.page404-buttons {
	display: flex;
	gap: 13px;
}

@media (min-width: 1024px) {
	.page404-buttons {
		gap: 50px;
	}
}

.page404-buttons .button {
	min-width: 170px;
}

@media (hover: hover) and (pointer: fine) {
	.page404-buttons .button:hover {
		min-width: 200px;
	}
}

.slider-nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 30px;
	padding-right: 5.08905852vw;
	margin-top: 50px;
}

@media (min-width: 1024px) {
	.slider-nav {
		padding-right: 9.375vw;
	}
}

.slider-btn {
	font-weight: 500;
	color: #D12B2B;
	cursor: pointer;
	width: 63px;
	text-align: center;
}

.slider-btn .hover {
	display: none;
	font-weight: 700;
}

@media (hover: hover) and (pointer: fine) {
	.slider-btn:hover .hover {
		display: initial;
	}
	.slider-btn:hover .norm {
		display: none;
	}
}

.slider-btn:active {
	font-weight: 400;
}

@media (max-width: 1024px) {
	.slider-btn:active .hover {
		display: initial;
	}
	.slider-btn:active .norm {
		display: none;
	}
}

video:not(.video-item) {
	pointer-events: none;
}

.fadeIn {
	animation-delay: 0s;
	-moz-animation: fadein 1s;
	/* Firefox */
	-moz-animation-delay: 0s;
	-webkit-animation: fadein 1s;
	/* Safari and Chrome */
	-webkit-animation-delay: 0s;
	-o-animation: fadein 1s;
	/* Opera */
	opacity: 0;
	animation-fill-mode: forwards;
}

.delayed-fadeout {
	animation-delay: .6s;
	-moz-animation: fadein 600ms;
	/* Firefox */
	-moz-animation-delay: .6s;
	-webkit-animation: fadein 600ms;
	/* Safari and Chrome */
	-webkit-animation-delay: .6s;
	-o-animation: fadein 600ms;
	/* Opera */
	opacity: 0;
	animation-fill-mode: forwards;
}

.delayed-fadeout2 {
	animation-delay: .85s;
	-moz-animation: fadein 600ms;
	/* Firefox */
	-moz-animation-delay: .85s;
	-webkit-animation: fadein 600ms;
	/* Safari and Chrome */
	-webkit-animation-delay: .85s;
	-o-animation: fadein 600ms;
	/* Opera */
	opacity: 0;
	animation-fill-mode: forwards;
}

@keyframes fadein {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/*# sourceMappingURL=style.css.map */