@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,700&subset=cyrillic');


/* - Reset - */

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
sub,
sup,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-size: 100%;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    cursor: pointer;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
td img {
    vertical-align: top;
}

input,
select,
button,
textarea {
    margin: 0;
    font-size: 100%;
}

input[type="text"],
input[type="password"],
textarea {
    padding: 0;
}

input[type="checkbox"] {
    vertical-align: bottom;
}

input[type="radio"] {
    vertical-align: text-bottom;
}

sub {
    vertical-align: sub;
    font-size: smaller;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}


/* - /Reset - */


/* - Base settings - */



@font-face {
    font-family: 'gost';
    src: url('../fonts/gost-type-a-webfont.woff2') format('woff2'),
         url('../fonts/gost-type-a-webfont.woff') format('woff'),
         url('../fonts/gost-type-a-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

html {
    overflow-y: scroll;
}

html,
body {
    height: 100%;
}

body {
    line-height: 1;
    background: #fff;
    color: #333;
    text-align: left;
    font: 16px "Ubuntu", "Verdana", sans-serif;
    font-weight: 300;
}

input,
select,
button,
textarea {

}

label,
input[type="button"],
input[type="submit"],
button {
    cursor: pointer;
}

body {
    min-width: 1000px;
}

a,
a:visited {
    color: #006194;
    text-decoration: underline;
}

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

a:focus,
a:active {
    color: #006194;
    text-decoration: underline;
}


/* - /Base settings - */


/* SYS*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix-alt:after {
    content: ".";
    display: block;
    height: 0;
    clear: left;
    visibility: hidden;
}

.rounded {
    position: relative;
}

.rounded-alt {}

.clear {
    clear: both;
}

.flexbox {
    float: left;
}

.flexbox-alt {
    float: right;
}

.styleselect {
    position: relative;
    text-align: left;
    z-index: 1;
}

.disabler {
    background: #fff url(../images/loader.gif) no-repeat center center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -moz-opacity: 0.5;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 100;
}


/* - Fonts - */

@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/PTSans/pts55f_w.eot');
    // src: local('PT Sans'), url('../fonts/PTSans/PTS55F_W.woff') format('woff'), url('../fontsfonts/PTSans/PTS55F_W.ttf') format('truetype'), url('../fontsfonts/PTSans/PTS55F_W.svg#PTSans-Regular') format('svg');
}

@font-face {
    // font-family: 'PT Sans';
    src: url('../fonts/PTSans/pts75f_w.eot');
    font-style: normal;
    font-weight: bold;
    // src: local('PT Sans Bold'), url('../fonts/PTSans/PTS75F_W.woff') format('woff'), url('../fonts/PTSans/PTS75F_W.ttf') format('truetype'), url('../fonts/PTSans/PTS75F_W.svg#PTSans-Bold') format('svg');
}

@font-face {
    // font-family: 'PT Sans';
    font-style: italic;
    font-weight: bold;
    src: url('../fonts/PTSans/pts76f_w.eot');
    // src: local('PT Sans Bold Italic'), url('../fonts/PTSans/PTS76F_W.woff') format('woff'), url('../fonts/PTSans/PTS76F_W.ttf') format('truetype'), url('../fonts/PTSans/PTS76F_W.svg#PTSans-BoldItalic') format('svg');
}

@font-face {
    font-family: 'ALSRublRegular';
    src: url('../fonts/rouble/rouble.eot');
    src: local('ALS Rubl'), local('ALSRubl'), url('../fonts/rouble/rouble.woff') format('woff'), url('../fonts/rouble/rouble.ttf') format('truetype'), url('../fonts/rouble/rouble.svg#ALSRubl') format('svg');
}



/* Pres */

.pseudo {
    display: inline-block;
    border-bottom: 1px dotted;
    cursor: pointer;
    line-height: 14px;
}

.lte7 .pseudo {
    display: inline;
    zoom: 1;
}

.pseudo:hover {
    border-bottom-color: transparent;
}

.r-icon {
    display: block;
    width: 33px;
    height: 33px;
    overflow: hidden;
    background: transparent url(../images/icon-phone.png) no-repeat;
}



.s-icon {
    display: block;
    width: 23px;
    height: 23px;
    overflow: hidden;
    background: transparent url(../images/sicons-sprite.png);
}

.s-icon__mail {
    background-position: 0 0;
}

.s-icon__skype {
    background-position: 0 -23px;
}

.quoteblock {
    margin: 25px 0;
}

.quoteblock__inner {
    
}

.quoteblock__title {
    color: #006194;
    font-size: 16px;
    margin-bottom: 15px;
}

.quoteblock__text {
    margin-bottom: 5px;
    color: #636569;
}

.quoteblock__link {
    text-align: right;
}



.rouble {
    font-family: 'ALSRublRegular';
    font-size: 22px;
}

.bcart__group__el__cost .rouble{
    font-size: 26px;
    font-weight: normal;
}

h1 {
    font-size: 24px;
    margin-bottom: 25px;
    font-family: 'Ubuntu';
    font-weight: 700;
    
}

.content-block h1{
    text-align: center;
    text-transform: uppercase;
    color: #0079BF;
    background: #FFCC3B;
    padding-top: 7px;
    padding-bottom: 7px;
}

h2 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 300;
}

h3 {
    font-size: 18px;
    margin-bottom: 20px;
}

h4 {
    font-size: 16px;
    margin-bottom: 18px;
}


/* cat sections */




.protection .indexlist__elem__icon {
    background-position: 0 -134px;
}



.mountprofile .indexlist__elem__icon {
    background-position: 0 -268px;
}

.drywalls .indexlist__elem__icon {
    background-position: 0 -335px;
}

.insulation .indexlist__elem__icon {
    background-position: 0 -402px;
}









.householdgoods {}

.householdgoods .indexlist__elem__icon {
    background-position: 0 -670px;
}

.greenhouse {}

.greenhouse .indexlist__elem__icon {
    background-position: 0 -730px;
}

.kanalizathion {}

.kanalizathion .indexlist__elem__icon {
    background-position: 0 -927px;
}

.weareelectrik {}

.weareelectrik .indexlist__elem__icon {
    background-position: 0 -864px;
}





.wearerepair {}

.wearerepair .indexlist__elem__icon {
    background-position: 0 -999px;
}


/* - Wrappers - */

.wrapper {
    position: relative;
    min-height: 100%;
    overflow: hidden;
}

.page-wrapper {}

.page-wrapper__inner {
    max-width: 1600px;
    margin: 0 auto;
}


/* - /Wrappers - */

.content_container {
    padding-left: 25px;
    padding-right: 25px;
    /* padding-top: 10px; */
}


/* - layout - */

.header {}

.hFooter {
    height: 84px;
}

.footer {
    height: 84px;
    margin-top: -84px;
    overflow: hidden;
    position: relative;
}

.tcol1 {
	/* width: 73%;
	float: right; */
}

.tcol1__content__inner {
    float: left;
    width: 100%;
}

.tcol1__sidebar {
    float: left;
    width: 270px;
}

.tcol1__sidebar__inner{
    padding-top: 20px;
    
}

.tcol1__content {
    margin-left: 285px;
}

.tcol1__content__inner {}

.tcol1__content__inner .block_center {
    margin: 10px auto;
    text-align: center;
    width: 90%;
}

.tcol1__content__inner .address_block {
    margin: 13px 0 16px;
}

.block_center img {
    display: block;
    margin: 10px auto;
}

.tcol1__content__inner p {
    font-size: 16px;
    margin: 15px auto;
}

.tcol1__content__inner h3 {
    margin-bottom: 0;
    /*margin-top:7px;*/
}

.tcol1__content__inner h2 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 35px;
}

.tcol1__content__inner .orderform ul {
    margin-left: 15px;
}

.tcol1__content__inner ul {
    line-height: normal;
}

.tcol1__content__inner ul.content,
.tcol1__content__inner ol.content {
    margin-left: 30px;
}

.tcol1__content__inner .content li {
    font-size: 16px;
    margin: 8px auto;
}

.tcol1__content__inner table.about p {
    line-height: 21px;
}

.tcol1__content__inner td {
    padding: 0 14px 0 0;
}

.tcol1__content__inner .red {
    color: #ff0000;
}

.tcol1__content__inner .underline {
    text-decoration: underline;
}

.tcol1__content__inner .catlinks li {
    margin: 0;
}

.tcol1__content__inner .catlinks ul {
    margin-left: 0px;
}

.tcol1__content__inner .catlinks li.catlinks-elem {
    margin-bottom: 50px;
    /* margin-right: 40px; */
}

.breadcrumb li {
    font-size: 12px;
}


/* - /layout - */

.lte7 .logocontainer {
    width: 49.99%;
}

.lte7 .topcontacts {
    width: 19.99%;
}

.lte7 .personalbox {
    width: 29.99%;
}

.lte7 .search__input {
    position: absolute;
    top: 6px;
    width: 61%;
}

.lte7 .topphone__text {
    height: 28px;
    position: relative;
}

.lte7 .indexlist__elem {
    width: 32.99%;
}


/* - index.page layout - */

.index-layout {}

.index-layout__inner {
    /* padding-top: 25px; */
}

.index-sidebar {
    float: right;
    width: 310px;
    
}

.index-sidebar__inner{
    padding-left: 15px;
    padding-top: 24px;
}

