@font-face {
    font-family: 'benderregular';
    src: url('../font/bender-webfont.woff2.html') format('woff2'),
    url('../font/bender-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 12px;
}

::-webkit-scrollbar:horizontal {
    height: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}

img[id^="SITEHELP_STATUS_IMG_"] {
    vertical-align: bottom;
}

.review-rating li {
    display: inline-block;
}

.review-rating-item {
    width: 30px;
    height: 30px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url(../img/rating.png);
}

.review-rating-1 .review-rating-item:nth-child(1) {
    background-position: bottom;
}

.review-rating-2 .review-rating-item:nth-child(n+1):nth-child(-n+2) {
    background-position: bottom;
}

.review-rating-3 .review-rating-item:nth-child(n+1):nth-child(-n+3) {
    background-position: bottom;
}

.review-rating-4 .review-rating-item:nth-child(n+1):nth-child(-n+4) {
    background-position: bottom;
}

.review-rating-5 .review-rating-item:nth-child(n+1):nth-child(-n+5) {
    background-position: bottom;
}

div.reviews-form {
    border: 1px solid #cacaca;
    background-color: #edeff2;
    min-width: 300px;
    max-width: 800px;
    width: 100%;
    padding: 10px;
}

.review-form-rating-label {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.review-form-label {
    font-size: 24px;
}

.review-form-rating-check:checked + .review-form-rating-label > .review-rating-item,
.review-form-rating-check:checked ~ .review-form-rating-label > .review-rating-item {
    background-position: bottom;
}

.review-form-rating-label > span.review-rating-item {
    display: block;
}

.review-form-rating {
    direction: rtl;
    text-align: right;
    margin-right: 20px;
}

input.review-form-rating-check {
    position: absolute;
    opacity: 0;
}

.tinynav {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: rgba(255, 255, 255, .8);
    font-size: 18px;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
}

input, textarea {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    border: 0;
    outline: 0;
}

.input {
    padding: 12px;
    width: 100%;
    outline: none;
    background-color: rgba(0, 0, 0, .3);
    color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

section#menu div.more_nav {
    display: none;
    position: absolute;
    z-index: 9999;
    text-align: left;
    min-width: 100%;
    padding: 10px;
    right: 0;
    background: rgba(0, 0, 0, .8);
}

section#menu div.more_nav a {
    margin: 0 0 10px !important;
    padding: 0 !important;
    display: block;
}

section#menu div.more_nav li:last-of-type a {
    margin: 0 !important;
}

section#menu li.more {
    position: relative;
}

section#mobile {
    display: none;
}

section#mobile .mblock {
    position: relative;
    z-index: 99;
    display: block;
    padding: 20px 10px !important;
    font-size: 25px !important;
    font-weight: bold;
    text-align: center !important;
    text-transform: uppercase;
}

a {
    color: white;
    text-decoration: none;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    position: relative;
    color: white;
    width: 100%;
    font-family: benderregular;
    text-align: center;
    background-image: url(../img/bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #313131;
    background-attachment: fixed;
    background-size: cover;
    font-size: 16px;
    padding-bottom: 100px;
    overflow-x: hidden;
    min-height: 100%;
}

div.content {
    width: 1100px;
    max-width: 95%;
    margin: 0 auto;
}

section#header {
    display: table;
    width: 100%;
    margin: 20px 0;
}

section#header > div.left,
section#header > div.right {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}

section#header > div.right {
    text-align: right;
}

section#header > div.left {
    text-align: left;
}

section#header div.right a {
    display: inline-block;
    margin: 0 30px 0 0;
}

section#header div.right a:last-of-type {
    margin: 0;
}

section#header div.right a img {
    margin-right: 20px;
    vertical-align: middle;
    height: 20px;
}

section.border,
section#alert,
ul#products > li,
ul#cities,
ul#districts,
section#menu {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
    padding: 8px;
    background: #282828;
    margin: 0 0 30px;
}

