body, 
html {
	position: relative;
	background-color: #292929!important;
}
*, ::after, ::before {
    box-sizing: border-box;
}

/* LINKS */

a, a:focus, a:hover {
	color: #E5E5E5;
	text-decoration: none!important;
} 

/* UL */

ul {
	list-style: none;
	-webkit-margin-before:  0px;
	-webkit-margin-after:  0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
	margin-bottom: 0px!important;
}

/* NAV */

/* container */

.nav-wrapper {
	position: fixed;
	width: 100%;
	z-index: 99999999;
	justify-content: space-between;
	padding: 15px 15px!important;
	background-color: rgba(20, 20, 20, 0.8);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

/* logotype */

.logotype-img {
	width: 120px;
} 

/* hamburguer */

.hamburguer-wrapper {
    cursor: pointer;
	margin-right: 15px;
}
.line {
	display: block;
	width: 30px;
	height: 1px;
	background-color: #E5E5E5;
	margin: 5px auto;
	transition: all 0.3s ease-in-out;
	}
.first {
	transform: translateY(6px);
}
.last {
	transform: translateY(-6px);
}

/* right side */

.right-side {
	display: flex;
	align-items: center;
}

/* language */

.language-wrapper {
	display: flex;
}
.language-block {
	height: 44px;
	width: 44px;
}
.language-text {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	text-align: center;
	line-height: 44px;
	color: #E5E5E5;
}
.l-en .pt .language-text, 
.l-pt .en .language-text {
	opacity: 0.3;
}

/* nav container */

.main-menu-container {
	position: fixed;
    top: 74px;
    left: 0;
    right: 0px;    
    z-index: 99999;	
    pointer-events: none;
}
.main-menu-container:before {
	position: absolute;
	top: -100%;
	left: 0;
	content: "";
	width: 100vw;
	height: 100vh;
	background-color: #141414;
	z-index: -1;
	transition: 1s;    
}
.main-menu-container.opened {    
	pointer-events: auto;
	
}
.main-menu-container.opened:before {
	top: -74px;
}

.main-menu-wrapper {
	overflow: auto;
    height: 100vh;
    padding-right: 15px;
    padding-left: 15px;
}

.main-menu-block:first-of-type {
	padding-top: 70px;
}

.main-menu-block {
	display: none;
}

.main-menu-second-level-wrapper {
	display: none;
}

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

.contacts-list {
	margin-top: 90px;
	padding-top: 90px;
	width: 100%!important;
	border-top: 1px solid rgba(239, 239, 239, 0.3);
	padding-bottom: 120px;
}

.greetings-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #E5E5E5;
	font-size: 18px;
	line-height: 1.4em;
	margin-bottom: 30px;
}
.greetings-dot {
	color: #be1622;
    font-size: 24px;
    font-weight: 600;
    line-height: 0px;
}

.contacts-title {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 44px;
	color: #E5E5E5;
}

.contacts-text {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #E5E5E5;
	font-size: 13px;
	line-height: 1.4em;
	color: rgba(239, 239, 239, 0.3);
	margin-bottom: 0px;
}


.contacts-text span {
	display: block;
}

.none {
	opacity: 0;
}


/* menu text */

.menu-text {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #E5E5E5;
	font-size: 18px;
	line-height: 44px;
	transition: 0.5s;
}
.menu-text:hover, .menu-text:focus {
	color: #E5E5E5;
	margin-left: 5px;
}
.number-menu {
	display: none;
}

/* dot */

.menu-dot {
	color: #be1622;
	font-size: 24px; 
	font-weight: 600;
	line-height: 0px;
} 

/* contacts text */

.contacts-menu-text {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #E5E5E5;
	font-size: 13px;
	line-height: 1.4em;
}
.directions, .e-mail {
	line-height: 44px;
	display: block;
    position: relative;
}
.directions:after,
.e-mail:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #e5e5e5;
    margin-left: 15px;
    margin-top: 1px;
}

.contacts-menu-text:hover, 
.contacts-menu-text:focus {
	color: #E5E5E5;
}
.contacts-menu-text span {
	display: block;
}
.contacts-menu-text span:not(:first-of-type) {
	opacity: 0.3;

}

/* FOOTER */

/* container */

.footer {
	padding-top: 120px;
	padding-bottom: 120px;
	background-color: #1A1A1A;
}

.contacts {
	margin-bottom: 60px;
}

/* TEXT */

.m-30 {
	margin-bottom: 30px;
}
.ml-15 {
	margin-left: 15px;
}
.ml-30 {
	margin-left: 30px;	
}
.ml-45 {
	margin-left: 45px;
}
.text-link {
	color: #696969;
	border-bottom: 1px solid rgba(105, 105, 105, 0.5);
}
.text-link:hover, 
.text-link:focus {
	color: #696969;
}
.text-bold {
	font-weight: 700;
} 