@charset "UTF-8";
/*!*
 * ВНИМАНИЕ! Этот файл генерируется автоматически.
 * Любые изменения этого файла будут потеряны при следующей компиляции.
 */

.about {
  padding: 60px 0
}

@media (max-width:1199px) {
  .about {
    padding: 60px 0
  }
}

@media (max-width:991px) {
  .about {
    padding: 60px 0
  }
}

@media (max-width:767px) {
  .about {
    padding: 60px 0
  }
}

@media (max-width:479px) {
  .about {
    padding: 60px 0
  }
}

.about__inner {
  display: block;
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px
}

@media (max-width:1199px) {
  .about__inner {
    width: 960px
  }
}

@media (max-width:991px) {
  .about__inner {
    width: 100%
  }
}

@media (max-width:767px) {
  .about__inner {
    width: 100%
  }
}

@media (max-width:479px) {
  .about__inner {
    width: 100%
  }
}

.about__title {
  margin: 0;
  margin-bottom: 1em;
  font-family: "Merriweather", "Georgia", "Times New Roman", "Times", serif;
  text-align: center
}

@media (max-width:1199px) {
  .about__title {
    font-size: 28px
  }
}

@media (max-width:991px) {
  .about__title {
    font-size: 24px
  }
}

.about__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.about__grid>* {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%
}

.about__text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px
}

@media (max-width:767px) {
  .about__text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px
  }
}

.about__photo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px
}

@media (max-width:767px) {
  .about__photo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px
  }
}

.about__img-wrap {
  position: relative;
  width: 100%;
  padding-top: 100%;
  background-color: #ebebeb
}

.about__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  font-family: "object-fit:cover;object-position:center";
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.burger {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 30px;
  border: 0;
  padding: 0;
  line-height: 30px;
  background: 0 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer
}

.burger>span {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 3px;
  vertical-align: middle;
  font-size: 0;
  color: transparent;
  background: #000;
  -webkit-transition: background .3s .3s;
  transition: background .3s .3s
}

.burger>span:before,
.burger>span:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #000;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: top .3s .3s, -webkit-transform .3s;
  transition: top .3s .3s, -webkit-transform .3s;
  transition: top .3s .3s, transform .3s;
  transition: top .3s .3s, transform .3s, -webkit-transform .3s
}

.burger>span:before {
  top: -10px
}

.burger>span:after {
  top: 10px
}

.burger--close>span {
  -webkit-transition: background .3s 0s;
  transition: background .3s 0s;
  background: 0 0
}

.burger--close>span:before,
.burger--close>span:after {
  top: 0;
  -webkit-transition: top .3s, -webkit-transform .3s .3s;
  transition: top .3s, -webkit-transform .3s .3s;
  transition: top .3s, transform .3s .3s;
  transition: top .3s, transform .3s .3s, -webkit-transform .3s .3s
}

.burger--close>span:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg)
}

.burger--close>span:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg)
}

.content {
  padding: 60px 0
}

@media (max-width:1199px) {
  .content {
    padding: 60px 0
  }
}

@media (max-width:991px) {
  .content {
    padding: 60px 0
  }
}

@media (max-width:767px) {
  .content {
    padding: 60px 0
  }
}

@media (max-width:479px) {
  .content {
    padding: 60px 0
  }
}

.content__inner {
  display: block;
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px
}

@media (max-width:1199px) {
  .content__inner {
    width: 960px
  }
}

@media (max-width:991px) {
  .content__inner {
    width: 100%
  }
}

@media (max-width:767px) {
  .content__inner {
    width: 100%
  }
}

@media (max-width:479px) {
  .content__inner {
    width: 100%
  }
}

.content__title {
  margin: 0;
  margin-bottom: 1em;
  font-family: "Merriweather", "Georgia", "Times New Roman", "Times", serif;
  text-align: center
}

@media (max-width:1199px) {
  .content__title {
    font-size: 28px
  }
}

@media (max-width:991px) {
  .content__title {
    font-size: 24px
  }
}

.content__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.content__grid>* {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%
}

.content__col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
  padding-left: 15px;
  padding-right: 15px
}

@media (max-width:1199px) {
  .content__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px
  }
}

