

/* Start:/local/templates/general/components/bitrix/news.list/boxes/style.css?176069697015191*/
@font-face {
    font-family: 'Corinthia-Regular';
    src: url('/local/assets/css/../fonts/Corinthia-Regular.woff2') format('woff2'),
    url('/local/assets/css/../fonts/Corinthia-Regular.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Corinthia-Bold';
    src: url('/local/assets/css/../fonts/Corinthia-Bold.woff2') format('woff2'),
    url('/local/assets/css/../fonts/Corinthia-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
h1 span {font-family: Corinthia-Bold;
    color: #e30613;
    position: absolute;
    top: -30px;}
header {
    background-image: none!important;
    background-color: black!important;
    padding: 10px 0!important;
}
header .top-menu {
/*    width: 100%!important;*/
}
header:after {
    background: none!important;
}
header .top-menu .nav {
    margin-bottom: 0!important;
}
header .top-menu .tel {
    margin: 0 10px 0 auto!important;
}
header .top-menu .soc {
    margin-bottom: 0!important;
}
#head.fixed .top-menu {
    background: rgb(162 162 162 / 0%);
}

#header-boxes{
    position: relative;
}
#header-boxes .banner{
    position: relative;
}

#header-boxes .banner .img{
    width: 100%;
    height: 100%;
}
#header-boxes .banner .img img{
    width: 100%;
    display: block;
    object-fit: cover;
    height: 900px;
}

#header-boxes .banner .container {
    bottom: 94px;
    max-width: 1607px;
    left: 0;
    right: 0;
    padding: 0 30px;
    position: absolute;
    z-index: 1;
    display: flex;
    flex-direction: column;
}
#header-boxes .banner .sub-title{
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 9.5px;
    margin-bottom: 2px;
}
#header-boxes .banner .title{
    color: #000;
    font-size: 120px;
    text-transform: uppercase;
    margin-bottom: 22px;
    letter-spacing: 0.2px;
}
#header-boxes .banner .text{
    color: #000;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 4.3px;
}

