@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
  font-family: 'helvetica', sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  min-width: 330px;
  line-height: 1.2;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  scrollbar-width: none;
  overflow-x: hidden;
  background: #070707;
}

.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;
}
.wrapper.active {
  position: relative;
}
.wrapper.active::before {
  content: "";
  position: fixed;
  inset: 0;
  background: linear-gradient(191.45deg, rgba(0, 0, 0, 0.6) 50.6%, rgba(149, 193, 31, 0.6) 152.84%);
  backdrop-filter: blur(6px);
  z-index: 99;
}
.wrapper.active header {
  z-index: auto;
}

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

h1, .h1 {
  font-size: clamp(28px, 6vw, 96px);
  font-weight: 700;
  line-height: 1;
  margin: 0 0 20px;
  font-family: "Montserrat", sans-serif;
}

h2, .h2 {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  line-height: 1.2;
  color: #95C11F;
  margin: 0 0 20px;
  font-family: "Montserrat", sans-serif;
}

h3, .h3 {
  font-size: clamp(20px, 3vw, 32px);
  font-weight: 500;
  line-height: 1.2;
  color: #95C11F;
  margin: 0 0 20px;
  font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none;
}

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

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  overflow: hidden;
}

p {
  margin: 0 0 20px;
  line-height: 1.4;
  color: #fff;
  font-size: 16px;
}

section {
  margin: 30px 0;
}

