.imgMeme {
  /* height: 180px; */
  @media screen and (max-width: 1800px) {
    /* phone */
    margin-right: 40px;
    height: 110px;
  }
  @media screen and (min-width: 1801px) and (max-width: 2400px) {
    /* desktop */
    height: 100px;
    margin-right: 20px;
  }
  @media screen and (min-width: 2401px) {
    /* surface */
    height: 180px;
    margin-right: 100px;
  }
}
.fixed {
  position: fixed;
}
body {
  margin: 0px;
}
.flexWrap {
  display: flex;
  flex-wrap: wrap;
}
.verticalTop {
  vertical-align: top;
}
.marginTop {
  @media screen and (max-width: 1800px) {
    /* phone */
    margin-top: 30px;
  }
  @media screen and (min-width: 1801px) and (max-width: 2400px) {
    /* desktop */
    margin-top: 30px;
    margin-right: 20px;
  }
  @media screen and (min-width: 2401px) {
    /* surface */
    margin-top: 30px;
    margin-right: 20px;
  }
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;

  width: 100%;
  position: fixed;

  @media screen and (max-width: 1800px) {
    /* phone */
    font-size: 30px;
    height: 140px;
    color: red;
  }
  @media screen and (min-width: 1801px) and (max-width: 2400px) {
    /* desktop */
    color: blue;
  }
  @media screen and (min-width: 2401px) {
    /* surface */
    font-size: 30px;
    color: green;
  }
}
.headerWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 200000px;
  width: 100%;
  margin: 0 auto;
}
.imgIcon {
  border-radius: 50%;
  @media screen and (max-width: 1800px) {
    /* phone */
    margin-left: 30px;
    width: 10%;
    height: 75%;
  }
  @media screen and (min-width: 1801px) and (max-width: 2400px) {
    /* desktop */
    margin-left: 40px;
    width: 3%;
    height: 80%;
  }
  @media screen and (min-width: 2401px) {
    /* surface */
    margin-left: 80px;
    width: 4%;
    height: 90%;
  }
}
.sizeMenu {
  @media screen and (max-width: 1800px) {
    /* phone */
    padding-top: 150px;
    margin-bottom: 35px;
    display: block;
    /* display: none; */
  }
  @media screen and (min-width: 1801px) and (max-width: 2400px) {
    /* desktop */
    padding-top: 110px;
    margin-bottom: 40px;
    display: block;
  }
  @media screen and (min-width: 2401px) {
    /* surface */
    padding-top: 210px;
    margin-bottom: 50px;
    display: block;
  }
}
.sizeAbout {
  @media screen and (max-width: 1800px) {
    /* phone */
    height: 300px;
  }
  @media screen and (min-width: 1801px) and (max-width: 2400px) {
    /* desktop */
    height: 300px;
  }
  @media screen and (min-width: 2401px) {
    /* surface */
    height: 250px;
  }
}
.linkMenu {
  @media screen and (max-width: 1800px) {
    /* phone */
    font-size: 30px;
    margin-left: 15px;
    margin-right: 15px;
  }
  @media screen and (min-width: 1801px) and (max-width: 2400px) {
    /* desktop */
    font-size: large;
    margin-left: 35px;
    margin-right: 35px;
  }
  @media screen and (min-width: 2401px) {
    /* surface */
    font-size: 20px;
    margin-left: 35px;
    margin-right: 35px;
  }
}
.iframeWidth {
  @media screen and (max-width: 1800px) {
    /* phone */
    width: 900px;
  }
  @media screen and (min-width: 1801px) and (max-width: 2400px) {
    /* desktop */
    width: 700px;
  }
  @media screen and (min-width: 2401px) {
    /* surface */
    width: 1200px;
  }
}
.iframeHarfWidth {
  @media screen and (max-width: 1800px) {
    /* phone */
    width: 400px;
  }
  @media screen and (min-width: 1801px) and (max-width: 2400px) {
    /* desktop */
    width: 350px;
  }
  @media screen and (min-width: 2401px) {
    /* surface */
    width: 600px;
  }
}

