::-webkit-scrollbar {width: 3px;}
::-webkit-scrollbar:horizontal {height: 3px;}
::-webkit-scrollbar-track {background: rgba(0, 0, 0, 0.1);}
::-webkit-scrollbar-thumb {border-radius: 3px;}
::selection {color: #fff;}
::-moz-selection {color: #fff;}

@-moz-document url-prefix(){
 select {
 background-image: none !important;
 }
}
html, body {
 margin: 0;
 padding: 0;
 height: 100%;
}
textarea, input, button {
 outline: none;
 resize: none;
 box-sizing: border-box;
 transition: border-color .3s ease;
}
img, a img {
 border: none;
 outline: none;
}
a {
 text-decoration: none;
 color: #7a7a7a;
 transition: color .2s ease;
}
body {
 font-size: 15px;
 line-height: 24px;
 color: #7a7a7a;
 font-weight: 400;
 font-family: 'Ubuntu';
 background: #121212;
}
h1, h2, h3, h4, h5, h6 {
 margin: 0 0 24px;
 padding: 0;
 font-weight: 700;
 line-height: 24px;
 color: #1a1a1a;
 text-transform: uppercase;
}

h1 {font-size: 24px;}
h2 {font-size: 22px;}
h3 {font-size: 20px;}
h4 {font-size: 18px;}
h5 {font-size: 17px;}
h6 {font-size: 16px;}

aside ul, aside ol, aside li {
 margin: 0;
 padding: 0;
 list-style: none;
 list-style-type: none;
}

hr {
 height: 1px;
 background: #d8d8d8;
 border: none;
}

textarea {
 overflow: auto;
 border: 1px solid #d8d8d8;
 background: #fafafa;
 color: #4684B2;
 line-height: 24px;
 min-height: 40px;
 padding: 8px 20px;
 font-size: 15px;
 font-family: 'Ubuntu';
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="url"] {
 border: 1px solid #d8d8d8;
 background: #fafafa;
 color: #4684B2;
 line-height: 24px;
 height: 40px;
 padding: 8px 20px;
 font-size: 15px;
 font-family: 'Ubuntu';
 transition: border-color .3s ease;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button {
 border: none;
 color: #fff;
 line-height: 24px;
 height: 40px;
 padding: 8px 20px;
 font-size: 13px;
 font-family: 'Ubuntu';
 font-weight: 700;
 text-transform: uppercase;
 color: #fff;
 cursor: pointer;
 transition: background-color .3s ease;
}
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover {
 background: #fff;
}

select {
 border: 1px solid #d8d8d8;
 background: #fafafa;
 color: #4684B2;
 cursor: pointer;
 font-size: 15px;
 font-family: 'Ubuntu';
 line-height: 40px;
 height: 40px;
 padding: 0px 40px 0px 15px;
 background-image: url('/img/select.png');
 background-position: right center;
 background-repeat: no-repeat;
 line-height: 1em;
 text-indent: 1px;
 text-overflow: '';
 -ms-appearance: none;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
}
select::-ms-expand {
 display: none;
}
select:focus {
 outline: none;
}

p {
 margin: 0;
 padding: 0;
}

.row:after, .clr:after {
 content: "";
 display: block;
 clear: both;
}


.oh {
 overflow: hidden;
}

.cnt {
 width: 1170px;
 margin-left: auto;
 margin-right: auto;
 box-sizing: border-box;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11 {
 padding: 0 15px;
 float: left;
 box-sizing: border-box;
}

.col-1 {width: 8.333333333%;}
.col-2 {width: 16.666666666%;}
.col-3 {width: 25%;}
.col-4 {width: 33.333333333%;}
.col-5 {width: 41.666666666%;}
.col-6 {width: 50%;}
.col-7 {width: 58.333333333%;}
.col-8 {width: 66.666666666%;}
.col-9 {width: 74.999999999%;}
.col-10 {width: 83.333333333%;}
.col-11 {width: 91.666666666%;}

.col-1 *,
.col-2 *,
.col-3 *,
.col-4 *,
.col-5 *,
.col-6 *,
.col-7 *,
.col-8 *,
.col-9 *,
.col-10 *,
.col-11 * {
 max-width: 100% !important;
}


#wrapper {
 width: 100%;
 background: #fff;
 overflow: hidden;
}

#loader {
 position: fixed;
 background: #fff url(/img/loader.gif) center no-repeat;
 width: 100%;
 height: 100%;
 z-index: 9991;
}
#wrapper {
 position: relative;
 right: 0;
 background: #fff;
 width: 100%;
 transition: right .5s ease;
}
.img-overlay {position: relative;}
.img-overlay:before {
 content: '';
 position: absolute;
 width: 100%;
 height: 100%;
 background: rgba(0, 0, 0, 0.7);
 top: 0;
 left: 0;
}


/* НАВИГАЦИЯ ------------------------- */

#navigation {
 width: 290px;
 height: 100%;
 overflow: auto;
 background: #121212;
 position: fixed;
 top: 0;
 right: -290px;
 padding-top: 30px;
 box-sizing: border-box;
 transition: right .5s ease;
}
#navigation ul, #navigation ul li {
 margin: 0;
 padding: 0;
}
#navigation ul li {
 list-style: none;
 position: relative;
}
#navigation .uMenuRoot > li {
 padding: 13px 30px;
 border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}
#navigation .uMenuRoot > li > a {
 font-size: 17px;
 color: #fff;
}
#navigation ul li.uWithSubmenu ul {
 padding-left: 30px;
 height: 0;
 overflow: hidden;
 transition: all .5s ease;
}
#navigation ul li.uWithSubmenu ul.uWithSubmenuActive {
 height: auto;
 padding-top: 20px;
}
#navigation ul li.uWithSubmenu ul li {
 padding-top: 6px;
 padding-bottom: 6px;
}
#navigation ul li.uWithSubmenu ul li a {
 font-style: italic;
}
#navigation .fa {
 position: absolute;
 right: 0;
 top: 0;
 font-size: 15px;
 color: #fff;
 line-height: 36px;
 cursor: pointer;
 padding-left: 5px;
}
#navigation .uMenuRoot > li > .fa {
 right: 30px;
 line-height: 50px;
}
.menu-is-opened #navigation {
 right: 0;
}
.menu-is-opened #wrapper {
 right: 290px;
}



/* ИКОНКА МЕНЮ ----------------------- */

.navicon, .navicon > span, .navicon:before, .navicon:after {
 transition: all .2s ease;
}
.navicon {
 float: right;
 position: relative;
 display: block;
 height: 17px;
 width: 24px;
 margin-top: 38px;
}
.navicon > span, .navicon:before, .navicon:after {
 display: block;
 position: absolute;
 left: 0;
 width: 24px;
 height: 3px;
 background: #fff;
}
.navicon > span {
 top: 7px; 
}
.navicon:before {
 content: '';
 top: 0;
}
.navicon:after {
 content: '';
 bottom: 0;
}
.navicon:hover:before {
 top: -1px;
}
.navicon:hover:after {
 bottom: -1px;
}
.navicon.navicon-open > span {
 opacity: 0;
}
.navicon.navicon-open:before {
 transform: rotate(45deg);
 top: 7px;
}
.navicon.navicon-open:after {
 transform: rotate(-45deg);
 bottom: 7px;
}



