/* general*/
html {
    scroll-behavior: smooth;
}

body,
p,
a {
    font-family: "Museo 300" !important;

}

p {
    font-size: 14px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Museo 700" !important;
}

span,
li {
    font-family: "Museo 300" !important;
}

a:hover {
    color: inherit !important;
}

button {
    border: none !important;
}

.btn-default {
    transition: all 0.2s ease-in-out;
}

.btn-default:hover {
    transform: translate(10px);
}

h2 {
    font-size: 55px !important;
    margin-bottom: 20px;
}

h3 {
    font-size: 46px !important;
    margin-bottom: 20px;
}

.wide-container {
    padding: 0 !important;
    margin: auto;
}

.btn-default {
    padding: 0.35rem 1.35rem;
    border-radius: 0 30px 30px 0;
    letter-spacing: 1px;
    font-family: "Museo 700";
    font-weight: bold;
}

.btn-lg {
    font-size: 24px;
}

.owl-carousel .owl-nav span {
    font-size: 100px;
    font-weight: 100 !important;
    color: #676767;
    transition: all 0.2s ease-in-out;
    opacity: 0.8;
}

.owl-carousel .owl-nav button:hover {
    background-color: transparent !important;
}

.owl-carousel.owl-nav button:hover span {
    opacity: 1;
    font-family: system-ui !important;
}

.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 40%;
    left: -40px;
}

.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 40%;
    right: -40px;
}

.home-referencie .owl-carousel .owl-nav .owl-prev {
    top: 26%;
}

.home-referencie .owl-carousel .owl-nav .owl-next {
    top: 26%;
}

ul.bullets {
    list-style-type: disc !important;
    list-style-position: inside !important;
}

.modal-dialog {
    max-width: 80vw;
}

.modal-content {
    border-radius: 0 !important;
    border: none !important;
}

.modal-header {
    border-bottom: none !important;
}

.modal-body {
    padding: 40px 7% 80px 7%;
}

input textarea {
    border: 1px solid #70b0c9 !important;
    border-radius: 0 !important;
    text-transform: unset !important;
    color: #424242;
    font-family: "Museo 500" !important;
    font-weight: 500 !important;
    font-size: 16px;
    padding-left: 20px !important;
}

textarea {
    padding-top: 10px !important;
}

input::placeholder,
textarea::placeholder {
    color: #c4c4c4 !important;
}

.gdpr-wrapper {
    display: flex;
    align-items: center;
}

.gdpr-wrapper input {
    width: max-content;
    margin-right: 10px;
}

.gdpr-wrapper label {
    flex-grow: 1;
    margin-bottom: 0;
}

.anchor {
    position: absolute;
    top: -100px;
}

.phone-number {
    font-size: 25px !important;
    line-height: 29px;
    margin-top: -5px;
}

.phone-number:hover {
    color: #EE1D23 !important;
}

.phone-number:focus {
    color: #EE1D23 !important;
}

header.sticky .mainmenu-area .main-menu .menu-items ul li a {
    line-height: 20px;
}


/* layout*/
#preloader {
    background-color: #283434;
}

.sticky-header.sticky {
    background-color: black;
}

.sticky-header-container {
    max-width: 94%;
    margin: auto;
    padding-top: 25px;
}

/* .sticky-header.sticky .sticky-header-container{
    padding-top: 5px !important;
} */
.sticky-header .main-menu {
    grid-template-columns: auto 1fr !important;
    flex-grow: 1;
}

