@charset "UTF-8";
html,
body {
    position: relative;
    width: 100%;
    min-width: 320px;
    height: 100%;
    margin: 0;
    overflow-x: hidden;
    scroll-behavior: smooth;
}
h1,
h2 {
    font-family: "DINPro", Verdana, Geneva, Tahoma, sans-serif;
    font-weight: normal;
}
p {
    /* text-align:left; */
    margin-bottom: 0;
}
a {
    color: #00b0ff;
    font-weight: normal;
    text-decoration: none;
    letter-spacing: 0.01em;
    font-family: Helvetica, Arial, Verdana, sans-serif;
}
a.disabled {
    pointer-events: none;
    cursor: default;
    color: #999;
}
.container {
    min-width: 320px;
}
.header {
    background: rgb(33, 33, 33);
    background: linear-gradient(
        110deg,
        rgba(33, 33, 33, 1) 20%,
        rgba(14, 38, 50, 1) 35%,
        rgba(10, 42, 56, 1) 50%,
        rgba(14, 38, 50, 1) 65%,
        rgba(33, 33, 33, 1) 80%
    );
    min-height: 57px;
}

/* Navbar */
.navbar {
    justify-content: center;
    column-gap: 8px;
    min-height: 56px;
    min-width: 360px;
}
.navbar-dark .navbar-toggler {
    width: 28px;
    height: 28px;
    border: none;
    padding: 0;
    position: absolute;
    left: 20px;
    top: 15px;
}

.navbar-dark .navbar-nav .nav-link,
.footer-card-link,
.footer-card-link {
    color: #ffffff;
    font-weight: normal;
}
.navbar-dark .navbar-nav .nav-link {
    letter-spacing: 0.04em;
    font-size: 16px;
    line-height: 28px;
}
.navbar-dark .navbar-nav .nav-link:hover,
.footer-card-link:hover,
.footer-card-linkhover {
    color: #00b0ff;
    font-weight: normal;
    text-decoration: none;
}
.footer__logo,
.navbar__logo {
    display: flex;
    align-items: flex-end;
    line-height: inherit;
    column-gap: 8px;
    white-space: nowrap;
    padding: 5px;
    text-decoration: none;
}

.footer__logo {
    padding: 5px 0;
}

.footer__logo:hover,
.footer__logo:focus,
.navbar__logo:hover,
.navbar__logo:focus {
    text-decoration: none;
}
.logo__img,
.logo__text {
    font-family: "DINPro";
    color: #fff;
    margin: 0;
    font-size: 22px;
    line-height: 28px;
}
.navbar__search {
    position: absolute;
    right: 55px;
    top: 15px;
    background: transparent;
    border: none;
    height: 24px;
    width: 24px;
    padding: 0;
}

.navbar__basket {
    position: absolute;
    right: 15px;
    top: 15px;
}

.basket__baloon {
    width: 1.5em;
    height: 1.5em;
    background-color: #00b0ff;
    border-radius: 50%;
    position: absolute;
    top: -0.8em;
    right: -0.6em;
    text-align: center;
    font-size: 13px;
    color: white;
}

