@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,600,800,900");

html {
	font-size: 20px;
	background-color: #fff;
}

h1 {
	font-family: Montserrat, Arial, sans-serif;
	font-weight: 900;
	font-size: 68px;
	font-size: 3.4rem;
}

h2 {
	font-family: Montserrat, Arial, sans-serif;
	font-weight: 900;
	font-size: 34px;
	font-size: 1.7rem;
}

a {
	font-family: Montserrat, Arial, sans-serif;
	font-weight: 900;
	font-size: 12px;
	font-size: .6rem;
	text-decoration: none;
	text-transform: uppercase;
}

p {
	font-family: Montserrat, Arial, sans-serif;
	font-weight: 300;
	font-size: 14px;
	font-size: .7rem;
}

form {
    margin: 15px auto;
    width: 100%;
    max-width: 450px;
}

form .field {
    display: block;
    margin: 15px 0;
    width: 100%;
}

form label {
    color: #fff;
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 1.5rem;
    cursor: pointer;
}

form input {
    border-radius: 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    box-sizing: border-box;
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 40px;
    display: block;
    width: 100%;
    height: 40px;
    outline: none;
    padding: 0 10px;
}

form textarea {
    border-radius: 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    box-sizing: border-box;
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 1.3rem;
    display: block;
    width: 100%;
    height: 200px;
    outline: none;
    padding: 5px 10px;
    resize: none;
}

form .buttons {

}

form .buttons:after {
    content: '';
    clear: both;
    display: block;
}

form button {
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
}

form button[type="submit"] {
    color: #fff;
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.3rem;
    text-decoration: none;
    text-transform: uppercase;
}



/*
.link--hidden{
  display: none;
}*/
.main-wrap {
	width: 70%;
	margin: 0 auto;
}

.main-wrap:after {
	content: "";
	display: block;
	clear: both;
}

/*mobile-header*/
.mobile-header {
	padding: 100px 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 500;
	display: none;
	width: 100%;
	height: 100vh;
	background-color: #1b1b1b;
	overflow-y: auto;
    z-index: 2000;
}

.mobile-header .mobile-logo {
	margin: 0 auto 20px;
	background-image: url("/content/images/icon_logo_mobile.png");
}

.mobile-header .mobile-nav .menu__item {
	display: block;
	text-align: center;
	margin-right: 0;
}

.mobile-header .mobile-nav .menu__item--link {
	color: #fbf200;
	font-size: 0.8rem;
	letter-spacing: 1.5px;
}

.mobile-header .close-menu {
	position: fixed;
	top: 25px;
	right: 8%;
	display: block;
	width: 53px;
	height: 53px;
	cursor: pointer;
}

.mobile-header .close-menu__item {
	position: absolute;
	left: 10px;
	top: calc(50% - 2px);
	display: block;
	width: 33px;
	height: 4px;
	background-color: #fbf200;
}

