*{box-sizing: border-box;}
* {
    margin: 0;
    padding: 0;
}

body, html {
  height: 100%;
  
}

h4 {
  font-family: "RobotoCondensedLight";
  font-size: 22px;
  font-weight: 600;
  color: rgba(84, 85, 84, 0.9);
}

.page_set {
  margin: 0 auto;
  max-width: 1920px;
}

.gormenu {
  max-width: 1920px;
  border-bottom: 1px solid #dcdcdc;
}

.zag_all img {
  margin-top: -7px;
}

.zag_logo {
  display: flex;
  align-items: center;
}

.ruby {
  font-size: 24px;
}

.zag_logo:hover {
  color: rgba(143, 0, 0, 0.85);
}

.zag_comp {
  font-size: 16px;
  margin-top: 4px;
}

.navbar-custom {
    background: url(../images/bg.gif) repeat top left #FFFFFF;
}

/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: rgba(84, 85, 84, 0.9);
    font-family: "RobotoCondensedLight";
    font-size: 22px;
    font-weight: 600;
}

.navbar-custom .navbar-toggler,
.navbar-custom .navbar-toggler-icon {
    background-color: rgba(249, 249, 249, 1);
    color: rgba(84, 85, 84, 0.9);
    font-size: 28px;
    border: 1px solid rgba(84, 85, 84, 0.9);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-family: "RobotoCondensedLight";
    font-weight: 600;
}

.navbar-custom .navbar-nav .nav-link {
    color: rgba(84, 85, 84, 0.9);
    font-family: "RobotoCondensedLight";
    font-size: 18px;
    font-weight: 600;
    margin-top: 3px;
}

.navbar-custom .navbar-nav{
  margin-left: -5px;
}

.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:focus .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: rgba(143, 0, 0, 0.85);
}

.navbar-custom .dropdown-menu {
  background: url(../images/bg.gif) repeat top left #FFFFFF;
  border-color: rgba(87, 87, 87, 0.3);
}

.navbar-custom .dropdown-item {
  background-color: rgba(249, 249, 249, 0);
  color: rgba(84, 85, 84, 0.9);
  font-family: "RobotoCondensedLight";
  font-size: 16px;
  font-weight: 600;
}

.navbar-custom .dropdown-item.active,
.navbar-custom .dropdown-item:focus,
.navbar-custom .dropdown-item:hover {
  color: rgba(143, 0, 0, 0.85);
}

.navbar-custom .btn {
  color: rgba(255, 255, 255, 1);
  border-color: rgba(87, 87, 87, 0.3);
  background-color: rgba(87, 87, 87, 0.7);
  -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;
}

.navbar-custom .btn.active,
.navbar-custom .btn:focus,
.navbar-custom .btn:hover {
  color: rgba(255, 255, 255, 1);
  border-color: rgba(87, 87, 87, 0.3);
  background-color: rgba(143, 0, 0, 0.85);
}

.navbar-custom .sb-search-input {
  border-color: rgba(87, 87, 87, 0.3);
  background-color: rgba(255, 255, 255, 1);
  -webkit-border-top-left-radius:3px;
  -webkit-border-bottom-left-radius:3px;
  -moz-border-radius-topleft:3px;
  -moz-border-radius-bottomleft:3px;
  border-top-left-radius:3px;
  border-bottom-left-radius:3px;
  margin-left: 5px;
}

.head_column3 {
  margin-bottom: 30px;
}

.sld{
  max-width: 1920px;
  height: 500px;
  object-fit: cover;
}

.sld_zagl {
  font-family: "RobotoCondensedLight";
  font-size: 36px;
  font-weight: 300;
}

.sld_text {
  font-family: "RobotoCondensedLight";
  font-size: 22px;
  color: #ffffff;
  font-weight: 300;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.carousel-indicators li {
  width: 14px;
  height: 14px;
  border-radius: 100%;
}

.carousel-control,
.carousel-control:hover {
  filter: none;
  opacity: 1;
  text-shadow: none;
}
.carousel-control.left,
.carousel-control.right {
  background-image: none;
}

.logo_name h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 36px;
  font-weight: 400;
  color: #4F4F4F;
  text-align: center;
}

.logo_title {
  font-family: "RobotoCondensedLight";
  font-size: 22px;
  font-weight: 600;
  color: #4F4F4F;
  text-align: center;
}

.logo_text {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #4F4F4F;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.adress_line {
  max-width: 1400px;
}

.tel_zagl {
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #4F4F4F;
}

.tel_text {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #4F4F4F;
}

.main_h2_zagl h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 28px;
  font-weight: 300;
  color: #4F4F4F;
  text-align: center;
  margin-bottom: 15px;
}

.cardSizes {
  margin-top: 10px;
  max-width: 301px;
  min-width: 301px;
  height: 445px;
}

.main_cards .card-deck {
  display: flex;
  justify-content: center;
	align-items: center;
}

.main_cards .card-body h3{
  color: rgba(84, 85, 84, 0.9);
}

.main_cards .card-body h3:hover,
.main_cards .card-body h3.active,
.main_cards .card-body h3:focus {
  color: rgba(143, 0, 0, 0.85);
}

.main_cards .card-body a:hover,
.main_cards .card-body a.active,
.main_cards .card-body a:focus {
  text-decoration: none;
}

.main_cards .card-title {
  font-family: "RobotoCondensedLight";
  font-size: 22px;
  font-weight: 600;
  color: #4F4F4F;
}

.main_cards .card-text {
  font-family: "RobotoCondensedLight";
  font-size: 16px;
}

.main_cards .card-footer {
  font-family: "RobotoCondensedLight";
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  background: url(../images/bg.gif) repeat top left #FFFFFF;
}

