

html,body{
    overflow-x: hidden;
}

body{
    background: none!important;
}

.sc-slideshow-plus>.col-12{
    padding: 0px;
}

body .sc-slideshow-plus-item-fullimg img{
    height: auto!important;
}

.news{
    max-width: 1480px;
}

.news-grid{
    gap:40px;
}

 
.home-section {

    padding: 0px!important;
    margin-top: 0px!important;
    width: 100%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

.home-section .container{
      background: url(/catalog/view/theme/oct_showcase/image/bg-section.jpg) no-repeat;
    background-size: cover;   
}

.home-section  .mt-xl-4{
    margin-top: 0px!important;
}

.home-section .sc-slideshow-plus{
    background: #fff;
}

.home-section .content-block{
background: none;
    border: 0px;
    box-shadow: none;
    padding: 0px;
    margin: 0px!important;
}

section{ 
    width: 100%;
    margin: 0 auto;
 }   
.about-cards{
    padding:40px 0; 

}

.cards-grid{
    text-align: center; 
    max-width: 1280px;
    margin: 50px auto 0px auto;
}

.card{
    width: 280px;
    height: 280px;
    border-radius: 16px; 
    overflow: hidden;
    display: inline-block;
    margin: 15px;
    background: none;
    box-shadow: none;
    border: 0px;
}
 

.why-us{
padding:40px 0; 
max-width: 1280px;
margin: 0 auto; 
}
 
.why-title,
.about-title{
    font-size:42px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:15px;
    text-align: center;
}

.why-title span,
.about-title span{
color:#e30713;
}

 
.red-line{
    position: relative;
    max-width: 1000px;
    width: 100%;
    height: 4px;
    margin: 15px auto 20px auto;
}

.red-line::before{
content:"";
position:absolute;
inset:0;
background:linear-gradient(90deg,rgba(255,0,0,0) 0%,rgba(255,0,0,0.9) 15%,rgba(255,0,0,1) 50%,rgba(255,0,0,0.9) 85%,rgba(255,0,0,0) 100%);
clip-path:polygon(0% 50%,12% 0%,88% 0%,100% 50%,88% 100%,12% 100%);
}

.red-line::after{
content:"";
position:absolute;
left:5%;
right:5%;
top:50%;
height:10px;
background:radial-gradient(ellipse at center,rgba(255,0,0,0.35) 0%,rgba(255,0,0,0) 70%);
transform:translateY(-50%);
filter:blur(4px);
}

.why-us  .why-subtitle{
color:#010101;
font-size:22px;
margin-bottom:30px;
text-align: center;
font-weight: 500;
}

.why-grid{
display:grid;
grid-template-columns:repeat(2,1fr);
gap:40px;
}

.why-card{
    padding: 25px 65px;
    border-radius: 18px;
    color: white;
    text-align: left;
    background: url(/catalog/view/theme/oct_showcase/image/why-card-bg.jpg) no-repeat;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
    text-align: center;
    background-size: cover;
    min-height: 310px;
}

.why-card h3{
    font-size: 32px;
    margin-bottom: 15px;
    font-weight:700;
    background: linear-gradient(450deg, #7a0000 0%, #ff0000 50%, #ff0000 100%);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
background-clip:text;
color:transparent;
}

.why-card p{
    font-size: 26px;
    line-height: 1.5;
    color: #fff;
}

html body{
    padding-bottom: 0!important;
}





.alert-block {
    position: fixed;
    right: 1.5rem;
    top: 1.5rem;
    z-index: 13000
}

@media(max-width:575.98px) {
    .alert-block {
        right: 1rem !important;
        top: 1rem !important;
        left: 1rem !important
    }
}

.sc-alert {
    background: #fff;
    -webkit-box-shadow: 0 2px 4px rgba(40, 41, 61, .04), 0 8px 16px rgba(96, 97, 112, .16);
    box-shadow: 0 2px 4px rgba(40, 41, 61, .04), 0 8px 16px rgba(96, 97, 112, .16);
    padding: 0;
    margin-bottom: 1.5rem;
    overflow: hidden
}

@media(min-width:420px) {
    .sc-alert {
        width: 370px;
        min-height: 100px
    }
    .sc-alert-content {
        min-height: 100px
    }
}

.sc-alert-success .sc-alert-icon {
    background-color: #09b83a
}

.sc-alert-danger .sc-alert-icon {
    background-color: #d73e3e
}

.sc-alert-warning .sc-alert-icon {
    background-color: #e57a00
}

.sc-alert-close {
    position: absolute;
    right: .5rem;
    top: .5rem;
    background: rgba(0, 0, 0, 0);
    padding: 0
}

.sc-alert-icon {
    max-width: 80px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px
}

.sc-alert-text {
    color: #1c1c28;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.sc-alert-text a {
    color: #0063f7;
    text-decoration: underline
}

.sc-alert-text a:hover {
    text-decoration: none
}

.alert-text-item + .alert-text-item {
    margin-top: .5rem
}

.sc-alert [data-bs-dismiss=modal] {
    display: none !important
}

.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

.modal {
    -webkit-transform: translateY(500px);
    -ms-transform: translateY(500px);
    transform: translateY(500px);
    -webkit-transition: opacity .3s, -webkit-transform .4s;
    transition: transform .4s, opacity .3s, -webkit-transform .4s;
    -o-transition: transform .4s, opacity .3s;
    opacity: 0;
    z-index: 12201
}

#cartModal {
    z-index: 12203
}

.modal-backdrop.show {
    opacity: .8
}

.modal.show {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.modal-dialog {
    max-width: 440px
}

.modal-dialog.wide {
    max-width: 1024px
}

.modal-content {
    border-radius: .75rem;
    border: 0;
    -webkit-box-shadow: 0 2px 8px rgba(40, 41, 61, .08), 0 20px 32px rgba(96, 97, 112, .24);
    box-shadow: 0 2px 8px rgba(40, 41, 61, .08), 0 20px 32px rgba(96, 97, 112, .24);
    overflow: hidden
}

.modal-content a {
    text-decoration: underline
}

.modal-content a:hover {
    text-decoration: none
}

.modal-content .sc-btn:not(.sc-btn-with-icon) {
    width: 100%
}

.modal-header {
    border-bottom: transparent;
    border-top-left-radius: .75rem;
    border-top-right-radius: .75rem
}

@media(max-width:767.98px) {
    .modal-dialog {
        margin: 0;
        padding-top: 60px;
        width: 100%;
        max-width: 100%
    }
    .modal-content {
        height: calc(100vh - 60px);
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }
    .modal-header {
        padding: 1rem !important
    }
    .modal-title {
        font-size: 1rem !important
    }
}

.modal-header .btn-close {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    opacity: .7
}

.modal-header .btn-close:hover {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.modal-header .btn-close:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.modal-title {
    line-height: 1.5rem;
    padding-right: 3.625rem
}

@media(max-width:767.98px) {
    .modal-body {
        overflow-y: auto
    }
}

@media(min-width:768px) {
    .modal-body {
        min-height: 300px
    }
}

.modal-body-text {
    line-height: 17px
}

.modal-body iframe {
    max-width: 100%
}

.modal-body-agree a {
    text-decoration: underline
}

.modal-body-agree a:hover {
    text-decoration: none
}

.modal-body-agree ol,
.modal-body-agree ul {
    padding-left: 1rem
}

.modal-body-agree ol+p,
.modal-body-agree p+ol,
.modal-body-agree p+p,
.modal-body-agree p+ul,
.modal-body-agree ul+p {
    padding-top: 1rem
}

.modal-body-cart-items {
    max-height: 320px;
    overflow-y: auto;
    border-bottom: 1px solid #f2f4f8
}

.modal-body-cart-items>* {
    margin-bottom: 1rem;
    -webkit-transition: border-color .3s ease-out;
    -o-transition: border-color .3s ease-out;
    transition: border-color .3s ease-out
}

.modal-body-cart-items>:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #eaeaea
}

.modal-body-product-img {
    border: 1px solid #f2f4f8;
    min-width: 82px
}

.modal-body-product-img img {
    height: 64px;
    object-fit: contain;
}

.modal-body-product:hover {
    -webkit-filter: none;
    filter: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

@media(max-width:370px) {
    .modal-body-product .sc-module-rating-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }
}

.modal-body-product .sc-module-rating-star {
    width: 1rem;
    height: 1rem;
    cursor: pointer
}

@media(min-width:413px) {
    .modal-body-product .sc-module-rating-star {
        width: 1.5rem;
        height: 1.5rem
    }
}

.modal-body-product .sc-module-rating-star+.sc-module-rating-star {
    margin-left: .5rem
}

@media(min-width:992px) {
    #back-top {
        right: 2.5rem;
        width: 3rem;
        height: 3rem;
        line-height: 3rem
    }
    .modal-body-quick-view-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 510px;
        flex: 0 0 510px;
        max-width: 510px
    }
}

