html {
  width: 100%;
  height: 100%;
}

body {
  height: auto !important;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-family: Tahoma, Geneva, sans-serif;
  color: #000;
}

.wrapper {
  margin: 0 auto;
  min-width: 1020px;
  max-width: 1280px;
  height: 100%;
}

.clear {
  clear: both;
}

.topbanner {
  text-align: center;
  min-height: 12px;
}

.topbanner img {
  padding: 10px 0px 10px 0px;
  border: none;
}

.topbg {
  width: 100%;
  height: 2px;
  background: #00addd;
}

.header {
  height: 180px;
  border-bottom: 2px solid #00addd;
  background: url(images/bg_top.png) bottom right no-repeat;
}

.top {
  height: 31px;
  background: url(images/bg_topmenu.png) repeat-x;
}

.menutop {
  margin-left: 5px;
  height: 30px;
  float: left;
}

.menutop ul {
  list-style: none;
}

.menutop ul li {
  padding: 0px 13px 0px 13px;
  float: left;
  text-align: center;
  font-size: 13px;
  line-height: 30px;
  text-transform: uppercase;
  background: url(images/bg_topmenu_l.png) top right no-repeat;
}

.menutop ul li a {
  padding: 0 5px 0 5px;
  display: block;
  height: 30px;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
}

.menutop ul li a:hover, .menutop ul li a.selected {
  text-decoration: underline;
  color: #fff;
}

.search {
  margin-right: 10px;
  float: right;
  display: block;
  width: 201px;
  height: 30px;
  background: url(images/search.png) center right no-repeat;
}

.search div {
  margin-right: 5px;
  height: 30px;
  float: left;
  font-size: 9px;
  color: #f1f1f1;
  line-height: 30px;
}

.search div.search-form {
  margin-right: 0px;
}

.search input {
  margin-top: 7px;
  border: none;
  background-color: transparent;
  padding: 0px;
  height: 16px;
  font-size: 11px;
  float: left;
}

.search input[type="text"] {
  padding: 0px 3px 0px 3px;
  width: 137px;
  line-height: 16px;
  font-size: 10px;
}

.search input[type="submit"] {
  width: 27px;
  cursor: pointer;
}

.wrapper_h1 {
  margin-top: 25px;
  height: 95px;
}

.wrapper_h2 {
  margin: 0 10px;
  height: 27px;
}

.logo {
  margin: 0 20px;
  display: block;
  height: 67px;
  width: 693px;
  float: left;
  background: url(images/logo.png) no-repeat;
}

.logo a {
  display: block;
  height: 67px;
  width: 693px;
  text-indent: -9999px;
  outline: none;
}

.topbasket {
/*  display: block;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  width: 200px;
  height: 115px;
  float: right;
}

.login {
  font-size: 13px;
  font-weight: bold;
  overflow: hidden;
}

.login a {
  text-transform: uppercase;
}

.login a.sign {
  text-decoration: none;
  color: #00baff;
}

.login a.sign:hover {
  text-decoration: underline;
  color: #00baff;
}

.login a.username {
  text-transform: none;
}

.menu {
  height: 27px;
  float: left;
}

.menu ul, .menubottom ul {
  list-style: none;
}

.menu ul li, .menubottom ul li {
  margin-right: 5px;
  float: left;
  width: 130px;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 27px;
}

.menu ul li a {
  display: block;
  height: 27px;
  width: 130px;
  background: url(images/menu.png) left -27px no-repeat;
  text-decoration: none;
  color: #fff;
}

.menu ul li a:hover, .menu ul li a.selected {
  background: url(images/menu.png) left 0px no-repeat;
  text-decoration: none;
  color: #fff;
}

.cart div.bg {
/*  margin-top: 10px;*/
  padding-left: 35px;
/*  height: 21px;*/
  background: url(images/basket.png) left center no-repeat;
  font-size: 13px;
  /* font-weight: bold; */
  line-height: 21px;
}

.cart div.bg a {
  text-decoration: none;
  color: #000;
  /* color: #00aeef; */
}

.cart div.bg a:hover {
  text-decoration: underline;
  color: #00aeef;
}

.cart div.summ {
/*  margin-top: 5px;
  height: 21px;*/
  font-size: 13px;
  /* font-weight: bold; */
  line-height: 21px;
}

.cart div.summ a {
  text-decoration: none;
  color: #000;
}

/* Content */
.content {
  min-height: 400px;
  background: url(images/bg_content.png) left top no-repeat;
}

.wrp_con {
  width: 100%;
  height: 15px;
}

.contrsz {
  width: 100%;
}

.contrsz td {
  vertical-align: top;
}

.contrsz td.otp1 {
  width: 10px;
}

.contrsz td.otp2 {
  width: 20px;
}

.contrsz td.block {
  width: 181px;
}

.print {
  margin: 20px;
}

.print img {
  margin-right: 10px;
  float: right;
}

.menumat {
  height: 145px;
}

