/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
    color: #222;
}
html {
    font-size: 1em;
    line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
hr.olive_line{
    border-color: #b5ba40;
}
/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
    vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
    resize: vertical;
}
/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html,
body {
    height: 100%;
    font-family: "OpenSans", sans-serif;
    font-size: 14px;
}
#container {
    min-height: 100%;
    margin: 0 0 -154px;
    background: #FEFEFE;
}
.wrapper {
    width: 1190px;
    margin: 0 auto;
}
/* ----- SEARCH COMMON ----- */
.search {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-style: italic;
    color: #D2878B;
    border: 3px solid #E6E8BC;
    position: relative;
    margin-left: 20px;
    background-color: #fff;
}
.search input {
    outline: none;
}
.search label {
    height: 26px;
    line-height: 26px;
    position: absolute;
    top: 0;
    left: 7px;
    cursor: text;
}
.search input[type="text"] {
    height: 26px;
    border: none;
    padding: 0 32px 0 7px;
    background: transparent;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-style: italic;
    color: #84CDCE;
}
/* for IE < 9 */
.lt-ie9 .search input[type="text"] {
    line-height: 26px;
}
.search input[type="submit"] {
    width: 16px;
    height: 16px;
    border: none;
    background: url("img/search-icon.png") no-repeat 50% 0;
    text-indent: -9999px !important;
    position: absolute;
    top: 50%;
    right: 8px;
    margin: -8px 0;
    overflow: hidden;
}
.hide {
    left: -9999em !important;
}
/* ----- /SEARCH STYLES ----- */
/*
 * HEADER STYLES
 * ========================================================================== */