.modal-body-quick-view-img .sc-module-stickers-left {
    gap: 0.25rem;
    flex-wrap: wrap;
}

.modal-body-quick-view .sc-product-actions {
    border: 1px solid #f2f4f8
}

.modal-body-quick-view .sc-product-content-attributes,
.modal-body-quick-view .sc-product-content-description {
    border-bottom: 0
}

.modal-body-quick-view .sc-product-content-text ol,
.modal-body-quick-view .sc-product-content-text ul {
    padding-left: 1rem
}

.modal-body-quick-view .sc-product-content-text ol+p,
.modal-body-quick-view .sc-product-content-text p+ol,
.modal-body-quick-view .sc-product-content-text p+p,
.modal-body-quick-view .sc-product-content-text p+ul,
.modal-body-quick-view .sc-product-content-text ul+p {
    margin-top: 1rem
}

@media(max-width:413px) {
    .modal-body-quick-view .sc-btn-text {
        display: none
    }
    .modal-body-quick-view .sc-product-buttons .sc-btn {
        padding: 0 !important;
        width: 40px !important;
        height: 40px
    }
}

.modal-backdrop {
    z-index: 12200;
    background-color: rgba(0, 0, 0, .4)
}

.modal-open {
    overflow: hidden
}

.modal textarea {
    height: 200px !important;
    line-height: 1 !important
}

