﻿@font-face {
    font-family: 'akrobatlight';
    src: url('fonts/akrobat-light-webfont.woff2') format('woff2'), url('fonts/akrobat-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'akrobatregular';
    src: url('fonts/akrobat-regular-webfont.woff2') format('woff2'), url('fonts/akrobat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'akrobatsemibold';
    src: url('fonts/akrobat-semibold-webfont.woff2') format('woff2'), url('fonts/akrobat-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'akrobatbold';
    src: url('fonts/akrobat-bold-webfont.woff2') format('woff2'), url('fonts/akrobat-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.clearboth {
    clear: both;
}

.modal-dialog {
    max-width: 60vw !important;
}

@media (max-width: 767px) {
    .modal-dialog {
        max-width: 95vw !important;
    }
}
/* -------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.w-33 {
    width: 33.3%;
}

@media (max-width: 991px) {
    .w-lg-100 {
        width: 100% !important;
    }
}

/* -------------------------------------------------- */

.carousel.carousel-fade .carousel-item {
    display: block;
    opacity: 0;
    transition: opacity ease-out 1.0s;
}

    .carousel.carousel-fade .carousel-item.active {
        opacity: 1 !important;
    }

html {
    margin: 0;
    height: 100%;
}

body {
    height: 100%;
    font-family: akrobatregular, Tahoma, Arial;
    font-size: 21px;
    color: #000000;
    line-height: 32px;
    background-attachment: fixed !important;
    background-size: cover !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
}

#footer {
    z-index: 20;
    position: fixed;
    bottom: 0;
    height: 40px;
    width: 100vw;
    color: #fff;
}

#footer a {
    color: #fff;
}

    #footer .footer {
        height: 40px;
        width: 100vw;
        font-size: 18px;
    }

        #footer .footer .ellipsis {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

#header {
    z-index: 20;
    position: fixed;
    height: 62px;
    width: 100vw;
}

#header .header {
    height: 62px;
    width: 100vw;
    overflow: hidden;
}

    #header .header img {
        object-fit: cover;
    }


#mobile-menu .slick-disabled, #category .slick-disabled {
    opacity: 0;
    pointer-events: none;
}

#mobile-menu {
    position: fixed;
    top: 0;
    z-index: 2;
    width: 0;
    height: 0;
    visibility: hidden;
}

    #mobile-menu.width-height {
        width: 320px !important;
        height: calc(100vh - 62px) !important;
    }

@media (max-width: 767px) {
    #mobile-menu {
        visibility: visible;
        top: 62px;
        width: 60px;
        height: 45px;
    }
}

#mobile-menu .navbar-toggler {
    width: 50px;
    height: 35px;
    margin: 5px;
}

#mobile-menu .slick-slider {
    padding: 45px 10px 45px 10px;
    display: flex;
    justify-content: center;
    height: 100vh;
    max-height: 100vh;
}

@media (max-width: 767px) {
    #mobile-menu .slick-slider {
        height: calc(100vh - 147px);
    }
}

    #mobile-menu .slick-slider .slide {
        padding: 5px 0;
    }

#mobile-menu .slick-list {
    max-height: 100% !important;
    width: 100%;
}

    #mobile-menu .slick-list .slick-track {
        max-height: 100% !important;
    }

#mobile-menu .slick-slide {
    max-height: 60px !important;
    border: unset !important;
}

#mobile-menu .collapse:not(.show) {
    display: block!important;
    height: 0px;
    overflow-y: hidden;
}

#mobile-menu .collapsing {
    transition: unset!important;
}

#mobile-menu .slick-text {
    height: 50px;
    display: flex;
    align-items: center;
    width: 300px;
    padding: 5px 5px;
    background-color: rgba(0,0,0,0.75);
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}

#mobile-menu .catactive {
    border: 2px solid #fff;
}

#category {
    position: fixed;
    top: 62px;
    z-index: 2;
    width: 200px;
}

@media (max-width: 767px) {
    #category {
        visibility: hidden;
    }
}

#category .slick-slider {
    padding: 45px 10px 45px 10px;
    display: flex;
    justify-content: center;
    height: calc(100vh - 102px);
    max-height: 100vh;
}

    #category .slick-slider .slide {
        padding: 5px 0;
    }

#category .slick-list {
    max-height: 100% !important;
}

    #category .slick-list .slick-track {
        max-height: 100% !important;
    }

