article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:0.67em 0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C" "\201D" "\2018" "\2019";}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}







html {
}

body {
	background: #141414;
	font-family: 'Montserrat', sans-serif;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.content--fixed {
	position: fixed;
	z-index: 10000;
	top: 0;
	left: 0;
	padding: 1.5em;
}


.content__close {
    position: fixed;
    top: 3%;
    right: 2%;
    background: none;
    color: var(--color-link);
    border: 1px solid;
    padding: 0;
    display: block;
    margin: 0 0 0 -2em;
    width: 4em;
    height: 4em;
    font-size: 1.25em;
    border-radius: 50%;
    opacity: 0;
    cursor: pointer;
    transition: opacity 0.3s;
    z-index: 999999;
}
.icon {
    display: block;
    width: 1.5em;
    height: 1.5em;
	margin: 31% auto;
	fill: currentColor;
}







.prods_content {
    max-width: 60%;
    margin: 2em auto;
/*    display: grid;
    align-items: center;
    justify-content: center;
    justify-items: center;
    align-content: end;
*/
}


.prods_content h2 {
	font-size: 3em;
}
.prods_content h3{
}






.prod_table_2 {
  border-collapse: collapse;
  width: 100%;
}
.prod_table_2 table {
	width: 100%;
}
.prod_table_2 table, th, td {
}


.prod_table_2 td, .prod_table_2 th {
  padding: 8px;
  border-right: 2px solid rgba(255,255,255,1);
}

.prod_table_2 tr:nth-child(even){background-color: rgba(0,0,0,0.1);}
.prod_table_2 tr:nth-child(odd){background-color: rgba(0,0,0,0.2);}

.prod_table_2 tr:hover {background-color: rgba(0,0,0,0.3);}

.prod_table_2 th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: rgba(0,0,0,0.3);
}




.prods_another_links {
	display: block;
}
.prods_another_links a {
	color: #000;
    text-decoration: none;
    display: inline-block;
    padding: 0.5em 0.7em;
    margin: 0.2em;
    font-size: 1em;
    background-color: rgba(255,255,255,0.2);
    border-radius: 0.2em;
    border: 1px solid #cc0000;
}

.prods_another_links a:hover {
    background-color: #cc0000;
	border: 1px solid #cc0000;
	color: #fff;
}
	





.parallax-window {
    min-height: 400px;
    background: transparent;
}






@media screen and (max-width: 600px) {


.mainlogo img {
	width: 40vw !important;
}
.main_about_info {
	position: absolute;
	text-align: right;
	font-size: 1.2em;
	line-height: 0.7;
	max-width: 100vw;
	right: 5%;
	top: 45%;
}
.main_about_info.slctd {
	left: -200%;
}



.prods_content {
    max-width: 90%;
    margin: 25% auto;
/*    display: grid;
    align-items: center;
    justify-content: center;
    justify-items: center;
    align-content: end;
*/
}

.menu {margin-top: 35% !important;}
.content__close {
    top: 1% !important;
}
.content__inner {
    margin-top: 18vh !important;
}
.sctn_txt_in {
    max-width: 90vw;
}
.content__subtitle {
    max-width: 65vw;
}
.sctn_approach:before {
    font-family: FontAwesome;
    right: 0 !important;
    font-size: 20vw !important;
    opacity: 0.4;
    position: absolute;
    top: 10vh;
}

.frm_frst_clmn,
.frm_scnd_clmn {
	width: 100% !important;
}


}



.prods_another_links a,
.trd_lnks a,
.main_about_info,
.mainlogo img {
	-webkit-transition: all 0.9s ease-in-out;
	-moz-transition: all 0.9s ease-in-out;
	-o-transition: all 0.9s ease-in-out;
	-ms-transition: all 0.9s ease-in-out;
	transition: all 0.9s ease-in-out;
}