#cartModal .sc-buy-one-click {
    padding: 0 !important
}

#cartModal .sc-buy-one-click-title {
    font-size: 12px !important;
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

#cartModal .sc-buy-one-click-title+form {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

#modalCartBody p+p,
.sc-popup-success p+p {
    margin-top: 1rem
}

#blogCommentModal .form-control {
    max-width: 100%
}

.sc-location {
    -webkit-box-shadow: 0 0 2px rgba(40, 41, 61, .04), 0 4px 8px rgba(96, 97, 112, .16);
    box-shadow: 0 0 2px rgba(40, 41, 61, .04), 0 4px 8px rgba(96, 97, 112, .16)
}

.sc-location+.sc-location {
    margin-top: 1rem
}

.sc-location .sc-btn-secondary {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20px;
    height: 20px
}

.sc-location .sc-btn-secondary .sc-btn-icon-chevron {
    -webkit-mask-image: url(../img/sprite.svg#include--location-chevron);
    mask-image: url(../img/sprite.svg#include--location-chevron);
    width: 10px;
    height: 10px
}

.sc-location-collapsed {
    max-height: 0;
    opacity: 0;
    -webkit-transition: max-height .3s ease-out, padding-top .3s ease-out, opacity .3s ease-out .15s;
    -o-transition: max-height .3s ease-out, padding-top .3s ease-out, opacity .3s ease-out .15s;
    transition: max-height .3s ease-out, padding-top .3s ease-out, opacity .3s ease-out .15s;
    overflow: hidden
}

.sc-location iframe {
    max-width: 100%;
    border-radius: .25rem !important;
    max-height: 320px !important
}

.sc-location.active .sc-btn-secondary .sc-btn-icon {
    background: #fff;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.sc-location.active .sc-location-collapsed {
    max-height: 800px;
    padding-top: 1rem;
    opacity: 1
}

@-webkit-keyframes pulsation {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    50% {
        opacity: .5
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes pulsation {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    50% {
        opacity: .5
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-webkit-keyframes iconOpacity {
    0%,
    100% {
        opacity: 0
    }
    40%,
    80% {
        opacity: .96
    }
    60% {
        opacity: 1
    }
}

@keyframes iconOpacity {
    0%,
    100% {
        opacity: 0
    }
    40%,
    80% {
        opacity: .96
    }
    60% {
        opacity: 1
    }
}

#sc_fixed_contact_button {
    position: fixed;
    right: 15px;
    bottom: 72px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    cursor: pointer;
    z-index: 1020
}

#sc_fixed_contact_button.clicked {
    z-index: 1041
}

#sc_fixed_contact_substrate {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 0;
    display: none
}

#sc_fixed_contact_substrate.active {
    z-index: 1020;
    display: block
}

.sc-fixed-contact-pulsation {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    position: absolute;
    left: -15px;
    top: -15px;
    z-index: -1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-animation: 2s infinite pulsation;
    animation: 2s infinite pulsation
}

@media(min-width:420px) {
    #sc_fixed_contact_button {
        right: 30px;
        width: 70px;
        height: 70px
    }
    .sc-fixed-contact-pulsation {
        width: 100px;
        height: 100px
    }
}

.sc-fixed-contact-icon {
    color: #fff;
    width: 100%;
    font-size: 20px;
    overflow: hidden
}

.sc-fixed-contact-icon .fa-envelope {
    -webkit-animation: 3s infinite iconOpacity;
    animation: 3s infinite iconOpacity;
    width: 20px;
    height: 20px
}

@media(min-width:420px) {
    .sc-fixed-contact-icon {
        font-size: 28px
    }
    .sc-fixed-contact-icon .fa-envelope {
        width: 28px;
        height: 28px
    }
}

.sc-fixed-contact-text {
    font-size: 7px;
    text-transform: uppercase;
    line-height: 9px;
    color: #fff
}

.sc-fixed-contact-dropdown {
    position: absolute;
    bottom: 60px;
    right: 36px;
    padding: 20px;
    border-radius: 6px;
    background: #fff;
    display: block;
    opacity: 0;
    z-index: -1;
    margin-bottom: 20px;
    -webkit-transition: margin-bottom .3s, opacity .3s;
    -o-transition: margin-bottom .3s, opacity .3s;
    transition: margin-bottom .3s, opacity .3s;
    -webkit-box-shadow: 5px 12px 30px rgba(0, 0, 0, .35);
    box-shadow: 5px 12px 30px rgba(0, 0, 0, .35);
    visibility: hidden;
    min-width: 250px
}

@media(min-width:420px) {
    .sc-fixed-contact-text {
        font-size: 8px;
        line-height: 10px
    }
    .sc-fixed-contact-dropdown {
        right: 60px
    }
}

.sc-fixed-contact-dropdown.expanded {
    margin-bottom: 0;
    opacity: .98;
    z-index: 1;
    visibility: visible
}

.sc-fixed-contact-item {
    color: #333;
    font-size: 14px
}

.sc-fixed-contact-item > * {
    pointer-events:none
}

.sc-fixed-contact-item:not(:last-child) {
    margin-bottom: 18px
}

.sc-fixed-contact-item-icon {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 36px;
    flex: 0 0 36px;
    max-width: 36px;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    margin-right: 10px;
    color: #fff
}

.sc-fixed-contact-item-icon svg {
    width: 20px !important;
    height: 20px
}

.sc-fixed-contact-messenger {
    background: #0084ff
}

.sc-fixed-contact-viber {
    background: #7c529d
}

.sc-fixed-contact-telegram {
    background: #2ca5e0
}

.sc-fixed-contact-skype {
    background: #31c4ed
}

.sc-fixed-contact-whatsapp {
    background: #25d366
}

.sc-fixed-contact-email {
    background: #50a8ff
}

.sc-fixed-contact-call {
    background: #3cba8b
}

.sc-fixed-contact-contacts {
    background: #141e1a
}

@media(max-width:991px) {
    .sc-fixed-contact-viber-desktop {
        display: none !important
    }
}

@media(min-width:768px) {
    #sc_fixed_contact_button {
        bottom: 30px
    }
}

