@charset "utf-8";
html {scroll-behavior: smooth;}

.preloader {position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 100; display: flex; flex-direction: column; justify-content: center; align-items: center; visibility: visible; opacity: 1; color: var(--primary); /*transition: opacity linear 0.3s;*/}
/*.preloader.loading {visibility: visible; opacity: 1;}*/
.preloader.preloaded {visibility: hidden !important; opacity: 0 !important;}
.preloader.preloaded .animate__animated, .preloader.preloaded .spinner, .preloader.preloaded .spinner div {animation: none;}

.lds-ring, .lds-ring div {box-sizing: border-box;}
.lds-ring {display: inline-block; position: relative; width: 38px; height: 38px;}
.lds-ring div {box-sizing: border-box; display: block; position: absolute; width: 30px; height: 30px; margin: 4px; border: 4px solid var(--primary); border-radius: 50%; animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite; border-color: var(--primary) transparent transparent transparent;}
.lds-ring div:nth-child(1) {animation-delay: -0.45s;}
.lds-ring div:nth-child(2) {animation-delay: -0.3s;}
.lds-ring div:nth-child(3) {animation-delay: -0.15s;}
@keyframes lds-ring {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(360deg);}
}

@font-face {font-family: 'Helios'; src: url("../fonts/HeliosC.woff2") format("woff2"); font-weight: normal; font-style: normal;}
@font-face {font-family: 'Helios'; src: url("../fonts/HeliosLight.woff2") format("woff2"); font-weight: 300; font-style: normal;}
@font-face {font-family: 'Helios'; src: url("../fonts/HeliosC-Bold.woff2") format("woff2"); font-weight: 700; font-style: normal;}
@font-face {font-family: 'Helios'; src: url("../fonts/Helios-Black.woff2") format("woff2"); font-weight: 900; font-style: normal;}

@font-face {font-family: 'Helios Cond'; src: url("../fonts/Helios-Cond-Light.woff2") format("woff2"); font-weight: 300; font-style: normal;}

body {font-family: 'Helios';}

/*.global-wrapper::after, #navbarTop > .container-fluid::before {transition: all 0.6s cubic-bezier(0, .14, .36, 1); background: #000; content: ''; display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; visibility: hidden; opacity: 0}
.custom-expanded .global-wrapper::after, .custom-expanded #navbarTop > .container-fluid::before {visibility: visible; opacity: 0.5;}
.custom-expanded .global-wrapper::after { z-index: 80;}*/
#navbarTop {z-index: 90}
#navbarTop > .container-fluid {position: relative;}
 .custom-expanded #navbarTop > .container-fluid::before {z-index: 95;}
#infoNavToggler {z-index: 105}
.btn-link.text-dark:hover {color: #ff7176 !important;}

a.text-hover-white:hover, .btn.text-hover-white:hover {color: #fff!important}

.wow {visibility: hidden;}
.always-visible {visibility: visible!important}
.mobile-delay-off {}
@media (max-width:991.98px) {
.mobile-wow-off {visibility: visible!important; animation: none!important;}
.col-odd {padding-right: 7.5px!important}
.col-even {padding-left: 7.5px!important}
.card-body {padding: 1rem}
}

/*.global-wrapper {max-width: 1900px; margin: 0 auto; position: relative; overflow: hidden; background-image: url("../i/bg-top.png"); background-position: top center; background-repeat: no-repeat; background-color: #fff;}*/
.fullsize-wrapper {width:100%; /*max-width: 1900px;*/ margin: 0 auto; position: relative; /*overflow: hidden;*/}
@media (max-width:991.98px) {
.global-wrapper {background-position: center 150px;}
}
@media (max-width:767.98px) {
.global-wrapper {background-size: 220% auto;}
}



#navbarTop {
    position: absolute;
    /*top: -120px;*/
    left: 0;
    right: 0;
    opacity: 0;
    z-index: 1000;
    /* Базовая переменная для прозрачности эффектов фиксации */
    --nav-opacity: 0;
    transition: top 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.3s ease;
}

#navbarTop.is-visible {
    top: 0 !important;
    opacity: 1 !important;
}

#navbarTop.fixed-now {
    position: fixed !important;
    /* Фон и тень зависят от переменной --nav-opacity */
    background: rgba(0, 0, 0, var(--nav-opacity)) !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, calc(0.1 * var(--nav-opacity))) !important;
    
    /* Быстрая реакция на скролл для плавности задвигания */
    transition: top 0.3s linear, background 0.1s linear, box-shadow 0.1s linear;
}

#navbarTop.no-transition {
    transition: none !important;
}

#navbarTop.fixed-now .navbar-brand img {width: calc(101.25 / 1900 * 100vw); max-width: calc(101.25 * 1.25px);}
#navbarTop.fixed-now .navbar-text, #navbarTop.fixed-now .nav-link {font-size: clamp(9px, .625vw, 15px) !important;}
#navbarTop.fixed-now .btn-sm {font-size: clamp(7.87px, .54688vw, 13.12px);}
#navbarTop.fixed-now .h5 {font-size: clamp(11.25px, 0.78125vw, 18.75px);}
#navbarTop.fixed-now .mt-lg-4 {margin-top: 0.9375vw !important;}
#navbarTop.fixed-now .py-lg-3 {padding-top: .625vw !important; padding-bottom: .625vw !important;}


#navbarTop .navbar-toggler {/*position: fixed; top: 15px; right: 15px; left: auto;*/ /*background-color: #d02824!important;*/ transition: background-color 1s ease-in-out}
#navbarTop .navbar-toggler .navbar-toggler-icon {/*filter: invert(1);*/ transition: filter 1s ease-in-out}
.custom-expanded #navbarTop .navbar-toggler {background-color: var(--white) !important;}
.custom-expanded #navbarTop .navbar-toggler .navbar-toggler-icon {/*filter: invert(0);*/ filter: grayscale(100%) brightness(10%)}

