@font-face {
    font-family: 'Arno Pro';
    src: url('../fonts/ArnoPro-Regular.eot');
    src: url('../fonts/ArnoPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ArnoPro-Regular.woff2') format('woff2'),
        url('../fonts/ArnoPro-Regular.woff') format('woff'),
        url('../fonts/ArnoPro-Regular.ttf') format('truetype'),
        url('../fonts/ArnoPro-Regular.svg#ArnoPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Muller Light';
    src: url('../fonts/MullerLightItalic.eot');
    src: url('../fonts/MullerLightItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MullerLightItalic.woff2') format('woff2'),
        url('../fonts/MullerLightItalic.woff') format('woff'),
        url('../fonts/MullerLightItalic.ttf') format('truetype'),
        url('../fonts/MullerLightItalic.svg#MullerLightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Muller';
    src: url('../fonts/MullerBlack.eot');
    src: url('../fonts/MullerBlack.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MullerBlack.woff2') format('woff2'),
        url('../fonts/MullerBlack.woff') format('woff'),
        url('../fonts/MullerBlack.ttf') format('truetype'),
        url('../fonts/MullerBlack.svg#MullerBlack') format('svg');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Muller';
    src: url('../fonts/MullerRegular.eot');
    src: url('../fonts/MullerRegular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MullerRegular.woff2') format('woff2'),
        url('../fonts/MullerRegular.woff') format('woff'),
        url('../fonts/MullerRegular.ttf') format('truetype'),
        url('../fonts/MullerRegular.svg#MullerRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Muller Bold';
    src: url('../fonts/MullerBoldItalic.eot');
    src: url('../fonts/MullerBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MullerBoldItalic.woff2') format('woff2'),
        url('../fonts/MullerBoldItalic.woff') format('woff'),
        url('../fonts/MullerBoldItalic.ttf') format('truetype'),
        url('../fonts/MullerBoldItalic.svg#MullerBoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Muller';
    src: url('../fonts/MullerMedium.eot');
    src: url('../fonts/MullerMedium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MullerMedium.woff2') format('woff2'),
        url('../fonts/MullerMedium.woff') format('woff'),
        url('../fonts/MullerMedium.ttf') format('truetype'),
        url('../fonts/MullerMedium.svg#MullerMedium') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Muller';
    src: url('../fonts/MullerBold.eot');
    src: url('../fonts/MullerBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MullerBold.woff2') format('woff2'),
        url('../fonts/MullerBold.woff') format('woff'),
        url('../fonts/MullerBold.ttf') format('truetype'),
        url('../fonts/MullerBold.svg#MullerBold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Muller';
    src: url('../fonts/MullerLight.eot');
    src: url('../fonts/MullerLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MullerLight.woff2') format('woff2'),
        url('../fonts/MullerLight.woff') format('woff'),
        url('../fonts/MullerLight.ttf') format('truetype'),
        url('../fonts/MullerLight.svg#MullerLight') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('../fonts/HelveticaNeueCyr-Roman.eot');
    src: url('../fonts/HelveticaNeueCyr-Roman.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HelveticaNeueCyr-Roman.woff2') format('woff2'),
        url('../fonts/HelveticaNeueCyr-Roman.woff') format('woff'),
        url('../fonts/HelveticaNeueCyr-Roman.ttf') format('truetype'),
        url('../fonts/HelveticaNeueCyr-Roman.svg#HelveticaNeueCyr-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
}

*{
    margin: 0;
    padding: 0;
    outline: none;
    list-style: none;
    border: none;
    text-decoration: none;

    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
body {
    font: normal 16px/25px 'Muller', sans-serif;
    color: #000;
	background: #78756c;
}

img {
	max-width: 100%;
    height: auto;
}

.clearfix:after{
    content: "";
    display: block;
    clear: both;
}

.alignright {
   float: right;
   margin-left: 20px !important;
}

.alignleft {
   float: left;
   margin-right: 20px !important;
}

.aligncenter {
    display: block;
    margin: 0 auto !important;
}

.block-reklam img {
   width: 100%;
}

.page-id-37 .dscr h2 {
    background: #d8d8d8;
    margin-bottom: 5px;
    padding: 15px;
    text-align: left;
    color: #fff;
	position: relative;
	cursor: pointer;
}
.page-id-37 .dscr h2 span {color: #fff !important;}
.page-id-37 .dscr h2:after {
    content: '';
	display: block;
	border-top: 10px solid #fff;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -5px;
}
.page-id-37 .dscr p {
    display: flex;
	display: -webkit-flex;
	display: -moz-flex;

	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;

	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
}

.link-to-pdf {
    border: 2px solid #b6a848;
    margin-top: 15px;
	margin-bottom: 15px;
	width: 30.5%;
}
.link-to-pdf img {
    display: block;
	width: 100%;
	height: auto;
}
.link-to-pdf .title {
    display: block;
    padding: 5px 10px 2px 10px;
    text-align: center !important;
    background: #b6a848 !important;
    margin-bottom: 0 !important;
    color: #fff !important;
}

#searchform #s {margin-bottom: 0;}
#searchform input[type="submit"] {
    margin-top: 10px !important;
    margin-bottom: 0 !important;
}

label {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-family: 'Muller', sans-serif;
  font-weight: 300;
  color: #888;
}
input, textarea, input[type="email"] {
  width: 100%;
  display: block;
  height: 40px;
  line-height: 40px;
  color: #7f7f7f;
  padding: 0 15px;
  background: #eeeeee;
  margin-bottom: 40px;
}
textarea {
  height: 100px;
  resize: none;
}
input[type="submit"] {
  max-width: 250px;
  margin: 50px auto !important;
  background: #b6a848;
  text-align: center;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 300;
}

.comment-form-url {display: none;}

/*  01. HEADER
------------------------------------------------- */
.container {
	max-width: 1200px;
	margin: 0 auto;
}
.header {
	background: url(../img/bg.png) no-repeat center;
    background-size: cover;
    min-height: 300px;
    border-bottom: 20px solid #78756c;
    padding-bottom: 50px;
}

.nav-menu {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
.nav-menu .sub-menu {display: none;}
.nav-menu > li {
  position: relative;
}
.nav-menu > li > a {
  display: block;
  padding: 20px 20px;
  color: #78756c;
  text-decoration: none;
}
.nav-menu > li > a:hover {
  text-decoration: none;
  color: #b6a848;
}
.nav-menu > li:hover .sub-menu {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 250px;
  background: #fff;
}
.nav-menu > li:hover .sub-menu a {
  display: block;
  padding: 10px 30px;
  color: #78756c;
}
.nav-menu > li:hover .sub-menu a:hover {
  background: #b6a848;
  color: #fff;
  text-decoration: none;
}

.header p {
	text-align: center;
	padding-top: 240px;
}
.logo-wrap {
	display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 20px 0 20px;
}
.logo{
	display: block;
    width: 400px;
    height: 90px;
    background: url(../img/logo.png) no-repeat;
    background-size: 400px;
}
.header h6 {
	width: 100%;
  text-align: center;
  font-size: 18px;
  font-family: 'Muller', sans-serif;
  letter-spacing: 7px;
  color: #fff;
  line-height: 35px;
  margin-bottom: 0;
  font-weight: 300;
  text-transform: uppercase;
}
.header h6:before {
	content: '';
	display: block;
    max-width: 540px;
	height: 3px;
	background-color: white;
	background: #fff;
	margin: 10px auto;
}
h1 {
	text-align: center;
  color: #fff;
  font-family: 'Muller', sans-serif;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 7px;
  line-height: 35px;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
}
/*  MIBILE-MENU
------------------------------------------------- */
.burger {
  position: fixed;
  right: 35px;
  top: 5px;
  padding: 5px;
  border: 0;
  line-height: 11px;
  outline: 0;
  background-color: transparent;
  height: 40px;
  width: 40px;
  z-index: 9999;
  display: none;
}
.burger .bar {
  height: 3px;
  width: 100%;
  background-color: #0c77ea;
  display: inline-block;
  border-radius: 2px;
  transition: all 0.3s;
}
.focus .bar {
  transition: all 0.3s;
  background-color: #FFF;
}
.focus .bar:first-of-type {
  transition-delay: 0.4s;
  transform: translate3d(0px, 0px, 0px) rotateZ(45deg);
  width: 40px;
  transform-origin: left top;
}
.focus .bar:nth-of-type(2) {
  opacity: 0;
  transform: translate3d(-20px, 0px, 0px);
}
.focus .bar:last-of-type {
  transition-delay: 0.4s;
  transform: translate3d(0px, 0px, 0px) rotateZ(-45deg);
  width: 40px;
  transform-origin: left bottom;
}
.content {
  position: absolute;
  width: 100%;
  opacity: 0;
  transition: all 0.3s;
  display: none;
}

.show {
  left: 0;
  opacity: 1;
}
.show .navigation li {
  transition: all 0.3s;
  transform: translate3d(0px, 0px, 0px);
}
.show .navigation li:nth-child(1) {
  background-color: #3C539A;
  transition-delay: 0.1s;
}
.show .navigation li:nth-child(2) {
  background-color: #384d8f;
  transition-delay: 0.3s;
}
.show .navigation li:nth-child(3) {
  background-color: #334784;
  transition-delay: 0.5s;
}
.show .navigation li:nth-child(4) {
  background-color: #2f4179;
  transition-delay: 0.7s;
}
.show .navigation li:nth-child(5) {
  background-color: #2b3b6e;
  transition-delay: 0.9s;
}

/*  02. MAIN
------------------------------------------------- */
.main {
	background: url(../img/turka.jpg) no-repeat fixed;
	background-size: cover;
	margin-bottom: 20px;
	padding-top: 100px;
	padding-bottom: 160px;
}
.main .container {
	display: flex;
	padding: 0 20px;
}
.main-wrap .main-left:nth-child(2n) {
	margin-right: 0;
	margin-bottom: 0;
}
.main-wrap {
	width: 75%;
	margin-right: 3%;
}
.main-left {
	width: 48%;
	padding: 25px 28px 60px;
	background: #fff;
	margin-right: 4%;
	margin-bottom: 37px;
	float: left;
}
.revision {
	margin: 15px 0;
  padding: 5px 0;
  color: #999;
  border-top: 1px solid #dad3d3;
  border-bottom: 1px solid #dad3d3;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.revision span {
	margin-right: 0;
  padding-right: 0;
  order: 1;
  text-align: center;
  width: 100%;
}
.revision span:last-child {border-right: none;}
.title {
	color: #5b5b5b;
	font-size: 30px;
	font: 15px/25px 'Muller', sans-serif;
	color: #fff;
	padding: 5px 10px;
	background: #B6A848;
	text-transform: uppercase;
      overflow: hidden;
}
.main-left-img {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}
.main-left-img img {
	display: block;
  width: 100%;
  height: auto;
}
.single  .main-left-img img {
  max-height: 100%;
}

.wp-pagination {
  position: relative;
  clear: both;
  text-align: center;
}
.wp-pagination a, .wp-pagination span {
    display: inline-block;
	padding: 5px 10px;
	background: #B6A848;
	color: #fff;
}
.wp-pagination .current {
    background: #78756C;
}


.dscr {
	color: black;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 20px;
  height: 100px;
  overflow: hidden;
}
.main-left {
	position: relative;
	background: #fff;
}
.to-read {
	position: absolute;
	right: 30px;
	bottom: 10px;
	color: #5e5e5e;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	border: 1px solid transparent;
	padding: 5px 10px;
	border-radius: 5px;
}
.to-read:hover {
	color: #b6a848;
}
/*  01. right
------------------------------------------------- */
.main-right {
	width: 22%;
}
.main-right .menu li {
  border-bottom: 1px solid #e6e6e6;
}
.main-right .menu li a {
  display: block;
  padding: 5px 0;
  color: #707070;
  font-family: 'Muller', sans-serif;
  font-weight: 300;
}
.main-right .menu li a:hover {
  text-decoration: none;
  padding-left: 15px;
  transition: padding 0.3s ease;
  color: #b6a848;
}
.main-right-arhive a {
  color: #b6a848;
}
.wpp-list-with-thumbnails li {
  overflow: hidden;
}
.wpp-list-with-thumbnails li > a[target="_self"] {
  float: left;
      display: block;
      max-width: 50px;
      margin-right: 10px;
      overflow: hidden;
}
.wpp-list-with-thumbnails li > a[target="_self"] img {
  display: block;
  width: 100%;
  height: auto;
}
.wpp-list-with-thumbnails li > a.wpp-post-title {
  max-width: 100%;
      float: none;
      margin-right: 0;
      text-transform: lowercase;
      line-height: 17px;
      font-size: 14px;
      margin-bottom: 5px;
}
.wpp-list-with-thumbnails li > a.wpp-post-title:first-letter {text-transform: uppercase;}
.wpp-list-with-thumbnails li .wpp-excerpt {
  line-height: 15px;
      font-size: 13px;
      color: #222;
}
.wpp-list-with-thumbnails li + li {margin-top: 15px;}
.wpp-list-with-thumbnails li .wpp-views {display: none;}
.box {
	padding: 15px;
	background: #fff;
}
.main-right-rubrik {
	margin-bottom: 30px;
}
.main-right .title {
	font-size: 14px;
  margin-top: 0;
    margin-bottom: 15px;
    padding: 5px 10px 2px 10px;
    line-height: 19px;
}
.nav-right li{
	border-bottom: 1px solid #c9c9c9;
}
.nav-right li a {
	background: url(../img/arow.png) no-repeat left;
	padding-left: 20px;
	transition: all .3s;
	color: #848484;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	display: block;
	padding: 15px;
}
.nav-right li a:hover {
	transition: all .3s;
	margin-left: 30px;
	color: #000;
}
.main-right-arhive {
	margin-bottom: 30px;
}
.main-right-arhive .custom-html-widget img {
  width: 100%;
  display: block;
}
.main-right-arhive:nth-child(2) .title:after {
	margin: 7px 0 16px;
}
.main-right-arhive span {
	margin-bottom: 10px;
	display: block;
	font-size: 13px;
}
.main-right-news .min-title {
	color: #4c4c4c;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
}
.main-right-news .title:after {
	margin: 3px 0 20px;
}
.main-right-news .dscr {
	font-size: 13px;
}
.main-right-news .date {
	display: inline-block;
	margin-right: 38%;
}
.main-right-news .to-read {
	display: inline-block;
	color: #a09e9e;
	font-size: 13px;
}
.main-right-reclam {
	margin-top: 30px;
}
.main-right-reclam img {
	width: 100%;
}
.main-right-reclam .title:after {
	margin: 7px 0 16px;
}
/*  03. FOOTER
------------------------------------------------- */
.footer {
	background: #fff;
}
.footer .container{
	padding: 40px 28px;
	display: flex;
	justify-content: space-between;
}
.logo-footer {
	display: block;
	width: 222px;
	height: 49px;
	background: url(../img/logo-footer.png) no-repeat;
	margin-bottom: 10px;
}
.footer .contact {
	width: 34%;
}
.footer span {
	display: block;
	font-size: 13px;
	font-weight: 500;
	line-height: 20px;
}
.number {
	margin: 20px 0 5px;
	padding-left: 15px;
	background: url(../img/tel.png) no-repeat left 2px;
}
.mail {
	padding-left: 23px;
	background: url(../img/message.png) no-repeat left;
}
.footer .nav-right {
	width: 25%;
}
.footer .nav-right li a {
	background: url(../img/arow-black.png) no-repeat left;
}
.footer .nav-right li:after {
	display: none;
}
.footer .nav-right li a {
	color: black;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 2px;
    padding-top: 8px;
    padding-bottom: 8px;
}
/*  05.  ÑÒÎÐ²ÍÊÀ 2
------------------------------------------------- */
.main-full {
	background: #fff;
	padding: 30px;
}
.main-full .main-left-img img {
	width: 100%;
}
.main-full .dscr {
	margin-bottom: 40px;
  height: auto;
}
.main-full .dscr img {
  margin: 20px 0;
}
/*  05.  COMMENTS
------------------------------------------------- */
#comments {
	border-top: 3px solid #f1edce;
    padding-top: 30px;
}
#comments .head {
	margin: 15px 0;
	padding: 5px 0;
	color: #999;
	border-top: 1px solid #dad3d3;
	border-bottom: 1px solid #dad3d3;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	display: flex;
	justify-content: space-between;
}
#comments .comment {
	margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #f1edce;
}
#comments .comment p {
  background: #f1edce;
  padding: 20px;
  font-size: 16px;
  font-family: 'Muller', sans-serif;
  font-weight: 300;
  margin-top: 30px;
}
#comments .comment a {
  font-size: 13px;
  font-family: 'Muller', sans-serif;
  font-weight: 500;
  color: #b6a848;
  font-style: normal;
}
#comments .descr-comment {
	min-width: 100%;
}
#comments .avatar,
#comments .reply,
#comments .says {
  display: none;
}
/*  06. FORMA
------------------------------------------------- */
#form-partner {
    width: 100%;
    padding: 21px 23px 21px 19px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;

}
#form-partner .title {
	font-size: 18px;
  margin-bottom: 50px;
  background: none;
  font-weight: bold;
  color: #767676;
  height: auto;
  line-height: 42px;
  padding-top: 5px;
}
#form-partner .title {
    font-size: 18px;
    margin-bottom: 30px;
    background: none;
    font-weight: bold;
    color: #767676;
}
#form-partner label {
    margin-bottom: 8px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}
