/* FONTS */
@font-face {
	font-family: 'MuseoW01-700';
	src: url('/fonts/MuseoW01-700.eot');
	src: url('/fonts/MuseoW01-700.eot?#iefix') format('embedded-opentype'),
			url('/fonts/MuseoW01-700.woff2') format('woff2'),
			url('/fonts/MuseoW01-700.woff') format('woff'),
			url('/fonts/MuseoW01-700.ttf') format('truetype'),
			url('/fonts/MuseoW01-700.svg#MuseoW01-700') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'MarzoW00';
	src: url('../fonts/MarzoW00-Regular.eot');
	src: url('../fonts/MarzoW00-Regular.eot?#iefix') format('embedded-opentype'),
			url('../fonts/MarzoW00-Regular.woff2') format('woff2'),
			url('../fonts/MarzoW00-Regular.woff') format('woff'),
			url('../fonts/MarzoW00-Regular.ttf') format('truetype'),
			url('../fonts/MarzoW00-Regular.svg#MarzoW00-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

/* MAIN */
html,
body,
header,
footer,
section {
	margin: 0;
	padding: 0;
}
body {
	min-width: 320px;
	background: #000;
	font-family: 'MuseoW01-700', Fallback, sans-serif;
}
.container {
	width: 50%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
section {
	margin: 0 auto 150px;
	padding: 0;
}
header {
	height: 180px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'MarzoW00', Fallback, sans-serif;
	color: rgb(219, 219, 219);
	letter-spacing: 0.7em;
	padding: 0;
	margin: 30px 0 30px 5px;
}
h1 {
	color: rgb(255,255,0);
}
h1,
h2 {
	font-size: 18px;
	margin-right: auto;
}
a {
	transition: all .4s ease;
	cursor: pointer;
}
ul,
li,
a,
a:hover,
a:focus,
a:active,
a:visited {
	text-decoration: none;
	list-style-type: none;
}
p {
	color: rgb(219, 219, 219);
	margin: 0;
}
.nav,
.hidden-nav,
.main-navigation {
	font-family: 'MarzoW00';
	font-weight: 700;
	line-height: 1.5em;
	font-size: 26px;
	text-transform: uppercase;
	margin: 26px 0 0 0;
}
.nav ul {
	width: 280px;
}
.nav li {
	padding: 10px 0;
}
.nav .nav_link,
.nav ul li {
	padding: 20px 6px 10px;
	display: block;
}
.nav a,
.nav ul li a {
	text-decoration: none;
	cursor: pointer;
	color: rgb(255,255,0);
	transition: all 0.3s ease 0s;
}
.nav a:hover,
.nav ul li a:hover {
	color: rgb(255, 255, 255);
}
.nav a:focus,
.nav ul li a:focus {
	color: rgb(64, 25, 100);
	text-decoration: none;
}
.active a,
.nav .current_page_item:active,
nav ul li.current-menu-item a,
.nav ul li a:active,
a:active {
	color: rgb(69, 28, 107);
}

/* HIDDEN MENU AND MODAL WINDOW */
.menu_bars {
	display: none;
}
.close {
	position: absolute;
	top: 36.5%;
	left: 10%;
	font-size: 40px;
	color: #ffffff;
	font-weight: 100;
	font-family: 'Arial', Fallback, sans-serif;
}
.hidden,
.modal-window {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	position: fixed;
	background: rgba(0, 0, 0, 0);
}
.hidden {
	z-index: 9998;
}
.modal-window {
	z-index: 9999;
}
.hidden:target,
.modal-window:target {
	pointer-events: auto;
}
.hidden-menu {
	top: 0;
	right: 0;
	/*max-width: 320px;*/
	width: 340px;
	height: 100%;
	position: fixed;
	padding: 120px 15px 40px;
	min-height: 480px;
	background: rgba(0, 0, 0, 0.781);
}
.hidden-nav .hidden-nav__item,
.hidden-nav ul li,
.menu-item {
	width: 100%;
	font-size: 26px;
	text-align: left;
	font-weight: 600;
	padding: 20px 25px 0;
	font-family: 'MarzoW00', Fallback, sans-serif;
}
.hidden-nav .hidden-nav__item a,
.hidden-nav ul li a,
.menu-item a {
	color: rgb(255,255,0);
}
.hidden-nav .hidden-nav__item a:hover,
.hidden-nav .hidden-nav__item a:focus,
.hidden-nav ul li a:hover,
.hidden-nav ul li a:focus,
.hidden-nav .menu-item a:hover,
.hidden-nav .menu-item a:focus {
	color: rgb(255,255,0);
}
.hidden-nav .hidden-nav__item a:active,
.hidden-nav .hidden-nav ul li a:active,
.menu-item a:active {
	color: rgb(64, 25, 100);
}

/* MODAL SLIDER */
.preview {
	width: 100%;
}
.modal-slider {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0, 0.8);
}
.modal-content {
	width: 600px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: auto;
	padding: 0 0 0 0;
	width: 80%;
	max-width: 550px;
}
.modal-content {
	object-position: 50% 50%;
	object-fit: cover;
}
.slide {
	display: none;
	text-align: center;
}
.slide img {
	width: 100%;
	margin: 150px auto 0;
}
.image-slide {
	width: 100%;
	max-width: 900px;
}
.modal-preview {
	width: 100%;
}
.closer {
	color: white;
	position: relative;
	top: 30px;
	left: 90%;
	font-size: 35px;
	font-weight: bold;
}
.closer:hover,
.closer:focus,
.close:hover,
.close:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
}
.previous,
.next {
	cursor: pointer;
	position: absolute;
	top: 60%;
	width: auto;
	padding: 16px;
	margin-top: -30px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}
.next {
	right: 0%;
	border-radius: 3px 0 0 3px;
}
.previous:hover,
.next:hover {
	background-color: rgba(0, 0, 0, 0.6);
}

/* DROPDOWN MENU */
.nav .current_page_item ul,
.nav .current-menu-item ul,
.menu-item ul {
	display:block;
}
.sub-menu {
	display: none;
}
nav ul li > .sub-menu li,
.nav #dropdown > .sub-menu li  {
  display: none;
}
nav ul li:hover > .sub-menu li,
.nav #dropdown:hover > .sub-menu li {
  display:block;
	clear: both;
  width: 100%;
}
.nav .dropdown_nav,
.nav ul li a {
	border: none;
	cursor: pointer;
	margin-top:20px;
}
.nav .dropdown,
.nav ul li {
	position: relative;
	display: inline-block;
}
.nav .dropdown_child,
.nav ul li a ul li {
	visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease;
  margin-top: 1rem;
  left: 0;

	display: none;
	padding: 20px;
	min-width: 200px;
}
.nav .dropdown_child a,
.nav ul li a ul li a {
	display: block;
	font-size: 22px;
	clear: both;
  width: 100%;
}
.nav .dropdown:hover .dropdown_child,
.nav ul li:hover .nav ul li a ul li {
	background: rgba(0, 0, 0, 0.822);
	visibility: visible;
  opacity: 1;
  display: block;
}
/* LOGO */
.logo {
	height: 90px;
	width: 180px;
	max-width: 180px;
	margin: 70px 0 0 30px;
}

