body, html {
	/* background-image: url("/img/promo.jpg"); */
	/* background-repeat:no-repeat; */
    /* background-color: #2f2f2f; */
	/* background-position: absolute; */
    /* font-family: 'Raleway', sans-serif; */
	font-family: 'Helvetica Neue', 'Helvetica','Arial', sans-serif;
    font-size: 15px;
    color: rgba(15, 21, 26, 1);
	margin:5px;
	
	
}
.widget_index {
    padding: 70px 25px 29px 25px;
    margin: 0px auto 10px auto;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

a, a:focus {
    color: rgba(15, 21, 26, 1);
    outline: none;
    transition: all 0.15s ease;
}

a:hover {
    text-decoration: none;
    color: #d61919;
}

a:focus {
    text-decoration: none;
}

.inline-ul-list li {
    display: inline-block;
}

.inline-ul-list li:not(:last-child) {
    margin-right: 20px;
}

.menu-top-links {
    background-color: rgba(15, 21, 26, 0.8);
    padding: 8px 0;
    color: #e5e5e5;
    font-size: 12px;
}

.menu-middle-links {
    /* background-color: rgba(15, 21, 26, 0.9); */
    color: #fff;
}

.menu-middle-links img {
    max-width: 400px;
    max-height: 120px;
}

.menu-middle-links .row, footer.main .row {
    padding: 10px 0;
}

.menu-middle-links .button,
.icon-button {
    display: inline-block;
    height: 44px;
    border: 1px solid #000;
    margin-left: 10px;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.15s ease;
	position: absolute;
	top: 2vw;
	right: 2vw;
	
}

.menu-middle-links .button span,
.icon-button span {
    display: inline-block;
    line-height: 42px;
    padding: 0 10px;
    /* background-color: #fff; */
    /* color: #af433d; */
    font-weight: bold;
}

.icon-button span {
    color: rgba(15, 21, 26, 1);
}

.icon-button.icon-white span {
    color: #fff;
}

.menu-middle-links .button i,
.icon-button i {
    float: left;
    background-color: #01161d;
    line-height: 42px;
    width: 40px;
    text-align: center;
    color: #fff;
    transition: all 0.15s ease;
}

.icon-button.icon-border i {
    border-right: 1px solid transparent;
}

.icon-button.icon-border:hover i,
.icon-button.disabled i,
.button-active i {
    border-right: 1px solid rgba(15, 21, 26, 1)!important;
}

.menu-middle-links .button img,
.icon-button img {
    float: left;
    height: 42px;
    max-width: 40px;
	background-color: #bd362f;
	color: #000000;
}

.menu-middle-links .button:hover,
.icon-button:hover,
.icon-button.disabled,
.button-active {
    background-color: #ededed;
    border: 1px solid #ededed!important;
}

.menu-middle-links .button:hover i,
.icon-button:hover i,
.icon-button.disabled i,
.button-active i {
    background-color: #ededed;
    transition: all 0.15s ease;
}

.icon-button:hover span,
.icon-button.disabled span,
.button-active span {
    color: #fff;
}

.icon-button.disabled {
    opacity: 0.5;
}

.main-nav-container {
    background-color: #f7f6f6;
    border-bottom: 1px solid #d61919;
	position:fixed;
	z-index: 999999;
	top:0px;
	left:0px;
	width:100%;
	text-align: center;
}

.main-nav > li {
    display: inline-block;
}

.main-nav > li > a {
    display: inline-block;
    padding: 9px 9px;
    margin: 9px 0;
    color: rgba(15, 21, 26, 1);
    text-transform: uppercase;
    transition: all 0.05s ease;
	font-weight: bold;
}

.main-nav > li:hover > a,
.main-nav li.active > a,
.main-nav li.child-active > a {
    background-color: #ededed;
    color: #111;
	border-radius: 4px; 

}

.main-nav li {
    position: relative;
    z-index: 999;
}

.main-nav > li > a {
    margin-right: 5px;
}

.main-nav li:hover > ul {
    display: block;
}

.main-nav > li ul {
    display: none;
    position: absolute;
    top: 100%;
    background-color: rgba(15, 21, 26, 1);
    min-width: 190px;
}

.main-nav > li ul ul {
    top: 0;
    left: 100%;
}

.main-nav > li > ul li {
    display: block;
    transition: all 0.15s ease;
    border-bottom: 1px solid rgba(15, 21, 26, 1);
	}

.main-nav > li > ul li a {
    display: block;
    padding: 7px 5px;
    color: #fff;
}

.main-nav > li ul li:hover {
    background-color: #da4f49;
}

.search-container {
    position: relative;
}

.search-container:not(.fixed-popup):before {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    content: ' ';
    z-index: 1;
}

.search-container:not(.fixed-popup):after {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image:url("assets/img/cover.png");
    background-attachment: fixed;
    background-size: cover;
    content: ' ';
    z-index: 0;
}

.search-container > .container {
    position: relative;
    z-index: 99;
}

.search-container .sc-title {
    padding-top: 120px;
}

.search-container.fixed-popup .sc-title {
    padding-top: 0;
}

.search-container .sc-title h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}

.search-container.fixed-popup .sc-title h2 {
    color: rgba(15, 21, 26, 1);
}

.search-container .sc-form {
    padding: 30px 0 120px 0;
}

.search-container.fixed-popup .sc-form {
    padding-bottom: 20px;
}

.search-container input {
    background-color: rgba(15, 21, 26, 0.9);
    width: 100%;
    height: 50px;
    line-height: normal;
    padding: 0 10px 0 45px;
    color: #fff;
    border: 0;
    box-shadow: none;
    transition: all 0.35s ease;
}

