

/* Start:/local/templates/ft_parks/css/style.css?175794539430020*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  text-rendering: optimizeLegibility;
  min-width: 330px;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  scrollbar-width: none;
  overflow-x: hidden;
  color: #333;
}

.wrapper {
  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: 100vh;
}

.container {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 992px) {
  .container {
    padding: 0 10px;
  }
}

h1, .h1 {
  font-size: clamp(36px, 3vw, 48px);
  font-weight: 400;
  line-height: 1.2;
}

h2, .h2 {
  font-size: clamp(24px, 2vw, 40px);
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  margin: 0 0 64px;
}
@media screen and (max-width: 992px) {
  h2, .h2 {
    margin: 0 0 32px;
  }
}

a {
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

p {
  margin: 0 0 15px;
  line-height: 1.6;
  font-size: clamp(14px, 1vw, 16px);
}

section {
  margin: 80px 0;
}
@media screen and (max-width: 992px) {
  section {
    margin: 40px 0;
  }
}

.hidden {
  display: none;
}

svg, path, line, rect {
  fill: inherit;
  stroke: inherit;
  stroke-width: inherit;
}

.inner_page {
  padding: 67px 0 0;
}
.inner_page h1 {
  text-align: center;
  margin: 0 0 40px;
}
.inner_page h2, .inner_page .h2 {
  text-align: left;
  margin: 0 0 40px;
}
.inner_page ul {
  margin: 15px 0;
  padding-left: 20px;
}
.inner_page ul li {
  line-height: 1.4;
  margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .inner_page ul li {
    font-size: 14px;
  }
}
.inner_page .title_desc {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .inner_page .title_desc {
    font-size: 14px;
  }
}

.breadcrumbs {
  margin: 40px auto 48px;
  display: table;
}
@media screen and (max-width: 768px) {
  .breadcrumbs {
    margin: 20px auto;
  }
}
.breadcrumbs ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 20px;
  margin: 0;
}
.breadcrumbs ul li {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .breadcrumbs ul li {
    font-size: 12px;
  }
}
.breadcrumbs ul .link {
  position: relative;
}
.breadcrumbs ul .link::before {
  content: "-";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: -13px;
}
.breadcrumbs ul .link a {
  color: rgba(51, 51, 51, 0.5019607843);
}

/*button*/
.btn {
  background: #009782;
  border-radius: 30px;
  padding: 0 18px;
  height: 40px;
  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;
  color: #fff;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.btn:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), #009782;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #009782;
}

