@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    src: local("Roboto"),url("/app/fonts/Roboto/roboto-v29-latin_cyrillic-300.woff") format("woff2"),url("/app/fonts/Roboto/roboto-v29-latin_cyrillic-300.woff") format("woff");
    font-display: swap
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    src: local("Roboto"),url("/app/fonts/Roboto/roboto-v29-latin_cyrillic-500.woff") format("woff2"),url("/app/fonts/Roboto/roboto-v29-latin_cyrillic-500.woff") format("woff");
    font-display: swap
}

@font-face {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    src: local("Roboto"),url("/app/fonts/Roboto/roboto-v29-latin_cyrillic-700.woff") format("woff2"),url("/app/fonts/Roboto/roboto-v29-latin_cyrillic-700.woff") format("woff");
    font-display: swap
}

body,html {
    height: 100%;
    scroll-behavior: smooth
}

body {
    font-size: 14px;
    margin: 0;
    line-height: 1.6;
    font-weight: 300
}

#app {
    min-height: 100%;
    display: flex;
    flex-direction: column
}

a,body,button {
    font-family: Roboto,Arial,sans-serif
}

a {
    font-size: 12px;
    font-weight: 500
}

button {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    cursor: pointer
}

a img,button img {
    vertical-align: middle;
    margin: 0 10px 0 0;
    object-fit: scale-down
}

img {
    aspect-ratio: attr(width)/attr(height)
}

.blur {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    opacity: .5
}

.load_line {
    height: 37px;
    background-color: #ececec;
    box-shadow: inset -1200px 0 0 #f6f6f6;
    border-radius: 4px;
    -webkit-animation: load_line_move 2s 1 linear;
    -webkit-animation-iteration-count: infinite;
    animation: load_line_move 2s 1 linear;
    animation-iteration-count: infinite
}

@-webkit-keyframes load_line_move {
    0% {
        box-shadow: inset -1200px 0 0 #f6f6f6
    }

    80% {
        box-shadow: inset 1200px 0 0 #f6f6f6
    }

    90% {
        box-shadow: inset 1200px 40px 0 #f6f6f6
    }

    95% {
        box-shadow: inset -1200px 40px 0 #f6f6f6
    }

    100% {
        box-shadow: inset -1200px 0 0 #f6f6f6
    }
}

input:focus {
    outline: #555 solid 1px
}

input[type=file] {
    display: none
}

.form1 input[type=number],.form1 input[type=password],.form1 input[type=text],.form1 textarea {
    width: 50%;
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 5px;
    padding: 12px 18px;
    font-size: 14px
}

.form1 input[type=text]::placeholder,.form1 textarea::placeholder {
    color: #ddd
}

.form1 textarea {
    box-sizing: border-box;
    resize: none;
    width: 59%;
    height: 112px
}

.form1 small {
    display: block;
    color: #aaa;
    font-size: 12px;
    padding: 4px 10px
}

.form1 .line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
    color: #000
}

.form1 .line .name {
    flex: 0 0 40%
}

.form1 .line .name a {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    display: block
}

@media (max-width: 480px) {
    .form1 .line {
        display:flex;
        flex-direction: column;
        align-items: flex-start
    }

    .form1 input[type=number],.form1 input[type=password],.form1 input[type=text],.form1 textarea {
        width: 100%;
        box-sizing: border-box
    }

    .form1 .line .name a {
        display: inline-block;
        margin: 0 10px
    }
}

.form_box1 {
    max-width: 612px;
    width: 100%;
    margin: auto;
    background-color: #fafafa;
    border-radius: 5px;
    box-sizing: border-box
}

.form_box1 .form1 {
    max-width: 70%;
    margin: 0 auto;
    padding: 35px 0
}

.form1 .text_center {
    text-align: center;
    font-size: 16px;
    margin: 40px 0 0
}

.form1 .text_small {
    font-size: 14px
}

.personal_box .captcha_box {
    background-color: #fafafa;
    padding: 10px 10px;
    display: block
}

.personal_box .captcha_box .line {
    margin: 0
}

@media (max-width: 700px) {
    .form_box1 {
        max-width:100%;
        background-color: #fff
    }

    .form_box1 .form1 {
        max-width: 100%;
        padding: 0
    }

    .captcha_box {
        background-color: #fafafa;
        padding: 10px 10px;
        display: block
    }

    .captcha_box .line {
        margin: 0
    }

    .form1 input[type=number],.form1 input[type=password],.form1 input[type=text],.form1 textarea {
        border: 1px solid #ddd
    }

    .form1 label {
        display: inline-block;
        margin: 0;
        padding: 25px 10px;
        vertical-align: middle;
        width: 80%;
    }
    .form1 .use_cashback_box label {
        width:auto;
    }
}

@media (max-width: 240px) {
    .form1 label {
        width:100%;
        padding: 0 10px 25px
    }
    .form1 .use_cashback_box label {
        width:auto;
        padding:10px;
    }
}

.final_button_box {
    text-align: center;
    padding: 25px 0 0
}

.personal_box .final_button_box {
    padding: 10px 0
}

.personal_box .final_button_box .button_bright {
    margin: 25px 0 35px;
}

.final_button_box .table_line {
    display: flex;
    justify-content: space-evenly;
    align-items: center
}

@media (max-width: 280px) {
    .final_button_box .table_line {
        display:flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        align-content: space-around
    }

    .final_button_box .table_line button {
        margin: 25px 0 45px
    }
}

.final_button_box #answer {
    color: red;
    font-weight: 700;
    font-size: 14px
}

.checkbox {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    margin: 0 6px 0 0;
    border-radius: 3px
}

.checkbox i {
    display: inline-block;
    background-color: #333;
    width: 8px;
    height: 8px;
    margin: 6px;
    border-radius: 2px
}

.checkbox-round,.checkbox-round i {
    border-radius: 20px
}

.table_line {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center
}

.line0 {
    display: block;
    width: 100%;
    height: 0;
    text-align: right
}

.property_line {
    border-style: dotted;
    border-color: #d4d4d4;
    border-width: 0 0 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 8px
}

.property_line:hover {
    border-color: #888
}

.property_line .name,.property_line .value {
    background-color: #fff;
    position: relative;
    top: 2px
}

.pagination {
    display: flex;
    margin: 35px 0 0
}

.pagination .pagination_arrow {
    background-image: url(/app/images/icons/pagination_arrow.png)
}

.pagination .pagination_arrow_left,.pagination .pagination_arrow_right {
    background-image: url(/app/images/icons/pagination_arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    padding: 10px 20px;
    margin: 3px 20px 3px 0;
    background-color: #f2f2f2
}

.pagination .pagination_arrow_right {
    transform: rotate(180deg);
    margin: 3px 0 3px 20px
}

.pagination button,
.pagination a {
    display: inline-block;
    background-color: #fff;
    color: #000;
    text-decoration: none;
    margin: 3px;
    padding: 10px 15px;
    border-radius: 4px;
    border-width: 0;
    font-weight: 300
}

.pagination .selected,.pagination button:hover,
.pagination .selected,.pagination a:hover {
    background-color: #f2f2f2
}

#main {
    flex: 1 1 auto
}

.max_width {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 20px
}

@media (max-width: 300px) {
    .max_width {
        padding:0 4px
    }
}

.flex_center {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.button,.button_bright,.button_dark,.button_grey,.button_light,.button_bonus  {
    display: inline-block;
    padding: 6px 20px;
    border-radius: 5px;
    text-decoration: none;
    margin: 5px;
    border-width: 0;
    transform: scale(1);
    transition: transform .2s;
    line-height: 1.5;
    cursor: pointer;
    width: max-content
}

.button:hover,.button_bright:hover,.button_dark:hover,.button_grey:hover,.button_light:hover,.button_bonus:hover {
    transform: scale(1.1);
    z-index: 10
}

.button img,.button_bright img,.button_dark img,.button_grey img,.button_light img {
    position: relative;
    left: -5px
}

.button_light {
    color: #000;
    background-color: #fff;
    box-shadow: 1px 1px 5px rgba(0,0,0,.1)
}

.button_dark {
    color: #fff;
    background-color: #000;
    box-shadow: 1px 1px 5px rgba(0,0,0,.1)
}

.button_bright {
    color: #fff;
    background-color: #ff9029;
    background-image: radial-gradient(50% 1422.22% at 50% 50%,#ff9029 0,#ff4a40 100%);
    box-shadow: 1px 1px 5px rgba(0,0,0,.1);
    font-size: 16px;
    padding: 7px 20px
}

.button_grey {
    border-width: 0;
    padding: 9px 20px;
    background-color: #ececec
}
.button_bonus{
  padding: 7px 12px;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.10);
  text-decoration: none;
  background-image: radial-gradient(1423.1% 70.71% at 50% 50%, #FF9029 0%, #FF4A40 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 400;
}

.captcha_img {
    width: 200px;
    height: 60px;
    cursor: pointer
}

li {
    margin: 0
}

.red_text {
    font-weight: 700;
    color: #f01111;
    margin: 15px 0
}

h2 img {
    vertical-align: middle;
    margin: 0 15px 0 0
}

.price,.price_old {
    font-weight: 700;
    text-align: right;
    vertical-align: middle;
    background-image: url(/app/images/svg/ruble2.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 13px;
    padding: 0 16px 0 0;
    font-weight: 700;
    font-size: 14px
}

.price_old {
    opacity: .3;
    text-decoration: line-through;
    font-size: 12px
}

.products_list .product .price_old {
    position: relative;
    top: -6px
}

@media (max-width: 720px) {
    .products_list .product .price_old {
        top:-4px;
        left: -20px
    }
}

@media (max-width: 420px) {
    .products_list .product .price_old {
        top:0;
        left: 0;
        text-align: center;
        background-image: none
    }
}

.form_plus_minus {
    display: grid;
    grid-template-columns: 30px 1fr 30px;
    justify-content: space-between;
    align-items: center
}

.form_plus_minus10 {
    grid-template-columns: 40px 40px 1fr 40px 40px;
    grid-gap: 5px
}

.form_plus_minus button {
    display: inline-block;
    padding: 0;
    margin: 0;
    background-color: #f2f2f2;
    color: #777;
    border-width: 0;
    border-radius: 5px;
    font-weight: 700;
    font-size: 17px;
    min-width: 30px;
    width: 30px;
    height: 30px;
    vertical-align: middle
}

.form_plus_minus10 button {
    font-weight: 300;
    font-size: 14px;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0
}

.form_plus_minus input {
    width: 100%;
    outline: 0;
    text-align: center;
    padding: 7px 5px;
    border-width: 0;
    box-sizing: border-box;
    vertical-align: middle
}

.main_loading {
    height: 100%;
    width: 100%;
    text-align: center;
    background-color: #fff
}

.main_loading:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.main_loading img {
    vertical-align: middle
}

.crumbs {
    margin: 35px 0 28px;
    font-weight: 300;
    font-size: 12px
}

.crumbs a {
    text-decoration: none;
    color: #000;
    font-weight: 300;
    font-size: 12px
}

h1 {
    font-weight: 700;
    font-size: 24px;
    margin: 25px 0 35px;
    padding: 0
}

@media (max-width: 470px) {
    h1 {
        font-size:18px
    }
}

@media (max-width: 260px) {
    h1 {
        font-size:16px
    }
}

.top_line {
    background-color: #000;
    padding: 16px 0
}

.logo {
    display: inline-block
}

.logo img {
    width: 100%;
    max-width: 249px;
    height: auto;
    margin: 0
}

@media (max-width: 1010px) {
    .logo {
        width:200px;
        max-width: 40%
    }
}

.top_line nav {
    display: inline-block;
    vertical-align: middle
}

.top_line nav a {
    color: #fff;
    text-decoration: none;
    margin: 0 20px 0 0;
    padding: 4px 0;
    display: inline-block;
    box-shadow: inset 0 0 0 #000,inset 0 0 0 #000,inset 0 0 0 #ff4d2b;
    transition: box-shadow .3s,top .2s
}

.top_line nav a:hover {
    box-shadow: inset 20px 0 0 #000,inset -20px 0 0 #000,inset 0 -2px 0 #ff4d2b
}

.top_line #top_user {
    display: inline-block;
    vertical-align: middle
}

.top_line #top_user a {
    text-decoration: none;
    font-weight: bolder;
    color: #fff;
    background-color: #000;
    padding: 6px 15px 5px;
    box-shadow: inset 0 0 0 1px #fff;
    outline: 0;
    border-radius: 5px;
    margin: 0 0 0 20px
}

.top_line #top_user .selected {
    background-color: #fff;
    color: #000
}