section#alert {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.block,
section#menu > div.inner {
    font-size: 0;
    background-image: url(../img/bg1.png), url(../img/bg2.png), url(../img/bg.png);
    background-position: top left, top right, top center;
    background-repeat: no-repeat, no-repeat, repeat-x;
    background-size: auto 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .9);
    white-space: nowrap;
    visibility: hidden;
}

input.block, button.block,
a.block {
    visibility: visible;
    font-size: 20px;
    display: inline-block;
    padding: 15px 30px;
    cursor: pointer;
    outline: none;
    border: 0;
}

section#menu > div > ul {
    display: table;
    margin: 0 auto;
}

section#menu > div > ul > li {
    display: inline-block;
    border-right: 1px solid rgba(255, 255, 255, .3);
    position: relative;
}

section#menu > div > ul > li:last-of-type,
section#menu > div > ul > li:last-of-type a {
    border-right: 0;
}

section#menu > div > ul > li a {
    display: block;
    font-size: 16px;
    padding: 15px 20px;
    border-right: 1px solid black;
}

section#menu > div > ul > li.more img {
    display: none;
}

section#menu > div > ul > li.more a {
    padding: 15px 30px 15px 45px;
}

section#menu > div > ul > li.more:before {
    position: absolute;
    top: 2px;
    left: 15px;
    content: "";
    height: 100%;
    width: 20px;
    background-image: url(../img/i4.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

input.block:hover, button.block:hover,
a.block:hover,
ul#products > li div.buy:hover,
section#menu > div > ul > li:hover,
section#menu > div > ul > li.selected {
    background-image: url(../img/bg_s.png);
    background-position: top center;
    background-repeat: repeat-x;
    background-size: auto 100%;
}

input.block:hover, button.block:hover,
a.block:hover,
ul#products > li div.buy:hover {
    background-image: url(../img/bg1_s.png), url(../img/bg2_s.png), url(../img/bg_s.png);
    background-position: top left, top right, top center;
    background-repeat: no-repeat, no-repeat, repeat-x;
}

section#menu > div > ul > li > a img {
    margin-right: 15px;
    height: 20px;
    vertical-align: top;
}

ul#cities li,
ul#districts li {
    display: inline-block;
    margin: 3px 10px;
}

ul#products > li,
ul#cities, ul#districts {
    background: transparent;
}

section.border {
    padding: 30px;
    background: rgba(0, 0, 0, .1);
}

div.title {
    margin: 30px 0;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 20px;
    background: rgba(0, 0, 0, .3);
}

ul#cities a, ul#districts a {
    color: #727272
}

ul#cities li a:hover,
ul#districts li a:hover,
ul#cities li.selected a,
ul#districts li.selected a {
    color: #cdcdcd;
}

ul#products {
    text-align: left;
    margin-top: 40px;
}

ul#products > li {
    display: inline-block;
    width: 230px;
    vertical-align: top;
    text-align: center;
    position: relative;
    margin: 0px 20px 30px;
    color: white;
}

ul#products > li > div.inner {
    position: relative;
    z-index: 999;
}

ul#products > li div.name {
    font-size: 18px;
    line-height: 1.2;
    min-height: 64px;
    max-height: 64px;
    overflow: hidden;
    margin-top: 10px;
}

ul#products > li div.size {
    margin: 10px 0 20px;
    color: #727272;
}

ul#products > li div.size span {
    color: white;
}

ul#products > li div.buy {
    visibility: visible;
    padding: 20px 0;
    font-size: 16px;
    position: relative;
}

ul#products > li div.buy a {
    text-transform: uppercase;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px 0;
}

ul#products > li div.buy a img {
    height: 20px;
    margin-right: 10px;
    vertical-align: top;
}

ul#products > li div.buy:hover div.price {
    visibility: hidden;
}

ul#products > li div.buy:hover a {
    visibility: visible;
    font-size: 16px;
}

section#copy {
    text-align: center;
    margin-top: 30px;
}