/*header*/
header {
  background: #009782;
  backdrop-filter: blur(10px);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
header a {
  color: #fff;
}
header .top_navigation {
  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;
}
@media screen and (max-width: 992px) {
  header .top_navigation {
    padding: 10px 0;
  }
}
@media screen and (max-width: 1200px) {
  header .logo {
    max-width: 200px;
  }
}
@media screen and (max-width: 992px) {
  header .logo {
    max-width: 220px;
  }
}
header .mobile_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 992px) {
  header .mobile_menu {
    display: none;
    position: fixed;
    background: #009782;
    padding: 20px;
    top: 50px;
    left: 0;
    right: 0;
  }
  header .mobile_menu.open {
    display: block;
  }
}
header nav > ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (max-width: 1200px) {
  header nav > ul {
    gap: 10px;
  }
}
@media screen and (max-width: 992px) {
  header nav > ul {
    display: block;
  }
}
header nav > ul > li {
  position: relative;
}
header nav > ul > li > a {
  display: block;
  padding: 24px 0;
}
@media screen and (max-width: 1400px) {
  header nav > ul > li > a {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  header nav > ul > li > a {
    font-size: 16px;
    padding: 14px 0;
  }
}
@media screen and (min-width: 992px) {
  header .dropdown:hover .sub_menu {
    display: block;
  }
  header .dropdown:hover .icon_mobile_up {
    -webkit-transform: scale(-1, -1);
            transform: scale(-1, -1);
    top: 26px;
  }
}
@media screen and (max-width: 992px) {
  header .dropdown.open > a {
    background: #fff;
    color: #009782;
    border-radius: 8px;
    padding-left: 20px;
  }
}
header .dropdown.open > a + .icon_mobile_up {
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
header .dropdown.open > a + .icon_mobile_up .down_icon {
  fill: #333;
}
header .sub_menu {
  position: absolute;
  list-style: none;
  left: 0;
  top: 60px;
  background: #fff;
  padding: 6px;
  border-radius: 10px;
  margin-right: 10px;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(25, 33, 61, 0.0509803922);
          box-shadow: 0px 4px 5px 0px rgba(25, 33, 61, 0.0509803922);
}
@media screen and (max-width: 992px) {
  header .sub_menu {
    position: relative;
    top: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), #009782;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #009782;
    margin: 10px 0 0;
  }
}
header .sub_menu li {
  position: relative;
}
@media screen and (min-width: 992px) {
  header .sub_menu li:hover .sub_menu_dop {
    display: block;
  }
  header .sub_menu li:hover a + div {
    display: block;
  }
}
header .sub_menu a {
  color: #000;
  white-space: nowrap;
  padding: 14px;
  display: block;
}
@media screen and (max-width: 992px) {
  header .sub_menu a {
    color: #fff;
    font-size: 14px;
  }
}
header .sub_menu a:hover {
  color: #009782;
  background: #F6FBF7;
  border-radius: 8px;
}
header .sub_menu a + div {
  padding: 10px;
  position: absolute;
  top: -15px;
  left: 100%;
}
header .sub_menu_dop {
  background: #fff;
  list-style: none;
  padding: 6px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(25, 33, 61, 0.0509803922);
          box-shadow: 0px 4px 5px 0px rgba(25, 33, 61, 0.0509803922);
}
header .glasses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 992px) {
  header .glasses {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 1500px) {
  header .glasses span {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  header .glasses span {
    display: block;
  }
}
header .menu_close {
  line-height: 0;
  display: none;
}
header .close_icon {
  fill: #fff;
  stroke: #fff;
  stroke-width: #fff;
}
header .menu_burger {
  display: none;
}
@media screen and (max-width: 992px) {
  header .menu_burger {
    display: block;
  }
}
header .icon_mobile_up {
  position: absolute;
  top: 14px;
  right: 15px;
  cursor: pointer;
  z-index: 99;
}
@media screen and (min-width: 992px) {
  header .icon_mobile_up {
    top: 22px;
    right: -12px;
  }
}
header .icon_mobile_up .down_icon {
  fill: #fff;
}
@media screen and (min-width: 992px) {
  header .icon_mobile_up .down_icon {
    width: 8px;
    height: 6px;
  }
}

/*main_banner*/
.main_banner {
  position: relative;
}
.main_banner::before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  inset: 0;
  z-index: 1;
}
.main_banner .img {
  position: absolute;
  inset: 0;
}
.main_banner .img::before {
  content: "";
  display: contents;
  padding: 100% 1px 1px;
}

.main_banner_row {
  min-height: 650px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .main_banner_row {
    min-height: 400px;
  }
}
.main_banner_row h1 {
  position: relative;
  z-index: 1;
  font-size: clamp(36px, 6vw, 64px);
  margin: 0 0 24px;
  font-weight: 400;
}
.main_banner_row .desc {
  font-size: clamp(14px, 3vw, 25px);
  max-width: 600px;
  margin: 0 0 24px;
}

/*news*/
.news .news_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 22px 1fr 22px 1fr 22px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin: 40px 0 32px;
}
@media screen and (max-width: 1200px) {
  .news .news_row {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 620px) {
  .news .news_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.news .news_row .desc_wrap {
  padding: 24px;
}
.news .news_row .desc_wrap .desc_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 0 0 16px;
}
.news .news_row .desc_wrap .date {
  font-size: 14px;
}
.news .news_row .desc_wrap .spec {
  color: #009782;
  height: 30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 10px;
  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;
  border: 1px solid #EAF7EC;
  background: #F6FBF7;
  border-radius: 20px;
  font-size: 14px;
}
.news .news_row .desc_wrap .desc {
  font-size: clamp(16px, 1.5vw, 20px);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-box-flex: 1;
}
.news .news_row .item_new {
  border: 1px solid #E4E4E4;
  border-radius: 20px;
  color: #333;
}
.news .news_row .item_new:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.news .news_row .item_new:hover .desc {
  color: #009782;
}
.news .news_row .item_new .img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.news .news_row .item_new .img img {
  position: absolute;
  inset: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news .news_row .item_new .img::before {
  content: "";
  display: block;
  padding: 100% 0px 0px;
}
.news .news_row + .btn {
  margin: 0 auto;
}

.tag_item {
  color: #009782;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 35px;
  padding: 0 8px;
  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;
  border: 1px solid #EAF7EC;
  background: #F6FBF7;
  border-radius: 20px;
  font-size: 16px;
}
.tag_item.active {
  background: #009782;
  color: #fff;
  border: 1px solid #009782;
}
.tag_item:hover {
  border: 1px solid #009782;
}

/*through_banner*/
.through_banner_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 600px 1fr;
  grid-template-columns: 600px 1fr;
  background: #2E2E2E;
  border-radius: 50px;
  height: 460px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .through_banner_row {
    -ms-grid-columns: 520px 1fr;
    grid-template-columns: 520px 1fr;
  }
}
@media screen and (max-width: 992px) {
  .through_banner_row {
    -ms-grid-columns: 400px 1fr;
    grid-template-columns: 400px 1fr;
  }
}
@media screen and (max-width: 768px) {
  .through_banner_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    height: auto;
    border-radius: 30px;
  }
}
.through_banner_row .item_banner {
  padding-left: 220px;
  color: #fff;
  overflow: hidden;
  position: relative;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .through_banner_row .item_banner {
    padding-left: 120px;
  }
}
@media screen and (max-width: 992px) {
  .through_banner_row .item_banner {
    padding: 24px;
  }
}
.through_banner_row .item_banner.bg_banner {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .through_banner_row .item_banner.bg_banner {
    display: none;
  }
}
.through_banner_row .item_banner .img img {
  position: absolute;
  inset: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.through_banner_row .item_banner .img::before {
  content: "";
  display: block;
  padding: 100% 0 0;
}
.through_banner_row .logo_banner {
  max-width: 113px;
}
.through_banner_row .title_banner {
  font-size: 36px;
  margin: 0 0 16px;
}
@media screen and (max-width: 992px) {
  .through_banner_row .title_banner {
    font-size: clamp(24px, 4vw, 36px);
  }
}
.through_banner_row .desc_banner {
  margin: 0 0 30px;
}

/*main_about*/
.main_about {
  background: #FCF8EF;
  border-radius: 80px 80px 0 0;
  margin: 40px 0 -50px;
  padding: 0 0 50px;
}
@media screen and (max-width: 768px) {
  .main_about {
    border-radius: 30px 30px 0 0;
  }
}

.main_about_row {
  padding: 80px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 80px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .main_about_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 10px 0 40px;
    gap: 24px;
  }
}
.main_about_row .about_title {
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .main_about_row .about_title {
    margin: 0 0 30px;
  }
}
.main_about_row .about_desc {
  font-size: clamp(16px, 2vw, 23px);
  margin: 0 0 48px;
}
@media screen and (max-width: 768px) {
  .main_about_row .about_desc {
    margin: 0 0 24px;
  }
}
.main_about_row .about_desc p {
  font-size: clamp(16px, 2vw, 23px);
}
@media screen and (max-width: 768px) {
  .main_about_row .about_item {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

/*contacts*/
.c_address {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .c_address {
    font-size: 16px;
  }
}

.c_item_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  margin: 32px 0;
}
.c_item_row .c_item_title {
  font-size: 14px;
  margin: 0 0 12px;
}
.c_item_row .c_item_link {
  font-size: 20px;
  color: #009782;
}
@media screen and (max-width: 768px) {
  .c_item_row .c_item_link {
    font-size: 16px;
  }
}

/*new_detailed*/
.new_detailed .d_img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  max-height: 600px;
}
@media screen and (max-width: 768px) {
  .new_detailed .d_img {
    max-height: 300px;
  }
}
.new_detailed .d_img img {
  position: absolute;
  inset: 0;
}
.new_detailed .d_img::before {
  content: "";
  display: block;
  padding: 100% 0px 0px;
}
.new_detailed .desc_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 32px 0;
}
.new_detailed .desc_info .date {
  font-size: 14px;
}
.new_detailed .desc_info .spec {
  color: #009782;
  height: 30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 10px;
  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;
  border: 1px solid #EAF7EC;
  background: #F6FBF7;
  border-radius: 20px;
  font-size: 14px;
}
.new_detailed .gallery_detailed {
  margin: 40px 0 0;
}
.new_detailed .gallery_detailed .item_slide {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  max-height: 280px;
}
@media screen and (max-width: 520px) {
  .new_detailed .gallery_detailed .item_slide {
    max-height: 250px;
  }
}
.new_detailed .gallery_detailed .item_slide img {
  position: absolute;
  inset: 0;
}
.new_detailed .gallery_detailed .item_slide::before {
  content: "";
  display: block;
  padding: 100% 0px 0px;
}
.new_detailed .gallery_detailed .swiper-button-next,
.new_detailed .gallery_detailed .swiper-button-prev {
  width: 42px;
  height: 42px;
}
.new_detailed .gallery_detailed .swiper-button-next:after,
.new_detailed .gallery_detailed .swiper-button-prev:after {
  content: "";
  background: url(/local/templates/ft_parks/css/../img/next.svg) no-repeat center/cover;
  width: 100%;
  height: 100%;
}
.new_detailed .gallery_detailed .swiper-button-prev {
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
.new_detailed .video {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  max-height: 600px;
  display: block;
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .new_detailed .video {
    max-height: 400px;
  }
}
@media screen and (max-width: 520px) {
  .new_detailed .video {
    max-height: 200px;
  }
}
.new_detailed .video img {
  position: absolute;
  inset: 0;
}
.new_detailed .video::before {
  content: "";
  display: block;
  padding: 100% 0px 0px;
}
.new_detailed .video .img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.new_detailed .video .img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(/local/templates/ft_parks/css/../img/play.svg) no-repeat center/cover;
  width: 85px;
  height: 85px;
  z-index: 1;
  margin: auto;
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .new_detailed .video .img::after {
    width: 40px;
    height: 40px;
  }
}
.new_detailed .video:hover .img::after {
  opacity: 1;
}
.new_detailed .btn {
  margin: 40px auto 0;
}