#header {
    height: 150px;
    position: relative;
}
#header:after {
    content: "";
    display: block;
    position: absolute;
    height: 10px;
    width: 100%;
    top: 100%;
    background: #e2e2e2;
    background: -moz-linear-gradient(top, #e2e2e2 0%, #fefefe 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e2e2e2), color-stop(100%, #fefefe));
    background: -webkit-linear-gradient(top, #e2e2e2 0%, #fefefe 100%);
    background: -o-linear-gradient(top, #e2e2e2 0%, #fefefe 100%);
    background: -ms-linear-gradient(top, #e2e2e2 0%, #fefefe 100%);
    background: linear-gradient(to bottom, #e2e2e2 0%, #fefefe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0);
}
#header > .wrapper {
    position: relative;
}
/* ----- HEADER LOGO ----- */
.header-logo {
    width: 250px;
    height: 120px;
    overflow: hidden;
    position: absolute;
    top: 30px;
    left: 0;
}
.header-logo > img {
    max-width: 100%;
}
/* ----- /HEADER LOGO ----- */
.header-inner {
    height: 120px;
    padding: 17px 210px 13px 250px;
}
.header-line {
    margin: 40px 0 0 0;
}
.header-line:first-child {
    margin: 0;
}
.header-line .header_schedule{
    color: #7F294E;
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0 0 65px;
}
.header-line .header_schedule span{
    color: #828618;
}
/* ----- MAIN ICONS ----- */
.main-icon {
    width: 20px;
    height: 21px;
    overflow: hidden;
    background: url("img/main-icons.png") no-repeat;
}
.icon-call {
    background-position: 0 -58px;
}
.icon-call-red {
    background-position: 0 -43px;
}
.icon-mail {
    background-position: 0 -77px;
}
.icon-mail-red {
    background-position: 0 -25px;
}
.icon-location{
    background-position: 0px 0px;
}
/* ----- /MAIN ICONS ----- */
/* ----- HEADER SEARCH ----- */
.header-search input[type="text"] {
}
.header-info,
.footer-info,
.header-info a {
    font-size: 18px;
    font-weight: bold;
    color: #7F294E;
    line-height: 24px;
}
.header-info a {
    text-decoration: none;
    font-size: 20px;
}
ul.header-info {
    font-size: 1.6em;
    margin: 0 0 15px 0;
    padding: 0;
}
ul.header-info li {
    list-style-type: none;
}
ul.header-info li.header_email a{
    font-size: 14px;
    text-decoration: underline;
}
.header-info img {
    margin-left: 20px;
}
.header-info img:first-child {
    margin-left: 0;
}

/* ----- HEADER CART ----- */
.header-cart {
    display: block;
    width: 146px;
    height: 100%;
    background: #D9213F;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    font-family: Arial, sans-serif;
    font-style: italic;
    font-size: 11px;
    transition: .2s;
}
.header-cart > img {
    margin: 25px 0 0 0;
}
.header-cart .cart_info > span.cart-title,
.header-cart .hover_msg{
    font-family: "OpenSans", sans-serif;
    font-style: normal;
    font-size: 14px;
    color: #FEFEFE;
    display: block;
    margin: 12px 0 5px;
}
.header-cart > a.cover-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.header-cart .cart_info > span.cart-price {
    font-weight: bold;
}
.header-cart:hover{
    background: #b5ba40;
}
.header-cart .hover_msg{
    display: none;
}
.header-cart:hover .cart_info{
    display: none;
}
.header-cart:hover .hover_msg{
    display: block;
}
/* ----- /HEADER CART ----- */
/*
 * MAIN CONTENT STYLES
 * ========================================================================== */
#main {
    padding: 0 0 254px;
}
/* ----- ACCESS BAR ----- */
.access-bar {
    height: 42px;
    padding: 0 110px 0 70px;
    background: #FF8004;
    margin: 30px 0 0 0;
    font: 14px "OpenSans", sans-serif;
    font-weight: bold;
    text-align: justify;
    /* Обнуляем для родителя*/

    line-height: 0;
    font-size: 1px;
    /* 1px для Opera */

    /* Лекарство для IE6-7*/

    text-justify: newspaper;
    zoom: 1;
    /* Включаем в работу последнюю строку*/

    text-align-last: justify;
}
.access-bar:after {
    width: 100%;
    height: 0px;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;
}
.access-bar > li {
    height: 100%;
    display: inline-block;
    text-align: left;
    /* Востанавливаем у потомков, кроме последнего*/

    line-height: normal;
    font-size: 14px;
    /* Без него в Opera будет отступ под элементами */

    vertical-align: top;
    /* эмуляция inline-block для IE6-7*/

}
.access-bar > li > a {
    line-height: 42px;
    text-decoration: none;
    text-transform: uppercase;
    color: #EBE8D7;
}
.access-bar > li > a.current,
.access-bar > li > a:hover {
    color: #932F5A;
}
.access-bar > li > a > img {
    width: 27px;
    height: 27px;
    overflow: hidden;
    background: url("img/panel-icons.png") no-repeat;
    margin: -4px 10px 0 0;
}
/* ----- ACCESS ICONS ----- */
.access-bar > li > a > img.icon-1 {
    background-position: 0 0;
}
.access-bar > li > a > img.icon-2 {
    background-position: -27px 0;
}
.access-bar > li > a > img.icon-3 {
    background-position: -54px 0;
}
.access-bar > li > a > img.icon-4 {
    background-position: -81px 0;
}
.access-bar > li > a > img.icon-5 {
    background-position: -108px 0;
}
.access-bar > li > a > img.icon-6 {
    background-position: -135px 0;
}
.access-bar > li > a.current > img.icon-1,
.access-bar > li > a:hover > img.icon-1 {
    background-position: 0 -27px;
}
.access-bar > li > a.current > img.icon-2,
.access-bar > li > a:hover > img.icon-2 {
    background-position: -27px -27px;
}
.access-bar > li > a.current > img.icon-3,
.access-bar > li > a:hover > img.icon-3 {
    background-position: -54px -27px;
}
.access-bar > li > a.current > img.icon-4,
.access-bar > li > a:hover > img.icon-4 {
    background-position: -81px -27px;
}
.access-bar > li > a.current > img.icon-5,
.access-bar > li > a:hover > img.icon-5 {
    background-position: -108px -27px;
}
.access-bar > li > a.current > img.icon-6,
.access-bar > li > a:hover > img.icon-6 {
    background-position: -135px -27px;
}
/* ----- /ACCESS ICONS ----- */
.ribbon-bar {
    margin: 2px 0 0 0;
    height: 13px;
    overflow: hidden;
    background: url("img/ribbons-full.png") repeat-x;
}
/* ----- /ACCESS BAR ----- */
/* ----- CONTENT LAYOUT ----- */
.content-full {
    margin: 25px 0 0 0;
}
.sidebar {
    width: 230px;
}
.sidebar-left {
    margin-right: 20px;
}
.content {
    width: 940px;
}
.content a {
    color: #B5BA40;
}
/* ----- /CONTENT LAYOUT ----- */
/* ----- LEFT MENU ----- */
.left-menu,
.left-submenu {
    font-weight: bold;
    list-style: none;
    padding: 0;
    margin: 8px 0 0 0;
}
.left-menu li {
    margin: 6px 0 0 0;
}
.left-menu li:first-child {
    margin: 0;
}
.left-menu li > a {
    color: #424141;
    text-decoration: none;
}
.left-menu li > a:hover,
.left-menu li > a.current {
    color: #B5BA40;
}
.left-submenu {
    padding: 0 0 0 17px;
    border-left: 3px solid #B5BA40;
}
.left-submenu li > a:hover,
.left-submenu li > a.current {
    border-bottom: 2px solid #B5BA40;
}
/* ----- /LEFT MENU ----- */
/* ----- BREADCRUMBS ----- */
.breadcrumbs {
    font-size: 0.92em;
    color: #D84C63;
    margin: 0 0 26px 0;
}
.breadcrumbs > a,
.breadcrumbs > span.arrow {
    color: #665E5E;
}
.breadcrumbs > a:hover {
    color: #D84C63;
}
.breadcrumbs > span.arrow {
    font-size: 1.2em;
    cursor: default;
    margin: 0 5px;
    position: relative;
}
/* ----- /BREADCRUMBS ----- */
/* ----- CONTENT HEAD ----- */
.content-head {
    margin: 0 0 28px 0;
}
.content-head h1,
.content-head h2,
.content-head h3,
.content-head h4,
.content-head h5,
.content-head h6 {
    font-size: 1.72em;
    text-transform: uppercase;
    color: #B5BA40;
    line-height: 25px;
    margin: 0 70px 0 0;
}
/* ----- /CONTENT HEAD ----- */
/* ----- VIEW TRIGGERS ----- */
.view-trigger {
    float: right;
}
.view-icon {
    width: 19px;
    height: 19px;
    padding: 3px;
    overflow: hidden;
    float: left;
    background: #665E5E;
    margin: 0 0 0 10px;
}
.view-icon:hover,
.view-icon.active {
    background: #B5BA40;
}
.view-icon > div {
    margin: 3px 0 0 0;
}
.view-icon > div > span {
    background: #FFFFFF;
    float: left;
    margin: 0 0 0 3px;
}
.view-icon > div:first-child,
.view-icon > div > span:first-child {
    margin: 0;
}
.icon-grid > div > span {
    width: 8px;
    height: 8px;
}
.icon-list > div:first-child {
    margin: 1px 0 0 0;
}
.icon-list > div > span {
    width: 12px;
    height: 4px;
}
.icon-list > div > span:first-child {
    width: 4px;
}
.icon-case > div {
    border-top: 2px solid #FFFFFF;
    padding: 2px 0 0 0;
}
.icon-case > div > span {
    width: 4px;
    height: 4px;
}
/* ----- /VIEW TRIGGERS ----- */
/* ----- SECTION PHOTO SLIDER ----- */
.swiper-container {
    height: 110px;
    padding: 0 1px;
}
.swiper-slide {
    width: 110px;
    padding: 0 0 0 28px;
    overflow: hidden;
}
.swiper-slide:first-child {
    padding: 0;
}
.swiper-scrollbar {
    height: 8px;
    margin: 20px auto 28px;
    position: relative;
    -ms-touch-action: none;
    background: #D7D3CA;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: #D84C63;
    border-radius: 10px;
    height: 10px;
    top: -1px;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
/* ----- /SECTION PHOTO SLIDER ----- */
/* ----- SECTIONS GRID ----- */
.grid-wrap {
    margin: 0;
    margin-top: 25px;
    overflow: hidden;
}
.grid-line {
    width: 960px;
    text-align: center;
    font-size: 0;
    /* фикс для Safari */

    display: table;
}
.grid-sect,
.grid-elem {
    margin: 0 20px 20px 0;
    display: inline-block;
    vertical-align: top;
    /* эмуляция inline-block для IE6-7*/

    -webkit-transition: border-color 0.5s ease-out;
    -moz-transition: border-color 0.5s ease-out;
    -o-transition: border-color 0.5s ease-out;
    transition: border-color 0.5s ease-out;
}
.grid-sect {
    position: relative;
    width: 200px;
    /*height: 270px;*/
    height: 240px;
    border: 4px solid #D7D3CA;
    padding: 6px;
    color: #424141 !important;
    text-decoration: none;
    font-size: 14px;
    text-align: left;
}
.grid-sect:hover {
    border-color: #B5BA40;
}
.grid-sect > ul {
    list-style: none;
    margin: 4px 0;
    padding: 0 0 0 12px;
}
.grid-sect > ul > li {
    line-height: 26px;
    margin: 0;
}
.grid-sect-img {
    border-bottom: 2px solid #CC324B;
    height: 176px;
    overflow: hidden;
}
.grid-elem-img > img {
    width: 100%;
}
.grid-sect-name {
    font-weight: bold;
    text-transform: uppercase;
    /*text-align: center;*/
}
.grid-sect-button {
    position: absolute;
    display: block;
    font-family: OpenSans, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    background: #D9213F;
    width: 100px;
    line-height: 25px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    border-bottom: 2px solid #a32a3a;
    bottom: 10px;
    left: 50%;
    margin-left: -50px;
    transition: .2s;
}
.grid-sect-button:hover,
.grid-sect-button:active{
    background: #b5ba40;
    border-bottom: 2px solid #acb225;
}
.grid-sect-button:active{
    border-bottom: none;
    margin-top: 2px;
}
.grid-sect-desc {
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-style: italic;
    color: #787474;
}
.grid-sect-simple {
    width: 200px;
}
.grid-sect-double {
    width: 440px;
}
/* ----- /SECTIONS GRID ----- */
/* ----- SECTIONS CASE ----- */
.case-wrap {
    margin: 24px 0 0 0;
}
.case-wrap:first-child {
    margin: 0;
}
.case-head {
    color: #D84C63;
    padding: 0 0 9px 0;
    margin: 0 0 20px 0;
    line-height: 100%;
    border-bottom: 3px solid #D84C63;
}
.case-head a {
    color: #D84C63;
    text-decoration: none;
}
.case-head > h1,
.case-head > h2,
.case-head > h3,
.case-head > h4,
.case-head > h5,
.case-head > h6 {
    margin: 0 7.5em 0 0;
    font-size: 1.14em;
}
.case-head > a.show-all {
    float: right;
    color: #D84C63;
    font-weight: bold;
    text-decoration: none;
}
.case-head > a.show-all > i {
    font-size: 1.14em;
}
/* ----- /SECTIONS CASE ----- */
/* ----- ELEMENTS GRID ----- */
.grid-elem {
    width: 220px;
    position: relative;
    font-size: 12px;
    border: 1px solid #EFEBE2;
    box-sizing: border-box;
    padding: 0 0 20px 0;
}
.grid-elem a {
    text-decoration: none;
}
.grid-elem:hover {
    border-color: #B5BA40;
}
.grid-elem-info img {
    max-width: 100%;
    height: 158px;
}
.grid-elem-name {
    text-transform: uppercase;
    line-height: 155%;
    height: 54px;
    margin: 22px 0 0 0;
    padding: 0 20px;
    overflow: hidden;
}
.grid-elem-name > a {
    color: #424141;
}
.grid-elem-button {
    display: block;
    font-family: OpenSans, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    background: #b5ba40;
    width: 130px;
    line-height: 25px;
    text-decoration: none;
    text-align: center;
    color: #fff !important;
    border-radius: 5px;
    border-bottom: 2px solid #acb225;
    margin: 10px auto;
}
.grid-elem-button:active{
    border-bottom: none;
    margin-top: 12px;
}
.grid-elem-desc {
    margin: 7px 0 0 0;
    padding: 0 0 7px 0;
    color: #818181;
    height: 32px;
}
.grid-elem-ctrl {
    border-top: 3px solid #EFEBE2;
    width: 100%;
}
.grid-elem-price {
    color: #D84C63;
    font-size: 1.7em;
    line-height: 100%;
    padding: 12px 0;
}
.grid-elem-price,
.grid-elem-price > i {
    font-weight: bold;
}
.grid-elem-quant {
    margin: 2px 0 0 0;
    min-height: 23px;
}
.grid-elem-quant > a {
    font-size: 1.4em;
    color: #D7d3CA;
    text-decoration: none;
}
.grid-elem-quant > a:hover {
    color: #B5BA40;
}
.grid-elem-quant > input {
    width: 40px;
    height: 15px;
    margin: 0;
    padding: 0 3px !important;
    border: none !important;
    outline: none;
    text-align: center;
    font-size: 1.2em !important;
}
.grid-elem-to-cart {
    height: 34px;
    margin: 12px 0 0 0;
}
/*.grid-elem-to-cart > a,*/
.popup-order-button,
.popup-cart-button {
    display: inline-block;
    line-height: 100%;
    margin: 0 auto;
    padding: 12px 14px 11px 44px;
    background: url("img/cart-small.png") no-repeat 18px 50% #b5ba40;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFFFFF;
}
.grid-elem-to-cart > a {
    position: relative;
    display: block;
    margin: 0 auto;
    font-weight: bold;
    font-family: OpenSans, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    background: #D9213F;
    border-radius: 5px;
    width: 130px;
    border-bottom: 2px solid #a32a3a;    
    color: #fff;
    line-height: 33px;
    text-align: center;
}
.grid-elem-to-cart > a:hover,
.grid-elem-to-cart > a:active{
    background: #fe7502;
    border-bottom: 2px solid #e86c04;
    transition: .2s;
}
.grid-elem-to-cart > a:active{
    border-bottom: none;
    top: 2px;
}
.popup-order-button {
    margin: 0 0 0 10px;
}
span.grid-wrap:first-child > .popup-order-button {
    margin: 0;
    background-image: none;
    padding-left: 14px;
}
.popup-order-button,
.popup-cart-button {
    cursor: pointer;
}
input.search-query {
    height: 37px;
    line-height: 37px;
    padding: 0 0 0 5px;
    outline: none;
}
input.search-button {
    border: none;
    display: inline-block;
    line-height: 100%;
    margin: 0 auto;
    padding: 12px 14px 11px;
    background-color: #B5BA40;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFFFFF;
    outline: none;
}
/* ----- /ELEMENTS GRID ----- */
/* ----- ELEMENTS LIST ----- */
.list-elem {
    font-size: 12px;
    margin: 40px 0 0 5px;
}
.list-elem-info {
    float: left;
    width: 50%;
}
.list-elem-info a {
    text-decoration: none;
}
.list-elem-info > a {
    float: left;
    margin: 0 65px 0 0;
}
.list-elem-info > a > div {
    width: 90px;
    height: 110px;
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.list-elem-info img {
    width: 100%;
    max-height: 100%;
}
.list-elem-name,
.list-elem-ctrl,
.list-elem-price,
.list-elem-quant,
.list-elem-to-cart {
    height: 34px;
    line-height: 34px;
}
.list-elem-name,
.list-elem-ctrl {
    padding: 18px 0 0 0;
}
.list-elem-price,
.list-elem-quant {
    float: left;
}
.list-elem-name {
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list-elem-name > a {
    color: #424141;
}
.list-elem-desc {
    color: #5B5B5B;
    text-align: justify;
}
.list-elem-ctrl {
    float: right;
    width: 50%;
}
.list-elem-price {
    width: 120px;
    margin: 0 0 0 79px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #D84C63;
    font-size: 1.7em;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
}
.list-elem-quant {
    margin: 0 0 0 28px;
}
.list-elem-quant > a {
    font-size: 1.4em;
    color: #D84C63;
    text-decoration: none;
}
.list-elem-quant > a:hover {
    color: #B5BA40;
}
.list-elem-quant > input {
    width: 40px;
    height: 34px;
    margin: 0;
    padding: 0 2px !important;
    border: none !important;
    outline: none;
    text-align: center;
    font-size: 1.2em !important;
}
.list-elem-to-cart {
    float: right;
}
.list-elem-to-cart > a {
    display: block;
    line-height: 100%;
    padding: 12px 10px 8px 35px;
    color: #FFFFFF;
    background: url("img/cart-small.png") no-repeat 8px 50% #b5ba40;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}
/* ----- /ELEMENTS LIST ----- */
/* ----- ELEMENT DETAIL ----- */
.detail-box {
    margin: 0 0 10px 0;
}
.detail-images {
    width: 420px;
    float: left;
    position: relative;
}
.detail-images > a {
    display: block;
    position: absolute;
    overflow: hidden;
    z-index: 99;
}
.detail-images > a.prev-img,
.detail-images > a.next-img {
    font-size: 2.5em;
    color: #D7D3CA;
    top: 140px;
    padding: 25px 20px;
}
.detail-images > a.prev-img {
    left: 10px;
}
.detail-images > a.next-img {
    right: 0;
}
.detail-images > a:hover {
    color: #B5BA40;
}
.detail-image {
    text-align: center;
    height: 350px;
    line-height: 350px;
}
.detail-image > a {
    left: 0;
    width: 66.7%;
    height: 350px;
    text-align: center;
    line-height: 350px;
    position: relative;
    text-decoration: none;
    display: block;
    padding: 0 15.5% 0 17.8%;
}
.detail-image > a:before,
.detail-image > a:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 20px;
    right: 20px;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.detail-image > a:before {
    background: url("img/expand.png") no-repeat;
    opacity: 1;
}
.detail-image > a:after {
    background: url("img/expand.png") no-repeat -20px 0;
    opacity: 0;
}
.detail-image > a:hover:before {
    opacity: 0;
}
.detail-image > a:hover:after {
    opacity: 1;
}
.detail-image > a > img {
    max-width: 100%;
    max-height: 350px;
}
.detail-bar {
    list-style: none;
    padding: 0 10px;
    margin: 5px 0 0 0;
    min-height: 80px;
}
.detail-bar > a {
    float: left;
    width: 80px;
    height: 80px;
    margin: 0 10px 10px;
    line-height: 80px;
    text-align: center;
    overflow: hidden;
}
.detail-bar > a:hover,
.detail-bar > a.activeSlide {
    -webkit-box-shadow: 0 0 3px #B5BA40;
    -moz-box-shadow: 0 0 3px #B5BA40;
    box-shadow: 0 0 3px #B5BA40;
}
.detail-bar > a > img {
    max-width: 80px;
    max-height: 80px;
}
.detail-info {
    width: 480px;
    margin: 0 0 0 460px;
}
.detail-ctrl {

}
.detail-price {
    text-align: center;
    color: #D84C63;
    font-size: 2em;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.detail-quant {
    margin: 15px 0;
}
.detail-quant > a {
    font-size: 1.2em;
    text-decoration: none;
    color: #D7D3CA;
}
.detail-quant > a:hover {
    color: #B5BA40;
}
.detail-quant > input {
    border: none !important;
    padding: 0 !important;
    margin: 0 5px;
    width: 35px;
    text-align: center;
    font-size: 1.2em !important;
}
.detail-cart {
    margin-left:80px;
}

.detail-cart > a {
    /*display: block;
    font-size: 1.15em;
    font-weight: bold;
    color: #FFFFFF;
    padding: 18px 0 15px 50px;
    background: url("img/cart-md.png") no-repeat 12px 50% #b5ba40;
    text-decoration: none;
    text-transform: uppercase;*/

}
.detail-cart > a,
.not-available-subscribe a {
    display: block;
    font-family: OpenSans, sans-serif;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    background: url("img/cart-md.png") no-repeat 18px 50% #D9213F;
    padding: 15px 15px 15px 55px;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    border-bottom: 2px solid #a32a3a;
    transition: .2s;
}
.detail-cart > a:hover,
.detail-cart > a:active{
    background-color: #fe7502;
    border-bottom: 2px solid #de6601;
}
.detail-cart > a:active,
.not-available-subscribe a:active{
    border-bottom: none;
    margin-top: 2px;
}
.not-available-subscribe a{
    background: #e6e8c1;
    border-bottom: 2px solid #c3c58e;
    font-size: 14px;
    color: #767850;
    text-transform: none;
    padding: 7px 15px; 
    text-align: center;
}
.not-available-subscribe .result_msg{
    display: block;
    float: right;
    width: 160px;
    border: 2px solid #e6e8c1;
    padding: 5px 10px;
    text-align: center;
}
.detail-char {
    /* height: 145px; */
    /* margin: 0 180px 0 0; */
    margin-bottom: 20px;
}
.detail-char > table {
    width: 100%;
}
.detail-char td {
    line-height: 29px;
    padding: 0;
    width: 28%;
}
.detail-char td:first-child {
/*    width: 62%;*/
    width: 11%;
    padding: 0 10% 0 0;
}
.detail-store {
    margin: 15px 0 0 0;
    line-height: 22px;
    vertical-align: top;
}
.detail-store > div,
.detail-store > div > div {
    height: 22px;
    background: url("img/store_bg.png") repeat-x;
}
.detail-store > div {
    width: 140px;
    display: inline-block;
    cursor: help;
    margin: 0 0 0 7px;
    background-position: 0 -22px;
}
.detail-store .store-0x {
    width: 0%;
}
.detail-store .store-1x {
    width: 20%;
}
.detail-store .store-2x {
    width: 40%;
}
.detail-store .store-3x {
    width: 60%;
}
.detail-store .store-4x {
    width: 80%;
}
.detail-store .store-5x {
    width: 100%;
}
.detail-delivery {
    margin: 25px 0 0 0;
    line-height: 100%;
}
.detail-delivery > a {
    display: inline-block;
    margin: 25px 0 0 0;
    color: #D84C63;
    text-decoration: none;
    border-bottom: 1px dashed #D84C63;
}
.detail-delivery > span {
    color: #B5BA40;
}
.detail-desc {
    margin: 34px 0 0 0;
    padding: 32px 0 0 0;
    border-top: 1px solid #EFEBE2;
}
/* ----- /ELEMENT DETAIL ----- */
/* ----- RELATED ELEMENTS ----- */
.related-box {
    text-align: center;
}
.related-box > .swiper-container {
    height: 282px;
}
.related-box .swiper-slide {
    width: auto;
    margin: 0;
    padding: 0 80px 0 0;
}
.related-box .swiper-last-slide {
    padding: 0;
}
.related-box .swiper-slide > div {
    padding: 0;
    margin: 0;
}
.related-box .swiper-container {
    margin: 0 59px;
}
.related-box .swiper-button-prev,
.related-box .swiper-button-next {
    width: 59px;
    height: 282px;
    line-height: 282px;
    text-align: center;
    font-size: 60px;
    color: #B5BA40;
    cursor: pointer;
}
.related-box .swiper-button-prev:hover,
.related-box .swiper-button-next:hover {
    background: rgba(181, 186, 64, 0.33);
    color: #FFF;

    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.related-box .swiper-button-prev {
    float: left;
}
.related-box .swiper-button-next {
    float: right;
}
.related-head {
    border-bottom: 1px solid #DC5D72;
    margin: 0 0 35px 0;
}
.related-head > h2 {
    background: #FFFFFF;
    color: #DC5D72;
    margin: 0 0 -5px 0;
    padding: 0 20px 0 0;
    font-size: 16px;
    float: left;
}
/* ----- /RELATED ELEMENTS ----- */
/* ----- ORDER FORM ----- */
.order-sort {
    margin: 20px 0;
    text-align: right;
}
.order-sort a {
    display: inline-block;
    white-space: nowrap;
    margin: 0 20px;
}
.order-sort a.current {
    text-decoration: underline;
    color: #424141;
}
.photo-switch {
    text-align: left;
    float: left;
}
.photo-switch-right {
    text-align: right;
    float: right;
    margin: 16px 0;
}
.photo-switch-right a {
    margin: 0;
}
.order-nav {
    max-width: 920px;
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #B5BA40;
}
.order-nav li {
    min-width: 225px;
    margin-left: 6px;
    float: left;
    height: 42px;
    line-height: 42px;
    text-align: center;
    cursor: default;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: -1px;
    border: 1px solid #D7D3CA;
    border-bottom-color: transparent;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
}
.order-nav li,
.order-nav li a {
    color: #666666;
}
.order-nav li.active,
.order-nav li.active a {
    color: #B5BA40;
    border-color: #B5BA40 #B5BA40 #FFFFFF #B5BA40;
}
.order-nav li:first-child {
    margin-left: 0;
}
.order-subnav {
    text-align: center;
}
.order-subnav ul {
    list-style-type: none;
    display: inline-block;
    text-align: left;
    padding: 0;
    text-transform: uppercase;
}
.order-subnav li {
    float: left;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #B5BA40;
    color: #B5BA40;
    cursor: pointer;
}
.order-subnav li:first-child {
    margin-left: 0;
    border-left: none;
    padding-left: 0;
}
.order-subnav li:hover,
.order-subnav li.active,
.order-subnav li.active a {
    text-decoration: underline;
    color: #666666;
}
.order-block th {
    height: 50px;
    font-size: 19px;
    padding: 0 25px;
    color: #FFFFFF;
    background: #B5BA40;
    border: 2px solid #FFFFFF;
    border-bottom: 4px solid #FFFFFF;
    -webkit-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.33);
    -moz-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.33);
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.33);
}
.order-block th:first-child {
    font-size: 12px;
    font-weight: normal;
}
.order-block a {
    text-decoration: none;
}
.order-block td {
    border: 2px solid #FFF;
    padding: 0 20px;
    vertical-align: middle;
}
.order-basket td {
    height: 30px;
}
.bitem-photo {
    width: 10%;
    padding: 0 !important;
}
.bitem-photo > div {
    position: relative;
    padding-top: 100%;
    min-width: 50px;
    max-width: 100%;
    height: 0;
}
.bitem-photo .bitem-img {
    position: absolute;
    top: 4%;
    right: 4%;
    bottom: 4%;
    left: 4%;
    background-position: center;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
td.bitem-quant > input {
    height: 23px;
    padding: 0;
    border: none;
    background: transparent;
    vertical-align: top;
    text-align: center;
}
.bitem-quant > a {
    font-size: 17px;
    color: #D84C63;
    -webkit-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.33);
    -moz-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.33);
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.33);
}
td.bitem-quant > a:hover {
    color: #B5BA40;
}
.bitem-ctrl > a {
    font-size: 19px;
    color: #7F294E;
    -webkit-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.33);
    -moz-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.33);
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.33);
}
.bitem-ctrl > a:hover {
    color: #00AA00;
}
.bitem-ctrl > a:first-child {
    margin: 0 10px 0 0;
}
.bitem-ctrl > a:first-child:hover {
    color: #FF0000;
}
.bitem-name {
    /*width: 35%;*/

    padding: 0 18px;
}
.bitem-name h2 {
    margin: 0;
    padding: 0;
    white-space: normal;
    font-weight: normal;
    line-height: 18px;
}
.bitem-name a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
}
.bitem-quant {
    width: 15%;
    padding: 0 18px;
    text-align: center;
}
.bitem-quant .some-class {
    display: none;
}
.bitem-price,
.bitem-sum {
    width: 12%;
    padding: 0 18px;
    text-align: right;
    white-space: nowrap;
}
th.bitem-price,
th.bitem-sum {
    text-align: center;
}
.bitem-sum {
    width: 16%;
}
span.price-font,
td.bitem-price > div,
td.bitem-allSum > div,
td.bitem-sum > div {
    font-size: 18px;
    font-weight: bold;
}
td.bitem-price > div {
    color: #D84C63;
}
span.price-font,
td.bitem-sum > div {
    color: #7F294E;
}
span.price-font i.fa,
td.bitem-price i.fa,
td.bitem-sum i.fa,
td.bitem-allSum i.fa {
    font-size: 17px;
}
.bitem-ctrl {
    width: 10%;
    padding: 0 18px;
    text-align: center;
}
.order-total > td {
    /*height: 29px;*/

}
.order-total > td.bitem-allWeight,
.order-total > td.bitem-allWeight-title {
    font-size: 14px;
    font-weight: normal;
    padding: 0 5px;
}
.bitem-allQuant,
.bitem-allWeight-title,
.bitem-allWeight,
.bitem-allSum-title {
    text-align: center;
}
.bitem-allSum,
.bitem-allQuant-title {
    text-align: right;
}
.order-ctrl {
    margin: 20px auto 0;
    max-width: 920px;
}
.order-btn {
    height: 40px;
    line-height: 40px;
    float: right;
    font-size: 19px;
    font-weight: bold;
    padding: 0 35px;
    margin: 0 2px;
    border: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: #B5BA40;
    background: #EBE8D7;
    -webkit-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.33);
    -moz-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.33);
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.33);
}
.order-btn-active,
a.order-btn-active {
    color: #FFFFFF;
    background: #B5BA40;
    -webkit-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.33);
    -moz-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.33);
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.33);
}
.order-basket tbody > tr:nth-child(odd) > td {
    background: #E6E8BC;
}
.order-basket tbody > tr:nth-child(even) > td {
    background: #EBE8D7;
}
#warning_message {
    color: #FF0000;
}
.order-step {
    padding: 10px;
    position: relative;
}
.order-person-type > div {
    text-align: center;
}
.order-person-type .label {
    display: inline-block;
    margin: 0 20px 10px 0;
}
.order-field {
    margin: 0 0 15px;
    position: relative;
}
.order-field label {
    display: inline-block;
    line-height: 32px;
    text-align: left;
    width: 290px;
    position: relative;
}
.order-field input[type="text"],
.order-field input[type="password"],
.order-field textarea,
.order-field select,
.order-no-input {
    background: #fff;
    border: 1px solid #c1c5c8;
    border-radius: 4px;
    color: #000;
    display: inline-block;
    outline: none;
    vertical-align: middle;
    font-size: 14px;
    padding: 6px 8px;
    width: 100%;
    max-width: 80%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.order-no-input {
    min-height: 32px;
    text-align: left;
    line-height: 18px;
}
.order-no-input .fa {
    font-size: 1.2em;
}
.order-field textarea {
    resize: none;
}
.order-field textarea.full-width {
    max-width: 100%;
    resize: vertical;
}
.order-field input[disabled],
.order-field input[disabled="disabled"] {
    color: #A0A0A0;
    background: #ECECEC;
    cursor: not-allowed;
}
.order-checker {
    width: 100%;
    max-width: 60%;
    float: right;
    text-align: left;
    font-size: 1.5em;
    line-height: 32px;
}
.order-checker i.fa {
    cursor: pointer;
}
.order-field-desc {
    text-align: left;
    margin-bottom: 15px;
    font-style: italic;
}
.order-wrap {
    width: 75%;
    margin: 0 auto;
}
.order-psv-map {
    width: 920px;
    height: 400px;
    margin: 0 auto;
}
.order-tab {
    padding: 10px 0;
}
.order-wait {
    position: absolute;
    width: 95px;
    height: 51px;
    line-height: 51px;
    font-size: 14px;
    top: 10px;
    right: 10px;
}
.order-wait > i.fa {
    margin-right: 4px;
}
.delivery-table {
    width: 100%;
}
.delivery-table td {
    padding: 0;
    border: none;
    padding-bottom: 20px;
    vertical-align: middle;
}
.delivery-table label {
    display: block;
}
.profile-logo {
    width: 100px;
    text-align: center;
}
.profile-logo img {
    width: 95px;
    height: 55px;
}
tr.active .profile-logo label {
    box-shadow: 0 0 10px #4baaaa;
}
.profile-name,
.profile-info {
    text-align: center;
}
.profile-name label,
.profile-info label {
    display: inline-block;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.profile-name label {
    width: 155px;
}
.profile-info label {
    width: 355px;
}
.profile-info a {
    font-size: 0.8em;
    text-transform: lowercase;
}
.profile-delivery {
    width: 206px;
}
.profile-delivery ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.profile-delivery li {
    float: left;
    border-left: 1px dotted #B5BA40;
    margin-left: 10px;
    padding-left: 10px;
    width: 80px;
    text-align: center;
}
.profile-delivery li:first-child {
    margin-left: 0;
}
.profile-delivery li > i.fa {
    font-size: 16px;
}
/* ----- /ORDER FORM ----- */
/*
 * FOOTER STYLES
 * ========================================================================== */
#footer .footer_top{
    padding: 15px 0;
    border-top: 2px solid #d6d997;
}
#footer .footer_bottom{
    height: 145px;
    background: #EBE7D6;
    border-top: 6px solid #BA243F;
    min-width: 1190px;
    overflow: hidden;
}
/* ----- FOOTER INFO ----- */
.footer_bottom ul.footer_address,
.footer_bottom .footer_phone ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.footer_bottom ul.footer_address li,
.footer_bottom .footer_phone ul li{
    list-style-type: none;
    color: #7f294e;
    font-size: 18px;
    font-weight: bold;
}
.footer_bottom ul.footer_address li .icon-mail{
    background-position: -40px 25%;
}
.footer_bottom ul.footer_address li a,
.footer_bottom .footer_phone ul li a{
    text-decoration: none;
    color: #7f294e;
}
.footer_bottom ul.footer_address li a:hover,
.footer_bottom .footer_phone ul li a:hover{
    color: #AFB424;
}
.footer_bottom .footer_phone{
    text-align: center;
    margin-left: 95px;
}
.footer_bottom .footer_phone ul{
    margin-bottom: 10px;
}
.footer_bottom .footer_phone a.call_back_button{
    position: relative;
    margin: 0;
}
.footer_bottom .footer_phone a.call_back_button:active{
    top: 2px;
}
.footer_bottom .footer_search{

}
.footer_bottom .footer_search .footer_rights{
    color: rgb(127, 41, 78);
    font-size: 18px;
    font-weight: bold;
    font-family: Arial, OpenSans;
}
/* ----- /FOOTER INFO ----- */

