@charset "UTF-8";
body {
  background: #fff;
  font-family: "Philosopher", sans-serif;
  font-size: 16px;
  color: #333;
  line-height: 1.4;
  min-width: 320px;
  min-height: 100%;
}
body.no_scroll {
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
@media screen and (max-width: 1560px) {
  .container {
    padding: 0 24px;
  }
}

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

.hidden {
  visibility: hidden;
}

.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;
}

p {
  margin: 0 0 15px;
  line-height: 1.6;
}

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

header h1 {
  color: #fff;
  padding: 180px 0 28px;
}
header a {
  color: #fff;
}
header .up_main {
  background: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 992px) {
  header .up_main {
    display: none;
  }
}
header .up_main ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  gap: 45px;
}
header .slogan {
  font-size: 18px;
  color: #fff;
  margin: 0 0 18px;
  max-width: 1300px;
  padding-right: 60px;
}
@media screen and (max-width: 992px) {
  header .slogan {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  header .slogan {
    font-size: 12px;
    margin: 0 0 14px;
    max-width: 100%;
    padding-right: 0;
  }
}

.btn {
  background: #483698;
  padding: 0 23px;
  border-radius: 4px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 16px;
}
.btn:hover {
  background: #32256D;
}

.btn_reset {
  border: 1px solid #483698;
  padding: 0 23px;
  border-radius: 4px;
  font-size: 15px;
  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: #483698;
  background: #fff;
  height: 56px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 768px) {
  .btn_reset {
    padding: 0 10px;
  }
}

.btn_w {
  border: 1px solid #fff;
  padding: 16px 23px;
  border-radius: 4px;
  font-size: 15px;
  display: table;
  color: #fff;
}
.btn_w:hover {
  background: #fff;
  color: #483698;
}

.btn_orange {
  border: 1px solid #FBB152;
  padding: 16px 23px;
  border-radius: 4px;
  font-size: 15px;
  display: table;
  color: #333;
  background: #FBB152;
}
@media screen and (max-width: 768px) {
  .btn_orange {
    width: 100%;
  }
}
.btn_orange:hover {
  background: #F49D2D;
}

section {
  display: block;
  margin: 40px 0 80px;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  section {
    margin: 40px 0 40px;
  }
}

h1, .h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.4;
}

h2, .h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  h2, .h2 {
    font-size: 24px;
  }
}

#page_detail ul{
  list-style-position: inside;
}

#page_detail ul li{
  list-style: unset ;
}

#page_deatail ul li::marker {
  color: #515151;
}


h3, .h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  margin: 10px 0;
}
@media screen and (max-width: 768px) {
  h3, .h3 {
    font-size: 20px;
    line-height: 1.2;
  }
}

.icon {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: inline-block;
}
.icon.i_map {
  width: 10px;
  height: 13px;
  background-image: url(../img/map.svg);
  position: relative;
  top: 2px;
}
.icon.i_menu {
  width: 16px;
  height: 7px;
  background-image: url(../img/app_menu.svg);
}
.icon.i_menu:hover {
  background-image: url(../img/app_menu_hover.svg);
}
.icon.i_glasses {
  width: 20px;
  height: 17px;
  background-image: url(../img/glasses.svg);
  position: relative;
  top: 0;
}
.icon.i_phone {
  width: 10px;
  height: 18px;
  background-image: url(../img/phone.svg);
  position: relative;
}
.icon.i_date {
  width: 10px;
  height: 11px;
  background-image: url(../img/date.svg);
  position: relative;
}
.icon.i_vk {
  width: 13px;
  height: 8px;
  background-image: url(../img/vk.svg);
  position: relative;
}
.icon.i_ok {
  width: 7px;
  height: 12px;
  background-image: url(../img/ok.svg);
  position: relative;
}
.icon.i_telegram {
  width: 13px;
  height: 11px;
  background-image: url(../img/telegram.svg);
  position: relative;
}
.icon.i_dzen {
  width: 14px;
  height: 14px;
  background-image: url(../img/dzen.svg);
  position: relative;
}
.icon.f_phone {
  width: 14px;
  height: 14px;
  background-image: url(../img/f_phone.svg);
  position: relative;
}
.icon.f_phone:hover {
  background-image: url(../img/f_phone_hover.svg);
}
.icon.f_chat {
  width: 14px;
  height: 14px;
  background-image: url(../img/f_chat.svg);
  position: relative;
}
.icon.f_chat:hover {
  background-image: url(../img/f_chat_hover.svg);
}
.icon.f_mail {
  width: 14px;
  height: 14px;
  background-image: url(../img/f_mail.svg);
  position: relative;
}
.icon.f_mail:hover {
  background-image: url(../img/f_mail_hover.svg);
}

.menu_main {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99;
}
@media screen and (max-width: 992px) {
  .menu_main {
    -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.0509803922);
            box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.0509803922);
    padding: 10px 0;
  }
}
.menu_main.scroll {
  -webkit-transform: translateY(-300px);
          transform: translateY(-300px);
  background: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.menu_main.active {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: #fff;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-box-shadow: 0 -2px 5px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 -2px 5px 3px rgba(0, 0, 0, 0.3);
}
.menu_main.active .main_contact {
  display: none;
}
.menu_main .container {
  padding: 0;
}

#main_banner_slide {
  margin: -40px 0 0;
}
@media screen and (max-width: 992px) {
  #main_banner_slide {
    margin: 0;
  }
}
#main_banner_slide .main_slog {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  #main_banner_slide .main_slog {
    height: 340px;
  }
}
#main_banner_slide .main_slog::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
#main_banner_slide .main_slog .container {
  position: relative;
  z-index: 11;
}
#main_banner_slide .title {
  position: relative;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  padding: 180px 0 25px;
}
@media screen and (max-width: 1200px) {
  #main_banner_slide .title {
    font-size: 60px;
  }
}
@media screen and (max-width: 992px) {
  #main_banner_slide .title {
    padding: 60px 0 28px;
    font-size: 42px;
  }
}
@media screen and (max-width: 768px) {
  #main_banner_slide .title {
    font-size: 18px;
    padding: 60px 0 11px;
  }
}

.top_navigation {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top_navigation {
    padding: 6px 8px;
  }
}
.top_navigation .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 45px;
  color: #333;
}
@media screen and (max-width: 992px) {
  .top_navigation .logo {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 110px;
  }
}
.top_navigation .logo span {
  max-width: 270px;
}
@media screen and (max-width: 1500px) {
  .top_navigation .logo span {
    font-size: 10px;
    max-width: 220px;
  }
}
@media screen and (max-width: 768px) {
  .top_navigation .logo span {
    font-size: 8px;
    max-width: 177px;
  }
}
.top_navigation nav {
  margin-right: 115px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
}
@media screen and (max-width: 992px) {
  .top_navigation nav {
    display: none;
  }
}
.top_navigation nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
@media screen and (max-width: 1400px) {
  .top_navigation nav > ul {
    gap: 20px;
  }
}
.top_navigation nav > ul .menu_main__submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: -25px;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 350px;
  padding: 24px;
  border-radius: 4px;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  gap: 20px;
}
.top_navigation nav > ul .menu_main__submenu a {
  text-transform: none;
}
.top_navigation nav > ul > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.top_navigation nav > ul > li:hover > .menu_main__submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top_navigation nav > ul li a {
  color: #333;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
}
@media screen and (max-width: 1500px) {
  .top_navigation nav > ul li a {
    font-size: 10px;
  }
}
.top_navigation nav > ul li a:hover {
  color: #483698;
}

.app_mobile_menu,
.app_mobile_menu_dop {
  cursor: pointer;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

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

.searche_btn_desc {
  cursor: pointer;
  position: relative;
  top: 3px;
  right: 30px;
  background: url(../img/searche.svg) no-repeat center;
  width: 20px;
  height: 19px;
}
@media screen and (max-width: 992px) {
  .searche_btn_desc {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0px, -50%);
            transform: translate(0px, -50%);
  }
}
.searche_btn_desc:hover {
  background: url(../img/searche_hover.svg) no-repeat center;
}

.searche_btn {
  cursor: pointer;
  position: relative;
  top: 3px;
}

.main_contact {
  color: #fff;
  padding: 16px 10px 14px;
  font-size: 12px;
  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) {
  .main_contact {
    display: none;
  }
}
.main_contact .icon {
  margin-right: 10px;
}

