@font-face {
    src: url(bpg-nino-mtavruli-bold-webfont.ttf);
    font-family: mtavruli;
}

@font-face {
    src: url(dejavu-sans-condensed-webfont.ttf);
    font-family: dejavu;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: dejavu;
}

.untitled {
    color: #000;
    letter-spacing: 0.5px;
    display: flex;
    justify-content: space-between;
    max-width: 1238px;
    margin: auto;
}

.untitledSec {
    width: 100%;
    position: relative;
    padding-right: 20px;
    padding-left: 15px;
    background: #faf8f5;
    border-radius: 12px;
    display: flex;
}

.update {
    margin-left: 10px;
}

.indexHeader {
    position: relative;
    color: var(--blue);
    font-size: 24px;
    border-bottom: 1px solid #a9a9a9;
    font-weight: bold;
    text-align: center;
    font-family: "mtavruli";
    padding: 10px 0;
}

.seeAllNews {
    font-size: 14px;
    color: #0093d5;
    top: 17px;
    margin-bottom: 15px;
    user-select: none;
    cursor: pointer;
    text-align: right;
    margin-top: 5px;
}

.untitledP {
    font-size: 16px;
    padding-top: 8px;
    color: #000000;
    letter-spacing: 1px;
}

.newCnt2 {
    border-bottom: 1px solid #a9a9a9;
}

