/* Ïðîãðàììèñò Äåáîâ ÈÏ 2019 ãîä */


/* ÎÁÙÈÅ */

@font-face {
  font-family: 'Capture_it';
  src: url('fonts/captureit.ttf');
}

@font-face {
  font-family: 'Capture_it2';
  src: url('fonts/captureit2.ttf');
}

@font-face {
  font-family: 'Oswald';
  src: url('fonts/oswaldregular.ttf');
}

@font-face {
  font-family: 'Oswald2';
  src: url('fonts/oswaldlight.ttf');
}

ul, ol {
  list-style: none;
}

a {
  color: #ccc;
}

a:active {
  color: #fff;
}

a:hover {
  color: #fff;
}

html {
	min-height: 100%;
	overflow-x: hidden;
}

body {
	background-color: #000000;
	background-image: url('main/fon.png');
	font-family: sans-serif;
	color: #ffffff;
	font-weight: 500;
}



/* ÍÀÂÈÃÀÖÈÎÍÍÀß ÏÀÍÅËÜ */

.navbar {
  margin-bottom: 0px;
  z-index: 20;
  min-height: 62px;
  border: 0;
}

.navbar-top {
  background: #000;
  text-transform: uppercase;
  border-bottom: 1px solid #333;
  font-size: 1.2em;
  width: 100%;
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  height: 62px;
  padding: 0 15px 0 20px;
}

.nav-floating .navbar-top {
  position: fixed;
}

.nav-container {
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
}



/* ËÎÃÎÒÈÏ */

.navbar-logo {
	background: url('main/logo2019v2.png') no-repeat center center;
	background-size: contain;
	box-sizing: border-box;
	width: 250px;
	height: 40px;
	left: 0px;
	top: 10px;
	display: block;
	z-index: 20;
	position: absolute;
	text-indent: -9999px;
	opacity: 0.5;
}
@media (max-width: 840px) {
  .navbar-logo {
    display: none;
  }
}



/* ÏÀÍÅËÜ ÌÅÍÞ */

.nav-overlay-button {
	box-sizing: border-box;
	width: 35px;
	height: 35px;
	right: 40px;
	top: 13px;
	display: block;
	z-index: 20;
	position: absolute;
	text-indent: -9999px;
	opacity: 0.5;
	transition-duration: 0.25s;
	transition-property: opacity;
}

.overlay-menu {
	background: url('main/iconnav.svg') no-repeat center center;
	background-size: 30px 25px;

}
.overlay-close {
	background: url('main/iconclose.svg') no-repeat center center;
	background-size: 30px 25px;

}
.overlay-menu:hover,
.overlay-close:hover {
	opacity: 1;
}

.navbar-text {
	font-family: 'Oswald', sans-serif;
	display: inline-block;
	vertical-align: top;
	text-align: right;
	box-sizing: border-box;
	text-decoration: none;
	position: absolute;
	right: 100px;
	border-right: 1px solid #333;
	width: 320px;
	margin-top: 0px;
	top: 13px;
	padding: 0 20px 0 0;
	font-size: 1.5em;
	opacity: 0.6;
}

@media (max-width: 840px) {
  .navbar-text {
	display: inline-block;
  }
}



/* ÏÀÍÅËÜ ÌÅÍÞ (ÐÀÇÂÅÐÍÓÒÀß) */

.nav-overlay {
  display: none;
  background: #000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 50;
  text-align: center;
  overflow-y: scroll;
}

.nav-overlay-on {
  overflow: hidden;
}
.nav-overlay-on .nav-overlay {
  display: block;
}

.overlay-logo {
	background: url('main/logo2019v2.png') no-repeat center center;
	background-size: contain;
	box-sizing: border-box;
	text-indent: -9999px;
	display: block;
	width: 500px;
	height: 80px;
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 20px;
	text-decoration: none;
}

.overlay-link {
	font-family: 'Oswald', sans-serif;
	display: block;
	font-size: 2.2em;
	font-weight: 400;
	text-transform: uppercase;
	margin: 20px 0;
	box-sizing: border-box;
	text-align: center;
}

