:root {
    /** UNIVERSAL **/
    --space-60: 60px;
    --space-50: 50px;
    --space-40: 40px;
    --space-25: 25px;

    --font-48: 48px;
    --font-40: 40px;
    --font-36: 36px;
    --font-30: 30px;
    --font-24: 24px;

    --container-padding: 40px;

    --row-gap: 15px;

    /*!** SPECIFIC **!*/
    /*--color-primary: #195E9E;*/
    /*--color-secondary: #E2E5EA;*/
    /*--color-default: #333;*/
    /*--color-border-deafult: #ccc;*/
}

.offers-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 50px 0;
    gap: 20px;
}

.offers-grid .offer-item .name .caption {
    font-size: 16px;
    color: #fff;
    max-width: 135px;
    text-align: right;
    text-transform: none;
    font-weight: 400;
    margin-bottom: 10px;
}

.offers-grid .offer-item .name {
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    font-weight: 700;
    font-size: 30px;
    color: #fff;
    text-align: right;
    position: relative;
    z-index: 1;
}

.offers-grid .offer-item .image-wrapper img {
    display: block;
    max-width: 100%;
}

.offers-grid .offer-item .image-wrapper {
    position: absolute;
    left: 0px;
    bottom: 25px;
    top: 25px;
    right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.offers-grid .offer-item .icon {
    position: absolute;
    bottom: 25px;
    right: 25px;
}

.offers-grid .offer-item:hover:before {
    opacity: 1;
}

.offers-grid .offer-item:before {
    content: '';
    clip-path: polygon(0 0, 16% 0, 74% 100%, 33% 100%, 0 42%);
    background-color: #9c1734;
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: all 0.4s;
    pointer-events: none;
}

.offers-grid .offer-item {
    padding: 25px;
    background-color: rgba(1, 18, 36, 0.8);
    color: #fff;
    aspect-ratio: 440/276;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    cursor: pointer;
}

.offer-item.item-top img {
    display: block;
    max-width: 100%;
}

.offer-item.item-top {
    width: 100%;
    background-color: #011224;
    padding: 50px;
    margin-top: 50px;
    display: flex;
    align-items: center;
}
.offer-box-container-sub .offer-item.item-top .image-wrapper + .name{
    margin: 0 auto;
}
.offer-box-container-sub .offer-item.item-top .image-wrapper {
    width: 35.333%;
    min-width: 250px;
}

.col-form:before {
    content: '';
    display: block;
    inset: 0;
    background-color: #011224;
    position: absolute;
    opacity: 0.7;
    z-index: 1 !important;
}

.col-form .text {
    font-size: 18px;
    text-align: center;
    line-height: 26px;
}

.col-form .btn:hover {
    background-color: #fff !important;
    color: #E3001B !important;
}

.col-form .btn {
    border-color: #E3001B !important;
    font-size: 14px;
}

.col-form > * {
    position: relative;
    z-index: 2;
}

.col-form .icon {
    position: relative;
    bottom: 0;
    z-index: 2;
    margin-top: auto;
    margin-bottom: -5px;
}

.col-form a {
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
    display: inline-block;
}

.col-form {
    position: relative;
    aspect-ratio: 370/250;
    padding: var(--space-25) var(--space-25) 0 var(--space-25);
    display: flex;
    flex-direction: column;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.offer-item.item-top .name .btn-see-products:hover {
    color: #E3001B;
    background-color: #fff;
}

.btn-back-wrapper .cat-item-link:hover {
    color: #E3001B;
    background-color: #fff;
}

.btn-back-wrapper .cat-item-link {
    padding: 0 16px;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    font-size: 16px !important;
    border: 1px solid #fff;
    background-color: transparent;
    color: #fff;
    margin-top: 30px;
    text-align: center;
    justify-content: center;
}

.btn-back-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.offer-item.item-top .name .btn-see-products {
    padding: 0 16px;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    font-size: 16px !important;
    border: 1px solid #E3001B;
    background-color: #E3001B;
    color: #fff;
    margin-top: 30px;
    text-align: center;
    justify-content: center;
}

.offer-item.item-top .name {
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    font-weight: 700;
    font-size: 80px;
    color: #fff;
    text-align: left;
    position: relative;
    z-index: 1;
}

.offer-item.item-top .name .caption {
    font-size: 16px !important;
    color: #fff;
    text-transform: none;
    font-weight: 400;
    margin-bottom: 10px;
}

.categories-wrapper {
    margin-top: var(--space-50);
}

.categories-wrapper .section-title {
    text-transform: uppercase;
    color: #fff;
    font-size: var(--font-24);
    font-weight: 700;
}

.categories-wrapper .cat-list .cat-item .cat-item-link:hover {
    background-color: rgba(227, 0, 27, 0.8);
}

.categories-wrapper .cat-list .cat-item .cat-item-link {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px;
    min-height: 105px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.categories-wrapper .cat-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    margin-top: var(--space-40);
    margin-bottom: var(--space-60);
}

.offer-box-container-sub.product-view .product-box .cols-wrapper .col + .col {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.offer-box-container-sub.product-view .product-box .cols-wrapper .col.col2 > *:nth-child(even) {
    min-height: 50px;
    padding: 12px 18px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.offer-box-container-sub.product-view .product-box .cols-wrapper .col.col2 > *:nth-child(odd) {
    background-color: rgba(243, 243, 243, 0.2);
    min-height: 50px;
    padding: 12px 18px;

    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.offer-box-container-sub.product-view .product-box .cols-wrapper .col img {
    display: block;
    max-width: 100%;
}

.offer-box-container-sub.product-view .product-box .cols-wrapper .col {
    width: 33.33%;
    padding: 10px calc(var(--space-25) + 10px);
}

.offer-box-container-sub.product-view .product-box .btn:hover {
    background-color: #E3001B;
    border-color: #E3001B;
}

.offer-box-container-sub.product-view .product-box .btn {
    min-height: 42px;
    padding: 0 16px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
}

.offer-box-container-sub.product-view .product-box .btn-wrapper {
    display: flex;
    justify-content: center;
}

.offer-box-container-sub.product-view .product-box .cols-wrapper {
    display: flex;
    margin-bottom: var(--space-50);
    margin-left: calc(-1 * (var(--space-25) + 10px));
    margin-right: calc(-1 * (var(--space-25) + 10px));
}

.offer-box-container-sub.product-view .product-box {
    background-color: #011224;
    padding: var(--space-50) var(--space-40);
    color: #fff;
}

.offer-box-container-sub.product-view .product-title {
    font-size: var(--font-48);
    color: #fff;
    text-align: left;
    margin-bottom: var(--space-40);
}

.offer-box-container-sub {
    min-height: 100vh;
}

.fancybox-slide .contact-wrapper .contact-form {
    max-width: 1080px;
    margin: 0 auto;
}

.fancybox-slide .contact-wrapper .contact-form-title {
    text-align: center;
    text-transform: uppercase;
    font-size: var(--font-30);
    font-weight: 700;
    margin-bottom: var(--space-40);
}

.fancybox-slide .contact-wrapper:before {
    content: '';
    position: absolute;
    inset: 100px 0 0 0;
    background: url("../images/arrow_4.png");
    mix-blend-mode: luminosity;
}

.fancybox-slide .contact-wrapper {
    max-width: 1364px;
    width: 100%;
    position: relative;
    padding: var(--space-50);
}

@media screen and (max-width: 1139px) {
    .offers-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .categories-wrapper .cat-list {
        grid-template-columns: repeat(4, 1fr);
    }

    .offer-box-container-sub.product-view .product-box .cols-wrapper .col.col2 {
        width: 100%;
        order: 2;
        border-left: 0;
    }

    .offer-box-container-sub.product-view .product-box .cols-wrapper {
        flex-wrap: wrap;
    }

    .offer-box-container-sub.product-view .product-box .cols-wrapper .col {
        width: 50%;
        order: 1;
    }
}

@media screen and (max-width: 800px) {
    .categories-wrapper .cat-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 767px) {
    .offer-item.item-top {
        flex-direction: column;
    }

    .offers-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 639px) {
    .fancybox-slide .contact-wrapper {
        padding: 10px;
    }

    .offer-box-container-sub.product-view .product-box .cols-wrapper .col {
        width: 100%;
    }

    .categories-wrapper .cat-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

.form-control-feedback {
    display: none !important;
}

.modal-content  .btn.btn-success{
    border-radius: 0;
    text-transform: uppercase;
    border-color: #E3001B;
    background-color: #E3001B;

}
.modal-header .modal-title{
    font-weight: 700;
    text-align: center;
    
}
.modal-header{
    border-bottom: none;
}
.modal-footer{
    border-top: none!important;
}
.modal-content {
    border-radius: 0;

}