button {
  background: transparent;
  border: none;
  cursor: pointer;
}
button:focus-visible {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

@media screen and (max-width: 1200px) {
  aside {
    overflow: hidden;
  }
}

/*button*/
.btn {
  background: #fff;
  font-size: clamp(18px, 1.2vw, 20px);
  font-weight: 500;
  text-decoration: none;
  color: #000;
  height: clamp(54px, 5vw, 63px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
  border-radius: 50px;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 768px) {
  .btn {
    width: 100%;
  }
}
.btn:hover {
  background: #F8FFE6;
}
.btn.btn_more {
  height: 45px;
  padding: 0 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;
  font-weight: 600;
  border-image-source: linear-gradient(268.43deg, rgba(229, 229, 229, 0.6) 28.62%, rgba(127, 127, 127, 0.5) 71.38%);
  border-image-slice: 1;
  background: #202020;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .btn.btn_more {
    font-size: 14px;
    padding: 0 30px;
  }
}
.btn.btn_more::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  padding: 1px;
  background: linear-gradient(268.43deg, rgba(229, 229, 229, 0.6) 28.62%, rgba(127, 127, 127, 0.5) 71.38%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.btn.btn_more:hover {
  background: rgba(149, 193, 31, 0.3019607843);
}
.btn.btn_more:hover span {
  background: #95C11F;
}
.btn.submit {
  width: 100%;
  -ms-grid-column-span: 2;
  grid-column: span 2;
  background: #202020;
  position: relative;
  border-image-source: linear-gradient(268.43deg, rgba(229, 229, 229, 0.6) 28.62%, rgba(127, 127, 127, 0.5) 71.38%);
  border-image-slice: 1;
  color: #fff;
}
.btn.submit::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  padding: 1px;
  background: linear-gradient(268.43deg, rgba(229, 229, 229, 0.6) 28.62%, rgba(127, 127, 127, 0.5) 71.38%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
@media screen and (max-width: 992px) {
  .btn.submit {
    grid-column: auto;
  }
}

/*header*/
.menu_main {
  position: fixed;
  top: 30px;
  left: 0;
  right: 0;
  z-index: 99;
}
@media screen and (max-width: 992px) {
  .menu_main {
    top: 0px;
  }
}
.menu_main.scroll .top_navigation {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  padding: 5px 20px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .menu_main.scroll .top_navigation {
    padding: 5px 10px;
  }
}
@media screen and (max-width: 992px) {
  .menu_main.scroll .top_navigation {
    padding: 0 20px;
    border: none;
    border-radius: 0;
  }
}
.menu_main.scroll .top_navigation::before {
  content: "";
  backdrop-filter: blur(15px);
  background: rgba(143, 143, 143, 0.1019607843);
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 30px;
}
.menu_main.scroll .container {
  max-width: 1540px;
}
@media screen and (max-width: 992px) {
  .menu_main.scroll .container {
    padding: 0;
  }
}
.menu_main.scroll .fix_search {
  position: relative;
  top: 10px;
}
.menu_main.scroll .logo {
  max-width: 180px;
}
.menu_main.scroll nav > ul {
  gap: 20px;
}
@media screen and (max-width: 1300px) {
  .menu_main.scroll nav > ul {
    gap: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .menu_main.scroll nav > ul {
    gap: 8px;
  }
}
.menu_main.scroll nav > ul > li > a {
  font-size: clamp(11px, 0.9vw, 16px);
  background: rgba(255, 255, 255, 0.1019607843);
  backdrop-filter: blur(13px);
}

.search_btn_desc {
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(255, 255, 255, 0.1019607843);
  border: 1px solid rgba(255, 255, 255, 0.3019607843);
  backdrop-filter: blur(13px);
  padding: 6px;
  border-radius: 50px;
}
@media screen and (max-width: 992px) {
  .search_btn_desc {
    display: none;
  }
}

.weak_bearing {
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(255, 255, 255, 0.1019607843);
  border: 1px solid rgba(255, 255, 255, 0.3019607843);
  backdrop-filter: blur(13px);
  padding: 6px;
  border-radius: 50px;
}
@media screen and (max-width: 992px) {
  .weak_bearing {
    display: none;
  }
}

.mobile_menu {
  background: url(/local/templates/muzey/img/mobile_menu.svg) no-repeat center;
  width: 42px;
  height: 42px;
  background-size: cover;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 992px) {
  .mobile_menu {
    display: block;
  }
}
.mobile_menu.open {
  background: url(/local/templates/muzey/img/mobile_close.svg) no-repeat center;
}
.mobile_menu.active {
  display: none;
}

.mobile_menu_prev {
  background: url(/local/templates/muzey/img/mobile_menu_prev.svg) no-repeat center;
  width: 42px;
  height: 42px;
  background-size: cover;
  cursor: pointer;
  display: none;
}
.mobile_menu_prev.open {
  display: block;
}

.top_navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  gap: 20px;
}
@media screen and (max-width: 992px) {
  .top_navigation {
    -webkit-transition: none;
    transition: none;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 10px;
  }
}
@media screen and (max-width: 1200px) {
  .top_navigation .logo {
    max-width: 160px;
  }
}
.top_navigation nav {
  margin-left: auto;
  margin-right: 10px;
}
@media screen and (max-width: 1200px) {
  .top_navigation nav {
    margin-right: 0;
  }
}
@media screen and (max-width: 992px) {
  .top_navigation nav {
    display: none;
  }
}
.top_navigation nav.active {
  display: block;
  position: fixed;
  left: 15px;
  right: 0;
  top: 120px;
}
.top_navigation nav.active .menu_main_submenu {
  top: 0;
}
.top_navigation nav.active .menu_main_submenu.active {
  opacity: 1;
  display: -ms-grid;
  display: grid;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.top_navigation nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  gap: 33px;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1400px) {
  .top_navigation nav > ul {
    gap: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .top_navigation nav > ul {
    gap: 5px;
  }
}
@media screen and (max-width: 992px) {
  .top_navigation nav > ul {
    display: -ms-grid;
    display: grid;
    gap: 20px;
  }
}
.top_navigation nav > ul.open {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.top_navigation nav > ul > li {
  color: #fff;
  position: relative;
  padding: 15px 0;
}
@media screen and (max-width: 992px) {
  .top_navigation nav > ul > li {
    padding: 0;
    position: static;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
@media screen and (min-width: 992px) {
  .top_navigation nav > ul > li:hover .menu_main_submenu {
    display: -ms-grid;
    display: grid;
  }
}
.top_navigation nav > ul > li .menu_main_submenu {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 99;
  gap: 7px;
  list-style: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 992px) {
  .top_navigation nav > ul > li .menu_main_submenu {
    width: 100%;
  }
}
.top_navigation nav > ul > li a {
  color: #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;
  padding: 0 20px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.3019607843);
  background: rgba(255, 255, 255, 0.1019607843);
  backdrop-filter: blur(13px);
  border-radius: 50px;
  font-size: clamp(11px, 0.9vw, 16px);
}
@media screen and (max-width: 1200px) {
  .top_navigation nav > ul > li a {
    padding: 0 8px;
  }
}
@media screen and (max-width: 992px) {
  .top_navigation nav > ul > li a {
    font-size: 16px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.top_navigation nav > ul > li a:hover {
  background: rgba(149, 193, 31, 0.2);
}
.top_navigation nav > ul > li .mobile_link {
  display: none;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: -40px;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .top_navigation nav > ul > li .mobile_link {
    display: block;
  }
}

.header_banner {
  position: relative;
  border-radius: 0 0 50px 50px;
  overflow: hidden;
  min-height: 600px;
  color: #fff;
  padding: 180px 0 0;
}
@media screen and (max-width: 992px) {
  .header_banner {
    min-height: 480px;
    padding: 130px 0 0;
  }
}
.header_banner .bg_main {
  position: absolute;
  inset: 0;
}
.header_banner .bg_main::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(191.45deg, rgba(0, 0, 0, 0.6) 50.6%, rgba(149, 193, 31, 0.6) 152.84%); 
}

.header_banner_row {
  position: relative;

}

.banner_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 137px;
}
@media screen and (max-width: 992px) {
  .banner_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.header_banner_info {
  position: relative;
  max-width: 308px;
  padding: 65px 14px 32px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  border-radius: 30px;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .header_banner_info {
    display: none;
  }
}
.header_banner_info::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 16px;
  background: url(/local/templates/muzey/img/link.svg) no-repeat center;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.header_banner_info:hover {
  background: rgba(255, 255, 255, 0.08);
}
.header_banner_info:hover::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.fix_search {
  display: none;
}
.fix_search.open {
  display: block;
}

.header_banner_desc {
  line-height: 1.2;
  font-size: 20px;
  max-width: 820px;
  margin: 0 8px 20px;
}
@media screen and (max-width: 992px) {
  .header_banner_desc {
    font-size: 16px;
  }
}

.banner_info_title {
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 10px;
}
.banner_info_title span {
  font-size: 64px;
}

.banner_info_text {
  line-height: 1.2;
}

.header_search_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile_search_row {
  display: none;
}

@media screen and (max-width: 992px) {
  .wrapper.active .mobile_search_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    bottom: 0;
    left: 20px;
    right: 20px;
    z-index: 99;
    top: 0;
    padding: 0 0 40px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    min-height: 520px;
    bottom: 20px;
  }
}
@media screen and (max-width: 992px) {
  .wrapper.active .mobile_search_row .fix_search {
    display: block;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 992px) {
  .wrapper.active .mobile_search_row .form-control {
    width: 100%;
  }
}
.wrapper.active .top_navigation nav > ul {
  gap: 20px;
}
.wrapper.active .top_navigation nav > ul > li a {
  font-size: 16px;
}

.inner_page .header_banner {
  min-height: 305px;
  padding: 146px 0 0;
}
@media screen and (max-width: 992px) {
  .inner_page .header_banner {
    padding: 110px 0 0;
  }
}

.mobile_menu_down {
  position: absolute;
  gap: 4px;
  left: 20px;
  right: 20px;
  bottom: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  z-index: 99;
  display: none;
  top: 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.language_select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.language_row {
  position: absolute;
  top: 20px;
  right: 0;
}
.language_row a {
  color: #fff;
}
.language_row .hidden {
  display: none;
}

#language {
  cursor: pointer;
  position: relative;
}
#language::before {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url(/local/templates/muzey/img/down_up.svg) no-repeat center/cover;
  width: 5px;
  height: 5px;
}

.inner_page.active .mobile_menu_down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile_menu_scroll {
  display: none;
  position: relative;
  height: 95vh;
  min-height: 500px;
}

.section_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.section_row .btn {
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .section_row .btn {
    display: none;
  }
}

/*main_desc*/
.main_desc {
  color: #fff;
}

.main_desc_info {
  position: relative;
  color: #fff;
  padding-left: 30px;
  margin: 0 0 50px;
}
.main_desc_info::before {
  content: "";
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
  background: #95C11F;
  border-radius: 100px;
}

.main_desc_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 600px 30px 1fr;
  grid-template-columns: 600px 1fr;
  gap: 30px;
}
@media screen and (max-width: 992px) {
  .main_desc_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.main_desc_row .img {
  border-radius: 10px;
  overflow: hidden;
    height: 80%;
}
@media screen and (max-width: 992px) {
  .main_desc_row .img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.main_desc_row .main_desc {
  font-size: 18px;
}

/*page*/
.content_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 350px 35px 1fr;
  grid-template-columns: 350px 1fr;
  gap: 35px;
}
@media screen and (max-width: 1200px) {
  .content_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.left_menu {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  position: sticky;
  bottom: 72%;
}
@media screen and (max-width: 1200px) {
  .left_menu {
    display: none;
  }
}
.left_menu.fixed {
  position: fixed;
  top: 150px;
}
.left_menu ul {
  list-style: none;
}
.left_menu ul li {
  margin: 10px 0;
}
.left_menu .sub_menu {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin: 0;
  gap: 0;
  height: 0;
  overflow: hidden;
}
.left_menu .sub_menu.open {
  height: auto;
}
.left_menu .sub_menu li {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 10px 0 0;
}
.left_menu .sub_menu .link {
  gap: 10px;
}

/*page_search*/
#page_search {
  border: 1px solid #676767;
  padding: 30px;
  border-radius: 40px;
}

.all_page_search .item {
  margin: 0 0 35px;
}
.all_page_search .item:last-child {
  margin: 0;
}
.all_page_search .item .title {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 5px;
  color: #95C11F;
}
@media screen and (max-width: 768px) {
  .all_page_search .item .title {
    font-size: 18px;
  }
}
.all_page_search .item .desc_more {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2;
  margin: 0 0 5px;
}
@media screen and (max-width: 768px) {
  .all_page_search .item .desc_more {
    font-size: 14px;
  }
}
.all_page_search .item .date {
  font-size: 12px;
  margin: 5px 0;
}
.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;
}

.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 .form-input {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  border: 1px solid #FFFFFF;
  border-radius: 20px;
  background: transparent;
  min-width: 360px;
  color: #fff;
}
@media screen and (max-width: 620px) {
  .form_search .form-input {
    min-width: 100%;
  }
}
@media screen and (max-width: 620px) {
  .form_search .btn_search {
    width: 100%;
  }
}

/*timeline*/
.timeline {
  padding: 0 20px;
  min-height: 120px;
  margin: 30px auto 60px;
  overflow: visible;
  max-width: 1700px;
}
@media screen and (max-width: 768px) {
  .timeline {
    min-height: auto;
  }
}
.timeline .swiper-button-next:after,
.timeline .swiper-rtl .swiper-button-prev:after {
  display: none;
}
@media screen and (max-width: 768px) {
  .timeline .swiper-button-next:after,
  .timeline .swiper-rtl .swiper-button-prev:after {
    content: "";
    display: block;
    background: url(/local/templates/muzey/img/next.svg) no-repeat center;
    width: 20px;
    height: 20px;
    right: 20px;
    position: relative;
    background-size: cover;
  }
}
.timeline .swiper-button-prev:after,
.timeline .swiper-rtl .swiper-button-next:after {
  display: none;
}
@media screen and (max-width: 768px) {
  .timeline .swiper-button-prev:after,
  .timeline .swiper-rtl .swiper-button-next:after {
    content: "";
    display: block;
    background: url(/local/templates/muzey/img/next.svg) no-repeat center;
    width: 20px;
    height: 20px;
    left: 20px;
    position: relative;
    background-size: cover;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
}
.timeline .timeline_item {
  font-family: "Montserrat", sans-serif;
  height: 45px;
  padding: 0 20px;
  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;
  font-weight: 600;
  border-image-source: linear-gradient(268.43deg, rgba(229, 229, 229, 0.6) 28.62%, rgba(127, 127, 127, 0.5) 71.38%);
  border-image-slice: 1;
  background: #202020;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .timeline .timeline_item {
    font-size: 14px;
    padding: 0 30px;
  }
}
.timeline .timeline_item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  padding: 1px;
  background: linear-gradient(268.43deg, rgba(229, 229, 229, 0.6) 28.62%, rgba(127, 127, 127, 0.5) 71.38%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.timeline .timeline_item::after {
  content: "";
  position: absolute;
  height: 2px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  background: #fff;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .timeline .timeline_item::after {
    display: none;
  }
}
.timeline .timeline_item:nth-child(even) {
  top: 73px;
}
@media screen and (max-width: 768px) {
  .timeline .timeline_item:nth-child(even) {
    top: 0;
  }
}
.timeline .timeline_item:nth-child(even)::after {
  content: "";
  position: absolute;
  height: 2px;
  left: -15px;
  right: -15px;
  top: -15px;
  background: #fff;
}
.timeline .timeline_item:first-child::after {
  left: 0px;
}
.timeline .timeline_item:last-child::after {
  right: 0px;
}
.timeline .timeline_item span {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50px;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .timeline .timeline_item span {
    display: none;
  }
}
.timeline .timeline_item:nth-child(odd) span {
  bottom: -19px;
}
.timeline .timeline_item:nth-child(even) span {
  top: -19px;
}
.timeline .timeline_item:last-child span {
  left: auto;
  right: 0;
}
.timeline .timeline_item:hover {
  background: rgba(149, 193, 31, 0.3019607843);
}
.timeline .timeline_item:hover span {
  background: #95C11F;
}
@media screen and (max-width: 768px) {
  .timeline .swiper-pagination {
    display: none;
  }
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  top: auto;
  bottom: -30px;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #95C11F;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  bottom: var(--swiper-scrollbar-bottom, -35px);
  background: var(--swiper-scrollbar-drag-bg-color, #95C11F);
}

/*history*/
#gallery {
  margin: 80px 0 0;
}

.gallery {
  margin: 0 0 20px;
}

.gallery_row {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr 16px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .gallery_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.gallery_row .gallery_item {
  border-radius: 20px;
  overflow: hidden;
  max-height: 248px;
}

.photo-card {
  max-width: 1000px;
  margin: 0 auto;
}
.photo-card .photo-img {
  max-height: 500px;
}
@media screen and (max-width: 1400px) {
  .photo-card .photo-img {
    max-height: 400px;
  }
}
.photo-card .photo-title {
  font-size: 32px;
  color: #fff;
  margin: 0 0 10px;
}
@media screen and (max-width: 1400px) {
  .photo-card .photo-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 1400px) {
  .photo-card p {
    font-size: 14px;
  }
}

.photo-caption {
  margin-top: 20px;
  background: #121211;
  border-radius: 20px;
  padding: 40px;
}
@media screen and (max-width: 1400px) {
  .photo-caption {
    padding: 20px;
  }
}

.fancybox__content {
  background: transparent !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

.fancybox__slide {
  width: 100%;
  max-width: none;
  padding: 60px 100px;
}
@media screen and (max-width: 768px) {
  .fancybox__slide {
    padding: 20px;
  }
}

.fancybox__footer {
  display: none;
}

.fancybox__slide::before,
.fancybox__slide::after {
  display: none;
}

/*excursion*/
.excursion_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .excursion_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.excursion_row .col {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  max-height: 460px;
}
@media screen and (max-width: 768px) {
  .excursion_row .col {
    max-height: 260px;
  }
}
.excursion_row .thumb-inner {
  border-radius: 30px;
  overflow: hidden;
  border-image-source: linear-gradient(180deg, #666666 0%, #000000 100%);
  border-image-slice: 1;
  position: relative;
}
.excursion_row .thumb-inner::before {
  content: "";
  display: block;
  padding: 100% 1px 1px;
}
.excursion_row .thumb-inner img {
  position: absolute;
  inset: 0;
}
.excursion_row .thumb-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 30px;
  padding: 1px;
  background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#000000));
  background: linear-gradient(180deg, #666666 0%, #000000 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

/*socol*/
.content_page {
  padding: 20px;
  border-radius: 30px;
  border-image-source: linear-gradient(196.07deg, rgba(102, 102, 102, 0.5) 0%, #000000 99.67%);
  border-image-slice: 1;
  position: relative;
}
.content_page::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  padding: 1px;
  background: linear-gradient(196.07deg, rgba(102, 102, 102, 0.5) 0%, #000000 99.67%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.content_page .content-block {
  margin: 0 0 80px;
  position: relative;
}
.content_page .content-block .img {
  border-radius: 20px;
  overflow: hidden;
  display: block;
}

/*block_slider*/
.block_slider_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 140px 572px;
  grid-template-columns: 1fr 572px;
  gap: 140px;
  margin: 0 0 50px;
}
@media screen and (max-width: 1200px) {
  .block_slider_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.block_slider_row.invert {
  -ms-grid-columns: 572px 1fr;
  grid-template-columns: 572px 1fr;
}
@media screen and (max-width: 1200px) {
  .block_slider_row.invert {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 1200px) {
  .block_slider_row .block_slider_desc {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .block_slider_row .block_slider_desc h2 {
    display: none;
  }
}
.block_slider_row .double_slider {
  height: 100%;
  max-height: 450px;
  padding: 0 0 20px;
}
@media screen and (max-width: 1200px) {
  .block_slider_row .double_slider {
    max-height: 310px;
    padding: 0 0 40px;
  }
}
.block_slider_row .double_slider .swiper-slide {
  max-width: 280px;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .block_slider_row .double_slider .swiper-slide {
    max-width: 224px;
    height: 285px;
  }
}
.block_slider_row .double_slider .swiper-pagination {
  top: auto;
  bottom: 0;
  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;
}
.block_slider_row .double_slider .swiper-pagination .swiper-pagination-bullet {
  background: #95C11F;
  width: 100%;
  height: 4px;
  border-radius: 4px;
}

.block_slider_text {
  margin: 0 0 50px;
}
@media screen and (max-width: 1200px) {
  .block_slider_text {
    display: none;
  }
}
.block_slider_text .img {
  border-radius: 20px;
  overflow: hidden;
  max-height: 520px;
  position: relative;
}
.block_slider_text .img::before {
  content: "";
  display: block;
  padding: 100% 1px 1px;
}
.block_slider_text .img img {
  position: absolute;
  inset: 0;
}

.double_slider_one {
  max-width: 572px;
  padding: 0 0 20px;
}
@media screen and (max-width: 1200px) {
  .double_slider_one {
    max-width: 100%;
  }
}
.double_slider_one .swiper-slide {
  border-radius: 20px;
  overflow: hidden;
}
.double_slider_one .swiper-pagination {
  top: auto;
  bottom: 0;
  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;
}
.double_slider_one .swiper-pagination .swiper-pagination-bullet {
  background: #95C11F;
  width: 100%;
  height: 4px;
  border-radius: 4px;
}

.double_slider_row {
  position: relative;
}
@media screen and (max-width: 1200px) {
  .double_slider_row {
    overflow: hidden;
  }
}
.double_slider_row h2 {
  display: none;
}
@media screen and (max-width: 1200px) {
  .double_slider_row h2 {
    display: block;
  }
}
.double_slider_row .swiper-button-next,
.double_slider_row .swiper-rtl .swiper-button-prev {
  position: absolute;
  top: 25px;
  left: -50px;
  width: 36px;
  height: 36px;
}
@media screen and (max-width: 1200px) {
  .double_slider_row .swiper-button-next,
  .double_slider_row .swiper-rtl .swiper-button-prev {
    left: auto;
    right: 0;
  }
}
.double_slider_row .swiper-button-prev,
.double_slider_row .swiper-rtl .swiper-button-next {
  position: absolute;
  top: 25px;
  left: -100px;
  width: 36px;
  height: 36px;
}
@media screen and (max-width: 1200px) {
  .double_slider_row .swiper-button-prev,
  .double_slider_row .swiper-rtl .swiper-button-next {
    left: auto;
    right: 50px;
  }
}
.double_slider_row .swiper-button-next:after,
.double_slider_row .swiper-rtl .swiper-button-prev:after {
  content: "";
  background: url(/local/templates/muzey/img/mobile_menu_prev.svg) no-repeat center/cover;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  width: 100%;
  height: 100%;
}
.double_slider_row .swiper-button-prev:after,
.double_slider_row .swiper-rtl .swiper-button-next:after {
  content: "";
  background: url(/local/templates/muzey/img/mobile_menu_prev.svg) no-repeat center/cover;
  width: 100%;
  height: 100%;
}
.double_slider_row.invert .swiper-button-next,
.double_slider_row.invert .swiper-rtl .swiper-button-prev {
  right: -100px;
  left: auto;
}
@media screen and (max-width: 1200px) {
  .double_slider_row.invert .swiper-button-next,
  .double_slider_row.invert .swiper-rtl .swiper-button-prev {
    right: 0;
  }
}
.double_slider_row.invert .swiper-button-prev,
.double_slider_row.invert .swiper-rtl .swiper-button-next {
  right: -50px;
  left: auto;
}
@media screen and (max-width: 1200px) {
  .double_slider_row.invert .swiper-button-prev,
  .double_slider_row.invert .swiper-rtl .swiper-button-next {
    right: 50px;
  }
}

/*partition*/
.partition_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -10px;
}
@media screen and (max-width: 1400px) {
  .partition_row {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .partition_row {
    display: none;
  }
}
.partition_row .link_section {
  width: 270px;
}

/*war*/
@media screen and (max-width: 998px) {
  .slide_big {
    margin: 30px 0;
  }
}
.slide_big .item_slide {
  max-height: 458px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .slide_big .item_slide {
    max-height: 300px;
  }
}
.slide_big .item_slide::before {
  content: "";
  display: block;
  padding: 100% 1px 1px;
}
.slide_big .item_slide img {
  position: absolute;
  inset: 0;
}

.slide_small {
  margin: 30px 0;
  padding: 0 0 20px;
}
@media screen and (max-width: 998px) {
  .slide_small {
    display: none;
  }
}
.slide_small .item_slide {
  max-height: 220px;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.slide_small .item_slide::before {
  content: "";
  display: block;
  padding: 100% 1px 1px;
}
.slide_small .item_slide img {
  position: absolute;
  inset: 0;
}
.slide_small .swiper-pagination {
  top: auto;
  bottom: 0;
  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;
  max-width: 570px;
  right: 0;
  margin: 0 auto;
}
.slide_small .swiper-pagination .swiper-pagination-bullet {
  background: #95C11F;
  width: 100%;
  height: 4px;
  border-radius: 4px;
}

/*gratters*/
.content_gratters .video {
  max-height: 400px;
  margin: 0 0 60px;
}
.content_gratters .video_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 0 0 25px;
}
@media screen and (max-width: 768px) {
  .content_gratters .video_grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.content_gratters .video_grid .video {
  margin: 0;
}
.content_gratters .video_grid .video_info {
  position: absolute;
  left: 20px;
  bottom: 10px;
  color: #fff;
  display: -ms-grid;
  display: grid;
  gap: 5px;
}
.content_gratters .video_grid .video_title {
  font-size: 12px;
}
.content_gratters .video_grid .video_meta {
  font-size: 17px;
  font-weight: 700;
}
.content_gratters .card_full {
  padding: 20px;
  border-radius: 20px;
  border-image-source: linear-gradient(93.99deg, rgba(229, 229, 229, 0.5) -0.81%, #1F1F1F 96.09%);
  border-image-slice: 1;
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 175px 23px 1fr;
  grid-template-columns: 175px 1fr;
  gap: 23px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 25px;
}
@media screen and (max-width: 768px) {
  .content_gratters .card_full {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.content_gratters .card_full::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  padding: 1px;
  background: linear-gradient(93.99deg, rgba(229, 229, 229, 0.5) -0.81%, #1F1F1F 96.09%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.content_gratters .card_full:hover .card_name {
  color: #95C11F;
}
.content_gratters .card_image {
  min-height: 230px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.content_gratters .card_image img {
  position: absolute;
  inset: 0;
}
.content_gratters .card_image::before {
  content: "";
  display: block;
  padding: 100% 1px 1px;
}
.content_gratters .card_content .card_spec {
  font-size: 12px;
}
.content_gratters .card_content .card_name {
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 10px;
}

/*form*/
.content_form {
  background: #171717;
  padding: 40px;
  border-radius: 50px;
}
.content_form form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (max-width: 992px) {
  .content_form form {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.content_form label span {
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px;
}
.content_form label span.required {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.content_form label span.required::before {
  content: "*";
  position: absolute;
  top: 0;
  right: -10px;
  color: #95C11F;
}
.content_form label span.error-message {
  color: #95C11F;
  font-size: 12px;
  margin: 5px 0 0;
}
.content_form .full {
  -ms-grid-column: 3;
  -ms-grid-column-span: -2;
  grid-column: 3/1;
}
@media screen and (max-width: 992px) {
  .content_form .full {
    grid-column: auto;
  }
}
.content_form .form-control {
  width: 100%;
  outline: none;
  height: 50px;
}
.content_form textarea.form-control {
  min-height: 245px;
padding: 15px;
  resize: none;
}
.content_form .select_postcard {
  overflow: hidden;
  width: 100%;
  padding: 0 0 20px;
  margin: -10px 0 0;
}
.content_form .swiper-pagination {
  bottom: 0;
  top: auto;
  background: #4E4E4E;
}
.content_form .swiper-pagination-progressbar-fill {
  background: #95C11F;
}
.content_form .item_postcard {
  cursor: pointer;
  border: 1px solid #C5C5C5;
  border-radius: 20px;
  overflow: hidden;
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .content_form .item_postcard {
    width: 100px;
  }
}
.content_form .item_postcard.active {
  border: 3px solid #95C11F;
  opacity: 1;
}
.content_form .recaptcha img {
  width: auto;
}
.content_form .checkbox_min {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  gap: 10px;
}
.content_form .checkbox_min .checkbox-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  background: #fff;
  border-radius: 1px;
  border: 1px solid #E5E5E5;
  padding: 0;
  margin: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .content_form .checkbox_min .checkbox-input {
    width: 18px;
    height: 18px;
  }
}
.content_form .checkbox_min .checkbox-input:after {
  content: "";
  position: absolute;
  inset: 0;
  width: 0px;
  height: 0px;
  margin: auto;
}
.content_form .checkbox_min .checkbox-input:checked::after {
  background: url(/local/templates/muzey/img/checked.svg) no-repeat;
  background-size: cover;
  background-position: -1px 0;
  border-radius: 2px;
  inset: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  z-index: 99;
}
.content_form .checkbox_min a {
  color: #95C11F;
}

/*footer*/
footer {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-44.38%, #3E4D15), color-stop(161.33%, #9AC91D));
  background: linear-gradient(0deg, #3E4D15 -44.38%, #9AC91D 161.33%);
  border-radius: 50px 50px 0 0;
  padding: 30px 0;
  margin: 100px 0 0;
}
footer .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 .footer_block {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  footer .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: #fff;
  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;
  list-style: none;
}
@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: #fff;
  font-size: 13px;
}
.f_menu ul li a:hover {
  color: #000;
}

.social .item_s {
  width: 39px;
  height: 39px;
  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 {
  font-family: "Montserrat", sans-serif;
  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;
}
@media screen and (max-width: 992px) {
  .f_contact {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.f_contact .f_pone {
  font-size: 15px;
  position: relative;
  padding-left: 20px;
  color: #fff;
}
.f_contact .f_pone::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  background: url(/local/templates/muzey/img/phones.svg) no-repeat center;
  background-size: cover;
}
.f_contact .f_mail {
  font-size: 13px;
  position: relative;
  padding-left: 20px;
  color: #fff;
}
.f_contact .f_mail::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 12px;
  background: url(/local/templates/muzey/img/mail.svg) no-repeat center;
  background-size: cover;
}
.f_contact .f_address {
  font-size: 14px;
  position: relative;
  padding-left: 20px;
  color: #fff;
}
.f_contact .f_address::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 0;
  width: 12px;
  height: 17px;
  background: url(/local/templates/muzey/img/map.svg) no-repeat center;
  background-size: cover;
}

.f_desc_d {
  color: #fff;
  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;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 0 0;
}
@media screen and (max-width: 998px) {
  .f_copyright {
    display: block;
  }
}
.f_copyright .f_copyright_row {
 font-family: "Montserrat", sans-serif;
  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: #fff;
  font-size: 12px;
}
.f_copyright .f_company a {
  font-weight: 700;
}
.f_copyright .f_item_c {
  color: #fff;
  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 {
  color: #fff;
}
.f_copyright a:hover {
  color: #fff;
}

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

.icon {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: inline-block;
}
.icon.i_map {
  width: 10px;
  height: 13px;
  background-image: url(/local/templates/muzey/img/map.svg);
  position: relative;
  top: 2px;
}
.icon.i_menu {
  width: 16px;
  height: 7px;
  background-image: url(/local/templates/muzey/img/app_menu.svg);
}
.icon.i_glasses {
  width: 20px;
  height: 17px;
  background-image: url(/local/templates/muzey/img/glasses.svg);
  position: relative;
  top: 0;
}
.icon.i_phone {
  width: 10px;
  height: 18px;
  background-image: url(/local/templates/muzey/img/phone.svg);
  position: relative;
}
.icon.i_date {
  width: 10px;
  height: 11px;
  background-image: url(/local/templates/muzey/img/date.svg);
  position: relative;
}
.icon.i_vk {
  width: 13px;
  height: 8px;
  background-image: url(/local/templates/muzey/img/vk.svg);
  position: relative;
}
.icon.i_ok {
  width: 7px;
  height: 12px;
  background-image: url(/local/templates/muzey/img/ok.svg);
  position: relative;
}
.icon.i_telegram {
  width: 13px;
  height: 11px;
  background-image: url(/local/templates/muzey/img/telegram.svg);
  position: relative;
}
.icon.i_dzen {
  width: 14px;
  height: 14px;
  background-image: url(/local/templates/muzey/img/dzen.svg);
  position: relative;
}
.icon.i_youtube {
  width: 14px;
  height: 14px;
  background-image: url(/local/templates/muzey/img/youtube.svg);
  position: relative;
}
.icon.i_wbearing {
  width: 17px;
  height: 14px;
  background-image: url(/local/templates/muzey/img/wbearing.svg);
  position: relative;
}
.icon.i_lang {
  width: 14px;
  height: 14px;
  background-image: url(/local/templates/muzey/img/lang.svg);
  position: relative;
}

.header_search_inner {
  position: relative;
}
.header_search_inner .submit {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
}
.header_search_inner .submit:hover svg {
  fill: #E6F8B6;
}
.header_search_inner .submit:hover svg path {
  stroke: #000;
}

.form-control {
  background: rgba(255, 255, 255, 0.1019607843);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  height: 40px;
  border-radius: 30px;
  position: relative;
  width: 308px;
  margin-left: auto;
  color: #fff;
}
.form-control.no-novalidate {
  border: 1px solid #95C11F;
}

/*pagination*/
.pagination {
  margin: 50px 0;
}
.pagination .btn_reset {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  border: 1px solid #666666;
  height: 40px;
  border-radius: 50px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 20px;
  font-size: 14px;
}
.pagination .btn_reset:hover {
  background: #95C11F;
  border: 1px solid #95C11F;
  color: #202020;
}
.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;
  list-style: none;
}
.pagination ul li.dots {
  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;
}
.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 #95C11F;
  border-radius: 4px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 50px;
  background: #95C11F;
  color: #202020;
}
.pagination ul li a {
  font-size: 14px;
  color: #fff;
  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 #666666;
  border-radius: 50px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: #202020;
}
.pagination ul li a.active, .pagination ul li a:hover {
  background: #95C11F;
  color: #202020;
}
.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;
  }
}

.btn_search {
  font-family: "Montserrat", sans-serif;
  border: 1px solid #666666;
  color: #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;
  gap: 30px;
  background: transparent;
  height: 50px;
  padding: 0 20px;
  border-radius: 50px;
  cursor: pointer;
  font-family: 20px;
  font-weight: 600;
}
.btn_search:hover {
  background: #95C11F;
  color: #202020;
}
.btn_search img {
  width: 16px;
  height: 16px;
}

@media screen and (min-width: 992px) {
  .error_404 {
    height: 900px;
  }
}
@media screen and (max-width: 992px) {
  .error_404 {
    height: 900px;
  }
}
@media screen and (max-width: 786px) {
  .error_404 {
    height: 960px;
  }
}
@media screen and (max-width: 480px) {
  .error_404 {
    height: 1140px;
  }
}
.error_404 .header_banner {
  padding: 0;
  position: absolute;
  inset: 0;
}
.error_404 .header_banner .bg_main::before {
 /* backdrop-filter: blur(12px); */
}
.error_404 .banner_wrap {
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  max-width: 880px;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .error_404 .banner_wrap {
    height: 480px;
  }
}
.error_404 header {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  z-index: 2;
}
.error_404 footer {
  margin: 0;
  z-index: 2;
}

.link,
.link_section {
  font-family: "Montserrat", sans-serif;
  border-image-source: linear-gradient(268.43deg, rgba(229, 229, 229, 0.6) 28.62%, rgba(127, 127, 127, 0.5) 71.38%);
  border-image-slice: 1;
  background: #202020;
  height: 50px;
  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;
  padding: 0 10px 0 20px;
  font-size: 20px;
  color: #fff;
  border-radius: 50px;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .link,
  .link_section {
    font-size: 16px;
  }
}
.link.link_dop,
.link_section.link_dop {
  max-width: 372px;
  height: 65px;
}
.link::before,
.link_section::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  padding: 1px;
  background: linear-gradient(268.43deg, rgba(229, 229, 229, 0.6) 28.62%, rgba(127, 127, 127, 0.5) 71.38%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.link img,
.link_section img {
  -webkit-transform: scale(-1, -1) rotate(-45deg);
          transform: scale(-1, -1) rotate(-45deg);
  width: 30px;
  height: 30px;
}
.link:hover,
.link_section:hover {
  background: #95C11F;
}
.link:hover img,
.link_section:hover img {
  -webkit-transform: scale(-1, -1) rotate(0deg);
          transform: scale(-1, -1) rotate(0deg);
}
.link.registration,
.link_section.registration {
  max-width: 340px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .link.registration,
  .link_section.registration {
    max-width: 100%;
  }
}

.link_section {
  height: 45px;
}
.link_section img {
  -webkit-transform: scale(1, 1) rotate(0);
          transform: scale(1, 1) rotate(0);
  width: 20px;
  height: 20px;
}
.link_section:hover img {
  -webkit-transform: scale(1, 1) rotate(0);
          transform: scale(1, 1) rotate(0);
}

.video {
  display: block;
  max-height: 700px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .video {
    max-height: 250px;
  }
}
.video::before {
  content: "";
  display: block;
  padding: 100% 1px 1px;
}
.video img {
  position: absolute;
  inset: 0;
}
.video .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5019607843);
  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;
}
@media screen and (max-width: 768px) {
  .video svg {
    max-width: 36px;
  }
}
.video:hover path {
  fill: #95C11F;
}

.contact_address {
  position: relative;
  padding: 30px;
}
@media screen and (max-width: 992px) {
  .contact_address {
    padding: 15px;
  }
}
.contact_address .link {
  position: absolute;
  top: 30px;
  right: 30px;
    display: none;
}
@media screen and (max-width: 992px) {
  .contact_address .link {
    position: relative;
    top: 0;
    right: auto;
  }
}

.contact_address_row {
  margin: 0 auto 10px 0;
  max-width: 50%;
}
@media screen and (max-width: 992px) {
  .contact_address_row {
    max-width: 100%;
  }
}
.contact_address_row .address_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
  color: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 768px) {
  .contact_address_row .address_title {
    -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;
    font-size: 13px;
    margin: 0 0 20px;
  }
}
.contact_address_row .date {
  padding-left: 25px;
  position: relative;
}
.contact_address_row .date::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url(/local/templates/muzey/img/data.svg) no-repeat center/cover;
  width: 15px;
  height: 15px;
}
.contact_address_row .evenodd {
  padding-left: 20px;
  position: relative;
}
.contact_address_row .evenodd::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  background: url(/local/templates/muzey/img/evenodd.svg) no-repeat center/cover;
  width: 10px;
  height: 13px;
}

.content_programm .block_image {
  position: relative;
  max-height: 450px;
  border-radius: 40px;
  overflow: hidden;
}
.content_programm .block_image::before {
  content: "";
  display: block;
  padding: 100% 1px 1px;
}
.content_programm .block_image img {
  position: absolute;
  inset: 0;
}

/* Диалоговое окно */
.fancybox__content > .carousel__button.is-close {
  top: 47px !important;
  right: 40px !important;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
  background: #0A0A0A !important;
  opacity: 1 !important;
  border-radius: 50px !important;
  padding: 40px !important;
}
@media screen and (max-width: 768px) {
  .fancybox__carousel .fancybox__slide .fancybox__content {
    border-radius: 20px !important;
    padding: 20px !important;
  }
}

@media screen and (max-width: 768px) {
  .is-compact .fancybox__content > .f-button.is-close-btn {
    top: 15px;
    right: 15px;
  }
}

#dialog-content label {
  margin: 0 0 30px;
  display: block;
}
#dialog-content .form_input {
  width: 100%;
  height: 50px;
  padding: 10px 14px;
  border: 1px solid #ccc;
  border-radius: 20px;
  background: #0A0A0A;
  color: #FFFFFF;
  font-size: 20px;
}
#dialog-content .form_input:focus {
  border-color: #95C11F;
  outline: none;
}
#dialog-content .input-wrap {
  position: relative;
}
#dialog-content .input-wrap:has(input:focus)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  font-size: 12px;
  color: #95C11F;
}
#dialog-content .required {
  color: #95C11F;
}
#dialog-content .text {
  color: #fff;
}
@media screen and (max-width: 768px) {
  #dialog-content .text {
    font-size: 14px;
  }
}
#dialog-content .label {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px;
}
#dialog-content .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 70px;
  margin: 0 auto;
  padding: 0 24px;
  border: none;
  border-radius: 50px;
  background-color: #202020;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: background-color 0.3s, -webkit-transform 0.2s;
  transition: background-color 0.3s, -webkit-transform 0.2s;
  transition: background-color 0.3s, transform 0.2s;
  transition: background-color 0.3s, transform 0.2s, -webkit-transform 0.2s;
}
@media screen and (max-width: 768px) {
  #dialog-content .btn {
    font-size: 16px;
  }
}
#dialog-content .btn:hover {
  background: #95C11F;
}
#dialog-content .check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#dialog-content .error-message {
  font-size: 12px;
  color: #95C11F;
}
#dialog-content .no-novalidate {
  border: 1px solid #95C11F;
}