.tap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
.tap .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.tap .social path {
  fill: #fff;
}
.tap .phone {
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.tap .phone:hover {
  color: #DEDADA;
}
.tap .glasses {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.tap .glasses:hover {
  color: #DEDADA;
}

/*позже*/
#news,
#services,
#activity,
#information,
#gallery,
#feedback,
#resources,
#main_questions,
#main_about {
  position: relative;
}
#news .more,
#services .more,
#activity .more,
#information .more,
#gallery .more,
#feedback .more,
#resources .more,
#main_questions .more,
#main_about .more {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 14px;
  color: #333;
}
@media screen and (max-width: 768px) {
  #news .more,
  #services .more,
  #activity .more,
  #information .more,
  #gallery .more,
  #feedback .more,
  #resources .more,
  #main_questions .more,
  #main_about .more {
    display: none;
  }
}
#news .more::before,
#services .more::before,
#activity .more::before,
#information .more::before,
#gallery .more::before,
#feedback .more::before,
#resources .more::before,
#main_questions .more::before,
#main_about .more::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -40%);
          transform: translate(0, -40%);
  right: -12px;
  background: url(../img/icon_right.svg) no-repeat center;
  background-size: cover;
  width: 5px;
  height: 8px;
}
#news .more:hover,
#services .more:hover,
#activity .more:hover,
#information .more:hover,
#gallery .more:hover,
#feedback .more:hover,
#resources .more:hover,
#main_questions .more:hover,
#main_about .more:hover {
  color: #483698;
  text-decoration: underline;
}

.banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.banner .item:nth-child(1) {
  width: calc(50% - 10px);
}
@media screen and (max-width: 992px) {
  .banner .item:nth-child(1) {
    width: 100%;
  }
}
.banner .item:nth-child(2) {
  width: calc(50% - 10px);
}
@media screen and (max-width: 992px) {
  .banner .item:nth-child(2) {
    width: 100%;
  }
}
.banner .item:nth-child(3) {
  width: 100%;
}
.banner img {
  width: 100%;
}

#resources {
  padding: 0 0 10px;
}

.all_news,
.all_news_page {
  margin: 30px -15px 0;
}
@media screen and (max-width: 768px) {
  .all_news,
  .all_news_page {
    margin: 24px -30px 0;
  }
}
.all_news .item,
.all_news_page .item {
  border: 1px solid rgb(229, 229, 229);
  border-radius: 4px;
  background: rgb(255, 255, 255);
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #333;
  margin: 0 15px;
  overflow: hidden;
}
.all_news .item:hover,
.all_news_page .item:hover {
  background: #E5E5EB;
}
.all_news .item:hover .img img,
.all_news_page .item:hover .img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.all_news .item:hover .title,
.all_news_page .item:hover .title {
  color: #483698;
}
.all_news .item .img,
.all_news_page .item .img {
  overflow: hidden;
  min-height: 200px;
}
@media screen and (max-width: 768px) {
  .all_news .item .img,
  .all_news_page .item .img {
    min-height: auto;
  }
}
.all_news .item .img img,
.all_news_page .item .img img {
  display: block;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  max-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .all_news .item .img img,
  .all_news_page .item .img img {
    max-height: 300px;
  }
}
.all_news .item .path,
.all_news_page .item .path {
  border: 1px solid rgb(229, 229, 229);
  border-radius: 4px;
  background: rgb(250, 250, 250);
  font-size: 11px;
  padding: 0 8px;
  margin-bottom: 14px;
  min-height: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.all_news .item .desc,
.all_news_page .item .desc {
  padding: 25px 28px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 180px;
}
.all_news .item .title,
.all_news_page .item .title {
  margin-bottom: 19px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.all_news .item .date,
.all_news_page .item .date {
  margin-top: auto;
  font-size: 12px;
}

.all_news_page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  gap: 23px;
}
.all_news_page .item {
  width: calc(33.3333333333% - 16px);
  margin: 0;
}
@media screen and (max-width: 1400px) {
  .all_news_page .item {
    width: calc(50% - 16px);
  }
}
@media screen and (max-width: 768px) {
  .all_news_page .item {
    width: 100%;
  }
}
.all_news_page .text {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0 20px;
  font-size: 15px;
}

.news_page_detail {
  padding: 0 0 60px;
  border-radius: 4px;
}
@media screen and (max-width: 992px) {
  .news_page_detail {
    max-width: 100%;
    padding: 0 0 20px;
  }
}
.news_page_detail .img {
  height: 270px;
}
.news_page_detail .img_detail {
  height: 447px;
}
@media screen and (max-width: 768px) {
  .news_page_detail .img_detail {
    height: 300px;
  }
}
.news_page_detail .text {
  color: #666666;
}
.news_page_detail h2 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 10px;
  line-height: 1.2;
}
.news_page_detail p {
  line-height: 1.4;
  margin: 0 0 25px;
}
.news_page_detail p a {
  color: #6E50F4;
}
.news_page_detail .text {
  <!--font-size: 15px;-->
padding: 40px;
    border-radius: 4px;
    background: #fff;
    width: 100%;
    margin: 0 0 25px;
color: #333;
}
@media screen and (max-width: 992px) {
  .news_page_detail .text {
    padding: 0px;
  }
}
.news_page_detail .detail_picture {
  width: 100%;
  height: auto;
}
.news_page_detail ul {
  margin: 0 0 15px 15px;
}
.news_page_detail ul li {
  list-style: disc;
  line-height: 1.6;
}
.news_page_detail ul a {
  color: #6E50F4;
}

.hotline {
  background: #6E50F4;
  border-radius: 4px;
  padding: 50px;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .hotline {
    font-size: 16px;
    padding: 30px 20px;
  }
}
.hotline a {
  color: #fff;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .hotline a {
    font-size: 20px;
  }
}
.hotline.theme_orange {
  font-size: 16px;
  background: #FBB152;
  border: 1px solid #FBB152;
  color: #333;
  font-weight: 400;
}
.hotline.theme_orange .h3 {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .hotline.theme_orange .h3 {
    font-size: 18px;
  }
}
.hotline.theme_orange a {
  color: #333;
}

.gallery_news {
  margin: 0 -20px;
}
@media screen and (max-width: 768px) {
  .gallery_news {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 14px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin: 0;
  }
}
.gallery_news .slick-arrow.next {
  right: 40px;
}
.gallery_news .slick-arrow.prev {
  left: 40px;
}
.gallery_news a {
  height: auto;
  border-radius: 4px;
  overflow: hidden;
}
.gallery_news img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.gallery_news .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.gallery_news .slick-track a {
  margin: 0 20px;
}
@media screen and (max-width: 992px) {
  .gallery_news .slick-track a {
    margin: 0 10px;
  }
}

.video_news {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  width: 100%;
  margin-top: 20px;
}
.video_news iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.prev_page {
  margin: 10px 0;
  font-size: 13px;
  display: inline-block;
}
.prev_page img {
  width: 19px;
}
.prev_page a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #333;
}

.all_detail_desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  font-size: 13px;
  padding: 30px 0px 40px;
}
@media screen and (max-width: 992px) {
  .all_detail_desc {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.all_detail_desc .path {
  border: 1px solid rgb(229, 229, 229);
  border-radius: 4px;
  background: rgb(250, 250, 250);
  padding: 0 8px;
  margin-bottom: 14px;
}
.all_detail_desc .params {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.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);
  /*&::before
  * content: ''
  * position: absolute
  * top: 0
  * left: 0
  * right: 0
  * bottom: 0
  * background: rgba(25, 25, 25, 0.8)
  * z-index: -1 */
}
.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;
  width: 16px;
  height: 16px;
  background: url(../img/close.svg) no-repeat center;
}

.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;
}

.all_services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
  margin: 30px 0 10px;
}
@media screen and (max-width: 640px) {
  .all_services {
    gap: 20px;
  }
}
.all_services .item {
  width: calc(50% - 16px);
  padding: 50px;
  border: 1px solid rgb(229, 229, 229);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 58px;
  color: #333;
  font-size: 20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  .all_services .item {
    font-size: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 28px 16px;
  }
}
@media screen and (max-width: 640px) {
  .all_services .item {
    width: 100%;
  }
}
.all_services .item:hover {
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
}
.all_services .item .img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 72px;
  height: 72px;
}
@media screen and (max-width: 768px) {
  .all_services .item .img {
    width: 32px;
    height: 32px;
  }
}

#activity {
  background: rgb(248, 248, 248);
  padding: 90px 0;
}
@media screen and (max-width: 768px) {
  #activity {
    padding: 26px 0;
  }
}

.activity {
  position: relative;
}