/*gallery*/
.photo_gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 0 0 30px;
}
@media screen and (max-width: 992px) {
  .photo_gallery {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
.photo_gallery + .btn {
  margin: 0 auto;
}
.photo_gallery .item_slide {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  max-height: 365px;
}
@media screen and (max-width: 768px) {
  .photo_gallery .item_slide {
    max-height: 300px;
  }
}
.photo_gallery .item_slide img {
  position: absolute;
  inset: 0;
}
.photo_gallery .item_slide::before {
  content: "";
  display: block;
  padding: 100% 0px 0px;
}

/*grid_gallery*/
@media screen and (min-width: 768px) {
  .grid_gallery_row .swiper-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(5, 1fr);
    -ms-grid-rows: 1fr 10px 1fr 10px 1fr;
    grid-template-rows: repeat(3, 1fr);
    gap: 10px;
  }
  .grid_gallery_row .swiper-wrapper > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .grid_gallery_row .swiper-wrapper > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .grid_gallery_row .swiper-wrapper > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .grid_gallery_row .swiper-wrapper > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
  .grid_gallery_row .swiper-wrapper > *:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
  }
  .grid_gallery_row .swiper-wrapper > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .grid_gallery_row .swiper-wrapper > *:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .grid_gallery_row .swiper-wrapper > *:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  .grid_gallery_row .swiper-wrapper > *:nth-child(9) {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
  }
  .grid_gallery_row .swiper-wrapper > *:nth-child(10) {
    -ms-grid-row: 3;
    -ms-grid-column: 9;
  }
  .grid_gallery_row .swiper-wrapper > *:nth-child(11) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .grid_gallery_row .swiper-wrapper > *:nth-child(12) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .grid_gallery_row .swiper-wrapper > *:nth-child(13) {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
  }
  .grid_gallery_row .swiper-wrapper > *:nth-child(14) {
    -ms-grid-row: 5;
    -ms-grid-column: 7;
  }
  .grid_gallery_row .swiper-wrapper > *:nth-child(15) {
    -ms-grid-row: 5;
    -ms-grid-column: 9;
  }
}
@media screen and (min-width: 1200px) {
  .grid_gallery_row .swiper-wrapper {
    gap: 30px;
  }
}
.grid_gallery_row .item {
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .grid_gallery_row .item {
    max-height: 275px !important;
    width: 100% !important;
  }
}
.grid_gallery_row .item img {
  position: absolute;
  inset: 0;
}
.grid_gallery_row .item::before {
  content: "";
  display: block;
  padding: 100% 0px 0px;
}
@media screen and (min-width: 768px) {
  .grid_gallery_row .item.first_child {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    max-height: 100% !important;
  }
}
@media screen and (min-width: 768px) {
  .grid_gallery_row .item.last_child {
    -ms-grid-column: 6;
    -ms-grid-column-span: -2;
    grid-column: 6/4;
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-row: 2/4;
    max-height: 100% !important;
  }
}
@media screen and (min-width: 768px) {
  .grid_gallery_row .swiper-button-next,
  .grid_gallery_row .swiper-button-prev {
    display: none;
  }
}
.grid_gallery_row .swiper-button-next,
.grid_gallery_row .swiper-button-prev {
  width: 42px;
  height: 42px;
}
.grid_gallery_row .swiper-button-next:after,
.grid_gallery_row .swiper-button-prev:after {
  content: "";
  background: url(/local/templates/ft_parks/css/../img/next.svg) no-repeat center/cover;
  width: 100%;
  height: 100%;
}
.grid_gallery_row .swiper-button-prev {
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}