.search-container input:focus {
    background-color: rgba(15, 21, 26, 1);
    border: 0;
}

.search-container .search-input {
    position: relative;
}

.search-container .search-input i {
    position: absolute;
    top: 13px;
    left: 15px;
    color: #fff;
    font-size: 22px;
}

.search-container .sc-select .category-select {
    position: relative;
}

.search-container .sc-select .category-select > a {
    display: block;
    background-color: rgba(15, 21, 26, 0.9);
    line-height: 50px;
    padding: 0 10px;
    color: #fff;
    transition: all 0.35s ease;
}

.search-container .sc-select .category-select > a:hover {
    background-color: rgba(15, 21, 26, 1);
}

.search-container .sc-select .category-select > a i {
    float: right;
    line-height: 50px;
}

.search-container .sc-select ul {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    margin-top: 5px;
    z-index: 999;
}

.search-container .sc-select ul li {
    background-color: rgba(15, 21, 26, 0.9);
}

.search-container .sc-select ul li a {
    display: block;
    padding: 10px 5px;
    color: #fff;
    transition: all 0.15s ease;
}

.search-container .sc-select ul li a:hover {
    background-color: #d61919;
}

.owl-widget {
    margin-bottom: 50px;
}

.bottom-widgets .owl-widget {
    margin-top: 50px;
    margin-bottom: 0;
}

.owl-widget .owl-carousel {
    padding-bottom: 15px;
}

.owl-widget .owl-carousel .item {
    text-align: center;
}

.owl-widget .owl-carousel .item h4 {
    font-size: 15px;
    margin: 0;
    padding: 10px 0;
}

.owl-widget .owl-carousel .item img {
    display: block;
    background-color: #fff;
    height: 70px;
    max-width: 120px;
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #f0efef;
}

.owl-widget .owl-carousel.products-carousel img {
    height: 150px;
    max-width: 130px;
}

.owl-widget > h3 {
    margin: 0 0 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0efef;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    font-size: 40px;
    transition: all 0.15s ease;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    position: absolute;
    opacity: 0.5;
}

.owl-dots {
    text-align: center;
}

.owl-dots .owl-dot {
    display: inline-block;
    background-color: rgba(15, 21, 26, 1);
    width: 7px;
    height: 7px;
    margin: 0 2px;
    border-radius: 50%;
    opacity: 0.5;
}

.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled {
    opacity: 0.1;
}

.owl-nav .owl-prev:not(.disabled):hover,
.owl-nav .owl-next:not(.disabled):hover,
.owl-dots .owl-dot.active {
    opacity: 1;
}

.owl-nav .owl-prev {
    top: 30px;
    left: -20px;
}

.owl-nav .owl-next {
    top: 30px;
    right: -20px;
}

.user-menu {
    background-color: #fff;
    padding: 15px;
    border: 1px solid #f0efef;
}

.user-menu > li:not(:last-child) {
    border-bottom: 1px solid #f0efef;
}

.user-menu li a {
    display: block;
    line-height: 40px;
}

.user-menu li.active > a {
    color: red;
}

.user-menu li a > i:first-child {
    margin-right: 5px;
    width: 15px;
}

.user-menu li a > i.fa-caret-down {
    float: right;
    display: block;
    line-height: 40px;
}

.user-menu > li ul {
    display: none;
    margin: 0 0 5px 15px;
}

.user-menu > li.active ul {
    display: block;
}

.user-menu > li ul li a {
    line-height: 30px;
}

.user-header {
    display: table;
    background-color: rgba(15, 21, 26, 0.9);
    color: #fff;
    width: 100%;
    margin-bottom: 30px;
}

.user-header > img {
    display: table-cell;
    height: 90px;
    max-width: 140px;
}

.user-header > .user-header-right {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding-left: 30px;
}

.user-header > .user-header-right h3 {
    margin: 0 0 10px 0;
}

.user-header > .user-header-right h5 {
    display: inline-block;
    margin: 0 10px 0 0;
}

.user-header a {
    color: #fff;
    text-transform: uppercase;
}

.user-header a:hover {
    color: #d61919;
}

input.share-link {
    background: none;
    color: rgba(15, 21, 26, 1);
    font-size: 30px;
    text-align: center;
    border: 0;
    box-shadow: none;
}

input.share-link:focus {
    background: none;
    border: 0;
}

.list-item {
    position: relative;
    background-color: #fff;
    margin-bottom: 5px;
    border: 1px solid #f0efef;
    transition: all 0.5s ease 0s;
}

.list-item .list-item-content {
    display: table;
    width: 100%;
}

.list-item .list-item-content .extra {
    position: absolute;
    top: 0;
    left: -45px;
    font-size: 18px;
    text-align: center;
}

.list-item .list-item-content .extra .gift,
.list-item .list-item-content .extra .check,
.list-item .list-item-content .extra .discount {
    background-color: #fff;
    height: 40px;
    line-height: 40px;
    width: 40px;
    border: 1px solid #f0efef;
    margin-bottom: 4px;
}

.list-item .list-item-content .extra .discount {
    background-color: rgba(15, 21, 26, 1);
    color: #fff;
    font-weight: 800;
    font-size: 12px;
    border: none;
    border-radius: 50%;
}

.list-item .list-item-content .left {
    display: table-cell;
    width: 140px;
    text-align: center;
    padding: 10px;
}

.list-item .list-item-content .left > img {
	object-fit: cover;
	display:block;
	width: 100px;
	height: 100px;
	margin: auto;
	overflow: hidden;
	border-radius: 50%;
	box-shadow: 0 0 0 0.5px white, 0 0 17px #333; /* Параметры теней */
}