.sticky-header .main-menu .menu-items ul {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.sticky-header.sticky {
    padding: 3px 0;
}

.sticky-header .logo {
    width: max-content;
    position: relative;
}

.sticky-header.sticky .logo {
    width: 190px;
}

.sticky-header.sticky .logo a {
    background-color: black;
    border-radius: 100%;
    padding: 20px;
    position: absolute;
    top: -60px;
    left: 45px;
}

.sticky-header img.normal-logo {
    max-width: 200px !important;
    margin-right: 10px !important;

}

.sticky-header.sticky img.sticky-logo {
    max-width: 105px !important;
    padding: 10px;
}

.sticky-header .main-right a.header-accent {
    border-radius: 0 0 35px 35px;
    padding: 18px !important;
    padding-top: 85px !important;
    margin-top: -85px;
    margin-bottom: -45px !important;
    color: white !important;
    font-family: "Museo 700" !important;
    font-size: 19px !important;
    line-height: 120% !important;
}

.sticky-header.sticky .main-right a.header-accent {
    background-color: transparent !important;
    color: #46869F !important;
    padding-top: 15px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

header .mainmenu-area .main-menu .menu-items ul li {
    margin-right: 5px !important;
}

header .mainmenu-area .main-menu .menu-items ul li a {
    text-transform: unset !important;
    font-size: 16px !important;
    padding: 0 5px !important;
    font-family: "Museo 300" !important;
    color: #E3E3E3 !important;
}

header.sticky .mainmenu-area .main-menu .menu-items ul li a {
    color: #A0A0A0 !important;
}

header.sticky .mainmenu-area .main-menu .menu-items ul li a.active,
header.sticky .mainmenu-area .main-menu .menu-items ul li a:hover {
    color: #E3E3E3 !important;
}

header .mainmenu-area .main-right {
    display: flex;
    justify-content: space-between;
    gap: 25px;
}

header .mainmenu-area .main-right a {
    text-transform: unset !important;
    font-size: 28px !important;
    padding: 0 5px !important;
    font-family: "Museo 500" !important;
}

footer.footer-style-three {
    background-color: #283434 !important;
}

footer.footer-style-three .copy-right-area .copyrigt-text {
    border-color: #C6AE8B !important;
}

footer.footer-style-three a,
footer.footer-style-three li,
footer.footer-style-three p {
    color: #C6AE8B !important;
    font-family: "Museo 300" !important;
    line-height: 30px !important;
    font-size: 16px;
}

footer .copy-right-area a,
footer .copy-right-area p {
    font-size: 12px !important;
}

footer .footer-socials a {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

footer .footer-socials a img {
    max-width: 40px;
    max-height: 40px;
}

footer .nav-widget {
    color: #C6AE8B !important;
}

footer .footer-logo {
    text-align: right;
}

header .mobile-menu.mean-container .mean-nav {
    margin-top: 3px;
}

header.header-three .mainmenu-area .main-menu .menu-items ul li a {
    line-height: 20px;
}


@media (max-width: 576px) {
    header.header-three .mainmenu-area .main-menu .logo > a {
        top: -72px;
        padding: 15px;

        .sticky-logo {
            max-width: 88px !important;
        }
    }
}

body {
    padding-top: calc(46.8px + 66px);
}

@media (min-width: 576px) {
    body {
        padding-top: calc(46.8px + 30px);
    }
}

@media (min-width: 631px) {
    body {
        padding-top: 46.8px;
    }
}

/* home*/
.home-intro {
    min-height: 100vh;
    background-position: left;
    background-size: 80%;
    background-repeat: no-repeat;
    background-color: #283434;

    --offset-y: 105px;
    padding-top: calc(170px + var(--offset-y));
    padding-bottom: calc(70px + var(--offset-y));
    margin-bottom: calc(var(--offset-y) * -1);
}

@media (min-width: 576px) {
    .home-intro {
        --offset-y: 0px;
    }
}

.home-intro .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.home-intro .right-side {
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 50px;
}

.home-intro .right-side h1 {
    font-family: "Museo 500" !important;
    font-size: 60px;
    line-height: 65px;
    letter-spacing: 4px !important;
    margin-bottom: 20px;
}

.home-intro .right-side h3 {
    width: 80%;
    font-family: "Museo 300" !important;
    font-size: 24px !important;
    line-height: 120%;
    font-weight: 300;
    margin-bottom: 30px;
}


.header-absolute .header-three {
    .main-menu {
        display: block !important;
    }
}



.intro-bottom .owl-stage {
    display: flex;
    gap: 25px;
}

.intro-bottom .owl-item {
    border: 3px solid #EE1D23;
    padding: 8px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.intro-bottom .owl-item h4 {
    font-size: 15px !important;
    color: white;
    text-align: center;
    margin-bottom: 0 !important;
}

.home-swip {
    padding: 40px 0;
}

.home-swip .col-md-6 {
    padding: 0 !important;
}

.home-swip .left-side img {
    opacity: 0.9;
}

.home-swip .sign-img {
    position: absolute;
    top: -60px;
    left: -50px;
    max-width: 280px;
    opacity: 1;
}

.home-swip .right-side img {
    margin-top: 70px;
    margin-left: -190px;
    opacity: 0.3;
}

.home-swip .right-side .home-swip-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -170px;
    padding: 110px 100px 90px 215px;
}

.home-swip .right-side .home-swip-content h3 {
    font-family: "Museo 500" !important;
    letter-spacing: 2px;
    font-size: 30px !important;
}

.home-swip .right-side .home-swip-content p {
    font-family: "Museo 500" !important;
    font-weight: normal !important;
    line-height: 140%;
    font-size: 14px;
    margin-bottom: 60px;
}

.home-counters {
    padding: 20px 0 40px 0;
}

.home-counters .counters {
    display: flex;
    justify-content: space-between;
}

.home-counters .counter {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.home-counters .counter img {
    width: 50px;
    margin-bottom: 30px;
}

.home-counters .counter h6 {
    font-family: "Museo 300" !important;
    font-weight: normal;
    font-size: 13px;
    color: #F1F1F1;
    text-align: center;
    padding: 0 20%;
    min-width: 140px;
}

.home-videoreferencie {
    padding-top: 60px;
    padding-bottom: 20px;
}

.home-videoreferencie .container {
    padding: 0 40px;
}

.home-videoreferencie h2 {
    font-size: 55px !important;
}

.home-videoreferencie .col-md-6 {
    margin-bottom: 30px;
}

.home-videoreferencie iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all 0.2s ease-in-out;
}

.home-videoreferencie .aspect-ratio {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 55%;
    /* The height of the item will now be 56% of the width. */
    /*margin:  0 28px 18px 0;*/
}

.klan-tipy iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all 0.2s ease-in-out;
}

.klan-tipy .aspect-ratio {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 55%;
    /* The height of the item will now be 56% of the width. */
    margin: 0 28px 18px 0;
}

.home-videoreferencie .col-md-6 iframe:hover {
    transform: scale(1.05);
}

.home-nase-treningy {
    padding-top: 60px;
    padding-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.home-nase-treningy .grey-rectangle {
    position: absolute;
    top: 50%;
    left: 4%;
    right: 4%;
    width: 92%;
    height: 100%;
}

.home-nase-treningy h2 {
    font-size: 55Px !important;
}

.home-nase-treningy .col-md-3 {
    padding: 0;
}

.home-nase-treningy .trening {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.home-nase-treningy .trening img {
    transition: all 0.3s ease-in-out;
    transform: scale(1.01);
}

.home-nase-treningy .trening:hover img {
    transform: scale(1.1);
}

.home-nase-treningy .trening h6 {
    color: white;
    writing-mode: vertical-rl;
    transform: rotate(90deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    position: absolute;
    bottom: 15px;
    right: 10px;
    font-size: 40px;
}

.home-referencie {
    padding-top: 47px;
    padding-bottom: 47px;
    position: relative;
    overflow: hidden;
}

.home-ceo {
    padding-top: 50px;
    padding-bottom: 70px;
    position: relative;
    overflow: hidden;
}

.home-referencie .grey-rectangle,
.home-ceo .grey-rectangle {
    position: absolute;
    top: 0;
    left: 4%;
    right: 4%;
    width: 92%;
    height: 100%;
    z-index: 1;
}

.home-referencie .bg-photo {
    position: absolute;
    top: 47%;
    left: 4%;
    z-index: 1;
    max-width: 600Px;
}

.home-ceo .bg-photo {
    position: absolute;
    top: 5%;
    right: 0%;
    z-index: 1;
    max-width: 40vw;
}

.home-referencie .owl-carousel,
.home-referencie .container,
.home-ceo .container,
.home-ceo .home-ceo-wrapper {
    position: relative;
    z-index: 3;
}

.home-referencie h2 {
    margin-bottom: 50px;
    font-size: 55px !important;
}

.home-ceo .container h3 {
    font-family: "Museo 300" !important;
    font-weight: 300 !important;
    margin-left: -35px;
    margin-bottom: 30px;
    font-size: 30px !important;
}

.home-ceo-wrapper h2 {
    font-size: 55px !important;
}

.home-referencie .owl-carousel {
    padding-left: 8%;
}

.home-ceo .home-ceo-wrapper {
    padding-right: 15px;
}

.home-ceo .home-ceo-wrapper .left {
    padding: 50px 60px 60px 22%;
    height: 100%;
}

.home-ceo .home-ceo-wrapper .col-md-5 {
    max-height: 460Px;
}

.home-ceo .home-ceo-wrapper img {
    max-height: 100%;
    object-fit: cover;
}

.home-referencie .row,
.home-ceo .row {
    margin: 0;
}

.home-ceo .col-md-5,
.home-ceo .col-md-7,
.home-referencie .col-md-5,
.home-referencie .col-md-6,
.home-referencie .col-md-7 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.home-referencie .owl-item .white1-bg {
    height: 100%;
    padding: 80px 15% 70px 60px;
}

.home-referencie .item img {
    height: 100%;
    /* object-fit: none; */
    object-fit: cover;
}

.home-referencie .owl-nav {
    width: 58.33%;
    margin-left: auto;
}

.home-referencie .owl-nav span {
    color: #595959;
    font-size: 90px;
    margin: 0 10px;
    font-weight: 100 !important;
    opacity: 0.8;
    transition: all 0.2s ease-in-out;
}

.home-referencie .owl-nav button.owl-next {
    right: 30px !important;
}

.home-referencie .owl-nav button:hover {
    background-color: transparent !important;
}

.home-referencie .owl-nav button:hover span {
    opacity: 1;
}

/*swip*/
.swip-intro {
    height: 500px;
    background-size: cover;
    background-position: bottom center;
    padding: 100px 0 30px 0;
}

.swip-intro .wide-container {
    height: 100%;
}

.swip-intro .swip-intro-title {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 5%;
}

.swip-intro h1 {
    text-align: right;
    font-size: 98px;
}

.swip-main {
    margin-bottom: -110px;
}

.swip-main .container {
    margin-bottom: 50px;
}

.swip-main .grey-rectangle {
    position: absolute;
    width: 45%;
    height: calc(100% - 190px);
    top: 0;
    right: 7%;
}

.swip-main .bg-photo {
    position: absolute;
    max-width: 360px;
    top: 300px;
    left: -120px;
}

.swip-main .bg-photo-2 {
    position: absolute;
    max-width: 700px;
    bottom: 15%;
    right: -240px;
}

.swip-main-uvod {
    padding-top: 70px;
    padding-bottom: 70px;
}

.swip-main-uvod h2 {
    font-size: 68px !important;
    margin-left: -10px;
}

.swip-main-o-kurze {
    padding-bottom: 60px;
}


.swip-main-o-kurze-img {
    margin-left: 0;
}

.swip-main-nas-pristup {
    z-index: 5;
}

.swip-nas-pristup-box-text {
    padding: 40px 60px 40px 50px;
}

.swip-nas-pristup-box img {
    width: 100%;
}

.swip-bottom-img {
    margin-top: -90px;

    position: relative;
    z-index: 4;
}

.swip-funkcne-vysledky {
    position: relative;
    padding-top: 160px;
    margin-bottom: -50px;
}

.swip-funkcne-vysledky .col-md-6 {
    z-index: 5;
}

.swip-funkcne-vysledky-box {
    position: relative;
    padding: 50px 40px;
    margin-right: -60px;
    margin-left: 30px;
    margin-top: 10px;
    z-index: 4;
}

.swip-funkcne-vysledky img {
    position: absolute;
    top: 50px;
    left: -10px;
}

.swip-priebeh-kurzu {
    padding: 80px 0;
    position: relative;
}

.swip-certifikat {
    margin-bottom: -300px;
}

.swip-certifikat img {
    max-width: 140%;
    position: relative;
    z-index: 3;
}

.swip-certifikat .swip-certifikat-box-wrapper {
    width: 50VW;
    margin-left: -25px;
    margin-top: 60px;
    position: relative;
    z-index: 40;
}

.swip-certifikat .swip-certifikat-box {
    padding: 50px 25% 70px 90px;
}

.swip-ako-prebieha-trening {
    position: relative;
    padding-top: 350px;
    padding-bottom: 80px;
    overflow: hidden;
}

.swip-ako-prebieha-trening .bg-photo {
    position: absolute;
    width: 35vw;
    right: -50px;
    bottom: -220px;
}

.swip-ako-prebieha-trening .bg-photo img {
    width: 100%;
}

.swip-ako-prebieha-trening h4 {
    font-family: "Museo 500" !important;
    font-weight: 300 !important;
    font-size: 34px;
    margin-bottom: 30px;
}

/*kurzy*/
.kurzy-intro {
    padding: 144px 30px 10px 30px;
    position: relative;
}

.kurzy-intro-item {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.kurzy .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.kurzy-intro-item img {
    transition: all 0.3s ease-in-out;
}

.kurzy-intro-item h6 {
    background-color: rgba(256, 256, 256, 0.7);
    color: black;
    font-size: 36px;
    border-radius: 30px;
    padding: 10px 40px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: max-content;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    height: max-content;
    transition: all 0.2s ease-in-out;

    width: 448px;
    text-align: center;
}

.kurzy-intro-item:hover img {
    transform: scale(1.05);
}

.kurzy-intro-item:hover h6 {
    background-color: rgba(256, 256, 256, 1);
}

.kurzy-intro-btn {
    font-size: 30px;
    padding: 16px 40px 12px 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: max-content;
    font-family: "Museo 700" !important;
}

.kurzy-section {
    padding: 70px 0 10px 0;
    position: relative;
}

.kurzy-section h2 {
    transform: rotate(-180deg);
    font-size: 100px !important;
    font-family: "Museo 300" !important;
    font-weight: 100 !important;
    opacity: 25%;
    writing-mode: vertical-rl;
    margin-left: -30px;
}

.kurzy-section h2.white1 {
    opacity: 90%;
}

.kurzy-section-description {
    padding: 0 35px 50px 35px;
    color: black;
}

.kurzy-section .col-md-6 {
    padding: 0 35px;
}

.kurzy-section .col-md-2 {
    max-height: 400px;
}

.kurz-item {
    text-align: center;
    box-shadow: 0px -4px 12px 2px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 0 0 40px 40px;
    margin-bottom: 50px;
}

.kurz-item-top {
    padding: 20px 50px;
}

.kurz-item-top h3 {
    color: #444240;
    font-size: 34px !important;
}

.kurz-item-top p {
    font-size: 16px !important;
}

.kurz-item-top a {
    color: #C6AE8B;
    font-weight: bold !important;
    margin-bottom: 10px;
}

.kurz-item-top hr {
    border-top: 1px solid #C6AE8B;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.kurz-item-bottom {
    width: 100%;
    padding: 10px;
    font-family: "Museo 500" !important;
    font-weight: 400 !important;
    font-size: 22px;
}

.kurz-item-bottom:hover {
    color: #C6AE8B !important;
}

.kurzy-denny-kurz {
    padding: 90px 0 30px 0 !important;
}

.kurzy-denny-kurz h3 {
    font-size: 32px !important;
}

.kurzy-pokroky {
    padding: 65px 0;
}

.kurzy-pokroky h2 {
    padding-left: 30px;
    font-size: 55px !important;
}

.kurzy-pokroky .owl-item {
    padding: 0 30px;
}

.kurzy-pokroky .owl-carousel .owl-next,
.kurzy-pokroky .owl-carousel .owl-prev {
    top: 0 !important;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    height: max-content;
}

.kurzy-info .row {
    margin: 0 !important;
}

.kurzy-info .col-md-6 {
    padding: 0 !important;
}

.kurzy-info-text {
    padding: 30px 55px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.kurzy-info h3 {
    font-size: 38px !important;
}

.kurzy-info p {
    margin-bottom: 30px;
    font-family: "Museo 300" !important;
    font-weight: 300 !important;
}

.kurzy-info a {
    width: max-content;
}

.kurzy-kalendar {
    padding: 90px 0;
}

.calendar-placeholder {
    width: 100%;
    height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kurzy-pokroky .owl-item img:hover {
    transform: scale(1.04);
}

.kurzy-pokroky .owl-item .item {
    padding: 5px !important;
}

.moznosti-ubytovania img:hover,
.kurzy-aj-na-splatky img:hover {
    transform: scale(1.025);
}

/*kurz*/
.kurz {
    padding-top: 220px;
    padding-bottom: 100px;
}

.kurz .row {
    margin: 0 !important;
}

.kurz .col-md-5 {
    padding: 0 !important;
}

.kurz .side-img {
    margin-bottom: 30px;
}

.kurz .side-img p {
    margin-top: 10px;
    opacity: 40%;
}

.kurz h2 {
    font-family: "Museo 300" !Important;
    font-weight: 100 !important;
    margin-bottom: 5px !important;
    line-height: 100% !important;
    font-size: 28px !important;
}

.kurz h1 {
    line-height: 100% !important;
    margin-bottom: 35px;
    font-size: 40px !important;
}
@media (min-width: 768px) {
    .kurz h1 {
        font-size: 56px !important;
    }

    .kurz h2 {
        font-size: 72px !important;
    }
}

.kurz .kurz-highlight {
    font-family: "Museo 500" !important;
    padding: 10px 20px;
    border-radius: 0 30px 30px 0;
    margin-bottom: 15px;
    font-size: 24px !important;
    color: white !important;
    width: max-content;
}

.kurz .kurz-highlight b {
    font-family: "Museo 700" !important;
    font-size: 24px !important;
    color: white !important;
}

.kurz-perex {
    margin: 30px 0 !important
}

.kurz li,
.kurz p {
    font-family: "Museo 300" !important;
    font-weight: 300 !important;
    font-size: 16px !important;
}

.kurz b {
    font-family: "Museo 700" !important;
    font-weight: 700 !important;
    font-size: 16px;
}

.kurz-obsah {
    display: flex;
}

.kurz-obsah .left {
    padding-right: 25px;
}

.kurz-obsah h5 {
    transform: rotate(-180deg);
    font-size: 40px !important;
    font-family: "Museo 300" !important;
    writing-mode: vertical-rl;
}

.kurz-obsah .right {
    flex-grow: 1;
}

.kurz-obsah-box {
    padding: 25px;
    margin-bottom: 30px;
}

.kurz-obsah-box h6 {
    font-size: 22px;
}

.kurz-obsah-box p,
.kurz-obsah-box li {
    font-family: "Museo 300" !important;
    font-weight: 300 !important;
    color: #283434 !important;
    font-size: 16px !important;
    line-height: 125% !important;
}

.kurz-additional-info {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}

.kurz-additional-info-box {
    padding: 20px;
    width: 50%;
}

.kurz-additional-info-box b {
    color: white;
    font-size: 18px !important;
}


/*kto sme*/
.kto-sme-intro {
    padding-top: 174px;
    padding-bottom: 20px;
}

.kto-sme-socials {
    margin-top: 40px;
    margin-bottom: 30px;
}

.kto-sme-socials ul {
    display: flex;
    gap: 40px;
}

.kto-sme-socials img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.kto-sme-videoreferencie {
    padding-top: 0 !important;
    padding-bottom: 120px !important;
}

/*blog + clanok*/
.blogs,
.clanok {
    padding-top: 187px;
    padding-bottom: 70px;
}

.blogs .row {
    margin: 0 !important;
}

.blog-categories .category {
    background-color: #E3E3E3;
    padding: 2px 15px;
    border-radius: 0 30px 30px 0;
    font-size: 22px !important;
    margin-bottom: 20px;
    width: max-content;
    font-family: "Museo 500" !important;
    color: black;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.blog-categories .category:hover {
    background-color: #46869F;
    color: white !important;
}

.blog-categories .category.active {
    background-color: #46869F;
    color: white;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    font-family: "Museo 900" !important;
}

.blog-categories-wrapper h2 {
    font-size: 46px !important;
    font-family: "Museo 300" !important;
}

.blogs .blogs-clanok {
    margin-bottom: 30Px !important;
}

.blogs-clanok h2,
.clanok h1 {
    font-size: 40px !important;
    font-family: "Museo 900" !important;
    font-weight: 900 !important;
    width: 80%;
}

.blogs-clanok .blog-perex {
    font-family: "Museo 300" !important;
    font-weight: 300 !important;
    font-size: 14px !important;
    line-height: 130%;
    width: 80%;
}

.blogs .blogs-clanok:not(:first-child) .blog-img {
    padding-left: 25% !important;
}

.blogs .blogs-clanok:not(:first-child) h2 {
    font-size: 26px !important;
}

.blogs .blogs-clanok:not(:first-child) .blog-perex {
    width: 100%;
}

.blogs-clanok .blog-perex,
.clanok-perex {
    font-family: "Museo 300" !important;
    font-weight: 300 !important;
    line-height: 130%;
}

.blogs-clanok .share-btn {
    max-width: 15px
}

.read-more-btn {
    color: #C6AE8B;
    font-family: "Museo 700" !important;
    font-weight: 300 !important;
    font-size: 14px !important;
    margin-top: 0px;
    margin-bottom: 5px;
}

.clanok .clanok-datum {
    font-size: 12px !important;
    font-family: "Museo 300" !important;
    margin: 20px 0;
}

.clanok-obsah h2,
.clanok-obsah h3,
.clanok-obsah h4,
.clanok-obsah h5,
.clanok-obsah h6,
.clanok-obsah p,
.clanok-obsah li {
    color: #444240 !important;
    margin-bottom: 10px;
}

.clanok-obsah a {
    color: #C6AE8B !important;
}

.clanok-obsah ul {
    padding-left: 20px !important;
    list-style-type: disc !important;
}



/*klan*/
.klan-bottom {
    overflow: hidden;
}

.klan-bottom .bg-photo {
    position: absolute;
    right: -200px;
    top: 25%;
    max-width: 60vw;
}

.klan-ponuka-prace .right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.klan-ponuka-prace .right h2 {
    font-size: 40px !important;
}

.klan-ponuka-prace .btn-default {
    width: max-content;
}

.klan-ponuka-prace img:hover {
    transform: scale(1.025);
}

.klan-tipy iframe:hover {
    transform: scale(1.03);
}

.klan-tipy .owl-item {
    padding: 0;
}

.klan-tipy .owl-carousel .owl-next,
.klan-tipy .owl-carousel .owl-prev {
    bottom: -110px;
    margin-top: auto;
    height: max-content;
}

.klan-ponuka-prace #ponukaprace .owl-item {
    padding: 20px;
}

.klan-ponuka-prace #ponukaprace .owl-item img {
    margin-bottom: 40px;
}

.klan-ponuka-prace #ponukaprace .owl-item h6 {
    font-size: 22px !important;
    margin-bottom: 15px;
    font-family: "Museo 900" !important;
    font-weight: bold !important;
}

.klan-ponuka-prace-btn {
    padding: 10px 35px;
    font-size: 22px !important;
    font-family: "Museo 900" !important;
    font-weight: bold !important;
}

/* pre firmy */
.pre-firmy-intro {
    padding: 0;
}

.pre-firmy-intro iframe {
    margin-top: 95px;
    width: 100vw;
    height: calc(100vh - 95px);
    border: none !important;
    margin-bottom: -10px;
}

.pre-firmy-co-ponukame .right {
    padding: 100px 100px 20px 100px;
}

.pre-firmy-absolventi {
    padding-top: 40px;
    padding-bottom: 90px;
}

.pre-firmy-absolventi .owl-nav .owl-prev {
    left: -50px;
}

.pre-firmy-absolventi .item {
    padding: 12px 30px 12px 12px;
}

.pre-firmy-absolventi img {
    margin-bottom: 50px;
}

.pre-firmy-absolventi h6 {
    font-family: "Museo 900" !important;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
}


/* faq*/
.faq {
    padding-top: 180px;
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
}

.faq .bg-photo1 {
    position: absolute;
    bottom: -200px;
    left: -10vw;
    max-width: 35vw;
}

.faq .bg-photo2 {
    position: absolute;
    top: 30%;
    right: 7%;
    max-width: 15vw;
}

.faq .card {
    border-radius: 0 !important;
    border: none !important;
    border-bottom: 1px solid rgba(185, 185, 185, 0.9) !important;
}

.faq .card-header {
    border: none !important;
    background-color: #F1F1F1;
    position: relative;
    display: flex;
    justify-content: space-between;
    color: #46869F;
    font-weight: bold;
}

.faq .card-header .title {
    font-size: 17px;
}

.faq .card-header .accicon {
    float: right;
    font-size: 20px;
    width: 1.2em;
}

.faq .card-header {
    cursor: pointer;
    border-bottom: none;
}

.faq .card-header .rotate-icon {
    transform: rotate(0deg);
}

.faq .card-header[aria-expanded="true"] .rotate-icon {
    transform: rotate(180deg);
}

/*.faq .card-header:not(.collapsed) .rotate-icon {
    transform: rotate(180deg);
}*/

.faq .card-body {
    background-color: #E3E3E3;
    padding-left: 100px !important;
}

.faq .card-body {
    font-size: 14px !important;
}

.faq .card-header .btn-link {
    color: #46869F;
}

.faq .card-header .btn-link:hover {
    text-decoration: none !important;
}

/*kontakt*/
.kontakt {
    padding-top: 200px;
    padding-bottom: 70px;
}

.kontakt h3 {
    font-size: 26px !important;
    font-family: "Museo 900" !important;
    font-weight: bold !important;
    margin-bottom: 15px;
}

.kontakt-info p {
    font-size: 15px !important;
    font-family: "Museo 300" !important;
    font-weight: 300 !important;
    color: #444240;
    margin-bottom: 30px;
    line-height: 130%;
}

.kontakt-info b {
    font-family: "Museo 700" !important;
    font-weight: bold !important;
}

.kontakt-mapa iframe,
.kontakt-mapa .mapouter,
.kontakt-mapa .gmap_canvas {
    width: 100% !important;
}



/*gdpr*/
.gdpr {
    padding-top: 170px;
    padding-bottom: 70px;
}

/*rezervacia*/
.rezervacia-kalendar {
    padding-top: 140px;
    padding-bottom: 100px;
}


/*kalendar*/
#calendar-wrapper .calendar-left {
    background-color: #46869F !important;
}

.calendar-button:hover {
    background-color: black !important;
    border-color: black !important;
}

#calendar-wrapper .months>.month-hover.active-month {
    background-color: #46869F !important;
}

.co_je_to_klan {
    padding: 0 100px 60px 55px !important;
}

.co_je_to_klan h1 {
    font-weight: bold !important;
    font-size: 55px;
}

.pre-firmy-absolventi img:hover {
    transform: scale(1.045);
}

.sticky .phone-number-mobile {
    margin-left: 28%;
    display: none;
}

.sticky .phone-number-mobile-container {
    height: 0 !important;
}

.sticky .meanmenu-reveal {
    right: 11px !important;
}

.home-counters .owl-item {
    display: flex !important;
    justify-content: center !important;
}

.klan-tipy {
    padding: 60px 24px 100px;
}

#ponukaprace {
    padding-right: 0 !important;
}

.faq a {
    color: #C6AE8B;
}

.faq .card-body {
    text-align: left !important;
}

.current-events {
    margin-bottom: 20px;
}

#calendar-wrapper {
    overflow: hidden !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #46869F !important;
}

.select2-selection {
    width: 300px !important;
    /* padding: 17px; */
    height: 39px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-top: 5px;
}

.select-course-container .select2-selection {
    height: 42px !important;
}

.select-course-container .select2-container--default .select2-selection--single {
    border-radius: 0px;
    border: 1px solid #EEE;
    border-top-right-radius: 19px;
    border-bottom-right-radius: 19px;
}

#select2-select-course-container {
    padding-left: 18px;
    padding-top: 6px;
    padding-right: 26px;
    font-size: 17px;
}

.select-course-container .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 39px;
    right: 8px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    height: 36px !important;
}