/* ШАПКА ----------------------------- */

#header {
 position: absolute;
 width: 100%;
 height: 100px;
 top: 0;
 left: 0;
 z-index: 4;
}
#header .row {
 padding-left: 15px;
 padding-right: 15px;
}
#logo {
 float: left;
 font-family: 'xiomara';
 line-height: 100px;
 font-size: 40px;
}


/* СЛАЙДЕР ---------------------------- */

#slider-wrap {
 width: 100%;
 height: 1000px;
 position: relative;
 background: #fff;
}
#slider, .slide {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}
.slide {
 background-position: center;
 background-size: cover;
}
.slide-content {
 position: absolute;
 width: 750px;
 text-align: center;
 top: 50%;
 left: 50%;
 margin-top: -55px;
 margin-left: -375px;
 color: #fff;
 z-index: 3;
}
.slide-title {
 margin: 0 0 40px;
 font-family: 'xiomara';
 font-size: 48px;
 line-height: 48px;
}
.slide-twirl {
 display: inline-block;
 width: 72px;
 height: 16px;
}
.slide-text { 
 font-size: 16px;
 font-weight: 300;
 margin: 24px 0;
}
.slide-content a.more {
 font-size: 16px;
}
.slide-content a.more:hover {
 color: #fff;
}
a.more {
 display: inline-block;
 text-decoration: underline;
}
a.more span {
 font-family: 'Times New Roman';
}
.slider-nav {
 position: absolute;
 width: 40%;
 height: 100%;
 top: 0;
 z-index: 2;
}
.slider-prev {
 left: 0;
 cursor: url(/img/cur-left.cur), auto;
}
.slider-next {
 right: 0;
 cursor: url(/img/cur-right.cur), auto;
}


/* НЕМНОГО О НАС ---------------------------- */

.section {
 padding-top: 100px;
 padding-bottom: 100px;
}
.title {
 text-align: center;
 padding-bottom: 50px;
}
.title h1, .title h2, .title h3, .title h4, .title h5, .title h6 {
 font-size: 30px;
 line-height: 30px;
 color: #1a1a1a;
 font-family: 'xiomara';
 text-transform: none;
 margin-bottom: 15px;
}
.title span {
 display: inline-block;
 width: 54px;
 height: 12px;
}
.title p {
 width: 570px;
 margin: 15px auto 0;
}
.about-chef {
 height: 1px;
}
.about-list, .about-list li {
 margin: 0;
 padding: 0;
}
.about-list li {
 list-style-type: none;
 margin-top: 30px;
 overflow: hidden;
}
.about-list li:first-child {
 margin-top: 0;
}
.about-icon {
 display: block;
 text-align: center;
 float: left;
 font-size: 60px;
 line-height: 60px;
}
.about-text {
 margin-left: 90px;
}
.about-text h3 {
 font-size: 18px;
 margin-bottom: 15px;
}


/* КАК МЫ РАБОТАЕМ --------------------------------- */

.img-bg {
 background-position: center;
 background-size: cover;
}
.img-bg .row {
 position: relative;
 z-index: 2;
}
.img-bg .title h1, .img-bg .title h2, .img-bg .title h3, .img-bg .title h4, .img-bg .title h5, .img-bg .title h6 {
 color: #fff;
}
.img-bg .title p {
 color: rgba(255, 255, 255, 0.5);
}
#work {
 background-image: url(/img/bg-2.jpg);
}
.work-block {
 line-height: 20px;
}
.work-block > .oh {
 padding: 24px;
 color: #fff;
}
.work-block i {
 float: left;
 font-size: 36px;
 line-height: 36px;
}
.work-block p {
 margin-left: 60px;
}


/* БЕСТСЕЛЛЕРЫ ------------------------------- */

.goods-list {
 overflow: hidden;
}
.list-item {
 float: left;
 padding-left: 15px;
 padding-right: 15px;
 position: relative;
 text-align: center;
 box-sizing: border-box;
}
.list-item * {
 max-width: 100%;
}
.item-img {
 position: relative;
 line-height: 0;
}
.item-img img {
 width: 100%;
}
.item-new, .item-sale {
 position: absolute;
 top: 15px;
 width: 50px;
 height: 50px;
 line-height: 50px;
 color: #fff;
 font-size: 13px;
 border-radius: 50px;
 text-align: center;
 text-transform: uppercase;
 z-index: 3;
}
.item-new {
 left: 15px;
 display: none;
}
.item-sale {
 right: 15px;
}
.item-rate span {
 display: inline-block;
}
.item-price b {
 font-size: 18px;
}
.item-price s {
 font-size: 13px;
 color: #a7a7a7;
}
#bestsellers {
 position: relative;
}
.bestsellers-arrow {
 position: absolute;
 z-index: 3;
 font-size: 72px;
 height: 72px;
 line-height: 72px;
 top: 50%;
 margin-top: 20px;
 cursor: pointer;
 color: #fff;
 background: #fff;
 width: 72px;
 text-decoration: center;
 transition: color .3s ease;
}
.bestsellers-left {
 left: 0;
}
.bestsellers-right {
 right: 0;
}
#bestsellers .item-info {
 padding-top: 10px;
}


/* ФОРМА ЗАКАЗА ЗВОНКА ---------------------------- */

#call-back {
 background-image: url(/img/bg-3.jpg);
}
.call-back-wrap {
 padding: 30px 15px;
 margin-left: 15px;
 margin-right: 15px;
 background: #f2f2f2;
}
input.call-back-field, input.call-back-button {
 width: 100%;
 height: 50px;
 padding-top: 13px;
 padding-bottom: 13px;
}


/* МАТЕРИАЛЫ БЛОГА ---------------------------------- */

#blog {
 position: relative;
}
.blog-arrow {
 position: absolute;
 z-index: 3;
 font-size: 72px;
 height: 72px;
 line-height: 72px;
 top: 50%;
 margin-top: 30px;
 cursor: pointer;
 color: #fff;
 background: #fff;
 width: 72px;
 text-decoration: center;
 transition: color .3s ease;
}
.blog-left {
 left: 0;
}
.blog-right {
 right: 0;
}
.blog-post {
 position: relative;
 padding-left: 15px;
 padding-right: 15px;
 box-sizing: border-box;
}
.blog-post * {
 max-width: 100%;
}
.blog-post-cat {
 display: block;
 position: absolute;
 top: 0;
 left: 15px;
 padding: 0 15px;
 line-height: 30px;
 background: rgba(0, 0, 0, 0.5);
 color: #fff;
 font-size: 13px;
 font-weight: 700;
 text-transform: uppercase;
}
.blog-post-title {
 display: inline-block;
 margin-top: 5px;
}
.blog-post .more {
 font-size: 13px;
}
.blog-post .more:hover {
 color: #fff;
}


/* ФАКТЫ ------------------------------ */

#facts {
 background-image: url(/img/bg-4.jpg);
}
.fact {
 text-align: center;
}
.fact > i {
 font-size: 60px;
 line-height: 60px;
}
.fact-name {
 display: block;
 color: #fff;
 font-size: 18px;
 font-weight: 300;
 margin: 10px 0;
}
.fact-count {
 font-size: 48px;
 line-height: 48px;
 color: #fff;
 font-family: 'xiomara';
}