.main_cards .card-footer a{
  color: rgba(84, 85, 84, 0.9);
}

.main_cards .card-footer a:hover,
.main_cards .card-footer a.active,
.main_cards .card-footer a:focus {
  color: rgba(143, 0, 0, 0.85);
  text-decoration: none;
}

.comp_intro {
  max-width: 1625px;
   border: 1px solid #dcdcdc;
   padding-top: 10px;
   padding-bottom: 10px;
   padding-left: 20px;
   padding-right: 20px;
  background: url(../images/bg.gif) repeat top left #FFFFFF;
   -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.site_map {
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer_section { 
  max-width: 1920px;
  background: url(../images/bg.gif) repeat top left #FFFFFF;
}

.main_section {
  max-width: 1625px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.banner_v {
  position: relative;
  text-align: center;
}

.banner_border {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  bottom: 8%;
  left: 25%;
  right: 25%;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 10px;
}

.banner_zagl {
  font-family: "RobotoCondensedLight";
  font-size: 36px;
  font-weight: 300;
  color: #ffffff;
}

.banner_text {
  font-family: "RobotoCondensedLight";
  font-size: 22px;
  color: #ffffff;
  font-weight: 300;
}

.banner_text a {
  color: #ffffff;
}

.banner_text a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.main_breadcrumbs .breadcrumb {
  background: url(../images/bg.gif) repeat top left #FFFFFF;
  margin:0;
  max-width: 1920px;
  border-bottom: 1px solid #dcdcdc;
}

.main_breadcrumbs .breadcrumb a {
  color: rgba(87, 87, 87, 0.9);
  font-family: "RobotoCondensedLight";
  font-size: 18px;
  font-weight: 600;
}

.main_breadcrumbs .breadcrumb a:hover,
.main_breadcrumbs .breadcrumb a:focus {
  color: rgba(143, 0, 0, 0.85);
  text-decoration: none;
}

.main_breadcrumbs .breadcrumb-item.active {
color: rgba(143, 0, 0, 0.85);
font-family: "RobotoCondensedLight";
font-size: 18px;
font-weight: 600;
}
    
.bread_sep {
  margin-top: 7px;
  color: rgba(87, 87, 87, 0.9);
}

.zagolovok h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 26px;
  font-weight: 300;
  color: rgba(87, 87, 87, 0.9);
  padding: 15px;
  max-width: 1625px;
  margin: auto;
}

.content_space {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1625px;
  margin: auto;
  margin-bottom: 20px;
}

.sberBanner {
  max-width: 1920px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sberBanner img {
  max-width: 1000px;
  width: 100%;
  margin-bottom: 20px;
}

#contentspace img {
  border-radius: 5px;
  margin: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 5px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

#photoPage img {
  border-radius: 5px;
  margin: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 5px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.content_space ul li {
  margin-left: 30px;
}

.content_space ol li {
  margin-left: 30px;
}

.content_space a {
  font-weight: bold;
  color: #000000;
}

.content_space a:hover {
  color: rgba(143, 0, 0, 0.85);
  text-decoration: none;
}

.content_space h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  font-weight: 300;
  color: rgba(87, 87, 87, 0.9);
}

.site_captcha {
  margin-bottom: 10px;
}

.catalogBody {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 1400px;
  width: 100%;
  margin-bottom: 30px;
}

.card {
  max-width: 320px;
  width: 100%;
  border: 1px solid #a8a8a8;
  display: flex;
  flex-direction: column;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 15px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.cardImage {
  overflow:hidden;
  max-width: 319px;
  width: 100%;
  -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;
}

.cardImage img {
  max-width: 319px;
  width: 100%;
  -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;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
 
.cardImage img:hover{
 -webkit-transform: scale(1.05);
 -moz-transform: scale(1.05);
 -o-transform: scale(1.05);
 transform: scale(1.05);
 }
 
.card a {
  color: rgba(87, 87, 87, 0.9);
}

.card a:hover {
  color: rgba(143, 0, 0, 0.85);
  text-decoration: none;
}

.cardHeader h2 {
  font-family: "RobotoCondensedLight";
  font-size: 26px;
  padding: 20px;
  line-height: 1.1em;
  font-weight: 600;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.catalogBodyPage {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 10px;
}

.cartMarginBottom {
  margin-bottom: 30px;
}

.qnt-holder {
  display: flex;
  align-items: center;
}

.le-button {
  border-radius: 4px;
  font-weight: bold;
  padding: 10px 20px;
  display: inline-block;
  line-height: 20px;
  border: none;
  font-size: 15px;
  color: #fff;
  transition: 0.3s ease; }
  .le-button.huge {
    padding: 18px 52px; }
  .le-button:hover {
    color: #fff; }
  .le-button.disabled {
    cursor: not-allowed;
    background-color: #c6c6c6;
    color: #fff; }
  .le-button.inverse {
    background-color: #e0e0e0;
    color: #3D3D3D;
    font-weight: 100; }
    .le-button.inverse:hover {
      background-color: #ececec;
      color: #3D3D3D; }
  .le-button.big {
    padding: 15px 34px; }
    
.le-quantity .minus, .le-quantity .plus {
  font-family: fontawesome; }
  
.le-quantity .minus:after, .le-quantity .plus:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto; }

    
.le-quantity {
  padding: 0;
  position: relative;
  border: 1px solid #e0e0e0; 
  display: inline-block;
}
  .le-quantity .minus, .le-quantity .plus {
    position: absolute;
    width: 5px;
    height: 100%;
    padding: 3px 14px;
    background-color: #F9F9F9;
    top: 0; }
    .le-quantity .minus:hover, .le-quantity .plus:hover {
      background-color: #f6f6f6; }
    .le-quantity .minus, .le-quantity .minus:after, .le-quantity .plus, .le-quantity .plus:after {
      color: #3D3D3D;
      transition: 0.3s ease; }
    .le-quantity .minus:after, .le-quantity .plus:after {
      width: 10px;
      height: 10px;
      font-size: 10px; }
  .le-quantity .minus {
    left: 0;
    border-right: 1px solid #e0e0e0; 
  }
    .le-quantity .minus:after {
      content: '\f068';
      font-family: fontawesome; }
  .le-quantity .plus {
    border-left: 1px solid #e0e0e0;
    right: 0; 
  }
    .le-quantity .plus:after {
      content: '\f067';
      font-family: fontawesome; }
  .le-quantity input {
    border: none;
    text-align: center;
    width: 120px;
    color: #3D3D3D;
    font-size: 20px;
    background-color: #fff; 
  }

.metallHeaderLine {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #858585;
  max-width: 1400px;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 20px 0 0 0;
  padding: 10px 0 10px 0;
}

.metallHeader h1 {
  font-family: "RobotoCondensedLight";
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  padding: 7px 10px 7px 10px;
  margin: 0;
}

.metallCart {
  display: flex;
  align-items: center;
  color: #fff;
}

.orderFormMedia {
  padding: 0 15px 0 15px;
}

.cartSize {
  font-size: 26px;
}

.ourOrder {
  font-size: 18px; 
  font-family: "RobotoCondensedRegular"; 
  font-weight: 400;
  margin-top: 5px;
}

.behindQuantity {
  font-size: 18px; 
  font-family: "RobotoCondensedRegular"; 
  font-weight: 400;
}

div.jGrowl > .ui-state-highlight {
    background: inherit;
    color: inherit;
    border: inherit;
}
.ms2-message-success { background-color: green !important; }
.ms2-message-error { background-color: brown !important; }
.ms2-message-info { background-color: black !important; }

/* Cart */
#msCart th.count,
#msCart th.weight,
#msCart th.price,
#msCart th.remove { width: 15%; }
.js #msCart [type="submit"][value="cart/change"] { display: none; }

#msMiniCart, .msMiniCart { font-size: 18px; font-family: "RobotoCondensedRegular"; font-weight: 400;  display: flex;}
#msMiniCart h5, .msMiniCart h5 { margin: 0; }
#msMiniCart .empty, .msMiniCart .empty { display: flex;}
#msMiniCart .not_empty, .msMiniCart .not_empty { display: none; }
#msMiniCart.full .empty, .msMiniCart.full .empty { display: none; }
#msMiniCart.full .not_empty, .msMiniCart.full .not_empty { display: flex;}

/* Product */
#msProduct .old_price, #msCart .old_price, .ms2_product .old_price {
    color: brown;
    font-style: italic;
    text-decoration: line-through;
}

/* Order */
#msOrder { margin-top: 50px; }
#msOrder .radio { min-height: 30px; margin-bottom: 10px; }
#msOrder .radio img { max-height: 30px; margin-top: -2px; padding: 0 10px; }
#msOrder .required-star { display: none; color: brown; }
#msOrder .required .required-star { display: inline; }
#msOrder .error { border: 1px solid brown !important; }

/* Logs */
.msProductsLog, .msGalleryLog, .msCartLog, .msOrderLog, .msGetOrderLog {
    width: 100%;
    overflow: auto;
    word-wrap: normal;
    white-space: pre;
}

.totalCountItem {
  font-size: 22px;
  color: #c1f7c6;
}

.minuCartOrderButton {
  margin: 0 10px 0 10px;
  background-color: #e8e8e8;
  padding: 4px 10px 5px 10px;
  font-family: "RobotoCondensedRegular";
  font-size: 16px;
  font-weight: 600;
  color: rgba(143, 0, 0, 0.85);
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
}

.minuCartOrderButton:hover {
  background-color: rgba(143, 0, 0, 0.85);
  color: #e8e8e8;
}

.productHeader h2 {
  font-family: "RobotoCondensedLight";
  font-size: 28px;
  font-weight: 600;
  margin-top: 20px;
}

.productImage img {
  max-width: 120px;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.productsBody {
  border: 1px solid #a8a8a8;
}

.productPageBody {
  display: flex;
}

.productLine {
  display: flex;
  padding: 10px 0 10px 0;
  justify-content: space-between;
  align-items: center;
  color: #333333;
  font-family: "RobotoCondensedRegular";
  font-size: 18px;
  font-weight: 400;
}

.product:nth-child(2n+1) {
  background-color: #e8e8e8;
}
.product:nth-child(2n+2) {
  background-color: #fff;
}

.product-descr {
  width: 320px;
}

.product-descr a {
  color: #333333;
}

.product-descr a:hover {
  color: rgba(143, 0, 0, 0.85);
  text-decoration: none;
}

.product-descr h3 {
  font-family: "RobotoCondensedLight";
  font-size: 20px;
  font-weight: 600;
  padding: 0 10px 0 10px;
  margin: 0;
}

.productDescr {
  width: 320px;
}

.productDescr a {
  color: #333333;
}

.productDescr a:hover {
  color: rgba(143, 0, 0, 0.85);
  text-decoration: none;
}

.productDescr h3 {
  font-family: "RobotoCondensedLight";
  font-size: 20px;
  font-weight: 600;
  padding: 0 10px 0 10px;
  margin: 0;
}

.productPriceUnit {
  padding: 0 10px 0 10px;
}

.productMeasureUnit {
  padding: 0 10px 0 10px;
}

.priceDecoration {
  font-weight: 600;
  font-size: 20px;
}

.productContent {
  margin-top: 15px;
}

.orderButton {
  padding: 4px 10px 5px 10px;
  font-family: "RobotoCondensedRegular";
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  background-color: #858585;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 15px 0 10px;
  text-transform: uppercase;
}

.orderButton:hover {
  background-color: rgba(143, 0, 0, 0.85);
}

.mainButtonHidden {
  display: none;
}

.cartAlert {
  margin-top: 40px;
}

.cartOrderHeader {
  font-family: "RobotoCondensedLight";
  font-size: 36px;
  font-weight: 600;
  padding: 20px 0 20px 0;
  margin: 0;
  color: #333333;
}

.cart-item {
  display: flex;
  justify-content: space-between;
  border: 1px solid #e0e0e0;
  padding: 10px;
  margin-bottom: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.cartProductImage {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.productItemDescription {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  width: 100%;
}

.productItemDescriptionOptions {
  display: flex;
  justify-content: space-between;
  max-width: 700px;
  width: 100%;
}

.productItemWeightAndPrice {
  display: flex;
}

.productItemCountAndPrice {
  display: flex;
}

.countMarginCart {
  margin-top: 3px;
}

.valueCost {
  font-family: "RobotoCondensedRegular";
  font-size: 36px;
  font-weight: 400;
}

.buttons-holder {
  margin-top: 20px;
}

.btnTotalOrder { 
  font-family: "RobotoCondensedRegular";
  font-size: 22px;
  font-weight: 400;
  margin: 0 10px 0 0;
}

.price {
  padding: 0 15px 0 15px;
  font-family: "RobotoCondensedRegular";
  font-size: 18px;
  font-weight: 400;
}

.valueTotalCost {
  font-size: 40px;
  font-weight: 600;
}

.priceUnit {
  font-size: 24px;
}

.formItemsAlign {
  display: flex;
}

.formButton {
  border: none;
  background-color: #fff;
  font-size: 24px;
}

.formButton:hover {
  color: rgba(143, 0, 0, 0.85);
}

.productPageBody {
  max-width: 1200px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.productPageHeader {
  font-family: "RobotoCondensedLight";
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  padding: 20px 10px 20px 10px;
  margin: 0;
}

.productPageTitle h1 {
  font-family: "RobotoCondensedLight";
  font-size: 32px;
  font-weight: 600;
  margin: 20px 0 20px 0;
}

.productPagePrice {
  font-family: "RobotoCondensedRegular";
  font-size: 22px;
  font-weight: 400;
  display: flex;
}

.poductPageImage {
  max-width: 400px;
  width: 100%;
  margin-right: 20px;
}

.poductPageImageUnit {
  max-width: 400px;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.productPageDescription {
  max-width: 700px;
  width: 100%;
  display: flex;
}

.productPagePriceValue {
  font-size: 26px;
  margin-left: 10px;
  font-weight: 600;
}

.productPagePriceText {
  margin-top: 5px;
}

.productPagePriceText2 {
  margin-top: 3px;
}

.productPagePriceText3 {
  margin-top: 4px;
}

.additionalServices {
  display: flex;
  flex-direction: column;
  margin: auto;
  max-width: 1000px;
  width: 100%;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.spanServices {
  padding: 20px;
  text-align: center;
  font-weight: 400;
  font-family: "RobotoCondensedRegular";
  font-size: 22px;
}

.additionalServicesHeader {
  text-align: center;
  color: #fff;
  background-color: #858585;
  padding: 9px 10px 7px 10px;
  font-family: "RobotoCondensedLight";
  font-size: 24px;
}

.additionalServicesHeader h3 {
  font-weight: 600;
}

.additionalServicesChildHeader {
  text-align: center;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.additionalServicesChildHeader h4 {
  padding: 9px 10px 0 10px;
  color: #000;
}

.additionalServicesChild {
  display: flex;
  justify-content: space-between;
  padding: 7px 15px 7px 15px;
  font-family: "RobotoCondensedRegular";
  font-size: 20px;
}

.servicesChildColor1 {
background-color: #e8e8e8;
}

.servicesChildColor2 {
background-color: #fff;
}

.ghjkl {
  width: 50px;
  height: 36px;
  border: 1px solid #CED4DA;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
}

.s-message{display:none}

.price_img {
  max-width: 1625px;
}

.price_line {
  color: rgba(87, 87, 87, 0.9);
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
}

.cardDeckProduct {
  display: flex;
  flex-wrap: wrap;
}

.cardSizesProduct {
  max-width: 301px;
  width: 100%;
  margin: 10px 9px 10px 9px;
}

.card_product {
  margin-bottom: 10px;
  margin-top: 10px;
}

.card_product1 {
  margin-bottom: 10px;
  margin-top: 10px;
}

.card_product .card-body {
  padding: 20px 20px 0px 20px;
}

.card_product1 .card-body {
  padding: 20px 20px 0px 20px;
}

.card_product .card-title {
  color: rgba(87, 87, 87, 0.9);
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  margin-top: 10px;
} 

.card_product .card-body .card-title:hover {
  color: rgba(143, 0, 0, 0.85);
}


.card_product .card-footer .card-text {
  color: rgba(87, 87, 87, 0.9);
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
} 

.card_product1 .card-title {
  color: rgba(87, 87, 87, 0.9);
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  margin-top: 10px;
} 

.card_product1 .card-body .card-title:hover {
  color: rgba(143, 0, 0, 0.85);
}

.card_product1 .card-footer .card-text {
  color: rgba(87, 87, 87, 0.9);
  font-family: 'Oswald', sans-serif;
  font-size: 19px;
} 

.foot_soc {
  background-color: rgba(87, 87, 87, 0.2);
}

div.footer_menu a {
  font-family: "RobotoCondensedRegular";
  font-size: 18px;
  font-weight: 300;
  color: rgba(87, 87, 87, 0.9);
  line-height: 1.4em;
}

div.footer_menu a:hover,
div.footer_menu a.active,
div.footer_menu a:focus {
  text-decoration: none;
  color: rgba(143, 0, 0, 0.85);
}

.dop_footer {
  background-color: rgba(87, 87, 87, 0.2);
  display: flex;
  justify-content: center;
	align-items: center;
	height: 50px;
	font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: rgba(87, 87, 87, 0.9);
  text-align: center;
  border-top: 1px solid #dcdcdc;
}

.skazki_otst {
  margin-top: 20px;
}

.nadpis_foot{
  font-family: "RobotoCondensedRegular";
  font-size: 18px;
}

.foot_hr {
  margin: 3px;
  padding: 0;
  max-width: 60px;
}

.imht {
  margin-bottom: 20px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.imht:last-child {
  margin-bottom: 0px;
}

.columns_menu {
  -webkit-column-count: 2;
	-moz-column-count: 2;
  column-count: 2;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	-webkit-column-rule: 1px dotted #ccc;
	-moz-column-rule: 1px dotted #ccc;
	column-rule: 1px dotted #ccc;
}

.content_space .card-deck {
 margin-top: 20px;
}

#toTop {
text-align: center;
position: fixed;
bottom: 30px;
right: 10px;
cursor: pointer;
display: none;
color: rgba(143, 0, 0, 0.7);
font-family: "RobotoCondensedRegular";
font-size: 70px;
}

.thumb img {
  -webkit-filter: grayscale(0);
  filter: none;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 5px;
}

.thumb img:hover {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.thumb {
  padding: 5px;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 5px;
  margin-top: 5px;
}

.site_gallery {
  max-width: 1920px;
  height: auto;
  display: flex;
  justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.site_gallery1 {
  max-width: 1920px;
  height: auto;
  display: flex;
	flex-wrap: wrap;
}

.vpisok img {
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 5px;
}

.site_table {
  display: block;
  overflow: auto;
  -webkit-overflow-scrolling: auto;
  max-width: 100%;
}

.site_table::-webkit-scrollbar {
    -webkit-appearance: none;
}

.site_table::-webkit-scrollbar:vertical {
    width: 12px;
}

.site_table::-webkit-scrollbar:horizontal {
    height: 12px;
}

.site_table::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

.site_table::-webkit-scrollbar-track {
    border-radius: 10px;  
    background-color: #ffffff; 
}

 /* Track */
.site_table::-webkit-scrollbar-track {
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
   -webkit-border-radius: 10px;
   border-radius: 10px;
 }

 /* Handle */
.site_table::-webkit-scrollbar-thumb {
   -webkit-border-radius: 10px;
   border-radius: 10px;
   background: rgba(87, 87, 87, 0.5); 
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 

 }
.site_table::-webkit-scrollbar-thumb:window-inactive {
   background: rgba(87, 87, 87, 0.5); 
 }
 
.short_article {
max-width: 1625px;
background-color: rgba(250, 217, 217, 0);
color: #4D4B4B;
border-top: 1px dashed rgba(153, 153, 153, 0.5);
border-bottom: 0px dashed rgba(153, 153, 153, 0.5);
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
}

.article_image img {
  float:left;
  margin-right: 10px;
  margin-bottom: 3px;
  margin-top: 7px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 5px;
  max-width: 250px;
}

.article_title h2 {
  font-family: "RobotoCondensedLight";
  font-size: 22px;
  font-weight: 300;
  color: #4F4F4F;
}

.article_title a {
  color: rgba(87, 87, 87, 0.9); 
  
}

.article_title a:hover{
  text-decoration: none;
  color: rgba(143, 0, 0, 0.7);
}

.article_info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.article_info_date {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}

.article_info_visitors {
  margin-left: 20px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}

.article_more {
  font-size: 18px;
  font-family: "RobotoCondensedLight";
  font-weight: 300;
  margin-top: 5px;
}

.article_more a {
  color: rgba(87, 87, 87, 0.9); 
}

.article_more a:hover{
  text-decoration: none;
  color: rgba(143, 0, 0, 0.7);
}

.article_introtext {
  text-align: left;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  height: 170px;
  overflow-y: hidden;
}

.razd_news a:hover {
  color: rgba(87, 87, 87, 0.9);
}

.sta_hr {
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px dashed rgba(87, 87, 87, 0.4);
}

.article_nav {
  display: flex;
  justify-content: center;
	align-items: center; 
}

.article_nav .page-link {
  color: rgba(87, 87, 87, 0.8);
}

.article_nav .pagination .active a {
  background-color: rgba(87, 87, 87, 0.8);
  border-color: rgba(87, 87, 87, 0.8);
}

.article_nav .pagination a:hover {
  background-color: rgba(87, 87, 87, 0.8);
  border-color: rgba(87, 87, 87, 0.8);
  color: rgba(255, 255, 255, 0.9);
}

.article_nav.pagination a {
  background-color: rgba(87, 87, 87, 0.8);
  border-color: rgba(87, 87, 87, 0.8);
  color: rgba(255, 255, 255, 0.9);
}

.page_limits {
  display: flex;
}

.plim_title {
  margin-top: 10px;
}

.plim_spisok {
  margin-top: 3px;
  font-family: "RobotoCondensedLight";
  font-size: 18px;
}

.page_limits ul li {
  padding: 0px;
  margin: 0px;
}

.page_limits1 {
  display: flex;
}

.plim_title1 {
  margin-top: 10px;
}

.plim_spisok1 {
  margin-top: 30px;
  font-family: "RobotoCondensedLight";
  font-size: 18px;
}

.page_limits1 ul li {
  padding: 0px;
  margin: 0px;
}

.page_limits .page-link {
  color: rgba(87, 87, 87, 0.9);
}

.page_limits .pagination a:hover {
  background-color: rgba(87, 87, 87, 0.8);
  border-color: rgba(87, 87, 87, 0.8);
  color: rgba(255, 255, 255, 0.9);
}

.page_limits .pagination .p_act a {
  background-color: rgba(87, 87, 87, 0.8);
  border-color: rgba(87, 87, 87, 0.8);
  color: rgba(255, 255, 255, 0.9);
}

.st_bot {
  margin-bottom: 0px;
}

.next-prev {
  width: 100%;
  max-width: 1625px;
}

.prev-div {
  float: left;
}

.next-div {
  float: right;
}

.next-prev .btn-primary {
  background-color: rgba(87, 87, 87, 0.9);
  border-color: rgba(87, 87, 87, 0.9);
  font-family: "RobotoCondensedLight";
  font-size: 18px;
  color: #ffffff;
}

.next-prev .btn-info {
  background-color: rgba(87, 87, 87, 0.7);
  border-color: rgba(87, 87, 87, 0.7);
  font-family: "RobotoCondensedLight";
  font-size: 16px;
  color: #ffffff;
}

.next-prev .btn-info:hover {
  color: #ffffff;
  background-color: rgba(87, 87, 87, 0.9);
}

.content_clear {
  clear: both;
  border: 0;
  border-top: 1px dashed rgba(87, 87, 87, 0.4);
}

.prev_bottom {
  margin-bottom: 20px;
}

.sisea-result {
  border-top: 1px dashed rgba(87, 87, 87, 0.5);
  margin-top: 0px;
  margin-bottom: 0px;
}

.sisea-paging {
  margin-bottom: 20px;
}

.poisk-head {
  padding-top: 10px;
  
}

.poisk-head h3 {
  font-size: 22px;
  font-family: "RobotoCondensedLight";
  font-weight: 300;
  color: rgba(87, 87, 87, 0.9);
}

.poisk-head a {
  color: rgba(87, 87, 87, 0.9);
}

.poisk-head a:hover{
  text-decoration: none;
  color: rgba(143, 0, 0, 0.85);
}

.extract {
  padding-top: 0px;
}

.searh_button {
  margin-left: 0px;
  margin-bottom: 10px;
  margin-top: -10px;
}

.spa_2 {
  margin-top: 15px;
}

.otziv_form .btn-primary {
  background-color: rgba(87, 87, 87, 0.8);
  color: rgba(255, 255, 255, 1);
  border-color: rgba(87, 87, 87, 0.8);
  font-family: "RobotoCondensedLight";
  font-size: 18px;
}

.otziv_form .btn-primary:hover {
  background-color: rgba(143, 0, 0, 0.85);
  color: rgba(255, 255, 255, 1);
  border-color: rgba(143, 0, 0, 0.85);
}

.otziv_row .form-control {
  max-width: 600px;
  margin-bottom: 20px;
}

.otziv_row_text .form-control {
  max-width: 600px;
  margin-bottom: 10px;
  margin-left: -3px;
}

.otziv_row_captcha .form-control {
  max-width: 50px;
}

.otziv_cont {
  border-top: 1px dashed rgba(87, 87, 87, 0.4);
}

.otziv_header {
  background-color: rgba(87, 87, 87, 0);
  color: rgba(87, 87, 87, 0.9);
  margin-bottom:0px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.otziv_header h3 {
  margin:0;
  padding:0;
  font-size: 22px;
  font-family: "Oswald", sans-serif;
}

.otziv_text {
  padding-top: 6px;
  padding-bottom: 0px;
}

.otziv_date {
  font-family: "RobotoCondensedRegular";
  font-size: 16px;
  font-weight: 300;
  padding-top: 4px;
  padding-left: 12px;
}

.hr-line {
  margin: 15px 0 0 0;
}

.otkr_block .otziv_form,
.otkr_block [type="checkbox"]{
    display:none;
}
 
.otkr_block [type="checkbox"]:checked ~ .otziv_form {
    display:block;
}

.otkr_block h2 {
  color: rgba(87, 87, 87, 0.9);
  cursor: pointer;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
}

.otkr_block h2:hover {
  color: rgba(143, 0, 0, 0.85);
}

.forma_site .btn-primary {
    background-color: rgba(87, 87, 87, 0.8);
    border-color: rgba(87, 87, 87, 0.8);
    font-family: "RobotoCondensedLight";
    font-size: 18px;
}

.forma_site .btn-primary:hover {
    background-color: rgba(143, 0, 0, 0.85);
    border-color: rgba(143, 0, 0, 0.85);
}

.forma_site .btn-default {
    margin-left: 5px;
    background-color: rgba(87, 87, 87, 0.8);
    border-color: rgba(87, 87, 87, 0.8);
    color: #fff;
    font-family: "RobotoCondensedLight";
    font-size: 18px;
}

.forma_site .btn-default:hover {
    background-color: rgba(143, 0, 0, 0.85);
    border-color: rgba(143, 0, 0, 0.85);
    color: #fff;
}

.afeert {
    font-size: 12px;
    color: coral;
    padding-top: 5px;
}

.youtube-embed-wrapper {
  margin-bottom: 10px;
}

.full_article {
  margin-bottom: 20px;
}

.vpisok img {
  border-radius: 0px;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 5px;
}

.thumb img {
  border-radius: 0px;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 5px;
  margin: 10px;
}


.hren {
  display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background-image: url('../images/fon_404.jpg');
    min-height: 100%;
    background-size: cover;
    background-position: top center;
}

.cont_404 {
  padding: 0;
  margin: 0;
  max-width: 1920px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.6);
  color: rgba(143, 0, 0, 0.8);
}

.rubin_404 {
  font-family: 'Oswald', sans-serif;
  font-size: 100px;
  font-weight: 600;
  color: rgba(84, 85, 84, 1);
}

.rubin_404_text a {
  font-family: 'Oswald', sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: rgba(84, 85, 84, 1);
}

.rubin_404_text a:hover,
.rubinrubin_404_text a.active,
.rubin_404_text a:focus {
  text-decoration: none;
  color: rgba(143, 0, 0, 0.85);
}

.rubin_404_text {
  color: rgba(84, 85, 84, 1);
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  font-family: 'Oswald', sans-serif;
}

.zagol_404 a {
  font-family: 'Oswald', sans-serif;
  font-size: 34px;
  font-weight: 600;
  color: rgba(84, 85, 84, 1);
}

.zagol_404 a:hover,
.zagol_404 a.active,
.zagol_404 a:focus {
  text-decoration: none;
  color: rgba(143, 0, 0, 0.85);
}

.zagol_404 {
  font-family: 'Oswald', sans-serif;
  font-size: 34px;
  font-weight: 600;
  text-align: center;
}

.main_column iframe {
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 5px;
  margin: auto;
  display: block;
}

@media only screen and (max-width : 1600px) {


}

@media only screen and (max-width : 1590px) {


}

@media only screen and (max-width : 1340px) {

.separ {
  display: none;
}

.zag_comp {
  display: none;
}
}

@media only screen and (max-width : 1200px) {
  
.ruby {
  font-size: 20px;
}

.productItemDescription {
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
}

.productItemDescriptionTitle {
  margin-left: 5px;
  margin-top: 10px;
}

.productItemDescriptionOptions {
  display: flex;
  
}
}

@media only screen and (max-width : 1130px) {
  
.ruby {
  font-size: 20px;
}

}

@media only screen and (max-width : 1055px) {
  
.ruby {
  font-size: 18px;
}

.metallHeaderLine {
  justify-content: flex-start;
  flex-direction: column;
  text-align: left;
  align-items: baseline;
}

.metallHeader {
  margin-left: 7px;
}

.metallHeader h1 {
  font-size: 26px;
}

.metallCart {
  margin-left: 15px;
}

.productPageHeader {
  font-size: 26px;
}

}

@media only screen and (max-width : 1015px) {

}


@media only screen and (max-width : 991px) {
  
.main_section {
  max-width: 80%;
}

.foot_bot {
  padding-top: 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dcdcdc;
  text-align: center;
}

.hr_no {
  border-bottom: 0px solid #dcdcdc;
}
  
.zag_all {
  text-align: left;
}
  
.zag_logo {
  display: flex;
  align-items: center;
}

.ruby {
  font-size: 22px;
  text-align: left;
}  
.separ {
  display: block;
  font-size: 22px;
}

.zag_comp {
  display: block;
  font-size: 16px;
}

.navbar-custom {
  background-color: rgba(249, 249, 249, 0);
  border-bottom: 0px solid #dcdcdc;
}
.navbar-custom .dropdown-menu {
  border: 0px;
  background-color: rgba(249, 249, 249, 0);
  font-size: 18px;
}

.navbar-custom .navbar-nav {
    margin-top: 15px;
    margin-left: 5px;
}

.navbar-custom .navbar-nav .nav-link {
    font-size: 18px;
    line-height: 1.1em;
}

.po_sdvig {
  margin-left: 5px;
  
}

.site_map {
  padding-right: 20px;
  padding-left: 20px;
}

.foot_hr {
 margin: auto;
}

.cardDeckProduct {
  justify-content: center;
}

.article_introtext {
  text-align: left;
}


.page_limits {
  justify-content: center;
}

.spis1 {
  display: none;
}

.left_column {
  margin-left: 0px;
  margin-right: 0px;
  padding: 20px;
}

.right_column {
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.pr_desc {
  padding-top: 20px;
}

.metallHeaderLine {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
  
.productPriceUnit {
  max-width: 991px;
  width: 100%;
  text-align: center;
}

.productMeasureUnit {
  max-width: 991px;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
  
.cart-item {
  justify-content: center;
  align-items: center;
}
  
.productItemDescriptionTitle {
  margin-left: 5px;
  margin-top: 10px;
}

.productItemDescriptionOptions {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.productItemWeightAndPrice {
  margin-top: 7px;
}

.productItemCountAndPrice {
  margin-left: 15px;
  margin-top: 7px;
}

.mainButtonVeiw {
  display: none;
}

.mainButtonHidden {
  display: block;
}

.btnFormMedia {
  margin-top: 15px;
  margin-left: 15px;
  font-family: "RobotoCondensedRegular";
  font-size: 22px;
  font-weight: 400;
}
}

@media only screen and (max-width : 850px) {
.left_column img {
  max-width: 300px;
}
.article_image img {
  max-width: 250px;
}
}

@media only screen and (max-width : 768px) {
  
.dop_footer {
	font-size: 22px;
  height: 80px;
}
  
.sld{
  height: 300px;
}

.sld_zagl {
  font-size: 28px;
}

.sld_text {
  font-size: 18px;
}

.tel_otst {
  padding-top: 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dcdcdc;
  text-align: center;
}

.tel_otst_last {
  border-bottom: 0px solid #dcdcdc;
}


.head_text {
  font-size: 72px;
}

.zagolovok h1 {
  font-size: 24px;
}

.banner_border {
  left: 5%;
  right: 5%;
}

.banner_zagl {
  font-size: 26px;
}

.banner_text {
  font-size: 18px;
}


.article_title h2 {
  font-size: 20px;
}

.po_sdvig {
  margin-left: 5px;
}

.article_image img {
  max-width: 250px;
}

.ussr_404 {
  font-size: 62px;
}

.ussr_404_text {
  font-size: 28px;
  line-height: 1.2em;
}

.zagol_404 {
  font-size: 34px;
  line-height: 1.2em;
}

.columns_menu {
  -webkit-column-count: 1;
	-moz-column-count: 1;
  column-count: 1;
}

.productHeader {
  margin-left: 15px;
}

.productLine {
  flex-direction: column;
  padding: 25px 10px 30px 10px;
}

.product-descr {
  max-width: 768px;
  width: 100%;
  text-align: center;
}

}

@media only screen and (max-width : 720px) {
  .basketMedia {
    display: flex;
    flex-direction: column;
  }
  
.productPageTitle {
  padding: 0 20px 0 20px;
}

.productPageTitle h1 {
  font-size: 26px;
}

.poductPageImageUnit {
  padding: 0 20px 0 20px;
  max-width: 320px;
}
  
.productPageBody {
  flex-direction: column;
  justify-content: center;
}

.productPageDescription {
  padding: 20px;
  max-width: 768px;
  width: 100%;
}

.productContent {
  margin-top: -15px;
  padding: 0 20px 0 20px;
}
}

@media only screen and (max-width : 640px) {
.content_space .card-deck {
  display: flex;
  justify-content: center;
	align-items: center;
	margin-top: 0px;
}

.cart-item {
  flex-direction: column;
}

.productItemDescription {
  justify-content: center;
  align-items: center;
}

.btnFormMedia {
  margin-top: 15px;
  margin-left: 0;
}

.productItemDescriptionOptions {
  justify-content: center;
  align-items: center;
}

.productItemWeightAndPrice {
  justify-content: center;
  align-items: center;
}

.productItemCountAndPrice {
  justify-content: center;
  align-items: center;
}

.productDescr {
  text-align: center;
}
}

@media only screen and (max-width : 576px) {

.main_h2_zagl h2 {
  font-size: 22px;
  padding-right: 10px;
  padding-left: 10px;
}

}

@media only screen and (max-width : 560px) {

.article_nav .page-item {
  font-size: 14px;
}

.article_nav .page-item:first-child {
  display: none;
}

.article_nav .page-item:last-child {
  display: none;
}
.dop_footer {
	font-size: 22px;
  height: 80px;
}
}

@media only screen and (max-width : 510px) {
.btnTotalOrder { 
  margin: 5px 0 5px 0;
}
}

@media only screen and (max-width : 480px) {

.sld_zagl {
  font-size: 28px;
  line-height: 1.2;
}

.sld_text {
  font-size: 18px;
  line-height: 1.2;
}

.navbar-custom .sb-search-input {
  margin-left: 0px;
}

.main_breadcrumbs .breadcrumb {
  margin-left: 0px
}

.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    margin-left: 0px;
} 

.navbar-custom .navbar-nav {
    margin-left: 0px;
}
.po_sdvig {
  margin-left: 0px;
}

.main_h2_zagl h2 {
  font-size: 22px;
}

.article_image img {
width: 100%;
margin-bottom: 10px;
margin-top: 10px;
max-width: 250px;
}

.article_image {
  display: flex;
  justify-content: center;
	align-items: center; 
	flex-direction: column;
}

.article_introtext {
  font-size: 14px;
  clear: left;
  text-align: left;
}

.dop_footer {
	font-size: 22px;
  height: 80px;
}

.next-prev {
  display: flex;
  justify-content: center;
	align-items: center; 
	flex-direction: column;
}

.prev-div {
  float: none;
  margin-bottom: 10px;
}

.next-div {
  float: none;
}
.tegs_art .btn-primary {
  font-size: 12px;
}

.tegs_art .btn-info {
  font-size: 12px;
}

.left_column_docs ol li {
  font-size: 18px;
}

.spis2 {
  display: none;
}

.poisk-head h3 {
   font-size: 20px;
}

.extract {
 font-size: 14px;
}

.additionalServicesChild {
  flex-direction: column;
}
} 


@media only screen and (max-width : 376px) {
  
.forma_site .btn-primary {
   margin-bottom: 10px;
}


.forma_site .btn-default {
    margin-left: 0px;
}
  
.separ {
  display: none;
}
  
.zag_comp {
  display: none;
}

}  

@media only screen and (max-width : 360px) {
  .logoHeaderLast {
  display: none;
}

.qnt-holder {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.marginHolder {
  margin-top: 15px;
}

.head_text {
  font-size: 52px;
}

.article_nav .page-item {
  font-size: 12px;
}

.article_nav .page-link {
  font-size: 14px;
  padding-left: 7px;
  padding-right: 7px;
}

.article_info_date {
  font-size: 12px;
}

.article_info_visitors {
  font-size: 12px;
}

.right_menu li {
 max-width: 300px;
 width: 100%;
}

.plim_spisok {
  font-size: 14px;
}

.plim_spisok a {
  padding-right: 10px;
  padding-left: 10px;
}
.article_image img {
  max-width: 250px;
}
}

@media only screen and (max-width : 320px) {
  
.minuCartOrderButton {
  margin-left: 0;
  margin-top: 10px;
}  

.sld_zagl {
  font-size: 24px;
  line-height: 1.1;
}

.sld_text {
  font-size: 16px;
  line-height: 1;
}
.banner_border {
  left: 3%;
  right: 3%;
}

.banner_zagl {
  font-size: 22px;
}

.banner_text {
  font-size: 16px;
}
}