.klan-page-articles .blogs {
    padding-top: 0;
}

/*.pre-firmy-absolventi-carousel-text {
    max-height: 110px;
    overflow-y: hidden;
}*/
.pre-firmy-absolventi-carousel-h6 {
    min-height: 72px;
}

button.readall-button {
    padding: 4px 7px;
    margin-top: 7px;
    color: #444;
    font-size: 15px;
}

.pre-firmy-absolventi-carousel-text {
    font-size: 15px !important;
}

.aspect-ratio {
    border: 7px solid white;
}

.hp-videoreferencie .aspect-ratio {
    border: 7px solid #E3E3E3;
}

.title-zvarac {
    font-family: "Museo 300" !important;
    font-weight: 300 !important;
}

.kurzy-pokroky .owl-prev {
    left: -10px !important;
}

.kurzy-pokroky .owl-next {
    right: -10px !important;
}

.videoreferencie-owl-carousel .owl-nav .owl-prev,
.videoreferencie-owl-carousel .owl-nav .owl-next {
    margin-top: auto;
    top: unset !important;
    bottom: 12%;
}

.klan-tipy .owl-nav .owl-prev,
.klan-tipy .owl-nav .owl-next {
    margin-top: auto;
    top: unset !important;
    bottom: 15%;
}

.kto-sme-videoreferenceie {
    margin-bottom: 80px;
}

