/* @import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap'); */
/* @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap'); */
/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');*/

@font-face {
    font-family: 'Roboto';
    src: url('/Fonts/Roboto/static/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik';
    src: url('/Fonts/Rubik/static/Rubik-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans';
    src: url('/Fonts/NotoSans/NotoSans-VariableFont_wdth,wght.ttf') format('truetype');
    /*font-weight: normal;*/
    /*font-style: normal;*/
    font-display: swap;
}

.highlight {
   background-color: #e8f4fc;
   padding: 15px;
   border-left: 4px solid #1a5fb1;
   font-weight: 500;
   margin: 20px 0;
}

a {
    cursor: pointer;
}

ul {
    
    margin-left: 15px; /* Отступ слева в браузере IE и Opera */
    padding-left: 0; /* Отступ слева в браузере Firefox, Safari, Chrome */
}


:root {
    --btn-blue-color: rgb(19, 88, 200);
    --btn-dark-color: rgb(21, 22, 23);
    --btn-dark-color-opacity: rgba(20, 27, 33, 0.5);
    --blue-color-opacity: rgba(19, 88, 200, 0.1);
}

.blue-text {
    color: rgb(19, 88, 200);
}

.small-text {
    font-size: 14px;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    overflow-x: hidden;

}

html {
  overflow-x: hidden;
}

.breadcrumb {
    background: #fff;
    padding: 9px 15px;
    border: 1px solid #eeeff2;
    border-radius: 8px;
    margin-top: 20px;
}

.breadcrumb-item.active {
  color: var(--btn-dark-color);
}

.alert {
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-radius: 8px;
}

.alert-btn {
    background: rgba(58, 105, 180, 0.9);
    color: #fff;
    font-size: 14px !important;
}

.alert-btn:hover {
    background: rgba(58, 105, 180, 1);
    color: #fff;
    font-size: 14px !important;
}

@media (min-width: 1500px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1420px;
  }
}

.form-check-input:focus {
  outline: none !important;
  box-shadow: none !important;
}

input:focus, input:active {
    outline: none !important;
    box-shadow: none !important;
}

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 0rem;
}

a {
    text-decoration: none;
    color: var(--btn-blue-color);
}

