﻿@font-face {
    font-family: VladaRHSans-Med;
    src: url(./fonts/VladaRHSans-Medium.woff);
}

@font-face {
    font-family: VladaRHSans-Reg;
    src: url(./fonts/VladaRHSans-Regular.woff);
}

@font-face {
    font-family: VladaRHSans-SmBld;
    src: url(./fonts/VladaRHSans-SemiBold.woff);
}

@font-face {
    font-family: VladaRHSans-RegIta;
    src: url(./fonts/VladaRHSans-RegularItalic.otf);
}

@font-face {
    font-family: VladaRHSans-MedIta;
    src: url(./fonts/VladaRHSans-MediumItalic.otf);
}

@font-face {
    font-family: VladaRHSans-Bld;
    src: url(./fonts/VladaRHSans-Bold.otf);
}

body {
    margin: 0;
    padding: 0;
    background: url(./img/pattern.png) top left repeat;
}

ul {
    list-style-type: none;
}

li {
    list-style-type: none;
    flex-grow: 1;
}

/* HEADER */

@media (max-width: 1063px) {
    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
        background: url(./img/pattern.png) top left repeat;
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
        position: relative;
        z-index: 99;
        background-color: #ffffff;
        padding-bottom: 20px;
        background-color: #2e4898;
        height: 100vh !important;
    }

    .collapsing {
        background-color: #2e4898;
    }
}

.collapse.in {
    height: auto !important;
}

.navbar-toggle {
    background: url(./icons/hamburger.svg) center no-repeat;
    background-size: 40px 60px;
}

@media only screen and (max-width: 768px) {
    .navbar-toggle {
        background-size: auto;
    }
}

.navbar {
    margin-bottom: 0px;
}

.collapsing {
    z-index: 99;
}

.navbar-collapse {
    padding: 0;
}

@media only screen and (max-width: 768px) {
    .navbar-brand > img {
        width: 110px;
    }
}

.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
    margin-top: -2px;
    padding-left: 30px;
    padding-right: 0;
}

@media only screen and (max-width: 1063px) {
    .container-fluid > .navbar-collapse, .container > .navbar-header {
        padding-right: 30px;
    }
}

.navbar-default {
    box-shadow: 0 2px 6px 0 rgba(51, 51, 51, 0.08);
    background-color: #ffffff;
    border-color: #ffffff;
    height: 100px;
}

@media only screen and (max-width: 768px) {
    .navbar-default {
        display: flex;
        align-items: center;
        height: 70px;
    }
}

.navbar-nav > li > a {
    padding: 0px;
    margin-right: 30px;
    font-size: 17px;
    color: #333333;
    font-weight: 400;
}

@media only screen and (max-width: 1063px) {
    .navbar-nav > li > a {
        margin-right: 0px;
    }
}

.navbar-default .navbar-nav > li > a {
    color: #333333;
}

.navbar-brand {
    display: flex;
    height: 60px;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin-left: -3px !important;
}

@media only screen and (max-width: 1063px) {
    .navbar-brand {
        padding-left: 20px;
        /* height: auto; */
        position: absolute;
        left: 0px;
    }
}

.container-fluid {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    background-color: #ffffff;
    padding-left: 0px;
    padding-right: 0px;
    max-width: 1170px;
}

@media only screen and (max-width: 1063px) {
    .container-fluid {
        display: block;
        width: 100%;
        margin: 0px;
    }
}

@media only screen and (max-width: 768px) {
    .container-fluid {
        height: 65px;
    }
}

.navbar-nav {
    display: flex;
    align-items: center;
    margin-top: 6px;
    width: 100%;
}

@media only screen and (max-width: 1063px) {
    .navbar-nav {
        display: block;
        margin: 0px 0px;
    }
}

@media only screen and (max-width: 1063px) {
    .logoImg {
        margin-left: 0px;
    }
}

nav.navbar > div.container-fluid > div.navbar-collapse > ul.nav > li > a.prijavaButton {
    width: 193px;
    height: 60px;
    border-radius: 6px;
    background-color: #20409b;
    color: #ffffff;
    font-size: 17px;
    font-family: VladaRHSans-Reg;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
    margin-right: unset;
    float: right;
}

@media only screen and (max-width: 1200px) {
    nav.navbar > div.container-fluid > div.navbar-collapse > ul.nav > li > a.prijavaButton {
        width: 160px;
        height: 60px;
    }
}

nav.navbar > div.container-fluid > div.navbar-collapse > ul.nav > li > a.prijavaButtonMobile {
    display: none;
}

@media only screen and (max-width: 768px) {
    nav.navbar > div.container-fluid > div.navbar-collapse > ul.nav > li > a.prijavaButtonMobile {
        background-color: #ffffff;
        display: block;
        width: 100%;
        height: 54px;
        margin-top: 20px;
        color: #333333;
        font-size: 17px;
        font-family: VladaRHSans-Reg;
        font-weight: bold;
        text-align: center;
        line-height: 54px;
    }
}

@media only screen and (max-width: 1063px) {
    nav.navbar > div.container-fluid > div.navbar-collapse > ul.nav > li > a.prijavaButtonDesktop {
        display: none;
    }
}

nav.navbar > div.container-fluid > div.navbar-header > div.mobileIconContainer > a.prijavaButtonTablet {
    display: none;
    width: 193px;
    height: 60px;
    border-radius: 6px;
    background-color: #20409b;
    color: #ffffff;
    font-size: 17px;
    font-family: VladaRHSans-Reg;
    font-weight: bold;
    text-align: center;
    line-height: 60px;
}

@media only screen and (max-width: 1063px) {
    nav.navbar > div.container-fluid > div.navbar-header > div.mobileIconContainer > a.prijavaButtonTablet {
        width: 190px;
        display: inline-block;
        margin-right: 38px;
    }
}

@media only screen and (max-width: 768px) {
    nav.navbar > div.container-fluid > div.navbar-header > div.mobileIconContainer > a.prijavaButtonTablet {
        display: none;
        background-color: transparent;
    }
}

.navbar-default .navbar-nav > li > a.linkovi {
    font-family: VladaRHSans-Reg;
    font-weight: bold;
    font-size: 17px;
    line-height: 1.33;
    color: #333333;
}

.linkovi--active {
    background-color: rgba(255, 255, 255, 0.15);
}

@media only screen and (max-width: 1400px) {
    .navbar-default .navbar-nav > li > a.linkovi {
        font-size: 17px;
    }
}

@media only screen and (max-width: 1063px) {
    .navbar-default .navbar-nav > li > a.linkovi {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 62px;
        font-family: VladaRHSans-Reg;
        font-weight: bold;
        line-height: 1.5;
        color: #ffffff;
        font-size: 28px;
        height: 84px;
    }

        .navbar-default .navbar-nav > li > a.linkovi:hover {
            background-color: #ffffff20;
        }
}

@media only screen and (max-width: 768px) {
    .navbar-default .navbar-nav > li > a.linkovi {
        font-size: 20px;
        margin-bottom: 0px;
        height: 62px;
    }
}

linkovi {
    font-family: VladaRHSans-Reg;
    font-weight: bold;
}

@media only screen and (max-width: 1063px) {
    .topLink {
        margin-top: 60px;
    }
}

@media only screen and (max-width: 768px) {
    .topLink {
        margin-top: 0px;
    }
}

li > a {
    width: 100%;
}

.dropdownInfo {
    display: none;
}

@media only screen and (max-width: 1063px) {
    .dropdownInfo {
        display: flex;
        justify-content: center;
        font-size: 14px;
        line-height: 1.5;
        text-align: center;
        color: #333333;
        margin: 76px 40px 0px 40px;
    }
}