.popover {
    font-family: Montserrat, sans-serif;
    border-color: transparent;
    border-radius: .5rem;
    -webkit-box-shadow: 0 2px 8px rgba(40, 41, 61, .04), 0 16px 24px rgba(96, 97, 112, .16);
    box-shadow: 0 2px 8px rgba(40, 41, 61, .04), 0 16px 24px rgba(96, 97, 112, .16);
    z-index: 1019
}

@media(min-width:360px) {
    .popover {
        min-width: 260px
    }
}

@media(min-width:992px) {
    .popover {
        z-index: 19999
    }
}

.popover-arrow:before {
    border-color: transparent !important
}

.popover-header {
    border-bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    font-weight: 600;
    font-size: 1.075rem;
    padding: 1rem 1rem .5rem
}

.popover-header:before {
    border-color: transparent !important
}

.popover-body {
    padding: 0 1rem 1rem;
    font-size: .75rem;
    color: #555770
}

.popover-body p+p {
    margin-top: 1rem
}

.popover-body ul {
    padding: 1rem 0 1rem .75rem
}



 .news {
  padding: 40px 0; 
  position: relative;
}

 

/* header */

.news-header {   
    max-width: 700px;
    text-align: center;
    margin: 0 auto;
}

.news-title-wrap {
  text-align: center;
  width: 100%;
}

 

