@charset "UTF-8";
:root {
  --orange-color: #f16522; }

section.order .container {
  padding-left: 35px;
  padding-right: 25px; }

.order__description {
  padding-bottom: 28px;
  height: 100%;
  min-height: 100%; }

.order-description {
  background: #efeff0;
  border-radius: 4px;
  padding: 48px 58px 42px 58px;
  display: flex;
  height: 100%;
  min-height: 100%; }
  .order-description__image {
    margin-right: 40px;
    margin-bottom: 40px;
    width: 140px;
    flex-shrink: 0;
    flex-grow: 0; }
    .order-description__image img {
      max-width: 100%;
      width: 100%; }
  .order-description__header {
    font-family: 'ProximaNova', sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0.8em; }
  .order-description__content {
    font-family: 'ProximaNova', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.5;
    color: #888;
    margin-bottom: 28px; }
  .order-description .button {
    max-width: 100%;
    width: 247px;
    white-space: nowrap; }

.order-description-contact {
  display: flex;
  height: 55px;
  padding: 6px 10px;
  max-width: 257px;
  align-items: center; }
  .order-description-contact__left {
    font-family: 'ProximaNova', sans-serif;
    font-size: 15px;
    font-weight: 600;
    margin-right: auto; }
    .order-description-contact__left p {
      margin: 0; }
    .order-description-contact__left a {
      display: block;
      margin-top: 2px;
      color: var(--orange-color); }
  .order-description-contact__icon {
    display: block;
    width: 43px;
    height: 43px;
    border-radius: 4px;
    background-color: #fff;
    margin-left: 2px; }
  .order-description-contact__icon-whatsapp {
    background-image: url("../img/whatsapp-accent.svg");
    background-position: center center;
    background-size: 20px;
    background-repeat: no-repeat; }
  .order-description-contact__icon-telegram {
    background-image: url("../img/telegram-accent.svg");
    background-position: center center;
    background-size: 20px;
    background-repeat: no-repeat; }
  .order-description-contact a:hover {
    filter: brightness(1.2); }

.order__form {
  border-radius: 4px;
  border: 2px solid var(--orange-color);
  padding: 36px 30px 12px 30px;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */ }
  .order__form .col-6, .order__form .col-12 {
    position: relative; }
  .order__form .col-files {
    padding-bottom: 50px; }
  .order__form-title {
    font-family: "ProximaNova", sans-serif;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px; }
  .order__form .wpcf7-form-control {
    margin-bottom: 20px;
    display: block; }
  .order__form input::-webkit-outer-spin-button,
  .order__form input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .order__form input[type=number] {
    -moz-appearance: textfield; }
  .order__form input[name="colors"] {
    display: none; }
  .order__form .colors-select {
    background: #f7f7f7;
    border-radius: 4px;
    border: 1px solid #eaeaea;
    height: 50px;
    outline-color: var(--orange-color);
    position: relative; }
    .order__form .colors-select__selected {
      border-radius: 4px;
      width: 100%;
      height: 100%;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px; }
      .order__form .colors-select__selected i {
        font-style: normal;
        /*-webkit-filter: invert(100%);
				filter: invert(100%);			*/ }
    .order__form .colors-select__items {
      width: 100%;
      top: 100%;
      left: 0;
      display: none;
      position: absolute;
      background: #fff;
      padding: 5px 0 0 5px;
      z-index: 10;
      border: 1px solid #eaeaea; }
    .order__form .colors-select__item {
      display: inline-block;
      width: 28px;
      height: 28px;
      margin-right: 5px;
      border: 1px solid #eaeaea;
      cursor: pointer; }
  .order__form .order__form-file-list + .order__form-file {
    display: none; }
  .order__form input {
    min-width: 0;
    max-width: 100%; }
    .order__form input.wpcf7-not-valid {
      background: #fdd !important; }
    .order__form input[type=text], .order__form input[type=email], .order__form input[type=tel], .order__form input[type=number], .order__form input textarea {
      background: #f7f7f7;
      border-radius: 4px;
      border: 1px solid #eaeaea;
      height: 50px;
      padding-left: 18px;
      padding-right: 18px;
      outline-color: var(--orange-color); }
    .order__form input[type=submit] {
      background: #fff;
      border-radius: 4px;
      border: 2px solid var(--orange-color);
      color: var(--orange-color);
      height: 50px;
      padding-left: 40px;
      padding-right: 40px;
      font-family: "ProximaNova", sans-serif;
      font-weight: bold;
      font-size: 15px;
      cursor: pointer;
      transition: 0.3s; }
      .order__form input[type=submit]:hover {
        background: var(--orange-color);
        color: #fff; }
    .order__form input[type="file"] {
      opacity: 0;
      cursor: pointer;
      margin: 0;
      height: 100%; }
    .order__form input[type=radio], .order__form input[type=checkbox] {
      display: none; }
  .order__form .input-number {
    border-radius: 4px;
    border: 1px solid #eaeaea;
    display: flex;
    margin-bottom: 18px;
    max-width: 170px; }
    .order__form .input-number input {
      margin: 0;
      border-radius: 0;
      border-top: none;
      border-bottom: none;
      min-width: 0;
      text-align: center; }
    .order__form .input-number .input-number__button {
      width: 47px;
      background: #f7f7f7;
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 40px;
      line-height: 1;
      cursor: pointer;
      user-select: none; }
  .order__form .wpcf7-not-valid-tip {
    margin-top: -18px;
    font-size: 14px; }
  .order__form .ajax-loader, .order__form .wpcf7-spinner {
    position: absolute;
    top: 13px;
    left: 0px; }
  .order__form .wpcf7-response-output {
    font-size: 14px;
    margin: 0 1em !important;
    border-radius: 4px; }
  .order__form-file-list p {
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 2px; }
    .order__form-file-list p:first-child {
      margin-top: -15px; }
    .order__form-file-list p:last-child {
      margin-bottom: 20px; }
  .order__form-file {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #eaeaea;
    color: var(--orange-color);
    height: 50px;
    font-family: "ProximaNova", sans-serif;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
    margin-bottom: 20px;
    left: 0;
    top: 0;
    width: calc(100% - 20px);
    box-sizing: border-box;
    cursor: pointer; }
    .order__form-file:before {
      content: "";
      display: inline-block;
      width: 19px;
      height: 20px;
      position: absolute;
      left: 15px;
      top: 50%;
      transform: translateY(-50%);
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAUCAYAAABvVQZ0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjg4MjQ4NkIzODlEMDExRTc4Njg5OTY1ODUyQTkzM0IwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjg4MjQ4NkI0ODlEMDExRTc4Njg5OTY1ODUyQTkzM0IwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODgyNDg2QjE4OUQwMTFFNzg2ODk5NjU4NTJBOTMzQjAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ODgyNDg2QjI4OUQwMTFFNzg2ODk5NjU4NTJBOTMzQjAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7haJkmAAABjElEQVR42qSUSyhEURzGr4wwBiVFSmmWJOyRRx5JUrNQ9vY2ioUspKQkJRtsNFlYWCGvjCGPpS2xQDaK5DkG8f3rO3W6nTud6Z761b2n+/3u/zwdJ702Bh5AkeOzjYM/cAiy/IgmKIqDPD+iSYpimqgYNIBqkGErmqJoHwRBLlgAP+wXLilO2ab58R4lQVYnfadgkFU/gw9Q6SWaYWiXIhneAfuiIFP7tgYkwYpJNMvQNsgBIa6gSaSa/PTW3TnH0JYmOnKJwmAJlGo5qfpOF80ztAmyQT44NohuuAB1zDWCX7CqRKMMbVBUAE5SiPqYqwcv4EvJyzmB5xQVgjMLkVT0ymxEVTXEYIQbMG4hagJvFPXqc7XMcBmo1ebNS9QK3jm0HvcKRimoAFV83gEtBlEbN6iIuk37aoSCAb6vaUflWxN1gE+QAF1euz3Mv99z7wRAPxjmQXYYTlDWaXugr1mBuglClCY5vHab20Eme1Eb3hO44tzI+yNoTvfukiGsMyzVXLDqEpvwvwADAGSwgOsB0dwvAAAAAElFTkSuQmCC); }
    .order__form-file:after {
      pointer-events: none;
      content: "Прикрепите ваш дизайн";
      left: 40px;
      top: 50%;
      transform: translate(0, -50%);
      font-family: "ProximaNova", sans-serif;
      white-space: nowrap;
      font-weight: normal;
      font-size: 14px;
      color: #000;
      position: absolute; }
  .order__form [name="your-email"] {
    display: none; }
  .order__form textarea.wpcf7-form-control {
    background: #f7f7f7;
    border-radius: 4px;
    border: 1px solid #eaeaea;
    padding: 18px;
    outline-color: var(--orange-color);
    height: 100px;
    width: 100%;
    display: none; }
  .order__form .label-add-commment {
    display: inline-block;
    border-bottom: 1px dotted;
    cursor: pointer;
    position: absolute;
    top: -50px; }
  .order__form .wpcf7-radio span, .order__form .wpcf7-checkbox span {
    margin: 0; }
  .order__form .wpcf7-radio .wpcf7-list-item:not(:last-child), .order__form .wpcf7-checkbox .wpcf7-list-item:not(:last-child) {
    margin-bottom: 6px; }
  .order__form .wpcf7-radio .wpcf7-list-item-label, .order__form .wpcf7-checkbox .wpcf7-list-item-label {
    display: block;
    padding-left: 38px;
    position: relative;
    white-space: nowrap; }
    .order__form .wpcf7-radio .wpcf7-list-item-label:before, .order__form .wpcf7-radio .wpcf7-list-item-label:after, .order__form .wpcf7-checkbox .wpcf7-list-item-label:before, .order__form .wpcf7-checkbox .wpcf7-list-item-label:after {
      content: "" !important;
      position: absolute; }
    .order__form .wpcf7-radio .wpcf7-list-item-label:before, .order__form .wpcf7-checkbox .wpcf7-list-item-label:before {
      display: block;
      width: 24px;
      height: 24px;
      border-radius: 5px;
      border: 2px solid #eaeaea;
      left: 0;
      top: -3px; }
    .order__form .wpcf7-radio .wpcf7-list-item-label:after, .order__form .wpcf7-checkbox .wpcf7-list-item-label:after {
      width: 10px;
      height: 10px;
      border-radius: 3px;
      background: var(--orange-color);
      left: 7px;
      top: 4px; }
  .order__form .wpcf7-radio input[type=radio] + .wpcf7-list-item-label:after,
  .order__form .wpcf7-radio input[type=checkbox] + .wpcf7-list-item-label:after, .order__form .wpcf7-checkbox input[type=radio] + .wpcf7-list-item-label:after,
  .order__form .wpcf7-checkbox input[type=checkbox] + .wpcf7-list-item-label:after {
    display: none; }
  .order__form .wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label:after,
  .order__form .wpcf7-radio input[type=checkbox]:checked + .wpcf7-list-item-label:after, .order__form .wpcf7-checkbox input[type=radio]:checked + .wpcf7-list-item-label:after,
  .order__form .wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label:after {
    display: block; }
  .order__form .wpcf7-list-item {
    width: 100%; }
  .order__form .wpcf7-radio.horizontal,
  .order__form .wpcf7-checkbox.horizontal {
    display: flex;
    justify-content: space-between; }
  .order__form .label, .order__form .wpcf7-list-item-label {
    font-family: "ProximaNova", sans-serif;
    font-size: 14px;
    font-weight: normal; }

@media (max-width: 1199px) {
  .order-description {
    padding: 20px;
    display: block; }
    .order-description__image {
      margin-right: 30px;
      margin-bottom: 30px;
      float: left; }
      .order-description__image img {
        max-width: 100%;
        width: 100%; }
    .order-description__header {
      clear: both; } }

@media (max-width: 991px) {
  .order__form {
    padding: 36px 10px 12px 10px; }
  .order-description {
    padding: 20px;
    display: block; }
    .order-description__image {
      margin-right: 20px;
      margin-bottom: 20px;
      float: left; }
    .order-description__header {
      clear: none; }
    .order-description__contact {
      clear: both; } }

@media (max-width: 757px) {
  .order__form {
    padding: 20px 0 20px 0; } }

@media (max-width: 575px) {
  .order-description {
    padding: 40px 15px 20px 20px;
    display: block; }
    .order-description__image {
      margin-right: 20px;
      margin-bottom: 20px;
      float: left;
      width: 90px; }
    .order-description__content {
      margin-bottom: 10px;
      clear: both; }
  section.order .title-1 {
    font-size: 26px; }
  section.order .container {
    padding-left: 25px;
    padding-right: 25px; }
  .col-files {
    padding-bottom: 0; }
  .order__form {
    padding-top: 30px; }
    .order__form .wpcf7-radio.wpcf7-form-control-size,
    .order__form .wpcf7-checkbox.wpcf7-form-control-size {
      flex-wrap: wrap;
      justify-content: flex-start; }
      .order__form .wpcf7-radio.wpcf7-form-control-size .wpcf7-list-item,
      .order__form .wpcf7-checkbox.wpcf7-form-control-size .wpcf7-list-item {
        width: 25%; }
    .order__form .label, .order__form .wpcf7-list-item-label {
      margin-bottom: 7px; }
    .order__form .order__form-file-list p:last-child {
      margin-bottom: 20px; }
    .order__form .wpcf7-form-control {
      margin-bottom: 20px; }
    .order__form .label-add-commment {
      position: relative;
      top: -20px;
      margin-top: 20px; }
    .order__form input[type=submit] {
      width: 100%; }
    .order__form .wpcf7-radio.wpcf7-form-control-city,
    .order__form .wpcf7-checkbox.wpcf7-form-control-city {
      display: flex; }
      .order__form .wpcf7-radio.wpcf7-form-control-city .wpcf7-list-item,
      .order__form .wpcf7-checkbox.wpcf7-form-control-city .wpcf7-list-item {
        width: auto;
        margin-right: 20px; }
    .order__form .wpcf7-radio .wpcf7-list-item-label,
    .order__form .wpcf7-checkbox .wpcf7-list-item-label {
      padding-left: 30px; }
  .order__form-file {
    width: 100%; } }