section#reviews {
    text-align: center;
}

section#reviews a.btn {
    margin: 0 0 20px;
}

section#reviews li:last-of-type .review-main {
    margin-bottom: 0px;
}

section#reviews .review-name,
section#reviews .review-date {
    display: inline-block;
}

section#reviews .review-date {
    color: #515151;
    margin-left: 20px;
}

section#reviews .review-header {
    display: table;
    width: 100%;
}

section#reviews .review-name {
    font-size: 150%;
}

section#reviews .review-main {
    word-break: break-word;
    margin: 30px 0;
    padding: 10px;
    position: relative;
    text-align: left;
    color: #515151;
    background: rgba(0, 0, 0, .3);
}

section#reviews .review-header .left {
    text-align: left;
}

section#reviews .review-header .right {
    text-align: right;
}

section#reviews .review-header .left,
section#reviews .review-header .right {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}

section#cabinet div.pager,
section#reviews div.paginator {
    display: inline-block;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

ul.yiiPager a {
    border: 0 !important;
    font-size: 22px !important;
    color: white !important;
    text-decoration: none !important;
}

ul.yiiPager li {
    position: relative;
    width: 22px !important;
    height: 44px !important;
    line-height: 42px !important;
    display: inline-block !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    text-align: center !important;
    margin-top: 2px;
    transition: .3s;
}

ul.yiiPager li.page {
    
}

ul.yiiPager > li.selected,
ul.yiiPager > li.page:hover {
    
}

ul.yiiPager > li.selected > a,
ul.yiiPager > li.page:hover a {
    background: transparent !important;
    color: #ff0b9d !important;
}

ul.yiiPager li.next,
ul.yiiPager li.previous {
    position: relative !important;
    
    vertical-align: bottom !important;
    margin-bottom: 5px;
}

ul.yiiPager li.previous a,
ul.yiiPager li.next a,
ul.yiiPager a {
    position: absolute !important;
    height: 100% !important;
    width: 100% !important;
    content: "" !important;
    top: 0 !important;
    left: 0 !important;
}

ul.yiiPager li.previous a,
ul.yiiPager li.next a {
    font-size: 16px !important;
    color: white !important;
}

ul.yiiPager li.first,
ul.yiiPager li.last {
    display: none !important;
}

ul.yiiPager li.next {
    position: relative !important;
    
    vertical-align: bottom !important;
}

section#check,
section#login,
section#cap,
section#registration {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

section#addreview {
    text-align: center;
}

section#addreview textarea {
    height: 200px;
}

section#addreview > div.wrap {
    max-width: 50%;
    margin: 0 auto;
}

section#universal {
    text-align: left;
}

li.captcha {
    position: relative;
}

li.captcha img {
    position: absolute;
    right: 5px;
    top: 50%;
    height: calc(100% - 10px);
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    background: white;
}

section#addreview form > ul li.rating > div.review-form-rating {
    text-align: center;
}

section#addreview form > ul,
section#addreview form > ul > li:first-of-type {
    margin-bottom: 20px;
    clear: both;

}

section#addreview form > ul > li:first-of-type {
    text-transform: uppercase;
}

div.paymentMethod > div.item span.caption {
    color: white !important;
}

.errorSummary,
.errorSummary {
    text-align: left;
    margin: 0 0 20px;
    background: rgba(255, 0, 0, .6);
    padding: 10px;
}

.errorSummary li,
.errorSummary li {
    display: block !important;
    width: 100% !important;
    text-align: left !important;
    font-weight: normal !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: inherit !important;
}

.errorSummary p,
.errorSummary p {
    font-weight: bold;
    margin: 0 0 20px !important;
}

.errorSummary ul,
.errorSummary ul {
    margin: 0 !important;
}

section#login form > ul li:first-of-type,
section#registration form > ul li:first-of-type,
section#check form > ul li:first-of-type {
    text-transform: uppercase;
    margin: 0 0 20px;
}