.donation {
  display: inline-block;
  padding: 7px 14px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: .1em;
  color: #fff;
  background-color: #005fa3;
  -webkit-transition: all .3s;
  transition: all .3s
}

.donation:hover,
.donation:focus {
  color: #fff;
  background-color: #007dd6
}

.donation:active {
  color: #fff;
  background-color: #004170
}

.email {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: inherit;
  text-decoration: none
}

.email__icon {
  margin-right: 15px
}

.email:hover,
.email:focus {
  color: #005fa3
}

.embed-responsive {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0;
  overflow: hidden
}

.embed-responsive::before {
  content: '';
  display: block;
  padding-top: 56.25%
}

.embed-responsive iframe,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0
}

.embed-responsive--4-3::before {
  padding-top: 75%
}

.logo {
  display: inline-block;
  width: 230px;
  white-space: nowrap
}

.logo img {
  display: block;
  max-width: 100%;
  max-height: 100%
}

.main-nav {
  position: relative;
  z-index: 10
}

.main-nav__list {
  margin: 0;
  padding: 0;
  list-style: none
}

@media (max-width:766px) {
  .js .main-nav__list {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .2s;
    transition: max-height .2s
  }
  .js .main-nav__list--lvl-2 {
    max-height: none
  }
  .js .main-nav--open .main-nav__list {
    max-height: 1000px;
    -webkit-transition: max-height .6s;
    transition: max-height .6s
  }
  .js .main-nav--open .main-nav__list--lvl-2 {
    max-height: none
  }
}

@media (min-width:767px) {
  .main-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .main-nav__list--lvl-2 {
    display: block
  }
  .main-nav__list--lvl-3 {
    display: block
  }
}

.main-nav__item {
  position: relative
}

@media (max-width:766px) {
  .main-nav__item {
    margin-bottom: 10px
  }
}

.main-nav__item--active>.main-nav__link {
  color: #000
}

.main-nav__link {
  display: inline-block;
  padding: .5em 1em;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: inherit;
  -webkit-transition: all .3s;
  transition: all .3s
}

.main-nav__link:hover,
.main-nav__link:focus {
  text-decoration: none;
  color: #005fa3;
  background-color: #ebebeb
}

.main-nav__link:active {
  text-decoration: none;
  color: #005fa3;
  background-color: #bdbdbd
}

.main-nav__link--active,
.main-nav__link--active:hover,
.main-nav__link--active:focus,
.main-nav__link--active:active {
  color: #005fa3;
  background-color: initial
}

.main-nav__link--lvl-2 {
  min-width: 200px
}

@media (max-width:766px) {
  .main-nav__link--lvl-2 {
    padding-left: 2em
  }
}

.main-nav__link--lvl-3 {
  min-width: 200px
}

@media (max-width:766px) {
  .main-nav__link--lvl-3 {
    padding-left: 3em
  }
}

@media (min-width:767px) {
  .main-nav__sublist-wrapper--lvl-2 {
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
  }
  .main-nav__item--show-child>.main-nav__sublist-wrapper--lvl-2,
  .main-nav__item:hover .main-nav__sublist-wrapper--lvl-2 {
    height: auto;
    overflow: visible;
    opacity: 1
  }
}

@media (min-width:767px) {
  .main-nav__sublist-wrapper--lvl-3 {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 100%;
    opacity: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
  }
  .main-nav__item--show-child>.main-nav__sublist-wrapper--lvl-3,
  .main-nav__item--lvl-2:hover .main-nav__sublist-wrapper--lvl-3 {
    height: auto;
    overflow: visible;
    opacity: 1
  }
}

.main-nav__toggler {
  display: inline-block;
  margin-bottom: 10px;
  border: 0;
  padding: 0;
  background: 0 0
}

@media (min-width:767px) {
  .main-nav__toggler {
    display: none
  }
}

.no-js .main-nav__toggler {
  display: none
}

.news {
  padding: 140px 0;
  background-color: #ebebeb
}

@media (max-width:1199px) {
  .news {
    padding: 120px 0
  }
}

@media (max-width:991px) {
  .news {
    padding: 100px 0
  }
}

@media (max-width:767px) {
  .news {
    padding: 80px 0
  }
}

@media (max-width:479px) {
  .news {
    padding: 60px 0
  }
}

.news__inner {
  display: block;
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px
}

