@charset "UTF-8";

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "FuturaPTDemi";
}

body {
    background-color: #fff;
    color: #000;
}

main {
    min-height: 60vh;
}

h1,
h2 {
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: black;
}

h1 {
    font-size: 56px;
}

@media (max-width: 767px) {
    h1 {
        font-size: 30px;
    }
}

@font-face {
    font-family: "FuturaPTDemi";
    src: url("../fonts/FuturaPTDemi.ttf");
}

@font-face {
    font-family: "FuturaPTBook";
    src: url("../fonts/FuturaPTBook.ttf");
}

@font-face {
    font-family: "FuturaPTMedium";
    src: url("../fonts/FuturaPTMedium.ttf");
}

@font-face {
    font-family: "FuturaPTHeavy";
    src: url("../fonts/FuturaPTHeavy.ttf");
}

@font-face {
    font-family: "FuturaBTMedium";
    src: url("../fonts/FuturaBTMedium.ttf");
}

@media (min-width: 1601px) {
    .container {
        max-width: 1450px !important;
    }
}

@media (min-width: 1601px) {
    .container-xl {
        max-width: 1450px !important;
    }
}

@media (min-width: 1601px) {
    .container-xxl {
        max-width: 1450px !important;
    }
}

header {
    position: relative;
    background-color: #000;
}

.top-line {
    height: 50px;
    line-height: 50px;
    font-family: "FuturaPTDemi";
    display: flex;
    flex-direction: row;
    justify-content: right;
}

@media (max-width: 991px) {
    .top-line {
        position: relative;
        height: 105px;
    }
}

.top-line .left-box {
    height: 100%;
    position: relative;
    display: flex;
}

@media (max-width: 991px) {
    .top-line .left-box {
        position: absolute;
        max-height: 50px;
        top: 50px;
        right: 45px;
        z-index: 1;
    }
}

.top-line .left-box::after {
    content: "";
    width: 2px;
    height: 20px;
    position: absolute;
    background-color: #fff;
    top: 15px;
    right: -10px;
}

@media (max-width: 991px) {
    .top-line .left-box::after {
        display: none;
    }
}

@media (min-width: 991px) {
    .top-line .left-box .header-search-btn {
        display: none;
    }
}

.top-line .left-box ul {
    display: flex;
    list-style: none;
    margin-bottom: 0;
}

@media (max-width: 575px) {
    .top-line .left-box ul {
        margin-bottom: 0;
    }
}

