 /*===========RESET STYLE=========*/
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 RESET STYLE=======*/
/*==========AFTER RESET==========*/

h1 {
    font-family: AvantGardeCTT;
    color:  #5c9c27;
    font-size: 40px;
    font-weight: 700;
    line-height: 70.833px;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
}

h2 {
    font-family: AvantGardeCTT;
    color:  #5c9c27;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
}

h3 {
    font-family: AvantGardeCTT;
    color:  #5c9c27;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
}

h4 {
   font-family: AvantGardeCTT;
    color:  #5c9c27;
    font-size: 20px;
    font-weight: 400;
    line-height: 48px;
}

h5 {
    font-size: 14px;
    font-family: AvantGardeCTT;
    color:  #5c9c27;
    line-height: 1;
}

h6 {
    font-size: 10px;
    font-family: AvantGardeCTT;
    color:  #5c9c27;
    line-height: 1;
}

strong, b {
    font-weight: bold !important;
}

i, cite, em, var, address, dfn {
    font-style: italic;
}

u, ins {
    text-decoration: underline;
}

s, strike, del {
    text-decoration: line-through;
}

sub {
    vertical-align: sub;
    font-size: smaller;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

ol {
    display: block;
    list-style-type: decimal;
    counter-reset: list 0;
    padding: 0;
    margin: 10px 0 10px 0;
}

li {
    list-style-type: none;
    font-family: times new roman,times,serif;
    line-height: 1.385;
    text-align: left;
	margin-left: 13px;
	padding: 2px 14px;
	font-size: 26px;
}

ol li:before {
    counter-increment: list;
    content: counter(list) ". ";
    color: #71a747;
	font-weight: 600;
	position: absolute;
	position: relative;
         left: -3px;
}

ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}

a:-webkit-any-link {
    color: -webkit-link;
    text-decoration: underline;
/*    cursor: auto;*/
}

img {
    border: 0;
    max-width: 100%;
    vertical-align: top;
}

table {
    display: table;
    border-collapse: collapse;
    border-spacing: 0px;
    border-color: grey;
    margin: 20px 0 20px 0;
}

address, dfn {
    font-style: italic;
}

/*========END AFTER RESET========*/  

@font-face {
    font-family: AvantGardeCTT;
    src: url(/fonts/avantgardectt.ttf);
} 

@font-face {
    font-family: Tahoma;
    src: url(/fonts/Tahoma.ttf);
} 

.header{
    width: 100%;
    height: 650px;
    background: url(/images/central-picture.png) no-repeat;
    -webkit-background-size: 100% 100%;
    min-width: 1275px;
}

.header-2{
    width: 100%;
    height: 180px;
    background: url(/images/central-picture.png) no-repeat;
    min-width: 1275px;
    background-size: cover;
}

.header-up{
    width: 100%;
    height: 180px;
    background-color:  rgba(0, 0, 0, 0.3);
}