/*footer*/
footer {
  border-radius: 80px 80px 0 0;
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 80px 0 0;
}
@media screen and (max-width: 1200px) {
  footer {
    padding: 40px 0 0;
    border-radius: 30px 30px 0 0;
  }
}
footer .footer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 210px 90px 1fr;
  grid-template-columns: 210px 1fr;
  gap: 90px;
  margin: 0 0 70px;
}
@media screen and (max-width: 1200px) {
  footer .footer {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 0 0 10px;
  }
}
footer .item_logo .img {
  max-width: 210px;
}
footer .footer_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  footer .footer_menu {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  footer .footer_menu {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
footer .item_menu {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  margin: 0 0 26px;
}
@media screen and (max-width: 1200px) {
  footer .item_menu {
    gap: 14px;
  }
}
footer .link_menu {
  display: table;
  color: #333;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: clamp(14px, 1vw, 16px);
}
footer .link_menu:hover {
  color: #009782;
}
footer .footer_copyright {
  padding: 24px 0;
  border-top: 1px solid #E1E1E1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 992px) {
  footer .footer_copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    font-size: 12px;
  }
}
footer .footer_copyright a {
  color: #009782;
}
footer .footer_copyright span {
  color: #E0E4ED;
}
@media screen and (max-width: 992px) {
  footer .footer_copyright span {
    display: none;
  }
}
footer .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin: 32px 0 0;
}
@media screen and (max-width: 1200px) {
  footer .social {
    margin: 20px 0 0;
  }
}
footer .social .icon_m {
  background: #009782;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  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;
  padding: 6px;
}
footer .social .icon_m:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), #009782;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #009782;
}