.top {
    margin: 25px auto;
    font-size: 12px;
    font-weight: 300
}

@media (max-width: 300px) {
    .logo {
        max-width:90%;
        margin: 10px auto 15px
    }

    .top {
        text-align: center;
        display: block
    }
}

.button_telegram img {
    width: 16px;
    height: 16px;
    top: -2px;
    left: 0
}

header .phone {
    text-align: center;
    color: #000;
    text-decoration: none;
    font-weight: 300;
    line-height: 1.4
}

header .phone .number {
    font-weight: 700;
    font-size: 16px;
    transform: scale(1);
    transition: transform .2s
}

header .phone:hover .number {
    transform: scale(1.1)
}

header .phone .number img {
    display: none
}

@media (max-width: 1010px) {
    header .phone .number img {
        display:inline-block
    }

    .cart_top,.fast_buttons,header .phone .description {
        display: none
    }
}

@media (max-width: 340px) {
    header .phone .number img {
        display:none
    }

    header .phone .number {
        font-size: 14px
    }
}

@media (max-width: 300px) {
    header .phone .number {
        padding:20px 0 10px
    }
}

.cart_top {
    color: #000;
    text-decoration: none;
    position: relative
}

.cart_top:hover img {
    animation: cart_top_img 1s 0s infinite linear
}

@-webkit-keyframes cart_top_img {
    0% {
        transform: rotate(0) translateX(0)
    }

    25% {
        transform: rotate(6deg) translateX(2px)
    }

    75% {
        transform: rotate(-6deg) translateX(-2px)
    }

    100% {
        transform: rotate(0) translateX(0)
    }
}

.cart_top_description {
    line-height: 11px;
    text-align: right;
    font-size: 12px
}

.cart_top_description .quantity {
    padding: 0 6px 0 0;
    color: #777
}

.cart_top_hover {
    display: none;
    position: absolute;
    background-color: #333;
    margin: 0 0;
    z-index: 5;
    background: #fff;
    box-shadow: 2px 2px 15px rgb(0 0 0 / 5%);
    border-radius: 5px;
    padding: 8px 15px;
    font-size: 12px;
    top: 100%;
    right: 0;
    width: 190px;
    width: max-content
}

.cart_top_hover .price {
    display: inline-block;
    padding: 0 20px 0 0;
    font-size: 12px
}

.cart_top:hover .cart_top_hover {
    display: block
}

.box_search {
    width: 75%;
    background-color: #f6f6f6;
    border-radius: 5px
}

.box_search button {
    border-width: 0;
    padding: 9px 20px;
    background-color: #ececec
}

#search_field {
    width: 100%;
    padding: 13px 10px 13px 42px;
    background-image: url("/app/images/svg/search2.svg");
    background-repeat: no-repeat;
    background-position: 15px center;
    background-color: #f6f6f6;
    border-radius: 5px;
    border-width: 0;
    font-size: 12px;
    outline: 0
}

@media (max-width: 1010px) {
    .box_search {
        width:100%
    }
}

.mobile_line {
    margin: 0 auto 10px
}

@media (max-width: 415px) {
    .mobile_line {
        display:block
    }
}

.mobile_line a img,.mobile_line button img {
    max-width: 20px;
    max-height: 20px;
    vertical-align: top
}

.mobile_cart_top {
    padding: 6px 10px
}

.mobile_cart_top img {
    position: static;
    margin: 0
}

.menu_catalog .button_bright {
    margin: 5px 5px 5px 0
}

.top_menu_catalog,.top_menu_catalog .children {
    display: block;
    visibility: hidden;
    position: absolute;
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 5px 5px 10px rgba(0,0,0,.1);
    width: 260px;
    z-index: 20;
    opacity: 0
}

.top_menu_catalog .children {
    position: absolute;
    margin-left: 255px;
    z-index: 5;
    margin-top: -56px
}

.menu_catalog:hover .top_menu_catalog {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: display 1s
}

.top_menu_catalog a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 12px 12px;
    font-size: 14px;
    font-weight: 400
}

.top_menu_catalog a:hover {
    background-color: #f6f6f6;
    border-radius: 5px
}

.top_menu_catalog .item:hover .children {
    display: block;
    visibility: visible;
    opacity: 1;
    z-index: 10
}

footer {
    background-color: #f5f5f5;
    padding: 35px 0;
    margin: 35px 0 0;
    font-weight: 400;
    font-size: 12px
}

.footer_grid {
    display: grid;
    grid-template-columns: 1.25fr 1fr 1fr;
    grid-template-areas:    "footer_logo     footer_menu    footer_address" 
                            "footer_empty    footer_menu    footer_address" 
                            "footer_socials  footer_menu    footer_address" 
                            "footer_copy     footer_copy    footer_copy";
    justify-content: space-around;
    align-items: start
}

@media all and (max-width: 860px) {
    .footer_grid {
        grid-template-columns:1fr 1fr;
        grid-template-areas: "footer_logo footer_logo" "footer_address footer_address" "footer_subscription footer_subscription" "footer_menu footer_socials" "footer_copy footer_copy"
    }
}

footer .logo {
    grid-area: footer_logo;
    max-width: 230px
}

footer .logo img {
    max-width: 230px
}

footer .footer_address {
    grid-area: footer_address;
    text-align: right
}

footer .footer_address a {
    text-decoration: none;
    color: #585858
}

footer .footer_subscription {
    grid-area: footer_subscription;
    text-align: center
}

footer .footer_subscription .text {
    font-weight: 400;
    color: #484848;
    margin: 25px 0 25px
}

footer .title {
    font-weight: 700;
    font-size: 14px;
    color: #001932
}

footer .footer_menu {
    grid-area: footer_menu;
    /* margin: 10px 0 0 50px */
    margin: 0 auto;
}

footer .footer_menu a {
    display: block;
    text-decoration: none;
    color: #585858;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    margin: 8px 0
}

footer .socials {
    grid-area: footer_socials;
}

footer .socials a {
    text-decoration: none;
    color: #000;
    margin-right: 20px;
}

footer .copy {
    grid-area: footer_copy;
    color: #ababab;
    font-size: 14px;
    justify-content: center;
    text-align: center;
    margin-top: 35px
}

@media all and (max-width: 1024px) {
    /* footer .socials {
        padding:20px 0 0 150px
    } */

    footer .socials a {
        display: block;
        text-align: left;
        margin: 20px 0;
    }
}

@media all and (max-width: 860px) {
    footer .logo {
        text-align:center;
        width: 100%;
        max-width: 100%;
        height: 50px
    }

    footer .logo img {
        height: 50px
    }

    footer .title {
        font-size: 16px
    }

    footer .footer_address {
        text-align: center;
        margin: 40px 0 55px;
        font-size: 14px
    }

    footer .footer_address a {
        font-size: 14px
    }

    footer .footer_menu a {
        padding: 0 0 14px
    }

    footer .socials {
        padding: 0 0 0 150px
    }

    footer .copy {
        padding: 0 67px
    }
}

@media all and (max-width: 700px) {
    footer .socials {
        padding:0 0 0 60px
    }

    footer .footer_subscription {
        margin: 0 0 45px
    }
}

@media all and (max-width: 430px) {
    footer .socials {
        padding:0 0 0 10px
    }

    footer .footer_menu {
        margin: 10px 0 0 20px
    }

    footer .copy {
        padding: 0 40px;
        font-size: 12px
    }
}

@media all and (max-width: 365px) {
    .footer_grid {
        grid-template-columns:1fr;
        grid-template-areas: "footer_logo" "footer_address" "footer_subscription" "footer_menu" "footer_socials" "footer_copy";
        padding: 0 5px
    }

    footer .footer_menu {
        margin: 10px 0 0 60px
    }

    footer .socials {
        padding: 0 0 0 60px
    }

    footer .copy {
        padding: 0 15px
    }

    footer .title {
        font-size: 14px
    }

    footer .footer_address {
        font-size: 12px
    }
}

@media all and (max-width: 280px) {
    footer .footer_menu {
        margin:10px 0 0 10px
    }

    footer .socials {
        padding: 0 0 0 10px
    }
}

footer form input {
    box-sizing: border-box;
    margin: 0 auto;
    display: block;
    background-color: #f5f5f5;
    border-width: 0 0 1px;
    text-align: center;
    font-size: 12px;
    min-width: 200px;
    padding: 5px 5px;
    color: #929292;
    color: #000
}

.delivery_box .text {
    margin-left: 40px;
    font-weight: 200;
    font-size: 14px
}

@media (max-width: 430px) {
    .delivery_box .text {
        margin-left:0
    }
}

.news_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 45px
}

@media (max-width: 900px) {
    .news_list {
        grid-template-columns:1fr
    }
}

@media (max-width: 520px) {
    .news_list {
        grid-template-columns:1fr 1fr;
        grid-gap: 25px
    }
}

@media (max-width: 360px) {
    .news_list {
        grid-template-columns:1fr;
        grid-gap: 45px
    }
}

.main_news_list {
    grid-template-columns: 1fr
}

.news_list .item {
    display: flex;
    grid-gap: 20px;
    align-items: flex-start;
    justify-content: flex-start;
    text-decoration: none;
    color: #000
}

@media (max-width: 520px) {
    .news_list .item {
        grid-gap:5px;
        display: flex;
        flex-direction: column
    }
}

.news_list img {
    grid-row: 1/4;
    width: 120px;
    height: 120px;
    vertical-align: top;
    border-radius: 5px
}

.news_list .info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%
}

.news_list .title {
    font-weight: 700;
    font-size: 14px
}

.news_list .text {
    font-weight: 300;
    font-size: 12px
}

.news_list b {
    font-weight: 500;
    font-size: 12px
}

.news_list .item:hover b {
    color: #ff4d40
}

.news_detail {
    display: block;
    width: 100%;
    margin: 0 auto 55px
}

.news_detail .main_images {
    border-radius: 10px;
    margin: 0 0 20px;
    max-width: 100%;
    height: auto
}

.news_detail .news_content {
    display: block;
    text-align: left;
    max-width: 796px;
    width: 100%;
    font-weight: 200;
    font-size: 14px;
    color: #000
}

@media (max-width: 1010px) {
    .for_pc {
        display:none
    }
}

@media (min-width: 1011px) {
    .for_mobile {
        display:none
    }
}