/* ФОРМА ОБРАТНОЙ СВЯЗИ ---------------------- */

#mail {
 overflow: hidden;
}
#mail .cnt {
 max-width: 800px;
}
.mail-img {
 height: 1px;
}
input.mail-field {
 width: 100%;
 padding-top: 13px;
 padding-bottom: 13px;
 height: 50px;
 margin: 0 0 20px;
}
textarea.mail-field {
 width: 100%;
 padding-top: 13px;
 padding-bottom: 13px;
 height: 150px;
 margin: 0 0 20px;
}
input.mail-button {
 width: 100%;
 padding-top: 13px;
 padding-bottom: 13px;
 height: 50px;
 margin: 0;
}
.mail-form {
 line-height: 0;
}



/* ПОДВАЛ -------------------------------- */

#footer {
 background: #1f1f1f;
}
.footer-blocks {
 padding-top: 100px;
 padding-bottom: 100px;
}
.footer-block > h4 {
 color: #fff;
}
.soc {
 color: #fff;
 display: inline-block;
 line-height: 40px;
 width: 40px;
 text-align: center;
 border-radius: 40px;
 background: #2e2e2e;
 margin-right: 5px;
 transitioN: all .3s ease;
}
.soc:hover {
 color: #fff;
}
.footer-block ul, .footer-block li {
 margin: 0;
 padding: 0;
 list-style: none;
 list-style-type: none;
}
.footer-block li {
 padding-top: 6px;
 padding-bottom: 6px;
}
.footer-block li:before {
 content: '\f105';
 display: inline;
 font-family: 'FontAwesome';
 padding-right: 10px;
}
.footer-photo {
 line-height: 0;
}
.footer-photo a {
 display: block;
 float: left;
 width: 33.333333333%;
 background: #000;
}
.footer-photo a img {
 width: 100%;
 transition: opacity .3s ease;
}
.footer-photo a:hover img {
 opacity: 0.3;
}
.copyrights {
 padding-top: 30px;
 padding-bottom: 30px;
 background: #fff;
}
.copyrights .row {
 padding-left: 15px;
 padding-right: 15px;
}


/* КНОПКА ВВЕРХ ---------------------- */

#go-top {
 display: block;
 position: fixed;
 bottom: 20px;
 right: 20px;
 color: #fff;
 line-height: 40px;
 height: 40px;
 width: 40px;
 text-align: center;
 cursor: pointer;
 z-index: 10;
 font-size: 18px;
 transition: opacity .5s ease, background-color .2s ease; 
}


/* ФОН ШАПКИ ---------------------------- */

#header-bg {
 height: 200px;
 background: url(/img/bg-1.jpg) center;
 background-size: cover;
 position: relative;
}


/* ХЛЕБНЫЕ КРОШКИ ------------------------ */

#path {
 padding-top: 13px;
 padding-bottom: 13px;
 color: #fff;
}
#path a {
 color: #fff !important;
}
#path > .cnt {
 padding-left: 15px;
 padding-right: 15px;
 box-sizing: border-box;
}
.path-page-name {
 float: left;
 font-size: 15px;
 text-transform: uppercase;
 margin: 0;
}
.path-links {
 float: right;
 font-size: 13px;
}
.path-links .fa {
 padding-left: 5px;
 padding-right: 5px;
}



/* КОМАНДА ------------------------------ */

.team-member {
 text-align: center;
}
.team-member img {
 width: 100%;
}
.team-member h3 {
 font-size: 15px;
 margin-bottom: 0;
 padding-top: 5px;
 padding-bottom: 5px;
}


/* ПРОФЕССИОНАЛЬНЫЕ НАВЫКИ -------------------- */

.col-6 > .row {
 margin-left: -15px;
 margin-right: -15px;
}
.profi-block > i {
 font-size: 40px;
 line-height: 40px;
 float: left;
}
.profi-block-content {
 margin-left: 60px;
}
.profi-block-content h3 {
 padding-top: 8px;
 padding-bottom: 8px;
 font-size: 15px;
 margin-bottom: 5px;
}
#profi .col-6 .col-6 {
 margin-bottom: 30px;
}
#profi .col-6 .col-6:nth-last-child(2),
#profi .col-6 .col-6:last-child {
 margin-bottom: 0;
}
ul.skills, ul.skills li {
 padding: 0;
 margin: 0;
 list-style: none;
}
ul.skills li {
 position: relative;
 padding-top: 8px;
 padding-bottom: 8px;
 margin-bottom: 8px;
 font-size: 13px;
 text-transform: uppercase;
 font-weight: 700;
 color: #fff;
}
.skill-line-wrap {
 display: block;
 width: 100%;
 position: absolute;
 bottom: 0;
 left: 0;
 background: #fff;
 height: 2px;
}
.skill-line-wrap > span {
 display: block;
 position: absolute;
 left: 0;
 top: 0;
 height: 2px;
 width: 0;
 transition: width 2s ease;
}
.skill-line-wrap > span > b {
 display: block;
 position: absolute;
 font-weight: 400;
 font-size: 10px;
 color: #fff;
 background: #fff;
 height: 20px;
 line-height: 20px;
 width: 40px;
 text-align: center;
 right: 0;
 top: -9px;
}


/* МЕНЮ РЕСТОРАНА ----------------------------------- */

.rest-menu-tabs-header {
 padding-left: 15px;
 padding-right: 15px;
 display: table;
 width: 100%;
 margin-bottom: 2px;
 box-sizing: border-box;
}
.rest-menu-tabs-header:last-child {
 margin-bottom: 30px;
}
.rest-menu-tabs-header > span {
 display: table-cell;
 cursor: pointer;
 line-height: 40px;
 background: #f2f2f2;
 text-align: center;
 border-left: 2px solid #fff;
 font-weight: bold;
 text-transform: uppercase;
 transition: all .3s ease;
 box-sizing: border-box;
}
.rest-menu-tabs-header > span:hover {
 color: #fff;
 background: #fff;
}
.rest-menu-tabs-header > span.active {
 color: #fff;
}
.rest-menu-tabs-header > span:first-child {
 border-left: none;
}
.rest-menu-tabs ul, .rest-menu-tabs li {
 margin: 0;
 padding: 0;
 list-style: none;
}
.rest-menu-tabs li {
 overflow: hidden;
 margin-bottom: 2px;
 background: #f2f2f2;
}
.rest-menu-tabs li img {
 width: 110px;
 float: left;
}
.rm-content {
 margin-left: 110px;
 padding: 18px 20px;
 position: relative;
}
.rm-content h4 {
 font-size: 18px;
 margin-bottom: 10px;
 margin-right: 130px;
}
.rm-content p {
 line-height: 20px;
 margin-right: 130px;
}
.rm-price {
 position: absolute;
 top: 18px;
 right: 20px;
 font-size: 18px;
}
.rm-weight {
 position: absolute;
 top: 50px;
 right: 20px;
}
.rest-menu-tabs > div {
 display: none;
}
.rest-menu-tabs > div.active {
 display: block;
}


/* ЛЮДИ ВЫБИРАЮТ НАС ------------------------ */

#change .col-3 {
 margin-bottom: 30px;
}
#change .col-3:last-child,
#change .col-3:nth-last-child(2),
#change .col-3:nth-last-child(3),
#change .col-3:nth-last-child(4)
{
 margin-bottom: 0;
}