/* ----- FOOTER MENU ----- */
.footer-menu,
.footer-submenu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-menu{
    margin: 0 auto 10px auto;
    width: 950px;
}
.footer-menu a {
    color: #7F294E;
    text-decoration: none;
}
.footer-menu a.current,
.footer-menu a:hover {
    color: #AFB424;
}
.footer-menu > li {
    float: left;
    margin: 0 0 0 25px;
    min-height: 32px;
    line-height: 32px;
}
.footer-menu > li:first-child {
    margin: 0;
}
.footer-menu > li > a {
    text-transform: uppercase;
    font-weight: bold;
}
/* ----- /FOOTER MENU ----- */
/* ----- FOOTER SEARCH ----- */
.footer-search {
    border-color: #C0C358;
    background: #EBE7D6;
    margin-bottom: 30px;
    margin-top: 5px;
}
.footer-search label,
.footer-search input[type="text"] {
    color: #CE8787;
}
.footer-search input[type="text"] {
    width: 195px;
}
.footer-search input[type="submit"] {
    background-position: 50% -16px;
}
/* ----- /FOOTER SEARCH ----- */
.site-map-link {
    position: absolute;
    right: 140px;
    bottom: 5px;
    color: #7F294E;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}
.site-map-link:hover {
    color: #AFB424;
}
/* ----- DEVELOPER INFO ----- */
.developer {
    position: absolute;
    right: 0;
    bottom: -16px;
}
/* ----- /DEVELOPER INFO ----- */
/* ----- DELIVERY PAGE ----- */
.delivery-points {
    margin: 10px 0;
}
.delivery-links {
    list-style-type: none;
    padding: 0 10px;
    margin: 0;
}
.delivery-links > li {
    float: right;
    margin: 0 10px;
}
.delivery-map {
    height: 500px;
}
.dropdown-list,
.dropdown-list ul {
    list-style-type: none;
}
.dropdown-list {
    margin: 0 20px;
    padding: 0;
}
.dropdown-list > li > a {
    color: #B5BA40;
}
.dropdown-list > li > a:hover {
    color: #D84C63;
}
li.city-select {
    cursor: pointer;
}
li.city-select:hover {
    text-decoration: underline;
}
.pickups-block {
    padding: 10px 0;
}
.pickups-block tr:hover {
    background: #E5E5E5;
}
.pickups-block tr:first-child:hover {
    background: transparent;
}
.pickups-block th,
.pickups-block td {
    font-size: 12px;
    padding: 8px 4px;
}
.pickups-block td {
    min-height: 35px;
    border-top: 1px solid #C0C0C0;
    vertical-align: top;
}
.pickup-name {
    font-weight: bold;
    color: #EC2A00;
    width: 15%;
}
.pickup-address {
    width: 25%;
}
.pickup-phone {
    width: 15%;
}
.pickup-worktime {
    width: 45%;
}
.pickups-block th:hover td {
    background: #C0C0C0;
}
/* placeholder */
.placeholder {
    position: relative;
}
.placeholder label {
    height: 100%;
    padding: 0 8px;
    line-height: 30px;
    font-size: 13px;
    color: #666666;
    position: absolute;
    top: 0;
    left: 0;
    cursor: text;
    z-index: 1;
}
.placeholder label.hide {
    left: -9999em !important;
}
.delivery-city select {
    background: #fff;
    border: 1px solid #cccccc;
    border-radius: 3px;
    display: inline-block;
    outline: none;
    vertical-align: middle;
    padding: 5px 3px;
    margin-bottom: 3px;
    width: 100%;
    max-width: 97%;
    height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    color: #666666;
}
.delivery-city input[type="text"] {
    height: 28px;
    padding: 0 8px;
    margin: 0 10px 0 0;
    width: 275px;
}
.load-icon > span {
    position: absolute;
    font-size: 20px;
    width: 24px;
    height: 30px;
    right: 13px;
    top: 0;
    color: #666666;
    line-height: 30px;
}
/* DELIVERY TABS */
.delivery-tabs {
    text-align: center;
}
.delivery-tab {
    margin-top: 10px;
    margin-bottom: 10px;
}
.delivery-points .ui-autocomplete {
    max-height: 124px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */

    overflow-x: hidden;
}
/* CALCULATOR */
.calc-lader > span {
    font-size: 14px;
    line-height: 29px;
    font-weight: normal;
}
.calc-form {
    width: 50%;
    margin: 0 auto;
}
.calc-result {
    line-height: 1.5;
}
.calc-result > table {
    width: 100%;
}
.calc-result td {
    padding: 10px 15px;
    box-sizing: border-box;
    line-height: 150%;
    border-top: 1px solid #CACACA;
}
.calc-result th {
    padding: 10px 0;
}
.calc-result tr:hover {
    background: #C2E8E8;
}
.calc-result tr:hover:first-child {
    /*background: transparent !important;*/

}
td.calc-logo {
    width: 10%;
}
td.calc-name {
    width: 20%;
}
td.calc-info {
    width: 40%;
}
td.calc-phone {
    width: 15%;
    white-space: nowrap;
}
td.calc-period,
td.calc-price {
    width: 10%;
    text-align: center !important;
    white-space: nowrap;
}
td.calc-time i,
td.calc-price > i {
    font-size: 1.2em;
}
.calc-title {
    font-size: 1.5em;
    font-weight: bold;
    margin: 0.5em 0;
}
.mapSetCity,
.mapSetPickup {
    cursor: pointer;
    color: #B5BA40;
    font-weight: normal;
    float: right;
}
.mapSetCity:hover,
.mapSetPickup:hover {
    text-decoration: underline;
}
.fancybox-ajax {
    color: #333333 !important;
    text-decoration: none;
}
.fancybox-ajax > .ui-button-text {
    line-height: 30px !important;
}
/* ----- /DELIVERY PAGE ----- */
/* ----- MAIN TABS ---- */
.main-tabs {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #B5BA40;
}
.main-tabs > li {
    display: inline-block;
    margin: 0 2px -1px;
    height: 42px;
    line-height: 42px;
    cursor: default;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #D7D3CA;
    border-bottom-color: transparent;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
}
.main-tabs > li,
.main-tabs > li > a {
    color: #666666;
    cursor: pointer;
    text-decoration: none;
}
.main-tabs > li.active,
.main-tabs > li.active > a {
    color: #B5BA40;
    cursor: default;
    border-color: #B5BA40 #B5BA40 #FFFFFF #B5BA40;
}
.main-tabs > li.disabled,
.main-tabs > li.disabled > a {
    color: #B4B0A7;
    cursor: not-allowed;
}
/* ----- /MAIN TABS ---- */
.radio-row {
    display: block;
    font-size: 16px;
    padding: 5px 10px;
}
.radio-row > div {
    float: left;
    width: 32.4%;
}
.radio-row > div:first-child {
    width: 2.8%;
}
.radio-row > div > label {
    font-weight: bold;
    cursor: pointer;
}
.radio-row:hover {
    background: #EBEBEB;
    cursor: pointer;
}
/*
 * CUSTOM HELPER CLASSES
 * ========================================================================== */
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
/* link color transition */
.transition-link,
.transition-menu a {
    -webkit-transition: color 0.2s ease-out, border 0.2s ease-out;
    -moz-transition: color 0.2s ease-out, border 0.2s ease-out;
    -o-transition: color 0.2s ease-out, border 0.2s ease-out;
    transition: color 0.2s ease-out, border 0.2s ease-out;
}
/* link background-color transition */
.transition-block a {
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}
/* image background-position transition */
.transition-link > img,
.transition-menu a > img {
    -webkit-transition: background-position 0.2s ease-out;
    -moz-transition: background-position 0.2s ease-out;
    -o-transition: background-position 0.2s ease-out;
    transition: background-position 0.2s ease-out;
}
.small-text {
    font-size: 0.8em;
}
/*
 * FONTS
 * ========================================================================== */
@font-face {
    font-family: 'OpenSans';
    src: url('fonts/opensans-regular-webfont.eot');
    src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-regular-webfont.woff') format('woff'), url('fonts/opensans-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans';
    src: url('fonts/opensans-italic-webfont.eot');
    src: url('fonts/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-italic-webfont.woff') format('woff'), url('fonts/opensans-italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'OpenSans';
    src: url('fonts/opensans-bold-webfont.eot');
    src: url('fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-bold-webfont.woff') format('woff'), url('fonts/opensans-bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans';
    src: url('fonts/opensans-bolditalic-webfont.eot');
    src: url('fonts/opensans-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-bolditalic-webfont.woff') format('woff'), url('fonts/opensans-bolditalic-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'OpenSans_XBold';
    src: url('fonts/opensans-extrabold-webfont.eot');
    src: url('fonts/opensans-extrabold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-extrabold-webfont.woff') format('woff'), url('fonts/opensans-extrabold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans_XBold';
    src: url('fonts/opensans-extrabolditalic-webfont.eot');
    src: url('fonts/opensans-extrabolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-extrabolditalic-webfont.woff') format('woff'), url('fonts/opensans-extrabolditalic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'OpenSans_Light';
    src: url('fonts/opensans-light-webfont.eot');
    src: url('fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-light-webfont.woff') format('woff'), url('fonts/opensans-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans_Light';
    src: url('fonts/opensans-lightitalic-webfont.eot');
    src: url('fonts/opensans-lightitalic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-lightitalic-webfont.woff') format('woff'), url('fonts/opensans-lightitalic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'OpenSans_SBold';
    src: url('fonts/opensans-semibold-webfont.eot');
    src: url('fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-semibold-webfont.woff') format('woff'), url('fonts/opensans-semibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans_SBold';
    src: url('fonts/opensans-semibolditalic-webfont.eot');
    src: url('fonts/opensans-semibolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/opensans-semibolditalic-webfont.woff') format('woff'), url('fonts/opensans-semibolditalic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.half {
    width: 50%;
}
/*
 * Image replacement
 */
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */

    *text-indent: -9999px;
}
.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
    display: none !important;
    visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
    visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */

    display: table;
    /* 2 */

}
.clearfix:after {
    clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
    *zoom: 1;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster: h5bp.com/s */

        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    /*
         * Don't show links for images, or javascript/internal links
         */
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
        /* h5bp.com/t */

    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
.pickup-list span:hover {
    cursor: pointer;
    text-decoration: underline;
}
@media (max-width: 1190px) {
    .wrapper {
        padding: 0 20px;
    }
    #footer{
        padding-top: 35px;
    }
    #footer .footer_top,
    #footer .footer_bottom{
        padding-right: 30px;
        min-width: 1200px;
    }
    a.developer {
        right: 20px;
    }
    .header-logo {
        left: 20px;
    }
    .header-cart {
        right: 20px;
    }
    #header:after {
        width: 1210px;
    }
}
.related-head_h2 {
    background: #FFFFFF;
    color: #DC5D72;
    margin: 0 0 -5px 0;
    padding: 0 20px 0 0;
    font-size: 16px;
    float: left;
    display: block;
    font-weight: bold;
}
a.call_back_button {
    display: block;
    font-family: OpenSans, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    background: #D9213F;
    width: 250px;
    line-height: 25px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    margin: 10px 0 0 30px;
    border-radius: 5px;
    border-bottom: 2px solid #a32a3a;
    transition: .2s;
}
a.call_back_button:hover,
a.call_back_button:active{
    background: #b5ba40;
    border-bottom: 2px solid #acb225;
}
a.call_back_button:active{
    border-bottom: none;
    margin-top: 12px;
}
#callback_table tbody td,
#callback_table thead th {
    padding-bottom: 25px;
    color: #7F294E;
}
#callback_table thead th {
    font-weight: bold;
    font-size: 1.5em;
    text-align: center;
    padding-bottom: 10px;
}
#callback_table thead th.callorder_bookmarks {
    font-size: 14px;
    font-family: Arial;
    font-weight: normal;
    padding-bottom: 15px;
}
#callback_table tbody td{
    padding-right: 25px;
    font-weight: bold;
}
#callback_table tbody td input {
    height: 26px;
    border: 3px solid #E6E8BC;
    background: transparent;
    font-family: Arial, sans-serif;
    font-size: 1em;
    font-style: italic;
    color: #84CDCE;
    padding: 0 5px;
}
#callback_table .form_submit_cell{
    height: 40px;
}
#callback_table input[type="submit"] {
    display: block;
    position: relative;
    cursor: pointer;
    font-weight: bold;
    background: #D9213F;
    font-size: 14px;
    width: 100%;
    padding: 7px 10px;
    color: #fff;
    border-radius: 5px;
    border: none;
    border-bottom: 2px solid #a32a3a;
    text-transform: uppercase;
    outline: none;
    transition: .1s;
}
#callback_table input[type="submit"]:hover,
#callback_table input[type="submit"]:active{
    background: #b5ba40;
    border-bottom: 2px solid #acb225;
}
#callback_table input[type="submit"]:active{
    border-bottom: none;
    top: 2px;
}
.asortvibor {
    font-weight: bold;
}
.pay_system {
    background-color: #FF8004;
    margin-top: 10px;
    padding: 5px;
    float: right;
}
.newsdetail {
    float: right;
    margin: -10px 50px 10px;
}
.advantages {
    border: 4px solid #D7D3CA;
    text-align: center;
    margin-top: 10px;
    overflow: hidden;
}
.advantages .adv-item {
    display: table;
    height: 50px;
    padding: 3px;
}
.advantages .adv-item .icon {
    float: left;
    width: 60px;
}
.advantages .adv-item .text {
    text-align: center;
    width: 135px;
    display: table-cell;
    vertical-align: middle;
    color: #595959;
    font-style: italic;
    font-size: 13px;
}
.advantages span {
    color: #D9213F;
    font-size: 15px;
    font-weight: bold;
    padding: 5px;
    display: block;
}
.product-tabs {
    float: left;
    margin-top: 10px;
}
.footer_top .socials{
    margin-top: 7px;
}
.footer_top .socials .skype,
.footer_top .socials .viber{
    display: inline-block;
    width: 32px;
    width: 32px;
}
.footer_top .socials span{
    font-size: 16px;
    color: #b5ba40;
    margin-right: 15px;
    font-weight: bold;
}
.footer_top .socials a{
    margin-right: 8px;
}
.footer_top .subscribe_title{
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #b5ba40;
    width: 360px;
    vertical-align: middle;
    margin-right: 15px;
}
.footer_top .footer-subscribe {
    display: inline-block;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-style: italic;
    color: #D2878B;
    border: 2px solid #d47788;
    position: relative;
    vertical-align: middle;
}
.footer_top .footer-subscribe input {
    outline: none;
}
.footer_top .footer-subscribe label {
    height: 26px;
    line-height: 26px;
    position: absolute;
    top: 0;
    left: 7px;
    cursor: text;
}
.footer_top .footer-subscribe input[type="text"] {
    width: 275px;
    height: 26px;
    border: none;
    padding: 0 32px 0 7px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-style: italic;
    color: #84CDCE;
}
/* for IE < 9 */
.lt-ie9 .footer_top .footer-subscribe input[type="text"] {
    line-height: 26px;
}
.footer_top .footer-subscribe input[type="submit"] {
    border: none;
    height: 27px;
    padding: 0 7px;
    font-weight: bold;
    color: #ba243f;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
}
.contacts_info .tel a{
    text-decoration: none;
}
.contacts_info .vcard .tel a,
.contacts_info .vcard span.tel{
    color: #ba243f;
}
table.payment_table{
    margin-left: 35px;
}
table.payment_table td{
    height: 55px;
    padding: 0 5px !important;
    border: none !important;
    vertical-align: middle;
}
table.payment_table td.rline-logo{
    width: 95px;
    overflow: hidden;
    text-align: center;
}
table.payment_table td.rline-logo img{
    width: 85px;
    height: 50px;
    margin: 3px 0;
}
table.payment_table td.rline-name span{
    font-size: 0.8em;
}
#popup_form_notify .window_title{
    color: #7f294e;
    font-size: 18px;
    font-weight: bold;
}
#popup_form_notify .bx-auth-label,
#popup_form_notify .popup-buyer-title-mail{
    color: #7f294e;
    font-size: 14px;
    font-weight: bold;
}
#popup_form_notify input{
    width: 240px;
    border: 3px solid #e6e8bc;
}
#popup_form_notify tr td{
    color: #7f294e;
}
#popup_form_notify tr td:first-child{
    text-align: center;
}
#popup_form_notify td img.captcha_img{
    width: 263px;
    height: 40px;
}
#popup_notify .popup-window-buttons .popup-window-button{
    border-bottom: 3px solid #a32a3a;
    margin: 10px 0; 
    border-radius: 5px;    
    transition: .2s;
    margin-left: -45px;
}
#popup_notify .popup-window-buttons-hr{
    display: none;
}
#popup_notify .popup-window-buttons .popup-window-button span.popup-window-button-left,
#popup_notify .popup-window-buttons .popup-window-button span.popup-window-button-text,
#popup_notify .popup-window-buttons .popup-window-button span.popup-window-button-right{
    font-family: OpenSans, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    background: #D9213F;
    text-decoration: none;
    text-align: center;
    color: #fff;    
    transition: .2s;
}
#popup_notify .popup-window-buttons .popup-window-button span.popup-window-button-text{
    width: 130px;
}
#popup_notify .popup-window-buttons .popup-window-button{
    position: relative;
    margin-top: 0;
}
#popup_notify .popup-window-buttons .popup-window-button span.popup-window-button-left{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
#popup_notify .popup-window-buttons .popup-window-button span.popup-window-button-right{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
#popup_notify .popup-window-buttons .popup-window-button:hover,
#popup_notify .popup-window-buttons .popup-window-button:active{    
    border-bottom: 3px solid #acb225;
}
#popup_notify .popup-window-buttons .popup-window-button:hover span,
#popup_notify .popup-window-buttons .popup-window-button:active span{    
    background: #b5ba40;
}
#popup_notify .popup-window-buttons .popup-window-button:active{
    border: none;
    top: 2px;
    transition: none;
    margin-bottom: 13px;
}