/*.custom-title,*/ .icon-cards .card-title {display: flex; flex-direction: row; align-items: center;}
/*h2.custom-title::after, h6.custom-title::after {content: ''; display: inline-block; width: 37px; height: 2px; margin-left: 13px; background: #d02824}*/
.icon-cards .card-title::after {content: ''; display: inline-block; width: 37px; height: 3px; margin-left: 13px; background: #d02824}

.display-2.custom-title::after {content: ''; display: block; width: calc(200 / 1900 * 100vw); max-width: 250px; height: 1px; background: #fff; margin: calc(30 / 1900 * 100vw) auto;}

.custom-pills .nav-link.active {font-weight: bold}
.custom-list li::before {content: ''; display: inline-block; height: 13px; width: 16px; background-image: url("../i/ulli.png"); background-repeat: no-repeat; background-size: cover; margin-right: 10px;}


@media (max-width:991.98px) {
#navbarTop {padding-bottom: 0}
#navbarTop .navbar-brand {/*display: flex; justify-content: center; width: 100%;*/}
#navbarTop .navbar-brand a {display: inline-block; padding: 1rem 0 0;}
#navbarTop .navbar-brand img {width: 110px}
#navbarTop .container-fluid {/*background: #d02824*/}
#navbarText, #navbarText2 {flex-wrap: wrap;}
#navbarText1 .nt-text .small, #navbarText2 .nt-text .small {/*display: none*/}
.icon-cards {width: 100% !important; flex-basis: 100% !important; flex-grow: 1 !important;}
.icon-cards .card-title {font-size: 100%}
.footer-contacts .nav {justify-content: center!important}
.text-copyright {/*text-align: center*/}
.headline-col {text-align: center; justify-content: center!important}
.header-with-button-link .btn-link {padding: 0}
}
@media (max-width:799px) {
#navbarTop .navbar-brand a {/*width: 40%*/}
}
@media (max-width:767px) {
#navbarText, #navbarText2, #navbarText .flex-lg-fit-content, #navbarText2 .flex-lg-fit-content {width: 100%;}

}
@media (max-width:479px) {
#navbarTop .navbar-brand a {/*width: 100%*/}
}

@media (max-height:389px) {
.custom-collapse.navbar-collapse {align-items: start;}
}

@media (max-width:991.98px) {
.footer-info .justify-content-start, .footer-info .justify-content-end {justify-content: center!important} .footer-info {text-align: center}
}

.footer-info .nav-link {padding: .25rem 0rem;} .footer-bottom .nav-link {padding: 0;}
.footer-info svg {height: .7em;}
@media (max-width:991.98px) {
.footer-bottom .col {justify-content: center!important}
.footer-bottom .col > div {width:100%; display: flex; justify-content: center}
.footer-bottom .col > div + div {/*margin-top:1rem*/}
}


.footer-info a {color: #fff; display: flex; align-items: center; gap: .5rem;}
.footer-info a:hover {color: #E0E7FF;}
.footer-info .nav-link {/*font-size: 15px;*/}
.footer-info .text-muted, .footer-bottom .text-muted {color: #E0E7FF !important;}
.footer-info .border, .footer-bottom .border {border-color: #E0E7FF !important;}
.footer-info .nav-link svg {width: 14px;}


/*.tooltip > .arrow {
  top: 50% !important;
  transform: translateY(-50%);
}*/

@media (min-width: 992px) {
#navbarTop .navbar-brand img {width: calc(135 / 1900 * 100vw); max-width: calc(135 * 1.25px)}
}


.font-condensed {font-family: "Helios Cond", "Helios", 'Roboto', -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";}
.extrasmall {font-size: .755em;}
.semibold {font-weight: 600;}
a.text-dark:hover, a.text-dark:focus {color: var(--primary) !important;}
#infoNav .nav-link {text-transform: uppercase;}
#infoNav .nav-link, .card-title {/*font-weight: 600;*/}
.nav-tabs .nav-link {border-bottom-left-radius: 0; border-bottom-right-radius: 0; font-weight: 600;}
.nav-tabs .nav-link.active {border-color: #1b1f22; border-bottom-color: #fff; background-color: #fff; border-bottom-width: 2px;}

.btn-catalog-menu {position: relative; box-sizing: content-box; box-shadow: none !important; transition-delay: 0.65s;}
.btn-catalog-menu::after {content: '';  display: block; box-sizing: content-box; position: absolute; width: 100%; left: 0px; top: -2px; /*width: calc(100% + 1.25px); left: -.75px;*/ height: 0px; background-color: #fff; border-top: #000 solid 1px; border-left: #000 solid 1px; border-right: #000 solid 1px; border-bottom: none; border-radius: .25rem .25rem 0 0; z-index: 1010; visibility: hidden; opacity: 0; transition: all .15s ease-in-out; transition-delay: 0.65s;}
#catalog-menu.show .btn-catalog-menu {background-color: #fff !important; color: #000 !important; border-color: transparent; transition-delay: 0s;}
#catalog-menu.show .btn-catalog-menu::after {visibility: visible; opacity: 1; height: calc(100% + 11px); transition-delay: 0s;}

#catalog-menu {position: static;}
#catalog-menu .dropdown-menu {position: absolute; width: 100%; border-color: #000 !important;}
#catalog-menu .dropdown-menu .dropdown-item {height: 336px; overflow: auto; white-space: normal;}
/*#catalog-menu .dropdown-menu .dropdown-item:hover {background-color: #fff;}*/
#catalog-menu .dropdown-menu .dropdown-item:hover, #catalog-menu .dropdown-menu .dropdown-item:active, #catalog-menu .dropdown-menu .dropdown-item:focus {background-color: #fff !important; color: #000 !important;}
/*#catalog-menu::after {display: block; content: ''; position: absolute; height: 20px; background: #ccc; z-index: 1020; width: 100%; max-width: 1300px; left: calc(50% - 650px);}*/
.icon-circle {border-radius: 50%; display: block; overflow: hidden;}
#catalog-menu .icon-circle {width: 79px;}
#catalog-menu .icon-circle img {display: block; width: 100%;}
#catalog-menu .dropdown-menu .dropdown-item .nav-link {padding: 0;}
#catalog-menu .dropdown-menu .dropdown-item .nav-link::before {content: "— "; display: inline;}
#catalog-menu .dropdown-menu .dropdown-item h5, .btn-login {font-family: "Open Sans Condensed", "Open Sans", 'Roboto', -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-weight: bold;}

/*#infoNavToggler {}*/
#navbarTop .navbar-toggler {position: fixed; /*top: 22px;*/ top: 0; right: 0; height: auto;  padding: .75rem 1rem; font-size: 20px; /*font-size: 18px;*/ line-height: 1; z-index: 1040; background-color: rgba(0,0,0,.25) !important;}
#navbarTop .navbar-toggler .navbar-toggler-icon {height: auto !important;}
#navbarTop .navbar-toggler-icon {background: none; display: flex; align-items: center; justify-content: center; width: auto;}
#navbarTop .navbar-toggler-icon::before {content: "\f0c9"; display: inline-block; text-rendering: auto; -webkit-font-smoothing: antialiased; font: var(--fa-font-solid); /*color: #000;*/ /*font-size: 20px;*/ font-size: 16px;}
#navbarTop .navbar-brand {margin-right: 26px;}
.custom-expanded #navbarTop .navbar-toggler .navbar-toggler-icon {filter: invert(100%);}
.navbar-phones {gap: .5rem;}
.btn-login {display: flex; align-items: center; gap: .5rem;}
.btn-cart {position: relative;}
.btn-cart .cart-number {width: 18px; height: 18px; font-size: 10px; font-weight: 600; line-height: 18px; text-align: center; letter-spacing: 0; border-radius: 50%; overflow: hidden; background: var(--red); color: var(--white); position: absolute; top: -3px; left: 24px;}

/*.btn-search::before, .btn-catalog-menu::before, .navbar-phones::before, .btn-login::before, .btn-cart::before, .additional-link::before, .our-advances li::before, .card-text.icon-stars::before {font-family: 'icomoon'; font-weight: normal; font-style: normal; letter-spacing: 0;}
.additional-link::before {content: "\e974"; font-weight: bold; vertical-align: bottom;}
.btn-search::before {content: "\e956"; font-weight: bold;}
.btn-catalog-menu::before {content: "\e940"; top: 1px;}
.navbar-phones::before {content:"\e970"; font-size: 36px;}
.btn-login::before {content: "\e95b"; font-size: 22px; font-weight: bold;}
.btn-cart::before {content: "\e924"; font-size: 22px; font-weight: bold;}
.btn-catalog-menu::before, .btn-catalog-menu span {position: relative; z-index: 1020; cursor: pointer;}
.our-advances li::before {color: #d0d0d0; font-size: 36px; margin-right: 8px; font-weight: bold;}
.our-advances .no1::before {content:"\e93c";}
.our-advances .no2::before {content:"\e927";}
.card-text.icon-stars::before {content:"\e95a\e95a\e95a\e95a\e95a"; letter-spacing: 1px;}*/

.slide-lg img, .slide-md img {display: block; width: 100%; height: 100%; object-fit: cover; object-position: center;}

.our-advances li, .our-products h6 {font-weight: 600;}
.our-products img {width: 165px; max-width: 100%;}
.our-products > div {padding: 0 28px;}
.our-news .card-title a {font-size: 90%;}
.footer-logo {width: 135px;}

.card-products .card {flex: inherit; flex-grow: 1;}
.card-products .card-header {/*height: 30%;*/ height: 200px; justify-content: center; border-bottom: 0;}
.card-products .card-img-top {width: auto; flex-shrink: 1; max-width: 80%; max-height: 80%; align-self: center;}


/*.bg-custom::before {display: block; content: ''; position: absolute; top: -100px; left: -100px; width: calc(100% + 200px); height: calc(100% + 200px);}*/
.bg-custom::before {
  display: block;
  content: '';
  position: absolute;
  /*top: -50px;
  left: 50%;
  width: 1800px;
  height: calc(100% + 100px);
  margin-left: -900px;*/
  right: 0;
  left: 0;
  height: 440px;
  margin-top: -30px;
}
.bg-custom.bg-light::before {background-color: var(--light);}
.bg-custom .nav-tabs {z-index: 12; position: relative;}
.bg-custom .tab-content {z-index: 10; position: relative;}


.fullscreen-slider {position: relative; background: #000}
.fullscreen-slider, #home-slider, #home-slider .swiper-slide, .slide-lg {height: 100vh; min-height: calc(800 / 1900 * 100vw);}
#home-slider .swiper-slide::before {content: ''; display: block; position: absolute; z-index: 5; top: 0; right: 0; bottom: 0; left: 0; background-color: rgba(0,0,0,0.5);}

#feedback-slider {height: calc(325 / 1900 * 100vw); min-height: 230px;}
#feedback-slider .icon-circle {width: calc(64 / 1900 * 100vw); height: calc(64 / 1900 * 100vw); max-width: 80px; max-height: 80px; min-width: 36px; min-height: 36px; border: #fff solid 3px;}
#feedback-slider .font-condensed {display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
#feedback-pagination {position: relative;}
.card-feedback .card-body .card-text {display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
.card-feedback .card-body > .bg-white {position: relative;}
.card-feedback .card-body > .bg-white::after {content: ''; display: block; position: absolute; top: 100%; left: clamp(75px, calc(100 / 1900 * 100vw), 125px); z-index: 10; width: calc(86 / 1900 * 100vw); height: calc(36 / 1900 * 100vw); background-image: url("../i/feedback-pseudo-bg.png"); background-size: cover; background-position: center; background-repeat: no-repeat;}


#news-slider {height: calc(500 / 1900 * 100vw); min-height: 330px;}
#items-slider {height: 202px;}

#home-slider .position-absolute {/*top: 0px;*/}


#items-slider .card {border-radius: 0;}
#items-slider .card, #items-slider .card-footer {background-color: #d4eefc !important;}
#items-slider .card-body::before {
  content: '\201D';
  display: inline-block;
  position: absolute;
  top: 12px;
  right: 8px;
  z-index: 3;
  color: var(--blue);
  font-size: 24px;
  font-weight: bold;
}



.video-poster, .play-btn, .play-badge {position: absolute;}
.play-badge {left: 15px; bottom: 15px;}
.video-wrapper {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000406;
}
.video-wrapper iframe {
    animation: fadeInV 1.5s ease-in-out;
}

@keyframes fadeInV {
    from { opacity: 0; }
    to { opacity: 1; }
}



@media (min-width:992px) {
.btn-catalog-menu:hover, /*.btn-catalog-menu:focus, .btn-catalog-menu:active,*/ #catalog-menu:hover .btn-catalog-menu {background-color: #fff !important; color: #000 !important; border-color: transparent; transition-delay: 0s;}
.btn-catalog-menu:hover::after, /*.btn-catalog-menu:focus::after, .btn-catalog-menu:active::after,*/ #catalog-menu:hover .btn-catalog-menu::after {visibility: visible; opacity: 1; height: calc(100% + 11px); transition-delay: 0s;}
.col-slider-lg {flex: 0 0 66%; max-width: 66%;}
.col-slider-md {flex: 0 0 34%; max-width: 34%;}
.slide-md + .slide-md {/*border-top: #ebeef0 solid 1px;*/}
#home2-slider .swiper-slide {height: 50% !important;}

.next-to-navbarTop .container-fluid {position: relative; z-index: 10;}
.next-to-navbarTop {
  background-color: #fff; /* Background color */
  /*background-image: radial-gradient(#000 1%, transparent 15%);
  background-size: 5px 5px;*/
  background-image: linear-gradient(to bottom, #00a3e6, #0052a4);
  
  position: relative;
  }
/*.next-to-navbarTop::before {
  content: '';
  display: block;
  width: 50%;
  position: absolute; z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url("../i/bg-slider-right.png");
  background-size: auto 100%;
}
.next-to-navbarTop::after {
  content: '';
  display: block;
  width: 50%;
  position: absolute; z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #373839;
}*/
}


@media (min-width:1300px) {
#catalog-menu .dropdown-menu {left: calc(50% - 635px); margin-top: -16px; max-width: 1270px;}
}


@media (min-width:1900px) {
.catalog-menu-wrapper > form {width: 520px;}
}


@media (min-width:992px) and (max-width: 1899.98px) {
.navbar-text {font-size: 0.842vw;}
#home2-slider {height: 33.016vw;}
#navbarTop.fixed-now + .next-to-navbarTop {/*margin-top: 7.123vw;*/}
#navbarTop .navbar-brand img {/*width: 7.105vw;*/}
#navbarTop .navbar-brand {margin-right: 1.368vw;}
.catalog-menu-wrapper > form {width: 29vw;}
#catalog-menu .dropdown-menu {margin-top: -0.842vw;}
.btn-catalog-menu::after {top: -0.105vw;}
.btn-catalog-menu:hover::after, #catalog-menu:hover .btn-catalog-menu::after, #catalog-menu.show .btn-catalog-menu::after {height: calc(100% + 0.63vw);}
#catalog-menu .icon-circle {width: 4.158vw;}
#catalog-menu .dropdown-menu .dropdown-item {height: 17.684vw;}

.navbar-phones {gap: 0.421vw;}
/*.navbar-phones::before {font-size: 1.895vw;}*/
.btn-login::before, .btn-cart::before {font-size: 1.158vw;}

.btn-login {gap: 0.421vw;}
.btn-cart .cart-number {width: 0.947vw; height: 0.947vw; font-size: 0.526vw; line-height: 0.947vw; top: -0.158vw; left: 1.263vw;}

/*.our-advances li::before {color: #d0d0d0; font-size: 1.895vw; margin-right: 0.421vw;}
.our-products img {width: 8.684vw;}*/
}

@media (min-width:1900px) {
#home2-slider {height: 627.3px;}
}

@media (min-width:992px) and (max-width: 1581.98px) { /*1562.98px*/
/*.footer-info .nav-link {font-size: 1.154vw;}
.footer-logo {width: 10.308vw;}*/
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl, .col-xxl-auto {
  padding-right: 0.948vw;
  padding-left: 0.948vw;
}

.our-advances li::before {font-size: 2.769vw; margin-right: 0.615vw;}
.our-products img {width: 12.692vw;}

.our-products img {width: 10.557vw;}
.our-products > div {padding: 0 1.791vw;}
.footer-logo {width: 8.573vw;}

/*#feedback-slider {height: 15.355vw;}
#feedback-slider .icon-circle {width: 4.095vw; height: 4.095vw;}
.card-feedback .card-body > .bg-white::after {left: 6.398vw; width: 5.502vw; height: 2.303vw;}

#feedback-slider .swiper-slide {margin-right: 2.528vw !important;}*/

#items-slider {height: 12.769vw;}

.footer-info .nav-link svg {width: 0.885vw;}

#items-slider .card-body::before {top: 0.759vw; right: 0.506vw; font-size: 1.517vw;}
}




#dd-language, #dd-language .btn {text-transform: uppercase;}
@media (max-width:991.98px) {
 .footer-info a {justify-content: center;}
 #navbarTop .navbar-text {text-align: left; font-size: 14px; margin-top: 20px;}
 .navbar-phones {display: none !important;}
 #dd-language, #btn-sitemap, #btn-accessibility {margin-top: 15px; margin-bottom: 15px;}
 #dd-language {margin-left: auto;}
 #btn-sitemap {margin-left: 15px; margin-right: 15px;}
 #dd-language .dropdown-menu-right {/*right: auto; left: 0;*/}
 #btn-accessibility {margin-right: auto;}
 #home2-slider .swiper-pagination {position: relative; margin-top: 12px;}
 #home2-slider .btn-lg {padding: .375rem .75rem; font-size: 1rem;}
.catalog-menu-wrapper {position: relative; width: 100%; justify-content: center;}
.catalog-menu-wrapper > form {flex-grow: 1}
#catalog-menu .icon-circle  {width: 60px;}
#catalog-menu .dropdown-menu {border-top-left-radius: 0px;}
#catalog-menu .dropdown-menu .dropdown-item {height: calc(100vh - 200px);}
#catalog-menu.show .btn-catalog-menu::after {height: calc(100% + 5px); width: calc(100% + 1px); left: -.5px;}
#infoNav {z-index: 1030; background-color: #1b263b; flex-wrap: wrap; align-content: center;}
#navbarTop .navbar-brand {margin-right: 0;}
.additional-nav {width: 100%;}

.navbar-phones {align-items: center; width: 100%; justify-content: center; gap: 0.25rem;}
/*.navbar-phones::before {font-size: 16px; font-weight: bold;}*/
.navbar-phones > .d-flex {align-items: center; gap: 0.75rem;}
.navbar-phones .extrasmall {font-size: 14px;}

.user-menu-wrapper {position: absolute; top: 23px; /*right: 18px;*/ right: 60px;}
.user-menu-wrapper .btn {padding: .25rem; line-height: 1;}
.btn-login {margin-right: 1px;}
.btn-login::before, .btn-cart::before {font-size: 18px;}
.btn-cart .cart-number {width: 16px; height: 16px; line-height: 16px; left: 18px;}

.slide-md {/*border-top: #fff solid 2px; border-right: #fff solid 1px;*/}
.slide-md + .slide-md {/*border-left: #fff solid 1px; border-right: none;*/}

.our-products img {max-width: 100%;}
.nav-tabs .nav-link.btn-lg {font-size: 1rem; padding: .5rem 1rem;}


.our-products > div {padding: 0 15px;}
.card-products.card-group > .card + .card {border-left: 1px solid rgba(0,0,0,0.125);}
.card-feedback .card-body .card-text {-webkit-line-clamp: none;}

#feedback-slider, #news-slider {height: auto; min-height: inherit;}
#home-slider .position-absolute.position-decription {left: 15px;}

#news-slider .card-title {display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
#news-slider .card-text {display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}
#items-slider .card-text {display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}

.footer-info .nav-custom {flex-direction: row !important; justify-content: center; gap: 7.5px 15px;}
.card-products .card-header {height: 28vw;}
}


@media (max-width:991.98px) { /*479.98*/
#catalog-menu .dropdown-menu .dropdown-item {height: calc(100vh - 250px);}
.menu-list-item {flex: 0 0 100% !important; max-width: 100% !important; padding-left: 0 !important; padding-right: 0 !important;}
#catalog-menu .icon-circle  {width: 40px;}

#items-slider {height: 192px;}
#items-slider .card-text, #items-slider .text-muted {font-size: 13px;}

/*.navbar-phones, .form-control::placeholder {font-family: "Open Sans Condensed", "Open Sans", 'Roboto', -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";}*/

.our-advances li {font-size: 12px; font-weight: 400;}
.our-advances li::before {font-size: 30px;}
.our-products h6 {font-size: 12px;}
.footer-info .nav-link {font-size: 13px;}
.footer-disclaimer {font-size: 11px;}
.text-copyright {font-size: 11px;}
.footer-info h6 {font-size: 14px;}

.card-feedback .card-body > .bg-white::after {width: 60px; height: 25px;}


#catTab.nav-tabs {position: relative; z-index: 12;}
#catTabContent.tab-content {max-height: 40vh; overflow: auto; position: relative; z-index: 10;}
.col-tabs-scroll {position: relative;}
.col-tabs-scroll::before, .col-tabs-scroll::after {
content: ''; display: block; position: absolute; pointer-events: none;
left: 16px; right: calc(16px + 4px); bottom: 1px;
}


.col-tabs-scroll::after {
z-index: 15;
height: 4vh;
/*background-image: linear-gradient(to top, rgba(0,0,0,.1), rgba(0,0,0,0));*/
/*background-image:  linear-gradient(rgba(0,0,0, 0) 0%,rgba(0,0,0, .05) 100%);*/
background-image:  linear-gradient(rgba(255,255,255, 0) 0%,rgba(255,255,255, 1) 100%);
}

.col-tabs-scroll::before {
z-index: 14;
height: 12vh;
background-image:  linear-gradient(rgba(255,255,255, 0) 0%,rgba(255,255,255, 1) 100%);
}


.col-swipe-scroll {/*position: relative;*/}
.col-swipe-scroll::before, .col-swipe-scroll::after {
content: ''; display: block; position: absolute; pointer-events: none;
right: 0; bottom: 0px; top: 0;
}

/*.col-swipe-scroll::before {
z-index: 14;
width: 20%;
background-color: rgba(255,255,255,0.25);
}*/

.col-swipe-scroll::after {
z-index: 15;
/*width: 20%;*/
width: calc(20% - 15px);
background-image:  linear-gradient(to right, rgba(255,255,255, 0) 0%,rgba(255,255,255, 0.5) 100%);
}

.bg-light .col-swipe-scroll::after {background-image:  linear-gradient(to right, rgba(235,238,240, 0) 0%,rgba(235,238,240, 0.5) 100%);}
.bg-light .col-tabs-scroll::before {background-image:  linear-gradient(rgba(235,238,240, 0) 0%,rgba(235,238,240, 1) 100%);}

/*.col-swipe-scroll .swiper-slide {opacity: 0.7; transition: opacity .5s linear;}
.col-swipe-scroll .swiper-slide.swiper-slide-active {opacity: 1;}*/


.swiper-pagination {z-index: 20;}
.pr-mobile-0 {padding-right: 0;}



.card-products .card-header {height: 40vw;}

#items-slider .card-body::before {top: 12px; right: 7px; font-size: 16px;}

}









.u-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  width: 100%;
}

.c-carousel {
  overflow-x: hidden;
  position: relative;
  width: 100%;
}

.c-carousel__wrapper.swiper {
  /*margin: 0 48px;*/
  margin: 0 15px;
  position: static;
}

.c-carousel__inner-wrapper.swiper-wrapper {
  display: flex;
  align-items: center;
}

.c-carousel img {
  margin: 0 auto;
  width: 120px;
}

.c-carousel__controls {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.c-carousel__button--next,
.c-carousel__button--prev {
  cursor: pointer;
}

.c-carousel__button--prev.swiper-button-disabled,
.c-carousel__button--next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.c-carousel__item.swiper-slide {
  max-width: 120px;
  width: auto;
  flex-shrink: 0;
}
@media (min-width:992px) and (max-width: 1299.98px) {
.c-carousel img, .c-carousel__item.swiper-slide {
  width: 9.231vw;
}
}
@media (max-width: 991.98px) {
.c-carousel img, .c-carousel__item.swiper-slide {
  width: 90px;
}
.c-carousel__wrapper.swiper {
  margin: 0;
}
}








.cats-list {-webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;}
.header-tabs-dropdown__link {
  cursor: pointer;
  width: auto;
  height: auto;
  display: inline-block;
  line-height: 30px;
  color: #868686;
  letter-spacing: 0.5px;
  background-color: transparent;
  border: none;
  color: #000;
}
.header-tabs-dropdown__link:hover {color: var(--red);}

@media (max-width:991.98px) {
.cats-list { -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3; }
}

@media (max-width:767.98px) {
.cats-list { -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2; }
}



.slide-heading {position: absolute; z-index: 10; left: 0px; bottom:60px; width: 60%;}
.slide-heading::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: var(--red);
    width: 102%;
    height: 100%;
    /*z-index: -1;*/
    clip-path: polygon(0% 0%, 90% 0%, 100% 100%, 0% 100%);
    z-index: 8;
  }
.slide-heading h4 {z-index: 10; position: relative;}
@media (max-width:991.98px) {
.slide-heading {bottom:30px; width: 80%;}
.slide-heading h4 {font-size: 12px; font-weight: bold;}
.slide-heading::before {background: rgba(226,24,54,.5);}
}

.bg-light {background-color: #eef8fd !important;}
.bg-dark {background-color: #57585b !important;}

#catTab .nav-link {color: #545454;}
#catTab .nav-link.active {color: #000;}




.card-smi {background: linear-gradient(180deg, #eff8fd 0%, #fff 100%); box-shadow: inset 0 20px 40px -20px rgba(0, 150, 214, 0.05);}
.card-smi .card-footer {background-color: transparent; color: #0096d6; border-bottom: 16px solid #0096d6;}
.card-smi a.text-dark:hover, .card-smi a.text-dark:focus {color: #0096d6 !important;}

.card-smi.card-smi-01 {background: linear-gradient(180deg, #fff5f5 0%, #ffffff 100%); box-shadow: inset 0 20px 40px -20px rgba(226, 24, 54, 0.05);}
.card-smi.card-smi-01 .card-footer {color: #e21836; border-bottom: 16px solid #e21836;}
.card-smi.card-smi-01 a.text-dark:hover, .card-smi.card-smi-01 a.text-dark:focus {color: #e21836 !important;}

.card-smi.card-smi-02 {background: linear-gradient(180deg, #e6f0f9 0%, #ffffff 100%); box-shadow: inset 0 20px 40px -20px rgba(0, 103, 177, 0.05);}
.card-smi.card-smi-02 .card-footer {color: #0067b1; border-bottom: 16px solid #0067b1;}
.card-smi.card-smi-02 a.text-dark:hover, .card-smi.card-smi-02 a.text-dark:focus {color: #0067b1 !important;}

.card-smi.card-smi-05 {background: linear-gradient(180deg, #f5f5f5 0%, #ffffff 100%); box-shadow: inset 0 20px 40px -20px rgba(87, 88, 91, 0.05);}
.card-smi.card-smi-05 .card-footer {color: #57585b; border-bottom: 16px solid #57585b;}
.card-smi.card-smi-05 a.text-dark:hover, .card-smi.card-smi-05 a.text-dark:focus {color: #57585b !important;}

.card-smi.card-smi-06 {background: linear-gradient(180deg, #fafafa 0%, #ffffff 100%); box-shadow: inset 0 20px 40px -20px rgba(147, 149, 151, 0.05);}
.card-smi.card-smi-06 .card-footer {color: #939597; border-bottom: 16px solid #939597;}
.card-smi.card-smi-06 a.text-dark:hover, .card-smi.card-smi-06 a.text-dark:focus {color: #57585b !important;}

.swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color,#939597);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color,var(--blue));
}

@media (min-width:1900px) {
.next-to-navbarTop .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,10px));
  height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,10px));
}

.next-to-navbarTop .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .next-to-navbarTop .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap,12px) 0;
}

.next-to-navbarTop .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .next-to-navbarTop .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap,6px);
}
}





/*.swiper-slide-active img {
  transform: scale(1.1);
  transition: transform 6s linear;
}


.swiper-slide-next img, 
.swiper-slide-prev img {
  transform: scale(1);
}*/





/* 1. Базовый вид */
#home-slider .swiper-slide {
  overflow: hidden;
  background: #000;
}

#home-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Базовый масштаб для всех неактивных слайдов */
  transform: scale(1.15); 
  filter: brightness(1);
  /* Плавный возврат масштаба и быстрое затемнение */
  transition: transform 0.8s ease, filter 1.2s ease; 
  will-change: transform, filter;
}

/* Когда слайд активен — запускаем ОЧЕНЬ длинный переход */
#home-slider .swiper-slide-active img {
  transform: scale(1); 
  /* Время перехода больше, чем delay в JS (8s против 6s) */
  transition: transform 8s ease-out, filter 1.2s ease;
}

/* Когда слайд начинает уходить — он плавно доходит до 1 и темнеет */
#home-slider .swiper-slide-prev img {
  filter: brightness(0.4);
  transform: scale(1);
  /* Скорость схлопывания при уходе должна совпадать со speed в JS */
  transition: transform 1.2s ease, filter 1.2s ease;
}


/*.autoplay-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.2);
}

.progress-bar {
  width: 0;
  height: 100%;
  background: #fff;
  width: calc(var(--progress, 0) * 100%);
}*/
#home-slider .custom-pagination {
  position: absolute;
  bottom: 0px;
  /*left: 50%;
  transform: translateX(-50%);*/
  display: flex;
  gap: 10px;
  z-index: 10;
  /*width: 80%;
  max-width: 600px;*/
}

/* Сама кнопка (область клика) */
#home-slider .pagination-bullet {
  flex: 1;
  height: 10px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  background-color: transparent;
  display: flex; align-items: center;
}
#home-slider .pagination-bullet::before {content: ''; display: block; height: 3px; width: 100%; background: rgba(255, 255, 255, 0.2);}

/* Линия прогресса внутри кнопки */
#home-slider .pagination-bullet-fill {
  position: absolute;
  /*top: 0;*/
  left: 0;
  width: 0;
  height: 3px;
  background: #fff;
}

/* Если слайд уже пройден — полоска должна быть полной */
#home-slider .pagination-bullet-past .pagination-bullet-fill {
  width: 100%;
}



#home-slider .digits-slider-container {color: #fff;}
/* Базовое состояние контента на слайде */
#home-slider .swiper-slide .digit-tag, #home-slider .swiper-slide .digit-descr {
  opacity: 0;
  transition: transform 1.2s ease, opacity 0.3s ease; /* Время как в JS speed */
  will-change: transform, opacity;
}
#home-slider .swiper-slide .digit-tag {
  /*transform: translateY(100px);*/
  transform: translateY(calc(100 / 1900 * 100vw));
}
#home-slider .swiper-slide .digit-descr {
  /*transform: translateY(200px);*/
  transform: translateY(calc(200 / 1900 * 100vw));
}


/* Когда слайд начинает уходить ВВЕРХ (становится prev) */
/* Мы заставляем текст внутри него падать ВНИЗ */
#home-slider .swiper-slide-prev .digit-tag, #home-slider .swiper-slide-prev .digit-descr {
  opacity: 0;
}
#home-slider .swiper-slide-prev .digit-tag {
  opacity: 0;
  /*transform: translateY(400px);*/ /* Положительное число тянет вниз */
  transform: translateY(calc(400 / 1900 * 100vw));
}
#home-slider .swiper-slide-prev .digit-descr {
  opacity: 0;
  /*transform: translateY(600px);*/ /* Положительное число тянет вниз */
  transform: translateY(calc(600 / 1900 * 100vw));
}

/* Когда слайд только готовится появиться СНИЗУ (следующий) */
/* Мы можем заставить его текст ждать чуть ниже своей позиции */
#home-slider .swiper-slide-next .digit-tag, #home-slider .swiper-slide-next .digit-descr {
  opacity: 0;
}
#home-slider .swiper-slide-next .digit-tag {
  /*transform: translateY(100px);*/
  transform: translateY(calc(100 / 1900 * 100vw));
}
#home-slider .swiper-slide-next .digit-descr {
  /*transform: translateY(200px);*/
  transform: translateY(calc(200 / 1900 * 100vw));
}

/* Когда слайд стал активным — возвращаем текст в центр */
#home-slider .swiper-slide-active .digit-tag, #home-slider .swiper-slide-active .digit-descr {
  opacity: 1;
  transform: translateY(0);
}

/* Специальная задержка ТОЛЬКО для первого слайда при старте страницы */
/* Мы выбираем первый слайд, который стал активным */
#home-slider .swiper-slide:first-child.swiper-slide-active .digit-tag, 
#home-slider .swiper-slide:first-child.swiper-slide-active .digit-descr {
  /* зажержка анимации на старте слайдера для синхронизации с заголвком на wow
     должна совпадать с задержкой в скрипте крутилки цифр isFirstLoad */
  transition-delay: 0.9s; 
}

/* Как только слайд перестал быть первым активным (мы ушли с него), 
   или для всех остальных слайдов — задержка 0s */
#home-slider .swiper-slide-prev .digit-tag, 
#home-slider .swiper-slide-prev .digit-descr,
#home-slider .swiper-slide-next .digit-tag,
#home-slider .swiper-slide-next .digit-descr {
  transition-delay: 0s !important;
}





#home-slider .swiper-slide .container-fluid {z-index:10; /*bottom: 10vw*/ top: calc(50% + 9vw);}
.home-slider-title {z-index:10;/* bottom: calc(10vw + 103 / 1900 * 100vw);*/ bottom: calc(50% - 9vw); pointer-events: none;}





.bg-light-yellow {background-color: #f2ede4 !important;/*ece6e0 f0ebe5 f2ede4 f5f3f0*/}
.bg-light-gray {background-color: #f5f5f5 !important;}
.img-cover {width: 100%; height: 100%; object-fit: cover;}
a.text-white:hover, a.text-white:focus {color: #e6e7e8 !important;}
.card a.btn-outline-primary {color: #8c7146;}
.card a.btn-outline-primary:hover, .card a.btn-outline-primary:focus {color: #fff;}
.card-title {font-weight: 400;}

.features ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 calc(-20 / 1900 * 100vw);
}
.features ul li {
    flex: 0 0 50%; /* Ровно половина, всегда */
    max-width: 50%;
    padding: 0 calc(20 / 1900 * 100vw); /* Половина зазора с каждой стороны */
    margin-bottom: calc(40 / 1900 * 100vw); /* Зазор между рядами */
    box-sizing: border-box;
}










:root {
  --color1: #8c7146;
  --color2: #f2ede4;
}


.sliderTabWrapper {
  /*display: flex;
  flex-flow: column;
  align-items: center;
  min-width: 350px;
  min-height: 100vh;*/
  overflow-x: hidden;
}

.sliderTab {
  position: relative;
  overflow: hidden;
  /*width: 400px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0;*/
  /*width: calc(740 / 1900 * 100vw); max-width: 965px;*/
  background: var(--color2);
  @media (max-width: 479px) {
    width: 100%;
  }
  .swiper-slide {
    width: auto !important;
    a {
      display: block;
      text-align: center;
    }
    .text {
      position: relative;
      display: inline-block;
      margin: 0 5px;
      padding: 15px 5px 15px 5px;
      white-space: nowrap;
      /*font-size: 1rem;
      line-height: 1em;
      letter-spacing: .05em;
      color: #333;*/
      transition: .25s;
      &:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 2px;
        background: var(--color1);
        transform: translateX(-50%);
        transition: .25s;
      }
    }
    &.on {
      .text {
        color: var(--color1);
        text-shadow: 0 0 .8px var(--color1), 0 0 .8px var(--color1);
        &:after {
          width: 100%;
        }
      }
    }
  }
}

.sliderContent .content {max-width: calc(1200 / 1900 * 100vw); max-width: 1500px; margin: 0 auto;}

.president-wrapper {min-height: calc(450 / 1900 * 100vw);}

@media (max-width:1199.98px) {
.mobile-temp {display: flex; justify-content: center; align-items: center; background: #fff; position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 9999; font-size: 16px;}
}

@media (min-width:1200px) {
.mobile-temp {display: none;}
}

@media (min-width:992px) and (max-width:1259.98px) {
#infoNav .nav-item.mr-lg-4 {margin-right: 0px !important;}
#navbarTop .navbar-text.mr-lg-6, #navbarTop .navbar-phones.mr-lg-6 {margin-right: 2vw !important;}
#navbarTop .navbar-brand.mr-lg-5 {margin-right: 1.5vw !important;}
#navbarTop .navbar-phones .h5 {font-size: clamp(12px, .84211vw, 20px) !important;}
#dd-language .btn-text {display: none;}
}

@media (max-width:991.98px) {
body {
  font-size: 16px !important;
}
.display-2 {font-size: clamp(36px, 4.63158vw, 110px);}
.display-3 {font-size: clamp(42px, 3.78947vw, 90px);}
#dd-language .btn-text {display: none;}
#navbarTop .navbar-text {flex-grow: 0;}
#dd-language {/*margin-left: 20px; margin-top: 38px;*/ margin-left: auto; margin-top: 38px; margin-right: 15px; margin-bottom: 0;}
#dd-language .btn-sm {font-size: clamp(12px, .73684vw, 17.5px);}
.dropdown-menu {font-size: .8rem;}
#navbarTop .navbar-text {font-size: 13px; margin-top: 24px;}
#home-slider .swiper-slide .container-fluid {top: calc(50% + 12vw);}
#infoNav .nav-item {margin-bottom: .5rem;}
#infoNav .nav-item .text-white + .text-white {margin-top: .5rem;}
#feedback-slider .icon-circle {margin-right: .5rem;}
.president-wrapper {min-height: 70vh;}
.text-copyright {text-align: center;}


.sliderTab {
    & .swiper-slide {
        .text {
            margin: 0;
            padding: 8px 4px 8px 4px;
            font-size: .8rem;
        }
    }
}

#navbarTop.fixed-now {visibility: hidden;}
.btn {font-size: 1rem; padding: .25rem .75rem;}
}

@media (max-width:479.98px) {
.president-wrapper {min-height: 40vh;}
}

.tablebodytext {display: none !important;}

#news-slider .card > a {padding-bottom: 64%; position: relative; overflow: hidden;}
#news-slider .card-img-top {width: 100%; height: 100%; object-fit: cover; object-position: center; position: absolute; z-index: 10; transform: scale(1); transition: transform .8s ease-out;}
#news-slider .card-img-top:hover {transform: scale(1.15);}



