/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

@font-face {
    font-family: Nautilus; /* Гарнитура шрифта */
    src: url(../fonts/Nautilus.otf); /* Путь к файлу со шрифтом */
   }

@font-face {
    font-family: Pattaya-Regular; /* Гарнитура шрифта */
    src: url(../fonts/Pattaya-Regular.ttf); /* Путь к файлу со шрифтом */
   }

@font-face {
    font-family: Rubrica; /* Гарнитура шрифта */
    src: url(../fonts/a_RubricaXtCn_Italic.ttf); /* Путь к файлу со шрифтом */
   }

@font-face {
    font-family: Monotype-Corsiva; /* Гарнитура шрифта */
    src: url(../fonts/Monotype_Corsiva_Regular.ttf); /* Путь к файлу со шрифтом */
   }

@font-face {
    font-family: Olietta; /* Гарнитура шрифта */
    src: url(../fonts/Olietta_BoldItalic.ttf); /* Путь к файлу со шрифтом */
   }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}

body {
	position: relative;
	z-index: 0;
	background: #fff url(../images/bg.jpg) no-repeat fixed;
	background-size: cover;
	font: 16px Arial, sans-serif;
	
}

* {
    box-sizing: border-box; /* Ширина блока с полями */
}

b {
	font-weight: bold;
}