.menumat ul {
	list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.menumat ul li {
	display: block;
    height: 145px;
    cursor: pointer;
    width: auto;
}

.menumat ul li.m1 {
  background: url(images/m1.png) center 0px no-repeat;
}

.menumat ul li.m2 {
  background: url(images/m2.png) center 0px no-repeat;
}

.menumat ul li.m3 {
  background: url(images/m3.png) center 0px no-repeat;
}

.menumat ul li.m4 {
  background: url(images/m4.png) center 0px no-repeat;
}

.menumat ul li.active {
  background-position: center -145px;
  background-repeat: no-repeat;
}

.menumat ul li.active a {
  color: #fff;
}

.menumat ul li.m3.active a {
  color: #000;
}

.menumat ul li a {
  padding-top: 90px;
  display: block;
  text-transform: uppercase;
  width: auto;
  height: 55px;
  text-align: center;
  text-decoration: none;
  color: #000;
  font-size: 13px;
  font-weight: bold;
}

.menumat ul li a:hover, .menumat ul li:hover a {
  color: #fff;
  text-decoration: none;
}

.menumat ul li.m3 a:hover {
  color: #000;
}

.menumat ul li.m1:hover {
  background: url(images/m1.png) center -145px no-repeat;
}

.menumat ul li.m2:hover {
  background: url(images/m2.png) center -145px no-repeat;
}

.menumat ul li.m3:hover {
  background: url(images/m3.png) center -145px no-repeat;
}

.menumat ul li.m4:hover {
  background: url(images/m4.png) center -145px no-repeat;
}

.menumat ul li ul {
  display: none;
}

.menumat ul li:hover ul {
  margin-left: 33px;
  padding: 10px 10px 15px 10px;
  list-style: none;
  width: 257px;
  height: auto;
  background: #fff url(images/menu_bg.png) right bottom no-repeat;
  display: block;
  position: absolute;
  z-index: 50;
}

.menumat ul li ul li {
  padding: 2px 0px;
  float: none;
  display: block;
  width: auto;
  height: auto;
  cursor: pointer;
}

.menumat ul li ul li a, .menumat ul li:hover ul li a {
  padding-top: 0px;
  display: block;
  width: auto;
  height: auto;
  text-align: left;
  text-decoration: none;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  text-transform: none;
}

.menumat ul li ul li a:hover {
  text-decoration: underline;
  color: #00ace4;
}

/* Content Search */
.content_srh {
  margin: 15px 0 10px 0;
  display: block;
  height: 20px;
}

.search-cnt {
  float: left;
}

.search-cnt input[type="text"] {
  padding: 0px 2px;
  height: 20px;
  border: none;
  border-left: 1px solid #aeaeb0;
  background: url(images/search_content.png) repeat-x;
  float: left;
  font-size: 11px;
}

.search-cnt input[type="submit"] {
  margin-right: 30px;
  width: 25px;
  height: 20px;
  border: none;
  cursor: pointer;
  background: url(images/search_content_btn.png) no-repeat;
  float: left;
}

.search-cnt input.cnt1 {
  width: 290px;
}

.search-cnt input.cnt2 {
  width: 140px;
}

/* Breadcrumbs */
.breadcrumbs {
  margin: 17px 0px;
  font-size: 11px;
  color: #000;
}

.breadcrumbs a {
  color: #000;
  text-decoration: none;
  font-weight: 700;

}

/* Recomend*/
.recomend {
  margin: 20px 0px;
}

.recomend p {
  padding-bottom: 10px;
}

.recomend span {
  color: #f00;
}

.recomend table {
  width: 100%;
  font-size: 13px;
}

.recomend table tr {
  border-bottom: 1px solid #fff;
}

.recomend table tr.emptytr {
  border-bottom: 1px solid #fff;
  height: 5px;
}

.recomend table tr.emptytr:hover {
  border-bottom: 1px solid #fff;
}

.recomend table tr:hover {
  border-bottom: 1px solid red;
  color: #f00;
}

.recomend table tr:hover td a {
  color: #f00;
}

.recomend table tr:hover td.ttt {
  border-bottom: 1px solid #fff;
}

.recomend table td {
  font-size: 13px;
  vertical-align: bottom;
}

.recomend table td.ttt {
  padding-right: 7px;
  vertical-align: top;
}

.recomend a {
  color: #000;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}

.recomend a:hover {
  color: #f00;
  text-decoration: none;
}

/* Left-Right block*/
.panelblocks {
  margin-bottom: 15px;
  width: 181px;
  height: auto;
  font-size: 12px;
  overflow: hidden;
}

.panelblocks h3 {
  margin-bottom: 5px;
  padding: 0px;
  font-weight: bold;
  font-size: 12px;
}

.panelblocks p {
  padding: 2px 0px 4px 0px;
  text-indent: 0px;
  line-height: normal;
}

.panelblocks a {
  color: #000;
}

.panelblocks a:hover {
  color: #00aeef;
}

.panelblocks a span {
  color: #00aeef !important;
}

/* News Action block*/
.news-item-list {
  margin-bottom: 20px;
  border-top: 1px solid #00ace4;
}

.news-item-list div.news-date {
  padding: 0px 10px 3px 0px;
  background: #00ace4;
  color: #fff;
  width: 130px;
  font-size: 14px;
  text-align: right;
  float: left;
}

.news-item-list h4 {
  margin-left: 130px;
  padding: 5px 0px 15px 20px;
  font-weight: bold;
  font-size: 14px;
  display: block;
  width: auto;
}

.news-item-list p {
  clear: both;
}

/* News Action block - next-prev navigation*/
.next_prev {
  margin: 0 auto;
  width: 100%;
}

.next_prev td {
  font-size: 12px;
}

.next_prev td.next_left {
  text-align: left;
  width: 30%;
}

.next_prev td.next_center {
  text-align: center;
  width: 40%;
}

.next_prev td.next_right {
  text-align: right;
  width: 30%;
}

/* Footer */
.footer {
  height: 90px;
  border-top: 2px solid #00addd;
  background: url(images/bg_footer.png) left bottom no-repeat;
}

.menubottom {
  margin-right: 10px;
  height: 27px;
  float: right;
}

.menubottom ul li a {
  display: block;
  height: 27px;
  width: 130px;
  background: url(images/menu.png) left -81px no-repeat;
  text-decoration: none;
  color: #fff;
}

.menubottom ul li a:hover, .menubottom ul li a.selected {
  background: url(images/menu.png) left -54px no-repeat;
  text-decoration: none;
  color: #fff;
}

.wrapper_bot {
  margin: 0px 10px;
  height: 63px;
}

.banner {
  margin: 15px 0px 0px 10px;
  display: block;
  width: 170px;
  height: 34px;
  float: left;
}

.banner img {
  border: none;
}

.copyright {
  margin: 10px 0px 0px 20px;
  float: left;
  font-size: 11px;
}

/* Modal */
#login_site {
  width: 600px;
}

#login_site h3 {
  margin-bottom: 10px;
  padding: 0;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}

