.visually-hidden {
   position: absolute;
   width: 1px;
   height: 1px;
   margin: -1px;
   border: 0;
   padding: 0;
   clip: rect(0 0 0 0);
   overflow: hidden;
}

/*-----------------------------------------Common-----------------------------------------*/

.fixed {
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   padding: 10px 0 15px;
   background-color: #ffffff;
   text-align: center;
   z-index: 2;
}

.fixed::after {
   content: "";
   position: absolute;
   left: 0;
   right: 0;
   bottom: 5px;
   display: block;
   width: 100%;
   height: 2px;
   background-color: #521593;
}

.content {
   display: block;
   padding-top: 100px;
}

.article {
   padding: 30px 0;
}

.article__attention {
   margin-top: 30px;
}

.attention {
   padding: 15px;
   border: 1px solid #000000;
   text-align: center;
}

.attention__title {
   font-weight: 700;
   font-size: 18px;
   text-transform: uppercase;
   color: #e12216;
}

.attention__text {
   margin-top: 10px;
   font-weight: 700;
}

.article__order {
   margin-top: 60px;
}

.order__paragraph {
   text-align: center;
}

.order__product {
   position: relative;
   max-width: 500px;
   margin: 15px auto 0;
   font-size: 0;
   text-align: center;
}

.order__product::after {
   content: "";
   position: absolute;
   top: 0;
   right: 0;
   display: block;
   width: 100px;
   height: 100px;
   background: url("../../../../viposidn.com/content/XHPDsEf3qBMO6ct/images/stamp.jpg")
      no-repeat;
}

.order__prices {
   font-size: 0;
}

.order__price {
   font-weight: 700;
   font-size: 21px;
   text-align: center;
}

.order__price--old {
   text-decoration: line-through;
}

.order__price--new {
   margin-top: 5px;
   font-size: 32px;
   color: #e12216;
}

.order__form {
   max-width: 320px;
   margin: 10px auto 0;
}

.order__label {
   display: block;
   width: 100%;
}

.order__label:not(:first-of-type) {
   margin-top: 15px;
}

.order__field {
   display: block;
   width: 100%;
   padding: 15px;
   font-size: 16px;
   font-family: "Montserrat", Arial, Helvetica, sans-serif;
   border: 2px solid #521593;
   border-radius: 10px;
   background-color: #ffffff;
   outline: none;
}

.order__field:focus {
   box-shadow: 0 0 5px 0 rgba(82, 21, 147, 0.8);
}

.order__button {
   display: block;
   width: 100%;
   padding: 12px 15px;
   margin-top: 20px;
   font-weight: 700;
   font-size: 24px;
   line-height: 1.2;
   font-family: "Montserrat", Arial, Helvetica, sans-serif;
   text-transform: uppercase;
   text-align: center;
   color: #ffffff;
   border: none;
   border-radius: 10px;
   background-color: #521593;
   transition: all 0.3s ease-out;
   outline: none;
   cursor: pointer;
}

.order__button:hover {
   background-color: #39c9e7;
}

.order__timing {
   margin-top: 30px;
   font-size: 18px;
   text-align: center;
}

.order__date {
   font-weight: 700;
   color: #e12216;
}

@media (min-width: 992px) {
   .fixed {
      padding: 10px 0 15px;
   }

   .content {
      font-size: 0;
      padding-top: 110px;
   }

   .article {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      font-size: 16px;
   }

   .article {
      max-width: calc(100% - 320px);
      padding-right: 30px;
      padding-top: 0;
   }
}