#category .slick-slide {
    max-height: 130px !important;
    border: unset !important;
}

#category img {
    width: 180px;
    height: 120px;
    object-fit: cover;
}

#category .catactive {
    border: 2px solid #fff;
}

.tooltip-inner {
    background: #fff;
    color: #000;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #fff !important;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #fff !important;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #fff !important;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #fff !important;
}

.arrow-background {
    width: 180px;
    border-radius: .25rem;
    height: 25px;
    line-height: 25px !important;
    text-align: center;
}

    .arrow-background:hover {
        cursor: pointer;
    }

@media (max-width: 767px) {
    .arrow-background {
        width: 300px;
    }
}

.arrow-previous {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.75);
    position: absolute;
    z-index: 10;
    top: 10px;
}

.arrow-next {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.75);
    position: absolute;
    z-index: 10;
    bottom: 10px;
}

    .arrow-next:hover, .arrow-previous:hover {
        color: rgba(255, 255, 255, 1);
    }


#menu-content {
    position: absolute;
    top: 62px;
    z-index: 1;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    #menu-content {
        top: 107px;
    }
}

    #menu-content .mcontent{
        width: calc(100% - 200px - 3rem);
        position: absolute;
        left: calc(200px + 2.4rem);
    }

@media only screen and (max-width: 767px) {
    #menu-content .mcontent {
        width: calc(100% - 3rem);
        left: 2.4rem
    }
}
    .text-decoration-none:hover {
        text-decoration: none;
    }

    .h-inherit {
        height: inherit;
    }

    #menu-content img {
        object-fit: cover;
    }

    #menu-content .card-img-overlay {
        position: absolute;
        bottom: 0px;
        top: unset !important;
        width: 100%;
        background: rgba(24, 140, 24, 0.85);
        color: #fff;
        max-height: 100%;
        border-top-left-radius: 0!important;
        border-top-right-radius: 0!important;
    }

    #menu-content .subcat-bg-color {
        background: rgba(24, 140, 24, 1);
    }

    #menu-content .dateFontSize {
        color: #FFF;
        font-size: 15px;
    }

#menu-content .overlay-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #FFF;
}

    #menu-content .overlay-title {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #FFF;
    }

#menu-content .contentShort {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 17px;
    color: #FFF;
    word-break: break-all;
}

#menu-content .card-text-sec {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 17px;
    color: #FFF;
    word-break: break-all;
}

    @media only screen and (max-width: 575px) {
        #menu-content .dateFontSize {
            font-size: 13px;
        }
    }

    #menu-content .overlay-title {
        font-size: 22px;
    }

    @media only screen and (max-width: 575px) {
        #menu-content .overlay-title {
            font-size: 18px;
        }
    }


#alior-content {
    position: absolute;
    top: 62px;
    z-index: 1;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    #alior-content {
        top: 107px;
    }
}

#htmlobjects-content {
    position: absolute;
    top: 62px;
    z-index: 1;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    #htmlobjects-content {
        top: 107px;
    }
}

#htmlobjects-content .hocontent {
    width: calc(100% - 200px - 4.5rem);
    position: absolute;
    left: calc(200px + 2.25rem);
}

@media only screen and (max-width: 767px) {
    #htmlobjects-content .hocontent {
        width: calc(100% - 4.5rem);
        left: 2.25rem
    }
}

#htmlobjects-content .installments-name, #htmlobjects-content .installments-qty, #htmlobjects-content .installments-price, #htmlobjects-content .installments-amount {
    padding-right: .25rem;
}

#htmlobjects-content .price, #htmlobjects-content .amount {
    font-family: akrobatbold;
}

/* width */
#carousel ::-webkit-scrollbar {
    width: 8px;
}

/* Track */
#carousel ::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
#carousel ::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
}

    /* Handle on hover */
#carousel ::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.8);
}

    #carousel {
        width: 100%;
        position: absolute;
        top: 0;
        z-index: 1;
    }

    #carousel img {
        height: 100vh;
        width: 100vw;
        object-fit: cover;
    }

    #carousel .carousel-caption {
        left: calc(200px + 5%);
        width: calc(90% - 200px);
        height: calc(100% - 62px);
        top: 62px;
        z-index: 10;
        padding: 3% 0;
    }

