body,table,td,th,label,p,legend,fieldset,h1,h2,h3,div,caption,span,a,abbr,acronym,input,textarea,select
	{
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	color: #AAAAAA;
}

/*td,label,p,legend,h2,h3,div,caption,span,a,select {*/
/*	font-size: 11px;*/
/*}*/

.black, a.disabled, a:hover, div#textPort, div#textCurr, div#textPort span, div#textCurr span, #slider-title {
	color: #000000;
}

a:link, a:visited, a:hover, a.disabled {
	text-decoration: none;
	border: none;
    outline: none;
}

*, *::before, *::after {
    box-sizing: border-box;
}

body {
    font-size: clamp(12px, 2vw, 14px);
    line-height: 1.6;
}

h1, h2, h3 {
    font-size: clamp(18px, 3vw, 24px);
    line-height: 1.3;
    margin-bottom: 0.5em;
}

h4, h5 {
    font-size: clamp(16px, 2.5vw, 20px);
}

p {
    font-size: clamp(14px, 2vw, 16px);
    margin-bottom: 1em;
}

a {
    font-size: inherit;
}

div#wrapper {
    position: relative;
    /*width: 100%;*/
    /*max-width: 1156px;*/
    height: auto;
    min-height: 707px;
    text-align: left;
    margin: 80px auto 0;
}

div#root {
	position: fixed;
	top: 104px;
	left: 80px; // change to left: 20px;
	width: auto;
	height: 12px;
	text-align: left;
	text-underline-position: below;
}

div#menubar {
	position: fixed;
	overflow: hidden;
	top: 177px;
	left: 0px;
	width: 145px;
	height: 501px;
	text-align: right;
}

.first {
	line-height: 0px;
}

div#menu a {
	display: block;
	padding-bottom: 13px;
}

div#show {
    position: relative; /* Changed from absolute */
    width: 100%;
    max-width: 936px;
    left: 0;
    margin-left: 150px; /* Space for fixed nav on desktop */
}

div#heading {
    position: static; /* Changed from absolute */
    /*width: 100%;*/
    max-width: 937px;
    left: 0;
    margin-left: 150px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

div#info {
	position: absolute;
	top: 115px;
	left: 170px;
	/*width: 937px;
	height: 503px;*/
	z-index: 1;
	/*border: 1px yellow solid;*/
}

div#descr {
	position: fixed;
	bottom: 10px;
	left: 211px;
	width: 936px;
	/*height: 50px;*/
	z-index:1000;
	background-color: #FFFFFF;
	font-size: clamp(16px, 2vw, 18px);
}

#heading_project {
    text-align: left;
}

#heading_logo {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#heading_logo img {
    margin-right: 5px;
}

/*div#logo {*/
/*	position: absolute;*/
/*	top: 0px;*/
/*	left: 913px;*/
/*	width: 226px;*/
/*	height: 12px;*/
/*	text-align: right;*/
/*	!*border: 1px yellow solid;*!*/
/*}*/

div#logo_img {
	position: fixed;
	top: 15px;
	left: 76px; // change to left: 80px;
	width: 82px;
	height: 81px;
	z-index: 1001;
}

div#folderPort,
div#folderCurr {
	position: absolute;
	top: 295px;
	left: 695px;
	width: 85px;
	height: 116px;
	z-index: 2;
	/*border: 1px yellow solid;*/
}

div#folderCurr {
	left: 817px;
}


div#folderCurr a img, div#folderPort a img {
	border: none;
}

div#textPort,
div#textCurr {
	font-size: clamp(9px, 2vw, 10px);
	position: absolute;
	top: 422px;
	left: 701px;
	/*width: 85px;*/
	height: 13px;
	z-index: 2;
	/*letter-spacing: -1px;*/
}

div#textCurr {
	left: 818px;
}

div#textPort span,

div#textCurr span {
	font-weight: bold;
	/*font-size: 10px;*/
	letter-spacing: -1px;
}

