:root {
    --color_main: #94AC81;
    --color_links: white;

    --container-width: 1920px;
    --container-padding-x: 16px;
}


html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', sans-serif;
    line-height: normal;

}

/* Для кнопок "Назад" и "Вперед" */
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
    background-color: transparent;
    color: inherit;
    transform: none;
    box-shadow: none;
}

a,
button {
    transition-duration: 0.2s;
}

button {
    cursor: pointer;
}

b {
    font-size: 24px;
    font-weight: bold;
}

button {
    background-color: var(--color_main);
    color: var(--color_links);
    border: none;
    border-radius: 4px;
    font-weight: 700;
    font-size: 24px;
}

button:hover {
    background-color: #5B6C4D;
}

.owl-dot>span {
    display: none !important;
}

.header_burger_button {
    display: none;
}

.header_mobile__menu {
    display: none;

    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;

    height: calc(100vh - 60px);

    background-color: #ffffff63;

    overflow-y: auto;
    z-index: 1000;
}

.header_mobile__info {
    background: #EEEEEE;
    border-radius: 7.36px;
    margin: 16px;
}

.header_mobile__telephone,
.header_mobile__email {
    display: flex;
    flex-direction: row;
    font-size: 20px;
    color: black;
    text-decoration: none;
    gap: 8px;
    
}

.header_mobile__telephone {
    margin: 0 16px 16px 14px;
}

.header_mobile__email {
    margin: 0 16px 34px 14px;
    font-weight: 500;
}

.header_mobile__telephone::before {
    content: "";
    display: block;
    background-image: url("../img/telephone.svg");
    width: 23px;
    height: 23px;
    background-repeat: no-repeat
}

.header_mobile__email::before {
    content: "";
    display: block;
    background-image: url("../img/email.svg");
    width: 23px;
    height: 23px;
    background-repeat: no-repeat
}

.header__email,
.header__name,
.header__telephone {
    color: var(--color_links);
    font-weight: bold;
    font-size: 24px;
    text-decoration: none;
    white-space: nowrap;
}

.header {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px 40px;
    background: #94ac81;
}

.header__email,
.header__telephone {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 400;
}


