@charset "utf-8";
/* Простой «резиновый» носитель
   Примечание. Для «резинового» носителя требуется удалить атрибуты высоты и ширины из HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
@font-face {
    font-family: Philosopher; /* Гарнитура шрифта */
    src: url(font/Philosopher-Regular.ttf); /* Путь к файлу со шрифтом */
   }
@font-face {
    font-family: noto-sans; /* Гарнитура шрифта */
    src: url(font/noto-sans-display-condensed.ttf); /* Путь к файлу со шрифтом */
   }
@font-face {
    font-family: cuprum-bold; /* Гарнитура шрифта */
    src: url(font/cuprum-bold.ttf); /* Путь к файлу со шрифтом */
   }
@font-face {
    font-family: ek-mukta; /* Гарнитура шрифта */
    src: url(font/ek-mukta-semibold.ttf); /* Путь к файлу со шрифтом */
   }
img, object, embed, video {
	max-width: 100%;
}
/* IE6 не поддерживает атрибут max-width, поэтому по умолчанию используется ширина 100 % */
.ie6 img {
	width:100%;
}
body {
	background: 
	conic-gradient(at 0% 10%, #393f78 30%, #020226 20%, #020226 30%);
	min-height: 100vh;
}
.texts{
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
}


li {
	list-style-type: none;
}

.button {
	display:block;
	float: none;
	margin: 0 auto;
	height: 30px;
	padding-top: 10px;
	text-align:left;
	vertical-align: middle;
	margin-top: -20px;
}
a.bt:link {
	display:block;
	width: 194px;
	text-decoration: none;
	text-align:center;
	font-family: "Courier New", Courier, monospace;
	font-size: 15px;
	color: #fff;
	height: 28px;
}
a.bt:visited {
	display:block;
	width: 194px;
	text-decoration: none;
	text-align:center;
	font-family: "Courier New", Courier, monospace;
	font-size: 15px;
	color: #fff;
	height: 28px;
	}
a.bt:hover, a.bt:active, a.bt:focus { 
    font-weight:bold;
    display:block;
	width: 194px;
	text-decoration: none;
	text-align:center;
	font-family: "Courier New", Courier, monospace;
	font-size: 15px;
	color: #f4df54;
	height: 28px;
	text-shadow: 0 1px 0 #000;
}
#md{
	text-align: center;
	font-size: 14px;
	font-family:"Arial";
	color: #fff;
}
a.mus:link {
	text-align: center;
	font-size: 14px;
	font-family:"Arial";
	color: #fff;
	text-decoration: none;
}
a.mus:visited {
	text-align: center;
	font-size: 14px;
	font-family:"Arial";
	color: #fff;
	text-decoration: none;
	}
a.mus:hover, a.mus:active, a.mus:focus { 
   text-align: center;
	font-size: 14px;
	font-family:"Arial";
	color: #FC6;
	text-decoration: underline;
}
/*
	Свойства Dreamweaver Fluid Grid
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Вдохновлено книгой «Отзывчивый веб-дизайн» (Responsive Web Design) Итана Маркота (Ethan Marcote) 
	http://www.alistapart.com/articles/responsive-wb-design
	
	и системой Golden Grid Джони Корпи (Joni Korpi)e
	http://goldengridsystem.com/
*/

