@import url("https://fonts.googleapis.com/css?family=PT+Serif:700|Roboto:400,700|Russo+One&display=swap");

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
sub,
sup,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

body {
  background: #0c0f06;
  font-size: 1.5rem;
  line-height: 1.46667;
  color: #fff;
  font-family: "Roboto";
  letter-spacing: 1.2px;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  overflow-x: hidden;
}

a {
  color: #d2c058;
  text-decoration: underline;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

a:hover,
a:active,
a:focus {
  color: #fee4cc;
  text-decoration: none;
}

.wrap {
  width: 100%;
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
}

.wrapper {
  width: 100%;
  min-width: 1170px;
}

.main {
  width: 100%;
}

.article {
  width: 100%;
  min-height: 792px;
  width: 100%;
  padding: 60px 40px;
  background-color: rgba(42, 50, 25, 0.95);
  margin-top: 40px;
  position: relative;
  z-index: 1;
}

.article ul,
.article ol {
  padding-left: 17px;
}

.article h1 {
  font-size: 24px;
  margin: 0 0 18px 0;
  font-weight: 700;
  font-family: "PT Serif";
  letter-spacing: 1.92px;
}

.article h2 {
  font-size: 22px;
  margin: 0 0 14px 0;
  font-weight: 700;
  font-family: "PT Serif";
}

.article h3 {
  font-size: 21px;
  margin: 0 0 10px 0;
  font-weight: 700;
  font-family: "PT Serif";
}

.article h4 {
  font-size: 15px;
  margin: 0 0 8px 0;
  font-weight: 700;
  font-family: "PT Serif";
}

.article h5 {
  font-size: 15px;
  margin: 0 0 8px 0;
  font-weight: 700;
  font-family: "PT Serif";
}

.article img {
  max-width: 100%!important;
  height: auto!important;
}

.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-top: 16px;
}

.nav__ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nav__item {
  list-style: none;
  position: relative;
  width: 25%;
  text-align: center;
}

.nav__link {
  line-height: 31px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-bottom: 1px;
  color: #fffdf2;
  font-family: "Russo One";
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
  font-size: 13px;
  letter-spacing: 1.04px;
  position: relative;
}

.nav__link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #707c58;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav__item:hover > .nav__link {
  color: #fffdf2;
}

.nav__item:hover > .nav__link::after {
  opacity: 1;
}

.bg-video {
  display: block;
  position: fixed;
  width: 1920px;
  height: 1080px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0;
}

.footer {
  width: 100%;
  margin-top: 55px;
  padding-bottom: 10px;
  position: relative;
  z-index: 1;
}

.footer__wrap {
  text-align: right;
}

.footer__copyright {
  font-family: "Russo One";
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.28px;
}

.footer__bss {
  margin-top: 20px;
  color: #d3a671;
  font-size: 12px;
}

.footer__bss a {
  color: #d3a671;
}

.header {
  width: 100%;
  position: relative;
  z-index: 2;
}

.header__wrapper {
  background-color: rgba(57, 68, 34, 0.95);
  padding-bottom: 5px;
  position: relative;
}

.header__wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 61px;
  box-shadow: 0 2px 5px #2a310a;
  background-color: #9b8b2e;
}

.header__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__logo {
  position: relative;
  z-index: 2;
}

.header__logo a {
  display: block;
  width: 465px;
  padding: 22px 28px;
  background-color: #9b8b2e;
  text-decoration: none;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  color: #ffffff;
  font-family: "PT Serif";
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.header__cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 8px;
  position: relative;
  z-index: 2;
}

.header__phones {
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0.6px;
  margin-right: 30px;
}

.header__phones strong {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  font-family: "Russo One";
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  margin-bottom: -5px;
}

.header__phones a {
    color:#fff;
    text-decoration:none;
}