.top-line .left-box ul li {
    margin-right: 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

@media (max-width: 767px) {
    .top-line .left-box ul li {
        margin-right: 15px;
    }
}

.top-line .left-box ul li a {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    height: 35px;
    padding: 5px;
}

.top-line .left-box ul li a:hover,
.top-line .left-box ul li a:focus {
    color: #000;
    background-color: #fff;
}

.top-line .left-box ul li a:hover svg {
    fill: #000;
}

.top-line .left-box ul li a img {
    height: 20px;
    width: auto;
    margin-bottom: 5px;
    margin-right: 10px;
}

.top-line .left-box ul li a svg {
    fill: #fff;
    margin-right: 5px;
}

@media (max-width: 767px) {
    .top-line .left-box ul li a .icon-text {
        display: none;
    }
}

@media (min-width: 991px) {
    .top-line .left-box ul li .header-search-btn {
        display: none;
    }
}

.top-line .right-box {
    height: 100%;
}

@media (max-width: 991px) {
    .top-line .right-box {
        padding-top: 5px;
        padding-right: 22px;
    }
}

@media (max-width: 575px) {
    .top-line .right-box {
        padding-right: 0;
        padding-top: 0;
    }
}

.top-line .right-box ul {
    list-style: none;
}

.top-line .right-box ul li {
    margin-left: 10px;
}

@media (max-width: 575px) {
    .top-line .right-box ul li {
        margin-left: 5px;
    }
}

.top-line .right-box ul li a {
    padding: 5px;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
}

@media (max-width: 575px) {
    .top-line .right-box ul li a {
        font-size: 15px;
        margin-left: 2px;
    }
}

.top-line .right-box ul li a:hover,
.top-line .right-box ul li a:focus {
    color: #000;
    background-color: #fff;
}

.top-line .right-box ul li a img {
    height: 20px;
    width: auto;
    margin-bottom: 5px;
    margin-right: 10px;
}

.top-line .right-box .lang-active {
    color: #000;
    background-color: #fff;
}

.border-hide {
    border-bottom: none;
}

.header-wrap {
    display: flex;
    align-items: center;
    position: relative;
    padding-bottom: 10px;
}

@media (max-width: 991px) {
    .header-wrap {
        align-items: center;
    }
}

.header-logo {
    margin-bottom: 5px;
}

@media (max-width: 991px) {
    .header-logo {
        margin-top: -80px;
        margin-left: 15px;
        width: 350px;
    }
}

@media (max-width: 767px) {
    .header-logo {
        width: 300px;
    }
}

@media (max-width: 575px) {
    .header-logo {
        margin-top: -85px;
        margin-left: 5px;
        width: auto;
    }
}

.header-logo a img {
    max-width: 100%;
    height: auto;
    max-height: 95px;
}

@media (max-width: 575px) {
    .header-logo a img {
        max-width: 280%;
    }
}

.navbar-wrap {
    padding-left: 0;
    padding-right: 0;
}

.navbar {
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (max-width: 991px) {
    .navbar {
        position: static;
    }
}

@media (max-width: 991px) {
    .navbar {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.navbar .navbar-toggler {
    position: absolute;
    top: -53px;
    right: 20px;
    border: none;
}

@media (max-width: 575px) {
    .navbar .navbar-toggler {
        right: 0;
    }
}

.navbar .navbar-toggler .navbar-toggler-icon {
    width: 40px;
    height: 40px;
}

.navbar .navbar-nav {
    width: 100%;
    padding: 10px 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    -moz-column-gap: 15px;
    column-gap: 15px;
}

.navbar .navbar-nav .nav-item {
    white-space: nowrap;
    padding: 0 3px;
}

.navbar .navbar-nav .nav-item:hover .nav-link {
    color: #000;
    background-color: #fff;
}

.navbar .navbar-nav .nav-item .dropdown-menu {
    background-color: #fff;
    border-radius: 0;
    border: 0;
    left: 3px !important;
}

@media (min-width: 991px) {
    .navbar .navbar-nav .nav-item .dropdown-menu {
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    }
}

.navbar .navbar-nav .nav-item .dropdown-menu li a {
    font-size: 16px;
    font-family: "FuturaPTDemi";
    color: #000;
    background-color: transparent;
    text-transform: uppercase;
    transition: 0.1s ease-in-out;
    -webkit-transition: 0.1s ease-in-out;
}

.navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #e10617;
    background-color: transparent;
}

.navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    padding: 15px 20px;
}

@media (min-width: 991px) {
    .navbar .navbar-nav .nav-item .dropdown-menu {
        margin-top: 0px;
        display: none;
    }
}

@media (min-width: 991px) {
    .navbar .navbar-nav .nav-item:hover .dropdown-menu {
        display: block;
    }
}

.navbar .navbar-nav .nav-item .nav-link {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-family: "FuturaPTDemi";
    transition: 0.2s ease-in-out;
    transition: none !important;
}

@media (max-width: 1199px) {
    .navbar .navbar-nav .nav-item .nav-link {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .navbar .navbar-nav .nav-item .nav-link {
        padding-left: 10px;
        margin: 2px 0;
    }
}

.navbar .navbar-nav .nav-item .nav-link:focus-visible {
    box-shadow: none !important;
}

.navbar .navbar-nav .nav-item:hover .nav-link,
.navbar .navbar-nav .nav-item .nav-link:hover {
    color: #e10617;
    background-color: #fff;
}

.navbar .navbar-nav .nav-item .dropdown-toggle::after {
    display: none;
}

.active {
    color: #000 !important;
    background-color: #fff;
}

.search-wrap {
    padding-bottom: 0;
}

@media (max-width: 991px) {
    .search-wrap {
        width: 50%;
        margin: auto;
    }
}

@media (min-width: 991px) {
    .search-wrap {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .search-wrap {
        display: block;
    }
}

@media (max-width: 575px) {
    .search-wrap {
        width: 80%;
    }
}

.search-wrap .search-box {
    position: relative;
    width: 30px;
    height: 30px;
    background-color: transparent;
    display: flex;
    justify-content: left;
    overflow: hidden;
    font-family: "FuturaPTDemi";
    position: absolute;
    top: -40px;
    right: 375px;
}

@media (max-width: 991px) {
    .search-wrap .search-box {
        margin-top: 10px;
        margin-bottom: 20px;
        position: relative;
        top: 0;
        right: 0;
    }
}

.search-wrap .search-box .search-btn {
    position: relative;
    min-width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.search-wrap .search-box .search-btn form {
    width: 100%;
    height: auto;
}

.search-wrap .search-box .search-btn svg {
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
}

.search-wrap .search-box .search-btn img {
    width: 20px;
    height: 20px;
}

.search-wrap .search-box #search-form {
    width: 100%;
}

.search-wrap .search-box input {
    color: #fff;
    font-size: 12px;
    width: 100%;
    padding-right: 5px;
    line-height: 30px;
    background-color: transparent;
    border: none;
    outline: none;
}

.search-wrap .search-box input::-moz-placeholder {
    text-transform: uppercase;
    color: #fff;
}

.search-wrap .search-box input::placeholder {
    text-transform: uppercase;
    color: #fff;
}

.search-wrap .search-box input:-webkit-autofill {
    -webkit-background-clip: text;
    -webkit-text-fill-color: #000;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px rgba(35, 35, 35, 0.1607843137);
}

@media (max-width: 991px) {
    .search-wrap .search-box {
        width: 100%;
        outline: 2px solid #fff;
    }
}

.search-wrap .search-box.active {
    width: 300px;
    outline: 2px solid #fff;
}

@media (max-width: 991px) {
    .search-wrap .search-box.active {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .search-mobile-hide {
        display: none;
    }
}

.main-btn {
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    justify-content: center;
    background: #000;
    color: white;
    border: 1px solid #000;
    text-decoration: none;
    padding: 15px 5px;
    margin-bottom: 20px;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
}

.main-btn:hover {
    background: #fff;
    border: 1px solid #e10617;
    box-shadow: 4px 4px 4px rgba(225, 6, 23, 0.7);
    border-color: #e10617;
    color: #e10617;
}

@media (max-width: 575px) {
    .main-btn {
        font-size: 14px;
        letter-spacing: 0.5px;
    }
}

@media screen and (max-width: 450px) {
    .main-btn {
        padding: 10px 2px;
        font-size: 12px;
    }
}

.more-info-btn {
    float: right;
    padding-top: 20px;
    font-size: 16px;
}

.more-info-btn a {
    color: #000;
    font-family: "FuturaPTDemi";
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
}

.more-info-btn a:hover {
    color: #e10617;
}

.more-info-btn a span {
    font-size: 20px;
    color: #000;
    padding-right: 20px;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
}

@media (max-width: 767px) {
    .more-info-btn a span {
        padding-right: 10px;
    }
}

.more-info-btn a:hover span {
    color: #e10617;
    padding-right: 10px;
}

.modal-btn {
    font-size: 16px;
    width: auto;
    padding: 20px 100px 20px 80px;
    position: relative;
    font-family: "FuturaPTDemi";
}

@media (min-width: 575px) {
    .modal-btn:hover span {
        right: 50px;
    }
}

.modal-btn span {
    position: absolute;
    top: 14px;
    right: 70px;
    color: #fff;
    padding-left: 15px;
    font-size: 25px;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
}

@media (max-width: 575px) {
    .modal-btn span {
        top: 13px;
        right: 20px;
    }
}

.modal-btn:hover span {
    color: #e10617;
}

.modal-send-btn {
    color: #000;
    background-color: transparent;
    border: 1px solid #000;
    font-family: "FuturaPTDemi";
    text-decoration: none;
    width: auto;
    height: auto;
    font-size: 16px;
    padding: 5px 15px;
    text-transform: uppercase;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
}

.modal-send-btn:hover {
    color: #fff;
    background: #e10617;
    border: 1px solid #e10617;
}

.product-btn {
    font-size: 16px;
    text-transform: uppercase;
    font-family: "FuturaPTDemi";
    text-align: center;
    background: rgb(27, 27, 28);
    color: white;
    border: 1px solid rgb(27, 27, 28);
    text-decoration: none;
    padding: 15px 40px;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
}

.product-btn:hover {
    background: #fff;
    border: 1px solid #e10617;
    box-shadow: 4px 4px 4px rgba(225, 6, 23, 0.7);
    color: #e10617;
}

@media (max-width: 575px) {
    .product-btn {
        font-size: 14px;
        letter-spacing: 0.5px;
    }
}

.product-item-btn {
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "FuturaPTHeavy";
    text-align: center;
    background: rgb(27, 27, 28);
    color: white;
    padding: 10px 30px;
    border: none;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
}

.product-item-btn:hover {
    background: #e10617;
}

@media (max-width: 767px) {
    .product-item-btn {
        padding: 5px 15px;
    }
}

@media (max-width: 575px) {
    .product-item-btn {
        font-size: 14px;
    }
}

.product-more-btn {
    position: relative;
    color: #e10617;
    text-decoration: none;
    font-size: 18px;
}

.product-more-btn::before {
    content: ">";
    font-size: 16px;
    color: #e10617;
    position: absolute;
    right: -13px;
    top: 0;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
}

.product-more-btn:hover::before {
    transform: rotate(90deg);
}

.bread {
    padding-top: 5px;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .bread {
        margin-bottom: 20px;
    }
}

.bread ul {
    padding-left: 0;
    margin-bottom: 0;
}

.bread ul li {
    display: inline-block;
}

.bread ul li:not(:last-of-type)::after {
    content: ">";
    padding: 0 15px;
    color: rgba(27, 27, 28, 0.9);
}

@media (max-width: 767px) {
    .bread ul li:not(:last-of-type)::after {
        padding: 0 10px;
    }
}

.bread ul li a {
    font-size: 16px;
    font-family: "FuturaPTDemi";
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
}

@media (max-width: 767px) {
    .bread ul li a {
        font-size: 12px;
    }
}

.bread ul li a:hover {
    color: #e10617;
}

.title-box {
    border-bottom: 2px solid #dedede;
    border-image-slice: 1;
    padding-bottom: 30px;
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .title-box {
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
}

.main-heading-name h1 {
    max-width: 80%;
    color: #000;
    font-family: "FuturaPTDemi";
    text-align: center;
    text-transform: uppercase;
    margin: auto;
}

@media (max-width: 767px) {
    .main-heading-name h1 {
        max-width: 100%;
    }
}

.subheading-text p {
    font-size: 25px;
    color: #000;
    font-family: "FuturaPTMedium";
    text-align: center;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 10px;
    margin-bottom: 0;
    line-height: 30px;
}

.subheading-text p:first-child {
    padding-top: 15px;
}

@media (max-width: 767px) {
    .subheading-text p:first-child {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .subheading-text p {
        font-size: 20px;
        padding-top: 10px;
        padding-bottom: 0;
    }
}

.subheading-text ol {
    padding-left: 0;
}

.subheading-text ol li {
    font-size: 18px;
    font-family: "FuturaPTDemi";
    color: #000;
    line-height: 27px;
    margin-bottom: 0;
    list-style: none;
    padding-left: 35px;
    position: relative;
}

.subheading-text ol li:before {
    content: "-";
    position: absolute;
    left: 0;
    top: 0;
    color: #000;
}

@media (max-width: 991px) {
    .subheading-text ol li:before {
        top: 2px;
    }
}

@media (max-width: 575px) {
    .subheading-text ol li:before {
        top: 0;
    }
}

.subheading-text ol li::marker {
    list-style: none;
}

.subheading-name h3 {
    color: #000;
    font-family: "FuturaPTMedium";
    text-align: center;
    text-transform: uppercase;
    padding-top: 5px;
}

@media (max-width: 767px) {
    .subheading-name h3 {
        padding: 0;
        margin: 0;
    }
}

.section-title h3 {
    color: #000;
    font-family: "FuturaPTDemi";
    text-align: center;
    text-transform: uppercase;
}

footer {
    width: 100%;
    height: auto;
    padding-top: 50px;
    margin-top: 60px;
    padding-bottom: 100px;
    position: relative;
    border-top: 2px solid #dedede;
    border-image-slice: 1;
}

@media (max-width: 1199px) {
    footer {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 991px) {
    footer {
        padding-bottom: 60px;
    }
}

@media (max-width: 767px) {
    footer {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 575px) {
    .mob-footer-hide {
        display: none;
    }
}

.footer-address-wrap:nth-child(2) {
    padding-left: 60px;
}

@media (max-width: 991px) {
    .footer-address-wrap:nth-child(2) {
        padding-left: 40px;
    }
}

@media (max-width: 575px) {
    .footer-address-wrap:nth-child(2) {
        padding: 12px;
    }
}

.footer-address-wrap:nth-child(4) {
    padding-left: 40px;
}

@media (max-width: 575px) {
    .footer-address-wrap:nth-child(4) {
        padding: 12px;
    }
}

.footer-address {
    height: auto;
    font-size: 16px;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .footer-address {
        display: flex;
        flex-direction: column;
        align-items: start;
        padding-bottom: 20px;
        text-align: left;
    }
}

@media (max-width: 575px) {
    .footer-address {
        text-align: left;
    }
}

.footer-address span {
    color: #000;
    white-space: nowrap;
    font-family: "FuturaPTHeavy";
}

.footer-address p {
    margin-bottom: 0;
    color: #000;
    font-family: "FuturaPTMedium";
    text-decoration: none;
}

.footer-address a:link {
    color: #000 !important;
    font-family: "FuturaPTMedium" !important;
    text-decoration: none !important;
}

.footer-contacts {
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-family: "FuturaPTHeavy";
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
}

@media (max-width: 1399px) {
    .footer-contacts {
        padding-top: 50px;
        flex-direction: row;
        align-items: start;
        justify-content: right;
    }
}

@media (max-width: 991px) {
    .footer-contacts {
        flex-direction: row;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .footer-contacts {
        padding-top: 0;
        flex-direction: column;
    }
}

.footer-contacts a {
    color: #000;
    text-decoration: none;
    transition: 0.1s ease-in-out;
    -webkit-transition: 0.1s ease-in-out;
}

.footer-contacts a:hover {
    color: #e10617;
}

@media (max-width: 1399px) {

    .footer-contacts .footer-contact,
    .footer-contacts .footer-terms,
    .footer-contacts .footer-social {
        padding: 0 20px;
    }
}

@media (max-width: 991px) {

    .footer-contacts .footer-contact,
    .footer-contacts .footer-terms,
    .footer-contacts .footer-social {
        padding: 0 10px;
    }
}

@media (max-width: 767px) {

    .footer-contacts .footer-contact,
    .footer-contacts .footer-terms,
    .footer-contacts .footer-social {
        padding: 10px 0;
    }
}

.footer-social {
    color: #fff;
}

.footer-social ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 10px;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin-bottom: 0;
}

.footer-social ul li {
    list-style: none;
    padding-right: 15px;
}

@media (max-width: 991px) {
    .footer-social ul li {
        padding-right: 10px;
    }
}

.footer-social ul li a {
    display: flex;
    flex-direction: row;
    align-items: center;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
}

.footer-social ul li a:hover {
    color: #e10617;
}

.footer-social ul li img {
    width: auto;
    height: 12px;
    padding-right: 3px;
}

.modal-dialog {
    max-width: 600px;
    padding-left: 10px;
    padding-right: 10px;
}

@media (max-width: 575px) {
    .modal-dialog {
        padding-left: 0;
        padding-right: 0;
    }
}

.modal-send-btn {
    margin: 0;
    font-size: 16px;
    border-radius: 0;
}

.modal-logo {
    max-width: 250px;
}

@media (max-width: 575px) {
    .modal-logo {
        max-width: 200px;
    }
}

.modal-header {
    padding: 25px 40px;
    position: relative;
    border-bottom: none;
}

@media (max-width: 575px) {
    .modal-header {
        padding-left: 20px;
    }
}

.modal-footer {
    justify-content: flex-start;
    border-top: none;
    padding: 25px 55px 35px 15px;
}

.modal-content {
    background: #fff;
    border-radius: 0;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "FuturaPTMedium";
}

.cross-modal {
    background-color: transparent;
    border: none;
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 99999;
    margin-top: -14px;
    margin-right: -14px;
    height: 44px;
    width: 44px;
    line-height: 44px;
    font-family: Arial, Baskerville, monospace;
    color: #000;
    font-size: 3rem;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
}

.cross-modal:hover {
    color: #e10617;
}

.cross-modal img {
    width: 20px;
    height: 20px;
}

.modal-body {
    padding: 0;
}

.modal-body .contact-form {
    padding: 0 40px;
}

@media (max-width: 575px) {
    .modal-body .contact-form {
        padding: 0 20px;
    }
}

.modal-body .contact-form .form-item {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
}

.modal-body .contact-form .form-item input,
.modal-body .contact-form .form-item textarea {
    color: #000;
    font-family: "FuturaPTBook";
    letter-spacing: 0.5px;
    font-size: 16px;
    width: 100%;
    border: 1px solid #000;
    background-color: transparent;
    border-radius: 0;
    padding: 4px 10px;
}

.modal-body .contact-form .form-item input:focus-visible,
.modal-body .contact-form .form-item textarea:focus-visible {
    border-radius: 0;
    outline: none;
}

.modal-body .contact-form .form-item input,
.modal-body .contact-form .form-item textarea {
    caret-color: #000;
}

.modal-body .contact-form .form-item input:-webkit-autofill,
.modal-body .contact-form .form-item input:-webkit-autofill:hover,
.modal-body .contact-form .form-item input:-webkit-autofill:focus,
.modal-body .contact-form .form-item input:-webkit-autofill:active {
    -webkit-background-clip: text;
    -webkit-text-fill-color: #000;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    box-shadow: inset 0 0 20px 20px rgba(35, 35, 35, 0.1607843137);
}

.modal-body .contact-form .form-item textarea {
    resize: none;
}

.modal-body .contact-form .form-item label,
.modal-body .contact-form .form-item fieldset {
    font-family: "FuturaPTDemi";
    font-size: 13px;
    padding-left: 15px;
    margin-bottom: 5px;
}

@media (max-width: 575px) {

    .modal-body .contact-form .form-item label,
    .modal-body .contact-form .form-item fieldset {
        padding-right: 20px;
        padding-left: 15px;
    }
}

.modal-body .contact-form .form-radio-group {
    padding-left: 15px;
    margin-bottom: 25px;
}

@media (max-width: 575px) {
    .modal-body .contact-form .form-radio-group {
        margin-bottom: 15px;
    }
}

.modal-body .contact-form .form-radio-group fieldset {
    margin-bottom: 9px;
}

.modal-body .contact-form .form-radio-group .form-radio-btns {
    display: flex;
}

.modal-body .contact-form .form-radio-group .form-radio-btns label {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 0;
}

.modal-body .contact-form .form-radio-group .form-radio-btns label:first-child {
    margin-right: 20px;
}

.modal-body .contact-form .form-radio-group input {
    margin-right: 15px;
    margin-left: 5px;
}

.modal-body .contact-form .form-radio-group input:hover {
    cursor: pointer;
}

.modal-body .contact-form .form-radio-group input[type=radio] {
    padding: 9px;
    outline: 1px solid #000;
    outline-offset: 4px;
    border-radius: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.modal-body .contact-form .form-radio-group input[type=radio]:checked {
    display: inline-block;
    background-color: #e10617;
}

.modal-body .contact-form .contact-subtext {
    margin-top: 25px;
}

.modal-body .contact-form .contact-subtext p {
    font-size: 13px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
    word-wrap: break-word;
    white-space: -moz-pre-wrap;
    white-space: pre-wrap;
}

.main-filter {
    margin: 0 30px;
}

@media (max-width: 991px) {
    .main-filter {
        margin: 0;
    }
}

.main-filter .main-filter-name {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    font-family: "FuturaPTBook";
}

.main-filter .main-filter-items {
    margin-left: 12px;
    margin-top: 5px;
    margin-bottom: 40px;
}

@media (max-width: 991px) {
    .main-filter .main-filter-items {
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .main-filter .main-filter-items {
        margin-left: 0;
    }
}

.main-filter .main-filter-items a {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    font-family: "FuturaPTBook";
    text-decoration: none;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #000;
    margin: 5px 10px 5px 0;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
}

.main-filter .main-filter-items a:hover {
    color: #fff;
    background-color: #e10617;
    border: 1px solid #e10617;
}

.submain-filter {
    margin: 0 15px 40px 15px;
}

@media (max-width: 991px) {
    .submain-filter {
        margin: 0;
    }
}

.submain-filter p {
    margin-bottom: 0;
}

.submain-filter .submain-filter-body {
    margin-left: 15px;
    margin-right: 15px;
}

@media (max-width: 991px) {
    .submain-filter .submain-filter-body {
        margin: 0;
    }
}

.submain-filter .submain-filter-btn {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 15px;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    font-family: "FuturaPTBook";
    text-decoration: none;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
}

.submain-filter .submain-filter-btn p {
    font-family: "FuturaPTBook";
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
}

@media (max-width: 991px) {
    .submain-filter .submain-filter-btn {
        margin-left: 0;
    }
}

.submain-filter .submain-filter-btn:hover {
    color: #e10617;
}

.submain-filter .submain-filter-btn:hover p {
    color: #e10617;
}

.submain-filter .submain-filter-btn:hover span {
    color: #e10617 !important;
}

.submain-filter .submain-filter-btn span {
    margin-left: 10px;
    display: inline-block;
    transform: rotate(90deg);
    margin-top: -2px;
    font-size: 18px;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
}

.submain-filter .submain-filter-name {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    font-family: "FuturaPTBook";
}

.submain-filter .submain-filter-items {
    margin-left: 12px;
    margin-top: 5px;
}

@media (max-width: 575px) {
    .submain-filter .submain-filter-items {
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    .submain-filter .submain-filter-items {
        margin-bottom: 20px;
    }
}

.submain-filter .submain-filter-items a {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    font-family: "FuturaPTBook";
    text-decoration: none;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #000;
    margin: 5px 10px 5px 0;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
}

.submain-filter .submain-filter-items a:hover {
    background-color: #e10617;
    border: 1px solid #e10617;
    color: #fff;
}

.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.filter-result {
    margin: 40px 40px 50px 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .filter-result {
        margin: 10px 10px 10px 0px;
    }
}

.filter-result .filtered-item a {
    font-size: 16px;
    color: #fff;
    background-color: #e10617;
    text-transform: uppercase;
    font-family: "FuturaPTBook";
    text-decoration: none;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #e10617;
    margin: 5px 10px 5px 0;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
}

.filter-result .filtered-item a:hover {
    background-color: #000;
    border: 1px solid #e10617;
}

.filter-result .filtered-item a span {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-family: "FuturaPTBook";
}

.filter-result .filter-close {
    font-size: 16px;
    color: #fff;
    background-color: #000;
    text-transform: uppercase;
    font-family: "FuturaPTBook";
    text-decoration: none;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #000;
    margin: 5px 10px 5px 0;
    cursor: pointer;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
}

.filter-result .filter-close:hover {
    border: 1px solid #e10617;
}

.contentPager {
    padding-top: 5px;
    position: absolute;
    right: 0;
    bottom: 0;
}

@media (max-width: 1199px) {
    .contentPager {
        position: relative;
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }
}

.contentPager ul {
    padding-left: 0;
    margin-bottom: 0;
}

.contentPager ul .active a {
    color: #fff !important;
    background-color: #000;
}

.contentPager ul .hide {
    display: none;
}

.contentPager ul li {
    display: inline-block;
    padding-right: 10px;
}

@media (max-width: 1399px) {
    .contentPager ul li {
        padding-right: 0;
    }
}

.contentPager ul li a {
    font-size: 16px;
    padding: 5px 10px;
    font-family: "FuturaPTDemi";
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
}

@media (max-width: 575px) {
    .contentPager ul li a {
        font-size: 13px;
    }
}

.contentPager ul li a:hover {
    color: #e10617;
}

.dotation {
    font-family: Arial, Helvetica, sans-serif;
}

.dotation p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin-bottom: 0;
}

.dotation ul {
    padding-left: 0;
}

.dotation ul li {
    list-style: none;
    position: relative;
    padding-left: 15px;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}

.dotation ul li::before {
    content: "-";
    position: absolute;
    left: 0;
    top: 0;
    color: #000;
}

#homepage {
    padding-top: 40px;
}

@media (max-width: 991px) {
    #homepage {
        padding-top: 30px;
    }
}

@media (max-width: 767px) {
    #homepage {
        padding-top: 20px;
    }
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #000 !important;
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background-color: #fff !important;
}

.homepage-slider .owl-stage-outer {
    border: 1px solid #dedede !important;
}

.homepage-slider .owl-stage-outer .homepage-slider-item:hover {
    cursor: grab;
}

.subcat {
    font-size: 16px;
    font-family: "FuturaPTBook";
    margin-top: 40px;
    width: 100%;
    height: auto;
    padding-bottom: 60px;
    position: relative;
}

@media (max-width: 767px) {
    .subcat {
        padding-bottom: 40px;
    }
}

@media (max-width: 575px) {
    .subcat {
        margin-top: 20px;
    }
}

.subcat .subcat-wrap {
    row-gap: 20px;
}

@media (max-width: 575px) {
    .subcat .subcat-wrap {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        padding: 0 15px;
    }
}

@media (max-width: 575px) {
    .subcat .subcat-wrap .subcat-item-wrap {
        width: calc(50% - 8px);
        padding: 0 !important;
    }
}

.subcat .subcat-wrap .subcat-item-wrap .subcat-item {
    height: 100%;
    font-family: "FuturaPTDemi";
    margin-bottom: 20px;
    font-weight: 400;
}

@media (max-width: 575px) {
    .subcat .subcat-wrap .subcat-item-wrap .subcat-item {
        height: 100%;
        margin-bottom: 0;
    }
}

#news-homepage {
    font-family: "FuturaPTDemi";
    padding-top: 60px;
    padding-bottom: 120px;
}

@media (max-width: 767px) {
    #news-homepage {
        padding-top: 30px;
        padding-bottom: 80px;
    }
}

#news-homepage {
    position: relative;
}

#news-homepage::after {
    content: "";
    width: 76%;
    height: 2px;
    position: absolute;
    top: 0;
    left: 12%;
    background-color: #dedede;
}

.news-heading {
    padding-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
}

.news-heading a {
    font-size: 56px;
    color: #000;
    font-family: "FuturaPTHeavy";
    text-decoration: none;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
}

@media (max-width: 767px) {
    .news-heading a {
        font-size: 28px;
    }
}

.news-heading a:hover {
    color: #e10617;
}

.news-inside {
    text-decoration: none;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
}

.news-inside:hover .news-title {
    color: #e10617;
}

.news-inside .news-title {
    font-size: 16px;
    color: #000;
    padding-bottom: 20px;
    font-family: "FuturaPTDemi";
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
}

.news-inside .news-image {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.news-inside .news-image:hover img {
    transform: scale(1.1);
}

.news-inside .news-image img {
    width: 100%;
    transform: scale(1);
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
}

#about-us-homepage {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}

@media (max-width: 767px) {
    #about-us-homepage {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

.about-us-heading {
    padding-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
}

.about-us-heading::after {
    content: "";
    width: 76%;
    height: 2px;
    position: absolute;
    top: 0;
    left: 12%;
    background-color: #dedede;
}

.about-us-heading a {
    font-size: 56px;
    color: #000;
    font-family: "FuturaPTHeavy";
    text-decoration: none;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
}

@media (max-width: 767px) {
    .about-us-heading a {
        font-size: 28px;
    }
}

.about-us-heading a:hover {
    color: #e10617;
}

.about-us-inside-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.about-us-homepage-img {
    padding-right: 30px;
}

@media (max-width: 991px) {
    .about-us-homepage-img {
        padding-top: 20px;
    }
}

@media (max-width: 991px) and (max-width: 991px) {
    .about-us-homepage-img {
        padding-right: 0;
    }
}

.about-us-homepage-img img {
    width: 100%;
    height: auto;
}

.about-us-homepage-text {
    color: #000;
    font-size: 18px;
    font-family: "FuturaPTMedium";
    padding-left: 30px;
    line-height: 27px;
}

@media (max-width: 991px) {
    .about-us-homepage-text {
        padding-left: 0;
    }
}

#gallery {
    padding-top: 30px;
}

@media (max-width: 767px) {
    #gallery {
        padding-top: 20px;
    }
}

.gallery-items {
    font-size: 16px;
    font-family: "FuturaPTBook";
    width: 100%;
    height: auto;
    position: relative;
}

@media (max-width: 575px) {
    .gallery-items {
        margin-top: 20px;
    }
}

.gallery-items .gallery-btn {
    height: 65px;
    margin-bottom: 20px;
    font-family: "FuturaPTDemi";
}

@media (max-width: 575px) {
    .gallery-items .gallery-btn {
        margin-bottom: 15px;
    }
}

/***** sub gallery *******/
#sub-gallery {
    padding-top: 30px;
}

@media (max-width: 767px) {
    #sub-gallery {
        padding-top: 20px;
    }
}

.sub-gallery-items .sub-gallery-item {
    margin-bottom: 80px;
}

.sub-gallery-items .sub-gallery-item:hover .sub-gallery-title-img {
    color: #e10617;
}

@media (max-width: 991px) {
    .sub-gallery-items .sub-gallery-item {
        margin-bottom: 40px;
    }
}

.sub-gallery-items .sub-gallery-item a {
    text-decoration: none;
}

.sub-gallery-items .sub-gallery-item a:hover .sub-title-img {
    color: #e10617;
}

.sub-gallery-items .sub-gallery-item a .sub-gallery-image {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.sub-gallery-items .sub-gallery-item a .sub-gallery-image:hover img {
    transform: scale(1.1);
}

.sub-gallery-items .sub-gallery-item a .sub-gallery-image img {
    width: 100%;
    height: auto;
    max-height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 1/1;
    transform: scale(1);
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
}

.sub-gallery-items .sub-gallery-item a .sub-gallery-title-img {
    font-size: 16px;
    color: #000;
    font-family: "FuturaPTHeavy";
    margin-top: 15px;
    text-transform: uppercase;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
}

/****Přestylování lightboxu****/
.sl-overlay {
    background-color: #000 !important;
    opacity: 0.8 !important;
}

.sl-counter {
    display: none !important;
}

.sl-close,
.sl-next,
.sl-prev {
    color: #fff !important;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
}

.sl-close:hover,
.sl-next:hover,
.sl-prev:hover {
    color: #e10617 !important;
    opacity: 1 !important;
}

.sl-image {
    cursor: grab;
}

.sl-wrapper .sl-image .sl-caption {
    font-size: 25px;
    color: #000;
    font-family: "FuturaPTHeavy";
    text-transform: uppercase;
    position: relative;
    background-color: transparent;
    padding-left: 0;
}

@media (max-width: 575px) {
    .sl-wrapper .sl-image .sl-caption {
        font-size: 16px;
    }
}

#instruction {
    padding-top: 30px;
}

@media (max-width: 767px) {
    #instruction {
        padding-top: 20px;
    }
}

.instruction-items {
    font-size: 16px;
    font-family: "FuturaPTBook";
    width: 100%;
    height: auto;
    position: relative;
}

.instruction-items .instruction-btn {
    height: 80px;
    font-family: "FuturaPTDemi";
}

@media (max-width: 575px) {
    .instruction-items .instruction-btn {
        margin-bottom: 15px;
    }
}

.sub-instruction-box {
    font-size: 16px;
    font-family: "FuturaPTBook";
    width: 100%;
    height: auto;
    position: relative;
    padding-left: 60px;
    padding-right: 60px;
}

@media (max-width: 767px) {
    .sub-instruction-box {
        padding-left: 0;
        padding-right: 0;
    }
}

.sub-instruction-box .sub-instruction-text {
    padding-right: 70px;
}

@media (max-width: 1399px) {
    .sub-instruction-box .sub-instruction-text {
        padding-right: 40px;
    }
}

@media (max-width: 1199px) {
    .sub-instruction-box .sub-instruction-text {
        margin-bottom: 40px;
        padding-right: 0;
    }
}

.sub-instruction-box .sub-instruction-text p {
    font-family: "FuturaPTDemi";
    color: #000;
    font-size: 18px;
    line-height: 27px;
    text-align: left !important;
}

.sub-instruction-box .sub-instruction-text p img {
    margin-top: 20px;
    max-width: 100%;
    height: auto;
}

.sub-instruction-box .sub-instruction-text ul {
    padding-left: 0;
}

.sub-instruction-box .sub-instruction-text ul li {
    font-size: 18px;
    font-family: "FuturaPTDemi";
    color: #000;
    line-height: 27px;
    margin-bottom: 0;
    list-style: none;
    padding-left: 35px;
    position: relative;
}

.sub-instruction-box .sub-instruction-text ul li:before {
    font-size: 18px;
    content: "-";
    position: absolute;
    left: 0;
    top: 0;
    color: #000;
}

@media (max-width: 991px) {
    .sub-instruction-box .sub-instruction-text ul li:before {
        top: 2px;
    }
}

@media (max-width: 575px) {
    .sub-instruction-box .sub-instruction-text ul li:before {
        top: 0;
    }
}

.sub-instruction-box .sub-instruction-text ul li::marker {
    list-style: none;
}

.sub-instruction-box .sub-instruction-img img {
    width: 100%;
    height: auto;
}

@media (max-width: 1199px) {
    .sub-instruction-box .sub-instruction-img img {
        max-width: 500px;
    }
}

#products {
    padding-top: 30px;
}