.all_activity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
  .all_activity {
    gap: 5px;
  }
}
.all_activity .item {
  width: calc(33.3333333333% - 16px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 58px;
  color: #333;
  font-size: 18px;
  border-bottom: 1px solid rgb(229, 229, 229);
  padding: 18px 0;
}
@media screen and (max-width: 992px) {
  .all_activity .item {
    width: calc(50% - 16px);
  }
}
@media screen and (max-width: 768px) {
  .all_activity .item {
    width: 100%;
    font-size: 16px;
    gap: 28px;
    padding: 8px 0;
  }
}
.all_activity .item:hover .title {
  color: #6E50F4;
}
.all_activity .item .img {
  width: 58px;
  height: 58px;
  background: #fff;
  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-radius: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.all_information {
  margin: 30px -32px 0;
}
.all_information .item {
  padding: 50px;
  border: 1px solid rgb(229, 229, 229);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 32px;
  color: #333;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 1400px) {
  .all_information .item {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  .all_information .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
}
.all_information .item:hover {
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
}
.all_information .cont {
  max-width: 380px;
}
@media screen and (max-width: 768px) {
  .all_information .cont {
    max-width: 100%;
  }
}
.all_information .cont .date {
  margin: 0 0 24px;
  color: rgb(153, 153, 153);
  font-size: 13px;
}
.all_information .cont .title {
  margin: 0 0 14px;
}
.all_information .cont .desc {
  font-size: 15px;
}
.all_information .img {
  width: 170px;
  height: 170px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
}
.all_information .img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.all_gallery {
  margin: 30px -15px 0;
}
.all_gallery .item {
  color: #333;
  margin: 0 15px;
}
.all_gallery .item:hover .img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.all_gallery .img {
  border-radius: 4px;
  overflow: hidden;
}
.all_gallery .img img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.all_gallery .desc {
  margin: 20px 0 0;
}
.all_gallery .slick-arrow.next {
  right: 0;
}
.all_gallery .slick-arrow.prev {
  left: 0;
}

/*map*/
.map_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 66px 0 0;
}
@media screen and (max-width: 992px) {
  .map_block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.district_list {
  width: 100%;
  max-width: 360px;
}

.dist_title {
  padding: 16px 10px 16px 23px;
  font-size: 15px;
  border-top: 1px solid rgb(229, 229, 229);
  border-left: 1px solid rgb(229, 229, 229);
  border-right: 1px solid rgb(229, 229, 229);
}
.dist_title:last-child {
  border-bottom: 1px solid rgb(229, 229, 229);
}
.dist_title a {
  color: #333;
}
.dist_title.active a {
  color: #198833;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-weight: 600;
}

.district_map {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  max-width: 856px;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .district_map {
    display: none;
  }
}
.district_map svg {
  cursor: pointer;
}
.district_map svg path {
  stroke: rgb(217, 217, 217);
  fill: rgb(217, 217, 217);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.district_map svg path.active {
  fill: #198833;
}

.name_for_region {
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  text-align: center;
  color: #198833;
  font-weight: 700;
}

#feedback {
  padding: 90px 0;
  background: rgb(248, 248, 248);
}

.all_feedback {
  margin: 30px -16px 0;
}
.all_feedback .item {
  padding: 44px 10px 44px 34px;
  border: 1px solid rgb(229, 229, 229);
  color: #333;
  margin: 0 16px;
  height: auto;
}
.all_feedback .item .img {
  width: 40px;
  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;
}
.all_feedback .item .title {
  margin: 46px 0 17px;
  font-size: 24px;
  font-weight: 700;
  color: rgb(23, 111, 87);
}
.all_feedback .slick-arrow.next {
  right: 0;
}
.all_feedback .slick-arrow.prev {
  left: 0;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 9;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
}
.slick-arrow.prev {
  left: -40px;
}
@media screen and (max-width: 1600px) {
  .slick-arrow.prev {
    left: 0;
  }
}
.slick-arrow.next {
  right: -40px;
  -webkit-transform: scale(-1, 1) translate(0px, -50%);
          transform: scale(-1, 1) translate(0px, -50%);
}
@media screen and (max-width: 1600px) {
  .slick-arrow.next {
    right: 0;
  }
}
.slick-arrow.slick-disabled {
  opacity: 0.4;
  cursor: auto;
}

.slick-dots {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -40px;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 12px;
}
.slick-dots li {
  width: 8px;
  height: 8px;
  background: #87829C;
  border-radius: 50px;
  border: 4px solid rgb(191, 196, 214);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  cursor: pointer;
}
.slick-dots li.slick-active {
  width: 12px;
  height: 12px;
  border: 0px;
  background: #483698;
}
.slick-dots li button {
  display: none;
}

.slide_navigation {
  position: absolute;
  left: 0px;
  right: 0px;
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  height: 640px;
}
@media screen and (max-width: 1600px) {
  .slide_navigation {
    left: auto;
    right: 150px;
    top: 240px;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .slide_navigation {
    top: 103px;
    right: 70px;
    height: 300px;
  }
}
.slide_navigation .prev,
.slide_navigation .next {
  cursor: pointer;
  position: absolute;
}
@media screen and (max-width: 1600px) {
  .slide_navigation .prev,
  .slide_navigation .next {
    border-radius: 4px;
  }
}
@media screen and (max-width: 768px) {
  .slide_navigation .prev,
  .slide_navigation .next {
    width: 30px;
    height: 30px;
  }
}
.slide_navigation .slick-arrow {
  top: 50%;
}
.slide_navigation .prev {
  left: 0px;
}
@media screen and (max-width: 1600px) {
  .slide_navigation .prev {
    left: -50px;
  }
}
@media screen and (max-width: 768px) {
  .slide_navigation .prev {
    left: -20px;
  }
}
.slide_navigation .next {
  right: 0px;
  -webkit-transform: scale(-1, 1) translate(0px, -50%);
          transform: scale(-1, 1) translate(0px, -50%);
}
@media screen and (max-width: 1600px) {
  .slide_navigation .next {
    right: -50px;
  }
}

.all_resources {
  margin: 30px -16px;
}
.all_resources .item {
  border: 1px solid rgb(229, 229, 229);
  color: #333;
  margin: 0 16px;
  background: #fff;
  border-radius: 4px;
}
.all_resources .item .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 125px;
  overflow: hidden;
}
.all_resources .item .img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
@media screen and (max-width: 768px) {
  .all_resources .item .img img {
    -o-object-fit: contain;
       object-fit: contain;
    max-width: 260px;
  }
}
.all_resources .slick-arrow.next {
  right: -60px;
}
@media screen and (max-width: 1680px) {
  .all_resources .slick-arrow.next {
    right: 0px;
  }
}
.all_resources .slick-arrow.prev {
  left: -60px;
}
@media screen and (max-width: 1680px) {
  .all_resources .slick-arrow.prev {
    left: 0px;
  }
}

footer {
  background: rgb(51, 51, 51);
  padding: 55px 0 36px;
  color: #fff;
}
footer a {
  color: #fff;
}

.footer_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  .footer_block {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .footer_block {
    gap: 10px;
  }
}

.f_logo_block .f_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.f_logo_block .f_name_company {
  font-size: 10px;
  line-height: 1.6;
}
.f_logo_block .f_name_company span {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
}
.f_logo_block .f_error_text {
  margin: 24px 0 0;
  color: rgb(153, 153, 153);
  font-size: 13px;
}
@media screen and (max-width: 992px) {
  .f_logo_block .f_error_text {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .f_menu {
    margin: 20px 0 0;
  }
}
.f_menu .f_menu_name {
  font-size: 15px;
  margin: 0 0 20px;
}
.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: 192px;
     -moz-column-gap: 192px;
          column-gap: 192px;
}
@media screen and (max-width: 1400px) {
  .f_menu ul {
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
  }
}
@media screen and (max-width: 1200px) {
  .f_menu ul {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
.f_menu ul li {
  margin: 0 0 8px;
}
.f_menu ul li a {
  color: rgb(153, 153, 153);
  font-size: 13px;
}
.f_menu ul li a:hover {
  color: #fff;
}

.social .item_s {
  width: 39px;
  height: 39px;
  background: rgb(71, 71, 71);
  border-radius: 4px;
  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;
}
.social .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
  margin: 22px 0 0;
}

.item_m {
  /*width: 15px;*/
  height: 15px;
  border-radius: 4px;
  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;
}

.f_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.f_contact .f_pone {
  font-size: 15px;
  position: relative;
  padding-left: 20px;
}
.f_contact .f_pone::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 8px;
  height: 14px;
  background: url(../img/phone.svg) no-repeat center;
  background-size: cover;
  opacity: 0.4;
}
.f_contact .f_mail {
  font-size: 13px;
  position: relative;
  padding-left: 20px;
}
.f_contact .f_mail::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 12px;
  height: 12px;
  background: url(../img/mail.svg) no-repeat center;
  background-size: cover;
}
.f_contact .f_address {
  font-size: 14px;
  position: relative;
  padding-left: 20px;
}
.f_contact .f_address::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 10px;
  height: 14px;
  background: url(../img/map.svg) no-repeat center;
  background-size: cover;
  opacity: 0.4;
}

.f_desc_d {
  color: rgb(153, 153, 153);
  font-size: 12px;
  margin: 55px 0 0;
}
.f_desc_d p {
  margin: 0 0 20px;
}

.f_copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 25px 0 0;
}
@media screen and (max-width: 992px) {
  .f_copyright {
    display: block;
  }
}
.f_copyright .f_copyright_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .f_copyright .f_copyright_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
}
.f_copyright .f_company {
  color: #999;
  font-size: 12px;
  min-width: 260px;
}
.f_copyright .f_item_c {
  color: #999;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .f_copyright .f_item_c:first-child {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin: 20px 0 10px;
  }
}
.f_copyright .f_item_c:nth-child(2) {
  white-space: nowrap;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .f_copyright .f_item_c:nth-child(2) {
    padding: 0;
    display: table;
  }
}
.f_copyright .f_item_c:last-child {
  white-space: nowrap;
}
.f_copyright a:hover {
  color: #fff;
}