@media (max-width: 1010px) {
    footer .for_mobile {
        display:block;
        text-align: center
    }

    footer .copy {
        text-align: left
    }
}

.good_add_in_cart {
    background-color: #fff;
    background-image: none;
    box-shadow: inset 0 0 0 2px #ff4d40;
    color: #ff4d40
}

.products_list .product {
    background: #fff;
    box-shadow: 2px 2px 15px rgba(0,0,0,.05);
    border-radius: 5px;
    margin: 0 0 10px;
    padding: 5px;
    text-decoration: none;
    min-height: 80px;
    color: #000;
    z-index: 1;
    display: grid;
    grid-template-columns: 80px 1fr 140px 180px 125px;
    grid-gap: 10px;
    align-items: center
}

.products_list .product:hover {
    z-index: 20;
    box-shadow: 2px 2px 10px rgba(0,0,0,.2)
}

.products_list .product img {
    grid-column: 1/2;
    grid-row: 1/3;
    height: auto;
    max-height: 80px
}

.products_list .product .name {
    grid-column: 2/3;
    grid-row: 1/2;
    font-weight: 500;
    font-size: 14px;
    align-self: end;
    text-align: left
}

.products_list .product .stores {
    grid-column: 2/3;
    grid-row: 2/3;
    font-weight: 300;
    font-size: 12px
}

.products_list .price_box {
    grid-column: 3/4;
    grid-row: 1/3;
    text-align: end;
    justify-content: end;
    align-self: center;
    width: 100%;
    box-sizing: border-box
}

.products_list .price_box .price {
    width: 100%;
    box-sizing: border-box
}

.products_list .product .form_plus_minus {
    grid-column: 4/5;
    grid-row: 1/3;
    margin: 0 30px
}

.products_list .product .out_of_stock {
    white-space: nowrap
}

.products_list .product .button_box {
    grid-column: 5/6;
    grid-row: 1/3;
    width: 120px;
    margin: 0
}

@media (max-width: 1000px) {
    .products_list .product .name {
        grid-column:2/5
    }

    .products_list .product .price_box {
        grid-row: 2/3
    }

    .products_list .product .form_plus_minus {
        grid-row: 2/3
    }
}

@media (max-width: 720px) {
    .products_list .product {
        grid-template-columns:80px 120px 1fr
    }

    .products_list .product img {
        grid-row: 1/2
    }

    .products_list .product .name {
        grid-column: 2/4;
        align-self: center;
        text-align: left
    }

    .products_list .product .stores {
        grid-column: 2/4
    }

    .products_list .product .price_box {
        grid-column: 1/2;
        grid-row: 3/4;
        width: 100%;
        text-align: center;
        align-self: center;
        align-items: center
    }

    .products_list .price_box .price {
        display: inline-block;
        width: unset
    }

    .products_list .product .form_plus_minus {
        grid-column: 2/3;
        grid-row: 3/4;
        margin: 0 0
    }

    .products_list .product .button_box {
        grid-column: 3/4;
        grid-row: 3/4;
        text-align: right;
        width: 100%
    }
}

@media (max-width: 420px) {
    .products_list .product {
        grid-template-columns:1fr 1fr;
        margin: 0 0 35px
    }

    .products_list .product img {
        grid-column: 1/3;
        margin: auto
    }

    .products_list .product .name {
        grid-column: 1/3;
        grid-row: 2/3
    }

    .products_list .product .stores {
        grid-column: 1/2;
        grid-row: 3/4
    }

    .products_list .product .price_box {
        grid-column: 2/3;
        grid-row: 3/4
    }

    .products_list .product .form_plus_minus {
        grid-column: 1/2;
        grid-row: 4/5
    }

    .products_list .product .button_box {
        grid-column: 2/3;
        grid-row: 4/5;
        text-align: center
    }
}

@media (max-width: 318px) {
    .products_list .product {
        grid-template-columns:1fr
    }

    .products_list .product img {
        grid-column: 1/2
    }

    .products_list .product .name {
        grid-column: 1/2;
        grid-row: 2/3
    }

    .products_list .product .price_box {
        grid-column: 1/2;
        grid-row: 3/4
    }

    .products_list .product .stores {
        grid-column: 1/2;
        grid-row: 5/6
    }

    .products_list .product .button_box {
        grid-column: 1/2;
        grid-row: 6/7
    }
}

.catalog_box {
    align-items: flex-start
}

@media (max-width: 1180px) {
    .catalog_left_box {
        display:none
    }
}

.catalog_filter,.nav_children_section {
    box-sizing: border-box;
    width: 300px;
    max-width: 300px;
    min-width: 300px;
    max-width: 300px;
    background: #fff;
    box-shadow: 2px 2px 15px rgb(0 0 0 / 5%);
    border-radius: 4px;
    padding: 15px 23px 12px;
    font-size: 14px;
    margin: 0 0 10px
}

.catalog_filter .filter {
    margin: 0 0 36px
}

.catalog_filter .filter:last-child {
    margin: 0
}

.catalog_filter .title {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    margin: 0
}

.catalog_filter .item {
    display: block;
    width: 100%;
    text-align: left;
    color: #000;
    padding: 0;
    background-color: #fff;
    border-width: 0;
    font-style: normal;
    font-weight: 400;
    margin: 7px 0;
    cursor: pointer
}

.catalog_filter .item:hover {
    color: #ff533d
}

.catalog_filter .hide {
    color: #bbb
}

.catalog_filter .button_light {
    width: 95%;
    box-sizing: border-box
}

.catalog_list {
    width: 100%;
    padding: 0 0 0 10px
}

@media (max-width: 1180px) {
    .catalog_list {
        padding:0
    }
}

.description_section {
    background: #fff;
    box-shadow: 2px 2px 15px rgb(0 0 0 / 5%);
    border-radius: 5px;
    padding: 16px 26px;
    margin: 40px auto
}

.nav_children_section a {
    display: block;
    text-decoration: none;
    color: #000;
    margin: 0;
    padding: 8px 0;
    font-weight: 400;
    font-size: 14px;
    transition: padding .2s
}

.nav_children_section a:hover {
    color: #9d9d9d;
    padding: 8px 0 8px 10px
}

.registration_buttons {
    display: flex;
    align-items: stretch;
    justify-content: space-evenly
}

