@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&subset=latin,cyrillic);
html,
body {
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #040404;
  background: #fff;
  height: 100%;
}
table {
  border: 0px;
  border-collapse: collapse;
  padding: 0px;
}
table td {
  border: 0px solid #000000;
  border-collapse: collapse;
  padding: 0px;
}
div,
span,
font,
p {
  padding: 0;
  margin: 0;
}
img {
  border: 0px;
}
input,
textarea {
  color: #29160e;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}
select {
  font-size: 12px;
  color: #29160e;
}
.tooltip b {
  display: inline-block !important;
}
.bg {
  background: url('../img/bg.jpg') no-repeat center center #000000;
  padding: 3px 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.centerform {
  text-align: center;
  background-color: rgba(76, 75, 75, 0.76);
  border-radius: 10px;
  padding: 40px 60px;
  margin: 0 auto;
  float: none;
}
@media (max-width: 991px) {
  .centerform {
    /* sm xs */
    padding: 1.5em 1em;
    margin: 0 1%;
  }
}
.centerform .logo {
  margin-bottom: 21px;
}
.centerform .zag {
  font-size: 16px;
  color: #fffffc;
  font-weight: 600;
  line-height: 30px;
  margin: 0 0 28px 0;
}
.pageHome .centerform .zag {
  margin-bottom: 55px;
}
@media (max-width: 991px) {
  .pageHome .centerform .zag {
    /* sm xs */
    margin-bottom: 1.5em;
  }
}
h1 {
  font-size: 24px;
  color: #3c3c37;
  font-weight: 600;
  line-height: 30px;
  padding: 0;
  margin: 0 0 15px 0px;
}
h2,
.h2 {
  font-family: 'Open Sans';
  font-size: 20px;
  font-weight: 600;
  padding: 0;
  margin: 0 0 5px 0px;
}
h3 {
  font-family: 'Open Sans';
  font-size: 18px;
  font-weight: 600;
  padding: 0;
  margin: 0 0 5px 0px;
}
h4 {
  font-family: 'Open Sans';
  font-size: 17px;
  font-weight: 600;
  padding: 0;
  margin: 0 0 5px 0px;
}
h5 {
  font-family: 'Open Sans';
  font-size: 15px;
  font-weight: 600;
  padding: 0;
  margin: 0 0 5px 0px;
}
h6 {
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 600;
  padding: 0;
  margin: 0 0 5px 0px;
}
.h2.title {
  text-align: center;
  color: #FE980F;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin: 0 15px;
  text-transform: uppercase;
  margin-bottom: 30px;
  position: relative;
}
.h2.title span {
  position: relative;
  z-index: 3;
  background: #fff;
  padding: 0 15px;
  display: inline-block;
}
.h2.title:after {
  content: " ";
  position: absolute;
  border: 1px solid #f5f5f5;
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 1;
}
.public a {
  cursor: pointer;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
/* * * * * * */
.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -110px;
  /* the bottom margin is the negative value of the footer's height */
}
.bottomcontentcopy,
.push {
  height: 110px;
}
/* * * * * * */
.header_top {
  background-color: #636161;
  line-height: 54px;
  font-size: 14px;
  color: #d2d4d3;
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .header_top {
    /* sm xs */
    background-color: #999;
    margin-bottom: 10px;
  }
}
.adm_main .header_top {
  position: relative;
}
.header_top a {
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
  line-height: 32px;
}
@media (max-width: 991px) {
  .header_top__cover {
    /* sm xs */
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
.header_top__logo,
.header_top__manager,
.header_top__phone,
.header_top__cart,
.header_top__user {
  display: none;
}
@media (max-width: 991px) {
  .header_top__logo,
  .header_top__manager,
  .header_top__phone,
  .header_top__cart,
  .header_top__user {
    /* sm xs */
    display: block;
  }
}
@media (max-width: 991px) {
  .header_top__logo,
  .header_top__manager,
  .header_top__phone,
  .header_top__cart,
  .header_top__user {
    /* sm xs */
    width: auto;
    order: 0;
    padding: 0 !important;
  }
}
@media (max-width: 991px) {
  .header_top {
    /* sm xs */
  }
  .header_top__logo {
    order: 2;
    flex-grow: 1;
  }
  .header_top__logo img {
    max-width: 90%;
  }
  .header_top__manager {
    order: 4;
  }
  .header_top__phone {
    order: 5;
    display: flex;
  }
  .header_top__phone .fa {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    width: 1.3em;
  }
  .header_top__phone .dropdown-menu {
    left: auto;
    right: 0;
    text-align: center;
    min-width: 0;
    white-space: nowrap;
    padding: 0.5em 1.5em;
    color: #000;
    line-height: 1.2em;
  }
  .header_top__phone .dropdown-menu a {
    color: #000;
    line-height: 1.2em;
  }
  .header_top__user {
    order: 6;
    white-space: nowrap;
  }
  .header_top__user .fa {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    width: 1.3em;
  }
}
@media (min-width: 992px) {
  .header_top__menu {
    /* lg md */
  }
  .header_top__menu .dropdown-toggle {
    display: none;
  }
  .header_top__menu .dropdown-menu {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
    border: 0;
    background: none;
    box-shadow: none;
  }
  .header_top__menu .dropdown-menu a {
    color: #fff !important;
  }
}
@media (max-width: 991px) {
  .header_top__menu {
    /* sm xs */
    order: 1;
    margin-right: 2vw;
    width: auto;
    /*            .nav.navbar-nav {
                    position: absolute;
                    background-color:#999;
                    z-index: 1;
                    width: 100vw;
                    margin:-2px 0 0 -20px;
                    border:0;
                    &.in {
                    }
                }*/
  }
  .header_top__menu .dropdown-toggle {
    display: block;
    border: 1px solid #fff;
    border-radius: 4px;
    padding: 0px 10px;
  }
  .header_top__menu .dropdown-menu {
    margin-top: -1px;
  }
  .header_top__menu .nav.navbar-nav {
    margin: 0;
  }
}
.header_top .mobile-search {
  display: none;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  background: #fff;
  border: solid #999;
  border-width: 0 0 1px 0;
}
.header_top .mobile-search.searchshow {
  display: flex;
  align-items: center;
  position: absolute;
}
.header_top .mobile-search input {
  flex-grow: 1;
  height: 32px;
  border: 0;
  padding: 0 1em;
}
.header_top .mobile-search a {
  color: #999;
  background-color: #fff;
}
.header_top .nav > li > a {
  text-transform: uppercase;
  padding: 0;
  margin: 0 20px 0 0;
  line-height: 54px;
}
.header_top .nav > li > a:hover {
  text-decoration: underline;
}
@media (max-width: 991px) {
  .header_top .nav > li > a {
    /* sm xs */
    color: #000;
    margin: 5px 15px;
    line-height: 1.6em;
  }
}
.search {
  color: #fff;
}
.search_box {
  margin-top: 11px;
  line-height: 32px;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #a09e9e;
}
.search_box input {
  background: #636161;
  border: 0;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  height: 32px;
  width: 140px;
  outline: medium none;
  padding-left: 10px;
}
.search_box a i {
  height: 32px;
  line-height: 32px;
  float: right;
  min-width: 35px;
  text-align: center;
  color: #fff;
}
.search_box a i:hover {
  color: #ccc;
}
/* * * * * * */
@media (max-width: 991px) {
  .logo_menu {
    /* sm xs */
    display: none;
  }
}
.logo_menu + .container {
  padding-bottom: 50px;
}
.phone {
  font-size: 14px;
  line-height: 16px;
}
.podborCat {
  margin-top: -32px;
}
@media (max-width: 767px) {
  .podborCat {
    /* xs */
    margin-top: 0px;
  }
}
.podborCat .btn {
  font-size: 16px;
  color: #2b2b2b;
  font-weight: bold;
  line-height: 16px;
  background: #fff;
  border: solid #dadcdb;
  border-width: 2px 2px 0 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: none;
}
.podborCat .btn.active {
  background: #dadcdb;
}
/* * * * * * */
.bottomcontentred {
  margin-top: 70px;
  background: #f36d0c;
}
.bottomcontent,
.bottomcontentcopy {
  background: #636161;
  padding: 45px 0 30px 0;
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  line-height: 20px;
}
.bottomcontent a {
  display: inline-block;
  padding-right: 17px;
  font-size: 14px;
  color: #f36d0c;
  font-weight: 300;
  line-height: 20px;
  text-decoration: underline;
}
.bottomcontent .bottommenu a {
  display: inline-block;
  padding-right: 17px;
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}
.bottomcontentcopy {
  margin-top: 0px;
  padding: 16px 0;
  border-top: 1px solid #2d2d2d;
}
.bottomcontentcopy.bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
}
.pageHome .bottomcontentcopy.notlogin {
  bottom: 0px;
  position: fixed;
  width: 100%;
}
.bottomcontentcopy a {
  font-size: 14px;
  color: #f36d0c;
  font-weight: 300;
  line-height: 20px;
  text-decoration: underline;
}
/* * * * * * */
#allTovars {
  margin: 0 0 20px 0;
  width: 100%;
}
#allTovars td {
  border: 1px solid #ccc;
  padding: 2px 3px;
}
#allTovars th {
  border: 1px solid #999;
  background: #ccc;
  font-weight: bold;
  padding: 4px 3px;
}
#allTovars input[type="number"] {
  padding: 2px 1px;
  text-align: center;
  height: 28px;
}
@media (max-width: 767px) {
  .catalogLine {
    /* xs */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
  }
  .catalogLine td {
    border: 0 !important;
  }
  .catalogLine__name {
    width: 100%;
  }
  .catalogLine__price {
    width: 33%;
    order: 10;
    text-align: left;
  }
  .catalogLine__country {
    width: 25%;
  }
  .catalogLine__year {
    width: 25%;
  }
  .catalogLine__nal {
    width: 25%;
    order: 9;
    text-align: right;
  }
  .catalogLine__nal span:after {
    content: 'шт';
  }
  .catalogLine__season {
    width: 25%;
  }
  .catalogLine__cnt {
    width: 33%;
    order: 11;
  }
  .catalogLine__buy {
    width: 34%;
    order: 12;
    text-align: right;
  }
}
.no_nal {
  opacity: 0.7;
}
.oneTovarPlitka {
  text-align: center;
  margin: 0 0 21px 0;
}
.oneTovarPlitka .tovarImgBox {
  margin: 0 0 26px 0;
  border: 1px solid #dbdbdb;
  text-align: center;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.tovarImgBox .property {
  position: absolute;
  margin: 15px 0 0 0;
  padding: 3px 3px 3px 0;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.tovarImgBox .property > div {
  border: solid #fff;
  border-width: 1px 1px 1px 0;
  min-width: 125px;
  padding: 0 10px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  line-height: 34px;
}
.tovarImgBox .icons {
  position: absolute;
  right: 21px;
  padding: 9px 0 0 0;
}
.tovarImgBox.big {
  border: 1px solid #dbdbdb;
  text-align: center;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.tovarImgBox.big .icons {
  right: 30px;
  padding: 25px 0 0 0;
}
.tovarImgBox .icons img {
  display: block;
  margin: 5px 0;
  float: right;
  clear: both;
}
.tovarImgBox .imag img {
  margin: 27px 0;
}
.oneTovarPlitka .specif,
.oneTovarSpisok .specif {
  font-size: 14px;
  color: #3c3c37;
  font-weight: 300;
  line-height: 16px;
  text-align: center;
  margin: 0 0 12px 0;
}
.oneTovarSpisok .specif {
  text-align: left;
  margin: 14px 0 0 0;
}
.oneTovarPlitka .specif a,
.oneTovarSpisok .specif a {
  display: block;
  margin: 0;
  font-size: 14px;
  color: #3c3c37;
  font-weight: 600;
  line-height: 18px;
}
.oneTovarPlitka .price {
  text-align: center;
  margin: 0 0 10px 0;
  font-size: 16px;
  color: #f3760d;
  font-weight: 300;
  line-height: 22px;
}
.oneTovarPlitka .price b {
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
}
.oneTovarPlitka .price font {
  font-size: 20px;
  font-weight: 300;
  text-decoration: line-through;
}
.oneTovarPlitka .btn {
  padding: 0 45px;
  background-color: #f36d0c;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  line-height: 42px;
}
.oneTovarSpisok {
  margin: 0 0 26px 0;
  padding: 10px 0;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
.oneTovarSpisok .tovarImgBox {
  margin: 0;
  padding-left: 0px!important;
  border: 0;
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.oneTovarSpisok .tovarImgBox .imag img {
  margin: 10px 0;
  max-width: 90%;
}
.oneTovarSpisok .price {
  text-align: center;
  margin: 30% 0 10px 0;
  font-size: 16px;
  color: #f3760d;
  font-weight: 300;
  line-height: 22px;
}
.oneTovarSpisok .price b {
  font-size: 24px;
  font-weight: 600;
  line-height: 22px;
}
.oneTovarSpisok .price font {
  font-size: 20px;
  font-weight: 300;
  text-decoration: line-through;
}
.oneTovarSpisok .btn {
  width: 90%;
  margin: 0 auto;
  padding: 0 45px;
  background-color: #f36d0c;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  line-height: 42px;
}
.compare a {
  font-size: 14px;
  color: #abc102;
  font-weight: 300;
  line-height: 36px;
}
.compare .Added {
  display: none;
}
.compared .Added {
  display: block;
  color: #FE980F;
}
.compared .notAdded {
  display: none;
}
.oneTovar h1 {
  text-transform: uppercase;
  padding-bottom: 15px;
  margin: 0;
}
.oneTovar .buyBox {
  padding: 15px 0;
  margin: 0 0 12px 0;
  border: 1px solid #dad9d5;
  border-width: 1px 0;
}
.oneTovar .buyBox button {
  width: 100%;
}
.oneTovar .buyBox .price {
  text-align: center;
  font-size: 30px;
  color: #000;
  font-weight: 600;
  margin: 10px 0;
  line-height: 30px;
}
.oneTovar .buyBox .price span {
  font-size: 24px;
  font-weight: 300;
}
.oneTovar .buyBox .price s {
  display: block;
  font-size: 19px;
  color: #222;
  font-weight: 600;
  line-height: 20px;
}
.oneTovar .buyBox .price s span {
  font-size: 15px;
  color: #222;
  font-weight: 300;
  line-height: 20px;
}
.oneTovar .buyBox .price b {
  display: block;
  line-height: 28px;
}
.oneTovar .buyBox .price b span {
  line-height: 28px;
}
.oneTovar .buyBox input {
  width: 100%;
  display: block;
  margin: 0 0 5px 0;
  text-align: center;
  font-size: 20px;
  color: #222;
  font-weight: 600;
  line-height: 30px;
}
.oneTovar .buyBox a {
  line-height: 50px;
}
.oneTovar .oneTovarSpecif {
  font-size: 16px;
  color: #222;
  font-weight: 300;
  line-height: 32px;
}
.oneTovar .oneTovarSpecif a {
  color: #abc102;
}
.oneTovar .liked span {
  display: inline;
}
.oneTovar .liked span.in {
  display: none;
}
.oneTovar .liked.favorit {
  background: none;
  color: #FE980F;
}
.oneTovar .liked.favorit span {
  display: none;
}
.oneTovar .liked.favorit span.in {
  display: inline;
}
.oneComment {
  padding: 10px 0;
  margin: 0 0 0px 0;
  border-bottom: 1px solid #dad9d5;
}
.oneComment .name {
  font-size: 14px;
}
.oneComment .name b {
  color: #e96302;
}
.oneComment .name .dt {
  color: #999;
}
.oneComment .name .fa {
  font-size: 12px;
  color: #e96302;
}
.oneComment .quote {
  position: relative;
  padding: 15px 20px;
  margin-bottom: 15px;
  background-color: #e6e6e6;
  border-radius: 6px;
}
.oneComment .quote:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 20px;
  border: 12px solid transparent;
  border-top-color: #E6E6E6;
  border-bottom: 0;
}
.CatalogAnons {
  padding-bottom: 35px;
}
.CatalogAnons .tovarImgBox .property {
  display: none;
}
.CatalogAnons h3 {
  border-bottom: 1px solid #dad9d5;
  margin: 0 0 30px 0;
}
.CatalogAnons h3 span {
  display: inline-block;
  background-color: #222222;
  padding: 0 40px;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  font-size: 24px;
  color: #e6e8e7;
  font-weight: 600;
  line-height: 58px;
}
.orderHistory .zakaz {
  border-bottom: 1px solid #ddd;
  padding: 6px 0;
}
.orderHistory .zakaz b {
  color: #909090;
}
.orderHistory .zakazSum {
  border-bottom: 1px solid #b9b9b9;
  padding: 6px 0;
  margin-bottom: 10px;
}
.nav-tabs {
  margin-bottom: 37px;
}
.nav-tabs > li > a {
  background: #cfd1d0;
  padding: 0 30px;
  border: 0;
  margin: 0 3px 0 0;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 24px;
  color: #222;
  font-weight: 600;
  line-height: 57px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #fff;
  background: #f26d0c;
  border: 0;
}
.nav-tabs > li > a:hover {
  background: #f26d0c;
}
.tab-content {
  margin-bottom: 60px;
  font-size: 16px;
  color: #040404;
  font-weight: 300;
  line-height: 26px;
}
.podborShiniDiski .nav-tabs {
  margin: 0;
  border: 0;
}
.podborShiniDiski .nav-tabs > li > a {
  background-color: rgba(254, 252, 253, 0.93);
  padding: 0 35px;
  border: 0;
  margin: 0 3px 0 0;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  font-size: 18px;
  color: #4d4d48;
  font-weight: 600;
  line-height: 44px;
}
.nav-tabs > li {
  margin-bottom: 0px;
  border: 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #fefcfd;
  border: 0;
  background-color: rgba(238, 104, 7, 0.93);
}
.podborShiniDiski .tab-content {
  display: inline-block;
  width: 850px;
  margin: 0px;
  padding: 24px 90px 42px 90px;
  background-color: rgba(238, 104, 7, 0.93);
  font-size: 16px;
  color: #040404;
  font-weight: 300;
  line-height: 26px;
  -webkit-border-radius: 6px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius: 6px;
  -moz-border-radius-topleft: 0;
  border-radius: 6px;
  border-top-left-radius: 0;
}
.podborShiniDiski .podtabs {
  text-align: right;
  margin: 0 0 30px 0;
  font-size: 18px;
  color: #fefcfd;
  line-height: 22px;
}
.podborShiniDiski .tab-content > .active {
  padding: 0;
}
.podborShiniDiski .podtabs a {
  font-size: 16px;
  color: #fefcfd;
  font-weight: 300;
  line-height: 22px;
}
.podborShiniDiski .podtabs a.active {
  font-weight: 700;
}
.podborShiniDiski select.form-control {
  height: 45px;
  border: 0;
  font-size: 16px;
  color: #3c3c37;
}
.podborShiniDiski .btn {
  width: 100%;
  text-align: center;
  background-color: #222;
  border: 0;
  font-size: 20px;
  color: #bad201;
  font-weight: 600;
  line-height: 45px;
}
.pagersort {
  display: block;
  text-align: right;
  padding: 10px 0;
  font-size: 16px;
  color: #222;
  line-height: 35px;
}
.pagersort > div,
.pagersort > ul {
  display: inline;
  padding-left: 32px;
}
.pagersort > .xls {
  float: left;
  padding: 0;
}
.pagersort .type_view form {
  display: inline;
}
.pagersort .type_view a {
  display: inline-block;
  line-height: 35px;
  top: 4px;
  position: relative;
}
.pagersort .type_view i {
  font-size: 22px;
  color: #cfd1d0;
  padding: 0 0 0 5px;
}
.pagersort .type_view i.active {
  color: #222;
}
.mypager {
  display: inline;
}
.mypager li {
  display: inline;
  padding: 0 3px;
}
.mypager a,
.pager a:link,
.mypager a:visited {
  font-size: 16px;
  color: #222;
  text-decoration: underline;
}
.mypager a:hover {
  text-decoration: none;
}
.mypager .active a,
.mypager .active a:link,
.mypager .active a:visited,
.mypager span.active a:hover {
  text-decoration: none;
}
.cartitem {
  border-top: 1px solid #ccc;
  padding-bottom: 10px;
  padding-top: 10px;
  margin: 8px 0;
}
.cartitemItogo {
  border-bottom: 1px solid #dfdfdf;
  border-top: 2px solid #ccc;
  padding: 15px 0;
}
.cartitemItogo.dostavka {
  border-top: 0;
  margin-bottom: 0px;
}
.accept {
  margin-top: 10px;
  margin-bottom: 20px;
}
.accept,
.accept a {
  font-size: 14px!important;
  color: #222;
  font-weight: normal!important;
}
.accept a {
  text-decoration: underline;
}
.accept input {
  margin-left: 5px;
}
.podbor {
  background-color: #dadcdb;
  padding: 8px 10px;
  font-family: Arial;
  font-size: 16px;
  color: #2b2b2b;
  line-height: 32px;
}
.podbor .form-group {
  margin-bottom: 0px;
}
.podbor h3 {
  padding: 0;
  margin: 0 0 25px 0;
  text-align: center;
  font-size: 24px;
  color: #000000;
  wont-weight: 600;
  line-height: 25px;
}
.podbor .form-group {
  line-height: 34px;
}
.podbor label {
  font-weight: normal;
  line-height: 26px;
}
.podbor .radio {
  padding: 0;
}
.podbor .pricebox {
  padding: 10px 0;
  margin: 0 0 26px 0;
  border-bottom: 1px solid #fff;
}
.podbor .price_val {
  font-size: 13px;
  padding: 0;
  text-align: center;
}
.podbor .slider.slider-horizontal {
  width: 95%px;
  margin: 0 auto 0 8px;
}
.podbor .slider-handle {
  width: 12px;
  height: 16px;
  background: #bad201;
  border: 2px solid #fff;
  border-radius: 2px;
}
.podbor .slider.slider-horizontal .slider-track {
  height: 2px;
}
.podbor .slider-selection {
  background: #bad201;
}
.podbor .slider.slider-horizontal .slider-tick,
.podbor .slider.slider-horizontal .slider-handle {
  margin-top: -7px;
  margin-left: -6px;
}
.podbor a.btn.btn-yellow {
  color: #2b2b2b;
  background: #ffe200;
}
.podbor a.btn.btn-ser {
  color: #fff;
  background: #636161;
}
.profile {
  background-color: #cfd1d0;
  border-radius: 5px;
  padding: 0 0 43px 0;
}
.profile h3 {
  cursor: pointer;
  font-size: 24px;
  color: #000000;
  font-weight: 600;
  line-height: 52px;
  text-align: center;
  padding: 0;
  margin: 0;
}
.profile a {
  display: block;
  border-bottom: 1px solid #e6e8e7;
  padding: 16px 0;
  margin: 0 20px;
  font-size: 14px;
  color: #2b2b2b;
  line-height: 18px;
  text-decoration: underline;
}
.profile div {
  padding: 10px 20px;
  border-bottom: 1px solid #e6e8e7;
}
.profile div.active {
  background: #fff;
  margin: 0 1px;
  padding: 10px 19px;
}
.profile div a {
  line-height: 14px;
  text-decoration: none;
  border: 0;
  padding: 5px 0;
  margin: 0;
}
.profile div a.active {
  padding: 5px 0;
  margin: 0;
  font-weight: bold;
}
.profile > a:first-of-type {
  border-top: 1px solid #e6e8e7;
}
.profile a.active {
  text-decoration: none;
  background: #fff;
  margin: 0 1px;
  padding-left: 19px;
  padding-right: 19px;
}
.profile_content {
  border: 1px solid #dcdedd;
  border-radius: 5px;
  margin-bottom: 25px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
}
.profile_content > div {
  padding: 15px 20px 30px 20px;
}
.profile_content > div > h2 {
  font-size: 24px;
  color: #3c3c37;
  font-weight: bold;
  line-height: 38px;
  text-align: center;
  padding: 0 0 10px 0;
  margin: 0 0 25px 0;
  border-bottom: 1px solid #dad9d5;
}
.status {
  font-size: 11px;
  color: #fff;
  line-height: 18px;
  padding: 0 10px;
  display: inline-block;
  border-radius: 8px;
}
.table.orders {
  font-size: 12px;
}
.table.orders .dt {
  font-size: 10px;
  color: #646464;
}
.profile_icon a {
  display: inline-block;
  color: #646464;
  margin: 20px 0 30px 0;
}
.profile_icon i {
  font-size: 90px;
}
.profile.finance {
  text-align: center;
  border: 1px solid #cfd1d0;
  background-color: #fff;
  padding: 5px 20px 25px 20px;
}
.profile.finance input {
  text-align: center;
  margin: 0 0 13px 0;
  display: block;
  width: 100%;
}
.newsAnons {
  display: table;
  table-layout: fixed;
  font-size: 12px;
}
.newsAnons > div {
  display: table-cell;
  float: none;
  vertical-align: top;
}
.newsAnons > div:last-of-type {
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  padding: 15px 18px;
}
.newsAnons img {
  border-radius: 8px;
  max-width: 90%;
}
.newsAnons .dt {
  font-size: 10px;
  color: #838383;
  line-height: 16px;
}
.newsAnons a.name {
  display: block;
  margin: 5px 0 10px 0;
  font-size: 16px;
  color: #e96302;
  line-height: 16px;
}
.register {
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  padding: 25px 20px;
}
.register .col-lg-6 {
  padding: 20px 35px;
}
.register .inforeg {
  margin: 0 0px 20px 0px;
  padding: 20px 25px;
  background: #dcdcdc;
  border-radius: 4px;
}
.register .control-label {
  text-align: left;
}
.control-label > font {
  color: #e01119;
}
.menunav {
  padding: 30px 0;
}
.menunav .fa-angle-down {
  padding-left: 5px;
}
.menunav ul.sub-menu {
  position: absolute;
  top: 30px;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  list-style: none;
  padding: 0;
  margin: 0;
  width: 220px;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 999;
}
.menunav .dropdown:hover > ul.sub-menu {
  display: block;
  -webkit-animation: fadeInUp 400ms;
  -moz-animation: fadeInUp 400ms;
  -ms-animation: fadeInUp 400ms;
  -o-animation: fadeInUp 400ms;
  animation: fadeInUp 400ms;
}
.menunav ul li {
  padding-right: 15px;
  padding-left: 15px;
}
.menunav ul li a {
  color: #696763;
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  font-weight: 300;
  padding: 0;
  padding-bottom: 10px;
}
.menunav ul li a:hover,
.menunav ul li a.active,
.shop-menu ul li a.active {
  background: none;
  color: #fdb45e;
}
.menunav ul.sub-menu li {
  padding: 10px 20px 0;
}
.menunav ul.sub-menu li:last-child {
  padding-bottom: 20px;
}
.menunav ul.sub-menu li a {
  color: #fff;
}
.menunav ul.sub-menu li a:hover {
  color: #FDB45E;
  text-decoration: none;
}
#carousel-example-generic {
  margin-bottom: 40px;
}
/* * * * * * */
.Compared {
  margin: 20px 0;
}
.Compared tr td {
  padding: 10px 13px;
  border-bottom: 1px solid #ddd;
  text-align: center;
  line-height: 22px;
}
.Compared tr:last-of-type td {
  border: 0;
}
/* * * * * * */
.namesCompare {
  width: 188px;
  margin-right: 7px;
  margin-bottom: 40px;
  padding: 0 8px;
  background: #cfd1d0;
  border: 1px solid #e9e9e9;
  border-radius: 6px;
}
.namesCompare > table {
  width: 172px;
}
.namesCompare > table td {
  font-size: 14px;
  color: #222;
  font-weight: 300;
  line-height: 18px;
  padding: 0;
  border-bottom: 1px solid #e7e7e7;
}
.namesCompare > table tr:last-of-type td {
  border: 0;
}
.namesCompare > table td > div {
  padding: 7px 0;
}
.compareScroll {
  overflow-x: auto;
  width: 908px;
}
.compareScroll td {
  text-align: center;
  padding: 0 7px 0 0;
  font-size: 16px;
  color: #222;
  font-weight: 300;
  line-height: 18px;
}
.compareScroll td > div {
  border: 1px solid #e9e9e9;
  border-top: 0;
  padding: 7px 6px;
  width: 220px;
}
.compareScroll tr:first-child td > div {
  border: 1px solid #e9e9e9;
  border-top: 1px solid #e9e9e9;
  -webkit-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.compareScroll tr:last-child td > div {
  -webkit-border-bottom-left-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;
  -moz-border-radius-bottomleft: 7px;
  -moz-border-radius-bottomright: 7px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  padding-bottom: 15px;
}
.compareScroll a {
  font-size: 14px;
  color: #3c3c37;
  font-weight: 600;
  line-height: 17px;
}
.compareScroll .compareName {
  min-height: 52px;
}
.compareScroll .price {
  font-size: 16px;
  color: #f3760d;
  font-weight: 300;
}
.compareScroll .price > b {
  font-size: 20px;
  font-weight: 600;
}
.compareScroll .price span {
  font-size: 12px;
  color: #222;
  font-weight: 300;
  text-decoration: line-through;
}
.compareScroll .price span > b {
  font-size: 14px;
  font-weight: 600;
}
.compareScroll .nal {
  color: #f3760d;
}
.compareScroll a.zel {
  font-size: 16px;
  color: #abc102;
  font-weight: 300;
  text-decoration: underline;
}
.compareScroll a.zel:hover {
  text-decoration: none;
}
.compareScroll a.btn {
  float: left;
  font-size: 16px;
  color: #bad201;
  font-weight: 600;
  line-height: 32px;
  border: 0;
  background: #2b2b2b;
  padding: 0 16px;
  margin: 40px 0 18px 0;
}
.compareScroll a.buy {
  float: right;
  color: #fff;
  background: #f36d0c;
}
.compareScroll a.delete {
  font-size: 12px;
  color: #616060;
  line-height: 26px;
  margin: 0 12px 0 0;
}
.compareScroll a.delete i {
  font-size: 16px;
  margin-left: 5px;
}
/* * * * * * */
.category-products {
  border: 1px solid #F7F7F0;
  margin-bottom: 35px;
  padding-bottom: 20px;
  padding-top: 15px;
}
.category-products .panel {
  background-color: #FFFFFF;
  border: 0px;
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 0px;
}
.category-products .panel-default .panel-heading {
  background-color: #FFFFFF;
  border: 0 none;
  color: #FFFFFF;
  padding: 5px 20px;
}
.category-products .panel-default .panel-heading .panel-title a {
  color: #696763;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 0 none;
}
.panel-default > .panel-heading .badge {
  background: none;
  border-radius: 10px;
  color: #696763;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  min-width: 10px;
  padding: 3px 7px;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}
.panel-body ul {
  padding-left: 20px;
}
.panel-body ul li a {
  color: #696763;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
.brands-name {
  border: 1px solid #F7F7F0;
  padding-bottom: 20px;
  padding-top: 15px;
}
.brands-name .nav-stacked li a {
  background-color: #FFFFFF;
  color: #696763;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  padding: 5px 25px;
  text-decoration: none;
  text-transform: uppercase;
}
.path {
  width: 1000px;
  height: 79px;
}
.path .breadcrumb {
  line-height: 17px;
  margin: 0;
}
.path .breadcrumb span {
  margin: 0 23px 0 0;
}
.path .breadcrumb a,
.path .breadcrumb a:link,
.path .breadcrumb a:visited {
  font-family: 'Open Sans';
  font-size: 13px;
  color: #89919a;
  text-decoration: none;
  padding: 0 3px;
  line-height: 17px;
  font-weight: 600;
  text-transform: uppercase;
}
.path .breadcrumb a:hover {
  text-decoration: underline;
}
.path .breadcrumb span:after {
  position: absolute;
  z-index: 1;
  float: right;
  margin: 0 0 0 5px;
  content: '';
  width: 17px;
  height: 17px;
  background: url('../img/path.png') no-repeat center center;
}
.path .breadcrumb span:last-of-type:after {
  display: none;
}
/* SQUARED CHECKBOX ; MY CHECKBOX */
.my_checkbox {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0px auto;
  position: relative;
}
.my_checkbox input[type=checkbox] {
  visibility: hidden;
  display: none;
}
.my_checkbox label {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  border-radius: 4px;
  background: #ffffff;
  margin: 0;
  padding: 0;
}
.podborShiniDiski .my_checkbox label {
  top: 5px;
}
.my_checkbox label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0.15;
  content: '';
  position: absolute;
  width: 10px;
  height: 6px;
  background: transparent;
  top: 6px;
  left: 5px;
  border: 3px solid #333;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.my_checkbox label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  opacity: 0.4;
}
.my_checkbox input[type=checkbox]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
/* SQUARED CHECKBOX ; MY CHECKBOX */
a.butSin,
a.butSin:link,
a.butSin:visited {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 0 20px;
  line-height: 29px;
  border: 1px solid #456da0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5984b9), color-stop(1, #6694c8));
  background-image: -o-linear-gradient(bottom, #5984b9 0%, #6694c8 100%);
  background-image: -moz-linear-gradient(bottom, #5984b9 0%, #6694c8 100%);
  background-image: -webkit-linear-gradient(bottom, #5984b9 0%, #6694c8 100%);
  background-image: -ms-linear-gradient(bottom, #5984b9 0%, #6694c8 100%);
  background-image: linear-gradient(to bottom, #5984b9 0%, #6694c8 100%);
  -webkit-box-shadow: inset 0px 1px 0px 0px rgba(169, 199, 237, 0.75);
  -moz-box-shadow: inset 0px 1px 0px 0px rgba(169, 199, 237, 0.75);
  box-shadow: inset 0px 1px 0px 0px rgba(169, 199, 237, 0.75);
}
a.butSin:hover {
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}
a.butSer,
a.butSer:link,
a.butSer:visited {
  font-size: 14px;
  color: #e01119;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 20px;
  line-height: 30px;
  border: 1px solid #c7c7c7;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e0e0e0), color-stop(1, #fefefe));
  background-image: -o-linear-gradient(bottom, #e0e0e0 0%, #fefefe 100%);
  background-image: -moz-linear-gradient(bottom, #e0e0e0 0%, #fefefe 100%);
  background-image: -webkit-linear-gradient(bottom, #e0e0e0 0%, #fefefe 100%);
  background-image: -ms-linear-gradient(bottom, #e0e0e0 0%, #fefefe 100%);
  background-image: linear-gradient(to bottom, #e0e0e0 0%, #fefefe 100%);
}
a.butSer:hover {
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}
a.butYellow,
a.butYellow:link,
a.butYellow:visited {
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 0 10px;
  line-height: 26px;
  border: 1px solid #f0960c;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f2960b), color-stop(1, #ffc219));
  background-image: -o-linear-gradient(bottom, #f2960b 0%, #ffc219 100%);
  background-image: -moz-linear-gradient(bottom, #f2960b 0%, #ffc219 100%);
  background-image: -webkit-linear-gradient(bottom, #f2960b 0%, #ffc219 100%);
  background-image: -ms-linear-gradient(bottom, #f2960b 0%, #ffc219 100%);
  background-image: linear-gradient(to bottom, #f2960b 0%, #ffc219 100%);
  -webkit-box-shadow: inset 0px 1px 0px 0px #feddaa;
  -moz-box-shadow: inset 0px 1px 0px 0px #feddaa;
  box-shadow: inset 0px 1px 0px 0px #feddaa;
}
a.butYellow img {
  vertical-align: middle;
}
a.butYellow:hover {
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(254, 221, 170, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(254, 221, 170, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(254, 221, 170, 0.3);
}
.a_left {
  text-align: left;
}
.a_center {
  text-align: center;
}
.clear {
  clear: both;
}
.d_none {
  display: none;
}
.white {
  color: #ffffff;
}
.inline {
  display: inline-block;
}
.pt5 {
  padding-top: 5px;
}
.pt7 {
  padding-top: 7px;
}
.pt10 {
  padding-top: 10px;
}
#loading-indicator {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('../img/ajax-loader.gif') no-repeat center center rgba(0, 0, 0, 0.4);
}
@media (max-width: 767px) {
  /* xs */
  .flex-xs {
    display: flex;
  }
}
@media (max-width: 767px) {
  /* xs */
  .flex-xs-column {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  /* xs */
  .flex-xs-order-1 {
    order: 1;
  }
  .flex-xs-order-2 {
    order: 2;
  }
  .flex-xs-order-3 {
    order: 3;
  }
  .flex-xs-order-4 {
    order: 4;
  }
  .flex-xs-order-5 {
    order: 5;
  }
  .flex-xs-order-6 {
    order: 6;
  }
  .flex-xs-order-7 {
    order: 7;
  }
  .flex-xs-order-8 {
    order: 8;
  }
  .flex-xs-order-9 {
    order: 9;
  }
  .flex-xs-order-10 {
    order: 10;
  }
}
@media (min-width: 1200px) {
  /* lg */
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* md */
}
@media (min-width: 768px) and (max-width: 991px) {
  /* sm */
}
@media (max-width: 767px) {
  /* xs */
}
@media (min-width: 992px) {
  /* lg md */
}
@media (max-width: 991px) {
  /* sm xs */
}