@media (max-width: 767px) {
    #carousel .carousel-caption {
        left: 5%;
        width: 90%;
        height: calc(100% - 107px);
        top: 107px;
        padding: 1% 0;
    }
}

        #carousel .carousel-caption .title {
            padding: 2px 6px;
            position: relative;
        }

        #carousel .carousel-caption .description {
            padding: 2px 6px;
            position: relative;
        }

        #carousel .carousel-caption .url {
            padding: 2px 6px;
            position: relative;
        }

        #carousel .carousel-caption .carousel-title {
            max-width: 40%;
            padding: 15px 20px;
        }

@media (max-width: 767px) {
    #carousel .carousel-caption .carousel-title {
        max-width: 60%;
        padding: 8px 12px;
    }
}

        #carousel .carousel-caption .slider-title {
            display: inline-block;
            font-weight: 900;
            font-size: 37px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 3;
            overflow: hidden;
            overflow-wrap: break-word;
            word-break: break-word;
        }

@media (max-width: 1199px) {
    #carousel .carousel-caption .slider-title {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    #carousel .carousel-caption .slider-title {
        font-size: 28px;
    }
}

#carousel .carousel-caption .carousel-desc {
    max-width: 60%;
    padding: 10px 20px;
    max-height: 50vh;
    overflow-y: auto;
    scrollbar-color: rgba(0, 0, 0, 0.5) #f1f1f1;
    scrollbar-width: 8px;
}

@media (max-width: 767px) {
    #carousel .carousel-caption .carousel-desc {
        max-width: 80%;
        padding: 5px 10px;
        max-height: 33vh;
    }
}

        #carousel .carousel-caption .slider-desc {
            display: inline-block;
            font-size: 21px;
            line-height: 27px;
        }

@media (max-width: 767px) {
    #carousel .carousel-caption .slider-desc {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    #carousel .carousel-caption .slider-desc {
        font-size: 18px;
    }
}


#carousel .carousel-caption .carousel-btn {
    color: #fff;
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    overflow-wrap: break-word;
    word-break: break-word;
}

        #carousel .carousel-caption .slider-btn {
            max-width: 40%;
            padding: 10px 20px;
            background-color: rgba(0,0,0,1);
        }

@media (max-width: 767px) {
    #carousel .carousel-caption .slider-btn {
        max-width: 60%;
        padding: 5px 10px;
    }
}

    #carousel .carousel-control-prev {
        left: 200px;
        height: 100vh;
        z-index: 10;
        width: 5%;
    }

@media (max-width: 767px) {
    #carousel .carousel-control-prev {
        left: 0;
    }
}

    #carousel .carousel-control-next {
        height: 100vh;
        z-index: 10;
        width: 5%;
    }

    /*HtmlObjects*/

/*Boksy*/
.m_contMainBox {
    float: left;
    width: 100%;
    padding: 0px 0px 0px 0px;
    text-align: justify;
}

.m_contMainBox2 {
    float: left;
    width: 100%;
    padding: 0px 0px 0px 0px;
}

.m_contMainBoxLine {
    float: left;
    width: 100%;
    height: 2px;
    background: rgba(21, 87, 155, 1) repeat-x top;
    margin: 0 0 20px;
}

.m_contMainBoxLine2 {
    float: left;
    width: 100%;
    height: 1px;
    padding-bottom: 15px;
    margin-top: 10px;
}

.m_contMainBoxLine img {
    border: none;
}

.m_contMainBoxLine2 img {
    border: none;
}

.m_contMainBoxTitleRef {
    float: left;
    width: 100%;
    color: rgba(21, 21, 21, 1);
    font-weight: 600;
    margin: 0px 0 30px 0;
}

    .m_contMainBoxTitleRef h1 {
        margin: 0px;
        padding: 0px;
        color: rgba(21, 21, 21, 1);
    }

    .m_contMainBoxTitleRef h2 {
        margin: 0px;
        padding: 0px;
        color: rgba(21, 21, 21, 1);
        font-weight: 600;
        font-size: 1.5rem;
    }

