* {
  word-break: break-word;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}
details,
main {
  display: block
}

h1 {
  font-size: 2em
}

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

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

a {
  text-decoration: none;
  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
}

small {
  font-size: 80%
}

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

sub {
  bottom: -.25em
}

sup {
  top: -.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
}

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

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

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

fieldset {
  padding: .35em .75em .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
}

summary {
  display: list-item
}

[hidden],
template {
  display: none
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin: 0;
  padding: 0;
  font-weight: 400
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: .9375rem;
  padding-right: .9375rem
}

body {
  margin: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px
}

p {
  font-size: 1em;
  margin-bottom: 0
}

a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
input:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
div:focus {
  outline: 0 !important;
  outline-color: transparent !important;
  outline-width: 0 !important;
  outline-style: none !important;
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0) !important;
}


body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #2C3639;
  background: rgba(232, 245, 233, .8);
}

@media (max-width: 576px) {
  body {
    font-size: 14px;
  }
}

h1 {
  font-weight: bold;
  line-height: normal;
  font-size: 1.2em;
  color: #000;
  margin: 0 0 10px;
}

h2 {
  font-weight: bold;
  line-height: normal;
  font-size: 1.1em;
  color: #000;
  margin: 0 0 10px;
}

h3 {
  font-weight: 600;
  line-height: normal;
  font-size: 1em;
  color: #000;
  margin: 0 0 10px;
}

h4 {
  font-weight: normal;
  line-height: normal;
  font-size: 1em;
  color: #000;
  margin: 0 0 20px;
}

p {
  font-size: 1em;
  line-height: 1.4em;
  margin-bottom: 0;
}

.content p:first-letter {
  margin-left: 2em;
}

.content-base {
  padding: 1em 0;
}

ul {
  list-style-type: none;
}

a {
  color: #2C3639;
  text-decoration: none;
}

a:hover {
  color: #1B5E20;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  text-decoration: none;
}

.feedback {
  margin: 1em 0;
}

.feedback__link {
  position: relative;
  display: inline-block;
  line-height: 20px;
  padding-left: 30px;
}