.navbar__basket:hover .basket__baloon,
.navbar__basket:focus .basket__baloon,
.basket__baloon:focus,
.basket__baloon:hover {
    background-color: #0087db;
}
.headerr {
    min-height: 57px;
    background: rgb(33, 33, 33);
    background: linear-gradient(
        110deg,
        rgba(33, 33, 33, 1) 20%,
        rgba(14, 38, 50, 1) 35%,
        rgba(10, 42, 56, 1) 50%,
        rgba(14, 38, 50, 1) 65%,
        rgba(33, 33, 33, 1) 80%
    );
}
.headerr__navi {
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.95);
    opacity: 0.9;
}
.navi {
    margin-left: 0.75rem;
}
.navi-toggler {
    display: block;
    position: absolute;
    left: 20px;
    top: 17px;
    border: none;
    background: none;
}
.navi-toggler:active {
    outline: none;
    border-bottom: 1px solid white;
}
.navi__list {
    display: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.navi__item {
    height: 56px;
    border-left: 1px solid rgba(255, 255, 255, 0.95);
    opacity: 0.95;
    display: flex;
    align-items: center;
}
.navi__item:last-of-type {
    border-right: 1px solid rgba(255, 255, 255, 0.95);
    opacity: 0.95;
}

.navi__btn {
    display: flex;
    padding: 0.75rem;
    width: 100%;
    font-size: 14px;
    text-decoration: none;
    height: 56px;
    align-items: center;
    color: rgba(255, 255, 255, 0.95);
    transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.navi__btn:hover,
.navi__btn:focus {
    text-decoration: none;
    border-bottom: 3px solid white;
    color: white;
}
.navi__basket {
    top: 17px;
}
.headerr__menu {
    position: absolute;
    width: 100%;
    height: 340px;
    display: flex;
    flex-direction: row;
    align-self: flex-start;
    background-color: rgba(14, 38, 50, 0.9);
    z-index: 100;
    background: linear-gradient(
        90deg,
        rgba(33, 33, 33, 1) 10%,
        rgba(14, 38, 50, 1) 25%,
        rgba(10, 42, 56, 1) 50%,
        rgba(14, 38, 50, 1) 75%,
        rgba(33, 33, 33, 1) 90%
    );
    backdrop-filter: blur(40px);
    min-width: 320px;
    overflow: hidden;
    transition: 0.6s all cubic-bezier(0.075, 0.82, 0.165, 1);
}
.headerr__menu-hidden {
    height: 0px;
}
.menu__sections {
    flex: 1;
    padding: 1rem;
}
.menu__list {
    display: flex;
    flex-direction: column;
    padding: 0;
}
.menu__item {
    padding: 0.25rem 0rem;
    font-size: 15px;
}
.menu__link {
    color: rgba(255, 255, 255, 0.95);
    text-decoration: none;
}
.menu__brands {
    flex: 1;
    padding: 0.75rem;
}
.brands__list {
    padding: 0;
    list-style-type: none;
}
.brands__title {
    color: rgba(255, 255, 255, 0.95);
    font-size: 15px;
    padding: 0.25rem 0.5rem;
    opacity: 0.8;
}
.brands__link {
    padding: 0.25rem 0.5rem;
    font-size: 15px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.95);
}
.brands__link:hover,
.brands__link:focus,
.menu__link:hover,
.menu__link:focus {
    color: rgba(255, 255, 255);
    text-decoration: none;
}
.menu__news {
    display: none;
    flex: 2;
    padding: 1rem;
}
.news-card {
    display: block;
    clear: both;
    cursor: pointer;
    text-decoration: none;
    opacity: 0.9;
}
.news-card:hover,
.news-card:focus {
    text-decoration: none;
    opacity: 1;
}
.news-card__img {
    background-color: red;
    float: left;
    margin-right: 14px;
    margin-bottom: 14px;
}
.news-card__content {
    min-height: 120px;
    color: rgb(255, 255, 255);
}
.news-card__title {
    font-size: 16px;
}
.news-card__text {
    font-size: 14px;
    opacity: 0.85;
}
/* End of Navbar */

.search__group {
    border: 1px solid #00b0ff;
    border-radius: 8px;
    box-shadow: 1px 3px 8px 1px #cdcdcd;
    min-width: 320px;
}

.search-block {
    padding-top: 20px;
    padding-bottom: 20px;
}
.section-info {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 16px auto;
}

.section-imaged {
    background: url(/template/images/bands-cover.png);
}
/* SEARCH */
.form-search {
    border: 2px solid #00b0ff;
    justify-content: space-between;
    display: grid;
    grid-template-columns: minmax(285px, 1fr) minmax(35px, 70px);
    font-size: 0.8em;
    line-height: 1em;
    border-radius: 7px;
    width: 100%;
    box-shadow: 1px 3px 6px 1px #dfdfdf;
}
.input-search {
    padding: 0.375rem 0rem 0.375rem 0.375rem;
    border: 1px solid transparent;
    border-radius: 5px 0 0 5px;
    font-size: 14px;
    height: 36.5px;
}
::-webkit-input-placeholder,
::-moz-placeholder {
    font-size: 15px;
    padding: 0.375rem 0.05rem 0.375rem 0.375rem;
}
.input-search:focus {
    outline: none;
}
.form-options {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    /* border-bottom: 1px solid #00b0ff; */
    transition: all 0.5s ease-out;
    overflow: hidden;
    max-height: 0px;
}

/* advsearch */
.checkbox__group {
    display: flex;
    gap: 0.5em;
    margin: 0.5em 0px;
}
.checkbox__button {
    display: flex;
    gap: 0.5em;
    align-items: center;
    margin: 0.25em 0 0 0;
    padding: 0.25em 0.25em;
    font-size: 14px;
    background-color: transparent;
    width: 100%;
    border: transparent;
}
.checkbox__button:focus,
.checkbox__button:focus-visible {
    outline: none;
}
.checkbox__box {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    margin: 0.25em;
    font: inherit;
    color: #00b0ff;
    width: 1.75em;
    height: 1.75em;
    border: 0.11em solid #00b0ff;
    border-radius: 0.25em;
    display: grid;
    place-content: center;
    box-shadow: 1px 1px 6px 1px #00263617;
    cursor: pointer;
}
.checkbox__box::before {
    content: "";
    width: 1.2em;
    height: 1.2em;
    transform: scale(0);
    transition: 150ms transform ease-in-out;
    box-shadow: inset 1.2em 1.2em #00b0ff;
    cursor: pointer;
}
.checkbox__box:checked::before {
    transform: scale(1);
}
.checkbox__label {
    margin: 0;
    font-size: 16px;
    cursor: pointer;
}

/* AUTOCOMPLETE */
.autocomplete {
    position: relative;
    display: inline-block;
}

.autocomplete__input {
    border: 1px solid transparent;
    padding: 10px;
    font-size: 16px;
    width: 100%;
}

.autocomplete__list {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
    max-height: 405px;
    overflow: scroll;
    padding: 0;
}

.autocomplete__item {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
    list-style: none;
}

.autocomplete__item:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9;
}
.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: #00b0ff !important;
    color: #ffffff;
}

