header {
  position: fixed;
  width: 100%;
  background-color: #CED5D6;
  display: none;
  z-index: 100;
  opacity: 1;
  transition: 0s;
}

header.fixed {
  z-index: 13;
}

header .inner .inner-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  padding: 15px 100px;
  margin: auto;
}

header .miknitsLogo {
  width: 287px;
}

header .headerLinks {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 64px;
}

header .headerLinks > li {
  position: relative;
  cursor: pointer;
}

header .headerLinks > li:hover > img:not(.tgl) {
  opacity: .8;
}

header .headerLinks > li > ul {
  display: none;
  position: absolute;
  top: 39px;
  right: 0;
}

header .headerLinks > li > ul > li {
  position: relative;
}

header .headerLinks > li:nth-of-type(1) {
  width: 23px;
  height: 26px;
  margin-top: 1px;
}

header .headerLinks > li:nth-of-type(1) > img {
  position: absolute;
  width: 23px;
}

header .headerLinks > li:nth-of-type(1) > img.hide {
  display: none;
}

header .headerLinks > li:nth-of-type(1) > ul {
  top: 40px;
}

header .headerLinks > li:nth-of-type(2) > img {
  width: 23px;
}

header .headerLinks > li:nth-of-type(2) > ul {
  width: 300px;
  background-color: #CED5D6;
}

header .headerLinks > li:nth-of-type(2) > ul > li {
  border-bottom: 1px solid #231815;
}

header .headerLinks > li:nth-of-type(2) > ul > li a.list-a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px;
}

header .headerLinks > li:nth-of-type(2) > ul > li:nth-of-type(1) img.inherit {
  width: 148px;
}

header .headerLinks > li:nth-of-type(2) > ul > li:nth-of-type(2) img.inherit {
  width: 156px;
}

header .headerLinks > li:nth-of-type(2) > ul > li:nth-of-type(3) img.inherit {
  width: 185px;
}

header .headerLinks > li:nth-of-type(2) > ul > li:nth-of-type(4) img.inherit {
  width: 196px;
}

header .headerLinks > li:nth-of-type(2) > ul > li:nth-of-type(5) {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px;
  border: none;
}

header .headerLinks > li:nth-of-type(2) > ul > li:nth-of-type(5) img.inherit {
  width: 167px;
}

header .headerLinks > li:nth-of-type(2) > ul > li:nth-of-type(5) img.instagram_bk {
  width: 30px;
}

header .headerLinks > li:nth-of-type(2) > ul > li:nth-of-type(5) img.facebook_bk {
  width: 29px;
}

header .headerLinks > li:nth-of-type(2) > ul > li:nth-of-type(5) a:nth-of-type(1) {
  margin-left: 15px;
}

header .headerLinks > li:nth-of-type(2) > ul > li:nth-of-type(5) a:nth-of-type(2) {
  margin-left: 10px;
}

header .tgl {
  transition: .4s;
  opacity: 1;
}

header .tgl.hide {
  opacity: 0;
}

header .narrowDown__select__sagasu {
  font-size: 12px;
  margin-bottom: 5px;
}

header .narrowDown__select__sagasu > img {
  width: 23px;
}

header .narrowDown__select__wrap {
  padding: 10px 40px 20px 20px;
  margin-right: 0;
  background-color: #CED5D6;
  flex-direction: column;
  align-items: inherit;
}

header .narrowDown__btn {
  margin: 11px 0 0 0;
  font-size: 14px;
  width: 120px;
  height: 30px;
}

.narrowDown__select__wrap {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-right: 30px;
}

.narrowDown {
  height: calc(24vh - 99px);
  margin: -9vh 0 0;
  padding-bottom: 2vh;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-color: #EBEBEB;
  font-size: 15px;
  color: #203868;
}

.narrowDown__txt {
  text-align: right;
}

.narrowDown__txt img {
  width: 19px;
  vertical-align: text-bottom;
}

.narrowDown__select__sagasu {
  font-size: 21px;
  margin-bottom: 4px;
}

.narrowDown__select__sagasu > img {
  width: 30px;
  margin-right: 5px;
}

.narrowDown__select {
  margin-top: 8px;
  width: 215px;
  position: relative;
}

.narrowDown__select::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 13px solid #203868;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.narrowDown__select select {
  width: 100%;
  padding: 4px;
  border: 1px solid #203868;
  color: #203868;
  height: 37px;
  margin-bottom: -1px;
  background-color: #fff;
}

.narrowDown__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 35px;
  border-radius: 20px;
  color: #fff;
  background-color: #203868;
  cursor: pointer;
  font-size: 19px;
  margin-left: 10px;
  line-height: 1;
}