@media (max-width: 767px) {
    #products {
        padding-top: 20px;
    }
}

#products .subcat {
    padding-bottom: 0;
}

.product {
    margin-top: 30px;
    position: relative;
}

.product a {
    text-decoration: none;
}

.product .product-wrap {
    margin-left: 20px;
    margin-right: 20px;
}

@media (max-width: 991px) {
    .product .product-wrap {
        margin: 0;
    }
}

@media (max-width: 575px) {
    .product .product-wrap {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 575px) {
    .product .product-wrap .product-item-wrap {
        width: calc(50% - 8px);
        padding: 0 !important;
    }
}

.product .product-wrap .product-item-wrap .product-item {
    border: 1px solid #000;
    margin: 0 10px 40px 10px;
    background-color: rgb(27, 27, 28);
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
}

@media (max-width: 991px) {
    .product .product-wrap .product-item-wrap .product-item {
        margin: 0 0 20px 0;
    }
}

@media (max-width: 575px) {
    .product .product-wrap .product-item-wrap .product-item {
        margin: 0;
    }
}

@media (min-width: 991px) {
    .product .product-wrap .product-item-wrap .product-item:hover {
        border: 1px solid #e10617;
        box-shadow: 6px 6px 6px rgba(225, 6, 23, 0.7);
    }

    .product .product-wrap .product-item-wrap .product-item:hover .product-heading {
        color: #fff;
        background-color: #e10617;
    }

    .product .product-wrap .product-item-wrap .product-item:hover .product-heading p {
        color: #fff;
    }

    .product .product-wrap .product-item-wrap .product-item:hover img {
        scale: 1.1;
    }
}

.product .product-wrap .product-item-wrap .product-item .product-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    padding: 10px;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
}