.btn-view-all{
display: inline-flex;
    align-items: center;
    gap: 18px;
    padding: 5px 30px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    border-radius: 12px;
    background: linear-gradient(90deg, #ff0000 0%, #b31200 100%);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.25);
    transition: all .25s ease;
    position: absolute;
    right: 10px;
    margin-top: 55px;
}

/* стрелка */

.btn-view-all .arrow{
    font-size:34px;
    transition: transform .25s;
}

/* hover */

.btn-view-all:hover{
    transform: translateY(-2px);

    box-shadow:
        0 18px 35px rgba(0,0,0,0.35),
        inset 0 1px 0 rgba(255,255,255,0.35);
}

.btn-view-all:hover .arrow{
    transform: translateX(6px);
}

.news-btn:hover {
  background: #c40000;
}

/* subtitle */

.news-subtitle {
  margin-top: 60px;
}

.news-subtitle h3 {
  font-size: 28px;
  font-weight: 600;
  color: #000;
}

.news-subtitle p {
  font-size: 28px;
  color: #000;
  font-weight:400;
}

/* grid */

.news-grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 30px;
}

/* card */

.news-card img {
  width: 100%;
  border-radius: 4px;
}

.news-date {
  margin-top: 15px;
  color: #e10600;
  font-weight: 600;
}