/* ОСНОВНАЯ ЧАСТЬ СТРАНИЦЫ --------------------------- */

#middle {
 padding-top: 80px;
 padding-bottom: 80px;
}
#middle > .cnt > .row {
 padding-left: 15px;
 padding-right: 15px;
}
.content {
 float: right;
 width: 850px;
}



/* СОРТИРОВКА ТОВАРОВ, ПЕРЕКЛЮЧАТЕЛЬ ВИДА ТОВАРОВ ----- */

.goods-settings {
 font-size: 14px;
}
.goods-view-mode {
 float: left;
 height: 40px;
}
.goods-view-mode > span {
 cursor: pointer;
 display: inline-block;
 padding: 0 15px;
 line-height: 40px;
 height: 40px;
 overflow: hidden;
 background: #f2f2f2;
 transition: all .3s ease;
}
.goods-view-mode > span .fa {
 line-height: 40px;
 margin-right: 5px;
}
.goods-view-mode > span > * {
 float: left;
}
.goods-view-mode > span.goods-view-mode-active {
 color: #fff;
 cursor: default;
}
.goods-view-mode > span:hover {
 background: #fff;
 color: #fff;
}
.goods-sorter {
 float: right;
 line-height: 40px;
 height: 40px;
}
.goods-sorter a {
 display: inline-block;
 padding: 0 15px;
 background: #f2f2f2;
 font-weight: 500;
 margin-bottom: 10px;
 transition: all .3s ease;
}
.goods-sorter a:hover {
 color: #fff;
 background: #fff;
}
.goods-sorter a.active {
 color: #fff;
}
.content .goods-list {
 margin-left: -15px;
 margin-right: -15px;
}
.content .list-item {
 margin-top: 30px;
 width: 33.333333333%;
}
.content .list-item:nth-child(3n+1) {clear: left;}
.content .list-item .item-info {
 background: #f2f2f2;
 padding-top: 10px;
}
.content .list-item .item-info > div {
 padding-left: 20px;
 padding-right: 20px;
}
.content .list-item .item-brief {
 display: none;
}
.content .list-item .item-info > div.item-buttons-wrap {
 padding: 0;
 margin-top: 10px;
}
.item-buttons {
 display: table;
 width: 100%;
}
.item-buttons > a {
 display: table-cell;
 line-height: 40px;
 font-size: 14px;
 color: #fff;
 transition: all .3s ease;
}
.item-buttons > a:hover {
 background: #fff !important;
 color: #fff;
}
.item-buttons > a.item-buy {
 background: #fff;
}
.itew-quick {
 position: absolute;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 z-index: 2;
 background: rgba(255, 255, 255, 0.7);
 opacity: 0;
 font-size: 14px;
 transition: opacity .3s ease;
}
.itew-quick span {
 display: block;
 position: absolute;
 width: 100%;
 top: 50%;
 margin-top: -20px;
 text-align: center;
}
.itew-quick span a {
 display: inline-block;
 padding: 0 20px;
 line-height: 40px;
 color: #fff;
 transitioN: all .3s ease;
}
.itew-quick span a:hover {
 background: #fff;
}
.item-img:hover .itew-quick {
 opacity: 1;
}
.list-item-view-mode-list .list-item {
 float: none !important;
 width: 100% !important;
 overflow: hidden;
}
.list-item-view-mode-list .list-item .item-img {
 float: left;
 width: 250px;
}
.list-item-view-mode-list .list-item .item-info {
 text-align: left;
 margin-left: 250px;
 padding-top: 20px;
 padding-bottom: 20px;
 min-height: 250px;
 box-sizing: border-box;
}
.list-item-view-mode-list .list-item .item-info .item-title a {
 font-size: 17px;
 color: #fff;
}
.list-item-view-mode-list .list-item .item-info .item-title {
 padding-bottom: 10px;
}
.list-item-view-mode-list .list-item .item-brief {
 display: block;
 padding-top: 10px;
}
.list-item-view-mode-list .list-item .item-info > div.item-buttons-wrap {
 padding-left: 20px;
 padding-top: 15px;
}
.list-item-view-mode-list .list-item .item-info .item-buttons {
 display: block;
}
.list-item-view-mode-list .list-item .item-info .item-buttons > a {
 display: inline-block;
 padding: 0 20px;
}


/* ПОДГРУЗЧИК ТОВАРОВ ------------------------------ */

.g-loading {
 margin-top: 30px;
 text-align: center;
}
.g-loading img {
 width: 30px;
}
.g-loading-end {
 color: #fff;
 margin-top: 30px;
 padding-top: 20px;
 border-top: 1px solid #d8d8d8;
 text-align: center;
 font-size: 17px;
}


/* САЙДБАР ----------------------------------------- */

.sidebar {
 float: left;
 width: 250px;
}


/* ПОИСК --------------------------------------------- */

#search-form {
 width: 100%;
 position: relative;
 height: 50px;
 margin-bottom: 50px;
}
input.search_keyword {
 width: 100%;
 padding-top: 13px;
 padding-bottom: 13px;
 height: 50px;
 font-size: 14px;
}
input.search_submit {
 background: none !important;
 width: 50px;
 height: 50px;
 position: absolute;
 top: 0;
 right: 0;
 padding: 0;
 margin: 0;
 font-family: 'Pe-icon-7-stroke';
 z-index: 2;
 color: #a7a7a7;
 font-size: 18px;
 transition: color .3s ease;
}
input.search_submit:hover {
 color: #fff;
}


/* БЛОКИ САЙДБАРА ------------------------------------ */

.block {
 margin-bottom: 50px;
}
.block > h5 {}
#shop-basket {
 position: relative;
}
#shop-basket li {
 overflow: hidden;
 padding-bottom: 15px;
 margin-bottom: 15px;
 border-bottom: 1px solid #d8d8d8;
}
.sb-img {
 float: left;
 width: 60px;
}
.sb-cnt {
 margin-left: 75px;
 padding-right: 20px;
 position: relative;
 color: #fff;
 line-height: 20px;
}
.sb-cnt .pe-7s-close {
 position: absolute;
 top: -5px;
 right: -10px;
 font-size: 30px;
 cursor: pointer;
 transition: color .3s ease;
}
.sb-cnt .pe-7s-close:hover {
 color: #fff;
}
.sb-order {
 line-height: 20px;
 padding-bottom: 15px;
 margin-bottom: 15px;
 border-bottom: 1px solid #d8d8d8;
}
.sb-order b {
 color: #fff;
}
.sb-links a {
 text-decoration: none !important;
 padding-right: 5px;
}
.sb-links a:hover {
 color: #fff;
}
.sb-links a.more {
 padding-right: 0;
 padding-left: 5px;
}
.block .catsTd {
 padding: 13px 0;
 border-bottom: 1px dotted #d8d8d8;
}
.block .catsTd a:hover {
 color: #fff;
}
.block ul, .block li {
 margin: 0;
 padding: 0;
}
.block li {
 padding: 13px 0;
 border-bottom: 1px dotted #d8d8d8;
}



/* ДЕРЕВО КАТЕГОРИЙ ---------------------------- */

