html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    outline: 0;
    font: inherit;
    vertical-align: baseline;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
}

body {
    line-height: 1;
}

ol,ul {
    list-style: none;
}

blockquote,q {
    quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    background: #fff;
    font: 16px/26px 'Vollkorn',Georgia,Times,serif;
    color: #444;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}

body {
    font-size: 100%;
}

h1,h2,h3,h4,h5,h6 {
    color: #181818;
    font-family: 'Ubuntu',Helvetica,Arial,sans-serif;
    font-weight: normal;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
    font-weight: inherit;
}

h1 {
    font-size: 2.375em;
    line-height: 1.08695652173913em;
    margin-bottom: 14px;
    font-family: Arial Narrow,sans-serif;
}

h2 {
    font-size: 1.75em;
    line-height: 1.14285714285714em;
    margin-bottom: 10px;
}

h3 {
    font-size: 1.5em;
    line-height: 1.16666666666667em;
    margin-bottom: 8px;
}

h4 {
    font-size: 1.25em;
    line-height: 1.2em;
    margin-bottom: 4px;
}

h5 {
    font-size: 1em;
    line-height: 1.25em;
}

h6 {
    font-size: 0.875em;
    line-height: 1.14285714285714em;
}

.subheader {
    color: #777;
}

p {
    margin: 0 0 15px 0;
}

p img {
    margin: 0;
}

p.lead {
    font-size: 1.3125em;
    line-height: 1.28571428571429em;
    color: #777;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
    color: #333;
}

small {
    font-size: 80%;
}

blockquote,blockquote p {
    font-size: 1.0625em;
    line-height: 1.41176470588235em;
    color: #777;
    font-style: italic;
}

blockquote {
    margin: 0 0 20px;
    padding: 9px 2.083333333333% 0 1.97916666666667%;
    border-left: 1px solid #ddd;
}

blockquote cite {
    display: block;
    font-size: 0.75em;
    color: #555;
}

blockquote cite:before {
    content: "\2014 \0020";
}

blockquote cite a,blockquote cite a:visited,blockquote cite a:visited {
    color: #555;
}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 30px;
    height: 0;
}

.node a:hover {
    text-decoration: none;
}

a,a:visited {
    color: #b0223d;
    text-decoration: none;
    cursor: pointer;
}

a:hover,a:focus {
    color: #000;
}

p a,p a:visited {
    line-height: inherit;
}

ul,ol {
}

ul {
}

ol {
}

ol,ul.square,ul.circle,ul.disc {
    margin-left: 30px;
}

ul.square {
    list-style: square outside;
}

ul.circle {
    list-style: circle outside;
}

ul.disc {
    list-style: disc outside;
}

ul ul,ul ol,ol ol,ol ul {
}

ul ul li,ul ol li,ol ol li,ol ul li {
}

li {
}

ul.large li {
}

li p {
}

embed,object,video {
    max-width: 100%;
    height: auto;
}

form {
    margin-bottom: 20px;
}

fieldset {
    margin-bottom: 20px;
}

.block-webform fieldset {
    margin-bottom: 0px;
}

input[type="text"],input[type="password"],input[type="email"],input[type="url"],textarea,select {
    border: 1px solid #ccc;
    padding: 6px 4px;
    outline: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font: 13px "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #777;
    margin: 0;
    display: block;
    margin-bottom: 20px;
    background: #fff;
}

select {
    padding: 0;
}

input[type="text"]:focus,input[type="password"]:focus,input[type="email"]:focus,input[type="url"]:focus,textarea:focus {
    border: 1px solid #aaa;
    color: #444;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
    box-shadow: 0 0 3px rgba(0,0,0,.2);
}

textarea {
    min-height: 60px;
}

label,legend {
    display: block;
    font-weight: bold;
    font-size: 13px;
}

input[type="checkbox"] {
    display: inline;
}

label span,legend span {
    font-weight: normal;
    font-size: 13px;
    color: #444;
}

.remove-bottom {
    margin-bottom: 0 !important;
}

.half-bottom {
    margin-bottom: 10px !important;
}

.add-bottom {
    margin-bottom: 20px !important;
}
.container {
    width: 100%;
    margin: 0 auto;
    max-width: 1170px;
	
}

.onecol {
    width: 6.25%;
}

.twocol {
    width: 14.58333333333333%;
}

.threecol {
    width: 22.91666666666667%;
}

.fourcol {
    width: 31.25%;
}

.fivecol {
    width: 39.58333333333333%;
}

.sixcol {
    width: 47.91666666666667%;
}

.sevencol {
    width: 56.25%;
}

.eightcol {
    width: 64.58333333333333%;
}

.ninecol {
    width: 72.91666666666667%;
}

.tencol {
    width: 81.25%;
}

.elevencol {
    width: 89.58333333333333%;
}

.twelvecol {
    width: 97.91666666666667%;
}

.onecol,.twocol,.threecol,.fourcol,.fivecol,.sixcol,.sevencol,.eightcol,.ninecol,.tencol,.elevencol,.twelvecol {
    float: left;
    display: inline;
    margin-right: 2.08333333333333%;
}

.onecol.last,.twocol.last,.threecol.last,.fourcol.last,.fivecol.last,.sixcol.last,.sevencol.last,.eightcol.last,.ninecol.last,.tencol.last,.elevencol.last,.twelvecol.last {
    margin-right: 0px;
}
@font-face {
    font-family: 'georgiaitalic';
	 
    src: url(sites/all/themes/responsive/assets/fonts/georgiai-webfont.eot);
    src: url(sites/all/themes/responsive/assets/fonts/georgiai-webfont.eot?#iefix) format('embedded-opentype'),url(sites/all/themes/responsive/assets/fonts/georgiai-webfont.woff) format('woff'),url(sites/all/themes/responsive/assets/fonts/georgiai-webfont.ttf) format('truetype'),url(sites/all/themes/responsive/assets/fonts/georgiai-webfont.svg#georgiaitalic) format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'helioscondregular';
    src: url(sites/all/themes/responsive/assets/fonts/helioscond-webfont.eot);
    src: url(sites/all/themes/responsive/assets/fonts/helioscond-webfont.eot?#iefix) format('embedded-opentype'),url(sites/all/themes/responsive/assets/fonts/helioscond-webfont.woff2) format('woff2'),url(sites/all/themes/responsive/assets/fonts/helioscond-webfont.woff) format('woff'),url(sites/all/themes/responsive/assets/fonts/helioscond-webfont.ttf) format('truetype'),url(sites/all/themes/responsive/assets/fonts/helioscond-webfont.svg#helioscondregular) format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    overflow-x: hidden;
}

.banner_under_header_box {
    width: 100%;
    height: 148px;
    position: absolute;
    z-index: 101;
    background: url(sites/all/themes/responsive/assets/images/banner_1200.png) top center;
    font-family: Helvetica;
}

.banner_under_header_box .banner_link_all {
    width: 100%;
    height: 70px;
    z-index: 1;
    display: block;
    position: absolute;
    font-size: 0;
}

.banner_under_header_box .container {
    position: relative;
}

.banner_under_header_box .banner_link_button {
    width: 218px;
    height: 44px;
    padding: 0 0 0 30px;
    line-height: 44px;
    vertical-align: middle;
    z-index: 2;
    display: block;
    position: absolute;
    top: 10px;
    right: 0;
    color: #2d3032;
    background: url(sites/all/themes/responsive/assets/images/banner_link_button.png) 0 0 no-repeat;
}

.banner_under_header_box .banner_link_button:hover {
    opacity: 0.9;
}

.region-main-page > aside + aside {
    margin: 70px 0 0 0;
}

.close_map {
    width: 20px;
    height: 20px;
    background: url(sites/all/themes/responsive/assets/images/close_map.png) 0 0 no-repeat;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.region-main-page {
    max-width: 100%;
    overflow: hidden;
}

table td,table th {
    min-width: 25px;
    padding: 1%;
}

#content .node img {
    max-width: 100%;
    height: auto !important;
}

.harakteristiki_table {
    clear: left;
}

#main-image {
    margin: 0 0 15px 0;
}

.konkyrs {
    max-width: 100%;
    overflow: hidden;
}

.view-sovet .views-field-field-img-alone img,.view-akcii.view-display-id-page .views-field-field-image img,.view-news .views-field-field-image img {
    max-width: 100%;
}

.object_gal_item img {
    max-width: 100%;
    height: auto;
}

.top-product table caption {
    font-size: 20px;
    font-family: Arial Narrow,sans-serif;
    background: url(sites/all/themes/responsive/assets/images/i-character.png) 25px 21px no-repeat,url(sites/all/themes/responsive/assets/images/arr-character.png) no-repeat 101% 0;
    background-color: #2f2f2f;
    text-align: left;
    color: #fff;
    text-shadow: none !important;
    padding: 18px 55px;
    border-radius: 0 32px 32px 0;
    cursor: pointer;
}

.top-product table tbody {
    display: none;
}

#main {
    padding-bottom: 40px;
}

#toolbar {
    height: 35px;
    background: #353535;
    border-bottom: 1px solid #4B4C4D;
}

#header {
    min-height: 146px;
    background: #FFF;
    border-bottom: 6px solid #b72340;
}

#header section {
    max-width: 1170px;
    height: 152px;
    margin: 0 auto;
}

#logo {
    float: left;
    margin: 25px 0px 0px 11px;
}

.block-social-links ul li {
    margin: 0 21px 0 0;
    padding: 0;
    list-style: none;
    float: left;
}

.block-social-links ul li a {
    text-decoration: none;
    display: block;
    font-size: 0;
    text-indent: -999px;
    background: url(sites/all/themes/responsive/assets/images/sprites/social-icons.jpg) no-repeat;
    height: 22px;
}

.block-social-links li.vkontakte a {
    width: 21px;
    height: 20px;
    margin-left: 20px;
    display: inline-block;
    background: url(sites/all/themes/responsive/assets/images/sprite-vk.png) no-repeat;
    vertical-align: top;
    margin-top: 2px;
}

.block-social-links li.vkontakte a:hover {
    background-position: 0 -20px;
}

.block-social-links ul li.rss a {
    width: 17px;
    background-position: 0 0;
}

.block-social-links ul li.twitter a {
    width: 26px;
    background-position: -17px 0;
}

.block-social-links ul li.dribble a {
    width: 22px;
    background-position: -43px 0;
}

.block-social-links ul li.vimeo a {
    width: 19px;
    background-position: -65px 0;
}

.block-social-links ul li.facebook a {
    width: 10px;
    background-position: -84px 0;
}

.block-social-links ul li.youtube a {
    width: 20px;
    background-position: -94px 0;
}

.block-social-links ul li.rss a:hover {
    background-position: 0 -22px;
}

.block-social-links ul li.twitter a:hover {
    background-position: -17px -22px;
}

.block-social-links ul li.dribble a:hover {
    background-position: -43px -22px;
}

.block-social-links ul li.vimeo a:hover {
    background-position: -65px -22px;
}

.block-social-links ul li.facebook a:hover {
    background-position: -84px -22px;
}

.block-social-links ul li.youtube a:hover {
    background-position: -94px -22px;
}

.block-social-links ul li.youtube {
    margin-right: 0;
}

.block-social-links {
    float: right;
    padding: 0px 7px 0 0;
    margin-top: -27px;
}

.block-search {
    float: left;
    padding: 11px 0px 0 0;
    clear: right;
    margin: -20px 0 0 10px;
}

.block-search input[type="text"] {
    width: 148px;
    border: none;
    border-left: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding: 13px 15px;
    font-size: 15px;
    height: 15px;
    float: left;
    font-family: 'georgiaitalic';
    color: #9c9c9c;
    margin-left: 56px;
}

.block-search input[type="submit"] {
    width: 44px;
    height: 43px;
    border: none;
    font-size: 0;
    text-indent: -999px;
    float: left;
    background: #2d3032 url(sites/all/themes/responsive/assets/images/find.png) center center no-repeat;
    cursor: pointer;
}

.block-search input[type="submit"]:hover {
    background-color: #b72340;
}

button.navbar-toggle {
    background: #b72340;
    border: none;
    cursor: pointer;
    float: none;
    width: 46px;
    height: 46px;
    padding: 0 11px;
    display: block;
    position: relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -icab-border-radius: 5px;
    border-radius: 5px;
    display: none;
}

button.navbar-toggle span.icon-bar {
    height: 2px;
    display: block;
    background: #FFF;
    margin-bottom: 1px;
    width: 22px;
    margin-bottom: 4px;
}

#header {
    position: relative;
}

#header .nav {
    clear: both;
    width: 100%;
    position: relative;
    text-align: center;
    padding: 11px 0 0 0;
}

#header .nav ul {
    clear: both;
    width: 100%;
}

#header .container {
    position: relative;
    min-height: 146px;
}

#header .nav > ul > li {
    width: auto !important;
    display: inline-block;
    float: left;
    position: relative;
    margin: 0 5px 0 0;
    padding: 0;
}

#header .nav > ul > li:hover > ul {
    display: block;
}

#header .nav > ul > li > ul {
    display: none;
    position: absolute !important;
    left: 0;
    top: 28px;
    z-index: 600;
    background: #2d3032;
    width: 340px;
    padding-bottom: 10px;
}

#header .nav > ul > li > ul > li {
    display: inline-block;
    float: left;
    margin-left: 0;
    width: 50%;
}

#header .nav > ul > li > ul > li a {
    padding: 6px 8px;
    font-size: 16px;
    font-family: 'PT Sans Narrow',sans-serif;
    color: #989898;
    text-decoration: none;
    display: block;
    line-height: 16px;
}

#header .nav > ul > li > ul > li a:hover {
    color: #FFF;
}

#header .nav > ul > li > ul > li a.active-trail,#header .nav > ul > li > ul > li a.active {
    background: #1d2022;
    color: #FFF;
}

#header .nav > ul > li > a {
    font-size: 20px;
    line-height: 39px;
    font-family: 'georgiaitalic';
    color: #2d3032;
    display: inline-block;
    height: 39px;
    padding: 0 8px 0 8px;
}

#header .nav > ul > li.active > a,#header .nav > ul > li > a.active,#header .nav > ul > li.active-trail > a {
    background: #b72340;
    color: #FFF;
}

#header .nav > ul > li:hover > a {
    background: #2d3032;
    color: #FFF;
}

#header a.shop-link {
    position: absolute;
    right: 0;
    top: 25px;
    background: #b72340 url(sites/all/themes/responsive/assets/images/shop-ico.png) 6px 7px no-repeat;
    color: #FFF;
    height: 39px;
    font-size: 18px;
    text-shadow: 0px 1px 0px rgba(1,1,1,0.35);
    padding: 0 5px 0 35px;
    font-family: 'georgiaitalic';
    line-height: 37px;
    z-index: 997;
}

embed {
    height: 443px;
}

#cart-section {
    width: 100%;
    background: url(sites/all/themes/responsive/assets/images/cart-pattern.png) left top no-repeat;
    display: none;
}

#room-img {
    display: block;
}

#categorie-menu {
    background: url(sites/all/themes/responsive/assets/images/backgrounds/pattern-bg.jpg) left top repeat-x;
    min-height: 110px;
}

#categorie-menu ul.menu {
    padding-top: 38px;
}

#categorie-menu ul.menu li {
    margin: 0 5.5% 0 0;
    padding: 0 5.5% 0 0;
    list-style: none;
    display: inline-block;
    background: url(sites/all/themes/responsive/assets/images/keramin-bullet.jpg) right center no-repeat;
}

#categorie-menu ul.menu li.last {
    margin-right: 0;
    padding-right: 0;
    background: none;
}

#categorie-menu ul.menu li a {
    font-size: 26px;
    font-family: 'Georgia';
    font-style: italic;
    color: #FFF;
    text-decoration: none;
    text-shadow: 0px 1px 0px rgba(1,1,1,0.35);
}

span.section-title {
    font-size: 20px;
    font-family: 'Georgia';
    color: #2d3032;
    text-transform: uppercase;
}

#categorie-menu ul.menu li a:hover {
    text-shadow: 1px 1px 20px rgba(255,255,255,1);
}

span.sections-text {
    font-size: 18px;
    font-family: 'PT Sans Narrow',sans-serif;
    color: #555555;
}

span.section-title:before {
    content : "";
    width: 28px;
    height: 6px;
    background: url(/sites/all/themes/responsive/assets/images/dekor.png) 10px 0 no-repeat;
    display: inline-block;
    padding: 0 12px;
}

span.section-title:after {
    content : "";
    width: 28px;
    height: 6px;
    background: url(sites/all/themes/responsive/assets/images/dekor.png) 10px 0 no-repeat;
    display: inline-block;
    padding: 0 12px;
}

#footer {
    background: #2d3032;
    position: relative;
    padding: 40px 1.04166666666667% 28px 1.04166666666667%;
    color: #8C8989;
}

.block-chapters-view {
    padding: 12% 0 5%;
}

.block-chapters-view .fourcol .content {
    border: 1px solid #b4b4b4;
    padding: 0 5%;
    text-align: center;
}

.block-copyrights {
    font-family: 'PT Sans Narrow',sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: #757575;
    bottom: -19px;
}

.block-unp {
    bottom: -35px;
}

.block-phones {
    bottom: -35px;
}

.block-phones a {
    color: #d1d1d1;
}

.block-developed {
    bottom: -52px
}

.block-unp,.block-unp a {
    font-family: 'PT Sans Narrow',sans-serif;
    font-size: 18px;
    line-height: 20px;
    color: #d1d1d1;
}

.block-phones {
    font-family: 'PT Sans Narrow',sans-serif;
    font-size: 18px;
    line-height: 20px;
    color: #d1d1d1;
    text-shadow: 0px 1px 0px #010101;
}

.block-developed,.block-developed a {
    font-family: 'PT Sans Narrow',sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: #757575;
}

div.qr-code {
    float: right;
}

div.service-links {
    float: left;
}

div.service-links a {
    color: #FFF;
    text-shadow: 0px 1px 0px #010101;
    font-family: 'georgiaitalic';
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    display: block;
    padding-right: 10px;
}

div.service-links div.web-call {
    margin-bottom: 14px;
}

div.service-links div.web-call a {
    background: #b72340 url(sites/all/themes/responsive/assets/images/web-call.png) 5px center no-repeat;
    padding-left: 65px;
}

div.service-links div.consult a {
    background: #b72340 url(sites/all/themes/responsive/assets/images/consult.png) 5px center no-repeat;
    padding-left: 35px;
}

.block-qr-code img {
    float: left;
}

#breadcrumb {
    background: url(sites/all/themes/responsive/assets/images/breadcrumb-pattern.jpg) left top;
    padding: 9px 0;
    margin: 0 0 20px;
}

body.node-type-magazin #breadcrumb {
    margin: 0;
}

.breadcrumb {
    padding: 0;
}

#breadcrumb,#breadcrumb a {
    font-size: 14px;
    color: #d0d0d0;
    text-decoration: none;
    font-family: 'georgiaitalic';
}

body.page-node-46 .node > p:last-child a > span {
    display: block;
    text-align: center;
    background-color: #b72340;
    padding: 3%;
    color: #fff;
}

body.page-node-46 .node > p:last-child a > span:hover {
    text-shadow: 0px 0px 10px rgba(255,255,255,1);
}

body.page-node-46 .node > p:last-child a {
    display: inline-block;
    margin-right: 20px;
    margin-top: 5px;
}

.block-product-menu h2.block-title,.compare_block_link a {
    background: #b72340 url(sites/all/themes/responsive/assets/images/keramin-bullet.jpg) no-repeat 24px center;
    color: #FFF;
    font-size: 34px;
    font-family: 'Georgia';
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 60px;
    margin: 0;
}

.compare_block_link a {
    background: #01822F;
    padding-left: 0;
    text-align: center;
}

.compare_block_link {
    margin-top: 30px;
}

.compare_block_link a {
    display: block;
    font-size: 27px;
}

.block-menu-block.block-product-menu ul.menu {
    padding: 0;
    margin: 0;
}

.block-menu-block.block-product-menu ul.menu li {
    padding: 0;
    margin: 0;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    border-collapse: collapse;
}

.block-menu-block.block-product-menu ul.menu li a {
    display: block;
    font-size: 18px;
    line-height: 18px;
    color: #2d3032;
    font-family: 'georgiaitalic';
    padding: 12px 0 12px 19%;
    background: url(sites/all/themes/responsive/assets/images/inactive-bullet.jpg) 12% center no-repeat;
}

.block-menu-block.block-product-menu ul.menu li.active-trail,.block-menu-block.block-product-menu ul.menu li.active,.block-menu-block.block-product-menu ul.menu li:hover {
}

.block-menu-block.block-product-menu ul.menu li.active-trail a,.block-menu-block.block-product-menu ul.menu li.active a,.block-menu-block.block-product-menu ul.menu li:hover a {
    background-color: #ececec;
    color: #b72340;
}

.block-assignment {
    width: 100%;
    clear: both;
    display: inline-block;
}

.block-assignment ul.menu {
    margin: 0;
    padding: 0;
}

.block-assignment ul.menu li {
    margin: 0 1.333% 1.333% 0;
    display: inline;
    width: 32%;
    float: left;
    border: 1px solid #e0e0e0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.block-assignment ul.menu li.first {
    margin-right: 68%;
}

.block-assignment ul.menu li a {
    font-size: 14px;
    color: #2d3032;
    line-height: 33px;
    font-family: 'georgiaitalic';
    padding: 0 5%;
    display: block;
    border: 4px solid #eeeeee;
}

.block-assignment ul.menu li:hover a,.block-assignment ul.menu li a.active {
    background: #b72340;
    color: #FFF;
    border-color: #b72340;
}

.jq-checkbox {
    width: 28px;
    height: 28px;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #d8d8d8;
}

.jq-checkbox.checked .jq-checkbox__div {
    width: 32px;
    height: 32px;
    background: url(sites/all/themes/responsive/assets/images/jackdaw.png) center center no-repeat;
}

.jq-checkbox.disabled {
    opacity: 0.55;
    filter: alpha(opacity=55);
}

.jq-radio {
    width: 12px;
    height: 12px;
    border: 1px solid #C3C3C3;
    border-radius: 50%;
    background: #F6F6F6 url(data:image/gif;base64,R0lGODlhAQAMALMAAPHx8f7+/vv7+/j4+PX19fLy8vz8/Pn5+fb29vPz8/39/ff39wAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAABAAwAAAQJMCgjzliIpAIiADs=) 0 -1px repeat-x;
    box-shadow: 0 1px 1px rgba(0,0,0,0.05),inset -1px -1px #FFF,inset 1px -1px #FFF;
    vertical-align: middle;
    cursor: pointer;
}

.jq-radio.checked .jq-radio__div {
    width: 6px;
    height: 6px;
    margin: 3px 0 0 3px;
    border-radius: 50%;
    background: #666;
}

.jq-radio.focused {
    border: 1px solid #08C;
}

.jq-radio.disabled {
    opacity: 0.55;
    filter: alpha(opacity=55);
}

.jq-file {
    width: 270px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    border-radius: 4px;
}

.jq-file input {
    cursor: pointer;
    height: auto;
    line-height: 1em;
}

.jq-file__name {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 32px;
    padding: 0 80px 0 10px;
    color: #333;
    font: 14px/30px Arial,sans-serif;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    box-shadow: inset 1px 1px #F1F1F1;
    background: #FFF;
}

.focused .jq-file__name {
    border: 1px solid #5794BF;
}

