@import 'owl-slider/owl.carousel.min.css';
@import 'owl-slider/owl.themes.css';
html {
  font-size: 18px;
  height: 100%;
  width: 100%;
  -webkit-text-size-adjust: 100%;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Gotham Pro", sans-serif;
  font-size: 18px;
  font-weight: 400;
  background-color: #ffffff;
  color: #171717;
  line-height: 1.3;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@font-face {
  font-family: "Gotham Pro";
  src: url("../fonts/GothaProReg.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Gotham Pro";
  src: url("../fonts/GothaProLig.otf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "Gotham Pro";
  src: url("../fonts/GothaProMed.otf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "Gotham Pro";
  src: url("../fonts/GothaProBol.otf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "Gotham Pro Narrow";
  src: url("../fonts/GothaProNarMed.otf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "Gotham Pro Narrow";
  src: url("../fonts/GothaProNarBol.otf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "Ticker Tape";
  src: url("../fonts/Ticker_Tape.ttf") format("opentype");
  font-weight: 400;
}
.container {
  width: 100%;
  max-width: 1710px;
  margin: 0 auto;
  padding: 0 50px;
  box-sizing: border-box;
}

.container-wide {
  width: 100%;
}

p {
  font-size: 1em;
  line-height: 1.33;
  color: #171717;
  margin-top: 0;
  margin-bottom: 1.5em;
}
p.text_enlarged {
  font-size: 26px;
  line-height: 1.3;
  margin-bottom: 1.5em;
}
p.text_enlarged a {
  font-family: "Gotham Pro", sans-serif;
  font-weight: 500;
  color: #70873B;
}
p.text_enlarged a:hover {
  text-decoration: underline;
}

a {
  color: #171717;
  transition: color 0.2s cubic-bezier(0.4, 0, 1, 1);
  text-decoration: none;
}
a svg path {
  transition: fill 0.2s cubic-bezier(0.4, 0, 1, 1);
}

h1, h2 {
  font-family: "Ticker Tape", sans-serif;
  color: #171717;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 36px;
}

h1 {
  margin-bottom: 72px;
}

h3 {
  font-family: "Gotham Pro", sans-serif;
  font-weight: 700;
  color: #111111;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 700;
}

h4 {
  font-family: "Gotham Pro", sans-serif;
  font-weight: 700;
  color: #171717;
  font-size: 26px;
  font-weight: 700;
}

header {
  height: 87px;
  width: 100%;
  background-color: #70873B;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

footer {
  flex: 0 0 auto;
}

.page-wrap {
  flex: 1 0 auto;
}

.button {
  font-family: "Gotham Pro", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0.02em;
  color: #171717;
  background-color: #FFFFFF;
  border-radius: 70px;
  padding: 2px 20px 1px 20px;
  transition: background-color 0.2s cubic-bezier(0.4, 0, 1, 1), color 0.2s cubic-bezier(0.4, 0, 1, 1);
  display: inline-flex;
  text-align: center;
}

.button_green {
  color: #70873B;
}
.button_green-filled {
  color: #ffffff;
  background-color: #70873B;
}
.button_red-filled {
  color: #ffffff;
  background-color: #ED1C24;
}
.button_gray {
  background: #E5E5E5;
  color: #ffffff;
}
.tab-item {
  display: none;
}

.tab-item.active {
  display: block;
}

.modal {
  display: none;
  position: fixed;
  z-index: 6;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
}

.modal-body {
  margin: 5% auto;
  width: 90%;
  max-width: 980px;
  padding: 36px 36px 54px 54px;
  background: #FFFFFF;
  box-sizing: border-box;
  position: relative;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.02), 8px 8px 40px rgba(0, 0, 0, 0.06);
}
.modal-body .title {
  text-align: center;
  margin: 36px 0;
}
.modal-body .subtitle {
  text-align: center;
  margin-bottom: 0;
}

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

.modal-close-cross {
  float: right;
  cursor: pointer;
}

.modal-btn-wrap {
  margin-top: 54px;
  text-align: center;
}
.modal-btn-wrap .button {
  min-width: 150px;
  justify-content: center;
}

.form-group {
  width: 100%;
  margin-bottom: 18px;
}
.form-group:last-child {
  margin-bottom: 0;
}

.form-input, .form-textarea {
  border: none;
  outline: none;
  font-size: 1rem;
  line-height: 1.3;
  padding: 16px 20px;
  color: #171717;
  font-family: "Gotham Pro Narrow", sans-serif;
  font-weight: 500;
  background: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 2px;
  box-sizing: border-box;
  width: 100%;
}
.form-input.error, .form-textarea.error {
  border-color: #ED1C24;
}

.form-textarea {
  resize: none;
  height: 200px;
}

.form-submit {
  border: none;
  outline: none;
  cursor: pointer;
  max-width: 100%;
  white-space: normal;
}

input.form-input::-webkit-input-placeholder, textarea.form-textarea::-webkit-input-placeholder {
  color: #E5E5E5;
}

input.form-input::-moz-placeholder, textarea.form-textarea::-moz-placeholder {
  color: #E5E5E5;
}

input.form-input:-moz-placeholder, textarea.form-textarea:-moz-placeholder {
  color: #E5E5E5;
}

input.form-input:-ms-input-placeholder, textarea.form-textarea:-ms-input-placeholder {
  color: #E5E5E5;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: transparent;
}

header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo img, .mobile-menu-button img {
  display: block;
}

.header-logo img {
  max-width: 198px;
}

.header-nav {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-nav li {
  margin-right: 32px;
}
.header-nav li:last-child {
  margin-right: 0;
}
.header-nav.opened {
  position: absolute;
  top: 70px;
  background-color: #70873B;
  width: 100%;
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 20px;
}
.header-nav.opened li {
  margin-right: 0;
}

.header-nav__link {
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.03em;
  font-family: "Gotham Pro", sans-serif;
  font-weight: 400;
}

.index-main-slider {
  position: relative;
}
.index-main-slider .owl-stage {
  display: flex;
  flex-wrap: wrap;
}
.index-main-slider .owl-nav {
  width: 100%;
  height: 0;
  position: absolute;
  top: 50%;
  margin-top: -24px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.index-main-slider .owl-nav button {
  border: none;
  outline: none;
}
.index-main-slider .owl-nav button img {
  display: block;
  width: 34px;
}
.index-main-slider .owl-dots {
  position: absolute;
  bottom: 30px;
  display: flex;
  left: 50%;
}
.index-main-slider .owl-dots button {
  border: none;
  outline: none;
  width: 100px;
  height: 3px;
  background: #70873B;
  opacity: 0.4;
  border-radius: 8px;
  margin-right: 23px;
  transition: opacity 0.2s cubic-bezier(0.4, 0, 1, 1);
}
.index-main-slider .owl-dots button:last-child {
  margin-right: 0;
}
.index-main-slider .owl-dots button:hover {
  opacity: 0.8;
}
.index-main-slider .owl-dots button.active {
  opacity: 1;
}

.index-main-slide {
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  height: 100%;
  cursor: pointer;
}
.index-main-slide .container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  min-height: calc(100vh - 87px);
  padding-top: 107px;
  padding-bottom: 107px;
  color: #fff;
}

.index-main-slide__title {
  margin: 0;
  font-size: 64px;
  line-height: 1.1;
  font-family: "Gotham Pro", sans-serif;
  font-weight: 300;
  color: #fff;
  text-transform: none;
  letter-spacing: -0.02em;
}

.index-main-slide__subtitle {
  font-size: 30px;
  margin-bottom: 0;
  margin-top: 34px;
  line-height: 1.23;
  color: #fff;
  font-family: "Gotham Pro", sans-serif;
  font-weight: 500;
}

.button-wrap {
  margin-top: 70px;
}

.button-wrap_news {
  text-align: center;
  margin-top: 100px;
}

.index-section-news {
  padding-top: 82px;
  padding-bottom: 82px;
}
.index-section-news h2 {
  margin-bottom: 72px;
}

.route-map-title {
  margin-top: 58px;
  margin-bottom: 53px;
}

.routes-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-column-gap: 41px;
  grid-row-gap: 82px;
  margin-bottom: 82px;
}

.route-item {
  height: 506px;
  width: 100%;
  display: block;
  background-size: cover;
  background-position: center;
}
.route-item .shadow {
  background-color: transparent;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  transition: background-color 0.2s ease-in;
}
.route-item .title {
  width: 100%;
  background: rgba(56, 56, 56, 0.5);
  padding: 35px 20px 20px;
  font-family: "Ticker Tape", sans-serif;
  color: #ffffff;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
}
.route-item:hover .shadow {
  background-color: rgba(0, 0, 0, 0.1);
}

.routes-page-map {
  padding-bottom: 112px;
}

.news-container, .cards-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-column-gap: 27px;
  grid-row-gap: 70px;
  align-items: flex-start;
}

.card {
  display: block;
}

.card__img {
  height: 328px;
  background-size: cover;
  background-position: center;
}

.card__body {
  margin-top: 28px;
}
.card__body .date {
  font-family: "Gotham Pro Narrow", sans-serif;
  font-weight: 500;
  color: #70873B;
  display: block;
  font-size: 16px;
  line-height: 1.8;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.card__body .title {
  margin-top: 11px;
  font-size: 30px;
  line-height: 1.23;
  font-family: "Gotham Pro", sans-serif;
  font-weight: 500;
  color: #171717;
}

.news-container {
  align-items: flex-start;
}
.news-container .news-card:first-child, .news-container .news-card:nth-child(7n+7), .news-container .news-card:nth-child(7n+8) {
  grid-column: span 2;
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.news-container .news-card:first-child .card__img, .news-container .news-card:nth-child(7n+7) .card__img, .news-container .news-card:nth-child(7n+8) .card__img {
  width: 100%;
  display: block;
  height: 100%;
  position: absolute;
}
.news-container .news-card:first-child .card__body, .news-container .news-card:nth-child(7n+7) .card__body, .news-container .news-card:nth-child(7n+8) .card__body {
  width: 50%;
  max-width: 451px;
  min-height: 485px;
  margin-top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  background: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
  z-index: 1;
}

.button-wrap_map {
  position: absolute;
  bottom: 36px;
}

.route-map-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center bottom;
  display: block;
  max-height: calc(100vh - 151px);
}

.decorated-list-title {
  font-size: 26px;
  font-family: "Gotham Pro", sans-serif;
  font-weight: 500;
  margin-bottom: 8px;
}

.decorated-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 26px;
  padding-left: 31px;
}
.decorated-list li {
  margin-bottom: 5px;
}
.decorated-list li:last-child {
  margin-bottom: 0;
}
.decorated-list li::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  border: 5px solid #70873B;
  border-radius: 50%;
  box-sizing: border-box;
  margin-left: -31px;
  margin-right: 14px;
}

.index-section-map {
  position: relative;
}
.index-section-map .route-map-img {
  max-height: none;
}

.index-map-bg {
  background-color: #e5e7d9;
}

.index-map-wrap {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}

.index-map-link {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
}

.index-map-link1 {
  top: 84.5%;
  left: 39%;
}

.index-section-about {
  padding-top: 82px;
  background-color: #F2F2F2;
  padding-bottom: 82px;
}
.index-section-about h2 {
  margin-bottom: 36px;
}
.index-section-about .button-wrap {
  margin-top: 40px;
}

.index-about-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.index-about-img {
  margin-left: 32px;
  width: 40%;
  max-width: 424px;
}

.index-about-info {
  flex: 1;
}
.index-about-info .text_enlarged {
  margin-bottom: 32px;
}

.index-bottom-img {
  display: block;
  width: 100%;
  height: 550px;
  object-fit: cover;
  object-position: center;
  margin-bottom: 82px;
}

.index-section-img {
  background-color: #F2F2F2;
}

.mobile-menu-button {
  display: none;
}

.page-wrap {
  padding-top: 43px;
  padding-bottom: 82px;
}

.page-header-bg {
  background-size: cover;
  background-position: center;
}

.page-header {
  padding-top: 43px;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 70vh;
}
.page-header h1 {
  margin-bottom: 36px;
}

.page-header__subtitle {
  font-family: "Gotham Pro", sans-serif;
  font-weight: 400;
  box-sizing: border-box;
  padding-top: 90px;
  padding-bottom: 35px;
  margin-top: auto;
  background: linear-gradient(180deg, rgba(196, 196, 196, 0) 0%, rgba(56, 56, 56, 0.88) 100%);
}
.page-header__subtitle p {
  color: #fff;
  font-size: 26px;
}
.page-header__subtitle p:last-child {
  margin-bottom: 0;
}

.route-page-header__subtitle {
  background: linear-gradient(180deg, rgba(196, 196, 196, 0) 0%, rgba(56, 56, 56, 0.528) 100%);
}

.breadcrumbs {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  margin-bottom: 43px;
}
.breadcrumbs li {
  display: flex;
  margin-right: 10px;
  align-items: center;
  font-size: 1rem;
  line-height: 1.23;
}
.breadcrumbs li::after {
  content: url("../img/breadcrumbs-arrow.svg");
  display: block;
  margin-left: 10px;
}
.breadcrumbs li:last-child {
  margin-right: 0;
}
.breadcrumbs li:last-child::after {
  display: none;
}

.breadcrumbs__link:hover {
  text-decoration: underline;
}

.article {
  width: 100%;
  display: flex;
}

.article-content {
  width: 60%;
  color: #171717;
  font-size: 1rem;
  line-height: 1.33;
}
.article-content h1 {
  margin-bottom: 28px;
  font-family: "Gotham Pro", sans-serif;
  font-weight: 300;
  font-size: 50px;
  line-height: 1.12;
  letter-spacing: -0.02em;
  text-transform: none;
}
.article-content h2 {
  font-family: "Gotham Pro", sans-serif;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  margin: 0 0 28px 0;
}
.article-content img {
  display: block;
  width: 100%;
  margin-bottom: 28px;
}
.article-content ul, .article-content ol {
  margin: 0;
  margin-bottom: 28px;
}
.article-content ul li, .article-content ol li {
  margin-bottom: 1em;
}
.article-content ul li:last-child, .article-content ol li:last-child {
  margin-bottom: 0;
}
.article-content .img-desc {
  margin-bottom: 28px;
}
.article-content .img-desc p {
  font-size: 16px;
  color: #505050;
  line-height: 1.24;
  margin-bottom: 0;
}
.article-content .img-desc .author {
  font-size: 14px;
  line-height: 1.14;
  margin-top: 8px;
  color: #999999;
}
.article-content .subtitle {
  margin-bottom: 40px;
  font-size: 26px;
  line-height: 1.3;
}
.article-content .article-date {
  font-family: "Gotham Pro Narrow", sans-serif;
  font-weight: 500;
  margin-bottom: 28px;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.article-content a {
  color: #70873B;
  font-family: "Gotham Pro", sans-serif;
  font-weight: 500;
}
.article-content a:hover {
  text-decoration: underline;
}
.article-content video {
  width: 100%;
  margin-bottom: 28px;
}
.article-content iframe {
  width: 100%;
  height: 530px;
  margin-bottom: 28px;
}
.article-content .described-img {
  margin-bottom: 28px;
}
.article-content .described-img img {
  margin-bottom: 0;
}
.article-content .described-img .img-desc {
  margin: 20px 0 0 0;
}
.article-content .double-images {
  width: 166.5%;
  margin-left: -33.3%;
  display: flex;
  justify-content: space-between;
  margin-top: 64px;
  margin-bottom: 64px;
}
.article-content .double-images:last-child {
  margin-bottom: 0;
}
.article-content .double-images .double-images {
  width: 100%;
  margin: 0;
}
.article-content .double-images__item {
  width: 48.5%;
}
.article-content .double-images__item img {
  margin-bottom: 0;
}
.article-content .double-images__item .img-desc {
  margin: 20px 0 0 0;
}
.article-content > *:last-child {
  margin-bottom: 0;
}

.route-article-content {
  margin: 56px auto 76px auto;
}

.article-side {
  width: 20%;
  padding-right: 36px;
}

.ya-share2__container.ya-share2__container_color-scheme_blackwhite .ya-share2__badge, .ya-share2__container.ya-share2__container_color-scheme_blackwhite .ya-share2__mobile-popup-badge {
  background-color: #70873B !important;
}

.ya-share2 {
  max-width: 145px;
}

.ya-share2__list li {
  margin-right: 8px !important;
  margin-bottom: 10px !important;
}

.share-title {
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #70873B;
  margin-bottom: 15px;
}

.other-cards {
  margin-top: 82px;
}
.other-cards h2 {
  margin-bottom: 72px;
}

.other-cards-routes {
  margin-bottom: 82px;
}

.mission-block {
  padding-top: 82px;
  padding-bottom: 50px;
}
.mission-block .text_enlarged {
  width: 80%;
}
.mission-block h2 {
  color: #70873B;
  margin-top: 82px;
  margin-bottom: 54px;
}

.mission {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #70873B;
  display: flex;
}
.mission li {
  width: 27%;
  position: relative;
}
.mission li:last-child {
  width: 19%;
}
.mission li:last-child .mission-item__icon::after {
  display: none;
}

.mission-item__icon {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #70873B;
}
.mission-item__icon img {
  display: block;
}
.mission-item__icon::after {
  content: "";
  width: calc(100% - 100px);
  height: 2px;
  display: block;
  background-color: #70873B;
  position: absolute;
  right: 0;
}

.mission-item__title {
  margin-top: 32px;
  font-size: 20px;
  padding-right: 20px;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: flex;
}

.images-slider {
  position: relative;
  justify-content: center;
  text-align: center;
}
.images-slider .owl-stage {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.images-slider .owl-nav {
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  margin: 0 auto;
  height: 0;
  position: absolute;
  top: 50%;
  margin-top: -51px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.images-slider .owl-nav button {
  border: none;
  outline: none;
}
.images-slider .owl-nav button img {
  display: block;
  width: 34px;
}

.images-slider_withauthors .owl-nav {
  margin-top: -63px;
}

.images-slide {
  width: 100%;
  position: relative;
  text-align: center;
}
.images-slide img {
  width: 100%;
  display: block;
  height: 700px;
  height: 40vw;
  min-height: 700px;
  object-fit: cover;
  object-position: center;
}

.image-slide__title {
  font-size: 16px;
  width: 100%;
  max-width: 1710px;
  margin: 0 auto;
  padding: 20px 50px 16px 50px;
  line-height: 1.24;
  color: #505050;
}
.image-slide__title .author {
  display: block;
  font-size: 14px;
  line-height: 1.14;
  color: #999999;
  margin-top: 8px;
}

.partners-block {
  padding-top: 72px;
  padding-bottom: 72px;
}
.partners-block h2 {
  margin-bottom: 82px;
}

.partners-container {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  grid-column-gap: 20px;
  grid-row-gap: 60px;
  align-items: flex-start;
}

.partner {
  max-width: 250px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.partner__img-wrap {
  height: 135px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.partner__img-wrap img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.partner__title {
  margin: 20px 0 0 0;
  font-size: 1rem;
}

.gray-container {
  background-color: #F2F2F2;
}

.history-block {
  padding-top: 82px;
  padding-bottom: 82px;
}

.history-info {
  display: flex;
}

.history-info__text {
  flex: 1;
}
.history-info__text h2 {
  margin-bottom: 32px;
}
.history-info__text p {
  margin-bottom: 0;
}

.history-info__img {
  margin-left: 55px;
  margin-top: -40px;
  width: 40%;
  max-width: 392px;
}
.history-info__img img {
  width: 100%;
  display: block;
}

.contacts-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 82px;
}

.contacts-data {
  flex: 1;
}

.contacts-map-container {
  margin-right: 50px;
  min-width: 400px;
  height: 500px;
  flex: 1;
  max-width: 800px;
}

.contacts-map {
  width: 100%;
  height: 500px;
}

.contacts-data__title {
  font-size: 30px;
  margin-top: 0;
  line-height: 1.23;
  font-family: "Gotham Pro", sans-serif;
  font-weight: 500;
}

.contacts-data__body {
  max-width: 500px;
}
.contacts-data__body p, .contacts-data__body a {
  font-size: 26px;
  margin-bottom: 0;
  line-height: 1.3;
}
.contacts-data__body .contacts-data__subtitle {
  text-transform: uppercase;
  margin-bottom: 5px;
}

.ymaps-glass-pane, .ymaps-layers-pane, [class*=ymaps-2][class*=-ground-pane] {
  filter: grayscale(100%) !important;
  -webkit-filter: grayscale(100%) !important;
}

ymaps[class*=-controls__toolbar], ymaps[class*=-map-copyrights-promo] {
  display: none;
}

.ymaps-2-1-78-balloon {
  box-shadow: none !important;
}

.ymaps-2-1-78-balloon__content {
  font-family: "Gotham Pro", sans-serif !important;
  font-weight: 500 !important;
  font-size: 20px !important;
  padding: 0 !important;
  line-height: 1.3 !important;
}

.ymaps-2-1-78-balloon__tail {
  display: none !important;
}

.ymaps-2-1-78-balloon__layout {
  border-radius: 35px !important;
  box-shadow: none !important;
  padding: 20px !important;
}

.ymaps-2-1-78-balloon__close-button {
  height: 20px !important;
  width: 20px !important;
}

.green-container {
  background-color: #70873B;
}

.volunteer-block {
  padding-top: 82px;
  padding-bottom: 55px;
}

.volunteer-info {
  display: flex;
  align-items: flex-start;
}

.button-wrap_volunteer {
  text-align: center;
  margin-top: 50px;
}

.volunteer-info__img {
  margin-right: 62px;
  width: 100%;
  max-width: 547px;
}
.volunteer-info__img img {
  width: 100%;
}

p.volunteer-info__text {
  color: #fff;
  margin-bottom: 0;
}

.button_enlarged {
  font-size: 29px;
  padding: 10px 50px 9px;
}

.text-block {
  padding-top: 82px;
  padding-bottom: 70px;
}
.text-block p:last-child {
  margin-bottom: 0;
}

.route-description {
  display: flex;
  padding-top: 40px;
  padding-bottom: 76px;
}

.route-description__data {
  width: 34%;
  padding-right: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.route-description__text {
  width: 66%;
}
.route-description__text p:last-child {
  margin-bottom: 0;
}

.route-description__list {
  list-style: none;
  max-width: 463px;
  margin: 0;
  padding: 0;
}
.route-description__list li {
  display: flex;
  align-items: flex-start;
  color: #505050;
  font-family: "Gotham Pro Narrow", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.7;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.route-description__list li:last-child {
  margin-bottom: 0;
}
.route-description__list li .img-wrap {
  width: 49px;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 15px;
  flex-shrink: 0;
}
.route-description__list li .img-wrap img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.route-description__list li span {
  display: block;
}
.route-description__list li span.title {
  font-family: "Gotham Pro Narrow", sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin-bottom: 3px;
}

.recoms-block {
  width: 66%;
  margin: 0 auto;
  padding-top: 90px;
  padding-bottom: 100px;
}

.request-block {
  width: 66%;
  margin: 0 auto;
  padding-top: 82px;
}
.request-block .button-wrap {
  text-align: center;
}

.recoms-list {
  counter-reset: myCounter;
  padding: 0;
  margin-top: 52px;
  margin-bottom: 0;
}
.recoms-list li {
  list-style: none;
  font-size: 26px;
  line-height: 1.5;
  padding-left: 60px;
  color: #171717;
  margin-bottom: 1em;
}
.recoms-list li:last-child {
  margin-bottom: 0;
}
.recoms-list li a {
  font-family: "Gotham Pro";
  font-weight: 500;
}
.recoms-list li a.button_black {
  font-size: 18px;
  font-family: "Gotham Pro Narrow", sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding: 5px 20px 3px 20px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  background-color: #171717;
  border-radius: 70px;
}
.recoms-list li::before {
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid #160C0A;
  font-family: "Ticker Tape";
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #171717;
  font-size: 32px;
  line-height: 1;
  margin-left: -60px;
  margin-right: 16px;
  box-sizing: border-box;
}

.recoms-list_button-wrap {
  text-align: center;
  margin-top: 5px;
}

.request-form {
  background-color: #f2f2f2;
  padding: 49px 35px 40px 35px;
  border-radius: 2px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.request-form .form-group {
  width: 48.5%;
  display: inline-flex;
}
.request-form .textarea-group {
  width: 100%;
}
.request-form .form-submit {
  margin: 0 auto;
  margin-top: 20px;
}

.download-route {
  display: flex;
  align-items: center;
  padding: 12px 24px 12px 16px;
  background: #FFFFFF;
  border-radius: 16px;
  margin-top: 40px;
}

.download-route__img {
  margin-right: 16px;
}

.download-route__info {
  font-family: "Gotham Pro Narrow", sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.02em;
  color: #505050;
  line-height: 1.2;
}
.download-route__info span {
  display: block;
}
.download-route__info .data {
  font-family: "Gotham Pro";
  font-weight: 400;
  font-size: 14px;
  line-height: 1.14;
  color: #999999;
  letter-spacing: 0.02em;
  margin-top: 4px;
}

.images-slider-about_bottom {
  margin-bottom: 100px;
}

footer {
  background-color: #70873B;
  padding-top: 80px;
  padding-bottom: 168px;
  color: #ffffff;
}
footer .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
footer .container > * {
  width: calc((100% - 27px) / 2);
}

.footer-left {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer-left > * {
  width: calc((100% - 27px) / 2);
}

.footer-logo img {
  display: block;
  width: 100%;
  max-width: 382px;
}

.footer-nav-wrap {
  display: flex;
  justify-content: center;
}

.footer-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: space-between;
}
.footer-nav li {
  margin-bottom: 32px;
}
.footer-nav li:last-child {
  margin-bottom: 0;
}

.footer-nav__link {
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 0.03em;
  font-family: "Gotham Pro", sans-serif;
  font-weight: 500;
}

.footer-contacts h2 {
  color: #ffffff;
  margin-bottom: 30px;
}

.footer-contact {
  margin-bottom: 32px;
}
.footer-contact:last-child {
  margin-bottom: 0;
}
.footer-contact p, .footer-contact a {
  font-size: 16px;
  line-height: 1.25;
  color: #fff;
  margin-bottom: 8px;
}
.footer-contact p:last-child, .footer-contact a:last-child {
  margin-bottom: 0;
}

.footer-contact__title {
  font-family: "Gotham Pro", sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}
.footer-contact__title span {
  font-family: "Gotham Pro", sans-serif;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.4);
  font-weight: 400;
}

.tablebodytext {
  display: none !important;
}

@media only screen and (min-width: 1738px) {
  .index-main-slider .owl-nav {
    width: 1738px;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -24px;
  }
}
@media only screen and (max-width: 1200px) {
  .news-container .news-card:first-child, .news-container .news-card:nth-child(7n+7), .news-container .news-card:nth-child(7n+8) {
    grid-column: span 1;
    display: block;
  }
  .news-container .news-card:first-child .card__img, .news-container .news-card:nth-child(7n+7) .card__img, .news-container .news-card:nth-child(7n+8) .card__img {
    height: 328px;
    position: static;
  }
  .news-container .news-card:first-child .card__body, .news-container .news-card:nth-child(7n+7) .card__body, .news-container .news-card:nth-child(7n+8) .card__body {
    width: 100%;
    max-width: unset;
    min-height: unset;
    margin-top: 28px;
    display: block;
    flex-direction: column;
    padding: 0;
    background: transparent;
  }

  .article-content iframe {
    height: 360px;
  }

  .article-content, .recoms-block, .request-block {
    width: 80%;
  }

  .route-description__text, .route-description__data {
    width: 80%;
    margin: 0 auto;
  }

  .route-description {
    flex-wrap: wrap;
  }

  .route-description__data {
    margin-bottom: 54px;
    padding-right: 0;
  }

  .article-content .double-images {
    width: 125%;
    margin-left: -25%;
  }

  .route-article-content .double-images {
    margin-left: -12.5%;
  }

  .partners-container {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .volunteer-info {
    flex-direction: column;
  }

  .volunteer-info__img {
    margin-right: 0;
    margin-bottom: 36px;
  }

  .mission-block .text_enlarged {
    width: 100%;
  }

  .routes-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 992px) {
  .header-nav li {
    margin-right: 20px;
  }

  .header-nav__link {
    font-size: 20px;
  }

  .index-bottom-img {
    height: 400px;
  }

  .news-container, .cards-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .index-section-about {
    position: relative;
  }

  .index-about-img {
    width: 80%;
    position: absolute;
    margin-left: 0;
    top: 82px;
    right: 50px;
    opacity: 0.1;
  }

  .history-info {
    flex-direction: column;
  }

  .history-info__img {
    margin: 0 auto;
    margin-top: 32px;
    width: 100%;
  }

  .article {
    flex-direction: column;
  }

  .article-side {
    width: 100%;
    padding-right: 0;
    margin-bottom: 18px;
  }

  .article-content {
    width: 100%;
  }
  .article-content iframe {
    height: 450px;
  }

  .recoms-block, .route-description__text, .route-description__data, .request-block {
    width: 100%;
  }

  .ya-share2 {
    max-width: none;
  }

  .article-content .double-images, .route-article-content .double-images {
    width: 100%;
    margin: 48px 0;
  }

  .images-slider .owl-nav {
    padding-left: 0;
    padding-right: 0;
  }

  .partners-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .contacts-row {
    flex-direction: column;
  }

  .contacts-map-container {
    margin-right: 0;
  }

  .contacts-map {
    margin-bottom: 36px;
  }

  .mission {
    flex-wrap: wrap;
  }
  .mission li {
    width: 50%;
    margin-bottom: 32px;
  }
  .mission li:last-child {
    width: 50%;
    margin-bottom: 0;
  }

  .mission-item__icon::after {
    display: none;
  }

  .images-slider .owl-nav {
    top: 276px;
    margin-top: 0;
  }

  .images-slide img {
    min-height: unset;
    height: 600px;
  }

  footer .container {
    flex-direction: column;
  }
  footer .container > * {
    width: 100%;
  }

  .footer-contacts {
    margin-top: 48px;
  }

  .route-map-img {
    max-height: unset;
  }

  .index-map-link {
    width: 25px;
    height: 25px;
  }
}
@media only screen and (max-width: 768px) {
  html, body {
    font-size: 16px;
  }

  h1, h2 {
    font-size: 28px;
    margin-bottom: 32px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  .container {
    padding: 0 20px;
  }

  p.text_enlarged {
    font-size: 20px;
  }

  .button {
    font-size: 20px;
  }

  header {
    height: 70px;
    position: fixed;
    z-index: 2;
  }

  .header-logo img {
    max-width: 150px;
  }

  .header-nav {
    display: none;
  }

  .mobile-menu-button {
    display: block;
  }

  .page-wrap {
    padding-top: 32px;
    padding-bottom: 48px;
    margin-top: 70px;
  }

  .breadcrumbs {
    margin-bottom: 32px;
  }

  .index-main-slider {
    margin-top: 70px;
  }
  .index-main-slider .owl-nav {
    display: none;
  }
  .index-main-slider .owl-dots button {
    width: 40px;
    margin-right: 15px;
  }

  .index-main-slide .container {
    padding-top: 140px;
    padding-bottom: 70px;
    min-height: unset;
  }

  .index-main-slide__title {
    font-size: 40px;
  }

  .index-main-slide__subtitle {
    font-size: 20px;
    margin-top: 24px;
  }

  footer {
    padding-top: 48px;
    padding-bottom: 80px;
  }

  .footer-left {
    flex-direction: column;
  }
  .footer-left > * {
    width: 100%;
  }

  .footer-logo {
    width: auto;
    margin-right: 0;
  }
  .footer-logo img {
    width: 100%;
    max-width: 300px;
  }

  .footer-contact__title {
    font-size: 18px;
  }
  .footer-contact__title span {
    font-size: 14px;
  }

  .footer-nav-wrap {
    display: block;
  }

  .footer-nav {
    margin-top: 48px;
    display: flex;
    justify-content: space-between;
  }
  .footer-nav li {
    margin-bottom: 0;
  }

  .footer-nav__link {
    font-size: 20px;
  }

  .index-section-news {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .index-section-news h2 {
    margin-bottom: 32px;
  }

  .index-bottom-img {
    height: 300px;
    margin-bottom: 48px;
  }

  .news-container, .cards-row {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-row-gap: 32px;
  }

  .card__body {
    margin-top: 10px;
  }
  .card__body .date {
    font-size: 14px;
  }
  .card__body .title {
    font-size: 20px;
    margin-top: 5px;
  }

  .button-wrap {
    margin-top: 48px;
  }

  .button-wrap_map {
    position: static;
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .index-section-map {
    background-color: #e5e7d9;
  }
  .index-section-map .route-map-title {
    margin-top: 48px;
  }

  .routes-map__title {
    width: calc(100% - 40px);
    top: 32px;
  }

  .index-section-about {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .index-section-about .button-wrap {
    margin-top: 32px;
  }
  .index-section-about h2 {
    margin-bottom: 32px;
  }

  .decorated-list-title {
    font-size: 18px;
  }

  .decorated-list {
    padding-left: 22px;
    font-size: 18px;
  }
  .decorated-list li:before {
    width: 12px;
    height: 12px;
    border-width: 3px;
    margin-left: -22px;
    margin-right: 10px;
  }

  .about-info .text_enlarged {
    margin-bottom: 20px;
  }

  .news-container .news-card:first-child .card__body, .news-container .news-card:nth-child(7n+7) .card__body, .news-container .news-card:nth-child(7n+8) .card__body {
    margin-top: 10px;
  }

  .index-about-img {
    top: 72px;
    right: 20px;
  }

  .article-content {
    width: 100%;
    color: #171717;
  }
  .article-content h1 {
    margin-bottom: 24px;
    font-size: 28px;
  }
  .article-content h2 {
    margin-bottom: 24px;
  }
  .article-content img {
    margin-bottom: 24px;
  }
  .article-content .img-desc {
    margin-bottom: 24px;
  }
  .article-content .subtitle {
    font-size: 20px;
  }
  .article-content .article-date {
    margin-bottom: 24px;
    font-size: 14px;
  }
  .article-content video {
    margin-bottom: 24px;
  }
  .article-content iframe {
    height: 360px;
    margin-bottom: 24px;
  }
  .article-content .described-img {
    margin-bottom: 24px;
  }
  .article-content .described-img img {
    margin-bottom: 0;
  }
  .article-content .described-img .img-desc {
    margin: 16px 0 0 0;
  }
  .article-content .double-images__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
  .article-content .double-images__item img {
    margin-bottom: 0;
  }
  .article-content .double-images__item .img-desc {
    margin: 16px 0 0 0;
  }
  .article-content .double-images__item:last-child {
    margin-bottom: 0;
  }

  .article-content .double-images, .route-article-content .double-images {
    margin: 24px 0;
    flex-direction: column;
  }

  .article-side {
    margin-bottom: 10px;
  }

  .share-title {
    margin-bottom: 10px;
  }

  .other-cards {
    margin-top: 48px;
  }
  .other-cards h2 {
    margin-bottom: 32px;
  }

  .other-cards-routes {
    margin-bottom: 48px;
  }

  .page-header-bg {
    margin-top: 70px;
  }

  .page-header {
    padding-top: 32px;
    min-height: calc(70vh - 70px);
  }

  .page-header__subtitle {
    padding-top: 35px;
  }
  .page-header__subtitle p {
    font-size: 20px;
  }

  .mission-block {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .mission-block h2 {
    margin-top: 48px;
    margin-bottom: 32px;
  }

  .mission-item__title {
    margin-top: 10px;
    font-size: 18px;
  }

  .mission-item__icon {
    width: 80px;
    height: 80px;
  }
  .mission-item__icon img {
    transform: scale(0.8);
  }

  .images-slide img {
    height: 450px;
  }

  .image-slide__title {
    padding-left: 20px;
    padding-right: 20px;
  }

  .images-slider .owl-nav {
    top: 211px;
  }
  .images-slider .owl-nav button img {
    width: 20px;
  }

  .partners-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-row-gap: 32px;
  }

  .contacts-map-container {
    min-width: unset;
  }

  .contacts-map {
    height: 300px;
    margin-bottom: 16px;
  }

  .contacts-row {
    margin-bottom: 48px;
  }
  .contacts-row:last-child {
    margin-bottom: 0;
  }

  .contacts-data__title {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .contacts-data__body p, .contacts-data__body a {
    font-size: 18px;
  }

  .ymaps-2-1-78-balloon {
    border-radius: 0 !important;
  }

  .ymaps-2-1-78-balloon__content {
    font-family: "Gotham Pro", sans-serif !important;
    font-weight: 500 !important;
    font-size: 16px !important;
  }

  .ymaps-2-1-78-balloon__layout {
    border-radius: 0 !important;
    padding: 5px !important;
  }

  .partners-block, .text-block, .volunteer-block, .history-block {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .partners-block h2 {
    margin-bottom: 32px;
  }

  .button_enlarged {
    padding: 6px 20px 5px;
  }

  .history-info__img {
    max-width: 300px;
  }

  .routes-page-map {
    padding-bottom: 48px;
  }

  .routes-container {
    margin-bottom: 48px;
  }

  .route-description, .recoms-block {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .route-description__data {
    margin-bottom: 32px;
  }

  .route-article-content {
    margin-top: 32px;
    margin-bottom: 48px;
  }

  .route-description__list li::before {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
  .route-description__list li span.title {
    font-size: 18px;
  }

  .recoms-list {
    margin-top: 32px;
  }
  .recoms-list li {
    font-size: 20px;
    padding-left: 40px;
    margin-bottom: 1em;
  }
  .recoms-list li::before {
    width: 30px;
    height: 30px;
    font-size: 16px;
    margin-right: 10px;
    margin-left: -40px;
  }
  .recoms-list li a.button_black {
    font-size: 14px;
    padding: 5px 14px;
  }

  .recoms-list_button-wrap {
    text-align: left;
  }

  .request-form {
    padding: 32px;
  }
  .request-form .form-group {
    width: 100%;
  }
  .request-form .form-submit {
    margin-top: 10px;
  }

  .request-block {
    padding-top: 48px;
  }

  .form-input, .form-textarea {
    padding: 10px 15px;
  }

  .form-textarea {
    height: 200px;
  }

  .route-map-title {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .routes-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-row-gap: 32px;
  }

  .download-route {
    margin-top: 24px;
    padding: 10px 16px 10px 12px;
  }

  .download-route__info {
    font-size: 18px;
  }

  .images-slider-about_bottom {
    margin-bottom: 32px;
  }

  .index-map-link {
    width: 15px;
    height: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .footer-nav {
    flex-direction: column;
  }
  .footer-nav li {
    margin-bottom: 16px;
  }
  .footer-nav li:last-child {
    margin-bottom: 0;
  }

  .header-nav.opened {
    flex-direction: column;
    justify-content: flex-start;
  }
  .header-nav.opened li {
    margin-bottom: 10px;
  }
  .header-nav.opened li:last-child {
    margin-bottom: 0;
  }

  .article-content iframe {
    height: 240px;
  }

  .mission li {
    width: 100%;
    padding-right: 0;
    display: flex;
    align-items: center;
  }
  .mission li:last-child {
    width: 100%;
  }

  .mission-item__icon {
    margin-right: 16px;
    flex-shrink: 0;
  }

  .mission-item__title {
    padding-right: 0;
    margin-top: 0;
  }
  .mission-item__title br {
    display: none;
  }

  .partners-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .request-form {
    padding: 16px;
  }

  .card__img {
    height: 220px;
  }

  .news-container .news-card:first-child .card__img, .news-container .news-card:nth-child(7n+7) .card__img, .news-container .news-card:nth-child(7n+8) .card__img {
    height: 220px;
  }

  .route-item {
    height: 300px;
  }
  .route-item .title {
    font-size: 28px;
    padding: 16px;
  }

  .index-main-slide .container {
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: calc(100vh - 70px);
  }

  .images-slide img {
    height: 280px;
  }

  .images-slider .owl-nav {
    top: 126px;
  }
}