.newsTitleFlex {
    display: flex;
    padding: 15px 0;
    position: relative;
    cursor: pointer;
    user-select: none;
    align-items: center;
    transition: .5s;
}
.indexFlex{
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.indexAccountingImg{
    margin-right: 5px;
    display: block;
    width: 100%;
    max-width: 210px;
    height: 120px;
}
.newsTitleFlex:hover {
    color: var(--blue)
}

.newsTitleFlex.active {
    color: var(--blue);
}

.newsHeader {
    font-size: 20px;
    font-weight: bold;
    margin-left: 25px;
}

.newsMainHeader {
    font-family: "mtavruli";
    text-align: center;
    padding-bottom: 20px;
    font-size: 30px;
}
.buyBtn:hover{
    background:#00335d;
}

.buyBtn {
    background: var(--blue);
    max-width: 110px;
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    border-radius: 15px;
    transition: .5s;
    padding: 6px 0;
    margin: 10px auto;
}

.newsArticle {
    padding-bottom: 20px;
    display: none;
}

.openedArticle {
    padding-bottom: 20px;
}

.newsMainAtag {
    text-decoration: none;
    color: #000;
    transition: .5s;
}

.newsMainAtag:hover {
    color: var(--blue);
}

.loaderWrap {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 20;
    top: 0;
    background: #faf8f5;
    z-index: 20;
}

.loaderCircleCnt {
    display: flex;
    position: absolute;
    height: 100vh;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.wrapOris7 {
    max-width: 1238px;
    width: 100%;
    margin: auto;
    padding: 0 25px;
    padding-top: 25px;
}

.oris7MainHeader {
    border-bottom: 1px solid #bbbbbb;
    text-align: center;
    padding-bottom: 12px;
    color: #004882;
    font-size: 35px;
}

.oris7HeaderH2 {
    padding-top: 10px;
    text-align: center;
    font-size: 22px;
}

.oris7HeaderH3 {
    padding-top: 17px;
    font-size: 17px;
}

.scolioIndex {
    font-size: 12px;
    font-weight: bold;
}

.bulletLiOris7 {
    position: relative;
    left: -7px;
    top: 1px;
}

.bulletUlOris7 {
    padding-left: 20px;
}

li::marker {
    font-size: 13px;
}

.oris7abilitiesHeader {
    font-size: 24px;
    text-align: center;
    padding-top: 15px;
}

.oris7SubUl {
    list-style: none;
    font-size: 14.4px;
    padding: 5px 0;
}

.informationLogo {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("informationLogo.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.informationLogoWhite {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("informationLogoWhite.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.popOutBox {
    pointer-events: none;
    transition: .4s;
    max-width: 315px;
    width: 100%;
    left: 0;
    top: 0;
    font-weight: normal;
    padding: 5px;
    color: #fff;
    background-color: var(--blue);
    position: absolute;
    opacity: 0;
    transform: translateY(-95%);
}
.indexHeader{
    position: relative;
    color: var(--blue);
    font-size: 24px;
    border-bottom: 1px solid #a9a9a9;
    font-weight: bold;
    text-align: center;
    font-family: "mtavruli";
    padding: 10px 0;
}
.popOutBoxTriangle {
    position: absolute;
    width: 25px;
    height: 25px;
    left: 91.5%;
    transform: rotate( 45deg) translateX(-50%);
    background-color: var(--blue);
    bottom: -12px;
}

.informationCnt {
    cursor: pointer;
    position: absolute;
    top: 3px;
    right: 4px;
    width: 20px;
    height: 20px;
}

.informationCntW {
    cursor: pointer;
    position: absolute;
    top: 3px;
    right: 4px;
    width: 20px;
    height: 20px;
}

.popOutBox.active {
    opacity: 1;
    transform: translateY(calc(-100% + -7px));
}

.nb-spinner {
    width: 80px;
    height: 80px;
    margin: 0;
    background: transparent;
    border-left: 4px solid transparent;
    border-top: 7px solid var(--blue);
    border-right: 7px solid transparent;
    border-radius: 50%;
    -webkit-animation: 1s spin linear infinite;
    animation: 1s spin linear infinite;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

:root {
    --blue: #1f5988;
}

body {
    position: relative;
    background: #faf8f5;
    overflow-x: hidden !important;
}

#snow-fall {
    width: 100%;
    overflow: hidden;
}

.sideBarWrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    pointer-events: none;
}

.alertBox {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 10;
    display: none;
}

.contVideo {
    color: black !important;
}

.phoneSpan {
    padding-top: 10px;
    color: #000;
    display: block;
    font-weight: 400 !important;
}

.viewPort {
    min-height: 100vh;
}

.LicenseHeader {
    font-size: 19px;
    text-align: left;
    font-weight: bold;
    width: 100%;
    margin-left: 28px;
    margin-bottom: 8px;
}

.LicenseHeaderHead {
    font-weight: bold;
    font-size: 23px;
    text-align: center;
    margin-bottom: 20px;
}

iframe {
    max-width: 650px !important;
    width: 100% !important;
    height: 430px !important;
}

.downloadTableUnderText {
    padding-top: 30px;
    font-size: 18px;
    text-align: center;
    color: red;
}

.parking {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.refresh {
    left: 74.5%;
    top: 0;
    padding: 8px 0;
    position: absolute;
    height: 100%;
    cursor: pointer;
}

.priceTableHeader {
    max-width: 1274px;
    margin: auto;
    padding: 0 10px;
    padding-top: 20px;
    color: var(--blue);
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}

.calculatorHeader {
    color: #1a4e77;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

.notificationBox {
    top: 0;
    background: #01111fbd;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 6;
    opacity: 0;
    transition: .5s;
}

.notificationCnt {
    border-radius: 7px;
    top: 50%;
    position: fixed;
    max-width: 650px;
    width: 100%;
    background: #f9f9f9;
    padding: 15px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.closeNotification {
    font-size: 12px;
    line-height: 24px;
    width: 25px;
    font-weight: bold;
    height: 25px;
    border-radius: 50%;
    background: rgb(0, 29, 42);
    color: #fff;
    right: -4px;
    position: absolute;
    text-align: center;
    top: -10px;
    cursor: pointer;
}

.gridFlex {
    display: flex;
    justify-content: center;
}

.highlight {
    font-weight: bold;
    background: yellow;
}

.parkingCnt {
    position: relative;
    width: 467px;
    margin: auto;
    height: 233px;
}

.difHeader {
    width: 100%;
}

.difHeader h1 {
    text-align: center;
}

.difTable {
    align-items: center;
    width: 100%;
    flex-direction: column;
    display: block;
    padding: 0 15px;
    padding-top: 20px;
}

.difCnt {
    max-width: 1238px;
    margin: auto;
    padding-top: 40px;
    padding-right: 15px;
    padding-left: 15px;
}

.difTable p {
    font-size: 18px;
    letter-spacing: 0.3px;
    padding-bottom: 12px;
}

.alertCnt {
    text-align: center;
    box-shadow: 0 0 10px 5px #252525;
    width: 450px;
    position: fixed;
    top: 250px;
    background: #dadada;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.5);
    z-index: 11;
    color: #000;
    padding: 15px;
    border-radius: 5px;
    animation: notificationAnime 0.55s both ease-in-out;
}

@keyframes notificationAnime {
    from {
        transform: translateX(-50%) scale(0.5);
    }
    to {
        transform: translateX(-50%) scale(1);
    }
}

.closeAlert {
    font-size: 14px;
    line-height: 24px;
    width: 25px;
    font-weight: bold;
    height: 25px;
    border-radius: 50%;
    background: rgb(0, 29, 42);
    color: #fff;
    right: -4px;
    position: absolute;
    text-align: center;
    top: -10px;
    cursor: pointer;
}

.alertCover {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #00070b;
    opacity: 0.75;
    z-index: 10;
}

.preHeader {
    max-width: 1200px;
    padding: 5px 0px;
    margin: auto;
}

.subLi.rightDropDown:hover .subLi.rightDropDown::after {
    color: #fff !important;
}

.currencyMargin {
    margin-left: 3px;
}

.downloadTable table {
    border-spacing: unset;
    border: 1px solid #cdcdcd;
    border-collapse: collapse;
}

.downloadTable p {
    font-size: 17px;
    padding-bottom: 12px;
}

.activeStatus {
    color: #0076ab !important;
}


/* Oris Calculator */


/* Oris Calculator End*/

.gridF div {
    padding-bottom: 20px;
}

.allVideos {
    padding: 0 15px;
    padding-top: 25px;
    margin: auto;
    max-width: 1238px;
    width: 100%;
    font-size: 18px;
}


/* .licenceDescription {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #bbbbbb;
}

.licenceDescription h4 {
    font-size: 20px;
}

.licenceDescription p {
    padding-bottom: 15px;
} */

.allVideos li {
    list-style: none;
    cursor: pointer;
    border-bottom: 1px solid #cacaca;
    padding: 7px 0;
    color: #004096;
    position: relative;
}

.allVideos li.addArrow::after {
    height: 16px;
    width: 15px;
    display: inline-block;
    font-size: 19px;
    bottom: 12px;
    right: 0;
    margin-right: 3px;
    text-align: center;
    font-family: "FontAwesome";
    content: " \f105";
    position: absolute;
}

.allVideos li.active.addArrow::after {
    content: " \f107";
}


/* .topicFaqLi::after {
    height: 16px;
    width: 15px;
    display: inline-block;
    font-size: 16px;
    bottom: 12px;
    transform: translateX(-50%);
    right: 0;
    font-family: "FontAwesome";
    content: " \f105";
    position: absolute;
} */


/* .topicFaqLi.active::after {
    content: " \f107";
} */

.downloadTable table a {
    color: #0070ca;
}

.parkWrap {
    margin-left: 15px;
}

.parkingTitle {
    color: var(--blue);
    padding-bottom: 8px;
    text-align: center;
    font-family: mtavruli;
    font-size: 21px;
}

.distanceleft {
    margin-left:162px;
    font-weight: bold;
}

.beforeCallCnt {
    max-width: 500px;
    padding: 20px;
    border: 1px solid #004882;
    border-radius: 4px;
}


.beforeCallCnt a {
    color: #3593bd;
}

.beforeCallCntaddress {
    max-width: 500px;
    color: var(--blue);
    font-weight: bold;
}

.beforeCallCntaddress a {
    color: #3593bd;
}

.parkingTitleBelow {
    padding-top: 20px;
    text-align: center;
    font-size: 21px;
    font-family: mtavruli;
}

.allFaq {
    padding: 0 15px;
    padding-top: 25px;
    font-size: 18px;
    margin: auto;
    max-width: 1238px;
    width: 100%;
}

.allFaq li {
    list-style: none;
    cursor: pointer;
}

.faqQuestionUl,
.answeresUl {
    display: none;
}

.secondSubUl {
    display: none;
}

.firstSubUl {
    display: none;
}

.thirdSubUl {
    display: none;
    margin-left: 67px;
}

.fifthSubUl {
    display: none;
}

.forthSubUl {
    display: none;
    margin-left: 50px;
}

.forthSubUl li {
    padding: 4px 0;
    border-bottom: 1px solid #dadada;
}

.thirdSubLi {
    margin-bottom: 5px;
    padding: 6px 0;
}

.thirdSubLi.active,
.secondSubLi.active,
.firstSubLi.active,
.forthSubLi.active {
    color: #0094db !important;
}
.firstSubLi:hover,.secondSubLi:hover{
    color:#0094db;
}
.faqQuestionUl {
    padding-left: 25px;
}

.firstSub {
    padding-left: 25px;
}
.lastAnswers{
    padding: 7px 0;
    border-bottom: 1px solid #00c70875;
    cursor: text !important;
}

.faqQuestionLi {
    padding: 5px 0;
    border-bottom: 1px solid #dadada;
    transition: .3s;
    color: #012454;
    list-style: none;
}

.firstSubLi {
    padding: 5px 0;
    border-bottom: 1px solid #dadada;
    transition: .3s;
    margin-left: 15px;
    color:#012454;
}
.firstSubLi.active{
    border: unset;
}
.searchCnt {
    position: relative;
    margin-bottom: 25px;
}

.faqQuestionLi:hover {
    color: #007204;
}

.searchWrap {
    margin: auto;
    padding: 22px;
    position: relative;
    width: 75%;
    min-width: 300px;
}

.labelBelowDownload {
    padding-top: 15px;
    font-size: 15px !important;
    color: #656565;
}

.btnSearch {
    height: 100%;
    top: 0;
    position: absolute;
    right: 0;
    width: 20%;
    background: var(--blue);
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    border: 1px solid var(--blue);
    cursor: pointer;
    outline: none;
    border-radius: 0 22px 22px 0;
}

.searchField {
    border-radius: 10px 0 0 10px;
    position: absolute;
    width: 80%;
    top: 0;
    left: 0;
    height: 100%;
    outline: none;
    padding-left: 10px;
    font-size: 20px;
    color: #00354f;
    border: 1px solid #a9a9a9;
    padding-right: 6.3%;
}
.saxelA{
    text-decoration: none;
    display: block;
}
.saxelA:hover{
    color: #000;
}
.faqQuestionLi.active {
    color: #007204;
}

.faqQuestionLi.active {
    border: unset;
}

.lastAsnwers {
    padding: 7px 0;
    border-bottom: 1px solid #00c70875;
    cursor: text !important;
    list-style: none;
}

.secondSubLi {
    padding: 7px 0;
    margin-left: 35px;
    border-bottom: 1px solid #dadada;
    color:#012454;
}
.secondSubLi.active{
    border: unset;
}
.topicFaqLi {
    cursor: pointer;
    border-bottom: 1px solid #cacaca;
    padding: 5px 0;
    color: #004096;
    font-size: 20px;
    transition: 0.3s;
    list-style: none;
}

.allVideos li:hover {
    color: #0094db;
}

.topicFaqLi.active {
    border: unset;
    color: #0094db;
}
.topicFaqLi.active a{
    border: unset;
    color: #0094db;
}
.topicFaqLi a{
    text-decoration: none;
    color: #004096;
    transition: .3s;
}
.topicFaqLi a:hover{
    text-decoration: none;
    color: #0094db;
}

.topicFaqLi:hover{
    color:#0094db;
}
#map {
    width: 100%;
    top: 0;
    padding: 0 20px;
    max-width: unset !important;
}

.contactTitles {
    font-weight: bold;
    padding-bottom: 5px;
}

.contactTitles span {
    font-weight: normal;
    margin-left: 3px;
}

.mapCnt {
    max-width: 950px;
    margin: auto;
    width: 100%;
    padding-top: 35px;
}

.mapCnt h3 {
    padding-bottom: 20px;
    text-align: center;
    font-family: mtavruli;
    font-size: 32px;
}

.downloadTable th,
td {
    padding: 10px;
}

.downloadTable th {
    background-color: rgb(0, 118, 171);
    color: #fff;
}

.downloadTable tr:nth-child(even) td {
    background-color: #ededed
}

.preHeader h3 {
    font-size: 14px;
}

.mobileCnt {
    padding-left: 30px;
    margin-left: 30px;
    display: flex;
    position: relative;
    align-items: center;
}

.contactsWrap {
    max-width: 1238px;
    margin: auto;
    padding: 0 15px;
    padding-top: 30px;
}

.pricesHeaderCnt {
    max-width: 1238px;
    width: 100%;
    padding: 0 15px;
    padding-top: 30px;
    margin: auto;
}

.priceHeader {
    text-align: center;
    padding-bottom: 6px;
    border-bottom: 1px solid #bbbbbb;
    color: #004882;
}

.priceHeaderDesc1 {
    color: red;
    font-size: 18px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.priceHeaderDesc2 {
    padding-top: 15px;
    color: #004882;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}

.contactsWrap h1 {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #bebebe;
    font-size: 32px;
    font-family: mtavruli;
}

.contactsGrid {
    padding-top: 35px;
}

.adressCnt {
    max-width: 500px;
}

.allDownloadUl {
    border-right: 1px solid #cfcfcf;
    padding-top: 15px;
}

.tableAndSidebar {
    display: flex;
}

.downloadTable {
    align-items: center;
    width: 75%;
    flex-direction: column;
    display: flex;
    padding: 0 15px;
    padding-top: 20px;
}

.callIcon {
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
}

.mailCnt .callIcon {
    transform: scale(1.2);
}

.sublistLi.active .hamburgerSubLi {
    color: #fff !important;
    background: var(--blue);
}

.downloadAtags {
    font-weight: bold;
}

.sublistLi.active .downloadAtags {
    color: #0076ab !important;
}

.hamburgerSubLi:hover {
    background: #1f5988;
    color: #fff !important;
}

.listDownloadTitle {
    padding-top: 8px;
    padding-bottom: 25px;
    border-bottom: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    cursor: context-menu;
    color: #1f5988;
    text-align: center;
    width: 25%;
}

.listDownloadTitleMob {
    color: #1f5988;
    display: none;
    padding-left: 10px;
    padding-bottom: 10px;
}

.downloadAtags:hover {
    color: #0076ab;
}

.subListUl li {
    font-size: 15px;
    list-style: none;
    text-align: center;
}

.section1 {
    width: 100%;
    position: relative;
    background: rgb(251, 251, 251);
}

.newsWrap {
    max-width: 800px;
    width: 100%;
    padding: 45px 25px;
    margin: auto;
}


/* front page news and ticket section style */

.newsImg {
    background-size: cover;
    background-image: url(news.png);
    width: 90px;
    height: 78px;
    background-position: center;
    margin-right: 15px;
    margin-top: 18px;
}

.rightSide {
    width: 100%;
}
.leftSide{
    width: 100%;
    max-height: 280px;
    overflow: hidden;
    overflow-y: scroll;
}
.leftSideCnt{
    padding-right: 15px;
}
.leftSide::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.leftSide::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
}

.leftSide::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #a9a9a9;
}
.untitledSecNews {
    margin-right: 10px;
}

.invoiceImg {
    background-size: cover;
    background-image: url(invoice.png);
    width: 90px;
    height: 78px;
    background-position: center;
    margin-right: 15px;
    margin-top: 18px;
}

.newsAndTicketSection {
    margin-top: 35px;
    margin-left: 20px;
    margin-right: 20px;
}

.newsCnt p {
    font-family: 'mtavruli';
    padding-bottom: 15px;
    border-bottom: 1px solid #a9a9a9;
    text-align: center;
    font-size: 24px;
}

.flexNews {
    display: flex;
    align-items: center;
    padding-top: 10px;
    cursor: default;
    justify-content: space-between;
}

.newsDate {
    font-weight: bold;
    color: #6d6d6d;
    font-size: 12px;
    margin-right: 15px;
}

.newsDate div:nth-child(1) {
    text-align: center;
}

.newsDate div:nth-child(2) {
    margin-top: -4px;
}

.newsDatePage {
    font-weight: bold;
    color: #6d6d6d;
    font-size: 13px;
    /* margin-left: 5px; */
}

.newsDatePage div:nth-child(1) {
    text-align: center;
}

.newsDatePage div:nth-child(2) {
    margin-top: -4px;
}

.newsTitle {
    font-size: 16px;
    font-weight: bold;
    width: 100%;
}

.flexNewsDiv {
    border-bottom: 1px solid #dedede;
    display: flex;
    align-items: center;
    padding: 20px 0px;
}

.showInDetail {
    transition: 1s;
    cursor: pointer;
    margin-right: 20px;
    white-space: nowrap;
    user-select: none;
}

.showInDetail strong {
    margin-right: 10px;
}

.showDetailATag {
    color: #000;
    text-decoration: none;
    transition: .5s;
}

.showDetailATag:hover {
    color: #008bca;
}

.arrowRightIcon:after {
    display: inline-block;
    content: "\f061";
    font-family: "FontAwesome";
}

.arrowRightIconFromLeft::before {
    content: "\f061";
    font-family: "FontAwesome";
    margin-right: 8px;
}


/* .arrowRightDetailIcon{
    font-family: "FontAwesome";

} */

.showInDetail a:hover {
    color: #246295;
}

.showInDetail:hover .arrowRightIcon {
    transform: translateX(5px);
}

.arrowRightIcon {
    width: 0px;
    height: 0px;
    display: inline-block;
    transition: transform 0.5s;
}


/* END */

.afterPriceTableCnt {
    max-width: 1238px;
    margin: auto;
    padding: 0 10px;
    letter-spacing: 0.3px;
}

.priceAfterP1 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
}

.priceAfterP2 {
    line-height: 22px;
}

.flex1 {
    justify-content: space-between;
    max-width: 500px;
    display: flex;
    align-items: center;
    width: 100%;
}

.pricesTable {
    max-width: 1274px;
    width: 100%;
    margin: auto;
    padding: 0 10px;
    padding-top: 20px;
    overflow-x: auto;
}

.diffTable {
    max-width: 1274px;
    width: 100%;
    margin: auto;
    padding: 10px 0px;
    padding-top: 10px;
    overflow-x: auto;
}

.downloadTableScroll {
    bottom: 10%;
    position: fixed;
    font-weight: bold;
    /* content: "\f106"; */
    font-family: "FontAwesome";
    font-size: 70px;
    cursor: pointer;
    margin-top: 15px;
    text-align: center;
    color: rgb(25 125 171 / 43%)
}


/* .downloadTableScroll:after {
    content: 'ასქროლე ზემოთ';
    display: block;
    font-size: 18px;
} */

.pricesTable table {
    width: 100%;
    border-collapse: collapse;
}

.diffTable table {
    width: 100%;
    border-collapse: collapse;
}

.pricesTable th {
    padding: 10px 0;
    padding-left: 3px;
    padding-right: 3px;
    color: #fff;
    background: #1f5988;
}

.diffTable th {
    padding: 13px 0;
    padding-left: 3px;
    padding-right: 3px;
    color: #fff;
    background: #1f5988;
    font-size: 18px !important;
    width: 50%;
}

.pricesTable table th,
.pricesTable table tr,
.pricesTable table td {
    font-size: 15px;
    border: 1px solid #000;
    text-align: center;
    font-weight: bold;
}

.diffTable th,
.diffTable table tr,
.diffTable table td {
    font-size: 15px;
    border: 1px solid #000;
    text-align: center;
    font-weight: bold;
}

.mailCnt {
    display: flex;
    padding-left: 33px;
    margin-left: 30px;
    position: relative;
    align-items: center;
}

.allSublistLi {
    list-style: none;
}

.languageCnt {
    display: flex;
    position: relative;
    align-items: center;
}

.languageIcon {
    height: 100%;
    display: block;
    width: 100%;
}

#nav-icon3 {
    width: 40px;
    height: 30px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    margin-right: 15px;
    display: none;
}

.sidebarCnt {
    display: none;
}

#nav-icon3 span {
    display: block;
    position: absolute;
    height: 6px;
    width: 100%;
    background: var(--blue);
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
    top: 0px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
    top: 50%;
    transform: translateY(-50%);
}

#nav-icon3 span:nth-child(4) {
    bottom: 0px;
}

#nav-icon3.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.infoTitle {
    margin-left: 10px;
    display: flex;
    align-items: center;
}

