﻿/*#region Core*/

html, body {
    font-family: 'teleNeo-regular' !important;
    font-size: 15px;
}

* {
    font-family: 'teleNeo-regular' !important;
}

strong, b {
    font-family: 'teleNeo-bold' !important;
}

h1, .h1, h2, .h2 {
    font-family: 'teleNeo-medium' !important;
}

.inner-cont h3 {
    font-size: 17px;
}

.inner-cont h1 {
    color: #333;
    padding: 15px 0;
    border-bottom: none;
    text-transform: none;
    color: #383838;
    font-size: 26px;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 30px;
    text-align: center;
    margin-top: 30px;
}

label {
    font-weight: normal !important;
    font-family: 'teleNeo-medium' !important;
    line-height: 16px;
    display: block;
}

/*table.table-blue thead tr th {
    font-size: 16px !important;
    font-family: 'teleNeo-medium' !important;
}

table > tbody > tr > td:first-child {
    font-family: 'teleNeo-medium';
    font-size: 17px;
}

table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    line-height: 22px;
    vertical-align: middle;
}

table.table-blue > tbody > tr > td, table.table-blue td + td + td {
    border-top: 0;
    border-bottom: 1px solid #eee !important;
    font-size: 15px;
    line-height: 17px;
    padding: 10px 10px;
}


table.table-blue.ns-table th + th, table.table-blue.ns-table th {
    font-size: 17px !important;
}

    table.table-blue.ns-table th:first-child {
        background-color: #dbecf4;
    }*/

h4.left-nav-title a {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    color: #383838;
    padding: 10px 15px;
    /*border-bottom: 1px solid #efefef;*/
    display: block;
}

#container-one #left-wrapper .left-menu.inZ li a {
    padding: 15px 10px 15px 25px;
    display: block;
    color: #383838;
    border-bottom: 1px solid #ECECEC;
    background: #fbfbfb;
    line-height: 18px;
}

#ns-header {
    background: white;
    position: relative;
    z-index: 10000;
}

#container-one #left-wrapper .left-nav-title.active-title a {
    background: #e9e9e9;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    color: #383838;
}

.sidebar {
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

h3.left-nav-title {
    font-size: 14px;
    padding: 17px 15px;
    background: transparent;
}

#container-one #left-wrapper h3.left-nav-title a {
    margin: 0;
    font-family: teleNeo-bold !important;
    font-size: 17px !important;
    color: #e20074 !important;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    /* padding: 10px; */
}

    #container-one #left-wrapper h3.left-nav-title a:hover {
        color: #fff !important;
    }

.recommended-module-v1, .recommended-module-v2 {
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border: 1px solid #eaeaea;
    position: relative;
    background-color: #fff;
    margin-bottom: 15px;
    /*display: none;*/
}

#container-one #left-wrapper .left-menu.inZ li a {
    padding: 13px 10px 13px 25px;
    display: block;
    color: #383838;
    border-bottom: 0px solid #ECECEC;
    background: #fcfcfc;
    line-height: 18px;
}

.left-nav-title:last-of-type a {
    border-bottom: 0px solid #efefef;
}

h3.left-nav-title a {
    margin: 0;
    font-family: teleNeo-bold !important;
    font-size: 17px !important;
    color: #e20074 !important;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    /* padding: 10px; */
}

    h3.left-nav-title a:hover {
        color: #fff !important;
        text-decoration: none;
    }

@media (min-width: 1200px) {
    .container {
        width: 1024px;
    }
}

.inner-cont {
    /*margin-bottom: 15px;*/
    background: transparent;
    border: 0px solid #e9e9e9;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    /*padding: 10px;*/
    position: relative;
}

    .inner-cont.empty-cell {
        margin-bottom: 0;
        padding: 0 10px;
    }

.outer-content {
    padding: 0px 10px 10px 10px;
}

    .outer-content .white-box-left-m-klub-blue:first-of-type {
        z-index: 10;
        display: block;
        position: relative;
    }

@media (min-width: 1200px) {
    #left-wrapper, #right-wrapper {
        width: 25%;
    }

    /*   #container-one #middle-wrapper {
        width: 75%;
    }*/
}

#ns-content {
    padding-bottom: 140px;
    padding-top: 0;
}

#header {
    z-index: 100;
    -moz-transition: height .3s ease-out;
    -webkit-transition: height .3s ease-out;
    -o-transition: height .3s ease-out;
    transition: height .3s ease-out;
    position: static;
    left: 0;
    right: 0;
    background: #e20074;
    height: 65px;
    width: 100%;
}

.main-menu-holder {
    background: transparent;
}

.t-logo-link {
    display: block;
    padding: 10px 0;
}


#subheaderOut #top-bar-left .mini-menu li:last-child {
    display: none;
}
/*#endregion Core*/
/*#region menu*/
@media (min-width: 768px) {
    #aboutTelekom .white-box-left-m-klub-blue {
        background: #f8f8f8;
        padding: 15px 0px;
    }

    #aboutTelekom .icon-land {
        width: 100px;
        height: 86px;
        background-size: 82px !important;
    }

    .main-menu-holder .nav.navbar-nav.menu_mk.sm .club {
        display: none;
    }

    .main-menu-holder .nav.navbar-nav.menu_sq.sm .club {
        display: none;
    }

    .main-menu-holder .nav.navbar-nav.menu_mk.sm .user .dropdown-menu .dropdown-menu {
        display: none;
    }

    .main-menu-holder .nav.navbar-nav.menu_sq.sm .user .dropdown-menu .dropdown-menu {
        display: none;
    }


    .myAcc > a:hover, .myAcc > a:focus, .payOnlineHomeBox > a:hover, .payOnlineHomeBox > a:focus, .dopolni-pripejd-kredit a:hover, .dopolni-pripejd-kredit a:focus {
        text-decoration: none;
        cursor: default;
    }

    #accountActions .collapse, #accountActions .collapsing, #accountActions .collapsed,
    #vodich .collapse, #vodich .collapsing, #vodich .collapsed {
        display: block;
        height: auto !Important;
    }

    .navbar-nav {
        float: left;
        margin: 0;
        display: flex;
        margin: 0 0 0 auto;
        table-layout: fixed;
        padding: 0;
        list-style: none;
        position: relative;
        text-align: right;
        position: static;
    }

    .main-menu .navbar-nav > li {
        float: left;
        position: relative;
        position: static;
        display: table-cell;
        z-index: 50;
        margin: 0;
        vertical-align: middle;
        height: 60px;
        -moz-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        -webkit-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }

        .main-menu .navbar-nav > li > a, .main-menu .navbar-nav > li > span {
            color: #262626;
            text-transform: uppercase;
            font-size: 13px;
            padding: 10px 15px;
            font-family: 'teleNeo-regular';
            text-align: left;
            white-space: normal;
            padding: 0;
            font-size: 16px;
            width: 100%;
            display: table;
            height: 60px;
            padding: 9px 10px;
            line-height: 16px;
            max-width: 160px;
            text-transform: none;
            white-space: nowrap;
            cursor: pointer;
            background: transparent !important;
        }

        .main-menu .navbar-nav > li:first-child > a,
        .main-menu .navbar-nav > li:first-child > span {
            padding-left: 0;
        }

    .nav.navbar-nav.sm > li > a:hover, .nav.navbar-nav.sm > li > a:focus, .navbar-default .navbar-nav > li:hover, .navbar-default .navbar-nav > li:focus,
    .nav.navbar-nav.sm > li > span:hover, .nav.navbar-nav.sm > li > span:focus, .navbar-default .navbar-nav > li.active, .navbar-default .navbar-nav > li:focus {
        color: #e20074 !important;
        background-color: transparent !important;
    }

        .navbar-default .navbar-nav > li:hover > .dropdown-menu,
        .navbar-default .navbar-nav > li.active > .dropdown-menu {
            background: transparent;
            padding: 60px 4px !important;
            border: none;
        }

            .navbar-default .navbar-nav > li:hover > .dropdown-menu:before,
            .navbar-default .navbar-nav > li.active > .dropdown-menu:before {
                content: "";
                position: absolute;
                top: 0px;
                left: -500%;
                width: 1000%;
                height: 100%;
                background: white;
                border-top: 1px solid #EAEAEA;
                border-bottom: 1px solid #EAEAEA;
                z-index: -1;
            }

    .main-menu .navbar-nav > li > .dropdown-menu, .main-menu .dropdown-menu {
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
    }

    .navbar-default .navbar-nav > li:hover > .dropdown-menu > li > a,
    .navbar-default .navbar-nav > li.active > .dropdown-menu > li > a {
        border-right: 0px solid #DCDCDC !important;
    }

        .navbar-default .navbar-nav > li:hover > .dropdown-menu > li > a.strelche,
        .navbar-default .navbar-nav > li.active > .dropdown-menu > li > a.strelche {
            background-image: none !important;
        }

    .navbar-default .navbar-nav > li:hover > a, .navbar-default .navbar-nav > li:focus > a,
    .navbar-default .navbar-nav > li.active > span, .navbar-default .navbar-nav > li:focus > span {
        color: #e20074 !important;
    }

    .navbar-default .navbar-nav > li:hover > .dropdown-menu > li > a, .navbar-default .navbar-nav > li:hover > .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav > li.active > .dropdown-menu > li > a, .navbar-default .navbar-nav > li.active > .dropdown-menu > li > a:hover {
        background-color: transparent !important;
        color: #e20074;
        font-size: 18px;
        padding: 20px;
        padding: 15px 20px 10px;
        font-family: 'teleNeo-bold';
        line-height: 1.2;
    }

    .navbar-nav .dropdown-menu > li > a,
    .navbar-nav .dropdown-menu > li > span {
        white-space: normal;
        line-height: 14px;
        padding: 12px;
        padding: 6px 3px;
        font-size: 17px;
        text-align: left;
    }


    .navbar-default .navbar-nav > .communication:hover > .dropdown-menu > li > .dropdown-menu > li.tarifi > .dropdown-menu .dropli a,
    .navbar-default .navbar-nav > .communicationD:hover > .dropdown-menu > li > .dropdown-menu > li.tarifi > .dropdown-menu .dropli a,
    .navbar-default .navbar-nav > .communicationD:hover > .dropdown-menu > li > .dropdown-menu > li.tarifi_fixD > .dropdown-menu .dropli a,
    .navbar-default .navbar-nav > .communication.active > .dropdown-menu > li > .dropdown-menu > li.tarifi > .dropdown-menu .dropli a,
    .navbar-default .navbar-nav > .communicationD.active > .dropdown-menu > li > .dropdown-menu > li.tarifi > .dropdown-menu .dropli a,
    .navbar-default .navbar-nav > .communicationD.active > .dropdown-menu > li > .dropdown-menu > li.tarifi_fixD > .dropdown-menu .dropli a,
    .navbar-default .navbar-nav > .fiksniD.active > .dropdown-menu > li > .dropdown-menu > li.net_paketiD > .dropdown-menu .dropli a {
        padding: 10px 12px;
        color: #838383;
    }

    .navbar-default li.net_paketiD > .dropdown-menu > li.officeD {
        padding: 10px 0px;
    }

        .navbar-default li.net_paketiD > .dropdown-menu > li.officeD a {
            color: #838383;
        }

    .navbar-default .navbar-nav > li a:hover, .navbar-default .navbar-nav > li a:focus, li.open,
    .navbar-default .navbar-nav > li a.active-in:hover,
    .navbar-default .navbar-nav > li a.active-in:focus {
        color: #e20074 !important;
        background-color: transparent !important;
    }

    .navbar-default .navbar-nav > li.katalog > .dropdown-menu li.dropli {
        width: 33.3333%;
    }

    .navbar-default .navbar-nav > li.katalog > .dropdown-menu li.mob_devices, .navbar-default .navbar-nav > li.katalog > .dropdown-menu li.dop_oprema, .navbar-default .navbar-nav > li.katalog > .dropdown-menu li.onlineDiscount {
        width: 33.3333%;
    }

    /*.navbar-default .navbar-nav > li.katalog:hover > .dropdown-menu > li.mob_devices > a,
    .navbar-default .navbar-nav > li.katalog:hover > .dropdown-menu > li.dop_oprema > a,
    .navbar-default .navbar-nav > li.katalog:hover > .dropdown-menu > li.onlineDiscount > a {
        background-image: url(../images/cart-redesign.png) !important;
        background-repeat: no-repeat !important;
        padding-left: 35px !important;
        background-position: left top 10px !important;
    }*/

    .navbar-default .navbar-nav > li.katalog:hover > .dropdown-menu > li.mob_devices > a,
    .navbar-default .navbar-nav > li.katalog.active > .dropdown-menu > li.mob_devices > a {
        background-image: url(../images/cart-redesign.png) !important;
        background-repeat: no-repeat !important;
        background-position: center right 60% !important;
    }

    .navbar-default .navbar-nav > li.katalog:hover > .dropdown-menu > li > a, .navbar-default .navbar-nav > li.katalog:hover > .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav > li.katalog.active > .dropdown-menu > li > a, .navbar-default .navbar-nav > li.katalog.active > .dropdown-menu > li > a:hover {
        background-color: transparent !important;
        color: #e20074;
        font-size: 16px;
        padding: 20px;
        padding: 12px 35px 12px;
        font-family: 'teleNeo-bold';
        padding-left: 20px !important;
    }

    .navbar-default .navbar-nav > li.katalog > .dropdown-menu > li > .dropdown-menu > li {
        width: auto !important;
    }

    .navbar-default .navbar-nav > li.tv:hover > .dropdown-menu > li,
    .navbar-default .navbar-nav > li.tv.active > .dropdown-menu > li {
        display: block;
        width: 25%;
        float: left;
        border-right: 0 solid #E0E0E0;
        padding-right: 20px;
    }

    /*za delovni korisnici mobilni uslugi*/

    .navbar-default .navbar-nav > li.mobilniD:hover > .dropdown-menu > li,
    .navbar-default .navbar-nav > li.mobilniD.active > .dropdown-menu > li {
        width: 20%;
    }

    .navbar-default .navbar-nav > li.uslugi:hover > .dropdown-menu > li,
    .navbar-default .navbar-nav > li.uslugi.active > .dropdown-menu > li {
        display: block;
        width: 33.3333%;
        float: left;
        border-right: 0 solid #E0E0E0;
    }

    .navbar-default .navbar-nav > li:hover > .dropdown-menu > li.mobApp-privatni > .dropdown-menu,
    .navbar-default .navbar-nav > li.active > .dropdown-menu > li.mobApp-privatni > .dropdown-menu {
        display: none !Important;
    }

    .navbar-default .navbar-nav > li.internetD:hover > .dropdown-menu > li,
    .navbar-default .navbar-nav > li.internetD.active > .dropdown-menu > li {
        /* width: 20%; */
        width: 20%;
    }

        .navbar-default .navbar-nav > li.internetD:hover > .dropdown-menu > li > a,
        .navbar-default .navbar-nav > li.internetD.active > .dropdown-menu > li > a {
            border-bottom: 0px solid #DEDEDE;
        }

    .navbar-default .navbar-nav > li.tvD:hover > .dropdown-menu > li,
    .navbar-default .navbar-nav > li.tvD.active > .dropdown-menu > li {
        width: 50%;
    }
}


@media(max-width:1199px) and (min-width:768px) {
    .main-menu .navbar-nav > li > a {
        font-size: 16px;
        white-space: normal;
    }

    #loginNameMove a#loginFullName {
        padding: 0;
        width: 100%;
        color: transparent !important;
        height: 100%;
    }
}

/*#endregion menu*/

/*#region moj telekom*/
.btn-moj-telekom .moj-telekom-holder {
    visibility: hidden;
    display: none;
}

.btn-moj-telekom:hover .moj-telekom-holder {
    visibility: visible;
    display: block;
}

.btn-moj-telekom, div.btn.btn-moj-telekom {
    padding: 0;
    height: 42px;
    /*overflow: hidden;*/
}

    .btn-moj-telekom > span, div.btn.btn-moj-telekom span {
        padding: 0px 0;
        display: inline-block;
    }

        div.btn.btn-moj-telekom span:last-of-type {
            font-size: 15px;
            font-family: 'teleNeo-bold' !important;
        }

.btn-moj-telekom, div.btn.btn-moj-telekom {
    background-color: transparent;
    color: #383838;
    text-transform: none;
    font-family: 'teleNeo-regular';
    font-size: 17px;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

    .btn-moj-telekom:hover, .btn-moj-telekom:focus, .btn-moj-telekom:active,
    div.btn.btn-moj-telekom:hover, div.btn.btn-moj-telekom:focus, div.btn.btn-moj-telekom:active {
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        -webkit-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        color: transparent;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
        border: 0;
    }

#loginNameMove a.logged {
    color: transparent;
    height: 88px;
    width: 40px;
    transition: none;
    text-align: right;
}

div#loginNameMove a svg * {
    transition: all ease-in-out .3s;
}

div#loginNameMove:hover a svg * {
    fill: #e20074;
    transition: all ease-in-out .3s;
}

@media (min-width: 320px) {
    #loginNameMove a.logged {
        height: 60px;
    }
}

@media (min-width: 1024px) {
    #loginNameMove a.logged {
        height: 72px;
    }

    #ns-header.affix #loginNameMove a.logged {
        height: 72px;
    }
}

@media (min-width: 1280px) {
    #loginNameMove a.logged {
        height: 64px;
    }

    #ns-header.affix #loginNameMove a.logged {
        height: 72px;
    }
}

@media (min-width: 1680px) {
    #ns-header .mainMenu-holder {
        height: 88px;
    }

    #loginNameMove a.logged {
        height: 88px;
    }

    #ns-header.affix #loginNameMove a.logged {
        height: 72px;
    }
}




#loginNameMove a:hover, #loginNameMove a:focus, #loginNameMove a:active {
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    color: #e20074;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

img.m-t-user {
    margin-right: 6px;
    padding: 0px 0;
    vertical-align: text-bottom;
}

span.m-t-user-icon {
    font-family: 'teleicon-outline' !important;
    color: #000000;
    font-size: 22px;
    margin-right: 6px;
    margin-bottom: 3px;
    padding: 0 0 !important;
    vertical-align: middle;
}

ul.moj-telekom-menu-1 li > ul.moj-telekom-menu-1-sub {
    width: 450px;
}

.moj-telekom-holder {
    background: rgba(255,255,255,.95);
    position: absolute;
    width: 100%;
    max-width: 450px;
    top: 40px;
    right: -20px;
    left: inherit;
    /*border: 1px solid rgba(0, 0, 0, 0.1);*/
    z-index: 1001;
}

.affix .moj-telekom-holder {
    top: 60px;
}

.mini-shopping-cart-inner {
    top: 37px;
}

@media (min-width: 1680px) {
    .moj-telekom-holder, .mini-shopping-cart-inner {
        top: 60px;
    }
}
/*#endregion moj telekom*/

/*#region search*/


.kosnicka-wrapper {
    display: inline-block;
}
/*.search-icon > div {
    position: relative;
}*/
.search-icon > div:first-of-type {
    width: 100%;
    height: 100%;
    position: relative;
}

.moj-telekom-menu-1 {
    display: block;
    float: right;
    position: static;
}

    .moj-telekom-menu-1 > li {
        position: static;
        width: 260px;
        padding-right: 0px;
    }

.search-box {
    right: 0;
    left: -1px;
    z-index: 999;
    /* float: left; */
    -moz-min-width: 100%;
    -ms-min-width: 100%;
    -o-min-width: 100%;
    -webkit-min-width: 100%;
    min-width: 100%;
    padding: 7px;
    padding-left: 0;
    padding-right: 83px;
    background-color: transparent;
    display: block;
    visibility: hidden;
    width: 0px;
    top: 17px;
}

#ns-header.affix .search-box {
    top: 13px;
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .search-box {
        top: 7px;
    }

    #ns-header.affix .search-box {
        top: -2px;
    }
}

@media (min-width: 1280px) and (max-width: 1680px) {
    .search-box {
        top: 0px;
    }
}

a.search-icon:not(.activated) .search-box .closeSearch {
    display: none;
}

a.search-icon.activated .search-box .closeSearch {
    position: absolute;
    /*left: 7px;*/
    top: 7px;
    font-size: 25px;
    z-index: 1;
    color: #555;
    font-family: teleNeo-medium;
    cursor: pointer;
    right: 95px;
}

.search-box input {
    width: 0px;
    display: block;
}

@media (max-width: 991px) and (min-width: 768px) {
    a.search-icon.activated .search-box .closeSearch {
        right: 160px;
    }
}

/*a.search-icon:hover .search-box, 

a.search-icon:hover .search-box .form-control,*/
a.search-icon.active .search-box,
a.search-icon.activated .search-box {
    display: block;
    width: 100%;
    visibility: visible;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    /* top: 7px; */
}

.search-box .form-control {
    display: block;
    width: 0px;
    height: 37px;
    padding: 2px 25px;
    font-size: 17px;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    float: right;
    -ms-opacity: 0;
    opacity: 0;
}

/*a.search-icon:hover .search-box .form-control, */
a.search-icon.active .search-box .form-control,
a.search-icon.activated .search-box .form-control {
    width: 90%;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -ms-opacity: 1;
    opacity: 1;
    position: relative;
}

#mainmenu .uredi {
    border: none;
}

@media (min-width: 768px) {
    .navbar-nav {
        position: static;
    }

    .menuz, #mainmenu, .main-menu {
        z-index: 999;
    }

    #top-bar-left .main-menu {
        float: right;
    }
}


@media (min-width: 1200px) {


    .search-box {
        padding-right: 0;
        right: 50px;
        left: auto;
        -moz-min-width: 925px;
        -ms-min-width: 925px;
        -o-min-width: 925px;
        -webkit-min-width: 925px;
        min-width: 400px;
        /* top: 17px; */
    }

    a.search-icon.activated .search-box .closeSearch {
        right: 5px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .p0-md {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .main-menu .navbar-nav > li > a,
    .main-menu .navbar-nav > li > span {
        font-size: 15px;
        white-space: normal;
    }

    a.search-icon.active .search-box, a.search-icon.activated .search-box {
        width: 100%;
        max-width: 300px !important;
        min-width: 260px !important;
    }

    .search-box {
        padding-right: 0;
        right: 50px;
        left: auto;
        min-width: 515px;
        top: 9px;
    }

    a.search-icon.activated .search-box .closeSearch {
        right: 5px;
    }

    .homepage-wrapper .urediLandingTextSlider .item.probajte-nesto-novo .center-content {
        top: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    a.search-icon.active .search-box, a.search-icon.activated .search-box {
        width: 100%;
        max-width: 565px;
    }

    .search-box {
        padding-right: 0 !important;
        right: 50px;
        left: auto;
        -moz-min-width: 650px;
        -ms-min-width: 650px;
        -o-min-width: 650px;
        -webkit-min-width: 650px;
        min-width: 650px;
        top: 4px !important;
    }

    a.search-icon.activated .search-box .closeSearch {
        right: 5px;
    }
}



/*#endregion search*/

/*#region cart*/
.cart {
    width: auto;
    float: none;
    background-color: transparent;
    padding-right: 0;
    padding-left: 0;
    display: inline-block;
}

#miniShoppingCart p.hidden-xs, #miniShoppingCart .kupi-onlajn-icon {
    opacity: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 1;
}

ul.moj-telekom-menu-1.visible-xs > li #add-module-xs {
    width: 41px !important;
    height: 49px;
    display: inline-block;
    position: static;
    float: right;
    margin-right: 0px;
    top: 5px;
}

#miniShoppingCart {
    background-image: url(../images/cart-redesign.png);
    background-image: none;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 999;
    cursor: pointer;
    padding-left: 0;
    padding-top: 0px;
    -ms-background-size: auto;
    background-size: auto;
    top: 0px;
    padding: 0 10px;
}

    #miniShoppingCart .tooltip {
        display: none;
    }

    #miniShoppingCart:after {
        content: ']B';
        font-family: 'teleicon-outline';
        position: absolute;
        font-size: 22px;
        color: #000000;
        z-index: 1;
        top: 3px;
        left: 10px;
    }

.moj-telekom-menu-1.hidden-xs > li > a, .moj-telekom-menu-1.hidden-xs > li > div#add-module {
    float: right !important;
}

#miniShoppingCart {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1000;
    margin: 0 10px;
}


.cart-notify {
    position: absolute;
    background-color: #e20074;
    color: #fff;
    padding: 0;
    -ms-border-radius: 3px;
    border-radius: 50%;
    right: 0px;
    font-size: 10px;
    z-index: 2;
    left: auto;
    font-family: 'teleNeo-bold' !important;
    border: none;
    width: 13px;
    height: 13px;
    text-align: center;
    line-height: 12px;
    border: 1.5px solid white;
}

@media (max-width: 1023px) {
    .cart-notify {
        top: 15px;
        right: 0px;
    }
}

@media (min-width: 1024px) {
    .cart-notify {
        top: 22px;
        right: 2px;
    }

    #ns-header.affix .cart-notify {
        top: 22px;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    #miniShoppingCart {
        width: 30px !important;
        height: 72px !important;
        background-color: transparent !important;
        z-index: 1000;
        float: none !important;
        display: inline-block;
    }
}

@media (min-width: 1280px) {
    .cart-notify {
        top: 16px;
        right: -1px;
    }

    #ns-header.affix .cart-notify {
        top: 20px;
    }
}

@media (min-width: 1680px) {
    .cart-notify {
        top: 30px;
    }

    #ns-header.affix .cart-notify {
        top: 20px;
    }
}




/*#endregion cart*/

/*#region breadcrumbs*/
.breadZ .breadcrumbs a {
    color: #333;
    font-size: 15px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

#container-one .breadZ h2 {
    display: inline-block;
    padding-left: 0;
    font-size: 15px;
    text-transform: none;
}

.breadZ .breadcrumbs a:hover {
    text-decoration: none !important;
}

.breadZ .breadcrumbs span.navigationBreadcrumbArrow {
    margin: 0 8px;
    font-size: 13px;
}

/*#endregion breadcrumbs*/

/*#region footer*/

#ns-bottom {
    background: #242426;
    /* background: #262626;*/
    /*padding-bottom: 35px;*/
    /*position: relative;*/
    z-index: 1;
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 20px 0;
}

.grey-footer {
    background: #262626;
    padding-bottom: 5px;
}

#ns-bottom .container {
    position: relative;
}

#ns-bottom a {
    color: white;
    display: block;
}

#ns-bottom .item > a {
    min-height: 50px;
}

    #ns-bottom .item > a:hover h4 {
        background: #4b4b4b;
    }

#ns-bottom a:hover {
    text-decoration: none;
}

#ns-bottom h4 {
    color: white;
    text-transform: uppercase;
    padding-left: 10px;
    padding-right: 10px;
    font-family: teleNeo-bold;
    font-size: 16px;
    padding: 10px;
}

#ns-footer {
    background: #ededed;
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.foot-dropdown li {
    line-height: 18px;
    display: block;
}

    .foot-dropdown li a {
        padding: 8px 10px;
        display: block;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

        .foot-dropdown li a:hover {
            background: #4b4b4b;
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -ms-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
        }


.social-links li {
    display: table-cell;
    cursor: pointer;
    padding: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#ns-footer .social-links a img {
    padding-right: 10px;
    display: inline;
    height: auto;
    padding-top: 5px;
}

#ns-footer .social-links li:last-of-type a img {
    padding-right: 0px;
}

.copy-holder {
    padding: 5px 0;
}

#ns-footer {
    background: #ededed;
    width: 100%;
    height: 35px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.social-links li:hover {
    background: transparent;
}

.foot {
    display: table;
    /*table-layout: fixed;*/
    width: 100%;
}

    .foot .item {
        display: table-cell;
        width: 14.85%;
        vertical-align: top;
    }

#footmenu .item:first-child {
    width: 11%;
}

.foot .item:first-of-type a h4 {
    /*padding-left: 0 !important;*/
    padding-left: 10px !important;
}

.foot .item:first-of-type ul a {
    /*padding-left: 0 !important;*/
    padding-left: 10px !important;
}

#ns-footer .superbrand > img {
    position: absolute;
    bottom: -30px;
    left: 0;
    z-index: 9;
}

#ns-bottom div#top-bar-left .mini-menu li {
    border-right: 0px solid #ededed;
    padding: 5px 20px 10px;
}

    #ns-bottom div#top-bar-left .mini-menu li:first-child {
        padding-left: 0;
    }

.foot-logo .t-logo-link {
    border-top: 1px solid black;
    padding: 15px 0 10px 0;
    margin-top: 0px;
    height: 70px;
}

.superbrand {
    position: absolute;
    top: -30px;
    right: 0;
    z-index: 1;
}
/*#endregion footer*/


.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    line-height: 1;
    width: 100%;
}


/*#region homepage*/

#aboutTelekom {
    padding-bottom: 15px;
}

    #aboutTelekom .icon-land {
        margin: 0px auto 0;
    }

    #aboutTelekom .txt-dec-none, #aboutTelekom .txt-dec-none:hover {
        text-decoration: none !important;
        font-size: 16px;
        padding-top: 0;
        font-weight: normal;
        text-transform: uppercase;
        font-family: 'teleNeo-bold';
        position: relative;
    }

    #aboutTelekom .home-icon-wrapper:hover .txt-dec-none > span {
        color: #e20074;
    }

    #aboutTelekom .txt-dec-none > span {
        position: absolute;
        top: -4px;
        right: 0;
        font-size: 24px;
        color: #999;
    }

.icon-land.askTelekom {
    background-image: url(../img/piktogrami/askTelekom.png);
}

.home-icon-wrapper h4, .home-icon-wrapper:hover, .myAcc:hover h2 {
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-family: 'teleNeo-bold';
}

    .home-icon-wrapper:hover h4, .myAcc:hover h2 {
        color: #e20074 !important;
    }

    .home-icon-wrapper:hover .icon-land.askTelekom {
        background-image: url(../img/piktogrami/askTelekom2.png);
        background-position: center 8px;
    }

.icon-land.telekomStore {
    background-image: url(../img/piktogrami/telekomStore.png);
}


.home-icon-wrapper:hover .icon-land.telekomStore {
    background-image: url(../img/piktogrami/telekomStore2.png);
    background-position: center 8px;
}

.icon-land.mojKlub {
    background-image: url(../img/piktogrami/mojKlub.png);
}


.home-icon-wrapper:hover .icon-land.mojKlub {
    background-image: url(../img/piktogrami/mojKlub2.png);
    background-position: center 8px;
}

.icon-land.tCatalogue {
    background-image: url(../img/piktogrami/tCatalogue.png);
}


.home-icon-wrapper:hover .icon-land.tCatalogue {
    background-image: url(../img/piktogrami/tCatalogue2.png);
    background-position: center 8px;
}



.icon-land.tMagazin {
    background-image: url(../img/piktogrami/tMagazin-gray.png);
}


.home-icon-wrapper:hover .icon-land.tMagazin {
    background-image: url(../img/piktogrami/tMagazin-magenta.png);
    background-position: center 8px;
}



.boxLinks {
    background: #f8f8f8;
    padding: 5px 10px 4px;
    margin-top: 53px;
}

    .boxLinks li {
        background: linear-gradient(to right, #f3f2f2 50%, transparent 50%);
        background-size: 200% 100%;
        background-position: right bottom;
        transition: all 1s ease;
    }

        .boxLinks li:hover {
            background-position: left bottom;
        }

    .boxLinks a {
        color: #383838;
        display: block;
        border-bottom: #D2D2D2 1px solid;
        padding: 3px 15px;
        line-height: 16px;
    }

        .boxLinks a:hover {
            color: #e20074;
        }

        .boxLinks a span {
            display: table-cell;
            height: 54px;
            vertical-align: middle;
            font-family: teleNeo-bold;
        }

        .boxLinks a:hover {
            text-decoration: none;
        }

    .boxLinks li:last-child a {
        border-bottom: #D2D2D2 0px solid;
    }

    .boxLinks img {
        float: left;
        padding-right: 5px;
        max-width: 50px;
        margin-top: 4px;
    }

    .boxLinks a:before, .boxLinks a:after {
        clear: both;
        content: '';
        display: block;
    }

#buyOnlineHome:hover .link_ring {
    border: 4px double #e20074;
    -webkit-border-radius: 30px;
    height: 25px;
    width: 25px;
    position: absolute;
    right: 130px;
    bottom: 10px;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0.0;
}

/*@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        opacity: 0.0;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1.5, 1.5);
        opacity: 0.0;
    }
}*/
/*#endregion homepage*/

/*#region sm-header-footer*/
@media (max-width: 991px) and (min-width: 768px) {
    .main-menu .navbar-nav > li > a > span {
        font-size: 14px;
        width: auto;
        padding: 10px 0px !important;
    }

    .search-icon {
        top: 20px;
    }

    .search-box #qr {
        width: 300px;
    }

    img.m-t-user {
        margin-top: 20px;
    }

    span.m-t-user-icon {
        margin-top: 0px;
    }

    .moj-telekom-menu-1 > li {
        width: 150px;
    }

    .search-box {
        padding-right: 140px;
    }

    .mini-shopping-cart-inner {
        right: -65px;
    }

    .navbar-default .navbar-nav > li.uslugi:hover > .dropdown-menu > li, .navbar-default .navbar-nav > li.katalog > .dropdown-menu li.dropli, .navbar-default .navbar-nav > li.katalog > .dropdown-menu li.mob_devices, .navbar-default .navbar-nav > li.katalog > .dropdown-menu li.dop_oprema, .navbar-default .navbar-nav > li.katalog > .dropdown-menu li.onlineDiscount,
    .navbar-default .navbar-nav > li.uslugi.active > .dropdown-menu > li, .navbar-default .navbar-nav > li.katalog > .dropdown-menu li.dropli, .navbar-default .navbar-nav > li.katalog > .dropdown-menu li.mob_devices, .navbar-default .navbar-nav > li.katalog > .dropdown-menu li.dop_oprema, .navbar-default .navbar-nav > li.katalog > .dropdown-menu li.onlineDiscount {
        width: 50%;
        margin-bottom: 1px;
    }

    /*.main-menu .navbar-nav > li.internet > a {
        padding-right: 5px;
        padding-left: 25px;
    }*/

    .main-menu .navbar-nav > li.internetD > a,
    .main-menu .navbar-nav > li.internetD > span {
        padding-right: 0px;
        padding-left: 20px;
    }

    .main-menu .navbar-nav > li > a,
    .main-menu .navbar-nav > li > span {
        white-space: normal;
        padding: 6px 10px;
        text-align: center;
    }

    #ns-bottom h4 {
        color: white;
        text-transform: uppercase;
        padding-left: 10px;
        padding-right: 0;
        font-family: teleNeo-medium;
        font-size: 16px;
    }

    #mainmenu .menu_sq.sm > li > a {
        padding: 6px 3px;
    }

    #mainmenu .menu_sq.sm > li:first-child > a {
        padding-left: 0;
    }

    #mainmenu .menu_en.sm > li {
        max-width: 140px;
    }
}

/*#endregion sm-header-footer*/

/*#region sm*/
@media screen and (max-width: 991px) {
    #uredi-landing-phones .carousel-inner > div:nth-child(2) .phone-box,
    #uredi-landing-phones .carousel-inner > div:nth-child(3) .phone-box {
        display: none !important;
    }

    #myCarousel2 .carousel-control .glyphicon-chevron-left, #myCarousel2 .carousel-control .glyphicon-chevron-right, #myCarousel2 .carousel-control .icon-prev, #myCarousel2 .carousel-control .icon-next {
        margin-top: -45px;
    }

    .t-logo-mobile {
        display: inline-block;
    }

        .t-logo-mobile .t-logo-link .pull-right {
            display: none;
        }

    #myCarousel2 span.glyphicon.glyphicon-chevron-left {
        width: 39px;
        background-image: url(/images/left-arrow.png);
        height: 107px;
        background-repeat: no-repeat;
    }

    #myCarousel2 span.glyphicon.glyphicon-chevron-right {
        width: 39px;
        background-image: url(/images/right-arrow.png);
        height: 107px;
        background-repeat: no-repeat;
    }

    .copy-right-md-wrapper.social-holder {
        display: inline-block;
    }
}
/*endregion sm*/

/*#region xs-header-footer*/

.banner-large img, .imgFullWidthBanner img:first-of-type {
    width: 100%;
}

@media (max-width: 767px) {

    /*roaming table media fix*/

    table.roaming-tbl .roaming-selectors + tr td {
        white-space: nowrap !important;
    }

    .foot-logo .t-logo-link {
        border-top: 0px solid black;
        padding: 15px 0;
        margin-top: 0px;
        width: auto;
        float: left;
    }

    .copy-holder {
        padding: 12px 2px;
        line-height: 17px;
        font-size: 15px;
        text-align: center;
    }

    .social-links {
        float: right;
        margin: 0 auto;
        width: 145px !important;
    }

    #ns-bottom a {
        font-size: 24px;
    }

    #ns-footer {
        height: 40px;
        background: #262626;
        border-top: 1px solid black;
        z-index: 100;
    }

    #ns-bottom {
        background: #262626;
        padding-bottom: 40px;
        position: absolute;
        bottom: 0;
        width: 100%;
        z-index: 99;
    }

    #content {
        background: white;
        padding-bottom: 20px;
    }

    #header {
        height: 65px;
        z-index: 999999;
    }

    .t-logo-link {
        padding: 15px 0;
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd;
        float: left;
        margin-left: 5px;
        margin-top: 14px;
    }


        .navbar-default .navbar-toggle .icon-bar {
            background-color: #383838;
        }

    img.m-t-user {
        margin-right: 6px;
        padding: 0px 0;
        vertical-align: text-bottom;
        margin-top: 18px;
    }

    #ns-header {
        background: transparent;
        /*border-bottom: 1px solid #e5e5e5;*/
    }

    a.btn.btn-moj-telekom, div.btn.btn-moj-telekom {
        padding: 0;
        height: 53px;
        /*overflow: hidden;*/
        width: 42px;
        /* padding: 0 10px !important; */
    }

    ul.moj-telekom-menu-1 .btn.btn-moj-telekom.mob-btn {
        padding: 0 !important;
        height: 53px !important;
        overflow: hidden !important;
        width: 42px;
    }

    #mainmenu.navbar-collapse {
        border-color: transparent;
    }

    #top {
        position: relative;
        top: -3px;
        left: 0;
        right: 50px;
        z-index: 1000;
        background-color: transparent;
        height: auto;
        padding: 0px 15px;
        /*      border-bottom: 1px solid #e5e5e5;*/
    }

    #top-bar, #top-bar-left {
        height: auto;
    }

    .moj-telekom-holder {
        top: 54px;
    }

    .search-icon {
        height: 53px;
        float: right;
        width: 30px;
    }

    .search-box {
        position: absolute;
        z-index: 1000;
        width: initial;
        right: 210px !important;
    }

    .search-icon > div:first-of-type:after {
        left: 10%;
        top: 40%;
    }

    #miniShoppingCart {
        width: 30px !important;
        background-color: transparent !important;
        height: 60px !important;
        z-index: 1000;
        float: none !important;
        display: inline-block;
    }


    .main-menu {
        position: relative;
    }

    .navbar-default .navbar-toggle {
        position: absolute;
        margin-top: 10px;
    }

    #mainmenu .nav.navbar-nav.menu_mk.sm {
        border-top: 1px solid #e5e5e5;
    }

    /*#region other*/
    .boxLinks a {
        color: #383838;
        display: block;
        border-bottom: #D2D2D2 0px solid;
        padding: 0px 15px;
        line-height: 16px;
        text-transform: uppercase;
        background: white;
    }

        .boxLinks a:hover {
            color: #e20074;
        }

    .boxLinks img {
        display: none;
    }



    #aboutTelekom .icon-land {
        background-size: 75px;
        height: 70px;
    }

    .boxLinks {
        background: #e3e3e3;
        padding: 0;
        margin-top: 15px;
    }

        .boxLinks ul {
            margin: 0;
        }

    #accountActions h2, #vodich h2 {
        padding: 0 15px;
    }

    #accountActions .myAcc ul, #vodich .myAcc ul {
        padding-top: 20px;
        border-top: 1px solid #ACACAC;
        padding-left: 15px;
        padding-right: 15px;
    }

    .myAcc > a, .payOnlineHomeBox > a {
        border-bottom: 0px solid #e5e5e5;
        padding: 15px 0px;
        width: 100%;
        display: block;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

    #accountActions #heading1 > a {
        border-top: 1px solid #e5e5e5;
    }

        #accountActions #heading1 > a.collapsed {
            border-top: 0px solid #e5e5e5;
        }


    .myAcc > a.collapsed, .payOnlineHomeBox > a.collapsed {
        background: #f0f0f0;
        border-bottom: 1px solid #fff;
    }

    .myAcc > a h2, .payOnlineHomeBox > a h2 {
        margin-bottom: 0px !important;
    }


    .myAcc > a:hover, .myAcc > a:focus, .payOnlineHomeBox > a:hover, .payOnlineHomeBox > a:focus {
        text-decoration: none;
    }

    #accountActions .payOnlineHomeBox .borderBox {
        padding-top: 20px;
        border-top: 0px solid #ACACAC !important;
    }

    #accountActions .myAcc ul, #vodich .myAcc ul {
        padding-top: 20px;
        border-top: 0px solid #ACACAC !important;
    }

    .payOnlineHomeBox .borderBox ul {
        padding-left: 15px;
        padding-right: 15px;
    }

    #aboutTelekom {
        padding-bottom: 0px;
    }

    #accountActions {
        margin-bottom: 0;
        padding-bottom: 0px;
    }

    .slider-naslovna2 {
        margin: 0px 0;
    }

    .p0-xs {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    #vodich .col-md-3.col-sm-4:first-of-type .myAcc > a {
        border-top: 1px solid #e5e5e5 !important;
    }

    .boxLinks li {
        background: linear-gradient(to right, #dadada 50%, transparent 50%);
        background-size: 200% 100%;
        background-position: right bottom;
        transition: all 1s ease;
    }

    #aboutTelekom .txt-dec-none, #aboutTelekom .txt-dec-none:hover {
        padding: 0 10px;
    }

    #accountActions h2, #vodich h2 {
        background: url(../images/arrow-redesign-down.png) no-repeat right 15px center;
    }

    #accountActions h2, .payOnlineHomeBox h2 {
        color: #383838;
        text-transform: uppercase;
        font-size: 16px;
        margin-bottom: 15px;
        font-family: teleNeo-bold !important;
        padding: 9px 15px;
        display: block;
    }

    .payOnlineHomeBox > a.collapsed {
        background: #f0f0f0;
        border-bottom: 1px solid #fff;
        display: block;
    }

    .payOnlineHomeBox > a:before, .payOnlineHomeBox > a:after {
        content: '';
        clear: both;
        display: block;
    }

    .dopolni-pripejd-kredit a, .dopolni-pripejd-kredit h2 {
        display: block;
    }

        .dopolni-pripejd-kredit a.collapsed {
            background-image: url(../images/dopolni-logo.png), url(../images/dopolni-arrow-down.png);
            background-position: right 15px center, left 17px center;
            background-repeat: no-repeat;
            background-color: #e20074;
            padding: 17px 0px 17px 40px;
        }

    .dopolni-pripejd-kredit a {
        background-image: url(../images/dopolni-logo.png), url(../images/dopolni-arrow-up.png);
        background-position: right 15px center, left 17px center;
        background-repeat: no-repeat;
        background-color: #e20074;
        padding: 17px 0px 17px 40px;
    }

        .dopolni-pripejd-kredit a:hover, .dopolni-pripejd-kredit a:focus {
            text-decoration: none;
        }

    #accountActions .dopolni-pripejd-kredit h2 {
        color: white !important;
        padding: 0px 15px;
        display: block;
        margin: 0;
        max-width: 220px;
        background: none;
    }

    .dopolni-pripejd-kredit .iframe {
        padding-top: 0 !important;
    }

    .icon-land {
        width: 90px;
        height: 55px;
        background-size: 55px;
    }

    .icon-delovni .icon-land {
        width: 90px;
        height: 80px;
        background-size: 55px;
    }

    #accountActions a h2 {
        color: #e20074;
    }

    #accountActions a.collapsed h2 {
        color: #383838;
    }

    .txt-dec-none, .txt-dec-none:hover {
        text-decoration: none !important;
        font-size: 15px;
        padding-top: 0;
        font-weight: normal;
        text-transform: uppercase;
        line-height: 14px;
    }

    #aboutTelekom-xs {
        padding-bottom: 20px;
    }

    .copy-holder a {
        display: none;
    }

    .copy-holder span {
        color: white;
        text-align: left;
        float: left;
        display: block;
    }

    .scrollToTop {
        bottom: 100px;
    }

    .social-holder {
        padding-top: 16px !important;
    }

    /*    #menu .mm-panels .mini-menu {
        position: fixed;
        z-index: 9999;
        bottom: 0;
        text-align: center;
        background: white;
        padding: 15px 20px;
        width: 100%;
    }

        #menu .mm-panels .mini-menu li {
            font-size: 17px;
            float: none;
            padding-left: 15px;
            width: auto;
            display: inline-block;
        }

            #menu .mm-panels .mini-menu li:first-child {
                padding-left: 0px !important;
            }*/

    #ns-bottom .display-versions a {
        color: #fff !important;
        position: relative;
        display: block;
        text-align: right;
        background-color: transparent !important;
        padding-top: 5px;
        margin: 0;
    }

    #ns-bottom .display-versions {
        background-color: transparent !important;
        border: 0px none transparent !important;
        /* margin-bottom: 10px;*/
        margin-right: 0px;
        right: 0px;
        position: relative;
        z-index: 99999;
        top: 0px !important;
    }

        #ns-bottom .display-versions:before, #ns-bottom .display-versions:after {
            clear: both;
            content: '';
            display: block;
        }

    #side-menu {
        display: none;
    }

    .menu-hidden {
        display: none;
    }
    /*#endregion other*/

    /*#region slider*/
    .item.active img.secound {
        display: none !important;
    }

    .mobileHtml div {
        padding: 10px 15px;
        position: absolute;
        bottom: 0;
        background: #e20074;
        background: -moz-linear-gradient(top, transparent 0%, rgba(0,0,0,.7) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,rgba(0,0,0,.7)));
        background: -webkit-linear-gradient(top, transparent 0%,rgba(0,0,0,.7) 100%);
        background: -o-linear-gradient(top, transparent 0%,rgba(0,0,0,.7) 100%);
        background: -ms-linear-gradient(top, transparent 0%,rgba(0,0,0,.7) 100%);
        background: linear-gradient(to bottom, transparent 0%,rgba(0,0,0,.7) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='transparent', endColorstr='rgba(0,0,0,.7)',GradientType=0 );
        left: 0;
        right: 0;
    }

    .mobileHtml h1 {
        color: white;
        text-transform: uppercase;
        font-family: 'teleNeo-bold' !important;
        margin-bottom: 0px;
    }

    .mobileHtml h2 {
        color: white;
        text-transform: uppercase;
        font-size: 22px;
    }

    .mobileHtml p {
        display: block;
        color: white;
        text-transform: uppercase;
        font-size: 18px;
    }

    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        width: auto;
        height: 300px;
        max-width: initial;
        transform: translateX(-50%);
        left: 50%;
        position: relative;
    }

    .active a.third.btn.right, .active a.third.btn.left {
        border: none !important;
        background: transparent !important;
    }

    #myCarousel2 span.glyphicon.glyphicon-chevron-left, #myCarousel2 span.glyphicon.glyphicon-chevron-right {
        height: 107px;
        background-repeat: no-repeat;
        width: 39px;
    }

    #myCarousel2 span.glyphicon.glyphicon-chevron-left {
        background-image: url(/images/left-arrow.png);
    }

    #myCarousel2 span.glyphicon.glyphicon-chevron-right {
        background-image: url(/images/right-arrow.png);
    }

    #myCarousel2 .carousel-control .glyphicon-chevron-right, #myCarousel2 .carousel-control .glyphicon-chevron-left {
        margin-top: -50px;
    }

    .header-menu {
        /*display: none;*/
    }

    .LPMcontainer.LPMoverlay {
        display: none;
    }

    .mobileHtml .visible-xs {
        display: initial !important;
    }

    .flyBy {
        display: none;
    }

    #header.affix {
        top: -55px !important;
    }

    .outer-content .accordionz .r-tabs-panel table.table-kanali {
        table-layout: auto;
    }
    /*#endregion slider*/
    #accountActions .pay-box-hmpage .image-box img {
        display: none;
    }

    #accountActions .pay-box-hmpage .mgbox {
        background-color: rgb(245, 245, 245);
        background-image: url(../images/magenta-arrow-right.png);
        background-repeat: no-repeat;
        background-position: right 15px bottom 15px;
        position: relative;
        display: block;
        left: 0;
        padding: 0;
        padding-top: 15px;
    }

        #accountActions .pay-box-hmpage .mgbox h2 {
            background: none;
            margin-bottom: 0;
        }

    #accountActions .pay-box-hmpage > h2 {
        display: none;
    }

    #accountActions .pay-box-hmpage .image-box {
        padding: 0;
        border-top: none;
        background: none;
        padding-top: 30px;
    }

    #accountActions .pay-box-hmpage .mgbox p:nth-child(2) {
        color: #000;
        margin-top: 0px;
        font-size: 15px;
        padding: 15px;
    }

    #content .korisnichka {
        padding-bottom: 20px;
    }
}
/*#endregion xs-header-footer*/

/*#region hamburger*/
.mm-listview li.click_strelche > a {
    width: 90% !important;
}

.mm-listview li.click_strelche a:last-child {
    pointer-events: none;
}

.mm-listview > li .mm-next {
    border-color: transparent;
    border: none;
    background: url(../images/menu-arrow.svg) no-repeat right 0px center;
    transform: none;
    width: 20% !important;
}

@media (min-width: 640px) and (max-width: 1279px) {

    .mm-listview > li .mm-next {
        background: url(../images/menu-arrow.svg) no-repeat right 20px center;
    }
}

.mm-menu .mm-listview > li .mm-arrow:after, .mm-menu .mm-listview > li .mm-next:after, .mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
    border: none !important;
}

.mm-navbar .mm-btn:first-child {
    padding-left: 20px;
    left: 0;
    background: url(../images/menu-arrow-back.svg) no-repeat left 15px top 10px;
    /* position: absolute; */
}

.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
    border-color: transparent;
}



#hamburger {
    border: 0px solid #383838;
    display: block;
    width: 44px;
    padding: 5px 10px;
    position: fixed;
    left: 38%;
}

    #hamburger span {
        background: #383838 !important;
        display: block;
        height: 2px !important;
        margin: 5px 0;
    }

html.mm-opening .mm-slideout {
    -webkit-transform: translate3d(0%,97px,0);
    transform: translate3d(0%,70px,0) !important;
    /* width: 40px; */
}

#mm-blocker {
    z-index: 9999 !important;
}

.mm-menu {
    background: #fff !important;
}

    .mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
        color: rgba(0,0,0,.3);
        font-size: 20px !important;
        color: #383838 !important;
    }

mm-listview .mm-divider, .mm-listview > li > a, .mm-listview > li > span, .mm-navbar .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 20px;
    color: #262626 !important;
}

.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
    color: #262626 !important;
}

.mm-listview > li > a,
.mm-listview > li > span {
    padding: 25px 20px;
}

#mm-0 .mm-title {
    display: none;
}

.mm-listview > li:not(.mm-divider):after {
    border-bottom-width: 0px !important;
}

.mm-listview > li.external-link-lvl1,
.mm-listview > li.external-link {
    position: relative;
}

    .mm-listview > li.external-link-lvl1 a:after,
    .mm-listview > li.external-link a:after {
        content: '';
        position: relative;
        top: 0;
        display: inline-block;
        bottom: 0;
        height: 10px;
        width: 15px;
        right: 0;
        background-position: top right;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url(../images/external-link-default.svg);
        left: initial;
    }

.mm-listview .mm-next:before {
    border-left-width: 0px !important;
}

.mm-panels > .mm-panel.mm-hasnavbar::-webkit-scrollbar {
    width: 3px;
    height: 5px;
}

.mm-panels > .mm-panel.mm-hasnavbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
}

.mm-panels > .mm-panel.mm-hasnavbar::-webkit-scrollbar-track {
    background: #ddd;
}

.mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
    margin-top: 0 !important;
    position: relative;
    top: 0px;
    max-width: 639px;
    margin: 0 auto !important;
}

    .mm-panels > .mm-panel > .mm-navbar + .mm-listview li:last-child {
        margin-bottom: 30px !important;
    }

    .mm-panels > .mm-panel > .mm-navbar + .mm-listview li {
        margin: 0;
        border-bottom: 1px solid #e7e7e7;
    }

        .mm-panels > .mm-panel > .mm-navbar + .mm-listview li a {
            width: 100%;
            display: block;
            /* margin-right: 20px; */
            padding-left: 0;
            font-size: 18px;
            font-family: 'teleNeo-regular' !important;
        }

        .mm-panels > .mm-panel > .mm-navbar + .mm-listview li.no-click a:last-of-type {
            pointer-events: none;
        }

        .mm-panels > .mm-panel > .mm-navbar + .mm-listview li.no-menu a.mm-next {
            display: none;
        }

.mm-listview .mm-next + a, .mm-listview .mm-next + span {
    margin-right: 0px;
}

.mm-panel.mm-hasnavbar .mm-navbar {
    display: block;
    top: 0px;
    padding-bottom: 0;
    height: auto;
    padding: 0 45px;
    max-width: 639px;
    margin: 0 auto;
}

#menu.mk .mm-panel#mm-1 .mm-navbar,
#menu.mk .mm-panel#mm-26 .mm-navbar,
#menu.mk .mm-panel#mm-52 .mm-navbar {
    padding: 0 20px;
}

#menu.sq .mm-panel#mm-26 .mm-navbar,
#menu.sq .mm-panel#mm-49 .mm-navbar {
    padding: 0 20px !important;
}

.mm-panels > .mm-panel.mm-hasnavbar {
    top: 120px;
    padding: 50px 0;
}

.mm-navbar .mm-arrow:after, .mm-navbart:after, .mm-navbar:before {
    top: 20px !important;
}

.mm-panels > .mm-panel:after,
.mm-panels > .mm-panel:before {
    content: '';
    display: block;
    height: 0;
}

.mm-arrow:after, .mm-next:after, .mm-prev:before {
    top: 5px !important;
}

.mm-slideout {
    background: white;
}

div#page.mm-page.mm-slideout {
    z-index: inherit;
}


#ns-wrapper {
    min-height: 100%;
    position: relative;
    background: white;
}

.foot-logo .t-logo-link {
    height: auto;
}

.mm-listview a.active {
    color: #e20074 !important;
}

/*.landingPageParent .mm-next {
    width: 100% !important;
}*/

.mm-next {
    width: 100% !important;
}

.hiddenMobile .mm-next, .userHidden .mm-next {
    display: none;
}

/*#endregion hamburger*/

/*#region flyby*/
.flyBy {
    position: fixed;
    right: 0;
    top: 190px;
    z-index: 999;
    text-align: right;
}

    .flyBy li {
        margin-top: 2px;
    }

        .flyBy li a {
            display: block;
        }

            .flyBy li a span {
                width: 68px;
                height: 68px;
                display: inline-block;
                padding: 16px 12px;
                float: right;
                z-index: 2;
                position: relative;
            }

            .flyBy li a:before, .flyBy li a:after, .flyBy li p:before, .flyBy li p:after {
                content: '';
                clear: both;
                display: block;
            }

        .flyBy li p {
            background: rgba(250, 250, 250, .85);
            display: block;
            text-align: left;
            color: #383838;
            margin: 0px;
            padding-left: 15px;
            height: 68px;
            line-height: 35px;
            text-transform: uppercase;
            font-family: teleNeo-bold;
            float: right;
            width: 0px;
            text-overflow: ellipsis;
            white-space: nowrap;
            padding: 15px 0px;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
            -ms-opacity: 0;
            opacity: 0;
        }

        /*.flyBy li:first-child p {
            background: #e20074;
            background: rgba(226, 0, 116, 0.8);
            color: white;
        }*/

        .flyBy li a:hover p {
            width: 120px;
            padding: 15px 12px;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
            opacity: 1;
        }

        .flyBy li:last-child a:hover p, .flyBy li:nth-child(2) a:hover p {
            width: 160px;
            padding: 15px 12px;
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -ms-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
        }

        .flyBy li a.userAs span {
            background: #e20074;
        }

        .flyBy li a.buyNow span {
            background: #f1f1f1;
        }


/*#endregion flyby*/

#header.affix {
    z-index: 1000;
    left: 0;
    right: 0;
    top: -60px;
    width: 100%;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    margin: 0 auto;
    position: fixed;
}



#subheader {
    background: white;
}

    #subheader.affix {
        z-index: 1000;
        left: 0;
        right: 0;
        top: 5px;
        width: 100%;
        -moz-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        -webkit-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
        margin: 0 auto;
        position: fixed;
    }





.scrollToTop {
    width: 50px;
    height: 45px;
    background: url('../images/one.png') no-repeat;
    z-index: 999;
}

    .scrollToTop:hover {
        background: url('../images/two.png') no-repeat;
        transform: none;
        border-bottom-width: 0px;
    }

/*#region delovni*/
.brgrad-top-to-bottom {
    border-width: 0 0px 0 0;
    border-style: solid;
    -webkit-border-image: none;
    -moz-border-image: none;
    -ms-border-image: none;
    -o-border-image: none;
    border-image: none;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    border-right: 0px solid #cfcfcf\9;
}


/*#endregion delovni*/

/*#region svg*/


.svg-wrapper {
    position: relative;
}

svg, rect {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.shape {
    stroke-dasharray: 0 1500;
    stroke-dashoffset: -474;
    stroke-width: 2px;
    fill: transparent;
    stroke: #e20074;
    border-bottom: 5px solid black;
    transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray 1s;
}

.svg-wrapper:hover .shape {
    stroke-width: 2px;
    stroke-dashoffset: 0;
    stroke-dasharray: 2000;
}

a.img-href:hover,
a.img-href:focus {
    text-decoration: none;
}

.deviceInfoWrap {
    position: relative;
    z-index: 2;
}


@media (max-width:991px) {
    .shape {
        stroke-dasharray: 0 1500;
        stroke-dashoffset: -474;
        stroke-width: 2px;
        fill: transparent;
        stroke: #fff;
        border-bottom: 5px solid black;
        transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray 1s;
    }
}

/*#endregion svg*/

.dopolni-pripejd-kredit .iframe iframe {
    background-color: #f8f8f8 !important;
}

/*.LPMcontainer.LPMoverlay {
    top: 484px !important;
    background-color: #467bab !important;
    width: 68px !important;
    background-image: url(../images/livechatRdsgn.png);
    background-repeat: no-repeat !important;
    background-position: center !important;
    height: 165px !important;
}

    .LPMcontainer.LPMoverlay img {
        display: none;
    }*/


@media (max-width:767px) {
    .LPMcontainer.LPMoverlay {
        display: none !important;
    }

    .slider-naslovna2 .item.mgn1biz {
        background-position: 75% !important;
    }

    .slider-naslovna2 .item.bizban {
        background-position: 25% !important;
    }

    #subheader.affix {
        top: 0px;
    }

    #subheader {
        height: 100%;
    }

    .theCompany #subheader {
        height: auto;
    }
}


/*#slider naslovna*/

.slider-naslovna2 .item {
    background-position: 85% 0 !important;
    background-size: cover !important;
    height: 100%;
}

    .slider-naslovna2 .item.active.left, .slider-naslovna2 .item.active.right, .slider-naslovna2 .item.next.left, .slider-naslovna2 .item.prev.right {
        background-size: cover !important;
    }

    /*.slider-naslovna2 .item:nth-of-type(1) {
        background-position: 75% 0 !important;
    }*/

    /*.slider-naslovna2 .item:nth-of-type(1) {
        background-position: 20% 0 !important;
    }

    .slider-naslovna2 .item:nth-of-type(3) {
        background-position: 100% 0 !important;
    }*/

    /*.slider-naslovna2 .item:nth-of-type(5) {
        background-position: 100% 0 !important;
    }*/

    /*.slider-naslovna2 .item:nth-of-type(5) {
        background-position: 52% 0 !important;
    }*/

    .slider-naslovna2 .item.karolina {
        background-position: 20% 0 !important;
    }

    .slider-naslovna2 .item.promo5 {
        background-position: 90% 0 !important;
    }


.moj-telekom-holder a {
    color: #383838 !important;
}

    .moj-telekom-holder a:hover {
        color: white;
    }

.white-box {
    background: white;
    border: none;
    box-shadow: none;
    padding: 0;
    padding-top: 20px;
}

.box-title {
    margin: 0 0 10px !important;
    font-size: 22px;
    font-family: 'tele-groteskhalregular';
    color: #383838;
    border-bottom: none;
    padding: 0 0 10px;
    font-weight: normal;
    display: block;
    text-transform: uppercase;
    text-align: center;
}

.mm-panels > .mm-panel > .mm-listview {
    padding: 0 20px !important;
    padding-bottom: 130px;
    margin: 0 !important;
}


div#middle-wrapper {
    padding-bottom: 50px;
}

/*@media (min-width: 1200px) {
    #middle-wrapper {
        width: 50%;
    }
}*/

.white-box.blue.berz, .white-box.blue.iso, .news-box .white-box {
    padding: 20px;
}

.left-nav-title.active-title a {
    color: white;
    background: #b9be5a;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.breadZ {
    background: #f5f5f5;
}

/*.breadcrumbFullWidth {
    -webkit-box-shadow: 0 2px 1px 0 rgba(0,0,0,0.10);
    box-shadow: 0 2px 1px 0 rgba(0,0,0,0.10);
}*/

.one-content .breadZ {
    background: transparent;
    -webkit-box-shadow: 0 2px 1px 0 rgba(0,0,0,0.10);
    box-shadow: 0 2px 1px 0 rgba(0,0,0,0.10);
    padding: 6px 0 8px;
    z-index: 1;
    position: relative;
    margin-top: -2px;
    background: white;
    border-top: 1px solid #eaeaea;
}

.breadZ.affix-top {
    position: fixed;
    left: 0;
    right: 0;
    top: 169px;
}

#ns-content.companyContent .breadZ.affix-top, #ns-content.companyContent .breadZ.affix {
    position: inherit;
    margin-bottom: 15px;
}



.breadZ.affix {
    top: 125px;
    left: 0;
    right: 0;
}

/*.breadZ.affix-bottom {
    position: absolute;
}*/

/*#redesign controls*/
.btn-group.open {
    -webkit-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 1px !important;
}

.multiselect-container.dropdown-menu {
    width: 100% !important;
    position: relative !important;
    top: 0 !important;
    left: 0px !important;
    -webkit-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
}

.one-t-accordion-dropdown-absolute-options .one-t-accordion-dropdown-options {
    position: relative !important;
    -webkit-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important;
}

#full-wrapper:before, #full-wrapper:after, #phone-list:before, #phone-list:after, .one-t-phone-list:before, .one-t-phone-list:after {
    content: '';
    clear: both;
    display: table;
}

.phone-tarrif-price-holder > .phone-tarrif-price-wrapper {
    padding: 0;
}

.one-t-prodtuct-options .nav > li {
    background: none !important;
    margin: 0px;
    padding: 0px;
    border-bottom: 3px solid transparent !important;
}

    .one-t-prodtuct-options .nav > li:hover {
        background: none !important;
        margin: 0px;
        padding: 0px;
        border-bottom: 3px solid #EAEAEA !important;
    }

    .one-t-prodtuct-options .nav > li.active {
        border-bottom: 3px solid #e20074 !important;
    }

.one-t-product-characteristics ul li {
    font-size: 15px !important;
}

.phone-tarrif-small-text-xs {
    font-size: 13px !important;
}



.innerLabelWrapper select option[value="Скопје "] {
    display: none;
}

.white-box.white-box-details {
    height: 400px;
    position: relative;
    padding: 20px;
}
/*#endregion controls*/

/*#region content*/
.r-tabs .r-tabs-nav .r-tabs-state-active {
    border-bottom: 3px solid #e20074;
}

.r-tabs .r-tabs-nav {
    width: 100%;
    display: block;
    border-bottom: 1px solid #e5e5e5;
}

/*#endregion content*/
@media (min-width:768px) {
    .product-filters > div.affix {
        top: 120px !important;
    }

    .floatThead-container.floated {
        top: 0px !Important;
        z-index: 9 !important;
    }
}

@media (max-width:767px) {
    .product-filters > div.affix {
        top: inherit !important;
        position: relative !important;
    }

    .platiOnlineMenu {
        padding-left: 12px !important;
        padding-top: 15px !important;
    }
}

.white-box-left ul li {
    padding: 4px 0;
    border-bottom: 1px dotted #9f9a9a;
    padding-right: 8px !important;
}

.icon-4g img {
    position: relative !important;
    text-align: right !important;
    display: inline-block !important;
    float: right !important;
}

.inner-cont h1 {
    color: #333;
    padding: 15px 0;
    border-bottom: none;
    text-transform: none;
    color: #383838;
    font-size: 22px;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0 !important;
    text-align: center;
    margin-top: 15px !important;
}

h1.inner-cont {
    color: #333;
    padding: 15px 0;
    border-bottom: none;
    text-transform: none;
    color: #383838;
    font-size: 24px;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0 !important;
    text-align: center;
    margin-top: 15px !important;
}

.white-box-left.equalH a.btn.btn-magen {
    min-width: 100px !important;
    width: auto !important;
    max-width: 150px;
}

#accountActions {
    margin-bottom: 0;
    padding-bottom: 0;
}

.inner-cont ul {
    margin-bottom: 20px;
}

.white-box-new {
    background: #ffffff;
    border: 1px solid #e9e9e9;
    box-shadow: 0 1px 3px #eee;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    margin-bottom: 15px;
    padding: 0;
    display: block;
    padding: 20px;
    width: 100%;
}

.phone-box .btn-grey {
    font-size: 16px !important;
    padding: 5px 13px !important;
}

/*.one-t-dicklaimer span {
    position: absolute;
    top: 3px;
    left: 0px;
    font-size: 25px;
    color: #CACACA;
}*/

.white-bg-net {
    display: block;
    position: relative;
    background: white;
    border: 0px solid #e9e9e9;
    box-shadow: none;
    box-shadow: none;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.internet-landing .grey-box-internet.click-connect {
    background-image: none !important;
}

.inline-travel {
    position: absolute !important;
    left: 0;
    bottom: 0;
}

    .inline-travel h2 {
        margin: 0;
    }

.white-bg-net.equalH.mob-net-tabs .col-md-12 {
    padding: 0px;
}

.one-t-phone-price-holder .p-right.blackFriday {
    left: 57px !important;
}

.icon-holder i.icon.icon-navigation-right {
    margin-top: -28px;
}

a.faq-inner-content-wrapper {
    right: 230px;
    min-width: 255px;
}

a.mrezno-porkivanje-inner-content-wrapper {
    top: 60px;
    right: 50px;
}

.phone-box .btn-grey:hover {
    background: #d1d1d1 !important;
    transition: none;
}

.fixphones-pripejd #carousel-promotion-phones .col-lg-4 {
    width: 50%;
}

.fixphones-pripejd .home-boxes-container #carousel-promotion-phones .col-lg-4 {
    width: 33.3333333%;
}

.fixphones-pripejd .home-boxes-container #carousel-promotion-phones .phone-box {
    height: 386px;
}

    .fixphones-pripejd .home-boxes-container #carousel-promotion-phones .phone-box .table-img {
        padding: 0px 0px;
    }

.fixphones-pripejd #carousel-promotion-phones .phone-box {
    height: 440px;
}

.fixphones-pripejd .phone-box.sim-card {
    height: 440px;
}

.fixphones-pripejd #carousel-promotion-phones .carousel-inner.col-lg-6.col-md-6.col-sm-12.col-xs-12.p0.phone-box {
    padding: 0;
    display: block;
    padding-right: 15px;
}

.fixphones-pripejd #carousel-promotion-phones .phone-box .table-img, .sim-card.svg-wrapper .table-img.mob-img {
    padding: 30px 0px;
}

.phone-box.sim-card .table-img {
    padding: 0 !important;
    display: table-cell;
}

.phone-box.sim-card .sim-cena-btn {
    display: table-cell;
    vertical-align: middle;
}

.fixphones-pripejd #carousel-promotion-phones span.price2 {
    line-height: 40px;
    font-size: 31px;
    font-weight: 700;
    color: #E20074;
    padding: 10px 0 8px;
    font-family: teleNeo-bold;
    letter-spacing: 0px;
}

#uredi-phones-naslovna .p-uredi-cena {
    margin-top: 20px;
}

    #uredi-phones-naslovna .p-uredi-cena span.oldPrice {
        position: relative;
        min-height: 12px;
        display: block;
        margin-top: -21px;
        right: 0;
    }

        #uredi-phones-naslovna .p-uredi-cena span.oldPrice label {
            bottom: 0;
            color: white;
            font-family: teleNeo-bold !important;
            line-height: 1;
            position: relative;
            font-size: 17px;
            margin-bottom: 10px;
        }

        #uredi-phones-naslovna .p-uredi-cena span.oldPrice.line-through label:after {
            position: absolute;
            content: "";
            left: 35px;
            top: 45%;
            right: 0;
            border-top: 2px solid;
            border-color: white;
            -webkit-transform: rotate(-15deg);
            -moz-transform: rotate(-15deg);
            -ms-transform: rotate(-15deg);
            -o-transform: rotate(-15deg);
            transform: rotate(-20deg);
            width: 37px;
        }

.fixphones-pripejd .phone-box.sim-card.svg-wrapper span.price2 {
    line-height: 42px;
    font-size: 31px;
    font-weight: 700;
    color: #E20074;
    padding: 10px 0 8px;
    font-family: teleNeo-bold;
    letter-spacing: 0px;
}

@media (max-width:767px) {
    .fixphones-pripejd #carousel-promotion-phones .col-lg-4 {
        width: 100%;
    }

    .moj-telekom-holder .pl0 {
        padding-left: 15px !important;
    }

    .magenta-one .white-border {
        border-right: 0px solid #cecece;
    }

    .inner-template-left-image.matchHeight {
        display: none;
    }

    .inner-template {
        min-height: initial;
    }
}

.magenta-one-footer .one-t-dicklaimer-message {
    left: auto !important;
    right: -10px;
}

    .magenta-one-footer .one-t-dicklaimer-message:before {
        left: auto;
        right: 5px;
    }

@media (min-width:768px) {
    .display-versions {
        bottom: 20px;
        background: transparent;
        right: 150px;
        border-bottom: 0px none transparent;
        z-index: 999999;
    }
}


@media(max-width:767px) {
    #header.affix, #header {
        -moz-transition: none;
        -o-transition: none;
        -webkit-transition: none;
        transition: none;
    }

    .hiddenMobileMenu {
        display: none !important;
    }
}


.homeIvsl .mini-shopping-cart-inner {
    padding: 0;
    border: none;
}

/*#region sporedi*/

table.ns-table .paket img {
    width: auto;
    max-width: 100%;
    text-align: left;
    margin: 0;
    display: block;
}
/*#endregion sporedi*/





/*#region Table desing */

table.table-blue th {
    background-color: #fff !important;
    font-size: 17px !important;
    border-bottom: 1px solid #b2b2b2 !important;
}


.outer-content table.table-blue th + th + th, .outer-content table.table-blue th {
    border-bottom: 1px solid #b2b2b2 !important;
    font-family: teleNeo-bold;
}

/*table.table-blue > tbody > tr > td, table.table-blue td + td + td {
    padding: 10px 10px;
    border-bottom: 1px solid transparent !important;
}

table.table-blue thead {
    background-color: transparent;
}

    table.table-blue thead.forceBlueAcc th {
        background-color: #dbecf4 !important;
    }*/

/*#endreion Table design*/

@media (min-width:768px) {

    .table.table-blue.mceItemTable td.hidden, .table.table-blue.mceItemTable th.hidden,
    .table.sticky-header td.hidden, .table.sticky-header th.hidden {
        display: table-cell !important;
        visibility: visible !important;
    }
}

@media (max-width:767px) {
    .loged {
        height: 55px;
        width: 60px;
    }

    .forceLastMenuMobile .mm-next {
        display: none;
    }
}

.tableWidget {
    float: right;
    width: 60px;
}

    .tableWidget:after {
        clear: both;
        content: '';
        display: table;
    }

.tableWidgetArrow {
    width: 30px;
    display: block;
    height: 30px;
    text-align: center;
    float: left;
}

    .tableWidgetArrow img {
        position: relative;
        top: 45%;
        transform: perspective(1px) translateY(-50%);
    }

.table-responsive {
    position: relative;
}

.tableWidgetArrow, .tableWidgetPager {
    width: 40px;
    display: inline-block;
    height: 20px;
    text-align: center;
    float: none;
}

.tableWidgetPager {
    display: none;
}

.tableWidgetArrow.disabled {
    opacity: 0.5;
}

.tableWidgetArrow {
    height: 100%;
    width: 25px;
    position: absolute;
    display: table-cell;
    vertical-align: middle;
    z-index: 10;
}

a.tableWidgetArrow.twprev {
    left: 0;
}

a.tableWidgetArrow.twnext {
    right: 0;
}

.tableWidgetArrow > .arr {
    position: absolute;
    display: block;
    width: 25px;
    height: 35px;
    top: 60%;
    color: #e20074;
    font-size: 33px;
    line-height: 30px;
}

    .tableWidgetArrow > .arr.chevron-right {
        right: 0;
        -webkit-box-shadow: -2px 1px 9px -1px #eee;
        -ms-box-shadow: -2px 1px 9px -1px #eee;
        box-shadow: -2px 1px 9px -1px #eee;
        box-shadow: -2px 1px 9px -1px rgba(0,0,0,0.2);
    }

    .tableWidgetArrow > .arr.chevron-left {
        left: 0;
        -webkit-box-shadow: 2px 1px 9px -1px #eee;
        -ms-box-shadow: 2px 1px 9px -1px #eee;
        box-shadow: 2px 1px 9px -1px #eee;
        box-shadow: 2px 1px 9px -1px rgba(0,0,0,0.2);
    }

    .tableWidgetArrow > .arr.chevron-right:before {
        content: '\232A';
    }

    .tableWidgetArrow > .arr.chevron-left:before {
        content: '\2329';
    }

.table-responsive {
    position: relative;
}

.tableWidget {
    width: 100vw;
    position: absolute;
    top: 0;
    left: -25px;
    height: 100%;
}

.table-responsive.noBottomSpaceTableMob .tableWidget {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .table-responsive.noBottomSpaceTableMob {
        margin-bottom: 0;
    }

    .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
        white-space: normal;
    }

    .accordionz .opis_mal {
        background: #fffdf0;
        border-top: 0px solid #e5e5e5;
        padding: 10px;
    }

    .table-responsive .table.table-blue.mceItemTable th, .table-responsive .table.table-blue.mceItemTable td,
    .table-responsive table.sticky-header th, .table-responsive table.sticky-header td {
        width: 50% !Important;
        position: relative;
    }

    .table-responsive .table.table-blue.mceItemTable:not([columncount='2']) thead > tr > th:not(:first-child),
    .table-responsive .table.table-blue.mceItemTable:not([columncount='2']) tbody > tr > td:not(:first-child),
    .table-responsive table.sticky-header:not([columncount='2']) thead > tr > th:not(:first-child),
    .table-responsive table.sticky-header:not([columncount='2']) tbody > tr > td:not(:first-child) {
        position: relative;
        /*text-align: center;*/
    }

    .disMargin a {
        opacity: 0;
        visibility: hidden;
    }

    .wb-group-item.r-tabs-panel.r-tabs-state-active {
        overflow: visible;
    }
}

@media (max-width:991px) {
    a.compare-button.btn.btn-green.inProduct {
        display: none;
    }
}

.outer-content table.table-blue th + th + th, .outer-content table.table-blue th {
    border-top: 0px solid #e5e5e5 !important;
}



/**/


@media (max-width:991px) {
    div#footmenu {
        display: none;
    }


    .foot-logo .t-logo-link {
        border-top: 0px solid black;
        padding: 15px 0;
        margin-top: 0px;
        width: auto;
        float: left;
    }

    .social-holder {
        padding-top: 20px;
    }

    .copy-holder {
        padding: 12px 2px;
        line-height: 17px;
        font-size: 15px;
        text-align: center;
    }

        .copy-holder span {
            color: white;
            text-align: left;
            float: left;
            display: block;
        }

    .social-links {
        float: none;
        margin: 0 auto;
        width: 112px;
    }

        .social-links li {
            padding: 0 5px !important;
        }

    #ns-footer {
        height: 40px;
        background: #262626;
        border-top: 1px solid black;
        z-index: 100;
    }

    #ns-bottom {
        background: #262626;
        padding: 24px 0;
        position: absolute;
        bottom: 0;
        width: 100%;
        z-index: 2;
    }

    .copy-holder a {
        display: none;
    }
}


.copy-right-md {
    color: white;
}

.grey-footer .copy-right-md p {
    margin: 5px 0;
    line-height: 1;
}

.modal-dialog {
    z-index: 999999;
}

.copy-right-md-wrapper {
    display: none;
}



    .copy-right-md-wrapper:before,
    .copy-right-md-wrapper:after {
        content: '';
        display: table;
        clear: both;
    }

@media (min-width:992px) {
    .copy-right-md-wrapper {
        display: block;
        padding: 0px 0px;
    }

        .copy-right-md-wrapper .social-links li {
            padding: 0 5px !important;
        }

            .copy-right-md-wrapper .social-links li a span {
                display: inline-block;
                font-size: 18px;
                height: 27px;
                width: 27px;
                text-align: right;
            }

            .copy-right-md-wrapper .social-links li:last-of-type a span {
                width: 23px;
            }
}

/*region controls*/
@media (max-width:767px) {
    .phone-tarrif-price-holder select {
        display: none;
    }

    .social-links li {
        padding: 0 10px !important;
    }
}

table.ns-table #productCompareCharacteristics td img, .table.table-blue.mceItemTable.ns-table.ns-ctrl td img {
    width: auto;
    max-width: 100%;
    text-align: left;
    margin: inherit;
    display: block;
}

.productPriceZ {
    font-size: 20px;
    font-family: teleNeo-medium;
    margin-top: 20px;
    min-height: 22px;
    color: #333;
}

.productDetailsZ {
    min-height: 22px;
}

/*endregion controls*/
.enableSso label {
    display: block;
    float: left;
    padding-top: 2px;
}

.enableSso input {
    float: left;
}

.operatorInfo.tbl {
    display: block;
    width: 100%;
    margin: 0;
}

    .operatorInfo.tbl .tbl-cell {
        display: block;
        width: 100%;
    }

.form-group.form-group-radios {
    line-height: 21px;
}

@media (max-width: 767px) {
    .product-filters > div.affix {
        width: 100%;
        position: static;
        top: inherit !important;
        overflow: auto !important;
        overflow-x: hidden !important;
        bottom: inherit !important;
    }

    .LPMcontainer {
        display: none;
    }

    .inner-cont h1 {
        margin-top: 0 !important;
    }

    .inner-cont {
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    #content {
        background: white;
        padding-bottom: 0;
    }

    .inner-cont ul {
        margin-bottom: 0;
    }

    .r-tabs {
        margin-top: 0;
    }

    .floatThead-container.floated {
        top: 0px !Important;
        z-index: 9 !important;
    }

    .tableWidget {
        width: 50%;
        position: absolute;
        top: 0;
        left: 50%;
        height: 100%;
    }

    .tableWidgetArrow > .arr.chevron-left {
        left: 0;
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
        box-shadow: none;
        background-color: transparent;
    }

    .tableWidgetArrow > .arr.chevron-right {
        background-color: transparent;
        -webkit-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
        box-shadow: none;
    }

    .tableWidgetArrow > .arr {
        position: absolute;
        display: block;
        width: auto !important;
        height: auto !important;
        color: #555;
        font-size: 35px;
        line-height: 1;
        top: 50%;
        transform: translateY(-50%);
    }

        .tableWidgetArrow > .arr.chevron-left:before {
            content: "\f3d2";
            font-family: 'Ionicons';
            padding: 0 !important;
        }

        .tableWidgetArrow > .arr.chevron-right:before {
            content: '\f3d3';
            font-family: 'Ionicons';
        }

    .sticky-header tr > *:not(:first-child) {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}


#productDetails a.back-icon-details {
    position: absolute;
    right: 0px;
    bottom: 15px;
    background-image: url(../images/arrow_back.png);
    background-repeat: no-repeat;
    background-position: left center;
}

#productDetails .back-icon-details > span {
    color: #e20074;
    margin-left: 30px;
}

#productDetails a.back-icon-details:hover {
    text-decoration: none;
}

@media (max-width:767px) {
    #productDetails a.back-icon-details {
        position: relative;
        float: right;
        right: -12px;
        bottom: 10px;
    }
}
/*#region svg*/
.svg-catcher {
    position: absolute;
    width: 75px;
    right: 20px;
    height: 80px;
}

    .svg-catcher svg {
        width: 70px;
        position: relative;
        right: 0;
        height: 80px;
    }

    .svg-catcher.svg-catcher-updated {
        top: -20px;
        width: 100px;
        height: auto !important;
        right: 60px;
        z-index: 3;
    }

        .svg-catcher.svg-catcher-updated img {
            width: 100%;
            height: 100%;
        }
/*.ponuda-na-uredi .item:last-child .svg-catcher-updated {
    left: 30px;
}*/
/*#endregion svg*/
.pDetails img.img-phone-thumb {
    width: auto !important;
}

@media (min-width:768px) {
    .width-correction {
        width: 50% !important;
    }
}

/*#middle-wrapper .inner-template ul li {
    background-image: none;
}

    #middle-wrapper .inner-template ul li:before {
        color: #E20074;
        font-size: 20px;
        font-family: tscreen;
        display: inline-block;
        padding-right: 5px;
        content: "-";
        margin-left: -15px;
    }*/


img.top-left-catcher {
    position: absolute;
    top: 32px;
    right: 0;
}

/*affix fix za da ne skoka content*/

@media (max-width:767px) {

    .svg-catcher.svg-catcher-updated {
        top: 0px;
        width: 110px;
        right: 10px;
    }

    .padding-fix-affix {
        padding-top: 125px;
    }
}
/*#popupBusinessCookie{
position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999999;
}

#popupPrivateCookie{
position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999999;
}*/


.sitemap.container1 li {
    display: block;
    background-image: url(../images/list-bullet.png);
    background-position: 0 11px;
    background-repeat: no-repeat;
    padding-left: 15px;
    line-height: 145%;
    margin-bottom: 7px;
    margin-left: 15px;
}

#hideMe #canvas {
    width: 100% !important;
    height: auto !important;
}

@media (max-width:767px) {
    #hideMe #canvas {
        bottom: 0px !important;
        margin: auto !important;
        transform: scale(2) !important;
        top: 0px !important;
    }

    #hideMe {
        top: 0 !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .breadZ.affix {
        top: 114px;
    }

    #hideMe #canvas {
        transform: scale(2) !important;
        top: 23% !important;
    }

    #hideMe {
        top: 100px !important;
    }

    .copy-right-md-wrapper .social-links li a span {
        font-size: 24px;
        text-align: right;
    }

    #ns-bottom .social-links {
        float: right;
        margin: 0 auto;
        width: 150px;
    }

    #ns-bottom .t-logo-mobile {
        display: inline-block;
        padding-left: 0;
    }
}

.inner-cont.inner-one.inner-gray {
    clear: both;
}

.platiOnlineMenu {
    background-image: none;
    height: 20px;
    width: 20px;
    position: relative;
    z-index: 9;
    cursor: pointer;
    padding-left: 0;
    padding-top: 0px;
    -ms-background-size: auto;
    background-size: contain;
}
/*
    .platiOnlineMenu:after {
        content: ']B';
        content: "\e901";
        font-family: 'teleicon-outline';
        font-family: 'icomoon';
        position: initial;
        font-size: 22px;
        color: #000000;
        z-index: 1;
        top: 0;
        left: auto;
        transform: none;
    }*/

.payOnlineHoverText {
    left: 110px;
    position: absolute;
    min-width: 120px;
    background-color: rgba(241, 241, 241, 0.97);
    border: 1px solid #dfdfdf !important;
    padding: 0 10px;
    text-align: center;
    top: 38px;
    color: #333;
    display: none;
}

.platiOnlineMenu:hover + .payOnlineHoverText {
    display: block !important;
}

.visible-xs .platiOnlineMenu {
    display: inline-block;
    float: right;
    margin-right: 0px;
}

.emptyMainMenuField {
    background-repeat: no-repeat;
    background-position: center center;
    height: 57px;
    width: 80px;
    position: relative;
    z-index: 999;
    cursor: pointer;
    padding-left: 0;
    padding-top: 2px;
    -ms-background-size: auto;
    background-size: contain;
    float: right;
}
/*#region search update*/
@media (max-width:767px) {
    .platiOnlineMenu:after {
        color: #383838;
        top: 0px;
        left: 0;
        transform: none;
        position: relative;
    }

    #miniShoppingCart:after {
        color: #383838;
        top: 12px;
        left: 10px;
        transform: none;
    }



    .search-icon {
        /*background-image: url(../images/search-redesign.png);*/
        background-image: none;
        background-position: center center;
        background-repeat: no-repeat;
        background-color: transparent !important;
        width: 40px;
        height: 45px;
        display: inline-block;
        cursor: pointer;
        position: static;
        margin-top: 2px;
        float: right;
        margin-right: 0px !important;
        z-index: 999999999;
        right: -10px !important;
        top: 0px;
        margin-bottom: -90px;
        margin-right: -10px !important;
    }

        .search-icon .search-box {
            top: 3px !important;
        }


    .search-box {
        padding-left: 0;
        padding-right: 0;
        position: absolute;
        z-index: 1000;
        width: auto;
        position: absolute;
        top: 0;
        left: -190px;
        width: 180px !important;
        right: initial !important;
    }

    .search-icon .search-box input {
        width: 0;
        min-width: 0;
        max-width: 0;
    }

    .search-icon.activated.active .search-box input,
    .search-icon.activated.active .search-box input {
        width: 100% !important;
        position: relative;
        min-width: inherit !important;
        top: 0px !important;
        right: 0px !important;
    }

    .theCompany .search-icon.active.activated .search-box {
        right: 170px !important;
    }

    a.search-icon.activated .search-box .closeSearch {
        position: absolute;
        /* left: 7px; */
        top: 8px;
        font-size: 25px;
        z-index: 1;
        color: #555;
        font-family: teleNeo-medium;
        cursor: pointer;
        right: 2px !important;
        padding: 0px 15px !important;
        background: transparent !important;
    }

    .main-menu {
        position: relative;
        margin-top: -5px;
    }

    #tools-private {
        right: -5px !important;
        top: 10px !important;
        z-index: 9 !important;
    }

    #miniShoppingCart {
        z-index: 3 !important;
    }

    .main-menu-holder {
        height: 48px;
    }

    .emptyMainMenuField {
        display: none;
    }

    ul.moj-telekom-menu-1.visible-xs a.search-icon {
        margin-right: 0px !important;
        margin-top: 0px;
        top: 1px;
        position: relative !important;
        width: 35px;
    }

    .header-mtk-store h1 {
        font-size: 29px !important;
    }

    #uredi-landing-phones .product-home-img {
        height: 340px !important;
    }

        #uredi-landing-phones .product-home-img img {
            max-height: 250px !important;
            width: 250px;
            height: 250px;
        }
}
/*#endregion search update*/


#subheaderOut {
    height: 168px;
}



@media (min-width:768px) {
    #header {
        position: fixed;
    }

    .affixFixZ {
        height: 84px;
    }

    #headerOut {
        height: 65px;
    }



    #subheader.affix {
        z-index: 1000;
        left: 0;
        right: 0;
        top: 0px;
        width: 100%;
        -moz-transition: height .2s ease-out;
        -webkit-transition: height .2s ease-out;
        -o-transition: height .2s ease-out;
        transition: height .2s ease-out;
        margin: 0 auto;
        position: fixed;
        transform: none;
    }

        #subheader.affix #headerOut, #subheader.affix #header {
            height: 4px;
            overflow: hidden;
            -moz-transition: height .2s ease-out;
            -webkit-transition: height .2s ease-out;
            -o-transition: height .2s ease-out;
            transition: height .2s ease-out;
        }

    #subheader.affix-top, #subheader.affix-top #headerOut, #subheader.affix-top #header {
        -moz-transition: height .2s ease-out;
        -webkit-transition: height .2s ease-out;
        -o-transition: height .2s ease-out;
        transition: height .2s ease-out;
    }
}

@media (max-width:767px) {
    .affixFixZ {
        height: 161px;
    }

    #subheaderOut {
        height: 113px;
        position: relative;
        z-index: 9999;
    }

    #menu .mm-panels a[data-target="#mm-0"] {
        display: none;
    }

        #menu .mm-panels a[data-target="#mm-0"] + a.mm-title {
            pointer-events: none;
        }



    #HomePageLinks .hpLinksBox span:first-of-type {
        font-size: 34px;
    }
}

/*#region loader webshop*/
.block-ui-visible > .block-ui-container {
    visibility: visible;
}

    .block-ui-visible > .block-ui-container .lds-ripple {
        visibility: visible;
        opacity: 1;
    }

.block-ui-container {
    visibility: hidden;
}

.lds-ripple {
    visibility: hidden;
    opacity: 0;
}


@media(min-width:768px) {
    #subheader {
        position: fixed;
        left: 0;
        right: 0;
        -moz-transition: height .3s ease-out;
        -webkit-transition: height .3s ease-out;
        -o-transition: height .3s ease-out;
        transition: height .3s ease-out;
    }
}
/*#endregion loader webshop*/


.oldPriceNew {
    display: inline-block;
    position: relative;
}

    .oldPriceNew:after {
        position: absolute;
        content: "";
        left: 0;
        top: 45%;
        right: 0;
        border-top: 1px solid;
        -webkit-transform: rotate(-15deg);
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -o-transform: rotate(-15deg);
        transform: rotate(-14deg);
    }


#ns-content.companyContent .breadZ > .container {
    width: 100%;
}

.filterHeader.affix + .mobileFilters + #filterTable {
    margin-top: 54px !important;
}

.mm-listview li.korisnicka_privatni > .mm-next, .mm-listview li.korisnicka_delovni > .mm-next {
    display: none;
}


ul.resp-tabs-list.full-width.r-tabs-nav {
    width: 1024px !important;
    margin: auto;
}

@media (min-width: 768px) {
    ul.resp-tabs-list.full-width.r-tabs-nav {
        width: 750px !important;
        margin: auto;
    }
}

@media (min-width: 992px) {
    #uredi-landing-phones #uredi-phones-naslovna .p-uredi-cena,
    #uredi-landing-phones #uredi-phones-naslovna a .btnMoreWrapper-landing,
    #uredi-landing-phones #uredi-phones-naslovna .phone-box .txt-cena-naslovna,
    #uredi-landing-phones #uredi-phones-naslovna .uredi-phone-price-wraper,
    #uredi-landing-phones #uredi-phones-naslovna .phone-box .txt-cena-naslovna {
        visibility: visible !important;
    }

    ul.resp-tabs-list.full-width.r-tabs-nav {
        width: 970px !important;
        margin: auto;
    }
}

@media (min-width: 1200px) {
    ul.resp-tabs-list.full-width.r-tabs-nav {
        width: 1000px !important;
        margin: auto;
    }
}

/*#obicen roaming tabovi*/
.obicen-roaming-list {
    background-color: rgba(237,237,237,0.85);
    position: relative;
    bottom: 50px;
}

ul.resp-tabs-list.full-width.obicen-roaming-tab {
    /*width: 100% !important;
    text-align: center;
    margin: 0 auto;*/
    position: relative;
    left: 0;
    right: 0;
}

    ul.resp-tabs-list.full-width.obicen-roaming-tab li {
        position: relative;
        margin: 0 auto;
        width: auto;
        border-bottom: 3px solid #ddd;
    }

        ul.resp-tabs-list.full-width.obicen-roaming-tab li.r-tabs-state-active {
            border-bottom: 3px solid #e20074 !important;
        }

        ul.resp-tabs-list.full-width.obicen-roaming-tab li a {
            color: #000000;
            font-weight: 400;
        }

        ul.resp-tabs-list.full-width.obicen-roaming-tab li.r-tabs-state-active a {
            color: #000000;
            font-weight: 400;
        }

/*#endregion roaming tabovi*/




/*#region corporate landing*/
#companyContent .wrapper {
    position: relative;
    height: 100%;
    overflow: hidden;
}
/*
.inner-cont-corporate {
    padding-left: 0px;
    width: 100%;
    position: relative;
    margin-bottom: 80px;
    padding: 20px;
    box-shadow: 0px 12px 40px rgba(0, 0, 0, .08);
}*/
.inner-cont-corporate {
    padding-left: 120px px;
    width: 90%;
    position: relative;
    padding-top: 40px;
    margin-bottom: 80px;
}

    .inner-cont-corporate h2 {
        width: 80%;
        position: relative;
        font-size: 27px;
        margin-bottom: 70px;
    }
        /*
        .inner-cont-corporate h2:before {
            content: "";
            width: 69px;
            height: 2px;
            background: #e20074;
            display: block;
            position: absolute;
            left: 0;
            bottom: -33px;
        }*/
        .inner-cont-corporate h2:before {
            content: "";
            width: 69px;
            height: 2px;
            background: #e20074;
            display: block;
            position: absolute;
            left: -120px;
            top: 17px;
        }


.related-articles {
    padding-top: 40px;
}

.inner-cont-corporate iframe {
    width: 100%;
}

.full-content-corporate h3 {
    font-family: 'teleNeo-medium' !important;
    margin-bottom: 25px;
    color: black;
    font-size: 21px;
}

.full-content-corporate ol li,
.full-content-corporate ul li {
    font-size: 18px;
    line-height: 1.2;
    margin: 10px 0;
}

.inner-cont-corporate h3 + p > img {
    padding: 10px 0 30px;
}


.inner-cont-corporate p, .inner-cont-corporate ul li {
    font-size: 17px;
}

.inner-cont-corporate img {
    margin: 0 auto;
    display: block;
    padding: 25px 0 30px;
}

    .inner-cont-corporate img.qr {
        position: relative;
        margin: 0 !important;
        width: 100px;
    }

    .inner-cont-corporate img.button {
        margin: 0 !important;
        width: 160px;
    }

.inner-cont-corporate p.links {
    position: relative;
    width: 50%;
    display: inline;
    float: left;
}

.inner-cont-corporate a.mob-icon-zoo {
    position: relative;
    margin: 0 65px;
}

    .inner-cont-corporate a.mob-icon-zoo img {
        position: relative;
        display: inline-block;
        width: 130px;
    }

.inner-cont-corporate img.mob-qr-zoo {
    position: relative;
    display: block;
    width: 130px;
    margin: 0;
}

.inner-corporate-title {
    position: relative;
}

.inner-cont-corporate .date {
    display: block;
    text-align: left;
    color: #b6b6b6;
    position: absolute;
    left: -120px;
    top: 30px;
    font-size: 17px;
}

.cont.full-content-corporate {
    margin-top: 0 !important;
}

#ns-content.companyContent .full-content-corporate .breadZ.affix {
    position: fixed;
    margin-bottom: 0;
}

#corporate-wrapper #share-buttons {
    position: relative;
}

    #corporate-wrapper #share-buttons a {
        position: relative;
        display: inline-block;
        width: 30px;
        height: 30px;
    }

@media (min-width: 768px) {
    .full-content-corporate .breadZ.affix-top {
        position: relative !important;
        margin-bottom: 0;
    }

    .full-content-corporate .breadZ {
        -webkit-box-shadow: 0 2px 1px 0 rgba(0,0,0,0.10);
        box-shadow: 0 2px 1px 0 rgba(0,0,0,0.10);
        padding: 6px 0 8px;
        z-index: 999;
        background: white;
        min-height: inherit;
        border-top: 1px solid #eaeaea;
    }

        .full-content-corporate .breadZ h2 {
            font-size: 15px;
            text-transform: inherit;
            margin: 0;
            color: #383838;
            font-family: 'teleNeo-bold' !important;
            margin-top: 5px;
            display: inline-block;
        }

    #ns-content.companyContent .full-content-corporate .breadZ > .container {
        width: 1024px;
    }
}

@media (max-width: 767px) {

    .inner-cont-corporate {
        padding-left: 0;
        padding: 40px 5px 0px;
        width: 100%;
    }

        .inner-cont-corporate h2 {
            width: 100%;
            font-size: 21px;
            margin-bottom: 0;
            padding-bottom: 20px;
        }

        .inner-cont-corporate .date {
            position: relative;
            left: 0;
            top: 0;
            margin: 5px 0 20px;
        }

        .inner-cont-corporate img {
            padding: 15px 0 15px;
        }

        .inner-cont-corporate h3 + p > img {
            padding: 0px 0 20px;
        }

        .inner-cont-corporate h2:before {
            position: absolute;
            left: 0;
            top: auto;
            bottom: 0;
        }
}




/*#endregion corporate landing*/
.business-radio-button-design .bts-paket-ddv.active-price span,
.business-radio-button-design .bts-paket-no-ddv.active-price span {
    display: block;
    position: relative;
    text-align: center;
}

    .business-radio-button-design .bts-paket-ddv.active-price span.new-price,
    .business-radio-button-design .bts-paket-no-ddv.active-price span.new-price {
        position: relative;
        color: #e20074;
        text-align: center;
        font-family: 'teleNeo-bold' !important;
    }

    .business-radio-button-design .bts-paket-ddv.active-price span.old-price,
    .business-radio-button-design .bts-paket-no-ddv.active-price span.old-price {
        position: relative;
        text-decoration: line-through;
    }

.business-new-table-button .businessTableSoMagentaKolona {
    z-index: 0;
}

.business-new-table-button .ec-30 {
    position: relative;
    z-index: 9;
    width: 70px;
    left: 65%;
    bottom: 18px;
}

.tariffFilters .postpaid.filterCategory.collapsed.hideTooltip ~ .tooltip {
    display: none;
}

.tariffFilters .postpaid.filterCategory.collapsed ~ .tooltip {
    top: 305px !important;
}

.tariffFilters .postpaid.filterCategory.collapsed .option {
    pointer-events: none;
}

.tariffFilters .postpaid.filterCategory.collapsed.hideTooltip .option {
    pointer-events: auto;
}

.tariffTable td.internet span.one-t-dicklaimer {
    top: 55px !important;
}
/*#region homepage redesign 2020*/


.one-header .container-fluid,
.container-fluid {
    padding-right: 65px;
    padding-left: 65px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    height: 100%;
}

/*div#loginNameMove {
    padding-right: 60px !important;
}*/

div#loginNameMove,
#miniShoppingCart {
    padding: 0;
    height: 100%;
    display: inline-block;
    position: relative;
    width: 30px;
    float: none !important;
}

#add-module {
    height: 100%;
}

a.platiOnlineLink {
    padding: 10px 0 15px;
    height: 100%;
    display: inline-block;
    position: relative;
    width: 15px;
}

    a.platiOnlineLink .payOnlineHoverText {
        left: -45px;
        top: 60px;
    }

a.pull-right.platiOnlineLink:hover {
    text-decoration: none;
    background: transparent;
}

div#subheaderOut.affix {
    width: 100%;
}


#headerOut .top-header {
    position: relative;
    width: 100%;
    display: table;
    height: 100%;
}

    #headerOut .top-header a.t-logo-link {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: 6%;
    }

        #headerOut .top-header a.t-logo-link.last {
            width: 13%;
            display: inline-block;
        }

    #headerOut .top-header .header-menu {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: 80%;
        background: transparent;
    }

    #headerOut .top-header #top ul li a {
        color: white;
        font-family: 'teleNeo-regular' !important;
        font-size: 17px;
    }

    #headerOut .top-header #top ul li.active a {
        font-family: 'teleNeo-bold' !important;
        color: white;
    }

/*.homepage-wrapper .urediLandingTextSlider .urediTextSliderIndicators {
    background-color: transparent !important;
}*/

.homepage-wrapper .urediLandingTextSlider .urediTextSliderIndicators:after {
    content: "";
    position: absolute;
    width: 97%;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.15);
}

.homepage-wrapper .urediLandingTextSlider .urediTextSliderIndicators {
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;*/
    border-top: 0 !important;
    /*background: -moz-linear-gradient(top, rgba(0,0,0,0.04) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.04) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to top,rgba(34, 32, 32, 0.56) 30%, rgba(69, 64, 64, 0.4) 60%, #d2d2d200 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a000000', endColorstr='#000000',GradientType=0 );*/
    padding: 6px 0 0px 0;
    /*background-image: url(../content/images/indicators-bcg.png);
    background-position: center bottom;
    background-size: cover;
    height: 350px;
    z-index: 0;*/
}

.urediLandingTextSlider .carousel .carousel-inner > .item:before {
    content: '';
    display: block;
    position: absolute;
    /*background-image: url(../content/images/indicators-bcg.png);
    background-position: center bottom;
    background-size: cover;*/
    left: 0;
    right: 0;
    bottom: 0;
    height: 350px;
    z-index: 0;
}



.urediLandingTextSlider ol.carousel-indicators li:after {
    height: 3px !important;
    position: absolute;
    bottom: 0 !important;
    top: inherit !important;
    width: 80% !important;
    background-color: #e20074;
}

.urediLandingTextSlider ol.carousel-indicators li.active:after {
    left: 0;
    right: 0;
    bottom: 0px !important;
    max-width: 80% !important;
    transition: all .3s ease 0s;
    display: block;
    margin: 0 auto;
}

.homepage-wrapper .urediLandingTextSlider ol.carousel-indicators li:before {
    content: "";
    display: block;
    height: 32px;
    position: absolute;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.15);
    right: 0;
    max-width: 1px;
    transition: all .1s ease 0s;
    width: 2px;
    top: 17px;
}

.homepage-wrapper .urediLandingTextSlider ol.carousel-indicators li:last-child:before {
    content: "";
    width: 0px;
}

@keyframes zoomout {
    100% {
        background-size: 110%;
    }

    0% {
        background-size: 100%;
    }
}

.homepage-wrapper .urediLandingTextSlider .item.m1-business-banner {
    position: relative;
    height: 100%;
    width: 100%;
}

    .homepage-wrapper .urediLandingTextSlider .item.m1-business-banner .zoom-in-out {
        /*background-image: url(../content/banners/2020/m1-business-banner-2020.jpg);*/
        /*background-image: url(../content/banners/2020/m1b-banner-new.jpg);*/
        background-image: url(../content/banners/2020/m1b_novi_pocetoci.jpg);
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        animation: zoomout 5s alternate infinite;
        height: 100%;
    }

    .homepage-wrapper .urediLandingTextSlider .item.m1-business-banner .sliderUrediTxt-image {
        /*background-image: url(../content/banners/2020/m1-business-banner-2020.png) !important;*/
        /*background-image: url(../content/banners/2020/m1b_novi_pocetoci.png) !important;*/
        background-image: url(../content/banners/2020/m1b_novi_pocetoci-new.png) !important;
        background-position: top 13% center !important;
    }

    .homepage-wrapper .urediLandingTextSlider .item.m1-business-banner.sq .sliderUrediTxt-image {
        /*background-image: url(../content/banners/2020/m1-business-banner-2020-sq.png) !important;*/
        /*background-image: url(../content/banners/2020/m1b_novi_pocetoci-sq.png) !important;*/
        background-image: url(../content/banners/2020/m1b_novi_pocetoci-sq-new.png) !important;
        background-position: top 13% center !important;
    }

.homepage-wrapper .urediLandingTextSlider .item.probajte-nesto-novo {
    position: relative;
    height: 100%;
    width: 100%;
}

    .homepage-wrapper .urediLandingTextSlider .item.probajte-nesto-novo .zoom-in-out {
        background-image: url(../content/banners/2020/probajte-nesto-novo-banner.jpg);
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        animation: zoomout 5s alternate infinite;
        height: 100%;
    }


    .homepage-wrapper .urediLandingTextSlider .item.probajte-nesto-novo .sliderUrediTxt-image {
        /*background-image: url(../content/banners/2020/probajte-nesto-novo-slika.png) !important;*/
        width: 100%;
        height: auto;
        position: relative;
    }


    .homepage-wrapper .urediLandingTextSlider .item.probajte-nesto-novo .center-content {
        position: absolute;
        top: 5%;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 999;
        text-align: center;
        padding: 30px 0;
        transition: all ease-in 0.6s;
    }

        .homepage-wrapper .urediLandingTextSlider .item.probajte-nesto-novo .center-content h1 {
            color: white;
            width: 610px;
            margin: 10px auto;
            background: #E30074;
            font-size: 55px;
            padding: 3px 0;
            font-family: 'teleNeo-bold' !important;
        }

        .homepage-wrapper .urediLandingTextSlider .item.probajte-nesto-novo .center-content h2 {
            color: white;
            font-family: 'teleNeo-regular' !important;
            font-size: 30px;
            margin-top: 20px;
        }

        .homepage-wrapper .urediLandingTextSlider .item.probajte-nesto-novo .center-content a.btn-magen {
            position: relative;
            bottom: 0;
            z-index: 1;
            margin-top: 50px;
            border-radius: 0;
            text-transform: uppercase;
            font-family: 'teleNeo-bold' !important;
            font-size: 17px;
            width: 180px;
            padding: 10px 0;
            background: #e30074;
            border: 1px solid #e30074;
        }

.homepage-wrapper .urediLandingTextSlider ol.carousel-indicators li {
    font-size: 19px;
}



div#fast-links-hp {
    position: relative;
    min-height: 120px;
    border-bottom: 1px solid #eee;
    padding: 20px 15px;
}

    div#fast-links-hp .col-md-2 {
        padding: 0;
    }

@media(max-width:767px) {

    div#fast-links-hp {
        background: #fafafa;
        border-bottom: 0px solid #eee;
        padding: 35px 15px 0;
    }
}

div#fast-links-hp .fast-link-box {
    position: relative;
    min-height: 70px;
}

    div#fast-links-hp .fast-link-box:hover .fast-link-img,
    div#fast-links-hp .fast-link-box:hover .fast-link-text {
        filter: grayscale(0);
        transition: all ease 0.8s;
    }

div#fast-links-hp .fast-link-text {
    position: absolute;
    left: 0;
    display: block;
    width: auto;
    top: 10px;
    padding-left: 70px;
    vertical-align: middle;
    filter: grayscale(100%);
    transition: all ease 0.8s;
}

    div#fast-links-hp .fast-link-text h3 {
        margin: 0;
        color: #e20074;
        font-family: 'teleNeo-medium' !important;
        text-transform: uppercase;
        font-size: 15px;
        vertical-align: middle;
        text-align: left;
        width: 100%;
    }

div#fast-links-hp .fast-link-img {
    position: relative;
    width: 70px;
    left: 0;
    display: inline-block;
    vertical-align: middle;
    filter: grayscale(100%);
    transition: all ease 0.8s;
}

/*.blueBox-plati-online {
    background: #1D2328 0% 0% no-repeat padding-box !important;
}*/

.blueBox-plati-online h2 {
    font-family: 'teleNeo-regular' !important;
    font-size: 34px;
}

    .blueBox-plati-online h2 span {
        font-family: 'teleNeo-bold' !important;
    }

.blueBox-plati-online a {
    border-radius: 0;
    width: 150px;
    text-align: center;
    transition: all .2s ease-in-out;
    border-radius: 0;
}

    .blueBox-plati-online a:hover,
    .blueBox-plati-online a:focus {
        background-color: white;
        border-color: white;
        color: #333 !important;
        transition: all .2s ease-in-out;
        outline: none;
        text-decoration: none;
    }

#fastLinks-uslugi {
    margin-top: -6px;
    position: relative;
    display: table;
    width: 100%;
}



    #fastLinks-uslugi a {
        transition: all 0.3s ease-in-out;
        position: relative;
        display: table-cell;
    }

        #fastLinks-uslugi a:hover,
        #fastLinks-uslugi a:hover *,
        #fastLinks-uslugi a:focus * {
            text-decoration: none;
            color: #e20074;
            transition: all 0.3s ease-in-out;
        }

    #fastLinks-uslugi .fastLink-box-usluga {
        position: relative;
        min-height: 185px;
        padding: 30px;
        transition: all 0.3s ease-in-out;
        width: 234px;
        margin: 0;
    }

    #fastLinks-uslugi a:hover .fastLink-box-usluga {
        transition: all 0.3s ease-in-out;
        /*border: 2px solid #e20074;
        border-bottom: 2px solid #e20074 !important;*/
        text-decoration: none;
        color: #e20074;
    }

    #fastLinks-uslugi a .fastLink-box-usluga .fastLink-box-img {
        min-height: 71px;
    }

        #fastLinks-uslugi a .fastLink-box-usluga .fastLink-box-img span {
            font-size: 44px;
            -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
            transition: all 0.3s ease-in-out;
        }

    #fastLinks-uslugi a:hover .fastLink-box-usluga .fastLink-box-img span {
        font-size: 45px;
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
        transition: all 0.3s ease-in-out;
    }

    #fastLinks-uslugi a .fastLink-box-usluga .fastLink-box-img span.telekom-font-icon {
        font-family: 'teleicon-outline' !important;
        transition: all 0.3s ease-in-out;
    }

    #fastLinks-uslugi .a:hover .fastLink-box-usluga .fastLink-box-img span.telekom-font-icon,
    #fastLinks-uslugi a:hover .fastLink-box-usluga .fastLink-box-img span.icon-comment_outline {
        color: #e20074 !important;
        transition: all 0.3s ease-in-out;
    }

    #fastLinks-uslugi a .fastLink-box-header h4 {
        position: relative;
        font-size: 18px;
        color: black;
        font-family: 'teleNeo-bold' !important;
        transition: all 0.3s ease-in-out;
        margin: 0;
        padding: 0;
    }

    #fastLinks-uslugi a:focus .fastLink-box-header h4,
    #fastLinks-uslugi a:active .fastLink-box-header h4,
    #fastLinks-uslugi a:focus .fastLink-box-header h4:focus {
        text-decoration: none;
    }

    #fastLinks-uslugi a:hover .fastLink-box-header h4 {
        text-decoration: none !important;
        transition: all 0.3s ease-in-out;
        color: #e20074;
        border-bottom: 0;
    }



    #fastLinks-uslugi .fastLink-box-usluga .fastLink-arrow {
        position: absolute;
        right: 70px;
        width: 25px;
        height: auto;
        display: none;
        transition: all 0.3s ease-in-out;
    }

    #fastLinks-uslugi .fastLink-box-usluga:hover .fastLink-arrow {
        display: block;
        transition: all 0.3s ease-in-out;
    }

.telekom-app-new-design-banner {
    position: relative;
    width: 100%;
    display: block;
    background-image: url(../content/images/telekommk-app-new/telekommk-app-inner-banner.jpg);
    background-size: cover;
    height: 320px;
    background-position: center;
    background-repeat: no-repeat;
}

    .telekom-app-new-design-banner.sq {
        background-image: url(../content/images/telekommk-app-new/telekommk-app-inner-banner-sq.jpg);
    }

    .telekom-app-new-design-banner video {
        position: relative;
        width: 100%;
        display: block;
    }
/*#region controla uredi naslovna*/
@media(max-width: 767px) {
    .telekom-app-new-design-banner {
        position: relative;
        width: 100%;
        display: block;
        background-image: url(../content/images/telekommk-app-new/telekommk-app-inner-banner-mob.jpg);
        background-size: cover;
        height: 195px;
        background-position: center;
        background-repeat: no-repeat;
    }
}

@media(min-width:768px) and (max-width: 991px) {
    #headerOut .top-header a.t-logo-link img,
    #headerOut .top-header a.t-logo-link.last img {
        height: 30px;
    }

    .search-icon {
        z-index: 9999;
    }

    .tab-pane-sliderNaslovna {
        padding-top: 40px !important;
        padding-bottom: 0px !important;
    }
}

.header-mtk-store {
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
}

    .header-mtk-store h1 {
        position: relative;
        font-size: 53px;
        color: #010101;
        font-family: 'teleNeo-medium' !important;
        text-transform: none;
        margin: 60px 0;
    }

        .header-mtk-store h1 span {
            font-family: 'teleNeo-ultra' !important;
        }

#homepageTabs {
    border-bottom: 0 !important;
    display: table;
    margin: 0 auto 50px auto;
    width: 90%;
    text-align: center;
    position: relative;
    left: 0;
    right: 0;
    z-index: 2;
}

    #homepageTabs li {
        position: relative;
        display: inline-block;
        width: 31%;
        text-align: center;
        box-shadow: none;
        border: 1px solid #dedede !important;
        margin: 0 15px;
    }

    #homepageTabs.side-tabs li a {
        display: block;
        width: 100%;
        text-align: center;
        padding: 20px 0 !important;
    }

        #homepageTabs.side-tabs li a:before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: -1px;
            background-color: #e20074;
            -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
            -webkit-transition: 0.5s ease-in-out;
            transition: 0.5s ease-in-out;
        }

        #homepageTabs.side-tabs li a:hover:before {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }

    #homepageTabs li a:hover span.filter-text {
        color: white;
        -webkit-transition: 0.5s ease-in-out;
    }

    #homepageTabs.side-tabs li.active a {
        color: white;
        background: #e20074;
        transition: all ease-in-out 0.3s;
    }

    #homepageTabs li.active a:after,
    #homepageTabs li.active a span.filter-text:after {
        content: none;
        border-bottom: 0;
    }

    #homepageTabs li a span.filter-text {
        text-align: center;
        width: 100%;
        display: block;
        text-transform: none;
        font-size: 20px;
        z-index: 1;
        position: relative;
    }

    #homepageTabs li.active a:after,
    #homepageTabs li a:after {
        content: none;
    }

#uredi-landing-phones .carousel-inner {
    position: relative;
    width: 90%;
    overflow: hidden;
    margin: 0 auto;
}

#uredi-landing-phones .table-img.mob-img {
    position: absolute;
    width: auto;
    top: 0;
    left: 50%;
    margin-left: -135px;
}

#uredi-landing-phones .product-home-img.accessory-img {
    height: 240px;
}

#uredi-landing-phones .product-home-img {
    height: 360px;
}

    #uredi-landing-phones .product-home-img.accessory-img img {
        max-height: 350px !important;
        width: auto;
        height: 310px;
    }

    #uredi-landing-phones .product-home-img img {
        max-height: 450px !important;
        width: auto;
        height: 360px;
    }

#uredi-landing-phones #uredi-phones-naslovna {
    padding: 0 !important;
    border: 0 !important;
}

    #uredi-landing-phones .p-uredi-cena,
    #uredi-landing-phones #uredi-phones-naslovna .btnMoreWrapper-landing {
        visibility: hidden !important;
    }

    #uredi-landing-phones #uredi-phones-naslovna:hover .p-uredi-cena,
    #uredi-landing-phones #uredi-phones-naslovna:hover a .btnMoreWrapper-landing,
    #uredi-landing-phones #uredi-phones-naslovna:hover .phone-box .txt-cena-naslovna,
    #uredi-landing-phones #uredi-phones-naslovna:hover .uredi-phone-price-wraper,
    #uredi-landing-phones #uredi-phones-naslovna:hover .phone-box .txt-cena-naslovna {
        visibility: visible !important;
    }

#uredi-landing-phones h4.phone-name {
    font-family: 'teleNeo-extra' !important;
    color: black !important;
    margin-bottom: 30px !important;
    transition: all ease-in-out 0.3s;
    text-align: left;
    width: 100% !important;
    font-size: 23px !important;
}

#uredi-landing-phones #uredi-phones-naslovna:hover h4.phone-name {
    color: white !important;
}

#uredi-landing-phones h5.manufacturer {
    color: black;
    text-align: left;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    font-family: 'teleNeo-medium' !important;
    transition: all ease-in-out 0.3s;
}

#uredi-landing-phones #uredi-phones-naslovna:hover h5.manufacturer {
    color: white;
    transition: all ease-in-out 0.3s;
}

#uredi-phones-naslovna .uredi-phone-title-wraper {
    position: relative;
    padding-left: 23%;
    padding-top: 2%;
    width: 80%;
}

#uredi-phones-naslovna .p-uredi-cena {
    z-index: 99;
}

#uredi-phones-naslovna .hover-transparent {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 250px;
}

    #uredi-phones-naslovna .hover-transparent .hover-bcg {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        position: relative;
        -webkit-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        position: relative;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

        #uredi-phones-naslovna .hover-transparent .hover-bcg:before {
            content: "";
            position: absolute;
            z-index: -1;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: #e20074;
            -webkit-transform: scaleY(0);
            transform: scaleY(0);
            transition: all ease-in 0.3s;
            -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
            -webkit-transition-property: transform;
            transition-property: transform;
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
            -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
            width: 100%;
            height: 270px;
            z-index: -1;
            visibility: hidden;
        }

#uredi-phones-naslovna:hover .hover-bcg:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible;
    width: 100%;
    height: 270px;
}

#phone-slider-hp-red #uredi-phones-naslovna:hover .p-uredi-cena {
    opacity: 1;
    visibility: visible;
}

.deviceInfoWrap a.img-href {
    position: relative;
    display: block;
    width: 100%;
}

.deviceInfoWrap span.price2 {
    color: #333;
}

#uredi-landing-phones .deviceInfoWrap .p-currency,
#uredi-landing-phones .p-uredi-cena span.num-instalments span {
    color: #333 !important;
}

#uredi-landing-phones .deviceInfoWrap .p-currency {
    border-bottom: 1px solid #333 !important;
}

#uredi-landing-phones .p-uredi-cena .p-right span:last-of-type {
    border-bottom: 0 !important;
}

#uredi-phones-naslovna .uredi-phone-price-wraper {
    position: absolute;
    right: 0;
    transform: rotate(-90deg);
    bottom: 35px;
    color: white;
    z-index: 99;
    width: 80px;
    height: 30px;
}

#uredi-phones-naslovna .p-uredi-cena {
    z-index: 99;
    position: relative;
    width: auto;
    margin: 0 !important;
    text-align: left;
    padding-left: 23%;
}

#uredi-landing-phones .p-uredi-cena .p-left {
    float: none;
    padding-right: 5px;
    display: table-cell;
    vertical-align: middle;
    width: auto;
}

#uredi-landing-phones .p-uredi-cena .p-right {
    float: none;
    display: table-cell;
    width: auto;
    vertical-align: middle;
}


#uredi-landing-phones .phone-box .txt-cena-naslovna {
    color: #333 !important;
    font-size: 14px !important;
    padding: 0 !important;
    margin: 0 !important;
    letter-spacing: 0.5px;
    border-top: 0 !important;
    white-space: pre-line;
    word-break: break-word;
}

#uredi-landing-phones #uredi-phones-naslovna .btnMoreWrapper-landing {
    padding-bottom: 20px;
}


/*.tab-pane-delovni #uredi-landing-phones #uredi-phones-naslovna {
    height: 450px;
}
.tab-pane-delovni #uredi-landing-phones .product-home-img {
    height: 350px;
}
    .tab-pane-delovni #uredi-landing-phones .product-home-img img{
        height: 350px;
        width: 350px;
    }
.tab-pane-delovni  #uredi-phones-naslovna .hover-transparent{
    height: 250px;
}
.tab-pane-delovni #uredi-phones-naslovna:hover .hover-bcg:before{
    height: 250px;
}*/
#HomePageLinks .hpLinksRow {
    position: relative;
    top: 0;
    padding: 15px 0;
}
/*#endregion controla uredi naslovna*/
@media(max-width: 767px) {
    .flyBy.mailForm {
        display: block;
    }

    .mail-contactForm {
        width: auto;
    }

        .mail-contactForm .modal-dialog,
        .mail-contactForm .modal-dialog .modal-content {
            width: auto !important;
        }

    #uredi-landing-phones .carousel-inner > div:first-of-type .phone-box {
        display: block !important;
    }


    #headerOut .top-header a.t-logo-link {
        width: auto;
    }

        #headerOut .top-header a.t-logo-link.last {
            float: right;
            width: auto;
        }

    .one-header .container-fluid, .container-fluid {
        padding-right: 25px;
        padding-left: 25px;
    }

    .homepage-wrapper .urediLandingTextSlider .item {
        animation: none !important;
    }

        .homepage-wrapper .urediLandingTextSlider .item .zoom-in-out {
            animation: none !important;
        }

        .homepage-wrapper .urediLandingTextSlider .item.probajte-nesto-novo .center-content {
            top: 0;
            left: 0;
            right: 0;
            padding: 0;
            height: 100%;
            position: absolute;
        }

            .homepage-wrapper .urediLandingTextSlider .item.probajte-nesto-novo .center-content h1 {
                font-size: 26px;
                padding: 3px 0;
                width: 70%;
                max-width: 80%;
            }

            .homepage-wrapper .urediLandingTextSlider .item.probajte-nesto-novo .center-content h2 {
                font-size: 19px;
                margin-top: 20px;
            }

            .homepage-wrapper .urediLandingTextSlider .item.probajte-nesto-novo .center-content a.btn-magen {
                font-size: 15px;
                width: 140px;
                padding: 8px 0;
                bottom: 10px;
                right: 0;
                left: 0;
                position: absolute;
            }

    #fast-links-hp .col-xs-6 {
        padding: 0;
    }

    div#fast-links-hp .fast-link-img {
        width: 40px;
    }

    div#fast-links-hp .fast-link-text {
        padding-left: 40px;
        top: 0;
    }

        div#fast-links-hp .fast-link-text h3 {
            font-size: 14px;
        }

    #fastLinks-uslugi .row a .fastLink-box-usluga,
    #fastLinks-uslugi .row:last-of-type a .fastLink-box-usluga {
        padding: 20px 40px;
        min-height: 80px;
        border-bottom: 1px solid #e5e5e5;
        border-top: 0 !important;
    }

    #fastLinks-uslugi .fastLink-box-usluga .fastLink-arrow {
        right: 40px;
        width: 27px;
        top: 35px;
    }

    #fastLinks-uslugi a .fastLink-box-usluga .fastLink-box-img {
        min-height: 50px;
        width: 15%;
        display: table-cell;
        top: 0;
        position: relative;
        vertical-align: middle;
    }

        #fastLinks-uslugi a .fastLink-box-usluga .fastLink-box-img span,
        #fastLinks-uslugi a:hover .fastLink-box-usluga .fastLink-box-img span {
            font-size: 35px;
        }

    #fastLinks-uslugi a .fastLink-box-header {
        width: 90%;
        display: table-cell;
        padding-left: 20px;
        vertical-align: middle;
    }

        #fastLinks-uslugi a .fastLink-box-header h4 {
            font-size: 18px;
            margin: 0;
            padding: 0;
        }

    .homepage-wrapper .urediLandingTextSlider .item.probajte-nesto-novo .zoom-in-out {
        height: 100%;
    }

    .deviceInfoWrap {
        margin-bottom: 15px;
    }

    #uredi-phones-naslovna:hover .hover-bcg:before {
        width: 800% !important;
        margin: 0 auto;
    }

    h4.active a {
        color: #e20074;
    }

        h4.active a:before {
            content: ""; /* border-left: 1px solid #e20074; */
            position: absolute;
            height: 37px;
            width: 2px;
            left: 0;
            background: #e20074;
            bottom: 0;
        }
}

@media(max-width: 992px) {
    .home-boxes-container .panel-heading {
        padding: 0;
        margin: 20px 0;
        position: relative;
    }

        .home-boxes-container .panel-heading h4 {
            padding: 0;
            border-bottom: 1px solid #ddd;
            position: relative;
        }

            .home-boxes-container .panel-heading h4 a {
                padding: 17px 18px;
                background: white;
                position: relative;
            }

            .home-boxes-container .panel-heading h4.active a:before {
                content: "";
                position: absolute;
                height: 51px;
                width: 2px;
                left: 0;
                background: #e20074;
                bottom: 0;
            }

            .home-boxes-container .panel-heading h4 a:hover,
            .home-boxes-container .panel-heading h4 a:focus {
                color: #e20074;
                text-decoration: none;
            }

            .home-boxes-container .panel-heading h4 a span {
                font-size: 17px;
                font-family: 'teleNeo-medium' !important;
            }
}

@media (min-width: 768px) {
    .main-menu .navbar-nav > li > a > span,
    .main-menu .navbar-nav > li > span > span {
        text-transform: uppercase;
        font-family: 'teleNeo-extra' !important;
        padding: 10px 10px;
    }

    .main-menu .navbar-nav > li:first-child > a, .main-menu .navbar-nav > li:first-child > span, .main-menu .navbar-nav > li:first-child > a > span {
        padding-left: 0 !important;
    }

    .one-header {
        height: 114px;
    }

        .one-header.theCompany {
            height: 120px;
        }

    .companyContent .breadZ.affix {
        top: 66px !important;
        left: 0;
        right: 0;
        z-index: 9;
    }

    .one-content .breadZ .container {
        width: 100%;
        padding-right: 65px !important;
        padding-left: 65px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {


    .company-header #headerOut {
        height: 65px;
    }

    #headerOut {
        height: 50px;
    }

    #header, .top-header {
        height: 100%;
    }

    .main-menu .navbar-nav > li > a > span,
    .main-menu .navbar-nav > li > span > span {
        padding: 10px 5px;
    }

    #headerOut .top-header #top ul li a {
        font-size: 15px;
    }

    .one-header .container-fluid,
    .container-fluid {
        padding-right: 30px !important;
        padding-left: 30px !important;
    }



    .p0-sm {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .homepage-wrapper .urediLandingTextSlider ol.carousel-indicators li {
        font-size: 16px;
    }



    .company-header .main-menu .navbar-nav > li > a {
        font-size: 16px !important;
        white-space: nowrap;
    }

        .company-header .main-menu .navbar-nav > li > a span {
            white-space: normal;
        }

    #uredi-landing-phones .product-home-img {
        height: 250px !important;
    }

        #uredi-landing-phones .product-home-img img {
            height: 250px;
            width: 250px;
        }

    .header-mtk-store h1 {
        font-size: 44px;
    }

    div#fast-links-hp .fast-link-img {
        width: 75px !important;
    }

    div#fast-links-hp .fast-link-text {
        padding-left: 90px !important;
        top: 0;
    }

    #uredi-phones-naslovna .hover-transparent {
        height: 210px;
    }

    #fastLinks-uslugi .row a .fastLink-box-usluga {
        padding: 20px 40px;
    }

    #fastLinks-uslugi a .fastLink-box-usluga .fastLink-box-img span {
        font-size: 46px;
    }

    #fastLinks-uslugi a .fastLink-box-usluga .fastLink-box-img {
        min-height: 65px;
    }

    #fastLinks-uslugi .fastLink-box-usluga .fastLink-arrow {
        right: 30px;
        width: 30px;
    }

    #homepageTabs {
        width: 90%;
    }

        #homepageTabs li {
            margin: 0 5px;
        }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #uredi-landing-phones .product-home-img.accessory-img {
        height: 250px;
    }

        #uredi-landing-phones .product-home-img.accessory-img img {
            width: 270px;
            height: auto;
        }

    .one-header .container-fluid,
    .container-fluid {
        padding-right: 30px !important;
        padding-left: 30px !important;
    }

    div#container-one {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .main-menu .navbar-nav > li > a > span,
    .main-menu .navbar-nav > li > span > span {
        padding: 10px 5px;
        white-space: normal;
    }

    .main-menu .navbar-nav > li > a {
        font-size: 14px !important;
        white-space: normal;
    }

    .homepage-wrapper .urediLandingTextSlider .item.probajte-nesto-novo .center-content {
        top: 0;
        transition: all ease-in 0.6s;
    }

    .homepage-wrapper .urediLandingTextSlider ol.carousel-indicators li {
        font-size: 16px;
    }

    .homepage-wrapper .urediLandingTextSlider .urediTextSliderIndicators {
        padding-bottom: 15px;
    }

    .search-icon {
        width: 20px;
        height: 30px;
        margin-right: 0;
        top: 8px;
        right: 0px;
        margin: 0 !important;
    }

    #uredi-phones-naslovna .uredi-phone-title-wraper {
        padding-left: 15%;
    }

    #uredi-phones-naslovna .p-uredi-cena {
        padding-left: 15%;
    }

    #homepageTabs {
        width: 90% !important;
    }

        #homepageTabs li {
            margin: 0 10px;
        }

        #homepageTabs.side-tabs li a {
            padding: 15px 0;
        }

        #homepageTabs li a span.filter-text {
            font-size: 19px;
        }

    #uredi-landing-phones .product-home-img {
        height: 350px;
    }

        #uredi-landing-phones .product-home-img img {
            width: 350px;
            height: 350px;
            max-height: 350px;
        }
}

@media (min-width: 1200px) and (max-width: 1600px) {

    .search-icon {
        width: 30px;
        height: 30px;
        margin-right: 0;
        top: 15px;
        right: 0px;
        margin: 0 !important;
        /*float: none !important;*/
        display: inline !important;
    }



    .company-header .main-menu .navbar-nav > li > a,
    .company-header .main-menu .navbar-nav > li > span {
        font-size: 17px;
        padding: 9px;
    }

    .search-box {
        right: 35px;
        min-width: 350px;
        /* top: -10px; */
    }

    .main-menu .navbar-nav > li > a,
    .main-menu .navbar-nav > li > span {
        font-size: 12px;
        padding: 9px 1px;
    }

        .main-menu .navbar-nav > li > a > span,
        .main-menu .navbar-nav > li > span > span {
            padding: 10px 4px;
        }

    .homepage-wrapper .urediLandingTextSlider .item.probajte-nesto-novo .center-content {
        top: 0;
        transition: all ease-in 0.6s;
        padding: 0;
    }

    .homepage-wrapper .urediLandingTextSlider ol.carousel-indicators li {
        font-size: 16px;
        padding: 10px 8px;
    }

    /*.homepage-wrapper .urediLandingTextSlider .urediTextSliderIndicators {
        padding-bottom: 15px;
    }*/

    #homepageTabs {
        width: 90%;
    }

        #homepageTabs li {
            margin: 0 10px;
        }

        #homepageTabs.side-tabs li a {
            padding: 15px 0;
        }
}



@media(min-width: 1601px) {
    .homepage-wrapper .urediLandingTextSlider ol.carousel-indicators li {
        font-size: 18px;
        line-height: 1.2;
        vertical-align: middle;
    }

        .homepage-wrapper .urediLandingTextSlider ol.carousel-indicators li:before {
            content: "";
            height: 30px;
            top: 23px;
        }
}


/*#end region homepage redesign 2020*/


@media (min-width:768px) and (max-width:991px) {
    #tools-private {
        right: -20px;
    }

    .breadZ.affix {
        top: 112px;
    }

    .main-menu .navbar-nav > li > a > span, .main-menu .navbar-nav > li > span > span {
        text-transform: none;
        font-family: 'teleNeo-regular' !important;
        padding: 10px 0px !important;
    }

    #tools-private {
        right: -20px;
    }
}

/*@media (min-width: 768px) {
        .one-header {
            height: 112px;
        }
    }*/

@media (min-width:768px) and (max-width:1199px) {



    .main-menu .navbar-nav > li > a > span, .main-menu .navbar-nav > li > span > span {
        text-transform: none;
        font-family: 'teleNeo-extra' !important;
        padding: 10px 0px !important;
        font-size: 16px !important;
    }
}

@media (min-width:768px) and (max-width:900px) {
    .main-menu-holder {
        margin: 0 -15px;
    }

    .bizMainMenu, .menuz {
        margin-right: -35px;
    }

    .platiOnlineMenu {
        width: 25px;
    }

    .main-menu .navbar-nav > li > a {
        width: auto;
        min-width: 0;
        max-width: 85px;
    }
}

.price-affix-wraper.affix {
    top: 70px !important;
}

@media (min-width:768px) and (max-width:991px) {

    .price-affix-wraper.affix {
        top: 70px !important;
    }
}

#container-noBraedcrumbs {
    padding-right: 15px;
    padding-left: 15px;
}






@supports (-webkit-overflow-scrolling: touch) {

    .navbar-nav {
        position: static;
        width: 100%;
    }

    .main-menu .navbar-nav > li {
        float: none;
    }
}


/*#full-wrapper > .p0.p0-small {
    margin-top: 20px !important;
}*/

#full-wrapper > .mt20.p0.p0-small {
    margin-top: 40px !important;
}


/*#region esim*/
#esim .main-banner {
    position: relative;
    background-image: url(../content/images/esim/header-bcg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 480px;
}

    #esim .main-banner .header-text {
        position: absolute;
        width: 55%;
        display: block;
        left: 0;
        top: 0%;
        background: url(../content/images/esim/header-shape-one.png);
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
    }

        #esim .main-banner .header-text .wrapper {
            position: relative;
            padding: 18% 10%;
        }

        #esim .main-banner .header-text h1 {
            position: relative;
            background-position: center top;
            color: white;
            z-index: 3;
            display: block;
            background-size: contain;
            background-repeat: no-repeat;
            font-size: 39px;
            text-transform: none;
            font-family: 'teleNeo-extra' !important;
        }

#esim section.intro {
    position: relative;
    padding: 3% 0;
    text-align: center;
    font-size: 18px;
}

    #esim section.intro .esim-link {
        position: relative;
        display: block;
        margin: 40px 0 20px;
    }

        #esim section.intro .esim-link a {
            background: #e20074;
            color: white;
            font-size: 18px;
            font-family: 'teleNeo-medium' !important;
            padding: 13px 15px;
            border-radius: 6px;
        }

#esim section.prednosti {
    position: relative;
    padding: 3% 0;
}

    #esim section.prednosti .title {
        margin: 20px 0 50px;
        position: relative;
    }

        #esim section.prednosti .title:before {
            content: '';
            position: absolute;
            width: 450px;
            height: 50px;
            background-image: url(../content/images/esim/line-left.png);
            left: 0;
            background-size: cover;
            bottom: -40px;
            background-repeat: no-repeat;
            background-position: left bottom;
        }

        #esim section.prednosti .title:after {
            content: '';
            position: absolute;
            width: 500px;
            height: 28px;
            background-image: url(../content/images/esim/line-right.png);
            right: 0;
            background-size: cover;
            top: -20px;
            background-repeat: no-repeat;
            background-position: left bottom;
        }

    #esim section.prednosti h2 {
        text-align: center;
        font-family: 'teleNeo-bold' !important;
        font-size: 31px;
    }

    #esim section.prednosti .wrapper {
        position: relative;
        display: block;
        width: 100%;
    }

        #esim section.prednosti .wrapper .wrap {
            position: relative;
            width: 30%;
            display: inline;
            float: left;
            margin: 0 10px;
        }

            #esim section.prednosti .wrapper .wrap h3 {
                font-size: 22px;
                font-family: 'teleNeo-bold' !important;
            }

            #esim section.prednosti .wrapper .wrap p {
                font-size: 17px;
            }

#esim section.gray-bcg {
    position: relative;
    padding: 3% 0 6%;
    background: #F5F5F6;
}

    #esim section.gray-bcg .left-side {
        position: relative;
        width: 45%;
        display: inline;
        float: left;
        margin: 0 15px;
    }

        #esim section.gray-bcg .left-side h3 {
            font-size: 24px;
            font-family: 'teleNeo-bold' !important;
            line-height: 1.2;
        }

        #esim section.gray-bcg .left-side p {
            font-size: 17px;
        }

        #esim section.gray-bcg .left-side ul li {
            color: #e20074;
            font-family: 'teleNeo-medium' !important;
            font-size: 17px;
            padding-left: 35px;
            padding-bottom: 20px;
        }

            #esim section.gray-bcg .left-side ul li a {
                color: #e20074;
                font-family: 'teleNeo-medium' !important;
                font-size: 17px;
                padding-left: 0;
                padding-bottom: 20px;
            }

            #esim section.gray-bcg .left-side ul li.one:before {
                content: '';
                position: absolute;
                background-image: url(../content/images/esim/e-sim-icon.png);
                width: 30px;
                height: 21px;
                left: 0;
                background-repeat: no-repeat;
                background-size: cover;
            }

            #esim section.gray-bcg .left-side ul li.two:before {
                content: '';
                position: absolute;
                background-image: url(../content/images/esim/switch.png);
                width: 30px;
                height: 29px;
                left: 0;
                background-repeat: no-repeat;
                background-size: cover;
            }

        #esim section.gray-bcg .left-side p {
            font-family: 'teleNeo-regular' !important;
        }

    #esim section.gray-bcg .right-side {
        position: absolute;
        width: 50%;
        height: 100%;
        display: inline;
        float: left;
        margin: 0 15px;
        right: 0;
        top: 0;
    }

        #esim section.gray-bcg .right-side:after {
            background-image: url(../content/images/esim/shape1.png);
            background-size: cover;
            background-position: right top;
            background-repeat: no-repeat;
            content: '';
            position: absolute;
            width: 100%;
            right: 0;
            top: 0;
            height: 100%;
            z-index: 0;
        }

        #esim section.gray-bcg .right-side .wrapper {
            position: relative;
            padding: 8% 14% 8% 17%;
            z-index: 3;
            color: white;
            font-size: 17px;
        }

            #esim section.gray-bcg .right-side .wrapper h4 {
                position: relative;
                z-index: 3;
                font-size: 20px;
                color: white;
                font-family: 'teleNeo-medium' !important;
            }

            #esim section.gray-bcg .right-side .wrapper p {
                font-family: 'teleNeo-thin' !important;
            }

            #esim section.gray-bcg .right-side .wrapper .one,
            #esim section.gray-bcg .right-side .wrapper .two,
            #esim section.gray-bcg .right-side .wrapper .three {
                position: relative;
                display: block;
            }

                #esim section.gray-bcg .right-side .wrapper .one:before {
                    content: '1';
                    position: absolute;
                    left: -13%;
                    background: white;
                    padding: 2px 12px;
                    color: black;
                    border-radius: 50px;
                    font-size: 20px;
                    font-family: 'teleNeo-bold' !important;
                    box-shadow: 0px 3px 76px #00000033;
                }


                #esim section.gray-bcg .right-side .wrapper .one:after {
                    content: '';
                    background: #ffffff40;
                    left: -14.5%;
                    position: absolute;
                    top: -6px;
                    border-radius: 50px;
                    height: 45px;
                    width: 45px;
                }

                #esim section.gray-bcg .right-side .wrapper .two:before {
                    content: '2';
                    position: absolute;
                    left: -13%;
                    background: white;
                    padding: 2px 11px;
                    color: black;
                    border-radius: 50px;
                    font-size: 20px;
                    font-family: 'teleNeo-bold' !important;
                    box-shadow: 0px 3px 76px #00000033;
                }

                #esim section.gray-bcg .right-side .wrapper .two:after {
                    content: '';
                    background: #ffffff40;
                    left: -14.5%;
                    position: absolute;
                    top: -6px;
                    border-radius: 50px;
                    height: 45px;
                    width: 45px;
                }

                #esim section.gray-bcg .right-side .wrapper .three:before {
                    content: '3';
                    position: absolute;
                    left: -13%;
                    background: white;
                    padding: 2px 11px;
                    color: black;
                    border-radius: 50px;
                    font-size: 20px;
                    font-family: 'teleNeo-bold' !important;
                    box-shadow: 0px 3px 76px #00000033;
                }

                #esim section.gray-bcg .right-side .wrapper .three:after {
                    content: '';
                    background: #ffffff40;
                    left: -14.5%;
                    position: absolute;
                    top: -6px;
                    border-radius: 50px;
                    height: 45px;
                    width: 45px;
                }

    #esim section.gray-bcg .black-shape {
        position: absolute;
        bottom: -40px;
        background-image: url(../content/images/esim/shape2.png);
        width: 320px;
        height: 190px;
        z-index: 4;
        background-size: cover;
        left: 10%;
    }

        #esim section.gray-bcg .black-shape .wrapper {
            padding: 19% 10% 19% 24%;
        }

        #esim section.gray-bcg .black-shape ul li {
            position: relative;
            display: block;
        }

            #esim section.gray-bcg .black-shape ul li a {
                color: white;
                text-decoration: none;
            }

            #esim section.gray-bcg .black-shape ul li:before {
                content: '';
                position: absolute;
                background-image: url(../content/images/esim/youtube.png);
                background-size: cover;
                width: 15px;
                height: 10px;
                left: -22px;
                top: 9px;
            }

#esim section.izberi-ured {
    position: relative;
    padding: 3% 0;
    text-align: center;
}

    #esim section.izberi-ured h2 {
        font-family: 'teleNeo-bold';
        text-transform: uppercase;
        font-size: 30px;
        line-height: 1.2;
    }

    #esim section.izberi-ured p {
        font-size: 17px;
    }

#esim section.izberi-ured {
    position: relative;
    padding: 3% 0;
    text-align: center;
}

.slider-wrap {
    position: relative;
    margin: 20px 0;
}

.slider-sim {
    position: relative;
    margin: 30px;
}

.slider-wrap .slick-list {
    width: 90%;
    position: relative;
    padding: 0 !important;
    margin: 0 auto;
}

.slider-wrap .item h3 {
    position: relative;
    line-height: 1.2;
    font-family: 'teleNeo-medium' !important;
    text-transform: uppercase;
    display: block;
    text-align: center;
}


    .slider-wrap .item h3 span {
        text-transform: unset;
        display: block;
        font-size: 18px;
        margin-top: 10px;
    }

.slider-wrap .item {
    margin: 0 30px;
    min-height: 380px;
    padding: 15px 25px;
}

    .slider-wrap .item:focus {
        outline: none;
    }

    .slider-wrap .item .wrap {
        background: transparent linear-gradient( 180deg, #FEFEFE 0%, #F3F4F6 100%) 0% 0% no-repeat padding-box;
        border-radius: 20px;
        padding: 15px 20px 25px !important;
    }

    .slider-wrap .item.slick-slide.slick-current.slick-active.slick-center,
    .slider-wrap .item.slick-current.slick-center {
        opacity: 1;
    }

    .slider-wrap .item.slick-slide {
        opacity: .5;
    }

.slider-sim button {
    z-index: 2;
}

    .slider-sim button.slick-prev {
        left: 0;
        position: absolute;
        top: 50%;
    }

        .slider-sim button.slick-prev:before {
            content: '%';
            font-family: 'teleicon-outline';
            position: absolute;
            left: 0;
            top: 0;
            color: #333;
            box-shadow: none;
            text-shadow: none;
            font-size: 24px;
        }

    .slider-sim button.slick-next {
        right: -10px;
        position: absolute;
    }

        .slider-sim button.slick-next:before {
            content: '%';
            position: absolute;
            font-family: 'teleicon-outline';
            left: 0;
            top: 0;
            color: #333;
            transform: rotateY(180deg);
            text-shadow: none;
            font-size: 24px;
        }

#esim section.izberi-ured .more-link {
    position: relative;
/*    background-color: #e20074;*/
    width: 300px;
    margin: 0 auto;
    border-radius: 7px;
}

    #esim section.izberi-ured .more-link a {
        color: white;
        padding: 13px 0px;
        width: 100%;
        font-size: 18px;
        padding-left: 22px;
    }

        #esim section.izberi-ured .more-link a:hover {
            text-decoration: none;
        }

        #esim section.izberi-ured .more-link a:before {
            content: '';
            position: absolute;
            background-image: url(../content/images/esim/pdf.png);
            left: 17px;
            top: 16px;
            width: 18px;
            height: 18px;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
        }

#esim section.qa {
    position: relative;
    padding: 3% 0;
    background: #F3F4F6 0% 0% no-repeat padding-box;
}

    #esim section.qa h2 {
        text-transform: uppercase;
        font-family: 'teleNeo-extra' !important;
        font-size: 33px;
        margin: 30px 0 60px;
    }

    #esim section.qa .panel-default {
        border: 0;
    }

        #esim section.qa .panel-default .panel-title {
            padding: 0;
        }

            #esim section.qa .panel-default .panel-title a {
                position: relative;
                display: block;
                padding: 15px 0;
                font-size: 18px;
                color: black;
            }

                #esim section.qa .panel-default .panel-title a:hover,
                #esim section.qa .panel-default .panel-title a:focus {
                    text-decoration: none;
                }

    #esim section.qa .panel-title a.collapsed:after {
        content: '+';
        font-family: teleicon-outline;
        position: absolute;
        color: #e20074;
        font-size: 21px;
        top: 0;
        right: 20px;
        margin: auto;
        transition-property: transform;
        transition-duration: .25s;
        font-weight: 600;
    }

    #esim section.qa .panel-title a:after {
        content: '-';
        font-family: teleicon-outline;
        position: absolute;
        color: #e20074;
        font-size: 21px;
        top: 0;
        right: 20px;
        margin: auto;
        transition-property: transform;
        transition-duration: .25s;
        font-weight: 600;
    }

.step.three .nonMk-citizen select {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #707070 !important;
    border-radius: 6px !important;
    height: 45px !important;
    padding: 5px 15px !important;
    position: relative;
    color: #333 !important;
    font-size: 17px !important;
    font-family: 'teleNeo-regular' !important;
    appearance: auto !important;
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
}

#esim section.qa .panel-body p {
    font-size: 17px;
    line-height: 1.2;
}

#esim section.prednosti .wrapper .wrap .center-img {
    position: relative;
    width: 390px;
    left: -15%;
    top: -100px;
    right: 0;
}


@media (min-width: 1550px) {

    #esim section.gray-bcg .right-side {
        position: absolute;
        width: 47%;
    }

    #esim .main-banner {
        min-height: 710px;
    }

        #esim .main-banner .header-text .wrapper {
            padding: 18% 6%;
        }

        #esim .main-banner .header-text h1 {
            font-size: 55px;
        }

    #eSim-webshop .side-menu-choices .bottom-price {
        bottom: 140px;
    }
}

@media (max-width: 767px) {

    #esim .main-banner {
        min-height: 210px;
    }

        #esim .main-banner .header-text {
            width: 80%;
            background-size: contain;
        }

            #esim .main-banner .header-text .wrapper {
                padding: 8% 6%;
            }

            #esim .main-banner .header-text h1 {
                font-size: 23px;
            }

    #esim section.intro {
        font-size: 17px;
    }

    #esim section.prednosti .title:before,
    #esim section.prednosti .title:after {
        display: none;
    }

    #esim section.prednosti h2 {
        font-size: 25px;
    }

    #esim section.prednosti .wrapper .wrap {
        position: relative;
        width: 100%;
        display: block;
        float: none;
        margin: 0;
    }

        #esim section.prednosti .wrapper .wrap h3 {
            font-size: 20px;
        }

    #esim section.gray-bcg {
        padding: 3% 0 30%;
    }

        #esim section.gray-bcg .left-side {
            position: relative;
            width: 100%;
            display: block;
            float: none;
            margin: 0;
        }

        #esim section.gray-bcg .right-side {
            position: relative;
            width: 100%;
            height: 100%;
            display: block;
            float: none;
            margin: 0;
            right: 0;
            top: 0;
        }

            #esim section.gray-bcg .right-side > .wrapper {
                position: relative;
                padding: 3% 5% 8% 6%;
                font-size: 15px;
            }

            #esim section.gray-bcg .right-side:after {
                background-image: none;
                background-color: #e20074;
            }

        #esim section.gray-bcg .black-shape {
            position: absolute;
            bottom: -120px;
            left: 0;
        }

    #esim section.qa .panel-default .panel-title a {
        padding: 15px 50px 15px 0;
        font-size: 17px;
    }

    #esim section.qa .panel-title a.collapsed:after,
    #esim section.qa .panel-title a:after {
        top: 10px;
    }

    #esim section.prednosti .wrapper .wrap .center-img {
        width: auto;
        left: 0;
        top: 0;
    }

    .slider-wrap .item {
        margin: 0 0px;
        padding: 15px 25px;
    }

    .slider-sim {
        position: relative;
        margin: 10px;
    }

    #phone-slider-hp-red div#uredi-landing-phones.custom .slider-sim {
        margin: 10px;
    }

        #phone-slider-hp-red div#uredi-landing-phones.custom .slider-sim .slider-wrap .slick-list {
            width: 100%;
        }

    #phone-slider-hp-red div#uredi-landing-phones.custom .slider-wrap .item {
        padding: 15px;
    }

    #phone-slider-hp-red div#uredi-landing-phones.custom .p-uredi-cena {
        padding: 0 10px;
    }

    #phone-slider-hp-red div#uredi-landing-phones.custom span.price2 {
        font-size: 24px !important;
    }

    #phone-slider-hp-red .slider-sim button.slick-next {
        right: -20px;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    div#esim-modal .modal-dialog {
        width: 90%;
    }

    #esim .main-banner .header-text {
        width: 73%;
    }

    #esim section.gray-bcg .right-side .wrapper {
        position: relative;
        padding: 8% 14% 8% 6%;
        font-size: 16px;
    }

    .slider-wrap .item {
        margin: 0 15px;
        padding: 15px;
    }

        .slider-wrap .item .wrap {
            padding: 15px 0;
            min-height: 290px;
        }

        .slider-wrap .item h3 {
            font-size: 20px;
        }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #phone-slider-hp-red div#uredi-landing-phones.custom .slider-wrap .item {
        margin: 0 10px;
        padding: 0;
    }

    #phone-slider-hp-red #uredi-landing-phones.custom .product-home-img {
        height: 250px !important;
    }

    #phone-slider-hp-red div#uredi-landing-phones.custom .slider h3 {
        font-size: 18px;
        min-height: 80px;
    }

    #uredi-landing-phones.custom .uredi-phone-price-wraper .ratiWrapper-landing {
        right: -30px;
    }
}


@media(min-width: 1200px) and (max-width: 1400px) {
    #esim section.gray-bcg .right-side {
        width: 53%;
    }

        #esim section.gray-bcg .right-side > .wrapper {
            padding: 8% 14% 8% 16%;
        }

    phone-slider-hp-red .slider-sim .slider-wrap .item {
        margin: 0 25px;
        min-height: 380px;
        padding: 15px 0px;
    }

    #phone-slider-hp-red #uredi-landing-phones.custom .p-uredi-cena {
        padding: 0;
    }
}
/*#endregion esim*/

/*kariera display none od staro meni*/
.main-menu-holder .relative .main-menu ul li.kariera {
    display: none;
}

.main-menu-holder .menuz .main-menu ul li.kariera {
    display: table-cell;
}

/*#region podatochni uslugi redesign*/
#podatochni-uslugi .mob-paketi-zemjata-banner {
    background-image: url(../content/images/podatochni-uslugi/podatochni-uslugi.jpg);
    background-position: center 33%;
}

#podatochni-uslugi .nav.nav-tabs {
    width: 50%;
}

#podatochni-uslugi .paketi-tabsContent h2 {
    color: #e20074;
    text-align: center;
    text-transform: uppercase;
    font-size: 29px;
    font-family: 'teleNeo-bold' !important;
    margin: 50px 0 30px 0 !important;
}

#podatochni-uslugi p {
    font-size: 18px;
    line-height: 1.2;
}

#podatochni-uslugi ul.t-ul-new-magenta li {
    font-size: 18px;
    line-height: 1.2;
}

#podatochni-uslugi ul.t-ul-new-magenta {
    margin: 20px 0;
}

#podatochni-uslugi .info-box {
    background: #f7f7f7;
    padding: 20px 50px;
    position: relative;
}

#podatochni-uslugi #flatNet-pro h4 {
    color: #e20074;
    font-family: 'teleNeo-medium' !important;
    font-size: 20px;
}

#podatochni-uslugi .info-box p {
    margin: 0;
}

#podatochni-uslugi .info-box:after {
    content: 'i';
    position: absolute;
    left: 15px;
    font-family: 'teleNeo-bold' !important;
    font-size: 16px;
    border: 2px solid;
    border-radius: 50%;
    color: #ccc;
    width: 24px;
    height: 24px;
    text-align: center;
    top: 32%;
}

#podatochni-uslugi .paketi-tabsContent .tab-pane.fade.active {
    margin-bottom: 60px;
}

@media(max-width: 375px) {
    #podatochni-uslugi ul.nav.nav-tabs li a {
        font-size: 11px !important;
    }
}

@media (max-width: 767px) {
    #podatochni-uslugi ul.nav.nav-tabs {
        width: 100% !important;
        height: auto;
    }

        #podatochni-uslugi ul.nav.nav-tabs li {
            display: flex;
            width: 25%;
            margin: 0 0px !important;
            border-bottom: 0;
            vertical-align: middle;
            height: 70px;
            align-items: center;
        }

            #podatochni-uslugi ul.nav.nav-tabs li a {
                font-size: 13px;
                padding: 0px 0;
                display: block;
                width: 100%;
                padding: 0;
                text-align: center;
                font-family: 'teleNeo-regular' !important;
                margin: 0;
            }

                #podatochni-uslugi ul.nav.nav-tabs li a span {
                    font-family: 'teleNeo-regular' !important;
                    width: 100%;
                    position: relative;
                    display: flex;
                    align-content: center;
                    justify-content: center;
                    align-items: center;
                    flex-wrap: nowrap;
                    flex-direction: row;
                    height: 100%;
                    width: 100%;
                }
}

@media (min-width: 768px) and (max-width: 991px) {
    #podatochni-uslugi ul.nav.nav-tabs {
        width: 100% !important;
    }

        #podatochni-uslugi ul.nav.nav-tabs li {
            width: 24%;
            margin: 0;
        }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #podatochni-uslugi ul.nav.nav-tabs {
        width: 70% !important;
    }
}
/*#endregion podatochni uslugi redesign*/

/*#region dopolnitelni uslugi redesign*/
#dopolnitelni-uslugi-business .mob-paketi-zemjata-banner {
    background-image: url(../content/images/dopolnitelni-uslugi-banner.jpg);
    background-position: 0 27%;
}

#dopolnitelni-uslugi-business .paketi-tabsContent h1 {
    font-size: 29px;
    font-family: 'teleNeo-bold' !important;
    color: #e20074;
    margin: 50px 0 30px 0 !important;
    text-align: center;
    line-height: 1.2;
}

#dopolnitelni-uslugi-business .paketi-tabsContent h2 {
    font-size: 25px;
    font-family: 'teleNeo-bold' !important;
    text-align: center;
    margin-bottom: 30px;
}

#dopolnitelni-uslugi-business .paketi-tabsContent h3 {
    font-size: 21px;
    font-family: 'teleNeo-medium' !important;
    margin: 20px 0;
}

#dopolnitelni-uslugi-business .paketi-tabsContent p {
    font-size: 18px;
    line-height: 1.2;
}

#dopolnitelni-uslugi-business .paketi-tabsContent span.p-currency.center.no-border {
    border-bottom: 0;
    margin-top: 15px;
}

#dopolnitelni-uslugi-business .paketi-tabsContent #registracija-na-domen .skewX {
    background-color: #000;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    z-index: 1 !important;
    position: relative;
    z-index: 5;
    margin: 20px auto 80px !important;
    font-size: 35px !important;
    padding: 20px;
    transform: skew(30deg);
    width: 520px;
}

    #dopolnitelni-uslugi-business .paketi-tabsContent #registracija-na-domen .skewX span {
        position: relative;
        display: block;
        transform: skew(-30deg) !important;
        font-family: 'teleNeo-extra' !important;
    }

#dopolnitelni-uslugi-business .paketi-tabsContent #registracija-na-domen h2.text-magenta {
    text-align: center;
    font-size: 24px !important;
}

#dopolnitelni-uslugi-business .paketi-tabsContent #registracija-na-domen .box-wrap .price .p-left-smart,
#dopolnitelni-uslugi-business .paketi-tabsContent #zelen-broj .box-wrap .price .p-left-smart {
    width: 60%;
}

#dopolnitelni-uslugi-business .dopolnitelni-paketi-tabs ul {
    width: 65%;
    margin: 0 auto;
}

#dopolnitelni-uslugi-business .paketi-tabsContent ul li {
    font-size: 18px;
    line-height: 1.2;
}

#dopolnitelni-uslugi-business .paketi-tabsContent .boxes .box-wrap h2 {
    display: block;
    font-size: 22px;
    font-family: 'teleNeo-regular' !important;
    padding: 30px 10px;
}

#dopolnitelni-uslugi-business .paketi-tabsContent .box-wrap .title {
    min-height: 110px;
}

#dopolnitelni-uslugi-business .paketi-tabsContent #skraten-broj #povici .title {
    min-height: 230px;
}

#dopolnitelni-uslugi-business .paketi-tabsContent #skraten-broj #povici .price .smart-priceWraper.custom .p-left-smart {
    width: 35%;
}

#dopolnitelni-uslugi-business .paketi-tabsContent #skraten-broj #povici .price .smart-priceWraper.custom .p-right-smart {
    width: 60%;
}

#dopolnitelni-uslugi-business .paketi-tabsContent #skraten-broj #povici .price .smart-priceWraper.custom-full .p-right-smart {
    width: 100%;
}

#dopolnitelni-uslugi-business .paketi-tabsContent #skraten-broj #povici .price .smart-priceWraper.custom-full {
    position: relative;
    min-height: 80px;
}

    #dopolnitelni-uslugi-business .paketi-tabsContent #skraten-broj #povici .price .smart-priceWraper.custom-full .p-right-smart span {
        border-bottom: 0;
    }

#dopolnitelni-uslugi-business .paketi-tabsContent .box-wrap .icons {
    margin: 20px auto;
    text-align: center;
    min-height: 40px;
}

#dopolnitelni-uslugi-business div#skraten-broj .boxes > h2 {
    margin: 30px 0;
    font-size: 21px;
    color: #e20074;
}

#dopolnitelni-uslugi-business #skraten-broj .paketi-tabsContent .box-wrap .title h2 span {
    font-size: 22px;
}

#dopolnitelni-uslugi-business .info-box {
    background: #f7f7f7;
    padding: 20px 50px;
    position: relative;
    margin: 20px 0;
}

/*    #dopolnitelni-uslugi-business .info-box:after {
        content: 'i';
        position: absolute;
        left: 15px;
        font-family: 'teleNeo-bold' !important;
        font-size: 16px;
        border: 2px solid;
        border-radius: 50%;
        color: #ccc;
        width: 24px;
        height: 24px;
        text-align: center;
        top: 32%;
    }*/
#dopolnitelni-uslugi-business .partners {
    background: #ededed;
    padding: 20px 0;
}

#domain-check {
    margin: 30px 0;
}

    #domain-check h3 {
        color: #e20074;
        font-size: 24px !important;
        margin-bottom: 20px !important;
        font-family: 'teleNeo-bold' !important;
    }

    #domain-check label {
        font-family: 'teleNeo-regular' !important;
        font-size: 18px;
        text-align: right;
        top: 10px;
        position: relative;
    }

    #domain-check .button {
        position: relative;
        text-align: center;
        margin: 20px auto;
    }

        #domain-check .button .btn-magen {
            border: 0;
            border-radius: 0;
            padding: 8px 20px;
            font-size: 17px;
            text-align: center;
            margin: 0 auto;
        }

    #domain-check input {
        border-radius: 0;
        padding: 20px;
    }

@media(max-width: 320px) {
    #dopolnitelni-uslugi-business .dopolnitelni-paketi-tabs ul li a {
        font-size: 11px !important;
    }
}

@media(max-width: 767px) {
    #dopolnitelni-uslugi-business {
        padding: 0 0 50px;
    }

        #dopolnitelni-uslugi-business .paketi-tabsContent #registracija-na-domen .skewX {
            position: relative;
            width: 80%;
            text-align: center;
            margin: 15px auto 30px auto !important;
            background-color: #000;
            color: #fff;
            text-transform: uppercase;
            font-size: 28px !important;
        }

        #dopolnitelni-uslugi-business .dopolnitelni-paketi-tabs ul {
            height: 80px;
            width: 100%;
        }

            #dopolnitelni-uslugi-business .dopolnitelni-paketi-tabs ul li {
                display: flex;
                width: 30%;
                margin: 0 0px !important;
                border-bottom: 0;
                vertical-align: middle;
                height: 100%;
                align-items: center;
            }

                #dopolnitelni-uslugi-business .dopolnitelni-paketi-tabs ul li a {
                    font-size: 12px;
                    padding: 0px 5px !important;
                    display: block;
                    width: 100%;
                    padding: 0;
                    text-align: center;
                    font-family: 'teleNeo-regular' !important;
                    margin: 0;
                }

                    #dopolnitelni-uslugi-business .dopolnitelni-paketi-tabs ul li a span {
                        font-family: 'teleNeo-regular' !important;
                        width: 100%;
                        position: relative;
                        display: flex;
                        align-content: center;
                        justify-content: center;
                        align-items: center;
                        flex-wrap: nowrap;
                        flex-direction: row;
                        height: 100%;
                        width: 100%;
                    }

        #dopolnitelni-uslugi-business .paketi-tabsContent h1 {
            font-size: 24px;
            margin: 20px 0 30px 0 !important;
            text-align: center;
        }

        #dopolnitelni-uslugi-business .paketi-tabsContent h2 {
            font-size: 21px;
        }

    #domain-check {
        width: 100%;
    }

        #domain-check label {
            text-align: left;
            top: 0;
        }
}

@media(min-width: 768px) and (max-width: 991px) {
    #dopolnitelni-uslugi-business .dopolnitelni-paketi-tabs ul {
        width: 100%;
    }

        #dopolnitelni-uslugi-business .dopolnitelni-paketi-tabs ul li {
            width: 22%;
        }

    #dopolnitelni-uslugi-business #skraten-broj .tabovi ul {
        width: 80%;
    }

    #dopolnitelni-uslugi-business .paketi-tabsContent .box-wrap .title {
        min-height: 130px;
    }

    #dopolnitelni-uslugi-business .paketi-tabsContent .boxes .box-wrap h2 {
        font-size: 19px;
    }

    #dopolnitelni-uslugi-business .paketi-tabsContent #skraten-broj #povici .price .smart-priceWraper.custom .p-left-smart {
        width: 30%;
    }

    #dopolnitelni-uslugi-business .paketi-tabsContent #skraten-broj #nadomestoci .smart-priceWraper {
        width: 100%;
    }
}

@media(min-width: 992px) and (max-width: 1199px) {
    #dopolnitelni-uslugi-business .dopolnitelni-paketi-tabs ul {
        width: 85%;
    }
}
/*#endregion dopolnitelni uslugi redesign*/


/*#region roaming new control*/
.flex {
    display: flex;
    grid-gap: 20px;
}

    .flex.center {
        align-items: center;
    }

    .flex.sb {
        justify-content: space-between;
    }

    .flex.start {
        justify-content: flex-start;
    }

    .flex.end {
        justify-content: flex-end;
    }

    .flex.wrap {
        flex-wrap: wrap;
    }

#roaming-new {
    position: relative;
    height: 100vh;
    /*background-color: #e20074;*/
    padding: 0% 0 0 0;
    /*background-image: url(../content/images/roaming/roaming-header.jpg);*/
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}

    #roaming-new h1 {
        color: white;
        /* text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white; */
        font-family: teleNeo-extra !important;
        text-align: left;
        font-size: 45px;
        /* -webkit-text-stroke: 1px white; */
        margin: 10px 0 15px;
    }

    #roaming-new h2 {
        color: white;
        font-size: 20px;
        line-height: 1.2;
        margin: 0;
        padding: 0;
    }

    #roaming-new p.subheader {
        color: white;
        font-size: 17px;
        line-height: 1.2;
        margin: 0;
        padding: 0;
    }

    #roaming-new .noResaults {
        position: relative;
    }

        #roaming-new .noResaults span {
            padding-left: 25px;
            top: 2px;
            position: relative;
        }

    #roaming-new i.remove:before {
        content: "x";
        font-family: 'teleicon-outline';
        font-style: normal;
        width: 20px;
        height: 25px;
        position: absolute;
        font-size: 20px;
        top: 0;
        color: red;
    }

    #roaming-new.no-bcg {
        height: 100vh;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    #roaming-new .roaming-start-page {
        position: absolute;
        height: 100%;
        width: 30%;
        overflow-y: hidden;
        display: inline-block;
        float: left;
        padding: 30px 30px 0 30px;
        background: #B1035D 0% 0% no-repeat padding-box;
    }

        /*    #roaming-new .roaming-start-page:after {
            position: absolute;
            content: '';
            background-image: url(../content/images/roaming/mapa.png);
            height: 280px;
            left: 0;
            bottom: 0;
            width: 100%;
            background-size: cover;
            background-repeat: no-repeat;
        }*/


        #roaming-new .roaming-start-page.affix {
            position: fixed;
            top: 70px;
        }

        #roaming-new .roaming-start-page:after {
            content: '';
            background: url(../content/images/roaming/mapa.png);
            background-position: right bottom;
            background-size: cover;
            background-repeat: no-repeat;
            height: 250px;
            width: 530px;
            display: block;
            position: absolute;
            right: -190px !important;
            bottom: 70px;
            right: 0;
            transform: scaleX(-1);
        }

    #roaming-new .right-side {
        position: relative;
        display: inline-block;
        width: 70%;
        height: 100%;
        top: 0px;
        right: 0;
        padding-bottom: 0;
        left: 30%;
    }

    #roaming-new section.faq-roaming.affix {
        top: 0;
    }

    #roaming-new .roaming-start-page section.header {
        position: relative;
        overflow: hidden;
        z-index: 2;
        height: 100%;
    }

        /*#roaming-new .roaming-start-page section.header .postpaid.active {
            background: transparent linear-gradient( 90deg, #dadada 36%, #d4d3d1 45%, #cacaca 100%) 0% 0% no-repeat padding-box;
            transition: all 0.2s ease-out;
        }

        #roaming-new .roaming-start-page section.header .prepaid.active {
            background: transparent linear-gradient( 90deg, #ececea 18%, #eaeae8 50%, #dfdfdf 100%) 0% 0% no-repeat padding-box;
            transition: all 0.2s ease-out;
        }*/

        #roaming-new .roaming-start-page section.header .wrapper.active span {
            font-family: 'teleNeo-bold' !important;
        }


    #roaming-new .select-country {
        position: relative;
        /*height: 290px;
        background-image: url(../content/images/roaming/roaming-select-area.jpg);
        background-position: center;
        background-size: cover;
        margin-top: -12px;*/
        overflow: hidden;
        z-index: 1;
    }

    #roaming-new .btn-group {
        position: relative;
        width: 100%;
        bottom: 0;
        text-align: center;
        margin: 30px auto 35px;
        display: table;
        /*  background-image: url(../content/images/roaming/tab.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom right;*/
    }

        #roaming-new .btn-group .prepaid,
        #roaming-new .btn-group .postpaid {
            position: relative;
            display: inline-block;
            width: 47%;
            border-radius: 0;
            text-align: center;
        }

        #roaming-new .btn-group .prepaid {
            position: relative;
            margin-right: 7px;
        }

            #roaming-new .btn-group .prepaid .btn-wrap {
                padding: 8px 15px;
                margin: 0 auto;
                background: transparent;
                color: white;
                width: 100%;
                text-align: center;
            }

            #roaming-new .btn-group .prepaid .prepaid-button {
                border: 1px solid rgba(255,255,255, .6);
            }

            #roaming-new .btn-group .prepaid.active .prepaid-button {
                background: black;
                border: 1px solid black;
            }

    #roaming-new .roaming-start-page.affix .btn-group .prepaid .btn-wrap {
        padding: 7px 15px;
    }

    #roaming-new .roaming-start-page.affix .btn-group .postpaid .btn-wrap {
        padding: 8px 15px;
    }

    #roaming-new .btn-group .postpaid {
        position: relative;
        margin-left: 7px;
    }

        #roaming-new .btn-group .postpaid .btn-wrap {
            position: relative;
            width: 100%;
            text-align: center;
            background: transparent;
            border-radius: 0;
            padding: 8px 15px;
        }

        #roaming-new .btn-group .postpaid.active .postpaid-button {
            background: black;
            border: 1px solid black;
        }

        #roaming-new .btn-group .postpaid .postpaid-button {
            border: 1px solid rgba(255,255,255,.6);
        }

    /*  #roaming-new .btn-group .postpaid.active .postpaid-button:after {
                background-image: url(../content/images/roaming/tab.png);
                background-size: contain;
                background-repeat: no-repeat;
                background-position: top center;
                position: absolute;
                width: 300px;
                right: 4px;
                top: 35px;
                height: 100px;
                content: '';
                -webkit-transform: scaleX(-1);
                transform: scaleX(-1);
                z-index: 0;
            }

        #roaming-new .btn-group .prepaid.active .prepaid-button:after {
            background-image: url(../content/images/roaming/tab.png);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: top center;
            position: absolute;
            width: 300px;
            left: 0px;
            top: 35px;
            height: 100px;
            content: '';
            z-index: 0;
        }*/

    #roaming-new .btn-group .btn-wrap input {
        opacity: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 2;
    }

    #roaming-new .btn-group .btn-wrap span {
        font-size: 21px;
        font-family: 'teleNeo-regular' !important;
        color: white;
        position: relative;
    }

    #roaming-new .roaming-packages {
        margin: 20px 0 30px;
        text-align: center;
        box-shadow: 0px 3px 56px rgba(0,0,0,.1);
        -webkit-box-shadow: 0px 3px 56px rgba(0,0,0,.1);
        -khtml-box-shadow: 0px 3px 56px rgba(0,0,0,.1);
        -moz-box-shadow: 0px 3px 56px rgba(0,0,0,.1);
        -ie-box-shadow: 0px 3px 56px rgba(0,0,0,.1);
        -o-box-shadow: 0px 3px 56px rgba(0,0,0,.1);
        -ms-box-shadow: 0px 3px 56px rgba(0,0,0,.1);
        border: 1px solid rgba(255, 255, 255, .6);
        position: relative;
        display: block;
        width: 100%;
        z-index: 3;
    }

        #roaming-new .roaming-packages a {
            text-transform: uppercase;
            color: white;
            font-family: 'teleNeo-bold' !important;
            font-size: 18px;
            z-index: 3;
            display: block;
            width: 100%;
            padding: 15px 20px;
            transition: all ease-in .5s;
        }

            #roaming-new .roaming-packages a:hover {
                text-decoration: none;
                transition: all ease-in .5s;
                background: #c3136c;
            }

    #roaming-new .select-country .countries-input {
        position: relative;
        display: block;
        width: 100%;
    }

        #roaming-new .select-country .countries-input select {
            position: relative;
            width: 100%;
            padding: 25px 20px 15px;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            border: 1px solid transparent !important;
            font-family: 'teleNeo-medium' !important;
            font-size: 19px;
            font-weight: 700;
            z-index: 1;
            background-image: url('../content/images/roaming/right-arrow.png');
            /* background-image: linear-gradient(45deg, transparent 50%, #616161 50%), linear-gradient(135deg, #616161 50%, transparent 50%); */
            /*background-position: calc(100% - 20px) calc(26px + 2px), calc(100% - 15px) calc(26px + 2px), calc(100% - 37px) 15px;
            background-size: 5px 5px, 5px 5px, 1px 23px;
            background-repeat: no-repeat;*/
            height: 75px;
            appearance: none;
            -webkit-appearance: none;
            background-repeat: no-repeat;
            background-position: 97% 50%;
            background-size: 8%;
            background-color: white;
        }

            #roaming-new .select-country .countries-input select::-ms-expand {
                display: none;
            }

            #roaming-new .select-country .countries-input select:focus {
                outline: none;
            }

        #roaming-new .select-country .countries-input label {
            position: absolute;
            color: #b9b9b9;
            font-size: 15px;
            top: 15px;
            left: 20px;
            margin: 0;
            line-height: 1.2;
            z-index: 2;
        }

    #roaming-new.no-bcg .countries-input {
        margin: 0 auto;
    }

        #roaming-new.no-bcg .countries-input input {
            color: #e20074;
            font-size: 22px;
            font-family: teleNeo-regular !important;
        }

    #roaming-new .roaming-start-page .header .qa-buttons {
        position: absolute;
        bottom: 150px;
        width: 100%;
        margin: 30px 0;
        overflow: hidden;
        display: table;
        cursor: pointer;
    }

    #roaming-new .roaming-start-page.affix .header .qa-buttons {
        bottom: 225px;
    }

    #roaming-new .header .qa-buttons div {
        display: table-cell;
        width: auto;
        position: relative;
    }

    #roaming-new .header .qa-buttons .icon {
        width: 30px;
    }

    #roaming-new .header .qa-buttons .text h3 {
        color: white;
        text-transform: uppercase;
        padding-left: 20px;
        font-family: 'teleNeo-regular' !important;
        font-size: 19px;
        bottom: 5px;
        position: relative;
    }

    #roaming-new .countries-data {
        position: relative;
        height: 100%;
        /* padding-bottom: 18%; */
        overflow-y: scroll;
        padding: 20px 20px 140px 20px;
        background: transparent linear-gradient(0deg, #E1E4F2 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
        background-attachment: fixed;
    }

        #roaming-new .countries-data .container {
            width: 100%;
        }

        #roaming-new .countries-data::-webkit-scrollbar {
            width: 4px;
        }

        #roaming-new .countries-data::-webkit-scrollbar-track {
            background: #ddd;
        }

        #roaming-new .countries-data::-webkit-scrollbar-thumb {
            background: #e20074;
        }

        #roaming-new .countries-data section.white-bcg {
            position: relative;
            background: transparent;
            width: 100%;
            padding: 2% 0;
        }

    #roaming-new section div.table {
        position: relative;
        width: 100%;
        margin: 0;
        background: #EAEFF2 0% 0% no-repeat padding-box;
        padding: 20px;
    }

        #roaming-new section div.table table {
            position: relative;
            width: 100%;
            background-color: transparent;
            margin-bottom: 0;
        }

    #roaming-new.no-bcg .countries-data .inline-div div {
        display: inline;
        color: black;
        font-weight: 600;
    }

    #roaming-new.no-bcg .countries-data .inline-div span,
    #roaming-new.no-bcg .countries-data .inline-div,
    #roaming-new.no-bcg .countries-data .table td div,
    #roaming-new.no-bcg .countries-data .table td span,
    #roaming-new.no-bcg .countries-data .table td p {
        color: black;
        font-weight: 600;
    }

    #roaming-new.no-bcg .countries-data .operators-list {
        position: relative;
        display: block;
        margin: 20px 0;
    }

        #roaming-new.no-bcg .countries-data .operators-list p {
            display: inline;
            font-weight: 600;
            font-size: 17px !important;
        }

        #roaming-new.no-bcg .countries-data .operators-list span {
            color: #333;
            font-size: 17px;
        }

    #roaming-new.no-bcg .countries-data section.white-bcg table thead th {
        position: relative;
        background-color: transparent;
        border-bottom: 1px solid #c1c1c1 !important;
        color: black;
        font-weight: 500;
        opacity: 0.7;
    }

    #roaming-new section div.table.prepaid-table tr td {
        width: auto !important;
    }

    #roaming-new.no-bcg .countries-data section.white-bcg .new-table-roaming th.vaucher-header {
        position: relative;
        text-align: left;
        background: #e2007436 !important;
        color: black !important;
        opacity: 1;
        padding: 15px 10px;
    }

        #roaming-new.no-bcg .countries-data section.white-bcg .new-table-roaming th.vaucher-header:nth-child(2) {
            border-right: 2px solid #e20074 !important;
        }

    #roaming-new.no-bcg .countries-data section.white-bcg .new-table-roaming tr td {
        width: 14% !important;
    }

        #roaming-new.no-bcg .countries-data section.white-bcg .new-table-roaming tr td.border-right {
            border-right: 2px solid #e20074 !important;
        }

    #roaming-new.no-bcg .countries-data section.white-bcg .new-table-roaming thead th.border-right {
        border-right: 2px solid #e20074 !important;
    }

    #roaming-new.no-bcg .countries-data section.white-bcg table tr td {
        display: table-cell;
        width: 20%;
        margin: 0 auto;
        font-size: 15px;
        text-transform: none;
        color: #616161;
    }

        #roaming-new.no-bcg .countries-data section.white-bcg table tr td.border-right {
            border-right: 1px solid #c1c1c1 !important;
        }

    #roaming-new.no-bcg .countries-data section.white-bcg table thead tr th.border-right {
        border-right: 1px solid #c1c1c1 !important;
        width: 150px;
    }

    #roaming-new.no-bcg .countries-data section.white-bcg table tbody tr {
        position: relative;
    }

    #roaming-new.no-bcg .countries-data section.black-bcg {
        position: relative;
        width: 100%;
        padding: 2% 0;
        background: #0d0d0d;
        color: white;
    }

        #roaming-new.no-bcg .countries-data section.black-bcg select {
            color: #e20074 !important;
            background-repeat: no-repeat;
            background-position: right 10px center !important;
            -webkit-appearance: none;
            width: 30%;
            margin: 30px auto;
            border-radius: 0;
            background-color: transparent;
            border: 0;
            border-bottom: 1px solid #313131;
            font-size: 17px;
        }

    #roaming-new.no-bcg .countries-data section.darker-magenta-bcg {
        position: relative;
        width: 100%;
        padding: 2% 0;
        background: transparent;
        color: black;
        font-size: 17px;
        font-weight: 600;
    }

        #roaming-new.no-bcg .countries-data section.darker-magenta-bcg .table-responsive {
            position: relative;
            background: #EAEFF2 0% 0% no-repeat padding-box;
            padding: 20px;
        }

        #roaming-new.no-bcg .countries-data section.darker-magenta-bcg table {
            background: transparent;
            width: 100%;
            margin: 0 auto;
        }

            #roaming-new.no-bcg .countries-data section.darker-magenta-bcg table thead tr {
                opacity: 0.9;
            }

            #roaming-new.no-bcg .countries-data section.darker-magenta-bcg table tbody tr td:first-of-type div {
                font-family: 'teleNeo-bold' !important;
                color: #333;
                background: transparent;
            }

    /*         #roaming-new.no-bcg .countries-data section.darker-magenta-bcg table tbody tr td:nth-child(2) {
                width: 190px;
            }

            #roaming-new.no-bcg .countries-data section.darker-magenta-bcg table tbody tr td:nth-child(3) {
                width: 220px;
            }

            #roaming-new.no-bcg .countries-data section.darker-magenta-bcg table tbody tr td:nth-child(4) {
                width: 280px;
            }*/
    #roaming-new.no-bcg .countries-data section.telekom-mk-app-section {
        position: relative;
        width: 100%;
        display: block;
        overflow: hidden;
    }

    #roaming-new.no-bcg .countries-data table tbody tr td:first-of-type div {
        font-family: 'teleNeo-bold' !important;
        color: #333;
    }

    #roaming-new.no-bcg .countries-data table thead tr th {
        line-height: 20px;
        background: transparent;
        border-bottom: 1px solid #c1c1c1 !important;
    }

    #roaming-new.no-bcg .countries-data table tbody tr td {
        background: transparent !important;
        border-bottom: hidden !important;
    }

    #roaming-new.no-bcg .countries-data table tr th.no-border {
        border-bottom: 0 !important;
        text-align: center;
    }

    #roaming-new.no-bcg .countries-data table tr td.no-border {
        /*border-bottom: 1px solid #f1f1f1 !important;*/
        border-top: 0 !important;
        text-align: left;
    }

    #roaming-new.no-bcg .countries-data table tbody tr td.bcg {
        /*background-color: #F1F1F1 !important;*/
        background: transparent;
        border-bottom: hidden !important;
    }

    #roaming-new.no-bcg .countries-data table tbody tr td > div {
        display: inline;
    }

    #roaming-new.no-bcg .countries-data select {
        color: #e20074 !important;
        background-image: url(../images/arrow_down_magenta.png) !important;
        background-repeat: no-repeat;
        background-position: right 10px center !important;
        -webkit-appearance: none;
        width: 30%;
        margin: 30px auto;
        border-radius: 0;
    }

        #roaming-new.no-bcg .countries-data select option {
            color: #666666;
        }

    /*#roaming-new.no-bcg section.magenta-bcg {
        background-image: url('/content/images/roaming/internet-paketi-bcg.jpg');
        background-size: cover;
        background-position: center;
    }*/

    #roaming-new.no-bcg .countries-data .internet-packages {
        position: relative;
        width: 100%;
        background-color: transparent;
        padding: 20px 0;
        color: white;
    }

        #roaming-new.no-bcg .countries-data .internet-packages .icon {
            position: relative;
            text-align: center;
            margin: 0 auto 25px;
            width: 45px;
            display: block;
        }

        #roaming-new.no-bcg .countries-data .internet-packages h2 {
            position: relative;
            font-family: 'teleNeo-bold' !important;
            text-transform: uppercase;
            font-size: 23px;
            text-align: center;
            color: black;
            margin-bottom: 35px;
        }

        /*            #roaming-new.no-bcg .countries-data .internet-packages h2:before {
                content: '';
                position: absolute;
                width: 39%;
                background: #ddd;
                left: 0;
                top: 14px;
                height: 1px;
            }

            #roaming-new.no-bcg .countries-data .internet-packages h2:after {
                content: '';
                position: absolute;
                width: 39%;
                background: #ddd;
                right: 0;
                top: 14px;
                height: 1px;
            }*/

        #roaming-new.no-bcg .countries-data .internet-packages p {
            text-align: center;
            font-size: 18px;
            color: #333;
            line-height: 1.2;
        }

        #roaming-new.no-bcg .countries-data .internet-packages .package-wrap {
            position: relative;
            display: table;
            width: 100%;
            border-collapse: separate;
            border-spacing: 25px 0;
            margin-top: 30px;
        }

            #roaming-new.no-bcg .countries-data .internet-packages .package-wrap .wrapper {
                align-items: stretch;
            }

            #roaming-new.no-bcg .countries-data .internet-packages .package-wrap a:hover,
            #roaming-new.no-bcg .countries-data .internet-packages .package-wrap a:focus {
                text-decoration: none;
            }

            #roaming-new.no-bcg .countries-data .internet-packages .package-wrap p {
                text-align: left;
            }

            #roaming-new.no-bcg .countries-data .internet-packages .package-wrap input {
                opacity: 0;
                position: absolute;
                min-width: 110px;
                height: 110px;
                top: 0;
                left: 0;
                z-index: 9;
                cursor: pointer;
            }

            #roaming-new.no-bcg .countries-data .internet-packages .package-wrap .package {
                position: relative;
                display: table-cell;
                width: 300px;
                height: auto;
                background: transparent radial-gradient(60% 45% at bottom, #F0F0F3, white);
                box-shadow: 0px 20px 36px #6A6A811F;
                border-radius: 8px;
                transition: all ease-in .8s;
                vertical-align: middle;
                cursor: pointer;
            }

                #roaming-new.no-bcg .countries-data .internet-packages .package-wrap .package:hover {
                    color: white;
                    transition: all ease-in .3s;
                    background: #E20574 0% 0% no-repeat padding-box;
                    box-shadow: 0px 12px 89px #0000001a;
                }

                    #roaming-new.no-bcg .countries-data .internet-packages .package-wrap .package:hover * {
                        color: white !important;
                    }

                    #roaming-new.no-bcg .countries-data .internet-packages .package-wrap .package:hover h3 {
                        background-color: transparent;
                        opacity: .7;
                    }

                    #roaming-new.no-bcg .countries-data .internet-packages .package-wrap .package:hover .priceBox {
                        background: #e20074;
                        transition: all ease-in .3s;
                    }

                #roaming-new.no-bcg .countries-data .internet-packages .package-wrap .package .inner {
                    position: relative;
                    width: 100%;
                    height: 100%;
                    text-align: center;
                    transition: all 0.6s;
                    transform-style: preserve-3d;
                    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
                }

                    #roaming-new.no-bcg .countries-data .internet-packages .package-wrap .package .inner.active {
                        transform: rotateY(180deg);
                        backface-visibility: visible;
                    }

                    #roaming-new.no-bcg .countries-data .internet-packages .package-wrap .package .inner .package-name {
                        width: 100%;
                        height: 100%;
                        opacity: 1;
                        transition: transform 0.8s;
                        transform-style: preserve-3d;
                    }


                    #roaming-new.no-bcg .countries-data .internet-packages .package-wrap .package .inner .package-info {
                        position: absolute;
                        backface-visibility: hidden;
                        height: 100%;
                        vertical-align: middle;
                        background-color: #bb0160;
                        color: white;
                        transform: rotateY(180deg);
                        top: 0;
                        width: 100%;
                        height: 100%;
                        left: 0;
                    }

                    #roaming-new.no-bcg .countries-data .internet-packages .package-wrap .package .inner.active .package-info {
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        padding: 0px 10px;
                        backface-visibility: visible;
                        color: white;
                    }

                        #roaming-new.no-bcg .countries-data .internet-packages .package-wrap .package .inner.active .package-info h3 {
                            font-size: 17px;
                            margin-top: 10px;
                            line-height: 19px;
                        }

                        #roaming-new.no-bcg .countries-data .internet-packages .package-wrap .package .inner.active .package-info div {
                            font-size: 17px;
                        }

                #roaming-new.no-bcg .countries-data .internet-packages .package-wrap .package > div:first-child {
                    text-align: left;
                    color: #e20054;
                    font-size: 17px;
                    font-family: 'teleNeo-medium' !important;
                }

                #roaming-new.no-bcg .countries-data .internet-packages .package-wrap .package h3 {
                    color: black;
                    margin-bottom: 20px;
                    font-size: 21px;
                    /* padding: 15px 5px; */
                    background-color: transparent;
                    display: block;
                    width: 100%;
                    position: relative;
                    font-family: teleNeo-bold !important;
                    margin: 0 0 20px 0;
                }

                #roaming-new.no-bcg .countries-data .internet-packages .package-wrap .package .internet span {
                    color: #e20074;
                    font-family: teleNeo-bold !important;
                    font-size: 26px;
                }

                #roaming-new.no-bcg .countries-data .internet-packages .package-wrap .package .package-info {
                    position: relative;
                    width: 100%;
                    height: 100%;
                    overflow: visible;
                    display: block;
                    padding: 20px 20px 100px 20px;
                }

                #roaming-new.no-bcg .countries-data .internet-packages .package-wrap .package div span {
                    color: #333;
                    font-family: teleNeo-regular !important;
                    font-size: 16px;
                }

                #roaming-new.no-bcg .countries-data .internet-packages .package-wrap .package div.operators {
                    padding: 0 0 10px 0;
                }

                    #roaming-new.no-bcg .countries-data .internet-packages .package-wrap .package div.operators span {
                        font-size: 18px;
                        font-family: teleNeo-medium !important;
                        display: block;
                    }

                #roaming-new.no-bcg .countries-data .internet-packages .package-wrap .package div span.icon-span {
                    position: relative;
                    width: 23px;
                    height: 23px;
                    top: 0;
                }

                /*   #roaming-new.no-bcg .countries-data .internet-packages .package-wrap .package div span.icon-span.icon1 {
                            background-image: url('../content/images/mob-internet-paketi/time.png');
                            background-size: contain;
                            background-repeat: no-repeat;
                            z-index: 4;
                        }*/

                /*   #roaming-new.no-bcg .countries-data .internet-packages .package-wrap .package div span.icon-span.icon2 {
                            background-image: url('../content/images/mob-internet-paketi/info.png');
                            background-size: contain;
                            background-repeat: no-repeat;
                            z-index: 3;
                        }*/

                #roaming-new.no-bcg .countries-data .internet-packages .package-wrap .package:hover div span.icon-span.icon1 img {
                    background: white;
                    border-radius: 50px;
                }

                #roaming-new.no-bcg .countries-data .internet-packages .package-wrap .package:hover div span.icon-span.icon2 img {
                    background: white;
                    border-radius: 50px;
                }

                /*    #roaming-new.no-bcg.roaming-business .countries-data .internet-packages .package-wrap .package:hover div span.icon-span.icon1 {
        background-image: url('../content/images/mob-internet-paketi/time.png');
    }

    #roaming-new.no-bcg.roaming-business .countries-data .internet-packages .package-wrap .package:hover div span.icon-span.icon2 {
        background-image: url('../content/images/mob-internet-paketi/info.png');
    }*/

                #roaming-new.no-bcg .countries-data .internet-packages .package-wrap .package .days span {
                    font-size: 17px;
                    color: black;
                    font-family: teleNeo-bold !important;
                }

                #roaming-new.no-bcg .countries-data .internet-packages .package-wrap .package .package-info div {
                    padding: 6px 0;
                }

                    #roaming-new.no-bcg .countries-data .internet-packages .package-wrap .package .package-info div span.price {
                        font-size: 20px;
                        font-family: teleNeo-bold !important;
                    }

                #roaming-new.no-bcg .countries-data .internet-packages .package-wrap .package .priceBox {
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    width: 100%;
                    background: transparent radial-gradient(50% 50% at top, white, white);
                    border-radius: 0px 0px 8px 8px;
                    padding: 10px 20px;
                    z-index: 2;
                }

                    #roaming-new.no-bcg .countries-data .internet-packages .package-wrap .package .priceBox span.price {
                        font-size: 24px;
                        font-family: 'teleNeo-bold' !important;
                    }

    #roaming-new.no-bcg .countries-data .telekom-mk-app {
        position: relative;
        height: auto;
        text-align: left;
        bottom: 0;
        right: 0;
        margin-top: 40px;
        overflow: hidden;
        /* width: 53%;*/
        float: right;
    }

        #roaming-new.no-bcg .countries-data .telekom-mk-app div {
            display: inline;
            float: left;
            padding-right: 30px;
            padding-left: 20px;
        }


        #roaming-new.no-bcg .countries-data .telekom-mk-app p {
            margin: 0;
            position: relative;
            text-align: left;
            width: 100%;
            margin-bottom: 15px;
            margin-top: 5px;
            font-weight: 600;
            font-size: 17px;
        }

            #roaming-new.no-bcg .countries-data .telekom-mk-app p a {
                text-decoration: underline;
            }

    #roaming-new.no-bcg .countries-data .internet-packages p span {
        color: #e20074;
    }

    #roaming-new.no-bcg .countries-data .telekom-mk-app .telekom-mk-app-mobIcons {
        position: relative;
        text-align: left;
        float: right;
    }

        #roaming-new.no-bcg .countries-data .telekom-mk-app .telekom-mk-app-mobIcons a {
            position: relative;
            width: 115px;
            display: inline-block;
            margin-right: 5px;
        }

    /*   #roaming-new.no-bcg .countries-data  .telekom-mk-app .telekom-mk-app-mobIcons a:first-child:after {
                content: '';
                position: absolute;
                width: 1px;
                height: 29px;
                background: #ef74b3;
                right: 3px;
                top: 0;
            }
*/
    #roaming-new.no-bcg .countries-data .call-packages h2 {
        position: relative;
        font-family: 'teleNeo-ultra' !important;
        text-transform: uppercase;
        font-size: 25px;
    }

    #roaming-new.no-bcg .countries-data .call-packages {
        position: relative;
        width: 100%;
        background-color: #f1f1f1;
        padding: 20px;
    }

        #roaming-new.no-bcg .countries-data .call-packages .package {
            position: relative;
            display: inline-block;
            padding: 13px;
            margin: 0 10px;
            width: auto;
        }

            #roaming-new.no-bcg .countries-data .call-packages .package .property {
                display: block;
                background-image: url(../images/list-bullet.png);
                background-position: 0 11px;
                background-repeat: no-repeat;
                padding-left: 15px;
                line-height: 145%;
                margin-bottom: 7px;
            }

        #roaming-new.no-bcg .countries-data .call-packages .telekom-mk-app {
            position: absolute;
            bottom: 35px;
            right: 15px;
            width: 250px;
            height: auto;
            text-align: center;
        }

            #roaming-new.no-bcg .countries-data .call-packages .telekom-mk-app p span {
                color: #e20074;
            }

            #roaming-new.no-bcg .countries-data .call-packages .telekom-mk-app .telekom-mk-app-mobIcons {
                position: relative;
                width: 100%;
            }

            #roaming-new.no-bcg .countries-data .call-packages .telekom-mk-app a {
                position: relative;
                width: 45%;
                display: inline-block;
                margin-right: 5px;
            }

    #roaming-new section.faq-roaming {
        background: #F3F4F6 0% 0% no-repeat padding-box;
        height: 100%;
        background-image: url(../content/images/roaming/img-patuvanje.jpg);
        background-size: cover;
        background-position: center top;
        position: relative;
    }

        #roaming-new section.faq-roaming .absolute-bottom {
            position: relative;
            top: 0;
            width: 100%;
            padding: 30px;
            height: 100%;
            background: rgba(255, 255, 255, 0.7);
        }

        #roaming-new section.faq-roaming.affix .absolute-bottom {
            bottom: 25%;
        }

section.faq-roaming h2 {
    text-transform: uppercase;
    font-family: 'teleNeo-medium' !important;
    font-size: 28px !important;
    margin-bottom: 30px !important;
    color: black !important;
}

section.faq-roaming div.panel-group {
    margin-bottom: 20px;
}

section.faq-roaming .panel-default {
    border: 0;
    background: transparent;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
}

    section.faq-roaming .panel-default:last-of-type {
        border-bottom: 0;
    }

    section.faq-roaming .panel-default .panel-heading {
        color: #333;
        background-color: transparent;
        border-color: #ddd;
        /*background-color: #f5f5f5;*/
    }

section.faq-roaming .panel-body p,
section.faq-roaming .panel-body ul li,
section.faq-roaming .order-list span,
section.faq-roaming .absolute-bottom p {
    font-size: 18px;
    line-height: 1.2;
}

section.faq-roaming .order-list {
    padding-bottom: 30px;
}

    section.faq-roaming .order-list span {
        display: block;
    }

    section.faq-roaming .order-list a {
        display: block;
        padding-top: 5px;
    }

    section.faq-roaming .order-list ol li::marker {
        color: black;
        font-family: 'teleNeo-extra' !important;
        font-size: 18px;
    }

    section.faq-roaming .order-list ol li > span {
        color: black;
        font-family: 'teleNeo-bold' !important;
        font-size: 18px;
    }


section.faq-roaming .panel-default .panel-heading {
    padding: 0 10px 0 0;
}

    section.faq-roaming .panel-default .panel-heading h4 {
        padding: 0;
    }

        section.faq-roaming .panel-default .panel-heading h4 a {
            position: relative;
            display: block;
            padding: 15px 0;
            font-size: 20px;
            color: black;
            font-family: 'teleNeo-medium' !important;
        }

        section.faq-roaming .panel-default .panel-heading h4 span {
            position: relative;
            display: block;
            padding: 15px 0;
            font-size: 20px;
            color: black;
            font-family: 'teleNeo-medium' !important;
        }

section.faq-roaming a.ng-isolate-scope.roaming-pripejd-postpaid:after {
    display: none;
}

section.faq-roaming .panel-default .panel-heading h4 a:hover,
section.faq-roaming .panel-default .panel-heading h4 a:focus {
    text-decoration: none;
}

section.faq-roaming .panel-default .panel-heading h4 a.collapsed:after {
    content: '+';
    font-family: teleicon-outline;
    position: absolute;
    color: #e20074;
    font-size: 18px;
    top: 0;
    right: 20px;
    margin: auto;
    transition-property: transform;
    transition-duration: .25s;
    font-weight: 600;
    border: 2px solid #e20074;
    border-radius: 50%;
    padding: 6px 6px;
}

section.faq-roaming .panel-default .panel-heading h4 a:after {
    content: '-';
    font-family: teleicon-outline;
    position: absolute;
    color: #e20074;
    font-size: 21px;
    top: 15px;
    right: 23px;
    margin: auto;
    transition-property: transform;
    transition-duration: .25s;
    font-weight: 600;
}

.countries-data .foosnote {
    padding: 30px 30px 30px 10px;
    margin: 40px 0 0px;
    box-shadow: 0px 5px 40px 10px #00000012;
}

    .countries-data .foosnote p {
        font-size: 16px;
        line-height: 1.2;
    }

    .countries-data .foosnote ul li {
        font-size: 17px;
        padding-bottom: 15px;
        line-height: 1.2;
    }

        .countries-data .foosnote ul li:last-of-type {
            padding-bottom: 0;
            margin-bottom: 0;
        }

@media(min-width: 1490px) {
    #roaming-new .roaming-start-page section.header {
        height: 100%;
    }

        #roaming-new .roaming-start-page section.header:before {
            height: 100%;
        }

    #roaming-new .roaming-start-page.affix .header .qa-buttons {
        bottom: 250px;
    }

    #roaming-new .btn-group .postpaid.active:after {
        width: 365px;
        right: 10px;
    }

    #roaming-new .btn-group .prepaid.active:after {
        width: 365px;
        left: 10px;
    }
}

@media(max-width: 320px) {
    #roaming-new .btn-group .postpaid.active:after {
        right: -13px;
        top: -37px;
        width: 305px;
    }

    #roaming-new .btn-group .postpaid.active:after {
        right: -13px;
        top: -40px;
        width: 305px;
    }
}

@media (max-width: 991px) {
    #roaming-new .faq-roaming .panel-default .panel-heading h4 a {
        padding: 15px 30px 15px 0;
    }

    #roaming-new {
        height: 100%;
        position: relative;
    }

        #roaming-new section.select-country .countries-input select {
            border: 1px solid #969696 !important;
            background-color: white !important;
        }

        #roaming-new .select-country .countries-input label {
            top: 10px;
        }

        #roaming-new .roaming-start-page section.header {
            height: 100%;
            min-height: initial;
        }

            #roaming-new .roaming-start-page section.header:before {
                content: '';
                background: url(../content/images/roaming/mapa.png);
                background-position: 50% 120%;
                background-size: 90%;
                background-repeat: no-repeat;
                height: 310px;
                width: 100%;
                display: block;
                position: absolute;
                left: 0;
                bottom: 90px;
                right: 0;
            }

        #roaming-new h1 {
            font-size: 36px;
            margin: 10px 0 20px;
        }

        #roaming-new .btn-group {
            width: 100%;
            margin: 10px auto 30px;
        }

            #roaming-new .btn-group .prepaid,
            #roaming-new .btn-group .postpaid {
                width: 47%;
            }

                #roaming-new .btn-group .prepaid .btn-wrap,
                #roaming-new .btn-group .postpaid .btn-wrap {
                    padding-top: 15px;
                }

        #roaming-new .roaming-packages {
            margin: 20px 0;
        }

        #roaming-new .select-country {
            background-position: 30%;
        }

            #roaming-new .select-country .countries-input select {
                padding: 25px 20px 15px;
                height: 65px;
            }

        #roaming-new .countries-input {
            width: auto !important;
            float: none !important;
            margin: 8% 0 !important;
        }

        #roaming-new section.select-country .countries-input label {
            font-size: 17px;
        }

        #roaming-new .countries-input select option {
            font-size: 15px;
        }

        #roaming-new section div.table {
            width: 100%;
        }

        #roaming-new .countries-input i.search-icon {
            position: relative;
            background: transparent;
            right: 0 !important;
            margin-right: 0 !important;
            margin-top: 0 !important;
            top: -5px;
        }

        #roaming-new.no-bcg .countries-data .internet-packages .telekom-mk-app,
        #roaming-new.no-bcg .countries-data .call-packages .telekom-mk-app {
            position: relative;
            bottom: 0;
            left: 0;
            margin-top: 35px;
            width: 300px;
        }

        #roaming-new.no-bcg .countries-data .internet-packages .package-wrap .package {
            margin: 20px auto;
            width: 142px;
            display: block;
            width: 100%;
            height: auto;
        }

        #roaming-new section div.table table {
            position: relative;
            width: 100% !important;
            overflow-x: scroll;
            display: block;
        }


        #roaming-new.no-bcg {
            height: 100%;
        }

        #roaming-new .roaming-start-page,
        #roaming-new .roaming-start-page.affix,
        #roaming-new .roaming-start-page.affix-top {
            width: 100%;
            position: relative;
            display: block;
            padding: 20px;
            float: none;
            top: 0;
            height: auto;
            overflow: hidden;
        }

        #roaming-new .right-side {
            position: relative;
            float: right;
            display: inline-block;
            width: 100%;
            height: 100%;
            top: 0;
            right: 0;
            padding-bottom: 0;
            left: 0;
        }

        #roaming-new .countries-data {
            padding-bottom: 100px;
        }

        #roaming-new section.faq-roaming {
            position: relative;
            height: 100%;
            overflow: hidden;
            padding: 10% 20px 10%;
            top: 0 !important;
        }

    section.faq-roaming h2 {
        font-size: 26px;
    }

    #roaming-new.no-bcg .countries-data .telekom-mk-app div {
        padding-left: 0;
        padding-right: 0;
    }

    #roaming-new section.faq-roaming .absolute-bottom {
        position: relative;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 0;
        top: 0;
        display: block;
    }

    section.faq-roaming .panel-default .panel-heading h4 a.collapsed:after {
        font-size: 15px;
        right: 0px;
        padding: 5px 6px;
    }

    section.faq-roaming .panel-default .panel-heading h4 a:after {
        top: 15px;
        right: 0;
        font-size: 17px;
    }

    #roaming-new h1 {
        font-size: 38px;
    }

    #roaming-new .btn-group .postpaid.active:after {
        right: -20px;
        top: -33px;
    }

    #roaming-new .btn-group .prepaid.active:after {
        top: -35px;
    }

    #roaming-new .roaming-start-page .header .qa-buttons {
        position: relative;
        bottom: 25px;
        width: 100%;
        margin: 25px 0 15px;
    }

    #roaming-new .header .qa-buttons .text h3 {
        font-size: 18px;
    }

    #roaming-new .header .qa-buttons .icon {
        width: 35px;
        bottom: 0;
    }

    #roaming-new .roaming-start-page.affix .header .qa-buttons {
        bottom: 20px;
    }

    #roaming-new.no-bcg .countries-data .internet-packages h2 {
        font-size: 22px;
    }

        #roaming-new.no-bcg .countries-data .internet-packages h2:after,
        #roaming-new.no-bcg .countries-data .internet-packages h2:before {
            width: 20%;
        }

    #roaming-new.no-bcg .countries-data .internet-packages p {
        font-size: 17px;
    }

    #roaming-new.no-bcg .countries-data .telekom-mk-app {
        position: relative;
        width: 100%;
        float: none;
    }

        #roaming-new.no-bcg .countries-data .telekom-mk-app .telekom-mk-app-mobIcons {
            float: none;
        }

            #roaming-new.no-bcg .countries-data .telekom-mk-app .telekom-mk-app-mobIcons a {
                width: auto;
            }
}

@media (min-width: 768px) and (max-width: 991px) {

    #roaming-new .roaming-start-page section.header:before {
        bottom: 0;
    }

    #roaming-new.no-bcg .countries-data .internet-packages .telekom-mk-app {
        right: 15px;
        width: 155px;
    }

    #roaming-new.no-bcg .countries-data .internet-packages .package-wrap {
        border-spacing: 10px 0;
    }

        #roaming-new.no-bcg .countries-data .internet-packages .package-wrap .package {
            margin: 20px auto;
            position: relative;
            display: table-cell;
            width: auto;
            height: auto;
            background: #FFFFFF 0% 0% no-repeat padding-box;
            box-shadow: 0px 12px 89px #0000001a;
            transition: all ease-in .8s;
            vertical-align: middle;
            padding: 10px 20px;
        }

    #roaming-new .countries-input {
        margin: 3% 0 !important;
    }

    #roaming-new .btn-group .postpaid.active:after {
        right: 75px;
        top: -35px;
    }

    #roaming-new .btn-group .prepaid.active:after {
        top: -35px;
        left: 115px;
    }

    #roaming-new .roaming-start-page, #roaming-new .roaming-start-page.affix, #roaming-new .roaming-start-page.affix-top {
        width: 100%;
        padding: 20px 30px;
    }

    #roaming-new.no-bcg .countries-data .operators-list {
        margin: 30px 0;
    }

    #roaming-new .select-country .countries-input select {
        background-size: 5%;
    }
}

@media (max-width: 991px) {
    #roaming-new .btn-group .btn-wrap.active,
    #roaming-new .btn-group .btn-wrap {
        width: 90%;
    }



    #roaming-new.no-bcg .countries-data .internet-packages .telekom-mk-app a {
        width: 100%;
        display: block;
        margin-right: 0;
        margin-top: 5px;
    }

    .telekom-mk-app-mobIcons a:first-of-type img {
        margin-right: 0;
    }
}

@media(min-width: 992px) and (max-width: 1199px) {
    #roaming-new.no-bcg {
        height: 100%;
    }

    #roaming-new .roaming-start-page {
        padding: 30px 20px;
    }

    #roaming-new .btn-group {
        position: relative;
        margin: 40px auto 80px;
    }

    #roaming-new .roaming-packages {
        margin: 20px 0 80px;
    }

    #roaming-new .roaming-start-page .header .qa-buttons {
        position: relative;
        margin: 50px 0;
        bottom: 0;
    }

    #roaming-new .header .qa-buttons .text h3 {
        padding-left: 35px;
        font-size: 20px;
        line-height: 1.2;
    }

    #roaming-new .btn-group .postpaid.active:after {
        width: 255px;
        right: 10px;
        top: -33px;
    }

    #roaming-new .btn-group .prepaid.active:after {
        width: 255px;
        left: 10px;
        top: -33px;
    }

    #roaming-new .roaming-start-page.affix {
        position: fixed;
        top: 71px;
    }

        #roaming-new .roaming-start-page.affix .header .qa-buttons {
            bottom: 0px !important;
        }

    #roaming-new .countries-data .container {
        position: relative;
        width: 100%;
    }
}

@media(min-width: 1700px) {
    #roaming-new .btn-group .postpaid.active .postpaid-button:after {
        width: 390px;
        top: 35px;
        right: 0
    }

    #roaming-new .btn-group .prepaid.active .prepaid-button:after {
        width: 390px;
        top: 35px;
        right: 0
    }
}

@media (min-width: 992px) {
    #roaming-new .roaming-start-page.affix h1 {
        font-size: 29px;
    }

    #roaming-new .roaming-start-page.affix h2 {
        font-size: 17px;
    }

    #roaming-new .roaming-start-page.affix p.subheader {
        font-size: 15px;
    }

    #roaming-new .roaming-start-page.affix .btn-group {
        margin: 20px 0;
    }

        #roaming-new .roaming-start-page.affix .btn-group .prepaid .btn-wrap {
            padding: 5px 15px;
        }

        #roaming-new .roaming-start-page.affix .btn-group .postpaid .btn-wrap {
            padding: 6px 15px;
        }

    #roaming-new .roaming-start-page.affix .select-country {
        height: 50px;
    }

        #roaming-new .roaming-start-page.affix .select-country .countries-input label {
            top: 2px;
            left: 20px;
            font-size: 12px;
        }

    #roaming-new .roaming-start-page.affix .roaming-packages {
        margin: 10px 0;
    }

        #roaming-new .roaming-start-page.affix .roaming-packages a {
            padding: 5px 8px;
            font-size: 17px;
        }

    #roaming-new .roaming-start-page.affix .select-country select {
        height: 100%;
        padding-top: 17px;
        font-size: 17px;
    }

    #roaming-new .roaming-start-page.affix .header .qa-buttons {
        bottom: 235px;
        margin: 10px 0;
    }

    #roaming-new.roaming-business .roaming-start-page.affix .header .qa-buttons {
        bottom: 72%;
    }

    #roaming-new.roaming-business .roaming-start-page.affix .header .qa-buttons {
        bottom: 72%;
    }

    #roaming-new .roaming-start-page.affix .header .qa-buttons .icon {
        width: 25px;
    }

    #roaming-new .roaming-start-page.affix .header .qa-buttons .text h3 {
        font-size: 15px;
    }
}
/*#endregion roaming */

/*#region megjunarodni povici B2B red*/
#megjunarodni-povici .main-banner {
    position: relative;
    background-image: url(../content/images/megjunarodni-razgovori-banner.jpg);
    background-position: center 32%;
    background-size: cover;
    padding: 25% 0 0;
}

#megjunarodni-povici.fiksna .main-banner {
    background-image: url(../content/images/megjunarodni-razgovori-fiksna.jpg);
    background-position: center 50%;
}

#megjunarodni-povici .main-banner .header {
    width: 38%;
    padding: 2% 0 2%;
    position: absolute;
    bottom: 0;
}

    #megjunarodni-povici .main-banner .header:before {
        content: '';
        position: absolute;
        background-image: url(../content/images/mobile-surf/Mobilni-internet-paketi-shape.png);
        background-position: left;
        background-repeat: no-repeat;
        background-size: cover;
        left: 0px;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
    }

    #megjunarodni-povici .main-banner .header .wrapper {
        padding: 0% 10% 0 21%;
    }

        #megjunarodni-povici .main-banner .header .wrapper h1 {
            font-size: 33px;
            color: white;
            font-family: 'teleNeo-bold' !important;
            text-align: left;
            z-index: 1;
            position: relative;
            text-transform: none;
        }

#megjunarodni-povici h2.black-bcg {
    background-color: black;
    margin-bottom: 50px;
    width: 590px;
    text-align: center;
    margin: 50px auto;
    color: white;
    text-transform: uppercase;
    padding: 15px;
    font-size: 42px;
    transform: skewX( -25deg );
}

    #megjunarodni-povici h2.black-bcg span {
        transform: skewX( 25deg );
        position: relative;
        display: block;
        font-family: 'teleNeo-extra' !important;
    }

#megjunarodni-povici p {
    text-align: center;
    font-size: 19px;
    line-height: 1.2;
}

#megjunarodni-povici ul.list-inline {
    margin: 30px 0;
}

    #megjunarodni-povici ul.list-inline li {
        display: inline-block;
        padding: 0;
        margin: 0;
        list-style: none;
        background: none;
        color: #333;
        opacity: .5;
        margin: 0 5px;
        font-size: 17px;
    }

        #megjunarodni-povici ul.list-inline li.active {
            color: #333;
            opacity: 1;
            font-family: 'teleNeo-bold' !important;
        }

#megjunarodni-povici .boxes {
    position: relative;
    text-align: center;
    margin: 50px 0;
}

    #megjunarodni-povici .boxes .box-wrap {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 46px rgba(0, 0, 0, .14);
        -webkit-box-shadow: 0px 3px 46px rgba(0, 0,0, .14);
        -moz-box-shadow: 0px 3px 46px rgba(0, 0, 0, .14);
        min-height: 155px;
    }

        #megjunarodni-povici .boxes .box-wrap h2 {
            display: block;
            font-size: 22px;
            font-family: 'teleNeo-regular' !important;
            padding: 15px 10px;
        }

            #megjunarodni-povici .boxes .box-wrap h2 span {
                display: block;
                font-size: 25px;
                font-family: 'teleNeo-extra' !important;
                margin-top: 10px;
            }

    #megjunarodni-povici .boxes span.bts-paket-ddv {
        display: none;
    }

    #megjunarodni-povici .boxes .box-wrap .smart-priceWraper {
        position: relative;
        display: block;
        width: 70%;
        overflow: hidden;
        margin: 10px auto;
        padding: 20px 0;
    }

        #megjunarodni-povici .boxes .box-wrap .smart-priceWraper .p-left-smart span {
            font-size: 30px;
            font-family: 'teleNeo-bold' !important;
        }

        #megjunarodni-povici .boxes .box-wrap .smart-priceWraper .p-right-smart {
            position: relative;
            display: inline;
            float: left;
            width: 30%;
            bottom: 0 !important;
            top: 3px;
            color: #333;
            text-align: right;
            margin-left: 6px;
        }

            #megjunarodni-povici .boxes .box-wrap .smart-priceWraper .p-right-smart span {
                color: #333;
                text-transform: none;
                text-align: left;
                font-size: 13px !important;
            }

        #megjunarodni-povici .boxes .box-wrap .smart-priceWraper .p-left-smart {
            position: relative;
            display: inline;
            width: 50%;
            float: left;
            text-align: right;
        }

#megjunarodni-povici .mob-paketi-razgovori-text .intro h2 {
    font-size: 29px;
    font-family: 'teleNeo-bold' !important;
    color: #e20074;
    margin: 50px 0 30px 0 !important;
    text-transform: uppercase;
}

#megjunarodni-povici .mob-paketi-razgovori-text .tabovi {
    position: relative;
    width: 100%;
    margin: 40px auto;
    text-align: center;
}

    #megjunarodni-povici .mob-paketi-razgovori-text .tabovi ul {
        width: 50%;
        margin: 0 auto;
        border: 0;
        text-align: center;
        display: block;
    }

        #megjunarodni-povici .mob-paketi-razgovori-text .tabovi ul li {
            background: none;
            display: inline;
            float: left;
            margin: 0px 5px;
            padding: 0;
            border: 0;
            width: 47%;
        }

    #megjunarodni-povici .mob-paketi-razgovori-text .tabovi li a {
        background: transparent;
        color: #84919B;
        font-family: 'teleNeo-regular' !important;
        text-transform: uppercase;
        border: 0 !important;
        transition: all ease-in .5s;
        -webkit-transition: all ease-in .5s;
    }

    #megjunarodni-povici .mob-paketi-razgovori-text .tabovi li.active a {
        border: 0;
        color: black !important;
        background: #EEEFF2;
        font-family: 'teleNeo-bold' !important;
        transition: all ease-in .5s;
        -webkit-transition: all ease-in .5s;
    }

    #megjunarodni-povici .mob-paketi-razgovori-text .tabovi li a:hover {
        border: 0 !important;
        border-color: transparent;
        border-radius: 0;
        background: #EEEFF2;
        color: black;
        transition: all ease-in .5s;
        -webkit-transition: all ease-in .5s;
    }

#megjunarodni-povici .mob-paketi-razgovori-text .tab-pane {
    display: none;
    visibility: hidden;
    opacity: 0;
}

    #megjunarodni-povici .mob-paketi-razgovori-text .tab-pane.active {
        display: block;
        visibility: visible;
        opacity: 1;
    }

#megjunarodni-povici .boxes .box-wrap .internet p {
    font-size: 22px;
    font-family: 'teleNeo-bold' !important;
}

#megjunarodni-povici .boxes .box-wrap .icons {
    position: relative;
    display: block;
    margin: 20px 0;
}

    #megjunarodni-povici .boxes .box-wrap .icons span {
        width: 35px;
        height: 35px;
        display: inline-block;
        top: 0 !important;
    }

#megjunarodni-povici .accordion-section .panel-default .panel-heading {
    background-color: transparent;
    border: 0;
    border-color: transparent;
    box-shadow: none;
}

#megjunarodni-povici .accordion-section .panel-default {
    border: 0;
    box-shadow: none;
}

#megjunarodni-povici .accordion-section .panel-body {
    border: 0;
}

#megjunarodni-povici .accordion-section h4.more-info {
    position: relative;
    background-color: #e20074;
    width: 300px;
    bottom: 0;
    margin: 0;
    padding: 15px 10px;
    transform: skewX( -25deg );
    color: white;
    left: 30px;
    font-size: 20px;
    background: transparent linear-gradient( 97deg, #c80c6d 0%, #e20074 100%) 0% 0% no-repeat padding-box;
}

    #megjunarodni-povici .accordion-section h4.more-info a:hover,
    #megjunarodni-povici .accordion-section h4.more-info a:focus {
        color: white;
        text-decoration: none;
        outline: none;
    }

    #megjunarodni-povici .accordion-section h4.more-info span {
        transform: skewX( 25deg );
        position: relative;
        display: block;
        margin-left: 0px;
    }

        #megjunarodni-povici .accordion-section h4.more-info span:before {
            content: 'i';
            position: relative;
            border: 2px solid white;
            padding: 1px 11px;
            border-radius: 50px;
            display: inline;
            float: left;
            margin-right: 12px;
            top: -3px;
            font-size: 17px;
            left: 2px;
        }

#megjunarodni-povici .accordion-section .panel-group {
    margin: 0;
}

#megjunarodni-povici .accordion-section .panel-body .small-text {
    position: relative;
    overflow: hidden;
    background-color: white;
    box-shadow: 0 0 10px 11px rgba(176, 174, 174, .12);
}

    #megjunarodni-povici .accordion-section .panel-body .small-text h4 {
        font-family: 'teleNeo-medium' !important;
        font-size: 19px;
        margin: 15px 0;
    }

    #megjunarodni-povici .accordion-section .panel-body .small-text p {
        font-size: 14px;
        color: black;
        font-family: 'teleNeo-medium' !important;
        text-align: left !important;
        line-height: 1.2;
    }

@media (max-width: 767px) {
    #megjunarodni-povici h2.black-bcg {
        width: auto;
        margin: 50px 10px;
        font-size: 22px;
    }

    #megjunarodni-povici p {
        font-size: 18px;
    }

    #megjunarodni-povici .boxes .box-wrap {
        min-height: 135px;
        margin: 10px 0;
    }

        #megjunarodni-povici .boxes .box-wrap h2 {
            padding: 10px;
        }

    #megjunarodni-povici .accordion-section h4.more-info {
        left: 0;
        width: auto;
        font-size: 16px;
    }

    #megjunarodni-povici .mob-paketi-razgovori-text .intro h2 {
        font-size: 23px;
        margin-top: 35px;
    }

    #megjunarodni-povici .mob-paketi-razgovori-text .tabovi ul {
        width: 100%;
    }

        #megjunarodni-povici .mob-paketi-razgovori-text .tabovi ul li {
            margin: 0px 14px;
            width: 40%;
        }
}

@media (min-width: 768px) and (max-width: 991px) {
    #megjunarodni-povici .mob-paketi-razgovori-text .tabovi ul {
        width: 60%;
    }

    #megjunarodni-povici .boxes .box-wrap .smart-priceWraper .p-left-smart span {
        font-size: 23px;
    }
}
/*#endregion megjunarodni povici B2B red*/

/*#region eSim webshop*/
#eSim-webshop {
    position: relative;
    width: 100%;
    height: auto;
}

    #eSim-webshop .eSim-steps {
        position: relative;
        width: 85%;
        display: inline;
        float: left;
        left: -16%;
        overflow: hidden;
        height: auto;
        padding-bottom: 80px;
    }

    #eSim-webshop .side-menu-choices {
        position: fixed;
        width: 30%;
        display: inline;
        right: 0;
        height: 100%;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 10px 36px #00000021;
        padding: 20px 0;
        overflow-y: scroll;
        padding-bottom: 370px;
    }

        #eSim-webshop .side-menu-choices .choosen-wrapper h4 {
            color: black;
            margin: 0;
            padding: 0;
        }

        #eSim-webshop .side-menu-choices .selection-wrapper {
            padding: 15px 15px;
        }

        #eSim-webshop .side-menu-choices h2 {
            display: inline;
            width: auto;
            font-family: 'teleNeo-regular' !important;
            font-size: 25px;
            padding: 20px 0px;
        }

            #eSim-webshop .side-menu-choices h2.magenta-text {
                color: #e20074;
                font-family: 'teleNeo-extra' !important;
                margin-right: 20px;
                position: relative;
            }


                #eSim-webshop .side-menu-choices h2.magenta-text:after {
                    content: '';
                    position: absolute;
                    right: -11px;
                    height: 30px;
                    width: 1px;
                    top: 12px;
                    display: block;
                    background: #707070;
                    opacity: 0.3;
                }






        #eSim-webshop .side-menu-choices .choosen-wrapper {
            position: relative;
            width: 100%;
            display: block;
            margin: 15px 0 15px;
            overflow: hidden;
        }


        #eSim-webshop .side-menu-choices h4.choosen.name {
            position: relative;
            line-height: 1.2;
            padding: 0;
            margin: 0;
            text-transform: uppercase;
            font-size: 16px;
        }

        #eSim-webshop .side-menu-choices .choosen-wrapper p.description {
            font-size: 14px !important;
            margin: 0;
        }

        #eSim-webshop .side-menu-choices .inline-div.details {
            position: relative;
            width: 50%;
            float: left;
            display: inline;
            text-align: left;
        }

        #eSim-webshop .side-menu-choices .inline-div.price {
            position: relative;
            width: 50%;
            float: left;
            display: inline;
            text-align: right;
        }



            #eSim-webshop .side-menu-choices .inline-div.price span {
                color: black;
                font-family: 'teleNeo-bold' !important;
                font-size: 19px;
            }


        #eSim-webshop .side-menu-choices .bottom-price.affix-top,
        #eSim-webshop .side-menu-choices .bottom-price {
            position: fixed;
            bottom: 0;
            background: #e20074;
            width: 29.5%;
            color: white;
            transition: all ease-in .4s;
            -webkit-transition: all ease-in .4s;
        }

            #eSim-webshop .side-menu-choices .bottom-price.affix-bottom {
                bottom: 135px;
                top: initial !important;
            }

            #eSim-webshop .side-menu-choices .bottom-price.affix {
                position: fixed;
                width: 29.5%;
                bottom: 0;
                background: #e20074;
                transition: all ease-in .4s;
                -webkit-transition: all ease-in .4s;
            }

            #eSim-webshop .side-menu-choices .bottom-price .inline-div {
                width: 50%;
                position: relative;
                float: left;
                display: flex;
                color: white;
                text-align: center;
                flex-direction: row;
                flex-wrap: nowrap;
                align-content: center;
                justify-content: center;
                align-items: center;
                vertical-align: middle;
                padding: 15px 0;
                box-shadow: -10px 0px 36px #00000029;
                height: 65px;
            }

                #eSim-webshop .side-menu-choices .bottom-price .inline-div p {
                    color: white !important;
                }

                #eSim-webshop .side-menu-choices .bottom-price .inline-div.vkCena {
                    text-align: right;
                    font-size: 17px;
                }

                    #eSim-webshop .side-menu-choices .bottom-price .inline-div.vkCena:before {
                        content: '';
                        position: absolute;
                        background-image: url('../content/images/esim/paket.png');
                        width: 30px;
                        height: 26px;
                        display: block;
                        background-size: contain;
                        background-repeat: no-repeat;
                        left: 30px;
                    }

                    #eSim-webshop .side-menu-choices .bottom-price .inline-div.vkCena p.cena-big {
                        font-size: 26px;
                        font-family: 'teleNeo-medium' !important;
                        margin-right: 5px;
                    }

                #eSim-webshop .side-menu-choices .bottom-price .inline-div.vkCena-text p {
                    font-size: 20px;
                }

        #eSim-webshop .side-menu-choices .more-packages-choosen {
            position: relative;
            display: block;
            height: auto;
            bottom: 0;
            text-align: center;
        }

            #eSim-webshop .side-menu-choices .more-packages-choosen span.plus {
                position: relative;
                text-align: center;
            }

            #eSim-webshop .side-menu-choices .more-packages-choosen span.left:before {
                content: '';
                position: absolute;
                width: 40%;
                height: 1px;
                background: #D9D9D9;
                left: 0;
                top: 15px;
            }

            #eSim-webshop .side-menu-choices .more-packages-choosen span.right:before {
                content: '';
                position: absolute;
                width: 40%;
                height: 1px;
                background: #D9D9D9;
                right: 0;
                top: 15px;
            }

            #eSim-webshop .side-menu-choices .more-packages-choosen span.plus:before {
                content: '+';
                font-family: 'teleIcon-outline' !important;
                left: 0;
                right: 0;
                text-align: center;
                margin: 0 auto;
                color: white;
                background: #e20074;
                border-radius: 50%;
                padding: 8px;
                font-size: 15px;
                text-align: center;
                left: 0;
                right: 0;
            }

        #eSim-webshop .side-menu-choices .selection:last-child .more-packages-choosen {
            display: none;
        }

    #eSim-webshop .ul-steps {
        position: fixed;
        width: 70%;
        overflow: hidden;
        padding: 2% 0 2%;
        background: #F7F8F9 0% 0% no-repeat padding-box;
        box-shadow: -1px 1px 36px 4px #00000021;
        left: 0;
    }

        #eSim-webshop .ul-steps ul {
            min-height: initial;
            overflow: hidden;
        }

            #eSim-webshop .ul-steps ul li {
                position: relative;
                width: 25%;
                display: flex;
                float: left;
                text-align: center;
                vertical-align: middle;
                align-content: flex-start;
                flex-wrap: nowrap;
                flex-direction: column;
                align-items: stretch;
                padding-top: 25px;
                color: #c3c3c3;
                font-size: 16px;
            }

                #eSim-webshop .ul-steps ul li.active {
                    color: black !important;
                }

                #eSim-webshop .ul-steps ul li:before {
                    content: '';
                    position: absolute;
                    width: 15px;
                    height: 15px;
                    background: #ccc;
                    left: 0;
                    right: 0;
                    margin: 0 auto;
                    top: 10px;
                    z-index: 3;
                    border-radius: 50%;
                }

                #eSim-webshop .ul-steps ul li.active:before,
                #eSim-webshop .ul-steps ul li.visited:before {
                    background: #e20074;
                    box-shadow: 0px 0px 11px 1px #e20074e6;
                }

                #eSim-webshop .ul-steps ul li:after {
                    content: '';
                    position: absolute;
                    width: 100%;
                    height: 2px;
                    background: #ccc;
                    right: -48%;
                    top: 18px;
                }

                #eSim-webshop .ul-steps ul li.visited:after {
                    background: #e20074;
                }

                #eSim-webshop .ul-steps ul li:last-of-type:after {
                    display: none;
                }

div#eSim-webshop p {
    font-size: 18px;
}

#eSim-webshop .step {
    position: relative;
    top: 100px;
    transition: all ease-in .8s;
    overflow: hidden;
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 70px;
}

    #eSim-webshop .step h1 {
        text-align: left;
        color: #e20074;
        text-transform: uppercase;
        font-family: 'teleNeo-extra' !important;
        font-size: 30px;
        margin-top: 50px !important;
    }

    #eSim-webshop .step .buttons {
        position: relative;
        display: block;
        width: 100%;
        overflow: hidden;
        text-align: right;
        top: 30px;
    }

        #eSim-webshop .step .buttons .next-button,
        #eSim-webshop .step .buttons .previous-button {
            position: relative;
            width: auto;
            display: inline;
        }

        #eSim-webshop .step .buttons .btn-magenta {
            position: relative;
            padding: 7px 40px;
            background: #e20074;
            color: white;
            width: auto;
            font-size: 20px;
        }

        #eSim-webshop .step .buttons .next-btn {
            transition: all ease-in .5s;
        }

            #eSim-webshop .step .buttons .next-btn:hover {
                background: #bf0766 !important;
                transition: all ease-in .5s;
            }

        #eSim-webshop .step .buttons p.errorMsg {
            margin-top: 20px;
        }

    #eSim-webshop .step .btn.btn-transparent {
        width: auto;
        display: inline;
        color: black;
        font-family: 'teleNeo-medium' !important;
        padding: 8px 20px;
        font-size: 18px;
        background: transparent;
        margin-right: 10px;
    }

        #eSim-webshop .step .btn.btn-transparent:hover {
            background: transparent !important;
            box-shadow: 0 0 20px 2px #00000017;
        }

#eSim-webshop .catalog-item,
#eSim-webshop .catalog-data {
    background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 1px 1px 20px 0px #0000001a;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    margin: 10px 0 20px;
}


#eSim-webshop .header-wrap {
    position: relative;
    width: 100%;
    display: block;
    margin: 20px 0;
}

    #eSim-webshop .header-wrap img {
        position: relative;
        display: inline;
        float: left;
        width: auto;
        height: auto;
        margin-right: 20px;
    }

    #eSim-webshop .header-wrap h3 {
        position: relative;
        display: inline;
        float: left;
        margin: 0;
        text-transform: uppercase;
        font-size: 21px;
        font-family: 'teleNeo-bold' !important;
    }

#eSim-webshop .box-wrap {
    position: relative;
    width: 65%;
    float: right;
    display: inline;
}

#eSim-webshop .catalog-item span,
#eSim-webshop .catalog-data span {
    position: relative;
    display: block;
}

#eSim-webshop .catalog-item .icon {
    position: relative;
    width: 45px;
    height: auto;
}

#eSim-webshop .catalog-item h4.name {
    position: relative;
    padding: 0;
    margin: 20px 0px 10px;
    text-transform: uppercase;
    color: black;
    font-family: 'teleNeo-bold' !important;
    font-size: 17px;
}

#eSim-webshop .catalog-item p {
    line-height: 1.2;
    font-size: 17px;
}

#eSim-webshop .catalog-item .wrap {
    position: relative;
    padding: 5px 20px;
    display: block;
    text-align: left;
    /*border: 1px solid #3B405D3B;*/
    margin: 10px 0;
}

#eSim-webshop .catalog-item .inline-div {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    font-size: 17px;
    font-family: 'teleNeo-bold' !important;
    text-align: center;
    margin: 10px 0;
}

    #eSim-webshop .catalog-item .inline-div span {
        display: inline !important;
        float: left;
        position: relative;
        color: #333;
        font-size: 17px;
        font-family: 'teleNeo-bold' !important;
    }

    #eSim-webshop .catalog-item .inline-div img {
        margin-right: 5px;
    }

#eSim-webshop .catalog-item .price {
    position: relative;
    width: 100%;
    display: block;
}

    #eSim-webshop .catalog-item .price span {
        display: inline !important;
        color: black;
        font-family: 'teleNeo-bold' !important;
        font-size: 18px;
    }

#eSim-webshop .step.one .form-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
}

    #eSim-webshop .step.one .form-box input {
        visibility: hidden;
        position: absolute;
        top: 0;
        right: 0;
    }

        #eSim-webshop .step.one .form-box input:before {
            content: '';
            position: absolute;
            width: 24px;
            height: 24px;
            top: 15px;
            right: 25px;
            visibility: visible;
            opacity: 1;
            background: #F6F7FA 0% 0% no-repeat padding-box;
            border: 1px solid #BEC1D4;
            border-radius: 50%;
        }

#eSim-webshop .catalog-item.active,
#eSim-webshop .catalog-data.active {
    border: 1px solid #e20074;
}

    #eSim-webshop .catalog-item.active .form-box input:before,
    #eSim-webshop .catalog-data.active .form-box input:before {
        content: '';
        position: absolute;
        background-image: url('../content/images/esim/check.png');
        background-size: cover;
        background-position: center top;
        border: none;
    }

#eSim-webshop .catalog-item.active,
#eSim-webshop .catalog-data.active {
    border: 1px solid #e20074;
}

#eSim-webshop .step.one .catalog-item.active .form-box input:before,
#eSim-webshop .step.one .catalog-data.active .form-box input:before {
    content: '';
    position: absolute;
    background-image: url('../content/images/esim/check.png');
    background-size: cover;
    background-position: center top;
    border: none;
}

#eSim-webshop .catalog-item.active .price span,
#eSim-webshop .catalog-data.active .price span {
    color: #e20074;
}

#eSim-webshop .catalog-data h4.magenta-text {
    color: black;
    font-family: 'teleNeo-bold' !important;
    font-size: 30px;
    margin: 0;
}

#eSim-webshop .catalog-data.active h4 {
    color: #e20074;
}

#eSim-webshop .catalog-data span.description {
    color: black;
    font-family: 'teleNeo-medium' !important;
    text-transform: uppercase;
    font-size: 17px;
}

#eSim-webshop .box-wrap .inline-div.duration {
    text-align: center;
    margin: 10px 0;
}

    #eSim-webshop .box-wrap .inline-div.duration:before {
        content: '';
        position: absolute;
        top: 23px;
        left: 18px;
        width: 41%;
        height: 1px;
        background: #707070;
        opacity: .4;
    }

    #eSim-webshop .box-wrap .inline-div.duration span {
        font-size: 19px;
        font-family: 'teleNeo-bold' !important;
    }

    #eSim-webshop .box-wrap .inline-div.duration:after {
        content: '';
        position: absolute;
        top: 23px;
        right: 18px;
        width: 41%;
        height: 1px;
        background: #707070;
        opacity: .4;
    }

#eSim-webshop .box-wrap .internet .catalog-data .price {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
}

    #eSim-webshop .box-wrap .internet .catalog-data .price span {
        position: relative;
        display: inline !important;
        text-align: center;
        margin-right: 5px;
        font-size: 18px;
        font-family: 'teleNeo-bold' !important;
    }

#eSim-webshop .step .form-box input:focus,
#eSim-webshop .step .form-box input:hover {
    border-color: #f56ab1;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0,0, .8), 0 0 8px #f56ab1;
    box-shadow: inset 0 0 0 rgba(0, 0,0, .8), 0 0 8px #f56ab1;
    outline: none;
}

input[type=checkbox]:checked + label {
    background-image: none;
}

#eSim-webshop .step.two {
    padding-bottom: 17% !important;
    min-height: 650px;
}

    #eSim-webshop .step.two .group {
        position: relative;
        width: 50%;
        display: block;
    }

    #eSim-webshop .step.two .form-box input {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        border: 1px solid rgba(112, 112, 112, .65);
        border-radius: 6px;
        padding: 7px;
        height: 45px;
    }

#eSim-webshop .step.three .options {
    position: relative;
    width: 100%;
    display: flex;
    padding: 20px 0;
}

    #eSim-webshop .step.three .options .citizen {
        width: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        margin-right: 20px;
        padding: 10px 25px 10px 30px;
        border: 1px solid #DEDEDE;
        border-radius: 9px;
        position: relative;
    }

        #eSim-webshop .step.three .options .citizen input[type="radio"] {
            visibility: hidden;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 6px;
            top: 8px;
            z-index: 1;
            cursor: pointer;
        }

            #eSim-webshop .step.three .options .citizen input[type="radio"]:before {
                content: '';
                position: absolute;
                width: 18px;
                height: 18px;
                background: #FFFFFF 0% 0% no-repeat padding-box;
                border: 1px solid #9F9F9F;
                visibility: visible;
                opacity: 1;
                border-radius: 50%;
                left: 0;
                top: 0;
            }

            #eSim-webshop .step.three .options .citizen input[type="radio"].ng-valid-parse:after {
                content: '';
                position: absolute;
                width: 12px;
                height: 12px;
                background: #e20074;
                left: 3px;
                right: 0;
                display: block;
                opacity: 1;
                visibility: visible;
                border-radius: 50%;
                top: 3px;
            }

#eSim-webshop .step.three hr {
    border-top: 1px solid #DEDEDE;
    margin: 20px 0;
}

#eSim-webshop .step.three input {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 6px;
    height: 45px;
    padding: 5px 15px;
    position: relative;
    color: #333;
    font-size: 17px;
    font-family: 'teleNeo-regular' !important;
}

#eSim-webshop .step.three .yellow-info-box {
    position: relative;
    padding: 20px;
    background: #FFF9C5 0% 0% no-repeat padding-box;
    border-radius: 6px;
    margin: 20px 0;
}

    #eSim-webshop .step.three .yellow-info-box p {
        font-size: 17px !important;
        line-height: 1.2;
        padding-left: 30px;
    }

    #eSim-webshop .step.three .yellow-info-box:before {
        content: 'i';
        position: absolute;
        left: 15px;
        font-family: 'teleNeo-bold' !important;
        font-size: 16px;
        border: 2px solid;
        border-radius: 50%;
        color: #ad7f00;
        width: 24px;
        height: 24px;
        text-align: center;
        top: 30px;
    }

#eSim-webshop .step.three .bord-top-btn.text-left {
    margin-top: 20px;
    padding-left: 0;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 20px;
}

    #eSim-webshop .step.three .bord-top-btn.text-left .btn-magen {
        padding: 13px 10px;
        width: 190px;
        height: auto;
        font-size: 18px;
        border: none;
    }

#eSim-webshop .step.four {
    padding-bottom: 110px !important;
    min-height: 650px;
}


    #eSim-webshop .step.four .form-box {
        position: relative;
        display: flex;
        width: auto;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

        #eSim-webshop .step.four .form-box input {
            position: absolute;
            visibility: hidden;
            height: 25px;
            width: 25px;
            top: 0;
            left: 5px;
            z-index: 3;
            cursor: pointer;
        }

            #eSim-webshop .step.four .form-box input.ng-empty:before {
                content: '';
                position: absolute;
                width: 100%;
                height: 100%;
                opacity: 1;
                visibility: visible;
                top: 10px;
                background: #FFFFFF 0% 0% no-repeat padding-box;
                border: 1px solid #C4C4C4;
                border-radius: 4px;
            }

            #eSim-webshop .step.four .form-box input.ng-not-empty:after {
                content: 'V';
                position: absolute;
                font-family: 'teleIcon-outline';
                width: 100%;
                height: 100%;
                top: 10px;
                display: block;
                visibility: visible;
                opacity: 1;
                text-align: center;
                vertical-align: middle;
                padding-top: 3px;
                font-size: 20px;
                color: white;
                background: #e20074;
                border-radius: 4px;
                border: none;
            }

        #eSim-webshop .step.four .form-box p {
            position: relative;
            padding-left: 50px;
            line-height: 1.2;
            color: #4A4B4C;
        }

    #eSim-webshop .step.four .option {
        position: relative;
        width: 120px;
        display: inline;
        float: left;
        padding: 13px 20px;
        background: #EEEEEE 0% 0% no-repeat padding-box;
        border: 1px solid #DEDEDE;
        border-radius: 9px;
        margin: 0 10px;
    }

        #eSim-webshop .step.four .option input {
            position: absolute;
            visibility: hidden;
            width: 17px;
            height: 17px;
            left: 0;
            z-index: 2;
            cursor: pointer;
        }

            #eSim-webshop .step.four .option input:before {
                content: '';
                position: absolute;
                width: 17px;
                height: 17px;
                background: #FFFFFF 0% 0% no-repeat padding-box;
                border: 1px solid #9F9F9F;
                visibility: visible;
                opacity: 1;
                border-radius: 50%;
                left: 10px;
                top: -4px;
            }

            #eSim-webshop .step.four .option input.ng-valid-parse:after {
                content: '';
                position: absolute;
                width: 13px;
                height: 13px;
                background: #e20074 0% 0% no-repeat padding-box;
                border: 1px solid #9F9F9F;
                visibility: visible;
                opacity: 1;
                border-radius: 50%;
                left: 12px;
                top: -2px;
            }

        #eSim-webshop .step.four .option span.lang {
            padding-left: 40px;
        }

.esim-offer h3 {
    font-size: 19px;
}

#eSim-webshop .step.three .centralen-registar-forma input {
    position: relative;
    height: 45px !important;
    background: #E2F3FF 0% 0% no-repeat padding-box !important;
    border: 1px solid #52A8E8 !important;
    border-radius: 6px !important;
}

#eSim-webshop .step.three .centralen-registar-forma select {
    height: 45px !important;
    background: #E2F3FF 0% 0% no-repeat padding-box !important;
    border: 1px solid #52A8E8 !important;
    border-radius: 6px !important;
    appearance: auto !important;
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
}

#eSim-webshop .step.three .centralen-registar-forma p {
    padding-left: 20px;
    margin: 30px 0;
}

#eSim-webshop .errorMsg {
    color: red;
    border-radius: 4px;
    line-height: 1.2;
    top: 0px;
    font-size: 15px;
    text-shadow: 0px 0px 20px #e400004d;
    margin-bottom: 10px;
    margin-top: 0;
    display: block;
    position: relative;
    overflow: hidden;
    left: 0;
    float: left;
}

.eSim-details .choose-boxes-parent .choose-box {
    cursor: auto;
}

.sticky-mob {
    position: fixed;
    bottom: 150px !important;
}

.sticky {
    bottom: 140px !important;
    transition: all ease-in .6s;
    -webkit-transition: all ease-in .6s;
}

@media (max-width: 1400px) {
    #eSim-webshop .side-menu-choices .choosen-wrapper {
        margin: 10px;
    }
}

@media(max-width: 320px) {
    #eSim-webshop .step.four .option {
        width: 75px;
        margin: 0 5px;
    }

        #eSim-webshop .step.four .option span.lang {
            padding-left: 17px;
        }

    #eSim-webshop .side-panel-mobile .side-menu-choices {
        padding-bottom: 330px !important;
    }
}

@media(max-width: 767px) {

    #eSim-webshop .side-panel-mobile .side-menu-choices {
        top: 110px !important;
    }

    #eSim-webshop .side-menu-choices .bottom-price.mob.affix-bottom {
        bottom: 145px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .sticky-mob {
        bottom: 110px !important;
    }
}

@media (max-width: 991px) {
    #uredi-phones-naslovna .deviceInfoWrap .txt-cena-naslovna,
    #uredi-phones-naslovna .deviceInfoWrap .p-uredi-cena span.num-instalments span,
    #uredi-phones-naslovna .deviceInfoWrap .p-currency,
    #uredi-phones-naslovna .deviceInfoWrap span.price2 {
        color: white !important;
        transition: all 0.2s ease-in-out;
    }

    #uredi-landing-phones .deviceInfoWrap .p-currency,
    #uredi-landing-phones .p-uredi-cena span.num-instalments span,
    #uredi-landing-phones .phone-box .txt-cena-naslovna {
        color: white !important;
    }

    #phone-slider-hp-red div#uredi-landing-phones.custom .slider h3 {
        font-size: 18px;
        margin-top: 50px;
    }

    #uredi-landing-phones.custom .deviceInfoWrap .p-currency,
    #uredi-landing-phones.custom .p-uredi-cena span.num-instalments span,
    #uredi-landing-phones.custom .phone-box .txt-cena-naslovna {
        color: black !important;
    }

    #uredi-landing-phones .deviceInfoWrap .p-currency {
        border-bottom: 1px solid white !important;
    }

    #uredi-landing-phones.custom .deviceInfoWrap .p-currency {
        border-bottom: 1px solid black !important;
    }

    #eSim-webshop .eSim-steps {
        position: relative;
        width: 100%;
        left: 0;
    }

    #eSim-webshop .step {
        padding: 0 15px 70px 15px;
    }

    #eSim-webshop .ul-steps {
        width: 100%;
    }

    #eSim-webshop .step h1 {
        font-size: 25px;
        margin-top: 30px !important;
        text-align: center;
    }

    div#eSim-webshop p {
        line-height: 1.2;
        text-align: center;
    }

    #eSim-webshop .header-wrap {
        position: relative;
        width: 100%;
        margin: 30px auto 40px;
        text-align: center;
        overflow: hidden;
    }

        #eSim-webshop .header-wrap img {
            display: inline-block;
            float: none;
        }


        #eSim-webshop .header-wrap h3 {
            display: inline-block;
            float: none;
            font-size: 19px;
            top: 15px;
        }

    #eSim-webshop .box-wrap {
        position: relative;
        width: 100%;
        float: none;
    }

        #eSim-webshop .box-wrap .inline-div.duration:after,
        #eSim-webshop .box-wrap .inline-div.duration:before {
            width: 35%;
        }

        #eSim-webshop .catalog-item .price span,
        #eSim-webshop .box-wrap .internet .catalog-data .price span {
            font-size: 22px;
        }

    #eSim-webshop .step .buttons {
        text-align: center;
    }

    #eSim-webshop .step.two {
        padding-bottom: 70% !important;
    }

    #eSim-webshop .step.four {
        padding-bottom: 40% !important;
    }

    #eSim-webshop .step.four {
        padding-bottom: 60% !important;
    }

    #eSim-webshop .step.two .group {
        width: 100%;
    }

        #eSim-webshop .step.two .group label {
            width: 100%;
            display: block;
        }

        #eSim-webshop .step.two .group span.errorMsg {
            width: 100%;
            display: block;
        }

    #eSim-webshop .step.four .form-box p {
        text-align: left;
    }

    #eSim-webshop .step.four .option {
        position: relative;
        width: 85px;
    }

        #eSim-webshop .step.four .option input {
            width: 27px;
        }

        #eSim-webshop .step.four .option span.lang {
            padding-left: 20px;
        }

        #eSim-webshop .step.four .option input.ng-valid-parse:after {
            width: 12px;
            height: 12px;
            left: 13px;
            top: -1px;
        }

        #eSim-webshop .step.four .option input:before {
            width: 18px;
            height: 18px;
            left: 10px;
            top: -4px;
        }

    .kosnicka.esim-koshnichka .gray-bg.right-side {
        height: 210px !important;
        margin-bottom: 30px;
        height: 210px;
    }

        .kosnicka.esim-koshnichka .gray-bg.right-side ul {
            padding-right: 20px !important;
        }

    .productSectionWrapper.wrapCheckout .webshop-product-item .esim-checkout .detail-box:after {
        display: none;
    }

    div#eSim-webshop .step.four p {
        text-align: left;
        padding-left: 13px;
    }

    #eSim-webshop .side-panel-mobile .side-menu-choices {
        width: 100%;
        display: block;
        padding-top: 35px;
        height: 100%;
        z-index: 3;
        padding-bottom: 350px;
        top: 165px;
        left: 0;
        right: 0;
        bottom: 0;
    }

    #eSim-webshop .side-panel-mobile a.btn.magenta-btn,
    #eSim-webshop .side-panel-mobile a.btn.magenta-btn.affix {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        display: block;
        text-align: left;
        background: #e20074;
        color: white;
        border: 0;
        border-radius: 0;
        padding: 15px 20px;
        font-size: 18px;
        text-transform: uppercase;
        z-index: 2;
    }

        #eSim-webshop .side-panel-mobile a.btn.magenta-btn.affix-bottom {
            bottom: 112px;
            top: initial !important;
        }

        #eSim-webshop .side-panel-mobile a.btn.magenta-btn:before {
            position: absolute;
            content: '$';
            font-family: 'teleIcon-outline' !important;
            width: 30px;
            height: 30px;
            background: transparent;
            right: 10px;
            top: 13px;
            transform: rotateX( 180deg );
            font-size: 24px;
            line-height: 32px;
            padding-left: 5px;
            color: white;
            opacity: 1;
        }

    #eSim-webshop .side-menu-choices .bottom-price.mob.affix-bottom {
        bottom: 145px !important;
        top: initial !important;
    }

    #eSim-webshop .side-panel-mobile .side-menu-choices span#close {
        top: 8px;
        position: absolute;
        right: 10px;
    }

        #eSim-webshop .side-panel-mobile .side-menu-choices span#close:before {
            content: 'X';
            font-family: 'teleIcon-outline' !important;
            font-size: 22px;
            color: #333;
            font-weight: 600;
        }

    #eSim-webshop .side-panel-mobile .side-menu-choices .bottom-price.mob {
        width: 100%;
        bottom: 0;
        z-index: 9;
    }

    #eSim-webshop .side-panel-mobile .side-menu-choices h2 {
        font-size: 22px;
        width: auto;
        display: inline-block;
        margin: 0;
        padding-right: 10px;
    }

    #eSim-webshop .side-menu-choices h2.magenta-text:after {
        right: 3px;
        top: 15px;
    }

    #eSim-webshop .side-panel-mobile .side-menu-choices p {
        text-align: left;
    }

    #eSim-webshop .side-panel-mobile .side-menu-choices .bottom-price .inline-div.vkCena:before {
        left: 20px;
    }

    #eSim-webshop .errorMsg {
        display: block;
        width: 100%;
    }

    #eSim-webshop p.errorMsg {
        text-align: left;
    }

    #eSim-webshop .step.three .yellow-info-box {
        margin: 40px 0;
    }
}

@media(min-width: 992px) and (max-width: 1199px) {
    #eSim-webshop .eSim-steps {
        width: 70%;
        left: 0;
    }

    #eSim-webshop .side-menu-choices .bottom-price .inline-div.vkCena:before {
        content: '';
        width: 26px;
        height: 24px;
        left: 9px;
    }
}
/*#endregion eSim webshop*/
/*#region esim kaj nov broj*/
.prePaid-karticka-fullBox.eSim h3 {
    font-size: 22px;
    font-family: 'teleNeo-bold' !important;
    margin-bottom: 0;
    margin-top: 0;
}

.prePaid-karticka-fullBox.eSim h4 {
    font-size: 17px;
    margin-bottom: 0;
    margin-top: 0;
    color: black !important;
}

.prePaid-karticka-fullBox.eSim p {
    color: black;
    line-height: 1.2;
}

.prePaid-karticka-fullBox.eSim ul {
    margin-bottom: 50px;
}


.side-panel-mobile #collapseEsimSideMenu.in ~ a.btn-magenta-btn {
    display: none;
    opacity: 0;
    visibility: hidden;
}

#eSim-webshop .side-menu-choices .side-headers {
    position: relative;
    padding: 0 20px;
}
/*#endregion esim kaj nov broj*/



@media(min-width: 1200px) and (max-width: 1400px) {
    #eSim-webshop .step {
        width: 90%;
        left: 10%;
    }

    #eSim-webshop .side-menu-choices h2 {
        display: inline;
        padding: 20px 0;
        font-size: 23px;
    }

        #eSim-webshop .side-menu-choices h2.magenta-text {
            padding-right: 15px;
        }

            #eSim-webshop .side-menu-choices h2.magenta-text:after {
                content: '';
                position: absolute;
                right: 6px;
                top: 18px;
            }
}




/*#region company redesign*/
#company-new-design h1 {
    font-family: 'teleNeo-extra' !important;
    font-size: 37px;
    /*padding: 0 20%;*/
    line-height: 1.2;
    margin: 10px 0 30px 0;
    color: black;
    text-align: center;
}

#company-new-design .flyBy {
    position: fixed;
    right: 0;
    top: 60%;
    z-index: 999;
    text-align: right;
    width: 60px;
    height: 290px;
    z-index: 3;
    cursor: pointer;
}

    #company-new-design .flyBy .white-bg {
        width: 100%;
    }

#company-new-design .main-image .white-bg.absolute,
#company-new-design .main-banner .white-bg.absolute {
    position: absolute;
    background: white;
    box-shadow: 0px 30px 89px rgba(0, 0, 0, .10);
    -webkit-box-shadow: 0px 30px 89px rgba(0, 0, 0, .10);
    width: 100%;
    left: 0;
    bottom: -30%;
    padding: 40px;
    text-align: center;
    z-index: 2;
}

    #company-new-design .main-banner .white-bg.absolute h1,
    #company-new-design .main-image .white-bg.absolute h1 {
        font-family: 'teleNeo-extra' !important;
        font-size: 36px;
        padding: 0;
        line-height: 1.2;
        margin: 10px 0 30px 0;
    }

#usoglasenost .main-banner .white-bg.absolute h1 {
    position: relative;
    background: transparent;
    box-shadow: none;
    bottom: 0;
    margin: 0 !important
}

#company-new-design .main-banner .white-bg.absolute p,
#company-new-design .main-image .white-bg.absolute p {
    font-size: 18px;
    line-height: 1.2;
    padding: 0 0;
}


#company-new-design .white-bg ruby rt {
    font-size: 15px;
}

#company-new-design .white-bg ruby b {
    font-size: 18px;
}

#company-new-design .flyBy:hover .flyBy-content {
    right: 0;
}

#company-new-design .flyBy .flyBy-content {
    right: -310px;
    position: absolute;
    width: 310px;
    height: 240px;
    transition: all ease-in .6s;
    -webkit-transition: all ease-in .6s;
    -moz-transition: all ease-in .6s;
    text-align: left;
    padding: 20px;
    background: #F1F1F1 0% 0% no-repeat padding-box;
}

    #company-new-design .flyBy .flyBy-content h3 {
        font-size: 20px;
        font-family: 'teleNeo-medium' !important;
        margin: 0 0 20px 0;
        position: relative;
    }

#company-new-design .flyByToggler {
    position: absolute;
    width: 50px;
    height: 260px;
    right: 0;
    background: black;
    transition: all ease-in .6s;
    -webkit-transition: all ease-in .6s;
    -moz-transition: all ease-in .6s;
}

    #company-new-design .flyByToggler.magenta {
        background: #e20074;
    }

#company-new-design .flyBy:hover .flyByToggler {
    right: 310px !important;
    transition: all ease-in .6s;
    -webkit-transition: all ease-in .6s;
    -moz-transition: all ease-in .6s;
}

#company-new-design .flyByToggler h3 {
    color: white;
    writing-mode: tb-rl;
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    transform: rotate( 180deg );
    margin: 0;
    position: relative;
    text-align: right;
    width: 50px;
    height: 100%;
    left: 15px;
    bottom: 0px;
    text-transform: uppercase;
    font-family: 'teleNeo-regular' !important;
    font-size: 17px;
    letter-spacing: 2px;
    padding: 40px 0 20px;
}

    #company-new-design .flyByToggler h3:before {
        content: '';
        background-image: url(../content/images/za-kompanijata/call.svg);
        width: 18px;
        height: 30px;
        position: absolute;
        bottom: 0;
        right: 2px;
        top: 14px;
        background-repeat: no-repeat;
        background-position: center;
        transform: rotate(90deg);
        background-size: contain;
    }

#company-new-design .container {
    position: relative;
    height: 100%;
}


/*#endregion company redesign*/

/*#region pres centar new design*/
/*#region pres centar lp*/
.pres-centar-redesign .main-banner {
    position: relative;
    background-image: url(../content/images/pres-centar-redesign/pres-centar-banner-new.jpg);
    height: 60vh;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.pres-centar-redesign .container {
    position: relative;
}


.pres-centar-redesign .gray-ab-box {
    position: absolute;
    right: 0;
    background: #e7e8f6;
    padding: 30px 50px;
    width: 35%;
    z-index: 2;
    bottom: 30%;
}

    .pres-centar-redesign .gray-ab-box .e-mail-box {
        padding-left: 45px;
        position: relative;
    }

        .pres-centar-redesign .gray-ab-box .e-mail-box:before {
            content: '\f422';
            position: absolute;
            font-family: 'Ionicons';
            left: 0;
            font-size: 40px;
            top: -9px;
        }

    .pres-centar-redesign .gray-ab-box h2 {
        padding: 0;
        font-family: 'teleNeo-regular' !important;
        margin-bottom: 20px;
        font-size: 23px;
    }

.pres-centar-redesign .title h1 {
    padding: 5% 0 3% !important;
    margin: 0 !important;
    color: black !important;
    text-align: left !important;
}

.pres-centar-header h2 {
    position: relative;
    font-size: 26px;
    font-family: 'teleNeo-bold' !important;
    color: black;
    margin: 35px 0 40px;
    padding: 0 25px 0 0;
}

.pres-centar-redesign ruby b {
    font-size: 18px;
}

.pres-centar-redesign ruby rt {
    text-align: left;
    font-size: 16px;
    color: rgb(150, 150,150);
}


.more-link-mb .btn-magenta {
    background: #e20074;
    color: white;
    font-size: 18px;
    padding: 7px 30px;
    display: inline;
    margin-right: 20px;
}

.more-link-mb .btn-arhiva {
    color: #007FAF;
    position: relative;
    text-decoration: underline;
    padding: 7px 30px;
    font-size: 18px;
}

    .more-link-mb .btn-arhiva:before {
        content: '';
        background-image: url(../content/images/pres-centar-redesign/archive.png);
        background-size: contain;
        width: 20px;
        height: 17px;
        left: 0;
        bottom: 10px;
        position: absolute;
        background-repeat: no-repeat;
    }


div#carousel-fotogallery,
#carousel-fotogallery-mobile {
    position: relative;
    margin-bottom: 60px;
    height: auto;
    padding: 0 3%;
}

    div#carousel-fotogallery .carousel-inner .col-sm-3,
    #carousel-fotogallery-mobile .carousel-inner .col-sm-3 {
        padding: 0 5px;
    }

    div#carousel-fotogallery .carousel-control,
    #carousel-fotogallery-mobile .carousel-control {
        position: absolute;
        top: 30%;
        bottom: 0;
        width: 3%;
        font-size: 30px;
        color: #5d5d5d;
        text-align: center;
        text-shadow: none;
        opacity: .5;
        font-size: 30px;
    }

        div#carousel-fotogallery .carousel-control:hover,
        #carousel-fotogallery-mobile .carousel-control:hover {
            opacity: 1;
            color: #5d5d5d;
        }

.wrapper-sednici {
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
}

    .wrapper-sednici .btn-group.new-pg {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        display: flex;
        width: auto;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-end;
        align-items: center;
        float: right;
    }

.info-gray-bg {
    position: relative;
    background-color: #f8f8f8;
}

    .info-gray-bg .news-intro-sednici {
        border-bottom: 0;
    }

        .info-gray-bg .news-intro-sednici:after {
            content: '';
            position: absolute;
            width: 95%;
            left: 0;
            right: 0;
            height: 1px;
            margin: 0 auto;
            background-color: #d6d6d6;
            bottom: 0;
        }

.wrapper-sednici.informacii .news-intro-sednici {
    position: relative;
    height: 240px;
    margin: 20px 0 20px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: 1px solid #d6d6d6;
    padding: 0 0 30px 0;
    flex-direction: row;
}

.wrapper-sednici.informacii .news-intro-title {
    position: relative;
    width: 100%;
}

@media (max-width: 767px) {
    .wrapper-sednici.informacii .news-intro-sednici {
        height: auto;
    }

    .pres-centar-redesign .main-banner {
        height: 300px;
    }

    .pres-centar-redesign .gray-ab-box {
        position: relative;
        width: 100%;
        bottom: 60px;
    }

    .pres-centar-redesign .title h1 {
        text-align: center !important;
    }

    .pres-centar-header h2 {
        padding: 0 25px;
        font-size: 21px;
    }

    .news-intro-sednici {
        display: block;
        height: auto;
        margin: 20px 0 30px;
    }

        .news-intro-sednici h2 {
            top: -10px;
        }

        .news-intro-sednici .news-intro-title h4 {
            padding-top: 20px;
        }

        .news-intro-sednici .news-intro-title {
            position: relative;
            width: 100%;
            display: block;
            float: none;
            height: auto;
            margin-bottom: 30px;
            padding-right: 0;
        }

            .news-intro-sednici .news-intro-title .more {
                position: relative;
            }

    .news-images {
        position: relative;
        width: 100%;
        display: block;
        float: none;
        height: 100%;
    }

    .carousel-inner .col-sm-3 {
        padding: 10px 25px;
    }

    div#carousel-fotogallery {
        padding: 0 5%;
    }

        div#carousel-fotogallery .carousel-control,
        #carousel-fotogallery-mobile .carousel-control {
            width: 5%;
            top: 40%;
        }

        div#carousel-fotogallery .carousel-inner .col-sm-3,
        #carousel-fotogallery-mobile .carousel-inner .col-sm-3 {
            padding: 0 15px;
        }
}

@media(min-width: 768px) and (max-width: 991px) {
    .pres-centar-redesign .main-banner {
        height: 40vh;
    }

    .pres-centar-redesign .gray-ab-box {
        width: 45%;
    }
}
/*#endregion pres centar lp*/

/*#region informacii lp*/
.informacii-redesign .main-banner {
    position: relative;
    background-image: url(../content/images/pres-centar-redesign/pres-centar-banner-new.jpg);
    height: 60vh;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.informacii-redesign .white-bg.absolute {
    position: relative;
    width: 100% !important;
    left: 0;
    right: 0;
    bottom: 70px;
    padding: 30px 40px;
    margin-bottom: 40px;
    box-shadow: 0 0 35px 7px #00000014;
    -moz-box-shadow: 0 0 35px 7px #00000014;
    -webkit-box-shadow: 0 0 35px 7px #00000014;
}

    .informacii-redesign .white-bg.absolute h1 {
        padding: 0;
        margin: 0;
    }

@media(max-width: 767px) {
    .informacii-redesign .main-banner {
        height: 300px;
    }

    .informacii-redesign .white-bg.absolute {
        padding: 20px;
        bottom: 60px;
    }
}

/*#endregion informacii lp*/
/*#endregion pres centar new design*/


/*#region strateshka opredelba redesign*/
#strateshka-opredelba .main-image {
    background-image: url(../content/images/strateska-opredelba/banner2.png);
    position: relative;
    height: 70vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 10%;
}

    #strateshka-opredelba .main-image .white-bg.absolute {
        position: absolute;
        background: white;
        box-shadow: 0px 30px 136px #0000001A;
        width: 100%;
        left: 0;
        bottom: -25%;
        padding: 40px;
        text-align: center;
        z-index: 2;
    }

        #strateshka-opredelba .main-image .white-bg.absolute h1 {
            font-family: 'teleNeo-extra' !important;
            font-size: 34px;
            padding: 0 20%;
            line-height: 1.2;
            margin: 10px 0 30px 0;
        }

        #strateshka-opredelba .main-image .white-bg.absolute p {
            font-size: 18px;
            line-height: 1.2;
            padding: 0 0;
        }

#strateshka-opredelba section.gray-bcg {
    position: relative;
    padding: 15% 0 5% 0;
}

    #strateshka-opredelba section.gray-bcg .wrapper {
        position: relative;
        display: block;
        clear: both;
        overflow: hidden;
        height: 470px;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        align-content: center;
    }

        #strateshka-opredelba section.gray-bcg .wrapper div {
            position: relative;
            display: flex;
            width: 50%;
            height: 100%;
            vertical-align: middle;
            flex-wrap: nowrap;
            align-content: flex-start;
            justify-content: center;
            align-items: flex-start;
            flex-direction: column;
        }

        #strateshka-opredelba section.gray-bcg .wrapper .left-img,
        #strateshka-opredelba section.gray-bcg .wrapper .right-img {
            position: relative;
            height: 100%;
        }

            #strateshka-opredelba section.gray-bcg .wrapper .left-img img,
            #strateshka-opredelba section.gray-bcg .wrapper .right-img img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        #strateshka-opredelba section.gray-bcg .wrapper div img {
            height: 100%;
            width: auto;
        }

        #strateshka-opredelba section.gray-bcg .wrapper h3 {
            position: relative;
            font-size: 30px;
            color: black;
            font-family: 'teleNeo-bold' !important;
            line-height: 1.2;
        }

        #strateshka-opredelba section.gray-bcg .wrapper p {
            font-size: 18px;
            line-height: 1.2;
            color: black;
            width: 100%;
        }

        #strateshka-opredelba section.gray-bcg .wrapper .left-text {
            padding: 30px 60px 30px 0px;
        }

        #strateshka-opredelba section.gray-bcg .wrapper .right-text {
            padding: 30px 0px 30px 60px;
        }

        #strateshka-opredelba section.gray-bcg .wrapper .left-text:after {
            content: '';
            position: absolute;
            background-image: url(../content/images/strateska-opredelba/triangle.png);
            width: 30px;
            height: 50px;
            background-size: contain;
            background-repeat: no-repeat;
            right: -29px;
            z-index: 3;
        }

        #strateshka-opredelba section.gray-bcg .wrapper .right-text:before {
            content: '';
            position: absolute;
            background-image: url(../content/images/strateska-opredelba/triangle.png);
            width: 30px;
            height: 50px;
            background-size: contain;
            background-repeat: no-repeat;
            left: -29px;
            z-index: 3;
            transform: rotate( 180deg);
        }

@media(max-width: 767px) {
    #strateshka-opredelba .main-banner {
        background-image: none;
        height: 390px;
    }

    #strateshka-opredelba h1 {
        font-size: 23px !important;
    }

    #strateshka-opredelba .main-banner .white-bg.absolute {
        width: 90%;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: 2%;
        padding: 20px;
    }

        #strateshka-opredelba .main-banner .white-bg.absolute h2 {
            font-size: 23px;
        }

    #strateshka-opredelba section.gray-bcg {
        position: relative;
        padding: 45% 0 5% 0 !important;
    }

        #strateshka-opredelba section.gray-bcg .wrapper {
            display: flex;
            margin-bottom: 50px;
            height: auto;
            background: white;
            box-shadow: 0 0 35px 7px #f8f8f8;
            flex-direction: column;
        }

            #strateshka-opredelba section.gray-bcg .wrapper.one,
            #strateshka-opredelba section.gray-bcg .wrapper.three {
                flex-direction: column-reverse;
            }

            #strateshka-opredelba section.gray-bcg .wrapper div {
                width: 100%;
                display: block;
            }

            #strateshka-opredelba section.gray-bcg .wrapper .left-text,
            #strateshka-opredelba section.gray-bcg .wrapper .right-text {
                padding: 10px 15px 20px 15px;
            }

            #strateshka-opredelba section.gray-bcg .wrapper h3 {
                font-size: 23px;
            }
}

@media(min-width: 768px) and (max-width: 991px) {
    #strateshka-opredelba section.gray-bcg .wrapper {
        height: 600px;
    }

        #strateshka-opredelba section.gray-bcg .wrapper .right-text {
            padding: 30px 0px 30px 30px;
        }

        #strateshka-opredelba section.gray-bcg .wrapper .left-text {
            padding: 30px 30px 30px 0px;
        }
}

@media(min-width: 992px) and (max-width: 1199px) {
    #strateshka-opredelba .main-banner {
        height: 70vh;
    }
}

@media(min-width: 1550px) {
    #strateshka-opredelba .main-banner .white-bg.absolute {
        bottom: -25%;
    }
}
/*#endregion strateshka opredelba redesign*/


/*#region nagradna igra 2021*/
#nagradna-igra-2021 {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #a4c1c1;
    padding-bottom: 3%;
}

    #nagradna-igra-2021 section.header {
        position: relative;
        background-image: url(../content/images/nagradna-igra/header.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 5% 0 5%;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        min-height: 560px;
    }

        #nagradna-igra-2021 section.header:before {
            content: '';
            position: absolute;
            background-image: url(../content/images/nagradna-igra/shape-header.png);
            background-position: left;
            height: 574px;
            width: 55%;
            left: 0;
            top: 0;
            background-size: cover;
        }

        #nagradna-igra-2021 section.header .wrapper {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            align-content: flex-start;
            justify-content: flex-start;
            align-items: center;
            width: 80%;
            margin: 0 auto;
        }



        #nagradna-igra-2021 section.header .title {
            position: relative;
            width: 60%;
            color: white;
        }

            #nagradna-igra-2021 section.header .title p {
                font-size: 21px;
                padding-right: 27%;
                line-height: 1.2;
                font-family: 'teleNeo-regular' !important;
            }

    #nagradna-igra-2021 .telekom-mk-app-mobIcons {
        margin-top: 30px;
    }

    #nagradna-igra-2021 .provided-by {
        position: relative;
        width: 25%;
        top: -140px;
    }

    #nagradna-igra-2021 section.header .title h1 {
        color: white;
        font-size: 45px;
        font-family: 'teleNeo-regular' !important;
        line-height: 1.2;
        margin: 30px 0;
    }

        #nagradna-igra-2021 section.header .title h1 span {
            text-transform: none;
            font-size: 46px;
            font-family: 'teleNeo-extra' !important;
        }

    #nagradna-igra-2021 section.header .title h2 {
        font-size: 28px;
        font-family: 'teleNeo-medium' !important;
        padding: 0 31% 0 0%;
        line-height: 1.2;
        margin-bottom: 30px;
    }

    #nagradna-igra-2021 section.rewards .wrapper {
        position: relative;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: flex-start;
        justify-content: flex-start;
        align-items: center;
        width: 80%;
        margin: 0 auto;
    }

    #nagradna-igra-2021 section.rewards .phones {
        position: relative;
        top: -150px;
        width: 190px;
    }

        #nagradna-igra-2021 section.rewards .phones .ec {
            position: absolute;
            right: -30px;
            top: -50px;
            width: 110px;
        }

        #nagradna-igra-2021 section.rewards .phones:after {
            content: '';
            position: absolute;
            right: -120px;
            background-image: url(../content/images/nagradna-igra/tree.png);
            width: 140px;
            height: 180px;
            background-repeat: no-repeat;
            background-position: right;
            background-size: contain;
            bottom: 20%;
            z-index: 2;
        }

        #nagradna-igra-2021 section.rewards .phones .text {
            position: relative;
            text-align: left;
            color: white;
            margin: 20px 0;
        }

            #nagradna-igra-2021 section.rewards .phones .text p span {
                display: block;
                font-size: 70px;
                font-family: 'teleNeo-extra' !important;
                line-height: 43px;
            }

            #nagradna-igra-2021 section.rewards .phones .text p {
                font-size: 32px;
                line-height: 42px;
                font-family: 'teleNeo-bold' !important;
            }

    #nagradna-igra-2021 section.rewards .car {
        position: relative;
        top: -210px;
        width: 1000px;
        z-index: 0;
        right: 0;
    }

    #nagradna-igra-2021 section.rules {
        position: relative;
        top: -200px;
    }

        #nagradna-igra-2021 section.rules .wrapper {
            width: 100%;
            margin: auto;
        }

        #nagradna-igra-2021 section.rules .prepaid-nagradna-pravilaBox {
            position: relative;
            background: #e20074;
            text-align: center;
            width: 280px;
            margin: 0 auto;
            padding: 15px 0;
            color: white;
            border-radius: 8px;
            cursor: pointer;
        }

        #nagradna-igra-2021 section.rules h3 {
            margin: 0;
            font-size: 26px;
            font-family: 'teleNeo-regular' !important;
            line-height: 24px;
        }

            #nagradna-igra-2021 section.rules h3 span {
                font-family: 'teleNeo-bold' !important;
                display: block;
            }

        #nagradna-igra-2021 section.rules #target-pravila {
            width: 100%;
            left: 0;
            top: 0;
            bottom: 0;
            height: 1250px;
            display: none;
            padding: 50px 0;
            z-index: 9;
            position: relative;
            background-image: url(../content/images/nagradna-igra/Shape-secondpage.png);
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            margin: 0 auto;
        }

    #nagradna-igra-2021 section.glavna-nagrada {
        position: relative;
        background-image: url(../content/images/nagradna-igra/section2.png);
        background-size: contain;
        height: auto;
        width: 100%;
        top: -100px;
        background-repeat: no-repeat;
    }

        #nagradna-igra-2021 section.glavna-nagrada .wrapper {
            position: relative;
            width: 80%;
            margin: 0 auto;
        }

        #nagradna-igra-2021 section.glavna-nagrada h3 {
            position: relative;
            color: white;
            font-size: 50px;
            font-family: 'teleNeo-regular' !important;
            display: block;
            top: 250px;
        }

            #nagradna-igra-2021 section.glavna-nagrada h3 span {
                display: block;
                font-family: 'teleNeo-extra' !important;
            }

        #nagradna-igra-2021 section.glavna-nagrada .car-img {
            position: relative;
            text-align: right;
        }

    #nagradna-igra-2021 .pravilaBoxOpen-overlay {
        position: relative;
        width: 60%;
        margin: 15% auto 5%;
        text-align: left;
        color: white;
        font-size: 18px;
        line-height: 1.2;
    }

        #nagradna-igra-2021 .pravilaBoxOpen-overlay ul li {
            background-image: url(../images/list-bullet-white.png);
            margin-left: 10px;
        }

    #nagradna-igra-2021 span.Hide.close-openModal {
        position: absolute;
        top: -80px;
        right: 70px;
        font-family: 'teleNeo-medium' !important;
        background: white;
        border-radius: 50px;
        padding: 8px 14px;
        color: #e20074;
        cursor: pointer;
    }

    #nagradna-igra-2021 section.dobitnici {
        position: relative;
        width: 100%;
    }

        #nagradna-igra-2021 section.dobitnici:before {
            content: '';
            position: absolute;
            background-image: url(../content/images/nagradna-igra/section3-left.png);
            background-size: contain;
            width: 360px;
            height: 360px;
            left: 0;
            background-repeat: no-repeat;
            top: 0;
            z-index: 0;
        }

        #nagradna-igra-2021 section.dobitnici:after {
            content: '';
            position: absolute;
            background-image: url(../content/images/nagradna-igra/section3-right.png);
            background-size: contain;
            width: 360px;
            height: 340px;
            right: 0;
            top: 0;
            background-repeat: no-repeat;
            z-index: 0
        }

        #nagradna-igra-2021 section.dobitnici .dobitnici-overlay {
            position: relative;
            width: 50%;
            margin: 0 auto;
            text-align: center;
            padding: 10px 0;
            z-index: 1;
        }

            #nagradna-igra-2021 section.dobitnici .dobitnici-overlay h3 {
                font-size: 23px;
                text-transform: uppercase;
                margin: 0;
                font-family: 'teleNeo-bold' !important;
            }

        #nagradna-igra-2021 section.dobitnici .white-wrap {
            position: relative;
            width: 210px;
            margin: 0 auto;
            background: white;
            color: #e20074;
            padding: 15px 0;
            text-transform: uppercase;
            font-family: 'teleNeo-bold' !important;
            border-radius: 4px;
            box-shadow: 0 0 35px 7px #00000017;
        }

        #nagradna-igra-2021 section.dobitnici .prepaid-nagradna-dobitniciBox {
            position: relative;
            width: 100%;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            align-content: center;
            justify-content: center;
            align-items: center;
        }

            #nagradna-igra-2021 section.dobitnici .prepaid-nagradna-dobitniciBox div {
                margin: 20px 10px;
                background: #e20074;
                color: white;
                padding: 15px 60px;
                border-radius: 4px;
                box-shadow: 0 0 35px 7px #00000017;
            }

                #nagradna-igra-2021 section.dobitnici .prepaid-nagradna-dobitniciBox div a {
                    color: white;
                    font-size: 21px;
                    position: relative;
                    font-family: 'teleNeo-bold' !important;
                }

                    #nagradna-igra-2021 section.dobitnici .prepaid-nagradna-dobitniciBox div a.phone:before {
                        content: '';
                        position: absolute;
                        background-image: url(../content/images/nagradna-igra/Samsung-icon-bt.png);
                        background-size: contain;
                        background-repeat: no-repeat;
                        width: 25px;
                        height: 40px;
                        left: -40px;
                        top: 0;
                        bottom: 0;
                        margin: auto;
                    }

                    #nagradna-igra-2021 section.dobitnici .prepaid-nagradna-dobitniciBox div a.car:before {
                        content: '';
                        position: absolute;
                        background-image: url(../content/images/nagradna-igra/Citroen-bt-icon.png);
                        background-size: contain;
                        background-repeat: no-repeat;
                        width: 35px;
                        height: 35px;
                        left: -47px;
                        top: 0;
                        bottom: 0;
                        margin: auto;
                    }

#target-samsungDobitnici,
#target-PeugeotDobitnici {
    width: 100%;
    display: none;
    padding: 50px 0;
}

div#target-samsungDobitnici,
#target-PeugeotDobitnici {
    width: 78%;
    margin: 20px auto;
    background: #ffffff26;
    padding: 30px 15px;
    text-align: left;
    position: relative;
}

    div#target-samsungDobitnici ul,
    #target-PeugeotDobitnici ul {
        margin-top: 20px;
    }

    div#target-samsungDobitnici h3,
    #target-PeugeotDobitnici h3 {
        color: #e20074;
    }

    div#target-samsungDobitnici span.close-openModal,
    #target-PeugeotDobitnici span.close-openModal {
        position: absolute;
        right: 10px;
        top: 10px;
        color: white;
        background: #e20074;
        font-size: 11px;
        padding: 4px 9px;
        border-radius: 50px;
        cursor: pointer;
    }

#nagradna-igra-2021 .telekom-mk-app-mobIcons a {
    position: relative;
    z-index: 2;
}

#nagradna-igra-2021 section.rules #target-pravila a {
    color: white;
    text-decoration: underline;
}

@media(min-width: 1550px) {
    #nagradna-igra-2021 {
        padding-bottom: 10%;
    }

        #nagradna-igra-2021 section.rewards .car {
            right: 30px;
        }

        #nagradna-igra-2021 section.header:before {
            content: '';
            position: absolute;
            background-image: url(../content/images/nagradna-igra/shape-header.png);
            background-position: left;
            height: 730px;
            width: 57%;
            left: 0;
            top: 0;
            background-size: cover;
        }

        #nagradna-igra-2021 section.header .title h2 {
            padding: 0 45% 0 0%;
        }

        #nagradna-igra-2021 section.rules #target-pravila {
            width: 100%;
            left: 0;
            top: 0;
            bottom: 0;
            height: 1180px;
            display: none;
            padding: 50px 0;
            z-index: 9;
            position: relative;
            background-image: url(../content/images/nagradna-igra/Shape-secondpage.png);
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            margin: 0 auto;
        }

        #nagradna-igra-2021 .pravilaBoxOpen-overlay {
            position: relative;
            width: 60%;
            margin: 13% auto 0;
            text-align: left;
            color: white;
            font-size: 18px;
            line-height: 1.2;
        }
}

@media (max-width: 767px) {
    #nagradna-igra-2021 section.header {
        min-height: 460px;
        background-position: left;
        background-image: none;
    }

        #nagradna-igra-2021 section.header .title {
            width: 100%;
            padding-top: 30px;
        }

            #nagradna-igra-2021 section.header .title h1 {
                font-size: 30px;
            }

                #nagradna-igra-2021 section.header .title h1 span {
                    font-size: 29px;
                }

            #nagradna-igra-2021 section.header .title h2 {
                font-size: 20px;
                padding: 0;
                margin-bottom: 10px;
            }

    .telekom-mk-app-mobIcons a img {
        max-width: 100px;
    }

    #nagradna-igra-2021 .provided-by {
        position: absolute;
        width: 45%;
        top: 20px;
        right: 20px;
    }

    #nagradna-igra-2021 section.header:before {
        content: '';
        height: 440px;
        width: 100%;
        left: 0;
        top: 0;
        background-size: cover;
    }

    #nagradna-igra-2021 section.header .title p {
        font-size: 19px;
        padding-right: 0;
        line-height: 1.2;
        font-family: 'teleNeo-regular' !important;
    }


    #nagradna-igra-2021 section.rewards .wrapper {
        display: block;
    }

    #nagradna-igra-2021 section.rewards .phones {
        position: relative;
        top: -10px;
        width: 110px !important;
        display: block;
        margin: 0 auto;
    }

        #nagradna-igra-2021 section.rewards .phones:after {
            display: none;
        }

        #nagradna-igra-2021 section.rewards .phones .text p {
            font-size: 20px;
            line-height: 22px;
        }

            #nagradna-igra-2021 section.rewards .phones .text p span {
                font-size: 35px;
                line-height: 23px;
            }

        #nagradna-igra-2021 section.rewards .phones .ec {
            position: absolute;
            right: -30px;
            top: -70px;
            width: 80px;
        }

    #nagradna-igra-2021 section.rewards .car {
        position: relative;
        top: 0;
        width: 330px !important;
        margin: 0 auto;
        right: 80px;
    }

    #nagradna-igra-2021 section.rules .prepaid-nagradna-pravilaBox {
        margin-bottom: 30px;
    }

    #nagradna-igra-2021 section.rules {
        position: relative;
        top: 0px;
    }

    #nagradna-igra-2021 section.glavna-nagrada {
        top: 0px;
    }

    #nagradna-igra-2021 section.dobitnici .prepaid-nagradna-dobitniciBox {
        display: block;
    }

    #nagradna-igra-2021 section.dobitnici:before,
    #nagradna-igra-2021 section.dobitnici:after {
        z-index: 0;
    }

    .dobitnici-overlay {
        z-index: 1;
    }

    #nagradna-igra-2021 section.rules #target-pravila {
        width: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        height: 100%;
        background: #e20074;
        margin-bottom: 30px;
    }

    #nagradna-igra-2021 .pravilaBoxOpen-overlay {
        width: 90%;
        margin: 9% auto;
    }

    #nagradna-igra-2021 section.glavna-nagrada h3 {
        font-size: 30px;
        top: 0;
    }

    #nagradna-igra-2021 section.dobitnici .dobitnici-overlay {
        width: 90%;
    }

    div#target-samsungDobitnici, #target-PeugeotDobitnici {
        width: 90%;
        background: #ffffffa6;
    }

    #nagradna-igra-2021 section.dobitnici .prepaid-nagradna-dobitniciBox div a.car:before {
        left: -54px;
    }

    #nagradna-igra-2021 section.dobitnici .prepaid-nagradna-dobitniciBox div {
        margin: 20px 10px;
        background: #e20074;
        color: white;
        padding: 15px 50px;
    }
}

/*#endregion company redesign*/

/*#region pres centar new design*/
/*#region pres centar lp*/
.pres-centar-redesign .main-banner {
    position: relative;
    background-image: url(../content/images/pres-centar-redesign/pres-centar-banner-new.jpg);
    height: 60vh;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.pres-centar-redesign .container {
    position: relative;
}


.pres-centar-redesign .gray-ab-box {
    position: absolute;
    right: 0;
    background: #e7e8f6;
    padding: 30px 50px;
    width: 35%;
    z-index: 2;
    bottom: 30%;
}

    .pres-centar-redesign .gray-ab-box .e-mail-box {
        padding-left: 45px;
        position: relative;
    }

        .pres-centar-redesign .gray-ab-box .e-mail-box:before {
            content: '\f422';
            position: absolute;
            font-family: 'Ionicons';
            left: 0;
            font-size: 40px;
            top: -9px;
        }

    .pres-centar-redesign .gray-ab-box h2 {
        padding: 0;
        font-family: 'teleNeo-regular' !important;
        margin-bottom: 20px;
        font-size: 23px;
    }

.pres-centar-redesign .title h1 {
    padding: 5% 0 3% !important;
    margin: 0 !important;
    color: black !important;
    text-align: left !important;
}

.pres-centar-header h2 {
    position: relative;
    font-size: 26px;
    font-family: 'teleNeo-bold' !important;
    color: black;
    margin: 35px 0 40px;
    padding: 0 25px 0 0;
}

.pres-centar-redesign ruby b {
    font-size: 18px;
}

.pres-centar-redesign ruby rt {
    text-align: left;
    font-size: 16px;
    color: rgb(150, 150,150);
}

.more-link-mb {
    position: relative;
    margin: 0 0 50px 0;
    text-align: center;
}

    .more-link-mb .btn-magenta {
        background: #e20074;
        color: white;
        font-size: 18px;
        padding: 7px 30px;
        display: inline;
    }

    .more-link-mb .btn-arhiva {
        color: #007FAF;
        position: relative;
        text-decoration: underline;
        padding: 7px 30px;
        font-size: 18px;
    }

        .more-link-mb .btn-arhiva:before {
            content: '';
            background-image: url(../content/images/pres-centar-redesign/archive.png);
            background-size: contain;
            width: 20px;
            height: 17px;
            left: 0;
            bottom: 10px;
            position: absolute;
            background-repeat: no-repeat;
        }


div#carousel-fotogallery,
#carousel-fotogallery-mobile {
    position: relative;
    margin-bottom: 60px;
    height: auto;
    padding: 0 3%;
}

    div#carousel-fotogallery .carousel-inner .col-sm-3,
    #carousel-fotogallery-mobile .carousel-inner .col-sm-3 {
        padding: 0 5px;
    }

    div#carousel-fotogallery .carousel-control,
    #carousel-fotogallery-mobile .carousel-control {
        position: absolute;
        top: 30%;
        bottom: 0;
        width: 3%;
        font-size: 30px;
        color: #5d5d5d;
        text-align: center;
        text-shadow: none;
        opacity: .5;
        font-size: 30px;
    }

        div#carousel-fotogallery .carousel-control:hover,
        #carousel-fotogallery-mobile .carousel-control:hover {
            opacity: 1;
            color: #5d5d5d;
        }

.wrapper-sednici {
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
}

    .wrapper-sednici .btn-group.new-pg {
        position: relative;
        display: inline-block;
        /* vertical-align: middle; */
        display: flex;
        width: auto;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-end;
        align-items: center;
        float: right;
    }

.info-gray-bg {
    position: relative;
    background-color: #f8f8f8;
}

    .info-gray-bg .news-intro-sednici {
        border-bottom: 0;
    }

        .info-gray-bg .news-intro-sednici:after {
            content: '';
            position: absolute;
            width: 95%;
            left: 0;
            right: 0;
            height: 1px;
            margin: 0 auto;
            background-color: #d6d6d6;
            bottom: 0;
        }

@media (max-width: 767px) {
    .pres-centar-redesign .main-banner {
        height: 300px;
    }

    .pres-centar-redesign .gray-ab-box {
        position: relative;
        width: 100%;
        bottom: 60px;
    }

    .pres-centar-redesign .title h1 {
        text-align: center !important;
    }

    .pres-centar-header h2 {
        padding: 0 25px;
        font-size: 21px;
    }

    .news-intro-sednici {
        display: block;
        height: auto;
        margin: 20px 0 30px;
    }

        .news-intro-sednici h2 {
            top: -10px;
        }

        .news-intro-sednici .news-intro-title h4 {
            padding-top: 20px;
        }

        .news-intro-sednici .news-intro-title {
            position: relative;
            width: 100%;
            display: block;
            float: none;
            height: auto;
            margin-bottom: 30px;
            padding-right: 0;
        }

            .news-intro-sednici .news-intro-title .more {
                position: relative;
                bottom: 0;
            }

    .news-images {
        position: relative;
        width: 100%;
        display: block;
        float: none;
        height: 100%;
    }

    .carousel-inner .col-sm-3 {
        padding: 10px 25px;
    }

    div#carousel-fotogallery {
        padding: 0 5%;
    }

        div#carousel-fotogallery .carousel-control,
        #carousel-fotogallery-mobile .carousel-control {
            width: 5%;
            top: 40%;
        }

        div#carousel-fotogallery .carousel-inner .col-sm-3,
        #carousel-fotogallery-mobile .carousel-inner .col-sm-3 {
            padding: 0 15px;
        }
}

@media(min-width: 768px) and (max-width: 991px) {
    .pres-centar-redesign .main-banner {
        height: 40vh;
    }

    .pres-centar-redesign .gray-ab-box {
        width: 45%;
    }
}
/*#endregion pres centar lp*/

/*#region informacii lp*/
.informacii-redesign .main-banner {
    position: relative;
    background-image: url(../content/images/pres-centar-redesign/pres-centar-banner-new.jpg);
    height: 60vh;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.informacii-redesign .white-bg.absolute {
    position: relative;
    width: 100% !important;
    left: 0;
    right: 0;
    bottom: 70px;
    padding: 30px 40px;
    margin-bottom: 40px;
    box-shadow: 0 0 35px 7px #00000014;
    -moz-box-shadow: 0 0 35px 7px #00000014;
    -webkit-box-shadow: 0 0 35px 7px #00000014;
}

    .informacii-redesign .white-bg.absolute h1 {
        padding: 0;
        margin: 0;
    }

@media(max-width: 767px) {
    .informacii-redesign .main-banner {
        height: 300px;
    }

    .informacii-redesign .white-bg.absolute {
        padding: 20px;
        bottom: 60px;
    }
}

/*#endregion informacii lp*/
/*#endregion pres centar new design*/
/*#region za nas redesign*/
#za-nas-new {
    position: relative;
    width: 100%;
    height: 100%;
}

    #za-nas-new .main-image {
        background-image: url(../content/images/za-kompanijata/hero.png);
        position: relative;
        height: 70vh;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center 30%;
    }

    #za-nas-new section.blue-gradient {
        position: relative;
        background-image: url(../content/images/za-kompanijata/section2.jpg);
        background-size: cover;
        height: 830px;
        width: 100%;
        background-position: center top;
    }

        #za-nas-new section.blue-gradient .five-g {
            position: absolute;
            background: black;
            width: 110px;
            height: 110px;
            left: 0;
            top: 40%;
            background-image: url('../content/images/za-kompanijata/5g.png');
            background-repeat: no-repeat;
            background-position: center;
            padding: 20px;
        }

        #za-nas-new section.blue-gradient .wrapper.left {
            position: absolute;
            padding: 4% 0;
            top: 25%;
            width: 60%;
            left: 0;
        }

            #za-nas-new section.blue-gradient .wrapper.left h2 {
                font-size: 32px;
                color: white;
                font-family: 'teleNeo-extra' !important;
                padding-right: 23%;
                line-height: 1.2;
                margin-bottom: 30px;
                text-transform: uppercase;
            }

            #za-nas-new section.blue-gradient .wrapper.left p {
                color: white;
                font-size: 18px;
                line-height: 1.2;
            }

    #za-nas-new section.light-blue {
        position: relative;
        background: #EAF1F3 0% 0% no-repeat padding-box;
        height: auto;
        padding-bottom: 2%;
    }

        #za-nas-new section.light-blue .white-bg.absolute {
            position: relative;
            background: white;
            top: -60px;
            width: 80%;
            margin: 0 auto;
            z-index: 2;
        }

            #za-nas-new section.light-blue .white-bg.absolute .wrapper.right,
            #za-nas-new section.light-blue .white-bg.absolute .wrapper.left {
                position: relative;
                height: 440px;
                box-shadow: -8px 8px 136px 0px rgba(0, 0, 0, .17);
            }

            #za-nas-new section.light-blue .white-bg.absolute .wrapper.right {
                margin-bottom: 50px;
            }

            #za-nas-new section.light-blue .white-bg.absolute .image {
                position: relative;
                background-image: url(../content/images/za-kompanijata/section3.png);
                background-size: cover;
                background-position: center 40%;
                width: 50%;
                height: 100%;
                display: inline;
                float: left;
            }

            #za-nas-new section.light-blue .white-bg.absolute .left .image {
                background-image: url(../content/images/za-kompanijata/section4.png);
            }

            #za-nas-new section.light-blue .white-bg.absolute .text {
                width: 50%;
                display: inline;
                float: left;
            }

            #za-nas-new section.light-blue .white-bg.absolute .wrapper.right .text {
                padding: 40px 10% 40px 20px;
            }

            #za-nas-new section.light-blue .white-bg.absolute .wrapper.left .text {
                padding: 40px 20px 40px 10%;
            }

            #za-nas-new section.light-blue .white-bg.absolute .text h2 {
                font-size: 32px;
                font-family: 'teleNeo-extra' !important;
                line-height: 1.2;
                text-transform: uppercase;
                margin-bottom: 30px;
            }

            #za-nas-new section.light-blue .white-bg.absolute .text p {
                font-size: 18px;
                line-height: 1.2;
            }

    #za-nas-new section.magenta-bg {
        background-color: #e20074;
        height: auto;
        color: white;
        text-align: center;
        position: relative;
        z-index: auto;
    }

        #za-nas-new section.magenta-bg .wrapper.center {
            position: relative;
            padding-top: 27%;
        }

        #za-nas-new section.magenta-bg h2 {
            font-family: 'teleNeo-extra' !important;
            font-size: 30px;
            padding: 0 30%;
            line-height: 1.2;
            margin-bottom: 40px;
        }

            #za-nas-new section.magenta-bg h2:before {
                content: '';
                background-image: url(../content/images/za-kompanijata/connect-app.png);
                position: absolute;
                width: 110px;
                height: 110px;
                background-repeat: no-repeat;
                background-size: contain;
                left: 0;
                right: 0;
                margin: 0 auto;
                top: 125px;
                z-index: 3;
            }

        #za-nas-new section.magenta-bg p {
            font-size: 17px;
            line-height: 1.2;
        }

#company-new-design section.contact-box {
    position: relative;
    width: 100%;
    height: 410px;
    /* box-shadow: -17.32px 10px 136px rgba(0, 0, 0, 1);*/
    background-color: #eaf1f3;
}

    #company-new-design section.contact-box .left-side,
    #company-new-design section.contact-box .right-side {
        width: 50%;
        float: left;
        display: inline;
        position: relative;
    }

    #company-new-design section.contact-box:after {
        position: absolute;
        content: '';
        width: 50%;
        height: 100%;
        background-image: url(../content/images/za-kompanijata/background.svg);
        background-size: cover;
        background-repeat: no-repeat;
        right: 0;
        top: 0;
        background-color: #EAF1F3;
        z-index: 0;
        background-position: right bottom;
        box-shadow: inset 0 0 75px 120px rgba(0, 0, 0,.04);
    }

    #company-new-design section.contact-box .left-side {
        background: #EAF1F3 0% 0% no-repeat padding-box;
        padding: 4% 0;
        height: 100%;
    }

        #company-new-design section.contact-box .left-side:before {
            background: #EAF1F3 0% 0% no-repeat padding-box;
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            left: -50%;
            top: 0;
        }

    #company-new-design section.contact-box .right-side {
        position: relative;
        height: 100%;
        height: 100%;
        padding: 4% 20px;
    }

    #company-new-design section.contact-box .left-side h2 {
        font-size: 30px;
        font-family: 'teleNeo-bold' !important;
        position: relative;
        margin-bottom: 20px;
        margin-top: 20px;
        color: black;
        line-height: 1.2;
        text-transform: none;
        z-index: 1;
    }

#company-new-design .informacii-redesign .white-bg {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 1;
    width: 100% !important;
    text-align: left;
    margin: 10px auto 10px 0 !important;
    bottom: 60px;
    position: relative;
    z-index: 1;
    padding: 20px 0;
}

#company-new-design .white-bg {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 1;
    margin: 10px 0;
    width: 90%;
    text-align: left;
    margin: 10px auto 10px 0;
    bottom: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}

    #company-new-design .white-bg a {
        display: block;
        position: relative;
        width: 100%;
        padding: 10px 15px;
        color: black;
    }

        #company-new-design .white-bg a:after {
            content: '%';
            font-family: 'teleIcon-outline';
            position: absolute;
            width: 30px;
            height: 100%;
            right: 20px;
            transform: rotate(180deg);
            bottom: 20px;
            margin: auto 0;
            color: #5D5D5D;
            font-weight: 600;
            font-size: 18px;
            transition: all ease-in-out .3s;
        }

        #company-new-design .white-bg a:hover:after {
            transition: all ease-in-out .3s;
            right: 8px;
        }

    #company-new-design .white-bg ruby {
        position: relative;
        display: inline-block;
        padding-left: 50px;
    }

        #company-new-design .white-bg ruby rt {
            font-size: 17px;
            text-align: left;
            color: rgba(0, 0, 0,.6);
            display: flex;
        }

        #company-new-design .white-bg ruby b {
            font-size: 20px;
            text-align: left;
            padding: 0;
        }

#company-new-design svg {
    position: absolute;
    top: -25px;
    bottom: 0;
    left: 5px;
    right: 0;
    width: 35px;
    height: 45px;
    vertical-align: middle;
}

#company-new-design .white-bg path.a {
    fill: #e20074;
}

#company-new-design .white-bg:first-of-type path.a {
    fill: white;
    stroke: #e20074;
    stroke-width: 2px;
}

#company-new-design section.contact-box .right-side .list h3 {
    font-size: 18px;
    font-family: 'teleNeo-bold' !important;
    text-transform: uppercase;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

#company-new-design section.contact-box .right-side .list ul li {
    color: #007FAF;
    font-size: 17px;
    font-family: 'teleNeo-regular' !important;
    padding-left: 25px;
    margin: 7px 0;
    position: relative;
    cursor: pointer;
    z-index: 1;
}

#company-new-design .contact-box .right-side .list ul li:before {
    content: '';
    position: absolute;
    background-image: url('../content/images/za-kompanijata/link.svg');
    background-position: center;
    background-repeat: no-repeat;
    left: 0;
    width: 20px;
    height: 20px;
}

#company-new-design .icon {
    min-height: 60px;
    width: 30px;
    position: absolute;
}

#company-new-design svg {
    top: 20px;
    height: 35px;
}

@media (min-width: 320px) and (max-width: 600px) {
    #za-nas-new section.blue-gradient .wrapper.left {
        width: 100% !important;
    }
}

@media(max-width: 767px) {
    #za-nas-new .flyBy {
        display: block;
    }

    #za-nas-new .main-banner .flyBy {
        width: 30px;
        height: 270px;
    }

    #za-nas-new .main-banner .flyByToggler {
        position: absolute;
        width: 30px;
        height: 274px;
    }

    #za-nas-new .main-banner .flyBy.contact-centar:hover .flyByToggler {
        right: 250px !important;
    }

    #za-nas-new .main-banner .flyByToggler h3 {
        font-size: 17px;
        left: 6px;
    }

        #za-nas-new .main-banner .flyByToggler h3:before {
            width: 18px;
            height: 19px;
            background-size: contain;
        }

    #za-nas-new .flyBy .flyBy-content {
        width: 250px;
    }

    #company-new-design svg {
        top: 10px;
    }

    #za-nas-new .main-image {
        height: auto;
        position: relative;
        display: block;
        background-image: none;
    }

        #za-nas-new .main-image .white-bg.absolute {
            position: relative;
            width: 100%;
            bottom: 55px;
            padding: 25px 15px;
        }

    #za-nas-new section.blue-gradient {
        height: auto;
        background-position: 0%;
    }

        #za-nas-new section.blue-gradient .five-g {
            display: none;
        }

        #za-nas-new section.blue-gradient .wrapper.left {
            position: relative;
            padding: 30px 20px 20px 10px;
            width: 70%;
            left: 0;
            top: 0;
        }

            #za-nas-new section.blue-gradient .wrapper.left h2 {
                font-size: 22px;
                padding-right: 5%;
            }

    #za-nas-new section.light-blue .white-bg.absolute .text h2 {
        font-size: 22px;
    }

    #za-nas-new .main-image .white-bg.absolute h2 {
        padding: 0;
    }

    #za-nas-new h1 {
        font-size: 20px !important;
    }

    #za-nas-new section.light-blue {
        height: auto;
    }

        #za-nas-new section.light-blue .white-bg.absolute {
            position: relative;
            background: white;
            top: 0px;
            width: 100%;
            margin: 0 auto;
            z-index: 2;
        }

            #za-nas-new section.light-blue .white-bg.absolute .wrapper.right,
            #za-nas-new section.light-blue .white-bg.absolute .wrapper.left {
                position: relative;
                height: auto;
                padding: 20px;
            }

            #za-nas-new section.light-blue .white-bg.absolute .image {
                position: relative;
                background-image: url(../content/images/za-kompanijata/section3.png);
                background-size: contain;
                background-repeat: no-repeat;
                background-position: right top;
                width: 100%;
                height: 100%;
                display: block;
                float: none;
                height: 250px;
            }

            #za-nas-new section.light-blue .white-bg.absolute .text {
                width: 100%;
                display: block;
                float: none;
                padding: 30px 0 0 0 !important;
            }

    #za-nas-new section.magenta-bg {
        height: auto;
        padding: 20px;
    }

        #za-nas-new section.magenta-bg h2:before {
            content: '';
            top: -50px;
        }

        #za-nas-new section.magenta-bg h2 {
            padding: 0 3%;
            font-size: 19px;
        }

    #company-new-design section.contact-box {
        flex-direction: column;
    }

        #company-new-design section.contact-box .left-side,
        #company-new-design section.contact-box .right-side {
            width: 100%;
            float: none;
            display: block;
            position: relative;
            padding: 7% 0;
        }

            #company-new-design section.contact-box .right-side .col-xs-12 {
                padding: 0 !important;
            }

    #company-new-design .icon {
        display: inherit;
        min-height: 50px;
    }

    #company-new-design .white-bg {
        width: 100%;
    }

    #company-new-design section.contact-box .left-side h2 {
        font-size: 22px;
    }

    #company-new-design .flyBy .flyBy-content h3 {
        font-size: 20px;
    }

    #company-new-design .white-bg ruby b {
        font-size: 16px;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    #za-nas-new .main-banner {
        height: 60vh !important;
    }

    #za-nas-new h1 {
        font-size: 26px;
    }

    #za-nas-new .main-image .white-bg.absolute h2 {
        padding: 0 10%;
    }

    #za-nas-new section.blue-gradient .five-g {
        display: none;
    }

    #za-nas-new section.blue-gradient {
        height: 800px;
        padding-top: 7%;
    }

        #za-nas-new section.blue-gradient .wrapper.left {
            position: absolute;
            padding: 4% 0 4% 3%;
            top: 22%;
            width: 70%;
        }

    #za-nas-new section.light-blue {
        height: auto;
    }

        #za-nas-new section.light-blue .white-bg.absolute {
            width: 100%;
        }

            #za-nas-new section.light-blue .white-bg.absolute .wrapper.right,
            #za-nas-new section.light-blue .white-bg.absolute .wrapper.left {
                height: 500px;
                overflow: hidden;
            }

            #za-nas-new section.light-blue .white-bg.absolute .image {
                width: 40%;
            }

            #za-nas-new section.light-blue .white-bg.absolute .wrapper.right .image {
                background-position: center right;
            }

            #za-nas-new section.light-blue .white-bg.absolute .text {
                width: 60%;
            }

            #za-nas-new section.light-blue .white-bg.absolute .wrapper.left .text {
                padding-top: 20px;
            }

    #za-nas-new section.magenta-bg h2:before {
        content: '';
        top: -50px;
    }

    #za-nas-new section.magenta-bg .wrapper.center {
        position: relative;
        padding-top: 15%;
    }

    #za-nas-new section.magenta-bg h2 {
        padding: 0 20%;
    }

    #za-nas-new section.magenta-bg {
        height: auto;
        padding-bottom: 30px;
    }

    #company-new-design section.contact-box {
        flex-direction: column;
        height: auto;
    }

        #company-new-design section.contact-box .left-side,
        #company-new-design section.contact-box .right-side {
            width: 100%;
            float: none;
            display: block;
            position: relative;
        }

        #company-new-design section.contact-box .left-side,
        #company-new-design section.contact-box .right-side {
            padding: 20px 0;
        }

    #company-new-design .white-bg {
        width: 70%;
    }
}

@media(min-width: 992px) and (max-width: 1199px) {

    #za-nas-new section.blue-gradient .five-g {
        display: none;
    }

    #company-new-design .main-banner .white-bg.absolute {
        bottom: -45%;
    }

    #za-nas-new section.light-blue .white-bg.absolute .wrapper.right,
    #za-nas-new section.light-blue .white-bg.absolute .wrapper.left {
        height: 460px;
    }

    #za-nas-new section.light-blue .white-bg.absolute .text h2 {
        font-size: 25px;
    }

    #za-nas-new section.light-blue .white-bg.absolute {
        width: 95%;
    }

    #za-nas-new .main-banner {
        height: 570px;
    }

    #company-new-design section.contact-box .left-side h2 {
        font-size: 25px;
    }
}

@media(min-width: 1200px) and (max-width: 1300px) {
    #za-nas-new section.blue-gradient .five-g {
        width: 80px;
        height: 90px;
        background-size: 65%;
    }
}

@media (min-width: 1550px) {
    #za-nas-new .main-image .white-bg.absolute {
        bottom: -25%;
    }
}
/*#endregion za nas redesign*/



/*#region menadzerski tim redesign*/
#menadzerski-tim .main-banner {
    background-image: url(../content/images/menagerski-tim/menadzerski-tim-2.jpg);
    position: relative;
    height: 70vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 10%;
}

    #menadzerski-tim .main-banner h1 {
        font-size: 30px !important;
    }

    #menadzerski-tim .main-banner .white-bg.absolute {
        position: absolute;
        background: white;
        box-shadow: 0px 30px 89px #0000001a;
        width: 80%;
        left: 0;
        right: 0;
        margin: 0 auto;
        bottom: -12%;
        padding: 30px 40px;
        text-align: center;
        z-index: 2;
    }

#menadzerski-tim section.gray-bcg {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    padding: 13% 0 5% 0;
}

    #menadzerski-tim section.gray-bcg .wrapper {
        position: relative;
        display: block;
        clear: both;
        overflow: hidden;
        height: 400px;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        align-content: center;
    }

        #menadzerski-tim section.gray-bcg .wrapper div {
            position: relative;
            display: flex;
            width: 50%;
            height: 100%;
            vertical-align: middle;
            flex-wrap: nowrap;
            align-content: flex-start;
            justify-content: center;
            align-items: flex-start;
            flex-direction: column;
        }

        #menadzerski-tim section.gray-bcg .wrapper h2 {
            font-family: 'teleNeo-bold' !important;
            font-size: 27px;
        }

        #menadzerski-tim section.gray-bcg .wrapper h3 {
            position: relative;
            font-size: 22px;
            color: rgba(0, 0,0,.4);
            font-family: 'teleNeo-bold' !important;
            line-height: 1.2;
            margin-top: 0;
        }

        #menadzerski-tim section.gray-bcg .wrapper h4 {
            font-size: 22px;
            margin: 0 0 20px 0;
            padding: 0;
            color: #B2B2B2;
        }

        #menadzerski-tim section.gray-bcg .wrapper p {
            font-size: 18px;
            line-height: 1.2;
            color: black;
        }

        #menadzerski-tim section.gray-bcg .wrapper .left-img,
        #menadzerski-tim section.gray-bcg .wrapper .right-img {
            background-size: cover;
            background-repeat: no-repeat;
            position: relative;
            height: 100%;
            background-position: center;
            background-repeat: no-repeat;
        }

            #menadzerski-tim section.gray-bcg .wrapper .left-img img,
            #menadzerski-tim section.gray-bcg .wrapper .right-img img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        #menadzerski-tim section.gray-bcg .wrapper .left-text:after {
            content: '';
            position: absolute;
            background-image: url(../content/images/strateska-opredelba/triangle.png);
            width: 30px;
            height: 50px;
            background-size: contain;
            right: -30px;
            z-index: 3;
        }

        #menadzerski-tim section.gray-bcg .wrapper .right-text:before {
            content: '';
            position: absolute;
            background-image: url(../content/images/strateska-opredelba/triangle.png);
            width: 30px;
            height: 50px;
            background-size: contain;
            left: -30px;
            z-index: 3;
            transform: rotate( 180deg);
        }

        #menadzerski-tim section.gray-bcg .wrapper .icon {
            position: relative;
            /*display: inline-block;*/
            display: none;
            width: 100%;
            height: 30px;
            margin: 20px 0;
        }

            #menadzerski-tim section.gray-bcg .wrapper .icon a {
                display: inline;
                width: 50px;
                height: 100%;
                float: left;
                position: relative;
                text-decoration: none;
            }

                #menadzerski-tim section.gray-bcg .wrapper .icon a.print:before {
                    content: '';
                    position: absolute;
                    content: '';
                    position: absolute;
                    background-image: url(../content/images/menagerski-tim/print.png);
                    background-size: contain;
                    width: 25px;
                    height: 25px;
                    background-repeat: no-repeat;
                }

                #menadzerski-tim section.gray-bcg .wrapper .icon a.download:before {
                    content: '';
                    position: absolute;
                    background-image: url('../content/images/menagerski-tim/download.png');
                    background-size: contain;
                    width: 25px;
                    height: 25px;
                    background-repeat: no-repeat;
                }

        #menadzerski-tim section.gray-bcg .wrapper a.more {
            color: black;
            font-size: 20px;
            font-family: 'teleNeo-bold' !important;
            text-decoration: none;
        }

            #menadzerski-tim section.gray-bcg .wrapper a.more:hover {
                color: #e20074;
                transition: all ease-in-out .2s;
            }

        #menadzerski-tim section.gray-bcg .wrapper .right-text {
            padding: 30px 0px 30px 60px;
        }

        #menadzerski-tim section.gray-bcg .wrapper .left-text {
            padding: 30px 60px 30px 0px;
        }

        #menadzerski-tim section.gray-bcg .wrapper .fade-box {
            width: 100%;
            height: 75px;
            margin-bottom: 20px;
            text-overflow: ellipsis;
            padding-bottom: 5px;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }


/*#region team profile*/
#team-profile h1 {
    position: relative;
    font-size: 34px !important;
    margin: 40px 0 20px;
    font-family: 'teleNeo-bold' !important;
    line-height: 1.2;
    margin: 40px 0 10px;
}

#team-profile h2 {
    font-size: 25px;
    font-family: 'teleNeo-medium' !important;
    line-height: 1.2;
    margin: 0 0 20px 0;
}

#team-profile .icon {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 30px;
    margin: 20px 0;
    float: right;
}

    #team-profile .icon a {
        display: inline;
        width: 50px;
        height: 100%;
        float: left;
        position: relative;
        text-decoration: none;
        text-align: right;
    }

        #team-profile .icon a:first-child {
            top: 2px;
        }

        #team-profile .icon a.print:before {
            content: '';
            position: absolute;
            content: '';
            position: absolute;
            background-image: url(../content/images/menagerski-tim/print.png);
            background-size: contain;
            width: 25px;
            height: 25px;
            background-repeat: no-repeat;
            right: 0;
        }

        #team-profile .icon a.download:before {
            content: '';
            position: absolute;
            background-image: url('../content/images/menagerski-tim/download.png');
            background-size: contain;
            width: 25px;
            height: 25px;
            background-repeat: no-repeat;
            right: 0;
        }

#team-profile .wrap {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    height: 560px;
    box-shadow: 0 0 35px 7px #f5f5f5;
    -webkit-box-shadow: 0 0 35px 7px #f5f5f5;
    -moz-box-shadow: 0 0 35px 7px #f5f5f5;
    margin: 0 0 40px 0;
    float: left;
}

#team-profile .img-holder {
    position: relative;
    display: inline;
    width: 50%;
    height: 100%;
}

    #team-profile .img-holder img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    /*    #team-profile .img-holder.goce-mitevski img {
        object-position: 20% 0;
    }
    #team-profile .img-holder.miroslav-jovanovikj img{
        object-position: 65% 0;
    }
*/
    #team-profile .img-holder:after {
        content: '';
        position: absolute;
        background-image: url(../content/images/strateska-opredelba/triangle.png);
        width: 30px;
        height: 50px;
        background-size: contain;
        right: -1px;
        z-index: 3;
        transform: rotate( 180deg);
        top: 40%;
    }

#team-profile .text {
    position: relative;
    width: 50%;
    height: 100%;
    margin: 10px 30px;
    vertical-align: middle;
    display: inline-flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

    #team-profile .text p {
        font-size: 17px;
        line-height: 1.2;
        width: 100%;
    }
/*#endregion team profile*/
@media(max-width: 767px) {
    #company-new-design h1 {
        font-size: 23px !important;
        padding: 20px;
        padding: 20px 10%;
        margin: 0 auto !important;
    }

    #menadzerski-tim .main-banner {
        height: 240px;
    }

        #menadzerski-tim .main-banner .white-bg.absolute {
            position: absolute;
            background: white;
            box-shadow: 0px 30px 89px #0000001a;
            width: 90%;
            left: 0;
            right: 0;
            bottom: 60%;
            padding: 20px;
            margin: 0 auto;
        }

    #company-new-design section.contact-box {
        height: auto;
        padding-bottom: 30px;
    }

        #company-new-design section.contact-box:after {
            width: 100%;
            bottom: 0;
        }

    #menadzerski-tim section.gray-bcg .wrapper {
        height: auto;
        display: flex;
        flex-direction: column;
        margin-bottom: 60px;
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 30px;
    }

        #menadzerski-tim section.gray-bcg .wrapper.one,
        #menadzerski-tim section.gray-bcg .wrapper.three {
            flex-direction: column-reverse;
        }

        #menadzerski-tim section.gray-bcg .wrapper div {
            width: 100%;
            display: block;
        }

        #menadzerski-tim section.gray-bcg .wrapper .left-text,
        #menadzerski-tim section.gray-bcg .wrapper .right-text {
            padding: 15px 0;
        }

        #menadzerski-tim section.gray-bcg .wrapper h2 {
            font-size: 25px;
        }

        #menadzerski-tim section.gray-bcg .wrapper .left-img,
        #menadzerski-tim section.gray-bcg .wrapper .right-img {
            min-height: 300px;
        }
}

@media(max-width: 991px) {
    #team-profile .wrap {
        position: relative;
        display: block;
        height: auto;
        padding: 0 20px 50px;
    }

        #team-profile .wrap div {
            width: 100%;
            display: block;
            height: auto;
            margin: 0 0 20px 0;
            overflow: hidden;
        }

        #team-profile .wrap .img-holder:after {
            content: '';
            display: none;
        }
}

@media(min-width: 768px) and (max-width: 991px) {
    #company-new-design .main-banner {
        height: 40vh;
    }

    #company-new-design section.contact-box:after {
        width: 100%;
        bottom: 0;
    }
}

@media(min-width: 992px) and (max-width: 1199px) {
    #company-new-design .main-banner {
        height: 60vh;
    }

    #team-profile .wrap {
        height: 610px;
    }
}

@media(min-width: 1900px) {
    #menadzerski-tim section.gray-bcg .wrapper h2 {
        font-size: 30px;
    }
}

@media print {
    .breadZ, #ns-bottom,
    .cookies, #subheaderOut {
        display: none;
    }


    #ns-content p,
    #ns-content span,
    #ns-content ul li {
        color: black;
    }

    #menadzerski-tim section.gray-bcg .wrapper .fade-box:before,
    #team-profile .wrap .img-holder:after {
        content: '';
        background: transparent;
    }

    #menadzerski-tim section.gray-bcg .wrapper {
        height: auto;
        margin: 30px 0;
    }

        #menadzerski-tim section.gray-bcg .wrapper div {
            width: 100%;
            display: block;
            height: 100%;
        }

        #menadzerski-tim section.gray-bcg .wrapper .fade-box {
            height: 100%;
        }

        #menadzerski-tim section.gray-bcg .wrapper .left-img img,
        #menadzerski-tim section.gray-bcg .wrapper .right-img img {
            width: 100%;
            height: auto;
        }

    #team-profile .wrap,
    #team-profile .wrap div {
        display: block;
        width: 100%;
        height: 100%;
    }
}
/*#endregion menadzerski tim redesign*/

/*#region roaming business*/
#roaming-new.roaming-business .roaming-start-page {
    background: transparent linear-gradient( 210deg, #E20074 0%, #AB0058 100%) 0% 0% no-repeat padding-box;
    padding: 0;
}

#roaming-new.roaming-business .select-country {
    width: 100%;
    margin: 0 auto;
}

    #roaming-new.roaming-business .select-country .countries-input select {
        padding: 10px 25px 0;
        font-size: 17px;
        height: 65px;
        background-position: 92% 50%;
        transition: all ease-in .5s;
    }

#roaming-new.roaming-business .affix .select-country .countries-input select {
    padding: 10px 20px 0;
    font-size: 16px;
    height: 40px;
    transition: all ease-in .5s;
}

#roaming-new.roaming-business .affix .select-country {
    height: 55px;
}

    #roaming-new.roaming-business .affix .select-country countries-input {
        height: 100%;
    }

#roaming-new.roaming-business .select-country .countries-input label {
    font-size: 14px;
    top: 8px;
    left: 25px;
}

#roaming-new.roaming-business .roaming-start-page .wrapper {
    position: relative;
    height: 240px;
    display: block;
    width: 100%;
    left: 0;
    top: 0;
    padding-top: 30px;
    margin-bottom: 10px;
    transition: all ease-in .5s;
}

    #roaming-new.roaming-business .roaming-start-page .wrapper:before {
        content: '';
        position: absolute;
        background-image: url(../content/images/roaming-business/roaming-header-img.png);
        background-size: cover;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-repeat: no-repeat;
        background-position: center;
    }

#roaming-new.roaming-business .roaming-start-page.affix .wrapper:before {
    background-size: cover;
}

#roaming-new.roaming-business .roaming-start-page .wrapper h1 {
    background-color: black;
    padding: 10px 10px 10px 75px;
    transform: skewX( -25deg);
    left: -15px;
    width: 60%;
    position: relative;
}

    #roaming-new.roaming-business .roaming-start-page .wrapper h1 span {
        font-family: 'TeleNeo-bold' !important;
        transform: skewX(25deg);
        display: block;
        font-size: 32px;
    }

#roaming-new.roaming-business .roaming-start-page .header {
    padding: 10px 60px 30px 60px;
}

    #roaming-new.roaming-business .roaming-start-page .header .qa-buttons {
        bottom: 54%;
    }

    #roaming-new.roaming-business .roaming-start-page .header h2 {
        font-size: 18px;
        line-height: 1.2;
        margin-bottom: 20px;
        font-family: 'TeleNeo-thin' !important;
        transition: all ease-in .5s;
    }

#roaming-new.roaming-business .roaming-start-page.affix .header h2 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.1;
    transition: all ease-in .5s;
}

#roaming-new.roaming-business .roaming-start-page.affix .wrapper {
    height: 205px;
    transition: all ease-in .5s;
}

#roaming-new.roaming-business roaming-start-page .header .qa-buttons {
    position: absolute;
    bottom: 53%;
    width: 100%;
    margin: 30px 0;
    overflow: hidden;
    display: block;
    cursor: pointer;
}

#roaming-new.roaming-business .header .qa-buttons div {
    display: block;
}

#roaming-new.roaming-business .header .qa-buttons .text h3 {
    color: white;
    text-transform: unset;
    padding-left: 0;
    font-family: 'teleNeo-thin' !important;
    font-size: 18px;
    bottom: 5px;
    position: relative;
    text-decoration: underline;
}

#roaming-new.roaming-business .roaming-start-page:after {
    background-image: none;
}



#roaming-new.roaming-business section.faq-roaming {
    background-image: none;
    background: transparent linear-gradient(179deg, #F1F1F1 0%, #F5F5F500 100%) 0% 0% no-repeat padding-box;
}

    #roaming-new.roaming-business section.faq-roaming:after {
        background-image: url(../content/images/roaming-business/roaming-globe.png);
        content: '';
        position: absolute;
        width: 480px;
        height: 460px;
        bottom: -20%;
        background-size: contain;
        background-repeat: no-repeat;
        right: -10%;
        opacity: .3;
    }

    #roaming-new.roaming-business section.faq-roaming .absolute-bottom {
        position: absolute;
        left: 0;
        width: 100%;
        padding: 0 30px;
        top: 8%;
    }

    #roaming-new.roaming-business section.faq-roaming .panel-default .panel-heading {
        padding: 0;
    }

        #roaming-new.roaming-business section.faq-roaming .panel-default .panel-heading h4 a {
            padding: 10px 20px;
        }

            #roaming-new.roaming-business section.faq-roaming .panel-default .panel-heading h4 a.collapsed {
                background-color: transparent;
                padding: 10px 20px;
            }

        #roaming-new.roaming-business section.faq-roaming .panel-default .panel-heading h4 a {
            background: #FFFFFF 0% 0% no-repeat padding-box;
            padding: 10px 20px;
        }

    #roaming-new.roaming-business section.faq-roaming .panel-default .panel-body {
        padding: 0 22px;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        transition: all ease-in .3s;
    }

    #roaming-new.roaming-business section.faq-roaming .panel-default .panel-heading h4 a.collapsed:after {
        content: '+';
        font-family: teleicon-outline;
        position: absolute;
        color: #e20074;
        font-size: 18px;
        top: 0;
        right: 20px;
        margin: auto;
        transition-property: transform;
        transition-duration: .25s;
        font-weight: 600;
        border: 0;
        border-radius: 50%;
        padding: 6px 6px;
    }

    #roaming-new.roaming-business section.faq-roaming .panel-default .panel-heading h4 a:after {
        content: '-';
        font-family: teleicon-outline;
        position: absolute;
        color: gray;
        font-size: 21px;
        top: 15px;
        right: 23px;
        margin: auto;
        transition-property: transform;
        transition-duration: .25s;
        font-weight: 600;
    }

#roaming-new.roaming-business .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 0;
}

#roaming-new.roaming-business .right-side {
    background-color: #f2f2f2;
}

#roaming-new.no-bcg.roaming-business .countries-data .internet-packages h2 {
    position: relative;
    font-family: 'teleNeo-bold' !important;
    text-transform: uppercase;
    font-size: 23px;
    text-align: center;
    color: black;
    margin-bottom: 35px;
}

    #roaming-new.no-bcg.roaming-business .countries-data .internet-packages h2:before,
    #roaming-new.no-bcg.roaming-business .countries-data .internet-packages h2:after {
        content: '';
        display: none;
    }

#roaming-new.no-bcg.roaming-business .countries-data .operators-list {
    text-align: center;
}

#roaming-new.no-bcg.roaming-business .countries-data .internet-packages .package-wrap .package {
    padding: 30px 15px 10px;
    overflow: visible;
}

#roaming-new.no-bcg.roaming-business .countries-data .internet-packages .package-wrap {
    overflow: visible;
}

    #roaming-new.no-bcg.roaming-business .countries-data .internet-packages .package-wrap p {
        text-align: center;
        display: block;
        margin-bottom: 0;
        text-transform: uppercase;
    }

    #roaming-new.no-bcg.roaming-business .countries-data .internet-packages .package-wrap a {
        margin: 40px auto;
    }

    #roaming-new.no-bcg.roaming-business .countries-data .internet-packages .package-wrap .package .package-info {
        overflow: visible;
    }

    #roaming-new.no-bcg.roaming-business .countries-data .internet-packages .package-wrap .package h3 {
        opacity: 1;
        line-height: 1.2;
        color: #333;
        font-size: 21px;
        background-color: transparent;
        display: block;
        width: 100%;
        position: relative;
        font-family: teleNeo-bold !important;
        margin: 0 0 20px 0;
    }

#roaming-new.roaming-business section div.table,
#roaming-new.no-bcg.roaming-business .countries-data section.darker-magenta-bcg .table-responsive {
    background-color: transparent !important;
    padding: 20px 0;
}

    #roaming-new.roaming-business section div.table table,
    #roaming-new.no-bcg.roaming-business .countries-data section.darker-magenta-bcg .table-responsive table {
        border: 1px solid #E3E5E7
    }

    #roaming-new.roaming-business section div.table thead,
    #roaming-new.no-bcg.roaming-business .countries-data section.darker-magenta-bcg .table-responsive thead {
        background-color: #E3E5E7 !important;
    }

        #roaming-new.no-bcg.roaming-business .countries-data section.white-bcg table thead th,
        #roaming-new.roaming-business section div.table thead th {
            padding: 15px 10px;
            border-bottom: 0 !important;
        }

    #roaming-new.no-bcg.roaming-business .countries-data section.white-bcg table tr td,
    #roaming-new.roaming-business section div.table tr td {
        border: 0 !important;
        padding: 15px 10px;
    }

#roaming-new .countries-data section.white-bcg table tr th,
#roaming-new .countries-data section.white-bcg table tr td {
    text-align: center;
}

#roaming-new.no-bcg.roaming-business .countries-data table tbody tr td.bcg {
    border-bottom: initial !important;
}

/*#roaming-new.no-bcg.roaming-business .countries-data .internet-packages .package-wrap .package:hover {
    background-color: transparent;
}*/

#roaming-new.no-bcg.roaming-business .countries-data .internet-packages .package-wrap .package:hover h3 {
    background-color: transparent;
    opacity: .7;
}

#roaming-new.no-bcg.roaming-business .countries-data .internet-packages .package-wrap .package:hover .internet span {
    color: white !important;
}

/*    #roaming-new.no-bcg.roaming-business .countries-data .internet-packages .package-wrap .package:hover span.price,
    #roaming-new.no-bcg.roaming-business .countries-data .internet-packages .package-wrap .package:hover span {
        color: white !important;
    }*/

#roaming-new.no-bcg.roaming-business .package-wrap .package .icons {
    margin: 15px 0 0;
}

    #roaming-new.no-bcg.roaming-business .package-wrap .package .icons span {
        width: 36px !important;
        height: 40px !important;
    }

#roaming-new.no-bcg.roaming-business .one-t-dicklaimer:hover .one-t-dicklaimer-message {
    transition: all ease-in .3s;
}

#roaming-new.no-bcg.roaming-business .one-t-dicklaimer .one-t-dicklaimer-message p {
    color: white;
    font-size: 13px !important;
    text-transform: unset !important;
    line-height: 1.2;
}

#roaming-new.no-bcg.roaming-business .smart-priceWraper {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 10px auto;
    padding: 20px 0;
}

    #roaming-new.no-bcg.roaming-business .smart-priceWraper .p-left-smart {
        position: relative;
        display: inline;
        width: 50%;
        float: left;
        text-align: right;
        margin-top: 5px;
    }


        #roaming-new.no-bcg.roaming-business .smart-priceWraper .p-left-smart span {
            font-size: 27px !important;
            font-family: 'teleNeo-bold' !important;
        }

    #roaming-new.no-bcg.roaming-business .smart-priceWraper .p-right-smart {
        position: relative;
        display: inline;
        float: left;
        width: auto;
        bottom: 0 !important;
        top: 5px;
        color: #333;
        text-align: right;
        margin-left: 10px;
    }

        #roaming-new.no-bcg.roaming-business .smart-priceWraper .p-right-smart > span {
            color: #333;
            text-transform: none;
            text-align: right;
            font-size: 13px !important;
            display: block
        }

            #roaming-new.no-bcg.roaming-business .smart-priceWraper .p-right-smart > span span {
                display: inline;
                text-align: right;
            }

        #roaming-new.no-bcg.roaming-business .smart-priceWraper .p-right-smart span.p-currency {
            border-bottom: 1px solid #383838;
            margin-top: 2px;
        }

#roaming-new.no-bcg.roaming-business .foosnote {
    position: relative;
}

    #roaming-new.no-bcg.roaming-business .foosnote:after {
        content: '';
        position: absolute;
        background-image: url(../content/images/roaming-business/shape.png);
        background-position: top right;
        background-size: cover;
        height: 110px;
        width: 200px;
        top: 0;
        right: 0;
        z-index: 0;
    }

    #roaming-new.no-bcg.roaming-business .foosnote h2 {
        text-transform: uppercase;
        color: black;
        font-family: 'teleNeo-bold' !important;
        padding: 0px 0px 0 80px;
        margin-bottom: 40px;
        font-size: 22px;
        position: relative;
        display: flex;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
        z-index: 1;
    }

        #roaming-new.no-bcg.roaming-business .foosnote h2:before {
            content: '';
            position: absolute;
            width: 35px;
            height: 35px;
            background-image: url(../content/images/roaming-business/info-black.png);
            left: 30px;
            background-repeat: no-repeat;
            background-size: contain;
            border-radius: 50px;
        }

#roaming-new.no-bcg.roaming-business .countries-data section.telekom-mk-app-section {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
}

#roaming-new.no-bcg.roaming-business .countries-data .telekom-mk-app {
    text-align: center;
    bottom: 0;
    right: 0;
    margin-top: 40px;
    overflow: hidden;
    width: 50%;
    float: none;
    margin: 0 auto;
}

    #roaming-new.no-bcg.roaming-business .countries-data .telekom-mk-app .text {
        display: block;
        float: none;
        padding-right: 30px;
        padding-left: 20px;
        text-align: center;
    }

        #roaming-new.no-bcg.roaming-business .countries-data .telekom-mk-app .text p {
            text-align: center;
        }

    #roaming-new.no-bcg.roaming-business .countries-data .telekom-mk-app .telekom-mk-app-mobIcons {
        text-align: center;
        float: none;
    }

#roaming-new.no-bcg.roaming-business section.darker-magenta-bcg table thead tr th,
#roaming-new.no-bcg.roaming-business section.darker-magenta-bcg .table tr td:not(.no-border) {
    text-align: center;
}

@media(min-width: 1550px) {

    #roaming-new.roaming-business .roaming-start-page .wrapper {
        position: relative;
        height: 300px;
        padding-top: 30px;
        margin-bottom: 30px;
    }

        #roaming-new.roaming-business .roaming-start-page .wrapper:before {
            background-size: cover;
        }

    #roaming-new.roaming-business .roaming-start-page .header .qa-buttons {
        bottom: 50%;
    }

    #roaming-new.roaming-business .roaming-start-page.affix .header .qa-buttons {
        bottom: 65%;
    }
}

@media(max-width: 374px) {

    #roaming-new.no-bcg.roaming-business .smart-priceWraper .p-right-smart > span {
        margin-right: 10px !important;
    }
}

@media(max-width: 767px) {
    #roaming-new.roaming-business .roaming-start-page .wrapper h1 {
        padding: 10px 10px 10px 35px;
        width: 55%;
        position: relative;
    }

        #roaming-new.roaming-business .roaming-start-page .wrapper h1 span {
            font-size: 30px;
        }

    #roaming-new.roaming-business .roaming-start-page .wrapper {
        height: 190px;
    }

        #roaming-new.roaming-business .roaming-start-page .wrapper:before {
            background-size: cover;
        }

    #roaming-new.roaming-business .roaming-start-page .header {
        padding: 10px 20px 30px 20px;
    }

        #roaming-new.roaming-business .roaming-start-page .header h2 {
            margin-bottom: 30px;
            font-size: 19px !important;
        }

    #roaming-new.roaming-business .affix .select-country {
        height: auto;
    }

    #roaming-new.roaming-business section.faq-roaming:after {
        width: 100%;
        height: 100%;
    }

    #roaming-new.roaming-business .roaming-start-page .header .qa-buttons {
        bottom: 0;
    }

    #roaming-new.roaming-business section.faq-roaming .absolute-bottom {
        position: relative;
        padding: 0 20px;
    }

    #roaming-new h2 {
        font-size: 23px !important;
    }

    #roaming-new.roaming-business section.faq-roaming .panel-default .panel-heading h4 a.collapsed {
        padding: 10px 50px 10px 20px;
        z-index: 2;
    }

    /*    #roaming-new.no-bcg.roaming-business .countries-data .internet-packages h2 {
        font-size: 26px;
    }*/

    #roaming-new.no-bcg.roaming-business .countries-data .internet-packages .package-wrap .package {
        padding: 30px 30px 10px;
    }

    #roaming-new.no-bcg.roaming-business .countries-data .internet-packages .package-wrap a {
        margin: 40px auto;
        display: block;
        width: 100%;
    }

    #roaming-new.no-bcg.roaming-business .foosnote {
        padding: 30px 20px 30px 10px;
    }

        #roaming-new.no-bcg.roaming-business .foosnote h2 {
            font-size: 18px;
        }

            #roaming-new.no-bcg.roaming-business .foosnote h2:before {
                width: 25px;
                height: 25px;
                left: 20px;
            }

        #roaming-new.no-bcg.roaming-business .foosnote ul li {
            margin-left: 10px;
        }

    #roaming-new.no-bcg.roaming-business .countries-data .telekom-mk-app {
        width: 100%;
    }

    #roaming-new.no-bcg.roaming-business .smart-priceWraper .p-right-smart {
        width: 35%;
    }

        #roaming-new.no-bcg.roaming-business .smart-priceWraper .p-right-smart > span {
            margin-right: 20px;
        }

    #roaming-new.no-bcg.roaming-business .smart-priceWraper .p-left-smart {
        width: 40%;
    }

        #roaming-new.no-bcg.roaming-business .smart-priceWraper .p-left-smart span {
            font-size: 23px !important;
        }
}

@media(min-width: 768px) and (max-width: 991px) {
    #roaming-new h1 {
        font-size: 35px;
    }

    #roaming-new p.subheader {
        font-size: 16px;
    }

    #roaming-new .roaming-packages {
        padding: 10px 0 30px;
    }

    #roaming-new h2 {
        font-size: 17px;
    }

    #roaming-new .roaming-start-page .header .qa-buttons {
        bottom: 10px;
    }

    #roaming-new.roaming-business .roaming-start-page .wrapper h1 {
        padding: 10px 10px 10px 45px;
        width: 35%;
        position: relative;
    }

    #roaming-new.roaming-business .roaming-start-page .wrapper {
        display: block;
    }

    #roaming-new.roaming-business .roaming-start-page .header h2 {
        margin-bottom: 20px;
    }

    #roaming-new.roaming-business .roaming-start-page .header {
        padding: 10px 40px 30px 40px;
    }

    #roaming-new.roaming-business section.faq-roaming .absolute-bottom {
        padding: 0 40px;
    }

    #roaming-new.roaming-business .affix .select-country {
        height: auto;
    }

    #roaming-new.roaming-business .roaming-start-page.affix .header h2 {
        margin-bottom: 10px;
    }

    #roaming-new.roaming-business .header .qa-buttons .text h3 {
        bottom: 20px;
    }
}

@media(min-width: 992px) and (max-width: 1199px) {
    #roaming-new.roaming-business .roaming-start-page .wrapper {
        height: 190px;
    }

    #roaming-new.roaming-business .roaming-start-page .header h2 {
        margin-bottom: 10px;
    }

    #roaming-new.roaming-business .roaming-start-page.affix .header h2 {
        margin-bottom: 10px;
    }

    #roaming-new.roaming-business .roaming-start-page .wrapper h1 {
        padding: 10px 10px 10px 45px;
        width: 58%;
    }

        #roaming-new.roaming-business .roaming-start-page .wrapper h1 span {
            font-size: 28px;
        }

    #roaming-new.roaming-business .roaming-start-page .header {
        padding: 10px 40px 30px 40px;
    }
}
/*#endregion roaming business*/


/*#region menu mobile redesign*/

body.overflow {
    overflow: hidden;
}

#menu.collapse {
    visibility: hidden;
}

    #menu.collapse.in {
        top: 113px;
        min-height: 100vh;
        position: fixed;
        visibility: visible;
        width: 100%;
        z-index: 1;
        height: 100%;
        left: 0;
        background: white;
        overflow-y: scroll;
    }


.main-menu-holder.affix #menu.collapse.in {
    top: 50px;
}

    .main-menu-holder.affix #menu.collapse.in > ul.menu-hidden > li.active > .dropdown-menu.mobile {
        top: 100px !important;
    }


nav#menu.collapse.in .menu-hidden {
    display: flex;
    margin: 0;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0;
    border-bottom: 1px solid #f5f5f5;
    box-shadow: none;
    height: 50px;
}

    nav#menu.collapse.in .menu-hidden > li.active > ul.dropdown-menu.mobile {
        position: absolute;
        width: 100%;
        height: initial;
        box-shadow: none;
        border: 0;
        z-index: 2;
        top: 50px;
    }


    nav#menu.collapse.in .menu-hidden > li {
        width: 30%;
        text-align: center;
        margin: 0 5px;
    }

        nav#menu.collapse.in .menu-hidden > li.domashni-operatori {
            display: none;
            visibility: hidden;
            opacity: 0;
        }

    nav#menu.collapse.in .menu-hidden.business-category > li.domashni-operatori {
        display: block;
        visibility: visible;
        opacity: 1;
    }

    nav#menu.collapse.in .menu-hidden > li.active {
        border-bottom: 2px solid #e20074;
    }

        nav#menu.collapse.in .menu-hidden > li.active > ul {
            display: block;
        }

    nav#menu.collapse.in .menu-hidden > li > ul {
        display: none;
    }

    nav#menu.collapse.in .menu-hidden > li > a {
        color: black;
        font-family: 'teleNeo-medium' !important;
        font-size: 16px;
        line-height: 1.1;
        height: 100%;
        position: relative;
        display: flex;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

        nav#menu.collapse.in .menu-hidden > li > a:focus {
            text-decoration: none;
        }

    nav#menu.collapse.in .menu-hidden > li.active > ul.dropdown-menu.mobile {
        font-size: 15px;
        position: fixed;
        width: 100%;
        border-radius: 0;
        margin: 0;
        height: auto;
        top: 175px;
        border: 0;
        height: 100vh;
        overflow-y: scroll;
        padding-bottom: 200px;
        z-index: 999;
    }

        nav#menu.collapse.in .menu-hidden > li.active > ul.dropdown-menu.mobile li {
            position: relative;
            overflow: hidden;
        }

        nav#menu.collapse.in .menu-hidden > li.active > ul.dropdown-menu.mobile > li {
            border-bottom: 1px solid #eee;
        }

        nav#menu.collapse.in .menu-hidden > li.active > ul.dropdown-menu.mobile li > a {
            color: #333;
            font-family: 'teleNeo-extra' !important;
            text-transform: uppercase;
            padding: 15px 10% 15px 20px;
            width: 100%;
            height: 100%;
            font-size: 17px;
        }

        nav#menu.collapse.in .menu-hidden > li.active > ul.dropdown-menu.mobile li.active > a {
            color: #e20074;
            background-color: transparent;
        }

        nav#menu.collapse.in .menu-hidden > li.active > ul.dropdown-menu.mobile li.active > ul > li.active a {
            text-transform: none;
            font-family: 'teleNeo-bold' !important;
            font-size: 17px;
        }

        nav#menu.collapse.in .menu-hidden > li.active > ul.dropdown-menu.mobile > li.active > ul {
            border-left: 0 !important;
        }

        nav#menu.collapse.in .menu-hidden > li.active > ul.dropdown-menu.mobile li.active ul {
            position: relative;
            width: 100%;
            border-radius: 0;
            border: 0;
            padding-left: 20px;
            box-shadow: none;
            background: transparent;
        }

            nav#menu.collapse.in .menu-hidden > li.active > ul.dropdown-menu.mobile li.active ul > li.active > ul {
                position: relative;
                width: 100%;
                border-radius: 0;
                border: 0;
                padding-left: 30px;
                box-shadow: none;
                background: transparent;
            }

        nav#menu.collapse.in .menu-hidden > li.active > ul.dropdown-menu.mobile > li.open > ul {
            display: block;
            position: relative;
            width: 100%;
            border-radius: 0;
            border: 0;
            padding-left: 20px;
            box-shadow: none;
            background: transparent;
        }

            nav#menu.collapse.in .menu-hidden > li.active > ul.dropdown-menu.mobile > li.open > ul li a {
                text-transform: none;
                font-size: 17px;
                font-family: 'teleNeo-medium' !important;
                padding: 10px 10% 10px 20px;
                white-space: pre-wrap;
                line-height: 1.2;
            }

            nav#menu.collapse.in .menu-hidden > li.active > ul.dropdown-menu.mobile > li.open > ul > li.open > ul,
            nav#menu.collapse.in .menu-hidden > li.active > ul.dropdown-menu.mobile > li.open > ul > li.open > ul > li.open > ul {
                display: block;
                position: relative;
                width: 100%;
                border-radius: 0;
                border: 0;
                padding-left: 30px;
                box-shadow: none;
                background: transparent;
            }

                nav#menu.collapse.in .menu-hidden > li.active > ul.dropdown-menu.mobile > li.open > ul > li.open > ul:before,
                nav#menu.collapse.in .menu-hidden > li.active > ul.dropdown-menu.mobile > li.open > ul > li.open > ul > li.open > ul:before {
                    content: '';
                    position: absolute;
                    width: 1px;
                    height: 100%;
                    background-color: #ccc;
                }

    nav#menu.collapse.in .menu-hidden > li.active > ul.dropdown-menu > li.active.open > ul,
    nav#menu.collapse.in .menu-hidden > li.active > ul.dropdown-menu > li.active > ul > li.active.open > ul,
    nav#menu.collapse.in .menu-hidden > li.active > ul.dropdown-menu > li.active > ul > li.active > ul > li.active.open > ul {
        display: block;
    }

    nav#menu.collapse.in .menu-hidden > li.active > ul.dropdown-menu.mobile > li.active > ul > li a {
        text-transform: none;
        font-family: 'teleNeo-medium' !important;
        padding: 10px 0 10px 20px;
        font-size: 17px;
    }

    nav#menu.collapse.in .menu-hidden > li > ul.dropdown-menu.mobile li > ul > li > ul > li.active {
        border-left: 2px solid #e20074;
    }

    nav#menu.collapse.in .menu-hidden a.strelche,
    nav#menu.collapse.in .menu-hidden a.strelche:focus {
        position: absolute;
        right: 0;
        float: right;
        top: 0;
        z-index: 2;
        height: 100%;
        background-color: transparent !important;
        width: 10% !important;
        padding: 0 10px !important;
    }

        nav#menu.collapse.in .menu-hidden a.strelche:after {
            content: '%';
            position: absolute;
            font-family: 'teleicon-outline' !important;
            font-size: 22px;
            color: gray;
            bottom: 0;
            transition: all ease-in .3s;
            top: 10px;
            transform: rotateY( 180deg);
        }

    nav#menu.collapse.in .menu-hidden li > ul > li.open > a.strelche:after {
        transition: all ease-in .3s;
        content: '$';
    }

    nav#menu.collapse.in .menu-hidden > li.active > ul.dropdown-menu.mobile > li.click_strelche a.strelche {
        width: 100% !important;
    }

        nav#menu.collapse.in .menu-hidden > li.active > ul.dropdown-menu.mobile > li.click_strelche a.strelche:after {
            right: 10px;
        }

    nav#menu.collapse.in .menu-hidden > li.active > ul.dropdown-menu.mobile li.active > ul > li.active.open a.strelche:after {
        color: #e20074;
    }



/*#endregion meni redesign*/

/*#region fotogalerii redesign*/
.gallery-wrap .article-info {
    position: relative;
}

    .gallery-wrap .article-info h3 {
        font-size: 30px;
        text-align: center;
        margin: 40px 0;
        text-transform: uppercase;
        font-family: 'teleNeo-bold' !important;
    }

.box-center {
    text-align: center;
}

.gallery-wrap .wrapper {
    position: relative;
    display: block;
    width: 100%;
}

    .gallery-wrap .wrapper .image {
        position: relative;
        width: 30%;
        margin: 0 15px;
        display: inline-block;
        float: left;
        min-height: 290px;
    }

span#time {
    text-align: left;
    padding-left: 30px;
    background-image: url(../images/time-icon.png);
    background-position: bottom 0px left;
    background-repeat: no-repeat;
    padding-top: 15px;
    line-height: 1;
    margin-bottom: 30px !important;
    display: inline-block;
    margin-left: 15px;
    font-size: 14px;
    text-align: center;
    margin-top: 0px;
}

.fotogalerii-header .main-banner {
    position: relative;
    height: 400px;
    color: white;
    background-image: url(../content/images/corporate-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0% 20%;
}

.fotogalerii-header h1 {
    padding: 5% 0 1% !important;
    margin: 0 !important;
    color: black !important;
    text-align: left !important;
    font-family: 'teleNeo-extra' !important;
    font-size: 37px;
    border-bottom: 1px solid #eee;
}

.fotogalerii-header .header-wrap {
    height: 100%;
}

div#gallery {
    position: relative;
    width: 100%;
    height: auto;
    margin: 40px auto 0;
    padding: 0;
}

    div#gallery .text {
        color: black;
        font-size: 19px;
        font-family: 'teleNeo-bold' !important;
        margin-bottom: 20px;
    }

    div#gallery .gallery-item {
        position: relative;
        height: 300px;
    }

        div#gallery .gallery-item .image {
            position: relative;
            height: 100%;
        }

            div#gallery .gallery-item .image img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        div#gallery .gallery-item .gallery-item-wrap {
            height: 100%;
            position: relative;
        }

        div#gallery .gallery-item a {
            position: relative;
            width: 100%;
            height: 100%;
            display: block;
        }



/*#endregion fotogalerii redesign*/

/*#region eco popust*/
#eco-popust h1 {
    font-size: 55px;
    color: white;
    text-transform: uppercase;
    font-family: 'teleNeo-boldItalic' !important;
}

    #eco-popust h1 span {
        display: block;
        font-size: 34px;
        color: white;
        font-family: 'teleNeo-regular' !important;
        margin-top: 20px;
    }

div#eco-popust p {
    font-size: 18px;
}

    div#eco-popust p.small {
        font-size: 14px;
        color: #8D8D8D;
        line-height: 1.2;
    }

#eco-popust .main-banner {
    position: relative;
    /*background-image: url('../content/images/eco-popust/eco-popust-banner.jpg');*/
    /*background-image: url('../content/images/eco-popust/eco-popust-banner-new-mk.jpg');*/
    /*background-image: url('../content/images/eco-popust/eco-popust-banner-full.jpg');*/
    /*background-image: url('../content/banners/2024/a1-eco-popust-mart-mk.jpg');*/
    /*    background-image: url('../content/banners/2024/a1-eko-popust-zelen-smartfon.jpg');*/
    background-image: url('../content/banners/2024/banner-eco-popust-dekstop-mk.jpg');
    background-size: cover;
    background-position: center;
    padding: 9% 0;
    height: 470px;
}

    #eco-popust .main-banner.sq {
        /* background-image: url('../content/banners/2024/a1-eco-popust-mart-sq.jpg');*/
        background-image: url('../content/banners/2024/banner-eco-popust-dekstop-sq.jpg');
    }

    #eco-popust .main-banner .flex {
        justify-content: space-between;
        width: 90%;
        position: relative;
        height: 100%;
    }

    #eco-popust .main-banner .header {
        position: relative;
        width: 60%;
        text-align: left;
    }

        #eco-popust .main-banner .header h2 {
            color: white;
            font-size: 30px;
            text-transform: uppercase;
            font-family: 'teleNeo-regularItalic' !important;
            text-align: left;
            margin: 0;
        }

            #eco-popust .main-banner .header h2 span {
                display: inline;
                color: #a4d966;
                font-family: 'teleNeo-bold' !important;
                font-size: 30px;
            }

    #eco-popust .main-banner .ec {
        position: absolute;
        width: 120px;
        right: 40px;
        top: 80px;
    }

#eco-popust .samo-so-mm {
    position: relative;
    padding: 50px 0;
    background: radial-gradient(rgba(231, 241, 246, 1), rgba(255, 255, 255, 1));
}

    #eco-popust .samo-so-mm .wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        column-gap: 20px;
        width: 100%;
    }

        #eco-popust .samo-so-mm .wrapper .left {
            width: 60%;
            text-align: right;
        }

        #eco-popust .samo-so-mm .wrapper .right .text-wrap {
            padding-right: 130px;
        }

    #eco-popust .samo-so-mm h2 {
        font-size: 30px;
        margin: 30px 0;
        font-family: 'teleNeo-bold' !important;
        position: relative;
    }

div#eco-popust .samo-so-mm h2 span {
    display: inline;
    font-size: 30px;
}

#eco-popust .samo-so-mm p {
    font-size: 19px;
    font-family: 'teleNeo-medium' !important;
    line-height: 1.2;
}

div#eco-popust .white-bg h2 {
    font-size: 40px;
    margin: 30px 0;
    font-family: 'teleNeo-bold' !important;
    position: relative;
    width: 40%;
    margin: 20px auto 40px;
}

    div#eco-popust .white-bg h2:after {
        content: '';
        position: absolute;
        width: 5%;
        height: 5px;
        background: #e20074;
        bottom: -20px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

#eco-popust .absolute-img {
    position: absolute;
    top: 45%;
    right: 0;
    width: 30%;
}

    #eco-popust .absolute-img img {
        position: absolute;
        left: -70px;
    }

div#eco-popust .white-bg {
    position: relative;
    width: 100%;
    padding: 2% 0 2%;
}

    div#eco-popust .white-bg .wrapper {
        position: relative;
        width: 80%;
        margin: 0 auto;
        padding: 3% 0;
        text-align: center;
    }

/*div#eco-popust h2 {
    font-size: 40px;
    margin: 30px 0;
    font-family: 'teleNeo-bold' !important;
    position: relative;
    width: 40%;
    margin: 20px auto 40px;
}*/

div#eco-popust h2.white-txt {
    margin: 10px 0 55px;
    width: 70%;
    padding: 0;
}
/*
        div#eco-popust h2.white-txt:after {
            content: '';
            height: 5px;
            background: white;
            bottom: -20px;
            left: 0;
            right: 0;
            margin: 0;
            width: 5%;
        }*/

div#eco-popust h2 span {
    display: block;
    font-size: 20px;
    color: rgba(0, 0, 0, .3);
    font-family: 'teleNeo-bold' !important;
    margin-bottom: 10px;
}



div#eco-popust .white-bg p {
    font-size: 19px;
    font-family: 'teleNeo-medium' !important;
    line-height: 1.2;
    padding: 0 20%;
}

div#eco-popust .wrapper {
    max-width: 1400px;
    margin: 0 auto;
}

div#eco-popust section.magenta-gradient {
    position: relative;
    background: transparent radial-gradient(closest-side at 30% 49%,#f6007e 10%,#870045 250%);
    height: auto;
    padding: 7% 0;
}

    div#eco-popust section.magenta-gradient .box-green {
        position: relative;
        padding: 20px 30px;
        margin: 30px 0 0 0;
        box-shadow: 0 0 40px 5px rgba(0, 0, 0, .09);
        background: rgba(255, 255, 255, .05);
    }

    div#eco-popust section.magenta-gradient .green-magenta {
        position: relative;
        right: 0;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

        div#eco-popust section.magenta-gradient .green-magenta .svg {
            position: relative;
            width: 65px;
            background: #92bc0f;
            height: 65px;
            border-radius: 50px;
        }

            div#eco-popust section.magenta-gradient .green-magenta .svg svg {
                margin: auto;
            }

        div#eco-popust section.magenta-gradient .green-magenta .png {
            position: relative;
            width: 90%;
        }

    div#eco-popust section.magenta-gradient .wrapper {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        height: 100%;
    }

        div#eco-popust section.magenta-gradient .wrapper > div {
            width: 50%;
            text-align: left;
            color: white;
            height: 100%;
            position: relative;
        }

    div#eco-popust section.magenta-gradient:before {
        content: '';
        height: 570px;
        left: -20px;
        position: absolute;
        background-image: url(../content/images/eco-popust/leaf-eco.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 100%;
        bottom: -40px;
    }

    div#eco-popust section.magenta-gradient .wrapper .right {
        position: relative;
        padding: 0% 10% 0% 0;
    }

        div#eco-popust section.magenta-gradient .wrapper .right .text-wrap {
            height: 100%;
        }

div#eco-popust section.gray-gradient .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

    div#eco-popust section.gray-gradient .wrapper > div {
        width: 50%;
    }

div#eco-popust section.gray-gradient {
    background: transparent radial-gradient(closest-side at 68% 50%, #d8e9f2 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    height: auto;
    padding: 6% 0;
}

    div#eco-popust section.gray-gradient .text {
        max-width: 1400px;
        margin: 0 auto;
    }

    div#eco-popust section.gray-gradient .wrapper {
        display: flex;
        justify-content: center;
        align-items: stretch;
        height: 100%;
        overflow: hidden;
        padding: 100px 0 50px;
    }

        div#eco-popust section.gray-gradient .wrapper > div {
            width: 50%;
            position: relative;
        }

        div#eco-popust section.gray-gradient .wrapper:last-of-type {
            margin-top: 50px;
            padding-bottom: 50px;
        }

            div#eco-popust section.gray-gradient .wrapper:last-of-type > div {
                width: 35%;
                margin: 0 25px 0 0;
                text-align: center;
                background: #FFFFFF 0% 0% no-repeat padding-box;
                box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, .04);
                border-radius: 8px;
                padding: 40px;
            }

                div#eco-popust section.gray-gradient .wrapper:last-of-type > div .header-wrap {
                    min-height: 120px;
                }

        div#eco-popust section.gray-gradient .wrapper .left .text-wrap {
            margin: 50px auto 50px;
        }

        div#eco-popust section.gray-gradient .wrapper .right:before {
            position: absolute;
            content: '';
            background-image: url(../content/images/eco-popust/pic_section2.png);
            background-size: contain;
            width: 690px;
            height: 420px;
            background-repeat: no-repeat;
            right: 0;
            background-position: top right;
            top: 7%;
            bottom: 0;
            margin: auto;
            left: 0;
        }

div#eco-popust .border {
    position: relative;
    margin: 60px 0 0;
    padding: 30px;
    background: #DCE3F53D 0% 0% no-repeat padding-box;
    border-radius: 6px;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='6' ry='6' stroke='%23C5CAD7FF' stroke-width='3' stroke-dasharray='15%2c20' stroke-dashoffset='24' stroke-linecap='round'/%3e%3c/svg%3e");
    border-radius: 6px;
}

    div#eco-popust .border img {
        position: absolute;
        right: -60px;
        top: -65px;
        width: 130px;
    }

div#eco-popust section.gray-gradient h2 {
    margin: 0 0 50px;
    width: 60%;
}

    div#eco-popust section.gray-gradient h2:after {
        content: '';
        left: 0;
        margin: 0;
        bottom: -15px;
        width: 6%;
        height: 5px;
    }

div#eco-popust section.phone-section {
    margin-bottom: 40px;
}

    div#eco-popust section.phone-section h2 {
        width: 100%;
        margin: 0;
    }

        div#eco-popust section.phone-section h2:after {
            content: '';
            display: none;
        }

        div#eco-popust section.phone-section h2 span {
            display: inline-block;
            font-size: 40px;
        }

    div#eco-popust section.phone-section .wrapper {
        display: block !important;
    }

    div#eco-popust section.phone-section .phone-wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
        margin: 50px 0;
    }

        div#eco-popust section.phone-section .phone-wrapper .text p {
            min-height: 20px;
        }

        div#eco-popust section.phone-section .phone-wrapper .text a {
            width: 100px;
            padding: 7px 10px;
            font-size: 17px;
            margin: 20px auto;
        }

        div#eco-popust section.phone-section .phone-wrapper .phone-box:hover .text a {
            background: white;
            color: #e20074;
        }

        div#eco-popust section.phone-section .phone-wrapper .phone-box {
            height: 440px;
            width: 440px;
        }

            div#eco-popust section.phone-section .phone-wrapper .phone-box .wrap {
                height: 210px;
                position: relative;
                bottom: 0;
                border-radius: 10px;
                height: 100%;
                margin: 0 45px;
                z-index: 2;
            }

                div#eco-popust section.phone-section .phone-wrapper .phone-box .wrap:before {
                    content: '';
                    position: absolute;
                    height: 230px;
                    bottom: 0;
                    background: #D7DAE4;
                    border-radius: 20px;
                    width: 100%;
                    left: 0;
                    z-index: 0;
                    -webkit-transition: opacity 0.2s linear;
                    -moz-transition: opacity 0.2s linear;
                    -o-transition: opacity 0.2s linear;
                    transition: opacity 0.2s linear;
                    opacity: 1;
                }

                div#eco-popust section.phone-section .phone-wrapper .phone-box .wrap:after {
                    content: '';
                    position: absolute;
                    height: 230px;
                    bottom: 0;
                    background: #D7DAE4;
                    border-radius: 20px;
                    width: 100%;
                    left: 0;
                    z-index: 0;
                    background: linear-gradient(180deg, #DF0073 0%, #70003A 100%) 0% 0% no-repeat padding-box;
                    background: -webkit-gradient(180deg, #DF0073 0%, #70003A 100%) 0% 0% no-repeat padding-box;
                    -webkit-transition: opacity 0.2s linear;
                    -moz-transition: opacity 0.2s linear;
                    -o-transition: opacity 0.2s linear;
                    transition: opacity 0.2s linear;
                    opacity: 0;
                }

            div#eco-popust section.phone-section .phone-wrapper .phone-box:hover .wrap:before {
                opacity: 0;
                -webkit-transition: opacity 0.2s linear;
                -moz-transition: opacity 0.2s linear;
                -o-transition: opacity 0.2s linear;
                transition: opacity 0.2s linear;
            }

            div#eco-popust section.phone-section .phone-wrapper .phone-box:hover .wrap:after {
                opacity: 1;
                -webkit-transition: opacity 0.2s linear;
                -moz-transition: opacity 0.2s linear;
                -o-transition: opacity 0.2s linear;
                transition: opacity 0.2s linear;
            }

            div#eco-popust section.phone-section .phone-wrapper .phone-box .text,
            div#eco-popust section.phone-section .phone-wrapper .phone-box .img {
                position: relative;
                z-index: 2;
            }

            div#eco-popust section.phone-section .phone-wrapper .phone-box .text {
                padding: 0 20px;
            }

            div#eco-popust section.phone-section .phone-wrapper .phone-box:hover .text p {
                color: white;
            }

            div#eco-popust section.phone-section .phone-wrapper .phone-box p {
                text-transform: uppercase;
                font-weight: 600;
            }

div#eco-popust button.slick-arrow {
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    position: absolute;
    right: 0;
    top: -40px;
}

    div#eco-popust button.slick-arrow.slick-prev {
        right: 60px;
        left: auto;
    }

    div#eco-popust button.slick-arrow:before {
        content: '%';
        position: absolute;
        font-family: 'teleicon-outline' !important;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        margin: auto;
        bottom: 0;
        right: 0;
        line-height: 46px;
        text-shadow: none;
        color: rgba(51, 51, 51, .75);
    }

    div#eco-popust button.slick-arrow.slick-prev:after {
        content: '';
        position: absolute;
        content: '';
        position: absolute;
        width: 130px;
        background: linear-gradient(45deg, transparent, #999);
        height: 1px;
        left: -150px;
        top: 54%;
    }

    div#eco-popust button.slick-arrow.slick-next:before {
        transform: rotateY(180deg);
    }

div#eco-popust section.partner-logos {
    position: relative;
    padding: 30px 0;
    box-shadow: 0 0 35px 8px rgba(51, 51, 51, .10);
}

    div#eco-popust section.partner-logos .wrap {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

@media(max-width: 767px) {
    #eco-popust .samo-so-mm .wrapper .left {
        text-align: center;
    }

    #eco-popust .samo-so-mm .wrapper .right .text-wrap {
        padding: 0 20px;
    }

    #eco-popust .samo-so-mm span {
        font-size: 28px;
    }

    div#eco-popust .white-bg h2 {
        width: 100%;
    }

    #eco-popust .main-banner .flex {
        width: 100%;
        height: 100%;
    }

    #eco-popust .main-banner .header {
        width: 100%;
        margin-top: 60px;
    }

        #eco-popust .main-banner .header h2,
        #eco-popust .main-banner .header h2 span {
            font-size: 20px !important;
        }

    #eco-popust .main-banner .ec {
        width: 90px;
        right: 0;
        top: 0px;
    }

    div#eco-popust section.magenta-gradient .green-magenta .svg {
        width: 55px;
        height: 55px;
    }

        div#eco-popust section.magenta-gradient .green-magenta .svg svg {
            width: 30px;
            height: 30px;
        }

    div#eco-popust section.partner-logos {
        padding: 30px 0 50px;
    }

    #eco-popust .main-banner {
        height: 270px;
    }


    #eco-popust h1 {
        font-size: 30px;
    }

        #eco-popust h1 span {
            display: block;
            font-size: 26px;
            color: white;
            font-family: 'teleNeo-regular' !important;
            margin-top: 20px;
        }

    #eco-popust .main-banner .header img {
        position: absolute;
        width: 100px;
        right: 0;
        top: -110px;
    }

    div#eco-popust h2 {
        width: 100%;
        font-size: 28px !important;
    }

        div#eco-popust h2 span {
            font-size: 26px !important;
        }

    div#eco-popust .white-bg p {
        padding: 0;
    }

    div#eco-popust .wrapper {
        flex-direction: column !important;
        width: 100%;
        padding: 20px;
    }

    div#eco-popust section.gray-gradient .wrapper {
        padding: 20px;
    }

    div#eco-popust .wrapper > div {
        width: 100% !important;
    }

    div#eco-popust section.magenta-gradient {
        height: auto;
    }

        div#eco-popust section.magenta-gradient:before {
            content: '';
            height: 390px;
            left: 0;
            position: relative;
            background-image: url(../content/images/eco-popust/leaf-eco.png);
            background-size: contain;
            background-repeat: no-repeat;
            width: 100%;
            bottom: -30px;
            display: block;
        }

        div#eco-popust section.magenta-gradient .wrapper .right {
            padding: 30px 0 0 0;
        }

    div#eco-popust section.gray-gradient {
        height: auto;
    }

        div#eco-popust section.gray-gradient .wrapper .left .text-wrap {
            margin: 10px 0 50px auto;
            width: 100%;
        }

        div#eco-popust section.gray-gradient .wrapper .right:before {
            position: relative;
            content: '';
            background-image: url(../content/images/eco-popust/pic_section2.png);
            background-size: contain;
            width: 100%;
            height: 300px;
            background-repeat: no-repeat;
            right: 0;
            background-position: top right;
            top: 0;
            display: block;
        }

    div#eco-popust .border img {
        position: absolute;
        right: 0;
        top: -65px;
        width: 110px;
    }

    div#eco-popust section.gray-gradient .wrapper:last-of-type > div {
        margin: 20px 0;
        padding: 20px;
    }

    div#eco-popust section.phone-section .phone-wrapper .phone-box {
        padding: 15px 10px;
        height: auto;
    }

        div#eco-popust section.phone-section .phone-wrapper .phone-box .wrap {
            margin: 0;
        }

    div#eco-popust button.slick-arrow {
        top: 0;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    #eco-popust .samo-so-mm {
        padding: 20px 20px 40px;
    }

        #eco-popust .samo-so-mm .wrapper .left {
            width: 70%;
        }

        #eco-popust .samo-so-mm .wrapper .right .text-wrap {
            padding-right: 10px;
        }

        #eco-popust .samo-so-mm h2 {
            font-size: 28px;
            width: 90%;
        }

            #eco-popust .samo-so-mm h2 span {
                display: inline;
                font-size: 28px;
            }

        #eco-popust .samo-so-mm p {
            font-size: 18px;
        }

    #eco-popust .main-banner .header {
        width: 70%;
    }

    #eco-popust .main-banner .flex {
        width: 100%;
    }

    #eco-popust h1 {
        font-size: 35px;
    }

    #eco-popust .main-banner .header h2,
    #eco-popust .main-banner .header h2 span {
        font-size: 22px;
    }

    #eco-popust .main-banner .ec {
        position: absolute;
        width: 100px;
        top: 50px;
    }

    div#eco-popust section.magenta-gradient .green-magenta .svg {
        width: 60px;
        height: 55px;
    }

        div#eco-popust section.magenta-gradient .green-magenta .svg svg {
            width: 30px;
            height: 30px;
        }

    div#eco-popust section.gray-gradient .wrapper {
        flex-direction: column !important;
        padding: 25px;
        width: 100%;
    }

        div#eco-popust section.gray-gradient .wrapper > div {
            width: 100%;
        }

    #eco-popust .main-banner {
        height: 360px;
    }

        #eco-popust .main-banner .header img {
            position: absolute;
            width: 100px;
            right: 0;
            top: -95px;
        }

    #eco-popust .absolute-img {
        position: absolute;
        top: 65%;
        right: 0;
        width: 30%;
    }

    div#eco-popust h2 {
        width: 60%;
    }

    div#eco-popust section.magenta-gradient {
        height: auto;
    }

        div#eco-popust section.magenta-gradient:before {
            content: '';
            height: 350px;
            left: -20px;
            position: absolute;
            background-image: url(../content/images/eco-popust/leaf-eco.png);
            background-size: contain;
            background-repeat: no-repeat;
            width: 50%;
            bottom: 0;
            top: 0;
            margin: auto;
        }

    div#eco-popust h2.white-txt {
        width: 100%;
    }

    div#eco-popust h2 {
        font-size: 32px;
    }

    div#eco-popust section.gray-gradient {
        height: auto;
    }

        div#eco-popust section.gray-gradient .wrapper .left .text-wrap {
            width: 100%;
        }

        div#eco-popust section.gray-gradient .wrapper .right:before {
            position: relative;
            height: 450px;
            right: 0;
            top: 0;
            display: block;
            left: 0;
            margin: auto;
        }

        div#eco-popust section.gray-gradient .wrapper:last-of-type > div {
            width: 100% !important;
            margin: 20px 0 !important;
        }

    div#eco-popust section.phone-section .wrapper {
        padding: 25px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #eco-popust .samo-so-mm .wrapper .right .text-wrap {
        padding-right: 30px;
    }

    #eco-popust .samo-so-mm h2 {
        width: 75% !important;
    }

    #eco-popust .main-banner .header {
        width: 75%;
    }

    #eco-popust h1 {
        font-size: 45px;
    }

    #eco-popust .main-banner .header h2,
    #eco-popust .main-banner .header h2 span {
        font-size: 25px;
    }

    div#eco-popust section.magenta-gradient .green-magenta .svg {
        width: 65px;
        height: 60px;
    }

    div#eco-popust h2 {
        width: 50%;
        margin: 20px auto;
    }

    div#eco-popust section.magenta-gradient:before {
        content: '';
        height: 530px;
        left: -20px;
        position: absolute;
        background-image: url(../content/images/eco-popust/leaf-eco.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 50%;
        bottom: 0;
    }

    div#eco-popust h2.white-txt {
        margin: 10px 0 35px;
        width: 90%;
        padding: 0;
    }

    div#eco-popust .wrapper {
        padding: 20px;
    }

    div#eco-popust section.gray-gradient {
        height: auto;
    }

        div#eco-popust section.gray-gradient .wrapper:last-of-type > div {
            min-height: 380px;
            padding: 30px;
            width: 45%;
        }

    div#eco-popust section.phone-section .phone-wrapper .phone-box .wrap {
        margin: 0 15px;
    }
}

@media (min-width: 1920px) {
    #eco-popust .main-banner {
        height: 700px;
    }

    div#eco-popust section.magenta-gradient {
        overflow: hidden;
    }

        div#eco-popust section.magenta-gradient:before {
            content: '';
            height: 90%;
            left: -80px;
            position: absolute;
            background-image: url(../content/images/eco-popust/leaf-eco.png);
            background-size: contain;
            background-repeat: no-repeat;
            width: 50%;
            bottom: 0;
            bottom: -90px;
            background-position: right bottom;
            overflow: hidden;
        }
}
/*#endregion eco popust*/
/*#region travel and surf redesign*/
#roaming-packages {
    position: relative;
}

    #roaming-packages .main-banner-new {
        position: relative;
        height: 370px;
        background-image: url(../content/banners/2023/business-travel-surf-bg.jpg);
        background-size: cover;
        background-position: right 20%;
        background-color: #e20074;
        background-repeat: no-repeat;
    }

        #roaming-packages .main-banner-new:before {
            content: '';
            background-image: url(../content/banners/2023/business-travel-surf-shape.png);
            width: 50%;
            height: 100%;
            left: 0;
            top: 0;
            bottom: 0;
            margin: auto 0;
            background-size: cover;
            background-position: left center;
            position: absolute;
        }

        #roaming-packages .main-banner-new .header {
            display: flex;
            flex-flow: column;
            justify-content: center;
            align-items: flex-start;
            height: 100%;
            width: 40%;
            position: relative;
        }

        #roaming-packages .main-banner-new h1 {
            color: white;
            text-transform: none;
            font-size: 50px;
            line-height: 1.1;
            font-family: 'teleNeo-regular' !important;
        }

        #roaming-packages .main-banner-new p {
            color: white;
            font-size: 26px;
            line-height: 1.2;
        }

        #roaming-packages .main-banner-new .ec {
            position: absolute;
            width: 120px;
            right: 0;
            bottom: 20px;
        }

    #roaming-packages .main-banner {
        position: relative;
        padding: 28% 0 0;
        background-image: url(../content/images/travel-surf/banner-bg.png);
        background-size: cover;
        background-position: center;
        background-color: #F8F8F8;
    }

        #roaming-packages .main-banner h1 {
            font-size: 35px;
            font-family: 'teleNeo-extra' !important;
            line-height: 1.2;
            color: white;
            padding-left: 30px;
        }

        #roaming-packages .main-banner p {
            position: relative;
            font-size: 20px;
            line-height: 1.2;
            color: white;
            padding-left: 30px;
        }

    #roaming-packages p {
        font-size: 18px;
    }

    #roaming-packages .main-banner .header {
        width: 50%;
        padding: 6% 0 4%;
        position: absolute;
        bottom: 0;
    }

        #roaming-packages .main-banner .header:before {
            content: '';
            position: absolute;
            background-image: url(../content/images/mobile-surf/Mobilni-internet-paketi-shape.png);
            height: 100%;
            width: 100%;
            background-size: contain;
            bottom: 0;
            left: 0;
            background-repeat: no-repeat;
            background-position: center bottom;
            padding-left: 30px;
        }

        #roaming-packages .main-banner .header .wrapper {
            position: relative;
            z-index: 2;
            padding: 0% 10% 0 21%;
        }

    #roaming-packages .tabs-section {
        position: relative;
        background-image: url(../content/images/travel-surf/section1-bg.png);
        background-size: cover;
        background-position: center top;
        height: auto;
    }

    #roaming-packages .tab-pane.fade {
        display: block;
        height: 0;
        overflow: hidden;
    }

        #roaming-packages .tab-pane.fade.active {
            overflow: initial;
            position: relative;
            height: auto;
        }

    #roaming-packages .nav-tabs {
        border: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-evenly;
        align-items: center;
        width: 50%;
        margin: 0 auto 40px;
    }

        #roaming-packages .nav-tabs li {
            width: 40%;
            position: relative;
            z-index: 5;
        }

            #roaming-packages .nav-tabs li.active a {
                background: #EEEFF2;
                box-shadow: 0px 13px 15px rgba(62, 62, 62, .02);
                opacity: 1;
            }

            #roaming-packages .nav-tabs li a {
                position: relative;
                border-radius: 10px;
                padding: 20px 15px;
                text-transform: uppercase;
                text-align: center;
                border: 0;
                color: black;
                opacity: .6;
                font-size: 18px;
                line-height: 1.2;
            }

                #roaming-packages .nav-tabs li a:hover {
                    opacity: 1;
                }

                #roaming-packages .nav-tabs li a strong {
                    display: block;
                }


        #roaming-packages .nav-tabs.new-red li a {
            color: black !important;
            line-height: 1.2;
            border: 1px solid transparent;
            width: 100%;
            height: 90px;
            font-size: 18px;
            display: inline-flex;
            flex-direction: column;
            justify-content: center;
            flex-wrap: nowrap;
            background: #efeff3 0% 0% no-repeat padding-box;
            border-radius: 8px;
            font-family: 'teleNeo-bold' !important
        }

        #roaming-packages .nav-tabs.new-red li.active a {
            background-color: white !important;
            box-shadow: 0px 0px 46px rgba(62, 62, 62, 0.25);
        }

            #roaming-packages .nav-tabs.new-red li.active a:before {
                content: '';
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
                height: 3px;
                width: 20%;
                background: #e20074;
                margin: 0 auto;
            }

    #roaming-packages h2.black-header {
        position: relative;
        width: 60%;
        margin: 70px auto;
        padding: 15px 10px;
        font-size: 37px;
        transform: skew(-30deg);
        -webkit-transform: skew(-30deg);
        color: white;
        background-color: black;
    }

        #roaming-packages h2.black-header span {
            transform: skew(30deg) !important;
            -webkit-transform: skew(30deg);
            position: relative;
            width: 100%;
            display: block;
            font-family: 'teleNeo-regular' !important;
            text-align: center;
        }

    #roaming-packages .sec-two h3 {
        font-size: 30px;
        text-align: center;
        text-transform: uppercase;
        font-family: 'teleNeo-extra' !important;
        margin: 40px 0;
    }

    #roaming-packages #travel-surf-balkan h3 {
        margin: 0 0 40px 0;
    }

    #roaming-packages .boxes {
        position: relative;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        gap: 50px;
        align-items: center;
        margin: 40px 0;
        text-align: center;
    }

        #roaming-packages .boxes .box-wrap {
            background: #FFFFFF;
            box-shadow: 0px 3px 76px rgba(0, 0, 0, .08);
            padding: 30px;
        }

            #roaming-packages .boxes .box-wrap .title {
                padding: 0 30px 20px 30px;
                border-bottom: 1px solid rgba(0, 0, 0, .12);
            }

        #roaming-packages .boxes h4 {
            font-size: 24px;
            color: black;
            line-height: 1.2;
            font-family: 'teleNeo-regular' !important;
            margin: 0;
        }

            #roaming-packages .boxes h4 span {
                display: block;
                font-size: 26px;
                font-family: 'teleNeo-extra' !important;
            }

        #roaming-packages .boxes .head p {
            font-size: 70px !important;
            font-family: 'teleNeo-extra' !important;
        }

    #roaming-packages #myTabContent-ict,
    #roaming-packages #myTabContent-ict2,
    #roaming-packages #myTabContent-ict3 {
        width: 85%;
        margin: 0 auto;
    }

    #roaming-packages .smart-priceWraper {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        width: 70%;
        margin: 0 auto;
    }

        #roaming-packages .smart-priceWraper .p-left-smart span {
            font-size: 30px;
            font-family: 'teleNeo-bold' !important;
        }

        #roaming-packages .smart-priceWraper .p-right-smart span {
            text-transform: none;
            color: black;
            font-size: 13px;
            padding-right: 5px;
        }

    #roaming-packages #razgovori .smart-priceWraper .p-right-smart .p-currency {
        border-bottom: none;
    }

section.last-sec .wrapper {
    position: relative;
    padding: 40px 0;
    box-shadow: 0 3px 46px rgba(0, 0,0, .14);
    height: auto;
    display: block;
    margin: 80px 0;
}

    section.last-sec .wrapper ul.nav {
        padding-left: 0;
        margin-bottom: 0 !important;
        list-style: none;
        display: flex;
        justify-content: space-between !important;
        align-items: center !important;
        align-content: center;
        flex-wrap: wrap !important;
        margin: 30px auto !important;
        width: 100% !important;
    }

    section.last-sec .wrapper .nav li {
        width: auto !important;
        text-align: center;
        text-transform: uppercase;
        z-index: 2;
        line-height: 1.2;
        border: unset;
        border-radius: 4px 4px 0 0;
        font-family: 'teleNeo-regular' !important;
        font-size: 18px;
        padding: 10px;
    }

        section.last-sec .wrapper .nav li.active:before {
            height: 2px;
            background: #e20074;
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
        }

        section.last-sec .wrapper .nav li.active:after {
            height: 2px;
            background: #e20074;
            content: '';
            position: absolute;
            right: -24px;
            top: 12px;
            width: 30px;
            border-bottom: 1px solid #e20074;
            transform: rotate(55deg);
        }

section.last-sec .panel-default {
    border: 0;
    box-shadow: none;
    background: transparent;
    border-bottom: 1px solid rgba(204, 204, 204, .35);
    padding-bottom: 10px;
}

section.last-sec .panel-group {
    padding: 0 40px;
}

section.last-sec .panel-default .panel-heading {
    padding: 0;
}

section.last-sec .panel-default:nth-child(1) .panel-heading {
    border-top: 0;
}

section.last-sec .panel-heading h4.panel-title {
    text-align: left;
    padding: 0;
}

    section.last-sec .panel-heading h4.panel-title a {
        font-size: 19px;
        display: block;
        padding: 15px 35px 15px 0;
        text-decoration: none;
        position: relative;
        z-index: 2;
    }


        section.last-sec .panel-heading h4.panel-title a:hover {
            color: black;
        }

section.last-sec .panel-body {
    text-align: left;
    padding: 0;
}

/*ПАКЕТИ ЗА МОБИЛЕН ИНТЕРНЕТ ВО РОАМИНГ*/
#roaming-packages h2.black-header {
    font-weight: 600;
}

#roaming-packages #travel-surf-balkan p {
    font-size: 20px;
    color: black;
    padding: 5px 30px;
}

#roaming-packages #travel-surf p {
    font-size: 19px;
}

#roaming-packages #travel-surf .wrap p {
    width: 80%;
    text-align: left;
    margin: 0 auto;
}

#roaming-packages #travel-surf-balkan h3 {
    margin-top: 40px !important;
}

#roaming-packages #travel-surf-balkan .last-sec h3 {
    margin-top: 0px !important;
}

#roaming-packages #travel-surf-balkan .white {
    background-color: white;
    box-shadow: 0px 3px 76px rgba(0,0,0,0.08);
}

#roaming-packages .sec-two .table-white {
    margin: 50px 0;
}

#roaming-packages .sec-two .nav-tabs {
    margin: 0 auto !important;
}

#roaming-packages table {
    width: 80%;
    height: 100%;
    margin: 0 auto;
}

    #roaming-packages table thead tr th,
    #roaming-packages table td + td {
        background-color: white;
    }

#roaming-packages .table-responsive {
    padding: 30px 70px;
}

#roaming-packages table tr td {
    border-bottom: 1px solid #e9e9e9;
    padding: 30px 0 10px 0;
    font-size: 19px;
    text-align: left;
}

#roaming-packages tbody > tr:last-child > td {
    border-bottom: 0;
}

#roaming-packages table tr td + td,
#roaming-packages table tr th + th {
    text-align: right;
}

#roaming-packages table tr th {
    font-size: 27px !important;
    padding: 0;
    line-height: 1.2;
}

#roaming-packages table b {
    font-weight: 500 !important;
    font-family: 'teleNeo-regular' !important;
}

#roaming-packages table strong {
    color: #E20074;
    font-size: 27px;
}

#roaming-packages #travel-surf-balkan .box1 {
    padding: 30px 40px;
}

#roaming-packages section.last-sec .panel-heading h4.panel-title a {
    padding: 25px 35px 25px 0;
    font-weight: 600;
}

#roaming-packages .last-sec {
    margin: 30px 0;
}

#roaming-packages section.last-sec .panel-heading h4.panel-title a:active,
#roaming-packages section.last-sec .panel-heading h4.panel-title a:focus {
    color: black !important;
}

#roaming-packages .sec-two .bg-wrap {
    background: rgb(241,247,252);
    background: linear-gradient(0deg, rgb(241, 247, 252) 0%, rgb(255,255,255) 100%);
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 20px 0;
}

#roaming-packages #travel-surf-balkan .wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 40px 0;
}

#roaming-packages #travel-surf-balkan .important {
    position: relative;
    left: 50px;
    font-size: 18px;
    background-color: #e20074;
    color: white;
    padding: 10px 25px;
    background-image: url(../content/images/travel-surf/bg-important.png);
    background-position: center;
}

    #roaming-packages #travel-surf-balkan .important:before {
        content: 'i';
        width: 100%;
        height: 100%;
        border: 1px solid #fff;
        border-radius: 50%;
        margin-right: 17px;
        padding: 3px 10px;
        font-size: 16px;
    }

#roaming-packages .last-sec #tab-3-xs .wrap,
#roaming-packages .last-sec #tab2-3-xs .wrap {
    text-align: left;
}

#roaming-packages .last-sec #tab-3-xs li,
#roaming-packages .last-sec #tab2-3-xs li {
    padding: 10px 20px;
    font-size: 19px;
}

    #roaming-packages .last-sec #tab-3-xs li:before,
    #roaming-packages .last-sec #tab2-3-xs li:before {
        content: '-';
        color: #e20074;
        font-size: 18px;
        padding-right: 10px;
    }

#roaming-packages .last-sec .tabs li {
    padding: 20px 10px 0 !important;
}

    #roaming-packages .last-sec .tabs li.active {
        color: #e20074
    }

#roaming-packages .last-sec table tr th {
    font-size: 18px !important;
    color: #e20074;
    font-weight: 600;
}

#roaming-packages #travel-surf-balkan .last-sec .wrap {
    display: block;
    margin: 0 0 30px 0;
    padding-bottom: 20px;
}

#roaming-packages #travel-surf-balkan {
    text-align: center;
}

#roaming-packages .last-sec .nav-tabs {
    margin: 20px auto;
    width: 100%;
}

    #roaming-packages .last-sec .nav-tabs li {
        text-align: center;
        text-transform: uppercase;
        z-index: 2;
        margin-right: 2px;
        line-height: 1.2;
        border: none;
        border-radius: 4px 4px 0 0;
        font-family: 'teleNeo-regular' !important;
        font-size: 18px;
        padding: 10px;
        background-color: transparent;
        box-shadow: none !important;
        margin: 20px auto 40px;
        width: auto !important;
    }

#roaming-packages .last-sec .box ul {
    display: block;
    width: 100%;
    margin: 0 auto;
}

    #roaming-packages .last-sec .box ul li {
        background-color: transparent !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        width: 100%;
        text-align: left;
        cursor: unset;
        line-height: 1.1;
    }

#roaming-packages #razgovori .last-sec .box ul li {
    padding: 0 20px;
    margin-bottom: 20px;
}

#roaming-packages .last-sec .box h4 {
    font-weight: 600;
}

#roaming-packages .last-sec .boxes-pridobivki .box h4 {
    min-height: 55px;
}

#roaming-packages .last-sec .nav-tabs > li.active:before {
    border-bottom: none;
    height: 2px;
    background: #e20074;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#roaming-packages .last-sec .nav-tabs > li.active:after {
    box-shadow: 0 23px 89px #3e3e3e1c;
    height: 2px;
    background: #e20074;
    content: '';
    position: absolute;
    right: -24px;
    top: 12px;
    width: 30px;
    border-bottom: 1px solid #e20074;
    transform: rotate(55deg);
}

#roaming-packages .last-sec .boxes-pridobivki {
    display: flex;
}

    #roaming-packages .last-sec .boxes-pridobivki .box {
        width: 25% !important;
        padding: 20px 0;
        color: #6E6E6E;
        margin: 0 20px;
    }

        #roaming-packages .last-sec .boxes-pridobivki .box p {
            color: #6E6E6E !important;
            font-size: 18px !important;
            padding: 0 !important;
        }

#roaming-packages #travel-surf-balkan .last-sec p {
    padding: 0 !important;
}

#roaming-packages div.ict-integrated .tab-wrapper .tabs ul {
    margin: 0 auto;
    padding: 0 100px;
}

#roaming-packages .last-sec .wrap {
    padding-bottom: 30px;
}

#roaming-packages .soveti {
    background: rgb(241,247,252);
    background: linear-gradient(0deg, rgb(241, 247, 252) 0%, rgb(255,255,255) 100%);
}

    #roaming-packages .soveti h2 {
        width: 90%;
        color: #e30a79;
        font-weight: 600;
        padding-bottom: 20px;
        line-height: 1.2;
    }

    #roaming-packages .soveti .wrapper {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        padding-bottom: 40px;
    }


        #roaming-packages .soveti .wrapper ul {
            width: 60%;
            display: inline-flex;
            flex-direction: column;
            margin: 0 auto 50px 0 !important;
        }

            #roaming-packages .soveti .wrapper ul li {
                background-color: #EEEFF2;
                margin: 10px;
            }

                #roaming-packages .soveti .wrapper ul li.active {
                    background: #fff !important;
                    box-shadow: 0 30px 46px rgba(62, 62, 62, 0.11);
                }

                #roaming-packages .soveti .wrapper ul li a {
                    color: black;
                    padding: 20px;
                }

                    #roaming-packages .soveti .wrapper ul li a img {
                        padding-right: 15px;
                    }

    #roaming-packages .soveti .nav-pills > li.active > a:before,
    #roaming-packages .soveti .nav-pills > li.active > a:hover:before,
    #roaming-packages .soveti .nav-pills > li.active > a:focus:before {
        content: '';
        border-radius: 0;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        height: 70%;
        width: 3px;
        background: #e20074;
        margin: auto 0;
    }

#roaming-packages .nav-pills > li.active > a,
#roaming-packages .nav-pills > li.active > a:hover,
#roaming-packages .nav-pills > li.active > a:focus {
    background-color: transparent !important;
}

#roaming-packages .soveti .right,
#roaming-packages .soveti .left {
    right: -80px;
    color: #999;
    font-size: 30px;
    text-shadow: none;
}

#roaming-packages .soveti .right {
    right: -60px;
}

#roaming-packages .soveti .left {
    left: -60px;
}

    #roaming-packages .soveti .right span,
    #roaming-packages .soveti .left span {
        position: absolute;
        top: 40%;
        bottom: 0;
        margin: auto;
        left: 0;
        right: 0;
    }


#roaming-packages .soveti .carousel-indicators {
    position: relative !important;
    bottom: 0 !important;
}

    #roaming-packages .soveti .carousel-indicators li {
        border: 1px solid #ddd;
        border-radius: 50%;
        width: 12px;
        height: 12px;
        background: none;
        transition: all ease .3s;
    }

        #roaming-packages .soveti .carousel-indicators li.active {
            background-color: #b9b9b9 !important;
            background-image: none !important;
            width: 15px;
            height: 15px;
            transition: all ease .3s;
        }

#roaming-packages .panel.panel-default:last-child {
    border-bottom: 0;
}

#roaming-packages .main-banner .header:before {
    background-image: none !important;
    height: 0 !important;
    width: 0 !important;
    background-size: unset !important;
    padding-left: 0 !important;
}

#roaming-packages .main-banner:before {
    content: '';
    position: absolute;
    background-image: url(../content/images/mobile-surf/Mobilni-internet-paketi-shape.png);
    height: 100%;
    width: 40%;
    background-size: contain;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-left: 30px;
}

#roaming-packages .main-banner .header {
    padding: 6% 3% 2% 20px !important;
}

#roaming-packages .main-banner h1 {
    font-size: 32px !important;
}

#roaming-packages .main-banner h1,
#roaming-packages .main-banner p {
    padding-left: 10px !important;
}

#roaming-packages h2.black-header {
    padding: 20px 10px !important;
    font-size: 35px !important;
    width: 60% !important;
}

#roaming-packages .soveti ul li a:focus {
    background-color: transparent !important;
}

#roaming-packages section.last-sec .panel-group {
    padding: 0 !important;
}

#roaming-packages .one-t-dicklaimer.max {
    width: 22px;
    height: 22px;
    background: transparent;
    border: none;
    top: -15px;
    left: 0;
    display: inline-block;
}

#roaming-packages #travel-surf-balkan .one-t-dicklaimer-message p {
    color: #ffffff;
}

#roaming-packages .box-wrap .internet {
    top: 0px;
    position: relative;
}

    #roaming-packages .box-wrap .internet span {
        display: block;
        font-size: 13px;
        color: black;
        position: relative;
        top: -10px;
    }

    #roaming-packages .box-wrap .internet .line-through {
        top: 0 !important;
        display: inline-flex !important;
        flex-direction: row;
        font-size: 19px !important;
        text-decoration: line-through;
        margin-right: 4px !important;
    }

section.last-sec .wrapper {
    margin: 0 0 80px 0;
}

#roaming-packages .last-sec .wrap {
    padding-top: 10px;
}

.ict-integrated div.dc-tab_content {
    padding: 0;
}

#roaming-packages .sec-two #myTabContent-ict2 h3,
#roaming-packages .sec-two #myTabContent-ict h3 {
    font-size: 18px !important;
    padding: 20px 10px;
}

div#myTabContent-ict, div#myTabContent-ict2, div#myTabContent-ict3 {
    padding: 20px 0;
}

.ict-integrated .last-sec .wrapper {
    margin: 30px 0 !important;
    padding: 25px 0;
}

#roaming-packages .last-sec #tab-3-xs li,
#roaming-packages .last-sec #tab2-3-xs li {
    padding: 10px;
    font-size: 18px;
}

#roaming-packages .last-sec span.link-to-tab,
#roaming-packages .last-sec .link-to-tab2 {
    color: #e20074;
    text-decoration: underline;
}

#roaming-packages .last-sec p {
    margin: 10px 0 !important;
}

#roaming-packages .last-sec .wrap {
    padding: 10px;
}

#roaming-packages .last-sec .boxes-pridobivki .box {
    padding: 0 10px !important;
}

#roaming-packages #travel-surf .wrap p {
    width: 100%;
}

#roaming-packages .sec-two h3 {
    margin: 40px 0;
}

#roaming-packages #mobilen-internet .sec-two div div h3 {
    margin: 50px 0 !important;
}

@media (min-width:1600px) {
    #roaming-packages .main-banner:before {
        width: 35%;
    }

    #roaming-packages .main-banner h1, #roaming-packages .main-banner p {
        padding-left: 30px !important;
    }

    #roaming-packages .main-banner h1 {
        font-size: 35px !important;
    }

    #roaming-packages section.last-sec .panel-group {
        padding: 0 40px !important;
    }

    #roaming-packages h2.black-header {
        width: 45% !important;
    }
}

@media (max-width:1199px) {

    #roaming-packages .main-banner .header {
        padding: 6% 0 2% !important;
    }

    #roaming-packages .main-banner:before {
        width: 50%;
    }

    #roaming-packages .main-banner h1 {
        font-size: 30px !important;
        padding-left: 50px !important;
    }

    #roaming-packages .main-banner p {
        padding-left: 50px !important;
    }

    #roaming-packages h2.black-header {
        font-size: 30px !important;
        width: 70% !important;
        margin: 70px auto 50px !important;
    }

    #roaming-packages .soveti h2 {
        font-size: 26px;
        width: 90%;
        text-align: center;
    }

    #roaming-packages .soveti .wrapper ul {
        width: 60%;
        margin: 0;
    }

    #roaming-packages section.last-sec .wrap {
        padding: 30px 0 !important;
    }

    section.last-sec .panel-group {
        padding: 0 !important;
    }

    #roaming-packages .last-sec .table-responsive {
        padding: 30px 0px !important;
    }

    #roaming-packages .soveti .wrapper ul {
        width: 75%;
    }

    #roaming-packages .soveti h2 {
        font-size: 24px;
        padding-bottom: 0;
        width: 90%;
    }

    #roaming-packages .soveti .wrapper ul {
        width: 80%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #roaming-packages #myTabContent-ict, #roaming-packages #myTabContent-ict2, #roaming-packages #myTabContent-ict3 {
        width: 100%;
    }

    #roaming-packages .last-sec .table-responsive {
        padding: 0;
    }

    #roaming-packages .main-banner-new:before {
        width: 65%;
        left: -30px;
    }

    #roaming-packages .main-banner-new .header {
        width: 50%;
    }

        #roaming-packages .main-banner-new .header h1 {
            font-size: 45px;
        }
}

@media (max-width:991px) {
    #roaming-packages .main-banner:before {
        width: 60%;
    }

    #roaming-packages .main-banner h1 {
        font-size: 28px !important;
    }

    #roaming-packages .main-banner p {
        font-size: 18px !important;
    }

    #roaming-packages h2.black-header {
        margin: 60px auto !important;
        font-size: 26px !important;
    }

    #roaming-packages .nav-tabs {
        width: 60% !important;
    }

        #roaming-packages .nav-tabs li {
            width: 50% !important;
            margin: 0 10px !important;
        }

            #roaming-packages .nav-tabs li a {
                font-size: 16px !important;
            }

    #roaming-packages .boxes {
        flex-direction: column !important;
        gap: 15px;
    }

        #roaming-packages .boxes .box-wrap {
            margin: 10px 0 !important;
        }

    #roaming-packages table tr th, #roaming-packages table strong {
        font-size: 22px !important;
    }

    #roaming-packages #travel-surf-balkan p, #roaming-packages #travel-surf p {
        padding: 0px 30px !important;
    }

    #roaming-packages #travel-surf-balkan h2 {
        font-size: 28px !important;
        padding: 0 0 10px 0;
    }

    #roaming-packages .last-sec .wrapper ul.nav {
        justify-content: center !important;
    }

    #roaming-packages .last-sec .nav:before {
        display: none !important;
    }

    #roaming-packages .nav-tabs li {
        width: 40% !important;
        margin-bottom: 15px !important;
    }

    #roaming-packages .nav-tabs {
        width: auto !important;
    }

    #roaming-packages .last-sec .table-responsive {
        padding: 0 !important;
    }

    #roaming-packages section.last-sec .wrap {
        padding: 3px !important;
    }

    #roaming-packages .last-sec p {
        margin: 10px !important;
    }

    #roaming-packages .last-sec h4 {
        padding-top: 0 !important;
    }

    #roaming-packages .soveti .wrapper {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #roaming-packages .soveti .wrap {
        text-align: center;
    }

    #roaming-packages .soveti h2 {
        width: 70%;
        margin: 0 auto;
    }

    #roaming-packages .soveti .wrapper #v-pills-tabContent {
        width: 70%;
    }

    #roaming-packages .last-sec .boxes-pridobivki {
        display: flex;
        flex-wrap: wrap;
    }

        #roaming-packages .last-sec .boxes-pridobivki .box {
            width: 100% !important;
            margin: 20px;
        }

    #roaming-packages div.ict-integrated .tab-wrapper .tabs ul {
        padding: 0 20px;
        gap: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #roaming-packages .main-banner-new:before {
        width: 100%;
        height: 100%;
        left: -195px;
    }

    #roaming-packages .main-banner-new .header {
        width: 60%;
    }

        #roaming-packages .main-banner-new .header h1 {
            font-size: 30px;
        }

        #roaming-packages .main-banner-new .header p {
            font-size: 22px;
        }
}

@media (max-width: 767px) {
    #roaming-packages .main-banner-new {
        height: 450px;
        background-position: 70%;
    }

        #roaming-packages .main-banner-new:before {
            display: none;
        }

        #roaming-packages .main-banner-new .header {
            width: 100%;
            background: #e20074;
            padding: 20px;
            height: auto;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            margin: 0 auto;
        }

            #roaming-packages .main-banner-new .header h1 {
                font-size: 30px;
            }

            #roaming-packages .main-banner-new .header p {
                font-size: 21px;
            }

        #roaming-packages .main-banner-new .ec {
            bottom: initial;
            top: -50px;
            width: 100px;
        }

    #roaming-packages .main-banner:before {
        width: 65%;
    }

    #roaming-packages .main-banner h1 {
        font-size: 22px !important;
    }

    #roaming-packages .main-banner p {
        font-size: 18px !important;
    }

    #roaming-packages h2.black-header {
        margin: 40px auto !important;
        font-size: 20px !important;
    }

    #roaming-packages .soveti .wrapper ul {
        width: 100%;
    }

    #roaming-packages .last-sec h3 {
        margin: 10px !important;
    }

    #roaming-packages .last-sec #myTabContent-ict2 {
        z-index: 3;
        padding: 20px 0;
    }

    #roaming-packages table tr td {
        font-size: 16px !important;
    }

    #roaming-packages .sec-two #myTabContent-ict2 h3,
    #roaming-packages .sec-two #myTabContent-ict h3,
    #roaming-packages .sec-two #myTabContent-ict3 h3 {
        font-size: 30px;
        text-align: left !important;
        text-transform: none !important;
        font-family: 'teleNeo-regular' !important;
        margin: 40px 0;
        color: #333;
        padding: 20px;
        text-align: left;
        margin: 10px 20px;
        border-radius: 8px;
        font-size: 20px !important;
    }

    div#myTabContent-ict, div#myTabContent-ict2 {
        width: 100%;
        padding: 0 20px;
    }

    #roaming-packages section.last-sec .panel-heading h4.panel-title a {
        padding: 15px 5px 15px 0;
        font-size: 17px !important;
    }

    #roaming-packages .soveti h2 {
        width: 100% !important;
    }

    #roaming-packages .soveti .wrapper #v-pills-tabContent {
        width: 100%;
    }

    #roaming-packages .last-sec .boxes-pridobivki .box {
        margin: 20px 0 0;
        text-align: center;
    }

    #roaming-packages .last-sec .wrap {
        padding-top: 30px
    }

    #roaming-packages .last-sec .box ul.t-ul-new-magenta li {
        margin-left: 0;
    }

    #roaming-packages #travel-surf-balkan p, #roaming-packages #travel-surf p {
        padding: 0 !important;
    }

    #roaming-packages #travel-surf .wrap p {
        font-size: 18px;
    }

    #roaming-packages table {
        width: 100%;
    }

    #roaming-packages #carousel-soveti3 .item img {
        width: 100% !important;
    }

    #roaming-packages .soveti .carousel {
        position: relative;
        margin: 40px 0;
    }

        #roaming-packages .soveti .carousel .arrows {
            position: absolute;
            top: -65px;
            width: 80px;
            right: 0;
            height: 40px;
        }

            #roaming-packages .soveti .carousel .arrows a.left {
                left: 0 !important;
            }

            #roaming-packages .soveti .carousel .arrows a.right {
                right: 0 !important;
            }
}

@media(max-width: 590px) {
    #roaming-packages .soveti h2 {
        width: 100%;
        font-size: 22px;
    }

    #roaming-packages .main-banner {
        padding: 50% 0 0 !important;
    }

        #roaming-packages .main-banner .header {
            width: 60% !important;
        }

        #roaming-packages .main-banner:before {
            width: 75% !important;
        }


        #roaming-packages .main-banner h1 {
            font-size: 18px !important;
            margin-bottom: 0 !important;
            padding-left: 30px !important;
        }

        #roaming-packages .main-banner p {
            font-size: 16px !important;
            margin: 5px 0 !important;
            padding-bottom: 0 !important;
            padding-left: 30px !important;
        }

    #roaming-packages .nav-tabs li a {
        text-transform: capitalize !important;
    }

    #roaming-packages #travel-surf-balkan, #roaming-packages #travel-surf-balkan p {
        padding: 0 !important;
    }

    #roaming-packages .table-responsive {
        padding: 30px 20px;
    }

    #roaming-packages table tr td {
        width: 80%;
    }

    #roaming-packages #travel-surf-balkan .box1 {
        padding: 20px 10px;
    }
}

@media (min-width:320px) and (max-width:400px) {
    #roaming-packages .main-banner:before {
        width: 87% !important;
    }

    #roaming-packages .main-banner .header {
        width: 70% !important;
    }

    #roaming-packages h2.black-header {
        width: 80% !important;
        font-size: 18px !important;
    }

    #roaming-packages .sec-two h3 {
        font-size: 22px !important;
    }

    div#myTabContent-ict, div#myTabContent-ict2 {
        width: 100% !important;
    }

    #roaming-packages .sec-two li a {
        min-height: 100px;
    }
}
/*#endregion travel and surf redesign*/


/*#region pantheon web light*/
#pantheon-web-light .main-banner {
    position: relative;
    padding: 10% 0;
    background-image: url(../content/images/pantheon/banner-photo.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

    #pantheon-web-light .main-banner:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        background-image: url(../content/images/pantheon/shape-banner.png);
        background-position: bottom left;
        background-size: contain;
        background-repeat: no-repeat;
        width: 50%;
        height: 100%;
    }

    #pantheon-web-light .main-banner .header-wrap {
        position: relative;
        width: 50%;
        z-index: 2;
    }

div#pantheon-web-light p {
    font-size: 18px;
    line-height: 1.2;
}

#pantheon-web-light .main-banner h1 {
    color: white;
    font-size: 40px;
    font-family: 'teleNeo-bold' !important;
    margin: 0;
    text-transform: uppercase;
    top: 50px;
    position: relative;
}

#pantheon-web-light .white-bg {
    position: relative;
    padding: 3% 0 9%;
    background: transparent linear-gradient(180deg, #CACFDC00 0%, #CACFDC 100%) 0% 0% no-repeat padding-box;
    /*box-shadow: 0px 9px 70px 55px rgba(0, 0,0,.18);*/
}

#pantheon-web-light h2.black-bg {
    color: white;
    background: black;
    margin: 30px auto 0px auto;
    padding: 20px 0;
    z-index: 4;
    position: relative;
    display: block;
}

#pantheon-web-light h2 {
    text-align: center;
    text-transform: uppercase;
    width: 40%;
    margin: 60px auto 40px auto;
    color: black;
    font-size: 35px;
    font-family: 'teleNeo-bold' !important;
    padding: 0;
}

#pantheon-web-light h4 {
    font-family: 'teleNeo-bold' !important;
    font-size: 20px;
    line-height: 1.2;
    margin: 20px 0 40px;
}

#pantheon-web-light section.tabs-section {
    position: relative;
    background-image: url(../content/images/pantheon/bg-section4.png);
    z-index: 3;
    background-size: cover;
    background-repeat: no-repeat;
}

    #pantheon-web-light section.tabs-section .tab-wrapper {
        padding: 75px 30px 30px;
        position: absolute;
        background: white;
        width: 90%;
        margin: -11% auto 50px auto;
        border-radius: 5px;
        padding-bottom: 3%;
        box-shadow: 0px 30px 136px rgba(0, 0, 0, .10);
        z-index: 2;
        left: 0;
        right: 0;
    }

    #pantheon-web-light section.tabs-section #myTabContent-ict {
        padding: 0 !important;
    }

    #pantheon-web-light section.tabs-section ul.nav-tabs {
        position: relative;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-around;
        align-items: center;
        margin: 0 auto 40px auto;
        border: 0;
        width: 90%;
    }

        #pantheon-web-light section.tabs-section ul.nav-tabs li {
            padding: 30px 20px;
            border-radius: 8px;
            width: 30%;
            text-align: center;
            font-size: 19px;
            position: relative;
            transition: all ease-in .3s;
            cursor: pointer;
            line-height: 1.2;
            background: #EFEFF3;
            transition: all ease-in .3s;
            -webkit-transition: all ease-in .3s;
        }

            #pantheon-web-light section.tabs-section ul.nav-tabs li.active {
                background: white;
                transition: all ease-in .3s;
                -webkit-transition: all ease-in .3s;
                box-shadow: 0 0 40px 6px rgba(0, 0, 0, .10);
            }

                #pantheon-web-light section.tabs-section ul.nav-tabs li.active:before {
                    content: '';
                    position: absolute;
                    width: 75%;
                    margin: 0 auto;
                    left: 0;
                    right: 0;
                    height: 3px;
                    background: #e20074;
                    top: 0;
                }

#pantheon-web-light .icon-wrap {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    align-content: center;
}

    #pantheon-web-light .icon-wrap .box {
        width: 30%;
    }

#pantheon-web-light .lists {
    position: relative;
    display: flex;
    margin: 0 auto;
    text-align: left;
    justify-content: space-around;
    align-items: center;
}

#pantheon-web-light .prices {
    padding-bottom: 6%;
    padding-top: 23%;
}

    #pantheon-web-light .prices ul.list-inline {
        margin-bottom: 50px;
    }

    #pantheon-web-light .prices .price-wrap {
        width: 20%;
        margin: 0 auto;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 46px rgba(0, 0, 0, .14);
        padding: 30px;
        text-align: center;
    }

        #pantheon-web-light .prices .price-wrap .title {
            position: relative;
            padding-bottom: 0;
        }

            #pantheon-web-light .prices .price-wrap .title:after {
                content: '';
                position: absolute;
                width: 55%;
                margin: 0 auto;
                left: 0;
                right: 0;
                background: rgba(112, 112, 112, .15);
                bottom: 0;
                height: 1px;
            }

        #pantheon-web-light .prices .price-wrap h3 {
            font-size: 18px;
            display: block;
            line-height: 1.2;
        }

            #pantheon-web-light .prices .price-wrap h3 span {
                display: block;
                font-size: 20px;
                font-family: 'teleNeo-bold' !important;
                padding: 10px 0;
            }

    #pantheon-web-light .prices .smart-priceWraper {
        position: relative;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        width: 45%;
        margin: 30px auto 40px;
    }

        #pantheon-web-light .prices .smart-priceWraper .p-left-smart span {
            font-size: 30px;
            font-family: 'teleNeo-bold' !important;
            line-height: 1.2;
        }

        #pantheon-web-light .prices .smart-priceWraper .p-right-smart span {
            text-transform: none;
            color: #333;
            border: 0;
            margin-top: 5px;
            font-size: 14px !important;
            margin-left: 10px;
        }

    #pantheon-web-light .prices p.text-magenta {
        font-family: 'teleNeo-bold' !important;
        margin: 0;
    }

@media(max-width: 374px) {
    #pantheon-web-light .main-banner:before {
        width: 100% !important;
    }
}

@media(max-width: 767px) {

    #pantheon-web-light .main-banner {
        padding: 15% 0;
    }

        #pantheon-web-light .main-banner:before {
            content: '';
            position: absolute;
            background-size: cover;
            background-repeat: no-repeat;
            width: 60%;
            height: 100%;
        }

        #pantheon-web-light .main-banner .header-wrap {
            width: 60%;
        }

        #pantheon-web-light .main-banner h1 {
            color: white;
            font-size: 30px;
            top: 30px;
            position: relative;
        }

    #pantheon-web-light h2 {
        width: 100%;
        margin-bottom: 40px !important;
        font-size: 27px;
        padding: 20px 15px !important;
    }

    #pantheon-web-light #myTabContent-ict {
        width: 100%;
    }

        #pantheon-web-light #myTabContent-ict .dc-tab_content {
            padding: 0 20px;
        }

        #pantheon-web-light #myTabContent-ict h3 {
            color: #333;
            padding: 20px;
            text-align: left;
            margin: 10px 0px;
            background: #eee;
            border-radius: 8px;
            font-size: 19px;
        }

            #pantheon-web-light #myTabContent-ict h3.dc-active {
                background: #e20074;
                color: white !important;
            }

    #pantheon-web-light section.tabs-section .tab-wrapper {
        padding: 40px 10px 30px;
        width: 90%;
        position: relative;
    }

    #pantheon-web-light .icon-wrap {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-content: center;
    }

        #pantheon-web-light .icon-wrap .box {
            width: 100%;
            text-align: center;
            margin-top: 10px;
        }

    #pantheon-web-light .lists {
        flex-direction: column;
        align-items: flex-start;
    }

    #pantheon-web-light .prices {
        padding-bottom: 25%;
        padding-top: 0;
    }

        #pantheon-web-light .prices .price-wrap {
            width: 80%;
        }
}

@media (min-width: 768px) and (max-width: 991px) {
    #pantheon-web-light .main-banner .header-wrap {
        width: 40%;
    }

    #pantheon-web-light .main-banner h1 {
        color: white;
        font-size: 35px;
        top: 40px;
    }

    #pantheon-web-light .white-bg {
        padding: 3% 0 7%;
    }

    #pantheon-web-light section.tabs-section .tab-wrapper {
        position: relative;
    }

    #pantheon-web-light section.tabs-section {
        background-image: none;
    }

        #pantheon-web-light section.tabs-section ul.nav-tabs li {
            min-height: 130px;
        }

    #pantheon-web-light .prices .price-wrap {
        width: 30%;
    }

    #pantheon-web-light .prices {
        padding-top: 0;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #pantheon-web-light section.tabs-section ul.nav-tabs li {
        min-height: 100px;
    }

    #pantheon-web-light .main-banner .header-wrap {
        width: 40%;
    }

    #pantheon-web-light section.tabs-section .tab-wrapper {
        position: relative;
    }

    #pantheon-web-light .prices {
        padding-top: 0;
    }
}

@media(min-width: 1200px) and (max-width: 1400px) {
    div#eco-popust .white-bg h2 {
        width: 80%;
    }

    div#eco-popust section.gray-gradient .wrapper:last-of-type > div {
        width: 40%;
    }

    #pantheon-web-light section.tabs-section ul.nav-tabs li {
        font-size: 18px;
    }

    #pantheon-web-light .prices {
        padding-top: 25%;
    }
}

@media(min-width: 1900px) {
    #pantheon-web-light .main-banner:before {
        background-size: cover;
    }

    #pantheon-web-light .prices {
        padding-top: 15%;
    }
}
/*#endregion pantheon web light*/

/*#region oryx assistance*/
#oryx .main-banner {
    position: relative;
    height: 730px;
    background-image: url(../content/images/oryx/oryx-banner-bg.png);
    background-position: center;
    background-size: cover;
    overflow: visible;
    z-index: 1;
}

    #oryx .main-banner:before {
        position: absolute;
        content: '';
        background-image: url(../content/images/oryx/shape-magenta.png);
        height: 100%;
        width: 50%;
        top: 34px;
        bottom: 0;
        left: 0;
        z-index: 2;
        overflow: visible;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom left;
    }

    #oryx .main-banner .header {
        position: relative;
        width: 40%;
        color: white;
        z-index: 3;
        vertical-align: middle;
        bottom: 50px;
        height: 100%;
        display: inline-flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    #oryx .main-banner h1 {
        color: white;
        font-size: 40px;
        font-family: 'teleNeo-bold' !important;
        line-height: 1.2;
        margin: 0 0 30px 0;
    }

    #oryx .main-banner h2 {
        color: white;
        text-transform: uppercase;
        font-family: 'teleNeo-regular' !important;
        font-size: 28px;
    }

    #oryx .main-banner .partner-logo {
        position: absolute;
        right: 0;
        bottom: 40px;
    }

        #oryx .main-banner .partner-logo p {
            color: white;
            font-size: 18px;
            margin: 0;
        }

#oryx .gray-bg .text {
    font-family: 'teleNeo-medium' !important;
}

#oryx p {
    font-size: 19px;
    line-height: 1.2;
}

    #oryx p a {
        text-decoration: underline;
    }

    #oryx p.gray-text {
        position: relative;
        color: #565656;
        font-size: 15px !important;
        margin: 30px 0;
        line-height: 1.2;
    }

#oryx .main-banner .ec {
    position: absolute;
    bottom: -50px;
    right: -50%;
}

#oryx section.gray-bg {
    position: relative;
    padding: 7% 0;
    background-image: url(../content/images/oryx/section-bg-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    #oryx section.gray-bg p {
        padding: 1% 10%;
    }

#oryx .prices-roadside,
#oryx .pridobivki {
    position: relative;
    background-image: url(../content/images/oryx/section3-bg.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    padding-bottom: 30px;
}

#oryx .tabsContent-wrapper {
    position: relative;
    margin-top: 0px;
    background: white;
}

#oryx section.tabs-wrapper .tabs {
    /*position: absolute;
    top: -60px;*/
    width: 70%;
    margin: 0 auto;
    left: 0;
    right: 0;
    position: relative;
}

#oryx section.tabs-wrapper .text-wrap p {
    padding: 1% 10%;
}

#oryx section.tabs-wrapper #myTabContent-ict {
    padding: 0;
    width: 100%;
}

    #oryx section.tabs-wrapper #myTabContent-ict .text-wrap {
        background: #FFFFFF;
        box-shadow: 0px -10px 90px rgba(0, 0, 0, .14);
        padding: 60px 0;
        margin-bottom: 0px;
    }

        #oryx section.tabs-wrapper #myTabContent-ict .text-wrap h4 {
            font-size: 31px;
            font-family: 'teleNeo-extra' !important;
            line-height: 1.2;
            margin: 0px 0 40px 0;
            padding: 0;
        }

#oryx section.tabs-wrapper .tabs ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    border: 0;
}

    #oryx section.tabs-wrapper .tabs ul li {
        width: 30%;
        text-align: center;
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        align-content: center;
        border-radius: 10px 10px 0px 0px;
        background: #FFFFFF 0% 0%;
        cursor: pointer;
        transition: all ease-in-out 0.2s;
        margin-top: 0;
    }

        #oryx section.tabs-wrapper .tabs ul li:hover {
            margin-top: -20px;
            transition: all ease-in-out 0.2s;
        }

        #oryx section.tabs-wrapper .tabs ul li svg {
            width: 17%;
            display: inline;
            position: relative;
        }

        #oryx section.tabs-wrapper .tabs ul li p {
            width: 80%;
            font-family: 'teleNeo-bold' !important;
            font-size: 19px;
            text-align: center;
            color: black;
            width: auto;
            transform: translate(0px, 2px);
            margin: 0 3px;
        }

        #oryx section.tabs-wrapper .tabs ul li.active {
            background: #E20074 !important;
            color: white;
            margin-top: 0px;
            margin-bottom: 0px;
        }

            #oryx section.tabs-wrapper .tabs ul li.active svg * {
                fill: white;
            }

            #oryx section.tabs-wrapper .tabs ul li.active p {
                color: white;
            }

#oryx section.tabs-wrapper .extra-roadside {
    position: relative;
    margin-bottom: 5%;
}

    #oryx section.tabs-wrapper .extra-roadside h3 {
        font-size: 25px;
        font-family: 'teleNeo-extra' !important;
        margin: 20px 0 50px;
        line-height: 1.2;
    }

#oryx p.small.text-center {
    color: #565656;
    font-size: 16px !important;
}

#oryx section.tabs-wrapper .extra-roadside .wrapper {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: flex-start;
    margin-bottom: 20px;
}

    #oryx section.tabs-wrapper .extra-roadside .wrapper .box {
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: inset 0px 13px 0px #e20074, 0px 40px 100px rgba(148, 156, 168, .20);
        border-radius: 10px;
        opacity: 1;
        width: 40%;
        padding: 40px 30px 50px;
        min-height: 300px;
        margin-bottom: 10px;
    }

        #oryx section.tabs-wrapper .extra-roadside .wrapper .box h4 {
            font-size: 25px;
            font-family: 'teleNeo-bold' !important;
            margin-bottom: 40px;
        }

        #oryx section.tabs-wrapper .extra-roadside .wrapper .box .header {
            position: relative;
        }

            #oryx section.tabs-wrapper .extra-roadside .wrapper .box .header:after {
                content: '';
                position: absolute;
                width: 30%;
                left: 0;
                right: 0;
                margin: 0 auto;
                height: 2px;
                background: #eaeaea;
                bottom: -15px;
            }

/*#oryx section.tabs-wrapper .more-info-roadside {
    position: relative;
    padding: 5% 0;
    background-image: url(../content/images/oryx/tab1-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    overflow: visible;
    background-size: cover;
    width: 100%;
}*/
#oryx section.tabs-wrapper .more-info-roadside {
    position: relative;
    background-image: url(../content/images/oryx/road-img-full.png);
    background-position: -11% 0%;
    background-repeat: no-repeat;
    overflow: visible;
    background-size: cover;
    width: 100%;
    height: 450px;
}

    #oryx section.tabs-wrapper .more-info-roadside:before {
        content: '';
        position: absolute;
        background-image: url(../content/images/oryx/banner-shape.png);
        background-size: contain;
        height: 550px;
        width: 60%;
        left: 0;
        top: -13%;
        z-index: 3;
        background-repeat: no-repeat;
    }

    #oryx section.tabs-wrapper .more-info-roadside.oneside:before {
        display: none;
    }

    #oryx section.tabs-wrapper .more-info-roadside .static-wrap {
        position: relative;
        height: 100%;
    }

    #oryx section.tabs-wrapper .more-info-roadside .wrapper {
        position: relative;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        height: 100%;
    }

        #oryx section.tabs-wrapper .more-info-roadside .wrapper > div {
            text-align: left;
            color: white;
            z-index: 3;
        }

        #oryx section.tabs-wrapper .more-info-roadside .wrapper div.left-box {
            width: 40%;
        }

        #oryx section.tabs-wrapper .more-info-roadside .wrapper div.right-box {
            width: 40%;
        }

        #oryx section.tabs-wrapper .more-info-roadside .wrapper .left-box p {
            font-size: 21px !important;
            padding-left: 30px;
            padding-right: 60px;
        }

    #oryx section.tabs-wrapper .more-info-roadside .left-box ol li {
        margin-left: 0;
        font-size: 19px;
        padding: 7px 5px;
    }

    #oryx section.tabs-wrapper .more-info-roadside .right-box h3 {
        font-size: 35px;
        font-family: 'teleNeo-bold' !important;
        margin-bottom: 30px;
    }

    #oryx section.tabs-wrapper .more-info-roadside .right-box h4 {
        color: white;
        font-family: 'teleNeo-medium' !important;
        padding-left: 30px;
        position: relative;
        font-size: 28px;
        padding-right: 100px;
    }

        #oryx section.tabs-wrapper .more-info-roadside .right-box h4:before {
            content: '';
            position: absolute;
            height: 100%;
            left: 3px;
            top: 0;
            width: 4px;
            background: white;
        }

    #oryx section.tabs-wrapper .more-info-roadside .right-box p {
        padding-left: 40px;
        padding-bottom: 15px;
    }

#oryx section.tabs-wrapper .prices-roadside h2 {
    font-family: 'teleNeo-extra' !important;
    font-size: 35px;
}

#oryx section.tabs-wrapper .prices-roadside .table-responsive {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 76px rgba(0, 0, 0, .08);
    padding: 30px 90px;
    margin-top: 60px;
}

#oryx section.tabs-wrapper .prices-roadside table tr th,
.prices-roadside table tr td {
    background: transparent;
    border: 0 !important;
}

#oryx section.tabs-wrapper .prices-roadside table tr td {
    border-bottom: 1px solid #eaeaea !important;
    padding: 20px;
    text-align: center;
    position: relative;
}

    #oryx section.tabs-wrapper .prices-roadside table tr td.check:before {
        content: 'V';
        position: absolute;
        font-family: 'teleicon-outline';
        color: green;
        font-size: 23px;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
    }

    #oryx section.tabs-wrapper .prices-roadside table tr td span {
        font-family: 'teleNeo-bold' !important;
    }

    #oryx section.tabs-wrapper .prices-roadside table tr td:first-of-type,
    #oryx section.tabs-wrapper .prices-roadside table tr th:first-of-type {
        text-align: left !important;
        padding-left: 0px;
        font-family: 'teleNeo-bold' !important;
    }

#oryx section.tabs-wrapper .prices-roadside table tr th {
    font-size: 25px !important;
    text-align: center;
    font-family: 'teleNeo-extra' !important;
}

#oryx section.tabs-wrapper .smart-priceWraper {
    position: relative;
    width: 50%;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

    #oryx section.tabs-wrapper .smart-priceWraper .p-left-smart span {
        font-size: 28px;
    }

    #oryx section.tabs-wrapper .smart-priceWraper .p-right-smart span {
        font-size: 14px;
        color: #333;
        text-transform: none;
        font-family: 'teleNeo-regular' !important;
        padding-right: 5px;
        line-height: 1.2;
        position: relative;
    }

#oryx section.tabs-wrapper .p-wrap {
    background: #F7F7F8;
    margin-top: -10px;
    position: relative;
    padding: 20px 80px;
}

    #oryx section.tabs-wrapper .p-wrap p {
        font-size: 16px;
        text-align: left;
        margin-bottom: 10px !important;
        line-height: 1.2;
        color: #565656;
    }

#oryx .send-activation {
    position: relative;
    margin: 40px auto;
    text-align: center;
}

    #oryx .send-activation a {
        padding: 12px 20px;
        font-size: 18px;
    }

#oryx section.tabs-wrapper #tab-2 .more-info-roadside.oneside {
    background-image: url(../content/images/oryx/mobi-img-full.jpg);
    background-position: -10% 0px;
    margin-bottom: 6%;
}

#oryx section.tabs-wrapper #tab-2 .more-info-roadside .left-box {
    padding-top: 40px;
}

#oryx #tab-2 .ceni-specifikacija {
    margin-bottom: 50px;
}

#oryx section.tabs-wrapper .pridobivki h2 {
    font-family: 'teleNeo-extra' !important;
    font-size: 35px;
    margin-bottom: 30px;
}

#oryx section.tabs-wrapper .pridobivki p {
    padding: 0 10%;
}

#oryx section.tabs-wrapper .pridobivki .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

    #oryx section.tabs-wrapper .pridobivki .wrap .box {
        position: relative;
        background: #FFFFFF;
        box-shadow: 0px 40px 80px rgba(0, 0, 0, .13);
        border-radius: 10px;
        width: 30%;
    }

#oryx section.tabs-wrapper .pridobivki .header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    /* margin-bottom: 20px; */
}

    #oryx section.tabs-wrapper .pridobivki .header:after {
        content: '';
        position: absolute;
        width: 80%;
        height: 1px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        background: #e9e9e9;
    }

    #oryx section.tabs-wrapper .pridobivki .header h3 {
        font-size: 35px;
        font-family: 'teleNeo-bold' !important;
    }

#oryx section.tabs-wrapper .pridobivki .content {
    padding: 0 30px;
    margin: 20px 0 40px;
}

    #oryx section.tabs-wrapper .pridobivki .content .icon {
        padding: 10px 0;
        width: 100%;
        text-align: center;
    }

    #oryx section.tabs-wrapper .pridobivki .content p {
        font-size: 17px !important;
    }

#oryx section.tabs-wrapper .pridobivki .price-box {
    background: #F7F7F8;
    padding: 20px 30px;
}

    #oryx section.tabs-wrapper .pridobivki .price-box .p-left-smart span {
        font-family: 'teleNeo-bold' !important;
        font-size: 33px;
    }

#oryx section.tabs-wrapper .text-wrap.backup {
    margin-bottom: 0px !important;
}

    #oryx section.tabs-wrapper .text-wrap.backup p {
        padding: 1% 15%;
    }

#oryx section.tabs-wrapper .more-info-roadside.oneside {
    padding: 0;
    background-image: url(../content/images/oryx/road-img-full.png);
    height: 355px;
    background-position: center;
}

    #oryx section.tabs-wrapper .more-info-roadside.oneside .static-wrap {
        position: unset;
        padding: 0px;
    }

    #oryx section.tabs-wrapper .more-info-roadside.oneside .wrapper {
        transform: translate(0, 50px);
    }

    #oryx section.tabs-wrapper .more-info-roadside.oneside .right-box .backup-car {
        padding-top: 25px;
    }

    #oryx section.tabs-wrapper .more-info-roadside.oneside .right-box p {
        padding-bottom: 10px;
    }

    #oryx section.tabs-wrapper .more-info-roadside.oneside .static-wrap .absolute-img {
        position: absolute;
        right: 0;
        bottom: 0;
    }

#oryx section.tabs-wrapper .prices-roadside h2,
#oryx section.tabs-wrapper .pridobivki h2 {
    padding-top: 50px;
}

#oryx section.tabs-wrapper .prices-roadside .table-before {
    position: relative;
    width: 31%;
    background: #FFF29E 0% 0% no-repeat padding-box;
    text-align: left;
    right: 0px;
    top: 0;
    float: right;
}

    #oryx section.tabs-wrapper .prices-roadside .table-before p {
        font-size: 15px !important;
        padding: 10px 42px;
        font-family: 'teleNeo-medium' !important;
        line-height: 1.1;
    }

        #oryx section.tabs-wrapper .prices-roadside .table-before p:before {
            content: url(../content/images/oryx/info.png);
            position: absolute;
            left: 15px;
        }

#oryx section.tabs-wrapper .prices-roadside table tr:last-of-type td {
    border-bottom: unset !important;
}

#oryx section.tabs-wrapper .prices-roadside table .smart-priceWraper .p-left-smart {
    margin-right: 6px;
}

#oryx section.tabs-wrapper .prices-roadside table .smart-priceWraper .p-right-smart span.price-descr {
    position: relative;
    top: -5px;
}

#oryx .sticky-container.affix-top {
    position: absolute;
    background: transparent;
    z-index: 3;
    width: 100%;
    transition: all ease-in .3s;
    margin-top: -60px;
}

#oryx .sticky-container.affix {
    position: fixed;
    top: 70px;
    width: 100%;
    z-index: 4;
    background: white;
    transition: all ease-in .3s;
}

#oryx section.tabs-wrapper .tabs ul li {
    margin-bottom: 2px;
}

#oryx .sticky-container.affix:after {
    content: '';
    display: block;
    width: 100%;
    height: 20%;
    position: absolute;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, .10), transparent);
}


@media(max-width:767px) {
    #oryx .main-banner {
        position: relative;
        height: 420px;
        background-size: cover;
    }

        #oryx .main-banner .header {
            position: absolute;
            width: 100%;
            bottom: 50px;
            height: 200px;
            background-color: #e20074;
            left: 0;
            bottom: 0;
            padding: 20px;
        }

            #oryx .main-banner .header:before {
                content: '';
                display: none;
            }

        #oryx .main-banner .ec {
            position: absolute;
            bottom: -80px;
            right: 0;
            width: 70%;
        }

        #oryx .main-banner .partner-logo {
            position: absolute;
            left: 20px;
            bottom: 50%;
            width: 40%;
            right: inherit;
        }

        #oryx .main-banner h1 {
            font-size: 26px;
        }

        #oryx .main-banner h2 {
            font-size: 22px;
        }

    #oryx section.gray-bg {
        padding: 25% 0 7% 0;
    }

    #oryx .tabsContent-wrapper {
        padding-bottom: 30px;
    }

    #oryx section.tabs-wrapper #myTabContent-ict {
        padding: 0;
        width: 100%;
    }

    #oryx .tabsContent-wrapper h3.dc-tab_drawer_heading {
        width: 80%;
        text-align: center;
        border-radius: 8px;
        padding: 20px 0;
        color: black;
        font-family: 'teleNeo-bold' !important;
        background: #FFFFFF;
        text-align: left;
        display: flex !important;
        align-items: center;
        margin: 20px auto;
        padding: 10px;
        box-shadow: 0 0 70px 30px rgba(0, 0, 0, .10);
    }

        #oryx .tabsContent-wrapper h3.dc-tab_drawer_heading span {
            font-size: 18px;
            font-family: 'teleNeo-bold' !important;
        }

        #oryx .tabsContent-wrapper h3.dc-tab_drawer_heading svg {
            position: relative;
            display: inline;
        }

    #oryx .tabsContent-wrapper h3.dc-active {
        background: #e20074;
        color: white;
    }

        #oryx .tabsContent-wrapper h3.dc-active svg * {
            fill: white;
        }

    #oryx section.tabs-wrapper #myTabContent-ict .text-wrap h4 {
        text-align: center;
        font-size: 26px;
    }

    #oryx section.tabs-wrapper .extra-roadside h3 {
        font-size: 23px;
        text-align: center;
    }

    #oryx section.tabs-wrapper .text-wrap p {
        padding: 0;
    }

    #oryx section.tabs-wrapper .extra-roadside .wrapper {
        flex-direction: column;
        margin-bottom: 30px;
    }

        #oryx section.tabs-wrapper .extra-roadside .wrapper .box {
            width: 100%;
            min-height: 200px;
            margin-bottom: 30px;
        }

            #oryx section.tabs-wrapper .extra-roadside .wrapper .box .header {
                text-align: center;
            }

        #oryx section.tabs-wrapper .extra-roadside .wrapper p {
            padding: 0 60px;
        }

    #oryx section.tabs-wrapper .more-info-roadside .wrapper {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
        align-content: flex-start;
    }

    #oryx section.tabs-wrapper .p-wrap {
        padding: 20px;
    }

    #oryx section.tabs-wrapper .text-wrap p {
        padding: 0px !important;
        text-align: justify;
    }

    #oryx section.tabs-wrapper .extra-roadside .wrapper {
        align-items: center !important;
        margin-bottom: 20px !important;
        flex-direction: column;
    }

        #oryx section.tabs-wrapper .extra-roadside .wrapper .box {
            width: 100% !important;
            padding: 50px 0 !important;
            margin-bottom: 25px !important;
        }

            #oryx section.tabs-wrapper .extra-roadside .wrapper .box .header {
                text-align: center;
                padding: 0 20px;
            }

    #oryx section.tabs-wrapper .extra-roadside p.small {
        text-align: center;
        padding: 0;
    }

    #oryx section.tabs-wrapper .extra-roadside h3,
    #oryx section.tabs-wrapper .pridobivki h2 {
        text-align: center;
    }

    #oryx section.tabs-wrapper .pridobivki .wrap {
        flex-direction: column;
    }

        #oryx section.tabs-wrapper .pridobivki .wrap .box {
            width: 100% !important;
            margin-bottom: 25px;
        }

    #oryx section.tabs-wrapper .prices-roadside .table-before {
        width: 100%;
    }

        #oryx section.tabs-wrapper .prices-roadside .table-before p {
            padding: 7px 9px 7px 20px !important;
        }

            #oryx section.tabs-wrapper .prices-roadside .table-before p:before {
                left: 0px !important;
            }

    #oryx section.tabs-wrapper .prices-roadside table tr td {
        padding: 20px 10px;
    }

    #oryx section.tabs-wrapper .p-wrap {
        padding: 20px 0 !important;
    }

        #oryx section.tabs-wrapper .p-wrap p {
            padding: 0;
        }

    #oryx section.tabs-wrapper .prices-roadside .ceni-specifikacija {
        padding-bottom: 20px;
    }

    #oryx section.tabs-wrapper .text-wrap.backup p {
        padding: 0px;
        text-align: justify;
    }

    #oryx section.tabs-wrapper .more-info-roadside.oneside {
        height: auto;
        background-position: left bottom;
    }

    #oryx section.tabs-wrapper .more-info-roadside .right-box h4 {
        font-size: 22px !important;
        padding-left: 30px !important;
        padding-right: 0px !important;
    }

    #oryx section.tabs-wrapper .more-info-roadside .right-box p {
        padding-left: 30px;
    }

    #oryx section.tabs-wrapper .more-info-roadside .wrapper > div {
        width: 100% !important;
    }

    #oryx section.tabs-wrapper .prices-roadside table tr th:first-of-type,
    #oryx section.tabs-wrapper .prices-roadside table tr td:first-of-type {
        padding-left: 20px !important;
    }

    #oryx section.tabs-wrapper .prices-roadside table tr td:first-of-type, #oryx section.tabs-wrapper .prices-roadside table tr th:first-of-type {
        text-align: left !important;
        padding-left: 0px;
        position: sticky;
        left: 0;
        background-color: #fff;
        width: 100px;
        z-index: 3;
    }

        #oryx section.tabs-wrapper .prices-roadside table tr td:first-of-type:after,
        #oryx section.tabs-wrapper .prices-roadside table tr th:first-of-type:after {
            content: '';
            display: block;
            position: absolute;
            left: 100%;
            top: 0;
            bottom: 0;
            width: 40%;
            background: transparent linear-gradient(84deg,rgba(148, 156, 168, .08) 0%,rgba(148, 156, 168, 0) 100%);
            height: 100%;
        }

    #oryx section.tabs-wrapper .prices-roadside .table-responsive {
        padding: 30px 0px !important;
    }


    #oryx section.tabs-wrapper .wrapper .box .header,
    #oryx section.tabs-wrapper .prices-roadside h2,
    #oryx .send-activation {
        text-align: center;
    }

    #oryx section.tabs-wrapper .more-info-roadside.oneside .static-wrap .absolute-img {
        position: relative;
    }

    #oryx section.tabs-wrapper .more-info-roadside.oneside .wrapper div.right-box {
        padding: 0 20px 50px;
    }

    #oryx section.tabs-wrapper .pridobivki p {
        padding: 0 !important;
    }

    #oryx .list-inline li {
        padding: 0;
    }

    #oryx section.tabs-wrapper .prices-roadside .table-responsive {
        margin-top: 40px;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    #oryx .main-banner {
        height: 500px;
    }

        #oryx .main-banner:before {
            width: 65%;
        }

        #oryx .main-banner .header {
            bottom: 10px;
        }

        #oryx .main-banner h1 {
            font-size: 27px;
        }

        #oryx .main-banner h2 {
            font-size: 22px;
        }

        #oryx .main-banner .ec {
            position: absolute;
            bottom: -50px;
            right: -74%;
            width: 70%;
        }

    #oryx section.tabs-wrapper .tabs {
        width: 100%;
    }

        #oryx section.tabs-wrapper .tabs ul li.active p {
            font-size: 18px;
        }

    #oryx section.tabs-wrapper .extra-roadside .wrapper .box {
        min-height: 340px;
    }

    #oryx section.tabs-wrapper .prices-roadside .table-responsive {
        padding: 30px 20px;
    }

        #oryx section.tabs-wrapper .prices-roadside .table-responsive table {
            overflow-x: scroll;
            width: 100%;
            display: block;
        }

    #oryx section.tabs-wrapper .more-info-roadside.oneside {
        height: 370px !important;
    }

        #oryx section.tabs-wrapper .more-info-roadside.oneside .wrapper {
            align-items: flex-start;
        }

        #oryx section.tabs-wrapper .more-info-roadside.oneside .static-wrap .absolute-img {
            position: absolute;
            right: 0;
            bottom: 0;
            width: 40%;
        }

    #oryx section.tabs-wrapper .prices-roadside .table-before {
        width: 100%;
    }
}

@media(max-width: 375px) {
    #oryx section.gray-bg {
        padding: 30% 0 7% 0;
    }

    #oryx .tabsContent-wrapper {
        padding-bottom: 0;
    }
}

@media(max-width: 991px) {
    #oryx section.tabs-wrapper .more-info-roadside .wrapper div.left-box,
    #oryx section.tabs-wrapper .more-info-roadside .wrapper div.right-box {
        width: 100% !important;
        z-index: 3;
    }

    #oryx section.tabs-wrapper .more-info-roadside .wrapper div.left-box {
        background-color: #e20074;
    }

    #oryx section.tabs-wrapper .more-info-roadside .wrapper .left-box p {
        padding: 0 20px;
    }

    #oryx section.tabs-wrapper .more-info-roadside .wrapper div.right-box {
        padding: 0 20px;
    }

    #oryx section.tabs-wrapper .more-info-roadside .right-box h3 {
        font-size: 24px;
    }

    #oryx section.tabs-wrapper .more-info-roadside .right-box h4 {
        padding-right: 0;
        font-size: 22px;
    }

    #oryx section.tabs-wrapper .more-info-roadside {
        width: 100%;
        height: auto;
        background-position: center;
    }

        #oryx section.tabs-wrapper .more-info-roadside:before {
            display: none;
        }

    #oryx section.tabs-wrapper .prices-roadside h2 {
        font-size: 30px;
        text-align: center;
    }
}

@media(min-width:992px) and (max-width: 1199px) {
    #oryx .main-banner {
        height: 600px;
    }

        #oryx .main-banner:before {
            top: 31px !important;
            width: 65% !important;
        }

        #oryx .main-banner .header {
            width: 50% !important;
            left: 0px !important;
        }

        #oryx .main-banner .ec {
            position: absolute;
            bottom: -81px;
            right: -50%;
        }

        #oryx .main-banner .partner-logo {
            position: absolute;
            right: -50px !important;
            bottom: 25px !important;
        }

    #oryx section.tabs-wrapper .more-info-roadside {
        height: auto !important;
        background-position: inherit !important;
    }

        #oryx section.tabs-wrapper .more-info-roadside .wrapper div.left-box {
            width: 45%;
            background-color: #e20074;
            padding: 105px 0px;
        }

        #oryx section.tabs-wrapper .more-info-roadside .wrapper div.right-box {
            width: 50% !important;
        }

        #oryx section.tabs-wrapper .more-info-roadside:before {
            display: none;
        }

        #oryx section.tabs-wrapper .more-info-roadside.oneside {
            height: 410px !important;
        }

            #oryx section.tabs-wrapper .more-info-roadside.oneside .static-wrap .absolute-img {
                width: 45%;
            }

    #oryx section.tabs-wrapper .prices-roadside .table-before {
        width: 100%;
    }

    #oryx section.tabs-wrapper .prices-roadside .table-responsive {
        padding: 30px 20px;
        overflow-x: scroll;
    }
}

@media(min-width: 1200px) and (max-width: 1400px) {
    #oryx section.tabs-wrapper .more-info-roadside:before {
        content: '';
        background-size: cover;
        height: 549px;
    }
}

@media(min-width:1500px) and (max-width: 2879px) {
    #oryx .main-banner:before {
        top: 55px;
        background-size: contain;
    }
}

@media(min-width: 2880px) {
    #oryx .main-banner:before {
        display: none;
    }

    #oryx .main-banner .header {
        background-color: #e20074;
        position: absolute !important;
        height: 30% !important;
        padding: 15px 60px !important;
        bottom: 0px !important;
    }

    #oryx .main-banner .ec {
        position: absolute;
        bottom: 0 !important;
        right: -47% !important;
    }

    #oryx .main-banner .partner-logo {
        position: absolute;
        right: 55px !important;
        bottom: 40px;
    }
}

@media(min-width: 2000px) {
    #oryx section.tabs-wrapper .more-info-roadside:before {
        background-size: cover;
        top: -26%;
        height: 570px;
        width: 50%;
    }
}

@media (min-width: 1550px) {
    #oryx .main-banner:before {
        background-size: contain;
        top: 45px;
    }
}
/*#endregion oryx assist.*/





/*#region all in one*/

#all-inOne .main-banner {
    background-size: cover;
    height: 400px;
    background-repeat: no-repeat;
    margin-bottom: 50px;
    background-image: url(../content/images/all-inOne/inOne-banner.jpg);
    position: relative;
    background-position: left;
}

    #all-inOne .main-banner:before {
        background-image: url(../content/images/all-inOne/shape-banner.png);
        width: 45%;
        height: 100%;
        background-size: contain;
        content: '';
        position: absolute;
        bottom: 0;
        background-repeat: no-repeat;
        background-position: left bottom;
        left: 0;
    }

    #all-inOne .main-banner .header {
        position: absolute;
        width: 35%;
        bottom: 55px;
    }

    #all-inOne .main-banner h1 {
        color: white;
        font-size: 40px;
        text-transform: none;
        line-height: 1.2;
        font-weight: 600;
        padding-right: 45px;
    }

    #all-inOne .main-banner .ec {
        top: 90px;
        right: -20px;
        position: absolute;
        width: 110px;
    }

#all-inOne .wrap-title {
    position: relative;
}

    #all-inOne .wrap-title h2 {
        position: relative;
        width: 400px;
        text-align: center;
        margin: 0 auto;
        background-color: black;
        color: white;
        text-transform: uppercase;
        font-size: 40px;
        padding: 20px;
        transform: skew(-30deg);
        bottom: -50px;
        margin-top: 50px;
        z-index: 20;
    }

        #all-inOne .wrap-title h2 span {
            transform: skew(30deg) !important;
            font-family: 'teleNeo-extra' !important;
            position: relative;
            transform: skewX( 25deg );
            position: relative;
            display: block;
            font-family: 'teleNeo-extra' !important;
        }

#all-inOne .einvoice-tabs {
    min-height: 550px
}

    #all-inOne .einvoice-tabs ul {
        position: relative;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        margin: 100px auto 20px auto;
        border: 0;
        width: 100%;
    }

        #all-inOne .einvoice-tabs ul li {
            position: relative;
            display: block;
            margin: 0 10px;
            background-color: #efeff3 !important;
            box-shadow: none !important;
            min-height: 70px;
            padding: 30px;
            border-radius: 8px;
            font-size: 18px;
        }

            #all-inOne .einvoice-tabs ul li.active {
                box-shadow: 0 0 35px 7px rgba(0, 0, 0, 0.12) !important;
                background-color: white !important;
            }

                #all-inOne .einvoice-tabs ul li.active:before {
                    content: '';
                    position: absolute;
                    width: 75%;
                    height: 3px;
                    background: #e20074;
                    top: 0;
                    left: 0;
                    right: 0;
                    margin: 0 auto;
                    transition: all ease-in .3s;
                }

#all-inOne .einvoice-tabs {
    margin-top: 0;
    margin-bottom: 30px;
    box-shadow: 0px 30px 136px rgba(0, 0, 0, .1);
    min-height: inherit;
    z-index: 10;
    background-color: white;
}

    #all-inOne .einvoice-tabs .text-wrap {
        display: flex;
        position: relative;
        overflow: hidden;
        margin: 50px 0 20px;
        align-items: flex-start;
        justify-content: center;
    }

        #all-inOne .einvoice-tabs .text-wrap .box {
            width: 20%;
            position: relative;
        }

            #all-inOne .einvoice-tabs .text-wrap .box .img {
                min-height: 60px;
            }

        #all-inOne .einvoice-tabs .text-wrap .wrapper {
            width: 50%;
            padding: 0 40px;
        }

            #all-inOne .einvoice-tabs .text-wrap .wrapper p {
                text-align: left;
                line-height: 1;
            }

            #all-inOne .einvoice-tabs .text-wrap .wrapper h4 {
                font-weight: 600;
                min-height: 55px;
                text-align: left;
            }

#all-inOne div#myTabContent-ict {
    width: 100%;
    padding: 0 0 30px 0;
}

    #all-inOne div#myTabContent-ict h3 {
        font-size: 25px;
        margin: 50px 0 0;
        font-family: 'teleNeo-bold' !important;
    }

#all-inOne .einvoice-tabs #tab-2 .text-wrap {
    padding-top: 30px;
}

    #all-inOne .einvoice-tabs #tab-2 .text-wrap .box h4 {
        text-align: center;
    }

    #all-inOne .einvoice-tabs #tab-2 .text-wrap .box {
        margin: 20px;
        width: 16.6%;
    }

        #all-inOne .einvoice-tabs #tab-2 .text-wrap .box img {
            max-height: 40px;
        }

#all-inOne .einvoice-tabs .text-wrap .box h4 {
    font-weight: 600;
    padding: 0 5px;
}

#all-inOne .einvoice-tabs #tab-3 .wrap {
    padding: 30px;
}

#all-inOne section.main-section {
    position: relative;
    min-height: 650px;
}

#all-inOne .ceni {
    background-image: url(../content/images/all-inOne/bg-section4.png);
    margin: 100px 0 0;
    padding-top: 300px;
    position: relative;
    margin-top: -350px;
}

    #all-inOne .ceni h2 {
        text-align: center;
        padding: 60px 0 30px 0;
        font-weight: 600;
    }

    #all-inOne .ceni .text-bg {
        position: relative;
        background-color: white;
        text-align: left;
        padding: 20px 40px;
        margin: 40px 0;
    }

    #all-inOne .ceni .ceni-specifikacija {
        margin-bottom: 50px;
    }

    #all-inOne .ceni .text-bg p {
        line-height: 1.2;
    }

.ict-integrated .hide-tr {
    display: none;
    transition: all 1s linear;
}

#all-inOne .ceni .table {
    box-shadow: 0px 30px 136px rgba(0, 0, 0, 0.1);
    background-color: white;
}

#all-inOne .ceni table {
    width: 100%;
    text-align: center;
}

    #all-inOne .ceni table thead tr th,
    #all-inOne .ceni table td {
        background: white !important;
        padding: 20px 40px;
        border-bottom: 1px solid #e9e9e9 !important;
        z-index: 2;
    }

    #all-inOne .ceni table thead tr th {
        color: #e20074;
        font-family: 'teleNeo-bold' !important;
        text-align: center;
        padding: 30px 40px;
        line-height: 1.1;
    }

        #all-inOne .ceni table thead tr th strong {
            font-size: 24px;
            color: black;
        }

        #all-inOne .ceni table tr td:first-child, #all-inOne .ceni table thead tr th:first-child {
            text-align: left;
            font-family: 'teleNeo-bold' !important;
            width: 30%;
        }

    #all-inOne .ceni table tr td {
        line-height: 1.1;
        position: relative;
        z-index: 1;
    }

    #all-inOne .ceni table tr:last-child > td {
        border-bottom: 0 !important;
    }

    #all-inOne .ceni table p.price {
        font-family: 'teleNeo-bold' !important;
        font-size: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        #all-inOne .ceni table p.price span {
            font-size: 15px;
        }

            #all-inOne .ceni table p.price span.one {
                font-family: 'teleNeo-bold' !important;
                font-size: 28px;
                padding-right: 10px;
            }

    #all-inOne .ceni table .specification {
        font-family: 'teleNeo-bold' !important;
        font-size: 18px !important;
    }

.ict-integrated .prices-more {
    text-align: center;
    margin-bottom: 30px;
}

    .ict-integrated .prices-more .show-more,
    .ict-integrated .prices-more .show-more-two {
        padding-top: 45px;
        cursor: pointer;
        font-size: 18px;
        display: block;
    }

        .ict-integrated .prices-more .show-more:after,
        .ict-integrated .prices-more .show-more-two:after {
            content: '';
            display: block;
            clear: both;
            margin-top: -48px;
            background-image: url(../content/images/all-inOne/arrow-down-magenta.png);
            background-size: contain;
            background-repeat: no-repeat;
            width: 33px;
            height: 30px;
            margin: 15px auto;
            margin-top: -48px;
        }

        .ict-integrated .prices-more .show-more.xz:after,
        .ict-integrated .prices-more .show-more-two.xz:after {
            content: '';
            display: block;
            clear: both;
            margin-top: -48px;
            background-image: url(../content/images/all-inOne/arrow-up-magenta.png);
            background-size: contain;
            background-repeat: no-repeat;
            width: 33px;
            height: 30px;
            margin: 15px auto;
            margin-top: -48px;
        }

#all-inOne .ceni .btn-wrapper {
    text-align: center;
    padding: 30px;
}

    #all-inOne .ceni .btn-wrapper a {
        border-radius: 0;
        padding: 15px 20px;
        font-size: 18px;
    }

#all-inOne .ceni span.x, #all-inOne .ceni span.check {
    position: relative;
    display: block;
}

    #all-inOne .ceni span.x:before {
        content: 'X';
        font-family: 'teleicon-outline' !important;
        color: #949CA8;
        font-size: 20px;
        position: relative;
        top: 0;
        bottom: 0;
        margin: auto;
        left: 0;
        right: 0;
    }

    #all-inOne .ceni span.check:before {
        content: 'V';
        font-family: 'teleicon-outline' !important;
        color: #e20074;
        font-size: 20px;
        position: relative;
    }

#all-inOne .last-sec li.active {
    color: #dc0071;
}

#all-inOne .last-sec .nav-tabs {
    border-bottom: 0;
}

#all-inOne section.last-sec .panel-heading h4.panel-title a {
    padding: 15px 55px 15px 0;
}

#all-inOne .last-sec .panel-heading .panel-title a:after {
    content: ']$';
    font-family: 'teleicon-outline';
    position: absolute;
    color: #e20074;
    font-size: 22px;
    top: 20px;
    right: 20px;
    margin: auto;
    transform: rotateZ(-180deg);
    transition-property: transform;
    transition-duration: .25s;
}

#all-inOne .last-sec .panel-body {
    padding-right: 40px;
}

#all-inOne .last-sec .panel-heading .panel-title a.collapsed:after {
    content: ']$';
    font-family: 'teleicon-outline';
    position: absolute;
    color: #e20074;
    font-size: 22px;
    top: 20px;
    right: 20px;
    margin: auto;
    transform: rotateZ(0deg);
    transition-property: transform;
    transition-duration: .25s;
}

#all-inOne .last-sec #myTabContent-ict2 ul {
    display: block !important;
    width: auto !important;
    margin: 0 auto;
}

#all-inOne .last-sec .bx-wrapper {
    display: flex;
}

#all-inOne .last-sec #myTabContent-ict2 ul li {
    padding: 0 !important;
    background-color: white !important;
    box-shadow: unset !important;
    width: 100% !important;
    text-align: left !important;
    position: relative;
    margin-left: 10px;
}

#all-inOne .last-sec #tab2-1 a {
    color: #333 !important;
    text-decoration: underline;
}

#all-inOne .last-sec #myTabContent-ict2 ul li:before {
    content: '';
    padding-right: 15px;
}

#all-inOne .last-sec #myTabContent-ict2 ul li ul {
    margin: 0 20px !important;
}

#all-inOne .last-sec .panel-default:last-child {
    border: none !important;
}

#all-inOne section.partners {
    background: #ededed;
    padding: 1% 0;
}

@media (min-width:1600px) {
    #all-inOne .main-banner:before {
        background-image: url(../content/images/all-inOne/shape-banner.png);
        width: 45%;
        background-size: cover;
    }
}

@media(min-width: 1200px) and (max-width: 1400px) {
    #all-inOne .main-banner h1 {
        font-size: 35px;
    }
}

@media (max-width: 1199px) {
    #all-inOne .main-banner:before {
        width: 60%;
    }



    #all-inOne .einvoice-tabs .text-wrap .wrapper {
        padding: 0 20px;
    }

    #all-inOne .main-banner {
        height: 400px;
    }
}

@media (max-width: 991px) {
    #all-inOne .main-banner:before {
        width: 65%;
    }

    #all-inOne .main-banner h1 {
        width: 100%;
        font-size: 32px;
    }

    #all-inOne .einvoice-tabs ul li {
        padding: 30px;
    }

    #all-inOne .main-banner {
        height: 300px;
    }

    #all-inOne .ceni .table {
        overflow-x: scroll;
    }

    #all-inOne .ceni table thead tr th {
        padding: 30px 20px;
    }

    #all-inOne .ceni table thead tr th, #all-inOne .ceni table td {
        padding: 20px 20px;
    }

    #all-inOne .ceni table p.price span {
        font-size: 15px;
        display: block;
    }

        #all-inOne .ceni table p.price span.bts-paket-ddv {
            display: none;
        }

    #all-inOne .einvoice-tabs .text-wrap {
        flex-wrap: wrap;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

        #all-inOne .einvoice-tabs .text-wrap .box {
            width: 50%;
            text-align: center;
        }
}

@media(min-width: 992px) and (max-width: 1199px) {
    #all-inOne .main-banner .header {
        position: absolute;
        width: 45%;
        bottom: 30px;
    }

    #all-inOne .main-banner h1 {
        width: 100%;
        bottom: 0;
        font-size: 35px;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    #all-inOne .main-banner .header {
        position: absolute;
        width: 45%;
        bottom: 0;
    }

    #all-inOne .einvoice-tabs #tab-2 .text-wrap {
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
    }

        #all-inOne .einvoice-tabs #tab-2 .text-wrap .box {
            margin: 20px;
            width: 19%;
        }
}

@media (max-width: 767px) {
    #all-inOne .main-banner .ec {
        height: 80px;
        width: 80px;
        right: -75px;
        top: 40px;
    }

    #all-inOne .main-banner {
        height: 200px;
    }

        #all-inOne .main-banner .header {
            width: 45%;
            bottom: 10px;
        }

            #all-inOne .main-banner .header h1 {
                width: 100%;
                margin: 20px 0;
                bottom: 0;
            }

        #all-inOne .main-banner:before {
            width: 100%;
        }

    #all-inOne section.main-section {
        min-height: inherit;
    }

    #all-inOne div#myTabContent-ict h3 {
        font-size: 22px;
        margin: 25px 0 0;
    }

    #all-inOne .wrap-title h2 {
        bottom: 0;
        margin-top: 30px;
        margin-bottom: 30px;
        width: 300px;
        font-size: 30px;
    }

    #all-inOne div#myTabContent-ict .wrap {
        padding: 15px 0 0 0;
    }

    #all-inOne .einvoice-tabs .text-wrap {
        flex-direction: row;
    }

        #all-inOne .einvoice-tabs .text-wrap .wrapper {
            padding: 0 20px;
            width: 100%;
        }

            #all-inOne .einvoice-tabs .text-wrap .wrapper h4 {
                min-height: auto;
                padding-left: 20px;
            }

    #all-inOne .main-banner h1 {
        width: 43%;
        bottom: 10px;
        font-size: 20px;
        padding-right: 0 !important;
    }

    #all-inOne .einvoice-tabs #tab-2 .text-wrap {
        display: flex;
        flex-wrap: wrap;
        align-content: center
    }

        #all-inOne .einvoice-tabs #tab-2 .text-wrap .box {
            width: 70%;
            margin: 10px 0;
        }

            #all-inOne .einvoice-tabs #tab-2 .text-wrap .box img {
                display: block;
                margin: 0 auto;
            }

            #all-inOne .einvoice-tabs #tab-2 .text-wrap .box h4 {
                padding-top: 0;
                width: 80%;
                margin: 15px auto;
            }

    #all-inOne .last-sec .bx-wrapper {
        display: block !important;
        padding: 20px 20px;
    }

    #all-inOne .last-sec .tab-wrapper ul {
        margin: 0;
    }

    #all-inOne .last-sec .panel-group {
        padding: 0 0px;
    }

    #all-inOne .last-sec .panel-default {
        margin: 0 10px;
    }

        #all-inOne .last-sec .panel-default:first-child {
            padding-top: 20px;
        }

    #all-inOne .einvoice-tabs {
        min-height: 300px;
        padding: 20px 10px;
    }

    #all-inOne .ceni {
        padding-top: 0;
        margin-top: 0;
    }

        #all-inOne .ceni h2 {
            padding: 50px 0 40px;
            font-size: 26px;
        }

        #all-inOne .ceni .table-responsive {
            overflow: auto !important;
        }

        #all-inOne .ceni table tr td:first-child,
        #all-inOne .ceni table thead tr th:first-child {
            left: 0;
            position: sticky;
            z-index: 3;
            background: #fff;
            width: 400px;
            text-align: left;
            border: 0 !important;
            height: 64px;
            font-size: 17px;
            padding: 10px 25px;
        }


        #all-inOne .ceni table tr th:last-child:before,
        #all-inOne .ceni table tr td:last-child:before {
            content: '';
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: 30%;
            background: transparent linear-gradient(84deg,rgba(243, 243, 243,.5) 0%,rgba(148,156,168,0) 100%);
            height: 100%;
        }

        #all-inOne .ceni table tr th:first-child:after,
        #all-inOne .ceni table tr td:first-child:after {
            content: '';
            display: block;
            position: absolute;
            left: 100%;
            top: 0;
            bottom: 0;
            width: 30%;
            background: transparent linear-gradient(84deg,rgba(243, 243, 243,.5) 0%,rgba(148,156,168,0) 100%);
            height: 100%;
        }
}

@media (max-width: 587px) {
    #all-inOne .main-banner h1 {
        width: 57%;
    }

    #all-inOne .einvoice-tabs #tab-3 .wrap {
        padding: 10px;
    }

    #all-inOne .btn-wrapper {
        width: 100%;
    }
}

@media (min-width:320px) and (max-width: 400px) {
    #all-inOne .main-banner .header {
        width: 70%;
        bottom: 0;
    }

        #all-inOne .main-banner .header h1 {
            width: 100%;
            margin: 20px 0;
            bottom: 0;
        }

    #all-inOne .wrap-title h2 {
        width: 250px;
        font-size: 28px;
    }

    #all-inOne .tab-wrapper h3 {
        margin: 10px 0;
    }

    #all-inOne .tab-wrapper p, #all-inOne .tab-wrapper h4 {
        padding-left: 0 !important;
    }

    #all-inOne .ceni .btn-wrapper a {
        padding: 15px 20px;
    }

    #all-inOne .last-sec .tab-wrapper h3 {
        margin: 10px;
    }

    #all-inOne .last-sec .bx-wrapper {
        padding: 20px 0;
    }

    #all-inOne .last-sec .panel-default {
        margin: 0 0px;
    }

    #all-inOne .last-sec #myTabContent-ict2 ul li ul {
        margin: 0 10px !important;
    }

    #all-inOne .ceni h2 {
        padding: 40px 0 30px;
        font-size: 24px;
    }
}
/*#endregion all in one*/


/*#region vps*/
#vps .main-banner {
    background-size: cover;
    height: 400px;
    background-repeat: no-repeat;
    margin-bottom: 50px;
    background-image: url(../content/images/vps/Main-pic.jpg);
    position: relative;
    background-position: right;
}

    #vps .main-banner:before {
        background-image: url(../content/images/all-inOne/shape-banner.png);
        width: 45%;
        height: 100%;
        background-size: contain;
        content: '';
        position: absolute;
        bottom: 0;
        background-repeat: no-repeat;
        background-position: left bottom;
        left: 0;
    }

    #vps .main-banner .header {
        position: absolute;
        bottom: 0px;
        width: 35%;
        color: white;
    }

    #vps .main-banner .title h1 {
        font-size: 40px;
        line-height: 1.2;
        color: #fff;
        text-transform: none;
        margin: 0;
        font-family: 'teleNeo-bold' !important;
    }

    #vps .main-banner .title p {
        padding-right: 30px;
    }

#vps .text-wrap {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
}

#vps .wrap-title {
    position: relative;
}

    #vps .wrap-title h2 {
        position: relative;
        width: 400px;
        text-align: center;
        margin: 0 auto;
        background-color: black;
        color: white;
        text-transform: uppercase;
        font-size: 40px;
        padding: 20px;
        transform: skew(-30deg);
        bottom: -50px;
        margin-top: 50px;
        z-index: 20;
    }

        #vps .wrap-title h2 span {
            transform: skew(30deg) !important;
            font-family: 'teleNeo-extra' !important;
            position: relative;
            display: block;
        }

#vps .wrap.white {
    margin-top: 0;
    margin-bottom: 30px;
    box-shadow: 0px 30px 136px rgba(0, 0, 0, .1);
    min-height: inherit;
    z-index: 10;
    background-color: white;
    padding-top: 120px;
    padding-bottom: 40px;
}

    #vps .wrap.white .tab-wrapper ul {
        width: 80%;
    }

        #vps .wrap.white .tab-wrapper ul li {
            padding: 20px 20px;
            display: inline-flex;
            flex-direction: column;
            justify-content: center;
            font-size: 19px;
            min-height: 90px;
        }

#vps .text-wrap .box {
    width: 50%;
    position: relative;
}

    #vps .text-wrap .box ul {
        width: 100% !important;
    }

        #vps .text-wrap .box ul li {
            padding: 5px 20px !important;
            min-height: inherit !important;
            margin: 0;
        }

#vps .dc-tab_content ul.t-ul-new-magenta {
    background-color: transparent;
    padding: 0 10px;
    box-shadow: none;
    width: 100%;
    display: block !important;
}

#vps .dc-tab_content ul li {
    background-color: transparent;
    padding: 0px 10px;
    margin: 15px 0;
    box-shadow: none;
    width: 100%;
    display: block;
}

#vps .dc-tab_content .wrap {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    margin: 0 auto;
}

    #vps .dc-tab_content .wrap .box-wrap {
        position: relative;
        width: auto;
        text-align: center;
        margin-right: 20px;
    }

        #vps .dc-tab_content .wrap .box-wrap .img {
            min-height: 60px;
        }

        #vps .dc-tab_content .wrap .box-wrap h4 {
            font-size: 20px;
            font-family: 'teleNeo-extra' !important;
            text-transform: uppercase;
        }

#vps .uslugi {
    background-image: url(../content/images/web-hosting/section5.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #D8D8D8;
    margin-top: -120px;
    padding-top: 80px;
}

#vps section.uslugi .wrapper {
    padding: 80px 0 30px;
}

    #vps section.uslugi .wrapper h2 {
        position: relative;
        width: 20%;
        text-transform: uppercase;
        color: #e20074;
        margin: 0;
        position: sticky;
        top: 40px;
        width: 20%;
        left: 0;
    }

    #vps section.uslugi .wrapper nav {
        float: left;
        width: 20%;
        height: auto;
        padding-top: 80px;
        padding-left: unset;
        position: sticky;
        top: 140px;
        display: inline-block;
        left: 0;
        margin-right: 55px;
    }

#vps section.uslugi .flex-container {
    display: flex;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

    #vps section.uslugi .flex-container ul {
        height: auto;
        width: 100%;
        margin: 0;
        border-bottom: none;
    }

        #vps section.uslugi .flex-container ul > li {
            float: left;
            width: 100%;
            height: auto;
            align-items: flex-start;
            flex-direction: row;
            justify-content: flex-start;
            align-content: flex-end;
            flex-wrap: nowrap;
            margin: 0 auto;
            position: relative;
            border: 0;
        }

            #vps section.uslugi .flex-container ul > li > a {
                color: black !important;
                background-color: #EFEFF3 !important;
                line-height: 1.2;
                border: 1px solid transparent;
                border-radius: 4px 4px 0 0;
                width: 100%;
                height: 80px;
                margin-bottom: 15px;
                font-size: 18px;
                display: inline-flex;
                flex-direction: column;
                justify-content: center;
                flex-wrap: nowrap;
                color: black;
                background: #EFEFF3 0% 0% no-repeat padding-box;
                border-radius: 8px;
                padding-left: 35px;
            }

            #vps section.uslugi .flex-container ul > li.active > a {
                background-color: white !important;
            }

            #vps section.uslugi .flex-container ul > li:hover > a:before {
                height: 70%;
                border: none;
                background: #e20074;
                content: '';
                position: absolute;
                left: 0;
                width: 3px;
                box-shadow: 0px 23px 89px #3e3e3e1c;
            }

        #vps section.uslugi .flex-container ul li.active a:before {
            content: '';
            position: absolute;
            left: 0;
            height: 70%;
            width: 3px;
            background: #e20074;
        }

#vps section.uslugi article {
    padding: 0px 0 20px 0;
    width: 75%;
    position: relative;
    display: inline-block;
}

    #vps section.uslugi article .ceni-specifikacija ul {
        margin: 0 0 40px 0;
    }

#vps section.uslugi .tariff-wrap {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    font-size: 18px;
}

    #vps section.uslugi .tariff-wrap > div {
        width: 33.333%;
        background: white;
        text-align: center;
        padding: 30px 0 0;
        border: 3px solid transparent;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: inset 0px 0px 250px rgba(0, 0, 0, .05);
        position: relative;
    }

    #vps section.uslugi .tariff-wrap .price-wrapper {
        background: #E3E5E7 0% 0% no-repeat padding-box;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        position: relative;
        padding: 10px 20px !important;
        margin: 20px 0 0;
    }

        #vps section.uslugi .tariff-wrap .price-wrapper > div {
            width: 50%;
            text-align: left;
            padding: 0;
        }

            #vps section.uslugi .tariff-wrap .price-wrapper > div p {
                font-size: 12px;
                text-transform: uppercase;
                font-family: 'teleNeo-bold' !important;
                margin-bottom: 0;
            }

        #vps section.uslugi .tariff-wrap .price-wrapper .wrap {
            position: relative;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            padding: 0;
        }

        #vps section.uslugi .tariff-wrap .price-wrapper > div:first-of-type .wrap:after {
            content: '';
            position: absolute;
            height: 60%;
            width: 2px;
            background: white;
            top: 0;
            right: 10px;
            bottom: 0;
            margin: auto;
        }

        #vps section.uslugi .tariff-wrap .price-wrapper .hdp-price-left,
        #vps #v-pills-profile .column-wrapper .column .hdp-price-left,
        #vps #v-pills-messages .column-wrapper .column .hdp-price-left {
            width: auto;
            display: inline;
            float: left;
            padding-right: 5px;
        }

        #vps section.uslugi .tariff-wrap .price-wrapper .hdp-price-body,
        #vps #v-pills-profile .column-wrapper .column .hdp-price-body,
        #vps #v-pills-messages .column-wrapper .column .hdp-price-body {
            width: auto;
            display: inline;
            float: left;
        }

        #vps section.uslugi .tariff-wrap .price-wrapper .hdp-price-left span,
        #vps #v-pills-profile .column-wrapper .column .hdp-price-left span,
        #vps #v-pills-messages .column-wrapper .column .hdp-price-left span {
            font-size: 30px;
            font-weight: 600;
        }

        #vps section.uslugi .tariff-wrap .price-wrapper .hdp-price-body span,
        #vps #v-pills-profile .column-wrapper .column .hdp-price-body span,
        #vps #v-pills-messages .column-wrapper .column .hdp-price-body span {
            font-size: 12px;
            border-bottom: 1px solid black;
            display: block;
        }

            #vps section.uslugi .tariff-wrap .price-wrapper .hdp-price-body span:last-of-type,
            #vps #v-pills-profile .column-wrapper .column .hdp-price-body span:last-of-type,
            #vps #v-pills-messages .column-wrapper .column .hdp-price-body span:last-of-type {
                border: 0;
            }

    #vps section.uslugi .tariff-wrap > div div {
        padding: 7px 0;
    }

    #vps section.uslugi .tariff-wrap > div:nth-child(2) {
        border: 3px solid #e20074;
        background: white !important;
        box-shadow: none;
    }

    #vps section.uslugi .tariff-wrap .infoTable {
        min-height: 90px;
    }

        #vps section.uslugi .tariff-wrap .infoTable .title {
            font-size: 26px;
            font-family: 'teleNeo-regular' !important;
            line-height: 1.2;
            text-transform: uppercase;
        }

            #vps section.uslugi .tariff-wrap .infoTable .title span {
                font-size: 35px;
                font-family: 'teleNeo-bold' !important;
                display: block;
            }

    #vps section.uslugi .tariff-wrap span {
        display: block;
    }

        #vps section.uslugi .tariff-wrap span.bts-paket-ddv {
            display: none;
        }

        #vps section.uslugi .tariff-wrap span.text-magenta.fiksni {
            font-size: 25px;
            font-family: 'teleNeo-bold' !important;
        }

        #vps section.uslugi .tariff-wrap span.small {
            font-size: 16px;
            color: black;
        }

#vps section.uslugi .border-virtual-gray {
    position: relative;
}

    #vps section.uslugi .border-virtual-gray:after {
        content: '';
        position: absolute;
        height: 2px;
        width: 80%;
        left: 0;
        right: 0;
        margin: 0 auto;
        background: #e9e9e9;
    }

#vps #v-pills-profile .column-wrapper,
#vps #v-pills-messages .column-wrapper {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

    #vps #v-pills-profile .column-wrapper .column,
    #vps #v-pills-messages .column-wrapper .column {
        background: white;
        padding: 20px;
        min-height: 250px;
        width: 30%;
        margin: 10px;
        text-align: center;
        position: relative;
    }

        #vps #v-pills-profile .column-wrapper .column h3,
        #vps #v-pills-messages .column-wrapper .column h3 {
            font-size: 21px;
            font-family: 'teleNeo-bold' !important;
            min-height: 80px;
            text-align: center;
        }

        #vps #v-pills-profile .column-wrapper .column .hdp-price.standarden-paket,
        #vps #v-pills-messages .column-wrapper .column .hdp-price.standarden-paket {
            position: absolute;
            left: 0;
            right: 0;
            margin: auto;
            bottom: 20px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        #vps #v-pills-profile .column-wrapper .column .besplatno {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            height: 70px;
        }

#vps .last-sec .dc-tab_content .wrap {
    display: block;
}

#vps .last-sec .panel-heading .panel-title a:after {
    content: ']$';
    font-family: 'teleicon-outline';
    position: absolute;
    color: #e20074;
    font-size: 22px;
    top: 40px;
    right: 20px;
    margin: auto;
    transform: rotateZ(-180deg);
    transition-property: transform;
    transition-duration: .25s;
}


#vps .last-sec .panel-heading .panel-title a.collapsed:after {
    content: ']$';
    font-family: 'teleicon-outline';
    position: absolute;
    color: #e20074;
    font-size: 22px;
    top: 32px;
    right: 20px;
    margin: auto;
    transform: rotateZ(0deg);
    transition-property: transform;
    transition-duration: .25s;
}

@media(max-width: 767px) {
    #vps .main-banner {
        background-size: cover;
        height: 300px;
        background-position: right top;
    }

        #vps .main-banner:before {
            width: 80% !important;
            background-size: contain;
        }

        #vps .main-banner .header {
            width: 50%;
        }

            #vps .main-banner .header h1 {
                font-size: 22px;
                margin: 30px 0 10px;
            }

        #vps .main-banner .title {
            width: 100%;
            position: absolute;
            left: 0;
            bottom: 0;
            background: #e20074;
            padding: 30px 20px;
        }

            #vps .main-banner .title h1 {
                font-size: 25px;
                text-transform: none;
            }

    #vps .wrap-title h2 {
        width: 250px;
        font-size: 26px;
    }

    #vps .text-wrap {
        flex-direction: column;
    }

        #vps .text-wrap .box {
            width: 100%;
        }

    #vps .wrap.white .tab-wrapper ul {
        width: 100%;
        margin-left: 20px;
        margin-bottom: 0;
    }

    #vps .wrap.white #myTabContent-ict p {
        padding: 0 20px;
    }

    #vps .wrap.white .tab-wrapper ul li {
        padding: 0px 20px;
    }

    #vps .dc-tab_content .wrap {
        flex-direction: column;
    }

        #vps .dc-tab_content .wrap .box-wrap {
            width: 100%;
            text-align: center;
            margin: 20px 0;
        }

    #vps section.uslugi .wrapper nav {
        width: 100%;
        height: auto;
        position: relative;
        top: 0;
        margin-right: 0px;
    }

    #vps section.uslugi .wrapper h2 {
        position: relative;
        top: 0;
        width: 100%;
    }

    #vps section.uslugi article {
        padding: 0px 0 20px 0;
        width: 100%;
        position: relative;
        display: inline-block;
    }

    #vps section.uslugi .tariff-wrap {
        flex-direction: column;
    }

        #vps section.uslugi .tariff-wrap > div {
            width: 100%;
            margin: 30px 0;
        }

        #vps section.uslugi .tariff-wrap .price-wrapper .hdp-price-left span,
        #vps #v-pills-profile .column-wrapper .column .hdp-price-left span,
        #vps #v-pills-messages .column-wrapper .column .hdp-price-left span {
            font-size: 23px;
        }

    #vps #v-pills-profile .column-wrapper,
    #vps #v-pills-messages .column-wrapper {
        flex-direction: column;
    }

        #vps #v-pills-profile .column-wrapper .column,
        #vps #v-pills-messages .column-wrapper .column {
            margin: 10px 0;
            width: 100%;
        }

            #vps #v-pills-profile .column-wrapper .column h3,
            #vps #v-pills-messages .column-wrapper .column h3 {
                background: transparent;
                text-align: center;
            }

    #vps .last-sec h3 {
        margin: 10px 0;
    }

    #vps .last-sec .panel-group {
        padding: 0;
    }
}

@media(min-width: 320px) and (max-width: 450px) {
    #vps .main-banner:before {
        width: 100% !important;
        background-size: contain;
    }

    #vps .main-banner .header {
        width: 70%;
    }
}

@media(min-width: 768px) and (max-width:991px) {
    #all-inOne .main-banner .ec {
        right: -120px;
        width: 90px;
        height: 90px;
        top: 40px;
    }

    #vps .main-banner {
        height: 450px;
    }

        #vps .main-banner .header {
            width: 50%;
        }

        #vps .main-banner:before {
            width: 70%;
            height: 85%;
            background-size: cover;
        }

        #vps .main-banner .title {
            bottom: 30px;
            width: 60%;
        }

            #vps .main-banner .title h1 {
                font-size: 25px;
            }

    #vps .wrap-title h2 {
        font-size: 30px;
    }



    #vps .wrap.white .tab-wrapper ul {
        width: 90%;
    }

    #vps .dc-tab_content .wrap {
        flex-direction: column;
    }

        #vps .dc-tab_content .wrap .box-wrap {
            width: 100%;
        }

    #vps .text-wrap {
        flex-direction: column;
    }

        #vps .text-wrap .box {
            width: 100%;
        }

            #vps .text-wrap .box ul {
                width: 100%;
                margin: 0 auto;
            }

                #vps .text-wrap .box ul li {
                    padding: 0px 20px;
                    justify-content: flex-start;
                    min-height: initial;
                }

    #vps section.uslugi .wrapper nav {
        margin-right: 10px;
    }

    #vps section.uslugi .flex-container ul > li > a {
        padding-left: 15px;
    }

    #vps section.uslugi article {
        padding: 0px 0 20px 0;
        width: 78%;
    }

    #vps section.uslugi .tariff-wrap .price-wrapper {
        flex-direction: column;
    }

        #vps section.uslugi .tariff-wrap .price-wrapper > div {
            width: 100%;
            text-align: left;
            padding: 0;
        }

            #vps section.uslugi .tariff-wrap .price-wrapper > div:first-of-type .wrap:after {
                content: '';
                position: absolute;
                height: 2px;
                width: 100%;
                background: white;
                top: initial;
                right: 0;
                bottom: 0;
                margin: auto;
                left: 0;
            }
}

@media(min-width: 992px) and (max-width: 1199px) {
    #all-inOne .main-banner .ec {
        top: 0px;
        right: -100px;
    }

    #vps .main-banner {
        height: 450px;
    }

        #vps .main-banner:before {
            width: 60%;
        }

        #vps .main-banner .header {
            position: absolute;
            bottom: 0px;
            width: 45%;
            color: white;
        }

        #vps .main-banner .title {
            bottom: 70px;
            width: 45%;
        }

            #vps .main-banner .title h1 {
                color: white;
                font-size: 25px;
            }

    #vps .dc-tab_content .wrap .box-wrap {
        text-align: center;
    }

    #vps section.uslugi .wrapper nav {
        margin-right: 40px;
    }

    #vps section.uslugi .tariff-wrap .price-wrapper {
        flex-direction: column;
    }

        #vps section.uslugi .tariff-wrap .price-wrapper > div {
            width: 100%;
        }

            #vps section.uslugi .tariff-wrap .price-wrapper > div:first-of-type .wrap:after {
                content: '';
                position: absolute;
                height: 2px;
                width: 100%;
                background: white;
                top: initial;
                right: 0;
                bottom: 0;
                margin: auto;
                left: 0;
            }
}

@media(max-width: 1199px) {
    #vps #v-pills-profile .column-wrapper .column h3, #vps #v-pills-messages .column-wrapper .column h3 {
        font-size: 18px;
    }

    #vps #v-pills-profile .column-wrapper .column,
    #vps #v-pills-messages .column-wrapper .column {
        padding: 20px 10px;
    }
}

@media(min-width: 1200px) and (max-width: 1550px) {

    #roaming-new .right-side {
        height: auto;
    }

    #all-inOne .main-banner .ec {
        right: -60px;
    }
}

@media(min-width: 1200px) and (max-width: 1350px) {
    #vps .main-banner .title {
        position: absolute;
        bottom: 30px;
        width: 40%;
        color: white;
    }

    #vps .main-banner:before {
        background-image: url(../content/images/all-inOne/shape-banner.png);
        width: 60%;
        height: 85%;
        background-size: cover;
        content: '';
        position: absolute;
        bottom: 0;
        background-repeat: no-repeat;
        background-position: left bottom;
        left: 0;
    }
}

@media(min-width: 1550px) {
    #vps .main-banner:before {
        width: 50%;
        height: 100%;
        background-size: cover;
    }
}
/*#endregion vps*/


/*#region data hostin centar*/
#dhc .main-banner {
    background-image: url(../content/images/dhc/banner-dhc.jpg);
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
}

    #dhc .main-banner:before {
        width: 45%;
        background-image: url(../content/images/web-hosting/shape-banner.png);
    }

    #dhc .main-banner .header {
        width: 25%;
        position: absolute;
    }

        #dhc .main-banner .header h1 {
            text-transform: none;
            font-size: 40px;
            line-height: 1.2;
            font-family: 'teleNeo-bold' !important;
            padding-right: 30px;
        }

#dhc section.content {
    padding: 6% 0 2%;
    height: 480px;
}

#dhc .wrap.white {
    margin-top: -100px;
    margin-bottom: 30px;
    box-shadow: 0px 30px 136px rgba(0, 0,0, .1);
    z-index: 3;
    background-color: white;
    padding-top: 90px;
    padding-bottom: 40px;
    width: 100%;
    min-height: 510px;
}

#dhc .wrap-title {
    z-index: 4;
    position: relative;
}

#dhc .wrap.white ul#myTab-ict li {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    min-height: 100px;
    width: 23%;
}

#dhc .wrap.white .text-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-direction: row;
}

    #dhc .wrap.white .text-wrap ul,
    #dhc .wrap.white .box-wrap ul {
        display: block !important;
        text-align: left;
        margin: 10px 0;
        width: 100%;
    }

        #dhc .wrap.white .text-wrap ul li,
        #dhc .wrap.white .box-wrap ul li {
            display: block;
            width: 100% !important;
            padding: 0 20px !important;
            box-shadow: none !important;
            background-color: transparent !important;
            margin-left: 0;
            text-align: left;
            cursor: auto;
        }

#dhc .dc-tab_content .wrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
}

    #dhc .dc-tab_content .wrap .box-wrap {
        position: relative;
        text-align: left;
        width: 25%;
        margin: 0;
    }

        #dhc .dc-tab_content .wrap .box-wrap h4 {
            font-family: 'TeleNeo-extra' !important;
            color: #e20074;
            font-size: 20px;
        }

#dhc #tab-3.dc-tab_content .wrap .box-wrap h4 {
    color: black;
    font-family: 'TeleNeo-bold' !important;
    text-align: center;
}

#dhc #tab-3.dc-tab_content .wrap .box-wrap .img {
    text-align: center;
}

#dhc .uslugi {
    background-image: url(../content/images/web-hosting/section5.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #D8D8D8;
    margin-top: 0;
    padding-top: 13%;
}

#dhc section.uslugi .wrapper {
    padding: 80px 0 30px;
}

    #dhc section.uslugi .wrapper h2 {
        position: relative;
        width: 20%;
        text-transform: uppercase;
        color: #e20074;
        margin: 0;
        position: sticky;
        top: 40px;
        width: 20%;
        left: 0;
    }

    #dhc section.uslugi .wrapper nav {
        float: left;
        width: 20%;
        height: auto;
        padding-top: 10px;
        padding-left: unset;
        position: sticky;
        top: 140px;
        display: inline-block;
        left: 0;
        margin-right: 55px;
    }

        #dhc section.uslugi .wrapper nav .flex-container {
            display: flex;
            flex-wrap: nowrap;
            align-content: flex-start;
            justify-content: flex-start;
            align-items: flex-start;
            flex-direction: column;
        }

#dhc section.uslugi .flex-container ul {
    height: auto;
    width: 100%;
    margin: 0;
    border-bottom: none;
}

    #dhc section.uslugi .flex-container ul > li {
        float: left;
        width: 100%;
        height: auto;
        align-items: flex-start;
        flex-direction: row;
        justify-content: flex-start;
        align-content: flex-end;
        flex-wrap: nowrap;
        margin: 0 auto;
        position: relative;
        border: 0;
    }


        #dhc section.uslugi .flex-container ul > li > a {
            color: black !important;
            background-color: #EFEFF3 !important;
            line-height: 1.2;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
            width: 100%;
            height: 80px;
            margin-bottom: 15px;
            font-size: 18px;
            display: inline-flex;
            flex-direction: column;
            justify-content: center;
            flex-wrap: nowrap;
            color: black;
            background: #EFEFF3 0% 0% no-repeat padding-box;
            border-radius: 8px;
            padding-left: 35px;
        }

        #dhc section.uslugi .flex-container ul > li.active > a {
            background-color: white !important;
        }

        #dhc section.uslugi .flex-container ul > li:hover > a:before {
            height: 70%;
            border: none;
            background: #e20074;
            content: '';
            position: absolute;
            left: 0;
            width: 3px;
            box-shadow: 0px 23px 89px #3e3e3e1c;
        }

    #dhc section.uslugi .flex-container ul li.active a:before {
        content: '';
        position: absolute;
        left: 0;
        height: 70%;
        width: 3px;
        background: #e20074;
    }

#dhc section.uslugi article {
    padding: 10px 0 20px 0;
    width: 75%;
    position: relative;
    display: inline-block;
}

    #dhc section.uslugi article .ceni-specifikacija ul {
        margin: 0 0 40px 0;
    }

#dhc section.uslugi .tariff-wrap {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    font-size: 18px;
}

    #dhc section.uslugi .tariff-wrap > div {
        width: 33.333%;
        background: white;
        text-align: center;
        padding: 30px 0 0;
        border: 3px solid transparent;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: inset 0px 0px 250px rgba(0, 0, 0, .05);
        position: relative;
    }

    #dhc section.uslugi .tariff-wrap .price-wrapper {
        background: #E3E5E7 0% 0% no-repeat padding-box;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        position: relative;
        padding: 10px 20px !important;
        margin: 20px 0 0;
    }

        #dhc section.uslugi .tariff-wrap .price-wrapper > div {
            width: 50%;
            text-align: left;
            padding: 0;
        }

            #dhc section.uslugi .tariff-wrap .price-wrapper > div p {
                font-size: 12px;
                text-transform: uppercase;
                font-family: 'teleNeo-bold' !important;
                margin-bottom: 0;
            }

        #dhc section.uslugi .tariff-wrap .price-wrapper .wrap {
            position: relative;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            padding: 0;
        }

#dhc .tab-content .table-responsive {
    position: relative;
    box-shadow: 0 0 90px 20px #00000005;
    overflow: visible;
}

#dhc .tab-content table {
    position: relative;
    overflow: auto;
    margin-bottom: 30px;
}

    #dhc .tab-content table tr td {
        background: white;
        padding: 20px 10px;
        font-size: 16px;
        text-align: center;
        border-bottom: 1px solid #e5e5e5 !important;
        border-top: 0 !important;
    }

        #dhc .tab-content table tr td span.text-magenta,
        #dhc .tab-content table tr td.text-magenta {
            font-family: 'teleNeo-bold' !important;
        }

    #dhc .tab-content table tr:first-of-type td {
        border-bottom: 0 !important;
    }

    #dhc .tab-content table thead tr th {
        background: white !important;
        border-bottom: 0;
        font-size: 23px !important;
        font-family: 'teleNeo-extra' !important;
        text-align: center;
        padding: 30px 10px;
        border: 0 !important;
    }

        #dhc .tab-content table tr td:first-of-type,
        #dhc .tab-content table thead tr th:first-of-type {
            text-align: left;
        }



    #dhc .tab-content table tbody {
        border: 0 !important;
    }

        #dhc .tab-content table tbody.gray-bg * {
            background-color: #ededed !important;
        }

        #dhc .tab-content table tbody.gray-bg h3 {
            margin: 0;
            padding: 0;
            font-size: 17px;
            font-family: 'teleNeo-bold' !important;
        }

    #dhc .tab-content table tr td:first-of-type,
    #dhc .tab-content table thead tr th:first-of-type {
        padding-left: 50px;
    }

    #dhc .tab-content table tr td:last-of-type,
    #dhc .tab-content table thead tr th:last-of-type {
        padding-right: 50px;
    }

    #dhc .tab-content table tr:last-of-type td {
        border-bottom: 0 !important;
    }

#dhc .tab-content .box-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    margin-bottom: 40px;
}

    #dhc .tab-content .box-wrap .box {
        width: 30%;
        text-align: center;
        background: white;
        box-shadow: 0px 3px 46px rgba(0, 0, 0, .14);
        min-height: 210px;
    }


        #dhc .tab-content .box-wrap .box h3 {
            font-family: 'teleNeo-bold' !important;
            font-size: 21px;
            padding: 20px 0;
            position: relative;
            display: block;
        }

            #dhc .tab-content .box-wrap .box h3:after {
                content: '';
                position: absolute;
                width: 45%;
                left: 0;
                right: 0;
                height: 1px;
                background: #e5e5e5;
                bottom: 0;
                margin: 0 auto;
            }

        #dhc .tab-content .box-wrap .box .price-wrapper,
        #dhc .column-wrapper .column .price-wrapper {
            position: relative;
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            align-items: center;
            width: 40%;
            margin: 0 auto 10px;
            border-bottom: 1px solid #e5e5e5;
            padding-bottom: 20px;
        }

div#v-pills-profile .column-wrapper .column .price-wrapper {
    justify-content: center;
}

    #dhc .tab-content .box-wrap .box .price-wrapper:last-of-type,
    div#v-pills-profile .column-wrapper .column .price-wrapper:last-of-type {
        border-bottom: 0;
    }

#dhc .hdp-price-left {
    width: auto;
    padding-right: 10px;
    position: relative;
}

    #dhc .hdp-price-left span {
        color: #e20074;
        font-size: 28px;
        font-family: 'TeleNeo-bold' !important;
    }

#dhc .hdp-price-body {
    width: auto;
    display: inline;
    float: left;
}

    #dhc .hdp-price-body span {
        font-size: 12px;
        display: block;
        text-align: left;
    }

        #dhc .hdp-price-body span.price-den {
            border-bottom: 1px solid black;
        }

#dhc .btn-wrapper {
    margin: 30px auto;
}

#dhc .column-wrapper {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

    #dhc .column-wrapper .column {
        width: 30%;
        background: white;
        padding: 20px;
        position: relative;
        text-align: center;
        box-shadow: 0px 0px 250px rgba(0, 0, 0, .12);
        min-height: 130px;
        margin: 15px 15px;
    }

#dhc #v-pills-messages .column-wrapper .column {
    margin: 0 15px;
    min-height: 130px;
}

#dhc .column-wrapper .column h3 {
    font-size: 20px;
    font-family: 'teleNeo-bold' !important;
    line-height: 1.2;
    margin: 10px 0;
    position: relative;
    padding-bottom: 20px;
    min-height: 100px;
}

#dhc .column-wrapper .column .price-wrapper .no-price span {
    font-family: 'teleNeo-bold' !important;
    font-size: 28px;
    text-align: center;
}

#dhc #v-pills-messages .column {
    min-height: 250px;
}

    #dhc #v-pills-messages .column .price-wrapper {
        border-bottom: 0;
    }

    #dhc #v-pills-messages .column .hdp-price-left span {
        color: black;
    }

#dhc .footnotes {
    padding: 15px;
    color: rgba(0, 0, 0, .5);
}

#dhc .infos {
    position: relative;
    background-image: url(../content/images/web-hosting/section6-bg.png);
    height: 100%;
    width: 100%;
    background-size: cover;
    padding-bottom: 2%;
}

    #dhc .infos .panel-group {
        margin-bottom: 20px;
    }

        #dhc .infos .panel-group .panel {
            border-radius: 0;
            margin-bottom: 0;
            background: transparent;
            border: 0 !important;
            box-shadow: none;
        }

    #dhc .infos .panel-default > .panel-heading {
        background-image: unset;
        padding-top: 55px;
        padding-bottom: 0;
        background: transparent;
        position: relative;
    }

    #dhc .infos h4.more-info {
        position: relative;
        background-color: #e20074;
        width: 300px;
        bottom: 0;
        margin: 0;
        padding: 15px 12px;
        color: #fff;
        left: 30px;
        font-size: 20px;
        background: transparent linear-gradient(97deg,#c80c6d 0%,#e20074 100%) 0% 0% no-repeat padding-box;
    }

        #dhc .infos h4.more-info span {
            position: relative;
            display: block;
            margin-left: 0;
        }

            #dhc .infos h4.more-info span:before {
                content: 'i';
                position: relative;
                border: 2px solid #fff;
                padding: 1px 11px;
                border-radius: 50px;
                display: inline;
                float: left;
                margin-right: 12px;
                top: -3px;
                font-size: 17px;
                left: 2px;
            }

        #dhc .infos h4.more-info a,
        #dhc .infos h4.more-info a span {
            color: inherit;
        }

    #dhc .infos .panel-group .panel-default .panel-body {
        border: 0 !important;
        margin-top: 0;
        padding: 0;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 10px 46px #0000001a;
        width: 100%;
    }

    #dhc .infos .wrapper {
        position: relative;
        height: 100%;
        width: 100%;
        overflow: hidden;
        padding: 20px;
    }

        #dhc .infos .wrapper .box {
            position: relative;
            width: 50%;
            display: inline;
            float: left;
            padding: 15px 20px !important;
        }

    #dhc .infos .btn-wrapper {
        position: relative;
        margin: 0px auto;
        width: 60%;
        text-align: center;
        overflow: hidden;
        padding: 50px 0 0px;
    }

    #dhc .infos ul li {
        font-size: 18px;
    }

    #dhc .infos ul.custom li {
        position: relative;
        font-size: 18px;
        background-image: none;
    }

        #dhc .infos ul.custom li:before {
            content: '';
            position: absolute;
            width: 7px;
            height: 7px;
            background: transparent;
            border: 1px solid #e20074;
            border-radius: 50px;
            left: -5px;
            top: 0;
            margin: auto 0;
            bottom: 0;
        }

@media(min-width: 320px) and (max-width: 400px) {
    #dhc .main-banner:before {
        width: 100%;
        height: 70% !important;
        background-size: cover !important;
    }

    #dhc .main-banner .header {
        width: 90%;
        position: absolute;
    }

        #dhc .main-banner .header h1 {
            font-size: 23px;
        }
}

@media(max-width: 767px) {

    #dhc .main-banner:before {
        width: 80%;
        height: 100%;
        background-size: contain;
    }

    #dhc .main-banner .header {
        width: 60%;
        position: absolute;
    }

        #dhc .main-banner .header h1 {
            font-size: 25px;
        }

    #dhc .wrap-title h2 {
        position: relative;
        width: 90%;
        text-align: center;
        margin: 0 auto 30px auto;
        background-color: black;
        color: white;
        text-transform: uppercase;
        font-size: 25px;
        bottom: -60px;
    }

    #dhc .wrap.white .text-wrap {
        flex-direction: column;
        padding: 20px;
    }

        #dhc .wrap.white .text-wrap p {
            padding: 0;
        }

    #dhc .web-hosting p {
        font-size: 18px;
        padding: 0 20px;
    }

    #dhc .dc-tab_content .wrap {
        flex-direction: column;
    }

        #dhc .dc-tab_content .wrap .box-wrap {
            position: relative;
            text-align: left;
            width: 100%;
        }


    #dhc .tab-content .table-responsive {
        overflow: auto;
    }

    #dhc .tab-content table {
        width: 100%;
        overflow-x: scroll;
        display: block;
    }

    #dhc .tab-content .box-wrap {
        flex-direction: column;
    }

        #dhc .tab-content .box-wrap .box {
            width: 100%;
            min-height: 310px;
            margin: 15px 0;
        }

            #dhc .tab-content .box-wrap .box h3,
            #dhc .tab-content .column-wrapper .column h3 {
                background: transparent;
                text-align: center;
            }

    #dhc .column-wrapper {
        flex-direction: column;
    }

        #dhc .column-wrapper .column {
            width: 100%;
            margin: 15px 0 !important;
        }

    #dhc .infos .panel-group .panel {
        border-radius: 0;
        margin-bottom: 0;
    }

    #dhc .infos .panel-default > .panel-heading {
        padding-top: 55px;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }

    #dhc .infos h4.more-info {
        left: 0;
        width: 100%;
    }

    #dhc .infos .wrapper .box {
        position: relative;
        width: 100%;
        display: block;
        float: none;
        padding: 0px !important;
    }

    #dhc .infos .btn-wrapper {
        width: 100%;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    #dhc .main-banner:before {
        width: 65%;
    }

    #dhc .main-banner .header {
        width: 50%;
        position: absolute;
    }

        #dhc .main-banner .header h1 {
            font-size: 28px;
        }

    div.ict-integrated section.content h2 {
        width: 450px;
        font-size: 30px;
    }

    #dhc .wrap.white ul#myTab-ict li {
        min-height: 100px;
        width: 23%;
        padding: 10px;
    }

    #dhc .dc-tab_content .wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
        align-content: flex-start;
        flex-direction: row;
    }

        #dhc .dc-tab_content .wrap .box-wrap {
            width: 50%;
            margin: 0 auto;
        }

    #dhc #tab-3.dc-tab_content .wrap .box-wrap h4 {
        font-size: 18px;
    }

    #dhc section.uslugi .flex-container ul > li {
        width: 30%;
        margin: 0 10px;
    }

    #dhc .tab-content .box-wrap .box h3 {
        font-size: 19px;
    }

    #dhc .hdp-price-left span {
        font-size: 25px;
    }

    #dhc .column-wrapper .column {
        min-height: 310px;
        margin: 0 15px 20px;
    }
}

@media(max-width: 991px) {
    #dhc .wrap.white {
        margin-top: 0;
        margin-bottom: 30px;
        padding-top: 60px;
        padding-bottom: 40px;
        width: 100%;
        position: relative;
        min-height: inherit;
    }

        #dhc .wrap.white h3.dc-tab_drawer_heading {
            margin: 10px 0;
        }

    #dhc section.uslugi .wrapper h2 {
        position: relative;
        top: 0;
        width: 100%;
    }

    #dhc section.content {
        position: relative;
        height: auto;
    }

    #dhc .uslugi {
        padding-top: 0;
    }

    #dhc section.uslugi .wrapper nav {
        float: none;
        width: 100%;
        height: auto;
        padding-top: 10px;
        padding-left: unset;
        position: relative;
        top: 0;
        display: block;
        left: 0;
        margin-right: 0;
    }

    #dhc .content {
        height: auto;
    }

    #dhc section.uslugi article {
        width: 100%;
        display: block;
    }
}

@media(min-width: 992px) and (max-width: 1199px) {
    #dhc .main-banner:before {
        width: 50%;
    }

    #dhc .main-banner .header {
        width: 30%;
    }

        #dhc .main-banner .header h1 {
            font-size: 28px;
        }

    #dhc section.content {
        padding: 10% 0 2%;
        height: auto;
    }

    #dhc .column-wrapper .column {
        margin: 15px 10px;
    }

    #dhc .wrap.white {
        width: 100%;
        position: relative;
    }

        #dhc .wrap.white ul#myTab-ict li {
            padding: 30px 10px;
        }

    #dhc section.uslugi .wrapper nav {
        margin-right: 30px;
    }

    #dhc .uslugi {
        padding-top: 0;
    }

    #dhc .column-wrapper .column h3 {
        min-height: 130px;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    #dhc .main-banner .header {
        width: 35%;
        position: absolute;
    }

        #dhc .main-banner .header h1 {
            font-size: 36px;
        }

    #dhc .wrap.white {
        position: relative;
    }

    #dhc section.content {
        height: auto;
    }

    #dhc .uslugi {
        padding-top: 0;
    }
}

@media(min-width: 1550px) {
    #dhc .main-banner:before {
        width: 45%;
        background-size: cover;
        height: 100%;
    }

    #dhc .main-banner .header {
        bottom: 30px;
    }
}
/*#endregion data hostin centar*/




/*#region cookie consent css*/
#settingsModal.gdprSettings.in .wrapper h3:before {
    display: none;
}

#settingsModal, #cookiesModal {
    display: none;
}

    #settingsModal.in, #cookiesModal.in {
        display: block;
    }


    #settingsModal .btn-magen:hover {
        background: #c00052 !important;
        text-decoration: none;
        color: #fff;
        border: 1px solid #af005a;
        -webkit-transition: all .2s ease-in-out !important;
        -moz-transition: all .2s ease-in-out !important;
        -o-transition: all .2s ease-in-out !important;
        transition: all .2s ease-in-out !important;
    }

    #settingsModal .btn-magen {
        -webkit-transition: all .2s ease-in-out !important;
        -moz-transition: all .2s ease-in-out !important;
        -o-transition: all .2s ease-in-out !important;
        transition: all .2s ease-in-out !important;
        font-size: 16px;
        padding: 5px 20px;
        filter: none;
        color: #fff;
        max-width: inherit;
        width: auto;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        display: inline-block;
        border: 0;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin: 0 auto;
        background: #e20074;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #settingsModal.gdprSettings.in ul li a.link {
        color: #000;
        text-decoration: underline;
        font-size: 16px;
    }

    #cookiesModal ul, #settingsModal ul {
        margin-top: 0;
        margin-bottom: 0px;
        list-style: none;
        padding: 0px;
        overflow: hidden;
    }

    #cookiesModal .modal-dialog, #settingsModal .modal-dialog {
        position: relative;
        width: auto;
        margin: 10px;
        background: white;
        border-radius: 4px;
    }

    #cookiesModal.modal.in .modal-dialog, #settingsModal.modal.in .modal-dialog {
        -webkit-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    #cookiesModal.modal.fade .modal-dialog, #settingsModal.modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }



@media (min-width: 768px) {
    #cookiesModal .modal-dialog, #settingsModal .modal-dialog {
        width: 100%;
        margin: 30px auto;
        height: 450px;
        top: 20%;
    }

    #settingsModal .modal-dialog {
        top: 10%;
        max-height: 75vh;
        height: 100%;
    }
}

#cookiesModal a,
#settingsModal a {
    text-decoration: none;
    font-family: 'teleNeo-regular';
}

#cookiesModal p,
#settingsModal p {
    font-family: 'teleNeo-regular';
}

#cookiesModal .modal-body,
#settingsModal .modal-body {
    position: relative;
    padding: 15px;
}

    #cookiesModal .modal-body a,
    #settingsModal .modal-body a {
        color: #00a0de;
        text-decoration: none;
        transition: all ease-in .3s;
    }

        #cookiesModal .modal-body a:hover,
        #settingsModal .modal-body a:hover {
            text-decoration: underline;
            transition: all ease-in .3s;
        }

#cookiesModal .btn,
#settingsModal .btn {
    display: inline-block;
    padding: 9px 15px !important;
    margin-bottom: 0;
    font-size: 16px !important;
    font-family: 'teleNeo-bold' !important;
    font-weight: normal;
    line-height: 1.4 !important;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    text-shadow: none;
    height: 100%;
    margin-top: 0 !important;
}



#cookiesModal .modal-content,
#settingsModal .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}

#cookiesModal.cookies.gdpr.in,
#settingsModal.gdprSettings.in {
    display: block;
}

@media (min-width: 640px) {
    .gdpr .modal-content {
        margin: 0;
        max-width: 95%;
    }
}

@media (min-width: 1200px) {
    .gdpr .modal-content {
        max-width: 79%;
    }
}

@media (min-width: 1344px) {
    .gdpr .modal-content {
        max-width: 1215px;
        width: 81% !important;
    }
}


.gdpr .modal-content {
    box-shadow: none !important;
}

#cookiesModal.cookies.gdpr.in {
    display: block;
    position: fixed;
    bottom: 0;
    height: 100%;
    top: inherit;
    box-shadow: 0 0 35px 7px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 35px 7px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 35px 7px rgba(0, 0, 0, 0.08);
    z-index: 9999;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 99999;
}

    #cookiesModal.cookies.gdpr.in .modal-content {
        padding: 48px 24px;
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden;
        border-radius: 0;
        border: 0;
    }

@media (min-width: 640px) {
    #cookiesModal.cookies.gdpr.in .modal-content {
        padding: 48px;
    }
}

#cookiesModal.cookies.gdpr.in .modal-dialog {
    position: relative;
    bottom: 0;
    width: 100%;
    border-radius: 0;
    margin: 0;
    height: 100%;
    top: initial;
    padding: 0;
    transform: none;
    background: rgba(0, 0, 0, .3);
    max-width: 100% !important;
}

#cookiesModal.cookies.gdpr.in .modal-footer {
    width: 100%;
    position: relative;
    text-align: left;
}

#settingsModal.gdprSettings.in {
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 99999;
    background: rgba(0, 0, 0, .3);
    height: 100%;
}



#cookiesModal.cookies.gdpr.in .modal-header,
#cookiesModal.cookies.gdpr.in .modal-body,
#cookiesModal.cookies.gdpr.in .modal-footer {
    border: 0;
    padding: 0px 0px;
}

#settingsModal.gdprSettings.in .modal-header,
#settingsModal.gdprSettings.in .modal-body,
#settingsModal.gdprSettings.in .modal-footer {
    border: 0;
    padding: 0px;
}

#cookiesModal.cookies.gdpr.in .modal-content {
    padding: 48px 24px !important;
    margin: 0;
    width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 4px;
}

@media (min-width: 640px) {
    #cookiesModal.cookies.gdpr.in .modal-content {
        padding: 48px !important;
    }
}

#settingsModal.gdprSettings.in .modal-content {
    overflow-y: scroll;
    height: 100%;
    /* padding: 30px 20px;*/
    margin: 0;
}

.cookies.gdpr .modal-body::-webkit-scrollbar {
    width: 4px;
    background: lightgray;
    background-color: lightgray;
}

.cookies.gdpr .modal-body::-webkit-scrollbar-thumb {
    background: #e20074;
    background-color: #e20074;
    border-radius: 3px;
}

.cookies.gdpr .modal-body::-webkit-scrollbar-track {
    background: lightgray;
    background-color: lightgray;
}


#settingsModal.gdprSettings.in .modal-content::-webkit-scrollbar {
    width: 4px;
    background: lightgray;
    background-color: lightgray;
}

#settingsModal.gdprSettings.in .modal-content::-webkit-scrollbar-thumb {
    background: #e20074;
    background-color: #e20074;
    border-radius: 3px;
}

#settingsModal.gdprSettings.in .modal-content::-webkit-scrollbar-track {
    background: lightgray;
    background-color: lightgray;
}



#settingsModal.gdprSettings.in .modal-header .close {
    margin-top: 5px;
    margin-right: 0px;
    font-size: 28px;
    z-index: 3;
    position: relative;
    cursor: pointer;
}

#settingsModal ::-webkit-scrollbar {
    width: 8px;
    height: 10px;
    border-radius: 8px;
}

#settingsModal ::-webkit-scrollbar-track {
    background: #ddd;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

#settingsModal ::-webkit-scrollbar-thumb {
    background: #bbb;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

#cookiesModal.cookies.gdpr.in h2 {
    text-transform: none;
    color: #262626;
    font-family: 'teleNeo-bold' !important;
    font-size: 21px;
    margin-top: 0;
    position: relative;
    top: 5px;
}

@media(min-width: 1024) {
    #settingsModal.gdprSettings.in h2 {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 24px;
    }
}

@media (min-width: 640px) {
    #settingsModal.gdprSettings.in h2 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 18px;
    }
}

#cookiesModal.cookies.gdpr.in p {
    font-size: 18px;
    color: black;
    line-height: 1.2;
    margin-top: 0px;
}

#settingsModal.gdprSettings.in p {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #262626 !important;
    margin-bottom: 0px;
    margin-top: 4px;
}

@media (min-width: 1024px) {
    #settingsModal.gdprSettings.in p {
        font-size: 18px;
        line-height: 24px;
    }
}


#cookiesModal.cookies.gdpr.in ul.linkarea li {
    display: inline;
    margin: 0px 10px 0px 0;
}

    #cookiesModal.cookies.gdpr.in ul.linkarea li a {
        padding: 9px 15px;
        font-size: 15px;
        border-radius: 0;
        font-size: 15px;
        font-family: 'teleNeo-bold' !important;
        border-radius: 8px;
    }

        #cookiesModal.cookies.gdpr.in ul.linkarea li a#custom-cookies-btn {
            /* color: #333;
            border: 1px solid;*/
            transition: all .3s ease-in-out !important;
            background: transparent;
            background-color: transparent;
            color: #262626;
            border: 1px solid #b2b2b2;
            border-radius: 4px;
            box-shadow: none;
            text-shadow: none;
            box-sizing: border-box;
            cursor: pointer;
            display: inline-block;
            justify-content: center;
            padding: 10px 20px !important;
            vertical-align: middle;
            font-family: Consent-TeleNeo, sans-serif;
            font-size: 18px !important;
            margin: 0;
            flex-grow: 1;
            flex-shrink: 0;
            height: initial;
            width: initial;
            line-height: initial !important;
        }

            #cookiesModal.cookies.gdpr.in ul.linkarea li a#custom-cookies-btn:hover {
                transition: all .3s ease-in-out !important;
                text-decoration: none;
                background: rgba(0, 0, 0, 0.15);
                font-family: Consent-TeleNeo, sans-serif;
                -webkit-font-smoothing: inherit;
                box-shadow: none;
                border-color: #b2b2b2;
            }



        #cookiesModal.cookies.gdpr.in ul.linkarea li a#all-cookies-btn {
            line-height: initial !important;
            font-size: 18px !important;
            padding: 10px 15px !important;
            border-radius: 4px !important;
        }

        #cookiesModal.cookies.gdpr.in ul.linkarea li a#required-cookies-btn {
            background-color: #e20074;
            color: white;
            transition: all .3s ease-in-out !important;
            border-radius: 4px !important;
            font-size: 18px !important;
            padding: 8px 15px !important;
        }

        #cookiesModal.cookies.gdpr.in ul.linkarea li a#all-cookies-btn,
        #cookiesModal.cookies.gdpr.in ul.linkarea li a#required-cookies-btn {
            background-color: #e20074;
            color: white;
            transition: all .3s ease-in-out !important;
        }

            #cookiesModal.cookies.gdpr.in ul.linkarea li a#all-cookies-btn:hover,
            #cookiesModal.cookies.gdpr.in ul.linkarea li a#required-cookies-btn:hover {
                background: #c00052 !important;
                text-decoration: none;
                color: #fff;
                transition: all .3s ease-in-out !important;
            }

#settingsModal.gdprSettings label {
    background-image: none !important;
}

#settingsModal.gdprSettings.in .wrapper {
    margin: 0px 0px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
}

    #settingsModal.gdprSettings.in .wrapper .header {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-between;
    }

        #settingsModal.gdprSettings.in .wrapper .header .title {
            position: relative;
        }

    #settingsModal.gdprSettings.in .wrapper h3 {
        color: #262626;
        font-family: 'teleNeo-bold' !important;
        font-size: 18px;
        margin: 0px 0px;
        line-height: 24px;
        font-weight: normal;
    }

@media (min-width: 1024px) {
    #settingsModal.gdprSettings.in .wrapper h3 {
        font-size: 20px;
        line-height: 26px;
    }
}

/*#settingsModal.gdprSettings.in .wrapper h3.cookies-obligatory {
    padding-left: 60px;
}*/

#settingsModal .modal-body .title svg {
    vertical-align: middle;
    width: 30px;
    margin-right: 5px;
    margin-top: -5px;
}


#settingsModal.gdprSettings.in ul.linkarea {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 30px;
}

    #settingsModal.gdprSettings.in ul.linkarea li:first-of-type {
        position: absolute;
        /*left: 30px;*/
        right: 205px;
        margin-top: 0px;
    }

#settingsModal.gdprSettings.in ul li a.link {
    color: #2997e5;
    text-decoration: underline;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}

    #settingsModal.gdprSettings.in ul li a.link:hover {
        color: black;
        transition: all 0.3s ease-in-out;
    }

#settingsModal.gdprSettings.in ul li #change-ok {
    box-shadow: none;
    text-shadow: none;
    margin-right: 30px;
    background-color: transparent;
    color: #262626;
    border: 1px solid #b2b2b2 !important;
    border-radius: 4px;
}

    #settingsModal.gdprSettings.in ul li #change-ok:focus,
    #settingsModal.gdprSettings.in ul li #change-ok-all:focus {
        outline: none;
    }

#settingsModal.gdprSettings.in::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

#settingsModal.gdprSettings.in .modal-content ::-webkit-scrollbar {
    width: 5px;
}

#settingsModal.gdprSettings.in .modal-content ::-webkit-scrollbar-track {
    background: #ddd;
}

#settingsModal.gdprSettings.in .modal-content ::-webkit-scrollbar-thumb {
    background: #e20074;
}


#settingsModal.gdprSettings .toggle {
    position: relative;
    right: 0;
    top: 0px;
    height: 30px;
    display: block;
    width: 140px;
}

    #settingsModal.gdprSettings .toggle .slide-toggle {
        position: relative;
        display: inline-block;
        display: block;
        width: 100%;
        height: 100%;
    }

        #settingsModal.gdprSettings .toggle .slide-toggle label span {
            position: absolute;
            right: -90px;
            z-index: 3;
            color: #666;
            font-family: 'teleNeo-medium' !important;
            font-size: 13px;
            text-align: right;
        }

        #settingsModal.gdprSettings .toggle .slide-toggle label.yes span {
            right: -90px;
        }

#settingsModal.gdprSettings.in .wrapper:first-of-type .toggle {
    width: 140px;
}

    #settingsModal.gdprSettings.in .wrapper:first-of-type .toggle label span {
        right: -90px;
    }

#settingsModal.gdprSettings .toggle .slide-toggle input {
    position: absolute;
    left: -10px;
    top: 0;
    margin: 0;
    padding: 8px 30px 8px 24px;
    display: block;
    z-index: 4;
    opacity: 0;
    cursor: pointer;
    width: 50px;
    height: 100%;
}

    #settingsModal.gdprSettings .toggle .slide-toggle input[type=checkbox]:disabled {
        cursor: not-allowed;
    }

        #settingsModal.gdprSettings .toggle .slide-toggle input[type=checkbox]:disabled + .yes {
            background-color: rgba(70, 168, 0, .65);
            border: 1px solid rgba(70, 168, 0, .65);
            border-radius: 15px;
            box-shadow: rgba(70, 168, 0, .65) 0px 0px 0px;
        }

        #settingsModal.gdprSettings .toggle .slide-toggle input[type=checkbox]:disabled + span {
            opacity: 1 !important;
        }

    #settingsModal.gdprSettings .toggle .slide-toggle input + .yes {
        opacity: 0;
        background-color: rgb(70, 168, 0);
        border: 1px solid rgb(70, 168, 0);
        border-radius: 15px;
        box-shadow: rgb(70, 168, 0) 0px 0px 0px;
    }

        #settingsModal.gdprSettings .toggle .slide-toggle input + .yes i {
            left: 1px;
            right: auto;
        }

        #settingsModal.gdprSettings .toggle .slide-toggle input + .yes + .no {
            opacity: 1;
            background-color: rgb(194, 195, 193);
            border: 1px solid rgb(194, 195, 193);
            border-radius: 15px;
            box-shadow: rgb(194,195, 193) 0px 0px 0px;
        }

            #settingsModal.gdprSettings .toggle .slide-toggle input + .yes + .no i {
                left: 1px;
                right: auto;
            }

    #settingsModal.gdprSettings .toggle .slide-toggle input:checked + .yes,
    #settingsModal.gdprSettings .toggle .slide-toggle input:checked + span.yes {
        opacity: 1;
    }

        #settingsModal.gdprSettings .toggle .slide-toggle input:checked + .yes i {
            right: 1px;
            left: auto;
        }

        #settingsModal.gdprSettings .toggle .slide-toggle input:checked + .yes + .no,
        #settingsModal.gdprSettings .toggle .slide-toggle input:checked + label.yes + label.no + span.no {
            opacity: 0;
        }

            #settingsModal.gdprSettings .toggle .slide-toggle input:checked + .yes + .no i {
                right: 1px;
                left: auto;
            }

#settingsModal.gdprSettings .toggle .slide-toggle .yes {
    text-align: left;
    min-width: 50px;
    padding: 12px 0px;
}

#settingsModal.gdprSettings .toggle .slide-toggle .no {
    text-align: right;
    min-width: 50px;
    padding: 12px 0px;
}

#settingsModal.gdprSettings .toggle .slide-toggle .yes,
#settingsModal.gdprSettings .toggle .slide-toggle .no {
    position: absolute;
    left: -10px;
    top: 0;
    color: white;
    border-radius: 18px;
    text-align: center;
    width: 50px;
}

#settingsModal.gdprSettings .toggle span {
    position: absolute;
    right: 0;
    color: #333;
    top: 5px;
    font-size: 13px;
    bottom: 0;
    margin: auto 0;
    vertical-align: middle;
    height: auto;
}

#settingsModal.gdprSettings .toggle .slide-toggle .yes i,
#settingsModal.gdprSettings .toggle .slide-toggle .no i {
    display: block;
    font-size: 32px;
    position: absolute;
    top: 0;
    color: #fff;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: white;
    bottom: 0;
    margin: auto;
}

div#cookies-mkt h1 {
    font-size: 37px;
    font-family: 'teleNeo-extra' !important;
    margin: 60px auto;
    text-align: center;
}

div#cookies-mkt * {
    font-size: 18px;
    line-height: 1.2;
}

div#cookies-mkt .gray-bcg {
    background: #f5f5f5;
    padding: 20px;
    text-align: left;
}

div#cookies-mkt h2 {
    font-size: 24px;
    margin: 30px 0 20px 0;
    font-family: 'teleNeo-bold' !important;
}

div#cookies-mkt h3 {
    font-size: 26px;
    font-family: 'teleNeo-bold' !important;
    margin: 20px 0 30px;
    color: #e20074;
}

div#cookies-mkt {
    position: relative;
    margin-bottom: 110px;
}

    div#cookies-mkt .panel-default .panel-title {
        padding: 0;
    }

        div#cookies-mkt .panel-default .panel-title a {
            width: 100%;
            display: block;
            font-size: 19px;
            position: relative;
            color: black;
            text-decoration: none;
        }

            div#cookies-mkt .panel-default .panel-title a.collapsed:after {
                content: ']$';
                font-family: 'teleicon-outline';
                position: absolute;
                color: #e20074;
                font-size: 22px;
                top: 0px;
                right: 20px;
                margin: auto;
                transform: rotateZ(0deg);
                transition-property: transform;
                transition-duration: .25s;
            }

            div#cookies-mkt .panel-default .panel-title a:after {
                content: ']$';
                font-family: 'teleicon-outline';
                position: absolute;
                color: #e20074;
                font-size: 22px;
                top: 0px;
                right: 20px;
                margin: auto;
                transform: rotateZ(-180deg);
                transition-property: transform;
                transition-duration: .25s;
            }

#settingsModal button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

#settingsModal .close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
}

#settingsModal .modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.5);
}

@media (max-width: 640px) {
    .gdpr .modal-content {
        width: 95% !important;
    }
}

@media(max-width: 767px) {
    div#cookies-mkt h1 {
        font-size: 25px;
        margin: 30px auto;
    }

    #settingsModal.gdprSettings.in .wrapper .header {
        display: flex;
        flex-direction: column;
    }

    #settingsModal .modal-dialog {
        height: 70vh;
        padding: 0;
        top: 50px;
        max-width: 100%;
    }

    .modal-content {
        padding: 25px 20px 70px !important;
    }

    .gdpr .modal-content {
        padding-bottom: 35px !important;
    }

    #settingsModal.gdprSettings.in ul.linkarea li:first-of-type {
        position: relative;
        left: 0;
        text-align: right;
    }

    #settingsModal.gdprSettings .toggle {
        width: 50px !important;
        height: 50px;
    }

        #settingsModal.gdprSettings .toggle,
        #settingsModal.gdprSettings .toggle .slide-toggle {
            top: 8px;
        }

    #settingsModal.gdprSettings.in h2 {
        width: 90%;
    }

    #settingsModal.gdprSettings.in ul.linkarea {
        display: block;
        overflow: hidden;
    }

        #settingsModal.gdprSettings.in ul.linkarea li {
            margin: 10px 10px 0 0;
            display: block;
            width: 100%;
        }

    #cookiesModal.cookies.gdpr.in ul.linkarea li {
        /*margin: 10px 0px 0 0;*/
        display: inline-block;
        width: auto;
    }

    #settingsModal.gdprSettings.in ul.linkarea li button {
        margin-right: 0 !important;
    }

    #cookiesModal.cookies.gdpr.in ul.linkarea li {
        /*float: left !important;*/
    }

    #settingsModal.gdprSettings.in .wrapper h3 {
        font-size: 18px;
    }



    #settingsModal.gdprSettings.in .modal-header .close {
        margin-top: 0px;
        margin-right: 0px;
        font-size: 28px;
        z-index: 2;
    }
}




/*#endregion cookie consent css*/


/*#region ekstra pridobivki redesign*/
#ekstra-pridobivki .main-banner {
    background-size: cover;
    min-height: 400px;
    background-position: center;
    position: relative;
    padding: 5% 0;
}

#ekstra-pridobivki.postpejd section.main-banner {
    background-image: url(../content/images/ekstra-pridobivki-red/baner-ekstra-pridobivki.jpg);
}

#ekstra-pridobivki.pripejd section.main-banner {
    background-image: url(../content/images/ekstra-pridobivki-red/ekstra-pridobivki-pripejd-banner.jpg);
}

#ekstra-pridobivki .header {
    width: 30%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
    position: relative;
}

    #ekstra-pridobivki .header .ec {
        position: absolute;
        right: 0;
        top: -20px;
        width: 100px;
    }

    #ekstra-pridobivki .header svg {
        position: relative;
        margin: 20px 0;
    }

    #ekstra-pridobivki .header h1 {
        color: white;
        font-size: 59px;
        font-family: 'teleNeo-extra' !important;
    }

    #ekstra-pridobivki .header h2 {
        text-transform: uppercase;
        color: white;
        font-size: 32px;
    }

#ekstra-pridobivki p {
    font-size: 19px;
}

    #ekstra-pridobivki p.small {
        font-size: 15px;
        color: #7E7E7E;
    }

#ekstra-pridobivki .white-section {
    position: relative;
    padding: 3% 0;
}

#ekstra-pridobivki .text-wrap {
    position: relative;
    padding: 0 13%;
    margin-bottom: 50px !important;
}

    #ekstra-pridobivki .text-wrap strong {
        display: block;
    }

#ekstra-pridobivki .gray-box-wrap {
    background: rgba(176, 176, 212, .2);
    border-radius: 8px;
    margin: 30px 0;
    padding: 30px 13%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 93%;
}

    #ekstra-pridobivki .gray-box-wrap .ec {
        position: absolute;
        right: 40px;
        top: -70px;
    }

    #ekstra-pridobivki .gray-box-wrap h3 {
        font-size: 32px;
        font-family: 'teleNeo-extra' !important;
        margin: 0;
        padding: 0;
    }

    #ekstra-pridobivki .gray-box-wrap h4 {
        font-size: 24px;
        font-family: 'teleNeo-bold' !important;
        padding: 0;
        margin: 10px 0 30px;
    }

        #ekstra-pridobivki .gray-box-wrap h4 span {
            display: inline-block;
            font-family: 'teleNeo-extra' !important;
        }

#ekstra-pridobivki section.gray-section {
    position: relative;
    background-image: url(../content/images/ekstra-pridobivki-red/paketi-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

#ekstra-pridobivki.postpejd section.gray-section {
    padding-top: 5%;
    margin-top: 80px;
    padding-bottom: 5%;
}

#ekstra-pridobivki.pripejd section.gray-section {
    padding-top: 5%;
    margin-top: 70px;
    padding-bottom: 5%;
}

#ekstra-pridobivki .tabs ul {
    border: 0;
    position: relative;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: -190px;
}

    #ekstra-pridobivki .tabs ul li {
        width: 20%;
        text-align: center;
        background: white;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 20px 66px rgba(106, 106, 129, .16);
        border-radius: 8px;
        transition: all ease-in .3s;
    }

#ekstra-pridobivki.pripejd .tabs ul li {
    width: 35% !important;
}

#ekstra-pridobivki .tabs ul li a {
    height: 100%;
    padding: 20px 30px;
    width: 100%;
    border: 0;
    font-size: 50px;
    font-family: 'teleNeo-extra' !important;
    color: black;
    display: block;
    transition: all ease .3s;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    align-content: center;
    text-align: center;
}

#ekstra-pridobivki.pripejd .tabs ul li a {
    display: inline-block;
    font-size: 40px;
}

    #ekstra-pridobivki.pripejd .tabs ul li a span {
        font-family: 'teleNeo-regular' !important;
        font-size: 18px;
    }

#ekstra-pridobivki .tabs ul li a svg {
    position: relative;
    top: 0;
    bottom: 0;
    margin: auto 0;
    transition: all ease-in .3s;
}

#ekstra-pridobivki .tabs ul li.active svg * {
    fill: white;
    transition: all ease-in .3s;
}

#ekstra-pridobivki .tabs ul li a span {
    font-size: 50px;
    font-family: 'teleNeo-extra' !important;
}

#ekstra-pridobivki .tabs ul li:hover,
#ekstra-pridobivki .tabs ul li.active {
    background: transparent linear-gradient(0deg, #E20074 0%, #E20074 50%, #FF2495 100%) 0% 0% no-repeat padding-box;
    transition: all ease-in .3s;
}

    #ekstra-pridobivki .tabs ul li:hover a,
    #ekstra-pridobivki .tabs ul li.active a {
        color: white !important;
        background: transparent;
        transition: all ease .3s;
    }

#ekstra-pridobivki .tabs ul li a:hover {
    background: transparent;
    transition: all ease .3s;
}

#ekstra-pridobivki .tabs ul li.active a:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: white;
    height: 5px;
    border-radius: 8px;
}

#ekstra-pridobivki .tab-content {
    position: relative;
    background: white;
    box-shadow: 0px 20px 66px rgba(106, 106, 129, .16);
    padding: 40px;
    margin: 60px 0;
    background-image: url(../content/images/ekstra-pridobivki-red/opcii-box-shape.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
}

#ekstra-pridobivki ul.custom-ul-list {
    position: relative;
    width: 60%;
}

    #ekstra-pridobivki ul.custom-ul-list li {
        margin: 15px 0;
        font-size: 20px;
        position: relative;
        padding-left: 25px;
    }

        #ekstra-pridobivki ul.custom-ul-list li p {
            margin-bottom: 0;
        }

        #ekstra-pridobivki ul.custom-ul-list li span.line-through {
            text-decoration: line-through;
        }

        #ekstra-pridobivki ul.custom-ul-list li:before {
            content: '';
            position: absolute;
            left: 0;
            width: 7px;
            height: 7px;
            background: #e20074;
            top: 10px;
            border-radius: 50px;
            margin: auto 0;
        }

        #ekstra-pridobivki ul.custom-ul-list li label {
            color: #7E7E7E;
            font-size: 16px;
            font-family: 'teleNeo-regular' !important;
        }

        #ekstra-pridobivki ul.custom-ul-list li a {
            text-decoration: underline;
            color: #e20074;
            font-family: 'teleNeo-medium' !important;
        }

#ekstra-pridobivki .app-area {
    position: absolute;
    right: 60px;
    bottom: 45px;
}

    #ekstra-pridobivki .app-area p {
        font-size: 32px !important;
        font-family: 'teleNeo-bold' !important;
        text-align: center;
        line-height: 1.2;
    }

    #ekstra-pridobivki .app-area a {
        display: block;
        font-size: 22px;
        color: black;
        text-decoration: underline;
    }

#ekstra-pridobivki section.additional-info {
    position: relative;
    background: white;
    padding: 3% 0;
    box-shadow: 0 0 60px 20px rgba(0, 0, 0, 0.05);
}

    #ekstra-pridobivki section.additional-info h3 {
        font-family: 'teleNeo-extra' !important;
        text-align: center;
        font-size: 32px;
        margin: 0 0 40px 0;
    }

    #ekstra-pridobivki section.additional-info ul {
        width: 100%;
    }

@media (min-width: 320px) and (max-width: 450px) {
    #ekstra-pridobivki .header {
        width: 100% !important;
    }

        #ekstra-pridobivki .header .ec {
            position: absolute;
            right: 50px !important;
            top: 10px;
            width: 90px;
        }

    #ekstra-pridobivki .tabs ul {
        justify-content: space-between;
        align-items: center;
    }

    #ekstra-pridobivki.pripejd .tabs ul li {
        width: 45% !important;
        height: 110px !important;
    }

        #ekstra-pridobivki.pripejd .tabs ul li a {
            font-size: 18px;
            padding: 20px 10px;
            line-height: 1.2;
            height: 100%;
            display: block;
        }

            #ekstra-pridobivki.pripejd .tabs ul li a span {
                font-family: 'teleNeo-regular' !important;
                font-size: 16px;
            }
}

@media(max-width: 767px) {
    #ekstra-pridobivki section.main-banner {
        min-height: 300px;
        background-position: 20% 50%;
        padding: 0% 0;
    }

    #ekstra-pridobivki .header {
        width: 55%;
    }

        #ekstra-pridobivki .header .ec {
            position: absolute;
            right: 0;
            top: 10px;
            width: 90px;
        }

        #ekstra-pridobivki .header h1 {
            font-size: 39px;
        }

        #ekstra-pridobivki .header h2 {
            font-size: 22px;
        }

    #ekstra-pridobivki .text-wrap {
        padding: 0 0%;
    }

    #ekstra-pridobivki .gray-box-wrap {
        position: relative;
    }

        #ekstra-pridobivki .gray-box-wrap .ec {
            position: absolute;
            right: 0;
            top: -50px;
            width: 90px;
        }

        #ekstra-pridobivki .gray-box-wrap h3 {
            font-size: 25px;
        }

        #ekstra-pridobivki .gray-box-wrap h4 {
            font-size: 20px;
        }

    #ekstra-pridobivki .gray-box-wrap {
        margin: 30px auto;
        padding: 30px 5%;
    }

    #ekstra-pridobivki section.gray-section {
        padding-top: 25% !important;
    }

    #ekstra-pridobivki .tabs ul li {
        width: auto;
    }

    #ekstra-pridobivki.pripejd .tabs ul li {
        width: 45% !important;
        height: 80px;
    }

    #ekstra-pridobivki .tabs ul li a {
        padding: 10px 20px;
        font-size: 20px;
    }

    #ekstra-pridobivki.pripejd .tabs ul li a {
        font-size: 20px;
    }

    #ekstra-pridobivki .tabs ul li a svg {
        width: 30px;
        height: auto;
    }

    #ekstra-pridobivki .tabs ul li a span {
        font-size: 20px;
    }

    #ekstra-pridobivki .tab-content {
        padding: 20px 20px 50px 20px;
    }

    #ekstra-pridobivki .app-area {
        position: relative;
        right: inherit;
        bottom: inherit;
    }

        #ekstra-pridobivki .app-area p {
            font-size: 25px !important;
        }

        #ekstra-pridobivki .app-area a {
            display: block;
            font-size: 20px;
        }

    #ekstra-pridobivki ul.custom-ul-list {
        position: relative;
        width: 100%;
    }

    #ekstra-pridobivki section.additional-info h3 {
        font-size: 25px;
        margin: 30px 0 40px 0;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    #ekstra-pridobivki section.main-banner {
        background-position: 35% 50%;
        min-height: 300px;
    }

    #ekstra-pridobivki .header {
        width: 40%;
    }

        #ekstra-pridobivki .header h1 {
            font-size: 40px;
        }

        #ekstra-pridobivki .header h2 {
            font-size: 25px;
        }

    #ekstra-pridobivki.pripejd section.gray-section {
        padding-top: 25%;
    }

    #ekstra-pridobivki section.gray-section {
        padding-top: 15% !important;
        margin-top: 110px !important;
        padding-bottom: 5% !important;
    }

    #ekstra-pridobivki.pripejd .tabs ul li {
        width: 30% !important;
    }

    #ekstra-pridobivki.pripejd .tabs ul li {
        width: 35% !important;
    }


    #ekstra-pridobivki.pripejd .tabs ul li {
        width: 48% !important;
    }

    #ekstra-pridobivki .tabs ul li a {
        padding: 15px 20px;
        font-size: 30px;
    }

    #ekstra-pridobivki.pripejd .tabs ul li a {
        font-size: 25px !important;
    }

    #ekstra-pridobivki .tabs ul li a span {
        font-size: 18px;
    }

    #ekstra-pridobivki .app-area {
        right: 35px;
        bottom: 45px;
    }

        #ekstra-pridobivki .app-area p {
            font-size: 21px !important;
        }

        #ekstra-pridobivki .app-area a {
            font-size: 19px;
        }
}

@media(min-width: 992px) and (max-width: 1199px) {
    #roaming-packages .nav-tabs.new-red {
        width: 65%;
        gap: 20px;
    }

    #ekstra-pridobivki section.main-banner {
        background-position: 30% 50%;
        min-height: 300px;
        padding: 1% 0;
    }

    #ekstra-pridobivki .header {
        width: 40%;
    }

        #ekstra-pridobivki .header .ec {
            position: absolute;
            right: 0;
            top: 20px;
            width: 100px;
        }

        #ekstra-pridobivki .header h1 {
            font-size: 45px;
        }

        #ekstra-pridobivki .header h2 {
            font-size: 25px;
        }

    #ekstra-pridobivki section.gray-section {
        padding-top: 10% !important;
        margin-top: 80px;
        padding-bottom: 5%;
    }

    #ekstra-pridobivki.pripejd .tabs ul li {
        width: 45% !important;
    }

        #ekstra-pridobivki.pripejd .tabs ul li a {
            font-size: 25px !important;
        }

            #ekstra-pridobivki.pripejd .tabs ul li a span {
                font-size: 18px;
            }

    #ekstra-pridobivki .tabs ul li a span,
    #ekstra-pridobivki .tabs ul li a {
        font-size: 30px;
    }

    #ekstra-pridobivki .tabs ul li {
        width: 30%;
    }
}

@media(min-width: 1200px) and (max-width: 1350px) {
    #ekstra-pridobivki.postpejd section.gray-section {
        padding-top: 6% !important;
    }

    #ekstra-pridobivki .header h1 {
        font-size: 49px;
    }

    #ekstra-pridobivki section.gray-section {
        padding-top: 17%;
    }

    #ekstra-pridobivki .header h2 {
        font-size: 28px;
    }

    #ekstra-pridobivki.pripejd .tabs ul li a {
        font-size: 35px;
    }
}

@media(min-width: 1900px) {
    #ekstra-pridobivki .header {
        margin-right: -30px;
    }

        #ekstra-pridobivki .header .ec {
            position: absolute;
            right: 120px;
            top: -30px;
        }
}
/*#endregion ekstra pridobivki redesign*/

/*#region business order form*/
#orderBusiness {
    position: relative;
    height: 100%;
    padding-bottom: 50px;
}

    #orderBusiness h1 {
        color: #e20074;
        font-size: 36px;
        text-transform: uppercase;
        position: relative;
        overflow: hidden;
        padding: 30px 0 10px;
        font-family: 'teleNeo-extra' !important;
    }

    #orderBusiness .yellow-box {
        position: relative;
        width: 70%;
        margin: 20px auto 40px;
        text-align: center;
        padding: 20px;
        background-color: #fcf8e3;
        border: 1px solid #faebcc;
        font-size: 17px;
        border-radius: 4px;
    }

    #orderBusiness .online-naracka-wrapper {
        padding-bottom: 30px;
    }

        #orderBusiness .online-naracka-wrapper span {
            font-size: 18px;
            line-height: 1.1;
        }

            #orderBusiness .online-naracka-wrapper span.deviceName {
                text-transform: uppercase;
                font-size: 19px;
                line-height: 1.2;
                font-family: 'teleNeo-bold' !important;
            }

        #orderBusiness .online-naracka-wrapper select {
            padding: 7px 20px;
            box-shadow: none !important;
            border: 1px solid #ccc;
            border-radius: 5px;
        }

            #orderBusiness .online-naracka-wrapper select:focus,
            #orderBusiness .online-naracka-wrapper select:active {
                background-color: #d9d9d9;
            }

            #orderBusiness .online-naracka-wrapper select option {
                position: relative;
                font-size: 17px;
                font-family: 'teleNeo-regular' !important;
            }

    #orderBusiness span.help-block {
        color: #b30000;
        font-size: 13px !important;
        border-radius: 6px;
        top: 2px;
        position: relative;
    }

    #orderBusiness button.btn.btn-magen:focus {
        outline: none;
    }

    #orderBusiness .success-box {
        position: relative;
        background: rgba(0, 128, 0, .10);
        margin: 60px auto 20px;
        width: 50%;
        padding: 30px;
    }

    #orderBusiness .invalid-input {
        border-color: #b30000;
        background: #fdf2f2 !important;
    }

    #orderBusiness .successMsg {
        background-image: none;
    }

        #orderBusiness .successMsg:before {
            content: 'V';
            font-family: 'teleicon-outline' !important;
            font-size: 35px;
            top: 50px;
            position: absolute;
            color: white;
            background: rgba(0, 128, 0, .85);
            border-radius: 50px;
            width: 60px;
            height: 60px;
            left: 0;
            right: 0;
            margin: 0 auto;
            line-height: 60px;
        }

    #orderBusiness .success-box h2 {
        position: relative;
        display: block;
        color: #333;
        font-size: 24px;
    }

        #orderBusiness .success-box h2 span {
            display: block;
            font-size: 20px;
        }

    #orderBusiness .error-box {
        background-color: #f2dede;
        border-color: #ebccd1;
        width: 60%;
        margin: 40px auto 0px;
        text-align: center;
        border-radius: 4px;
    }

        #orderBusiness .error-box h2 {
            text-align: center !important;
            display: inline-block;
            font-size: 20px !important;
            color: #a94442;
            margin: 20px 0;
        }

@media(max-width: 767px) {
    #orderBusiness .yellow-box {
        position: relative;
        width: 90%;
    }

    #orderBusiness .success-box {
        width: 100%;
    }

    #orderBusiness .error-box {
        width: 100%;
    }
}


/*#endregion business order form*/

/*#region modal za kolacinja za YT*/
#cookiesModalYT.in {
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 99999;
    background: rgba(0, 0, 0, .3);
    height: 100%;
}

    #cookiesModalYT.in .modal-content {
        border-radius: 0;
        padding: 10px 15px;
    }

    #cookiesModalYT.in .modal-header,
    #cookiesModalYT.in .modal-footer {
        border: 0;
    }

    #cookiesModalYT.in h2 {
        color: #e20074;
        font-family: 'teleNeo-bold' !important;
        font-size: 26px;
    }

    #cookiesModalYT.in p {
        font-size: 18px;
        line-height: 1.2;
    }

    #cookiesModalYT.in .modal-footer ul {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

        #cookiesModalYT.in .modal-footer ul li {
            margin: 0 10px;
        }

            #cookiesModalYT.in .modal-footer ul li a {
                padding: 10px 20px;
                font-size: 18px;
                text-decoration: none;
                font-family: 'teleNeo-bold' !important;
            }

                #cookiesModalYT.in .modal-footer ul li a.btn-brand {
                    background: #e20074;
                    color: white;
                }

                #cookiesModalYT.in .modal-footer ul li a.btn-light-magenta {
                    background: white;
                    color: black;
                    border: 1px solid #e20074;
                }
/*#endregion modal za kolacinja za YT*/


.disclaimerCustom div + span.max {
    position: relative;
}


@media (max-width: 1279px) {

    #mainmenu.navbar-collapse {
        background-color: transparent;
        border-color: transparent;
    }

    .main-menu li a.active, .main-menu li span.active {
        background-color: transparent !important;
        color: black !important;
    }

    #brandbar {
        display: flex;
        flex-flow: column-reverse;
        padding: 0 20px;
        max-width: 639px;
        margin: 0 auto;
    }

        #brandbar #languages {
            padding-bottom: 20px;
        }

    div#mm-1 .mm-navbar a,
    div#mm-26 .mm-navbar a,
    div#mm-52 .mm-navbar a,
    div#mm-49 .mm-navbar a,
    div#mm-14 .mm-navbar a {
        pointer-events: none;
    }

        div#mm-1 .mm-navbar a.mm-btn:first-child,
        div#mm-26 .mm-navbar a.mm-btn:first-child,
        div#mm-52 .mm-navbar a.mm-btn:first-child,
        div#mm-49 .mm-navbar a.mm-btn:first-child,
        div#mm-14 .mm-navbar a.mm-btn:first-child {
            display: none;
            background: none;
        }
}

@media(max-width:767px) {
    .search-box {
        width: 360px !important;
        left: auto;
        right: 55px !important;
        position: fixed;
        z-index: 11111111111;
        display: inline-block;
        max-width: 85%;
        min-width: 200px;
    }

        .search-box .form-control {
            position: static;
        }
}

#mainmenu.bizMainMenu ul.menu_sq li {
    margin: 0 -2px;
}
/*da se sredi*/


.hboHeader-new {
    background: url(../content/images/novogodishna-2024/bg1.jpg);
    padding: 80px 20px;
}

.gley-new {
    background: url(../content/images/novogodishna-2024/bg2.jpg);
    padding: 80px 20px;
}

@media(max-width:767px) {
    .hboHeader-new, .gley-new {
        padding: 40px 20px;
    }

        .hboHeader-new img, .gley-new img {
            margin-bottom: 20px;
        }
}


div.mm-panel .mm-listview > li > a {
    padding: 25px 20px 25px 25px !important;
}

#menu.mk div.mm-panel#mm-1 .mm-listview > li > a,
#menu.mk div.mm-panel#mm-27 .mm-listview > li > a,
#menu.mk div.mm-panel#mm-26 .mm-listview > li > a,
#menu.mk div.mm-panel#mm-52 .mm-listview > li > a {
    padding: 25px 20px 25px 0px !important;
}

#menu.sq div.mm-panel#mm-26 .mm-listview > li > a,
#menu.sq div.mm-panel#mm-49 .mm-listview > li > a {
    padding: 25px 20px 25px 0px !important;
}

#menu.mk .mm-panel#mm-1 .mm-navbar-bottom {
    display: none !important;
}

.mm-navbar.mm-navbar-bottom.mm-navbar-bottom-1.mm-navbar-size-1 {
    visibility: visible !important;
    padding: 0 20px;
}

#menu.sq .mm-panel#mm-26 .mm-navbar-bottom {
    padding: 0 !important;
}

.mm-navbar.mm-navbar-bottom.mm-navbar-bottom-1.mm-navbar-size-1 a {
    pointer-events: auto !important;
}

    .mm-navbar.mm-navbar-bottom.mm-navbar-bottom-1.mm-navbar-size-1 a.meta {
        font-size: 18px !important;
        padding-bottom: 20px;
        padding-top: 20px;
    }

#menu.mk .mm-panel#mm-27 .mm-navbar-bottom,
#menu.mk .mm-panel#mm-52 .mm-navbar-bottom,
#menu.mk .mm-panel#mm-26 .mm-navbar-bottom {
    padding: 0 !important;
}


#cookiesModal.cookies.gdpr.in h2 {
    text-transform: none;
    color: #262626;
    margin-bottom: 24px;
}

.cookies.gdpr .modal-body {
    overflow-y: auto;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    padding-right: 0px !important;
    max-width: none;
    max-height: 30vh;
    /* text-align: justify;*/
    -webkit-hyphens: auto;
    hyphens: auto;
}

#cookiesModal.cookies.gdpr.in .modal-footer {
    padding-top: 20px;
}

@media (min-width: 640px) {
    .gdprSettings .modal-dialog {
        max-width: 95%;
    }
}


@media (min-width: 1024px) {
    .gdprSettings .modal-dialog {
        max-width: 79%;
    }
}


@media (min-width: 1344px) {
    .gdprSettings .modal-dialog {
        max-width: 1215px !important;
        width: 81% !important;
    }
}

@media (max-width: 767px) {
    #settingsModal .modal-dialog {
        top: 130px;
    }
}

#settingsModal .modal-dialog .wrapper .content {
    padding-left: 60px;
    padding-right: 50px;
}

#settingsModal.gdprSettings.in .wrapper h3 {
    padding-left: 0px !important;
    padding-bottom: 7px;
}

#settingsModal .modal-body .title svg {
    width: 50px;
    height: 50px;
    top: 15px;
}


@media (max-width: 767px) {
    #settingsModal .modal-dialog .wrapper .content {
        padding-left: 40px;
    }

    #settingsModal .modal-body .title svg {
        width: 30px;
        height: 30px;
    }

    #settingsModal.gdprSettings.in .wrapper h3 {
        padding-right: 20px;
    }

    #settingsModal.gdprSettings .toggle {
        width: 150px !important;
    }

    #settingsModal.gdprSettings.in .wrapper .header {
        flex-direction: row;
        align-items: center;
    }

    .gdpr .modal-dialog .modal-content .modal-footer .linkarea {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        align-items: center;
        justify-content: center;
    }

        .gdpr .modal-dialog .modal-content .modal-footer .linkarea li {
            flex-grow: 1;
            max-width: 400px;
            margin: 0;
        }

            .gdpr .modal-dialog .modal-content .modal-footer .linkarea li a {
                width: 100% !important;
            }
}

@media (max-width: 490px) {
    #settingsModal .modal-dialog .wrapper .content {
        padding-left: 0px;
        padding-right: 0px;
    }

    #settingsModal.gdprSettings .toggle {
        width: 130px !important;
    }

    #settingsModal.gdprSettings.in .wrapper h3 {
        font-size: 16px;
    }

    #settingsModal .modal-body .title svg {
        width: 20px;
        height: 20px;
        top: 15px;
    }
}


@media (max-width: 640px) {
    #settingsModal.gdprSettings.in ul.linkarea {
        display: flex;
        overflow: hidden;
        flex-direction: column;
        width: 100%;
        align-items: center;
        justify-content: center;
        align-content: center;
        flex-wrap: wrap;
    }

        #settingsModal.gdprSettings.in ul.linkarea li {
            width: auto;
        }
}


.cookiePrivacyPolicy {
    padding-bottom: 35px;
    text-align: center;
}

#settingsModal.gdprSettings.in .modal-content {
    padding: 18px !important;
}


@media (min-width: 640px) {
    #settingsModal.gdprSettings.in .modal-content {
        padding: 28px !important;
    }
}

@media (min-width: 1024px) {
    #settingsModal.gdprSettings.in .modal-content {
        padding: 54px !important;
    }
}


@media (max-width: 1020px) {
    #settingsModal.gdprSettings.in .modal-footer .linkarea {
        flex-wrap: wrap !important;
        flex-direction: column-reverse;
        gap: 10px !important;
        justify-content: flex-end;
        align-items: flex-end;
        align-content: flex-end;
    }

        #settingsModal.gdprSettings.in .modal-footer .linkarea li #change-ok {
            margin-right: 0px;
        }
}

@media (max-width: 1200px) {
    #settingsModal.gdprSettings.in .modal-footer {
        display: flex !important;
        flex-direction: row-reverse;
        width: 100%;
        align-content: center;
        flex-wrap: wrap;
    }

    #settingsModal.gdprSettings.in .linkarea {
        width: 50%;
    }

    #settingsModal.gdprSettings.in .policyCookieButton {
        width: 50%;
        text-align: start;
    }
}

.gdpr .modal-dialog .cookiePrivacyPolicy a {
    color: #00739f !important;
    font-size: 16px;
    font-weight: 400;
}



.policyCookieButton {
    text-align: center;
}


    .policyCookieButton a {
        color: #00739f !important;
        font-size: 16px;
        font-weight: 400;
    }

@media (min-width: 640px) {
    #settingsModal.gdprSettings.in .policyCookieButton a {
        font-size: 18px;
        line-height: 22px;
    }

    .gdpr .modal-dialog .cookiePrivacyPolicy a {
        font-size: 18px;
        line-height: 22px;
        text-align: center;
    }
}

@media (max-width: 640px) {
    #settingsModal.gdprSettings.in .policyCookieButton {
        width: 100%;
        text-align: center;
    }

    #settingsModal.gdprSettings.in .modal-footer .linkarea {
        justify-content: center;
        align-items: center;
        align-content: center;
        gap: 5px;
    }

        #settingsModal.gdprSettings.in .modal-footer .linkarea li {
            margin: 0px;
        }

    .gdpr .modal-dialog .cookiePrivacyPolicy {
        text-align: center;
    }
}

#settingsModal.gdprSettings.in .wrapper {
    border-bottom: 1px solid #262626;
    display: flex;
    flex-wrap: wrap;
    padding: 16px 0;
}

@media (min-width: 1024px) {
    #settingsModal.gdprSettings.in .wrapper {
        flex-wrap: nowrap;
        padding: 27px 0;
    }
}



#settingsModal.gdprSettings.in .wrapper svg {
    position: relative;
}

#settingsModal.gdprSettings.in .wrapper .contentClassCookie {
    flex-basis: 100%;
    flex-grow: 1;
    flex-shrink: 0;
    margin-bottom: 4px;
}

@media (min-width: 640px) {
    #settingsModal.gdprSettings.in .wrapper .contentClassCookie {
        flex-basis: 333px;
        margin-bottom: 0;
    }
}


#settingsModal.gdprSettings.in .wrapper .contentClassCookie {
    flex-shrink: 0;
}

#settingsModal.gdprSettings.in .wrapper .svgCookieImage svg {
    align-items: center;
    color: #262626;
    display: flex;
    height: 40px;
    width: 40px;
    justify-content: center;
    margin-bottom: 22px;
    margin-right: 22px;
    transition: color .2s linear, filter .2s linear;
}

@media (min-width: 640px) {
    #settingsModal.gdprSettings.in .wrapper .svgCookieImage svg {
        height: 54px;
        width: 54px;
    }
}

@media (min-width: 1024px) {
    #settingsModal.gdprSettings.in .wrapper .svgCookieImage svg {
        height: 56px;
        margin-right: 54px;
        width: 56px;
    }
}


#settingsModal.gdprSettings.in .wrapper .toggle {
    display: flex;
    /* flex-basis: 100%;*/
    flex-shrink: 0;
}

#settingsModal.gdprSettings .toggle .slide-toggle .yes, #settingsModal.gdprSettings .toggle .slide-toggle .no {
    left: 0px;
}

@media (min-width: 640px) {
    #settingsModal.gdprSettings.in .wrapper .toggle {
        margin-left: 80px;
    }
}

@media (min-width: 1024px) {
    #settingsModal.gdprSettings.in .wrapper .toggle {
        flex-basis: 117px;
        flex-grow: 2;
        flex-shrink: 1;
        margin-left: 40px;
        margin-top: 0;
        max-width: 190px;
    }
}


#settingsModal.gdprSettings.in h2 {
    color: #262626;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin: 0 0 16px 0;
    text-transform: none;
}


@media (min-width: 640px) {
    #settingsModal.gdprSettings.in h2 {
        font-size: 22px;
        line-height: 28px;
        margin-bottom: 18px;
    }
}

@media (min-width: 1024px) {
    #settingsModal.gdprSettings.in h2 {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 24px;
    }
}



#cookiesModal.gdpr .modal-header {
    padding: 0px 0px;
}

    #cookiesModal.gdpr .modal-header h2 {
        top: 0px !important;
        line-height: 1.2;
    }

#cookiesModal.cookies.gdpr.in ul.linkarea li:first-child {
    margin-right: 30px;
}

#cookiesModal.cookies.gdpr.in ul.linkarea li:last-child {
    margin-right: 0px;
}

#settingsModal.gdprSettings.in h2 {
    top: 0px;
}

#settingsModal.gdprSettings.in .modal-footer {
    margin-top: 25px;
}




#settingsModal.gdprSettings .toggle .slide-toggle label.yes span {
    right: -120px;
    font-size: 18px;
}

#settingsModal.gdprSettings .toggle .slide-toggle label span {
    right: -120px;
    font-size: 18px;
}

#settingsModal.gdprSettings .toggle .slide-toggle label.yes span {
    right: -120px;
    font-size: 18px;
}

@media (max-width: 1025px) {
    #settingsModal.gdprSettings .toggle .slide-toggle label.yes span,
    #settingsModal.gdprSettings .toggle .slide-toggle label span,
    #settingsModal.gdprSettings .toggle .slide-toggle label.yes span {
        right: -120px;
        font-size: 17px;
    }

    #settingsModal.gdprSettings .toggle .slide-toggle .yes, #settingsModal.gdprSettings .toggle .slide-toggle .no {
        left: -35px;
    }
}

@media (max-width: 720px) {
    #settingsModal.gdprSettings .toggle .slide-toggle .yes, #settingsModal.gdprSettings .toggle .slide-toggle .no {
        left: 0px !important;
    }
}

@media (max-width: 648px) {
    #cookiesModal.cookies.gdpr.in ul.linkarea li:first-child {
        margin-right: 0px;
    }

    #cookiesModal.cookies.gdpr.in ul.linkarea li:nth-child(2) {
        margin-right: 0px;
    }
}

@media (max-width: 375px) {
    #cookiesModal.cookies.gdpr.in ul.linkarea {
        padding: 0px 25px 0px 25px;
    }

        #cookiesModal.cookies.gdpr.in ul.linkarea li a#all-cookies-btn {
            font-size: 15px !important;
        }

        #cookiesModal.cookies.gdpr.in ul.linkarea li a#required-cookies-btn {
            font-size: 15px !important;
        }

        #cookiesModal.cookies.gdpr.in ul.linkarea li a#custom-cookies-btn {
            font-size: 15px !important;
            padding: 10px 10px !important;
        }
}

@media (max-width: 1199px) {
    #cookiesModal.cookies.gdpr.in .modal-footer {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

        #cookiesModal.cookies.gdpr.in .modal-footer::before {
            display: none;
        }

        #cookiesModal.cookies.gdpr.in .modal-footer::after {
            display: none;
        }

        #cookiesModal.cookies.gdpr.in .modal-footer .linkarea {
            max-width: 250px;
            order: 2;
            display: flex;
            flex-direction: column;
            gap: 15px;
        }

    #cookiesModal.cookies.gdpr.in ul.linkarea li:first-child {
        margin-right: 0px;
    }

    #cookiesModal.cookies.gdpr.in ul.linkarea li {
        margin: 0px;
    }

        #cookiesModal.cookies.gdpr.in ul.linkarea li a {
            width: 100%;
        }

    #cookiesModal.cookies.gdpr.in ul.linkarea li {
        width: 100%;
    }

    #cookiesModal.cookies.gdpr.in .modal-footer .cookiePrivacyPolicy {
        max-width: 200px;
        order: 1;
        padding-top: 0px;
    }
}


@media (max-width: 639px) {

    #cookiesModal.cookies.gdpr.in .modal-footer {
        display: block;
        width: fit-content;
        margin: auto;
        max-width: 200px;
    }

        #cookiesModal.cookies.gdpr.in .modal-footer .cookiePrivacyPolicy {
            padding-top: 15px;
        }
}

@media (max-width: 375px) {
    #cookiesModal.cookies.gdpr.in .modal-footer {
        max-width: 100%;
    }

        #cookiesModal.cookies.gdpr.in .modal-footer .cookiePrivacyPolicy {
            max-width: 100%;
        }

        #cookiesModal.cookies.gdpr.in .modal-footer .linkarea {
            max-width: 100%;
        }
}

p.blackDesc {
    margin-top: 45px;
    color: black !important;
    margin-bottom: -15px;
    text-align: left !important;
}

    p.blackDesc span {
        color: black !important;
    }

#roaming-new.no-bcg .countries-data .internet-packages .package-wrap .package .days {
    position: absolute;
    bottom: 70px;
    left: 20px;
}
/*#region tekovni oglasi*/
#oglasiNova {
    margin: 20px 0;
    position: relative;
}

    #oglasiNova .oglasi-wrapper {
        position: relative;
        padding: 6% 0 3%;
    }

        #oglasiNova .oglasi-wrapper:after {
            content: '';
            position: absolute;
            background-image: url(../content/images/kariera-lp/kariera-tekovni-oglasi/shape.png);
            width: 30%;
            height: 100%;
            right: 0;
            top: 0;
            background-size: contain;
            background-position: right bottom;
            background-repeat: no-repeat;
            z-index: 0;
        }

    #oglasiNova .wrapper {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        z-index: 2;
    }

    #oglasiNova .image {
        position: absolute;
        top: -180px;
        right: 0;
    }

    #oglasiNova .wrapper .oglas {
        width: 31%;
        margin: 25px 15px;
        background: #e20074;
        box-shadow: 0px 24.8787px 63.5788px rgba(0, 0, 0, 0.08);
        position: relative;
    }

        #oglasiNova .wrapper .oglas .wrap {
            background: white;
            position: relative;
            -webkit-transition: all 250ms ease-in-out;
            transition: all 250ms ease-in-out;
            height: 100%;
            padding: 20px !important;
            width: 100% !important;
            min-height: 230px;
        }

        #oglasiNova .wrapper .oglas:before {
            content: '';
            display: block;
            position: absolute;
            right: 0px;
            top: -8px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 8px 0 8px 8px;
            border-color: transparent #e20074 #e20074 #e20074;
            -webkit-transition: all 250ms ease-in-out;
            transition: all 250ms ease-in-out;
            -webkit-transform: scale(0);
            transform: scale(0);
            -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
        }

        #oglasiNova .wrapper .oglas:after {
            content: '';
            display: block;
            position: absolute;
            left: -8px;
            bottom: 0;
            width: 0;
            height: 0;
            border-style: solid;
            border-color: #e20074 #e20074 transparent transparent;
            -webkit-transition: all 250ms ease-in-out;
            transition: all 250ms ease-in-out;
            -webkit-transform: scale(0);
            transform: scale(0);
            -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
            border-width: 8px 8px 0px 8px;
            z-index: 2;
        }

    #oglasiNova .wrapper .wrap:after {
        position: absolute;
        content: '';
        top: 20px;
        right: 20px;
        width: 30px;
        height: 30px;
        background-image: url(../content/images/kariera-lp/kariera-tekovni-oglasi/Vector.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    #oglasiNova .wrapper .oglas:hover:before {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        border-width: 8px 0 8px 8px;
    }

    #oglasiNova .wrapper .oglas:hover:after {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        border-width: 8px 8px 0px 8px;
    }

    #oglasiNova .wrapper .oglas:hover .wrap {
        transform: translate(-8px, -8px);
        z-index: 3;
        background: white;
    }

    #oglasiNova .oglasi-wrapper .oglasHeader {
        position: relative;
        width: 80%;
        min-height: 70px;
    }

        #oglasiNova .oglasi-wrapper .oglasHeader h2 {
            text-align: left;
            font-family: 'teleNeo-bold' !important;
            text-transform: uppercase;
            font-size: 20px;
            line-height: 1.2;
        }

    #oglasiNova .oglasi .oglasOpis {
        padding-bottom: 30px;
    }

    #oglasiNova .oglasi .oglasBottom {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        #oglasiNova .oglasi .oglasBottom span {
            font-family: 'teleNeo-medium' !important;
            font-size: 18px;
            text-decoration: underline;
        }

    #oglasiNova h4 {
        margin: 0 !important;
        padding: 0;
        margin-bottom: 10px;
        color: #BABBC9;
        font-size: 18px;
        font-family: 'teleNeo-medium' !important;
    }

    #oglasiNova .white-box {
        position: relative;
    }

    #oglasiNova .oglas a {
        display: block;
        cursor: pointer;
        text-decoration: none;
        color: #333;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        z-index: 3;
    }

    #oglasiNova label {
        cursor: pointer;
    }


    #oglasiNova .tekovniOglasi h4 {
        text-align: right;
        color: #b6b6b6;
        font-size: 15px;
    }

    #oglasiNova .data-btn {
        display: inline-block;
        width: 100%;
        margin-top: 15px;
    }

        #oglasiNova .data-btn .oglasDatum {
            float: right;
            text-align: right;
        }

    #oglasiNova .note-career {
        background-color: #FFEAF5;
        border-color: #F7BFDC;
        color: #e20074 !important;
        padding: 10px 15px !important;
        display: block;
    }

    #oglasiNova .oglasDatum label {
        display: inline;
    }

        #oglasiNova .oglasDatum label:first-child:after {
            content: '-';
            padding-left: 5px;
        }

    #oglasiNova .noActive {
        position: relative;
    }

        #oglasiNova .noActive .gradient-box {
            position: relative;
            display: flex;
            align-items: center;
            background: linear-gradient(91.63deg, rgba(232, 238, 243, 0.6) 0.64%, rgba(249, 249, 253, 0.6) 72.59%, rgba(250, 250, 254, 0) 84.31%);
            border-radius: 20px;
            padding: 30px 40px;
        }

            #oglasiNova .noActive .gradient-box .img {
                width: 25%;
            }

            #oglasiNova .noActive .gradient-box h2 {
                text-transform: uppercase;
                color: black;
                font-size: 23px;
                margin: 0 0 30px 0;
                padding: 0;
                text-align: left;
                font-family: 'teleNeo-bold' !important;
            }

            #oglasiNova .noActive .gradient-box p {
                font-size: 18px;
                color: rgba(0, 0, 0, 0.7);
                line-height: 1.2;
            }

/*#region oglasi details ver 1*/
.OglasDetails {
    position: relative;
    background-image: url(../content/images/kariera-lp/kariera-tekovni-oglasi/tekoven-oglas-bg.png);
    height: 100vh;
    background-size: cover;
    background-position: center;
}

    .OglasDetails .tekovenOglas-details {
        position: relative;
        background: rgba(255, 255, 255, 0.94);
        box-shadow: 0px 25px 65px rgba(0, 0, 0, 0.14);
        backdrop-filter: blur(10px);
        border-radius: 20px;
        height: 500px;
        overflow: auto;
        top: 10%;
        margin: 0 auto 0 auto;
        width: 80%;
    }

        .OglasDetails .tekovenOglas-details .oglasHeader {
            position: relative;
            background: linear-gradient(357.43deg, rgba(226, 232, 239, 0.6) 2.66%, rgba(255, 255, 255, 0) 98.38%);
            border-radius: 20px 20px 0px 0px;
            padding: 20px 0;
        }

            .OglasDetails .tekovenOglas-details .oglasHeader h2 {
                padding: 0px 30px 10px;
                margin: 0;
                color: #e20074;
                font-size: 23px;
                text-transform: uppercase;
                font-family: 'teleNeo-extraBoldItalic' !important;
                text-align: left;
            }

            .OglasDetails .tekovenOglas-details .oglasHeader h3 {
                font-family: 'teleNeo-bold' !important;
                color: black;
                font-size: 27px;
                text-transform: uppercase;
                padding: 0 30px;
                margin: 0;
            }

        .OglasDetails .tekovenOglas-details .oglasiBody {
            padding: 20px 30px 0px;
            position: relative;
        }

            .OglasDetails .tekovenOglas-details .oglasiBody p {
                font-size: 18px;
                line-height: 1.2;
            }

            .OglasDetails .tekovenOglas-details .oglasiBody ul li {
                font-size: 18px;
                margin-bottom: 5px;
            }

        .OglasDetails .tekovenOglas-details::-webkit-scrollbar-thumb {
            background: #e20074;
        }

        .OglasDetails .tekovenOglas-details::-webkit-scrollbar {
            width: 4px;
        }

        .OglasDetails .tekovenOglas-details .data-btn {
            position: sticky;
            bottom: 0;
            padding: 20px 30px;
            background: white;
            z-index: 2;
            box-shadow: 0 0 70px 90px #00000008;
        }

@media (min-width: 992px) and (max-width: 1199px) {
    #kariera-tekovni-oglasi .main-banner {
        height: 370px;
    }

        #kariera-tekovni-oglasi .main-banner .wrapper .header h1 {
            font-size: 70px;
        }
}

@media (min-width: 768px) and (max-width: 991px) {
    #kariera-tekovni-oglasi .main-banner {
        height: 350px;
    }

        #kariera-tekovni-oglasi .main-banner .wrapper .header h1 {
            font-size: 80px;
        }

    #oglasiNova .wrapper .oglas {
        width: 40%;
        margin: 10px;
    }

        #oglasiNova .wrapper .oglas .h4 label {
            font-size: 17px;
        }

    #oglasiNova .oglasi-wrapper .oglasHeader h2 {
        font-size: 18px;
    }
}

@media (max-width: 767px) {

    #kariera-tekovni-oglasi .main-banner {
        height: 350px;
    }

        #kariera-tekovni-oglasi .main-banner .wrapper .header {
            width: 100%;
        }

            #kariera-tekovni-oglasi .main-banner .wrapper .header h1 {
                font-size: 60px;
            }

    #oglasiNova .oglasi-wrapper {
        padding: 3% 0 10%;
    }

    #oglasiNova .image {
        top: -110px;
        right: initial;
        width: 320px;
        left: -30px;
    }

    .OglasDetails .tekovenOglas-details {
        width: 100%;
    }

    #oglasiNova .wrapper {
        flex-flow: column;
    }

        #oglasiNova .wrapper .oglas {
            width: 100%;
            margin: 25px 0;
        }

    #oglasiNova h4 {
        margin-bottom: 0px;
        font-size: 17px;
    }
}
/*#endregion oglasi details ver1*/

/*#region oglasi details ver2*/
.OglasDetails-ver2 {
    position: relative;
    height: 100vh;
}

    .OglasDetails-ver2:after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        background-image: url('../content/images/kariera-lp/kariera-tekovni-oglasi/oglas-bg-img.jpg');
        background-size: cover;
        background-position: center;
        width: 50%;
        height: 100%;
    }

    .OglasDetails-ver2:before {
        content: '';
        position: absolute;
        background-image: url(../content/images/kariera-lp/kariera-tekovni-oglasi/oglas-triangle.png);
        width: 130px;
        height: 130px;
        background-position: center;
        left: 47%;
        top: 40%;
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 5;
    }

    .OglasDetails-ver2 .tekovenOglas-details {
        position: relative;
        width: 50%;
        padding: 30px 40px 50px 0;
        height: 100%;
        overflow: auto;
    }

        .OglasDetails-ver2 .tekovenOglas-details:before {
            content: '';
            position: absolute;
            background-image: url('../content/images/kariera-lp/kariera-tekovni-oglasi/oglas-icon.png');
            width: 160px;
            height: 140px;
            background-position: center;
            right: 30px;
            top: 30px;
            background-size: contain;
            background-repeat: no-repeat;
        }

        .OglasDetails-ver2 .tekovenOglas-details::-webkit-scrollbar-thumb {
            background: #e20074;
        }

        .OglasDetails-ver2 .tekovenOglas-details::-webkit-scrollbar {
            width: 4px;
        }



        .OglasDetails-ver2 .tekovenOglas-details .oglasHeader h2 {
            margin: 0;
            color: #e20074;
            font-size: 23px;
            text-transform: uppercase;
            font-family: 'teleNeo-extraBoldItalic' !important;
            text-align: left;
            padding-bottom: 15px;
        }

        .OglasDetails-ver2 .tekovenOglas-details .oglasHeader h3 {
            font-family: 'teleNeo-bold' !important;
            color: black;
            font-size: 27px;
            text-transform: uppercase;
            margin: 0 0 20px;
        }

        .OglasDetails-ver2 .tekovenOglas-details p {
            font-size: 18px;
            line-height: 1.2;
        }

        .OglasDetails-ver2 .tekovenOglas-details ul li {
            font-size: 18px;
            line-height: 1.2;
            margin-bottom: 5px;
        }

    .OglasDetails-ver2 .data-btn {
        position: relative;
        display: flex !important;
        justify-content: space-between;
        align-items: center;
    }

    .OglasDetails-ver2 .tekovenOglas-details .oglasDatum {
        float: none !important;
        text-align: left !important;
    }

        .OglasDetails-ver2 .tekovenOglas-details .oglasDatum h4 {
            margin: 0 !important;
        }

    .OglasDetails-ver2 .data-btn a {
        margin: 0 !important;
    }

@media (min-width: 768px) and (max-width: 991px) {
    .OglasDetails-ver2 .tekovenOglas-details:before {
        width: 100px;
        height: 100px;
    }

    .OglasDetails-ver2:before {
        width: 80px;
        height: 100px;
        left: 45%;
        top: 35%;
    }
}

@media (max-width: 767px) {
    .OglasDetails-ver2 {
        height: auto;
    }

        .OglasDetails-ver2 .tekovenOglas-details {
            width: 100%;
            padding-right: 0;
        }

        .OglasDetails-ver2:before,
        .OglasDetails-ver2:after {
            display: none;
        }

        .OglasDetails-ver2 .tekovenOglas-details:before {
            width: 80px;
            height: 90px;
            background-position: center;
            right: 0;
            top: 0;
        }
}
/*#endregion oglasi details ver2*/

/*#endregion tekovni oglasi*/