#login_site h3 span {
  font-weight: normal;
}

#login_site .modal_reg {
  float: left;
  width: 290px;
}

#login_site .modal_log {
  float: right;
  width: 260px;
}

#login_site .modal_bot {
  clear: both;
}

.remember {
  margin: 19px 0px;
}

#login_site .modal_reg p {
  text-indent: 0px;
}

#login_site .modal_reg ul {
  margin-bottom: 10px;
  list-style: disc;
  margin-left: 25px;
}

#login_site .modal_reg a {
  margin: 5px 0px 20px 0px;
  padding: 0px 10px;
  display: block;
  float: right;
  color: #000;
  height: 24px;
  width: 140px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  border: 1px solid #a2a2a2;
  background: url(images/bg_input.png) 0px 0px repeat-x;
  line-height: 24px;
}

#login_site .modal_reg a:hover {
  text-decoration: none;
  color: #000;
  background: url(images/bg_input.png) -20px bottom repeat-x;
}

#login_site input, .registerform input, .input_text_style, .bx-auth-profile input {
  height: 18px;
  border: 1px solid #a2a2a2;
  background: url(images/bg_input.png) 0px 0px repeat-x;
}

#login_site input[type="text"], #login_site input[type="password"], .registerform input[type="text"], .registerform input[type="password"], .input_text_style, .bx-auth-profile input[type="text"], .bx-auth-profile input[type="password"] {
  width: 240px;
}

#login_site input:focus, #login_site input:hover, .registerform input:focus, .registerform input:hover, .input_text_style:focus, .input_text_style:hover, .bx-auth-profile input:focus, .bx-auth-profile input:hover {
  background: url(images/bg_input.png) 0px -20px repeat-x;
}

#login_site input[type="submit"], .registerform input[type="submit"], .tac input[type="submit"], .bx-auth-profile input[type="submit"] {
  margin: 5px 15px;
  padding: 0px 10px;
  height: 24px;
  font-weight: bold;
  float: right;
  cursor: pointer;
  border: 1px solid #a2a2a2;
  background: url(images/bg_input.png) 0px 0px repeat-x;
  line-height: 24px;
}

#login_site input[type="submit"]:hover, #login_site input[type="submit"]:focus, .registerform input[type="submit"]:focus, .registerform input[type="submit"]:hover, .tac input[type="submit"]:hover, .tac input[type="submit"]:focus, .bx-auth-profile input[type="submit"]:hover, .bx-auth-profile input[type="submit"]:focus {
  background: url(images/bg_input.png) -20px bottom repeat-x;
}

.content div.tac {
  width: 260px;
}

.bx-auth-profile {
  width: 510px;
}

.bx-auth-profile table tr td {
  padding: 5px 0px;
}

#discounts {
  width: 550px;
  font-size: 13px;
}

#discounts h3 {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}

#discounts table {
  margin-bottom: 10px;
  width: 100%;
  border: none;
}

#discounts table td, #discounts table td {
  width: 33%;
  text-align: center;
}

#discounts table th {
  padding: 2px 0px;
  font-weight: bold;
}

/*Register form*/
.registerform table {
  margin: 15px 1px;
  width: 100%;
}

.registerform th.title {
  padding: 3px;
  width: 240px;
}

.registerform th.empty {
  width: 20%;
}

.registerform input[type="submit"] {
  margin: 5px 0px;
}

.registerform .bx-registration-table {
  margin: 10px 0px;
  width: auto;
}

.registerform .bx-registration-table2 {
  margin: 0px;
  width: 100%;
}

.registerform .bx-registration-table2 td {
  padding-bottom: 9px;
}

.registerform .bx-registration-table2 td.regpole img {
  vertical-align: middle;
  padding-left: 30px;
  margin: 0;
}

.registerform .bx-registration-table td {
  padding: 7px 0px;
  vertical-align: middle;
}

.registerform .bx-registration-table td.name {
  padding-right: 10px;
  text-align: right;
  white-space: nowrap;
}

.registerform .bx-registration-table td.regpole {
  width: 100%;
}

.registerform .bx-registration-table td.regpole input {
  width: 98%;
  padding-left: 5px;
  padding-right: 5px;
}

.registerform .bx-registration-table td.regpole2 {
  width: 100%;
  float: left;
}

.registerform .bx-registration-table td.regpole2 img {
  vertical-align: middle;
  padding: 0;
  margin: 0;
}