ul.cat-tree { display:none; list-style:none; margin:0; padding:0; }
ul.cat-tree ul {padding-left: 15px;}
.cat-tree b { font-weight: 400; }
.cat-tree u {float: right; display: block; cursor: pointer; margin-top: 7px;}
.cat-tree u.plus { width: 11px; height: 11px; padding: 0; background: url(/img/plus.png); }
.cat-tree u.minus { width: 11px; height: 11px; padding: 0; background: url(/img/minus.png); }
.cat-tree ul { border-top: 1px dotted #d8d8d8; margin-top: 8px; margin-bottom: -8px; }
.cat-tree ul li:last-child { border-bottom: none !important; }



/* БЛЮДО ДНЯ --------------------------------------- */

.block .list-item {
 padding: 0;
}
.block .list-item .item-info {
 padding: 10px 0;
} 



/* ОПРОС -------------------------------------------- */

.pollQue, .pollQue b {
 font-weight: normal;
 font-size: 15px;
 color: #fff;
 font-family: 'Ubuntu' !important;
 padding-top: 0 !important;
}
.pollAns {
 padding-top: 10px;
 font-size: 13px !important;
 font-family: 'Ubuntu' !important;
 line-height: 34px !important;
}
.pollButton {
 margin-top: 15px;
 text-align: left;
}
.pollBut {
 text-transform: uppercase;
 font-size: 13px !important;
}
.pollLnk, .pollTot {display: none;}
.answer input {margin-left: 0;}


/* СТРАНИЦА ТОВАРА ------------------------------------- */

.good-images {
 width: 260px;
 float: left;
 position: relative;
 line-height: 0;
 margin-bottom: 50px;
}
.good-images img {
 cursor: pointer;
}
.good-images .big {
 width: 100%;
 margin-bottom: 17px;
}
.good-images .small {
 float: left;
 width: 76px;
 margin-left: 16px;
}
.good-images .small:first-child {
 margin-left: 0;
}
.good-info {
 margin-left: 290px;
 margin-bottom: 50px;
}
.good-title {
 font-size: 18px;
 margin-bottom: 20px;
 padding-bottom: 20px;
 border-bottom: 1px solid #d8d8d8;
}
.good-price-rating {
 overflow: hidden;
 margin-bottom: 20px;
}
.good-price {
 float: left;
 font-size: 18px;
 font-weight: 700;
}
.good-price s {
 font-weight: 400;
 color: #a7a7a7;
 font-size: 15px;
 padding-left: 5px;
}
.good-rate {
 float: right;
}
.good-brief {
 padding-bottom: 20px;
 margin-bottom: 20px;
 border-bottom: 1px solid #d8d8d8;
}
.good-options {
 overflow: hidden;
 padding-bottom: 20px;
 margin-bottom: 20px;
 border-bottom: 1px solid #d8d8d8;
}
.good-options ul, .good-options ul li {
 margin: 0;
 padding: 0;
}
.good-options ul li {
 list-style-type: none;
 float: left;
 line-height: 40px;
 margin-right: 20px;
}
.good-options select {
 margin-left: 5px;
}
.to-basket {
 overflow: hidden;
}
.to-basket > * {
 float: left;
 margin-right: 10px;
 margin-bottom: 10px;
}
.to-basket span.fa {
 display: block;
 width: 40px;
 height: 40px;
 line-height: 40px;
 text-align: center;
 font-size: 12px;
 color: #fff;
 border :1px solid #d8d8d8;
 background: #f2f2f2;
 cursor: pointer;
 box-sizing: border-box;
}
.to-basket span.fa-minus {
 margin-right: -1px;
}
.to-basket span.fa-plus {
 margin-left: -11px;
}
.to-basket input[type="text"] {
 width: 60px;
 text-align: center;
 padding-left: 0;
 padding-right: 0;
 position: relative;
 z-index: 2;
}
.to-basket .wish {
 width: 40px;
 height: 40px;
 cursor: pointer;
}
.to-basket .wadd {background: url(/img/wadd.png);}
.to-basket .wdel {background: url(/img/wdel.png);}

.to-basket #buy-now {
 background: #fff;
}
.to-basket {
 padding-bottom: 10px;
 margin-bottom: 20px;
 border-bottom: 1px solid #d8d8d8;
}
.good-options-more ul, .good-options-more ul li {
 margin: 0;
 padding: 0;
 list-style: none;
}
.good-options-more ul li .opt {
 font-weight: 700;
 color: #fff;
}
.viewed-goods {
 margin-bottom: 50px;
}
.viewed-goods > h4, .with-this-good > h4 {
 font-size: 18px;
 margin-bottom: 0;
}


/* ВКЛАДКИ ------------------------------------ */

#tabs {
 margin-bottom: 50px;
}
.aTabs .aTabsHead {
 overflow: hidden;
 margin-bottom: 30px;
}
.aTabs .aTabsHead > span {
 display: block;
 float: left;
 padding: 0 20px;
 line-height: 40px;
 cursor: pointer;
 margin-right: 2px;
 font-weight: 700;
 text-transform: uppercase;
 background: #f2f2f2;
 transition: all .3s ease;
}
.aTabs .aTabsHead > span:hover {
 background: #fff;
 color: #fff;
}
.aTabs .aTabsHead > span.aTabsHeadSpanActive {
 color: #fff;
 cursor: default;
}
.aTabs > ul, .aTabs > ul > li {
 margin: 0;
 padding: 0;
 list-style: none;
}
.aTabs > ul > li {
 overflow: hidden;
}


/* БЛОГ -------------------------------- */

.post-wrap {
 float: left;
 width: 48%;
 margin-bottom: 30px;
 margin-right: 4%;
}
.post-wrap:nth-child(2n) {margin-right: 0;}
.post-wrap:nth-child(2n+1) {clear: left;}

.post {
 background: #f6f6f6;
 line-height: 0;
}
.post-img {
 width: 100%;
}
.post-body {
 line-height: 24px;
 padding: 20px;
}
.post-title {
 font-size: 15px;
 margin-bottom: 10px;
}
.post-title a {
 color: #4684B2;
 transition: all .3s ease;
}
.post-details {
 border-top: 1px solid #ededed;
 padding: 20px;
 overflow: hidden;
 line-height: 24px;
}
.post-date {
 float: left;
}
.post-links {
 float: right;
 font-size: 24px;
 line-height: 24px;
 height: 24px;
}
.post-links a {
 padding-left: 10px;
 
}
.post-links a:hover {
 color: #fff;
}
.post-body * {max-width: 100%;}


/* ПЕРЕКЛЮЧАТЕЛИ СТРАНИЦ ----------------------------------- */

.swchItem:hover,
.swchItemA,
.pgSwch:hover,
.pgSwchA,
.switchActive,
.catPages1 > a:hover {
 background: #2a2a2a;
}
.swchItem,
.pgSwch,
.catPages1 > a {
 background: #f2f2f2;
}
.swchItem,
.pgSwch,
.catPages1 > a {
 color: #fff;
}
.pgSwchA, .pgSwch, .swchItemA, .swchItem, .catPages1 > a {
 display: inline-block;
 line-height: 34px;
 text-align: center;
 min-width: 34px;
 box-sizing: border-box;
 padding-left: 5px;
 padding-right: 5px;
 transition: all .3s ease;
 font-weight: 400;
}
.pgSwchA, .pgSwch:hover, .swchItemA, .swchItem:hover, .catPages1 > a:hover {
 color: #fff !important;
}


