/* cyrillic-ext */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(/template/fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7SUc.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(/template/fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7SUc.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* latin-ext */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(/template/fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7SUc.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(/template/fonts/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.container {
    width: 100%;
    max-width: calc(1260px + 60px);
    margin: 0 auto;
    padding: 0 30px;
}

@media only screen and (max-width: 576px) {
    .container {
        padding: 0 15px;
    }
}

::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background-color: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background-color: rgba(51, 51, 51, 0.7);
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background-color: rgba(51, 51, 51, 0.8);
}

* {
    padding: 0;
    margin: 0;
    border: 0;
}

*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:focus, :active {
    outline: none;
}

a:focus, a:active {
    outline: none;
}

nav, footer, header, aside {
    display: block;
}

html, body {
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1;
    letter-spacing: 0.3px;
}

input, button, textarea {
    font-family: inherit;
}

input::-ms-clear {
    display: none;
}

button {
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a, a:visited {
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: 400;
}

body {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: normal;
}

html {
    font-size: 62.5%;
}

body {
    background-color: #fff;
    font-size: 1.6rem;
    color: #333333;
    font-family: 'Inter', Arial, sans-serif;
}

.footer {
    margin: auto 0 0;
}

.page-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-x: hidden;
    min-height: 100%;
}

@media only screen and (max-width: 992px) {
    .page-wrapper {
        padding-top: 123px;
    }
}

@media only screen and (max-width: 576px) {
    .page-wrapper {
        padding-top: 96px;
    }
}

.page-content .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 5px;
    padding-bottom: 50px;
}

.page-content .section:first-child {
    margin-top: 0;
    padding-top: 0;
}

.breadcrumbs {
    background-color: #929191;
    padding: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
    color: #fff;
}

.breadcrumbs__item {
    padding-right: 25px;
    margin-right: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
}

.breadcrumbs__item a {
    display: block;
    position: relative;
    padding-bottom: 1px;
}

.breadcrumbs__item a:hover::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #fff;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.breadcrumbs__item::after {
    content: "";
    position: absolute;
    top: 70%;
    right: 0;
    width: 9px;
    height: 24px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-image: url("/template/images/bread-arrow.jpg");
    background-repeat: no-repeat;
    background-size: contain;
}

.breadcrumbs__item:last-child {
    margin-right: 0;
    padding-right: 0;
}

.breadcrumbs__item:last-child::after {
    display: none;
}

.header {
    background-color: #EEEEEE;
}

@media only screen and (max-width: 992px) {
    .header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
    }
}

.header__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px;
}

