

/* Start:/local/templates/main/assets/styles/plugins/logicloud/loader.css?17253692769710*/
form .btn {
  position: relative; }
  form .btn span {
    display: block;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    height: 100%; }
  form .btn span.text {
    opacity: 1;
    color: #fff;
    white-space: nowrap;
    width: fit-content;
    transition: 0.4s;
    position: relative;
    margin: 0; }
  form .btn span.loader {
    display: flex;
    width: 30%;
    transition: 0.4s;
    opacity: 0;
    top: calc(50% - 2px);
    position: relative; }
    form .btn span.loader span {
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: #fff;
      margin: 1px;
      left: 0;
      position: relative;
      transition: 0.4s;
      animation-duration: 3s;
      animation-iteration-count: infinite;
      animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      animation-play-state: paused; }
    form .btn span.loader span:nth-child(1) {
      animation-name: loaderFirstBool; }
    form .btn span.loader span:nth-child(2) {
      animation-name: loaderSecondBool; }
    form .btn span.loader span:nth-child(3) {
      animation-name: loaderThirdBool; }
    form .btn span.loader span:nth-child(4) {
      animation-name: loaderFourthBool; }
    form .btn span.loader span:nth-child(5) {
      animation-name: loaderFifthBool; }
  form .btn.active span.text {
    opacity: 0; }
  form .btn.active span.loader {
    opacity: 1; }
    form .btn.active span.loader span {
      animation-play-state: running; }
