@keyframes preloader-logo {
  from {
    /* pushes the sun down past the viewport */
    transform: scale(1); }
  15% {
    transform: scale(0.7); }
  30% {
    transform: scale(0.7); }
  50% {
    transform: scale(1); }
  80% {
    transform: scale(1);
    opacity: 1; }
  to {
    /* returns the sun to its default position */
    transform: scale(40);
    opacity: 0; } }
@keyframes preloader-bgr-2 {
  from {
    /* pushes the sun down past the viewport */
    filter: blur(1px); }
  30% {
    filter: blur(4px); }
  60% {
    filter: blur(40px);
    opacity: 1; }
  80% {
    filter: blur(90px);
    opacity: 0; }
  to {
    opacity: 0; } }
@keyframes preloader-bgr {
  from {
    /* pushes the sun down past the viewport */
    filter: blur(0);
    transform: translate(-50%, -50%) scale(1); }
  30% {
    filter: blur(0);
    opacity: 1;
    -webkit-box-shadow: 0px 0px 4px 4px rgba(249, 200, 29, 0.8);
    -moz-box-shadow: 0px 0px 4px 4px rgba(249, 200, 29, 0.8);
    box-shadow: 0px 0px 0px 4px rgba(249, 200, 29, 0.8);
    transform: translate(-50%, -50%) scale(1); }
  60% {
    filter: blur(10px);
    opacity: .2;
    -webkit-box-shadow: 0px 0px 20px 4px rgba(249, 200, 29, 0.8);
    -moz-box-shadow: 0px 0px 20px 4px rgba(249, 200, 29, 0.8);
    box-shadow: 0px 0px 20px 4px rgba(249, 200, 29, 0.8);
    transform: translate(-50%, -50%) scale(6); }
  to {
    filter: blur(10px);
    opacity: 0;
    -webkit-box-shadow: 0px 0px 20px 4px rgba(249, 200, 29, 0.8);
    -moz-box-shadow: 0px 0px 20px 4px rgba(249, 200, 29, 0.8);
    box-shadow: 0px 0px 20px 4px rgba(249, 200, 29, 0.8);
    transform: translate(-50%, -50%) scale(6); } }
@keyframes preloader-all {
  from {
    /* pushes the sun down past the viewport */
    opacity: 1; }
  80% {
    opacity: 1; }
  99% {
    opacity: .5;
    z-index: 100; }
  to {
    opacity: 0;
    z-index: -100; } }
@keyframes preloader-main {
  from {
    /* pushes the sun down past the viewport */
    z-index: 1000; }
  99% {
    z-index: 1000; }
  to {
    z-index: -100; } }
body .w-preloader {
  display: block; }

.preloader {
  display: none;
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  animation: 7s linear 0s forwards preloader-main; }
  .preloader .preloader-wrapper {
    background: var(--color-gray);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 100;
    animation: 7s linear 0s forwards preloader-all; }
    .preloader .preloader-wrapper .preloader-logo {
      animation: 7s linear 0s forwards preloader-logo;
      z-index: 100; }
    .preloader .preloader-wrapper .preloader-bgr {
      background: var(--color-yellow);
      z-index: 10;
      position: absolute;
      border-radius: 50%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      animation: 7s linear 0s forwards preloader-bgr; }
    .preloader .preloader-wrapper .preloader-bgr-2 {
      background: transparent;
      border: 4px solid var(--color-yellow);
      z-index: 10;
      position: absolute;
      border-radius: 50%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-box-shadow: 0px 0px 4px 4px rgba(249, 200, 29, 0.8);
      -moz-box-shadow: 0px 0px 4px 4px rgba(249, 200, 29, 0.8);
      box-shadow: 0px 0px 4px 4px rgba(249, 200, 29, 0.8);
      filter: blur(2px);
      animation: 7s linear 0s forwards preloader-bgr-2; }
  .preloader.active {
    display: block; }


.linz-weight.focus,
.linz-height.focus {
  fill: red;
}

.b-s-controls .btn {
  background: var(--color-lighten-gray);
  flex-grow: 1;
  color: var(--color-dark-gray);
  outline: none;
}
.b-s-controls .btn:disabled {
  pointer-events: none;
  opacity: 0.5;
}
.b-s-controls .btn:hover {
  -webkit-box-shadow: 0px 0px 4px 4px rgba(174, 174, 175, 0.8);
  -moz-box-shadow: 0px 0px 4px 4px rgba(174, 174, 175, 0.8);
  box-shadow: 0px 0px 4px 4px rgba(174, 174, 175, 0.8);
  color: var(--color-yellow);
}

.modal.bigView .modal-wrapper {
  max-width: 100%;
}
.modal.bigView .modal-wrapper .modal-form {
  max-width: 80%;
}
#modalTone.bigView .modal-form {
  height: 80%;
}
#modalTone.bigView .modal-form #formTone {
  height: 100%;
}
#modalTone.bigView .modal-form #formTone .form-data {
  height: auto;
  flex: 1 1 auto;
}
#modalTone.bigView .modal-form #formTone .form-wrap {
  height: auto;
  flex: 1 1 auto;
}
#modalTone.bigView .modal-form #formTone .form-wrap .section-block {
  height: auto;
}
#modalTone.bigView .modal-form #formTone .form-wrap .section-block .sections-list {
  height: 100%;
}
    
@media screen and (min-width: 1601px) {
  .preloader .preloader-logo {
    width: 330px;
    height: auto; }
  .preloader .preloader-bgr {
    width: 270px;
    height: 270px; }
  .preloader .preloader-bgr-2 {
    width: 346px;
    height: 346px; } }
@media screen and (max-width: 1600px) {
  .preloader .preloader-logo {
    width: 330px;
    height: auto; }
  .preloader .preloader-bgr {
    width: 270px;
    height: 270px; }
  .preloader .preloader-bgr-2 {
    width: 346px;
    height: 346px; } }
@media screen and (max-width: 1440px) {
  .preloader .preloader-logo {
    width: 330px;
    height: auto; }
  .preloader .preloader-bgr {
    width: 270px;
    height: 270px; }
  .preloader .preloader-bgr-2 {
    width: 346px;
    height: 346px; } }
@media screen and (max-width: 1200px) {
  .preloader .preloader-logo {
    width: 330px;
    height: auto; }
  .preloader .preloader-bgr {
    width: 270px;
    height: 270px; }
  .preloader .preloader-bgr-2 {
    width: 346px;
    height: 346px; } }
@media screen and (max-width: 1024px) {
  .preloader .preloader-logo {
    width: 250px;
    height: auto; }
  .preloader .preloader-bgr {
    width: 180px;
    height: 180px; }
  .preloader .preloader-bgr-2 {
    width: 210px;
    height: 210px; } }
@media screen and (max-width: 768px) {
  .preloader .preloader-logo {
    width: 150px;
    height: auto; }
  .preloader .preloader-bgr {
    width: 120px;
    height: 120px; }
  .preloader .preloader-bgr-2 {
    width: 150px;
    height: 150px; } }
@media screen and (max-width: 360px) {
  .preloader .preloader-logo {
    width: 100px;
    height: auto; }
  .preloader .preloader-bgr {
    width: 85px;
    height: 85px; }
  .preloader .preloader-bgr-2 {
    width: 120px;
    height: 120px; } }
:root {
  --color-white: #FFFFFF;
  --color-lighten-gray: #AEAEAF;
  --color-light-gray: #7C7D88;
  --color-black: #000000;
  --color-gray: #43454A;
  --color-dark-gray: #3B3C43;
  --color-yellow: #F9C81D;
  --color-red: #DD0606;
  --color-green: #188000;
  --color-blue: #00369f; }

.text-white {
  color: var(--color-white); }

.text-black {
  color: var(--color-black); }

.text-gray {
  color: var(--color-gray); }

.text-orange {
  color: var(--color-yellow); }

.container {
  position: relative; }

.w-100 {
  width: 100%; }

.w-66 {
  width: 66%; }

.w-50 {
  width: 50%; }

.w-33 {
  width: 33%; }

.w-25 {
  width: 25%; }

.w-20 {
  width: 20%; }

@media screen and (min-width: 1601px) {
  .container {
    margin-left: auto;
    margin-right: auto;
    width: 1500px; }

  .xl-w-100 {
    width: 100%; }

  .xl-w-66 {
    width: 66%; }

  .xl-w-50 {
    width: 50%; }

  .xl-w-33 {
    width: 33%; }

  .xl-w-25 {
    width: 25%; } }
@media screen and (max-width: 1600px) {
  .container {
    margin-left: auto;
    margin-right: auto;
    width: 1400px; }

  .xl-w-100 {
    width: 100%; }

  .xl-w-66 {
    width: calc(66% - 18px); }

  .xl-w-50 {
    width: calc(50% - 18px); }

  .xl-w-33 {
    width: calc(33% - 18px); }

  .xl-w-25 {
    width: calc(25% - 18px); } }
@media screen and (max-width: 1440px) {
  .container {
    margin-left: auto;
    margin-right: auto;
    width: 1180px; }

  .l-w-100 {
    width: 100%; }

  .l-w-66 {
    width: calc(66% - 18px); }

  .l-w-50 {
    width: calc(50% - 18px); }

  .l-w-33 {
    width: calc(33% - 18px); }

  .l-w-25 {
    width: calc(25% - 18px); } }
@media screen and (max-width: 1200px) {
  .container {
    margin-left: auto;
    margin-right: auto;
    width: 968px; }

  .m-w-100 {
    width: 100%; }

  .m-w-66 {
    width: calc(66% - 18px); }

  .m-w-50 {
    width: calc(50% - 18px); }

  .m-w-33 {
    width: calc(33% - 18px); }

  .m-w-25 {
    width: calc(25% - 18px); } }
@media screen and (max-width: 1024px) {
  .container {
    margin-left: 30px;
    margin-right: 30px;
    width: calc(100% - 60px); }

  .s-w-100 {
    width: 100%; }

  .s-w-66 {
    width: calc(66% - 18px); }

  .s-w-50 {
    width: calc(50% - 18px); }

  .s-w-33 {
    width: calc(33% - 18px); }

  .s-w-25 {
    width: calc(25% - 18px); } }
@media screen and (max-width: 768px) {
  .container {
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 40px); }

  .xs-w-100 {
    width: 100%; }

  .xs-w-66 {
    width: calc(66% - 18px); }

  .xs-w-50 {
    width: calc(50% - 18px); }

  .xs-w-33 {
    width: calc(33% - 18px); }

  .xs-w-25 {
    width: calc(25% - 18px); } }