@media (max-width: 575px) {
    .product .product-wrap .product-item-wrap .product-item .product-heading {
        height: 120px;
    }
}

.product .product-wrap .product-item-wrap .product-item .product-heading p {
    color: #fff;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
    font-family: "FuturaPTMedium";
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
}

@media (max-width: 767px) {
    .product .product-wrap .product-item-wrap .product-item .product-heading p {
        -webkit-line-clamp: 5;
    }
}

.product .product-wrap .product-item-wrap .product-item .product-img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #fff;
    padding: 40px;
}

@media (max-width: 767px) {
    .product .product-wrap .product-item-wrap .product-item .product-img {
        padding: 20px;
    }
}

.product .product-wrap .product-item-wrap .product-item .product-img img {
    width: 100%;
    height: auto;
    max-height: 300px;
    -o-object-fit: contain;
    object-fit: contain;
    aspect-ratio: 1/1;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
}

.product .product-wrap .product-item-wrap .product-item .product-footer {
    background-color: #fff;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
}

@media (max-width: 575px) {
    .product .product-wrap .product-item-wrap .product-item .product-footer {
        height: 120px;
    }
}

.product .product-wrap .product-item-wrap .product-item .product-footer p {
    color: #000;
    font-size: 14px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
    font-family: "FuturaPTMedium";
}

