@import "/styles/stuff.css";

* {
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.contacts {
    text-align: center;
}

#backgroundBody {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
}

.fix #backgroundBody {
    display: block;
}

/*#content * {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}*/
:active,
:hover,
:focus {
    outline: 0;
    outline-offset: 0;
}

a {
    color: #b20738;
}

input {
    font-family: "Circe", "Helvetica Neue", Helvetica, sans-serif;
}

input:not([type="checkbox"]),
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="text"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
}

#services {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    width: 100%;
}

#services .pad {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 49%;
    border: 1px solid #eee;
    padding: 20px;
    margin-bottom: 2%;
    box-sizing: border-box;
}

#services img {
    max-width: 150px;
    padding-right: 20px;
}

#services h3 {
    margin-top: 0;
}

#search-result .search-wrapper,
#contacts .contacts,
#menu-items ul,
#logo,
.border-box,
#header,
.header-center,
#search-holder,
#shop,
#shop .categories .category .category_children {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body,
body:before,
#wrapper,
#content,
#shop {
    width: 100%;
    min-width: 320px;
}

#system-message * {
    text-align: center;
}

#system-message .close,
#system-message h4 {
    display: none;
}

html,
body {
    font-family: "Circe", "Helvetica Neue", Helvetica, sans-serif;
    color: #00090c;
    height: 100%;
}

form {
    display: table;
    width: 100%;
}

.webfactor_modal_close:before,
.webfactor_modal_close:after {
    height: 30px;
}

.webfactor_default .ajaxWebfactorForm {
    width: auto;
    text-align: center;
}

.webfactor_modal_form.webfactor_default {
    width: 280px !important;
}

#productQuantity,
#productQuantity2 {
    width: 150px;
    text-align: right;
}

form.ajaxWebfactorForm * {
    font-weight: normal !important;
    font-size: 12px !important;
}

form.ajaxWebfactorForm textarea {
    font-size: 14px !important;
    padding: 5px 10px !important;
}

#menu-items ul,
.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

body,
#header ul,
#shop .categories .category .category_children ul {
    margin: 0;
    padding: 0;
}

.empty {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 18px;
    left: 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
}

.wrapper-cart table * {
    font-weight: 300;
}

.wrapper-cart table {
    width: 100%;
    border-collapse: collapse;
}

.wrapper-cart thead {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #b20738;
}

.wrapper-cart table tr:not(:first-child) td {
    width: 40%;
}

.wrapper-cart table tr:not(:first-child) td:first-child {
    width: 30%;
}

.wrapper-cart table tr:not(:first-child) td:last-child {
    width: 30%;
}

.wrapper-cart table tbody:not(:first-child) {
    border-top: 1px solid #ccc;
}

.wrapper-cart table tbody td.mycart_summ_text,
.wrapper-cart table tbody td.mycart_summ_total {
    font-weight: bold;
    height: 40px;
}

.wrapper-cart table .btn_step {
    display: block;
    margin-bottom: 20px;
    font-weight: normal;
    width: 100%;
}

.wrapper-cart .myQuantity.loader {
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ffffff;
}

.wrapper-cart table tbody td.mycart_btn,
.wrapper-cart table tbody td.mycart_summ_text,
.wrapper-cart table tbody td.mycart_summ_total,
.wrapper-cart table tbody td.delproduct,
.wrapper-cart table tbody td.summtitle,
.wrapper-cart table tbody td.summprice {
    text-align: right;
}

.wrapper-cart table tbody td.refreshtitle,
.wrapper-cart table tbody td.refreshcart {
    position: relative;
    text-align: center;
}

.wrapper-cart table tbody tr:first-child td * {
    font-weight: normal;
}

.wrapper-cart table tbody tr:first-child td {
    padding: 3px 0 0;
    height: 40px;
}

.wrapper-cart tbody input.mycartrefresh {
    width: 30px;
    padding: 5px;
    text-align: right;
    border: none;
}