h1, h2, h3, h4, h5, h6 {
    /*font-family: "Rubik", sans-serif;*/
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

h1 {
    font-size: 36px;
}

h2, h3, h4, h5, h6 {
    font-size: 28px;
}

@media (max-width: 720px) {
    h2, h3, h4, h5, h6 {
        font-size: 21px;
    }
}


.btn {
    font-size: 16px;
}

.fw-600 {
    font-weight: 600;
}

.rounded-20 {
    border-radius: 20px;
}

.blue-text {
    color: var(--btn-blue-color) !important;
}

.bi {
    position: relative;
    top: 1px;
    font-size: 18px;
}

.top-menu {
    position: relative;
    width: 100%;
    background: #f8fafe;
    border-bottom: 1px solid rgba(233, 233, 241, 0.6);
    z-index: 0;
}

.top-menu-block {
    min-height: 42px;
    padding: 5px 0px;
}

.top-menu a {
    position: relative;
    color:rgba(37, 37, 37, 0.7);
    font-size: 13px;
    z-index: 2
}

.top-menu span {
    position: relative;
    color:rgba(37, 37, 37, 0.7);
    font-size: 13px;
    z-index: 2
}

.top-menu .bi {
    padding: 0;
    font-size: 12px;
    top: 0px;
    right: 3px;
}

.top-menu .email {
    font-size: 15px; 
    color: #000
}

.vk-logo {
    width: 18px;
    height: 18px;
}

.tg-logo {
    width: 18px;
    height: 18px;
}



.container .top-menu-light {
    position: absolute;
    right: 0px;
    top: 14px;
    width: 70px;
    height: 20px;
    border-radius: 10px;
    background:linear-gradient(90deg, rgba(43, 85, 213, 1) 0%, rgba(238, 17, 216, 1) 56%);
    filter: blur(12px);
    opacity: 0.4;
    z-index: 1;
}

.badge-us {
    position: relative;
    background: #246BDE;
    background: linear-gradient(31deg, rgba(36, 107, 222, 1) 0%, rgba(57, 163, 212, 1) 100%);
    color: #fff !important;
    font-size: 13px !important;
    padding: 7px 23px;
    border-radius: 10px 25px;
}

@media (max-width: 720px) {
  .badge-us {
    position: relative;
    background: #246BDE;
    background: linear-gradient(31deg, rgba(36, 107, 222, 1) 0%, rgba(57, 163, 212, 1) 100%);
    color: #fff !important;
    font-size: 13px !important;
    padding: 10px 27px;
    border-radius: 10px 30px;
    line-height: 1.2;
  }
}


@media (max-width: 720px) {
  .container .top-menu-light {
    position: absolute;
    right: 0px;
    top: 12px;
    width: 120px;
    height: 30px;
    border-radius: 10px;
    background: rgb(34, 121, 221);
    filter: blur(40px);
    opacity: 0.6;
    z-index: 1;
}
}


.navbar {
    font-size: 15px;
    border-bottom: 0px solid #ebf1f4;
    background: #ffffff !important;
    padding: 20px 0;
}

.navbar .navbar-brand {
    position: relative;
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-size: 21px;
    font-weight: 700;
    margin: 0;
}


.navbar .logo-blue-color {
    color: var(--btn-blue-color);
}

.logo-icon {
    position: relative;
    top: -2px;
    width: 30px;
    height: 30px;
    margin-left: -2px;
}

.navbar .nav-link {
    color: #000;
    font-size: 14px;
}

.navbar .nav-link:hover {
    color: var(--btn-blue-color);
}

.navbar .link-blue {
    color: var(--btn-blue-color) !important;
    font-weight: 400;
}

.navbar .btn-dark {
    position: relative;
    color: #fff;
    z-index: 2;
    background: var(--btn-blue-color);
    padding: 10px 20px;
    border: 2px solid var(--btn-blue-color);
    font-size: 14px;
    border-radius: 10px;
}

.navbar .btn-dark .bi {
    font-size: 14px !important;
    margin-right: 4px;
}

.btn-none-bg, .btn-none-bg:hover {
    position: relative;
    color: var(--btn-blue-color) !important;
    border: 2px solid rgba(19, 88, 200, 0.2) !important;
    z-index: 2;
    background: none;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 12px;
}


.btn-none-bg:focus {
    border: 2px solid rgba(19, 88, 200, 0.2);
    color: var(--btn-blue-color);
}

.btn-blue .bi-telephone {
    font-size: 14px;
    margin-right: 6px;
}

.btn-none-bg-order .bi-envelope {
    font-size: 16px;
    margin-right: 6px;
}

.btn-none-bg-order {
    position: relative;
    color: var(--btn-blue-color);
    border: 2px solid rgba(19, 88, 200, 0.2);
    z-index: 2;
    background: none;
    padding: 10px 20px !important;
    font-size: 14px;
    border-radius: 12px;
}

.navbar .dropdown-toggle::after {
  display: none;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

.navbar .dropdown-menu {
    background: #ffffff;
    --bs-dropdown-min-width: 11rem;
    text-align: center;
    --bs-dropdown-divider-bg: #eee;
    --bs-dropdown-border-color: #eee;
}


.navbar .dropdown-item {
  display: block;
  width: 100%;
  padding: 2px;
  clear: both;
  font-weight: 400;
  font-size: 16px;
  color: #335d86;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius,0);
}


.navbar .btn-none-bg .bi {
    font-size: 15px;
    margin-right: 3px;
    color: rgba(19, 88, 200, 0.9);
}

.navbar .btn-modal-city {
    font-size: 14px;
    border-radius: 8px;
    border: 1px solid #e0eaf1;
    padding: 7px 20px;
    color: #333;
}


.navbar .btn-modal-city .bi {
    font-size: 13px;
    position: relative;
    top: -1px;
    color: rgb(19, 88, 200);
}

.modal {
    backdrop-filter: blur(2px) !important;
    --bs-modal-border-width: 0px !important;
}

.modal-dialog-categories {
    max-width: 1200px;
}

.modal-dialog-regions {
    max-width: 1200px;
}

.modal-content {
    padding: 20px;
}

.category-link {
    display: block;
    color: var(--btn-dark-color) !important;
    font-weight: 600;
    font-size: 16px;
}

.service-link {
    display: block;
    margin-top: 7px;
    color: #333;
    font-size: 14px;
}

.region-link {
    display: block;
    color: #111;
    font-size: 14px;
}

.header-banner-order {
    position: relative;
    width: 100%;
    min-height: 140px;
    background: rgba(20, 27, 33, 1) url("/images/banner-bg1.jpg") top;
    background-size: cover;
    border-radius: 0px;
    overflow: hidden;
    padding: 20px 20px;
}


.header-banner {
    position: relative;
    width: 100%;
    min-height: 560px;
    background: rgba(20, 27, 33, 1) url("/images/banner-bg1.jpg") top;
    background-size: cover;
    border-radius: 0px;
    overflow: hidden;
    padding: 50px 20px;
}


.header-banner h1, .header-banner-order h1 {
    position: relative;
    color: #fff;
    z-index: 2;
    font-weight: 700;
    font-size: 38px;
    /*text-transform: uppercase;*/
}


@media (max-width: 720px) {
  .header-banner h1, .header-banner-order h1 {
    position: relative;
    color: #fff;
    z-index: 2;
    font-weight: 700;
    font-size: 28px;
    /*text-transform: uppercase;*/
}
}


.header-banner p, .header-banner-order p {
    position: relative;
    color: #fff;
    z-index: 2;
}


.btn-blue {
    position: relative;
    color: #fff;
    z-index: 2;
    background: var(--btn-blue-color);
    padding: 13px 8px;
    border: none;
    border-radius: 10px;
    width: 210px;
    font-size: 15px;
}

.btn-blue:hover {
    position: relative;
    color: #fff;
    z-index: 2;
    background: var(--btn-blue-color);
    padding: 13px 8px;
    border: none;
    font-size: 15px;
}

.btn-delete {
    position: relative;
    color: #fff;
    z-index: 2;
    background: oklch(63.7% 0.237 25.331);
    padding: 13px 8px;
    border: none;
    border-radius: 10px;
    width: 210px;
    font-size: 15px;
}

.btn-delete:hover {
    position: relative;
    color: #fff;
    z-index: 2;
    background: oklch(63.7% 0.237 25.331);
    padding: 13px 8px;
    border: none;
    border-radius: 10px;
    width: 210px;
    font-size: 15px;
}

.font-14 {
    font-size: 14px !important;
}

.header-banner .btn-white {
    position: relative;
    color: #111;
    z-index: 2;
    background: #fff;
    padding: 13px 8px;
    border: none;
    border-radius: 10px;
    width: 210px;
    font-size: 15px;
}

.header-banner-layout {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(45deg, rgba(0, 0, 0, 1), rgba(27, 30, 38, 0.7));
    backdrop-filter: blur(0px);
    z-index: 1;
}

.header-banner-order-layout {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(45deg, rgba(0, 0, 0, 1), rgba(27, 30, 38, 0.7));
    backdrop-filter: blur(0px);
    z-index: 1;
}

.circle-layout {
    position: absolute;
    left: -30px;
    top: 120px;
    width: 110px;
    height: 110px;
    background: rgb(65, 89, 211);
    border-radius: 10px;
    z-index: -2;
    opacity: 0.3;
    transform: rotate(35deg);

    animation: circle-anim;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
}

.circle-layout-2 {
    position: absolute;
    left: -50px;
    bottom: 190px;
    width: 40px;
    height: 40px;
    background: rgb(65, 196, 211);
    border-radius: 10px;
    z-index: -1;
    opacity: 0.5;
    transform: rotate(75deg); 
    filter: blur(0px);
    animation: circle-anim2;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
}



.circle-layout-3 {
    position: absolute;
    right: -30px;
    bottom: 120px;
    width: 110px;
    height: 110px;
    background: rgb(65, 89, 211);
    border-radius: 10px;
    z-index: -2;
    opacity: 0.3;
    transform: rotate(35deg);

    animation: circle-anim;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
}

.circle-layout-4 {
    position: absolute;
    right: -50px;
    top: 190px;
    width: 40px;
    height: 40px;
    background: rgb(65, 196, 211);
    border-radius: 10px;
    z-index: -1;
    opacity: 0.5;
    transform: rotate(75deg); 
    filter: blur(0px);

    animation: circle-anim2;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
}


@keyframes circle-anim {
    0% {
        transform: rotate(75deg);
    }
    50% {
        transform: rotate(50deg);
    }
    100% {
        transform: rotate(75deg);
    }
}

@keyframes circle-anim2 {
    0% {
        transform: rotate(135deg);
    }
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(135deg);
    }
}


.block-company {
    border-radius: 15px;
    border: 1px solid rgba(224, 229, 234, 0.8);
    padding: 20px 30px;
    background: #fff;
}

.block-company img {
    transition: .6s;
    transform: scale(0.95);
}

.block-company:hover img {
    transform: scale(1);
    transition: .6s;
}


.for-created-bg {
    background: url("/images/for-created.jpg") center no-repeat;
    background-size: cover;
    border-radius: 20px;
    height: 515px;
}

.for-created-col {
    position: relative;
    background: #fff;
    border: 1px solid rgba(224, 229, 234, 0.8) !important;
}

.btn-tariff {
    background: var(--btn-blue-color);
    color: #fff;
    padding: 10px 15px;
}

.btn-tariff:hover {
    background: var(--btn-blue-color);
    color: #fff;
}

.btn-add-order-site {
    background: var(--btn-blue-color);
    color: #fff;
    font-size: 16px;
    padding: 13px 25px;
    border-radius: 10px;
}

.btn-add-order-site:hover {
    background: #111;
    color: #fff;
    
}

.square {
    position: absolute;
    width: 20px;
    height: 20px;
    background: rgb(26, 152, 210);
    right: 15px;
    top: 15px;
    border-radius: 80px;
    transform: rotate(45deg);
    opacity: 0.2;
    z-index: 2;
}

.square-2 {
    position: absolute;
    width: 20px;
    height: 20px;
    background: rgb(124, 26, 210);
    right: 15px;
    top: 15px;
    border-radius: 10px;
    transform: rotate(45deg);
    opacity: 0.2;
    z-index: 2;
    
}

.square-3 {
    position: absolute;
    width: 20px;
    height: 20px;
    background: rgb(26, 210, 192);
    right: 15px;
    top: 15px;
    border-radius: 10px;
    transform: rotate(45deg);
    opacity: 0.2;
    z-index: 2;
}



.link-all-orders-block {
    padding: 10px 15px;
    font-size: 14px;
}

.link-all-orders-block a {
    padding: 2px 0px;
    border-bottom: 1px dashed var(--btn-blue-color);
}

.count-orders-block {
    margin-top: 10px;
    padding: 10px 25px;
    border-radius: 10px 10px;
    font-size: 14px;
    border: 2px solid rgba(57, 174, 96, 0.3);
    background: none;
}

.count-orders-block b {
    font-weight: 500;
    color: #111;
}

.count-archive-orders-block {
    margin-top: 10px;
    padding: 10px 25px;
    border-radius: 10px 10px;
    font-size: 14px;
    border: 2px solid var(--blue-color-opacity);
    background: #fff;
}

.count-archive-orders-block b {
    font-weight: 500;
}


.index-articles-column {
    min-height: 420px;
    border: 1px solid rgb(238, 244, 246);
    border-radius: 15px;
    box-shadow: 0 3px 20px -16px #4f585d;
}

.index-articles-column:hover {
    min-height: 420px;
    border: 1px solid rgb(238, 244, 246);
    border-radius: 15px;
    box-shadow: 0 3px 20px -14px #4f585d;
}

.index-articles-column .article-title {
    min-height: 65px;
}

.index-articles-column .short-decription {
    min-height: 75px;
}

.index-articles-column .btn {
    width: 140px;
    border: 1px solid rgba(19, 88, 200, 0.1);
    color: rgb(19, 88, 200);
    border-radius: 10px;
    font-size: 14px;
    padding: 8px;
}

.index-articles-column:hover .btn {
    background: rgb(19, 88, 200);
    color: #fff;
}

.index-articles-column .bi {
    font-size: 14px;
}

footer {
    position: relative;
    font-size: 15px;
    padding-bottom: 0px;
    background: #111;
    margin-top: 30px;
    min-height: 380px;
    overflow: hidden;
    
}

footer .footer-logo {
    position: relative;
    width: 200px;
    margin: 0 auto;
}

footer .footer-logo-light {
    position: absolute;
    width: 0px;
    height: 0px;
    background: var(--btn-blue-color);
    filter: blur(0px);

    left: 0px;
}


footer .link-secondary {
    position: relative;
    color: #fefefe !important;
    z-index: 1;
    font-size: 14px;
}

footer .link-secondary:hover {
    color: #8b99b8 !important;
}

footer a {
    position: relative;
    z-index: 1 !important;
}

footer h5 {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    z-index: 1;
    text-align: center;
}

footer .navbar-brand {
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-size: 21px;
    font-weight: 700;
    color: #fff;
}

footer .navbar-brand:hover {
    color: #fff;
}

footer .logo-blue-color {
    color: var(--btn-blue-color);
}

footer .footer-light {
    position: absolute;
    left: calc(50% - 175px);
    top: 30px;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: linear-gradient(0deg, rgb(203, 41, 92), var(--btn-blue-color));
    filter: blur(100px);
    opacity: 0.35;
    z-index: 0;
}

.cookie-modal {
    position: fixed;
    width: 100% !important;
    left: 0px;
    bottom: 0px;
    font-size: 13px;
    color: #111;
    z-index: 3;
}

.cookie-modal-container {
    background: rgba(251, 253, 255, 0.8);
    padding: 13px 15px;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 12px 0px rgba(23, 26, 35, 0.2);
    border-radius: 14px 14px 0 0;
    max-width: 680px;
}

.cookie-modal .btn-cookie-ok {
    background: #111;
    color: #fff;
    border-radius: 8px;
    font-size: 12px;
    padding: 8px 15px;
}

.cookie-modal .btn-cookie-ok:hover {
    color: #fff;
}

.cookie-modal .cookie-icon {
    width: 28px;
    margin-right: 2px;
    transform: rotate(0deg);
    transition: 4s;
}

.cookie-modal:hover .cookie-icon {
    transform: rotate(360deg);
    transition: 2s;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}

.order-block {
    position: relative;
    border-radius: 15px;
    border: 2px solid rgb(238, 244, 246);
    padding: 35px 20px;
    box-shadow: 0 3px 20px -15px #4f585d;
    overflow: hidden;
}

.order-block .order-image {
    max-height: 350px;
}

b, strong {
    font-weight: 600;
}

.order-block img {
    border-radius: 2px;
}

.btn-more, .btn-more:hover {
    background: var(--btn-blue-color);
    color: #fff;
    padding: 11px 22px;

    font-size: 14px;
    min-width: 180px;
    border-radius: 8px;
}

.btn-more .bi {
    margin-right: 4px;
    font-size: 15px;

}

.btn-cp, .btn-cp:hover {
    background: var(--btn-dark-color);
    color: #fff;
    padding: 11px 22px;
    font-size: 14px;
    min-width: 180px;
    border-radius: 8px;
}

.btn-cp .bi {
    margin-right: 4px;
    font-size: 15px;

}

.order-block .bi-three-dots {
    position: relative;
    top: 1px;
    margin-right: 4px;
    font-size: 21px;
}

.premium-customer {
    background: rgb(57, 174, 96);
    padding: 6px 15px;
    color: #fff;
    border-radius: 5px;
    font-size: 13px;
    max-width: 250px;
}

.premium-customer2 {
    color: rgb(249, 95, 40);
    border: 1px solid rgb(250, 202, 184);
    padding: 3px 12px;
    border-radius: 4px;
    margin-left: 4px;
    font-size: 14px;;
    
}

.premium-customer2 .bi {
    font-size: 12px;
    top: 0px;
}

.premium-executor {
    color: rgb(249, 95, 40);
    border: 1px solid rgb(250, 202, 184);
    padding: 3px 12px;
    border-radius: 4px;
    margin-left: 4px;
    font-size: 14px;;
    
}

.premium-executor .bi {
    font-size: 12px;
    top: 0px;
}

.btn-file-download {
    color: #111;
    padding: 7px 20px;
    border: 1px solid rgba(0,0,0,0.1);
    font-size: 14px;
    border-radius: 8px;
    min-width: 180px;
}

.btn-file-download-noactive {
    color: var(--btn-dark-color-opacity);
    padding: 8px 20px;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 8px;
    font-size: 14px;
}

.bi-cloud-arrow-down {
    position: relative;
    top: 1px;
    margin-right: 5px;
    font-size: 19px;
}

.order-title {
    font-size: 21px;
    font-weight: 800;
    color: var(--btn-dark-color);
}

.order-block .order-block-square {
    position: absolute;
    right: -30px;
    bottom: -40px;
    width: 90px;
    height: 90px;
    background: rgb(65, 196, 211);
    border-radius: 10px;
    z-index: -1;
    opacity: 0.2;
    transform: rotate(35deg); 
}


.latest-company-column {
    position: relative;
    border: 1px solid rgb(238, 244, 246);
    border-radius: 15px;
    box-shadow: 0 3px 20px -15px #4f585d;
}

.latest-company .btn-none-bg, .latest-company .btn-none-bg:hover {
    position: relative;
    color: var(--btn-blue-color) !important;
    border: 2px solid rgba(19, 88, 200, 0.2) !important;
    z-index: 2;
    background: none;
    padding: 10px 20px;
    font-size: 15px;
    border-radius: 12px;
}

.copy-btn {
    border: 1px solid var(--blue-color-opacity);
    color: var(--btn-blue-color);
    border-radius: 6px;
    background: none;
    padding: 5px 12px;
    font-size: 13px;
    margin-left: 7px;
}

.copy-btn .bi {
    font-size: 16px;
}



.blur-text {
    filter: blur(3px);
}

.zoom-link {
    font-size: 14px;
}

.active-order-badge {
    width: 100px;
    height: 25px;
    padding: 4px 8px;
    background: rgb(57, 174, 96);
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
}

.archive-order-badge {
    width: 100px;
    height: 25px;
    padding: 4px 8px;
    background: rgb(233, 65, 65);
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
}

.services-list {
    background: #f2f3f8;
    padding: 6px 14px;
    font-size: 13px;
    border-radius: 8px;
    color: var(--btn-blue-color);
    border: 1px solid rgb(238, 244, 246);
}

.services-list a {
    color: rgba(58, 105, 180, 0.9);
}

.services-list:hover a {
    color: rgba(58, 105, 180, 1);
}

.services-list .bi {
    margin-right: 5px;
    font-size: 16px;
}

.services-list-big {
    background: rgb(241, 245, 248);
    padding: 8px 14px;
    font-size: 14px;
    border-radius: 8px;
    color: #111;
}

.services-list-big .bi {
    margin-right: 5px;
    font-size: 14px;
}

hr {
    color: rgb(226, 235, 238);
    opacity: 1;
    margin: 10px 0px;
    padding: 0;
}

.page-link {
    border: 1px solid #eee !important;
    color: #707579;
    font-size: 14px;
}

.active > .page-link, .page-link.active {
  z-index: 3;
  color: #fff;
  background-color: #111 !important;
  border: 1px solid #eee;
  font-weight: 600;
}

.scroll-top {
    position: fixed;
    cursor: pointer;
    bottom: 10px;
    right: 20px;
    z-index: 5;
    opacity: 1;
    color: rgb(57, 174, 96);
}

.scroll-top .bi {
    font-size: 38px;
}

.scroll-top p {
    font-size: 12px;
    margin-top: -8px;
    margin-bottom: 0px;
}
