.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center; }

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

#buying_download_video h4 {
  color: #55505a;
  margin: 16px 0 0 0;
  line-height: 40px;
  font-size: 24px; }

#buying_download_video a {
  text-decoration: none;
  border-bottom: 2px solid #fad705; }
  #buying_download_video a:hover {
    border-bottom: none; }

#buying_download_video .popup-footer .btn-default {
  margin-top: 8px; }

#buying_popup .no-gutter {
  padding-left: 0 !important;
  padding-right: 0 !important; }

#buying_popup input[type="text"],
#buying_popup input[type="email"],
#buying_popup input[type="password"] {
  padding: 0 16px; }

#buying_popup .popup-window {
  width: 900px;
  left: calc(50% - 450px); }
  #buying_popup .popup-window .glyphicon.glyphicon-triangle-bottom {
    color: #ffffff;
    font-size: 24px;
    top: -7px;
    display: block; }

#buying_popup .base-link {
  text-decoration: none;
  display: inline;
  border-bottom: 2px solid #fad705; }
  #buying_popup .base-link:hover {
    border-bottom: none; }

#buying_popup h4 {
  font-size: 24px;
  margin: 0;
  padding: 0 16px;
  line-height: 1.67; }

#buying_popup h5 {
  margin: 0;
  padding: 0 16px;
  line-height: 1.5; }

#buying_popup h6 {
  color: #55505a;
  line-height: 1.71;
  font-size: 14px;
  padding: 0 16px; }

#buying_popup hr {
  margin: 16px 0 0 0;
  border-color: rgba(0, 0, 0, 0.1); }

#buying_popup .mt-16 {
  margin-top: 16px; }

#buying_popup .mt-8 {
  margin-top: 8px; }

#buying_popup .ml-8 {
  margin-top: 8px; }

#buying_popup .plr-8 {
  padding-left: 8px;
  padding-right: 8px; }

#buying_popup .popup-window {
  background: transparent; }
  #buying_popup .popup-window .left {
    background: #ffffff;
    border-radius: 3px;
    padding: 16px 0;
    color: #55505a;
    max-height: 550px;
    overflow-y: auto; }
    #buying_popup .popup-window .left .checkbox-field {
      margin-left: 8px;
      color: #55505a;
      display: inline-block;
      border-radius: 3px;
      background-color: #ffffff;
      background: #ffffff;
      text-decoration: none;
      border: solid 1px rgba(0, 0, 0, 0.1);
      line-height: 40px;
      padding: 0;
      height: 40px;
      font-weight: normal;
      margin-bottom: 8px; }
      #buying_popup .popup-window .left .checkbox-field input {
        display: none; }
      #buying_popup .popup-window .left .checkbox-field label {
        font-weight: normal;
        margin: 0;
        cursor: pointer;
        padding: 0 16px; }
      #buying_popup .popup-window .left .checkbox-field .icon.icon-checkmark-white {
        float: left;
        width: 16px;
        height: 16px;
        border-radius: 3px;
        background-color: #ffffff;
        border: solid 2px #55505a;
        margin: 11px 8px 0 0;
        background-size: 12px;
        background-repeat: no-repeat;
        background-position: center; }
    #buying_popup .popup-window .left .other {
      display: none; }
    #buying_popup .popup-window .left .required h5,
    #buying_popup .popup-window .left .other h5 {
      background-image: url("../../images/symbols/icon-dot-orange.svg");
      background-position: center right 8px;
      background-repeat: no-repeat;
      background-size: 8px; }
    #buying_popup .popup-window .left .required.error h5,
    #buying_popup .popup-window .left .other.error h5 {
      background-image: url("../../images/symbols/icon-dot-red.svg"); }
    #buying_popup .popup-window .left .required.valid h5,
    #buying_popup .popup-window .left .other.valid h5 {
      background-image: url("../../images/symbols/icon-dot-green.svg"); }
    #buying_popup .popup-window .left .select-field .error-message,
    #buying_popup .popup-window .left .form-field .error-message {
      display: none;
      font-size: 14px;
      line-height: 1.71;
      color: #ef6f6a;
      padding: 0 8px; }
    #buying_popup .popup-window .left .form-field.error .error-message,
    #buying_popup .popup-window .left select-field.error .error-message {
      display: inline; }
    #buying_popup .popup-window .left #password-visibility {
      float: right;
      font-size: 12px;
      text-align: right;
      color: #55505a;
      margin: 4px 0 0 0;
      font-weight: normal;
      text-decoration: none; }
      #buying_popup .popup-window .left #password-visibility span {
        margin-left: 4px; }
    #buying_popup .popup-window .left .other-media {
      margin-bottom: 8px;
      padding: 0 16px; }
    #buying_popup .popup-window .left .checkbox-field.checked .icon.icon-checkmark-white {
      background-image: url("../../images/symbols/icon-checkmark-white.svg");
      background-color: #55505a; }
    #buying_popup .popup-window .left .select-field {
      width: 100%; }
      #buying_popup .popup-window .left .select-field .btn-group {
        width: 100%; }
      #buying_popup .popup-window .left .select-field button {
        background: #ffffff;
        border: 1px solid rgba(0, 0, 0, 0.1);
        height: 40px;
        padding: 0 16px;
        width: 100%;
        text-align: left;
        border-radius: 3px; }
        #buying_popup .popup-window .left .select-field button span.glyphicon {
          float: right;
          margin-top: 6px; }
      #buying_popup .popup-window .left .select-field .dropdown-menu {
        left: 8px;
        width: calc(100% - 16px);
        margin: 10px 0 16px 0; }
        #buying_popup .popup-window .left .select-field .dropdown-menu ul {
          list-style: none;
          padding: 0 16px; }
          #buying_popup .popup-window .left .select-field .dropdown-menu ul i {
            position: absolute;
            top: -15px;
            right: 16px;
            color: white;
            font-size: 21px;
            text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.15); }
          #buying_popup .popup-window .left .select-field .dropdown-menu ul li:hover {
            cursor: pointer; }
      #buying_popup .popup-window .left .select-field .button-group input {
        padding: 0 16px; }
    #buying_popup .popup-window .left .select-field.opened {
      position: relative; }
      #buying_popup .popup-window .left .select-field.opened .dropdown-menu {
        display: block; }
    #buying_popup .popup-window .left .btn.btn-primary {
      margin-top: 16px; }
  #buying_popup .popup-window .bottom-area {
    margin-top: 0;
    padding: 24px 16px;
    background: #ffffff;
    text-align: center;
    color: #55505a; }
  #buying_popup .popup-window .right {
    border-radius: 3px;
    background-image: linear-gradient(198deg, #fded0c, #fad705);
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.5);
    margin: 0 0 0 24px;
    position: relative; }
    #buying_popup .popup-window .right .spinner {
      margin: 0 auto;
      height: 20px;
      position: absolute;
      left: calc(50% - 35px);
      top: calc(50% - 10px); }
    #buying_popup .popup-window .right h1 {
      font-size: 72px;
      font-weight: bold;
      line-height: 100px;
      text-align: center;
      color: #55505a;
      height: 100px;
      position: absolute;
      width: 100%;
      top: calc(50% - 50px); }
    #buying_popup .popup-window .right .bottom {
      position: absolute;
      bottom: 0;
      padding: 16px; }
      #buying_popup .popup-window .right .bottom p {
        font-size: 14px;
        color: #55505a;
        line-height: 1.71;
        margin: 0; }
        #buying_popup .popup-window .right .bottom p span {
          border-bottom: 1px solid #55505a; }