.registration_buttons button {
    width: 50%;
    background-image: url(/app/images/icons/checkbox_off.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    text-align: left;
    padding: 10px 15px
}

.registration_buttons .selected {
    background-image: url(/app/images/icons/checkbox_on.png)
}

@media (max-width: 700px) {
    .registration_buttons {
        display:flex;
        flex-direction: column;
        margin: 0;
        padding: 0
    }

    .registration_buttons button {
        width: 100%;
        box-sizing: border-box;
        margin: 0 0 35px;
        padding: 10px 40px 10px 15px
    }
}

.personal_box {
    display: grid;
    justify-content: space-between;
    align-items: start;
    grid-template-columns: 200px 1fr 250px;
    grid-gap: 10px
}

.personal_profile_box {
    grid-template-columns: 200px 1fr 300px
}

.create_order_box,.favourites_box,.order_detail_box,.orders_box {
    grid-template-columns: 200px 1fr
}

.personal_profile_box .personal_organization_box,.personal_profile_box .profile_box {
    width: 100%;
    max-width: 500px;
    display: block;
    margin: auto
}

.personal_menu {
    max-width: 200px;
    flex: 0 0 200px
}

.personal_menu a {
    display: block;
    text-decoration: none;
    color: #000;
    border: .5px solid #eaeaea;
    border-radius: 5px;
    padding: 8px 20px 8px 20px;
    cursor: poiner;
    margin: 0 0 8px;
    font-size: 12px;
    font-family: Roboto;
    font-weight: 400
}

.personal_menu a img {
    margin-right: 20px;
    width: 15px
}

.personal_menu .selected,.personal_menu a:hover {
    border: .5px solid #ff8e2a;
    box-shadow: inset 0 0 10px rgba(255,142,42,.15)
}

.personal_menu .indent {
    height: 25px
}

@media (max-width: 1100px) {
    .personal_box {
        display:grid;
        grid-template-columns: 1fr
    }

    .personal_menu {
        max-width: 100%;
        width: 100%;
        display: flex;
        flex: auto;
        justify-content: space-between;
        align-items: stretch;
        margin: 0 0 35px
    }

    .personal_menu .indent {
        display: none
    }
}

@media (max-width: 880px) {
    .personal_menu a {
        padding:6px 20px 8px
    }

    .personal_menu a img {
        display: block;
        margin: 7px auto 5px;
        width: 15px;
        height: 15px
    }
}

@media (max-width: 580px) {
    .personal_menu a {
        font-size:0
    }
}

@media (max-width: 360px) {
    .personal_menu a {
        font-size:12px;
        padding: 8px 10px 8px
    }

    .personal_menu {
        display: flex;
        flex-direction: column
    }

    .personal_menu a img {
        display: inline-block;
        margin: 0 10px 0 0
    }
}

.orders_list {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px
}

@media (max-width: 1300px) {
    .orders_list {
        display:grid;
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width: 1100px) {
    .orders_list {
        margin:0
    }
}

@media (max-width: 800px) {
    .orders_list {
        display:grid;
        grid-template-columns: 1fr;
        grid-gap: 35px
    }
}

.orders_list .order_item {
    box-shadow: 2px 2px 15px rgb(0 0 0 / 5%);
    border-radius: 5px;
    padding: 18px
}

@media (max-width: 390px) {
    .orders_list .order_item {
        padding:10px
    }

    .orders_list .order_item .table_line {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 0;
        justify-items: start;
        align-items: center;
        justify-content: start;
        margin: 0 0 20px
    }
}

.orders_list .title {
    font-weight: 700;
    font-size: 14px
}

.orders_list .status {
    font-weight: 700;
    font-size: 14px;
    border-style: solid;
    border-width: 2px;
    border-radius: 5px;
    padding: 3px 25px;
    position: relative
}

.orders_list .status .hover {
    display: none;
    position: absolute;
    background-color: #333;
    color: #000;
    margin: 0 0;
    z-index: 5;
    background: #fff;
    box-shadow: 2px 2px 15px rgb(0 0 0 / 15%);
    border-radius: 5px;
    padding: 8px 15px;
    font-size: 12px;
    top: 100%;
    right: 0;
    font-size: 18px;
    font-weight: 300;
    min-width: 250px;
    max-width: 30px
}

@media (max-width: 390px) {
    .orders_list .status {
        padding:5px 10px
    }

    .orders_list .status .hover {
        display: block;
        position: static;
        font-size: 12px;
        padding: 0;
        box-shadow: none;
        min-width: 100%;
        max-width: 100%
    }
}

.orders_list .status:hover .hover {
    display: block
}

.orders_list .name {
    font-weight: 300;
    font-size: 12px;
    color: #777;
    line-height: 40px
}

.orders_list .value {
    text-align: left;
    width: 70%
}

.orders_list .value .price {
    display: inline-block;
    margin-left: 0
}

.orders_list .button_bright {
    margin: 15px auto 0;
    display: block
}

.order_detail_box {
    grid-column: 2/4;
    width: 100%
}

.order_detail_box .property {
    display: grid;
    grid-template: 1fr 1fr/1fr 1fr;
    grid-gap: 10px
}

.order_detail_box .property .indent {
    height: 35px
}

.order_detail_box .property .delivery,.order_detail_box .property .order_main,.order_detail_box .property .persona {
    padding: 10px 25px;
    box-shadow: 5px 5px 10px rgb(0 0 0 / 10%)
}

.order_detail_box .property .order_main {
    grid-row: 1/3
}

@media (max-width: 800px) {
    .order_detail_box .property {
        grid-template-columns:1fr
    }

    .order_detail_box .property .delivery,.order_detail_box .property .order_main,.order_detail_box .property .persona {
        grid-column: 1/2;
        grid-row: unset
    }

    .order_detail_box .property .persona {
        grid-row: 2/3
    }
}

.order_detail_box .title {
    font-weight: 700;
    font-size: 14px;
    color: #000;
    margin: 35px 0
}

.order_detail_box .products_list {
    display: grid;
    align-items: center;
    align-content: space-between;
    grid-gap: 35px
}

@media (max-width: 800px) {
    .order_detail_box .products_list {
        grid-gap:10px
    }
}

.order_detail_box .products_list .item {
    display: grid;
    grid-template: 1fr 1fr/6fr 1fr 1fr 1fr;
    grid-gap: 0px 10px
}

.order_detail_box .products_list .item .id {
    color: #999;
    font-size: 12px;
    font-width: 300;
    grid-column: 1/2;
    grid-row: 2/3
}

.order_detail_box .products_list .item .name {
    grid-column: 1/2;
    grid-row: 1/2
}

.order_detail_box .products_list .item .price_box {
    grid-column: 2/3;
    grid-row: 1/3;
    text-align: center;
    justify-content: center;
    align-self: start;
    width: auto;
    margin: 0 auto
}

.order_detail_box .products_list .item .quantity_box {
    grid-column: 3/4;
    grid-row: 1/3;
    margin: 0 auto
}

.order_detail_box .products_list .item .price_sum_box {
    grid-column: 4/5;
    grid-row: 1/3;
    margin: 0 auto
}

@media (max-width: 800px) {
    .order_detail_box .products_list .item {
        display:grid;
        grid-template-columns: 1fr;
        grid-row: unset;
        align-items: center;
        justify-items: start;
        justify-content: start;
        box-shadow: inset 0 0 0 1px #ddd;
        border-radius: 5px;
        padding: 5px 10px
    }

    .order_detail_box .products_list .item .id,.order_detail_box .products_list .item .name,.order_detail_box .products_list .item .price_box,.order_detail_box .products_list .item .price_sum_box,.order_detail_box .products_list .item .quantity_box {
        grid-column: 1/2;
        grid-row: unset
    }
}

.cart_box .cart_results {
    display: block;
    width: 100%;
    max-width: 250px;
    box-sizing: border-box;
    margin: 0 auto;
    position: sticky;
    top: 10px;
    background: #fff;
    box-shadow: 2px 2px 15px rgb(0 0 0 / 5%);
    padding: 15px 20px;
    border-radius: 5px;
    text-align: center;
    color: #686868
}

@media (max-width: 1100px) {
    .cart_box .cart_results {
        margin:0;
        text-align: center;
        justify-self: center
    }
}

.cart_box .cart_results .final_price {
    font-weight: 700
}

.cart_box .cart_results .final_price .price {
    font-size: 20px;
    color: #000
}

.cart_box .cart_results .final_price .price_old {
    position: relative;
    top: -8px
}

.cart_box .cart_results .cart_results_info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    font-weight: 300;
    font-size: 12px;
    align-items: center;
    justify-content: space-between
}

@media (max-width: 280px) {
    .cart_box .cart_results .cart_results_info {
        display:grid;
        grid-template-columns: 1fr;
        grid-gap: 0;
        justify-items: center;
        justify-content: center
    }
}

.cart_box .cart_results .button_bright {
    width: 100%;
    margin: 20px 0 25px;
    box-sizing: border-box;
    font-size: 14px
}

.cart_box .alert_text {
    margin: 20px 0 25px;
    color: #ff4d40;
    border: 1px solid #ff4d40;
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    padding: 18px 20px 0;
    border-radius: 5px
}

.cart_box .alert_text .price {
    display: block;
    color: #000;
    font-size: 18px;
    margin: 0 0 15px
}

.cart_box .cart_results .cart_results_delivery {
    align-items: flex-start
}

.cart_box .cart_results .cart_results_delivery .free {
    font-weight: 400;
    color: #27c324
}

.cart_box .cart_results .cart_results_delivery .price {
    color: #000;
    font-weight: 400;
    margin: 0
}

.cart_box .cart_results .text {
    color: #000;
    text-align: left;
    margin: 25px 0 0;
    font-weight: 400;
    font-size: 14px
}

.cart_box .cart_results .text .price {
    display: inline-block
}

.cart_box .list {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 0 -5px;
    box-sizing: border-box
}

.cart_box .list .product {
    display: grid;
    width: 100%;
    grid-template-columns: 80px 1fr 70px 120px 80px 30px;
    grid-gap: 10px;
    justify-content: space-between;
    align-items: center;
    box-shadow: 2px 2px 15px rgb(0 0 0 / 5%);
    border-radius: 5px;
    padding: 5px 5px;
    margin: 0 0 10px;
    box-sizing: border-box
}

.cart_box .list .product a {
    display: contents;
    color: #000;
    font-weight: 400;
    font-size: 12px
}

.cart_box .list .product .image_and_name {
    grid-column: 1/3;
    padding: 0 0 0 20px
}

.cart_box .list .product .image {
    grid-column: 1/2;
    margin: 0;
    padding: 0 0 0 5px
}

.cart_box .list .product .stores {
    text-align: end;
    justify-self: end;
    font-weight: 400;
    font-size: 12px
}

.cart_box .list .product .out_of_stock {
    grid-column: 3/6
}

.cart_box .list .product .quantity {
    text-align: center;
    justify-self: center
}

.cart_box .list .product .amount {
    text-align: right;
    padding: 0 14px 0 0
}

.cart_box .list .product .price_box {
    text-align: end;
    justify-self: end
}

.cart_box .list .product .remove_product {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-width: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    background-image: url(/app/images/icons/trashcan.svg);
    text-align: center;
    justify-self: center
}

.cart_box .list .product .remove_product:hover {
    background-size: 75%
}

.cart_box .list .titles {
    box-shadow: none;
    font-weight: bolder;
    font-size: 14px;
    margin: 0;
    height: 0;
    top: -30px;
    position: relative;
    padding: 0
}

.cart_box .list .price_box_hover {
    display: none;
    position: absolute;
    background-color: #333;
    z-index: 5;
    background: #fff;
    box-shadow: 2px 2px 15px rgb(0 0 0 / 5%);
    border-radius: 5px;
    padding: 8px 15px;
    font-size: 12px;
    transition: transform .2s
}

@media (min-width: 870px) {
    .cart_box .list .price_box:hover .price_box_hover {
        display:block
    }

    .cart_box .list .price_box_hover:hover {
        transform: scale(2)
    }
}

@media ((max-width: 1280px) and (min-width:1100px)) or (max-width:870px) {
    .cart_box .list .product {
        grid-template-columns:80px 120px 80px 30px
    }

    .cart_box .list .product .name {
        grid-column: 2/5
    }

    .cart_box .list .product .stores {
        text-align: center;
        justify-self: center
    }

    .cart_box .list .product .image_and_name {
        grid-column: 1/5;
        padding: 0 0 0 20px
    }

    .cart_box .list .titles {
        margin: 0 auto 15px;
        height: auto;
        top: 0
    }

    .cart_box .list .product .out_of_stock {
        grid-column: 1/4;
        text-align: left;
        justify-content: end
    }
}

@media (max-width: 480px) {
    .cart_box .list .product {
        grid-template-columns:80px 1fr 2fr
    }

    .cart_box .list .product .name {
        grid-column: 2/4
    }

    .cart_box .list .product .stores {
        grid-column: 1/3
    }

    .cart_box .list .product .quantity {
        grid-column: 1/3
    }

    .cart_box .list .product .price_box {
        grid-column: 3/4;
        grid-row: 2/3
    }

    .cart_box .list .product .remove_product {
        text-align: end;
        justify-self: end
    }
}

@media (max-width: 290px) {
    .cart_box .list .product {
        grid-template-columns:1fr
    }

    .cart_box .list .product .image {
        text-align: center;
        justify-self: center
    }

    .cart_box .list .product .name,.cart_box .list .product .price_box,.cart_box .list .product .quantity,.cart_box .list .product .remove_product,.cart_box .list .product .stores {
        grid-column: 1/2;
        grid-row: unset
    }
}

.create_order_form {
    width: 100%
}

.use_cashback_box {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    grid-gap: 10px;
    text-align: center;
    padding: 40px 0 0;
    align-items: center;
}

#choose_delivery_box {
    width: 59%;
    text-align: left
}

@media (max-width: 480px) {
    #choose_delivery_box {
        width:100%
    }
}

#choose_delivery_box label {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: center;
    grid-gap: 20px;
    background-color: #fff;
    padding: 5px 20px;
    margin: 10px 0;
    border-radius: 5px;
    cursor: pointer
}

#choose_delivery_box label.selected,#choose_delivery_box label:hover {
    box-shadow: 0 0 2px 1px #aaa
}

.catalog_detail_box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 45px
}

.catalog_detail_box .image_box {
    grid-column: 1/2
}

.catalog_detail_box .image_box img {
    object-fit: scale-down
}

.catalog_detail_box .image_box .list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    align-items: center;
    justify-content: space-between;
    justify-items: center
}

.catalog_detail_box .image_box .list button {
    border-width: 0;
    background-color: #fff;
    width: 80px;
    height: 80px;
    text-align: center;
    padding: 0;
    border-radius: 5px
}

.catalog_detail_box .image_box .list button img {
    margin: 0;
    padding: 0;
    border-radius: 5px
}

.catalog_detail_box .image_box .list button:hover {
    box-shadow: 0 0 2px 1px #d4d4d4
}

.catalog_detail_box .property_box {
    grid-column: 2/3
}

.catalog_detail_box .property_box .choose_color_box .list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    justify-content: space-between;
    align-items: center;
    text-align: center
}

.catalog_detail_box .property_box .choose_color_box a {
    display: inline-block;
    width: 40px;
    height: 40px
}

.catalog_detail_box .property_box .choose_color_box img {
    border-style: solid;
    border-width: .5px;
    border-color: #d4d4d4;
    border-radius: 5px
}

.catalog_detail_box .property_box .choose_color_box .selected img {
    border-color: #333
}

.catalog_detail_box .property_box .title,.product_properties .name {
    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    color: #000
}

.catalog_detail_box .buy_box {
    grid-column: 3/4;
    font-weight: 400;
    font-size: 14px;
    box-sizing: border-box
}

.catalog_detail_box .buy_box .base_price {
    border-style: solid;
    border-width: 0 0 1px;
    border-color: #e2e2e2;
    padding: 0 0 5px;
    margin: 0 0 15px
}

.catalog_detail_box .buy_box .discounts_list {
    margin: 5px 0
}

.catalog_detail_box .buy_box .box_in_cart {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 10px;
    box-sizing: border-box
}

.catalog_detail_box .buy_box .box_in_cart .sum {
    display: flex;
    background-color: #f9f9f9;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    font-weight: 300;
    font-size: 14px;
    grid-column: 1/3;
    grid-row: 1/2;
    padding: 12px 10px;
    border-radius: 7px;
    font-weight: 400;
    font-size: 14px
}

.catalog_detail_box .buy_box .box_in_cart .in_storage {
    grid-column: 1/2;
    grid-row: 2/3;
    font-weight: 300;
    font-size: 12px;
    border: 1px solid #ececec;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center
}