.jq-file__browse {
    position: absolute;
    top: 1px;
    right: 1px;
    padding: 0 10px;
    border-left: 1px solid #CCC;
    border-radius: 0 4px 4px 0;
    background: #F1F1F1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
    box-shadow: inset 1px -1px #F1F1F1,inset -1px 0 #F1F1F1,0 1px 2px rgba(0,0,0,0.1);
    color: #333;
    text-shadow: 1px 1px #FFF;
    font: 14px/30px Arial,sans-serif;
}

.jq-file:hover .jq-file__browse {
    background-color: #E6E6E6;
    background-position: 0 -10px;
}

.jq-file:active .jq-file__browse {
    background: #F5F5F5;
    box-shadow: inset 1px 1px 3px #DDD;
}

.jq-file.disabled .jq-file__name {
    color: #888;
}

.jq-file.disabled,.jq-file.disabled .jq-file__browse {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888;
}

.jq-selectbox {
    vertical-align: middle;
    cursor: pointer;
}

.jq-selectbox__select {
    height: 37px;
    padding: 0 10px 0 10px;
    border: 1px solid #dcdcdc;
}

.jq-selectbox.focused .jq-selectbox__select {
    border: 1px solid #5794BF;
}

.jq-selectbox.disabled .jq-selectbox__select {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888;
}

.jq-selectbox__select-text {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 100%;
}

.jq-selectbox__trigger-arrow {
    position: absolute;
    right: 14px;
    top: 18px;
    width: 6px;
    height: 4px;
    overflow: hidden;
    background: url(sites/all/themes/responsive/assets/images/select-trigger.jpg) 0 0 no-repeat;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
    opacity: 1;
    filter: alpha(opacity=100);
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.jq-selectbox__dropdown {
    top: 33px;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 1px solid #CCC;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    font: 14px/18px Arial,sans-serif;
}

.jq-selectbox__search {
    margin: 5px;
}

.jq-selectbox__search input {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 5px 27px 6px 8px;
    outline: none;
    border: 1px solid #CCC;
    border-radius: 3px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
    box-shadow: inset 1px 1px #F1F1F1;
    color: #333;
    -webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button,.jq-selectbox__search input::-webkit-search-decoration {
    -webkit-appearance: none;
}

.jq-selectbox__not-found {
    margin: 5px;
    padding: 5px 8px 6px;
    background: #F0F0F0;
    font-size: 13px;
}

.jq-selectbox ul {
    margin: 0;
    padding: 0;
}

.jq-selectbox li {
    min-height: 18px;
    padding: 5px 10px 6px;
    color: #231F20;
}

.jq-selectbox li.selected {
    background-color: #A3ABB1;
    color: #FFF;
}

.jq-selectbox li:hover {
    background-color: #08C;
    color: #FFF;
}

.jq-selectbox li.disabled {
    color: #AAA;
}

.jq-selectbox li.disabled:hover {
    background: none;
}

.jq-selectbox li.optgroup {
    font-weight: bold;
}

.jq-selectbox li.optgroup:hover {
    background: none;
    color: #231F20;
    cursor: default;
}

.jq-selectbox li.option {
    padding-left: 25px;
}

.jq-select-multiple {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    box-shadow: inset 1px 1px #F1F1F1,0 1px 2px rgba(0,0,0,0.1);
    background: #FFF;
    color: #333;
    font: 14px/18px Arial,sans-serif;
    cursor: default;
}

.jq-select-multiple.focused {
    border: 1px solid #5794BF;
}

.jq-select-multiple.disabled {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888;
}

.jq-select-multiple ul {
    margin: 0;
    padding: 0;
}

.jq-select-multiple li {
    padding: 3px 9px 4px;
    list-style: none;
}

.jq-select-multiple li:first-child {
    border-radius: 3px 3px 0 0;
}

.jq-select-multiple li:last-child {
    border-radius: 0 0 3px 3px;
}

.jq-select-multiple li.selected {
    background: #08C;
    color: #FFF;
}

.jq-select-multiple li.disabled {
    color: #AAA;
}

.jq-select-multiple.disabled li.selected,.jq-select-multiple li.selected.disabled {
    background: #CCC;
    color: #FFF;
}

.jq-select-multiple li.optgroup {
    font-weight: bold;
}

.jq-select-multiple li.option {
    padding-left: 25px;
}

input[type="email"].styler,input[type="number"].styler,input[type="password"].styler,input[type="search"].styler,input[type="tel"].styler,input[type="text"].styler,input[type="url"].styler,textarea.styler {
    padding: 7px 9px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    box-shadow: inset 1px 1px #F1F1F1,0 1px 2px rgba(0,0,0,0.1);
    color: #333;
    font: 14px Arial,sans-serif;
}

input[type="search"].styler {
    -webkit-appearance: none;
}

textarea.styler {
    overflow: auto;
}

input[type="email"].styler:hover,input[type="number"].styler:hover,input[type="password"].styler:hover,input[type="search"].styler:hover,input[type="tel"].styler:hover,input[type="text"].styler:hover,input[type="url"].styler:hover,textarea.styler:hover {
    border-color: #B3B3B3;
}

input[type="email"].styler:focus,input[type="number"].styler:focus,input[type="password"].styler:focus,input[type="search"].styler:focus,input[type="tel"].styler:focus,input[type="text"].styler:focus,input[type="url"].styler:focus,textarea.styler:focus {
    border-color: #CCC;
    border-top-color: #B3B3B3;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    outline: none;
}

button.styler,input[type="button"].styler,input[type="submit"].styler,input[type="reset"].styler {
    overflow: visible;
    padding: 7px 11px;
    outline: none;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    background: #F1F1F1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
    box-shadow: inset 1px -1px #F1F1F1,inset -1px 0 #F1F1F1,0 1px 2px rgba(0,0,0,0.1);
    color: #333;
    text-shadow: 1px 1px #FFF;
    font: 14px Arial,sans-serif;
    cursor: pointer;
}

button.styler::-moz-focus-inner,input[type="button"].styler::-moz-focus-inner,input[type="submit"].styler::-moz-focus-inner,input[type="reset"].styler::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button.styler:after {
    content: '';
}

button.styler:hover,input[type="button"].styler:hover,input[type="submit"].styler:hover,input[type="reset"].styler:hover {
    background-color: #E6E6E6;
    background-position: 0 -10px;
}

button.styler:active,input[type="button"].styler:active,input[type="submit"].styler:active,input[type="reset"].styler:active {
    background: #F5F5F5;
    box-shadow: inset 1px 1px 3px #DDD;
}

.block-where-to-buy-menu h2 {
    font-size: 34px;
    line-height: 34px;
    color: #555555;
    font-family: 'Georgia';
    margin: 0 0 35px;
}

.block-where-to-buy-menu > ul.menu > li {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    position: relative;
}

.block-where-to-buy-menu > ul.menu > li:hover ul {
    display: block;
}

.block-where-to-buy-menu > ul.menu > li ul {
    position: absolute;
    left: 185px;
    top: 0;
    background: #FFF;
    border: 1px solid #dcdcdc;
    z-index: 999;
    width: 185px;
    padding: 16px 20px;
    display: none;
}

.block-where-to-buy-menu > ul.menu > li ul li {
    margin: 0 0 25px;
}

.block-where-to-buy-menu > ul.menu > li ul li.last {
    margin: 0;
}

span.sm-arrow {
    background: url(sites/all/themes/responsive/assets/images/wtb-secmenu-arrow.png) 0 0 no-repeat;
    width: 14px;
    height: 49px;
    display: block;
    position: absolute;
    left: -14px;
    top: 0;
}

.block-where-to-buy-menu > ul.menu > li ul li a {
    font-size: 20px;
    color: #555555;
    text-decoration: none;
    font-family: 'Georgia';
}

.block-where-to-buy-menu > ul.menu > li ul li a:hover,.block-where-to-buy-menu > ul.menu > li ul li a.active {
    color: #b72340;
    text-decoration: underline;
}

.block-where-to-buy-menu > ul.menu > li > a {
    background: url(sites/all/themes/responsive/assets/images/wtb-menu.jpg) 0 0 no-repeat;
    display: table-cell;
    width: 165px;
    height: 50px;
    vertical-align: middle;
    padding: 0 20px;
    font-size: 21px;
    line-height: 25px;
    color: #555555;
    font-family: 'Georgia';
}

.block-where-to-buy-menu > ul.menu > li.active-trail.first > a {
    background-position: 0 0;
    color: #555555;
}

.block-where-to-buy-menu > ul.menu > li > a.active,.block-where-to-buy-menu > ul.menu > li.active-trail > a,.block-where-to-buy-menu > ul.menu > li.active-trail > a.active {
    background-position: 0 -50px;
    color: #FFF;
}

div.map-link {
    cursor: pointer;
    color: #b0223d;
}

div.map-link:hover,div.map-link:active {
    color: #000;
}

.page-node-142 .fourcol {
    font-family: 'PT Sans Narrow',sans-serif;
    font-size: 20px;
}

.top-product .fourcol {
    overflow: hidden;
}

a.more-link {
    color: #2d3032;
    font-family: 'PT Sans Narrow',sans-serif;
}

.page-node-142 .fourcol a.more-link {
    font-size: 16px;
}

a.more-link:hover {
    color: #b0223d;
}

.block-novinki {
    margin-top: 25px;
}

.tabs ul.nav-tabs li {
    display: inline-block;
}

.page-node-59 h1#page-title,.page-node-36 h1#page-title,.page-node-44 h1#page-title,.page-node-965 h1#page-title {
    background: url(sites/all/themes/responsive/assets/images/keramin-bullet.jpg) no-repeat scroll 24px center #B72340;
    color: #FFFFFF;
    font-family: Arial Narrow,sans-serif;
    font-size: 34px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    padding: 0 35px 0 60px;
    margin: 39px 0 50px 0;
}

.page-node-59 .container .production {
    width: 100%;
    margin: 0 auto;
}

.page-node-59 .container .production .row.row-2 {
    width: 100%;
    margin-left: 168px;
}

div.production-title {
    background: url(sites/all/themes/responsive/assets/images/dekor-line.jpg) center bottom no-repeat;
    padding: 0 0 30px;
    text-align: center;
    min-height: 60px;
}

div.production-title a {
    font-size: 28px;
    font-family: 'Georgia';
    color: #000000;
}

.production .row {
    margin-bottom: 50px;
}

.production .row .production-type.fourcol:after,.production .row .production-type.fourcol:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.production .row .production-type.fourcol {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.production .row .production-type.fourcol .inner-box {
    outline: 1px solid #d8d8d8;
    padding: 10px 10px 45px;
    max-width: 278px;
    width: 100%;
    border-bottom: 5px solid transparent;
}

.production .row .production-type.fourcol:hover .inner-box {
    border-bottom: 5px solid #b72340;
}

.production .row .production-img {
    margin-bottom: 30px;
}

.production .row .production-img .gsWrapper {
    max-width: 100%;
}

.view-commerce-cart-form table.views-table {
    width: 100%;
}

.view-commerce-cart-form table.views-table tr th {
    background: #f2f2f2;
    border: none;
    font-size: 16px;
    color: #2d3032;
    font-family: 'PT Sans Narrow',sans-serif;
    font-weight: normal;
    width: 238px;
    display: table-cell;
}

.view-commerce-cart-form table.views-table tr {
    border-bottom: 3px solid #FFF;
}

.view-commerce-cart-form table.views-table tr td {
    background: #e4e4e4;
    vertical-align: middle;
    font-size: 16px;
    color: #2d3032;
    font-family: 'PT Sans Narrow',sans-serif;
    font-weight: normal;
    text-align: center;
    display: table-cell;
}

.view-commerce-cart-form table.views-table tr td input.delete-line-item {
    width: 12px;
    height: 16px;
    background: url(sites/all/themes/responsive/assets/images/remove.png) 0 0 no-repeat;
    border: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    text-indent: -999px;
}

.view-commerce-cart-form .form-item.form-type-textfield input[type="text"] {
    margin-top: 18px;
}

.view-commerce-cart-form table.views-table tr th.views-field-edit-delete {
    font-size: 0;
    text-indent: -999px;
}

.view-commerce-cart-form table.views-table tr td.views-field-edit-delete {
    text-align: center;
    width: 50px;
}

.view-commerce-cart-form table.views-table tfoot {
    background: #FFF;
    color: #2d3032;
    font-size: 18px;
    font-family: 'PT Sans Narrow',sans-serif;
    font-weight: normal;
}

.view-commerce-cart-form table.views-table tfoot tr td {
    background: #FFF;
}

tfoot div.label {
    display: inline;
}

.line-item-summary .line-item-total-label {
    font-weight: normal;
}

.line-item-summary {
    font-family: 'PT Sans Narrow',sans-serif;
    font-weight: normal;
    background: #2d3032;
    color: #FFF;
    font-size: 18px;
    padding: 8px 15px;
}

.view-commerce-cart-form input[id^="edit-checkout"] {
    height: 43px;
    background: #b72340;
    padding: 0 15px;
    color: #FFF;
    font-family: 'georgiaitalic';
    font-size: 14px;
    text-shadow: 0px 1px 0px rgba(1,1,1,0.35);
    border: none;
    cursor: pointer;
}

.view-commerce-cart-form input[id^="edit-submit"] {
    background: none;
    border: none;
    text-decoration: underline;
    font-size: 14px;
    color: #2d3032;
    font-family: 'georgiaitalic';
    cursor: pointer;
}

.view-commerce-cart-form input[id^="edit-submit"]:hover {
    text-decoration: none;
}

.view-commerce-cart-form caption {
    font-size: 20px;
    color: #2d3032;
    font-family: 'georgiaitalic';
    text-align: left;
    padding: 20px 50px;
    border: 1px solid #e4e4e4;
    cursor: pointer;
    background: url(sites/all/themes/responsive/assets/images/checkout-collapsed.png) 27px center no-repeat;
}

ul#cart_menu {
    padding: 25px 0 25px 0;
}

ul#cart_menu li {
    margin: 0 35px 0 0;
    padding: 0;
    list-style: none;
    float: left;
    bac}

ul#cart_menu li.dalayed {
    margin: 0;
}

ul#cart_menu li a {
    font-size: 18px;
    font-family: 'georgiaitalic';
    color: #c2c3c4;
    text-decoration: none;
    text-shadow: 0px -1px 0px rgba(15,15,15,0.24);
}

ul#cart_menu li a:hover {
    color: #FFF;
}

#cart-section div.shoping-cart-cart {
    margin: 11px 0 0 0;
    text-align: right;
    float: right;
    min-width: 190px;
    width: 16.5%;
}

.shoping-cart-cart.threecol a.use-ajax {
    display: block;
    margin-top: -7px;
    color: #e9e9e9;
    font-size: 14px;
}

.shoping-cart-cart.threecol a.use-ajax:hover {
    text-shadow: 0px 0px 10px rgba(255,255,255,1);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}

#cart-section div.shoping-cart-cart a.dc_cart_link {
    font-size: 18px;
    font-family: 'georgiaitalic';
    color: #FFF;
    text-shadow: 0px 1px 0px rgba(1,1,1,0.35);
    background: url(sites/all/themes/responsive/assets/images/dc_cart_link_ico.png) left center no-repeat;
    padding: 0 0 0 30px;
}

#cart-section div.shoping-cart-cart .shoping-cart-info {
    font-size: 16px;
    color: #FFF;
    font-family: 'PT Sans Narrow';
    font-weight: normal;
}

aside.block-sanware-type {
    border-bottom: 5px solid #b72340;
    margin-bottom: 30px;
}

aside.block-sanware-type .view-santeh-tip .views-row {
    margin-bottom: 30px;
    position: relative;
}

aside.block-sanware-type .view-santeh-tip .views-row .views-field-field-sanware-preview {
    text-align: center;
}

aside.block-sanware-type .view-santeh-tip .views-row .views-field-name {
    position: absolute;
    left: 0;
    bottom: 13%;
    width: 100%;
}

aside.block-sanware-type .view-santeh-tip .views-row .views-field-name a {
    color: #FFF;
    background: #b72340;
    display: block;
    padding: 2px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-family: 'georgiaitalic';
}

.view-catalog-main.view-id-catalog_main.view-display-id-attachment_1,.view-catalog-main.view-id-catalog_main.view-display-id-attachment_2,.view-catalog-main.view-id-catalog_main.view-display-id-attachment_3 {
    width: 100%;
    clear: both;
    border: 1px solid #d8d8d8;
    display: inline-block;
    margin-bottom: 35px;
}

.view-catalog-main.view-id-catalog_main.view-display-id-attachment_1 > .view-content,.view-catalog-main.view-id-catalog_main.view-display-id-attachment_2 > .view-content,.view-catalog-main.view-id-catalog_main.view-display-id-attachment_3 > .view-content {
    padding: 26px 36px;
}

.view-catalog-main.view-id-catalog_main.view-display-id-attachment_1 .view-header h2,.view-catalog-main.view-id-catalog_main.view-display-id-attachment_2 .view-header h2,.view-catalog-main.view-id-catalog_main.view-display-id-attachment_3 .view-header h2 {
    background: #ececec;
    font-size: 20px;
    color: #2d3032;
    text-transform: uppercase;
    font-family: 'Georgia';
    padding: 8px 35px;
    border-bottom: 1px solid #d8d8d8;
    margin: 0;
}

.view-catalog-main.view-id-catalog_main.view-display-id-attachment_1 .views-field-name a,.view-catalog-main.view-id-catalog_main.view-display-id-attachment_2 .views-field-name a,.view-catalog-main.view-id-catalog_main.view-display-id-attachment_3 .views-field-name a {
    font-size: 20px;
    font-weight: normal;
    color: #2d3032;
    text-shadow: none;
}

.view-header h2.collection {
    font-size: 38px;
    color: #2d3032;
    font-family: 'Georgia';
}

.view-catalog-main.view-id-catalog_main.view-display-id-attachment_1 .views-field-name a span.new,.view-catalog-main.view-id-catalog_main.view-display-id-attachment_2 .views-field-name a span.new,.view-catalog-main.view-id-catalog_main.view-display-id-attachment_3 .views-field-name a span.new {
    font-size: 20px;
    color: #b6233f;
    font-family: 'Georgia';
    text-transform: uppercase;
    margin-right: 20px;
}

.view-catalog-main div.novinka,.view-products.view-display-id-entity_view_3 div.novinka,.view-products.view-display-id-entity_view_6 div.novinka {
    position: absolute;
    background: url(sites/all/themes/responsive/assets/images/sprites/status-sprites.png) 0 0 no-repeat;
    width: 72px;
    height: 31px;
    left: 4px;
    bottom: -3px;
    font-size: 0;
    text-indent: -999px;
}

.view-products.view-display-id-entity_view_3 .view-content .views-row {
    text-align: center;
}

.view-products.view-display-id-entity_view_3 .views-field-field-imgs {
    min-height: 178px !important;
    position: relative;
    float: none !important;
}

.view-products.view-display-id-entity_view_3 .views-field-field-imgs img {
}

.view-products.view-display-id-entity_view_3 .views-row {
    position: relative;
}

.view-products.view-display-id-entity_view_3 .views-field-title {
    display: inherit !important;
}

.view-products.view-display-id-entity_view_3 .views-field-field-imgs img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.view-catalog-main div.novinka {
    border: none !important;
}

.view-catalog-main .views-row .views-field-field-imgs,.view-products.view-display-id-entity_view_3 .views-field-field-imgs,.view-products.view-display-id-entity_view_6 .views-field-field-imgs {
    position: relative;
    float: left;
}

.view-catalog-main .views-row .views-field-field-imgs {
    float: none;
}

.view-catalog-main.view-display-id-page_4 .views-field-field-imgs img {
    text-align: center;
    display: initial !important;
}

.view-catalog-main.view-display-id-page_4 .views-row {
    text-align: center !important;
}

.view-catalog-main.view-display-id-page_4 .views-row .views-field-field-imgs > .field-content {
    overflow: hidden;
    display: block;
    text-align: center;
    width: 267px;
}

body.page-taxonomy-term-37 .view-products.view-display-id-entity_view_6 .views-field-field-imgs {
    float: none !important;
}

body.page-taxonomy-term-37 .view-products.view-display-id-entity_view_6 .views-field-field-imgs img {
    margin: 0 auto;
}

body.page-taxonomy-term-34 .view-products.view-display-id-entity_view_6 .views-field-field-imgs {
    float: none !important;
}

body.page-taxonomy-term-34 .view-products.view-display-id-entity_view_6 .views-field-field-imgs img {
    margin: 0 auto;
}

body.page-taxonomy-term-37 .view.view-products .view-content .views-row {
    text-align: center;
}

body.page-taxonomy-term-34 .view.view-products .view-content .views-row {
    text-align: center;
}

.view-catalog-main .views-row .views-field-field-imgs img,.view-products.view-display-id-entity_view_3 .views-field-field-imgs img,.view-products.view-display-id-entity_view_6 .views-field-field-imgs img {
    display: block;
}

.view-catalog-main div.hit,.view-products.view-display-id-entity_view_3 div.hit,.view-products.view-display-id-entity_view_6 div.hit {
    position: absolute;
    background: url(sites/all/themes/responsive/assets/images/sprites/status-sprites.png) 0 -31px no-repeat;
    width: 54px;
    height: 54px;
    left: -9px;
    top: -16px;
    font-size: 0;
    text-indent: -999px;
}

.view-catalog-main .akcija,.view-products.view-display-id-entity_view_3 div.akcija,.view-products.view-display-id-entity_view_6 div.akcija {
    position: absolute;
    background: url(sites/all/themes/responsive/assets/images/sprites/status-sprites.png) -72px 0 no-repeat;
    width: 57px;
    height: 31px;
    left: 76px;
    bottom: -3px;
    font-size: 0;
    text-indent: -999px;
    z-index: 200;
}

.view-products.view-display-id-entity_view_3 .views-field-field-imgs {
    min-height: 180px;
}

.view-catalog-main .views-field-field-cvet,.view-catalog-main .views-field-field-cvet-santeh {
    width: 100%;
    margin: 15px 0 0 0;
    overflow: hidden;
}

.view-content .views-row .views-field.views-field-field-cvet .field-content div,.view-catalog-main .views-field-field-cvet-santeh .field-content div {
    float: left;
    margin-right: 5px;
    border: 2px solid #d8d8d8;
}

.view-catalog-main .views-field-name,.view-products.view-display-id-entity_view_3 .views-field-title,.view-products.view-display-id-entity_view_6 .views-field-title {
    width: 100%;
    display: inline-block;
    clear: both;
    padding-top: 5px;
}

.view-catalog-main .views-field-name a,.view-products.view-display-id-entity_view_3 .views-field-title a,.view-products.view-display-id-entity_view_6 .views-field-title a {
    font-size: 20px;
    color: #2d3032;
    font-family: 'PT Sans Narrow',sans-serif;
    font-weight: normal;
}

.view-catalog-main .views-field-name a:hover,.view-products.view-display-id-entity_view_3 .views-field-title a:hover,.view-products.view-display-id-entity_view_6 .views-field-title:hover {
    text-decoration: underline;
}

.view-catalog-main .views-row,.view-products.view-display-id-entity_view_3 .views-row,.view-products.view-display-id-entity_view_6 .views-row {
    margin-bottom: 30px;
}

.view-sovet .views-row,.view-akcii.view-display-id-page .views-row,.view-news .views-row {
    margin: 0 0 45px;
    display: inline-block;
    width: 100%;
    clear: both;
}

.view-sovet .views-field-field-img-alone .field-content,.view-akcii.view-display-id-page .views-field-field-image .field-content,.view-news .views-field-field-image .views-field-field-image .field-content {
    margin-bottom: 15px;
}

