/* CSS RESETS */
html, body, div, section, article, header, footer, main, aside, nav, ul, li, a, p, h1, h2, h3, h4, h5, h6, button {
    margin: 0;
    padding: 0;
}

body, html {
    width: 100%;
    background-color: #fff;
    overflow-x: hidden;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
    clear: both;
}

@font-face {
    font-family: BPGExtraSquareMtavruli;
    src: url('../fonts/BPGExtraSquareMtavruli.eot?#iefix') format('embedded-opentype'), url('../fonts/BPGExtraSquareMtavruli.woff') format('woff'), url('../fonts/BPGExtraSquareMtavruli.ttf') format('truetype'), url('../fonts/BPGExtraSquareMtavruli.svg#BPGExtraSquareMtavruli') format('svg');
}

@font-face {
    font-family: Dejavu;
    src: url('../fonts/BPGDejaVuSans.woff') format('woff');
}

/* FIRST FONT CODEE */
@font-face {
    font-family: myFirstFont;
    src: url(../fonts/bpg_nino_mtavruli_normal.ttf);
}

@font-face {
    font-family: myGel;
    src: url(../fonts/BPGGEL.ttf);
}

@font-face {
    font-family: 'BPGNinoMtavruli';
    src: url('../fonts/bpg_nino_mtavruli.eot');
    src: url('../fonts/bpg_nino_mtavruli.eot?#iefix') format('embedded-opentype'), url('../fonts/bpg_nino_mtavruli.ttf') format('truetype'), url('../fonts/bpg_nino_mtavruli.svg') format('svg'), url('../fonts/bpg_nino_mtavruli.woff2') format('woff2'), url('../fonts/bpg_nino_mtavruli.woff') format('woff');
}

p {
    font-family: myFirstFont;
}

a {
    font-family: myFirstFont !important;
}

/* SECOND FONT CODEE */
@font-face {
    font-family: mySecondFont;
    /*src: url(../fonts/bpg_nino_mtavruli_normal.ttf);*/
    src: url('../fonts/bpg_nino_mtavruli_normal.eot');
    src: url('../fonts/bpg_nino_mtavruli_normal.eot?#iefix') format('embedded-opentype'), url('../fonts/bpg_nino_mtavruli_normal.woff2') format('woff2'), url('../fonts/bpg_nino_mtavruli_normal.woff') format('woff'), url('../fonts/bpg_nino_mtavruli_normal.ttf') format('truetype'), url('../fonts/bpg_nino_mtavruli_normal.svg#BPGNinoMtavruli') format('svg');
}

h1, h2, h3, h4, h5, h6 {
    font-family: mySecondFont !important;
}

.main {
    display: block;
    width: 90%;
    margin: auto;
    max-width: 1200px;
}

    .main span {
        font-family: myFirstFont;
    }

.wrap {
    display: block;
    width: 100%;
}

.wrap_balance div {
    width: 14.28% !important;
}

.clear {
    clear: both;
}


/* HEADER STYLE */
header.header {
    display: block;
    width: 100%;
    padding: 10px 0;
    background-color: #662d91;
    margin-bottom: 25px;
    position: relative;
    z-index: 9;
}

.header .wrap {
    display: block;
    width: 90%;
    margin: auto;
    max-width: 1200px;
}

/* Nav Toggle */
.nav_toggle {
    display: none;
    color: white;
    position: absolute;
    right: 30px;
    font-size: 30px;
    cursor: pointer;
}
/* LOGO STYLE */
.logo a img {
    display: block;
    width: 100%;
}

.logo {
    display: block;
    position: relative;
    width: 15%;
    float: left;
}


/* NAVIGATION */
.nav_ready {
    display: block;
    position: relative;
    width: auto;
    float: right;
    margin: 1.8% 0;
    margin-bottom: 0;
}

    .nav_ready ul {
        list-style: none;
    }

    .nav_ready li {
        position: relative;
        display: inline;
    }

    .nav_ready a {
        text-decoration: none;
        color: #ffffff;
        font-weight: 600;
        margin-left: 10px;
        -webkit-transition: color .3s ease;
        -moz-transition: color .3s ease;
        -o-transition: color .3s ease;
        -ms-transition: color .3s ease;
        transition: color .3s ease;
    }

        .nav_ready a:hover {
            color: #ececec;
        }

li.active a {
    color: #662d91;
}


/* BOXES, FIRST BOXED SECTION AFTER HEADER ".content"*/

/* FIRST BOX */

.content {
    display: block;
    width: 100%;
    background-color: #fff;
    margin-bottom: 25px;
}

    .content .box_4 {
        position: relative;
        display: block;
        width: 24.1%;
        height: 200px;
        float: left;
        background-color: #ececec;
        padding: 25px .3% 0 .3%;
        -webkit-padding: 25px .3% 0 .3%;
        margin-right: .4%;
    }


        .content .box_4 .wrap .table ul li p span {
            background: #89C340;
            padding: 0px 3px 1px 3px;
            color: white;
            border-radius: 3px;
        }

        .content .box_4:last-child {
            margin-right: 0%;
        }

    .content .map {
        display: block;
        background: url(../images/images/map.jpg) no-repeat;
        background-size: auto;
        height: 156px;
        border: 2px solid #fff;
    }

    .content p {
        font-size: .7em;
        font-weight: 400;
        padding: 4px 0 0 3px;
    }

.balance {
    float: left;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 10px;
    text-align: left;
}

    .balance > div {
        display: flex;
        width: 100%;
        justify-content: space-between;
        height: 33px;
    }

        .balance > div > div {
            font-weight: 200 !important;
            font-size: 16px !important;
            width: 72%;
            background-color: #662d91;
            justify-content: center;
            display: flex;
            align-items: center;
            color: white;
            border-radius: 2px;
            box-shadow: 0 2px 0.5px -0.3px #3F1B5A;
        }


.money span {
    font-size: 16px !important;
}

.money {
    margin-top: -4px;
}
/* SECOND BOX */
.wrap_in {
    display: block;
    width: 100%;
}

    .wrap_in .box_2 {
        background-color: transparent;
        border: 2px solid #fff;
        box-sizing: border-box;
        width: 50%;
        height: 98.7px;
        float: left;
    }

    .wrap_in p {
        background-color: transparent;
        text-align: center;
        color: #333;
        font-weight: bold;
        word-wrap: break-word;
        padding: 0 5px;
    }