.header_mobile__info {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.header_mobile_info-container {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
}

.header_close__button {
    margin: 10px;
    width: 18px;
    height: 18px;
}

.header__email::before {
    content: "";
    background-image: url("https://armybeds.ru/img/armyBedsLanding/email.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    height: 22px;
    flex-shrink: 0;
}

.header__telephone::before {
    content: "";
    background-image: url("https://armybeds.ru/img/armyBedsLanding/telephone.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    flex-shrink: 0;
}

.choose-bed {
    display: flex;
    justify-content: space-between;
}

.choose-bed__inner_with_btn {
    padding: 200px 90px;
}

.star_img {
    width: 150px;
    height: 171px;
}

.choose-bed__title {
    font-size: 48px;
    color: black;
    font-weight: bold;
    margin: 0;
}

.choose-bed__min-price {
    font-size: 48px;
    color: #9D3C00;
    font-weight: bold;
    margin: 0;
}

.choose-bed__prikaz {
    font-size: 20px;
    color: black;
    font-weight: normal;
}

.choose-bed__title,
.choose-bed__min-price,
.choose-bed__prikaz {
    margin-bottom: 16px;
}

.choose-bed__btn {
    font-size: 20px;
    font-weight: bold;
    margin-top: 48px;
    width: 267px;
    height: 44px;
}

.choose-bed__inner_availability-container {
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;

}

.choose-bed__inner_availability {
    writing-mode: sideways-lr;
    font-size: 34px;
    font-weight: bold;
    background-color: #F3F3F3;
    border-start-end-radius: 20px;
    border-start-start-radius: 20px;
    padding: 100px 20px;
}


.choose-bed__inner_img {
    width: 1092px;
    height: 853px;
}

.dostinstva {
    margin: 100px 0;
    display: flex;
    justify-content: center;
}

.dostinstva__list {
    display: flex;
    gap: 24px;
}

.dostinstva__list-item {
    display: flex;
    background: #FFFFFF;
    box-shadow: 0px -0.841392px 18.3px rgba(0, 0, 0, 0.07);
    border-radius: 13px;
    padding: 27px;
}


.dostinstva__list-img {
    justify-content: center;
    align-items: center;
}

.dostinstva__list-text {
    align-content: center;
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    padding: 0 25px;
}

.cards-colored__container {
    background-color: #F3F3F3;
    padding: 27px 0;
}

.types_buttons__list {
    display: none;
    max-width: 100%;
    margin: 0 70px;
}

.types_buttons__list-desktop {
    display: none;
    max-width: 100%;
    margin: 0 70px;
    display: flex;
    justify-content: center;
    gap:20px;
}

.owl-carousel .owl-item:last-child {
    margin-right: 0 !important;
    /* Убираем отступ у последнего */
}

.types__btn {
    width: 175px;
    height: 45px;
}

.types_buttons__list .owl-stage {
    width: auto !important;
    display: flex;
    justify-content: center;
}

.cards {
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(4, 4fr);
    grid-template-rows: repeat(1, 1fr);
    margin: 90px;
}

.card__container {
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 31px;
    background-color: white;
    border-radius: 10px;
}

.card__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.card__img-container {
    width: 300px;
    height: 300px;
    align-content: center;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.card__title,
.card__article,
.card__sizes,
.card__weight,
.card__price {
    font-size: 16px;
    font-weight: 600;
}

.card__title {
    color: black;
    margin-top: 20px;
}

.card__article {
    color: #7D7D7D;
    margin-top: 28px;
}

.card__price b {
    color: black;
}

.card__sizes,
.card__price,
.card__weight {
    color: #7D7D7D;
    margin-top: 21px;
}


.card_button {
    font-size: 20px;
    margin-top: 32px;
    padding: 15px;
}


.dop_info {
    display: flex;
    justify-content: center;
    padding: 0 67px;
}

.dop_info__list {
    display: flex;
    margin-top: 115px;
    border-radius: 50px;
    box-shadow: 0px -0.841392px 21.0348px rgba(0, 0, 0, 0.07);
    padding: 43px 88px;
}

.dop_info__list-item {
    display: flex;
    align-items: center;
}

.dop_info__decor {
    position: relative;
    border-right: 2px solid var(--color_main);
    border-left: 2px solid var(--color_main);
}

.dop_info__cert-img {
    padding-right: 25px;
    width: 90px;
    height: 55px;
}

.dop_info__300-img {
    padding-left: 35px;
    width: 120px;
    height: 56px;
}

.dop_info__book-img {
    padding-left: 35px;
    padding-right: 25px;
    width: 71px;
    height: 53px;
}

.dop_info__list-item-text {
    padding: 21px 45px 21px 0;
}


.dop-slider {

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.dop-slider__text {
    margin-top: 126px;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
}

.dop-slider__container {
    display: flex;
    width: 1000px;
}


.owl-prev {
    background-image: url("../img/left_slider.svg") !important;
    width: 51px;
    height: 51px;
    bottom: 33%;
    left: -50px;
    position: absolute;
}

.owl-next {
    background-image: url("../img/right_slider.svg") !important;
    width: 51px;
    height: 51px;
    bottom: 33%;
    right: -50px;
    position: absolute;
}


.owl-next>span {
    display: none;
}

.owl-prev>span {
    display: none;
}

.dop-cards__list > .owl-nav {
    width: 90vw;
    position: absolute;
    right: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.dop-cards__list > .owl-nav > .owl-prev {
    background-image: url(../img/left_slider.svg) !important;
    width: 51px;
    left: 2vw;
    top: -270px;
    height: 51px;
    position: absolute;
    
}

.dop-cards__list > .owl-nav > .owl-next {
    background-image: url(../img/right_slider.svg) !important;
    width: 51px;
    height: 51px;
    top: -270px;
    right: 2vw;
    position: absolute;
}


.dop-cards__list {
    display: flex;
    gap: 30px;

}

.dop-card__item-container {
    display: flex;
    justify-content: center;
}

.dop-card__item {
    width: 90%;
}

.dop-card__img-container {
    margin-bottom: 30px;
    width: 200px;
    height: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.dop-card__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.dop-card__text-container {
    margin-bottom: 30px;
    padding: 0 10px;
}

.dop-card__text-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}


.dop-card__btn {
    font-size: 20px;
    width: 100%;
    padding: 10px;
}

.footer {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer__info {
    padding: 50px 0;
    width: 100%;
    background-color: #F3F3F3;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.footer__job-time {
    padding-bottom: 20px;
}

.footer__company {
    width: 100%;
    padding: 17px 0;
    background-color: #525252;
    color: white;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
}

.footer-email,
.footer-telephone {
    padding: 20px;
    text-decoration: none;
    color: black;
}

.footer-telephone {
    padding: 0 20px 20px 20px;
}

.hidden__card {
    display: none;
}

.owl-carousel {
    pointer-events: none;
    /* Отключает все взаимодействия */
}

/* Если вы хотите, чтобы ссылки внутри слайдов все же были кликабельны */
.owl-carousel button {
    pointer-events: auto;
}

@media (max-width: 1890px) {
    .cards {
        grid-template-columns: repeat(3, 3fr);
        margin: 16px;
    }

    .types_buttons__list,
    .types_buttons__list-desktop {
        max-width: calc(var(--container-width) + var(--container-padding-x) * 2);
        margin: 0 70px;
    }

    .types__btn {
        margin-top: 20px;
        width: 175px;
        height: 45px;
    }

    .types_buttons__list-desktop, 
    .types_buttons__list .owl-stage {
        display: flex;
        flex-wrap: wrap;
    }
}


@media (max-width: 1700px) {
    .choose-bed__inner_img {
        width: 100%;
        height: auto;
    }

    .choose-bed {
        flex-direction: column-reverse;
    }

    .choose-bed__inner_with_btn_content {
        display: flex;

    }

    .choose-bed__inner_availability-container {
        margin-left: none;
        width: 100%;
    }

    .choose-bed__inner_availability {
        transform: none;
        position: static;
        align-items: center;
        display: flex;
        justify-content: center;
        border-end-start-radius: 20px;
        border-end-end-radius: 20px;
        border-start-start-radius: 0px;
        border-start-end-radius: 0px;
        background-color: #F3F3F3;
        padding: 20px;

        writing-mode: horizontal-tb;

        font-size: 24px;
    }

    .choose-bed__inner_with_btn {
        margin: 0 64px;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .choose-bed__btn {
        margin: 0;
        width: 297px;
    }

    .choose-bed__text {
        margin: 25px;
    }

    .choose-bed__title,
    .choose-bed__min-price {
        font-size: 36px;
    }

    .choose-bed__prikaz {
        font-size: 20px;
    }

    .choose-bed__title,
    .choose-bed__min-price,
    .choose-bed__prikaz {
        text-align: center;
        margin-bottom: 16px;
    }

    .dostinstva__list-img {
        width: 67px;
        height: auto;
    }

    .dostinstva__list-text {
        font-size: 16px;
        font-weight: bold;
        text-align: center;
    }

    .types__btn {
        margin-top: 20px;
        width: 175px;
        height: 45px;
    }

    .types__btn {
        font-size: 16px;
    }

    .cards {
        grid-template-columns: repeat(3, 3fr);
        margin: 16px;
    }

    .card_button {
        font-size: 16px;
        margin-top: 32px;
        padding: 10px;
    }

    .dop-card__btn {
        font-size: 16px;
    }

}

@media (max-width: 1500px) {
    .cards {
        grid-template-columns: repeat(2, 2fr);
        margin: 16px;
    }


    .types__btn {
        margin-top: 20px;
        width: 175px;
        height: 45px;
    }

}

@media (max-width: 1150px) {

    .dop-slider__container {
        width: 700px;
    }

    .dop_info__list {
        flex-direction: column;
        box-shadow: none;
    }

    .dop_info__list-item {
        justify-content: center;
        margin: 30px 0;
    }

    .dop_info__decor {
        border-left: none;
        border-right: none;
    }

    .dop_info__decor::before {
        content: "";
        position: absolute;
        width: 80px;
        height: 3px;
        top: -30px;
        background-color: var(--color_main);
    }

    .dop_info__decor::after {
        content: "";
        position: absolute;
        width: 80px;
        height: 3px;
        bottom: -30px;
        background-color: var(--color_main);
    }


}

@media (max-width: 940px) {

    .choose-bed__inner_availability {
        transform: none;
        position: static;
        align-items: center;
        display: flex;
        height: 47px;
        width: 225px;
        justify-content: center;
        border-end-start-radius: 20px;
        border-end-end-radius: 20px;
        background-color: #F3F3F3;

        font-size: 20px;
    }


    .dostinstva__list {
        flex-direction: column;
    }

    .owl-carousel {
        pointer-events: auto;
        /* Отключает все взаимодействия */
    }

    .types_buttons__list {
        margin-left: 16px;
    }

    .types_buttons__list {
        max-width: 100%;
        margin: 0 16px;
    }

    .types_buttons__list {
        display: block;
    }

    .types_buttons__list-desktop {
        display: none;
    }

    .owl-stage {
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
    }

    .owl-stage {
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
    }

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

    .dop-slider__container {
        width: 500px;
    }



    .owl-dots {
        display: block !important;
        /* Или flex, grid */
        text-align: center;
        margin-top: 20px;
    }

    .owl-dot {
        display: inline-block;
        width: 45px;
        height: 2px;
        border-radius: 0;
        background: #888888 !important;
        margin: 0;
    }

    .owl-dots {
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

    .owl-dot {
        display: inline-block;
        width: 15%;
        height: 2px;
        border-radius: 0;
        margin: 0;
    }

    .owl-dot.active {
        height: 6px;
        border-radius: 20%;
    }
    
    .dop-cards__list > .owl-dots {
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

    .owl-dot.active {
        background: #888888 !important;
        height: 4px;
        border-radius: 10%;
    }

    .dop-cards__list > .owl-dots > .owl-dot {
        width: 90px;
        height: 2px;
        border-radius: 0;
        margin: 0;
    }

    .dop-cards__list > .owl-dots > .owl-dot.active {
        background: #888888 !important;
        height: 6px;
        border-radius: 20%;
    }

}

@media (max-width: 768px) {
    .header {
        flex-direction: row;
        justify-content: space-between;
        padding: 15px 20px;
    }

    .header_burger_button {
        display: block;
    }

    .header__email,
    .header__telephone {
        display: none;
    }

    .choose-bed__inner_img {
        width: 100%;
        height: auto;
    }

    .choose-bed__inner_with_btn {
        margin: 0;
    }

    .star_img {
        display: none;
    }

    .choose-bed__inner_availability {
        font-size: 20px;
        padding: 0;
    }

    .choose-bed__title,
    .choose-bed__min-price {
        font-size: 24px;
    }

    .choose-bed__prikaz {
        font-size: 16px;
    }

    .choose-bed__btn {
        width: 366px;
    }

    .dostinstva__list {
        flex-direction: column;
    }


    .types_buttons__list {
        max-width: 100%;
        margin: 27px 16px;
    }

    .owl-stage {
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
    }

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

    .card__img-container {
        width: 200px;
        height: 200px;
    }

    .dop_info {
        padding: 0 16px;
    }

    .dop_info__list {
        flex-direction: column;
        padding-left: 0;
        padding-right: 0;
    }



    .dop_info__cert-img {
        padding-left: 40px;
    }

    .dop-slider__text {
        font-size: 20px;
    }

    .dop-slider__container {
        width: 500px;
    }

    .dop_info__list-item {
        justify-content: center;
        padding: 10px;
        margin: 30px 0;
    }

    .dop_info__decor {
        border-left: none;
        border-right: none;
    }

    .dop_info__list {
        position: relative;
    }

    .owl-nav {
        display: none;
    }

    .footer__info>p,
    a {
        font-size: 16px;
    }

    .footer__company {
        font-size: 16px;
    }

    .choose-bed__inner_with_btn>a {
        text-decoration: none;
        display: flex;
        justify-content: center;
        width: 90%;
    }

    .cards {
        gap: 16px;
    }

    .card__container {
        margin: 0;
    }

}


@media (max-width: 500px) {

    .types__btn {
        width: 140px;
        height: 45px;
    }

    .dop-card__item {
        width: 90%;
    }

    .dop-slider__container {
        width: 100%;
    }

   
}

@media (max-width: 460px) {
    .cards-colored__container {
        padding-top: 0;
    }
    .dop-cards__list > .owl-dots {
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

    .dop-cards__list > .owl-dots > .owl-dot {
        width: 15%;
        height: 2px;
        border-radius: 0;
        margin: 0;
    }

    .dop-cards__list > .owl-dots > .owl-dot.active {
        background: #888888 !important;
        height: 6px;
        border-radius: 20%;
    }

    .dop_info__list {
        margin-top: 0;
    }

    .dop_info__list {
        padding: 0;
    }

    .dop-slider__text {
        margin-top: 0;
    }


    .footer__info {
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-telephone {
        padding: 0;
        margin-top: 30px;
    }

    .footer-email {
        padding: 0;
        margin: 20px;
    }

    .footer__job-time {
        width: 201px;
    }

    .footer__address {
        width: 262px;
        padding-bottom: 30px;
    }
}