@media only screen and (max-width: 1063px) {
    .navbar-header {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-between;
        height: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .navbar-header {
        height: 70px;
    }
}

.accessibilityImg {
    display: none;
    background: url(icons/accessibility.svg) no-repeat;
    background-size: contain;
}

@media only screen and (max-width: 768px) {
    .accessibilityImg {
        width: 36px;
        height: 36px;
        display: inline-block;
        cursor: pointer;
        margin-right: 10px;
    }
}

.mobileIconContainer {
    display: flex;
    flex-direction: row-reverse;
    position: absolute;
}

@media only screen and (max-width: 1063px) {
    .mobileIconContainer {
        width: 100%;
        align-items: center;
        margin-left: -4px;
        padding-right: 20px;
    }
}

.container-fluid > .navbar-header {
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
}

.navbar-default .navbar-toggle {
    border: 0;
    margin-right: 0px;
}

@media only screen and (max-width: 1063px) {
    .navbar-default .navbar-toggle {
        width: 40px;
        margin-right: 30px;
        margin-left: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .navbar-default .navbar-toggle {
        margin-right: 5px;
    }
}

.navbar-default .navbar-toggle:hover {
    background-color: #ffffff;
}

.navbar-default .navbar-toggle:focus {
    background-color: #ffffff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #000000;
}

@media only screen and (max-width: 1063px) {
    .navbar-default .navbar-toggle .icon-bar {
        height: 3px;
        width: 32px;
    }
}

@media only screen and (max-width: 768px) {
    .navbar-default .navbar-toggle .icon-bar {
        height: 2px;
        width: 22px;
    }
}

@media only screen and (max-width: 1063px) {
    .navbar-toggle {
        cursor: pointer;
        padding-top: 12px;
        padding-bottom: 12px;
    }
}
@media only screen and (min-width: 1063px) {
    .navbar-collapse {
        width: 100%;
    }
}

/* BANNER */

.header {
    width: 100%;
    height: 100px;
    box-shadow: 0 2px 6px 0 rgba(51, 51, 51, 0.08);
    background-color: #ffffff;
}

a.bannerButton {
    border-radius: 6px;
    background-color: #20409b;
    color: #ffffff;
    font-size: 17px;
    font-family: VladaRHSans-Reg;
    font-weight: bold;
    text-align: center;
    padding: 16px 30px;
}

    a.bannerButton:hover, a.bannerButton:focus {
        color: #ffffff;
        text-decoration: none;
    }

@media only screen and (max-width: 1063px) {
    a.bannerButton {
        flex: 1;
    }
}

@media only screen and (max-width: 768px) {
    a.bannerButton {
        font-size: 17px;
        border-radius: 4px;
    }
}

a.bannerButtonMargin {
    margin-right: 20px;
}

@media only screen and (max-width: 1063px) {
    a.bannerButtonMargin {
        margin-right: 16px;
    }
}

@media only screen and (max-width: 768px) {
    a.bannerButtonMargin {
        margin-right: 0px;
        margin-bottom: 10px;
    }
}

.bannerContainer {
    position: relative;
    display: flex;
    justify-content: center;
    height: 382px;
    object-fit: contain;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08);
    background-color: #dddff0;
    margin: 0px;
    padding: 0px;
}

@media only screen and (max-width: 1063px) {
    .bannerContainer {
        height: 456px;
    }
}

@media only screen and (max-width: 768px) {
    .bannerContainer {
        height: 365px;
    }
}

@media only screen and (max-width: 374px) {
    .bannerContainer {
        height: 385px;
    }
}

.squaresImage {
    background-image: url("icons/rectangles.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    width: 405px;
    height: 362px;
}

@media only screen and (max-width: 1063px) {
    .squaresImage {
        height: 287px;
        width: 321px;
    }
}

@media only screen and (max-width: 768px) {
    .squaresImage {
        height: 163px;
        width: 195px;
    }
}

.eFondoviTitle {
    display: table;
    font-family: VladaRHSans-Reg;
    font-weight: bold;
    font-size: 36px;
    line-height: 1.5;
    color: #333333;
    margin: 0;
}

@media only screen and (max-width: 1063px) {
    .eFondoviTitle {
        font-size: 28px;
    }
}

@media only screen and (max-width: 768px) {
    .eFondoviTitle {
        font-size: 25px;
    }
}

.eFondoviSubtitle {
    max-width: 630px;
    display: table;
    font-family: VladaRHSans-Reg;
    font-size: 17px;
    line-height: 1.5;
    color: #333333;
    margin-bottom: 40px;
    margin-top: 0px;
}

@media only screen and (max-width: 768px) {
    .eFondoviSubtitle {
        font-size: 17px;
        margin-top: 6px;
        margin-bottom: 20px;
    }
}

.bannerButtonContainer {
    display: flex;
}

@media only screen and (max-width: 768px) {
    .bannerButtonContainer {
        flex-direction: column;
    }
}

.titleOuterContainer {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 0px 40px;
    width: 100%;
}

.titleContainer {
    align-self: center;
    max-width: 1170px;
    width: 100%;
    margin-bottom: 20px;
}

.notificationContainer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08);
    background-color: #ffd300;
    position: relative;
}

.yellowNotificationText {
    font-size: 17px;
    font-family: VladaRHSans-Reg;
    font-weight: bold;
    line-height: 1.5;
    color: #333333;
    max-width: 1036px;
    margin: 20px 40px;
}

@media only screen and (max-width: 1063px) {
    .yellowNotificationText {
        font-size: 17px;
        margin-right: 64px;
    }
}

@media only screen and (max-width: 768px) {
    .yellowNotificationText {
        font-size: 14px;
        margin-right: 20px;
        margin-left: 20px;
    }
}

.closeX {
    cursor: pointer;
    background: url("icons/close-x.svg");
    width: 24px;
    height: 24px;
    margin-right: 12px;
    padding: 12px;
    align-self: flex-start;
    margin-top: 20px;
}

/* TABLE */

.magnifierInputContainer {
    display: none;
}

