@import url(vendor/swiper.min.css);
@import url(vendor/jquery.fancybox.min.css);
@import url("https://fonts.googleapis.com/css?family=Libre+Franklin:300,400,500,600,700,900&display=swap&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,700,800&display=swap&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap&subset=latin-ext");
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #828282;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #828282;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #828282;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #828282;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #828282;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px; }

form.grey ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #656f75;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  font-size: 16px; }
form.grey :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #656f75;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  font-size: 16px; }
form.grey ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #656f75;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  font-size: 16px; }
form.grey :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #656f75;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  font-size: 16px; }
form.grey ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #656f75;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 400;
  font-size: 16px; }

select,
input,
textarea {
  font-size: 12px;
  font-family: "Roboto", sans-serif;
  color: #828282;
  text-align: center;
  text-align-last: center;
  border: none;
  border-bottom: 2px solid #333333;
  height: 30px; }
  select:focus,
  input:focus,
  textarea:focus {
    border-bottom-color: #1E8A3D; }
  .order-body select, .order-body
  input, .order-body
  textarea {
    border-bottom-width: 4px; }
    .order-body select:focus, .order-body
    input:focus, .order-body
    textarea:focus {
      background-color: #f9f9f9; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Remove default arrow */
  background-image: url("../../../frontend/assets/arrow_down.svg");
  /* Add custom arrow */
  background-size: 7px;
  background-position: right center;
  background-repeat: no-repeat;
  background-color: transparent; }

input {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */ }
  input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  input[type=number] {
    -moz-appearance: textfield; }

textarea {
  padding-top: 5px;
  resize: vertical; }

form.grey select,
form.grey input,
form.grey textarea {
  width: 100%;
  font-size: 16px;
  font-family: "Libre Franklin", sans-serif;
  color: #656f75;
  text-align: left;
  text-align-last: left;
  border: none !important;
  height: 60px;
  background-color: #f0f4f7;
  padding: 5px 5px 5px 30px; }
form.grey span.error {
  position: absolute;
  left: 0;
  bottom: -13px;
  font-size: 10px;
  color: #ff0000;
  visibility: hidden;
  opacity: 0; }
  form.grey span.error._show {
    opacity: 1;
    visibility: visible; }
form.grey .check-container select,
form.grey .check-container input {
  width: 50%;
  height: 30px; }
form.grey input[type="file"] {
  background: #fff;
  border: 1px solid #f0f4f7 !important;
  padding-left: 5px;
  height: 40px; }

header {
  width: 100%;
  background: #fff; }
  header > .top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 20px 0 45px 0;
    color: #0a2a3d; }
    header > .top > span {
      font-size: 13px;
      font-weight: 500; }
    header > .top .right > a {
      font-size: 13px;
      text-transform: uppercase;
      font-weight: 500; }
      header > .top .right > a:not(:first-child) {
        margin-left: 35px; }
      header > .top .right > a:last-child {
        font-size: 16px;
        font-weight: 700;
        margin-left: 55px; }
        header > .top .right > a:last-child::before {
          content: '';
          position: absolute;
          left: -20px;
          bottom: 2px;
          width: 15px;
          height: 15px;
          background-image: url("../../../frontend/assets/tel.svg");
          background-size: contain;
          background-repeat: no-repeat; }
  header > .main {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    header > .main .logo {
      display: block;
      height: 44px;
      width: 151px; }
      header > .main .logo > img {
        display: block;
        width: auto;
        height: 100%; }
    header > .main nav > *:not(ul) {
      display: none; }
    header > .main nav ul {
      display: flex;
      align-items: center;
      width: fit-content;
      width: -moz-fit-content;
      height: 100%; }
      header > .main nav ul li {
        width: -moz-fit-content;
        width: fit-content;
        list-style: none; }
        header > .main nav ul li a {
          display: flex;
          align-items: center;
          color: #8a882c !important;
          font-weight: 400;
          font-size: 24px;
          line-height: 1.4; }
        header > .main nav ul li:not(:first-child) {
          margin-left: 60px; }
        header > .main nav ul li:not(:last-child) a::before, header > .main nav ul li:not(:last-child) a::after {
          content: '';
          position: absolute;
          width: calc(100% - 6px);
          height: 3px;
          right: 0;
          bottom: -8px;
          background: #4d1514;
          opacity: 0;
          visibility: hidden;
          transition: .25s all; }
        header > .main nav ul li:not(:last-child) a::before {
          right: auto;
          left: 0;
          width: 3px;
          background: #8a1e1e; }
        header > .main nav ul li:not(:last-child) a:hover::before, header > .main nav ul li:not(:last-child) a:hover::after, header > .main nav ul li:not(:last-child) a._active::before, header > .main nav ul li:not(:last-child) a._active::after {
          opacity: 1;
          visibility: visible; }
        header > .main nav ul li:last-child a {
          padding: 15px;
          background-color: #8a1e1e;
          border: 2px solid #4d1514;
          line-height: 1;
          font-size: 26px;
          text-transform: uppercase;
          color: #fff !important;
          letter-spacing: 1px;
          font-weight: 600;
          transition: .25s all;
          text-align: center; }
          header > .main nav ul li:last-child a:hover {
            background-color: #a83030; }
    header > .main .hamburger {
      display: none;
      width: 40px;
      height: 24px;
      cursor: pointer; }
      header > .main .hamburger._opened .hamburger-inner {
        transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
        transform: rotate(90deg);
        background-color: transparent !important; }
        header > .main .hamburger._opened .hamburger-inner::before {
          top: 0;
          transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
          transform: rotate(-45deg); }
        header > .main .hamburger._opened .hamburger-inner::after {
          bottom: 0;
          transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
          transform: rotate(45deg); }
      header > .main .hamburger .hamburger-inner {
        transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms;
        position: absolute;
        width: 40px;
        height: 4px;
        border-radius: 4px;
        background-color: #8a882c;
        top: 50%;
        display: block;
        margin-top: -2px; }
        header > .main .hamburger .hamburger-inner::before, header > .main .hamburger .hamburger-inner::after {
          display: block;
          content: "";
          position: absolute;
          width: 40px;
          height: 4px;
          border-radius: 4px;
          background-color: #8a882c;
          top: -10px;
          transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s; }
        header > .main .hamburger .hamburger-inner::after {
          transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
          top: auto;
          bottom: -10px; }

@media only screen and (max-width: 1000px) {
  header > .top {
    flex-direction: column; }
    header > .top .right {
      margin: 20px 0 0 auto; }
  header > .main nav ul li a {
    font-size: 20px; }
  header > .main nav ul li:not(:first-child) {
    margin-left: 40px; }
  header > .main nav ul li:last-child a {
    padding: 10px;
    font-size: 22px; } }
@media only screen and (max-width: 800px) {
  header > .main nav ul li a {
    font-size: 18px; }
  header > .main nav ul li:not(:first-child) {
    margin-left: 30px; }
  header > .main nav ul li:last-child a {
    font-size: 20px; } }
@media only screen and (max-width: 700px) {
  header > .top {
    padding: 5px 0 15px 0; }
    header > .top .right {
      margin: 0;
      display: none; }
  header > .main .logo {
    z-index: 6; }
  header > .main .hamburger {
    z-index: 6;
    display: inline-block; }
  header > .main nav {
    padding: 100px 50px 20px 50px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 5;
    transition: .3s all;
    transform: translateX(-100%); }
    header > .main nav._opened {
      transform: translateX(0); }
    header > .main nav > *:not(ul) {
      display: block;
      font-size: 24px;
      color: #8a882c !important;
      font-weight: 400; }
      header > .main nav > *:not(ul):not(:first-child) {
        margin: 20px 0 0 0; }
      header > .main nav > *:not(ul):not(:last-child)::before, header > .main nav > *:not(ul):not(:last-child)::after {
        content: '';
        position: absolute;
        width: calc(100% - 6px);
        height: 3px;
        right: 0;
        bottom: -8px;
        background: #4d1514;
        opacity: 0;
        visibility: hidden;
        transition: .25s all; }
      header > .main nav > *:not(ul):not(:last-child)::before {
        right: auto;
        left: 0;
        width: 3px;
        background: #8a1e1e; }
      header > .main nav > *:not(ul):not(:last-child):hover::before, header > .main nav > *:not(ul):not(:last-child):hover::after, header > .main nav > *:not(ul):not(:last-child)._active::before, header > .main nav > *:not(ul):not(:last-child)._active::after {
        opacity: 1;
        visibility: visible; }
      header > .main nav > *:not(ul):last-child {
        margin-top: 40px;
        font-size: 14px; }
    header > .main nav ul {
      flex-direction: column;
      height: auto;
      margin-top: 20px; }
      header > .main nav ul li:not(:first-child) {
        margin: 20px 0 0 0; }
      header > .main nav ul li:last-child a {
        margin-top: 70px; }
      header > .main nav ul li a {
        font-size: 24px; } }
/** GLOBALS **/
.tooltip {
  display: block !important;
  z-index: 10000; }
  .tooltip .tooltip-inner {
    background: #8a1e1e;
    color: white;
    border-radius: 16px;
    padding: 5px 10px 4px; }
  .tooltip .tooltip-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    margin: 5px;
    border-color: #8a1e1e;
    z-index: 1; }
  .tooltip[x-placement^="top"] {
    margin-bottom: 5px; }
    .tooltip[x-placement^="top"] .tooltip-arrow {
      border-width: 5px 5px 0 5px;
      border-left-color: transparent !important;
      border-right-color: transparent !important;
      border-bottom-color: transparent !important;
      bottom: -5px;
      left: calc(50% - 5px);
      margin-top: 0;
      margin-bottom: 0; }
  .tooltip[x-placement^="bottom"] {
    margin-top: 5px; }
    .tooltip[x-placement^="bottom"] .tooltip-arrow {
      border-width: 0 5px 5px 5px;
      border-left-color: transparent !important;
      border-right-color: transparent !important;
      border-top-color: transparent !important;
      top: -5px;
      left: calc(50% - 5px);
      margin-top: 0;
      margin-bottom: 0; }
  .tooltip[x-placement^="right"] {
    margin-left: 5px; }
    .tooltip[x-placement^="right"] .tooltip-arrow {
      border-width: 5px 5px 5px 0;
      border-left-color: transparent !important;
      border-top-color: transparent !important;
      border-bottom-color: transparent !important;
      left: -5px;
      top: calc(50% - 5px);
      margin-left: 0;
      margin-right: 0; }
  .tooltip[x-placement^="left"] {
    margin-right: 5px; }
    .tooltip[x-placement^="left"] .tooltip-arrow {
      border-width: 5px 0 5px 5px;
      border-top-color: transparent !important;
      border-right-color: transparent !important;
      border-bottom-color: transparent !important;
      right: -5px;
      top: calc(50% - 5px);
      margin-left: 0;
      margin-right: 0; }
  .tooltip.popover .popover-inner {
    background: #f9f9f9;
    color: black;
    padding: 24px;
    border-radius: 5px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1); }
  .tooltip.popover .popover-arrow {
    border-color: #f9f9f9; }
  .tooltip[aria-hidden='true'] {
    visibility: hidden;
    opacity: 0;
    transition: opacity .15s, visibility .15s; }
  .tooltip[aria-hidden='false'] {
    visibility: visible;
    opacity: 1;
    transition: opacity .15s; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  /* prevent tap highlight color / shadow */
  outline: none;
  font-family: "Libre Franklin", sans-serif; }

.fancybox-navigation {
  position: static; }

._hidden {
  display: none !important; }

html {
  padding: 20px;
  background-color: #8a882c; }

body {
  background: #fff;
  min-height: 100vh;
  margin: 0 !important;
  padding: 0 50px; }
  body:not(.no_background) {
    background: #fff url("../../../frontend/assets/dots_right.png") right top no-repeat; }

html,
body {
  overflow-x: hidden;
  font-family: "Libre Franklin", sans-serif; }
  html.noscroll,
  body.noscroll {
    overflow-y: hidden; }

h1 {
  font-size: 30px;
  font-weight: 700;
  color: #8a882c;
  text-transform: uppercase; }
  h1.front {
    font-size: 13px;
    font-weight: 500;
    color: #0a2a3d;
    text-transform: none; }
  h1.blue {
    font-weight: 300;
    font-size: 60px;
    color: #0a2a3d;
    text-transform: none; }

section {
  width: 100%; }

a {
  color: #000; }
  a:link, a:visited, a:hover, a:active {
    text-decoration: none;
    color: #000; }

p {
  color: #000;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.3; }
  p > strong {
    font-weight: 700; }

.row {
  display: flex; }

.swiper-button-disabled {
  cursor: default !important; }
  .swiper-button-disabled > img {
    cursor: default !important; }

@media only screen and (max-width: 1200px) {
  h1.blue {
    font-size: 40px; } }
@media only screen and (max-width: 850px) {
  html {
    padding: 10px; }

  body {
    padding: 0 20px; } }
@media only screen and (max-width: 700px) {
  html {
    padding: 5px; }

  body {
    padding: 0 10px; } }
@media only screen and (max-width: 500px) {
  h1 {
    font-size: 24px; }
    h1.blue {
      font-size: 30px; } }
footer {
  width: 100%; }
  footer > .top {
    width: calc(100% + 100px);
    margin-left: -50px;
    background-color: #8a882c;
    padding: 210px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url("../../../frontend/assets/footer_dots.jpg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
    footer > .top p {
      font-weight: 300;
      color: #fff;
      font-size: 48px;
      line-height: 1.4;
      text-align: center; }
    footer > .top a {
      font-weight: 900;
      font-size: 32px;
      color: #fff;
      margin-top: 50px; }
  footer > .top-contact {
    width: calc(100% + 100px);
    margin-left: -50px;
    background-color: #8a882c;
    padding: 145px 0;
    background-image: url("../../../frontend/assets/footer_red_dots.jpg");
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat; }
    footer > .top-contact .contact-cont {
      width: 1170px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between; }
      footer > .top-contact .contact-cont .left {
        width: fit-content;
        width: -moz-fit-content;
        max-width: 475px; }
        footer > .top-contact .contact-cont .left strong {
          display: block;
          margin-top: 70px;
          font-weight: 400;
          font-size: 44px;
          color: #0a2a3d; }
        footer > .top-contact .contact-cont .left p {
          margin-top: 45px;
          line-height: 1.6;
          font-weight: 300;
          font-size: 20px;
          color: #fff; }
      footer > .top-contact .contact-cont .right {
        width: 570px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px; }
        footer > .top-contact .contact-cont .right > a {
          font-size: 24px;
          transition: .25s all; }
          footer > .top-contact .contact-cont .right > a:hover {
            -webkit-box-shadow: inset 0 0 0 4px #0a2a3d;
            -moz-box-shadow: inset 0 0 0 4px #0a2a3d;
            box-shadow: inset 0 0 0 4px #0a2a3d; }
        footer > .top-contact .contact-cont .right > * {
          height: 270px;
          display: flex;
          flex-direction: column;
          align-items: center;
          background: #fff;
          font-weight: 400;
          color: #656f75;
          font-size: 16px;
          line-height: 1.5;
          text-align: center; }
          footer > .top-contact .contact-cont .right > * > strong {
            display: block;
            margin: 70px 0 30px 0;
            font-size: 16px;
            text-transform: uppercase;
            color: #0a2a3d;
            font-weight: 600; }
  footer > .bottom {
    width: 100%;
    padding: 220px 0 150px 0; }
    footer > .bottom .contact {
      display: flex;
      width: 1170px;
      margin: 0 auto; }
      footer > .bottom .contact > div {
        width: 33.33%; }
        footer > .bottom .contact > div h2 {
          font-weight: 500;
          font-size: 14px;
          color: #4d1514;
          text-transform: uppercase;
          letter-spacing: 1px;
          margin-bottom: 40px; }
        footer > .bottom .contact > div a {
          display: block;
          font-weight: 400;
          font-size: 18px;
          color: #0a2a3d;
          line-height: 2; }
          footer > .bottom .contact > div a.fb {
            padding-left: 30px; }
            footer > .bottom .contact > div a.fb::before {
              content: '';
              position: absolute;
              left: 0;
              bottom: calc(50% - 10px);
              width: 20px;
              height: 20px;
              background-image: url("../../../frontend/assets/fb.svg");
              background-size: contain;
              background-repeat: no-repeat; }
    footer > .bottom > span {
      width: 1170px;
      display: block;
      margin: 130px auto 0 auto;
      font-size: 14px;
      color: #656f75;
      text-transform: uppercase; }

@media only screen and (max-width: 1440px) {
  footer > .top {
    padding: 110px 0; }
  footer > .top-contact {
    padding: 80px 0; }
    footer > .top-contact .contact-cont {
      width: calc(100% - 100px); }
  footer > .bottom {
    padding: 150px 0 100px 0; }
    footer > .bottom .contact {
      width: 100%; }
    footer > .bottom > span {
      width: 100%;
      margin: 100px auto 0 auto; } }
@media only screen and (max-width: 1250px) {
  footer > .top-contact .contact-cont .left {
    max-width: 350px; }
    footer > .top-contact .contact-cont .left strong {
      font-size: 40px; }
  footer > .top-contact .contact-cont .right {
    width: 500px;
    grid-gap: 20px; }
    footer > .top-contact .contact-cont .right > * {
      height: 220px; }
      footer > .top-contact .contact-cont .right > * > strong {
        margin: 50px 0 30px 0; } }
@media only screen and (max-width: 1000px) {
  footer > .top-contact {
    background-size: cover; }
    footer > .top-contact .contact-cont {
      flex-direction: column;
      align-items: center;
      justify-content: flex-start; }
      footer > .top-contact .contact-cont .left {
        max-width: 600px; }
        footer > .top-contact .contact-cont .left strong {
          margin-top: 0; }
      footer > .top-contact .contact-cont .right {
        margin-top: 70px; } }
@media only screen and (max-width: 850px) {
  footer > .top p {
    font-size: 40px; }
  footer > .top a {
    font-size: 26px; }
  footer > .top,
  footer > .top-contact {
    width: calc(100% + 40px);
    margin-left: -20px; }
  footer > .top-contact .contact-cont {
    width: calc(100% - 40px); } }
@media only screen and (max-width: 700px) {
  footer > .top,
  footer > .top-contact {
    width: calc(100% + 20px);
    margin-left: -10px; }
  footer > .top-contact .contact-cont {
    width: calc(100% - 20px); }
    footer > .top-contact .contact-cont .left {
      max-width: 96%; }
  footer > .bottom {
    padding: 80px 0; }
    footer > .bottom .contact {
      width: 96%;
      flex-direction: column;
      align-items: center; }
      footer > .bottom .contact > div {
        width: 250px; }
        footer > .bottom .contact > div h2 {
          margin-bottom: 25px; }
        footer > .bottom .contact > div:not(:first-child) {
          margin-top: 50px; }
    footer > .bottom > span {
      width: 250px;
      margin: 80px auto 0 auto; } }
@media only screen and (max-width: 550px) {
  footer > .top-contact .contact-cont .right {
    width: 96%;
    grid-gap: 12px; }
    footer > .top-contact .contact-cont .right > a {
      font-size: 19px; }
    footer > .top-contact .contact-cont .right > * {
      height: 40vw; }
      footer > .top-contact .contact-cont .right > * > strong {
        margin: 11vw 0 3.4vw 0;
        font-size: 14px; } }
@media only screen and (max-width: 500px) {
  footer > .top p,
  footer > .top a {
    max-width: 96%; }
  footer > .top p {
    font-size: 30px; }
  footer > .top a {
    font-size: 24px; }
  footer > .top-contact .contact-cont .left strong {
    font-size: 28px; } }
@media only screen and (max-width: 450px) {
  footer > .top-contact .contact-cont .right {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 15px; }
    footer > .top-contact .contact-cont .right > * {
      height: auto;
      min-height: 200px;
      padding: 40px 5px;
      justify-content: center; }
      footer > .top-contact .contact-cont .right > * > strong {
        margin: 0 0 30px 0; } }
section.front-order .order-body > .head .col-width, section.front-order .order-body > div:not(.duplung) .col-width, section.front-order .order-body > .head .col-length, section.front-order .order-body > div:not(.duplung) .col-length, section.front-order .order-body > .head .col-amount, section.front-order .order-body > div:not(.duplung) .col-amount, section.front-order .order-body > .head .col-orientation, section.front-order .order-body > div:not(.duplung) .col-orientation, section.front-order .order-body > .head .col-apellatio, section.front-order .order-body > div:not(.duplung) .col-apellatio, section.front-order .order-body > .head .col-abs-b, section.front-order .order-body > div:not(.duplung) .col-abs-b, section.front-order .order-body > .head .col-abs-t, section.front-order .order-body > div:not(.duplung) .col-abs-t, section.front-order .order-body > .head .col-abs-l, section.front-order .order-body > div:not(.duplung) .col-abs-l, section.front-order .order-body > .head .col-abs-r, section.front-order .order-body > div:not(.duplung) .col-abs-r, section.front-order .order-body > .head .col-abs-preview, section.front-order .order-body > div:not(.duplung) .col-abs-preview, section.front-order .order-body > .head .col-abs-color, section.front-order .order-body > div:not(.duplung) .col-abs-color, section.front-order .order-body > .head .col-empty, section.front-order .order-body > div:not(.duplung) .col-empty, section.front-order .order-body > .head .col-icon-bin, section.front-order .order-body > div:not(.duplung) .col-icon-bin {
  width: 70px; }
section.front-order .order-body > .head .col-duplung-btn, section.front-order .order-body > div:not(.duplung) .col-duplung-btn {
  width: 85px; }
section.front-order .order-body > .head .col-apellation, section.front-order .order-body > div:not(.duplung) .col-apellation, section.front-order .order-body > .head .col-comment, section.front-order .order-body > div:not(.duplung) .col-comment {
  width: 270px; }
section.front-order .order-body > .head .col-abs-color, section.front-order .order-body > div:not(.duplung) .col-abs-color {
  width: 170px; }
section.front-order .order-body > .head .col-abs-preview, section.front-order .order-body > div:not(.duplung) .col-abs-preview, section.front-order .order-body > .head .col-icon-bin, section.front-order .order-body > div:not(.duplung) .col-icon-bin {
  width: 30px; }

html {
  overflow: visible; }

section.front-order {
  padding-bottom: 100px;
  background: #fff; }
  section.front-order form {
    position: relative; }
  section.front-order .main-anchor {
    position: relative;
    height: 5px;
    background-color: #fff; }
  section.front-order .order-head {
    margin-top: 150px;
    width: 100%;
    display: flex;
    transition: .2s;
    z-index: 10;
    background-color: #fff; }
    section.front-order .order-head.can-be-sticky {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      padding-top: 10px;
      box-shadow: 0px 1px 0px 0px #ccc; }
    section.front-order .order-head > div {
      width: fit-content;
      width: -moz-fit-content;
      display: flex;
      flex-direction: column; }
      section.front-order .order-head > div:not(:first-child) {
        margin-left: 30px; }
      section.front-order .order-head > div:nth-child(2) {
        margin-left: auto;
        width: 370px; }
      section.front-order .order-head > div > strong {
        color: #8A882C;
        font-weight: 600;
        font-size: 22px;
        text-transform: uppercase; }
      section.front-order .order-head > div .row {
        align-items: flex-end;
        font-family: "Open Sans", sans-serif;
        margin-top: 20px; }
        section.front-order .order-head > div .row:nth-child(2) {
          margin-top: 60px; }
        section.front-order .order-head > div .row > span {
          font-weight: 400;
          font-style: italic;
          color: #828282;
          font-size: 16px; }
        section.front-order .order-head > div .row > strong {
          margin-left: 10px;
          font-weight: 600;
          color: #000;
          font-size: 22px; }
        section.front-order .order-head > div .row > select {
          width: 280px;
          margin-left: auto; }
      section.front-order .order-head > div .image-container {
        padding: 15px 35px 35px 35px;
        max-width: 370px;
        max-height: 325px;
        margin: auto 0;
        overflow: hidden; }
        section.front-order .order-head > div .image-container > img,
        section.front-order .order-head > div .image-container > svg {
          display: block;
          width: 100%;
          height: 100%;
          min-height: 230px;
          min-width: 300px;
          object-fit: contain;
          object-position: center;
          z-index: 1; }
          section.front-order .order-head > div .image-container > img.default-preview,
          section.front-order .order-head > div .image-container > svg.default-preview {
            opacity: 0.2; }
          section.front-order .order-head > div .image-container > img > image.default-preview,
          section.front-order .order-head > div .image-container > svg > image.default-preview {
            opacity: 0.2; }
        section.front-order .order-head > div .image-container > p {
          z-index: 2;
          position: absolute;
          font-family: "Open Sans", sans-serif;
          font-weight: 300;
          font-size: 22px; }
          section.front-order .order-head > div .image-container > p > strong {
            font-weight: 600; }
          section.front-order .order-head > div .image-container > p.right {
            writing-mode: vertical-rl;
            height: 100%;
            top: 0;
            right: 0;
            text-align: center; }
          section.front-order .order-head > div .image-container > p.down {
            width: 100%;
            left: 0;
            bottom: 0;
            text-align: center; }
    section.front-order .order-head span.select2 {
      width: 280px !important;
      margin-left: auto;
      border: none;
      border-bottom: 2px solid #333333; }
      section.front-order .order-head span.select2.select2-container--default .select2-selection--single {
        background-color: #fff;
        border: 0px solid #aaa;
        border-radius: 0px; }
      section.front-order .order-head span.select2.select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 12px;
        font-family: "Roboto", sans-serif;
        color: #828282;
        font-style: normal;
        text-align: center;
        line-height: 28px;
        padding-left: 0px; }
  section.front-order .order-content {
    position: relative;
    transition: .5s;
    z-index: 5;
    background-color: #fff; }
  section.front-order .order-body {
    width: 100%; }
    section.front-order .order-body > .head {
      border-bottom: 3px solid #F9F9F9;
      color: #000;
      font-weight: 300;
      font-family: "Open Sans", sans-serif;
      font-size: 12px;
      align-items: flex-end; }
      section.front-order .order-body > .head span {
        text-align: center; }
        section.front-order .order-body > .head span.table-head--wings-preview {
          display: block; }
        section.front-order .order-body > .head span.table-head--bin {
          display: block; }
        section.front-order .order-body > .head span.table-head--wings-color {
          display: block; }
    section.front-order .order-body .starter-row {
      border: 3px dotted;
      padding: 20px;
      font-size: 1.2em;
      text-transform: uppercase;
      text-align: center;
      color: #8a1e1e;
      font-weight: 900;
      background: #fff;
      margin: 5px 0; }
    section.front-order .order-body > div {
      display: flex;
      justify-content: space-between; }
      section.front-order .order-body > div input,
      section.front-order .order-body > div textarea,
      section.front-order .order-body > div select,
      section.front-order .order-body > div span.select2 {
        border-bottom-width: 4px;
        border-bottom-color: #c9c9c9; }
        section.front-order .order-body > div input:focus,
        section.front-order .order-body > div textarea:focus,
        section.front-order .order-body > div select:focus,
        section.front-order .order-body > div span.select2:focus {
          border-bottom-color: #1E8A3D;
          border-bottom-width: 4px; }
        section.front-order .order-body > div input.select2-container--focus, section.front-order .order-body > div input.select2-container--open,
        section.front-order .order-body > div textarea.select2-container--focus,
        section.front-order .order-body > div textarea.select2-container--open,
        section.front-order .order-body > div select.select2-container--focus,
        section.front-order .order-body > div select.select2-container--open,
        section.front-order .order-body > div span.select2.select2-container--focus,
        section.front-order .order-body > div span.select2.select2-container--open {
          border-bottom-color: #1E8A3D; }
      section.front-order .order-body > div:not(:first-child) {
        margin-top: 10px; }
      section.front-order .order-body > div:not(.duplung) > * {
        text-align: center; }
        section.front-order .order-body > div:not(.duplung) > *.duplung_cont {
          cursor: pointer;
          height: 30px;
          border-width: 0;
          border-bottom-width: 4px;
          border-bottom-color: #c9c9c9;
          background: #fff;
          color: #fff;
          border-image: none;
          border-style: solid; }
          section.front-order .order-body > div:not(.duplung) > *.duplung_cont:focus, section.front-order .order-body > div:not(.duplung) > *.duplung_cont:active {
            border-bottom-color: #1E8A3D; }
          section.front-order .order-body > div:not(.duplung) > *.duplung_cont > img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            object-fit: contain;
            object-position: right bottom; }
            section.front-order .order-body > div:not(.duplung) > *.duplung_cont > img._hide {
              position: absolute;
              opacity: 0;
              visibility: hidden; }
        section.front-order .order-body > div:not(.duplung) > *.bin {
          cursor: pointer;
          width: 30px; }
          section.front-order .order-body > div:not(.duplung) > *.bin path {
            transition: 0.15s all; }
          section.front-order .order-body > div:not(.duplung) > *.bin:hover path {
            stroke: #EB5757; }
      section.front-order .order-body > div:not(.duplung) .wings-previewer > div {
        height: 30px;
        width: 30px;
        box-sizing: border-box;
        border: 2px solid #f1f1f1; }
      section.front-order .order-body > div.duplung {
        width: 100%;
        justify-content: flex-start;
        overflow: hidden;
        height: 0; }
        section.front-order .order-body > div.duplung._active {
          height: auto;
          padding-bottom: 15px;
          border-bottom: 5px solid #8A882C; }
        section.front-order .order-body > div.duplung .box {
          display: flex;
          flex-direction: column;
          width: 270px; }
          section.front-order .order-body > div.duplung .box:not(:first-child) {
            margin-left: 30px; }
          section.front-order .order-body > div.duplung .box:first-child .select_cont {
            width: 270px; }
          section.front-order .order-body > div.duplung .box.last {
            width: 360px; }
            section.front-order .order-body > div.duplung .box.last .select_cont {
              width: 70px;
              margin-left: 15px; }
              section.front-order .order-body > div.duplung .box.last .select_cont:first-of-type {
                margin-left: 0; }
          section.front-order .order-body > div.duplung .box > strong {
            color: #0A2A3D;
            font-weight: 300;
            font-family: "Open Sans", sans-serif;
            font-style: italic;
            font-size: 14px; }
          section.front-order .order-body > div.duplung .box > span {
            width: 100%;
            height: 1px;
            background-color: #F9F9F9;
            margin: 2px 0 8px 0; }
          section.front-order .order-body > div.duplung .box .select_cont {
            width: 70px;
            display: flex;
            flex-direction: column;
            align-items: center; }
            section.front-order .order-body > div.duplung .box .select_cont:not(:first-child) {
              margin-left: auto; }
            section.front-order .order-body > div.duplung .box .select_cont > span {
              color: #8A882C;
              font-weight: 300;
              font-family: "Open Sans", sans-serif;
              font-style: italic;
              font-size: 10px; }
            section.front-order .order-body > div.duplung .box .select_cont select {
              width: 100%; }
        section.front-order .order-body > div.duplung .image_cont {
          display: flex;
          align-items: center;
          justify-content: space-between;
          width: 100px;
          margin-left: 30px; }
          section.front-order .order-body > div.duplung .image_cont > img {
            width: 100%;
            height: auto;
            object-fit: contain;
            object-position: center;
            opacity: 0;
            visibility: hidden; }
            section.front-order .order-body > div.duplung .image_cont > img._active {
              opacity: 1;
              visibility: visible; }
    section.front-order .order-body .active_wing_top > div {
      border-top-color: #8a1e1e !important; }
    section.front-order .order-body .active_wing_right > div {
      border-right-color: #8a1e1e !important; }
    section.front-order .order-body .active_wing_bottom > div {
      border-bottom-color: #8a1e1e !important; }
    section.front-order .order-body .active_wing_left > div {
      border-left-color: #8a1e1e !important; }
    section.front-order .order-body span.select2 {
      border: none;
      border-bottom: 4px solid #333333;
      height: 30px;
      width: 170px !important; }
      section.front-order .order-body span.select2.select2-container--default .select2-selection--single {
        background-color: #fff;
        border: 0px solid #aaa;
        border-radius: 0px; }
      section.front-order .order-body span.select2.select2-container--default .select2-selection--single {
        height: 26px; }
        section.front-order .order-body span.select2.select2-container--default .select2-selection--single .select2-selection__rendered {
          font-size: 12px;
          font-family: "Roboto", sans-serif;
          color: #828282;
          font-style: normal;
          text-align: center;
          line-height: 26px;
          padding-left: 0px; }
  section.front-order .btn {
    margin: 0 auto; }
    section.front-order .btn.forward {
      margin-top: 80px; }
  section.front-order .add-action .btn {
    margin: 20px auto 0 auto; }

.swal2-popup.swal2-toast {
  box-sizing: border-box;
  grid-column: 1/4 !important;
  grid-row: 1/4 !important;
  grid-template-columns: 1fr 99fr 1fr;
  padding: 1em;
  overflow-y: hidden;
  background: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.075), 0 1px 2px rgba(0, 0, 0, 0.075), 1px 2px 4px rgba(0, 0, 0, 0.075), 1px 3px 8px rgba(0, 0, 0, 0.075), 2px 4px 16px rgba(0, 0, 0, 0.075);
  pointer-events: all; }

.swal2-popup.swal2-toast > * {
  grid-column: 2; }

.swal2-popup.swal2-toast .swal2-title {
  margin: .5em 1em;
  padding: 0;
  font-size: 1em;
  text-align: initial; }

.swal2-popup.swal2-toast .swal2-loading {
  justify-content: center; }

.swal2-popup.swal2-toast .swal2-input {
  height: 2em;
  margin: .5em;
  font-size: 1em; }

.swal2-popup.swal2-toast .swal2-validation-message {
  font-size: 1em; }

.swal2-popup.swal2-toast .swal2-footer {
  margin: .5em 0 0;
  padding: .5em 0 0;
  font-size: .8em; }

.swal2-popup.swal2-toast .swal2-close {
  grid-column: 3/3;
  grid-row: 1/99;
  align-self: center;
  width: .8em;
  height: .8em;
  margin: 0;
  font-size: 2em; }

.swal2-popup.swal2-toast .swal2-html-container {
  margin: .5em 1em;
  padding: 0;
  font-size: 1em;
  text-align: initial; }

.swal2-popup.swal2-toast .swal2-html-container:empty {
  padding: 0; }

.swal2-popup.swal2-toast .swal2-loader {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  height: 2em;
  margin: .25em; }

.swal2-popup.swal2-toast .swal2-icon {
  grid-column: 1;
  grid-row: 1/99;
  align-self: center;
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0 .5em 0 0; }

.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 1.8em;
  font-weight: 700; }

.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em; }

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: .875em;
  width: 1.375em; }

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: .3125em; }

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: .3125em; }

.swal2-popup.swal2-toast .swal2-actions {
  justify-content: flex-start;
  height: auto;
  margin: 0;
  margin-top: .5em;
  padding: 0 .5em; }

.swal2-popup.swal2-toast .swal2-styled {
  margin: .25em .5em;
  padding: .4em .6em;
  font-size: 1em; }

.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86; }

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  transform: rotate(45deg);
  border-radius: 50%; }

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -.8em;
  left: -.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em; }

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -.25em;
  left: .9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0; }

.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em; }

.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: .4375em;
  width: .4375em;
  height: 2.6875em; }

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: .3125em; }

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: .1875em;
  width: .75em; }

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: .9375em;
  right: .1875em;
  width: 1.375em; }

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
  -webkit-animation: swal2-toast-animate-success-line-tip .75s;
  animation: swal2-toast-animate-success-line-tip .75s; }

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
  -webkit-animation: swal2-toast-animate-success-line-long .75s;
  animation: swal2-toast-animate-success-line-long .75s; }

.swal2-popup.swal2-toast.swal2-show {
  -webkit-animation: swal2-toast-show .5s;
  animation: swal2-toast-show .5s; }

.swal2-popup.swal2-toast.swal2-hide {
  -webkit-animation: swal2-toast-hide .1s forwards;
  animation: swal2-toast-hide .1s forwards; }

.swal2-container {
  display: grid;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  grid-template-areas: "top-start     top            top-end" "center-start  center         center-end" "bottom-start  bottom-center  bottom-end";
  grid-template-rows: minmax(-webkit-min-content, auto) minmax(-webkit-min-content, auto) minmax(-webkit-min-content, auto);
  grid-template-rows: minmax(min-content, auto) minmax(min-content, auto) minmax(min-content, auto);
  height: 100%;
  padding: .625em;
  overflow-x: hidden;
  transition: background-color .1s;
  -webkit-overflow-scrolling: touch; }

.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
  background: rgba(0, 0, 0, 0.4); }

.swal2-container.swal2-backdrop-hide {
  background: 0 0 !important; }

.swal2-container.swal2-bottom-start, .swal2-container.swal2-center-start, .swal2-container.swal2-top-start {
  grid-template-columns: minmax(0, 1fr) auto auto; }

.swal2-container.swal2-bottom, .swal2-container.swal2-center, .swal2-container.swal2-top {
  grid-template-columns: auto minmax(0, 1fr) auto; }

.swal2-container.swal2-bottom-end, .swal2-container.swal2-center-end, .swal2-container.swal2-top-end {
  grid-template-columns: auto auto minmax(0, 1fr); }

.swal2-container.swal2-top-start > .swal2-popup {
  align-self: start; }

.swal2-container.swal2-top > .swal2-popup {
  grid-column: 2;
  align-self: start;
  justify-self: center; }

.swal2-container.swal2-top-end > .swal2-popup, .swal2-container.swal2-top-right > .swal2-popup {
  grid-column: 3;
  align-self: start;
  justify-self: end; }

.swal2-container.swal2-center-left > .swal2-popup, .swal2-container.swal2-center-start > .swal2-popup {
  grid-row: 2;
  align-self: center; }

.swal2-container.swal2-center > .swal2-popup {
  grid-column: 2;
  grid-row: 2;
  align-self: center;
  justify-self: center; }

.swal2-container.swal2-center-end > .swal2-popup, .swal2-container.swal2-center-right > .swal2-popup {
  grid-column: 3;
  grid-row: 2;
  align-self: center;
  justify-self: end; }

.swal2-container.swal2-bottom-left > .swal2-popup, .swal2-container.swal2-bottom-start > .swal2-popup {
  grid-column: 1;
  grid-row: 3;
  align-self: end; }

.swal2-container.swal2-bottom > .swal2-popup {
  grid-column: 2;
  grid-row: 3;
  justify-self: center;
  align-self: end; }

.swal2-container.swal2-bottom-end > .swal2-popup, .swal2-container.swal2-bottom-right > .swal2-popup {
  grid-column: 3;
  grid-row: 3;
  align-self: end;
  justify-self: end; }

.swal2-container.swal2-grow-fullscreen > .swal2-popup, .swal2-container.swal2-grow-row > .swal2-popup {
  grid-column: 1/4;
  width: 100%; }

.swal2-container.swal2-grow-column > .swal2-popup, .swal2-container.swal2-grow-fullscreen > .swal2-popup {
  grid-row: 1/4;
  align-self: stretch; }

.swal2-container.swal2-no-transition {
  transition: none !important; }

.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  grid-template-columns: minmax(0, 100%);
  width: 32em;
  max-width: 100%;
  padding: 0 0 1.25em;
  border: none;
  border-radius: 5px;
  background: #fff;
  color: #545454;
  font-family: inherit;
  font-size: 1rem; }

.swal2-popup:focus {
  outline: 0; }

.swal2-popup.swal2-loading {
  overflow-y: hidden; }

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: .8em 1em 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word; }

.swal2-actions {
  display: flex;
  z-index: 1;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: auto;
  margin: 1.25em auto 0;
  padding: 0; }

.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: .4; }

.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.swal2-loader {
  display: none;
  align-items: center;
  justify-content: center;
  width: 2.2em;
  height: 2.2em;
  margin: 0 1.875em;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border-width: .25em;
  border-style: solid;
  border-radius: 100%;
  border-color: #2778c4 transparent #2778c4 transparent; }

.swal2-styled {
  margin: .3125em;
  padding: .625em 1.1em;
  transition: box-shadow .1s;
  box-shadow: 0 0 0 3px transparent;
  font-weight: 500; }

.swal2-styled:not([disabled]) {
  cursor: pointer; }

.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: .25em;
  background: initial;
  background-color: #7367f0;
  color: #fff;
  font-size: 1em; }

.swal2-styled.swal2-confirm:focus {
  box-shadow: 0 0 0 3px rgba(115, 103, 240, 0.5); }

.swal2-styled.swal2-deny {
  border: 0;
  border-radius: .25em;
  background: initial;
  background-color: #ea5455;
  color: #fff;
  font-size: 1em; }

.swal2-styled.swal2-deny:focus {
  box-shadow: 0 0 0 3px rgba(234, 84, 85, 0.5); }

.swal2-styled.swal2-cancel {
  border: 0;
  border-radius: .25em;
  background: initial;
  background-color: #6e7d88;
  color: #fff;
  font-size: 1em; }

.swal2-styled.swal2-cancel:focus {
  box-shadow: 0 0 0 3px rgba(110, 125, 136, 0.5); }

.swal2-styled.swal2-default-outline:focus {
  box-shadow: 0 0 0 3px rgba(100, 150, 200, 0.5); }

.swal2-styled:focus {
  outline: 0; }

.swal2-styled::-moz-focus-inner {
  border: 0; }

.swal2-footer {
  justify-content: center;
  margin: 1em 0 0;
  padding: 1em 1em 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em; }

.swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  grid-column: auto !important;
  height: .25em;
  overflow: hidden;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px; }

.swal2-timer-progress-bar {
  width: 100%;
  height: .25em;
  background: rgba(0, 0, 0, 0.2); }

.swal2-image {
  max-width: 100%;
  margin: 2em auto 1em; }

.swal2-close {
  z-index: 2;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: -1.2em;
  padding: 0;
  overflow: hidden;
  transition: color .1s,box-shadow .1s;
  border: none;
  border-radius: 5px;
  background: 0 0;
  color: #ccc;
  font-family: serif;
  font-family: monospace;
  font-size: 2.5em;
  cursor: pointer;
  justify-self: end; }

.swal2-close:hover {
  transform: none;
  background: 0 0;
  color: #f27474; }

.swal2-close:focus {
  outline: 0;
  box-shadow: inset 0 0 0 3px rgba(100, 150, 200, 0.5); }

.swal2-close::-moz-focus-inner {
  border: 0; }

.swal2-html-container {
  z-index: 1;
  justify-content: center;
  margin: 1em 1.6em .3em;
  padding: 0;
  overflow: auto;
  color: #545454;
  font-size: 1.125em;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  word-wrap: break-word;
  word-break: break-word; }

.swal2-checkbox, .swal2-file, .swal2-input, .swal2-radio, .swal2-select, .swal2-textarea {
  margin: 1em 2em 0; }

.swal2-file, .swal2-input, .swal2-textarea {
  box-sizing: border-box;
  width: auto;
  transition: border-color .1s,box-shadow .1s;
  border: 1px solid #d9d9d9;
  border-radius: .1875em;
  background: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px transparent;
  color: inherit;
  font-size: 1.125em; }

.swal2-file.swal2-inputerror, .swal2-input.swal2-inputerror, .swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important; }

.swal2-file:focus, .swal2-input:focus, .swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06), 0 0 0 3px rgba(100, 150, 200, 0.5); }

.swal2-file::-moz-placeholder, .swal2-input::-moz-placeholder, .swal2-textarea::-moz-placeholder {
  color: #ccc; }

.swal2-file:-ms-input-placeholder, .swal2-input:-ms-input-placeholder, .swal2-textarea:-ms-input-placeholder {
  color: #ccc; }

.swal2-file::placeholder, .swal2-input::placeholder, .swal2-textarea::placeholder {
  color: #ccc; }

.swal2-range {
  margin: 1em 2em 0;
  background: #fff; }

.swal2-range input {
  width: 80%; }

.swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center; }

.swal2-range input, .swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em; }

.swal2-input {
  height: 2.625em;
  padding: 0 .75em; }

.swal2-file {
  width: 75%;
  margin-right: auto;
  margin-left: auto;
  background: inherit;
  font-size: 1.125em; }

.swal2-textarea {
  height: 6.75em;
  padding: .75em; }

.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: .375em .625em;
  background: inherit;
  color: inherit;
  font-size: 1.125em; }

.swal2-checkbox, .swal2-radio {
  align-items: center;
  justify-content: center;
  background: #fff;
  color: inherit; }

.swal2-checkbox label, .swal2-radio label {
  margin: 0 .6em;
  font-size: 1.125em; }

.swal2-checkbox input, .swal2-radio input {
  flex-shrink: 0;
  margin: 0 .4em; }

.swal2-input-label {
  display: flex;
  justify-content: center;
  margin: 1em auto 0; }

.swal2-validation-message {
  align-items: center;
  justify-content: center;
  margin: 1em 0 0;
  padding: .625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666;
  font-size: 1em;
  font-weight: 300; }

.swal2-validation-message::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 .625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center; }

.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 2.5em auto .6em;
  border: .25em solid transparent;
  border-radius: 50%;
  border-color: #000;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 3.75em; }

.swal2-icon.swal2-error {
  border-color: #f27474;
  color: #f27474; }

.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1; }

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: .3125em;
  border-radius: .125em;
  background-color: #f27474; }

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  transform: rotate(45deg); }

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  transform: rotate(-45deg); }

.swal2-icon.swal2-error.swal2-icon-show {
  -webkit-animation: swal2-animate-error-icon .5s;
  animation: swal2-animate-error-icon .5s; }

.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
  -webkit-animation: swal2-animate-error-x-mark .5s;
  animation: swal2-animate-error-x-mark .5s; }

.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86; }

.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee; }

