.sizer {
    background: purple;
    color: white;
    position: fixed;
    z-index: 10000;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    right: 0;
}

/* fonts */
@font-face {
    font-family: "DINPro Light";
    font-style: normal;
    font-weight: normal;
    src: local("DINPro Light"), url("fonts/DINPro-Light-tr.woff") format("woff");
}

@font-face {
    font-family: "DINPro Medium";
    font-style: normal;
    font-weight: normal;
    src: local("DINPro Medium"), url("fonts/DINPro-Medium.woff") format("woff");
}

@font-face {
    /*
    font-family: "DINPro Bold";
    font-style: normal;
    font-weight: normal;
    src: local("DINPro Bold"),
        url("fonts/DINPro-Bold-tr.woff") format("woff");
        */
    font-family: "DINPro Bold";
    src: local("DIN Pro Bold"), local("DIN-Pro-Bold"),
        url("fonts/DINPro-Bold.woff2") format("woff2"),
        url("fonts/DINPro-Bold.woff") format("woff"),
        url("fonts/DINPro-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "DINPro Black";
    font-style: normal;
    font-weight: normal;
    src: local("DINPro Black"), url("fonts/DINPro-Black-tr.woff") format("woff");
}

@font-face {
    font-family: "DINPro-Regular";
    font-style: normal;
    font-weight: normal;
    src: local("DINPro-Regular"),
        url("fonts/DINPro-Regular_13937.woff") format("woff");
}

@font-face {
    font-family: "DIN Pro Condensed Medium";
    font-style: normal;
    font-weight: normal;
    src: local("DIN Pro Condensed Medium"),
        url("fonts/DINPro-CondMedium.woff") format("woff");
}
@font-face {
    font-family: "DIN Next Italic";
    src: url("fonts/DINNextLTPro-Italic.woff") format("woff");
}

a,
a:visited {
    outline: none;
}

body {
    font-family: "DINPro-Regular", sans-serif;
    background-color: black;
}
.bold,
.dinBold {
    font-family: "DINPro Bold";
}
.dinBlack {
    font-family: "DINPro Black";
}
.dinStrong {
    font-family: "DINPro Bold";
}
.dinLight {
    font-family: "DINPro Light";
}
.dinMed {
    font-family: "DINPro Medium";
}
.dinIta {
    font-family: "DIN Next Italic";
}

a {
    text-decoration: none;
}

.side-bar {
    background: rgb(195, 148, 48);
    background: linear-gradient(
        90deg,
        rgba(195, 148, 48, 1) 0%,
        rgba(255, 216, 110, 1) 50%,
        rgba(195, 148, 48, 1) 100%
    );
}
.content-bar {
    flex: 1;
}

.more-button {
    color: #1f1f1f !important;
    background: url("images/bg-more.png");
    background-size: 150%;
    background-position: center center;
    line-height: 40px;
    min-height: 40px;
    font-size: 15px;
    padding: 0 30px;
    display: inline-block;
    border: none;
    transition: 0.3s;
}
.more-button:hover {
    background-size: 300%;
}

.bgc-1 {
    background: #ffdd74;
}
.bgc-2 {
    background: #00bff3;
}
.bgc-3 {
    background: #39b54a;
}
.bgc-4 {
    background: #f26c4f;
}

.hamb {
    width: 28px;
    display: inline-block;
}
.hamb span {
    background: #e4b65c;
    display: block;
    height: 2px;
    margin: 0 0 5px 0;
    transition: all 0.4s;
    width: 100%;
}

.hamb.active span:nth-child(2) {
    opacity: 0;
}
.hamb.active span:first-child {
    transform: rotate(225deg);
    margin-top: -12px;
}
.hamb.active span:last-child {
    transform: rotate(-225deg);
    margin-top: -14px;
}

.hamb2 span {
    background: black;
}

header.mob {
    min-height: 50px !important;
    background: #000000ad !important;
    position: absolute;
    width: 100%;
    z-index: 100;
}
header.mob .logo {
    height: 30px;
}

.resp-menu {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 15px;
    padding-right: 15px;
}
.resp-menu a.menu-item {
    display: block;
    padding: 5px 0;
    color: #e4b65c;
    text-transform: uppercase;
    transition: 0.3s;
    text-align: left;
}
.resp-menu .icons {
    border-top: 1px solid #ffffff88;
}
.resp-menu .icons .icon {
    margin: 0 4px !important;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-size: cover;
}
.resp-menu a.menu-item:hover {
    color: white;
}

.accordion-mob-menu {
    margin-left: -15px;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: -15px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: linear-gradient(
        90deg,
        rgba(195, 148, 48, 1) 0%,
        rgba(255, 216, 110, 1) 50%,
        rgba(195, 148, 48, 1) 100%
    );
}
.accordion-mob-menu > .accordion-item > .accordion-button::after {
    position: absolute;
    right: 0;
}

footer {
    background: #0d0d0d;
}

.sel {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    height: 30px !important;
    border: none;
    background-image: url(images/slick-down.png);
    background-position: right 5px top 50%;
    background-repeat: no-repeat;
    background-size: 28px;
    padding-right: 40px;
    text-transform: uppercase;
}
.sel {
    margin-right: 50px;
}
.sel::placeholder {
    color: black;
    opacity: 1;
}
.prog-sel {
    width: 170px;
}
.date-sel {
    width: 140px;
}
input.kw {
    border: 1px solid black;
    height: 30px;
    padding: 0 30px 0 10px;
    background: url(images/magnifier-kw.png) right 5px center no-repeat;
}
input.kw::placeholder {
    font-style: italic;
}

.cb-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.cb-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    background: url(images/bg-cb.png) center center no-repeat;
    background-size: 20px;
}