.wrapper-cart .myQuantity {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.wrapper-cart h3 {
    height: 40px;
    line-height: 44px;
    padding: 0 20px;
    margin: 0;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid #000;
}

.mobile-back,
.close {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    font-size: 0;
    z-index: 999;
}

.mobile-back {
    background-image: url("/styles/back.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
}

.close:after {
    color: #000;
    content: "3";
    font-family: gkfont;
    font-size: 16px;
    font-weight: bold;
}

body.fix {
    position: fixed;
}

body {
    padding-top: 200px;
    box-sizing: border-box;
    background: #fff;
    overflow-x: hidden;
}

#header {
    position: fixed;
    top: 0;
    width: 100%;
    min-width: 320px;
    background: #fff;
    z-index: 999999;
}

#header>.container {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin: 21px auto;
}

.header-left {
    left: 20px;
}

.header-right {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: auto;
}

.header-center {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 18px;
    text-align: center;
}

.header-right {
    right: 20px;
    height: 40px;
}

#menu-items {
    width: 100%;
    height: 23px;
    padding: 10px 0;
    /* background: #cccc; */
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    z-index: 99999;
}

#menu-items ul {
    width: 100%;
    min-width: 320px;
    max-width: 500px;
    padding: 0;
    margin: auto;
    justify-content: space-between;
}

#menu-items li {
    display: inline-table;
    list-style: none;
    text-align: center;
}

#menu-items li a {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0;
    margin: 0;
}

#menu-items li a:hover {
    color: #8e8e8e;
}

.contacts * {
    color: inherit;
    text-decoration: none;
}

#menu,
#callback,
#order,
#cart {
    font-size: 12px;
    font-family: "Circe", "Helvetica Neue", Helvetica, sans-serif;
    color: #fff;
    height: 40px;
    background-color: #000;
    color: #fff;
    background-repeat: no-repeat;
    background-size: 24px;
    cursor: pointer;
    line-height: 42px;
    text-transform: uppercase;
}

#order:hover {
    background-color: #00090c;
}

#menu {
    display: none;
    background-image: url("/styles/menu.svg");
}

#callback {
    background-size: 20px;
    background-image: url(/styles/callback.svg);
}

#order a {
    color: #fff;
    text-decoration: none;
}

#order {
    background-image: url(/styles/order.svg);
}

#cart span {
    position: absolute;
    left: 19px;
    font-size: 10px;
    text-align: center;
    line-height: 52px;
    color: #000;
}

/*#phone_0 > div {
    display: inline-block;
    vertical-align: top;
}
#phone_0 {
    position: relative;
    top: -10px;
    float: right;
    height: 40px;
    line-height: 42px;
    font-size: 14px;
    text-align: center;
    background-color: #b20738;
    color: #fff;
    padding: 0 10px;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-size: 24px;
    border-radius: 10px
}
#phone_0:hover {
    background: #00090c;
}
#email_0 {
    float: left;
}
#email_0,
.call {
    display: inline-block;
    height: 18px;
    cursor: pointer;
}*/
.call a {
    display: block;
    color: #00090c;
    height: 100%;
    padding: 0;
    font-size: 24px;
    text-decoration: none;
    text-align: revert;
    line-height: 22px;
    vertical-align: top;
}

footer .call a {
    text-align: center;
    color: #fff;
}

.call a.callibri_email {
    font-size: 16px;
    line-height: 14px;
    color: #b20738;
}

footer .call a.callibri_email {
    line-height: 20px;
}

/*.call:before,
#email_0:before {
    color: #fff;
    width: 20px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
    z-index: 9;
}
.call:before {
    background-size: 16px;
}
.call:before,
#email_0:before {
    content: "";
    display: inline-block;
}
#email_0:before {
    background-image: url(/styles/mail2.svg);
}
.call:before {
    background-image: url("/styles/call3.svg");
}
#phone_0:before {
    background-image: url("/styles/callback2.svg?2");
}*/
.header-center {
    max-width: 500px;
}

.header-center,
#search {
    width: 100%;
    min-width: 320px;
    margin: auto;
}

#wrapper {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

#wrapper,
#wrapper .container {
    min-height: 100%;
}

#logo,
#logo-footer {
    width: 140px;
    height: 97px;
}

#logo-footer {
    margin: auto;
}

#logo img,
#logo-footer img {
    width: 100%;
    height: 100%;
}

#search {
    position: fixed;
    top: -60px;
    height: 60px;
    transition: .3s ease;
}