/* SECOND BOX ICONS */
.icon_1 {
    display: block;
    position: relative;
    background: url(../images/graphics/icon_1.png) no-repeat;
    background-size: 40px;
    width: 40px;
    height: 62px;
    margin: auto;
    top: 5px;
}

.icon_2 {
    display: block;
    position: relative;
    background: url(../images/graphics/icon_2.png) no-repeat;
    background-size: 60px;
    width: 60px;
    height: 62px;
    margin: auto;
    top: 5px;
}

.icon_3 {
    display: block;
    position: relative;
    background: url(../images/graphics/icon_3.png) no-repeat;
    background-size: 60px;
    width: 60px;
    height: 62px;
    margin: auto;
    top: 15px;
}

.icon_4 {
    display: block;
    position: relative;
    background: url(../images/graphics/icon_4.png) no-repeat;
    background-size: 55px;
    width: 55px;
    height: 62px;
    margin: auto;
    top: 5px;
}








/*

.table_1 {
    width: 15%;
}

.table_2, .table_3 {
    width: 42.5%;
}


.table_1, .table_2, .table_3 {
    display: block;
    position: relative;
    float: left;
}

.table ul {
    list-style: none;
}

.table li {
    position: relative;
    display: block;
    border-bottom: 1px solid #ececec;
    box-sizing: border-box;
    padding: 5.9% 2%;
    background-color: #fff;
}

.table li:last-child {
    border-bottom: 0px solid #ececec;
}

.table p {
    line-height: 2px;
    padding: 4.92% 0;
    background-color: transparent;
    color: #67686b;
    font-weight: 600;
}

.table li {
    width: 100%;
    height: 40px;
}

.table_1 li {
    width: 100%;
}


*/


















/* ICONS */
.icon_5 {
    background: url(../images/graphics/box_icon_1.png) no-repeat 3px 3px;
    background-size: 34px;
}

.icon_6 {
    background: url(../images/graphics/box_icon_2.png) no-repeat 3px 3px;
    background-size: 34px;
}

.icon_7 {
    background: url(../images/graphics/box_icon_3.png) no-repeat 3px 3px;
    background-size: 34px;
}

.icon_8 {
    background: url(../images/graphics/box_icon_4.png) no-repeat 3px 3px;
    background-size: 34px;
}

/* BUTTON */
a.btn {
    position: relative;
    display: block;
    text-align: center;
    text-decoration: none;
    border-radius: 2px;
    width: 100%;
    background-color: #662d91;
    color: #fff;
    padding: 7px 0px 3px 0px;
    top: 8px;
    box-shadow: 0 2px .5px -0.3px #3F1B5A;
    font-size: 14px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}

    a.btn:hover {
        background-color: #7938aa;
    }

    a.btn:active {
        -webkit-transition-duration: .1s;
        -moz-transition-duration: .1s;
        -o-transition-duration: .1s;
        -ms-transition-duration: .1s;
        transition-duration: .1s;
        box-shadow: 0 0px .5px -0.3px #3F1B5A;
        top: 10px;
    }



/* FINAL BOX */
.pass p {
    background-color: transparent;
    font-weight: 600;
}

