/*!*********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/fomantic-ui/dist/components/breadcrumb.min.css (layer utilities) ***!
  \*********************************************************************************************************************************/
@layer utilities {
/*!
 * # Fomantic-UI 2.9.4 - Breadcrumb
 * https://github.com/fomantic/Fomantic-UI/
 *
 *
 * Released under the MIT license
 * https://opensource.org/licenses/MIT
 *
 */.ui.breadcrumb{line-height:1.4285em;display:inline-block;margin:0 0;vertical-align:middle}.ui.breadcrumb:first-child{margin-top:0}.ui.breadcrumb:last-child{margin-bottom:0}.ui.breadcrumb .divider{display:inline-block;opacity:.7;margin:0 .21428571rem;font-size:.92857143em;color:rgba(0,0,0,.4);vertical-align:baseline}.ui.breadcrumb a{color:#4183c4}.ui.breadcrumb a:hover{color:#1e70bf}.ui.breadcrumb .icon.divider{font-size:.85714286em;vertical-align:baseline}.ui.breadcrumb a.section{cursor:pointer}.ui.breadcrumb .section{display:inline-block;margin:0;padding:0}.ui.breadcrumb.segment{display:inline-block;padding:.78571429em 1em}.ui.inverted.breadcrumb{color:#dcddde}.ui.inverted.breadcrumb>.active.section{color:#fff}.ui.inverted.breadcrumb>.divider{color:rgba(255,255,255,.7)}.ui.breadcrumb .active.section{font-weight:700}.ui.breadcrumb{font-size:1rem}.ui.mini.breadcrumb{font-size:.78571429rem}.ui.tiny.breadcrumb{font-size:.85714286rem}.ui.small.breadcrumb{font-size:.92857143rem}.ui.large.breadcrumb{font-size:1.14285714rem}.ui.big.breadcrumb{font-size:1.28571429rem}.ui.huge.breadcrumb{font-size:1.42857143rem}.ui.massive.breadcrumb{font-size:1.71428571rem}
}
/*!*************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./wwwroot/src/scss/gift-card-page.scss ***!
  \*************************************************************************************************************************************************************************/
/*-------------------
     Breakpoints
--------------------*/
/*-------------------
     Breakpoints
--------------------*/
.breadcrumbs .ui.breadcrumb {
  display: none;
  opacity: 0.5;
  padding: 15px 0 11px;
}
.breadcrumbs .ui.breadcrumb a {
  color: #D0D3D6 !important;
  font-size: 16px;
  line-height: 18px;
}
.breadcrumbs .ui.breadcrumb a:hover {
  color: white;
}
.breadcrumbs .ui.breadcrumb .divider {
  color: #D0D3D6 !important;
}
.breadcrumbs .ui.breadcrumb .section {
  margin: 0;
}
.breadcrumbs .ui.breadcrumb {
  padding: 15px 0 10px;
}
@media only screen and (max-width: 899px) {
  .breadcrumbs .ui.breadcrumb .ui.breadcrumb {
    font-size: 18px;
    padding: 20px 20px 25px;
    color: #425363;
  }
}
.breadcrumbs .ui.breadcrumb .section {
  color: #d0d3d6;
}
.breadcrumbs .ui.breadcrumb .section.active {
  font-size: 16px;
  line-height: 18px;
  opacity: 0.5;
  font-weight: normal;
}

.gift-card .promocode-discount {
  display: none;
  margin-top: -18px !important;
}
@media (min-width: 899px) {
  .gift-card .promocode-holder {
    grid-area: promocode;
  }
}
.gift-card .promocode-holder input {
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  padding: 15px 16px;
  margin: 0;
}
.gift-card .promocode-holder input:focus {
  border-color: var(--pico-color);
}
.gift-card .promocode-holder .promocode-block {
  display: none;
  margin-bottom: 24px;
}
.gift-card .promocode-holder .promocode-block.loading > div {
  display: none;
}
.gift-card .promocode-holder .promocode-block.loading .promocode-loading {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.gift-card .promocode-holder .promocode-block:has(.success) .promocode-empty {
  display: none;
}
.gift-card .promocode-holder:has(.expand) .promocode-block {
  display: block;
}
.gift-card .promocode-fill {
  display: none;
  height: 53px;
}
.gift-card .promocode-fill.success {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 899px) {
  .gift-card .promocode-fill.success {
    gap: 10px;
  }
}
.gift-card .promocode-fill-input {
  height: 42px;
  padding: 0 14px;
  border-radius: 20px;
  border: 1px solid #D0D3D6;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
@media (min-width: 899px) {
  .gift-card .promocode-fill-input {
    height: 30px;
    gap: 3px;
    font-size: 16px;
    line-height: 19px;
  }
}
.gift-card .promocode-fill .close-button {
  cursor: pointer;
}
.gift-card .promocode-fill .close-button svg {
  width: 42px;
  height: 42px;
  padding: 8px;
  display: block;
}
@media (min-width: 899px) {
  .gift-card .promocode-fill .close-button svg {
    width: 16px;
    height: 16px;
    padding: 0px;
  }
}
.gift-card .promocode-empty {
  display: grid;
  gap: 0 32px;
  grid-template-columns: 1fr 151px;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 899px) {
  .gift-card .promocode-empty {
    gap: 0 90px;
  }
}
.gift-card .promocode-empty .ui.big.text.button {
  cursor: pointer;
  opacity: 1;
  pointer-events: auto;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
.gift-card .promocode-empty .ui.big.text.button.disabled {
  opacity: 0.3;
  pointer-events: none;
}
@media (max-width: 899px) {
  .gift-card .promocode-empty .ui.big.text.button {
    position: relative;
    left: -31px;
  }
}
@media (min-width: 899px) {
  .gift-card .promocode-empty .ui.big.text.button {
    font-size: 16px;
  }
}
.gift-card .promocode-empty .error-text {
  color: #FF0279;
  display: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 10px 0 0;
}
.gift-card .promocode-empty.error .error-text {
  display: block;
}
.gift-card .promocode-empty.error input {
  border-color: #FF0279;
}
.gift-card .promocode-toggle {
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 18px;
}
@media only screen and (max-width: 899px) {
  .gift-card .promocode-toggle {
    font-size: 24px;
    margin: 0 0 24px;
  }
}
.gift-card .promocode-toggle.expand svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.gift-card .promocode-loading {
  display: none;
  height: 53px;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gift-card .promocode-loading svg {
  -webkit-animation: rotateClockwise 3s linear infinite;
          animation: rotateClockwise 3s linear infinite;
}
.gift-card-page {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 900px) {
  .gift-card-page {
    gap: 16px;
    grid-template-columns: 1fr;
  }
}
.gift-card-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.gift-card-card-title {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 18px;
}
@media only screen and (max-width: 899px) {
  .gift-card-card-title {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.gift-card-card-buy-block form input {
  background: transparent;
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: white;
  padding: 15px 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  outline: none;
  width: 100%;
}
@media only screen and (max-width: 899px) {
  .gift-card-card-buy-block form input {
    font-size: 24px;
  }
}
.gift-card-card-buy-block form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.gift-card-card-buy-block form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.gift-card-card-buy-block form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.gift-card-card-buy-block form input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.gift-card-card-buy-block form input::placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.gift-card-card-buy-block form input:focus {
  border: 2px solid rgb(255, 255, 255);
}
.gift-card-card-buy-block form input + .error {
  display: none;
  color: #FF0279;
  margin: 10px 0 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.gift-card-card-buy-block form input.error {
  border: 2px solid #FF0279;
}
.gift-card-card-buy-block form input.error + .error {
  display: block;
}
.gift-card-card-buy-block form .content-block {
  margin-bottom: 26px;
}
.gift-card-card-buy-block:has(:checked) .paysystems-item {
  opacity: 1;
  mix-blend-mode: initial;
  pointer-events: auto;
  -webkit-backface-visibility: initial;
          backface-visibility: initial;
}
.gift-card-card-nominals .promo-tabs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 18px;
}
@media only screen and (max-width: 899px) {
  .gift-card-card-nominals .promo-tabs {
    margin-bottom: 24px;
  }
}
.gift-card-card-nominals .promo-tabs .item {
  border-radius: 12px;
  border: 1px solid #596471;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  padding: 10px 12px;
  color: #D0D3D6;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  padding-right: 50px;
}
@media only screen and (max-width: 899px) {
  .gift-card-card-nominals .promo-tabs .item {
    font-size: 22px;
  }
}
.gift-card-card-nominals .promo-tabs .item img {
  height: auto;
  position: absolute;
  right: 3px;
  width: 47.5px;
  margin-top: -14px;
}
@media only screen and (max-width: 899px) {
  .gift-card-card-nominals .promo-tabs .item img {
    margin-top: -10px;
  }
}
.gift-card-card-nominals .promo-tabs .item.active {
  border: 1px solid #0C3CB8;
  background: #0A1624;
}
.gift-card-card-nominals .nominals-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 18px;
}
.gift-card-card-nominals .nominals-list-item {
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 12px;
  border: 1px solid #596471;
  color: #D0D3D6;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  padding: 10px 12px;
}
@media only screen and (max-width: 899px) {
  .gift-card-card-nominals .nominals-list-item {
    font-size: 22px;
  }
}
.gift-card-card-nominals .nominals-list-item.small {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: initial;
}
@media only screen and (max-width: 899px) {
  .gift-card-card-nominals .nominals-list-item.small {
    font-size: 18px;
  }
}
.gift-card-card-nominals .nominals-list-item svg {
  display: none;
}
.gift-card-card-nominals .nominals-list-item.active {
  border-radius: 12px;
  border: 1px solid #0C3CB8;
  background: #0C3CB8;
}
.gift-card-card-nominals .nominals-list-item.active svg {
  display: block;
}
.gift-card-card-info {
  display: grid;
  gap: 20px;
  grid-auto-flow: column;
}
@media only screen and (max-width: 899px) {
  .gift-card-card-info {
    grid-auto-flow: dense;
  }
}
.gift-card-card-info-text-title {
  font-family: Roboto, Arial, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 10px;
}
@media only screen and (max-width: 899px) {
  .gift-card-card-info-text-title {
    font-size: 32px;
  }
}
.gift-card-card-info-text-description {
  display: grid;
  grid-auto-flow: column;
  gap: 8px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media only screen and (max-width: 899px) {
  .gift-card-card-info-text-description {
    font-size: 18px;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .gift-card-card-info-text-description svg {
    width: 32px;
    height: 32px;
  }
}
.gift-card-card-info img {
  width: auto;
  height: 102px;
  -o-object-fit: cover;
     object-fit: cover;
}
.gift-card-card > div {
  border-radius: 10px;
  background: #122234;
  padding: 36px;
}
.gift-card-card > div.expriment-sale-card-info {
  padding: 24px 36px;
}
.gift-card .paysystems {
  grid-area: paysystems;
  display: none;
  -ms-flex-line-pack: center;
      align-content: center;
}
.gift-card .paysystems.active {
  display: grid;
}
.gift-card .paysystems-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gift-card .paysystems-item {
  width: 50px;
  height: 50px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.35)), color-stop(50%, rgba(0, 0, 0, 0))), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.13)), color-stop(50%, rgba(255, 255, 255, 0))), #122234;
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 50%), -o-linear-gradient(top, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0) 50%), #122234;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 50%), linear-gradient(180deg, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0) 50%), #122234;
  border-radius: 16.6664px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  opacity: 0.5;
  mix-blend-mode: luminosity;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media only screen and (max-width: 899px) {
  .gift-card .paysystems-item {
    width: 100px;
    height: 100px;
  }
}
.gift-card .paysystems-item.active {
  outline: 1px solid white;
  border-radius: 8px;
}
.gift-card .paysystems-item img {
  width: 100%;
  height: 100%;
}
.gift-card .order {
  text-align: center;
}
.gift-card .order .button {
  margin: 0 0 18px;
}
@media only screen and (max-width: 899px) {
  .gift-card .order-agreement {
    margin-top: 20px;
  }
}
.gift-card .order-agreement .ui.checkbox input[type=checkbox], .gift-card .order-agreement .ui.checkbox input[type=radio] {
  color: #A0A7AE;
}
@media only screen and (max-width: 899px) {
  .gift-card .order-agreement .ui.checkbox input[type=checkbox], .gift-card .order-agreement .ui.checkbox input[type=radio] {
    width: 32px;
    height: 32px;
    top: 18px;
  }
}
.gift-card .order .ui.disabled.checkbox .box:after, .gift-card .order .ui.disabled.checkbox label {
  opacity: 1 !important;
}
.gift-card .order .ui.checkbox input:checked:focus ~ .box:before, .gift-card .order .ui.checkbox input:checked:focus ~ label:before {
  background: transparent;
}
.gift-card .order .ui.checkbox label, .gift-card .order .ui.checkbox label:hover {
  background: transparent;
  color: #A0A7AE;
}
@media only screen and (max-width: 899px) {
  .gift-card .order .ui.checkbox label, .gift-card .order .ui.checkbox label:hover {
    font-size: 24px;
    line-height: 130%;
  }
}
.gift-card .order .ui.checkbox label:before, .gift-card .order .ui.checkbox label:hover:before {
  background: transparent;
  outline: none;
  border: 1px solid white;
  border-radius: 4px;
}
@media only screen and (max-width: 899px) {
  .gift-card .order .ui.checkbox label:before, .gift-card .order .ui.checkbox label:hover:before {
    width: 32px;
    height: 32px;
    top: 18px;
    border: 2px solid white;
    border-radius: 8px;
  }
}
.gift-card .order .ui.checkbox input:checked ~ .box:after, .gift-card .order .ui.checkbox input:checked ~ label:after {
  color: #0064FF;
  background: transparent;
  outline: none;
  border: none;
  border-radius: 8px;
}
@media only screen and (max-width: 899px) {
  .gift-card .order .ui.checkbox input:checked ~ .box:after, .gift-card .order .ui.checkbox input:checked ~ label:after {
    font-size: 28px;
    top: 20px;
    left: 2px;
  }
}
.gift-card .divider {
  height: 1px;
  margin: 18px 0;
}
@media only screen and (max-width: 899px) {
  .gift-card .divider {
    margin: 24px 0;
  }
}
.gift-card .ui.big.text.button {
  font-weight: 500;
}
@media only screen and (max-width: 899px) {
  .gift-card .ui.big.text.button {
    -webkit-transform: scale(1.4);
        -ms-transform: scale(1.4);
            transform: scale(1.4);
    margin: 12px 0px 12px;
  }
}
.gift-card .faq {
  padding: 32px;
  border-radius: 10px;
  background: #122234;
  max-width: 849px;
}
.gift-card .faq-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin: 0 0 16px;
}
@media only screen and (max-width: 899px) {
  .gift-card .faq-title {
    font-size: 32px;
    line-height: 32px;
    margin: 0;
  }
}
.gift-card .faq-list-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-align: left;
  overflow: hidden;
  display: grid;
}
.gift-card .faq-list-item-arrow {
  cursor: pointer;
}
.gift-card .faq-list-item-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding: 0;
  gap: 50px;
  height: 70px;
}
@media only screen and (max-width: 899px) {
  .gift-card .faq-list-item-title {
    font-size: 24px;
    line-height: 125%;
    height: 110px;
  }
}
.gift-card .faq-list-item-description {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 0px;
  height: 0;
}
@media only screen and (max-width: 899px) {
  .gift-card .faq-list-item-description {
    font-size: 20px;
    line-height: 125%;
  }
}
.gift-card .faq-list-item-description ul {
  padding: 0;
  margin: 0;
  list-style: decimal;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-left: 16px;
}
.gift-card .faq-list-item-description ul a {
  color: #2B7FFF;
}
.gift-card .faq-list-item-description ul a:hover {
  color: #2B7FFF;
  text-decoration: underline;
}
.gift-card .faq-list-item.active {
  border-bottom: 1px solid rgb(30, 44, 59);
  border-radius: 10px;
}
.gift-card .faq-list-item.active .faq-list-item-description {
  padding: 16px;
  height: auto;
  background: #112031;
  border-radius: 10px;
}
.gift-card .faq-list-item.active .faq-list-item-arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.gift-card .faq-list-item:last-child {
  border: none;
}
.gift-card .faq-list-item:last-child.active {
  border-bottom: 1px solid rgb(30, 44, 59);
  border-radius: 10px;
}
.gift-card .ui.breadcrumb {
  display: inline-block;
}
.gift-card.no-regions .gift-card-card-nominals > .gift-card-card-title,
.gift-card.no-regions .gift-card-card-nominals .promo-tabs {
  display: none;
}

.recalc-cart-warning-promo {
  width: auto;
}
.recalc-cart-warning-promo-subtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}
.recalc-cart-warning-promo-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  margin: 0 0 20px;
}
.recalc-cart-warning-promo-holder {
  text-align: center;
  font-size: 18px;
  line-height: 120%;
  width: 515px;
}
.recalc-cart-warning-promo-holder input {
  padding: 9px 12px;
  background: #fff;
  border-radius: 4px;
  font-size: 20px;
  margin: 25px 0;
  outline: 0;
  border: none;
  width: 300px;
}
.recalc-cart-warning-promo-holder .button {
  margin-top: 25px;
  margin-top: 60px;
}
.recalc-cart-warning-promo-holder .button.disabled {
  color: #122234;
  background: #485568;
  opacity: 1 !important;
}

@-webkit-keyframes rotateClockwise {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotateClockwise {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