/*!
   * Bootstrap v4.5.2 (https://getbootstrap.com/)
   * Copyright 2011-2020 The Bootstrap Authors
   * Copyright 2011-2020 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
:root {
   --blue: #007bff;
   --indigo: #6610f2;
   --purple: #6f42c1;
   --pink: #e83e8c;
   --red: #dc3545;
   --orange: #fd7e14;
   --yellow: #ffc107;
   --green: #28a745;
   --teal: #20c997;
   --cyan: #17a2b8;
   --white: #fff;
   --gray: #6c757d;
   --gray-dark: #343a40;
   --primary: #007bff;
   --secondary: #6c757d;
   --success: #28a745;
   --info: #17a2b8;
   --warning: #ffc107;
   --danger: #dc3545;
   --light: #f8f9fa;
   --dark: #343a40;
   --breakpoint-xs: 0;
   --breakpoint-sm: 576px;
   --breakpoint-md: 768px;
   --breakpoint-lg: 992px;
   --breakpoint-xl: 1200px;
   --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI",
      Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
      "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
      "Noto Color Emoji";
   --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
      "Liberation Mono", "Courier New", monospace;
}

*,
::after,
::before {
   box-sizing: border-box;
}

html {
   font-family: sans-serif;
   line-height: 1.15;
   -webkit-text-size-adjust: 100%;
   -webkit-tap-highlight-color: transparent;
}

body {
   margin: 0;
   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
      "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
   font-size: 1rem;
   font-weight: 400;
   line-height: 1.5;
   color: #212529;
   text-align: left;
   background-color: #fff;
}

hr {
   box-sizing: content-box;
   height: 0;
   overflow: visible;
}

h2,
h4 {
   margin-top: 0;
   margin-bottom: 0.5rem;
}

p {
   margin-top: 0;
   margin-bottom: 1rem;
}

a {
   color: #007bff;
   text-decoration: none;
   background-color: transparent;
}

a:hover {
   color: #0056b3;
   text-decoration: underline;
}

a:not([href]):not([class]) {
   color: inherit;
   text-decoration: none;
}

a:not([href]):not([class]):hover {
   color: inherit;
   text-decoration: none;
}

img {
   vertical-align: middle;
   border-style: none;
}

::-webkit-file-upload-button {
   font: inherit;
   -webkit-appearance: button;
}

.h2,
.h4,
h2,
h4 {
   margin-bottom: 0.5rem;
   font-weight: 500;
   line-height: 1.2;
}

.h2,
h2 {
   font-size: 2rem;
}

.h4,
h4 {
   font-size: 1.5rem;
}

hr {
   margin-top: 1rem;
   margin-bottom: 1rem;
   border: 0;
   border-top: 1px solid rgba(0, 0, 0, 0.1);
}

@-webkit-keyframes progress-bar-stripes {
   from {
      background-position: 1rem 0;
   }

   to {
      background-position: 0 0;
   }
}

@keyframes progress-bar-stripes {
   from {
      background-position: 1rem 0;
   }

   to {
      background-position: 0 0;
   }
}

.media {
   display: -ms-flexbox;
   display: flex;
   -ms-flex-align: start;
   align-items: flex-start;
}

.media-body {
   -ms-flex: 1;
   flex: 1;
}

@-webkit-keyframes spinner-border {
   to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
   }
}

@keyframes spinner-border {
   to {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
   }
}

@-webkit-keyframes spinner-grow {
   0% {
      -webkit-transform: scale(0);
      transform: scale(0);
   }

   50% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
   }
}

@keyframes spinner-grow {
   0% {
      -webkit-transform: scale(0);
      transform: scale(0);
   }

   50% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
   }
}

.rounded-circle {
   border-radius: 50% !important;
}

.mr-3 {
   margin-right: 1rem !important;
}

@media print {
   *,
   ::after,
   ::before {
      text-shadow: none !important;
      box-shadow: none !important;
   }

   a:not(.btn) {
      text-decoration: underline;
   }

   img {
      page-break-inside: avoid;
   }

   h2,
   p {
      orphans: 3;
      widows: 3;
   }

   h2 {
      page-break-after: avoid;
   }

   @page {
      size: a3;
   }

   body {
      min-width: 992px !important;
   }
}