.registerform .bx-registration-table td.regpole2 input {
  margin-left: 15px;
  width: 100px;
  height: 35px;
  text-align: center;
}

.registerform .bx-registration-table td.regpole2 input:hover, .registerform .bx-registration-table td.regpole2 input:focus {
  background: url(/images/bg_input.png) 0px 0px repeat-x;
}

.registerform .bx-registration-table td.captcha {
  text-align: center;
}

#CaptchaBlock {
  position: relative;
  float: left;
}

#CaptchaBlock #LoaderBlock {
  display: none;
  text-align: center;
  position: absolute;
  background-color: #FFF;
  width: 180px;
  height: 40px;
}

#CaptchaBlock #LoaderBlock #LoaderImg {
  margin-top: 3px;
}

#captchaImg {
  float: left;
}

#reloadCaptcha {
  display: block;
  margin-left: 15px;
  width: 35px;
  height: 35px;
  background: url(images/refresh.png) center center no-repeat;
  cursor: pointer;
  float: left;
}

/* Not Auth*/
.notauth {
  /* margin: 20px 0px 10px 0px; */
  padding: 4px 0px;
  display: block;
  border-bottom: 2px solid #00addd;
  border-top: 2px solid #00addd;
  font-size: 12px;
  line-height: 16px;

}

.element_bot_nav {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;


}
.element_bot_nav .notauth {
  width: calc(100% - 192px - 33px);
}

/* Canalog */
.catalog-section-list {
  margin: 10px 0px;
}

.catalog-section-list div.razdel {
  margin: 10px 0px;
}

.catalog-section-list .part2 h3 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
}

.catalog-section-list .part2 h3 span {
  font-size: 13px;
  font-weight: normal;
}

.catalog-section-list .part2 h3:hover {
  color: #000;
}

.catalog-section-list h3 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
}

.catalog-section-list h3 span {
  font-size: 13px;
  font-weight: normal;
}

.catalog-section-list h3:hover {
  color: #00ace4;
}

.catalog-section-list div.razdel {
  margin-top: 30px;
  margin-bottom: -5px;
}

.catalog-section-list div.podrazdel h4 {
  margin: 15px 0px 3px 0px;
  font-size: 13px;
  font-weight: bold;
  color: #000;
}

.catalog-section-list div.podrazdel h4:hover {
  color: #00ace4;
}

.catalog-section table {
  margin-top: 2px;
  border: none;
  width: 100%;
}

.catalog-section table td {
  white-space: nowrap;
  border-bottom: 1px solid #fff;
}

.catalog-section table td.price {
  width: 100%;
  border-bottom: 1px solid #7f7f7f;
  text-align: right;
}

.catalog-section table td.price a {
  display: block;
}

.catalog-section table tr:hover td, .catalog-section table tr:hover td.price {
  border-bottom: 1px solid #00aeef;
  color: #00aeef;
}

.catalog-section table td a {
  text-decoration: none;
  color: #000;
}

.catalog-section table td a:hover, .catalog-section table tr:hover td a {
  text-decoration: none;
  color: #00aeef;
}

.catalog-element h1 {
  padding-bottom: 24px;
  font-size: 16px;
  line-height: 24px;
  width: calc(100% - 270px);
}
.element-price-main {
  color: #00aeef;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  font-family:Tahoma, Geneva, sans-serif;
}
.element_photo {
  float: right;
  /* margin-left: 10px; */
  /* display: block; */
  width: 260px;
  height: 111px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
    -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: end;
    -ms-flex-pack: end;
        justify-content: flex-end;
  z-index: 2;
  position: relative;
}

.element_photo img:first-child {
  -ms-flex-preferred-size: 148px;
    /* flex-basis: 148px;
-ms-flex-negative: 0;
    flex-shrink: 0; */
    max-width: 148px;
    max-height: 100%;
  /* margin-left: 10px; */
  /* float: right; */
}

.element_photo img:last-child {
  /* -ms-flex-preferred-size: 104px;
    flex-basis: 104px;
-ms-flex-negative: 0;
    flex-shrink: 0; */

    max-width: 120px;
    max-height: 120px;
    margin-left: 7px;

}

.catalog-element table {
  width: 100%;
  border: none;
}

.catalog-element table tr {
  border-bottom: 1px solid #00addd;
}

.catalog-element table tr.noborder {
  border-bottom: none;
}
.catalog-element table tr.noborder td{
  padding: 18px 0;
}

.catalog-element th {
  padding: 4px 0px;
  text-align: center;
  vertical-align: top;
}

.catalog-element td {
  padding: 4px 0px;
  text-align: center;
  vertical-align: middle;
}

.catalog-element th {
  font-size: 11px;
  font-weight: bold;
}

.catalog-element td {
  font-size: 12px;
}

.catalog-element td.right {
  text-align: right;
  padding-right: 5px;
}

.goods_detail-wrap {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 16px;
}

.catalog-element table.goods_detail {
  width: 100%;
}

.catalog-element table.goods_detail tr {
  border-top: 1px solid #00addd;
}

.catalog-element table.goods_detail tr td {
  padding: 6px 5px 6px 0px;
  width: 50%;
  text-align: left;
  vertical-align: middle;
}

.catalog-element input.quantity_price {
  width: 50px;
  height: 18px;
  border: 1px solid #b3b2b4;
  background: url(images/bg_quantity_price.png) repeat-x;
  font-size: 12px;
  text-align: center;
}

