.main_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 135px;
  min-height: 40px;
  padding: 0.5rem;
  font-family: "Ubuntu";
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  color: #fff;
  white-space: normal !important;
  word-wrap: break-word;
  background: #025C98;
  position: relative;
  cursor: pointer;
  border: 1px solid #025C98;
  transition: all 0.3s ease-out; }
  .main_btn:focus {
    color: #fff; }
  .main_btn:hover {
    color: #fff;
    background-color: #025C98;
    border-color: #277e86; }
  .main_btn:active {
    color: #fff;
    background-color: #025C98;
    border-color: #025C98;
    box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.25); }
  .main_btn:disabled {
    background-color: #025C98 !important;
    border-color: #025C98 !important; }
  .main_btn:disabled:hover {
    background-color: #025C98 !important;
    border-color: #025C98 !important; }

.main_btn-big {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 135px;
  min-height: 50px;
  padding: 0.5rem;
  font-family: "Ubuntu";
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  color: #fff;
  white-space: normal !important;
  word-wrap: break-word;
  background: #025C98;
  position: relative;
  cursor: pointer;
  border: 1px solid #025C98;
  transition: all 0.3s ease-out; }
  .main_btn-big:focus {
    color: #fff; }
  .main_btn-big:hover {
    color: #fff;
    background-color: #277e86;
    border-color: #277e86; }
  .main_btn-big:active {
    color: #fff;
    background-color: #277e86;
    border-color: #277e86;
    box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.25); }
  .main_btn-big:disabled {
    background-color: #bdbdbd !important;
    border-color: #bdbdbd !important; }
  .main_btn-big:disabled:hover {
    background-color: #bdbdbd !important;
    border-color: #bdbdbd !important; }

.feedback_block__input_wrapper {
  height: 4.85rem;
  display: flex;
  align-items: center;
  padding-top: 5px; }

.puzzle_block__form_label {
  position: static;
  display: block;
  width: 100%;
  min-height: 4.85rem; }
  .puzzle_block__form_label .puzzle_block__form_input_placeholder {
    position: absolute;
    display: inline;
    top: 1.85rem;
    z-index: 2;
    font-size: 1rem;
    transition: all 500ms ease-in-out;
    cursor: text;
    left: 0.75rem;
    color: #747474;
    padding: 0 0.5rem; }
  .puzzle_block__form_label input {
    position: relative;
    top: 0.75rem;
    left: 0;
    z-index: 1;
    width: 100%;
    font-size: 1rem;
    border: 1px solid #025C98;
    transition: border-color 500ms ease-in-out;
    outline: none;
    padding: 0 0 0 2rem; }
  .puzzle_block__form_label input {
    height: 3.5rem; }
  .puzzle_block__form_label input:focus, .puzzle_block__form_label input:valid {
    box-shadow: 0px 0px 5px 0px rgba(50, 163, 174, 0.6); }
    .puzzle_block__form_label input:focus + .puzzle_block__form_input_placeholder, .puzzle_block__form_label input:valid + .puzzle_block__form_input_placeholder {
      top: 0.3rem;
      cursor: inherit;
      font-size: 0.65rem;
      color: #32a3ae;
      background: #fff;
      display: inline; }

.feedback_block_variant .puzzle_block__form_label input:focus, .feedback_block_variant .puzzle_block__form_label input:valid {
  border-bottom: 2px solid #32a3ae; }
  .feedback_block_variant .puzzle_block__form_label input:focus + .puzzle_block__form_input_placeholder, .feedback_block_variant .puzzle_block__form_label input:valid + .puzzle_block__form_input_placeholder {
    top: 0.9rem;
    cursor: inherit;
    font-size: 0.65rem;
    color: #32a3ae;
    background: transparent; }
  .feedback_block_variant .puzzle_block__form_label input {
    padding: 0 0 0 1.2rem; }


.puzzle_block-form-promotion-wrapper {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.puzzle_block-form-promotion {
    margin-top: 55px;
    border-top: 1px solid #ebebeb;
    padding-top: 45px;
}

.puzzle_block-form-promotion .feedback_block__text {
    text-align: left;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.puzzle_block-form-promotion .form_blocks {
    padding: 0 42px;
    padding-bottom: 38px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 19px;
}

.puzzle_block-form-promotion .form_block_title {
    font-size: 17px;
    font-weight: bold;
    color: #000;
    width: 100%;
}

.puzzle_block-form-promotion .form_row {
    display: flex;
    margin-top: 18px;
    align-items: center;
}

.puzzle_block__form_label_promotion {
    color: #7f7f7f;
    font-size: 13px;
    display: inline-block;
    width: 140px;
}

.puzzle_block-form-promotion .feedback_block__form_input {
    padding: 0 15px;
    border: 1px solid #f3f3f3;
    height: 40px;
    line-height: 40px;
    width: 100%;
}

textarea.feedback_block__form_input {
    margin-top: 11px;
}

.puzzle_block-form-promotion .form-block-right {
    display: flex;
    flex-direction: column;
}

.puzzle_block-form-promotion .form-block-right textarea {
    flex: 1;
    min-height: 100px;
    line-height: normal;
    padding: 15px;
}

.puzzle_block-form-promotion .feedback_block__compliance {
    max-width: 445px;
    color: #8b8b8b;
    font-size: 13px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.puzzle_block-form-promotion .feedback_block__compliance_link {
    color: #000;
    text-decoration: underline;
}

.puzzle_block-form-promotion .feedback_block__compliance
.feedback_block__input {
    color: #000;
    text-decoration: underline;
}

.puzzle_block-form-promotion input[type="submit"],
.puzzle_block-form-promotion input[type="button"] {
    width: 130px;
    padding: 0;
    text-align: center;
    font-weight: normal;
}

.puzzle_block-form-promotion input[type="reset"] {
    width: 130px;
    padding: 0;
    text-align: center;
    background: #ffffff;
    font-weight: normal;
}

.puzzle_block_promotion_return {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 50px;
}

.puzzle_block_promotion_return .return {
    border: 1px solid #ebebeb;
    height: 38px;
    line-height: 38px;
    padding: 0 20px;
    display: inline-block;
}

.puzzle_block_promotion_return .return_inner {
    display: inline-block;
    background-image: url('data:image/png;base64, iVBORw0KGgoAAAANSUhEUgAAAA0AAAAJCAQAAABDc27hAAAAb0lEQVQY03XMMQqCAACF4W8Ig/AGDtkBGhPabI7ATVrFrSV3B9eozQtIbtHSDRsCB7X/Hx68Bw9OaoEZ9t62ZvloHRWDpUImgl7n4DyYy928bFjrJJOvVAs7lXAyPn8RWPybxsTuruNy6aLx0Fh9AZSvErqrty7kAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
}

@media (max-width: 768px) {
    .catalog_section_block_promotion .product_card__block_item {
        width: 50%;
    }

    .promotion_detail__banner_active_img {
        background-size: contain;
    }

    .promotion_detail__banner_active_img img {
        width: 50%;
        height: 50%;
    }
}

@media (max-width: 576px) {
    .catalog_section_block_promotion .product_card__block_item {
        width: 100%;
    }
}