.pass input {
    width: 96.6%;
    outline: none;
    height: 30px;
    padding: 0 1% 0 1%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.pass {
    display: block;
    background-color: #fff;
    width: 100%;
    height: 166px;
    padding: 1%;
    box-sizing: border-box;
}

    .pass .btn {
        float: left;
        width: 49%;
        margin-right: 2%;
        margin-top: -1px;
        top: 13.5px;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
    }

        .pass .btn:active {
            top: 15.5px;
        }

        .pass .btn:last-child {
            margin-right: 0%;
        }

    .pass span {
        float: left;
        background-color: rgba(255, 0, 0, 0.14);
        color: #c35757 !important;
        border: 1px solid #ebccd1;
        width: calc(100% - 5px);
        font-family: BPGExtraSquareMtavruli;
        font-size: 14px !important;
        padding: 2px 0px 2px 5px;
        border-radius: 3px;
        margin-top: 20px;
    }

.reset {
    margin: 10px 0px 5px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .reset a {
        text-decoration: underline;
        font: normal 12.5px Arial, Helvetica, sans-serif !important;
        vertical-align: top;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        color: black;
        width: 45%;
    }

        .reset a:hover {
            color: #662d91;
            cursor: pointer;
        }

        .reset a:active {
            -webkit-transition-duration: .1s;
            -moz-transition-duration: .1s;
            -o-transition-duration: .1s;
            -ms-transition-duration: .1s;
            transition-duration: .1s;
            color: #662d91;
        }

.paybutton {
    background-color: #662d91;
    height: 30px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    cursor: hand;
    color: #fff;
}

    .paybutton:hover {
        background-color: #8a4eba;
        cursor: pointer;
        cursor: hand;
        color: #fff;
    }
/* VIDEO SECTION */
.video-wrap {
    display: block;
    position: relative !important;
    width: 100% !important;
    height: 250px !important;
    /*background-image: url('../images/graphics/cover.png');*/
    background-size: 100% 100%;
    margin-bottom: 25px;
}

    .video-wrap > div {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
    }

        .video-wrap > div > img {
            width: 100%;
            height: 100%;
        }

/*.video-wrap h3 {
        position: relative;
        color: #fff;
        text-shadow: 1px 0 1px #000;
        z-index: 3;
        text-align: center;
        top: 40%;
        transform: translate(0, -50%);
        font-size: 2em;
        line-height: 60px;
    }*/

.color {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background: url(../images/graphics/ptrn.png) repeat fixed center center;
    opacity: .4;
    z-index: 2;
}

/* THREE BOXES SECTION */
.three_boxes {
    display: block;
    width: 100%;
    margin-bottom: 25px;
    background-color: transparent;
}

.box_3 {
    display: block;
    position: relative;
    float: left;
    width: 30.33%;
    margin-right: 4.5%;
    font-family: myFirstFont;
}

    .box_3:last-child {
        margin-right: 0%;
    }

    /*.img_1 {
    display: block;
    background: url(../images/images/image_1.jpg) no-repeat;
    background-size: auto;
    height: 196px;
    cursor: pointer;
}*/

    .box_3 img {
        display: block;
        width: 100%;
    }

.img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

    .img:hover {
        opacity: .9;
    }


/* TEXT BOX */
.txt h3 {
    text-align: center;
    margin: 15px 0;
    color: #662e93;
}

.txt li {
    list-style-type: circle;
}

.txt p {
    font-size: 13px;
    font-weight: 600;
}

article.txt {
    padding: 0 5%;
}



/* CAROUSEL */
.carousel {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 25px;
}

header h3 {
    text-align: center;
    margin-bottom: 15px;
    color: #662e93;
}

.item img {
    display: block;
    width: 100%;
}

.item {
    display: block;
    position: relative;
    width: 19.6%;
    float: left;
    margin-right: .5%;
    cursor: pointer;
    filter: url(filters.svg#grayscale);
    /* Firefox 3.5+ */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(1);
    /* Google Chrome & Safari 6+ */
}

    .item:last-child {
        margin-right: 0%;
    }

    .item:hover {
        filter: none;
        -webkit-filter: none;
        -webkit-transition-duration: 1s;
        -moz-transition-duration: 1s;
        -o-transition-duration: 1s;
        transition-duration: 1s;
    }

/* ARROWS */
.arrows {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.left_arrow {
    display: block;
    position: absolute;
    background: url(../images/graphics/left.png) no-repeat;
    background-size: auto;
    width: 32px;
    height: 32px;
    z-index: 1;
    left: -36px;
    cursor: pointer;
    top: 50%;
    transform: translate(0, -50%);
}

.right_arrow {
    display: block;
    position: absolute;
    background: url(../images/graphics/right.png) no-repeat;
    background-size: auto;
    width: 32px;
    height: 32px;
    z-index: 1;
    right: -43px;
    cursor: pointer;
    top: 50%;
    transform: translate(0, -50%);
}

.carousel:hover .arrows {
    opacity: 1;
    visibility: visible;
}


/* ///////////////////////////////////////////////////////////// */
.four_boxes {
    display: block;
    width: 100%;
    margin-bottom: 25px;
    border-top: 3px solid #662d91;
    padding-top: 25px;
}

.box_4 {
    display: block;
    position: relative;
    float: left;
    width: 24.62%;
    margin-right: .5%;
    font-family: myFirstFont;
}

    .box_4 article {
        font-size: 14px;
    }

.htitle {
    margin-top: -20px;
    text-align: center;
    font-family: myFirstFont;
}

.box_4:last-child {
    margin-right: .0%;
}

.four_boxes .box_4 p {
    font-size: 14px;
}

.four_boxes .box_4 h3 {
    font-weight: 600;
    color: #662d91;
}

.box_3 article {
    font-size: 14px;
}

.box_3:last-child {
    margin-right: .0%;
}

/* SOCIAL ICONS */
.social img {
    display: block;
    width: 100%;
}

.social {
    display: block;
    position: relative;
    float: left;
    margin-right: 2.67%;
    width: 23%;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.last_child {
    margin-right: 0%;
}

.social:hover {
    opacity: .8;
}

.social_wrap {
    display: block;
    position: relative;
    float: left;
    left: 50%;
    transform: translate(-50%, 0);
}


/* FOOTER */
.footer {
    position: absolute;
    display: block;
    background-color: #ececec;
    width: 100%;
    padding: 15px 0;
}

.f_icons {
    display: block;
    width: 90%;
    margin: auto;
    max-width: 1200px;
}

.f_icon img {
    display: block;
    width: 100%;
}

.f_icon {
    display: block;
    width: 18%;
    float: left;
    margin-right: 23%;
}

    .f_icon:last-child {
        margin-right: 0%;
    }

footer {
    width: 100%;
    background-color: #ececec;
    padding: 15px 0;
}

#footer {
    display: table;
    width: 100%;
    background-color: #ececec;
    margin: auto;
    max-width: 1200px;
}

.footer-section {
    float: left;
    width: 33%;
}

.footer-left-div {
    text-align: left;
    margin-left: 4px;
}

    .footer-left-div img {
        width: 216px;
    }

.footer-middle-div {
    text-align: center;
}

    .footer-middle-div img {
        width: 216px;
    }

.footer-right-div {
    text-align: right;
    margin-top: 5px;
}

    .footer-right-div img {
        width: 110px;
    }

    .footer-right-div a {
        text-decoration: none;
    }

/* PERSONAL INFORAMATION */
ul.personal_info {
    list-style: none;
}

    ul.personal_info li {
        margin: 0;
        padding: 0;
    }

    ul.personal_info p {
        font-size: 13px;
        line-height: 0.4em;
        padding: 5.4px 5px;
        font-family: Sylfaen !important;
    }


/* USER BUTTONS */
.user_btn {
    display: block;
}

    .user_btn p {
        font-size: 13px;
        font-weight: 600;
    }

    .user_btn a.btn {
        font-size: 17px;
        padding: 4px 0;
        margin-bottom: 4.1px;
    }

/* USER TABLE */
.user_area_m {
    display: none;
}

.wrap_track p {
    display: flex;
    justify-content: center;
    align-items: center;
}

.break_wrap {
    display: block;
    position: relative;
    width: auto;
    float: none;
    overflow: hidden;
    margin-top: 4.5px;
}

.aomine {
    padding: 0 0 50px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 85%;
    min-height: calc(100vh - 296px);
}

    .aomine > div {
        padding: 0;
        margin-bottom: 20px;
    }

aside.sidebar {
    display: block;
    float: right;
    width: 9%;
    height: 469px;
    background-color: #65BCCA;
}

.user_table {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 25px;
    border: 1px solid #662d91;
    box-sizing: border-box;
    border-collapse: collapse;
}

.u_table {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-collapse: collapse;
}

    .u_table:last-child, .user_table:last-child .wrap {
        border-bottom: 0px solid #662d91;
    }

.user_table .wrap {
    display: block;
    width: 100%;
    height: 30px;
    background-color: #eee;
    border-bottom: 1px dashed #662d91;
}

.user_table .clearfix:first-child {
    height: 40px;
}

    .user_table .clearfix:first-child div {
        padding: 5px 0;
    }

.user_table .wrap_new_height:first-child {
    height: 40px;
}

    .user_table .wrap_new_height:first-child div {
        padding: 5px 0;
    }

.user_table .wrap div {
    display: block;
    float: left;
    padding: 0px 0;
    width: 7.69%;
}


.u_table .wrap div {
    height: 20px;
}

.user_table2 .u_table .wrap div {
    height: 2px !important;
}

.u_table .wrap:nth-of-type(1) {
    background-color: white;
}

.u_table_header .wrap_balance:first-child, .u_table_header .wrap:first-child {
    background-color: #eee !important;
}

.u_table:nth-child(even) .wrap {
    background-color: #f9f7fb;
}

.u_table:last-child .wrap {
    border-bottom: 0px solid #662d91;
}

.user_table .wrap p {
    text-align: center;
    line-height: 30px;
    word-wrap: normal;
    font-size: .75em;
}


/* TABLE ICONS */
.see {
    display: block;
    width: 100% !important;
    float: left;
    padding: 0px 0;
    text-align: center;
    font-size: .75em;
    line-height: 30px;
    display: block;
}

.see2 {
    position: relative;
    border-bottom: none !important;
    cursor: pointer;
    background-size: contain;
    height: 20px;
    margin: 5px 0;
    padding: 0 !important;
    background-position: center;
    width: 100% !important;
    display: block;
}

img.gadaxdils {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 5px;
    height: 20px;
}

.see3 {
    background: url(../images/graphics/see4.png) no-repeat;
    background-size: contain;
    height: 20px;
    border-bottom: none !important;
    cursor: pointer;
    display: block;
    margin: 5px 0;
    float: left;
    width: 100% !important;
    background-position: center;
    display: block;
}

.not {
    position: relative;
    top: 12px;
    background: url(../images/graphics/no.jpg) no-repeat;
    background-size: 55px;
    border-bottom: none !important;
    cursor: pointer;
    background-position: center;
}

.yes {
    position: relative;
    top: 12px;
    background: url(../images/graphics/yes.jpg) no-repeat;
    background-size: 55px;
    border-bottom: none !important;
    cursor: pointer;
    background-position: center;
}

/* //////////////////////////////////////////////////////// */
/* REGISTRATION FORM */
.registration {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 0 35px 0;
}

    .registration header {
        display: block;
        width: 360px;
        text-align: center;
        color: #662D91;
        line-height: 10px;
        margin-bottom: 25px;
    }

.sach {
    width: 100%;
}

.physical {
    display: block;
    width: 100%;
    margin: 50px 0 0 0;
    background-color: #fff;
    z-index: 0;
}

    .physical .wrap {
        display: block;
        float: left;
        width: 243px;
        margin-right: 25px;
    }

.juridical .wrap {
    display: block;
    float: left;
    width: 243px;
    margin-right: 25px;
}

.name {
    position: relative;
    top: 149px;
}

.physical .wrap input {
    height: 22px;
    width: 100%;
    margin-bottom: 22px;
    margin-top: 5px;
    padding: 3px 0 3px 4px;
    border: 2px solid rgba(102, 45, 145, 0.45);
    outline: none;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}

.juridical .wrap input {
    height: 22px;
    width: 100%;
    margin-bottom: 22px;
    margin-top: 5px;
    padding: 3px 0 3px 4px;
    border: 2px solid rgba(102, 45, 145, 0.45);
    outline: none;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}

.physical .wrap input:hover {
    outline: none;
}

.juridical .wrap input:hover {
    outline: none;
}

.physical .wrap input:focus {
    outline: none;
    box-shadow: inset 0 0 7px -2px rgba(102, 45, 145, 0.45);
}

.juridical .wrap input:focus {
    outline: none;
    box-shadow: inset 0 0 7px -2px rgba(102, 45, 145, 0.45);
}

.physical .wrap p {
    color: #662d91;
    font-size: 14px;
    font-weight: 600;
}

.juridical .wrap p {
    color: #662d91;
    font-size: 14px;
    font-weight: 600;
}


/* REGISTRATION BUTTONS */
.reg_buttons a {
    display: block;
    background-color: #662D91;
    float: left;
    color: #fff;
    text-decoration: none;
    padding: 10px 25px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

    .reg_buttons a:hover {
        background-color: rgba(102, 45, 145, 0.8);
    }

    .reg_buttons a:active {
        background-color: rgb(102, 45, 145);
    }

.juridical {
    display: none;
    width: 100%;
    margin: 50px 0 0 0;
    background-color: #fff;
    z-index: 0;
}

/* REGISTRATION BUTTON */
a.reg {
    display: block;
    position: relative;
    width: 130px;
    padding: 15px 0;
    left: 15%;
}

/* /////////////////////////////////////////////////////////////// */
.box_4 .wrap {
    display: block;
    width: 100%;
}

.in_table {
    display: block;
    background-color: #fff;
}

.box_4 .wrap .table {
    display: block;
    float: left;
    width: 100%;
    background-color: #fff;
    border-bottom-color: #B3B3B3;
    border-bottom-width: thin;
    border-bottom-style: solid;
}

    .box_4 .wrap .table ul {
        list-style: none;
    }

    .box_4 .wrap .table li {
        display: block;
        float: left;
        width: 40%;
    }

        .box_4 .wrap .table li p {
            padding: 3.5px 3%;
            line-height: 13px;
            background-color: transparent;
        }


/* ICONS */
.ico_1 {
    position: relative;
    background: url(../images/graphics/box_icon_1.png) no-repeat;
    background-size: contain;
    width: 11% !important;
    height: 35px;
    top: 3px;
    left: 1.3%;
    padding-right: 3%;
}

.langs1 {
    position: fixed;
    right: 0px;
    top: 15%;
    z-index: 99;
}

.ico_2 {
    position: relative;
    background: url(../images/graphics/box_icon_2.png) no-repeat;
    background-size: contain;
    width: 11% !important;
    height: 35px;
    top: 3px;
    left: 1.3%;
    padding-right: 3%;
}

.ico_3 {
    position: relative;
    background: url(../images/graphics/box_icon_3.png) no-repeat;
    background-size: contain;
    width: 11% !important;
    height: 35px;
    top: 3px;
    left: 1.3%;
    padding-right: 3%;
}

.ico_4 {
    position: relative;
    background: url(../images/graphics/box_icon_4.png) no-repeat;
    background-size: contain;
    width: 11% !important;
    height: 35px;
    top: 3px;
    left: 1.3%;
    padding-right: 3%;
}

.regisP {
    font-family: arial !important;
}

.MyForm {
    max-width: 850px;
    min-width: 220px;
    padding-left: 25px;
    margin: auto;
    background-color: #ECECEC;
    margin-bottom: 25px;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

    .MyForm input {
        height: 22px;
        width: 80%;
        max-width: 350px;
        margin-bottom: 22px;
        padding: 3px 0 3px 4px;
        outline: none;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        transition: all .2s ease;
        border: 1px solid #c7c0c0;
    }

    .MyForm select {
        float: left !important;
        width: 35% !important;
        margin-right: 10%;
        border: 1px solid #c7c0c0;
        padding: 3px 0px;
    }

    .MyForm p {
        color: #662d91;
        font-size: 14px;
        font-weight: 300;
    }

    .MyForm textarea {
        height: 100px;
        max-width: 350px;
        width: 100%;
        margin-bottom: 22px;
        margin-top: 5px;
        padding: 3px 0 3px 4px;
        border: 1px solid #c7c0c0;
        outline: none;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        transition: all .2s ease;
    }

.Newses {
    padding: 50px;
}

    .Newses a {
        font-size: 1.5em;
        font-weight: 400;
        color: #a059d6;
        line-height: 50px;
    }

.news-title-container {
    width: 90%;
}

.news-title {
    font-size: 1.5em !important;
    font-weight: 400;
    color: #a059d6;
    line-height: 50px;
}

.news-date {
    float: right;
}

    .news-date span {
        line-height: 50px;
    }

.main-news-title-container {
    width: 90%;
}

.main-news-title {
    font-size: 15px !important;
    font-weight: 400;
    color: #a059d6;
    line-height: 50px;
}

.main-news-date {
    float: right;
}

    .main-news-date span {
        line-height: 50px;
    }

.registerBtn {
    float: left;
}

.regButton {
    display: block;
    text-align: center;
    height: 40px !important;
    float: left;
    text-decoration: none;
    border-radius: 2px;
    width: 120px;
    background-color: #662d91;
    color: #fff;
    padding: 5px 0;
    top: 8px;
    font-size: 14px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}

.modal-box {
    display: none;
    position: absolute;
    z-index: 1000;
    width: 98%;
    background: white;
    border-bottom: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
}
/*
.MyForm div {
    width: 100% !important;
} */

.MyForm_last {
    float: left;
    padding-top: 25px;
}

.modal-box .modal-amanati {
    color: black !important;
    float: left !important;
    width: 25% !important;
    margin: 10px 0px 0px 0px;
}

.MyForm_last p:first-child {
    margin-bottom: 10px;
    font-size: 16px;
}

.Myform_Courier_first p {
    color: black !important;
}

.Myform_courier_st p {
    color: red !important;
    font-size: 12px !important;
}

    .Myform_courier_st p:first-child {
        color: red !important;
        font-size: 18px !important;
    }


.modal-box p {
    line-height: 20px;
    width: 100%;
    text-indent: 10px !important;
}

    .modal-box p label {
        text-indent: 10px;
        padding: 0px 5px;
    }

.modal-box header,
.modal-box .modal-header {
    padding: 1.25em 0;
    border-bottom: 1px solid #ddd;
}

    .modal-box header h3,
    .modal-box header h4,
    .modal-box .modal-header h3,
    .modal-box .modal-header h4 {
        margin: 0;
    }

.modal-box .modal-body {
    padding: 0;
}

.modal-box footer,
.modal-box .modal-footer {
    padding: 1em 0;
    border-top: 1px solid #ddd;
    text-align: right;
}

    .modal-box footer input {
        background-color: #8a4eba;
        cursor: pointer;
        font-family: BPGExtraSquareMtavruli;
        font-size: 12px;
        border-radius: 5px;
        padding: 5px 15px 5px 15px;
        border: none;
        color: white;
    }


.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    height: 100%;
    background: rgba(43, 46, 56, 0.9) !important;
    opacity: 0.9 !important;
}

a.close {
    line-height: 1;
    font-size: 1.5em;
    position: absolute;
    right: 2%;
    text-decoration: none;
    color: black;
}

    a.close:hover {
        color: red;
        -webkit-transition: color 1s ease;
        -moz-transition: color 1s ease;
        transition: color 1s ease;
    }

@media (min-width: 32em) {
    .modal-box {
        width: 90%;
        min-width: 320px;
        max-width: 820px;
    }
}



/**/

.user_table2 {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 25px;
    border: 1px solid #662d91;
    box-sizing: border-box;
    border-collapse: collapse;
}

    .user_table2 .wrap {
        display: block;
        width: 100%;
        height: 30px;
        border-bottom: 1px dashed #662d91;
    }

    .user_table2 .u_table:first-child .wrap {
        background-color: #eee !important;
        height: 38px !important;
    }

        .user_table2 .u_table:first-child .wrap div {
            padding: 10px 0 !important;
        }

    .user_table2 .wrap div {
        display: block;
        float: left;
        padding: 6px 0;
        width: 20%;
    }


    .user_table2 .wrap p {
        text-align: center;
        line-height: 18px;
        word-wrap: normal;
        font-size: .8em;
    }
/**/


/* Style the tab */
div.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

    /* Style the links inside the tab */
    div.tab a {
        float: left;
        display: block;
        color: black;
        text-align: center;
        padding: 0px 4px;
        text-decoration: none;
        transition: 0.3s;
    }

        /* Change background color of links on hover */
        div.tab a:hover {
            background-color: #ddd;
            text-decoration: none;
        }

        /* Create an active/current tablink class */
        div.tab a:focus, .active {
            background-color: #ccc;
        }

/* Style the tab content */
.tabcontent {
    display: none;
    border: 1px solid #ccc;
    border-top: none;
    background-color: white;
}

.income-money {
    color: white;
    background-color: #89C340;
    padding: 2px 8px;
    height: 30px;
    width: 100% !important;
    min-width: 100% !important;
    line-height: 20px;
    border-radius: 3px;
}

.income-tbc {
    background-color: #00a3e0;
    color: white;
    padding: 2px 8px;
    height: 30px;
    width: 100% !important;
    min-width: 100% !important;
    line-height: 20px;
    border-radius: 3px;
}

.income-oppa {
    background-color: #43c47c;
    color: white;
    padding: 2px 8px;
    height: 30px;
    width: 100% !important;
    min-width: 100% !important;
    line-height: 20px;
    border-radius: 3px;
}

.income-bog {
    background-color: #fc6719;
    color: white;
    padding: 2px 8px;
    height: 30px;
    width: 100% !important;
    min-width: 100% !important;
    line-height: 20px;
    border-radius: 3px;
}

.income-liberty {
    background-color: #ad000d;
    color: white;
    padding: 2px 8px;
    height: 30px;
    width: 100% !important;
    min-width: 100% !important;
    line-height: 20px;
    border-radius: 3px;
}

.outcome-money {
    background-color: red;
    color: white;
    padding: 2px 8px;
    height: 30px;
    width: 100% !important;
    min-width: 100% !important;
    line-height: 20px;
    border-radius: 3px;
}

.money-shevseba {
    background-color: rgb(254, 205, 4);
    color: white;
    padding: 2px 8px;
    height: 30px;
    width: 100% !important;
    min-width: 100% !important;
    line-height: 20px;
    border-radius: 3px;
}

.dec-error {
    color: red;
}

.dec-category {
    margin-right: 2% !important;
}



.popup-pass {
    background-color: #8a4eba;
    cursor: pointer;
    font-family: BPGExtraSquareMtavruli;
    font-size: 16px;
    border-radius: 5px;
    border: none !important;
    color: white;
    margin: 0 auto;
    height: 26px !important;
    line-height: 26px !important;
    padding: 0 !important;
}

.pagination > ul {
    display: inline-block;
    padding-left: 0;
    margin-bottom: 20px;
    border-radius: 4px;
    margin-left: 5px;
    margin-top: -18px;
}

    .pagination > ul > li {
        display: inline;
    }

        .pagination > ul > li > a, .pagination > ul > li > span {
            font-family: BPGExtraSquareMtavruli !important;
            font-size: 12px;
            position: relative;
            float: left;
            padding: 1px 6px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #662d91;
            text-decoration: none;
            background-color: #f9f7fb;
            border: 1px solid #fff;
        }

    .pagination > ul > .active > a,
    .pagination > ul > .active > a:focus,
    .pagination > ul > .active > a:hover,
    .pagination > ul > .active > span,
    .pagination > ul > .active > span:focus,
    .pagination > ul > .active > span:hover {
        z-index: 2;
        color: #fff;
        cursor: default;
        background-color: #89C340;
    }

.simple-pagination {
    text-align: center;
}

.remember_you input[type=checkbox] {
    width: 13px;
    height: 13px;
    vertical-align: top;
}

.remember_you {
    vertical-align: middle;
    background-color: #fff !important;
    border: none !important;
    color: black !important;
    font-family: myFirstFont !important;
    width: 45% !important;
    font-size: 14px !important;
    padding: 0 !important;
    font-weight: bold !important;
    margin: 0 !important;
    line-height: 15px !important;
    height: 15px !important;
    border-radius: 0px !important;
}

    .remember_you label {
        color: black !important;
        font: normal 10.5px Arial, Helvetica, sans-serif;
    }

.delete-btn {
    background: url(/images/images/delete-prl.png) no-repeat;
    background-size: contain;
    height: 20px;
    border-bottom: none !important;
    cursor: pointer;
    background-position: center;
    display: block;
}

a.btn-small {
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    border-radius: 2px;
    width: calc(50% - 3px);
    background-color: #662d91;
    color: #fff;
    box-shadow: 0 2px 0.5px -0.3px #3F1B5A;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    border: 0;
    padding: 11px 0;
    margin-left: 3px;
}

    a.btn-small:hover {
        background-color: #7938aa;
    }

    a.btn-small:active {
        -webkit-transition-duration: .1s;
        -moz-transition-duration: .1s;
        -o-transition-duration: .1s;
        -ms-transition-duration: .1s;
        transition-duration: .1s;
        box-shadow: 0 0px .5px -0.3px #3F1B5A;
        top: 2px;
    }

.ui-autocomplete {
    z-index: 10000;
}

.tracking-validation {
    color: red;
    text-align: center;
    font-size: 12px;
    font-family: BPGExtraSquareMtavruli !important;
    margin-top: 10px !important;
    margin-bottom: -16px !important;
    visibility: hidden;
    height: 35px;
}

.item-waiting-status {
    color: white;
    background-color: #662d91;
    padding: 2px 8px;
    height: 30px;
    width: 100% !important;
    min-width: 100% !important;
    line-height: 20px;
    border-radius: 3px;
}

.item-pending-status {
    color: white;
    background-color: #00aeff;
    padding: 2px 8px;
    height: 30px;
    width: 100% !important;
    min-width: 100% !important;
    line-height: 20px;
    border-radius: 3px;
}

.item-arrived-status {
    color: white;
    background-color: #8BC34A;
    padding: 2px 8px;
    height: 30px;
    width: 100% !important;
    min-width: 100% !important;
    line-height: 20px;
    border-radius: 3px;
}

.item-intransit-status {
    color: white;
    background-color: #fcd018;
    padding: 2px 8px;
    height: 30px;
    width: 100% !important;
    min-width: 100% !important;
    line-height: 20px;
    border-radius: 3px;
}

.item-late-status {
    color: white;
    background-color: #ff0000;
    padding: 2px 8px;
    height: 30px;
    width: 100% !important;
    min-width: 100% !important;
    line-height: 20px;
    border-radius: 3px;
}

.item-block-status {
    color: white;
    background-color: #e4de0d;
    padding: 2px 8px;
    height: 30px;
    width: 100% !important;
    min-width: 100% !important;
    line-height: 20px;
    border-radius: 3px;
}

.item-taken-status {
    color: white;
    background-color: #662d91;
    padding: 2px 8px;
    height: 30px;
    width: 100% !important;
    min-width: 100% !important;
    line-height: 20px;
    border-radius: 3px;
}

.item-sending-status {
    color: white;
    background-color: rgb(226, 125, 20);
    padding: 2px 8px;
    height: 30px;
    width: 100% !important;
    min-width: 100% !important;
    line-height: 20px;
    border-radius: 3px;
}


.flight-late-status {
    background: #ff0000;
    padding: 0px 3px 1px 3px;
    color: white;
    border-radius: 3px;
}

.flight-intransit-status {
    background: #FECD04;
    padding: 0px 3px 1px 3px;
    color: white;
    border-radius: 3px;
}

.flight-arrived-status {
    background: #89C340;
    padding: 0px 3px 1px 3px;
    color: white;
    border-radius: 3px;
}

.add-parcels {
    margin-bottom: 22px;
    margin-top: -14px;
}

.btn-add-parcel {
    font-family: BPGExtraSquareMtavruli !important;
    background-color: #7938aa !important;
    width: 175px !important;
    padding: 8px 10px 0px 10px !important;
    height: 30px !important;
    color: white !important;
    border: none !important;
    border-radius: 3px !important;
    font-size: 15px !important;
    display: inline-block !important;
}

    .btn-add-parcel img {
        height: 15px;
        margin-right: 8px;
    }

    .btn-add-parcel span {
        font-family: BPGExtraSquareMtavruli !important;
        color: white !important;
        font-size: 14px !important;
    }

.minsty {
    position: static !important;
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
    height: 52px !important;
    width: 100% !important;
    max-width: 187px;
    padding: 8px 10px !important;
    margin-bottom: 1px !important;
    box-shadow: none !important;
    box-sizing: border-box;
}

.top-menu-name {
    text-decoration: none;
    color: #ffffff;
    margin-left: 3px;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    -ms-transition: color .3s ease;
    transition: color .3s ease;
    font-family: BPGExtraSquareMtavruli !important;
    font-size: 15px !important;
    font-weight: normal !important;
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(https://fonts.gstatic.com/s/materialicons/v22/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    text-decoration: none;
    color: #ffffff;
    margin-left: 10px;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    -ms-transition: color .3s ease;
    transition: color .3s ease;
    font-size: 20px !important;
    font-weight: normal !important;
    font-style: normal;
    vertical-align: bottom;
    color: #7dbb00;
}

.slider {
    width: 1000px;
    height: 142px;
    overflow: hidden;
    font-size: 0;
    margin-left: auto;
    margin-right: auto;
}

    .slider ul {
        width: 1200px;
        height: 600px;
        margin: 0;
    }

        .slider ul li {
            display: inline-block;
            margin: 10px 0 10px 10px;
        }

            .slider ul li img {
                width: 235px;
                cursor: pointer;
            }

.conditions {
    font-family: 'Sylfaen',serif !important;
}

    .conditions span {
        font-family: 'Sylfaen',serif !important;
    }

    .conditions p {
        font-family: 'Sylfaen',serif !important;
    }

    .conditions a {
        font-family: 'Sylfaen',serif !important;
    }

    .conditions div {
        font-family: 'Sylfaen',serif !important;
    }

.remodal-body {
    margin-bottom: 25px;
    margin-top: 10px;
}

.courier {
    height: 128px;
    text-align: center;
    cursor: pointer;
    width: 282px;
}

    .courier a {
        text-align: center;
        font-family: myFirstFont !important;
        font-size: 17px;
        color: white;
        font-weight: bold;
        text-decoration: none;
    }

.free-courier {
    background-image: url(../images/images/free-cr.png);
}

.express-courier {
    background-image: url(../images/images/express.png);
}

.dhl-courier {
    background-image: url(../images/images/dhl.png);
}

.region-courier {
    background-image: url(../images/images/region.png);
}

.rustavi-courier {
    background-image: url(../images/images/rustavi.png);
}

.gpost-courier {
    background-image: url(../images/images/gpost.png?v=1);
}

.courier-content {
    min-height: 310px;
}

.courier-box_4 {
    background-color: white !important;
    display: block !important;
    width: 24.1% !important;
    height: 129px !important;
    float: left !important;
    padding: 25px .3% 0 .3% !important;
    margin-right: 0.1% !important;
}

.courier-box {
    border: 5px solid #662d91;
    border-radius: 10px;
}

.courier-box-body {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

    .courier-box-body p {
        line-height: 19px;
        text-align: left;
        font-size: 14px;
        font-weight: 300;
        color: #434343;
        font-family: Dejavu;
        margin-bottom: 0px;
    }

    .courier-box-body select {
        width: 40%;
        padding: 5px;
        color: #434343;
        font-family: Dejavu;
    }

.courier-box-body-detail {
    display: none;
}

.courier-box-rules {
    padding: 15px;
    border: 1px solid red;
    color: red;
    font-size: 14px;
    background-color: white;
}


    .courier-box-rules p {
        line-height: 20px;
        width: 100%;
        text-indent: 10px;
        font-size: 12px;
        text-align: left;
        font-family: Dejavu;
        margin-bottom: 0;
    }

.courier-box-rules-header {
    font-size: 18px !important;
    font-weight: bold !important;
    color: red !important;
    margin-bottom: 10px !important;
    font-family: myFirstFont !important;
}

.courier-header {
    font-family: BPGExtraSquareMtavruli;
    font-size: 20px;
    color: #662d91;
    font-weight: bold;
    margin-bottom: 20px;
}

.courier-box-footer {
    height: 0px;
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding-top: 10px;
}

    .courier-box-footer input {
        background-color: #8a4eba;
        cursor: pointer;
        font-family: BPGExtraSquareMtavruli;
        font-size: 15px;
        border-radius: 5px;
        padding: 5px 15px 5px 15px;
        border: none;
        color: white;
        height: 40px;
        width: 119px;
        margin-top: 5px;
    }

.row {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
}



[class*="col-"] {
    /*float: left;*/
    padding: 15px;
}

.col-1 {
    width: 8.33%;
}

.col-2 {
    width: 16.66%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33%;
}

.col-5 {
    width: 41.66%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33%;
}

.col-8 {
    width: 66.66%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33%;
}

.col-11 {
    width: 91.66%;
}

.col-12 {
    width: 100%;
}



.balance-bar a {
    margin-left: 5px;
}

.balance-bar span {
    font-family: BPGExtraSquareMtavruli !important;
    color: white !important;
    font-size: 14px !important;
}



.offer div {
    border: 1px solid;
    font-family: BPGExtraSquareMtavruli !important;
    font-size: 19px !important;
    font-weight: bold;
    text-align: center;
    color: white;
    background-color: #7938aa;
    width: 214px;
    margin-left: auto;
    margin-right: auto;
    height: 40px;
    padding-top: 18px;
    padding-left: 0;
    padding-right: 0px;
    border-radius: 8px;
}

.offer a {
    text-decoration: none;
}

.offer span {
    font-family: BPGExtraSquareMtavruli !important;
    font-size: 18px !important;
}

.offer-weight {
    background: #89C340;
    padding: 0px 3px 1px 3px;
    color: white;
    border-radius: 3px;
    font-weight: 100;
    cursor: pointer;
}

.div-dert {
    display: flex;
    width: 100%;
    max-width: 392px;
}

    .div-dert > div {
        box-sizing: border-box;
        width: 100%;
        max-width: 187px;
    }

.user-debt {
    border: 1px solid;
    font-family: BPGExtraSquareMtavruli !important;
    background-color: #7938aa;
    color: white;
    text-align: center;
    width: 100%;
    max-width: 145px;
    height: 52px !important;
    padding: 5px 10px;
    box-sizing: border-box;
}

    .user-debt span {
        font-family: BPGExtraSquareMtavruli !important;
        font-size: 12px !important;
    }

    .user-debt p {
        text-align: center;
    }

.user-pay {
    border: 1px solid;
    font-family: BPGExtraSquareMtavruli !important;
    background-color: #7938aa;
    color: white;
    text-align: center;
    width: 100%;
    max-width: 145px;
    height: 52px !important;
    padding: 5px 10px;
    box-sizing: border-box;
    margin-left: 4px;
}

.last-dive {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    max-width: 392px;
}

.user-pay span {
    font-family: BPGExtraSquareMtavruli !important;
    font-size: 12px !important;
    color: white;
}

.user-pay p {
    text-align: center;
    color: white;
}

.user-pay input {
    font-size: 11px;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    border-radius: 2px;
    color: #3e3b3b;
    box-shadow: 0 2px 0.5px -0.3px #3F1B5A;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    border: 0;
    font-weight: bold;
    cursor: pointer;
    width: 40px;
}

.courier-remodal {
    border: 5px solid #662d91;
    border-radius: 10px;
    min-height: 230px;
}

.courier-modal-title {
    color: #662d91;
    margin-top: 0;
}

.courier-remodal-body {
    font-family: Dejavu !important;
    font-size: 17px;
    margin-top: 48px;
}

    .courier-remodal-body span {
        font-family: Dejavu !important;
        font-size: 17px;
    }

/*new styles*/
.box_3 > article p:nth-child(2n+2) {
    padding-bottom: 20px;
}

.calc-hd {
}

.calc-span {
    display: block;
    width: 90px;
    font-family: BPGExtraSquareMtavruli;
    font-size: 12px;
    color: #333;
}

.calc-btn {
    margin-top: 10px;
    display: block;
    text-align: center;
    text-decoration: none;
    border-radius: 2px;
    background-color: #662d91;
    color: #fff;
    padding: 10px 20px;
    top: 8px;
    outline: none;
    border: none;
    cursor: pointer;
    box-shadow: 0 2px 0.5px -0.3px #3F1B5A;
    font-size: 14px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    font-family: BPGExtraSquareMtavruli;
}

.calc-hd {
    font-family: mySecondFont;
    color: #662e93;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

#result {
    margin-top: 10px;
    display: block;
    text-decoration: none;
    border-radius: 2px;
    color: #662d91;
    top: 8px;
    outline: none;
    cursor: pointer;
    font-size: 14px;
    font-family: BPGExtraSquareMtavruli;
}

.calc-outer {
    height: calc(100vh - 212px);
}

#ContentPlaceHolder1_lblAboutUs {
    padding-bottom: 25px;
}

#map {
    width: 100% !important;
}

#ContentPlaceHolder1_lblContent {
    padding: 20px 0 50px;
}

.news-title {
    font-weight: bold;
}

.tran-proccessing {
    height: 100px;
}

    .tran-proccessing span {
        display: inline-block;
        vertical-align: middle;
        width: 255px;
        padding: 0 0 74px 0px;
    }

.tran-failed {
    height: 75px;
    padding-top: 20px;
}

    .tran-failed img {
        width: 35px;
    }

    .tran-failed span {
        padding-top: 0px;
        padding-bottom: 30px;
        padding-left: 17px;
        display: inline-block;
        vertical-align: middle;
        width: 255px;
    }

.x-grid {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 25px;
    border: 1px solid #662d91;
    box-sizing: border-box;
    border-collapse: collapse;
    overflow-x: auto;
}

    .x-grid table {
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%;
        font-family: BPGExtraSquareMtavruli !important;
        font-size: 12px;
        min-width: 800px;
    }

    .x-grid th, td {
        text-align: center;
        font-weight: 100 !important;
        min-width: 65px;
    }

    .x-grid td span {
        font-family: BPGExtraSquareMtavruli !important;
    }

    .x-grid td p {
        font-family: BPGExtraSquareMtavruli !important;
    }

    .x-grid thead > tr {
        height: 40px;
        background-color: #eee;
        word-wrap: normal;
    }

    .x-grid tr {
        border-bottom: 1px dashed #662d91;
    }

        .x-grid tr:nth-child(odd) {
            background-color: #f9f7fb;
        }

.align-left {
    text-align: left;
    padding-left: 10px;
}


/*===================================*/
.body-container * {
    box-sizing: border-box;
}

.body-container p {
    font-weight: bold;
    color: #662e93;
    margin-top: 20px;
    font-family: auto;
}

.body-container input[type=text], input[type=file], select, textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}

.body-container .checkbox-area {
    text-align: left;
}

    .body-container .checkbox-area input[type=checkbox] {
        vertical-align: middle;
        height: 30px;
        width: 20px;
    }

    .body-container .checkbox-area span {
        color: #662d91;
        font-size: 14px;
        font-weight: 300;
        font-family: myFirstFont;
    }

.body-container label {
    padding: 12px 12px 12px 0;
    display: inline-block;
}

.body-container .container {
    border-radius: 5px;
    padding: 20px;
}

.body-container .col-25 {
    float: left;
    width: 25%;
    margin-top: 6px;
}

.body-container .col-50 {
    width: 50%;
    float: left;
}

.body-container .col-75 {
    float: left;
    width: 75%;
    margin-top: 15px;
}

.body-container .col-100 {
    float: left;
    width: 100%;
    padding: 10px !important;
}

/* Clear floats after the columns */
.body-container .row:after {
    content: "";
    display: table;
    clear: both;
}

.body-container footer {
    border-top: 1px solid #ddd;
}

    .body-container footer input[type=submit] {
        height: 40px;
        background-color: #8a4eba;
        cursor: pointer;
        font-family: BPGExtraSquareMtavruli;
        font-size: 12px;
        border-radius: 5px;
        padding: 5px 15px 5px 15px;
        border: none;
        color: white;
        width: 150px;
        margin-top: 25px;
    }

        .body-container footer input[type=submit]:hover {
            background-color: #8a4eba;
        }

.info-item {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

    .info-item th {
        text-align: left;
        width: 40%;
    }

    .info-item td {
        text-align: left;
    }

    .info-item input[type="text"] {
        width: 100%;
        height: 25px;
    }

.btn-pay-tbc, .btn-pay-flitt {
    display: block;
    height: 55px;
    width: 45%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 5px;
    line-height: 55px;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 13px;
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: auto 22px;
    cursor: pointer;
    border: none;
    background-color: #1ba4de;
    font-family: BPGExtraSquareMtavruli;
    color: white;
    font-size: 14px;
}

.btn-pay-bog {
    display: block;
    height: 55px;
    width: 45%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 5px;
    line-height: 55px;
    box-sizing: border-box;
    text-align: center;
    margin-bottom: 13px;
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: auto 22px;
    cursor: pointer;
    border: none;
    background-color: #f47920;
    font-family: BPGExtraSquareMtavruli;
    color: white;
    font-size: 14px;
}
