:root {
  --white-2: #fffdf9;
  --black-2: black;
  --royal-blue: #3f62b3;
  --olive: #8e7e48;
  --dark-slate-blue: #104273;
  --dark-khaki: #b29f67;
  --white: white;
  --crimson: #ef3a48;
  --dark-khaki-50: #b29f6780;
  --medium-sea-green: #42b66b;
  --yellow: #f9eb11;
  --floral-white: #fbf7f0;
  --antique-white: #f5ead8;
  --dark-goldenrod: #b87b00;
  --dark-grey-2: #b3b3b3;
  --black: #333;
  --papaya-whip: #fff1d4;
  --dark-grey: #979797;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  background-color: var(--white-2);
  direction: rtl;
  color: var(--black-2);
  text-align: right;
  background-image: url('../images/body_bgr.jpg');
  background-position: 0 0;
  background-size: auto;
  font-family: Tajawal, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 44px;
  font-weight: 700;
  line-height: 50px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 700;
  line-height: 38px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
}

h4 {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
}

a {
  color: var(--royal-blue);
  text-decoration: none;
  transition: all .15s ease-in-out;
}

a:hover {
  color: var(--olive);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 30px;
}

img {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: inline-block;
}

.calendar_year {
  margin-right: 8px;
}

.calendar_item {
  float: right;
  width: 12%;
  height: 2.8vw;
  max-height: 44px;
  margin-bottom: 2.2%;
  margin-left: 2.2%;
  position: relative;
  overflow: hidden;
}

.calendar {
  color: #fff;
  background-color: #0000;
  flex-flow: wrap;
  justify-content: space-around;
  align-items: center;
  width: 30%;
  margin-bottom: 40px;
  padding-left: 3%;
  padding-right: 3%;
  font-size: 18px;
  line-height: 20px;
}

.calendar_day {
  color: #fff3;
  border: 3px solid #0000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0;
}

.calendar_day:hover {
  color: #fff3;
}

.calendar_day.month {
  color: #fff;
  background-color: #ffffff24;
}

.calendar_day.event {
  color: var(--dark-slate-blue);
  background-color: #fff;
  border: 1px solid #0000;
  font-weight: 700;
}

.calendar_day.event:hover {
  background-color: var(--dark-khaki);
  color: #fff;
}

.calendar_day.month_today {
  border-color: var(--dark-khaki);
  color: #fff;
  background-color: #0000;
}

.calendar_day.week {
  color: #fff;
  padding-bottom: 0;
}

.calendar_list {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -2.2%;
  padding-left: 0;
  padding-right: 0;
}

.calendar_list.week {
  margin-bottom: 4px;
  display: none;
}