@media only screen and (max-width: 992px) {
    .header__main {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.header__logo {
    display: block;
    width: 285px;
}

@media only screen and (max-width: 992px) {
    .header__logo {
        width: 150px;
    }
}

@media only screen and (max-width: 576px) {
    .header__logo {
        width: 90px;
    }
}

.header__logo img {
    display: block;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.header__search {
    height: 37px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: calc(394px + 46px);
    margin: 0 20px;
}

@media only screen and (max-width: 992px) {
    .header__search {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin: 10px 0 0 0;
        max-width: 100%;
    }
}

.header__search input {
    display: block;
    width: 100%;
    background-color: #fff;
    padding: 10px 30px;
    color: #000;
}

.header__search a {
    display: block;
    width: 46px;
    height: 37px;
    background-image: url("/template/images/search.jpg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.header__phone {
    padding-left: 35px;
    font-size: 20px;
    position: relative;
}

@media only screen and (max-width: 992px) {
    .header__phone {
        font-size: 16px;
        padding-left: 20px;
        margin-left: auto;
        margin-right: 20px;
    }
}

@media only screen and (max-width: 576px) {
    .header__phone {
        font-size: 13px;
    }
}

.header__phone::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 22px;
    height: 39px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-image: url("/template/images/phone.jpg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 992px) {
    .header__phone::before {
        width: 15px;
    }
}

.header__burger-mobile {
    display: none;
    width: 25px;
}

@media only screen and (max-width: 992px) {
    .header__burger-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .header__burger-mobile span {
        width: 100%;
        height: 3px;
        margin: 2px;
        background-color: #000;
    }
}

.header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 63px;
}

@media only screen and (max-width: 992px) {
    .header__menu {
        display: none;
    }
}

.header__catalog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 281px;
    flex: 0 0 281px;
    height: 100%;
    margin-right: 20px;
    background-color: #E67404;
    padding: 15px;
}

@media only screen and (max-width: 1200px) {
    .header__catalog {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
    }
}

.header__catalog > span {
    color: #fff;
    font-size: 20px;
}

@media only screen and (max-width: 1200px) {
    .header__catalog > span {
        font-size: 16px;
    }
}

.header__burger-ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 25px;
    margin-right: 30px;
}

@media only screen and (max-width: 1200px) {
    .header__burger-ico {
        margin-right: 20px;
    }
}

.header__burger-ico span {
    width: 100%;
    height: 3px;
    margin: 1px 0;
    background-color: #fff;
}

.header__nav {
    background-color: #333333;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.nav-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.nav-header__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.nav-header__links > a {
    color: #fff;
}

.nav-header__links > a:hover {
    -webkit-text-decoration: dotted;
    text-decoration: dotted;
    -webkit-text-decoration-color: #fff;
    text-decoration-color: #fff;
}

.nav-header__link {
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    font-size: 17px;
    position: relative;
    line-height: 1.1;
}

.nav-header__link span {
    text-align: center;
}

@media only screen and (max-width: 1200px) {
    .nav-header__link {
        padding: 0 10px;
        font-size: 14px;
    }
}

.nav-header__link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 2px;
    height: 40%;
    background-color: #656565;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.nav-header__link:last-child::after {
    display: none;
}

.nav-header__link:hover span {
    border-bottom: 1px dotted #fff;
}

.nav-header__basket {
    background-color: #E67404;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding: 0 40px 0 65px;
    min-width: 235px;
    max-width: 235px;
    margin-left: auto;
}

@media only screen and (max-width: 1200px) {
    .nav-header__basket {
        padding: 0 40px 0 35px;
    }
}

.nav-header__basket::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 46px;
    height: 43px;
    background-image: url("/template/images/basket.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

@media only screen and (max-width: 1200px) {
    .nav-header__basket::before {
        width: 25px;
    }
}

.nav-header__basket::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 21px;
    height: 15px;
    background-image: url("/template/images/arrow-basket.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.nav-header__basket-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
}

.nav-header__basket-content div {
    width: 100%;
    text-align: center;
    font-size: 14px;
}

.nav-header__basket-content div:first-child {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px dashed #fff;
}

.footer {
    padding: 10px 0;
    font-size: 14px;
    line-height: 1.1;
    text-align: center;
    background-color: #333333;
    color: #fff;
}

.footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (max-width: 992px) {
    .footer__row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 992px) {
    .footer__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }
}

.footer__box {
    margin: 10px;
    width: 88px;
    height: 15px;
    background-color: #fff;
}

.footer__info {
    margin: 10px;
}

.footer__link {
    margin: 10px;
}

.footer__link a:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #fff;
    text-decoration-color: #fff;
}

.footer__rights {
    margin: 10px;
    width: 100%;
    text-align: start;
}

.footer__rights a{
    font-size: 12px;
}

