* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  font-family: "PT Mono", 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: #000;
}

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

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

h1, .h1 {
  font-size: clamp(24px, 3vw, 42px);
  font-weight: 700;
  line-height: 1.2;
}

h2, .h2 {
  font-size: clamp(20px, 3vw, 48px);
  font-weight: 700;
  line-height: 1.2;
  color: #27A835;
}

h3, .h3 {
  font-size: clamp(20px, 1.5vw, 26px);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 24px;
}

h4, .h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 25px;
}

strong {
  font-weight: 700;
  color: #000;
}

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;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 40px 0;
  background: url(../img/bg_page.webp) top;
  background-size: 500px;
  background-repeat: repeat;
}

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

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

.icon {
  display: block;
  cursor: pointer;
}
.icon.i_menu {
  background: url(../img/i_menu.svg) no-repeat center/cover;
  width: 28px;
  height: 16px;
}
.icon.i_search {
  background: url(../img/i_search.svg) no-repeat center/cover;
  width: 25px;
  height: 20px;
}
.icon.i_map {
  background: url(../img/i_map.svg) no-repeat center/cover;
  width: 10px;
  height: 14px;
}
.icon.i_phone {
  background: url(../img/i_phone.svg) no-repeat center/cover;
  width: 9px;
  height: 14px;
}
.icon.i_prev {
  background: url(../img/i_prev.svg) no-repeat center/cover;
  width: 20px;
  height: 8px;
}
.icon.i_next {
  background: url(../img/i_prev.svg) no-repeat center/cover;
  width: 20px;
  height: 8px;
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
.icon.i_map_con {
  background: url(../img/i_map_con.svg) no-repeat center/cover;
  width: 10px;
  height: 14px;
}

input {
  outline: none;
}

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

.hidden {
  display: none;
}

/*button*/
button {
  font-family: "PT Mono", monospace;
  border: none;
  outline: none;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
  height: 60px;
  font-size: 20px;
  text-decoration: none !important;
}

.btn {
  font-family: "PT Mono", monospace;
  border: none;
  outline: none;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
  height: 60px;
  font-size: 16px;
  background: #F80257;
  border-radius: 4px;
  color: #fff;
  text-decoration: none !important;
}
.btn:hover {
  background: #043BD4;
}

.btn_green {
  font-family: "PT Mono", monospace;
  border: none;
  outline: none;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
  height: 50px;
  font-size: 16px;
  border-radius: 10px;
  color: #27A835;
  border: 1px solid #27A835;
  width: 100%;
  backdrop-filter: blur(1.8px);
  -webkit-backdrop-filter: blur(1.8px);
  text-decoration: none !important;
}
.btn_green:hover {
  background: #27A835;
  color: #fff;
}

.btn_reset {
  font-family: "PT Mono", monospace;
  border: none;
  outline: none;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
  height: 56px;
  font-size: 16px;
  border-radius: 10px;
  color: #27A835;
  border: 1px solid #27A835;
  text-decoration: none !important;
}
.btn_reset:hover {
  background: #27A835;
  color: #fff;
}

.btn_submit {
  font-family: "PT Mono", monospace;
  border: none;
  outline: none;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
  height: 50px;
  font-size: 16px;
  border-radius: 10px;
  background: #27A835;
  color: #fff;
  border: 1px solid #27A835;
  width: 100%;
  text-decoration: none !important;
}

/*header*/
header {
  position: fixed;
  top: -1px;
  left: 0;
  right: 0;
  z-index: 99;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header.scroll {
  -webkit-transform: translate(0, -65px);
          transform: translate(0, -65px);
}
@media screen and (max-width: 992px) {
  header.scroll {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
header.scroll .top_navigation {
  gap: 20px;
}
header.scroll .container {
  max-width: 100%;
  padding: 0;
}
header.scroll .top_navigation {
  border-radius: 0;
}
header.scroll .social {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 992px) {
  header.scroll .social {
    display: none;
  }
}
header.scroll .email {
  display: block;
  color: #fff;
}
@media screen and (max-width: 992px) {
  header.scroll .email {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  header .container {
    max-width: 100%;
    padding: 0;
  }
  header .top_navigation {
    border-radius: 0;
  }
}

.main_contact {
  padding: 20px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .main_contact {
    display: none;
  }
}
.main_contact a {
  color: #fff;
}
.main_contact .icon_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.main_contact .social .icon_m {
  margin: 0 5px;
}
.main_contact .social .vk-icon:hover, .main_contact .social .telegram-icon:hover {
  fill: #043BD4;
}

.header_banner {
  position: relative;
}
.header_banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4901960784);
  z-index: 1;
}
.header_banner .bg_main img {
  position: absolute;
  inset: 0;
}

.banner_wrap {
  position: relative;
  z-index: 1;
  height: 1025px;
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .banner_wrap {
    height: 300px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 60px 0 0;
  }
}
.banner_wrap h1 {
  font-size: clamp(20px, 8vw, 110px);
  font-weight: 700;
  color: #fff;
  margin: 0 0 90px;
}
@media screen and (max-width: 992px) {
  .banner_wrap h1 {
    margin: 0 auto 40px;
    max-width: 280px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .banner_wrap h1 {
    font-size: 20px;
  }
}
.banner_wrap .btn_link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  border-radius: 20px;
  border: 3px solid #F80257;
  padding: 0 20px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 992px) {
  .banner_wrap .btn_link {
    height: 30px;
    padding: 0 10px;
    font-size: 12px;
    border-radius: 4px;
  }
}
.banner_wrap .btn_link:hover {
  background: #F80257;
}

.top_navigation {
  background: rgba(39, 168, 53, 0.8509803922);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 40px;
  border-radius: 10px;
}
@media screen and (max-width: 992px) {
  .top_navigation .logo img {
    max-height: 40px;
  }
}

nav {
  position: relative;
  min-width: 250px;
  margin-right: 60px;
}
@media screen and (max-width: 992px) {
  nav {
    display: none;
  }
}
nav > ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  list-style: none;
}
nav > ul > li {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
}
nav > ul > li > a {
  color: #fff;
  padding: 35px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
nav > ul > li > a:hover {
  color: #F80257;
}
nav .dropdown {
  position: relative;
}
nav .dropdown:hover .sub_menu {
  display: block;
}
nav .dropdown .sub_menu {
  display: none;
  position: absolute;
  list-style: none;
  background: #fff;
  padding: 10px 0;
  top: 55px;
  z-index: 10;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2509803922);
}
nav .dropdown .sub_menu li {
  font-size: 12px;
  padding: 10px 30px 10px 20px;
}
nav .dropdown .sub_menu li a {
  color: #333333;
}
nav .dropdown .sub_menu li a:hover {
  color: #27A835;
}
nav .dropdown .sub_menu .dropdown:hover .dop_sub_menu {
  display: block;
}
nav .dropdown .sub_menu .dropdown:hover .arrow::before {
  -webkit-transform: translate(0px, -50%) rotate(90deg);
          transform: translate(0px, -50%) rotate(90deg);
}
nav .dropdown .sub_menu .dropdown .arrow {
  position: relative;
}
nav .dropdown .sub_menu .dropdown .arrow::before {
  content: "";
  position: absolute;
  background: url(../img/arrow.svg) no-repeat center/cover;
  width: 22px;
  height: 22px;
  top: 50%;
  right: -30px;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
}
nav .dropdown .dop_sub_menu {
  display: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  left: 111%;
  top: -20px;
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2509803922);
}
nav .hidden {
  visibility: hidden !important;
}

.hamburger {
  position: absolute;
  top: 0;
  right: -50px;
  color: #fff;
  cursor: pointer;
}

.hidden-links {
  position: absolute;
  right: -120px;
  top: 30px;
  background: #fff;
  padding: 20px;
  color: #000;
  display: -ms-grid;
  display: grid;
  gap: 10px;
}
.hidden-links a {
  color: #000;
  font-size: 12px;
}

@media screen and (max-width: 992px) {
  .app_mobile_menu_dop {
    display: none;
  }
}

.mobile_menu_left {
  display: none;
}
@media screen and (max-width: 992px) {
  .mobile_menu_left {
    display: block;
  }
}
.mobile_menu_left .i_menu {
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}

.mobile_icon_search {
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .mobile_icon_search {
    display: block;
  }
}

.search_icon_main {
  fill: #fff;
}

/*new_big*/
.title_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 40px;
}
@media screen and (max-width: 992px) {
  .title_row {
    margin: 0 0 20px;
  }
}
.title_row .link_more {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-size: clamp(14px, 2vw, 32px);
  color: #000;
}
@media screen and (max-width: 1200px) {
  .title_row .link_more {
    gap: 10px;
  }
}
.title_row .link_more:hover {
  color: #F80257;
}
.title_row .link_more:hover .more-icon {
  fill: #F80257;
  stroke: #F80257;
  color: #F80257;
}
.title_row .more-icon {
  fill: #000;
  stroke: #000;
  color: #000;
}
@media screen and (max-width: 1200px) {
  .title_row .more-icon {
    width: 20px;
    height: 10px;
  }
}