.select__category {
    padding: 0px 10px 5px;
}

.select__category-flatened {
    height: 41px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column: 1 / -1;
    align-items: center;
    padding: 0;
    border: none;
    border-top: 1px solid #00b0ff;
    margin-top: 10px;
    height: fit-content;
}
.select__group {
    display: grid;
    grid-template-columns: auto;
    align-items: baseline;
    margin: 0.2em 0;
}
.select__group-checkbox-centered {
    align-items: center;
    place-content: center;
    grid-template-columns: 40px 120px;
    /* border: 1px solid #eae8e8; */
    /* border-radius: 5px; */
    /* padding: 2px 6px; */
    margin: 0;
    background-color: #fff;
    margin: 2px 4px;
    place-self: center;
    width: 100%;
}

.select__label {
    width: auto;
    margin: 0;
}
.select__input,
.select__select {
    font-size: 15px;
    border: 1px solid #00b0ffaa;
    box-shadow: 1px 1px 6px 1px #00263617;
    padding: 0.175em 0.25em;
}
.checkbox__box:checked .select__select:focus-visible {
    outline: #00b0ffaa 1px solid;
    border-radius: 0.25em;
}
.btn-search {
    height: 36.5px;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 0 0.25em 0.25em 0;
    transition: 0.5s all;
    appearance: none;
    -webkit-appearance: none;
    background: #00b0ff;
    transition: 0.5s all ease-in-out;
    padding: 0;
    opacity: 1;
}
.btn-search-svg {
    width: 24px;
    height: 24px;
    transition: 0.5s all ease-in-out;
}
.btn-search:hover,
.btn-search:focus {
    background-color: #0087db;
    transition: 0.5s all ease-in-out;
}
.btn-search:hover .btn-search-svg,
.btn-search:focus .btn-search-svg {
    /* fill: #00b0ff; */
    transition: 0.5s all ease-in-out;
}
.btn-search-texted {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    color: #fff;
    border: 2px solid #00b0ff;
    height: 100%;
    border-radius: 0 0 0.25em 0;
}
.btn-search-transparent {
    opacity: 0;
    height: 0;
    border: none;
    pointer-events: none;
}
.search-hint {
    font-size: 16px;
    color: rgb(60, 60, 60);
    margin-top: 0.5em;
    padding: 0.5em 0;
}