.header-up-content{
    margin: 0 auto;
    width: 1275px;
    height: 180px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-logo{
    width: 310px;
    height: 100px;
    float: left;
}

.header-logo > a{
    text-decoration: none;
    font-family: AvantGardeCTT;
    color:  #fdf4a1;
    font-size: 40px;
    font-weight: 700;
    line-height: 70.833px;
} 

.header-logo > a > span{
    position: relative;
    top: 17px;
    left: 10px;
}

.header-menu{
    width: 620px;
    height: 18px;
    text-align: center;
}

.header-menu > li{
    display: inline-block;
    line-height: unset;
}

.header-menu > li:nth-child(2){
    margin-left: 88px;
    margin-right: 88px;
}

.header-menu > li > a{
    text-decoration: none;
    font-family: AvantGardeCTT;
    color:  #ffffff;
    font-size: 24px;
    font-weight: 700;
}

.header-menu > li > a:hover{
    color:  #fdf4a1;
    text-decoration: underline;
}

.header-menu > li.active a{
	color:  #fdf4a1;
}

.header-contacts{
    width: 307px;
    height: 129px;
    text-align: right;
}

.hc-name{
    font-family: AvantGardeCTT;
    color:  #fdf4a1;
    font-size: 14px;
    font-weight: 700;
}

.hc-content{
    font-family: AvantGardeCTT;
    color:  #ffffff;
    font-size: 14px;
    font-weight: 700;
}

.hc-content > a{
	text-decoration: none;
	font-family: AvantGardeCTT;
    color:  #ffffff;
    font-size: 14px;
    font-weight: 700;
}

.header-contacts > p{
    line-height: 15px;
}

.central-line{
    position: relative;
    min-width: 1275px;
    padding-bottom: 50px;
}

.central-line-content{
    background: url(/images/central-line-group_02.png);
    background-position: center;
    height: 134px;
    position: absolute;
    bottom: -7px;
    width: 100%;
}

.middle{
    margin: 0 auto;
    width: 1275px;
}

.middle-pictures{
    text-align: center;
    margin: 0;
    padding: 0;
    margin-bottom: 45px;
}

.middle-pictures > li{
    display: inline-block;
    width: 421px;
    height: 285px;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}

.middle-pictures > li:nth-child(1){
    background: url(/images/middle-image-1.png) no-repeat;
}

.middle-pictures > li:nth-child(2){
    background: url(/images/middle-image-2.png) no-repeat;
}

.middle-pictures > li:nth-child(3){
    background: url(/images/middle-image-3.png) no-repeat;
}

.mp-content{
    background-color:  rgba(0, 0, 0, 0.5);
    width: 400px;
    height: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; 
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.mp-content> a > p{
    font-family: AvantGardeCTT;
    color:  #ffffff;
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
    
}

.mp-content > a{
    text-decoration: none;
}

.middle-content{
    width: 1255px;
    margin: 0 auto;
    margin-top: 25px;
    display: inline-block;
    min-height: calc(100vh - 529px);
}

.middle-content > p {
    font-family: times new roman,times,serif;
    color: #303130;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 20px;
    text-align: justify;
}

.middle-content > ul{
	padding:0; /* Удаляем  установленное по умолчанию левое поле*/
    list-style:none;
}

.middle-content > ul > li{
	font-family: Tahoma;
	color:  #000000;
	font-size: 20px;
	font-weight: 400;
	line-height: 18px;
	position: relative;
    margin: 0 0 6px 28px;
    padding: 2px 14px;
}

.middle-content  > ul > li:before{
    content: "⚫";
    counter-increment: li;
    position: absolute;
    top: 2px;
    left: -16px;
    width: 32px;
    color: #5c9c27;
    font-weight: bold;
    text-align: center;
    height: 24.2px;
    font-size: 15px;
    padding-top: 0px;
    padding-bottom: 8px;
}






.middle-content table { 
		width: 100%; 
/*		border-collapse: inherit;*/
	}
	/* Zebra striping */
	tr:nth-child(2n+1){ 
		background:  #ffffff;
	}
	tr:nth-child(2n){ 
		background:   #ffffff;
	}
	th { 
border-style: solid;
border-width: 1px;
border-color:  #f2f5f7;
box-sizing: border-box;
	background-color:  #4a725b;
	}
	td, th { 
		padding: 6px; 
		border: 3px solid #f2f5f7;
	}

	tbody{
		border: 20px solid #f2f5f7;
		border-top: 27px solid #f2f5f7;
	}
	thead{
		border-right: 19px solid #4a725b;
		border-left: 19px solid #4a725b;
		border-top: 4px solid #4a725b;
	}

	thead > th{
		border-bottom: 30px solid #f2f5f7;
	}



.footer-line{
    position: relative;
    min-width: 1275px;
    padding-top: 95px;
}

.footer-line-content{
    background: url(/images/footer-line-group.png);
    background-position: center;
    height: 132px;
    position: absolute;
    bottom: -59px;
    width: 100%;
    background-position-y: -107px;
}

.footer{
    width: 100%;
    height: 229px;  
    background: url(/images/footer-2.png) no-repeat;
    -webkit-background-size: 100% 100%;
    min-width: 1275px;
    display: inline-block;
    
}

.footer-content{
    height: 129px;
    width: 1255px;
    padding: 0;
    margin: 0 auto;
    margin-top: 63px;
    text-align: center;
}

.footer-content > li{
    display: inline-block;
    vertical-align: middle;
}

.footer-content > li:nth-child(1){
    margin: 0;
    padding: 0;
    margin-right: 50px;
    margin-top: 50px;
}

.partner{
    margin-top: 2px;
}

.footer-content > li:nth-child(1) > a{
   font-family: AvantGardeCTT;
    color:  #f5e85c;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    text-align: left; 
    text-decoration: none;
}

.footer-content > li:nth-child(2){
    width: 153px;
    text-align: center;
    margin-left: 170px;
    margin-right: 171px;
}

.footer-content > li:nth-child(2) > a{
    font-family: AvantGardeCTT;
    color:  #f5e85c;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none
}

.footer-content > li:nth-child(3){
    width: 307px;
    height: 129px;
    text-align: right;
}

.fc-name{
    font-family: AvantGardeCTT;
    color:  #fdf4a1;
    font-size: 14px;
    font-weight: 700;
}

.fc-content{
    font-family: AvantGardeCTT;
    color:  #ffffff;
    font-size: 14px;
    font-weight: 700;
}

.fc-content > a{
	font-family: AvantGardeCTT;
    color:  #ffffff;
    font-size: 14px;
    font-weight: 700;
	text-decoration: none;
}

.breadcrumbs{
    width: 1000px;
    height: auto;
    line-height: 37px;
    font-size: 23px;
    margin-bottom: 27px;
    top: 182px;
}
.breadcrumbs a{
	color: #ca7b01;
	text-decoration: none;
	display: inline-block;
}

.breadcrumbs a:hover{
	color: #ffcc99;
}

.breadcrumbs > span{
	color: #ca7b01;
	text-decoration: none;
}

.breadcrumbs > span:last-child{
	color: #ca7b01;
	text-decoration: underline;
}

.error, span.required, .errorMessage{
	color: #840202;
}
.errorMessage{
	font-size: 11px;
}
.clear{
	clear: both;
}
.row {
	padding: 2px 0;
}
.row input{
	width: 100%;
	height: 30px;
	margin: 5px 0;
}
.row textarea{
	width: 100%;
}

.loginform, .feedbackform{
	width: 40%;
    margin: 0 auto;
    margin-top: 20px;
    z-index: 9;
    position: relative;
}

.formname{
	    margin-bottom: 20px;
}

.formname > a{
	margin-bottom: 20px;
	font-family: AvantGardeCTT;
    color:  #5c9c27;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
	text-decoration: none;
}

#scrollup {
    display: none;
    position: fixed;
    cursor: pointer;
/*    margin: 0 0 0 1206px;*/
    bottom: 165px;
    right: 5%;
/*    background-color: #3f902b;*/
    background: url(/images/up-arrow-2.png) no-repeat;
    width: 73px;
    height: 87px;
    background-size: 73px 87px;
    z-index: 9999;
}