@media (max-width: 767px) {
    .product .product-wrap .product-item-wrap .product-item .product-footer p {
        -webkit-line-clamp: 5;
    }
}

.product-btn-wrap {
    text-align: center;
    margin-top: 20px;
}

@media (max-width: 575px) {
    .product-btn-wrap {
        margin-top: 40px;
    }
}

.product-detail-text {
    margin-top: 50px;
}

.product-detail-text td {
    font-size: 18px;
}

.shortdescproduct {
    position: relative;
}

.shortdescproduct p:last-of-type {
    display: inline;
}

.shortdescproduct a {
    margin-left: 10px;
}

#career {
    padding-top: 30px;
}

@media (max-width: 767px) {
    #career {
        padding-top: 20px;
    }
}

.career-job-offers .job-items {
    font-size: 16px;
    width: 100%;
    height: auto;
    padding-top: 50px;
}

@media (max-width: 767px) {
    .career-job-offers .job-items {
        padding-top: 30px;
    }
}

.career-job-offers .job-items .job-btn {
    font-family: "FuturaPTDemi";
    height: 75px;
    margin-bottom: 20px;
}

@media (max-width: 575px) {
    .career-job-offers .job-items .job-btn {
        margin-bottom: 15px;
    }
}

.career-benefits {
    margin-bottom: 60px;
    padding: 0 60px;
    border-bottom: 2px solid #dedede;
    border-image-slice: 1;
}

@media (max-width: 991px) {
    .career-benefits {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .career-benefits {
        margin-bottom: 30px;
    }
}

.career-benefits .section-title {
    width: 100%;
    max-width: 350px;
    margin: auto;
}

.career-benefits .benefit-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 60px;
}

@media (max-width: 767px) {
    .career-benefits .benefit-items {
        margin-top: 30px;
    }
}

.career-benefits .benefit-items .benefit-item {
    width: 20%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 767px) {
    .career-benefits .benefit-items .benefit-item {
        width: 25%;
    }
}

@media (max-width: 575px) {
    .career-benefits .benefit-items .benefit-item {
        width: 33%;
    }
}

@media (max-width: 380px) {
    .career-benefits .benefit-items .benefit-item {
        width: 50%;
    }
}

.career-benefits .benefit-items .benefit-item .benefit-item-img {
    height: 85px;
    text-align: center;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
}

.career-benefits .benefit-items .benefit-item .benefit-item-img img {
    max-width: 100px;
    max-height: 65px;
    height: auto;
    width: auto;
}

@media (max-width: 767px) {
    .career-benefits .benefit-items .benefit-item .benefit-item-img img {
        max-width: 70px;
        max-height: 50px;
    }
}

.career-benefits .benefit-items .benefit-item .benefit-item-text {
    font-size: 16px;
    color: #000;
    font-family: "FuturaPTDemi";
    text-transform: uppercase;
    text-align: center;
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 30px;
    max-width: 100px;
}

.career-benefits .benefit-items .benefit-item .benefit-item-text span {
    color: #e10617;
}

.career-benefits .career-text {
    width: 100%;
    font-size: 16px;
    color: #000;
    font-family: "FuturaPTDemi";
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 60px;
    text-align: center;
    position: relative;
}

@media (max-width: 767px) {
    .career-benefits .career-text {
        margin-bottom: 30px;
    }
}

.career-benefits .career-text::before {
    color: #e10617;
    content: "*";
}

.job-offer-box {
    font-size: 16px;
    font-family: "FuturaPTBook";
    width: 100%;
    height: auto;
    position: relative;
    padding-left: 60px;
    padding-right: 60px;
}

@media (max-width: 767px) {
    .job-offer-box {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.job-offer-box .job-offer-description p {
    color: #000;
    font-size: 18px;
    font-family: "FuturaPTDemi";
    line-height: 27px;
}

.job-offer-box .job-offer-description ul {
    padding-left: 0;
}

.job-offer-box .job-offer-description ul li {
    font-size: 18px;
    font-family: "FuturaPTDemi";
    color: #000;
    line-height: 27px;
    margin-bottom: 0;
    list-style: none;
    padding-left: 35px;
    position: relative;
}

.job-offer-box .job-offer-description ul li:before {
    content: "-";
    position: absolute;
    left: 0;
    top: 0;
    color: #000;
}

@media (max-width: 991px) {
    .job-offer-box .job-offer-description ul li:before {
        top: 2px;
    }
}

@media (max-width: 575px) {
    .job-offer-box .job-offer-description ul li:before {
        top: 0;
    }
}

.job-offer-box .job-offer-description ul li::marker {
    list-style: none;
}

.job-offer-contact {
    margin-top: 50px;
    font-size: 25px;
    color: #000;
    font-family: "FuturaPTDemi";
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 575px) {
    .job-offer-contact {
        margin-top: 10px;
        font-size: 20px;
    }
}

.job-offer-contact p {
    margin-bottom: 0;
}

.job-offer-contact p a {
    color: #e10617;
    text-decoration: none;
}

.job-offer-contact p a:hover {
    text-decoration: underline;
}

#catalogues {
    padding-top: 30px;
}

@media (max-width: 767px) {
    #catalogues {
        padding-top: 20px;
    }
}