#form-partner #name {
    margin-bottom: 28px;
}
#form-partner #coments {
    margin-bottom: 64px;
    min-height: 80px;
    padding: 5px 10px;
    resize: none;
    background: #f1edce;
    max-width: 500px;
    width: 100%;
}
#send {
    width: 185px;
    height: 41px;
    color: #fff;
    background: #b6a848;
    cursor: pointer;
    display: block;
    text-transform: uppercase;
    margin: 0 auto !important;
}

#commentform {
  max-width: 500px;
  margin: 0 auto;
}

#reply-title, .comment-notes {display: none;}
/*  RESPONSIVE
------------------------------------------------- */

/* ================================================== */
/* ABOUT
/* ================================================== */

.page-about .main-full .title,
.page-contacts .main-full .title {
	margin-bottom: 30px;
    background: transparent;
    color: #b6a848;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

/* ================================================== */
/* CONTACTS
/* ================================================== */
.page-contacts .main-wrap {
	width: 100%;
	margin-right: 0;
	flex-grow: 2;
}

.contacts-page {
	display: flex;
	justify-content: space-between;
}

.contacts-page .left-contact,
.contacts-page .right-contact {
	width: 100%;
}
.contacts-page .left-contact {padding-right: 30px;}
.contacts-page .right-contact {padding-left: 30px;}
.contacts-page #form-partner {
	padding: 30px;
	border: 2px solid #b6a848;
}