.overlay-a,
.overlay-a2 {
	text-decoration: none;
}

.overlay-a:hover {
	opacity: 1;
	color: #a3792f;
}

.overlay-a2:hover {
	opacity: 1;
	color: rgb(135, 215, 4);
}

.overlay-line {
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-weight: 500;
	display: block;
	text-transform: uppercase;
	box-sizing: border-box;
	text-align: center;
	padding: 0px 0px 0px;
	border-bottom: 1px solid #333;
	max-width: 400px;
	margin: 0 auto;
}
.overlay-line800 {
	max-width: 800px;
}



/* ÑÎÖÑÅÒÈ */

.navbar-list {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 40%;
	top: 0px;
	flex-direction: row;
	align-items: center;
}

.navbar-icon {
	background-size: contain;
	box-sizing: border-box;
    width: 40px;
    height: 40px;
    margin: 10px 15px;
	display: block;
	text-indent: -9999px;
	opacity: 0.4;
	transition-duration: 0.25s;
	transition-property: opacity;
	text-decoration: none;
}
.navbar-icon:hover {
	opacity: 0.8;
}
@media (max-width: 840px) {
  .navbar-icon {
	display: none;
  }
}

.footer-list-facebook {
	background: url('main/iconfacebook.svg') no-repeat center center;
}
.footer-list-youtube {
	background: url('main/iconyoutube.svg') no-repeat center center;
}
.footer-list-instagram {
	background: url('main/iconinstagram.svg') no-repeat center center;
}



/* ÎÑÍÎÂÍÎÉ ÁËÎÊ */

.container {
	z-index: 10;
    position: relative;
    padding: 20px 0;
    height: 809px;
    max-width: 100%;
	text-align: center;
	width: 1170px;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
}

.headline {
  color: #fff;
  font-family: 'Capture_it', sans-serif;
  font-weight: 400;
  font-size: 3em;
  text-transform: uppercase;
  margin: 20px auto;
}

.subheadline {
	color: #fff;
	font-family: 'Capture_it2', sans-serif;
	font-weight: 400;
	font-size: 3em;
	text-transform: uppercase;
	margin: 20px auto;
}

.logo-axe {
	max-width: 100%;
	vertical-align: middle;
	box-sizing: border-box;
	text-align: center;
}

.container-pic {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}
.pic {
	max-width: 100%;
	margin: 20px;
}

.tertiaryheadline {
	width: 100%;
	letter-spacing: 0em;
	color: #a3792f;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	font-size: 2.1em;
	text-transform: uppercase;
	margin-bottom: 70px;
}
.tertiaryheadline100 {
	margin-top: 100px;
}
.tertiaryheadline0 {
	margin-top: 0px;
	margin-bottom: 20px;
}

.paragraph {
	margin-top: 1em;
	margin-bottom: 1em;
	max-width: 800px;
	font-family: 'Oswald2', sans-serif;
	font-weight: 100;
	font-size: 2em;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.48em;
	text-align: justify;
	text-indent: 40px;
}

.thagolovok {
	padding-top: 10px;
	padding-bottom: 10px;
	max-width: 800px;
	font-family: 'Oswald', sans-serif;
	font-weight: 200;
	font-size: 2em;
	margin: 0 auto;
	text-align: center;
	color: #a3792f;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	opacity: 0.7;
}

.quote {
	margin: 20px auto 50px;
	font-family: 'Oswald2', sans-serif;
	font-weight: 200;
	font-size: 2em;
	max-width: 800px;
	text-align: center;
}



/* ÐÅÇÞÌÅ */

.spisok {
	display: block;
	padding: 0;
	margin-top: 10px;
    margin-bottom: 0px;
	text-align: center;
	box-sizing: border-box;
	list-style: none;
}

.spisok-item {
	padding: 20px 0px 40px;
    border-bottom: 1px solid #333;
    max-width: 800px;
    margin: 0 auto;
}
.spisok-item-up {
    border-top: 1px solid #333;
}