.view-sovet .views-field-field-img-alone img,.view-akcii.view-display-id-page .views-field-field-image img,.view-news .views-field-field-image img {
    display: block;
    border: 1px solid #d8d8d8;
    padding: 4px;
    background: #FFF;
}

.view-sovet .views-field-nothing .node-created,.view-news .views-field-nothing .node-created {
    font-size: 14px;
    line-height: 14px;
    color: #afafb0;
    margin-bottom: 6px;
}

.view-akcii.view-display-id-page .node-created {
    color: #FFF;
    font-size: 18px;
    font-family: 'Georgia';
    height: 36px;
    line-height: 32px;
    padding: 0 10px;
    display: inline-block;
    margin-bottom: 6px;
}

.view-akcii.view-display-id-page .action-status-0 .node-created {
    background: #b72340;
}

.view-akcii.view-display-id-page .action-status-1 .node-created {
    background: #b8b8b8;
}

.view-sovet .views-field-nothing .node-title,.view-akcii.view-display-id-page .node-title,.view-news .views-field-nothing .node-title {
    margin: 0 0 10px;
}

.view-sovet .views-field-nothing .node-title a,.view-akcii.view-display-id-page .node-title a,.view-news .views-field-nothing .node-title a {
    font-size: 20px;
    color: #2d3032;
    display: block;
    font-family: 'Georgia';
}

.view-sovet .views-field-nothing .node-body,.view-akcii.view-display-id-page .node-body,.view-news .views-field-nothing .node-body {
    font-size: 16px;
    line-height: 24px;
    font-family: 'PT Sans Narrow',sans-serif;
    color: #555555;
    margin-bottom: 6px;
    text-align: justify;
}

.view-sovet .views-field-nothing .node-view a,.view-akcii.view-display-id-page .node-view a,.view-news .views-field-nothing .node-view a {
    font-size: 16px;
    line-height: 16px;
    color: #b72340;
    font-family: 'georgiaitalic';
    background: url(sites/all/themes/responsive/assets/images/view-arrow.png) right center no-repeat;
    padding-right: 15px;
}

.view-sovet .views-field-nothing .node-view a:hover,.view-sovet .views-field-nothing .node-title a:hover,.view-akcii.view-display-id-page .node-view a:hover,.view-akcii.view-display-id-page .node-title a:hover,.view-news .views-field-nothing .node-view a:hover,.view-news .views-field-nothing .node-title a:hover {
    text-decoration: underline;
}

.view-akcii ul.pager-load-more,.view-news ul.pager-load-more {
    width: 100%;
    clear: both;
    display: inline-block;
    text-indent: center;
}

.view-akcii ul.pager-load-more li:empty {
    display: none;
}

.view-akcii ul.pager-load-more li,.view-news ul.pager-load-more li {
    display: inline-block;
    border: 1px solid #e0e0e0;
    background: #eeeeee;
    padding: 4px;
    height: 39px;
}

.view-akcii ul.pager-load-more li a,.view-news ul.pager-load-more li a {
    background: #FFF;
    width: 174px;
    height: 39px;
    text-align: center;
    display: inline-block;
    line-height: 39px;
    font-size: 16px;
    color: #2d3032;
    font-family: 'georgiaitalic';
}

html.js .form-type-bef-checkbox label {
    display: none;
}

.bef-checkboxes > .form-item {
    float: left;
    margin: 0 6px 6px 0;
    padding: 4px;
    border: 1px solid #d8d8d8;
}

.bef-checkboxes > .form-item:hover {
    border: 1px solid #b72340;
}

.views-exposed-form #edit-field-santeh-razmer-tid-wrapper,.views-exposed-form #edit-field-razmer-tid-wrapper {
    max-width: 102px;
}

.views-exposed-form .views-submit-button {
    width: 113px;
    height: 33px;
    background: #eeeeee;
    padding: 4px;
    border: 1px solid #e0e0e0;
}

.views-exposed-form .views-submit-button:hover {
    background: #b72340;
}

.views-exposed-form .views-exposed-widget.views-submit-button input {
    margin: 0;
    background: #FFF;
    width: 113px;
    height: 33px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    color: #2d3032;
    font-family: 'georgiaitalic';
    line-height: 33px;
    text-align: center;
}

.views-exposed-form .views-reset-button {
    width: 113px;
    height: 33px;
    margin-bottom: 7px;
}

.views-exposed-form .views-exposed-widget.views-reset-button input {
    border: none;
    background: none;
    font-size: 14px;
    color: #999999;
    font-family: 'georgiaitalic';
    cursor: pointer;
    margin: 0;
    background: url(sites/all/themes/responsive/assets/images/reset-button.jpg) right center no-repeat;
    padding-right: 25px;
}

.views-exposed-form .views-exposed-widget.views-reset-button input:hover {
    color: #b72340;
}

.views-exposed-form .buttons-wrapper {
    width: 124px;
    float: right;
}

.views-exposed-widget label {
    font-size: 14px;
    color: #999999;
    font-family: 'georgiaitalic';
    margin-bottom: 15px;
    font-weight: normal;
    text-align: center;
}

.views-exposed-form .jq-selectbox__select {
    width: 87px;
}

.views-exposed-form .jq-selectbox__select .jq-selectbox__select-text {
    font-size: 20px;
    font-family: 'PT Sans Narrow',sans-serif;
    color: #2d3032;
    line-height: 40px;
    font-weight: normal;
}

form[id^="views-exposed-form-catalog-main-page"] {
    margin-bottom: 30px;
}

.views-exposed-form #edit-commerce-price-amount-wrapper .views-widget {
}

.views-exposed-form #edit-commerce-price-amount-wrapper .form-item {
    max-width: 126px;
    float: left;
}

.views-exposed-form div[id^="edit-commerce-price-amount"] .form-item input[type="text"] {
    border: 1px solid #dcdcdc;
    width: 100%;
    height: 28px;
    max-width: 110px;
}

#map {
    border: 1px solid #dcdcdc;
}

.view-rukovodstvo .views-row {
    margin: 0 0 30px 0;
    width: 47.3%;
    float: left;
}

.page-o-kompanii-konkurs-designers .view-rukovodstvo .views-row {
    margin: 0 0 30px 2.08333333333333%;
    width: 30.25%;
    float: left;
}

.view-rukovodstvo .views-row:nth-child(2n+1) {
    clear: left;
}

.view-rukovodstvo .view-content .eightcol .profile-post {
    min-height: 69px;
}

.view-rukovodstvo .view-content .eightcol {
    width: 55.583333%;
    margin-left: 31px;
    height: 100%;
    min-height: 190px;
    position: relative;
}

.view-rukovodstvo .view-content .eightcol .profile-name a {
    font-size: 18px;
}

body.page-node-48 #breadcrumb {
    margin-bottom: 0;
}

#content ul {
    margin-left: 30px;
}

#content aside.block-assignment ul {
    margin-left: 0px;
}

.caroufredsel_wrapper ul {
    margin-left: 0 !important;
}

.small-images-collection ul {
    margin-left: 0 !important;
}

.chief-block .profile-img {
    width: 31%;
    float: left;
}

.chief-block .profile-img img,.view-rukovodstvo .views-field-field-image img {
    border: 1px solid #dcdcdc;
    display: block;
}

.chief-block .profile-description {
    float: right;
    max-width: 220px;
}

.chief-block .profile-description .profile-name,.view-rukovodstvo .profile-name,.view-rukovodstvo .profile-name a {
    font-size: 20px;
    color: #2d3032;
    font-family: 'Georgia';
}

.chief-block .profile-description .profile-post,.view-rukovodstvo .profile-post {
    font-size: 16px;
    color: #858585;
    font-family: 'Georgia';
}

.view-rukovodstvo .profile-post {
    font-size: 15px;
    line-height: 21px;
}

.view-rukovodstvo .profile-post {
    margin-bottom: 18px;
}

div.reception-phone,div.station-phone,div.profile-email {
    font-size: 16px;
    color: #000000;
    font-family: 'PT Sans Narrow',sans-serif;
    padding-left: 25px;
}

.page-o-kompanii-konkurs-designers .view-rukovodstvo .view-content .eightcol .profile-post {
    min-height: 0;
}

.page-o-kompanii-konkurs-designers .view-rukovodstvo .views-row .views-field-field-image .fourcol {
    float: none;
    display: block;
    width: 100%;
    text-align: center;
}

.page-o-kompanii-konkurs-designers .view-rukovodstvo .views-row .views-field-field-image .fourcol img {
    display: inline-block;
}

.page-o-kompanii-konkurs-designers .view-rukovodstvo .view-content .eightcol {
    width: 100%;
    margin: 10px 0 0 0;
    float: none;
    position: relative;
    display: block;
    text-align: center;
    min-height: 0;
}

.page-o-kompanii-konkurs-designers .view-rukovodstvo .profile-post {
    margin-bottom: 0;
}

.page-o-kompanii-konkurs-designers .view-rukovodstvo .profile-post {
    text-align: center;
}

.page-o-kompanii-konkurs-designers .view-rukovodstvo .views-row:nth-child(2n+1) {
    clear: none;
}

.page-o-kompanii-konkurs-designers .view-rukovodstvo .views-row:nth-child(3n+1) {
    clear: left;
}

div.reception-phone {
    background: url(sites/all/themes/responsive/assets/images/rec-ico.png) 0 center no-repeat;
}

div.station-phone {
    background: url(sites/all/themes/responsive/assets/images/stat-ico.png) 0 center no-repeat;
}

div.profile-email {
    background: url(sites/all/themes/responsive/assets/images/email-ico.png) 3px center no-repeat;
}

#google-map {
    margin-bottom: 25px;
    width: auto !important;
    border: none;
    height: 385px !important;
}

.chief-block {
    padding-bottom: 65px;
    margin-bottom: 45px;
    background: url(sites/all/themes/responsive/assets/images/dekor-border.png) center bottom no-repeat;
    display: inline-block;
    width: 100%;
    clear: both;
}

.block-contact-form {
    width: 100%;
    clear: both;
}

.chief-block h2,.block-contact-form h2 {
    font-size: 34px;
    color: #555555;
    font-family: 'Georgia';
    margin-bottom: 40px;
}

div.profile-call {
    margin-top: 25px;
}

div.profile-call a,.view-vakansii-gorod .views-field-nid a {
    width: 128px;
    height: 43px;
    display: block;
    text-decoration: none;
    line-height: 42px;
    text-align: center;
    font-size: 14px;
    font-family: 'georgiaitalic';
    color: #FFF;
    text-shadow: 0px 1px 0px rgba(1,1,1,0.35);
    background: #b72340;
}

.view-vakansii-gorod .views-field-nid {
    margin-right: 34px;
}

.view-vakansii-gorod .views-field-field-file-down {
    padding-top: 7px;
}

.view-vakansii-gorod .views-field-field-file-down,.view-vakansii-gorod .views-field-nid {
    float: left;
}

.view-vakansii-gorod .views-field-field-file-down img {
    display: none;
}

.view-vakansii-gorod .views-field-field-file-down a {
    font-size: 14px;
    color: #b72340;
    font-family: 'georgiaitalic';
    text-decoration: underline;
    background: url(sites/all/themes/responsive/assets/images/file-ico.jpg) left center no-repeat;
    padding-left: 20px;
}

.view-vakansii-gorod .views-field-field-file-down a:hover {
    text-decoration: none;
}

form[id^="webform-client-form-129"] fieldset {
    margin: 0;
}

form[id^="webform-client-form-129"] .form-actions {
    margin: 0;
}

form[id^="webform-client-form-129"] .webform-component-textarea {
    margin-bottom: 20px;
}

form[id^="webform-client-form-129"] input[type="submit"],.block-ekacustom form input[type="submit"],.view.view-otzyvy.view-display-id-entity_view_1 .view-footer a.ctools-use-modal,form[id^="webform-client-form-122"] input[type="submit"],div.modal-forms-modal-content .popups-container form input[type="submit"],form[id^="webform-client-form-124"] input[type="submit"] {
    width: 169px;
    height: 43px;
    text-decoration: none;
    line-height: 42px;
    text-align: center;
    font-size: 14px;
    font-family: 'georgiaitalic';
    color: #FFF;
    text-shadow: 0px 1px 0px rgba(1,1,1,0.35);
    background: #b72340;
    border: none;
    cursor: pointer;
}

form[id^="webform-client-form-129"] input[type="text"],form[id^="webform-client-form-129"] input[type="email"],form[id^="webform-client-form-122"] input[type="text"],form[id^="webform-client-form-122"] input[type="email"],form[id^="webform-client-form-124"] input[type="text"],form[id^="webform-client-form-124"] input[type="email"] {
    border: 1px solid #dcdcdc;
    height: 42px;
    padding: 13px 15px;
    font-size: 14px;
    color: #999999;
    font-family: 'georgiaitalic';
    font-weight: normal;
    width: 100%;
    max-width: 515px;
}

form[id^="webform-client-form-129"] input,form[id^="webform-client-form-129"] input:before,form[id^="webform-client-form-129"] input:after,.block-ekacustom form input,.block-ekacustom form input:before,.block-ekacustom form input:after,form[id^="webform-client-form-122"] input,form[id^="webform-client-form-122"] input:after,form[id^="webform-client-form-122"] input:before,form[id^="webform-client-form-124"] input,form[id^="webform-client-form-124"] input:after,form[id^="webform-client-form-124"] input:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

form[id^="webform-client-form-129"] textarea,.block-ekacustom form textarea,form[id^="webform-client-form-122"] textarea,form[id^="webform-client-form-124"] textarea {
    border: 1px solid #dcdcdc;
    font-size: 14px;
    color: #999999;
    font-family: 'georgiaitalic';
    font-weight: normal;
    padding: 13px 15px;
    height: 165px;
    resize: none !important;
    margin-bottom: 20px;
}

form[id^="webform-client-form-129"] .form-item,.block-ekacustom form .form-item,form[id^="webform-client-form-122"] .form-item,form[id^="webform-client-form-124"] .form-item {
    position: relative;
    margin: 0;
}

form[id^="webform-client-form-129"] label,.block-ekacustom form label,form[id^="webform-client-form-122"] label,form[id^="webform-client-form-124"] label {
    font-size: 14px;
    line-height: 14px;
    color: #999999;
    font-family: 'georgiaitalic';
    font-weight: normal;
    position: absolute;
    left: 15px;
    top: 13px;
    z-index: 100;
}

.view-magaziny .view-filters {
    background: url(sites/all/themes/responsive/assets/images/backgrounds/pattern-bg.jpg) left top repeat-x;
    width: 100%;
    padding: 15px 100%;
    margin-left: -100%;
    border-top: 7px solid #2d3032;
    margin-bottom: 35px;
}

.view-filters .views-widget .jq-selectbox__dropdown ul {
    margin-left: 0 !important;
}

.view-magaziny .views-row {
    width: 100%;
    display: inline-block;
    clear: both;
    border-bottom: 1px solid #dcdcdc;
    padding: 0 0 20px;
    margin: 0 0 15px;
}

.view-magaziny .view-filters form {
    margin: 0;
}

.view-magaziny .view-filters form .views-exposed-widgets {
    margin: 0;
}

.view-magaziny .view-filters form .views-exposed-widget label {
    float: left;
    font-size: 16px;
    color: #FFF;
    font-family: 'Georgia';
    margin-right: 15px;
    line-height: 28px;
    margin-bottom: 0;
}

.view-magaziny .view-filters form .views-exposed-widget .views-widget {
    float: left;
}

.view-magaziny .view-filters form .views-exposed-widget {
    float: none;
    padding: 0;
}

.view-magaziny .view-filters form .views-submit-button {
    display: none
}

body.page-node-142 {
    overflow-x: hidden;
}

.view-magaziny .views-row .sixcol.address {
    background: url(sites/all/themes/responsive/assets/images/address-ico.jpg) 4px 6px no-repeat;
    padding-left: 30px;
    font-size: 16px;
    line-height: 18px;
    color: #2d3032;
    font-family: 'PT Sans Narrow',sans-serif;
}

.view-magaziny .views-row .sixcol.schedule {
    background: url(sites/all/themes/responsive/assets/images/shedule-ico.jpg) 0px 6px no-repeat;
    padding-left: 30px;
    font-size: 16px;
    line-height: 22px;
    color: #2d3032;
    font-family: 'PT Sans Narrow',sans-serif;
}

.view-magaziny .views-row .sixcol.phones {
    background: url(sites/all/themes/responsive/assets/images/phones-ico.jpg) 0px 4px no-repeat;
    padding-left: 30px;
    font-size: 16px;
    line-height: 20px;
    color: #2d3032;
    font-family: 'PT Sans Narrow',sans-serif;
}

.view-magaziny .views-row .sixcol.address a {
    color: #b72340;
    text-decoration: underline;
}

.view-magaziny .views-row .sixcol.address a:hover {
    text-decoration: none;
}

.view-magaziny .views-row .sixcol,.view-magaziny .views-row .sixcol:before,.view-magaziny .views-row .sixcol:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body.page-node-142 h1#page-title {
    font-size: 34px;
    color: #555555;
    margin: 40px 0 40px;
}

#content {
    position: relative;
}

#content .rating {
    float: right;
    clear: both;
    overflow: hidden;
    zoom:1;margin-top: -45px;
    min-height: 50px;
}

.view-magaziny .view-filters .jq-selectbox__select {
    border: none;
    height: 20px;
    border-bottom: 1px dashed #FFF;
    padding-left: 0;
    padding-right: 7px;
}

.view-magaziny .view-filters .views-exposed-form .jq-selectbox__select .jq-selectbox__select-text {
    height: 20px;
    color: #FFF;
    font-size: 16px;
    line-height: 20px;
    font-family: 'Georgia';
}

.view-magaziny .view-filters .views-exposed-form .jq-selectbox__trigger {
    width: 9px;
}

.view-magaziny .view-filters .views-exposed-form .jq-selectbox__trigger-arrow {
    top: 6px;
    right: 0;
    background: url(sites/all/themes/responsive/assets/images/white-arrow.png) 0 0 no-repeat;
    width: 7px;
    height: 4px;
    opacity: 1;
}

.block-product-menu.block-menu-about-us h2.block-title {
    font-size: 30px;
    text-align: left;
}

#content #shop-slider ul li {
    list-style: none;
}

.block-vacancy-imgs {
    margin-bottom: 25px;
}

.block-cities-vacancy-menu {
    margin-bottom: 30px;
}

#content .block-cities-vacancy-menu ul {
    padding: 0;
}

#content .block-cities-vacancy-menu ul li {
    float: left;
    margin: 0 10px 0 0;
    list-style: none;
}

#content .block-cities-vacancy-menu ul li.last {
    margin-right: 0;
}

.block-cities-vacancy-menu ul li a {
    background: url(sites/all/themes/responsive/assets/images/city-label.jpg) 0 0 no-repeat;
    display: inline-block;
    width: 128px;
    height: 42px;
    font-size: 18px;
    line-height: 20px;
    padding: 1px 39px 8px 8px;
}

.block-cities-vacancy-menu ul li a,.block-cities-vacancy-menu ul li a:before,.block-cities-vacancy-menu ul li a:after,.block-ekacustom form,.block-ekacustom form:before,.block-ekacustom form:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.block-cities-vacancy-menu ul li.active-trail a,.block-cities-vacancy-menu ul li a:hover {
    background-position: 0 -42px;
    color: #FFF;
}

.view-vakansii-gorod .views-row {
    width: 100%;
    clear: both;
    margin-bottom: 25px;
    display: inline-block;
}

.view-vakansii-gorod .views-field-title a,#views-exposed-form-qanda-page-1 .form-item a {
    font-size: 20px;
    font-family: 'Georgia';
    color: #b72340;
    text-decoration: none;
    border-bottom: 1px dashed #b72340;
}

.view-vakansii-gorod .views-field-title a:hover,.view-vakansii-gorod .views-field-title a.active,#views-exposed-form-qanda-page-1 .form-item a:hover,#views-exposed-form-qanda-page-1 .form-item.selected a {
    border-color: transparent;
}

.view-vakansii-gorod .views-row .views-field-body {
    padding-top: 20px;
    display: none;
}

.view-vakansii-gorod .views-row .views-field-body .row {
    margin-bottom: 25px;
    display: inline-block;
    width: 100%;
    clear: both;
}

.view-vakansii-gorod .views-row .views-field-body .threecol.title-col {
    font-size: 16px;
    color: #000000;
    font-family: 'georgiaitalic';
    text-align: right;
}

.view-vakansii-gorod .views-row .views-field-body .ninecol.content-col ul li {
    font-size: 16px;
    color: #555555;
    font-family: 'PT Sans Narrow',sans-serif;
    list-style-type: square;
    list-style-position: inside;
    margin-bottom: 10px;
}

.block-ekacustom h2 {
    font-size: 38px;
    line-height: 38px;
    color: #2d3032;
    font-family: 'Georgia';
    margin-bottom: 25px;
}

.block-ekacustom form {
    background: #eeeeee;
    padding: 30px 20px;
    width: 100%;
    display: inline-block;
    clear: both;
}

.block-ekacustom form input[type="text"] {
    border: 1px solid #dcdcdc;
    height: 42px;
    padding: 13px 15px;
    font-size: 14px;
    color: #999999;
    font-family: 'georgiaitalic';
    font-weight: normal;
    width: 100%;
}

.grippie {
    display: none;
}

.view-otzyvy .views-field-created .author-name,.view-qanda.view-display-id-page_1 .views-field-body {
    font-size: 20px;
    color: #b72340;
    font-family: 'Georgia';
    margin-right: 25px;
}

.view-otzyvy .views-field-created .published-date {
    font-family: 'Georgia';
    font-size: 12px;
    color: #555555;
}

.view-otzyvy .views-field-body {
    font-size: 16px;
    font-family: 'PT Sans Narrow',sans-serif;
    color: #555555;
    margin-bottom: 15px;
}

.view-otzyvy .views-row,.view-qanda.view-display-id-page_1 .views-row {
    margin-bottom: 45px;
    padding-bottom: 60px;
    border-bottom: 1px solid #dcdcdc;
}

.view-qanda.view-display-id-page_1 .views-row.views-row-last {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.view-otzyvy .views-field-body p {
    margin: 0;
}

.view-otzyvy .views-field-field-otvet,.view-qanda.view-display-id-page_1 .views-field-field-otvet {
    padding-left: 20px;
    margin-top: 30px;
    position: relative;
}

.view-otzyvy .views-field-field-otvet .field-content,.view-qanda.view-display-id-page_1 .views-field-field-otvet .field-content {
    background: #ebebeb;
    padding: 20px 30px;
    font-size: 16px;
    color: #2d3032;
    font-family: 'PT Sans Narrow',sans-serif;
    border: 1px solid #d8d8d8;
}

.view-otzyvy .answers-author {
    font-size: 20px;
    color: #b72340;
    font-family: 'Georgia';
    padding-left: 30px;
    line-height: 22px;
    background: url(sites/all/themes/responsive/assets/images/admin-icon.jpg) 0 0 no-repeat;
    margin-right: 10px;
}

.view-otzyvy .changed {
    font-size: 12px;
    color: #555555;
    font-family: 'Georgia';
}

.additional-categores,.additional-products,.view.view-otzyvy.view-display-id-entity_view_1,.view.view-otzyvy.view-display-id-entity_view_2,.view.view-otzyvy.view-display-id-entity_view_3 {
    width: 100%;
    display: inline-block;
    clear: both;
    margin-bottom: 45px;
}

.additional-categores h3,.additional-products h3,.view.view-otzyvy.view-display-id-entity_view_1 h3 {
    font-size: 20px;
    color: #2d3032;
    font-family: 'Georgia';
    padding-bottom: 15px;
    border-bottom: 6px solid #2d3032;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#views-exposed-form-qanda-page-1 .buttons-wrapper {
    display: none;
}

#views-exposed-form-qanda-page-1 .form-item {
    display: inline;
    margin-right: 10px;
}