.languageATag {
    margin-right: 10px;
    height: 19px;
    position: relative;
    display: block;
    width: 21px;
}

.infoFlex {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

header {
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 6;
    border-bottom: 1px solid #a9a9a9;
}

.flexHeader {
    height: 100%;
    display: flex;
    align-items: center;
    margin: auto;
    max-width: 1238px;
    justify-content: space-between;
}

.orisLogoCnt,
.orisLogoCnt img {
    display: block;
}

.orisLogoCnt img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.orisLogoCnt {
    width: 110px;
    position: relative;
    margin-right: 10px;
    height: 66px;
}

nav {
    height: 100%;
    margin-right: 10px;
}

.navUl {
    display: flex;
    align-items: center;
    list-style: none;
    height: 100%;
}

.allSublistLi a {
    padding: 8px 10px;
    text-decoration: none;
    color: #000;
    display: block;
}

.navLi {
    text-align: center;
    position: relative;
}

.navLi .navATag {
    text-decoration: none;
    color: #000;
    transition: .3s;
    position: relative;
    font-size: 15.8px;
    line-height: 79px;
    display: block;
    padding: 0 20px;
    z-index: 10;
    font-family: mtavruli;
    font-weight: bold;
}

.navLi:hover .navATag {
    color: rgb(0, 142, 211);
}

.navLi:hover {
    background: rgba(0, 0, 0, 0.04);
}

.subUl {
    position: absolute;
    list-style: none;
    bottom: 0;
    transform: translateY(100%);
    width: 230px;
    text-align: left;
    background: #faf8f5;
    padding: 10px 10px;
    display: none;
    box-shadow: 0 0 5px rgb(10, 117, 164);
    z-index: 3;
}

.subLi {
    position: relative;
}

.descTitle h3 {
    font-family: mtavruli;
    text-align: center;
    padding: 23px 0;
    font-size: 28px;
}

.subLi a {
    display: block;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    transition: .5s;
    padding: 7px 10px;
}

.subLi a:hover {
    color: #fff !important;
    background: #0a75a4;
}

.navLi:hover .subUl {
    display: block;
}

.subUl2 {
    position: absolute;
    right: 0;
    background: #faf8f5;
    top: 0;
    list-style: none;
    display: none;
    box-shadow: 0 0 5px rgb(0, 52, 69);
    width: 233px;
    padding: 10px 10px;
    transform: translateX(100%);
}

.subLi:hover .subUl2 {
    display: block;
}

.dropDown:after {
    height: 16px;
    width: 15px;
    display: inline-block;
    font-size: 16px;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    font-family: "FontAwesome";
    content: " \f107";
    position: absolute;
}

.dropDown:hover {
    color: #008ed3;
}

.rightDropDown:after {
    height: 24px;
    width: 15px;
    display: inline-block;
    font-size: 20px;
    bottom: 10px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-family: "FontAwesome";
    content: " \f105";
    position: absolute;
}

.rightDropDown:hover .rightDropDown:before {
    color: #fff;
}

.grid1 {
    display: grid;
    max-width: 1238px;
    grid-gap: 30px;
    margin: auto;
    grid-template-columns: repeat(4, 1fr);
}

.orisAccounting {
    grid-column: 1/2;
}

.orismanager {
    grid-column: 2/3;
}

.orisMarket {
    grid-column: 3/4;
}

.orisDistributor {
    grid-column: 4/5;
}

.orisAccounting,
.orismanager,
.orisMarket,
.orisDistributor {
    position: relative;
    grid-row: 1/2;
    padding: 15px 15px 60px 15px;
    text-align: center;
}

.accountingInfo h2:nth-child(1) {
    color: #e50000;
}

.managerInfo h2:nth-child(1) {
    color: #1f3f68;
}

.marketInfo h2:nth-child(1) {
    color: #cf142a;
}

.distributorInfo h2:nth-child(1) {
    color: #ff6600;
}

.orisAccounting img,
.orismanager img,
.orisMarket img,
.orisDistributor img {
    width: 100%;
    display: block;
    margin-bottom: 5px;
    transition: 1s;
    transform: scale(0.92);
}

.section2 {
    background: linear-gradient( 
45deg
 , #d1d1d1, #e8e8e8,transparent);
    color: white;
    clip-path: polygon(0% 10%, 100% 0%, 100% 90%, 0% 100%);

    /* padding-top: 147px;
    padding-bottom: 40px; */
    padding-left: 20px;
    padding-right: 20px
    
}
.section2{}
.section2__gradient{
    clip-path: polygon(0% 20%, 100% 0%, 100% 100%, 0 100%);
    padding: 45px;
}

.computerSystemsInfo {
    left: 50%;
    width: 100%;
}

.computerSystemsInfo h2:nth-child(1) {
    padding: 5px 0;
    font-size: 20px;
}

.computerSystemsInfo p {
    font-size: 16px;
}

.computerSystemTitle {
    color: var(--blue);
    max-width: 1238px;
    text-align: center;
    padding-bottom: 25px;
    font-size: 30px;
    letter-spacing: 0.5px;
    font-family: mtavruli;
    width: 100%;
    margin: auto;
}

.flex2 {
    display: flex;
    justify-content: center;
    text-align: center;
    padding-top: 35px;
    border-top: 1px solid #e67817;
    margin-right: 15px;
    margin-left: 15px;
}

.section3 {
    max-width: 1238px;
    margin: auto;
    margin-top: 50px;
}

.flex2 img {
    display: block;
    margin: auto;
}

.flex2 h2 {
    padding: 15px 0;
    font-family: mtavruli;
}

.flex2 div {
    padding: 0 15px;
}

.flex2 p {
    padding-bottom: 20px;
    color: #446185;
}

.flex2 a {
    color: #ef7f2d;
    text-decoration: none;
}

footer {
    margin-top: 80px;
    width: 100%;
    background: #353535;
    padding: 25px;
    color: #fff;
    text-align: center;
}

.CSATag {
    border: 1px solid #a9a9a9;
    background: #faf8f5;
    border-radius: 8px;
    text-decoration: none;
    color: #000;
    transition: .5s;
}

.CSATag.inactive {
    opacity: 0.5;
}

.CSATag.inactive img {
    transform: scale(0.92);
}

.CSATag.active {
    opacity: 1;
}

.CSATag.active img {
    transform: scale(1);
}

@media only screen and (max-width: 1500px) {
    .subUl {
        right: 0;
    }
    .subUl2 {
        left: 0;
        transform: translateX(-100%);
    }
    .subUl2 a {
        padding: 7px 10px !important;
    }
    .rightDropDown:after {
        left: 0;
        content: " \f104";
        margin-left: 3px;
    }
    .subLi a {
        padding: 7px 0;
        padding-left: 20px;
    }
}

@media only screen and (max-width: 1230px) {
    .orisAccounting,
    .orismanager,
    .orisMarket,
    .orisDistributor {
        padding: 15px 15px 35px 15px;
    }
    .contactsWrap h1,
    .mapCnt h3 {
        font-size: 30px;
    }
    .subUl {
        padding: 10px 7px;
    }
    .subUl2 {
        padding: 10px 7px;
    }
    
}

@media only screen and (max-width: 1105px) {

    .untitledSecNews {
        margin-right: 0;
        border-right: none;
    }
    .untitledSec {
        max-width: 550px;
    }
    .update {
        min-height: 200px;
    }
    .indexHeader,
    .untitledP {
        text-align: center;
    }
    .invoiceImg,
    .newsImg {
        width: 80px;
        height: 68px;
    }
    .splited{
        flex-direction: column;
    }
    
}

@media only screen and (max-width: 1018px) {
    /* .untitled {
        flex-direction: column;
        align-items: center;
    } */
    /* .update {
        margin-top: 40px;
    } */
    .indexHeader{
        font-size: 21px;
    }
}

@media only screen and (max-width: 935px) {
    .untitled {
        flex-direction: column;
        align-items: center;
    }
    .update {
        margin-top: 40px;
        margin-left:0;
    }
    .navLi .navATag {
        padding: 0 10px;
        font-size: 15.5px;
    }
    .orisLogoCnt {
        margin-right: 0px;
    }
    .searchField {
        font-size: 18px;
    }
    .searchWrap {
        width: 78%;
    }
    .adressCnt {
        max-width: 350px;
    }
    .bankLtd {
        grid-row: 1/2;
    }
    .contactPhoneCnt {
        grid-row: 3/4;
    }
    .dropDown:after {
        bottom: 15px;
    }
    .orisAccounting,
    .orismanager {
        grid-row: 1/2;
    }
    .orisMarket,
    .orisDistributor {
        grid-row: 2/3;
    }
    .grid1 {
        grid-template-columns: repeat(2, 1fr);
        max-width: 550px;
    }

}

@media only screen and (max-width: 820px) {
    .subUl2 a {
        padding: 7px 0px !important;
        padding-left: 20px !important;
    }
}

@media only screen and (max-width: 805px) {
    nav {
        display: none;
    }
    .leftSideCnt{
        max-height: none;
    }
    .leftSide{
        max-height: none;
        overflow-y:hidden;
    }
    .leftSide .newsMainAtag:nth-of-type(4){
        display: none;
    }
    .leftSide .newsMainAtag:nth-of-type(5){
        display: none;
    }
    .leftSide .newsMainAtag:nth-of-type(6){
        display: none;
    }
    .downloadHeader {
        justify-content: center;
    }
    .downloadHeader h1 {
        width: 100% !important;
        padding-bottom: 10px;
    }
    .listDownloadTitleMob {
        color: #1f5988;
        display: block;
    }
    .contactsWrap h1,
    .mapCnt h3 {
        font-size: 28px;
    }
    .alertCnt {
        width: 90%;
    }
    .downloadTable table {
        width: 100%;
        max-width: max-content;
        margin: auto;
    }
    .listDownloadTitle {
        display: none;
    }
    .downloadTable {
        padding: 0 10px;
        padding-top: 20px;
        width: 100%;
        overflow-x: auto;
        display: block;
    }
    .tableAndSidebar {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    .allDownloadUl {
        border-right: unset;
        width: unset !important;
    }
    .infoTitle {
        max-width: unset;
    }
    .infoFlex {
        flex-wrap: wrap;
        justify-content: center;
    }
    #nav-icon3 {
        display: block;
    }
    .orisLogoCnt {
        margin: 7px 0;
    }
    .flex2 h2 {
        font-size: 20px;
    }
    .sidebarCnt {
        position: absolute;
        width: 300px;
        background: #fff;
        z-index: 5;
        right: 0;
        transform: translateX(100%);
        transition: .5s;
        display: block;
        height: 100%;
        pointer-events: auto;
    }
    .flex1Mob {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .flex1Mob .ctg-cnt .ctg-cntA {
        width: 100%;
        line-height: 45px;
        text-align: center;
        margin-bottom: 5px;
        display: block;
        text-decoration: none;
        transition: .3s;
        color: #000;
        font-weight: bold;
    }
    .flex1Mob .ctg-cnt a {
        display: block;
        text-decoration: none;
        transition: .3s;
        color: #000;
    }
    .flex1Mob .ctg-cnt .ctg-cntA:hover {
        background: #535050;
        color: #fff;
    }
    .allPanels {
        list-style: none;
    }
    .allPanels {
        display: none;
    }
    .ctg-cntA.active {
        background: #535050;
        color: #fff !important;
    }
    .subListUl {
        display: none;
    }
    .flex1Mob {
        cursor: pointer;
    }
    .allPanels {
        background: #f3f3f3;
    }
    .flex1 {
        max-width: 475px;
        padding-top: 5px;
    }
    .gridFlex {
        flex-direction: column;
        align-items: center;
    }
    .LicenseHeader {
        font-size: 19px;
        text-align: left;
        font-weight: bold;
        width: 100%;
        margin-left: 14px;
        margin-bottom: 8px;
    }
}

@media only screen and (max-width: 678px) {
    .currencyImg{
        width: 100%;
    }
    .section2__Cnt{
        padding: 15px 0;
    }
    .showInDetail {
        width: max-content;
        padding-top: 5px;
        transition: 1s;
        cursor: pointer;
        white-space: nowrap;
    }
    .flexNews {
        flex-direction: column;
        display: flex;
        padding-top: 15px;
        align-items: flex-start;
    }
    .refresh {
        left: 72.8%;
    }
    .searchField {
        padding-right: 7.3%;
    }
    .infoTitle {
        max-width: unset;
    }
    .flex2 {
        padding-top: 30px;
        flex-direction: column;
        border-top: 3px solid #e67817;
    }
    .searchWrap {
        width: 100%;
    }
    .mobileCnt {
        margin-left: 12px;
        padding-top: 5px;
    }
    .flex1 {
        max-width: 415px;
    }
    .section3 {
        padding: 0 15px;
    }
    .managerPresentation {
        border-right: unset;
        border-bottom: 1px solid #e67817;
        padding-bottom: 30px !important;
    }
    .orisCourses {
        padding-top: 30px !important;
    }
    .invoiceImg,
    .newsImg {
        width: 88px;
        height: 70px;
    }
    .oris7HeaderH3 {
        font-size: 16px;
    }
    .oris7HeaderH2 {
        font-size: 20px;
    }
    .oris7abilitiesHeader {
        font-size: 22px;
    }
    .oris7MainHeader {
        font-size: 27px;
    }
}

@media only screen and (max-width: 500px) {
    .parkingTitle,
    .parkingTitleBelow {
        font-size: 18px;
    }
    .update{
        margin-top: 15px;
    }
    .indexHeader {
        font-size: 21px;
    }
    .indexAccountingImg{
        display: none;
    }
    .parkingCnt {
        width: 340px;
        height: 203px;
    }
    iframe {
        height: 240px !important;
    }
    #map {
        height: 410px !important;
    }
    .refresh {
        left: 64.3%;
        padding: 9px 0;
    }
    .searchField {
        padding-right: 11.4%;
    }
    .grid1 {
        grid-template-columns: repeat(1, 1fr);
        max-width: 280px;
    }
    .descHeader h1 {
        font-size: 35px !important;
    }
    .descTitle h3 {
        font-size: 24px !important;
    }
    .searchField {
        width: 75%;
        font-size: 16px;
    }
    .btnSearch {
        width: 25%;
        font-size: 16px;
    }
    .flex1 {
        max-width: unset !important;
    }
    .mobileCnt {
        padding-bottom: 5px;
        flex-wrap: wrap;
        padding-left: 30px;
        display: flex;
        position: relative;
        align-items: unset !important;
        flex-direction: column;
    }
    .mailCnt {
        padding-left: 8px;
        padding-top: 5px;
        margin-left: unset !important;
    }
    .mailIcon {
        left: -30px;
    }
    .infoTitle {
        width: 100%;
    }
    .preHeader h3 {
        text-align: center;
        width: 100%;
    }
    .invoiceImg,
    .newsImg {
        width: 78px;
        height: 60px;
    }
    .seeAllNews {
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .newsTitle {
        font-size: 15px;
        line-height: 22px;
    }
    .buyBtn {
        margin-top: 6px;
    }
    .computerSystemTitle {
        font-size: 24px;
    }
    .section2{
        clip-path: polygon(0% 5%, 100% 0%, 100% 95%, 0% 100%);
    }
}

@media only screen and (max-width: 425px) {
    .parkingTitle,
    .parkingTitleBelow {
        font-size: 16px;
    }
    .grid1{
        max-width: 300px;
    }
    .parkingCnt {
        width: 285px;
        height: 185px;
    }
    .invoiceImg,
    .newsImg {
        display: none;
    }
    .indexHeader {
        padding-top: 15px;
    }
    .seeAllNews {
        margin-bottom: 20px;
    }
    .wrapOris7 {
        padding: 0 15px;
        padding-top: 25px;
    }
    .oris7HeaderH3 {
        line-height: 23px;
    }
    .searchWrap{
        min-width: unset;
    }
}


/*About US Styling*/

.descWrap {
    padding: 0 20px;
    padding-bottom: 0px !important;
    padding-top: 25px;
    max-width: 1238px;
    margin: auto;
}

.descHeader {
    text-align: center;
    color: #004882;
    padding-bottom: 12px;
    border-bottom: 1px solid #bbbbbb;
}

.descHeader h1 {
    font-size: 35px;
}

.descTitle h2 {
    text-align: center;
    padding: 15px 0;
}

.descTitle p {
    margin-bottom: 10px;
}

.DescUl {
    padding-left: 30px;
    padding-bottom: 15px;
}

.DescUl li,
.DescUl2 li {
    line-height: 24px;
}

.wholeDescCnt1 {
    padding-bottom: 20px;
}

.DescUl2 {
    padding-top: 10px;
    padding-bottom: 25px;
    padding-left: 30px;
}

.subListUl a {
    margin: 5px 0;
    padding: 8px;
    display: block;
    text-decoration: none;
    color: #000;
    transition: .5s;
}

.subListUl a:hover {
    background: #197dab;
    color: #fff;
}

.subListUl a.active {
    background: #197dab;
    color: #fff;
}


/* Download PAGE */

.downloadCnt {
    max-width: 1238px;
    margin: auto;
    padding-top: 40px;
    padding-right: 10px;
    padding-left: 10px;
    min-height: calc(100vh - 147px);
}

.downloadCnt__sidebar{
    width: 25%;
}

.downloadCnt h4 {
    color: red;
}

.attentionP {
    letter-spacing: 0.5px;
    text-align: center;
}

.subListUl {
    display: none;
}

.downloadHeader {
    width: 100%;
    display: flex;
    align-items: stretch;
}

.downloadHeader h1 {
    border-bottom: 1px solid #cdcdcd;
    text-align: center;
    width: 75%;
}
.news__pin
{
    position: relative;
    top: -17px;
}

/* download Page End */