/* ERROR */
.error-404 {
    background: #cdcdcd;
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 20px;
}
.error-404 h1,
.error-404 p {
    color: #00b0ff;
    text-align: center;
}
.error-404 h1 {
    font-size: 60px;
}
.error-404 p {
    font-size: 24px;
}

/* CARD */
.card {
    box-shadow: 1px 1px 4px 2px #efefef;
    transition: all 0.4s ease-in-out;
}

.card:hover {
    box-shadow: 1px 1px 10px 6px #efefef;
    transition: all 0.4s ease-in-out;
}

.logo-link {
    width: 140px;
}

.card img.logo {
    width: 120px;
    margin: 8px 10px 0;
}
.card__brand-logo {
    padding: 6px 0 0 10px;
}
.card-body {
    padding: 10px 10px 10px;
    overflow: hidden;
}
.card-title {
    margin-bottom: 0.5rem;
}
.card-title .text {
    float: left;
}
.card-title .price {
    float: right;
}
.card-img-200h {
    max-height: 200px;
    max-width: 200px;
    object-fit: contain;
}
.order-cart-header p {
    text-align: left;
}
.card form {
    clear: both;
}
.btn-buy,
.btn-preor,
.btn-back,
.btn-basket {
    background: #00b0ff;
    border: 2px solid #00b0ff;
    color: #ffffff;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -ms-border-radius: 0.5em;
    -o-border-radius: 0.5em;
    border-radius: 0.5em;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0.5em 1em;
    z-index: 10;
}
.btn-basket {
    height: auto;
    width: auto;
}
.btn-buy:hover,
.btn-preor:hover,
.btn-back:hover,
.btn-basket:hover,
.btn-buy:focus,
.btn-preor:focus,
.btn-back:focus,
.btn-basket:focus {
    background: #ffffff;
    color: #00b0ff;
}
.required-field-pre {
    font-size: 12px;
    color: #721c24;
}
.product-quantity {
    float: right;
    margin-top: 17px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.product-quantity input {
    width: 35px;
    text-align: center;
}
#notification {
    clear: both;
    font-size: 15px;
    line-height: 17px;
}
.minus_but,
.plus_but,
.prod_plus,
.prod_minus {
    display: inline-block;
    background: #00b0ff;
    border: 1px solid #00b0ff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    color: #ffffff;
    line-height: 16px;
    cursor: pointer;
    text-align: center;
    margin: 0 0.75em;
    user-select: none;
}
.prod_plus {
    margin-right: 5px;
}
.minus_but:hover,
.plus_but:hover,
.prod_plus:hover,
.prod_minus:hover {
    background: #ffffff;
    color: #00b0ff;
}

.minus_but-disabled,
.minus_but-disabled:hover,
.plus_but-disabled:hover,
.prod_plus-disabled:hover,
.prod_minus-disabled:hover {
    cursor: none;
    pointer-events: none;
    color: #4b4b4b;
    border: 1px solid #bdbdbd;
    background-color: #bdbdbd;
}

.page-link {
    color: #00b0ff;
}
.page-item.active .page-link {
    background-color: #00b0ff;
    border-color: #00b0ff;
}

.cart-img-bottom {
    height: 350px;
}