.m_contMainBoxTitle {
    float: left;
    width: 100%;
    color: rgba(21, 21, 21, 1);
    font-weight: 600;
    margin: 0 0 10px 0;
    font-size: 1.3125rem;
}

    .m_contMainBoxTitle h1 {
        margin: 0px;
        padding: 0px;
        color: rgba(21, 21, 21, 1);
        font-size: 1.3125rem;
    }

    .m_contMainBoxTitle h2 {
        margin: 0px;
        padding: 0px;
        color: rgba(21, 21, 21, 1);
        font-weight: 600;
        font-size: 1.5rem;
    }

.m_contMainBoxCont2 {
    float: left;
    width: 100%;
    padding: 0 0 20px 0;
    word-break: break-word;
}

    .m_contMainBoxCont2 a {
        text-decoration: underline;
    }

        .m_contMainBoxCont2 a:hover {
            text-decoration: none;
        }

    .m_contMainBoxCont2 ol {
        margin: 15px 15px 15px 30px;
    }

    .m_contMainBoxCont2 ul {
        margin: 15px 15px 15px 30px;
    }

.m_contMainBoxImg {
    float: left;
    padding: 0px 0px 8px 0px;
    width: 100%;
    display: inline-table;
}

    .m_contMainBoxImg img {
    }

.m_contMainBoxImg2 {
    float: left;
    padding: 8px 0px 0px 0px;
    width: 100%;
    display: inline-table;
}

    .m_contMainBoxImg2 img {
        
    }

.m_contMainBoxSingleBoxImgRight {
    float: left;
    width: 100%;
    text-align: right;
}

.m_contMainBoxSingleBoxImgLeft {
    float: left;
    width: 100%;
    text-align: left;
}

.m_contMainBoxSingleBoxImgCenter {
    float: left;
    width: 100%;
    text-align: center;
}

.boxTitlePositionRight {
    text-align: right;
}

.boxTitlePositionLeft {
    text-align: left;
}

.boxTitlePositionCenter {
    text-align: center;
}

.alignImgLeft {
    margin: 0px 0px 8px 0px;
    margin-right: 20px;
    float: left;
}

.alignImgRight {
    margin: 0px 0px 8px 12px;
    float: right;
}

.alignImgCenter {
    margin: 0px 0px 8px 0px;
}

.m_contMainBoxLeft {
    float: left;
    width: 48%;
    padding: 20px 0px 0px 0px;
}

.m_contMainBoxRight {
    float: right;
    width: 48%;
    padding: 20px 0px 0px 0px;
}

.m_contMainBoxImgRight {
    float: right;
    width: 45%;
    text-align: right;
}

.m_contMainBoxImgLeft {
    float: left;
    width: 45%;
    text-align: left;
}

.m_contMainBoxImgCenter {
    float: left;
    width: 45%;
    text-align: center;
}

    .m_contMainBoxImgRight a img, .m_contMainBoxImgLeft a img, .m_contMainBoxImgCenter a img {
        padding: 2px;
        border: 1px solid #d6d6d6;
    }

        .m_contMainBoxImgRight a img:hover, .m_contMainBoxImgLeft a img:hover, .m_contMainBoxImgCenter a img:hover {
            padding: 2px;
            border: 1px solid #f2f2f2;
        }

.m_contMainCon {
    white-space: pre-line;
}

.contMainBoxLink {
    float: left;
    width: 100%;
    padding-left: 40px;
    padding-bottom: 6px;
    margin-top: 20px;
}

.contBoxLink {
    float: left;
    width: 100%;
    padding-bottom: 6px;
}

    .contBoxLink a:link, .contMainBoxLink a:visited {
        float: left;
        font-size: 12px;
        text-decoration: none;
        color: #6084b9;
        padding: 0px 0px 0px 21px;
    }

    .contBoxLink a:hover {
        text-decoration: none;
        color: #1f21c4;
    }

