.showSubscribersForm {
  display: none; }

.modalGoodsInfo {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .modalGoodsInfo .leftCol {
    box-sizing: border-box;
    padding: 0 20px 0 0;
    width: 49%; }
    .modalGoodsInfo .leftCol .mainIMG img {
      max-width: 100%; }
  .modalGoodsInfo .rightCol {
    box-sizing: border-box;
    flex-grow: 1;
    max-width: 50%; }
    .modalGoodsInfo .rightCol ul {
      margin: 0;
      padding: 0; }
      .modalGoodsInfo .rightCol ul li {
        font-size: 14px;
        list-style: none;
        margin-bottom: 5px; }
    .modalGoodsInfo .rightCol .block {
      display: flex;
      flex-direction: column;
      margin-bottom: 10px;
      width: 100%; }
      .modalGoodsInfo .rightCol .block__header {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 10px; }
      .modalGoodsInfo .rightCol .block__selectOption {
        cursor: pointer;
        font-size: 14px;
        min-height: 25px;
        line-height: 25px;
        padding-left: 25px;
        position: relative; }
        .modalGoodsInfo .rightCol .block__selectOption input[type="radio"] {
          display: none; }
        .modalGoodsInfo .rightCol .block__selectOption:hover img {
          display: inline-block;
          filter: grayscale(100%);
          transition: all 200ms ease-in; }
        .modalGoodsInfo .rightCol .block__selectOption span {
          background-color: #fff;
          background-position: 2px 3px;
          background-repeat: no-repeat;
          border: 2px solid #D1D7DC;
          border-radius: 50%;
          content: '';
          height: 18px;
          left: 0;
          position: absolute;
          top: 12px;
          transform: translateY(-50%);
          width: 18px; }
          .modalGoodsInfo .rightCol .block__selectOption span img {
            display: none;
            max-height: 13px;
            max-width: 13px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            transition: all 200ms ease-in; }
        .modalGoodsInfo .rightCol .block__selectOption.selected img {
          display: inline-block;
          filter: grayscale(0);
          transition: all 200ms ease-in; }
      .modalGoodsInfo .rightCol .block .selectedColorWrapper {
        border: 1px solid #D1D7DC;
        box-sizing: border-box;
        cursor: pointer;
        display: none;
        font-size: 16px;
        font-weight: 600;
        height: 30px;
        line-height: 30px;
        margin-top: 5px;
        text-align: center;
        text-transform: uppercase;
        width: 100%; }
  .modalGoodsInfo .priceInfo {
    margin-top: 20px;
    text-align: center;
    width: 100%; }
    .modalGoodsInfo .priceInfo .price {
      font-size: 20px;
      margin-bottom: 10px; }
      .modalGoodsInfo .priceInfo .price span {
        display: inline-block;
        font-weight: 600;
        margin: 0 3px 0 5px; }
    .modalGoodsInfo .priceInfo .count {
      display: flex;
      flex-direction: row;
      justify-content: center; }
      .modalGoodsInfo .priceInfo .count .smallHeader {
        font-size: 20px;
        margin-right: 10px; }
      .modalGoodsInfo .priceInfo .count .minus {
        border: 1px solid #e5e5e5;
        color: #e5e5e5;
        cursor: pointer;
        height: 30px;
        margin-right: 10px;
        text-align: center;
        width: 30px; }
        .modalGoodsInfo .priceInfo .count .minus:hover {
          color: #38383f; }
      .modalGoodsInfo .priceInfo .count .count {
        border: 1px solid #e5e5e5;
        color: #38383f;
        justify-content: center;
        margin-right: 10px;
        text-align: center;
        width: 50px; }
      .modalGoodsInfo .priceInfo .count .plus {
        border: 1px solid #e5e5e5;
        color: #e5e5e5;
        cursor: pointer;
        height: 30px;
        text-align: center;
        user-select: none;
        width: 30px; }
        .modalGoodsInfo .priceInfo .count .plus:hover {
          color: #38383f; }

.trySelectColor {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .trySelectColor .box {
    color: #fff;
    cursor: pointer;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    font-weight: 300;
    text-shadow: 0 0 3px #000;
    text-align: center;
    width: 70px; }

@media screen and (max-width: 992px) {
  .modalGoodsInfo {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap; }
    .modalGoodsInfo .leftCol {
      width: 100%; }
    .modalGoodsInfo .rightCol {
      max-width: 100%;
      width: 100%; }
      .modalGoodsInfo .rightCol .block__selectOption {
        width: 100%; } }
@media screen and (max-width: 768px) {
  .modalGoodsInfo {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap; }
    .modalGoodsInfo .leftCol {
      width: 100%; }
    .modalGoodsInfo .rightCol {
      max-width: 100%;
      width: 100%; }
      .modalGoodsInfo .rightCol .block__selectOption {
        width: 100%; } }
@media screen and (max-width: 576px) {
  .modalGoodsInfo {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap; }
    .modalGoodsInfo .leftCol {
      width: 100%; }
    .modalGoodsInfo .rightCol {
      max-width: 100%;
      width: 100%; }
      .modalGoodsInfo .rightCol .block__selectOption {
        width: 100%; }

  .showSubscribersForm {
    background: linear-gradient(90deg, #00a4db, #731a3b);
    background-size: 200% 200%;
    color: #fff;
    display: block;
    margin: 0 auto;
    padding: 5px 10px;
    text-align: center;
    animation: Gradient 5s ease infinite; } }
@keyframes Gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

/*# sourceMappingURL=dop.css.map */