.view.view-otzyvy.view-display-id-entity_view_1 h3 span {
}

.view.view-otzyvy.view-display-id-entity_view_1 h3 a {
    float: right;
    font-size: 16px;
    font-family: 'georgiaitalic';
    color: #cf6c80;
    text-decoration: underline;
    text-transform: none;
}

.view.view-otzyvy.view-display-id-entity_view_1 h3 a:hover {
    text-decoration: none;
}

.view-otzyvy .views-field-created .fields-fileld-fivestart-rating {
    float: right;
}

.view-otzyvy .views-field-created .fields-fileld-fivestart-rating .form-item {
    margin: 5px 0 0 0;
}

.view.view-otzyvy.view-display-id-entity_view_1 .views-field-body {
    font-size: 18px;
    color: #2d3032;
    margin: 0;
    font-weight: normal;
}

.view.view-otzyvy.view-display-id-entity_view_1 .views-row {
    padding-bottom: 30px;
}

.view.view-otzyvy.view-display-id-entity_view_1 .views-field-created {
    margin-bottom: 15px;
}

.view.view-otzyvy.view-display-id-entity_view_1 .view-footer a.ctools-use-modal {
    display: inline-block;
}

div.color-filter {
    width: 100%;
    display: inline-block;
    clear: both;
    padding-bottom: 15px;
    border-bottom: 6px solid #b72340;
    margin-bottom: 20px;
}

#content div.color-filter ul.menu li {
    list-style: none;
    float: left;
    height: 40px;
    margin: 0 30px 0 0;
    font-size: 16px;
    color: #2d3032;
    font-family: 'PT Sans Narrow',sans-serif;
    line-height: 40px;
}

div.color-filter ul.menu li span {
    margin: 0 15px 0 0;
    padding: 4px;
    border: 1px solid #d8d8d8;
    display: inline-block;
    float: left;
}

div.color-filter ul.menu li a {
    display: block;
    width: 32px;
    height: 32px;
    font-size: 0;
    text-indent: -999px;
}

div.color-filter ul.menu li a.active {
    background-image: url(sites/all/themes/responsive/assets/images/active-color-menu.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.block-actions-view .view,.block-novinki .view,.view-catalog-main .attachment-before .view-catalog-main {
    position: relative;
}

.block-actions-view h2.block-title,.block-novinki h2.block-title {
    font-size: 38px;
    color: #b72340;
    font-family: 'Georgia';
    padding-bottom: 30px;
    border-bottom: 6px solid #b72340;
    margin-bottom: 30px;
}

.block-actions-view .view-akcii .view-content .views-row,.block-novinki .view-content .views-row,.view-catalog-main .attachment-before .view-content .views-row {
    position: relative;
    margin: 0 15px;
    padding: 0;
}

.view-catalog-main .attachment-before .view-content .views-row {
    margin: 0 5px;
}

.block-novinki .view-content .views-row .views-field-name a {
    font-size: 28px;
    color: #2d3032;
}

.block-actions-view .view-content .views-row .views-field-title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #333333;
}

.block-actions-view .view-content .views-row .views-field-title a {
    color: #FFF;
    background: url(sites/all/themes/responsive/assets/images/discount-icon.jpg) left center no-repeat;
    display: block;
    padding: 5px 0 5px 70px;
    font-size: 16px;
    line-height: 16px;
}

div[id^="prev-button"],div[id^="next-button"],div.novinki-prev,div.novinki-next {
    position: absolute;
    top: 50%;
    margin-top: -70px;
    width: 37px;
    height: 73px;
    cursor: pointer;
    background: url(sites/all/themes/responsive/assets/images/carou_thumbs.png) no-repeat;
    font-size: 0;
    text-indent: -999px;
    opacity: 0.8;
}

div[id^="prev-button"]:hover,div[id^="next-button"]:hover,div.novinki-prev:hover,div.novinki-next:hover {
    opacity: 1;
}

div.novinki-prev {
    background-position: -37px 0;
    left: 0px;
    margin-top: -30px;
}

div.novinki-next {
    background-position: 0 0;
    right: 0;
    margin-top: -30px;
}

div[id^="prev-button"] {
    background-position: -37px 0;
    left: 15px;
}

div[id^="prev-button"]:hover {
    background-position: -37px -73px;
}

div[id^="next-button"] {
    background-position: 0 0;
    right: 0;
}

.view-akcii div[id^="next-button"],.block-novinki div[id^="next-button"] {
    right: 14px;
}

.block-novinki div[id^="next-button"],.block-novinki div[id^="prev-button"] {
    margin-top: -50px;
}

div[id^="next-button"]:hover {
    background-position: 0 -73px;
}

.relative-image {
    min-height: 55px;
}

body.page-o-kompanii-rukovodstvo



.node-plitka-display .main-image {
    text-align: center;
}

.node form.commerce-add-to-cart .form-item-quantity {
}

.node form.commerce-add-to-cart input[type="submit"] {
    height: 43px;
    display: block;
    text-decoration: none;
    line-height: 42px;
    text-align: center;
    font-size: 14px;
    font-family: 'georgiaitalic';
    color: #FFF;
    text-shadow: 0px 1px 0px rgba(1,1,1,0.35);
    background: url(sites/all/themes/responsive/assets/images/dc_cart_link_ico.png) no-repeat 5% center #b72340;
    padding: 0 15px;
    padding-left: 40px;
    border: none;
    cursor: pointer;
    margin-right: 25px;
    margin-top: 20px;
}

.node form.commerce-add-to-cart .form-item-quantity label {
    font-size: 16px;
    color: #2d3032;
    float: left;
    font-weight: normal;
    font-family: 'PT Sans Narrow',sans-serif;
    line-height: 36px;
    margin-right: 14px;
}

.node form.commerce-add-to-cart .form-item-quantity input[type="text"] {
    width: 64px;
    height: 20px;
    border: 1px solid #dcdcdc;
    font-size: 20px;
    color: #2d3032;
    line-height: 20px;
    padding: 8px 0;
    text-align: center;
    font-weight: normal;
    font-family: 'PT Sans Narrow',sans-serif;
}

.node .flag-outer {
    float: left;
}

.node .flag-outer a {
    font-size: 14px;
    text-decoration: underline;
    color: #2d3032;
    font-family: 'georgiaitalic';
    line-height: 43px;
}

.examples {
    width: 853px;
}

.examples h3 {
    font-size: 20px;
    color: #2d3032;
    font-weight: normal;
    font-family: 'PT Sans Narrow',sans-serif;
}

.examples a {
    display: inline-block;
    margin-right: 10px;
}

.eightcol.col-right .description {
    font-size: 16px;
    color: #2d3032;
}

.eightcol.col-right .description table tr td {
    border: none;
    box-shadow: none;
}

.view-products.view-display-id-page_1 .views-field-commerce-price {
    background: #2d3032;
    color: #FFF;
    padding: 7px 8px;
    font-size: 18px;
    line-height: 18px;
    text-align: right;
    font-family: 'Georgia';
}

.view-products.view-display-id-page_1 .views-field-title {
    margin-bottom: 10px;
}

.view-products.view-display-id-page_1 .views-field-title a {
    font-size: 20px;
    line-height: 20px;
    color: #2d3032;
    font-family: 'PT Sans Narrow',sans-serif;
    display: block;
}

#node-display-price {
    font-size: 19px;
    color: #2d3032;
    font-family: 'PT Sans Narrow',sans-serif;
    font-weight: 300;
    padding-top: 30px;
}

#node-display-price label {
    display: inline;
    font-size: 19px;
    font-weight: normal;
    font-weight: bold;
    color: #333;
}

.page-node-36 #content .row,.page-node-44 #content .row {
    margin: 0 0 45px 0;
    width: 100%;
    clear: both;
    display: inline-block;
}

.page-node-36 #content .row .sixcol,.page-node-44 #content .row .sixcol {
    border: 1px solid #d8d8d8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 35px 0;
    text-align: center;
    position: relative;
}

.page-node-36 #content .row .sixcol .menu-nav-title,.page-node-44 #content .row .sixcol .menu-nav-title {
    background: url(sites/all/themes/responsive/assets/images/dekor-title.png) center center no-repeat;
    margin-bottom: 30px;
}

.page-node-36 #content .row .sixcol .menu-nav-title a,.page-node-44 #content .row .sixcol .menu-nav-title a {
    font-size: 20px;
    line-height: 20px;
    font-family: 'Georgia';
    color: #2d3032;
    text-decoration: none;
    text-transform: uppercase;
}

.page-node-36 #content .row .sixcol .menu-nav-description,.page-node-44 #content .row .sixcol .menu-nav-description {
    font-size: 18px;
    color: #555555;
    font-family: 'PT Sans Narrow',sans-serif;
}

.page-node-36 #content .row .sixcol .menu-nav-more,.page-node-44 #content .row .sixcol .menu-nav-more {
    text-align: center;
    position: relative;
    margin-bottom: -20px;
    margin-top: 35px;
}

.page-node-36 #content .row .sixcol .menu-nav-more a,.page-node-44 #content .row .sixcol .menu-nav-more a {
    background: none repeat scroll 0 0 #B72340;
    color: #FFFFFF;
    display: inline-block;
    font-family: 'georgiaitalic';
    font-size: 14px;
    height: 43px;
    line-height: 42px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(1,1,1,0.35);
    width: 128px;
}

.sixcol .menu-nav-more:hover a {
    text-shadow: 0px 0px 10px rgba(255,255,255,1) !important;
}

#shop-slider {
    max-width: 475px;
}

ul#thumbs-carousel li {
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
    float: left;
    cursor: pointer;
}

.view-shop-employee.view-display-id-entity_view_1 {
    margin-bottom: 65px;
    margin-top: 45px;
    width: 100%;
    display: inline-block;
    clear: both;
}

.view-otzyvy.view-display-id-entity_view_4 .view-footer a.back {
    display: inline-block;
    border: 1px solid #dfdfdf;
    height: 38px;
    float: left;
    margin-right: 15px;
    padding: 4px;
}

.view-otzyvy.view-display-id-entity_view_4 .view-footer a.back span {
    display: inline-block;
    height: 38px;
    background: #FFF;
    padding: 0 25px;
    font-size: 16px;
    color: #2d3032;
    font-family: 'georgiaitalic';
    line-height: 38px;
}

.view-otzyvy.view-display-id-entity_view_4 .view-footer a.ctools-use-modal {
    height: 48px;
    display: inline-block;
    padding: 0 25px;
    background: #b72340;
    color: #FFF;
    text-decoration: none;
    font-size: 14px;
    font-family: 'georgiaitalic';
    text-shadow: 0px 1px 0px rgba(1,1,1,0.35);
    line-height: 48px;
}

.view-otzyvy.view-display-id-entity_view_4 .view-header h2 {
    width: 100%;
    clear: both;
    display: inline-block;
}

.view-otzyvy.view-display-id-entity_view_4 .view-header h2 span {
    font-size: 38px;
    color: #b72340;
    font-family: 'Georgia';
    float: left;
}

.view-otzyvy.view-display-id-entity_view_4 .view-header h2 a.ctools-use-modal {
    float: right;
    display: inline-block;
    height: 48px;
    padding: 0 35px;
    color: #FFF;
    font-family: 'georgiaitalic';
    text-decoration: none;
    text-shadow: 0px 1px 0px rgba(1,1,1,0.35);
    background: #b72340;
    font-size: 14px;
    line-height: 48px;
}

.view-otzyvy .views-field-created .fivestar-average-stars {
    float: right;
}

.view-otzyvy .views-field-created .fivestar-average-stars .form-item {
    margin: 0;
}

.view-shop-employee.view-display-id-entity_view_1 > h2 {
    border: 1px solid #d8d8d8;
    background: #ececec;
    font-size: 20px;
    color: #2d3032;
    padding-left: 37px;
    height: 36px;
    line-height: 36px;
    font-family: 'Georgia';
    font-weight: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0;
}

.view-shop-employee.view-display-id-entity_view_1 .view-content {
    padding: 33px 29px;
    border: 1px solid #d8d8d8;
    width: 100%;
    display: inline-block;
    clear: both;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: none;
    background: #FFF;
}

.view-shop-employee.view-display-id-entity_view_1 .views-field-field-fio {
    font-size: 20px;
    color: #2d3032;
    font-family: 'Georgia';
}

.view-shop-employee.view-display-id-entity_view_1 .views-field-field-post {
    font-size: 16px;
    color: #858585;
    font-family: 'Georgia';
}

#main div.fivestar-widget-static .star {
    background: none;
    width: 17px;
    height: 16px;
    margin-right: 3px;
}

#main div.fivestar-widget-static .star span {
    background: url(sites/all/themes/responsive/assets/images/fivestars.png) no-repeat;
    width: 17px;
    height: 16px;
}

#main div.fivestar-widget-static .star span.off {
    background-position: 0 0;
}

#main div.fivestar-widget-static .star span.on {
    background-position: 0 -16px;
}

body.node-type-magazin #main {
    background: url(sites/all/themes/responsive/assets/images/pattern-bg.jpg) left top repeat;
}

body.node-type-magazin .rating {
    margin-top: 0 !important;
}

.view.view-otzyvy.view-display-id-entity_view_4 .views-row {
    background: #FFF;
    border: 1px solid #d8d8d8;
    padding: 20px 25px;
    margin-bottom: 25px;
}

span.corner {
    background: url(sites/all/themes/responsive/assets/images/corner.jpg) 0 0 no-repeat;
    width: 22px;
    height: 21px;
    display: block;
    position: absolute;
    left: 50px;
    top: -20px;
}

#tour3d {
    background: #eeeeee;
    padding: 4px;
    border: 1px solid #e0e0e0;
}

#tour3d a {
    display: block;
    background: #FFF;
    height: 54px;
    line-height: 54px;
    font-size: 20px;
    color: #2d3032;
    font-family: 'georgiaitalic';
    text-align: center;
}

#page-title .rating {
    float: right;
}

#page-title .rating span.rate-label {
    float: left;
    margin-right: 15px;
    font-size: 16px;
    color: #2d3032;
}

#page-title .rating .fivestar-widget-static {
    float: left;
    padding-top: 12px;
}

div.modal-forms-modal-content .popups-container {
    border: 9px solid #ededed;
}

form[id^="popupform-rukovodstvo-form"] {
    width: 520px;
    margin: 0 auto;
}

div.modal-forms-modal-content .popups-container form input[type="text"] {
    height: 43px;
    border: 1px solid #dcdcdc;
    padding-left: 35px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 98%;
    color: #999999;
    font-family: 'georgiaitalic';
    font-weight: normal;
    line-height: 41px;
}

div.modal-forms-modal-content .popups-container form textarea {
    border: 1px solid #dcdcdc;
    resize: none;
    color: #999999;
    font-family: 'georgiaitalic';
    font-weight: normal;
    padding-left: 35px;
    width: 98%;
}

div.modal-forms-modal-content .popups-container form .form-item {
    position: relative;
}

div.modal-forms-modal-content .popups-container form .form-item label {
    height: 43px;
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 35px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 41px;
    color: #999999;
    font-family: 'georgiaitalic';
    font-weight: normal;
}

div.modal-forms-modal-content .popups-container form .form-item-files-file {
    width: 100%;
    display: inline-block;
    clear: both;
}

div.modal-forms-modal-content .popups-container form .form-item-files-file label {
    position: relative;
    color: #2d3032;
    padding: 0;
    float: left;
    margin-right: 50px;
    line-height: 34px;
}

div.modal-forms-modal-content .popups-close,div.modal-forms-modal-content .popups-close:hover {
    background: url(sites/all/themes/responsive/assets/images/popup-close.jpg) 0 0 no-repeat;
    width: 27px;
    height: 27px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 25px;
    z-index: 1002;
}

#modalBackdrop {
    cursor: pointer;
}

div.modal-forms-modal-content .modal-title {
    display: none;
}

#person-info {
    background: url(sites/all/themes/responsive/assets/images/popup-logo.jpg) 0 0 no-repeat;
    padding-left: 90px;
    min-height: 75px;
    margin-bottom: 15px;
}

div.modal-forms-modal-content .modal-header {
    padding: 0;
    min-height: 0px;
}

#person-info .fio {
    font-size: 20px;
    color: #2d3032;
    font-family: 'Georgia';
}

div.modal-forms-modal-content .popups-container form[id^="popupform-rukovodstvo-form"] .form-item-surname input,div.modal-forms-modal-content .popups-container form[id^="popupform-rukovodstvo-form"] .form-item-name input,div.modal-forms-modal-content .popups-container form[id^="popupform-rukovodstvo-form"] .form-item-sname input {
    background: url(sites/all/themes/responsive/assets/images/fio-icon.png) 7px center no-repeat;
}

div.modal-forms-modal-content .popups-container form[id^="popupform-rukovodstvo-form"] .form-item-phone input {
    background: url(sites/all/themes/responsive/assets/images/phone-icon.png) 7px center no-repeat;
}

div.modal-forms-modal-content .popups-container form[id^="popupform-rukovodstvo-form"] textarea {
    background: url(sites/all/themes/responsive/assets/images/msg-icon.png) 7px 15px no-repeat;
}

div.modal-forms-modal-content .popups-container form[id^="popupform-rukovodstvo-form"] .form-item-org input {
    background: url(sites/all/themes/responsive/assets/images/company-icon.png) 7px center no-repeat;
}

div.modal-forms-modal-content .popups-container form[id^="popupform-rukovodstvo-form"] .form-item-email input {
    background: url(sites/all/themes/responsive/assets/images/email.png) 7px center no-repeat;
}

#content ul li {
    list-style: square;
    list-style-position: inside;
}

.view-nagrady .views-field-title {
    font-family: 'PT Sans Narrow',sans-serif;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
}

.view-nagrady .views-row {
    margin-bottom: 15px;
}

#pager-list {
    width: 100%;
    clear: both;
    display: inline-block;
    padding-top: 35px;
}

.view-magaziny .views-field-nothing .row {
    width: 100%;
    clear: both;
    display: inline-block;
}

.view.view-karera.view-id-karera.view-display-id-page {
    width: 100%;
    clear: both;
    display: inline-block;
}

.view-karera .views-row .field-content {
    max-height: 240px;
    width: auto;
    overflow: hidden;
}

#odin_sotrudnik img {
    float: left;
    margin: 10px 10px 0 0;
    max-height: 240px;
}

.node-type-sotrudnik-karera #odin_sotrudnik img {
    float: left;
    margin: 10px 10px 0 0;
    max-height: 240px;
    width: 20%;
}

.profile-description {
    width: 65%;
    margin-left: 7%;
}

.main_readmore {
    width: 40%;
    margin: 0% 27%;
    background-color: #b72340;
    position: relative;
    top: 20px;
    padding: 3%;
}

.main_readmore a {
    color: #fff;
    font-family: 'georgiaitalic';
}

.main_readmore a:hover {
    text-shadow: 0px 0px 10px rgba(255,255,255,1);
}

#call-center {
    padding: 0px 0px 0px 10px;
    margin-right: 250px;
    margin-top: -16px;
}

#call-center p {
    margin: 0px;
    font-family: 'georgiaitalic';
}

#call-center p + p {
    float: left;
}

#call-center p + p + p {
    margin: 0 0 0 15px;
    float: right;
    position: relative;
    top: -23px;
}

#call-center p + p + p a {
    width: 80px;
    padding: 5px 5px 5px 45px;
    background: url(sites/all/themes/responsive/assets/images/header_phone.png) 5px 8px no-repeat;
    display: inline-block;
    line-height: 1;
    border: 1px solid #b72340;
}

.socials-bl {
    display: inline-block;
    position: relative;
    top: 35px;
    right: 226px;
    width: 145px;
    z-index: 997;
}

.socials-bl h3 {
    font-size: 14px;
    color: #C9CBCA;
    font-style: italic;
    float: right;
    margin-right: 14px;
    position: static;
    top: 8px;
    border-left: 1px solid #C9CBCA;
    padding-left: 10px;
}

.socials-bl ul {
    float: right;
    clear: right;
    width: 140px;
}

.block-search form {
    position: relative;
    top: 78px;
    float: left;
    width: 279px;
    margin-bottom: 0;
    z-index: 997;
    position: absolute;
    right: 1px;
    bottom: 0;
}

body.admin-menu .block-search form {
    top: 60px;
    right: -140px;
}

#call-center #red-font {
    color: #b72340;
    font-family: 'arial';
    font-style: italic;
    font-size: 18px;
}

#call-center .small-font {
    font-size: 15px;
}

.main-page-img {
    margin: 0 auto;
    width: 100%;
}

#background_main {
    z-index: 1;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
}

#foreground_main {
    z-index: 2;
    position: relative;
}

.main-button-img {
    height: 8%;
    width: 3%;
}

.main-button-img a > img {
    opacity: 0;
}

.main-hover-img {
    width: 14.2%;
    height: auto;
}

.relative {
    position: relative;
}

#vanna_ex {
    display: none;
    top: 3%;
    left: 69%;
}

#vanna {
    top: 22.5%;
    left: 68.4%;
}

#kamin_ex {
    top: 5%;
    display: none;
    left: 59%;
}

#kamin {
    top: 17.2%;
    left: 58%;
}

#santehnika_ex {
    top: 39%;
    left: 66.5%;
    display: none;
}

#santehnika {
    top: 18%;
    left: 65.5%;
}

#kuhni {
    top: -15.5%;
    left: 54.1%;
}

#kuhni_ex {
    top: 15%;
    display: none;
    left: 42.5%;
}

#fasad {
    top: -10.4%;
    left: 27.7%;
}

#fasad_ex {
    left: 29%;
    top: 2.8%;
    display: none;
}

#kovri {
    top: -0.45%;
    left: 44.1%;
}

#kovri_ex {
    left: 32%;
    top: 20.8%;
    display: none;
}

#ulica {
    top: 21.5%;
    left: 31.3%;
}

#ulica_ex {
    left: 19%;
    top: 49.8%;
    display: none;
}

#kirpich {
    top: 5.6%;
    left: 56%;
}

#kirpich_ex {
    left: 57%;
    top: 41.8%;
    display: none;
}

#pol {
    top: -28.1%;
    left: 51.2%;
}

#pol_ex {
    left: 39%;
    top: 16.8%;
    display: none;
}

.node table td,.node table th {
    border: 1px #E0E0E0 solid;
    box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.102),inset 0px 0px 7px rgba(0,0,0,0.19);
}

#popupform-vakansii-form fieldset {
    margin-bottom: 0;
}

#popupform-vakansii-form legend {
    margin-bottom: 5px;
    padding-top: 10px;
}

#popupform-vakansii-form .form-item {
    margin-top: 0;
}

#popupform-vakansii-form .form-item label {
    padding: 10px;
    z-index: 1;
    line-height: 20px;
    height: 20px;
}

#popupform-vakansii-form .date-padding {
    padding: 0;
}

#popupform-vakansii-form input[type="text"] {
    line-height: 20px;
    height: 40px;
    margin-bottom: 0;
    padding-left: 10px;
}