@media (max-width:1199px) {
  .news__inner {
    width: 960px
  }
}

@media (max-width:991px) {
  .news__inner {
    width: 100%
  }
}

@media (max-width:767px) {
  .news__inner {
    width: 100%
  }
}

@media (max-width:479px) {
  .news__inner {
    width: 100%
  }
}

.news__title {
  margin: 0;
  margin-bottom: 1em;
  font-family: "Merriweather", "Georgia", "Times New Roman", "Times", serif;
  text-align: center
}

@media (max-width:1199px) {
  .news__title {
    font-size: 28px
  }
}

@media (max-width:991px) {
  .news__title {
    font-size: 24px
  }
}

.news__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px
}

.news__grid>* {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%
}

.news__col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 16.66667%
}

@media (max-width:991px) {
  .news__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    padding-left: 15px;
    padding-right: 15px
  }
}

@media (max-width:991px) {
  .news__col {
    margin-left: 8.33333%
  }
}

@media (max-width:767px) {
  .news__col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px
  }
}

@media (max-width:767px) {
  .news__col {
    margin-left: 0
  }
}

.news__item {
  margin-bottom: 30px;
  padding: 20px;
  background-color: #f9f9f9;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, .1);
  box-shadow: 0 5px 30px rgba(0, 0, 0, .1)
}

.news__item-title {
  margin: 0;
  margin-bottom: 1em;
  font-family: "Merriweather", "Georgia", "Times New Roman", "Times", serif;
  text-align: center
}

@media (max-width:991px) {
  .news__item-title {
    font-size: 20px
  }
}

.news__item-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px
}

.news__item-grid>* {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%
}

.news__item-photo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-left: 15px;
  padding-right: 15px
}

@media (max-width:479px) {
  .news__item-photo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px
  }
}

.news__item-img-wrap {
  position: relative;
  width: 100%;
  padding-top: 100%;
  background-color: #ebebeb
}

@media (max-width:479px) {
  .news__item-img-wrap {
    margin-bottom: 20px
  }
}

.news__item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  font-family: "object-fit:cover;object-position:center";
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.news__item-text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  padding-left: 15px;
  padding-right: 15px
}

@media (max-width:479px) {
  .news__item-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px
  }
}

.news__item-date {
  font-size: 14px;
  color: #bdbdbd
}

@-ms-viewport {
  width: device-width
}

@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Merriweather Bold"), local("Merriweather-Bold"), url(../fonts/merriweather-v21-latin_cyrillic-700.woff2) format("woff2"), url(../fonts/merriweather-v21-latin_cyrillic-700.woff) format("woff")
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Roboto Light"), local("Roboto-Light"), url(../fonts/roboto-v20-latin_cyrillic-300.woff2) format("woff2"), url(../fonts/roboto-v20-latin_cyrillic-300.woff) format("woff")
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Roboto"), local("Roboto-Regular"), url(../fonts/roboto-v20-latin_cyrillic-regular.woff2) format("woff2"), url(../fonts/roboto-v20-latin_cyrillic-regular.woff) format("woff")
}

@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url(../fonts/roboto-v20-latin_cyrillic-300italic.woff2) format("woff2"), url(../fonts/roboto-v20-latin_cyrillic-300italic.woff) format("woff")
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Roboto Bold"), local("Roboto-Bold"), url(../fonts/roboto-v20-latin_cyrillic-700.woff2) format("woff2"), url(../fonts/roboto-v20-latin_cyrillic-700.woff) format("woff")
}

.page {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  min-width: 320px;
  min-height: 100%
}