.catalogues-items {
    width: 100%;
    height: auto;
    position: relative;
}

@media (max-width: 575px) {
    .catalogues-items {
        margin-top: 20px;
    }
}

.catalogues-items p {
    color: black !important;
}

.catalogues-items-wrap {
    margin-bottom: 15px;
}

.catalogues-item {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background: #000;
    border: 1px solid #000;
    color: #fff;
    text-decoration: none;
    padding: 5px 5px;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
}

.catalogues-item:hover {
    background: #fff;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.7);
    color: #000;
}

.catalogues-item:hover .catalogues-buttons .catalogues-btn img {
    filter: brightness(0);
}

.catalogues-item .catalogues-item-name {
    width: 70%;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "FuturaPTDemi";
    text-align: center;
    padding-bottom: 5px;
}

@media (max-width: 575px) {
    .catalogues-item .catalogues-item-name {
        width: 90%;
        letter-spacing: 0.5px;
    }
}

.catalogues-item .catalogues-buttons {
    padding: 5px 0;
}

.catalogues-item .catalogues-buttons .catalogues-btn {
    text-decoration: none;
    padding: 0 7px;
}

.catalogues-item .catalogues-buttons .catalogues-btn img {
    width: auto;
    height: 15px;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
}

#contacts {
    padding-top: 30px;
}

@media (max-width: 767px) {
    #contacts {
        padding-top: 20px;
    }
}

.contact-wrap {
    display: flex;
    justify-content: center;
}

.contact-wrap .contact-box-wrap {
    display: flex;
    justify-content: center;
}

@media (max-width: 767px) {
    .contact-wrap .contact-box-wrap {
        justify-content: left;
    }
}

.contact-wrap .contact-box-wrap .contact-box {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .contact-wrap .contact-box-wrap .contact-box {
        margin-bottom: 0;
    }
}

.contact-wrap .contact-box-wrap .contact-box a {
    font-size: 16px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "FuturaPTMedium";
    line-height: 24px;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
}

.contact-wrap .contact-box-wrap .contact-box a:hover {
    color: #e10617;
}

.contact-wrap .contact-box-wrap .contact-box p {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    font-family: "FuturaPTMedium";
    margin-bottom: 3px;
}

.contact-wrap .contact-box-wrap .contact-box .contact-box-title {
    font-size: 25px;
    color: #e10617;
    text-transform: uppercase;
    font-family: "FuturaPTHeavy";
    text-align: left;
}

@media (max-width: 767px) {
    .contact-wrap .contact-box-wrap .contact-box .contact-box-title {
        font-size: 20px;
    }
}

.contact-wrap .contact-box-wrap .contact-box .contact-box-items {
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .contact-wrap .contact-box-wrap .contact-box .contact-box-items {
        margin-bottom: 15px;
    }
}

.contact-wrap .contact-box-wrap .contact-box .contact-box-items .contact-item {
    position: relative;
}

.contact-wrap .contact-box-wrap .contact-box .contact-box-items .contact-item .contact-icon {
    position: absolute;
    top: -3px;
    left: 0;
}

.contact-wrap .contact-box-wrap .contact-box .contact-box-items .contact-item .contact-icon img {
    width: 15px;
    height: auto;
}

.contact-wrap .contact-box-wrap .contact-box .contact-box-items .contact-item p {
    padding-left: 30px;
    margin-bottom: 0;
}

.contact-wrap .contact-box-wrap .contact-box .contact-box-items .contact-item a {
    padding-left: 30px;
}

.contact-wrap .contact-box-wrap .contact-box .contact-box-items .contact-item a:link {
    color: #000;
    font-family: "FuturaPTMedium";
    text-decoration: none;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
}

.contact-wrap .contact-box-wrap .contact-box .contact-box-items .contact-item a:link:hover {
    color: #e10617;
}

@media (max-width: 767px) {
    .modal-box {
        margin-top: 30px;
        margin-bottom: 20px;
    }
}

.modal-btn {
    margin: auto;
}

@media (max-width: 575px) {
    .modal-btn {
        padding: 20px 50px 20px 40px;
    }
}

.contact-group {
    margin-top: 60px;
    margin-bottom: 60px;
    border-bottom: 2px solid #dedede;
    border-image-slice: 1;
}