/* Helpers */

.color-green {
    color: #008000 !important;
}

.bold {
    font-weight: bold;
}
.delivery_note{
    font-weight: bold;
    font-size: 16px;
    color: #D9213F;
}
.basket_delivery_note {
    margin: 5px 0 20px 0;
}
.b-top {z-index:2600;position:fixed;left:0;bottom:50px;width:34%;margin-left:50%;opacity: 0.5;filter:alpha(opacity=50);}
.b-top:hover {opacity:1;filter:alpha(opacity=100);cursor:pointer;}
.b-top-but {z-index:2600;position:absolute;display:block;left:56px;bottom:0;margin:0 0 0 100%;padding:32px 12px 4px;
color:white;background:#FF8004 url(http://alaev.info/wp-content/plugins/goupbutt/b-j-top.png) no-repeat 50% 11px;border-radius:7px;}





.product-tabs.prettytabs > div {
    border-color: #ff8004;
    border-width: 2px 0 0;
}
.product-tabs.prettytabs > ul > li.actab {
    background: #ff8004 none repeat scroll 0 0;
    border-color: #ff8004;
    color: white;
    padding-bottom: 12px;
}
.product-tabs.prettytabs > ul {
    bottom: -1px;
}
.product-tabs.prettytabs > ul > li {
    background: #ffd2a6 none repeat scroll 0 0;
    border-color: #ffd2a6;
    border-radius: 3px 3px 0 0;
    color: #333;
    font-weight: 700;
    margin-right: 6px;
    padding: 10px 15px;
}
.product-tabs.prettytabs {
  float: none;
}
.pay_system {
  background-color: #ff8004;
  float: left;
  margin-top: 50px;
  padding: 5px;
}

input:focus{
 box-shadow: 0 0 10px rgba(255,128,4,0.5); 
}



.advontogees {
    border: 2px solid #ff8100;
    box-sizing: border-box;
    clear: left;
    height: 135px;
    width: 100%;
}
.pay_system {
    margin-right: 209px;
}
.advontogees > .vanho {
    float: left;
    font-size: 12px;
    line-height: 1.25em;
    margin: 1.25%;
    padding-top: 65px;
    position: relative;
    text-align: center;
    width: 23%;
}
.advontogees > .vanho > .dumhedu > img {
    display: block;
    left: calc(50% - 28px);
    margin: 5px auto;
    top: 0;
}
.advontogees .vanho:first-child {
    margin-left: 0;
}
.advontogees .vanho:last-child {
    margin-right: 0;
}
.dumhedu {
    position: absolute;
    top: 0;
    width: 100%;
}
.advontogees > .vanho::after {
    color: #ff8100;
    content: "■ ■ ■";
    display: block;
    position: absolute;
    right: -28px;
    top: 24px;
    width: 42px;
}
.advontogees .vanho:last-child::after {
    display: none;
}