#popupform-vakansii-form textarea {
    padding-left: 10px;
}

#popupform-vakansii-form {
    padding-top: 90px;
    margin: 0 20px;
    background: url(sites/all/themes/responsive/assets/images/popup-logo.jpg) 0 0 no-repeat;
    font-family: 'georgia';
}

#popupform-vakansii-form .form-item-files-resume label,#popupform-vakansii-form .form-item-birthdate label {
    position: inherit;
    margin-right: 20px;
    float: left;
    color: #000;
    font-family: 'georgia';
    padding: 6px 0px;
}

#popupform-vakansii-form .form-item-worktype label,#popupform-vakansii-form .form-item-grafik label {
    position: inherit;
    color: #000;
    font-family: 'georgia';
    padding: 0;
    margin-bottom: 5px;
}

#popupform-vakansii-form #edit-last-place {
    border-bottom: 1px dotted #999999;
    margin: 10px 0;
}

#popupform-vakansii-form .form-item-birthdate-date input[type="text"] {
    height: 30px;
}

#map_popup_head {
    color: #000;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 34px;
}

#map_popup_main {
    width: 545px;
    height: 369px;
    padding: 20px 30px;
}

#map_popup_body {
    width: 100%;
    height: 20%;
    margin: 15px 0;
}

.map_popup_block {
    width: 46%;
    float: left;
    padding: 0 0 0 4%;
}

#map_popup_firs p {
    margin: 0;
}

#map_popup_firs {
    background: url(sites/all/themes/responsive/assets/images/popup_1.png) no-repeat 0% 11%;
}

#map_popup_second {
    background: url(sites/all/themes/responsive/assets/images/popup_2.png) no-repeat 0% 50%;
}

#map_popup_third {
    background: url(sites/all/themes/responsive/assets/images/popup_3.png) no-repeat 0% 50%;
}

#map_popup_four {
    background: url(sites/all/themes/responsive/assets/images/popup_3.png) no-repeat 0% 50%;
}

.jq-selectbox__select-text {
    width: 70px !important;
}

#bens {
    color: #303030;
    width: 100%;
    height: auto;
}

#bens a span {
    color: #303030;
}

#bens a:hover span {
    color: #fff;
}

.bens_row {
    width: 100%;
    height: 36%;
}

.bens_td {
    width: 30.3%;
    margin: 1.5%;
    height: 100%;
    background-size: contain;
    display: inline-block !important;
    vertical-align: top;
    text-align: center;
    cursor: pointer;
    color: #303030;
    -webkit-transition: .5s background-image;
    -moz-transition: .5s background-image;
    -ms-transition: .5s background-image;
    -o-transition: .5s background-image;
    transition: .5s background-image,.5s color;
    background-image: url(sites/all/themes/responsive/assets/images/bens_0.png);
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    -ms-perspective: 600px;
    -o-perspective: 600px;
    perspective: 600px;
    -webkit-transition-duration: 0.5s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    padding: 0 0 4.3% 0%;
    display: block;
}

.bens_td:hover {
    color: #fff;
    -webkit-transition: .5s background-image;
    -moz-transition: .5s background-image;
    -ms-transition: .5s background-image;
    -o-transition: .5s background-image;
    transition: .5s background-image,.5s color;
    background-image: url(sites/all/themes/responsive/assets/images/bens_0_h.png);
    -webkit-perspective: 900px;
}

.bens_td span {
    display: block;
    width: 100%;
    font-family: "PT Sans Narrow";
    font-size: 17px;
    font-weight: bold;
    margin: 0px;
}

.bens_m {
    padding: 49% 0% 0% 0%;
    display: block;
}

.bens_td .bens_m {
    -webkit-transition: -webkit-transform 0.5s,background-image 0.5s;
    -moz-transition: -moz-transform 0.5s,background-image 0.5s;
    -ms-transition: -moz-transform 0.5s,background-image 0.5s;
    -o-transition: -o-transform 0.5s,background-image 0.5s;
    transition: transform 0.5s,background-image 0.5s;
}

.bens_td:hover .bens_m {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.bens_td span.bens_grey {
    font-weight: normal;
}

.bens_td #bens_1 {
    background-image: url(sites/all/themes/responsive/assets/images/bens_1n.png);
}

.bens_td:hover #bens_1 {
    background-image: url(sites/all/themes/responsive/assets/images/bens_1n_h.png);
}

noindex:-o-prefocus,.bens_td:hover #bens_1 {
    background-image: url(sites/all/themes/responsive/assets/images/bens_1n_h_o.png);
}

.bens_td #bens_2 {
    background-image: url(sites/all/themes/responsive/assets/images/bens_2n.png);
}

.bens_td:hover #bens_2 {
    background-image: url(sites/all/themes/responsive/assets/images/bens_2n_h.png);
}

noindex:-o-prefocus,.bens_td:hover #bens_2 {
    background-image: url(sites/all/themes/responsive/assets/images/bens_2n_h_o.png);
}

.bens_td #bens_3 {
    background-image: url(sites/all/themes/responsive/assets/images/bens_3n.png);
}

.bens_td:hover #bens_3 {
    background-image: url(sites/all/themes/responsive/assets/images/bens_3n_h.png);
}

noindex:-o-prefocus,.bens_td:hover #bens_3 {
    background-image: url(sites/all/themes/responsive/assets/images/bens_3n_h_o.png);
}

.bens_td #bens_4 {
    background-image: url(sites/all/themes/responsive/assets/images/bens_4n.png);
}

.bens_td:hover #bens_4 {
    background-image: url(sites/all/themes/responsive/assets/images/bens_4n_h.png);
}

noindex:-o-prefocus,.bens_td:hover #bens_4 {
    background-image: url(sites/all/themes/responsive/assets/images/bens_4n_h_o.png);
}

.bens_td #bens_5 {
    background-image: url(sites/all/themes/responsive/assets/images/bens_5n.png);
}

.bens_td:hover #bens_5 {
    background-image: url(sites/all/themes/responsive/assets/images/bens_5n_h.png);
}

noindex:-o-prefocus,.bens_td:hover #bens_5 {
    background-image: url(sites/all/themes/responsive/assets/images/bens_5n_h_o.png);
}

.bens_td #bens_6 {
    background-image: url(sites/all/themes/responsive/assets/images/bens_6n.png);
}

.bens_td:hover #bens_6 {
    background-image: url(sites/all/themes/responsive/assets/images/bens_6n_h.png);
}

noindex:-o-prefocus,.bens_td:hover #bens_6 {
    background-image: url(sites/all/themes/responsive/assets/images/bens_6n_h_o.png);
}

.bens_td #bens_7 {
    background-image: url(sites/all/themes/responsive/assets/images/bens_7n.png);
}

.bens_td:hover #bens_7 {
    background-image: url(sites/all/themes/responsive/assets/images/bens_7n_h.png);
}

noindex:-o-prefocus,.bens_td:hover #bens_7 {
    background-image: url(sites/all/themes/responsive/assets/images/bens_7n_h_o.png);
}

.bens_td #bens_8 {
    background-image: url(sites/all/themes/responsive/assets/images/bens_8n.png);
}

.bens_td:hover #bens_8 {
    background-image: url(sites/all/themes/responsive/assets/images/bens_8n_h.png);
}

noindex:-o-prefocus,.bens_td:hover #bens_8 {
    background-image: url(sites/all/themes/responsive/assets/images/bens_8n_h_o.png);
}

.bens_td #bens_9 {
    background-image: url(sites/all/themes/responsive/assets/images/bens_9n.png);
}

.bens_td:hover #bens_9 {
    background-image: url(sites/all/themes/responsive/assets/images/bens_9n_h.png);
}

noindex:-o-prefocus,.bens_td:hover #bens_9 {
    background-image: url(sites/all/themes/responsive/assets/images/bens_9n_h_o.png);
}

.bens_td #bens_10 {
    background-image: url(sites/all/themes/responsive/assets/images/bens_10n.png);
}

.bens_td:hover #bens_10 {
    background-image: url(sites/all/themes/responsive/assets/images/bens_10n_h.png);
}

noindex:-o-prefocus,.bens_td:hover #bens_10 {
    background-image: url(sites/all/themes/responsive/assets/images/bens_10n_h_o.png);
}

.bens_td #bens_11 {
    background-image: url(sites/all/themes/responsive/assets/images/bens_11n.png);
}

.bens_td:hover #bens_11 {
    background-image: url(sites/all/themes/responsive/assets/images/bens_11n_h.png);
}

noindex:-o-prefocus,.bens_td:hover #bens_11 {
    background-image: url(sites/all/themes/responsive/assets/images/bens_11n_h_o.png);
}

.bens_td #bens_12 {
    background-image: url(sites/all/themes/responsive/assets/images/bens_12n.png);
}

.bens_td:hover #bens_12 {
    background-image: url(sites/all/themes/responsive/assets/images/bens_12n_h.png);
}

noindex:-o-prefocus,.bens_td:hover #bens_12 {
    background-image: url(sites/all/themes/responsive/assets/images/bens_12n_h_o.png);
}

.gmnoprint img {
    max-width: none;
}

.block-chapters-view .fourcol .content .block-icon {
    margin-top: -68px;
    text-align: center;
    position: relative;
}

.bens_td p {
    margin: 0;
}

#odin_sotrudnik p:first-child {
    margin-top: 20px;
}

body.page-o-kompanii-otzyvy .views-field.views-field-field-otvet > div.field-content {
    width: 95%;
    position: relative;
    right: 20px;
}

.gm-style .gm-style-iw {
    font-size: 12px !important;
    width: 200px;
}

.view-content .views-row.fourcol .field-content > div {
    border: 2px solid #d8d8d8;
}

.view-content .views-row.fourcol .field-content > div.hit {
    border: none !important;
}

.view-content .views-row.fourcol .field-content > div:hover {
    border: 2px solid #b72340;
}

body.page-o-kompanii-karera #content .block-inner {
    margin-top: 30px;
}

body.page-o-kompanii-karera #content .block-inner .view-content > .views-row {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    margin-right: 3%;
    margin-bottom: 3%;
}

body.page-o-kompanii-karera #content .block-inner .view-content {
    text-align: center;
}

body.page-o-kompanii-karera #content .block-inner .view-content .rtejustify {
    text-align: left;
}

.rtejustify img,.rtecenter img {
    max-width: 95% !important;
}

body.page-o-kompanii-karera #content .block-inner .view-content .views-field.views-field-field-imgs,body.page-o-kompanii-karera #content .block-inner .view-content .views-field.views-field-title,body.page-o-kompanii-karera #content .block-inner .view-content .views-field.views-field-body {
    text-align: left;
}

#content #odin_sotrudnik p {
    margin-top: 20px;
}

.outer-map {
    position: relative;
}

.block-on-map {
    position: absolute;
    z-index: 550;
    padding: 0 40px;
    background: #fff;
    width: 535px;
    top: 79%;
    left: 87px;
    margin-top: -297px;
    -webkit-box-shadow: 3px 0px 10px 0px rgba(50,50,50,0.75);
    -moz-box-shadow: 3px 0px 10px 0px rgba(50,50,50,0.75);
    box-shadow: 3px 0px 10px 0px rgba(50,50,50,0.75);
    font-family: Arial Narrow,sans-serif;
}

.block-on-map .top-bl > div,.outer-map .block-on-map .bottom-bl > div {
    display: inline-block;
    vertical-align: top;
}

.block-on-map .top-bl > .left {
    background: url(sites/all/themes/responsive/assets/images/popup_1.png) no-repeat 0 5px;
    padding-left: 20px;
    width: 60%;
}

.block-on-map .bottom-bl {
    padding: 15px 0;
}

.block-on-map .top-bl {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 0px;
}

.block-on-map .top-bl > .right {
    background: url(sites/all/themes/responsive/assets/images/popup_2.png) no-repeat 0% 9px;
    padding-left: 20px;
    width: 30%;
}

.block-on-map .top-bl > .right,.block-on-map .top-bl > .left {
    font-size: 13px;
}

.block-on-map .bottom-bl > .left {
    background: url(sites/all/themes/responsive/assets/images/popup_3.png) no-repeat 0% 6px;
    padding-left: 20px;
}

.block-on-map .bottom-bl > .right {
    background: url(sites/all/themes/responsive/assets/images/popup_3.png) no-repeat 0% 6px;
    padding-left: 20px;
}

.block-on-map h3 {
    font-size: 34px;
    color: #555555;
    text-align: center;
    margin-top: 10px;
}

.block-on-map .text-box {
    display: none;
}

.profile-description .reception-phone {
    background: url(sites/all/themes/responsive/assets/images/popup_3.png) no-repeat 0% 6px;
    padding-left: 20px;
    display: inline-block;
    clear: both;
    width: 50%;
}

.profile-description .profile-email {
    background: url(sites/all/themes/responsive/assets/images/popup_2.png) no-repeat 0% 9px;
    padding-left: 20px;
    display: inline-block;
}

body.page-o-kompanii-rukovodstvo .profile-description .reception-phone {
    width: 100%;
}

body.page-o-kompanii-rukovodstvo .field-content.fourcol {
    margin-right: 0;
}

body.page-o-kompanii-rukovodstvo .field-content.fourcol > a > img {
    width: 160px;
    height: 189px;
}

body.page-o-kompanii-rukovodstvo .eightcol .profile-name,body.page-o-kompanii-rukovodstvo .eightcol .profile-post {
    padding-left: 17px;
}

body.page-o-kompanii-karera .views-field-view-node > span.field-content > a {
    width: 40%;
    background-color: #b72340;
    padding: 3%;
    color: #fff;
}

body.page-o-kompanii-rukovodstvo .profile-call {
    margin-left: 17px;
    position: absolute;
    bottom: 0;
}

body.no-sidebars.page-node #main .block-contact {
    overflow: hidden;
    background: url(sites/all/themes/responsive/assets/images/seperate-line.png) no-repeat bottom,url(sites/all/themes/responsive/assets/images/seperate-line.png) no-repeat top;
    margin-bottom: 20px;
    padding-top: 25px;
    background-size: 100%;
}

#main .block-contact h3 {
    font-size: 34px;
    color: #555555;
    font-family: 'Georgia';
    margin-bottom: 40px;
}

body.no-sidebars.page-node #main .block-contact .sixcol {
    margin-bottom: 20px !important;
    margin-right: 100px;
}

body.page-produkciya-plitka .left-sidebar {
    float: left !important;
}

body.node-type-plitka-display .threecol,body.node-type-santehnika-display .threecol,body.page-taxonomy-term div.vocabulary-catalog-soputstv .fourcol,body.page-taxonomy-term .fourcol,body.page-taxonomy-term .twocol,body.page-taxonomy-term .threecol {
    text-align: center;
    font-family: 'PT Sans Narrow',sans-serif;
}

body.page-taxonomy-term .threecol {
    margin-bottom: 20px;
    font-family: 'PT Sans Narrow',sans-serif;
}

div.price {
    font-weight: bold;
}

.content .top-product {
    margin-bottom: 35px;
}

.content .bottom-product {
    font-family: 'PT Sans Narrow',sans-serif;
}

.content .bottom-product > .view-id-add_prods {
    overflow: hidden;
    zoom:1;margin-bottom: 20px;
}

.content .bottom-product > h3 {
    margin-top: 23px;
}

body.page-produkciya-plitka #content .view-content .views-field-name > span.field-content {
    font-family: 'PT Sans Narrow',sans-serif;
    font-size: 20px;
}

.vocabulary-catalog-plitka .content .small-images-collection ul li,.vocabulary-catalog-ceramogranit .content .small-images-collection ul li {
    display: inline-block;
    float: left;
    margin-right: 3.6%;
    cursor: pointer;
    list-style: none !important;
    list-style-position: none !important;
    opacity: 0.9;
}

.term-listing-heading .main-image {
    overflow: hidden;
}

.content .top-product .main-image {
    text-align: center;
}

.vocabulary-catalog-plitka .content .small-images-collection ul li:last-child,.vocabulary-catalog-ceramogranit .content .small-images-collection ul li:last-child {
    margin-right: 0;
}

.vocabulary-catalog-plitka .content .small-images-collection ul li:hover {
    opacity: 1;
}

#popupform-tax-recall-form {
    margin-top: 40px;
}

#popupform-tax-recall-form #customfivestar {
    margin-bottom: 10px;
}

.big-image-collection .caroufredsel_wrapper {
    margin-bottom: 15px !important;
    width: 100%;
}

#content .vocabulary-catalog-plitka .rating {
    margin-bottom: 15px;
}

#content ul li {
    list-style-position: inherit !important;
}

.content .big-image-collection > img {
    width: 100%;
    height: auto;
}

body.page-taxonomy #content {
    position: relative;
}

body.page-taxonomy #content .rating {
    position: absolute;
    top: 83px;
    right: 0;
}

body.node-type-plitka-display .content .top-product .fourcol.col-left .examples > div {
    margin-right: 30px;
}

body.node-type-plitka-display .content .top-product .description span.param-text {
    font-weight: bold;
}

body.page-produkciya-santehnika #content .view-id-santeh_tip .view-content .views-row {
    height: 300px !important;
}

body.page-produkciya-santehnika #content .view-id-santeh_tip .view-content .views-row .views-field a img {
    width: 100% !important;
    height: auto !important;
}

body.page-o-kompanii-karera #content .view-content .views-row .field-content a img {
    max-width: 100%;
    height: auto;
}

body.node-type-kirpich-display #content table td,body.node-type-kirpich-display #content table th {
    border: 0 !important;
    box-shadow: none !important;
}

body.page-o-kompanii-nagrady img {
    max-width: 100%;
    height: auto;
}

body.node-type-albom-merop img {
    max-width: 100%;
    height: auto;
}

body.node-type-nashi-obekty img {
    max-width: 100%;
    height: auto;
}

body.page-taxonomy-term .view-content .fourcol {
    text-align: left;
}

body.page-node-59 img {
    max-width: 100%;
    height: auto;
}

body.page-node-59 canvas {
    width: 100%;
}

body.page-node-46 ul {
    margin: 0 0 20px 35px;
}

body.page-produkciya-kirpich .view-content .views-row {
    min-width: 168px;
    min-height: 200px;
    margin-bottom: 15px;
}

.relative-products .relative-product.threecol {
    margin-bottom: 20px;
}

.relative-products {
    min-height: 260px;
    overflow: hidden;
}

.relative-products > div .relative-image {
    height: 120px;
    margin: 0 0 10px 0;
    text-align: center;
    line-height: 120px;
}

.relative-products > div .relative-image img {
    max-width: 100%;
    width: auto;
    max-height: 120px;
    height: auto;
    position: static;
    vertical-align: middle;
}

#jGrowl .jGrowl-notification.status {
    background: #b72340 !important;
}

body.page-taxonomy-term .view-content .views-row.threecol {
    min-width: 170px;
    display: inline-block;
    vertical-align: top;
    float: none !important;
    margin-right: 1.08333333333333%;
    position: relative;
    height: auto !important;
}

.page-node-36 #content .row .sixcol .menu-nav-more {
    display: inline-block;
}

.page-node-36 #content .row .sixcol .menu-nav-more:hover a {
    text-shadow: 0px 0px 10px rgba(255,255,255,1);
}

body.node-type-magazin .shop-info .sixcol > div {
    font-family: Arial Narrow,sans-serif;
    margin-top: 10px;
}

body.node-type-magazin .shop-info .sixcol .address {
    background: url(sites/all/themes/responsive/assets/images/popup_1.png) no-repeat 0 5px;
    padding-left: 20px;
}

body.node-type-magazin .shop-info .sixcol .gps {
    padding-left: 20px;
}

body.node-type-magazin .shop-info .sixcol .schedule {
    background: url(sites/all/themes/responsive/assets/images/shedule-ico.jpg) 0px 6px no-repeat;
    padding-left: 20px;
}

body.page-produkciya-tovary .view-content .views-row.fourcol {
    display: inline-block;
    float: none !important;
    margin-right: 1.08333333333333%;
    vertical-align: top;
}

body.page-o-kompanii-nashi-obekty .view-content .views-row.fourcol {
    display: inline-block;
    float: none !important;
    margin-right: 1.08333333333333%;
    vertical-align: top;
}

body.page-checkout .field-group-div {
    display: inline-block;
}

body.page-checkout .group-col1 {
    float: left;
}

body.page-checkout form > div {
    text-align: center;
}

body.page-checkout form input.form-text {
    border: 1px solid #dcdcdc;
    padding: 3px 15px;
    font-size: 14px;
    color: #999999 !important;
    font-family: 'georgiaitalic' !important;
    font-weight: normal !important;
}

body.page-checkout form label {
    padding-left: 15px;
    font-size: 14px;
    color: #999999 !important;
    font-family: 'georgiaitalic' !important;
    font-weight: normal !important;
}

body.page-checkout form span {
    font-size: 14px;
    color: #999999 !important;
    font-family: 'georgiaitalic' !important;
    font-weight: normal !important;
}

body.page-checkout .customer_profile_billing {
    overflow: hidden;
}

body.page-checkout .customer_profile_billing > legend {
    text-align: left;
}

body.page-checkout .checkout-continue.form-submit {
    height: 43px;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    font-family: 'georgiaitalic';
    color: #FFF;
    text-shadow: 0px 1px 0px rgba(1,1,1,0.35);
    background: #b72340;
    border: none;
    cursor: pointer;
    padding: 10px;
    margin-right: 10px;
}

body.page-checkout .checkout-cancel.form-submit {
    height: 43px;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    font-family: 'georgiaitalic';
    color: #FFF;
    text-shadow: 0px 1px 0px rgba(1,1,1,0.35);
    background: #b72340;
    border: none;
    cursor: pointer;
    position: relative;
    top: 3px;
    padding: 10px;
    margin-left: 10px;
}

.region.region-main-page {
    position: relative;
}

#transformers-rule {
    position: relative;
    z-index: 100;
    width: 1170px;
    margin: 0 auto;
}

#transformers-rule .container {
    width: 128px;
    height: 128px;
    -webkit-perspective: 1000;
}

#transformers-rule .card {
    width: 128px;
    height: 128px;
    -webkit-transform-style: preserve-3d;
    transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
}

#transformers-rule .card {
    width: 128px;
    height: 128px;
    -webkit-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    position: relative;
}

#transformers-rule .container:hover .card {
    transition: all 0.5s ease 0s;
    transform-style: preserve-3d;
    transform: rotateY(180deg);
}

#transformers-rule .face {
    position: absolute;
}

#transformers-rule .megatron {
    float: left;
    position: absolute;
    top: 5px;
    left: 103px;
}

#transformers-rule .megatron .back {
    width: 128px;
    height: 128px;
}

noindex:-o-prefocus,#transformers-rule .megatron .face.back {
    background: url(sites/all/themes/responsive/assets/images/3d-button-hover_o.png) 0 0 no-repeat;
}

noindex:-o-prefocus,#transformers-rule .megatron .face.back img {
    display: none;
}

#transformers-rule .front {
    z-index: 10;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

#transformers-rule .container:hover .front {
    z-index: 0;
}

body.page-taxonomy-term-6 .view-content .views-row.fourcol {
    display: inline-block;
    float: none !important;
    margin-right: 1.08333333333333%;
    vertical-align: top;
}

body.node-type-magazin .ctools-modal-content.modal-forms-modal-content {
    height: 630px !important;
}

body.node-type-magazin div.ctools-modal-content .modal-content {
    margin-top: 30px;
}

body.node-type-magazin #edit-submit {
    margin-top: 10px;
}