/* ФОТОАЛЬБОМЫ -------------------------------- */

.photo-list, .photo-wrap {
 margin: 0;
 padding: 0;
 list-style-type: none;
}
.photo-wrap {
 width: 30.588235293%;
 margin-right: 4.117647056%;
 float: left;
 margin-bottom: 35px;
}
.photo-wrap:nth-child(3n) {
 margin-right: 0;
}
.photo-wrap * {
 max-width: 100%;
}
.photo {
 position: relative;
}
.photo:after {
 content: '';
 display: block;
 padding-top: 100%;
}
.photo > img {
 width: 100%;
 height: 100%;
 position: absolute;
 top: 0;
}
.photo-link {
 display: block;
 position: absolute;
 width: 100%;
 height: 100%;
 background: rgba(0, 0, 0, 0.7);
 text-align: center;
 box-sizing: border-box;
 transition: all .3s ease;
 padding-left: 20px;
 padding-right: 20px;
 color: rgba(255, 2555, 2555, 0.7) !important;
 opacity: 0;
}
.photo-link h4 {
 font-size: 16px;
 color: #fff;
 width: 100%;
 margin-bottom: 12px;
}
.photo-link h4:after {
 content: '';
 display: block;
 width: 30px;
 height: 2px;
 margin: 15px auto 0;
}
.photo-link > span {
 display: block;
 width: 100%;
 position: absolute;
 top: 50%;
 margin-top: -35px;
 left: 0;
}
.photo:hover .photo-link {
 opacity: 1;
}
.epage {
 background: url(/img/bg-1.jpg) center;
 background-size: cover;
}
.epage-cnt {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: rgba(0, 0, 0, 0.7);
 color: #fff;
 font-size: 16px;
}
.epage-text {
 width: 780px;
 box-sizing: border-box;
 padding-left: 30px;
 padding-right: 30px;
 position: absolute;
 left: 50%;
 margin-left: -390px;
 text-align: center;
 top: 50%;
 margin-top: -110px;
}
.epage-text h1 {
 color: #fff;
 font-weight: normal;
 font-family: 'xiomara';
 text-transform: none;
 font-size: 48px;
 line-height: 48px;
}
.epage-text p {
 color: rgba(255, 255, 255, 0.7);
 margin-top: 24px;
}
.epage-nav {
 position: absolute;
 bottom: 70px;
 width: 100%;
 height: 50px;
 line-height: 50px;
 font-weight: 700;
 text-transform: uppercase;
 text-align: center;
 font-size: 15px;
}
.epage-nav ul, .epage-nav ul li {
 margin: 0;
 padding: 0;
}
.epage-nav ul {
 display: inline-block;
 list-style: none;
}
.epage-nav ul li {
 float: left;
}
.epage-nav ul li a {
 display: block;
 color: #fff;
 padding: 0 20px;
 transition: all .3s ease;
}
.epage-nav ul li a:hover {
 background: #fff;
}

/* ПРОЧЕЕ --------------------------- */

.gTable {
 background: none;
 border-spacing: 0;
}
.gTable td {
 padding: 10px 20px;
}
.gTableTop {
 line-height: 40px;
 padding: 10px 20px !important;
 color: #fff;
 text-decoration: none;
 font-size: 16px !important;
 text-transform: uppercase;
 font-weight: 400;
 letter-spacing: 1px;
}
.gTableTop a {
 color: #fff;
 text-decoration: none;
 font-size: 14px;
 font-weight: 700;
}
.gTableSubTop {
 padding: 5px 10px;
 font-weight: 400;
 font-size: 13px;
}
.catLink {
 color: #fff !important;
 font-size: 15px !important;
 text-transform: uppercase;
 font-weight: 400;
 letter-spacing: 1px;
}
.funcBlock {
 padding-right: 10px;
}
.forumIcoTd {
 text-align: center;
}
.forumIcoTd,
.forumNameTd,
.forumThreadTd,
.forumPostTd,
.forumLastPostTd {
 padding: 5px 10px; 
}
.forumThreadTd,
.forumPostTd,
.threadPostTd,
.threadViewTd,
.threadAuthTd,
.threadIcoTd,
.threadNametd,
.threadAuthTd,
.threadLastPostTd
{
 vertical-align: middle;
 padding-left: 20px;
}
.forumNameTd {
 line-height: 24px;
}
.forumNameTd a {
 font-size: 16px;
}
.forumNamesBar {
 padding-left: 10px !important;
}
.frmBtns {
 text-align: right;
 padding-right: 10px;
}
.legendTd {
 padding: 0 10px;
}
.threadIcoTd,
.threadIcoTd {
 text-align: center;
 vertical-align: middle;
}
.threadsDetails {
 padding: 5px;
}
.postTdTop {
 text-align: center;
 padding: 5px; 
}
.postTdInfo {
 text-align: center;
}
.posttdMessage {
 vertical-align: top;
 padding: 5px;
}

.threadsDetails,
.postTdTop {
 background: none;
}
.gTable tr {
 background: none;
}
.gDivBottomRight {
 height: 50px;
}
.pagesInfo { 
 padding: 5px 10px;
}
.switchActive {
 padding: 5px 10px;
 border-radius: 0 2px 2px 0;
 color: #fff;
}
.postBottom {
 padding: 0 20px !important;
}
#thread_search_form {
 position: relative;
 padding-bottom: 10px;
 overflow: hidden;
}
#thread_search_button {
 position: absolute;
 top: -1px;
 right: 0;
}
.fNavLink {
 display: inline-block;
 margin-bottom: 30px;
}
#forum_filter {
 text-align: right;
 padding-bottom: 10px;
}
#forum_filter form {
 display: inline-block;
}
#filter_by {
 display: inline-block;
 line-height: 40px;
}
.forumIcoTd,
.forumNameTd,
.forumThreadTd,
.forumPostTd,
.forumLastPostTd,
.forumThreadTd,
.forumPostTd,
.threadPostTd,
.threadViewTd,
.threadAuthTd,
.threadIcoTd,
.threadNametd,
.threadAuthTd,
.threadLastPostTd,
.postTdTop,
.postBottom
{
 border-bottom: 1px solid #dcdcdc;
}

.postTdTop,
.postBottom
{
 border-top: 1px solid #dcdcdc;
}

.gTableSubTop,
.pagesInfo
{
 background: #f6f6f6;
}

.forumContent a:hover,
.gTableSubTop,
.gTableSubTop a
{
 color: #fff !important;
}

