
/* 
   fortunawork
   2022 - 2023
   caala-Huambo
*/

/* fonts */

@font-face {font-family: "merri"; src: url("fonts/MerriweatherSans-VariableFont_wght.ttf");}
@font-face {font-family: "cormorant"; src: url("fonts/CormorantGaramond-Regular.ttf");}
@font-face {font-family: "cormorant-b"; src: url("fonts/CormorantGaramond-Bold.ttf");}
@font-face{font-family: "ani"; src: url("fonts/ani.ttf");}



/* reset */

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}



/* start */

body {color: #333; font: 300 12pt 'merri'; line-height: 25px;}

.margin {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	font: 800 24pt "merri";
	margin-bottom: 25px;
}

h2 {
	font: 800 20pt "merri";
	margin-bottom: 25px;
}

h3 {
	font: 800 16pt "merri";
	margin-bottom: 22px;
}

h4 {
	font: bold 14pt "merri";
	margin-bottom: 20px;
}

p {
	margin-bottom: 10px;
}

a {
	text-decoration: none;
	color: #004015;
}

a:hover {
	color: #006020;
}

a:active {
	color: #eba300;
}

li {
	list-style: none;
	margin-bottom: 10px;
}

a[disabled="disabled"] {
	color: gray;
    pointer-events: none;
}




/* components */

.btn-orange {
	background: #eba300;
	color: #fff;
	padding: 15px 30px;
	border-radius: 30px;

	text-transform: uppercase;
	transition: .3s;
	box-shadow: 0 0 5px #666;
	
	border: none;
	cursor: pointer;
}

.btn-orange:hover {
	background: orangered;
	color: #fff;
}

.btn-orange-more {
	padding: 20px 25px;
	border-radius: 0 30px 30px;
	font-size: 16pt;
	text-transform: lowercase;
	background: #fa561b;
	color: #ffcebc;
	padding: 20px 40px;
	margin: 5px;
}

.btn-green-gray {
	background: #88a692;
	color: #31553d;
	padding: 15px 30px;
	border-radius: 30px;

	text-transform: uppercase;
	transition: .3s;
	box-shadow: 0 0 5px #666;
}

.btn-green-gray:hover {
	background: #bdf7d0;
	color: #121613;
}

.btn-line-oranged  {
	color: #ff5b1d;
	padding: 10px 20px;
	border: solid 1px #ff5b1d;

	font: 400 16pt 'cormorant';
	text-transform: uppercase;
	transition: .3s;
}

.btn-line-oranged:hover  {
	color: #ffc8b4;
	border: solid 1px #ffc8b4;
}

.btn-no-line {
	color: #5bfe91;
	padding: 10px 20px;

	font: 400 16pt 'cormorant';
	text-transform: uppercase;
	transition: .3s;
}

.btn-no-line:hover {
	color: #fff;
}

.btn-green {
	background: #004015;
	color: #fff;
	padding: 15px 30px;
	border-radius: 30px;

	text-transform: uppercase;
	transition: .3s;
}

.btn-green:hover {
	background: #006020;
	color: #fff;
}

section {
	margin-bottom: 50px;
	overflow: auto;
}

.title > h1 {
	font: 800 24pt 'merri';
	text-transform: uppercase;
	margin-bottom: 5px;
}

.title > p {
	color: #666;
	margin-bottom: 30px;
}

.title-yellow h2 {
    font: bold 18pt "cormorant-b";
    color: #eba300;
    text-shadow: 0 0 1px #949494;
    margin-bottom: 5px;
}

.title-yellow h2,
.title-yellow h3 {
	text-align: center;	
}

.t-left h2,
.t-left h3 {
	text-align: left;
}

.t-center {
	text-align: center;
}

.title-master {
	clear: both;
	display: block;
	text-align: left;
	margin-bottom: 40px;
}

.title-master h1 {
    font: bold 18pt "cormorant-b";
    color: #eba300;
    text-shadow: 0 0 1px #949494;
    margin-bottom: 5px;
}

.title-master h2 {
    font-size: 24pt;
	text-transform: uppercase;
}

.separator {
	border-bottom: 1px solid #ccc;
}

.hack,
.hack a {
	color: #6e8675;
}

.hack a:hover {
	color: #004015;
}

.hack span {
	font-family: "ani";
}

.danger {
    color: #900;
}

.pemphase,
.pemphase14 {
	color: #004015;
}

.pemphase14 {
	font-size: 14pt;
}

.blink {
	animation: blink 1s ease infinite;
	background: #004015;
}

@keyframes blink {
	0% {
		background: #fff;
		box-shadow: 0 0 0 #fff;
	} 100% {
		background: #004015;
		box-shadow: 0 0 10px #6ba57d;
	}
}

.tab-simple {
	width: 100%;
}

.tab-simple tr td {
	border: 1px solid #ddd;
	padding: 5px;
	vertical-align: top;
	text-align: center;
}

.tab-simple.clean tr td {
	border: none;
	padding: 0;
	vertical-align: top;
	text-align: left;
}

.tab-simple.clean tr td {
	float: right;
	width: 100%;
	margin-bottom: 30px;
}

.emphase-p {
	font: normal 24pt 'cormorant';
}

.emphase-p.right-side {
	text-align: right;
	clear: both;
}


/* list */
.default-list li::before {
    content: '•';
    text-shadow: 0 0 3px #004015;
    color: #004015;
    margin-right: 10px;
}

/*  */
.two-block div {
	width: 49%;
	display: inline-block;
}

.two-block.rightb div:last-child {
	text-align: right;
}

.two-block.rightb div:last-child a {
	font-size: 18pt;
}

.two-block.rightb div:last-child span {
	font-size: 10pt;
	color: #ccc;
}

.two-block.rightb div:last-child form {
	display: inline-block;
	padding: 0;
	margin: 0;
}

.two-block.rightb div:last-child button {
	background: none;
	border: none;
	color: #004015;
	font-size: 18pt;
	padding: 0;
	margin: 0;
}



/* 
*
*    coding ...
*/

/* header */ 

header {
	background-color: #566f5e;
	position: relative;
	/*  overflow: hidden;	*/
	height: 650px;               /* alterar */
	margin-bottom: 50px;
}

header .top {
	padding: 0 5% 0;
	overflow: auto;
}

header .top .logo {
	width: 130px;
	float: left;
}

header .top h1:first-child {
	padding-top: 30px;
}

header .top h1:last-child {
	display: none;               /* alterar */
}

header .top .alt-logo {
	display: block;
	height: 40px;
	width: 110px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;

	text-decoration: none;
	text-align: center;
	font-size: 12pt;
	font-weight: 400;
	padding: 8px 5px 5px;
	margin-top: 45px;

	box-shadow: 0 0 3px #333;
	text-shadow: 0 0 3px #333;
	transition: .3s;
}

header .top .alt-logo:hover {
	color: #daca0a;
	border: 1px solid #daca0a;
}

header .separator {
	margin-left: 45%;
	margin-top: -70px;
}

header nav #menu,
header nav #submenu-fca,
header nav #lb-user,
header nav #lb-search,
header nav #a-panel-link {
	display: none;
}