.view-catalog-main .view-content .views-row.fourcol {
    display: inline-block;
    float: none !important;
    margin-right: 1.08333333333333%;
    vertical-align: top;
}

.view-nashi-obekty .view-content .views-row {
    margin-bottom: 10px;
}

a[href="/produkciya/plitka/tropikana/tropikana-4-bordyurnaya-98h98"] img {
    width: 32px !important;
    height: 32px !important;
    vertical-align: middle;
}

body.page-node-965 .block-novinki div[id^="next-button"] {
    right: 0 !important;
}

.view-comparison .views-table caption {
    text-align: left;
}

.view-comparison .views-table tbody tr th {
    min-width: 85px;
}

.additional-categores .add-catagory.threecol {
    width: 17.9%;
    text-align: center;
}

.additional-categores .add-catagory.threecol:last-child {
    margin-right: 0;
}

.content .view.view-products {
    margin-bottom: 20px;
}

#popupform-santeh-form {
    margin-top: 45px;
}

#popupform-santeh-form #customfivestar {
    margin-bottom: 10px;
}

.page-checkout .customer_profile_billing .fieldset-legend {
    display: none;
}

#header button.navbar-toggle {
    display: none !important;
}

.description span.param-text {
    font-weight: bold;
}

.view.view-products .views-row .views-field-field-imgs {
    min-height: 185px;
    position: relative;
}

.relative-products .relative-product {
    position: relative;
    margin: 0 0
}

.relative-products .relative-product .relative-title {
    margin: 0 0 10px 0;
    text-align: center;
    min-height: 54px;
}

.relative-products .relative-product .relative-price {
    text-align: center;
    margin-bottom: -10px;
}

.view.view-products.view-display-id-entity_view_2 .views-row .views-field-field-imgs img,.relative-products .relative-product img,.view.view-products.view-display-id-entity_view_1 .views-row .views-field-field-imgs img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.payment-block {
    overflow: hidden;
    zoom:1;width: 1170px;
    margin: 0 auto;
    padding: 15px 0;
}

.payment-block ul li {
    min-height: 45px;
    float: left;
    margin: 0 10px;
}

.hide-bl {
    display: none !important;
}

.display-bl {
    display: block !important;
}

body.page-cart #main aside.threecol {
    float: none !important;
}

body.page-cart #main aside.threecol h2.block-title {
    margin-left: 28px;
}

#cart-section.default {
    width: 100%;
}

#cart-section.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 998;
}

#cart-section.fixed ul#cart_menu {
    padding: 15px 0;
}

.transbg {
    background-color: rgba(60,130,190,0.7)!important;
}

.view.view-otzyvy .view-header {
    overflow: hidden;
    zoom:1;}

.view.view-otzyvy {
    margin-top: 10px;
}

.view.view-otzyvy .views-field-field-rating {
    position: absolute;
    top: 0;
    right: 0;
}

.view.view-otzyvy .view-content {
    position: relative;
}

.view.view-otzyvy .view-header a {
    float: right;
    font-size: 16px;
    font-family: 'georgiaitalic';
    color: #cf6c80;
    text-decoration: underline;
    text-transform: none;
}

.view.view-otzyvy .views-row {
    padding-bottom: 30px;
}

.view.view-otzyvy .views-row .views-field-created {
    margin-bottom: 15px;
}

.view-otzyvy .views-field-body p {
    font-size: 18px;
    color: #2d3032;
    font-weight: normal;
}

#ya-site-form0 .ya-site-form__input-text {
    height: 43px;
}

#ya-site-form0 .ya-site-form__submit_type_image {
    width: 44px !important;
    height: 43px !important;
    background: #2d3032 url(sites/all/themes/responsive/assets/images/find.png) center center no-repeat !important;
    margin-left: 0 !important;
}

#ya-site-form0 .ya-site-form__submit_type_image:hover {
    background-color: #b72340 !important;
}

.relative-stock {
    text-align: center;
    float: left;
    margin-left: 10px;
    line-height: 39px;
}

.views-field-commerce-stock .stock {
    border: none !important;
    width: 100px;
    margin: -4px 5px;
    text-align: center;
    float: left;
}

.views-field-commerce-stock .field-content > a {
    display: block;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    background: url(sites/all/themes/responsive/assets/images/i-zayavka.png) no-repeat 100px 0;
    height: 21px;
    margin: 4px auto;
    text-align: right;
}

.views-field-commerce-stock .field-content > a:hover {
    background: url(sites/all/themes/responsive/assets/images/i-zayavka.png) no-repeat 100px -21px;
}

.fourcol .img-shop {
    margin-top: 20px;
}

body.node-type-santehnika-display .top-product > .fourcol.col-left {
    min-width: 270px;
    margin-right: 20px;
}

.view-id-products.view-display-id-entity_view_6 .views-field-field-imgs {
    float: none !important;
}

.view-id-products.view-display-id-entity_view_6 .views-field-field-imgs img {
    display: initial;
}

.view-id-products.view-display-id-entity_view_6 .views-row {
    text-align: center !important;
}

.view-id-catalog_main.view-display-id-entity_view_3 .view-content .views-field-field-imgs {
    float: none !important;
}

.view-id-catalog_main.view-display-id-entity_view_3 .view-content .views-field-field-imgs img {
    display: initial;
}

body.page-produkciya-kirpich .view-content .views-row {
    text-align: center;
}

body.node-type-santehnika-display .top-product > .eightcol.col-right {
    width: 50% !important;
}

body.page-poisk #edit-search-api-views-fulltext-wrapper {
    float: left;
    width: 300px;
}

body.page-poisk .view-filters .views-exposed-widget label {
    float: left;
    margin-right: 10px;
    line-height: 30px;
}

body.page-poisk .views-exposed-form .views-exposed-widgets {
    width: 440px;
}

body.page-poisk .views-field.views-field-field-imgs {
    display: inline-block;
    width: 130px;
    vertical-align: top;
    overflow: hidden;
    clear: both;
    float: left;
}

body.page-poisk .views-field.views-field-title {
    width: 400px;
    display: inline-block;
    vertical-align: top;
}

body.page-poisk .view-poisk .views-row {
    margin-bottom: 20px;
    min-height: 127px;
    border: 1px solid #b72340;
    padding: 10px 10px 0 10px;
    position: relative;
    overflow: hidden;
    zoom:1;}

body.page-poisk .view-poisk .views-row .views-field-nothing p {
    margin-bottom: 5px;
}

body.page-poisk .view-poisk .views-row .views-field-nothing .item-list ul > li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
    text-align: left;
    margin-left: 0;
}

body.page-poisk .view-poisk .views-row .views-field-nothing .item-list ul {
    margin-left: 0 !important;
}

body.page-poisk .view-poisk .views-row .search-more-link {
    display: inline-block;
    background-color: #b72340;
    padding: 10px;
    float: right;
    position: relative;
}

body.page-poisk .view-poisk .views-row .search-more-link a {
    color: #fff;
    font-family: 'georgiaitalic';
}

body.page-poisk .view-poisk .views-row .search-more-link:hover a {
    text-shadow: 0px 0px 10px rgba(255,255,255,1);
}

body.page-poisk .view-poisk .views-row .views-field-nothing .search-more-link
body.page-poisk .view-poisk .views-row .views-field-nothing span {
    font-size: 13px;
}

#block-dc_smallcart-small_cart .section-cart {
    display: inline-block;
    margin-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    vertical-align: top;
}

#block-dc_smallcart-small_cart .section-cart:last-child {
    margin-right: 0;
}

#block-dc_smallcart-small_cart .section-cart ul li a {
    color: #e9e9e9;
    font-size: 15px;
    font-family: Arial Narrow,sans-serif;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}

#block-dc_smallcart-small_cart .section-cart ul li a:hover {
    text-shadow: 0px 0px 10px rgba(255,255,255,1);
}

#block-dc_smallcart-small_cart .section-cart ul li {
    color: #e9e9e9;
    font-size: 18px;
    font-family: Arial Narrow,sans-serif;
}

#block-dc_smallcart-small_cart .section-cart h5 {
    color: #e9e9e9;
    font-size: 18px;
    font-family: Arial Narrow,sans-serif;
    font-weight: bold;
}

#block-dc_smallcart-small_cart .section-cart.first-column ul li,#block-dc_smallcart-small_cart .section-cart.second-column ul li {
    background: url(sites/all/themes/responsive/assets/images/li-style.png) no-repeat 0 50%;
    padding-left: 15px;
    line-height: 20px;
}

#block-dc_smallcart-small_cart .section-cart.third-column {
    margin-left: 80px;
}

#block-dc_smallcart-small_cart .section-cart.third-column ul li,#block-dc_smallcart-small_cart .section-cart.fourth-column ul li {
    font-size: 14px;
    line-height: 20px;
}

#block-dc_smallcart-small_cart .section-cart.fourth-column ul li a {
    font-size: 14px;
    line-height: 20px;
}

.plan a {
    font-size: 14px;
    text-decoration: underline;
    color: #2d3032;
    font-family: 'georgiaitalic';
    line-height: 43px;
    color: #b72340;
}

.plan a:hover {
    text-decoration: none;
}

.view-add-prods-soput .view-header {
    color: #181818;
    font-family: 'Ubuntu',Helvetica,Arial,sans-serif;
    font-weight: normal;
    font-size: 1.5em;
    line-height: 1.16666666666667em;
    margin-bottom: 20px;
}

.view-add-prods-soput .commerce-add-to-cart input[type="submit"] {
    height: 43px;
    display: inline-block;
    text-decoration: none;
    line-height: 42px;
    text-align: center;
    font-size: 14px;
    font-family: 'georgiaitalic';
    color: #FFF;
    text-shadow: 0px 1px 0px rgba(1,1,1,0.35);
    background: url(sites/all/themes/responsive/assets/images/dc_cart_link_ico.png) no-repeat 5% center #b72340;
    padding: 0 15px;
    padding-left: 40px;
    border: none;
    cursor: pointer;
}

.view-karera .views-row {
    text-align: center;
}

#views-exposed-form-products-entity-view-6 .views-exposed-form {
    display: inline-block;
    width: 100%;
    left: 0;
    z-index: 997;
}

#views-exposed-form-products-entity-view-6 .form-item-sort-bef-combine {
    position: absolute;
    right: -16px;
    top: 80px;
}

.content .view-display-id-entity_view_6.view.view-products {
}

.comapre {
    display: none;
    display: block;
}

.views-field-ops {
    display: none;
}

.top-product .col-left table {
    font-family: Arial,Helvetica,sans-serif;
    color: #666;
    font-size: 13px;
    text-shadow: 1px 1px 0px #fff;
    background: #eaebec;
    margin: 5px;
    border: #ccc 1px solid;
    border-collapse: separate;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.top-product .col-left table tr:hover td,.top-product .col-left table tr:nth-child(2n):hover td {
    background: #f2f2f2;
    background: -webkit-gradient(linear,left top,left bottom,from(#cacdd1),to(#c8daf5));
    background: -moz-linear-gradient(top,#f2f2f2,#f0f0f0);
}

.top-product .col-left table td {
    padding: 0 5px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    background: #fafafa;
    background: -webkit-gradient(linear,left top,left bottom,from(#fbfbfb),to(#fafafa));
    background: -moz-linear-gradient(top,#fbfbfb,#fafafa);
}

.top-product .col-left table tr:nth-child(2n) td {
    background: #f6f6f6;
    background: -webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f6f6f6));
    background: -moz-linear-gradient(top,#f8f8f8,#f6f6f6);
}

body.page-node-965 .block-title {
    font-size: 38px;
    color: #b72340;
    font-family: 'Georgia';
    padding-bottom: 30px;
    border-bottom: 6px solid #b72340;
    margin-bottom: 30px;
}

body.page-node-965 .view-catalog-main .view-content .views-row .views-field-name a {
    font-size: 28px;
    color: #2d3032;
}

body.page-node-965 .view-content .caroufredsel_wrapper ul li {
    list-style: none !important;
}

body.page-node-965 div[id^="next-button"],body.page-node-965 div[id^="prev-button"] {
    margin-top: -50px;
}

.top-product .sku,.top-product .price {
    font-family: Arial,sans-serif;
}

.page-node-965 .production .row.row-2 {
    margin-left: 100px;
}

.caroufredsel_wrapper ul li {
    max-width: 245px;
}

body.page-o-kompanii-novosti div.item-list {
    display: block;
}

.view-catalog-main.view-id-catalog_main.view-display-id-block_1 .caroufredsel_wrapper ul li {
    max-width: 335px;
}

.view.view-comparison table {
    min-width: 806px;
    width: 100%;
    margin-bottom: 20px;
}

.view.view-comparison table tbody tr:first-child th,.view.view-comparison table tbody tr:first-child td {
    background: #fff;
}

.view.view-comparison .view-content {
    width: 100%;
    overflow-x: auto;
}

.view.view-comparison table caption {
    font-size: 20px;
    font-weight: bold;
}

.view.view-comparison table th,.view.view-comparison table td {
    padding: 10px;
    font-family: Arial Narrow,sans-serif;
    font-size: 16px;
    text-align: center;
}

.view.view-comparison table tr.even td,.view.view-comparison table tr.even th {
    background: #fff !important;
}

.examples h3 {
    color: #181818;
    font-family: 'Ubuntu',Helvetica,Arial,sans-serif;
    font-weight: normal;
    margin-bottom: 23px;
    font-size: 22px;
}

.plan b {
    font-weight: bold;
    color: #b72340;
}

.content .additional-categores {
    margin-top: 30px;
}

.comapre .flag-outer a {
    color: #01822F;
}

.comapre .flag-outer a:hover {
    text-decoration: none;
}

.node-type-kirpich-display .content .description {
    font-family: Arial Narrow,sans-serif;
    font-size: 18px;
}

body.page-node-59 .caroufredsel_wrapper ul li {
    max-width: 256.5px !important;
}

#jivo_chat_widget_offline {
    display: none !important;
}

​
.bef-select-as-links {
    width: 200px !important;
}

.bef-select-as-links #edit-sort-bef-combine-commerce-price-amount-desc {
    float: left !important;
    margin-right: 10px !important;
}

div.elit {
    display: block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    vertical-align: middle;
    position: absolute;
    left: -12px;
    bottom: 5px;
    background: url(sites/all/themes/responsive/assets/images/elite.png) no-repeat;
    color: transparent;
    font-size: 0;
    z-index: 997;
}

.form-item-sort-bef-combine {
    position: absolute;
    right: -16px;
    top: 187px;
}

.form-item-sort-bef-combine label {
    float: left;
    margin-right: 10px;
}

.bef-select-as-links .form-item {
    width: 280px;
}

#taxonomy-term-37 .views-exposed-form,#taxonomy-term-34 .views-exposed-form {
    margin-bottom: 30px;
}

.bef-select-as-links #edit-sort-bef-combine-commerce-price-amount-desc {
    width: 55px;
}

.jq-selectbox__dropdown ul {
    margin-left: 0 !important;
}

#edit-field-cvet-santeh-tid-wrapper > label {
    float: left;
    margin-right: 15px;
}

#edit-field-cvet-santeh-tid-wrapper {
    width: 375px;
}

#taxonomy-term-34 .views-exposed-form .views-reset-button {
    width: 113px;
    height: 27px !important;
    margin-bottom: 4px;
}

#edit-sort-bef-combine-commerce-price-amount-asc {
    display: inline-block;
    width: 55px !important;
}

#edit-sort-bef-combine-field-rating-rating-asc {
    display: inline-block;
    width: 85px !important;
}

.selected-edit-sort-bef-combine-field-rating-rating-desc {
    display: inline-block;
    width: 85px !important;
}

.content .col-right a.ctools-use-modal {
    font-size: 0;
    color: transparent;
    display: inline-block;
    width: 27px;
    height: 27px;
    margin-left: 25px;
    background: url(sites/all/themes/responsive/assets/images/i1-pop.png) no-repeat 50% #fff;
    border: 2px solid #b72340;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}

.content .col-right a.ctools-use-modal:hover {
    background: url(sites/all/themes/responsive/assets/images/i2-pop.png) no-repeat 50% #b72340;
}

.relative-products .relative-product.threecol a.ctools-use-modal {
    margin-left: 0;
    z-index: 200;
    position: relative;
}

.relative-products .relative-title {
    line-height: 18px;
}

.content .col-right .orderme {
    width: 188px;
    display: inline-block;
    position: relative;
}

.content .col-right .orderme:hover {
    background: url(sites/all/themes/responsive/assets/images/orderme.png) 60px 0 no-repeat;
}

.relative-products .relative-product.threecol .orderme a.ctools-use-modal {
    display: block;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    background: url(sites/all/themes/responsive/assets/images/i-zayavka.png) no-repeat 100px 0;
    height: 21px;
    margin: 10px auto;
    text-align: right;
}

.relative-products .relative-product.threecol .orderme a.ctools-use-modal:hover {
    background: url(sites/all/themes/responsive/assets/images/i-zayavka.png) no-repeat 100px -21px;
}

.content .views-field-commerce-stock .orderme {
    border: none !important;
}

.content .views-field-commerce-stock .orderme a {
    display: block;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    border: 1px solid #b72340;
    background: url(sites/all/themes/responsive/assets/images/i1-pop.png) no-repeat 7px 50%;
    width: 115px;
    margin: 10px auto;
    text-align: right;
    padding: 0 5px;
}

.content .views-field-commerce-stock .orderme a:hover {
    background: url(sites/all/themes/responsive/assets/images/i2-pop.png) no-repeat 7px 50% #b72340;
    color: #fff;
}

.fourcol.col-left .view-add-prods .view-header {
    width: 852px;
    margin-top: 50px;
}

.fourcol.col-left .view-add-prods .view-content {
    width: 852px;
    margin-top: 10px;
}

.eightcol.col-right .price {
    font-family: inherit;
    font-size: 16px;
    color: #2d3032;
}

.eightcol.col-right .no-stock {
    display: block;
    float: left;
    margin-top: 6px;
}

.eightcol.col-right .commerce-add-to-cart input#edit-shtuk {
    float: left;
    width: 60px;
    box-shadow: 0 0 40px rgba(0,0,0,.1) inset;
}

.eightcol.col-right .commerce-add-to-cart input#edit-shtuk:focus {
    box-shadow: 0 0 5px 5px rgba(221,221,221,1);
}

.eightcol.col-right .commerce-add-to-cart .units {
    margin-top: -17px;
    margin-left: 80px;
}

.eightcol.col-right .commerce-add-to-cart div.form-item {
    margin-top: 25px;
}

input#edit-ploschad {
    float: left;
    width: 60px;
    box-shadow: 0 0 40px rgba(183,35,64,.1) inset;
}

.units1 {
    margin-top: -21px;
    margin-left: 80px;
}

.eightcol.col-right .commerce-add-to-cart #price_total {
    display: inline-block;
    margin: 0 10px;
}

.eightcol.col-right .commerce-add-to-cart .summary-cost {
    margin-top: 25px;
    display: inline-block;
    margin-left: -69px;
}

.node .view-otzyvy {
    margin: 20px 0 !important;
}

.view-display-id-entity_view_1 .view-content .views-row-1,.view-display-id-entity_view_1 .view-content .views-row-2,.view-display-id-entity_view_1 .view-content .views-row-3 {
}

.view-magaziny .view-content .views-row {
    margin-top: 0 !important;
}

.block-internet-magaz {
    margin-left: 261px;
}

.block-internet-magaz .production-type.fourcol.first {
    margin-right: 90px;
}

.vocabulary-santeh-sob .content .view-display-id-entity_view_1 .view-content .views-row-1,.vocabulary-santeh-sob .content .view-display-id-entity_view_1 .view-content .views-row-2,.vocabulary-santeh-sob .content .view-display-id-entity_view_1 .view-content .views-row-3 {
    margin-top: 50px;
}

.view.view-products .view-content .views-row .views-field-title {
    line-height: 19px;
    min-height: 58px;
}

h1.title {
    max-width: 740px;
}

.top-product .col-left table caption {
    font-size: 20px;
    font-family: Arial Narrow,sans-serif;
    background: url(sites/all/themes/responsive/assets/images/i-character.png) 25px 21px no-repeat,url(sites/all/themes/responsive/assets/images/arr-character.png) no-repeat 101% 0;
    background-color: #2f2f2f;
    text-align: left;
    color: #fff;
    text-shadow: none !important;
    padding: 18px 55px;
    border-radius: 0 32px 32px 0;
    cursor: pointer;
}

.top-product .col-left table tbody {
    display: none;
}

.top-product .col-left table {
    border-collapse: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    margin-top: 20px;
}

.block-main-menu > ul.menu {
    position: relative;
    top: 5px;
}

.big-image-collection img {
    max-width: 100%;
    height: auto;
}

.node-santehnika-display .display-bl {
    display: none !important;
}

.view-sobitie .views-row {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    margin-right: 3%;
    margin-bottom: 3%;
}

.view-sobitie .views-row .views-field-body,.view-sobitie .views-row .views-field-body span {
    font-style: italic !important;
}

.view-sobitie .views-row .views-field-view-node {
    text-align: center;
}

.view-sobitie .views-row .views-field-view-node > span.field-content > a {
    width: 40%;
    background-color: #b72340;
    padding: 3%;
    color: #fff;
}

.table_wrap {
    min-width: 100%;
    overflow-x: auto;
}

#modal-content form {
    margin: 40px 0 20px 0;
}

div.modal-forms-modal-content div.messages.error {
    width: 80%;
}

.concurs .concurs-type {
    margin-bottom: 20px;
}

.designer_page > .colorbox img {
    margin: 0 20px 20px 0;
    float: left;
}

.designer_page .object_gal_item {
    max-height: 290px;
    overflow: hidden;
    margin-bottom: 10px;
    clear: left;
}

.designer_page .object_gal_item + .object_gal_item {
    clear: none;
}

@media screen and (max-width: 1200px) {
    .banner_under_header_box {
        background:url(sites/all/themes/responsive/assets/images/banner_960.png) top left no-repeat;
    }

    .banner_under_header_box .banner_link_button {
        display: none;
    }
}

@media screen and (max-width: 960px) {
    .banner_under_header_box {
        background:url(sites/all/themes/responsive/assets/images/banner_960.png) top center no-repeat;
    }
}

@media screen and (max-width: 768px) {
    .block-search input[type="text"] {
        width:180px;
        height: 15px;
        padding: 6px;
    }

    .block-search input[type="submit"] {
        width: 29px;
        height: 29px;
    }

    #header a.shop-link {
        background: #b72340 url(sites/all/themes/responsive/assets/images/shop-ico.png) 8px 5px no-repeat;
        height: 27px;
        font-size: 14px;
        line-height: 33px;
    }
}

@media screen and (max-width: 1170px) {
    .payment-block {
        width:100%;
    }

    .view-content .views-row .views-field.views-field-field-cvet .field-content > div {
        margin-right: 5px;
        float: left;
    }

    .view-catalog-main .views-field-name {
        display: block;
    }

    .ninecol .fourcol {
        position: relative;
    }

    #webform-ajax-wrapper-129 {
        width: 90%;
        margin: 0 auto;
    }

    #webform-ajax-wrapper-129 #webform-component-levaja-kolonka {
        margin-right: 20px;
    }

    .bens_td {
        float: none;
        margin: 20px auto;
        background: none;
        background-size: 100% !important;
        background-repeat: no-repeat !important;
    }

    .bens_td .bens_m {
        background-size: 100%;
    }

    .bens_td:hover .bens_m {
        background-size: 100%;
    }
}