.catalog-element input.tobasket {
  border: none;
  background: none;
  width: 25px;
  height: 21px;
  background: url(images/button_tobasket.png) 0 -21px no-repeat;
}

.catalog-element input.tobasket.button_active {
  background: url(images/button_tobasket.png) 0 0 no-repeat;
  cursor: pointer;
}

.el_nav2 {


  padding: 5px 49px;
  display: block;

  border: 1px solid #9c9c9c;
  background: url(images/bg_element_bot_nav.png) repeat-x;
  font-size: 13px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}


.sumrow {
  overflow: hidden;
  width: 80px;
  max-width: 80px;
}

.element_button {
  margin-top: 33px;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;


}

.element_button__item {
  /* margin-right: 15px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  height: 38px;
width: 19%; 
    /* width: calc(100% / 5 - 10px);*/
  border: 1px solid #9c9c9c;
  background: url(images/bg_element_button.png) repeat-x;
  font-size: 12px;
  /* font-weight: bold; */
  color: #a7a6aa;
  text-align: center;
  line-height: 13px;
  /* float: left; */
}

/* .element_button a {
  display: block;
  width: 120px;
  height: 38px;
  text-decoration: none;
  color: #000;
} */

.element_button__item_blue {
  color: #00aeef;
  cursor: pointer;
}

.element_button__item_red {
  color: #ff0000;
  cursor: pointer;
}
.element_button__item_red:hover {
  text-decoration: none;
}
/* .element_button div a:hover {
  text-decoration: none;
  color: #000;
} */

.element-table-green {
  color: #4fbd06;
  font-weight: bold;

}

.price_edizm {
  display: block;
  margin-bottom: 3px;
  font-size: 13px;
  text-align: right;
}

.price_edizm span {
  vertical-align: super;
  font-size: 9px;
}

.sort_val {
  padding-bottom: 10px;
}

.sort_val button {
  padding: 0px 0px 2px 0px;
  float: right;
  display: block;
  width: 50px;
  height: 18px;
  font: bold 12px Tahoma, Geneva, sans-serif;
  text-align: center;
  color: #000;
  cursor: pointer;
  border: 1px solid #9c9c9c;
  background: url(images/sort_price.png) 0 0 repeat-x;
  vertical-align: middle;
}

.sort_val button:hover, .sort_val button.active {
  background: url(images/sort_price.png) 0 -16px repeat-x;
}

.sort_price {
  text-align: right;
}

.sort_price button {
  padding: 0 30px 0 0;
  font: bold 12px Tahoma, Geneva, sans-serif;
  background: url(images/sort.png) no-repeat;
  background-position: right 0px;
  height: 22px;
  border: none;
  border-bottom: 2px solid #00addd;
  cursor: pointer;
}

.sort_price button:hover {
  background-position: right -22px;
}

.sort_price button.asc {
  background-position: right -22px;
}

.sort_price button.asc:hover {
  background-position: right -44px;
}

.sort_price button.desk {
  background-position: right -44px;
}

.sort_price button.desk:hover {
  background-position: right -22px;
}

.sort_type button {
  padding: 0 30px 0 0;
  font: bold 12px Tahoma, Geneva, sans-serif;
  background: url(images/sort.png) no-repeat;
  background-position: right 0px;
  height: 22px;
  border: none;
  border-bottom: 2px solid #00addd;
  cursor: pointer;
}

.sort_type button:hover {
  background-position: right -22px;
}

.sort_type button.asc {
  background-position: right -22px;
}

.sort_type button.asc:hover {
  background-position: right -44px;
}

.sort_type button.desc {
  background-position: right -44px;
}

.sort_type button.desc:hover {
  background-position: right -22px;
}

.desablefilter {
  position: absolute;
  background: url(images/disablefilter.png) repeat;
  width: 181px;
  z-index: 1000;
  height: 0px;
  top: 210px;
}

/* Basket */
.basket_head {
  margin: 15px 0px;
  padding-left: 70px;
  height: 45px;
  background: url(images/cart_basket.png) left center no-repeat;
  font-size: 13px;
  line-height: 45px;
}

.mybasket, .myorder {
  margin: 10px 0px;
}

.mybasket table, .myorder table {
  width: 100%;
  border: none;
}

.mybasket table tr, .myorder table tr {
  border-bottom: 2px solid #00addd;
}

.mybasket table tr.noborder, .myorder table tr.noborder {
  border-bottom: none;
}

.mybasket table tr th, .myorder table tr th {
  padding: 4px 15px;
  font-size: 11px;
  font-weight: bold;
  vertical-align: middle;
  white-space: nowrap;
}

.mybasket table tr td, .myorder table tr td {
  padding: 8px 0px;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
}

.mybasket table tr.noborder td, .myorder table tr.noborder td {
  vertical-align: top;
}

.mybasket table tr td.cart-item-name, .myorder table tr td.ordername {
  text-align: left;
}

.mybasket table tr.noborder td sup, .myorder table tr.noborder td sup {
  vertical-align: super;
}

.mybasket th.cart-item-quantity {
  padding: 4px 2px;
}

.mybasket th.cart-item-del, .mybasket td.cart-item-del {
  padding: 4px 0px 4px 10px;
  width: 50px;
}

.mybasket th.cart-itme-size, .mybasket td.cart-itme-size {
  white-space: nowrap;
}

.quantity_cart {
  width: 50px;
  height: 18px;
  font-size: 12px;
  text-align: center;
  border: none;
}