@media only screen and (max-width: 1063px) {
    .magnifierInputContainer {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.dropdown-menu {
    width: 376px;
    padding: 0px;
}

@media only screen and (max-width: 768px) {
    .dropdown-menu {
        right: -10px;
        width: calc(100vw - 40px);
    }
}

.dropdownMenuInnerContainer {
    margin: 20px 20px 30px 20px;
}

.filterSelect {
    margin: 13px 0px 30px 0px;
    padding-left: 20px;
    padding-right: 40px;
    background-color: #ffffff;
    width: 100%;
    height: 50px;
    border-radius: 0px;
    font-family: VladaRHSans-Reg;
    font-weight: bold;
    font-size: 17px;
    color: #333333;
    opacity: 0.6;
    line-height: 1.5;
    cursor: pointer;
}

.filterSelectText {
    font-family: VladaRHSans-Reg;
    font-weight: bold;
    font-size: 17px;
    line-height: 1.5;
    color: #333333;
    margin-left: 0px;
}

.selectOptionsContainer {
    position: relative;
}

.optionContainer {
    position: absolute;
    width: 100%;
    top: 50px;
    left: 0;
    display: none;
}

.myOption {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    border: solid 1px #d8d8d8;
    border-top: 0;
    font-family: VladaRHSans-Reg;
    font-size: 17px;
    line-height: 1.5;
    padding-right: 20px;
    cursor: pointer;
}

    .myOption:hover {
        background-color: #e9ebf4;
    }

.tableMenuButtonContainer {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tableMenuButtonPonisti {
    height: 60px;
    margin-right: 20px;
    width: inherit;
    font-family: VladaRHSans-Reg;
    font-weight: bold;
    font-size: 17px;
    border: solid 1px #d8d8d8;
    background-color: #ffffff;
}

.tableMenuButtonPotvrdi {
    height: 60px;
    background-color: #2e4898;
    color: #ffffff;
    width: inherit;
    font-family: VladaRHSans-Reg;
    font-weight: bold;
    font-size: 17px;
}

.magnifierInput {
    max-width: 130px;
    display: none;
    height: 40px;
    padding-left: 8px;
    border: 1px solid #d8d8d8;
}

@media only screen and (max-width: 767px) {
    .magnifierInput {
        margin-left: 20px;
        max-width: initial;
        width: 200px;
        height: 30px;
    }
}

.contentBody {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0px 40px;
}

@media only screen and (max-width: 768px) {
    .contentBody {
        margin: 0px 20px;
    }
}

.tableTitleContainer {
    align-self: center;
    max-width: 1170px;
    margin-bottom: 80px;
    width: 100%;
}

@media only screen and (max-width: 1063px) {
    .tableTitleContainer {
        width: 100%;
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 768px) {
    .tableTitleContainer {
        margin-bottom: 50px;
    }
}

.firstTable {
    margin-bottom: 0px;
}

.tableTitle {
    font-family: VladaRHSans-Reg;
    font-weight: bold;
    font-size: 28px;
    line-height: 1.5;
    color: #333333;
    margin-bottom: 40px;
    margin-top: 80px;
    display: inline-block;
}

@media only screen and (max-width: 1063px) {
    .tableTitle {
        margin-top: 60px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .tableTitle {
        font-size: 25px;
        margin-top: 40px;
        margin-bottom: 20px;
    }
}

.smallTableTitleMargin {
    margin-top: 40px;
}

.tableContainer {
    position: relative;
    border: 1px solid #d8d8d8;
    border-bottom: 0px;
    max-width: 1170px;
}

.tableHeader {
    height: 42px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #d8d8d8;
}

@media only screen and (min-width: 768px) {
    .tableHeader {
        height: 68px;
        justify-content: space-between;
    }
}

.headerButtonContainer {
    display: none;
}

@media only screen and (min-width: 768px) {
    .headerButtonContainer {
        display: flex;
        flex-direction: row;
    }
}

.magnifierFilterContainer {
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 768px) {
    .magnifierFilterContainer {
        width: 100%;
    }
}

.tableMagnifier {
    margin-left: 20px;
    cursor: pointer;
    width: 22px;
    height: 22px;
    background: url("icons/magnifier.svg");
}

@media only screen and (min-width: 768px) {
    .tableMagnifier {
        margin-left: 0px;
        margin-right: 20px;
    }
}

@media only screen and (min-width: 1063px) {
    .tableMagnifier {
        display: none;
    }
}

.pretraziInput {
    width: 365px;
    height: 46px;
    border: solid 1px #d8d8d8;
    padding-left: 20px;
    opacity: 0.5;
    font-family: VladaRHSans-Reg;
    font-weight: bold;
    font-size: 17px;
    margin-right: 21px;
    margin-top: 7px;
}

.pretraziInputContainer {
    display: none;
}

@media only screen and (min-width: 1063px) {
    .pretraziInputContainer {
        display: block;
        position: relative;
    }
}

.pretraziIcon {
    position: absolute;
    right: 10%;
    top: 25%;
    width: 30px;
    height: 30px;
    background-color: transparent;
}

    .pretraziIcon i {
        color: #d8d8d8;
    }

.btn {
    border: 0;
    margin-right: 20px;
}

@media only screen and (max-width: 768px) {
    .btn {
        margin-right: 12px;
    }
}

.btn-group, .btn-group-vertical {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .btn-group > .btn:first-child {
        font-size: 17px;
        font-family: VladaRHSans-Reg;
        font-weight: bold;
        line-height: 1.5;
        color: #333333;
        background-color: transparent;
    }

@media only screen and (max-width: 768px) {
    .btn-group > .btn:first-child {
        font-size: 14px;
    }
}

.btn-default:hover {
    background-color: #ffffff;
}

.dropdown-menu {
    left: auto;
    right: 0px;
}

.mobileHeaderButton {
    background-color: #ffffff;
    width: 100%;
    height: 58px;
    color: #333333;
    line-height: 1.5;
    font-size: 17px;
    border: 0;
}

@media only screen and (min-width: 768px) {
    .mobileHeaderButton {
        display: none;
    }
}

.activeMobileHeaderButton {
    background-color: #20409b;
    color: #ffffff;
}

.headerButton {
    display: none;
}

@media only screen and (min-width: 768px) {
    .headerButton {
        display: block;
        width: 160px;
        height: 67px;
        color: #333333;
        background-color: white;
        border: 0;
        font-size: 17px;
        font-family: VladaRHSans-Reg;
        font-weight: bold;
        border-radius: 0;
    }
}

.headerButton:focus {
    outline: 0;
}

@media only screen and (min-width: 1063px) {
    .headerButton {
        width: 180px;
    }
}

.activeHeaderButton {
    display: none;
}

@media only screen and (min-width: 768px) {
    .activeHeaderButton {
        display: block;
        background-color: #20409b;
        color: #ffffff;
    }
}

.tableInfoHeader {
    display: none;
}

@media only screen and (min-width: 1063px) {
    .tableInfoHeader {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        background-color: #ffffff;
        border-bottom: 1px solid #d8d8d8;
    }
}

.nazivTableInfoHeader {
    margin-left: 49px;
    padding: 22px 0px;
    font-family: VladaRHSans-Reg;
    font-weight: bold;
    font-size: 17px;
    line-height: 1.5;
}

.tableInfoHeaderDetails {
    position: relative;
    display: flex;
    flex-direction: row;
}

.tableInfoHeaderDetail {
    margin-right: 40px;
    padding: 22px 0px;
    font-family: VladaRHSans-Reg;
    font-weight: bold;
    line-height: 1.5;
    font-size: 17px;
    width: 120px;
}

.tableData {
    display: none;
}

@media only screen and (min-width: 1063px) {
    .tableData {
        display: flex;
        align-items: center;
        margin-right: 40px;
        padding: 15px 0px;
        width: 120px;
        font-size: 17px;
        line-height: 1.5;
        font-family: VladaRHSans-Reg;
    }
}

.lastTableInfoHeaderDetail {
    margin-right: 64px;
}

.tableInfoContainer {
    background-color: #ffffff;
    border-bottom: 1px solid #d8d8d8;
}

.tableInfoTextContainer {
    width: 100%;
    padding: 14px;
}

@media only screen and (min-width: 768px) {
    .tableInfoTextContainer {
        padding: 14px 0px 14px 40px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

@media only screen and (min-width: 1063px) {
    .tableInfoTextContainer {
        padding: 0px 0px 0px 49px;
    }
}

.tableInfoText {
    font-size: 17px;
    font-family: VladaRHSans-Reg;
    line-height: 1.5;
}

    .tableInfoText a {
        color: inherit;
    }

        .tableInfoText a:hover {
            text-decoration: none;
        }

@media only screen and (min-width: 768px) {
    .tableInfoText {
        width: 451px;
    }
}

.hiddenTableDataTitle {
    font-family: VladaRHSans-Reg;
    font-weight: bold;
}

.hiddenInnerInfoContainer {
    display: none;
    padding: 0px 14px 14px 14px;
}

@media only screen and (min-width: 768px) {
    .hiddenInnerInfoContainer {
        padding: 0px 0px 14px 40px;
    }
}

.tableArrow {
    display: none;
    width: 24px;
    height: 18px;
    background: url("icons/envelope.svg");
}

@media only screen and (min-width: 768px) {
    .tableArrow {
        display: block;
        margin-right: 21px;
    }
}

@media only screen and (min-width: 1063px) {
    .tableArrow {
        display: none;
    }
}

.envelopeContainer {
    position: relative;
}

.envelope {
    display: none;
}

@media only screen and (min-width: 1063px) {
    .envelope {
        display: block;
        position: absolute;
        z-index: 0;
        right: 20px;
        top: 40%;
        background: url('./icons/envelope.svg') no-repeat;
        height: 18px;
        width: 24px;
        padding: 0;
    }

        .envelope:hover {
            background: url('./icons/blueEnvelope.svg') no-repeat;
        }

            .envelope:hover + .envelopeTooltip {
                display: block;
            }
}

.envelope:focus {
    outline: none;
}

.envelopeTooltip {
    position: absolute;
    bottom: -70px;
    left: -130px;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99;
    padding: 10px 20px;
    width: 238px;
    border-radius: 4px;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    font-size: 17px;
    font-family: VladaRHSans-Reg;
    font-weight: bold;
    line-height: 1.5;
    color: #333333;
}

@media only screen and (max-width: 1250px) {
    .envelopeTooltip {
        left: -230px;
    }
}

.line {
    border-top: 1px solid #333333;
    opacity: 0.2;
}

@media only screen and (min-width: 768px) {
    .line {
        width: 451px;
    }
}

.hiddenInfo {
    list-style-type: none;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 28px;
}

.tableRowInfo {
    margin-bottom: 4px;
    font-family: VladaRHSans-Reg;
}

@media only screen and (min-width: 768px) {
    .tableRowInfo {
        margin-bottom: 8px;
    }
}

.tabButtonContainer {
    display: flex;
    flex-direction: column;
}

@media only screen and (min-width: 768px) {
    .tabButtonContainer {
        flex-direction: row;
        padding-right: 40px;
        margin-top: 28px;
    }
}

.prijavaButtonTable {
    width: 100%;
    height: 50px;
    border-radius: 4px;
    border: solid 2px #20409b;
    background-color: #ffffff;
    color: #20409b;
    font-size: 17px;
    font-family: VladaRHSans-Reg;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
    .prijavaButtonTable {
        margin-right: 16px;
    }
}

.saznajteButton {
    text-align: center;
    padding-top: 13px;
    width: 100%;
    height: 50px;
    border-radius: 4px;
    background-color: #20409b;
    color: #ffffff;
    font-size: 17px;
    font-family: VladaRHSans-Reg;
    font-weight: bold;
    line-height: 1.5;
}

.sviNatjecajiButton {
    width: 100%;
    height: 62px;
    background-color: #20409b;
    color: #ffffff;
    font-family: VladaRHSans-Reg;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5;
    border: 0;
    text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
    .sviNatjecajiButton {
        font-size: 17px;
    }
}

@media only screen and (min-width: 1063px) {
    .sviNatjecajiButton {
        border-radius: 4px;
        float: right;
        width: 220px;
        height: 60px;
        margin-top: 30px;
        font-size: 17px;
        text-transform: unset;
    }
}

.tableRibbon {
    position: absolute;
    bottom: 0px;
    left: -20px;
    z-index: -99;
    background: url("icons/ribbon.svg");
    width: 110px;
    height: 190px;
}

@media only screen and (min-width: 1063px) {
    .tableRibbon {
        bottom: -30px;
    }
}

/* NUMBERS */

.fondoviBrojkamaContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 1170px;
    position: relative;
}

@media only screen and (max-width: 1250px) {
    .fondoviBrojkamaContainer {
        min-width: 0px;
    }
}

.fondoviBrojkamaHeader {
    position: absolute;
    z-index: 200;
    top: 10px;
}

.fondoviBrojkamaTitle {
    margin-bottom: 40px;
    margin-top: 0px;
    font-family: VladaRHSans-Reg;
    font-weight: bold;
    font-size: 28px;
    line-height: 1.5;
    color: #333333;
}

@media only screen and (max-width: 1063px) {
    .fondoviBrojkamaTitle {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .fondoviBrojkamaTitle {
        margin-bottom: 30px;
        font-size: 25px;
    }
}

.fondoviBrojkama {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 320px;
    box-shadow: 6px 6px 8px 0 rgba(51, 51, 51, 0.05), -6px -6px 8px 0 rgba(51, 51, 51, 0.05);
    background-color: #ffffff;
    margin-bottom: 80px;
}

@media only screen and (max-width: 1250px) {
    .fondoviBrojkama {
        flex-direction: column;
        height: 600px;
        width: 100%;
    }
}

.numbersRibbon {
    position: absolute;
    top: -35px;
    right: -20px;
    z-index: -1;
    height: 180px;
    width: 100px;
    background: url(icons/ribbon.svg);
}

@media only screen and (max-width: 768px) {
    .numbersRibbon {
        top: -30px;
        right: -10px;
    }
}

.infoContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 389px;
}

@media only screen and (max-width: 1250px) {
    .infoContainer {
        margin-top: -20px;
        width: auto;
    }
}

@media only screen and (max-width: 768px) {
    .infoContainer {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 1250px) {
    .lastInfoContainer {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .lastInfoContainer {
        margin-bottom: 0px;
    }
}

.infoTextContainer {
    height: 110px;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .infoTextContainer {
        height: auto;
        width: auto;
    }
}

.biggerInfo {
    font-family: VladaRHSans-Reg;
    font-weight: bold;
    font-size: 60px;
}

@media only screen and (max-width: 1250px) {
    .biggerInfo {
        height: 72px;
        font-size: 72px;
    }
}

@media only screen and (max-width: 1063px) {
    .biggerInfo {
        line-height: 1.25;
    }
}

@media only screen and (max-width: 768px) {
    .biggerInfo {
        font-size: 52px;
    }
}

.smallerInfo {
    font-family: VladaRHSans-SmBld;
    font-size: 36px;
    line-height: 2.5;
    text-align: center;
    color: #20409b;
}

.numberInfo {
    font-size: 36px;
    text-align: center;
    color: #20409b;
    height: 84px;
}

@media only screen and (max-width: 768px) {
    .numberInfo {
        height: auto;
        font-size: 30px;
        height: 74px;
    }
}

.info {
    opacity: 0.5;
    font-size: 22px;
    font-family: VladaRHSans-Reg;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    color: #333333;
}

@media only screen and (max-width: 768px) {
    .info {
        font-size: 20px;
    }
}

@media only screen and (max-width: 319px) {
    .info {
        font-size: 17px;
    }
}

.greyLine {
    width: 1px;
    padding: 0px 1px 0px 0px;
    height: 160px;
    background-color: #dddddd;
}

@media only screen and (max-width: 1250px) {
    .greyLine {
        width: 120px;
        height: 1px;
    }
}

/* FOOTER */

body {
    margin: 0;
    padding: 0;
}

footer {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    background-color: #f5f5f5;
}

@media only screen and (max-width: 1200px) {
    footer {
        flex-direction: column;
    }
}

.footerContainer {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    background-color: #f5f5f5;
    padding: 60px 0;
    min-width: 1170px;
}

@media only screen and (max-width: 1200px) {
    .footerContainer {
        padding: 60px 20px;
        flex-direction: column;
        min-width: initial;
    }
}

@media only screen and (max-width: 768px) {
    .footerContainer {
        padding: 50px 20px;
    }
}

.footerTextContainerContainer {
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}

@media only screen and (max-width: 1063px) {
    .footerTextContainerContainer {
        width: 550px;
        margin-left: 0px;
    }
}

@media only screen and (max-width: 768px) {
    .footerTextContainerContainer {
        width: auto;
        flex-direction: column;
        align-self: flex-start;
        margin-left: 0px;
    }
}

.footerText {
    display: flex;
    flex-direction: column;
}

@media only screen and (max-width: 1063px) {
    .footerText.w30p {
        width: 100%;
    }
}

@media only screen and (max-width: 400px) {
    .footerText.w30p {
        width: 100%;
    }
}

.footerLinkContainer {
    margin-bottom: 10px;
}

@media only screen and (max-width: 1063px) {
    .footerLinkContainer {
        margin-bottom: 12px;
    }
}

.footerLink {
    font-size: 17px;
    font-family: VladaRHSans-Reg;
    line-height: 1.5;
    color: #333333;
    margin-bottom: 10px;
    cursor: pointer;
}

@media only screen and (max-width: 768px) {
    .footerLink {
        font-size: 14px;
    }
}

.footerImageContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

@media only screen and (max-width: 1200px) {
    .footerImageContainer {
        margin-top: 35px;
    }
}

@media only screen and (max-width: 1063px) {
    .footerImageContainer {
        width: 108%;
    }
}

@media only screen and (max-width: 768px) {
    .footerImageContainer {
        width: 100%;
        margin-top: 28px;
    }
}

.euImage {
    margin-right: 20px;
    width: 100px;
}

@media only screen and (max-width: 1063px) {
    .euImage {
        width: 91px;
        margin-right: 0px;
    }
}

@media only screen and (max-width: 768px) {
    .euImage {
        height: 26px;
        width: 41px;
        margin-right: 9px;
    }
}

.euFondoviImage {
    height: 48px;
    margin-right: 20px;
}

@media only screen and (max-width: 1063px) {
    .euFondoviImage {
        height: 45px;
        margin-right: 0px;
        margin-top: -10px;
    }
}

@media only screen and (max-width: 768px) {
    .euFondoviImage {
        height: 20px;
        margin-right: 9px;
        margin-top: 0px;
    }
}

.konkurentnostImage {
    height: 48px;
}

@media only screen and (max-width: 1063px) {
    .konkurentnostImage {
        width: 120px;
        height: 35px;
    }
}

@media only screen and (max-width: 768px) {
    .konkurentnostImage {
        height: 17px;
        width: 65px;
    }
}

.rhFondoviImage {
    width: 270px;
    height: 51px;
    margin-right: 20px;
}

@media only screen and (max-width: 1063px) {
    .rhFondoviImage {
        height: auto;
        width: 200px;
        margin-right: 0px;
    }
}

@media only screen and (max-width: 768px) {
    .rhFondoviImage {
        height: 15px;
        width: 90px;
        margin-right: 9px;
    }
}

/* COOKIES */

.accessibilityIconTopRight {
    position: fixed;
    top: 130px;
    right: 0;
    width: 67px;
    height: 67px;
    cursor: pointer;
    background: url("icons/accessibility.svg");
    background-size: contain;
}

@media only screen and (max-width: 1063px) {
    .accessibilityIconTopRight {
        width: 60px;
        height: 60px;
    }
}

@media only screen and (max-width: 768px) {
    .accessibilityIconTopRight {
        display: none;
    }
}

.cookiesContainer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 84px;
    padding: 0 40px;
    background-color: #20409b;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08);
    z-index: 1001;
}

@media only screen and (max-width: 720px) {
    .cookiesContainer {
        height: 74px;
        padding: 0 20px;
    }
}

.cookiesText {
    max-width: 950px;
    margin-right: 61px;
    font-size: 17px;
    line-height: 1.5;
    color: #ffffff;
    font-family: VladaRHSans-Reg;
    font-weight: bold;
}

@media only screen and (max-width: 1063px) {
    .cookiesText {
        font-size: 17px;
        margin-right: 8px;
    }
}

@media only screen and (max-width: 720px) {
    .cookiesText {
        margin-top: 10px;
        margin-bottom: 10px;
        margin-right: 30px;
        font-size: 12px;
        margin-right: 20px;
    }
}

.noMobileCookiesText {
    display: inline;
}

@media only screen and (max-width: 720px) {
    .noMobileCookiesText {
        display: none;
    }
}

.cookiesButton {
    width: 110px;
    height: 50px;
    border-radius: 4px;
    background-color: #ffffff;
    font-size: 17px;
    font-family: VladaRHSans-Reg;
    font-weight: bold;
    color: #20409b;
}

@media only screen and (max-width: 1063px) {
    .cookiesButton {
        width: 165px;
        padding: 12px 30px;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 720px) {
    .cookiesButton {
        display: none;
    }
}

.cookiesX {
    display: none;
    cursor: pointer;
    background: url("icons/close-x.svg") no-repeat;
    flex: none;
}

@media only screen and (max-width: 720px) {
    .cookiesX {
        display: block;
        width: 24px;
        height: 24px;
    }
}

button {
    border: none;
}

/* ACCESSIBILITY MODAL */

.accessibilityModalScreen {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: #00000033;
    z-index: 199;
}

.accessibilityModal {
    position: relative;
    width: 770px;
    border-radius: 6px;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

@media only screen and (max-width: 1063px) {
    .accessibilityModal {
        margin: 0 40px;
    }
}

@media only screen and (max-width: 768px) {
    .accessibilityModal {
        margin: 0 20px;
    }
}

.accessibilityModalTitleContainer {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 82px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 44px;
}

@media only screen and (max-width: 768px) {
    .accessibilityModalTitleContainer {
        height: 70px;
        margin-bottom: 24px;
    }
}

.accessibilityModalTitle {
    font-family: VladaRHSans-Reg;
    font-weight: bold;
    font-size: 28px;
    line-height: 1.5;
    text-align: center;
    color: #333333;
}

@media only screen and (max-width: 768px) {
    .accessibilityModalTitle {
        font-size: 17px;
        max-width: 70%;
    }
}

.closeModalX {
    position: absolute;
    right: 29px;
    top: 29px;
    cursor: pointer;
    background: url("icons/close-modal.svg") no-repeat;
    width: 24px;
    height: 24px;
}

@media only screen and (max-width: 768px) {
    .closeModalX {
        top: 26px;
        right: 20px;
    }
}

@media only screen and (max-width: 470px) {
    .closeModalX {
        right: 8px;
    }
}

.buttonContainer {
    display: flex;
    flex-direction: column;
    margin: 0px 44px;
}

@media only screen and (max-width: 768px) {
    .buttonContainer {
        margin: 0px 20px;
    }
}

.accessibilityButtonRow {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .accessibilityButtonRow {
        flex-direction: column;
    }
}

.accessibilityBottomButtonRow {
    margin-top: 22px;
    margin-bottom: 44px;
}

@media only screen and (max-width: 768px) {
    .accessibilityBottomButtonRow {
        margin-top: 0;
        margin-bottom: 14px;
    }
}

.accessibilityButton {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    min-width: 48%;
    background-color: #ffffff;
    border: 2px solid #333333;
    border-radius: 6px;
    font-size: 17px;
    cursor: pointer;
}

@media only screen and (max-width: 768px) {
    .accessibilityButton {
        height: 70px;
        margin: 0;
        margin-bottom: 14px;
    }
}

.accessibilityTextIcon {
    color: #333333;
}

.accessibilityTextIconSmall {
    font-family: VladaRHSans-SmBld;
    font-size: 25px;
    line-height: 27px;
}

.accessibilityTextIconLarge {
    font-family: VladaRHSans-Reg;
    font-weight: bold;
    font-size: 34px;
    line-height: 36px;
}

@media only screen and (max-width: 768px) {
    .accessibilityTextIconLarge {
        font-size: 30px;
    }

    .accessibilityTextIconSmall {
        font-size: 20px;
    }
}

.accessibilityText {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 12px;
    font-family: VladaRHSans-Reg;
    font-weight: bold;
    font-size: 25px;
    color: #333333;
    line-height: 1.13;
}

@media only screen and (max-width: 768px) {
    .accessibilityText {
        font-size: 17px;
    }
}

.accessibilityButtonMarginRight {
    margin-right: 22px;
}

@media only screen and (max-width: 768px) {
    .accessibilityButtonMarginRight {
        margin-right: 0;
    }

    .accessibilityButton > img {
        width: 20px;
        height: 20px;
    }
}

.accessibilityResetButton {
    background-color: #20409b;
    color: #ffffff;
}

.accessibilityResetText {
    color: #ffffff;
    margin: 0;
}

/* NOTIFICATION MODAL */

.newsletterModalScreen {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: #00000033;
}

.newsletterModal {
    position: relative;
    width: 770px;
    border-radius: 6px;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

@media only screen and (max-width: 1063px) {
    .newsletterModal {
        margin: 0px 20px;
    }
}

.newsletterModalTitleContainer {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 82px;
    border-bottom: 1px solid #d8d8d8;
}

.newsletterModalTitle {
    font-size: 28px;
    font-family: VladaRHSans-Reg;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    color: #333333;
}

@media only screen and (max-width: 1063px) {
    .newsletterModalTitle {
        font-size: 25px;
    }
}

@media only screen and (max-width: 768px) {
    .newsletterModalTitle {
        font-size: 20px;
    }
}

.newsletterCloseModalX {
    position: absolute;
    right: 29px;
    top: 29px;
    cursor: pointer;
    background: url("icons/close-modal.svg") no-repeat;
    width: 24px;
    height: 24px;
}

@media only screen and (max-width: 1063px) {
    .newsletterCloseModalX {
        right: 16px;
    }
}

.newsletterModalInfoContainer {
    font-size: 17px;
    margin: 44px;
    line-height: 1.5;
    color: #333333;
}

@media only screen and (max-width: 1063px) {
    .newsletterModalInfoContainer {
        margin: 20px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 768px) {
    .newsletterModalInfoContainer {
        margin: 14px;
        font-size: 17px;
    }
}

.newsletterModalInfo {
    font-family: VladaRHSans-Reg;
}

.newsletterModalInfoTitle {
    font-weight: 900;
    font-family: VladaRHSans-Reg;
    font-weight: bold;
}

.newsletterEmailContainer {
    margin-left: 44px;
    margin-right: 44px;
}

@media only screen and (max-width: 1063px) {
    .newsletterEmailContainer {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .newsletterEmailContainer {
        margin-left: 14px;
        margin-right: 14px;
    }
}

.newsletterEmailContainer {
    font-size: 17px;
    font-family: VladaRHSans-Reg;
    line-height: 1.5;
    color: #3a3a3a;
}

.newsletterEmailText {
    font-family: VladaRHSans-Reg;
    font-weight: bold;
    margin-bottom: 15px;
    display: none;
}

@media only screen and (max-width: 768px) {
    .newsletterEmailText {
        display: block;
    }
}

.newsletterInputContainer {
    display: flex;
    flex-wrap: wrap;
}

.newsletterEmailInput {
    flex-basis: 49%;
    min-width: 180px;
    border-radius: 4px;
    border: solid 1px #cccccc;
    background-color: #ffffff;
    font-size: 17px;
    font-family: VladaRHSans-Reg;
    padding-left: 20px;
    margin-right: 10px;
    height: 60px;
}

@media only screen and (max-width: 1063px) {
    .newsletterEmailInput {
        min-width: 160px;
        font-size: 14px;
        padding-left: 8px;
        margin-right: 10px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .newsletterEmailInput {
        outline: none;
        flex-basis: 100%;
        height: auto;
        line-height: 3.5;
    }

        .newsletterEmailInput::placeholder {
            line-height: 3.5;
        }
}

.newsletterEmailButton {
    flex-basis: 49%;
    opacity: 0.3;
    border-radius: 6px;
    background-color: #20409b;
    font-size: 17px;
    font-family: VladaRHSans-Reg;
    font-weight: bold;
    color: #ffffff;
    cursor: initial;
    outline: none;
}

@media only screen and (max-width: 1063px) {
    .newsletterEmailButton {
        font-size: 14px;
    }
}

@media only screen and (max-width: 768px) {
    .newsletterEmailButton {
        min-width: 70px;
        height: 60px;
        font-size: 12px;
        flex-basis: 100%;
        order: 1;
        margin-bottom: 10px;
    }
}

.newsletterEmailButtonActive {
    opacity: 1;
    cursor: pointer;
}

.newsletterEmailButtonDisabled {
    opacity: 0.25;
    cursor: default;
}

.newsletterCheckboxContainer {
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 22px;
    flex-basis: 100%;
}

@media only screen and (max-width: 1063px) {
    .newsletterCheckboxContainer {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .newsletterCheckboxContainer {
        margin: 10px 0;
    }

        .newsletterCheckboxContainer label {
            font-size: 14px;
        }
}

.newsletterLabelSubscription {
    margin-left: 32px;
    text-shadow: 0 4px 16px rgba(29, 38, 60, 0.05);
    font-size: 17px;
    font-family: VladaRHSans-Reg;
    color: #444444;
    margin-bottom: 0px;
}

.mobileNewsletterButton {
    display: none;
    height: 56px;
    border-radius: 4px;
    font-family: CStd;
    font-size: 17px;
    font-weight: 900;
    letter-spacing: 0.4px;
    background-color: #000000;
    outline: none;
    border: 0;
    color: #3d3d4d;
    padding: 0;
    cursor: pointer;
}

.containerCheckbox {
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .containerCheckbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkmark {
    position: absolute;
    left: 2px;
    height: 18px;
    width: 18px;
    border-radius: 3px;
    border: 1px solid #333333;
}

    .checkmark:after {
        content: '';
        position: absolute;
        display: none;
    }

.containerCheckbox input:checked ~ .checkmark:after {
    display: block;
}

.containerCheckbox .checkmark:after {
    left: 5px;
    width: 6px;
    height: 12px;
    border: solid #20409b;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.privola {
    color: #20409b;
    text-decoration: none;
}

.select {
    display: flex;
    align-items: center;
    margin: 0;
    margin-bottom: 20px;
    margin-top: 13px;
    width: 100%;
    padding: 5px 35px 5px 5px;
    font-size: 17px;
    border: 1px solid #ccc;
    height: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(icons/downArrow.svg) 96% / 15% no-repeat;
    background-size: 12px;
}

    .select::-ms-expand {
        display: none;
    }

@media screen and (min-width: 0\0) {
    .select {
        background: none\9;
        padding: 5px\9;
    }
}

.select :invalid, .select option[value=''] {
    color: #999999;
}

select {
    display: flex;
    align-items: center;
    margin: 0;
    margin-bottom: 20px;
    margin-top: 13px;
    width: 100%;
    padding: 5px 35px 5px 5px;
    font-size: 17px;
    border: 1px solid #ccc;
    height: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(icons/downArrow.svg) 96% / 15% no-repeat;
    background-size: 12px;
}

    select::-ms-expand {
        display: none;
    }

@media screen and (min-width: 0\0) {
    select {
        background: none\9;
        padding: 5px\9;
    }
}

select:invalid, select option[value=''] {
    color: #999999;
}

/* PAGINATION */

.pagination {
    display: inline-flex;
    margin: 35px auto auto auto;
    border: 2px solid #20409b;
    font-size: 17px;
    line-height: 1.5;
    border-radius: 6px;
}

.pagination-text {
    font-family: VladaRHSans-Reg;
    font-size: 17px;
    line-height: 1.5;
    color: #333333;
}

.pagination__element {
    box-sizing: border-box;
    padding: 13px;
    width: 50px;
    text-align: center;
    font-family: VladaRHSans-Reg;
    font-weight: bold;
    color: #20409b;
}

    .pagination__element:hover {
        background-color: rgba(32, 64, 155, 0.1);
        cursor: pointer;
    }

.pagination .pagination__element--active {
    background-color: #20409b;
    color: #ffffff;
}

.pagination__element:first-child, .pagination__element:last-child {
    padding: 13px 25px;
    width: 120px;
    box-sizing: border-box;
}

.pagination__element:not(:last-child) {
    border-right: 2px solid #20409b;
}

@media only screen and (max-width: 768px) {
    .pagination {
        font-size: 14px;
    }

        .pagination > .page:not(.pagination__element--active) {
            display: none;
        }

    .pagination__element:first-child, .pagination__element:last-child {
        padding: 13px;
        width: auto;
        box-sizing: border-box;
    }
}

.center-text {
    text-align: center;
}

.pagination__element.disabled {
    cursor: not-allowed;
}

.spinner-container {
    position: relative;
    background-color: white;
    border-bottom: 1px solid #d8d8d8;
}

.spinner {
    position: absolute;
    top: 40%;
    left: 45%;
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #3498db;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.overlay {
    opacity: 0.5;
    background: #ffffff;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    position: fixed;
}

/* CONTENT */

.content {
    max-width: 1170px;
    margin: auto;
}

@media only screen and (max-width: 1400px) {
    .content {
        max-width: 1110px;
    }
}

@media only screen and (max-width: 1200px) {
    .content {
        max-width: 1063px;
    }
}

.top-section {
    display: flex;
}

@media only screen and (max-width: 1063px) {
    .content {
        max-width: 90%;
    }

    .top-section {
        flex-direction: column;
    }

    .right-section {
        margin-top: 60px;
    }
}

.left-section {
    flex-basis: 75%;
    padding-right: 10px;
}

@media only screen and (max-width: 1063px) {
    .left-section {
        padding: 0;
    }
}

.right-section {
    flex-basis: 25%;
    padding-left: 10px;
}

@media only screen and (max-width: 1063px) {
    .right-section {
        padding-left: 0;
    }

        .right-section > .search {
            display: inline-flex;
            width: 49%;
        }

            .right-section > .search + div {
                display: inline-block;
                width: 49%;
            }

        .right-section > .search {
            margin-right: 10px;
        }

        .right-section .btn {
            margin-bottom: 6px;
        }
}

@media only screen and (max-width: 768px) {
    .right-section > .search {
        display: flex;
        width: 100%;
    }

        .right-section > .search + div {
            display: block;
            width: 100%;
        }
}

.title {
    font-family: VladaRHSans-Reg;
    font-weight: bold;
    font-size: 36px;
    line-height: 1.5;
}

@media only screen and (max-width: 1063px) {
    .title {
        font-size: 28px;
    }
}

@media only screen and (max-width: 1063px) {
    .main-title {
        font-size: 25px;
    }
}

.input {
    background-color: #ffffff;
    padding: 17px 20px;
    border: 1px solid #d8d8d8;
    outline: none;
    border-radius: 6px;
    font-size: 17px;
    font-family: VladaRHSans-Reg;
    color: #565656;
    display: block;
    width: 100%;
}

.search {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search__input {
    border: none;
    outline: none;
    font-size: 17px;
    font-family: VladaRHSans-Reg;
    font-weight: bold;
    color: #333333;
}

    .search__input::placeholder {
        color: #cccccc;
        line-height: 2;
    }

.input::placeholder {
    color: #cccccc;
}

.search__icon {
    width: 16px;
    height: 16px;
}

.useful-links {
    padding: 0;
}

.useful-links__link:not(:last-child) {
    margin-bottom: 10px;
}

.useful-links__link a {
    font-size: 17px;
    font-family: VladaRHSans-Reg;
    color: #20409b;
    text-decoration: underline;
}

@media only screen and (max-width: 1063px) {
    .useful-links__link a {
        font-size: 17px;
        font-family: VladaRHSans-Reg;
        color: #20409b;
        text-decoration: underline;
    }
}

.btn {
    width: 100%;
    padding: 17px 30px;
    color: #ffffff;
    font-family: VladaRHSans-Reg;
    font-weight: bold;
    font-size: 17px;
    background-color: #20409b;
}

.btn--white {
    background-color: white;
    color: #20409b;
    border: 2px solid #20409b;
}

.btn--shadow {
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.14);
}

.btn:hover {
    color: #ffffff;
}

.btn--white:hover {
    color: #20409b;
}

/* FAQ pane */

.faq-list {
    padding: 10px 0 0 0;
    counter-reset: counter;
}

.faq-list__element {
    counter-increment: counter;
    font-size: 25px;
    line-height: 1.5;
}

.faq-pane__checkbox {
    display: none;
}

.faq-pane__question {
    font-family: VladaRHSans-Reg;
    font-size: 17px;
    line-height: 1.5;
    margin: 12px 0;
    color: #333333;
    position: relative;
}

@media only screen and (max-width: 1063px) {
    .faq-pane__question {
        font-size: 17px;
    }
}

.faq-pane__question::before {
    content: counter(counter) '. ';
    position: absolute;
    top: 0;
    left: -40px;
    min-width: 30px;
    display: block;
    text-align: right;
}

.faq-pane__answer {
    font-family: VladaRHSans-Reg;
    font-size: 17px;
    line-height: 1.5;
    position: relative;
    opacity: 0;
    height: auto;
    max-height: 0;
    transform: scaleY(0);
    transition: all 0.3s ease;
    transform-origin: 0 0;
}

    .faq-pane__answer::before {
        content: '';
        position: absolute;
        top: 0;
        left: -25px;
        display: block;
        height: 100%;
        width: 3px;
        background-color: #20409b;
    }

@media only screen and (max-width: 1063px) {
    .faq-pane__answer {
        font-size: 17px;
    }

        .faq-pane__answer::before {
            left: -18px;
        }
}

.faq-pane__checkbox:checked ~ .faq-pane__answer {
    opacity: 1;
    max-height: 600px;
    transform: scaleY(1);
}

.faq-pane__checkbox:checked + .faq-pane__question {
    color: #20409b;
}

/* INFO SECTION */

.info-section:not(:last-of-type) {
    padding-bottom: 40px;
    border-bottom: 2px solid #333333;
}

.info-section:first-of-type {
    border-top: 2px solid #333333;
}

.info-section__title {
    font-family: VladaRHSans-Reg;
    font-weight: bold;
    font-size: 25px;
    line-height: 1.5;
    color: #333333;
    margin-bottom: 20px;
}

h1.info-section__title {
    font-size: 30px;
}

.info-section__content > *:not(:last-child) {
    margin-bottom: 40px;
}

.info-section__paragraph {
    font-family: VladaRHSans-Reg;
    font-size: 17px;
    line-height: 1.5;
}

.info-section__list {
    padding: 0;
}

.info-section__list-element a {
    text-decoration: underline;
}

.info-section__list--numbered {
    list-style-position: inside;
    padding-left: 17px;
}

    .info-section__list--numbered li {
        list-style: decimal inside;
        counter-reset: section;
    }

.info-section__list--lower {
    list-style-position: inside;
    padding-left: 17px;
}

    .info-section__list--lower li {
        list-style: lower-alpha inside;
        counter-reset: section;
    }

.info-section__list--dotted li {
    padding-left: 27px;
}

    .info-section__list--dotted li:not(:last-child) {
        margin-bottom: 16px;
    }

    .info-section__list--dotted li::before {
        content: '';
        display: inline-block;
        width: 8px;
        height: 8px;
        margin-left: -25px;
        margin-right: 10px;
        border-radius: 50%;
        background-color: #000000;
    }

.info-section__list-element {
    font-family: VladaRHSans-Reg;
    font-size: 17px;
    line-height: 1.5;
}

.info-section__strong-text {
    font-family: VladaRHSans-Reg;
}

.info-section__list-element:not(:last-child) {
    margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
    .info-section__paragraph, .info-section__list-element {
        font-size: 17px;
    }
}

/* UTILITY */

.normal-table {
    font-size: 17px;
    line-height: 1.5;
    font-family: VladaRHSans-Reg;
}

    .normal-table td, .normal-table th {
        border: 1px solid black;
        padding: 5px;
    }

.margin-bottom-sm {
    margin-bottom: 12px;
}

.margin-bottom-md {
    margin-bottom: 20px;
}

.margin-bottom-lg {
    margin-bottom: 30px;
}

.margin-bottom-xl {
    margin-bottom: 40px;
}

.margin-bottom-xxl {
    margin-bottom: 80px;
}

.margin-bottom-xxxl {
    margin-bottom: 260px;
}

.margin-top-sm {
    margin-top: 12px;
}

.margin-left-lg {
    margin-left: 35px;
}

.center-text {
    text-align: center;
}

.strong-text {
    font-family: VladaRHSans-Reg;
    font-weight: bold;
}

.link {
    text-decoration: underline;
    color: #20409b;
}

/* NOTICE PANE */

.notice-pane {
    padding: 30px 20px;
}

    .notice-pane:not(:last-of-type) {
        margin-bottom: 15px;
    }

    .notice-pane:last-of-type {
        padding-bottom: 0;
    }

.notice-pane--primary {
    background-color: #ffd300;
    border-radius: 6px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.notice-pane__title-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.notice-pane__title {
    font-family: VladaRHSans-Reg;
    font-weight: bold;
    font-size: 25px;
    line-height: 1.5;
    margin: 0;
}

.notice-pane__date {
    font-family: VladaRHSans-RegIta;
    font-size: 17px;
    line-height: 1.5;
    color: #777777;
}

.notice-pane__text {
    font-family: VladaRHSans-Reg;
    font-size: 17px;
    line-height: 1.5;
    color: #3a3a3a;
}

.notice-pane--primary .notice-pane__text {
    font-family: VladaRHSans-Reg;
    font-weight: bold;
}

.notice-pane__text a {
    color: #3b52b5;
    text-decoration: underline;
}

@media only screen and (max-width: 768px) {
    .notice-pane {
        padding: 14px;
    }

        .notice-pane .margin-bottom-md {
            margin-bottom: 10px;
        }

    .notice-pane__title {
        font-size: 21px;
    }

    .notice-pane__text {
        font-size: 17px;
    }

    .notice-pane__date {
        font-size: 14px;
    }
}

.ruler {
    height: 2px;
    color: #d8d8d8;
    background-color: #d8d8d8;
    border: none;
    margin: 40px auto;
}

.questions-answers__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0;
}

@media only screen and (max-width: 1063px) {
    .questions-answers__list {
        max-height: 600px;
    }
}

@media only screen and (max-width: 768px) {
    .questions-answers__list {
        max-height: none;
    }
}

.questions-answers__list-item {
    margin-bottom: 20px;
    font-family: VladaRHSans-Reg;
    font-weight: bold;
    font-size: 17px;
    line-height: 1.5;
    margin-left: 5px;
    margin-right: 5px;
    width: 45%;
}

    .questions-answers__list-item div {
        margin-top: 10px;
    }

    .questions-answers__list-item a {
        text-decoration: underline;
    }

        .questions-answers__list-item a::before {
            content: '';
            display: inline-block;
            width: 8px;
            height: 8px;
            background-color: #000000;
            border-radius: 50%;
            margin-right: 10px;
        }

@media only screen and (max-width: 768px) {
    .questions-answers__list-item {
        font-size: 17px;
    }
}

.subscribe {
    display: flex;
    flex-direction: column;
}

.subscribe__form {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

    .subscribe__form > .input {
        order: 1;
    }

    .subscribe__form > .btn {
        order: 3;
    }

    .subscribe__form > .checkmark-poziv {
        order: 2;
    }

@media only screen and (max-width: 1063px) {
    .subscribe__form {
        display: block;
    }

        .subscribe__form > .input {
            display: inline-block;
            width: 49%;
            margin-right: 8px;
        }

        .subscribe__form > .btn {
            width: 49%;
            display: inline-block;
            margin-bottom: 5px;
        }
}

@media only screen and (max-width: 768px) {
    .subscribe__form {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

        .subscribe__form > .input {
            width: auto;
            display: block;
            margin-right: 0;
            order: 1;
        }

        .subscribe__form > .btn {
            width: auto;
            display: block;
            order: 3;
        }

        .subscribe__form > .checkmark-poziv {
            order: 2;
        }
}

.center-text {
    text-align: center;
}

.pagination-disabled a {
    pointer-events: none;
}

.filters-delete {
    margin-left: 5px;
    cursor: pointer;
}

/*DETAILS PANE*/

.details-pane {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #d8d8d8;
    padding: 30px 20px;
    border-radius: 6px;
    display: flex;
    background-color: white;
    justify-content: space-between;
    position: relative;
}

@media only screen and (max-width: 1063px) {
    .details-pane {
        flex-direction: column;
    }

    .details-pane__right {
        width: 100%;
    }
}

.details-pane--title {
    flex-direction: column;
    padding: 0px;
    transition: all 0.15s;
}

    .details-pane--title:not(:last-child) {
        margin-bottom: 20px;
    }

    .details-pane--title:last-child {
        margin-bottom: 40px;
    }

    .details-pane--title:hover {
        background-color: #f8f9fc;
        box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
    }

.details-pane__title {
    margin: 0;
    font-family: VladaRHSans-Reg;
    font-weight: bold;
    font-size: 25px;
    line-height: 1.5;
    color: #20409b;
}

.details-pane__top-section, .details-pane__bottom-section {
    padding: 20px;
}

.details-pane__separator {
    color: #d8d8d8;
    background-color: #d8d8d8;
    height: 1px;
    margin: 0;
}

.details-pane__list {
    padding: 0;
}

.details-pane__element {
    font-family: VladaRHSans-Reg;
    font-size: 17px;
    line-height: 1.5;
}

.details-pane__strong-text {
    font-family: VladaRHSans-SmBld;
}

.details-pane__element:not(:last-child) {
    margin-bottom: 15px;
}

.details-pane__right {
    display: flex;
}

    .details-pane__right .btn {
        align-self: flex-end;
    }

    .details-pane__right .envelope {
        display: block;
        position: absolute;
        z-index: 0;
        top: 25px;
        right: 30px;
        background: url('./icons/envelope.svg') no-repeat;
        background-size: cover;
        height: 30px;
        width: 40px;
        padding: 0;
    }

@media only screen and (max-width: 768px) {
    .details-pane__element {
        font-size: 17px;
    }

    .details-pane .btn {
        font-size: 17px;
    }
}

.subtitle {
    font-family: VladaRHSans-Reg;
    font-size: 25px;
    line-height: 36px;
}

.search-container {
    display: flex;
    flex-direction: column;
}

@media only screen and (max-width: 1063px) {
    .search-container {
        flex-direction: row;
    }
}

@media only screen and (max-width: 768px) {
    .search-container {
        flex-direction: column;
    }

        .search-container > .search.input {
            margin-bottom: 10px;
        }
}

.search {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search__input {
    border: none;
    outline: none;
    font-size: 17px;
    font-family: VladaRHSans-Reg;
    font-weight: bold;
    color: #333333;
    line-height: 2;
}

.search.input {
    margin-bottom: 10px;
}

@media only screen and (max-width: 1063px) {
    .search.input {
        margin-bottom: 0;
        margin-right: 15px;
    }
}

.search__input::placeholder {
    color: #cccccc;
}

.input::placeholder {
    color: #cccccc;
}

.search__icon {
    width: 16px;
    height: 16px;
}

.bottom-section {
    flex-basis: 100%;
}

@media only screen and (max-width: 1063px) {
    .left-section {
        order: 1;
        flex-basis: 100%;
        padding: 0;
    }

    .bottom-section {
        order: 2;
    }

    .right-section {
        order: 3;
        flex-basis: 100%;
    }
}

.poziv-content {
    max-width: 1170px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (max-width: 1400px) {
    .poziv-content {
        max-width: 1110px;
    }
}

@media only screen and (max-width: 1200px) {
    .poziv-content {
        max-width: 1063px;
    }
}

@media only screen and (max-width: 1063px) {
    .poziv-content {
        max-width: 90%;
    }
}

a.new-tab-link {
    position: relative;
}

    a.new-tab-link span.new-tab-warning {
        position: absolute;
        left: -9000px;
        width: 0;
        overflow: hidden;
        font-size: 14px;
    }

a.link-white {
    color: #ffffff;
    text-decoration: underline;
}

.font-vlada-reg {
    font-family: VladaRHSans-Reg;
}

.font-vlada-ita {
    font-family: VladaRHSans-RegIta;
}

.contrast-icon {
    background: url("icons/contrast.svg");
    width: 26px;
    height: 26px;
}

.mt-45p {
    margin-top: 45px;
}

.faq-pane__question label {
    font-weight: unset;
    display: unset;
}

.margin-left-22p {
    margin-left: 22px;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.w20p {
    width: 20%;
}

.w30p {
    width: 30%;
}

.align-center {
    align-items: center;
}

.align-right {
    align-items: flex-end;
}

@media only screen and (max-width: 768px) {
    .align-center {
        align-items: unset;
    }

    .align-right {
        align-items: unset;
    }
}

.poziv-content > header {
    width: 100%;
}

.faq-pane__checkbox:checked + .faq-pane__question::after {
    margin-left: 5px;
    font-family: FontAwesome;
    content: "\f0da";
}

.faq-pane__checkbox + .faq-pane__question::after {
    margin-left: 5px;
    font-family: FontAwesome;
    content: "\f0d7";
}

.details-pane__right .blueEnvelope {
    background: url(./icons/blueEnvelope.svg) no-repeat;
    background-size: cover;
}

.details-pane__right .envelopeTooltip {
    top: 60px;
    right: 10px;
    border: 1px solid #d8d8d8;
    bottom: unset;
    left: unset;
}

.open > .dropdown-toggle.btn-default:hover {
    color: unset;
    background-color: unset;
    box-shadow: unset;
    -webkit-box-shadow: unset;
}

.activeMobileHeaderButton::after {
    margin-left: 5px;
    font-family: FontAwesome;
    content: "\f0d7";
}

.activeMobileHeaderButton:focus::after {
    margin-left: 5px;
    font-family: FontAwesome;
    content: "\f0da";
}

p.info-section__paragraph.info-section-nospace {
    margin-bottom: 5px;
}

ul.info-section__list.info-section__list--dotted.info-section-nospace {
    margin-bottom: 5px;
}