.index-sidebar__inner h3{
    color: #0079bf;
    background: #FFCC3B;
    text-transform: uppercase;
    font-size: 24px;
    padding: 13px;
    text-align: center;
}

.index-sidebar__inner>div{
    background: #FFF;
    padding: 7px;
}

.sidebar-bg{
    width: 100%;
    position: absolute;
    background: url("../images/bg-sidebar.jpg") repeat;
    height: 100%;
    z-index: -10;
    border-left: 4px solid #dcdcdc;
}

.tcol1__sidebar h3{
    color: #0079bf;
    background: #FFCC3B;
    text-transform: uppercase;
    font-size: 24px;
    padding: 13px;
    text-align: center;
}

.tcol1__sidebar .sidebar-bg{
    width: 50%;
    border-left: none;
    left: 0;
}

.index-content {
    margin-right: 325px;
    background: #FFF;
    padding-top: 24px;
}


/* - /index.page layout - */


/* - category-list.page layout - */

.category-list__filter {
    float: right;
    width: 235px;
}

.category-list__filter__title {
    font-size: 16px;
    margin-bottom: 8px;
}

.category-list__content {
    margin-right: 236px;
}

.category-list__content__inner {
    float: left;
    width: 100%;
}

.category-list__settingsline {
    clear: both;
    margin-bottom: 25px;
}

.category-list__settingsline__right {
    min-height: 1px;
    float: left;
    width: 50%;
    text-align: right;
}

.category-list__settingsline__right__inner {
    padding-right: 38px;
}

.bottom.category-list__settingsline .pagination {
    padding-top: 6px;
}

.category-list__settingsline__left {
    min-height: 1px;
    float: left;
    width: 50%;
}

.category-list__body {
    margin-bottom: 25px;
}


/* - /category-list.page layout - */


/* - Categorylistfilter - */

.listflter {
    background: #f7f6f7 url(../images/filterblock_bg.png) repeat-x left bottom;
    margin-bottom: 24px;
    border: 1px solid #ececec;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: inset 1px 1px 14px #E5E5E5, inset 0 50px 80px #FCFCFC;
    -webkit-box-shadow: inset 1px 1px 14px #E5E5E5, inset 0 50px 80px #FCFCFC;
    box-shadow: inset 1px 1px 14px #E5E5E5, inset 0 50px 80px #FCFCFC;
}

.listflter__inner {
    padding: 7px;
}

.listfilter__clear {
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 0 12px;
}


/* - /Categorylistfilter - */


/* - FilterFormStyling -  */

.filter-field {
    margin-bottom: 14px;
}

.filter-field__title {
    margin-bottom: 10px;
    padding-left: 7px;
    margin-top: 3px;
    font-size: 14px;
}

.filter-field__d {
    background: url(../images/fldd_separator.png) no-repeat 105px 17px;
}

.filter-field__d1,
.filter-field__d2 {
    display: inline-block;
    width: 100px;
    vertical-align: top;
}

.lte7 .filter-field__d1,
.lte7 .filter-field__d2 {
    display: inline;
    zoom: 1;
    width: 98px;
}

.filter-field__d2 {
    float: right;
}

.filter-field__d input {
    text-align: center;
}

.fi-decoration {
    height: 33px;
    background: #f7f7f7;
    display: block;
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #fefefe;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    box-shadow: inset 0px 3px 10px #d9d9d9;
    line-height: 33px !important;
    overflow: hidden;
}

.fi-decoration input,
.fi-decoration select {
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    width: 100%;
    height: 100%;
}

.lte7 .fi-decoration input {
    padding: 9px 0;
    left: 0;
    position: absolute;
}

.fi-decoration input:focus,
.fi-decoration select {
    outline: none;
}

.fi-decoration.error {
    border-color: #C80000 !important;
}

.fi-decoration.focus {
    border-color: #ffc368 !important;
}

.filter-field__select {
    position: relative;
}

.fi-checkselect__group {
    border: 1px solid #bfbfbf;
    background: #f7f6f7 url(../images/filterblock_bg.png) repeat-x left bottom;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
    top: 42px;
    width: 217px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    max-height: 280px;
    overflow-y: auto;
    z-index: 1;
}

.fi-checkselect__option {
    height: 35px;
    line-height: 33px;
    border-top: 1px solid #bfbfbf;
    cursor: pointer;
    position: relative;
}

.fi-checkselect__option:hover,
.fi-checkselect__option.hover,
.fi-checkselect__option.selected {
    background: url(../images/option_selected-gr.png) repeat-x left top;
    color: #fff;
}