.up_arrow {
  cursor: pointer;
  position: fixed;
  bottom: 8%;
  right: 20px;
  visibility: hidden;
  z-index: 99;
}
@media screen and (max-width: 992px) {
  .up_arrow {
    display: none;
  }
}
.up_arrow svg {
  fill: #000;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.up_arrow.white svg {
  fill: #fff;
}
.up_arrow.visible {
  visibility: visible;
}

.mobile_multimenu a {
  color: #fff;
}

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

.main_multimenu {
  position: relative;
  height: calc(100% - 200px);
  min-height: 400px;
}
.main_multimenu .menu {
  max-width: 168px;
}
.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: 430px;
  right: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}
.main_multimenu .sub_menu li {
  margin: 0 0 10px;
}

.footer_multimenu {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-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: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.footer_multimenu .glasses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.header_search_inner {
  position: relative;
}
.header_search_inner::before {
  content: "";
  position: absolute;
  background-image: url(../img/search_icon.svg);
  background-size: cover;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 36px;
  width: 36px;
}
.header_search_inner input {
  height: 150px;
  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: 0;
    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;
}
@media screen and (max-width: 1200px) {
  .header_search_close svg {
    width: 40px;
    height: 40px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .header_search_close svg {
    width: 40px;
    height: 40px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.social_fixed {
  position: fixed;
  top: 40%;
  right: 0;
  background: #fff;
  border-radius: 4px 0 0 4px;
  padding: 19px 22px;
  z-index: 999;
  -webkit-box-shadow: -7px 5px 11px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: -7px 5px 11px 0px rgba(0, 0, 0, 0.1019607843);
}
@media screen and (max-width: 768px) {
  .social_fixed {
    display: none;
  }
}
.social_fixed .icon {
  width: 18px;
  height: 18px;
  background-size: contain;
}
.social_fixed .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.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 svg {
  width: 32px;
  height: 32px;
}
.mobile_menu .wr {
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  color: #333;
}
.mobile_menu .wr a {
  color: #333;
}
.mobile_menu .wr a + span {
  cursor: pointer;
  position: absolute;
  top: 3px;
  right: 0;
  display: -webkit-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;
}
.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: #333;
}
.mobile_menu .logo {
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-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: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-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: -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);
}

.all_news .slick-track,
.all_information .slick-track,
.all_feedback .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.all_news .slick-slide,
.all_information .slick-slide,
.all_feedback .slick-slide {
  height: auto;
}

.all_slide_banner,
.all_news,
.all_information,
.all_gallery,
.all_feedback,
.all_resources {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
.all_slide_banner.slick-initialized,
.all_news.slick-initialized,
.all_information.slick-initialized,
.all_gallery.slick-initialized,
.all_feedback.slick-initialized,
.all_resources.slick-initialized {
  visibility: visible;
  opacity: 1;
}

/*page*/
.breadcrumbs,
.breadcrumbs a {
  color: #fff;
}
@media screen and (max-width: 992px) {
  .breadcrumbs,
  .breadcrumbs a {
    color: #333;
  }
}
.breadcrumbs ul,
.breadcrumbs a ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 33px;
}
@media screen and (max-width: 992px) {
  .breadcrumbs ul,
  .breadcrumbs a ul {
    font-size: 10px;
  }
}
.breadcrumbs .link,
.breadcrumbs a .link {
  position: relative;
}
.breadcrumbs .link::before,
.breadcrumbs a .link::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  background: #fff;
  top: 12px;
  right: -25px;
}
@media screen and (max-width: 992px) {
  .breadcrumbs .link::before,
  .breadcrumbs a .link::before {
    background: #333;
    width: 10px;
    height: 1px;
    top: 8px;
    right: -22px;
  }
}

.inner_bl {
  background: url(../img/bg_inner.jpg) no-repeat;
  background-position: center -200px;
  background-size: cover;
}
@media screen and (max-width: 992px) {
  .inner_bl {
    background: transparent;
  }
}

.inner_bl_2 {
  background: url(../img/bg_inner_2.jpg) no-repeat;
  background-position: center -200px;
  background-size: cover;
}
@media screen and (max-width: 992px) {
  .inner_bl_2 {
    background: transparent;
  }
}

.inner_bl_3 {
  background: url(../img/bg_inner_3.png) no-repeat;
  background-position: center -200px;
  background-size: cover;
}
@media screen and (max-width: 992px) {
  .inner_bl_3 {
    background: transparent;
  }
}
.inner_bl_3 h1 {
  padding: 180px 0 10px;
}

@media screen and (max-width: 992px) {
  .inner_page {
    padding: 110px 0 0;
  }
  .inner_page h1 {
    color: #333;
    padding: 0 0 30px;
    font-size: 24px;
  }
}
@media screen and (max-width: 992px) {
  .inner_page .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 22px 0;
  }
}

.page_wrapper {
  padding: 46px 0 0;
}
@media screen and (max-width: 992px) {
  .page_wrapper {
    padding: 20px 0 0;
  }
}
.page_wrapper .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 992px) {
  .page_wrapper .flex {
    display: block;
  }
}
.page_wrapper .all_news {
  margin: 0;
}
.page_wrapper aside {
  width: 100%;
  max-width: 355px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 992px) {
  .page_wrapper aside {
    display: none;
  }
}
.page_wrapper aside .name_left {
  margin: 0 0 20px;
  background: #fff;
  padding: 20px 20px 20px 40px;
  font-size: 14px;
  font-weight: 600;
  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%;
}
.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: -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;
  overflow: hidden;
  background: #fff;
}
.page_wrapper aside .name_left_banner img {
  height: auto;
}
.page_wrapper aside .btn_left {
  display: -webkit-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;
      -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;
  }
}
.page_wrapper aside .menu_left > ul > li {
  background: #fff;
  font-size: 15px;
  position: relative;
}
.page_wrapper aside .menu_left > ul > li .sub-menu {
  display: none;
}
.page_wrapper aside .menu_left > ul > li .sub-menu.show {
  display: block;
}
.page_wrapper aside .menu_left > ul > li .sub-menu a {
  padding-left: 60px;
}
.page_wrapper aside .menu_left > ul > li:first-child {
  border-radius: 4px 4px 0 0;
}
.page_wrapper aside .menu_left > ul > li:first-child a {
  border-radius: 4px 4px 0 0;
}
.page_wrapper aside .menu_left > ul > li:last-child {
  border-radius: 0 0 4px 4px;
}
.page_wrapper aside .menu_left > ul > li:last-child a {
  border-radius: 0 0 4px 4px;
}
.page_wrapper aside .menu_left > ul > li a {
  color: #333;
  padding: 20px 20px 20px 40px;
  border: 1px solid rgb(229, 229, 229);
  margin: 0 0 -1px;
  display: block;
}
@media screen and (max-width: 768px) {
  .page_wrapper aside .menu_left > ul > li a {
    padding: 20px 20px 20px 30px;
    color: #483698;
  }
}
.page_wrapper aside .menu_left > ul > li a.active {
  background: #483698;
  color: #fff;
  border: 1px solid #483698;
}
.page_wrapper aside .menu_left > ul > li a.active:hover {
  background: #483698;
  color: #fff;
  border: 1px solid transparent;
}
.page_wrapper aside .menu_left > ul > li a:hover {
  background: #E5E5EB;
  position: relative;
}
.page_wrapper aside .menu_left > ul > li a:hover + .rightstrelka span {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.page_wrapper aside .menu_left.theme_orange a.active {
  background: #FBB152;
  border: 1px solid #FBB152;
}
.page_wrapper aside .menu_left.theme_orange a.active:hover {
  background: #FBB152;
  border: 1px solid #FBB152;
}
.page_wrapper aside .menu_left.theme_orange a:hover {
  background: #E5E5EB;
  position: relative;
  color: #fff;
}
.page_wrapper.theme_orange a {
  color: #FBB152;
}

.all_page_block {
  width: 100%;
  overflow: hidden;
}

.sort_params {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 12px;
  color: #fff;
  margin: 0 0 26px;
}
.sort_params a {
  color: #fff;
  position: relative;
}
.sort_params a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: 1px dashed #fff;
}
.sort_params a.active::before {
  border-bottom: none;
  cursor: auto;
}

.all_documents {
  margin: 20px 0 0;
}
.all_documents .item {
  background: #fff;
  margin: 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 26px 29px;
  gap: 18px;
  font-size: 15px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid rgb(229, 229, 229);
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .all_documents .item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 26px 26px 26px 16px;
  }
}
.all_documents .item:hover {
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
  background: #E5E5EB;
}
.all_documents .item:hover .title {
  color: #483698;
}
.all_documents .item.main_title .title {
  font-size: 20px;
}
.all_documents .item .title {
  font-weight: 700;
  width: 100%;
  margin: 0 0 5px;
  max-width: 910px;
}
.all_documents .item .desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.all_documents .params {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgb(153, 153, 153);
  font-size: 12px;
  gap: 0 20px;
}
@media screen and (max-width: 768px) {
  .all_documents .download {
    display: none;
  }
}
@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;
  }
}