.postTdInfo {border-right: 1px solid #dcdcdc;}
.forumNameTd {color: #a7a7a7;}

.swchItem,
.pgSwch,
#allEntries > div[id^='comEnt']
{
 background: #f6f6f6;
}

.calWdaySu,
.calWdaySe
{
 background: #7a7a7a !important;
}

.swchItem,
.pgSwch,
.eTitle
{
 color: #121212;
}
.calTable td.calMday,
.calMdayA
{
 border: 1px solid #dcdcdc;
}

#allEntries > div[id^='comEnt'] {
 margin-top: 20px;
 margin-bottom: -5px;
 padding: 10px;
}
.commTable {
 padding-top: 50px;
}
.commTable .commFl,
.commTable .securityCode {
 width: 100%;
}
.commTable .securityCode {
 width: auto;
}
.calTable {
 width: 100%;
 line-height: 30px;
}

.calWday,
.calWdaySu,
.calWdaySe {
 color: #fff;
}

.calMdayA {
 font-weight: 400;
}

#selectPhotosBtn {
 padding: auto !important;
 height: auto !important;
 width: auto !important;
 box-sizing: border-box;
}
.plist {
 display: block;
 margin-top: 30px;
}
.eTitle {
 font-size: 18px;
 text-transform: uppercase;
 letter-spacing: 1px;
 font-weight: 700;
 color: #fff;
 margin-bottom: 15px;
}
.eTitle a {color: #fff;}
.eDetails, .eDetails1, .eDetails2 {
 padding: 8px 0;
 border-top: 1px dotted #d8d8d8;
 border-bottom: 1px dotted #d8d8d8;
 margin-top: 15px;
}
.eBlock {
 margin-bottom: 30px;
}



/* width < 1200px ------------------------ */

@media (max-width: 1199px) {
 .cnt {
 width: 980px;
 }
 .content {
 width: 680px;
 }
 .goods-settings > div {
 float: none;
 }
 .goods-view-mode {
 margin-bottom: 20px;
 }
}



/* width < 1024px ------------------------ */

@media (max-width: 1024px) {
 .cnt {
 width: 768px;
 }
 .slide-content {
 width: 100%;
 left: 0;
 margin-left: 0;
 padding-left: 50px;
 padding-right: 50px;
 box-sizing: border-box;
 }
 .slide-title {
 font-size: 36px;
 line-height: 36px;
 }
 #work .col-4 {
 float: none;
 width: 100%;
 margin-bottom: 30px;
 }
 #about .col-6 {
 float: none;
 width: 100%;
 }
 .about-chef {
 display: none;
 }
 #work .col-4:last-child {
 margin-bottom: 0;
 }
 .col-3 {
 width: 50%;
 margin-bottom: 30px;
 }
 #footer .col-3, #facts .col-3 {margin-bottom: 50px;}
 
 .col-3:nth-child(2n+1) {clear: left;}
 .col-3:last-child, .col-3:nth-last-child(2) {margin-bottom: 0;}
 
 #footer .col-3:last-child, #footer .col-3:nth-last-child(2) {margin-bottom: 0;}
 #facts .col-3:last-child, #facts .col-3:nth-last-child(2) {margin-bottom: 0;}
 
 .col-6 .col-6 {
 float: none;
 width: 100%;
 margin-bottom: 30px !important;
 }
 .col-6 .col-6:last-child {
 margin-bottom: 0 !important;
 }
 .path-page-name, .path-links {
 float: none;
 }
 .path-page-name {
 margin-bottom: 15px;
 }
 .rest-menu-tabs-header {
 display: block;
 overflow: hidden;
 }
 .rest-menu-tabs-header > span {
 display: block;
 float: left;
 padding: 0 20px;
 border: none;
 margin-right: 2px;
 margin-bottom: 2px;
 }
 .rest-menu-tabs .col-6 {
 float: none;
 width: 100%;
 }
 #change .col-3:nth-last-child(3), #change .col-3:nth-last-child(4) {margin-bottom: 30px;}
 
 .sidebar, .content {
 float: none;
 width: 100%;
 }
 .content {
 margin-bottom: 100px;
 }
 .sidebar .block {
 float: left;
 width: 50%;
 box-sizing: border-box;
 padding-left: 20px;
 padding-right: 20px;
 }
 .sidebar .block:nth-child(2n) {
 clear: left;
 }
 .goods-sorter {
 height: auto;
 }
}



/* width < 790px ------------------------ */

@media (max-width: 790px) {
 .cnt {
 width: 480px;
 }
 
 .slide-title {
 font-size: 30px;
 line-height: 30px;
 margin-bottom: 24px;
 }
 .slide-text {
 font-size: 14px;
 line-height: 20px;
 }
 .slide-content {
 margin-top: -100px;
 }
 .col-3 {
 width: 100%;
 float: none;
 }
 .col-3:nth-last-child(2) {
 margin-bottom: 30px;
 }
 #footer .col-3:nth-last-child(2) {margin-bottom: 50px;}
 #facts .col-3:nth-last-child(2) {margin-bottom: 50px;}
 .title p {
 width: 100%;
 }
 #mail .col-6 {
 float: none;
 width: 100%;
 }
 #mail .mail-img {
 display: none;
 }
 #team .col-3 {
 float: left;
 width: 50%;
 } 
 #profi .col-6 {
 float: none;
 width: 100%;
 margin-bottom: 50px;
 } 
 #change .col-3:nth-last-child(2) {
 margin-bottom: 30px;
 }
 .rest-menu-tabs li > img {
 display: none;
 }
 .rm-content {
 margin-left: 0;
 }
 .content .list-item {
 width: 50%;
 }
 .content .list-item:nth-child(3n+1) {clear: none;}
 .content .list-item:nth-child(2n+1) {clear: left;}
 
 .list-item-view-mode-list .list-item {
 padding-bottom: 10px;
 border-bottom: 1px solid #d8d8d8;
 padding-left: 0;
 padding-right: 0;
 }
 .list-item-view-mode-list .list-item .item-img {
 float: none;
 width: 250px;
 margin: 0 auto;
 }
 .list-item-view-mode-list .list-item .item-info {
 text-align: left;
 margin-left: 0;
 padding: 20px 0 !important;
 min-height: auto;
 background: none;
 box-sizing: border-box;
 } 
 .good-images {
 float: none;
 margin: 0 auto 50px;
 }
 .good-info {
 float: none;
 margin-left: 0;
 }
 .aTabs .aTabsHead > span {
 float: none;
 width: 100%;
 margin-top: 2px;
 }
 .post-wrap {
 float: none;
 width: 100%;
 margin-right: 0;
 }
 .photo-wrap {
 width: 46.875%;
 margin-right: 6.25%;
 margin-bottom: 30px;
 }
 .photo-wrap:nth-child(3n) {
 margin-right: 6.25%;
 }
 .photo-wrap:nth-child(2n) {
 margin-right: 0;
 }
 .epage-text {
 position: static;
 margin: 70px auto 0;
 width: auto;
 }
 .epage-nav {
 position: relative;
 z-index: 2;
 top: auto;
 left: auto;
 bottom: auto;
 margin-top: 370px;
 height: auto;
 overflow: hidden;
 }
 .epage-nav ul {
 display: block;
 }
 .epage-nav * {
 height: 50px;
 }
 .epage {
 background-size: auto;
 }
 .gTableSubTop,
 .forumIcoTd,
 .forumThreadTd,
 .forumPostTd,
 .forumLastPostTd,
 .threadIcoTd,
 .threadAuthTd,
 .threadLastPostTd,
 .threadPostTd,
 .threadViewTd,
 .threadsDetails,
 .forumOnlineBar,
 .legendBlock,
 .userRights,
 .fFastNavTd,
 .fFastSearchTd,
 .forumNamesBar,
 #forum_filter,
 .postTdInfo,
 .postBottom,
 #thread_search_form
 {
 display: none;
 }
 .gDivLeft {
 padding-top: 10px;
 }
 .postTdTop, .postTable, .posttdMessage {
 display: block !important;
 text-align: left;
 width: auto !important;
 }
 .postUser {
 font-size: 16px;
 font-weight: 600;
 }
}





