/* @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: 14px;
  color: #222222;
  background: #fff;
}
body.body-loaded > .body-loader {
  display: none;
}
table {
  border: 0px;
  border-collapse: collapse;
  padding: 0px;
}
table td {
  border: 0px solid #000000;
  border-collapse: collapse;
  padding: 0px;
}
div,
span,
font {
  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;
}
.blockRawHtml ul {
  margin-left: 20px;
}
.blockRawHtml img {
  max-width: 100%;
}
.blockRawHtml .col > .content > p:last-of-type {
  margin-bottom: 0;
}
ul {
  list-style-position: inside;
}
iframe {
  border: 1px solid #e4e4e4;
}
h1,
.h1 {
  font-size: 24px;
  color: #3c3c37;
  font-weight: 600;
  line-height: 30px;
  padding: 0;
  margin: 0 0 15px 0px;
}
h2,
.h2 {
  font-size: 20px;
  color: #222;
  font-weight: 600;
  padding: 0;
  margin: 10px 0 10px 0px;
}
h3 {
  font-size: 18px;
  color: #222;
  font-weight: 600;
  padding: 0;
  margin: 0 0 5px 0px;
}
h4 {
  font-size: 17px;
  color: #222;
  font-weight: 600;
  padding: 0;
  margin: 0 0 5px 0px;
}
h5 {
  font-size: 15px;
  color: #222;
  font-weight: 600;
  padding: 0;
  margin: 0 0 5px 0px;
}
h6 {
  font-size: 14px;
  color: #222;
  font-weight: 600;
  padding: 0;
  margin: 0 0 5px 0px;
}
.h2.RawHtml {
  margin-bottom: 30px;
}
.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 {
  color: #eb100a;
  cursor: pointer;
}
.RawHtml a {
  color: #040404;
}
/* * */
.line_top {
  background-color: #020203;
  font-size: 12px;
  color: #f7f7f7;
  line-height: 26px;
  margin-bottom: 16px;
}
.line_top a {
  font-size: 12px;
  color: #f7f7f7;
  line-height: 26px;
}
.line_top .social {
  padding: 9px 0;
  height: 44px;
}
.line_top .social a {
  font-size: 12px;
  color: #f7f7f7;
  line-height: 26px;
}
.line_top .social a:hover {
  color: #eb100a;
  text-decoration: none;
}
.line_top .social td {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.line_top .social .b-share__handle {
  padding-top: 0px !important;
}
.line_top .search_box {
  position: relative;
  border-left: 1px solid #4c4c4d;
}
.line_top .search_box input {
  outline: none;
  border: 0;
  padding: 9px 20px 9px 15px;
  margin: 0;
  width: 100%;
  background-color: transparent;
  font-size: 12px;
  color: #f7f7f7;
  line-height: 26px;
}
.line_top .search_box a {
  position: absolute;
  right: -10px;
  font-size: 24px;
  color: #f7f7f7;
  line-height: 42px;
}
.line_top .cart {
  display: block;
  border: 1px solid #4c4c4d;
  border-width: 0 1px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 14px;
  color: #fcfcfc;
  line-height: 26px;
  text-align: center;
}
.line_top .cart i.fa {
  font-size: 18px;
}
.line_top .header__langs {
  display: block;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 14px;
  color: #fcfcfc;
  line-height: 26px;
  text-align: center;
}
.line_top .header__langs a {
  font-size: 15px;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 5px;
}
.line_top .header__langs a.active {
  color: #ee322d;
}
.line_top .social a.line_top_shinomontaj,
.line_top_shinomontaj {
  float: right;
  display: inline-block;
  background: none;
  border-radius: 0;
  border: 2px solid #ee322d;
  padding: 4px 25px;
  font-size: 14px;
  color: #ee322d;
  font-weight: 600;
  line-height: 14px;
}
.line_top .social a.line_top_shinomontaj:hover,
.line_top_shinomontaj:hover {
  color: #fff;
  background: #ee322d;
}
.navbar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar-toggle {
  margin-right: 0;
}
.navbar-header .line_top_shinomontaj {
  float: left;
}
@media (max-width: 991px) {
  .line_top .social a.line_top_shinomontaj {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-header .line_top_shinomontaj {
    display: none;
  }
}
.logo_menu .logo img {
  max-width: 100%;
  margin-bottom: 15px;
}
.logo_menu .navbar-nav {
  padding: 0;
}
.mainmenu {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .mainmenu {
    /* sm xs */
    margin-top: 9px;
  }
}
.mainmenu a {
  font-size: 15px!important;
  color: #222 !important;
  font-weight: 700!important;
  line-height: 22px!important;
  padding: 0 10px 40px 15px !important;
}
.mainmenu a:hover {
  color: #d60000 !important;
}
.mainmenu .sub-menu {
  z-index: 999;
  visibility: hidden;
  position: absolute;
  z-index: 2;
  top: 60px;
  left: 0;
  background: #fff;
  padding: 24px 25px;
  margin: 0;
  border-top: 3px solid #020202;
  width: auto;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.mainmenu .sub-menu ul {
  list-style: none;
}
.mainmenu .sub-menu .fa-caret-up {
  position: absolute;
  top: -13px;
  left: 27px;
  font-size: 34px;
  line-height: 12px;
}
.mainmenu .dropdown:hover > .sub-menu {
  visibility: visible;
}
.mainmenu .sub-menu a {
  font-size: 14px!important;
  font-weight: 600!important;
  padding: 7px 0 !important;
  white-space: nowrap;
  text-decoration: none;
}
.mobilemenu {
  position: relative;
  display: none;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 15px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .mobilemenu {
    /* sm xs */
    display: flex;
  }
}
.mobilemenu__item {
  position: relative;
  text-align: center;
  min-width: 69px;
  border: 1px solid #dddddd;
  border-radius: 4px;
  padding: 5px;
  padding-top: 7px;
  font-size: 12px;
  color: #000;
}
@media (min-width: 768px) and (max-width: 991px) {
  .mobilemenu__item {
    /* sm */
    min-width: 100px;
  }
}
.mobilemenu__item img {
  margin-bottom: 7px;
}
.open .mobilemenu__item {
  color: #ee322d;
}
.open .mobilemenu__item:after {
  content: '\f0d8';
  font-family: FontAwesome;
  color: #000;
  font-size: 16px;
  position: absolute;
  z-index: 3;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
}
.mobilemenu .btn-group {
  position: initial !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .mobilemenu .btn-group:last-of-type {
    /* sm */
  }
  .mobilemenu .btn-group:last-of-type .dropdown-menu {
    right: 0;
  }
}
.mobilemenu .dropdown-backdrop {
  position: absolute;
  z-index: 0;
  top: 100px;
  left: -10px;
  right: -10px;
  bottom: -400px;
}
.mobilemenu .dropdown-menu {
  width: 100vw;
  position: absolute;
  z-index: 2;
  left: -10px;
  top: 96px;
  border: 0;
  border-radius: 0;
  text-align: left !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .mobilemenu .dropdown-menu {
    /* sm */
    width: auto;
    left: auto;
  }
}
.mobilemenu .dropdown-menu a {
  font-size: 14px !important;
  color: #000 !important;
  padding: 4px 12px !important;
  margin: 0 15px !important;
  border-top: 1px solid #000;
}
.mobilemenu .dropdown-menu a:hover {
  background: none;
  color: #d60000 !important;
}
.mobilemenu .dropdown-menu li:first-of-type a {
  border-top-width: 3px;
}
.logo_menu .timework {
  font-size: 12px;
  color: #222;
  font-weight: 600;
  line-height: 14px;
  margin-top: 0px;
  margin-bottom: 5px;
}
@media (max-width: 991px) {
  .logo_menu .timework {
    /* sm xs */
    margin: 0;
  }
}
@media (max-width: 991px) {
  .logo_menu__row {
    /* sm xs */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .logo_menu__row .logo {
    margin: 0;
  }
  .logo_menu__row .logo img {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .logo_menu__row__phoneswork {
    /* sm xs */
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .logo_menu__row__phoneswork .timework {
    flex-grow: 1;
    text-align: center;
  }
  .logo_menu__row__phoneswork .btn-group {
    text-align: center;
    min-width: 44px;
  }
}
.logo_menu__phonebox {
  text-align: center;
  font-size: 22px;
  color: #000;
  border: 1px solid #dddddd;
  border-radius: 4px;
  width: 44px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo_menu > div > .row {
  margin-left: -5px;
  margin-right: -5px;
}
.logo_menu > div > .row > div {
  padding-left: 5px;
  padding-right: 5px;
}
.logo_menu .dropdown-toggle {
  font-size: 16px;
  color: #d60000;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}
.logo_menu .dropdown-toggle font {
  display: block;
  font-size: 12px;
  color: #000;
  line-height: 12px;
}
.logo_menu .open .dropdown-toggle {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.logo_menu .btn-group .dropdown-menu {
  text-align: center;
  font-size: 16px;
}
/* * */
.newsAnons {
  padding-bottom: 21px;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 30px;
}
.newsAnons .media {
  margin-bottom: 26px;
}
.newsAnons .media-object {
  border: 1px solid #e1e0e0;
}
.newsAnons .dt {
  font-size: 12px;
  color: #a19e9e;
  line-height: 12px;
  margin-bottom: 4px;
}
.newsAnons .name {
  display: block;
  margin-bottom: 6px;
  font-size: 18px;
  color: #222;
  line-height: 22px;
}
.newsAnons .more {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  color: #eb100a;
}
.contentNews {
  margin-bottom: 40px;
}
.imgOneNews {
  float: left;
  margin: 0 15px 10px 0;
  max-width: 100%;
}
/* * */
.podborShiniDiski {
  padding: 50px 0 50px 0;
  margin-bottom: 50px;
  background-attachment: fixed !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .podborShiniDiski {
    /* sm */
    background-image: url('../img/podborMain-sm.jpg') !important;
  }
}
@media (max-width: 767px) {
  .podborShiniDiski {
    /* xs */
    background-image: url('../img/podborMain-xs.jpg') !important;
  }
}
.podborShiniDiski .form-control {
  border-radius: 0;
}
.podborShiniDiski [type="number"].form-control {
  width: 68px;
  font-size: 14px;
  padding-left: 0;
  padding-right: 0;
}
.podborShiniDiski .filterH1 {
  background-color: #020203;
  font-size: 20px;
  color: #fff;
  line-height: 50px;
  text-align: center;
}
.podborShiniDiski .podtabs {
  float: right;
}
.podborShiniDiski .podtabs a {
  display: inline-block;
  width: 48.5%;
  margin-left: 1.5%;
  border: 0;
  border-bottom: 1px solid #100f0a;
  background-color: rgba(34, 35, 35, 0.85);
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  line-height: 49px;
  text-align: center;
}
.podborShiniDiski .podtabs a.active {
  border: 0;
  border-bottom: 1px solid transparent;
}
.podborShiniDiski .podtabs a:last-of-type {
  float: right;
}
.podborShiniDiski .filterBox {
  padding: 28px 27px;
  background-color: rgba(34, 35, 35, 0.85);
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 20px;
}
.podborShiniDiski .filterBox.waiting {
  position: relative;
  min-height: 250px;
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes pulsate {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.3;
  }
}
.podborShiniDiski .filterBox .rowpad6 > div {
  padding-top: 12px;
  padding-bottom: 13px;
}
.podborShiniDiski .filterBox .checkbox {
  margin: 7px 0;
}
.podborShiniDiski .btn {
  font-size: 16px;
  color: #d60000;
  font-weight: 600;
  line-height: 20px;
  padding: 6px 52px;
  border: 3px solid #d60000;
  border-radius: 0;
  background-color: transparent;
}
.podborShiniDiski .btn:hover {
  color: #fff;
  background-color: #d60000;
}
/* * */
.BrandsInCats {
  padding: 45px 0 55px 0;
  background-repeat: no-repeat !important;
  background-position: center top !important;
  background-color: #d8d8d8 !important;
}
.BrandsInCats b {
  display: block;
  margin-bottom: 35px;
  font-size: 20px;
  color: #222;
  font-weight: 400;
  line-height: 34px;
}
.BrandsInCats a {
  display: block;
  margin: 2px 0;
  font-size: 12px;
  color: #222;
  line-height: 12px;
}
@media (max-width: 767px) {
  .BrandsInCats a {
    /* xs */
    font-size: 16px;
    line-height: 1.2em;
    margin: 0;
    padding: 7px 0;
  }
}
.BrandsInCats a:hover {
  color: #eb100a;
  text-decoration: none;
}
/* * */
.RawHtmlImageBg {
  padding: 63px 0 65px 0;
  background-attachment: fixed;
  background-size: cover;
}
.RawHtmlImageBg > div {
  padding: 50px 55px;
  background-color: rgba(34, 35, 35, 0.8);
  font-size: 14px;
  color: #fffcfc;
  line-height: 18px;
}
.RawHtmlImageBg > div h2,
.RawHtmlImageBg > div .h2 {
  color: #fefcfc;
}
/* * */
.podbor {
  background-repeat: no-repeat !important;
  background-position: 0 43px !important;
  background-color: #2c2c2c !important;
  font-size: 14px;
  color: #fff;
  padding-bottom: 30px;
  margin-top: 12px;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .podbor {
    /* sm xs */
    margin-bottom: 0;
  }
}
.podbor__mobilehidebottom {
  display: none;
  position: fixed;
  width: 320px;
  bottom: 0;
  padding: 10px;
  background-color: #2c2c2c;
}
.podbor__mobilehidebottom button {
  width: 100%;
}
@media (max-width: 991px) {
  .podbor__mobilehidebottom {
    /* sm xs */
    display: block;
  }
}
.podbor .form-control {
  font-size: 14px;
  color: #2b2b2b;
  border-radius: 0;
}
.podbor .filter-name {
  display: block;
  cursor: pointer;
  padding: 12px 15px 12px 22px;
  background-color: rgba(86, 85, 85, 0.48);
  border: 1px solid #010101;
  border-width: 1px;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  line-height: 16px;
}
.podbor .filter-name i.fa {
  display: none;
  float: right;
  font-weight: 400;
}
.podbor .filter-name i.fa.fa-chevron-down {
  display: block;
}
.podbor .filter-name.collapsed i.fa.fa-chevron-up {
  display: block;
}
.podbor .filter-name.collapsed i.fa.fa-chevron-down {
  display: none;
}
.podbor .filter-name + .podbor .filter-name {
  border-top: 0;
}
.podbor .filter-center {
  cursor: default;
  text-align: center;
}
.podbor .collapseDiv {
  padding: 0 24px;
}
.podbor .collapseDiv .btn.btn-default {
  padding: 7px 10px;
  vertical-align: top;
}
.podbor .collapseDiv > div {
  padding: 12px 0 15px 0;
}
.podbor .collapseDiv > div .checkbox:not(.hide):first-of-type {
  margin-top: 5px;
}
.podbor .collapseDiv a {
  color: #fff;
  text-decoration: none;
}
.podbor .collapseDiv.range {
    line-height: 38px;
}
.podbor #podbor-price .form-control {
  padding: 0;
  text-align: center;
}
.podbor #podbor-price,
.podbor #podbor-w,
.podbor #podbor-et {
  line-height: 38px;
}
.podbor .podborArr {
  background-color: #f3f4f4;
  padding: 10px 0;
  font-size: 16px;
  color: #2b2b2b;
  line-height: 18px;
}
.podbor .podborArr > span {
  display: block;
  padding: 0 16px;
}
.podbor .podborArr > a {
  display: block;
  text-align: right;
  padding: 3px 16px;
}
.podbor .podborArr > div {
  position: relative;
  cursor: pointer;
  padding: 8px 16px;
  border-bottom: 1px solid #616262;
}
.podbor .podborArr > div:after {
  content: '\f00d';
  font-family: FontAwesome;
  color: #eb100a;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  top: 8px;
  right: 15px;
}
.podbor .podborArr > div b {
  font-weight: 600;
}
.podbor .control-label {
  padding-top: 7px;
  padding-bottom: 7px;
}
.podbor .slider.slider-horizontal {
  width: 95%;
  margin: 0 5px;
}
.podbor .slider-handle {
  width: 12px;
  height: 16px;
  background: #d60000;
  border: 0px solid #d60000;
  border-radius: 1px;
}
.podbor .slider.slider-horizontal .slider-track {
  height: 2px;
}
.podbor .slider-selection {
  background: #d60000;
}
.podbor .slider.slider-horizontal .slider-tick,
.podbor .slider.slider-horizontal .slider-handle {
  margin-top: -7px;
  margin-left: -6px;
}
/* * */
.btn.btn-size {
  float: right;
  font-size: 16px;
  color: #d60000;
  font-weight: 600;
  line-height: 19px;
  padding: 5px 32px;
  border: 2px solid #eb100a;
  border-radius: 0;
}
.btn.btn-size.center {
  display: none;
  float: none;
  margin: 0 auto;
}
.BA-result {
  margin-top: 20px;
  margin-bottom: 30px;
}
.BA-result > .R {
  border-bottom: 3px solid #0a0a0a;
  background: url('../img/cat-type-1.png') no-repeat 40px 100%;
  padding-top: 10px;
  text-align: right;
  font-size: 36px;
  color: #0a0a0a;
  font-weight: 700;
  line-height: 80px;
}
.BA-result > .R.cat-type-2 {
  background: url('../img/cat-type-2.png') no-repeat 40px 100%;
}
.BA-result .item {
  cursor: pointer;
  background-color: #f3f4f4;
  border-bottom: 1px solid #dbdbdb;
  padding: 13px 0;
  text-align: center;
  font-size: 16px;
  color: #222;
  font-weight: 600;
  line-height: 18px;
}
.BA-result .item a {
  display: block;
  margin-top: -13px;
  margin-bottom: -13px;
  padding: 13px 0;
  font-size: 16px;
  color: #222;
  line-height: 18px;
}
.BA-result .item:hover a,
.BA-result .item.selected a {
  background-color: #d8d8d8;
  color: #d60000;
  text-decoration: none;
}
/* */
.byAutoShiniLine input {
  display: none;
}
.BA-result .item .byAutoShiniLine > div:last-of-type:after {
  position: absolute;
  opacity: 0;
  right: 12px;
  top: 0;
  font-family: 'FontAwesome';
  content: "\f046";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}
.BA-result .item:hover .byAutoShiniLine > div:last-of-type:after {
  opacity: 0.5;
}
.BA-result .item.selected .byAutoShiniLine > div:last-of-type:after {
  opacity: 1;
}
/* * */
.oneTovarPlitka {
  border: 1px solid #dbdbdb;
  padding-bottom: 20px;
  margin-bottom: 40px;
  text-align: center;
}
.oneTovarPlitka .name {
  padding-top: 10px;
  padding-bottom: 14px;
  font-size: 16px;
  color: #222;
  line-height: 18px;
}
.oneTovarPlitka .name a {
  display: block;
  min-height: 58px;
  font-size: 16px;
  color: #222;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
}
.oneTovarPlitka .name a > span {
  display: block;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}
.oneTovarPlitka .name a:hover,
.oneTovarPlitka .name a:hover a {
  color: #d60000;
  text-decoration: none;
}
.oneTovarPlitka .name-short,
.oneTovarPlitka .name-short a,
.oneTovarPlitka .name-short span {
  font-size: 14px;
}
.tovarImgBox .icons {
  position: absolute;
  z-index: 1;
  right: 24px;
  padding: 4px 0 0 0;
}
.tovarImgBox .icons img {
  display: block;
  margin: 5px 0;
  float: right;
  clear: both;
  opacity: 0.4;
}
.tovarImgBox .property {
  position: absolute;
  z-index: 1;
  margin: 15px 0 0 0;
}
.tovarImgBox.big .property {
  margin-top: 31px;
}
.tovarImgBox .property > div {
  border: 0;
  min-width: 125px;
  padding: 0 15px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  line-height: 36px;
}
.oneTovarPlitka .tovarImgBox .imag img {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 15px;
}
.tovarImgBox.big .imag {
  display: block;
  text-align: center;
  border: 1px solid #dbdbdb;
}
.tovarImgBox.big .imag img {
  max-width: 100%;
}
.oneTovarPlitka .price {
  font-size: 24px;
  color: #222;
  font-weight: 600;
  line-height: 28px;
}
.oneTovarPlitka .price span {
  font-size: 16px;
  font-weight: 400;
}
.oneTovarPlitka .price.inShort {
  color: #d60000;
}
.rating-symbol .fa-star,
.rating-symbol .fa-star-o {
  font-size: 18px;
}
.rating-symbol .fa-star {
  color: #eb2222;
}
.rating-symbol .fa-star-o {
  color: #a19e9e;
}
.oneTovarPlitka__nal-box div {
  margin: 5px 25px;
  padding: 4px 0;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}
.oneTovar .oneTovarPlitka__nal-box div {
  margin: 0;
  border: 0;
  text-align: left;
  font-size: 16px;
  line-height: 35px;
}
.oneTovarPlitka__nal-box__nal4kiev {
  color: #00ff00;
  border: 1px solid #00ff00;
}
.oneTovarPlitka__nal-box__nal123kiev {
  color: #ffff00;
  border: 1px solid #ffff00;
  color: #A52A2A;
  border-color: #A52A2A;
}
.oneTovarPlitka__nal-box__nal4region {
  color: #FFCC00;
  border: 1px solid #FFCC00;
}
.oneTovarPlitka__nal-box__nal123region {
  color: #808080;
  border: 1px solid #808080;
}
.oneTovarPlitka__nal-box__NOnal {
  color: #a19e9e;
  border: 1px solid #a19e9e;
}
.oneTovarPlitka .comment {
  display: inline-block;
  padding-left: 5px;
  font-size: 16px;
  color: #a19e9e;
}
.oneTovarPlitka .specif {
  min-height: 48px;
  padding: 10px 0;
  font-size: 12px;
  color: #a19e9e;
  font-weight: 300;
  line-height: 14px;
}
.oneTovarPlitka .btn.btn-default {
  margin-top: 15px;
  background-color: #fff;
  border-radius: 0;
  border: 2px solid #ee322d;
  padding: 6px 55px;
  font-size: 16px;
  color: #ee322d;
  font-weight: 600;
  line-height: 16px;
}
.oneTovarPlitka .btn.btn-default:hover {
  color: #fff;
  background-color: #ee322d;
}
/* * */
.oneTovar h1 {
  padding: 0;
  margin: 5px 0 12px 0;
  font-size: 25px;
  color: #222;
  font-weight: 600;
  line-height: 30px;
}
.oneTovar__main-image {
  max-width: 100%;
}
.oneTovar .code {
  font-size: 14px;
  color: #a19e9e;
  line-height: 26px;
}
.oneTovar .code-text {
  font-size: 12px;
  line-height: 1.2em;
}
.oneTovar .star {
  line-height: 30px;
  padding-bottom: 15px;
}
.oneTovar .comment {
  display: inline-block;
  padding-left: 5px;
  font-size: 14px;
  color: #222;
}
.oneTovar .buyBox {
  border: 1px solid #dbdbdb;
  border-width: 1px 0;
  padding: 20px 0;
  margin-bottom: 20px;
  line-height: 32px;
}
.oneTovar .buyBox .nal {
  font-size: 14px;
  color: #222;
}
.oneTovar .buyBox .nal1 {
  color: #39bb00;
}
.oneTovar .buyBox .price {
  text-align: center;
  font-size: 26px;
  color: #222;
  font-weight: 600;
}
.oneTovar .buyBox .price span {
  font-size: 18px;
  font-weight: 400;
}
.oneTovar .buyBox .btn.btn-default {
  width: 100%;
  background-color: #fff;
  border-radius: 0;
  border: 2px solid #ee322d;
  padding: 6px 0;
  font-size: 16px;
  color: #ee322d;
  font-weight: 600;
  line-height: 16px;
}
.oneTovar .buyBox .btn.btn-default:hover {
  color: #fff;
  background-color: #ee322d;
}
.oneTovar .oneTovarSpecif {
  margin-bottom: 20px;
  font-size: 14px;
  color: #222;
  line-height: 16px;
}
.oneTovar .oneTovarSpecif > b {
  display: block;
  margin-bottom: 14px;
  font-size: 20px;
  color: #222;
  font-weight: 400;
  line-height: 26px;
}
.oneTovar .oneTovarSpecif > div {
  clear: both;
  width: 100%;
  min-height: 19px;
  border-bottom: 1px dashed #989898;
}
.oneTovar .oneTovarSpecif > div > div {
  float: left;
  padding: 6px 3px 6px 0;
  background-color: #fff;
}
.oneTovar .oneTovarSpecif > div > div:last-of-type {
  float: right;
  padding: 6px 0 6px 3px;
}
.CatalogAnons h3 {
  font-size: 20px;
  color: #222;
  text-transform: lowercase;
  margin: 0 25px;
}
.CatalogAnons h3:first-letter {
  text-transform: uppercase;
}
.modelsizes {
  width: 100%;
  border-spacing: 6px;
  border-collapse: separate;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .modelsizes {
    /* xs */
    border-spacing: 2px;
    margin: 0 -2px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .modelsizes table,
  .modelsizes thead,
  .modelsizes tbody,
  .modelsizes tr,
  .modelsizes td,
  .modelsizes td {
    /* xs */
  }
}
@media (max-width: 767px) {
  .modelsizes tr {
    /* xs */
  }
}
.modelsizes th {
  padding: 4px 10px;
  background-color: #000;
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
  color: #fff;
  line-height: 1.2em;
  height: 40px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .modelsizes th {
    /* sm */
    font-size: 12px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  .modelsizes th {
    /* xs */
    font-size: 12px;
    height: 26px;
    padding: 4px 7px;
  }
}
.modelsizes td {
  text-align: center;
  padding: 5px 10px;
  height: 40px;
  font-size: 14px;
  color: #000;
  line-height: 1.2em;
  position: relative;
}
.modelsizes td:before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #dbdbdb;
}
.modelsizes td .oneTovarPlitka__nal-box__nal4kiev,
.modelsizes td .oneTovarPlitka__nal-box__nal123kiev,
.modelsizes td .oneTovarPlitka__nal-box__nal4region,
.modelsizes td .oneTovarPlitka__nal-box__nal123region {
  border: 0;
}
.modelsizes td a {
  position: relative;
  z-index: 1;
  font-size: 14px;
  color: #000;
  line-height: 1.2em;
  text-decoration: underline;
}
.modelsizes td a:hover {
  text-decoration: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .modelsizes td a {
    /* sm */
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .modelsizes td a {
    /* xs */
    font-size: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .modelsizes td {
    /* sm */
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .modelsizes td {
    /* xs */
    font-size: 11px;
    padding: 4px 8px;
  }
}
@media (max-width: 767px) {
  .modelsizes th,
  .modelsizes td {
    /* xs */
  }
  .modelsizes th:nth-child(5),
  .modelsizes td:nth-child(5) {
    display: none;
  }
}
@media (max-width: 430px) {
  .modelsizes th:nth-child(2),
  .modelsizes td:nth-child(2) {
    display: none;
  }
}
@media (max-width: 465px) {
  .modelsizes th:nth-child(3),
  .modelsizes td:nth-child(3) {
    display: none;
  }
}
@media (max-width: 575px) {
  .modelsizes th:nth-child(4),
  .modelsizes td:nth-child(4) {
    display: none;
  }
}
.modelsizes__buy {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  text-align: center;
  font-size: 16px;
  color: #ee322d;
  font-weight: 600;
  border: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .modelsizes__buy {
    /* sm */
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .modelsizes__buy {
    /* xs */
    font-size: 12px;
  }
}
.modelsizes__buy__cover {
  width: 183px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .modelsizes__buy__cover {
    /* sm */
    width: 93px;
  }
}
@media (max-width: 767px) {
  .modelsizes__buy__cover {
    /* xs */
    width: 75px;
  }
}
.modelsizes__buy:hover {
  color: #fff;
  background-color: #ee322d;
}
.modelsizes__price {
  font-size: 20px;
  color: #222;
  font-weight: 600;
}
@media (min-width: 768px) and (max-width: 991px) {
  .modelsizes__price {
    /* sm */
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .modelsizes__price {
    /* xs */
    font-size: 14px;
  }
}
.modelsizes__price span {
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 768px) and (max-width: 991px) {
  .modelsizes__price span {
    /* sm */
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .modelsizes__price span {
    /* xs */
    font-size: 10px;
  }
}
.modelsizes__tab {
  padding: 20px 0 0 0 !important;
  margin: 0 -6px !important;
  background: none !important;
  border-top: 0 !important;
  position: relative;
}
.modelsizes__tab:before {
  content: '';
  height: 3px;
  background-color: #0a0a0a;
  position: absolute;
  top: 0;
  left: 6px;
  right: 6px;
}
/* * */
.cart-table {
  display: table;
  text-align: center;
  font-size: 14px;
  color: #222;
  margin-bottom: 36px;
}
.cart-table > div {
  display: table-row;
}
.cart-table > div > div {
  display: table-cell;
  height: 100%;
  float: none;
}
.cart-table > div > div {
  border-top: 1px solid #dddddd;
}
.cart-table > div:last-of-type > div {
  border-bottom: 1px solid #dddddd;
}
.cart-table > div > div {
  border-left: 1px solid #dddddd;
}
.cart-table > div > div:last-of-type {
  border-right: 1px solid #dddddd;
}
.cart-table > div > div {
  padding: 10px 10px;
  text-align: center;
  vertical-align: middle;
}
.cart-table-small > div > div {
  padding: 3px 3px;
}
.cart-table label {
  line-height: 30px;
  font-weight: 400;
}
.cart-table-small label {
  line-height: 16px;
}
.cart-table .form-control {
  border-radius: 0;
}
.cart-table .imag {
  margin: 10px 0;
  max-width: 95%;
}
.cart-table .name {
  font-size: 14px;
  color: #222;
}
.cart-table-small .name {
  font-size: 12px;
}
.cart-table .name font {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  color: #a19e9e;
  font-weight: 300;
}
.cart-table .name a {
  display: block;
  font-size: 16px;
  color: #222;
  font-weight: 600;
}
.cart-table-small .name a {
  font-size: 14px;
}
.cart-table .name a span {
  display: block;
  font-size: 14px;
  color: #222;
  font-weight: 400;
}
.cart-table .name .text-delete {
  position: absolute;
  top: 0;
  right: 20px;
}
.cart-table .name .text-delete a span {
  color: #d60000;
}
.cart-table .name .text-delete a:hover {
  text-decoration: none;
}
.cart-table-small .name a span {
  font-size: 12px;
}
.cart-table .price {
  font-size: 16px;
  color: #222;
  font-weight: 400;
}
.cart-table-small .price {
  font-size: 12px;
}
.cart-table .price.red {
  color: #d60000;
}
.cart-table .price span {
  font-size: 24px;
  font-weight: 600;
}
.cart-table-small .price span {
  font-size: 14px;
}
.cart-itogo {
  margin-bottom: 34px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  color: #151515;
}
.cart-itogo b {
  font-size: 16px;
  color: #d60000;
  font-weight: 400;
}
.cart-itogo b font {
  font-size: 24px;
  font-weight: 600;
}
.cart-itogo-small {
  padding: 0 0 32px 0;
  margin: 0;
  border: 0;
}
.cart__btn__wrapper {
  text-align: center;
}
@media (min-width: 992px) {
  .cart__btn__wrapper {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .cart__btn__wrapper {
    margin-bottom: 30px;
  }
}
.cart-itogo__btn__wrapper {
  text-align: center;
}
@media (min-width: 992px) {
  .cart-itogo__btn__wrapper {
    text-align: right;
  }
}
.payparts__btn__wrapper {
  margin-top: 15px;
}
.cart_info i,
.cart_info em {
  font-style: italic;
}
/* * */
.bottomcontent {
  padding: 30px 0;
  background-color: #222;
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  line-height: 23px;
}
.bottomcontent a {
  font-size: 14px;
  color: #fdf9f9;
  font-weight: 300;
  line-height: 23px;
}
.bottomcontent a:hover {
  color: #eb100a;
  text-decoration: none;
}
/* * */
.oneComment {
  border-bottom: 1px dashed #dddddd;
  padding: 20px 0;
}
.oneComment .answer {
  padding-left: 30px;
}
.oneComment .answer p {
  font-style: italic;
  padding: 10px 0 0px 0;
}
.oneComment .oneComment .name {
  color: #000;
}
.oneComment .oneComment .name b,
.oneComment .oneComment .name strong {
  display: inline-block;
  font-weight: 600;
  margin-right: 5px;
}
.oneComment .fa.fa-star,
.oneComment .fa.fa-star-o {
  font-size: 12px;
}
.oneComment .dt {
  font-size: 12px;
  color: #9b9b9b;
}
/* * */
.byauto__vendors {
  border: 1px solid #ccc;
  padding: 10px 15px;
  margin-bottom: 30px;
  text-align: center;
}
.byauto__vendors img {
  display: block;
  margin: 0 auto;
  max-width: 60%;
  margin-bottom: 10px;
}
.byauto__vendors div a {
  display: inline-block;
  color: #222;
}
.byauto__vendors div div {
  margin-bottom: 5px;
}
/* */
.calendar {
  padding-bottom: 50px;
}
.calendar__form {
  font-size: 13px;
  color: #222;
  padding: 15px 40px 30px 40px;
  background-color: #f4f4f4;
}
.calendar__form .with-errors ul {
  padding: 15px;
  margin: 0 0 20px 0;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.calendar__daysselect {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 5px;
    margin-bottom: 5px;
}

.calendar__daysselect > * {
    width: calc( ( 100% / 7 ) - 5px );
    /* margin: 0 5px 5px 0; */
}

.calendar__daysselect div {
  cursor: pointer;
  text-align: center;
  padding: 5px 0;
  border: 1px solid #b1b1b1;
  font-size: 14px;
  color: #222;
  line-height: 1.2em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .calendar__daysselect div {
    /* xs */
    font-size: 12px;
  }
}
.calendar__daysselect div.active {
  color: #fff;
  background-color: #d60000;
}
.calendar__daysselect div span {
  text-transform: capitalize;
}
.calendar__daysselect div.disabled {
  cursor: not-allowed;
  opacity: 0.7;
}
.calendar__daysselect-th div {
  color: #fff;
  background-color: rgba(102, 102, 102, 0.6);
}
.calendar__thankyou {
  flex-grow: 1;
  background: url('/img/shinomontaj/bg__thankyou.png') no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.calendar__thankyou-cart {
  background-image: url('/img/bg__order_thankyou.png');
  min-height: 350px;
}
.calendar__thankyou__message {
  background-color: rgba(33, 33, 33, 0.7);
  padding: 40px 55px 50px 55px;
  margin: 20px 10px;
  max-width: 80vw;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  line-height: 1.8em;
}
@media (max-width: 991px) {
  .calendar__thankyou__message {
    /* @screen-xs screen-sm */
    padding: 25px 30px 30px 30px;
    margin: 10px 0;
    max-width: 90vw;
  }
}
.calendar__thankyou__message b,
.calendar__thankyou__message strong {
  font-size: 30px;
}
.calendar__thankyou__message a {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #d60000;
  font-weight: 600;
  line-height: 2.05em;
  text-decoration: none;
  border: 2px solid #d60000;
  padding: 0 24px;
}
.calendar__thankyou__message a:hover {
  color: #fff;
  background-color: #d60000;
  text-decoration: none;
}
.calendar__thankyou__message-cart {
  font-size: 20px;
  line-height: 30px;
  margin-left: 170px;
}
.calendar__thankyou__message-cart b,
.calendar__thankyou__message-cart strong {
  font-size: 30px;
  line-height: 30px;
}
@media (max-width: 991px) {
  .calendar__thankyou__message-cart {
    /* @screen-xs screen-sm */
    margin-left: 0;
  }
}
.calendar__popupselect {
  padding: 0 35px;
  padding-bottom: 35px;
}
@media (max-width: 767px) {
  .calendar__popupselect {
    /* xs */
    padding: 0;
  }
}
.calendar__popupselect label {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 76px;
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #222;
  font-weight: 600;
  line-height: 1.2em;
}
.calendar__popupselect label img {
  margin: 0 20px 0 30px;
}
@media (max-width: 767px) {
  .calendar__popupselect label img {
    /* xs */
    margin: 0 15px 0 15px;
    max-width: 45px;
  }
}
.calendar__popupselect input {
  display: none;
}
.calendar__popupselect__fakeradio {
  position: relative;
  cursor: pointer;
  width: 26px;
  min-width: 26px;
  height: 26px;
  border-radius: 26px;
  border: 2px solid #e5e5e5;
}
.calendar__popupselect__fakeradio:hover:after {
  opacity: 0.5;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  border-radius: 14px;
  background-color: #ed322d;
}
.pageOrderThankYou .breadcrumb {
  margin-bottom: 0;
}
.pageOrderThankYou .sitebody__main {
  display: flex;
  flex-direction: column;
}
.pageOrderThankYou .sitebody__main h1 {
  display: none;
}
.calendar .form-group {
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 8px;
}
.calendar .hide-input {
  position: absolute;
  opacity: 0;
  margin-bottom: -8px;
}
.calendar select option:disabled {
  color: #000;
  font-weight: bold;
}
.calendar__admin .form-control {
  zoom: 0.85;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 13px;
  border-radius: 0;
}
.calendar__admin__day {
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 10px;
}
.calendar__admin__day-name {
  border-bottom: 1px solid #d5d5d5;
  text-align: left;
  font-size: 18px;
  line-height: 30px;
}
.calendar__admin__day__hour {
  padding: 5px 0;
  border-bottom: 1px solid #d5d5d5;
  font-size: 12px;
  line-height: 12px;
}
.calendar__admin__day__hour-colored {
  background-color: rgba(0, 0, 0, 0.06);
}
.calendar__hours {
  padding-top: 45px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 0;
}
.calendar__hours__personalday {
  display: flex;
  flex-wrap: wrap;
}
.calendar__hours__hour {
  /*float:left;*/
  cursor: pointer;
  text-align: center;
  width: calc( ( 100% / 7 ) - 5px );
  margin: 0 5px 5px 0;
  border: 1px solid #b1b1b1;
  font-size: 15px;
  color: #222;
  line-height: 38px;
}
@media (max-width: 767px) {
  .calendar__hours__hour {
    /* xs */
    font-size: 12px;
  }
}
.calendar__hours__hour-lastinline {
  /*margin-right:0px;*/
}
.calendar__hours__hour-busy {
  cursor: default;
  color: #999;
  background: linear-gradient(to top left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - 0.8px), #a09e9f 50%, rgba(0, 0, 0, 0) calc(50% + 0.8px), rgba(0, 0, 0, 0) 100%), linear-gradient(to top right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - 0.8px), #a09e9f 50%, rgba(0, 0, 0, 0) calc(50% + 0.8px), rgba(0, 0, 0, 0) 100%);
}
.calendar__hours__hour.active {
  color: #fff;
  background-color: #d60000;
}
#Calendar {
  position: relative;
}
#Calendar .ui-datepicker {
  width: 100%;
  border: 0;
}
#Calendar .ui-datepicker-header {
  background: #fff;
  border: 0;
}
#Calendar .ui-datepicker-header {
  background: #fff;
  border: 0;
}
#Calendar .ui-datepicker-title {
  margin: 0 0 11px 0;
  text-align: left;
  font-size: 20px;
  color: #222;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
}
#Calendar .ui-datepicker-prev,
#Calendar .ui-datepicker-next {
  display: block;
  position: absolute;
  z-index: 1;
  opacity: 1;
  top: 170px;
  border: 0;
  background: none;
  text-decoration: none;
}
#Calendar .ui-datepicker-prev {
  left: -18px;
}
#Calendar .ui-datepicker-next {
  right: -7px;
}
#Calendar .ui-datepicker-prev:after,
#Calendar .ui-datepicker-next:after {
  display: block;
  content: "\f053";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 18px;
  color: #666;
  line-height: 36px;
  width: 36px;
  text-align: center;
  background: #f3f5f4;
  border-radius: 100%;
}
#Calendar .ui-datepicker-next:after {
  content: "\f054";
}
#Calendar .ui-icon {
  opacity: 0;
}
#Calendar .ui-datepicker th {
  padding: 0;
  background-color: #666;
  border: 1px solid #aaa;
  font-size: 21px;
  color: #fff;
  font-weight: 400;
  line-height: 42px;
}
#Calendar .ui-datepicker td {
  padding: 0;
  border: 1px solid #aaaaaa;
}
#Calendar .ui-datepicker td.ui-datepicker-current-day {
  position: relative;
}
#Calendar .ui-state-default {
  border: 2px solid #fff;
  background: none;
  text-align: center;
  font-size: 21px;
  color: #333;
  font-weight: 400;
  line-height: 32px;
}
#Calendar .ui-state-disabled {
  opacity: 1;
}
#Calendar .ui-state-disabled .ui-state-default {
  color: #999;
}
#Calendar .ui-state-active {
  color: #d60000;
  line-height: 32px;
  border: 2px solid #d60000;
  /*
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
*/
}
/* */
.content-fg {
  padding: 0 22px;
  margin-bottom: 40px;
}
.adm_main .content-fg {
  max-width: 75vw;
}
.content-fg h3 {
  margin-bottom: 20px;
  font-size: 20px;
  color: #333;
  font-weight: 600;
  line-height: 46px;
}
.content-fg__item {
  border: 1px solid #e0e0e0;
}
.content-fg__item__img {
  margin: 0 !important;
  width: 100%;
}
.content-fg__item__link,
a.content-fg__item__link {
  display: block;
  min-height: 56px;
  padding: 0 20px;
  text-align: left;
  font-size: 16px;
  color: #333;
  font-weight: 600;
  text-decoration: none;
}
.content-fg__item:hover .content-fg__item__link {
  color: #cc0000;
}
/* */
.breadcrumb {
  background: #f3f4f4;
  border-top: 1px solid #e4e4e4;
  padding: 15px 0;
  margin: 0 0 30px 0;
}
.breadcrumb ol {
  list-style: none;
  margin: 0;
}
.breadcrumb ol li {
  display: inline-block;
}
.breadcrumb a {
  font-size: 15px;
  color: #a19e9e;
  font-weight: 300;
  line-height: 16px;
  text-decoration: none;
}
.breadcrumb a:after {
  content: ' /';
}
.breadcrumb ol li:last-of-type a:after {
  content: '';
}
/* * */
.pagersort {
  display: block;
  text-align: right;
  margin: 0 0 25px 0;
  padding: 6px 0 8px 0;
  border: 1px solid #e4e4e4;
  border-width: 1px 0;
  font-size: 16px;
  color: #222;
  line-height: 38px;
}
@media (min-width: 992px) {
  .pagersort {
    /* lg md */
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.pagersort .dropdown-toggle {
  border: 1px solid #dbdbdb;
  background: #fff;
  padding: 0 10px;
  margin: 0 10px;
  font-size: 16px;
  color: #222;
  line-height: 36px;
}
@media (max-width: 991px) {
  .pagersort .dropdown-toggle {
    /* sm xs */
    margin: 0;
    min-width: 120px;
  }
}
@media (max-width: 991px) {
  .pagersort__sortline {
    /* sm xs */
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.pagersort__sortline__filter {
  display: none;
}
@media (max-width: 991px) {
  .pagersort__sortline__filter {
    /* sm xs */
    display: block;
  }
}
.public .pagersort__sortline__filter .btn {
  border: 1px solid #dbdbdb;
  border-radius: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px !important;
  background: none;
  min-width: 120px;
}
@media (max-width: 767px) {
  .pagersort__sortline__sortlabel {
    /* xs */
    display: none;
  }
}
.pagersort .mypager {
  margin: 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;
}
@media (max-width: 767px) {
  .mypager {
    /* xs */
    display: block;
    padding: 3px 0;
    text-align: center;
  }
}
.mypager li {
  display: inline;
  padding: 0 0px;
}
.mypager a,
.pager a:link,
.mypager a:visited {
  display: inline-block;
  min-width: 26/16em;
  text-align: center;
  font-size: 16px;
  color: #222;
  text-decoration: none;
  line-height: 26px;
}
@media (max-width: 767px) {
  .mypager a,
  .pager a:link,
  .mypager a:visited {
    /* xs */
    min-width: 0;
    font-size: 16px;
    padding: 0 2px;
  }
}
.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;
  border: 1px solid #dddddd;
  border-radius: 100%;
}
@media (max-width: 767px) {
  .mypager .active a,
  .mypager .active a:link,
  .mypager .active a:visited,
  .mypager span.active a:hover {
    /* xs */
    border: 0;
    font-weight: 600;
  }
}
.public .form-control {
  border-radius: 0;
}
.public .btn.btn-default {
  display: inline-block;
  background-color: #fff;
  border-radius: 0;
  border: 2px solid #ee322d;
  padding: 6px 25px;
  font-size: 16px;
  color: #ee322d;
  font-weight: 600;
  line-height: 16px;
}
.public .btn.btn-default:hover {
  color: #fff;
  background-color: #ee322d;
}
.public .btn.btn-black {
  display: inline-block;
  background-color: #fff;
  border-radius: 0;
  border: 2px solid #000;
  padding: 6px 25px;
  font-size: 16px;
  color: #000;
  font-weight: 600;
  line-height: 16px;
}
.public .btn.btn-black:hover {
  color: #fff;
  background-color: #000;
}
.public .btn.btn-white {
  border: 2px solid #222222;
  font-size: 16px;
  color: #222222;
}
.public .btn.btn-white:hover {
  color: #fff;
  background-color: #222222;
}
.dropdown-form-control {
  display: block;
  width: 100%;
  height: 34px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  font-size: 14px;
  color: #2b2b2b;
  border: 0;
  border-radius: 0;
  padding: 0;
}
.dropdown-form-control__toggle {
  cursor: default;
  border: 1px solid #ccc;
  padding: 6px 16px;
  position: relative;
}
.dropdown-form-control__toggle:after {
  content: '\f107';
  font-family: FontAwesome;
  color: #000;
  font-size: 16px;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: auto;
  transform: translateY(-50%);
  right: 5px;
}
.dropdown-form-control__menu {
  width: 100%;
  border-radius: 0;
  margin-top: -1px;
  padding: 4px 0;
}
.dropdown-form-control__item {
  display: block;
  font-size: 14px;
  color: #000 !important;
  line-height: 1.2em;
  text-decoration: none;
  padding: 2px 16px;
}
html,
body {
  height: 100%;
}
#wrap {
  width: 100%;
  min-height: 100%;
}
#footer {
  position: relative;
  /* margin-top: -125px; */
  /* height: 125px; */
  clear: both;
}
.sitebody {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.sitebody__main {
  position: relative;
  flex-grow: 1;
}
.pageOrderThankYou .sitebody__main {
  display: flex;
}
/* */
.blockRawHtml ul[style="list-style-type: disc;"] {
  margin-left: 0px;
  list-style-type: none !important;
  /* Прячем исходные маркеры */
}
.blockRawHtml ul[style="list-style-type: disc;"] li:before {
  color: #d60000;
  /* Цвет маркера */
  content: "●";
  /* Сам маркер */
  padding-right: 10px;
  /* Расстояние от маркера до текста */
}
.blockRawHtml table.radius {
  border-collapse: separate;
  border-spacing: 5px 4px;
  margin-left: -5px;
  margin-top: -4px;
}
.blockRawHtml table.radius th {
  text-align: center;
  background-color: #000;
  padding: 10px 10px;
  font-size: 1.28571429em;
  color: #fff;
  line-height: 21px;
}
.blockRawHtml table.radius td {
  text-align: center;
  padding: 10px 10px;
  border: 1px solid #dbdbdb;
  font-size: 1.07142857em;
  color: #333;
  font-weight: 600;
  line-height: 18px;
}
/* */
#sticky.stick {
  background-color: #fff;
  margin-top: 0 !important;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 991px) {
  #sticky.stick {
    /* sm xs */
    z-index: 0;
  }
}
.adm_main #sticky.stick {
  position: relative;
}
/* flex */
.flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex!important;
}
.flex-center {
  -webkit-align-self: center;
  align-self: center;
}
.flex-bottom {
  -webkit-align-self: flex-end;
  align-self: flex-end;
}
/* end: flex */
/* savi */
.savi-tab td {
  border: none;
  border-bottom: 1px solid black;
  padding-left: 10px;
  text-align: center;
}
.savi-tab-raznoe td {
  border: none;
  border-bottom: 1px solid black;
  padding-left: 10px;
  text-align: left;
}
.savi-tab th {
  border: none;
  border-bottom: 1px solid black;
  padding-left: 10px;
  text-align: center;
  font-weight: bold;
}
.savi-tab-raznoe th {
  border: none;
  border-bottom: 1px solid black;
  padding-left: 10px;
  text-align: center;
  font-weight: bold;
}
.dnone,
.d-none {
  display: none;
}
.fg2 {
  margin-bottom: 2em;
}
.fg2 a {
  display: inline-block;
  margin: 0 1em 0.5em 0;
  font-size: 16px;
  color: #222;
  text-decoration: none;
}
.fg2 a.active .fa {
  color: #eb100a;
}
.text-upper,
.text-uppercase {
  text-transform: uppercase;
}
.Loading {
  display: block;
  cursor: wait;
  position: fixed;
  z-index: 9998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
/* /// */
.modal-dialog.calendar .modal-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #222;
  font-weight: 600;
  line-height: 1.4em;
  padding: 0 35px;
}
@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 */
}
