@charset "UTF-8";
/** THEME COLOURS */
/** MEDIA BREAKPOINTS */
:root {
  --height-1vh: 1vh;
  --height-100vh: 100vh;
  --height-1dvh: 1dvh;
  --height-100dvh: 100dvh;
  --grey_content: #767676;
  --text: #16252f;
  --black: #000000;
  --white: #ffffff;
  --blue: #00a0e1;
  --blue-2: #005590;
  --bg: #f3faff;
  --grey: #fafafa;
  --outline: #e2e2e2; }

html {
  font-size: 16px;
  background: #16252F; }

body {
  background: #fafafa;
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif; }
  body * {
    text-underline-offset: 3px;
    text-decoration-thickness: 1px; }
  body.menu-active {
    overflow: hidden; }

button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  button:before, button:after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

picture {
  display: block; }

img {
  max-width: 100%;
  height: auto; }

svg.hidden {
  display: block;
  width: 0 !important;
  height: 0 !important; }

svg.ic {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor; }

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, textarea:-webkit-autofill:active, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus, select:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important; }

a, a:hover, a:active, a:focus {
  outline: none; }

.clearfix {
  clear: both; }

.clear-after:after {
  content: "";
  display: block;
  clear: both; }

body {
  min-height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  body #page-content {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    margin-top: 32px;
    height: 100%;
    overflow: hidden; }
  body.page-print {
    padding: 30px 16px !important;
    background: var(--white); }

#page-header {
  position: relative;
  z-index: 35; }

#page-content {
  position: relative;
  z-index: 25; }
  #page-content:after {
    content: "";
    clear: both; }

#page-footer {
  position: relative;
  z-index: 30; }

section.section-block {
  position: relative;
  z-index: 3; }

a.phone {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 3px; }
  a.phone .quote {
    font-weight: 500; }

.content-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  height: 100%; }

.cabinet {
  max-width: 480px; }

.ui-widget-header {
  border-color: var(--blue);
  background: var(--blue); }

.ui-state-default {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media (any-hover: hover) {
    .ui-state-default:hover, .ui-state-default:focus {
      background: rgba(0, 160, 225, 0.6);
      color: var(--text);
      border-color: var(--blue); } }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border-color: var(--blue);
  background: var(--blue); }

label.check {
  width: 24px;
  height: 24px;
  cursor: pointer; }
  label.check .checkmark {
    -webkit-transition: border 0.3s ease;
    -o-transition: border 0.3s ease;
    transition: border 0.3s ease; }
    @media (any-hover: hover) {
      label.check .checkmark:hover, label.check .checkmark:focus {
        border-color: var(--blue); } }

.not-found {
  font-size: 28px;
  line-height: 1.5;
  color: var(--text);
  padding: 20px 16px; }

.block-title h1 {
  color: var(--blue-2);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2; }
  .block-title h1 strong {
    color: var(--blue); }
  .block-title h1:not(:last-child) {
    margin-bottom: 16px; }

.text-formatted:not(:last-child) {
  margin-bottom: 16px; }

.text-formatted p {
  color: var(--grey_content);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5; }
  .text-formatted p:not(:last-child) {
    margin-bottom: 16px; }

.header-container {
  position: relative;
  z-index: 24;
  background: #ffffff; }

#page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
  background: #ffffff; }
  #page-header .nav-wrapper .nav-list {
    padding: 0;
    list-style-type: none;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 60px;
    position: relative; }
    #page-header .nav-wrapper .nav-list .nav-drop-item {
      position: relative; }
    #page-header .nav-wrapper .nav-list a {
      color: #000000;
      font-size: 14px;
      font-style: normal;
      font-weight: 500;
      line-height: 120%;
      letter-spacing: 0.28px;
      text-transform: uppercase;
      padding: 3px;
      -webkit-transition: all ease-in .3s;
      -o-transition: all ease-in .3s;
      transition: all ease-in .3s; }
      #page-header .nav-wrapper .nav-list a.active {
        color: #00A0E1; }
        #page-header .nav-wrapper .nav-list a.active:after {
          content: "";
          width: 40px;
          height: 2px;
          background: #00A0E1;
          display: block;
          position: absolute;
          left: 50%;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%);
          bottom: -12px; }
      #page-header .nav-wrapper .nav-list a:hover {
        -webkit-transition: all ease-in .3s;
        -o-transition: all ease-in .3s;
        transition: all ease-in .3s;
        color: #00A0E1; }
  #page-header .page-header-title {
    font-size: 28px;
    font-weight: 500;
    line-height: 120%; }
    #page-header .page-header-title span {
      display: block;
      color: #00A0E1; }
  #page-header .header-top {
    background: #FFFFFF; }
    #page-header .header-top > .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-top: 10px;
      padding-bottom: 10px;
      gap: 10px; }
  #page-header .header-bottom {
    background: #24084e; }
    #page-header .header-bottom > .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-top: 10px;
      padding-bottom: 10px;
      gap: 10px; }
  #page-header .header-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    border: 1px solid #FFFFFF;
    background: #FFFFFF;
    color: #24084e; }
    #page-header .header-btn:focus {
      background: #24084e;
      color: #FFFFFF; }
    @media (pointer: fine) {
      #page-header .header-btn:hover {
        background: #24084e;
        color: #FFFFFF; } }
  #page-header .header-btn-inverse {
    border-color: #24084e;
    background: #24084e;
    color: #FFFFFF; }
    #page-header .header-btn-inverse:focus {
      background: #FFFFFF;
      color: #24084e; }
    @media (pointer: fine) {
      #page-header .header-btn-inverse:hover {
        background: #FFFFFF;
        color: #24084e; } }
  #page-header .bnt-nav {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px; }

.header-pages-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto; }
  .header-pages-nav .nav-link {
    padding: 3px 10px;
    text-align: center; }

#page-header .cellphones-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px; }
  #page-header .cellphones-list .phone {
    line-height: 1;
    white-space: nowrap;
    text-decoration: none;
    color: #6337a6; }

#page-header .cellphones-dropdown-wrap {
  position: relative;
  z-index: 1; }
  #page-header .cellphones-dropdown-wrap .cellphone-main {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    #page-header .cellphones-dropdown-wrap .cellphone-main .ic {
      cursor: pointer;
      margin-left: 5px; }
      #page-header .cellphones-dropdown-wrap .cellphone-main .ic.active {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }
  #page-header .cellphones-dropdown-wrap .phone {
    line-height: 1;
    white-space: nowrap;
    text-decoration: none;
    color: #6337a6; }
  #page-header .cellphones-dropdown-wrap .cellphones-dropdown {
    display: none;
    visibility: hidden;
    position: absolute;
    opacity: 0;
    z-index: 1;
    top: 100%;
    left: 0;
    right: 0;
    gap: 5px;
    padding: 5px;
    margin-top: 5px;
    background: #FFFFFF;
    border: 1px solid #24084e;
    border-radius: 5px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
    #page-header .cellphones-dropdown-wrap .cellphones-dropdown.show {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      visibility: visible; }
    #page-header .cellphones-dropdown-wrap .cellphones-dropdown.opened {
      opacity: 1; }

#page-header .nav-languages-dropdown-wrap {
  position: relative;
  z-index: 1; }
  #page-header .nav-languages-dropdown-wrap .current-language {
    position: relative;
    z-index: 5; }
  #page-header .nav-languages-dropdown-wrap .nav-languages {
    display: none;
    visibility: hidden;
    position: absolute;
    opacity: 0;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    padding: 42px 2px 2px;
    gap: 2px;
    background: #FFFFFF;
    border: 2px solid #24084e;
    border-radius: 50px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
    #page-header .nav-languages-dropdown-wrap .nav-languages.show {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      visibility: visible; }
    #page-header .nav-languages-dropdown-wrap .nav-languages.opened {
      opacity: 1; }
  #page-header .nav-languages-dropdown-wrap .nav-languages-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    text-decoration: none;
    color: #16252F;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    width: 32px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 100%; }
    #page-header .nav-languages-dropdown-wrap .nav-languages-link:focus {
      background: #24084e;
      color: #FFFFFF; }
    @media (pointer: fine) {
      #page-header .nav-languages-dropdown-wrap .nav-languages-link:hover {
        background: #24084e;
        color: #FFFFFF; } }

#page-header .nav-languages-inline-wrap .nav-languages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px; }

#page-header .nav-languages-inline-wrap .nav-languages-item {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px; }

#page-header .nav-languages-inline-wrap .nav-languages-link {
  color: #16252F; }

#page-header .nav-languages-inline-wrap .nav-languages-active {
  color: #24084e;
  font-weight: bold;
  cursor: default; }

#page-footer .footer-top {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #FFFFFF; }

#page-footer .footer-bottom {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #6337a6;
  color: #FFFFFF; }
  #page-footer .footer-bottom > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

#page-footer .payments-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px; }
  #page-footer .payments-list img {
    height: 30px; }

#page-footer .fenix-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease; }
  #page-footer .fenix-copyright svg {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease; }
    #page-footer .fenix-copyright svg path {
      fill: #FFFFFF; }
  #page-footer .fenix-copyright:focus {
    text-shadow: 0 0 0; }
    #page-footer .fenix-copyright:focus svg {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
  @media (pointer: fine) {
    #page-footer .fenix-copyright:hover {
      text-shadow: 0 0 0; }
      #page-footer .fenix-copyright:hover svg {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); } }

.footer-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px; }
  .footer-contacts .footer-contacts-info .info-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px; }
    .footer-contacts .footer-contacts-info .info-title .ic-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 30px;
      height: 30px;
      color: #FFFFFF;
      background: #24084e;
      border-radius: 100%; }
  .footer-contacts .footer-contacts-info .info-content {
    margin-top: 5px; }
  .footer-contacts .footer-contacts-info.phones .info-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

.form-style:not(.form-style-popup) {
  width: 100%;
  max-width: 500px;
  margin: 100px auto auto;
  background: #FFFFFF;
  padding: 20px;
  border-radius: 10px; }