.feedback__link:before {
  content: url("../../assets/manager/icons/envelope.svg");
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.ministry {
  padding-left: 1em;
}

.ministry__link {
  font-size: 16px;
  font-weight: bold;
}

.pagetitle-1 {
  font-size: 16px;
  margin-bottom: 5px;
  white-space: nowrap;
  font-weight: normal;
}
.pagetitle-2 {
  text-align: center;
}
@media (max-width:1180px) {
  .pagetitle-1 {
    white-space: normal;
  }
}

.pagetitle {
  font-weight: normal;
  font-size: 22px;
  margin-bottom: 5px;
}

.grid {
  display: grid;
}

.btns {
  display: inline-block;
  min-width: 168px;
  height: 40px;
  line-height: 36px;
  border-radius: 4px;
  background: #3168bb;
  text-align: center;
  text-decoration: none;
  margin-right: 30px;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

.btns:hover {
  background: #ffffff;
  color: #3168bb;
}

.btns.btn-white {
  background: #ffffff;
  color: #3168bb;
}

.btns.btn-white:hover {
  background: #3168bb;
  color: #fff;
}

header {
  background: #A5D6A7;
}

header .logo-block {
  text-align: center;
}

header .pagetitle-block {

  padding: 1em 0;
}

header .pagetitle {
  text-align: center;
  font-size: 24px;
  color: #00122D;
  text-decoration: none;
}

header .pagetitle span {
  font-weight: 700;
}

header .pagetitle:hover {
  color: rgb(46, 173, 131);
}

header .phones {
  font-size: 18px;
}

header .text-right {
  margin-bottom: 15px;
}

.header-contacts {
  text-align: right;
  font-size: 14px;
}
.head__bookmark-item {
  display: flex;
}
.head__bookmark-item .eye__text {
  margin-right: 1em;
}

.icon__eye {
  font-size: 1.4em;
  transition: .3s;
  flex: 0 0 36px;
  display: flex;
  height: 36px;
  width: 36px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.icon__eye svg {
  height: 28px;
  width: 28px;
  fill: #2b4515;
  transition: .3s;
}
.icon__eye:hover {
  background: #fff;
}
.icon__eye:hover svg {
  fill: #000;
}

@media (max-width: 992px) {
  .pagetitle-1 {
    white-space: normal;
  }

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

  .header-contacts p {
    margin-top: 15px;
    margin-bottom: 0;
  }

  .header-contacts .socials {
    margin: 15px 0;
  }
}

/* навигация */

.nav__block {
  border: 1px solid #ccc;
}

.nav-link {
  text-decoration: none;
  color: #00122D;
  font-size: 1em;
}

.navbar.navbar-expand-lg {
  padding: 0;
  -webkit-transition: .3s ease-in-out all;
  transition: .3s ease-in-out all;
}

.navbar .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}

.navbar .navbar-nav .nav-link:hover,
.nav-item.active {
  background: rgba(165, 214, 167, .8);
  text-align: center;
}

.nav__block .navbar {
  width: 100%;
}


.nav__block .navbar-collapse,
.nav__block .navbar-nav {
  -webkit-box-align: center;
  align-items: center;
}

.nav__block .dropdown .dropdown-menu {
  -webkit-transition: .3s all;
  transition: .3s all;
  border-radius: 0;
  margin: 0;
  padding: 0;
  border: none;
  background: rgba(232, 245, 233, 1);
  border: 1px solid #ccc;
  text-align: center;
}

.nav__block .level2.dropdown .dropdown-menu {
  left: 100%;
  top: 0;
  padding-top: 0;
}

.nav__block .nav-item.level1 .nav-item {
  border: none;
}

.nav__block .dropdown .dropdown-item {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, .4);
}

.nav__block .dropdown .dropdown-item:hover {
  color: #1B2B48;
}

.nav__block .dropdown:hover>.dropdown-menu {
  display: block;
}

.nav-icon1 {
  display: inline-block;
  background: rgb(30, 30, 30);
  width: 18px;
  height: 18px;
  position: relative;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer
}

.nav-icon1 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.nav-icon1 span:nth-child(1) {
  top: 0
}

.nav-icon1 span:nth-child(2) {
  top: 6px
}

.nav-icon1 span:nth-child(3) {
  top: 12px
}
.mobileshow {
  display: none;
}

@media (max-width: 992px) {
  .mobilehide {
    display: none;
  }
  .mobileshow {
    display: block;
  }
}
@media (max-width: 576px) {
  .navbar .container {
    margin: 0;
    width: 100%;
  }
  .navbar .row {
    margin: 0;
  }
}

/*  хлебные крошки */

.inner-content .breadcrumb-block {
  margin-top: .5em;
  margin-bottom: .5em;
  list-style-type: none;
  margin-left: 2em;
}

.rules__page .breadcrumb-block,
.contacts__page .breadcrumb-block {
  margin-left: 0;
}

.rules-list {
  margin-bottom: 2.5em;
}

.rules-list__item {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  text-align: center;
  padding: 0;
  border: 1px solid #ccc;
}

.rules-list__item.last {
  border-left: 0;
}

.rules-list__item a {
  display: block;
  padding: 1em 1em;
  color: #2C3639 !important;
  text-decoration: none !important;
}

.rules-list__item:hover,
.rules-list__item:focus,
.rules-list__item.active {
  background: #2b4515;

}

.rules-list__item:hover a,
.rules-list__item:focus a,
.rules-list__item.active a {
  color: #fff !important;
}

.tour-content {}

.tour-link {
  text-decoration: underline;
}

.tour__docfile {
  margin: 2em 1em;
}

.tour-intro__text:nth-child(1) {
  margin-top: 30px;
}

.inner-content .page-breadcrumb {
  display: inline-block;
  font-size: .8em;
}

.main-slick {
  position: relative;
}

.main-slick .item-slide {
  background-size: cover !important;
}

.main-slick .item-slide .row {
  height: 500px;
}

.main-slick .item-slide .overlay-slide {
  padding: 10px;
  background: rgba(0, 0, 0, .4);
}

.main-slick .item-slide h2 {
  font-weight: 600;
  font-size: 30px;
  color: #fff;
  margin-bottom: 10px;
}

.main-slick .item-slide p {
  color: #fff;
  line-height: 23px;
  margin: 0 0 50px;
}

.main-slick .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 0;
  background: #ffffff;
  border: 0;
  cursor: pointer;
  z-index: 10;
}

.main-slick .slick-arrow:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  height: 18px;
}

.main-slick .slick-arrow.slick-next {
  right: 5%;
}

.main-slick .slick-arrow.slick-next:before {
  left: 27px;
  background: url(../img/next.svg) no-repeat;
  background-size: contain;
}