header nav .menu-btn {
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	padding-top: 10px;
	color: #666;
	border: 1px solid #ccc;
	background: rgba(255,255,255,0.4);
	border-radius: 3px;
	
	float: right;
	cursor: pointer;
    position: fixed;
    top: 30px;
    right: 5%;
    z-index: 2001;
	transition: .5s;
}

header nav > label:hover {
	background: #fff;
	box-shadow: 0 0 3px #566f5e;
	color: #006d24;
	border: 1px solid #fff;
}

header nav > label:active {
	box-shadow: 0 0 3px #eba300;
}

header #menu + ul {
    width: 100vw;
    z-index: 2000;
	background: #006d24;
	text-align: center;

	padding: 100px 5% 0;
	position: fixed;
	top: -200vh;
    left: 0;
    overflow-y: scroll;
	transition: ease-in-out;
}

header #menu + ul li {
	transform: translateX(-20px);
	transition: .3s;
}

header #menu:checked + ul {
    top: 0;
    height: 100vh;
}

header #menu:checked + ul li {
    transform: translateX(0);
}

header nav ul li a {
	display: block;
	font-size: 16pt;
	padding: 0 10px 5px;
	color: #5bfe91;
	transition: 3.s;
}

header nav ul li a:hover {
	color: #fff;
}

