﻿/* Устройства с шириной от 1366px до 1679px (hd-мониторы) - начало медиазапроса */

@media only screen and (min-width: 1366px) and (max-width: 1679px) {

body {
background-image: url(/fg_brand/images/bg_green_forest_1920.jpg);
background-position: center;
background-attachment: fixed;
background-size: cover;
background-repeat: no-repeat;
overflow-x: hidden;
width: 100%;
min-width: 1366px;
max-width: 1679px;
}

header {
width: 100%;
height: 315px;
margin-left: 10%;
margin-right: 10%;
padding: 0;
overflow: hidden;
}

/* НАЧАЛО ОСНОВНОЙ ЦВЕТОВОЙ СХЕМЫ САЙТА */

.navi {width: 80%;
height: 45px;
margin: 0 px;
padding: 0 px;
list-style-type: none;
text-align: center;
vertical-align: middle;
outline: 1px solid #42613A;
background-color: #42613A
}

.sidebar {
width: 20%;
height: auto;
float: left;	
background-color: #FFFFFF;
background-image: url(/fg_brand/images/scroll_texture.jpeg);
background-repeat: repeat;
background-size: auto;
}

.sidebar_top {
height: 40px;
background-color: #42613A;
font-family: 'AA American Captain', sans-serif;
font-size: 28px;
text-align: center;
vertical-align: middle;
color: #ffd700;
padding-top: 2px;
-webkit-box-shadow: 1px 2px 6px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    1px 2px 6px 0px rgba(50, 50, 50, 0.75);
box-shadow:         1px 2px 6px 0px rgba(50, 50, 50, 0.75);
}

.sidebar_top a {
color: #ffd700;
text-decoration: none;
}

.sidebar_top a:link {
color: #ffd700;
text-decoration: none;
}

.sidebar_top a:visited {
color: #ffd700;
text-decoration: none;
}

/* КОНЕЦ ОСНОВНОЙ ЦВЕТОВОЙ СХЕМЫ САЙТА */

.navi > ul {
padding-top: 10px;
margin: 0;
}

.navi > ul > li {
display: inline;
padding-left: 20px;
padding-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
margin: 0;
font-weight: bold;
font-family: Garamond, serif;
font-size: 13px;
/* font-size: 10pt; */ /* Изначальный параметр, сделавший это меню таким охуенным. Это важно! */
letter-spacing: 4px;
color: #ffd700;
border-right: 1px inset #ffd700;
}

.navi > ul > li:last-child {
border-right: 0px inset #ffd700;
}

.navi > ul > li:hover {
background-color: #A25840;}

.navi > ul > li > a:link {
text-decoration: none;
color: #ffd700;
}

.navi > ul > li > a:active {
color: #ffd700;
}

.navi > ul > li > a:visited {
color: #ffd700;
}

.navi > ul > li > a:hover {
}

.top {width: 80%;
/* height: 270px; */
height: 315px;
margin: 0 px;
padding: 0 px;
overflow: hidden;
background-color: black;
outline: 1px solid #42613A;
position: relative; /* Положение элемента устанавливается относительно его исходного места. */
background-image: url(/fg_brand/images/header_legends1.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}

.site_name {
position: absolute;
width: 19%;
height: 312px;
left: 0%;
top: -2%;
color: #ffd700;
background-color: rgba(00, 00, 00, 0.2); /* background-color: #42613A; #ffd700; */
font-family: 'AA American Captain', sans-serif;
font-weight: bold;
font-size: 220px;
text-align: center;
vertical-align: middle;
opacity: 0.9;
text-shadow: 4px 4px 2px #42613A;
text-shadow: 
		-0   -1px 2px #000000,
		 0   -1px 2px #000000,
		-0    1px 2px #000000,
		 0    1px 2px #000000,
		-1px -0   2px #000000,
		 1px -0   2px #000000,
		-1px  0   2px #000000,
		 1px  0   2px #000000,
		-1px -1px 2px #000000,
		 1px -1px 2px #000000,
		-1px  1px 2px #000000,
		 1px  1px 2px #000000,
		-1px -1px 2px #000000,
		 1px -1px 2px #000000,
		-1px  1px 2px #000000,
		 1px  1px 2px #000000;
/*-webkit-border-radius: 200px 200px 200px 200px;
border-radius: 200px 200px 200px 200px;*/
/*-webkit-border-radius: 0 0 1000px 0;
border-radius: 0 0 1000px 0;*/
/*-webkit-border-radius: 0 0 300px 0;
border-radius: 0 0 300px 0;*/
}

.site_name > a {
display: block;
text-decoration: none;
color: #FFE140;
}

.tagline {
position: absolute;
/*display: none;*/
width: 11%;
left: 4%;
top: 70%;
color: #ffd700;
font-family: 'PT Sans', sans-serif;
font-size: 13px;
text-align: center;
vertical-align: middle;
/*text-shadow: 4px 4px 2px #42613A;*/
text-shadow: 
		-0   -1px 2px #000000,
		 0   -1px 2px #000000,
		-0    1px 2px #000000,
		 0    1px 2px #000000,
		-1px -0   2px #000000,
		 1px -0   2px #000000,
		-1px  0   2px #000000,
		 1px  0   2px #000000,
		-1px -1px 2px #000000,
		 1px -1px 2px #000000,
		-1px  1px 2px #000000,
		 1px  1px 2px #000000,
		-1px -1px 2px #000000,
		 1px -1px 2px #000000,
		-1px  1px 2px #000000,
		 1px  1px 2px #000000;
		 border-bottom: 1px dashed #ffd700;
}

.top > form {
position: absolute;
width: 14%;
height: 40px;
left: 80%;
top: 10%;
/* left: 79%;
top: 15%; */ 
border: 0px solid #42613A;
}

.input1 {
width: 100%;
background: #ebebeb;
height: 100%;
-webkit-border-radius: 5px 0 0 5px;
border-radius: 5px 0 0 5px;
border: 0px solid #42613A;
padding-left: 7px;
font-size: 12px;
-webkit-box-shadow: 6px 6px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    6px 6px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow:         6px 6px 5px 0px rgba(50, 50, 50, 0.75);
text-align: left;
vertical-align: middle;
}

.input2 {
position: absolute;
top: 0%;
left: 100%;
background: #7BA7AB;
width: 60px;
height: 100%;
cursor: pointer;
background: #42613A;
border: 0px solid #42613A;
font-family: 'PT Sans', sans-serif;
font-size: 15px;
text-align: center;
vertical-align: middle;
color: #ffd700;
-webkit-border-radius: 0 5px 5px 0;
border-radius: 0 5px 5px 0;
-webkit-box-shadow: 6px 6px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    6px 6px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow:         6px 6px 5px 0px rgba(50, 50, 50, 0.75);
}

.choice {
position: absolute;
height: 27px;
width: 40%;
left: 30%;
right: 30%;
top: 243px;
background-color: #42613A;
opacity: 0.9;
-webkit-border-radius: 90px 90px 0 0;
border-radius: 90px 90px 0 0;
border: 1px dotted #ffd700;
}

.choice > ul {
width: 100%;
overflow: hidden;
text-align: center;
vertical-align: middle;
list-style-type: none;
}

.choice > ul > li {
display: inline;
margin-left: 4%;
color: #ffd700;
font-size: 21px;
/* font-size: 16pt; */ /* Изначальное значение макета. Это важно! */
font-family: 'AA American Captain', sans-serif;
text-align: center;
vertical-align: middle;
}

.choice > ul > li:hover{
outline: 1px dotted #ffd700;
}

.choice > ul > li:hover > a:hover {
background-color: #ffd700;
color: #42613A;
outline: 1px dotted #42613A;
}

.choice > ul > li > a {
color: #ffd700;
}

.choice > ul > li > a:link {
text-decoration: none;
color: #ffd700;
}

.choice > ul > li > a:visited {
color: #ffd700;
}


.choice > ul > li > a > img {
margin-right: 5px;
text-align: center;
vertical-align: middle;
width: 20px;
height: 20px;
}

.sidebar_content {
padding-top: 14px;
padding-bottom: 9px;
margin-bottom: 10px;
font-size: 17px;
/* font-size: 14pt; */ /* Изначальное значение макета. Это важно! */
font-family: 'PT Sans', sans-serif;
font-weight: bold;
line-height: 1.5;
}

.uMenuV > ul {
padding-top: 10px;
padding-left: 10px;
list-style-type: none;
}

.uMenuV > ul > li {
position: relative;
padding-bottom: 3px;
}

/* 2 уровень - начало */

.uMenuV ul li ul {
positon: absolute;
display: none;
font-size: 14px;
font-family: 'PT Sans', sans-serif;
color: #42613A;
text-align: center;
vertical-align: middle;
background-color: #ffd700;
list-style-type: none;
}

.uMenuV ul li:hover ul {
position: absolute;
display: block;
left: 79%;
top: 8%;
width: 200px;
height: auto;
border: 1px solid #42613A;
}

.uMenuV ul li ul li {
position: relative;
}

.uMenuV ul li ul li a {
color: #42613A;
}

/* 2 уровень  - конец */

/* 3 уровень - начало */

.uMenuV ul li ul li ul {
positon: absolute;
display: none;
}

.uMenuV ul li:hover ul li ul {
positon: absolute;
display: none;
}

.uMenuV ul li ul li:hover ul {
position: absolute;
display: block;
left: 100%;
top: 0%;
width: 200px;
height: auto;
border: 1px solid #42613A;
}

/* 3 уровень - конец */

/* 4 уровень - начало */

.uMenuV ul li ul li ul li ul {
positon: absolute;
display: none;
}

.uMenuV ul li ul li:hover ul li ul {
positon: absolute;
display: none;
}

.uMenuV ul li ul li ul li:hover ul {
position: absolute;
display: block;
left: 100%;
top: 0%;
width: 200px;
height: auto;
border: 1px solid #42613A;
}

/* 4 уровень - конец */

/* 5 уровень - начало */

.uMenuV ul li ul li ul li ul li ul {
positon: absolute;
display: none;
}

.uMenuV ul li ul li ul li:hover ul li ul {
positon: absolute;
display: none;
}

.uMenuV ul li ul li ul li ul li:hover ul {
position: absolute;
display: block;
left: 100%;
top: 0%;
width: 200px;
height: auto;
border: 1px solid #42613A;
}

/* 5 уровень - конец */

.uMenuV > ul > li > a {
color: #42613A;
border-bottom: 2px dotted #42613A;
}

.uMenuV > ul > li:hover > a:hover {
color: #42613A;
background-color: #ffd700;
}

.uMenuV > ul > li > a:link {
text-decoration: none;
color: #42613A;
}

.uMenuV > ul > li > a:visited {
color: #42613A;
}

.page {
width: 80%;
height: auto;
overflow: hidden;
margin-left: 10%;
margin-right: 10%;
padding: 0;
background-color: white;
outline: 2px solid #42613A;
}

.content {
float: left;
width: 76%;
height: inherit;
padding-top: 25px;
padding-left: 2%;
padding-right: 2%;
text-align: justify;
font-family: Arial, sans-serif; 
font-size: 16px;
line-height: 2;
text-indent: 30px;
}

.content > ul, ol {
list-style-position: inside;
}

footer {
width: 80%;
height: 320px;
clear: both;
padding: 0;
margin-left: 10%;
margin-right: 10%;
margin-bottom: 0%;
background-color: #42613A;
border: 2px solid #42613A;
font-size: 13px;
font-family: 'PT Sans', sans-serif;
font-weight: bold;
color: #ffd700;
}

.foot1 {
width: 25%;
float: left;
height: 190px;
padding-top: 10px;
padding-bottom: 30px;
padding-left: 5%;
border-bottom: 1px dotted #ffd700;
}

.foot1 > ul {
list-style-type: none;
}

.foot1 > ul > li:first-child {
margin-bottom: 15px;
}

.foot1 > ul > li > a {
color: #ffd700;
border-bottom: 1px dotted  #ffd700;
}

.foot1 > ul > li:hover > a:hover {
color: #ffd700;
}

.foot1 > ul > li > a:link {
text-decoration: none;
color: #ffd700;
}

.foot1 > ul > li > a:visited {
color: #ffd700;
}

.foot2 {
width: 25%;
float: left;
height: 190px;
padding-top: 10px;
padding-bottom: 30px;
padding-left: 5%;
border-left: 1px dotted #ffd700;
border-bottom: 1px dotted #ffd700;
}

.foot2 > ul {
list-style-type: none;
}

.foot2 > ul > li:first-child {
margin-bottom: 15px;
}

.foot2 > ul > li > a {
color: #ffd700;
border-bottom: 1px dotted  #ffd700;
}

.foot2 > ul > li:hover > a:hover {
color: #ffd700;
}

.foot2 > ul > li > a:link {
text-decoration: none;
color: #ffd700;
}

.foot2 > ul > li > a:visited {
color: #ffd700;
}

.foot3 {
width: 20%;
float: left;
height: 190px;
padding-top: 10px;
padding-bottom: 30px;
padding-left: 5%;
border-left: 1px dotted #ffd700;
border-right: 1px dotted #ffd700;
border-bottom: 1px dotted #ffd700;
overflow: hidden;
}

.foot4 {
width: 9%;
float: left;
height: 190px;
padding-top: 10px;
padding-bottom: 30px;
padding-left: 5%;
border-bottom: 1px dotted #ffd700;
}

.foot5 {
width: 100%;
margin-top: 22%;
font-size: 12px;
/* font-size: 8pt;*/ /* Изначальное значение макета для foot5 и foot6. Это важно! */
text-align: center;
vertical-align: middle;
}

.foot5 > a {
color: #ffd700;
border-bottom: 1px dotted  #ffd700;
}

.foot5 > a:hover {
color: #ffd700;
}

.foot5 > a:link {
text-decoration: none;
color: #ffd700;
}

.foot5 > a:visited {
color: #ffd700;
}

.foot6 {
/*position: absolute;
top: 80%;*/
width: 100%;
padding: 5px;
font-size: 12px;
text-align: center;
vertical-align: middle;
}

.foot6 > a {
color: #ffd700;
border-bottom: 1px dotted  #ffd700;
}

.foot6 > a:hover {
color: #ffd700;
}

.foot6 > a:link {
text-decoration: none;
color: #ffd700;
}

.foot6 > a:visited {
color: #ffd700;
}

h1 {font-size: 30px;}

h2 {font-size: 24px;}

h3 {font-size: 16px;}

h4 {font-size: 12px;}

/* ВИД МАТЕРИАЛОВ В РАЗНЫХ МОДУЛЯХ - НАЧАЛО */

.material_preview {
clear: both;
width: 100%;
height: auto;
margin-bottom: 10px;
font-weight: bold;
font-family: 'PT Sans', serif;
overflow: hidden;
}

.material_name {
width: 100%;
height: 40px;
font-size: 20px;
font-weight: bold;
color: #ffd700; 
text-align: center; 
vertical-align: middle;
background-color: #42613A
background-repeat: repeat-x;
border: 1px dashed #ffd700;
-webkit-box-shadow: 2px 2px 1px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow: 2px 2px 1px 0px rgba(50, 50, 50, 0.75);
box-shadow: 2px 2px 1px 0px rgba(50, 50, 50, 0.75);
overflow: hidden;
}

.material_colcontainer {
width: 100%;
height: auto;
border: 1px solid #42613A;
background-image: url(/fg_brand/images/scroll_texture.jpeg);
overflow: hidden;
}

.material_leftcol {
width: 20%;
height: 100%;
float: left;
}

.material_leftcol p {
display: block;
width: 93%;
padding: 2px;
border-bottom: 1px dashed #42613A;
overflow: hidden;
font-size: 12px;
color: #42613A; 
text-align: left;
}

.material_leftcol p a {
color: #42613A;
border-bottom: 1px dashed #42613A;
overflow: hidden;
}

.material_rightcol {
width: 80%;
height: 100%;
margin-left: 20%;
background-color: white;
font-size: 14px;
overflow: hidden;
}

.material_rightcol > p > a {
width: 100%;
height: 100%;
padding: 0;
margin: 0;
text-align: center;
vertical-align: middle;
overflow: hidden;
}

.material_rightcol > p > a > img {
width: auto;
height: auto;
text-align: center;
vertical-align: middle;
-webkit-box-shadow: 3px 3px 3px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow: 3px 3px 3px 0px rgba(50, 50, 50, 0.75);
box-shadow: 3px 3px 3px 0px rgba(50, 50, 50, 0.75);
overflow: hidden;
}

/* ВИД МАТЕРИАЛОВ В РАЗНЫХ МОДУЛЯХ - КОНЕЦ */

/* БЛОК КАТЕГОРИЙ В РАЗНЫХ МОДУЛЯХ - НАЧАЛО */

.catsTable {
height: auto;
padding-top: 10px;
padding-bottom: 9px;
padding-left: 10px;
margin-bottom: 8px;
overflow: hidden;
font-size: 19px;
font-family: 'PT Sans', sans-serif;
font-weight: bold;
line-height: 1.5;
color: #42613A; 
}

.catsTd {
width: 100%;
}

.catName {
font-size: 19px;
color: #42613A; 
}

.catName > a {
color: #42613A;
text-decoration: none;
border-bottom: 1px dotted  #42613A;
}

.catName > a:link {
color: #42613A;
text-decoration: none;
}

.catName > a:visited {
color: #42613A;
text-decoration: none;
}

.catNumData {
font-size: 14px;
}

.catDescr {
font-size: 12px;
}

/* БЛОК КАТЕГОРИЙ В РАЗНЫХ МОДУЛЯХ - КОНЕЦ */

}

/* Устройства с шириной от 1366px до 1679px (hd-мониторы) - конец медиазапроса */