.main-slick .slick-arrow.slick-prev {
  left: 5%;
}

.main-slick .slick-arrow.slick-prev:before {
  left: 23px;
  background: url(../img/prev.svg) no-repeat;
  background-size: contain;
}

.main-slick .slick-arrow:hover {
  opacity: 0.8;
}

.our-advantages {
  background: #ECF1F9;
  margin-bottom: 80px;
}

.our-advantages .row {
  height: 150px;
}

.our-advantages .advantage-item {
  font-weight: 600;
  line-height: normal;
  font-size: 16px;
  white-space: nowrap;
  color: #00122D;
}

.our-advantages .advantage-item img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}

.our-advantages .advantage-item span {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}

.content {
  margin: 30px 0;
}

.content .container {
  border-bottom: 1px solid #efefef;
}

.section-title {
  margin-bottom: 1.5em;
}

.content p {
  font-size: 1em;
  line-height: 1.6em;
}

.content h2 {
  margin-bottom: 1em;
  text-align: center;
}

.content__block a {
  color: rgb(46, 173, 131);
  text-decoration: underline;
}

.content p:first-child {
  margin-bottom: 1em;
}

.park-permission {
  margin-top: 2em;
}
.link-underlined {
  color: rgb(46, 173, 131);
  text-decoration: underline;
}

.park-heads {
  grid-template-columns: repeat(3, minmax(300px, auto));
  grid-auto-rows: minmax(700px, auto);
  grid-gap: 20px;
}

@media (max-width: 992px) {
  .park-heads {
    grid-template-columns: repeat(2, minmax(300px, auto));
  }
}

@media (max-width: 796px) {
  .park-heads {
    grid-gap: 10px;
    grid-template-columns: repeat(2, minmax(250px, auto));
    grid-auto-rows: minmax(600px, auto);
  }
}

@media (max-width: 576px) {
  .park-heads {
    grid-gap: 10px;
    grid-template-columns: minmax(250px, auto);
    grid-auto-rows: minmax(600px, auto);
  }
}

.heads__item {
  padding: 0;
  border: 1px solid rgba(0, 0, 0, .1);
  margin-bottom: 2em;
}

.heads__img {
  margin-bottom: 1em;
}

.heads__desc {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: flex-start;
          justify-content: flex-start;
  text-align: center;
  padding: 5px;
}

.heads__name {
  margin-bottom: 10px;
}

.section-title h2 {
  text-align: center;
  position: relative;
  font-size: 26px;
  white-space: nowrap;
  overflow: hidden;
}

.services {
  padding-top: 30px;
}

.services-slick {
  margin-bottom: 50px;
}

.services-slick .service-item {
  display: block;
  text-decoration: none;
  color: #3168BB;
  margin-bottom: 30px;
}

.services-slick .service-item img {
  display: block;
  margin: auto;
  margin-bottom: 10px;
}

.services-slick .service-item span {
  font-weight: 600;
  line-height: 26px;
  font-size: 16px;
}

.services-slick .service-item:hover {
  text-decoration: underline;
}

.services-slick .service-item:hover img {
  opacity: 0.9;
}

.services-slick .slick-arrow {
  position: absolute;
  top: 46px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 0;
  background: #ffffff;
  border: 0;
  cursor: pointer;
  z-index: 10;
}

.services-slick .slick-arrow:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  height: 18px;
}

.services-slick .slick-arrow.slick-next {
  right: -14px;
}

.services-slick .slick-arrow.slick-next:before {
  left: 27px;
  background: url(../img/next.svg) no-repeat;
  background-size: contain;
}

.services-slick .slick-arrow.slick-prev {
  left: -15px;
}

.services-slick .slick-arrow.slick-prev:before {
  left: 23px;
  background: url(../img/prev.svg) no-repeat;
  background-size: contain;
}

.services-slick .slick-arrow:hover {
  opacity: 0.8;
}

.service-name {
  width: 100%;
  text-align: center;
}

.service-name h4 {
  margin: 0;
}

.service-item:hover {
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}