header nav ul li a:active {
	color: #eba300;
}

header nav li button {
	margin-top: 30px;
	border: none;
	cursor: pointer;
}

/* .fca */
header nav li label[for=submenu-fca] {
	font-size: 15pt;
	margin: 0 0 -10px;
}

header nav li label {
	font-size: 18pt;
	padding: 10px;
	color: #5bfe91;

	cursor: pointer;
}

header nav li label:hover {
	color: #fff;
}

header nav li label:active {
	color: #eba300;
}

header nav .submenu-back {
	text-align: left;
	margin: 30px 0 5px;
}

header nav .submenu-back button {
	font: normal 16pt 'ani';
	color: #566f5e;
	background: #fff;
	padding: 0 10px 2px;
}



header nav li #submenu-fca + div {
	width: 100vw;
	height: 105vh;
	text-align: center;
	background-color: #fff;
	padding: 10px 5%;
	position: fixed;
    z-index: 2005;
	top: -600vh;
	left: -6%;
	overflow-y: scroll;
}

header nav li #submenu-fca:checked + div {
	top: -52vh;
}

header nav li #submenu-fca + div ul {
	transform: translateX(-20px);
	transition: .3s;
}

header nav li #submenu-fca:checked + div ul {
	transform: translateX(0);
}

header nav li > div ul {
	margin-bottom: 15px;
	padding-bottom: 8px;
	border-bottom: 1px solid #5bfe91;
}

header nav li > div h2 {
	font: normal 14pt 'merri';
	line-height: 20px;
	text-transform: uppercase;
	color: #006d24;
	margin-bottom: 10px;
}

header nav li > div .no-mobile {
	display: none;
}

header nav li > div li {
	margin-bottom: 10px;
}

header nav li > div li a {
	font-size: 12pt;
	line-height: 20px;
	color: #004015;
	padding: 0;
	border: none;
}

header nav li > div li a:hover {
	color: #006020;
	border: none;
}

header nav .btn-user label button {
	background: none;
}

/* login search */

.close-pop {
	width: 86%;
	margin-left: auto;
	margin-right: auto;
	height: 60px;

	padding: 0;
	text-align: left;
}

.close-pop button {
	border: none;
	background: none;
	color: #70c78d;

	cursor: pointer;
	transition: .3s;
}

.close-pop button:hover {
	color: #004015;
}

.close-pop button span {
	font-size: 22pt;
}

header nav .btn-user label button,
header nav .btn-search label button {
	background: #eba300;
	padding: 10px 20px;
	border: none;
	border-radius: 30px;
	color: #333;
	font: normal 12pt 'merri';
	margin: 0 0 -10px;

	transition: .3s;
}

header nav .btn-user label button:hover,
header nav .btn-search label button:hover {
	background: #fff;
}

header nav .btn-user #form-login,
header nav .btn-search #form-search {
	background: #b0feca;
	position: absolute;
	width: 100%;
	transition: .3s;
}

header nav .btn-user #form-login h1 {
	font-size: 18pt;
	clear: both;
}

header nav .btn-user #form-login h1 .typcn {
	color: #333;
}

header nav .btn-user #form-login .error-msg {
	color: red;
	display: none;
}

header nav .btn-user #form-login label,
header nav .btn-search #form-search label {
	display: none;
	visibility: visible;
}

