.slide-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: unset;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1000;
  transition: all 0.5s ease;
  background-color: #FFFFFF;
  visibility: hidden;
}

.slide-menu.slide-menu-open {
  transform: translate3d(0, 0, 0);
  visibility: visible;
}

.slide-menu-overlay {
  background-color: #000;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  transition: all 0.1s ease;
}

.cross-close {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: 0.3s ease;
}
.cross-close .cross_line {
  position: absolute;
  left: -5px;
  height: 1px;
  background-color: #333;
  transform-origin: center center;
  transition: 0.2s ease;
}
.cross-close .mod_1 {
  top: 12px;
  transform: rotate(45deg);
}
.cross-close .mod_2 {
  bottom: 11px;
  transform: rotate(-45deg);
}
@media (min-width: 1200px) {
  .cross-close:hover .mod_1 {
    transform: rotate(135deg);
  }
  .cross-close:hover .mod_2 {
    transform: rotate(45deg);
  }
}

.menu-open {
  overflow: hidden;
}
.menu-open .slide-menu-overlay {
  visibility: visible;
  opacity: 0.6;
}

.slide-menu_close {
  max-width: 1067px;
  margin: 0 auto;
  position: relative;
}

.menu-desktop.upcase {
  text-transform: uppercase;
}
.menu-desktop.upcase .menu-desktop_link {
  font-size: 14px;
}
.menu-desktop {
  transform: translate3d(0, -100%, 0);
  background: white;
  width: 100%;
  box-shadow: 0 8px 14px rgba(0, 0, 0, 0.06);
  font-family: "Geometria";
  display: none;
  height: 100vh;
}
@media (min-width: 1200px) {
  .menu-desktop {
    display: block;
  }
}
.menu-desktop .cross_line {
  width: 34px;
}
.menu-desktop .cross-close {
  top: 26px;
  left: 35px;
}
.menu-desktop .menu-desktop_container {
  margin: 0 auto;
  min-height: 100%;
  overflow: auto;
  display: flex;
  align-items: flex-start;
}
.menu-desktop .menu-desktop_section {
  flex: 1 50%;
  width: 50%;
  min-width: 50%;
  padding-top: 38px;
  padding-bottom: 40px;
  align-self: stretch;
}
.menu-desktop .menu-desktop_section.left {
  display: grid;
  background: #F5F5F5;
  padding-right: 45px;
}
.menu-desktop .menu-desktop_section.left .menu-desktop_cols {
  justify-content: flex-end;
}
.menu-desktop .menu-desktop_section.left .menu-desktop_col:not(:first-of-type) {
  margin-left: 97px;
}
.menu-desktop .menu-desktop_section.right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 91px;
}
.menu-desktop .menu-desktop_section.right .menu-desktop_cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 42px;
  justify-content: flex-start;
}
.menu-desktop .menu-desktop_title {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  color: #828282;
}
.menu-desktop .menu-desktop_title.mt-auto {
  margin-top: auto;
}
.menu-desktop .menu-desktop_link-a {
  position: relative;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  color: inherit;
}
.menu-desktop .menu-desktop_link-a:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  background: #234D87;
  transition: all 0.2s;
}
.menu-desktop .menu-desktop_link-a:hover {
  transition: all 0.2s;
  color: #234D87;
}
.menu-desktop .menu-desktop_link-a:hover:after {
  width: 100%;
}
.menu-desktop .menu-desktop_cols {
  display: flex;
  align-items: flex-start;
}
.menu-desktop .menu-desktop_col {
  position: relative;
  z-index: 3;
  align-self: stretch;
}
.menu-desktop .menu-desktop_col.flex-col {
  display: flex;
  flex-direction: column;
}
.menu-desktop .menu-desktop_col.mod_1 .menu-desktop_list {
  font-family: "Praho";
  font-weight: 500;
  font-size: 26px;
  color: #333744;
}
.menu-desktop .menu-desktop_col.mod_1 .menu-desktop_link {
  line-height: 55px;
}
.menu-desktop .menu-desktop_col.mod_1 .menu-desktop_link-a:after {
  bottom: -10px;
}
.menu-desktop .menu-desktop_col.mod_1 .menu-desktop_title {
  margin-bottom: 7px;
}
.menu-desktop .menu-desktop_col.mod_2 .menu-desktop_list {
  font-weight: 400;
  font-size: 14px;
  color: #333744;
}
.menu-desktop .menu-desktop_col.mod_2 .menu-desktop_link {
  line-height: 35px;
}
.menu-desktop .menu-desktop_col.mod_2 .menu-desktop_link-a:after {
  bottom: -6px;
}
.menu-desktop .menu-desktop_col.mod_2 .menu-desktop_title {
  margin-bottom: 18px;
}
.menu-desktop .menu-desktop_col.mod_3 .menu-desktop_list {
  font-weight: 500;
  font-size: 14px;
  color: #333744;
}
.menu-desktop .menu-desktop_col.mod_3 .menu-desktop_link {
  line-height: 40px;
  min-width: 170px;
}
.menu-desktop .menu-desktop_col.mod_3 .menu-desktop_link-a {
  text-transform: uppercase;
}
.menu-desktop .menu-desktop_col.mod_3 .menu-desktop_link-a:after {
  bottom: -6px;
}
.menu-desktop .menu-desktop_col.mod_3 .menu-desktop_title {
  margin-bottom: 13px;
}
.menu-desktop .menu-desktop_col .mod_photo {
  margin-top: 28px;
}
.menu-desktop .menu-desktop_cabinet {
  display: flex;
  align-items: center;
  border: 1px solid #eaeaea;
  padding: 9px 15px;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  transition: background 0.2s;
}
.menu-desktop .menu-desktop_cabinet:hover {
  background: #F5F5F5;
}
.menu-desktop .menu-desktop_cabinet .menu-desktop_cabinet-text {
  margin-right: 8px;
  color: #4f4f4f;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.menu-desktop .menu-desktop_cabinet .menu-desktop_cabinet-icon {
  width: 15px;
  height: 15px;
  fill: #bdbdbd;
}
.menu-desktop .menu-desktop_footer {
  margin-top: auto;
  position: relative;
  z-index: 2;
  width: -moz-fit-content;
  width: fit-content;
}
.menu-desktop .menu-desktop_footer-links {
  justify-items: flex-start;
  align-items: center;
  margin-left: -5px;
  margin-bottom: 20px;
}
.menu-desktop .menu-desktop_footer-link {
  position: relative;
  font-weight: 400;
  font-size: 11px;
  text-transform: uppercase;
  padding: 5px;
  color: #767676;
  transition: all 0.2s;
  white-space: nowrap;
  margin-right: 10px;
  margin-bottom: 2px;
  display: inline-block;
}
.menu-desktop .menu-desktop_footer-link:after {
  content: "";
  position: absolute;
  left: 5px;
  width: 0;
  height: 1px;
  bottom: 1px;
  background: #234D87;
  transition: all 0.2s;
}
.menu-desktop .menu-desktop_footer-link:hover {
  transition: all 0.2s;
  color: #234D87;
}
.menu-desktop .menu-desktop_footer-link:hover:after {
  width: calc(100% - 10px);
}
.menu-desktop .locale_switcher {
  display: flex;
  align-items: center;
}
.menu-desktop .locale_switcher a, .menu-desktop .locale_switcher span {
  font-size: 14px;
  margin: 0;
}
.menu-desktop .locale_switcher .mod_active {
  color: #1E1E1E;
}
.menu-desktop .menu-mobile_footer-links {
  margin-left: -5px;
  margin-bottom: 12px;
}
.menu-desktop .menu-mobile_footer-link {
  display: block;
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 5px;
  color: #767676;
  margin-bottom: 9px;
}
.menu-desktop .switcher_container {
  margin-left: -5px;
  display: grid;
  grid-template-columns: auto auto;
  margin-bottom: 25px;
}
.menu-desktop .switcher_container.no_margin {
  margin-bottom: 0;
}
.menu-desktop .menu-desktop_container.mod_reverse .left {
  padding-left: 95px;
}
.menu-desktop .menu-desktop_container.mod_reverse .left .menu-desktop_cols {
  justify-content: flex-start;
}
.menu-desktop .menu-desktop_container.mod_reverse .right {
  padding-right: 95px;
}
.menu-desktop .menu-desktop_container.mod_reverse .right .menu-desktop_cols {
  justify-content: unset;
}
.menu-desktop .menu-desktop_container.mod_reverse .right .right_wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  margin-left: auto;
}