.service-name:hover h4 {
  text-decoration: none;
  color: #1B5E20;
  -webkit-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.consultation {
  margin-bottom: 100px;
}

.consultation .consultation-wrapper {
  height: 150px;
  background: #ECF1F9 url("../img/consultation.png") 0 0 no-repeat;
}

.consultation .consultation-wrapper h2 {
  margin: 0 0 10px;
}

.consultation .consultation-wrapper p {
  line-height: normal;
  margin: 0;
}

.order-service {
  margin-bottom: 100px;
}

.order-service .order-service-wrapper {
  min-height: 150px;
  background: #ECF1F9 url("../img/service.png") 0 0 no-repeat;
}

.order-service .order-service-wrapper h2 {
  margin: 0 0 10px;
}

.order-service .order-service-wrapper p {
  line-height: normal;
  margin: 0;
}

.order-service .order-service-wrapper .btns {
  margin-right: 0;
}

.clients {
  margin-bottom: 50px;
}

.clients .clients-slick .slick-dots {
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  text-align: center;
}

.clients .clients-slick .slick-dots li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 20px;
}

.clients .clients-slick .slick-dots li:last-of-type {
  margin-right: 0;
}

.clients .clients-slick .slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 0;
  background: #ecf1f9;
}

.clients .clients-slick .slick-dots li.slick-active button {
  background: #3168bb;
}

.inner-content {
  margin-bottom: 2em;
}

.inner-content.gallery-page {
  margin-bottom: 1em;
}

.docs__block {
  text-align: center;
}

.rules {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
  margin: 30px 0;
}

.rules__item {
  margin-right: 20px;
  margin-bottom: 20px;
}

.rules__item:last-child {
  margin-right: 0;
}

.rules__item .p {
  padding-left: 40px;
  position: relative;
}

.rules__item .p:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
}

a[href$=".pdf"] .p:before {
  content: url('../img/icons/pdf.svg');
}

a[href$=".docx"] .p:before {
  content: url('../img/icons/doc.svg');
}

a[href$=".txt"] .p:before {
  content: url('../img/icons/doc.svg');
}

a[href$=".doc"] .p:before {
  content: url('../img/icons/doc.svg');
}

a[href$=".rtf"] .p:before {
  content: url('../img/icons/doc.svg');
}

a[href$=".xls"] .p:before {
  content: url('../img/icons/excel.svg');
}

a[href$=".xlsx"] .p:before {
  content: url('../img/icons/excel.svg');
}

a[href$=".xlsm"] .p:before {
  content: url('../img/icons/excel.svg');
}

a[href$=".ods"] .p:before {
  content: url('../img/icons/excel.svg');
}

a[href$=".zip"] .p:before {
  content: url('../img/icons/rar.svg');
}

a[href$=".rar"] .p:before {
  content: url('../img/icons/rar.svg');
}

a[href$=".zip"] .p:before {
  content: url('../img/icons/rar.svg');
}

a[href$=".tar"] .p:before {
  content: url('../img/icons/rar.svg');
}

a[href$=".zipx.sit"] .p:before {
  content: url('../img/icons/rar.svg');
}

a[href$=".sitx"] .p:before {
  content: url('../img/icons/rar.svg');
}

a[href$=".jpg"] .p:before {
  content: url('../img/icons/picture.svg');
}

a[href$=".jpeg"] .p:before {
  content: url('../img/icons/picture.svg');
}

a[href$=".png"] .p:before {
  content: url('../img/icons/picture.svg');
}

a[href$=".svg"] .p:before {
  content: url('../img/icons/picture.svg');
}

a[href$=".tif"] .p:before {
  content: url('../img/icons/picture.svg');
}

a[href$=".gif"] .p:before {
  content: url('../img/icons/picture.svg');
}

.normatives__item .p:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
}

.normatives {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  flex-wrap: wrap;
  margin: 0 20px;
}

.normatives__item {
  margin-right: 20px;
  margin-bottom: 20px;
}

.normatives__item:last-child {
  margin-right: 0;
}

.normatives__item .p {
  padding-left: 50px;
  position: relative;
}

/* .rules__item .p:before {
  content: url('../img/icons/doc.svg');
}
.rules__item .p.pdf:before {
  content: url('../img/icons/pdf.svg');
} */

.docs__item {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  width: 240px;
}

.docs__item.vertical {
  margin: 0 auto 25px;
}

.docs__item.horizontal {
  margin-top: 25px;
}

.docs__title .h3 {
  font-size: 16px;
  font-weight: bold;
}

.docs__img {
  width: 240px;
  height: 320px;
}

.docs__title {
  text-align: center;
  font-size: 20px;
}

.docs__link {
  text-align: center;
}