header nav .btn-user #form-login input,
header nav .btn-user #form-login button,
header nav .btn-search #form-search input {
	font-size: 12pt;
	margin-bottom: 10px;
	border: none;
}

header nav .btn-user #form-login input,
header nav .btn-search #form-search input {
	padding: 10px;
	width: 80%;
	background: none;
	border-bottom: 1px solid #4a815c;
	color: #006d24;
    box-sizing: border-box;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
}

header nav .btn-user #form-login input:focus,
header nav .btn-search #form-search input:focus {
    border-bottom: 2px solid #00bd3d;
}

header nav .btn-user #form-login input + span {
	font-size: 14pt;
	color: #009230;
}

header nav .btn-user #form-login .btn-orange,
header nav .btn-user #form-login .btn-green {
	padding: 15px 20px 15px;
	margin: 20px 10px 0 0;
}

header nav .btn-user #form-login .btn-orange .typcn,
header nav .btn-user #form-login .btn-green .typcn {
	color: #fff;
	font-size: 12pt;
}

header nav .btn-user #form-login p a {
	margin-top: 15px;
	font-size: 10pt;
	color: #5bfe91;
}

header nav .btn-user #form-login p:hover a {
	color: #009230;
}







header nav #lb-user + #form-login {
	width: 100vw;
	height: 105vh;
	position: fixed;
	z-index: 2500;
	top: -400vh;
	left: -8vw;
	overflow-y: scroll;
}

header nav #lb-user:checked + #form-login {
	top: -55vh;
}

header nav #lb-user + #form-login div {
	transform: translateY(-20px);
	transition: .3s;
}

header nav #lb-user:checked + #form-login div {
	transform: translateY(0);
}

/*  */
header nav .btn-search label button::before {
	display: block;
	content: url('../image/appimg/search-solid.svg');
	width: 20px;
	transform: rotate(-90deg);
	float: left;
	
    filter: grayscale(100%);
    filter: opacity(0.6);
    transition: .3s;
}

header nav .btn-search label:hover button::before {	
    filter: grayscale(0);
    filter: opacity(.9);
}

header nav .btn-search #form-search {
	padding: 40px 20px;
	width: 125%;
	color: #8a8a0b;
}







header nav #lb-search + #form-search {
	width: 100vw;
	height: 105vh;
	position: fixed;
    z-index: 3000;
	top: -200vh;
	left: -5vw;
}

header nav #lb-search:checked + #form-search {
	top: -70vh;
}

header nav .btn-search #form-search input {
	width: 80%;
	text-align: center;
	font: 300 14pt 'merri';
}

header nav .btn-search #form-search button {
	background: none;
	border: none;
	cursor: pointer;
	padding: 5px;
	border-radius: 30px;
	transition: .5s;
}

header nav .btn-search #form-search button:hover {
	background: #5bfe91;
}

header nav .btn-search #form-search button:active {
	background: orange;
}

header nav .btn-search #form-search p {
	color: #5bfe91;
	text-align: left;
	margin-left: 8%;
}

header .banner .bann-emph {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: 10px;
	background: #f3ff0c;
	border-radius: 50%;
	box-shadow: 0 0 15px #fff;

	animation: blink .5s infinite;
}

@keyframes blink {
	0% {opacity: 1;}
	25% {opacity: 0.5;}
	50% {opacity: 0.7;}
	75% {opacity: 1;}
	100% {opacity: 1;}
}






/*  comunicate  */
main .content .comunicate {
	margin-bottom: 30px;
	display: none;      /* alterar com js */
}

main .content .comunicate h2 {
    font-size: 20pt;
	margin: 10px 0;
	display: none;
}

main .content .comunicate li {
    background: #ffd8d1;
    color: #fe2d00;
    font: normal 16pt "cormorant-b";
    padding: 10px 15px;
    border-radius: 5px;
}

main .content .comunicate li a {
    color: #a75d4c;
}

main .content .comunicate li a:hover {
    color: #fe2d00;
}

main .content-free {
    padding-top: 30px;
}