#search>form {
    position: relative;
    width: 100%;
    height: 40px;
}

#sizeFilter select::selection {
    color: #00090c;
}

#sizeFilter select {
    position: relative;
    width: 18px;
    height: 18px;
    text-align: center;
    border-radius: 50%;
    border: none;
    cursor: pointer;
}

#shop h1 {
    text-align: center;
    text-transform: uppercase;
}

.search-title {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}

#shop_search {
    width: 100%;
    height: 60px;
    color: #00090c;
    border: none;
    padding: 0 30px;
    font-weight: bold;
    text-transform: uppercase;
    background-image: url(/styles/search.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 24px;
    z-index: 999;
}

#search-result {
    display: none;
    position: absolute;
    top: 20px;
    margin-top: 20px;
    width: 100%;
    min-height: 40px;
    z-index: 9999;
    pointer-events: none;
    background: #fff;
}

#search-result .search-wrapper {
    width: 100%;
    top: 40px;
    border-top: none;
    padding: 18px 30px;
    margin-top: -20px;
    z-index: 99 !important;
}

table.ajaxsearch {
    width: 100%;
    pointer-events: auto;
    background: #fff;
    border-collapse: collapse;
}

#search-holder,
#search-no_result,
#search-button {
    position: absolute;
    right: 15px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    z-index: 9999;
}

#search-button,
#search-no_result {
    top: -40px;
}

#search-no_result,
#search-button {
    display: none;
    top: 1px;
    right: 50px;
}

#search-button {
    padding: 0;
    line-height: 60px;
    border: none;
    background: none;
    color: rgba(178, 7, 56, 1);
    cursor: pointer;
    pointer-events: painted;
}

#search-holder,
#search-no_result {
    line-height: 60px;
    color: #bbb;
}

#search-no_result {
    pointer-events: none;
}

#search-holder {
    width: 100%;
    left: 0;
    padding: 0 15px;
    pointer-events: none;
    font-weight: bold;
}

#search-holder:after {
    position: absolute;
    right: 10px;
    content: "";
    width: 24px;
    height: 40px;
    background-image: url("/styles/search.svg");
    background-position: right;
    background-repeat: no-repeat;
    background-size: 24px;
    pointer-events: none;
}

#search-show {
    height: 40px;
    background-image: url(/styles/search.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 24px;
    padding-left: 26px;
    line-height: 42px;
    text-transform: uppercase;
    font-size: 12px;
    cursor: pointer;
}

#search-result tr:not(:first-child) {
    border-top: 1px solid #bbb;
}

#search-result a {
    display: block;
    padding: 8px 0;
    color: rgba(178, 7, 56, 1);
    background: none;
    text-decoration: none;
    font-size: 14px;
}

/*.close {
    position: relative;
}
.close:before {
    position: absolute;
    left: 9px;
    content: ' ';
    height: 20px;
    width: 3px;
    background-color: #000;
}
.close:after {
    position: absolute;
    left: 9px;
    content: ' ';
    height: 20px;
    width: 3px;
    background-color: #000;
}*/
table.ajaxsearch td {
    height: 30px;
}

table.ajaxsearch .search-name {
    width: auto;
    min-width: 90%;
}

table.ajaxsearch .search-name {
    border: none;
}

table.ajaxsearch .search-right {
    width: auto;
    min-width: 10%;
    text-align: right;
}

#shop .list_category {
    display: table;
    width: 100%;
    min-width: 200px;
    padding-bottom: 20px;
}

#shop ul,
#shop li {
    padding: 0;
    list-style: none;
}

#shop .list_category li.category {
    position: relative;
    float: left;
    width: 25%;
    text-align: center;
}

#shop .list_category li {
    margin-bottom: 10px;
}

#shop .list_category li.category a {
    display: block;
    width: 206px;
    margin: auto;
    text-decoration: none !important;
}

#shop .list_category li.category a>i {
    display: block;
    width: 100%;
    height: 206px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 35px;
}

.button_order {
    width: 80px;
    padding: 5px 10px 3px 10px;
    text-decoration: underline;
    color: #b20738;
    cursor: pointer;
}