.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd; }

.swal2-icon.swal2-success {
  border-color: #a5dc86;
  color: #a5dc86; }

.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  transform: rotate(45deg);
  border-radius: 50%; }

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em; }

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0; }

.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -.25em;
  left: -.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%; }

.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: .5em;
  left: 1.625em;
  width: .4375em;
  height: 5.625em;
  transform: rotate(-45deg); }

.swal2-icon.swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: .3125em;
  border-radius: .125em;
  background-color: #a5dc86; }

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: .8125em;
  width: 1.5625em;
  transform: rotate(45deg); }

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: .5em;
  width: 2.9375em;
  transform: rotate(-45deg); }

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
  -webkit-animation: swal2-animate-success-line-tip .75s;
  animation: swal2-animate-success-line-tip .75s; }

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
  -webkit-animation: swal2-animate-success-line-long .75s;
  animation: swal2-animate-success-line-long .75s; }

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
  -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
  animation: swal2-rotate-success-circular-line 4.25s ease-in; }

.swal2-progress-steps {
  flex-wrap: wrap;
  align-items: center;
  max-width: 100%;
  margin: 1.25em auto;
  padding: 0;
  background: inherit;
  font-weight: 600; }

.swal2-progress-steps li {
  display: inline-block;
  position: relative; }

.swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  flex-shrink: 0;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #2778c4;
  color: #fff;
  line-height: 2em;
  text-align: center; }

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #2778c4; }

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step {
  background: #add8e6;
  color: #fff; }

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
  background: #add8e6; }

.swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  flex-shrink: 0;
  width: 2.5em;
  height: .4em;
  margin: 0 -1px;
  background: #2778c4; }

[class^=swal2] {
  -webkit-tap-highlight-color: transparent; }

.swal2-show {
  -webkit-animation: swal2-show .3s;
  animation: swal2-show .3s; }

.swal2-hide {
  -webkit-animation: swal2-hide .15s forwards;
  animation: swal2-hide .15s forwards; }

.swal2-noanimation {
  transition: none; }

.swal2-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.swal2-rtl .swal2-close {
  margin-right: initial;
  margin-left: 0; }

.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto; }

@-webkit-keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg); }
  33% {
    transform: translateY(0) rotateZ(-2deg); }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg); }
  100% {
    transform: translateY(0) rotateZ(0); } }
@keyframes swal2-toast-show {
  0% {
    transform: translateY(-0.625em) rotateZ(2deg); }
  33% {
    transform: translateY(0) rotateZ(-2deg); }
  66% {
    transform: translateY(0.3125em) rotateZ(2deg); }
  100% {
    transform: translateY(0) rotateZ(0); } }
