@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #fff url("slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("slick/fonts/slick.eot");
  src: url("slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("slick/fonts/slick.woff") format("woff"), url("slick/fonts/slick.ttf") format("truetype"), url("slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  bottom: 0;
  padding: 0;
  border: none;
  outline: none;
  transition: all 0.3s;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.55;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #ff5722;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 0;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 0;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 0;
}
[dir=rtl] .slick-next {
  left: 0;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.slick-dots {
  position: absolute;
  bottom: 10px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  color: #ff5722;
  opacity: 0.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #ff5722;
  opacity: 1;
}

@font-face {
  font-family: "site_font";
  src: url("fonts/roboto/RobotoRegular.eot");
  src: url("fonts/roboto/RobotoRegular.eot?#iefix") format("embedded-opentype"), url("fonts/roboto/RobotoRegular.woff2") format("woff2"), url("fonts/roboto/RobotoRegular.woff") format("woff"), url("fonts/roboto/RobotoRegular.ttf") format("truetype"), url("fonts/roboto/RobotoRegular.svg#Roboto-Regular") format("svg"), url("fonts/roboto/RobotoRegular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "site_font1";
  src: url("fonts/roboto/RobotoMedium.eot");
  src: url("fonts/roboto/RobotoMedium.eot?#iefix") format("embedded-opentype"), url("fonts/roboto/RobotoMedium.woff2") format("woff2"), url("fonts/roboto/RobotoMedium.woff") format("woff"), url("fonts/roboto/RobotoMedium.ttf") format("truetype"), url("fonts/roboto/RobotoMedium.svg#Roboto-Medium") format("svg"), url("fonts/roboto/RobotoMedium.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "site_font_hdr";
  src: url("fonts/robotoslab/RobotoSlab-Regular.eot");
  src: url("fonts/robotoslab/RobotoSlab-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/robotoslab/RobotoSlab-Regular.woff2") format("woff2"), url("fonts/robotoslab/RobotoSlab-Regular.woff") format("woff"), url("fonts/robotoslab/RobotoSlab-Regular.ttf") format("truetype"), url("fonts/robotoslab/RobotoSlab-Regular.svg#RobotoSlab-Regular") format("svg"), url("fonts/robotoslab/RobotoSlab-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
button,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
nav,
object,
ol,
p,
pre,
q,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
title,
tr,
tt,
u,
ul,
var {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

input,
select,
textarea {
  font-family: Helvetica, Arial, sans-serif;
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  cursor: pointer;
  text-decoration: none;
}

.button, .site_subscribe .mailing__button, .site-header .pevent div.method button {
  color: #fff;
  background: #ff5722;
  border: 2px solid #ff5722;
  border-radius: 3px;
  font-size: 0.85rem;
  margin: 0 20px 10px 0;
  padding: 9px 23px;
  line-height: 1;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  max-width: 100%;
  display: inline-block;
  transition: all 0.3s;
}

.button:hover, .site_subscribe .mailing__button:hover, .site-header .pevent div.method button:hover {
  text-decoration: none;
  color: #fff;
  opacity: 0.8;
}

.button *, .site_subscribe .mailing__button *, .site-header .pevent div.method button * {
  display: inline-block;
  vertical-align: middle;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.container-lg,
.container-md,
.container-sm,
.container {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1320px;
  display: block;
}

.wrapper {
  position: relative;
  display: block;
  padding: 0 1.5rem;
}

.d-flex {
  display: flex;
}

.d-inline-flex {
  display: flex;
}

.d-flex-wrap {
  flex-wrap: wrap;
}

.row-reverse {
  flex-flow: row-reverse;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .container-sm .wrapper {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .container-md .wrapper {
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .container-lg .wrapper {
    padding: 0;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

html {
  height: 100%;
  min-height: 100%;
  color: rgba(33, 33, 33, 0.87);
  font: 16px site_font, Arial, Verdana, Tahoma, Helvetica, sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
}

body {
  background-color: #eeeeee;
}

.section-title, .site_news .news__title, .site_subscribe .mailing__title, .site_gallery .gallery__wrapper .gallery__title, .site-header-main .ptitle, .site-header .ptitle {
  color: #fff;
  font-size: 1.6rem;
  font-family: "site_font_hdr", Arial, Verdana, Tahoma, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .section-title, .site_news .news__title, .site_subscribe .mailing__title, .site_gallery .gallery__wrapper .gallery__title, .site-header-main .ptitle, .site-header .ptitle {
    text-align: left;
    font-size: 2rem;
  }
}

.transition-image, .site_news .news__item-gorizontal .img_item_bg, .site_news .news__item .img_item_bg {
  transition: all 0.5s ease;
  background-size: cover;
  background-position: 50%;
}

.box-shadow, .photogallery_news img, .site_news .news__item-gorizontal, .site_news .news__item {
  box-shadow: 0 0.25rem 1.75rem rgba(30, 34, 40, 0.07);
  transition: all 0.5s ease;
}

.box-shadow:hover, .photogallery_news img:hover, .site_news .news__item-gorizontal:hover, .site_news .news__item:hover {
  box-shadow: 0 0.25rem 1.75rem rgba(30, 34, 40, 0.5);
  transition: all 0.5s ease;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  justify-content: space-between;
  box-sizing: content-box;
}

.social {
  flex-direction: row;
  display: flex;
}

a {
  transition: all 0.2s;
  color: rgba(33, 33, 33, 0.8);
}

.content article ul {
  list-style: disc inside;
}

.content article a {
  text-decoration: underline;
}

.content article a:hover {
  text-decoration: none;
}

.yesbord {
  border-collapse: collapse;
  border-spacing: 2px;
  width: 100%;
}
.yesbord th {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}
.yesbord td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}
.yesbord p {
  margin: 0 0 1rem !important;
}

.mainmenu {
  position: relative;
  font-family: "site_font1", Arial, Verdana, Tahoma, Helvetica, sans-serif;
  z-index: 2;
}
.mainmenu .mbtn {
  position: relative;
  display: none;
  padding: 8px;
  margin: 10px 20px;
  background-image: linear-gradient(to right, rgba(135, 0, 0, 0.8), rgba(25, 10, 5, 0.8));
  height: 40px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.mainmenu .mbtn .logo {
  height: 100%;
}
.mainmenu .mbtn .logo img {
  border-radius: 100%;
  box-shadow: 5px 2px 10px #1C1B19, -5px -2px 10px #1C1B19;
  overflow: hidden;
  display: block;
  height: 100%;
}
.mainmenu .mbtn .page a {
  font-size: 0.85rem;
  font-weight: normal;
  text-decoration: none;
  display: block;
  color: rgb(255, 255, 255);
  letter-spacing: 0.02rem;
  padding: 16px 10px 11px 10px;
  border: 0;
  text-transform: uppercase;
  border-bottom: 2px solid #ff5722;
}
.mainmenu .mbtn .menu-button-container {
  margin-right: 15px;
  display: flex;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mainmenu .mbtn .menu-button-container .menu-button, .mainmenu .mbtn .menu-button-container .menu-button::before, .mainmenu .mbtn .menu-button-container .menu-button::after {
  display: block;
  background-color: #fff;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}
.mainmenu .mbtn .menu-button-container .menu-button::before {
  content: "";
  margin-top: -8px;
}
.mainmenu .mbtn .menu-button-container .menu-button::after {
  content: "";
  margin-top: 8px;
}
.mainmenu input[type=checkbox] {
  display: none;
}
.mainmenu input[type=checkbox]:checked + .mbtn .menu-button {
  background: rgba(255, 255, 255, 0);
}
.mainmenu input[type=checkbox]:checked + .mbtn .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}
.mainmenu input[type=checkbox]:checked + .mbtn .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}
.mainmenu input[type=checkbox]:checked ~ .nav {
  display: flex;
  overflow: hidden;
  height: auto;
  transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.mainmenu > ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 0 30px;
  background-image: linear-gradient(to right, rgba(135, 0, 0, 0.8), rgba(25, 10, 5, 0.8));
  border-radius: 30px;
}
.mainmenu > ul > li.social {
  display: flex;
}
@media (max-width: 767px) {
  .mainmenu > ul > li.social {
    justify-content: center;
    margin-bottom: 10px;
  }
  .mainmenu > ul > li.social > a {
    margin: 0 10px;
  }
}
.mainmenu > ul > li {
  position: relative;
  display: inline-block;
  top: 1px;
  padding: 0 0 6px 0;
}
.mainmenu > ul > li > a {
  font-size: 0.85rem;
  font-weight: normal;
  text-decoration: none;
  display: block;
  color: rgb(255, 255, 255);
  letter-spacing: 0.02rem;
  padding: 16px 10px 11px 10px;
  border: 0;
  border: 2px solid transparent;
  text-transform: uppercase;
  line-height: 1;
}
.mainmenu > ul > li:hover > a {
  color: #ff5722;
}
.mainmenu > ul > li .socials__link {
  display: flex;
  padding: 8px 2px 0;
  margin: 0;
  align-items: center;
}
.mainmenu > ul > li .socials__link span {
  margin-left: 10px;
}
@media only screen and (min-width: 768px) {
  .mainmenu > ul > li .socials__link span {
    display: none;
  }
}
.mainmenu > ul > li .socials__link:hover .socials__icon--vk rect {
  fill: #0060ac;
  stroke: #0060ac;
}
.mainmenu > ul > li .socials__link:hover .socials__icon--vk > path {
  fill: #fff;
}
.mainmenu > ul > li .socials__link:hover .socials__icon--ok rect {
  stroke: #ff5722;
  fill: #ff5722;
}
.mainmenu > ul > li .socials__link:hover .socials__icon--ok path.hands,
.mainmenu > ul > li .socials__link:hover .socials__icon--ok path.legs,
.mainmenu > ul > li .socials__link:hover .socials__icon--ok circle {
  stroke: #fff;
}
.mainmenu > ul > li .socials__link .socials__icon--vk {
  fill: none;
}
.mainmenu > ul > li .socials__link .socials__icon--vk rect {
  fill: none;
  stroke: #fff;
}
.mainmenu > ul > li .socials__link .socials__icon--vk > path {
  fill: #fff;
}
.mainmenu > ul > li .socials__link .socials__icon--ok {
  fill: none;
}
.mainmenu > ul > li .socials__link .socials__icon--ok path.hands,
.mainmenu > ul > li .socials__link .socials__icon--ok path.legs,
.mainmenu > ul > li .socials__link .socials__icon--ok circle,
.mainmenu > ul > li .socials__link .socials__icon--ok rect {
  stroke: #fff;
}
.mainmenu > ul > li.push {
  margin-left: auto;
}
.mainmenu > ul li.active {
  color: #ff5722;
  border-bottom: 2px solid #ff5722;
}
.mainmenu > ul li > ul {
  position: absolute;
  left: 0px;
  top: 45px;
  padding: 0px 0px;
  display: none;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 15px 25px 20px 25px;
  background: rgba(35, 19, 16, 0.8);
  border-radius: 3px;
  border-top-left-radius: 0px;
  color: #fff;
  z-index: 50;
}
.mainmenu > ul li > ul a {
  white-space: nowrap;
  display: block;
  color: #fff;
  padding: 8px 0px;
  text-transform: None;
  transition: all 0.2s;
}
.mainmenu > ul li > ul a:hover {
  color: #ff5722;
}
.mainmenu > ul li:hover > ul {
  display: block;
}
@media only screen and (max-width: 768px) {
  .mainmenu > ul {
    display: none;
    position: absolute;
    top: 50px;
    right: 20px;
    flex-direction: column;
    border-radius: 0;
    z-index: 200;
    height: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .mainmenu > ul li.active,
.mainmenu > ul li.push {
    display: none;
  }
  .mainmenu > ul li:hover > ul {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .mainmenu .mbtn {
    display: flex;
  }
}

.site-header {
  background: #1C1B19 url(images/red_bg.jpg) no-repeat top center;
  background-size: cover;
  margin-bottom: 25px;
  padding: 8px 0 0 0;
  min-height: 620px;
  overflow: hidden;
}
.site-header .site-header-nav {
  position: relative;
  z-index: 2;
}
.site-header .site-header-slider {
  position: relative;
  z-index: 1;
}
.site-header .pheader-top {
  min-height: 440px;
}
.site-header .ptitle {
  position: relative;
  text-align: center;
  z-index: 100;
  margin-top: 20px;
  background: rgba(30, 20, 18, 0.5);
  border-radius: 3px;
  padding: 12px 20px 12px 0;
}
@media only screen and (min-width: 768px) {
  .site-header .ptitle {
    position: absolute;
    display: inline-block;
  }
}
.site-header .header-logo {
  position: absolute;
  right: 20px;
  display: block;
}
@media (max-width: 767px) {
  .site-header .header-logo {
    display: none;
  }
}
.site-header .plogo {
  margin: 20px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .site-header .plogo {
    position: absolute;
    top: 150px;
    left: 20px;
  }
}
.site-header .plogo > div {
  margin: 0 auto;
  position: relative;
  width: 200px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 20px 20px 60px #1C1B19, -20px -20px 60px #1C1B19;
  overflow: hidden;
  display: block;
  z-index: 10;
}
.site-header .plogo > div img {
  width: 200px;
}
.site-header .plenta {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 5;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .site-header .plenta {
    top: 80px;
    left: 120px;
  }
}
.site-header .pslider {
  margin-top: 30px;
  position: relative;
  width: 100%;
  max-width: 800px;
  background: rgba(30, 20, 18, 0.5);
  z-index: 1;
  overflow: hidden;
  transition: max-width 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .site-header .pslider {
    max-width: 600px;
  }
}
@media only screen and (min-width: 768px) {
  .site-header .pslider {
    position: absolute;
    margin-top: 0;
    top: 100px;
    right: 25px;
    padding: 30px;
    overflow: hidden;
  }
}
.site-header .pevent {
  position: relative;
  margin: 0;
  padding: 1em 1em;
  color: #fff;
  line-height: 1.4rem;
}
.site-header .pevent a {
  color: #fff;
}
.site-header .pevent a:hover {
  color: #ff5722;
}
.site-header .pevent div.title {
  padding: 10px 20px 0 0;
}
.site-header .pevent div.title > strong {
  display: inline-block;
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.7rem;
  text-transform: uppercase;
}
.site-header .pevent div.action {
  padding: 0 20px 0 0;
}
.site-header .pevent div.method {
  padding: 10px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .site-header .pevent {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    background: rgba(30, 20, 18, 0.5);
  }
}

.site-header-main {
  position: relative;
  background: #1C1B19 url(images/red_bg.jpg) no-repeat top center;
  background-size: cover;
  margin-bottom: 25px;
  padding: 8px 0 0 0;
  min-height: 270px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.site-header-main .lenta-wrap {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.site-header-main .lenta-wrap .lenta {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%) rotateZ(10deg);
  display: flex;
}
.site-header-main .lenta-wrap .lenta picture:first-child {
  top: 71px;
  left: 0px;
  position: relative;
  transform: scaleX(-1) scaleY(-1);
}
.site-header-main .patriot {
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  width: 180px;
  border: 1px solid rgba(30, 20, 18, 0.5);
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 20px 20px 60px #1C1B19, -20px -20px 60px #1C1B19;
}
.site-header-main .patriot img {
  width: 180px;
}
.site-header-main .container {
  position: relative;
}
.site-header-main .container__nav {
  margin-bottom: 10px;
  bottom: 0;
  z-index: 100;
}
.site-header-main a {
  transition: all 0.2s;
}
.site-header-main .ptitle {
  text-align: center;
  background: rgba(30, 20, 18, 0.5);
  border-radius: 3px;
  z-index: 2;
  margin-bottom: 10px;
}

.site_gallery .gallery__wrapper {
  padding: 10px 0;
}
.site_gallery .gallery__wrapper .gallery__block {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .site_gallery .gallery__wrapper .gallery__block {
    flex-direction: column;
    align-items: center;
  }
}
.site_gallery .gallery__wrapper .gallery__block--margin {
  margin-bottom: 20px;
}
.site_gallery .gallery__wrapper .gallery__title {
  margin: 20px 0 20px 0;
  color: #000;
}
.site_gallery .gallery__wrapper .gallery__main {
  width: calc(50% - 9px);
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  border-radius: 5px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .site_gallery .gallery__wrapper .gallery__main .gallery__bottom {
    display: none;
  }
}
@media (max-width: 767px) {
  .site_gallery .gallery__wrapper .gallery__main {
    width: calc(100% - 9px);
  }
}
.site_gallery .gallery__wrapper .gallery__right {
  width: calc(50% - 9px);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .site_gallery .gallery__wrapper .gallery__right {
    width: calc(100% - 9px);
  }
}
.site_gallery .gallery__wrapper .gallery__box {
  width: calc(50% - 9px);
  display: flex;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 18px;
  transition: 0.3s;
}
.site_gallery .gallery__wrapper .gallery__box:hover {
  opacity: 0.6;
}
.site_gallery .gallery__wrapper .gallery__box--margin {
  margin: 0px;
}
.site_gallery .gallery__wrapper .gallery__box:nth-child(-n+2) {
  margin-top: 0px;
}
@media (max-width: 767px) {
  .site_gallery .gallery__wrapper .gallery__box {
    width: 100%;
  }
  .site_gallery .gallery__wrapper .gallery__box:nth-child(-n+2) {
    margin-top: 18px;
  }
  .site_gallery .gallery__wrapper .gallery__box:first-child {
    margin-top: 0px;
  }
  .site_gallery .gallery__wrapper .gallery__box--margin {
    margin: 0px;
  }
}
.site_gallery .gallery__wrapper .gallery__img {
  width: 100%;
}
.site_gallery .gallery__wrapper .gallery__text {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  color: #FFFFFF;
  transition: 0.3s;
}
.site_gallery .gallery__wrapper .gallery__text {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  color: #FFFFFF;
  transition: 0.3s;
}
.site_gallery .gallery__wrapper .gallery__text:hover {
  color: #7F9CC2;
}
.site_gallery .gallery__wrapper .gallery__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  padding: 20px;
}
@media (max-width: 767px) {
  .site_gallery .gallery__wrapper .gallery__bottom {
    position: relative;
  }
}

.site_subscribe {
  margin: 60px 0;
  color: #fff;
  background-color: #373737;
  background-image: url(images/sec_bg_flag.png);
  background-position: right top;
  background-repeat: no-repeat;
  padding: 20px 0px 20px;
}
.site_subscribe a {
  color: #ff5722;
}
.site_subscribe a:hover {
  text-decoration: underline;
}
.site_subscribe .mailing__title {
  text-align: center;
  display: block;
}
.site_subscribe .mailing__desc {
  margin: 0 0 40px 0;
  color: #fff;
  font-size: 1.15rem;
  text-align: center;
}
.site_subscribe .mailing__botside {
  text-align: center;
  font-size: 0.95rem;
}
.site_subscribe .mailing__form {
  margin: 0 auto;
  max-width: 600px;
}
.site_subscribe .mailing__top {
  margin: 0 auto;
  display: flex;
  max-width: 400px;
  margin-bottom: 15px;
}
.site_subscribe .mailing__input {
  margin: 5px;
  width: 100%;
  background: none;
  outline: none;
  padding: 9px 20px;
  padding-top: 9px;
  color: #fff;
  border: none;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
}
.site_subscribe .mailing__input:placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.site_subscribe .mailing__input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.site_subscribe .mailing__input::-moz-placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.site_subscribe .mailing__input--tel {
  display: none;
}
.site_subscribe .mailing__button {
  margin: 5px;
}
.site_subscribe .socials__link {
  display: flex;
  padding: 8px 2px 0;
  margin: 0;
}
.site_subscribe .socials__icon--vk {
  fill: #0060ac;
}
.site_subscribe .socials__icon--vk rect {
  fill: #0060ac;
  stroke: #0060ac;
}
.site_subscribe .socials__icon--vk > path {
  fill: #fff;
}
.site_subscribe .socials__icon--vk:hover rect {
  fill: #0060ac;
  stroke: #0060ac;
}
.site_subscribe .socials__icon--vk:hover > path {
  fill: #fff;
}
.site_subscribe .socials__icon--inst {
  fill: none;
}
.site_subscribe .socials__icon--ok {
  fill: none;
}
.site_subscribe .socials__icon--ok rect {
  stroke: #ff5722;
  fill: #ff5722;
}
.site_subscribe .socials__icon--ok > path.hands,
.site_subscribe .socials__icon--ok > path.legs,
.site_subscribe .socials__icon--ok circle {
  fill: #ff5722;
  stroke: #fff;
}
.site_subscribe .socials__icon--ok:hover rect {
  stroke: #ff5722;
  fill: #ff5722;
}
.site_subscribe .mailing__bot {
  padding: 30px 0 0 0;
  color: rgba(255, 255, 255, 0.54);
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  .site_subscribe .follow__result > div {
    flex-direction: column;
  }
  .site_subscribe .mailing__social {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .site_subscribe .mailing__social .mailing__topic {
    padding: 8px 10px 0 0;
  }
}

@media (max-width: 767px) {
  .site_subscribe {
    margin: 0px 0 60px;
  }
}
.site_news .news__title {
  padding-bottom: 0.5em;
  color: rgba(33, 33, 33, 0.87);
}
.site_news .news__slider {
  position: relative;
  margin: 0;
  overflow: hidden;
  margin: 0;
  text-align: left;
  display: flex;
  flex-flow: wrap;
  transition-property: transform;
  box-sizing: content-box;
}
.site_news .news__item {
  display: flex;
  flex-flow: column wrap;
  border-radius: 5px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  position: relative;
  margin-bottom: 30px;
  background-color: #fff;
  transition: background 0.5s ease;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  width: 23%;
  margin-right: 2%;
  font-family: "site_font1", Arial, Verdana, Tahoma, Helvetica, sans-serif;
}
.site_news .news__item a {
  color: rgba(33, 33, 33, 0.87);
}
.site_news .news__item .img_item_bg {
  height: 150px;
  overflow: hidden;
}
.site_news .news__item .text_box {
  padding: 1rem;
}
.site_news .news__item .text_box .date {
  margin: 5px 0;
  color: #767676;
}
.site_news .news__item:hover .img_item_bg {
  transform: scale(1.05, 1.05);
}
@media (max-width: 767px) {
  .site_news .news__item {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .site_news .news__item {
    font-size: 14px;
  }
  .site_news .news__slider_content {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.site_news .news__item-gorizontal {
  display: flex;
  flex-flow: row;
  border-radius: 5px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  position: relative;
  margin-bottom: 30px;
  background-color: #fff;
  transition: background 0.5s ease;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  font-family: "site_font1", Arial, Verdana, Tahoma, Helvetica, sans-serif;
  padding: 5px;
}
.site_news .news__item-gorizontal a {
  color: rgba(33, 33, 33, 0.87);
  display: flex;
  align-content: center;
  align-items: center;
}
.site_news .news__item-gorizontal .img_item_bg {
  width: 250px;
  border-radius: 5px;
  overflow: hidden;
  margin: 5px;
}
@media (max-width: 767px) {
  .site_news .news__item-gorizontal .img_item_bg {
    width: 100%;
  }
}
.site_news .news__item-gorizontal .text_box {
  padding: 1rem;
}
.site_news .news__item-gorizontal .text_box .date {
  margin: 5px 0;
  color: #767676;
}
.site_news .news__item-gorizontal:hover .img_item_bg {
  transform: scale(1.05, 1.05);
}
@media (max-width: 767px) {
  .site_news .news__item-gorizontal {
    flex-direction: column;
  }
}

.site_main {
  margin: 30px 0 0 0;
}
.site_main .content,
.site_main .content-md {
  display: flex;
  flex-flow: row nowrap;
  justify-content: stretch;
  align-content: stretch;
  align-items: flex-start;
}
.site_main .content article,
.site_main .content-md article {
  flex: 1 1 100%;
  background: #fff;
  margin: 0;
  padding: 30px 30px;
  border-radius: 3px;
  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);
}
.site_main .content aside,
.site_main .content-md aside {
  flex: 0 0 310px;
  max-width: 310px;
  margin: 0;
  padding: 0 30px 0 0;
}
.site_main .content aside.right,
.site_main .content-md aside.right {
  padding: 0 0 0 30px;
}
.site_main .content aside nav,
.site_main .content-md aside nav {
  background: #fff;
  padding: 20px 10px;
  border-radius: 3px;
  max-width: 100%;
  width: 100%;
  overflow: auto;
  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);
  box-sizing: border-box;
}
.site_main .content aside nav li,
.site_main .content-md aside nav li {
  margin: 7px 20px;
}
.site_main .content aside nav li > ul,
.site_main .content-md aside nav li > ul {
  margin: 10px 10px 20px 10px;
}
.site_main .content aside nav li > ul a,
.site_main .content-md aside nav li > ul a {
  font-family: "site_font";
  font-size: 0.8rem;
  font-weight: normal;
}
.site_main .content aside nav a,
.site_main .content-md aside nav a {
  color: rgba(33, 33, 33, 0.87);
  font-weight: 500;
  font-size: 0.9rem;
  font-family: "site_font1";
  transition: all 0.2s;
}
.site_main .content aside nav a.active,
.site_main .content-md aside nav a.active {
  border-bottom: 1px solid #ff5722;
}
.site_main .content aside nav a:hover,
.site_main .content-md aside nav a:hover {
  color: #ff5722;
}
.site_main .content aside .bn,
.site_main .content-md aside .bn {
  text-align: center;
  margin: 30px auto;
}
@media (max-width: 767px) {
  .site_main .content aside.right,
.site_main .content-md aside.right {
    max-width: none;
    width: 100%;
    padding: 0;
  }
  .site_main .content aside.right nav,
.site_main .content-md aside.right nav {
    width: 100%;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .site_main .content {
    flex-direction: column;
  }
}
.site_main h1,
.site_main h2,
.site_main h3,
.site_main h4,
.site_main h5 {
  margin: 5px 0 26px;
  font-size: 2rem;
  font-family: "site_font_hdr";
  font-weight: normal;
  line-height: 1;
  color: rgba(33, 33, 33, 0.87);
}
.site_main p {
  margin: 16px 0;
  color: rgba(33, 33, 33, 0.8);
}

.site_footer {
  color: rgba(255, 255, 255, 0.54);
  min-height: 300px;
  background-color: #1e1412;
}
.site_footer a {
  color: rgb(255, 255, 255);
  transition: all 0.2s;
  text-decoration: underline;
}
.site_footer a:hover, .site_footer a:focus {
  color: #ff5722;
}
.site_footer .border-bottom {
  border-bottom: 1px solid #ff5722;
}
.site_footer .footer__line {
  position: relative;
  padding: 1em 0;
  margin: 1.5em 0;
  background-color: #594f4f;
}
.site_footer .footer__line > div.container-md {
  font-size: 0.8em;
  line-height: 1.2;
  display: flex;
}
.site_footer .footer__line > div.container-md .logo {
  position: relative;
  width: 120px;
}
.site_footer .footer__line > div.container-md .logo .logo__wrap {
  position: absolute;
  top: -50%;
  background-color: #fff;
  overflow: hidden;
  border-radius: 100%;
  border: 1px solid rgba(30, 20, 18, 0.5);
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 20px 20px 60px #1C1B19, -20px -20px 60px #1C1B19;
}
.site_footer .footer__line > div.container-md .logo .logo__wrap img {
  width: 120px;
  width: 120px;
}
.site_footer .footer__line > div.container-md .left,
.site_footer .footer__line > div.container-md .right {
  padding: 0 1.5rem;
  display: flex;
  width: calc(40% - 60px);
  align-items: center;
}
.site_footer .footer__line > div.container-md .right {
  justify-content: right;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .site_footer .footer__line > div.container-md {
    flex-direction: column;
  }
  .site_footer .footer__line > div.container-md .logo {
    display: none;
  }
  .site_footer .footer__line > div.container-md .left,
.site_footer .footer__line > div.container-md .right {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    width: auto;
    text-align: center;
    justify-content: center;
  }
}
.site_footer .footer__copy {
  position: relative;
  padding: 15px 0 10px 0;
  color: rgba(255, 255, 255, 0.89);
  font-size: 0.8em;
  line-height: 1.2;
}
.site_footer .footer__copy .socials__link {
  padding: 8px 2px 0;
  margin: 0;
}
.site_footer .footer__copy .socials__icon--vk {
  fill: #594f4f;
}
.site_footer .footer__copy .socials__icon--vk rect {
  fill: #594f4f;
  stroke: #594f4f;
}
.site_footer .footer__copy .socials__icon--vk > path {
  fill: #fff;
}
.site_footer .footer__copy .socials__icon--vk:hover rect {
  fill: #0060ac;
  stroke: #0060ac;
}
.site_footer .footer__copy .socials__icon--vk:hover > path {
  fill: #fff;
}
.site_footer .footer__copy .socials__icon--inst {
  fill: none;
}
.site_footer .footer__copy .socials__icon--ok {
  fill: none;
}
.site_footer .footer__copy .socials__icon--ok rect {
  stroke: #594f4f;
  fill: #594f4f;
}
.site_footer .footer__copy .socials__icon--ok > path.hands,
.site_footer .footer__copy .socials__icon--ok > path.legs,
.site_footer .footer__copy .socials__icon--ok circle {
  fill: #594f4f;
  stroke: #fff;
}
.site_footer .footer__copy .socials__icon--ok:hover rect {
  stroke: #ff5722;
  fill: #ff5722;
}
@media only screen and (max-width: 768px) {
  .site_footer .footer__copy .wrapper {
    flex-direction: column;
  }
  .site_footer .footer__copy .wrapper > div {
    margin: 0.5rem 0;
    text-align: center;
  }
}

.photogallery_news img {
  display: inline-block;
  margin: 0 1rem 1rem 0;
  height: 150px;
  border-radius: 5px;
  overflow: hidden;
  border: rgba(135, 0, 0, 0.8) 1px solid;
  padding: 2px;
}/*# sourceMappingURL=styles.css.map */