/* targets */
.targets {
  padding: 2em 0;
  
  background: rgba(165, 214, 167, .8);
  /* background: #fff; */
}
.target__block {
  padding: 1.5em 0;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-auto-rows: auto;
  grid-gap: 1.5em;
  justify-items: center;
}
.target__block .children__link {
  font-size: .9em;
}
.target__item {
  display: -webkit-box;
  display: flex;
  flex-direction: row;
  width: 100%;
  /* align-items: flex-start; */
}
.target__icon {
  background: #1B5E20;
  padding: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 80px;
  margin-right: 1.5em;
  border-radius: 50%;
  height: 80px;
  transition: .3s all;
}
.target__icon:hover {
  background: #fff;
}
.target__icon svg {
  max-width: 40px;
  height: 40px;
  fill: #fff;
}
.target__icon:hover svg {
  fill: #2b4515
}
.children__link {
  display: inline-block;
}

.children__icon {
  margin: 0 .5em;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  text-align: center;
  line-height: 1.3em;
  background: rgb(162, 196, 133);
  border-radius: 50%;
}
.children__icon svg {
  height: 1em;
  max-width: .9em;
  fill: #fff;
}
@media (max-width: 576px) {
  .target__item {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .target__text {
    margin-top: 1em;
    text-align: center;
  }
  .target__icon {
    width: 80px;
  }
}

/* footer */
footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #1b2b48;
  color: #fff;
  font-weight: 600;
}
.footer__right {
  display: flex;
  flex-direction: column;
}
.bw-copy {
  margin-top: auto;
}
footer .navbar.navbar-expand-lg {
  border: none;
}

footer .logo-block {
  text-align: center;
}

footer .navbar .navbar-nav .nav-link:hover,
footer .nav-item.active {
  text-align: left;
  background: inherit;
}
footer .dropdown-menu.show {
  background: #1b2b48;
}

footer .logo {
  font-weight: 700;
  font-size: 16px;
  text-transform: none;
}

footer .nav-item {
  position: relative;
}

footer .nav-link {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}

footer a:hover {
  text-decoration: underline;
}

footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer p {
  font-size: 14px;
  line-height: normal;
  margin: 0 0 10px;
}

.socials {
  margin: 1em 0;
}

.socials li {
  display: inline-block;
  margin-left: 10px;
}

.socials li a {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 30px;
  font-weight: normal;
}

.socials li a.vk:before {
  content: "\f189";
  font-family: "FontAwesome";
  color: #00122d;
}

.socials li a.vk:hover {
  background: #4c75a3;
}

footer .socials li a.vk:hover:before {
  color: #fff;
}

.socials li a.fb:before {
  content: "\f09a";
  font-family: "FontAwesome";
  color: #00122d;
}

.socials li a.fb:hover {
  background: #3b5998;
}

.socials li a.fb:hover:before {
  color: #fff;
}

.socials li a.ok:before {
  content: "\f263";
  font-family: "FontAwesome";
  color: #00122d;
}

.socials li a.ok:hover {
  background: #ed812b;
}

.socials li a.ok:hover:before {
  color: #fff;
}

.copy {
  font-size: 14px;
}

.copy .row {
  height: 50px;
}

.nav-inner {
  border: 0;
}

.nav-inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-inner ul li {
  border-bottom: 1px solid #E3E3E3;
}

.nav-inner ul li a {
  display: block;
  padding: 14px 14px 14px 30px;
  line-height: normal;
  color: #00122d;
  text-decoration: none;
}

/* .nav-inner ul li a:hover {
  text-decoration: underline;
} */

.nav-inner ul li:hover>a {
  color: #fff;
  background: #2b4515;
  text-decoration: none !important;
}

.item-license {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
  border: 1px solid #e3e3e3;
  padding: 30px;
  margin-bottom: 30px;
}

.item-license a:hover {
  opacity: 0.8;
}

.item-license .description {
  padding-left: 30px;
}

.item-service {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
  border: 1px solid #e3e3e3;
  padding: 30px;
  margin-bottom: 30px;
}

.item-service .img:hover {
  opacity: 0.8;
}

.item-service .description {
  padding-left: 30px;
}


.overlay {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
}

.popups {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 500px;
  background: #fff;
  z-index: 101;
}

.popups.showed {
  display: block;
}

.popups .title-popup {
  position: relative;
  padding: 20px;
  background: #ECF1F9;
  border-top: 4px solid #3168bb;
  font-size: 22px;
}

.popups .body-popup {
  padding: 20px;
}

.popups .title-popup .close-popup {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-decoration: none;
  color: #3168bb;
}