.review .review-content .left {
    width: 100px;
}

.review .review-content .left > img {
    height: 70px;
    max-width: 80px;
}

.review .review-content .middle h3,
.review .review-content .middle .rating-star {
    display: inline-block;
}

.review .review-content .middle .rating-star {
    float: right;
}

.product .product-content .left > img {
    max-height: 120px
}

.list-item .list-item-content .middle {
    display: table-cell;
    vertical-align: top;
    padding: 15px;
    word-break: normal;
    overflow-wrap: break-word;
    white-space: normal;
}

.list-item .list-item-content .middle .description {
    margin-bottom: 10px;
	position: relative;
	left: 45px;

}

.list-item .list-item-content .middle .description .hidden-part,
.list-item .list-item-content .middle .description .less-link {
    display: none;
}

.list-item .list-item-content .middle .description .more-link a,
.list-item .list-item-content .middle .description .less-link a {
    margin-left: 10px;
}

.list-item .list-item-content .middle > h3 {
    margin: 0 0 12px 0;
    font-size: 18px;
}

.list-item .list-item-content .middle .sold-by {
    margin-top: 10px;
}

.list-item .list-item-content .middle .sold-by .rating-star {
    display: inline-block;
    margin-left: 5px;
}

.list-item .list-item-content .right {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
    width: 190px;
    text-align: center;
}

.list-item .list-item-content .right .price,
.description-links .price {
    margin-bottom: 10px;
}

.list-item .list-item-content .right .price .old-price,
.description-links .price .old-price {
    display: block;
    text-decoration: line-through;
    margin-right: 5px;
}

.list-item .list-item-content .right .price .current-price,
.description-links .price .current-price {
    color: #d61919;
    font-size: 16px;
    font-weight: 700;
}


.list-item .list-item-content .right .code-revealed {
    position: relative;
    width: 100%;
    line-height: 40px;
    font-size: 14px;
    border: 1px dashed #d61919;
}

.list-item .list-item-content .right .code-revealed > i {
    position: absolute;
    top: -10px;
    left: 10%;
    line-height: auto;
    background-color: #fff;
    color: #d61919;
    font-size: 16px;
}

.copy-code {
    margin-top: 5px;
}

.list-item .list-item-content .right a.claims {
    display: block;
    margin-top: 10px;
}

.list-item .sub-info {
    display: table;
    background-color: #f9f9f9;
    width: 100%;
    line-height: 20px;
    padding: 5px 10px;
    border-top: 2px solid #f0efef;
}

.list-item .sub-info .left,
.list-item .sub-info .middle,
.list-item .sub-info .right {
    display: table-cell;
    width: 33.33333%;
}

.product .sub-info .left,
.product .sub-info .right,
.store .sub-info .left,
.store .sub-info .right {
    width: 50%;
}

.list-item .sub-info .middle {
    text-align: center;
}

.list-item .sub-info .middle .vote-buttons .rate-msg {
    font-size: 14px;
}

.list-item .sub-info .middle .ajax-message {
    font-size: 13px;
}

.list-item .sub-info .middle .vote-buttons a {
    display: inline-block;
    width: 32px;
    font-size: 17px;
    text-align: center;
    border: 1px solid #f0efef;
    box-sizing: border-box;
}

.list-item .sub-info .middle .vote-buttons a.success:hover,
.item-text .single-vote a.success:hover {
    color: #009900;
    border-color: #009900;
}

.list-item .sub-info .middle .vote-buttons a.failed:hover,
.item-text .single-vote a.failed:hover {
    color: #e50000;
    border-color: #e50000;
}

.list-item .sub-info .right {
    text-align: right;
}

.list-item .sub-info .right ul {
    display: none;
}

.list-item .sub-info .right ul li,
.list-item .sub-info .right ul li a,
.item-text .info .share-links li a {
    display: inline-block;
}

.list-item .sub-info .right ul li a,
.item-text .info .share-links li a {
    background: rgba(15, 21, 26, 1);
    width: 30px;
    color: #fff;
    text-align: center;
}

.list-item .sub-info .right ul li a:hover,
.item-text .info .share-links li a:hover {
    background-color: #d61919;
}

.list-item .sub-info a.share {
    margin-left: 10px;
}

.qr-code img {
    max-height: 100px;
}

.qr-code a {
    display: block;
}

.qr-code span {
    display: block;
    font-weight: 700;
    letter-spacing: 2px;
}

.button-set {
    display: inline-block;
    background-color: rgba(15, 21, 26, 1);
}

.button-set li {
    display: inline-block;
}

.button-set li a {
    display: block;
    line-height: 37px;
    padding: 0 10px;
    color: #fff;
}

.button-set li a:hover,
.button-set li.selected a {
    background-color: #bd362f;
}

.button-set li.selected a {
    opacity: 0.8;
}

.description-links {
    margin-top: 10px;
}

.item-text {
    display: table;
    width: 100%;
}

.item-text.widget {
    padding: 0;
}

.item-text .avatar,
.item-text .info {
    display: table-cell;
    vertical-align: top;
    padding: 15px;
    word-break: normal;
    overflow-wrap: break-word;
    white-space: normal;
}

.item-text .avatar {
    width: 140px;
    text-align: center;
    padding-right: 0;
}

.item-text .avatar img {
	object-fit: cover;
    display: block;
	width: 100px;
	height: 100px;
	margin: auto;
	overflow: hidden;
	border-radius: 50%;
    box-shadow: 0 0 0 0.5px white, 0 0 17px #333;
    transition: 0.3s;
}