.catalog_detail_box .buy_box .box_in_cart .button_bright {
    grid-column: 1/3;
    grid-row: 3/4;
    width: 100%;
    margin: 5px 0
}

.catalog_detail_box .buttons_switching_content {
    grid-column: 1/2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f9f9f9;
    border-radius: 5px
}

.catalog_detail_box .buttons_switching_content button {
    background-color: #f9f9f9;
    border-width: 0;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
    padding: 12px 28px
}

.catalog_detail_box .buttons_switching_content .selected,.catalog_detail_box .buttons_switching_content button:hover {
    background-color: #ededed
}

.catalog_detail_box .buttons_other {
    grid-column: 2/4;
    display: flex
}

.catalog_detail_box .buttons_other a,.catalog_detail_box .buttons_other button {
    display: flex;
    text-align: left;
    background-color: #fff;
    color: #105498;
    border-width: 0;
    border-radius: 5px;
    font-weight: 400;
    font-size: 12px;
    padding: 12px 28px;
    text-decoration: none;
    align-items: center;
    justify-content: flex-start;
    white-space: nowrap
}

.catalog_detail_box .buttons_other a {
    color: #001932
}

.catalog_detail_box .buttons_other a:hover,.catalog_detail_box .buttons_other button:hover {
    color: #000
}

.catalog_detail_box .content_box {
    grid-column: 1/4
}

.catalog_detail_box .buy_box .info_not_authorized {
    padding: 20px 20px 20px 60px;
    background: #fff;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    box-shadow: 2px 2px 15px rgba(0,0,0,.05);
    border-radius: 15px;
    background-image: url(/app/images/svg/exclamation_mark.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: 20px 24px
}

@media (max-width: 1250px) {
    .catalog_detail_box {
        grid-template-columns:1fr 1fr
    }

    .catalog_detail_box .image_box {
        grid-column: 1/2;
        grid-row: 1/3
    }

    .catalog_detail_box .property_box {
        grid-column: 2/3;
        grid-row: 2/3;
        max-width: 450px;
        width: 100%;
        margin: auto
    }

    .catalog_detail_box .buy_box {
        grid-column: 2/3;
        grid-row: 1/2;
        max-width: 450px;
        width: 100%;
        margin: auto
    }

    .catalog_detail_box .buttons_other {
        grid-column: 2/3
    }

    .catalog_detail_box .content_box {
        grid-column: 1/3
    }
}

@media (max-width: 900px) {
    .catalog_detail_box {
        grid-template-columns:1fr
    }

    .catalog_detail_box .image_box {
        grid-column: 1/2;
        grid-row: 1/2;
        max-width: 450px;
        width: 100%;
        margin: auto
    }

    .catalog_detail_box .image_box #main_image {
        width: 100%
    }

    .catalog_detail_box .property_box {
        grid-column: 1/2;
        grid-row: 2/3
    }

    .catalog_detail_box .buy_box {
        grid-column: 1/2;
        grid-row: 3/4
    }

    .catalog_detail_box .buttons_other {
        grid-column: 1/2;
        grid-row: 4/5;
        max-width: 450px;
        width: 100%;
        margin: auto
    }

    .catalog_detail_box .buttons_switching_content {
        max-width: 450px;
        width: 100%;
        margin: auto
    }

    .catalog_detail_box .content_box {
        grid-column: 1/2;
        max-width: 450px;
        width: 100%;
        margin: auto
    }
}

.main_top {
    display: grid;
    grid-template: 1fr 170px/1fr 424px;
    grid-gap: 20px;
    margin: 40px 0
}

.main_top .slider {
    display: inline-block;
    grid-column: 1/2;
    grid-row: 1/3;
    height: 408px;
    border-radius: 10px;
    background-color: #fff;
    width: 100%;
    max-width: 796px;
    cursor: pointer
}

@media (max-width: 1000px) {
    .main_top {
        grid-template:1fr 1fr 1fr 1fr/1fr
    }

    .main_top .slider {
        display: block;
        margin: auto
    }
}
@media (max-width: 550px) {
    .main_top {
        grid-template:1fr 3fr 3fr 3fr/1fr
    }
}

@media (max-width: 450px) {
    .main_top {
        display:block
    }
}

.main_top .manager {
    width: 100%;
    max-width: 796px;
    margin: auto;
    height: 100%
}

.main_top .delivery {
    box-sizing: border-box;
    background-color: #fff8f8;
    background-image: linear-gradient(88.22deg,#fff8f8 1.55%,#eee 98.49%);
    box-shadow: 5px 5px 10px rgba(0,0,0,.1);
    border-radius: 5px;
    max-height: 170px;
    width: 100%;
    max-width: 796px;
    display: block;
    margin: auto
}

.main_top .delivery_background_image {
    background-image: url(/app/images/main_map.jpg);
    background-size: auto 170px;
    background-repeat: no-repeat;
    background-position: right center;
    padding: 18px 35px;
    box-sizing: border-box;
    height: 170px;
    border-radius: 5px
}

.main_top .delivery .title {
    font-weight: 700;
    font-size: 18px
}

.main_top .delivery .text {
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #1c1c1c;
    margin: 12px 0
}

.main_sections {
    display: grid;
    width: 100%;
    grid-template-columns: 300px 300px 300px 300px;
    justify-content: space-between;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
}

.main_sections a {
    display: inline-block;
    box-sizing: border-box;
    padding: 20px;
    height: 300px;
    min-width: 300px;
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    line-height: 16px;
    border-radius: 20px;
    color: #000;
    background-color: #f9f9f9;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 300px;
        
    /*! box-shadow:0 0 0 3px #f00; */
}

.main_sections a:hover {
    box-shadow: 2px 2px 15px rgb(0 0 0 / 5%)
}

.main_sections .electronic_cigarettes {
    background-image: url(/app/images/catalog/main_page/electronic_cigarettes4.jpg)
}

.main_sections .ready_liquids {
    background-image: url(/app/images/catalog/main_page/ready_liquids2.jpg)
}

.main_sections .liquid_kneading {
    background-image: url(/app/images/catalog/main_page/liquid_kneading.jpg)
}

.main_sections .evaporators_and_cartridges {
    background-image: url(/app/images/catalog/main_page/evaporators_and_cartridges4.jpg)
}

.main_sections .hookah_products {
    background-image: url(/app/images/catalog/main_page/hookah_products4.jpg)
}

.main_sections .offer {
    background-image: url(/app/images/offer/offer2312.jpg)
}

.main_sections .chewing_tobacco {
    background-image: url(/app/images/catalog/main_page/chewing_tobacco4.jpg)
}

.main_sections .all {
    display: none;
    text-align: center;
    padding-top: 45px
}

@media (max-width: 1240px) {
    .main_sections {
        grid-template-columns:1fr 1fr;
        grid-gap: 25px
    }

    .main_sections .all {
        display: inline-block
    }
}

@media (max-width: 642px) {
    .main_sections {
        grid-template-columns:1fr;
        grid-gap: 10px
    }
}

@media (max-width: 330px) {
    .main_sections {
        grid-template-columns:1fr
    }
    .main_sections a {
        min-width:100px;
    }
}

.list_best_products .main_title {
    font-weight: 700;
    font-size: 24px;
    color: #000;
    text-align: center;
    margin: 45px 0 30px
}

.brusko_line {
    display: grid;
    grid-template: 1fr/1fr 1fr 1fr 1fr;
    background-image: url(/app/images/brusko_line_background.jpg);
    background-repeat: no-repeat;
    background-position: center;
    height: 101px;
    justify-content: space-evenly;
    align-items: center
}

.brusko_line img {
    grid-column: 1/2;
    grid-row: 1/2;
    background-color: #333
}

.brusko_line .data_box {
    grid-column: 3/4
}

.brusko_line .link {
    grid-column: 4/5
}

.main_title {
    font-weight: 700;
    font-size: 24px;
    color: #000
}

.about_line {
    text-align: center;
    text-wrap: pretty;
    margin: 50px 110px 40px
}

.about_line img {
    display: block;
    margin: 50px auto 25px;
    width: 100%;
    max-width: 150px
}

@media (max-width: 1010px) {
    .about_line {
        margin:50px 0
    }
}

.main_benefit {
    width: 100%;
}
.main_benefit .main_benefit_title,
.main_benefit > p {
    text-align: center;
    text-wrap: pretty;
}
.main_benefit .main_benefit_list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    /* display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px; */
}

.main_benefit .main_benefit_list .benefit_item {
    width: calc(50% - 10px);
    display: grid;
    grid-template: 1fr 3fr/160px 1fr;
    box-shadow: 2px 2px 15px rgba(0,0,0,.05);
    border-radius: 20px;
    padding: 25px 60px 25px 0;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}

.main_benefit .main_benefit_list .benefit_item .number {
    grid-column: 1/2;
    grid-row: 1/3;
    align-self: center;
    text-align: center;
    font-weight: 700;
    font-style: italic;
    font-size: 64px;
    color: #f2f2f2;
    /* padding-right: 10px; */
}

.main_benefit .main_benefit_list .benefit_item .title {
    grid-column: 2/3;
    grid-row: 1/2;
    font-weight: 700;
    font-size: 14px;
    padding: 0 0 10px;
    align-self: center;
}

.main_benefit .main_benefit_list .benefit_item .text {
    grid-column: 2/3;
    grid-row: 2/3;
    align-self: start;
}

@media (max-width: 1010px) {
    /* .main_benefit .main_benefit_list {
        grid-template-columns:1fr;
    } */
    .main_benefit .main_benefit_list .benefit_item {
        width: calc(100% - 10px);
    }
}

@media (max-width: 640px) {
    .main_benefit .main_benefit_list .benefit_item {
        grid-template:1fr 2fr/80px 1fr;
        border-radius: 10px;
    }

    .main_benefit .main_benefit_list .benefit_item .number {
        font-size: 38px;
        align-self: start;
    }
}

@media (max-width: 390px) {
    .main_benefit .main_benefit_list .benefit_item {
        padding:20px 20px;
    }
    .main_benefit .main_benefit_list .benefit_item .number,
    .main_benefit .main_benefit_list .benefit_item .text {
        align-self: center;
        justify-self: center;
    }

    .main_benefit .main_benefit_list .benefit_item .number {
        grid-row: 1/2;
        align-self: start;
        font-size: 24px;
        /* padding: 50px 10px 0 0;
        margin-top: 8px; */
    }

    .main_benefit .main_benefit_list .benefit_item .text {
        grid-column: 1/3;
    }
}

.main_bottom {
    display: flex;
    align-items: flex-start;
    grid-gap: 170px;
    margin: 60px 0
}

@media (max-width: 1300px) {
    .main_bottom {
        grid-gap:35px
    }
}

@media (max-width: 1070px) {
    .main_bottom {
        grid-gap:70px;
        flex-direction: column;
        align-items: center
    }
}

.main_bottom .main_news_box,.main_bottom .main_video_box {
    box-sizing: border-box
}

.main_bottom .title {
    font-weight: 700;
    font-size: 24px;
    color: #000
}

@media (max-width: 310px) {
    .main_bottom .title {
        font-size:16px
    }
}

.main_bottom .description {
    color: #555;
    font-weight: 300;
    font-size: 14px;
    margin: 20px 0
}

@media (max-width: 418px) {
    .main_bottom .table_line {
        display:flex;
        flex-direction: column
    }
}