/* width < 590px ------------------------ */

@media (max-width: 500px) {
 .cnt {
 width: 290px;
 }
 #team .col-3 {
 float: none;
 width: 100%;
 }
 .rm-content h4, .rm-content p {
 margin-right: 0;
 }
 .rm-price, .rm-weight {
 position: static;
 display: inline-block;
 padding-top: 10px;
 padding-right: 10px;
 }
 .content .list-item {
 float: none;
 width: 100%;
 }
 .sidebar .block {
 float: none;
 width: 100%;
 box-sizing: border-box;
 padding-left: 0;
 padding-right: 0;
 }
 .sidebar .block:nth-child(2n) {
 clear: none;
 }
 .good-price, .good-rate {
 float: none;
 }
 .good-price {
 margin-bottom: 20px;
 }
 .photo-wrap {
 float: none;
 width: 100%;
 margin-right: 0;
 }
}


/* RED THEME ------------------------ */

::-webkit-scrollbar-thumb {background: #ff2f1b;}
::selection {background: #ff2f1b;}
::-moz-selection {background: #ff2f1b;}
a:hover,
#navigation .uMenuRoot > li a:hover,
#navigation .fa:hover,
#logo,
a.more,
.about-icon,
.item-price b,
.bestsellers-arrow:hover,
.blog-arrow:hover,
.fact > i,
.profi-block > i,
.rm-price,
.list-item-view-mode-list .list-item .item-info .item-title a:hover,
.sb-cnt .pe-7s-close,
.sb-links,
.sb-links a,
.good-price,
.post-title a:hover,
.post-links a,
.epage-text a {
 color: #ff2f1b;
}
.slide-twirl {background: url(/img/twirl.png);}
.title span {background: url(/img/twirl2.png);}
.work-block > .oh,
.soc:hover,
#go-top,
#path,
.skill-line-wrap > span,
.rest-menu-tabs-header > span.active,
.rest-menu-tabs-header > span.active:hover,
.goods-view-mode > span.goods-view-mode-active,
.goods-sorter a.active,
.item-buttons > a.item-add,
.itew-quick span a,
.to-basket #buy-now:hover,
.aTabs .aTabsHead > span.aTabsHeadSpanActive,
.aTabs .aTabsHead > span.aTabsHeadSpanActive:hover,
.photo-link h4:after,
.epage-nav {
 background: #ff2f1b;
}
.work-block {border: 10px solid rgba(255, 47, 27, 0.5);}
.item-new, #go-top:hover {
 background: #72ba00;
}
.item-sale {
 background: #ff2f1b;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus {
 border-color: #ff2f1b;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
button {
 background: #ff2f1b;
}
.forumContent a {
 color: #ff2f1b;
}
.calWday,
.gTableTop {
 background: #ff2f1b;
}
::-webkit-scrollbar-thumb {background: #4684B2;}
::selection {background: #4684B2;}
::-moz-selection {background: #4684B2;}
a:hover,
#navigation .uMenuRoot > li a:hover,
#navigation .fa:hover,
#logo,
a.more,
.about-icon,
.item-price b,
.bestsellers-arrow:hover,
.blog-arrow:hover,
.fact > i,
.profi-block > i,
.rm-price,
.list-item-view-mode-list .list-item .item-info .item-title a:hover,
.sb-cnt .pe-7s-close,
.sb-links,
.sb-links a,
.good-price,
.post-title a:hover,
.post-links a,
.epage-text a {
 color: #f7c51e;
}
.slide-twirl {background: url(/img/twirl-y.png);}
.title span {background: url(/img/twirl2-y.png);}
.work-block > .oh,
.soc:hover,
#go-top,
#path,
.skill-line-wrap > span,
.rest-menu-tabs-header > span.active,
.rest-menu-tabs-header > span.active:hover,
.goods-view-mode > span.goods-view-mode-active,
.goods-sorter a.active,
.item-buttons > a.item-add,
.itew-quick span a,
.to-basket #buy-now:hover,
.aTabs .aTabsHead > span.aTabsHeadSpanActive,
.aTabs .aTabsHead > span.aTabsHeadSpanActive:hover,
.photo-link h4:after,
.epage-nav {
 background: #4684B2;
}
.work-block {border: 10px solid rgba(247, 197, 30, 0);}
.item-new, #go-top:hover {
 background: #4684B2 ;
}
.item-sale {
 background: #4684B2;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus {
 border-color: #4684B2;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
button {
 background: #4684B2;
 transition: all .3s ease;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.work-block *,
.item-sale,
#go-top,
.item-price b,
.blog-post .more,
.soc:hover,
.rest-menu-tabs-header span.active,
.sb-cnt .pe-7s-close,
.sb-links,
.sb-links a,
a.item-add,
.itew-quick span a,
.to-basket #buy-now:hover,
.good-price,
.epage-nav ul li a {
 color: #fff;
}
#path *,
#path a,
.goods-view-mode-active,
.goods-sorter .active,
.aTabsHeadSpanActive,
.post-links a {
 color: #fff !important;
}
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button,
.itew-quick span a:hover,
.to-basket #buy-now,
.epage-nav ul li a:hover {
 color: #fff;
}
.forumContent a {
 color: #4684B2;
}
.calWday,
.gTableTop {
 background: #4684B2;
}
.gTableTop a {
 color: #fff;
}
::-webkit-scrollbar-thumb {background: #4684B2 ;}
::selection {background: #4684B2 ;}
::-moz-selection {background: #4684B2 ;}
a:hover,
#navigation .uMenuRoot > li a:hover,
#navigation .fa:hover,
#logo,
a.more,
.about-icon,
.item-price b,
.bestsellers-arrow:hover,
.blog-arrow:hover,
.fact > i,
.profi-block > i,
.rm-price,
.list-item-view-mode-list .list-item .item-info .item-title a:hover,
.sb-cnt .pe-7s-close,
.sb-links,
.sb-links a,
.good-price,
.post-title a:hover,
.post-links a,
.epage-text a {
 color: #4684B2;
}
.slide-twirl {background: url(/img/twirl-g.png);}
.title span {background: url(/img/twirl2-g.png);}
.work-block > .oh,
.soc:hover,
#go-top,
#path,
.skill-line-wrap > span,
.rest-menu-tabs-header > span.active,
.rest-menu-tabs-header > span.active:hover,
.goods-view-mode > span.goods-view-mode-active,
.goods-sorter a.active,
.item-buttons > a.item-add,
.itew-quick span a,
.to-basket #buy-now:hover,
.aTabs .aTabsHead > span.aTabsHeadSpanActive,
.aTabs .aTabsHead > span.aTabsHeadSpanActive:hover,
.photo-link h4:after,
.epage-nav {
 background: #4684B2 ;
}
.work-block {border: 10px solid rgba(114, 186, 0,);}
.item-new, #go-top:hover {
 background: #ff2f1b;
}
.item-sale {
 background: #4684B2;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus {
 border-color: #4684B2;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
button {
 background: #4684B2;
}
.forumContent a {
 color: #4684B2;
}
.calWday,
.gTableTop {
 background: #4684B2;
}