/*#shop .list_category li.category a > span {
    display: table-cell;
    vertical-align: middle;
    height: 60px;
    padding: 5px;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    width: 206px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}*/

.breadcrumbmodul {
    text-align: center;
}

ul.breadcrumb {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
    font-size: 12px;
}

ul.breadcrumb li {
    display: inline-block;
    padding: 0 0 5px 0;
}

ul.breadcrumb li>* {
    text-transform: uppercase;
}

ul.breadcrumb li:not(:last-child):after {
    -content: "Ã¢â‚¬Â¢";
    -color: #b20738;
}

ul.breadcrumb li a {
    text-decoration: none;
}

ul.breadcrumb li .breadcrumb__divider {
    -display: none;
    font-size: 12px;
    color: #b20738;
}

#shop .categories .category {
    float: left;
    text-decoration: none !important;
    padding: 10px 10px 0;
    border: 1px solid #eee;
    width: 100%;
    box-sizing: border-box;
}

#shop .categories {
    display: flex;
    flex-flow: wrap;
    -justify-content: space-between;
    width: 100%;
    gap: 1%;
}

#shop .categories .category_item {
    position: relative;
    width: 24%;
    cursor: pointer;
    margin-bottom: 1.4%;
}

#shop .categories .category.open {
    cursor: default !important;
}

#shop .categories .category .category_image {
    position: relative;
    margin: auto;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 50% 0px;
}

#shop .categories .category img {
    position: absolute;
    width: auto;
    max-width: 100%;
    padding: 25% 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#shop .list_category li.category a>span,
#shop .categories .category .category_name {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    text-align: center;
    height: 60px;
    color: #000;
    text-transform: uppercase;
    border-top: 1px solid #eee;
}

#shop .list_category li.category a>span {
    bottom: 0;
}

.mainTitle,
h2 {
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    ;
}

/*#shop .list_category li.category a > span:hover,
#shop .categories .category .category_name:hover {
    background: #00090c;
}*/
/*#shop .categories .category .category_name {
    position: absolute;
    top: 28px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #b20738;
    z-index: 9;
}*/
#shop .categories .category .category_name a {
    text-decoration: none;
}

#shop .categories .category .category_children {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(178, 7, 56, 0.9);
    padding: 46px 8% 8%;
    pointer-events: none;
    opacity: 0;

    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

#shop .categories .category .category_children li {
    position: relative;
    list-style: none;
    padding-left: 1.2em;
}

#shop .categories .category .category_children li {
    padding-bottom: 0.5em;
}

#shop .categories .category.open .category_children {
    pointer-events: painted;
    opacity: 1;
}

#shop .categories .category.open .category_name {
    color: #fff;
}

#shop .categories .category .category_children>div {
    display: table;
    margin: auto;
    height: 100%;
}

#shop .categories .category .category_children ul {
    display: table-cell;
    vertical-align: middle;
}

#shop .categories .category .category_children li:before {
    content: "Ã¢Å“Â¦";
    position: absolute;
    left: 0;
}

#shop .categories .category .category_children li {
    color: #fff;
}

#shop .categories .category .category_children a {
    color: #fff;
    text-decoration: none;
}

#shop .categories .category .category_children li:before,
#shop .categories .category .category_children a {
    font-size: 14px;
}

#shop .categories .category .category_children li {
    line-height: 14px;
}

#shop .categories .category .category_children a:hover {
    text-decoration: underline;
}

#contacts {
    display: flex;
    flex-flow: wrap;
    row-gap: 30px;
    column-gap: 2%;
    margin-bottom: 20px;
    width: 100%;
}

#contacts h3 {
    margin-top: 0;
}

#contacts .contacts {
    width: 49%;
}

#contacts .map {
    width: 100%;
}

#contacts span:first-child {
    font-weight: bold;
}

#confidential,
#rules {
    padding: 20px;
    text-align: justify;
}

#confidential *,
#rules * {
    font-size: 12px;
    margin: 0;
}

#confidential span,
#rules span {
    font-weight: bold;
}

#confidential .mobile-back,
#rules .mobile-back,
#register .mobile-back {
    position: absolute;
    top: 20px;
    left: 20px;
    cursor: pointer;
}

