@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@400;500;600;700;800&display=swap');

@font-face {
    font-family: "Figtree";
    src: url("../fonts/Figtree-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Figtree";
    src: url("../fonts/Figtree-Bold.ttf");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Figtree";
    src: url("../fonts/Figtree-Italic.ttf");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "Figtree";
    src: url("../fonts/Figtree-Light.ttf");
    font-weight: lighter;
    font-style: normal;
}

@media (min-width: 576px) {

}
@media (min-width: 768px) {

}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {
    .container {
        max-width: 1300px;
        padding: 0;
    }
    .subcontainer {
        max-width: 1400px;
    }
}
@media (min-width: 1200px) and (max-width: 1330px) {
    .container {
        padding: 0 50px;
    }
}
html {
    scroll-behavior: smooth;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: none;
}

.modal.show {
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-content {
    max-width: 700px;
    padding: 0 16px 16px;
}

.modal-footer {
    padding-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-top: 0;
}

.modal-footer button, .modal-footer a {
    flex-grow: 1;
    margin: 0;
}

.modal-footer a.y-btn {
    background-image: none;
    padding: 10px 17px !important;
    font-weight: bold;
    text-transform: uppercase;
}

.modal-footer a.y-btn:hover {
    padding: 10px 17px !important;
}

/* HEADER */
.header {
    background-color: #fff;
    padding:  0 0 40px 0;
}
.navbar-brand img {
    width: 280px !important;
}
.header .support .text {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 2rem;
    padding-top: .5rem;
}
.header .support .text .support-icon {
    font-family: 'Figtree', sans-serif;
    font-size: 12px;
    color: #000;
    float: left;
    padding: 0 7px 0 25px;
    background-image: url("../icons/mail.svg");
    background-repeat: no-repeat;
    background-position: left center;
    margin-bottom: 0;
}
.header .support .text .tel-icon {
    font-family: 'Figtree', sans-serif;
    font-size: 12px;
    color: #000;
    float: left;
    background-image: url(../img/header_phone.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 12px;
    padding: 0 7px 0 25px;
    margin-bottom: 0;
}
.header .support .text div {
    display: flex;
}/*
.header .support .text div:not(:last-of-type)::after {
    content: "|";
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    color: #bbbaba;
    float: left;
}*/
.header .support .text a {
    font-family: 'Figtree', sans-serif;
    font-size: 12px;
    color: #000;
    padding: 0 0 0 7px;
    margin-bottom: 0;
}
.navbar-nav li {
    margin: 0 13px !important;
    border-bottom: 3px solid #fff;
}
.navbar-nav li a {
    font-family: 'Figtree', sans-serif;
    font-size: 15px;
    color: #000 !important;
    font-weight: 700;
    text-transform: uppercase;
    padding: 1px 0 !important;
}
.navbar-nav .current, .navbar-nav li:hover {
    border-bottom: 3px solid #000;
}
.dropdown-content {
    display: flex;
    flex-direction: column;
}
.navbar .y-btn {
    margin-top: 0;
    padding: 10px 24px !important;
    background-image: none;
    font-size: 20px;
    font-weight: bold;
}
.navbar .y-btn:hover {
    padding: 10px 24px !important;
    background-color: #dccb10;
}
@media (min-width: 993px) {
    .navbar {
        padding: .5rem 0;
    }
    .dropdown-hover {
        position: relative;
    }
    .dropdown-hover a {
        margin-right: 15px;
    }
    .dropdown-hover::after {
        content: "";
        position: absolute;
        right: -5px;
        top: 8px;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid black;
    }
    .dropdown-content {
        background-color: #F4F4F4;
        padding: 1.5rem;
    }
    .dropdown-content::before {
        content: "";
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 15px solid #F4F4F4;
        position: absolute;
        top: 13px;
    }
    .dropdown-content .dropdown-item {
        padding-top: 0.2rem !important;
        padding-bottom: 0.2rem !important;
        font-size: 14px;
    }
    .dropdown-content .dropdown-item:hover {
        background-color: unset;
        text-decoration: underline;
    }
    .dropdown-hover:hover .dropdown-menu {
        display: block;
        border: none;
        position: absolute;
        padding-top: 1.5rem;
        border-radius: 0px;
        padding-bottom: 0rem;
    }
}
@media (max-width: 1350px) and (min-width: 993px) {
    .header .support {
        margin-left: 10px;
    }
    .header .navbar-nav {
        margin-left: none !important;
    }
}
@media (max-width: 1260px) and (min-width: 993px) {
    .header .navbar {
        flex-direction: column;
    }
    .header .collapse {
        margin: auto !important;
    }
    .header .support {
        margin-left: 0px;
    }
}
@media (max-width: 1260px) {
    .header {
        padding: 0 0 15px 0;
    }
    .navbar-brand {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .navbar-nav {
        margin-bottom: 20px !important;
    }
}
@media (max-width: 993px) {
    .dropdown-hover:hover .dropdown-menu {
        display: block;
    }
    .dropdown-menu {
        border: 0;
        border-top: 1px solid rgba(0,0,0,.15);
        border-bottom: 1px solid rgba(0,0,0,.15);
        background-color: #f8f9fa;
        padding: 0;
        margin: 0 -.5rem;
        width: calc(100% + 1rem);
    }
    .dropdown-menu .dropdown-item {
        padding: 3px .5rem !important;
    }
    .dropdown-item.active, .dropdown-item:hover, .dropdown-item:active, .dropdown-item:focus {
        background-color: rgba(0,0,0,.15);
    }
    .navbar-nav li a {
        padding: 3px 0 !important;
    }
    .header .navbar-nav li {
        border-bottom: 0;
    }
    .header .navbar-nav li:hover {
        border-bottom: 0;
    }
    .header .navbar-nav .current a {
        color: #FCE806 !important;
    }
    .header .navbar-nav li:not(:last-of-type) > a:hover {
        color: #FCE806 !important;
    }
    .header .support .text a {
        font-weight: 400;
        padding: 0 0 0 25px !important;
    }
    .header .support .text .tel-icon, .header .support .text .support-icon {
        font-size: 14px;
        background-image: none;
    }
    .navbar-brand {
        margin-right: 0;
        margin-bottom: 0px;
    }
    .header .support {
        margin-top: 0px;
    }
    .header .navbar {
        padding: 0rem 0.5rem;
    }
    .header .navbar-collapse {
        padding-top: 20px;
    }
}
@media (max-width: 400px) {
    .header .support .text {
        flex-direction: column;
        gap: 0.5rem;
    }
    .header .support .text div:not(:last-of-type)::after {
        content: none;
    }
    .header .support .text p {
        background-image: none;
        padding: 0px;
    }
    .header .support .text a {
        padding: 0px !important;
    }
    .navbar-brand {
        max-width: 200px;
    }

}

/* CAROUSEL */
.homepage-slider {
    margin: 0 auto;
    max-width: 1520px;
    position: relative;
    max-height: 700px;
}
.homepage-slider .banner-right {
    background-image: url("../img/banner_right.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 455px;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 999;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.homepage-slider .item {
    width: 100%;
}
.carousel-home-caption {
    width: 100%;
    top: 0;
    display: flex;
    align-items: center;
    text-align: left;
    position: absolute;
    color: black;
    left: 0;
}
.carousel-caption .title {
    color: black;
    font-family: 'Figtree', sans-serif;
    font-size: 40px;
    letter-spacing: -1px;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 55px;
    text-transform: uppercase;
    max-width: 45%;
}
.carousel-caption p{
    font-family: 'Figtree', sans-serif;
    font-size: 16px;
    color: black;
    font-weight: 300;
    margin: 15px 0 20px 0;
    letter-spacing: 0.5px;
    line-height: 26px;
    max-width: 40%;
}
.carousel-caption .y-btn {
    color: #FCE806 !important;
    background: #000;
}
.y-btn {
    display: block;
    width: fit-content!important;
    margin-top: 30px;
    font-weight: 400;
    font-size: 14px;
    padding: 10px 40px 10px 17px!important;
    background-color: #FCE806;
    font-family: 'Figtree', sans-serif;
    color: #000 !important;
    border: 0;
    background-image: url("../img/arrow_black.svg");
    background-repeat: no-repeat;
    background-position: right 15px center;
    transition-duration: 0.3s;
}
.y-btn:hover {
    padding: 10px 50px 10px 17px!important;
    background-position: right 15px center;
    text-decoration: none;
}
.homepage-slider .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    max-width: 92.5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
}
.homepage-slider .owl-nav button.owl-prev, .homepage-slider .owl-nav button.owl-next {
    margin-left: 0 !important;
    color: transparent;
    width: 20px;
    height: 20px;
    border-radius: 0;
    transition: .3s;
    position: relative;
    z-index: 1;
    margin: 0;
}
.homepage-slider .owl-nav button span {
    display: block;
    width: 20px;
    height: 20px;
    border-top: #dccb10 solid 5px;
    border-right: #dccb10 solid 5px;
}
.homepage-slider .owl-nav button.owl-next::before, .homepage-slider .owl-nav button.owl-prev::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    background-color: #000000;
    transform: translate(-18px, -22px) rotate(-45deg);
    z-index: -1;
}
.homepage-slider .owl-nav button.owl-prev:hover, .homepage-slider .owl-nav button.owl-next:hover {
    background-color: transparent;
    color: transparent;
}
.homepage-slider .owl-nav button.owl-prev {
    transform: rotate(-135deg);
}
.homepage-slider .owl-nav button.owl-next {
    transform: rotate(45deg);
}
.homepage-slider .owl-nav button.owl-prev:hover {
    transform: rotate(-135deg) translate(5px, -5px);
}
.homepage-slider .owl-nav button.owl-next:hover {
    transform: rotate(45deg) translate(5px, -5px);
}
.homepage-slider .owl-dot:focus {
    outline: none;
}
.homepage-slider .owl-dots {
    position: absolute;
    bottom: 5%;
    left: 150px;
    max-width: 1300px;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
}
.homepage-slider .owl-dot span {
    background-color: transparent !important;
}
.homepage-slider .owl-dot {
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
.homepage-slider .owl-nav button:hover,.homepage-slider .owl-nav button:active, .homepage-slider .owl-nav button:focus {
    outline: none;
}
.homepage-slider .owl-nav button:hover img {
    filter: invert(56%) sepia(98%) saturate(3396%) hue-rotate(179deg) brightness(93%) contrast(89%);
}
.homepage-slider .container {
    max-width: 80%;
}
.btn-hover{
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.btn-hover:hover {
    color: #fff;
    text-decoration: none;
}
.btn-hover span{
    display: block;
}
.btn-hover::before, .btn-hover::after{
    content:"";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.2s linear;
    background: #fff;
}

.btn-hover span::before, .btn-hover span::after{
    content:"";
    width:2px;
    height:0;
    position: absolute;
    transition: all 0.2s linear;
    background: #fff;
}
.btn-hover:hover::before, .btn-hover:hover::after{
    width: 100%;
}
.btn-hover:hover span::before, .btn-hover:hover span::after{
    height: 100%;
}
.btn-hover::before, .btn-hover::after{
    transition-delay: 0s;
}
.btn-hover span::before, .btn-hover span::after{
    transition-delay: 0.2s;
}
.btn-hover::before{
    right: 0;
    top: 0;
}
.btn-hover::after{
    left: 0;
    bottom: 0;
}
.btn-hover span::before{
    left: 0;
    top: 0;
}
.btn-hover span::after{
    right: 0;
    bottom: 0;
}
.btn-hover:hover::before, .btn-hover:hover::after{
    transition-delay: 0.2s;
}
.btn-hover:hover span::before, .btn-hover:hover span::after{
    transition-delay: 0s;
}
.blue-btn:focus {
    outline: 0;
}
.white-hover{
    cursor: pointer;
}
.white-hover:hover {
    color: #fff;
    text-decoration: none;
}
.white-hover span{
    display: block;
}
.white-hover::before, .white-hover::after{
    content:"";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.2s linear;
    background: #1a92e1;
}

.white-hover span::before, .white-hover span::after{
    content:"";
    width:2px;
    height:0;
    position: absolute;
    transition: all 0.2s linear;
    background: #1a92e1;
}
.white-hover:hover::before, .white-hover:hover::after{
    width: 100%;
}
.white-hover:hover span::before, .white-hover:hover span::after{
    height: 100%;
}
.white-hover::before, .white-hover::after{
    transition-delay: 0s;
}
.white-hover span::before, .white-hover span::after{
    transition-delay: 0.2s;
}
.white-hover::before{
    right: 0;
    top: 0;
}
.white-hover::after{
    left: 0;
    bottom: 0;
}
.white-hover span::before{
    left: 0;
    top: 0;
}
.white-hover span::after{
    right: 0;
    bottom: 0;
}
.white-hover:hover::before, .white-hover:hover::after{
    transition-delay: 0.2s;
}
.white-hover:hover span::before, .white-hover:hover span::after{
    transition-delay: 0s;
}
.white-hover img {
    z-index: 999;
}
.white-btn:focus {
    outline: 0;
}
.banner-right--white {
    background-color: #fff;
    background-image: url("../img/banner_form.svg");
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 120px;
    padding-left: 140px;
    width: 430px;
    -webkit-box-shadow: 0px 0px 12px 2px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 12px 2px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 12px 2px rgba(0,0,0,0.25);
    margin-bottom: 15px;
    transition-duration: 0.3s;
}
.banner-right--white:hover {
    background-color: #ffffffdb;
}
.banner-right--white .poptavkovy-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.banner-right--white .poptavkovy-form:hover {
    text-decoration: none;
}
.banner-right--white h3 {
    color: #000;
    font-family: 'Figtree', sans-serif;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.1px;
    margin-bottom: 3px;
}
.banner-right--white p {
    color: #000;
    font-family: 'Figtree', sans-serif;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: -0.1px;
    margin-bottom: 0;
}
.banner-right--dark {
    background-color: #0a0900;
    width: 430px;
    padding: 40px 40px;
}
.banner-right--box1 {
    background-image: url("../img/search_yellow.svg");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 82px;
    margin-bottom: 30px;
}
.banner-right--box1 p {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.banner-right--box2 {
    background-image: url("../img/earth_yellow.svg");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 82px;
}
.banner-right--box2 p {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.banner-right--button a {
    border: 2px solid #FCE806;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    display: block;
    width: fit-content;
    margin: 30px 0 0 82px;
    font-weight: 400;
    font-size: 14px;
    padding: 10px 40px 10px 17px;
    color: #FCE806 !important;
    background-image: url("../img/arrow_yellow.svg");
    background-repeat: no-repeat;
    background-position: right 15px center;
    transition-duration: 0.3s;
}
.banner-right--button a:hover {
    text-decoration: none;
    background-color: #FCE806;
    color: #000 !important;
    background-image: url("../img/arrow_black.svg");
}
.home-slider .item img {
    max-height: 50vh;
    object-fit: cover;
    object-position: center;
    min-height: 400px;
    aspect-ratio: 1279 / 596;
}
@media (min-width: 1350px) and (max-width: 1440px) {
    .carousel-caption .title {
        font-size: 2rem;
        line-height: 1.5;
    }
}
@media (max-width: 1350px) {
    .carousel-caption a {
        margin-top: 0px;
    }
    .carousel-caption .title {
        font-size: 2rem;
        line-height: 1.5;
    }
}
@media (max-width: 1100px) {
    .banner-right {
        position: unset !important;
        background-image: none !important;
        width: 100% !important;
        height: unset !important;
        margin: 15px 0 0 !important;
    }
    .carousel-caption .title {
        font-size: 2rem;
        line-height: 1.5;
        max-width: 47.5%;
        display: block;
    }
    .carousel-caption p {
        display: none;
    }
    .carousel-caption a {
        margin-top: 1rem;
    }
    .home-slider .item img {
        min-height: 400px;
    }
    .banner-right--white {
        width: 100% !important;
    }
    .banner-right--dark {
        width: 100% !important;
    }
    .banner-right--box1, .banner-right--box2 {
        padding: 10px 0 10px 82px;
    }
    .banner-right--white {
        height: fit-content;
        padding: 1rem 1rem;
        padding-left: 120px;
    }
    .banner-right--white h3 {
        font-size: 16px;
    }
    .banner-right--white p {
        font-size: 12px;
    }
}
@media (max-width: 600px) {
    .carousel-home-caption p, .carousel-home-caption a {
        display: none;
    }
    .carousel-home-caption p.title {
        display: block;
        font-size: 2rem;
        line-height: 1.5;
        max-width: 80%;
    }
    .home-slider .item img {
        max-height: unset;
        height: 400px;
        object-fit: cover;
        object-position: left;
    }
    .home-slider .owl-dots {
        left: 15vw;
    }
    .banner-right .poptavkovy-form {
        padding: 0 20px 0 0;
    }
}

.section h2 {
    font-family: 'Figtree', sans-serif;
    font-size: 36px !important;
    color: #000;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 60px !important;
}

.homepage-about {
    background-image: url("../img/about_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 200px 0 75px;
    margin-top: -90px;
}
.product-items {
    padding-bottom: 3rem;
    position: relative;
    top: -2rem;
}
.product-items a {
    width: 16%;
    transition: 0.3s;
}
.product-items a:hover {
    text-decoration: none;
    transform: scale(1.05);
}
.product-items a:hover .product-item {
    box-shadow: 0px 10px 30px -25px #000000;
}
.product-items .product-item{
    height: 220px;
    display: flex;
    justify-content: end;
    flex-direction: column;
    align-items: center;
    background-color: white;
    padding: 1rem;
    margin: 0.25rem;
}
.product-items .product-item img {
    margin-top: auto;
    margin-bottom: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
}
.product-items .product-item p {
    font-weight: 600;
    margin-bottom: 0rem;
    color: black;
    text-align: center;
}
@media (max-width: 1330px) {
    .product-items a {
        width: 15%;
    }
    .product-items .product-item {
        height: 180px;
    }
    .product-items .product-item img {
        transform: scale(0.65);
    }
    .product-items .product-item p {
        margin-top: 0rem;
    }
}
@media (max-width: 1100px) {
    .product-items .product-item img {
        transform: scale(0.6);
    }
}
@media (max-width: 991px) {
    .product-items .product-item img {
        transform: scale(0.8);
    }
    .product-items a {
        width: 30%;
    }
    .product-items .product-item {
        height: 220px;
    }
    .product-items {
        top: -1rem;
    }
}
@media (max-width: 767px) {
    .product-items .product-item img {
        transform: scale(0.6);
    }
    .product-items .product-item {
        height: 180px;
    }
}
@media (max-width: 540px) {
    .product-items a {
        width: 48%;
    }
    .product-items .product-item {
        height: 200px;
    }
    .product-items .product-item img {
        transform: scale(0.75);
    }
}
@media (max-width: 446px) {
    .product-items a {
        width: 45%;
    }
    .product-items .product-item {
        height: 180px;
    }
    .product-items .product-item img {
        transform: scale(0.6);
    }
}
.about-box {
    margin-bottom: 20px;
    display: inline-block;
}
.about-box div {
    float: left;
}
.bkc {
    background-color: #FCE806;
    height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.abox-desc {
    width: 80%;
    padding-left: 30px;
}
.abox-desc h3 {
    font-family: 'Figtree', sans-serif;
    font-size: 22px !important;
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
    margin-top: 10px !important;
}
.abox-desc p {
    font-family: 'Figtree', sans-serif;
    font-size: 15px !important;
    color: #000;
    font-weight: 400;
}
.about-slider-box {
    height: 100%;
}
.about-slider {
    height: 100%;
}
.about-slider .owl-stage-outer {
    height: 100%;
}
.about-slider .owl-stage {
    height: 100%;
}
.about-slider .owl-item {
    height: 100%;
}
.about-slider .item {
    height: 100%;
}
.about-slider .item a {
    height: 100%;
}
.about-slider .item a img {
    height: 100%;
    padding-bottom: 77px;
    object-fit: scale-down;
    object-position: top;
}
@media (max-width: 993px) {
    .about-slider .item a img {
        padding-bottom: 0px;
    }
}
.about-slider .owl-nav {
    display: block !important;
    margin-top: 0px !important;
}
.about-slider .owl-prev {
    width: 45px;
    height: 45px;
    position: absolute;
    left: -30px;
    top: 46%;
    border-radius: 0 !important;
    background-color: #fff !important;
}
.about-slider .owl-prev:hover, .about-slider .owl-prev:focus {
    background-color: #ffffffd9 !important;
    outline: none;
}
.about-slider .owl-next {
    width: 45px;
    height: 45px;
    position: absolute;
    right: -26px;
    top: 46%;
    border-radius: 0 !important;
    background-color: #fff !important;
}
.about-slider .owl-next:hover, .about-slider .owl-next:focus  {
    background-color: #ffffffd9 !important;
    outline: none;
}
.about-slider .owl-nav .disabled {
    opacity: 0.0 !important;
}
.about-btn {
    padding-left: 110px;
}
.about-btn a {
    margin-top: 0px;
    font-weight: 500;
}
@media (max-width: 993px) {
    .about-boxes {
        margin-bottom: 40px;
    }
    .homepage-about {
        background-image: url(../img/about_bg.png);
        background-size: cover;
        background-repeat: no-repeat;
        padding: 70px 0 75px;
        margin-top: 0px;
    }
    .about-slider .owl-next {
        right: 0px;
    }.about-slider .owl-prev {
        left: 0px;
    }
}
@media (max-width: 445px) {
    .abox-desc {
        padding-left: 0;
        width: 100%;
    }
    .about-btn {
        padding-left: 0;
        margin: auto;
    }
}

.references {
    padding: 90px 0;
}
.section .btn-more a {
    font-weight: 500;
    margin-top: 60px;
}
.references .ref-box1 {
    padding-right: 15px;
}
.references .ref-box2 {
    padding-left: 15px;
    display: flex;
}
.image-c {
    position: relative;
}
.references .ref-box2 .row div:nth-child(1) .image-c, .references .ref-box2 .row div:nth-child(3) .image-c {
    margin-right: 18px;
}
.references .ref-box2 .row div:nth-child(2) .image-c, .references .ref-box2 .row div:nth-child(4) .image-c {
    margin-right: 18px;
}
.references .ref-box2 .row div:nth-child(3) .image-c, .references .ref-box2 .row div:nth-child(4) .image-c {
    margin-top: 45px;
}

.ref-box1 a, .ref-box2 a {
    position: relative;
    display: block;
}
.reference-text {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #FCE806;
    width: 100%;
    padding: 10px;
    color: black;
    font-weight: 500;
}
/*
@media (min-width:766px) {
    .references .ref-box2 .row .image-c{
        max-height: 175px;
    }
}
*/
@media (max-width: 993px) {
    .references .ref-box2 .row div .image-c {
        margin-left: 0;
        margin-right: 0;
    }
    .references .ref-box2 .row div:nth-child(3).image-c, .references .ref-box2 .row div:nth-child(4) .image-c {
        margin-top: 30px;
    }
}
@media (max-width: 768px) {
    .references .ref-box2 .row div .image-c{
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 0 !important;
    }
    .references .ref-box2 .row {
        margin: 0 !important;
    }
    .references .ref-box2, .references .ref-box1 {
        padding: 0 !important;
    }
    .ref-box2 .col-12 {
        padding: 0 !important;
    }
    .references .ref-box2 .image-c {
        width: 100%;
    }
}
.ratings {
    padding-bottom: 90px;
}
.ratings-item {
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 2rem;
    padding-right: 2rem;
    -webkit-box-shadow: 0px 0px 31px 1px rgba(112,112,112,0.17);
    -moz-box-shadow: 0px 0px 31px 1px rgba(112,112,112,0.17);
    box-shadow: 0px 0px 31px 1px rgba(112,112,112,0.17);
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    text-align: center;
    flex-grow: 1;
}
.ratings-slider .owl-next{
    width: 45px;
    height: 45px;
    position: absolute;
    right: -26px;
    top: 46%;
    border-radius: 0 !important;
    background-color: #FCE806 !important;
    outline: none;
}
.ratings-slider .owl-prev{
    width: 45px;
    height: 45px;
    position: absolute;
    left: -30px;
    top: 46%;
    border-radius: 0 !important;
    background-color: #FCE806 !important;
    outline: none;
}
.ratings-slider .owl-stage {display: flex;}
.ratings-slider .owl-stage .owl-item,
.ratings-slider .owl-stage .owl-item .item {display: flex; flex-grow: 1;}
@media (max-width: 767px) {
    .ratings-slider .owl-next {
        right: -13px;
    }
    .ratings-slider .owl-prev {
        left: -14px;
    }
}
.ratings-slider .disabled {
    background-color: #f4f4f4 !important;
}
.ratings-item .ratings-stars img {
    width: 16px;
    margin: 0.2rem;
}
.ratings-item p {
    line-height: 28px;
    color: #7a7a7a;
    font-size: 15px;
    margin: 0px;
}
.ratings-text {
    max-height: 215px;
    height: 215px;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.ratings-item .ratings-author h4 {
    font-size: 16px;
    font-weight: 700;
}
.ratings-item .ratings-author p {
    font-size: 16px;
    color: #7a7a7a;
    margin: 0px;
}
.blog {
    padding: 90px 0;
    background-color: #f4f4f4;
}
.news-box a {
    display: block;
}
.news-box img {
    margin-bottom: 25px;
}
.news-box .news-title {
    font-family: 'Figtree', sans-serif;
    font-size: 18px !important;
    color: #000;
    font-weight: 700;
}
.news-box .news-date {
    font-family: 'Figtree', sans-serif;
    font-size: 13px !important;
    color: #000;
    font-weight: 500;
}
.news-box .news-desc {
    font-family: 'Figtree', sans-serif;
    color: #7a7a7a;
    font-size: 15px !important;
    line-height: 26px;
}
@media (max-width: 993px) {
    .blog .news-box {
        margin-bottom: 30px;
    }
}

.brands {
    padding: 90px 0px;
}
.brands-slider .item {
    padding: 20px;
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
    align-items: center;
    /*border: 3px solid #FCE806;*/
}
.brands-slider .item img{
    max-width: 150px;
}

.footer {
    background-color: #000000;
    padding: 70px 0 60px;

    background-image: url("../img/footer_bg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.footer .footer-a-box1 {
    margin-bottom: 20px;
}
.footer .footer-address {
    background-image: url("../img/pin_yellow.svg");
    background-position: left top 5px;
    background-repeat: no-repeat;
    padding-left: 50px;
}
.footer .footer-address p {
    color: #a2a2a2;
    font-family: 'Figtree', sans-serif;
    font-size: 15px !important;
    line-height: 26px;
    margin-bottom: 0;
}
.footer .footer-contacts {
    background-image: url("../icons/mail_footer.svg");
    background-position: left top 5px;
    background-repeat: no-repeat;
    padding-left: 50px;
}
.footer .footer-contacts p {
    color: #fff;
    font-family: 'Figtree', sans-serif;
    font-size: 24px !important;
    font-weight: 600;
    margin-bottom: 0;
}
.footer .footer-contacts a {
    color: #fff;
    font-family: 'Figtree', sans-serif;
    font-size: 20px !important;
    font-weight: 400;
}
.footer .footer-c-box1 {
    margin-bottom: 20px;
}
.footer .footer-c-box2 a {
    padding-right: 7px;
}
.footer .footer-c-box2 a img {
    width: 35px;
    height: 35px;
}
.footer .footer-menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-bottom: 60px;
    padding-left: 0;
}
.footer .footer-menu li {
    list-style: none;
    margin-right: 15px;
}
.footer .footer-menu li:last-child {
    margin-right: 0;
}
.footer .footer-menu a {
    color: #a2a2a2;
    font-family: 'Figtree', sans-serif;
    font-size: 15px !important;
    font-weight: 500;
}
.footer .footer-logo a {
    margin-left: auto;
    display: block;
    width: fit-content;
}
.footer .footer-logo img {
    width: 250px;
}
.copyright p, .copyright a {
    color: #464646;
    font-family: 'Figtree', sans-serif;
    font-size: 14px !important;
    font-weight: 500;
    text-transform: uppercase;
    text-align: right;
    margin-top: 40px;
}
@media (max-width: 993px) {
    .footer .footer-menu {
        margin-top: 30px;
        justify-content: center;
    }
    .footer .footer-logo a {
        margin-right: auto;
    }
    .copyright p {
        text-align: center;
    }
}
@media (max-width: 768px) {
    .footer-contacts {
        margin-top: 20px;
    }
    .footer .footer-menu {
        flex-direction: column;
    }
}

/*-----------------------*/
/*        SUBPAGES       */
/*-----------------------*/
.sub-heading {
    background-image: url("../img/about_bg.png");
    background-size: cover;
    padding: 50px 0 200px;
}
.sub-heading h1 {
    font-family: 'Figtree', sans-serif;
    font-size: 42px !important;
    color: #000;
    font-weight: 700;
    margin-bottom: 0;
}
.subpage {
    margin-top: -160px;
}
.subpage {
    padding: 70px 50px;
}
.subpage .blog-detail {
    min-height: 500px;
}
.subpage .blog {
    background-color: #fff;
    padding: 0;
}
.subpage .bread {
    background-image: url("../img/sub-home.svg");
    background-repeat: no-repeat;
    background-position: left center;
    margin: 0 0 50px 0;
}
.subpage .bread ul {
    padding-left: 25px;
    display: flex;
    flex-wrap: wrap;
}
.subpage .bread li {
    list-style: none;
}
.subpage .bread li:not(:last-of-type)::after {
    content: "/";
    padding: 0 5px;
}
.subpage .bread a {
    color: #1d1d1d;
    font-family: 'Figtree', sans-serif;
    font-size: 13px !important;
    font-weight: 600;
    text-transform: uppercase;
}
.pagination ul {
    padding-left: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 100%;
    margin-top: 50px;
}
.pagination li {
    list-style: none;
    margin-left: 5px;
}
.pagination li:first-child {
    margin-left: 0;
}
.pagination li a{
    line-height: 44px;
    color: #1d1d1d;
    font-family: 'Figtree', sans-serif;
    width: 44px;
    height: 44px;
    border: 1px solid #e9e9e9;
    text-align: center;
    transition-duration: 0.3s;
    display: block;
    font-size: 14px !important;
}
.pagination li a:hover {
    text-decoration: none;
}
.pagination .curr a, .pagination li a:hover {
    background-color: #FCE806;
    border: 1px solid #FCE806;
}
.subcontainer {
    background-color: #fff;
}
@media (max-width: 993px) {
    .pagination ul {
        flex-wrap: wrap;
        justify-content: center;
    }
}
@media (max-width: 768px) {
    .pagination ul {
        flex-wrap: wrap;
        justify-content: center;
    }
    .subpage {
        padding: 70px 0px;
    }
}
.blog-detail {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
}
.blog-detail .mainimg {
    float: right;
    padding: 0 0 45px 60px;
}
.blog-detail .mainimg img {
    max-width: 480px;
}
.blog-detail .date {
    font-family: 'Figtree', sans-serif;
    font-size: 13px !important;
    color: #000;
    font-weight: 500;
    margin-bottom: 7px;
    display: block;
}
.blog-detail h5 {
    font-family: 'Figtree', sans-serif;
    font-size: 18px !important;
    color: #000;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 30px;
}
.blog-detail h2 {
    font-family: 'Figtree', sans-serif;
    font-size: 34px !important;
    color: #000;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 35px;
    margin-top: 50px;
}
.blog-detail h3 {
    font-family: 'Figtree', sans-serif;
    font-size: 34px !important;
    color: #000;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 35px;
    margin-top: 50px;
}
.blog-detail p {
    font-family: 'Figtree', sans-serif;
    font-size: 16px !important;
    color: #000;
    line-height: 24px;
}
.twocols {
    column-count: 2;
}
.blog-detail table {
    margin: 30px 0 50px;
}
.blog-detail table tr th {
    background-color: #f6f6f6;
    border-top: 0;
    border-bottom: 1px solid #eeeeee;
    padding: 15px 25px;
    font-family: 'Figtree', sans-serif;
    font-size: 15px !important;
    color: #000;
    line-height: 25px;
    font-weight: 700;
}
.blog-detail table tr td {
    border-top: 0;
    border-bottom: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    padding: 15px 25px;
    font-family: 'Figtree', sans-serif;
    font-size: 15px !important;
    color: #000;
    line-height: 25px;
}
.blog-detail table tr td:first-child {
    border-left: 1px solid #eeeeee;
}
.blog-detail div:not(.mainimg) img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.form-box {
    margin: 40px 80px 0 ;
    background-color: #f6f6f6;
    padding: 70px 60px 30px;
}
.form-box input {
    height: 60px;
    width: 100%;
    display: block;
    border: none;
    padding: 0 20px;
    margin-bottom: 15px;
    font-family: 'Figtree', sans-serif;
    font-size: 15px !important;
    color: #000;
    box-shadow: 3px 3px 10px 5px rgb(0 0 0 / 5%);
}
.form-box input::placeholder, .form-box textarea::placeholder {
    font-family: 'Figtree', sans-serif;
    font-size: 15px !important;
    color: #000;
}
.form-box textarea {
    height: calc(100% - 15px);
    width: 100%;
    display: block;
    border: none;
    padding: 18px 20px;
    margin-bottom: 15px;
    font-family: 'Figtree', sans-serif;
    font-size: 15px !important;
    color: #000;
    box-shadow: 3px 3px 10px 5px rgb(0 0 0 / 5%);
}
.form-box input:focus, .form-box textarea:focus {
    outline: none;
}
.form-box .form-submit .btn-more {
    margin-left: auto;
    width: fit-content;
}
.form-box .form-submit .btn-more a {
    font-weight: bold;
    padding: 12px 42px 12px 22px;
}
.form-box .form-submit .btn-more a:hover {
    padding: 12px 47px 12px 22px;
}
@media (max-width: 1200px) {

}
@media (max-width: 993px) {
    .blog-detail .mainimg {
        float: unset;
        padding: 0;
        margin-bottom: 40px;
    }
    .blog-detail .mainimg img {
        max-width: 100%;
    }
    .twocols {
        column-count: unset;
    }
    .table-responsive-c {
        display: block;
        width: 100%;
        overflow-x: auto;
    }
    .form-box {
        margin: 50px 0 0 0;
        padding: 50px 30px 30px;
    }
}

.category-upper {
    background-color: #f7f7f7;
    padding: 45px;
    display: flex;
    flex-wrap: wrap;
}
.category-upper .category-upper-box:not(:last-of-type) {
    margin-right: 5px;
}
.category-upper-box {
    width: calc(20% - 5px);
    background-color: #fff;
    display: flex;
    min-height: 100px;
    align-items: center;
    padding: 10px 10px 10px 15px;
    border: 2px solid #fff;
    transition-duration: 0.3s;
    margin-bottom: 5px;
    position: relative;
}
.category-upper-box:hover, .category-upper-box.active {
    border: 2px solid #ffef0f;
    text-decoration: none;
}
.category-upper-box:hover:after , .category-upper-box.active:after {
    content: url(../images/select.png);
    width: 21px;
    height: 21px;
    position: absolute;
    top: 0;
    right: 0;
}
.category-upper-box img {
    margin-right: 16px;
}
.category-upper-box h3{
    font-size: 14px;
    color: #000;
    font-family: 'Figtree', sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 20px;
}

@media (max-width: 1400px) {
    .category-upper-box {
        width: calc(50% - 3px);
    }
    .category-upper .category-upper-box:nth-child(odd) {
        margin-right: 3px;
    }
    .category-upper .category-upper-box:nth-child(even) {
        margin-left: 3px;
        margin-right: 0;
    }
    .category-upper-box img {
        margin-right: 10px;
        max-width: 60px;
    }
}
@media (max-width: 768px) {
    .category-upper .category-upper-box {
        width: calc(100%);
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .category-upper {
        padding: 25px;
    }
}

.categories {
    margin: 50px 15px 0;
}
.cat-head div {
    background-color: #000;
    width: 20%;
    display: flex;
    align-items: center;
    padding: 10px 15px;
}
.cat-head div p {
    color: #fff;
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
}
.cat-body div {
    font-size: 14px;
    color: #000;
    font-family: 'Figtree', sans-serif;
    margin-bottom: 0;
    line-height: 20px;
}
.cat-body {
    border-bottom: 1px solid #f5f5f5;
    min-height: 115px;
    display: flex;
    align-items: center;
}
.cat-body .cat-name {
    font-size: 14px;
    color: #000;
    font-family: 'Figtree', sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 20px;
}
.cat-body .cat-image {
    display: flex;
    justify-content: center;
    align-items: center;
}
.cat-image img {
    max-height: 125px;
}
.cat-body .y-btn {
    margin-top: 0px;
    padding: 13px 40px 13px 17px;
}
.cat-mob {
    display: none;
}
@media (max-width: 1200px) {
    .cat-head {
        display: none;
    }
    .cat-body {
        text-align: center;
    }
    .cat-body .cat-image {
        display: block;
        margin-bottom: 10px;
    }
    .cat-body .cat-name {
        margin-bottom: 10px;
    }
    .cat-body div {
        margin-bottom: 10px;
    }
    .cat-body {
        padding: 40px 0;
    }
    .cat-mob {
        display: unset;
        color: #676767;
        font-weight: 300;
    }
    .cat-body .y-btn {
        margin: auto;
    }
}

.main-pr-image {
    border: 2px solid #f5f5f5;
    height: 500px;
    margin-right: 15px;
}
.main-pr-image img {
    margin: auto;
    display: block;
    height: 100%;
    object-fit: scale-down;
}
.main-pr-desc--stitek {
    margin-bottom: 30px;
}
.main-pr-desc {
    background-color: #f5f5f5;
    /*height: 500px;*/
    margin-left: 15px;
    padding: 45px;
}
.main-pr-desc p {
    font-size: 15px;
    color: #000;
    font-family: 'Figtree', sans-serif;
    line-height: 34px;
    margin-bottom: 0;
}
.pr-form {
    margin-left: 15px;
}
.product .banner-right--white {
    margin-left: 15px;
    margin-top: 40px;
}
.pr-slider {
    margin-right: 15px;
    margin-top: 40px;
}
.owl-pr-images {
    padding: 0 60px;
}
.owl-pr-images .img-border {
    border: 2px solid #f5f5f5;
    padding: 25px;
}
.pr-slider .owl-next {
    width: 45px;
    height: 45px;
    position: absolute;
    right: -6px;
    top: 32%;
    border-radius: 0 !important;
    background-color: #FCE806 !important;
    transition-duration: 0.1s;
}
.pr-slider .owl-prev {
    width: 45px;
    height: 45px;
    position: absolute;
    left: -6px;
    top: 32%;
    border-radius: 0 !important;
    background-color: #FCE806 !important;
    transition-duration: 0.1s;
}
.pr-slider .owl-next:hover, .pr-slider .owl-prev:hover {
    background-color: #FCE806ba !important;
}
.pr-slider .owl-next:focus, .pr-slider .owl-prev:focus {
    outline: none;
}
.pr-about h3 {
    font-family: 'Figtree', sans-serif;
    font-size: 22px !important;
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.pr-main {
    margin-bottom: 55px;
}
.pr-description {
    margin-right: 15px;
}
.pr-description div {
    background-color: #f7f7f7;
    padding: 40px;
    margin-bottom: 60px;
}
.pr-description p {
    font-size: 15px;
    color: #000;
    font-family: 'Figtree', sans-serif;
    line-height: 32px;
}
.pr-download {
    margin-left: 15px;
}
.pr-download-box {
    border: 1px solid #eeeeee;
}
.pr-download-box a:not(:last-of-type) {
    border-bottom: 1px solid #eeeeee;
}
.pr-download-box a {
    background-image: url("../img/download.svg");
    background-repeat: no-repeat;
    background-position: left 20px center;
    font-size: 15px;
    color: #000;
    font-family: 'Figtree', sans-serif;
    display: block;
    line-height: 28px;
    font-weight: 600;
    padding: 12px 10px 12px 60px;
}
.pr-vyhody-box div {
    background-image: url("../img/vyhoda.svg");
    background-repeat: no-repeat;
    background-position: left 0px center;
    font-size: 15px;
    color: #000;
    font-family: 'Figtree', sans-serif;
    line-height: 28px;
    font-weight: 600;
    padding: 8px 0px 8px 45px;
}

@media (max-width: 1200px) {
    .pr-slider .owl-next {
        top: 15%;
    }
    .pr-slider .owl-prev {
        top: 15%;
    }
    .owl-pr-images .img-border {
        padding: 10px;
    }
}
@media (max-width: 993px) {
    .pr-slider .owl-next {
        top: 35%;
    }
    .pr-slider .owl-prev {
        top: 35%;
    }
    .owl-pr-images .img-border {
        padding: 10px;
    }
    .banner-right--white {
        width: 100% !important;
    }
    .main-pr-desc, .banner-right--white, .main-pr-image, .pr-slider, .pr-description, .pr-download {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .pr-download {
        margin-bottom: 40px;
    }
    .main-pr-desc {
        height: auto;
    }
}
@media (max-width: 768px) {
    .homepage-slider-2 .item a {
        max-width: unset !important;
        width: fit-content;
        width: -moz-fit-content;
        margin: 0 auto;
    }
    .homepage-slider-2 .owl-stage {
        display: flex;
    }
    .homepage-slider-2 .item {
        display: flex;
        align-items: center;
        height: 100%;
    }
    .homepage-slider-2 .owl-carousel {
        padding: 15px 25px !important;
    }
    .banner-right--button a {
        margin: 20px auto 0;
    }
    .banner-right--dark {
        padding: 30px 35px 35px;
    }
    .banner-right--box1 {
        margin-bottom: 15px;
    }
}
@media (max-width: 576px) {
    .pr-slider .owl-next {
        top: 30%;
    }
    .pr-slider .owl-prev {
        top: 30%;
    }
    .main-pr-image {
        height: 300px;
    }
}
@media (max-width: 380px) {
    .pr-slider .owl-next {
        top: 20%;
    }
    .pr-slider .owl-prev {
        top: 20%;
    }
}
@media (max-width: 350px) {
    .pr-slider .owl-next {
        top: 10%;
    }
    .pr-slider .owl-prev {
        top: 10%;
    }
}

.select-row select {
    border: 1px solid #e3e3e3;
    font-size: 15px;
    color: #000;
    font-family: 'Figtree', sans-serif;
    padding: 15px 50px 15px 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background-image: url("../img/dropdown.svg");
    background-repeat: no-repeat;
    background-position: right 18px center;
    transition-duration: 0.1s;
}
.select-row select:hover {
    border: 1px solid #a5a5a5;
}
.select-row select:focus {
    outline: none;
    border: 1px solid #a5a5a5;
}
.prodejci-table--header {
    background-color: #000;
    padding: 17px 15px;
}
.prodejci-table--row {
    padding: 17px 15px;
    border-bottom: 1px solid #eeeeee;
}
.prodejci-table .col-12:nth-child(odd) .prodejci-table--row {
    background-color: #f5f5f5;
}
.prodejci-table--header p {
    font-size: 15px;
    color: #fff;
    font-family: 'Figtree', sans-serif;
    font-weight: 600;
    margin-bottom: 0;
}
.prodejci-table--row p, .prodejci-table--row a {
    font-size: 13px;
    line-height: 25px;
    color: #000;
    font-family: 'Figtree', sans-serif;
    margin-bottom: 0;
    overflow-wrap: break-word;
}
.prodejci-table--row .bold {
    font-weight: 600;
}
.prodejci-table {
    margin-top: 75px;
}
@media (max-width: 1200px) {
    .prodejci-table--header {
        display: none;
    }
    .prodejci-table--row .col-12 {
        padding: 0 15px !important;
    }
    .select-row select {
        margin-bottom: 10px;
    }
}
.modal-body .modal-item{
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}
.modal-body .modal-item input, .modal-body .modal-item textarea {
    border: 1px solid #f1f1f1;
    padding: 5px 10px;
    outline: none;

}
.modal-footer {
    text-align: center;
    justify-content: center;
    align-items: center;
}
.modal-item label {
    font-weight: 600;
}

.grid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.grid .element-item {
    margin: 15px;
}
.home-slider.owl-carousel {
    overflow: hidden;}
.home-slider .owl-dots button {
    width: 8px;
    margin: 4px;
    height: 8px;
    border: 2px solid #000;
    background: #000;
    border-radius: 0%;
}
.home-slider .owl-dots button.active {
    background: #000;
    border: 2px solid #000;
    width: 12px;
    height: 12px;
}
@media (max-width: 1100px) {
    .home-slider .owl-dots button {
        height: 7px;
        width: 7px;
        margin: 3px;
        border: 2px solid #000;
    }
    .home-slider .owl-dots button.active {
        border: 2px solid #000;
        width: 11px;
        height: 11px;
    }
    .home-slider .owl-nav button.owl-prev, .home-slider .owl-nav button.owl-next {
        width: 20px;
        height: 20px;
    }
}
iframe {
    max-width: 100%;
}


.kontakt-box {
    padding: 50px 0px;
    margin: 0px 25px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 25px -4px rgba(222,222,222,1);
    -moz-box-shadow: 0px 0px 25px -4px rgba(222,222,222,1);
    box-shadow: 0px 0px 25px -4px rgba(222,222,222,1);

}
.kontakt-image {
    width: 200px;
    height: 200px;
    background-color: #FCE806;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.kontakt-box p {
    font-family: 'Figtree', sans-serif;
    font-size: 18px !important;
    text-transform: uppercase;
    font-weight: 800;
    padding-top: 20px;
}
.kontakt-box a {
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 1200px) {
    .kontakt-box {
        margin: 0px;
    }
}
@media (max-width: 991px) {
    .kontakt-box {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

.vyrobce-box {
    padding: 60px;
    padding-bottom: 40px;
    border: 1px solid #f5f5f5;
    margin-bottom: 25px;
}
.vyrobce-logo img {
    max-width: 200px;
}
.vyrobce-text p {
    margin-top: 25px;
    margin-bottom: 50px;
    color: #7a7a7a;
    font-size: 15px;
    font-family: 'Figtree', sans-serif;
}
.vyrobce-obrazek img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}
.vyrobce-obrazek figcaption {
    font-family: 'Figtree', sans-serif;
    font-size: 15px;
    font-weight: 800;
    background-color: #fdea00;
    margin-top: 25px;
    padding: 8px 15px;
    width: fit-content;
}
@media (max-width: 991px) {
    .vyrobce-obrazek {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .vyrobce-logo {
        text-align: center;
    }
    .vyrobce-text {
        text-align: center;
    }
    .vyrobce-box {
        padding-left: 30px;
        padding-right: 30px;
    }
}
.product-items-catalog {
    width: calc(100% + .5rem);
    top: 0;
    padding-bottom: 0;
    margin: -.25rem;
}
.product-items-catalog a {
    width: calc(100% / 6);
}
@media (max-width: 1200px) {
    .product-items-catalog a {
        width: calc(100% / 3);
    }
}
@media (max-width: 576px) {
    .product-items-catalog a {
        width: 50%;
    }
}
.category-header {
    margin-bottom: 4rem;
}
.category-header-contact {
    border: 2px solid #f7f7f7;
    padding: 2.22rem;
    height: 100%;
}
.category-header-image img {
    max-width: 100%;
    height: 325px;
    object-fit: cover;
}
.category-header-contact-image img {
    width: 250px;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.category-header-contact h4 {
    font-family: 'Figtree', sans-serif;
    font-size: 18px;
    color: #000;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 1.25rem;
}
.category-header-contact-telmail {
    margin-bottom: 2.25rem;
}
.category-header-contact-telmail > div:not(:last-child) {
    margin-bottom: .5rem;
}
.category-header-contact-telmail img {
    margin-right: .75rem;
}
.category-header-contact p {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    font-family: 'Figtree', sans-serif;
    max-width: 78%;
    margin-bottom: 0;
}
.category-header-contact-telmail > div:first-child a {
    color: #000;
    font-weight: 600;
}
.category-header-contact-telmail > div:last-child a {
    color: #000;
    text-decoration: underline;
}
.interactive-map svg {
    cursor: pointer;
}
.interactive-map svg path {
    transition-duration: .75s;
}
.interactive-map .st1-activator *, .interactive-map .st1-activator {
    transition-duration: .75s;
}
.interactive-map svg {
    margin-top: -3rem;
}
.kontakty-box-anchor {
    margin-top: -1rem;
    margin-bottom: 1rem;
    position: absolute;
    top: -1rem;
}
.kontakty-box {
    transition-duration: 0.3s;
    position: relative;
}
.kontakty-box-highlight {
    border-color: #FCE806 !important;
}
@media (min-width: 1400px) {
    .kontakty-5 > .row > div {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .kontakty-5 .region {
        min-height: 78px;
    }
}
@media (max-width: 1400px) {
    .category-header-contact p {
        max-width: 100%;
    }
}
@media (max-width: 1200px) {
    .category-header-owl {
        margin-bottom: 1.5rem;
    }
    .interactive-map svg {
        margin-top: -1.5rem;
    }
}
@media (max-width: 993px) {
    .category-header-contact-telmail {
        margin-bottom: 1.5rem;
    }
    .category-header {
        margin-bottom: 2.25rem;
    }
    .category-header-image img {
        height: 300px;
    }
    .interactive-map svg {
        margin-top: -.75rem;
    }
}
@media (max-width: 768px) {
    .kontakty .kontakty-box img {
        max-height: 300px;
        object-fit: scale-down;
        margin-right: auto;
        display: block;
        width: fit-content;
    }
}
@media (max-width: 576px) {
    .category-header-image img {
        height: 200px;
    }
    .category-header-contact {
        padding: 1.5rem;
    }
}

#cc-main .cm--cloud .cm__desc {
    max-height: 10.4em !important;
}