@-webkit-keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0; } }
@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0; } }
@-webkit-keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0; }
  54% {
    top: .125em;
    left: .125em;
    width: 0; }
  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em; }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em; }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em; } }
@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0; }
  54% {
    top: .125em;
    left: .125em;
    width: 0; }
  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em; }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em; }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em; } }
@-webkit-keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0; }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0; }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em; }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em; } }
@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0; }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0; }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em; }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em; } }
@-webkit-keyframes swal2-show {
  0% {
    transform: scale(0.7); }
  45% {
    transform: scale(1.05); }
  80% {
    transform: scale(0.95); }
  100% {
    transform: scale(1); } }
@keyframes swal2-show {
  0% {
    transform: scale(0.7); }
  45% {
    transform: scale(1.05); }
  80% {
    transform: scale(0.95); }
  100% {
    transform: scale(1); } }
@-webkit-keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(0.5);
    opacity: 0; } }
@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(0.5);
    opacity: 0; } }
@-webkit-keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0; }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0; }
  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em; }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em; }
  100% {
    top: 2.8125em;
    left: .8125em;
    width: 1.5625em; } }
@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0; }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0; }
  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em; }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em; }
  100% {
    top: 2.8125em;
    left: .8125em;
    width: 1.5625em; } }