.menu-mobile {
  transform: translate3d(-100%, 0, 0);
  background: white;
  width: 100%;
  max-width: 600px;
  padding: 0 15px;
  height: 100%;
  font-family: "Geometria";
  display: block;
  bottom: 0;
}
@media (min-width: 1200px) {
  .menu-mobile {
    display: none;
  }
}
@media (max-width: 1199px) {
  .menu-mobile .menu-desktop_link.mod_mob-hide {
    display: none;
  }
}
.menu-mobile .search-icon {
  display: block;
  right: unset;
  left: 0;
  top: 27px;
}
.menu-mobile .cross_line {
  width: 27px;
}
.menu-mobile .cross-close {
  top: 16px;
  right: 0;
}
.menu-mobile .menu-mobile_container {
  max-width: 1067px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 79px;
  padding-bottom: 55px;
}
.menu-mobile .menu-mobile_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 13px 17px 15px;
  font-family: "Praho";
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  color: #333;
  cursor: pointer;
  line-height: 29px;
}
.menu-mobile .menu-mobile_title span::-moz-selection {
  background: transparent;
}
.menu-mobile .menu-mobile_title span::selection {
  background: transparent;
}
.menu-mobile .menu-mobile_title svg {
  display: block;
  width: 16px;
  height: 8px;
  stroke: #333;
  margin-top: 5px;
  transition: all 0.15s;
}
.menu-mobile .menu-mobile_title.rotate-icon svg {
  transform: rotateZ(180deg);
}
.menu-mobile .menu-mobile_title.mod_padding {
  padding: 8px 13px 8px 15px;
}
.menu-mobile .menu-mobile_list {
  display: none;
  padding-bottom: 25px;
}
.menu-mobile .menu-mobile_list.mod_visible {
  display: block;
}
.menu-mobile .menu-mobile_link {
  font-family: "Geometria";
  font-weight: 400;
  font-size: 12px;
  line-height: 40px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: #333744;
}
.menu-mobile .menu-mobile_link-a {
  display: block;
  width: 100%;
  color: inherit;
  padding-left: 33px;
}
.menu-mobile .menu-mobile_cols {
  color: #767676;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 50px;
}
.menu-mobile .menu-mobile_col {
  position: relative;
  z-index: 3;
  border-bottom: 1px solid #EAEAEA;
}
.menu-mobile .menu-mobile_col:first-of-type {
  border-top: 1px solid #EAEAEA;
}
.menu-mobile .menu-mobile_col.mod_no-borders {
  border: none;
}
.menu-mobile .menu-mobile_cabinet {
  display: flex;
  align-items: center;
  border: 1px solid #eaeaea;
  padding: 9px 15px;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
}
.menu-mobile .menu-mobile_cabinet .menu-mobile_cabinet-text {
  margin-right: 8px;
  color: #4f4f4f;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.menu-mobile .menu-mobile_cabinet .menu-mobile_cabinet-icon {
  width: 15px;
  height: 15px;
  fill: #bdbdbd;
}
.menu-mobile .menu-mobile_events {
  margin: auto 0;
}
.menu-mobile .menu-mobile_events a {
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 5px 0;
  color: #767676;
  font-size: 14px;
  margin: 0;
}
.menu-mobile .menu-mobile_events .mod_active {
  color: #1E1E1E;
}
.menu-mobile .menu-mobile_events .mod_padding {
  padding: 8px 13px 8px 15px;
}
.menu-mobile .menu-mobile_footer {
  position: relative;
  z-index: 2;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 20px;
  margin-top: auto;
}
.menu-mobile .locale_switcher {
  display: block;
  align-items: center;
  margin: 5px 0 5px;
}
.menu-mobile .locale_switcher a, .menu-mobile .locale_switcher span {
  font-size: 14px;
  margin: 0;
}
.menu-mobile .locale_switcher .mod_active {
  color: #1E1E1E;
}
.menu-mobile .menu-mobile_footer-links {
  margin-left: -5px;
  margin-bottom: 12px;
}
.menu-mobile .menu-mobile_footer-links .mod_mt {
  margin-top: 25px;
}
@media (max-width: 1199px) {
  .menu-mobile .mod_hide-br br {
    display: none;
  }
}
.menu-mobile .menu-mobile_footer-link {
  display: block;
  font-weight: 400;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 5px;
  color: #767676;
  margin-bottom: 9px;
}
