.checkbox:not(.checkbox-basket) {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.checkbox:not(.checkbox-basket) label {
    width: calc(100% - 20px);
    padding-left: 10px;
    text-align: left;
    line-height: 1;
}
.partners-input-parent label.activePaymentLabel {
    border-color: #46a3df;
}
.partners-input-parent label {
    border: 2px solid #c3c3c3;
    border-radius: 4px;
}
.basket-content .checkbox.checkbox-basket {
    margin-left: auto;
    display: block !important;
    position: relative;
    text-align: left;
    width: 100%;
}

.basket-content .checkbox.checkbox-basket > label {
    padding-left: 25px;
    line-height: 1.5;
}
.basket-content .checkbox input[type=radio] {
    display: none;
}

.basket-content .checkbox.checkbox-basket > label:before {
    top: 0;
    margin-top: 3px;
    content: '';
    width: 13px;
    height: 13px;
    border: 1px solid #6b6c77;
    border-radius: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.basket-content .partners-input-parent .checkbox label {
    padding: 20px;
    width: auto;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 84px;
    padding: 0 0;
}
.basket-content .checkbox label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    width: auto;
    /*opacity: 0.5;*/
    height: 100%;
    color: #6a6a6a;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    font-family: 'opensans-regular';
    letter-spacing: 0.4px;
    margin-bottom: 0;
}
.basket-content .checkbox label img {
    display: block;
    margin: 0 auto;
    max-width: 104px;
}
.basket-content .checkbox label img {
    display: block;
    margin: 0 auto;
    max-width: 104px;
}
.safe-deal {
    margin: 0 auto;
    text-align: center;
}
@media (max-width: 991px) {
    .safe-deal {
        margin: auto 10px;
    }
}
.popup__mask {
    z-index: -1;
}
.officeMiniShop2 table td {
    padding: 0;
    margin: 0;
}

.fotorama__thumb-border {
    position: absolute;
    z-index: 9 !important;
    top: 8px;
    left: 2px;
    opacity: 1;
    border-bottom: 3px solid #6cbee9 !important;
}

.desktop .radio__label:hover .radio__icon_checkbox {
    border-color: #2da3df;
}
.radio__input:checked + .radio__icon_checkbox {
    background: #2da3df;
    border-color: #2da3df;
}
.radio__icon_checkbox {
    width: 10px;
    height: 10px;
    margin: -4px 0 0;
    position: absolute;
    top: 50%;
    left: 0;
    background: #f6f6f6;
    border: 1px solid #dedede;
}
.mozilla .radio__icon_checkbox {
    margin: -3px 0 0;
}
.card__price-old{
    font-size: 18px;
    opacity: 0.6;
}
#jGrowl {
        z-index: 999999;
}
.card-block__cols{
    padding-bottom: 20px;
}
#msOrder input.error {
    border: 1px solid brown !important;
}
#msOrder label.error {
    border: 0px solid brown !important;
    position: absolute;
}
.header-nav__list {
    margin: 0 -20px;
}
#office-profile-form .help-block {
    color: red;
    font-size: 14px;
}


.features__content .image-container {
  position: relative;
  width: 100%; /* Контейнер занимает всю ширину экрана */
  overflow: hidden; /* Убираем прокрутку по умолчанию */
  display: flex;
  align-items: center; /* Центрируем изображение по вертикали */
}

.features__content .scrollable-image {
  display: block;
  max-height: 100%; /* Устанавливаем максимальную высоту */
  max-width: none; /* Убираем автоматическое ограничение ширины */
}