.contacts-page #map {
	height: 300px;
	border: 2px solid #b6a848;
	margin-top: 50px;
}
.contacts-page #map iframe {
	width: 100%;
	height: 100%;
}

.group-contacts,
.group-contacts a {
	color: #888;
	font-size: 14px;
}
.group-contacts i {
	margin-right: 15px;
}
.group-contacts p {
	margin-bottom: 15px;
}

@media screen and (max-width: 1100px) {
	.main .container {
		display: block;
	}
	.main-wrap {
		width: 100%;
	}
	.main-right {
		width: 100%;
	}
}
@media screen and (max-width: 800px) {
	.main-left {
		width: 100%;
	}
	.main-left-img img {
		width: 100%;
	}
	.footer .container {
		display: block;
	}
	.footer .nav-right {
		width: 100%;
		margin-bottom: 0;
    margin-top: 30px;
	}
	.footer .nav-right li {
		margin: 0;
	}
	.burger {
		display: block;
	}
	.content {
		display: block;
	}
	.nav {
		display: none;
	}

  .contacts-page .left-contact {
    padding-right: 0;
  }
  .contacts-page .right-contact {
    padding-left: 0;
    margin-top: 30px;
  }

  .contacts-page {
      display: flex;
      justify-content: space-between;
      flex-direction: column;
  }

  .menu-mobile.active .nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
  }
  .menu-mobile.active .nav ul {
    width: 100%;
    margin-bottom: 0;
  }
  .menu-mobile.active .nav ul .sub-menu {display: none;}
  .menu-mobile.active .nav li a {
    display: block;
    text-align: center;
    padding: 10px 0;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    transition: background 0.3s ease;
  }
  .menu-mobile.active .nav li a:hover {
    background: rgba(255,255,255,.3);
    text-decoration: none;
  }
  .menu-mobile.active {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    opacity: 1;
    background: rgba(0,0,0,.8);
    z-index: 999;
  }
}
@media screen and (max-width: 690px) {
	.logo {
		width: 466px;
		height: 100px;
	}
}
@media screen and (max-width: 500px) {
	.logo {
		width: 280px;
		height: 100px;
		background-size: contain;
	}

  input[type="submit"] {max-width: 100%; width: 100%;}
}