.header__link a {
  display: block;
  border: 1px solid #685f28;
  background-color: rgba(117, 104, 29, 0.8);
  text-align: center;
  line-height: 26px;
  text-decoration: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
  color: #fffdf2;
  font-family: "Russo One";
  font-size: 13px;
  letter-spacing: 0.26px;
  width: 180px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header__link a:hover,
.header__link a:active,
.header__link a:focus {
  border: 1px solid #2c3013;
  background-color: rgba(55, 66, 33, 0.8);
}

.sub-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 10px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.sub-menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sub-menu li {
  list-style: none;
}

.sub-menu a {
  display: block;
  background-color: rgba(114, 122, 42, 0.8);
  line-height: 28px;
  padding: 0 37px;
  text-decoration: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
  color: #fffdf2;
  font-family: "Russo One";
  font-size: 13px;
  letter-spacing: 1.04px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sub-menu a:hover,
.sub-menu a:active,
.sub-menu a:focus {
  background-color: rgba(171, 110, 42, 0.8);
  color: #fffdf2;
}

.toptext {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 10px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.prem {
  position: relative;
  z-index: 1;
  margin-top: 205px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-family: "Russo One";
  font-size: 17px;
  letter-spacing: 0.34px;
}

.prem a {
  text-shadow: 0 1px 1px #46471f;
  color: #fbb069;
  font-size: 13px;
  letter-spacing: 0.26px;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  position: relative;
  font-weight: 400;
  font-family: "Roboto";
}

.prem a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #fbb069;
}

.prem a:hover {
  color: #ffffff;
}

.prem__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.prem table {
  display: block;
  text-align: center !important;
  width: 367px;
  height: 209px;
  background: url("../images/bg-preim.png") 50% 0 no-repeat;
  background-size: cover;
}

.prem table:nth-of-type(3) {
  margin-left: 101px;
  margin-top: 34px;
}

.prem table:nth-of-type(4) {
  margin-right: 101px;
  margin-top: 34px;
}

.prem table:nth-of-type(5) {
  position: relative;
  margin-top: -34px;
  margin-left: auto;
  margin-right: auto;
}

.prem tbody,
.prem td,
.prem tr {
  width: 100%;
  height: 100%;
  display: table;
}

.prem td,
.prem th {
  padding: 0;
}

.prem td {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 209px;
}

/*News Begin*/

.onenews {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 15px;
	border-bottom: 1px solid #ececec;
	padding-bottom: 15px;
}
.onenews:last-child{
	border-bottom: none;
}
.lsleft img {
  min-width: 100%;
}
.lstonedt {
  display: none;
}

.list-view {
    padding:0;
}

.onenwsttl a {
  font-size: 24px;
  text-decoration: none;
  margin-bottom: 5px;
  display: block;
}

.onenews {
  padding: 10px 0 30px;
}

.onenwsfull a {
    font-size:13px;
}

.onenews:not(:last-of-type) {
  border-bottom: 1px solid #eca764;
}

.lsleft {
  /*width: 25%;
  margin-right: 25px;*/
  display: none;
}

.lsright {
  /*width: calc(100% - 25% - 25px);*/
  width: 100%;
}

.list-view .summary {
  display: none;
}

/*News End*/

.burger {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .wrap {
    max-width: 100%;
  }

  .wrapper {
    min-width: 100%;
  }

  .header__logo a {
    width: 365px;
    padding: 22px 14px;
    font-size: 17px;
  }

  .nav {
    padding-left: 9px;
  }

  .nav__link {
    font-size: 12px;
    line-height: 18px;
  }

  .prem {
    margin-top: 120px;
  }

  body {
    background: url('../images/poster.jpg') 50% 0 no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .bg-video {
    display: none;
  }
}

@media only screen and (max-width: 998px) {

  .burger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 32px;
    -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;
    position: relative;
    margin-right: 0px;
    cursor: pointer;
  }

  .burger::before,
  .burger::after {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    height: 2px;
    width: 100%;
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .burger::before {
    top: calc(100% - 7px);
  }

  .burger span {
    width: 100%;
    height: 2px;
    background-color: #fff;
  }

  .burger_active {
    top: 15px;
    right: 15px;
    position: fixed;
    z-index: 1000;
    margin-right: 0;
  }

  .burger_active::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: calc(100% - 16px);
    opacity: 1;
  }

  .burger_active::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 16px;
  }

  .burger_active span {
    opacity: 0;
  }

  .menu {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /*background-color: #23a53b;*/
  }

  .nav {
    position: fixed;
    z-index: 999;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color:rgb(57, 68, 34);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -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;
    margin-top: 0;
  }

  .nav_active {
    left: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .nav__ul {
    width: 100%;
    height: 100%;
    padding: 75px 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav__item {
    width: 100%;
    text-align: center;
    position: static;
  }

  .nav__link {
    line-height: normal;
    padding: 5px 20px;
    font-size: 20px;
    display: block;
  }

  .nav__link::after {
    display: none;
  }

  .nav__wrapper {
    display: flex;
    justify-content: flex-end;margin-top: 22px;
  }

  .header__wrap {
    flex-wrap: wrap;
    padding: 0;
  }

  .header__logo {
    width: 100%;
  }

  .header__logo a {
    width: 100%;
    padding: 18px 10px;
    line-height: 1.4;
    text-align: center;
  }

  .header__right {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 15px;
  }

  .header__cont {
    justify-content: center;
  }

  .nav__wrapper {
    margin-top: 2px;
  }

  .prem {
    margin-top: 60px;
  }

  .prem table:nth-of-type(3) {
    margin-left: 0;
  }

  .prem table:nth-of-type(4) {
    margin-right: 0;
  }

  .prem table:nth-of-type(5) {
    margin-top: 5px;
  }

  .prem table {
    width: 350px;
  }

  .article {
    padding: 35px 15px;
  }

}

@media only screen and (max-width: 768px) {
  .prem__wrap {
    justify-content: center;
  }
  .prem table {
    margin-top: 0!important;
  }
}

@media only screen and (max-width: 576px) {

  .header__cont {
    flex-wrap: wrap;
    justify-content: center;
  }

  .header__phones {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }

  .header__link {
    margin-top: 15px;
  }
}