.kto-sme-sekcia-1-text {
    margin-left: 3%;
}

.blogs-clanok-text h2 {
    text-align: center;
    width: 100%;
}

.blogs-clanok-text.blogs-clanok-text-first h2 {
    text-align: left;
}

.klan-clanok-text-first h2 {
    text-align: left;
}

.map-overlay h3 {
    color: white !important;
}

.map-overlay h3 {
    color: white !important;
}

.map-overlay {
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 700px !important;
    cursor: pointer;
    transition: .3s;
    z-index: 999;
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.map-overlay:hover {
    opacity: 0.66;
}

strong {
    display: inline !important;
}

.kurzy-section-description p {
    font-size: 16px !important;
}

/*responzivita*/
@media only screen and (min-width: 576px) {
    .wide-container {
        max-width: 576px !important;
    }
}

@media only screen and (min-width: 768.1px) {
    .wide-container {
        max-width: 768px !important;
    }
}

@media only screen and (min-width: 992px) {
    .wide-container {
        max-width: 992px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .wide-container {
        max-width: 1200px !important;
    }

    .swip-ako-prebieha-trening .bg-photo img {
        width: 80%;
    }
}

@media only screen and (min-width: 1400px) {

    .home-videoreferencie h2,
    .home-nase-treningy h2,
    .home-referencie h2 {
        margin-left: -30px !important;
    }
}

@media only screen and (min-width: 1600px) {

    .swip-ako-prebieha-trening .bg-photo img {
        width: 70%;
    }
}

@media only screen and (max-width: 1510px) {
    header .mainmenu-area .main-menu .menu-items ul li {
        margin-right: 5px !important;
    }

    header .mainmenu-area .main-menu .menu-items ul li a {
        font-size: 16px !important;
    }

    .sticky-header img.normal-logo {
        max-width: 160px !important;
        margin-right: 10px !important;
    }

    .sticky-header .main-menu {
        grid-column-gap: 0px !important;
    }

    header .mainmenu-area .main-right a {
        font-size: 18px !important;
    }

    .sticky-header .main-right a.header-accent {
        font-size: 18px !important;
    }

    .sticky-header .main-right {
        gap: 10px !important;
    }

    .sticky-header .main-menu .menu-items ul {
        display: flex;
        justify-content: center;
        gap: 30px;
    }

    header.sticky.header-three .mainmenu-area .main-menu .menu-items ul li a {
        font-size: 15px !important;
    }

    .sticky-header .main-menu .menu-items ul {
        gap: 16px !important;
    }

    .home-swip .right-side .home-swip-content p {
        margin-bottom: 25px !important;
    }

    .home-swip .right-side .home-swip-content {
        padding-top: 90px !important;
    }
}


@media only screen and (max-width: 1300px) {
    .home-swip .right-side img {
        width: 120% !important;
        max-width: 120% !important;
    }

    .home-swip .right-side .home-swip-content {
        padding-right: 10px !important;
    }

    .home-swip .right-side .home-swip-content {
        padding-top: 100px !important;
    }

    header.sticky.header-three .mainmenu-area .main-menu .menu-items ul li a {
        font-size: 15px !important;
    }

    header .main-menu .menu-items ul {
        gap: 2px !important;
    }

    header .mainmenu-area .main-menu .menu-items ul li {
        margin-right: 13px !important;
    }

    header .mainmenu-area .main-menu .menu-items ul li a {
        padding: 0 2px !important;
    }

    .sticky-header .main-menu .menu-items ul {
        gap: 3px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 990px) {
    .mean-container a.meanmenu-reveal {
        top: -5px;
    }

    .home-intro .right-side {
        margin-left: -124px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .home-intro .right-side {
        padding-left: 0 !important;
        margin-left: -10px !important;
    }
}

@media only screen and (min-width: 1100px) and (max-width: 1300px) {

    .kurz .kurz-highlight,
    .kurz .kurz-highlight b {
        font-size: 22px !important;
    }
}

@media only screen and (min-width: 990px) and (max-width: 1100px) {

    .kurz .kurz-highlight,
    .kurz .kurz-highlight b {
        font-size: 20px !important;
    }
}

@media only screen and (min-width: 990px) and (max-width: 1200px) {
    .kurz-title-desc {
        margin-left: -62px;
    }
}

@media (max-width: 1199.98px) {
    .home-intro .right-side h1 {
        font-size: 48px;
        line-height: 65px;
    }

    .home-intro .right-side {
        padding-left: 0;
    }

    .kurzy-denny-kurz h3 {
        font-size: 30px !important;
    }

    .sticky-header-container {
        width: 96% !important;
    }

    .co_je_to_klan {
        padding: 0 55px 60px 55px !important;
    }

    header .mainmenu-area .main-menu .menu-items ul li {
        margin-right: 6px !important;
    }

    header .mainmenu-area .main-menu .menu-items ul li a {
        font-size: 16px !important;
    }

    .sticky-header img.normal-logo {
        max-width: 120px !important;
        margin-right: 15px !important;
    }

    .sticky-header .main-menu {
        grid-column-gap: 0px !important;
    }

    header .mainmenu-area .main-right a {
        font-size: 22px !important;
    }

    .sticky-header .main-right a.header-accent {
        font-size: 16px !important;
    }

    .sticky-header .main-right {
        gap: 10px !important;
    }

    .sticky-header .main-menu .menu-items ul {
        gap: 8px !important;
    }

    .phone-number {
        font-size: 21px !important;
    }

    .swip-main-uvod h2 {
        font-size: 57px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1050px) {
    .home-intro .right-side h1 {
        font-size: 46px;
    }

    .home-intro .right-side {
        margin-left: -38px !important;
    }
}

@media only screen and (max-width: 1000px) {
    .kurzy-intro h6 {
        font-size: 30px !important;
        width: 389px !important;
    }
}

@media only screen and (min-width: 990px) and (max-width: 1200px) {
    .home-swip .right-side img {
        width: 136% !important;
        max-width: 136% !important;
    }

    .home-swip .right-side .home-swip-content {
        width: 123%;
    }
}

@media only screen and (max-width: 992px) {
    .pre-firmy-absolventi-carousel p {
        font-size: 17px !important;
    }

    .pre-firmy-intro iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        transition: all 0.2s ease-in-out;
    }

    .pre-firmy-intro .aspect-ratio {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 70%;
        /* The height of the item will now be 56% of the width. */
        margin: 0 28px 18px 0;
        z-index: 50;
    }

    .kurzy-intro-btn {
        padding: 20px 40px 10px 40px !important;
        width: 100% !important;
        margin: 0 44px 0 !important;
        position: relative !important;
    }

    #ponukaprace .modal-body {
        padding: 0 4% 80px 4%;
    }

    #ponukaprace .modal-dialog {
        max-width: 93vw;
    }

    .kurzy-denny-kurz h3 {
        font-size: 26px !important;
    }

    .kurzy-section h2 {
        writing-mode: inherit !important;
        transform: rotate(0deg);
        font-size: 75px !important;
    }

    .footer-socials ul>li {
        display: inline-block;
        padding-right: 19px;
    }

    a.meanmenu-reveal {
        background: transparent !important;
        border: none !important;
        padding-left: 0 !important;
        width: 22px !important;
        margin-top: -65px !important;
        margin-right: 30px !important;
    }

    a.meanmenu-reveal span {
        margin-top: 4px !important;
        height: 2px !important;
        background: #E3E3E3 !important;
    }

    header .mobile-menu.mean-container .mean-nav {
        background-color: #283434 !important;
        overflow: hidden;
    }

    header .mobile-menu.mean-container .mean-nav li a {
        text-transform: unset !important;
        max-width: 100%;
    }

    header .mobile-menu.mean-container .mean-nav li.accent a {
        background-color: #46869F !important;
    }

    header .mobile-menu.mean-container .mean-nav li.accent a:hover {
        background-color: #2f6980 !important;
        color: white !important;
    }

    @media (max-width: 500px) {
        header .zavolajte-nam {
            display: none !important;
        }
    }

    .swip-intro h1 {
        text-align: right;
        font-size: 82px;
    }

    #course-legend {
        width: auto !important;
        padding: 15px 20px;
    }

    /*#calendar-wrapper {
        overflow: auto !important;
    }*/
    .home-referencie .owl-nav button.owl-next {
        right: 5px !important;
    }
}

@media only screen and (max-width: 900px) {
    .kurzy-intro h6 {
        font-size: 25px !important;
        width: 317px !important;
        padding: 10px 31px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 990px) {
    .kurz-additional-info-box {
        font-size: 13px;
    }

    .kurzy-info h3 {
        font-size: 36px !important;
    }

    .videoreferencie-owl-carousel .owl-nav .owl-prev,
    .videoreferencie-owl-carousel .owl-nav .owl-next {
        bottom: 17px !important;
    }

    .kurz .kurz-highlight,
    .kurz .kurz-highlight b {
        font-size: 16px !important;
    }

    .kurz-title-desc {
        margin-left: -62px;
    }
}

@media only screen and (max-width: 767px) {
    .blogs-clanok-text.blogs-clanok-text-first {
        padding-left: 17% !important;
    }
}

@media only screen and (max-width: 768px) {
    .rezervacia-kalendar-text {
        margin-left: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 768px) {
    .modal-dialog {
        margin-left: 75px !important;
    }

    .kurzy-section-1 {
        padding-top: 30px !important;
    }

}

@media only screen and (max-width: 767.9px) {
    .blogs-clanok-text.blogs-clanok-text-first {
        padding-left: 12% !important;
    }

    .faq {
        padding-top: 160px;
    }

    .kto-sme-intro {
        padding-top: 154px;
    }

    .pre-firmy-absolventi .owl-carousel {
        padding-left: 0 !important;
    }

    #courseMoreInfo {
        padding-right: 0 !important;
    }

    .course-desc-text {
        margin: 0 15px;
    }

    #courseMoreInfo .modal-dialog {
        max-width: 90vw;
    }

    #courseMoreInfo .modal-dialog {
        margin: 5%;
    }

    .co-ziskam-img-container {
        position: absolute;
    }

    .co-ziskam-img-container img {
        width: 93%;
    }

    .home-counters .owl-item h6 {
        width: 149px !important;
    }

    .rezervacia-kalendar-text {
        margin-left: 50px;
    }

    .faq .card-body {
        padding-left: 50px !important;
    }

    .pre-firmy-kontaktujte-nas-link {
        width: 100% !important;
        text-align: center !important;
    }

    .pre-firmy-absolventi-carousel .owl-prev {
        left: -10px !important;
    }

    .pre-firmy-absolventi .item {
        padding: 12px 23px 12px 23px;
    }

    .pre-firmy-co-ponukame .right {
        padding: 100px 55px 20px;
    }

    .blogs-clanok-text {
        padding-left: 25% !important;
    }

    .blogs,
    .clanok {
        padding-top: 160px;
    }

    .kto-sme-socials {
        padding-right: 25px;
    }

    .kto-sme-sekcia-1-text {
        margin-top: 35px !important;
    }

    .kurzy-denny-kurz {
        padding: 70px 0 30px 0 !important;
    }

    .kurzy-denny-kurz h3 {
        font-size: 25px !important;
        padding: 0 30px;
    }

    .kurzy-intro-item {
        margin-bottom: 10px;
    }

    .kurzy-section {
        padding: 50px 0 10px 0;
    }

    .swip-priebeh-kurzu {
        z-index: 50;
    }

    .swip-certifikat img {
        z-index: 30;
    }

    .home-ceo {
        padding-top: 30px;
    }

    .sticky-header-container {
        padding-top: 0 !important;
    }

    header.sticky.header-three .mainmenu-area {
        padding: 11px 95px 11px 0 !important;
    }

    header.header-three .mainmenu-area {
        padding: 7px 55px 10px 0;
    }

    a.meanmenu-reveal {
        margin-right: 0 !important;
    }

    .home-swip .right-side .home-swip-content {
        padding-right: 20px;
    }

    .swip-certifikat .swip-certifikat-box-wrapper {
        width: 100%;
    }

    .blogs-clanok h2,
    .clanok h1 {
        margin-top: 15px !important;
    }

    div.owl-carousel-features {
        padding-left: 0 !important;
    }

    .owl-carousel .owl-nav .owl-prev {
        left: 18px;
    }

    .videoreferencie-owl-carousel .owl-nav .owl-prev {
        left: -32px;
    }

    .klan-ponruka-prace-carousel .owl-nav .owl-prev {
        left: -30px !important;
    }

    .klan-tipy .owl-nav .owl-prev {
        left: -40px !important;
    }

    .home-referencie .owl-carousel .owl-nav .owl-prev,
    .home-referencie .owl-carousel .owl-nav .owl-next {
        margin-top: 60px;
    }

    .home-referencie .owl-carousel .owl-nav .owl-prev {
        left: 45px;
    }

    .kurzy-pokroky .owl-carousel .owl-nav .owl-prev,
    .kurzy-pokroky .owl-carousel .owl-nav .owl-next {
        margin-top: 60px;
    }


    .home-videoreferencie h2,
    .home-nase-treningy h2,
    .home-referencie h2 {
        font-size: 40px !important;
        text-align: center !important;
    }

    .home-ceo .container h3 {
        margin-left: 0 !important;
        margin-bottom: 5px !important;
        padding-left: 0 !important;
    }

    .klan-tipy .aspect-ratio {
        padding-bottom: 55% !important;
        /* The height of the item will now be 56% of the width. */
    }
}