.video {
    width: 100%;
    height: 285px;
    position: relative;
    border-radius: 5px
}

.video .button_video {
    width: 100%;
    height: 100%;
    background-position: center;
    border-width: 0;
    border-radius: 5px;
    background-size: 100%;
    transition: background-size .2s;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    overflow: hidden
}

.video .button_video:hover {
    background-size: 110%
}

.video .button_video img {
    width: 60px;
    height: 60px;
    transition: width .2s,height .2s
}

.video .button_video:hover img {
    width: 100px;
    height: 100px
}

.video iframe {
    border-radius: 5px
}

.menu_mobile {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.9);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    z-index: 30;
    padding: 30px 30px;
    margin: 0;
    overflow-y: scroll;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none
}

.menu_mobile::-webkit-scrollbar {
    width: 0
}

.menu_mobile .title {
    font-weight: 700;
    font-size: 12px;
    margin: 0 0 20px 30px
}

.menu_mobile a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 10px 0;
    font-weight: 400;
    font-size: 14px
}

.menu_mobile .button_light {
    padding: 6px 20px
}

.menu_mobile .parent {
    display: flex;
    padding: 10px 0 5px;
    border-width: 0;
    background-color: transparent;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    color: #444
}

.menu_mobile .item_open .parent {
    color: #ff4d40
}

.menu_mobile .children {
    margin: 10px 0 10px 10px;
    background: rgba(251,251,251,.6);
    border-radius: 10px;
    padding: 0 20px;
    height: 0;
    opacity: 0;
    transition: height .3s,padding .3s,opacity .3s;
    box-shadow: 0 0 25px rgba(0,0,0,.1);
    overflow: hidden
}

.menu_mobile .item_open .children {
    padding: 10px 20px;
    opacity: 1
}

.menu_mobile .arrow {
    transform: rotate(0);
    transition: transform .3s;
    margin: 0 0 0 10px
}

.menu_mobile .item_open .arrow {
    transform: rotate(180deg)
}

.menu_mobile .fast_line {
    margin: 20px 0 50px
}
@media (max-width: 480px) {
    .menu_mobile .fast_line {
        display:flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        justify-content: center;
        grid-gap: 10px
    }
}

.menu_mobile .top_line_menu a {
    color: #444;
    padding: 15px 0 15px 30px
}

.menu_mobile #top_user {
    display: flex;
    justify-content: space-between;
    margin: 50px 0 0
}

@media (max-width: 450px) {
    .menu_mobile #top_user {
        display:flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        justify-content: center;
        grid-gap: 10px
    }
}

.button_close {
    background-image: url(/app/images/icons/x.svg);
    background-repeat: no-repeat;
    background-position: center;
    margin: 0;
    width: 40px;
    height: 30px;
    background-size: 15px;
    position: fixed;
    top: 20px;
    right: 20px
}

.price_list .arrow_down {
    margin: 0 0 0 10px
}

.price_list .arrow_up {
    transform: rotate(180deg)
}

.price_list .sum {
    line-height: 14px;
    text-align: right
}

.price_list .sum .price_old {
    width: 100%;
    box-sizing: border-box
}

.price_list .item {
    background-color: #f6f6f6;
    padding: 20px;
    margin: 10px 0;
    border-radius: 5px
}

.price_list .item .button_parent {
    display: flex;
    font-weight: 600;
    font-size: 14px;
    margin: 0;
    padding: 0;
    background-color: transparent;
    border-width: 0;
    width: 100%;
    text-align: left;
    padding: 0;
    align-items: center;
    justify-content: flex-start
}

.price_list .item .button_children {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 400;
    font-size: 14px;
    border-width: 0;
    width: 100%;
    background: #ececec;
    margin: 10px 0;
    border-radius: 5px;
    padding: 8px 5px
}

.price_list .item .children {
    border-radius: 5px;
    padding: 0 0
}

.price_list .item .children .arrow_down {
    margin: 0 6px 0 7px
}

.price_list .price_list_products {
    background: #fff;
    border: .5px solid rgba(0,0,0,.25);
    border-radius: 5px;
    padding: 5px;
    margin: 10px 0
}

.price_list .price_list_products .product {
    display: grid;
    grid-template-columns: 1fr 80px 80px 140px 80px;
    grid-gap: 35px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 5px 10px;
    background-color: #f6f6f6;
    box-sizing: border-box
}

.price_list .price_list_products .product:nth-child(2n) {
    background-color: #fff
}

.price_list .price_list_products .product_in_cart {
    background-color: #e8fcbe
}

.price_list .price_list_products .product_in_cart:nth-child(2n) {
    background-color: #ebffc0
}

.price_list .price_list_products .product:hover {
    box-shadow: inset 0 0 0 1px #ff4d40
}

.price_list .price_list_products .product a {
    color: #000;
    text-decoration: none;
    position: relative
}

.price_list .price_list_products .product a:hover {
    text-decoration: underline
}

.price_list .price_list_products .product a .hover {
    visibility: hidden;
    display: none;
    position: absolute;
    bottom: 20px;
    pointer-events: none;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 2px 2px 15px rgb(0 0 0 / 5%);
    padding: 5px
}

@media (min-width: 700px) {
    .price_list .price_list_products .product a:hover .hover {
        visibility:unset;
        display: block
    }
}

.price_list .price_list_products .product_top {
    border-style: solid;
    border-width: 0 0 1px;
    border-color: #ececec;
    background-color: #fff
}

.price_list .price_list_products .product .price_box,.price_list .price_list_products .product .storage,.price_list .price_list_products .product .sum {
    text-align: end;
    justify-self: end
}

.price_list .price_list_products .product .to_order {
    text-align: center;
    justify-self: center
}

.price_list_products .price_box .price_old {
    position: relative;
    top: -6px
}

@media (max-width: 1200px) {
    .price_list .price_list_products .product {
        grid-gap:10px 35px
    }

    .price_list .price_list_products .product .name {
        grid-column: 1/6
    }

    .price_list .price_list_products .product .storage {
        grid-column: 1/3
    }
}

@media (max-width: 700px) {
    .price_list .price_list_products .product {
        display:grid;
        grid-template: 1fr 1fr 1fr/1fr 160px 1fr;
        grid-gap: 0 35px
    }

    .price_list .price_list_products .product .name {
        grid-column: 1/4
    }

    .price_list .price_list_products .product .storage,.price_list .price_list_products .product .to_order {
        grid-column: 2/3;
        text-align: center;
        justify-self: center
    }

    .price_list .price_list_products .product .price_box,.price_list .price_list_products .product .sum {
        grid-column: 3/4
    }
}

@media (max-width: 470px) {
    .price_list .price_list_products .product {
        display:grid;
        grid-template: 1fr 1fr 1fr/160px 1fr;
        grid-gap: 0 35px
    }

    .price_list .price_list_products .product .name {
        grid-column: 1/3
    }

    .price_list .price_list_products .product .storage,.price_list .price_list_products .product .to_order {
        grid-column: 1/2
    }

    .price_list .price_list_products .product .price_box,.price_list .price_list_products .product .sum {
        grid-column: 2/3
    }
}

@media (max-width: 400px) {
    .price_list .price_list_products .product {
        display:grid;
        grid-template: 1fr 1fr 1fr 1fr 1fr/1fr;
        grid-gap: 0 5px
    }

    .price_list .price_list_products .product .name,.price_list .price_list_products .product .price_box,.price_list .price_list_products .product .storage,.price_list .price_list_products .product .sum,.price_list .price_list_products .product .to_order {
        grid-column: 1/2
    }

    .price_list .price_list_products .product .to_order {
        grid-row: 5/6
    }

    .price_list .price_list_products .product .storage,.price_list .price_list_products .product .to_order {
        text-align: end;
        justify-self: end
    }
}

@media (max-width: 300px) {
    .price_list .item {
        padding:5px;
        margin: 5px
    }
}

.to_top_box {
    position: absolute;
    height: calc(100% - 100vh);
    top: 170vh;
    right: 0;
    display: flex;
    width: 60px;
    display: none
}

.button_to_top {
    position: -webkit-sticky;
    position: sticky;
    top: calc(100% - 60px);
    height: 30px;
    right: 0;
    border-radius: 50px;
    border-width: 0;
    background-color: #000;
    opacity: .2;
    width: 40px;
    height: 40px
}

#app {
    position: relative
}

.quantity_items {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    grid-gap: 5px;
    cursor: default
}

.quantity_items button {
    display: block;
    width: 100%;
    text-align: right;
    border: 0;
    padding: 10px 15px;
    background-color: #fff;
    border-radius: 5px
}

.quantity_items button:hover {
    background-color: #f2f2f2
}

.quantity_items .quantity_items_selected {
    position: relative
}

.quantity_items .hover {
    display: none;
    box-shadow: 2px 2px 15px rgb(0 0 0 / 5%);
    border-radius: 5px;
    position: absolute;
    right: 0
}

.quantity_items:hover .hover {
    display: block
}

.contacts_title {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    margin: 30px 0
}

.managers_list {
    display: grid;
    grid-template-columns: 348px 348px 348px;
    grid-column-gap: 30px;
    grid-row-gap: 65px;
    justify-content: space-between;
    align-items: center
}

@media (max-width: 1150px) {
    .managers_list {
        display:grid;
        grid-template-columns: 348px 348px;
        justify-content: space-evenly;
        align-items: center;
        justify-items: center
    }
}

@media (max-width: 750px) {
    .managers_list {
        grid-template-columns:348px
    }
}

@media (max-width: 370px) {
    .managers_list {
        grid-template-columns:1fr
    }
}

.manager {
    box-sizing: border-box;
    background-color: #fbfbfb;
    padding: 18px 35px;
    box-shadow: 5px 5px 10px rgba(0,0,0,.1);
    border-radius: 5px;
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-gap: 3px 20px;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: 300;
    max-width: 348px;
    margin: 0 auto
}

.manager .button_dark {
    margin: 5px 0
}

.manager .name {
    line-height: 20px
}

.manager a {
    text-decoration: none;
    color: #000
}

.manager .foto {
    grid-row: 1/2;
    border-radius: 80px
}

@media (max-width: 360px) {
    .manager {
        padding:10px 10px;
        grid-template-columns: 1fr
    }

    .manager .foto,.manager .name {
        grid-row: 1/3
    }
}

.manager .email,.manager .phone,.manager .social,.manager form {
    grid-column: 1/3;
    font-weight: 400
}

.manager form input {
    background: #f7f7f7;
    border-radius: 5px;
    border-width: 0;
    padding: 8px 10px;
    margin: 5px 0;
    width: 100%;
    box-sizing: border-box
}

.manager .social {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0
}

.manager .social img {
    max-width: 16px;
    max-height: 16px;
    margin: 0 5px 0 0
}

.manager .social a {
    font-weight: 400;
    font-size: 14px
}

@media (max-width: 330px) {
    .manager .social {
        display:flex;
        flex-direction: column;
        align-items: flex-start
    }

    .manager .social a {
        padding: 10px 0
    }
}

.manager .phone {
    margin: 20px 0 0
}

.main_top .manager {
    padding: 5px 35px;
    grid-gap: 0px 20px
}

.main_top .manager .foto {
    grid-row: 1/4
}

.main_top .manager .email,.main_top .manager .phone {
    grid-column: 2/3
}

.main_top .manager .phone {
    margin: 3px 0 0
}

.main_top .manager .social {
    display: none
}

.main_top .manager form {
    margin: 4px 0 0;
    text-align: center
}