/*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;
          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: #483698;
  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: #483698;
}

/*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: #483698;
  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: #483698;
  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: #483698;
}

/*pagination*/
.pagination {
  margin: 50px 0;
}
.pagination .btn_reset {
  margin: 0 auto;
}
.pagination ul {
  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;
  gap: 12px;
  margin: 20px 0;
}
.pagination ul li.dots {
  font-size: 14px;
  width: 40px;
  height: 40px;
  border: 1px solid #483698;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-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: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -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 #483698;
  border-radius: 4px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: #483698;
  color: #fff;
}
.pagination ul li a {
  font-size: 14px;
  color: #483698;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -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 #483698;
  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: #483698;
  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;
  }
}

.all_gallery_page,
.all_gallery_piple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.all_gallery_page .item,
.all_gallery_piple .item {
  width: calc(33.3333333333% - 14px);
  position: relative;
}
@media screen and (max-width: 1300px) {
  .all_gallery_page .item,
  .all_gallery_piple .item {
    width: calc(50% - 14px);
  }
}
@media screen and (max-width: 680px) {
  .all_gallery_page .item,
  .all_gallery_piple .item {
    width: 100%;
  }
}
.all_gallery_page .item::before,
.all_gallery_piple .item::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(48.96%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 48.96%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
}
.all_gallery_page .item .title,
.all_gallery_piple .item .title {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  color: #fff;
  font-weight: 700;
  z-index: 2;
}
@media screen and (max-width: 680px) {
  .all_gallery_page .item .title,
  .all_gallery_piple .item .title {
    font-size: 14px;
  }
}
.all_gallery_page .item .img,
.all_gallery_piple .item .img {
  overflow: hidden;
}
.all_gallery_page .item .img img,
.all_gallery_piple .item .img img {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.all_gallery_page .item:hover .img img,
.all_gallery_piple .item:hover .img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.all_gallery_piple .item {
  width: calc(25% - 16px);
  position: relative;
}
@media screen and (max-width: 1300px) {
  .all_gallery_piple .item {
    width: calc(33.3333333333% - 14px);
  }
}
@media screen and (max-width: 768px) {
  .all_gallery_piple .item {
    width: calc(50% - 14px);
  }
}
@media screen and (max-width: 420px) {
  .all_gallery_piple .item {
    width: 100%;
  }
}
.all_gallery_piple .title {
  max-width: 219px;
}
.all_gallery_piple .img {
  max-height: 332px;
}
@media screen and (max-width: 480px) {
  .all_gallery_piple .img {
    max-height: 342px;
  }
}
.all_gallery_piple .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

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

@media screen and (max-width: 992px) {
  .easy_page {
    padding: 0;
  }
}

.all_activity_page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 29px;
}
.all_activity_page .item {
  background: #fff;
  padding: 10px 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 39px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  width: calc(33.3333333333% - 20px);
  min-height: 110px;
  border: 1px solid rgb(229, 229, 229);
}
@media screen and (max-width: 1300px) {
  .all_activity_page .item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 680px) {
  .all_activity_page .item {
    width: 100%;
  }
}
.all_activity_page .item:hover {
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
}
.all_activity_page .item:hover .title {
  color: #483698;
}
.all_activity_page .img {
  width: 32px;
  height: 32px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.all_activity_page .img img {
  -o-object-fit: cover;
     object-fit: cover;
}

#documents_2 {
  background: #fff;
  border-radius: 4px;
  border: 1px solid rgb(229, 229, 229);
  padding: 22px;
}
@media screen and (max-width: 992px) {
  #documents_2 {
    border: none;
    padding: 0;
  }
}
#documents_2 .url {
  font-size: 17px;
  color: rgb(23, 111, 87);
  font-weight: 700;
}
#documents_2 .img {
  width: 32px;
  height: 32px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#documents_2 .img img {
  -o-object-fit: cove;
     object-fit: cove;
}

.piple_page_detail {
  padding: 30px 28px 40px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid rgb(229, 229, 229);
  height: 100%;
}
@media screen and (max-width: 768px) {
  .piple_page_detail {
    padding: 0;
    border: none;
  }
}
.piple_page_detail .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 1200px) {
  .piple_page_detail .img {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 640px) {
  .piple_page_detail .img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.piple_page_detail .img img {
  max-width: 332px;
  border-radius: 4px;
  height: 100%;
  width: 100%;
}
.piple_page_detail .pr_1 {
  margin: 0 0 20px;
}
.piple_page_detail .desc {
  margin: 40px 22px 0px 0;
  line-height: 1.6;
}

#page_detail {
  overflow: hidden;
  width: 100%;
}
#page_detail .contact_row {
  margin: 0 0 100px;
}
@media screen and (max-width: 1200px) {
  #page_detail .contact_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
@media screen and (max-width: 992px) {
  #page_detail .contact_row {
    margin: 0 0 40px;
  }
}

.page_detail {
  padding: 40px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid rgb(229, 229, 229);
  width: 100%;
  margin: 0 0 25px;
}
@media screen and (max-width: 768px) {
  .page_detail {
    border: none;
    padding: 0px;
  }
}
.page_detail figure {
  display: inline-block;
  text-align: center;
  font-size: 15px;
}
@media screen and (max-width: 1480px) {
  .page_detail figure {
    margin: 0 0 20px;
    width: 100%;
  }
}
.page_detail figure figcaption {
  padding: 20px 0 0;
}
@media screen and (max-width: 1480px) {
  .page_detail figure img {
    margin: 0 !important;
  }
}

.table {
  width: 100%;
  overflow-x: auto;
  margin: 0 0 20px;
}
.table a:hover {
  color: #6E50F4;
}

table {
  border-collapse: collapse;
  margin: 20px 0 0;
  width: 100%;
  background: #fff;
}
table tr {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
table tr:nth-last-child(odd) {
  background: #F2EFFE;
}
table tr:first-child {
 /* background: #483698;
  color: #fff;*/
/*  text-transform: uppercase;*/
  font-weight: 600;
}
table tr td {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 18px 28px;
  font-size: 14px;
  white-space: nowrap;
}
table tr td:first-child {
  font-weight: 600;
  width: 255px;
}
table tr td:nth-child(2) {
  padding: 18px 5px;
  white-space: normal;
}
@media screen and (max-width: 1200px) {
  table tr td:nth-child(2) {
    min-width: 600px;
  }
}

summary::-webkit-details-marker {
  display: none;
}

summary::-moz-list-bullet {
  list-style-type: none;
}

summary::marker {
  display: none;
}

summary {
  display: block;
  padding: 16px 70px 16px 23px;
  font-size: 15px;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  border-radius: 4px;
  border: 1px solid rgb(229, 229, 229);
}

summary:before {
  content: "+";
  position: absolute;
  top: 1px;
  right: 15px;
  font-size: 35px;
  color: rgb(148, 148, 148);
}

details[open] > summary:before {
  content: "–";
  top: 0px;
}

summary ~ * {
  padding: 0 1em 0 1em;
}

details {
  display: block;
  margin: 0 0 5px;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  details {
    font-size: 15px;
  }
}
details[open] summary {
  background: rgb(23, 111, 87);
  color: #fff;
}
details[open] > summary:before {
  color: #fff;
}
details p {
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  details p {
    font-size: 15px;
  }
}
details ul {
  margin: 10px 0 10px 0px;
}
details ul > li {
  padding-left: 10px;
  position: relative;
}
details ul > li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
}
details ul > li ul li {
  padding-left: 10px;
  position: relative;
}
details ul > li ul li::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
}

#contact {
  margin: 0 0 20px;
}
@media screen and (max-width: 1400px) {
  #contact {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
}
@media screen and (max-width: 992px) {
  #contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#contact .inform {
  width: 352px;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #contact .inform {
    width: 100%;
    max-width: 352px;
  }
}
#contact .map {
  width: 100%;
}
#contact .all_inform {
  padding: 25px 10px 25px 28px;
}
@media screen and (max-width: 400px) {
  #contact .all_inform {
    padding: 16px 0 16px 16px;
  }
}
#contact .item {
  margin: 0 0 20px;
  font-size: 15px;
}
#contact .item span:first-child {
  font-size: 14px;
  display: block;
  color: rgb(153, 153, 153);
}
#contact .item a {
  display: block;
  color: #333;
  margin: 0 0 5px;
}
#contact .btn_reset {
  width: 100%;
  max-width: 288px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #contact .btn_reset {
    min-height: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 14px;
  }
}

.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: 600;
  margin: 0 0 5px;
  color: #333;
}
@media screen and (max-width: 768px) {
  .all_page_search .item .title {
    font-size: 18px;
  }
}
.all_page_search .item .title:hover {
  color: #6E50F4;
}
.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;
}
.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: -ms-flexbox;
  display: flex;
  -webkit-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: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  gap: 10px;
}
.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;
}

.pgn {
  font-size: 13px;
}

.form_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-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;
  }
}