.bigBoxOfferMain {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.bigBoxOfferSeperator {
    float: left;
    width: 100%;
    height: 1px;
}

.bigBoxOfferMainTitle {
    float: left;
    width: 100%;
    background: #fff;
    color: rgba(21, 87, 155, 1);
    padding: 8px 15px 8px 20px;
    margin: 0 0 20px 0;
    cursor: pointer;
    border: 2px solid rgba(21, 87, 155, 1);
}

    .bigBoxOfferMainTitle:hover {
        background: rgba(21, 87, 155, 1);
        color: #fff;
        border: 2px solid rgba(21, 87, 155, 1);
    }

.bigBoxOfferTitle {
    float: left;
    width: 70%;
    padding: 6px 0px 6px 50px;
    min-height: 34px;
    font-weight: 700;
    background-size: 32px 32px !important;
    background-repeat: no-repeat !important;
    background-position-y: center !important;
}

.bigBoxOfferTitleNonIcon {
    float: left;
    width: 70%;
    padding: 6px 0px 0px 0px;
    min-height: 19px;
    font-weight: 700;
}

.bigBoxOfferTitleCont {
    float: left;
    padding: 8px 0px 0px 50px;
}

.bigBoxOfferTitleBtn {
    float: left;
    width: 30%;
    text-align: right;
    padding-top: 5px;
}

.bigBoxOfferTitleBtnShow {
}

    .bigBoxOfferTitleBtnShow:link, .calcBoxOfferTitleBtnShow:visited {
        float: right;
        text-decoration: none;
        color: #5d655a;
        padding: 0px 0px 0px 0px;
    }

    .bigBoxOfferTitleBtnShow:hover {
        text-decoration: none;
        color: #5d655a;
    }

.bigBoxOfferTitleBtnHide {
}

    .bigBoxOfferTitleBtnHide:link, .bigBoxOfferTitleBtnHide:visited {
        float: right;
        text-decoration: none;
        color: #5d655a;
        padding: 0px 0px 0px 0px;
    }

    .bigBoxOfferTitleBtnHide:hover {
        text-decoration: none;
        color: #5d655a;
    }

.bigBoxOfferBoxShow {
    float: left;
    width: 100%;
    padding-left: 4px;
    padding-bottom: 0px;
    display: none;
}

.bigBoxOfferShowHeader {
    cursor: pointer;
}

.bigBoxOfferHide {
    float: right;
    text-decoration: none;
    color: #5d655a;
    padding: 3px 25px 5px 0px;
    font-size: 14px;
    display: none;
}

.bigBoxOfferShow {
    float: right;
    text-decoration: none;
    color: #5d655a;
    padding: 3px 25px 5px 0px;
    font-size: 14px;
}

.m_contMainBoxDownload {
    float: left;
    width: 100%;
    font-weight: bold;
    padding-bottom: 20px;
}

    .m_contMainBoxDownload a:link, .m_contMainBoxDownload a:visited {
        text-decoration: none;
        color: rgba(21, 87, 155, 1);
    }

    .m_contMainBoxDownload a:hover {
        text-decoration: none;
        color: #2f2f36;
    }


.arrow_down {
    position: relative;
    top: -2px;
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-right: 2px solid rgba(21, 87, 155, 1);
    border-top: 2px solid rgba(21, 87, 155, 1);
    transform: rotate(135deg);
    margin-left: 4px;
}

.bigBoxOfferMainTitle:hover .arrow_down {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
}

.arrow_up {
    position: relative;
    top: 4px;
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-right: 2px solid rgba(21, 87, 155, 1);
    border-top: 2px solid rgba(21, 87, 155, 1);
    transform: rotate(-45deg);
    margin-left: 4px;
}

.bigBoxOfferMainTitle:hover .arrow_up {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
}

.m_contMainBoxCont2 a {
    color: rgba(21, 87, 155, 1);
    text-decoration: none;
}

    .m_contMainBoxCont2 a:hover {
        color: #2f2f36;
        text-decoration: underline;
    }

.gallery-sub-box-photo {
    width: 100%;
    text-align: center;
}

    .gallery-sub-box-photo img {
        margin-left: auto;
        margin-right: auto;
    }

.fancybox-caption__body {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    white-space: pre-line;
    word-break: break-all;
}

    /*End of HtmlObjects*/

.widget_fb {
    width: 300px;
    height: 383px;
    background: url(/Images/facebook_bg.png) no-repeat;
    display: block;
    position: fixed;
    top: 190px;
    right: -269px;
    z-index: 950;
    padding: 0px
}

.box_fb {
    margin: 7px 0px 0px 35px;
    color: #000;
    background: #ffffff;
}

.box_fb_footer {
    font-size: 8px;
    padding-left: 10px;
    line-height: 10px;
}

    .box_fb_footer a:link, .box_fb_footer a:visited {
        margin-left: 8px;
        text-decoration: underline;
        color: #000;
    }

    .box_fb_footer a:hover {
        text-decoration: underline;
    }