@media only screen and (max-width: 767px) {
    .kurzy-intro h6 {
        font-size: 32px !important;
        width: 410px !important;
    }
}

@media only screen and (max-width: 660px) {
    .co-ziskam-img-container img {
        width: 100% !important;
    }
}

@media only screen and (max-width: 576px) {
    .kto-sme-intro {
        padding-top: 144px;
    }

    .home-intro .right-side h1 {
        margin-left: 4px;
    }

    .kurzy-pokroky .owl-prev {
        left: -5px !important;
    }

    .kurzy-pokroky .owl-carousel .owl-nav .owl-next {
        right: -5px !important;
    }

    .pre-firmy-absolventi-carousel .owl-next {
        right: -14px !important;
    }

    .home-videoreferencie .aspect-ratio {
        padding-bottom: 54% !important;
        /* The height of the item will now be 56% of the width. */
    }

    .sticky a.meanmenu-reveal {
        margin-top: -51px !important;
    }

    footer .footer-widget-area {
        padding-left: 40px;
        padding-right: 40px;
    }

    .home-swip .right-side img {
        width: 134% !important;
        max-width: 134% !important;
    }

    .home-swip .right-side .home-swip-content {
        width: 124% !important;
    }

    .sticky-header.sticky .logo a {
        left: 5px !important;
    }

    .home-videoreferencie h2,
    .home-nase-treningy h2,
    .home-referencie h2 {
        font-size: 37px !important;
        text-align: center !important;
    }

    .home-ceo .container h3 {
        font-size: 25px !important;
        text-align: center;
        padding: 0 0 10px 24px;
    }

    .swip-intro h1 {
        text-align: right;
        font-size: 63px;
    }

    .phone-number {
        width: 140px !important;
        margin-left: -50px !important;
    }

    html {
        overflow-x: hidden !important;
        width: 100%;
    }

    header {
        /* overflow-x: hidden !important;  */
        width: 100%;
    }

    .link-hp-chcem-vediet-viac {
        font-size: 21px !important;
    }

    .p-hp-chcem-vediet-viac {
        margin-bottom: 13px !important;
        font-size: 13px !important;
    }
}