i {
	font-style: italic;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

sup {
	font-size: 60%;
	vertical-align: super;
}

sub {
	font-size: 60%;
	vertical-align: sub;
}

.clear {
	clear: both;
}

.clr {
	clear: both;
}

.wrap-bg {
	overflow: hidden;
	width: 100%;
	background-color: rgba(230, 230, 230, .9);
	box-shadow: 0px 0px 40px -4px #000;
    margin: 0px auto;
}

.wrapper {
	position: relative;
	width: 980px;
	margin: 0 auto;
}

/* Top-Line
-----------------------------------------------------------------------------*/
.top-line {
	height: 80px;
	position: fixed;
	top: 0;
	z-index: 5;
	width: 100%;
	background-color: rgba(96, 183, 233, .9);
	border-bottom: 2px solid #4293DE;
	box-shadow: 0px 8px 30px -8px #000, 0px -8px 12px -4px #4293DE inset;
	padding-bottom: 20px;
}

.top-menu {
	position: relative;
	width: 830px;
	height: 80px;
	margin: auto;
}

.logo {
	overflow: hidden;
	width: 200px;
	height: 150px;
	position: absolute;
	top: 45px;
	left: -95px;
	z-index: 6;
}

.top-menu li {
	display: block;
	float: left;
}

.top-menu li a {
	display: block;
	color: #387196;
	font: 30px Rubrica;
	font-style: italic;
	font-weight: bold;
    text-decoration: none;
	text-shadow: -1px 1px 0px #d3ebfb;
	margin: 20px 15px 0;
}

.top-menu li a:hover {
	color: #54aee9; /*
	text-shadow: -1px 1px 0px #4b4b4b; */
}

.top-butt {
	overflow: hidden;
	width: 50px;
	height: 240px;
	position: fixed;
	right: 0;
	top: 30%;
	z-index: 6;
	cursor: pointer;
}

.top-butt a {
	display: block;
	overflow: hidden;
	width: 50px;
	height: 240px;
	background: url(../images/r-butt-1.png) no-repeat;
    transition: 0.5s ease-out; /* Переход */
}

.top-butt a:hover {
	background: url(../images/r-butt-2.png);
}

.butt {
	overflow: hidden;
	width: 230px;
	height: 42px;
	margin: 40px auto;
	cursor: pointer;
}

.butt a {
	display: block;
	float: left;
	width: 230px;
	color: #103648;
	background: url(../images/bg-butt-1.png) repeat-x;
	font: 16px Arial, sans-serif;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	text-shadow: -1px 1px 0px #dadada;
	text-align: center;
	border: 2px #103648 solid;
	border-radius: 21px;
    transition: 0.5s ease-out; /* Переход */
	padding: 10px;
	margin: auto;
}

.butt a:hover {
	color: #e6e6e6;
	background: url(../images/bg-butt-2.png) repeat-x;
	text-shadow: none;
	
}

.top-phone {
	float: right;
	width: 230px;
	color: #646464;
	font: 18px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	padding: 10px 0 0;
}

.top-phone img {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	margin: 2px 5px 0;
}

.adress {
	float: right;
	width: 230px;
	color: #646464;
	font: 16px Arial, sans-serif;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	padding-top: 12px;
}

.top-line-under {
	position: relative;
	overflow: hidden;
	width: 980px;
	height: 62px;
	margin: auto;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
	position: relative;
	width: 100%;
	min-height: 700px;
	color: #000;margin-bottom: 50px;
	padding-top: 250px;
}

.header-txt {
	display: block;
	width: 980px;
	border: 2px solid #60B0E6;
	border-radius: 30px;
	background-color: rgba(237,242,247, .8);
	box-shadow: 0px 0px 30px -3px #000, 0px 0px 30px 2px #4293DE inset;
    font-family: Olietta;
	font-size: 80px;
	text-align: center;
	text-shadow: -2px 2px 1px #4b4b4b;
	margin: auto;
	padding: 25px 0;
}

.header p {
	display: block;
	width: 980px;
	text-align: center;
	font: 26px Arial, sans-serif;
	font-style: italic;
	font-weight: bold;
	text-shadow: -2px 2px 1px #4b4b4b;
	margin: 20px auto;
}

.box-zakaz {
	overflow: hidden;
	width: 700px;
	border: 2px solid #60B0E6;
	border-radius: 15px;
	background-color: rgba(247,252,255, .8);
	margin: 20px auto;
	padding: 20px;
}

.box-zakaz span {
	display: block;
    font: 30px Pattaya-Regular;
	text-shadow: -1px 1px 1px #4b4b4b;
	text-align: left;
}

.box-manager img {
	display: block;
	float: left;
    width: 328px;
	padding: 64px;
}

.box-zakaz p {
	display: block;
	float: right;
    width: 328px;
	font: 20px Arial, sans-serif;
	font-style: italic;
	font-weight: bold;
	text-shadow: none;
	padding: 9px 5px;
}

.box-zakaz-bott {
	width: 490px;
	text-align: center;
	margin: 0px auto;
}

.box-zakaz-bott img {
	height: 36px;
}

.box-zakaz-bott p {
	display: block;
    width: 230px;
	font: 24px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	text-shadow: -1px 1px 1px #4b4b4b;
}

.wrapper span {
	display: block;
	width: 100%;
	font: 70px Olietta;
	text-shadow: -2px 2px 1px #4b4b4b;
    margin: 40px 0 5px 50px;
}

/* KMR
-----------------------------------------------------------------------------*/

.kmr-left {
	float: left;
	overflow: hidden;
	width: 340px;
	height: 580px;
	background: url(../images/bg-kmr-left.png);
	background-position: center;
	border-bottom: 3px solid #52677C;
}

.kmr-right {
	float: right;
	overflow: hidden;
	width: 640px;
	height: 580px;
	font: 24px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	text-shadow: -1px 1px 1px #4b4b4b;
	border-bottom: 3px solid #52677C;
	padding: 30px;
}

.kmr-right ol {
	list-style: decimal;
	padding-left: 20px;
}

.kmr-right li {
	padding-left: 20px;
	margin: 40px 0px;
}

.kmr-right a {
	text-decoration: none;
	color: #a80d11;
	cursor: pointer;
}

.kmr-right a:hover {
	color: #ed1c24;
}

/* Partner
-----------------------------------------------------------------------------*/

.partner {
	width: 960px;
}

.partner span {
	display: block;
    font: 35px Pattaya-Regular;
	text-shadow: -1px 1px 1px #4b4b4b;
	text-align: center;
	margin: 50px auto 20px;
}

.partner img {
	float: left;
	height: 60px;
    margin: 20px 30px;
}

.talk {
	overflow: hidden;
	width: 960px;
	text-align: center;
	margin: 70px auto 40px;
}

.talk span {
	display: block;
    font: 30px Pattaya-Regular;
	text-shadow: -1px 1px 1px #4b4b4b;
	margin: 50px auto 20px;
}

.box-talk {
	overflow: hidden;
	float: left;
	width: 200px;
	margin: 10px 20px 10px;
}

.talk img {
	display: block;
	width: 180px;
	border-radius: 90px;
    box-shadow: 0 0 15px 1px #595959;
    margin: 10px auto;
}

.talk p {
	font: 18px Arial, sans-serif;
	font-weight: bold;
	font-style: italic;
}

/* Middle
-----------------------------------------------------------------------------*/

.short-top {
	overflow: hidden;
	float: left;
	width: 310px;
	height: 420px;
	font-size: 18px;
	margin: 8px;
	text-align: center;
	padding: 10px 0 20px;
}

.short-top-2 {
	overflow: hidden;
	float: left;
	width: 310px;
	height: 370px;
	font-size: 18px;
	margin: 8px;
	text-align: center;
	padding: 10px 0 20px;
}

.short-top-img {
	overflow: hidden;
	width: 300px;
	height:200px;
	border-radius: 5px;
    box-shadow: 0 0 15px -1px #595959;
	margin: 5px;
}

.short-top img {
	width: 300px;
}

.short-top-2 img {
	width: 300px;
}

.short-top h2, .short-top-2 h2 {
    height: 73px;
    font: 30px Pattaya-Regular;
	text-shadow: -1px 1px 1px #4b4b4b;
	line-height: 29px;
    padding-bottom: 15px;
}

.short-top p {
     width: 200px;
	font: 18px Arial, sans-serif;
	font-style: italic;
	margin: auto;
	padding: 0px 0px 8px;
}

.readmore-st {
	width: 130px;
    margin: 0px auto;
}

.readmore-st a {
	display: block;
	color: #4B89C1;
	text-decoration: none;
	background-color: rgba(75,137,193, .1);
	border: 2px #4B89C1 solid;
	border-radius: 5px;
	padding:  5px;
    transition: 0.5s ease-out; /* Переход */
}

.readmore-st a:hover {
	color: #fff;
	background: #4B89C1;
}

/*---===---*/

.short {
	float: left;
	position: relative;
	overflow: hidden;
	width: 480px;
	height: 320px;
	border-radius: 10px;
    box-shadow: 0 0 6px 3px #595959;
	margin: 5px;
}

.short img {
	display: block;
	width: 480px;
}

.short-in {
	position: absolute;
	overflow: hidden;
	width: 480px;
	height: 320px;
	background-color: rgba(0, 0, 0, .6);
	text-align: center;
    box-sizing: border-box; /* Ширина блока с полями */
	top: 0;
	color: #dadada;/
	font: 16px Arial, sans-serif;
	padding: 20px;
}

.short-in a {
	color: #FFA900;
    text-decoration: none;
	font-style: italic;
}

.short-in a:hover {
	color: #fed482;
}

.short-in h2, .short-in h2  a {
	color: #FFA900;
	font: 22px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
    text-decoration: none;
}

.short-in h2  a:hover {
	color: #FFA900;
	text-shadow: 0 0 2px #ffce6f;
}

.readmore {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

.readmore a {
	display: block;
	color: #FFA900;
	text-decoration: none;
	border: 2px #FFA900 solid;
	border-radius: 3px;
	padding:  5px;
}

.readmore a:hover {
	color: #fff;
	background: #FFA900;
}

/* Navigation
-----------------------------------------------------------------------------*/

.navigation, .nextprev, .nextprev, .toptop {
	font: 18px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	text-shadow: -1px 1px 1px #000;
}

.navigation {
	padding: 0 0 10px 20px;
}

.nextprev, .nextprev {
	padding: 0 0 20px 20px;
}

.navigation a, .nextprev a, .nextprev a, .toptop a {
	color: #818181;
	text-decoration: none;
}

.navigation a:hover, .nextprev a:hover, .nextprev a:hover, .toptop a:hover {
	color: #c1c1c1;
}

/* First Menu
-----------------------------------------------------------------------------*/

.first-menu {
	overflow: hidden;
	width: 980px;
	background-color: rgba(75,137,193, .1);
	text-align: center;
	border: 1px solid #60B0E6;
	border-radius: 5px;
	margin: 50px auto 60px;
}

.first-menu ul {
	display: block;
	float: left;
	width: 320px;
	margin: 20px auto;
}

.first-menu li a {
	text-decoration: none;
	color: #4B89C1;
	font: 16px Arial, sans-serif;
	font-style: italic;
	text-shadow: -1px 1px 1px #fff;
}

.first-menu li a:hover {
	color: #60B0E6;
}

/* Content
-----------------------------------------------------------------------------*/

.content {
	float: left;
    box-sizing: border-box; /* Ширина блока с полями */
	width: 650px;
	padding: 15px;
}

.full {
	float: left;
	width: 100%;
	font: 16px Arial, sans-serif;
	color: #303030;
}

.full span {
	display: inline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	margin: 0;
}

.full h1, .r-sb span, .rel span {
	color: #4b4b4b;
	font: 24px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	text-shadow: -1px 1px 1px #212121;
}

.full p {
	padding: 5px;
}

.full img {
	display: block;
	width: 100%;
	box-shadow: 0px 0px 5px 2px #818181;
	margin: 15px 0;
}

.full h2, h3 {
	font: 18px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #4b4b4b;
	text-shadow: -1px 1px 1px #818181;
	padding: 20px 15px 10px;
}

.full a, .rel-block a, .top-news a {
	text-decoration: none;
	color: #818181;
	text-shadow: -1px 1px 1px #000;
}

.full a:hover, .rel-block a:hover, .top-news a:hover {
	color: #000;
	text-shadow: -1px 1px 1px #818181;
}

.full ul li {
    list-style: circle;
	font-style: italic;
	margin: 5px 20px 5px 30px;
}

.full ol li {
    list-style: decimal;
	font-style: italic;
	margin: 5px 20px 5px 30px;
}

.rel {
	float: left;
    box-sizing: border-box; /* Ширина блока с полями */
	width: 100%;
	color: #303030;
	margin-top: 50px;
}

.rel-block, .top-news {
	float: left;
	overflow: hidden;
	width: 300px;
	height: 265px;
	text-align: center;
	margin: 20px 5px 5px;
}

.rel-block-img, .top-news-img {
	overflow: hidden;
	width: 300px;
	height: 200px;
}

.rel-block-img img, .top-news-img img {
	width: 300px;
}

.rel-block span {
	font-size: 18px;
	margin: 5px auto;
}

.top-news span {
	margin: 5px auto;
}

.r-sb {
	float: right;
	min-height: 400px;
	width: 330px;
	padding: 15px;
}

.arhiv {
	float: left;
	width: 300px;
	min-height: 200px;
	border: 1px #26AD5E solid;
	border-radius: 5px;
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
	padding: 20px;
}

.arhiv a {
	color: #303030;
	font-style: italic;
	text-decoration: none;
}

.arhiv a:hover {
	color: #595959;
}

.tags {
	float: left;
	width: 300px;
	min-height: 200px;
	border: 1px #26AD5E solid;
	border-radius: 5px;
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
	padding: 20px;
}

.tags span {
	display: inline;
	margin: 0px 3px;
}

.tags a {
	font-size: 16px;
	color: #303030;
	font-style: italic;
	text-decoration: none;
}

.tags a:hover {
	color: #595959;
}

.top-news span {
	font: 18px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}

/* Navigation
-----------------------------------------------------------------------------*/

.navigation, .nextprev, .nextprev, .toptop {
	font: 18px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	text-shadow: -1px 1px 1px #000;
}

.navigation, .nextprev, .nextprev, .toptop {
	padding: 0 0 10px 20px;
}

.navigation span, .nextprev span, .nextprev span, .toptop span {
	display: inline;
	font: 18px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	text-shadow: -1px 1px 1px #000;
	margin: 0px;
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
	overflow: hidden;
	width: 100%;
}

.footer-bott {
	overflow: hidden;
	position: relative;
	width: 100%;
	background-color: rgba(96, 183, 233, .9);
	border-top: 2px solid #4293DE;
	box-shadow: 0px -8px 30px -8px #000, 0px 8px 12px -4px #4293DE inset;
	color: #e6e6e6;
}

.footer-bott-in {
	overflow: hidden;
	width: 980px;
	text-align: center;
	margin: 20px auto;
}

.footer-bott a {
	text-decoration: none;
	color: #c1c1c1;
	text-shadow: -1px 1px 1px #cdcdcd;
}

.footer-bott a:hover {
	text-shadow: none;
}
