.logo__onlymobile {
  margin: auto;
  margin-top: 46px;
  width: 50vw;
  max-width: 260px;
  height: 33vw;
  max-height: 160px;
  background: url(/i/samgmu-logo-iso.png); 
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

@media (min-width: 993px) {
/* @media (min-width: 900px) { */
  .menu_mobile,
  .logo__onlymobile {
    display: none !important;
  }
}
@media (max-width: 992px) {
/* @media (max-width: 900px) { */
  nav {
    display: none;
  }
}

@media screen and (min-width: 993px) {
  /* @media screen and (min-width: 901px) { */
    .menu_mobile {
      display: none;
    }
  }


body {
  padding: 0;
  margin: 0;
  position: relative;
}

.menu_mobile * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.menu_mobile {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  width: 100%;
  background-color: #fff;
  opacity: 0.97;
}

.menu_mobile .container {
  width: 100%;
  margin: 0 auto;
  max-width: 900px;
}

.menu_mobile h1,
.menu_mobile h2,
.menu_mobile h3,
.menu_mobile h4,
.menu_mobile h5,
.menu_mobile h6,
.menu_mobile p,
.menu_mobile ul,
.menu_mobile ol {
  padding: 0;
  margin: 0;
}

.menu_mobile a {
  text-decoration: none;
  outline: transparent;
}

.menu_mobile li {
  list-style-type: none;
}

.menu_mobile .hidden {
  display: none;
}

.menu_mobile__wrap {
  padding: 0 25px;


}

.menu_mobile__wrap_1 {
  padding-top: 25px;
  padding-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.menu_mobile__wrap_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 25px;
}

.menu_mobile__wrap_3 {
  padding: 25px 35px;
  margin: 0 -35px;
  width: calc(100% + 70px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse nowrap;
          flex-flow: row-reverse nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.menu_mobile__wrap_4 {
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 100px;
  padding-left: 0;
}

.menu_mobile .burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
cursor: pointer;
}

.menu_mobile .burger span:not(:nth-child(3)) {
//  margin-bottom: 8px;
}

.menu_mobile .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.menu_mobile .search__title {
  font-family: 'Montserrat';
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  margin-left: 10px;
  color: #314359;
}

.menu_mobile .language {
  position: relative;
  top: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.menu_mobile .language__title {
  font-family: 'Montserrat';
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  margin-left: 8px;
  color: #314359;
}

.menu_mobile .arrow {
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: relative;
}

.menu_mobile .arrow span {
  position: absolute;
  top: 50%;
  left: 0;
}

.menu_mobile .arrow span:nth-child(1) {
  display: block;
  width: 13px;
  height: 1.5px;
  background: #3E3E3E;
  -webkit-transform: rotate(-45deg) translate(3px, -4px);
      -ms-transform: rotate(-45deg) translate(3px, -4px);
          transform: rotate(-45deg) translate(3px, -4px);
}

.menu_mobile .arrow span:nth-child(2) {
  display: block;
  width: 26px;
  height: 1.5px;
  background: #3E3E3E;
}

.menu_mobile .arrow span:nth-child(3) {
  display: block;
  width: 13px;
  height: 1.5px;
  background: #3E3E3E;
  -webkit-transform: rotate(45deg) translate(3px, 4px);
      -ms-transform: rotate(45deg) translate(3px, 4px);
          transform: rotate(45deg) translate(3px, 4px);
}

.menu_mobile .cross {
  cursor: pointer;
  width: 25px;
  height: 19px;
  position: relative;
}

.menu_mobile .cross span {
  position: absolute;
  top: 50%;
  left: 0;
}

.menu_mobile .cross span:nth-child(1) {
  display: block;
  width: 12px;
  height: 1.5px;
  background: #3E3E3E;
  -webkit-transform: rotate(45deg) translate(-2px, -6px);
      -ms-transform: rotate(45deg) translate(-2px, -6px);
          transform: rotate(45deg) translate(-2px, -6px);
}

.menu_mobile .cross span:nth-child(2) {
  display: block;
  width: 30px;
  height: 1.5px;
  background: #3E3E3E;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.menu_mobile .cross span:nth-child(3) {
  display: block;
  width: 12px;
  height: 1.5px;
  background: #3E3E3E;
  -webkit-transform: rotate(45deg) translate(15px, -6px);
      -ms-transform: rotate(45deg) translate(15px, -6px);
          transform: rotate(45deg) translate(15px, -6px);
}

.menu_mobile .link {
  margin-left: 0px;    
  max-width: 83%;
}

.menu_mobile .link_main {
  margin-top: -5px;
}

.menu_mobile .link__page2 li:nth-child(1) {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
  color: #314359;
  margin-left: -13px;
  margin-bottom: 30px;
}

.menu_mobile .link__title {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
  color: #314359;
  /*margin-left: -13px;*/
  margin-bottom: 20px;
}

.menu_mobile .link__title a {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 27px;
  color: #314359;
  margin-bottom: 30px;
}

.menu_mobile .link .not_cursor {
  cursor: text;
}

.menu_mobile .link__level-1,
.menu_mobile .link__level-1 a,
.menu_mobile .link__level-2,
.menu_mobile .link__level-2 a {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
  color: #314359;
  text-decoration: none;
  cursor: pointer;
}

.menu_mobile .link__level-1:not(:last-child),
.menu_mobile .link__level-1 a:not(:last-child),
.menu_mobile .link__level-2:not(:last-child),
.menu_mobile .link__level-2 a:not(:last-child) {
  margin-bottom: 18px;
  margin-top: 10px;
}

.menu_mobile .link__level-3,
.menu_mobile .link__level-3 a {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #006CB4;
  margin-bottom: 25px;
  cursor: pointer;
}

.menu_mobile .link__text {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #314359;
  margin-bottom: 30px;
}

.hidden {
  display: none;
}



.overflow {
  overflow: hidden;
}