
.modal-spec-happy {
  position: fixed!important;
  bottom: 40%!important;
  left: 30%;
  z-index: 123;
}
.button-memory.spec-button {
    box-sizing: border-box;
    background-image: url(/themes/individual/public/images/specbutton.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    position: fixed;
    bottom: 20%;
    left: 0;
    z-index: 100;
    width: 280px;
    height: 150px;
  }
  .button-mem {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    z-index: 100;
  }
  .spec-happy-arcticmodal-overlay,
  .spec-arcticmodal-overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    opacity: .6;
    z-index: 0;
  }
  
  .spec-box-modal {
    z-index: 111;
    width: 861px;
  }
  
  /* .spec-arcticmodal-container {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }  */
  
  .spec-box-modal__up {
    z-index: 49;
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(#01ace1), to(#07529b));
    background: linear-gradient(#01ace1, #07529b);
    width: 861px;
    height: 421px;
  }
  
  .spec-box-modal__up::before {
    content: '';
    background: url("/themes/individual/public/style/img/comp.png") no-repeat;
    position: absolute;
    background-size: 80%;
    bottom: -50px;
    right: 30%;
    z-index: 500;
    width: 304px;
    height: 333px;
  }
  
  .up--content--middle li {
    margin-top: 6px;
  }
  
  .spec-box-modal_close {
    position: absolute;
    cursor: pointer;
    width: 20px;
    height: 20px;
    top: 15px;
    right: 18px;
  }
  
  .spec-box-modal_close::before, .spec-box-modal_close::after {
    content: '';
    position: absolute;
    background-color: #fff;
    height: 1px;
    width: 23px;
    top: 10px;
  }
  
  .spec-box-modal_close::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  
  .spec-box-modal_close::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  
  .spec-modal__title {
    padding-top: 30px;
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
  }
  
  .spec-box-modal__up--content {
    margin-top: 45px;
    padding: 0 37px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
  }
  
  .spec-box-modal__up--content--header {
    font-family: "Open Sans";
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
  }
  
  .up--content--header1 {
    font-size: 14px;
    font-weight: 400;
  }
  
  .up--content--header2 {
    font-weight: 700;
  }
  
  .spec-box-modal__up--content--middle {
    margin-top: 25px;
  }
  
  .spec-box-modal__up--content--footer {
    line-height: 20px;
    margin-top: 25px;
  }
  
  .spec-box-modal__up--content--footer span {
    font-size: 20px;
    font-weight: 700;
  }
  
  .spec-box-modal__down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 861px;
    height: auto;
    background-color: #fff;
    padding: 0 37px;
    padding-bottom: 30px;
  }
  
  .spec-box-modal__down-left {
    padding-top: 23px;
  }
  
  .spec-box-modal__down-left fieldset {
    border: none;
  }
  
  .spec-box-modal__down-left fieldset legend {
    color: #00356a;
    font-family: "Open Sans";
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    border-bottom: none;
    margin-bottom: 0;
  }
  
  .spec-box-modal__down-left fieldset p {
    margin-top: 35px;
  }
  .spec-box-modal__down-left fieldset p:first-child {
    margin-top: 30px;
  }

  .spec-box-modal__down-left fieldset p .wrong-spec-input {
    color: red;
    border-color: red;
    content: 'Введите Ваше имя';
  }

  .spec-box-modal__down-left fieldset p .wrong-spec-input:focus {
    color: black;
  }
  
  .spec-box-modal__down-left fieldset input {
    width: 323px;
    border: none;
    border-bottom: 1px solid #00356a;
  }
  .spec-box-modal__down-left fieldset input[type='checkbox'] {
    min-width: 20px;
    min-height: 20px;
  }
  .modal__form-checkbox {
    min-width: 20px;
    min-height: 20px;
  }

  .modal__form-group--checkbox {
    display: flex;
    flex-direction: column;
  }

  
  .spec-box-modal__down-left fieldset input:focus {
    outline: none;
  }
  
  .spec-modal__form-group {
    margin-top: 28px;
  }
  
  .spec-box-modal__down-right {
    padding-top: 44px;
    max-width: 380px;
  }
  
  
  .spec-modal__form-group {
    margin-top: 20px;
  }
  .rc-anchor img {
    max-width: 303px;
    max-height: 75px;
  }
  .rc-anchor {
    margin-bottom: 45px;
  }
  
  .spec-button {
    margin-top: 24px;
    background-color: #1097ff;
    color: #fff;
    width: 200px;
    height: 50px;
    border: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 14px;
    cursor: pointer;
  }

  @media screen and (min-width: 676px) {
    .spec-box-modal__down {
      align-items: flex-end;
    }
  }
  
  @media screen and (max-width: 900px) {
    .spec-box-modal__up--content {
      padding: 0 33px;
    }
    .spec-box-modal__up::before {
      bottom: -8%;
      left: 32%;
      background: url('/themes/individual/public/style/img/comp245x268.png') no-repeat;
      background-size: 90%;
      width: 245px;
      height: 268px;
    }
    .arcticmodal-container_i2 {
      padding: 0;
    }
    .spec-box-modal,
    .spec-box-modal__up,
    .spec-box-modal__down {
      width: 100%;
    }
    .without-padding {
      padding: 24px 0;
    }
    .spec-box-modal__down-right {
      margin-left: 5px;
    }
  }

  @media screen and (max-width: 850px) {
    .spec-box-modal__up::before {
      bottom: -12%;
      left: 32%;
      background: url('/themes/individual/public/style/img/comp245x268.png') no-repeat;
      background-size: 80%;
      width: 245px;
      height: 268px;
    }
  }

  @media screen and (max-width: 820px) {
    .spec-box-modal__up::before {
      bottom: -15%;
      left: 33%;
      background-size: 70%;      
    }
  }

  @media screen and (max-width: 800px) {
    .spec-box-modal__up::before {
      bottom: -24%;
      left: 36%;
      background: url('/themes/individual/public/style/img/comp245x268.png') no-repeat;
      background-size: 60%;
      width: 245px;
      height: 268px;
    }
    .spec-box-modal__up--content {
      padding: 0 30px;
    }
  }
  
  @media screen and (max-width: 756px) {
    .spec-box-modal__up::before {
      bottom: -20%;
      left: 35%;
    }
  }
  
  @media screen and (max-width: 745px) {
    .spec-box-modal__up::before {
      bottom: -20%;
      left: 35%;
    }
    .spec-box-modal__up--content,
    .spec-box-modal__down {
      padding: 0 2px;
      padding-bottom: 30px;
    }
  }
  
  @media screen and (max-width: 676px) {
    .spec-box-modal__up::before {
      top: 30%;
      left: 48%;
      background: url('/themes/individual/public/style/img/comp.png') no-repeat;
      width: 304px;
      height: 333px;
    }
    .spec-box-modal__down {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      height: auto;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
    .spec-box-modal__down-right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
    .spec-box-modal__up--content--middle {
      margin-top: 15px;
    }
    .spec-box-modal__up--content--footer {
      margin-top: 13px;
      margin-bottom: 20px;
    }
    .spec-box-modal__up--content_right {
      margin-top: 22px;
      padding: 0;
    }
    .spec-box-modal__up--content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
    .spec-box-modal__up {
      width: 100%;
      height: auto;
    }
  }
  
  @media screen and (max-width: 610px) {
    .spec-box-modal__up--content_left,
    .spec-box-modal__up--content_right {
      z-index: 60;
    }
  }
  
  @media screen and (max-width: 560px) {
    .without-padding {
      margin: 0!important;
      width: 100%;
    }
    .spec-box-modal__up {
      width: 100%;
      height: auto;
    }
    .spec-box-modal__up::before {
      top: 25%;
      left: 54%;
      background: url('/themes/individual/public/style/img/comp.png') no-repeat;
      background-size: 70%;
      width: 304px;
      height: 333px;
    }
    .spec-modal__title {
      text-align: left;
      padding-left: 15px;
      padding-top: 18px;
      font-size: 26px;
    }
    .spec-box-modal__up--content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding: 0 0 0 15px;
      margin-top: 20px;
    }
    .spec-box-modal__down {
      width: 100%;
      height: auto;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: center;
      padding: 0 0 0 15px;
    }
  }
  
  @media screen and (max-width: 360px) {
    .container {
      width: 100%;
    }
    .spec-box-modal_close {
      top: 11px;
      right: 20px;
    }
    .spec-arcticmodal-container {
      width: 100%;
    }
    .spec-box-modal__up {
      width: 100%;
      height: auto;
    }
    .spec-box-modal__up::before {
      top: 42%;
      left: 54%;
      background: url('/themes/individual/public/style/img/compsmall.png') no-repeat;
      background-size: 90%;
      width: 139px;
      height: 153px;
    }
    .spec-modal__title {
      text-align: left;
      padding-left: 15px;
      padding-top: 18px;
      font-size: 26px;
    }
    .spec-box-modal__up--content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding: 0 0 0 15px;
      margin-top: 20px;
    }
    .spec-box-modal__up--content--middle {
      margin-top: 15px;
    }
    .spec-box-modal__up--content--footer {
      margin-top: 13px;
      margin-bottom: 20px;
    }
    .spec-box-modal__up--content_right {
      margin-top: 22px;
      padding: 0;
    }
    .spec-box-modal__down {
      width: 100%;
      height: auto;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding: 0 0 0 15px;
    }
    .spec-box-modal__down-left {
      width: 100%;
    }
    .spec-box-modal__down-left fieldset input {
      width: 100%;
    }
  }

  span.error {
    color: red;
    font-size: 12px;
    display: block;
  }