@media only screen and (min-width: 500px) and (max-width: 768px) {

    .videoreferencie-owl-carousel .owl-nav .owl-prev,
    .videoreferencie-owl-carousel .owl-nav .owl-next {
        bottom: 19% !important;
    }

    .klan-tipy .owl-nav .owl-prev,
    .klan-tipy .owl-nav .owl-next {
        bottom: 27%;
    }

    .home-ceo .home-ceo-wrapper .left {
        padding: 50px 50px 60px 55px !important;
    }

    .select-course-container {
        margin-left: 37px;
    }

    #calendar-wrapper .calendar-base {
        height: 462px !important;
    }

    #calendar-wrapper .calendar-adress {
        margin: 19px 0 5px;
    }

    #calendar-wrapper .current-events ul li .bbtn {
        margin-top: 14px !important;
    }

    #calendar-wrapper .current-events strong {
        font-size: 15px !important;
    }

    #calendar-wrapper .day {
        font-size: 25px !important;
    }

    .current-events {
        margin-bottom: 0;
    }

    #calendar-wrapper {
        width: 500px !important;
        overflow: hidden !important;
    }

    #calendar-wrapper .calendar-base {
        width: 440px !important;
    }

    #domov-kalendar-skoleni #calendar-wrapper .months {
        left: 166px !important;
        width: 330px !important;
    }

    #calendar-wrapper .calendar-left {
        width: 155px !important;
        height: 500px;
    }

    #calendar-wrapper .calendar-base {
        width: 500px !important;
        height: 500px;
    }

    #calendar-wrapper .months {
        left: 163px !important;
        top: 68px !important;
    }

    #calendar-wrapper .days {
        left: 175px !important;
        top: 57px !important;
    }

    #calendar-wrapper #month-days {
        float: left;
        left: 170px !important;
    }

    #calendar-wrapper .days {
        word-spacing: 0px !important;
    }

    #calendar-wrapper #month-days .week span {
        padding: 7px 0;
        width: 38px;
        margin-right: 7px !important;
    }

    #calendar-wrapper .month-line {
        top: 62px !important;
    }

    #calendar-wrapper .num-dates {
        float: right;
        position: relative;
        top: 68px !important;
        right: 50px;
        z-index: 1;
    }
}

@media only screen and (min-width: 576px) and (max-width: 700px) {

    .kurz .kurz-highlight,
    .kurz .kurz-highlight b {
        font-size: 18px !important;
    }
}

@media only screen and (min-width: 501px) and (max-width: 576px) {

    .kurz .kurz-highlight,
    .kurz .kurz-highlight b {
        font-size: 16px !important;
    }
}

@media only screen and (min-width: 501px) and (max-width: 540px) {
    .select-course-container {
        margin-left: 4px !important;
    }

    .home-intro .right-side h1 {
        font-size: 56px !important;
    }
}