#header-boxes h1 {
        color: #000;
    font-size: 70px;
    text-transform: uppercase;
    margin-bottom: 22px;
    letter-spacing: 2px;
    text-align: left;
}
.h-black h2{
    font-size: 70px;
    line-height: normal;
    color: #222222;
    text-transform: uppercase;
    margin-bottom: 50px;
    margin-top: 0;
    font-family: 'Arsenica Trial', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 500;
}
ul {
    margin-left: 20px;
}
.back {
    display: block;
    color: #222222;
    border: 1px solid #222222;
    text-decoration: none;
    width: 273px;
    text-transform: uppercase;
    padding: 21px 0 18px 109px;
    letter-spacing: 1px;
    border-radius: 50px;
    position: relative;
    transition: all 0.5s;
    background: transparent;
    cursor: pointer;
}
.back:before {
    content: '';
    background: #8a1e25;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    position: absolute;
    left: 11px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.back:after {
    content: '';
    background: #222222;
    width: 56px;
    height: 1px;
    position: absolute;
    left: 34px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.checkbox-group {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin: 30px 0;
    font-size: 14px;
    line-height: 1.4;
    flex-direction: column;
}

.checkbox-group input[type="checkbox"] {
    margin-top: 3px;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin-right: 20px;
}

.checkbox-group a {
  color: #007bff;
  text-decoration: underline;
}

.checkbox-group a:hover {
  text-decoration: none;
}
.form-group.checkbox-group label {
    display: flex;
    flex-direction: row;
}



@media (max-width: 768px){
.h-black h2 {
    font-size: 30px;
}
}





        .benefits {
            display: flex;
            gap: 30px;
            padding: 40px;
/*            max-width: 1200px;*/
            margin: 0 auto;
        }

        .benefit-card {
            background: white;
            padding: 30px;
            border-radius: 12px;
/*            box-shadow: 0 5px 15px rgba(0,0,0,0.1);*/
box-shadow: 10px 15px 15px 4px rgb(0 0 0 / 10%);
            flex: 1;
            transition: all 0.3s ease;
            cursor: pointer;
        }

        .benefit-card:hover {
            transform: scale(1.05);
            box-shadow: 10px 15px 30px 4px rgba(0,0,0,0.15);
        }

        .benefit-title {
    font-size: 34px;
    margin-bottom: 20px;
    color: #8A1E25;
    text-transform: uppercase;
        }

        .benefit-list {            
            padding: 0;
        }

        .benefit-list li {
            padding: 4px 0;
            color: #000;
        }

        .benefit-list li:last-child {
            border-bottom: none;
        }


        .image-block {
    position: relative;
    width: 100%;
/*    max-width: 1200px;*/
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgb(0 0 0 / 20%);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        
        .image-block:hover {
            transform: scale(1.02);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
        }
        
        .image-block img {
            width: 100%;
            height: 500px;
            object-fit: cover;
            display: block;
            border-radius: 20px;
        }
        
        .image-block .text-overlay {
    position: absolute;
    bottom: 30px;
    right: 30px;
    padding: 20px 25px;
    display: flex;
    flex-direction: column;
        }
        .image-block .title {
    font-size: 62px;
    font-weight: 500;
    color: #222;
    line-height: 1.3;
    margin-bottom: 5px;
/*    display: flex;
    justify-content: flex-end;*/
    width: 100%;
        }        
        .image-block .subtitle {
            font-size: 32px;
            font-weight: 400;
            color: #8A1E25;
            margin-bottom: 8px;
            letter-spacing: 1px;
            display: flex;
            justify-content: flex-end;
        }
        
.titleboxlist {    font-size: 42px;
    font-weight: 500;
    color: #222;
    line-height: 1.3;
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    width: 100%;
text-align: center;
font-family: 'Arsenica Trial', sans-serif;
    text-transform: uppercase;
margin-top: 60px;}












.text-overlay h2.title span, h2.popup-title{font-family: 'Montserrat', sans-serif;}
#boxes-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
/*    max-width: 1200px;*/
    margin: 0 auto;
    padding: 40px 20px;
}

.boxlist-card {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
/*    aspect-ratio: 1/1;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    min-height: 500px;
    padding: 20px;
    box-shadow: 10px 15px 15px 4px rgb(0 0 0 / 20%);
    cursor: pointer;
}

.boxlist-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

.boxlist-image-container {
    position: relative;
    width: 320px;
    height: 320px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
    border-radius: 50%;
}

.boxlist-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(2.2);
}

.boxlist-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.8) 100%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 30px;
    border-radius: 15px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.boxlist-card:hover .boxlist-overlay {
    opacity: 1;
}

.boxlist-content {
    text-align: center;
    color: #222222;
    width: 100%;
    position: relative;
}

.boxlist-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

.boxlist-order-btn {
    background: #ffffff;
    color: black;
    border: 1px solid #000;
    padding: 12px 30px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.boxlist-order-btn:hover {
    background: #000;
    transform: scale(1.05);
    color: white;
}

/* Стили для модального окна */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    overflow-x: auto;
}

.modal-content {
    background-color: white;
    margin: 5% auto;
    padding: 30px;
    border-radius: 15px;
    width: 90%;
    max-width: 500px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.modal-close {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    color: #666;
    z-index: 100;
}

.modal-close:hover {
    color: #000;
}

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

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    color: #333;
}

.form-group input,
.form-group textarea {
    width: 95%;
    padding: 12px;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #ff6b35;
}

.submit-btn {
    background: #e30613;
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    transition: background 0.3s ease;
}

.submit-btn:hover {
    background: #e32b35;
}

#orderModal .h2 {font-size: 32px;
    font-weight: 500;
    color: #222;
    line-height: 1.3;
    margin-bottom: 5px;
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
    font-family: 'Arsenica Trial', sans-serif;
    text-transform: uppercase;
    margin-top: 40px;}




/* Адаптивность */
@media (max-width: 1024px) {
    #boxes-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    #boxes-list {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .boxlist-title {
        font-size: 18px;
    }
    header {
    height: 10vh!important;
    }
#header-boxes .banner .img img {
    height: 500px;
}    
#header-boxes .banner .container {
    bottom: 54px;
}
#header-boxes h1 {
    color: #000;
    font-size: 48px;
    text-transform: uppercase;
    margin-bottom: 22px;
    letter-spacing: 2px;
    text-align: left;
}
.benefits {
    padding: 20px;
    flex-direction: column;
}
.image-block .text-overlay {
    position: relative;
    bottom: 0;
    right: 0;
    padding: 20px 25px;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.image-block img {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.image-block .title {
    font-size: 42px;
}
.boxlist-card {min-height: 400px;}
.boxlist-image-container {
    position: relative;
    width: 280px;
    height: 280px;
}
}

@media (max-width: 575px){
header {
    height: 10vhheight: 10vh!important;;
}
#head.fixed .burger {top: 18px!important;}
}


/* Попап товара */
.product-popup-content {
    background:#fff;
    border-radius:20px;
    padding:40px;
    max-width:1000px;
    width:90%;
    margin:4% auto;
    box-shadow:0 0 40px rgba(0,0,0,0.3);
}

.popup-inner {
    display:flex;
    flex-wrap:wrap;
    gap:30px;
    align-items:flex-start;
}

.popup-slider {
    flex:1;
    min-width:400px;
    max-width:500px;
}
.popup-slider img {
    width:100%;
    height:100%;
    max-height:450px;
    border-radius:20px;
    object-fit:cover;
    box-shadow:0 10px 30px rgba(0,0,0,0.1);
}

.popup-text {
    flex:1;
    min-width:280px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
}

.popup-title {
    font-size:28px;
    margin-bottom:15px;
    font-weight:600;
}
.popup-preview {
    font-weight:500;
    margin-bottom:10px;
}
.popup-desc {
    margin-bottom:20px;
    line-height:1.5;
}
.popup-buttons {
    display:flex;
    align-items:center;
    gap:15px;
    position:relative;
}

.share-btn {
    border:1px solid #000;
    padding:12px 30px;
    border-radius:25px;
    background:#fff;
    cursor:pointer;
    transition:.3s;
    position:relative;
}
.share-btn:hover {
    background:#000;
    color:#fff;
}

/* тултип соцсетей */
.share-tooltip {
    position:absolute;
    top:110%;
    left:0;
    display:flex;
    gap:12px;
    background:#fff;
    border:1px solid #ccc;
    padding:10px 15px;
    border-radius:12px;
    box-shadow:0 4px 15px rgba(0,0,0,0.15);
    opacity:0;
    pointer-events:none;
    transform:translateY(-10px);
    transition:all .2s ease;
    z-index:10;
}
.share-tooltip.show {
    opacity:1;
    pointer-events:auto;
    transform:translateY(0);
}
.share-tooltip a {
    width:32px;
    height:32px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    color:#fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
}
.share-tooltip a.tg { background:#2AABEE; }
.share-tooltip a.wa { background:#25D366; }
.share-tooltip a.vk { background:#4C75A3; }
.share-tooltip a:hover { opacity:.85; }

/* Кнопки slick */
.slick-prev, .slick-next {
    background:rgba(0,0,0,0.5);
    border:none;
    border-radius:50%;
    color:#fff;
    width:40px;
    height:40px;
    font-size:24px;
    line-height:1;
    cursor:pointer;
    transition:background .3s;
}
.slick-prev:hover, .slick-next:hover {
    background:rgba(0,0,0,0.8);
}

/* адаптив */
@media (max-width:768px) {

h1 span {
    top: -20px;
}    

    .popup-slider, .popup-text {
        max-width:100%;
    }


.modal {
    overflow-x: auto;
}
.modal-content {
    width: auto;
}
    .product-popup-content {
        width: 90%;
        padding: 20px;
        margin: 10% auto;
    }

    .popup-inner {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .popup-slider {
        width: 100%;
        max-width: 100%;
        min-width: auto;
    }

    .popup-slider img {
        max-height: 280px;
        border-radius: 12px;
        object-fit: cover;
    }

    .popup-text {
        width: 100%;
        min-width: auto;
    }

    .popup-title {
        font-size: 22px;
        text-align: center;
    }

    .popup-preview {
        font-size: 15px;
        text-align: center;
    }

    .popup-buttons {
        flex-direction: column;
        gap: 10px;
        align-items: stretch;
    }

    .boxlist-order-btn,
    .share-btn {
        width: 100%;
        font-size: 14px;
        padding: 12px;
    }

    .share-tooltip {
        left: 50%;
        transform: translateX(-50%);
    }
.form-group input,
.form-group textarea {
    width: 90%;
}
}



/* End */
/* /local/templates/general/components/bitrix/news.list/boxes/style.css?176069697015191 */