.spisok-thagolovok {
	margin-bottom: 20px;
	display: block;
    font-size: 2em;
    font-weight: 200;
    color: #a3792f;
	font-family: 'Oswald', sans-serif;
	opacity: 0.8;
}

.spisok-text {
	display: block;
    font-size: 1.7em;
    font-weight: 200;
    color: #fff;
	font-family: 'Oswald2', sans-serif;
	text-align: left;
}

.spisok-text2 {
	color: #a3792f;
	text-decoration: underline;
	opacity: 0.5;
}



/* ÁËÎÊ×ÅÉÍ */

.container-off {
	display: none;
}

.spisok-item2 {
	padding: 0;
    max-width: 800px;
    margin: 40px auto;
	overflow: hidden;
	text-align: left;
}

.media-element {
	width: 300px;
	float: left;
	margin-right: 30px;
	margin-left: 3px;
	border: 1px solid #333;
	background-size: cover;
	background-position: center center;
}

.media-element-a {
	text-decoration: none;
	transition-duration: 0.25s;
	color: #fff;
}

.media-title {
	font-family: 'Oswald2', sans-serif;
	font-weight: 200;
	font-size: 1.6em;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-top: 20px;
}

.media-link {	
	font-family: 'Oswald2', sans-serif;
	font-weight: 200;
	font-size: 1.6em;
	opacity: 0.5;
	border-bottom: 1px solid #333;
	display: inline-block;
	text-align: left;
}
.media-link:hover {	
	opacity: 1;
}

.button-return-back {	
	left: -20px;
	padding-right: 55px;
	background: url(main/iconpromo.png) right center no-repeat;
	display: block;
	text-align: center;
	font-family: 'Oswald2', sans-serif;
	font-weight: 200;
	font-size: 2em;
	text-transform: uppercase;
	color: #fff;
	width: 350px;
	height: 60px;
	margin: 20px auto 20px;
	padding: 12px 19px 0 0;
	letter-spacing: .7px;
	position: relative;
	opacity: 0.5;
	transition-property: opacity;
	transition-duration: 0.25s;
	text-decoration: none;
}
.button-return-back:hover {	
	opacity: 1;
}

.textcode {
	margin-top: 1em;
	margin-bottom: 1em;
	max-width: 800px;
	font-family: 'Oswald2', sans-serif;
	font-weight: 100;
	font-size: 1.4em;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.container-a {
	margin-top: 20px;
	margin-bottom: 60px;
	font-family: 'Oswald2', sans-serif;
	font-weight: 200;
	font-size: 2em;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.container-a-resurs {
	color: #fff;
	opacity: 0.6;
	transition-property: opacity;
	transition-duration: 0.25s;
}
.container-a-resurs:hover {	
	opacity: 1;
}



/* ÑÅÐÒÈÔÈÊÀÒÛ */

.screenshots-row {
	max-width: 800px;
	margin: 40px auto 10px;
	padding: 0;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.screenshots-item {
	margin: 0px 10px 30px 0px;
	border: 1px solid #333;
	text-align: center;
	transition-property: border;
	transition-duration: 0.5s;
}
.screenshots-item:hover {
	border: 1px solid rgb(135, 215, 4);
}
@media (min-width: 840px) {
  .screenshots-item {
    width: 211px;
    max-height: 304px;
    overflow: hidden;
  }
}

.screenshots-a {
	opacity: 1;
}
.screenshots-a:hover {
	opacity: 0.6;
}

.screenshots-img {
	width: 100%;
}



/* ÄËß ÑÎÎÁÙÅÍÈß ÎÁÍÎÂÈÒÜ ÁÐÀÓÇÅÐ */

.browserupgrade {
	font-family: Arial, sans-serif;
	position: absolute;
	top: 20%;
	right: 0;
	left: 0;
	line-height: 1.5;
	margin: 0 auto;
	padding: 30px 20px 30px 20px;
	width: 500px;
	font-size: 16px;
	text-align: center;
	color: #000 !important;
	background: #fff;
	z-index: 9999;
}