.shopFront {
  @media screen and (max-width: 1800px) {
    /* phone */
    height: 600px;
  }
  @media screen and (min-width: 1801px) and (max-width: 2400px) {
    /* desktop */
    height: 500px;
  }
  @media screen and (min-width: 2401px) {
    /* surface */
    height: 700px;
  }
}
.sizeWelcome {
  background-color: #ffefb9;
  @media screen and (max-width: 1800px) {
    /* phone */
    height: 350px;
  }
  @media screen and (min-width: 1801px) and (max-width: 2400px) {
    /* desktop */
    height: 500px;
  }
  @media screen and (min-width: 2401px) {
    /* surface */
    height: 700px;
  }
}
.sizeHome {
  @media screen and (max-width: 1800px) {
    /* phone */
    height: 550px;
  }
  @media screen and (min-width: 1801px) and (max-width: 2400px) {
    /* desktop */
    height: 550px;
  }
  @media screen and (min-width: 2401px) {
    /* surface */
    height: 700px;
  }
}
.sizeAboutPic {
  @media screen and (max-width: 1800px) {
    /* phone */
    height: 450;
  }
  @media screen and (min-width: 1801px) and (max-width: 2400px) {
    /* desktop */
    height: 550px;
  }
  @media screen and (min-width: 2401px) {
    /* surface */
    height: 600px;
  }
}
.sizePlan {
  @media screen and (max-width: 1800px) {
    /* phone */
    height: 550px;
  }
  @media screen and (min-width: 1801px) and (max-width: 2400px) {
    /* desktop */
    height: 1000px;
  }
  @media screen and (min-width: 2401px) {
    /* surface */
    height: 700px;
  }
}
.sizePlanLong {
  @media screen and (max-width: 1800px) {
    /* phone */
    height: 900px;
  }
  @media screen and (min-width: 1801px) and (max-width: 2400px) {
    /* desktop */
    height: 1000px;
  }
  @media screen and (min-width: 2401px) {
    /* surface */
    height: 900px;
  }
}
.sizeCalendar {
  @media screen and (max-width: 1800px) {
    /* phone */
    height: 600px;
  }
  @media screen and (min-width: 1801px) and (max-width: 2400px) {
    /* desktop */
    height: 600px;
  }
  @media screen and (min-width: 2401px) {
    /* surface */
    height: 600px;
  }
}
.sizeShop {
  @media screen and (max-width: 1800px) {
    /* phone */
    height: 500px;
  }
  @media screen and (min-width: 1801px) and (max-width: 2400px) {
    /* desktop */
    height: 500px;
  }
  @media screen and (min-width: 2401px) {
    /* surface */
    height: 500px;
  }
}
.sizeStaff {
  @media screen and (max-width: 1800px) {
    /* phone */
    height: 600px;
  }
  @media screen and (min-width: 1801px) and (max-width: 2400px) {
    /* desktop */
    height: 800px;
  }
  @media screen and (min-width: 2401px) {
    /* surface */
    height: 600px;
  }
}
.sizeAccess {
  @media screen and (max-width: 1800px) {
    /* phone */
    height: 650px;
  }
  @media screen and (min-width: 1801px) and (max-width: 2400px) {
    /* desktop */
    height: 650px;
  }
  @media screen and (min-width: 2401px) {
    /* surface */
    height: 650px;
  }
}
.sizeAccessPhoto {
  @media screen and (max-width: 1800px) {
    /* phone */
    height: 650px;
  }
  @media screen and (min-width: 1801px) and (max-width: 2400px) {
    /* desktop */
    height: 650px;
  }
  @media screen and (min-width: 2401px) {
    /* surface */
    height: 650px;
  }
}
.sizeDevelopment {
  @media screen and (max-width: 1800px) {
    /* phone */
    height: 300px;
  }
  @media screen and (min-width: 1801px) and (max-width: 2400px) {
    /* desktop */
    height: 300px;
  }
  @media screen and (min-width: 2401px) {
    /* surface */
    height: 300px;
  }
}
.separatorTop {
  @media screen and (max-width: 1800px) {
    /* phone */
    margin-top: 60px;
  }
  @media screen and (min-width: 1801px) and (max-width: 2400px) {
    /* desktop */
    margin-top: 60px;
  }
  @media screen and (min-width: 2401px) {
    /* surface */
    margin-top: 60px;
  }
}
.separatorText {
  @media screen and (max-width: 1800px) {
    /* phone */
    font-size: 20px;
  }
  @media screen and (min-width: 1801px) and (max-width: 2400px) {
    /* desktop */
    font-size: 20px;
  }
  @media screen and (min-width: 2401px) {
    /* surface */
    font-size: 20px;
  }
}
.separatorBottom {
  @media screen and (max-width: 1800px) {
    /* phone */
    margin-bottom: 60px;
  }
  @media screen and (min-width: 1801px) and (max-width: 2400px) {
    /* desktop */
    margin-bottom: 60px;
  }
  @media screen and (min-width: 2401px) {
    /* surface */
    margin-bottom: 60px;
  }
}
.footer {
  background-color: rgb(30, 30, 30);
  @media screen and (max-width: 1800px) {
    /* phone */
    margin-top: 160px;
  }
  @media screen and (min-width: 1801px) and (max-width: 2400px) {
    /* desktop */
    margin-top: 160px;
  }
  @media screen and (min-width: 2401px) {
    /* surface */
    margin-top: 160px;
  }
}
.sizeFooter {
  @media screen and (max-width: 1800px) {
    /* phone */
    width: 450px;
    height: 250px;
  }
  @media screen and (min-width: 1801px) and (max-width: 2400px) {
    /* desktop */
    height: 300px;
  }
  @media screen and (min-width: 2401px) {
    /* surface */
    height: 300px;
  }
}
.marginDev {
  margin-left: 100px;
  margin-right: 100px;
}