/* BREADCRUMBS */
.breadcrumb > .active a {
    color: #000000;
}
/* ARTICLE */
.article-menu {
    top: 2rem;
}
.article-title {
    font-size: 2em;
}
.article-topic {
    padding-bottom: 20px;
    border-bottom: 2px double #6f7780;
    margin-bottom: 20px;
}
.topic__title {
    font-size: 1.5em;
}
.article-subtopic {
    padding-top: 5px;
    border-top: 1px solid #82878b;
    margin-top: 10px;
}
.subtopic__title {
    font-size: 1.25em;
}
.carousel-control-next,
.carousel-control-prev {
    opacity: 0.45;
    width: 35px;
    background-color: rgba(200, 200, 200, 0.25);
    border: none;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 15em;
    height: 20em;
}
.carousel-caption h5 {
    position: absolute;
    right: -5%;
    font-size: 2em;
    text-shadow: 1px 1px 2px #000000;
}
article div:last-child {
    border-bottom: none;
}
.article-topic:last-child {
    border-bottom: none;
}
.article-tellink-bold {
    color: #000000;
    font-weight: bold;
}
/* FOOTER */
.footer-container {
    background: radial-gradient(
        farthest-corner at 110% -100%,
        rgba(33, 33, 33, 1) 15%,
        rgba(14, 38, 50, 1) 25%,
        rgba(10, 42, 56, 1) 35%,
        rgba(14, 38, 50, 1) 50%,
        rgba(33, 33, 33, 1) 75%
    );
}
.footer-container .footer-card {
    background: transparent;
    color: #ffffff;
}

.footer-container {
    display: flex;
    flex-direction: column;
    /* padding: 10px; */
    min-width: 320px;
}
.footer-navlist {
    padding: 0;
    list-style: none;
    list-style-type: none;
    color: #ffffff;
}
.footer-nav {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
}

.social-icon p {
    margin-bottom: 0;
    padding-bottom: 10px;
}
.social-icon img {
    margin-right: 15px;
}
.footer-card {
    padding: 0;
    width: 100%;
}
.footer-card-title {
    font-size: 16px;
    margin-bottom: 0;
}
.footer-card-text {
    margin: 0;
    padding: 0;
}
.copyright p {
    padding-bottom: 0;
}

/* CATALOG */
.ul-brands {
    margin: 1em 0;
    padding-left: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, 330px);
    gap: 1.5em;
    list-style-type: none;
}
.ul-brands li ul {
    font-size: 15px;
    padding-left: 0;
    list-style-type: none;
}
.ul-brands li ul li {
    line-height: 17px;
    margin-bottom: 10px;
}

/* PRODUCT */
.product__block {
    min-width: 320px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 10px;
}

.photos {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}
.product-block-left {
    min-width: 320px;
    width: 100%;
    flex: 1;
}
.product__avaliable {
    display: flex;
    flex-direction: column;
    gap: 0;
    justify-content: space-between;
    padding: 8px 16px;
    font-size: 15px;
    background: #f5f5f5;
    border-radius: 6px;
    width: fit-content;
    margin: 4px auto 2px 0;
}
.product_avail {
    padding: 0.2em 0px 0.4em;
    display: flex;
    align-items: center;
    gap: 10px;
}

.avail__title {
    font-size: 1.2em;
    margin-bottom: 0;
}

.product__title {
    font-size: 32px;
}

.avaliable__title {
    font-weight: bold;
    min-width: 130px;
    margin: 0;
}

.avaliable__points-list {
    flex: 1 0 100%;
}

.avaliable__point {
    display: block;
}

.product-description-table {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #b2b2b2;
    border-radius: 6px;
    padding: 2px 4px;
    color: #2b2b2b;
    font-size: 15px;
    clear: both;
}

table.product-table td {
    min-width: 130px;
    vertical-align: top;
    line-height: 16px;
    padding-top: 5px;
    padding-left: 5px;
}