@keyframes modal-bgr {
  from {
    background-color: var(--color-gray); }
  80% {
    background-color: var(--color-gray); }
  to {
    background-color: var(--color-white); } }
@keyframes modal-form {
  from {
    border-color: var(--color-white); }
  80% {
    border-color: var(--color-white); }
  to {
    border-color: var(--color-gray); } }
@keyframes modal-title {
  from {
    color: var(--color-white); }
  80% {
    color: var(--color-white); }
  to {
    color: var(--color-gray); } }
@keyframes modal-logo-bgr {
  from {
    width: 300px;
    height: 300px;
    filter: blur(0);
    opacity: 1; }
  30% {
    width: 300px;
    height: 300px;
    filter: blur(0);
    -webkit-box-shadow: 0px 0px 4px 4px rgba(249, 200, 29, 0.8);
    -moz-box-shadow: 0px 0px 4px 4px rgba(249, 200, 29, 0.8);
    box-shadow: 0px 0px 0px 4px rgba(249, 200, 29, 0.8);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1; }
  80% {
    width: 0px;
    height: 0px;
    opacity: 0;
    filter: blur(0);
    -webkit-box-shadow: 0px 0px 20px 4px rgba(249, 200, 29, 0.8);
    -moz-box-shadow: 0px 0px 20px 4px rgba(249, 200, 29, 0.8);
    box-shadow: 0px 0px 20px 4px rgba(249, 200, 29, 0.8);
    transform: translate(-50%, -50%) scale(0); }
  to {
    width: 0px;
    height: 0px;
    opacity: 0;
    filter: blur(0);
    -webkit-box-shadow: 0px 0px 20px 4px rgba(249, 200, 29, 0);
    -moz-box-shadow: 0px 0px 20px 4px rgba(249, 200, 29, 0);
    box-shadow: 0px 0px 20px 4px rgba(249, 200, 29, 0);
    transform: translate(-50%, -50%) scale(0); } }
@keyframes modal-logo-bgr-2 {
  from {
    /* pushes the sun down past the viewport */
    filter: blur(1px); }
  30% {
    filter: blur(4px); }
  60% {
    filter: blur(40px);
    opacity: 1; }
  80% {
    filter: blur(90px);
    opacity: 0; }
  to {
    opacity: 0; } }
@keyframes modal-logo-img {
  from {
    transform: scale(1.2); }
  10% {
    transform: scale(1); }
  20% {
    transform: scale(1); }
  60% {
    transform: scale(1); }
  80% {
    transform: scale(2); }
  to {
    transform: scale(1.5);
    fill: var(--color-dark-gray); } }
@keyframes modal-logo-color {
  from {
    fill: var(--color-white); }
  80% {
    fill: var(--color-white); }
  to {
    fill: var(--color-dark-gray); } }
#modalTone .modal-form {
  width: 100%;
  min-width: 600px; }
  #modalTone .modal-form #formTone {
    /* overflow-y: hidden; */
    max-height: 100%;
    position: relative;
    flex-direction: column;
    align-items: flex-start; }
    #modalTone .modal-form #formTone .form-data {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      height: 180px;
      overflow-y: hidden; }
    #modalTone .modal-form #formTone .form-wrap {
      width: 100%;
      height: 180px;
      display: flex;
      flex-direction: row;
      gap: 20px; }
      #modalTone .modal-form #formTone .form-wrap .form-section-title {
        font-weight: 600;
        text-decoration: underline;
        margin-bottom: 5px; }
      #modalTone .modal-form #formTone .form-wrap .section-block {
        min-width: 50%;
        padding-right: 10px;
        border-right: 1px solid var(--color-gray);
        overflow-y: hidden;
        position: relative;
        height: 180px; }
        #modalTone .modal-form #formTone .form-wrap .section-block .sections-list {
          height: 155px;
          overflow-y: auto; }
          #modalTone .modal-form #formTone .form-wrap .section-block .sections-list .section {
            padding-left: 15px;
            transition: all .3s;
            position: relative; }
            #modalTone .modal-form #formTone .form-wrap .section-block .sections-list .section .section-title {
              color: var(--color-gray);
              font-weight: 600;
              font-size: 13px;
              cursor: pointer; }
              #modalTone .modal-form #formTone .form-wrap .section-block .sections-list .section .section-title:hover {
                color: var(--color-yellow); }
            #modalTone .modal-form #formTone .form-wrap .section-block .sections-list .section.current .section-title {
              color: var(--color-yellow); }
            #modalTone .modal-form #formTone .form-wrap .section-block .sections-list .section.has-child:before {
              content: "";
              position: absolute;
              left: 0;
              border-top: 2px solid var(--color-gray);
              border-left: 2px solid var(--color-gray);
              display: block;
              width: 6px;
              height: 6px;
              transform: rotate(-135deg);
              top: 3px; }
            #modalTone .modal-form #formTone .form-wrap .section-block .sections-list .section.has-child .section-children {
              position: relative; }
              #modalTone .modal-form #formTone .form-wrap .section-block .sections-list .section.has-child .section-children .section {
                font-size: 0;
                height: 0;
                padding: 0; }
            #modalTone .modal-form #formTone .form-wrap .section-block .sections-list .section.has-child:hover:before {
              border-top: 2px solid var(--color-yellow);
              border-left: 2px solid var(--color-yellow); }
            #modalTone .modal-form #formTone .form-wrap .section-block .sections-list .section.has-child.opened .section-children {
              font-size: 13px;
              font-weight: 600; }
              #modalTone .modal-form #formTone .form-wrap .section-block .sections-list .section.has-child.opened .section-children .section {
                font-size: 13px;
                font-weight: 600;
                height: fit-content;
                cursor: pointer;
                transition: all .3s;
                padding-left: 5px; }
                #modalTone .modal-form #formTone .form-wrap .section-block .sections-list .section.has-child.opened .section-children .section:hover {
                  color: var(--color-yellow); }
      #modalTone .modal-form #formTone .form-wrap .elements-block {
        width: calc(50% - 20px);
        position: relative;
        overflow-y: auto; }
        #modalTone .modal-form #formTone .form-wrap .elements-block .elements-wrap {
          display: none; }
          #modalTone .modal-form #formTone .form-wrap .elements-block .elements-wrap.active {
            display: block; }
          #modalTone .modal-form #formTone .form-wrap .elements-block .elements-wrap .element {
            font-size: 13px;
            margin-bottom: 5px;
            cursor: pointer;
            transition: all .3s; }
            #modalTone .modal-form #formTone .form-wrap .elements-block .elements-wrap .element:hover {
              color: var(--color-yellow); }

.lenses-detail {
  margin-top: 30px;
  width: 100%; }