/* EFFECTS */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.animated.hinge {
  animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* FOOTER */
footer {
	display: flex;
	height: 200px;
}
footer a {
	text-decoration: none;
	letter-spacing: -0.05em;
	color: rgb(54, 54, 77);
}
.dev_link {
	margin: auto 20px 20px auto;
}
.dev_link a:hover {
	color: rgb(25, 14, 36);
	transition: ease .7s;
}
/* HOME */
.tv {
	cursor: pointer;
	position: relative;
	top: -130px;
}
.tv_wrap {
	position: absolute;
	top: 67px;
	left: 60px;
	object-position: 50% 50%;
	object-fit: cover;
}
.tv_wrap img {
	height: 410px;
	width: 546px;
	border: transparent;
	border-radius: 140px;
	-webkit-box-shadow: 20px -5px 30px rgba(255, 243, 174, 0.6);
	-moz-box-shadow: 20px -5px 30px rgba(255, 243, 174, 0.6);
	box-shadow: 20px -5px 30px rgba(255, 243, 174, 0.6);
	background: rgba(0, 0, 0, 0.56);
	opacity: .5;
	transition: ease .7s;
}
.tv_wrap img:hover {
	transform: scale(1.01);
	opacity: .8;
}
.on-off {
	outline: none;
	position: relative;
	top: -13%;
	left: 11%;
	cursor: pointer;
	/* border: 1px solid green; */
	border: 1px solid transparent; 
	background: transparent;
	border-radius: 50%;
	width: 36px;
	height: 36px;
}
.off {
	display: none;
}
.black {
	background: rgba(0, 0, 0, 0.212);
	opacity: .5;
}

/* CONTACTS */
.contacts {
	display: flex;
	flex-direction: column;
	margin: 20px 0 0 0;
}
.contacts_wrap {
	font-family: 'MarzoW00';
	font-weight: 700;
	letter-spacing: 0.21em;
	font-size: 24px;
	text-transform: uppercase;
}
.contacts a {
	display: inline-block;
	text-decoration: underline;
	color: rgb(255,255,0);
	transition: all 0.3s ease 0s;
	margin: 26px 0 14px 0;
}
.contacts_link {
	display: flex;
	align-items: center;
}
.contacts_link p {
	color: rgb(255,255,0);
}
.contacts_link i {
	margin-right: 10px;
	font-size: 40px;
	padding: 20px;
	font-weight: 100;
	color: rgb(94, 53, 107);
}

/* ABOUT */
.about {
	margin: -60px auto 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.about_wrap {
	object-fit: contain;
	margin: 0 40px 0 0;
}
.about_text {
	font-family: Verdana, 'Geneva', Tahoma, sans-serif;
	letter-spacing: normal;
	padding: 0px 0px 0 0px;
	margin-top: 70px;
	line-height: 1.5em;
	font-weight: 100;
	text-align: right;
}
.about_text a {
	color: rgb(255,255,0);
}
.about_text span {
	font-family: 'MuseoW01-700';
	font-weight: 700;
	font-size: 40px;
}
.about img {
	width: 300px;
	border: transparent;
	border-radius: 100%;
	background: rgba(255, 255, 255, 0.664);
	cursor: pointer;
	margin: 80px 0 0 0;
}
.about img:hover {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	transition: ease 0.6s;
}

/* PROJECTS */
.sub_header span {
	color: rgb(255,255,0);
}
.projects {
	display: flex;
	flex-direction: column;
}
.projects_wrap {
	display: flex;
	justify-content: space-between;
}
.projects ul {
	padding-left: 0px;
}
.projects_item {
	margin: 2%;
}
.projects_item img {
	cursor: pointer;
	height: 300px;
	width: 300px;
	object-position: 50% 50%;
	object-fit: cover;
	background: rgba(204, 187, 187, 0.56);
	opacity: .7;
	transition: ease .7s;
}
.projects_item img:hover {
	opacity: 1;
}

.gallery-wrap {
	width: 559px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
}
.rl-gallery {
	width: 99.99%;
	display: flex;
  flex-wrap: wrap;
}
.rl-gallery-item {
	width: 150px;
	height: 100px;
	max-width: 33.33%;
	margin: 1% auto 1%;
}
.rl-gallery-item-content {
	width: 150px;
	height: 100px;
}
.rl-gallery-item-content img {
	width: 100%;
	height: 100%;
  object-fit: cover;
  vertical-align: bottom;
	cursor: pointer;
	object-fit: cover;
}
/* .gallery-wrap {
	width: 459px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin: 0 auto;
}
.galery {
	width: 99.99%;
	display: flex;
	justify-content: center;
  padding: 0;
}
.gallery_item {
	max-width: 33.33%;
	width: 150px;
	height: 100px;
	margin: 0 auto 2%;
}
.gallery_item img {
	height: 100%;
	width: 100%;
	cursor: pointer;
	object-fit: cover;
} */

/* COMING SOON */
.future_content {
	margin: 0 auto 0 50px;
	/* background: #fff url('1.png') no-repeat bottom center / cover; */
}

/* MEDIA QUERIES............................ */
/* 1224 - 1824 px................... */
@media screen and (max-width: 1824px) {
	.container {
		width: 1224px;
	}
	section {
		width: 90%;
		margin: 0 auto;
	}
	.about {
		margin: -50px auto 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.about_wrap {
		margin: 30px 0 0 40px;
	}
	.about_text {
		padding: 0px 100px 0 70px;
		margin-top: 50px;
	}
	.about_text span {
		font-size: 40px;
	}
	.about img {
		width: 300px;
	}
	.on-off {
		top: -8%;
		left: -85.5%;
	}
}

/* 992 - 1224 px................... */
@media screen and (max-width: 1224px) {
	.container {
		width: 992px;
	}
	footer,
	header {
		height: 150px;
	}
	header .container {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	section .container {
		margin-top: 50px;
	}
	section {
		margin: 0 auto;
	}
	.menu_bars {
		display: block;
		color: white;
		font-size: 50px;
		margin: 50px 30px 0 auto;
	}
	.menu_bars i {
		color: white;
	}
	.hidden-bars:active {
		color: rgba(255, 255, 255, 0.5);
	}
	.tv {
		max-width: 600px;
		margin: 50px auto 0;
	}
	.tv_wrap {
		top: 10%;
		left: 50px;
	}
	.tv img {
		width: 100%;
		margin: 0;
	}
	.tv_wrap img {
		width: 460px;
		height: 340px;
	}
	.on-off {
		width: 28px;
		height: 28px;
		left: 10.5%;
		top: -12.5%;
	}
	.logo {
		margin: 40px auto 20px 0;
	}
	.logo img {
		margin: 0 0 0 -10px;
	}
	.contacts {
		width: 600px;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: baseline;
		margin: 30px auto 100px;
	}
	.fb,
	.phone {
		padding: 0 16px 0;
	}
	.mail {
		padding-right: 4px;
	}
	.contacts_link p {
		display: none;
	}
	.contacts_link i {
		color: rgb(255,255,0);
		font-size: 100px;
		padding: 0;
		margin: 0 auto 10px;
	}
	.nav {
		display: none;
	}
	
	.logo img {
		margin: 0 0 0 30px;
	}
	.projects_wrap {
		margin: 0 auto 2%;
	}
	.projects_wrap img {
		width: 100%;
		height: 100%;
	}
	.modal-slider {
		padding: 40px 32px 0px 32px;
	}
	.gallery-wrap {
		width: 500px;
	}
	.gallery_item {
		max-width: 50%;
		width: 246px;
		height: 120px;
		margin: 0 auto 1%;
	}
	.about {
		margin-top: 0;
	}
	.about_text {
		padding: 0 80px 0 90px;
	}
	.about img {
		margin: 10px 0 0 60px;
	}
}

/* 768 - 992 px.................. */
@media screen and (max-width: 991px) {
	.container {
		width: 768px;
	}
	.contacts {
		width: 100px;
		flex-direction: column;
		justify-content: space-around;
		margin: 0 auto 50px;
	}
	.contacts_link {
		margin: 0 auto 10px;
	}
	.about_text {
		width: 300px;
	}
	.about img {
		margin: 10px 0 100px 50px;
	}
	.tv {
		max-width: 340px;
	}
	.tv_wrap {
		top: 9%;
		left: 30px;
	}
	.tv_wrap img {
		width: 250px;
		height: 190px;
		border-radius: 80px;
	}
	.on-off {
		width: 17px;
		height: 17px;
		left: 10.5%;
		top: -13.5%;
	}
}

/* 576 - 768 px...................... */
@media screen and (max-width: 767px) {
    .container {
		width: 576px;
	}
	.projects {
		margin: 0 auto;
	}
	.projects_wrap {
		width: 500px;
		flex-direction: column;
	}
	.projects_wrap img {
		width: 100%;
	}
	.about {
		flex-direction: column;
	}
	.about_wrap {
		margin: 0;
	}
	.about_text {
		width: 400px;
		padding: 0 30px;
		text-align: left;
	}
	.about img {
		width: 300px;
		margin: 0 auto;
	}
	.modal-content {
		width: 400px;
		max-width: 400px;
	}
	.modal-slider {
		padding: 0;
	}
	.previous,
	.next {
		top: 70%;
		padding: 5px;
		background-color: rgba(0, 0, 0, 0.4);
	}
	.tv {
		top: 0px;
		left: 10px;
	}
	.tv img {
		max-width: 280px;
		margin: 0 auto;
	}
	.tv_wrap img {
		width: 210px;
		height: 164px;
		border-radius: 70px;
	}
	.on-off {
		top: -7%;
		left: -85%;
	}
}

/* 414 - 576 px....................... */
@media screen and (max-width: 575px) {
	.container {
		width: 414px;
	}
	.gallery-wrap {
		width: 360px;
	}
	.preview,
	.gallery_item {
		max-width: 100%;
		width: 356px;
		height: 120px;
		margin: 0 auto 2%;
	}
	.projects_wrap {
		width: 400px;
	}
	.projects_wrap img {
		height: 150px;
	}
	.about_text {
		padding: 0;
		margin: 5px;
	}
}

/* 320 - 414 px........................ */
@media screen and (max-width: 413px) {
	.container {
		width: 320px;
	}
	.nav {
		width: 0;
	}
	.projects {
		width: 300px;
	}
	.projects_wrap {
		width: 100%;
		margin: 0 auto;
	}
	.projects_wrap img {
		width: 100%;
		height: 100px;
	}
	.gallery-wrap {
		width: 320px;
		margin: 0;
		padding: 0;
	}
	.preview,
	.gallery_item {
		width: 100%;
		height: 120px;
		margin: 0 auto 2%;
	}
	.gallery_item img {
		width: 100%;
		margin: 0;
	}
	.gallery {
		width: 100%;
	}
	.about_text {
		width: 280px;
		padding: 0 30px;
	}
	.about img {
		width: 200px;
		margin-bottom: 30px;
	}
	.modal-content {
		width: 300px;
		max-width: 300px;
	}
	.on-off {
		top: -8%;
		left: -85%;
	}
}