.form-style input:-webkit-autofill,
.form-style input:-webkit-autofill:hover,
.form-style input:-webkit-autofill:focus,
.form-style textarea:-webkit-autofill,
.form-style textarea:-webkit-autofill:hover,
.form-style textarea:-webkit-autofill:focus,
.form-style select:-webkit-autofill,
.form-style select:-webkit-autofill:hover,
.form-style select:-webkit-autofill:focus {
  color: #16252F !important;
  -webkit-text-fill-color: #16252F;
  -webkit-box-shadow: 0 0 0 1000px #FFFFFF inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s; }

.form-style .form-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.form-style .form-title {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px; }

.form-style .form-note {
  font-size: 13px;
  text-align: center;
  margin-bottom: 10px; }

.form-style .form-group {
  position: relative; }

.form-style .form-group:not(:last-child),
.form-style .form-row-group:not(:last-child) {
  margin-bottom: 24px; }

.form-style .form-label {
  font-weight: bold;
  margin-bottom: 3px;
  font-size: 16px; }
  .form-style .form-label .required {
    color: red; }

.form-style .form-control {
  min-height: 56px;
  padding: 4px 20px;
  background: #FFFFFF;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  color: #16252F;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  .form-style .form-control:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #989898; }
  .form-style .form-control.form-control-error {
    border-color: red; }

.form-style textarea.form-control {
  height: 145px;
  resize: none;
  padding-top: 10px;
  padding-bottom: 10px; }

.form-style .form-error {
  display: block;
  margin: 0;
  padding: 2px 0;
  color: red;
  font-size: 12px; }

.form-style .btn-submit {
  margin: 15px auto 0;
  width: 100%;
  color: #FFFFFF;
  background: #24084e;
  border: 1px solid #24084e;
  text-transform: uppercase;
  letter-spacing: 1px; }
  .form-style .btn-submit:focus {
    color: #24084e;
    background: #FFFFFF; }
  @media (pointer: fine) {
    .form-style .btn-submit:hover {
      color: #24084e;
      background: #FFFFFF; } }

.form-style a {
  color: #FFFFFF;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .form-style a:focus, .form-style a.current, .form-style a.active {
    color: #24084e; }
  @media (pointer: fine) {
    .form-style a:hover {
      color: #24084e; } }

.form-style .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag,
.form-style .iti--separate-dial-code .iti__selected-flag,
.form-style .iti__country.iti__highlight {
  background-color: transparent !important; }

.form-style .iti {
  position: relative;
  z-index: 1;
  width: 100%; }
  .form-style .iti .iti__selected-flag {
    position: absolute;
    top: -56px;
    left: 0;
    padding: 0 6px 0 24px;
    height: 56px; }
  .form-style .iti .iti__flag {
    scale: 1.333;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: unset; }
  .form-style .iti .iti__arrow {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #ffffff; }
  .form-style .iti .iti__arrow--up {
    border-top: none;
    border-bottom: 6px solid #ffffff; }
  .form-style .iti.iti--allow-dropdown .iti__flag-container,
  .form-style .iti.iti--separate-dial-code .iti__flag-container {
    right: 0;
    left: 0;
    top: 100%; }
  .form-style .iti .iti__flag-box {
    margin-right: 15px; }
  .form-style .iti .iti__selected-dial-code {
    font-size: 16px;
    margin-left: 14px; }
  .form-style .iti .iti--separate-dial-code .iti__selected-dial-code, .form-style .iti .iti__arrow {
    margin-left: 11px; }
  .form-style .iti .form-control.input-tel {
    padding-left: 130px !important; }
  .form-style .iti .iti__country-list {
    width: 100%;
    z-index: -1;
    background-color: #171717;
    border: 2px solid rgba(17, 202, 190, 0.23);
    border-radius: 0 0 0 28px;
    padding: 14px;
    padding-top: 28px;
    margin-top: -28px;
    white-space: normal; }

.form-style .jq-selectbox.form-control .jq-selectbox__select {
  height: 56px; }

.form-style .custom-checkbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 31px;
  /*input[type="checkbox"]:focus ~ .checkbox {
            box-shadow: 0 0 0 0.25rem fade($color-white, 40%);
        }*/ }
  .form-style .custom-checkbox input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  .form-style .custom-checkbox .checkbox {
    display: inline-block;
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    border-radius: 0;
    margin-right: 8px;
    margin-top: 2px;
    background: transparent;
    border: 1px solid #FFFFFF; }
  .form-style .custom-checkbox .text {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%; }
  .form-style .custom-checkbox input[type="checkbox"]:checked ~ .checkbox {
    background-repeat: no-repeat;
    background-position: center;
    border-color: #24084e;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4L3.66667 7L9 1' stroke='%23D050E5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }
  @media (max-width: 991.98px) {
    .form-style .custom-checkbox {
      margin-top: 20px; }
      .form-style .custom-checkbox .checkbox {
        margin-right: 14px; }
      .form-style .custom-checkbox .text {
        font-size: 12px;
        line-height: 150%; }
        .form-style .custom-checkbox .text br {
          content: "A";
          position: relative;
          display: inline-block;
          width: 0.3em; } }

.form-style .form-group.confirm-group {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  padding-left: 20px; }
  .form-style .form-group.confirm-group a {
    text-decoration: underline; }
  @media (max-width: 991.98px) {
    .form-style .form-group.confirm-group {
      padding-left: 0;
      font-size: 12px;
      line-height: 150%; } }

.iti-mobile .iti--container {
  z-index: 199992;
  inset: 21px; }
  .iti-mobile .iti--container .iti__country-list {
    width: 100%;
    z-index: -1;
    background-color: #171717;
    border: 2px solid rgba(17, 202, 190, 0.23);
    border-radius: 16px;
    padding: 14px;
    white-space: normal; }

.password-show-controls {
  position: relative; }
  .password-show-controls .password-show-button {
    position: absolute;
    top: 15px;
    right: 20px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    @media (any-hover: hover) {
      .password-show-controls .password-show-button:hover .ic, .password-show-controls .password-show-button:focus .ic {
        fill: var(--blue); } }
    .password-show-controls .password-show-button.toggle {
      opacity: .5; }
    .password-show-controls .password-show-button .ic {
      width: 24px;
      height: 24px;
      fill: #767676;
      -webkit-transition: fill 0.3s ease;
      -o-transition: fill 0.3s ease;
      transition: fill 0.3s ease; }
    .password-show-controls .password-show-button:hover {
      cursor: pointer; }

.form-view-wrapper .form-group:not(:last-child) {
  margin-bottom: 24px; }

.form-view-wrapper .form-group .form-label {
  color: var(--black);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5; }
  .form-view-wrapper .form-group .form-label:not(:last-child) {
    margin-bottom: 4px; }

.form-view-wrapper .form-group .form-control-wrapper {
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 16px;
  border-radius: 4px;
  background: var(--grey); }

.form-view-wrapper .form-group .form-control-value {
  color: var(--text);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5; }

.form-wrapper:not(.form-style) .form-title {
  color: var(--text);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2; }
  .form-wrapper:not(.form-style) .form-title:not(:last-child) {
    margin-bottom: 16px; }

.form-wrapper:not(.form-style) .form-text {
  color: var(--grey_content);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0; }
  .form-wrapper:not(.form-style) .form-text:not(:last-child) {
    margin-bottom: 20px; }

.form-wrapper:not(.form-style) .form-label {
  color: var(--black);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2; }
  .form-wrapper:not(.form-style) .form-label:not(:last-child) {
    margin-bottom: 8px; }

.form-wrapper:not(.form-style) .form-group:not(:last-child) {
  margin-bottom: 24px; }

.form-wrapper:not(.form-style) .form-control-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 56px; }

.form-wrapper:not(.form-style) .form-control {
  height: 100%;
  width: 100%;
  padding: 12px 20px;
  margin: 0;
  border-radius: 4px;
  border: 1px solid var(--outline);
  background: var(--white);
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--text);
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }
  @media (any-hover: hover) {
    .form-wrapper:not(.form-style) .form-control:hover, .form-wrapper:not(.form-style) .form-control:focus {
      border-color: var(--blue); } }
  .form-wrapper:not(.form-style) .form-control.form-control-error {
    border-color: var(--red); }

.form-wrapper:not(.form-style) .form-control-help {
  color: var(--grey_content);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.24px; }
  .form-wrapper:not(.form-style) .form-control-help:not(:first-child) {
    margin-top: 8px; }

.form-wrapper:not(.form-style) .form-buttons {
  padding-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.form-wrapper:not(.form-style) .form-error {
  color: var(--red); }

.form-style-popup {
  width: 100%; }

.fancybox-container.form-popup .fancybox-content {
  padding: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 10px #1c1c1c;
          box-shadow: 2px 2px 10px #1c1c1c;
  width: 100%;
  max-width: 400px; }

.form-search {
  position: relative;
  z-index: 1; }
  .form-search .form-group {
    margin: 0; }
  .form-search .search-panel {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 10px;
    background: #FFFFFF; }

:root {
  --breadcrumbs-height: 44px; }

.breadcrumbs-wrap {
  position: relative;
  z-index: 5;
  height: var(--breadcrumbs-height);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none; }
  .breadcrumbs-wrap .breadcrumbs-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .breadcrumbs-wrap .breadcrumbs-nav .breadcrumbs-nav-item {
      line-height: 140%;
      color: #757575; }
      .breadcrumbs-wrap .breadcrumbs-nav .breadcrumbs-nav-item:not(:first-child):before {
        display: inline-block;
        margin-left: 7px;
        margin-right: 3px;
        content: "/";
        content: "";
        width: 10px;
        height: 10px;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10.9 18.6" xml:space="preserve" id="ic-arrow-right-bold-mini" fill="%23757575"><path d="m3.1.5 7.2 7.6c.3.3.5.8.5 1.3s-.2.9-.5 1.2l-7.2 7.6c-.3.3-.8.5-1.3.5s-.9-.2-1.3-.5c-.8-.8-.8-1.6 0-2.6l6-6.2-6-6.3C-.3 2.2-.3 1.3.5.5.9.2 1.4 0 1.9 0s.9.2 1.2.5z"></path></svg>');
        background-repeat: no-repeat;
        background-position: center; }
    .breadcrumbs-wrap .breadcrumbs-nav a.breadcrumbs-nav-item {
      text-decoration: none; }
      .breadcrumbs-wrap .breadcrumbs-nav a.breadcrumbs-nav-item span {
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease; }
      .breadcrumbs-wrap .breadcrumbs-nav a.breadcrumbs-nav-item:focus span {
        color: #24084e; }
      @media (pointer: fine) {
        .breadcrumbs-wrap .breadcrumbs-nav a.breadcrumbs-nav-item:hover span {
          color: #24084e; } }
    .breadcrumbs-wrap .breadcrumbs-nav .breadcrumbs-nav-item-main {
      color: #24084e; }
    .breadcrumbs-wrap .breadcrumbs-nav .breadcrumbs-nav-item-last {
      cursor: default;
      color: #adadad; }

@media (max-width: 991.98px) {
  :root {
    --breadcrumbs-height: 30px; } }

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 120%;
  -webkit-transition: all ease-in .3s;
  -o-transition: all ease-in .3s;
  transition: all ease-in .3s;
  border: 0;
  white-space: nowrap; }
  .btn:not(.btn.btn-link) {
    gap: 12px;
    padding: 15px 24px;
    background: #00A0E1;
    color: #ffffff;
    font-weight: 500;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: 0.28px;
    text-transform: uppercase; }
  .btn:hover {
    -webkit-transition: all ease-in .3s;
    -o-transition: all ease-in .3s;
    transition: all ease-in .3s; }
    .btn:hover:not(.btn:hover.btn-link) {
      text-decoration: none;
      color: #ffffff;
      -webkit-box-shadow: 0 0 10px 1px rgba(0, 160, 255, 0.4);
              box-shadow: 0 0 10px 1px rgba(0, 160, 255, 0.4); }
  .btn:focus {
    outline: none !important; }
  .btn:active {
    outline: none !important;
    background: #005590; }

.btn-link {
  position: relative;
  overflow: hidden;
  padding: 0;
  background: transparent;
  color: var(--grey_content);
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .btn-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--grey_content);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
  @media (any-hover: hover) {
    .btn-link:hover, .btn-link:focus {
      color: var(--blue);
      text-decoration: none; }
      .btn-link:hover::after, .btn-link:focus::after {
        -webkit-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
                transform: translateX(-100%); } }

.btn-load-more {
  width: 100%;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--blue-2);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  border-radius: 8px;
  border: 1px dashed var(--blue-2);
  background: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .btn-load-more:focus, .btn-load-more:active {
    outline: none; }
  @media (any-hover: hover) {
    .btn-load-more:hover, .btn-load-more:focus {
      border-color: var(--blue);
      background: var(--blue);
      color: var(--white); } }

.btn-close {
  position: absolute;
  top: 36px;
  right: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  border-radius: 50%; }
  .btn-close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M2.37502 0.499987C1.85725 -0.0177813 1.01778 -0.0177816 0.500013 0.499987C-0.0177543 1.01775 -0.0177546 1.85722 0.500013 2.37499L6.12502 8L0.500012 13.625C-0.0177553 14.1428 -0.0177554 14.9822 0.500012 15.5C1.01778 16.0178 1.85725 16.0178 2.37502 15.5L8.00003 9.875L13.625 15.5C14.1428 16.0178 14.9823 16.0178 15.5 15.5C16.0178 14.9822 16.0178 14.1428 15.5 13.625L9.87503 8L15.5 2.37499C16.0178 1.85722 16.0178 1.01776 15.5 0.499987C14.9823 -0.0177803 14.1428 -0.0177816 13.625 0.499987L8.00003 6.125L2.37502 0.499987Z" fill="%23767676"/></svg>') center no-repeat; }
  .btn-close:focus, .btn-close:active {
    outline: none; }
  @media (any-hover: hover) {
    .btn-close:hover, .btn-close:focus {
      border-color: var(--grey_content); } }

.btn-clear {
  position: relative;
  margin-left: -4px;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: var(--outline);
  border-radius: 0 4px 4px 0;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }
  .btn-clear::after, .btn-clear::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40%;
    height: 2px;
    border-radius: 2px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: var(--blue-2);
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease; }
  .btn-clear::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg); }
  .btn-clear::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg); }
  @media (any-hover: hover) {
    .btn-clear:hover, .btn-clear:focus {
      background: var(--blue); }
      .btn-clear:hover::after, .btn-clear:hover::before, .btn-clear:focus::after, .btn-clear:focus::before {
        background-color: var(--white); } }

.loader-wrap {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out; }

.loader {
  width: 100px;
  height: 60px;
  position: relative;
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .loader span {
    display: block;
    width: 8px;
    height: 40px;
    background-color: #16252F; }
    .loader span:not(:last-child) {
      margin-right: 5px; }
    .loader span:nth-child(1) {
      -webkit-animation: loader-grow 1s ease-in-out infinite;
              animation: loader-grow 1s ease-in-out infinite; }
    .loader span:nth-child(2) {
      -webkit-animation: loader-grow 1s ease-in-out 0.15s infinite;
              animation: loader-grow 1s ease-in-out 0.15s infinite; }
    .loader span:nth-child(3) {
      -webkit-animation: loader-grow 1s ease-in-out 0.30s infinite;
              animation: loader-grow 1s ease-in-out 0.30s infinite; }
    .loader span:nth-child(4) {
      -webkit-animation: loader-grow 1s ease-in-out 0.45s infinite;
              animation: loader-grow 1s ease-in-out 0.45s infinite; }

@-webkit-keyframes loader-grow {
  0%, 100% {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1); }
  50% {
    -webkit-transform: scaleY(1.8);
    -ms-transform: scaleY(1.8);
    transform: scaleY(1.8); } }

@keyframes loader-grow {
  0%, 100% {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1); }
  50% {
    -webkit-transform: scaleY(1.8);
    -ms-transform: scaleY(1.8);
    transform: scaleY(1.8); } }

.map-iframe-wrap iframe {
  width: 100%;
  height: 500px; }

#messageDialog {
  padding: 20px 20px 30px;
  border-radius: 10px;
  -webkit-box-shadow: 2px 2px 10px #1c1c1c;
          box-shadow: 2px 2px 10px #1c1c1c;
  width: 100%;
  max-width: 400px; }
  #messageDialog .popup-title {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 10px; }
  #messageDialog .popup-message {
    text-align: center; }

.pagination-wrap {
  margin: 30px 0; }
  .pagination-wrap .load-more {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .pagination-wrap .load-more [disabled] {
      -webkit-animation: load_mode_spinner 2s linear infinite;
              animation: load_mode_spinner 2s linear infinite; }
  @media (max-width: 1199.98px) {
    .pagination-wrap {
      margin: 25px 0; } }
  @media (max-width: 991.98px) {
    .pagination-wrap {
      margin: 20px 0; } }
  @media (max-width: 767.98px) {
    .pagination-wrap {
      margin: 20px 0; }
      .pagination-wrap .load-more {
        padding-bottom: 15px; } }

.pagination {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px; }
  .pagination .page-item {
    font-weight: 600;
    font-size: 18px;
    line-height: 160%; }
    .pagination .page-item a {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 64px;
      height: 64px;
      padding: 1px;
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      background: transparent;
      border-radius: 100%;
      border: 1px solid;
      text-decoration: none; }
    .pagination .page-item.page-gap span {
      display: inline-block;
      cursor: default;
      -webkit-transform: translateY(24px);
          -ms-transform: translateY(24px);
              transform: translateY(24px);
      letter-spacing: 0.2rem;
      padding: 0 0 0 2px; }
    .pagination .page-item.disabled a {
      pointer-events: none;
      cursor: default; }
  @media (max-width: 1199.98px) {
    .pagination .page-item a {
      width: 54px;
      height: 54px; }
    .pagination .page-item.page-gap span {
      -webkit-transform: translateY(20px);
          -ms-transform: translateY(20px);
              transform: translateY(20px); } }
  @media (max-width: 767.98px) {
    .pagination {
      margin: 26px 0; }
      .pagination .page-item a {
        width: 48px;
        height: 48px; }
      .pagination .page-item.page-gap span {
        -webkit-transform: translateY(17px);
            -ms-transform: translateY(17px);
                transform: translateY(17px); } }

@-webkit-keyframes load_mode_spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes load_mode_spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.pagination {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .pagination .load-more {
    width: 100%; }
  .pagination ul, .pagination li {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px; }
  .pagination li {
    width: 32px;
    height: 32px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    border-radius: 50%;
    background: var(--white);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer; }
    @media (any-hover: hover) {
      .pagination li:hover a, .pagination li:focus a {
        text-decoration: none;
        color: var(--blue-2); } }
    .pagination li a {
      font-size: 16px;
      font-weight: 500;
      line-height: 150%;
      color: var(--blue);
      -webkit-transition: color 0.3s ease;
      -o-transition: color 0.3s ease;
      transition: color 0.3s ease; }
    .pagination li.active {
      pointer-events: none;
      background: var(--blue); }
      .pagination li.active a {
        color: var(--white); }

@media (min-width: 992px) {
  body, * {
    scrollbar-color: #24084e #FFFFFF;
    scrollbar-width: thin; }
  ::-webkit-scrollbar {
    width: 7px;
    height: 7px; }
  ::-webkit-scrollbar-button {
    width: 7px;
    height: 7px; }
    ::-webkit-scrollbar-button:vertical:start {
      background: #FFFFFF url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 571.083 322"><path d="M571 286q0-14-10-25L311 11Q300 0 286 0t-25 11L11 261Q0 272 0 286t11 25q11 11 25 11h500q14 0 25-11t10-25z"/></svg>') no-repeat center center;
      background-size: 5px 5px;
      display: none; }
    ::-webkit-scrollbar-button:vertical:end {
      background: #FFFFFF url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 571.083 322"><path d="M571 286q0-14-10-25L311 11Q300 0 286 0t-25 11L11 261Q0 272 0 286t11 25q11 11 25 11h500q14 0 25-11t10-25z"/></svg>') no-repeat center center;
      background-size: 5px 5px;
      display: none; }
    ::-webkit-scrollbar-button:horizontal:start {
      background: #FFFFFF url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 322 571.083"><path d="M286 .083q-14 0-25 10l-250 250q-11 11-11 25t11 25l250 250q11 11 25 11t25-11q11-11 11-25v-500q0-14-11-25t-25-10z"/></svg>') no-repeat center center;
      background-size: 5px 5px;
      display: none; }
    ::-webkit-scrollbar-button:horizontal:end {
      background: #FFFFFF url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 322 571.083"><path d="M36 .083q14 0 25 10l250 250q11 11 11 25t-11 25l-250 250q-11 11-25 11t-25-11q-11-11-11-25v-500q0-14 11-25t25-10z"/></svg>') no-repeat center center;
      background-size: 5px 5px;
      display: none; }
  ::-webkit-scrollbar-track {
    background: #FFFFFF; }
  ::-webkit-scrollbar-track-piece {
    background: #FFFFFF; }
  ::-webkit-scrollbar-thumb {
    background: #24084e;
    border-radius: 0; }
  ::-webkit-scrollbar-corner {
    background: #FFFFFF; } }

.section-title,
.page-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2; }
  .section-title strong,
  .page-title strong {
    color: #00A0E1; }

.text-formatted {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Roboto", sans-serif; }
  .text-formatted:after {
    content: "";
    display: block;
    clear: both; }
  @media (max-width: 991.98px) {
    .text-formatted {
      font-size: 12px; } }
  .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) {
    margin-top: 1.6em;
    margin-bottom: 0.3em;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.02em; }
    .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title):first-child {
      margin-top: 0; }
    .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title):last-child {
      margin-bottom: 0; }
    @media (max-width: 991.98px) {
      .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title):not(:first-child) {
        margin-top: 2em; }
      .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title):not(:last-child) {
        margin-bottom: 24px; } }
    .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + :not(h1):not(.h1):not(h2):not(.h2):not(h3):not(.h3):not(h4):not(.h4):not(h5):not(.h5):not(.text-title):not(.text-sub-title) {
      margin-top: 27px; }
    .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + h1, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .h1, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + h2, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .h2, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + h3, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .h3, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + h4, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .h4, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + h5, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .h5, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .text-title, .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, .text-title, .text-sub-title) + .text-sub-title {
      margin-top: 10px; }
  .text-formatted h1, .text-formatted .h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase; }
  .text-formatted .text-title, .text-formatted h2, .text-formatted .h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase; }
    @media (max-width: 991.98px) {
      .text-formatted .text-title, .text-formatted h2, .text-formatted .h2 {
        font-size: 28px; } }
    @media (max-width: 575.98px) {
      .text-formatted .text-title, .text-formatted h2, .text-formatted .h2 {
        font-size: 24px; } }
  .text-formatted .text-sub-title, .text-formatted h3, .text-formatted .h3 {
    font-size: 18px;
    line-height: 1.2; }
    @media (max-width: 991.98px) {
      .text-formatted .text-sub-title, .text-formatted h3, .text-formatted .h3 {
        font-size: 17px; } }
    @media (max-width: 575.98px) {
      .text-formatted .text-sub-title, .text-formatted h3, .text-formatted .h3 {
        font-size: 16px; } }
  .text-formatted h4, .text-formatted .h4 {
    font-size: 16px;
    line-height: 1.2; }
  .text-formatted a {
    position: relative;
    line-height: normal;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    text-decoration: none; }
    @media (pointer: fine) {
      .text-formatted a:hover {
        text-shadow: 0 0 0;
        text-decoration: underline; } }
  .text-formatted ul, .text-formatted ol, .text-formatted p, .text-formatted blockquote {
    margin-bottom: 20px; }
  .text-formatted p {
    position: relative; }
    .text-formatted p:empty {
      display: none; }
  .text-formatted hr {
    border: none;
    border-bottom: 2px solid;
    opacity: 1;
    margin: 1.5em 0; }
  .text-formatted blockquote {
    display: block;
    clear: both;
    border-left: 2px solid;
    padding-left: 1em; }
  .text-formatted img {
    max-width: 100%;
    height: auto !important;
    margin: 3.1em auto 2.9em;
    border-radius: var(--br) 0;
    vertical-align: unset; }
    .text-formatted img[style*="float:left"], .text-formatted img[style*="float: left"] {
      margin: 0 1.5rem 0 0; }
    .text-formatted img[style*="float:right"], .text-formatted img[style*="float: right"] {
      margin: 0 0 0 1.5rem; }
    .text-formatted img:not([style*="float"]) {
      display: block; }
    @media (max-width: 575.98px) {
      .text-formatted img {
        margin: 1.9em auto 3em; }
        .text-formatted img[style*="float:left"], .text-formatted img[style*="float: left"] {
          margin: 0 1.5rem 0 0; }
        .text-formatted img[style*="float:right"], .text-formatted img[style*="float: right"] {
          margin: 0 0 0 1.5rem; } }
  .text-formatted ul:not(.list),
  .text-formatted ol:not(.list) {
    padding-left: 0; }
    .text-formatted ul:not(.list) li,
    .text-formatted ol:not(.list) li {
      margin-bottom: 0.4em; }
    .text-formatted ul:not(.list) ul, .text-formatted ul:not(.list) ol,
    .text-formatted ol:not(.list) ul,
    .text-formatted ol:not(.list) ol {
      margin-top: 0.6em;
      margin-left: 1.3em; }
  .text-formatted ol:not(.list) {
    list-style-position: inside;
    list-style-type: none;
    counter-reset: step-counter; }
    .text-formatted ol:not(.list) > li {
      position: relative;
      list-style-type: none;
      counter-increment: step-counter; }
      .text-formatted ol:not(.list) > li:before {
        content: counters(step-counter, ".", decimal-leading-zero) ".";
        display: inline-block;
        min-width: 0.75em;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        font-size: 1em;
        margin-right: 0.4em;
        font-weight: bold; }
    .text-formatted ol:not(.list) ol li:before {
      content: counters(step-counter, ".") "."; }
  .text-formatted ul:not(.list) > li {
    position: relative;
    list-style-type: none;
    padding-left: 1.5em; }
    .text-formatted ul:not(.list) > li:before {
      position: absolute;
      left: 0;
      content: "•";
      display: inline-block;
      min-width: 0.9em;
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      font-size: 1.2em;
      margin-right: 0.4em; }
  .text-formatted ul:not(.list)[style*="list-style-type:square"] > li:before, .text-formatted ul:not(.list)[style*="list-style-type: square"] > li:before {
    content: "■"; }
  .text-formatted ul:not(.list)[style*="list-style-type:disc"] > li:before, .text-formatted ul:not(.list)[style*="list-style-type: disc"] > li:before {
    content: "•"; }
  .text-formatted ul:not(.list)[style*="list-style-type:circle"] > li:before, .text-formatted ul:not(.list)[style*="list-style-type: circle"] > li:before {
    content: "○"; }
  .text-formatted .table-wrap {
    max-width: 100%;
    overflow: auto;
    margin: 1.2em 0; }
    .text-formatted .table-wrap table {
      margin: 0; }
  .text-formatted table {
    min-width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
    margin: 1.2em 0;
    font-size: 12px;
    line-height: 133%; }
    .text-formatted table img {
      margin: auto; }
    .text-formatted table th,
    .text-formatted table td {
      padding: 15px 15px;
      text-align: left;
      border: none; }
    .text-formatted table thead td,
    .text-formatted table th {
      text-align: center;
      font-weight: bold;
      border-bottom: 1px solid; }
    .text-formatted table tfoot td {
      font-weight: bold; }
  .text-formatted > *:last-child {
    margin-bottom: 0; }

.text-formatted {
  color: #181818; }
  .text-formatted :where(h1, .h1, h2, .h2, h3, .h3, .text-title, .text-sub-title) {
    color: #16252F; }
  .text-formatted a {
    color: #24084e; }
    .text-formatted a:after {
      background: #24084e; }
    @media (pointer: fine) {
      .text-formatted a:hover {
        color: #6337a6; }
        .text-formatted a:hover:after {
          background: #6337a6; } }
  .text-formatted hr {
    border-bottom-color: #24084e; }
  .text-formatted ol > li:before {
    color: #24084e; }
  .text-formatted ul > li:before {
    color: #24084e; }
  .text-formatted blockquote {
    border-left-color: #24084e; }
  .text-formatted table thead td,
  .text-formatted table th {
    border-color: #24084e; }

body:not(.is-account, .page-print) {
  background: url("../images/main-bg.png") no-repeat bottom left, url("../images/logo/big-on-main.png") no-repeat bottom right, #005590;
  position: relative; }
  body .header-container {
    background: transparent; }
  body #page-header {
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    padding-bottom: 15px;
    padding-top: 15px; }
    body #page-header .page-header-title {
      color: var(--white);
      font-size: 28px;
      font-weight: 500;
      line-height: 120%;
      max-width: 223px; }
  body #page-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  body .main-page-login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%; }
    body .main-page-login .form-wrapper {
      width: 500px;
      background: #ffffff;
      border-radius: 8px;
      margin-top: 100px;
      padding: 40px; }
      body .main-page-login .form-wrapper .form-title {
        color: #16252F;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        text-align: center;
        padding-bottom: 12px; }
      body .main-page-login .form-wrapper .form-group {
        margin-bottom: 24px; }
      body .main-page-login .form-wrapper .form-buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }

.is-account #page-header .page-header-title {
  color: var(--blue-2); }
  .is-account #page-header .page-header-title span {
    color: var(--blue-2); }

.column-nav {
  min-width: 424px;
  padding: 24px 32px;
  background: #005590;
  border-radius: 8px;
  height: 100%; }
  @media (max-width: 1440px) {
    .column-nav {
      min-width: 375px; } }
  .column-nav .global-aside {
    min-height: 700px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .column-nav .nav-categories-container {
    margin-top: 24px; }
    .column-nav .nav-categories-container .menu-open {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 24px;
      height: 24px;
      background: #00A0E1;
      border-radius: 100%;
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg);
      -webkit-transition: all ease-in .3s;
      -o-transition: all ease-in .3s;
      transition: all ease-in .3s;
      position: absolute;
      right: 15px;
      top: 18px;
      z-index: 3; }
      .column-nav .nav-categories-container .menu-open .ic {
        width: 10px;
        fill: #ffffff; }
      .column-nav .nav-categories-container .menu-open.active {
        -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg);
        -webkit-transition: all ease-in .3s;
        -o-transition: all ease-in .3s;
        transition: all ease-in .3s; }
      .column-nav .nav-categories-container .menu-open:hover {
        cursor: pointer; }
    .column-nav .nav-categories-container .nav-category.has-child > .submenu-wrapper.lv2 {
      height: 0;
      overflow: hidden;
      opacity: 0;
      -webkit-transition: all ease-in .3s;
      -o-transition: all ease-in .3s;
      transition: all ease-in .3s; }
      .column-nav .nav-categories-container .nav-category.has-child > .submenu-wrapper.lv2.active {
        height: 100%;
        -webkit-transition: all ease-in .3s;
        -o-transition: all ease-in .3s;
        transition: all ease-in .3s;
        opacity: 1; }
    .column-nav .nav-categories-container .nav-link {
      padding: 15px;
      position: relative; }
    .column-nav .nav-categories-container .nav-category.has-child > .nav-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      padding: 18px 20px; }
    .column-nav .nav-categories-container .nav-categories-container-title {
      color: #FFFFFF;
      font-size: 12px;
      font-weight: 500;
      line-height: 120%;
      letter-spacing: 0.24px;
      text-transform: uppercase;
      margin-bottom: 8px; }
    .column-nav .nav-categories-container .nav-categories {
      margin: 0;
      list-style-type: none;
      padding: 0;
      border-radius: 4px; }
      .column-nav .nav-categories-container .nav-categories a {
        color: #ffffff; }
      .column-nav .nav-categories-container .nav-categories .back-category-title {
        display: none; }
      .column-nav .nav-categories-container .nav-categories > .nav-category {
        border-radius: 4px;
        background: #055C99;
        margin-bottom: 4px; }
      .column-nav .nav-categories-container .nav-categories .submenu {
        padding: 0 20px 20px 20px; }
      .column-nav .nav-categories-container .nav-categories .nav-category.has-child {
        border-radius: 4px;
        background: #055C99;
        margin-bottom: 4px;
        position: relative; }
        .column-nav .nav-categories-container .nav-categories .nav-category.has-child .nav-category {
          background: #106BAA;
          -webkit-transition: background 0.3s ease;
          -o-transition: background 0.3s ease;
          transition: background 0.3s ease; }
          .column-nav .nav-categories-container .nav-categories .nav-category.has-child .nav-category:hover {
            background: #00A0E1; }
  .column-nav .account-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 24px;
    border-top: 1px solid #17649A;
    margin-top: 30px; }
    .column-nav .account-action .btn-account-logout {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 12px;
      color: #ffffff; }
      .column-nav .account-action .btn-account-logout .ic {
        width: 24px;
        height: 24px; }
      .column-nav .account-action .btn-account-logout:hover {
        text-decoration: none;
        color: #F18017; }
        .column-nav .account-action .btn-account-logout:hover .ic {
          fill: #F18017; }

.column-content {
  padding: 32px 24px;
  background: #ffffff;
  border-radius: 8px;
  width: 100%;
  overflow: hidden; }

.product-list-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px; }
  .product-list-header .column {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.24px;
    text-transform: uppercase;
    color: #767676;
    margin-right: 40px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px; }
    .product-list-header .column .ic {
      fill: #00A0E1; }
  .product-list-header .col-select {
    margin-right: 22px; }
  .product-list-header .col-capacity {
    margin-right: 110px; }

.check {
  margin: 0; }
  .check input[type="checkbox"] {
    display: none; }
  .check .checkmark {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: #ffffff;
    border: 1px solid #E2E2E2;
    border-radius: 4px; }
  .check input[type="checkbox"]:checked + .checkmark {
    border-color: #00A0E1;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFLSURBVHgB5ZQ9S8NAHId/OdL40kITK1alvoCuohQEkQy6WewgODnZ0dGv0cnVsX4CFxEEQQcVcVNwFF9wkKKNRYuQlp75HwSKQ7y0uaV9lgskPA+X/HPal8v5S62BnesK7iouqvUmOiU/MYhi1sRkXId279T58vFbJOJWkgbDVW4UWv60zI9ef6ACO90PDaVnDkXQLhgUUnWbagNEjwfmrRicrQwOV4ejD5D8fC0N05uUhSEjfGBv0cTj5rgQBck/vUnZOHtH6EBhNoHphC5ErZG/8pWTMm69IyZ0YPfGESuJ/EhYORH4J2/PxFGyU+KahH5QVk7oQTcPHmpipQiJ/ZCsnPh3iihSuPhoS05IH3b0wSngvypZdNkHn74baIcuOIuSMQ0qYXOWAVWsZwbA9pdSULELchazFtiUN36XuTFRi0psj/QJJ7l/AdCIgTNfmuhXAAAAAElFTkSuQmCC") no-repeat center center; }
  .check input[type="checkbox"]:checked + .checkmark:after {
    display: block; }

.block-arrow {
  background: #F5FCFF;
  width: 100%;
  max-width: 743px;
  padding: 28px 32px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 24px;
  font-size: 16px;
  color: #16252F;
  line-height: 1.5;
  margin: 20px 0; }
  .block-arrow .ic {
    width: 56px;
    height: 56px;
    fill: #00A0E1; }

.report-list-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 24px; }
  .report-list-panel .panel-item.panel-item-search {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .report-list-panel .item-label {
    color: var(--black);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5; }
    .report-list-panel .item-label:not(:last-child) {
      margin-bottom: 4px; }
  .report-list-panel .btn::before {
    content: "";
    width: 16px;
    height: 16px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.88889 0.888889C8.88889 0.397969 8.49092 0 8 0C7.50908 0 7.11111 0.397969 7.11111 0.888889V7.11111H0.888889C0.39797 7.11111 0 7.50908 0 8C0 8.49092 0.39797 8.88889 0.888889 8.88889H7.11111V15.1111C7.11111 15.602 7.50908 16 8 16C8.49092 16 8.88889 15.602 8.88889 15.1111V8.88889H15.1111C15.602 8.88889 16 8.49092 16 8C16 7.50908 15.602 7.11111 15.1111 7.11111H8.88889V0.888889Z" fill="white"/></svg>') center no-repeat; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  top: 2px;
  background: rgba(0, 85, 144, 0.5);
  border: 1px solid rgba(0, 85, 144, 0.5);
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease; }
  .ui-datepicker .ui-datepicker-prev span,
  .ui-datepicker .ui-datepicker-next span {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="10" viewBox="0 0 6 10" fill="none"><path d="M1 9L5 5L1 1" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') center no-repeat; }
  @media (any-hover: hover) {
    .ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-prev:focus,
    .ui-datepicker .ui-datepicker-next:hover,
    .ui-datepicker .ui-datepicker-next:focus {
      background: #005590ff; } }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }
  .ui-datepicker .ui-datepicker-prev span {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.report-list-inner {
  overflow-x: auto; }

.report-list-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 16px;
  gap: 20px; }
  .report-list-header .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    min-height: 14px;
    color: var(--grey_content);
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.24px;
    text-transform: uppercase; }
    .report-list-header .column:not(:last-child) {
      margin-right: 20px; }
    .report-list-header .column .ic {
      fill: var(--blue);
      -ms-flex-negative: 0;
          flex-shrink: 0; }
    .report-list-header .column.col-select {
      padding: 0;
      margin: 0;
      width: 24px;
      height: 24px; }
    .report-list-header .column.col-type_of_control {
      width: 156px; }
    .report-list-header .column.col-passport_number {
      width: 128px; }
    .report-list-header .column.col-capacity {
      width: 70px; }
    .report-list-header .column.col-batch_no {
      width: 140px; }
    .report-list-header .column.col-tank_number {
      width: 104px; }
    .report-list-header .column.col-qty {
      width: 80px; }
    .report-list-header .column.col-analysis_conducted_by {
      width: 114px; }
    .report-list-header .column.col-created_date {
      width: 81px; }
    .report-list-header .column.col-actions {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      padding: 0; }
    .report-list-header .column.col-edits_qty {
      width: 116px; }
    .report-list-header .column.col-category_id {
      width: 328px; }

.report-list-wrapper {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content; }
  .report-list-wrapper .product-list:not(:last-child) {
    margin-bottom: 8px; }
  .report-list-wrapper .report-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #e9e9e9;
    background: var(--white);
    padding: 18px 20px 18px 16px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .report-list-wrapper .report-block:not(:last-child) {
      margin-bottom: 8px; }
    .report-list-wrapper .report-block.accordion-open {
      background: #f3faff;
      border-color: #f3faff; }
      .report-list-wrapper .report-block.accordion-open .report-table .action .action-icon.icon-collapse {
        -webkit-transform: rotate(-180deg);
            -ms-transform: rotate(-180deg);
                transform: rotate(-180deg);
        background-color: var(--blue);
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6" fill="none"><path d="M1 1L5 5L9 1" stroke="%23ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>'); }
    .report-list-wrapper .report-block .report-table {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 20px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      font-size: 16px;
      line-height: 1.5;
      color: var(--text); }
      .report-list-wrapper .report-block .report-table .column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
        .report-list-wrapper .report-block .report-table .column:not(:last-child) {
          margin-right: 20px; }
        .report-list-wrapper .report-block .report-table .column.col-select {
          padding: 0;
          margin: 0;
          width: 24px;
          height: 24px; }
          .report-list-wrapper .report-block .report-table .column.col-select .check {
            width: 24px;
            height: 24px; }
        .report-list-wrapper .report-block .report-table .column.col-type_of_control {
          width: 156px;
          font-weight: 500; }
        .report-list-wrapper .report-block .report-table .column.col-passport_number {
          width: 128px;
          font-weight: 500;
          color: var(--blue-2); }
        .report-list-wrapper .report-block .report-table .column.col-capacity {
          width: 70px; }
        .report-list-wrapper .report-block .report-table .column.col-batch_no {
          width: 140px;
          font-weight: 500; }
        .report-list-wrapper .report-block .report-table .column.col-tank_number {
          width: 104px; }
        .report-list-wrapper .report-block .report-table .column.col-qty {
          width: 80px; }
        .report-list-wrapper .report-block .report-table .column.col-analysis_conducted_by {
          width: 114px; }
        .report-list-wrapper .report-block .report-table .column.col-created_date {
          width: 81px; }
        .report-list-wrapper .report-block .report-table .column.col-actions {
          width: auto;
          padding: 0;
          margin-left: auto;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          gap: 20px; }
        .report-list-wrapper .report-block .report-table .column.col-edits_qty {
          width: 116px; }
        .report-list-wrapper .report-block .report-table .column.col-category_id {
          width: 328px; }
      .report-list-wrapper .report-block .report-table .action {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .report-list-wrapper .report-block .report-table .action .action-icon {
          display: block;
          width: 24px;
          height: 24px;
          -ms-flex-negative: 0;
              flex-shrink: 0;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease;
          cursor: pointer; }
          @media (any-hover: hover) {
            .report-list-wrapper .report-block .report-table .action .action-icon:hover, .report-list-wrapper .report-block .report-table .action .action-icon:focus {
              opacity: 0.8; }
              .report-list-wrapper .report-block .report-table .action .action-icon:hover.icon-collapse, .report-list-wrapper .report-block .report-table .action .action-icon:focus.icon-collapse {
                -webkit-box-shadow: inset 0 0 0 1px var(--blue-2);
                        box-shadow: inset 0 0 0 1px var(--blue-2); } }
          .report-list-wrapper .report-block .report-table .action .action-icon.icon-edit {
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><g clip-path="url(%23clip0_38_269)"><path d="M3.62987 15.0679L8.93628 20.3713L19.4973 9.80438L14.1909 4.50097L3.62987 15.0679Z" fill="%23005590"/><path d="M23.5606 3.62114L20.3789 0.439453C20.0878 0.148313 19.7069 0.00192188 19.3258 0H19.31C18.9288 0.00192188 18.5484 0.148313 18.258 0.439453L16.134 2.56059L21.4395 7.86314L23.5606 5.742C23.8518 5.45086 23.9982 5.07047 24.0001 4.68937V4.67353C23.9981 4.29262 23.8517 3.91223 23.5606 3.62114Z" fill="%23005590"/><path d="M0 24L6.894 22.4085L1.58855 17.106L0 24Z" fill="%23005590"/></g><defs><clipPath id="clip0_38_269"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>') center no-repeat; }
          .report-list-wrapper .report-block .report-table .action .action-icon.icon-certificate {
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><g clip-path="url(%23clip0_38_575)"><path d="M15.8392 16.8198L16.9366 15.0389L18.9172 14.3634L19.1366 12.2833L20.6267 10.8163L19.9183 8.84728L20.6267 6.8782L19.1367 5.41125L18.9172 3.33113L16.9367 2.65566L15.8392 0.874734L13.7633 1.12538L12 0L10.2366 1.12547L8.16075 0.874828L7.06326 2.6557L5.0827 3.33117L4.86328 5.4113L3.37317 6.87825L4.08164 8.84733L3.37317 10.8164L4.86323 12.2833L5.08265 14.3635L7.06322 15.039L8.1607 16.8198L10.2366 16.5692L12 17.6947L13.7633 16.5692L15.8392 16.8198ZM5.93297 8.84733C5.93297 5.502 8.65462 2.78034 12 2.78034C15.3453 2.78034 18.0669 5.502 18.0669 8.84733C18.0669 12.1927 15.3453 14.9143 12 14.9143C8.65462 14.9143 5.93297 12.1927 5.93297 8.84733Z" fill="%23F18017"/><path d="M11.9999 4.1875C9.43048 4.1875 7.34009 6.27789 7.34009 8.84734C7.34009 11.4168 9.43048 13.5072 11.9999 13.5072C14.5694 13.5072 16.6598 11.4168 16.6598 8.84734C16.6598 6.27789 14.5694 4.1875 11.9999 4.1875Z" fill="%23F18017"/><path d="M9.90461 18.0267L7.43524 18.3248L6.13057 16.2076L5.68703 16.0564L3.77393 22.0361L7.21807 21.8466L9.91268 24.0001L11.4984 19.0439L9.90461 18.0267Z" fill="%23F18017"/><path d="M17.8694 16.2077L16.5647 18.3248L14.0953 18.0267L12.5016 19.0439L14.0873 24.0001L16.7819 21.8466L20.226 22.0361L18.3129 16.0564L17.8694 16.2077Z" fill="%23F18017"/></g><defs><clipPath id="clip0_38_575"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>') center no-repeat; }
          .report-list-wrapper .report-block .report-table .action .action-icon.icon-collapse {
            border-radius: 50%;
            background-color: rgba(14, 111, 178, 0.04);
            background-position: center;
            background-repeat: no-repeat;
            background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="6" viewBox="0 0 10 6" fill="none"><path d="M1 1L5 5L9 1" stroke="%23005590" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>'); }
    .report-list-wrapper .report-block .report-content {
      display: none;
      padding: 16px 0 0 46px; }
    .report-list-wrapper .report-block .block-attributes {
      width: 100%;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
      gap: 4px 16px; }
      .report-list-wrapper .report-block .block-attributes .attribute-item {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 40px;
        padding: 10px 20px;
        border-radius: 6px;
        background: var(--white); }
        .report-list-wrapper .report-block .block-attributes .attribute-item::after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 4px;
          height: 100%;
          border-radius: 6px 0px 0px 6px;
          background: var(--blue-2); }
        .report-list-wrapper .report-block .block-attributes .attribute-item .item-title,
        .report-list-wrapper .report-block .block-attributes .attribute-item .item-value {
          width: 50%;
          font-size: 14px;
          font-weight: 500;
          line-height: 1.25; }
        .report-list-wrapper .report-block .block-attributes .attribute-item .item-title {
          color: var(--blue-2); }
        .report-list-wrapper .report-block .block-attributes .attribute-item .item-value {
          padding-left: 10px; }

.report-list-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 0 16px 16px;
  gap: 20px; }
  .report-list-select .select-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .report-list-select .select-item:nth-child(3) {
      margin: 0 auto; }
    .report-list-select .select-item:last-child {
      margin-left: auto; }
  .report-list-select .select-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px; }
    .report-list-select .select-message:not(:last-child) {
      margin-right: 12px; }
    .report-list-select .select-message .message-text,
    .report-list-select .select-message .message-text-unit {
      font-size: 16px;
      font-weight: 400;
      line-height: 1.5;
      color: var(--black); }
    .report-list-select .select-message .message-value {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      width: 32px;
      height: 32px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      border-radius: 50%;
      background: var(--blue);
      color: var(--white);
      font-size: 16px;
      font-weight: 500;
      line-height: 1.5; }
  .report-list-select .btn-primary::before {
    content: "";
    width: 16px;
    height: 16px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.88889 0.888889C8.88889 0.397969 8.49092 0 8 0C7.50908 0 7.11111 0.397969 7.11111 0.888889V7.11111H0.888889C0.39797 7.11111 0 7.50908 0 8C0 8.49092 0.39797 8.88889 0.888889 8.88889H7.11111V15.1111C7.11111 15.602 7.50908 16 8 16C8.49092 16 8.88889 15.602 8.88889 15.1111V8.88889H15.1111C15.602 8.88889 16 8.49092 16 8C16 7.50908 15.602 7.11111 15.1111 7.11111H8.88889V0.888889Z" fill="white"/></svg>') center no-repeat; }

.search-form {
  position: relative;
  width: 100%; }
  .search-form form {
    position: relative;
    width: 100%; }
  .search-form .form-input {
    height: 48px;
    width: 100%;
    padding: 10px 46px 10px 16px;
    border-radius: 4px;
    border: 1px solid var(--outline);
    background: var(--white);
    color: var(--text);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: border 0.3s ease;
    -o-transition: border 0.3s ease;
    transition: border 0.3s ease; }
    @media (any-hover: hover) {
      .search-form .form-input:hover, .search-form .form-input:active, .search-form .form-input:focus {
        border-color: var(--blue); } }
  .search-form .search-btn {
    position: absolute;
    top: 50%;
    right: 24px;
    width: 20px;
    height: 20px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    cursor: pointer;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><g clip-path="url(%23clip0_45_16)"><path d="M8.80758 0C3.95121 0 0 3.95121 0 8.80758C0 13.6642 3.95121 17.6152 8.80758 17.6152C13.6642 17.6152 17.6152 13.6642 17.6152 8.80758C17.6152 3.95121 13.6642 0 8.80758 0ZM8.80758 15.9892C4.8477 15.9892 1.62602 12.7675 1.62602 8.80762C1.62602 4.84773 4.8477 1.62602 8.80758 1.62602C12.7675 1.62602 15.9891 4.8477 15.9891 8.80758C15.9891 12.7675 12.7675 15.9892 8.80758 15.9892Z" fill="%23005590"/><path d="M19.7617 18.6121L15.1005 13.9509C14.7829 13.6332 14.2685 13.6332 13.9509 13.9509C13.6332 14.2682 13.6332 14.7831 13.9509 15.1005L18.6121 19.7617C18.7709 19.9205 18.9788 19.9999 19.1869 19.9999C19.3948 19.9999 19.6029 19.9205 19.7617 19.7617C20.0794 19.4444 20.0794 18.9295 19.7617 18.6121Z" fill="%23005590"/></g><defs><clipPath id="clip0_45_16"><rect width="20" height="20" fill="white"/></clipPath></defs></svg>') center no-repeat;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
    @media (any-hover: hover) {
      .search-form .search-btn:hover, .search-form .search-btn:focus {
        opacity: 0.6; } }

.certificate-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  height: 48px;
  padding: 10px 24px;
  color: #f18017;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.28px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 4px;
  border: 1px solid #f18017;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .certificate-link::before {
    content: "";
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 24px;
    height: 24px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><g clip-path="url(%23clip0_38_575)"><path d="M15.8392 16.8198L16.9366 15.0389L18.9172 14.3634L19.1366 12.2833L20.6267 10.8163L19.9183 8.84728L20.6267 6.8782L19.1367 5.41125L18.9172 3.33113L16.9367 2.65566L15.8392 0.874734L13.7633 1.12538L12 0L10.2366 1.12547L8.16075 0.874828L7.06326 2.6557L5.0827 3.33117L4.86328 5.4113L3.37317 6.87825L4.08164 8.84733L3.37317 10.8164L4.86323 12.2833L5.08265 14.3635L7.06322 15.039L8.1607 16.8198L10.2366 16.5692L12 17.6947L13.7633 16.5692L15.8392 16.8198ZM5.93297 8.84733C5.93297 5.502 8.65462 2.78034 12 2.78034C15.3453 2.78034 18.0669 5.502 18.0669 8.84733C18.0669 12.1927 15.3453 14.9143 12 14.9143C8.65462 14.9143 5.93297 12.1927 5.93297 8.84733Z" fill="%23F18017"/><path d="M11.9999 4.1875C9.43048 4.1875 7.34009 6.27789 7.34009 8.84734C7.34009 11.4168 9.43048 13.5072 11.9999 13.5072C14.5694 13.5072 16.6598 11.4168 16.6598 8.84734C16.6598 6.27789 14.5694 4.1875 11.9999 4.1875Z" fill="%23F18017"/><path d="M9.90461 18.0267L7.43524 18.3248L6.13057 16.2076L5.68703 16.0564L3.77393 22.0361L7.21807 21.8466L9.91268 24.0001L11.4984 19.0439L9.90461 18.0267Z" fill="%23F18017"/><path d="M17.8694 16.2077L16.5647 18.3248L14.0953 18.0267L12.5016 19.0439L14.0873 24.0001L16.7819 21.8466L20.226 22.0361L18.3129 16.0564L17.8694 16.2077Z" fill="%23F18017"/></g><defs><clipPath id="clip0_38_575"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>') center no-repeat;
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease; }
  .certificate-link:active, .certificate-link:focus {
    text-decoration: none; }
  @media (any-hover: hover) {
    .certificate-link:hover, .certificate-link:focus {
      -webkit-box-shadow: 0 0 10px 1px rgba(0, 160, 255, 0.4);
              box-shadow: 0 0 10px 1px rgba(0, 160, 255, 0.4);
      color: var(--blue);
      border-color: var(--blue);
      text-decoration: none; }
      .certificate-link:hover::before, .certificate-link:focus::before {
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><g clip-path="url(%23clip0_38_575)"><path d="M15.8392 16.8198L16.9366 15.0389L18.9172 14.3634L19.1366 12.2833L20.6267 10.8163L19.9183 8.84728L20.6267 6.8782L19.1367 5.41125L18.9172 3.33113L16.9367 2.65566L15.8392 0.874734L13.7633 1.12538L12 0L10.2366 1.12547L8.16075 0.874828L7.06326 2.6557L5.0827 3.33117L4.86328 5.4113L3.37317 6.87825L4.08164 8.84733L3.37317 10.8164L4.86323 12.2833L5.08265 14.3635L7.06322 15.039L8.1607 16.8198L10.2366 16.5692L12 17.6947L13.7633 16.5692L15.8392 16.8198ZM5.93297 8.84733C5.93297 5.502 8.65462 2.78034 12 2.78034C15.3453 2.78034 18.0669 5.502 18.0669 8.84733C18.0669 12.1927 15.3453 14.9143 12 14.9143C8.65462 14.9143 5.93297 12.1927 5.93297 8.84733Z" fill="%2300A0E1"/><path d="M11.9999 4.1875C9.43048 4.1875 7.34009 6.27789 7.34009 8.84734C7.34009 11.4168 9.43048 13.5072 11.9999 13.5072C14.5694 13.5072 16.6598 11.4168 16.6598 8.84734C16.6598 6.27789 14.5694 4.1875 11.9999 4.1875Z" fill="%2300A0E1"/><path d="M9.90461 18.0267L7.43524 18.3248L6.13057 16.2076L5.68703 16.0564L3.77393 22.0361L7.21807 21.8466L9.91268 24.0001L11.4984 19.0439L9.90461 18.0267Z" fill="%2300A0E1"/><path d="M17.8694 16.2077L16.5647 18.3248L14.0953 18.0267L12.5016 19.0439L14.0873 24.0001L16.7819 21.8466L20.226 22.0361L18.3129 16.0564L17.8694 16.2077Z" fill="%2300A0E1"/></g><defs><clipPath id="clip0_38_575"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>') center no-repeat; } }

.page-history .panel-item-select {
  width: 36%;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.page-history .report-list-wrapper .report-block .report-content {
  padding-left: 0;
  display: none; }

.page-certificates .form-control-wrapper {
  height: 48px; }
  .page-certificates .form-control-wrapper .form-control {
    height: 100%; }

.page-certificates .block-title {
  max-width: 462px; }

.page-certificates .text-formatted {
  max-width: 462px; }

.form-select-wrapper select {
  display: none; }

.form-select-wrapper .select {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 240px;
  width: 100%;
  height: 48px;
  border-radius: 4px; }
  @media (max-width: 1440px) {
    .form-select-wrapper .select {
      min-width: 200px; } }

.form-select-wrapper .custom-select {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 12px 40px 12px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--text);
  border-radius: 4px;
  border: 1px solid #e2e2e2;
  background: #ffffff;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  cursor: pointer;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  word-break: break-word; }
  .form-select-wrapper .custom-select::after {
    content: "";
    position: absolute;
    right: 11px;
    top: 11px;
    width: 24px;
    display: block;
    height: 24px;
    border-radius: 100%;
    background: url("../images/arrow-select.svg");
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    pointer-events: none; }
  .form-select-wrapper .custom-select:active, .form-select-wrapper .custom-select.active {
    border-color: var(--blue); }
    .form-select-wrapper .custom-select:active::after, .form-select-wrapper .custom-select.active::after {
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }
  .form-select-wrapper .custom-select:hover::after {
    color: #f39c12; }

.form-select-wrapper .select-options {
  display: none;
  max-height: 206px;
  overflow-y: auto;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  padding: 0;
  margin: 0;
  list-style: none;
  color: var(--text);
  background-color: var(--white);
  border-radius: 0px 0px 4px 4px;
  border: 1px solid var(--outline);
  -webkit-box-shadow: 0 2px 5px #bdbdbd;
          box-shadow: 0 2px 5px #bdbdbd;
  scrollbar-color: var(--grey) var(--blue);
  scrollbar-width: thin; }
  .form-select-wrapper .select-options li {
    padding: 8px 10px;
    color: var(--text);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    cursor: pointer;
    -webkit-transition: color 0.3s ease, background 0.3s ease;
    -o-transition: color 0.3s ease, background 0.3s ease;
    transition: color 0.3s ease, background 0.3s ease; }
    .form-select-wrapper .select-options li:not(:last-child) {
      border-bottom: 1px solid var(--outline); }
    .form-select-wrapper .select-options li.current {
      background: var(--blue);
      color: var(--white); }
    @media (any-hover: hover) {
      .form-select-wrapper .select-options li:hover, .form-select-wrapper .select-options li:focus {
        background: var(--blue);
        color: var(--white); } }
  .form-select-wrapper .select-options li[rel="hide"] {
    display: none; }
  .form-select-wrapper .select-options::-webkit-scrollbar {
    width: 5px;
    border-radius: 2px;
    background-color: var(--grey); }
  .form-select-wrapper .select-options::-webkit-scrollbar-track {
    background: var(--grey); }
  .form-select-wrapper .select-options::-webkit-scrollbar-thumb {
    background: var(--blue);
    border-radius: 4px; }

.data-picker {
  height: 48px;
  border-radius: 4px;
  border: 1px solid #E2E2E2;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 260px;
  padding: 0 12px;
  gap: 5px; }
  .data-picker input {
    width: 100%;
    border: 0;
    outline: none;
    font-size: 16px; }
  .data-picker .picker-date-trigger {
    background: transparent;
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 24px;
    height: 24px; }
    .data-picker .picker-date-trigger:focus {
      outline: none; }
    .data-picker .picker-date-trigger svg.ic {
      fill: #00A0E1;
      min-width: 24px;
      height: 24px; }

.record-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .record-menu.record-menu-active {
    opacity: 1;
    visibility: visible; }
    .record-menu.record-menu-active .record-menu-modal {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0);
      visibility: visible; }
  .record-menu .record-menu-modal {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 48%;
    background: var(--white);
    padding: 40px 64px;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    overflow-y: auto;
    scrollbar-color: var(--grey) var(--blue);
    scrollbar-width: thin; }
    .record-menu .record-menu-modal::-webkit-scrollbar {
      width: 5px;
      border-radius: 2px;
      background-color: var(--grey); }
    .record-menu .record-menu-modal::-webkit-scrollbar-track {
      background: var(--grey); }
    .record-menu .record-menu-modal::-webkit-scrollbar-thumb {
      background: var(--blue);
      border-radius: 4px; }
    .record-menu .record-menu-modal .modal-footer {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border: none;
      padding: 0; }
  .record-menu .record-menu-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 24px; }
    .record-menu .record-menu-header:not(:last-child) {
      border-bottom: 1px solid #ececec;
      margin-bottom: 24px; }
  .record-menu .record-menu-title {
    color: var(--text);
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2; }
    .record-menu .record-menu-title:not(:last-child) {
      margin-bottom: 4px; }
  .record-menu .record-menu-title-secondary {
    color: var(--blue);
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2; }
  .record-menu .record-menu-body:not(:last-child) {
    margin-bottom: 20px; }
  .record-menu .form-wrapper .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 24px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-right: -32px; }
    .record-menu .form-wrapper .form-row:not(:last-child) {
      margin-bottom: 24px; }
  .record-menu .form-wrapper .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100%;
    margin: 0;
    padding-right: 32px; }
    .record-menu .form-wrapper .form-group:not(:last-child) {
      width: 50%;
      margin-bottom: 0; }
    .record-menu .form-wrapper .form-group:last-child {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; }
  .record-menu .form-wrapper .form-controls {
    margin-top: auto; }
  .record-menu .form-wrapper .form-control-wrapper,
  .record-menu .form-wrapper .form-select-wrapper {
    border-radius: 4px;
    border: 1px solid var(--outline);
    background: var(--white);
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .record-menu .form-wrapper .form-control-wrapper .form-control,
    .record-menu .form-wrapper .form-select-wrapper .form-control {
      border: none;
      padding: 10px 16px;
      margin: 0; }
    .record-menu .form-wrapper .form-control-wrapper .select,
    .record-menu .form-wrapper .form-select-wrapper .select {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      min-width: auto; }
      .record-menu .form-wrapper .form-control-wrapper .select .custom-select,
      .record-menu .form-wrapper .form-select-wrapper .select .custom-select {
        top: 1px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: calc(100% - 2px);
        border-color: transparent;
        background: #fafafa; }
      .record-menu .form-wrapper .form-control-wrapper .select:last-child,
      .record-menu .form-wrapper .form-select-wrapper .select:last-child {
        width: 100%; }
        .record-menu .form-wrapper .form-control-wrapper .select:last-child .custom-select,
        .record-menu .form-wrapper .form-select-wrapper .select:last-child .custom-select {
          border-color: transparent;
          background: transparent; }
    .record-menu .form-wrapper .form-control-wrapper .form-select-number,
    .record-menu .form-wrapper .form-select-wrapper .form-select-number {
      width: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      padding: 10px 24px; }
    .record-menu .form-wrapper .form-control-wrapper .form-control-unit,
    .record-menu .form-wrapper .form-select-wrapper .form-control-unit {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 100%;
      width: 38%;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      border-radius: 0px 3px 3px 0px;
      background: #fafafa;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.5;
      color: var(--grey_content); }
    .record-menu .form-wrapper .form-control-wrapper .form-control-value,
    .record-menu .form-wrapper .form-select-wrapper .form-control-value {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      height: 100%;
      padding: 10px 16px;
      background: #fafafa;
      font-size: 16px;
      line-height: 1.5; }
      .record-menu .form-wrapper .form-control-wrapper .form-control-value strong,
      .record-menu .form-wrapper .form-select-wrapper .form-control-value strong {
        margin-right: 4px;
        font-weight: 500;
        color: var(--blue); }
    .record-menu .form-wrapper .form-control-wrapper .form-control-button,
    .record-menu .form-wrapper .form-select-wrapper .form-control-button {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      height: 40px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      padding: 8px 16px;
      margin-right: 3px;
      background: var(--blue);
      border-radius: 4px;
      color: var(--white);
      font-size: 14px;
      font-weight: 500;
      line-height: 150%;
      -webkit-transition: background 0.3s ease;
      -o-transition: background 0.3s ease;
      transition: background 0.3s ease; }
      @media (any-hover: hover) {
        .record-menu .form-wrapper .form-control-wrapper .form-control-button:hover, .record-menu .form-wrapper .form-control-wrapper .form-control-button:focus,
        .record-menu .form-wrapper .form-select-wrapper .form-control-button:hover,
        .record-menu .form-wrapper .form-select-wrapper .form-control-button:focus {
          background: var(--blue-2); } }
    .record-menu .form-wrapper .form-control-wrapper.form-control-data,
    .record-menu .form-wrapper .form-select-wrapper.form-control-data {
      background: #fafafa; }
    .record-menu .form-wrapper .form-control-wrapper .create-to,
    .record-menu .form-wrapper .form-select-wrapper .create-to {
      padding: 10px 16px;
      border: none;
      width: 100%;
      border-radius: 4px;
      background: #fafafa;
      outline: none;
      -webkit-box-shadow: none;
              box-shadow: none; }
  .record-menu .record-menu-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.certificate {
  width: 100%;
  background: #ffffff; }
  .certificate .certificate__container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto; }
  .certificate .certificate__wrap {
    width: 100%;
    padding: 16px 16px 24px;
    border: 1px solid #005590; }
  .certificate .certificate__header {
    display: block;
    margin-bottom: 50px;
    width: 100%; }
  .certificate .certificate__heading {
    display: inline-block;
    min-height: 224px;
    margin-top: 6px;
    font-size: 24px;
    color: #005590;
    line-height: 1.2;
    vertical-align: top; }
  .certificate .certificate__title {
    padding: 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 60px; }
    .certificate .certificate__title span {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
    .certificate .certificate__title .quality-passport {
      max-width: 150px;
      padding: 0 20px;
      text-align: center;
      font-weight: 400;
      font-size: 50px;
      border-bottom: 1px solid #000000; }
  .certificate .certificate__body {
    padding: 0 20px;
    margin-bottom: 50px; }
  .certificate .certificate__text {
    font-size: 24px;
    line-height: 1.2;
    color: #000000; }
    .certificate .certificate__text span {
      padding: 0 20px;
      margin-left: 20px;
      border-bottom: 1px solid #000000; }
  .certificate .certificate__table {
    margin-bottom: 70px; }
    .certificate .certificate__table table {
      border-collapse: collapse;
      width: 100%;
      border: 1px solid #000000; }
      .certificate .certificate__table table thead th {
        padding: 16px;
        background: rgba(0, 0, 0, 0.2);
        font-size: 16px;
        line-height: 1.2;
        font-weight: 400;
        text-align: center;
        border: 1px solid #000000; }
      .certificate .certificate__table table tr {
        background: #ffffff; }
      .certificate .certificate__table table td {
        padding: 16px;
        font-size: 16px;
        line-height: 1.2;
        font-weight: 400;
        text-align: center;
        border: 1px solid #000000; }
        .certificate .certificate__table table td:nth-child(2) {
          text-align: left; }
  .certificate .certificate__requirements {
    max-width: 50%;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 400;
    color: #000000;
    margin-bottom: 50px; }
    .certificate .certificate__requirements strong {
      font-weight: 700; }
    .certificate .certificate__requirements span {
      display: block; }
  .certificate .certificate__bg-decor {
    width: 100%;
    height: 50px;
    background: #005590;
    margin-bottom: 70px; }
  .certificate .certificate__footer {
    padding: 0 30px; }
    .certificate .certificate__footer .certificate__text {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
      .certificate .certificate__footer .certificate__text span {
        width: auto; }
      .certificate .certificate__footer .certificate__text:last-child {
        margin-left: auto;
        padding-left: 20px;
        float: right; }

.certificate-top {
  display: inline-block;
  text-align: right;
  float: right; }
  .certificate-top .certificate-top__logo {
    width: 263px;
    height: 132px;
    margin-left: auto;
    background-image: url("../images/logo/big-on-main.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
  .certificate-top .certificate-top__name {
    padding-top: 8px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    color: #005590; }
  .certificate-top .certificate-top__address,
  .certificate-top .certificate-top__fax {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #005590; }

.certificate-info {
  margin-bottom: 30px; }
  .certificate-info .certificate-info__title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 30px; }
  .certificate-info .certificate-info__wrap {
    padding-bottom: 40px;
    border-bottom: 1px solid #000000; }
  .certificate-info .certificate-info__row {
    gap: 20px;
    margin-bottom: 16px; }
    .certificate-info .certificate-info__row.column-two .certificate__text {
      display: inline-block; }
      .certificate-info .certificate-info__row.column-two .certificate__text:first-child {
        display: inline-block; }
      .certificate-info .certificate-info__row.column-two .certificate__text:last-child {
        display: inline-block;
        padding: 0 20px;
        float: right; }
      .certificate-info .certificate-info__row.column-two .certificate__text span {
        padding: 0 20px;
        margin-left: 20px;
        border-bottom: 1px solid #000000; }

.line-decor {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-bottom: 1px solid #000000; }

.section-comparison-scrollbar {
  position: sticky;
  z-index: 10;
  left: 0;
  top: 0;
  padding: 0;
  margin-bottom: 30px;
  background: #f3f7ff; }
  .section-comparison-scrollbar .compare-scroll {
    width: 100%;
    overflow: hidden;
    height: 1px; }
  .section-comparison-scrollbar .compare-scroll-wrap {
    overflow: auto;
    scrollbar-color: var(--grey) var(--blue);
    scrollbar-width: thin; }
    .section-comparison-scrollbar .compare-scroll-wrap::-webkit-scrollbar {
      background: #91b1f4;
      width: 3px;
      top: 0;
      position: absolute; }
    .section-comparison-scrollbar .compare-scroll-wrap::-webkit-scrollbar-track {
      background: #ffffff;
      width: 3px;
      top: 0;
      position: absolute; }
    .section-comparison-scrollbar .compare-scroll-wrap::-webkit-scrollbar-thumb {
      background: #91b1f4;
      width: 3px;
      top: 0;
      position: absolute; }

.compare-bottom-scroll-hide {
  position: relative;
  width: 100%; }
  .compare-bottom-scroll-hide:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    background: #f3f7ff;
    height: 30px;
    left: 0;
    width: 100%;
    bottom: 100%; }

.section-comparison {
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px; }
  .section-comparison.touch:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .section-comparison .compare-product-head {
    margin-bottom: 40px; }
  .section-comparison .compare-warning {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #ffffff;
    padding: 16px 16px 20px 18px;
    border-radius: 5px; }
    .section-comparison .compare-warning p {
      margin: 0 0 16px;
      font-size: 15px;
      line-height: 18px;
      color: #333333; }
  .section-comparison .product-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    background: #ffffff;
    padding: 16px 16px 20px 18px;
    border-radius: 5px; }
    .section-comparison .product-main .product-image {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0 16px 0 0;
      max-width: 104px; }
      .section-comparison .product-main .product-image img {
        display: block;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center; }
    .section-comparison .product-main .product-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: calc(100% - 120px); }
      .section-comparison .product-main .product-info .product-title {
        font-size: 15px;
        line-height: 18px;
        font-weight: 700;
        color: #333333;
        max-width: 300px;
        margin: 0 0 10px;
        padding-right: 30px; }
      .section-comparison .product-main .product-info .rating {
        margin: 0 0 13px; }
      .section-comparison .product-main .product-info .price {
        font-size: 25px;
        line-height: 29px;
        font-weight: 700; }
      .section-comparison .product-main .product-info .product-footer {
        margin-top: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
    .section-comparison .product-main .js-close {
      position: absolute;
      right: 17px;
      top: 17px; }
  .section-comparison .compare-attribute-row {
    padding-bottom: 7px;
    border-bottom: 1px dashed rgba(51, 51, 51, 0.2);
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #333333;
    margin-top: 32px;
    margin-bottom: 32px; }
    .section-comparison .compare-attribute-row span {
      display: inline-block;
      position: sticky;
      left: 0; }
  .section-comparison .compare-product {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #999999;
    margin-bottom: 16px; }
  .section-comparison .compare-value {
    font-size: 14px;
    line-height: 17px;
    color: #333333; }

.comparison-heading .comparison-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.comparison-heading .buttons-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .comparison-heading .buttons-wrap .btn-show-differences {
    margin-left: 30px; }

.comparison-heading .add-model {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .comparison-heading .add-model .text {
    font-size: 14px;
    line-height: 17px;
    margin: 0 16px 0 0;
    color: #333333;
    opacity: 0.5; }
  .comparison-heading .add-model .icon {
    background: #16252F;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 34px;
    min-height: 34px; }

.comparison-heading .btn-show-differences {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer; }
  .comparison-heading .btn-show-differences .text {
    font-size: 14px;
    line-height: 17px;
    margin: 0 16px 0 0;
    color: #333333;
    opacity: 0.5;
    min-width: 130px;
    text-align: right; }
  .comparison-heading .btn-show-differences .icons {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    border-radius: 2px;
    overflow: hidden; }
  .comparison-heading .btn-show-differences .icon {
    width: 34px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    background: #ffffff;
    border: 1px solid #e3e8f3; }
  .comparison-heading .btn-show-differences:not(.active) .text._differences {
    display: none; }
  .comparison-heading .btn-show-differences:not(.active) .icon._differences {
    border-color: #16252F;
    background: #16252F; }
  .comparison-heading .btn-show-differences.active .text._all {
    display: none; }
  .comparison-heading .btn-show-differences.active .icon._all {
    border-color: #16252F;
    background: #16252F; }

.comparison-nav {
  margin: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .comparison-nav .nav-toggle {
    padding: 10px 15px;
    text-transform: none;
    border: 1px solid rgba(51, 51, 51, 0.2);
    min-height: 45px;
    font-size: 22px;
    line-height: 1.3; }
    .comparison-nav .nav-toggle .count {
      margin-left: 10px;
      color: #1561ff; }
    .comparison-nav .nav-toggle.sub-in:after {
      content: "";
      width: 30px;
      height: 30px;
      background: url("../images/blue-arr-down.svg") no-repeat center;
      background-size: 20px;
      margin-left: 10px; }
  .comparison-nav .nav-menu {
    display: none;
    background: white;
    border: 1px solid rgba(51, 51, 51, 0.2);
    margin-top: -1px; }
    .comparison-nav .nav-menu .nav-item {
      display: block;
      padding: 10px 0;
      margin: 0 15px;
      font-size: 16px; }
      .comparison-nav .nav-menu .nav-item:not(:last-child) {
        border-bottom: 1px dashed rgba(51, 51, 51, 0.2); }
      @media (pointer: fine) {
        .comparison-nav .nav-menu .nav-item:hover {
          color: #16252F; } }
  .comparison-nav.active .nav-toggle.sub-in:after {
    background: url("../images/close-ico.svg") no-repeat center;
    background-size: 18px; }
  .comparison-nav.active .nav-menu {
    display: block; }
  @media (max-width: 767px) {
    .comparison-nav .nav-toggle {
      font-size: 16px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.section-comparison .viewport-padding {
  min-width: calc((100% - 1170px) / 2); }

.section-comparison .compare-attribute-row span {
  left: calc((100% - 1170px) / 2);
  max-width: 1170px; }

.section-comparison .compare-row > * {
  width: 570px; }
  .section-comparison .compare-row > *:not(:first-child) {
    margin-left: 30px; }

@media (max-width: 1229px) {
  .section-comparison .viewport-padding {
    min-width: calc((100% - 930px) / 2); }
  .section-comparison .compare-attribute-row span {
    left: calc((100% - 930px) / 2);
    max-width: 930px; }
  .section-comparison .compare-row > * {
    width: 450px; }
    .section-comparison .compare-row > *:not(:first-child) {
      margin-left: 30px; } }

@media (max-width: 991px) {
  .section-comparison .viewport-padding {
    min-width: calc((100% - 690px) / 2); }
  .section-comparison .compare-attribute-row span {
    left: calc((100% - 690px) / 2);
    max-width: 690px; }
  .section-comparison .compare-row > * {
    width: 335px; }
    .section-comparison .compare-row > *:not(:first-child) {
      margin-left: 20px; } }

@media (max-width: 767px) {
  .section-comparison .viewport-padding {
    min-width: calc((100% - 510px) / 2); }
  .section-comparison .compare-attribute-row span {
    left: calc((100% - 510px) / 2);
    max-width: 510px; }
  .section-comparison .compare-row > * {
    width: 250px; }
    .section-comparison .compare-row > *:not(:first-child) {
      margin-left: 10px; } }

@media (max-width: 575px) {
  .section-comparison .viewport-padding {
    min-width: 15px; }
  .section-comparison .compare-attribute-row span {
    left: 15px;
    max-width: calc(100vw - 30px); }
  .section-comparison .compare-row > * {
    width: 250px; }
    .section-comparison .compare-row > *:not(:first-child) {
      margin-left: 10px; } }

@media (max-width: 991px) {
  .section-comparison .product-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .section-comparison .product-main .product-image {
      height: 103px;
      margin: 0 0 24px; }
    .section-comparison .product-main .product-info {
      width: 100%; }
      .section-comparison .product-main .product-info .product-title {
        padding-right: 0; }
  .section-comparison .compare-attribute-row {
    font-size: 18px;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 20px; }
  .comparison-heading .comparison-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .comparison-heading .buttons-wrap {
    width: 100%;
    margin-top: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .section-comparison-scrollbar {
    display: none; } }

@media (max-width: 767px) {
  .section-comparison .product-main {
    padding: 39px 6px 10px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .section-comparison .product-main .product-info .product-title {
      font-size: 12px;
      line-height: 15px;
      margin: 0 0 17px;
      min-height: 30px;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
    .section-comparison .product-main .product-info .rating {
      margin: 0 0 9px; }
    .section-comparison .product-main .product-info .price {
      font-size: 16px;
      line-height: 20px;
      margin: 0 0 8px; }
    .section-comparison .product-main .product-info .product-footer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .section-comparison .product-main .product-info .product-footer .btn-blue__small {
        width: 100%; }
    .section-comparison .product-main .js-close {
      right: 9px;
      top: 9px; }
      .section-comparison .product-main .js-close img {
        max-width: 14px; }
  .section-comparison .compare-warning {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0 6px 10px; }
    .section-comparison .compare-warning .btn-blue__small {
      width: 100%; }
    .section-comparison .compare-warning p {
      text-align: center;
      margin: 0 0 121px; }
  .section-comparison .compare-attribute-row {
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    margin-bottom: 10px; }
  .section-comparison .compare-product {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 10px; }
  .comparison-heading .buttons-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .comparison-heading .buttons-wrap .add-model {
      margin: 0 0 15px; }
    .comparison-heading .buttons-wrap .btn-show-differences {
      margin: 0; } }

.product-block {
  padding: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 3px #bebebe;
          box-shadow: 0 2px 3px #bebebe; }
  .product-block .product-img-wrap {
    display: block;
    position: relative;
    margin-bottom: 10px; }
    .product-block .product-img-wrap img, .product-block .product-img-wrap picture {
      display: block; }
  .product-block .product-title {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px; }
  .product-block .product-sku .product-sku-title {
    color: #bdbdbd; }
  .product-block .product-sku .product-sku-value {
    color: #3d3d3d;
    text-transform: uppercase; }

.product-stickers {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px; }
  .product-stickers.stickers-top-left {
    top: 5px;
    left: 5px; }
  .product-stickers.stickers-top-right {
    top: 5px;
    right: 5px; }
  .product-stickers.stickers-bottom-left {
    bottom: 5px;
    left: 5px; }
  .product-stickers.stickers-bottom-right {
    bottom: 5px;
    right: 5px; }
  .product-stickers .label {
    padding: 2px 5px;
    border-radius: 2px;
    text-align: center;
    color: white; }
    .product-stickers .label.label-is_new {
      background: blue; }
    .product-stickers .label.label-is_top {
      background: orange; }
    .product-stickers .label.label-is_sale {
      background: orangered; }
    .product-stickers .label.label-is_recommended {
      background: yellowgreen; }
    .product-stickers .label.label-is_exclusive {
      background: mediumpurple; }
    .product-stickers .label.label-is_used_equipment {
      background: darkslategray; }

.category-page-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(250px, 300px) 1fr;
  grid-template-columns: minmax(250px, 300px) 1fr;
  gap: 30px; }
  .category-page-grid .catalog-product-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 30px; }
    @media (max-width: 767.98px) {
      .category-page-grid .catalog-product-grid {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 575.98px) {
      .category-page-grid .catalog-product-grid {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr); } }

.catalog-sorting-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px; }
  .catalog-sorting-wrap .sorting-title {
    text-transform: uppercase; }

.catalog-sorting-wrap.catalog-sorting-inline .sorting-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px; }

.catalog-sorting-wrap.catalog-sorting-inline .sorting-btn {
  cursor: pointer; }
  .catalog-sorting-wrap.catalog-sorting-inline .sorting-btn.active {
    font-weight: bold;
    text-decoration: underline; }

.page-contacts .contacts-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px; }
  .page-contacts .contacts-wrap .contacts-info .info-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px; }
    .page-contacts .contacts-wrap .contacts-info .info-title .ic-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 30px;
      height: 30px;
      color: #FFFFFF;
      background: #24084e;
      border-radius: 100%; }
  .page-contacts .contacts-wrap .contacts-info .info-content {
    margin-top: 5px; }
  .page-contacts .contacts-wrap .contacts-info.phones .info-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

.user-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 24px;
  border-bottom: 1px solid #17649A; }
  .user-panel .user-panel-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .user-panel .user-avatar img {
    display: block;
    width: 64px;
    min-width: 64px;
    height: 64px;
    max-height: 64px;
    border-radius: 100%; }
  .user-panel .user-name {
    font-size: 24px;
    font-weight: 500;
    color: #ffffff; }
  .user-panel .user-type {
    color: #91BDDB;
    font-size: 16px;
    line-height: 150%; }
  .user-panel .user-panel-settings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 18px; }
  .user-panel .settings-option .ic {
    fill: #ffffff;
    width: 24px;
    height: 24px; }
  .user-panel .settings-option-notification {
    position: relative; }
    .user-panel .settings-option-notification .ic {
      fill: #ffffff;
      width: 24px;
      height: 24px; }
    .user-panel .settings-option-notification .notification-num {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      color: #FFF;
      font-size: 12px;
      font-style: normal;
      font-weight: 500;
      letter-spacing: 0.24px;
      text-transform: uppercase;
      background: #F18017;
      width: 20px;
      height: 20px;
      border-radius: 100%;
      position: absolute;
      z-index: 2;
      top: -10px;
      right: -10px; }