.fi-checkselect__option:first-child {
    border-top: none;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.fi-checkselect__option:last-child {
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

.fi-checkselect__option input {
    position: absolute;
    right: 12px;
    top: 12px;
}

.fi-checkselect__option__title {
    margin-left: 12px;
}

.fi-checkselect__group.closed {
    display: none;
}

.list-expander {
    cursor: pointer;
}

.list-expander span {
    margin-left: 12px;
    display: block;
    position: relative;
}

.list-expander span i {
    display: block;
    width: 11px;
    height: 6px;
    background: url(../images/blu_arrow-sprite.png) no-repeat left top;
    position: absolute;
    right: 12px;
    top: 14px;
}

.lte7 .list-expander span i {
    top: 5px;
}

.list-expander.active span {}

.list-expander.active span i {
    background-position: left bottom;
}

.filter-field__select.activeSelect {
    z-index: 10;
}

.filter-field__select.activeSelect .fi-checkselect__group {
    z-index: 10;
}

.filter-field__checkboxgroup {}

.fi-ckeckbox {
    position: relative;
    padding: 3px 0;
}

.fi-ckeckbox input {
    position: absolute;
    right: 0;
}

.filter-button {
    height: 46px;
    position: relative;
    padding: 2px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #dadada;
    border-left: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.filter-button input {
    display: block;
    padding: 0;
    margin: 0;
    border: 0;
    background: #ffb964 url(../images/button_bg.png) repeat-x left bottom;
    border: 1px solid #df8c43;
    width: 310px;
    position: absolute;
    left: 50%;
    margin-left: -104px;
    height: 70px;
    top: 2px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    box-shadow: inset 0 1px 1px #fff5aa;
    font-size: 25px;
    color: #993300;
    -moz-text-shadow: 0 1px 0 #ffdf91;
    -webkit-text-shadow: 0 1px 0 #ffdf91;
    text-shadow: 0 1px 0 #ffdf91;
}

.fi-text.fi-text-single {
    padding: 0 12px;
}


/* - FilterFormStyling -  */


/* - SearchFormStyling -  */

.bx_searche .bx_item_element a {
    font-size: 16px !important;
}


/* - Detail page layout -  */

.element-detail {
    margin-bottom: 50px;
}

.element-detail table {
    font-size: 18px;
}

.element-detail ul {
    padding-left: 40px;
}

.element-detail li {
    font-size: 18px;
}

.element-detail h3 {
    color: #006194;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.element-detail__inner {}

.alsobuy {}

.alsobuy__title {
    font-size: 24px;
    margin-bottom: 30px;
}


/* - /Detail page layout -  */


/* - Header - */

.header {
    background: #101C36;
}

.header__decorate {
    color: #fff;
    height: 146px;
    background: #00457b url(../images/header_a_bg.jpg) repeat-x left top;
    position: relative;
}

.header__decorate_addbg {
    height: 146px;
    background: transparent url(../images/header_bg.jpg) no-repeat center top;
}

.header__decorate__mask {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 57px;
    width: 100%;
    min-width: 1902px;
}

.header__decorate__mask .before,
.header__decorate__mask .after {
    width: 951px;
    height: 57px;
    background: url(../images/head_bg-mask-sprite.png) no-repeat left top;
}

.header__decorate__mask .before {
    float: left;
    background-position: left top;
}

.header__decorate__mask .after {
    float: right;
    background-position: right bottom;
}

.header__decorate .page-wrapper__inner {
    padding-top: 12px;
}


/*logo*/

.logocontainer {
    width: 25%;
    z-index: 1;
}



.logocontainer__inner {
    padding-left: 20px;
    position: relative;
    z-index: 1;
}

.logocontainer__inner img{
    max-width: 100%;
    height: auto;
}

.worktime{
    width: 25%;
    z-index: 1;
}

.worktime__inner{
    padding-left: 20px;
    position: relative; 
    z-index: 1;
    text-align: center;
    font-size: 24px;
    font-family: 'gost','ubuntu', 'verdana', sans-serif;
    margin-top: 10px;
}

/*topcontacts*/

.topcontacts {
    width: 20%;
    height: 110px;
    text-align: center;
}

.topcontacts__inner {
    padding-top: 5px;
    display: inline-block;
    text-align: left;
    float: right;
}

.lte7 .topcontacts__inner {
    display: inline;
    zoom: 1;
}

.topphone {}

.topphone__text {
    display: inline-block;
    vertical-align: top;
}

.lte7 .topphone .r-icon,
.lte7 .topphone__text {
    display: inline;
    zoom: 1;
}

.topphone .r-icon{
    position: absolute;
    left: -40px;
}

.topphone__text {
    font-size: 30px;
    text-shadow: 0 1px 0 #05355b, 0 -1px 0 #05355b;
    -moz-text-shadow: 0 1px 0 #05355b, 0 -1px 0 #05355b;
    -webkit-text-shadow: 0 1px 0 #05355b, 0 -1px 0 #05355b;
    vertical-align: bottom;
    position: relative;
    top: -4px;
    color: #fff;
    font-family: 'gost','ubuntu', 'verdana', sans-serif;
    line-height: 1.4;
}

.topphone__text span {
    line-height: 0;
    position: relative;
    top: 2px
}

.topcontactslist {}

.topcontactslist__inner {
    list-style: none;
    z-index: 1;
    padding-top: 4px;
    padding-left: 19px;
}

.topcontactslist__elem {
    vertical-align: middle;
    position: relative;
    z-index: 1;
    height: 23px;
    line-height: 23px;
}

.topcontactslist__elem a {
    color: #82cae8;
}

.topcontactslist__elem__link {
    vertical-align: top;
    color: #82cae8;
}

.topcontactslist__elem .s-icon {
    display: inline-block;
    margin-right: 4px;
}


/*personalbox*/

.personalbox {
    /* width: 30%; */
    background: #E3B533;
    top: -12px;
    position: relative;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #1E3566;
    max-width: 370px;
}

.personalbox__inner {
    padding: 15px;
    text-align: center;
    font-family: 'gost','ubuntu', 'verdana', sans-serif;
    font-size: 30px;
}

.personalbox__inner a{
    font-size: 30px;
    text-decoration: none;
}

.personalbox__alignfix {
    display: inline-block;
    text-align: left;
    width: 100%;
}

.lte7 .personalbox__alignfix {
    display: inline;
    zoom: 1;
}

.topcartlink {
    z-index: 1;
    height: 50px;
}

.topcartlink .r-icon,
.topcartlink__text {
    display: inline-block;
    vertical-align: top;
}

.lte7 .topcartlink .r-icon,
.lte7 .topcartlink__text {
    display: inline;
    zoom: 1;
}

.topcartlink__text {
    vertical-align: bottom;
    position: relative;
}

.topcartlink__text a {
    color: #1e3566;
}

.topcartlink__text .delim {
    font-size: 24px;
    font-weight: 100;
    display: inline-block;
    margin: 0 10px;
    visibility: hidden;
}

.lte7 .topcartlink__text .delim {
    display: inline;
    zoom: 1;
}

.topcartlink__link {
    font-size: 17px;
    color: #fff;
}

.cartsmallinfo {
    position: relative;
    /* color: #f2b204; */
    display: inline-block;
    vertical-align: baseline;
    font-size: 18px;
    top: 5px;
}

.lte7 .cartsmallinfo {
    display: inline;
    zoom: 1;
}

.personalbox__links {
    margin-top: 12px;
    padding-top: 14px;
    background: url(../images/line_separator-h.png) repeat-x left top;
    position: relative;
    z-index: 1;
    color: #82cae8;
    font-size: 15px;
    text-align: center;
}

.personalbox__links a {
    /* color: #82cae8; */
    border: #1e3566 solid 1px;
    -webkit-border-radius: 7px;
            border-radius: 7px;
    padding: 0 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.personalbox__links a.enter{
    background: #FFF;
    border: 1px solid #fff;
}

.header__inner {
    padding-top: 25px;
}

.searchpanel {
    width: 690px;
    margin-right: 25px;
}

.searchpanel__inner {}

@media screen and (max-width: 1465px) {
    .searchpanel {
        width: 400px;
    }
}

@media screen and (max-width: 1140px) {
    .searchpanel {
        width: 510px;
    }
}

.mainmenu {
    margin-right: 700px;
}

@media screen and (max-width: 1465px) {
    .mainmenu {
        margin-right: 610px;
        width: 900px;
    }
}

@media screen and (max-width: 1140px) {
    .mainmenu {
        margin-right: 520px;
    }
}

.mainmenu__inner {
    list-style: none;
}

.mainmenu__elem__container {
    display: inline-block;
    
    padding: 2px 0;
    
}

.mainmenu__elem__container.active .mainmenu__elem{
    color: #E3B533;
}

.lte7 .mainmenu__elem__container {
    display: inline;
    zoom: 1;
    
}



.mainmenu__elem{
    font-size: 28px;
    font-family: 'gost';
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    padding: 0 13px;
    border-left: 1px solid #556079;
}

.mainmenu__elem__container:first-of-type .mainmenu__elem{
    border-left: none;
}

.mainmenu__elem:hover{
    text-decoration: underline;
}

.mainmenu__elem:visited{
    color: #FFF;
}


/* - /Header - */


/* - Accordeon catalog menu - */

.catalogmenu {
    margin-bottom: 25px;
    font-weight: 500;
}

.catalogmenu ul {
    list-style: none;
    padding-left: 22px;
}

.catalogmenu__inner {}

.catalogmenu-elem {}

.catmenulink {}

.catalogmenu-elem__link0 {
    font-size: 18px;
    letter-spacing: -1px;
    line-height: 24px;
}

.catalogmenu-elem__link1 {
    font-size: 15px;
    /* padding-left: 35px; */
    line-height: 18px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.catalogmenu-elem__link1.active-nonparent {
    /* margin-left: 25px; */
    padding-left: 10px;
    padding-right: 10px;
    background: #006194;
    color: #fff;
    display: inline-block;
}

.lte7 .catalogmenu-elem__link1.active-nonparent {
    display: inline;
    zoom: 1;
}

.catalogmenu-elem__link1.active-nonparent a {
    color: #fff;
    text-decoration: none !important;
    cursor: default !important;
}

.catalogmenu-elem__link2 {
    margin-left: 35px;
    padding: 5px 10px;
    display: inline-block;
}

.catalogmenu-elem__link2.active {
    background: #006194;
    color: #fff;
}

.catalogmenu-elem__link2.active a {
    color: #fff;
}

.catalogmenu .expander {
    position: relative;
    cursor: pointer;
}

.catalogmenu .expander:hover {
    text-decoration: underline;
}

/* .catalogmenu .pointer {
    position: absolute;
    font-size: 13px !important;
    font-family: Arial !important;
    left: -10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    text-decoration: none !important;
} */

@keyframes rotate{
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(90deg);
    }
}

.catalogmenu .pointer {
    content: "";
    position: absolute;
    left: -20px;
    top: 4px;
    width: 14px;
    height: 16px;
    background: url(../images/li-icon.png) no-repeat;
    
     
    
}


.catalogmenu .active .pointer{
    animation: rotate 500ms linear;
    animation-fill-mode: forwards;
}
    

.catalogmenu-elem__link0 > .expander .pointer {
}

.catalogmenu-elem__link1 > .expander .pointer {
    top: -6px;
}


/* - /Accordeon catalog menu - */


/* - breadcrumb - */

.breadcrumb {
    margin-bottom: 25px;
}

.breadcrumb__inner {
    list-style: none;
}

.breadcrumb ul {
    list-style: none;
}

.breadcrumb li {
    display: inline;
    color: #006194;
    margin-left: 0 !important;
}

.breadcrumb-delim {
    margin: 0 5px;
}


/* - /breadcrumb - */


/*qtyinput*/

.qtyinput {
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 28px;
}

.qtyinput .fi-decoration {
    display: block;
    width: 60px;
    float: left;
    border-bottom-color: #e2e2e2;
    -moz-border-radius: 6px 0 0 6px;
    -webkit-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
}

.qtyinput .fi-decoration input {
    text-align: center;
    margin-left: 5px;
    width: 50px;
}

.qtyinput__controls {
    margin-left: 62px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.qtyinput__control {
    width: 25px;
    height: 18px;
    line-height: 18px;
    -moz-text-shadow: 0 1px 0 #fff;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    background: #eaeaea;
    font-size: 15px;
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
    text-align: center;
    cursor: pointer;
    border: 1px solid #dbdcdd;
    border-left: none;
}

.qtyinput__control__increase {
    height: 15px;
    border-bottom: 1px solid #bdbdbd;
}

.qtyinput__control__decrease {
    height: 16px;
    border-top: 1px solid #ececec;
    line-height: 15px;
    background: #dadada;
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}

.lte7 .qtyinput {
    display: inline;
    zoom: 1;
}

.qtyinput.disabled {
    position: relative;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
}

.qty_disabler {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}


/* Block styles */

.bcart {
    /*margin-bottom:60px;*/
}

.bcart .disabler {}

.bcart__inner {
    position: relative;
    padding-left: 25px;
}

.bcart__group {
    /*background:#edfaff;*/
    margin-bottom: 6px;
    padding: 20px 0;
    border: 1px solid #c4c4c4;
    /* height: 145px; */
}

.bcart__group:hover{
    //background: #d1e8f0;    
    border: 1px solid #000;
}


.bcart__group__captions {}

.bcart__group__captions.fixed {
    position: fixed;
    top: 0;
    width: inherit;
    z-index: 500;
    -moz-box-shadow: 0px 2px 5px #D4F2FD;
    -webkit-box-shadow: 0px 2px 5px #D4F2FD;
    box-shadow: 0px 2px 5px #D4F2FD;
    background: rgb(237, 250, 255, 0.95);
    background: rgba(237, 250, 255, 0.95);
}

.bcart__group__captions td {
    /*padding-left:25px;*/
    text-shadow: 0 1px 0 white;
    color: #636363;
    font-size: 22px;
    font-family: Arial !important;
}

.bcart__group__title {
    font-size: 24px;
    margin-bottom: 20px;
    /*padding-left:25px;*/
}

.bcart__group__table {
    width: 100%;
    height: 100%;
}

.bcart__group__el {
    font-size: 22px;
}

.bcart__group__el__name a{
    text-decoration: none;
    border-bottom: 1px solid #0079a2;
    color: #0079a2;
    font-weight: bold;
    font-size: 22px;
}

.bcart__group__el__name .bcart__group__el{
    font-size: 16px;
    text-align: center;
}

.bcart__group__el__name .bcart__group__el .bcart__group__el__name{
    text-align: left;
}

.bcart__group__el{
    text-align: center;
}

.bcart__group__el__name{
    text-align: left;
}

td.bcart__group__el__image{
    padding-right: 20px;
    width: 100px;
    text-align: right;
}

td.bcart__group__el__image img{
    max-width: 100%;
    height: auto;
    padding-left: 3px;
}

td.bcart__group__el__price{
    text-align: right;
    width: 150px;
}

.bcart__group__el td {
    padding: 4px 10px 4px 0;
    vertical-align: middle;
}

.bcart__group__el .bcart__group__el__del{
    position: relative;
    right: 0;
}

.bcart__group__el__name {
    /* width: 32%; */
}

.bcart__group__el__price {
    /* width: 13%; */
}

.bcart__group__el__price span {
    /*font-size:16px;*/
}

.bcart__group__captions .bcart__group__el__qty {
    padding-left: 40px;
}

.bcart__group__el__qty {
    /* width: 18%; */
    width: 180px;
}

.bcart__group__el__qty img {
    padding: 5px 0;
}

.bcart__group__el__cost {
    font-size:26px;
    /* width: 19%; */
    font-weight: bold;
    width: 130px;
}

.tcol1__content__inner td.bcart__group__el__number{
    padding: 0 6px;
    font-size: 18px;
    width: 21px;
    font-weight: bold;
    vertical-align: top;
    text-align: center;
}

.tcol1__content__inner td.bcart__group__el__name{
    padding: 0;
}

.orderform__submit_container{
    text-align: right;
}

.orderform__submit_container .orderform__submit{
    width: auto;
}

.orderform__submit_container input[type='submit']{
    left: 0;
    position: relative;
    margin: 0;
    float: left;
}

.bcart__group__el__del {
    width: 5%;
}

.bcart__group__el__delethis {
    /* position: static !important; */
    /* display: inline-block; */
}

.lte7 .bcart__group__el__delethis {
    display: inline;
    zoom: 1;
}

.bcart__total {
    /*width:480px;*/
    text-align: right;
    /*float:right;*/
    font-size: 24px;
    color: #666;
    margin-bottom: 20px;
}

.bcart__group__el__price .rouble{
    font-size: 17px;
}

.bcart__total .order-amount {
    padding-left: 25px;
    color: #333;
}

.bcart__total .order-amount div {
    margin-top: 11px;
}

.bcart__total .order-amount #order-amount-id {
    font-size: 30px;
    color: #333;
    font-weight: 700;
}

.final_cost {
    font-size: 24px;
    color: #666;
    margin-bottom: 20px;
}

.bcart__total__qty {}

.o_separator {
    border-top: 1px solid #e4e4e4;
    clear: both;
    margin-bottom: 25px;
}

.o_separator__inner {
    border-top: 1px solid #e4e4e4;
    margin: 3px 0;
    padding-right: 0;
}

.orderform {
    /*background:#EDFAFF;*/
    margin-bottom: 25px;
}

.orderform__inner {
    width: 540px;
    background: #fff;
    float: left;
}

.orderform__text__inner {
    font-size: 16px;
    padding: 0 15px 25px 40px;
    color: #333;
}

.orderform__text__title {
    margin-bottom: 15px;
    font-size: 16px;
}

.orderform__title {
    font-size: 24px;
    margin-bottom: 25px;
}

.inpl_errortext {
    display: none;
    margin: 3px 0;
    padding: 3px 0;
    color: #C80000;
    margin-left: 130px;
}

.inputline {
    width: 500px;
    margin-bottom: 15px;
}

.inputline__label {
    float: left;
    width: 120px;
    text-align: right;
    padding-top: 9px;
}

.inputline__input {
    margin-left: 125px;
}

.inputline__tabs .inputline__label {
    padding-top: 10px;
}

.submit .inputline__input {
    text-align: center;
}

.orderform__submit_container {
    /*float:right;*/
    margin-top: 31px;
    /* padding-right: 20px; */
    padding-bottom: 42px;
    margin-left: 25px;
    border-bottom: 1px solid #CCC;
}

.orderform__submit {
    width: 215px;
    display: inline-block;
}

.lte7 .orderform__submit {
    display: inline;
    zoom: 1;
}

.btab {
    font-size: 14px;
}

.btab__inner {
    padding: 10px 15px;
    background: #edfaff;
}

.btab__caption {
    margin-bottom: 20px;
}

.btab__caption__inner {
    list-style: none;
}

.btab__title__container {
    display: inline-block;
    margin-left: 20px;
}

.lte7 .btab__title__container {
    display: inline;
    zoom: 1;
}

.btab__title {
    color: #999;
    display: inline-block;
    border-bottom: 1px dotted #999;
    cursor: pointer;
}

.lte7 .btab__title {
    display: inline;
    zoom: 1;
}

.btab__title:hover,
.btab__title__container.active .btab__title {
    border-bottom-color: transparent;
}

.btab__title__container.active .btab__title {
    color: #333;
    cursor: default;
}

.btab__content {
    padding-left: 20px;
    position: relative;
    padding-bottom: 20px;
}

.btab__tab {
    display: none;
}

.btab__tab.active {
    display: block;
}

.btab__tab__inner {}


/* - Popularitemsblock - */

.popularitems {
    padding: 0 25px;
    margin-bottom: 25px;
}

.popularitems__title {
    padding: 0;
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
}

.popularitems__inner {
    height: 295px;
    overflow: hidden;
    list-style: none;
    text-align: justify;
}

.lte7 .popularitems__inner {
    width: 99.9%;
    text-justify: newspaper;
}

.popularitem {
    display: inline-block;
    width: 180px;
    margin-bottom: 10px;
    vertical-align: top;
}

.lte7 .popularitem {
    display: inline;
    zoom: 1;
}

.popularitem:after,
.popularitem .after,
.popularitem:before,
.popularitem .before {
    content: '';
    display: block;
    width: 180px;
    height: 6px;
    background: url(../images/wavy-sprite.png) no-repeat left bottom;
}

.popularitem:before,
.popularitem .before {
    background-position: left top;
}

.lte7 .popularitem {
    z-index: ex * pression(runtimeStyle.zIndex=1, this.innerHTML="<span class='before'> </span>" + this.innerHTML + "<span class='after'> </span>")
}

.popularitem__inner {
    background: #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    height: 278px;
    overflow: hidden;
}

.popularitem:first-child {
    margin-left: 0;
}

.popularitem__pic {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 7px;
    border-bottom: 1px dashed #CCC;
    height: 128px;
}

.popularitem__pic img {
    height: 125px;
}

.popularitem__pic a {
    text-decoration: none;
}

.popularitem__name {
    text-align: center;
    padding: 0 10px;
    border-bottom: 1px dashed #CCC;
    font-size: 14px;
    color: #333;
    height: 57px;
    overflow: hidden;
}

.popularitem__name__inner {
    display: table-cell;
    vertical-align: middle;
    width: 155px;
    height: 57px;
}

.lte7 .popularitem__name__inner {
    display: block;
}

.popularitem__name a {
    color: #333;
    text-decoration: none;
}

.popularitem__name a:hover {
    text-decoration: underline;
}

.popularitem__text {
    padding-top: 15px;
    text-align: center;
}

.popularitem__price {
    color: #333;
    font-size: 18px;
    margin-bottom: 8px;
}

.popularitem__price span {
    font-family: 24px;
}

.popularitem__link {
    font-size: 14px;
}

.popularitems .helper {
    width: 100%;
    display: inline-block;
}

.ie .popularitems .helper {
    display: none;
}


/* - /Popularitemsblock - */


/* - itemspartners - */

.itemspartners {
    margin-bottom: 25px;
}

.itemspartners__inner {
    list-style: none;
    text-align: center;
}

.logoitem {
    display: inline-block;
}

.lte7 .logoitem {
    display: inline;
    zoom: 1;
}


/* - /itemspartners - */


/* - Footer - */

.footer {
    background: #00457b url(../images/footer_bg.jpg) repeat-x center top;
    color: #fff;
}

.copytext {
    width: 330px;
    font-size: 11px;
}

.copytext__inner {
    padding-left: 13px;
}

.yca-copy {
    width: 260px;
}

.yca-copy__inner {
    padding-top: 4px;
}

.bottommenu {
    margin-left: 20px;
    margin-right: 20px;
}

.bottommenu__inner {
    list-style: none;
}

.bottommenu__inner a {
    color: #fff;
}

.bottommenu__inner li {
    display: inline-block;
    margin-right: 20px;
}

.lte7 .bottommenu__inner li {
    display: inline;
    zoom: 1;
}

.bottommenu__elem {
    color: #fff;
    text-transform: uppercase;
}


/* - /Footer - */


/* Block styles */

.foot_table {
    width: 100%;
}

.foot_table td {
    vertical-align: middle;
    height: 84px;
}

.listfilter {
    background: #f7f6f7 url(../images/filterblock_bg.png) repeat-x left bottom;
    margin-bottom: 24px;
    border: 1px solid #ececec;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: inset 1px 1px 14px #E5E5E5, inset 0 50px 80px #FCFCFC;
    -webkit-box-shadow: inset 1px 1px 14px #E5E5E5, inset 0 50px 80px #FCFCFC;
    box-shadow: inset 1px 1px 14px #E5E5E5, inset 0 50px 80px #FCFCFC;
}

.listfilter__inner {
    padding: 7px;
}


/* - Sortingblock - */

.sortingblock {}

.sortingblock__title {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.lte7 .sortingblock__title {
    display: inline;
    zoom: 1;
}

.sortingblock__content {
    display: inline-block;
    vertical-align: middle;
}

.lte7 .sortingblock__content {
    display: inline;
    zoom: 1;
}

.sortingitem {
    display: inline-block;
    padding: 4px 7px;
}

.lte7 .sortingitem {
    display: inline;
    zoom: 1;
}


/* lists */

.sortingblock__content.perpage {
    width: 55px;
}

.sortingitem__trigger {
    padding-right: 15px;
    position: relative;
}

.sortingitem__trigger.active {
    background: #006194;
    color: #fff;
}

.sortingitem__trigger a {
    text-decoration: none;
    border-bottom: 1px dotted #000;
}

.sortingitem__trigger.active a {
    color: #fff;
    border-bottom: 1px dotted #fff;
}

.sortingitem__trigger a:hover {
    border-bottom-color: transparent;
}

.sortingitem__trigger__asc:before,
.sortingitem__trigger__asc .before,
.sortingitem__trigger__desc:before,
.sortingitem__trigger__desc .before {
    content: '';
    display: block;
    width: 7px;
    height: 4px;
    background: url(../images/w-arrows-sprite.png) no-repeat left top;
    position: absolute;
    top: 10px;
    right: 4px;
}

.sortingitem__trigger__desc:before {
    background-position: left bottom;
}

.lte7 .sortingitem__trigger__asc,
.lte7 .sortingitem__trigger__desc {
    z-index: ex * pression(runtimeStyle.zIndex=1, this.innerHTML="<span class='before'> </span>" + this.innerHTML)
}


/* - /Sortingblock - */

.pagination {}


/*margin-left:38px;*/

.pagination__inner {
    padding-top: 5px;
}

.pagination__title {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.lte7 .pagination__title {
    display: inline;
    zoom: 1;
}

.pagination__content {
    display: inline-block;
    color: #006194;
    vertical-align: middle;
    text-align: left;
}

.lte7 .pagination__content {
    display: inline;
    zoom: 1;
}

.pagination__content a {
    padding: 4px 1px;
    display: inline-block;
}

.lte7 .pagination__content a {
    display: inline;
    zoom: 1;
}

.pagination__content span {
    padding: 2px;
}

.pagination__content .active {
    background: #006194;
    color: #fff;
}

.lte7 .pagination__content .active {
    position: relative;
    top: -3px;
}

.pagination .page-previous,
.pagination .page-next {
    text-decoration: none;
}

.pagination .page-previous span,
.pagination .page-next span {
    text-decoration: underline;
}

.pagination .page-previous:hover span,
.pagination .page-next:hover span {
    text-decoration: none;
}


/* - catelemslist - */

.catelemslist {
    position: relative;
}

.catelemslist__inner {
    list-style: none;
}

.catelemslist ul {
    list-style: none;
}

.catelemslist__elem {
    display: inline-block;
    /* width: 175px; */
    width: 17%;
    min-height: 175px;
    margin-right: 10px;
    margin-bottom: 35px;
    border: 1px solid #ccc;
    vertical-align: top;
    position: relative;
}

.catelemslist__elem__inner {
    padding: 8px;
}

.catelemslist__elem__pic {
    margin-bottom: 5px;
    max-width: 100%;
    height: 159px;
    text-align: center;
}

.catelemslist__elem__pic img {
    height: auto;
    max-width:100%;
}

.catelemslist__elem__price {
    color: #006194;
    font-size: 22px;
    margin: 5px 0;
}

.catelemslist__elem__price .rouble {
    margin-left: -10px;
}

.catelemslist__elem__buy {
    color: #006194;
    font-size: 16px;
}

.catelemslist__elem__buy.button_elem_incart {
    height: auto;
    display: block;
}

.catelemslist__elem__text {
    height: 70px;
    font-size: 14px;
    margin-top: 5px;
    position: relative;
    overflow: hidden;
    color: #333;
    text-decoration: none;
}

.catelemslist__elem__text a {
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.catelemslist__elem__text a:hover {
    border-bottom-color: #D2D2D2;
}

.catelemslist__elem__text p {
    margin: 7px 0;
}

.catelemslist__elem__text .gradient {
    position: absolute;
    height: 7px;
    bottom: 0;
    left: 0;
    width: 100%;
    background: url(../images/whgrad.png) repeat-x left bottom;
}

.catelemslist__elem__link {
    position: absolute;
    right: 8px;
    bottom: 8px;
}

.lte7 .catelemslist__elem {
    display: inline;
    zoom: 1;
}


/* - /.catelemslist - */


/* - Perpageblock - */

.perpageblock {}

.perpageblock__inner {}

.perpageblock__title {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.lte7 .perpageblock__title {
    display: inline;
    zoom: 1;
}

.perpageblock__content {
    display: inline-block;
    vertical-align: middle;
    width: 55px;
}

.lte7 .perpageblock__content {
    display: inline;
    zoom: 1;
}


/* - /Perpageblock - */


/* - Catlinksblock - */

.catlinks_text {
    margin-bottom: 25px;
}

.catlinks_text p {
    margin: 10px 0;
}

.catlinks_text b,
.catlinks_text strong {
    font-weight: normal;
}

.catlinks {}

.catlinks__inner {
    list-style: none;
}

.catlinks ul {
    list-style: none;
}

.catlinks-elem {
}

.lte7 .catlinks-elem {
    display: inline;
    zoom: 1;
}

@media screen and (max-width: 1050px) {
    .catlinks-elem {
        margin-right: 10px;
    }
}

.catlinks.allcats .catlinks-elem__title{
    padding: 10px;
    background: #101C36;
    color: #ffcc3b;
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}

.catlinks.allcats .catlinks-elem__title a{
    color: #ffcc3b;
    text-decoration: none;
}

.catlinks.allcats .catlinks-elem__title a:hover{
    text-decoration: underline;
}

.catlinks-elem__title {
    font-size: 24px;
    margin-bottom: 12px;
}

.catlinks-elem__title a {
    color: #333;
}

.catlinks-elem__list {
    list-style: none;
}

.catlinks-elem__list li {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
}

.lte7 .catlinks-elem__list li {
    display: inline;
    zoom: 1;
}

.catlinks-elem__list .delim {
    margin-right: 2px;
    margin-left: 5px;
    color: #666;
}


/* - /Catlinksblock - */


/* Block styles */

.elementdetail {
    margin-bottom: 20px;
}

.elementdetail__inner {}

.elementdetail__top {
    margin-bottom: 20px;
    padding-left: 20px;
}

.elementdetail__pic {
    width: 20%;
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
}

.elementdetail__pic img {
    vertical-align: bottom;
    width: 100%;
}

.elementdetail__pic__more {
    margin-top: 3px;
    margin-left: -1px;
    list-style: none;
}

.e-elementdetail__more {
    display: block;
    float: left;
    margin-left: 1px;
    margin-bottom: 1px;
    width: 52px;
    border: 1px solid #ccc;
}

.e-elementdetail__more img {
    border: none;
}

.elementdetail__description {
    display: inline-block;
    width: 75%;
}

.elementdetail__title {
    font-size: 16px;
    margin-bottom: 16px;
    position: relative;
}

.elementdetail__title::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #dadada;
    bottom: -14px;
}

.elementdetail__title h1 {
    font-size: 35px;
    font-weight: bold;
}

.elementdetail__text {
    line-height: 24px;
}

.elementdetail__files {
    margin-bottom: 35px;
}

.elementdetail__list._clone {
    display: none;
}

.elementdetail__list._header {
    position: fixed;
    top: 0;
    width: 63%;
    background: #EAEAEA;
    border-radius: 0 0 8px 8px;
}

.elementdetail__list._header .elementdetail__list__captions {
    border-bottom: none;
}

.elementdetail__list._header .elementdetail__list__captions td {
    color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
}

.elementdetail__list._header td.elementdetail__list_el__name {
    width: 25.3%;
}

.elementdetail__list._header td.elementdetail__list_el__price {
    width: 18%;
}

.elementdetail__list__container {
    /*padding-right:60px;*/
    margin: 25px 0;
    position: relative;
    max-width: 960px;
}

.elementdetail__list__captions {
    border-bottom: 1px solid #DADADA;
}

.elementdetail__list__captions td {
    padding-left: 17px;
    padding-bottom: 5px;
    color: #7E7E7E;
}

.elementdetail__list {
    width: 100%;
}

.elementdetail__list_el {
    font-size: 14px;
}

.elementdetail__list_el:nth-of-type(even) {
    background: #D2F0FB;
}

.elementdetail__list_el:hover > td,
.elementdetail__list_el.hover > td {
    background: #D2F0FB;
}

.elementdetail__list_el td {
    padding: 4px 17px;
    vertical-align: middle;
    font-size: 18px;
}

.elementdetail__totalInCart {
    text-align: right;
    font-size: 24px;
    line-height: 30px;
    margin-right: 70px;
}

.elementdetail__list_el__incart {
    text-align: center;
}

.lte7 .elementdetail__list_el__incart {
    display: inline;
    zoom: 1;
}

.button_elem_incart {
    display: inline-block;
    width: 150px;
    height: 26px;
    border: 1px solid #e9ad63;
    background: #ffb964 url(../images/incart_button-sprite.png) no-repeat center top;
    font-size: 16px;
    color: #993300;
    -moz-text-shadow: 0 1px 0 #ffe99d;
    -webkit-text-shadow: 0 1px 0 #ffe99d;
    text-shadow: 0 1px 0 #ffe99d;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: inset 0 1px 0 #fed98a;
    -webkit-box-shadow: inset 0 1px 0 #fed98a;
    box-shadow: inset 0 1px 0 #fed98a;
    font-size: 18px;
    text-transform: uppercase;
}

.button_elem_incart:hover {
    background-position: center bottom;
}

.button_elem_incart.active {
    background-position: center center;
    -moz-box-shadow: inset 0 3px 3px #5e4324;
    -webkit-box-shadow: inset 0 3px 3px #5e4324;
    box-shadow: inset 0 3px 3px #5e4324;
    border-color: #a86f3e;
    color: #4d3212;
    cursor: default;
    -moz-text-shadow: 0 1px 0 #fec989 !important;
    -webkit-text-shadow: 0 1px 0 #fec989 !important;
    text-shadow: 0 1px 0 #fec989 !important;
}

.button_elem_delcart {
    /* background: url(../images/delitem.png) no-repeat scroll left top transparent; */
    cursor: pointer;
    height: 23px;
    text-indent: -9999px;
    display: inline-block;
    width: 50px;
    clear: both;
    position: relative;
}

.button_elem_delcart::before{
    content: "";
    width: 30px;
    height: 2px;
    background: #c50029;
    position: absolute;
    top: 50%;
    right: 0;
    transform: rotate(45deg);
}

.button_elem_delcart::after{
    content: "";
    width: 30px;
    height: 2px;
    background: #c50029;
    position: absolute;
    top: 50%;
    right: 0;
    transform: rotate(-45deg);
}

/* - IndexBannersslider - */

.inxbanners {
    
}

.inxbanners__inner {
    list-style: none;
    width: 282px;
    height: 388px;
}

.nojs .inxbanners__inner {
    overflow: hidden;
}

.inxbanners__inner li {
    width: 282px;
    height: 388px;
    float: left;
    display: block;
}

.inxbanners .bx-pager {
    width: 282px;
    height: 5px;
    background: url(../images/slider.png) no-repeat center center;
    position: relative;
    margin: 10px 0;
}

.inxbanners .bx-pager a {
    display: block;
    float: left;
    width: 1px;
    height: 5px;
    padding: 3px 0;
    overflow: hidden;
    text-indent: -9999px;
    background: url(../images/pgr_bg.png) no-repeat center top;
    text-decoration: none;
    position: relative;
}

.inxbanners .bx-pager a:hover {
    background-position: center -11px;
}

#activer {
    display: block;
    width: 14px;
    height: 9px;
    background: url(../images/activer.png) no-repeat left top;
    position: absolute;
    top: 7px;
}


/*#activer:hover{background-position:left bottom;}*/


/* - /IndexBannersslider - */


/* - IndexCatList - */

.indexlist {}

.indexlist__row {
    list-style: none;
    margin-bottom: 25px;
    clear: left;
}

.indexlist .indexlist__row:first-child {
    border-top: none;
}

.indexlist .indexlist__row:first-child .indexlist__elem__inner {
    margin-top: 0;
}

.indexlist__elem {
    float: left;
    width: 33%;
}

.indexlist__elem.rasprodazha{
	//width: 66%;
}

.indexlist__elem img{
	width: 100%;
	height: auto;
}

.indexlist__elem__inner {
    padding-top: 20px;
    margin-top: 5px;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
}


.indexlist__elem__inner a:hover{
    opacity: 0.7;
}


.indexlist__elem__title {
    font-size: 30px;
    font-family: 'gost','ubuntu', 'verdana', sans-serif;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 100%;
}

@media screen and (max-width: 1400px){
	.indexlist__elem__title{
		font-size: 25px;
	}
}

.indexlist__elem__title::after{
    content: "";
    width: 80px;
    height: 7px;
    background: #e3b533;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translate(-50%);
}

@media screen and (max-width: 1400px){
	.indexlist__elem__title::after{
		display: none;
		
	}
}

.indexlist__elem__inner a {
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
}

.indexlist__elem__icon:hover{
    opacity: 0.7;
}

.indexlist__elem__icon {
    position: relative;
    margin-bottom: 30px;
}

.indexlist__elem__icon::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border: 15px solid transparent; 
    border-left: 15px solid #fff; 
    border-top: 15px solid #fff;
}

.indexlist__elem__icon::after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border: 15px solid transparent; 
    border-right: 15px solid #fff; 
    border-bottom: 15px solid #fff;
}

.indexlist__elem__content {
    padding-left: 30px;
    list-style: none;
}

.indexlist__elem__content a{
    color: #101c36;
}

.ixl_catelem {
    line-height: 24px;
    font-size: 15px;
    position: relative;
    margin-bottom: 7px;
}

.ixl_catelem::before{
    content: "";
    position: absolute;
    left: -20px;
    top: 4px;
    width: 14px;
    height: 16px;
    background: url("../images/li-icon.png") no-repeat;
}

.ixl_catelem a{
    text-decoration: none;
}

.ixl_catelem a:hover{
    text-decoration: underline;
}

/* - /IndexCatList - */

.profile-table2 td {
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 26px;
}

.profile-table22 td {
    padding-right: 29px;
    padding-top: 5px;
}

.top-note {
    border: 1px solid #880035;
    padding: 10px;
    background: #FF7979;
    text-align: center;
    position: relative;
}

.top-note__close {
    position: absolute;
    right: 10px;
    top: 0px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: black;
    opacity: 0.2;
    filter: alpha(opacity=20);
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

.top-note__close:hover {
    color: black;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.warning_block {
    margin-bottom: 5px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    color: #C09853;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #FCF8E3;
    border: 1px solid #FBEED5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.info_block {
    margin: 20px 0;
    padding: 8px 35px 8px 14px;
    color: #000;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #FCF8E3;
    border: 1px solid #FBEED5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.info_block__title {
    font-size: 22px;
    margin-bottom: -18px;
    color: #9E7305;
}


/**/

.bx-auth-table {}

.bx-auth-table tbody td input[type="text"],
.bx-auth-tabletbody td input[type="password"] {
    border: 1px solid #ABADB3;
}


/**/

.bx-registration-table {}

.bx-registration-table thead {
    display: none;
}

.bx-registration-table tbody td {
    padding-bottom: 5px;
}

.bx-registration-table tbody td:first-child {
    padding-top: 2px;
}

.bx-registration-table tbody td input[type="text"],
.bx-registration-table tbody td input[type="password"] {
    border: 1px solid #ABADB3;
}

.bx-registration-table .starrequired {
    margin-right: 4px;
}

.bx-auth .starrequired {
    color: #A82515;
}

.bx-auth p {
    margin: 5px 0;
}

.bx-forgotpass-table {}

.bx-forgotpass-table tbody td {
    padding-bottom: 5px;
}

.bx-forgotpass-table tbody td input[type="text"],
.bx-forgotpass-table tbody td input[type="password"] {
    border: 1px solid #ABADB3;
}

.bx-forgotpass-table tr td:first-child {
    padding-right: 5px;
}


/**/

table.sale_order_full_table {
    border: 0 !important;
}

.sale_order_full.data-table {
    margin-top: 8px;
}

.makeordernow {
    text-align: right;
}

#order_form_div {}

#order_form_div input[type="text"],
#order_form_divinput[type="password"],
#order_form_div textarea {
    border: 1px solid #ABADB3;
}

table.sale_order_full_table td {
    padding: 0;
}

.order_formed {
    font-size: 22px;
    color: #024E02;
    margin-top: -10px;
    display: block;
}

.order_all_questions {
    font-size: 15px;
}

.postorderreg {
    padding: 10px 0;
}

.postorderreg__label {
    vertical-align: middle;
    text-align: right;
    padding-right: 15px !important;
}

.postorderreg__input {}

.postorderreg__input input {
    padding: 3px 8px;
    width: 100%;
    padding: 3px 0;
}

.postorderreg .data-table td {
    padding: 3px 0;
}

.postorderreg__make {
    padding: 4px;
    outline: #73DE8E solid 2px;
    margin-top: 5px;
    margin-right: 15px;
}

.postorderreg__cancel {
    padding: 4px;
    margin-top: 5px;
    outline: #DC6353 solid 2px;
}

.b-ngenbtn {
    padding: 0;
    margin: 0;
    border-radius: 6px;
    background: #ffb964 url(../images/button_bg.png) repeat-x left bottom;
    border: 1px solid #df8c43;
    background-size: 100% 150%;
    background-position: 0 0;
    box-shadow: inset 0 1px 1px #fff5aa;
    text-align: center;
    width: 100%;
    display: inline-block;
}

.b-ngenbtn,
a.b-ngenbtn {
    color: #fff;
    text-decoration: none;
}

.b-ngenbtn:hover {
    background-position: 0 50%;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2), inset 0 -1px 0 rgba(255, 255, 255, 0.5);
}

.b-ngenbtn:active {
    background-position: 0 100%;
}

.b-ngenbtn__inner {
    display: block;
    height: inherit;
    font-size: 18px;
    color: #993300;
    text-shadow: 0 1px 0 #ffdf91;
    line-height: 35px;
    padding: 0 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.bx_loginbtn {
    width: 340px;
    border: 1px solid #336699;
    height: 60px;
    transition: all .3s ease;
    padding: 0;
    margin: 0;
    border-radius: 6px;
    background: #ffb964 url(/r/images/button_bg.png) repeat-x left bottom;
    border: 1px solid #df8c43;
    background-size: 100% 150%;
    background-position: 0 0;
    box-shadow: inset 0 1px 1px #fff5aa;
    text-align: center;
    font-size: 21px;
    position: relative;
    top: 50px;
    left: 810px; 
    

}

.bx_loginbtn:hover {
    background-position: 0 50%;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2), inset 0 -1px 0 rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

.bx_loginbtn a {
    text-decoration: none;
    color: hsl(20, 100%, 30%);
}

.b-topsearch-container {
    text-align: right;
}

.b-topsearch__search {
    display: inline-block;
    vertical-align: top;
    width: 570px;
}

@media screen and (max-width: 1465px) {
    .b-topsearch__search {
        width: 248px;
    }
}

@media screen and (max-width: 1140px) {
    .b-topsearch__search {
        width: 390px;
    }
}

.b-topsearch__btn {
    display: inline-block;
    vertical-align: top;
}

.b-topsearch__btn .b-ngenbtn {
    display: block;
    margin-top: 1px;
}

.b-topsearch__btn .b-ngenbtn__inner {
    line-height: 31px;
}

.b-topsearch__input,
input.b-topsearch__input {
    box-sizing: border-box;
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

.b-checkbox {
    position: relative;
}

.b-checkbox input {
    position: absolute;
    left: -9999px;
}

.b-checkbox__input {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fbfbfb;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fbfbfb 0%, #f1f1f1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(100%, #f1f1f1));
    background: -webkit-linear-gradient(top, #fbfbfb 0%, #f1f1f1 100%);
    background: -o-linear-gradient(top, #fbfbfb 0%, #f1f1f1 100%);
    background: -ms-linear-gradient(top, #fbfbfb 0%, #f1f1f1 100%);
    background: linear-gradient(to bottom, #fbfbfb 0%, #f1f1f1 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fbfbfb', endColorstr='#f1f1f1', GradientType=0);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 4px rgba(0, 0, 0, 0.33);
    border: 1px solid #cfcfcf;
    position: relative;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.lte7 .b-checkbox__input {
    display: inline;
    zoom: 1;
}

.b-checkbox__input i {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -4px;
    margin-top: -4px;
    width: 8px;
    height: 9px;
    background: url(../images/chbox-sprite.png) no-repeat 0 0;
    visibility: hidden;
}

.b-checkbox:hover .b-checkbox__input i {
    visibility: visible;
    background-position: 0 -9px;
}

.b-checkbox.focus .b-checkbox__input {
    border-color: #f3ce00;
}

.b-checkbox input:checked + .b-checkbox__input i {
    visibility: visible;
    background-position: 0 0;
}

.b-checkbox.checked .b-checkbox__input i {
    visibility: visible;
    background-position: 0 0;
}

.b-checkbox__label {
    vertical-align: middle;
}

.lte7 .b-checkbox__label {
    margin-left: 8px;
}

.b-filter {
    border-radius: 5px;
    border: 1px solid #006194;
    padding: 12px;
    padding-top: 16px;
    background: none;
    position: relative;
}

.b-filter__inner {}

.b-filter__list {}

.e-filter {
    border-bottom: 1px dashed #8ebfdd;
    padding: 12px 4px;
}

.e-filter:first-child {
    padding-top: 0;
}

.e-filter__title,
a.e-filter__title {
    font-size: 16px;
    margin-bottom: 15px;
    color: #333;
    text-decoration: none;
    display: inline-block;
}

a.e-filter__title {
    border-bottom: 1px dotted transparent;
}

a.e-filter__title:hover {
    border-bottom-color: #333;
}

.e-filter__items {}

.e-filter__pair {}

.e-filter__pair table {
    table-layout: fixed;
    width: 100%;
}

.e-filter__pair table td {
    text-align: left;
}

.e-filter__textinput {}

.e-filter__textinput input[type="text"] {
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
}

.e-filter__checkbox {
    margin: 4px 0;
}

.e-filter__checkbox .b-checkbox {
    padding: 3px;
    border-radius: 4px;
    display: inline-block;
}

.e-filter__checkbox .b-checkbox:hover,
.e-filter__checkbox .b-checkbox.checked {
    background: #EAEAEA;
}

.e-filter__checkbox .b-checkbox__input {
    margin-right: 2px;
}

.b-filter__clear {
    border: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 5px;
    background: #ccc;
    text-shadow: 0 1px 0 #fff;
}

.b-inlistqty {
    height: 37px;
}

.b-inlistqty__t {
    float: left;
    margin-top: 11px;
}

.catelemslist__elem__status {
    height: 40px;
    line-height: 17px;
}

.elementdetail__status {
    margin-top: -25px;
    color: #4C4C4C;
}

.elementdetail__list__status {
    color: #777;
    font-size: 13px;
}

.r-icon__wts{
    height: 33px;
    position: absolute;
    width: 33px;
    background: url("/r/images/wts.png");
    top: 40px;
    left: -80px;
}


.r-icon__wiber {
    height: 42px;
    position: absolute;
    width: 42px;
    top: 40px;
    left: -40px;
    background: url("/r/images/viber.png") no-repeat scroll;
}

.topphone {
    position: relative;
}



/*------added. authorize flat--------*/

.bx-authform {
    max-width: 550px;
}

.bx-authform-input-container {
    display: inline-block;
    width: 220px;
    float: right;
}

.bx-authform-label-container {
    color: rgb(121, 121, 121);
    display: inline-block;
    font-size: 28px;
    vertical-align: top;
}

.bx-authform-link-container {
    margin-bottom: 0;
    padding-bottom: 7px;
}

.bx-authform-link-container > a {
    border-bottom: 1px dotted rgb(121, 121, 121);
    color: rgb(121, 121, 121);
    font-size: 16px;
    text-decoration: none;
}

.bx-filter-param-text {
    color: rgb(121, 121, 121);
    font-size: 20px;
}

.bx-authform-formgroup-container .checkbox {
    display: inline-block;
    float: right;
    width: 261px;
}

.bx-filter-param-label.user_remember {
    border: 3px solid hsl(0, 0%, 47%);
    display: inline-block;
    height: 20px;
    width: 20px;
}


/*
.bx-filter-param-label.user_remember {
    background: white none repeat scroll 0 0;
    border: 1px solid rgb(121, 121, 121);
    display: inline-block;
    height: 20px;
    vertical-align: top;
    width: 20px;
}/*
.bx-filter-param-label.user_remember.checked_remember {
    background: rgba(0, 0, 0, 0) url("/r/images/u26.png") no-repeat scroll 0 0 / 100% 100%;
}
*/

.bx-filter-param-label.user_remember.checked_remember::after {
    content: "✔";
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    left: 2px;
    position: relative;
    top: -18px;
}

.bx-filter-param-text {
    vertical-align: top;
}

.bx-filter-param-label.user_remember > input {
    visibility: hidden;
}

.bx-authform > form {
    margin-top: 42px;
}

.btn.btn-primary {
    padding: 0 18px;
    margin: 0;
    border-radius: 6px;
    background: #ffb964 url(/r/images/button_bg.png) repeat-x left bottom;
    border: 1px solid #df8c43;
    background-size: 100% 150%;
    background-position: 0 0;
    box-shadow: inset 0 1px 1px #fff5aa;
    text-align: center;
    display: inline-block;
    font-size: 21px;
}

.btn.btn-primary,
a.btn.btn-primary {
    color: hsl(20, 100%, 30%);
    text-decoration: none;
}

.btn.btn-primary:hover {
    background-position: 0 50%;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2), inset 0 -1px 0 rgba(255, 255, 255, 0.5);
}

.btn.btn-primary:active {
    background-position: 0 100%;
}

.bx-authform-description-container.auth-info {
    color: rgb(121, 121, 121);
    font-size: 16px;
}

.forgot_pass_title {
    font-size: 24px;
}

.forgot_pass .bx-authform-label-container {
    font-size: 20px;
    margin-bottom: 25px;
    max-width: 362px;
}

.forgot_pass .bx-authform-formgroup-container {
    margin-bottom: 0;
    max-width: 380px;
}

.bx-authform.forgot_pass {
    margin-bottom: 0;
}

.bx-authform-formgroup-container.user_remember__wrapper {
    left: 41px;
    position: relative;
    top: 12px;
}

#authorize_wrapper {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    border: 1px solid rgb(164, 164, 164);
    border-radius: 4px;
    box-shadow: 1px 1px 5px 0 rgb(164, 164, 164);
    display: none;
    padding: 10px;
    position: absolute;
    top: 0;
    width: 236px;
}

input.btn.btn-primary[name="register_submit_button"],
input.btn.btn-primary[name="Login"],
.btn.btn-primary.rounded-alt.js-reachgoal {
    line-height: 53px;
}

//___________________________NEW____________________
.profile-table222 td {
    padding-right: 20px;
    padding-top: 5px;
}

.profile-table2,
.profile-table222 {
    font-weight: 400;
    font-size: normal;
    font-size: 28px;
}

.profile-table2_inputs {
    text-indent: 10px;
    font-size: 18px;
    width: 220px;
    height: 30px;
}

.profile-table22 td {
    padding-right: 29px;
    padding-top: 5px;
    padding-bottom: 16px;
}

.profile-table22 {
    font-weight: 400;
    font-size: normal;
    font-size: 20px;
}

.profile-table22_inputs {
    font-size: 13px;
    width: 220px;
    height: 30px;
}

.profile-table22_inputs-textarea {
    width: 420px;
    height: 100px;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
}

#modalChangePass {
    width: 243px;
    height: 412px;
    border-radius: 5px;
    border: 3px #000 solid;
    background: #fff;
    position: fixed;
    /* чтoбы oкнo былo в видимoй зoне в любoм месте */
    top: 30%;
    /* oтступaем сверху 45%, oстaльные 5% пoдвинет скрипт */
    left: 50%;
    /* пoлoвинa экрaнa слевa */
    margin-top: -150px;
    margin-left: -150px;
    /* тут вся мaгия центрoвки css, oтступaем влевo и вверх минус пoлoвину ширины и высoты сooтветственнo =) */
    display: none;
    /* в oбычнoм сoстoянии oкнa не дoлжнo быть */
    opacity: 0;
    /* пoлнoстью прoзрaчнo для aнимирoвaния */
    z-index: 5;
    /* oкнo дoлжнo быть нaибoлее бoльшем слoе */
    padding: 20px 40px;
}


/* Кнoпкa зaкрыть для тех ктo в тaнке) */

#modalChangePass #closeModalChangePass {
    width: 9px;
    height: 13px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    display: block;
}


/* Пoдлoжкa */

#overlay {
    z-index: 3;
    /* пoдлoжкa дoлжнa быть выше слoев элементoв сaйтa, нo ниже слoя мoдaльнoгo oкнa */
    position: fixed;
    /* всегдa перекрывaет весь сaйт */
    background-color: #000;
    /* чернaя */
    opacity: 0.8;
    /* нo немнoгo прoзрaчнa */
    -moz-opacity: 0.8;
    /* фикс прозрачности для старых браузеров */
    filter: alpha(opacity=80);
    width: 100%;
    height: 100%;
    /* рaзмерoм вo весь экрaн */
    top: 0;
    /* сверху и слевa 0, oбязaтельные свoйствa! */
    left: 0;
    cursor: pointer;
    display: none;
    /* в oбычнoм сoстoянии её нет) */
}

.change-pass {
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    padding-bottom: 37px;
}

.modalPassChange {
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    display: none;
    pointer-events: none;
}

.modalPassChange div {
    width: 250px;
    height: 412px;
    position: relative;
    margin: 10% auto;
    padding: 19px 70px;
    /*border-radius: 10px;*/
    background-color: #FFF;
    /*background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);*/
}

#modalChangePass table {
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
}

#modalChangePass table tr .modalPassChange_table-input {
    padding-bottom: 27px;
}

#modalChangePass table tr td input {
    width: 220px;
    height: 30px;
    text-align: left;
    font-size: 13px;
}

.close {
    line-height: 25px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
}

.close:hover {
    background: rgba(255, 255, 255, 0.5);
    color: #333;
}

.navigation-pages {
    font-size: 16px;
}

.page-title{
    text-align: center;
}

.page-title h1{
    display: inline-block;
    padding: 7px;
    color: #0079BF;
    background: #FFCC3B;
    text-transform: uppercase;
}

table.table-contacts{
    font-size: 18px;
    color: #101C36;
}

table.table-contacts .title{
    color: #101C36;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

table.table-contacts img{
    width: 132px;
    height: auto;
    float: left;
    margin-right: 30px;
}

table.table-contacts td{
    padding-bottom: 30px;
}

.block-maps{
    font-size: 24px;
    text-transform: uppercase;
}

.block-maps .map{
    margin-top: 15px;
    margin-bottom: 15px;
}

.block-maps h2{
    margin-bottom: 5px;
}

.block-maps .block-title{
    text-align: center;
}

.block-maps .block-title span{
    display: inline-block;
    padding: 10px 30px;
    color: #FFCC3B;
    background: #101C36;
    text-transform: uppercase;
    font-weight: bold;
}

.images img{
    width: 33%;
    height: auto;
}


.card-rekvizity{
    background: #e5e5e5;
    padding: 30px;
    position: relative;
    margin-top: 50px;
    width: 460px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #d4d4d4;
    -webkit-border-radius: 8px;
            border-radius: 8px;
}


.card-rekvizity .title{
    text-align: center;
    position: absolute;
    top: -24px;
    left: 0;
    width: 100%;
}

.card-rekvizity h2{
    margin: 0;
    background: #101c36;
    display: inline-block;
    padding: 9px 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
}

.card-rekvizity p{
    margin-bottom: 30px;
    line-height: 1.7;
}

.card-rekvizity .b-ngenbtn{
    width: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.payments{
    text-align: center;
    margin-top: 30px;
}

.payments .item{
    display: inline-block;
    width: 24%;
    vertical-align: top;
    font-size: 18px;
    font-weight: 500;
    
}

.payments .item img{
    display: block;
    margin: 0 auto 15px;
}

h2.block-title,
h3.block-title
{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 40px;
}

.tcol1__content__inner li{
    /* margin-left: 30px; */
}

.tcol1__content__inner h3{
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.block-dost{
    text-align: center;
    margin-top: 50px;
}

.block-dost .item{
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 10px;
}


ul.orange-dots{
    
}

ul.orange-dots li{
    list-style: none;
    line-height: 22px;
    margin-bottom: 20px;
}

ul.orange-dots li:before{
    content: "";
    width: 18px;
    height: 18px;
    background: #ffcc3b;
    display: inline-block;
    margin-right: 10px;
    border-radius: 50%;
    top: 3px;
    position: relative;
}

.slick-car{
    padding-left: 30px;
    padding-right: 30px;
}

.slick-car .catelemslist__elem{
    margin-bottom: 0;
}

.slick-disabled{
    opacity: 0;
}



.tcol1__content__inner .catlinks.allcats li.catlinks-elem{
    margin-bottom: 0;
}

.cat-image{
    position: relative;
}


.cat-image img{
    width: 100%;
    height: auto;
}

.cat-image .name{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #FFF;
    font-size: 48px;
    text-transform: uppercase;
    font-family: 'gost','ubuntu', 'verdana', sans-serif;
    text-align: center;
}

.cat-image .name::after{
    content: "";
    width: 75px;
    height: 6px;
    background: #e3b533;
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
}

.topcontacts .button{
    background: #e3b533;
    padding: 4px;
    text-align: center;
    display: block;
    color: #000;
    text-decoration: none;
    font-family: 'gost','ubuntu', 'verdana', sans-serif;
    font-size: 28px;
    width: 240px;
    -webkit-border-radius: 7px;
            border-radius: 7px;
    float: right;
    position: relative;
    top: -4px;
}

.r-icon__cart{
    width: 45px;
    height: 45px;
    background: url("/r/images/cart-icon.png");
    float: left;
    margin-right: 20px;
}

.block-partners{
    position: relative;
    text-align: center;
}

.block-partners .inner{
    padding-left: 30px;
    padding-right: 30px;
}

.block-partners .item{
    display: inline-block !important;
    vertical-align: middle !important;
    float: none !important;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
}

.block-partners .item img{
    margin: 0 auto;
    max-width: 100%;
}

.block-title{
    text-align: center;
}

.block-title h2{
    color: #0079bf;
    background: #FFCC3B;
    text-transform: uppercase;
    font-size: 24px;
    padding: 13px;
    text-align: center;
    display: inline-block;
}

.tcol1__content__inner .mainmenu__elem{
    color: #000;
}

.buy_one_click{
    float: left;
    padding: 0px 40px;
    background: #ffb964;
    margin-right: 20px;
    height: 68px;
    line-height: 70px;
    position: relative;
    background: #ffb964 url(../images/button_bg.png) repeat-x left bottom;
    color: #99332b;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    
    -moz-text-shadow: 0 1px 0 #ffdf91;
    -webkit-text-shadow: 0 1px 0 #ffdf91;
    text-shadow: 0 1px 0 #ffdf91;
    
    font-size: 25px;
    color: #993300;
    top: 2px;
    border: 1px solid #df8c43;

    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    box-shadow: inset 0 1px 1px #fff5aa;
    
    
}

#buyOneClick h3{
    text-align: center;
        text-transform: uppercase;
        font-size: 26px;
}

#buyOneClick p{
    font-size: 18px;
    margin-bottom: 20px;    
}

#buyOneClick input[type='text']{
    padding: 10px;
}

#buyOneClick input[type='submit']{
    padding: 10px 40px;
    background: #ffb964;
    margin-right: 20px;
    border: none;
    border-bottom: 4px solid #d7813c;
    color: #99332b;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    top: -2px;
}