.mobile-header .close-menu__item:first-child {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.mobile-header .close-menu__item:last-child {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

div.header {
    background: #fbf200;
    box-sizing: border-box;
    padding: 10px 0;
    position: fixed;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    z-index: 1500;
}

/*header*/
header.header {
	padding: 73px 0 25px;
	position: relative;
	height: calc(100vh - 121px);
	background: #fbf200;
}

.header .open-menu {
	display: none;
}

.header__field:after {
	content: "";
	display: block;
	clear: both;
}

.header__top {
	height: 53px;
}

.header__logo {
	float: left;
}

.header__button {
	position: relative;
	float: right;
	display: block;
	width: 53px;
	height: 53px;
}

.header__nav {
	float: right;
	width: calc(100% - 43px);
	text-align: right;
}

.header .menu {
	float: right;
}

.header__title {
	padding-top: 15vh;
	margin-top: 32px;
	display: block;
	height: 70%;
	background: url("/content/images/bg_elem.png") no-repeat center 0;
	background-size: contain;
	text-align: center;
}

.header .header__title h1 {
    font-weight: 900;
    font-size: 68px;
    font-size: 3.4rem;
	margin-bottom: 33px;
	margin-bottom: 1.65rem;
	text-align: center;
	letter-spacing: 4px;
	color: #1b1b1b;
    margin-top: 0;
}

.header .header__title h1 span {
	font-weight: 800;
	display: block;
	font-size: 12px;
	font-size: .6rem;
	line-height: 40px;
	line-height: 2rem;
	letter-spacing: 5px;
	color: #1b1b1b;
	text-align: center;
	text-transform: uppercase;
}

.header__title a {
	margin-right: 28px;
	font-size: 18px;
	font-size: .9rem;
	line-height: 24px;
	line-height: 1.2rem;
	color: #1b1b1b;
	text-decoration: underline;
}

.header__title a:last-child {
	margin-right: 0;
}

.header__social {
	position: absolute;
	left: 15%;
	bottom: 32px;
	z-index: 50;
}

.open-menu {
	cursor: pointer;
}

.open-menu__item {
	position: absolute;
	left: 10px;
	top: calc(50% - 2px);
	display: block;
	width: 33px;
	height: 4px;
	background-color: #1b1b1b;
}

.open-menu__item:first-child {
	top: calc(50% - 12px);
}

.open-menu__item:last-child {
	top: calc(50% + 8px);
}

.open-menu:hover .toggle-menu__item:first-child {
	top: calc(50% - 10px);
}

.open-menu:hover .toggle-menu__item:last-child {
	top: calc(50% + 6px);
}

.logo {
	display: block;
	height: 51px;
	width: 43px;
	background: url("/content/images/icon_logo.png") no-repeat 0 0;
}

.logo a {
	display: block;
	height: 100%;
	width: 100%;
	overflow: hidden;
	text-indent: 99999px;
}

.menu {
	display: block;
	width: 100%;
	height: 100%;
}

.menu__item {
	display: inline-block;
	margin-right: 19px;
}

.menu__item:last-child {
	margin-right: 0;
}

.menu__item--link {
	line-height: 51px;
	color: #1b1b1b;
}

.menu__item--link:hover {
	text-decoration: underline;
}

.social {
	overflow: hidden;
}

.social__item {
	float: left;
	margin-right: 10px;
}

.social__item:last-child {
	margin-right: 0;
}

.move-down {
	position: absolute;
	left: 5%;
	bottom: 32px;
	display: block;
	width: 90%;
	text-align: center;
}

.move-down--link {
	position: relative;
	z-index: 100;
	color: #302f2f;
}

.move-down--link:hover {
	text-decoration: underline;
}

.move-down:after {
	content: "";
	position: absolute;
	top: 38px;
	left: calc(50% - 3px);
	display: block;
	width: 6px;
	height: 64px;
	background-color: #302f2f;
}

/*content*/

.content {
    padding-top: 73px;
}

.render-page {
    padding-top: 60px;
}

.render-page h1 {
    font-family: Montserrat, Arial, sans-serif;
	font-weight: 900;
	font-size: 34px;
	font-size: 1.7rem;
    text-transform: uppercase;
    margin: 15px 0;
}

.render-page h2 {
    margin: 15px 0;
}

.render-page h3 {
    font-family: Montserrat, Arial, sans-serif;
	font-weight: 600;
	font-size: 1.3rem;
    text-align: left;
    margin: 15px 0;
}

.render-page p {
    color: #1b0c36;
    margin: 15px 0;
    line-height: 1.1rem;
}

.render-page ul {
    list-style: disc inside;
    font-family: Montserrat, Arial, sans-serif;
    font-weight: 300;
    font-size: 14px;
    font-size: .7rem;
    margin: 15px 0;
}

.render-page li {
    line-height: 1.1rem;
}

.render-page strong {
    font-weight: 600;
}

/*about us*/
.about {
	padding: 108px 14.5% 100px;
	position: relative;
}

.about__title {
	margin-bottom: 53px;
	color: #1b0c36;
	text-align: center;
	text-transform: uppercase;
}

.about section {
	float: left;
	display: block;
	width: 48%;
	margin-right: 4%;
}

.about section:last-child {
	margin-right: 0;
}

.about section p {
	color: #1b0c36;
}

/*.about:before {
	content: "namaz";
	position: absolute;
	left: 5%;
	top: 60%;
	font-family: Montserrat;
	font-weight: 900;
	font-size: 22px;
	font-size: 1.1rem;
	color: #1b0c36;
	text-transform: uppercase;
	transform: rotate(-90deg);
}

.about:after {
	content: "time";
	position: absolute;
	right: 5%;
	top: 50%;
	font-family: Montserrat;
	font-weight: 900;
	font-size: 22px;
	font-size: 1.1rem;
	color: #1b0c36;
	text-transform: uppercase;
	transform: rotate(-90deg);
}*/

.about__video{
	margin-top: 25px;
}

.about__video iframe {
	width: 100%;
    height: 550px;
}

/*opportunities*/
.opportunities {
	padding: 110px 0;
	background-color: #1b0c36;
}

.opportunity {
	margin-bottom: 40px;
	overflow: hidden;
}

.opportunity:after {
	content: "";
	display: block;
	clear: both;
}

.opportunity__item {
	position: relative;
	float: left;
	display: block;
	width: 50%;
	height: 450px;
	overflow: hidden;
}

.opportunity__item:last-child {
	padding-top: 140px;
}

.opportunity__item .border {
	position: absolute;
	top: 100px;
	left: 6%;
	width: 212px;
	height: 349px;
	border: 6px solid #f92744;
}

.opportunity__item img {
	position: absolute;
	width: 205px;
	height: 360px;
	top: 44px;
	left: 11%;
	z-index: 50;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.opportunity__item img:hover {
	z-index: 120;
}

.opportunity__item img:last-child {
	top: 0;
	left: 20%;
	z-index: 100;
}

.opportunity__item h2 {
	color: #fbf200;
	text-align: center;
}

.opportunity__item p {
	color: #fff;
	text-align: center;
}

.opportunity:nth-child(2n+1) {
	/*    .opportunity__item:last-child{
          padding-top: 0;
        }*/
	/*    .opportunity__item:first-child{
          padding-top: 140px;
        }*/
}

.opportunity:nth-child(2n+1) .opportunity__item {
	float: right;
}

.opportunity:nth-child(2n+1) .border {
	position: absolute;
	top: 0;
	right: 6%;
	left: unset;
	width: 212px;
	height: 349px;
	border: 6px solid #f92744;
}

.opportunity:nth-child(2n+1) img {
	position: absolute;
	width: 205px;
	height: 360px;
	top: 44px;
	right: 11%;
	left: unset;
	z-index: 50;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.opportunity:nth-child(2n+1) img:last-child {
	top: 88px;
	right: 20%;
	z-index: 100;
}

.opportunity:nth-child(2n+1) img:hover {
	z-index: 120;
}

.opportunity:last-child {
	margin-bottom: 0;
}

/*comments*/
.comments {
	background-color: rgba(249, 39, 68, 0.89);
	padding-bottom: 20px;
	padding-top: 20px;
	position: relative;
	width: 100%;
	/*height: 360px;*/
}

.comments h2 {
	/*position: relative;*/
	font-size: 45px;
	font-size: 2.25rem;
	line-height: 60px;
	line-height: 3rem;
	text-align: center;
	color: #fff;
}

/*.video .layout {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 360px;
	background-color: rgba(249, 39, 68, 0.89);
}*/

/*.video video {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 360px;
	overflow: hidden;
	background: url("/content/images/bg_video.jpg") no-repeat 0 0;
	background-size: cover;
}*/

/*.video .video_btn {
	position: absolute;
	left: 15%;
	bottom: 30px;
	display: block;
	width: 48px;
	height: 48px;
	background: url("/content/images/icon_play.png") no-repeat 0 0;
	cursor: pointer;
}*/

/*footer*/
.footer {
	padding: 33px 0;
	overflow: hidden;
}

.footer .copyright {
	float: left;
	font-family: Montserrat;
	font-weight: 600;
	font-size: 15px;
	font-size: .75rem;
	line-height: 44px;
	line-height: 2.2rem;
	color: #1b0c36;
}

.header .store {
	display: flex;
	justify-content: center;
}

.header .store__item {
	float: right;
	display: block;
	width: 126px;
	height: 44px;
	margin-right: 18px;
}

.header .store__item:last-child {
	margin-right: 0;
}

/*scrollUp*/
.scrollUp {
	position: fixed;
	right: 5%;
	bottom: 29px;
	display: none;
	width: 50px;
	height: 50px;
	background-color: rgba(202, 202, 202, 0.4);
	border: 1px solid #cccccc;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	cursor: pointer;
}

.scrollUp__item {
	position: absolute;
	top: calc(50% - 5px);
	left: calc(50% - 15px);
	display: block;
	width: 18px;
	height: 2px;
	background-color: #1b0c36;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.scrollUp__item:last-child {
	left: calc(50% - 3px);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media only screen and (max-width: 1400px) {
	html {
		font-size: 20px;
	}
}

@media only screen and (max-width: 1200px) {
	html {
		font-size: 19px;
	}
}

@media only screen and (max-width: 1000px) {
	html {
		font-size: 18px;
	}
}

@media only screen and (max-width: 800px) {
	html {
		font-size: 17px;
	}
}

@media only screen and (max-width: 600px) {
	html {
		font-size: 16px;
	}
}

@media only screen and (max-width: 400px) {
	html {
		font-size: 15px;
	}
}

@media only screen and (max-width: 360px) {
	html {
		font-size: 14px;
	}
}

@media only screen and (max-width: 1000px) {
	.main-wrap {
		width: 84%;
	}

	.header .open-menu {
		display: block;
	}

	.header__top .nav {
		display: none;
	}

	.header__button {
		display: block;
	}

	.header__title {
		padding-top: 10vh;
		height: 60%;
	}

	.header__social {
		left: 8%;
	}

	.move-down {
		left: 8%;
		width: 84%;
	}

	.about {
		padding: 108px 5% 100px;
	}

	.about section {
		float: none;
		display: block;
		width: 100%;
		margin: 10px auto;
	}

	.about section:last-child {
		margin: 10px auto;
	}

	.opportunity {
		margin-bottom: 20px;
	}

	.opportunity__item {
		text-align: center;
		float: none;
		width: 100%;
		height: auto;
	}

	.opportunities .opportunity__item,
	.opportunity:nth-child(2n+1) .opportunity__item {
		float: none;
		width: 100%;
		height: auto;
	}

	.opportunity:nth-child(2n+1) .border,
	.opportunity__item .border {
		display: none;
	}

	.opportunity:nth-child(2n+1) img,
	.opportunity__item img {
		position: static;
	}

	.opportunity__item img:last-child {
		margin-left: 5px;
	}

	.opportunity__item:last-child {
		padding: 30px 0;
		height: auto;
	}
}

@media only screen and (max-width: 800px) {
	.about:before {
		left: -2%;
	}

	.about:after {
		right: 0;
	}

	.about__video iframe {
		height: 300px;
	}

	.footer .copyright {
		float: none;
		text-align: center;
	}
}

@media only screen and (max-width: 500px) {
	.header__title {
		padding-top: 7vh;
		margin-top: 50px;
		background-size: 60%;
	}

	.header__title h1 {
		font-size: 2.5rem;
	}

	.header__social {
		bottom: 32px;
	}

	.social {
		text-align: center;
	}

	.social__item {
		float: none;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.social__item:last-child {
		margin-right: 0;
		margin-bottom: 0;
	}

	.about {
		padding: 75px 5% 50px;
	}

	.about__video iframe {
		height: 230px;
	}

	.opportunities {
		padding: 60px 0;
	}

	.opportunity__item:last-child {
		height: auto;
	}

	.opportunity__item img,
	.opportunity .border {
		width: 156px;
		height: 260px;
	}

	.opportunity:nth-child(2n+1) img,
	.opportunity:nth-child(2n+1) .border {
		width: 156px;
		height: 260px;
	}
}

@media only screen and (max-width: 380px) {
	.header__title h1 {
		font-size: 1.4rem;
	}

	.header__title h1 span {
		font-size: .7rem;
	}

	.about:after, .about:before {
		display: none;
	}

	.about__video iframe {
		height: 180px;
	}

	.header .store {
		flex-direction: column;
	}

	.header .store__item, .header .store__item:last-child {
		margin: 5px auto;
	}
}

@media only screen and (max-height: 450px) {
	.mobile-header {
		padding: 30px 0;
	}

	.header__title {
		padding-top: 0;
		margin-top: 0;
		height: 50%;
		background-size: contain;
	}

	.header__title h1 {
		font-size: 2.5rem;
		margin-bottom: 15px;
	}

	.header__title h1 span {
		line-height: .9rem;
	}

	.header__social {
		bottom: 32px;
	}
}

/*# sourceMappingURL=main.css.map */