#buying_popup .top-area {
  padding: 16px;
  background: #ffffff;
  margin-bottom: 16px;
  border-radius: 3px; }

#buying_popup .icon.icon-checkmark_circle-green {
  background-image: url("../../images/symbols/icon-checkmark_circle-green.svg");
  background-position: center;
  width: 48px;
  height: 48px;
  display: table;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: 47px; }

#buying_popup .icon.icon-arrow {
  float: left;
  display: table;
  margin: 4px 4px 0 0;
  background-image: url(../../images/symbols/icon-arrow-NW.png);
  background-position: center;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg); }

@media (max-width: 991px) {
  #buying_popup .popup-window {
    width: 700px;
    left: calc(50% - 350px); } }

.popup__title.terms {
  width: 100%;
  margin-bottom: 0;
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: #55505a;
  padding: 0;
  margin-bottom: 8px; }
  .popup__title.terms a {
    color: #55505a; }
    .popup__title.terms a:hover {
      text-decoration: none; }
  .popup__title.terms input#terms[type="checkbox"] {
    display: none; }

.poa-contact .popup__title.terms,
.step-confirm-purchase .popup__title.terms {
  position: relative; }

.poa-contact .popup__title.terms input[type="checkbox"]:not(checked) + label,
.step-confirm-purchase .popup__title.terms input[type="checkbox"]:not(checked) + label {
  padding-left: 25px; }

.poa-contact .popup__title.terms input[type="checkbox"]:not(checked) + label,
.step-confirm-purchase .popup__title.terms input[type="checkbox"]:not(checked) + label {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border: solid 2px #55505a;
  padding: 0;
  line-height: 0;
  box-shadow: none;
  position: relative;
  top: 7px; }

.poa-contact .popup__title.terms input[type="checkbox"]:checked + label,
.step-confirm-purchase .popup__title.terms input[type="checkbox"]:checked + label {
  content: '';
  width: 16px;
  height: 16px;
  background-color: #55505a;
  background-image: url(../../images/symbols/icon-checkmark-white.svg);
  padding: 0;
  line-height: 0;
  box-shadow: none;
  top: 7px;
  border: solid 2px #55505a;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center; }

.poa-contact .popup__title.terms div.label-message,
.step-confirm-purchase .popup__title.terms div.label-message {
  display: inline;
  cursor: pointer;
  position: absolute;
  width: 100%;
  padding: 4px 24px;
  left: 0;
  z-index: 1000; }

.poa-contact .popup__title.terms {
  padding: 0 26px;
  margin-bottom: 8px; }

.video-popup .popup-blackout .popup-window .form-field .error-message {
  line-height: 1;
  padding: 0;
  position: relative; }