.page_error {
  text-align: center;
  max-width: 830px;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .page_error {
    font-size: 14px;
  }
}
.page_error .btn {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .page_error .btn {
    min-height: 56px;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    font-size: 15px;
    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;
  }
}
.page_error h1 {
  color: #483698;
  font-family: "Philosopher", sans-serif;
}
@media screen and (max-width: 992px) {
  .page_error h1 {
    padding: 0;
    font-size: 24px;
  }
}

@media screen and (max-width: 992px) {
  .form_opros .custom-select-trigger {
    padding: 0 64px 0 20px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
  }
}
.form_opros .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 20px;
}
@media screen and (max-width: 992px) {
  .form_opros .item p {
    font-size: 15px;
  }
}
.form_opros label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .form_opros label {
    font-size: 15px;
    margin: 0 0 5px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 768px) {
  .form_opros .btn {
    min-height: 56px;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    font-size: 15px;
    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;
  }
}

.table::-webkit-scrollbar {
  -webkit-appearance: none;
}

.table::-webkit-scrollbar:vertical {
  width: 10px;
}

.table::-webkit-scrollbar:horizontal {
  height: 10px;
}

.table::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
  border: 2px solid #eee;
}

.table::-webkit-scrollbar-track {
  background-color: #f9f9f9;
}

.hide {
  display: none !important;
}

/*main_about*/
#main_about {
  margin: 60px auto;
}

.main_about_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 30px 0;
}

.up_item_wrap {
  display: -ms-grid;
  display: grid;
  gap: 32px;
  -ms-grid-columns: 1fr 32px 1fr;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .up_item_wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.item_main_about {
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  padding: 50px;
  height: 474px;
  position: relative;
  overflow: hidden;
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 992px) {
  .item_main_about {
    height: auto;
    min-height: 200px;
    font-size: 16px;
    padding: 19px;
  }
}
@media screen and (max-width: 768px) {
  .item_main_about {
    font-size: 12px;
  }
}
.item_main_about .img {
  position: absolute;
  inset: 0;
}

.down_item_wrap {
  display: -ms-grid;
  display: grid;
  gap: 32px;
  -ms-grid-columns: minmax(0, 640px) 32px minmax(0, 400px) 32px minmax(0, 396px);
  grid-template-columns: minmax(0, 640px) minmax(0, 400px) minmax(0, 396px);
}
@media screen and (max-width: 768px) {
  .down_item_wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    width: 100%;
  }
}
.down_item_wrap .item_main_about:last-child {
  color: #fff;
  background: #483698;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 20px;
}
.down_item_wrap .item_main_about:last-child .desc {
  font-size: 20px;
  font-weight: 700;
}
.down_item_wrap .item_main_about:last-child .more,
.down_item_wrap .item_main_about:last-child .more_link {
  color: #fff;
  font-size: 14px;
  position: relative;
}
.down_item_wrap .item_main_about:last-child .more::before,
.down_item_wrap .item_main_about:last-child .more_link::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -40%);
          transform: translate(0, -40%);
  right: -12px;
  background: url(../img/icon_right.svg) no-repeat center;
  background-size: cover;
  width: 5px;
  height: 8px;
}
.down_item_wrap .item_main_about:last-child .desc_img {
  position: absolute;
  top: 20px;
  right: 20px;
}
@media screen and (max-width: 992px) {
  .down_item_wrap .item_main_about:last-child .desc_img {
    height: 160px;
  }
}

/*main_questions*/
.main_questions_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin: 30px 0;
}
@media screen and (max-width: 992px) {
  .main_questions_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.main_questions_row .questions_img {
  border-radius: 4px;
  overflow: hidden;
  max-height: 474px;
}

#questions {
  display: -ms-grid;
  display: grid;
  gap: 30px;
}
#questions.main_page {
  padding: 50px 50px 40px;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
}
@media screen and (max-width: 992px) {
  #questions {
    padding: 30px 20px 20px;
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  #questions {
    padding: 30px 20px 0px;
  }
}
#questions .questions_row {
  border-bottom: 1px solid #E5E5EB;
  padding: 0 0 20px;
}
#questions .questions_row:last-child {
  border-bottom: none;
}
#questions .questions_row:last-child .questions_title {
  height: auto;
}
#questions .questions_row:last-child .questions-desc {
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  #questions .questions_row:last-child .questions-desc {
    margin: 0;
  }
}
#questions .questions_row.acc_active .questions_title {
  color: #6E50F4;
}
#questions .questions_title {
  height: auto;
  cursor: pointer;
  font-size: 20px;
  position: relative;
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  #questions .questions_title {
    font-size: 16px;
    height: auto;
    min-height: 40px;
  }
}
#questions .questions_title::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  background: url(../img/arr_down.svg) no-repeat center;
  background-size: cover;
  width: 17px;
  height: 10px;
}
#questions .questions-desc {
  padding: 0 0 10px;
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  #questions .questions-desc {
    font-size: 12px;
  }
}
#questions .questions-desc a {
  color: #6E50F4;
}
#questions .questions-desc p:last-child {
  margin: 0;
}

/*main_sign_up*/
.main_sign_up {
  background: #F8F8F8;
  padding: 30px 0;
}

.main_sign_up_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 400px;
  grid-template-columns: 1fr 400px;
  gap: 40px;
  margin: 50px 0;
}
@media screen and (max-width: 992px) {
  .main_sign_up_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .form_sign_up {
    order: 1;
  }
}
.main_sign_up_row .name_info {
  border: 1px solid #E5E5E5;
  padding: 32px;
  border-radius: 4px;
  background: #fff;
  padding: 18px;
}
.main_sign_up_row .name_info_img {
  width: 280px;
  height: 280px;
  margin: 0 auto;
  border-radius: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .main_sign_up_row .name_info_img {
    width: 140px;
    height: 140px;
  }
}
.main_sign_up_row .name_info_title {
  font-size: 20px;
  font-weight: 700;
  margin: 40px 0 25px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main_sign_up_row .name_info_title {
    font-size: 16px;
    margin: 19px 0 14px;
  }
}
.main_sign_up_row .name_info_desc {
  font-size: 15px;
}
.main_sign_up_row .name_info_desc p:last-child {
  margin: 0;
}
.main_sign_up_row .file_text {
  color: #483698;
  font-weight: 700;
}
.main_sign_up_row .file_text:hover {
  color: #6E50F4;
}

.form_sign_up input[type=file] {
  cursor: pointer;
  border: none;
}
.form_sign_up input[type=file]::-webkit-file-upload-button {
  display: none;
}
.form_sign_up input[type=file]::file-selector-button {
  display: none;
}
.form_sign_up label[for=file] {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
}
.form_sign_up label {
  margin: 0 0 15px;
  display: block;
}
.form_sign_up label div {
  margin: 0 0 10px;
  position: relative;
  display: inline-block;
}
.form_sign_up label div.required::before {
  content: "*";
  position: absolute;
  top: 0;
  right: -10px;
  font-size: 16px;
  color: #E01300;
}
@media screen and (max-width: 768px) {
  .form_sign_up .btn {
    height: 56px;
    font-size: 16px;
    width: 100%;
  }
}

.recaptcha {
  margin: 30px 0;
}
.recaptcha img {
  width: auto;
}

/*contact*/
.contact_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 48px 352px;
  grid-template-columns: 1fr 352px;
  gap: 48px;
  margin: 50px 0 0;
}
@media screen and (max-width: 992px) {
  .contact_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 992px) {
  .contact_row {
    margin: 24px 0 0;
  }
}
.contact_row .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;
}
.contact_row .address {
  position: relative;
}
.contact_row .map_contact {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #E5E5E5;
}
.contact_row .info_row {
  padding: 25px 32px;
  background: #fff;
}
.contact_row .info_item {
  margin: 0 0 10px;
}
.contact_row .adress_row {
  position: absolute;
  bottom: 0;
  color: #fff;
  z-index: 1;
  padding: 0 35px 25px 35px;
}
.contact_row .info_title {
  font-size: 12px;
  margin: 0 0 7px;
}
.contact_row .info_time_text {
  font-size: 14px;
}
.contact_row .info_address {
  font-size: 18px;
  line-height: 1.2;
}
.contact_row .info_phone_link {
  display: table;
  color: #333;
}
.contact_row .info_phone_link:hover {
  color: #483698;
}
.contact_row .btn {
  width: 100%;
  text-align: center;
  height: 54px;
}
.contact_row .info_img {
  position: relative;
}
.contact_row .info_img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}

#blog {
  padding: 0;
}
#blog .slick-slide {
  margin: 0 20px 0 0;
}
@media screen and (max-width: 480px) {
  #blog .slick-slide {
    margin: 0;
  }
}
#blog .all_news {
  margin: 40px 0;
}
#blog .text {
  font-size: 14px;
  margin: 0 0 10px;
}

.form-control {
  border: 1px solid #E5E5E5;
  outline: none;
  width: 100%;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  border-radius: 2px;
}
.form-control:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}
.form-control:focus::-moz-placeholder {
  color: transparent;
  opacity: 0;
}
.form-control:focus:-ms-input-placeholder {
  color: transparent;
  opacity: 0;
}
.form-control:focus::-ms-input-placeholder {
  color: transparent;
  opacity: 0;
}
.form-control:focus::placeholder {
  color: transparent;
  opacity: 0;
}

