.gift-collection2022 {
  margin-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .gift-collection2022 {
    margin-bottom: 100px;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.gift-collection2022 .gift-collection2022-info {
  margin-bottom: 75px;
}
@media screen and (min-width: 992px) {
  .gift-collection2022 .gift-collection2022-info {
    margin-bottom: 100px;
  }
}
.gift-collection2022 .choose-item {
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (min-width: 992px) {
  .gift-collection2022 .choose-item {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
  }
}
.gift-collection2022 .tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 992px) {
  .gift-collection2022 .tabs {
    justify-content: center;
  }
}
.gift-collection2022 .tabs input {
  opacity: 0;
  cursor: pointer;
  display: none;
}
.gift-collection2022 .tabs label {
  background: #fff;
  line-height: 40px;
  height: 40px;
  position: relative;
  padding: 0;
  display: block;
  width: 48%;
  text-transform: uppercase;
  text-align: center;
  border-radius: 5px;
  border: #848484 1px solid;
  margin-bottom: 10px;
  font-size: 12px;
}
@media screen and (min-width: 992px) {
  .gift-collection2022 .tabs label {
    width: 22%;
    max-width: 250px;
    margin-left: 10px;
    margin-right: 10px;
    line-height: 60px;
    height: 60px;
    font-size: 16px;
    border-radius: 5px 5px 0 0;
    border-bottom: none;
    margin-bottom: 0;
  }
  .gift-collection2022 .tabs label:nth-of-type(even) {
    margin-left: 15px;
  }
}
@media screen and (min-width: 992px) {
  .gift-collection2022 .tabs label:after {
    content: '';
    background: #fff;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    display: block;
  }
}
.gift-collection2022 .tabs input:checked + label {
  background: #848484;
  color: #fff;
  z-index: 6;
}
.gift-collection2022 .content-area {
  background: #fff;
  position: relative;
  width: 100%;
  z-index: 1;
  margin-top: -1px;
  padding-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .gift-collection2022 .content-area {
    border-top: 1px solid #404040;
    padding-bottom: 25px;
  }
}
.gift-collection2022 .content-area .choose-item {
  display: none;
  z-index: 1;
  opacity: 0;
  transition: all linear 0.1s;
}
.gift-collection2022 .tabs input.tab-selector-1:checked ~ .content-area .choose-purpose, .gift-collection2022 .tabs input.tab-selector-2:checked ~ .content-area .choose-price, .gift-collection2022 .tabs input.tab-selector-3:checked ~ .content-area .choose-catalog, .gift-collection2022 .tabs input.tab-selector-4:checked ~ .content-area .choose-plate {
  z-index: 100;
  opacity: 1;
  display: block;
  transition: all ease-out 0.2s 0.1s;
}

.gift-collection2022 .choose-purpose,
.modaal-wrapper .choose-purpose {
  padding-top: 20px;
}
@media screen and (min-width: 992px) {
  .gift-collection2022 .choose-purpose,
  .modaal-wrapper .choose-purpose {
    padding-top: 40px;
  }
}
.gift-collection2022 .choose-purpose-item,
.modaal-wrapper .choose-purpose-item {
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .gift-collection2022 .choose-purpose-item,
  .modaal-wrapper .choose-purpose-item {
    margin-bottom: 80px;
  }
}
.gift-collection2022 .choose-purpose-ttl,
.modaal-wrapper .choose-purpose-ttl {
  text-align: center;
}
.gift-collection2022 .choose-item-list,
.modaal-wrapper .choose-item-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  .gift-collection2022 .choose-item-list,
  .modaal-wrapper .choose-item-list {
    justify-content: center;
  }
}
.gift-collection2022 .choose-item-list li,
.modaal-wrapper .choose-item-list li {
  width: calc(328/680*100%);
  margin-bottom: 25px;
}
@media screen and (min-width: 992px) {
  .gift-collection2022 .choose-item-list li,
  .modaal-wrapper .choose-item-list li {
    width: 18.8%;
    margin-left: 15px;
  }
}
.gift-collection2022 .choose-item-list li a,
.modaal-wrapper .choose-item-list li a {
  display: block;
  text-align: center;
}
.gift-collection2022 .choose-item-list li a span,
.modaal-wrapper .choose-item-list li a span {
  display: block;
}
.gift-collection2022 .choose-item-list li a .image,
.modaal-wrapper .choose-item-list li a .image {
  margin-bottom: 12px;
  border: 1px solid #e8e8e2;
}
.gift-collection2022 .choose-item-list li a .text,
.modaal-wrapper .choose-item-list li a .text {
  font-size: 16px;
}
.gift-collection2022 .choose-price,
.modaal-wrapper .choose-price {
  padding-top: 30px;
}
@media screen and (min-width: 992px) {
  .gift-collection2022 .choose-price,
  .modaal-wrapper .choose-price {
    padding-top: 40px;
  }
}
.gift-collection2022 .choose-price ul,
.modaal-wrapper .choose-price ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gift-collection2022 .choose-price ul li,
.modaal-wrapper .choose-price ul li {
  width: calc(328/680*100%);
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .gift-collection2022 .choose-price ul li,
  .modaal-wrapper .choose-price ul li {
    width: 32%;
  }
}
.gift-collection2022 .choose-price ul li a,
.modaal-wrapper .choose-price ul li a {
  display: block;
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAaCAYAAACHD21cAAABO0lEQVQ4jZXUPUscURQG4Ge1kTRi4ccPSKXR/6B2AXXVwkKbNOkCKVNp4ZImkDKWYiNIQBu/8GvrlLZiaWchNmIEQQ7cgWGY3b2+3TD3mTP3zD3TaLVag9jBBq5lpg8/sIBzTL0HRqVDDOMiFwd8wTKOSngyB0p4CccJX+JTDizwYglfdcN9lesCn5TwRA4scLOE23W4DmZV7gQj/xM+xUjC4zmwwM0Sbhe4F+xYOQdGnrGCB4xiOxc28AdDuMdqLvwdi/GIOdzmwJie76Vj+U9Gc77iJ16xlhqjF5xP+4r9fcPf8s1OcAZ76Mc6tqoL6mDM4j4GEtise3IVfkyzGP+h3fSKtSnDscqh/pKa0hVGhbNUMdod3yra3zEBP+Ag7e0moaduqIC/MI07zKYj1TMBo2sxLp8T7h28AfacRtWokpdiAAAAAElFTkSuQmCC) center right 10px no-repeat;
  background-size: 7px 13px;
  padding: 15px 28px 15px 10px;
  line-height: 1.3;
  letter-spacing: 0.06em;
  color: #404040;
  background-color: #fff;
  border: #848484 1px solid;
  border-radius: 5px;
  box-sizing: border-box;
}
.gift-collection2022 .choose-catalog,
.modaal-wrapper .choose-catalog {
  padding-top: 20px;
}
@media screen and (min-width: 992px) {
  .gift-collection2022 .choose-catalog,
  .modaal-wrapper .choose-catalog {
    padding-top: 40px;
  }
}
.gift-collection2022 .choose-plate,
.modaal-wrapper .choose-plate {
  padding-top: 20px;
}
@media screen and (min-width: 992px) {
  .gift-collection2022 .choose-plate,
  .modaal-wrapper .choose-plate {
    padding-top: 40px;
  }
}