@media (max-width: 767px) {
    .contact-group {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.contact-group .contact-group-title h3 {
    color: #000;
    font-family: "FuturaPTHeavy";
    text-align: center;
    text-transform: uppercase;
}

.contact-group .contact-group-items {
    margin-top: 60px;
}

@media (max-width: 575px) {
    .contact-group .contact-group-items {
        margin-top: 30px;
        margin-bottom: 10px;
    }
}

.contact-group .contact-group-items .row {
    gap: 50px 0;
}

.contact-group .contact-group-items .contact-group-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0px;
}

@media (max-width: 575px) {

    .contact-group .contact-group-items .row {
        gap: 0 20px;
    }

    .contact-group .contact-group-items .contact-group-wrap {
        justify-content: end;
    }
}

.contact-group .contact-group-items .contact-group-wrap .contact-group-img {
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
}

@media (max-width: 575px) {
    .contact-group .contact-group-items .contact-group-wrap .contact-group-img {
        height: auto;
    }
}

.contact-group .contact-group-items .contact-group-wrap .contact-group-img img {
    max-width: 70%;
    max-height: 100%;
}

.contact-group .contact-group-items .contact-group-wrap .contact-group-address {
    font-size: 16px;
    color: #000;
    font-family: "FuturaPTMedium";
    text-transform: uppercase;
    text-align: center;
}

@media (max-width: 1199px) {
    .contact-group .contact-group-items .contact-group-wrap .contact-group-address {
        font-size: 15px;
    }
}

@media (max-width: 575px) {
    .contact-group .contact-group-items .contact-group-wrap .contact-group-address {
        margin-bottom: 30px;
    }
}

.contact-group .contact-group-items .contact-group-wrap .contact-group-address p {
    font-family: "FuturaPTMedium";
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .contact-group .contact-group-items .contact-group-wrap .contact-group-address p {
        margin-bottom: 15px;
    }
}

.contact-group .contact-group-items .contact-group-wrap .contact-group-address p img {
    max-height: 11px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.contact-group .contact-group-items .contact-group-wrap .contact-group-address a:link {
    color: #000;
    font-family: "FuturaPTMedium";
    text-decoration: none;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
}

.contact-group .contact-group-items .contact-group-wrap .contact-group-address a:link:hover {
    color: #e10617;
}

.stores-box {
    margin-top: 50px;
    margin-bottom: 30px;
    padding-left: 60px;
    padding-right: 60px;
}

@media (max-width: 1199px) {
    .stores-box {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width: 767px) {
    .stores-box {
        margin-top: 30px;
    }
}

@media (max-width: 575px) {
    .stores-box {
        margin-bottom: 0;
    }
}

.stores-box .stores-box-items {
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .stores-box .stores-box-items {
        margin-bottom: 15px;
    }
}

.stores-box .stores-box-items .stores-box-title {
    font-size: 25px;
    color: #e10617;
    text-transform: uppercase;
    font-family: "FuturaPTHeavy";
    text-align: left;
    line-height: 30px;
    margin-bottom: 10px;
    min-height: 60px;
}

@media (max-width: 767px) {
    .stores-box .stores-box-items .stores-box-title {
        font-size: 20px;
    }
}

.stores-box .stores-box-items .stores-item {
    position: relative;
}

.stores-box .stores-box-items .stores-item .stores-icon {
    position: absolute;
    top: -3px;
    left: 0;
}

.stores-box .stores-box-items .stores-item .stores-icon img {
    width: 15px;
    height: auto;
}

.stores-box .stores-box-items .stores-item p {
    padding-left: 30px;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    font-family: "FuturaPTMedium";
    margin-bottom: 0;
}

.stores-box .stores-box-items .stores-item a {
    padding-left: 30px;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "FuturaPTMedium";
    line-height: 24px;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
}

.stores-box .stores-box-items .stores-item a:link {
    color: #000;
    font-family: "FuturaPTMedium";
    text-decoration: none;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
}

.stores-box .stores-box-items .stores-item a:link:hover {
    color: #e10617;
}

.stores-box .stores-img {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .stores-box .stores-img {
        margin-bottom: 30px;
    }
}

.stores-box .stores-img img {
    width: 100%;
}

.stores-box .stores-text {
    margin-bottom: 3px;
}

.stores-box .stores-text p {
    font-size: 18px;
    color: #000;
    font-family: "FuturaPTDemi";
    margin-bottom: 3px;
    line-height: 27px;
}

.stores-box .stores-text ul {
    padding-left: 0;
}

.stores-box .stores-text ul li {
    font-size: 18px;
    font-family: "FuturaPTDemi";
    color: #000;
    line-height: 27px;
    margin-bottom: 0;
    list-style: none;
    padding-left: 35px;
    position: relative;
}

.stores-box .stores-text ul li:before {
    content: "-";
    position: absolute;
    left: 0;
    top: 0;
    color: #000;
}

@media (max-width: 991px) {
    .stores-box .stores-text ul li:before {
        top: 2px;
    }
}

@media (max-width: 575px) {
    .stores-box .stores-text ul li:before {
        top: 0;
    }
}

.stores-box .stores-text ul li::marker {
    list-style: none;
}

.stores-box-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.stores-box-wrap .shipping-icons {
    margin-bottom: 30px;
    padding-left: 60px;
    padding-right: 60px;
}

@media (max-width: 1199px) {
    .stores-box-wrap .shipping-icons {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 767px) {
    .stores-box-wrap .shipping-icons {
        margin-top: 30px;
    }
}

.stores-box-wrap .shipping-icons .shipping-wrap {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    margin: 0 -20px;
}

.stores-box-wrap .shipping-icons .shipping-wrap .shipping-icons-box {
    width: auto;
    padding: 0 20px;
}

@media (max-width: 575px) {
    .stores-box-wrap .shipping-icons .shipping-wrap .shipping-icons-box {
        margin-bottom: 30px;
    }
}

.stores-box-wrap .shipping-icons .shipping-wrap .shipping-icons-box .shipping-icon {
    display: block;
    margin-bottom: 40px;
    text-align: center;
}

@media (max-width: 575px) {
    .stores-box-wrap .shipping-icons .shipping-wrap .shipping-icons-box .shipping-icon {
        margin-bottom: 20px;
    }
}

.stores-box-wrap .shipping-icons .shipping-wrap .shipping-icons-box .shipping-icon img {
    width: auto;
    max-width: 130px;
    height: 35px;
}

@media (max-width: 1199px) {
    .stores-box-wrap .shipping-icons .shipping-wrap .shipping-icons-box .shipping-icon img {
        height: 30px;
    }
}

.position {
    padding-top: 20px;
    padding-left: 120px;
    padding-right: 120px;
}

@media (max-width: 991px) {
    .position {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 575px) {
    .position {
        padding-left: 12px;
        padding-right: 12px;
    }
}

.position .position-title h3 {
    color: #000;
    font-family: "FuturaPTHeavy";
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .position .position-title h3 {
        margin-bottom: 30px;
    }
}

.position iframe {
    width: 100%;
    height: 350px;
}

#about-us {
    padding-top: 30px;
}

@media (max-width: 767px) {
    #about-us {
        padding-top: 20px;
    }
}

.abouts-us-section {
    margin-bottom: 30px;
    overflow: hidden;
}

.abouts-us-section .abouts-us-subheading h3 {
    font-family: "FuturaPTMedium";
    text-transform: uppercase;
    color: #e10617;
    margin-bottom: 15px;
}

@media (max-width: 575px) {
    .abouts-us-section .abouts-us-subheading h3 {
        margin-bottom: 5px;
    }
}

.abouts-us-section p {
    font-size: 18px;
    font-family: "FuturaPTDemi";
    color: #000;
    line-height: 27px;
    margin-bottom: 10px;
}

.abouts-us-section p .about-us-red {
    color: #e10617 !important;
    text-transform: uppercase;
}

.abouts-us-section p span {
    color: #e10617 !important;
}

.abouts-us-section ul {
    padding-left: 0;
}

.abouts-us-section ul li {
    font-size: 18px;
    font-family: "FuturaPTDemi";
    color: #000;
    line-height: 27px;
    margin-bottom: 0;
    list-style: none;
    padding-left: 35px;
    position: relative;
}

.abouts-us-section ul li:before {
    content: "-";
    position: absolute;
    left: 0;
    top: 0;
    color: #000;
}

@media (max-width: 991px) {
    .abouts-us-section ul li:before {
        top: 2px;
    }
}

@media (max-width: 575px) {
    .abouts-us-section ul li:before {
        top: 0;
    }
}

.abouts-us-section ul li::marker {
    list-style: none;
}

@media (max-width: 1199px) {
    .abouts-us-section .abouts-us-img {
        margin-top: 5px;
    }
}

.abouts-us-section .abouts-us-img img {
    width: 100%;
    height: auto;
}

@media (max-width: 1199px) {
    .abouts-us-section .abouts-us-img img {
        max-width: 60%;
    }
}

@media (max-width: 767px) {
    .abouts-us-section .abouts-us-img img {
        max-width: 80%;
    }
}

@media (max-width: 575px) {
    .abouts-us-section .abouts-us-img img {
        max-width: 100%;
    }
}

.product-detail-item {
    padding-left: 60px;
    padding-right: 60px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .product-detail-item {
        padding: 0;
    }
}

.product-detail-item .product-detail-img {
    margin-bottom: 20px;
    display: flex;
    background-color: #fff;
    display: flex;
    justify-content: center;
    border: 2px solid #dedede;
}

.product-detail-item .product-detail-img img {
    width: auto;
    max-width: 100%;
    height: 350px;
    -o-object-fit: contain;
    object-fit: contain;
    padding: 30px;
}

@media (max-width: 575px) {
    .product-detail-item .product-detail-img img {
        margin-right: 0;
    }
}

.product-detail-item .product-detail-slider {
    padding: 30px 40px;
    position: relative;
}

.product-detail-item .product-detail-slider .product-detail-slider-item {
    border: 1px solid #dedede;
    margin: 1px;
}

.product-detail-item .product-detail-slider .product-detail-slider-item img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 1/1;
}

.product-detail-item .product-item-heading {
    color: #e10617;
    font-size: 25px;
    font-family: "FuturaPTDemi";
    text-transform: uppercase;
    margin-bottom: 20px;
    width: 100%;
}

@media (max-width: 1399px) {
    .product-detail-item .product-item-heading {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .product-detail-item .product-item-heading {
        font-size: 20px;
        margin-bottom: 10px;
    }
}

.product-detail-item .product-item-description-wrap {
    margin-left: 40px;
    width: 100%;
}

@media (max-width: 991px) {
    .product-detail-item .product-item-description-wrap {
        margin-left: 20px;
    }
}

@media (max-width: 767px) {
    .product-detail-item .product-item-description-wrap {
        margin-bottom: 30px;
        margin-left: 0;
    }
}

.product-detail-item .product-item-description-wrap .newHeight {
    max-height: 100%;
}

.product-detail-item .product-item-description-wrap .btn-desc {
    margin-top: 15px;
    margin-bottom: 20px;
    display: none;
    color: #e10617;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-family: "FuturaPTDemi";
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    cursor: pointer;
}

.product-detail-item .product-item-description-wrap .btn-desc .btn-text {
    margin-bottom: 0;
}

.product-detail-item .product-item-description-wrap .btn-desc .btn-arrow {
    margin-left: 10px;
    display: inline-block;
    transform: rotate(90deg);
    margin-top: -2px;
    font-size: 18px;
}

.product-detail-item .product-item-description {
    color: #000;
    font-size: 16px;
    font-family: "FuturaPTDemi";
    text-transform: uppercase;
    max-height: 375px;
    overflow: hidden;
}

@media (max-width: 575px) {
    .product-detail-item .product-item-description {
        max-height: 262px;
    }
}

.product-detail-item .product-item-description .product-item-description-row {
    display: flex;
    justify-content: left;
    align-items: end;
    line-height: 34px;
}

@media (max-width: 575px) {
    .product-detail-item .product-item-description .product-item-description-row {
        line-height: 29px;
    }
}

.product-detail-item .product-item-description .product-item-description-row p {
    width: 30%;
    margin-bottom: 0;
}

@media (max-width: 1399px) {
    .product-detail-item .product-item-description .product-item-description-row p {
        width: 50%;
    }
}

.product-detail-item .product-item-description .product-item-description-row p:first-child {
    margin-right: 10px;
}

.product-detail-item .owl-nav {
    position: absolute;
    top: calc(50% - 24px);
    margin-top: 0 !important;
    width: 100%;
}

.product-detail-item .owl-prev {
    position: absolute;
    left: -40px;
}

.product-detail-item .owl-next {
    position: absolute;
    right: 40px;
}

.product-detail-item .owl-prev:hover,
.product-detail-item .owl-next:hover {
    background-color: transparent !important;
}

.product-detail-item .owl-prev span,
.product-detail-item .owl-next span {
    font-size: 25px !important;
    color: #e10617 !important;
}

.product-nav {
    margin-top: 20px;
    margin-left: 60px;
    margin-right: 60px;
}

@media (max-width: 991px) {
    .product-nav {
        margin-left: 0;
        margin-right: 0;
    }
}

.product-nav ul li {
    margin-right: 30px;
    margin-bottom: 15px;
    line-height: 25px;
}

@media (max-width: 767px) {
    .product-nav ul li {
        margin-right: 15px;
    }
}

.product-nav ul li .active {
    background-color: #e10617;
    color: #fff !important;
}

.product-nav ul li a {
    display: block;
}

.product-nav .tab-content {
    margin-top: 30px;
}

@media (max-width: 575px) {
    .product-nav .tab-content table {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .product-nav .tab-content table tr {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 15px;
    }
}

.product-nav .tab-content p {
    color: #000;
    font-size: 18px;
    font-family: "FuturaPTDemi";
    line-height: 27px;
    text-align: unset !important;
    margin-bottom: 0;
}

.product-nav .tab-content p span {
    color: #000;
    font-size: 18px !important;
    font-family: "FuturaPTDemi" !important;
    line-height: 27px;
    text-align: unset !important;
}

.product-nav .tab-content strong {
    font-family: "FuturaPTHeavy" !important;
    font-size: 19px !important;
}

.product-nav .tab-content img {
    max-width: 100%;
    height: auto;
    margin-top: 20px;
}

.product-nav .tab-content .active {
    color: transparent !important;
}

.product-nav .tab-content a {
    color: #e10617;
    text-decoration: none;
    font-size: 18px;
    font-family: "FuturaPTDemi";
    line-height: 27px;
}

.product-nav .tab-content ul li {
    margin-bottom: 0;
}

.product-nav .tab-content ul li span {
    font-size: 18px !important;
    line-height: 27px;
}

.download-items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .download-items {
        justify-content: center;
    }
}

.download-items .download-item {
    margin-right: 30px;
    margin-bottom: 30px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
}

@media (max-width: 575px) {
    .download-items .download-item {
        margin-right: 15px;
    }
}

.download-items .download-item:hover .download-item-img img {
    filter: brightness(0) saturate(100%) invert(15%) sepia(75%) saturate(7290%) hue-rotate(348deg) brightness(84%) contrast(113%);
}

.download-items .download-item:hover .download-item-name {
    color: #e10617;
}

.download-items .download-item .download-item-img img {
    height: 70px;
    width: auto;
}

@media (max-width: 575px) {
    .download-items .download-item .download-item-img img {
        height: 50px;
    }
}

.download-items .download-item .download-item-name {
    text-align: center;
    margin-top: 5px;
    font-size: 16px;
    font-family: "FuturaPTDemi";
    color: #000;
    text-transform: uppercase;
}

form .form-group {
    margin-bottom: 20px;
}

form .form-group label {
    color: #000;
    font-family: "FuturaPTDemi" !important;
    font-size: 16px;
    text-transform: uppercase;
}

@media (max-width: 575px) {
    form .form-group label {
        margin-bottom: 5px;
    }
}

form .form-group input {
    color: #000;
}

form .form-group input:hover {
    cursor: pointer;
}

form .form-group .form-control {
    color: #000;
    background-color: transparent !important;
    font-family: "FuturaPTBook";
    letter-spacing: 0.5px;
    font-size: 16px;
    width: 100%;
    border: 1px solid #000;
    background-color: transparent;
    border-radius: 0;
    padding: 4px 10px;
}

form .form-group .form-control:focus-visible {
    border-radius: 0;
    outline: none;
}

form .form-group .form-control:focus {
    box-shadow: none;
}

form .form-group .form-control {
    caret-color: #000;
}

form .form-group .recipe {
    height: 120px;
    color: #000;
    font-family: "FuturaPTBook";
    letter-spacing: 0.5px;
    font-size: 16px;
    width: 100%;
    border: 1px solid #000;
    background-color: transparent;
    border-radius: 0;
    padding: 4px 10px;
}

form .form-group .recipe:focus-visible {
    border-radius: 0;
    outline: none;
}

form .form-group input[type=radio] {
    padding: 9px;
    outline: 1px solid #000;
    outline-offset: 4px;
    border-radius: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-right: 20px;
}

form .form-group input[type=checkbox]:checked {
    display: inline-block;
    background-color: #e10617;
}

form .form-group input[type=checkbox] {
    padding: 9px;
    outline: 1px solid #000;
    outline-offset: 4px;
    border-radius: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-right: 20px;
}

form .form-group input[type=radio]:checked {
    display: inline-block;
    background-color: #e10617;
}

form .form-group textarea {
    resize: none;
}

form .question-submit-btn input {
    color: #000;
    margin: 0;
    font-size: 16px;
    border-radius: 0;
    background-color: transparent;
    border: 1px solid #000;
    font-family: "FuturaPTDemi";
    text-decoration: none;
    width: auto;
    height: auto;
    font-size: 16px;
    padding: 5px 15px;
    text-transform: uppercase;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
}

form .question-submit-btn input:hover {
    color: #fff;
    background-color: #e10617;
    border: 1px solid #e10617;
}

form .form-group-wrap {
    display: flex;
    flex-direction: row;
    padding-left: 17px;
    margin-top: 5px;
}

@media (max-width: 575px) {
    form .form-group-wrap {
        flex-direction: column;
    }
}

form .form-group-wrap label {
    margin-right: 30px;
    margin-bottom: 0;
}

form .copy-wrap {
    padding-left: 5px;
}

form .question-text-agree {
    color: #000;
    text-transform: uppercase;
}

form .question-text-agree p {
    white-space: nowrap;
}

@media (max-width: 767px) {
    form .question-text-agree p {
        white-space: normal;
    }
}

.product-detail-slider-item {
    max-width: 140px;
    max-height: 140px;
    cursor: pointer;
}

.product-detail-slider-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border: 2px solid #dedede;
    aspect-ratio: 1/1;
}

.slick-dots {
    display: none !important;
}

.slick-prev:before {
    content: "<";
    color: #e10617;
    font-size: 30px;
    font-weight: bold;
    font-family: "FuturaPTDemi";
}

.slick-next:before {
    content: ">";
    color: #e10617;
    font-size: 30px;
    font-family: "FuturaPTDemi";
}

.slick-initialized .slick-slide {
    display: flex;
    justify-content: center;
}

.product-detail-nav {
    margin: 0 40px 30px 40px;
}

.slick-prev {
    left: -40px;
    top: calc(50% - 5px);
}

.slick-next {
    right: -40px;
    top: calc(50% - 5px);
}

.slick-slide {
    margin: 0 15px;
}

.slick-list {
    margin: 0 -15px;
}

.page__header {
    padding-top: 30px;
}

@media (max-width: 767px) {
    .page__header {
        padding-top: 20px;
    }
}

.page {
    overflow: hidden;
}

.page .news-row {
    margin: 0 -30px;
}

.page .news-row>div {
    padding: 0 30px;
}

.page .news__item {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}

.page .news__item:hover .news__item--name {
    color: #e10617;
}

.page .news__item:hover a>img {
    transform: scale(1.1);
}

.page .news__item .news__item--image {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.page .news__item .news__item--image img {
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
}

.page .news__item .news__item--name {
    display: block;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-family: "FuturaPTDemi";
    text-transform: uppercase;
    margin-bottom: 10px;
    height: 50px;
}

@media (max-width: 575px) {
    .page .news__item .news__item--name {
        height: auto;
    }
}

.page .news__item .news__item--name {
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
}

.page .news__item .news__item--date {
    color: #000;
    font-family: "FuturaPTMedium";
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 10px;
}

.page .news__item .news__item--content {
    color: #000;
    font-size: 18px;
    font-family: "FuturaPTDemi";
    margin-bottom: 20px;
    line-height: 27px;
}

.page .news__detail--image {
    width: 100%;
    height: auto;
}

.page .news__detail--content {
    color: #000;
    font-size: 18px;
    font-family: "FuturaPTDemi";
    margin-bottom: 20px;
    padding-left: 30px;
}

@media (max-width: 767px) {
    .page .news__detail--content {
        padding-left: 0;
        padding-bottom: 10px;
    }
}

.page .news__detail--content span {
    display: block;
    line-height: 27px;
}

#terms {
    padding-top: 30px;
}

@media (max-width: 767px) {
    #terms {
        padding-top: 20px;
    }
}

.catalogues-items h3 {
    color: #fff;
    font-family: "FuturaPTHeavy";
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 30px;
}

.catalogues-items p {
    font-size: 18px;
    font-family: "FuturaPTDemi";
    color: #fff;
    line-height: 27px;
    margin-bottom: 10px;
}

.catalogues-items p .about-us-red {
    color: #e10617;
    text-transform: uppercase;
}

.catalogues-items ul {
    padding-left: 0;
}

.catalogues-items ul li {
    font-size: 18px;
    font-family: "FuturaPTDemi";
    color: #fff;
    line-height: 27px;
    margin-bottom: 0;
    list-style: none;
    padding-left: 35px;
    position: relative;
}

.catalogues-items ul li:before {
    content: "-";
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
}

@media (max-width: 991px) {
    .catalogues-items ul li:before {
        top: 2px;
    }
}

@media (max-width: 575px) {
    .catalogues-items ul li:before {
        top: 0;
    }
}

.catalogues-items ul li::marker {
    list-style: none;
}

.sub-products a {
    text-decoration: none !important;
}

.sub-products strong {
    font-family: "FuturaPTHeavy" !important;
    font-size: 19px !important;
}

@media (max-width: 575px) {
    .sub-products strong {
        font-size: 18px !important;
    }
}

.sub-products strong a {
    color: #e10617 !important;
    text-decoration: none !important;
    font-family: "FuturaPTHeavy" !important;
    font-size: 19px !important;
}

@media (max-width: 575px) {
    .sub-products strong a {
        font-size: 18px !important;
    }
}

.sub-products span a {
    color: #e10617 !important;
    text-decoration: none !important;
}

.sub-products p {
    color: #000;
    font-size: 18px;
    text-align: unset !important;
}

.sub-products p a {
    color: #e10617 !important;
    text-decoration: none !important;
}

.sub-products h4 {
    text-align: unset !important;
}

.sub-products ul li {
    font-size: 18px;
}

.sub-products ul li::marker {
    color: #000;
}

.sub-products .product-slider {
    margin-top: 40px;
}

@media (max-width: 575px) {
    .sub-products .product-slider {
        margin-top: 20px;
    }
}

/*# sourceMappingURL=main.css.map */