/* пїЅпїЅпїЅпїЅпїЅпїЅпїЅпїЅ пїЅпїЅпїЅпїЅпїЅпїЅ пїЅпїЅ пїЅпїЅпїЅпїЅпїЅпїЅпїЅ */
.deleteitem {
  margin: 0 auto;
  display: block;
  width: 26px;
  height: 20px;
  background: url(images/cart_del_goods.png) no-repeat;
}

.textsale {
  padding-right: 15px;
  width: 70%;
}

.tar button, .vozvr button {
  float: right;
  margin-left: 15px;
  padding: 0;
  width: 190px;
  height: 50px;
  border: 1px solid #9c9c9c;
  background: url(images/bg_element_bot_nav.png) repeat-x;
  font-size: 12px;
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: bold;
  color: #000;
  cursor: pointer;
}

/* Order */
#order_form_div {
  font-size: 13px;
  color: #000;
}

#order_form_div .clear {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0px;
  line-height: 0px;
}

#order_form_div .section {
  margin: 15px 0px;
}

#order_form_div hr {
  height: 1px;
  width: 100%;
  border: 0px none;
  color: #eeeeee;
  background-color: #dcdfe2;
}

#order_form_div .title {
  margin: 5px 0px;
}

#order_form_div .label.left {
  float: left;
  margin: 0 25px 10px 0;
}

#order_form_div .sof-req {
  color: red;
  font-size: 10px;
}

#order_form_div .sale_order_table {
  font-size: 13px;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

#order_form_div .sale_order_table td {
  padding: 10px 0;
  background: none !important;
}

#order_form_div .sale_order_table .name {
  width: 150px;
  text-align: left;
  vertical-align: top;
  font-weight: bold;
}

#order_form_div .sale_order_table input[type="text"], #order_form_div .sale_order_table textarea, #order_form_div .sale_order_table select {
  width: 320px;
}

#order_form_div .sale_order_table textarea {
  height: 70px;
  overflow: hidden;
  resize: none;
}

#order_form_div .sale_order_table select {
  padding: 6px 3px 6px 8px;
  width: 383px;
  margin-bottom: 5px;
}

#order_form_div .sale_order_table .desc {
  color: #a3a3a3;
  font-size: 11px;
  margin: 3px 0;
}

/*paysystem*/
#order_form_div .sale_order_table .ps_logo {
  float: left;
  text-align: center;
  margin: 0 15px 10px 0;
  height: 85px;
}

#order_form_div .sale_order_table .ps_logo img, #order_form_div .sale_order_confirm img, #order_form_div .account img {
  border-radius: 2px;
  border: 1px solid #d1d1d1;
  box-shadow: 2px 2px 2px rgba(180, 188, 191, 0.5);
  padding: 1px;
}

#order_form_div .sale_order_table .ps_logo input[type=radio], #order_form_div .account input[type=checkbox] {
  display: none;
}

#order_form_div .sale_order_table .ps_logo img:hover, #order_form_div .sale_order_table .ps_logo input[type=radio]:checked+label img {
  border: 2px solid #2d739d;
  cursor: pointer;
  padding: 0;
}

#order_form_div .sale_order_table .paysystem_name, #order_form_div .sale_order_confirm .paysystem_name {
  font-size: 11px;
  color: #a3a3a3;
  width: 95px;
  line-height: 11px;
  margin-top: 3px;
}

#order_form_div .account img, #order_form_div .account .desc {
  float: left;
}

#order_form_div .account img {
  margin-right: 10px;
}

#order_form_div .account .name {
  font-weight: bold;
  margin-bottom: 3px;
  color: #000;
}

#order_form_div .account .desc {
  font-size: 11px;
  color: #a3a3a3;
  line-height: 11px;
}

#order_form_div .account label:hover img, #order_form_div .account img.active {
  border: 2px solid #2d739d;
  cursor: pointer;
  padding: 0;
}

/*delivery*/
#order_form_div .sale_order_table.delivery td {
  padding: 7px 0;
}

#order_form_div .sale_order_table.delivery .name {
  font-weight: bold;
  width: auto;
  color: #000;
}

#order_form_div .sale_order_table.delivery .desc {
  color: #a3a3a3;
  width: 400px;
}

#order_form_div .sale_order_table.delivery td table {
  width: auto;
}

#order_form_div .sale_order_table.delivery td table td {
  padding: 0;
  text-align: left;
}

#order_form_div .sale_order_table.delivery .prop img {
  border-radius: 2px;
  border: 1px solid #d1d1d1;
  box-shadow: 2px 2px 2px rgba(180, 188, 191, 0.5);
  padding: 1px;
  margin: 0 10px 0 0;
}

#order_form_div .sale_order_table.delivery .prop input,
#order_form_div .sale_order_table.delivery .prop img,
#order_form_div .sale_order_table.delivery .prop .desc {
  float: left;
  margin-right: 10px;
}

#order_form_div .sale_order_table.delivery .prop input[type=radio] {
  display: none;
}

#order_form_div .sale_order_table.delivery label:hover img,
#order_form_div .sale_order_table.delivery input[type=radio]:checked+label img,
#order_form_div div.ps_logo.selected img {
  border: 2px solid #2d739d;
  cursor: pointer;
  padding: 0;
}

/*summary*/
#order_form_div .order_comment {
  margin-top: 15px;
}

#order_form_div .order_comment textarea {
  width: 100%;
  height: 70px;
  resize: none;
}