.content .local-search {
    width: 100%;
    border: 1px solid #009230;
    border-radius: 30px;
    padding: 17px 15px 12px;
    margin-bottom: 40px;
	overflow: auto;
}

main .content .local-search select {
    border: none;
    color: #006d24;
    background: none;
    font: 300 10pt 'merri';
    width: 100px;
	float: left;

    box-sizing: border-box;
    outline: none;
}

main .content .local-search input {
    border: none;
    border-left: 1px solid #00bd3d;
    padding-left: 8px;
    margin-left: 8px;
    font: 300 12pt 'merri';

    box-sizing: border-box;
    outline: none;
    width: 60%;
	float: left;
}

main .content .local-search button {
    border: none;
    background: none;
    width: 20px;
    margin-top: 2px;
    float: right;
}

main .content .local-search button img {
    width: 100%;
    transform: rotate(-90deg);
    
    filter: grayscale(100%);
    filter: opacity(0.4);
    transition: .3s;
    cursor: pointer;
}

main .content .local-search button:hover img {
    width: 100%;
    
    filter: opacity(0.8);
}






/* footer */

footer {
	clear: both;
}

footer .foo {
	position: relative;
	z-index: 10;
}

footer .map-contacts .map h1 {
	display: none;
}

footer .map-contacts .map {
	width: 100%;
	height: 300px;
	border-radius: 5px;
	background: #f1f1f1;
	box-shadow: 0 3px 10px #9c9c9c;
	overflow: hidden;
}

footer .map-contacts .description-map {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 10px 10px;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 3px 10px #9c9c9c;

	overflow: auto;
	position: relative;
	bottom: 60px;
	z-index: 1;
}

footer .map-contacts .description-map p {
	line-height: 15px;
}