form .btn:hover span.text {
  color: #ffffff; }
form .btn:hover span.loader span {
  background: #ffffff; }

.pagination-block {
  position: relative; }
  .pagination-block a.more {
    transition: 0.4s;
    opacity: 1; }
    .pagination-block a.more span {
      display: block;
      width: 100%;
      margin: 0 auto;
      position: absolute;
      pointer-events: none;
      top: 0;
      left: 0;
      height: 100%; }
    .pagination-block a.more span.text {
      opacity: 1;
      color: #000;
      white-space: nowrap;
      width: fit-content;
      transition: 0.4s;
      position: relative; }
    .pagination-block a.more:hover span.text {
      color: #264796; }
    .pagination-block a.more span.loader {
      display: flex;
      width: 30%;
      transition: 0.4s;
      opacity: 0;
      top: calc(50% - 12px);
      position: relative; }
      .pagination-block a.more span.loader span {
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: #264796;
        margin: 1px;
        left: 0;
        position: relative;
        transition: 0.4s;
        animation-duration: 3s;
        animation-iteration-count: infinite;
        animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        animation-play-state: paused; }
      .pagination-block a.more span.loader span:nth-child(1) {
        animation-name: loaderFirstBool; }
      .pagination-block a.more span.loader span:nth-child(2) {
        animation-name: loaderSecondBool; }
      .pagination-block a.more span.loader span:nth-child(3) {
        animation-name: loaderThirdBool; }
      .pagination-block a.more span.loader span:nth-child(4) {
        animation-name: loaderFourthBool; }
      .pagination-block a.more span.loader span:nth-child(5) {
        animation-name: loaderFifthBool; }
    .pagination-block a.more.active span.text {
      opacity: 0; }
    .pagination-block a.more.active span.loader {
      opacity: 1; }
      .pagination-block a.more.active span.loader span {
        animation-play-state: running; }
  .pagination-block div.loader {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    pointer-events: none; }
    .pagination-block div.loader span {
      display: block;
      width: 30%;
      margin: 0 auto;
      position: relative;
      pointer-events: none; }
    .pagination-block div.loader span.text {
      opacity: 1;
      white-space: nowrap;
      width: fit-content;
      transition: 0.4s; }
    .pagination-block div.loader span.loader {
      display: flex;
      width: 30%;
      transition: 0.4s;
      opacity: 0;
      top: calc(50% - 2px); }
      .pagination-block div.loader span.loader span {
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: #264796;
        margin: 1px;
        left: 0;
        position: relative;
        transition: 0.4s;
        animation-duration: 3s;
        animation-iteration-count: infinite;
        animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        animation-play-state: paused; }
      .pagination-block div.loader span.loader span:nth-child(1) {
        animation-name: loaderFirstBool; }
      .pagination-block div.loader span.loader span:nth-child(2) {
        animation-name: loaderSecondBool; }
      .pagination-block div.loader span.loader span:nth-child(3) {
        animation-name: loaderThirdBool; }
      .pagination-block div.loader span.loader span:nth-child(4) {
        animation-name: loaderFourthBool; }
      .pagination-block div.loader span.loader span:nth-child(5) {
        animation-name: loaderFifthBool; }
  .pagination-block .pagination {
    opacity: 1;
    transition: 0.4s; }
  .pagination-block.active .pagination {
    opacity: 0; }
  .pagination-block.active .more {
    opacity: 0; }
  .pagination-block.active div.loader span.text {
    opacity: 0; }
  .pagination-block.active div.loader span.loader {
    opacity: 1; }
    .pagination-block.active div.loader span.loader span {
      animation-play-state: running; }

.search-loader {
  transition: 0.4s; }
  .search-loader::before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    border: solid 2px #264796;
    border-radius: 50%;
    transition: all 400ms ease-in-out;
    right: 50px;
    top: 10px;
    opacity: 0.6; }
  .search-loader::after {
    content: '';
    background: #F5F7FB;
    width: 4px;
    height: 15px;
    right: 55px;
    top: 10px;
    position: absolute;
    transition: all 400ms ease-in-out;
    animation: rotateLine;
    animation-iteration-count: infinite;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    opacity: 1; }

.custom-loader-container {
  width: 300px;
  height: 300px;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  display: none; }
  .custom-loader-container.active {
    display: flex; }
  .custom-loader-container .custom-loader {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 8px solid #E4E4ED;
    border-right-color: #264796;
    animation: spinner-border 1s infinite linear;
    margin: 0 auto; }

@keyframes spinner-border {
  to {
    transform: rotate(1turn); } }
.big-loader {
  width: 300px;
  height: 300px;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  display: none; }
  .big-loader.active {
    display: flex; }
  .big-loader::before {
    content: '';
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    border: solid 6px #264796;
    border-radius: 50%;
    transition: all 400ms ease-in-out;
    opacity: 1; }
  .big-loader::after {
    content: '';
    background: #ffffff;
    width: 102px;
    height: 15px;
    position: absolute;
    transition: all 400ms ease-in-out;
    animation: rotateLine;
    animation-iteration-count: infinite;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    opacity: 1; }

.basket-count {
  position: relative; }
  .basket-count::before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    border: solid 2px #264796;
    border-radius: 50%;
    transition: all 400ms ease-in-out;
    left: 100px;
    top: 10px;
    opacity: 0; }
  .basket-count::after {
    content: '';
    background: #F5F7FB;
    width: 4px;
    height: 15px;
    left: 105px;
    top: 10px;
    position: absolute;
    transition: all 400ms ease-in-out;
    animation: rotateLine;
    animation-iteration-count: infinite;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    opacity: 0; }

.basket-count.active::before {
  opacity: 0.5; }
.basket-count.active::after {
  opacity: 1; }

@keyframes rotateLine {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes loaderFirstBool {
  0% {
    left: 0; }
  25% {
    left: 0; }
  50% {
    left: calc(100% - 5px * 5); }
  59% {
    left: calc(100% - 5px * 5); }
  100% {
    left: 0; } }
@keyframes loaderSecondBool {
  0% {
    left: 0; }
  21% {
    left: 0; }
  50% {
    left: calc(100% - 5px * 5); }
  63% {
    left: calc(100% - 5px * 5); }
  100% {
    left: 0; } }
@keyframes loaderThirdBool {
  0% {
    left: 0; }
  17% {
    left: 0; }
  50% {
    left: calc(100% - 5px * 5); }
  67% {
    left: calc(100% - 5px * 5); }
  100% {
    left: 0; } }
@keyframes loaderFourthBool {
  0% {
    left: 0; }
  13% {
    left: 0; }
  50% {
    left: calc(100% - 5px * 5); }
  71% {
    left: calc(100% - 5px * 5); }
  100% {
    left: 0; } }
@keyframes loaderFifthBool {
  0% {
    left: 0; }
  9% {
    left: 0; }
  50% {
    left: calc(100% - 5px * 5); }
  75% {
    left: calc(100% - 5px * 5); }
  100% {
    left: 0; } }

/*# sourceMappingURL=loader.css.map */

/* End */


/* Start:/local/templates/main/assets/styles/plugins/logicloud/alert.css?1725369276723*/
.alert-form {
  padding: 14px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  transition: 0.4s;
  top: -50%;
  position: absolute;
  border-radius: 5px;
  width: 100%;
  background: #fff;
  gap: 25px;
  z-index: 70;
  pointer-events: none;
  left: 0; }
  .alert-form.danger .alert-form__icon {
    flex-shrink: 0;
    background: url(/local/templates/main/assets/styles/plugins/logicloud/../../../images/alert.svg) no-repeat;
    width: 25px;
    height: 20px; }
  .alert-form.success .alert-form__icon {
    flex-shrink: 0;
    background: url(/local/templates/main/assets/styles/plugins/logicloud/../../../images/check-form.svg) no-repeat;
    width: 20px;
    height: 20px; }
  .alert-form.inactive {
    opacity: 0; }

/*# sourceMappingURL=alert.css.map */

/* End */


/* Start:/local/templates/main/assets/styles/main.css?1760010721164161*/
@charset "UTF-8";
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: rgba(0, 0, 0, 0);
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
}

b, strong {
    font-weight: bolder;
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

[hidden], template {
    display: none;
}

.button {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-size: 16px;
    padding: 20px 14px;
    background: #e7eaf2;
    height: 49px;
    border-radius: 4px;
    border: none;
    text-wrap: nowrap;
    cursor: pointer;
}

.button-b {
    background: #0071e2;
    color: #fff !important;
}

.button-w {
    background: #fff;
}

.button--gradient {
    background: linear-gradient(to right, #5eb5dc, #516bc1);
    color: #fff;
}

.button--gradient:hover {
    color: #fff;
}

.create-request {
    padding-right: 17px;
}

.SumoSelect p {
    margin: 0;
}

.SumoSelect {
    width: 200px;
}

.SelectBox {
    padding: 5px 8px;
}

.sumoStopScroll {
    overflow: hidden;
}

.SumoSelect .hidden {
    display: none;
}

.SumoSelect .search-txt {
    display: none;
    outline: 0;
}

.SumoSelect .no-match {
    display: none;
    padding: 6px;
}

.SumoSelect.open .search-txt {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 5px 8px;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
}

.SumoSelect.open > .search > label, .SumoSelect.open > .search > span {
    visibility: hidden;
}

.SelectClass, .SumoUnder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.SelectClass {
    z-index: 1;
}

.SumoSelect .select-all > label, .SumoSelect > .CaptionCont, .SumoSelect > .optWrapper > .options li.opt label {
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.SumoSelect {
    display: inline-block;
    position: relative;
    outline: 0;
}

.SumoSelect.open > .CaptionCont, .SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont {
    box-shadow: 0 0 2px #7799d0;
    border-color: #7799d0;
}

.SumoSelect > .CaptionCont {
    position: relative;
    border: 1px solid #a4a4a4;
    min-height: 14px;
    background-color: #fff;
    border-radius: 2px;
    margin: 0;
    cursor: pointer;
}

.SumoSelect > .CaptionCont > span {
    display: block;
    padding-right: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
}

.SumoSelect > .CaptionCont > span.placeholder {
    color: #ccc;
    font-style: italic;
}

.SumoSelect > .CaptionCont > label {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px;
}

.SumoSelect > .CaptionCont > label > i {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=");
    background-position: center center;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    opacity: 0.8;
}

.SumoSelect > .optWrapper {
    display: none;
    z-index: 1000;
    top: 30px;
    width: 100%;
    position: absolute;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
    border-radius: 3px;
    overflow: hidden;
}

.SumoSelect.open > .optWrapper {
    top: 35px;
    display: block;
}

.SumoSelect.open > .optWrapper.up {
    top: auto;
    bottom: 100%;
    margin-bottom: 5px;
}

.SumoSelect > .optWrapper ul {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
    overflow: auto;
}

.SumoSelect > .optWrapper > .options {
    border-radius: 2px;
    position: relative;
    max-height: 250px;
}

.SumoSelect > .optWrapper.okCancelInMulti > .options {
    border-radius: 2px 2px 0 0;
}

.SumoSelect > .optWrapper.selall > .options {
    border-radius: 0 0 2px 2px;
}

.SumoSelect > .optWrapper.selall.okCancelInMulti > .options {
    border-radius: 0;
}

.SumoSelect > .optWrapper > .options li.group.disabled > label {
    opacity: 0.5;
}

.SumoSelect > .optWrapper > .options li ul li.opt {
    padding-left: 22px;
}

.SumoSelect > .optWrapper.multiple > .options li ul li.opt {
    padding-left: 50px;
}

.SumoSelect > .optWrapper.isFloating > .options {
    max-height: 100%;
    box-shadow: 0 0 100px #595959;
}

.SumoSelect > .optWrapper > .options li.opt {
    padding: 6px 6px;
    position: relative;
    border-bottom: 1px solid #f5f5f5;
    cursor: pointer;
}

.SumoSelect > .optWrapper > .options > li.opt:first-child {
    border-radius: 2px 2px 0 0;
}

.SumoSelect > .optWrapper.selall > .options > li.opt:first-child {
    border-radius: 0;
}

.SumoSelect > .optWrapper > .options > li.opt:last-child {
    border-radius: 0 0 2px 2px;
    border-bottom: none;
}

.SumoSelect > .optWrapper.okCancelInMulti > .options > li.opt:last-child {
    border-radius: 0;
}

.SumoSelect > .optWrapper > .options li.opt:hover {
    background-color: #e4e4e4;
}

.SumoSelect .select-all.sel, .SumoSelect > .optWrapper > .options li.opt.sel {
    background-color: #a1c0e4;
}

.SumoSelect > .optWrapper > .options li label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    cursor: pointer;
}

.SumoSelect > .optWrapper > .options li span {
    display: none;
}

.SumoSelect > .optWrapper > .options li.group > label {
    cursor: default;
    padding: 8px 6px;
    font-weight: 700;
}

.SumoSelect > .optWrapper.isFloating {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 90%;
    bottom: 0;
    margin: auto;
    max-height: 90%;
}

.SumoSelect > .optWrapper > .options li.opt.disabled {
    background-color: inherit;
    pointer-events: none;
}

.SumoSelect > .optWrapper > .options li.opt.disabled * {
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.SumoSelect > .optWrapper.multiple > .options li.opt {
    padding-left: 35px;
    cursor: pointer;
}

.SumoSelect .select-all > span, .SumoSelect > .optWrapper.multiple > .options li.opt span {
    position: absolute;
    display: block;
    width: 30px;
    top: 0;
    bottom: 0;
    margin-left: -35px;
}

.SumoSelect .select-all > span i, .SumoSelect > .optWrapper.multiple > .options li.opt span i {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #aeaeae;
    border-radius: 2px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
    background-color: #fff;
}

.SumoSelect > .optWrapper > .MultiControls {
    display: none;
    border-top: 1px solid #ddd;
    background-color: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
    border-radius: 0 0 3px 3px;
}

.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
    display: block;
    margin-top: 5px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
    display: block;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
    padding: 6px;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p:focus {
    box-shadow: 0 0 2px #a1c0e4;
    border-color: #a1c0e4;
    outline: 0;
    background-color: #a1c0e4;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p {
    display: inline-block;
    cursor: pointer;
    padding: 12px;
    width: 50%;
    box-sizing: border-box;
    text-align: center;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
    background-color: #f1f1f1;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
    border-right: 1px solid #dbdbdb;
    border-radius: 0 0 0 3px;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
    border-radius: 0 0 3px 0;
}

.SumoSelect > .optWrapper.isFloating > .options li.opt {
    padding: 12px 6px;
}

.SumoSelect > .optWrapper.multiple.isFloating > .options li.opt {
    padding-left: 35px;
}

.SumoSelect > .optWrapper.multiple.isFloating {
    padding-bottom: 43px;
}

.SumoSelect .select-all.partial > span i, .SumoSelect .select-all.selected > span i, .SumoSelect > .optWrapper.multiple > .options li.opt.selected span i {
    background-color: #11a911;
    box-shadow: none;
    border-color: transparent;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC");
    background-repeat: no-repeat;
    background-position: center center;
}

.SumoSelect.disabled {
    opacity: .7;
    cursor: not-allowed;
}

.SumoSelect.disabled > .CaptionCont {
    border-color: #ccc;
    box-shadow: none;
}

.SumoSelect .select-all {
    border-radius: 3px 3px 0 0;
    position: relative;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    padding: 8px 0 3px 35px;
    height: 20px;
    cursor: pointer;
}

.SumoSelect .select-all > label, .SumoSelect .select-all > span i {
    cursor: pointer;
}

.SumoSelect .select-all.partial > span i {
    background-color: #ccc;
}

.SumoSelect > .optWrapper > .options li.optGroup {
    padding-left: 5px;
    text-decoration: underline;
}

.reset-all {
    padding: 5px 10px 5px 35px;
    border-bottom: 1px solid #cdcdcd;
}

.SumoSelect[is-selected=false] .reset-all {
    opacity: .5;
    pointer-events: none;
}

.SumoSelect[is-selected=true] .reset-all {
    opacity: 1;
    cursor: pointer;
    color: #7799d0;
}

.SumoSelect[is-selected=true] .reset-all * {
    cursor: pointer;
}

.SumoSelect[is-selected=true] .reset-all:hover {
    color: #000;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-1 {
    margin-bottom: 1px;
}

.mb-2 {
    margin-bottom: 2px;
}

.mb-3 {
    margin-bottom: 3px;
}

.mb-4 {
    margin-bottom: 4px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-6 {
    margin-bottom: 6px;
}

.mb-7 {
    margin-bottom: 7px;
}

.mb-8 {
    margin-bottom: 8px;
}

.mb-9 {
    margin-bottom: 9px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-11 {
    margin-bottom: 11px;
}

.mb-12 {
    margin-bottom: 12px;
}

.mb-13 {
    margin-bottom: 13px;
}

.mb-14 {
    margin-bottom: 14px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-16 {
    margin-bottom: 16px;
}

.mb-17 {
    margin-bottom: 17px;
}

.mb-18 {
    margin-bottom: 18px;
}

.mb-19 {
    margin-bottom: 19px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-21 {
    margin-bottom: 21px;
}

.mb-22 {
    margin-bottom: 22px;
}

.mb-23 {
    margin-bottom: 23px;
}

.mb-24 {
    margin-bottom: 24px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-26 {
    margin-bottom: 26px;
}

.mb-27 {
    margin-bottom: 27px;
}

.mb-28 {
    margin-bottom: 28px;
}

.mb-29 {
    margin-bottom: 29px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-31 {
    margin-bottom: 31px;
}

.mb-32 {
    margin-bottom: 32px;
}

.mb-33 {
    margin-bottom: 33px;
}

.mb-34 {
    margin-bottom: 34px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-36 {
    margin-bottom: 36px;
}

.mb-37 {
    margin-bottom: 37px;
}

.mb-38 {
    margin-bottom: 38px;
}

.mb-39 {
    margin-bottom: 39px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-41 {
    margin-bottom: 41px;
}

.mb-42 {
    margin-bottom: 42px;
}

.mb-43 {
    margin-bottom: 43px;
}

.mb-44 {
    margin-bottom: 44px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-46 {
    margin-bottom: 46px;
}

.mb-47 {
    margin-bottom: 47px;
}

.mb-48 {
    margin-bottom: 48px;
}

.mb-49 {
    margin-bottom: 49px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-51 {
    margin-bottom: 51px;
}

.mb-52 {
    margin-bottom: 52px;
}

.mb-53 {
    margin-bottom: 53px;
}

.mb-54 {
    margin-bottom: 54px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mb-56 {
    margin-bottom: 56px;
}

.mb-57 {
    margin-bottom: 57px;
}

.mb-58 {
    margin-bottom: 58px;
}

.mb-59 {
    margin-bottom: 59px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-61 {
    margin-bottom: 61px;
}

.mb-62 {
    margin-bottom: 62px;
}

.mb-63 {
    margin-bottom: 63px;
}

.mb-64 {
    margin-bottom: 64px;
}

.mb-65 {
    margin-bottom: 65px;
}

.mb-66 {
    margin-bottom: 66px;
}

.mb-67 {
    margin-bottom: 67px;
}

.mb-68 {
    margin-bottom: 68px;
}

.mb-69 {
    margin-bottom: 69px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-71 {
    margin-bottom: 71px;
}

.mb-72 {
    margin-bottom: 72px;
}

.mb-73 {
    margin-bottom: 73px;
}

.mb-74 {
    margin-bottom: 74px;
}

.mb-75 {
    margin-bottom: 75px;
}

.mb-76 {
    margin-bottom: 76px;
}

.mb-77 {
    margin-bottom: 77px;
}

.mb-78 {
    margin-bottom: 78px;
}

.mb-79 {
    margin-bottom: 79px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-81 {
    margin-bottom: 81px;
}

.mb-82 {
    margin-bottom: 82px;
}

.mb-83 {
    margin-bottom: 83px;
}

.mb-84 {
    margin-bottom: 84px;
}

.mb-85 {
    margin-bottom: 85px;
}

.mb-86 {
    margin-bottom: 86px;
}

.mb-87 {
    margin-bottom: 87px;
}

.mb-88 {
    margin-bottom: 88px;
}

.mb-89 {
    margin-bottom: 89px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-91 {
    margin-bottom: 91px;
}

.mb-92 {
    margin-bottom: 92px;
}

.mb-93 {
    margin-bottom: 93px;
}

.mb-94 {
    margin-bottom: 94px;
}

.mb-95 {
    margin-bottom: 95px;
}

.mb-96 {
    margin-bottom: 96px;
}

.mb-97 {
    margin-bottom: 97px;
}

.mb-98 {
    margin-bottom: 98px;
}

.mb-99 {
    margin-bottom: 99px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mt-0 {
    margin-top: 0;
}

.mt-1 {
    margin-top: 1px;
}

.mt-2 {
    margin-top: 2px;
}

.mt-3 {
    margin-top: 3px;
}

.mt-4 {
    margin-top: 4px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-6 {
    margin-top: 6px;
}

.mt-7 {
    margin-top: 7px;
}

.mt-8 {
    margin-top: 8px;
}

.mt-9 {
    margin-top: 9px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-11 {
    margin-top: 11px;
}

.mt-12 {
    margin-top: 12px;
}

.mt-13 {
    margin-top: 13px;
}

.mt-14 {
    margin-top: 14px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-16 {
    margin-top: 16px;
}

.mt-17 {
    margin-top: 17px;
}

.mt-18 {
    margin-top: 18px;
}

.mt-19 {
    margin-top: 19px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-21 {
    margin-top: 21px;
}

.mt-22 {
    margin-top: 22px;
}

.mt-23 {
    margin-top: 23px;
}

.mt-24 {
    margin-top: 24px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-26 {
    margin-top: 26px;
}

.mt-27 {
    margin-top: 27px;
}

.mt-28 {
    margin-top: 28px;
}

.mt-29 {
    margin-top: 29px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-31 {
    margin-top: 31px;
}

.mt-32 {
    margin-top: 32px;
}

.mt-33 {
    margin-top: 33px;
}

.mt-34 {
    margin-top: 34px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-36 {
    margin-top: 36px;
}

.mt-37 {
    margin-top: 37px;
}

.mt-38 {
    margin-top: 38px;
}

.mt-39 {
    margin-top: 39px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-41 {
    margin-top: 41px;
}

.mt-42 {
    margin-top: 42px;
}

.mt-43 {
    margin-top: 43px;
}

.mt-44 {
    margin-top: 44px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-46 {
    margin-top: 46px;
}

.mt-47 {
    margin-top: 47px;
}

.mt-48 {
    margin-top: 48px;
}

.mt-49 {
    margin-top: 49px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-51 {
    margin-top: 51px;
}

.mt-52 {
    margin-top: 52px;
}

.mt-53 {
    margin-top: 53px;
}

.mt-54 {
    margin-top: 54px;
}

.mt-55 {
    margin-top: 55px;
}

.mt-56 {
    margin-top: 56px;
}

.mt-57 {
    margin-top: 57px;
}

.mt-58 {
    margin-top: 58px;
}

.mt-59 {
    margin-top: 59px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-61 {
    margin-top: 61px;
}

.mt-62 {
    margin-top: 62px;
}

.mt-63 {
    margin-top: 63px;
}

.mt-64 {
    margin-top: 64px;
}

.mt-65 {
    margin-top: 65px;
}

.mt-66 {
    margin-top: 66px;
}

.mt-67 {
    margin-top: 67px;
}

.mt-68 {
    margin-top: 68px;
}

.mt-69 {
    margin-top: 69px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-71 {
    margin-top: 71px;
}

.mt-72 {
    margin-top: 72px;
}

.mt-73 {
    margin-top: 73px;
}

.mt-74 {
    margin-top: 74px;
}

.mt-75 {
    margin-top: 75px;
}

.mt-76 {
    margin-top: 76px;
}

.mt-77 {
    margin-top: 77px;
}

.mt-78 {
    margin-top: 78px;
}

.mt-79 {
    margin-top: 79px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-81 {
    margin-top: 81px;
}

.mt-82 {
    margin-top: 82px;
}

.mt-83 {
    margin-top: 83px;
}

.mt-84 {
    margin-top: 84px;
}

.mt-85 {
    margin-top: 85px;
}

.mt-86 {
    margin-top: 86px;
}

.mt-87 {
    margin-top: 87px;
}

.mt-88 {
    margin-top: 88px;
}

.mt-89 {
    margin-top: 89px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-91 {
    margin-top: 91px;
}

.mt-92 {
    margin-top: 92px;
}

.mt-93 {
    margin-top: 93px;
}

.mt-94 {
    margin-top: 94px;
}

.mt-95 {
    margin-top: 95px;
}

.mt-96 {
    margin-top: 96px;
}

.mt-97 {
    margin-top: 97px;
}

.mt-98 {
    margin-top: 98px;
}

.mt-99 {
    margin-top: 99px;
}

.mt-100 {
    margin-top: 100px;
}

.fade {
    position: relative;
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.3;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap.mfp-content {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing.mfp-content {
    opacity: 0;
}

.mfp-move-horizontal .mfp-with-anim {
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
}

.mfp-move-horizontal.mfp-bg, .mfp-move-horizontal .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all 0.3s;
}

.mfp-move-horizontal.mfp-ready .mfp-with-anim {
    opacity: 1;
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.mfp-move-horizontal.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-move-horizontal.mfp-removing .mfp-with-anim {
    -ms-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
}

.mfp-move-horizontal.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-move-from-top .mfp-content {
    vertical-align: top;
}

.mfp-move-from-top .mfp-with-anim {
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
}

.mfp-move-from-top.mfp-bg, .mfp-move-from-top .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all 0.2s;
}

.mfp-move-from-top.mfp-ready .mfp-with-anim {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.mfp-move-from-top.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-move-from-top.mfp-removing .mfp-with-anim {
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
}

.mfp-move-from-top.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-3d-unfold .mfp-content {
    -webkit-perspective: 2000px;
    perspective: 2000px;
}

.mfp-3d-unfold .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform: rotateY(-60deg);
}

.mfp-3d-unfold.mfp-bg {
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all 0.5s;
}

.mfp-3d-unfold.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: rotateY(0deg);
}

.mfp-3d-unfold.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-3d-unfold.mfp-removing .mfp-with-anim {
    transform: rotateY(60deg);
    opacity: 0;
}

.mfp-3d-unfold.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-zoom-out .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

.mfp-zoom-out.mfp-bg {
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
}

.mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
}

.mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0;
}

*, :after, :before {
    box-sizing: border-box;
}

body {
    background: #fff;
    font-family: Inter, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    color: #333;
    width: 100%;
    margin: 0;
}

.overflow {
    overflow: hidden;
    position: fixed;
}

.page {
    min-width: 320px;
    width: 100%;
}

.container {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
}

.dark {
    color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    margin: 0;
}

h1 {
    font-size: 40px !important;
}

h1, h2 {
    font-weight: 400 !important;
}

a {
    color: inherit;
}

a:hover {
    text-decoration: none;
}

ol, ul {
    list-style: none;
}

ol, ol li, ul, ul li {
    padding: 0;
    margin: 0;
    position: relative;
}

img, svg {
    max-width: 100%;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    /*table-layout: fixed;*/
    width: 100%;
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.content, .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    flex-grow: 1;
    padding: 50px 15px 0;
    width: 100% !important;
    max-width: 1200px;
    margin: 0 auto;
}

.content .content-header {
    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;
    margin-bottom: 50px;
}

.content .content-header h1 {
    margin: 0;
}

.content .notification {
    background-color: #042646;
    padding: 20px;
    font-size: 16px;
    line-height: 20px;
    border-radius: 6px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
    color: #fff;
    margin-bottom: 30px;
    width: fit-content;
}

.content .notification, .content .notification--alt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.content .notification--alt {
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.content .notification--alt .login__input-group {
    margin-left: 50px;
    margin-bottom: 0;
}

.content .notification--alt .checkbox__text {
    color: #fff;
}

.content .notification .icon {
    width: 30px;
    height: 30px;
}

.content .notification a {
    color: #fff;
    text-decoration: underline;
}

.content .notification__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.content .status-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px;
    border-radius: 4px;
    border: 1px solid #e4e7ef;
    max-width: 271px;
    height: 56px;
}

.content .status-buttons button {
    padding: 10px 20px;
    margin-right: 10px;
    border: none;
    border-radius: 4px;
    background-color: #f1f1f1;
    cursor: pointer;
}

.content .status-buttons button.active, .content .status-buttons button:hover {
    background-color: #007bff;
    color: #fff;
}

.content .create-direction {
    margin-top: 50px;
    padding-bottom: 50px;
}

.content .create-direction--alt {
    text-align: center;
}

.content .create-direction--alt .create-direction__title {
    color: #7c8ea1;
}

.content .create-direction__title {
    font-size: 32px;
    line-height: 39px;
}

.content .create-direction__text {
    font-size: 16px;
    line-height: 20px;
    color: #7c8ea1;
}

.filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.filters__text {
    position: absolute;
    left: 19px;
    top: 10px;
    color: #7c8ea1;
    font-size: 12px;
    line-height: 15px;
    z-index: 100;
}

.directions-table {
    margin-top: 30px;
    padding-bottom: 100px;
}

.directions-table__img {
    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: 100%;
}

.directions-table table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e4e7ef;
}

.directions-table table td, .directions-table table th {
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    border: none;
    vertical-align: baseline;
}

.directions-table table th {
    color: #7c8ea1;
}

.directions-table table tbody tr:hover {
    background-color: #f1f1f1;
}

.directions-table table tr + tr {
    border-top: 1px solid #e4e7ef;
}

.directions-table table tbody tr:last-child, .directions-table table thead tr {
    border-bottom: 1px solid #e4e7ef;
}

.directions-table table td:not(:last-child), .directions-table table th:not(:last-child) {
    border-right: none;
}

/*.directions-table table td:first-child, .directions-table table th:first-child {
    width: 80px;
}

.directions-table table td:nth-child(2), .directions-table table th:nth-child(2) {
    width: 220px;
}

.directions-table table td:nth-child(3), .directions-table table td:nth-child(4), .directions-table table th:nth-child(3), .directions-table table th:nth-child(4) {
    width: 130px;
}

.directions-table table td:nth-child(5), .directions-table table td:nth-child(6), .directions-table table th:nth-child(5), .directions-table table th:nth-child(6) {
    width: 80px;
}

.directions-table table td:last-child, .directions-table table th:last-child {
    width: 50px;
}*/

.directions-table table .download-button {
    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;
    width: 20px;
    height: 14px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='17'%3E%3Cpath d='M18.236 17H1.759a1.751 1.751 0 01-1.76-1.736V8.085a.719.719 0 01.723-.713.722.722 0 01.729.713v7.488h17.1V8.085a.721.721 0 01.727-.713.719.719 0 01.723.713v7.179A1.75 1.75 0 0118.236 17zm-8.23-5.247a.712.712 0 01-.5-.194h.006l-4.547-4.5a.688.688 0 01-.211-.5.688.688 0 01.211-.5.737.737 0 01.512-.214.744.744 0 01.516.214l3.313 3.278V.718a.721.721 0 01.729-.712.718.718 0 01.723.712v8.587l3.295-3.256a.694.694 0 01.508-.213.729.729 0 01.518.213.7.7 0 01.211.5.709.709 0 01-.211.5l-4.547 4.5a.747.747 0 01-.527.204z' fill='%23042646'/%3E%3C/svg%3E");
}

.directions-table table .download-button img {
    width: 20px;
    height: 20px;
}

.directions-table table .download-button--gray {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='17'%3E%3Cpath d='M18.236 17H1.759a1.751 1.751 0 01-1.76-1.736V8.085a.719.719 0 01.723-.713.722.722 0 01.729.713v7.488h17.1V8.085a.721.721 0 01.727-.713.719.719 0 01.723.713v7.179A1.75 1.75 0 0118.236 17zm-8.23-5.247a.712.712 0 01-.5-.194h.006l-4.547-4.5a.688.688 0 01-.211-.5.688.688 0 01.211-.5.737.737 0 01.512-.214.744.744 0 01.516.214l3.313 3.278V.718a.721.721 0 01.729-.712.718.718 0 01.723.712v8.587l3.295-3.256a.694.694 0 01.508-.213.729.729 0 01.518.213.7.7 0 01.211.5.709.709 0 01-.211.5l-4.547 4.5a.747.747 0 01-.527.204z' fill='%237c8ea1'/%3E%3C/svg%3E");
}

.directions-table table .edit-button--gray {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M20.1498 7.93997L8.27978 19.81C7.21978 20.88 4.04977 21.3699 3.32977 20.6599C2.60977 19.9499 3.11978 16.78 4.17978 15.71L16.0498 3.84C16.5979 3.31801 17.3283 3.03097 18.0851 3.04019C18.842 3.04942 19.5652 3.35418 20.1004 3.88938C20.6356 4.42457 20.9403 5.14781 20.9496 5.90463C20.9588 6.66146 20.6718 7.39189 20.1498 7.93997V7.93997Z' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}


.directions-table table td:nth-child(6) {
    white-space: nowrap;
}

select {
    padding: 29px 20px 10px;
}

input, select {
    font-size: 14px;
    line-height: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #f5f7fc;
    color: #000;
    height: 56px;
    width: 100%;
}

input {
    padding: 10px 20px;
    flex-basis: auto;
}

.filters__lable {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-shrink: 0;
}

.services .service {
    background-color: #f5f8fc;
    padding: 40px;
    margin-bottom: 20px;
    border-radius: 8px;
}

.services .service__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    position: relative;
    padding-left: 20px;
}

.services .service__item:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #042646;
    margin-top: -6px;
}

.services .service__item:first-child:before {
    display: none;
}

.services .service__item-name {
    -webkit-box-flex: 1;
    flex-grow: 1;
    color: #042646;
    font-size: 16px;
    line-height: 20px;
}

.services .service__item-price {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #042646;
    white-space: nowrap;
    margin-left: 1rem;
    min-width: 150px;
}


@media (max-width: 767px) {
    .services .service__item:first-child {
        display: none;
    }

    .services .service__item-price {
        min-width: initial;
    }

    .services .service__item-price:last-of-type {
        display: none;
    }
}

.services .service__title {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 20px;
    color: #042646;
}

.services .service__description {
    font-size: 16px;
    line-height: 21px;
    color: #7c8ea1;
    margin-bottom: 40px;
}

.services .service__divider {
    border-bottom: 1px dashed #042646;
    margin-bottom: 40px;
}

.services .service__list {
    list-style: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    margin: 0;
    gap: 20px;
}

.services .service__list, .statistics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.statistics {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: #fff;
}

.statistics .statistic {
    -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;
    text-align: left;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.statistics .statistic, .statistics .statistic__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.statistics .statistic__icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #f5f7fc;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.statistics .statistic__icon img {
    width: 20px;
}

.statistics .statistic__content {
    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-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.statistics .statistic__title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #042646;
    margin-bottom: 10px;
}

.statistics .statistic__description {
    font-size: 16px;
    line-height: 20px;
    color: #7c8ea1;
    margin-bottom: 20px;
    min-height: 60px;
}

.statistics .statistic__value {
    font-size: 40px;
    line-height: 49px;
    font-weight: 600;
    color: #0071e2;
}

.statistics .statistic__value--gray {
    color: #7c8ea1;
}

.support {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.support__description {
    font-size: 16px;
    line-height: 20px;
    color: #7c8ea1;
    margin-bottom: 50px;
}

.support__contacts {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 50px;
}

.support__contact, .support__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.support__contact {
    padding: 40px;
    -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;
    text-align: center;
    border-radius: 8px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #caeefd;
}

.support__contact-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    gap: 12px;
}

.support__contact-icon .icon {
    width: 17px;
    height: 17px;
}

.support__contact-icon img {
    width: 100%;
    height: 100%;
}

.support__contact-info {
    font-size: 14px;
    line-height: 17px;
    color: #7c8ea1;
}

.support__contact-detail {
    font-size: 14px;
    line-height: 17px;
    color: #042646;
    padding-left: 30px;
    font-weight: 400;
}

.support__faq {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.support__faq-title {
    font-size: 32px;
    line-height: 39px;
    color: #042646;
    margin-bottom: 30px;
}

.support__faq-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e4e7ef;
    margin-bottom: 40px;
}

.support__faq-item .support__question {
    font-size: 16px;
    line-height: 20px;
    color: #042646;
    font-weight: 400;
}

.support__faq-item .support__answer {
    font-size: 16px;
    line-height: 21px;
    color: #7c8ea1;
}

.login {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 26px 60px 26px 0;
    background-color: #fff;
    border-radius: 8px;
    height: 100vh;
}

.login, .login__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.login__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.login__container .logo {
    width: 100%;
    max-width: 520px;
}

.login__desc {
    font-size: 15px;
    line-height: 21px;
    color: #042646;
    margin-bottom: 50px;
    text-align: left;
    width: 100%;
}

.login__desc a {
    text-decoration: underline;
    color: #042646;
}

.login__back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    width: 100%;
    max-width: 520px;
    margin-top: 40px;
}

.login__back .icon {
    width: 41px;
    height: 41px;
}

.login__back span {
    font-size: 16px;
    line-height: 16px;
    color: #042646;
}

.login__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: auto;
    margin-bottom: auto;
    align-items: flex-start;
    width: 100%;
    max-width: 520px;
}

.login__form input, .login__form input[type=email], .login__form input[type=password], .login__form input[type=tel], .login__form input[type=text], .login__form select {
    border: none;
}

.login__form input::-webkit-input-placeholder, .login__form input[type=email]::-webkit-input-placeholder, .login__form input[type=password]::-webkit-input-placeholder, .login__form input[type=tel]::-webkit-input-placeholder, .login__form input[type=text]::-webkit-input-placeholder, .login__form select::-webkit-input-placeholder {
    color: #7c8ea1;
}

.login__form input::-moz-placeholder, .login__form input[type=email]::-moz-placeholder, .login__form input[type=password]::-moz-placeholder, .login__form input[type=tel]::-moz-placeholder, .login__form input[type=text]::-moz-placeholder, .login__form select::-moz-placeholder {
    color: #7c8ea1;
}

.login__form input:-ms-input-placeholder, .login__form input[type=email]:-ms-input-placeholder, .login__form input[type=password]:-ms-input-placeholder, .login__form input[type=tel]:-ms-input-placeholder, .login__form input[type=text]:-ms-input-placeholder, .login__form select:-ms-input-placeholder {
    color: #7c8ea1;
}

.login__form input::-ms-input-placeholder, .login__form input[type=email]::-ms-input-placeholder, .login__form input[type=password]::-ms-input-placeholder, .login__form input[type=tel]::-ms-input-placeholder, .login__form input[type=text]::-ms-input-placeholder, .login__form select::-ms-input-placeholder {
    color: #7c8ea1;
}

.login__form input::placeholder, .login__form input[type=email]::placeholder, .login__form input[type=password]::placeholder, .login__form input[type=tel]::placeholder, .login__form input[type=text]::placeholder, .login__form select::placeholder {
    color: #7c8ea1;
}

.login__form form {
    width: 100%;
    max-width: 520px;
}

.login__form .SumoSelect > .CaptionCont {
    padding: 28px 20px 10px;
    color: #7c8ea1;
    border: none;
}

.login__form .SumoSelect > .CaptionCont > label {
    pointer-events: none;
}

.login__form .filters__lable {
    width: 100%;
}

.login__title {
    font-size: 40px;
    line-height: 49px;
    color: #042646;
    width: 100%;
    text-align: left;
}

.login__input-group {
    width: 100%;
    margin-bottom: 20px;
    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;
}

.login__input-group-pass {
    position: relative;
}

.login__watch {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    right: 0;
    border: none;
    background: none;
    padding: 20px;
    cursor: pointer;
}

.login__watch .icon {
    width: 24px;
    height: 14px;
}

.login__checkbox {
    width: 25px;
    height: 25px;
    border-radius: 4px;
}

.login__forgot {
    align-self: flex-start;
    font-size: 14px;
    line-height: 17px;
    color: #7c8ea1;
}

.login__forgot, .login__forgot:hover {
    text-decoration: underline;
}

.login__remember {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .875rem;
    color: #555;
}

.login__remember input {
    margin-right: 0.5rem;
}

.login__button {
    width: 100%;
    margin-bottom: 50px;
}

.login__register {
    font-size: 16px;
    line-height: 20px;
    color: #042646;
}

.login__register a {
    color: #5197e3;
}

.login__register a, .login__register a:hover {
    text-decoration: underline;
}

.login__img {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.login__img:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 576px;
    height: 507px;
    border-radius: 20px;
    background: linear-gradient(90deg, #e3fcf5 50%, #fee6fa);
    border: 1px solid rgba(11, 68, 154, 0.1);
    -webkit-filter: blur(2px) brightness(1.05);
    filter: blur(2px) brightness(1.05);
    z-index: 0;
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    opacity: 0.8;
}

.login__img span {
    font-size: 18px;
    line-height: 24px;
    position: relative;
    z-index: 2;
    max-width: 472px;
}

.login__img--alt {
    max-width: 389px;
}

.login__wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.login__info, .login__wrapper {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.login__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    max-width: 736px;
    text-align: center;
    background: -o-linear-gradient(315deg, #e8f8ff 50%, #f8d9f3 100%);
    background: linear-gradient(135deg, #e8f8ff 50%, #f8d9f3);
    background-size: cover;
    padding: 60px 80px;
    position: relative;
    border-radius: 20px;
}

.login__info:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/local/templates/main/assets/styles/../images/oval.svg) no-repeat;
    background-size: contain;
    mix-blend-mode: multiply;
}

.login__info--pass .login__img:before {
    bottom: 50%;
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

.login__info .logo {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
}

.login__img.login__img--alt img {
    width: 100%;
    max-width: 457px;
    border-radius: 8px;
    position: relative;
    z-index: 2;
}

.login__info-text {
    width: 100%;
    max-width: 520px;
    text-align: left;
}

.login__info-text .login__info-title {
    font-size: 22px;
    line-height: 26px;
    color: #042646;
    position: relative;
    z-index: 2;
    max-width: 283px;
    font-weight: 400;
}

.login__text {
    font-size: 12px;
    line-height: 15px;
    color: #7c8ea1;
}

.login__text a {
    color: #7c8ea1;
    text-decoration: underline;
}

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.form-row input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.search__input {
    width: 100%;
}

.login__enter input, .search__input input {
    padding: 10px 20px;
}

.menu {
    padding-left: 8px;
}

@font-face {
    font-family: sourcesanspro-regular;
    src: url(/local/templates/main/assets/styles/../fonts/sourcesanspro-regular.woff2) format("woff2"), url(/local/templates/main/assets/styles/../fonts/sourcesanspro-regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: ceraround-pro;
    src: url(/local/templates/main/assets/styles/../fonts/ceraroundpro-regular.woff2) format("woff2"), url(/local/templates/main/assets/styles/../fonts/ceraroundpro-regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: ceraround-pro;
    src: url(/local/templates/main/assets/styles/../fonts/ceraroundpro-bold.woff2) format("woff2"), url(/local/templates/main/assets/styles/../fonts/ceraroundpro-bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
}

.grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
}

.grid__item {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.grid__item-1 {
    width: 8.33333%;
}

.grid__item-2 {
    width: 16.66667%;
}

.grid__item-3 {
    width: 25%;
}

.grid__item-4 {
    width: 33.33333%;
}

.grid__item-5 {
    width: 41.66667%;
}

.grid__item-6 {
    width: 50%;
}

.grid__item-7 {
    width: 58.33333%;
}

.grid__item-8 {
    width: 66.66667%;
}

.grid__item-9 {
    width: 75%;
}

.grid__item-10 {
    width: 83.33333%;
}

.grid__item-11 {
    width: 91.66667%;
}

.grid__item-12 {
    width: 100%;
}

.icon {
    position: relative;
    height: 16px;
    width: 16px;
    flex-shrink: 0;
    display: block;
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: contain;
}

.icon--time {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='25' height='25' xmlns='http://www.w3.org/2000/svg' fill='rgba(0,0,0,0)'%3E%3Ccircle cx='12.5' cy='12.5' r='12' stroke='url(%23paint0_linear)'/%3E%3Cpath d='M12 5v8.089L18 18' stroke='url(%23paint1_linear)' stroke-linecap='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='.404' y1='15.896' x2='24.66' y2='9.186' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF742E'/%3E%3Cstop offset='1' stop-color='%23FD238A'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear' x1='12.096' y1='13.266' x2='18.263' y2='12.479' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF742E'/%3E%3Cstop offset='1' stop-color='%23FD238A'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}

.icon--phone {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.001' height='17' fill='rgba(0,0,0,0)'%3E%3Cpath d='M12.601 16.996c-.095-.016-.19-.029-.286-.046a8.74 8.74 0 01-.643-.111 12.27 12.27 0 01-3.273-1.33 17.31 17.31 0 01-4.286-3.345 17.031 17.031 0 01-3.57-5.539 7.247 7.247 0 01-.53-2.4 2.97 2.97 0 01.82-2.271c.108-.111.218-.224.326-.332.353-.369.722-.751 1.113-1.091a1.989 1.989 0 011.289-.534 1.9 1.9 0 011.3.57c.754.7 1.512 1.462 2.315 2.329a1.724 1.724 0 010 2.345c-.267.3-.557.586-.837.866-.138.136-.276.273-.411.412l-.007.007c-.02.016-.036.032-.059.053a11.9 11.9 0 004.575 4.535l.911-.915a2.645 2.645 0 01.942-.705 1.67 1.67 0 01.659-.136 1.639 1.639 0 011.14.455 63.283 63.283 0 012.447 2.441 1.73 1.73 0 01.046 2.321 24.537 24.537 0 01-1.628 1.693 2.667 2.667 0 01-1.527.682.855.855 0 00-.093.03l-.023.006-.694.01zM3.053 1.586l-.359.352c-.293.283-.566.55-.837.844a2.069 2.069 0 00-.418.622 2.649 2.649 0 00-.017 1.544v.007a9.874 9.874 0 00.86 2.361 16.352 16.352 0 002.522 3.647 15.958 15.958 0 006.363 4.371 5.752 5.752 0 001.713.358l.139.007a1.785 1.785 0 001.235-.54c.25-.263.511-.524.761-.777.128-.129.257-.257.382-.386a1.794 1.794 0 00.129-.145l.013-.013a.552.552 0 00.155-.389.535.535 0 00-.172-.379l-.01-.01c-.221-.238-.454-.469-.682-.7-.089-.086-.175-.175-.264-.261-.112-.112-.224-.224-.335-.339-.3-.293-.6-.6-.9-.889l-.01-.011a.534.534 0 00-.376-.175h-.017a.531.531 0 00-.372.155l-.01.01c-.049.039-.092.085-.142.132l-.023.026c-.147.142-.29.287-.435.432-.246.244-.5.5-.757.748a.909.909 0 01-.679.306.942.942 0 01-.452-.119c-.256-.131-.49-.249-.724-.389a12.484 12.484 0 01-2.812-2.331 10.123 10.123 0 01-1.864-2.639.988.988 0 01.253-1.344l.105-.1a37.05 37.05 0 001.143-1.136l.01-.01a.475.475 0 00.161-.356.488.488 0 00-.15-.362l-.011-.01a5.202 5.202 0 00-.145-.158L4.06 1.578a.765.765 0 00-.506-.269.752.752 0 00-.505.277z'/%3E%3C/svg%3E");
}

.icon--way {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='25' height='27' xmlns='http://www.w3.org/2000/svg' fill='rgba(0,0,0,0)'%3E%3Cpath d='M23.573 1.188l-22.14 9.766a.2.2 0 00.006.368l9.446 3.812a.2.2 0 01.112.115l3.812 10.24a.2.2 0 00.376-.003L23.842 1.44a.2.2 0 00-.269-.25z' stroke='url(%23paint0_linear)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='1.371' y1='16.896' x2='23.933' y2='11.154' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF742E'/%3E%3Cstop offset='1' stop-color='%23FD238A'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}

.icon--scheme {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='30' height='27' xmlns='http://www.w3.org/2000/svg' fill='rgba(0,0,0,0)'%3E%3Cpath d='M21.576 4.191L8.424 18.397a3 3 0 01-2.201.962H3a2 2 0 00-2 2V24a2 2 0 002 2h3.856a3 3 0 002.21-.972l13.017-14.185a3 3 0 012.21-.972H26a3 3 0 003-3v-.642a3 3 0 00-3-3h-2.223a3 3 0 00-2.2.962z' stroke='url(%23paint0_linear)'/%3E%3Cpath d='M11.7 7.024c0 1.042-.829 1.872-1.833 1.872-1.005 0-1.834-.83-1.834-1.872 0-1.041.829-1.872 1.834-1.872 1.004 0 1.833.83 1.833 1.872z' stroke='url(%23paint1_linear)'/%3E%3Cpath d='M7.5 16.512a.5.5 0 101 0h-1zm3.733-3.795a.5.5 0 001 0h-1zM8.5 16.512v-5.167h-1v5.167h1zm.5-5.667h1.733v-1H9v1zm2.233.5v1.372h1v-1.372h-1zm-.5-.5a.5.5 0 01.5.5h1a1.5 1.5 0 00-1.5-1.5v1zm-2.233.5a.5.5 0 01.5-.5v-1a1.5 1.5 0 00-1.5 1.5h1z'/%3E%3Cpath d='M14.575 5.032L18.708 1m0 0h-2.8m2.8 0v2.846' stroke='url(%23paint3_linear)' stroke-linecap='round'/%3E%3Cpath d='M25.175 15.516l-9.8 9.963m0 0h2.8m-2.8 0v-2.847' stroke='url(%23paint4_linear)' stroke-linecap='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='1.452' y1='17.708' x2='27.665' y2='8.791' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF742E'/%3E%3Cstop offset='1' stop-color='%23FD238A'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear' x1='7.609' y1='7.669' x2='12.147' y2='6.434' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF742E'/%3E%3Cstop offset='1' stop-color='%23FD238A'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear' x1='8.06' y1='14.266' x2='11.853' y2='13.631' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF742E'/%3E%3Cstop offset='1' stop-color='%23FD238A'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear' x1='14.642' y1='3.564' x2='18.638' y2='2.431' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF742E'/%3E%3Cstop offset='1' stop-color='%23FD238A'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint4_linear' x1='25.017' y1='19.144' x2='15.486' y2='21.738' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF742E'/%3E%3Cstop offset='1' stop-color='%23FD238A'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    width: 28px;
}

.icon--search {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='27' height='27' xmlns='http://www.w3.org/2000/svg' fill='rgba(0,0,0,0)'%3E%3Cpath d='M18.434 18.5L26 26' stroke='url(%23paint0_linear)' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M11 21c5.523 0 10-4.477 10-10S16.523 1 11 1 1 5.477 1 11s4.477 10 10 10z' stroke='url(%23paint1_linear)' stroke-width='2'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='18.556' y1='23.269' x2='25.888' y2='21.223' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF742E'/%3E%3Cstop offset='1' stop-color='%23FD238A'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear' x1='1.323' y1='13.717' x2='20.728' y2='8.349' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FF742E'/%3E%3Cstop offset='1' stop-color='%23FD238A'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}

.icon--arrow {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='7' xmlns='http://www.w3.org/2000/svg' fill='rgba(0,0,0,0)'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 600;
    line-height: 1.25;
    color: inherit;
    margin-bottom: 20px;
}

.h1, h1 {
    font-size: 73.248px;
}

.h2, h2 {
    font-size: 58.584px;
}

.h3, h3 {
    font-size: 46.872px;
}

.h4, h4 {
    font-size: 37.512px;
}

.h5, h5 {
    font-size: 30px;
}

.h6, h6 {
    font-size: 24px;
}

.lead {
    font-size: 30px;
    font-weight: 300;
}

hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.small, small {
    font-size: 19.2px;
    font-weight: 400;
}

.mark, mark {
    padding: .2em;
    background-color: #000;
}

p {
    margin: 0;
}

p:not(:last-child) {
    margin-bottom: 15px;
}

a {
    text-decoration: none;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all 0.25s ease;
}

.color--black, a, a:hover {
    color: #000;
}

.color--wthite {
    color: #fff;
}

.bg--black {
    background: #000;
}

.bg--wthite {
    background: #fff;
}

.btn {
    position: relative;
    display: inline-flex;
    cursor: pointer;
    outline: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fa803f;
    border: 0;
    padding: 20px;
    color: #fff;
    min-width: 200px;
}

.btn + .btn {
    margin-left: 30px;
}

.btn--full {
    width: 100%;
}

.btn--add {
    min-width: 0;
    width: 50px;
    padding: 16px 10px;
}

.btn--remove {
    border-radius: 50%;
    padding: 0 5px;
    position: absolute;
    right: 5px;
    top: 5px;
    min-width: 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;
    line-height: 1;
    z-index: 1;
}

.form__step:not(:last-child) {
    margin-bottom: 20px;
}

.form__input {
    position: relative;
    width: 100%;
}

.form__input input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.form__input input:not(:-ms-input-placeholder) + .form__placeholder {
    top: 10px;
    font-size: 12px;
}

.form__input input:focus + .form__placeholder, .form__input input:not(:placeholder-shown) + .form__placeholder {
    top: 10px;
    font-size: 12px;
}

.form__input input.error {
    border: 1px solid red;
    color: red;
}

.form__input input.valid {
    border-color: green;
}

.form__item:not(:last-child) {
    margin-bottom: 20px;
}

.form__placeholder {
    display: block;
    font-size: 14px;
    line-height: 14px;
    color: #7c8ea1;
    position: absolute;
    top: 21px;
    left: 20px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    pointer-events: none;
}

.form__error-message {
    font-weight: 700;
    -moz-text-align-last: left;
    text-align-last: left;
    font-size: 14px;
    line-height: 14px;
    display: none;
    margin-bottom: 20px;
}

.form__error-message.active {
    display: block;
}

.SumoSelect > .CaptionCont > span {
    color: #000;
}

.label {
    display: block;
    flex-shrink: 0;
    margin-right: 15px;
}

.label, .link {
    position: relative;
}

.link {
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.loading {
    position: relative;
}

ol:not([class]) {
    counter-reset: item;
    margin-bottom: 20px;
}

ol:not([class]):last-child {
    margin-bottom: 0;
}

ol:not([class]) li {
    padding-left: 20px;
}

ol:not([class]) li + li {
    margin-top: 0;
}

ol:not([class]) li:before {
    content: counter(item) ".";
    counter-increment: item;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
}

ul:not([class]) {
    margin-bottom: 20px;
}

ul:not([class]):last-child {
    margin-bottom: 0;
}

ul:not([class]) li {
    padding-left: 20px;
}

ul:not([class]) li + li {
    margin-top: 0;
}

ul:not([class]) li:before {
    background: #000;
    content: "";
    border-radius: 50%;
    left: 0;
    height: 6px;
    position: absolute;
    top: 0;
    width: 6px;
}

.header {
    margin-bottom: 50px;
}

.header__row {
    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: 16px;
    background: #f5f7fc;
    height: 69px;
}

.header__row .logo {
    position: absolute;
    z-index: 999;
}

.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-bg, .mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
}

.mfp-wrap {
    z-index: 1043;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #ccc;
}

.mfp-preloader a:hover {
    color: #fff;
}

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
    display: none;
}

button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: rgba(0, 0, 0, 0);
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:focus, .mfp-close:hover {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    top: 50%;
    margin: -55px 0 0;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:focus, .mfp-arrow:hover {
    opacity: 1;
}

.mfp-arrow:after, .mfp-arrow:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset rgba(0, 0, 0, 0);
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto;
}

.mfp-figure, img.mfp-img {
    line-height: 0;
}

.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

.popup {
    background: #fff;
    padding: 50px 40px;
    border-radius: 8px;
    max-width: 540px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.popup .SumoSelect .CaptionCont {
    padding: 29px 20px 10px;
    color: #7c8ea1;
}

.popup-header, .popup .SumoSelect .CaptionCont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.popup-header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
}

.popup-header .popup-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

.popup__img {
    max-width: 131px;
    margin: 0 auto 50px;
}

.popup h2 {
    margin: 0;
    font-size: 32px;
    line-height: 39px;
    color: #042646;
}

.popup-body p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    text-align: left;
    color: #7c8ea1;
}

.popup-body form {
    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-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.popup-body form button, .popup-body form input, .popup-body form select {
    margin-bottom: 10px;
}

.popup-body form .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.popup-body form .form-row input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.popup-body form button {
    margin-top: 40px;
}

.popup-body form button:hover {
    background-color: #0056b3;
}

#success-popup h2, #success-popup p {
    text-align: center;
    max-width: 460px;
    margin: 0 auto;
}

#success-popup .popup-header {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mfp-close {
    font-size: 45px;
}

.sidebar {
    position: sticky;
    top: 0;
    width: 380px;
    height: 100vh;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 40px;
    border: 1px solid #d3e5ee;
    background: #f5f7fc;
    -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;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.sidebar, .sidebar.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sidebar.active .logo img {
    display: none;
}

.sidebar .logo {
    text-align: left;
    padding-bottom: 20px;
    border-bottom: 1px solid #e4e7ef;
    margin-bottom: 50px;
    width: 100%;
}

.sidebar .logo img {
    max-width: 100%;
}

.sidebar__wrapper {
    gap: 30px;
}

.sidebar .user-info, .sidebar__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.sidebar .user-info {
    gap: 10px;
}

.sidebar .user-info__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.sidebar .user-info__btn .button {
    font-size: 14px;
}

.sidebar .user-info__status {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    color: #7c8ea1;
    padding: 8px 10px;
    border-radius: 100px;
    border: 1px solid #e4e7ef;
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: 175px;
    gap: 10px;
}

.sidebar .user-info__status.active {
    border: 1px solid #0071e2;
    color: #0071e2;
    max-width: 157px;
}

.sidebar .user-info__status.active:before {
    content: "";
    display: block;
    width: 12px;
    height: 9px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9'%3E%3Cpath fill='%230071e2' d='M2.964 8.67L.186 5.938a.615.615 0 010-.881l.5-.492a.641.641 0 01.9 0l2.19 2.154L10.421.184a.641.641 0 01.9 0l.5.492a.616.616 0 010 .881L4.58 8.67a1.155 1.155 0 01-1.616 0z' data-name='Контур 216'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

.sidebar .user-info__name {
    font-family: Inter, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #042646;
    padding-right: 3px;
    padding-left: 3px;
}

.sidebar .user-info__specialty {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #7c8ea1;
}

.create-request {
    padding-right: 47px;
    position: relative;
    font-size: 14px !important;
}

.create-request:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath d='M5.352 12V0h1.3v12zM0 6.648v-1.3h12v1.3z' fill='%23fff'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}

.support-btn {
    padding-top: 20px;
    border-top: 1px solid #d3e5ee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-top: auto;
    width: 100%;
}

.support-btn a {
    color: #042646;
    font-size: 16px;
    text-decoration: none;
}

.support-btn a:hover {
    text-decoration: underline;
}

.button {
    font-family: Inter, sans-serif;
    font-weight: 400;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px;
    font-size: 16px;
    padding: 20px 14px;
    background: #e7eaf2;
    height: 49px;
    border: none;
    text-wrap: nowrap;
    cursor: pointer;
}

.button-b {
    background: #0071e2;
    color: #fff !important;
}

.button-w {
    background: #fff;
}

.button--gradient {
    background: linear-gradient(90deg, #5eb5dc, #516bc1);
    color: #fff;
}

.create-request {
    padding-right: 17px;
}

.menu__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: 2px;
}

.menu__list--inner, .menu__list--inner2 {
    display: block;
}

.menu__item--inner, .menu__item--inner2 {
    display: block;
    padding-left: 20px;
}

.menu__item.active .menu__link {
    background: #fff;
    border: 1px solid #e4e7ef;
    padding: 8px;
}

.menu__item.active .menu__link:before {
    content: "";
    display: block;
    background: #0071e2;
    height: 26px;
    width: 3px;
    border-radius: 6px;
    position: absolute;
    left: -8px;
}

.menu__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #042646;
    padding: 10px;
    border-radius: 6px;
    position: relative;
}

.menu-aside {
    display: block;
}

.menu-aside__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #4365ec;
}

.menu-aside__icon {
    width: 50px;
    height: 50px;
}

.menu-aside__icon .icon {
    height: 100%;
    width: 100%;
}

.menu-aside__text {
    display: block;
    font-size: 12px;
    line-height: 24px;
}

.menu-fixed {
    position: fixed;
    left: -100vw;
    top: 0;
    bottom: 0;
    background: #fff;
    width: 320px;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    z-index: 9;
}

.menu-fixed.active {
    left: 0;
}

.menu-fixed__item, .menu-fixed__item--inner, .menu-fixed__list, .menu-fixed__list--inner {
    position: static;
}

.menu-fixed__nav {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all 0.25s ease;
}

.menu-fixed__nav.active {
    display: block;
}

.menu-fixed__link {
    position: relative;
}

.menu-fixed__link--drop:after {
    background-size: contain;
    background-repeat: no-repeat;
    height: 15px;
    width: 15px;
    margin-left: 10px;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.input {
    width: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0);
}

.input, .input__container {
    position: relative;
}

.input__icon {
    position: absolute;
    right: 0;
    top: 0;
    height: 20px;
    width: 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;
}

.input__icon .icon {
    height: 100%;
    width: 100%;
}

.input__name {
    position: relative;
}

.input ~ .input__name {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.checkbox__input {
    display: none;
}

.checkbox__input:checked + .checkbox__text:after {
    content: "";
    display: block;
}

.checkbox__text {
    position: relative;
    padding-left: 35px;
    font-size: 14px;
    color: #7c8ea1;
    line-height: 20px;
}

.checkbox__text:before {
    left: 0;
    width: 25px;
    height: 25px;
    border: 1px solid #dbdfeb;
    border-radius: 4px;
    background: #f5f7fc;
}

.checkbox__text:after, .checkbox__text:before {
    content: "";
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.checkbox__text:after {
    display: none;
    left: 7px;
    width: 12px;
    height: 9px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9'%3E%3Cpath d='M2.964 8.67L.186 5.938a.615.615 0 010-.881l.5-.492a.641.641 0 01.9 0l2.19 2.154L10.421.184a.641.641 0 01.9 0l.5.492a.616.616 0 010 .881L4.58 8.67a1.155 1.155 0 01-1.616 0z'/%3E%3C/svg%3E");
    background-size: contain;
    background-position: 0 0;
}

.tabs {
    position: relative;
}

.tabs__head {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 30px;
    padding: 4px;
    border: 1px solid #e4e7ef;
    border-radius: 4px;
}

.tabs__head-item.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tabs__head-item.active .tabs__link {
    background: #0071e2;
    color: #fff !important;
}

.tabs__link {
    background: #fff;
}

.tabs__body .filters__lable {
    width: 100%;
}

.tabs__body .login__input-group-pass input {
    padding: 10px 20px;
}

.tabs__body .login__button {
    margin-bottom: 0;
    margin-top: 30px;
}

.tabs__body .form-row {
    width: 100%;
}

.tabs__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: none;
}

.tabs__form, .tabs__item.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tabs__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px;
}

.tabs__title {
    width: 100%;
    max-width: 150px;
    font-size: 16px;
    color: #042646;
}

.tabs__row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px;
}

.tabs__inputs, .tabs__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tabs__inputs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.select {
    position: absolute;
}

.SumoSelect {
    font-size: 14px;
    line-height: 14px;
    border-radius: 4px;
}

.SumoSelect, .SumoSelect > .CaptionCont {
    background: #f5f7fc;
    color: #000;
    height: 56px;
}

.SumoSelect > .CaptionCont {
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 29px 20px 10px;
}

.SumoSelect .select-all > label, .SumoSelect > .CaptionCont, .SumoSelect > .optWrapper > .options li.opt label {
    font-size: 14px;
    line-height: 14px;
    color: #000;
    z-index: 99;
    text-align: left;
}

.SumoSelect > .CaptionCont > label > i {
    content: "";
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8'%3E%3Cpath d='M6.822 7.802L0 1.114 1.141-.001l.166.167L6.996 5.74l5.852-5.741.17.167.982.948-.17.162-6.664 6.526-.133.2z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    height: 14px;
    width: 14px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    right: 7px;
    top: 2px;
}

.SumoSelect {
    width: 100%;
}

.SumoSelect.open > .optWrapper {
    top: 60px;
    padding: 6px 10px;
}

.SumoSelect > .optWrapper > .options li.opt:hover {
    background-color: #f5f7fc;
}

.SumoSelect > .optWrapper > .options li.opt {
    font-size: 14px;
    line-height: 17px;
    padding: 8px 10px;
    height: 33px;
    border-radius: 4px;
}

.optWrapper {
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    -o-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    background-color: #a4a4a4;
    opacity: 0;
    left: 0;
    top: 0;
    position: absolute;
    display: block !important;
    visibility: hidden;
}

.open .optWrapper {
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    opacity: 1;
    visibility: visible;
}

.hamburger {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    background: inherit;
    position: absolute;
    right: 0;
    z-index: 999;
}

.hamburger__line {
    top: calc(50% - 1px);
}

.hamburger__line:after, .hamburger__line:before {
    content: "";
}

.hamburger__line:before {
    top: -5px;
}

.hamburger__line:after {
    top: 5px;
}

.hamburger__line, .hamburger__line:after, .hamburger__line:before {
    height: 2px;
    width: 22px;
    display: block;
    background: #000;
    position: absolute;
    left: 50%;
    border-radius: 1px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.hamburger__input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: 2;
}

.hamburger__input:checked + .hamburger__line:before {
    -ms-transform: translateY(5px) translateX(-50%) rotate(45deg);
    transform: translateY(5px) translateX(-50%) rotate(45deg);
}

.hamburger__input:checked + .hamburger__line:after {
    -ms-transform: translateY(-5px) translateX(-50%) rotate(-45deg);
    transform: translateY(-5px) translateX(-50%) rotate(-45deg);
}

.hamburger__input:checked + .hamburger__line {
    background-color: rgba(0, 0, 0, 0);
}

.hamburger--style2 .hamburger__line, .hamburger--style2 .hamburger__line:after, .hamburger--style2 .hamburger__line:before {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.hamburger--style2 .hamburger__input:checked + .hamburger__line:before {
    -ms-transform: translateY(5px) translateX(30px) rotate(135deg);
    transform: translateY(5px) translateX(30px) rotate(135deg);
}

.hamburger--style2 .hamburger__input:checked + .hamburger__line {
    background-color: rgba(0, 0, 0, 0);
    -ms-transform: translateX(-60px);
    transform: translateX(-60px);
}

.hamburger--style2 .hamburger__input:checked + .hamburger__line:after {
    -ms-transform: translateY(-5px) translateX(30px) rotate(-135deg);
    transform: translateY(-5px) translateX(30px) rotate(-135deg);
}

@media (min-width: 480px) {
    .mb-0--xs {
        margin-bottom: 0;
    }

    .mb-1--xs {
        margin-bottom: 1px;
    }

    .mb-2--xs {
        margin-bottom: 2px;
    }

    .mb-3--xs {
        margin-bottom: 3px;
    }

    .mb-4--xs {
        margin-bottom: 4px;
    }

    .mb-5--xs {
        margin-bottom: 5px;
    }

    .mb-6--xs {
        margin-bottom: 6px;
    }

    .mb-7--xs {
        margin-bottom: 7px;
    }

    .mb-8--xs {
        margin-bottom: 8px;
    }

    .mb-9--xs {
        margin-bottom: 9px;
    }

    .mb-10--xs {
        margin-bottom: 10px;
    }

    .mb-11--xs {
        margin-bottom: 11px;
    }

    .mb-12--xs {
        margin-bottom: 12px;
    }

    .mb-13--xs {
        margin-bottom: 13px;
    }

    .mb-14--xs {
        margin-bottom: 14px;
    }

    .mb-15--xs {
        margin-bottom: 15px;
    }

    .mb-16--xs {
        margin-bottom: 16px;
    }

    .mb-17--xs {
        margin-bottom: 17px;
    }

    .mb-18--xs {
        margin-bottom: 18px;
    }

    .mb-19--xs {
        margin-bottom: 19px;
    }

    .mb-20--xs {
        margin-bottom: 20px;
    }

    .mb-21--xs {
        margin-bottom: 21px;
    }

    .mb-22--xs {
        margin-bottom: 22px;
    }

    .mb-23--xs {
        margin-bottom: 23px;
    }

    .mb-24--xs {
        margin-bottom: 24px;
    }

    .mb-25--xs {
        margin-bottom: 25px;
    }

    .mb-26--xs {
        margin-bottom: 26px;
    }

    .mb-27--xs {
        margin-bottom: 27px;
    }

    .mb-28--xs {
        margin-bottom: 28px;
    }

    .mb-29--xs {
        margin-bottom: 29px;
    }

    .mb-30--xs {
        margin-bottom: 30px;
    }

    .mb-31--xs {
        margin-bottom: 31px;
    }

    .mb-32--xs {
        margin-bottom: 32px;
    }

    .mb-33--xs {
        margin-bottom: 33px;
    }

    .mb-34--xs {
        margin-bottom: 34px;
    }

    .mb-35--xs {
        margin-bottom: 35px;
    }

    .mb-36--xs {
        margin-bottom: 36px;
    }

    .mb-37--xs {
        margin-bottom: 37px;
    }

    .mb-38--xs {
        margin-bottom: 38px;
    }

    .mb-39--xs {
        margin-bottom: 39px;
    }

    .mb-40--xs {
        margin-bottom: 40px;
    }

    .mb-41--xs {
        margin-bottom: 41px;
    }

    .mb-42--xs {
        margin-bottom: 42px;
    }

    .mb-43--xs {
        margin-bottom: 43px;
    }

    .mb-44--xs {
        margin-bottom: 44px;
    }

    .mb-45--xs {
        margin-bottom: 45px;
    }

    .mb-46--xs {
        margin-bottom: 46px;
    }

    .mb-47--xs {
        margin-bottom: 47px;
    }

    .mb-48--xs {
        margin-bottom: 48px;
    }

    .mb-49--xs {
        margin-bottom: 49px;
    }

    .mb-50--xs {
        margin-bottom: 50px;
    }

    .mb-51--xs {
        margin-bottom: 51px;
    }

    .mb-52--xs {
        margin-bottom: 52px;
    }

    .mb-53--xs {
        margin-bottom: 53px;
    }

    .mb-54--xs {
        margin-bottom: 54px;
    }

    .mb-55--xs {
        margin-bottom: 55px;
    }

    .mb-56--xs {
        margin-bottom: 56px;
    }

    .mb-57--xs {
        margin-bottom: 57px;
    }

    .mb-58--xs {
        margin-bottom: 58px;
    }

    .mb-59--xs {
        margin-bottom: 59px;
    }

    .mb-60--xs {
        margin-bottom: 60px;
    }

    .mb-61--xs {
        margin-bottom: 61px;
    }

    .mb-62--xs {
        margin-bottom: 62px;
    }

    .mb-63--xs {
        margin-bottom: 63px;
    }

    .mb-64--xs {
        margin-bottom: 64px;
    }

    .mb-65--xs {
        margin-bottom: 65px;
    }

    .mb-66--xs {
        margin-bottom: 66px;
    }

    .mb-67--xs {
        margin-bottom: 67px;
    }

    .mb-68--xs {
        margin-bottom: 68px;
    }

    .mb-69--xs {
        margin-bottom: 69px;
    }

    .mb-70--xs {
        margin-bottom: 70px;
    }

    .mb-71--xs {
        margin-bottom: 71px;
    }

    .mb-72--xs {
        margin-bottom: 72px;
    }

    .mb-73--xs {
        margin-bottom: 73px;
    }

    .mb-74--xs {
        margin-bottom: 74px;
    }

    .mb-75--xs {
        margin-bottom: 75px;
    }

    .mb-76--xs {
        margin-bottom: 76px;
    }

    .mb-77--xs {
        margin-bottom: 77px;
    }

    .mb-78--xs {
        margin-bottom: 78px;
    }

    .mb-79--xs {
        margin-bottom: 79px;
    }

    .mb-80--xs {
        margin-bottom: 80px;
    }

    .mb-81--xs {
        margin-bottom: 81px;
    }

    .mb-82--xs {
        margin-bottom: 82px;
    }

    .mb-83--xs {
        margin-bottom: 83px;
    }

    .mb-84--xs {
        margin-bottom: 84px;
    }

    .mb-85--xs {
        margin-bottom: 85px;
    }

    .mb-86--xs {
        margin-bottom: 86px;
    }

    .mb-87--xs {
        margin-bottom: 87px;
    }

    .mb-88--xs {
        margin-bottom: 88px;
    }

    .mb-89--xs {
        margin-bottom: 89px;
    }

    .mb-90--xs {
        margin-bottom: 90px;
    }

    .mb-91--xs {
        margin-bottom: 91px;
    }

    .mb-92--xs {
        margin-bottom: 92px;
    }

    .mb-93--xs {
        margin-bottom: 93px;
    }

    .mb-94--xs {
        margin-bottom: 94px;
    }

    .mb-95--xs {
        margin-bottom: 95px;
    }

    .mb-96--xs {
        margin-bottom: 96px;
    }

    .mb-97--xs {
        margin-bottom: 97px;
    }

    .mb-98--xs {
        margin-bottom: 98px;
    }

    .mb-99--xs {
        margin-bottom: 99px;
    }

    .mb-100--xs {
        margin-bottom: 100px;
    }

    .mt-0--xs {
        margin-top: 0;
    }

    .mt-1--xs {
        margin-top: 1px;
    }

    .mt-2--xs {
        margin-top: 2px;
    }

    .mt-3--xs {
        margin-top: 3px;
    }

    .mt-4--xs {
        margin-top: 4px;
    }

    .mt-5--xs {
        margin-top: 5px;
    }

    .mt-6--xs {
        margin-top: 6px;
    }

    .mt-7--xs {
        margin-top: 7px;
    }

    .mt-8--xs {
        margin-top: 8px;
    }

    .mt-9--xs {
        margin-top: 9px;
    }

    .mt-10--xs {
        margin-top: 10px;
    }

    .mt-11--xs {
        margin-top: 11px;
    }

    .mt-12--xs {
        margin-top: 12px;
    }

    .mt-13--xs {
        margin-top: 13px;
    }

    .mt-14--xs {
        margin-top: 14px;
    }

    .mt-15--xs {
        margin-top: 15px;
    }

    .mt-16--xs {
        margin-top: 16px;
    }

    .mt-17--xs {
        margin-top: 17px;
    }

    .mt-18--xs {
        margin-top: 18px;
    }

    .mt-19--xs {
        margin-top: 19px;
    }

    .mt-20--xs {
        margin-top: 20px;
    }

    .mt-21--xs {
        margin-top: 21px;
    }

    .mt-22--xs {
        margin-top: 22px;
    }

    .mt-23--xs {
        margin-top: 23px;
    }

    .mt-24--xs {
        margin-top: 24px;
    }

    .mt-25--xs {
        margin-top: 25px;
    }

    .mt-26--xs {
        margin-top: 26px;
    }

    .mt-27--xs {
        margin-top: 27px;
    }

    .mt-28--xs {
        margin-top: 28px;
    }

    .mt-29--xs {
        margin-top: 29px;
    }

    .mt-30--xs {
        margin-top: 30px;
    }

    .mt-31--xs {
        margin-top: 31px;
    }

    .mt-32--xs {
        margin-top: 32px;
    }

    .mt-33--xs {
        margin-top: 33px;
    }

    .mt-34--xs {
        margin-top: 34px;
    }

    .mt-35--xs {
        margin-top: 35px;
    }

    .mt-36--xs {
        margin-top: 36px;
    }

    .mt-37--xs {
        margin-top: 37px;
    }

    .mt-38--xs {
        margin-top: 38px;
    }

    .mt-39--xs {
        margin-top: 39px;
    }

    .mt-40--xs {
        margin-top: 40px;
    }

    .mt-41--xs {
        margin-top: 41px;
    }

    .mt-42--xs {
        margin-top: 42px;
    }

    .mt-43--xs {
        margin-top: 43px;
    }

    .mt-44--xs {
        margin-top: 44px;
    }

    .mt-45--xs {
        margin-top: 45px;
    }

    .mt-46--xs {
        margin-top: 46px;
    }

    .mt-47--xs {
        margin-top: 47px;
    }

    .mt-48--xs {
        margin-top: 48px;
    }

    .mt-49--xs {
        margin-top: 49px;
    }

    .mt-50--xs {
        margin-top: 50px;
    }

    .mt-51--xs {
        margin-top: 51px;
    }

    .mt-52--xs {
        margin-top: 52px;
    }

    .mt-53--xs {
        margin-top: 53px;
    }

    .mt-54--xs {
        margin-top: 54px;
    }

    .mt-55--xs {
        margin-top: 55px;
    }

    .mt-56--xs {
        margin-top: 56px;
    }

    .mt-57--xs {
        margin-top: 57px;
    }

    .mt-58--xs {
        margin-top: 58px;
    }

    .mt-59--xs {
        margin-top: 59px;
    }

    .mt-60--xs {
        margin-top: 60px;
    }

    .mt-61--xs {
        margin-top: 61px;
    }

    .mt-62--xs {
        margin-top: 62px;
    }

    .mt-63--xs {
        margin-top: 63px;
    }

    .mt-64--xs {
        margin-top: 64px;
    }

    .mt-65--xs {
        margin-top: 65px;
    }

    .mt-66--xs {
        margin-top: 66px;
    }

    .mt-67--xs {
        margin-top: 67px;
    }

    .mt-68--xs {
        margin-top: 68px;
    }

    .mt-69--xs {
        margin-top: 69px;
    }

    .mt-70--xs {
        margin-top: 70px;
    }

    .mt-71--xs {
        margin-top: 71px;
    }

    .mt-72--xs {
        margin-top: 72px;
    }

    .mt-73--xs {
        margin-top: 73px;
    }

    .mt-74--xs {
        margin-top: 74px;
    }

    .mt-75--xs {
        margin-top: 75px;
    }

    .mt-76--xs {
        margin-top: 76px;
    }

    .mt-77--xs {
        margin-top: 77px;
    }

    .mt-78--xs {
        margin-top: 78px;
    }

    .mt-79--xs {
        margin-top: 79px;
    }

    .mt-80--xs {
        margin-top: 80px;
    }

    .mt-81--xs {
        margin-top: 81px;
    }

    .mt-82--xs {
        margin-top: 82px;
    }

    .mt-83--xs {
        margin-top: 83px;
    }

    .mt-84--xs {
        margin-top: 84px;
    }

    .mt-85--xs {
        margin-top: 85px;
    }

    .mt-86--xs {
        margin-top: 86px;
    }

    .mt-87--xs {
        margin-top: 87px;
    }

    .mt-88--xs {
        margin-top: 88px;
    }

    .mt-89--xs {
        margin-top: 89px;
    }

    .mt-90--xs {
        margin-top: 90px;
    }

    .mt-91--xs {
        margin-top: 91px;
    }

    .mt-92--xs {
        margin-top: 92px;
    }

    .mt-93--xs {
        margin-top: 93px;
    }

    .mt-94--xs {
        margin-top: 94px;
    }

    .mt-95--xs {
        margin-top: 95px;
    }

    .mt-96--xs {
        margin-top: 96px;
    }

    .mt-97--xs {
        margin-top: 97px;
    }

    .mt-98--xs {
        margin-top: 98px;
    }

    .mt-99--xs {
        margin-top: 99px;
    }

    .mt-100--xs {
        margin-top: 100px;
    }

    .grid__item-1--xs {
        width: 8.33333%;
    }

    .grid__item-2--xs {
        width: 16.66667%;
    }

    .grid__item-3--xs {
        width: 25%;
    }

    .grid__item-4--xs {
        width: 33.33333%;
    }

    .grid__item-5--xs {
        width: 41.66667%;
    }

    .grid__item-6--xs {
        width: 50%;
    }

    .grid__item-7--xs {
        width: 58.33333%;
    }

    .grid__item-8--xs {
        width: 66.66667%;
    }

    .grid__item-9--xs {
        width: 75%;
    }

    .grid__item-10--xs {
        width: 83.33333%;
    }

    .grid__item-11--xs {
        width: 91.66667%;
    }

    .grid__item-12--xs {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .mb-0--sm {
        margin-bottom: 0;
    }

    .mb-1--sm {
        margin-bottom: 1px;
    }

    .mb-2--sm {
        margin-bottom: 2px;
    }

    .mb-3--sm {
        margin-bottom: 3px;
    }

    .mb-4--sm {
        margin-bottom: 4px;
    }

    .mb-5--sm {
        margin-bottom: 5px;
    }

    .mb-6--sm {
        margin-bottom: 6px;
    }

    .mb-7--sm {
        margin-bottom: 7px;
    }

    .mb-8--sm {
        margin-bottom: 8px;
    }

    .mb-9--sm {
        margin-bottom: 9px;
    }

    .mb-10--sm {
        margin-bottom: 10px;
    }

    .mb-11--sm {
        margin-bottom: 11px;
    }

    .mb-12--sm {
        margin-bottom: 12px;
    }

    .mb-13--sm {
        margin-bottom: 13px;
    }

    .mb-14--sm {
        margin-bottom: 14px;
    }

    .mb-15--sm {
        margin-bottom: 15px;
    }

    .mb-16--sm {
        margin-bottom: 16px;
    }

    .mb-17--sm {
        margin-bottom: 17px;
    }

    .mb-18--sm {
        margin-bottom: 18px;
    }

    .mb-19--sm {
        margin-bottom: 19px;
    }

    .mb-20--sm {
        margin-bottom: 20px;
    }

    .mb-21--sm {
        margin-bottom: 21px;
    }

    .mb-22--sm {
        margin-bottom: 22px;
    }

    .mb-23--sm {
        margin-bottom: 23px;
    }

    .mb-24--sm {
        margin-bottom: 24px;
    }

    .mb-25--sm {
        margin-bottom: 25px;
    }

    .mb-26--sm {
        margin-bottom: 26px;
    }

    .mb-27--sm {
        margin-bottom: 27px;
    }

    .mb-28--sm {
        margin-bottom: 28px;
    }

    .mb-29--sm {
        margin-bottom: 29px;
    }

    .mb-30--sm {
        margin-bottom: 30px;
    }

    .mb-31--sm {
        margin-bottom: 31px;
    }

    .mb-32--sm {
        margin-bottom: 32px;
    }

    .mb-33--sm {
        margin-bottom: 33px;
    }

    .mb-34--sm {
        margin-bottom: 34px;
    }

    .mb-35--sm {
        margin-bottom: 35px;
    }

    .mb-36--sm {
        margin-bottom: 36px;
    }

    .mb-37--sm {
        margin-bottom: 37px;
    }

    .mb-38--sm {
        margin-bottom: 38px;
    }

    .mb-39--sm {
        margin-bottom: 39px;
    }

    .mb-40--sm {
        margin-bottom: 40px;
    }

    .mb-41--sm {
        margin-bottom: 41px;
    }

    .mb-42--sm {
        margin-bottom: 42px;
    }

    .mb-43--sm {
        margin-bottom: 43px;
    }

    .mb-44--sm {
        margin-bottom: 44px;
    }

    .mb-45--sm {
        margin-bottom: 45px;
    }

    .mb-46--sm {
        margin-bottom: 46px;
    }

    .mb-47--sm {
        margin-bottom: 47px;
    }

    .mb-48--sm {
        margin-bottom: 48px;
    }

    .mb-49--sm {
        margin-bottom: 49px;
    }

    .mb-50--sm {
        margin-bottom: 50px;
    }

    .mb-51--sm {
        margin-bottom: 51px;
    }

    .mb-52--sm {
        margin-bottom: 52px;
    }

    .mb-53--sm {
        margin-bottom: 53px;
    }

    .mb-54--sm {
        margin-bottom: 54px;
    }

    .mb-55--sm {
        margin-bottom: 55px;
    }

    .mb-56--sm {
        margin-bottom: 56px;
    }

    .mb-57--sm {
        margin-bottom: 57px;
    }

    .mb-58--sm {
        margin-bottom: 58px;
    }

    .mb-59--sm {
        margin-bottom: 59px;
    }

    .mb-60--sm {
        margin-bottom: 60px;
    }

    .mb-61--sm {
        margin-bottom: 61px;
    }

    .mb-62--sm {
        margin-bottom: 62px;
    }

    .mb-63--sm {
        margin-bottom: 63px;
    }

    .mb-64--sm {
        margin-bottom: 64px;
    }

    .mb-65--sm {
        margin-bottom: 65px;
    }

    .mb-66--sm {
        margin-bottom: 66px;
    }

    .mb-67--sm {
        margin-bottom: 67px;
    }

    .mb-68--sm {
        margin-bottom: 68px;
    }

    .mb-69--sm {
        margin-bottom: 69px;
    }

    .mb-70--sm {
        margin-bottom: 70px;
    }

    .mb-71--sm {
        margin-bottom: 71px;
    }

    .mb-72--sm {
        margin-bottom: 72px;
    }

    .mb-73--sm {
        margin-bottom: 73px;
    }

    .mb-74--sm {
        margin-bottom: 74px;
    }

    .mb-75--sm {
        margin-bottom: 75px;
    }

    .mb-76--sm {
        margin-bottom: 76px;
    }

    .mb-77--sm {
        margin-bottom: 77px;
    }

    .mb-78--sm {
        margin-bottom: 78px;
    }

    .mb-79--sm {
        margin-bottom: 79px;
    }

    .mb-80--sm {
        margin-bottom: 80px;
    }

    .mb-81--sm {
        margin-bottom: 81px;
    }

    .mb-82--sm {
        margin-bottom: 82px;
    }

    .mb-83--sm {
        margin-bottom: 83px;
    }

    .mb-84--sm {
        margin-bottom: 84px;
    }

    .mb-85--sm {
        margin-bottom: 85px;
    }

    .mb-86--sm {
        margin-bottom: 86px;
    }

    .mb-87--sm {
        margin-bottom: 87px;
    }

    .mb-88--sm {
        margin-bottom: 88px;
    }

    .mb-89--sm {
        margin-bottom: 89px;
    }

    .mb-90--sm {
        margin-bottom: 90px;
    }

    .mb-91--sm {
        margin-bottom: 91px;
    }

    .mb-92--sm {
        margin-bottom: 92px;
    }

    .mb-93--sm {
        margin-bottom: 93px;
    }

    .mb-94--sm {
        margin-bottom: 94px;
    }

    .mb-95--sm {
        margin-bottom: 95px;
    }

    .mb-96--sm {
        margin-bottom: 96px;
    }

    .mb-97--sm {
        margin-bottom: 97px;
    }

    .mb-98--sm {
        margin-bottom: 98px;
    }

    .mb-99--sm {
        margin-bottom: 99px;
    }

    .mb-100--sm {
        margin-bottom: 100px;
    }

    .mt-0--sm {
        margin-top: 0;
    }

    .mt-1--sm {
        margin-top: 1px;
    }

    .mt-2--sm {
        margin-top: 2px;
    }

    .mt-3--sm {
        margin-top: 3px;
    }

    .mt-4--sm {
        margin-top: 4px;
    }

    .mt-5--sm {
        margin-top: 5px;
    }

    .mt-6--sm {
        margin-top: 6px;
    }

    .mt-7--sm {
        margin-top: 7px;
    }

    .mt-8--sm {
        margin-top: 8px;
    }

    .mt-9--sm {
        margin-top: 9px;
    }

    .mt-10--sm {
        margin-top: 10px;
    }

    .mt-11--sm {
        margin-top: 11px;
    }

    .mt-12--sm {
        margin-top: 12px;
    }

    .mt-13--sm {
        margin-top: 13px;
    }

    .mt-14--sm {
        margin-top: 14px;
    }

    .mt-15--sm {
        margin-top: 15px;
    }

    .mt-16--sm {
        margin-top: 16px;
    }

    .mt-17--sm {
        margin-top: 17px;
    }

    .mt-18--sm {
        margin-top: 18px;
    }

    .mt-19--sm {
        margin-top: 19px;
    }

    .mt-20--sm {
        margin-top: 20px;
    }

    .mt-21--sm {
        margin-top: 21px;
    }

    .mt-22--sm {
        margin-top: 22px;
    }

    .mt-23--sm {
        margin-top: 23px;
    }

    .mt-24--sm {
        margin-top: 24px;
    }

    .mt-25--sm {
        margin-top: 25px;
    }

    .mt-26--sm {
        margin-top: 26px;
    }

    .mt-27--sm {
        margin-top: 27px;
    }

    .mt-28--sm {
        margin-top: 28px;
    }

    .mt-29--sm {
        margin-top: 29px;
    }

    .mt-30--sm {
        margin-top: 30px;
    }

    .mt-31--sm {
        margin-top: 31px;
    }

    .mt-32--sm {
        margin-top: 32px;
    }

    .mt-33--sm {
        margin-top: 33px;
    }

    .mt-34--sm {
        margin-top: 34px;
    }

    .mt-35--sm {
        margin-top: 35px;
    }

    .mt-36--sm {
        margin-top: 36px;
    }

    .mt-37--sm {
        margin-top: 37px;
    }

    .mt-38--sm {
        margin-top: 38px;
    }

    .mt-39--sm {
        margin-top: 39px;
    }

    .mt-40--sm {
        margin-top: 40px;
    }

    .mt-41--sm {
        margin-top: 41px;
    }

    .mt-42--sm {
        margin-top: 42px;
    }

    .mt-43--sm {
        margin-top: 43px;
    }

    .mt-44--sm {
        margin-top: 44px;
    }

    .mt-45--sm {
        margin-top: 45px;
    }

    .mt-46--sm {
        margin-top: 46px;
    }

    .mt-47--sm {
        margin-top: 47px;
    }

    .mt-48--sm {
        margin-top: 48px;
    }

    .mt-49--sm {
        margin-top: 49px;
    }

    .mt-50--sm {
        margin-top: 50px;
    }

    .mt-51--sm {
        margin-top: 51px;
    }

    .mt-52--sm {
        margin-top: 52px;
    }

    .mt-53--sm {
        margin-top: 53px;
    }

    .mt-54--sm {
        margin-top: 54px;
    }

    .mt-55--sm {
        margin-top: 55px;
    }

    .mt-56--sm {
        margin-top: 56px;
    }

    .mt-57--sm {
        margin-top: 57px;
    }

    .mt-58--sm {
        margin-top: 58px;
    }

    .mt-59--sm {
        margin-top: 59px;
    }

    .mt-60--sm {
        margin-top: 60px;
    }

    .mt-61--sm {
        margin-top: 61px;
    }

    .mt-62--sm {
        margin-top: 62px;
    }

    .mt-63--sm {
        margin-top: 63px;
    }

    .mt-64--sm {
        margin-top: 64px;
    }

    .mt-65--sm {
        margin-top: 65px;
    }

    .mt-66--sm {
        margin-top: 66px;
    }

    .mt-67--sm {
        margin-top: 67px;
    }

    .mt-68--sm {
        margin-top: 68px;
    }

    .mt-69--sm {
        margin-top: 69px;
    }

    .mt-70--sm {
        margin-top: 70px;
    }

    .mt-71--sm {
        margin-top: 71px;
    }

    .mt-72--sm {
        margin-top: 72px;
    }

    .mt-73--sm {
        margin-top: 73px;
    }

    .mt-74--sm {
        margin-top: 74px;
    }

    .mt-75--sm {
        margin-top: 75px;
    }

    .mt-76--sm {
        margin-top: 76px;
    }

    .mt-77--sm {
        margin-top: 77px;
    }

    .mt-78--sm {
        margin-top: 78px;
    }

    .mt-79--sm {
        margin-top: 79px;
    }

    .mt-80--sm {
        margin-top: 80px;
    }

    .mt-81--sm {
        margin-top: 81px;
    }

    .mt-82--sm {
        margin-top: 82px;
    }

    .mt-83--sm {
        margin-top: 83px;
    }

    .mt-84--sm {
        margin-top: 84px;
    }

    .mt-85--sm {
        margin-top: 85px;
    }

    .mt-86--sm {
        margin-top: 86px;
    }

    .mt-87--sm {
        margin-top: 87px;
    }

    .mt-88--sm {
        margin-top: 88px;
    }

    .mt-89--sm {
        margin-top: 89px;
    }

    .mt-90--sm {
        margin-top: 90px;
    }

    .mt-91--sm {
        margin-top: 91px;
    }

    .mt-92--sm {
        margin-top: 92px;
    }

    .mt-93--sm {
        margin-top: 93px;
    }

    .mt-94--sm {
        margin-top: 94px;
    }

    .mt-95--sm {
        margin-top: 95px;
    }

    .mt-96--sm {
        margin-top: 96px;
    }

    .mt-97--sm {
        margin-top: 97px;
    }

    .mt-98--sm {
        margin-top: 98px;
    }

    .mt-99--sm {
        margin-top: 99px;
    }

    .mt-100--sm {
        margin-top: 100px;
    }

    .grid__item-1--sm {
        width: 8.33333%;
    }

    .grid__item-2--sm {
        width: 16.66667%;
    }

    .grid__item-3--sm {
        width: 25%;
    }

    .grid__item-4--sm {
        width: 33.33333%;
    }

    .grid__item-5--sm {
        width: 41.66667%;
    }

    .grid__item-6--sm {
        width: 50%;
    }

    .grid__item-7--sm {
        width: 58.33333%;
    }

    .grid__item-8--sm {
        width: 66.66667%;
    }

    .grid__item-9--sm {
        width: 75%;
    }

    .grid__item-10--sm {
        width: 83.33333%;
    }

    .grid__item-11--sm {
        width: 91.66667%;
    }

    .grid__item-12--sm {
        width: 100%;
    }
}

@media (min-width: 1024px) {
    .mb-0--md {
        margin-bottom: 0;
    }

    .mb-1--md {
        margin-bottom: 1px;
    }

    .mb-2--md {
        margin-bottom: 2px;
    }

    .mb-3--md {
        margin-bottom: 3px;
    }

    .mb-4--md {
        margin-bottom: 4px;
    }

    .mb-5--md {
        margin-bottom: 5px;
    }

    .mb-6--md {
        margin-bottom: 6px;
    }

    .mb-7--md {
        margin-bottom: 7px;
    }

    .mb-8--md {
        margin-bottom: 8px;
    }

    .mb-9--md {
        margin-bottom: 9px;
    }

    .mb-10--md {
        margin-bottom: 10px;
    }

    .mb-11--md {
        margin-bottom: 11px;
    }

    .mb-12--md {
        margin-bottom: 12px;
    }

    .mb-13--md {
        margin-bottom: 13px;
    }

    .mb-14--md {
        margin-bottom: 14px;
    }

    .mb-15--md {
        margin-bottom: 15px;
    }

    .mb-16--md {
        margin-bottom: 16px;
    }

    .mb-17--md {
        margin-bottom: 17px;
    }

    .mb-18--md {
        margin-bottom: 18px;
    }

    .mb-19--md {
        margin-bottom: 19px;
    }

    .mb-20--md {
        margin-bottom: 20px;
    }

    .mb-21--md {
        margin-bottom: 21px;
    }

    .mb-22--md {
        margin-bottom: 22px;
    }

    .mb-23--md {
        margin-bottom: 23px;
    }

    .mb-24--md {
        margin-bottom: 24px;
    }

    .mb-25--md {
        margin-bottom: 25px;
    }

    .mb-26--md {
        margin-bottom: 26px;
    }

    .mb-27--md {
        margin-bottom: 27px;
    }

    .mb-28--md {
        margin-bottom: 28px;
    }

    .mb-29--md {
        margin-bottom: 29px;
    }

    .mb-30--md {
        margin-bottom: 30px;
    }

    .mb-31--md {
        margin-bottom: 31px;
    }

    .mb-32--md {
        margin-bottom: 32px;
    }

    .mb-33--md {
        margin-bottom: 33px;
    }

    .mb-34--md {
        margin-bottom: 34px;
    }

    .mb-35--md {
        margin-bottom: 35px;
    }

    .mb-36--md {
        margin-bottom: 36px;
    }

    .mb-37--md {
        margin-bottom: 37px;
    }

    .mb-38--md {
        margin-bottom: 38px;
    }

    .mb-39--md {
        margin-bottom: 39px;
    }

    .mb-40--md {
        margin-bottom: 40px;
    }

    .mb-41--md {
        margin-bottom: 41px;
    }

    .mb-42--md {
        margin-bottom: 42px;
    }

    .mb-43--md {
        margin-bottom: 43px;
    }

    .mb-44--md {
        margin-bottom: 44px;
    }

    .mb-45--md {
        margin-bottom: 45px;
    }

    .mb-46--md {
        margin-bottom: 46px;
    }

    .mb-47--md {
        margin-bottom: 47px;
    }

    .mb-48--md {
        margin-bottom: 48px;
    }

    .mb-49--md {
        margin-bottom: 49px;
    }

    .mb-50--md {
        margin-bottom: 50px;
    }

    .mb-51--md {
        margin-bottom: 51px;
    }

    .mb-52--md {
        margin-bottom: 52px;
    }

    .mb-53--md {
        margin-bottom: 53px;
    }

    .mb-54--md {
        margin-bottom: 54px;
    }

    .mb-55--md {
        margin-bottom: 55px;
    }

    .mb-56--md {
        margin-bottom: 56px;
    }

    .mb-57--md {
        margin-bottom: 57px;
    }

    .mb-58--md {
        margin-bottom: 58px;
    }

    .mb-59--md {
        margin-bottom: 59px;
    }

    .mb-60--md {
        margin-bottom: 60px;
    }

    .mb-61--md {
        margin-bottom: 61px;
    }

    .mb-62--md {
        margin-bottom: 62px;
    }

    .mb-63--md {
        margin-bottom: 63px;
    }

    .mb-64--md {
        margin-bottom: 64px;
    }

    .mb-65--md {
        margin-bottom: 65px;
    }

    .mb-66--md {
        margin-bottom: 66px;
    }

    .mb-67--md {
        margin-bottom: 67px;
    }

    .mb-68--md {
        margin-bottom: 68px;
    }

    .mb-69--md {
        margin-bottom: 69px;
    }

    .mb-70--md {
        margin-bottom: 70px;
    }

    .mb-71--md {
        margin-bottom: 71px;
    }

    .mb-72--md {
        margin-bottom: 72px;
    }

    .mb-73--md {
        margin-bottom: 73px;
    }

    .mb-74--md {
        margin-bottom: 74px;
    }

    .mb-75--md {
        margin-bottom: 75px;
    }

    .mb-76--md {
        margin-bottom: 76px;
    }

    .mb-77--md {
        margin-bottom: 77px;
    }

    .mb-78--md {
        margin-bottom: 78px;
    }

    .mb-79--md {
        margin-bottom: 79px;
    }

    .mb-80--md {
        margin-bottom: 80px;
    }

    .mb-81--md {
        margin-bottom: 81px;
    }

    .mb-82--md {
        margin-bottom: 82px;
    }

    .mb-83--md {
        margin-bottom: 83px;
    }

    .mb-84--md {
        margin-bottom: 84px;
    }

    .mb-85--md {
        margin-bottom: 85px;
    }

    .mb-86--md {
        margin-bottom: 86px;
    }

    .mb-87--md {
        margin-bottom: 87px;
    }

    .mb-88--md {
        margin-bottom: 88px;
    }

    .mb-89--md {
        margin-bottom: 89px;
    }

    .mb-90--md {
        margin-bottom: 90px;
    }

    .mb-91--md {
        margin-bottom: 91px;
    }

    .mb-92--md {
        margin-bottom: 92px;
    }

    .mb-93--md {
        margin-bottom: 93px;
    }

    .mb-94--md {
        margin-bottom: 94px;
    }

    .mb-95--md {
        margin-bottom: 95px;
    }

    .mb-96--md {
        margin-bottom: 96px;
    }

    .mb-97--md {
        margin-bottom: 97px;
    }

    .mb-98--md {
        margin-bottom: 98px;
    }

    .mb-99--md {
        margin-bottom: 99px;
    }

    .mb-100--md {
        margin-bottom: 100px;
    }

    .mt-0--md {
        margin-top: 0;
    }

    .mt-1--md {
        margin-top: 1px;
    }

    .mt-2--md {
        margin-top: 2px;
    }

    .mt-3--md {
        margin-top: 3px;
    }

    .mt-4--md {
        margin-top: 4px;
    }

    .mt-5--md {
        margin-top: 5px;
    }

    .mt-6--md {
        margin-top: 6px;
    }

    .mt-7--md {
        margin-top: 7px;
    }

    .mt-8--md {
        margin-top: 8px;
    }

    .mt-9--md {
        margin-top: 9px;
    }

    .mt-10--md {
        margin-top: 10px;
    }

    .mt-11--md {
        margin-top: 11px;
    }

    .mt-12--md {
        margin-top: 12px;
    }

    .mt-13--md {
        margin-top: 13px;
    }

    .mt-14--md {
        margin-top: 14px;
    }

    .mt-15--md {
        margin-top: 15px;
    }

    .mt-16--md {
        margin-top: 16px;
    }

    .mt-17--md {
        margin-top: 17px;
    }

    .mt-18--md {
        margin-top: 18px;
    }

    .mt-19--md {
        margin-top: 19px;
    }

    .mt-20--md {
        margin-top: 20px;
    }

    .mt-21--md {
        margin-top: 21px;
    }

    .mt-22--md {
        margin-top: 22px;
    }

    .mt-23--md {
        margin-top: 23px;
    }

    .mt-24--md {
        margin-top: 24px;
    }

    .mt-25--md {
        margin-top: 25px;
    }

    .mt-26--md {
        margin-top: 26px;
    }

    .mt-27--md {
        margin-top: 27px;
    }

    .mt-28--md {
        margin-top: 28px;
    }

    .mt-29--md {
        margin-top: 29px;
    }

    .mt-30--md {
        margin-top: 30px;
    }

    .mt-31--md {
        margin-top: 31px;
    }

    .mt-32--md {
        margin-top: 32px;
    }

    .mt-33--md {
        margin-top: 33px;
    }

    .mt-34--md {
        margin-top: 34px;
    }

    .mt-35--md {
        margin-top: 35px;
    }

    .mt-36--md {
        margin-top: 36px;
    }

    .mt-37--md {
        margin-top: 37px;
    }

    .mt-38--md {
        margin-top: 38px;
    }

    .mt-39--md {
        margin-top: 39px;
    }

    .mt-40--md {
        margin-top: 40px;
    }

    .mt-41--md {
        margin-top: 41px;
    }

    .mt-42--md {
        margin-top: 42px;
    }

    .mt-43--md {
        margin-top: 43px;
    }

    .mt-44--md {
        margin-top: 44px;
    }

    .mt-45--md {
        margin-top: 45px;
    }

    .mt-46--md {
        margin-top: 46px;
    }

    .mt-47--md {
        margin-top: 47px;
    }

    .mt-48--md {
        margin-top: 48px;
    }

    .mt-49--md {
        margin-top: 49px;
    }

    .mt-50--md {
        margin-top: 50px;
    }

    .mt-51--md {
        margin-top: 51px;
    }

    .mt-52--md {
        margin-top: 52px;
    }

    .mt-53--md {
        margin-top: 53px;
    }

    .mt-54--md {
        margin-top: 54px;
    }

    .mt-55--md {
        margin-top: 55px;
    }

    .mt-56--md {
        margin-top: 56px;
    }

    .mt-57--md {
        margin-top: 57px;
    }

    .mt-58--md {
        margin-top: 58px;
    }

    .mt-59--md {
        margin-top: 59px;
    }

    .mt-60--md {
        margin-top: 60px;
    }

    .mt-61--md {
        margin-top: 61px;
    }

    .mt-62--md {
        margin-top: 62px;
    }

    .mt-63--md {
        margin-top: 63px;
    }

    .mt-64--md {
        margin-top: 64px;
    }

    .mt-65--md {
        margin-top: 65px;
    }

    .mt-66--md {
        margin-top: 66px;
    }

    .mt-67--md {
        margin-top: 67px;
    }

    .mt-68--md {
        margin-top: 68px;
    }

    .mt-69--md {
        margin-top: 69px;
    }

    .mt-70--md {
        margin-top: 70px;
    }

    .mt-71--md {
        margin-top: 71px;
    }

    .mt-72--md {
        margin-top: 72px;
    }

    .mt-73--md {
        margin-top: 73px;
    }

    .mt-74--md {
        margin-top: 74px;
    }

    .mt-75--md {
        margin-top: 75px;
    }

    .mt-76--md {
        margin-top: 76px;
    }

    .mt-77--md {
        margin-top: 77px;
    }

    .mt-78--md {
        margin-top: 78px;
    }

    .mt-79--md {
        margin-top: 79px;
    }

    .mt-80--md {
        margin-top: 80px;
    }

    .mt-81--md {
        margin-top: 81px;
    }

    .mt-82--md {
        margin-top: 82px;
    }

    .mt-83--md {
        margin-top: 83px;
    }

    .mt-84--md {
        margin-top: 84px;
    }

    .mt-85--md {
        margin-top: 85px;
    }

    .mt-86--md {
        margin-top: 86px;
    }

    .mt-87--md {
        margin-top: 87px;
    }

    .mt-88--md {
        margin-top: 88px;
    }

    .mt-89--md {
        margin-top: 89px;
    }

    .mt-90--md {
        margin-top: 90px;
    }

    .mt-91--md {
        margin-top: 91px;
    }

    .mt-92--md {
        margin-top: 92px;
    }

    .mt-93--md {
        margin-top: 93px;
    }

    .mt-94--md {
        margin-top: 94px;
    }

    .mt-95--md {
        margin-top: 95px;
    }

    .mt-96--md {
        margin-top: 96px;
    }

    .mt-97--md {
        margin-top: 97px;
    }

    .mt-98--md {
        margin-top: 98px;
    }

    .mt-99--md {
        margin-top: 99px;
    }

    .mt-100--md {
        margin-top: 100px;
    }

    .grid__item-1--md {
        width: 8.33333%;
    }

    .grid__item-2--md {
        width: 16.66667%;
    }

    .grid__item-3--md {
        width: 25%;
    }

    .grid__item-4--md {
        width: 33.33333%;
    }

    .grid__item-5--md {
        width: 41.66667%;
    }

    .grid__item-6--md {
        width: 50%;
    }

    .grid__item-7--md {
        width: 58.33333%;
    }

    .grid__item-8--md {
        width: 66.66667%;
    }

    .grid__item-9--md {
        width: 75%;
    }

    .grid__item-10--md {
        width: 83.33333%;
    }

    .grid__item-11--md {
        width: 91.66667%;
    }

    .grid__item-12--md {
        width: 100%;
    }
}

@media (min-width: 1280px) {
    .mb-0--lg {
        margin-bottom: 0;
    }

    .mb-1--lg {
        margin-bottom: 1px;
    }

    .mb-2--lg {
        margin-bottom: 2px;
    }

    .mb-3--lg {
        margin-bottom: 3px;
    }

    .mb-4--lg {
        margin-bottom: 4px;
    }

    .mb-5--lg {
        margin-bottom: 5px;
    }

    .mb-6--lg {
        margin-bottom: 6px;
    }

    .mb-7--lg {
        margin-bottom: 7px;
    }

    .mb-8--lg {
        margin-bottom: 8px;
    }

    .mb-9--lg {
        margin-bottom: 9px;
    }

    .mb-10--lg {
        margin-bottom: 10px;
    }

    .mb-11--lg {
        margin-bottom: 11px;
    }

    .mb-12--lg {
        margin-bottom: 12px;
    }

    .mb-13--lg {
        margin-bottom: 13px;
    }

    .mb-14--lg {
        margin-bottom: 14px;
    }

    .mb-15--lg {
        margin-bottom: 15px;
    }

    .mb-16--lg {
        margin-bottom: 16px;
    }

    .mb-17--lg {
        margin-bottom: 17px;
    }

    .mb-18--lg {
        margin-bottom: 18px;
    }

    .mb-19--lg {
        margin-bottom: 19px;
    }

    .mb-20--lg {
        margin-bottom: 20px;
    }

    .mb-21--lg {
        margin-bottom: 21px;
    }

    .mb-22--lg {
        margin-bottom: 22px;
    }

    .mb-23--lg {
        margin-bottom: 23px;
    }

    .mb-24--lg {
        margin-bottom: 24px;
    }

    .mb-25--lg {
        margin-bottom: 25px;
    }

    .mb-26--lg {
        margin-bottom: 26px;
    }

    .mb-27--lg {
        margin-bottom: 27px;
    }

    .mb-28--lg {
        margin-bottom: 28px;
    }

    .mb-29--lg {
        margin-bottom: 29px;
    }

    .mb-30--lg {
        margin-bottom: 30px;
    }

    .mb-31--lg {
        margin-bottom: 31px;
    }

    .mb-32--lg {
        margin-bottom: 32px;
    }

    .mb-33--lg {
        margin-bottom: 33px;
    }

    .mb-34--lg {
        margin-bottom: 34px;
    }

    .mb-35--lg {
        margin-bottom: 35px;
    }

    .mb-36--lg {
        margin-bottom: 36px;
    }

    .mb-37--lg {
        margin-bottom: 37px;
    }

    .mb-38--lg {
        margin-bottom: 38px;
    }

    .mb-39--lg {
        margin-bottom: 39px;
    }

    .mb-40--lg {
        margin-bottom: 40px;
    }

    .mb-41--lg {
        margin-bottom: 41px;
    }

    .mb-42--lg {
        margin-bottom: 42px;
    }

    .mb-43--lg {
        margin-bottom: 43px;
    }

    .mb-44--lg {
        margin-bottom: 44px;
    }

    .mb-45--lg {
        margin-bottom: 45px;
    }

    .mb-46--lg {
        margin-bottom: 46px;
    }

    .mb-47--lg {
        margin-bottom: 47px;
    }

    .mb-48--lg {
        margin-bottom: 48px;
    }

    .mb-49--lg {
        margin-bottom: 49px;
    }

    .mb-50--lg {
        margin-bottom: 50px;
    }

    .mb-51--lg {
        margin-bottom: 51px;
    }

    .mb-52--lg {
        margin-bottom: 52px;
    }

    .mb-53--lg {
        margin-bottom: 53px;
    }

    .mb-54--lg {
        margin-bottom: 54px;
    }

    .mb-55--lg {
        margin-bottom: 55px;
    }

    .mb-56--lg {
        margin-bottom: 56px;
    }

    .mb-57--lg {
        margin-bottom: 57px;
    }

    .mb-58--lg {
        margin-bottom: 58px;
    }

    .mb-59--lg {
        margin-bottom: 59px;
    }

    .mb-60--lg {
        margin-bottom: 60px;
    }

    .mb-61--lg {
        margin-bottom: 61px;
    }

    .mb-62--lg {
        margin-bottom: 62px;
    }

    .mb-63--lg {
        margin-bottom: 63px;
    }

    .mb-64--lg {
        margin-bottom: 64px;
    }

    .mb-65--lg {
        margin-bottom: 65px;
    }

    .mb-66--lg {
        margin-bottom: 66px;
    }

    .mb-67--lg {
        margin-bottom: 67px;
    }

    .mb-68--lg {
        margin-bottom: 68px;
    }

    .mb-69--lg {
        margin-bottom: 69px;
    }

    .mb-70--lg {
        margin-bottom: 70px;
    }

    .mb-71--lg {
        margin-bottom: 71px;
    }

    .mb-72--lg {
        margin-bottom: 72px;
    }

    .mb-73--lg {
        margin-bottom: 73px;
    }

    .mb-74--lg {
        margin-bottom: 74px;
    }

    .mb-75--lg {
        margin-bottom: 75px;
    }

    .mb-76--lg {
        margin-bottom: 76px;
    }

    .mb-77--lg {
        margin-bottom: 77px;
    }

    .mb-78--lg {
        margin-bottom: 78px;
    }

    .mb-79--lg {
        margin-bottom: 79px;
    }

    .mb-80--lg {
        margin-bottom: 80px;
    }

    .mb-81--lg {
        margin-bottom: 81px;
    }

    .mb-82--lg {
        margin-bottom: 82px;
    }

    .mb-83--lg {
        margin-bottom: 83px;
    }

    .mb-84--lg {
        margin-bottom: 84px;
    }

    .mb-85--lg {
        margin-bottom: 85px;
    }

    .mb-86--lg {
        margin-bottom: 86px;
    }

    .mb-87--lg {
        margin-bottom: 87px;
    }

    .mb-88--lg {
        margin-bottom: 88px;
    }

    .mb-89--lg {
        margin-bottom: 89px;
    }

    .mb-90--lg {
        margin-bottom: 90px;
    }

    .mb-91--lg {
        margin-bottom: 91px;
    }

    .mb-92--lg {
        margin-bottom: 92px;
    }

    .mb-93--lg {
        margin-bottom: 93px;
    }

    .mb-94--lg {
        margin-bottom: 94px;
    }

    .mb-95--lg {
        margin-bottom: 95px;
    }

    .mb-96--lg {
        margin-bottom: 96px;
    }

    .mb-97--lg {
        margin-bottom: 97px;
    }

    .mb-98--lg {
        margin-bottom: 98px;
    }

    .mb-99--lg {
        margin-bottom: 99px;
    }

    .mb-100--lg {
        margin-bottom: 100px;
    }

    .mt-0--lg {
        margin-top: 0;
    }

    .mt-1--lg {
        margin-top: 1px;
    }

    .mt-2--lg {
        margin-top: 2px;
    }

    .mt-3--lg {
        margin-top: 3px;
    }

    .mt-4--lg {
        margin-top: 4px;
    }

    .mt-5--lg {
        margin-top: 5px;
    }

    .mt-6--lg {
        margin-top: 6px;
    }

    .mt-7--lg {
        margin-top: 7px;
    }

    .mt-8--lg {
        margin-top: 8px;
    }

    .mt-9--lg {
        margin-top: 9px;
    }

    .mt-10--lg {
        margin-top: 10px;
    }

    .mt-11--lg {
        margin-top: 11px;
    }

    .mt-12--lg {
        margin-top: 12px;
    }

    .mt-13--lg {
        margin-top: 13px;
    }

    .mt-14--lg {
        margin-top: 14px;
    }

    .mt-15--lg {
        margin-top: 15px;
    }

    .mt-16--lg {
        margin-top: 16px;
    }

    .mt-17--lg {
        margin-top: 17px;
    }

    .mt-18--lg {
        margin-top: 18px;
    }

    .mt-19--lg {
        margin-top: 19px;
    }

    .mt-20--lg {
        margin-top: 20px;
    }

    .mt-21--lg {
        margin-top: 21px;
    }

    .mt-22--lg {
        margin-top: 22px;
    }

    .mt-23--lg {
        margin-top: 23px;
    }

    .mt-24--lg {
        margin-top: 24px;
    }

    .mt-25--lg {
        margin-top: 25px;
    }

    .mt-26--lg {
        margin-top: 26px;
    }

    .mt-27--lg {
        margin-top: 27px;
    }

    .mt-28--lg {
        margin-top: 28px;
    }

    .mt-29--lg {
        margin-top: 29px;
    }

    .mt-30--lg {
        margin-top: 30px;
    }

    .mt-31--lg {
        margin-top: 31px;
    }

    .mt-32--lg {
        margin-top: 32px;
    }

    .mt-33--lg {
        margin-top: 33px;
    }

    .mt-34--lg {
        margin-top: 34px;
    }

    .mt-35--lg {
        margin-top: 35px;
    }

    .mt-36--lg {
        margin-top: 36px;
    }

    .mt-37--lg {
        margin-top: 37px;
    }

    .mt-38--lg {
        margin-top: 38px;
    }

    .mt-39--lg {
        margin-top: 39px;
    }

    .mt-40--lg {
        margin-top: 40px;
    }

    .mt-41--lg {
        margin-top: 41px;
    }

    .mt-42--lg {
        margin-top: 42px;
    }

    .mt-43--lg {
        margin-top: 43px;
    }

    .mt-44--lg {
        margin-top: 44px;
    }

    .mt-45--lg {
        margin-top: 45px;
    }

    .mt-46--lg {
        margin-top: 46px;
    }

    .mt-47--lg {
        margin-top: 47px;
    }

    .mt-48--lg {
        margin-top: 48px;
    }

    .mt-49--lg {
        margin-top: 49px;
    }

    .mt-50--lg {
        margin-top: 50px;
    }

    .mt-51--lg {
        margin-top: 51px;
    }

    .mt-52--lg {
        margin-top: 52px;
    }

    .mt-53--lg {
        margin-top: 53px;
    }

    .mt-54--lg {
        margin-top: 54px;
    }

    .mt-55--lg {
        margin-top: 55px;
    }

    .mt-56--lg {
        margin-top: 56px;
    }

    .mt-57--lg {
        margin-top: 57px;
    }

    .mt-58--lg {
        margin-top: 58px;
    }

    .mt-59--lg {
        margin-top: 59px;
    }

    .mt-60--lg {
        margin-top: 60px;
    }

    .mt-61--lg {
        margin-top: 61px;
    }

    .mt-62--lg {
        margin-top: 62px;
    }

    .mt-63--lg {
        margin-top: 63px;
    }

    .mt-64--lg {
        margin-top: 64px;
    }

    .mt-65--lg {
        margin-top: 65px;
    }

    .mt-66--lg {
        margin-top: 66px;
    }

    .mt-67--lg {
        margin-top: 67px;
    }

    .mt-68--lg {
        margin-top: 68px;
    }

    .mt-69--lg {
        margin-top: 69px;
    }

    .mt-70--lg {
        margin-top: 70px;
    }

    .mt-71--lg {
        margin-top: 71px;
    }

    .mt-72--lg {
        margin-top: 72px;
    }

    .mt-73--lg {
        margin-top: 73px;
    }

    .mt-74--lg {
        margin-top: 74px;
    }

    .mt-75--lg {
        margin-top: 75px;
    }

    .mt-76--lg {
        margin-top: 76px;
    }

    .mt-77--lg {
        margin-top: 77px;
    }

    .mt-78--lg {
        margin-top: 78px;
    }

    .mt-79--lg {
        margin-top: 79px;
    }

    .mt-80--lg {
        margin-top: 80px;
    }

    .mt-81--lg {
        margin-top: 81px;
    }

    .mt-82--lg {
        margin-top: 82px;
    }

    .mt-83--lg {
        margin-top: 83px;
    }

    .mt-84--lg {
        margin-top: 84px;
    }

    .mt-85--lg {
        margin-top: 85px;
    }

    .mt-86--lg {
        margin-top: 86px;
    }

    .mt-87--lg {
        margin-top: 87px;
    }

    .mt-88--lg {
        margin-top: 88px;
    }

    .mt-89--lg {
        margin-top: 89px;
    }

    .mt-90--lg {
        margin-top: 90px;
    }

    .mt-91--lg {
        margin-top: 91px;
    }

    .mt-92--lg {
        margin-top: 92px;
    }

    .mt-93--lg {
        margin-top: 93px;
    }

    .mt-94--lg {
        margin-top: 94px;
    }

    .mt-95--lg {
        margin-top: 95px;
    }

    .mt-96--lg {
        margin-top: 96px;
    }

    .mt-97--lg {
        margin-top: 97px;
    }

    .mt-98--lg {
        margin-top: 98px;
    }

    .mt-99--lg {
        margin-top: 99px;
    }

    .mt-100--lg {
        margin-top: 100px;
    }

    .grid__item-1--lg {
        width: 8.33333%;
    }

    .grid__item-2--lg {
        width: 16.66667%;
    }

    .grid__item-3--lg {
        width: 25%;
    }

    .grid__item-4--lg {
        width: 33.33333%;
    }

    .grid__item-5--lg {
        width: 41.66667%;
    }

    .grid__item-6--lg {
        width: 50%;
    }

    .grid__item-7--lg {
        width: 58.33333%;
    }

    .grid__item-8--lg {
        width: 66.66667%;
    }

    .grid__item-9--lg {
        width: 75%;
    }

    .grid__item-10--lg {
        width: 83.33333%;
    }

    .grid__item-11--lg {
        width: 91.66667%;
    }

    .grid__item-12--lg {
        width: 100%;
    }
}

@media (min-width: 1440px) {
    .mb-0--xl {
        margin-bottom: 0;
    }

    .mb-1--xl {
        margin-bottom: 1px;
    }

    .mb-2--xl {
        margin-bottom: 2px;
    }

    .mb-3--xl {
        margin-bottom: 3px;
    }

    .mb-4--xl {
        margin-bottom: 4px;
    }

    .mb-5--xl {
        margin-bottom: 5px;
    }

    .mb-6--xl {
        margin-bottom: 6px;
    }

    .mb-7--xl {
        margin-bottom: 7px;
    }

    .mb-8--xl {
        margin-bottom: 8px;
    }

    .mb-9--xl {
        margin-bottom: 9px;
    }

    .mb-10--xl {
        margin-bottom: 10px;
    }

    .mb-11--xl {
        margin-bottom: 11px;
    }

    .mb-12--xl {
        margin-bottom: 12px;
    }

    .mb-13--xl {
        margin-bottom: 13px;
    }

    .mb-14--xl {
        margin-bottom: 14px;
    }

    .mb-15--xl {
        margin-bottom: 15px;
    }

    .mb-16--xl {
        margin-bottom: 16px;
    }

    .mb-17--xl {
        margin-bottom: 17px;
    }

    .mb-18--xl {
        margin-bottom: 18px;
    }

    .mb-19--xl {
        margin-bottom: 19px;
    }

    .mb-20--xl {
        margin-bottom: 20px;
    }

    .mb-21--xl {
        margin-bottom: 21px;
    }

    .mb-22--xl {
        margin-bottom: 22px;
    }

    .mb-23--xl {
        margin-bottom: 23px;
    }

    .mb-24--xl {
        margin-bottom: 24px;
    }

    .mb-25--xl {
        margin-bottom: 25px;
    }

    .mb-26--xl {
        margin-bottom: 26px;
    }

    .mb-27--xl {
        margin-bottom: 27px;
    }

    .mb-28--xl {
        margin-bottom: 28px;
    }

    .mb-29--xl {
        margin-bottom: 29px;
    }

    .mb-30--xl {
        margin-bottom: 30px;
    }

    .mb-31--xl {
        margin-bottom: 31px;
    }

    .mb-32--xl {
        margin-bottom: 32px;
    }

    .mb-33--xl {
        margin-bottom: 33px;
    }

    .mb-34--xl {
        margin-bottom: 34px;
    }

    .mb-35--xl {
        margin-bottom: 35px;
    }

    .mb-36--xl {
        margin-bottom: 36px;
    }

    .mb-37--xl {
        margin-bottom: 37px;
    }

    .mb-38--xl {
        margin-bottom: 38px;
    }

    .mb-39--xl {
        margin-bottom: 39px;
    }

    .mb-40--xl {
        margin-bottom: 40px;
    }

    .mb-41--xl {
        margin-bottom: 41px;
    }

    .mb-42--xl {
        margin-bottom: 42px;
    }

    .mb-43--xl {
        margin-bottom: 43px;
    }

    .mb-44--xl {
        margin-bottom: 44px;
    }

    .mb-45--xl {
        margin-bottom: 45px;
    }

    .mb-46--xl {
        margin-bottom: 46px;
    }

    .mb-47--xl {
        margin-bottom: 47px;
    }

    .mb-48--xl {
        margin-bottom: 48px;
    }

    .mb-49--xl {
        margin-bottom: 49px;
    }

    .mb-50--xl {
        margin-bottom: 50px;
    }

    .mb-51--xl {
        margin-bottom: 51px;
    }

    .mb-52--xl {
        margin-bottom: 52px;
    }

    .mb-53--xl {
        margin-bottom: 53px;
    }

    .mb-54--xl {
        margin-bottom: 54px;
    }

    .mb-55--xl {
        margin-bottom: 55px;
    }

    .mb-56--xl {
        margin-bottom: 56px;
    }

    .mb-57--xl {
        margin-bottom: 57px;
    }

    .mb-58--xl {
        margin-bottom: 58px;
    }

    .mb-59--xl {
        margin-bottom: 59px;
    }

    .mb-60--xl {
        margin-bottom: 60px;
    }

    .mb-61--xl {
        margin-bottom: 61px;
    }

    .mb-62--xl {
        margin-bottom: 62px;
    }

    .mb-63--xl {
        margin-bottom: 63px;
    }

    .mb-64--xl {
        margin-bottom: 64px;
    }

    .mb-65--xl {
        margin-bottom: 65px;
    }

    .mb-66--xl {
        margin-bottom: 66px;
    }

    .mb-67--xl {
        margin-bottom: 67px;
    }

    .mb-68--xl {
        margin-bottom: 68px;
    }

    .mb-69--xl {
        margin-bottom: 69px;
    }

    .mb-70--xl {
        margin-bottom: 70px;
    }

    .mb-71--xl {
        margin-bottom: 71px;
    }

    .mb-72--xl {
        margin-bottom: 72px;
    }

    .mb-73--xl {
        margin-bottom: 73px;
    }

    .mb-74--xl {
        margin-bottom: 74px;
    }

    .mb-75--xl {
        margin-bottom: 75px;
    }

    .mb-76--xl {
        margin-bottom: 76px;
    }

    .mb-77--xl {
        margin-bottom: 77px;
    }

    .mb-78--xl {
        margin-bottom: 78px;
    }

    .mb-79--xl {
        margin-bottom: 79px;
    }

    .mb-80--xl {
        margin-bottom: 80px;
    }

    .mb-81--xl {
        margin-bottom: 81px;
    }

    .mb-82--xl {
        margin-bottom: 82px;
    }

    .mb-83--xl {
        margin-bottom: 83px;
    }

    .mb-84--xl {
        margin-bottom: 84px;
    }

    .mb-85--xl {
        margin-bottom: 85px;
    }

    .mb-86--xl {
        margin-bottom: 86px;
    }

    .mb-87--xl {
        margin-bottom: 87px;
    }

    .mb-88--xl {
        margin-bottom: 88px;
    }

    .mb-89--xl {
        margin-bottom: 89px;
    }

    .mb-90--xl {
        margin-bottom: 90px;
    }

    .mb-91--xl {
        margin-bottom: 91px;
    }

    .mb-92--xl {
        margin-bottom: 92px;
    }

    .mb-93--xl {
        margin-bottom: 93px;
    }

    .mb-94--xl {
        margin-bottom: 94px;
    }

    .mb-95--xl {
        margin-bottom: 95px;
    }

    .mb-96--xl {
        margin-bottom: 96px;
    }

    .mb-97--xl {
        margin-bottom: 97px;
    }

    .mb-98--xl {
        margin-bottom: 98px;
    }

    .mb-99--xl {
        margin-bottom: 99px;
    }

    .mb-100--xl {
        margin-bottom: 100px;
    }

    .mt-0--xl {
        margin-top: 0;
    }

    .mt-1--xl {
        margin-top: 1px;
    }

    .mt-2--xl {
        margin-top: 2px;
    }

    .mt-3--xl {
        margin-top: 3px;
    }

    .mt-4--xl {
        margin-top: 4px;
    }

    .mt-5--xl {
        margin-top: 5px;
    }

    .mt-6--xl {
        margin-top: 6px;
    }

    .mt-7--xl {
        margin-top: 7px;
    }

    .mt-8--xl {
        margin-top: 8px;
    }

    .mt-9--xl {
        margin-top: 9px;
    }

    .mt-10--xl {
        margin-top: 10px;
    }

    .mt-11--xl {
        margin-top: 11px;
    }

    .mt-12--xl {
        margin-top: 12px;
    }

    .mt-13--xl {
        margin-top: 13px;
    }

    .mt-14--xl {
        margin-top: 14px;
    }

    .mt-15--xl {
        margin-top: 15px;
    }

    .mt-16--xl {
        margin-top: 16px;
    }

    .mt-17--xl {
        margin-top: 17px;
    }

    .mt-18--xl {
        margin-top: 18px;
    }

    .mt-19--xl {
        margin-top: 19px;
    }

    .mt-20--xl {
        margin-top: 20px;
    }

    .mt-21--xl {
        margin-top: 21px;
    }

    .mt-22--xl {
        margin-top: 22px;
    }

    .mt-23--xl {
        margin-top: 23px;
    }

    .mt-24--xl {
        margin-top: 24px;
    }

    .mt-25--xl {
        margin-top: 25px;
    }

    .mt-26--xl {
        margin-top: 26px;
    }

    .mt-27--xl {
        margin-top: 27px;
    }

    .mt-28--xl {
        margin-top: 28px;
    }

    .mt-29--xl {
        margin-top: 29px;
    }

    .mt-30--xl {
        margin-top: 30px;
    }

    .mt-31--xl {
        margin-top: 31px;
    }

    .mt-32--xl {
        margin-top: 32px;
    }

    .mt-33--xl {
        margin-top: 33px;
    }

    .mt-34--xl {
        margin-top: 34px;
    }

    .mt-35--xl {
        margin-top: 35px;
    }

    .mt-36--xl {
        margin-top: 36px;
    }

    .mt-37--xl {
        margin-top: 37px;
    }

    .mt-38--xl {
        margin-top: 38px;
    }

    .mt-39--xl {
        margin-top: 39px;
    }

    .mt-40--xl {
        margin-top: 40px;
    }

    .mt-41--xl {
        margin-top: 41px;
    }

    .mt-42--xl {
        margin-top: 42px;
    }

    .mt-43--xl {
        margin-top: 43px;
    }

    .mt-44--xl {
        margin-top: 44px;
    }

    .mt-45--xl {
        margin-top: 45px;
    }

    .mt-46--xl {
        margin-top: 46px;
    }

    .mt-47--xl {
        margin-top: 47px;
    }

    .mt-48--xl {
        margin-top: 48px;
    }

    .mt-49--xl {
        margin-top: 49px;
    }

    .mt-50--xl {
        margin-top: 50px;
    }

    .mt-51--xl {
        margin-top: 51px;
    }

    .mt-52--xl {
        margin-top: 52px;
    }

    .mt-53--xl {
        margin-top: 53px;
    }

    .mt-54--xl {
        margin-top: 54px;
    }

    .mt-55--xl {
        margin-top: 55px;
    }

    .mt-56--xl {
        margin-top: 56px;
    }

    .mt-57--xl {
        margin-top: 57px;
    }

    .mt-58--xl {
        margin-top: 58px;
    }

    .mt-59--xl {
        margin-top: 59px;
    }

    .mt-60--xl {
        margin-top: 60px;
    }

    .mt-61--xl {
        margin-top: 61px;
    }

    .mt-62--xl {
        margin-top: 62px;
    }

    .mt-63--xl {
        margin-top: 63px;
    }

    .mt-64--xl {
        margin-top: 64px;
    }

    .mt-65--xl {
        margin-top: 65px;
    }

    .mt-66--xl {
        margin-top: 66px;
    }

    .mt-67--xl {
        margin-top: 67px;
    }

    .mt-68--xl {
        margin-top: 68px;
    }

    .mt-69--xl {
        margin-top: 69px;
    }

    .mt-70--xl {
        margin-top: 70px;
    }

    .mt-71--xl {
        margin-top: 71px;
    }

    .mt-72--xl {
        margin-top: 72px;
    }

    .mt-73--xl {
        margin-top: 73px;
    }

    .mt-74--xl {
        margin-top: 74px;
    }

    .mt-75--xl {
        margin-top: 75px;
    }

    .mt-76--xl {
        margin-top: 76px;
    }

    .mt-77--xl {
        margin-top: 77px;
    }

    .mt-78--xl {
        margin-top: 78px;
    }

    .mt-79--xl {
        margin-top: 79px;
    }

    .mt-80--xl {
        margin-top: 80px;
    }

    .mt-81--xl {
        margin-top: 81px;
    }

    .mt-82--xl {
        margin-top: 82px;
    }

    .mt-83--xl {
        margin-top: 83px;
    }

    .mt-84--xl {
        margin-top: 84px;
    }

    .mt-85--xl {
        margin-top: 85px;
    }

    .mt-86--xl {
        margin-top: 86px;
    }

    .mt-87--xl {
        margin-top: 87px;
    }

    .mt-88--xl {
        margin-top: 88px;
    }

    .mt-89--xl {
        margin-top: 89px;
    }

    .mt-90--xl {
        margin-top: 90px;
    }

    .mt-91--xl {
        margin-top: 91px;
    }

    .mt-92--xl {
        margin-top: 92px;
    }

    .mt-93--xl {
        margin-top: 93px;
    }

    .mt-94--xl {
        margin-top: 94px;
    }

    .mt-95--xl {
        margin-top: 95px;
    }

    .mt-96--xl {
        margin-top: 96px;
    }

    .mt-97--xl {
        margin-top: 97px;
    }

    .mt-98--xl {
        margin-top: 98px;
    }

    .mt-99--xl {
        margin-top: 99px;
    }

    .mt-100--xl {
        margin-top: 100px;
    }

    .hidden-xl {
        display: none !important;
    }

    .grid__item-1--xl {
        width: 8.33333%;
    }

    .grid__item-2--xl {
        width: 16.66667%;
    }

    .grid__item-3--xl {
        width: 25%;
    }

    .grid__item-4--xl {
        width: 33.33333%;
    }

    .grid__item-5--xl {
        width: 41.66667%;
    }

    .grid__item-6--xl {
        width: 50%;
    }

    .grid__item-7--xl {
        width: 58.33333%;
    }

    .grid__item-8--xl {
        width: 66.66667%;
    }

    .grid__item-9--xl {
        width: 75%;
    }

    .grid__item-10--xl {
        width: 83.33333%;
    }

    .grid__item-11--xl {
        width: 91.66667%;
    }

    .grid__item-12--xl {
        width: 100%;
    }
}

@media (max-width: 479px) {
    .hidden-xs--small {
        display: none !important;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1280px) and (max-width: 1439px) {
    .hidden-lg {
        display: none !important;
    }
}

@media (max-width: 1024px) {
    .content {
        padding-left: 0;
        padding-right: 0;
    }

    .content .status-buttons {
        max-width: inherit;
        height: 56px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-around;
        width: 100%;
    }

    .sidebar {
        display: none;
    }

    .sidebar.active {
        position: absolute;
        z-index: 990;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 50px 16px 16px;
        border: none;
        min-height: 100vh;
    }

    .sidebar .logo {
        padding-bottom: 16px;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .content {
        padding-top: 0;
        overflow: hidden;
    }

    .content .content-header {
        margin-bottom: 20px;
    }

    .statistics .statistic__description {
        min-height: initial;
    }

    .filters {
        -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;
    }

    .directions-table {
        overflow: scroll;
    }

    .directions-table table td:first-child, .directions-table table td:nth-child(6), .directions-table table th:first-child, .directions-table table th:nth-child(6) {
        width: 100px;
    }

    .directions-table table td:last-child, .directions-table table th:last-child {
        width: 50px;
    }

    .filters__lable {
        width: 100%;
    }

    .services .service {
        padding: 30px 20px;
        width: 100%;
    }

    .statistics {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 50px;
    }

    .statistics .statistic {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 16px;
    }

    .statistics .statistic__icon {
        flex-shrink: 0;
    }

    .support__contacts {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px;
    }

    .support__contact {
        padding: 24px;
    }

    .login {
        padding: 0;
        width: 100%;
        height: auto;
    }

    .login__container {
        height: auto;
        gap: 20px;
        margin-top: 16px;
    }

    .login__back {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .login__form {
        width: 100%;
    }

    .form-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0;
    }

    .tabs__form {
        width: 100%;
        gap: 30px;
    }

    .tabs__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }
}

@media (max-width: 991px) {
    .login__container {
        padding: 16px;
        width: 100%;
    }
}

@media screen and (max-height: 300px), screen and (max-width: 800px) and (orientation: landscape) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media (max-width: 900px) {
    .mfp-arrow {
        -ms-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.login__watch.active::before {
    content: '';
    position: absolute;
    width: 30px;
    top: 26px;
    left: 17px;
    height: 1px;
    background: #7c8ea1;
    transform: rotate(27deg);
}

.personal-change-contract.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.form__step:not(:last-child) {
    margin-bottom: 20px;
}

.form__input {
    position: relative;
    width: 100%;
}

.form__input input {
    display: flex;
    flex-direction: column;
}

.form__input input:focus + .form__placeholder, .form__input input:not(:placeholder-shown) + .form__placeholder {
    top: 10px;
    font-size: 12px;
}

.form__input input.error {
    border: 1px solid #ff0000;
    color: #ff0000;
}

.form__input input.valid {
    border-color: green;
}

.form__item:not(:last-child) {
    margin-bottom: 20px;
}

.form__placeholder {
    display: block;
    font-size: 14px;
    line-height: 14px;
    color: #7c8ea1;
    position: absolute;
    top: 21px;
    left: 20px;
    transition: all 0.3s ease;
    pointer-events: none;
}

.form__error-message {
    font-weight: bold;
    text-align-last: left;
    font-size: 14px;
    line-height: 14px;
    display: none;
    margin-bottom: 20px;
}

.form__error-message.active {
    display: block;
}

.SumoSelect > .CaptionCont > span {
    color: #000;
}

input {
    padding: 24px 20px 10px;
    font-size: 14px;
    line-height: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #f5f7fc;
    color: #000;
    height: 56px;
    width: 100%;
    flex-basis: 2;
}

.login__info-image {
    width: 100%;
    max-width: 457px;
    border-radius: 8px;
    position: relative;
    z-index: 2;
}

.directions-table table .edit-button {
    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;
    width: 20px;
    height: 14px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M20.1498 7.93997L8.27978 19.81C7.21978 20.88 4.04977 21.3699 3.32977 20.6599C2.60977 19.9499 3.11978 16.78 4.17978 15.71L16.0498 3.84C16.5979 3.31801 17.3283 3.03097 18.0851 3.04019C18.842 3.04942 19.5652 3.35418 20.1004 3.88938C20.6356 4.42457 20.9403 5.14781 20.9496 5.90463C20.9588 6.66146 20.6718 7.39189 20.1498 7.93997V7.93997Z' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.directions-table table .edit-button--gray {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M20.1498 7.93997L8.27978 19.81C7.21978 20.88 4.04977 21.3699 3.32977 20.6599C2.60977 19.9499 3.11978 16.78 4.17978 15.71L16.0498 3.84C16.5979 3.31801 17.3283 3.03097 18.0851 3.04019C18.842 3.04942 19.5652 3.35418 20.1004 3.88938C20.6356 4.42457 20.9403 5.14781 20.9496 5.90463C20.9588 6.66146 20.6718 7.39189 20.1498 7.93997V7.93997Z' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.login__title {
    margin-top: 40px;
}

.toggle-password {
    margin-bottom: 40px;
}

.button-nw {
    padding: 17px 20px;
    border-radius: 6px;
    border: 0;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    font-family: "Inter", serif;
    font-weight: normal;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    text-align: center;
    transition: all 400ms ease-in-out;
    cursor: pointer;
}

.button-nw:hover {
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.button-nw-gray {
    background: #E7EAF2;
    color: #042646;
}

.button-nw-gray:hover {
    color: #E7EAF2;
    background: #042646;
}

.button-nw-blue {
    background: #0071E2;
    color: #fff;
}

.button-nw-blue:hover {
    color: #E7EAF2;
    background: #042646;
}

.button-nw-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}

.button-nw-icon img {
    min-width: 12px;
    max-width: 12px;
}

.template__nw {
    background: #F5F7FC;
    border-radius: 8px;
    padding: 40px;
}

.template__nw h2 {
    font-size: 24px;
    line-height: 32px;
    color: #042646;
    font-weight: normal;
    margin: 0 0 17px 0;
}

.template__nw p {
    font-size: 16px;
    line-height: 21px;
    color: #7C8EA1;
    margin: 0;
}

.template__nw__item {
    margin: 17px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.template__nw__item .item__icon {
    min-width: 50px;
    max-width: 50px;
    height: 50px;
    background: #fff;
    border: 1px solid #EAEBEF;
    border-radius: 15px;
    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;
}

.template__nw__item .item__icon img {
    min-width: 22px;
    max-width: 22px;
}

.template__nw__item .item__content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
}

.template__nw__item .ltem__link {
    min-width: 20px;
    max-width: 20px;
}

.template__nw__item .ltem__link img {
    width: 100%;
}

.template__nw__item .item__text {
    width: 100%;
}

.template__nw__item .item__text p {
    font-size: 16px;
    line-height: 21px;
    color: #042646;
    margin: 0;
}

.template__nw__item .item__text p.size {
    font-size: 13px;
    line-height: 17px;
    color: #7C8EA1;
}

.download__block__nw {
    margin: 53px 0 26px;
    padding: 40px;
    background: #fff;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.download__block__nw h2 {
    font-size: 24px;
    line-height: 32px;
    color: #042646;
    font-weight: normal;
    margin: 0 0 17px 0;
}

.download__block__nw p {
    font-size: 16px;
    line-height: 21px;
    color: #7C8EA1;
    margin: 0 0 18px 0;
}

.download__block__nw .upload-section {
    font-family: "Inter", sans-serif;
    color: #042646;
}

.download__block__nw .upload-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px;
}

.download__block__nw .upload-subtitle {
    color: #5c6f91;
    font-size: 15px;
    margin-bottom: 20px;
}

.download__block__nw .upload-label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    cursor: pointer;
}

.download__block__nw .upload-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 26px;
    background: #E7EAF2;
    color: #042646;
    font-size: 14px;
    font-weight: normal;
    padding: 15px 20px;
    border-radius: 6px;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.download__block__nw .upload-btn span {
    color: #042646;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.download__block__nw .upload-btn:hover {
    background: #042646;
}

.download__block__nw .upload-btn:hover span {
    color: #fff;
}

.download__block__nw .upload-btn:hover svg path {
    fill: #fff;
}

.download__block__nw .upload-btn svg {
    min-width: 15px;
    max-width: 15px;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.download__block__nw .upload-btn svg path {
    fill: #042646;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.download__block__nw .file-name {
    color: #042646;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
}

@media screen and (max-width: 1439px) {
    .content__nw {
        padding: 0 20px;
        max-width: 100%;
    }
}

@media screen and (max-width: 1199px) {
    .wrap__nw {
        display: block;
    }
    .sidebar__nw {
        min-width: 100%;
        max-width: 100%;
        height: auto;
        position: initial;
    }
    .container__nw {
        padding: 50px 0 50px;
    }
    .content__nw__empty {
        height: auto;
    }
    .sidebar__nw__info {
        padding: 20px;
    }
    .user__nw {
        padding: 20px 0 0 0;
        margin: 10px 0 0 0;
    }
    .sidebar__nw__support {
        margin: 0 20px 20px;
    }
}

@media screen and (max-width: 991px) {
    .filter__nw {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .filter__nw__type {
        min-width: 100%;
        max-width: 100%;
    }
    .content__nw__table table {
        min-width: 890px;
    }
}

@media screen and (max-width: 767px) {
    .template__nw {
        padding: 20px;
    }
    .download__block__nw {
        padding: 20px;
    }
    .download__block__nw .upload-label {
        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-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

/* End */
/* /local/templates/main/assets/styles/plugins/logicloud/loader.css?17253692769710 */
/* /local/templates/main/assets/styles/plugins/logicloud/alert.css?1725369276723 */
/* /local/templates/main/assets/styles/main.css?1760010721164161 */
