.accordion__label {
  cursor: pointer;
}

.accordion__content {
  display: none;
}

.action {
  margin: 0 -20px;
  padding: 30px 20px;
  background-color: #f3f3f3;
}

.action--mt {
  margin-top: 30px;
}

.action__title {
  margin: -0.2em 0 20px;
  font-size: 18px;
  font-family: "Roboto", "Helvetica", sans-serif;
  line-height: 1.3;
  font-weight: 500;
}

.action__social { 
  margin-top: 30px;
}

.action__social.reset-mt {
  margin-top: 0;
}

.advantages {
  padding: 5px 0 0;
}

.advantages__item {
  margin: 0 0 20px;
}

.advantages__value {
  color: #FF9D1E;
  font-size: 70px;
  line-height: 1;
  letter-spacing: -4px;
}

.advantages__label {
  font-weight: 500;
  font-size: 18px;
  margin: 10px 0;
  line-height: 1.4;
}

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

.advantages__list li {
  position: relative;
  padding: 0 0 10px 15px;
}

.advantages__list li:before {
	content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background-color: #FF9D1E;
  border-radius: 50%;
}

.advantages__list li:last-child {
  padding-bottom: 0;
}

.advantages__img {
  display: block;
  margin: 0 0 15px;
}

.archive {
  padding: 30px 0 0;
  border-bottom: 1px solid #f2f2f2;
}

.archive__list {
  padding: 0 0 10px;
}

.archive__item {
  position: relative;
  display: block;
  margin: 14px 0 0;
  -webkit-box-shadow: 0 7px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 7px 30px rgba(0, 0, 0, 0.1);
}

.archive__item:hover .archive__overlay {
  opacity: 1;
}

.archive__item img {
  display: block;
  width: 100%;
}

.archive__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(44, 44, 44, 0.5);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.archive__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  padding: 0 10px;
  font-size: 12px;
  color: #666666;
  line-height: 0;
  background-color: #fff;
}

.archive__icon {
  width: 13px;
  height: 13px;
  margin: 0 6px 0 0;
}

.archive__group {
  padding: 0 0 12px;
  border-top: 1px solid #f2f2f2;
}