textarea.form-control {
  height: 134px;
  resize: none;
  padding: 10px;
}

.slick-track {
  margin: 0;
}

.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;
}

.show {
  display: block !important;
}

#news_detail {
  max-width: 1115px;
  overflow-x: hidden;
}

#documents {
  margin: 20px 0 40px;
}
#documents .img {
  height: auto;
}
#documents.theme_orange .item:hover .title {
  color: #FBB152;
}

.gallery_news_detail {
  margin: 0 0 38px;
  margin: 0 0 25px;
}
.gallery_news_detail .slick-slide {
  max-height: 540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gallery_news_detail .slick-arrow.next {
  right: 0;
  display: none;
}
@media screen and (max-width: 1200px) {
  .gallery_news_detail .slick-arrow.next {
    display: block;
  }
}
.gallery_news_detail .slick-arrow.prev {
  left: 0;
  display: none;
}
@media screen and (max-width: 1200px) {
  .gallery_news_detail .slick-arrow.prev {
    display: block;
  }
}

.gallery_news_detail_alt {
  margin: 0 -5px 25px;
}
.gallery_news_detail_alt .slick-slide {
  max-height: 540px;
  margin-left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gallery_news_detail_alt .slick-arrow.next {
  right: 15px;
  display: block;
}
.gallery_news_detail_alt .slick-arrow.prev {
  left: 15px;
  display: block;
}

.gallery_news_min {
  margin: 0 0 38px;
}
@media screen and (max-width: 1200px) {
  .gallery_news_min {
    display: none;
  }
}
.gallery_news_min .slick-list {
  margin: 0 -30px;
}
.gallery_news_min .slick-slide {
  margin: 0 15px;
}
.gallery_news_min .slick-slide img {
  min-height: 180px;
}
.gallery_news_min .slick-arrow.next {
  right: 0;
}
.gallery_news_min .slick-arrow.prev {
  left: 0;
}

.theme2 {
  border: 1px solid #E5E5EB;
  background: #fff;
  border-radius: 4px;
  padding: 30px;
}
.theme2 .acc_active .questions_title {
  color: #6E50F4;
}

#questions.theme_orange {
  border: 1px solid #E5E5EB;
  background: #fff;
  border-radius: 4px;
  padding: 30px 30px 0;
}
#questions.theme_orange .acc_active .questions_title {
  color: #FBB152;
}