.img_row {
  display: block;
}

.new_big_row {
  -webkit-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.1215686275);
          box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.1215686275);
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .new_big_row {
    padding: 8px;
  }
}

.new_big_info {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 2;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .new_big_info {
    top: 20px;
    left: 20px;
  }
}
.new_big_info .new_big_date {
  font-size: clamp(24px, 5vw, 60px);
  font-weight: 700;
  margin: 0 0 16px;
}
.new_big_info .new_big_text {
  font-size: clamp(16px, 5vw, 48px);
  font-weight: 700;
  max-width: 50%;
}

.new_big_desc {
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 20px;
  color: #fff;
  font-size: clamp(14px, 4vw, 32px);
}
@media screen and (max-width: 768px) {
  .new_big_desc {
    left: 20px;
  }
}

/*news*/
.news_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 39px 1fr 39px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 39px;
}
.news_row .news_item {
  color: #000;
}
.news_row .news_item .img_row {
  margin: 0 0 20px;
}
.news_row .news_item .desc {
  font-size: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 992px) {
  .news_row .news_item .desc {
    font-size: 16px;
  }
}
.news_row .news_item .date {
  font-size: 28px;
  color: #8D8D8D;
  margin-top: auto;
}
@media screen and (max-width: 992px) {
  .news_row .news_item .date {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .news_row .news_item .date {
    font-size: 14px;
  }
}
.news_row .news_item_info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 146px;
}
@media screen and (max-width: 768px) {
  .news_row .news_item_info {
    min-height: 110px;
  }
}

.swiper-button-next,
.swiper-button-prev {
  display: none;
}
@media screen and (max-width: 768px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: block;
  }
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: "";
  position: absolute;
  top: -70%;
  right: -10px;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
  background: url(../img/next.svg) no-repeat center/cover;
  width: 40px;
  height: 40px;
}

.swiper-button-prev:after {
  -webkit-transform: translate(0, -100%) scale(-1, -1);
          transform: translate(0, -100%) scale(-1, -1);
  right: auto;
  left: -10px;
}

.swiper-pagination {
  bottom: -20px;
}

.img_row {
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.1215686275);
          box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.1215686275);
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .img_row {
    padding: 10px;
  }
}
.img_row .img {
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  position: relative;
}
.img_row .img.new_img {
  max-height: 350px;
}
@media screen and (max-width: 480px) {
  .img_row .img.new_img {
    max-height: 200px;
  }
}
.img_row .img.gallery_img {
  max-height: 460px;
}
.img_row .img.gallery_img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.48);
}
.img_row .img.img_big {
  max-height: 500px;
}
.img_row .img.img_big::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.48);
}
.img_row .img img {
  position: absolute;
  inset: 0;
}
.img_row .img::before {
  content: "";
  display: block;
  padding: 50% 0px 100px;
}

