* {
    font-family: "Montserrat", sans-serif;
}

p {
    margin-bottom: 0px;
}

.new__style__phone {
    font-weight: 600;
    font-size: 21px;
    color: #343434;
    margin-bottom: 0px;
}

.new__style__logo {
    width: 138px;
}

.new__style__social__block {
    max-width: 165px;
    width: 100%;
}

.justify-content-end {
    justify-content: end;
}

.new__style__social__block__social {
    width: 25px;
    margin-right: 10px;
}

.new__style__top__block {
    padding-top: 15px;
    padding-bottom: 15px;
}

.new__style__phone a {
    color: #343434;
    text-decoration: none;
}

.line__bottom {
    border-bottom: 1px solid #E6E6E6;
    width: 100%;
}

.new__style__menu__section {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 20px;
}

.new__style__header__menu {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-left: 0px;
}

.new__style__header__menu li {
    padding-right: 0px;
    text-align: center;
}

.new__style__preim {
    border: 1px solid #f2f2f2;
    border-radius: 10px;
    max-width: 389px;
    width: 100%;
    padding: 20px 30px;
    display: flex;
    align-items: center;
}

.new__style__preim__icon {
    width: 36px;
    margin-right: 23px;
}

.new__style__preim__text {
    font-weight: 500;
    font-size: 17px;
    color: #343434;
    margin-bottom: 0px;
}

.new__style__category__block__hr {
    border: 1px solid #e6e6e6;
    width: 100%;
    margin-bottom: 20px;
}

.new__style__category__block__title {
    font-weight: 600;
    font-size: 30px;
    color: #343434;
    padding-bottom: 31px;
}

.new__style__category__block__bg {
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.04);
    background: #fcfcfc;
    padding: 40px;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    max-width: 685px;
    width: 100%;
    height: 331px;
}

.new__style__category__block__bg__mini {
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.04);
    background: #fcfcfc;
    padding: 40px;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    max-width: 452px;
    width: 100%;
    height: 317px;
}


.new__style__category__block__bg__img__static {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.new__style__category__block__bg__img__static__mini {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.new__style__category__block__bg__img__static__nout {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    max-width: 300px;
    height: 300px;
    object-fit: contain;
}

.new__style__category__block__bg__img__static__nout__mini {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    max-width: 300px;
    height: 300px;
    object-fit: contain;
}

.new__style__category__block__bg__title {
    position: absolute;
    z-index: 1;
    right: 20px;
    bottom: 20px;
    font-weight: 600;
    font-size: 22px;
    color: #343434;
}

.new__style__category__block__bg__title__mini {
    position: absolute;
    z-index: 1;
    left: 20px;
    bottom: 20px;
    font-weight: 600;
    font-size: 22px;
    color: #343434;
}

.new__style__offer__bg {
    max-width: 100%;
    width: 1390px;
    background-repeat: no-repeat !important;
    height: 551px;
    background-size: contain !important;
    object-fit: cover;
    padding: 60px;
    display: flex;
    align-items: center;
}

.new__style__offer__bg__mob {
    display: none;
}

.banners__whith__offer__title {
    font-weight: 600;
    font-size: 30px;
    color: #fff;
    max-width: 600px;
}

.new__style__offer__bg p {
    font-weight: 300;
    font-size: 20px;
    color: #fff;
}

.new__style__offer__bg ul {
    margin-left: -25px;
}

.new__style__offer__bg ul li {
    font-weight: 300;
    font-size: 20px;
    color: #fff;
    padding-bottom: 15px;
}

.banners__whith__offer__button {
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    width: 280px;
    height: 51px;
    font-weight: 500;
    font-size: 17px;
    color: #fff !important;
    margin-top: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.fullscreen-video-wrapper {
    width: 100%;
    height: 100vh; /* или 100% от родителя, если нужно */
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 50px;
}

.fullscreen-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* видео заполняет весь контейнер */
    z-index: 1;
}

.new__style__news-block {
    width: 100%;
    margin-top: 60px;
    position: relative;
}

.new__style__carousel {
    display: flex!important;
}

.new__style__carousel .new__style__news-item {
    padding: 20px;
}

.new__style__news-inner {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.new__style__news-left {
    flex: 1;
    min-width: 300px;
}

.new__style__news-title {
    font-size: 30px;
    font-weight: 600;
    color: #343434;
    margin-bottom: 16px;
}

.new__style__news-text {
    font-size: 16px;
    color: #555;
    margin-bottom: 24px;
    line-height: 1.6;
}

.new__style__btn {
    display: inline-block;
    padding: 12px 24px;
    background: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    transition: 0.3s;
}

.new__style__btn:hover {
    background: #333;
}

.new__style__news-right img {
    max-width: 602px;
    max-height: 500px;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
    object-fit: cover;
}

.new__style__nav {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
}

.new__style__prev,
.new__style__next {
    display: inline-block;
    background: transparent;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #000;
}

/* Полоса поиска, фиксируем к верху */
.wb-site-search{
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 6px 20px rgba(0,0,0,.08);
    transform: translateY(-100%);
    transition: transform .25s ease, opacity .2s ease;
    opacity: 0;
}

.wb-site-search.is-open{
    transform: translateY(0);
    opacity: 1;
}

.wb-site-search__inner{
    max-width: 1200px;
    margin: 0 auto;
    padding: 12px 16px;
}

.wb-search-form{
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 8px;
    align-items: center;
}

.wb-search-input{
    width: 100%;
    height: 44px;
    padding: 0 14px;
    font-size: 16px;
    line-height: 1;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    outline: none;
}

.wb-search-input:focus{
    border-color: #94a3b8;
    box-shadow: 0 0 0 3px rgba(59,130,246,.15);
}

.wb-search-submit,
.wb-search-close{
    height: 44px;
    min-width: 44px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    background: #f8fafc;
    display: grid;
    place-items: center;
    cursor: pointer;
}

.wb-search-submit:hover,
.wb-search-close:hover{
    background: #f1f5f9;
}

/* Кнопка-иконка в шапке */
.wb-search-toggle{
    display: inline-grid;
    place-items: center;
    width: 40px; height: 40px;
    border: none; background: transparent; cursor: pointer;
}

.woocommerce-result-count {
    display: none;
}

.woocommerce-ordering {
    display: none;
}