.cb-container input:checked ~ .checkmark {
    background: url(images/bg-cb-checked.png) center center no-repeat;
    background-size: 20px;
}

.cb-label {
    line-height: 30px;
    text-transform: uppercase;
}

.sub-title {
    text-transform: uppercase;
    font-size: 32px;
}
.sub-title-1 {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

.sub-title-2 {
    font-size: 20px;
    text-transform: uppercase;
}

footer {
    color: white;
    font-size: 15px;
}
.footer-menu a {
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    margin-right: 15px;
    transition: 0.3s;
    display: block;
}
.footer-menu a:hover {
    color: #e4b65c;
}

.tuc {
    text-transform: uppercase;
}
.black {
    color: black !important;
}
.top-logo-big {
    max-width: 260px;
    margin-left: -20px;
}

/* accordion */
.extra-cat-menu-item {
    display: block;
    padding: 0 0 15px 0;
    text-transform: uppercase;
    background: none !important;
    border: none;
    padding-bottom: 15px;
    color: black !important;
    box-shadow: none !important;
    font-weight: bold;
}
.extra-cat-menu-item.highlighted span {
    background: black !important;
    color: white !important;
    padding: 5px 10px !important;
    transform: translateX(-10px);
    display: inline-block;
}

.accordion-item {
    background: none;
    border: none;
}

.fake-accordion-button,
.accordion-button {
    padding: 0;
    text-transform: uppercase;
    background: none !important;
    border: none;
    padding-bottom: 15px;
    color: black !important;
    box-shadow: none !important;
    font-size: 17px;
    font-family: "DINPro-Regular", sans-serif;
    font-weight: bold;
}
.accordion-button::after {
    background-image: url(images/occ.png);
    /* margin-left: 15px; */
    margin-top: 3px;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(images/occ.png);
}
.accordion-body {
    padding: 0 0 15px 0;
}

#fhmAccordion .accordion-body{
    max-width: 268px;
}

.fake-accordion-button{
    display: flex;
    justify-content: space-between;
    /* max-width: 320px; */
    padding-bottom:0;

}
.fake-accordion-button .accordion-button{
    width: 40px;
}
.fake-accordion-button a{
    color:black;
    display: inline-block;
    margin-bottom: 1px;
}

.two-cols-menu {
    width: 300px;
    column-count: 2;
    column-gap: 40px;
    column-rule: 1px solid black;
}
.accord-menu a,
.two-cols-menu a {
    color: black;
    display: block;
    font-size: 14px;
    padding: 4px 0;
}

.accordion-menu {
    background: rgb(195, 148, 48);
    background: linear-gradient(
        90deg,
        rgba(195, 148, 48, 1) 0%,
        rgba(255, 216, 110, 1) 50%,
        rgba(195, 148, 48, 1) 100%
    );
    margin-top: 20px;
    padding: 20px;
}
.sub-accordion {
    max-width: 240px;
}
.sub-accordion .accordion-item {
    display: block;
    overflow: auto;
    position: relative;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
.sub-accordion .accordion-button {
    text-transform: unset;
    font-size: 14px;
}
.sub-accordion .accordion-button::after {
    background: none;
    content: "+";
    transition: none;
    margin-left: 5px;
    margin-top: -2px;
}
.sub-accordion .accordion-button:not(.collapsed) {
    font-weight: bold;
}
.sub-accordion .accordion-button:not(.collapsed)::after {
    transform: none;
    font-weight: bold;
}
.sub-accordion-body {
    padding-left: 15px;
    margin-top: 0;
    margin-bottom: 10px;
    margin-top: -10px;
}
.sub-accordion-body a {
    margin: 0 !important;
}

.app-icon {
    height: 50px;
}
@media (max-width: 480px) {
    .app-icon {
        height: 40px;
    }
}

.qr-code-container {
    display: block;
    position: relative;
}
.qr-code-container::after {
    position: absolute;
    display: block;
    content: "";
    background: white url(images/favicon-fm.png);
    background-size: cover;
    width: 32px;
    height: 32px;
    border: 4px solid white;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .footer-menu a {
        display: inline-block;
    }
    .footer-menu a::after {
        content: "|";
        margin-top: -1px;
        margin-left: 7px;
        vertical-align: top;
        position: absolute;
        color: white !important;
    }
    .footer-menu a:last-child::after {
        display: none;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    header {
        background: #000000ad;
        position: relative;
        z-index: 1000;
        height: 170px !important;
        width: 100%;
    }
    header > .d-flex {
        height: 150px;
        align-items: center;
    }
    header .top-right-block {
        flex: 1;
        padding-top: 30px;
    }
    .side-bar {
        position: absolute;
        left: 0;
        bottom: 0;
        top: 0;
        right: 35px;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .footer-inner {
        display: flex;
        align-items: flex-end;
    }
    .footer-icons {
        width: 280px;
    }
    .footer-left {
        flex: 1;
    }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
    .side-bar {
        width: 330px;
    }
}
@media (min-width: 1920px) {
    .pageFrame,
    #pageFrame {
        max-width: 1920px;
        margin-left: auto;
        margin-right: auto;
    }
    .container-xxl,
    .container {
        max-width: 1660px;
    }
    .side-bar {
        width: 415px;
    }
}
img.resp {
    width: 100%;
    height: auto;
}

.accordion-submenu-active {
    background: #00000099;
    color: white !important;
    position: relative;
    display: block;
}
.accordion-submenu-active::before {
    display: block;
    position: absolute;
    content: "";
    width: 8px;
    height: 100%;
    top: 0;
    left: -8px !important;
    background: #00000099;
}