/*gallery*/
.gallery_row {
  width: 100%;
  padding: 60px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .gallery_row {
    padding: 10px 10px;
    overflow: visible;
  }
}
.gallery_row .swiper-button-next:after,
.gallery_row .swiper-button-prev:after {
  top: 50%;
  right: -10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.gallery_row .swiper-button-prev:after {
  -webkit-transform: translate(0, -50%) scale(-1, -1);
          transform: translate(0, -50%) scale(-1, -1);
}
.gallery_row .item_photo {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gallery_row .photo_title {
  position: absolute;
  bottom: 40px;
  left: 40px;
  font-size: clamp(16px, 2vw, 40px);
  font-weight: 700;
  color: #fff;
  max-width: 40%;
}
@media screen and (max-width: 992px) {
  .gallery_row .photo_title {
    bottom: 20px;
    left: 20px;
  }
}
.gallery_row .swiper-slide-active {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}
@media screen and (max-width: 768px) {
  .gallery_row .swiper-slide-active {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/*video*/
.video_row {
  padding: 10px;
  margin: 0 -10px;
}
@media screen and (max-width: 768px) {
  .video_row {
    overflow: visible;
  }
}
.video_row .swiper-button-next:after,
.video_row .swiper-button-prev:after {
  top: 50%;
  right: -10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.video_row .swiper-button-prev:after {
  -webkit-transform: translate(0, -50%) scale(-1, -1);
          transform: translate(0, -50%) scale(-1, -1);
}

.item_video {
  position: relative;
  cursor: pointer;
}
.item_video::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/play.svg) no-repeat center/cover;
  width: 100px;
  height: 100px;
  z-index: 1;
  margin: auto;
}
@media screen and (max-width: 480px) {
  .item_video::before {
    width: 40px;
    height: 40px;
  }
}
.item_video .photo_title {
  position: absolute;
  bottom: 40px;
  left: 40px;
  font-size: clamp(14px, 2vw, 32px);
  color: #fff;
  width: 70%;
}

/*documents*/
.all_documents {
  margin: 20px 0 0;
}
.all_documents .download-icon {
  fill: #8D8D8D;
}
@media screen and (max-width: 768px) {
  .all_documents .download-icon {
    display: none;
  }
}
.all_documents .item {
  background: #fff;
  margin: 0 0 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 26px 29px;
  gap: 18px;
  font-size: 20px;
  width: 100%;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid rgb(229, 229, 229);
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .all_documents .item {
    padding: 26px 26px 26px 16px;
  }
}
.all_documents .item:hover {
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
.all_documents .item:hover .title {
  color: #043BD4;
}
.all_documents .item:hover .download-icon {
  fill: #043BD4;
}
.all_documents .item.main_title .title {
  font-size: 20px;
}
.all_documents .item .title {
  font-weight: 700;
  width: 100%;
  margin: 0 0 10px;
  max-width: 910px;
}
@media screen and (max-width: 768px) {
  .all_documents .item .title {
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-box-flex: 1;
    font-size: 15px;
  }
}
.all_documents .item .desc {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .all_documents .item .desc {
    overflow: hidden;
  }
}
.all_documents .item .text {
  margin: 12px 0 0;
  font-size: 12px;
  color: #8D8D8D;
  line-height: 1.4;
}
.all_documents .params {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #8D8D8D;
  font-size: 16px;
  gap: 0 20px;
}
@media screen and (max-width: 768px) {
  .all_documents .params {
    font-size: 14px;
    font-size-gap: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .all_documents .params .number {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .all_documents .params .number + .data_public {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .all_documents .params .section {
    display: none;
  }
}
.all_documents .params_info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #8D8D8D;
  font-size: 12px;
  gap: 0 20px;
}
@media screen and (max-width: 768px) {
  .all_documents .download .download-icon {
    width: 14px;
    height: 14px;
  }
}
@media screen and (max-width: 768px) {
  .all_documents .data_public {
    margin: 5px 0 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .all_documents .data_public span {
    display: block;
  }
}
.all_documents .text {
  color: rgb(23, 111, 87);
}
@media screen and (max-width: 768px) {
  .all_documents .text {
    margin: 10px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .pdf-icon {
    width: 44px;
    height: 22px;
  }
}

/*pagination*/
.pagination {
  margin: 50px 0;
}
.pagination .btn_reset {
  margin: 0 auto;
}
.pagination ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  margin: 20px 0;
  list-style: none;
}
.pagination ul li.dots {
  font-size: 14px;
  width: 40px;
  height: 40px;
  border: 1px solid #27A835;
  border-radius: 4px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
}
.pagination ul li.active {
  font-size: 14px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #27A835;
  border-radius: 4px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: #27A835;
  color: #fff;
}
.pagination ul li a {
  font-size: 14px;
  color: #27A835;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #27A835;
  border-radius: 4px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: #fff;
}
.pagination ul li a.active, .pagination ul li a:hover {
  background: #27A835;
  color: #fff;
}
.pagination ul li a.prev, .pagination ul li a.next, .pagination ul li a.start, .pagination ul li a.end {
  padding: 10px 16px;
  width: auto;
}
@media screen and (max-width: 1200px) {
  .pagination ul li a.prev, .pagination ul li a.next, .pagination ul li a.start, .pagination ul li a.end {
    display: none;
  }
}

/*fix_searche*/
.fix_searche {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(9px);
  z-index: 9999;
}
.fix_searche::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(25, 25, 25, 0.8);
  z-index: -1;
}
.fix_searche form {
  border: 1px solid #E5E5E5;
  background: #FFF;
  position: relative;
}

.header_search_inner {
  position: relative;
  padding: 50px 0;
}
@media screen and (max-width: 1200px) {
  .header_search_inner {
    padding: 0;
  }
}
.header_search_inner::before {
  content: "";
  position: absolute;
  background-size: cover;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 36px;
  width: 36px;
}
.header_search_inner .header_search_icon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .header_search_inner .header_search_icon svg {
    width: 20px;
    height: 24px;
  }
}
.header_search_inner input {
  height: 47px;
  width: calc(100% - 80px);
  font-size: 32px;
  padding-left: 90px;
  border: none;
}
@media screen and (max-width: 1200px) {
  .header_search_inner input {
    height: 80px;
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .header_search_inner input {
    padding-left: 40px;
    font-size: 18px;
    height: 64px;
    width: calc(100% - 60px);
  }
}
.header_search_inner input:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}
.header_search_inner input:focus::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
.header_search_inner input:focus:-ms-input-placeholder {
  color: transparent;
  opacity: 0;
}
.header_search_inner input:focus::-ms-input-placeholder {
  color: transparent;
  opacity: 0;
}
.header_search_inner input:focus::placeholder {
  color: transparent;
  opacity: 0;
}

.header_search_close {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
.header_search_close .close_icon {
  fill: #999;
  stroke: #999;
}
.header_search_close svg {
  width: 36px;
  height: 36px;
  -o-object-fit: cover;
     object-fit: cover;
}

/*fix_main_menu*/
.fix_main_menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  padding: 50px 90px;
  backdrop-filter: blur(9px);
  overflow: auto;
  background: rgba(25, 25, 25, 0.8);
}
.fix_main_menu .container {
  height: 100%;
}
.fix_main_menu .mobile_multimenu {
  position: relative;
  z-index: 1;
  color: #fff;
  height: 100%;
}

.close_multimenu {
  color: #fff;
  position: absolute;
  top: 60px;
  left: 60px;
  cursor: pointer;
}
.close_multimenu .close_icon {
  color: #fff !important;
  fill: #fff !important;
  stroke: #fff !important;
}
.close_multimenu svg {
  width: 25px;
  height: 25px;
}

.fix_searche {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(9px);
  z-index: 9999;
}
.fix_searche::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(25, 25, 25, 0.8);
  z-index: -1;
}
.fix_searche form {
  border: 1px solid #E5E5E5;
  background: #FFF;
  position: relative;
}

.header_multimenu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 50px;
}
.header_multimenu .logo {
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_multimenu .tap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-left: auto;
}
.header_multimenu .tap .phone {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.header_multimenu .tap a {
  color: #fff;
}

.main_multimenu {
  position: relative;
  height: calc(100% - 200px);
  min-height: 400px;
}
.main_multimenu .menu {
  max-width: 200px;
  list-style: none;
}
.main_multimenu .menu > li {
  margin: 0 0 30px;
}
.main_multimenu .menu > li > a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
.main_multimenu .menu > li > a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
}
.main_multimenu .menu > li.active > a {
  position: relative;
  width: 100%;
  display: table;
}
.main_multimenu .menu > li.active > a::before {
  width: 225px;
  height: 2px;
  background: #fff;
  top: 50%;
  right: 0;
  left: 100%;
  margin-left: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.main_multimenu .menu > li.active .sub_menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.main_multimenu .sub_menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 460px;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  list-style: none;
}
.main_multimenu .sub_menu li {
  margin: 0 0 10px;
}
.main_multimenu .sub_menu li a {
  color: #fff;
}

.footer_multimenu {
  position: absolute;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  left: 0;
  right: 0;
  bottom: -60px;
}
.footer_multimenu .footer_multimenu_block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.footer_multimenu .glasses {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #fff;
}
.footer_multimenu .searche_btn {
  cursor: pointer;
}
.footer_multimenu .address_row {
  display: -ms-grid;
  display: grid;
  gap: 5px;
}
.footer_multimenu .address_row .address {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.footer_multimenu .address_row .social {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

/*mobile_menu*/
.mobile_menu {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 999;
  padding: 20px;
  width: 320px;
  height: 100vh;
  overflow: hidden;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media screen and (min-width: 992px) {
  .mobile_menu {
    display: none;
  }
}
.mobile_menu.hidden {
  -webkit-transform: translateX(-325px);
          transform: translateX(-325px);
}
.mobile_menu .prev_mobile_menu {
  position: absolute;
  top: 10px;
  left: 20px;
  cursor: pointer;
  z-index: 99;
}
.mobile_menu .close_mobile_menu {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 99;
}
.mobile_menu .close_mobile_menu .close_icon {
  width: 32px;
  height: 32px;
  fill: #000;
  stroke: #000;
  stroke-width: #000;
}
.mobile_menu .wr {
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
}
.mobile_menu .wr a {
  color: #000;
}
.mobile_menu .wr a + span {
  cursor: pointer;
  position: absolute;
  top: 3px;
  right: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
}
.mobile_menu .wr + h3 {
  position: absolute;
  z-index: 999;
  top: 40px;
}
.mobile_menu ul {
  margin: 20px 0;
  list-style: none;
}
.mobile_menu ul li {
  margin: 0 0 10px;
}
.mobile_menu .sub_menu {
  position: absolute;
  top: 0px;
  background: #fff;
  left: 0;
  width: 320px;
  padding: 80px 20px 20px;
  z-index: 9;
  height: 100vh;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  visibility: visible;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  overflow: auto;
}
.mobile_menu .sub_menu.hidden {
  -webkit-transform: translateX(325px);
          transform: translateX(325px);
}
.mobile_menu .sub_menu li a {
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  color: #000;
}
.mobile_menu .logo {
  color: #000;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 110px;
}
.mobile_menu .logo span {
  display: block;
  max-width: 65%;
}
.mobile_menu .mobile_contact {
  font-size: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0;
}
.mobile_menu .mobile_contact a {
  color: rgb(189, 189, 189);
}
.mobile_menu .mobile_contact .phone {
  font-weight: 600;
}
.mobile_menu .mobile_contact .phone svg {
  position: relative;
  top: 1px;
}
.mobile_menu .mobile_social {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.mobile_menu .address {
  font-size: 12px;
  color: rgb(189, 189, 189);
  position: relative;
  padding-left: 15px;
  margin: 0 0 15px;
}
.mobile_menu .address svg {
  position: absolute;
  top: 0;
  left: 0;
}
.mobile_menu .glasses {
  font-size: 12px;
  color: rgb(189, 189, 189);
}

/*mobile_menu*/
.gallery_page_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 25px 0;
}
@media screen and (max-width: 1200px) {
  .gallery_page_row {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .gallery_page_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.gallery_page_row .item_new {
  border-radius: 10px;
  color: #333;
  position: relative;
  overflow: hidden;
}
.gallery_page_row .item_new:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.gallery_page_row .item_new .img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  max-height: 234px;
}
.gallery_page_row .item_new .img::before {
  content: "";
  display: block;
  padding: 100% 0px 0px;
  background: #000;
  position: relative;
  z-index: 1;
  opacity: 0.2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.gallery_page_row .item_new .img img {
  position: absolute;
  inset: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gallery_page_row .item_new .desc_wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  color: #fff;
  padding: 18px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.gallery_page_row .item_new .desc_wrap .title {
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-box-flex: 1;
  line-height: 1.5;
  margin: 0 0 10px;
  min-height: 70px;
}
.gallery_page_row .item_new .desc_wrap .date {
  font-size: 12px;
}
.gallery_page_row + .btn_green {
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

/*video_page*/
.video_page_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 28px 1fr 28px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin: 25px 0;
}
@media screen and (max-width: 1200px) {
  .video_page_row {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .video_page_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.video_page_row .item_new {
  border-radius: 10px;
  color: #333;
  position: relative;
  overflow: hidden;
  border: 1px solid #E5E5E5;
}
.video_page_row .item_new:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.video_page_row .item_new .img {
  position: relative;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  height: 100%;
  max-height: 234px;
}
.video_page_row .item_new .img::before {
  content: "";
  display: block;
  padding: 100% 0px 0px;
  background: #000;
  position: relative;
  z-index: 1;
  opacity: 0.2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.video_page_row .item_new .img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/play.svg) no-repeat center/cover;
  width: 40px;
  height: 40px;
  margin: auto;
}
.video_page_row .item_new .img img {
  position: absolute;
  inset: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.video_page_row .item_new .desc_wrap {
  padding: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
}
.video_page_row .item_new .desc_wrap .title {
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-box-flex: 1;
  line-height: 1.5;
  color: #333;
}
.video_page_row .item_new .desc_wrap .date {
  font-size: 13px;
  margin: 0 0 10px;
  opacity: 0.6;
}
.video_page_row + .btn_green {
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

/*banner_left*/
.banner_left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  overflow-y: auto;
  margin: 40px 0 0;
  scrollbar-width: thin;
  scrollbar-color: #27A835 #f1f1f1;
}
.banner_left.long {
  max-height: 1620px;
}
.banner_left.x_long {
  max-height: 3700px;
}
.banner_left.small {
  max-height: 900px;
}
.banner_left::-webkit-scrollbar {
  width: 8px;
}
.banner_left::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.banner_left::-webkit-scrollbar-thumb {
  background: #27A835;
  border-radius: 4px;
}
.banner_left .img {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  height: 100%;
  min-height: 337px;
}
.banner_left .img::before {
  content: "";
  display: block;
  padding: 100% 0px 0px;
  position: relative;
  z-index: 1;
}
.banner_left .img img {
  position: absolute;
  inset: 0;
}

/*gallery_detailed*/
.gallery_detailed_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr 25px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin: 25px 0;
}
@media screen and (max-width: 1200px) {
  .gallery_detailed_row {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .gallery_detailed_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.gallery_detailed_row .item_new {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  overflow: hidden;
  height: 100%;
  max-height: 234px;
}
.gallery_detailed_row .item_new::before {
  content: "";
  display: block;
  padding: 100% 0px 0px;
}
.gallery_detailed_row .item_new img {
  position: absolute;
  inset: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*events*/
.events {
  margin: 80px 0;
}

.events_row {
  overflow: visible;
  margin: auto;
}
.events_row .item_event {
  -webkit-box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.2509803922);
  padding: 40px 30px;
  border-radius: 10px;
  width: 475px;
  height: 523px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  color: #000;
  backdrop-filter: blur(1.8px);
  -webkit-backdrop-filter: blur(1.8px);
}
@media screen and (max-width: 992px) {
  .events_row .item_event {
    width: 275px;
    height: 360px;
    gap: 20px;
  }
}
.events_row .up_event {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5px 150px;
  grid-template-columns: 1fr 150px;
  gap: 5px;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .events_row .up_event {
    -ms-grid-columns: 1fr 75px;
    grid-template-columns: 1fr 75px;
  }
}
.events_row .up_event_row {
  display: -ms-grid;
  display: grid;
  gap: 9px;
}
@media screen and (max-width: 992px) {
  .events_row .up_event_row {
    gap: 2px;
  }
}
.events_row .date_event {
  font-size: 50px;
  font-weight: 700;
}
@media screen and (max-width: 992px) {
  .events_row .date_event {
    font-size: 26px;
  }
}
.events_row .time_event {
  font-size: 26px;
  font-weight: 700;
}
@media screen and (max-width: 992px) {
  .events_row .time_event {
    font-size: 16px;
  }
}
.events_row .venue_event {
  color: #27A835;
  font-size: 22px;
}
@media screen and (max-width: 992px) {
  .events_row .venue_event {
    font-size: 11px;
  }
}
.events_row .info_event {
  display: -ms-grid;
  display: grid;
  gap: 14px;
  position: relative;
  z-index: 1;
}
.events_row .title_event {
  font-size: 28px;
}
@media screen and (max-width: 992px) {
  .events_row .title_event {
    font-size: 18px;
  }
}
.events_row .desc_event {
  font-size: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-box-flex: 1;
}
@media screen and (max-width: 992px) {
  .events_row .desc_event {
    font-size: 14px;
  }
}
.events_row .bg_event {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.events_row .bg_event svg {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: -17px;
}
@media screen and (max-width: 992px) {
  .events_row .bg_event svg {
    top: -124px;
  }
}
.events_row .bg_event::before {
  content: "";
  display: block;
  padding: 100% 0 0;
}

/*museum*/
.museum_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .museum_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.museum_row .item_mus {
  position: relative;
  max-height: 445px;
  border-radius: 20px;
  overflow: hidden;
}
.museum_row .item_mus img {
  position: absolute;
  inset: 0;
  margin: auto;
}
.museum_row .item_mus::before {
  content: "";
  display: block;
  padding: 100% 0 0;
}
.museum_row .item_mus::after {
  content: "";
  position: absolute;
  background: linear-gradient(238.24deg, rgba(0, 0, 0, 0) 14.26%, rgba(0, 0, 0, 0.6) 63.55%);
  inset: 0;
  z-index: 1;
}
.museum_row .title_mus {
  position: absolute;
  left: 30px;
  bottom: 30px;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .museum_row .title_mus {
    font-size: 16px;
  }
}

/*about*/
.img_detailed {
  position: relative;
  max-height: 445px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .img_detailed {
    max-height: 120px;
  }
}
.img_detailed img {
  position: absolute;
  inset: 0;
  margin: auto;
}
.img_detailed::before {
  content: "";
  display: block;
  padding: 100% 0 0;
}

.detailed_info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  font-size: 13px;
  margin: 37px 0;
}
@media screen and (max-width: 768px) {
  .detailed_info {
    font-size: 12px;
    gap: 10px;
    margin: 10px 0 24px;
  }
}

.prev_link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  color: #333333;
  text-decoration: underline;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 24px 0 0;
}
@media screen and (max-width: 768px) {
  .prev_link {
    font-size: 12px;
  }
}

/*club*/
.club_gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 23px 1fr 23px 1fr 23px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 23px;
}
@media screen and (max-width: 1200px) {
  .club_gallery {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 420px) {
  .club_gallery {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.club_gallery .item {
  border-radius: 4px;
  color: #333;
  position: relative;
  overflow: hidden;
}
.club_gallery .item .img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  max-height: 270px;
}
.club_gallery .item .img::before {
  content: "";
  display: block;
  padding: 100% 0px 0px;
  background: linear-gradient(179.9deg, rgba(0, 0, 0, 0) 52.8%, rgba(0, 0, 0, 0.6) 99.91%);
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.club_gallery .item .img img {
  position: absolute;
  inset: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.club_gallery .item .desc_wrap {
  position: absolute;
  left: 23px;
  bottom: 23px;
  color: #fff;
  z-index: 2;
}
.club_gallery .item .title {
  font-size: 18px;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .club_gallery .item .title {
    font-size: 16px;
  }
}

.club_social_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  font-size: 32px;
  color: #27A835;
  font-weight: 700;
  margin: 100px 0 0;
}
@media screen and (max-width: 768px) {
  .club_social_row {
    font-size: 16px;
    margin: 30px 0 0;
  }
}
.club_social_row .text_social {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.club_social_row .telegram-icon, .club_social_row .icon_m {
  fill: #F80257;
}
.club_social_row .social {
  white-space: nowrap;
}

/*director*/
.director_row .director_item_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 300px;
  grid-template-columns: 1fr 300px;
  background: #fff;
  padding: 40px;
  border-radius: 4px;
  border: 1px solid #E5E5E5;
  margin: 0 0 50px;
}
@media screen and (max-width: 1200px) {
  .director_row .director_item_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .director_row .director_item_row {
    padding: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .director_row .director_item_info {
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.director_row .director_img {
  border-radius: 100%;
  overflow: hidden;
  max-width: 300px;
  max-height: 300px;
}
.director_row .director_spec {
  font-size: 12px;
  margin: 0 0 10px;
  color: #999999;
}
.director_row .director_name {
  font-size: 18px;
  color: #333333;
  padding: 0 0 37px;
}
@media screen and (max-width: 768px) {
  .director_row .director_name {
    padding: 0 0 20px;
  }
}
.director_row .director_desc {
  border-top: 1px solid #E5E5E5;
  padding: 37px 80px 0 0;
  color: #555555;
}
@media screen and (max-width: 768px) {
  .director_row .director_desc {
    padding: 20px 0 0;
  }
}
.director_row .director_desc p {
  line-height: 1.8;
}
.director_row .director_desc ul {
  padding: 15px;
}
.director_row .director_desc ul li {
  margin: 0 0 5px;
  line-height: 1.6;
}

/*exposition*/
.exposition_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 25px 0;
}
@media screen and (max-width: 1200px) {
  .exposition_row {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .exposition_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.exposition_row .item {
  border-radius: 10px;
  color: #333;
  position: relative;
  overflow: hidden;
}
.exposition_row .item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.exposition_row .item .img {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 100vh;
  max-height: 445px;
}
@media screen and (max-width: 768px) {
  .exposition_row .item .img {
    max-height: 340px;
  }
}
.exposition_row .item .img::before {
  content: "";
  display: block;
  padding: 100% 0px 0px;
}
.exposition_row .item .img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(52.08%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 52.08%, rgba(0, 0, 0, 0.8) 100%);
}
.exposition_row .item .img img {
  position: absolute;
  inset: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.exposition_row .item .desc_wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  color: #fff;
  padding: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.exposition_row .item .desc_wrap .title {
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-box-flex: 1;
  line-height: 1.5;
  min-height: 70px;
}
.exposition_row .item .desc_wrap .date {
  font-size: 12px;
  margin: 0 0 10px;
}
.exposition_row + .btn_green {
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

/*events_page*/
.events_page {
  padding: 10px;
}
.events_page .events_page_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 34px 1fr 34px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  overflow: visible;
  margin: auto;
}
@media screen and (max-width: 1400px) {
  .events_page .events_page_row {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1200px) {
  .events_page .events_page_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 992px) {
  .events_page .events_page_row {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .events_page .events_page_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.events_page .events_page_row .item_event {
  -webkit-box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 0px 14px 2px rgba(0, 0, 0, 0.2509803922);
  padding: 40px 30px;
  border-radius: 10px;
  width: 100%;
  height: 523px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  color: #000;
  backdrop-filter: blur(1.8px);
  -webkit-backdrop-filter: blur(1.8px);
}
@media screen and (max-width: 992px) {
  .events_page .events_page_row .item_event {
    height: 360px;
    gap: 20px;
  }
}
.events_page .events_page_row .up_event {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 5px 110px;
  grid-template-columns: 1fr 110px;
  gap: 5px;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .events_page .events_page_row .up_event {
    -ms-grid-columns: 1fr 75px;
    grid-template-columns: 1fr 75px;
  }
}
.events_page .events_page_row .up_event_row {
  display: -ms-grid;
  display: grid;
  gap: 9px;
}
@media screen and (max-width: 992px) {
  .events_page .events_page_row .up_event_row {
    gap: 2px;
  }
}
.events_page .events_page_row .date_event {
  font-size: 40px;
  font-weight: 700;
}
@media screen and (max-width: 992px) {
  .events_page .events_page_row .date_event {
    font-size: 26px;
  }
}
.events_page .events_page_row .time_event {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 992px) {
  .events_page .events_page_row .time_event {
    font-size: 16px;
  }
}
.events_page .events_page_row .venue_event {
  color: #27A835;
  font-size: 18px;
}
@media screen and (max-width: 992px) {
  .events_page .events_page_row .venue_event {
    font-size: 11px;
  }
}
.events_page .events_page_row .icon_event {
  max-height: 110px;
}
.events_page .events_page_row .info_event {
  display: -ms-grid;
  display: grid;
  gap: 14px;
  position: relative;
  z-index: 1;
}
.events_page .events_page_row .title_event {
  font-size: 22px;
}
@media screen and (max-width: 992px) {
  .events_page .events_page_row .title_event {
    font-size: 18px;
  }
}
.events_page .events_page_row .desc_event {
  font-size: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-box-flex: 1;
}
@media screen and (max-width: 992px) {
  .events_page .events_page_row .desc_event {
    font-size: 14px;
  }
}
.events_page .events_page_row .bg_event {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.events_page .events_page_row .bg_event svg {
  width: 100%;
  position: absolute;
  top: auto;
  bottom: -3%;
  left: 0;
  right: 0;
  height: 100%;
}
.events_page .events_page_row .bg_event::before {
  content: "";
  display: block;
  padding: 100% 0 0;
}

/*affiche*/
.affiche_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr 25px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
@media screen and (max-width: 1200px) {
  .affiche_row {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 620px) {
  .affiche_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.affiche_row .item {
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  background: #fff;
  color: #333;
}
.affiche_row .item .desc_wrap {
  padding: 25px;
}
.affiche_row .item .desc_wrap .title {
  margin: 0 0 25px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-box-flex: 1;
  line-height: 1.6;
}
.affiche_row .item .desc_wrap .date {
  font-size: 13px;
  color: #000;
}
.affiche_row .item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.affiche_row .item .img {
  position: relative;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  height: 100vh;
  max-height: 234px;
}
.affiche_row .item .img::before {
  content: "";
  display: block;
  padding: 100% 0px 0px;
}
.affiche_row .item .img img {
  position: absolute;
  inset: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*news_page*/
.news_page_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px 1fr 25px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
@media screen and (max-width: 1200px) {
  .news_page_row {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 620px) {
  .news_page_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.news_page_row .item {
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  background: #fff;
  color: #333;
}
.news_page_row .item .desc_wrap {
  padding: 25px;
}
.news_page_row .item .desc_wrap .title {
  margin: 0 0 25px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-box-flex: 1;
  line-height: 1.6;
}
.news_page_row .item .desc_wrap .date {
  font-size: 13px;
  color: #000;
}
.news_page_row .item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.news_page_row .item .img {
  position: relative;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  height: 100vh;
  max-height: 234px;
}
.news_page_row .item .img::before {
  content: "";
  display: block;
  padding: 100% 0px 0px;
}
.news_page_row .item .img img {
  position: absolute;
  inset: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*error_page*/
.error_page {
  text-align: center;
  padding: 90px 0;
}
.error_page .title {
  font-size: 48px;
  color: #F80257;
  margin: 0 0 30px;
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .error_page .title {
    font-size: 40px;
    margin: 0 0 26px;
  }
}
.error_page .btn {
  margin: 30px auto 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 1200px) {
  .error_page .btn {
    margin: 26px auto 0;
  }
}

/*search_page*/
.form_search {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .form_search {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.form_search input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 18px 20px;
  width: 100%;
  max-width: 390px;
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  .form_search input {
    font-size: 14px;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .form_search .btn {
    min-height: 56px;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}

.pgn {
  font-size: 14px;
  line-height: 1.6;
}

.all_page_search .item {
  margin: 0 0 35px;
}
.all_page_search .item:last-child {
  margin: 0;
}
.all_page_search .item .title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 5px;
  color: #000;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .all_page_search .item .title {
    font-size: 18px;
  }
}
.all_page_search .item .title:hover {
  color: #27A835;
}
.all_page_search .item .desc_more {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.6;
  margin: 0 0 20px;
}
.all_page_search .item .date {
  font-size: 12px;
  margin: 5px 0;
}
@media screen and (max-width: 768px) {
  .all_page_search .item .date {
    font-size: 10px;
  }
}
.all_page_search .item .path {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  gap: 10px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .all_page_search .item .path {
    font-size: 11px;
  }
}
.all_page_search .item .path ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  gap: 10px;
  list-style: none;
}
.all_page_search .item .path ul li {
  position: relative;
}
.all_page_search .item .path ul li::before {
  content: "/";
  position: absolute;
  top: 0;
  right: -7px;
}
.all_page_search .item .path ul li:last-child::before {
  display: none;
}

/*contacts*/
.contacts {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 356px;
  grid-template-columns: 1fr 356px;
  gap: 30px;
  margin: 0 0 30px;
}
@media screen and (max-width: 1200px) {
  .contacts {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.contacts .contact_info {
  border: 1px solid #E5E5E5;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 4px;
  overflow: hidden;
}
.contacts .address {
  position: relative;
}
.contacts .map_contact {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #E5E5E5;
}
@media screen and (max-width: 1200px) {
  .contacts .map_contact {
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.contacts .info_row {
  padding: 25px 32px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .contacts .info_row {
    padding: 20px;
  }
}
.contacts .info_item {
  margin: 0 0 20px;
}
.contacts .adress_row {
  position: absolute;
  bottom: 0;
  color: #fff;
  z-index: 1;
  padding: 0 25px 25px 25px;
}
.contacts .info_title {
  font-size: 12px;
  margin: 0 0 7px;
  color: #999;
}
.contacts .info_time_text {
  font-size: 14px;
}
.contacts .info_address {
  font-size: 18px;
  line-height: 1.2;
}
.contacts .info_phone_link {
  display: table;
  color: #333;
}
.contacts .info_phone_link:hover {
  color: #483698;
}
.contacts .btn_green {
  width: 100% !important;
}
.contacts .info_img {
  position: relative;
}
.contacts .info_img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}

/*list_contacts*/
.list_contacts_row .item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 150px 40px 1fr 40px 1fr 40px 180px;
  grid-template-columns: 150px 1fr 1fr 180px;
  gap: 10px 40px;
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  font-size: 14px;
  line-height: 1.6;
  color: #6e6969;
  background: #fff;
  padding: 24px;
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
  border-top: 1px solid #E5E5E5;
}
@media screen and (max-width: 1400px) {
  .list_contacts_row .item {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .list_contacts_row .item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin: 0 0 20px;
    border-bottom: 1px solid #E5E5E5;
    border-radius: 4px;
  }
}
.list_contacts_row .item:first-child {
  border-radius: 4px 4px 0 0;
}
@media screen and (max-width: 768px) {
  .list_contacts_row .item:first-child {
    border-radius: 4px;
  }
}
.list_contacts_row .item:last-child {
  border-bottom: 1px solid #E5E5E5;
  border-radius: 0 0 4px 4px;
}
@media screen and (max-width: 768px) {
  .list_contacts_row .item:last-child {
    border-radius: 4px;
  }
}
.list_contacts_row .item a {
  display: block;
  color: #6e6969;
}
.list_contacts_row .item .cont_info_city {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
.list_contacts_row .item .cont_map {
  color: #F80257;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  min-height: 22px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.list_contacts_row .item .cont_map .i_next {
  margin-left: 20px;
}

/*form_theme*/
.form_theme {
  max-width: 1100px;
  width: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .form_theme {
    padding: 2rem 1rem;
  }
}
.form_theme a {
  color: #27A835;
}
.form_theme .form_row .form_title {
  margin: 0 0 40px;
  font-size: 40px;
  font-weight: 700;
  color: #27A835;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .form_theme .form_row .form_title {
    font-size: 28px;
    margin: 0 0 20px;
  }
}
.form_theme label {
  margin: 0 0 16px;
  display: block;
}
@media screen and (max-width: 768px) {
  .form_theme label {
    margin: 0 0 10px;
  }
}
.form_theme label.required span::before {
  content: "*";
  position: absolute;
  top: 0;
  right: -10px;
  color: #E01300;
}
.form_theme label span {
  position: relative;
  font-size: 16px;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  line-height: 1.6;
  margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .form_theme label span {
    font-size: 14px;
    margin: 0 0 5px;
  }
}
.form_theme .form_input {
  font-family: "PT Mono", sans-serif;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
  border-radius: 2px;
  height: 38px;
  border: 1px solid #E5E5E5;
  font-size: 16px;
  border-radius: 4px;
}
.form_theme .form_text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  margin: 20px 0;
}
.form_theme .form_text .form_checkbox {
  position: relative;
  top: 5px;
}
@media screen and (max-width: 768px) {
  .form_theme .form_text span {
    font-size: 14px;
  }
}
.form_theme .form_text span {
  margin: 0;
}
.form_theme .btn {
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.form_theme textarea.form_input {
  min-height: 130px;
  resize: none;
  padding: 10px;
}

.form_theme_thank {
  width: 100%;
  max-width: 650px;
  border-radius: 10px;
}
.form_theme_thank .form_desc {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 30px;
}
.form_theme_thank .form_desc span {
  color: #27A835;
}
.form_theme_thank .btn {
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.reCaptcha {
  margin: 0 0 40px;
}
.reCaptcha img {
  width: auto;
  height: auto;
}

.add_file {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.add_file .file_text {
  color: #27A835;
  font-weight: 700;
}
.add_file input[type=file] {
  cursor: pointer;
  border: none;
  color: #ccc;
}
.add_file input[type=file]::-webkit-file-upload-button {
  display: none;
}
.add_file input[type=file]::file-selector-button {
  display: none;
}

/*footer*/
footer {
  background: #27A835;
  padding: 70px 0 50px;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  footer .f_img {
    display: none;
  }
}
footer .subscription .input_form {
  display: block;
  position: relative;
}
footer .subscription .btn {
  position: absolute;
  top: 50%;
  right: 10px;
  background: #27A835;
  border-radius: 20px;
  color: #fff;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  footer .subscription .btn {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    border: 1px solid #FFFFFF;
    width: 100%;
    height: 56px;
    border-radius: 10px;
    margin: 0 0 10px;
  }
}
footer .subscription .btn:hover {
  background: #F80257;
}
footer .footer_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 160px 244px;
  grid-template-columns: 1fr 244px;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 160px;
}
@media screen and (max-width: 1200px) {
  footer .footer_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
footer .form_title {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  footer .form_title {
    font-size: 18px;
  }
}
footer .form_input {
  font-family: "PT Mono", monospace;
  height: 74px;
  border-radius: 20px;
  padding: 0 190px 0 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border: none;
  font-size: 20px;
  font-weight: 400;
  outline: none;
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  footer .form_input {
    height: 56px;
    border-radius: 10px;
    font-size: 12px;
  }
}
footer .form_input::-webkit-input-placeholder {
  color: #27A835;
  font-weight: 100;
}
footer .form_input::-moz-placeholder {
  color: #27A835;
  font-weight: 100;
}
footer .form_input:-ms-input-placeholder {
  color: #27A835;
  font-weight: 100;
}
footer .form_input::-ms-input-placeholder {
  color: #27A835;
  font-weight: 100;
}
footer .form_input::placeholder {
  color: #27A835;
  font-weight: 100;
}
footer .form_input:focus::-webkit-input-placeholder {
  color: transparent;
}
footer .form_input:focus::-moz-placeholder {
  color: transparent;
}
footer .form_input:focus:-ms-input-placeholder {
  color: transparent;
}
footer .form_input:focus::-ms-input-placeholder {
  color: transparent;
}
footer .form_input:focus::placeholder {
  color: transparent;
}

.footer_up {
  padding: 0 0 56px;
  border-bottom: 1px solid #fff;
}

.footer_down {
  padding: 50px 0;
}

.footer_down_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 992px) {
  .footer_down_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.footer_down_row .f_logo {
  height: 110px;
}
@media screen and (max-width: 1200px) {
  .footer_down_row .f_logo {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .footer_down_row .f_menu {
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.footer_down_row .f_menu .f_menu_name {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .footer_down_row .f_menu .f_menu_name {
    font-size: 20px;
  }
}
.footer_down_row .f_menu ul {
  -webkit-column-width: 200px;
     -moz-column-width: 200px;
          column-width: 200px;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 36px;
     -moz-column-gap: 36px;
          column-gap: 36px;
  list-style: none;
}
@media screen and (max-width: 1200px) {
  .footer_down_row .f_menu ul {
    -webkit-column-width: 140px;
       -moz-column-width: 140px;
            column-width: 140px;
  }
}
@media screen and (max-width: 768px) {
  .footer_down_row .f_menu ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}
.footer_down_row .f_menu ul li {
  margin: 0 0 16px;
}
.footer_down_row .f_menu ul li a {
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .footer_down_row .f_menu ul li a {
    font-size: 14px;
  }
}
.footer_down_row .f_menu ul li a:hover {
  color: #F80257;
}

.f_contact {
  color: #fff;
  display: -ms-grid;
  display: grid;
  min-width: 320px;
}
@media screen and (max-width: 768px) {
  .f_contact {
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.f_contact .f_menu_name {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .f_contact .f_menu_name {
    font-size: 20px;
  }
}
.f_contact .f_pone {
  margin: 0 0 20px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .f_contact .f_pone {
    font-size: 14px;
  }
}
.f_contact .f_mail {
  margin: 0 0 30px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .f_contact .f_mail {
    font-size: 14px;
  }
}
.f_contact a {
  color: #fff;
}
.f_contact a:hover {
  color: #F80257;
}
.f_contact .social {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.f_contact .social .vk-icon:hover, .f_contact .social .telegram-icon:hover {
  fill: #F80257;
}
.f_contact .item_s {
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.development_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .development_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 14px;
  }
}
.development_row a {
  color: #fff;
}
.development_row a:hover {
  color: #F80257;
}

/* checkbox */
.check {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .check {
    font-size: 14px;
  }
}
.check .checkbox {
  display: none;
}
.check .checkbox:checked + .box::after {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.check .box {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2196078431);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2196078431);
}
@media screen and (max-width: 768px) {
  .check .box {
    width: 10px;
    height: 10px;
  }
}
.check .box::after {
  content: "";
  width: 20px;
  height: 20px;
  background: #F80257;
  border-radius: 50px;
  display: none;
}
@media screen and (max-width: 768px) {
  .check .box::after {
    width: 10px;
    height: 10px;
  }
}

.form_input {
  font-family: "PT Mono", monospace;
}

.main_contact .telegram-icon, .main_contact .vk-icon {
  fill: #27A835;
}

.footer_multimenu .telegram-icon, .footer_multimenu .vk-icon {
  fill: #fff;
}

.glasses_icon {
  fill: #fff;
}

.social.hidden .telegram-icon, .social.hidden .vk-icon {
  fill: #fff;
}

footer .telegram-icon, footer .vk-icon {
  fill: #fff;
}

.inner_page .main_contact a {
  color: #000;
}
.inner_page .search_icon_main, .inner_page .glasses_icon {
  fill: #000;
}
.inner_page main {
  padding: 190px 0 0;
}
@media screen and (max-width: 992px) {
  .inner_page main {
    padding: 90px 0 0;
  }
}
.inner_page h2, .inner_page .h2 {
  color: #000;
}

/*breadcrumbs*/
.breadcrumbs {
  margin: 10px 0 0;
}
@media screen and (max-width: 992px) {
  .breadcrumbs {
    margin: 20px 0 0;
  }
}
.breadcrumbs ul {
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 25px;
  margin: 0;
}
@media screen and (max-width: 992px) {
  .breadcrumbs ul {
    font-size: 12px;
  }
}
.breadcrumbs ul li {
  color: #F80257;
  font-weight: 700;
}
.breadcrumbs ul .link {
  position: relative;
}
.breadcrumbs ul .link::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: -20px;
  width: 15px;
  height: 1px;
  background: #000;
}
.breadcrumbs ul .link a {
  color: rgba(51, 51, 51, 0.5019607843);
}

.page_wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 350px 25px 1fr;
  grid-template-columns: 350px 1fr;
  gap: 25px;
  margin: 47px 0;
  overflow: hidden;
  height: 100%;
}
@media screen and (max-width: 992px) {
  .page_wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.page_wrapper aside {
  position: relative;
}
@media screen and (max-width: 992px) {
  .page_wrapper aside {
    display: none;
  }
}
.page_wrapper aside.show {
  display: block;
}
.page_wrapper aside .name_left {
  margin: 0 0 20px;
  background: #fff;
  padding: 20px 20px 20px 40px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 4px;
  border: 1px solid rgb(229, 229, 229);
}
@media screen and (max-width: 768px) {
  .page_wrapper aside .name_left {
    padding: 20px 20px 20px 30px;
  }
}
.page_wrapper aside .name_left.calendar {
  -webkit-box-shadow: 2px 16px 19px 0px rgba(0, 0, 0, 0.09);
          box-shadow: 2px 16px 19px 0px rgba(0, 0, 0, 0.09);
}
@media screen and (max-width: 992px) {
  .page_wrapper aside .name_left.calendar {
    padding: 0;
    border: 0;
  }
}
.page_wrapper aside input {
  width: 100%;
  border: none;
  font-family: "PT Mono", sans-serif;
  font-weight: 700;
  font-size: 14px;
}
.page_wrapper aside .name_left_banner {
  margin: 35px 0;
  display: -ms-grid;
  display: grid;
  gap: 10px;
}
.page_wrapper aside .name_left_banner .item {
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  height: 125px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  background: #fff;
}
.page_wrapper aside .name_left_banner img {
  height: auto;
}
.page_wrapper aside .btn_left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin: 0 0 20px;
}
.page_wrapper aside .btn_left .btn,
.page_wrapper aside .btn_left .btn_reset {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page_wrapper aside .btn_left .btn,
  .page_wrapper aside .btn_left .btn_reset {
    padding: 16px 23px;
    font-size: 15px;
  }
}

.menu_left > ul {
  list-style: none;
  padding: 0 0 5px;
}
.menu_left > ul > li {
  background: #fff;
  font-size: 15px;
  position: relative;
}
.menu_left > ul > li .sub-menu {
  list-style: none;
  display: none;
}
.menu_left > ul > li .sub-menu.show {
  display: block;
}
.menu_left > ul > li .sub-menu li {
  position: relative;
}
.menu_left > ul > li .sub-menu a {
  padding-left: 60px;
}
.menu_left > ul > li .sub-menu .sub-menu a {
  padding-left: 80px;
}
.menu_left > ul > li .sub-menu .sub-menu a:hover {
  color: #F80257;
}
.menu_left > ul > li:first-child a {
  border-radius: 10px 10px 0 0;
}
.menu_left > ul > li:last-child a {
  border-radius: 0 0 10px 10px;
}
.menu_left > ul > li a {
  color: #000;
  padding: 20px 20px 20px 40px;
  border: 1px solid rgb(229, 229, 229);
  margin: 0 0 -1px;
  display: block;
}
@media screen and (max-width: 768px) {
  .menu_left > ul > li a {
    padding: 20px 20px 20px 30px;
  }
}
.menu_left > ul > li a.active {
  background: #F80257;
  color: #fff;
  border: 1px solid #F80257;
}
.menu_left > ul > li a.active:hover {
  background: #F80257;
  color: #fff;
  border: 1px solid transparent;
}
.menu_left > ul > li a:hover {
  background: #E5E5EB;
  position: relative;
}
.menu_left > ul > li a:hover + .rightstrelka span {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.rightstrelka {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 3%;
  z-index: 98;
  top: 27px;
  cursor: pointer;
}
.rightstrelka.rightstrelka-down {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.rightstrelka span {
  width: 10px;
  height: 10px;
  border-top: 2px solid #483698;
  border-right: 2px solid #483698;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
}

.page_content {
  overflow: hidden;
}
.page_content section:first-child {
  margin: 0 0 45px;
}
.page_content .page_content_row {
  background: #fff;
  border: 1px solid #E5E5E5;
  padding: 45px;
  border-radius: 4px;
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .page_content .page_content_row {
    padding: 0;
    border: none;
  }
}
.page_content p {
  color: #555;
}
.page_content p a {
  text-decoration: underline;
  color: #555;
}
.page_content .btn_green {
  margin: 40px auto 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

/*custom-select*/
.custom-select-wrapper {
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
  margin: 0 0 20px;
  border-radius: 4px;
}

.custom-select-wrapper + .bl_table {
  margin: 20px 0 0;
}

.custom-select-wrapper select {
  display: none;
}

.custom-select {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 14px;
  font-weight: 600;
}

.custom-select-trigger {
  position: relative;
  display: block;
  padding: 0 64px 0 42px;
  background: #fff;
  line-height: 60px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid rgb(229, 229, 229);
}
@media screen and (max-width: 768px) {
  .custom-select-trigger {
    padding: 0 64px 0 30px;
  }
}

.custom-select-trigger:after {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  right: 25px;
  margin-top: -3px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
}

.custom-select.opened .custom-select-trigger:after {
  margin-top: 3px;
  -webkit-transform: rotate(-135deg) translateY(-50%);
          transform: rotate(-135deg) translateY(-50%);
}

.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  min-width: 100%;
  margin: 2px 0;
  border: 1px solid rgb(230, 230, 230);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  -webkit-box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  z-index: 9;
}

.custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.option-hover:before {
  color: #483698;
}

.custom-option {
  position: relative;
  display: block;
  padding: 10px 42px;
  cursor: pointer;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.custom-option:hover {
  background: #27A835;
  color: #fff;
}

.custom-option:first-of-type {
  border-radius: 4px 4px 0 0;
}

.custom-option:last-of-type {
  border-bottom: 0;
  border-radius: 0 0 4px 4px;
}

.custom-option:hover,
.custom-option.selection {
  color: #fff;
  background: #27A835;
  /*calendar*/
}

@media screen and (max-width: 992px) {
  #calendar {
    margin: 10px auto 0;
  }
}

[data-calendar-theme=light] .vanilla-calendar-day__btn_today,
[data-calendar-theme=light] .vanilla-calendar-day__btn_selected, [data-calendar-theme=light] .vanilla-calendar-day__btn_selected:hover {
  background-color: #27A835;
  color: #fff;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 32px;
  height: 32px;
  line-height: 0;
}

[data-calendar-theme=light] .vanilla-calendar-day__btn:hover {
  background-color: #27A835;
  color: #fff;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 32px;
  height: 32px;
  line-height: 0;
}

[data-calendar-theme=light] .vanilla-calendar-day__btn {
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 32px;
  height: 32px;
  line-height: 0;
}

[data-calendar-theme=light] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_selected, [data-calendar-theme=light] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_selected:hover {
  background-color: #27A835;
}
.all_page_search .item .path a,
input.search-suggest {
color:#333333;
}