﻿* {
    font-family: "verdana", sans-serif;
}
#preloder {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #000;
}

.loader {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    border-radius: 60px;
    animation: loader 0.8s linear infinite;
    -webkit-animation: loader 0.8s linear infinite;
}
@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        border: 4px solid #fff;
        border-left-color: transparent;
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        border: 4px solid #c4c4c4;
        border-left-color: transparent;
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        border: 4px solid #808080;
        border-left-color: transparent;
    }
}
.header__logo {
    padding: 5px 0 5px;
    position: relative;
    z-index: 1;
    
}

    .header__logo::before {
        position: absolute;
        left: -400px;
        top: 0;
        width: 670px;
        height: 100%;
        background: #808080;
        content: "";
        z-index: -1;
        -webkit-clip-path: polygon(0% 0%, 100% 0%, 96% 100%, 0% 100%);
        clip-path: polygon(0% 0%, 100% 0%, 96% 100%, 0% 100%);
        
        
    }

    .header__logo a {
        display: inline-block;
        
    }
.navbar-default {
    border: none;
    background: url(/images/footer.jpg) fixed no-repeat;
    border-bottom: 5px solid #808080;
}

    .navbar-default .navbar-nav > li > a {
        color: #000;
        margin-top: 30px;
        font-weight: bold ;
        
    }

    .navbar-default .navbar-header img {
        max-height: 100px;
        margin: 5px;
    }

    .navbar-default .navbar-nav > li > a:hover {
        color: #808080;
        transform: scale(1.2);
        text-decoration: none;
        background-color: transparent;
    }
#nav-breadcrumbs{
    margin-top: 25px;
}

.page-body {
    padding-block: 85px;
}
.zarovnaj{
    margin-left: 200px;
}
@media only screen and (max-width: 600px) {
    .zarovnaj {
        margin-left: 2px;
    }
}
.p1{
    list-style:disc;
}
.contact-items .glyphicon {
    padding-right: 10px;
    color: #000;
    font-size: 18px;
}

.tlacitko-moje {
    display: inline-block;
    border-radius: 45px;
    background-color: transparent;
    border: 2px solid #808080;
    color: #000;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 15px;
    width: 200px;
    transition: all 0.5s;
    cursor: pointer;
    margin-top: 15px;
}


    .tlacitko-moje:hover {
        background-color: #808080;
        text-decoration:none;
        color:#fff;
    }

    .tlacitko-moje span {
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: 0.5s;
    }

        .tlacitko-moje span:after {
            content: '\00bb';
            position: absolute;
            opacity: 0;
            top: 0;
            right: -20px;
            transition: 0.5s;
        }

    .tlacitko-moje:hover span {
        padding-right: 25px;
        color: #fff;
    }

        .tlacitko-moje:hover span:after {
            opacity: 1;
            right: 0;
        }
.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

    .map-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }

.moj-formular .row {
    padding: 10px 0px 10px 0px;
}

.field-validation-error {
    color: #ff0000;
}

.img-responsive img {
    max-width: 100%;
}

.api-password-group {
    display: none;
}



.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}

    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .video-container video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
/* Course video */
.course-video {
    margin: 0 20px 50px 20px;
}

.course-video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}

    .course-video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .course-video-container video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.navbar-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.language {
    padding-top: 5px;
    padding-left: 5px;
}

.scrollToTop {
    padding: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    background: transparent;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    position: fixed;
    bottom: 120px;
    right: 0;
    display: none;
    border: none;
}

    .scrollToTop:hover {
        background: transparent;
        color: #5F656F;
    }

@media only screen and (max-width: 500px) {
    .maly {
        width: 80%;
        height: 80%
    }
}

.footer {
    padding: 20px;
    color: #000;
    background: url(/images/footer.jpg);
    background-attachment: fixed, fixed, !important;
    border-top: 5px solid #808080;
}

.prislovie {
    padding-top: 15px;
    text-align: left;
}

.mb-2 {
    color: #000;
    text-decoration: none;
}

    .mb-2:hover {
        color: #808080;
        text-decoration: none;
    }

.mb-3 {
    color: #000;
    text-decoration: none;
}

    .mb-3:hover {
        color: #808080;
        text-decoration: none;
    }

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: transparent;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

    .footer .btn.btn-link::before {
        position: relative;
        content: "\f099";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        margin-right: 10px;
    }

    .footer .btn.btn-link:hover {
        color: transparent;
        letter-spacing: 1px;
        box-shadow: none;
    }

.btn-primary:hover {
    color: #000;
    background-color: transparent;
    background-position: 0 -0px;
}

.btn-primary:focus {
    background-position: 0 0;
}

.btn {
    transition: .5s;
    font-weight: 500;
    padding: 30px;
}