.page__inner {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

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

.page__footer-wrapper {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

*,
:before,
:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}

* {
  -webkit-tap-highlight-color: transparent
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  margin: 0;
  word-break: break-word;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 18px;
  line-height: 1.4;
  font-weight: 300;
  text-align: left;
  color: #000;
  background-color: #f9f9f9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

[tabindex='-1']:focus {
  outline: 0!important
}

[role=button] {
  cursor: pointer
}

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

a,
button,
[role=button],
input,
label,
select,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  margin: 0
}

button,
input {
  overflow: visible;
  text-transform: none
}

button,
html [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 {
  padding: 0;
  border-style: none
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox
}

textarea {
  overflow: auto;
  resize: vertical
}

svg {
  fill: currentColor
}

a svg,
button svg {
  pointer-events: none
}

svg:not(:root) {
  overflow: hidden
}

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

a {
  color: #005fa3;
  background-color: transparent;
  -webkit-transition: color .3s;
  transition: color .3s
}

a:hover,
a:focus {
  color: #003257
}

@media (min-width:1200px) {
  a[href^='tel:'] {
    white-space: nowrap;
    text-decoration: inherit;
    color: inherit
  }
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin-top: 2em;
  margin-bottom: 2em;
  border: 0;
  border-top: 1px solid #b3b3b3
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 1em;
  margin-bottom: .5em;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Ubuntu", "Droid Sans", "Helvetica Neue", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  line-height: 1.4;
  color: currentColor
}

h1 {
  font-size: 48px
}

h2 {
  font-size: 32px
}

h3 {
  font-size: 24px
}

h4 {
  font-size: 18px
}

h5 {
  font-size: 16px
}

h6 {
  font-size: 16px
}

p,
ul,
ol,
dl,
table,
blockquote,
pre,
address,
figure {
  margin-top: 0;
  margin-bottom: 1em
}

p {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  hyphenate-limit-chars: 6 3 3;
  hyphenate-limit-lines: 2;
  hyphenate-limit-last: always;
  hyphenate-limit-zone: 8%
}

address {
  font-style: normal
}

ul,
ol {
  margin-bottom: 1em;
  padding-left: 1.5em
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-top: 0;
  margin-bottom: 0
}

li {
  line-height: inherit
}

small {
  font-size: 14px
}

sub,
sup {
  font-size: 14px
}

b,
strong {
  font-weight: bolder
}

blockquote {
  padding: 0;
  margin-left: 0;
  margin-right: 0
}

code,
kbd,
pre {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

code {
  padding: .06em .3em;
  color: #000;
  background-color: rgba(0, 0, 0, .08);
  border-radius: 3px
}

kbd {
  padding: .06em .3em;
  color: #000;
  background-color: #e6e6e6;
  border-radius: 3px
}

kbd kbd {
  padding: 0
}

pre {
  display: block;
  width: 100%;
  margin-bottom: 1em;
  overflow-x: auto;
  -moz-tab-size: 2;
  -o-tab-size: 2;
  tab-size: 2;
  background-color: rgba(0, 0, 0, .08)
}

pre code {
  background: 0 0
}

.page-footer {
  padding: 30px 0;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 400
}

.page-footer__inner {
  display: block;
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px
}

@media (max-width:1199px) {
  .page-footer__inner {
    width: 960px
  }
}

@media (max-width:991px) {
  .page-footer__inner {
    width: 100%
  }
}

@media (max-width:767px) {
  .page-footer__inner {
    width: 100%
  }
}

@media (max-width:479px) {
  .page-footer__inner {
    width: 100%
  }
}

.page-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 20px
}

.page-footer__phone {
  margin-right: 40px
}

@media (max-width:767px) {
  .page-footer__phone {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center
  }
}

.page-footer__email {
  margin-right: 40px
}

@media (max-width:767px) {
  .page-footer__email {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center
  }
}

@media (max-width:767px) {
  .page-footer__donation {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center
  }
}

.page-footer__copyright {
  margin: 0;
  text-align: center
}

.page-header {
  padding-top: 30px;
  padding-bottom: 25px
}

.page-header svg {
  display: block
}

.page-header__inner {
  display: block;
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px
}

@media (max-width:1199px) {
  .page-header__inner {
    width: 960px
  }
}

@media (max-width:991px) {
  .page-header__inner {
    width: 100%
  }
}

@media (max-width:767px) {
  .page-header__inner {
    width: 100%
  }
}

@media (max-width:479px) {
  .page-header__inner {
    width: 100%
  }
}

.page-header__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.page-header__grid>* {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%
}

.page-header__logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-left: 15px;
  padding-right: 15px
}

@media (max-width:991px) {
  .page-header__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px
  }
}

@media (max-width:991px) {
  .page-header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px
  }
}

.page-header__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  padding-left: 15px;
  padding-right: 15px
}

@media (max-width:991px) {
  .page-header__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px
  }
}

@media (max-width:991px) {
  .page-header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.page-header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-left: 14px;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 400
}

