@charset "UTF-8";
html {
  color: rgb(0,0,0);
  font-size: 1.2em;
  line-height: 1.4; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }
	
	
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
  display: none !important; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

@media print {
  *,
  *:before,
  *:after,
  *:first-letter {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

html {
  width: 100%;
  height: 100%;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

body {
  width: 100%;
  min-height: 100%;
  margin: 0; }

main {
  display: block; }

*[hidden] {
  display: none !important; }

/* Animations */
html, body {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0; }

	
/**
* Styles for HTML elements
*/
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 3.11111em;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -0.02em;
  opacity: 0.54;
  font-size: 0.6em; }

h1 {
  font-size: 3.11111em;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -0.02em;
  margin-top: 24px;
  margin-bottom: 24px; }

h2 {
  font-size: 2.5em;
  font-weight: 400;
  line-height: 48px;
  margin-top: 24px;
  margin-bottom: 24px; }

h3 {
  font-size: 1.888888em;
  font-weight: 400;
  line-height: 40px;
  margin-top: 24px;
  margin-bottom: 24px; }

h4 {
  font-size: 1.333333em;
  font-weight: 400;
  line-height: 32px;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 24px;
  margin-bottom: 16px; }

h5 {
  font-size: 1.11111em;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-top: 24px;
  margin-bottom: 16px; }

h6 {
  font-size: .888888em;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.04em;
  margin-top: 24px;
  margin-bottom: 16px; }

p {
  font-size: 1em;
  font-weight: 400;
  margin-bottom: 16px; }


a {
  color: rgb(85, 26, 139);
  font-weight: 500; }

blockquote {
  position: relative;
  font-size: 1.333333em;
  font-weight: 300;
  font-style: italic;
  line-height: 1.35;
  letter-spacing: 0.08em; }
  blockquote:before {
    position: absolute;
    left: -0.5em;
    content: '“'; }
  blockquote:after {
    content: '”';
    margin-left: -0.05em; }

mark {
  background-color: #f4ff81; }

dt {
  font-weight: 700; }

address {
  font-size: .666666em;
  font-weight: 400;
  letter-spacing: 0;
  font-style: normal; }

ul, ol {
  font-size: 1em;
  font-weight: 400;
 }

.panel {
  background-color: white;
  position: fixed;
  top: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  z-index: 1;
  min-height: 64px;
  max-height: 1000px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: max-height,box-shadow; }

.panel-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  box-sizing: border-box;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 64px;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1007px; }

.panel-addon {
  display: none; }
  .panel-addon .is-visible {
    display: block; }
  .panel-addon .panel-row {
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 6px; }
  .panel-addon .box-title {
    display: inline-block;
    text-align: left;
    min-width: 100px; }
  .panel-addon .button {
    margin: 0 4px; }

.box {
  height: 46px;
  line-height: 46px;
  text-align: center; }

.page {
  margin-top: 64px;
  overflow: hidden; }

.spacer {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.icon {
  display: inline-block; }

.main {
  width: 100%;
  max-width: 1007px;
  margin: auto;
  padding: 18px;
  box-sizing: border-box;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); }

.button {
  background: transparent;
  border: 2px solid transparent;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  color: black;
  position: relative;
  height: 36px;
  margin: 0;
  padding: 0 16px;
  display: inline-block;
  font-size: 1em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
  overflow: hidden;
  will-change: box-shadow;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  line-height: 36px;
  vertical-align: middle; }
  .button::-moz-focus-inner {
    border: 0; }
  .button:active {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); }
  .button.is-active {
    border-color: #ff4081; }

.button--icons {
  border-radius: 50%;
  font-size: 24px;
  height: 32px;
  margin-left: 0;
  margin-right: 0;
  min-width: 32px;
  width: 32px;
  padding: 0;
  overflow: hidden;
  color: inherit;
  line-height: normal;
  box-shadow: none; }

.size--s {
  font-size: 1em; }

.size--m {
  font-size: 1.2em; }

.size--l {
  font-size: 1.4em; }

.color--s1 {
  background: white;
  color: black; }

.color--s2 {
  background: black;
  color: white; }

.color--s3 {
  background: #3f51b5;
  color: #fff; }

.interval--1 {
  line-height: normal; }

.interval--1_5 {
  line-height: 1.5; }

.interval--2 {
  line-height: 2; }

.letter-spacing--s {
  letter-spacing: normal; }

.letter-spacing--m {
  letter-spacing: 1px; }

.letter-spacing--l {
  letter-spacing: 2px; }

.typeface--1 {
  font-family: "Helvetica", "Arial", sans-serif; }

.typeface--2 {
  font-family: "Times New Roman", sans-serif; }

.no-images img {
  display: none !important; }

.no-videos video,
.no-videos iframe {
  display: none !important; }

.header {
  width: 100%;
  max-width: 1007px;
  margin: 24px auto;
  padding: 18px;
  box-sizing: border-box;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); }

.navigation_ {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  box-sizing: border-box; }

.navigation-link_ {
  color: inherit;
  text-decoration: none;
  margin: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  display: block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding: 0 16px;
  margin: 0; }
	
	
  .navigation-link:first-of-type {padding-left: 0; }
  .navigation-link:last-of-type {padding-right: 0; }
  .navigation-link .icon {vertical-align: middle; }
  	
.navigation-link {
  color: inherit;
  text-decoration: none;
  margin: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
}


.active {
	text-decoration: underline;
}

.navigation-link:hover{
	 text-decoration: underline;
}


  //.navigation-link:first-of-type { margin-left: 0; }
  	
  .navigation-link .icon {
    vertical-align: middle; }

.footer {
  width: 100%;
  max-width: 1007px;
  margin: 24px auto 0;
  padding: 18px;
  box-sizing: border-box;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2); }

/*# sourceMappingURL=styles.css.map */
	
.title {
	font-size: 1.5em;
	color: #0e3e05;
	line-height: 1.2em;
	margin: 20px 0px;
}

.photo_gal { margin-top: 30px; }


.news__item {
  margin-bottom: 20px;
}
.news__item_preview {
  margin-bottom: 20px;
}
.news__item_preview .news__title {
    color: #b9e74d;
}
.news__item_preview .news__text {
  color: #fff;
}

.news__date {
  text-decoration: none;
}

.news__title {
    color: #0e3e05;
    text-decoration: none;
    margin-left: 20px;
    font-size: 1.5em;
}
.news__title:hover {
    text-decoration: underline;
}

.news__text {
    margin-top: 10px;
}



.photo {
  padding: 5px;
  display: inline-block;
}

.photo_gal { padding: 0 }

.photo__item {
  margin: 5px 5px 0;
}

.photo_bg_green {
  background-color: #b9e74d;
  opacity: 0.9;
}

.image {
  border: 0;
}







.form-faq {
    padding: 10px;
    border: 1px;
    margin-bottom: 20px;
}

.form-faq input {
     width: 335px;
	padding: 10px;
}

.form-faq label {
    margin-bottom: 20px;
}
.form-faq .label {
    width: 90px;
    display: inline-block;
    vertical-align: top;
    color: #81003d;
}
.form-faq .input_type_textarea textarea
{
    width: 335px;
	height: 200px;
}


.faq-item
{
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.questioner span
{
    margin-left: 20px;
    font-weight: 400;
}
.question
{
    margin-bottom: 25px;
}

.answer p
{
    margin: 0 0 10px;
}





.reception {
	width: 100%;
	background: #f4f4f4;
	padding: 20px 100px;
	color: #838383;
}

.reception td {
	
	padding-top: 20px;
	
	}

.reception td:first-of-type {
	width: 350px;
}

.reception td:first-of-type p {
    font-size: 12pt;
	font-weight: bold;
}

.reception td:first-of-type p span {
    color: #e9803b;
}

.reception small {
	font-size: 8pt;
    color: #e9803b;
}

.reception input {
	font-size: 10pt;
    width: 430px;
	height: 20px;
	border-radius: 5px;
	border: 1px solid #ccc;
}

.reception textarea {
	font-size: 10pt;
    width: 430px;
	height: 200px;
	border-radius: 5px;
	border: 1px solid #ccc;
}

.reception .list {
	margin-left: 30px;
}

.reception .list input {
	
	width: 20px;
}

.reception input.submit {
	font-size: 16pt;
	height: 50px;
	color: #fff;
	font-weight: bold;
	border: 1px solid #f7ecc0;
	background-image: -o-linear-gradient(top, #fcf9d0, #fcc18d);
	background-image: -webkit-gradient(linear, left top,	left bottom,	from(#fcf9d0),	to(#fcc18d));
	background-image: -moz-linear-gradient(top,	#fcf9d0,	#fcc18d);
	text-shadow: 1px 1px 1px #b0410e;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcf9d0', endColorstr='#fcc18d', GradientType=0);
	cursor: pointer;
}

.reception_list{
	width: 100%;
	
}
.reception_list td{
	padding: 10px;
	
}

.reception_list .header{
	font-weight: bold;
	text-align: center;
	background: #f4f4f4;
}

.reception_list .header .orange{
	background: #e9803b;
	color: #fff;
}


.reception_search {
	padding-left: 20px;
}
.reception_search input.search_input {
	font-size: 16pt;
	width: 400px;
	height: 29px;
	border: 1px solid #f7ecc0;
	border-radius: 5px 0px 0px 5px;

}

.reception_search input.search_act {
		font-size: 16pt;
	border-radius: 0px 5px 5px 0px;
	color: #fff;
	font-weight: bold;
	border: 1px solid #f7ecc0;
	background-image: -o-linear-gradient(top, #fcf9d0, #fcc18d);
	background-image: -webkit-gradient(linear, left top,	left bottom,	from(#fcf9d0),	to(#fcc18d));
	background-image: -moz-linear-gradient(top,	#fcf9d0,	#fcc18d);
	text-shadow: 1px 1px 1px #b0410e;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcf9d0', endColorstr='#fcc18d', GradientType=0);
	cursor: pointer;
}