.calendar_date_info {
  letter-spacing: .2px;
  justify-content: center;
  align-items: flex-end;
  width: 66%;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.calendar_nav_group {
  justify-content: space-between;
  align-items: flex-end;
  width: 99%;
  margin-bottom: 4px;
  padding-bottom: 10px;
  display: flex;
}

.calendar_next_link {
  background-color: #0000;
  background-image: url('../images/ar_right_w.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30%;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 12%;
  height: 2.8vw;
  max-height: 44px;
  display: flex;
}

.calendar_next_link:hover {
  background-color: var(--white);
  background-image: url('../images/ar_right_bl.svg');
}

.calendar_next_link.left {
  background-image: url('../images/ar_left_w.svg');
}

.calendar_next_link.left:hover {
  background-image: url('../images/ar_left_bl.svg');
}

.pict_insert {
  object-fit: cover;
  height: 100%;
  transition: all .2s ease-in-out;
}

.pict_insert:hover {
  width: 103%;
  min-width: 103%;
  max-width: 103%;
  height: 103%;
}

.pict_insert.dep {
  opacity: .7;
}

.footer_credit_link {
  direction: ltr;
  color: var(--white);
  text-align: left;
}

.footer_credit_link:hover {
  color: var(--dark-khaki);
  text-decoration: none;
}

.footer_credit_link:focus-visible {
  outline-color: var(--crimson);
  outline-offset: 0px;
  outline-width: 3px;
  outline-style: solid;
}

.footer_credit_link[data-wf-focus-visible] {
  outline-color: var(--crimson);
  outline-offset: 0px;
  outline-width: 3px;
  outline-style: solid;
}

.visit_info_list {
  flex-wrap: wrap;
  place-content: flex-start space-between;
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  line-height: 24px;
}

.visit_info_item {
  border-bottom: 1px solid var(--dark-khaki-50);
  justify-content: space-between;
  align-items: center;
  margin-top: -1px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.visit_info_title {
  width: 38%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.visit_info_group {
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: center;
  width: 60%;
  padding-top: 1%;
  padding-bottom: 1%;
  display: flex;
}

.visit_info_txt {
  margin-left: 4px;
}

.nav_mob_item {
  position: relative;
}

.desk_menu_gr {
  justify-content: center;
  align-items: center;
  margin: 46px auto 8px 1.5%;
  font-size: 22px;
  display: flex;
}

.top_lang_link {
  color: var(--olive);
  margin-top: 3px;
  font-family: Heebo, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.top_lang_link:hover {
  color: var(--black-2);
}

.top_lang_link:focus-visible {
  outline-color: var(--crimson);
  outline-offset: 0px;
  outline-width: 3px;
  outline-style: solid;
}

.top_lang_link[data-wf-focus-visible] {
  outline-color: var(--crimson);
  outline-offset: 0px;
  outline-width: 3px;
  outline-style: solid;
}

.top_lang_group {
  color: var(--olive);
  align-items: center;
  padding-top: 8px;
  padding-left: 2%;
  font-size: 18px;
  line-height: 20px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.nav_title_link {
  z-index: 10;
  color: #0000;
  align-items: center;
  width: 80%;
  position: absolute;
  inset: 0%;
}

.nav_title_link:hover {
  color: #0000;
}

.nav_drop {
  text-align: right;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 9px 1vw;
  font-size: 20px;
  font-weight: 700;
  display: block;
}

.nav_drop.w--open {
  z-index: 80;
  color: #cc2028;
}

.nav_cat_mobile {
  z-index: 9;
  text-align: right;
  padding-left: .3vw;
  padding-right: .3vw;
  display: block;
}

.top_sec {
  z-index: 100;
  background-color: var(--white-2);
  background-image: url('../images/body_bgr.jpg');
  background-position: 0 0;
  background-size: auto;
  flex-wrap: wrap;
  align-content: flex-end;
  align-items: flex-end;
  min-height: 90px;
  font-size: 24px;
  display: flex;
  position: sticky;
  top: 0;
}

.mob_cat_txt {
  display: inline;
}

.desk_menu_line {
  z-index: 120;
  border-right: 1px solid #979797;
  width: 1px;
  height: 32px;
  margin-top: 2px;
  margin-left: .5vw;
  margin-right: .5vw;
  position: relative;
}

.desk_menu_line.lang {
  height: 24px;
  margin-left: 1vw;
  margin-right: 1vw;
}

.nav_nolevel_link {
  text-align: right;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 9px 1vw;
  font-size: 20px;
  font-weight: 700;
  display: block;
}

.nav_nolevel_link.w--open {
  z-index: 80;
  color: #cc2028;
}

.cat_menu_link {
  justify-content: flex-start;
  align-items: flex-start;
  width: 16.6%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

.cat_menu_link:hover {
  color: #f20019;
}

.nav_droplist.w--open {
  flex-wrap: wrap;
  place-content: flex-start;
  width: 100%;
  padding-top: 18px;
  padding-right: 0;
  display: flex;
  position: relative;
}

.top_navbar {
  display: none;
}

.desk_cat_nomenu {
  color: var(--black-2);
  padding-left: .5vw;
  padding-right: .5vw;
  font-weight: 700;
}

.desk_cat_nomenu:hover {
  color: var(--olive);
}

.desk_cat_nomenu:focus-visible {
  outline-color: var(--crimson);
  outline-offset: 0px;
  outline-width: 3px;
  outline-style: solid;
}

.desk_cat_nomenu[data-wf-focus-visible] {
  outline-color: var(--crimson);
  outline-offset: 0px;
  outline-width: 3px;
  outline-style: solid;
}

.desk_cat_nomenu.w--open {
  z-index: 10;
  padding-bottom: 0;
}

.top_logo {
  filter: brightness(85%);
  width: 23%;
  max-width: 300px;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
  right: 2%;
}

.top_logo:focus-visible {
  outline-offset: 0px;
  outline: 3px solid #d88b00;
}

.top_logo[data-wf-focus-visible] {
  outline-offset: 0px;
  outline: 3px solid #d88b00;
}

.line_block {
  background-color: var(--white);
  width: 100%;
  height: 4px;
}

.line_block.green {
  background-color: var(--medium-sea-green);
}

.line_block.red {
  background-color: var(--crimson);
}

.line_block.yellow {
  background-color: var(--yellow);
}

.line_block.blue {
  background-color: var(--royal-blue);
}

.top_search_link {
  color: var(--olive);
  background-image: url('../images/ic_search.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 18px;
  align-items: center;
  min-height: 24px;
  padding-left: 26px;
  font-weight: 500;
  display: flex;
}

.top_search_link:hover {
  color: var(--black-2);
  background-image: url('../images/ic_search_b.svg');
}

.top_search_link:focus-visible {
  outline-color: var(--crimson);
  outline-offset: 0px;
  outline-width: 3px;
  outline-style: solid;
}

.top_search_link[data-wf-focus-visible] {
  outline-color: var(--crimson);
  outline-offset: 0px;
  outline-width: 3px;
  outline-style: solid;
}

.desk_cat_menu {
  line-height: 32px;
}

.desk_cat_button {
  padding: 0 .5vw;
  font-weight: 700;
}

.desk_cat_button:hover {
  color: var(--olive);
}

.desk_cat_button:focus-visible {
  outline-color: var(--crimson);
  outline-offset: 0px;
  outline-width: 3px;
  outline-style: solid;
}

.desk_cat_button[data-wf-focus-visible] {
  outline-color: var(--crimson);
  outline-offset: 0px;
  outline-width: 3px;
  outline-style: solid;
}

.desk_cat_list {
  transition: all .15s ease-in-out;
}

.desk_cat_list.w--open {
  background-color: var(--dark-khaki);
  color: var(--white);
  background-image: none;
  background-size: auto;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  min-width: 220px;
  max-width: 300px;
  margin-top: 3px;
  padding: 5px 15px 15px 18px;
  font-size: 18px;
  font-weight: 500;
  top: 29px;
  right: .5vw;
}

.desk_cat_link {
  color: var(--white);
  text-align: right;
  padding: 4px .5vw;
}

.desk_cat_link:hover {
  opacity: .75;
  color: var(--white);
}

.main_slider_sec {
  background-color: var(--dark-slate-blue);
  direction: ltr;
  background-image: url('../images/main_bgr_01.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.main_slider_shape {
  width: auto;
  min-width: auto;
  max-width: none;
  height: 60%;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.main_slider {
  background-color: #0000;
  height: 34vw;
}

.main_slider_ar {
  display: none;
}

.main_slider_nav {
  padding-top: 1.4vw;
  font-size: .8vw;
  line-height: 1.2vw;
}

.main_slide_content {
  grid-column-gap: 5%;
  direction: rtl;
  text-align: right;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 4% 6%;
  font-size: 1.4vw;
  line-height: 2vw;
  display: flex;
}

.slide_pict_block {
  background-color: var(--white);
  border: .6vw solid #0000;
  border-radius: 1.2vw;
  justify-content: center;
  align-items: center;
  width: 44%;
  height: 23vw;
  display: flex;
  overflow: hidden;
}

.slide_info_gr {
  color: var(--white);
  width: 50%;
  line-height: 1.8vw;
}

.slide_pict {
  object-fit: cover;
  height: 100%;
}

.main_slide_title {
  margin-top: 0;
  margin-bottom: .6vw;
  font-size: 2.6vw;
  line-height: 2.8vw;
}

.slide_date_gr {
  grid-column-gap: .5vw;
  opacity: .6;
  flex-wrap: wrap;
  align-content: flex-start;
  margin-bottom: .5vw;
  display: flex;
}

.main_slider_link {
  color: var(--dark-khaki);
  margin-top: .6vw;
  font-weight: 700;
  display: block;
}

.news_slider_sec {
  background-color: var(--white);
  padding: 20px 2%;
  box-shadow: 0 2px 12px #0003;
}

.news_slider_gr {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slider_play_group {
  z-index: 80;
  justify-content: center;
  align-items: center;
  display: flex;
}

.anime_pause {
  background-color: var(--floral-white);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  overflow: hidden;
}

.anime_pause:hover {
  background-color: var(--antique-white);
}

.anime_pause:focus-visible {
  outline-offset: 0px;
  outline: 3px solid #ff001b;
}

.anime_pause[data-wf-focus-visible] {
  outline-offset: 0px;
  outline: 3px solid #ff001b;
}

.anime_play {
  background-color: var(--floral-white);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding-left: 17px;
  padding-right: 13px;
  display: none;
  overflow: hidden;
  box-shadow: 0 0 0 3px #ffffff40;
}

.anime_play:hover {
  background-color: var(--antique-white);
}

.anime_play:focus-visible {
  outline-offset: 0px;
  outline: 3px solid #ff001b;
}

.anime_play[data-wf-focus-visible] {
  outline-offset: 0px;
  outline: 3px solid #ff001b;
}

.footer_sec {
  background-color: var(--black-2);
}

.footer_content {
  color: var(--white);
  flex-wrap: wrap;
  place-content: flex-start space-between;
  align-items: flex-start;
  padding: 20px 2% 40px;
  font-size: 16px;
  line-height: 22px;
  display: flex;
}

.footer_links_list {
  color: var(--dark-khaki);
  min-width: 46%;
  max-width: 56%;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 700;
  display: flex;
}

.footer_link {
  color: var(--dark-khaki);
}

.footer_link:hover {
  color: var(--olive);
}

.footer_links_item {
  margin-left: 30px;
}

.main_news_title {
  color: var(--dark-khaki);
  background-image: url('../images/ic_news_title.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 8px;
  padding-left: 20px;
  font-size: 22px;
  font-weight: 700;
}

.main_news_slider {
  direction: ltr;
  transform-style: preserve-3d;
  background-color: #0000;
  width: 73%;
  height: 80px;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.news_slider_ar {
  background-color: var(--floral-white);
  color: var(--dark-khaki);
  border-radius: 4px;
  width: 40px;
  height: 40px;
  margin-left: -6%;
  font-size: 24px;
  font-weight: 200;
  transition: all .15s ease-in-out;
  display: none;
  inset: 0% auto 0% 0%;
}

.news_slider_ar:hover {
  background-color: var(--antique-white);
}

.news_slider_ar.left {
  margin-left: -14%;
}

.news_slider_nav {
  display: none;
}

.news_slider_link {
  direction: rtl;
  color: var(--dark-slate-blue);
  text-align: right;
  transform-style: preserve-3d;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.news_slider_title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.content_sec {
  width: 100%;
  padding: 2% 2% 3%;
  overflow: hidden;
}

.content_block {
  background-image: url('../images/arabesq_bgr_rb.svg'), url('../images/arabesq_bgr_lb.svg'), url('../images/arabesq_bgr_rt.svg'), url('../images/arabesq_bgr_lt.svg');
  background-position: 100% 100%, 0 100%, 100% 0, 0 0;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 18%, 18%, 18%, 18%;
  width: 100%;
  max-width: 1680px;
  min-height: 224px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 4% 50px;
}

.content_block.no_bgr {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding-left: 0%;
  padding-right: 0%;
}

.content_block.places {
  margin-bottom: 20px;
  padding-bottom: 80px;
  padding-left: 2%;
  padding-right: 2%;
}

.content_block.smart {
  background-image: url('../images/arabesq_bgr_rb.svg'), url('../images/arabesq_bgr_lb.svg');
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 18%, 18%;
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  min-height: 400px;
  padding-bottom: 100px;
  padding-left: 1%;
  padding-right: 0%;
  display: flex;
}

.center_title {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 50px;
}

.center_title.small {
  font-size: 36px;
}

.hl_list {
  width: 100%;
  max-width: 1420px;
  margin: 50px auto;
  padding-left: 0;
  padding-right: 0;
}

.add_button {
  background-color: var(--dark-slate-blue);
  color: var(--white);
  text-align: center;
  cursor: pointer;
  border-radius: 8px;
  width: 28%;
  max-width: 280px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  display: block;
}

.add_button:hover {
  background-color: var(--black-2);
  color: var(--dark-khaki);
}

.hl_item {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.hl_link_block {
  color: var(--black-2);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.hl_link_block:hover {
  color: var(--black-2);
}

.hl_link_block.mirror {
  flex-direction: row-reverse;
}

.hl_pict_block {
  background-color: var(--white);
  border: 10px solid #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 58%;
  height: 35vw;
  max-height: 460px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 16px #0003;
}

.hl_info_block {
  background-color: var(--white);
  width: 48%;
  margin-right: -8%;
  padding: 30px 3% 30px 4%;
  position: relative;
  box-shadow: 0 0 16px #0003;
}

.hl_info_block.mirror {
  margin-left: -8%;
  margin-right: 0%;
}

.hl_add_txt {
  color: var(--olive);
  margin-top: 5px;
  font-weight: 700;
}

.hl_add_txt:hover {
  color: var(--dark-slate-blue);
}

.hl_title {
  margin-top: 0;
  font-size: 24px;
  line-height: 28px;
}

.hl_flah {
  background-color: var(--yellow);
  border-radius: 10px;
  padding: 6px 12px;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  position: absolute;
  inset: 10px 10px auto auto;
}

.hl_flah.mirror {
  left: 10px;
  right: auto;
}

.calendar_event_item {
  width: 48%;
  position: relative;
}

.cal_event_pict {
  background-color: var(--dark-slate-blue);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 18vw;
  max-height: 320px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.calendar_event_list {
  grid-row-gap: 2vh;
  flex-wrap: wrap;
  place-content: flex-start space-between;
  align-items: flex-start;
  width: 68%;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.cal_event_title {
  margin-top: 10px;
  margin-left: 0%;
  font-size: 24px;
  line-height: 28px;
}

.calendar_event_link {
  color: #000;
  cursor: pointer;
  border-radius: 8px;
  width: 100%;
  font-size: 18px;
  line-height: 26px;
  overflow: hidden;
  box-shadow: 0 0 16px #00000040;
}

.calendar_event_link:hover {
  color: #000;
}

.cal_event_date {
  color: var(--white);
  background-image: linear-gradient(#0000, #0000004d);
  padding-top: 12px;
  padding-bottom: 4px;
  padding-right: 20px;
  font-size: 30px;
  font-weight: 900;
  line-height: 32px;
  position: absolute;
  inset: auto 0% 0%;
}

.calendar_sec {
  background-color: var(--dark-slate-blue);
  color: var(--white);
  padding: 2%;
}

.calendar_group {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1680px;
  margin: 30px auto;
  display: flex;
}

.cal_event_info {
  background-color: var(--white);
  margin-top: -10px;
  padding: 18px 20px 20px;
}

.dep_list {
  flex-wrap: wrap;
  align-content: flex-start;
  width: 102%;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-right: -1%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.dep_list.tabs {
  width: 101%;
  margin-top: 35px;
  margin-bottom: 35px;
  margin-right: -.5%;
}

.dep_item {
  width: 31.3%;
  margin-bottom: 2%;
  margin-left: 1%;
  margin-right: 1%;
}

.dep_item_title {
  margin-top: 0;
  margin-bottom: 0;
  padding: 3%;
  font-size: 26px;
  line-height: 28px;
  position: absolute;
}

.dep_link {
  border: 8px solid var(--white);
  background-color: var(--black-2);
  color: var(--white);
  text-align: center;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 21vw;
  max-height: 280px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 12px #0003;
}

.dep_link:hover {
  color: var(--white);
}

.top_search_txt {
  display: none;
}

.breadcrumb_list {
  grid-column-gap: 10px;
  flex-wrap: wrap;
  align-content: flex-start;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.breadcrumb_item {
  grid-column-gap: 10px;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.breadcrumb_item.last {
  font-weight: 400;
}

.breadcrumb_link {
  color: #000;
}

.breadcrumb_arrow {
  opacity: .3;
  width: 7px;
  min-width: auto;
  max-width: none;
}

.title_sec {
  background-color: var(--dark-slate-blue);
  color: var(--white);
  background-image: url('../images/main_bgr_01.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2%;
  position: relative;
}

.title_sec.pict {
  background-color: var(--black-2);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  height: 40vw;
  max-height: 600px;
  padding: 0%;
  display: flex;
  overflow: hidden;
}

.title_group {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.title_group.pict {
  background-image: linear-gradient(to top, #0006, #0000 72%);
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding: 2% 2% 1%;
}

.title_line {
  width: 20%;
  min-width: auto;
  max-width: none;
  margin-top: 15px;
  margin-bottom: 20px;
}

.title_line.pict {
  margin-top: 10px;
  margin-bottom: 15px;
}

.places_tab_menu {
  text-align: center;
}

.places_tab_link {
  color: var(--dark-slate-blue);
  background-color: #0000;
  border-bottom: 2px solid #0000;
  margin-left: 1.5vw;
  margin-right: 1.5vw;
  padding: 8px 1vw;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.places_tab_link.w--current {
  border-bottom-color: var(--dark-khaki);
  color: var(--black-2);
  background-color: #0000;
}

.content_gallery {
  clear: both;
  width: 102.4%;
  margin-top: 6px;
  margin-bottom: 30px;
}

.gallery_link {
  float: right;
  opacity: .9;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border-top: 3px solid #0000;
  justify-content: center;
  align-items: center;
  width: 17.6%;
  height: 6.2vw;
  max-height: 78px;
  margin-bottom: 7px;
  margin-left: 2.4%;
  padding-top: 4px;
  transition: all .15s ease-in-out;
  display: flex;
  overflow: hidden;
}

.gallery_link:hover {
  border-top-color: var(--dark-khaki);
  opacity: 1;
}

.gallery_pict {
  object-fit: cover;
  height: 100%;
}

.content_menu_list {
  width: 17%;
  margin-left: 3%;
  padding-right: 0;
}

.insert_parrent_group {
  width: 80%;
  padding-bottom: 30px;
}

.insert_media_group {
  margin-bottom: 10px;
}

.insert_content_group {
  justify-content: center;
  align-items: flex-start;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.insert_content_block {
  width: 67%;
}

.insert_content_block.search_results {
  width: 70%;
}

.insert_content_block.video_group {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.visitors_info_block {
  width: 29%;
  margin-right: 4%;
}

.title_media_group.close {
  display: none;
}

.content_media_pict {
  object-fit: cover;
  height: 100%;
}

.content_menu_link {
  border-top: 2px solid var(--dark-khaki-50);
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  display: block;
}

.content_menu_link.w--current {
  color: var(--black-2);
  border-top-color: #0000;
  font-weight: 700;
}

.media_pict_block {
  background-color: var(--white);
  border: 10px solid #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 46vw;
  max-height: 640px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 16px #0003;
}

.pict_credit_block {
  grid-column-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
  padding-left: 10px;
  font-size: 16px;
  line-height: 22px;
  display: flex;
}

.pict_credit_block.slider {
  direction: rtl;
  color: var(--white);
  text-align: left;
  background-image: linear-gradient(#0000, #0000002e);
  margin-top: 0;
  padding-top: 3%;
  padding-bottom: 6px;
  position: absolute;
  inset: auto 0% 0%;
}

.cat_title_link {
  background-color: var(--dark-goldenrod);
  color: var(--white);
  border-radius: 8px;
  margin-top: 15px;
  padding: 6px 20px;
  font-weight: 500;
  box-shadow: 0 0 5px #0003;
}

.cat_title_link:hover {
  background-color: var(--olive);
  color: var(--white);
}

.media_video_block {
  background-color: var(--white);
  border: 10px solid #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 16px #0003;
}

.media_slider {
  border: 10px solid var(--white);
  direction: ltr;
  border-radius: 12px;
  height: 46vw;
  max-height: 640px;
  box-shadow: 0 0 16px #0003;
}

.media_slider_nav {
  display: none;
}

.media_slider_ar {
  background-color: var(--white);
  color: var(--dark-khaki);
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  width: 38px;
  height: 38px;
  font-size: 19px;
  line-height: 20px;
  transition: all .15s ease-in-out;
  right: -9px;
}

.media_slider_ar:hover {
  color: var(--dark-slate-blue);
}

.media_slider_ar.left {
  border-radius: 0 30px 30px 0;
  left: -9px;
  right: auto;
}

.media_slider_pict {
  object-fit: cover;
  height: 100%;
}

.visit_info_link {
  color: var(--black-2);
  margin-left: 4px;
}

.info_links_list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-bottom: 1px solid var(--dark-khaki-50);
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  padding-right: 0;
  display: flex;
}

.info_list_link {
  color: var(--black-2);
  background-color: #b29f6738;
  border-radius: 18px;
  padding: 2px 18px 3px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: block;
}

.info_list_link:hover {
  background-color: var(--dark-khaki);
  color: var(--white);
}

.download_link {
  border: 2px solid var(--dark-khaki);
  color: var(--dark-khaki);
  cursor: pointer;
  background-color: #0000;
  background-image: url('../images/ic_download_g.svg');
  background-position: 12%;
  background-repeat: no-repeat;
  background-size: 15%;
  border-radius: 26px;
  margin-bottom: 25px;
  padding: 10px 13% 10px 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  display: block;
}

.download_link:hover {
  background-color: var(--dark-khaki);
  color: var(--white);
  background-image: url('../images/ic_download_w.svg');
}

.search_form_block {
  margin-top: 20px;
  margin-bottom: 20px;
}

.search_form {
  background-color: var(--white);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 40vw;
  max-width: 600px;
  padding: 10px 12px;
  display: flex;
}

.search_field {
  border: 2px solid #0000;
  height: 44px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 22px;
}

.search_field:active, .search_field:focus {
  border-color: var(--white);
}

.search_button {
  background-color: #0000;
  background-image: url('../images/ic_search.svg');
  background-position: 30%;
  background-repeat: no-repeat;
  background-size: 54%;
  width: 50px;
  height: 44px;
}

.search_results_info {
  border-bottom: 5px solid var(--dark-grey-2);
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 15px;
  font-size: 28px;
  line-height: 34px;
  display: flex;
}

.search_info_txt {
  float: right;
  margin-left: .6vw;
  margin-right: .6vw;
  display: inline;
}

.search_info_txt.name {
  margin-left: 0;
  margin-right: 0;
  font-weight: 900;
}

.search_info_txt.start {
  float: none;
  width: 100%;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  font-size: 28px;
  line-height: 34px;
  display: block;
}

.search_info_txt.start.close {
  display: none;
}

.search_results_list {
  width: 100%;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
}

.search_results_item {
  border-bottom: 1px solid var(--dark-grey-2);
  margin-bottom: 25px;
  padding-bottom: 25px;
}

.search_results_link {
  color: var(--black-2);
  flex-wrap: wrap;
  align-content: flex-start;
  margin-left: 0;
  margin-right: 0;
  line-height: 22px;
  transition: all .15s ease-in-out;
}

.search_item_title {
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.search_item_txt {
  display: block;
}

.radio_label {
  color: #4e555b;
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 20px;
}

.form_label_star {
  float: right;
  color: var(--crimson);
  margin-top: 4px;
  margin-left: 4px;
  margin-right: -10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 18px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.form_label_star.no {
  color: #0000;
}

.check_button {
  float: right;
  cursor: pointer;
  background-color: #fff;
  border-width: 2px;
  border-color: #00000026;
  border-radius: 4px;
  width: 36px;
  min-width: 36px;
  height: 36px;
  margin-top: 0;
  margin-left: 10px;
  transition: all .15s ease-in-out;
  position: relative;
}

.check_button:hover {
  border-color: #0000004d;
}

.check_button:active {
  border-color: var(--dark-khaki);
}

.check_button.w--redirected-checked {
  border-width: 2px;
  border-color: var(--olive);
  background-color: var(--dark-khaki);
  background-position: 50% 40%;
  background-size: 90%;
  border-radius: 4px;
}

.check_button.w--redirected-focus {
  border-width: 2px;
  border-color: var(--olive);
  box-shadow: none;
  border-radius: 4px;
}

.check_button.w--redirected-focus-visible {
  border-width: 2px;
  border-color: var(--olive);
  border-radius: 4px;
}

.stage_title {
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 26px;
  font-weight: 800;
  line-height: 30px;
}

.frame_form_title {
  text-align: center;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 800;
  line-height: 44px;
}

.form_button {
  background-color: var(--dark-slate-blue);
  color: #fff;
  letter-spacing: 1px;
  cursor: pointer;
  border-radius: 6px;
  min-width: 40%;
  margin: 20px auto 30px;
  padding: 12px 40px;
  font-size: 22px;
  font-weight: 800;
  line-height: 24px;
  text-decoration: none;
}

.form_button:hover {
  background-color: var(--black-2);
  color: var(--dark-khaki);
}

.form_block {
  border-bottom: 1px #0000005c;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form_stage {
  clear: both;
  flex-wrap: wrap;
  align-content: flex-start;
  margin-bottom: 2%;
  padding-bottom: 30px;
  padding-left: 8%;
  padding-right: 8%;
  display: flex;
  position: relative;
}

.contact_calendar_txt {
  float: right;
  direction: ltr;
  width: auto;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  display: inline-block;
}

.field_label {
  float: right;
  color: #000;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.check_label {
  color: #4e555b;
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 18px;
}

.form_calendar {
  color: #000;
  cursor: pointer;
  background-image: url('../images/ic_calendar.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 22%;
  height: 44px;
  padding-bottom: 0;
  padding-right: 56px;
  transition: all .15s ease-in-out;
  display: flex;
}

.form_calendar:hover {
  opacity: 1;
  color: red;
  background-image: url('../images/ic_calendar_red.svg');
}

.form_label_txt {
  display: inline;
}

.form_label_txt.first {
  display: block;
}

.form_label_txt.red {
  color: var(--crimson);
  margin-left: 5px;
  margin-right: 5px;
  font-size: 24px;
}

.txt_field {
  background-color: #fff;
  border: 2px solid #00000026;
  border-radius: 5px;
  height: 44px;
  margin-bottom: 0;
  padding: 2px 2%;
  font-size: 20px;
  line-height: 26px;
  transition: all .15s ease-in-out;
}

.txt_field:hover {
  background-color: #fff;
  border-color: #0000004d;
}

.txt_field:active {
  border-color: var(--olive);
}

.txt_field:focus {
  border-color: var(--olive);
  box-shadow: none;
}

.txt_field.code {
  text-align: left;
  width: 21%;
  padding-right: 1%;
}

.txt_field.num {
  text-align: left;
  width: 76%;
}

.txt_field.mail {
  text-align: left;
}

.txt_field.date {
  width: 31.5%;
}

.txt_field.calendar {
  text-align: left;
  width: 74%;
  min-width: 17%;
  margin-top: 0;
}

.txt_field.allert {
  border-style: solid;
  border-color: var(--crimson);
}

.txt_field.file {
  text-align: left;
  width: 74%;
  min-width: 17%;
}

.txt_field.txt_area {
  height: auto;
  min-height: 220px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.frame_form_info {
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 26px;
}

.radio_field {
  float: right;
  align-items: flex-start;
  margin-top: 6px;
  margin-bottom: 6px;
  margin-left: 20px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.field_block {
  flex-wrap: wrap;
  place-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2px;
  font-size: 22px;
  display: flex;
}

.field_block.file, .field_block.date {
  justify-content: space-between;
}

.field_block.tel {
  direction: ltr;
  justify-content: space-between;
}

.radio_form_button {
  float: right;
  cursor: pointer;
  background-color: #fff;
  border-width: 2px;
  border-color: #00000026;
  width: 38px;
  height: 38px;
  margin-top: 0;
  margin-left: 10px;
  transition: all .15s ease-in-out;
  position: relative;
}

.radio_form_button:hover {
  border-color: #0000004d;
}

.radio_form_button:active {
  background-color: #fff;
  border-width: 12px;
  border-color: red;
}

.radio_form_button.w--redirected-checked {
  border-width: 12px;
  border-color: red;
}

.radio_form_button.w--redirected-focus {
  box-shadow: none;
  background-color: #fff;
  border-width: 12px;
  border-color: red;
}

.radio_form_button.w--redirected-focus-visible {
  background-color: #fff;
  border-width: 12px;
  border-color: red;
}

.label_group {
  text-align: right;
  flex-flow: wrap;
  place-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 2px;
  font-weight: 400;
  display: flex;
  position: relative;
}

.form_allert {
  clear: both;
  color: var(--crimson);
  width: 100%;
  font-size: 15px;
  line-height: 16px;
  display: none;
}

.form_allert.in {
  opacity: 1;
  color: #f00004;
  display: block;
}

.file_button {
  color: #fff;
  cursor: pointer;
  background-color: #000;
  background-image: url('../images/ic_download.svg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: auto 70%;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 22%;
  height: 44px;
  transition: all .15s ease-in-out;
  display: flex;
}

.file_button:hover {
  background-color: red;
}

.form_info_group {
  text-align: center;
  width: 100%;
  margin-bottom: 12px;
}

.check_field {
  align-items: flex-start;
  margin-top: 6px;
  margin-bottom: 6px;
  margin-left: 20px;
  padding-left: 0;
  font-size: 18px;
  line-height: 20px;
  display: flex;
  position: relative;
}

.contact_form_group {
  width: 68%;
  max-width: 780px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.allert_block {
  width: 100%;
  min-height: 18px;
  padding-top: 2px;
}

.title_pict {
  opacity: 1;
  object-fit: cover;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.title_pict.mobile {
  display: none;
}

.video_icon {
  filter: brightness(108%);
  cursor: pointer;
  width: 8%;
  min-width: auto;
  max-width: none;
  transition: all .15s ease-in-out;
  position: absolute;
  inset: 3% auto auto 2.5%;
}

.video_icon:hover {
  filter: brightness(128%);
}

.video_insert_block {
  background-color: var(--white);
  border: 10px solid #0000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 640px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 16px #0003;
}

@media screen and (min-width: 1920px) {
  body {
    font-size: 20px;
  }

  h1 {
    font-size: 48px;
    line-height: 54px;
  }

  h2 {
    font-size: 36px;
    line-height: 40px;
  }

  h3 {
    font-size: 28px;
    line-height: 34px;
  }

  h4 {
    margin-top: 20px;
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 28px;
  }

  p {
    margin-top: 12px;
    margin-bottom: 18px;
  }

  ul, ol {
    margin-bottom: 20px;
    padding-right: 40px;
  }

  .calendar_item {
    max-height: 46px;
  }

  .calendar {
    font-size: 22px;
    line-height: 22px;
  }

  .calendar_date_info {
    font-size: 26px;
    line-height: 26px;
  }

  .calendar_nav_group {
    padding-bottom: 15px;
  }

  .calendar_next_link {
    width: 44px;
    height: 44px;
    padding-left: 17px;
    padding-right: 16px;
  }

  .calendar_next_link.left {
    padding-left: 16px;
    padding-right: 17px;
  }

  .visit_info_list {
    margin-top: 5px;
    margin-bottom: 35px;
    font-size: 22px;
  }

  .visit_info_item {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .visit_info_title {
    width: 40%;
    margin-bottom: 1px;
    font-size: 22px;
    line-height: 24px;
  }

  .visit_info_group {
    width: 59%;
    font-size: 22px;
  }

  .desk_menu_gr {
    margin-top: 50px;
    margin-bottom: 10px;
  }

  .top_lang_link {
    font-size: 20px;
  }

  .top_lang_group {
    font-size: 20px;
    line-height: 26px;
  }

  .top_sec {
    align-items: flex-end;
    min-height: 94px;
  }

  .desk_menu_line {
    margin-left: .9vw;
    margin-right: .9vw;
  }

  .cat_menu_link {
    width: 14.2%;
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 24px;
  }

  .desk_cat_nomenu {
    font-size: 24px;
  }

  .top_logo {
    max-width: 340px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .top_search_link {
    background-size: 20px;
    min-height: 30px;
    padding-left: 30px;
  }

  .desk_cat_button {
    font-size: 24px;
  }

  .desk_cat_list.w--open {
    width: 300px;
    max-width: 300px;
    margin-top: 5px;
    padding-top: 8px;
    padding-left: 20px;
    font-size: 20px;
    line-height: 28px;
  }

  .desk_cat_link {
    white-space: pre-wrap;
  }

  .main_slider_nav {
    padding-top: 0;
  }

  .main_slide_title {
    font-size: 2.2vw;
    line-height: 2.4vw;
  }

  .slide_date_gr {
    font-size: 1.2vw;
    line-height: 1.6vw;
  }

  .slider_play_group {
    top: 0;
  }

  .anime_pause {
    width: 60px;
    height: 60px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .anime_play {
    width: 60px;
    height: 60px;
    padding-left: 20px;
    padding-right: 16px;
    display: none;
  }

  .footer_content {
    padding-top: 30px;
    padding-bottom: 50px;
    font-size: 18px;
  }

  .footer_links_item {
    margin-left: 40px;
  }

  .main_news_title {
    background-size: 10px;
    padding-left: 22px;
    font-size: 26px;
    line-height: 30px;
  }

  .main_news_slider {
    width: 80%;
    height: 84px;
  }

  .news_slider_title {
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
  }

  .content_sec {
    padding-bottom: 4%;
  }

  .content_block.smart {
    background-position: 100% 99%, 0 99%;
    min-height: 480px;
    padding-right: 1%;
  }

  .center_title.small {
    font-size: 40px;
  }

  .add_button {
    border-radius: 10px;
    padding: 12px 20px;
    font-size: 26px;
    line-height: 34px;
  }

  .hl_pict_block {
    border-width: 12px;
    border-radius: 14px;
    max-height: 460px;
  }

  .hl_add_txt {
    margin-top: 8px;
  }

  .hl_title {
    font-size: 26px;
    line-height: 30px;
  }

  .hl_flah {
    padding: 8px 14px;
    font-size: 16px;
    top: 14px;
    right: 14px;
  }

  .cal_event_pict {
    border-radius: 10px;
    max-height: 336px;
  }

  .calendar_event_list {
    width: 72%;
  }

  .cal_event_title {
    margin-bottom: 12px;
    font-size: 32px;
    line-height: 32px;
  }

  .calendar_event_link {
    border-radius: 10px;
    font-size: 22px;
    line-height: 24px;
  }

  .cal_event_date {
    padding: 24px 24px 8px;
    font-size: 36px;
    line-height: 36px;
  }

  .calendar_group {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .cal_event_info {
    padding: 20px 24px 30px;
    overflow: hidden;
  }

  .dep_list.tabs {
    margin-top: 40px;
    margin-bottom: 50px;
  }

  .dep_item_title {
    padding: 2%;
    font-size: 28px;
    line-height: 32px;
  }

  .dep_link {
    border-width: 10px;
    border-radius: 12px;
    max-height: 320px;
  }

  .breadcrumb_list {
    grid-column-gap: 15px;
    margin-top: -1%;
    margin-bottom: 30px;
  }

  .breadcrumb_item {
    grid-column-gap: 15px;
  }

  .breadcrumb_arrow {
    width: 8px;
  }

  .title_sec.pict {
    max-height: 730px;
  }

  .places_tab_link {
    border-bottom-width: 3px;
    padding-top: 10px;
    padding-bottom: 12px;
    font-size: 28px;
    line-height: 32px;
  }

  .gallery_link {
    border-top-width: 4px;
    max-height: 98px;
    margin-bottom: 12px;
    padding-top: 5px;
  }

  .content_menu_list {
    width: 18.5%;
    margin-left: 3.5%;
  }

  .insert_parrent_group {
    width: 78%;
  }

  .insert_content_block {
    width: 66%;
  }

  .visitors_info_block {
    margin-right: 5%;
  }

  .content_menu_link {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 24px;
    line-height: 28px;
  }

  .media_pict_block {
    border-width: 12px;
    border-radius: 14px;
    max-height: 720px;
    box-shadow: 0 0 20px #0003;
  }

  .pict_credit_block {
    margin-top: 12px;
    padding-left: 12px;
    font-size: 18px;
    line-height: 26px;
  }

  .pict_credit_block.slider {
    padding-bottom: 10px;
    padding-left: 14px;
  }

  .cat_title_link {
    padding: 10px 30px;
    font-size: 22px;
    line-height: 28px;
    box-shadow: 0 0 8px #0003;
  }

  .media_video_block {
    border-width: 12px;
    border-radius: 14px;
    max-height: 720px;
    box-shadow: 0 0 20px #0003;
  }

  .media_slider {
    border-width: 12px;
    border-radius: 14px;
    box-shadow: 0 0 20px #0003;
  }

  .media_slider_ar {
    border-top-left-radius: 36px;
    border-bottom-left-radius: 36px;
    width: 46px;
    height: 46px;
    font-size: 21px;
  }

  .media_slider_ar.left {
    border-top-right-radius: 36px;
    border-bottom-right-radius: 36px;
  }

  .info_links_list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .info_list_link {
    border-radius: 20px;
    padding: 5px 20px 6px;
    font-size: 20px;
    line-height: 28px;
  }

  .download_link {
    background-position: 13%;
    background-size: 14%;
    border-width: 3px;
    border-radius: 40px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 28px;
    line-height: 34px;
  }

  .search_field {
    height: 46px;
    font-size: 24px;
    line-height: 28px;
  }

  .search_button {
    background-size: 62%;
  }

  .search_results_info {
    font-size: 34px;
    line-height: 36px;
  }

  .search_info_txt.start {
    font-size: 34px;
    line-height: 38px;
  }

  .search_results_list {
    margin-bottom: 50px;
  }

  .search_results_link {
    font-size: 22px;
    line-height: 27px;
  }

  .search_item_title {
    font-size: 28px;
    line-height: 34px;
  }

  .stage_title {
    margin-bottom: 8px;
    font-size: 30px;
    line-height: 36px;
  }

  .frame_form_title {
    font-size: 40px;
    line-height: 46px;
  }

  .form_button {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 24px;
    line-height: 26px;
  }

  .form_block {
    margin-left: 2%;
    margin-right: 2%;
  }

  .contact_calendar_txt {
    font-size: 18px;
  }

  .field_label {
    font-size: 20px;
    line-height: 24px;
  }

  .check_label {
    margin-top: 6px;
    font-size: 20px;
    line-height: 24px;
  }

  .form_calendar, .txt_field {
    height: 48px;
  }

  .txt_field.file {
    width: 74%;
  }

  .frame_form_info {
    margin-bottom: 25px;
  }

  .radio_field {
    margin-bottom: 5px;
    padding-bottom: 5px;
  }

  .label_group {
    margin-bottom: 4px;
  }

  .file_button {
    width: 23%;
    height: 48px;
  }

  .check_field {
    margin-bottom: 5px;
    padding-bottom: 5px;
  }

  .video_insert_block {
    border-width: 12px;
    border-radius: 14px;
    max-height: 720px;
    box-shadow: 0 0 20px #0003;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 1.8vw;
    line-height: 2.2vw;
  }

  h1 {
    margin-top: 2vw;
    margin-bottom: 1vw;
    font-size: 4.4vw;
    line-height: 5vw;
  }

  h2 {
    margin-top: 2vw;
    margin-bottom: 1vw;
    font-size: 3.2vw;
    line-height: 3.8vw;
  }

  h3 {
    margin-top: 1.5vw;
    margin-bottom: 1vw;
    font-size: 2.6vw;
    line-height: 3vw;
  }

  h4 {
    margin-top: 1vw;
    margin-bottom: 1vw;
    font-size: 2vw;
    line-height: 2.6vw;
  }

  p {
    margin-top: 1vw;
    margin-bottom: 1.5vw;
  }

  ul, ol {
    margin-bottom: 1vw;
    padding-right: 3vw;
  }

  .calendar_year {
    margin-right: 1vw;
  }

  .calendar_item {
    height: 3.3vw;
    max-height: none;
  }

  .calendar {
    border-radius: 6px;
    width: 30%;
    margin-bottom: 3vw;
    padding-left: 0%;
    padding-right: 0%;
    font-size: 1.8vw;
    line-height: 2vw;
  }

  .calendar_day {
    border-width: .3vw;
    border-radius: .4vw;
    padding-top: .2vw;
    font-size: 1.7vw;
    line-height: 1.8vw;
  }

  .calendar_day.month:hover, .calendar_day.month_today:hover {
    border-style: none;
  }

  .calendar_list.week {
    margin-bottom: .6vw;
  }

  .calendar_date_info {
    width: 72%;
    font-size: 2vw;
    line-height: 2.4vw;
  }

  .calendar_nav_group {
    margin-bottom: 1vw;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .calendar_next_link {
    border-radius: .4vw;
    height: 3.3vw;
    max-height: none;
    padding-left: 1.2vw;
    padding-right: 1vw;
  }

  .calendar_next_link.left {
    padding-left: 1vw;
    padding-right: 1.2vw;
  }

  .visit_info_list {
    margin-bottom: 3vw;
    line-height: 2.2vw;
  }

  .visit_info_item {
    border-bottom-width: .2vw;
    padding-top: .6vw;
    padding-bottom: .6vw;
  }

  .visit_info_title {
    width: 42%;
    font-size: 1.8vw;
    line-height: 2vw;
  }

  .visit_info_group {
    width: 56%;
    padding-top: 1vw;
    padding-bottom: 1vw;
    padding-left: .5vw;
  }

  .visit_info_txt {
    margin-left: .2vw;
    margin-right: .2vw;
  }

  .top_nav_container {
    margin-left: auto;
    margin-right: 3vw;
  }

  .nav_mob_item {
    position: relative;
  }

  .desk_menu_gr {
    display: none;
  }

  .top_lang_group {
    z-index: 112;
    height: 9vw;
    padding-top: 0;
    padding-left: 3%;
    font-size: 2vw;
  }

  .nav_title_link {
    z-index: 220;
    color: #0000;
    text-align: right;
    align-items: center;
    width: 88%;
    min-height: 6.4vw;
    font-size: 2.4vw;
    font-weight: 700;
    line-height: 2.4vw;
    display: none;
    position: absolute;
    inset: 0% 0% auto;
  }

  .top_navmenu {
    background-color: var(--white-2);
    text-align: right;
    background-image: url('../images/body_bgr.jpg');
    background-position: 0 0;
    background-size: auto;
    max-height: 80vw;
    padding: .5vw 3% 3vw;
    overflow: auto;
    box-shadow: 0 6px 4px #0003;
  }

  .nav_drop {
    border-top: 2px solid var(--dark-khaki-50);
    color: #1c3b77;
    text-align: right;
    background-image: url('../images/ic_drop_bl.svg');
    background-position: 1vw 2vw;
    background-repeat: no-repeat;
    background-size: 1.8vw;
    justify-content: flex-start;
    min-height: 6vw;
    padding: 1vw 0 .8vw;
    font-size: 2.5vw;
    line-height: 2.7vw;
    transition: all .15s ease-in-out;
  }

  .nav_drop.w--open {
    color: #1c3b77;
    background-image: url('../images/ic_up_bl.svg');
  }

  .navmenu_but {
    background-image: url('../images/ic_navmenu.svg');
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 62%;
    width: 6vw;
    min-height: 9vw;
    padding: 0;
    transition: all .15s ease-in-out;
  }

  .navmenu_but.w--open {
    background-color: #0000;
    background-image: url('../images/ic_navclose.svg');
    background-position: 88%;
    background-size: 50%;
  }

  .nav_cat_mobile {
    z-index: 200;
    color: #000;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .top_sec {
    min-height: 8vw;
    font-size: 2vw;
    display: block;
    box-shadow: 0 0 1vw #00000026;
  }

  .mob_cat_txt {
    z-index: 10;
    width: 92%;
    max-width: 92%;
    padding-top: .8vw;
    padding-bottom: .8vw;
    display: block;
  }

  .desk_menu_line.lang {
    height: 3vw;
    margin-top: 0;
    margin-left: 1.5vw;
    margin-right: 1.5vw;
  }

  .nav_nolevel_link {
    border-top: 2px solid var(--dark-khaki-50);
    color: #1c3b77;
    text-align: right;
    background-image: url('../images/ic_drop_bl.svg');
    background-position: 1vw 2vw;
    background-repeat: no-repeat;
    background-size: 1.8vw;
    justify-content: flex-start;
    min-height: 6vw;
    padding: 1.8vw 0 1.6vw;
    font-size: 2.5vw;
    line-height: 2.7vw;
    transition: all .15s ease-in-out;
  }

  .nav_nolevel_link:hover {
    color: var(--dark-slate-blue);
  }

  .nav_nolevel_link.w--open {
    color: #1c3b77;
    background-image: url('../images/ar_top_bl.svg');
  }

  .cat_menu_link {
    color: #000;
    width: 25%;
    margin-top: 0;
    margin-bottom: 1.4vw;
    padding-left: 2vw;
    font-size: 2vw;
    line-height: 2.4vw;
  }

  .cat_menu_link:hover {
    color: #1c3b77;
    text-decoration: none;
  }

  .nav_droplist {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: .2vw;
  }

  .nav_droplist.w--open {
    background-color: #0000;
    border-bottom-style: none;
    place-content: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 1vw;
    position: relative;
  }

  .top_navbar {
    z-index: 110;
    background-color: #0000;
    display: block;
  }

  .top_logo {
    z-index: 111;
    width: 26vw;
    min-width: auto;
    max-width: none;
    margin-top: 1.2vw;
    margin-bottom: 0;
    position: absolute;
    right: 9vw;
  }

  .line_block {
    height: .4vw;
  }

  .top_search_link {
    height: 3vw;
    min-height: auto;
    padding-left: 3vw;
  }

  .main_slider_nav {
    height: 3.5vw;
  }

  .slide_info_gr {
    width: 52%;
  }

  .main_slide_title {
    font-size: 2.4vw;
    line-height: 2.8vw;
  }

  .slide_date_gr {
    grid-column-gap: 1vw;
    font-size: 1.3vw;
    line-height: 1.8vw;
  }

  .main_slider_link {
    font-size: 1.6vw;
  }

  .news_slider_sec {
    padding: 2vw 3% 1.5vw;
    box-shadow: 0 2px 1.2vw #0003;
  }

  .news_slider_gr {
    flex-wrap: wrap;
  }

  .slider_play_group {
    top: .5vw;
    left: 0;
  }

  .anime_pause {
    border-radius: .6vw;
    width: 5.4vw;
    min-width: 5.4vw;
    height: 5.4vw;
    padding-left: 1.6vw;
    padding-right: 1.6vw;
    box-shadow: 0 0 0 .3vw #fff;
  }

  .anime_play {
    border-radius: .6vw;
    width: 5.4vw;
    min-width: 5.4vw;
    height: 5.4vw;
    padding-left: 1.7vw;
    padding-right: 1.3vw;
    box-shadow: 0 0 0 .3vw #fff;
  }

  .anime_play:hover {
    box-shadow: 0 0 0 .3vw #00bcf2;
  }

  .anime_play:focus {
    box-shadow: 0 0 0 .3vw #ffd104;
  }

  .footer_content {
    grid-row-gap: 1vw;
    padding: 3vw 3% 4vw;
    font-size: 1.6vw;
    line-height: 2vw;
  }

  .footer_links_list {
    grid-row-gap: 1vw;
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .footer_links_item {
    margin-left: 3vw;
  }

  .main_news_title {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    width: 100%;
    padding-left: 0;
    font-size: 2.6vw;
    line-height: 2.6vw;
  }

  .main_news_slider {
    width: 90%;
    height: 7vw;
  }

  .news_slider_title {
    font-size: 2vw;
    line-height: 2.6vw;
  }

  .content_sec {
    padding-top: 3%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .content_block {
    max-width: none;
    min-height: auto;
    padding-top: 2vw;
    padding-bottom: 4vw;
  }

  .content_block.no_bgr {
    padding-top: 1vw;
  }

  .content_block.places {
    background-position: 100% 99%, 0 99%, 100% 0, 0 0;
    padding: 1vw 1% 6vw;
  }

  .content_block.smart {
    background-position: 100% 99%, 0 99%;
    background-size: 20%, 20%;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 6vw;
    padding-left: 0%;
  }

  .center_title {
    margin-top: 0;
    margin-bottom: 2vw;
    font-size: 4vw;
    line-height: 5vw;
  }

  .center_title.small {
    font-size: 3.8vw;
    line-height: 4.6vw;
  }

  .hl_list {
    max-width: none;
    margin-top: 3vw;
    margin-bottom: 5vw;
  }

  .add_button {
    border-radius: 1vw;
    width: 25%;
    max-width: none;
    margin-bottom: 2vw;
    padding: 1vw 1.5vw;
    font-size: 2.2vw;
    line-height: 3vw;
  }

  .hl_item {
    margin-bottom: 3vw;
  }

  .hl_pict_block {
    border-width: 1vw;
    border-radius: 1vw;
    height: 34vw;
    max-height: none;
    box-shadow: 0 0 1.5vw #0003;
  }

  .hl_info_block {
    padding: 2vw 2vw 2vw 3vw;
    font-size: 1.6vw;
    line-height: 2vw;
    box-shadow: 0 0 1.5vw #0003;
  }

  .hl_add_txt {
    margin-top: 1vw;
  }

  .hl_title {
    font-size: 2.2vw;
    line-height: 2.4vw;
  }

  .hl_flah {
    border-radius: .5vw;
    padding: .6vw 1.2vw .7vw;
    font-size: 1.2vw;
    line-height: 1.4vw;
    top: 1vw;
    right: 1vw;
  }

  .hl_flah.mirror {
    left: 1vw;
  }

  .cal_event_pict {
    border-radius: 1vw;
    height: 20vw;
    max-height: none;
  }

  .calendar_event_list {
    width: 67.5%;
  }

  .cal_event_title {
    margin-top: 1vw;
    font-size: 2.2vw;
    line-height: 2.4vw;
  }

  .calendar_event_link {
    border-radius: 1vw;
    font-size: 1.8vw;
    line-height: 2vw;
    box-shadow: 0 0 2vw #00000040;
  }

  .cal_event_date {
    padding-top: 2vw;
    padding-bottom: .5vw;
    padding-right: 2.5vw;
    font-size: 3.2vw;
    line-height: 4vw;
  }

  .calendar_sec {
    padding: 3%;
  }

  .calendar_group {
    max-width: none;
    margin-top: 4vw;
    margin-bottom: 4vw;
  }

  .cal_event_info {
    margin-top: -1vw;
    padding: 1.5vw 2.5vw 2vw;
    font-size: 1.7vw;
  }

  .dep_list {
    margin-top: 4vw;
    margin-bottom: 4vw;
  }

  .dep_list.tabs {
    margin-top: 3vw;
    margin-bottom: 4vw;
  }

  .dep_item_title {
    font-size: 2.4vw;
    line-height: 2.8vw;
  }

  .dep_link {
    border-width: .8vw;
    border-radius: .8vw;
    height: 19vw;
    max-height: none;
    box-shadow: 0 0 1.5vw #0003;
  }

  .breadcrumb_list {
    grid-column-gap: 1vw;
    margin-bottom: 2vw;
  }

  .breadcrumb_item {
    grid-column-gap: 1vw;
  }

  .breadcrumb_arrow {
    width: .7vw;
  }

  .title_sec.pict {
    height: 42vw;
    max-height: none;
  }

  .title_line {
    margin-top: 2vw;
    margin-bottom: 3vw;
  }

  .places_tab_link {
    padding-top: 1vw;
    padding-bottom: 1vw;
    font-size: 2.2vw;
    line-height: 3vw;
  }

  .content_gallery {
    text-align: center;
    width: 102.8%;
    margin-top: 1.5vw;
    margin-bottom: 2vw;
  }

  .gallery_link {
    border-top-style: none;
    height: 7.2vw;
    max-height: none;
    margin-bottom: 1.4vw;
    padding-top: 0;
  }

  .content_menu_list {
    display: none;
  }

  .insert_parrent_group {
    width: 100%;
    padding-bottom: 2vw;
  }

  .insert_media_group {
    margin-bottom: 0;
  }

  .insert_content_group {
    justify-content: space-between;
    padding-left: 1%;
    padding-right: 1%;
  }

  .insert_content_block.search_results, .insert_content_block.video_group {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .insert_content_block.video {
    width: 76%;
    margin-left: auto;
    margin-right: auto;
  }

  .visitors_info_block {
    width: 30%;
    margin-right: 0%;
    padding-top: 1vw;
    padding-bottom: 2vw;
  }

  .media_pict_block {
    border-width: 1vw;
    border-radius: 1vw;
    height: 52vw;
    max-height: none;
    box-shadow: 0 0 1.5vw #0003;
  }

  .pict_credit_block {
    grid-column-gap: 1vw;
    margin-top: 1vw;
    padding-left: 1vw;
    font-size: 1.6vw;
    line-height: 2vw;
  }

  .pict_credit_block.slider {
    padding-bottom: .6vw;
  }

  .cat_title_link {
    border-radius: .8vw;
    margin-top: 1.5vw;
    padding: .8vw 2.5vw;
    box-shadow: 0 0 .8vw #0003;
  }

  .media_video_block {
    border-width: 1vw;
    border-radius: 1vw;
    box-shadow: 0 0 1.5vw #0003;
  }

  .media_slider {
    border-width: 1vw;
    border-radius: 1vw;
    height: 52vw;
    max-height: none;
    box-shadow: 0 0 1.5vw #0003;
  }

  .media_slider_ar {
    border-top-left-radius: 4vw;
    border-bottom-left-radius: 4vw;
    width: 4vw;
    height: 4vw;
    font-size: 2vw;
    line-height: 2vw;
    right: -.8vw;
  }

  .media_slider_ar.left {
    border-top-right-radius: 4vw;
    border-bottom-right-radius: 4vw;
    left: -.8vw;
  }

  .visit_info_link {
    margin-left: .2vw;
    margin-right: .2vw;
  }

  .info_links_list {
    grid-column-gap: .8vw;
    grid-row-gap: .8vw;
    margin-top: 2vw;
    margin-bottom: 3vw;
    padding-bottom: 3vw;
  }

  .info_list_link {
    border-radius: 2vw;
    padding: .5vw 2vw;
    font-size: 1.6vw;
    line-height: 2.2vw;
  }

  .download_link {
    border-radius: 3vw;
    margin-bottom: 3vw;
    padding-top: 1.2vw;
    padding-bottom: 1.2vw;
    font-size: 2.2vw;
    line-height: 2.4vw;
  }

  .search_form_block {
    margin-top: 2vw;
    margin-bottom: 2vw;
  }

  .search_form {
    border-radius: 1vw;
    width: 60vw;
    max-width: none;
    padding: 1vw 2vw 1vw 1vw;
  }

  .search_field {
    width: 89%;
    height: 5vw;
    padding-left: 0;
    font-size: 2.4vw;
    line-height: 2.6vw;
  }

  .search_button {
    background-size: 62%;
    width: 10%;
    height: 5vw;
  }

  .search_results_info {
    border-bottom-width: .6vw;
    margin: 1vw 0% 2.5vw;
    padding-bottom: 1.5vw;
    font-size: 3vw;
    line-height: 3.4vw;
  }

  .search_info_txt {
    margin-left: .8vw;
    margin-right: .8vw;
  }

  .search_info_txt.start {
    margin-top: 1vw;
    margin-bottom: 1vw;
    font-size: 3vw;
    line-height: 3.4vw;
  }

  .search_results_list {
    margin-bottom: 4vw;
    font-size: 1.8vw;
    line-height: 2.2vw;
  }

  .search_results_item {
    margin-bottom: 2vw;
    padding-bottom: 2vw;
  }

  .search_results_link {
    font-size: 2vw;
    line-height: 2.6vw;
  }

  .search_item_title {
    margin-bottom: .3vw;
    font-size: 2.5vw;
    line-height: 2.7vw;
  }

  .search_item_txt {
    border-left-width: .6vw;
  }

  .radio_label {
    margin-top: .6vw;
    font-size: 2.2vw;
    line-height: 2.4vw;
  }

  .form_label_star {
    margin-top: 0;
    margin-left: 0;
    margin-right: -1.5vw;
    font-size: 2.8vw;
    font-weight: 400;
    line-height: 3.4vw;
  }

  .check_button {
    width: 4vw;
    min-width: auto;
    height: 4vw;
    margin-left: 1.2vw;
  }

  .check_button.w--redirected-checked, .check_button.w--redirected-focus {
    width: 3.4vw;
    height: 3.4vw;
    margin-top: 0;
    margin-left: 1.2vw;
  }

  .stage_title {
    margin-bottom: 1vw;
    font-size: 3vw;
    line-height: 3.4vw;
  }

  .frame_form_title {
    margin-top: 1.5vw;
    margin-bottom: 1%;
    font-size: 3.8vw;
    line-height: 4.5vw;
  }

  .form_button {
    letter-spacing: 1px;
    border-radius: 1vw;
    margin-top: 4%;
    margin-bottom: 6%;
    padding: 2vw 10%;
    font-size: 2.6vw;
    line-height: 3vw;
  }

  .form_block {
    padding-bottom: .5vw;
  }

  .form_stage {
    margin-bottom: 3vw;
    padding-bottom: 0;
    padding-left: 6%;
    padding-right: 6%;
  }

  .contact_calendar_txt {
    font-size: 2vw;
    line-height: 2vw;
  }

  .field_label {
    font-size: 2.2vw;
    line-height: 2.4vw;
  }

  .check_label {
    margin-top: .8vw;
    font-size: 2.2vw;
    line-height: 2.4vw;
  }

  .form_calendar {
    background-position: 100%;
    background-size: 4.6vw;
    justify-content: center;
    height: 5.4vw;
    margin-top: 0;
    margin-bottom: auto;
    padding-bottom: 0;
    padding-right: 5.5vw;
    font-size: 1.8vw;
    line-height: 2vw;
  }

  .form_label_txt.first {
    margin-bottom: .4vw;
  }

  .form_label_txt.red {
    margin-left: .5vw;
    margin-right: .5vw;
    font-size: 3vw;
  }

  .txt_field {
    border-radius: .5vw;
    height: 5.6vw;
    padding: .3vw 3%;
    font-size: 2.2vw;
    line-height: 2.6vw;
  }

  .txt_field.code {
    padding-left: 2%;
  }

  .txt_field.date {
    padding-left: 2%;
    padding-right: 2%;
  }

  .txt_field.calendar {
    border-radius: 0;
    margin-bottom: 0;
  }

  .txt_field.txt_area {
    min-height: 22vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
  }

  .frame_form_info {
    margin-bottom: 2vw;
    font-size: 2.4vw;
    line-height: 2.6vw;
  }

  .radio_field {
    margin-top: .4vw;
    margin-bottom: 1vw;
    margin-left: 3vw;
  }

  .field_block {
    align-items: center;
    width: 100%;
    margin-bottom: 0;
  }

  .radio_form_button {
    width: 3.8vw;
    height: 3.8vw;
    margin-left: 1.2vw;
  }

  .radio_form_button:active {
    border-width: 1vw;
  }

  .radio_form_button.w--redirected-checked, .radio_form_button.w--redirected-focus {
    border-width: 1vw;
    width: 3.6vw;
    height: 3.6vw;
  }

  .label_group {
    margin-bottom: .5vw;
    font-size: 2.2vw;
    line-height: 2.4vw;
  }

  .form_allert {
    width: 100%;
    font-size: 1.6vw;
    line-height: 1.6vw;
  }

  .file_button {
    border-radius: .5vw;
    height: 5.2vw;
    padding-bottom: .4vw;
  }

  .form_info_group {
    margin-bottom: 2vw;
    font-size: 2.2vw;
    line-height: 2.4vw;
  }

  .check_field {
    margin-top: .4vw;
    margin-bottom: 1vw;
    margin-left: 3vw;
  }

  .contact_form_group {
    width: 80%;
    max-width: none;
  }

  .allert_block {
    min-height: 2.2vw;
    padding-top: .2vw;
    font-size: 1.6vw;
    line-height: 1.6vw;
  }

  .video_insert_block {
    border-width: 1vw;
    border-radius: 1vw;
    height: 52vw;
    max-height: none;
    box-shadow: 0 0 1.5vw #0003;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 2.2vw;
    line-height: 2.6vw;
  }

  h1 {
    margin-top: 2.5vw;
    margin-bottom: 1.5vw;
    font-size: 4.6vw;
  }

  h2 {
    margin-top: 2.5vw;
    margin-bottom: 1.5vw;
    font-size: 3.6vw;
    line-height: 4vw;
  }

  h3 {
    font-size: 3vw;
    line-height: 3.4vw;
  }

  h4 {
    margin-top: 2vw;
    margin-bottom: 1.5vw;
    font-size: 2.6vw;
    line-height: 3vw;
  }

  p {
    margin-bottom: 1.5vw;
  }

  ul, ol {
    margin-bottom: 2vw;
    padding-right: 4vw;
  }

  .calendar_item {
    height: 4.6vw;
  }

  .calendar {
    width: 41%;
    margin-top: 2vw;
    margin-bottom: 4vw;
    line-height: 2.4vw;
  }

  .calendar_day {
    border-radius: .5vw;
    font-size: 2.4vw;
    line-height: 2.4vw;
  }

  .calendar_date_info {
    width: 72%;
    font-size: 2.8vw;
    line-height: 3.4vw;
  }

  .calendar_nav_group {
    width: auto;
  }

  .calendar_next_link {
    border-radius: .5vw;
    height: 4.6vw;
    padding-left: 2vw;
    padding-right: 1.7vw;
  }

  .calendar_next_link.left {
    padding-left: 1.7vw;
    padding-right: 2vw;
  }

  .footer_credit_link {
    margin-top: 1vw;
  }

  .visit_info_item {
    border-bottom-color: #00000026;
    width: 100%;
    padding-top: .6%;
    padding-bottom: .8%;
  }

  .visit_info_title {
    width: 28%;
    font-size: 2.8vw;
    line-height: 3.6vw;
  }

  .visit_info_group {
    width: 70%;
    padding: 1.5vw 1vw;
    font-size: 2.8vw;
    line-height: 3.6vw;
  }

  .visit_info_txt {
    margin-left: .5vw;
    margin-right: .5vw;
  }

  .top_nav_container {
    margin-right: 3vw;
  }

  .top_lang_group {
    height: 11vw;
    padding-left: 3vw;
  }

  .nav_title_link {
    width: 88%;
    min-height: 8.6vw;
    font-size: 2.8vw;
    line-height: 2.6vw;
  }

  .top_navmenu {
    max-height: 86vw;
    padding: 1vw 4% 2%;
  }

  .nav_drop {
    background-position: 2vw 3vw;
    background-size: 2vw;
    justify-content: flex-start;
    min-height: 8.6vw;
    padding-top: 1.4vw;
    font-size: 3.2vw;
    line-height: 3.4vw;
  }

  .navmenu_but {
    background-position: 100%;
    background-size: 58%;
    width: 8vw;
    min-height: 11vw;
  }

  .navmenu_but.w--open {
    height: 9vw;
  }

  .top_sec {
    min-height: 9vw;
  }

  .mob_cat_txt {
    width: 86%;
    padding-top: 1.2vw;
    padding-bottom: 1.2vw;
  }

  .desk_menu_line.lang {
    height: 4vw;
    margin-left: 2vw;
    margin-right: 2vw;
  }

  .nav_nolevel_link {
    background-position: 2vw 3vw;
    background-size: 2vw;
    justify-content: flex-start;
    min-height: 8.6vw;
    padding-top: 2.4vw;
    padding-bottom: 1vw;
    font-size: 3.2vw;
    line-height: 3.4vw;
  }

  .cat_menu_link {
    width: 33.3%;
    margin-bottom: 1.5vw;
    padding-left: 3vw;
    font-size: 2.6vw;
    line-height: 2.8vw;
  }

  .nav_droplist {
    padding-top: 0;
    padding-bottom: 1vw;
    padding-right: 0;
  }

  .nav_droplist.w--open {
    margin-bottom: 1vw;
    padding-bottom: 0;
  }

  .top_logo {
    width: 31vw;
    margin-top: 1.2vw;
    right: 11vw;
  }

  .line_block {
    height: .5vw;
  }

  .top_search_link {
    height: 4vw;
    padding-left: 4vw;
  }

  .main_slider {
    height: 45vw;
  }

  .main_slider_nav {
    height: 4vw;
    font-size: 1vw;
    line-height: 1.6vw;
  }

  .main_slide_content {
    grid-column-gap: 4%;
    padding: 2% 3% 3%;
  }

  .slide_pict_block {
    border-width: .8vw;
    width: 45%;
    height: 26vw;
  }

  .slide_info_gr {
    width: 53%;
    padding-left: 1vw;
    font-size: 1.8vw;
    line-height: 2.4vw;
  }

  .main_slide_title {
    font-size: 2.8vw;
  }

  .slide_date_gr {
    font-size: 1.6vw;
    line-height: 2vw;
  }

  .main_slider_link {
    margin-top: .8vw;
    font-size: 1.8vw;
  }

  .news_slider_sec {
    padding-left: 3%;
    padding-right: 3%;
    box-shadow: 0 2px 2vw #0003;
  }

  .slider_play_group {
    top: 0;
  }

  .anime_pause {
    border-radius: .8vw;
    width: 6vw;
    min-width: 6vw;
    height: 6vw;
    padding-left: 1.8vw;
    padding-right: 1.8vw;
  }

  .anime_play {
    border-radius: .8vw;
    width: 6vw;
    min-width: 6vw;
    height: 6vw;
    padding-left: 1.9vw;
    padding-right: 1.4vw;
  }

  .footer_content {
    padding-bottom: 5vw;
    padding-left: 4%;
    padding-right: 4%;
    font-size: 2vw;
    line-height: 2.6vw;
  }

  .footer_links_list {
    min-width: 52%;
    padding-left: 0;
    padding-right: 2vw;
  }

  .footer_links_item {
    margin-left: 4vw;
  }

  .main_news_title {
    font-size: 2.8vw;
    line-height: 3vw;
  }

  .news_slider_title {
    font-size: 2.2vw;
  }

  .content_block {
    background-size: 20%, 20%, 20%, 20%;
  }

  .content_block.smart {
    background-position: 99% 99%, 1% 99%;
    background-size: 20%, 20%;
    padding-top: 2vw;
  }

  .center_title {
    font-size: 4.4vw;
  }

  .center_title.small {
    margin-top: 1vw;
    margin-bottom: 3vw;
  }

  .hl_list {
    margin-top: 4vw;
  }

  .add_button {
    border-radius: 1.2vw;
    width: 30%;
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
    font-size: 2.6vw;
  }

  .hl_pict_block {
    border-radius: 1.2vw;
    box-shadow: 0 0 2vw #0003;
  }

  .hl_info_block {
    width: 49%;
    margin-right: -9%;
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
    padding-right: 3vw;
    font-size: 1.8vw;
    line-height: 2.4vw;
    box-shadow: 0 0 2vw #0003;
  }

  .hl_add_txt {
    font-size: 2.4vw;
    line-height: 3vw;
  }

  .hl_flah {
    border-radius: .6vw;
    font-size: 1.5vw;
    line-height: 1.8vw;
  }

  .calendar_event_item {
    width: 100%;
    margin-bottom: 3vw;
  }

  .cal_event_pict {
    border-radius: 1.2vw;
    height: 26vw;
  }

  .calendar_event_list {
    grid-row-gap: 0vh;
    flex-wrap: wrap;
    place-content: flex-start center;
    width: 55%;
  }

  .cal_event_title {
    font-size: 2.6vw;
    line-height: 3vw;
  }

  .calendar_event_link {
    border-radius: 1.2vw;
    font-size: 2.2vw;
    line-height: 2.4vw;
    box-shadow: 0 0 2.5vw #00000040;
  }

  .cal_event_date {
    padding-top: 3vw;
    padding-bottom: .6vw;
    padding-right: 3vw;
    font-size: 3.6vw;
  }

  .cal_event_info {
    margin-top: -1.5vw;
    padding: 2.5vw 3vw 3vw;
    font-size: 2vw;
    line-height: 2.6vw;
  }

  .dep_item {
    width: 47.8%;
  }

  .dep_item_title {
    font-size: 3.2vw;
    line-height: 3.6vw;
  }

  .dep_link {
    border-width: 1vw;
    border-radius: 1.2vw;
    height: 28vw;
    box-shadow: 0 0 2vw #0003;
  }

  .breadcrumb_list, .breadcrumb_item {
    grid-column-gap: 1.5vw;
  }

  .breadcrumb_arrow {
    width: 1vw;
  }

  .title_sec.pict {
    height: 44vw;
  }

  .title_line {
    width: 24%;
  }

  .places_tab_link {
    margin-left: 1vw;
    margin-right: 1vw;
    font-size: 2.6vw;
  }

  .content_gallery {
    text-align: center;
    margin-top: 2vw;
  }

  .gallery_link {
    height: 10vw;
    margin-bottom: 2vw;
  }

  .insert_media_group {
    margin-bottom: 1vw;
  }

  .insert_content_group {
    flex-direction: column;
    padding-left: 1.2vw;
    padding-right: 1.2vw;
  }

  .insert_content_block {
    width: 100%;
  }

  .insert_content_block.search_results, .insert_content_block.video_group {
    width: 92%;
  }

  .insert_content_block.video {
    width: 82%;
  }

  .visitors_info_block {
    width: 100%;
  }

  .media_pict_block {
    border-top-width: 1.2vw;
    border-radius: 1.2vw;
    box-shadow: 0 0 2vw #0003;
  }

  .pict_credit_block {
    margin-top: 1.2vw;
    padding-left: 1.2vw;
    font-size: 2vw;
    line-height: 2.4vw;
  }

  .pict_credit_block.slider {
    padding-bottom: 1vw;
    font-size: 2vw;
  }

  .cat_title_link {
    border-radius: 1vw;
    margin-top: 2vw;
    padding: 1vw 3vw;
    box-shadow: 0 2px 1vw #0003;
  }

  .media_video_block {
    border-width: 1.2vw;
    border-radius: 1.2vw;
    box-shadow: 0 0 2vw #0003;
  }

  .media_slider {
    border-width: 1.2vw;
    border-radius: 1.2vw;
  }

  .media_slider_ar {
    border-top-left-radius: 6vw;
    border-bottom-left-radius: 6vw;
    width: 4vw;
    height: 5vw;
    font-size: 2.5vw;
    right: -1vw;
  }

  .media_slider_ar.left {
    border-top-right-radius: 6vw;
    border-bottom-right-radius: 6vw;
    left: -1vw;
  }

  .visit_info_link {
    margin-left: .5vw;
    margin-right: .5vw;
  }

  .info_links_list {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    margin-bottom: 4vw;
    padding-bottom: 4vw;
  }

  .info_list_link {
    border-radius: 3vw;
    padding: 1vw 3vw;
    font-size: 2.2vw;
    line-height: 2.8vw;
  }

  .download_link {
    background-size: 14%;
    border-radius: 5vw;
    max-width: 50%;
    margin-bottom: 4vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
    padding-right: 8%;
    font-size: 3vw;
    font-weight: 700;
    line-height: 3.4vw;
  }

  .search_form_block {
    margin-top: 3vw;
    margin-bottom: 2.5vw;
  }

  .search_form {
    border-radius: 1.5vw;
    width: 72vw;
    padding: 1.5vw 2vw 1.5vw 1.5vw;
  }

  .search_field {
    width: 87%;
    height: 6vw;
    font-size: 3vw;
    line-height: 3.2vw;
  }

  .search_button {
    width: 12%;
    height: 6vw;
  }

  .search_results_info {
    border-bottom-width: .8vw;
    margin-bottom: 3.5vw;
    padding-bottom: 2.5vw;
    font-size: 3.8vw;
    line-height: 4.2vw;
  }

  .search_info_txt {
    margin-left: 1vw;
    margin-right: 1vw;
  }

  .search_info_txt.start {
    margin-bottom: 2vw;
    font-size: 3.6vw;
    line-height: 4vw;
  }

  .search_results_list {
    margin-bottom: 5vw;
    font-size: 2.4vw;
    line-height: 3.2vw;
  }

  .search_results_item {
    margin-bottom: 3vw;
    padding-bottom: 3vw;
  }

  .search_results_link {
    font-size: 2.6vw;
    line-height: 3.2vw;
  }

  .search_item_title {
    width: 100%;
    margin-bottom: .5vw;
    font-size: 3.2vw;
    line-height: 3.6vw;
  }

  .search_item_txt {
    border-left-width: .8vw;
    width: 100%;
  }

  .radio_label {
    color: #000;
    margin-top: 1vw;
    font-size: 2.6vw;
    line-height: 3vw;
  }

  .form_label_star {
    margin-right: -2vw;
    font-size: 3.8vw;
    line-height: 4vw;
  }

  .check_button {
    width: 5vw;
    height: 5vw;
    margin-left: 1.5vw;
  }

  .check_button:active {
    border-width: .8vw;
  }

  .check_button.w--redirected-checked, .check_button.w--redirected-focus {
    width: 4.2vw;
    height: 4.2vw;
    margin-left: 1.5vw;
  }

  .stage_title {
    margin-bottom: .8vw;
    font-size: 4.2vw;
    line-height: 5vw;
  }

  .frame_form_title {
    margin-bottom: 1.5%;
    font-size: 5vw;
    line-height: 5.2vw;
  }

  .form_button {
    border-radius: 1.2vw;
    padding-top: 2.4vw;
    padding-bottom: 2.4vw;
    font-size: 3.2vw;
    line-height: 3.8vw;
  }

  .form_block {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-bottom: 1vw;
    padding-left: 0%;
    padding-right: 0%;
  }

  .form_stage {
    border-radius: 1vw;
    padding-bottom: 2.5vw;
    padding-left: 0%;
    padding-right: 0%;
  }

  .contact_calendar_txt {
    font-size: 2.8vw;
    line-height: 3vw;
  }

  .field_label {
    margin-bottom: .2vw;
    font-size: 2.8vw;
    line-height: 3vw;
  }

  .check_label {
    color: #000;
    margin-top: 1vw;
    font-size: 2.8vw;
    line-height: 3vw;
  }

  .form_calendar {
    clear: right;
    background-size: 7vw;
    width: 30%;
    height: 8vw;
    padding-right: 9vw;
    font-size: 2.8vw;
    line-height: 3vw;
  }

  .form_label_txt.first {
    margin-bottom: .8vw;
  }

  .form_label_txt.red {
    font-size: 3.8vw;
    line-height: 3.4vw;
  }

  .txt_field {
    border-radius: .8vw;
    height: 7.4vw;
    margin-bottom: .3vw;
    font-size: 3vw;
    line-height: 3vw;
  }

  .txt_field.calendar, .txt_field.file {
    width: 66%;
  }

  .txt_field.txt_area {
    min-height: 30vw;
  }

  .frame_form_info {
    margin-bottom: 3vw;
    font-size: 2.8vw;
    line-height: 3.2vw;
  }

  .radio_field {
    margin-top: .6vw;
    margin-bottom: 1vw;
    margin-left: 3.6vw;
  }

  .radio_form_button {
    width: 5.2vw;
    height: 5.2vw;
    margin-left: 1.5vw;
  }

  .radio_form_button:active {
    border-width: 1.4vw;
  }

  .radio_form_button.w--redirected-checked, .radio_form_button.w--redirected-focus {
    border-width: 1.4vw;
    width: 4.6vw;
    height: 4.6vw;
  }

  .label_group {
    font-size: 2.8vw;
    line-height: 3vw;
  }

  .label_group.check {
    margin-top: 1vw;
    margin-bottom: .6vw;
  }

  .form_allert {
    width: 100%;
    font-size: 2vw;
    line-height: 2vw;
  }

  .file_button {
    border-radius: .8vw;
    width: 30%;
    height: 7.4vw;
    padding-bottom: .2vw;
  }

  .form_info_group {
    margin-bottom: 2vw;
    padding-left: 0%;
    padding-right: 0%;
    font-size: 2.8vw;
    line-height: 3vw;
  }

  .check_field {
    margin-top: .6vw;
    margin-bottom: 1.6vw;
    margin-left: 3.6vw;
  }

  .contact_form_group {
    width: 86%;
  }

  .allert_block {
    font-size: 2vw;
    line-height: 2vw;
  }

  .video_insert_block {
    border-top-width: 1.2vw;
    border-radius: 1.2vw;
    box-shadow: 0 0 2vw #0003;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 4vw;
    line-height: 4.6vw;
  }

  h1 {
    margin-top: 2vw;
    margin-bottom: 2vw;
    font-size: 7vw;
    line-height: 7.4vw;
  }

  h2 {
    margin-top: 3vw;
    margin-bottom: 2.5vw;
    font-size: 6.4vw;
    line-height: 7vw;
  }

  h3 {
    margin-top: 3vw;
    margin-bottom: 2vw;
    font-size: 5.4vw;
    line-height: 6vw;
  }

  h4 {
    margin-top: 3vw;
    margin-bottom: 2vw;
    font-size: 4.4vw;
    line-height: 4.8vw;
  }

  p {
    margin-top: 2vw;
    margin-bottom: 4vw;
  }

  ul, ol {
    margin-bottom: 3vw;
  }

  .calendar_year {
    margin-right: 3vw;
  }

  .calendar_item {
    height: 10vw;
    max-height: 10vw;
  }

  .calendar {
    width: 100%;
    margin-top: 3vw;
    margin-bottom: 2vw;
    padding-left: 4%;
    padding-right: 4%;
  }

  .calendar_day {
    border-width: .8vw;
    border-radius: 1.4vw;
    font-size: 5.2vw;
    line-height: 5.2vw;
  }

  .calendar_list {
    margin-top: 0;
    margin-bottom: 6vw;
  }

  .calendar_list.week {
    margin-bottom: 0;
  }

  .calendar_date_info {
    font-size: 6.2vw;
    font-weight: 400;
    line-height: 6.6vw;
  }

  .calendar_nav_group {
    align-items: center;
    margin-bottom: 2vw;
    padding-bottom: 0;
  }

  .calendar_next_link {
    border-radius: 1.4vw;
    height: 10vw;
    padding-left: 3.8vw;
    padding-right: 3.3vw;
  }

  .calendar_next_link.left {
    padding-left: 3.3vw;
    padding-right: 3.8vw;
  }

  .footer_credit_link {
    margin-top: 2vw;
    margin-left: 4vw;
    margin-right: 4vw;
    font-size: 3.8vw;
  }

  .visit_info_list {
    margin-bottom: 6vw;
  }

  .visit_info_item {
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .visit_info_title {
    letter-spacing: 0;
    width: 36%;
    font-size: 4.2vw;
    font-weight: 700;
    line-height: 4.4vw;
  }

  .visit_info_group {
    justify-content: space-between;
    width: 62%;
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
    font-size: 4.2vw;
    line-height: 4.4vw;
  }

  .visit_info_txt {
    margin-left: .8vw;
    margin-right: .8vw;
  }

  .top_nav_container {
    margin-right: 0;
  }

  .top_lang_group {
    height: 17vw;
    padding-top: 1vw;
  }

  .nav_title_link {
    width: 82%;
    min-height: 15vw;
    padding-right: 1vw;
    font-size: 4.6vw;
    line-height: 5vw;
  }

  .top_navmenu {
    max-height: 150vw;
    padding-bottom: 3%;
    padding-left: 5%;
    padding-right: 5%;
    overflow: auto;
  }

  .nav_drop {
    background-position: 2vw 5vw;
    background-size: 3.5vw;
    min-height: 14vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
    font-size: 5.2vw;
    line-height: 5.8vw;
  }

  .navmenu_but {
    background-position: 45%;
    background-size: auto 33%;
    width: 16vw;
    min-height: 17vw;
  }

  .navmenu_but.w--open {
    background-position: 45%;
    background-size: auto 32%;
    height: auto;
  }

  .top_sec {
    min-height: 16vw;
    box-shadow: 0 0 2vw #00000026;
  }

  .mob_cat_txt {
    padding-top: 2vw;
    padding-bottom: 2vw;
    padding-right: 1vw;
  }

  .desk_menu_line.lang {
    height: 6vw;
    margin-left: 3vw;
    margin-right: 3vw;
  }

  .nav_nolevel_link {
    background-position: 2vw 5vw;
    background-size: 3.5vw;
    min-height: 14vw;
    padding-top: 3.8vw;
    padding-bottom: 3.6vw;
    font-size: 5.2vw;
    line-height: 5.8vw;
  }

  .cat_menu_link {
    width: 100%;
    margin-bottom: 1vw;
    padding-top: .5vw;
    padding-bottom: 2vw;
    padding-left: 0;
    font-size: 4.6vw;
    line-height: 5.2vw;
  }

  .nav_droplist {
    padding-bottom: 2vw;
  }

  .nav_droplist.w--open {
    margin-bottom: 3vw;
  }

  .top_logo {
    width: 49vw;
    margin-top: 1vw;
    top: 1vw;
    right: 16vw;
  }

  .line_block {
    height: 1vw;
  }

  .top_search_link {
    width: 6vw;
    height: 6vw;
  }

  .main_slider_shape {
    height: 26vw;
    margin-top: 15vw;
  }

  .main_slider {
    height: 125vw;
  }

  .main_slider_nav {
    height: 7vw;
    padding-top: 1.6vw;
    font-size: 1.8vw;
    line-height: 2vw;
  }

  .main_slide_content {
    flex-direction: column;
    padding: 6vw 1% 8%;
  }

  .slide_pict_block {
    border-width: 1.6vw;
    border-radius: 3vw;
    width: 88%;
    height: 44vw;
    min-height: 44vw;
    margin-bottom: 2vw;
  }

  .slide_info_gr {
    width: 88%;
    padding-left: 0;
    padding-right: 0;
    font-size: 3.6vw;
    line-height: 4vw;
  }

  .main_slide_title {
    margin-top: 1vw;
    margin-bottom: 2vw;
    font-size: 5vw;
    line-height: 5.6vw;
  }

  .slide_date_gr {
    grid-column-gap: 2vw;
    margin-bottom: 2vw;
    font-size: 3.4vw;
    line-height: 3.8vw;
  }

  .main_slider_link {
    margin-top: 2vw;
    font-size: 4vw;
    line-height: 4.6vw;
  }

  .news_slider_sec {
    padding: 4vw 8% 4vw 4%;
    box-shadow: 0 2px 3vw #0003;
  }

  .anime_pause {
    border-radius: 1vw;
    width: 10vw;
    min-width: 10vw;
    height: 10vw;
    padding-left: 3vw;
    padding-right: 3vw;
    display: flex;
    box-shadow: 0 0 0 .5vw #fff;
  }

  .anime_pause:focus {
    box-shadow: 0 0 0 .5vw #ffd104;
  }

  .anime_play {
    width: 10vw;
    min-width: 10vw;
    height: 10vw;
    padding-left: 3.4vw;
    padding-right: 2.4vw;
    display: none;
  }

  .anime_play:hover {
    box-shadow: 0 0 0 .5vw #00bcf2;
  }

  .anime_play:focus {
    box-shadow: 0 0 0 .5vw #ffd104;
  }

  .footer_content {
    flex-direction: column;
    align-content: center;
    align-items: center;
    padding-top: 6vw;
    padding-bottom: 8vw;
    font-size: 3.6vw;
    line-height: 4vw;
  }

  .footer_links_list {
    justify-content: center;
    max-width: none;
    margin-top: 4vw;
    margin-bottom: 4vw;
    padding-right: 0;
  }

  .footer_links_item {
    margin-left: 3vw;
    margin-right: 3vw;
  }

  .main_news_title {
    font-size: 5.6vw;
    line-height: 6.2vw;
  }

  .main_news_slider {
    width: 86%;
    height: 18vw;
  }

  .news_slider_title {
    font-size: 4vw;
    font-weight: 400;
    line-height: 4.4vw;
  }

  .content_sec {
    padding: 4% 4% 5%;
  }

  .content_block {
    background-size: 28%, 28%, 28%, 28%;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .content_block.no_bgr {
    padding-top: 2vw;
  }

  .content_block.places {
    padding-top: 3vw;
    padding-left: 0%;
    padding-right: 0%;
  }

  .content_block.smart {
    background-position: 99% 100%, 0 100%;
    background-size: 30%, 30%;
    min-height: 40vh;
    padding-top: 3vw;
    padding-left: 0%;
    padding-right: 0%;
  }

  .center_title {
    margin-bottom: 3vw;
    margin-left: 2vw;
    margin-right: 2vw;
    font-size: 6.4vw;
    line-height: 6.8vw;
  }

  .center_title.small {
    margin-top: 3vw;
    font-size: 6.4vw;
    line-height: 6.8vw;
  }

  .hl_list {
    width: 96%;
    margin-top: 6vw;
    margin-bottom: 6vw;
  }

  .add_button {
    border-radius: 1.5vw;
    width: 56%;
    margin-bottom: 6vw;
    padding: 2.2vw 4vw;
    font-size: 4.6vw;
    line-height: 5.4vw;
  }

  .hl_item {
    margin-bottom: 8vw;
  }

  .hl_link_block {
    border-radius: 2vw;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 0 3vw #0003;
  }

  .hl_link_block.mirror {
    flex-direction: column;
  }

  .hl_pict_block {
    box-shadow: none;
    border-width: 1.8vw;
    border-radius: 2vw;
    width: 100%;
    height: 50vw;
  }

  .hl_info_block {
    box-shadow: none;
    width: 100%;
    margin-top: -3vw;
    margin-left: auto;
    margin-right: auto;
    padding: 5vw 5vw 4vw;
    font-size: 3.6vw;
    line-height: 4vw;
    position: static;
  }

  .hl_info_block.mirror {
    margin-left: auto;
    margin-right: auto;
  }

  .hl_add_txt {
    margin-top: 3vw;
    font-size: 4vw;
    line-height: 4.6vw;
  }

  .hl_title {
    font-size: 4.6vw;
    line-height: 5vw;
  }

  .hl_flah {
    border-radius: 1vw;
    padding: 1vw 2vw;
    font-size: 3vw;
    line-height: 3.6vw;
    top: 3vw;
    right: 3vw;
  }

  .hl_flah.mirror {
    left: auto;
    right: 2vw;
  }

  .cal_event_pict {
    height: 46vw;
  }

  .calendar_event_list {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }

  .cal_event_title {
    margin-top: 3vw;
    margin-bottom: 3vw;
    font-size: 4.6vw;
    line-height: 4.8vw;
  }

  .calendar_event_link {
    border-radius: 2vw;
    font-size: 4.4vw;
    line-height: 4.6vw;
    overflow: hidden;
    box-shadow: 0 0 8vw #0000004d;
  }

  .calendar_group {
    flex-direction: column;
  }

  .cal_event_info {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .dep_list {
    justify-content: center;
    width: 98%;
    margin: 6vw auto;
  }

  .dep_list.tabs {
    width: 98%;
    margin-bottom: 12vw;
    margin-right: auto;
  }

  .dep_item {
    width: 100%;
    margin-bottom: 4vw;
    margin-left: 0%;
    margin-right: 0%;
  }

  .dep_item_title {
    font-size: 5.6vw;
    line-height: 6vw;
  }

  .dep_link {
    border-width: 1.8vw;
    border-radius: 2vw;
    height: 50vw;
    box-shadow: 0 0 3vw #0003;
  }

  .top_search_txt {
    display: none;
  }

  .breadcrumb_list {
    grid-column-gap: 2vw;
    grid-row-gap: 1vw;
    margin-bottom: 3vw;
    font-size: 3.6vw;
    line-height: 4.2vw;
  }

  .breadcrumb_item {
    grid-column-gap: 2vw;
  }

  .breadcrumb_arrow {
    width: 1.5vw;
  }

  .title_sec.pict {
    height: 104vw;
  }

  .title_line {
    width: 40%;
    margin-top: 3vw;
    margin-bottom: 4vw;
  }

  .places_tab_link {
    text-align: center;
    border-bottom-style: none;
    border-radius: 1vw;
    margin-left: 3vw;
    margin-right: 3vw;
    padding: 2vw;
    font-size: 5vw;
    line-height: 6vw;
  }

  .places_tab_link.w--current {
    color: var(--white);
    background-color: #b29f67ba;
    border-bottom-style: none;
  }

  .content_gallery {
    width: 103%;
    margin-top: 3vw;
    margin-bottom: 4vw;
    margin-right: -1%;
  }

  .gallery_link {
    width: 31%;
    height: 17vw;
    margin: 0% 1.1% 2.4%;
  }

  .insert_content_group {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .insert_content_block.search_results, .insert_content_block.video_group {
    width: 96%;
  }

  .insert_content_block.video {
    width: 94%;
    margin-bottom: 4vw;
  }

  .media_pict_block {
    border-width: 2vw 1.8vw 1.8vw;
    border-radius: 2vw;
    width: 100%;
    height: 56vw;
    box-shadow: 0 0 3vw #0003;
  }

  .pict_credit_block {
    margin-top: 2vw;
    padding-left: 2vw;
    font-size: 3.6vw;
    line-height: 4vw;
  }

  .pict_credit_block.slider {
    padding-bottom: 2vw;
    padding-left: 2vw;
    font-size: 3.4vw;
  }

  .cat_title_link {
    border-radius: 2vw;
    margin-top: 3vw;
    margin-bottom: 1vw;
    padding: 2vw 5vw;
    font-size: 4.4vw;
  }

  .media_video_block {
    border-width: 2vw;
    border-radius: 2vw;
    width: 100%;
    box-shadow: 0 0 3vw #0003;
  }

  .media_slider {
    border-width: 2vw;
    border-radius: 2vw;
    height: 58vw;
    margin-bottom: 2vw;
    box-shadow: 0 0 3vw #0003;
  }

  .media_slider_ar {
    border-top-left-radius: 7vw;
    border-bottom-left-radius: 7vw;
    width: 6.5vw;
    height: 8vw;
    padding-left: 1vw;
    font-size: 3.4vw;
    line-height: 4vw;
    right: -2vw;
  }

  .media_slider_ar.left {
    border-top-right-radius: 7vw;
    border-bottom-right-radius: 7vw;
    padding-left: 0;
    padding-right: 1vw;
    left: -2vw;
  }

  .visit_info_link {
    margin-left: .8vw;
    margin-right: .8vw;
  }

  .info_links_list {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    margin-top: 4vw;
    margin-bottom: 8vw;
    padding-bottom: 7vw;
  }

  .info_list_link {
    border-radius: 6vw;
    padding: 2vw 4vw;
    font-size: 3.8vw;
    line-height: 4.4vw;
  }

  .download_link {
    background-position: 14%;
    background-size: 13%;
    border-radius: 9vw;
    max-width: 86%;
    margin-bottom: 8vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3vw;
    padding-bottom: 3vw;
    padding-right: 12%;
    font-size: 5.2vw;
    line-height: 6vw;
  }

  .heading {
    margin-top: 4vw;
    margin-bottom: 3vw;
  }

  .search_form_block {
    margin-top: 5vw;
    margin-bottom: 3vw;
  }

  .search_form {
    border-radius: 2vw;
    width: 88vw;
  }

  .search_field {
    height: 9vw;
    font-size: 4.6vw;
    line-height: 5vw;
  }

  .search_button {
    background-position: 30% 38%;
    background-size: 76%;
    height: 9vw;
  }

  .search_results_info {
    letter-spacing: -.4px;
    border-bottom-width: 1.2vw;
    margin-bottom: 5vw;
    padding-bottom: 3vw;
    font-size: 5.6vw;
    line-height: 6vw;
  }

  .search_info_txt {
    margin-left: 1.5vw;
    margin-right: 1.5vw;
  }

  .search_info_txt.start {
    font-size: 5vw;
    line-height: 6vw;
  }

  .search_results_list {
    margin-bottom: 9vw;
    font-size: 4.2vw;
    line-height: 5.4vw;
  }

  .search_results_item {
    margin-bottom: 4vw;
    padding-bottom: 4vw;
  }

  .search_results_link {
    font-size: 4.2vw;
    line-height: 5.2vw;
  }

  .search_item_title {
    margin-bottom: 1vw;
    font-size: 4.8vw;
    line-height: 5.3vw;
  }

  .search_item_txt {
    border-left-width: 1.2vw;
  }

  .radio_label {
    margin-top: 1.4vw;
    font-size: 4.8vw;
    line-height: 5.4vw;
  }

  .form_label_star {
    margin-left: 1vw;
    margin-right: -.4vw;
    font-size: 5.8vw;
    line-height: 6vw;
    position: relative;
  }

  .check_button {
    width: 8vw;
    height: 8vw;
    margin-left: 2.6vw;
  }

  .check_button:active {
    border-width: 1vw;
  }

  .check_button.w--redirected-checked {
    border-width: 1vw;
    width: 8vw;
    height: 8vw;
    margin-left: 2.6vw;
  }

  .check_button.w--redirected-focus {
    border-width: 1vw;
    width: 8vw;
    height: 8vw;
  }

  .stage_title {
    margin-bottom: 2vw;
    font-size: 6.2vw;
    line-height: 6.8vw;
  }

  .frame_form_title {
    margin-bottom: 2%;
    font-size: 7vw;
    line-height: 8vw;
  }

  .form_button {
    border-radius: 2vw;
    min-width: 74%;
    padding: 4vw 5vw;
    font-size: 5.2vw;
    line-height: 6vw;
  }

  .form_block {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 0;
    padding-left: 0%;
  }

  .form_stage {
    border-radius: 2vw;
    justify-content: center;
    margin-bottom: 5vw;
    padding-top: 2vw;
    padding-bottom: 5vw;
  }

  .contact_calendar_txt {
    float: none;
    font-size: 3.8vw;
    line-height: 3vw;
    display: block;
    position: relative;
    top: 1.4vw;
  }

  .field_label {
    margin-bottom: .5vw;
    font-size: 4.6vw;
    line-height: 5vw;
  }

  .check_label {
    margin-top: 1.4vw;
    font-size: 4.8vw;
    line-height: 5vw;
  }

  .form_calendar {
    background-position: 50% 0;
    background-size: 10.5vw;
    justify-content: flex-end;
    align-items: center;
    width: 28%;
    height: 13vw;
    padding-right: 0;
  }

  .form_label_txt.red {
    font-size: 5.2vw;
  }

  .txt_field {
    border-radius: 1.5vw;
    height: 12vw;
    font-size: 4.6vw;
    line-height: 5vw;
  }

  .txt_field.code {
    text-align: center;
    width: 26%;
    padding-left: .5%;
    padding-right: 1%;
  }

  .txt_field.num {
    width: 72%;
  }

  .txt_field.mail {
    height: 14vw;
  }

  .txt_field.date {
    width: 32%;
  }

  .txt_field.calendar, .txt_field.file {
    width: 67%;
  }

  .txt_field.txt_area {
    min-height: 68vw;
  }

  .frame_form_info {
    font-size: 4.4vw;
    line-height: 5vw;
  }

  .radio_field {
    width: 100%;
    margin-top: .6vw;
    margin-bottom: 3vw;
    margin-left: 0;
  }

  .field_block {
    width: 100%;
    padding-right: 0;
  }

  .radio_form_button {
    width: 8vw;
    height: 8vw;
    margin-left: 2.6vw;
  }

  .radio_form_button:active {
    border-width: 1.2vw;
  }

  .radio_form_button.w--redirected-checked {
    border-width: 1.4vw;
    width: 8vw;
    height: 8vw;
  }

  .radio_form_button.w--redirected-focus {
    border-width: 1.2vw;
    width: 8vw;
    height: 8vw;
  }

  .label_group {
    width: 100%;
    margin-top: 0;
    margin-bottom: .5vw;
    font-size: 4.8vw;
    line-height: 5vw;
  }

  .label_group.check {
    margin-top: 3vw;
    margin-bottom: 1vw;
  }

  .form_allert {
    padding-right: 3.6vw;
    font-size: 3.5vw;
    line-height: 3.8vw;
  }

  .file_button {
    border-radius: 1.5vw;
    width: 26%;
    height: 11.6vw;
    margin-top: .1vw;
    padding-bottom: .8vw;
    padding-left: 11%;
    padding-right: 11%;
  }

  .form_info_group {
    margin-top: 0;
    margin-bottom: 3vw;
    font-size: 4vw;
    line-height: 4.6vw;
  }

  .check_field {
    width: 100%;
    margin-top: 1.5vw;
    margin-bottom: 3vw;
    margin-left: 0;
  }

  .contact_form_group {
    width: 98%;
  }

  .allert_block {
    min-height: 4vw;
    font-size: 3.5vw;
    line-height: 3.8vw;
  }

  .title_pict {
    display: none;
  }

  .title_pict.mobile {
    display: block;
  }

  .video_insert_block {
    border-width: 2vw 1.8vw 1.8vw;
    border-radius: 2vw;
    width: 100%;
    height: 56vw;
    box-shadow: 0 0 3vw #0003;
  }
}