@media only screen and (max-width: 500px) {
    .home-referencie .owl-carousel .owl-nav .owl-prev {
        left: 34px;
    }

    .kurz .kurz-highlight,
    .kurz .kurz-highlight b {
        font-size: 14px !important;
    }

    .home-intro .right-side h1 {
        font-size: 40px
    }

    .videoreferencie-owl-carousel .owl-nav .owl-prev,
    .videoreferencie-owl-carousel .owl-nav .owl-next {
        bottom: 5% !important;
    }

    .home-ceo .home-ceo-wrapper .left {
        padding: 50px 30px 60px 30px !important;
    }

    .select-course-container {
        margin-left: 53px;
    }

    #calendar-wrapper .current-events ul li .bbtn {
        padding: 6px 6px !important;
        margin-top: 6px !important;
        font-size: 14px !important;
        margin-left: -10px !important;
    }

    #calendar-wrapper #month-days .week span {
        padding: 6px 0 !important;
        width: 30px !important;
        margin-right: 2px !important;
    }

    #calendar-wrapper .months>.month-hover {
        padding: 3px 0 !important;
        width: 35px !important;
        margin: 0 !important;
    }

    #calendar-wrapper .calendar-base {
        height: 462px !important;
    }

    #calendar-wrapper .calendar-adress {
        margin: 19px 0 5px -11px;
        font-size: 13px;
    }

    #calendar-wrapper .current-events ul li .bbtn {
        margin-top: 14px !important;
    }

    #calendar-wrapper .current-events strong {
        font-size: 14px !important;
    }

    #calendar-wrapper .day {
        font-size: 21px !important;
    }

    .current-events {
        margin-bottom: 0;
    }

    .current-events ul {
        padding: 0 17px !important;
    }

    #calendar-wrapper {
        width: 375px !important;
        overflow: hidden !important;
    }

    #calendar-wrapper .calendar-base {
        width: 440px !important;
    }

    #domov-kalendar-skoleni #calendar-wrapper .months {
        left: 151px !important;
        width: 230px !important;
        top: 68px !important;
    }

    #calendar-wrapper .calendar-left {
        width: 132px !important;
        height: 375px;
    }

    #calendar-wrapper .calendar-base {
        width: 375px !important;
        height: 375px;
    }

    #calendar-wrapper .days {
        left: 144px !important;
        top: 57px !important;
        font-size: 17px !important;
    }

    #calendar-wrapper .days span {
        width: 28px !important;
    }

    #calendar-wrapper #month-days {
        left: 145px !important;
    }

    #calendar-wrapper .days {
        word-spacing: 0px !important;
    }

    #calendar-wrapper .month-line {
        top: 62px !important;
        left: 147px !important;
    }

    #calendar-wrapper .num-dates {
        float: right;
        position: relative;
        top: 68px !important;
        right: 50px;
        z-index: 1;
    }

    .kurzy-denny-kurz h3 {
        font-size: 24px !important;
    }

    .home-swip .right-side .home-swip-content h3 {
        font-size: 25px !important;
    }

    .home-swip .right-side .home-swip-content p {
        font-size: 14px !important;
    }

    .skillwelding-integrity-section {
        margin-bottom: 75px;
    }

    .home-swip .right-side img {
        height: 112%;
    }

    section.home-counters {
        padding-top: 38px;
    }

    .home-videoreferencie h2,
    .home-nase-treningy h2,
    .home-referencie h2 {
        font-size: 35px !important;
        text-align: center !important;
    }

    .kurzy-intro h6 {
        font-size: 26px !important;
        width: 340px !important;
    }

    .kurzy-section h2 {
        font-size: 53px !important;
        margin: 0 0 20px 0 !important;
    }

}


@media (max-width: 399px) {

    .kurz .kurz-highlight,
    .kurz .kurz-highlight b {
        font-size: 12px !important;
    }

    .kurzy-intro h6 {
        font-size: 22px !important;
        width: 280px !important;
        padding: 10px 25px;
    }

    .select-course-container {
        margin-left: 4px !important;
    }

    header .mobile-menu.mean-container .mean-bar a.meanmenu-reveal {
        padding: 16px 10px !important;
    }

}

.certification-kontakt {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
    background-color: white;
    color: #283434;
    border: 2px solid #EE1D23;
    max-width: 1500px;
    margin: auto;
    margin-bottom: 70px;
    padding: 60px 100px 100px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    gap: 20px;
    scale: 0.9;
}

.certification-kontakt>* {
    margin: 20px 0;
    min-width: 400px;
    flex: 1;
}

.certification-kontakt h4 {
    color: #EE1D23;
    font-size: 20px;
    padding: 20px 0px;
    font-size: 32px !important;
    font-weight: bold;
}

.certification-kontakt .contact-info-container {
    display: flex;
    flex-flow: column nowrap;
}

.certification-kontakt .kontakt-info {
    margin: auto;
}

.certification-kontakt .kontakt-picture {
    border: 2px solid #EE1D23;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    margin-bottom: 20px;
    overflow: hidden;
}


.certification-kontakt .contact-form-container .btn {
    padding: 10px 20px;
    font-size: 20px;
    font-weight: bold;
    background-color: #EE1D23;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
}

.certifikacia {
    margin: 160px 100px 0px 160px;
    padding: 60px 24px 100px;
}

@media (max-width: 767px) {
    .certifikacia {
        margin: 160px 40px 0px 40px;
    }
}

@media (max-width: 1040px) {
    .certification-kontakt {
        flex-flow: column-reverse;
        padding: 20px;
    }

    .certification-kontakt>* {
        min-width: 100%;
    }
}


form>.form-group.gdpr-wrapper {
    display: flex !important;
    height: auto !important;
    z-index: 1 !important;
    visibility: visible !important;
    width: auto !important;
    overflow: auto !important;
}

.certifikacia-banner .swip-intro-title > h1{
    font-size: 68px;
}

.certifikacia-uvod{
    padding: 60px 0;
}
.certifikacia-uvod> .container{
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-content: center;
}
.certifikacia-uvod> .container>*{
    flex: 1;
    margin: 0 20px;
}
.certifikacia-uvod> .container>.certifikacia-uvod-image-container{
    position: relative;
    flex: 1 1 40%;
    max-width: 40%;
    margin: 0;
}

.certifikacia-uvod> .container>.certifikacia-uvod-image-container>img{
    position: absolute;
    right: -85px;
    top: -100px;
    z-index: 98;
}

