﻿
.frontbtn {
    border: 1px solid #f5f5f5;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 10px;
    font-size: 1.4rem;
    line-height: 135%;
}

.frontbtn img {
    height: 32px;
    vertical-align: text-top;
}

.wide_box {
    background-color: #FBFBFD;
    padding: 40px 0;
    margin-bottom: 15px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.wide_box_two {
    margin: 0 5px;
}

.wide_box_invert {
    background-color: #222;
    color: white;
    margin: 0 5px;
}

.home_text {
    line-height: 135%;
}

.hbox a,
.wide_box a {
    font-size: 1.5rem;
    color: #06c;
    margin: 0 20px;
}

.home_title {
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 90%;
}

.home_subtitle {
    font-size: 1.8rem;

}

.helpbox {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
    margin-right: 40px;
    padding: 20px 25px;

}

.helpbox img {
    height: 38px;
}

.helpbox-title {
    font-weight: bold;
    font-size: 1.5rem;
    font-family: "PT Sans Narrow";
}

.helpbox-subtitle {
    min-height: 50px;
}

.helpbox-phone a {
    font-size: 2.2rem;
    color: #BA0C2F;
    border-bottom: 1px dashed;
    line-height: 145%;
}

.helpbox-image {
    border-radius: 10px;
    background-size: cover;
    min-height: 200px;
    margin-bottom: 10px;
}

.ste-card {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
    display: block;
    min-height: 450px;
    background-color: white;
    margin: 15px;
    position: relative;
    user-select: none;
    transition: all 500ms ease;
}
.ste-card-disabled {
    transition: background 500ms ease;
}

.ste-card:hover {
    transform: scale3d(1.01, 1.01, 1.01);
}


.card-gray {
    background-color: #FBFBFD;
}

.ste-card-image {
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 250px;
    background-position: bottom;
    position: absolute;
    bottom: 0;
    z-index: 0;
}

.ste-card-inner {
    padding: 10px 15px;
}

.ste-card-badge {
    text-transform: uppercase;
}

.ste-card-title {
    font-size: 2rem;
    font-weight: bold;
    line-height: 155%;
}


.card-teodor {
    background-size: cover;
    color: white;
    text-shadow: 1px 1px 2px black;
}

.card-teodor:hover {
    color: white;
}


.card-teodor .ste-card-badge {
    color: #BA0C2F;
    font-weight: bold;
    text-shadow:none;
}

.card-black {
    background: rgb(82, 81, 82);
    background: linear-gradient(130deg, rgba(82, 81, 82, 1) 0%, rgba(24, 24, 24, 1) 100%);
    color: #fff;
}

.card-black:hover {
    color: #fff;
}

.cross {
    text-decoration: line-through;
}

.red-price {
    color: #BA0C2F;
    font-size: 2rem;
    font-weight: bold;
}


.card-dcex {
    background-color: #FBFBFD;
}

.card-ddh {
    background-color: #f5f5f5;
}

.card-hdbe {
    background-color: #FBFBFD;
}


.swiper-container {
    overflow: visible;
}

.container-home {
    max-width: unset !important;
    padding: 0 4rem;
}

@media (pointer: coarse) {

    .front-categories {
        overflow: hidden;
    }

    .swiper-container {
        overflow: hidden;
    }

    .container {
        padding: 0 10px;
    }

    .helpbox {
        margin-right: 0;
        margin-bottom: 20px;
    }
}


.front-text {
    font-family: "PT Sans", sans-serif;
    font-size: 1.5rem;
    margin: 20px 0;
}

.front-categories {
    display: flex;
    gap: 10px;
    margin: 30px 0;
}

.category-title {
    background-color: #fff;
    transition: background-color 300ms ease;
    border-radius: 10px;
    padding: 5px 10px;
    font-size: 1.3rem;
}

.category-box:hover div:nth-child(2),
.category-title:hover {
    background-color: #F5F5F5;
}

.front-categories img {
    max-height: 120px;
}

.category-box {

    max-width: 190px;
    padding: 10px 15px;
    text-align: center;
}