@media only screen and (max-width: 992px) {
    .footer__rights {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 281px;
    flex: 0 0 281px;
    margin-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (max-width: 1200px) {
    .sidebar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
    }
}

@media only screen and (max-width: 992px) {
    .sidebar {
        display: none;
    }
}

.sidebar__item {
    background-color: #EEEEEE;
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #D9D9D9;
}

.sidebar__item:hover span {
    color: #E67404;
}

.sidebar__item:last-child {
    border-bottom: none;
}

.sidebar__item span {
    display: block;
    padding-left: 35px;
    width: 100%;
    line-height: 1.1;
    position: relative;
    font-size: 15px;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.sidebar__item span::before {
    content: '';
    position: absolute;
    width: 26px;
    height: 14px;
    top: 0;
    left: 5px;
    background-image: url("/template/images/arrow-menu.jpg");
    background-repeat: no-repeat;
    background-size: contain;
}

.sidebar__item_active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.sidebar__item_active span {
    display: block;
    color: #E67404;
}

.sidebar__item_active ul {
    padding-left: 50px;
    margin-top: 10px;
    font-size: 13px;
}

.sidebar__item_active ul li {
    padding: 7px 0;
}

.sidebar__item_active ul li._active {
    font-weight: 700;
    pointer-events: none;
}

.sidebar__item_active ul li._active a {
    border-bottom: none;
}

.sidebar__item_active ul li a, .buy-form__input a:link, .banner a:link, .footer__rights a:link {
    border-bottom: 1px dashed #333;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.sidebar__item_active ul li:hover a, .buy-form__input a:hover, .banner a:hover, .footer__rights a:hover {
    border-bottom: 1px solid transparent;
}

.section {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
}

.section p {
    display: block;
    -webkit-margin-before: 1em;
    margin-block-start: 1em;
    -webkit-margin-after: 1em;
    margin-block-end: 1em;
    -webkit-margin-start: 0px;
    margin-inline-start: 0px;
    -webkit-margin-end: 0px;
    margin-inline-end: 0px;
    font-size: 14px;
    line-height: 1.2;
}

.section p a {
    display: inline;
    color: #E67404;
}

.section p a:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #E67404;
    text-decoration-color: #E67404;
}

.section ul {
    display: block;
    list-style-type: disc;
    list-style: disc;
    -webkit-margin-before: 1em;
    margin-block-start: 1em;
    -webkit-margin-after: 1em;
    margin-block-end: 1em;
    -webkit-margin-start: 0px;
    margin-inline-start: 0px;
    -webkit-margin-end: 0px;
    margin-inline-end: 0px;
    -webkit-padding-start: 40px;
    padding-inline-start: 40px;
    font-size: 14px;
    line-height: 1.2;
}

.section ul li {
    display: list-item;
    text-align: -webkit-match-parent;
    list-style: inherit;
}

.section > img {
    display: block;
    margin-bottom: 20px;
    width: 100%;
    object-fit: contain;
}

.section__content {
    padding-left: 15px;
}

.section__content h3 {
    font-weight: bold;
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media only screen and (max-width: 992px) {
    .section__content {
        padding-left: 0;
    }
}

.mm-menu {
    width: 300px;
    max-width: none;
    min-width: none;
}

.mm-listitem:after {
    left: 0;
}

.section__title {
    font-size: 23px;
    color: #e67404;
    margin: 25px 0 15px;
}

.catalog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (max-width: 576px) {
    .catalog {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

.item-catalog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    margin: 10px;
    width: 287px;
    min-height: 162px;
    border: 1px solid #666;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

@media only screen and (max-width: 576px) {
    .item-catalog {
        margin: 10px 0;
    }
}

.item-catalog:hover {
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 17px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 17px;
}

.item-catalog img {
    display: block;
    width: 100px;
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 100%;
    margin-bottom: auto;
    margin-right: 10px;
}

.item-catalog__name {
    color: #E67404;
    font-size: 15px;
    margin-bottom: 10px;
}

.item-catalog__descr {
    font-size: 13px;
    line-height: 1.1;
}

.table {
    max-width: 100%;
    width: 100%;
}

@media only screen and (max-width: 992px) {
    .table {
        overflow: auto;
        position: relative;
    }
}

.infotable {
    border-spacing: 0;
    width: 100%;
    padding-bottom: 10px;
}

@media only screen and (max-width: 992px) {
    .infotable {
        display: inline-block;
        vertical-align: top;
        max-width: 100%;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
}

.infotable__link {
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.infotable__link:hover {
    color: #E67404;
}

.infotable td {
    height: 12px;
    font-size: 12px;
    padding: 15px;
}

@media only screen and (max-width: 768px) {
    .infotable td {
        width: 80px;
        white-space: nowrap;
    }
}

.infotable tr td:first-child {
    width: 270px;
}

@media only screen and (max-width: 768px) {
    .infotable tr td:first-child {
        width: 270px;
    }
}

.infotable tr td:not(:first-child) {
    text-align: center;
}

.infotable tr:not(:first-child) td {
    border-bottom: 1px dashed #000;
    font-size: 13px;
}

.infotable__top td {
    background: #f2f2f2;
    font-weight: bold;
    font-size: 14px;
}

.iteminfo {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 768px) {
    .iteminfo {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.iteminfo img {
    display: block;
    width: 245px;
    height: 245px;
    -o-object-fit: contain;
    object-fit: contain;
}

@media only screen and (max-width: 768px) {
    .iteminfo img {
        margin: 0 auto;
    }
}

.iteminfo__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 270px;
    margin: 10px 0 0 30px;
}

@media only screen and (max-width: 768px) {
    .iteminfo__content {
        margin: 20px 0;
    }
}

.iteminfo__info {
    border-bottom: 1px dashed #333;
    margin: 7px 0 15px;
    font-size: 15px;
}

.iteminfo__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.iteminfo__price span {
    color: #E67404;
    font-weight: 700;
}

.iteminfo__buy {
    margin-left: auto;
    width: 107px;
    height: 29px;
    background-image: url("/template/images/buy-item.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.iteminfo__buy:hover {
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 17px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 8px 17px;
}

.buy-form {
    margin: 30px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 600px;
}

@media only screen and (max-width: 768px) {
    .buy-form {
        max-width: 100%;
    }
}

.buy-form span {
    display: block;
    font-size: 13px;
}

.buy-form button {
    color: #fff;
    padding: 10px;
    background-color: #333;
}

.buy-form button:hover {
    opacity: .8;
}

.buy-form__input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0;
    width: 100%;
}

b.alert {
    color: #E67404;
    font-weight: 600;
}

@media only screen and (max-width: 768px) {
    .buy-form__input {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.buy-form__input span {
    margin-right: 10px;
    width: 200px;
    text-align: end;
    font-size: 14px;
}

@media only screen and (max-width: 768px) {
    .buy-form__input span {
        width: 100%;
        margin-bottom: 10px;
        text-align: start;
    }
}

.buy-form__input label {
    font-size: 12px;
    cursor: pointer;
}

.buy-form__input input.input, .buy-form__input textarea {
    padding: 5px 10px;
    border: 1px #c3b99c solid;
    min-height: 25px;
    width: 340px;
    line-height: 1.8;
    background-color: #F6F6F6;
    color: #000000;
}

.buy-form__input input.input:focus, .buy-form__input textarea:focus {
    border-color: #E67404;
}

@media only screen and (max-width: 768px) {
    .buy-form__input input.input, .buy-form__input textarea {
        width: 100%;
    }
}

.buy-form__input textarea {
    height: 65px;
    resize: vertical;
    max-height: 200px;
}

.basket {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (max-width: 768px) {
    .basket a {
        width: 25px;
        height: 25px;
    }

    .basket a img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }
}

.basket__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 15px 0;
    padding: 10px 0;
    border-bottom: 1px dashed #000;
}

@media only screen and (max-width: 768px) {
    .basket__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border: 1px dashed #000;
        padding: 15px;
    }
}

.basket__table-names {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    margin-top: 20px;
}

@media only screen and (max-width: 768px) {
    .basket__table-names {
        display: none;
    }
}

.basket__td1 {
    width: 40%;
    margin-right: auto;
}

@media only screen and (max-width: 992px) {
    .basket__td1 {
        width: 30%;
    }
}

.basket__td2 {
    width: 120px;
    text-align: center;
}

.basket__td3 {
    width: 120px;
    text-align: center;
}

.basket__td4 {
    width: 120px;
    text-align: center;
}

.basket__td5 {
    width: 80px;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .basket__name {
        width: 100%;
        text-align: center;
        font-weight: 700;
    }
}

@media only screen and (max-width: 576px) {
    .basket__name {
        margin-right: 0;
    }
}

.basket__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 768px) {
    .basket__info {
        margin-left: 0;
        margin-top: 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.basket__amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 768px) {
    .basket__amount {
        width: 100%;
        margin: 0 0 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.basket__amount div {
    margin: 0 6px;
    white-space: nowrap;
}

.basket__price span {
    font-weight: 400;
    color: #333;
}

.basket__price span.basket__info-title {
    display: none;
    font-weight: 700;
    color: #E67404;
    white-space: nowrap;
}

@media only screen and (max-width: 768px) {
    .basket__price span.basket__info-title {
        display: inline;
    }
}

@media only screen and (max-width: 768px) {
    .basket__price {
        width: 100%;
        margin: 0 0 20px;
        text-align: center;
    }
}

.basket__total-price span {
    font-weight: 400;
    color: #333;
}

.basket__total-price span.basket__info-title {
    display: none;
    font-weight: 700;
    color: #E67404;
    white-space: nowrap;
}

@media only screen and (max-width: 768px) {
    .basket__total-price span.basket__info-title {
        display: inline;
    }
}

@media only screen and (max-width: 768px) {
    .basket__total-price {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {
    .basket__delete {
        margin: 0 auto;
    }
}

.basket__main-total {
    text-align: end;
    font-size: 20px;
    margin: 20px 0;
}

@media only screen and (max-width: 768px) {
    .basket__main-total {
        text-align: center;
    }
}

.basket__main-total span {
    font-weight: 700;
    color: #E67404;
}

#my-menu {
    display: none;
}

#my-menu .nav-header__basket {
    max-width: 100%;
}

#my-menu.mm-menu_opened {
    display: flex;
}

.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
}

.basket-notify {
    text-align: center !important;
}

.basket-notify__header {
    font-size: 24px;
    font-weight: bold;
}

.basket-notify__container {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 14px;
}

.basket_quantity b {
    font-weight: normal;
}

.button {
    display: inline-block;
    padding: 10px 10px;
    border: 1px solid;
    color: #ffffff !important;
    text-decoration: none !important;
    cursor: pointer;
}

.button.grey {
    background: #929191;
}

.button.black {
    background: #2D2D2D;
}

.button:hover {
    opacity: .8;
}

b.data-basket-products {
    font-weight: normal;
}

/*
Прелодер
 */

.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #E67404;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.loader-container {
    z-index: 10000 !important;
    position: fixed;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
}

.loader-container div.loader {
    position: relative;
    top: 50%;
    margin: -28px auto 0;
    width: 56px;
    height: 56px;
}

.content-table {
    width: 100%;
    border: 1px solid #ccc;
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 14px;
}

.content-table td, .content-table th {
    padding: 10px;
    border: 1px solid #ccc;
    border-spacing: 0;
    border-collapse: collapse;
    vertical-align: center;
}

.banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #EEEEEE;
    color: #000;
    padding: 20px;
    z-index: 9999;
    display: none;
    font-size: 13px;
}

.banner-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}

.banner button {
    background: #E67404;
    padding: 10px 14px;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    border: 1px solid #E67404;
}

.banner button:hover {
    opacity: .8;
}

label {
    cursor: pointer;
}

@media only screen and (max-width: 768px) {
    .banner {
        font-size: 11px;
    }
    .banner button {
        padding: 5px 7px;
        font-size: 11px;
    }
}