.modaal-wrapper .choose-item {
  padding-top: 40px;
}

.gift-collection2022-header {
  padding: 20px 5px;
  margin: 0;
  border-bottom: 1px #e9e9e8 solid;
}
@media screen and (min-width: 992px) {
  .gift-collection2022-header {
    display: none;
  }
}
.gift-collection2022-header .ctm-c-title {
  font-size: 20px;
}

.gift-collection2022-modaalBtn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gift-collection2022-modaalBtn li {
  background: #fff;
  line-height: 40px;
  height: 40px;
  position: relative;
  padding: 0;
  display: block;
  width: 49%;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 5px;
  border: #848484 1px solid;
  font-size: 12px;
  margin-bottom: 10px;
}
.gift-collection2022-modaalBtn li:nth-of-type(3), .gift-collection2022-modaalBtn li:last-of-type {
  margin-bottom: 0;
}
.gift-collection2022-modaalBtn li a {
  display: block;
}

.gift-collection2022_footer {
  margin-top: 50px;
}
.gift-collection2022_footer .c-wakolink-group.botton1 {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .gift-collection2022_footer .c-wakolink-group.botton1 {
    width: 330px;
    margin-left: auto;
    margin-right: auto;
  }
}
.gift-collection2022_footer .c-wakolink-group.botton1 .ctm_button {
  position: relative;
}
.gift-collection2022_footer .c-wakolink-group.botton1 .ctm_button:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 11px;
  height: 100%;
  background-color: #555;
}
.gift-collection2022_footer .c-wakolink-group.botton1 .ctm_button:after {
  content: "";
  position: absolute;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  top: 50%;
  right: 4px;
  z-index: 3;
  width: 5px;
  height: 5px;
  transform: translateY(-50%) rotate(45deg);
}
.gift-collection2022_footer .c-wakolink-group.botton1 .p-info-banner__label {
  margin: auto;
  font-size: 16px;
}
.gift-collection2022_footer .c-wakolink-group.botton1 .p-info-banner__text {
  font-size: 12px;
  margin: auto;
}