/* Мобильный макет: 480 пикс. и меньше. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
	min-height: 100vh;
	max-width: 480px;
}
#LayoutDiv1 {
	clear: both;
	float: none;
	margin: 5px;
	width: 100%;
	display: block;
		
}
#LayoutDiv15 {
    float: none;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-top: -60px;
}
	
#LayoutDiv16 {
	float: none;
	margin-left: 10;
	width: 90%;
	text-align: center;
	display: block;
	padding-top: 0px;
}

#txt{
	text-align:center;
	font-size: 24px;
	font-family: "noto-sans";
	color: #d6ede0;
	font-weight: bold;
	text-shadow: 0 1px 0 #000;
	margin-top: 0px;
}

#tlt{
	text-align: center;
	font-size: 30px;
	font-family:"ek-mukta";
	color: #c98451;
	text-shadow: 0 2px 2px #171432;
	font-weight: normal;
	margin-top: 0px;
}
#tlz{
	text-align:center;
	font-size: 36px;
	font-family: "noto-sans";
	margin-top: 0px;
	color: #fffbf8;
	margin-top: -20px;
}
.footer {
	margin-left: 5;
	float: none;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px; 
	clear:both;
	position: fixed; bottom: 0;
	  }

/* Макет для планшета: 481–768 пикс. Наследует стили от мобильного макета. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	max-width: 768px;
	min-height: 100vh;	
}
body {
	background: 
	conic-gradient(at 0% 10%, #393f78 30%, #020226 30%, #020226 65%);
	height: 100%;
	min-height: 100vh;
}
#LayoutDiv1 {
	clear: both;
	float: none;
	margin-left: 0;
	width: 80%;
	display: block;
	min-height: 100vh;
}
#LayoutDiv15 {
    float: none;
	margin: 2%;
	width: 90%;
	display: block;
	padding-top: -40px;
	clear:both;
}
	
#LayoutDiv16 {
	float: none;
	margin-left: 0;
	width: 100%;
	text-align: center;
	display: block;
	padding-top: 8px;
	clear:both;
}
#txt{
	text-align: center;
	font-size: 25px;
	font-family: "noto-sans";
	color: #d6ede0;
	font-weight: bold;
	text-shadow: 0 1px 0 #000;
	margin-top: -30px;
}

#tlt{
	text-align: center;
	font-size: 38px;
	font-family:"ek-mukta";
	color: #c98451;
	text-shadow: 0 1px 1px #171432;
	font-weight: normal;
	margin-top: 10px;
}
#tlz{
	text-align: center;
	font-size: 36px;
	font-family: "noto-sans";
	margin-top: -10px;
	color: #fffbf8;
}
li {
	list-style-type: none;
}
	
.button {
	display:block;
	float: none;
	margin: 0 auto;
	height: 30px;
	padding-top: 10px;
	text-align:left;
	vertical-align: middle;
	margin-top: -10px;
}
a.bt:link {
	display:block;
	width: 194px;
	text-decoration: none;
	text-align:center;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #fff;
	height: 28px;
}
a.bt:visited {
	display:block;
	width: 194px;
	text-decoration: none;
	text-align:center;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #fff;
	height: 28px;
	}
a.bt:hover, a.bt:active, a.bt:focus { 
    font-weight:bold;
    display:block;
	width: 194px;
	text-decoration: none;
	text-align:center;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #f4df54;
	height: 28px;
	text-shadow: 0 1px 0 #000;
}
}

/* Макет для настольного компьютера: 769–1024 пикс. (максимум). Наследует стили от мобильного макета и макета для планшета. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.2%;
	max-width: 1024px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
	height: 100%;
	min-height: 100vh;
	
	}
	body {
	background: 
	conic-gradient(at 0% 10%, #393f78 30%, #020226 30%, #020226 65%);
	height: 100%;
}
#LayoutDiv16 {
	float: left;
	width: 40%;
	display: inline-block;
	overflow: hidden;
	position: absolute;
	top: 20px;
    left: 20px;
		}
#LayoutDiv15 {
    float: right;
	margin-right: 0px;
	width: 60%;
	overflow: hidden;
	display: inline-block;
	position: relative;
	top: 20px;
    }

#LayoutDiv1 {
	clear: both;
	float: none;
	margin-left: 120px;
	width: 80%;
}
#txt{
	text-align:right;
	font-size: 32px;
    font-family: "noto-sans";
	color: #d6ede0;
	font-weight: bold;
	text-shadow: 0 1px 0 #000;
	margin-top: -2px;
}

#tlt{
	text-align:right;
	font-size: 44px;
	font-family:"ek-mukta";
	color: #c98451;
	text-shadow: 2px 1px 2px #171432;
	font-weight: normal;
	margin-top: -2px;
}
#tlz{
	text-align:right;
	font-size: 40px;
	font-family: "noto-sans";
	margin-top: -20px;
	color: #b1c4d0;
}

li {
	list-style-type: none;
}
.footer {
	margin-left: 25px;
	float: none;
	text-align: left;
	clear: both;
	  }

	
	/* Макет для настольного компьютера: 1024–1366 пикс. (максимум). Наследует стили от мобильного макета и макета для планшета. */

@media only screen and (min-width: 1024px) {
.gridContainer {
	width: 88.2%;
	max-width: 1366px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
	height: 100%;
	min-height: 100vh;
}
	body {
	background: 
	conic-gradient(at 0% 10%, #393f78 30%, #020226 30%, #020226 65%);
	height: 100%;
}
#LayoutDiv16 {
	float: left;
	width: 40%;
	display: inline-block;
	overflow: hidden;
	position: absolute;
	top: 30px;
    left: 50px;
		}
#LayoutDiv15 {
    float: right;
	margin-right: 0px;
	width: 60%;
	overflow: hidden;
	display: inline-block;
	position: relative;
	top: 30px;
    }
#LayoutDiv1 {
	clear: both;
	float: none;
	margin-left: 120px;
	width: 80%;
}
#txt{
	text-align:right;
	font-size: 38px;
    font-family: "noto-sans";
	color: #d6ede0;
	font-weight: bold;
	text-shadow: 0 1px 0 #000;
	margin-top: -2px;
}