#register .accepted span {
    color: #b20738;
    text-decoration: underline;
    cursor: pointer;
}

#register .accepted {
    text-align: justify;
    font-size: 12px;
}

#register {
    width: 50%;
    min-width: 300px;
    margin: auto;
    padding-top: 20px;
}

#register .bolock50 {
    margin-bottom: 10px;
}

#register .inputbox {
    width: 60%;
    height: 20px;
    border: 1px solid #00090c;
    padding: 5px 10px;
}

#register .error .inputbox {
    border-color: red;
}

#register label {
    float: left;
    width: 90px;
    line-height: 40px;
}

#register .error label {
    color: red;
}

#addCartQuantity .loader2,
.button_red,
.button_black,
.webfactor_default .ajaxWebfactorForm input[type="button"],
.webfactor_default .ajaxWebfactorForm input[type="submit"] {
    line-height: 50px !important;
}

#addCartQuantity .loader2 {
    display: block;
    width: 100% !important;
    font-size: 0 !important;
    background-size: 24px;
}

.button_black {
    background-color: #000 !important;
}

.loader2 {
    background-image: url("../../../styles/loading5.svg") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.loader {
    background-image: url("../../../styles/loading4.svg");
}

#search .loader {
    display: none;
    position: absolute;
    top: 20px;
    left: 2px;
    width: 20px;
    height: 20px;
    z-index: 9999;
}

#company {
    text-align: justify;
    padding: 0 20px 20px;
}

#company h3 {
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.shop_list_product table {
    width: 100%;
}

#shop table tbody * {
    font-size: 14px;
}

#shop table {
    border-collapse: collapse;
}

#shop table td {
    padding: 2px;
    line-height: 16px;
    text-align: center;
    height: 30px;
}

#shop table thead td {
    vertical-align: bottom;
    line-height: 25px;
}

#shop table thead td:last-child {
    vertical-align: bottom;
}

#shop table tbody td {
    height: 40px;
}

#shop table td:first-child {
    text-align: left;
}

#shop table td:last-child {
    text-align: right;
}

#shop thead {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px solid #000;
}

#shop tbody tr {
    border-bottom: 1px solid #ccc;
}

.condition {
    color: #b20738;
    padding: 10px 0;
    white-space: pre;
}

#addCartProduct {
    width: 100%;
    line-height: 50px !important;
    margin: auto;
}

#resetFilter,
.delcart,
.button_buy {
    display: block;
    background-color: #000;
    padding: 0 10px;
    color: #fff;
    font-size: 12px !important;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    height: 25px;
    text-align: center;
    white-space: pre;
}

.button_buy {
    line-height: 25px;
    padding: 5px 10px;
}

#resetFilter {
    display: block;
    width: 100%;
    color: #fff;
    background-color: #b20738;
    font-weight: normal;
}

.shop_cart_ok {
    margin: 0;
    background: url(/styles/ok.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 28px;
    height: 25px;
    padding: 0;
    display: block;
    cursor: default;
}

#extra_field_1 {
    min-width: 40px;
}

#shop table thead *,
.shop_price * {
    white-space: nowrap;
}

.no_price {
    font-size: 11px !important;
    text-transform: uppercase;
}

td.shop_price[colspan="2"] {
    text-align: center !important;
}

.shop_pagination ul {
    display: table;
    padding: 0;
    margin: 20px auto;
}

.shop_pagination .pagination-start,
.shop_pagination .pagination-end {
    display: none;
}

.shop_pagination li.pagination-next span,
.shop_pagination li.pagination-prev span,
.shop_pagination li span,
.shop_pagination li a {
    display: block;
    font-size: 13px;
    color: #fff !important;
    text-decoration: none;
    width: 30px;
    height: 30px;
    background: #000;
    margin: 0 1px;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
}

.shop_pagination li span {
    background: #b20738;
}

.shop_pagination li.pagination-prev span,
.shop_pagination li.pagination-next span {
    display: none;
}

.shop_pagination li {
    display: inline-block;

}

.hide,
.wrapper-cart,
.hidden_for_cart {
    display: none;
}