#map {
  border-radius: 20px;
  overflow: hidden;
  height: 550px;
  margin: 40px 0 0;
}
@media screen and (max-width: 768px) {
  #map {
    height: 400px;
  }
}

.inner_page_footer {
  margin: 80px 0 0;
  background: #FCF8EF;
}

.document {
  margin: 32px 0 0;
}
.document a {
  color: #009782;
  font-size: 18px;
  line-height: 1.4;
  margin: 0 0 32px;
  display: block;
}
@media screen and (max-width: 768px) {
  .document a {
    font-size: 14px;
  }
}

.ustav p {
  line-height: 2;
  margin: 0 0 20px;
}

/*table*/
.table {
  width: 100%;
  overflow-x: auto;
  margin: 0 0 20px;
}
.table table {
  border-collapse: collapse;
  margin: 20px 0 0;
  width: 100%;
  background: #fff;
}
.table table tr:nth-last-child(even) {
  background: #F7FAFA;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .table table tr:nth-last-child(even) {
    font-size: 14px;
  }
}
.table table tr:first-child {
  background: rgba(0, 151, 130, 0.7098039216);
  color: #fff;
}
.table table tr td:first-child {
  width: 400px;
}
.table table tr td {
  padding: 18px 28px;
  font-size: 16px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .table table tr td {
    font-size: 14px;
  }
}

#vacancy {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}
#vacancy .questions_row {
  border-bottom: 1px solid #E5E5EB;
}
#vacancy .questions_row.acc_active .questions_title {
  color: #009782;
}
#vacancy .questions_row.acc_active .questions_title::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#vacancy .questions_title {
  height: auto;
  cursor: pointer;
  font-size: 20px;
  position: relative;
  padding-right: 30px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #vacancy .questions_title {
    font-size: 18px;
  }
}
#vacancy .questions_title::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  background: url(/local/templates/ft_parks/css/../img/plus.svg) no-repeat center;
  background-size: cover;
  width: 12px;
  height: 12px;
}
#vacancy .questions-desc {
  padding: 0 0 10px;
  margin: 0 0 10px;
}
#vacancy .questions-desc p {
  line-height: 1.2;
}
#vacancy .questions-desc .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  #vacancy .questions-desc .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
#vacancy .questions-desc .grid ul {
  font-size: 14px;
}

.error_404 {
  text-align: center;
}
.error_404 h1 {
  color: #009782;
}
.error_404 p {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .error_404 p {
    font-size: 20px;
    line-height: 1.2;
  }
}
.error_404 .btn {
  margin: 32px auto 0;
}

.theme_page ul {
  margin: 15px 0;
  padding-left: 20px;
}
.theme_page ul li {
  line-height: 1.4;
  margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .theme_page ul li {
    font-size: 14px;
  }
}
.theme_page .main_banner::before {
  background: rgba(0, 0, 0, 0.2);
}
.theme_page .main_banner_row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 70px 0 0;
}
.theme_page .breadcrumbs {
  margin: 40px 0;
}
.theme_page .breadcrumbs .link a {
  color: rgba(255, 255, 255, 0.8);
}
/* End */
/* /local/templates/ft_parks/css/style.css?175794539430020 */