.btn-primary,
.btn-outline-primary:hover {
    color: #fff;
    background-color: transparent !important;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    margin: 5px;
    padding: 10px 10px 10px 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    background-image: linear-gradient(to bottom, #808080 0%, #808080 100%);
    border: none;
    border-color: transparent;
    border-radius: 50px;
}

.svetlo {
    text-shadow: rgba(153, 153, 153, 0.792969) 0.7px 0.7px 0px, rgba(140, 140, 140, 0.792969) 1.4px 1.4px 0px, rgba(122, 122, 122, 0.496094) 2.1px 2.1px 1px, rgba(107, 107, 107, 0.496094) 2.8px 2.8px 0px, rgba(92, 92, 92, 0.476563) 3.5px 3.5px 0px;
}

.breadcrumb {
    background-color: transparent;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    padding-top:35px;
}

    .breadcrumb > li > a {
        text-decoration: none;
        color: #000;
    }

    .breadcrumb > li::before {
        color: #000 !important;
    }

    .breadcrumb :hover {
        text-decoration: none;
        color: #808080;
        transform: scale(1.2);
    }

.breadcrumb, a:active {
    text-decoration: none;
    color: #808080;
}

.form-item label {
    padding: 5px 0px 5px 0px;
    color: #000;
}

.form-item {
    border-radius: 15px !important;
    padding: 5px 0px 5px 0px;
}

.form-control {
    background-color: transparent;
    border-radius: 20px;
    color: #000;
    border: 2px solid #808080;
}

    .form-control:focus {
        border-color: #000;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(22, 23, 24, 0.6);
    }

.text-right {
    margin-top: 10px;
}

    .text-right a {
        color: #000;
        font-weight: bold;
        text-decoration: none;
    }

        .text-right a:hover {
            color: #808080;
        }

.registr {
    margin-left: 50px;
}

@media only screen and (max-width: 500px) {
    .registr {
        margin-left: 0;
    }
}

@media only screen and (max-width: 1200px) {
    .registr {
        margin-left: 0;
    }
}

.odstup {
    margin-top: 10px;
}

*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    list-style-type: none;
    text-decoration: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
/*body {
    font-weight: normal;
    line-height: 1.5;
    color: #252a32;
}*/
.container2 {
    max-width: 120rem;
    width: 100%;
    padding: 4rem 2rem;
    margin: 0 auto;
}

.main .container2 {
    display: grid;
    grid-template-columns: repeat(5, 2fr);
    grid-gap: 2rem;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 600px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.main .card {
    color: #252a32;
    border-radius: 10px;
    background: transparent;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}

.main .card-image {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 70%;
    background: transparent;
    border-radius: 10px;
}

.card:hover {
    opacity: 60%;
    transform: scale(1.1);
}

.main .card-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

@media only screen and (max-width: 600px) {
    .main .container2 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1rem;
        width: auto;
    }
}
/*yrobky start*/
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'verdana', sans-serif;
}

body {
    margin: 0px auto;
}

.main {
    padding: 20px;
    display: flex;
    justify-content: space-evenly;
    gap: 20px;
}

.box {
    margin-top: 10px;
    padding: 10px;
    box-shadow: 1px 1px 2px #8f8f8f;
    border-radius: 5px;    
    display: flex;
    flex-direction: column;
    gap: 5px;
    transition: transform .3s;
}

    .box:hover {
        transform: scale(1.06);
        z-index: 12;
    }

    .box img {
        height: 350px;
        object-fit:  contain;
        position: center;
        margin:5px;
    }


.demo-type {    
    color: #000;
    font-size: 0.9rem;
}

.demo-title {
    font-weight: normal;
    text-align: center;
}

.price-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.color {
    display: inline-block;
    content: "";
    height: 10px;
    background-color: #000;
    width: 10px;
    border-radius: 60%;
}

.real-price {
    margin-right: 5px;
    text-decoration: line-through;
    color: #8f8f8f;
}

.discounted-price {
    font-weight: 500;
}

.size-wrapper {
    display: flex;
}

.size {
    border: 2px solid #8f8f8f;
    padding: 0 2px;
}

@media (max-width:865px) {
    .main {
        display: inline-flex;
        grid-template-rows: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width:490px) {
    .main {
        display: block;
    }
}
/*vyrobky end*/
.zoomed {
    transform: scale(2);
    transition: transform 0.5s;
   
}

/* Cookies */
.cookies-div {
    display: none;
    background: url(/images/footer.jpg);
    background-attachment: fixed, fixed, !important;
    color: #000;
    padding: 20px;
    position: fixed;
    right: 50px;
    width: 400px;
    z-index: 1000;
    border-radius: 10px;
    border: 5px solid #808080;
}

    .cookies-div .cookies-close {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: #808080;
        padding: 5px 0;
        position: absolute;
        right: -12px;
        top: -12px;
        padding-left: 5px;
        padding-top: 5px;
        cursor: pointer;
    }

        .cookies-div .cookies-close img {
            display: block;
        }

    .cookies-div p {
        padding-bottom: 15px;
        color: #000;
        font-size: 14px;
        font-weight: normal;
    }

.cookies-ok {
    color: #000;
    /* background-color: #8FBE3E;*/
    border: 2px solid #79f60b;
    border-radius: 50px;
    font-weight: bold;
    padding: 10px 15px;
    float: left;
    text-decoration: none;
}

    .cookies-ok:hover {
        color: #000;
        border-color: #FFF;
        background-color: #79f60b;
        text-decoration: none;
    }

.cookies-cancel {
    color: #000;
    /* background-color: #FE0000;*/
    border: 2px solid #FE0000;
    border-radius: 50px;
    font-weight: bold;
    padding: 10px 15px;
    float: right;
    text-decoration: none;
}

    .cookies-cancel:hover {
        color: #000;
        border-color: #FFF;
        background-color: #FE0000;
        text-decoration: none;
    }

.privacy-links {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding-top: 30px;
}

    .privacy-links a {
        color: #000;
        text-decoration: none;
        white-space: nowrap;
        font-size: 13px;
    }

        .privacy-links a:hover {
            color: #808080;
            text-decoration: none;
            transform: scale(1.2);
        }

@media (min-width: 768px) {
    .cookies-div {
        bottom: 0;
    }
}

@media (max-width: 767px) {
    .cookies-div {
        top: 20px;
        right: 20px;
        width: calc(100% - 40px);
    }
}