.popups .title-popup .close-popup:before {
  content: "\f00d";
  font-family: "FontAwesome";
  font-size: 26px;
}

.popups .title-popup .close-popup:hover {
  color: #fff;
}

.field-name {
  font-size: 13px;
}

.field-name .required {
  font-size: 18px;
  color: red;
  margin-left: 3px;
}

.title-fields .error {
  color: red !important;
  float: right;
  font-size: 11px;
}

.form-group input.error {
  border-color: red;
}

/* Бегущая строка */
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0)
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0)
  }
}

.marquee {
  display: block;
  width: 100%;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  border-bottom: 1px solid #E3E3E3;
}

.marquee p {
  margin-bottom: 0;
  line-height: 30px;
}

.marquee span {
  display: inline-block;
  padding-left: 100%;
  -webkit-animation: scroll 25s infinite linear;
  animation: scroll 25s infinite linear;
}


/* Конец бегущей строки */

/* Галерея */
.gallery .img-title {
  font-weight: 600;
  text-align: center;
  padding: 1rem .5rem;
}

.gallery .row {
  margin: 0;
}

.albums a {
  color: #000;
  text-decoration: none;
}

.albums a:hover {
  color: #1B5E20;
}

.album-title {
  margin-bottom: 1.5em;
}

.album-title .introtext {
  margin: 1em 0;
}

.album__item img {
  width: 100%;
}

.mainImage {
  margin-bottom: 1rem;
}

.preview-img {}

.ms2Gallery {
  margin: 0;
}

.img__block {
  width: 240px;
  margin-bottom: 15px;
}

/* конец галереи */

/* Новости */
.news__all .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  grid-gap: 1.5em;
  grid-auto-rows: auto;
  margin-bottom: 1em;
}

.news-title {
  text-align: center;
  margin-bottom: 1em;
}
.newsblock__category-list {
  padding: .5em 0;
}
.newsblock__category-list .list {
  display: -webkit-box;
  display: flex;
  padding-bottom: .5em;
}

.newsblock__category-list .tl-tag {
  font-size: .8em;
  padding: .3em;
  background: rgba(65, 255, 90, 0.5);
  border-radius: 5px;
  margin-right: .5em;
}

.news-content .pagination {
  justify-content: center;
}
.news-content .news-introtext p {
  font-size: .8em;
}
.news-content .block__btn {
  display: flex;
  justify-content: center;
  padding: 1em 0;
}
.news-content .btn__common {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 242px;
  padding: 1em 0;
  border-radius: 5px;
}
.news-content .btn__green {
  background: #1B5E20;
  color: #fff;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  box-sizing: border-box;
  border: 1px solid #1B5E20;
}
.news-content .btn__green:hover {
  background: #fff;
  color: #1B5E20;
}
.news-content .news-item {
  display: flex;
  flex-direction: column;
}
.news-item__title {
  margin-bottom: 10px;
}
.news-intro__content {
  margin-top: auto;
}
.news-item__img {
  width: 100%;
  height: 200px;
}
.news-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 992px) {
  .news-content {
    padding-top: 25px;
  }
}

.news-item {
  border-bottom: 1px solid #E3E3E3;
}

.news-item .ticket-read-more {
  color: #1B5E20;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
}

.news-item .ticket-read-more:hover,
.ticket-read-more:focus {
  text-decoration: underline;
}

.news-item__title {
  margin-bottom: 1em;
}

.news-intro__content {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

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

.news-img {
  margin-bottom: 1em;
}

.news-page__img {
  padding: 0;
  margin: 15px auto;
}

.news-author {
  margin: 15px 0;
}

.pagination .page-link {
  color: #2C3639;
}

.pagination .page-item.active .page-link {
  background-color: #a5d6a7;
  color: #2C3639;
  font-weight: bold;
  border-color: #2C3639;
}
.yt-wrapper.yt-wrapper_align_right {
  display: none;
}
#yt-widget .yt-button.yt-button_type_left {
  display: none;
}
.header__lang {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.lang__current {
  border: none;
  background: none;
}
.lang__list {
  list-style-type: none;
  z-index: 1100;
}
.lang__link {
  display: flex;
}
.lang__link img {
  margin-right: 10px;
}

/* аудио */
audio {
  width: 100%;
}

NON RESPONSIVE
/* 
body {
  min-width: 1170px; }

.container {
  min-width: 1170px !important; }
 */