.item-text .avatar img:hover {
    transform: none !important;
    box-shadow: 0 0 0 0.5px white, 0 0 17px #333;
    border: none !important;
    z-index: 1;
}

.item-text .info .links-list {
    margin-top: 20px;
}

.item-text .info .links-list li:not(:last-child),
.description-links li:not(:last-child) {
    margin-bottom: 5px;
}

.item-text .info .links-list > li,
.description-links > li {
    position: relative;
    padding-left: 20px;
}

.item-text .info .links-list > li.line-after {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f0efef;
}

.item-text .info .links-list li i,
.description-links li i {
    position: absolute;
    top: 2.5px;
    left: 0;
}

.item-text .info .links-list .store-hours {
    display: none;
    margin-top: 5px;
}

.item-text .info .links-list .htoday {
    color: #d61919;
}

.item-share {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 12px;
  margin-bottom: 8px;
}
.item-share-label {
  margin-right: 10px;
  font-size: 1.08em;
  white-space: nowrap;
}
.item-share-icons {
  display: flex;
  align-items: center;
  gap: 14px;
}
.item-share-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #222;
  transition: color 0.18s;
  text-decoration: none;
}
.item-share-icons a:hover {
  color: #e74c3c;
}

.item-text .info .share-links,
.item-text .info .share-links li {
    display: inline-block;
}

.item-text .info .share-links {
    margin-left: 10px;
}

.item-text .code {
    text-align: center;
    margin-top: 20px;
}

.item-text .code .visit-link-msg {
    font-size: 18px;
}

.item-text .code .visit-link-msg > a {
    font-weight: 600;
}

.item-text .code .code-inner {
    position: relative;
    display: inline-block;
    border: 1px dashed #d61919;
    padding: 5px;
    min-width: 300px;
}

.item-text .code .code-inner > i {
    position: absolute;
    top: -12px;
    left: 10%;
    line-height: auto;
    background-color: #fff;
    color: #d61919;
    font-size: 20px;
}

.item-text .code .code-inner .code-text {
    display: table;
    width: 100%;
}

.item-text .code .code-inner .code-text h3 {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
}

.item-text .code .code-inner .code-text a {
    /* display: table-cell; */
    margin: 0;
    /* width: 10px; */
    line-height: 35px;
}

.item-text .single-votes {
    margin: 0 0 5px 0 !important;
    text-align: left !important;
}

.item-text .single-votes .single-votes-stats {
    display: inline-block;
    text-align: center;
    min-width: 300px;
    margin-bottom: 10px;
}

.item-text .single-votes .single-votes-stats .vote-line {
    display: table;
    width: 100%;
    margin-top: 5px;
}

.item-text .single-votes .single-votes-stats .vote-line div {
    display: table-cell;
    background-color: #009900;
    width: 50%;
    height: 5px;
}

.item-text .single-votes .single-votes-stats .vote-line div:last-child {
    background-color: #d61919;
}

.item-text .single-vote {
    text-align: center;
    font-size: 14px;
    line-height: 30px;
}

.item-text .single-vote a {
    display: inline-block;
    width: 30px;
    line-height: 30px;
    height: 30px;
    font-size: 17px;
    border: 1px solid #f0efef;
    box-sizing: initial;
}

.item-text .rating {
    float: right;
    font-size: 13px;
    line-height: 33px;
}

footer.main {
    /* background-color: #01161d; */
    padding: 8px 0;
    color: #e5e5e5;
    font-size: 14px;
    /* text-transform: uppercase; */
}

footer.main a {
    color: #fff;
}

footer.main ul.flinks a > i {
    margin-right: 3px;
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
}

footer.main a:hover {
    color: #bd362f;
}

footer.main ul.flinks a:hover > i {
    margin-right: 7px;
}

footer.main ul {
    margin-top: 15px;
}

footer.main ul li:not(:last-child) {
    margin-bottom: 9px;
}

footer.main ul li:after {
    display: block;
    border: 1px solid red;
    height: 5px;
    width: 100%;
}

footer.footer-bottom {
    background-color: #000000;
    padding: 8px 0;
    color: #e5e5e5;
    font-size: 12px;
}

footer .social-links li {
    display: inline-block;
    margin-bottom: 0!important;
}

footer .social-links li:not(:last-child) {
    margin-right: 5px;
}

footer .social-links li a {
    display: block;
    background-color: rgba(15, 21, 26, 1);
    line-height: 40px;
    width: 40px;
    text-align: center;
}

footer .social-links li a:hover {
    background: #d61919;
    color: #fff;
}

footer .fo-newsletter input {
    color: rgba(15, 21, 26, 1);
    border: 0;
    box-shadow: none;
}

.widget {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 0px;
    border: 1px solid #f0efef;
}

.widget h2 {
    font-size: 24px;
    padding-bottom: 15px;
    margin: 0 0 15px 0;
    /* border-bottom: 1px solid #f0efef; */
}

.widget_newsletter > .text,
.widget_suggest > .text,
.widget_contact > .text {
    margin-bottom: 15px;
}

.widget_categories li a,
.widget_coupons li a,
.widget_pages li a,
.widget_products li a,
.widget_stores li a,
.widget_users li {
    display: block;
    padding: 4px 0;
}

.widget_coupons_v2 li,
.widget_stores_v2 li,
.widget_history_v2 li,
.widget_products_v2 li {
    display: inline-block;
    width: 50%;
    text-align: center;
    margin-bottom: 10px;
}