.lenses-table {
  display: grid;
  grid-template-columns: repeat(19, 1fr);
  grid-template-rows: repeat(3, 1fr);
  border-radius: 20px;
  border: 1px solid var(--color-gray); }
  .lenses-table .t-wrapper {
    background-color: #b8b8b8;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center; }
    .lenses-table .t-wrapper.w-tooltip {
      padding-right: 10px; }
    .lenses-table .t-wrapper .eye-title {
      color: black;
      font-weight: 600;
      font-size: 14px;
      width: fit-content;
      text-align: center; }
    .lenses-table .t-wrapper .eye-help {
      position: relative;
      top: -5px;
      right: -2px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all .3s; 
      border-radius: 100%;
      width: 10px;
      height: 10px;
      background-color: var(--color-white);

    }
      .lenses-table .t-wrapper .eye-help svg {
        width: 7px;
        height: 7px; }
        .lenses-table .t-wrapper .eye-help svg path {
          fill: var(--color-black) !important;  
        }
      .lenses-table .t-wrapper .eye-help:hover svg {
        fill: var(--color-yellow); }
    .lenses-table .t-wrapper.top-left {
      border-top-left-radius: 20px; }
    .lenses-table .t-wrapper:nth-child(19) {
      border-top-right-radius: 20px; }
  .lenses-table .t-item {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border-left: 1px solid var(--color-gray);
    border-bottom: 1px solid var(--color-gray);
    background-color: var(--color-white); }
    .lenses-table .t-item.readonly {
      background-color: #b8b8b8; }
      .lenses-table .t-item.readonly input,
      .lenses-table .t-item.readonly select {
        pointer-events: none; }
    .lenses-table .t-item.attention {
      background-color: #ffb2b2; }
    .lenses-table .t-item:nth-child(39) {
      border-bottom-left-radius: 20px; }
    .lenses-table .t-item:nth-child(57) {
      border-bottom-right-radius: 20px; }
    .lenses-table .t-item.t-item-title {
      font-weight: 600;
      border-left: none; }
    .lenses-table .t-item input[type="text"], 
    .lenses-table .t-item input[type="number"],
    .lenses-table .t-item select {
      width: 100%;
      margin: 0 2px;
      border-radius: 10px;
      font-size: 14px;
      padding: 5px 3px;
      outline: none;
      border: 1px solid var(--color-gray);
      transition: all .3s;
      background: white; }
      .lenses-table .t-item input[type="text"]:hover, 
      .lenses-table .t-item input[type="text"]:focus, 
      .lenses-table .t-item input[type="number"]:hover, 
      .lenses-table .t-item input[type="number"]:focus,
      .lenses-table .t-item select:hover,
      .lenses-table .t-item select:focus {
        border-color: var(--color-yellow); }
      .lenses-table .t-item input[type="text"].readonly, 
      .lenses-table .t-item input[type="number"].readonly,
      .lenses-table .t-item select.readonly {
        background-color: #d4d4d4;
        pointer-events: none; }
      .lenses-table .t-item input[type="text"].attention, 
      .lenses-table .t-item input[type="number"].attention,
      .lenses-table .t-item select.attention {
        background-color: #b76868; }
    .lenses-table .t-item select {
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      cursor: pointer;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
      background-repeat: no-repeat;
      background-position: right 3px center;
      background-size: 12px;
      padding-right: 18px; }
    .lenses-table .t-item.error {
      border-color: var(--color-red); }
      .lenses-table .t-item.error input,
      .lenses-table .t-item.error select {
        border-color: var(--color-red); }

table thead td {
  max-width: 5%;
  background-color:var(--color-gray); color:#fff;
  position: relative;
  padding-top: 5px; }
  table thead td.w-tooltip {
    padding-right: 10px; }
  table thead td:first-child {
    border-top-left-radius: 20px; }
  table thead td:last-child {
    border-top-right-radius: 20px;
    padding-right: 10px; }
  table thead td .t-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center; }
    table thead td .t-wrapper .eye-title {
      color: white;
      font-weight: 600;
      font-size: 10px; }
    table thead td .t-wrapper .eye-help {
      position: relative;
      top: -5px;
      right: -2px;
      border: 1px solid white;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 10px;
      height: 10px;
      transition: all .3s; }
      table thead td .t-wrapper .eye-help svg {
        width: 7px;
        height: 7px; }
      table thead td .t-wrapper .eye-help:hover {
        border-color: var(--color-yellow);
        background-color: var(--color-yellow); }

.modal {
  display: none; }
  .modal.active {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--color-white);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: auto; }
    .modal.active .modal-wrapper {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center; }
      .modal.active .modal-wrapper .modal-close {
        position: absolute;
        right: -1.5rem;
        width: 18px;
        height: 18px;
        display: block;
        top: -1.5rem;
        color: var(--color-gray);
        z-index: 5;
        cursor: pointer;
        transition: all .5s; }
        .modal.active .modal-wrapper .modal-close svg {
          color: var(--color-gray);
          display: block;
          width: 18px;
          height: 18px;
          position: relative;
          fill: var(--color-gray);
          transition: all .5s; }
        .modal.active .modal-wrapper .modal-close:hover svg {
          fill: var(--color-yellow); }
      .modal.active .modal-wrapper .modal-logo .modal-logo-wrapper {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center; }
      .modal.active .modal-wrapper .modal-logo svg {
        z-index: 20;
        position: relative;
        fill: var(--color-dark-gray);
        padding: 1px; }
      .modal.active .modal-wrapper .modal-form {
        border: 1px solid var(--color-gray);
        position: relative;
        max-height: 100%; }
        .modal.active .modal-wrapper .modal-form .form-modal {
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: space-between;
          flex-wrap: wrap;
          gap: 20px; }
          .modal.active .modal-wrapper .modal-form .form-modal .form-title {
            width: 100%;
            text-align: center; }
          .modal.active .modal-wrapper .modal-form .form-modal .form-error {
            display: none;
            border: 1px solid var(--color-red);
            width: 100%;
            border-radius: 20px;
            padding: 7px 20px;
            background: wheat;
            font-weight: 600; }
            .modal.active .modal-wrapper .modal-form .form-modal .form-error.active {
              display: block; }
          .modal.active .modal-wrapper .modal-form .form-modal .btns {
            width: 100%;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: flex-end;
            flex-wrap: wrap;
            gap: 10px; }
            .modal.active .modal-wrapper .modal-form .form-modal .btns a {
              flex-grow: 1;
              color: var(--color-dark-gray);
              transition: all .3s; }
              .modal.active .modal-wrapper .modal-form .form-modal .btns a:hover {
                color: var(--color-yellow); }
              .modal.active .modal-wrapper .modal-form .form-modal .btns a.link {
                animation: 7s linear 0s forwards modal-title; }
            .modal.active .modal-wrapper .modal-form .form-modal .btns .btn {
              cursor: pointer; }
          .modal.active .modal-wrapper .modal-form .form-modal .form-fields {
            display: flex;
            flex-direction: row;
            align-items: flex-start;
            justify-content: flex-start;
            flex-wrap: wrap;
            gap: 20px;
            overflow-y: auto;
            position: relative; }
      .modal.active .modal-wrapper.modal-info {
        -webkit-box-shadow: 0px 0px 4px 4px rgba(255, 255, 255, 0);
        -moz-box-shadow: 0px 0px 4px 4px rgba(255, 255, 255, 0);
        box-shadow: 0px 0px 4px 4px rgba(255, 255, 255, 0);
        transition: all .3s; }
        .modal.active .modal-wrapper.modal-info .modal-body {
          border: 1px solid gray;
          padding: 20px;
          border-radius: 30px;
          background-color: var(--color-white);
          position: relative;
          height: 100%;
          display: flex;
          flex-direction: column; }
          .modal.active .modal-wrapper.modal-info .modal-body .modal-title {
            font-size: 1.5em;
            font-weight: 600;
            padding-bottom: 10px;
            margin-bottom: 10px;
            border-bottom: 1px solid var(--color-yellow); }
          .modal.active .modal-wrapper.modal-info .modal-body .modal-list {
            flex-grow: 1;
            overflow-y: auto; }
            .modal.active .modal-wrapper.modal-info .modal-body .modal-list .comment-item {
              display: flex;
              flex-direction: column;
              align-items: flex-start;
              justify-content: flex-start; }
              .modal.active .modal-wrapper.modal-info .modal-body .modal-list .comment-item .comment-author {
                font-weight: 600; }
              .modal.active .modal-wrapper.modal-info .modal-body .modal-list .comment-item .comment-position {
                font-size: .8em;
                font-style: italic;
                color: var(--color-gray); }
              .modal.active .modal-wrapper.modal-info .modal-body .modal-list .comment-item .comment-date {
                font-size: .8em;
                font-weight: 600; }
              .modal.active .modal-wrapper.modal-info .modal-body .modal-list .comment-item .comment-text {
                margin-top: 10px;
                margin-bottom: 10px;
                padding-bottom: 10px;
                border-bottom: 1px solid var(--color-light-gray);
                display: flex;
                flex-direction: column;
                width: 100%; }
                .modal.active .modal-wrapper.modal-info .modal-body .modal-list .comment-item .comment-text .comment-text-title {
                  font-size: .7px;
                  font-weight: 600;
                  color: var(--color-light-gray); }
  .modal.modal-order-info .modal-wrapper {
    max-width: 80%;
    border: 1px solid var(--color-gray);
    border-radius: 30px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background: var(--color-white);
    margin-top: 10px;
    padding: 20px; }
    .modal.modal-order-info .modal-wrapper .modal-close {
      right: 0; }
    .modal.modal-order-info .modal-wrapper .modal-title {
      width: 100%;
      font-size: 1.5em;
      font-weight: 600;
      padding-bottom: 10px;
      margin-bottom: 10px;
      border-bottom: 1px solid var(--color-yellow); }
    .modal.modal-order-info .modal-wrapper .section-wrapper {
      overflow-y: auto; }
      .modal.modal-order-info .modal-wrapper .section-wrapper .section-main, .modal.modal-order-info .modal-wrapper .section-wrapper .section-frames, .modal.modal-order-info .modal-wrapper .section-wrapper .section-lenses {
        display: flex;
        flex-direction: row;
        align-items: stretch;
        justify-content: space-between;
        flex-wrap: wrap;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid var(--color-yellow); }
        .modal.modal-order-info .modal-wrapper .section-wrapper .section-main .section-title, .modal.modal-order-info .modal-wrapper .section-wrapper .section-frames .section-title, .modal.modal-order-info .modal-wrapper .section-wrapper .section-lenses .section-title {
          padding-bottom: 10px;
          margin-bottom: 10px;
          border-bottom: 1px solid var(--color-yellow);
          font-weight: 600;
          font-size: 18px;
          width: 100%; }
        .modal.modal-order-info .modal-wrapper .section-wrapper .section-main .info-field .field-title, .modal.modal-order-info .modal-wrapper .section-wrapper .section-frames .info-field .field-title, .modal.modal-order-info .modal-wrapper .section-wrapper .section-lenses .info-field .field-title {
          text-align: right;
          font-size: 14px; }
        .modal.modal-order-info .modal-wrapper .section-wrapper .section-main .info-field .field-desc, .modal.modal-order-info .modal-wrapper .section-wrapper .section-frames .info-field .field-desc, .modal.modal-order-info .modal-wrapper .section-wrapper .section-lenses .info-field .field-desc {
          text-align: left;
          padding-left: 5px;
          font-weight: 600;
          font-size: 14px; }
        .modal.modal-order-info .modal-wrapper .section-wrapper .section-main .info-textarea, .modal.modal-order-info .modal-wrapper .section-wrapper .section-frames .info-textarea, .modal.modal-order-info .modal-wrapper .section-wrapper .section-lenses .info-textarea {
          display: flex;
          flex-direction: column; }
          .modal.modal-order-info .modal-wrapper .section-wrapper .section-main .info-textarea .field-title, .modal.modal-order-info .modal-wrapper .section-wrapper .section-frames .info-textarea .field-title, .modal.modal-order-info .modal-wrapper .section-wrapper .section-lenses .info-textarea .field-title {
            text-align: left;
            font-size: 14px; }
          .modal.modal-order-info .modal-wrapper .section-wrapper .section-main .info-textarea .field-desc, .modal.modal-order-info .modal-wrapper .section-wrapper .section-frames .info-textarea .field-desc, .modal.modal-order-info .modal-wrapper .section-wrapper .section-lenses .info-textarea .field-desc {
            text-align: left;
            padding-top: 5px;
            font-weight: 600;
            font-size: 14px; }
        .modal.modal-order-info .modal-wrapper .section-wrapper .section-main .info-image, .modal.modal-order-info .modal-wrapper .section-wrapper .section-frames .info-image, .modal.modal-order-info .modal-wrapper .section-wrapper .section-lenses .info-image {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center; }
          .modal.modal-order-info .modal-wrapper .section-wrapper .section-main .info-image img, .modal.modal-order-info .modal-wrapper .section-wrapper .section-frames .info-image img, .modal.modal-order-info .modal-wrapper .section-wrapper .section-lenses .info-image img {
            max-height: 80px; }
  .modal.modal-order-info .section-btns {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    gap: 10px;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid var(--color-yellow); }
  .modal.bg-white {
    background-color: var(--color-white) !important;
    overflow: hidden; }
  .modal.transparent {
    background-color: rgba(96, 96, 96, 0.75);
    backdrop-filter: blur(5px); }
  .modal.modal-person-edit .modal-wrapper {
    display: flex;
    flex-direction: column; }
    .modal.modal-person-edit .modal-wrapper .modal-form {
      display: flex;
      flex-direction: column; }
      .modal.modal-person-edit .modal-wrapper .modal-form .form-wrapper {
        overflow-y: auto; }
        .modal.modal-person-edit .modal-wrapper .modal-form .form-wrapper .form-fields {
          justify-content: center; }
  .modal.modal-person-edit .btns {
    justify-content: flex-end; }
    .modal.modal-person-edit .btns .btn {
      cursor: pointer; }

@media screen and (min-width: 1441px) {
  .modal.w-preloader {
    background-color: var(--color-gray);
    animation: 7s linear 0s forwards modal-bgr; }
    .modal.w-preloader .modal-logo .modal-logo-wrapper .modal-logo-bgr {
      background: var(--color-yellow);
      z-index: 10;
      position: absolute;
      border-radius: 50%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      animation: 7s linear 0s forwards modal-logo-bgr;
      width: 300px;
      height: 300px; }
    .modal.w-preloader .modal-logo .modal-logo-wrapper .modal-logo-bgr-2 {
      animation: 7s linear 0s forwards modal-logo-bgr-2;
      width: 320px;
      height: 320px;
      background: transparent;
      border: 4px solid var(--color-yellow);
      z-index: 10;
      position: absolute;
      border-radius: 50%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-box-shadow: 0px 0px 4px 4px rgba(249, 200, 29, 0.8);
      -moz-box-shadow: 0px 0px 4px 4px rgba(249, 200, 29, 0.8);
      box-shadow: 0px 0px 4px 4px rgba(249, 200, 29, 0.8);
      filter: blur(2px); }
    .modal.w-preloader .modal-logo .modal-logo-wrapper svg {
      z-index: 20;
      position: relative;
      fill: var(--color-dark-gray);
      padding: 1px;
      animation: 7s linear 0s forwards modal-logo-img; }
      .modal.w-preloader .modal-logo .modal-logo-wrapper svg path, .modal.w-preloader .modal-logo .modal-logo-wrapper svg polygon {
        animation: 7s linear 0s forwards modal-logo-color; }
    .modal.w-preloader .modal-form {
      animation: 7s linear 0s forwards modal-form; }
      .modal.w-preloader .modal-form .form-title {
        animation: 7s linear 0s forwards modal-title; }
  .modal .modal-wrapper {
    height: calc(100vh - 100px);
    flex-direction: row;
    max-width: 60%; }
    .modal .modal-wrapper.modal-full .modal-form {
      max-width: 100%;
      display: flex;
      flex-direction: column; }
      .modal .modal-wrapper.modal-full .modal-form .form-wrapper {
        overflow-y: auto;
        margin-bottom: 10px; }
    .modal .modal-wrapper .modal-logo {
      width: 60%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .modal .modal-wrapper .modal-logo svg {
        width: 254px;
        height: 92px; }
    .modal .modal-wrapper .modal-form {
      border-radius: 30px;
      padding: 20px 40px;
      max-width: 40%;
      display: flex;
      flex-direction: column; }
      .modal .modal-wrapper .modal-form .form-title {
        font-size: 24px;
        margin-bottom: 15px; }
      .modal .modal-wrapper .modal-form .form-desc {
        font-size: 16px;
        margin-bottom: 15px; }
      .modal .modal-wrapper .modal-form .btns .btn {
        width: 30%; } }
@media screen and (max-width: 1440px) {
  .modal.w-preloader {
    background-color: var(--color-gray);
    animation: 7s linear 0s forwards modal-bgr; }
    .modal.w-preloader .modal-logo .modal-logo-wrapper .modal-logo-bgr {
      background: var(--color-yellow);
      z-index: 10;
      position: absolute;
      border-radius: 50%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      animation: 7s linear 0s forwards modal-logo-bgr;
      width: 300px;
      height: 300px; }
    .modal.w-preloader .modal-logo .modal-logo-wrapper .modal-logo-bgr-2 {
      animation: 7s linear 0s forwards modal-logo-bgr-2;
      width: 320px;
      height: 320px;
      background: transparent;
      border: 4px solid var(--color-yellow);
      z-index: 10;
      position: absolute;
      border-radius: 50%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-box-shadow: 0px 0px 4px 4px rgba(249, 200, 29, 0.8);
      -moz-box-shadow: 0px 0px 4px 4px rgba(249, 200, 29, 0.8);
      box-shadow: 0px 0px 4px 4px rgba(249, 200, 29, 0.8);
      filter: blur(2px); }
    .modal.w-preloader .modal-logo .modal-logo-wrapper svg {
      z-index: 20;
      position: relative;
      fill: var(--color-dark-gray);
      padding: 1px;
      animation: 7s linear 0s forwards modal-logo-img; }
      .modal.w-preloader .modal-logo .modal-logo-wrapper svg path, .modal.w-preloader .modal-logo .modal-logo-wrapper svg polygon {
        animation: 7s linear 0s forwards modal-logo-color; }
    .modal.w-preloader .modal-form {
      animation: 7s linear 0s forwards modal-form; }
      .modal.w-preloader .modal-form .form-title {
        animation: 7s linear 0s forwards modal-title; }
  .modal .modal-wrapper {
    height: calc(100vh - 100px);
    flex-direction: row;
    max-width: 70%; }
    .modal .modal-wrapper.modal-full .modal-form {
      max-width: 100%; }
    .modal .modal-wrapper .modal-logo {
      width: 60%;
      display: flex;
      align-items: center;
      justify-content: flex-start; }
      .modal .modal-wrapper .modal-logo svg {
        width: 254px;
        height: 92px; }
    .modal .modal-wrapper .modal-form {
      border-radius: 30px;
      padding: 20px 40px;
      max-width: 40%; }
      .modal .modal-wrapper .modal-form .form-title {
        font-size: 24px;
        margin-bottom: 15px; }
      .modal .modal-wrapper .modal-form .form-desc {
        font-size: 16px;
        margin-bottom: 10px; }
      .modal .modal-wrapper .modal-form .btns .btn {
        width: 30%; } }
@media screen and (max-width: 1200px) {
  .modal .modal-wrapper {
    height: calc(100vh - 100px);
    flex-direction: row;
    max-width: 80%; }
    .modal .modal-wrapper .modal-logo {
      width: 50%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .modal .modal-wrapper .modal-logo svg {
        width: 220px;
        height: 92px; }
    .modal .modal-wrapper .modal-form {
      border-radius: 30px;
      padding: 20px 40px;
      max-width: 40%; }
      .modal .modal-wrapper .modal-form .form-title {
        font-size: 24px;
        margin-bottom: 15px; }
      .modal .modal-wrapper .modal-form .btns .btn {
        width: 30%; } }
@media screen and (max-width: 1100px) {
  .modal.w-preloader {
    background-color: var(--color-white) !important;
    animation: none !important; }
    .modal.w-preloader .modal-logo .modal-logo-wrapper .modal-logo-bgr {
      display: none !important; }
    .modal.w-preloader .modal-logo .modal-logo-wrapper .modal-logo-bgr-2 {
      display: none !important; }
    .modal.w-preloader .modal-logo .modal-logo-wrapper svg {
      z-index: 20;
      position: relative;
      fill: var(--color-dark-gray);
      padding: 1px;
      animation: none !important; }
      .modal.w-preloader .modal-logo .modal-logo-wrapper svg path, .modal.w-preloader .modal-logo .modal-logo-wrapper svg polygon {
        animation: none !important;
        fill: var(--color-dark-gray); }
    .modal.w-preloader .modal-form {
      animation: none !important; }
      .modal.w-preloader .modal-form .form-title {
        animation: none !important; }
  .modal .modal-wrapper {
    height: calc(100vh - 70px);
    flex-direction: row;
    max-width: 80%; }
    .modal .modal-wrapper .modal-logo {
      width: 50%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .modal .modal-wrapper .modal-logo svg {
        width: 200px;
        height: 92px; }
    .modal .modal-wrapper .modal-form {
      border-radius: 30px;
      padding: 20px 40px;
      max-width: 40%; }
      .modal .modal-wrapper .modal-form .form-title {
        font-size: 24px;
        margin-bottom: 15px; }
      .modal .modal-wrapper .modal-form .btns .btn {
        width: 30%; } }
@media screen and (max-width: 1024px) {
  .modal .modal-wrapper {
    height: calc(100vh - 100px);
    flex-direction: column;
    justify-content: flex-start; }
    .modal .modal-wrapper .modal-logo {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: flex-start; }
      .modal .modal-wrapper .modal-logo svg {
        width: 254px;
        height: 92px; }
    .modal .modal-wrapper .modal-form {
      border-radius: 30px;
      padding: 20px 40px;
      max-width: 423px; }
      .modal .modal-wrapper .modal-form .form-title {
        font-size: 24px;
        margin-bottom: 15px; }
      .modal .modal-wrapper .modal-form .form-desc {
        font-size: 14px;
        margin-bottom: 10px; }
      .modal .modal-wrapper .modal-form .link {
        color: var(--color-dark-gray) !important;
        animation: none !important; }
      .modal .modal-wrapper .modal-form .btns .btn {
        width: 30%; } }
@media screen and (max-width: 768px) {
  .modal .modal-wrapper {
    height: calc(100vh - 70px);
    flex-direction: column; }
    .modal .modal-wrapper .modal-logo {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .modal .modal-wrapper .modal-logo svg {
        width: 100%;
        height: 92px; }
    .modal .modal-wrapper .modal-form {
      border-radius: 30px;
      padding: 20px 20px;
      max-width: 423px;
      margin: 20px; }
      .modal .modal-wrapper .modal-form .form-title {
        font-size: 18px;
        margin-bottom: 15px; }
      .modal .modal-wrapper .modal-form .form-desc {
        font-size: 14px;
        margin-bottom: 10px; }
      .modal .modal-wrapper .modal-form .link {
        color: var(--color-dark-gray) !important;
        animation: none !important; }
      .modal .modal-wrapper .modal-form .btns .btn {
        width: 50%; } }
.btn {
  border-radius: 50px;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: bold;
  transition: all .5s;
  border: 2px solid white;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; }
  .btn.btn-small {
    padding: 5px 15px;
    font-size: 14px; }
  .btn svg {
    margin-right: 5px; }
  .btn:hover.btn-main {
    -webkit-box-shadow: 0px 0px 4px 4px rgba(249, 200, 29, 0.8);
    -moz-box-shadow: 0px 0px 4px 4px rgba(249, 200, 29, 0.8);
    box-shadow: 0px 0px 4px 4px rgba(249, 200, 29, 0.8); }
  .btn:hover.btn-second {
    -webkit-box-shadow: 0px 0px 4px 4px rgba(174, 174, 175, 0.8);
    -moz-box-shadow: 0px 0px 4px 4px rgba(174, 174, 175, 0.8);
    box-shadow: 0px 0px 4px 4px rgba(174, 174, 175, 0.8); }
  .btn.btn-main {
    background: var(--color-yellow);
    color: var(--color-dark-gray);
    fill: var(--color-dark-gray); }
  .btn.btn-second {
    background: var(--color-lighten-gray);
    color: var(--color-white);
    fill: var(--color-white); }
  .btn.btn-bg-gray {
    border: 2px solid var(--color-gray); }

@media screen and (max-width: 768px) {
  .btn {
    border-radius: 50px;
    padding: 7px 15px;
    font-size: 14px;
    font-weight: bold;
    transition: all .5s;
    border: 2px solid white;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center; }
    .btn.btn-main svg {
      width: 14px;
      height: 14px; }
    .btn.btn-second svg {
      width: 14px;
      height: 14px; } }
.input-field {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  margin-bottom: 10px;
  position: relative; }
  .input-field.readonly input {
    background-color: #d4d4d4;
    pointer-events: none; }
  .input-field.error input {
    -webkit-box-shadow: 0px 0px 4px 4px rgba(255, 0, 0, 0.86);
    -moz-box-shadow: 0px 0px 4px 4px rgba(255, 0, 0, 0.86);
    box-shadow: 0px 0px 4px 4px rgba(255, 0, 0, 0.86); }
  .input-field label {
    font-size: 13px;
    margin-left: 20px; }
  .input-field input {
    border: 1px solid var(--color-gray);
    padding: 8px 10px;
    font-size: 16px;
    border-radius: 30px;
    outline: 2px solid white;
    -webkit-box-shadow: 0px 0px 4px 4px rgba(255, 255, 255, 0);
    -moz-box-shadow: 0px 0px 4px 4px rgba(255, 255, 255, 0);
    box-shadow: 0px 0px 4px 4px rgba(255, 255, 255, 0);
    transition: all .3s; }
    .input-field input:focus {
      -webkit-box-shadow: 0px 0px 4px 4px rgba(249, 200, 29, 0.8);
      -moz-box-shadow: 0px 0px 4px 4px rgba(249, 200, 29, 0.8);
      box-shadow: 0px 0px 4px 4px rgba(249, 200, 29, 0.8); }
    .input-field input.field-error {
      -webkit-box-shadow: 0px 0px 4px 4px rgba(221, 6, 6, 0.8);
      -moz-box-shadow: 0px 0px 4px 4px rgba(221, 6, 6, 0.8);
      box-shadow: 0px 0px 4px 4px rgba(221, 6, 6, 0.8); }
    .input-field input.readonly {
      background-color: #d4d4d4;
      pointer-events: none; }

.dict-field {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  margin-bottom: 10px;
  position: relative; }
  .dict-field.readonly input {
    background-color: #d4d4d4;
    pointer-events: none; }
  .dict-field label {
    font-size: 13px;
    margin-left: 20px; }
  .dict-field input {
    border: 1px solid var(--color-gray);
    padding: 8px 10px;
    font-size: 16px;
    border-radius: 30px;
    outline: 2px solid white;
    -webkit-box-shadow: 0px 0px 4px 4px rgba(255, 255, 255, 0);
    -moz-box-shadow: 0px 0px 4px 4px rgba(255, 255, 255, 0);
    box-shadow: 0px 0px 4px 4px rgba(255, 255, 255, 0);
    transition: all .3s;
    cursor: pointer; }
    .dict-field input:focus {
      -webkit-box-shadow: 0px 0px 4px 4px rgba(249, 200, 29, 0.8);
      -moz-box-shadow: 0px 0px 4px 4px rgba(249, 200, 29, 0.8);
      box-shadow: 0px 0px 4px 4px rgba(249, 200, 29, 0.8); }
    .dict-field input:hover svg {
      cursor: pointer; }
      .dict-field input:hover svg path {
        fill: var(--color-yellow); }
    .dict-field input.field-error {
      -webkit-box-shadow: 0px 0px 4px 4px rgba(221, 6, 6, 0.8);
      -moz-box-shadow: 0px 0px 4px 4px rgba(221, 6, 6, 0.8);
      box-shadow: 0px 0px 4px 4px rgba(221, 6, 6, 0.8); }
  .dict-field .select-dict {
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: calc(50%);
    right: 30px;
    transition: all .3s;
    cursor: pointer; }
    .dict-field .select-dict svg {
      height: 18px; }

.field-hidden {
  display: none !important; }

.textarea-field {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  margin-bottom: 10px; }
  .textarea-field label {
    font-size: 13px;
    margin-left: 20px; }
  .textarea-field textarea {
    border: 1px solid var(--color-gray);
    padding: 8px 10px;
    font-size: 16px;
    border-radius: 30px;
    outline: 2px solid white;
    -webkit-box-shadow: 0px 0px 4px 4px rgba(255, 255, 255, 0);
    -moz-box-shadow: 0px 0px 4px 4px rgba(255, 255, 255, 0);
    box-shadow: 0px 0px 4px 4px rgba(255, 255, 255, 0);
    transition: all .3s; }
    .textarea-field textarea:focus {
      -webkit-box-shadow: 0px 0px 4px 4px rgba(249, 200, 29, 0.8);
      -moz-box-shadow: 0px 0px 4px 4px rgba(249, 200, 29, 0.8);
      box-shadow: 0px 0px 4px 4px rgba(249, 200, 29, 0.8); }
    .textarea-field textarea.field-error {
      -webkit-box-shadow: 0px 0px 4px 4px rgba(221, 6, 6, 0.8);
      -moz-box-shadow: 0px 0px 4px 4px rgba(221, 6, 6, 0.8);
      box-shadow: 0px 0px 4px 4px rgba(221, 6, 6, 0.8); }

.form-btns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px; }

.check-field input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .check-field input.readonly {
    pointer-events: none; }
.check-field input + label {
  display: inline-flex;
  align-items: center;
  user-select: none; }
.check-field input + label::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid var(--color-gray);
  border-radius: 3px;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80% 80%; }
.check-field input:checked + label::before {
  border-color: var(--color-gray);
  background-color: transparent;
  background-image: url("/local/templates/cryol/images/check.png"); }

[data-field="OrderFrameArticle"] .searchRes {
  position: absolute;
  top: 100%;
  display: none;
  z-index: -10;
  flex-direction: column;
  background: white;
  border: 1px solid var(--color-gray);
  overflow-y: auto;
  height: 200px;
  padding: 5px;
  width: calc(100% - 10px);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px; }
  [data-field="OrderFrameArticle"] .searchRes .search-item {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    transition: all .3s;
    margin-bottom: 5px; }
    [data-field="OrderFrameArticle"] .searchRes .search-item:hover {
      background-color: var(--color-yellow); }
    [data-field="OrderFrameArticle"] .searchRes .search-item .search-article {
      font-size: 12px;
      font-weight: bold; }
    [data-field="OrderFrameArticle"] .searchRes .search-item .search-name {
      font-size: 12px;
      color: var(--color-light-gray); }
[data-field="OrderFrameArticle"].opened .searchRes {
  display: flex;
  z-index: 5; }

.frameShape {
  display: none;
  flex-direction: column;
  align-items: center;
  width: 100%; }
  .frameShape.active {
    display: flex; }
  .frameShape img {
    height: 80px;
    width: auto;
    border: 1px solid var(--color-yellow);
    border-radius: 20px; }
  .frameShape .shape-text {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600; }

.select-field {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  margin-bottom: 10px;
  position: relative; }
  .select-field.error input {
    -webkit-box-shadow: 0px 0px 4px 4px rgba(255, 0, 0, 0.86);
    -moz-box-shadow: 0px 0px 4px 4px rgba(255, 0, 0, 0.86);
    box-shadow: 0px 0px 4px 4px rgba(255, 0, 0, 0.86); }
  .select-field[data-field="orderFrameForm"] .select-value {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
    .select-field[data-field="orderFrameForm"] .select-value span:last-child {
      height: 40px;
      margin-right: 20px; }
      .select-field[data-field="orderFrameForm"] .select-value span:last-child img {
        height: 40px;
        width: auto;
        object-fit: cover; }
  .select-field.readonly input {
    background-color: #d4d4d4; }
  .select-field.readonly .select-arrow {
    display: none; }
  .select-field label {
    font-size: 13px;
    margin-left: 20px; }
  .select-field input {
    border: 1px solid var(--color-gray);
    padding: 8px 10px;
    font-size: 16px;
    border-radius: 30px;
    position: relative;
    display: block;
    pointer-events: none;
    outline: 2px solid white;
    -webkit-box-shadow: 0px 0px 4px 4px rgba(255, 255, 255, 0);
    -moz-box-shadow: 0px 0px 4px 4px rgba(255, 255, 255, 0);
    box-shadow: 0px 0px 4px 4px rgba(255, 255, 255, 0);
    transition: all .3s; }
  .select-field .select-arrow {
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: calc(50% - 1px);
    right: 15px;
    border-left: 2px solid var(--color-gray);
    border-top: 2px solid var(--color-gray);
    transform: rotate(-135deg) translateY(-50%);
    transition: all .3s; }
  .select-field .select-field-values {
    height: 0;
    opacity: 0;
    z-index: -1;
    position: absolute;
    top: 18px;
    transition: height .3s; 
    overflow: hidden;
  }
  .select-field.opened input {
    border: none; }
  .select-field.opened .select-arrow {
    transform: rotate(45deg) translateY(50%);
    top: calc(50% + 5px); }
  .select-field.opened .select-field-values {
    max-height: 240px;
    overflow-y: auto !important;
    height: fit-content;
    opacity: 1;
    background: transparent;
    z-index: 2;
    width: 100%;
    border: 1px solid var(--color-gray);
    border-radius: 20px;
    outline: 2px solid white;
    -webkit-box-shadow: 0px 0px 4px 4px rgba(249, 200, 29, 0.8);
    -moz-box-shadow: 0px 0px 4px 4px rgba(249, 200, 29, 0.8);
    box-shadow: 0px 0px 4px 4px rgba(249, 200, 29, 0.8); }
    .select-field.opened .select-field-values .top-tr {
      border-bottom: 1px solid var(--color-gray);
      display: block;
      width: 100%;
      height: 36px;
      background: transparent; }
    .select-field.opened .select-field-values .select-value {
      background: white;
      padding: 5px 10px;
      transition: all .3s;
      cursor: pointer; }
      .select-field.opened .select-field-values .select-value:hover {
        background: var(--color-yellow); }

.info-field {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 10px; }
  .info-field label {
    font-size: 14px;
    font-weight: 600;
    margin-right: 5px; }
  .info-field input {
    border: none;
    outline: 0;
    pointer-events: none;
    font-size: 14px; }

.check-field .checkbox-block {
  margin-bottom: 5px; }
  .check-field .checkbox-block label {
    font-size: 13px;
    align-items: flex-start; }
    .check-field .checkbox-block label:before {
      position: relative;
      top: 2px; }

.form-block {
  width: 100%;
  border: 1px solid var(--color-gray);
  border-radius: 30px;
  padding: 20px 0;
  position: relative;
  margin-top: 10px; }
  .form-block .form-block-title {
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    left: 40px;
    background: white;
    padding: 5px 20px;
    border: 1px solid gray;
    border-radius: 30px;
    font-size: 14px; }
  .form-block .form-block-wrapper {
    background-color: var(--color-white); }
    .form-block .form-block-wrapper .form-block-items {
      padding: 0 20px;
      border-bottom: 1px solid gray;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-start;
      margin-top: 10px; }
      .form-block .form-block-wrapper .form-block-items .form-block-item {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 3px 15px;
        border: 1px solid var(--color-gray);
        border-bottom: 0;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        cursor: pointer;
        transition: all .3s; }
        .form-block .form-block-wrapper .form-block-items .form-block-item .item-title {
          font-size: 14px;
          font-weight: bold;
          margin-right: 10px;
          color: var(--color-gray);
          transition: all .3s; }
        .form-block .form-block-wrapper .form-block-items .form-block-item .item-remove {
          width: 13px;
          height: 13px;
          display: flex;
          align-items: center;
          justify-content: center;
          transition: all .3s; }
          .form-block .form-block-wrapper .form-block-items .form-block-item .item-remove svg {
            fill: var(--color-red); }
        .form-block .form-block .form-block-wrapper .form-block-items .form-block-item .item-add {
          font-size: 14px;
          font-weight: bold;
          text-align: center;
          color: var(--color-gray);
          transition: all .3s;
          min-width: 15px; }
    .form-block .form-block-wrapper .form-block-item-detail {
      margin: 10px 20px; }
      .form-block .form-block-wrapper .form-block-item-detail .item-wrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 20px; }
        .form-block .form-block-wrapper .form-block-item-detail .item-wrapper:after {
          content: '';
          width: 100%;
          order: 0; }

.lenses-block-count {
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  align-items: center; }
  .lenses-block-count .lenses-count-title {
    font-size: 14px;
    font-weight: 600; }
  .lenses-block-count .lenses-count-value {
    margin-left: 5px;
    font-size: 13px; }
    .lenses-block-count .lenses-count-value.attention {
      color: var(--color-red); }

.lenses-block-product {
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  align-items: center; }
  .lenses-block-product .lenses-product-title {
    font-size: 14px;
    font-weight: 600; }
  .lenses-block-product .lenses-product-value {
    margin-left: 5px;
    font-size: 13px; }
    .lenses-block-product .lenses-product-value.attention {
      color: var(--color-red); }

.chess-block {
  margin-bottom: 10px; }
  .chess-block .chess-title {
    font-size: 14px;
    font-weight: 600; }
  .chess-block .chess-val {
    font-size: 13px; }
    .chess-block .chess-val.attention {
      color: var(--color-red); }
  .chess-block .chess-btn {
    margin-left: 10px;
    font-size: 12px;
    font-weight: 600;
    transition: all .3s;
    color: var(--color-gray); }
    .chess-block .chess-btn:hover {
      color: var(--color-yellow); }

.chess-values {
  display: none; }
  .chess-values.active {
    background: var(--color-white);
    padding: 30px;
    border-radius: 30px;
    border: 1px solid var(--color-yellow);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px; }
  .chess-values table thead tr td {
    font-size: 13px;
    font-weight: 600;
    color: white;
    padding: 5px;
    border-left: 1px solid var(--color-white); }
  .chess-values table tbody tr td {
    text-align: center;
    font-size: 13px;
    padding: 5px;
    border-left: 1px solid var(--color-light-gray);
    border-bottom: 1px solid var(--color-light-gray); }
    .chess-values table tbody tr td:last-child {
      border-right: 1px solid var(--color-light-gray); }
    .chess-values table tbody tr td.row-title {
      font-weight: 600; }
    .chess-values table tbody tr td.color-75 {
      background-color: #ac77e58c; }
    .chess-values table tbody tr td.color-70 {
      background-color: #7faf7f8c; }
    .chess-values table tbody tr td.color-65 {
      background-color: #8383838c; }
    .chess-values table tbody tr td.color-60 {
      background-color: #BBA3568c; }
    .chess-values table tbody tr td.color-55 {
      background-color: #d97c7c8c; }

.table-comment {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  gap: 20px; }
  .table-comment .calc-transposition-block {
    display: none; }
    .table-comment .calc-transposition-block.active {
      display: block;
      width: 250px;
      position: relative; }
    .table-comment .calc-transposition-block table {
      border-radius: 20px; }
      .table-comment .calc-transposition-block table thead td {
        background-color:#b8b8b8;
        color: var(--color-black);
        padding: 3px 10px;
        text-align: center;
        font-size: 14px;
        font-weight: 600; }
      .table-comment .calc-transposition-block table tbody tr td {
        border-top: 1px solid var(--color-gray);
        border-left: 1px solid var(--color-gray);
        padding: 3px 5px;
        text-align: center; }
        .table-comment .calc-transposition-block table tbody tr td.row-title {
          font-size: 14px;
          font-weight: 600;
          text-align: center; }
        .table-comment .calc-transposition-block table tbody tr td.row-value {
          font-size: 14px;
          font-weight: 400;
          text-align: center; }
          .table-comment .calc-transposition-block table tbody tr td.row-value.attention {
            background-color: var(--color-red);
            color: white; }
        .table-comment .calc-transposition-block table tbody tr:last-child td {
          border-bottom: 1px solid var(--color-gray); }
        .table-comment .calc-transposition-block table tbody tr:last-child td:first-child {
          border-bottom-left-radius: 20px; }
        .table-comment .calc-transposition-block table tbody tr:last-child td:last-child {
          border-bottom-right-radius: 20px; }
      .table-comment .calc-transposition-block table tbody tr.body-title td {
        font-size: 14px;
        font-weight: 600; }
    .table-comment .calc-transposition-block .block-table {
      display: flex;
      flex-direction: column;
      border: 1px solid var(--gray);
      border-radius: 30px; }
      .table-comment .calc-transposition-block .block-table .table-title {
        padding: 10px;
        font-size: 13px;
        font-weight: 600;
        background-color: var(--color-gray);
        color: var(--color-white);
        text-align: center;
        border-bottom: 1px solid var(--color-gray);
        border-top-left-radius: 30px;
        border-top-right-radius: 30px; }
      .table-comment .calc-transposition-block .block-table .block-values {
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        border: 1px solid var(--color-gray);
        border-top: none; }
        .table-comment .calc-transposition-block .block-table .block-values .block-values-row {
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: flex-start;
          width: 100%;
          border-bottom: 1px solid var(--color-gray); }
          .table-comment .calc-transposition-block .block-table .block-values .block-values-row:last-child {
            border-bottom: none; }
          .table-comment .calc-transposition-block .block-table .block-values .block-values-row .row-title {
            width: 25%;
            padding: 10px;
            border-right: 1px solid var(--color-gray);
            font-size: 13px;
            font-weight: 600; }
          .table-comment .calc-transposition-block .block-table .block-values .block-values-row .row-sph, .table-comment .calc-transposition-block .block-table .block-values .block-values-row .row-cyl, .table-comment .calc-transposition-block .block-table .block-values .block-values-row .row-axis {
            width: 25%;
            border-right: 1px solid var(--color-gray);
            padding: 10px;
            font-size: 13px; }
          .table-comment .calc-transposition-block .block-table .block-values .block-values-row .row-axis {
            border-right: none; }
  .table-comment .calc-diameter-block {
    display: flex;
    width: fit-content;
    position: relative; }
    .table-comment .calc-diameter-block table {
      border-radius: 20px; }
      .table-comment .calc-diameter-block table thead td {
        background-color: #b8b8b8;
        color: var(--color-black);
        padding: 3px;
        text-align: center;
        font-size: 14px;
        font-weight: 600; }
      .table-comment .calc-diameter-block table tbody tr td {
        border-top: 1px solid var(--color-gray);
        border-left: 1px solid var(--color-gray);
        padding: 3px 5px; }
        .table-comment .calc-diameter-block table tbody tr td.row-title {
          font-size: 14px;
          font-weight: 600; }
        .table-comment .calc-diameter-block table tbody tr td.row-title {
          font-size: 14px;
          font-weight: 600; }
        .table-comment .calc-diameter-block table tbody tr td .row-value {
          font-size: 14px;
          font-weight: 400;
          display: none; }
          .table-comment .calc-diameter-block table tbody tr td .row-value.active {
            display: block; }
        .table-comment .calc-diameter-block table tbody tr td .row-value-attention {
          font-size: 14px;
          font-weight: 600;
          color: var(--color-red);
          display: none; }
          .table-comment .calc-diameter-block table tbody tr td .row-value-attention.active {
            display: block; }
        .table-comment .calc-diameter-block table tbody tr td:last-child {
          border-right: 1px solid var(--color-gray); }
      .table-comment .calc-diameter-block table tbody tr:last-child td {
        border-bottom: 1px solid var(--color-gray); }
        .table-comment .calc-diameter-block table tbody tr:last-child td:first-child {
          border-bottom-left-radius: 20px; }
        .table-comment .calc-diameter-block table tbody tr:last-child td:last-child {
          border-bottom-right-radius: 20px; }
      .table-comment .calc-diameter-block table tbody tr[data-id="row-calc-max"] .row-calc-diam .diam-row {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 10px; }
        .table-comment .calc-diameter-block table tbody tr[data-id="row-calc-max"] .row-calc-diam .diam-row .row-title {
          font-size: 12px;
          font-weight: 600;
          width: 20px; }
        .table-comment .calc-diameter-block table tbody tr[data-id="row-calc-max"] .row-calc-diam .diam-row .row-res {
          margin-right: 10px; }

.tooltip .tooltip-desc {
  position: absolute;
  z-index: -1;
  top: 100%;
  width: 200px;
  min-width: 120px;
  border: 1px solid var(--color-yellow);
  background: #F8F8F8;
  border-radius: 20px;
  display: none;
  padding: 10px;
  font-size: 0;
  transition: all .3s; }
  .tooltip .tooltip-desc .menu-item {
    cursor: pointer;
    text-decoration: none;
    color: var(--color-gray);
    transition: all .3s;
    font-size: 13px; }
    .tooltip .tooltip-desc .menu-item:hover {
      color: var(--color-yellow); }
.tooltip.tooltip-right .tooltip-desc {
  right: calc(100% - 3px);
  border-bottom-right-radius: 0; }
.tooltip.tooltip-left .tooltip-desc {
  left: calc(100% - 3px);
  border-top-left-radius: 0; }
.tooltip:hover .tooltip-desc {
  display: block;
  z-index: 5;
  font-size: 11px; }

html {
  font-size: 16px;
  color: var(--color-dark-gray);
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5; }

body {
  margin: 0;
  padding: 0;
  min-height: 600px;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: space-between; }
  body.modal-open {
    overflow-y: hidden; }

.page-content {
  flex-grow: 1;
  /* display: flex; */
  /* flex-direction: column; */
  /* align-items: center; */
  /* justify-content: center;  */
}

.page-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 20px; }

footer {
  background-color: var(--color-gray);
  color: white; }
  footer a {
    text-decoration: none;
    transition: all .3s;
    color: var(--color-white);
    font-size: 13px; }
    footer a:hover {
      color: var(--color-yellow); }
  footer .footer-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: flex-start; }
    footer .footer-wrapper .footer-info {
      display: flex;
      flex-direction: column;
      color: var(--color-white); }
      footer .footer-wrapper .footer-info .logo {
        height: 55px;
        width: 152px;
        position: relative; }
        footer .footer-wrapper .footer-info .logo svg {
          height: 55px;
          width: 152px;
          fill: var(--color-white); }
      footer .footer-wrapper .footer-info .consent-links {
        display: flex;
        flex-direction: column;
        gap: 10px; }
    footer .footer-wrapper .footer-menu {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start; }
      footer .footer-wrapper .footer-menu .footer-menu_col .menu-title {
        color: var(--color-yellow);
        font-size: 14px;
        font-weight: 600; }
      footer .footer-wrapper .footer-menu .footer-menu_col .menu-items {
        display: flex;
        flex-direction: column;
        gap: 10px; }

@media screen and (min-width: 768px) {
  footer {
    padding: 20px 0; }
    footer .footer-wrapper {
      flex-direction: row;
      gap: 60px; }
      footer .footer-wrapper .footer-info {
        gap: 20px; }
      footer .footer-wrapper .footer-menu {
        flex-direction: row;
        gap: 40px; }
        footer .footer-wrapper .footer-menu .footer-menu_col .menu-title {
          margin-bottom: 15px; } }
@media screen and (max-width: 767px) {
  footer {
    padding: 20px 0; }
    footer .footer-wrapper {
      flex-direction: column-reverse;
      gap: 30px; }
      footer .footer-wrapper .footer-info {
        gap: 20px; }
      footer .footer-wrapper .footer-menu {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px; }
        footer .footer-wrapper .footer-menu .footer-menu_col .menu-title {
          margin-bottom: 10px; } }
.breadcrumbs {
  margin: 20px 0 30px 0;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start; }
  .breadcrumbs a {
    text-decoration: none;
    color: var(--color-light-gray);
    font-size: 20px;
    transition: all .3s; }
    .breadcrumbs a:hover {
      color: var(--color-yellow); }
      .breadcrumbs a:hover:after {
        color: var(--color-light-gray); }
    .breadcrumbs a:after {
      content: "/";
      position: relative;
      margin-left: 10px; }
  .breadcrumbs .bc-item-current {
    font-size: 20px;
    color: var(--color-gray); }

.pagination {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between; }
  .pagination .pages-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start; }
    .pagination .pages-list .page-back, .pagination .pages-list .page-next {
      display: flex;
      align-items: center;
      justify-content: center;
      border: 2px solid var(--color-gray);
      transition: all .5s;
      border-radius: 50%;
      width: 20px;
      height: 20px;
      cursor: pointer; }
      .pagination .pages-list .page-back .arrow, .pagination .pages-list .page-next .arrow {
        display: block;
        width: 8px;
        height: 8px;
        position: relative;
        border-left: 2px solid var(--color-gray);
        border-top: 2px solid var(--color-gray);
        transition: all .3s; }
      .pagination .pages-list .page-back:hover, .pagination .pages-list .page-next:hover {
        background-color: var(--color-yellow);
        border-color: var(--color-white);
        -webkit-box-shadow: 0px 0px 4px 4px rgba(249, 200, 29, 0.8);
        -moz-box-shadow: 0px 0px 4px 4px rgba(249, 200, 29, 0.8);
        box-shadow: 0px 0px 4px 4px rgba(249, 200, 29, 0.8); }
        .pagination .pages-list .page-back:hover .arrow, .pagination .pages-list .page-next:hover .arrow {
          border-color: var(--color-white); }
    .pagination .pages-list .page-back {
      margin-right: 10px; }
      .pagination .pages-list .page-back .arrow {
        transform: rotate(-45deg);
        left: 2px; }
    .pagination .pages-list .page-next .arrow {
      left: -2px;
      transform: rotate(135deg); }
    .pagination .pages-list .pages {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-start; }
      .pagination .pages-list .pages .page-item {
        margin-right: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid var(--color-gray);
        color: var(--color-gray);
        transition: all .5s;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        cursor: pointer; }
        .pagination .pages-list .pages .page-item:hover {
          background-color: var(--color-yellow);
          border-color: var(--color-white);
          -webkit-box-shadow: 0px 0px 4px 4px rgba(249, 200, 29, 0.8);
          -moz-box-shadow: 0px 0px 4px 4px rgba(249, 200, 29, 0.8);
          box-shadow: 0px 0px 4px 4px rgba(249, 200, 29, 0.8); }
        .pagination .pages-list .pages .page-item.current {
          background-color: var(--color-yellow);
          border-color: var(--color-yellow); }
          .pagination .pages-list .pages .page-item.current:hover {
            border-color: var(--color-white); }

#userStat {
  width: 24px;
  height: 24px;
  margin-right: 20px; }
  #userStat svg {
    width: 24px;
    height: 24px; }

.orders-stat {
  margin-top: 20px;
  margin-bottom: 20px; }
  .orders-stat .order-stat-title {
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 10px; }
  .orders-stat .order-status thead td {
    border-left: 1px solid var(--color-gray);
    border-top: 1px solid var(--color-gray);
    padding: 3px 5px; }
    .orders-stat .order-status thead td:last-child {
      border-right: 1px solid var(--color-gray); }
    .orders-stat .order-status thead td.o-name {
      color: var(--color-white);
      font-weight: 600;
      font-size: .9em; }
    .orders-stat .order-status thead td.o-value {
      color: var(--color-white);
      font-weight: 600;
      font-size: 1.1em; }
  .orders-stat .order-status tbody td {
    border-left: 1px solid var(--color-gray);
    border-top: 1px solid var(--color-gray);
    padding: 3px 5px; }
    .orders-stat .order-status tbody td:last-child {
      border-right: 1px solid var(--color-gray); }
    .orders-stat .order-status tbody td.o-name {
      font-weight: 600;
      font-size: .8em;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-start;
      padding: 5px 3px; }
      .orders-stat .order-status tbody td.o-name .order-desc-block {
        position: relative;
        width: 12px;
        height: 12px;
        margin-left: 2px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center; }
        .orders-stat .order-status tbody td.o-name .order-desc-block .order-desc-icon {
          position: absolute;
          top: -5px;
          cursor: pointer;
          width: 12px;
          height: 12px;
          display: flex;
          border: 1px solid var(--color-gray);
          align-items: center;
          justify-content: center;
          border-radius: 50%; }
          .orders-stat .order-status tbody td.o-name .order-desc-block .order-desc-icon svg {
            width: 8px;
            height: 8px;
            fill: var(--color-gray); }
            .orders-stat .order-status tbody td.o-name .order-desc-block .order-desc-icon svg path {
              fill: var(--color-gray);
              transition: all .3s; }
        .orders-stat .order-status tbody td.o-name .order-desc-block .order-item-desc {
          position: absolute;
          z-index: -1;
          top: 0;
          left: 0;
          width: fit-content;
          max-width: 200px;
          min-width: 120px;
          border: 1px solid var(--color-yellow);
          background: #F8F8F8;
          border-radius: 20px;
          display: none;
          padding: 10px;
          font-size: 0;
          transition: all .3s; }
        .orders-stat .order-status tbody td.o-name .order-desc-block:hover .order-desc-icon svg path {
          fill: var(--color-yellow); }
        .orders-stat .order-status tbody td.o-name .order-desc-block:hover .order-item-desc {
          display: block;
          z-index: 5;
          font-size: .8em; }
    .orders-stat .order-status tbody td.o-value {
      color: var(--color-gray);
      font-weight: 600;
      font-size: 1em;
      padding: 3px 10px;
      text-align: center; }

.order-stat-total {
  margin-bottom: 5px; }

.order-stat-item {
  display: flex;
  flex-direction: row; }
  .order-stat-item .stat-item-title {
    order: 1; }
  .order-stat-item .stat-item-value {
    order: 0; }

.stat-item-title {
  font-weight: 600;
  font-style: italic;
  margin-left: 5px;
  font-size: .8em; }

.stat-item-value {
  font-weight: 600;
  font-size: .9em; }

.form-section {
  margin-bottom: 40px; }
  .form-section .block-wrapper {
    position: relative;
    border-radius: 30px;
    border: 1px solid var(--color-gray);
    background: #E4E4E4;
    padding: 20px; }
    .form-section .block-wrapper .block-title {
      position: absolute;
      top: 0;
      border: 1px solid var(--color-gray);
      border-radius: 20px;
      padding: 5px 10px;
      background: var(--color-white);
      transform: translateY(-50%);
      left: 40px; }
    .form-section .block-wrapper .block-fields {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      gap: 20px;
      margin-bottom: 20px; }
      .form-section .block-wrapper .block-fields .block-fields-title {
        width: 50px;
        transform: rotate(-90deg) translateX(-181%); }
        .form-section .block-wrapper .block-fields .block-fields-title span {
          font-size: 20px;
          font-weight: 600; }
      .form-section .block-wrapper .block-fields .block-fields-col {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 20px; }
        .form-section .block-wrapper .block-fields .block-fields-col .frameImage {
          width: 100%;
          position: relative; }
          .form-section .block-wrapper .block-fields .block-fields-col .frameImage img {
            width: 100%;
            height: auto; }
        .form-section .block-wrapper .block-fields .block-fields-col .input-field, .form-section .block-wrapper .block-fields .block-fields-col .select-field {
          margin-bottom: 0; }
          .form-section .block-wrapper .block-fields .block-fields-col .input-field.w-50, .form-section .block-wrapper .block-fields .block-fields-col .select-field.w-50 {
            width: calc(50% - 10px); }
          .form-section .block-wrapper .block-fields .block-fields-col .input-field.w-33, .form-section .block-wrapper .block-fields .block-fields-col .select-field.w-33 {
            width: calc(33% - 14px); }
          .form-section .block-wrapper .block-fields .block-fields-col .input-field.w-25, .form-section .block-wrapper .block-fields .block-fields-col .select-field.w-25 {
            width: calc(25% - 20px); }
        .form-section .block-wrapper .block-fields .block-fields-col .textarea-field textarea {
          min-height: 100px; }

.orders-filter {
  margin-top: 10px;
  margin-bottom: 20px; }
  .orders-filter .filter-wrapper {
    position: relative;
    border-radius: 30px;
    border: 1px solid var(--color-gray);
    background: #E4E4E4;
    padding: 20px; }
    .orders-filter .filter-wrapper .filter-fields {
      transition: 0.25s;
      max-height: 70px;
      /*overflow: hidden;*/
      display: flex;
      flex-direction: row;
      gap: 20px;
      align-items: center;
      justify-content: flex-start;
      flex-wrap: wrap; }
      .orders-filter .filter-wrapper .filter-fields .input-field, .orders-filter .filter-wrapper .filter-fields .select-field {
        margin-left: -10px;
        margin-right: -10px; }
        .orders-filter .filter-wrapper .filter-fields .input-field input, .orders-filter .filter-wrapper .filter-fields .select-field input {
          margin-left: 10px;
          margin-right: 10px; }
        .orders-filter .filter-wrapper .filter-fields .input-field .select-arrow, .orders-filter .filter-wrapper .filter-fields .select-field .select-arrow {
          right: 25px; }
        .orders-filter .filter-wrapper .filter-fields .input-field .select-field-values, .orders-filter .filter-wrapper .filter-fields .select-field .select-field-values {
          margin-left: 10px;
          margin-right: 10px;
          width: calc(100% - 20px); }
    .orders-filter .filter-wrapper .filter-title {
      position: absolute;
      top: 0;
      border: 1px solid var(--color-gray);
      border-radius: 20px;
      padding: 5px 10px;
      background: var(--color-white);
      transform: translateY(-50%);
      left: 40px; }
    .orders-filter .filter-wrapper .filter-btns {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 10px; }

.table {
  width: 100%;
  position: relative;
  overflow-x: auto;
  border: 1px solid black;
  border-radius: 30px; }
  .table table {
    min-width: 100%;
    border-spacing: 0; }
    .table table tr {
      border-bottom: 1px solid black; }
      .table table tr td {
        padding: 3px 5px;
        border-right: 1px solid var(--color-gray);
        border-bottom: 1px solid var(--color-gray);
        vertical-align: top; }
        .table table tr td:last-child {
          border-right: 0;
          padding-right: 25px; }
        .table table tr td.order-item-field {
          min-width: 180px; }
        .table table tr td.order-item-info div {
          white-space: nowrap; }
        .table table tr td.order-item-status .current-status {
          white-space: nowrap; }
        .table table tr td.order-item-status .status-history {
          cursor: pointer;
          margin-top: 5px;
          font-size: .9em;
          text-decoration: underline;
          transition: all .3s; }
          .table table tr td.order-item-status .status-history:hover {
            color: var(--color-yellow); }
        .table table tr td.order-detail-field .order-comment {
          position: relative; }
          .table table tr td.order-detail-field .order-comment .comment-btn {
            cursor: pointer;
            margin-top: 5px;
            font-size: .9em;
            text-decoration: underline;
            transition: all .3s; }
          .table table tr td.order-detail-field .order-comment:hover .comment-btn {
            color: var(--color-yellow); }
    .table table thead tr td {
      font-weight: 600;
      white-space: nowrap;
      font-size: 12px;
      border-right: 1px solid white;
     
    }
    .table table tbody tr td {
      font-size: .8em; }
      .table table tbody tr td.item-menu svg {
        width: 13px;
        height: 13px;
        fill: var(--color-gray);
        transition: all .3s; }
      .table table tbody tr td.item-menu:hover svg {
        fill: var(--color-yellow); }
    .table table tbody tr:last-child td {
      border-bottom: 0; }

/*# sourceMappingURL=style.css.map */

.order-status tbody tr:last-child td.o-name {
  border-bottom: 1px solid #43454A;
  border-bottom-left-radius: 20px;
}


.order-status tbody tr:last-child td.o-value {
  border-bottom: 1px solid #43454A;
  border-bottom-right-radius: 20px;
}

.mirror-coating-order {
    background-color: #ffebee !important;
    border-left: 4px solid #f44336 !important;
    position: relative;
}

.mirror-coating-order::before {
    content: "ЗЕРКАЛЬНОЕ ПОКРЫТИЕ";
    position: absolute;
    top: 2px;
    right: 5px;
    background: #f44336;
    color: white;
    font-size: 8px;
    font-weight: bold;
    padding: 2px 4px;
    border-radius: 3px;
    z-index: 1;
}

.mirror-coating-order:hover {
    background-color: #ffcdd2 !important;
}

.mirror-coating-order td {
    color: #d32f2f;
}

.mirror-coating-order .order-info {
    color: #d32f2f;
    font-weight: bold;
}

/* Стили для выделения заказов с децентрацией */
.decentering-order {
    background-color: #fff3e0 !important;
    border-left: 4px solid #ff9800 !important;
    position: relative;
}

.decentering-order::before {
    content: "ДЕЦЕНТРАЦИЯ";
    position: absolute;
    top: 2px;
    right: 5px;
    background: #ff9800;
    color: white;
    font-size: 8px;
    font-weight: bold;
    padding: 2px 4px;
    border-radius: 3px;
    z-index: 1;
}

.decentering-order:hover {
    background-color: #ffe0b2 !important;
}

.decentering-order td {
    color: #f57c00;
}

.decentering-order .order-info {
    color: #f57c00;
    font-weight: bold;
}

/* Стили для выделения специальных заказов */
.special-order {
    background-color: #ffebee !important;
    border-left: 4px solid #f44336 !important;
}

.special-order:hover {
    background-color: #ffcdd2 !important;
}

.special-order td {
    color: #d32f2f;
}

.special-order .order-info {
    color: #d32f2f;
    font-weight: bold;
}

@media screen and (max-width: 500px) {
  .select-field.custom-vision {
    max-width: 120px;
  }
}
