@media screen and (min-width: 769px), print {

  .cta {
/*    background: url("../img/bg.png") top center no-repeat;
    -moz-background-size: cover;
    background-size: cover;*/
    padding: 55px 0 64px;
    margin-top: -20px;
  }
  .cta__fig {
    text-align: center;
  }
  .cta__fig img {
    width: 837px;
  }
  .cta__under {
    text-align: center;
    line-height: 0;
    margin-top: 29px;
  }
  .cta__under img {
    width: 559px;
  }
  .cta__check {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 25px;
  }
  .cta__check label {
    position: relative;
    cursor: pointer;
  }
  .cta__check label input {
    width: 0;
    height: 0;
    position: absolute;
    opacity: 0;
  }
  .cta__check label input:checked + span::before {
    content: "\2713";
  }
  .cta__check label span {
    display: inline-block;
    padding: 0 0 0 40px;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    color: #000;
  }
  .cta__check label span::before {
    position: absolute;
    content: "";
    width: 32px;
    height: 32px;
    background: #fff;
    border: 1px solid #000;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height: 1;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cta__btn {
    text-align: center;
    margin-top: 5px;
    line-height: 0;
  }
  .cta__btn a {
    display: inline-block;
    line-height: 0;
width: 85%;
    pointer-events: none;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  .cta__btn a {
    -webkit-animation-name: UpDown;
    -moz-animation-name: UpDown;
    animation-name: UpDown;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    animation-direction: alternate;
  }
  .cta__btn.on a {
    pointer-events: auto;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-animation-name: UpDown;
    -moz-animation-name: UpDown;
    animation-name: UpDown;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    animation-direction: alternate;
  }
  .cta.ctaBot {
    padding-top: 35px;
  }

}

@media screen and (max-width: 768px) {

  .cta {
  /*  background: url("../img/bg.png") top center no-repeat;
    -moz-background-size: cover;
    background-size: cover;*/
    padding: 6.64251vw 0 7.72947vw;
    margin-top: -2.41546vw;
  }
  .cta__fig {
    text-align: center;
  }
  .cta__fig img {
    width: 101.08696vw;
  }
  .cta__under {
    text-align: center;
    line-height: 0;
    margin-top: 3.50242vw;
  }
  .cta__under img {
    width: 67.51208vw;
  }
  .cta__check {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 3.01932vw;
  }
  .cta__check label {
    position: relative;
    cursor: pointer;
  }
  .cta__check label input {
    width: 0;
    height: 0;
    position: absolute;
    opacity: 0;
  }
  .cta__check label input:checked + span::before {
    content: "\2713";
  }
  .cta__check label span {
    display: inline-block;
    padding: 0 0 0 7.24638vw;
    font-size: 4.83092vw;
    line-height: 1;
    font-weight: 400;
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    color: #000;
  }
  .cta__check label span::before {
    position: absolute;
    content: "";
    width: 5.7971vw;
    height: 5.7971vw;
    background: #fff;
    border: 1px solid #000;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 4.83092vw;
    -moz-border-radius: 0.60386vw;
    border-radius: 0.60386vw;
    line-height: 1;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cta__btn {
    text-align: center;
    margin-top: 0.60386vw;
    line-height: 0;
  }
  .cta__btn a {
    display: inline-block;
    line-height: 0;
    width: 91.84783vw;
    pointer-events: none;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  .cta__btn a {

    -webkit-animation-name: UpDown;
    -moz-animation-name: UpDown;
    animation-name: UpDown;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    animation-direction: alternate;
  }
  .cta__btn.on a {
    pointer-events: auto;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);

  }
  .cta.ctaBot {
    padding-top: 4.22705vw;
  }
}

@-webkit-keyframes UpDown {
  0% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    transform: translateY(15px);
  }
}

@-moz-keyframes UpDown {
  0% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    transform: translateY(15px);
  }
}

@keyframes UpDown {
  0% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    transform: translateY(15px);
  }
}
.ctaFixed {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  text-align: center;
}
.cta__btn {
  text-align: center;
  margin-top: 0.60386vw;
  line-height: 0;
}
@media screen and (min-width: 480px), print {
  .ctaFixed {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    width: 50%;
    text-align: center;
    margin-left: 25%;
  }
}