.widget_coupons_v2 li img,
.widget_stores_v2 li img,
.widget_history_v2 li img,
.widget_products_v2 li img {
    display: block;
    height: 70px;
    max-width: 120px;
    margin: 0 auto 5px auto;
}

.widget_products_v2 li img {
    height: 70px;
    max-width: 70px;
}

.widget_reviews li:not(:last-child) {
    margin-bottom: 10px;
}

.widget_reviews li:after {
    clear: both;
    display: table;
    content: " ";
}

.widget_reviews li > img {
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.widget_reviews li div p {
    margin-top: 5px;
}

.widget .letters {
    text-align: center;
}

.widget .letters li {
    display: inline-block;
    min-width: 30px;
    margin: 1px;
    text-align: center;
    line-height: 30px;
}

.widget .letters li a {
    display: block;
    padding: 0 5px;
    background-color: rgba(15, 21, 26, 1);
    color: #fff;
}

.widget .letters li a:hover,
.widget .letters li.selected a {
    background-color: #d61919;
}

.widget .letters li.selected a {
    opacity: 0.8;
}

.site-languages.inline-ul-list li {
    margin-right: 5px;
}

.site-languages li img {
    max-width: 19px;
}

.site-languages li:hover img {
    opacity: 10;
}

.pages-nav {
    font-size: 14px;
    margin-top: 20px;
}

.pages-nav > span {
    margin-right: 20px;
}

.pages-nav .num {
    float: right;
}

.tooltip {
    min-width: 100px;
}

#map_wrapper.widget {
    padding: 10px;
}

#map_wrapper {
    height: 400px;
    margin-bottom: 15px;
}

#map_canvas {
    width: 100%;
    height: 100%;
}

.push-container {
    position: relative;
    min-height: 80vh;
}

.push-left, .push-right {
    position: absolute;
    max-height: 80vh;
    overflow: auto;
}

.push-left {
    left: 0;
}

.push-right {
    right :0;
}

#search-popup {
    display: none;
    position: fixed;
    background-color: #f8f9f9;
    width: 70%;
    height: 70%;
    z-index: 999999;
}

#search-popup.visible {
    display: block;

}

#search-popup > .search-popup-content {
    display: table;
    width: 100%;
    height: 100%;
}

#search-popup > .search-popup-content > .search-popup-main {
    display: table-cell;
    vertical-align: middle;
}

#search-popup > .search-popup-content > .search-popup-main > .search-popup-links {
    text-align: center;
}

#search-popup > .search-popup-content > .search-popup-main > .search-popup-links > a.close-search-popup {
    font-size: 48px;
}

.question {
    border: 1px solid rgba(15, 21, 26, 1);
}

.question:not(:last-child) {
    margin-bottom: 5px;
}

.question > a {
    display: block;
    background-color: rgba(15, 21, 26, 1);
    color: #fff;
    padding: 10px;
    font-size: 14px;
}

.question > a:hover {
    background-color: #d61919;
}

.question > .answer {
    display: none;
    padding: 10px;
}

.list-item:hover {
    box-shadow: 1px 15px 24px rgba(0, 0, 0, 0.12);
}

[data-copy-this] + input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 0.1px;
    height: 0.1px;
    padding: 0;
    margin: 0;
    border: 0;
    box-shadow: none;
    outline: none;
}

[data-copy-this] + input:focus {
    border: 0;
}