.accordionjs .questions-desc .images {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .accordionjs .questions-desc .images {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.accordionjs .questions-desc .images img {
  border-radius: 4px;
}
.accordionjs .questions-desc ul {
  margin: 15px 0 15px 15px;
}
.accordionjs .questions-desc ul li {
  list-style: disc;
}
.accordionjs .questions-desc .spec {
  background: #6E50F4;
  padding: 30px 50px;
  border-radius: 4px;
  margin: 20px 0;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .accordionjs .questions-desc .spec {
    padding: 20px 30px;
  }
}
.accordionjs .questions-desc .spec .spec_name {
  font-size: 24px;
  margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .accordionjs .questions-desc .spec .spec_name {
    font-size: 16px;
  }
}

.calandar_plan {
  background: #483698;
  padding: 30px 50px;
  color: #fff;
  margin: 50px 0 0;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .calandar_plan {
    padding: 20px 30px;
  }
}
.calandar_plan .plan_title {
  font-size: 24px;
  margin: 0 0 50px;
}
@media screen and (max-width: 768px) {
  .calandar_plan .plan_title {
    font-size: 16px;
  }
}

.school_plan {
  background: #483698;
  padding: 30px 50px;
  color: #fff;
  margin: 50px 0 0;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .school_plan {
    padding: 20px 30px;
  }
}
.school_plan .plan_title {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .school_plan .plan_title {
    font-size: 16px;
  }
}
.school_plan .plan_desc {
  margin: 17px 0 40px;
}

.all_events {
  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: 1400px) {
  .all_events {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .all_events {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.all_events .item {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  min-height: 445px;
  padding: 76px 24px 24px;
}
.all_events .item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
.all_events .item .img {
  position: absolute;
  inset: 0;
}
.all_events .item .desc {
  position: relative;
  z-index: 3;
  color: #fff;
}
.all_events .item .path {
  background: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  padding: 3px 10px;
  border-radius: 4px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 0 19px;
}
.all_events .item .date {
  font-size: 14px;
  margin: 0 0 10px;
}
.all_events .item .text {
  font-size: 15px;
  line-height: 1.6;
}
.all_events .item .title {
  font-weight: 700;
  margin: 0 0 10px;
}
.all_events.theme3 .item::before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(51.04%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 51.04%, rgba(0, 0, 0, 0.8) 100%);
}
@media screen and (max-width: 992px) {
  .all_events.theme3 .item::before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  }
}
.all_events.theme3 .item:hover::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.all_events.theme3 .item:hover .desc {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.all_events.theme3 .item:hover .text {
  opacity: 1;
}
.all_events.theme3 .item:hover .path {
  background: rgba(255, 255, 255, 0.4);
  color: #fff;
}
.all_events.theme3 .desc {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
  -webkit-transform: translateY(45%);
          transform: translateY(45%);
}
@media screen and (max-width: 992px) {
  .all_events.theme3 .desc {
    left: 20px;
    right: 20px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.all_events.theme3 .path {
  background: #FFFFFF;
  color: #483698;
}
@media screen and (max-width: 992px) {
  .all_events.theme3 .path {
    background: rgba(255, 255, 255, 0.4);
    color: #fff;
  }
}
.all_events.theme3 .text {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
@media screen and (max-width: 992px) {
  .all_events.theme3 .text {
    opacity: 1;
  }
}

.management {
  margin: 0 0 50px;
}
@media screen and (max-width: 768px) {
  .management {
    font-size: 14px;
    margin: 0 0 30px;
  }
}
.management.first {
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .management.first {
    color: #333;
  }
}
.management h2 {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .management h2 {
    font-size: 20px;
  }
}

.management_row {
  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) {
  .management_row {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 992px) {
  .management_row {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .management_row {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 400px) {
  .management_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.management_row .item {
  max-height: 310px;
  overflow: hidden;
  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;
  padding: 10px;
  border-radius: 4px;
}
.management_row .item:hover::before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  inset: 0;
  z-index: 1;
}
.management_row .item img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  -webkit-transform: translate(0, -6%);
          transform: translate(0, -6%);
}
@media screen and (max-width: 1300px) {
  .management_row .item img {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    height: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .management_row .item img {
    -webkit-transform: translate(0, -8%);
            transform: translate(0, -8%);
    height: auto;
  }
}
@media screen and (max-width: 992px) {
  .management_row .item img {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  .management_row .item img {
    -webkit-transform: translate(0, -8%);
            transform: translate(0, -8%);
    height: auto;
  }
}
@media screen and (max-width: 480px) {
  .management_row .item img {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    height: 100%;
  }
}
@media screen and (max-width: 400px) {
  .management_row .item img {
    -webkit-transform: translate(0, -8%);
            transform: translate(0, -8%);
    height: auto;
  }
}
.management_row .item .desc {
  position: relative;
  z-index: 2;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  padding: 10px;
height: 130px;
}
.management_row .item .spec {
  font-size: 12px;
}
.management_row .item .name {
  font-weight: 700;
}
@media screen and (min-width: 1201px) and (max-width: 1330px) {
  .management_row .item .name {
    font-size: 12px;
  }
}

.standards_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 34px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
}
@media screen and (max-width: 1200px) {
  .standards_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 992px) {
  .standards_row {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .standards_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.standards_row .item {
  background: #fff;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .standards_row .item .img {
    display: none;
  }
}
.standards_row .title {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 53px 30px 1fr;
  grid-template-columns: 53px 1fr;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .standards_row .title {
    font-size: 14px;
    gap: 20px;
    -ms-grid-columns: 32px 20px 1fr;
    grid-template-columns: 32px 1fr;
    padding: 30px 14px;
  }
}

.pedagog_row .item_row {
  margin: 0 0 60px;
}
@media screen and (max-width: 768px) {
  .pedagog_row .item_row {
    margin: 0 0 40px;
  }
}
.pedagog_row .item_row:first-child h2, .pedagog_row .item_row:first-child p {
  color: #fff;
}
@media screen and (max-width: 992px) {
  .pedagog_row .item_row:first-child h2, .pedagog_row .item_row:first-child p {
    color: #333;
  }
}
.pedagog_row h2 {
  margin: 0 0 25px;
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .pedagog_row .item_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 480px) {
  .pedagog_row .item_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.pedagog_row .item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 262px 93px 1fr;
  grid-template-columns: 262px 1fr;
  gap: 93px;
  background: #fff;
  margin: 0 0 30px;
  padding: 26px;
  border-radius: 4px;
  border: 1px solid #E5E5EB;
}
@media screen and (max-width: 1200px) {
  .pedagog_row .item {
    gap: 20px;
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .pedagog_row .item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    max-width: 290px;
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .pedagog_row .item {
    margin: 0 auto;
  }
}
.pedagog_row .item .img {
  height: 270px;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
}
.pedagog_row .item .img img {
  height: auto;
}
.pedagog_row .item .info_row:first-child .info_title {
  color: #333;
}
.pedagog_row .item .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}
@media screen and (max-width: 768px) {
  .pedagog_row .item .desc {
    padding: 0 15px 15px;
  }
}
.pedagog_row .item .info_title {
  font-size: 12px;
  color: #CACACA;
}
.pedagog_row .item ._name {
  font-size: 17px;
  font-weight: 700;
}
.pedagog_row .item ._phone {
  font-size: 15px;
}
.pedagog_row .item ._mail {
  font-size: 14px;
}
.pedagog_row .item a {
  color: #333;
}

.structure_obr {
  width: 100%;
}
.structure_obr .main_item {
  background: #483698;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 74px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-weight: 700;
  width: 100%;
  border-radius: 10px;
  margin: 0 0 40px;
}
@media screen and (max-width: 992px) {
  .structure_obr .main_item {
    height: 50px;
    margin: 0 0 20px;
  }
}
.structure_obr .item {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #E5E5EB;
  padding: 25px;
  margin: 0 0 40px 97px;
  position: relative;
}
@media screen and (max-width: 992px) {
  .structure_obr .item {
    margin: 0 0 20px 22px;
  }
}
.structure_obr .item .title {
  color: #483698;
  font-weight: 700;
  font-size: 16px;
}
.structure_obr .item ul {
  margin: 10px 0 10px 15px;
}
.structure_obr .item ul li {
  list-style: disc;
  line-height: 1.6;
}
.structure_obr .item::before {
  content: "";
  position: absolute;
  top: -45px;
  bottom: 0px;
  left: -40px;
  border-left: 2px dashed #000;
}
@media screen and (max-width: 992px) {
  .structure_obr .item::before {
    left: -14px;
    border-left: 1px dashed #000;
  }
}
.structure_obr .item:last-child::before {
  top: -45px;
  bottom: 50%;
}
.structure_obr .item::after {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  bottom: 0;
  border-left: 2px dashed #000;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  max-height: 38px;
  margin: auto;
}
@media screen and (max-width: 992px) {
  .structure_obr .item::after {
    max-height: 10px;
    left: -7px;
    border-left: 1px dashed #000;
  }
}

.contact_info_desc ul {
  margin: 10px 0 30px 20px;
}
.contact_info_desc ul li {
  list-style: disc;
}
.contact_info_desc a {
  color: #666666;
}

.director {
  width: 100%;
}

.director_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 300px;
  grid-template-columns: 1fr 300px;
  gap: 30px;
  border: 1px solid #E5E5EB;
  background: #fff;
  padding: 45px;
  border-radius: 4px;
}
@media screen and (max-width: 1400px) {
  .director_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 640px) {
  .director_row {
    padding: 0;
  }
}
@media screen and (max-width: 640px) {
  .director_row .desc_info {
    padding: 0 20px;
  }
}

@media screen and (max-width: 1400px) {
  .director_img {
    max-width: 300px;
  }
}
@media screen and (max-width: 1400px) and (max-width: 640px) {
  .director_img {
    max-width: 100%;
  }
}
.director_img img {
  max-height: 430px;
}
@media screen and (max-width: 640px) {
  .director_img img {
    max-height: 100%;
  }
}

@media screen and (max-width: 1400px) {
  .director_info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 640px) {
  .director_info .info_row {
    padding: 0 20px;
  }
}
.director_info .title {
  font-size: 12px;
  color: #666666;
}
.director_info .text {
  font-size: 17px;
  color: #333;
}

.director_contact {
  margin: 30px 0 30px;
  padding: 30px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 52px;
  border-top: 1px solid #E5E5EB;
}
@media screen and (max-width: 640px) {
  .director_contact {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}

.bib {
  margin: 0 0 34px;
}

.bib_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media screen and (max-width: 1200px) {
  .bib_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.bib_row .img {
  border-radius: 4px;
  overflow: hidden;
}
.bib_row .bib_info {
  background: #483698;
  border: 1px solid #483698;
  padding: 0 50px;
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 50px;
  color: #fff;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .bib_row .bib_info {
    padding: 40px;
    gap: 30px;
  }
}
.bib_row .bib_info .btn_w {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.page_wrap {
  max-width: 1115px;
  overflow-x: hidden;
}
.page_wrap .text {
  margin: 50px 0;
}
@media screen and (max-width: 1200px) {
  .page_wrap .text {
    margin: 40px 0;
  }
}
.page_wrap .text ul {
  margin: 0 0 15px 15px;
}
.page_wrap .text ul li {
  list-style: disc;
  line-height: 1.6;
}
@media screen and (max-width: 992px) {
  .page_wrap .text ul li {
    font-size: 14px;
  }
}

.dance_about {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (max-width: 1200px) {
  .dance_about {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 17px;
  }
}
.dance_about .dance_about_info {
  border: 1px solid #E5E5EB;
  background: #fff;
  border-radius: 4px;
  padding: 50px;
}
@media screen and (max-width: 992px) {
  .dance_about .dance_about_info {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 992px) {
  .dance_about .dance_about_info {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .dance_about .dance_about_info p {
    font-size: 14px;
  }
}
.dance_about .dance_about_img {
  border: 1px solid #FBB152;
  border-radius: 4px;
  padding: 20px 50px;
  background: #FBB152;
}
@media screen and (max-width: 992px) {
  .dance_about .dance_about_img {
    padding: 20px;
  }
}
.dance_about .dance_about_img .img {
  width: 125px;
  height: 125px;
  border-radius: 50px;
  margin: 0 auto 10px;
}
.dance_about .dance_about_img .name {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 20px;
}
@media screen and (max-width: 992px) {
  .dance_about .dance_about_img .name {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  .dance_about .dance_about_img .desc {
    font-size: 14px;
  }
}

.bl_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 24px 0;
}
@media screen and (max-width: 1200px) {
  .bl_grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 17px;
  }
}
.bl_grid .grid_item {
  background: #fff;
  border: 1px solid #E5E5EB;
  padding: 30px 50px;
  border-radius: 4px;
}
@media screen and (max-width: 1200px) {
  .bl_grid .grid_item {
    padding: 30px 20px;
  }
}
.bl_grid .grid_item .btn_orange {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.bl_grid .grid_item_title {
  margin: 0 0 20px;
  font-size: 20px;
}

.directions {
  display: -ms-grid;
  display: grid;
  gap: 24px;
}
.directions .item_direction {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 340px 30px 1fr;
  grid-template-columns: 340px 1fr;
  gap: 30px;
  min-height: 198px;
  background: #FBB152;
  padding: 10px;
  border-radius: 4px;
}
@media screen and (max-width: 640px) {
  .directions .item_direction {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 20px;
  }
}
.directions .item_direction .img {
  overflow: hidden;
}
.directions .item_direction .direction_info_title {
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 50px;
}
@media screen and (max-width: 1200px) {
  .directions .item_direction .direction_info_title {
    font-size: 20px;
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 640px) {
  .directions .item_direction .direction_info_title {
    font-size: 18px;
  }
}
.directions .item_direction .btn_reset {
  background: transparent;
  color: #231F20;
  border: 1px solid #231F20;
}
.directions .item_direction .btn_reset:hover {
  background: #fff;
  color: #FBB152;
  border: 1px solid #fff;
}

.bl_programms {
  margin: 40px 0;
}

.bl_programms_item {
  border: 1px solid #E5E5EB;
  padding: 30px 50px;
  border-radius: 4px;
  margin: 0 0 24px;
}
@media screen and (max-width: 768px) {
  .bl_programms_item {
    padding: 30px 20px;
  }
}
.bl_programms_item .btn_orange {
  margin: 40px 0 0;
  text-align: center;
}

.bl_programms_title {
  margin: 0 0 24px;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .bl_programms_title {
    font-size: 16px;
    margin: 0 0 10px;
  }
}

@media screen and (max-width: 768px) {
  .bl_programms_desc {
    font-size: 14px;
  }
}

.upload-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 150px 8px 12px;
  min-height: 44px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.files-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.file-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 26px;
  max-width: 164px;
  padding: 4px 6px;
  background: #E5E5EB;
  border-radius: 4px;
  border: 1px solid #E5E5EB;
  overflow: hidden;
}

.file-icon {
  color: #4a86e8;
  margin-right: 6px;
  font-size: 14px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.file-name {
  font-size: 12px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 120px;
}

.remove-button {
  color: #ff4d4f;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
  margin-left: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0;
  width: 16px;
  height: 16px;
  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;
}

.buttons-container {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.file-input {
  display: none;
}

.select-button {
  background: none;
  cursor: pointer;
}

.select-button:hover {
  color: #3a76d8;
}

.add-more {
  background: none;
  cursor: pointer;
}

.hidden {
  display: none;
}