.main_top .manager form .line {
    display: flex;
    grid-gap: 10px
}

.slider {
    overflow: hidden;
    background-color: #000;
    z-index: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.slider .buttons {
    display: flex;
    height: 100%;
    position: relative;
    top: -100%;
    align-items: center;
    justify-content: space-between;
    z-index: 10
}

.slider .buttons button {
    background-image: url(/app/images/svg/slider_arrow.svg);
    height: 100%;
    width: 50px;
    opacity: .6;
    border-width: 0;
    background-color: transparent;
    color: transparent;
    background-repeat: no-repeat;
    background-position: center
}

@media (max-width: 550px) {
    .slider .buttons button {
        display:none
    }
}

.slider .buttons button:first-child {
    transform: rotate(180deg)
}

.slider .buttons button:hover {
    background-color: #000;
    opacity: .8
}

.slider img {
    height: 100%;
    object-fit: cover;
    margin: 0
}

.slider .slider_list {
    display: flex;
    align-items: flex-start;
    transform: translateX(-200%);
    transition: transform .4s
}

.slider a {
    position: relative;
    height: 408px;
    width: 100%
}

.slider .description {
    opacity: 0;
    position: relative;
    position: absolute;
    top: 0;
    color: #000;
    border-radius: 0;
    width: 100%;
    height: 100%;
    padding: 80px 0 0 60px;
    box-sizing: border-box;
    z-index: 20;
    transition: opacity .2s;
    background-image: radial-gradient(farthest-corner at 40px 40px,rgba(255,255,255,.9) 40%,transparent 75%)
}

@media (min-width: 800px) {
    .slider:hover .description {
        opacity:1
    }
}

.slider .title {
    max-width: 295px;
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 10px
}

.slider .text {
    max-width: 295px;
    font-weight: 300;
    font-size: 12px
}

.slider img.for_mobile {
    display: none;
    height: 100%;
    object-fit: scale-down
}

@media (max-width: 550px) {
    .slider img.for_mobile {
        display:block
    }

    .slider img.for_desktop {
        display: none
    }
}

.mini_text_top {
    margin: 45px 0;
    color: #555;
    font-weight: 400;
    font-size: 14px
}

.list_empty,
.accruals_box-empty {
    width: 100%;
    text-align: center;
    color: #adadad;
    font-weight: 700;
    font-size: 14px;
    padding: 65px 0
}

.list_empty .button_bright {
    margin: 14px 0;
    padding: 10px 75px
}

.registration_ready_box {
    padding: 35px 56px 45px;
    font-weight: 700;
    font-size: 14px
}

.registration_ready_box p a {
    color: #000;
    font-weight: 700;
    font-size: 14px
}

.registration_ready_box .title {
    color: #3b2;
    font-size: 18px;
    margin: 0 0 25px
}

@media (max-width: 690px) {
    .registration_ready_box {
        padding:0
    }

    .registration_ready_box,.registration_ready_box p a {
        font-size: 12px
    }

    .registration_ready_box .title {
        font-size: 14px
    }
}

.manager_mini {
    text-align: center;
    margin: 20px 0 60px
}

.manager_mini img {
    border-radius: 50%
}

.manager_mini .manager_name {
    font-weight: 300;
    font-size: 20px;
    margin: 10px 0 0
}

#check_18_age {
    display: inline-block;
    position: fixed;
    background-color: rgba(0,0,0,.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 500;
    line-height: 22px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px)
}

#check_18_age .box_18 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    max-width: 903px;
    max-height: 560px;
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 26px 20px 18px;
    border-radius: 7px;
    transition: margin-top 1s;
    top: 0;
    bottom: 0;
    position: fixed;
    left: 0;
    right: 0;
    text-align: center
}

#check_18_age img {
    margin: 0 auto;
    width: 100%;
    max-width: 175px
}

#check_18_age .text {
    color: #000;
    margin: 20px 10px 20px;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto
}

#check_18_age .buttons {
    margin: 10px 0 40px
}

#check_18_age button {
    display: inline-block;
    background-color: #f0f0f0;
    border-width: 0;
    border-radius: 6px;
    margin: 0;
    padding: 10px 3px;
    height: 40px;
    width: 130px;
    color: #000;
    cursor: pointer;
    position: relative;
    top: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    outline: 0;
    margin-top: 18px
}

#check_18_age button:hover {
    top: -2px;
    box-shadow: 2px 2px 15px rgba(0,0,0,.35)
}

#check_18_age .button_yes {
    background-color: #000;
    color: #fff;
    margin: 0 12px 0 0
}

#check_18_age .number {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #f0f0f0;
    border-radius: 5px;
    font-size: 24px;
    line-height: 50px;
    font-weight: 700;
    text-align: center;
    color: #000
}

#check_18_age .footer_text {
    display: inline-block;
    text-align: left;
    text-indent: -10px;
    margin-left: 20px;
    font-size: 14px;
    line-height: 16px;
    color: #545151
}

#check_18_age .title {
    text-align: center;
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    text-transform: initial;
    margin-bottom: 0;
    font-family: Roboto;
    font-family: Opensans,Arial,Helvetica,sans-serif
}

#check_18_age a {
    font-size: 16px;
    color: #000
}

@media (max-width: 1035px) {
    #check_18_age {
        background-color:rgba(255,255,255,.95);
        padding: 0
    }

    #check_18_age .box_18 {
        max-height: 100%;
        background: 0 0;
        overflow-y: scroll;
        padding: 0;
        overflow: -moz-scrollbars-none;
        -ms-overflow-style: none;
        box-sizing: border-box;
        padding: 0 10px 40px
    }

    #check_18_age img {
        margin: 50px auto 20px
    }

    #check_18_age .text {
        box-sizing: border-box;
        max-width: 100%
    }

    #check_18_age .number {
        margin: 20px
    }
}

.articles_list {
    display: grid;
    grid-template-columns: 304px 304px 304px;
    grid-gap: 48px 24px;
    align-items: start;
    justify-content: space-between;
    align-content: space-between
}

@media (max-width: 1050px) {
    .articles_list {
        display:grid;
        grid-template-columns: 304px 304px;
        justify-content: space-evenly
    }
}

.articles_list .item {
    text-decoration: none;
    color: #000
}

.articles_list a img {
    margin: 0 0 16px;
    object-fit: cover;
    width: 304px;
    height: 171px;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    -webkit-filter: brightness(.95);
    filter: brightness(.95);
    transition: -webkit-filter .1s linear;
    transition: filter .1s linear;
    transition: filter .1s linear,-webkit-filter .1s linear
}

.articles_list .item:hover img {
    -webkit-filter: brightness(1);
    filter: brightness(1)
}

@media (max-width: 710px) {
    .articles_list {
        display:grid;
        grid-template-columns: 400px;
        justify-content: space-evenly;
        grid-gap: 60px 24px
    }

    .articles_list a img {
        width: 400px;
        height: 225px
    }
}

@media (max-width: 470px) {
    .articles_list {
        grid-template-columns:1fr
    }

    .articles_list a img {
        width: 100%;
        height: 225px
    }
}

.articles_list .title {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.22;
    text-decoration: none
}

.articles_list .item:hover .title {
    text-decoration: underline
}

@media (max-width: 470px) {
    .articles_list {
        grid-template-columns:1fr
    }

    .articles_list a img {
        width: 100%;
        height: 150px
    }

    .articles_list .title {
        font-size: 14px
    }
}

.articles_list .text {
    margin: 10px 0 10px;
    font-weight: 400;
    font-size: 14px;
    color: #797979;
    line-height: 1.51
}

.articles_list .date {
    color: #a0a0a0;
    font-size: 13px;
    font-weight: 400
}

.articles_detail .date,.articles_detail .views {
    color: #939393;
    font-size: 14px;
    text-align: left
}

.articles_detail {
    width: 100%;
    max-width: 720px;
    display: block;
    margin: 0 auto
}

.articles_content {
    font-size: 19px;
    font-weight: 300;
    line-height: 1.7em;
    color: #242424
}

.articles_content a {
    font-size: 19px;
    color: #ff4d40
}

.articles_content h2 {
    font-size: 32px;
    font-weight: 700
}

.articles_content h3,.articles_content h3 a {
    font-size: 22px;
    font-weight: 700
}

.articles_content img {
    display: block;
    margin: 0 auto
}

.articles_content hr {
    border: none;
    border-top: 2px solid #888;
    color: #000;
    overflow: visible;
    text-align: center;
    height: 20px;
    margin: 50px 0 0;
    opacity: .2
}

.articles_content hr:after {
    display: inline-block;
    width: 150px;
    height: 50px;
    background-color: #fff;
    background-image: url(/app/images/armango_logo.svg);
    background-position: center;
    background-size: 120px;
    background-repeat: no-repeat;
    content: '';
    padding: 0 4px;
    position: relative;
    top: -25px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%)
}

.articles_content img {
    width: auto;
    max-width: 100%;
    height: auto
}

@media (max-width: 580px) {
    .articles_content,.articles_content a {
        font-size:16px
    }

    .articles_content h2 {
        font-size: 22px
    }

    .articles_content h3,.articles_content h3 a {
        font-size: 18px
    }
}

@media (max-width: 240px) {
    .articles_content,.articles_content a {
        font-size:14px
    }

    .articles_content h2 {
        font-size: 20px
    }

    .articles_content h3,.articles_content h3 a {
        font-size: 16px
    }

    .articles_content hr:after {
        width: 100px;
        background-size: 100px
    }
}

.main_articles .table_line {
    display: flex;
    justify-content: flex-start;
    grid-gap: 30px
}

.main_articles .table_line .title {
    font-weight: 700;
    font-size: 24px;
    color: #000
}

.main_articles .list {
    display: grid;
    grid-template-columns: 318px 318px 318px;
    grid-gap: 20px;
    justify-content: space-between;
    align-items: start;
    margin: 15px 0 0
}

.main_articles .item {
    color: #000;
    text-decoration: none
}

.main_articles .list .title {
    font-weight: 700;
    font-size: 14px
}

.main_articles .text {
    font-weight: 300;
    font-size: 12px;
    margin: 15px 0
}

.main_articles b {
    font-weight: 500;
    font-size: 12px
}

.main_articles .item:hover b {
    color: #ff4d40
}

@media (max-width: 1070px) {
    .main_articles .list {
        grid-template-columns:318px 318px;
        justify-content: space-evenly;
        margin: 30px 0 0
    }

    .main_articles .table_line {
        max-width: 891px;
        margin: 0 auto
    }
}

@media (max-width: 730px) {
    .main_articles .list {
        grid-template-columns:1fr;
        grid-gap: 40px
    }

    .main_articles .text {
        margin: 5px 0
    }
}

.search_filter {
    text-decoration: none;
    color: #000
}

.search_filter .item {
    display: block;
    width: 100%;
    text-align: left;
    background-color: #fff;
    border: none;
    margin: 10px 0
}

@media (max-width: 500px) {
    .search_content {
        display:flex;
        flex-direction: column;
        align-items: flex-start;
        margin: 0 0 20px
    }
}

.form1_header {
    text-align: center;
    margin: 0 0 40px
}

.create_order_form .button_bright {
    padding: 7px 40px;
    margin: 0
}

.create_order_form .line select {
    width: 50%;
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 5px;
    padding: 12px 18px;
    font-size: 14px
}

.personal_bonus_box>div {
    margin: 15px 0
}

.bonus_statistics {
    width: 80%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(2,1fr);
    gap: 16px
}