/* checkbox */
.check {
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 16px;
  color: #95C11F;
  margin: 0 0 20px;
}
.check .checkbox {
  display: none;
}
.check .checkbox:checked + .box::after {
  display: block;
}
.check .box {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  background: #E5E5E5;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.check .box::after {
  content: "";
  width: 5px;
  height: 10px;
  border: solid #95C11F;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: none;
}

/*select*/
.icon_select_mate {
  position: absolute;
  top: 30%;
  right: 20px;
  height: 22px;
  -webkit-transition: all 275ms;
  transition: all 275ms;
}
.icon_select_mate span {
  min-width: auto;
}

.select_mate {
  position: relative;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 28px;
}
.select_mate select {
  position: absolute;
  overflow: hidden;
  height: 0px;
  opacity: 0;
  z-index: -1;
}

.selecionado_opcion {
  background: rgba(255, 255, 255, 0.1019607843);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  border-radius: 80px;
  padding: 17px 40px;
  width: 100%;
  font-size: 16px;
  outline: none;
  color: #fff;
  text-transform: none;
  outline: none;
  cursor: pointer;
}

.cont_list_select_mate {
  position: relative;
}

[data-selec-open=true] .cont_select_int {
  background: rgba(31, 31, 31, 0.6);
  backdrop-filter: blur(15px);
  padding: 10px;
  border-radius: 20px;
}