.news-card h4 {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.news-card p {
  margin-top: 10px;
  color: #555;
  line-height: 1.5;
}

.news-more {
  margin-top: 15px;
  display: inline-block;
  color: #e10600;
  font-weight: 600;
  text-decoration: none;
}

/* hover */

.news-card:hover img {
  transform: scale(1.05);
  transition: 0.3s;
}

 




.site-footer{   
    color:#000; 
}

.site-footer .container{
    background: url(/catalog/view/theme/oct_showcase/image/footer.jpg ) no-repeat;
    background-size: cover; 
}

.footer-container{
    padding:70px 50px;
    max-width:1600px;
    width: 100%;
    margin:auto;
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:80px;

}

.site-footer .icon img{
    width: 32px;
}

/* меню */

.footer-menu ul{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-menu li{
    margin-bottom:18px;
}

.footer-menu a{
    text-decoration:none;
    color:#000;
    font-size:22px;
    font-weight:600;
    letter-spacing:1px;
}

.footer-menu a:hover{
    color: #fff;
}

.footer-socials{
    display:flex;
    gap:20px;
}

.footer-socials img{
    width:34px;
    height:34px; 
}


.footer-socials img:hover{ 
    filter:brightness(0) invert(1);
}
 

.footer-contacts h3{
    margin-bottom:25px;
    font-size:28px;
    letter-spacing:1px;
}

.contact-item{
    display:flex;
    align-items:center;
    margin-bottom:18px;
    font-size: 20px;
    font-weight: 500;
}

.contact-item .icon{
    margin-right:12px;
    font-size:20px;
    color:#ff0000;
}
 

.footer-map img{
    max-width:420px;
    height:auto;
}




.banner-info{
    position: relative;
    width:100%;
    height:571px;
    background:url("/catalog/view/theme/oct_showcase/image/banner1578.jpg") center/cover no-repeat;
    display:flex;
    align-items:flex-start;
    margin-bottom: 50px;
    padding: 0px;
}
.business-title{
    margin-top:200px;
    padding:20px 110px 20px 40px;
    background:linear-gradient(
        90deg,
        rgba(255,255,255,0.92) 0%,
        rgba(255,255,255,0.90) 25%,
        rgba(255,255,255,0.75) 45%,
        rgba(255,255,255,0.45) 65%,
        rgba(255,255,255,0.18) 80%,
        rgba(255,255,255,0) 100%);
    backdrop-filter: blur(6px);
}
.business-title h1{
    font-size:36px;
    font-weight:800;
    margin:0;
   background:linear-gradient( 90deg, #7a0000, #ff0000);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    letter-spacing:1px;
    text-transform: uppercase;
}


.banner-info.products-page{
    background:url("/catalog/view/theme/oct_showcase/image/banner1579.jpg") center/cover no-repeat;

}

.banner-info.about-page{
    background:url("/catalog/view/theme/oct_showcase/image/ab-bg.jpg") center/cover no-repeat;
    height:571px;
}

.banner-info.brand-page{
    background:url("/catalog/view/theme/oct_showcase/image/brand-bg-top.jpg") center/cover no-repeat;
    height:571px;
    margin-bottom:0px;
}

@media(max-width:1600px) {
.news{
    padding-left: 20px;
    padding-right: 20px;
}
}

@media(max-width:1480px) {
    .cards-grid,
    .why-grid{
        display: block;
        text-align: center;
    }
    .cards-grid .card,
    .why-grid .why-card{
        display: inline-block;
        margin: 15px;
    }
    .why-grid .why-card {
        max-width: 500px;
        vertical-align: top;
        padding: 20px;
        min-height: 260px;
    }
    .cards-grid .card{
        width: 260px;
        height: 260px;

    }
    .why-card h3{
        font-size: 28px;
    }
    .why-card p{
        font-size: 26px;
    }
    .why-title,
    .about-title{
        font-size: 40px;
    }
    .why-us .why-subtitle{
        font-size: 20px;
    }
    .news-subtitle {
        margin-top: 25px;
    }
    .news-subtitle h3{
        font-size: 26px;
    }
    .news-subtitle p{
        font-size: 20px;
    }
    .btn-view-all{
     margin-top: 10px;
    }
    .footer-menu a{
        font-size: 18px;
    }
    .contact-item{
        font-size: 18px;
    }
    .news-card h4{
        font-size: 16px;
    }
    .footer-contacts h3 { 
        font-size: 22px; 
    }
}

@media(max-width:1400px) {

}



@media (max-width: 1199px) { 

.banner-info{      
   height: 504px;
}
.business-title{
    margin-top: 200px; 
}

.business-title h1{
    font-size: 32px;
}
}
@media (max-width: 1100px) { 
    .site-footer {
        background: url(/catalog/view/theme/oct_showcase/image/footer.jpg) no-repeat;
        background-size: cover;
    }
    .site-footer .container {
        background: none;
        background-size: cover;
    }
      .news-grid {
    grid-template-columns: repeat(2,1fr);
  }
}
 

@media (max-width:1024px){

.cards-grid{
grid-template-columns:repeat(2,1fr);
}

}




@media (max-width: 800px) { 
    .site-footer {
        background: url(/catalog/view/theme/oct_showcase/image/footer.jpg) no-repeat;
        background-size: cover;
    }
    .site-footer .container {
        background: none;
        background-size: cover;
    }
    .footer-container{
        display: block;
        padding: 40px 20px 20px 20px;
    }
    .footer-contacts .contact-item{
        font-size: 14px;
    }
    .footer-socials{
            align-items: center;
    justify-content: center;
    }
    .footer-contacts{
        padding-top: 25px;
    }
}


@media (max-width:700px) {

  .news-grid {
    grid-template-columns: 1fr;
  }

  .news-header {
    flex-direction: column;
    gap: 20px;
  }

}

@media (max-width: 680px) { 
    .cards-grid .card {
        width: 160px;
        height: 160px;
        margin: 10px;
    }
    .why-title, .about-title { 
        font-size: 32px;
        line-height: 1.2;
    }
 
}

@media (max-width:640px){

.cards-grid{
grid-template-columns:1fr;
}

.banner-info{      
   height: 304px;
}
.business-title{
    margin-top: 100px; 
}

.business-title h1{
    font-size: 24px;
}

}

@media (max-width: 480px) { 
    .cards-grid .card {
        width: 140px;
        height: 140px;
        margin: 10px;
    }

.banner-info{      
   height: 250px;
}
.business-title{
    margin-top: 80px;
   padding: 10px 30px 10px 10px; 
}

.business-title h1{
    font-size: 22px;
} 
 
}