@-webkit-keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em; }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em; } }
@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em; }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em; } }
@-webkit-keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg); } }
@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg); } }
@-webkit-keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }
  80% {
    margin-top: -.375em;
    transform: scale(1.15); }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1; } }
@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }
  50% {
    margin-top: 1.625em;
    transform: scale(0.4);
    opacity: 0; }
  80% {
    margin-top: -.375em;
    transform: scale(1.15); }
  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1; } }
@-webkit-keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0);
    opacity: 1; } }
@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0);
    opacity: 1; } }
@-webkit-keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden; }

body.swal2-height-auto {
  height: auto !important; }

body.swal2-no-backdrop .swal2-container {
  background-color: transparent !important;
  pointer-events: none; }

body.swal2-no-backdrop .swal2-container .swal2-popup {
  pointer-events: all; }

body.swal2-no-backdrop .swal2-container .swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }

@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important; }

  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden=true] {
    display: none; }

  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
    position: static !important; } }
body.swal2-toast-shown .swal2-container {
  box-sizing: border-box;
  width: 360px;
  max-width: 100%;
  background-color: transparent;
  pointer-events: none; }

body.swal2-toast-shown .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%); }

body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto; }

body.swal2-toast-shown .swal2-container.swal2-top-left, body.swal2-toast-shown .swal2-container.swal2-top-start {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0; }