.wrapper-cart {
    position: absolute;
    top: 100px;
    bottom: 0;
    left: 0;
    right: 0;
    height: 66%;
    background: #fff;
    z-index: 999999;
    overflow: auto;
    max-width: 500px;
    width: 90%;
    margin: auto;
    padding: 0 0 20px;
    overflow: hidden;
}

#module_cart {
    overflow: auto;
    max-height: 90%;
    padding: 0 20px;
}

.copyright {
    color: #fff;
}

.topSocial {
    display: flex;
    justify-content: space-evenly;
    height: 40px;
}

footer .topSocial {
    width: 200px;
    margin: auto;
}

.topSocial .telegram {
    background-image: url(/styles/soc-telegram.svg);
    background-color: #29aaeb;
}

.topSocial .viber {
    background-image: url(/styles/soc-viber.svg);
    background-color: #864cb2;
}

.topSocial .whatsapp {
    background-image: url(/styles/soc-whatsapp.svg);
    background-color: #00e676;
}

.topSocial .max {
    background-image: url(/templates/rusexport/images/soc-max.png);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: transparent;
}

.topSocial a {
    background-repeat: no-repeat;
    padding: 16px;
    border-radius: 7px;
    background-size: 20px;
    background-position: center;
    margin: 0 5px;
    width: 40px;
    box-sizing: border-box;
}

#blockCity {
    position: relative;
    margin: auto 0;
}

#linkCity {
    padding-left: 20px;
    background-image: url(/styles/map-marker-alt.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: left center;
    line-height: 17px;
    display: table;
    text-align: left;
}

#linkCity span {
    display: block;
    color: #959595;
}

#linkCity span:last-child {
    color: #b20738;
    cursor: pointer;
}

#listCity {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    opacity: 0;
    cursor: pointer;
    font-size: 14px;
}

.ncat-town__tooltip {
    position: absolute;
    left: -50px;
    top: 40px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 5px;
    width: 166px;
    padding: 10px 20px;
    z-index: 9999;
    color: #00090c;
    text-align: center;
}

.ncat-town__tooltip:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    width: 0;
    margin: auto;
    border-color: transparent transparent #ddd;
    border-style: solid;
    border-width: 10px 15px;
}

.ncat-town__question {
    margin-bottom: 10px;
    line-height: 22px;
    font-size: 14px;
}

.ncat-town__tooltip .ncat-town__btn-yes {
    display: inline-block;
    float: left;
    padding: 0 12px;
    line-height: 28px;
    border-radius: 4px;
    background: #b20738;
    color: #fff;
    vertical-align: top;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
}

.ncat-town__current {
    display: block;
    text-align: right;
}

.ncat-town__tooltip:after {
    content: "";
    position: absolute;
    top: -19px;
    left: 0;
    right: 0;
    width: 0;
    margin: auto;
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 10px 15px;
}

#phone_0 .webfactor_go {
    text-transform: uppercase;
}

footer {
    margin-top: 20px;
    padding: 40px;
    background-image: url("/styles/black-steel-grid.png");
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center;
}

#footer {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    gap: 20px;
    margin: auto;
    text-align: center;
}

#cart {
    position: relative;
    text-align: left;
    font-size: 12px;
    font-family: "Circe", "Helvetica Neue", Helvetica, sans-serif;
    color: #fff;
    text-transform: uppercase;
    width: 70px;
    padding: 0 0 0 40px;
    border-radius: 7px;
    background-position: 10px;
    background-image: url(/styles/cart.svg);
}

.btnGroup {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 200px;
}

.shop_list_product {
    overflow-x: auto;
    max-width: 100%;
}

@media (min-width: 600px) {

    #shop .categories .category:hover,
    #shop .categories .category:hover .category_name {
        border-color: #000;
    }
}

@media (max-width: 1240px) {
    .container {
        width: 100%;
        max-width: 96%;
    }
}

@media (max-width: 900px) {
    #services .pad {
        flex-flow: column;
    }

    #services .pad img {
        width: 100%;
        max-width: none;
        padding-left: 0;
        padding-bottom: 20px;
    }

    #shop .list_category {
        text-align: center;
    }

    #shop .list_category li.category {
        float: none;
        display: inline-block;
        width: 262px;
    }

    #cart {
        width: auto;
        font-size: 0;
        background-position: center;
    }

    .btnGroup {
        width: 100px;
    }

    #search-show {
        font-size: 0;
        padding-left: 40px;
        border-radius: 7px;
        background-color: #000;
        background-position: center;
        background-image: url(/styles/search2.svg);
    }
}