@media screen and (max-width: 1120px) {
    .payment-block {
        width:100%;
    }

    #categorie-menu ul.menu {
        padding: 10px 0;
        text-align: center;
    }

    #categorie-menu ul.menu li {
        width: 100%;
        display: inline-block;
        background: none;
    }

    #categorie-menu {
        height: auto;
        background-size: 100%;
    }

    #cart-section {
        background: #6D6D6D;
    }

    #block-dc_smallcart-small_cart .section-cart {
        margin: 0;
    }

    #block-dc_smallcart-small_cart .section-cart.third-column,#block-dc_smallcart-small_cart .section-cart.fourth-column {
        margin-left: 20px;
    }
}

@media screen and (max-width: 1000px) {
    .payment-block {
        width:100%;
    }

    #call-center {
        float: none;
    }

    body.page-o-kompanii-vakansii .block-inner .fourcol > img {
        display: none;
    }

    #content .block-cities-vacancy-menu ul li {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 1440px) {
    #fasad_ex {
        top:-30px;
        left: 24%;
    }

    #kuhni_ex {
        top: 17%;
        left: 38%;
    }

    #ulica_ex {
        top: 41%;
        left: 16%;
    }

    #kirpich_ex {
        left: 55%;
        top: 33%;
    }

    #kovri_ex {
        top: 12%;
        left: 29%;
    }

    #pol_ex {
        left: 36%;
        top: 8%;
    }

    #kamin_ex {
        top: -20px;
        left: 57%;
    }

    #vanna_ex {
        top: -27px;
        left: 67%;
    }
}

@media screen and (min-width: 960px) {
    .block-main-menu > ul.menu li:hover > ul {
        display:block !important;
    }

    #header .nav > ul > li {
        float: none !important;
    }

    #header .nav > ul > li > a {
        font-size: 18px;
    }
}

@media screen and (min-width: 961px) {
    .block-main-menu > ul.menu {
        display:block !important;
    }
}

@media screen and (max-width: 980px) {
    .relative.main-button-img a img {
        width:30px !important;
        height: 30px !important;
    }

    #fasad_ex {
        top: -75px;
        left: 26%;
    }

    #kuhni_ex {
        top: 16%;
        left: 30%;
    }

    #ulica_ex {
        top: 27%;
        left: 8%;
    }

    #kirpich_ex {
        left: 54%;
        top: 20%;
    }

    #kovri_ex {
        top: -10px;
        left: 20%;
    }

    #pol_ex {
        left: 28%;
        top: -15px;
    }

    #kamin_ex {
        top: -55px;
        left: 56%;
    }

    #vanna_ex {
        top: -60px;
        left: 66%;
    }

    #santehnika_ex {
        top: 41%;
        left: 64%;
    }

    .banner_under_header_box .banner_link_button {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .main-hover-img > img {
        width:150px;
        height: 80px;
    }

    #fasad_ex {
        top: -15px;
    }

    #ulica_ex {
        top: 110px;
        left: 15%;
    }

    #kovri_ex {
        top: 35px;
        left: 28%;
    }

    #kirpich_ex {
        left: 56%;
        top: 35%;
    }

    #pol_ex {
        left: 35%;
        top: 20px;
    }

    #kuhni_ex {
        top: 15%;
        left: 38%;
    }

    #santehnika_ex {
        top: 41%;
        left: 66%;
    }

    #kamin_ex {
        top: -5px;
        left: 58%;
    }

    #vanna_ex {
        top: -12px;
        left: 68%;
    }

    .banner_under_header_box {
        display: none;
    }

    .region-main-page > aside + aside {
        margin: 0;
    }
}

.view-santeh-tip.view-display-id-entity_view_1 .views-row {
    height: 300px !important;
    margin-bottom: 30px;
    position: relative;
}

.view-santeh-tip.view-display-id-entity_view_1 .views-field-field-sanware-preview {
    text-align: center;
}

.view-santeh-tip.view-display-id-entity_view_1 .views-field-name {
    position: absolute;
    left: 0;
    bottom: 13%;
    width: 100%;
}

.view-santeh-tip.view-display-id-entity_view_1 .views-field-name a {
    color: #FFF;
    background: #b72340;
    display: block;
    padding: 2px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-family: 'georgiaitalic';
}

.page-partneram-optovomu-klientu-client #main .fieldset-wrapper table tr td.service {
    width: 0;
    visibility: hidden;
    border: 0;
}

.page-partneram-optovomu-klientu-client #client-sys-form #edit-plitka,.page-partneram-optovomu-klientu-client #client-sys-form #edit-ceramo,.page-partneram-optovomu-klientu-client #client-sys-form #edit-santeh,.page-partneram-optovomu-klientu-client #client-sys-form #edit-santeh,.page-partneram-optovomu-klientu-client #client-sys-form #edit-soput {
    margin-bottom: 38px;
}

.page-partneram-optovomu-klientu-client #client-sys-form #edit-plitka > legend,.page-partneram-optovomu-klientu-client #client-sys-form #edit-ceramo > legend,.page-partneram-optovomu-klientu-client #client-sys-form #edit-santeh > legend,.page-partneram-optovomu-klientu-client #client-sys-form #edit-soput > legend,.page-partneram-optovomu-klientu-client #client-sys-form #edit-kirpich > legend {
    width: 100%;
}

.page-partneram-optovomu-klientu-client #client-sys-form #edit-plitka > div.fieldset-wrapper,.page-partneram-optovomu-klientu-client #client-sys-form #edit-ceramo > div.fieldset-wrapper,.page-partneram-optovomu-klientu-client #client-sys-form #edit-santeh > div.fieldset-wrapper,.page-partneram-optovomu-klientu-client #client-sys-form #edit-soput > div.fieldset-wrapper,.page-partneram-optovomu-klientu-client #client-sys-form #edit-kirpich > div.fieldset-wrapper {
    margin-top: -15px;
    margin-left: 38px;
}

.page-partneram-optovomu-klientu-client #client-sys-form #edit-plitka > div.fieldset-wrapper > fieldset,.page-partneram-optovomu-klientu-client #client-sys-form #edit-ceramo > div.fieldset-wrapper > fieldset,.page-partneram-optovomu-klientu-client #client-sys-form #edit-santeh > div.fieldset-wrapper > fieldset,.page-partneram-optovomu-klientu-client #client-sys-form #edit-soput > div.fieldset-wrapper > fieldset,.page-partneram-optovomu-klientu-client #client-sys-form #edit-kirpich > div.fieldset-wrapper > fieldset {
    border-bottom: 1px solid #dcdcdc;
}

.page-partneram-optovomu-klientu-client #client-sys-form #edit-plitka > div.fieldset-wrapper span.fieldset-legend a,.page-partneram-optovomu-klientu-client #client-sys-form #edit-ceramo > div.fieldset-wrapper span.fieldset-legend a,.page-partneram-optovomu-klientu-client #client-sys-form #edit-santeh > div.fieldset-wrapper span.fieldset-legend a,.page-partneram-optovomu-klientu-client #client-sys-form #edit-soput > div.fieldset-wrapper span.fieldset-legend a,.page-partneram-optovomu-klientu-client #client-sys-form #edit-kirpich > div.fieldset-wrapper span.fieldset-legend a {
    font-size: 18px;
}

.page-partneram-optovomu-klientu-client #edit-plitka > legend > span.fieldset-legend,.page-partneram-optovomu-klientu-client #edit-ceramo > legend > span.fieldset-legend,.page-partneram-optovomu-klientu-client #edit-santeh > legend > span.fieldset-legend,.page-partneram-optovomu-klientu-client #edit-soput > legend > span.fieldset-legend,.page-partneram-optovomu-klientu-client #edit-kirpich > legend > span.fieldset-legend {
    padding-left: 0;
}

.page-partneram-optovomu-klientu-client #edit-plitka > legend > span.fieldset-legend a,.page-partneram-optovomu-klientu-client #edit-ceramo > legend > span.fieldset-legend a,.page-partneram-optovomu-klientu-client #edit-santeh > legend > span.fieldset-legend a,.page-partneram-optovomu-klientu-client #edit-soput > legend > span.fieldset-legend a,.page-partneram-optovomu-klientu-client #edit-kirpich > legend > span.fieldset-legend a {
    border: 1px solid #dcdcdc;
    background: #fff;
    font-size: 20px;
    color: #444648;
    font-style: italic;
    padding: 10px;
    padding-left: 40px;
    width: 95.5%;
    display: block;
}

.page-partneram-optovomu-klientu-client .form-wrapper table {
    width: 112%;
    margin-bottom: 20px;
}

.page-partneram-optovomu-klientu-client .form-wrapper table tbody td {
    background: #f1f1f1;
    padding: 0 10px;
    margin: 10px 0;
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

.page-partneram-optovomu-klientu-client .form-wrapper table tbody td.result-tp {
    border-right: none !important;
}

.page-partneram-optovomu-klientu-client .form-wrapper table tbody tr:last-child td {
    border-bottom: none !important;
}

.page-partneram-optovomu-klientu-client .form-wrapper table thead td {
    background: #888888;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 16px;
    padding: 5px 5px 8px 5px;
    font-family: 'helioscondregular' !important;
    font-weight: 300;
}

.page-partneram-optovomu-klientu-client .form-wrapper table td {
    text-align: center;
    font-family: 'helioscondregular';
    font-weight: 300;
}

.page-partneram-optovomu-klientu-client .form-wrapper table td.name-title {
    text-align: left !important;
    font-family: 'helioscondregular' !important;
    font-weight: 300;
}

.page-partneram-optovomu-klientu-client td.edit-qm,.page-partneram-optovomu-klientu-client td.edit-qs {
    padding-right: 20px;
}

.page-partneram-optovomu-klientu-client .weight-to-get {
    margin-top: 60px;
    font-size: 18px;
    font-family: 'helioscondregular' !important;
    font-weight: 300;
    padding-left: 10px;
}

.page-partneram-optovomu-klientu-client .price-to-pay {
    padding: 5px 10px;
    background: #2d3032;
    font-size: 18px;
    font-family: 'helioscondregular' !important;
    font-weight: 300;
    color: #fff;
    margin: 10px 0;
}

.page-partneram-optovomu-klientu-client #content input[type="submit"] {
    width: 20%;
    height: 43px;
    display: block;
    text-decoration: none;
    line-height: 42px;
    text-align: center;
    font-size: 14px;
    font-family: 'georgiaitalic';
    color: #FFF;
    text-shadow: 0px 1px 0px rgba(1,1,1,0.35);
    background: #b72340;
    padding: 0 15px;
    border: none;
    cursor: pointer;
    float: right;
}

.page-partneram-optovomu-klientu-client #client-sys-form input[type="submit"]:hover {
    text-shadow: 0px 0px 10px rgba(255,255,255,1);
}

.page-partneram-optovomu-klientu-client #content ul.menu,.node-type-client-news #content ul.menu {
    margin-bottom: 25px;
    margin-left: 0 !important;
}

.page-partneram-optovomu-klientu-client #content .block-inner,.node-type-client-news #content .block-inner {
    margin-bottom: 30px;
}

.page-partneram-optovomu-klientu-client #content ul.menu li,.node-type-client-news #content ul.menu li {
    list-style: none !important;
    float: left;
    margin-right: 20px;
}

.page-partneram-optovomu-klientu-client #content ul.menu li a,.node-type-client-news #content ul.menu li a {
    padding: 10px 30px;
    color: #000000;
    font-family: 'georgiaitalic',sans-serif;
    font-size: 18px;
    border: 1px dashed #000000;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}

.page-partneram-optovomu-klientu-client #content ul.menu li a:hover,.page-partneram-optovomu-klientu-client #content ul.menu li a.active-trail,.node-type-client-news #content ul.menu li a.active-trail,.node-type-client-news #content ul.menu li a:hover {
    border: 1px solid #b72340;
    background: #b72340;
    color: #fff;
}

.page-partneram-optovomu-klientu-client-status .order-row .right {
    display: inline-block;
    float: right;
}

.page-partneram-optovomu-klientu-client-status .order-row .left {
    font-size: 18px;
}

.page-partneram-optovomu-klientu-client-status .order-row {
    padding: 20px;
    border-top: 1px solid #E4E4E4;
    border-right: 1px solid #E4E4E4;
    border-left: 1px solid #E4E4E4;
    background: #fff;
    font-style: italic;
}

.page-partneram-optovomu-klientu-client-status .order-row:last-child {
    border-bottom: 1px solid #E4E4E4;
}

.client--block .left {
    float: left;
    padding-right: 100px;
    border-right: 1px solid #F1F1F1;
    max-width: 400px;
}

.client--block .right {
    display: inline-block;
    padding-left: 45px;
}

.client--block span {
    font-family: 'PT Sans Narrow',sans-serif;
    font-weight: 300;
    font-size: 19px;
}

.client--block span.title {
    display: inline-block;
    margin-right: 20px;
}

.client--block .left span.title {
    min-width: 234px;
    margin-bottom: 5px;
    float: left;
}

.client--block .right span.title {
    min-width: 234px;
    margin-bottom: 5px;
}

.client--block h2 {
    font-family: Georgia,sans-serif;
    font-size: 20px;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
}

.client--block span.field {
    display: inline-block;
    max-width: 145px;
}

.color-box {
    height: 7px;
    width: 7px;
    display: block;
    margin: 0 auto;
    float: left;
    margin-top: 9px;
    margin-right: 7px;
}

.page-partneram-optovomu-klientu-client-order .color-td {
    width: 109px;
    max-width: 130px;
    text-align: left !important;
}

.form-item-birthdate > label,.form-item-worktype > label,.form-item-grafik > label {
    opacity: 1 !important;
    font-size: 14px;
    color: #999999 !important;
    font-family: 'georgiaitalic' !important;
    font-weight: normal;
}

.link-sitemap {
    margin-left: 32px;
    display: inline-block;
    margin-top: 5px;
}

.link-sitemap a {
    color: #757575;
    font-size: 16px;
    font-family: 'PT Sans Narrow',sans-serif;
}

.page-sitemap .site-map-box > h2 {
    display: none;
}

#node-1786 .additional-categores {
    margin-top: 80px;
}

.page-partneram-optovomu-klientu-client-rs .curr-day {
    margin: 30px 0;
    font-family: 'PT Narrow',sans-serif;
}

.page-partneram-optovomu-klientu-client-rs #content table {
    width: 100%;
}

.page-partneram-optovomu-klientu-client-rs #content table tr td {
    padding: 5px;
    font-family: 'PT Narrow',sans-serif;
}

.page-partneram-optovomu-klientu-client-rs #content table thead td {
    background: #888888;
    color: #fff;
    vertical-align: middle;
    text-align: center;
}

.page-partneram-optovomu-klientu-client-rs #content table thead tr:last-child td {
    background: none;
    color: inherit;
}

.page-partneram-optovomu-klientu-client-rs #content table tbody td {
    padding-top: 50px;
    font-size: 25px;
}

.page-produkciya-rasprodazha #content .view-content .views-row {
    display: inline-block;
    width: 30.25%;
    margin-right: 2.08333333333333%;
    vertical-align: top;
    margin-bottom: 30px;
    text-align: center;
}

.page-produkciya-rasprodazha #content .view-content .views-row .views-field-title {
    margin-top: 5px;
    min-height: 54px;
}

.page-produkciya-rasprodazha #content .view-content .views-row .views-field-title a {
    font-size: 20px;
    color: #2d3032;
    font-family: 'PT Sans Narrow',sans-serif;
    font-weight: normal;
}

.page-produkciya-rasprodazha #content .view-content .views-row .views-field-field-imgs {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    min-height: 128px;
    height: 128px;
    width: 258px;
}

.page-produkciya-rasprodazha #content .view-content .views-row .views-field-commerce-price .field-content {
    color: #2d3032;
    font-family: 'PT Sans Narrow',sans-serif;
}

.view-catalog-main .fourcol {
    min-width: 234px;
}

.categories_menu h2,#cart-section h2 {
    display: none;
}

.block-dc-smallcart > .block-inner {
    padding: 0 10px;
}

div.table-wrapper div.scrollable {
    overflow-x: auto;
}

.pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 35%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

@media (max-width: 480px) {
    .onecol,.twocol,.threecol,.fourcol,.fivecol,.sixcol,.sevencol,.eightcol,.ninecol,.tencol,.elevencol,.twelvecol {
        float:none;
        display: block;
        width: 100%;
    }

    .view-catalog-main .views-row .views-field-field-imgs,.view-catalog-main .view-content .views-row.fourcol {
        height: auto !important;
    }
}

@media screen and (max-width: 1180px) {
    #header .nav {
        padding:0 0 5px 0;
    }

    .view-vakansii-gorod table {
        width: 100% !important;
    }

    .view-vakansii-gorod img {
        max-width: 100% !important;
        height: auto !important;
    }

    #logo {
        float: none;
        text-align: center;
        margin-top: 10px;
    }

    .block-search {
        float: none;
    }

    #call-center {
        float: none;
        margin-right: 0;
        margin-top: 0;
        padding: 0;
        text-align: center;
    }

    .socials-bl h3 {
        border-left: 0;
    }

    .block-search form {
        width: auto;
        float: right;
        position: static;
        margin: 45px 0 0 0;
    }

    #call-center {
        position: relative;
        top: 0;
    }

    aside.contextual-links-region.block-social-links {
        position: static;
    }

    .socials-bl {
        width: 252px;
        position: absolute;
        top: 100px;
        left: 50%;
        right: auto;
        margin: 0 0 0 -126px;
    }

    .socials-bl h3 {
        float: left;
    }

    .socials-bl ul {
        width: auto;
    }

    #header a.shop-link {
        right: 5px;
        top: 25px;
    }

    .item-list ul li {
        margin: 0 5px;
    }

    .item-list ul li img {
        width: 200px !important;
        height: 120px !important;
    }

    #call-center p {
        display: none;
    }

    #call-center p#red-font {
        display: block;
        position: absolute;
        top: 30px;
        left: 50%;
        margin: 0 0 0 -153px;
    }

    .block-search form {
        top: 60px;
        right: -140px;
    }
}

@media screen and (max-width: 1030px) {
    body.page-checkout .field-group-div {
        float:left;
        clear: left;
    }
}

@media screen and (max-width: 1000px) {
    .socials-bl {
        display:block !important;
    }
}

@media screen and (max-width: 960px) {
    span.section-title:before {
        display:block;
        background: none;
    }

    span.section-title:after {
        background: none;
        display: block;
    }

    .main_readmore {
        width: 47%;
        margin: 0 auto;
    }

    .block-assignment ul.menu li {
        border: none;
    }

    .block-assignment ul.menu li {
        width: 100%;
        padding: 0;
        margin: 0;
        border-left: 1px solid #d8d8d8;
        border-right: 1px solid #d8d8d8;
        border-bottom: 1px solid #d8d8d8;
        border-collapse: collapse;
    }

    .block-assignment ul.menu li a {
        font-size: 17px;
        line-height: 17px;
        padding: 10px 0 10px 40px;
        background: url(sites/all/themes/responsive/assets/images/inactive-bullet.jpg) 15px center no-repeat;
        border: none;
    }

    .block-assignment ul.menu li:hover a,.block-assignment ul.menu li a.active {
        background: #ececec url(sites/all/themes/responsive/assets/images/inactive-bullet.jpg) 15px center no-repeat;
        color: #b72340;
    }

    .categories_menu {
        margin: 0 0 20px 0;
    }

    .categories_menu h2 {
        background: #b72340 url(sites/all/themes/responsive/assets/images/menu_small.png) right center no-repeat !important;
        padding: 10px 20px 10px 20px;
        cursor: pointer;
        color: #FFF;
        font-family: 'Georgia';
        font-size: 21px;
        margin: 0;
        display: block;
    }

    .categories_menu ul {
        display: none;
    }

    #transformers-rule .megatron {
        display: none;
    }

    #header .nav ul li.last {
        margin: 0 0 20px 0;
    }

    .block-search {
        padding: 0;
    }

    #header .nav > ul > li {
        width: 100% !important;
        display: block;
        float: none !important;
    }

    .socials-bl {
        top: 105px;
    }

    #header a.shop-link {
        top: 15px;
    }

    .block-search form {
        top: 0;
    }

    .block-qr-code img {
        width: 100% !important;
        height: auto !important;
    }

    .production .row .production-type.fourcol .inner-box {
        width: 90%;
    }

    .left-sidebar {
        width: 100%;
        margin: 0;
    }

    .block-product-menu h2.block-title {
        background: #b72340 url(sites/all/themes/responsive/assets/images/menu_small.png) right center no-repeat !important;
        padding: 10px 20px 10px 20px !important;
        cursor: pointer;
    }

    .block-product-menu .menu-block-wrapper {
        display: none;
    }

    #content {
        width: 100%;
        margin: 0;
    }

    #header button.navbar-toggle {
        display: inline-block !important;
    }

    #header ul li button.navbar-toggle {
        display: none !important;
    }

    .block-actions-view,.block-novinki {
        display: none !important;
    }

    body.page-produkciya-plitka .left-sidebar {
        float: none !important;
    }

    #modalContent {
        position: fixed !important;
        top: 5% !important;
        left: 5% !important;
        right: 5% !important;
        bottom: 5% !important;
        overflow-y: auto;
    }

    #modalContent .modal-forms-modal-content {
        width: 100% !important;
        height: auto !important;
    }

    #popupform-tax-recall-form {
        margin: 0 0 20px 0;
    }

    #modalContent #modal-content {
        width: auto !important;
        height: auto !important;
        margin: 0 30px 0 0;
    }

    #customfivestar {
        margin: 0 0 10px 0;
    }

    #cart-section h2 {
        background: #b72340 url(sites/all/themes/responsive/assets/images/header_block_small.png) right center no-repeat !important;
        padding: 10px 20px 10px 20px;
        cursor: pointer;
        color: #FFF;
        font-family: 'Georgia';
        font-size: 21px;
        margin: 0;
        display: block;
    }

    #cart-section.active h2 {
        background: #b72340 url(sites/all/themes/responsive/assets/images/header_block_small_active.png) right center no-repeat !important;
    }

    #cart-section .first-column,#cart-section .second-column,#cart-section .third-column,#cart-section .fourth-column {
        display: none;
    }

    #cart-section div.shoping-cart-cart a.dc_cart_link {
        width: 100px;
        margin: 5px auto;
        display: block;
        font-size: 16px;
    }

    #cart-section div.shoping-cart-cart {
        text-align: center;
        float: none;
    }

    #block-dc_smallcart-small_cart .section-cart {
        text-align: center;
    }

    #block-dc_smallcart-small_cart .section-cart ul li {
        background: none !important;
    }

    #edit-sort-bef-combine-wrapper {
        float: none;
        clear: both;
    }

    #edit-sort-bef-combine-wrapper .form-item-sort-bef-combine {
        position: static;
    }

    .relative-products .relative-product.threecol {
        min-width: 185px;
    }

    #content img {
        max-width: 100%;
        height: auto !important;
    }

    body.page-o-kompanii-rukovodstvo .profile-call {
        position: relative;
    }

    #shop-slider {
        max-width: 2000px;
        width: 100%;
    }

    #shop-slider #thumbs .caroufredsel_wrapper {
        height: auto !important;
    }

    #shop-slider #thumbs .caroufredsel_wrapper li {
        width: 150px !important;
    }

    #shop-slider .caroufredsel_wrapper ul {
        width: 100% !important;
        position: static !important;
        height: auto !important;
    }

    #shop-slider .caroufredsel_wrapper li {
        max-width: 1500px !important;
    }
}