body.swal2-toast-shown .swal2-container.swal2-center-left, body.swal2-toast-shown .swal2-container.swal2-center-start {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translateY(-50%); }

body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%); }

body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateY(-50%); }

body.swal2-toast-shown .swal2-container.swal2-bottom-left, body.swal2-toast-shown .swal2-container.swal2-bottom-start {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0; }

body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%); }

body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto; }

@media only screen and (max-width: 1650px) {
  section.front-order .order-head {
    margin-bottom: 30px; }
    section.front-order .order-head > div .row > strong {
      font-size: 16px; }
  section.front-order .order-body > div:not(.duplung) .col-width, section.front-order .order-body > div:not(.duplung) .col-length, section.front-order .order-body > div:not(.duplung) .col-amount, section.front-order .order-body > div:not(.duplung) .col-orientation, section.front-order .order-body > div:not(.duplung) .col-apellatio, section.front-order .order-body > div:not(.duplung) .col-abs-b, section.front-order .order-body > div:not(.duplung) .col-abs-t, section.front-order .order-body > div:not(.duplung) .col-abs-l, section.front-order .order-body > div:not(.duplung) .col-abs-r, section.front-order .order-body > div:not(.duplung) .col-abs-preview, section.front-order .order-body > div:not(.duplung) .col-abs-color, section.front-order .order-body > div:not(.duplung) .col-empty, section.front-order .order-body > div:not(.duplung) .col-icon-bin {
    width: 65px; }
  section.front-order .order-body > div:not(.duplung) .col-duplung-btn {
    width: 75px; }
  section.front-order .order-body > div:not(.duplung) .col-apellation, section.front-order .order-body > div:not(.duplung) .col-comment {
    width: 220px; }
  section.front-order .order-body > div:not(.duplung) .col-abs-color {
    width: 150px; }
  section.front-order .order-body > div:not(.duplung) .col-abs-preview, section.front-order .order-body > div:not(.duplung) .col-icon-bin {
    width: 30px; }
  section.front-order .order-body span.select2 {
    width: 150px !important; } }