.archive__label {
  position: relative;
  padding: 14px 0 0 28px;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.archive__label:hover {
  color: #FF9D1E;
}

.archive__label:hover:before {
  border-color: #FF9D1E;
}

.archive__label:before {
  content: '';
  position: absolute;
  left: 4px;
  top: 14px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #9a9a9a;
  border-bottom: 2px solid #9a9a9a;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.archive__label.active:before {
  top: 21px;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

.article-footer {
  font-size: 14px;
  margin: 30px 0 0;
  padding: 15px 0 0;
  border-top: 1px solid #e7e7e7;
}

.article-footer a {
  font-weight: 500;
  color: #303030;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.article-footer a:hover {
  color: #FF9D1E;
}

.article-footer a.facebook {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  margin: 0 0 2px 8px;
  width: 30px;
  height: 30px;
  color: #3b579d;
  border: 1px solid #e7e7e7;
}

.article-footer a.facebook svg {
  height: 14px;
  width: 9px;
}

.article-footer a.facebook:hover {
  color: #ffffff;
  background-color: #3b579d;
}

.article-footer__tags {
  padding: 10px 0 0;
}

.article-footer__print {
  margin: 15px 0 0;
}

.banner {
  line-height: 0;
  text-align: center;
}

.banner--margin {
  margin: 30px 0;
}

.banner--inner-items {
  margin: 30px 0 0;
}

.banner__link {
  display: inline-block;
}

.banner__img {
  display: block;
}

.banner__img img {
  display: block;
}

.top-banner {
  margin: 0 0 10px;
}

.top-banner__link {
  display: block;
}

.top-banner__img {
  width: 100%;
  display: block;
}

.top-banner__img img {
  width: 100%;
  display: block;
}

.full-banner {
  display: none;
}

.full-banner__link {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-size: 100% auto;
  background-position: top center;
}

.facebook-banner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 140px;
  padding: 0 25px;
  margin: 30px 0;
  font-size: 16px;
  color: #fff;
  line-height: 1.3;
  font-weight: 500;
  text-decoration: none;
  background: url("../img/facebook-banner-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.facebook-banner:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  z-index: 0;
  background-color: #000;
}

.facebook-banner__icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 10px 0 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 60px;
  height: 60px;
  background-color: #2556a1;
  border-radius: 6px;
}

.facebook-banner__icon svg {
  height: 50px;
  width: 25px;
}

.facebook-banner__text {
  position: relative;
  padding: 0 0 0 20px;
  letter-spacing: 0.5px;
}

.facebook-banner__logo {
  position: relative;
  display: none;
}

.button {
  position: relative;
  z-index: 1;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  font-family: "Roboto", "Helvetica", sans-serif;
  cursor: pointer;
  overflow: hidden;
  border: 1px solid transparent;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.button--full-width {
  width: 100%;
}

.button--large {
  height: 40px;
  padding: 0 25px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.button--medium {
  height: 36px;
  padding: 0 20px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button--default {
  height: 32px;
  font-size: 13px;
  padding: 0 15px;
}

.button--small {
  height: 28px;
  font-size: 13px;
  padding: 0 10px;
}

.button--gradient {
  height: 40px;
  padding: 0 15px;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #FF9D1E;
}

.button--gradient:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: -webkit-gradient(linear, left bottom, left top, from(#FF9D1E), to(#FF9D1E));
  background: -o-linear-gradient(bottom, #FF9D1E, #FF9D1E);
  background: linear-gradient(to top, #FF9D1E, #FF9D1E);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.button--gradient:hover:before {
  opacity: 0;
}

.button--green-border {
  color: #FF9D1E;
  border-color: #FF9D1E;
}

.button--green-border:hover {
  color: #fff;
  background-color: #FF9D1E;
  border-color: #FF9D1E;
}

.button--green-fill {
  color: #fff;
  background-color: #FF9D1E;
}

.button--green-fill:not(.active):hover {
  color: #FF9D1E;
  border-color: #FF9D1E;
  background-color: transparent;
}

.button--gray {
  color: #666666;
  border-color: #f2f2f2;
}

.button--gray:hover {
  color: #FF9D1E;
  border-color: #FF9D1E;
}

.button__text {
  margin: 0 0 -0.2em;
}

.print {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  padding: 0 10px;
  color: #303030;
  font-size: 13px;
  font-weight: 500;
  font-family: "Roboto", "Helvetica", sans-serif;
  border: 1px solid #e7e7e7;
  background: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.print:hover {
  color: #ffffff;
  background-color: #FF9D1E;
  border-color: transparent;
}

.print__icon {
  width: 13px;
  height: 13px;
  margin: 0 0 0 5px;
}

html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
  background-color: #f2f2f2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  outline: 0;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

img {
  max-width: 100%;
}

input,
textarea {
  -webkit-appearance: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #9a9a9a;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9a9a9a;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  opacity: 1;
  color: #9a9a9a;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9a9a9a;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #9a9a9a;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #9a9a9a;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  color: #9a9a9a;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9a9a9a;
}

.hidden {
  display: none !important;
}

.visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.block {
  margin: 30px 0;
  padding: 30px 0;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}

.more-button {
  margin: 30px 0 0;
}

.content {
  padding: 0 0 40px;
}

.section-mt {
  margin-top: 30px;
}

.comments {
  margin: 30px 0;
}

.green-block {
  padding: 1em 1.5em;
  margin: 2em 0;
  font-size: 1.3em;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.4;
  background-color: #FF9D1E;
}

.help-block {
  padding: 1.4em 1.6em;
  margin: 2em 0;
  background-color: #f2f2f2;
}

.help-block p {
  font-size: 0.9em;
}

.help-block p:last-child {
  margin: 0;
}

.contacts__form {
  margin: 30px 0 0;
}

.contacts__group {
  padding: 25px 0;
  border-top: 1px solid #f2f2f2;
}

.contacts__group:first-child {
  margin: 0;
}

.contacts__social {
  padding: 25px 0 0;
  border-top: 1px solid #f2f2f2;
}

.contacts__info-list {
  padding: 0;
  margin: 14px 0 0;
  list-style: none;
}

.contacts__info-list:first-child {
  margin: 5px 0 0;
}

.contacts__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 14px 0 0;
  font-size: 16px;
  line-height: 1.2;
}

.contacts__info-item:first-child {
  margin: 0;
}

.contacts__info-item a {
  color: #303030;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.contacts__info-item a:hover {
  color: #43a86c;
  border-bottom-color: #54cd85;
}

.contacts__info-icon {
  color: #666666;
}

.contacts__info-icon--phone {
  height: 14px;
  width: 14px;
  margin: 0 8px 0 0;
}

.contacts__info-icon--mail {
  height: 12px;
  width: 16px;
  margin: 2px 6px 0 0;
}

.contacts__info-icon--skype {
  width: 15px;
  height: 15px;
  margin: 0 7px 0 0;
}

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */

.datepickers-container {
  position: absolute;
  left: 0;
  top: 0;
}

.datepicker {
  margin: -10px 0 0 0;
  background: #fff;
  -webkit-box-shadow: 0 7px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 7px 30px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  color: #303030;
  width: 280px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 111;
}

.datepicker.active {
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: opacity 0.3s, left 0s 0s, -webkit-transform 0.3s;
  transition: opacity 0.3s, left 0s 0s, -webkit-transform 0.3s;
  -o-transition: opacity 0.3s, transform 0.3s, left 0s 0s;
  transition: opacity 0.3s, transform 0.3s, left 0s 0s;
  transition: opacity 0.3s, transform 0.3s, left 0s 0s, -webkit-transform 0.3s;
}

.datepicker--content {
  padding: 15px;
}

.-only-timepicker- .datepicker--content {
  display: none;
}

.datepicker--body {
  display: none;
}

.datepicker--body.active {
  display: block;
}

.datepicker--cells {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.datepicker--cell {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 36px;
  z-index: 1;
}

.datepicker--cell.-focus- {
  color: #fff;
  background: #FF9D1E;
}

.datepicker--cell.-current- {
  color: #FF9D1E;
}

.datepicker--cell.-current-:hover {
  color: #ffffff;
}

.datepicker--cell.-current-.-in-range- {
  color: #fff;
}

.datepicker--cell.-in-range- {
  background: #FF9D1E;
  color: #fff;
  border: 1px solid #FF9D1E;
}

.datepicker--cell.-in-range-.-focus- {
  color: #303030;
  background-color: #e7e7e7;
}

.datepicker--cell.-range-from- {
  border: 1px solid #FF9D1E;
  background-color: #FF9D1E;
}

.datepicker--cell.-range-to- {
  border: 1px solid #FF9D1E;
  background-color: #FF9D1E;
}

.datepicker--cell.-selected- {
  color: #fff;
  border: none;
  background: #FF9D1E;
}

.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #FF9D1E;
}

.datepicker--cell.-selected-.-focus- {
  color: #fff;
  background: #FF9D1E;
}

.datepicker--cell:empty {
  cursor: default;
}

.datepicker--days-names {
  display: none;
}

.datepicker--cell-day {
  width: 14.28571%;
}

.datepicker--cells-months {
  height: 170px;
}

.datepicker--cell-month {
  width: 33.33%;
  height: 25%;
}

.datepicker--years {
  height: 170px;
}

.datepicker--cells-years {
  height: 170px;
}

.datepicker--cell-year {
  width: 25%;
  height: 33.33%;
}

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */

.datepicker--nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #e7e7e7;
  height: 40px;
}

.-only-timepicker- .datepicker--nav {
  display: none;
}

.datepicker--nav-title,
.datepicker--nav-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.datepicker--nav-action {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker--nav-action:hover {
  color: #fff;
  background: #FF9D1E;
}

.datepicker--nav-action:hover:before {
  border-color: #ffffff;
}

.datepicker--nav-action:first-child {
  border-right: 1px solid #e7e7e7;
}

.datepicker--nav-action:first-child:before {
  left: 17px;
  top: 14px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.datepicker--nav-action:last-child {
  border-left: 1px solid #e7e7e7;
}

.datepicker--nav-action:last-child:before {
  right: 17px;
  top: 14px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.datepicker--nav-action svg {
  display: none;
}

.datepicker--nav-action:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.datepicker--nav-title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 16px;
  padding: 0 10px;
}

.datepicker--nav-title i {
  font-style: normal;
  margin-left: 5px;
}

.datepicker--nav-title:hover {
  color: #fff;
  background: #FF9D1E;
}

.datepicker--buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #e7e7e7;
}

.datepicker--button {
  color: #303030;
  font-weight: 500;
  cursor: pointer;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.datepicker--button:hover {
  color: #fff;
  background: #FF9D1E;
}

.event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 15px 0;
  border-top: 1px solid #e7e7e7;
}

.event__info {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.event__logo {
  width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 0 20px;
}

.event__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  margin: 0 0 12px;
}

.event__item--large {
  font-size: 18px;
}

.event__item--small {
  font-size: 16px;
}

.event__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #666666;
}

.event__icon--calendar {
  width: 18px;
  height: 20px;
  margin: 2px 10px 0 0;
}

.event__icon--map {
  width: 16px;
  height: 22px;
  margin: 2px 11px 0 1px;
}

.event__icon--pc {
  width: 18px;
  height: 18px;
  margin: 4px 11px 0 0;
}

.event__icon--user {
  width: 16px;
  height: 18px;
  margin: 2px 12px 0 1px;
}

.event__text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.event__text a {
  color: #FF9D1E;
  text-decoration: none;
  border-bottom: 1px solid #FF9D1E;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.event__text a:hover {
  border-bottom-color: transparent;
}

.event__org {
  white-space: normal;
}

.event__label {
  font-size: 14px;
  font-weight: 400;
  color: #9a9a9a;
  margin: 2px 0 3px;
}

.events__filter-toggle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 38px;
  padding: 0 20px;
  margin: 0 -20px 20px;
  line-height: 1;
  background-color: #f2f2f2;
}

.events__filter-toggle.active:after {
  height: 0;
  margin: 0;
}

.events__filter-toggle:after,
.events__filter-toggle:before {
  content: '';
  position: absolute;
  background-color: #9a9a9a;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.events__filter-toggle:before {
  right: 20px;
  top: 18px;
  width: 16px;
  height: 2px;
}

.events__filter-toggle:after {
  right: 27px;
  top: 18px;
  width: 2px;
  height: 16px;
  margin: -7px 0 0;
}

.events__filter-toggle svg {
  color: #9a9a9a;
  width: 16px;
  height: 16px;
  margin: 0 10px 0 0;
}

.events__panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0 24px;
}

.events__dates {
  margin: 0 0 10px;
}

.events__types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 10px;
}

.events__types a:last-child {
  margin: 0 0 0 -1px;
}

.filter {
  padding-bottom: 15px;
}

.filter__wrap {
  display: none;
}

.filter__group {
  margin: 0 0 25px;
}

.filter__group:last-child {
  margin: 0;
}

.filter__more-hidden {
  display: none;
}

.filter__more-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 32px 0 15px;
  height: 32px;
  font-size: 13px;
  cursor: pointer;
  border: 1px solid #e7e7e7;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.filter__more-button:hover {
  color: #fff;
  border-color: #FF9D1E;
  background-color: #FF9D1E;
}

.filter__more-button:hover:after {
  border-color: #fff;
}

.filter__more-button:after {
  content: '';
  position: absolute;
  right: 13px;
  top: 10px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #333333;
  opacity: 0.95;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-preloader {
  color: #e6e6e6;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #e6e6e6;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

.mfp-close {
  position: fixed;
  right: 0;
  top: 0;
  width: 36px;
  height: 36px;
  text-decoration: none;
  text-align: center;
  font-size: 0;
  background: none;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1060;
}

.mfp-close:before,
.mfp-close:after {
  content: '';
  position: absolute;
  left: 6px;
  top: 16px;
  width: 24px;
  height: 2px;
  background-color: #e6e6e6;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.mfp-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mfp-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mfp-close:hover {
  background: rgba(0, 0, 0, 0.1);
}

.mfp-close:hover:before,
.mfp-close:hover:after {
  background-color: #FF9D1E;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #e6e6e6;
  white-space: nowrap;
}

.mfp-arrow {
  display: none;
}

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -30px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.mfp-title {
  text-align: left;
  color: #e6e6e6;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

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

@font-face {
  font-family: "Roboto";
  src: local("Roboto Medium"), local("Roboto-Medium"), url("../fonts/roboto/500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

body {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  font-family: "Roboto", "Helvetica", sans-serif;
  color: #303030;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 500;
  line-height: 1.2;
}

h1.reset-mt,
.h1.reset-mt,
h2.reset-mt,
.h2.reset-mt,
h3.reset-mt,
.h3.reset-mt,
h4.reset-mt,
.h4.reset-mt,
h5.reset-mt,
.h5.reset-mt,
h6.reset-mt,
.h6.reset-mt {
  margin-top: 0;
}

h1.reset-mb,
.h1.reset-mb,
h2.reset-mb,
.h2.reset-mb,
h3.reset-mb,
.h3.reset-mb,
h4.reset-mb,
.h4.reset-mb,
h5.reset-mb,
.h5.reset-mb,
h6.reset-mb,
.h6.reset-mb {
  margin-bottom: 0;
}

h1.reset-m,
.h1.reset-m,
h2.reset-m,
.h2.reset-m,
h3.reset-m,
.h3.reset-m,
h4.reset-m,
.h4.reset-m,
h5.reset-m,
.h5.reset-m,
h6.reset-m,
.h6.reset-m {
  margin: 0;
}

h1 span,
.h1 span,
h2 span,
.h2 span,
h3 span,
.h3 span,
h4 span,
.h4 span,
h5 span,
.h5 span,
h6 span,
.h6 span {
  display: block;
  margin: -0.2em 0 0;
}

h1,
.h1 {
  font-size: 2em;
  
}

h2,
.h2 {
  font-size: 1.8em;
  margin: 0.75em 0 0.5em;
}

h2.large-mb,
.h2.large-mb {
  margin: 0.75em 0 0.7em;
}

h3,
.h3 {
  font-size: 1.6em;
  margin: 0.9em 0 0.55em;
}

h3.large-mb,
.h3.large-mb {
  margin: 0.9em 0 0.7em;
}

h4,
.h4 {
  font-size: 1.4em;
  margin: 1em 0 0.65em;
}

h4.large-mb,
.h4.large-mb {
  margin: 1em 0 0.8em;
}

h5,
.h5 {
  font-size: 1.25em;
  margin: 1.2em 0 0.7em;
}

h6,
.h6 {
  font-size: 1.1em;
  margin: 1.3em 0 0.8em;
}

p {
  margin: 0 0 1em;
}

.content blockquote {
  margin: 1.5em 0;
  font-style: italic;
  font-size: 1.4em;
  font-family: "Georgia", serif;
}

.content figure {
  margin: 1em 0 1.5em;
  padding: 0;
}

.content figure img {
  display: block;
  width: 100%;
}

.content figcaption {
  margin: 0.6em 0 0;
  font-size: 0.9em;
  color: #666666;
}

.content table {
  width: 100%;
  margin: 0 0 2em;
  font-size: 0.9em;
  line-height: 1.3;
  text-align: left;
  border-collapse: collapse;
  background-color: #f8f8f8;
}

.content table th {
  font-weight: 500;
}

.content table tr:nth-child(odd) {
  background-color: #f0f0f0;
}

.content table td,
.content table th {
  vertical-align: top;
  padding: 6px 10px;
}

.footer {
  position: relative;
  padding: 30px 0;
  overflow: hidden;
  background-color: #f2f2f2;
}

.footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 136px;
  height: 50px;
  margin: 0 0 20px;
  padding: 0 0 0 6px;
  background: -webkit-gradient(linear, left bottom, left top, from(#FF9D1E), to(#FF9D1E));
  background: -o-linear-gradient(bottom, #FF9D1E, #FF9D1E);
  background: linear-gradient(to top, #FF9D1E, #FF9D1E);
}

.footer__logo-img {
  display: block;
  height: 32px;
  width: 112px;
}

.footer__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 1.3;
  color: #303030;
  margin: 0 0 15px;
}

.footer__info-item:last-child {
  margin: 0;
}

.footer__info-phone {
  color: #303030;
  text-decoration: none;
}

.footer__info-email {
  color: #303030;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.footer__info-email:hover {
  color: #FF9D1E;
}

.footer__info-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #9a9a9a;
}

.footer__info-icon--loc {
  width: 15px;
  height: 20px;
  margin: 0 10px 0 0;
}

.footer__info-icon--mail {
  width: 16px;
  height: 12px;
  margin: 3px 9px 0 0;
}

.footer__info-icon--phone {
  width: 14px;
  height: 14px;
  margin: 1px 11px 0 0;
}

.footer__menu {
  display: none;
}

.footer__content {
  padding: 30px 0 0;
  font-size: 11px;
  color: #9a9a9a;
}

.footer__politics {
  padding: 10px 0 0;
}

.footer__politics a {
  color: #9a9a9a;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.footer__politics a:hover {
  color: #FF9D1E;
}

.footer__bp {
  padding: 5px 0 0;
}

.footer__bp a {
  color: #9a9a9a;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.footer__bp a:hover {
  color: #FF9D1E;
}

.footer__metrika {
  margin: 10px 0 0;
}

.footer__metrika img {
  display: block;
}

.to-top {
  position: fixed;
  z-index: 10;
  right: 20px;
  bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #FF9D1E;
  text-decoration: none;
  background-color: #fff;
  -webkit-box-shadow: 0 7px 30px rgba(0, 0, 0, 0.07);
  box-shadow: 0 7px 30px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(200px);
  -ms-transform: translateY(200px);
  transform: translateY(200px);
}

.to-top:hover {
  color: #fff;
  background-color: #FF9D1E;
}

.to-top__icon {
  width: 16px;
  height: 17px;
}

.form__title {
  margin-top: -0.25em;
  margin-bottom: 15px;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.5px;
}

.form__group {
  margin: 20px 0 0;
}

.form__input {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  font-size: 14px;
  font-family: "Roboto", "Helvetica", sans-serif;
  border: 1px solid #e7e7e7;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.form__input:focus {
  border-color: #FF9D1E;
}

.form__input.error {
  border-color: #ff0000;
}

.form__textarea {
  display: block;
  width: 100%;
  height: 120px;
  padding: 10px 15px;
  font-size: 14px;
  font-family: "Roboto", "Helvetica", sans-serif;
  border: 1px solid #e7e7e7;
  resize: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.form__textarea:focus {
  border-color: #FF9D1E;
}

.form__textarea.error {
  border-color: #ff0000;
}

.form__politics {
  font-size: 11px;
  color: #9a9a9a;
  line-height: 1.3;
  margin: 16px 0 0;
}

.form__politics a {
  color: #9a9a9a;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.form__politics a:hover {
  color: #FF9D1E;
}

.checkbox {
  position: relative;
}

.checkbox__input {
  position: absolute;
  visibility: hidden;
}

.checkbox__input:checked + label:before {
  background-color: #FF9D1E;
  border-color: #FF9D1E;
}

.checkbox__input:checked + label:after {
  opacity: 1;
}

.checkbox__label {
  display: block;
  margin: 0 0 10px;
  padding: 1px 0 0 30px;
  color: #666666;
  cursor: pointer;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.checkbox__label:hover {
  color: #FF9D1E;
}

.checkbox__label:hover:before {
  border-color: #FF9D1E;
}

.checkbox__label:hover:after {
  opacity: 1;
}

.checkbox__label:before,
.checkbox__label:after {
  content: '';
  position: absolute;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.checkbox__label:before {
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #e7e7e7;
}

.checkbox__label:after {
  z-index: 2;
  top: 3px;
  left: 8px;
  width: 5px;
  height: 10px;
  opacity: 0;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.date-range {
  position: relative;
  height: 32px;
  line-height: 32px;
  padding: 0 32px 0 15px;
  font-size: 13px;
  color: #303030;
  cursor: pointer;
  border: 1px solid #e7e7e7;
}

.date-range:after {
  content: '';
  position: absolute;
  right: 13px;
  top: 9px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.date-range input {
  position: absolute;
  left: -1px;
  width: 1px;
  bottom: 0;
  opacity: 0;
}

.gallery {
  margin: 0 -2px;
}

.gallery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gallery__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
  border: 2px solid #fff;
}

.gallery__img {
  display: block;
  width: 100%;
}

.gallery__more {
  margin-top: 10px;
}

.box {
  position: relative;
  z-index: 10;
  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 auto;
  overflow: hidden;
}

.box__content {
  position: relative;
  z-index: 5;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background-color: #fff;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
}

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

[class^="col-"] {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-left: 7px;
  padding-right: 7px;
}

[class^="col-"].last-to-sm {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.col-xs-1 {
  max-width: 8.333333%;
  -ms-flex-preferred-size: 8.333333%;
  flex-basis: 8.333333%;
}

.col-xs-2 {
  max-width: 16.666666%;
  -ms-flex-preferred-size: 16.666666%;
  flex-basis: 16.666666%;
}

.col-xs-3 {
  max-width: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}

.col-xs-4 {
  max-width: 33.333333%;
  -ms-flex-preferred-size: 33.333333%;
  flex-basis: 33.333333%;
}

.col-xs-5 {
  max-width: 41.666666%;
  -ms-flex-preferred-size: 41.666666%;
  flex-basis: 41.666666%;
}

.col-xs-6 {
  max-width: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.col-xs-7 {
  max-width: 58.333333%;
  -ms-flex-preferred-size: 58.333333%;
  flex-basis: 58.333333%;
}

.col-xs-8 {
  max-width: 66.666666%;
  -ms-flex-preferred-size: 66.666666%;
  flex-basis: 66.666666%;
}

.col-xs-9 {
  max-width: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
}

.col-xs-10 {
  max-width: 83.333333%;
  -ms-flex-preferred-size: 83.333333%;
  flex-basis: 83.333333%;
}

.col-xs-11 {
  max-width: 91.666666%;
  -ms-flex-preferred-size: 91.666666%;
  flex-basis: 91.666666%;
}

.col-xs-12 {
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.header {
  position: relative;
  background-color: #fff;
}

.header__top {
  margin: 0 0 20px;
}

.header__fixed {
  z-index: 100;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#FF9D1E), to(#FF9D1E));
  background-image: -o-linear-gradient(bottom, #FF9D1E, #FF9D1E);
  background-image: linear-gradient(to top, #FF9D1E, #FF9D1E);
}

.header__fixed.is_stuck {
  -webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);
}

.header__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 46px;
}

.header__logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.header__logo-img {
  display: block;
  /*height: 30px;
  width: 106px;*/
  height: 100%;
  padding: 15px;  
}

.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 100%;
}

.hamburger {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 18px;
  height: 14px;
  margin: 0 0 0 20px;
}

.hamburger:before,
.hamburger:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}

.hamburger:before {
  top: 0;
}

.hamburger:after {
  bottom: 0;
}

.hamburger.active span {
  height: 0;
}

.hamburger.active:before {
  top: -1px;
  width: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hamburger.active:after {
  bottom: -1px;
  width: 20px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburger span {
  display: block;
  height: 2px;
  width: 100%;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.items {
  margin-top: -30px;
}

.item {
  margin-top: 30px;
}

.item:hover .item__thumb {
  -webkit-box-shadow: 0 7px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 7px 30px rgba(0, 0, 0, 0.1);
}

.item--large,
.item--medium {
  position: relative;
  margin-left: -20px;
  margin-right: -20px;
}

.item__thumb {
  position: relative;
  display: block;
  width: 100%;
  background-position: center;
  background-size: cover;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.item__thumb--large,
.item__thumb--medium {
  padding-top: 100%;
}

.item__thumb--small {
  padding-top: 66.67%;
}

.item__thumb--gradient:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 50%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.item__thumb-wrap {
  position: relative;
}

.item__thumb-wrap.hide-to-sm {
  display: none;
}

.item__inner {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  color: #fff;
}

.item__inner--large,
.item__inner--medium {
  padding: 25px 20px;
}

.item__inner--small {
  padding: 20px;
}

.item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.item__info--white {
  color: #fff;
  font-size: 11px;
  line-height: 1.2;
  margin: 16px 0 10px;
}

.item__info--default {
  color: #666666;
  font-size: 11px;
  line-height: 1.2;
  margin: 16px 0 10px;
}

.item__info--article {
  color: #666666;
  font-size: 11px;
  line-height: 1.2;
  margin: 0 0 15px;
}

.item__info--bold {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.item__info.reset-mt {
  margin-top: 0;
}

.item__short {
  margin: 14px 0 12px;
  font-size: 13px;
  color: #666666;
  line-height: 1.4;
}

.item__short--medium {
  padding: 0 20px;
}

.item__short.reset-mb {
  margin-bottom: 0;
}

.item__rubric {
  margin: 0 10px 0 0;
  color: inherit;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.item__rubric--inner:hover {
  color: #FF9D1E;
  border-bottom-color: #FF9D1E;
}

.item__rubric--default:hover {
  color: #FF9D1E;
  border-bottom-color: #FF9D1E;
}

.item__icon {
  display: block;
}

.item__icon--video {
  height: 10px;
  width: 15px;
  margin: 1px 6px 0 0;
}

.item__icon--camera {
  height: 12px;
  width: 14px;
  margin: 0 6px 0 0;
}

.item__icon--calendar {
  width: 17px;
  height: 17px;
}

.item__icon--green {
  color: #FF9D1E;
}

.item__icon--white {
  color: #ffffff;
}

.item__icon--dark {
  color: #666666;
}

.item__event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 16px 0 10px;
  font-size: 14px;
  color: #303030;
  font-weight: 500;
  line-height: 1;
}

.item__event-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.item__event-date {
  margin: 3px 0 0 5px;
}

.item__event-logo {
  display: block;
  height: 30px;
  width: auto;
}

.item__event-loc {
  margin: 10px 0 0;
  font-size: 12px;
  color: #666666;
}

.item__date {
  letter-spacing: 0.2px;
}

.item__date--margin {
  margin-right: 10px;
}

.item__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 16px 0 10px;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.2px;
}

.item__author.reset-mb {
  margin-bottom: 0;
}

.item__title {
  margin: -0.2em 0;
  font-weight: 500;
}

.item__title--large {
  font-size: 24px;
  padding: 2px 0 0;
  line-height: 1.3;
}

.item__title--medium {
  font-size: 20px;
  line-height: 1.4;
}

.item__title--default {
  font-size: 18px;
  line-height: 1.4;
}

.item__title--small {
  font-size: 16px;
  line-height: 1.4;
}

.item__link {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.item__link--inner:hover {
  color: #FF9D1E;
  border-bottom-color: #FF9D1E;
}

.item__link--default:hover {
  color: #FF9D1E;
  border-bottom-color: #FF9D1E;
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: fixed;
  z-index: 90;
  left: 0;
  top: 46px;
  right: 0;
  bottom: 0;
  padding: 0 20px;
  overflow: auto;
  background-color: #FF9D1E;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 auto;  
}

.nav.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.nav__ul {
  margin: 0;
  list-style: none;
}

.nav__ul--full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  padding: 15px 0;
}

.nav__ul--full li:first-child {
  width: 100%;
}

.nav__ul--full li {
  width: 50%;
}

.nav__ul--col {
  padding: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}

.nav__item {
  line-height: 2.5;
}

.nav__item.current .nav__link {
  color: rgba(255,255,255,0.9);
}

.nav__item.current .nav__link--large {
  border-bottom-color: rgba(255,255,255,0.9);
}

.nav__link {
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.nav__link--large {
  color: #ffffff;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
}

.nav__link--small {
  color: #ffffff;
  letter-spacing: 0.5px;
}

.nav__link--wheat {
  color: rgba(255,255,255,0.9);
  letter-spacing: 0.5px;
}

.nav__icon {
  display: inline-block;
  vertical-align: top;
  width: 8px;
  height: 20px;
  margin: -3px 6px 0 0;
}

.nav__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 20px -20px 0;
}

.nav__social-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 52px;
  width: 16.666%;
  color: #ffffff;
  background-color: #FF9D1E;
  -webkit-box-shadow: 0 0 0 1px #FF9D1E;
  box-shadow: 0 0 0 1px #FF9D1E;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.nav__social-item--facebook:hover {
  color: #3d76c3;
  background-color: #ffffff;
}

.nav__social-item--instagram:hover {
  color: #d232b5;
  background-color: #ffffff;
}

.nav__social-item--google-plus:hover {
  color: #fd4d3e;
  background-color: #ffffff;
}

.nav__social-item--twitter:hover {
  color: #00aef1;
  background-color: #ffffff;
}

.nav__social-item--vkontakte:hover {
  color: #2a82bb;
  background-color: #ffffff;
}

.nav__social-item--youtube:hover {
  color: #f00b0a;
  background-color: #ffffff;
}

.nav__social-icon--facebook {
  height: 17px;
  width: 9px;
}

.nav__social-icon--facebook:hover {
  color: #fff;
  background-color: #3d76c3;
}

.nav__social-icon--instagram {
  height: 16px;
  width: 16px;
}

.nav__social-icon--instagram:hover {
  color: #fff;
  background-color: #d232b5;
}

.nav__social-icon--google-plus {
  height: 14px;
  width: 21px;
}

.nav__social-icon--google-plus:hover {
  color: #fff;
  background-color: #fd4d3e;
}

.nav__social-icon--twitter {
  height: 14px;
  width: 18px;
}

.nav__social-icon--twitter:hover {
  color: #fff;
  background-color: #00aef1;
}

.nav__social-icon--vkontakte {
  height: 12px;
  width: 21px;
}

.nav__social-icon--vkontakte:hover {
  color: #fff;
  background-color: #2a82bb;
}

.nav__social-icon--youtube {
  height: 14px;
  width: 20px;
}

.nav__social-icon--youtube:hover {
  color: #fff;
  background-color: #f00b0a;
}

.search.active .search__input-wrapper {
  width: calc(100% - 37px);
  opacity: 1;
}

.search__button {
  position: relative;
  z-index: 2;
  display: block;
  width: 15px;
  height: 15px;
  padding: 0;
  margin: 0;
  color: #fff;
  cursor: pointer;
  border: none;
  background: none;
}

.search__icon {
  width: 100%;
  height: 100%;
}

.search__input {
  display: block;
  width: 100%;
  height: 27px;
  padding: 0 25px 0 0;
  font-size: 14px;
  font-family: "Roboto", "Helvetica", sans-serif;
  color: #ffffff;
  background: none;
  border: none;
  border-bottom: 1px solid #FF9D1E;
}

.search__input::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
}

.search__input:-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}

.search__input::-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}

.search__input::placeholder {
  opacity: 1;
  color: #fff;
}

.search__input::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
}

.search__input::-moz-placeholder {
  opacity: 1;
  color: #fff;
}

.search__input:-moz-placeholder {
  opacity: 1;
  color: #fff;
}

.search__input:-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}

.search__input-wrapper {
  position: absolute;
  top: 0;
  right: 37px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 0;
  height: 100%;
  opacity: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#FF9D1E), to(#FF9D1E));
  background: -o-linear-gradient(bottom, #FF9D1E, #FF9D1E);
  background: linear-gradient(to top, #FF9D1E, #FF9D1E);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.search__select {
  background-color: #FF9D1E;
}

.search-form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-form__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.search-form__select {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 15px 15px 0 0;
}

.search-form__input {
  width: 100px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 40px;
  padding: 0 10px;
  font-size: 16px;
  font-family: "Roboto", "Helvetica", sans-serif;
  border: 1px solid #FF9D1E;
}

.search-form__button {
  position: relative;
  z-index: 1;
  display: block;
  height: 40px;
  padding: 0 15px;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background: #FF9D1E;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.search-form__button:hover {
  opacity: 0.9;
}

.share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  border: 1px solid #e7e7e7;
}

.share--bottom {
  margin-top: 20px;
}

.share--top {
  margin-bottom: 20px;
}

.share__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  padding: 0 4%;
  font-size: 13px;
  color: #9a9a9a;
  font-weight: 500;
  letter-spacing: 0.5px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 1px #e7e7e7;
  box-shadow: 0 0 0 1px #e7e7e7;
}

.share__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 1px #e7e7e7;
  box-shadow: 0 0 0 1px #e7e7e7;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.share__item--facebook {
  color: #3d76c3;
}

.share__item--facebook:hover {
  color: #fff;
  background-color: #3d76c3;
}

.share__item--twitter {
  color: #00aef1;
}

.share__item--twitter:hover {
  color: #fff;
  background-color: #00aef1;
}

.share__item--vkontakte {
  color: #2a82bb;
}

.share__item--vkontakte:hover {
  color: #fff;
  background-color: #2a82bb;
}

.share__item--odnoklassniki {
  color: #ff8300;
}

.share__item--odnoklassniki:hover {
  color: #fff;
  background-color: #ff8300;
}

.share__icon--facebook {
  height: 16px;
  width: 8px;
}

.share__icon--twitter {
  width: 15px;
  height: 13px;
}

.share__icon--vkontakte {
  width: 17px;
  height: 17px;
}

.share__icon--odnoklassniki {
  height: 16px;
  width: 10px;
}

.sidebar {
  padding: 0 0 40px;
}

.sidebar--left {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.site-nav {
  position: relative;
  padding: 0 20px;
  line-height: 1;
  overflow: auto;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}

.site-nav::-webkit-scrollbar {
  display: none;
}

.site-nav__wrapper {
  z-index: 10;
  overflow: hidden;
  margin: 0 0 20px;
  background-color: #fff;
}

.site-nav__wrapper.is_stuck {
  -webkit-box-shadow: 0 7px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 7px 30px rgba(0, 0, 0, 0.05);
}

.site-nav__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav__item {
  position: relative;
  padding: 0 15px 0 0;
}

.site-nav__item:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  z-index: 0;
  background-color: #e7e7e7;
}

.site-nav__item:last-child {
  padding: 0 20px 0 0;
}

.site-nav__item:last-child:after {
  right: 20px;
}

.site-nav__item.current a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  height: 2px;
  width: 100%;
  background-color: #FF9D1E;
}

.site-nav__link {
  position: relative;
  display: inline-block;
  padding: 0 0 8px;
  font-size: 13px;
  line-height: 1;
  color: #303030;
  white-space: nowrap;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.site-nav__link:hover {
  color: #FF9D1E;
}

.social__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #e7e7e7;
}

.social__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 38px;
  width: 33.333%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 1px #e7e7e7;
  box-shadow: 0 0 0 1px #e7e7e7;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.social__item--facebook {
  color: #3d76c3;
}

.social__item--facebook:hover {
  color: #fff;
  background-color: #3d76c3;
}

.social__item--instagram {
  color: #d232b5;
}

.social__item--instagram:hover {
  color: #fff;
  background-color: #d232b5;
}

.social__item--google-plus {
  color: #fd4d3e;
}

.social__item--google-plus:hover {
  color: #fff;
  background-color: #fd4d3e;
}

.social__item--twitter {
  color: #00aef1;
}

.social__item--twitter:hover {
  color: #fff;
  background-color: #00aef1;
}

.social__item--vkontakte {
  color: #2a82bb;
}

.social__item--vkontakte:hover {
  color: #fff;
  background-color: #2a82bb;
}

.social__item--youtube {
  color: #f00b0a;
}

.social__item--youtube:hover {
  color: #fff;
  background-color: #f00b0a;
}

.social__icon--facebook {
  height: 17px;
  width: 9px;
}

.social__icon--instagram {
  height: 16px;
  width: 16px;
}

.social__icon--google-plus {
  height: 14px;
  width: 21px;
}

.social__icon--twitter {
  height: 14px;
  width: 18px;
}

.social__icon--vkontakte {
  height: 12px;
  width: 21px;
}

.social__icon--youtube {
  height: 14px;
  width: 20px;
}

.jq-selectbox,
.jq-select-multiple {
  position: relative;
  display: block;
}

.jq-selectbox select,
.jq-select-multiple select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.jq-selectbox li,
.jq-select-multiple li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.jq-selectbox {
  z-index: 10;
}

.jq-selectbox__select {
  position: relative;
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 32px 0 15px;
  height: 32px;
  line-height: 30px;
  font-size: 13px;
  cursor: pointer;
  border: 1px solid #e7e7e7;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.jq-selectbox__select:hover {
  color: #fff;
  border-color: #FF9D1E;
  background-color: #FF9D1E;
}

.jq-selectbox__select:hover .jq-selectbox__trigger {
  border-color: #fff;
}

.jq-selectbox__select-text {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.jq-selectbox__dropdown {
  position: absolute;
  padding: 5px 0;
  min-width: 100%;
  -webkit-box-shadow: 0 7px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 7px 30px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.jq-selectbox__search input {
  -webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.jq-selectbox__dropdown ul {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  list-style: none;
  -webkit-overflow-scrolling: touch;
  padding: 0;
  margin: 0;
}

.jq-selectbox__dropdown li {
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  padding: 0 15px;
  cursor: pointer;
}

.jq-selectbox__dropdown li:hover {
  color: #fff;
  background-color: #FF9D1E;
}

.jq-select-multiple ul {
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.jq-selectbox__trigger {
  position: absolute;
  right: 13px;
  top: 9px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.team__item {
  width: 70%;
  font-size: 14px;
  margin: 0 0 20px;
}

.team__photo {
  display: block;
  width: 100%;
}

.team__name {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
  margin: 12px 0 6px;
}

.team__pos {
  color: #666666;
  line-height: 1.3;
  margin: 0 0 8px;
}

.team__phone {
  line-height: 1;
  margin: 0 0 4px;
}

.team__email {
  color: #666666;
  border-bottom: 1px solid transparent;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.team__email:hover {
  color: #FF9D1E;
  border-bottom-color: #FF9D1E;
}

.widget {
  margin-bottom: 40px;
}

.widget--border {
  padding-bottom: 25px;
  border-bottom: 1px solid #e7e7e7;
}

.widget:last-of-type {
  margin-bottom: 0;
}

.widget__title {
  margin: -0.2em 0 0;
  padding: 0 0 15px;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.5px;
}

@media all and (min-width: 720px) {
  .action {
    margin: 0;
  }

  .action--mt {
    margin-top: 30px;
  }

  .action__social {
    margin-top: 0;
  }

  .archive__item {
    margin: 20px 0 0;
  }

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

  .article-footer__print {
    margin: 0;
  }

  .facebook-banner {
    font-size: 18px;
    padding: 0 30px;
  }

  .facebook-banner__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 0 0 25px;
  }

  .facebook-banner__icon {
    width: 70px;
    height: 70px;
    padding: 0 12px 0 0;
  }

  .facebook-banner__icon svg {
    height: 56px;
    width: 30px;
  }

  .facebook-banner__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: block;
    width: 160px;
  }

  .facebook-banner__logo img {
    display: block;
  }

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

  .contacts__info-list {
    margin: 0;
  }

  .contacts__info-list:first-child {
    margin: 0;
  }

  .contacts__group {
    padding: 30px 10% 30px 0;
  }

  .contacts__social {
    padding: 30px 0 0;
  }

  .event {
    -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;
    padding: 25px 0 15px;
  }

  .event__info {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .event__logo {
    width: 25%;
  }

  .event__logo img {
    display: block;
    max-width: 80%;
    margin: 0 auto;
  }

  .event__item {
    margin: 0 0 15px;
  }

  .events__filter-toggle {
    margin: 0 -30px 24px;
    padding: 0 30px;
  }

  .events__filter-toggle:before {
    right: 30px;
  }

  .events__filter-toggle:after {
    right: 37px;
  }

  .events__dates {
    margin: 0;
  }

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

  .filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 0 15px;
  }

  .filter__group {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  body {
    font-size: 15px;
  }

  h1,
  .h1 {
    font-size: 2.2em;
  }

  h2,
  .h2 {
    font-size: 2em;
  }

  h3,
  .h3 {
    font-size: 1.8em;
  }

  h4,
  .h4 {
    font-size: 1.6em;
  }

  h4.large-mb,
  .h4.large-mb {
    margin: 1em 0 0.9em;
  }

  h5,
  .h5 {
    font-size: 1.4em;
  }

  h6,
  .h6 {
    font-size: 1.2em;
  }

  .content table th,
  .content table td {
    padding: 10px 15px;
  }

  .footer {
    padding: 40px 0 30px;
  }

  .footer__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .footer__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 240px;
  }

  .footer__content {
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .subscribe__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .subscribe__form .form__group {
    margin-top: 0;
  }

  .subscribe__form .form__group:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: -1px;
  }

  .form__title {
    margin-bottom: 20px;
  }

  .date-range input {
    right: -1px;
    left: auto;
  }

  .gallery__item {
    width: 25%;
  }

  .gallery__more {
    margin-top: 20px;
  }

  .container {
    padding: 0 30px;
  }

  .row {
    margin-left: -10px;
    margin-right: -10px;
  }

  [class^="col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }

  [class^="col-"].last-to-sm {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .col-sm-1 {
    max-width: 8.333333%;
    -ms-flex-preferred-size: 8.333333%;
    flex-basis: 8.333333%;
  }

  .col-sm-2 {
    max-width: 16.666666%;
    -ms-flex-preferred-size: 16.666666%;
    flex-basis: 16.666666%;
  }

  .col-sm-3 {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }

  .col-sm-4 {
    max-width: 33.333333%;
    -ms-flex-preferred-size: 33.333333%;
    flex-basis: 33.333333%;
  }

  .col-sm-5 {
    max-width: 41.666666%;
    -ms-flex-preferred-size: 41.666666%;
    flex-basis: 41.666666%;
  }

  .col-sm-6 {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .col-sm-7 {
    max-width: 58.333333%;
    -ms-flex-preferred-size: 58.333333%;
    flex-basis: 58.333333%;
  }

  .col-sm-8 {
    max-width: 66.666666%;
    -ms-flex-preferred-size: 66.666666%;
    flex-basis: 66.666666%;
  }

  .col-sm-9 {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
  }

  .col-sm-10 {
    max-width: 83.333333%;
    -ms-flex-preferred-size: 83.333333%;
    flex-basis: 83.333333%;
  }

  .col-sm-11 {
    max-width: 91.666666%;
    -ms-flex-preferred-size: 91.666666%;
    flex-basis: 91.666666%;
  }

  .col-sm-12 {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .header__top {
    margin: 0 0 25px;
  }

  .header__wrapper {
    height: 48px;
  }

  .header__content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .hamburger {
    display: none;
  }

  .item--large,
  .item--medium {
    margin-left: 0;
    margin-right: 0;
  }

  .item__thumb-wrap.hide-to-sm {
    display: block;
  }

  .item__thumb--large {
    padding-top: 42%;
  }

  .item__thumb--medium {
    padding-top: 66.45%;
  }

  .item__inner--small {
    padding: 12px 15px;
  }

  .item__author {
    font-size: 13px;
  }

  .item__short {
    font-size: 12px;
  }

  .item__short--medium {
    padding: 0;
  }

  .item__short.reset-mt-sm {
    margin-top: 0;
  }

  .item__title--large {
    font-size: 22px;
  }

  .item__title--medium {
    font-size: 18px;
  }

  .item__title--default {
    font-size: 16px;
  }

  .item__title--small {
    font-size: 14px;
  }

  .item__icon--calendar {
    width: 15px;
    height: 15px;
  }

  .item__event {
    font-size: 13px;
  }

  .item__event-date {
    margin: 2px 0 0 5px;
  }

  .item__info.reset-mt-sm {
    margin-top: 0;
  }

  .nav {
    position: static;
    z-index: 0;
    background: none;
    visibility: visible;
    padding: 0 0 0 20px;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .nav__social {
    display: none;
  }

  .nav__ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .nav__ul:first-of-type,
  .nav__ul:last-of-type {
    display: none;
  }

  .nav__item {
    line-height: 1.2;
    padding: 0 15px 0 0;
  }

  .nav__item:last-child {
    padding: 0;
  }

  .nav__link {
    font-size: 13px;
  }

  .search.active .search__input-wrapper {
    width: 100%;
  }

  .search__input-wrapper {
    right: 0;
  }

  .site-nav {
    padding: 0 30px;
  }

  .site-nav__wrapper {
    margin: 0 0 25px;
  }

  .site-nav__item:last-child {
    padding: 0 30px 0 0;
  }

  .site-nav__item:last-child:after {
    right: 30px;
  }

  .site-nav__link {
    font-size: 14px;
    padding: 0 0 10px;
  }

  .social__item {
    width: 20%;
  }

  .team__item {
    width: 90%;
  }

  .widget__title {
    padding: 0 0 20px;
  }
}

@media all and (min-width: 1024px) {
  .action {
    padding: 34px 24px 29px;
  }

  .action--mt {
    margin-top: 40px;
  }

  .advantages__item {
    margin: 10px 0 30px;
  }

  .advantages__value {
    font-size: 70px;
  }

  .advantages__label {
    font-size: 20px;
    margin: 15px 0;
  }

  .advantages__list li {
    padding: 0 0 10px 20px;
  }

  .advantages__list li:before {
    top: 9px;
    width: 8px;
    height: 8px;
  }

  .archive {
    padding: 40px 0 0;
  }

  .archive__item {
    margin: 24px 0 0;
  }

  .archive__button {
    height: 36px;
    padding: 0 20px;
    font-size: 14px;
  }

  .archive__icon {
    width: 18px;
    height: 18px;
    margin: 0 10px 0 0;
  }

  .archive__list {
    padding: 0 0 20px;
  }

  .archive__group {
    padding: 0 0 18px;
  }

  .archive__label {
    padding: 22px 0 0 35px;
    font-size: 22px;
  }

  .archive__label:before {
    left: 5px;
    top: 20px;
    width: 12px;
    height: 12px;
  }

  .archive__label.active:before {
    top: 29px;
  }

  .banner--margin {
    margin: 40px 0;
  }

  .banner--inner-items {
    margin: 40px 0 16px;
  }

  .full-banner {
    display: block;
    height: 120px;
  }

  .facebook-banner {
    font-size: 20px;
    margin: 40px 0;
  }

  .top-banner {
    margin: 0 0 20px;
  }

  .main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0 0 50px;
  }

  .page-title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
	margin-left: 20px;
  }

  .content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0;
  }

  .content--left {
    padding: 0 30px 0 0;
  }

  .content--right {
    padding: 0 0 0 30px;
  }

  .more-button {
    margin: 40px 0 0;
  }

  .comments {
    margin: 40px 0;
  }

  .section-mt {
    margin-top: 40px;
  }

  .green-block {
    padding: 1.5em 2em;
    font-size: 1.5em;
  }

  .help-block {
    padding: 1.8em 2.2em;
  }

  .contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .contacts__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 30px 0 0;
  }

  .contacts__form {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 222px;
    margin: 0;
  }

  .contacts__group {
    padding: 35px 10% 35px 0;
  }

  .contacts__info {
    padding: 5px 0 0;
  }

  .contacts__social {
    padding: 35px 0 0;
  }

  .events {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0 0;
  }

  .events__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 0 0 30px;
  }

  .events__filter {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 222px;
    padding: 0 30px 0 0;
  }

  .events__filter:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #e7e7e7;
  }

  .events__filter-toggle {
    display: none;
  }

  .events__panel {
    padding: 0 0 24px;
  }

  .filter {
    display: block;
  }

  .filter__wrap {
    display: block !important;
  }

  .filter__group {
    margin: 0 0 30px;
  }

  .mfp-close {
    width: 60px;
    height: 60px;
  }

  .mfp-close:before,
  .mfp-close:after {
    width: 30px;
    top: 29px;
    left: 15px;
  }

  .mfp-arrow {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 60px;
    background: none;
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  .mfp-arrow:before {
    content: '';
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    border-right: 2px solid #e6e6e6;
    border-bottom: 2px solid #e6e6e6;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  .mfp-arrow-left {
    left: 0;
  }

  .mfp-arrow-left:before {
    left: 50%;
    margin: -7px 0 0 -7px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .mfp-arrow-right {
    right: 0;
  }

  .mfp-arrow-right:before {
    right: 50%;
    margin: -7px -7px 0 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .mfp-arrow:hover {
    background: rgba(0, 0, 0, 0.1);
  }

  .mfp-arrow:hover:before {
    border-color: #FF9D1E;
  }

  body {
    font-size: 16px;
  }

  .content table th,
  .content table td {
    padding: 15px 20px;
  }

  .footer {
    padding: 40px 0;
  }

  .footer__logo {
    margin: 0 0 30px;
  }

  .footer__info {
    width: 252px;
  }

  .footer__info-item {
    margin: 0 0 20px;
  }

  .footer__menus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 20px;
  }

  .footer__menu {
    display: block;
    padding: 0;
    margin: 0;
    font-size: 13px;
    list-style: none;
  }

  .footer__menu-item {
    padding: 0 0 10px;
  }

  .footer__menu-link {
    color: #303030;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  .footer__menu-link:hover {
    color: #FF9D1E;
  }

  .footer__menu-icon {
    display: inline-block;
    vertical-align: top;
    width: 7px;
    height: 17px;
    margin: 2px 7px 0 0;
  }

  .form__title {
    font-size: 1.2em;
    margin-bottom: 15px;
  }

  .gallery__more {
    margin-top: 25px;
  }

  .box {
    width: 996px;
  }

  .container {
    padding: 0 30px;
  }

  .row {
    margin-left: -12px;
    margin-right: -12px;
  }

  [class^="col-"] {
    padding-left: 12px;
    padding-right: 12px;
  }

  .col-md-1 {
    max-width: 8.333333%;
    -ms-flex-preferred-size: 8.333333%;
    flex-basis: 8.333333%;
  }

  .col-md-2 {
    max-width: 16.666666%;
    -ms-flex-preferred-size: 16.666666%;
    flex-basis: 16.666666%;
  }

  .col-md-3 {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }

  .col-md-4 {
    max-width: 33.333333%;
    -ms-flex-preferred-size: 33.333333%;
    flex-basis: 33.333333%;
  }

  .col-md-5 {
    max-width: 41.666666%;
    -ms-flex-preferred-size: 41.666666%;
    flex-basis: 41.666666%;
  }

  .col-md-6 {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .col-md-7 {
    max-width: 58.333333%;
    -ms-flex-preferred-size: 58.333333%;
    flex-basis: 58.333333%;
  }

  .col-md-8 {
    max-width: 66.666666%;
    -ms-flex-preferred-size: 66.666666%;
    flex-basis: 66.666666%;
  }

  .col-md-9 {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
  }

  .col-md-10 {
    max-width: 83.333333%;
    -ms-flex-preferred-size: 83.333333%;
    flex-basis: 83.333333%;
  }

  .col-md-11 {
    max-width: 91.666666%;
    -ms-flex-preferred-size: 91.666666%;
    flex-basis: 91.666666%;
  }

  .col-md-12 {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .header__top {
    margin: 0 0 10px;
  }

  .items {
    margin-top: -24px;
  }

  .item {
    margin-top: 24px;
  }

  .item__info.reset-mt-sm {
    margin-top: 16px;
  }

  .item__short.reset-mt-sm {
    margin-top: 14px;
  }

  .nav {
    padding: 0 0 0 40px;
  }

  .nav__item {
    padding: 0 35px 0 0;
  }

  .nav__item.current .nav__link {
    color: rgba(255,255,255,0.9);
  }

  .nav__link {
    border-bottom: 1px solid transparent;
  }

  .nav__link:hover {
    color: rgba(255,255,255,0.9);
    border-bottom-color: rgba(255,255,255,0.9);
  }

  .search__input {
    height: 30px;
    font-size: 15px;
  }

  .search-form {
    padding: 0 0 10px;
  }

  .search-form__select {
    margin: 20px 20px 0 0;
  }

  .share--bottom {
    margin-top: 25px;
  }

  .share__label {
    height: 36px;
    font-size: 15px;
    padding: 0 3%;
  }

  .share__item {
    height: 36px;
  }

  .share__icon--facebook {
    height: 17px;
    width: 10px;
  }

  .share__icon--twitter {
    width: 16px;
    height: 14px;
  }

  .share__icon--vkontakte {
    width: 18px;
    height: 18px;
  }

  .share__icon--odnoklassniki {
    height: 17px;
    width: 11px;
  }

  .sidebar {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 222px;
    padding: 0;
  }

  .sidebar--left {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    padding: 0 30px 0 0;
  }

  .sidebar--left:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #e7e7e7;
  }

  .sidebar--right {
    padding: 0 0 0 30px;
  }

  .sidebar--right:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #e7e7e7;
  }

  .site-nav {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #e7e7e7;
  }

  .site-nav__wrapper {
    padding: 15px 30px 0;
    margin: 0 0 30px;
  }

  .site-nav__wrapper.is_stuck .site-nav {
    border-bottom: 0;
  }

  .site-nav__ul {
    overflow: visible;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .site-nav__item {
    padding: 0;
  }

  .site-nav__item:after {
    display: none;
  }

  .site-nav__item:last-child {
    padding: 0;
  }

  .site-nav__item.current a:before {
    height: 3px;
  }

  .site-nav__link {
    font-size: 13px;
    padding: 0 0 15px;
  }

  .team__item {
    margin: 10px 0 20px;
  }

  .widget__title {
    font-size: 1.2em;
    padding: 0 0 15px;
  }
}

@media all and (min-width: 1280px) {
  .full-banner {
    height: 140px;
  }

  .to-top {
    width: 50px;
    height: 50px;
    right: 40px;
    bottom: 40px;
  }

  .to-top__icon {
    width: 20px;
    height: 21px;
  }

  .box {
    width: 1056px;
  }
}

@media all and (min-width: 1360px) {
  .full-banner {
    height: 150px;
  }
}

@media all and (min-width: 1400px) {
  .action {
    padding: 40px 30px 35px;
  }

  .action--mt {
    margin-top: 50px;
  }

  .action__title {
    font-size: 20px;
  }

  .advantages__item {
    margin: 10px 0 30px;
  }

  .advantages__value {
    font-size: 96px;
  }

  .advantages__label {
    font-size: 22px;
  }

  .advantages__list li {
    padding: 0 0 15px 22px;
  }

  .advantages__list li:before {
    top: 9px;
    width: 10px;
    height: 10px;
  }

  .archive {
    padding: 50px 0 0;
  }

  .archive__item {
    margin: 30px 0 0;
  }

  .archive__label {
    font-size: 25px;
  }

  .archive__group {
    padding: 0 0 22px;
  }

  .archive__label {
    padding: 26px 0 0 40px;
    font-size: 25px;
  }

  .archive__label:before {
    left: 6px;
    top: 25px;
    width: 13px;
    height: 13px;
  }

  .archive__label.active:before {
    top: 35px;
  }

  .article-footer {
    font-size: 15px;
    margin: 50px 0 0;
    padding: 20px 0 0;
  }

  .full-banner {
    height: 160px;
  }

  .facebook-banner {
    height: 150px;
  }

  .button--large {
    height: 46px;
    font-size: 16px;
    padding: 0 30px;
  }

  .button--medium {
    height: 40px;
    font-size: 14px;
    padding: 0 25px;
  }

  .button--default {
    height: 36px;
    font-size: 14px;
    padding: 0 20px;
  }

  .button--small {
    height: 30px;
    font-size: 13px;
    padding: 0 15px;
  }

  .button--gradient {
    padding: 0 20px;
  }

  .print {
    height: 36px;
    font-size: 14px;
    padding: 0 15px;
  }

  .print__icon {
    width: 15px;
    height: 15px;
    margin: 0 0 0 7px;
  }

  .main {
    padding: 0 0 60px;
  }

  .content--left {
    padding: 0 35px 0 0;
  }

  .content--right {
    padding: 0 0 0 35px;
  }

  .help-block {
    padding: 2.2em 2.8em;
  }

  .contacts__content {
    padding: 0 35px 0 0;
  }

  .contacts__form {
    width: 257px;
  }

  .contacts__group {
    padding: 40px 10% 40px 0;
  }

  .contacts__social {
    padding: 40px 0 0;
  }

  .event {
    margin: 30px 0 0;
    padding: 30px 0 10px;
  }

  .event__item {
    margin: 0 0 25px;
  }

  .event__item--large {
    font-size: 20px;
  }

  .event__item--small {
    font-size: 18px;
  }

  .event__icon--calendar {
    width: 21px;
    height: 23px;
    margin: 3px 13px 0 0;
  }

  .event__icon--map {
    width: 19px;
    height: 25px;
    margin: 2px 14px 0 1px;
  }

  .event__icon--pc {
    width: 20px;
    height: 20px;
    margin: 5px 15px 0 0;
  }

  .event__icon--user {
    width: 18px;
    height: 20px;
    margin: 2px 16px 0 1px;
  }

  .events__content {
    padding: 0 0 0 35px;
  }

  .events__filter {
    width: 257px;
    padding: 0 35px 0 0;
  }

  .events__panel {
    padding: 0 0 30px;
  }

  .filter__group {
    margin: 0 0 35px;
  }

  .filter__more-button {
    height: 36px;
    font-size: 14px;
  }

  .filter__more-button:after {
    right: 16px;
    top: 12px;
    width: 10px;
    height: 10px;
  }

  .mfp-bottom-bar {
    font-size: 13px;
  }

  body {
    font-size: 17px;
  }

  .footer {
    padding: 50px 0;
  }

  .footer__info {
    width: 292px;
  }

  .to-top {
    right: 50px;
    bottom: 50px;
  }

  .form__title {
    margin-bottom: 20px;
  }

  .form__textarea {
    height: 200px;
  }

  .checkbox__label {
    margin: 0 0 12px;
    padding: 2px 0 0 34px;
  }

  .checkbox__label:before {
    width: 22px;
    height: 22px;
  }

  .checkbox__label:after {
    top: 3px;
    width: 6px;
    height: 12px;
  }

  .date-range {
    height: 36px;
    line-height: 36px;
    padding: 0 36px 0 18px;
    font-size: 14px;
  }

  .date-range:after {
    right: 16px;
    top: 10px;
    width: 9px;
    height: 9px;
  }

  .gallery__more {
    margin-top: 30px;
  }

  .box {
    width: 1100px;
  }

  .container {
    padding: 0 35px;
  }

  .row {
    margin-left: -15px;
    margin-right: -15px;
  }

  [class^="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-lg-1 {
    max-width: 8.333333%;
    -ms-flex-preferred-size: 8.333333%;
    flex-basis: 8.333333%;
  }

  .col-lg-2 {
    max-width: 16.666666%;
    -ms-flex-preferred-size: 16.666666%;
    flex-basis: 16.666666%;
  }

  .col-lg-3 {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }

  .col-lg-4 {
    max-width: 33.333333%;
    -ms-flex-preferred-size: 33.333333%;
    flex-basis: 33.333333%;
  }

  .col-lg-5 {
    max-width: 41.666666%;
    -ms-flex-preferred-size: 41.666666%;
    flex-basis: 41.666666%;
  }

  .col-lg-6 {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .col-lg-7 {
    max-width: 58.333333%;
    -ms-flex-preferred-size: 58.333333%;
    flex-basis: 58.333333%;
  }

  .col-lg-8 {
    max-width: 66.666666%;
    -ms-flex-preferred-size: 66.666666%;
    flex-basis: 66.666666%;
  }

  .col-lg-9 {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
  }

  .col-lg-10 {
    max-width: 83.333333%;
    -ms-flex-preferred-size: 83.333333%;
    flex-basis: 83.333333%;
  }

  .col-lg-11 {
    max-width: 91.666666%;
    -ms-flex-preferred-size: 91.666666%;
    flex-basis: 91.666666%;
  }

  .col-lg-12 {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .header__top {
    margin: 0 0 15px;
  }

  .header__wrapper {
    height: 56px;
  }



  .items {
    margin-top: -30px;
  }

  .item {
    margin-top: 30px;
  }

  .item__info--white,
  .item__info--default {
    font-size: 12px;
    margin: 18px 0 12px;
  }

  .item__info--article {
    margin: 0 0 20px;
  }

  .item__info.reset-mt-sm {
    margin-top: 18px;
  }

  .item__author {
    margin: 18px 0 14px;
  }

  .item__icon--video {
    height: 11px;
    width: 16px;
    margin: 1px 6px 0 0;
  }

  .item__icon--camera {
    height: 13px;
    width: 15px;
    margin: 0 6px 0 0;
  }

  .item__rubric {
    margin: 0 15px 0 0;
  }

  .item__date--margin {
    margin-right: 15px;
  }

  .nav {
    padding: 0 0 0 50px;
  }

  .nav__item {
    padding: 0 45px 0 0;
  }

  .nav__link {
    font-size: 14px;
  }

  .search-form__input {
    height: 46px;
    font-size: 18px;
    padding: 0 20px;
  }

  .search-form__button {
    height: 46px;
    font-size: 16px;
    padding: 0 25px;
  }

  .search-form__select {
    margin: 25px 25px 0 0;
  }

  .share--bottom {
    margin-top: 30px;
  }

  .share__label {
    height: 40px;
    font-size: 16px;
  }

  .share__item {
    height: 40px;
  }

  .share__icon--facebook {
    height: 18px;
    width: 11px;
  }

  .share__icon--twitter {
    width: 19px;
    height: 16px;
  }

  .share__icon--vkontakte {
    width: 20px;
    height: 20px;
  }

  .share__icon--odnoklassniki {
    height: 19px;
    width: 13px;
  }

  .sidebar {
    width: 257px;
  }

  .sidebar--left {
    padding: 0 35px 0 0;
  }

  .sidebar--right {
    padding: 0 0 0 35px;
  }

  .site-nav__wrapper {
    padding: 15px 35px 0;
    margin: 0 0 35px;
  }

  .site-nav__link {
    font-size: 14px;
  }

  .jq-selectbox__select {
    padding: 0 36px 0 18px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }

  .jq-selectbox__trigger {
    right: 16px;
    top: 10px;
    width: 9px;
    height: 9px;
  }

  .jq-selectbox__dropdown li {
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    padding: 0 18px;
  }

  .team__item {
    font-size: 16px;
    margin: 10px 0 30px;
  }

  .team__name {
    font-size: 22px;
    margin: 15px 0 8px;
  }

  .team__pos {
    margin: 0 0 12px;
  }

  .team__phone {
    margin: 0 0 6px;
  }

  .widget__title {
    padding: 0 0 20px;
  }
}

@media all and (min-width: 1600px) {
  .banner--margin {
    margin: 50px 0;
  }

  .banner--inner-items {
    margin: 50px 0 20px;
  }

  .full-banner {
    height: 180px;
  }

  .facebook-banner {
    font-size: 22px;
    margin: 50px 0;
  }

  .facebook-banner__icon {
    width: 90px;
    height: 90px;
    padding: 0 14px 0 0;
  }

  .facebook-banner__icon svg {
    height: 78px;
    width: 40px;
  }

  .facebook-banner__text {
    padding: 0 0 0 30px;
  }

  .facebook-banner__logo {
    width: 200px;
    margin-right: 40px;
  }

  .main {
    padding: 0 0 80px;
  }

  .content--left {
    padding: 0 40px 0 0;
  }

  .content--right {
    padding: 0 0 0 40px;
  }

  .more-button {
    margin: 50px 0 0;
  }

  .comments {
    margin: 50px 0;
  }

  .section-mt {
    margin-top: 50px;
  }

  .contacts__content {
    padding: 0 40px 0 0;
  }

  .contacts__form {
    width: 280px;
  }

  .contacts__group {
    padding: 40px 20% 40px 0;
  }

  .contacts__info-item {
    font-size: 18px;
    margin: 16px 0 0;
  }

  .contacts__info-icon--phone {
    height: 15px;
    width: 15px;
    margin: -1px 10px 0 0;
  }

  .contacts__info-icon--mail {
    height: 14px;
    width: 18px;
    margin: 0 10px 0 0;
  }

  .contacts__info-icon--skype {
    width: 16px;
    height: 16px;
    margin: 0 10px 0 0;
  }

  .events__content {
    padding: 0 0 0 40px;
  }

  .events__filter {
    width: 280px;
    padding: 0 40px 0 0;
  }

  body {
    font-size: 18px;
  }

  .content table th,
  .content table td {
    padding: 20px 25px;
  }

  .footer {
    padding: 60px 0;
  }

  .footer__info {
    width: 320px;
  }

  .footer__text {
    padding: 0 60px 0 0;
  }

  .footer__menus {
    padding: 0 30px;
  }

  .footer__menu-item {
    padding: 0 0 12px;
  }

  .footer__menu-link {
    font-size: 14px;
  }

  .footer__menu-icon {
    width: 8px;
    height: 20px;
    margin: 1px 8px 0 0;
  }

  .to-top {
    height: 54px;
    width: 54px;
    right: 80px;
    bottom: 80px;
  }

  .to-top__icon {
    width: 22px;
    height: 23px;
  }

  .box {
    width: 1354px;
  }

  .container {
    padding: 0 40px;
  }

  .col-xl-1 {
    max-width: 8.333333%;
    -ms-flex-preferred-size: 8.333333%;
    flex-basis: 8.333333%;
  }

  .col-xl-2 {
    max-width: 16.666666%;
    -ms-flex-preferred-size: 16.666666%;
    flex-basis: 16.666666%;
  }

  .col-xl-3 {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }

  .col-xl-4 {
    max-width: 33.333333%;
    -ms-flex-preferred-size: 33.333333%;
    flex-basis: 33.333333%;
  }

  .col-xl-5 {
    max-width: 41.666666%;
    -ms-flex-preferred-size: 41.666666%;
    flex-basis: 41.666666%;
  }

  .col-xl-6 {
    max-width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }

  .col-xl-7 {
    max-width: 58.333333%;
    -ms-flex-preferred-size: 58.333333%;
    flex-basis: 58.333333%;
  }

  .col-xl-8 {
    max-width: 66.666666%;
    -ms-flex-preferred-size: 66.666666%;
    flex-basis: 66.666666%;
  }

  .col-xl-9 {
    max-width: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
  }

  .col-xl-10 {
    max-width: 83.333333%;
    -ms-flex-preferred-size: 83.333333%;
    flex-basis: 83.333333%;
  }

  .col-xl-11 {
    max-width: 91.666666%;
    -ms-flex-preferred-size: 91.666666%;
    flex-basis: 91.666666%;
  }

  .col-xl-12 {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .header__top {
    margin: 0 0 15px;
  }

  .header__wrapper {
    height: 60px;
  }

  .item__inner--large {
    padding: 35px 30px;
  }

  .item__title--large {
    font-size: 30px;
    padding: 4px 0 0;
  }

  .item__title--medium {
    font-size: 22px;
  }

  .item__title--default {
    font-size: 18px;
  }

  .item__title--small {
    font-size: 16px;
  }

  .item__short {
    font-size: 14px;
  }

  .item__author {
    font-size: 14px;
  }

  .item__icon--calendar {
    width: 17px;
    height: 17px;
  }

  .item__event {
    font-size: 14px;
  }

  .item__event-date {
    margin: 3px 0 0 5px;
  }

  .item__event-loc {
    margin: 12px 0 0;
  }

  .sidebar {
    width: 280px;
  }

  .sidebar--left {
    padding: 0 40px 0 0;
  }

  .sidebar--right {
    padding: 0 0 0 40px;
  }

  .site-nav__wrapper {
    padding: 20px 40px 0;
    margin: 0 0 40px;
  }

  .site-nav__link {
    font-size: 16px;
    padding: 0 0 18px;
  }

  .team__item {
    width: 85%;
  }
}

@media all and (min-width: 1900px) {
  .full-banner {
    height: 200px;
  }
}

@media print {
  section,
  .sidebar,
  .header,
  .footer,
  .banner,
  .action,
  .facebook-banner,
  .article-footer,
  .share,
  .comments,
  .datepickers-container {
    display: none;
  }
}

@media (max-width: 400px) {
	.hidden-xs {
		display:none;
	}	
}	