@media (max-width: 800px) {
    #header .topSocial {
        /* display: none; */
    }

    #contacts {
        flex-flow: column;
    }

    #contacts .contacts {
        width: 100%;
    }

    #shop .list_category li.category a>span,
    #shop .categories .category .category_name {
        text-transform: none;
        line-height: 12px;
        height: 45px;
    }
}

@media (max-width: 600px) and (orientation: portrait),
(max-width: 430px) {

    #shop h1,
    .mainTitle,
    h2 {
        font-size: 20px;
        margin: 10px 0;
    }

    body {
        padding-top: 41px;
    }

    #menu-items.show {
        display: block;
    }

    #search {
        border-bottom: 1px solid #000;
    }

    #search-show {
        width: 34%;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        color: #fff;
        padding-left: 12%;
        background-position: 12%;
        box-sizing: border-box;
    }

    #search,
    #shop_search {
        height: 40px;
    }

    #backgroundBody {
        z-index: 99999;
    }

    #header {
        position: relative;
    }

    #header>.container {
        flex-flow: column;
        gap: 20px;
        margin: 20px 0 0;
    }

    #search.container,
    #header>.container {
        width: 100%;
        max-width: none;
    }

    .btnGroup {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        min-width: 320px;
    }

    #menu {
        display: block;
        border-radius: 0;
    }

    .fix #menu {
        background-image: none;
    }

    .fix #menu:before {
        color: #fff;
        content: "3";
        font-family: gkfont;
        font-size: 16px;
        font-weight: bold;
        position: absolute;
        left: 0;
        top: -1px;
        margin-left: 4%;
    }

    #menu-items {
        display: none;
        position: absolute;
        top: -21px;
        background: #fff;
        height: 174px;
        border: none;
        padding: 0;
        z-index: 99999;
    }

    #menu-items ul {
        flex-flow: column;
    }

    #menu-items li {
        height: 33px;
        line-height: 33px;
        border-bottom: 1px solid #bbb;
    }

    #menu-items li:last-child {
        border: none;
    }

    #menu,
    #cart {
        width: 33%;
        background-position: 12%;
        padding: 0 0 0 12%;
        box-sizing: border-box;
    }

    #search-show,
    #cart {
        border-radius: 0;
    }

    #cart span {
        left: 17%;
    }

    .wrapper-cart {
        top: 0;
        left: 0;
        width: 100%;
        max-width: 100%;
        height: 100%;
        box-sizing: border-box;
    }

    .wrapper-cart table {
        font-size: 12px;
    }

    #header .contacts {
        display: flex;
        flex-flow: column;
        align-items: center;
    }

    #logo,
    #logo-footer,
    #blockCity {
        margin: auto;
    }

    .mobile-back,
    .close {
        top: 0;
        right: 0;
    }

    #search .loader {
        top: 9px;
    }

    #search-button,
    #search-holder,
    #search-no_result {
        line-height: 40px;
    }

    ul.breadcrumb {
        text-align: center;
    }

    #shop .categories .category_item {
        width: 49%;
        margin-bottom: 2%;
    }

    #cart,
    #search-show,
    #shop .list_category li.category a>span,
    #shop .categories .category .category_name {
        font-size: 12px;
        text-transform: uppercase;
    }

    #services {
        flex-flow: column;
    }

    #services .pad {
        width: 100%;
    }

    .condition {
        font-size: 12px;
    }
}

.order {
    background: #f00;
    font-size: 17px !important;
    text-align: center !important;
    padding: 5px 10px !important;
    margin-top: 5px;
}

.order:hover {
    background: #ccc;
}

.amoforms_iframe {
    height: 100%;
}

.article__intro > .amoforms_iframe {
    position: relative !important;
    left: 50%;
    transform: translateX(-50%);
}

.form-container {
    display: flex;
    justify-content: center;
}

.form-container.hidden {
    max-height: 0;
}