#tlt{
	text-align:right;
	font-size: 60px;
	font-family:"ek-mukta";
	color: #c98451;
	text-shadow: 2px 1px 2px #171432;
	font-weight: normal;
	margin-top: -2px;
}
#tlz{
	text-align:right;
	font-size: 50px;
	font-family: "noto-sans";
	margin-top: -2px;
	color: #b1c4d0;
}

li {
	list-style-type: none;
}
.footer {
	margin-left: 25px;
	float: none;
	text-align: left;
	clear: both;
	  }
.button {
	display:block;
	background-color: #50487e;
	float: left;
	height: 30px;
	padding-top: 10px;
	text-align:left;
	font-family: "Courier New", Courier, monospace;
	font-size: 17px;
	color: #fff;
	font-weight: bold;
	vertical-align: middle;
	margin-top: -5px;
}
a.bt:link {
	display:block;
	width: 194px;
	text-decoration: none;
	text-align:center;
	font-family: "Courier New", Courier, monospace;
	font-size: 17px;
	color: #fff;
	height: 28px;
}
a.bt:visited {
	display:block;
	width: 194px;
	text-decoration: none;
	text-align:center;
	font-family: "Courier New", Courier, monospace;
	font-size: 17px;
	color: #fff;
	height: 28px;
	}
a.bt:hover, a.bt:active, a.bt:focus { 
    font-weight:bold;
    display:block;
	width: 194px;
	text-decoration: none;
	text-align:center;
	font-family: "Courier New", Courier, monospace;
	font-size: 17px;
	color: #F0CEA8;
	height: 28px;
	text-shadow: 0 1px 0 #000;
}
/* Макет для настольного компьютера: 1366–1600 пикс. (максимум). Наследует стили от мобильного макета и макета для планшета. */

@media only screen and (min-width: 1367px) {
.gridContainer {
	width: 88.2%;
	max-width: 1366px;
	padding-left: 2%;
	padding-right: 2%;
	margin: auto;
	height: 100%;
	min-height: 100vh;
}
	body {
	background: 
	conic-gradient(at 0% 10%, #393f78 30%, #020226 30%, #020226 65%);
	height: 100%;
}
#LayoutDiv16 {
	float: left;
	width: 40%;
	display: inline-block;
	overflow: hidden;
	position: absolute;
	top: 50px;
    left: 80px;
		}
#LayoutDiv15 {
    float: right;
	margin-right: 0px;
	width: 60%;
	overflow: hidden;
	display: inline-block;
	position: relative;
	top: 50px;
    }
#LayoutDiv1 {
	clear: both;
	float: none;
	margin-left: 120px;
	width: 80%;
}
#txt{
	text-align:right;
	font-size: 38px;
    font-family: "noto-sans";
	color: #d6ede0;
	font-weight: bold;
	text-shadow: 0 1px 0 #000;
	margin-top: -2px;
}

#tlt{
	text-align:right;
	font-size: 67px;
	font-family:"ek-mukta";
	color: #c98451;
	text-shadow: 2px 1px 2px #171432;
	font-weight: normal;
	margin-top: -2px;
}
#tlz{
	text-align:right;
	font-size: 50px;
	font-family: "noto-sans";
	margin-top: -2px;
	color: #b1c4d0;
}

li {
	list-style-type: none;
}
.footer {
	margin-left: 25px;
	float: none;
	text-align: left;
	clear: both;
	  }
.button {
	display:block;
	background-color: #50487e;
	float: left;
	height: 30px;
	padding-top: 10px;
	text-align:left;
	font-family: "Courier New", Courier, monospace;
	font-size: 17px;
	color: #fff;
	font-weight: bold;
	vertical-align: middle;
	margin-top: -5px;
}
a.bt:link {
	display:block;
	width: 194px;
	text-decoration: none;
	text-align:center;
	font-family: "Courier New", Courier, monospace;
	font-size: 17px;
	color: #fff;
	height: 28px;
}
a.bt:visited {
	display:block;
	width: 194px;
	text-decoration: none;
	text-align:center;
	font-family: "Courier New", Courier, monospace;
	font-size: 17px;
	color: #fff;
	height: 28px;
	}
a.bt:hover, a.bt:active, a.bt:focus { 
    font-weight:bold;
    display:block;
	width: 194px;
	text-decoration: none;
	text-align:center;
	font-family: "Courier New", Courier, monospace;
	font-size: 17px;
	color: #F0CEA8;
	height: 28px;
	text-shadow: 0 1px 0 #000;
}