.style-wrap {
  border-radius: 4px;
  margin-bottom: 12px;
  box-shadow: 0 2px 12px 0 rgba(0,0,0,0.302);
  background: #fff;
  padding: 30px;
}
.style-wrap:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 425px) {
  .style-wrap {
    padding: 30px 10px;
  }
}
.link[href] {
  color: #242424;
  text-decoration: none;
}
.link[href]:hover {
  color: #ec1751;
  text-decoration: underline;
}
.link {
  color: #ec1751;
  text-decoration: underline;
}
.link:hover {
  text-decoration: underline;
}
.link-btn {
  background: #ec1751;
  border-radius: 4px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  box-sizing: border-box;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
  font-size: 16px;
}
.link-btn:hover {
  color: #242424;
  cursor: pointer;
}
.logo {
  display: flex;
  align-items: center;
  padding: 10px 0;
  text-decoration: none;
  color: #ec1751;
  font-weight: 800;
  font-size: 29px;
  line-height: 39px;
}
@media screen and (max-width: 375px) {
  .logo {
    font-size: 24px;
  }
}
.logo .dark-part {
  color: #242424;
}
.popup-btn-wrap {
  background: rgba(236,23,81,0.5);
  padding: 12px;
  position: fixed;
  box-shadow: 0 2px 12px rgba(0,0,0,0.3);
  bottom: 0;
  width: 100%;
  z-index: 10000;
  box-sizing: border-box;
  left: 0;
  right: 0;
  display: none;
}
@media screen and (max-width: 665px) {
  .popup-btn-wrap {
    padding: 4px;
  }
}
.popup-btn-bg {
  background: #fff;
  display: flex;
  justify-content: center;
  box-shadow: 0 2px 12px rgba(0,0,0,0.3);
  padding: 0 6px;
  box-sizing: border-box;
}
.popup-btn {
  width: 960px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popup-btn__box-logo {
  background: #fff;
  max-width: 153px;
  height: 100%;
  padding: 14px 12px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 665px) {
  .popup-btn__box-logo {
    padding: 8px;
  }
}
.popup-btn__logo {
  height: 36px;
}
@media screen and (max-width: 665px) {
  .popup-btn__logo {
    height: 18px;
  }
}
.popup-btn__info {
  margin: 0 12px;
  color: #242424;
  flex-grow: 1;
  padding: 8px 0;
}
@media screen and (max-width: 665px) {
  .popup-btn__info {
    margin: 0 8px;
  }
}
.popup-btn__info-caption {
  font-size: 14px;
}
.popup-btn__info-name {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 665px) {
  .popup-btn__info-name {
    font-size: 16px;
  }
}
.popup-btn__link {
  display: none;
}
@media screen and (min-width: 665px) {
  .popup-btn__link {
    width: 200px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    padding: 9px;
    color: #fff;
    text-decoration: none;
    background: #ec1751;
  }
  .popup-btn__link:hover {
    color: rgba(255,255,255,0.8);
  }
}
.popup-btn__link-icon {
  display: none;
}
@media screen and (max-width: 664px) {
  .popup-btn__link-icon {
    width: 40px;
    height: 40px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
    border-radius: 50%;
    background: #242424;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
  }
  .popup-btn__link-icon > svg {
    fill: #ec1751;
  }
  .popup-btn__link-icon:hover > svg {
    fill: rgba(234,148,35,0.8);
  }
}