div#foto {
	position: absolute;
	top: 60px;
	left: 695px;
	z-index: 2;
	letter-spacing: -1px;
}

div#form_info {
	/*font-size: 10px;*/
	position: absolute;
	top: 40px;
	left: 40px;
	z-index: 2;
	letter-spacing: -1px;
	width: 580px;
}


#wrapper,
#wrapper::before,
#wrapper::after {
  box-sizing: initial;
}


span#form_info_question {
	font-size: clamp(18px, 3vw, 30px);
	color: #000000;
}

form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--gap);
}

form > div {
  margin-top: 2rem;
}

#column_1 {
  margin-right: 5%;
}

#column_2 {
  margin-left: 5%;
}

.full {
  grid-column: 1 / -1;
}

label {
  display: block;
  margin-bottom: 8px;
  color: #000000;
}

.field {
  background: #f3f6f6;
  border: none;
  width: 100%;
  /*border: 1px solid var(--field-border);*/
 /*border-radius: var(--radius);*/
  padding: 14px 16px;
  color: #000000;
  transition: border-color .15s, box-shadow .15s, background .15s;
  font-size: clamp(11px, 2vw, 15px);
}


.field::placeholder {
  color: #AAAAAA;
}

textarea.field {
  min-height: 120px;
  resize: vertical;
}

.actions {
  margin-top: 2rem;
}

.btn {
  appearance: none;
  border: none;
  background: #f3f6f6;
  /*border: 1px solid var(--field-border);*/
  /*color: var(--text);*/
  color: #000000;
  font-weight: 600;
  padding: 14px 18px;
  /*border-radius: var(--radius);*/
  cursor: pointer;
  transition: transform .06s ease, box-shadow .15s ease, border-color .15s ease;
  width: 40%;
  text-align: left;
}
.btn:hover {
  border-color: #cfd8dc;
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
}
.btn:active {
  transform: translateY(1px);
}

div.show_img {
	margin-bottom: 60px;
}

div.show_img img,
img {
    max-width: 100%;
    height: auto;
    display: block;
}

/********** aSlider * DO NOT CHANGE **************/
#aslider {
	position: relative;
}

#slider-list {
	display: none;
}

#slider-container {
	overflow: hidden;
	position: relative;
	z-index: 9998;
	cursor: hand;
	cursor: pointer;
}

.slider-item {
	position: absolute;
	z-index: 9997;
	overflow: hidden;
	display: none;
	background-position: 0 0;
	background-repeat: no-repeat;
}
/*
#slider-loader {
	position: absolute;
}
*/
.slider-btn {
	position: absolute;
	z-index: 9999;
	display: none;
	cursor: pointer;
}

#slider-title {
	position: absolute;
	z-index: 9998;
	display: none;
}

#slider-description {
	position: absolute;
	z-index: 9998;
	display: none;
}

/********** aSlider look ***************/
#aslider {
	width: 936px;
	height: 501px;
	margin: 0px auto;
}

#slider-container {
	width: 100%;
	height: 100%;
}

.slider-item {
	width: 100%;
	height: 100%;
}

/*
#slider-loader {
	font-size: 14px;
	width: 100%;
	height: 400px;
	line-height: 400px;
	text-align: center;
	color: #cccccc;
}
*/
#slider-loader {
	background:url(../images/loading.gif) no-repeat center center;
	height:100%;
	width:100%;
}
/*
#slider-loader img {
	width:100%;
    min-width:100%;
    min-height:100%;
}*/
	
.slider-btn {
	width: 40px;
	height: 40px;
}

#slider-l_btn {
	left: 51px;
	top: 589px;
	background: url(../images/larr.png) no-repeat 0 0;
}

#slider-r_btn {
	left: 161px;
	top: 589px;
	background: url(../images/rarr.png) no-repeat 0 0;
}

#slider-p_btn {
	left: 0px;
	top: 589px;
	background: url(../images/play.png) no-repeat 0 0;
}

#slider-title {
	top: 585px;
	left: 87px;
	/*font-size: 20px;*/
}