@media (max-width:991px) {
  .page-header__top {
    margin-bottom: 0
  }
}

.page-header__phone {
  margin-right: 40px
}

@media (max-width:991px) {
  .page-header__phone {
    display: none
  }
}

.page-header__phone:hover,
.page-header__phone:focus {
  color: #005fa3;
  color: red
}

.page-header__email {
  margin-right: 40px
}

@media (max-width:991px) {
  .page-header__email {
    display: none
  }
}

@media (max-width:991px) {
  .page-header__donation {
    -ms-flex-item-align: start;
    align-self: flex-start
  }
}

@media (max-width:991px) {
  .page-header__main-nav {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }
}

.page-title {
  padding: 60px 0;
  text-transform: uppercase;
  background-color: #ebebeb
}

@media (max-width:1199px) {
  .page-title {
    padding: 60px 0
  }
}

@media (max-width:991px) {
  .page-title {
    padding: 60px 0
  }
}

@media (max-width:767px) {
  .page-title {
    padding: 60px 0
  }
}

@media (max-width:479px) {
  .page-title {
    padding: 60px 0
  }
}

.page-title h1 {
  margin: 0;
  font-family: "Merriweather", "Georgia", "Times New Roman", "Times", serif;
  text-align: center
}

@media (max-width:1199px) {
  .page-title h1 {
    font-size: 40px
  }
}

@media (max-width:991px) {
  .page-title h1 {
    font-size: 32px
  }
}

@media (max-width:479px) {
  .page-title h1 {
    font-size: 25px
  }
}

.page-title__inner {
  display: block;
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px
}

@media (max-width:1199px) {
  .page-title__inner {
    width: 960px
  }
}

@media (max-width:991px) {
  .page-title__inner {
    width: 100%
  }
}

@media (max-width:767px) {
  .page-title__inner {
    width: 100%
  }
}

@media (max-width:479px) {
  .page-title__inner {
    width: 100%
  }
}

.phone {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: inherit;
  text-decoration: none
}

.phone__icon {
  margin-right: 15px
}

.phone:hover,
.phone:focus {
  color: #005fa3
}

.to-top {
  position: fixed;
  z-index: 99;
  right: 1rem;
  bottom: 1rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #000;
  color: transparent;
  font: 0/0 a;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 11' width='17' height='11'%3E%3Cpath fill='%23fff' d='M.202 1.97L1.956.204A.61.61 0 0 1 2.43 0a.61.61 0 0 1 .47.204L8.5 5.84 14.1.204A.61.61 0 0 1 14.57 0a.61.61 0 0 1 .474.204l1.754 1.766a.618.618 0 0 1 .202.473.62.62 0 0 1-.202.476l-7.826 7.875A.61.61 0 0 1 8.5 11a.61.61 0 0 1-.472-.204L.202 2.92A.618.618 0 0 1 0 2.444c0-.203.067-.34.202-.475z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}

.js .to-top {
  opacity: 0;
  visibility: hidden
}

.js .to-top--visible {
  opacity: 1;
  visibility: visible
}

.font-italic {
  font-style: italic;
  font-weight: 300
}

.font-normal {
  font-weight: 400
}

.font-bold {
  font-weight: 700
}

.text-center {
  text-align: center
}

.text-right {
  text-align: right
}

.text-uppercase {
  text-transform: uppercase
}

.img-left {
  float: left;
  max-width: 50%;
  margin: 5px 20px 5px 0
}

@media (max-width:479px) {
  .img-left {
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
    margin: 0;
    margin-bottom: 1em
  }
}

.img-left img {
  display: block
}

.img-right {
  float: right;
  max-width: 50%;
  margin: 5px 0 5px 20px
}

@media (max-width:479px) {
  .img-right {
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100%;
    margin: 0;
    margin-bottom: 1em
  }
}

.img-right img {
  display: block
}

.img-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1em
}

.width-50 {
  max-width: 50%
}

@media (max-width:479px) {
  .width-50 {
    max-width: 100%
  }
}

.js-player-wrap {
  --plyr-color-main: #005fa3;
  margin: 20px 0;
}

/*!*
 * ВНИМАНИЕ! Этот файл генерируется автоматически.
 * Любые изменения этого файла будут потеряны при следующей компиляции.
 */