table.product-table th {
    min-width: 160px;
    vertical-align: top;
    line-height: 16px;
    padding-top: 5px;
}

.product-social-button {
    float: right;
    margin: 5px 10px 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.card-img-300h {
    max-height: 300px;
    max-width: 100%;
}
.img_middle_small {
    display: block;
    width: 80px;
    height: 100%;
    border: 1px solid #ededed;
    background: #fff;
    border-radius: 6px;
    text-align: center;
}
.img_middle_small img {
    height: 110px;
    width: 100%;
    object-fit: scale-down;
}
.subcatalog__group {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    margin: 0.8em auto;
    text-align: center;
}
.brand-header {
    margin-right: auto;
}

/* CART */
.checkout__container {
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column-reverse;
    font-size: 0.75em;
}
/* to delete */
.checkout-block {
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column-reverse;
    font-size: 0.75em;
}
.checkout_field {
    float: left;
    border: 1px solid #b2b2b2;
    border-radius: 0.5em;
    margin-top: 20px;
    padding: 0.5em;
    height: min-content;
}

.checkout-block-left,
.checkout-block-right {
    float: left;
    border: 1px solid #b2b2b2;
    border-radius: 0.5em;
    margin-top: 20px;
    padding: 0.5em;
    height: min-content;
}

.form_pair {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cart__label {
    width: 50%;
}

.required-field {
    text-align: center;
    color: #a90808;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
}
#accordeon h2 {
    font-size: 18px;
}
.acc-head-num {
    font-weight: bold;
    margin-right: 10px;
}
form.form-order .form-group label span {
    color: #a90808;
    font-weight: bold;
}
.acc-but {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    background: #000000;
    color: #ffffff;
    margin: 0 auto;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    border: none;
    border-radius: 2em;
    display: block;
    width: 100%;
    margin-top: 1em;
}
.acc-but:hover,
.acc-but:focus {
    color: #00b0ff;
}
.acc-but:active {
    color: #0094d9;
}
.order-cart-div,
.order-cart-body {
    overflow: hidden;
}
.order-cart-body {
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
    min-width: 150px;
}
.order-cart-div {
    border-bottom: 1px solid #707070;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.order-cart-sum-div {
    display: flex;
    justify-content: space-between;
    width: initial;
}

.order-cart-div input,
.order-cart-sum-div input {
    max-width: 4.5em;
    font-weight: bold;
    border: none;
    text-align: right;
}

.cart__label {
    margin: 0.4em 0.2em;
    width: 100%;
}
.checkout-block-right h2 {
    background: url(/template/images/Icon_Shop_Bag_Min.png) no-repeat;
    font-size: 24px;
    padding-left: 30px;
    padding-bottom: 5px;
}
.checkout-block-right h3 {
    font-size: 16px;
    margin-bottom: 0;
}
.order-cart-header {
    margin-right: auto;
    font-size: 14px;
}
.order-cart-delete {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
.order-cart-delete button {
    border: none;
    background: none;
}
.order-cart-sum {
    float: right;
    font-size: 12px;
    text-align: left;
    margin-top: 0.5em;
}
.order-cart-sum-div input {
    text-align: right;
    font-family: inherit;
    width: 100px;
    margin-left: auto;
}
.order-cart-sum-name {
    font-size: 12px;
    margin: 0;
    padding-top: 2px;
    padding-bottom: 0;
    display: contents;
}
.order-cart-product {
    display: block;
    height: 100%;
    max-width: 80px;
    max-height: 120px;
    margin: 0 auto;
}
.order-cart-image {
    max-height: 120px;
    width: auto;
}
.cart-line {
    font-size: 12px;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: baseline;
    padding: 0.1em 0;
}

.pickup-services__option {
    margin: 4px 0;
    padding: 2px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border: 1px solid #212121;
    border-radius: 8px;
    flex-wrap: wrap;
}

.pickup-services__label {
    width: 100%;
    height: 100%;
    margin: 0;
    font-size: 14px;
    display: flex;
    align-items: center;
    padding: 4px;
}

.pickup-services__radio {
    line-height: 14px;
    margin-right: 8px;
    vertical-align: middle;
}

.inserted {
    font-weight: 800;
}
.rubl {
    line-height: inherit;
}
.img_middle_small {
    /* text-align:center;
	margin-top:10px; */
}
.article form {
    border: 1px solid #00b0ff;
    border-radius: 0.5em;
    padding: 10px 10px 0;
    overflow: hidden;
}
.tmp-report {
    max-width: 1240px;
    margin: 10px auto;
    border: 1px solid #660000;
    padding: 10px 15px;
}
.tmp-report p {
    text-align: left;
    color: #660000;
}

/* Form Validation */
.alert-hidden {
    display: none;
}

.form-control:invalid:not(:focus):not(:placeholder-shown) {
    background-color: rgba(234, 90, 114, 0.1) !important;
}

.form-control:valid:not(:focus):not(:placeholder-shown) {
    background-color: rgba(93, 198, 118, 0.1) !important;
}
.form-control:-internal-autofill-selected {
    background-color: transparent !important;
}

.serv-radio {
    margin-top: 0.5em;
    display: block;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.35s ease-out;
}

.form-check {
    line-height: 20px;
    font-size: 14px;
}

.pay-but {
    /* display: none; */
    border: 1px solid #00b0ff;
}

/* MEDIA */
@media screen and (min-width: 319px) {
    .card img.plus,
    .img_middle_big img.plus {
        width: auto;
        height: 300px;
        transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476);
        position: relative;
        user-select: none;
        border-radius: 4px;
    }

    .img_middle_big img.plus {
        z-index: -1;
        object-fit: contain;
    }
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}
main {
    margin: 0 auto;
}
.card-title {
    font-size: 20px;
}
h1.article-header,
h1.brand-header {
    font-size: 24px;
}
h2 {
    font-size: 16px;
}
.article h2 {
    font-size: 21px;
}
h1.article-header,
h1.brand-header,
.article h2,
.article h3 {
    font-weight: bold;
}
.article h2,
.article h3 {
    margin-top: 10px;
}
.article h3 {
    font-size: 18px;
}
.card-text {
    padding-bottom: 10px;
    margin-bottom: 0;
    display: block;
    max-height: 3.5em;
    overflow: hidden;
}

.card-image {
    flex-grow: 1;
    min-height: 200px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
}

.table-block {
    margin: 20px 0;
    min-width: 360px;
}

.table-block img {
    height: 44px;
    float: left;
    margin-right: 15px;
}

.table-block__subtitle {
    width: 350px;
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
    clear: both;
}
.table-block__link-unstyled {
    text-decoration: none;
    color: #000000;
    font-family: "DINpro";
    line-height: 44px;
}
.table-block__link-unstyled:hover {
    text-decoration: none;
    color: #000000;
}
.info__title-group {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.5em;
}
.info__title {
    margin: 0;
    font-size: 0.8em;
}
.bestsellers__title {
    font-size: 1.5em;
}
.img_middle_big {
    text-align: center;
}

.img_middle_big__link-full {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.card img.minus {
    height: 250px;
    width: auto;
}
.footer-container {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 25px;
}
.footer-pay-logo {
    margin-top: 10px;
    margin-bottom: 10px;
}
.footer-right-first {
    break-before: column;
}
.footer-right {
    text-align: right;
}
.footer-card {
    margin-top: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ffffff;
}
.footer-card-link {
    display: inline-block;
}
.copyright {
    color: #b2b2b2;
}
.breadcrumbs {
    font-size: 14px;
}
.checkout-block-left,
.checkout-block-right {
    width: 100%;
}
.delivery {
    width: 100%;
}
.product-block-right {
    flex: 1;
    min-width: 320px;
}
.product-block-logo {
    min-height: 30px;
}
.order-cart-price {
    float: left;
    font-size: 12px;
    max-width: 120px;
    place-self: flex-end;
}
.order-cart-div input.quantity {
    text-align: center;
    width: 20px;
}
.article form {
    margin-bottom: 20px;
}

@media screen and (min-width: 577px) {
    main {
        padding-left: 15px;
        padding-bottom: 20px;
    }
    .footer-links {
        width: 100%;
    }
    .footer-nav {
        width: 50%;
        float: left;
        justify-content: flex-start;
    }
    .footer-right {
        text-align: left;
    }
    .footer-cards {
        width: 100%;
        gap: 2.5em;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: auto;
        padding-right: 30px;
    }
    .footer-card {
        border: none;
        margin-top: 0;
    }
    .copyright {
        width: 100%;
        clear: both;
    }
    .ul-brands li div.card ul li {
        font-size: 13px;
    }
    .product-description-table {
        padding: 5px 10px;
    }
    .card img.plus {
        height: 200px;
        margin-left: 20px;
    }
    .card img.minus {
        width: auto;
        height: auto;
    }
    .menu__news {
        display: block;
    }
}
@media screen and (min-width: 768px) {
    .table-block img {
        height: 44px;
        margin-top: 0;
        margin-right: 25px;
    }
    .section-info {
        grid-template-columns: repeat(2, minmax(340px, auto));
    }
    .order-cart-img-container {
        max-width: 80px;
    }
    .order-cart-price {
        margin-left: 0;
    }
    .checkout-block,
    .checkout__container {
        flex-direction: row;
        gap: 4px;
    }
    .checkout-block-left,
    .checkout_data {
        width: 45%;
    }
    .checkout-block-right,
    .checkout_goods {
        width: 55%;
    }
    .form_pair {
        flex-direction: row;
    }
    .article form {
        margin-bottom: 0;
    }
    .form-options {
        grid-template-columns: repeat(3, 1fr);
        column-gap: 1.5em;
        justify-content: center;
    }
    .form-options-short {
        grid-template-columns: repeat(2, 1fr);
    }
    .headerr__navi {
        justify-content: flex-start;
    }
    .navi-toggler {
        position: relative;
        border-right: 1px solid white;
        padding: 0 1rem;
        margin-right: 0.75rem;
        height: 56px;
        top: 0;
        left: 0px;
    }
    .navi__list {
        display: flex;
    }
    .menu__item {
        padding: 0.5rem;
        font-size: 18px;
    }
    .menu__brands {
        padding: 1rem;
    }
    .brands__title {
        font-size: 18px;
        padding: 0.25rem 0.5rem;
    }
    .brands__link {
        font-size: 18px;
    }
}
@media screen and (min-width: 992px) {
    .card-title {
        font-size: 16px;
        margin-bottom: 0;
    }
    p.card-text,
    p.card-price {
        font-size: 14px;
        padding-bottom: 5px;
        margin-top: 5px;
        line-height: 16px;
    }
    .product-top {
        float: left;
        width: 15%;
    }
    .img_middle_big img.plus {
        height: 300px;
    }
    .product__avaliable {
        flex-direction: row;
        gap: 1em;
        width: inherit;
        margin: inherit;
    }
}
@media screen and (min-width: 1140px) {
    .card-body {
        z-index: 1;
    }
    .checkout-block-right {
        float: right;
    }
}

@media screen and (min-width: 1535px) {
    .navbar {
        padding: 15px 200px;
    }
    .navbar__basket {
        top: 23px;
    }
    .navbar__search {
        top: 23px;
    }
    .footer-container {
        padding: 30px 200px;
    }
}
@media screen and (max-width: 575px) {
    .order-cart-body {
        flex-direction: column-reverse;
        min-width: 120px;
    }
    .order-cart-header .h6,
    .order-cart-header p {
        font-size: 14px;
        /* text-align: left; */
    }
}
.long-input {
    max-width: fit-content !important;
}

/* Cart */
/* Product-page */
.card-img-no_rotate {
    max-height: 300px;
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476);
    z-index: -1;
}