.mmenu {
    position: relative;
    display: none;
    width: 45px;
    height: 30px;
    margin: 12.5px auto 10px 10px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.mmenu span {
    display: block;
    position: absolute;
    height: 6px;
    width: 100%;
    background-color: rgba(15, 21, 26, 0.9);
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.mmenu span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.mmenu span:nth-child(2) {
    top: 12px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.mmenu span:nth-child(3) {
    top: 24px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.mmenu.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -4px;
    left: 8px;
}

.mmenu.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.mmenu.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 28px;
    left: 8px;
}

.mobile-nav > div {
    display: inline-block;
}

.mobile-nav .mobile-nav-links {
    float: right;
    margin: 5px 10px 0 0;
}

.mobile-nav .mobile-nav-links img {
    float: left;
    max-height: 45px;
    max-width: 60px;
}

.mobile-nav .mobile-nav-links a.button {
    display: inline-block;
    background-color: rgba(15, 21, 26, 0.9);
    line-height: 45px;
    width: 45px;
    color: #fff;
    text-align: center;
}

.mobile-nav .mobile-nav-links a.button:hover {
    background-color: #d61919;
}

.mobile-nav .mobile-nav-links a.button > i.fa {
    font-size: 20px;
}

.search-input input::-webkit-input-placeholder {
    opacity: 1;
    color: #fff;
}
.search-input input::-moz-placeholder {
    opacity: 1;
    color: #fff;
}
.search-input input:-ms-input-placeholder {
    opacity: 1;
    color: #fff;
}
.search-input input:-moz-placeholder {
    opacity: 1;
    color: #fff;
}

.check_coupon_code_form .button-info {
    margin-bottom: 15px;
}

/* Уменьшить ширину полей формы добавления/редактирования сервера в 2 раза */
.submit_store_form input,
.submit_store_form select,
.submit_store_form textarea,
.edit_store_form input,
.edit_store_form select,
.edit_store_form textarea {
    width: 50% !important;
    min-width: 120px;
    max-width: 100%;
}

/* Центрирование формы и полей добавления/редактирования сервера */
.submit_store_form,
.edit_store_form {
    text-align: center;
}
.submit_store_form input,
.submit_store_form select,
.submit_store_form textarea,
.edit_store_form input,
.edit_store_form select,
.edit_store_form textarea {
    width: 50% !important;
    min-width: 120px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/* MOBILE VIEW & THEME MANDATORY */

@media only screen and (max-width : 992px) {

.push-left, .push-right {
    position: relative;
}

}

@media only screen and (max-width : 768px) {

.icon-button {
    margin-left: 0;
    margin-bottom: 5px;
}

.icon-button span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 200px;
}

.mobile_view {
    display: none;
}

.container {
  position: relative;
  max-width: 998px;
  width: 100%;
  margin: 0 auto;
}

/* --- Современная красивая пагинация-кнопки --- */
nav.modern-pagination ul {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center !important;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
  gap: 18px !important;
}
nav.modern-pagination ul li {
  margin: 0 !important;
  padding: 0 !important;
}
nav.modern-pagination ul li a,
nav.modern-pagination ul li span {
  background: #fff;
  color: #222;
  border-radius: 6px;
  font-weight: 500;
  font-size: 18px;
  min-width: 36px;
  padding: 7px 16px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  border: 1px solid #e0e0e0;
  transition: background 0.18s, color 0.18s, box-shadow 0.18s, transform 0.12s;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  outline: none;
}
nav.modern-pagination ul li a:hover {
  background: #f5f5f5;
  color: #d61919;
  box-shadow: 0 4px 16px rgba(214,25,25,0.10);
  transform: translateY(-2px) scale(1.07);
}
nav.modern-pagination ul li.active span {
  background: #d61919;
  color: #fff;
  font-weight: bold;
  border: 2px solid #d61919;
  box-shadow: 0 2px 8px rgba(214,25,25,0.12);
  cursor: default;
}
nav.modern-pagination ul li.disabled span,
nav.modern-pagination ul li.dots span {
  background: #f3f3f3;
  color: #bbb;
  cursor: default;
  border: none;
  box-shadow: none;
}
nav.modern-pagination ul li a.arrow {
  font-size: 22px;
  padding: 7px 14px;
}
@media (max-width: 600px) {
  nav.modern-pagination ul li a,
  nav.modern-pagination ul li span {
    font-size: 15px;
    padding: 6px 8px;
    min-width: 26px;
  }
  nav.modern-pagination ul {
    gap: 8px !important;
  }
}
}

/* JS-force для горизонтальной пагинации */
@media screen {
  body:after {
    content: '';
    display: none;
  }
}

.list-item.store:hover {
    /* animation: pulse 0.5s; */
    /* transform: scale(1.005); */
    /* box-shadow: 0 0 20px 0 rgba(34, 60, 80, 0.2); */
    z-index: 2;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.0125);
    }
    100% {
        transform: scale(1.005);
    }
}

.list-item.store {
    cursor: pointer;
    min-height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
}

.list-item.store .list-item-content {
    flex: 0 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    box-sizing: border-box;
}

.list-item.store .sub-info {
    width: 100%;
    margin-top: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    position: static;
    min-height: 48px;
    height: 56px;
}

.list-item.store .sub-info > *:not(.right) {
    flex: 1 1 auto;
}

.list-item.store .sub-info .right {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.store-clickable-area {
    cursor: pointer;
}

ul.pagination, .pagination, .pagination li, .pagination a, .pagination span, .pagination button {
    font-size: 12px !important;
    padding: 2px 6px !important;
    min-width: 24px !important;
    height: 24px !important;
    line-height: 18px !important;
}
.pagination li, ul.pagination li {
    margin: 0 2px !important;
}

.top-content-top img:hover,
.grey-image:hover {
    /* transform: scale(1.1); */
    border: 1px solid #65994C;
    border-radius: 10px;
}

.list-item .list-item-content .right img,
.list-item .right img {
    transition: none !important;
    transform: none !important;
    box-shadow: none !important;
}

img.avatar {
    object-fit: cover;
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0 0 0 0.5px white, 0 0 17px #333;
    transition: 0.3s;
}
img.avatar:hover,
.item-text .avatar img:hover {
    transform: none !important;
    box-shadow: 0 0 0 0.5px white, 0 0 17px #333;
    border: none !important;
    z-index: 1;
}

.list-item.store:hover img.avatar {
    transform: scale(1.15);
    box-shadow: 0 0 0 2px #65994C, 0 0 17px #333;
    border: none;
    z-index: 2;
}

.avatar-flip {
    width: 100px;
    height: 100px;
    margin: auto;
    perspective: 600px;
    display: inline-block;
    position: relative;
}
.avatar-flip .avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    top: 0; left: 0;
    backface-visibility: hidden;
    transition: transform 0.6s cubic-bezier(.4,2,.6,1), box-shadow 0.3s, opacity 0.3s;
    box-shadow: 0 0 0 0.5px white, 0 0 17px #333;
    opacity: 1;
    z-index: 1;
}
.avatar-flip .back {
    transform: rotateY(180deg);
    z-index: 1;
    opacity: 0;
}
.avatar-flip .front {
    z-index: 2;
    opacity: 1;
}
.list-item.store:hover .avatar-flip .front {
    transform: scale(1.15) rotateY(180deg);
    box-shadow: 0 0 0 2px #cccccc, 0 0 17px #333;
    opacity: 0;
}
.list-item.store:hover .avatar-flip .back {
    transform: scale(1.15) rotateY(0deg);
    box-shadow: 0 0 0 2px #cccccc, 0 0 17px #333;
    opacity: 1;
    z-index: 2;
}