@media only screen and (max-width: 1550px) {
  section.front-order .order-head {
    margin-bottom: 40px; }
    section.front-order .order-head > div:nth-child(2) {
      width: 300px;
      margin-left: 20px; }
    section.front-order .order-head > div .row > select {
      width: 220px; }
    section.front-order .order-head > div .image-container {
      padding: 15px 30px 30px 30px; } }
section.order-summary {
  padding-bottom: 110px;
  background: #fff; }
  section.order-summary > .row {
    flex-wrap: wrap; }
    section.order-summary > .row.head {
      margin-top: 150px;
      align-items: flex-end;
      font-family: "Open Sans", sans-serif; }
      section.order-summary > .row.head .summary-title {
        width: 100%; }
        section.order-summary > .row.head .summary-title + span {
          margin-left: 0 !important; }
      section.order-summary > .row.head > span {
        font-weight: 400;
        font-style: italic;
        color: #828282;
        font-size: 16px; }
        section.order-summary > .row.head > span:not(:first-child) {
          margin-left: 30px; }
      section.order-summary > .row.head > strong {
        margin-left: 10px;
        font-weight: 600;
        color: #000;
        font-size: 22px; }
      section.order-summary > .row.head > .btn {
        margin-left: 50px; }
  section.order-summary > .summary-cont {
    width: 100%;
    margin-top: 80px; }
    section.order-summary > .summary-cont .summary-row {
      min-height: 40px;
      padding: 5px 0;
      display: flex;
      align-items: center;
      border-top: 1px solid #F9F9F9;
      font-family: "Open Sans", sans-serif; }
      section.order-summary > .summary-cont .summary-row.head > span {
        color: #8A882C;
        font-weight: 300;
        font-size: 10px;
        text-transform: uppercase; }
      section.order-summary > .summary-cont .summary-row.body > p,
      section.order-summary > .summary-cont .summary-row.body > strong {
        color: #0A2A3D;
        font-weight: 400;
        font-size: 16px;
        letter-spacing: 0; }
      section.order-summary > .summary-cont .summary-row.body > strong {
        font-weight: 700; }
      section.order-summary > .summary-cont .summary-row.body:last-child {
        border-bottom: 1px solid #F9F9F9; }
      section.order-summary > .summary-cont .summary-row > * {
        width: 60px;
        text-align: center; }
        section.order-summary > .summary-cont .summary-row > *:nth-child(1) {
          width: 52px; }
        section.order-summary > .summary-cont .summary-row > *:nth-child(2), section.order-summary > .summary-cont .summary-row > *:nth-child(3) {
          width: 85px; }
        section.order-summary > .summary-cont .summary-row > *:nth-child(4) {
          width: 40px; }
        section.order-summary > .summary-cont .summary-row > *:nth-child(5) {
          width: 85px; }
        section.order-summary > .summary-cont .summary-row > *:nth-child(6), section.order-summary > .summary-cont .summary-row > *:nth-child(7) {
          width: calc((100% - 1072px) / 2);
          text-align: left; }
        section.order-summary > .summary-cont .summary-row > *:nth-child(12) {
          width: 195px;
          text-align: left; }
  section.order-summary > .form_cont {
    margin: 70px auto 0 auto;
    width: 770px; }
    section.order-summary > .form_cont form > div {
      display: flex;
      justify-content: space-between; }
      section.order-summary > .form_cont form > div > div {
        width: 48%; }
        section.order-summary > .form_cont form > div > div > div:not(:first-child):not(.check-container) {
          margin-top: 25px; }
        section.order-summary > .form_cont form > div > div > div.check-container:last-child {
          margin-top: 18px; }
      section.order-summary > .form_cont form > div.action-buttons {
        flex-direction: column;
        text-align: center; }
        section.order-summary > .form_cont form > div.action-buttons .btn {
          max-width: 60%;
          margin-bottom: 20px; }
    section.order-summary > .form_cont form .btn[type="submit"] {
      align-self: flex-end;
      justify-self: stretch;
      margin: 60px auto 0 auto;
      font-size: 36px; }
      section.order-summary > .form_cont form .btn[type="submit"]:before {
        content: '';
        width: 100%; }
      section.order-summary > .form_cont form .btn[type="submit"]:nth-child(2) {
        margin-top: 0; }
    section.order-summary > .form_cont form .additional-parameters {
      margin-bottom: 30px; }
  section.order-summary .summary-footer {
    margin-top: 30px; }
    section.order-summary .summary-footer h3 {
      margin-bottom: 15px; }
    section.order-summary .summary-footer .row dl dd {
      margin-bottom: 10px; }

@media only screen and (max-width: 1600px) {
  section.order-summary > .row.head > strong {
    margin-left: 10px;
    font-weight: 600;
    color: #000;
    font-size: 16px; }
  section.order-summary > .summary-cont .summary-row.body > p,
  section.order-summary > .summary-cont .summary-row.body > strong {
    font-size: 14px; }
  section.order-summary > .summary-cont .summary-row > *:nth-child(6), section.order-summary > .summary-cont .summary-row > *:nth-child(7) {
    width: calc((100% - 1027px) / 2); }
  section.order-summary > .summary-cont .summary-row > *:nth-child(12) {
    width: 150px; } }
section.register {
  width: calc(100% + 50px);
  display: grid;
  grid-template-columns: 800px auto; }
  section.register > .left {
    padding: 30px 30px 50px 0; }
    section.register > .left form {
      width: 100%;
      margin-top: 20px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 30px; }
      section.register > .left form > div:nth-child(2), section.register > .left form > div:nth-child(3) {
        grid-row-start: 2; }
      section.register > .left form > div:nth-child(4) {
        grid-row-start: 3;
        grid-column-start: 1;
        grid-column-end: 3;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        section.register > .left form > div:nth-child(4) > * {
          width: 48%; }
      section.register > .left form > div > strong {
        margin-top: 10px;
        display: block;
        font-family: "Open Sans", sans-serif;
        font-size: 22px;
        font-weight: 300;
        color: #0a2a3d; }
      section.register > .left form > div > div:not(:first-child):not(.check-container) {
        margin-top: 25px; }
      section.register > .left form > div > div.check-container > a {
        font-weight: 500;
        color: #8a1e1e;
        margin-left: 10px; }
  section.register > .right {
    height: 100%;
    min-height: 100%;
    background-image: url("../../../frontend/assets/login.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }

section.register.login > .left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  section.register.login > .left form {
    display: block; }
    section.register.login > .left form > div {
      width: 100%; }
      section.register.login > .left form > div > .login {
        margin-top: 20px; }
      section.register.login > .left form > div > div.check-container {
        margin-top: 20px !important; }
        section.register.login > .left form > div > div.check-container:last-child {
          margin-top: 0 !important; }
  section.register.login > .left > * {
    width: 50%; }
section.register.login > .right {
  min-height: 900px; }

@media only screen and (max-width: 1440px) {
  section.register {
    grid-template-columns: 600px auto; }
    section.register > .left form > div > div.check-container {
      font-size: 14px; }

  section.register.login > .left > * {
    width: 70%; } }
@media only screen and (max-width: 1200px) {
  section.register {
    display: block;
    width: 100%; }
    section.register > .left {
      width: 100%;
      padding: 50px 0; }
      section.register > .left form > div > div.check-container {
        font-size: 18px; }
    section.register > .right {
      display: none; }

  section.register.login > .left > * {
    width: 50%; } }
@media only screen and (max-width: 950px) {
  section.register.login > .left {
    padding: 80px 0; }
    section.register.login > .left > * {
      width: 70%; } }
@media only screen and (max-width: 800px) {
  section.register > .left form > div > div.check-container {
    font-size: 14px; } }
@media only screen and (max-width: 700px) {
  section.register {
    width: 96%;
    margin: 0 auto; } }
@media only screen and (max-width: 600px) {
  section.register > .left form {
    display: flex;
    flex-direction: column; }
    section.register > .left form > div:not(:first-child) {
      margin-top: 25px; }
    section.register > .left form > div > strong {
      margin-top: 0; }
    section.register > .left form > div:nth-child(4) {
      flex-direction: column-reverse; }
      section.register > .left form > div:nth-child(4) > * {
        width: 100%; }
      section.register > .left form > div:nth-child(4) .btn.login {
        margin-top: 10px; }

  section.register.login > .left > * {
    width: 100%; } }
section.contact {
  padding: 30px 0 120px 0; }
  section.contact .contact-cont {
    display: flex;
    width: 1170px;
    margin: 0 auto; }
    section.contact .contact-cont h1 {
      margin-top: 45px; }
    section.contact .contact-cont > img {
      display: block;
      width: 860px;
      height: auto;
      object-fit: contain; }

@media only screen and (max-width: 1440px) {
  section.contact {
    padding: 30px 0 80px 0; }
    section.contact .contact-cont {
      width: 100%; }
      section.contact .contact-cont > img {
        width: 50vw;
        margin-left: auto; } }
@media only screen and (max-width: 700px) {
  section.contact {
    padding: 40px 0; }
    section.contact .contact-cont {
      flex-direction: column;
      align-items: center; }
      section.contact .contact-cont h1 {
        margin: 0; }
      section.contact .contact-cont > img {
        width: 70vw;
        margin: 35px 0 0 0; } }
@media only screen and (max-width: 450px) {
  section.contact .contact-cont > img {
    width: 85vw; } }
section.my-account {
  padding: 100px 0; }
  section.my-account .account-cont {
    width: 1570px;
    margin: 0 auto; }
    section.my-account .account-cont .square-menu {
      width: 300px;
      height: 270px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding-left: 20px;
      background-color: #8a882c; }
      section.my-account .account-cont .square-menu > strong {
        font-family: "Open Sans", sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 16px;
        color: #fff;
        margin-bottom: 35px; }
      section.my-account .account-cont .square-menu > a {
        line-height: 1.7;
        font-size: 20px;
        font-weight: 500;
        color: #fff;
        padding-left: 20px;
        transition: .25s all; }
        section.my-account .account-cont .square-menu > a._active, section.my-account .account-cont .square-menu > a:hover {
          color: #0a2a3d; }
        section.my-account .account-cont .square-menu > a::before {
          content: '>';
          position: absolute;
          left: 0;
          bottom: 0; }
    section.my-account .account-cont > .square-menu {
      display: none; }
    section.my-account .account-cont > .form-cont {
      margin-top: 50px;
      width: 100%;
      display: flex; }
      section.my-account .account-cont > .form-cont form {
        width: 770px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 30px; }
        section.my-account .account-cont > .form-cont form > div > div:not(:first-child):not(.check-container) {
          margin-top: 25px; }
        section.my-account .account-cont > .form-cont form > div > div.check-container {
          margin-top: 18px; }
        section.my-account .account-cont > .form-cont form > .btn.login {
          margin-top: 45px; }
      section.my-account .account-cont > .form-cont .square-menu {
        margin-left: auto; }
  section.my-account .list-container {
    max-width: 95%;
    width: 100%; }
  section.my-account .table {
    font-size: 14px; }
    section.my-account .table tr {
      border-bottom: 1px solid #f1f1f1; }
      section.my-account .table tr td {
        padding: 8px 0px;
        border-bottom: 1px solid #f1f1f1; }
    section.my-account .table .order-date {
      width: 100px; }
    section.my-account .table .order-id {
      width: 70px; }
    section.my-account .table .order-state {
      width: 230px; }
    section.my-account .table .order-color {
      width: 380px; }
    section.my-account .table .order-note {
      max-width: 415px; }
    section.my-account .table .order-action {
      width: 90px; }
      section.my-account .table .order-action a {
        padding: 7px 14px;
        border: 1px solid #1a1a1a;
        background-color: #fff;
        border-radius: 4px; }
        section.my-account .table .order-action a:hover {
          background-color: #f6f6f6; }

@media only screen and (max-width: 1440px) {
  section.my-account .account-cont {
    width: 100%; } }
@media only screen and (max-width: 1250px) {
  section.my-account .account-cont > .form-cont form {
    width: 550px;
    grid-template-columns: 1fr;
    grid-gap: 20px; } }
@media only screen and (max-width: 1020px) {
  section.my-account .account-cont > .form-cont form {
    width: 400px; } }
@media only screen and (max-width: 900px) {
  section.my-account {
    padding: 70px 0; }
    section.my-account .account-cont > .form-cont form {
      width: 330px; } }
@media only screen and (max-width: 850px) {
  section.my-account .account-cont {
    width: 96%;
    margin: 0 auto; }
    section.my-account .account-cont > .form-cont form {
      width: 350px; } }
@media only screen and (max-width: 760px) {
  section.my-account .account-cont > .square-menu {
    display: flex; }
  section.my-account .account-cont h1 {
    margin-top: 50px; }
  section.my-account .account-cont > .form-cont {
    margin-top: 50px; }
    section.my-account .account-cont > .form-cont form {
      width: 500px; }
    section.my-account .account-cont > .form-cont .square-menu {
      display: none; } }
@media only screen and (max-width: 550px) {
  section.my-account .account-cont > .form-cont form {
    width: 100%; } }
@media only screen and (max-width: 350px) {
  section.my-account .account-cont .square-menu {
    width: 100%;
    padding-left: 20px; } }
.order-thank-you {
  padding-top: 100px;
  padding-bottom: 100px; }
  .order-thank-you h1 {
    margin-top: 20px;
    margin-bottom: 10px; }
  .order-thank-you p {
    font-size: 1.2em;
    margin-bottom: 10px; }

#reset-form .btn[type="submit"] {
  padding: 0; }
#reset-form .invalid-feedback {
  color: #f50;
  font-weight: normal; }

.alert {
  padding: 30px;
  font-size: 1.2em; }
  .alert.alert-success {
    background: #65e017;
    border: 3px solid #398d04;
    text-transform: uppercase; }

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  padding: 0 115px;
  color: #0A2A3D !important;
  border: 3px dotted #0A2A3D;
  height: 60px;
  text-decoration: none;
  background: #fff;
  width: fit-content;
  width: -moz-fit-content;
  transition: .3s all;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 36px;
  letter-spacing: 1px; }
  .btn:disabled {
    opacity: 0.1; }
  .front-order .btn:disabled {
    margin: 0 auto; }
  .btn.forward {
    height: 85px;
    border: 0;
    color: #fff !important;
    background: #0A2A3D; }
    .btn.forward > img {
      display: block;
      height: 50px;
      width: auto;
      object-fit: contain;
      object-position: center;
      margin-left: 18px; }
    .btn.forward:hover {
      background: #15435a; }
  .btn.login {
    width: 100%;
    height: 56px;
    border: 0;
    color: #fff !important;
    background: #8a882c;
    font-family: "Libre Franklin", sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase; }
    .btn.login > img {
      display: block;
      height: 10px;
      width: auto;
      object-fit: contain;
      object-position: center;
      margin-right: 8px; }
    .btn.login:hover {
      background: #a09d38; }

@media only screen and (max-width: 1600px) {
  .btn {
    padding: 0 50px; } }
form.grey .row {
  width: 100%;
  justify-content: space-between; }
  form.grey .row > div {
    width: 48%; }
form.grey .check-container {
  display: flex;
  align-items: center;
  height: 40px;
  font-weight: 300;
  font-size: 18px;
  color: #656f75; }
  form.grey .check-container > input[type=checkbox] {
    opacity: 0;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    top: calc(50% - 11px);
    z-index: 1;
    cursor: pointer; }
  form.grey .check-container > span {
    height: 22px;
    width: 22px;
    border: 1px solid #656f75;
    display: inline-block;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px;
    margin-right: 7px; }
  form.grey .check-container input[type=checkbox]:checked + span {
    background-image: url("../../../frontend/assets/checked.svg"); }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6; }
  .table th {
    text-align: inherit;
    text-align: -webkit-match-parent; }
  .table thead,
  .table tbody,
  .table tfoot,
  .table tr,
  .table td,
  .table th {
    border-color: inherit;
    border-style: solid;
    border-width: 0; }
  .table > thead {
    vertical-align: bottom; }
  .table tr {
    border-bottom: 1px solid #dee2e6 !important; }

/*# sourceMappingURL=main.css.map */