.btn_food {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .btn_food {
    width: 330px;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-subnav .gift-bnr .item {
  margin-bottom: 10px;
}
.gift-collection2022 .gift-bnr {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .gift-collection2022 .gift-bnr {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
  }
}
.gift-collection2022 .gift-bnr .item {
  margin-bottom: 25px;
}
@media screen and (min-width: 992px) {
  .gift-collection2022 .gift-bnr .item {
    width: 49%;
  }
}
.gift-collection2022 .gift-bnr .item:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .gift-collection2022 .gift-bnr .item {
    margin-bottom: 0;
  }
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}
.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}
.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}
.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}
.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}
.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 10px 25px;
}
.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}
.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}
.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: transparent;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #fff;
}
.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #b93d0c;
}
.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-close:before {
  transform: rotate(-45deg);
}
.modaal-close:after {
  transform: rotate(45deg);
}
.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 0 15px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}
.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}
.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}
.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}
.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}
.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}
.modaal-gallery-item img {
  display: block;
}
.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: transparent;
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}
.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}
.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}
.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-gallery-control:before {
  margin: -5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-control:after {
  margin: 5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}
.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}
.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg);
}
.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}
.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }

  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }

  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding: 10px;
  }

  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }

  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25);
}

@-ms-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div,
.modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .12s;
  -moz-animation-delay: .12s;
  -webkit-animation-delay: .12s;
  -o-animation-delay: .12s;
  animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .25s;
  -moz-animation-delay: .25s;
  -webkit-animation-delay: .25s;
  -o-animation-delay: .25s;
  animation-delay: 0.25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div,
.modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .37s;
  -moz-animation-delay: .37s;
  -webkit-animation-delay: .37s;
  -o-animation-delay: .37s;
  animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .5s;
  -moz-animation-delay: .5s;
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  animation-delay: 0.5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div,
.modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .62s;
  -moz-animation-delay: .62s;
  -webkit-animation-delay: .62s;
  -o-animation-delay: .62s;
  animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .75s;
  -moz-animation-delay: .75s;
  -webkit-animation-delay: .75s;
  -o-animation-delay: .75s;
  animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .87s;
  -moz-animation-delay: .87s;
  -webkit-animation-delay: .87s;
  -o-animation-delay: .87s;
  animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

.js-modal-close {
  position: absolute;
  top: 10px;
  left: 10px;
}
.js-modal-close:after {
  font-family: "fs-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e911";
  display: block;
  font-size: 30px;
  line-height: 1;
}