footer .map-contacts .description-map .icon {
	width: 80px;
	height: 80px;
	margin-right: 10px;
	padding: 20px 0 0 17px;
	border-radius: 50%;
	color: white;
	font-size: 32pt;
	float: left;

	background: #00bd3d;
	background: linear-gradient(50deg, #00bd3d 30%, #daca0a 70%);
	background: -webkit-linear-gradient(50deg, #00bd3d 30%, #daca0a 70%); 
	background: -moz-linear-gradient(50deg, #00bd3d 30%, #daca0a 70%); 
	background: -o-linear-gradient(50deg, #00bd3d 30%, #daca0a 70%);
}

footer .map-contacts .description-map .label {
	margin-top: 15px;
}

footer .map-contacts .icon {
	width: 50px;
	height: 50px;
	margin-right: 10px;
	padding: 10px 0 0 13px;
	border-radius: 50%;
	color: white;
	font-size: 18pt;
	float: left;

	background: #00bd3d;
	background: linear-gradient(50deg, #00bd3d 30%, #daca0a 70%);
	background: -webkit-linear-gradient(50deg, #00bd3d 30%, #daca0a 70%); 
	background: -moz-linear-gradient(50deg, #00bd3d 30%, #daca0a 70%); 
	background: -o-linear-gradient(50deg, #00bd3d 30%, #daca0a 70%);
}

footer .map-contacts .contacts .icon {
	padding-top: 13px;
}

footer .map-contacts .label {
	width: 70%;
	float: left;
	margin-top: 5px;
}

footer .map-contacts h2 {
	font-size: 12pt;
	text-transform: uppercase;
	margin-bottom: 5px;
}

footer .map-contacts p {
	font-weight: 600;
	color: #009230;
}

footer .map-contacts .contacts {
	clear: both;
	margin: 100px 0 80px;

	width: 100%;
	padding: 40px 30px 30px;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 3px 10px #9c9c9c;
}

footer .map-contacts .contacts li {
	overflow: auto;
	margin-bottom: 15px;
}

footer .links-copyright {
	text-align: center;
	padding-bottom: 20px;
}

footer .links-copyright h1 {
	display: none;
}

footer .links li {
	display: inline-block;
}

footer .links li::before {
	content: '|';
	color: #2eaf6d;
	padding-left: 5px;
	padding-right: 5px;
}

footer .links li:last-child::after {
	content: '|';
	color: #2eaf6d;
	padding-left: 5px;
	padding-right: 5px;
}

footer .links a {
	color: #b0f5c8;
}

footer .links a:hover {
	color: #fff;
}

footer .sub-domains {
	margin: 30px 0 35px;
}

footer .sub-domains a {
	font-weight: 400;
}

footer .links-copyright p {
	font: 300 14pt 'cormorant';
	color: #fff;
}

/* curve background */
footer .curve-background {
	position: relative;
}

.custom-shape-divider {
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
	background: #566f5e;
}

.custom-shape-divider svg {
	position: relative;
	display: block;
	width: calc(300% + 1.3px);
	height: 700px;
}

.custom-shape-divider .shape-fill {
	fill: #FFFFFF;
}






@media(min-width: 450px) {

	header .separator {
		margin-left: 20%;
	}
}






@media(min-width: 600px) {
    main .content form {
        padding-left: 20px;
        padding-right: 25px;
    }

    .content form select {
        font-size: 12pt;
    }

	header nav li > div {
		width: 500px;
	}
	
	header nav li #submenu-fca:checked + div {
		right: -25%;
	}

	header nav .btn-user #form-login {
		width: 450px;
	}

	header nav .btn-user #lb-user + #form-login {
		right: 0;
	}

	header nav .btn-search #form-search input {
		width: 90%;
		text-align: center;
		font: 300 18pt 'merri';
	}

	/* tab-simple */
	.tab-simple tr td {
		padding: 15px;
		margin: 0 10px;
	}

	.tab-simple.clean tr td {
		float: none;
		width: auto;
		margin-bottom: 0;
	}
}






@media(min-width: 750px) {

    main .content .local-search {
        width: 500px;
        margin-left: auto;
        margin-right: auto;
    }


	header {
		height: 700px;
	}
	
	header nav li #submenu-fca:checked + div {
		right: -5%;
	}
}






@media(min-width: 1015px) {

	.margin {
		width: 92%;
	}

	header .top {
		overflow: visible;
		height: 200px;
		transition: .5s;
	}

	header .separator {
		margin-left: 200px;
		margin-top: -90px;
	}

	/*	manipalado por js  */
	header .fixTop {    
		position: fixed;
		width: 100%;
		height: 60px;
		top: 0;
		left: 0;
		z-index: 1000;

		padding-top: 0;
		background: rgba(65, 90, 73, 0.644);
	}

	header .fixTop h1 {   
		display: none;
	}

	header .fixTop .alt-logo {   
		margin-top: 10px;
	}

	header .fixTop h1:last-child {   
		display: block;
	}

	header .fixTop nav {   
		margin-top: 0;
	}

	header nav {
		width: 80%;
		margin-top: 30px;
		padding: 0;
		float: right;
		overflow-y: visible;
		position: relative;
	}

	header nav .menu-btn {
		display: none;
	}

	header #menu + ul {
		width: 100%;
		background: none;
		text-align: right;
		display: block;
		padding: 0;
	
		position: sticky;
		left: 0;
		z-index: 2000;
		overflow: visible;
	}

	header #menu + ul li li {
		transform: translateX(0);
	}

	header nav > ul li {
		display: inline-block;
	}

	header nav ul li a,
	header nav li label[for=submenu-fca] {
		display: inline;
		font-size: 11pt;
		font-weight: 600;
		text-transform: uppercase;
		color: #fff;
		text-shadow: 0 0 5px #121613;
		border-bottom: none;
	}

	header nav li label[for=submenu-fca] {
		margin: 0 0 -10px;
	}

	header nav ul li a:hover {
		color: #eba300;
		text-shadow: none;
		border-bottom: none;
	}

	header nav ul li a:active {
		color: #eba300;
		border-bottom: 1px solid #eba300;
	}

	header nav ul li .active {
		color: #eba300;
		border-bottom: 1px solid #eba300;
	}

	header nav li button {
		margin-top: 30px;
		border: none;
		cursor: pointer;
	}

	header nav .btn-search button:hover {
		background: orangered;
	}

	header nav .btn-search button:active {
		box-shadow: 0 0 5px #00bd3d;
	}



	header nav li #submenu-fca + div {
		text-align: center;
		background-color: #fff;
		padding-top: 20px;
		padding-left: 20px;
		position: absolute;
		top: -200vh;
		left: -600px;
		z-index: 9999;

		width: 700px;
		height: 350px;
		box-shadow: 0 0 5px #666;
		border-radius: 5px;
		text-align: left;
	}
	
	header nav li #submenu-fca:checked + div {
		top: 50px;
		overflow: visible;
	}

	header nav .submenu-back {
		display: none;
	}

	header nav li > div ul {
		margin-bottom: 30px;
		padding-bottom: 10px;
		border-bottom: none;

		width: 30%;
		margin: 5px;
		display: inline-block;
		vertical-align: top;
		overflow-y: visible;
	}

	header nav li label {
		display: block;
		font-size: 12pt;
		font-weight: 600;
		padding: 10px;
		color: #fff;
		border-bottom: none;
		transition: 3.s;

		cursor: pointer;
	}

	header nav li label:hover {
		color: #eba300;
		border-bottom: none;
	}

	header nav li label:active {
		color: pink;
		border-bottom: none;
	}

	header nav li > div h2 {
		font: normal 14pt 'merri';
		line-height: 20px;
		text-transform: uppercase;
		color: #006d24;
		margin-bottom: 15px;
	}

	header nav li > div li {
		margin-bottom: 5px;
		display: block;
	}

	header nav li > div .no-mobile {
		display: inline-block;
	}

	header nav li > div li a {
		font-size: 11pt;
		line-height: 20px;
		color: #00bd3d;
		text-shadow: none;
		text-transform: none;
		margin-bottom: 5px;
		padding: 0;
		border: none;
	}

	header nav li > div li a:hover {
		color: #009230;
		border: none;
	}

	header nav .btn-user #lb-user + #form-login {
		width: 450px;
		height: 450px;
		left: -50vw;
		right: 5%;
		z-index: 6; 
		overflow-y: visible;

		text-align: left;
		padding: 10px 20px;
		border-radius: 5px;
		box-shadow: 0 0 10px #666;
	}

	.close-pop {
		width: 100%;
		text-align: right;
	}

	header nav .btn-user #lb-user:checked + #form-login {
		top: 10px;
	}

	header nav .btn-user #form-login p {
		margin-top: 15px;
	}

	header nav .btn-user #form-login p a {
		font-size: 10pt;
		text-transform: none;
		font-weight: 300;
		color: #5bfe91;
		text-shadow: none;
	}
	


	/*  ctive-search  */

	header nav .btn-search label span::before {
		filter: opacity(0.6);
	}

	header nav .btn-search #form-search {
		right: 0;
		left: 0;
		padding: 40px 50px 40px 20px;
		width: 88%;
		text-align: center;
	}

	header nav .btn-search #form-search p {
		padding-left: 50px;
		text-align: left;
	}

	/* tab-simple */
	.tab-simple {
		width: 70%;
	}
}






@media(min-width: 1150px) {

	/**/
	footer .map-contacts .map {
		width: 62%;
		float: left;
		height: 450px;
		overflow: inherit;
	} 

	footer .map-contacts .description-map {
		bottom: 50px;
	}

	footer .map-contacts .contacts {
		clear: none;
		height: 450px;
		margin-top: 0;
		padding-right: 15px;

		width: 35%;
		float: right;
	} 

	footer .links-copyright {
		clear: both;
		padding-top: 50px;
	}
}






@media(min-width: 1500px) {
	/* .banner */
	header {
		height: 750px;
	}
} 






@media(min-width: 1700px) {

	.margin {
		width: 1500px;
	}
} 
