@media (min-width: 576px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
    .navbar-brand+div>.acc {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .container-md {
        max-width: 960px;
    }
}
@media (min-width: 1400px) {
    .container-md {
        max-width: 1160px;
    }
}
@media (min-width: 1600px) {
    .container-nav {
        max-width: 1600px;
    }
    .container-md {
        max-width: 1320px;
    }
}
@media (min-width: 1920px) {
    .container-hd {
        max-width: 1920px;
    }
}
@media (min-width: 1921px) {
}
@media (min-width: 2561px) {
}
@media (min-width: 1400px) and (max-width: 1599.98px) {
    header .px-lg-5.px-xxl-0, footer .px-lg-5.px-xxl-0, footer .container-fluid.container-xxl.br-10.bg-white {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    footer .container-nav>.bg-white {
        background-color: transparent !important;
    }
    .advice .fs-5 {
        font-size: 1rem !important;
    }
    body.purina-lms header .px-lg-5.px-xxl-0 {
        padding-right: 2.5rem !important;
        padding-left: 2.5rem !important;
    }
}
@media (max-width: 1920px) {

}
/*Устройства X-Large (большие настольные компьютеры, менее 1400 пикселей)*/
@media (max-width: 1399.98px) {
    footer .container-nav>.bg-white {
        background-color: transparent !important;
    }
    #KormTabContent .carousel-indicators {
        /*margin-bottom: -6%;*/
    }
    .uppercase-1400 {
        text-transform: capitalize!important;
        font-size: 1.15rem;
    }
    footer .container-fluid.container-xxl.br-10.bg-white {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }
    .carousel-indicators {
        margin-bottom: 0.5rem;
    }
    .btn-orange {
        padding: 18px 15px;
        margin-top: 0.5rem;
    }
    .advice .fs-5 {
        font-size: 0.85rem !important;
    }
}
/*Устройства Large (настольные компьютеры, менее 1200 пикселей)*/
@media (max-width: 1199.98px) {
    .h1 {
        font-size: 1.5rem !important;
    }
    .medium.fs-4.spacing {
        font-size: 1rem !important;
    }
    .fs-2.bold.spacing-2 {
        font-size: 1.25rem !important;
    }
    .advice .fs-5 {
        font-size: 0.85rem !important;
        font-weight: 600;
    }
    .text-gradient.text-uppercase.spacing-2.bold {
        font-size: 1.5rem !important;
    }
    #topdressing+div .h3 {
        font-size: 1rem !important;
    }
    #topdressing+div h4 {
        font-size: 1.25rem !important;
    }
    .h2.text-white.mb-0 {
        font-size: 1.5rem !important;
    }
    h2.bold.text-uppercase.text-center {
        font-size: 1.5rem !important;
    }
    header .navbar-brand svg {
        height: 40px;
    }
    footer .navbar-brand svg:first-child {
        height: 37px;
    }
    footer .navbar-brand svg:last-child {
        height: 14px;
    }
    .alert-cookie {
        width: 90%;
    }
    body.purina-main .lnk-underline-mob {
        text-decoration: underline;
    }
    .fs-5.text-nowrap {
        font-size: 1.15rem!important;
    }
}
/*Устройства Medium (планшеты, менее 992 пикселей)*/
@media (max-width: 991.98px) {
    .collapse.navbar-collapse .col-1 {
        display: none;
    }
    #KormTabContent .carousel-item {
        padding: 1rem;
    }
    #KormTabContent .carousel-indicators {
        /*margin-bottom: -4%;*/
    }
    .btn-gray-dark {
        padding: 18px 22px;
    }
    #topdressing+div .h3 {
        font-size: 1.25rem !important;
    }
    #Maps img {
        height: 250px;
    }
    #map+div .text-white.fs-6 {
        font-size: 0.875rem !important;
    }
    footer .container-fluid.container-xxl.br-10.bg-white {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
    .carousel-indicators {
        margin-bottom: 0;
    }
    .carousel-indicators [data-bs-target] {
        width: 8px;
        height: 8px;
    }
    .carousel-indicators .active {
        width: 10px;
        height: 10px;
    }
    #KormTabContent ul.fs-6 {
        font-size: 0.875rem !important;
    }
    body.purina-main footer {
        background-color: var(--bg-footer);
    }
    body.purina-lms .border-lg-0 {
        border-color: transparent;
    }
    /*body.purina-lms .form-control {*/
    /*    padding: 0.75rem 1rem;*/
    /*}*/
    .alert-cookie {
        width: 75%;
    }
    .bonus-dush .border-1-gray {
        border-color: transparent !important;
    }
    .bonus-dush .btn.btn-gray-black.w-100 {
        width: auto !important;
    }
    .radio-sert+label {
        margin-bottom: 2rem;
    }
    .radio-sert+label::after {
        content: '';
        width: 22px;
        height: 22px;
        background-color: #fff;
        border-radius: 50%;
        border-color: #000;
        left: 50%;
        transform: translateX(-50%);
    }
    .radio-sert+label:hover::after, .radio-sert:checked+label::after {
        background: var(--red);
        background-image: url('data:image/svg+xml,%3Csvg width="10" height="8" viewBox="0 0 10 8" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M1 2.25L4.42857 6L9 1" stroke="white" stroke-width="2" stroke-linecap="round" /%3E%3C/svg%3E');
        background-repeat: no-repeat;
        background-position: center;
        border-color: var(--red);
    }
    .bonus-dush .row.flex-nowrap .col {
        padding-right: 0.25rem;
        padding-left: 0.25rem;
    }
    .bonus-dush .row.flex-nowrap {
        margin-right: calc(-.5 * var(--bs-gutter-x) + 0.5rem);
        margin-left: calc(-.5 * var(--bs-gutter-x) + 0.5rem);
    }
    .acc {
        display: inline-flex;
    }
    .bonus-dush table>tbody>tr:last-child {
        border-bottom-color: var(--border-gray);
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .bonus-dush table>tbody>tr:first-child {
        border-top: 1px solid var(--border-gray);
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
    }
    .bonus-dush table>tbody>tr {
        border-left: 1px solid var(--border-gray);
        border-right: 1px solid var(--border-gray);
    }
    .td-dush .col-12.col-lg.flex-grow-0.br-end-1.hr-gray.pe-lg-4 {
        border: none !important;
    }
}
/*Устройства Small (телефоны с горизонтальной ориентацией, менее 768 пикселей)*/
@media (max-width: 767.98px) {
    .korm-collapse {
        font-size: 0.75rem;
    }
    #topdressing+div .h3 {
        font-size: 1rem !important;
    }
    body.purina-lms #MobileMenu .navbar-nav {
        margin-top: 3rem;
    }
    @media (orientation: landscape) {
        #topdressing+div .h3 {
            font-size: 1.4rem !important;
        }
        body.purina-lms #MobileMenu .navbar-nav {
            margin-top: 2rem;
        }
    }
}
/*Устройства X-Small (портретные телефоны, менее 576 пикселей)*/
@media (max-width: 575.98px) {
    @media (orientation: landscape) {
        #MobileMenu .navbar-nav {
            gap: 0 !important;
            margin-top: 60px;
        }
        body.purina-lms #MobileMenu {
            justify-content: end !important;
        }
        body.purina-lms #MobileMenu .navbar-nav {
            margin-top: 10px;
            margin-bottom: 10px;
            width: 75%;
            flex-direction: row;
            flex-wrap: wrap;
        }
        body.purina-lms #MobileMenu .navbar-nav>li {
            width: 50%;
            font-size: 0.9rem;
        }
        body.purina-lms #MobileMenu .navbar-nav>li:nth-child(1), body.purina-lms #MobileMenu .navbar-nav>li:nth-child(2) {
            width: 100%;
            margin-bottom: 0 !important;
        }
        body.purina-lms #MobileMenu .navbar-nav>li:nth-child(2) svg {
            width: 40px;
            height: 49px;
        }
        body.purina-lms #MobileMenu .navbar-nav .nav-link {
            padding-bottom: 0.25rem;
        }
        #topdressing+div .col-4 {
            flex: 0 0 auto;
            width: 83.33333333%;
        }
        .splide-collapse {
            display: none;
        }
        .korm-collapse .text-collapse {
            font-size: 0.75rem;
        }
    }
    @media (orientation: portrait) {
        .korm-collapse .col-6, .advice .col-6 {
            flex: 0 0 auto;
            width: 100%;
        }
        .korm-collapse .col-6 {
            display: none;
        }
        #topdressing+div .col-4 {
            flex: 0 0 auto;
            width: 100%;
        }
        .splide-all .splide__slide a {
            display: inline-block;
            width: calc(100vw - 100px);
        }
        .splide-video .splide__slide {
            width: calc(100vw - 100px) !important;
        }
        .splide-collapse .splide__slide>div {
            display: inline-block;
            width: calc(100vw - 75px);
        }
        .btn-gray-dark {
            padding: 14px 2px;
            width: 100%;
        }
        #RecTab, #KormTab {
            gap: 0.5rem !important;
            justify-content: space-between;
        }
        #RecTab .nav-item, #KormTab .nav-item {
            flex: 0 0 auto;
            width: 48%;
        }
        #RecTab .nav-item>button, #KormTab .nav-item>button {
            width: 100%;
        }
        #RecTab .nav-item>button>span, #KormTab .nav-item>button>span {
            font-weight: 500!important;
        }
        #RecTab .nav-item:last-child, #KormTab .nav-item:last-child {
            width: 100%;
        }
        .kvadrat {
            aspect-ratio: auto;
        }
        #learnvideo+div .col {
            padding-left: 0;
            padding-right: 0;
        }
        body.purina-lms .btn-lms-head {
            padding: 0.75rem 0.75rem !important;
        }
        /*#learnvideo+div .bg-gradient-orange {*/
        /*    padding-right: 1rem;*/
        /*}*/
        body.purina-lms #MobileMenu .navbar-nav {
            margin-top: 1rem;
        }
        .alert-cookie {
            width: 90%;
        }
        .progress-dash .col-6 {
            width: 100%;
            margin-top: 0.5rem !important;
        }
        .courses-dash .col-6 {
            width: 100%;
        }
        .progress-dash div:first-child {
            margin-bottom: 0.5rem;
        }
        .progress-dash .col-6>.border-1-gray {
            display: none !important;
        }
        .progress-dash .col-6>.bg-red {
            display: flex !important;
        }
        .notifications-list {
            max-width: 100%;
        }
    }
    .acc {
        display: none !important;
    }
    .text-end.text-sm-center.position-absolute {
        right: 0;
        font-size: 1rem !important;
        transform: none !important;
        margin-bottom: 3rem;
        margin-right: 1rem;
        left: auto !important;
        width: 170px;
    }
    .korm-collapse {
        font-size: 0.875rem;
    }
    .splide-all .splide__slide:last-child {
        padding-right: 0;
    }
    /*.splide-video .splide__slide:last-child {*/
    /*    padding-right: 3rem;*/
    /*}*/
    #feed+div>h2, #advice+div>div>h2, #recipe+div h2.h1, #map+div h2 {
        color: var(--orange);
    }
    #topdressing+div h3.h3 {
        font-weight: 800;
        font-size: 1.25rem !important;
        text-transform: uppercase !important;
    }
    #feed+div>h2, #advice+div>div>h2, #recipe+div h2.h1 {
        font-weight: 800;
    }
    #map+div h2:last-child {
        text-transform: capitalize !important;
        text-align: left !important;
        font-weight: 800;
    }
    #KormTabContent ul.fs-6 {
        font-size: 1rem !important;
    }
    #KormTabContent .tab-pane>.h-100 {
        height: auto !important;
    }
    .korm-mobile.nav.nav-pills button {
        padding: 0 0 4px 0;
        opacity: 0.5;
        color: var(--gray);
        border: 0;
        box-sizing: border-box;
        border-radius: 0;
    }
    .korm-mobile.nav.nav-pills button.active {
        background: none;
        color: var(--gray);
        opacity: 1;
        border-bottom: 1px solid var(--gray);
    }
    body.purina-main .swipe+ul {
        /*display: none !important;*/
        height: 0;
        overflow: hidden;
        transition: height 0.3s linear;
    }
    body.purina-main .swipe {
        position: relative;
        cursor: pointer;
        /*padding-top: 1rem;*/
        padding-bottom: 1.5rem;
    }
    body.purina-main .swipe::after {
        content: '';
        position: absolute;
        right: 0;
        width: 12px;
        height: 8px;
        top: 50%;
        transform: translateY(-50%);
        background-image: url('data:image/svg+xml,%3Csvg width="12" height="8" viewBox="0 0 12 8" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M0.5 0.5L6 6.5L11.5 0.5" stroke="%23D8D8D8" stroke-linecap="round" /%3E%3C/svg%3E');
        transition: all 0.3s linear;
    }
    body.purina-main .swipe.active::after {
        transform: translateY(-50%) rotate(180deg);
    }
    body.purina-main .swipe.active+ul {
        /*display: flex !important;*/
        height: auto;
    }
}
@media (max-width: 370px) {
    #RecTab .nav-item, #KormTab .nav-item {
        width: 48%;
    }
    #RecTab .nav-item>button>span, #KormTab .nav-item>button>span {
        font-size: .825rem !important;
    }
    body.purina-lms .btn-lms-head {
        padding: 0.75rem 0.75rem !important;
    }
    body.purina-lms header .acc {
        font-size: 0.75rem;
    }
}