@media (max-width: 1100px) {
    .bonus_statistics {
        width:100%
    }
}

.bonus_statistics>div {
    width: auto;
    height: auto;
    padding: 16px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
    border-radius: 5px;
    border: 1px solid #c7c7c7
}

.bonus_info_now>div b,.bonus_info_now>div p,.bonus_statistics>div b,.bonus_statistics>div p {
    padding: 0;
    margin: 0;
    text-wrap: balance
}

.bonus_statistics>div b {
    font-size: 16px;
    font-weight: 700
}

.bonus_statistics_all {
    grid-column: 1/2;
    grid-row: 1/2
}

.bonus_statistics_procent {
    grid-column: 1/2;
    grid-row: 2/3
}

.bonus_statistics_future {
    grid-column: 2/2;
    grid-row: 1/3
}

.bonus_info {
    width: 100%
}

.bonus_info_now {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.bonus_info_now>div:first-child {
    color: #000
}

.bonus_info_now>div:nth-child(2) {
    color: #ff533d
}

.bonus_info_now>div b {
    font-size: 20px;
    font-weight: 800
}

.bonus_info_progress {
    width: 100%;
    position: relative;
    margin-top: 10px;
    margin-bottom: 35px
}

.bonus_info_progress progress::-moz-progress-bar {
    background: #1eaa1b
}

.bonus_info_progress progress::-webkit-progress-value {
    background: #1eaa1b
}

.bonus_info_progress progress {
    margin: 0 auto;
    width: 97.25%;
    height: 8px;
    border: none;
    outline: 0;
    border-radius: 4px;
    color: #1eaa1b
}

.bonus_info_progress_steps {
    position: absolute;
    top: 113.5%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

.bonus_info_progress_steps>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.bonus_info_progress_steps p {
    margin: 0;
    padding: 0;
    font-weight: 300
}

.bonus_info_progress_step {
    padding: 0;
    width: 5px;
    height: 16px;
    border-radius: 50%;
    background-color: #ececec
}

.bonus_info_progress_active {
    background-color: #1eaa1b
}

.bonus_info_progress_hidden {
    opacity: 0
}

.bonus_info_progress_final {
    width: 16px;
    height: 16px
}

.bonus_info_text {
    margin-top: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 9px
}

.bonus_info_text>p {
    font-weight: 500;
    margin: 0;
    padding: 0
}

.bonus_info_more>ul,.bonus_info_text ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 15px
}

.bonus_info_more>ul span,.bonus_info_text ul span {
    color: #1eaa1b;
    font-weight: 400
}

.bonus_info_text_red {
    color: #f01111!important
}

.bonus_info_text a {
    width: max-content;
    padding: 4px 8px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,.1);
    text-decoration: none;
    color: #606060;
    font-size: 14px;
    font-weight: 400
}

.bonus_info_more {
    list-style-type: none;
    counter-reset: num;
    padding: 0 0 0 20px
}

.bonus_info_more>li {
    position: relative;
    margin: 0;
    padding: 0 0 20px 5px;
    font-weight: 500;
    font-size: 16px
}

.bonus_info_more>li:before {
    content: counter(num);
    counter-increment: num;
    display: inline-block;
    position: absolute;
    top: 0;
    left: -26px;
    width: 20px;
    color: #d9d9d9;
    text-align: right;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px
}

.bonus_info_more .bonus_info_percent {
    list-style-type: none;
    padding: 0
}

.bonus_info_more .bonus_info_percent li {
    font-weight: 300;
    font-size: 16px;
    padding: 0;
    margin: 0
}

.bonus_info_more .bonus_info_percent li span {
    font-weight: 700;
    color: #1eaa1b
}

.top .bonus {
    padding: 7px 12px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,.1);
    text-decoration: none;
    background: radial-gradient(1423.1% 70.71% at 50% 50%,#ff9029 0,#ff4a40 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 400
}

.progress_for_personal {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px
}

.progress_for_personal>div:first-child {
    width: 90%
}

.progress_for_personal>div:nth-child(2) {
    width: 10%;
    align-self: stretch;
    position: relative
}

.progress_for_personal>div:nth-child(2) svg {
    cursor: pointer;
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.answer_svg {
    width: max-content;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    padding: 20px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 2px 2px 15px 0 rgba(0,0,0,.05);
    transition: opacity .4s ease
}

.answer_svg.active {
    opacity: 1;
    z-index: 10
}

@media (max-width: 1100px) {
    .answer_svg {
        width:250px;
        top: 0;
        right: 0;
        left: unset;
        font-size: 10px
    }
}

.personal_organizations_list {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.personal_organization_item {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.personal_organization_item .body,.personal_organization_item .header {
    border-radius: 5px;
    background: #fafafa;
    width: 92.5%;
    padding: 0 3.75%
}

.personal_organization_item .header {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.personal_organization_item .header .toggle svg {
    width: 100%;
    height: 100%
}

.personal_organization_item .header .toggle {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform .4s ease
}

.personal_organization_item.active .header .toggle {
    transform: rotateZ(45deg)
}

.personal_organization_item .header p {
    font-weight: 700;
    font-size: 16px
}

.personal_organization_item .body {
    height: 0;
    transition: height .4s ease;
    position: relative;
    overflow: hidden
}

.personal_organization_item.active .body {
    height: auto
}

.personal_organization_item .delete {
    background-color: #f2f2f2!important;
    background-image: none;
    color: #000
}

.personal_organization_item .final_button_box .button_bright {
    margin: 10px 10px 20px
}

.form1_header {
    text-align: center;
    margin: 0 0 40px
}

.create_order_form .button_bright {
    padding: 7px 40px;
    margin: 0
}

.create_order_form .line select {
    width: 50%;
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 5px;
    padding: 12px 18px;
    font-size: 14px
}








/* certificates_and_declarations */
.list_pdf .item:nth-child(2n) {
  background: #fff; 
}
.list_pdf .item {
  background: #f6f6f6; 
  padding: 5px 5px 5px 20px;
  display: grid;
  
  grid-gap:0;
  grid-template-columns:15fr 1fr 1fr;
  justify-content:space-between;
  align-items:center;
}
.list_pdf .item:hover {
  box-shadow:inset 0 0 0 1px #ff4d40
}
@media (max-width:800px) {
  .list_pdf .item {
    display: block;
    padding: 25px 5px 25px 15px;
  }
  .list_pdf .button_light {
    margin: 10px 20px 5px 0px;
  }
}
/* //certificates_and_declarations */



/* btn-up */
.btn-up {
    position: fixed;
    left: 50px;
    bottom: 40px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 1px 1px 5px rgba(0,0,0,.1);
    opacity: 100%;
    transition: all 0.5s;
    border: none;
    
}

.btn-up:hover {
    transform: scale(1.2);
}

.btn-up::before {
    content: "";
    width: 40px;
    height: 40px;
    background-image: url(/app/images/icons/pagination_arrow.png);
    background-repeat: no-repeat;
    background-size: 50% 30%;
    background-position: center;
    transform: rotate(90deg);
}

.btn-up__hide {
    opacity: 0;
    transition: 0.5s;
}

@media (max-width:900px) {
    .btn-up {
        left: 20px;
        bottom: 10px;
    }
}
/* //btn-up */

.cart_price_list {
    display: block;
    width: 100%;
    max-width: 210px;
    margin: 5px auto;
}
.cart_price_list_container {
    margin: 10px 0;
}

/* Начисления */
.personal_bonus_history_box {
    width: 1024px  !important;
    max-width: none !important;
    /* border: 1px red solid; */

    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 25px;
}
.accrual_box > * {
    margin: 0;
    padding:  0;
}
.accrual_box{
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;

    width: 275px;
    height: 150px;

    padding: 10px 16px;
    border-radius: 5px;
    border: .5px solid #eaeaea;

    transition: all .4s ease;
}
.accrual_box:hover {
    border-color:#ff8e2a;
    box-shadow: inset 0 0 10px rgba(255,142,42,.15);
}
.accrual_box-title,
.accrual_box-date,
.accrual_box-sum {
    pointer-events: none;
}
.accrual_box-title {
    line-height: normal;
    margin: 0;
}
.accrual_box-sum span {
    padding: 0 5px;
    font-size: 24px;
    font-weight: bold;
    font-variant-numeric: proportional-nums;

    background-color: #ff9029;
    background-image: radial-gradient(50% 1422.22% at 50% 50%,#ff9029 0,#ff4a40 100%);
    background-clip: text;
    
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.accrual_box a {
    cursor: pointer;
    width: fit-content;
    border-radius: 5px;

    color: #000;
    background-color: #fff;
    box-shadow: 1px 1px 5px rgba(0,0,0,.1);
    
    font-size: 12px;
    padding: 7px 20px;
    text-decoration: none;

    transform: scale(1);
    transition: transform .3s ease;
}
.accrual_box a:hover {
    transform: scale(1.1);
}
.accrual_box-more {
    width: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
}
.accrual_box-more.nope{
    display: none;
}
.personal_bonus_history_box .lists {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.personal_bonus_history_box .order {
    width: 100%;
    background-color: #f6f6f6;
    padding: 0 20px;
    margin: 0;
    border-radius: 5px;
}
.personal_bonus_history_box .order__head{
    cursor: pointer;
    user-select: none;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.personal_bonus_history_box .order__head > div {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.personal_bonus_history_box .order__head .arrow_down {
    transition: all .4s ease;
}
.personal_bonus_history_box .order__head .arrow_down.active {
    transform: rotate(180deg);
}
.personal_bonus_history_box .order__head .bonus {
    opacity: 1;
    transition: opacity .4s ease;
}
.personal_bonus_history_box .order__head .bonus.active {
    opacity: 0;
}

.personal_bonus_history_box .order__body.close {
    height: 0;
    overflow: hidden;
}
.personal_bonus_history_box .product {
    box-sizing: border-box;
}
.personal_bonus_history_box .product:nth-child(even) {
    background-color: white;
}
.personal_bonus_history_box .order__body .products__body{
    padding: 10px 0;
}
.personal_bonus_history_box .order__body .products__head,
.personal_bonus_history_box .order__body .products__body .product{
    display: grid;
    grid-template: 1fr/5fr 1fr 1fr 1fr 1fr;
    grid-gap: 0px 10px;
    line-height: normal;
    padding: 5px 7px;
}
.personal_bonus_history_box .product .id {
    overflow: hidden;
    text-overflow: ellipsis;
}
.personal_bonus_history_box .product .id a {
    white-space: nowrap;
    text-wrap: nowrap;
    text-decoration: underline black 1px;
    color: black;
}
.personal_bonus_history_box .price {
    background-image: none !important;
    font-weight: 300 !important;
}
.personal_bonus_history_box .order__body .quantity_box{
    grid-column: 3/4;
    grid-row: 1/3;
    margin: auto;
}
.personal_bonus_history_box .bonus {
    font-weight: bold;
    background-color: #ff9029;
    background-image: radial-gradient(50% 1422.22% at 50% 50%,#ff9029 0,#ff4a40 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.personal_bonus_history_box .product .bonus span {
    font-size: 14px;
}
.personal_bonus_history_box .order__body .total .price {
    text-align: left;
}
.personal_bonus_history_box .order__body .total {
    align-items: center;
}
.personal_bonus_history_box .order__body .total .price,
.personal_bonus_history_box .order__body .total .bonus span,
.personal_bonus_history_box .order__body .total .final,
.personal_bonus_history_box .order__head .bonus {
    font-size: 18px !important;
}