@font-face {
    font-family: "MarkPro";
    src: url("../fonts/markpro/MarkPro-Light.woff2") format("woff2"),
    url("../fonts/markpro/MarkPro-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "MarkPro";
    src: url("../fonts/markpro/MarkPro.woff2") format("woff2"),
    url("../fonts/markpro/MarkPro.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "MarkPro";
    src: url("../fonts/markpro/MarkPro-Medium.woff2") format("woff2"),
    url("../fonts/markpro/MarkPro-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "MarkPro";
    src: url("../fonts/markpro/MarkPro-Bold.woff2") format("woff2"),
    url("../fonts/markpro/MarkPro-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue/HelveticaNeue.eot');
    src: url('../fonts/HelveticaNeue/HelveticaNeue.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNeue/HelveticaNeue.woff2') format('woff2'),
    url('../fonts/HelveticaNeue/HelveticaNeue.woff') format('woff'),
    url('../fonts/HelveticaNeue/HelveticaNeue.ttf') format('truetype'),
    url('../fonts/HelveticaNeue/HelveticaNeue.svg#HelveticaNeue') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue/HelveticaNeue-Medium.eot');
    src: url('../fonts/HelveticaNeue/HelveticaNeue-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNeue/HelveticaNeue-Medium.woff2') format('woff2'),
    url('../fonts/HelveticaNeue/HelveticaNeue-Medium.woff') format('woff'),
    url('../fonts/HelveticaNeue/HelveticaNeue-Medium.ttf') format('truetype'),
    url('../fonts/HelveticaNeue/HelveticaNeue-Medium.svg#HelveticaNeue-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue/HelveticaNeue-Bold.eot');
    src: url('../fonts/HelveticaNeue/HelveticaNeue-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNeue/HelveticaNeue-Bold.woff2') format('woff2'),
    url('../fonts/HelveticaNeue/HelveticaNeue-Bold.woff') format('woff'),
    url('../fonts/HelveticaNeue/HelveticaNeue-Bold.ttf') format('truetype'),
    url('../fonts/HelveticaNeue/HelveticaNeue-Bold.svg#HelveticaNeue-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}


@font-face {
    font-family: 'Helvetica Neue Mtavruli';
    src: url('../fonts/HelveticaNeueMtavruli/HelveticaNeueMtavruli-Medium.eot');
    src: url('../fonts/HelveticaNeueMtavruli/HelveticaNeueMtavruli-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNeueMtavruli/HelveticaNeueMtavruli-Medium.woff2') format('woff2'),
    url('../fonts/HelveticaNeueMtavruli/HelveticaNeueMtavruli-Medium.woff') format('woff'),
    url('../fonts/HelveticaNeueMtavruli/HelveticaNeueMtavruli-Medium.ttf') format('truetype'),
    url('../fonts/HelveticaNeueMtavruli/HelveticaNeueMtavruli-Medium.svg#HelveticaNeue-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}


@font-face {
    font-family: 'Helvetica Neue Bold Mtavruli';
    src: url('../fonts/HelveticaNeue/HelveticaNeueMtavruli-Bold.eot');
    src: url('../fonts/HelveticaNeue/HelveticaNeueMtavruli-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNeue/HelveticaNeueMtavruli-Bold.woff2') format('woff2'),
    url('../fonts/HelveticaNeue/HelveticaNeueMtavruli-Bold.woff') format('woff'),
    url('../fonts/HelveticaNeue/HelveticaNeueMtavruli-Bold.ttf') format('truetype'),
    url('../fonts/HelveticaNeue/HelveticaNeueMtavruli-Bold.svg#HelveticaNeue-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}


body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
    font-family: "MarkPro", "Helvetica Neue", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1rem;
    color: #000000;
    background-color: #fff;
}

.container {
}

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

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.btn:active {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
}

.top-nav {
    position: relative;
    z-index: 99;
    background-color: #121212;
}

.header {
    background: #fff;
    padding: 25px 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(100, 100, 100, .1);
    -moz-box-shadow: 0 0 20px 0 rgba(100, 100, 100, .1);
    box-shadow: 0 0 20px 0 rgba(100, 100, 100, .1);
    position: relative;
    z-index: 99;
}


.logo {
    display: flex;
    align-items: center;
}


.logo img {
    display: block;
    align-items: center;
    height: 45px;
    max-width: 175px;
    object-fit: contain;
}

.logo .text-logo {
    display: block;
    line-height: 1;
    align-items: center;
    font-family: "MarkPro", "Helvetica Neue", sans-serif;
    color: #22afef;
    font-size: 17px;
    margin-left: 12px;
    margin-right: 0.375rem;
    /*background: -webkit-linear-gradient(0deg, #22afef, #2fd5c8 82%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    ?
     */
}


.logo:hover .text-logo {
    color: #22afef;
/* background: -webkit-linear-gradient(0deg, #22afef, #2fd5c8 100%);
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;

 */
}

.logo .primaryText {
 display: block;
 font-weight: 700;
}

.logo .secondaryText {
 display: block;
 font-family: 'Helvetica Neue Mtavruli', "MarkPro", "Helvetica Neue", sans-serif;
 font-weight: 500;
 font-size: 16px;
 color: #22afef;
}


.user-nav {
 position: relative;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-align: center;
 align-items: center;
}

.user-nav .btn {
 font-family: 'Helvetica Neue Mtavruli', "MarkPro", "Helvetica Neue", sans-serif;
 font-feature-settings: "case" on;
 font-weight: 500;
 font-size: 15px;
 padding: 5px 10px;
 border-radius: 39px;
}


.btn-signin {
 color: #fff;
 background-color: #17a3fd;
 border-color: #17a3fd;
}

.btn-signin svg {
 fill: #fff;
 height: 18px;
 width: 18px;
 margin-top: -4px;
}

.btn-signin:hover {
 color: #fff;
 background-color: #0097f6;
 border-color: #0097f6;
}


.btn-join {
 color: #17a3fd;
 background-color: transparent;
 border-color: #17a3fd;
 border-width: 2px;
}

.btn-join svg {
 fill: #17a3fd;
 height: 18px;
 width: 18px;
 margin-top: -4px;
}

.btn-join:hover {
 color: #0097f6;
 background-color: transparent;
 border-color: #0097f6;
}


/* Slide */
section.main-slide {
    position: relative;
    background-color: rgb(0 0 0 / 4%);
}


section.main-slide {

}

.owl-main {
    padding: 20px 0;
}


.owl-main .owl-dots {
    position: relative;
    display: flex;
    justify-content: center;

}

.owl-main .owl-dots .owl-dot {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.owl-main .owl-dots .owl-dot.active,
.owl-main .owl-dots .owl-dot:hover {
    transform: scale(1.2, 1.2)
}

.owl-main .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    overflow: hidden;
    margin: 0 8px;
    padding: 4px;
    border: 2px solid rgb(0 0 0 / 50%);
    display: block;
    -webkit-backface-visibility: visible;
    border-radius: 50%;
    transition: all 0.3s;
}

.owl-main .owl-dots .owl-dot span:after {
    content: "";
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgb(0 0 0 / 50%);
    display: block;
    -webkit-backface-visibility: visible;
    border-radius: 50%;
    transition: all 0.3s;
}

.owl-main .owl-dots .owl-dot:hover span {
    border-color: rgb(0 0 0 / 70%);
}

.owl-main .owl-dots .owl-dot:hover span:after {
    background-color: rgb(0 0 0 / 70%);
}

.owl-main .owl-dots .owl-dot.active span:after {
    background-color: #17a3fd;
}

.owl-main .owl-dots .owl-dot.active span {
    border: 2px solid #17a3fd;
}

.owl-main .item {
    /* background-color: rgb(0 0 0 / 4%); */
    opacity: 1;
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 420px;
    -webkit-box-align: center;
    align-items: center;
    user-select: none;
    padding: 20px 0;
}

.owl-main .item .item-desc {
    max-width: 40%;
    display: flex;
    align-items: center;
    position: relative;
    color: #010101;
    font-weight: 500;
}

.owl-main .item .item-desc h5 {
    font-family: "MarkPro", 'Helvetica Neue Mtavruli', "Helvetica Neue", sans-serif;
    color: #000000;
}

.owl-main .item .item-desc p {
    font-family: "MarkPro", "Helvetica Neue", sans-serif;
    font-size: 15px;
    color: #0000009e;
}

.owl-main .owl-item img {
    width: auto !important;
    height: 100%; 
    border-radius: 10px;
}


.owl-main .item .item-desc .slide-button {
    font-family: "MarkPro", 'Helvetica Neue Mtavruli', "Helvetica Neue", sans-serif;
    font-size: 14px;
    padding: 7px 36px 7px 18px;
    line-height: 1;
    border: 2px solid #000000;
    border-radius: 22px;
    color: #000000;
    position: relative;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.owl-main .item .item-desc .slide-button svg {
    fill: #000000;
    position: absolute;
    right: 10px;
    height: 18px;
    width: 18px;
    margin-left: 6px;
    margin-top: -3px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.content {
    position: relative;
    min-height: calc(100vh - 192px);
}


.footer {
    border-top: 1px solid #f1f1f5;
}

.footer .footer-box {
    display: flex;
    padding: 36px 0;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}

.footer .footer-box .copyright {
    font-family: "MarkPro", "Helvetica Neue", sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    color: rgb(0 0 0 / 100%);
}

.footer .footer-box .copyright a {
    font-weight: 500;
    color: #008fff;
}

.news-section {
    padding: 40px 0;
}


h1.head-h1 {
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

h1.head-h1 span {
    font-size: 21px;
    font-family: "MarkPro", 'Helvetica Neue Mtavruli', "Helvetica Neue", sans-serif;
    font-weight: 500;
    color: rgb(0 0 0 / 100%);
    padding-right: 0;
    display: flex;
    align-items: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}


h1.head-h1 a.btn {
    position: relative;
    padding: 7px 35px 7px 17px;
    line-height: 1;
    border: 2px solid #17a3fd;
    border-radius: 22px;
    color: #17a3fd;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    font-family: "MarkPro", 'Helvetica Neue Mtavruli', "Helvetica Neue", sans-serif;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}

h1.head-h1 a svg {
    fill: #17a3fd;
    position: absolute;
    right: 10px;
    height: 18px;
    width: 18px;
    margin-left: 6px;
    margin-top: -1px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}



.category-section .news-item {
    height: 270px;
    padding: 14px;
    background: #fff;
    border: 1px solid #f1f1f5;
    border-radius: 10px;
    margin-bottom: 20px;

}

.category-section .news-item img {
    border-radius: 7px;
}

.news-section .news-item   {
    min-height: 270px;
    margin-bottom: 20px;
    object-fit: cover;
    display: block;
    border-radius: 7px;
    overflow: hidden;
}

.news-item img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
    border-radius: 7px;
    overflow: hidden;
}

.news-item .news-item-title {
    color: #000000;
    font-weight: 500;
    font-size: 15px;
    margin-top: 13px;
}


.nav-main {
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;

}

.isp-menu {
    margin-bottom: 0;
    height: 41px;
    min-width: 80px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    flex-grow: 1 !important;
    align-items: center;
    justify-content: center;
}


.isp-menu .main-nav {
    position: relative;
    z-index: 1;
    padding-left: 25px;
    padding-right: 4px;
    height: 100%;
}

.isp-menu .main-nav li {
    height: 100%;
    position: relative;
}

.isp-menu .main-nav li a {
    position: relative;
    font-family: "MarkPro", 'Helvetica Neue Mtavruli', "Helvetica Neue", sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 17px;
    padding: 0;
    margin: 0 3px;
    color: #000000;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    justify-content: center;
    height: 100%;
    -webkit-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}

.isp-menu .main-nav li a span { 
    padding: 3px 12px;
    border-radius: 35px;
    -webkit-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;

}

.isp-menu .main-nav li a:hover span,
.isp-menu .main-nav li a.active span {
    background: rgb(0 0 0 / 4%);
    border-radius: 35px;
}

.isp-menu .main-nav li a.active {

}

.isp-menu .main-nav li a:hover {
}


.isp-menu .main-nav li a:after {
    content: '';
    /* background-color: #fff; */
    height: 6px;
    width: 6px;
    border-radius: 50%;
    opacity: 0;
    position: absolute;
    top: 100%;
}

.isp-menu .main-nav li a:hover::after {
    opacity: 1;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.isp-menu .main-nav li a.active::after {
    opacity: 1;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}


.isp-menu .main-nav li:first-child a {
    margin-left: 0;
}

.isp-menu .main-nav li:last-child a {
    margin-right: 0;
}

.isp-menu .main-nav li a.active {

}


section.login {
    position: relative;
    display: flex;
    min-height: calc(100vh - 192px);
    align-items: center;
    background: rgb(0 0 0 / 5%) url(../img/bg-objects.opt.png?1545053540);
}

section.login .container {
    max-width: 550px;
}


.login-box {
    margin: 80px 0;
    padding: 80px 80px;
    background: #fff;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    -webkit-box-shadow: 0 0 4px 0 rgba(100, 100, 100, .1);
    -moz-box-shadow: 0 0 4px 0 rgba(100, 100, 100, .1);
    box-shadow: 0 0 4px 0 rgba(100, 100, 100, .1);
    border-radius: 10px;
}

.login-box h1 {
    font-family: 'Helvetica Neue Mtavruli', "MarkPro", "Helvetica Neue", sans-serif;
    font-size: 21px;
    color: #000000;
    margin-bottom: 20px;
}

.btn-login {
    font-family: 'Helvetica Neue Mtavruli', "MarkPro", "Helvetica Neue", sans-serif;
    font-feature-settings: "case" on;
    font-weight: 500;
    font-size: 15px;
    min-width: 115px;
    padding: 5px 20px;
    border-radius: 39px;
    color: #fff;
    background-color: #17a3fd;
    border-color: #17a3fd;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-login:hover {

    color: #fff;
}

.btn-login svg {
    fill: #fff;
    height: 18px;
    width: 18px;
    margin-top: -4px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.form-control {
    background-color: #ffffff;
    color: #000000;
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 500;
    border-color: rgb(0 0 0 / 10%);
    border-radius: 7px;
}

.form-control:focus {
    color: #000000;
    background-color: #fff;
    border-color: #e4e8ed;
    outline: 0;
    box-shadow: none;
}

.form-floating > label {
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: rgb(0 0 0 / 70%);
}


.btn-back {
    font-family: 'Helvetica Neue Mtavruli', "MarkPro", "Helvetica Neue", sans-serif;
    font-weight: 500;
    font-size: 15px;
    min-width: 45px;
    padding: 5px 20px;
    border-radius: 39px;
    color: #000000;
    background-color: #f2f2f2;
    border-color: #f2f2f2;
}

.btn-back:hover {
    color: #485f71;
}

.btn-back svg {
    fill: #000000;
    height: 18px;
    width: 18px;
    margin-top: -4px;
}

#SMScodeForm .btn-login svg {
    fill: #fff;
    height: 18px;
    width: 18px;
    margin-top: -4px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}


.btn-user {
    font-family: "Helvetica Neue", "MarkPro", sans-serif !important;
    font-weight: 500;
    font-size: 15px;
    min-width: 45px;
    padding: 5px 10px;
    border-radius: 39px;
    transition: all .4s;
    color: #000000;
    background-color: rgb(0 0 0 / 4%);
    border-color: rgb(0 0 0 / 4%);
}

.btn-user:hover {
    color: #000000;
    background: #E2E2E2;
}

.btn-user svg {
    fill: #000000;
    height: 21px;
    width: 21px;
    margin-top: -4px;
}


section.client {
    padding-top: 5rem;
    padding-bottom: 40px;
    position: relative;
    min-height: calc(100vh - 192px);
    background: rgb(0 0 0 / 4%) url(../img/bg-objects.opt.png?1545053540);
}


section.client .col-side {
    max-width: 368px;
}


.side-nav {
    padding: 1.875rem;
    box-sizing: border-box;
    margin-bottom: 3rem;
    background: #fff;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    -webkit-box-shadow: 0 0 4px 0 rgba(100, 100, 100, .1);
    -moz-box-shadow: 0 0 4px 0 rgba(100, 100, 100, .1);
    box-shadow: 0 0 4px 0 rgba(100, 100, 100, .1);
    border-radius: 10px;
}

.profile {
    display: flex;
    align-items: center;
    padding-bottom: 0.5rem;
}

.profileCapsule {
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 18px;
    justify-content: center;
    margin-right: 0.75rem;
    width: 3rem;
    height: 3rem;
}

.profileCapsule:before {
    content: '';
    border-radius: 18px;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    position: absolute;
    background-color: #17a3fd;
}

.circle {
    width: 1.875rem;
    height: 1.875rem;
    display: flex;
    align-items: center;
    border-radius: 15px;
    justify-content: center;
    position: relative;
    background-color: #fff;
    z-index: 1;
}

.profile-fill {
    fill: #17a3fd;
}

.horizontalLine {
    height: 1px;
    margin: 1rem 0;
    background-color: #f1f1f5;
}

.profilePair {
    flex-grow: 1;
}

.profileName {
    font-size: 17px;
    font-family: "MarkPro", "Helvetica Neue", sans-serif !important;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 0.125rem;
}

.profileCaption {
    font-weight: 700;
    font-size: 18px;
}


.button-side {
    font-family: 'Helvetica Neue Mtavruli', "MarkPro", "Helvetica Neue", sans-serif;
    padding: 1rem 0 1rem 0.625rem;
    position: relative;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.25;
    justify-content: left;
    color: #000000;
    border: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.button-side:hover {
    color: #000000;
}

.button-side.active {
    color: #17a3fd;
}

.button-side.active:after {
    content: '';
    display: block;
    top: 12px;
    left: -32px;
    width: 4px;
    bottom: 12px;
    position: absolute;
    border-radius: 10px;
    background-color: #17a3fd;
}

.button-side.active:hover:after {
    background-color: #17a3fd;
    opacity: 1;

}

.button-side:hover:after {
    content: '';
    display: block;
    top: 12px;
    left: -32px;
    width: 4px;
    bottom: 12px;
    position: absolute;
    border-radius: 10px;
    background-color: #000000;
    opacity: .6;
}

.button-side svg {
    fill: #485f71;
    width: 24px;
    height: 24px;
    margin-right: 0.75rem;
}

.button-side.active svg {
    fill: #17a3fd;
}


.article-section h2 {
    font-size: 18px;
    font-family: "MarkPro", 'Helvetica Neue Mtavruli', "Helvetica Neue", sans-serif;
    font-weight: 500;
    color: #000000;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}


h1.head-h1 {
    font-size: 18px;
    font-family: "MarkPro", 'Helvetica Neue Mtavruli', "Helvetica Neue", sans-serif;
    font-weight: 500;
    color: #000000;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.status-profile {
    font-size: 15px;
    font-family: "MarkPro", "Helvetica Neue", sans-serif;
    font-weight: 500;

}

.balance-profile {
    font-size: 15px;
    font-family: "Helvetica Neue", sans-serif;
    font-weight: bold;

}

.disabled_at {
    font-size: 14px;
    font-family: "MarkPro", "Helvetica Neue", sans-serif;
    font-weight: 500;
}


.boxw {
    padding: 1.875rem;
    box-sizing: border-box;
    background: #fff;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    -webkit-box-shadow: 0 0 4px 0 rgba(100, 100, 100, .1);
    -moz-box-shadow: 0 0 4px 0 rgba(100, 100, 100, .1);
    box-shadow: 0 0 4px 0 rgba(100, 100, 100, .1);
    border-radius: 10px;
}

.pay-logos {
    display: flex;
    justify-content: center;
}

.pay-logos a   { 
    display: flex;
    align-items: center;
}

.pay-logos a svg, 
.pay-logos a img {
    width: 146px;
    height: 73px;
    margin-right: 20px;
    margin-left: 20px;
}

.table > :not(:last-child) > :last-child > * {
    border-bottom-color: #000000;
    color: #000000;
    font-family: "MarkPro", 'Helvetica Neue Mtavruli', "Helvetica Neue", sans-serif;
    font-weight: 500;
}


.table > :not(caption) > * > * {
    font-family: "Helvetica Neue", sans-serif;
    color: #000000;
    font-weight: normal;
}

.table > :not(caption) > * > * {
    padding: .5rem .5rem;
    border-bottom: 1px solid #cccccc;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #17a3fd;
    border-color: #17a3fd;
}


.page-link {
    font-family: "Helvetica Neue", sans-serif;
    font-weight: 500;
    line-height: 1.1;
    text-align: center;
    padding: 6px;
    position: relative;
    display: block;
    color: #4c6373;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 26px;
    width: 32px;
    height: 32px;
}

.page-link:hover {
    z-index: 2;
    color: #4c6373;
    background-color: transparent;
    border-color: transparent;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent;
    border-color: transparent;
}

.mobilebar,
.burgerbar,
.user-nav .btn-user-mobile ,
.overlay {
    display: none;
}

.burgerbar .bar1,
.burgerbar .bar2,
.burgerbar .bar3 {
    width: 32px;
    height: 3px;
    background-color: #000000;
    margin: 10px 0;
    transition: 0.2s;
    border-radius: 23px;
}

.bar2 {
    display: none;
}

.burgerbar.active .bar2,
.burgerbar .invis {
    opacity: 0;
    background-color: transparent;
}


.burgerbar.active .bar1 {
    -webkit-transform: rotate(-45deg) translate(-4px, 5px);
    transform: rotate(-45deg) translate(-4px, 4px);
}

.burgerbar.active .bar3 {
    -webkit-transform: rotate(45deg) translate(-5px, -6px);
    transform: rotate(45deg) translate(-6px, -6px);
}


.btn-user-mobile svg {
    fill: #000000;
    height: 29px;
    width: 29px;
    margin-top: -4px;
}

.sidebar {
    top: 0;
    left: -300px;
    width: 300px;
    height: 100vh;
    padding-top: 155px;
    position: fixed;
    z-index: 98;
    background: #f7f8fd;
    color: #fff;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    overflow-y: scroll;
}

.sidebar.active {
    left: 0;
}

.mobile-menu {
    border-top: solid 1px #eaeaea;
    background: #fff;
    padding: 0;
    margin: 0;
}

.mobile-menu li a {
    padding: 15px 22px;
    color: #485f71;
    font-family: "MarkPro", 'Helvetica Neue Mtavruli', "Helvetica Neue", sans-serif;
    font-weight: 500;
    font-size: 18px;
    border-bottom: solid 1px #eaeaea;
}

.mobile-menu .nav-item {
    background: #fff;
}

.overlay {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    bottom: -1px;
    left: -1px;
    right: -1px;
    opacity: 1;
    z-index: 97;
    transition: all 0.3s ease-in-out;
}

.overlay.active {
    display: block;
    width: 100%;
    opacity: 1;
}

.body-lock {
    margin: 0;
    height: 100%;
    overflow: hidden;
}

.navbar-toggler  {
    padding: 0;
}

.navbar-toggler svg {
    height: 30px;
    width: 30px;
    fill: #000000;
}

.article-img img {
    max-width: 100%;
    border-radius: 10px;
}

.article-img {
    text-align: center;
    margin-bottom: 25px;
}


.article-section {
    padding: 80px 0;
    position: relative;
    min-height: calc(100vh - 192px);
    background: rgb(0 0 0 / 4%);
}


.contact-section {
    padding: 40px 0;
    position: relative;
    min-height: calc(100vh - 192px);
    background: rgb(0 0 0 / 4%);
}


.category-section {
    padding: 40px 0;
    position: relative;
    min-height: calc(100vh - 192px);
    background: rgb(0 0 0 / 4%);
}




.mapbox {
    width: 100%;
    height: 779px;
    position: relative;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 0;
    border: 1px solid rgb(0 0 0 / 10%);
    border-radius: 10px;
    padding: 0;
    background: #fff;
    /* -webkit-box-shadow: 0 0 4px 0 rgb(100 100 100 / 10%); */
    -moz-box-shadow: 0 0 4px 0 rgba(100, 100, 100, .1);
    /* box-shadow: 0 0 4px 0 rgb(100 100 100 / 10%); */
}

#map {
    width: 100%;
    height: 100%;
    position: relative;
}

.contact_info {
    padding: 20px 25px;
    width: 30%;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
    background: #ffffff;
    border-left: 1px solid #ddd;
    border-radius: 0;
}

.contact_info h3 {
}

.contact_info p {
    margin-top: 20px;
    margin-bottom: 20px;
}

.contact_info h3:lang(ka) {
    font-family: 'FiraGO', Helvetica, sans-serif;
    font-feature-settings: "case" on;
    font-weight: normal;
}


.contact_info svg {
    fill: #485f71;
    height: 38px;
    width: 38px;
    margin-top: -1px;
    padding-right: 8px;
}

.tariff-item {
    padding: 14px;
    background: #fff;
    border: 1px solid #f1f1f5;
    border-radius: 10px;
    margin-bottom: 20px;
    height: 270px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.tariff-item:hover {
    margin-top: -10px;
}
.tariff-item .tariff-header{
    text-align: center;
    margin-top: 20px;
}

.tariff-item .tariff-price{
    text-align: center;
    margin-top: 20px;
}

.tariff-item .tariff-contact{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}


.GPSHUB .logo img {
    display: block;
    align-items: center;
    height: 55px;
    max-width: 175px;
    object-fit: contain;
}

.GPSHUB .header { 
    padding: 20px 0; 
}

/* X-Small devices (portrait phones, less than 576px) sm */
@media (max-width: 575.98px) {

    .login-box {
        margin: 45px 0;
        padding: 60px 30px;
    }

}

/*  Small devices (landscape phones, less than 768px) md	   */
@media (max-width: 767.98px) {  }

/*  Medium devices (tablets, less than 992px) lg */
@media (max-width: 991.98px) {
    .isp-menu {
        display: none;
    }
    .mobilebar {
        display: flex;
    }
    .user-nav .btn-user ,
    .user-nav .btn-signin  {
        display: none;
    }
    .user-nav .btn-user-mobile {
        display: inline-block;
    }


    .burgerbar {
        display: inline-block;
        cursor: pointer;
        z-index: 100;
    }

    .owl-main .item .item-desc {
        display: none;
    }

    .owl-main .owl-item img {
        width: 100% !important;
        height: auto;
        object-fit: scale-down;
    }

    .profile {
        padding-bottom: 0;
    }
    .horizontalLine {

        margin-top: 2rem;
    }

    .mapbox {
        width: 100%;
        height: 770px;
        padding-top: 190px;
    }

    .contact_info {
        padding: 25px 20px;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        position: absolute;
        background: #fff;
        border: none;
    }

}


@media (max-width: 1199.98px) {   }


@media (max-width: 1399.98px) {   }
 



@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-collapse {
        display: block!important;
        flex-basis: auto;
    }

}
@media (min-width: 1399.98px) {

    section.client .container {
        max-width: 1085px;
    }
    section.article-section .container {
        max-width: 1085px;
    }
}


.Sheriff .logo img { 
    height: 100px; 
}

.Sheriff .header {
    background: #fff;
    padding: 6px 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(100, 100, 100, .1);
    -moz-box-shadow: 0 0 20px 0 rgba(100, 100, 100, .1);
    box-shadow: 0 0 20px 0 rgba(100, 100, 100, .1);
    position: relative;
    z-index: 99;
}

 
.Proservisi .logo img {
    height: 76px;
    max-width: 256px;
}

.Proservisi .header {
    background: #fff;
    padding: 6px 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(100, 100, 100, .1);
    -moz-box-shadow: 0 0 20px 0 rgba(100, 100, 100, .1);
    box-shadow: 0 0 20px 0 rgba(100, 100, 100, .1);
    position: relative;
    z-index: 99;
}
 
.skyway .logo img {
    height: 76px;
    max-width: 240px;
}

.skyway .header {
    background: #fff;
    padding: 6px 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(100, 100, 100, .1);
    -moz-box-shadow: 0 0 20px 0 rgba(100, 100, 100, .1);
    box-shadow: 0 0 20px 0 rgba(100, 100, 100, .1);
    position: relative;
    z-index: 99;
}

.contact-form h2 {
    font-family: 'Helvetica Neue Mtavruli';
    font-size: 15px;
    font-feature-settings: "case" on;
    margin-bottom: 10px;
    margin-top: 20px;
    color: #000;
}


.contact-form .form-contact {
    width: 100%;
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    padding: 10px;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #e4e7ed;
    border-radius: 8px;
}

.contact-form .form-group {
    position: relative;
    margin-bottom: 20px;
}



.contact-form .form-contact::placeholder {
    font-style: italic;
    font-weight: 400;
    color: #a1a1a1;
  }
  
  
  .btn-contact {
    background-color: #000;
    color: #fff;
    border-radius: 43px;
    padding: 6px 60px; 
    border-bottom: none;
    font-family: 'Helvetica Neue Mtavruli';
    font-size: 15px;
    font-weight: 500;
    font-feature-settings: "case" on;

  }
  
  .btn-contact:hover { 
    color: #fff;
  } 