.rating-star {
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1;
  overflow: hidden;
  letter-spacing: 4px;
}
.rating-star i {
  display: inline;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  font-size: inherit;
  letter-spacing: 0;
}
.rating-star .fa-star {
  color: #ffc700 !important;
  text-shadow: none;
}
.rating-star .fa-star-o {
  color: #e0e0e0 !important;
}

.list-item.store .sub-info {
  flex-wrap: wrap;
}
.list-item.store .sub-info .right {
  flex-wrap: wrap;
}
.list-item.store .sub-info .right a,
.list-item.store .sub-info .right .button15 {
  min-width: 90px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 15px;
}
@media (max-width: 600px) {
  .list-item.store .sub-info .right a,
  .list-item.store .sub-info .right .button15 {
    min-width: 70px;
    font-size: 13px;
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 4px;
  }
}

/* Центрирование названия сервера на баннере */
.server-banner {
  position: relative;
}

.server-title {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
  color: #fff;
  font-size: 1.9em;
  z-index: 2;
  max-width: 90%;
  line-height: 1.1;
  word-break: break-word;
}

.server-banner-row {
  position: static;
}

/* Кнопки действий внизу карточки сервера */
.server-action-bar {
  display: flex;
  gap: 12px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 18px;
}
.server-action-btn {
  background: #222;
  color: #fff !important;
  border: none;
  border-radius: 8px;
  padding: 12px 28px;
  font-size: 1.15em;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.07);
  transition: background 0.2s, color 0.2s, box-shadow 0.2s, border 0.2s;
  text-decoration: none;
  cursor: pointer;
  outline: none;
}
.server-action-btn:hover, .server-action-btn:focus {
  background: #fff;
  color: #222 !important;
  border: none;
  box-shadow: 0 6px 24px rgba(34,34,34,0.18);
  text-decoration: none;
}
.server-action-btn.server-action-stats {
  background: #222;
  border: none;
}
.server-action-btn.server-action-stats:hover, .server-action-btn.server-action-stats:focus {
  background: #fff;
  color: #222 !important;
  border: none;
  box-shadow: 0 6px 24px rgba(34,34,34,0.18);
}
@media (max-width: 600px) {
  .server-action-bar {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
  .server-action-btn {
    width: 100%;
    justify-content: center;
    font-size: 1em;
    padding: 10px 0;
  }
}

.server-action-bar-full {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 18px;
  gap: 12px;
}
.server-votes-info {
  font-size: 1.13em;
  font-weight: 600;
  color: #222;
  display: flex;
  align-items: center;
  gap: 7px;
  background: #f5f5f5;
  border-radius: 8px;
  padding: 8px 18px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
}
@media (max-width: 600px) {
  .server-action-bar-full {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .server-votes-info {
    justify-content: center;
    margin-bottom: 6px;
    font-size: 1em;
    padding: 8px 0;
  }
}

.main-nav-btn {
  background: #fff;
  color: #111 !important;
  border: none;
  border-radius: 0;
  padding: 8px 22px;
  font-size: 1.08em;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.07);
  transition: background 0.18s, color 0.18s, box-shadow 0.18s;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  margin: 0 2px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.main-nav-btn:hover, .main-nav-btn:focus, .main-nav-btn.active, .main-nav > li.active > .main-nav-btn {
  background: linear-gradient(to bottom, #f9f9f9 0%, #e5e5e5 100%);
  color: #111 !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.10);
  text-decoration: none;
}
@media (max-width: 600px) {
  .main-nav-btn {
    width: 100%;
    justify-content: center;
    font-size: 1em;
    padding: 10px 0;
  }
}

.btn-login-custom {
  background: #bd362f;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 12px 0;
  font-size: 1.1em;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
  margin-top: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

/* Кастомный круглый зелёный чекбокс с белой галочкой */
.inputCheckbox {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.inputCheckbox + label {
  position: relative;
  padding-left: 38px;
  cursor: pointer;
  line-height: 28px;
  display: inline-block;
  user-select: none;
}
.inputCheckbox + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 2px #e0e0e0, 0 2px 8px rgba(0,0,0,0.13); /* светлая обводка + тень */
  border: 1.5px solid #e0e0e0; /* светло-серая обводка */
  transition: background 0.18s, box-shadow 0.18s, border 0.18s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inputCheckbox:checked + label:before {
  background: #178a25;
  box-shadow: 0 0 0 2px #178a25, 0 2px 8px rgba(23,138,37,0.13);
  border: 1.5px solid #178a25;
}
.inputCheckbox + label:after {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 28px;
  height: 28px;
  opacity: 0;
  transition: opacity 0.18s;
  pointer-events: none;
  /* SVG галочка будет вставляться через background-image */
  background: url('data:image/svg+xml;utf8,<svg width="28" height="28" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="12" cy="12" r="12" fill="%23178a25"/><path d="M7 13.5L10.5 17L17 10.5" stroke="white" stroke-width="2.2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center/contain;
}
.inputCheckbox:checked + label:after {
  opacity: 1;
}

/* Зелёная галочка для чекбокса "Запомнить меня" */
input[type="checkbox"]:checked {
  accent-color: #22b722;
}

input[type="hidden"],
input[type="hidden"] + label > span,
input[type="hidden"].inputCheckbox,
input[type="hidden"] + label {
  display: none !important;
}

/* --- Стили для страницы восстановления пароля --- */
.recover-page-custom {
  min-height: 100vh;
  display: flex;
  align-items: flex-start; /* Было center, теперь форма вверху */
  justify-content: center;
  background: rgba(42, 77, 109, 0.10);
  padding: 40px 0;
}
.recover-form-custom {
  background: rgba(255,255,255,0.97);
  border-radius: 12px;
  box-shadow: 0 4px 32px 0 rgba(42,77,109,0.10);
  padding: 36px 32px 32px 32px;
  max-width: 400px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 32px; /* Чуть ниже отступ сверху */
}
.recover-form-custom h2 {
  margin-bottom: 24px;
  color: #2a4d6d;
  font-size: 1.6em;
  font-weight: 700;
  text-align: center;
}
.recover-form-custom input[type="email"],
.recover-form-custom input[type="text"],
.recover-form-custom input[type="password"] {
  width: 100%;
  padding: 12px 14px;
  margin-bottom: 18px;
  border: 1px solid #cfd8dc;
  border-radius: 6px;
  font-size: 1em;
  background: #f7fafd;
  color: #222;
  box-sizing: border-box;
  transition: border 0.2s;
}
.recover-form-custom input[type="email"]:focus,
.recover-form-custom input[type="text"]:focus,
.recover-form-custom input[type="password"]:focus {
  border: 1.5px solid #2a4d6d;
  outline: none;
  background: #fff;
}
.recover-form-custom button,
.recover-form-custom input[type="submit"] {
  width: 100%;
  padding: 12px 0;
  background: #2a4d6d;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 1.1em;
  font-weight: 600;
  cursor: pointer;
  margin-top: 8px;
  transition: background 0.18s;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.recover-form-custom button i,
.recover-form-custom input[type="submit"] i {
  margin: 0;
  font-size: 1.2em;
  display: inline-block;
}
.recover-form-custom button:hover,
.recover-form-custom input[type="submit"]:hover {
  background: #1b3147;
}
.recover-form-custom .form-group,
.recover-form-custom label {
  width: 100%;
  text-align: left;
  margin-bottom: 6px;
  color: #2a4d6d;
  font-size: 1em;
}
.recover-form-custom .error,
.recover-form-custom .message {
  width: 100%;
  margin-bottom: 12px;
  color: #d61919;
  background: #fff0f0;
  border: 1px solid #ffd6d6;
  border-radius: 5px;
  padding: 8px 12px;
  font-size: 0.98em;
  text-align: center;
}

.register-form-custom {
  background: rgba(255,255,255,0.97);
  border-radius: 12px;
  box-shadow: 0 4px 32px 0 rgba(42,77,109,0.10);
  padding: 36px 32px 32px 32px;
  max-width: 400px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 32px; /* Чуть ниже отступ сверху */
}
.register-form-custom h2 {
  margin-bottom: 24px;
  color: #2a4d6d;
  font-size: 1.6em;
  font-weight: 700;
  text-align: center;
}
.register-form-custom input[type="email"],
.register-form-custom input[type="text"],
.register-form-custom input[type="password"] {
  width: 100%;
  padding: 12px 14px;
  margin-bottom: 18px;
  border: 1px solid #cfd8dc;
  border-radius: 6px;
  font-size: 1em;
  background: #f7fafd;
  color: #222;
  box-sizing: border-box;
  transition: border 0.2s;
}
.register-form-custom input[type="email"]:focus,
.register-form-custom input[type="text"]:focus,
.register-form-custom input[type="password"]:focus {
  border: 1.5px solid #2a4d6d;
  outline: none;
  background: #fff;
}
.register-form-custom button,
.register-form-custom input[type="submit"] {
  width: 100%;
  padding: 12px 0;
  background: #07212b;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 1.1em;
  font-weight: 600;
  cursor: pointer;
  margin-top: 8px;
  transition: background 0.18s;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.register-form-custom button i,
.register-form-custom input[type="submit"] i {
  margin: 0;
  font-size: 1.2em;
  display: inline-block;
}
.register-form-custom button:hover,
.register-form-custom input[type="submit"]:hover {
  background: #1b3147;
}
.register-form-custom .form-group,
.register-form-custom label {
  width: 100%;
  text-align: left;
  margin-bottom: 6px;
  color: #2a4d6d;
  font-size: 1em;
}
.register-form-custom .error,
.register-form-custom .message {
  width: 100%;
  margin-bottom: 12px;
  color: #d61919;
  background: #fff0f0;
  border: 1px solid #ffd6d6;
  border-radius: 5px;
  padding: 8px 12px;
  font-size: 0.98em;
  text-align: center;
}

/* === Responsive grid for homepage category tiles === */
.menu-middle-links,
.menu-middle-links .row {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    justify-content: space-between !important;
    white-space: normal !important;
}

.menu-middle-links .button,
.menu-middle-links .icon-button {
    position: static !important;
    top: auto !important;
    right: auto !important;
    float: none !important;
    display: block !important;
    box-sizing: border-box !important;
    height: auto !important;
    padding: 12px !important;
    flex: 0 0 calc(20% - 12px) !important;
}

@media (max-width: 1399px) {
    .menu-middle-links .button, .menu-middle-links .icon-button { flex: 0 0 calc(25% - 12px) !important; }
}
@media (max-width: 1199px) {
    .menu-middle-links .button, .menu-middle-links .icon-button { flex: 0 0 calc(33.333% - 12px) !important; }
}
@media (max-width: 991px) {
    .menu-middle-links .button, .menu-middle-links .icon-button { flex: 0 0 calc(50% - 12px) !important; }
}
@media (max-width: 359px) {
    .menu-middle-links .button, .menu-middle-links .icon-button { flex: 0 0 100% !important; }
}

.menu-middle-links .button img, .menu-middle-links .icon-button img {
    max-width: 80px;
    max-height: 50px;
    height: auto;
}
.menu-middle-links .button span, .menu-middle-links .icon-button span {
    white-space: normal;
    line-height: 1.2;
}