body.__gb > .container .__wrapper {
    position: relative;
    margin-bottom: 40px;
    padding: 40px 20px;
    background: #fff;
}
body.__gb > .container .__wrapper .__max_width {
    margin: 0 auto;
    max-width: 500px;
}
body.__gb > .container .__page_product .__wrapper .__max_width {
    max-width: 750px;
}
body.__gb .__rouble,
body.__gb .__yuan {
    font-family: 'PT Sans';
    font-weight: 400;
}
body.__gb .__spacer {
    margin-bottom: 20px;
}
body.__gb .__title > h1 {
    margin-bottom: 0;
    color: #ed1c24;
}
body.__gb .__title > h1 + h2 {
    margin-bottom: 0;
    padding-bottom: 20px;
}
body.__gb .__title > h1 .__home {
    text-decoration: none;
    color: #ed1c24;
}
body.__gb .__title > h2 {
    margin-bottom: 20px;
    color: #000;
}
body.__gb .__title > h2 > a[data-toggle="modal"] {
    text-decoration: none;
    font-size: 24px;
    color: #000;
}
body.__gb .__title > h2 .__icon {
    height: 18px;
    margin-top: 3px;
    margin-right: 15px;
}
body.__gb .__exchange {
    position: relative;
    height: 32px;
    padding: 5px 10px;
    padding-left: 15px;
    font-size: 18px;
    vertical-align: middle;
    color: #fff;
    background: #ed1c24;
}
body.__gb .__exchange::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 16px solid #f0f0f0;
    border-right: 5px solid transparent;
}
body.__gb .__exchange::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-bottom: 16px solid #f0f0f0;
}
body.__gb .__panel {
    z-index: 1030;
    position: sticky;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
}
body.__gb .__panel .__tabs {
    overflow: auto;
}
body.__gb .__panel .__tabs .__tab {
    padding: 5px 20px;
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
    background: #0b9444;
}
body.__gb .__panel .__tabs .__tab + .__tab {
    margin-left: 1px;
}
body.__gb .__panel .__tabs .__tab.__active {
    background: #0c4ca3;
}
body.__gb .__panel .__tabs .__tab:hover {
    background: #ed1c24;
}
body.__gb .__panel .__order {
    white-space: nowrap;
    color: #fff;
    background: #0c4ca3;
}
body.__gb .__panel .__order > div {
    padding: 20px;
}
body.__gb .__panel .__order > div:not(:first-child) {
    position: relative;
    padding-left: calc(20px + 2px);
}
body.__gb .__panel .__order > div:not(:first-child)::before {
    content: '';
    position: absolute;
    top: calc(100% / 2 - 10px);
    left: 0;
    width: 2px;
    height: 20px;
    opacity: .5;
    background: #fff;
}
body.__gb .__panel .__order .__icon {
    height: 18px;
    margin-top: 5px;
    margin-right: 10px;
}
body.__gb .__panel .__order .__order-id {
    margin-bottom: 5px;
    font-size: 24px;
}
body.__gb .__panel .__order .__container_block .__order-container_type {
    margin-bottom: 10px;
}
body.__gb .__panel .__order .__container_block .__order-container_image {
    width: 75px;
}
body.__gb .__panel .__order .__available_block {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
    gap: 10px;
}
body.__gb .__panel .__order .__available_block > div:first-child > img {
    width: 37.5px;
}
body.__gb .__panel .__order .__available_block .__available {
    margin-top: -7.5px;
    font-size: 44px;
}
body.__gb .__panel .__account {
    position: relative;
    padding: 20px;
    padding-left: calc(20px + 2px);
    overflow: hidden;
    color: #fff;
    background: #0c4ca3;
}
body.__gb .__panel .__account > div:first-child .__link {
    margin-bottom: 7.5px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 24px;
    white-space: nowrap;
}
body.__gb .__panel .__account > div:not(:first-child) {
    margin-bottom: 10px;
}
body.__gb .__panel .__account > div:not(:first-child) .__icon {
    margin-top: 3px;
}
body.__gb .__panel .__account .__icon {
    height: 18px;
    margin-top: 5px;
    margin-right: 10px;
}
body.__gb .__panel .__account .__link {
    text-decoration: none;
    color: #fff;
}
body.__gb .__panel .__account::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    opacity: .5;
    background: repeating-linear-gradient(180deg, #fff 0 10px, transparent 0 20px);
}
body.__gb .__panel.__scrolled {
    z-index: 1040;
    background: #0c4ca3;
    box-shadow: 0 10px 20px -5px rgba(12, 77, 162, .2);
}
body.__gb .__panel.__scrolled .__tabs {
    background: #f0f0f0;
}
body.__gb .__panel:not(.__full) .__account {
    display: block;
}
body.__gb .__panel:not(.__full) .__account::before {
    display: none;
}
body.__gb .__filter_wrapper {
    gap: 1px;
}
body.__gb .__filter_wrapper .__filter,
body.__gb .__filter_wrapper .__search {
    flex-basis: 0;
    flex-grow: 1;
    min-height: 50px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    background: #fff;
}
body.__gb .__filter_wrapper .__filter > * {
    margin-right: 20px;
    margin-left: 20px;
}
body.__gb .__filter_wrapper .__filter .__icon {
    height: 13px;
    padding-right: 18px;
    cursor: pointer;
}
body.__gb .__filter_wrapper .__filter .__icon + a,
body.__gb .__filter_wrapper .__filter .__clear {
    text-decoration: none;
    color: #000;
}
body.__gb .__filter_wrapper .__filter .__tags {
    gap: 7.5px;
    margin-right: 40px;
    padding-top: 7.5px;
    padding-bottom: 7.5px;
}
body.__gb .__filter_wrapper .__filter .__tags .__tag {
    padding: 7.5px 10px;
    text-decoration: none;
    color: #000;
    background: #e6edf6;
}
body.__gb .__filter_wrapper .__filter .__tags .__tag > img {
    height: 10px;
    margin-left: 7.5px;
}
body.__gb .__filter_wrapper .__search {
    border: 6px solid #fff;
}
body.__gb .__filter_wrapper .__search .__search_box_wrapper {
    position: relative;
    flex-grow: 1;
}
body.__gb .__filter_wrapper .__search .__search_box_wrapper .__submit {
    flex-shrink: 0;
    width: 38px;
}
body.__gb .__filter_wrapper .__search .__search_box_wrapper .__submit > img {
    height: 13px;
}
body.__gb .__filter_wrapper .__search .__search_box_wrapper .__submit > img.__active {
    display: none;
}
body.__gb .__filter_wrapper .__search .__search_box_wrapper .__submit > img:not(.__active) {
    display: block;
}
body.__gb .__filter_wrapper .__search .__search_box_wrapper .__search_box {
    width: 100%;
    height: 100%;
    padding: 0 10px;
    padding-bottom: 2px;
    min-height: 38px;
    border: none;
    border-left: 6px solid #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    background: #f0f0f0;
}
body.__gb .__filter_wrapper .__search .__search_box_wrapper .__search_box::placeholder {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    color: #000;
}
body.__gb .__filter_wrapper .__search .__search_box_wrapper .__clear {
    visibility: hidden;
    position: absolute;
    right: 10px;
    height: 100%;
}
body.__gb .__filter_wrapper .__search .__search_box_wrapper .__clear > img {
    height: 10px;
}
body.__gb .__filter_wrapper .__search.__active,
body.__gb .__filter_wrapper .__search:hover {
    border: 6px solid #fcb712;
}
body.__gb .__filter_wrapper .__search.__active .__search_box_wrapper .__submit,
body.__gb .__filter_wrapper .__search:hover .__search_box_wrapper .__submit {
    background: #0c4ca3;
}
body.__gb .__filter_wrapper .__search.__active .__search_box_wrapper .__submit > img.__active,
body.__gb .__filter_wrapper .__search:hover .__search_box_wrapper .__submit > img.__active {
    display: block;
}
body.__gb .__filter_wrapper .__search.__active .__search_box_wrapper .__submit > img:not(.__active),
body.__gb .__filter_wrapper .__search:hover .__search_box_wrapper .__submit > img:not(.__active) {
    display: none;
}
body.__gb .__filter_wrapper .__search.__active .__search_box_wrapper .__search_box,
body.__gb .__filter_wrapper .__search:hover .__search_box_wrapper .__search_box {
    border-left: 6px solid #fcb712;
}
body.__gb .__filter_form {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}
body.__gb .__filter_form > *:not(:last-child) {
    margin-bottom: 30px;
}
body.__gb .__filter_form .__icon {
    height: 13px;
    margin-right: 15px;
}
body.__gb .__filter_form .__group .__name {
    margin-bottom: 15px;
    color: #0c4ca3;
}
body.__gb .__filter_form .__group .__elements {
    gap: 15px;
}
body.__gb .__filter_form .__group .__elements .__checkbox > input {
    display: none;
}
body.__gb .__filter_form .__group .__elements .__checkbox > input:checked + label {
    color: #ed1c24;
}
body.__gb .__filter_form .__group .__elements .__checkbox > label {
    margin-bottom: 0;
    cursor: pointer;
}
body.__gb .__filter_form .__submit_wrapper {
    position: sticky;
    bottom: 0;
    padding: 40px 0;
    background-image: linear-gradient(to bottom, transparent 0px, #fff 40px, #fff 100%);
}
body.__gb .__filter_form .__submit_wrapper .__submit {
    height: 50px;
    margin: 0;
    padding: 0;
    padding-right: 20px;
    padding-bottom: 3px;
    padding-left: 20px;
    border: none;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    background: #0c4ca3;
}
body.__gb .__filter_form .__submit_wrapper .__clear {
    height: 50px;
    padding-right: 20px;
    padding-bottom: 3px;
    padding-left: 20px;
    text-decoration: none;
    font-size: 24px;
    color: #000;
}
body.__gb .__manufacturer > a {
    padding: 20px 40px;
    text-decoration: none;
    background: #fff;
}
body.__gb .__manufacturer > a .__manufacturer-name {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    color: #000;
}
body.__gb .__product {
    position: relative;
    gap: 20px;
    padding: 40px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    background: #fff;
}
body.__gb .__product > a {
    text-decoration: none;
    color: #000;
}
body.__gb .__product .__manufacturer-logo {
    margin-bottom: 10px;
}
body.__gb .__product .__label {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #b4b4b4;
}
body.__gb .__product .__label:first-child {
    margin-top: 0;
}
body.__gb .__product .__product-name {
    font-size: 30px;
}
body.__gb .__product .__product-description {
    margin-top: 10px;
    font-size: 18px;
}
body.__gb .__product .__product-price .__icon {
    width: 37.5px;
    margin-right: 10px;
}
body.__gb .__product .__add_to_cart_block {
    gap: 20px;
}
body.__gb .__product .__add_to_cart_block .__quantity_block .__minus,
body.__gb .__product .__add_to_cart_block .__quantity_block .__plus {
    width: 50px;
    height: 50px;
    background: #0c4ca3;
    cursor: pointer;
}
body.__gb .__product .__add_to_cart_block .__quantity_block .__minus > img,
body.__gb .__product .__add_to_cart_block .__quantity_block .__plus > img {
    height: 12px;
}
body.__gb .__product .__add_to_cart_block .__quantity_block .__minus.__not_available,
body.__gb .__product .__add_to_cart_block .__quantity_block .__minus.__unauthorized,
body.__gb .__product .__add_to_cart_block .__quantity_block .__minus.__disabled,
body.__gb .__product .__add_to_cart_block .__quantity_block .__plus.__not_available,
body.__gb .__product .__add_to_cart_block .__quantity_block .__plus.__unauthorized {
    background: #85a6d1;
}
body.__gb .__product .__add_to_cart_block .__quantity_block .__quantity {
    width: calc(100% - 50px * 2);
    height: 50px;
    padding: 0;
    padding-bottom: 3px;
    border: 0;
    font-weight: 700;
    background: #f0f0f0;
}
body.__gb .__product .__add_to_cart_block .__add_to_cart {
    position: relative;
    width: 100%;
    height: 50px;
    padding-bottom: 3px;
    text-decoration: none;
    color: #fff;
    background: #0c4ca3;
}
body.__gb .__product .__add_to_cart_block .__add_to_cart > span {
    z-index: 1;
}
body.__gb .__product .__add_to_cart_block .__add_to_cart.__unauthorized,
body.__gb .__product .__add_to_cart_block .__add_to_cart.__disabled {
    background: #85a6d1;
}
body.__gb .__product .__add_to_cart_block .__add_to_cart::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 75px;
    height: 60px;
    background: url('/assets/images/button.svg') no-repeat;
}
body.__gb .__product .__add_to_cart_block .__remove_from_cart {
    display: none !important;
    position: absolute;
    top: 20px;
    right: 20px;
}
body.__gb .__product .__add_to_cart_block .__remove_from_cart > img {
    height: 18px;
}
body.__gb .__product .__popup {
    display: none;
    z-index: 1020;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px;
    background: #fff;
}
body.__gb .__product .__popup > div {
    height: 100%;
}
body.__gb .__product .__popup .__close {
    position: absolute;
    top: 20px;
    right: 20px;
}
body.__gb .__product .__popup .__close > img {
    height: 18px;
}
body.__gb .__product .__popup .__image {
    margin-top: 40px;
    max-width: 250px;
}
body.__gb .__group {
    position: relative;
    gap: 20px;
    height: calc(100% - 20px);
    margin-bottom: 20px;
    background: #fff;
}
body.__gb .__group .__product {
    position: unset;
}
body.__gb .__group .__product:first-child {
    height: 100%;
}
body.__gb .__group .__product:not(:first-child) {
    padding-top: 0;
}
body.__gb .__group .__product:not(:first-child) > a {
    display: none !important;
}
body.__gb .__group .__product:not(:last-child) {
    padding-bottom: 0;
}
body.__gb .__group .__product:not(:last-child) .__add_to_cart_block .__add_to_cart + div {
    display: none;
}
body.__gb .__page_product {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
}
body.__gb .__page_product > div:first-child > div:first-child {
    flex: 0 0 100%;
    max-width: 100%;
}
body.__gb .__page_product .__message > br {
    display: none;
}
body.__gb .__page_product .__spacer {
    margin-bottom: -5px;
}
body.__gb .__page_product .__product {
    flex-direction: row !important;
    align-items: center;
    gap: 40px;
}
body.__gb .__page_product .__product > a {
    display: none !important;
}
body.__gb .__page_product .__product > a + .__label,
body.__gb .__page_product .__product .__product-type,
body.__gb .__page_product .__product .__product-description {
    display: none;
}
body.__gb .__page_product .__product .__product-price {
    width: 250px;
    margin-top: 0 !important;
}
body.__gb .__page_product .__product .__add_to_cart_block {
    flex-direction: row !important;
    align-items: center;
    gap: 40px;
}
body.__gb .__page_product .__product .__add_to_cart_block .__add_to_cart {
    width: 250px;
}
body.__gb .__page_product .__product .__add_to_cart_block .__not_available {
    color: #ed1c24;
}
body.__gb .__page_product .__product .__popup > div {
    justify-content: space-around !important;
}
body.__gb .__page_product .__product .__popup > div .__image {
    display: none;
}
body.__gb .__page_product .__description {
    position: relative;
}
body.__gb .__page_product .__description .__label {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #b4b4b4;
}
body.__gb .__page_product .__description .__label:first-child {
    margin-top: 0;
}
body.__gb .__page_product .__description .__manufacturer-logo {
    margin-bottom: 10px;
}
body.__gb .__page_product .__description .__product-name {
    font-size: 30px;
}
body.__gb .__page_product .__description .__product-analog,
body.__gb .__page_product .__description .__product-type {
    font-size: 24px;
}
body.__gb .__page_product .__description .__product-description {
    margin-top: 10px;
    font-size: 18px;
}
body.__gb .__page_product .__description .__content {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
}
body.__gb .__page_product .__description .__content > h4 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
}
body.__gb .__page_product .__description .__content > p > strong > a {
    border-bottom: 3px solid transparent;
    text-decoration: none;
    color: #000;
}
body.__gb .__page_product .__description .__content > p > strong > a:hover {
    border-bottom: 3px solid #8cc63f;
    color: #0c4da2;
}
body.__gb .__page_product .__description .__content > .table-responsive {
    margin-bottom: 15px;
}
body.__gb .__page_product .__description .__content > .table-responsive > table {
    margin-bottom: 0;
}
body.__gb .__page_product .__description .__content > .table-responsive > table > tbody > tr:first-child > td {
    font-weight: 700;
}
body.__gb .__page_product .__description .__content > ul {
    margin-bottom: 15px;
    padding-left: 20px;
    list-style-type: square;
}
body.__gb .__page_product .__description .__print {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
body.__gb .__page_product .__description .__print .__icon {
    height: 18px;
}
body.__gb .__page_product .__group .__product:not(:last-child) .__add_to_cart_block .__add_to_cart + div {
    display: block;
}
body.__gb .__page_cart {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
}
body.__gb .__page_cart .__add_to_order_block {
    margin-bottom: 20px;
    background: #fff;
}
body.__gb .__page_cart .__add_to_order_block .__order,
body.__gb .__page_cart .__add_to_order_block .__cart {
    margin: 0 20px;
}
body.__gb .__page_cart .__add_to_order_block .__order .__order-status {
    margin-right: 20px;
}
body.__gb .__page_cart .__add_to_order_block .__order .__order-id {
    font-size: 24px;
}
body.__gb .__page_cart .__add_to_order_block .__cart .__icon {
    width: 37.5px;
    margin-right: 10px;
}
body.__gb .__page_cart .__add_to_order_block .__add_to_order {
    position: relative;
    width: 250px;
    height: 50px;
    padding-bottom: 3px;
    text-decoration: none;
    font-size: 24px;
    color: #fff;
    background: #0c4ca3;
}
body.__gb .__page_cart .__add_to_order_block .__add_to_order > span {
    z-index: 1;
}
body.__gb .__page_cart .__add_to_order_block .__add_to_order::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 75px;
    height: 60px;
    background: url('/assets/images/button.svg') no-repeat;
}
body.__gb .__page_cart .__product .__add_to_cart_block .__add_to_cart {
    display: none !important;
}
body.__gb .__page_cart .__product .__add_to_cart_block .__remove_from_cart {
    display: flex !important;
}
body.__gb .__page_history {
    margin-top: 2px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
}
body.__gb .__page_history .__user_order > a {
    min-height: 52px;
    border-bottom: 2px solid #f0f0f0;
    text-decoration: none;
    color: #000;
    background: #fff;
}
body.__gb .__page_history .__user_order > a > div {
    margin: 0 20px;
}
body.__gb .__page_history .__user_order > a:hover {
    color: #fff;
    background: #0c4ca3;
}
body.__gb .__page_history .__user_order .__active {
    color: #fff;
    background: #0c4ca3;
}
body.__gb .__page_history .__user_order .__user_order-status {
    margin-right: 0;
    min-width: 75px;
}
body.__gb .__page_history .__user_order .__user_order-id {
    min-width: 100px;
    font-size: 24px;
}
body.__gb .__page_history .__user_order .__user_order-creation_date {
    font-size: 12px;
}
body.__gb .__page_history .__user_order .__cart .__icon {
    width: 37.5px;
    margin-right: 10px;
}
body.__gb .__page_history .__user_order .__user_order-cart {
    display: none;
}
body.__gb .__page_history .__user_order .__user_order-cart .__spacer:first-child {
    margin-bottom: 18px;
}
body.__gb .__page_history .__user_order .__user_order-cart .__product .__add_to_cart_block .__quantity_block .__minus,
body.__gb .__page_history .__user_order .__user_order-cart .__product .__add_to_cart_block .__quantity_block .__plus,
body.__gb .__page_history .__user_order .__user_order-cart .__product .__add_to_cart_block .__add_to_cart,
body.__gb .__page_history .__user_order .__user_order-cart .__product .__add_to_cart_block .__remove_from_cart {
    display: none !important;
}
body.__gb .__page_history .__user_order .__user_order-cart .__product .__add_to_cart_block .__not_available {
    display: none;
}
body.__gb .__page_history .__user_order:last-child {
    margin-bottom: 38px;
}
body.__gb .__page_history .__user_order:last-child .__user_order-cart .__spacer:last-child {
    margin-bottom: -18px;
}
body.__gb .__message {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}
body.__gb .__message .__close {
    position: absolute;
    top: 20px;
    right: 20px;
}
body.__gb .__message .__close > img {
    height: 18px;
}
body.__gb .__message .__link {
    border-bottom: 3px solid transparent;
    text-decoration: none;
    color: #000;
}
body.__gb .__message .__link:hover {
    border-bottom: 3px solid #8cc63f;
    color: #0c4da2;
}
body.__gb .__message .__image {
    margin-top: 40px;
    max-width: 250px;
}
body.__gb .__form {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
}
body.__gb .__form > *:not(:last-child) {
    margin-bottom: 20px;
}
body.__gb .__form .__link {
    border-bottom: 3px solid transparent;
    text-decoration: none;
    color: #000;
}
body.__gb .__form .__link:hover {
    border-bottom: 3px solid #8cc63f;
    color: #0c4da2;
}
body.__gb .__form .__field_label {
    position: relative;
    width: max-content;
    margin-bottom: 10px;
    color: #b4b4b4;
}
body.__gb .__form .__field_label.__required::after {
    content: '*';
    position: absolute;
    top: 0;
    right: -10px;
    color: #ed1c24;
}
body.__gb .__form .__field_wrapper {
    position: relative;
}
body.__gb .__form .__field_wrapper .__field {
    width: 100%;
    height: 50px;
    padding-right: 10px;
    padding-bottom: 3px;
    padding-left: 10px;
    border: 4px solid #f0f0f0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    background: #f0f0f0;
}
body.__gb .__form .__field_wrapper .__field.__error {
    border: 4px solid #ed1c24;
}
body.__gb .__form .__field_wrapper .__field.__error:valid {
    border: 4px solid #f0f0f0;
}
body.__gb .__form .__field_wrapper .__field:read-only {
    border: 4px solid #f0f0f0 !important;
}
body.__gb .__form .__field_wrapper .__field:focus {
    border: 4px solid #fdb813 !important;
}
body.__gb .__form .__submit {
    width: 100%;
    height: 50px;
    padding-bottom: 3px;
    border: 4px solid #0c4ca3;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    background: #0c4ca3;
}
body.__gb .__modal.__information_modal .__close {
    z-index: 1;
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 1;
}
body.__gb .__modal.__information_modal .__close > img {
    height: 18px;
}
body.__gb .__modal.__information_modal .__wrapper {
    padding: 40px;
    background: #fff;
}
body.__gb .__modal.__information_modal .__wrapper > ul {
    margin-bottom: 15px;
    padding-left: 20px;
    list-style-type: square;
}
body.__gb .__modal.__filter_modal > .modal-dialog {
    position: absolute;
    top: 0;
    right: 0;
    width: 33.33%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 33.33%;
    background: #fff;
}
body.__gb .__modal.__filter_modal > .modal-dialog > .modal-content {
    height: 100%;
}
body.__gb .__modal.__filter_modal .__close {
    z-index: 1;
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 1;
}
body.__gb .__modal.__filter_modal .__close > img {
    height: 18px;
}
body.__gb .__modal.__filter_modal .__wrapper {
    padding: 40px;
    padding-bottom: 0;
    background: #fff;
}
body.__gb .__modal.__filter_modal.fade > .modal-dialog {
    transform: translate(50px, 0);
}
body.__gb .__modal.__filter_modal.show > .modal-dialog {
    transform: none;
}
@media (max-width:1199px) {
    body.__gb .__panel {
        position: unset;
    }
    body.__gb .__panel .__order > div:not(:first-child) {
        display: none;
        padding-left: 40px;
    }
    body.__gb .__panel .__order > div:not(:first-child)::before {
        top: 0;
        left: 20px;
        width: 20px;
        height: 2px;
    }
    body.__gb .__panel .__order .__order-estimated_arrival_date {
        display: none;
    }
    body.__gb .__panel .__order .__container_block .__order-container_type {
        order: 1;
        margin-bottom: 0;
        margin-left: 10px;
    }
    body.__gb .__panel .__order .__container_block .__order-container_image {
        order: 0;
        padding-right: 10px;
        padding-left: 10px;
    }
    body.__gb .__panel .__order .__available_block {
        width: fit-content;
    }
    body.__gb .__panel .__order .__available_block > div:first-child > img {
        width: 75px;
        padding-right: 10px;
        padding-left: 10px;
    }
    body.__gb .__panel .__account {
        display: none;
        padding-left: 20px;
    }
    body.__gb .__panel .__account > div:first-child .__link + div {
        margin-bottom: 10px;
    }
    body.__gb .__panel .__account::before {
        top: 0;
        left: 20px;
        width: 20px;
        height: 2px;
        background: #fff;
    }
    body.__gb .__panel:not(.__main) .__order > div:not(:first-child) {
        display: block;
    }
    body.__gb .__panel:not(.__main) .__order .__order-estimated_arrival_date {
        display: block;
    }
    body.__gb .__filter_wrapper .__filter {
        flex-basis: 100%;
        flex-wrap: wrap;
        gap: 18px;
        padding: 18px;
    }
    body.__gb .__filter_wrapper .__filter > * {
        order: 0;
        margin-right: 0;
        margin-left: 0;
    }
    body.__gb .__filter_wrapper .__filter .__tags {
        order: 1;
        width: 100%;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
    body.__gb .__filter_wrapper .__search {
        flex-basis: 100%;
    }
    body.__gb .__manufacturer > a {
        padding: 20px;
    }
    body.__gb .__product {
        padding: 20px;
    }
    body.__gb .__page_product .__product {
        flex-direction: column !important;
        align-items: start;
        gap: 20px;
    }
    body.__gb .__page_product .__product .__product-price {
        width: 100%;
    }
    body.__gb .__page_product .__product .__add_to_cart_block {
        flex-direction: column !important;
        gap: 20px;
        width: 100%;
    }
    body.__gb .__page_product .__product .__add_to_cart_block .__quantity_block,
    body.__gb .__page_product .__product .__add_to_cart_block .__add_to_cart {
        width: 100%;
    }
    body.__gb .__page_cart .__add_to_order_block {
        flex-wrap: wrap;
        gap: 20px;
        padding: 20px;
    }
    body.__gb .__page_cart .__add_to_order_block .__order,
    body.__gb .__page_cart .__add_to_order_block .__cart {
        width: 100%;
        margin: 0;
    }
    body.__gb .__page_cart .__add_to_order_block .__order .__order-status {
        order: 1;
        margin-right: 0;
        margin-left: auto;
    }
    body.__gb .__page_cart .__add_to_order_block .__order .__order-id {
        order: 0;
    }
    body.__gb .__page_cart .__add_to_order_block .__add_to_order {
        width: 100%;
    }
    body.__gb .__page_history .__user_order > a {
        flex-wrap: wrap;
        gap: 20px;
        padding: 20px;
    }
    body.__gb .__page_history .__user_order > a > div {
        order: 0;
        margin: 0;
    }
    body.__gb .__page_history .__user_order .__user_order-status {
        order: 1;
        margin-left: auto;
        min-width: 0;
    }
    body.__gb .__page_history .__user_order .__user_order-id {
        min-width: 0;
    }
    body.__gb .__page_history .__user_order .__user_order-creation_date {
        margin-left: 10px;
    }
    body.__gb .__page_history .__user_order .__cart {
        order: 2;
        width: 100%;
    }
    body.__gb .__page_history .__user_order .__order-status {
        order: 3;
        width: 100%;
        text-align: center;
    }
    body.__gb .__modal.__information_modal > .modal-dialog {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        margin-top: 0;
        margin-bottom: 0;
        max-width: 100%;
        background: #fff;
    }
    body.__gb .__modal.__information_modal.fade > .modal-dialog {
        transform: translate(0, 0);
    }
    body.__gb .__modal.__filter_modal > .modal-dialog {
        width: 100%;
        max-width: 100%;
    }
    body.__gb .__modal.__filter_modal.fade > .modal-dialog {
        transform: translate(0, 0);
    }
}
@media (min-width:1200px) {
    body.__gb .__panel:not(.__main) {
        position: unset;
    }
    body.__gb .__panel:not(.__main) .__order > div:not(:first-child) {
        display: none;
        padding-left: 40px;
    }
    body.__gb .__panel:not(.__main) .__order > div:not(:first-child)::before {
        top: 0;
        left: 20px;
        width: 20px;
        height: 2px;
    }
    body.__gb .__panel:not(.__main) .__order .__order-estimated_arrival_date {
        display: none;
    }
    body.__gb .__panel:not(.__main) .__order .__container_block .__order-container_type {
        order: 1;
        margin-bottom: 0;
        margin-left: 10px;
    }
    body.__gb .__panel:not(.__main) .__order .__container_block .__order-container_image {
        order: 0;
        padding-right: 10px;
        padding-left: 10px;
    }
    body.__gb .__panel:not(.__main) .__order .__available_block {
        width: fit-content;
    }
    body.__gb .__panel:not(.__main) .__order .__available_block > div:first-child > img {
        width: 75px;
        padding-right: 10px;
        padding-left: 10px;
    }
    body.__gb .__panel:not(.__main) .__account {
        display: none;
        padding-left: 20px;
    }
    body.__gb .__panel:not(.__main) .__account > div:first-child .__link + div {
        margin-bottom: 10px;
    }
    body.__gb .__panel:not(.__main) .__account::before {
        top: 0;
        left: 20px;
        width: 20px;
        height: 2px;
        background: #fff;
    }
    /* --- */
    body.__gb .__panel:not(.__main) .__order {
        display: block !important;
        padding: 0 20px;
        padding-bottom: 10px;
    }
    body.__gb .__panel:not(.__main) .__order > div:not(:first-child) {
        display: block;
    }
    body.__gb .__panel:not(.__main) .__order .__container_block {
        flex-direction: row !important;
    }
    body.__gb .__panel:not(.__full) .__account > div:first-child .__link {
        margin-bottom: 0;
    }
    body.__gb .__panel:not(.__full) .__account > div:first-child .__link + div {
        position: relative;
        order: -1;
        margin-right: 20px;
        padding-right: calc(20px + 2px);
        font-size: 24px;
    }
    body.__gb .__panel:not(.__full) .__account > div:first-child .__link + div::after {
        content: '';
        position: absolute;
        top: calc(100% / 2 - 10px);
        right: 0;
        width: 2px;
        height: 20px;
        opacity: .5;
        background: #fff;
    }
    body.__gb .__panel:not(.__full) .__account > div:not(:first-child) {
        position: relative;
        margin-bottom: 0;
        margin-left: 20px;
        padding-left: calc(20px + 2px);
    }
    body.__gb .__panel:not(.__full) .__account > div:not(:first-child) .__icon {
        margin-top: 5px;
    }
    body.__gb .__panel:not(.__full) .__account > div:not(:first-child)::before {
        content: '';
        position: absolute;
        top: calc(100% / 2 - 10px);
        left: 0;
        width: 2px;
        height: 20px;
        opacity: .5;
        background: #fff;
    }
    body.__gb .__panel:not(.__full) .__account .__link {
        font-size: 24px;
    }
    /* --- */
}
@media print {
    body.__gb {
        visibility: hidden !important;
    }
    body.__gb * {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    body.__gb .__page_product .__description {
        visibility: visible !important;
    }
    body.__gb .__page_product .__description * {
        position: relative !important;
        width: auto !important;
    }
}