input.orderbutton {
  margin: 5px 0;
  padding: 0px 10px;
  height: 24px;
  font-weight: bold;
  float: right;
  cursor: pointer;
  border: 1px solid #a2a2a2;
  background: url(images/bg_input.png) 0px 0px repeat-x;
  line-height: 24px;
}

input.orderbutton:hover {
  background: url(images/bg_input.png) -20px bottom repeat-x;
}

/* Order history */
.history table {
  width: 100%;
}

.history tr.border {
  border-top: 1px solid #00addd;
}

/* Filters */
.leftfilters {
  font-size: 12px;
}

.leftfilters h3 {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 12px;
}

.filtren {
  width: 181px;
}

.openli {
  color: #00baff;
  cursor: pointer;
}

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

.smalli {
  margin-bottom: 10px;
  color: #00baff;
  text-align: right;
  cursor: pointer;
}

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

.filtren li.lvl1 {
  font-weight: bold;
  margin-bottom: 10px;
}

.filtren li.readspisok {
  padding-bottom: 10px;
  text-align: right;
  font-weight: normal;
}

.filtren li.closeli {
  display: none;
}

.filtren li.lvl1 div.name {
  padding-left: 19px;
  background: url(images/group_filter.png) left 0 no-repeat;
  cursor: pointer;
}

.filtren li.lvl1 ul {
  margin: 5px 0px;
}

.filtren li.lvl2 {
  font-weight: normal;
}

.filtren li.lvl1 a.showchild {
  margin-bottom: 5px;
  padding: 5px 15px 5px 7px;
  background: #d3d2d2 url(images/bg_block_in.png) no-repeat;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  display: block;
  cursor: pointer;
  color: #000;
  text-decoration: none;
}

.filtren li.lvl1 a.showchild:hover {
  text-decoration: none;
  color: #000;
}

.lvl2 table {
  width: 181px;
}

.lvl2 table tr td {
  padding: 0px 2px;
  text-align: center;
  font-size: 12px;
  vertical-align: bottom;
}

input.max-price, input.min-price {
  display: block;
  width: 50px;
  height: 18px;
  border: 1px solid #9c9c9c;
  font-size: 12px;
  background: url(images/bg_quantity_price.png) repeat-x;
  text-align: center;
}

div.min-price {
  margin-top: 7px;
  padding-left: 7px;
  font-size: 12px;
  color: #000;
  height: 15px;
}

div.max-price {
  font-size: 12px;
  color: #000;
  height: 15px;
  float: right;
}

.mybutton input {
  margin: 5px 0;
  padding: 0px 5px;
  width: 85px;
  height: 24px;
  font-weight: normal;
  float: right;
  cursor: pointer;
  border: 1px solid #a2a2a2;
  background: url(images/bg_input.png) 0px 0px repeat-x;
  line-height: 24px;
  float: right;
}

.mybutton input:hover {
  background: url(images/bg_input.png) -20px bottom repeat-x;
}

.sidebar .filtren span {
  color: #000;
  font-size: 14px;
  text-shadow: 0 1px 1px #fff;
  vertical-align: top
}

.sidebar .filtren>ul>li>span a {
  color: #000;
  text-decoration: none;
  border-bottom: 1px dashed #000;
  font-size: 16px;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px
}

.sidebar .filtren ul>li>ul {
  display: none;
  overflow: hidden;
}

.lvl2_disabled {
  color: #9b9b9b !important;
  text-shadow: none !important;
}

.sidebar .filtren ul>li {
  min-height: 25px
}

.sidebar .filtren ul>li label {
  font-size: 14px;
  text-shadow: 0 1px 1px #fff;
  top: -2px;
  position: relative;
}

/* Begunok */
.ui-slider-horizontal {
  height: 6px;
  background: #fff url(images/polzunok.png) repeat-x;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 12px;
  height: 12px;
  cursor: pointer;
}

.ui-widget-header {
  color: #fff;
  font-weight: bold;
  border-top: 2px solid #00a1dc;
  background: #00a1dc;
}

.ui-slider {
  margin: 3px auto 8px;
  width: 85%;
  position: relative;
  text-align: left;
}

.ui-slider-horizontal .ui-slider-handle {
  top: 0px;
  margin-left: -12px;
  margin-top: 0px;
}

#FirstA {
  background: url(images/begunok.png) 0px 0px no-repeat transparent !important;
}

#LastA {
  margin-left: 0px;
  background: url(images/begunok.png) -12px 0px no-repeat transparent !important;
}

.listitem-carousel .next {
  right: 0
}

ul.mycheck {
  padding-bottom: 10px;
}

.lsnn, .lsnn li {
  list-style: none !important
}

.lsnn:before, .lsnn li:before {
  content: none !important
}

/* Error */
.errortext {
  margin: 5px 0px;
  padding: 10px;
  display: block;
  outline: 2px solid #00aeef;
}

.errortext ul {
  margin-left: 10px;
}

.open, .open2 {
  color: #00baff;
  cursor: pointer;
  padding: 5px 0px;
}

.open:hover, .open2:hover {
  text-decoration: underline;
}

#oblasti {
  width: 600px;
}

#oblasti p {
  padding: 2px 0 10px 0;
}

#oblasti .name {
  margin-bottom: 3px;
  font-weight: bold;
  font-size: 13px;
}

#oblasti .item-filter {
  margin: 5px 0 10px 0;
  position: relative;
}