section#check form > ul li:first-of-type {
    text-align: center;
}

section#login form > ul,
section#registration form > ul,
section#check form > ul {
    margin: 0 0 20px;
}

span.light {
    display: block;
    font-size: 25px;
    margin: 10px 0;
    color: #ff0b9d;
    font-weight: bold;
}

div.separate {
    height: 20px;
}

section.border p a {
    color: white;
    text-decoration: underline;
    transition: .3s;
}

section.border p a:hover {
    color: yellow;
}

section#cabinet {
    text-align: left;
    text-shadow: none;
}

section#cabinet div.form {
    width: 95%;
    padding: 0;
}

section#cabinet table.orders {
    text-align: left;
    width: 100%;
}

section#cabinet table.orders {
    border-collapse: collapse;
}

section#cabinet table.orders a {
    text-decoration: underline;
    color: yellow
}

section#cabinet table.orders td,
section#cabinet table.orders > thead th {
    border: 1px solid rgba(255, 255, 255, .2);
    padding: 5px;
    vertical-align: top;
}

.table-responsive {
    overflow-x: auto;
    overflow-y: hidden;
}

section.flash {
    margin-bottom: 30px;
}

div.flash {
    text-align: left;
    background-color: rgba(0, 255, 0, .6) !important;
    padding: 10px !important;
    color: white !important;
}

div.flash b {
    font-weight: 900;
}

div.flash.flash-error {
    background: rgba(255, 0, 0, .6) !important;
    color: white !important;
}

.tinynav {
    display: none;
    width: 100%;
    padding: 10px;
    background: white;
}

ul.slideMenu {
    display: none;
    width: 85%;
    margin: 0 auto;
    padding: 40px 10px 10px;
    background: rgba(0, 0, 0, .6);
    border-left: 3px solid white;
    border-right: 3px solid white;
    border-bottom: 3px solid white;
    margin-top: -40px;
}

ul.slideMenu a {
    text-transform: uppercase;
    padding: 5px;
    margin: 5px;
    display: block;
    border-bottom: 1px dashed white;
    color: white;
    font-size: 16px;
}

div.pager,
div.paginator {
    border: 0;
    zoom: .8;
    margin-top: 30px;
}

section#universal h1 {
    font-size: 20px;
    font-weight: bold;
}

section#universal h2 {
    font-size: 19px;
    font-weight: bold;
}

section#universal h3 {
    font-size: 17px;
    font-weight: bold;
}

section#universal h4 {
    font-size: 16px;
    font-weight: bold;
}

.mlogo {
    display: none;
}

@media (max-width: 1024px) {
    ul#products > li {
        margin: 0px 3px 30px;
    }
}

@media (max-width: 768px) {
    section#addreview > div.wrap,
    section#check, section#login, section#cap, section#registration {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 640px) {
    ul#products {
        text-align: center;
    }

    .nmlogo,
    section#menu {
        display: none;
    }

    .mlogo,
    section#mobile {
        display: block;
    }

    section#reviews .review-header .left, section#reviews .review-header .right,
    section#header > div.left, section#header > div.right {
        display: block;
        width: 100%;
        text-align: center;
    }

    section#userpanel {
        margin-top: 30px;
    }

    section#mobile {
        margin: 0 0 30px;
    }

    section#reviews .review-date {
        display: block;
        margin: 20px 0;
    }
}

@media (max-width: 480px) {

    div.title {
        margin: 0 0 30px;
    }

    ul#cities, ul#districts {
        display: none;
    }

    .tinynav {
        display: block;
        margin-bottom: 20px;
    }

    .tinynav:last-of-type {
        margin: 0;
    }

    section.border {
        padding: 15px
    }

    section#header div.right a {
        display: block;
        margin-bottom: 10px;
        text-align: left;
    }

    section#header div.right a:last-of-type {
        margin: 0;
    }

    section.border {
        margin-top: 0;
    }
}