.cont_select_int {
  position: absolute;
  top: 1px;
  z-index: 2;
  overflow: hidden;
  height: 0px;
  width: 100%;
  -webkit-transition: all 375ms ease-in-out;
  transition: all 375ms ease-in-out;
  list-style: none;
  margin: 10px 0;
}
.cont_select_int li {
  padding: 8px 20px;
  -webkit-transition: all 275ms ease-in-out;
  transition: all 275ms ease-in-out;
  cursor: pointer;
  font-weight: 500;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: #171717;
  border-radius: 20px;
  height: 35px;
  margin: 0 0 10px;
}
.cont_select_int li.active, .cont_select_int li:hover {
  background: rgba(255, 255, 255, 0.1019607843);
}

.left_menu_mobile,
.left_menu_mobile_2 {
  display: none;
}
.left_menu_mobile .link,
.left_menu_mobile_2 .link {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 40px;
}
.left_menu_mobile .swiper-button-next,
.left_menu_mobile .swiper-rtl .swiper-button-prev,
.left_menu_mobile_2 .swiper-button-next,
.left_menu_mobile_2 .swiper-rtl .swiper-button-prev {
  position: absolute;
  top: 35px;
  width: 20px;
  height: 20px;
  right: 20px;
}
.left_menu_mobile .swiper-button-prev,
.left_menu_mobile .swiper-rtl .swiper-button-next,
.left_menu_mobile_2 .swiper-button-prev,
.left_menu_mobile_2 .swiper-rtl .swiper-button-next {
  position: absolute;
  top: 35px;
  width: 20px;
  height: 20px;
  left: 20px;
}
.left_menu_mobile .swiper-button-next:after,
.left_menu_mobile .swiper-rtl .swiper-button-prev:after,
.left_menu_mobile_2 .swiper-button-next:after,
.left_menu_mobile_2 .swiper-rtl .swiper-button-prev:after {
  content: "";
  background: url(/local/templates/muzey/img/next.svg) no-repeat center/cover;
  width: 100%;
  height: 100%;
}
.left_menu_mobile .swiper-button-prev:after,
.left_menu_mobile .swiper-rtl .swiper-button-next:after,
.left_menu_mobile_2 .swiper-button-prev:after,
.left_menu_mobile_2 .swiper-rtl .swiper-button-next:after {
  content: "";
  background: url(/local/templates/muzey/img/next.svg) no-repeat center/cover;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

@media screen and (max-width: 1200px) {
  .left_menu_mobile {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .left_menu_mobile_2 {
    display: block;
  }
}

.successful {
  text-align: center;
  display: none;
}

.down_mobile_panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.down_mobile_panel .visually {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .down_mobile_panel .visually {
    font-size: 12px;
  }
}
.down_mobile_panel a {
  color: #fff;
}
.down_mobile_panel .language {
  position: relative;
  padding-right: 10px;
  color: #fff;
}
.down_mobile_panel .language::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 0;
  background: url(/local/templates/muzey/img/up_icon.svg) no-repeat center/cover;
  width: 5px;
  height: 5px;
}
.down_mobile_panel .language .language_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  right: 10px;
}
.down_mobile_panel .language .hidden {
  display: none;
}
.down_mobile_panel .language a {
  color: #fff;
}

/*heroes*/
.heroes_row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .heroes_row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.heroes_row .img {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.heroes_row .img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.heroes_row .img .title {
  position: absolute;
  left: 40px;
  bottom: 40px;
  font-size: clamp(18px, 3vw, 36px);
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .heroes_row .img .title {
    left: 14px;
    bottom: 14px;
  }
}
a.item_s.back {
    background: white;
}
.gallery {
  margin: 0 0 20px;
  border-image-slice: 1;
  padding: 30px;
  position: relative;
}
.gallery::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  padding: 1px;
  background: linear-gradient(268.43deg, rgba(229, 229, 229, 0.2) 28.62%, rgba(127, 127, 127, 0.2) 71.38%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}
.share-figure iframe {
  aspect-ratio: 16/8;
}
.timeline_row {
  height: 120px;
}
@media screen and (max-width: 768px) {
  .timeline_row {
    height: auto;
  }
}