@media screen and (max-width: 783px) {
    div.table-wrapper div.scrollable table {
        margin-left:35%;
    }
}

@media screen and (max-width: 768px) {
    #categorie-menu {
        background:#B82341;
        min-height: 0;
        margin-bottom: 20px;
    }

    body.no-sidebars.page-node #main .onecol,body.no-sidebars.page-node #main .twocol,body.no-sidebars.page-node #main .threecol,body.no-sidebars.page-node #main .fourcol,body.no-sidebars.page-node #main .fivecol,body.no-sidebars.page-node #main .sixcol,body.no-sidebars.page-node #main .sevencol,body.no-sidebars.page-node #main .eightcol,body.no-sidebars.page-node #main .ninecol,body.no-sidebars.page-node #main .tencol,body.no-sidebars.page-node #main .elevencol,body.no-sidebars.page-node #main .twelvecol {
        display: block;
        width: 90%;
        margin: 0px auto 35px auto !important;
        float: none;
    }

    .production .row.clearfix:after {
        display: none;
    }

    body.no-sidebars.page-node #main .production .row .fourcol {
        width: 40%;
        float: left;
        margin: 0 5% 25px !important;
        min-height: 375px;
    }

    body.no-sidebars.page-node #main .first.fourcol,body.no-sidebars.page-node #main .second.fourcol,body.no-sidebars.page-node #main .thirdh.fourcol {
        margin: 0px auto 105px auto !important;
    }

    body.no-sidebars.page-node #main .thirdh.fourcol {
        margin-bottom: 0 !important;
    }

    #footer > .container > .row {
        text-align: center;
    }

    #footer .twocol,#footer .threecol,#footer .fourcol,#footer .fivecol {
        display: block;
        width: 90%;
        margin: 0px auto 15px auto;
        float: none;
    }

    #footer .contextual-links-region.block-qr-code.twocol {
        display: inline-block;
        margin-top: 50px;
    }

    .block-qr-code img {
        float: none;
    }

    #footer .block-qr-code.twocol {
        margin-bottom: 0 !important;
    }

    body.page-o-kompanii-karera #content .block-inner .view-content > .views-row {
        width: auto !important;
    }

    body.page-o-kompanii-karera #content .block-inner .view-content .views-field.views-field-field-imgs,body.page-o-kompanii-karera #content .block-inner .view-content .views-field.views-field-title,body.page-o-kompanii-karera #content .block-inner .view-content .views-field.views-field-body {
        text-align: center;
    }

    body.page-o-kompanii-karera #content h2 {
        text-align: center;
    }

    body.page-o-kompanii-karera #content .block-inner .view-content > .views-row {
        margin-bottom: 20px;
    }

    body.page-o-kompanii-karera #content .block-inner .view-content .rtejustify {
        text-align: center;
    }

    body.no-sidebars.page-node #main #webform-component-pravaya-kolonka.webform-component-fieldset.sixcol.form-wrapper {
        margin-bottom: 0 !important;
    }

    .webform-client-form div.form-actions.form-wrapper {
        margin-left: 19px;
    }

    .bens_td:hover {
        background: none !important;
    }

    .bens_td:hover span {
        color: #303030;
    }

    .bens_td span {
        font-size: 13px;
    }

    #logo {
        text-align: left;
    }

    #header a.shop-link {
        width: 180px;
        top: 5px;
    }

    .block-search form {
        margin: 30px 0 0 0;
        top: 10px;
    }

    .socials-bl {
        top: 50px;
        left: 0;
        margin: 0;
    }

    #call-center {
        position: absolute;
        top: 80px;
        left: 0;
        margin: 0;
    }

    #call-center {
        top: 30px;
    }

    #call-center p {
        display: none;
    }

    #call-center p#red-font {
        float: none;
        left: 0;
        margin: 0;
        top: 55px;
        width: 310px;
    }

    body.admin-menu #call-center p#red-font {
        top: 35px;
    }

    #header .nav {
        padding: 15px 0;
    }

    .block-qr-code img {
        width: 130px !important;
        height: 130px !important;
    }

    #footer {
        padding: 10px 1% 10px 1%;
    }

    .block-copyrights p {
        margin: 0 0 5px 0;
    }

    .block-developed {
        bottom: 0;
    }

    .block-developed br {
        display: none;
    }

    .link-sitemap {
        margin: 0;
    }

    .production .row {
        margin-bottom: 0;
    }

    .examples {
        width: 100%;
    }

    .with_google_map .threecol,.with_google_map .ninecol {
        width: 100%;
    }

    body.page-checkout .group-col1,body.page-checkout .group-col2 {
        float: none;
    }

    h1 {
        margin: 10px 0 15px 0;
    }

    .view.view-otzyvy .view-content .views-row .views-field-field-otvet > div {
        width: 90%;
        padding: 2%;
        right: 2%;
    }

    .view-vakansii-gorod table {
        width: 100% !important;
    }

    #google-map {
        display: none;
    }

    .block-on-map {
        max-width: 95%;
        position: static;
        margin: 30px auto;
        padding: 0;
    }

    .block-on-map .top-bl,.block-on-map img {
        max-width: 95%;
        margin: 0 auto;
        border: none;
    }

    .close_map {
        display: none;
    }
}

@media screen and (max-width: 700px) {
    .attachment-before {
        display:none;
    }

    #header {
        width: 100%;
        overflow: hidden;
    }

    #block-dc_smallcart-small_cart .section-cart {
        text-align: center;
    }

    #block-dc_smallcart-small_cart .section-cart.first-column ul li,#block-dc_smallcart-small_cart .section-cart.second-column ul li {
        background: none;
    }

    #cart-section div.shoping-cart-cart {
        width: 100%;
        float: none;
        text-align: center;
    }

    #content .rating {
        margin: 0;
        float: none;
    }

    .top-product .col-left table {
        width: 95% !important;
    }

    .top-product .col-left,body.node-type-santehnika-display .top-product > .eightcol.col-right {
        width: 100% !important;
    }

    .view-otzyvy.view-display-id-entity_view_4 .view-header h2 a.ctools-use-modal {
        float: left;
        clear: left;
        margin: 20px 0 0 0;
    }
}

@media screen and (max-width: 600px) {
    #header a.shop-link {
        top:110px;
        left: 50%;
        right: auto;
        margin: 0 0 0 -101px;
    }

    .block-search form {
        top: 130px;
        left: 50%;
        right: auto;
        position: relative;
        margin: 0 0 0 -118px;
    }

    .block-search form {
        top: 130px;
        float: none;
    }

    body.admin-menu .block-search form {
        top: 130px;
        float: none;
    }

    #header .nav {
        padding: 140px 0 10px 0;
    }

    #logo {
        margin-top: 10px;
        text-align: center;
    }

    .block-search input[type="text"] {
        margin-left: 10px;
    }

    .socials-bl {
        width: 250px;
        left: 50%;
        top: 50px;
        margin: 0 0 0 -125px;
    }

    .socials-bl h3 {
        padding: 0;
    }

    #call-center {
        top: 15px;
        left: 50%;
        right: auto;
        margin: 0 0 0 -153px;
        position: absolute;
    }

    #edit-field-cvet-santeh-tid-wrapper {
        width: auto;
    }

    #edit-field-cvet-santeh-tid-wrapper > label {
        float: none;
    }

    .additional-categores .add-catagory.threecol {
        width: 100%;
    }

    .pinned {
        display: none;
    }

    div.table-wrapper div.scrollable table {
        margin: 0 !important;
    }

    #call-center {
        top: 20px;
        left: 50%;
        margin: 0 0 0 -150px;
    }

    .view-rukovodstvo .view-content .eightcol {
        width: 100%;
        margin: 10px 0 0 0;
    }

    .view-rukovodstvo .view-content .eightcol .profile-name {
        padding: 0 0 0 20px;
    }

    .view-rukovodstvo .views-field-field-image .fourcol {
        width: 90%;
        margin: 0 0 0 10%;
    }

    div.profile-call {
        margin: 10px 0 0 20px;
    }

    .view-rukovodstvo .views-row {
        margin-bottom: 20px;
    }

    body.no-sidebars.page-node #main .production .row .fourcol {
        margin: 0 auto 25px auto !important;
    }

    body.no-sidebars.page-node #main .onecol,body.no-sidebars.page-node #main .twocol,body.no-sidebars.page-node #main .threecol,body.no-sidebars.page-node #main .fourcol,body.no-sidebars.page-node #main .fivecol,body.no-sidebars.page-node #main .sixcol,body.no-sidebars.page-node #main .sevencol,body.no-sidebars.page-node #main .eightcol,body.no-sidebars.page-node #main .ninecol,body.no-sidebars.page-node #main .tencol,body.no-sidebars.page-node #main .elevencol,body.no-sidebars.page-node #main .twelvecol {
        display: block;
        width: 90%;
        margin: 0px auto 35px auto !important;
        float: none;
    }

    .production .row.clearfix:after {
        display: block;
    }

    body.no-sidebars.page-node #main .production .row .fourcol {
        width: 90%;
        float: none;
        margin: 0 auto 25px !important;
    }

    footer .block-unp,footer .block-phones,footer .block-qr-code,footer .block-developed,.payment-block {
        display: none !important;
    }

    footer {
        overflow: hidden;
        padding: 10px 1% 20px;
    }
}

@media screen and (max-width: 480px) {
    .block-chapters-view {
        padding:60px 0 20px 0;
    }

    .transformers-rule {
        display: none;
    }

    .page-node-965 .production .row.row-2 {
        margin-left: 0 !important;
    }

    .page-node-965 #content > .contextual-links-region {
        display: none;
    }

    .page-produkciya-rasprodazha #content .view-content .views-row {
        width: 90%;
        display: block;
        text-align: center;
        margin: 0 auto;
    }

    #call-center {
        top: 20px;
    }

    body.admin-menu #call-center {
        top: 10px;
    }

    .block-search form {
        top: 120px;
    }

    body.admin-menu .block-search form {
        top: 120px;
    }

    #header .nav {
        padding: 120px 0 10px 0;
    }

    .harakteristiki_table {
        width: 90% !important;
    }

    .top-product table caption {
        padding: 10px 55px;
        height: 43px;
        font-size: 18px !important;
        line-height: 1.2;
    }

    .page-node-36 #content .row .sixcol,.page-node-44 #content .row .sixcol {
        margin: 0 0 30px 0;
    }

    .page-node-36 #content .row,.page-node-44 #content .row {
        margin: 0;
    }

    .view-rukovodstvo .views-row {
        width: 90%;
    }

    body.page-checkout .customer_profile_billing input,body.page-checkout .customer_profile_billing textarea {
        max-width: 250px;
    }

    .fourcol .img-shop {
        display: none;
    }

    #logo img {
        width: 230px;
    }

    #call-center #red-font {
        font-size: 15px;
        top: 40px;
    }

    #call-center .small-font {
        font-size: 13px;
    }
}

@media screen and (max-width: 320px) {
    .production-type.fourcol {
        width:auto !important;
    }

    #block-dc_smallcart-small_cart .section-cart.first-column ul li,#block-dc_smallcart-small_cart .section-cart.second-column ul li {
        background: none;
        padding-left: 0;
        text-align: center;
    }

    #block-dc_smallcart-small_cart .section-cart.third-column,#block-dc_smallcart-small_cart .section-cart.fourth-column {
        text-align: center;
        margin-left: 0;
    }

    #header a.shop-link {
        width: 180px;
    }
}

.cvet_button a {
    display: block;
    width: 25px;
    height: 25px;
}

.tour_box {
    width: 510px;
    height: 207px;
    padding: 30px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -103px 0 0 -285px;
    z-index: 100;
    background: url(sites/all/themes/responsive/assets/images/tour_box_bg.png) 0 0 no-repeat;
    display: none;
}

.tour_box .tour_close {
    width: 27px;
    height: 27px;
    position: absolute;
    top: 20px;
    right: 20px;
    background: url(sites/all/themes/responsive/assets/images/tour_close.png) 0 0 no-repeat;
    cursor: pointer;
}

.tour_box .tour_title {
    text-align: center;
    font-size: 24px;
    margin: 30px 0;
}

.tour_box a {
    margin: 0 0 15px 0;
    padding: 0 0 0 20px;
    display: inline-block;
    background: url(sites/all/themes/responsive/assets/images/tour_city.png) 0 3px no-repeat;
}

#cboxLoadedContent {
    margin: 30px 0 0 0;
}

#cboxLoadedContent table {
    margin: 1px auto;
}

#cboxLoadedContent table th,#cboxLoadedContent table td {
    border: 1px #E0E0E0 solid;
    box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.102),inset 0px 0px 7px rgba(0,0,0,0.19);
}

#cboxClose {
    bottom: auto;
    top: 0;
}

noindex:-o-prefocus,#background_main {
    vertical-align: top;
}
.main-page-img {
    border-bottom: 7px solid #2d3032;
}

@media (min-width: 1601px) {
    #background_main {
        background-image:url(sites/all/themes/responsive/assets/images/house_n.jpg);
    }

    .main-page-img {
        height: 35.7vw;
    }
}

@media (max-width: 1600px) {
    #background_main {
        background-image:url(sites/all/themes/responsive/assets/images/house_n_1600.jpg);
    }

    .main-page-img {
        height: 35.65vw;
    }
}

@media (max-width: 1280px) {
    #background_main {
        background-image:url(sites/all/themes/responsive/assets/images/house_n_1280.jpg);
    }

    .main-page-img {
        height: 35.6vw;
    }

    .block-menu-block.block-product-menu ul.menu li a {
        font-size: 18px;
        line-height: 18px;
        padding: 10px 0 10px 50px;
        background: url(sites/all/themes/responsive/assets/images/inactive-bullet.jpg) 25px center no-repeat;
    }

    @media (max-width: 1024px) {
        #background_main {
            background-image:url(sites/all/themes/responsive/assets/images/house_n_1024.jpg);
        }

        .main-page-img {
            height: 35.43vw;
        }

        #categorie-menu ul.menu li a {
            font-size: 18px;
        }

        ul#cart_menu li a {
            font-size: 15px;
        }

        #header .nav > ul > li > a {
            font-size: 16px;
        }

        ul#cart_menu {
            padding: 20px 0 20px 0;
        }

        #categorie-menu ul.menu {
            padding-top: 0px;
            text-align: center;
        }

        #categorie-menu {
            height: auto;
            padding: 1% 10%;
        }

        .main_readmore a {
            font-size: 15px;
        }

        .block-menu-block.block-product-menu ul.menu li a {
            font-size: 17px;
            line-height: 17px;
            padding: 10px 0 10px 40px;
            background: url(sites/all/themes/responsive/assets/images/inactive-bullet.jpg) 15px center no-repeat;
        }

        .block-product-menu.block-menu-about-us h2.block-title {
            font-size: 21px;
        }

        .block-product-menu h2.block-title,.compare_block_link a {
            background: #b72340 url(sites/all/themes/responsive/assets/images/keramin-bullet.jpg) no-repeat 10px center;
            padding-left: 40px;
        }

        #header .nav {
            width: 90%;
            margin: 0 auto;
            text-align: center;
        }

        #header .nav > ul > li {
            width: 100%;
            text-align: center;
        }

        .nav.block-main-menu > ul.menu {
            display: none;
        }

        ul.menu > li.expanded .navbar-toggle.collapsed {
            display: none !important;
        }

        #header .nav ul.menu {
            display: none;
        }

        #header button.navbar-toggle {
            display: inline-block;
        }

        .nav.block-main-menu {
            zoom:1;min-height: 39px;
        }
    }

    @media (max-width: 900px) {
        #header .nav > ul > li > a {
            font-size:16px;
        }
    }

    @media (max-width: 800px) {
        #background_main {
            background-image:url(sites/all/themes/responsive/assets/images/house_n_800.jpg);
        }

        .main-page-img {
            height: 35.32vw;
        }

        .block-product-menu.block-menu-about-us h2.block-title {
            font-size: 21px;
        }
    }

    @media (max-width: 768px) {
        .nav.block-main-menu > ul.menu {
            display:none;
        }

        ul.menu > li.expanded .navbar-toggle.collapsed {
            display: none !important;
        }

        #header .nav ul.menu {
            display: none;
        }

        .nav.block-main-menu {
            overflow: hidden;
            zoom:1;min-height: 39px;
        }

        #background_main {
            background-image: url(sites/all/themes/responsive/assets/images/house_n_768.jpg);
        }

        .block-search input[type="submit"] {
            width: 29px;
            height: 29px;
        }

        .block-search input[type="text"] {
            width: 180px;
            height: 15px;
            padding: 6px;
        }

        span.section-title {
            font-size: 14px;
        }

        span.sections-text {
            font-size: 15px;
        }

        .main_readmore a {
            font-size: 20px;
        }

        p {
            margin: 0px;
        }

        .block-actions-view .view-content .views-row .views-field-title a {
            padding: 5px 0 5px 65px;
            font-size: 11px;
            line-height: 11px;
        }

        .container {
            width: auto;
        }

        ul#cart_menu li a {
            font-size: 12px;
        }

        ul#cart_menu {
            padding: 10px 0px;
            margin-left: 2.08333333333333%;
        }

        #categorie-menu ul.menu li a {
            font-size: 15px;
        }

        #categorie-menu ul.menu li {
            margin: 0 2% 0 0;
        }

        #header a.shop-link {
            background: #b72340 url(sites/all/themes/responsive/assets/images/shop-ico.png) 8px 5px no-repeat;
            height: 27px;
            font-size: 16px;
            line-height: 33px;
        }

        #cart-section div.shoping-cart-cart {
            margin: 0px;
        }

        #cart-section div.shoping-cart-cart a.dc_cart_link {
            font-size: 16px;
        }

        #cart-section div.shoping-cart-cart .shoping-cart-info {
            font-size: 12px;
        }

        ul#cart_menu li {
            margin-right: 10px;
        }

        #header .block-logo {
            margin-bottom: 0px;
            width: 150px;
        }

        #header h1 {
            font-size: 2em;
        }

        #header .tagline {
            display: none;
        }

        #unseen table td:nth-child(2),#unseen table th:nth-child(2) {
            display: none;
        }

        .block-menu-block.block-product-menu ul.menu li a {
            font-size: 17px;
            line-height: 17px;
            padding: 10px 0 10px 12px;
            background: url(sites/all/themes/responsive/assets/images/inactive-bullet.jpg) 5px center no-repeat;
        }
    }

    @media (max-width: 480px) {
        .production .row.row-2 .production-type.fourcol:first-child {
            margin-left:0;
        }


        .production .row .production-type.fourcol {
            margin-bottom: 20px;
        }

        .page-node-59 h1#page-title {
            font-size: 24px;
            padding-right: 25px;
        }

        div.production-title a {
            font-size: 24px;
        }

        .block-qr-code {
            text-align: center;
        }

        .block-qr-code img {
            float: none
        }

        .chief-block .fourcol {
            margin-bottom: 20px;
        }

        body {
            font-size: 90%;
        }

        #header {
            height: auto;
            min-height: auto;
        }

        #header .container {
            min-height: auto;
            height: auto;
        }

        .onecol,.twocol,.threecol,.fourcol,.fivecol,.sixcol,.sevencol,.eightcol,.ninecol,.tencol,.elevencol,.twelvecol {
            float: none;
            display: block;
            width: 100%;
        }

        .threecol {
            margin-top: 20px;
        }

        #header .block-logo {
            margin-bottom: 10px;
            width: 100%;
        }

        #header h1 {
            font-size: 2.5em;
        }

        #header .tagline {
            display: inherit;
        }

        #main {
            clear: both;
        }

        #slider {
            display: none;
        }

        .features .read-more {
            font-size: 1.25em;
        }

        #footer {
            padding-top: 10px;
        }

        .img-list li {
            width: 80px;
            margin-right: 10px;
            float: left;
            padding: 5px;
        }

        #unseen table td:nth-child(4),#unseen table th:nth-child(4),#unseen table td:nth-child(7),#unseen table th:nth-child(7),#unseen table td:nth-child(8),#unseen table th:nth-child(8) {
            display: none;
        }

        .block-social-links {
            text-align: center;
            margin-bottom: 15px;
            float: none;
        }

        .block-social-links ul {
            display: inline-block;
        }

        #categorie-menu ul.menu li a {
            font-size: 20px;
        }

        .front-sections .fourcol {
            margin-bottom: 85px;
        }

        .block-chapters-view {
            padding-bottom: 20px;
        }

        div.service-links a {
            font-size: 14px;
        }

        div.qr-code {
            float: none;
            margin: 15px auto;
            width: 90px;
            height: 90px;
            clear: both;
        }

        #header a.shop-link {
            font-size: 14px !important;
        }

        .block-product-menu h2.block-title {
            font-size: 28px;
        }
    }

    @media (max-width: 320px) {
        .block-product-menu h2.block-title {
            font-size:22px;
        }

        body {
            font-size: 90%;
        }

        #header a.shop-link {
            font-size: 14px;
        }

        #header .nav {
            position: relative;
        }

        #header ul li button.navbar-toggle {
            display: none;
        }

        .block-social-links ul li {
            margin-right: 10px;
        }

        .onecol,.twocol,.threecol,.fourcol,.fivecol,.sixcol,.sevencol,.eightcol,.ninecol,.tencol,.elevencol,.twelvecol {
            float: none;
            display: block;
            width: 100%;
        }

        .threecol {
            margin-top: 20px;
        }

        #header {
            height: auto;
            min-height: auto;
        }

        #header .container {
            min-height: auto;
            height: auto;
        }

        #header .block-logo {
            margin-bottom: 10px;
            width: 100%;
        }

        #header h1 {
            font-size: 2.5em;
        }

        #header .tagline {
            display: inherit;
        }

        #main {
            clear: both;
        }

        #slider {
            display: none;
        }

        .features .read-more {
            font-size: 1.25em;
        }

        #footer {
            padding-top: 10px;
        }

        .img-list li {
            width: 80px;
            margin-right: 10px;
            float: left;
            padding: 5px;
        }

        #unseen table td:nth-child(4),#unseen table th:nth-child(4),#unseen table td:nth-child(7),#unseen table th:nth-child(7),#unseen table td:nth-child(8),#unseen table th:nth-child(8) {
            display: none;
        }
    }

    .cvet_button a {
        display: block;
        width: 25px;
        height: 25px;
    }
    table th {
        font-weight: bold;
    }

    table td,table th {
        padding: 1% 2%;
        text-align: left;
    }

    @media only screen and (max-width: 767px) {
        table.responsive {
            margin-bottom:0;
        }

        .pinned {
            position: absolute;
            left: 0;
            top: 0;
            background: #fff;
            width: 35%;
            overflow: hidden;
            overflow-x: scroll;
            border-right: 1px solid #ccc;
            border-left: 1px solid #ccc;
        }

        .pinned table {
            border-right: none;
            border-left: none;
            width: 100%;
        }

        .pinned table th,.pinned table td {
            white-space: nowrap;
        }

        .pinned td:last-child {
            border-bottom: 0;
        }

        div.table-wrapper {
            position: relative;
            margin-bottom: 20px;
            overflow: hidden;
            border-right: 1px solid #ccc;
        }

        div.table-wrapper div.scrollable table {
            margin-left: 35%;
        }

        div.table-wrapper div.scrollable {
            overflow: scroll;
            overflow-y: hidden;
        }

        table.responsive td,table.responsive th {
            position: relative;
            white-space: nowrap;
            overflow: hidden;
        }

        table.responsive th:first-child,table.responsive td:first-child,table.responsive td:first-child,table.responsive.pinned td {
            display: none;
        }
    }