.certifikacia-info{
    padding: 60px 0;
    background-color: #283434;
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.certifikacia-info> .container{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-content: center;
    gap: 20px;
}

.certifikacia-info> .container>*{
    flex: 1;
    margin: 0 20px;
}

.certifikacia-info> .container .certifikacia-info-title>*{
    font-size: 32px;
    font-weight: bold;
    padding: 20px 0px;
    color: #C6AE8B !important;
    text-shadow: 2px 2px 4px #000000;
}

.certifikacia-info> .container .certifikacia-info-text{
    font-size: 32px;
    font-weight: bold;
}



.certifikacia-courses{
    padding: 60px 0;
    background-color: white;
    color: #283434;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.certifikacia-courses> .container{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
    gap: 20px;
}

.certifikacia-courses> .container>*{
    flex: 1;
    margin: 0 20px;
}

.certifikacia-courses> .container .title-text{
    font-weight: bold;
    font-size: 28px;
    padding: 20px 0px;
    color: #EE1D23;
}


@media (max-width: 767px) {
    .certifikacia-banner .swip-intro-title > h1{
        font-size: 40px;
    }
    .certifikacia-uvod> .container{
        flex-flow: column;
        position: relative;
    }
    .certifikacia-uvod> .container>*{
        flex: 1;
        margin: 0 20px;
    }
    .certifikacia-uvod> .container>.certifikacia-uvod-image-container{
        position: unset
    }
    .certifikacia-uvod> .container>.certifikacia-uvod-image-container>img{
        position: absolute;
        right: 10px;
        top: -50px;
        z-index: -4;
        height: 100px;
    }
    .certifikacia-info> .container .certifikacia-info-title>*{
        font-size: 28px !important;
        font-weight: bold;
        padding: 20px 0px;
        color: #C6AE8B !important;
        text-shadow: 2px 2px 4px #000000;
    }
    .certifikacia-info> .container .certifikacia-info-text{
        font-size: 28px;
        font-weight: bold;
        line-height: normal;
    }
    .certifikacia-courses> .container{
        padding: 0px 10px;
        margin: 0px;
        max-width: 100%;
    }
    .certifikacia-courses> .container>*{
        min-width: 300px;
    }

    .certifikacia-courses> .container .title-text{
        font-weight: bold;
        font-size: 24px;
        padding: 20px 0px;
        color: #EE1D23;
    }
}

.bold {
    font-family: "Museo 700" !important;
}

.kurzy-pecat {
    display: none;

    position: absolute;
    z-index: 10;

    top: 50%;
    transform: translateY(-50%);

    left: -72px;
    height: 225px;
}

.swip-intro h1.kurzy-title {
    font-size: 35px !important;
}

.swip-intro h1.kurzy-title > span {
    font-family: 'Museo 300' !important;
}

.new .kurzy-section {
    position: relative;
    padding: 40px 0;
}

.new .kurzy-paragraph > * {
    font-family: "Museo 700" !important;
    font-size: 16px !important;
}

@media (min-width: 576px) {
    .kurzy-pecat {
        display: inline-block;
    }

    .kurzy-paragraph {
        padding-left: 175px;
    }
}

@media (min-width: 768px) {
    .swip-intro h1.kurzy-title {
        font-size: 50px !important;
    }
}

@media (min-width: 1500px) {
    .kurzy-pecat {
        left: max(-100px, -7vw);
        height: min(300px, 20vw);
    }
}

.kurzy-text {
    padding: 50px 0;
}

.kurzy-subtext {
    padding: 30px 0;
    font-size: 20px;
    color: #F1F1F1;
    text-align: center;
}

.kurzy-uroven {
    font-size: 24px;
    color: #EE1D23;
    text-align: center;
    padding: 25px 0;
}

.new .kurzy-intro {
    padding-top: 0;
}

.new .kurzy-intro-item h6 {
    width: fit-content !important;
    max-width: calc(100% - 40px);

    margin: auto;
    font-size: 20px;
}

.kurzy-contact {
    background-color: #283434;
    overflow: hidden;
    color: white;
    padding: 25px 0;
}

.kurzy-contact-btn {
    background-color: #EE1D23;
    font-size: 30px;
    font-family: 'Museo 700' !important;
    margin-top: 20px;
    color: white;
    padding: 10px 20px;
    flex-grow: 0;
    width: fit-content;
}

.kurzy-contact .base {
    display: flex;
    flex-direction: column-reverse;
}

.kurzy-contact .base .left,
.kurzy-contact .base .right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.kurzy-contact .base .left {
    font-size: 24px !important;
    font-family: 'Museo 700' !important;
}

.kurzy-contact .base .right {
    margin-bottom: 20px;
    font-size: 30px;
    color: #C6AE8B;
    text-align: center;
    font-family: 'Museo 700' !important;
}

.kurzy-contact .pecat {
    height: 260px;
    top: -90px;
    right: -60px;

    @media (min-width: 576px) {
        top: unset;
        bottom: -90px;
    }

    @media (min-width: 1200px) {
        height: 100%;
    }
}

@media (min-width: 768px) {
    .kurzy-contact .base {
        flex-direction: row;
    }

    .kurzy-contact .base .left {
        width: 60%;
    }

    .kurzy-contact .base .right {
        width: 40%;
        margin-bottom: 0;
        text-align: right;
        font-size: 35px;
    }
}

@media (min-width: 992px) {
    .kurzy-contact .base .right {
        font-size: 46px;
    }
}

@media (min-width: 1200px) {
    .kurzy-contact .base .right {
        font-size: 57px;
    }
}

.new .kurzy-intro-btn {
    margin: 0 25px;
}

.kurzy-kurz-body {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media (min-width: 576px) {
    .kurzy-kurz-body {
        flex-direction: row;
    }
}

.kurzy-portret-wrapper {
    width: fit-content;
    height: fit-content;
    margin-bottom: 25px;
}

.kurzy-portret, .kurzy-portret img {
    border-radius: 9999px;
    overflow: hidden;
    width: 100px;
    width: 100px;
    object-fit: cover;
}

@media (min-width: 576px) {
    .kurzy-portret-wrapper {
        margin-bottom: 50px;
        padding-left: 50px;
    }
}

.kurzy-course-section > .container {
    max-width: 1750px;
}

@media (min-width: 992px) {
    .kurzy-course-section > .container {
        padding-left: 50px;
    }
}

@media (min-width: 500px) and (max-width: 992px) {
    .kurzy-course-section h2 {
        padding-left: 30px;
    }
}

.kurzy-course-section .course .kurz-item-top {
    padding: 18px;
}

.kurzy-course-section .course h3 {
    font-size: 30px !important;
}

.kurzy-course-section .course {
    padding: 0 10px;
    width: 100%;
    flex-shrink: 0;
    flex-grow: 1;
    width: 100%;
}

.course-row {
    justify-content: center;
    align-items: stretch;
}

.course .kurz-item {
    display: flex;
    height: calc(100% - 50px);
    flex-direction: column;
    justify-content: space-between;
}

@media (min-width: 576px) {
    .kurzy-course-section .course {
        flex: 0;
        min-width: var(--course-width-2);
    }
}

@media (min-width: 768px) {
    .kurzy-course-section .course {
        min-width: var(--course-width-3);
    }
}

@media (min-width: 1300px) {
    .kurzy-course-section .course {
        min-width: var(--course-width-4);
    }
}

@media (min-width: 1617px) {
    .kurzy-course-section .course {
        min-width: var(--course-width-5);
    }
}

@media (min-width: 1700px) {
    .kurzy-course-section .course {
        min-width: var(--course-width-6);
    }
}

.contact-modal .modal-body {
    padding: 30px;
    padding-top: 27px;
}

.contact-modal .modal-title {
    padding-top: 2px;
    padding-left: 17px;
    font-size: 2.5rem;
}

.new .kurzy-referencie {
    padding: 65px 0;

    h2 {
        padding-left: 30px;
        font-size: 55px !important;
    }

    .carousel-control-next,
    .carousel-control-prev {
        padding-top: 300px;
        filter: invert(100%);
        width: 75px;
    }

    .carousel-item {
        background-color: white;
    }

    .carousel-item > div {
        display: flex;
        flex-direction: column;
        height: fit-content;
    }

    .img {
        height: 300px;
    }

    .img > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .body {
        flex: 1;
        padding: 40px;
        padding-left: 75px;
        padding-right: 75px;
    }

    .body p {
        font-size: 16px !important;
    }

    @media (min-width: 992px) {
        .carousel-item > div {
            display: grid;
            grid-template-columns: 500px 1fr;
            align-items: start;
        }

        .img {
            min-height: 400px;
            height: 100%;
        }

        .body {
            padding-left: 40px;
            height: fit-content;
        }

        .body h3 {
            font-size: 37px !important;
            color: #46869F !important;
        }

        .carousel-control-prev {
            filter: none;
        }

        .carousel-control-next,
        .carousel-control-prev {
            padding-top: 0;
        }
    }
}

.new .kurzy-pokroky {
    h2 {
        font-size: 35px !important;

        @media (min-width: 768px) {
            font-size:  55px !important;
        }
    }
}

.faq.kurzy-faq {
    padding-top: 60px;
    padding-bottom: 60px;
}

.section-socials {
    background-color: #A0A0A0;
    padding-top: 40px;
}

.section-socials h2 > * {
    font-size: 55px !important;
    font-family: "Museo 700" !important;
}

:root {
    --socials-height: 500px;
    --socials-height-middle: 554px;
    --socials-spacing: 30px;
}

.socials {
    padding: 60px;
    padding-top: 0;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

    .middle {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;

        height: 554px;
        margin-top:    calc(var(--socials-spacing) / 2);
        margin-bottom: calc(var(--socials-spacing) / 2);
    }
}

.socials-group {
    width: 100%;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.social {
    margin: calc(var(--socials-spacing) / 2);
}

.social.captioned {
    height: var(--socials-height) !important;

    position: relative;
    overflow: hidden;

    .overlay {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 40px;
        background: linear-gradient(to bottom, rgba(160 160 160 / 0) 0%, rgba(160 160 160 / 1) 100%);
        z-index: 10;
    }
}

.social.ig {
    width: 200px !important;

    display: flex;
    flex-direction: column;

    iframe, blockquote {
        min-width: 0 !important;
        width: 200px !important;
    }
}

.social.fb {
    width: 200px !important;

    display: flex;
    flex-direction: column;

    position: relative;

    .gradient {
        position: absolute;
        bottom: 7px;
        left: 0;
        right: 0;
        height: 30px;
        background: linear-gradient(to bottom, rgba(160 160 160 / 0) 0%, rgba(160 160 160 / 1) 100%);
    }

    iframe, span {
        width: 200px !important;
    }
}

@media (min-width: 576px) {
    :root {
        --socials-height: 554px;
    }

    .social.ig {
        width: 263px !important;

        iframe, blockquote {
            width: 263px !important;
        }
    }

    .social.fb {
        width: 263px !important;

        iframe, span {
            width: 263px !important;
        }
    }

    .socials.middle {
        margin-top:    0;
        margin-bottom: 0;
    }
}

.social.yt {
    display: flex;
    justify-content: center;
    margin-bottom: 0px;

    flex-grow: 1;
    flex-shrink: 1;
    aspect-ratio: 16/9;

    iframe {
        aspect-ratio: 16/9;
    }
}

.social.tt {
    margin-top: 0px;
}

.btn-social-caption {
    padding: 5px;
    margin-left: 1px;
    margin-right: 1px;
    outline: 1px solid rgb(219, 219, 219);
    background: white;
    border-radius: 3px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    z-index: 20px;
}

iframe {
    border: none;
}

.course {
    position: relative;
}

.course.new::before {
    position: absolute;
    content: 'Novinka';
    top: -7px;
    right: 2px;
    background-color: #EE1D23;
    color: white;
    padding: 0 8px;
    font-size: 16px;
    font-weight: bold;
}