#oblasti .item-filter ul {
  list-style: none;
}

#oblasti .item-filter .f_enable {
  position: absolute;
  width: 600px;
  height: 150px;
  z-index: 2000;
  background: url(images/disablefilter.png) repeat;
}

#oblasti .f_button {
  position: relative;
}

#oblasti .f_button .f_enable_btn {
  position: absolute;
  width: 600px;
  height: 34px;
  z-index: 2000;
  background: url(images/disablefilter.png) repeat;
}

#oblasti input[type="submit"] {
  margin: 5px 15px;
  padding: 0px 10px;
  height: 24px;
  font-weight: bold;
  cursor: pointer;
  border: 1px solid #a2a2a2;
  background: url(images/bg_input.png) 0px 0px repeat-x;
  line-height: 24px;
}

#oblasti input[type="submit"]:hover, #oblasti input[type="submit"]:focus {
  background: url(images/bg_input.png) -20px bottom repeat-x;
}

.check_prim {
  padding-left: 17px !important;
  background: url(images/check.png) left center no-repeat;
}

.check_prim a {
  color: #00aeef;
}

.sample-form table tr td {
  padding: 5px 5px 0 5px;
}

.sample-form input[type="text"] {
  height: 20px;
  border: 1px solid #a2a2a2;
  background: url(images/bg_input.png) 0px 0px repeat-x;
  width: 240px;
  line-height: 24px;
}

.sample-form input[type="text"]:focus, .sample-form input[type="text"] input:hover {
  background: url(images/bg_input.png) 0px -20px repeat-x;
}

.sample-form textarea {
  border: 1px solid #a2a2a2;
  width: 240px;
  height: 70px;
}

.sample-form input[type="submit"] {
  float: left;
  margin: 10px 0;
  padding: 0px 10px;
  height: 24px;
  font-weight: bold;
  cursor: pointer;
  border: 1px solid #a2a2a2;
  background: url(images/bg_input.png) 0px 0px repeat-x;
  line-height: 24px;
}

.sample-form input[type="submit"]:hover, .sample-form input[type="submit"]:focus {
  background: url(images/bg_input.png) -20px bottom repeat-x;
}


/* product-card-new---------------------------------------------------------------------------------------------- */
.cart {
/*  margin-top: 24px;*/
}
.catalog-element {
  margin-bottom: 60px;
}
.product-promo-block {
  position: relative;
  display: block;
  width: 100%;
  margin: 37px 0;
}


.product-promo-block__title {
  font-size: 14px;
  line-height: 22px;
  display: block;
  position: relative;
  font-weight: bold;
  font-family: Tahoma, Geneva, sans-serif;
  margin-bottom: 10px;
  max-width: 276px;
  width: 100%;
}

.product-promo-block .product-promo-block__title::after {
  content: '';
  position: absolute;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  bottom: 0;
  right: 0;
  width: 33px;
  height: 32px;
}
.product-promo-block_blue .product-promo-block__title {
  color: #00aeef;
}
.product-promo-block_blue .product-promo-block__title::after {
  background-image: url('images/product-promo-block-blue-icon.svg');
}

.product-promo-block_pink .product-promo-block__title {
  color: #ec008c;
}
.product-promo-block_pink .product-promo-block__title::after {
  background-image: url('images/product-promo-block-pink-icon.svg');
}

.product-promo-block_yellow .product-promo-block__title {
  color: #d7941b;
}
.product-promo-block_yellow .product-promo-block__title::after {
  background-image: url('images/product-promo-block-yellow-icon.svg');
}

.product-promo-block ul {
  list-style: none;
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
}

.product-promo-block ul li {
  position: relative;
  padding: 0;
  margin-bottom: 12px;
  display: block;
  width: 100%;
  cursor: pointer;
}
.product-promo-block ul li a::before {
  content: '';
  background-color: #000;
  width: 100%;
  bottom: 5px;
  z-index: -1;
  left: 0;
  height: 1px;
  position: absolute;
  display: block;

}

.product-promo-block ul li a {
  color: #000;
  font-size: 14px;
  line-height: 22px;
  transition: all .3s;
}

.product-promo-block ul li span {
  padding-bottom: 1px;
  z-index: 2;
}
.product-promo-block ul li span:first-child {
  background-color: #fff;
  max-width: 800px;
  position: relative;
  display: inline-block;
  width: auto;
}
.product-promo-block ul li span:last-child {
  position: absolute;
  right: 0;
  bottom: 0
}

.product-promo-block_blue ul li:hover a {
  color: #00aeef;
  text-decoration: none;
}
.product-promo-block_pink ul li:hover a {
  color: #ec008c;
  text-decoration: none;
}
.product-promo-block_yellow ul li:hover a {
  color: #d7941b;
  text-decoration: none;
}

.product-promo-block_blue ul li:hover a::before {
  background-color: #00aeef;
}
.product-promo-block_pink ul li:hover a::before {
  background-color: #ec008c;
}
.product-promo-block_yellow ul li:hover a::before {
  background-color: #d7941b;
}

.popup-delivery {
  /* display: none; */
  width: 500px;
  position: relative;
  padding: 20px;
  box-sizing: border-box;
}

.popup-delivery form {
  width: 100%;
  position: relative;
}

.popup-delivery input {
  box-sizing: border-box;
}

.popup-delivery .afbf_item_pole.item_pole__captcha .afbf_inputtext {
  box-sizing: border-box;
}

.popup-delivery__title {
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}