.narrowDown__btn:hover {
  opacity: .8;
}

.btn-sitteoite {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 295px;
  height: 35px;
  border-radius: 20px;
  color: #fff;
  background-color: #8C0E16;
  cursor: pointer;
  font-size: 19px;
}

.btn-sitteoite img {
  width: 22px;
  margin-right: 5px;
}

.modaal-inner-wrapper {
  padding: 50px;
}

.modaal-content-container {
  max-width: 526px;
  margin: auto;
  padding: 100px 30px;
}

.btn-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 62px;
  height: 62px;
}

.btn-close::before, .btn-close::after {
  content: none;
}

.info__attention__ttl {
  display: flex;
  align-items: center;
  font-size: 35px;
  line-height: 1;
  margin-bottom: 40px;
}

.info__attention__ttl::before {
  content: '';
  display: block;
  margin-right: 10px;
  width: 50px;
  height: 50px;
  background-image: url(/store/miknits/2020/yarnpack/img/ico-attention.png);
  background-size: cover;
}

.info__attention__ttl span {
  max-width: calc(100% - 60px);
}

.humburger {
  display: block;
  width: 23px;
  height: 20px;
  position: relative;
}

.humburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  transition: .4s;
}

.humburger span.top {
  top: 0;
}

.humburger span.middle {
  top: 9px;
}

.humburger span.bottom {
  top: 19px;
}

.no1.open .humburger {
  height: 26px;
}

.no1.open .humburger span.top {
  top: 12px;
  transform: rotate(45deg);
}

.no1.open .humburger span.middle {
  opacity: 0;
}

.no1.open .humburger span.bottom {
  top: 12px;
  transform: rotate(-45deg);
}

.no2.open .humburger span.top {
  top: 10px;
  transform: rotate(45deg);
}

.no2.open .humburger span.middle {
  opacity: 0;
}

.no2.open .humburger span.bottom {
  top: 10px;
  transform: rotate(-45deg);
}

footer a,
footer .footer__inner {
  color: #203868;
}

footer .footer__bottom__copy {
  display: block;
  width: 100px;
  margin: 10px auto 0;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  header .miknitsLogo {
    width: 200px;
  }
  header .inner .inner-inner {
    padding: 15px;
  }
  header .headerLinks > li:nth-of-type(1) > ul {
    top: 39px;
  }
  header .headerLinks > li:nth-of-type(2) > ul {
    top: 38px;
  }
  .header {
    opacity: 0;
    position: fixed;
    width: 100%;
    padding: 8px 10px;
    background-color: #fff;
    z-index: 100;
    z-index: -1;
  }
  .header__inner {
    display: flex;
    justify-content: space-between;
    margin: auto;
    padding: 8px 10px;
  }
  .header__left a {
    display: block;
    max-width: 140px;
  }
  .header__left a img {
    vertical-align: middle;
  }
  .header__right {
    position: relative;
  }
  .header__right .narrowDown__select {
    margin-top: 8px;
    position: relative;
    width: 262px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header__right .narrowDown__select::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 9px solid #1a1a1a;
    position: absolute;
    top: 8.5px;
    right: 112px;
    z-index: 0;
  }
  .header__right .narrowDown__select select {
    width: 157px;
    padding: 3px;
    border: 1px solid #1a1a1a;
    color: #1a1a1a;
    background-color: #fff;
  }
  .header__right .narrowDown__btn {
    width: 86px;
    text-align: center;
    background-color: #1a1a1a;
    color: #fff;
    border-radius: 30px;
    padding: 4px 0;
    cursor: pointer;
  }
  .header__right a {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
  }
  .header__right a:last-of-type {
    margin-right: 0;
  }
  .search {
    width: 20px;
    margin-right: 45px;
    cursor: pointer;
  }
  .info__attention__ttl {
    font-size: 17px;
  }
  .info__attention__ttl::before {
    width: 30px;
    height: 30px;
  }
  .info__attention__ttl span {
    max-width: calc(100% - 40px);
  }
  footer .footer__bottom__copy {
    width: 165px;
    margin-top: 40px;
  }
  .modaal-inner-wrapper {
    padding: 50px 10px;
  }
  .modaal-content-container {
    padding: 50px 10px;
    font-size: 15px;
  }
  .btn-close {
    width: 40px;
    height: 40px;
  }
  .info__attention__ttl {
    font-size: 17px;
    margin-bottom: 20px;
  }
  .info__attention__ttl::before {
    margin-right: 6px;
    width: 30px;
    height: 30px;
  }
}
