@font-face { 
    font-family: "RobotoRegular";
    src: url("/fonts/RobotoRegular/RobotoRegular.eot");
    src: url("/fonts/RobotoRegular/RobotoRegular.eot?#iefix")format("embedded-opentype"),
    url("/fonts/RobotoRegular/RobotoRegular.woff") format("woff"),
    url("/fonts/RobotoRegular/RobotoRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}
@font-face { 
    font-family: "Roboto";
    src: url("/fonts/RobotoRegular/RobotoRegular.eot");
    src: url("/fonts/RobotoRegular/RobotoRegular.eot?#iefix")format("embedded-opentype"),
    url("/fonts/RobotoRegular/RobotoRegular.woff") format("woff"),
    url("/fonts/RobotoRegular/RobotoRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}
@font-face { 
    font-family: "RobotoBold";
    src: url("/fonts/RobotoBold/RobotoBold.eot");
    src: url("/fonts/RobotoBold/RobotoBold.eot?#iefix")format("embedded-opentype"),
    url("/fonts/RobotoBold/RobotoBold.woff") format("woff"),
    url("/fonts/RobotoBold/RobotoBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
}
@font-face { 
    font-family: "RobotoItalic";
    src: url("/fonts/RobotoItalic/RobotoItalic.eot");
    src: url("/fonts/RobotoItalic/RobotoItalic.eot?#iefix")format("embedded-opentype"),
    url("/fonts/RobotoItalic/RobotoItalic.woff") format("woff"),
    url("/fonts/RobotoItalic/RobotoItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: normal;
}
@font-face { 
    font-family: "RobotoSemiBold";
    src: url("/fonts/RobotoMedium/RobotoMedium.eot");
    src: url("/fonts/RobotoMedium/RobotoMedium.eot?#iefix")format("embedded-opentype"),
    url("/fonts/RobotoMedium/RobotoMedium.woff") format("woff"),
    url("/fonts/RobotoMedium/RobotoMedium.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
}
@font-face { 
    font-family: "RobotoBoldItalic";
    src: url("/fonts/RobotoBoldItalic/RobotoBoldItalic.eot");
    src: url("/fonts/RobotoBoldItalic/RobotoBoldItalic.eot?#iefix")format("embedded-opentype"),
    url("/fonts/RobotoBoldItalic/RobotoBoldItalic.woff") format("woff"),
    url("/fonts/RobotoBoldItalic/RobotoBoldItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: 700;
}
@font-face { 
    font-family: "RobotoSemiBoldItalic";
    src: url("/fonts/RobotoBoldItalic/RobotoBoldItalic.eot");
    src: url("/fonts/RobotoBoldItalic/RobotoBoldItalic.eot?#iefix")format("embedded-opentype"),
    url("/fonts/RobotoBoldItalic/RobotoBoldItalic.woff") format("woff"),
    url("/fonts/RobotoBoldItalic/RobotoBoldItalic.ttf") format("truetype");
    font-style: italic;
    font-weight: 700;
}
@font-face { 
    font-family: "Roboto Condensed";
    src: url("/fonts/RobotoCondensedRegular/RobotoCondensedRegular.eot");
    src: url("/fonts/RobotoCondensedRegular/RobotoCondensedRegular.eot?#iefix")format("embedded-opentype"),
    url("/fonts/RobotoCondensedRegular/RobotoCondensedRegular.woff") format("woff"),
    url("/fonts/RobotoCondensedRegular/RobotoCondensedRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}

html {
  font-family: Roboto, sans-serif;
}
body {
  margin: 0;
  background: #fff;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  color: #000
}

a {
  text-decoration: none
}

ul {
  padding: 0;
  margin: 0
}
.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more {
    border-radius: inherit!important;
}
.butn {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  border: 2px solid;
  outline: 0;
  line-height: normal;
  cursor: pointer;
  color: #1d314b;

}
h1:first-child {
  margin-top: 0;
}
.bestseller,
.sale {
  position: absolute;
    background: #0057a3;
    color: #fff;
    padding: 5px;
    right: 10px;
}
.butn.default-btn {
  display: block;
  color: #fff;
  background: #2659a3;
  padding: 8px 50px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.17);
  border: 2px #fff solid
}

.butn.default-btn:hover {
  background: #1d314b
}

.border-btn {
  display: inline-block;
  padding: 2px 7px;
  color: #0057a3;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  border: 3px solid #0057a3;
  outline: 0;
  cursor: pointer;
  text-align: center;
  -webkit-transition: background 300ms linear;
  -moz-transition: background 300ms linear;
  -ms-transition: background 300ms linear;
  -o-transition: background 300ms linear;
  transition: background 300ms linear;
}

.border-btn:hover {
  background: #0057a3;
  color: #fff;
}

.bold {
  font-weight: bold;
}

.center-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hidden-mobile {
  display: none;
}

.header {

}

.header-desktop {
  display: none;
}

.header-mobile {
  padding-top: 15px;
}

.header-mobile-top__wrap {
  margin-bottom: 8px;
}

.header-mobile-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.header-mobile__toggle {
  display: inline-block;
  cursor: pointer;
  margin-right: 15px;
}

.bar1, .bar2, .bar3 {
  border-radius: 2px;
  width: 24px;
  height: 4px;
  background-color: #0057a3;
  margin: 3px 0;
  transition: 0.2s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 6px);
  transform: rotate(-45deg) translate(-6px, 6px);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-4px, -4px);
  transform: rotate(45deg) translate(-4px, -4px);
}

.header-mobile-top__menu {
  display: none;
}

.open .header-mobile-top__menu {
  -webkit-box-shadow: 0 2px 6px 0 rgb(0 0 0 / 45%);
  box-shadow: 0 2px 6px 0 rgb(0 0 0 / 45%);
  display: block;
  position: absolute;
  background: #f9f9f9;
  width: 100%;
  padding: 20px;
  top: 51px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  z-index: 99;
}

.open .header-mobile-top__menu ul {
  list-style: none;
}

.open .header-mobile-top__menu li {
  list-style: none;
}

.open .header-mobile-top__menu li + li {
  margin-top: 10px;
}

.header-mobile__logo {
  margin-right: auto;
}

.header-mobile__call {
  background: url(/images/mobile-tel.png) left center no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  height: 16px;
  width: 16px;
  margin: 0 5px;
}

.header-mobile__call-btn {
  color: #0057a3;
  font-size: 10px;
  line-height: 10px;
  width: 40px;
  height: 28px;
}

.header-mobile-middle__wrap {
  margin-bottom: 6px;
}

.header-mobile-middle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.header-mobile__phone {
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  margin-right: auto;
}

.header-mobile__phone-tel {
  font-weight: bold;
  color: #0057a3;
}

.header-mobile-contact-link {
  display: inline-block;
  font-size: 12px;
  color: #0057a3;
  line-height: 12px;
}

.header-mobile__request {
  display: none;
}

.header-mobile-bottom__wrap {
  background: #e8e8e8;
}

.header-mobile-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-mobile-bottom__catalog {
  width: 107px;
}

.header-mobile-bottom__catalog-btn {
  background: #0057a3;
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  padding: 8px;
  text-align: center;
}

.header-mobile-bottom__search {
  font-size: 0;
  padding: 5px 0 5px 15px;
  position: relative;
  width: 60%;
}

.header-mobile-bottom__search .search_field {
  padding: 2px 10px;
  font-size: 12px;
}

.header-mobile-bottom__search .search_btn {
  background: url(/images/mobile-search-btn.png) center center no-repeat;
  top: 7px;
  right: 3px;
  height: 15px;
  width: 15px;
}

.fixed .sticky {
  position: fixed;
  top: 0;
  width: 100%
}

.header-top__wrap {

}

.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 104px;
}

.header-top__phone {
  margin-right: 40px;
  text-align: center;
}

.header-top__phone-tel {
  color: #0057a3;
  font-size: 16px;
  font-weight: bold;
  line-height: 23px;
}

.header-top__phone-free {
  color: #060606;
  font-size: 16px;
  line-height: 23px;
}

.header-top__call {
  display: flex;
  align-items: center;
  height: 40px;
}


.header-top__menu {
  list-style: none;
}

.header-top__menu-item {
  position: relative;
}

.header-top__submenu {
  background: #fff;
  position: absolute;
  z-index: 111;
  list-style: none;
  padding: 20px 15px;
  left: -7px;
  width: 200px;
}

.header-top__menu-link {
  color: #0057a3;
  font-size: 16px;
  line-height: 18px;
  margin: 0 8px;
  padding: 2px;
}

.header-top__menu-link:hover {
  text-decoration: underline;
}

.header-top__submenu-link {
  color: #0057a3;
  font-size: 16px;
  line-height: 18px;
  padding: 2px;
}

.header-top__submenu-link:hover {
  text-decoration: underline;
}

.header-top__submenumenu-item + .header-top__submenumenu-item {
  margin-top: 5px;
}

.header-top__request-btn {
  width: 210px;
}

.header-middle__wrap {
  background: #e8e8e8 url("/userfiles/images/header-middle-bg.png") top left repeat-x;
  z-index: 11;
}

.header-middle__catalog {
  margin-right: 14px;
  position: relative;
}

.header-middle__catalog-btn {
  background: #0057a3;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  padding: 14px 20px;
  text-align: center;
  width: 165px;
}

.catalog_menu, .catalog_menu-mobile {
  display: none;
  position: absolute;
  z-index: 22;
}

.catalog_menu-mobile {
  left: 0;
}

.catalog_menu-mobile .menu-level-1 > a {
  font-size: 15px;
}

.catalog_menu-mobile .menu-level-1 .catalog_menu2 {
  display: none !important;
}

.catalog_menu_visible {
  display: block;
}

.close-catalog-menu {
  position: absolute;
  z-index: 999;
  top: 1.5%;
  right: 7%;
}

.header-middle__catalog:hover .catalog_menu {
  display: block;
  padding-top: 25px;
}

.catalog_menu ul, .catalog_menu-mobile ul {
  list-style: none;
}

.catalog_menu1 {
  background: #e8e8e8;
  width: 340px;
  padding: 21px 0;
  position: relative;
}

.main .catalog_menu1 {
  -webkit-box-shadow: inset 0 -2px 8px -2px rgb(0 0 0 / 20%);
  box-shadow: inset 0 -2px 8px -2px rgb(0 0 0 / 20%);
}

.menu-level-1 {
  padding: 5px 0;
}

.menu-level-1 > a, .menu-level-1 > span {
  color: #0057a3;
  font-size: 19px;
  padding: 5px 5px 5px 35px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}

.menu-level-1 > span {
  font-weight: bold;
}

.catalog_menu2 {
  display: none;
}

.slider_menu li.active > a {
  font-weight: bold;
}

.menu-level-1:not(.active) .catalog_menu2 {
  position: absolute;
}

.catalog_menu1:not(.active) .menu-level-1:hover .catalog_menu2 {
  display: block;
  top: 0;
  left: 100%;
  background: #e8e8e8;
  z-index: 100;
  columns: 2;
  width: 830px;
  padding: 20px 0;
  min-height: 100%;
  box-sizing: border-box;
}

.menu-level-2 {

}

.menu-level-2 > a {
  font-size: 16px;
  color: #0057a3;
}

.menu-level-2 > a, .menu-level-2 > span {
  padding: 1px 5px 2px 35px;
  display: block;
  box-sizing: border-box;
}

.catalog_menu1:not(.active) .menu-level-2 > a {
  padding-left: 25px;
}

.menu-level-2 > a:hover {
  text-decoration: underline;
}

.catalog_menu3 {
  display: none;
  /* padding: 5px 0; */
}

.menu-level-3 {

}

.menu-level-3 a {
  display: block;
  padding: 5px 5px 5px 35px;
}

.header-middle__search {
  margin-right: auto;
  position: relative;
  width: 577px;
}

.search_field {
  width: 100%;
  padding: 7px 10px;
  border: 0;
  line-height: normal;
  font-size: 17px;
  outline: 0;
}

.search_field::-webkit-input-placeholder {
  color: #a5a5a5;
}

.search_field::-moz-placeholder {
  color: #a5a5a5;
}

/* Firefox 19+ */
.search_field:-moz-placeholder {
  color: #a5a5a5;
}

/* Firefox 18- */
.search_field:-ms-input-placeholder {
  color: #a5a5a5;
}

.search_btn {
  background: url("/images/search-btn.png") center center no-repeat;
  position: absolute;
  right: 0;
  height: 100%;
  width: 45px;
}

.header-middle__doc {
  margin-right: auto;
}

.fixed .header-middle__doc {
  display: none;
}

.header-middle__contacts {
  display: none;
}

.fixed .header-middle__contacts {
  display: flex;
  margin-right: auto;
  flex-direction: column;
}

.header-middle__tel, .header-middle__email {
  color: #0057a3;
  font-size: 16px;
  line-height: 18px;
}

.header-middle__link {
  color: #0057a3;
  font-size: 16px;
  line-height: 18px;
}

.header-middle__link:hover {
  text-decoration: underline;
}

.header-middle__wish {
  margin: auto;
  position: relative;
}

.header-middle__wish .wish-icon:before {
  content: "";
  display: block;
  width: 27px;
  height: 24px;
  background: url("/images/heart.svg") no-repeat;
}

.header-middle__wish .wish-icon:hover:before {
  background: url("/images/heart_hover.svg") no-repeat;
}



.header-middle__basket .count {
  font-size: 8px;
  position: absolute;
  left: 27px;
  top: 0;
  background: #ffff01;
  border-radius: 8px;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 16px;
}
/*.header-middle__wish .count {
    font-size: 8px;
    position: absolute;
    left: 19px;
    top: -2px;
    background: #ffff01;
    border-radius: 8px;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 16px;
}*/
.header-middle__basket .cart-icon:hover .count {
  top: -3px;
}

.header-middle__basket .summa {
  font-size: 13px;
  top: -25px;
  position: inherit;
  margin-left: 38px;
}

span.news_pages {
  display: flex;
  justify-content: center;
  margin: 10px 0;
}

span.news_pages span.page_selected {
  background: #0057a3;
  color: #fff;
  border-color: #0057a3;
}

span.news_pages a, span.news_pages span {
  margin-right: 15px;
  padding: 5px 10px;
  color: #5f5f5f;
  font-weight: bold;
  border: 1px solid #fff;
  border-radius: 4px;
}

span.news_pages a:last-child {
  margin-right: 0;
}

span.news_pages a:hover {
  border: 1px solid #5f5f5f;
}
.about_company {
    clear: both;
    display: flex;
    flex-wrap: wrap;
}
.about-item {
    width: 33%;
    display: flex;
    margin-bottom: 20px;
}
.about-item .img {
    width: 74px;
}
.about-item .info {
    margin-top: 10px;
}
.about-item .info p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
}
.about-item .info p.bold {
    font-size: 20px;
}
.maintenance_title {
    font-size: 15px;
    font-weight: 700;
}
.maintenance {
    display: flex;
    justify-content: space-between;
    padding-bottom: 46px;
    border-bottom: 2px solid #e8e8e8;
    margin-bottom: 10px;
}
.maintenance_item {
    border: 1px solid #0065AF;
    width: 49%;
    padding: 21px 28px 32px 34px;
}
.maintenance_item p {
    margin: 0;
}
.maintenance_item p.title {
    color: #0057A3;
    font-weight: bold;
    font-size: 15px;
    margin: 17px 0 10px;
}
.maintenance_item p:not(.title) {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.5);
}
section.main_catalog {
    margin: 35px 0 70px;
}
.main_catalog_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.main_catalog_item {
    width: 283px;
    position: relative;
    height: 170px;
    background: #0057A3;
    margin-bottom: 12px;
}
.main_catalog_item p {
    padding: 20px;
    margin: 0;
    color: #FFFFFF;
}
.main_catalog_item img {
    position: absolute;
    bottom: 0;
    right: 16px;
}
.main_catalog_item a {
    display: block;
    height: 170px;
}
.how_order {
    background: #F8F8F8;
    padding: 31px 26px;
    margin-bottom: 47px;
}
.how_order .title {
    font-size: 15px;
    color: #0057A3;
    text-transform: uppercase;
    font-weight: bold;
}
.how_order_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.how_order_item,
.how_order_item a {
    color: rgba(0, 0, 0, 0.5);
    font-size: 15px;
}
.how_order_item img {
    margin-top: 10px;
}
.how_order .how_order_item ul li {
    margin-left: 10px;
}
.how_order .how_order_wrap .how_order_item ul,
.how_order .how_order_wrap .how_order_item ul li {
    list-style-position: inherit;
}
div[align="left"] a[href="news/"] {
    display: block;
    margin: 10px 0;
}

.product-category {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.product-category a {
  border: 1px solid #D9D9D9;
  padding: 10px 25px;
  border-radius: 50px;
  color: #000000;
}

.product-category a:hover {
  text-decoration: none;
  background: #ffcc46;
  border: 1px solid #ffcc46;
}

.product-sticky-info {
  position: fixed;
  left: 0;
  width: 100%;
  box-shadow: 0px 4px 4px 0px #00000040;
  background: #fff;
  z-index: 20;
}

.product-sticky-info .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-sticky-info .container:before,
.product-sticky-info .container:after {
  display:none
}

.product-sticky-info .container .left-info {
  display: flex;
  align-items: center;
  gap:25px
}

.product-sticky-info .container .left-info .photo img {
  max-width: 114px;
  max-height: 200px;
}

.product-sticky-info .container .left-info .photo .table__wrapper {
  display: none;
}

.product-sticky-info .container .left-info .name {
  color: #2D2D2D;
  font-size: 18px;
  line-height: 24px;
  max-width: 365px
}

.product-sticky-info .container .right-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.product-sticky-info .container .right-info .price {
  color: #000000;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
}

.product-sticky-info .container .right-info .buttons {
  display: flex;
  align-items: center;
  gap: 15px;
}

.product-sticky-info .container .right-info .buttons .bx_cart {
  display: inline-block;
  text-align: center;
  background-image: url(/images/product/in_cart.svg);
  background-position: left 15px center;
  background-repeat: no-repeat;
  text-indent: 30px;
  transition-property: all;
  transition-duration: 0.3s;
  padding: 9px 25px;
}


.product-sticky-info .container .right-info .buttons .btn-order {
  width:201px
}

.product-sticky-info .container .right-info .buttons .btn-order .svg-i {
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -10px;
  display: block;
  width: 19px;
  height: 19px;
}

.product-sticky-info .container .right-info .buttons .add2favor {
  cursor: pointer;
  position: relative;
  text-decoration: underline;
  padding-left: 30px;
}

.product-sticky-info .container .right-info .buttons .add2favor:before {
  content: '';
  display: block;
  position: absolute;
  left: -1px;
  width: 20px;
  height: 20px;
  background-image: url(/assets/img/icons/favorites_black.svg);
  background-size: 18px;
  background-repeat: no-repeat;
}

@media (max-width: 1260px) {
  .header-middle__basket {
    margin: 0 5px;
  }

  .header-middle__basket .summa {
    display: none;
  }

  .header-middle__doc {
    margin-right: auto;
    width: 150px;
    text-align: center;
  }

  .cart-btn {
    padding: 0;
    margin: 0;
  }
}

.header-middle__basket .cart-icon:before {
  content: "";
  display: block;
  width: 32px;
  height: 30px;
  background: url("/images/cart.svg") no-repeat;
}

.header-middle__basket .cart-icon:hover:before {
  background: url(/images/cart_hover.svg) no-repeat;
  margin-top: 6px;
  height: 27px;
}

.header-bottom__wrap {
  display: none;
}

.header-bottom {
  color: #a2a1a1;
  display: table-cell;
  font-size: 11px;
  height: 25px;
  line-height: 18px;
  vertical-align: middle;
  text-align: center;
  width: 80%;
}

.home-slider__wrap {
  display: none;
}

.block-title {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.block-title.blue {
  color: #000;
}

.feature-block {
  background: #e8e8e8;
}

.home-feature {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}

.home-feature__half {
  padding: 0 15px;
  width: 50%;
}

.home-feature__item,
.home-feature__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 7px;
  padding-top: 7px;
}
.home-feature__item a .home-feature__item-text {
  color: #000;
}

.home-feature__item-img {
  padding-right: 15px;
  width: 45px;
}

.home-feature__item-img img {
  display: inline-block;
}

.home-feature__item-img1 {
  width: 60px;
}

.feature-garantee-img {
  margin-top: 10px;
}

.home-feature__item-text {
  font-size: 12px;
  font-weight: bold;
  line-height: 13px;
  width: 60px;
}

.img_title > span {
  display: inline-block;
  vertical-align: top
}

.img_title > span::before, .img_title > span::after {
  content: "";
  display: inline-block;
  vertical-align: top;
  background: url(../images/ux/marker5.png) no-repeat 0 0;
  width: 6px;
  height: 6px;
  margin-top: 9px
}

.img_title > span::before {
  margin-right: 10px
}

.img_title > span::after {
  margin-left: 10px
}

.req {
  color: #795050
}

header, header a {
  color: #6c6c6c
}

.h-top {
  background: #e8e8e8;
  padding: 7px 0 5px
}

#catalog-search {
  width: 300px;
  padding: 9px;
  border: 2px solid #a1a7af;
  vertical-align: top;
  line-height: normal;
  font-size: 14px;
  outline: 0;
  margin-right: 15px;
}

.find_btn {
  display: inline-block;
  vertical-align: top;
  line-height: normal;
  padding: 20px 26px;
  outline: 0;
  border: 0;
  margin: 0 0 0 -5px;
  background-color: #76808c;
  background-image: url(../images/ux/search.png);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer
}

.find_btn:hover {
  background-color: #283037
}

#move_to_prod_mark.hide {
  display: none !important
}

#move_to_prod_mark .butn {
  background: #76808c;
  color: #fff;
  border: 0;
  margin-left: 30px;
  padding: 10px 55px 10px 65px
}

#move_to_prod_mark .butn:hover {
  background: #283037
}

#move_to_prod_mark .butn span {
  background: url(../images/ux/sorting_arrows_horizontal1600.png) 100% 50% no-repeat;
  padding-right: 50px
}

.h-col {
  display: inline-block;
  vertical-align: bottom
}

.h-cols {
  padding: 20px 0 25px
}

.h-col1 {
  width: 120px
}

.h-col2 {
  width: 417px
}

.h-col3 {
  width: 272px
}

.h-cols .h-col.h-col3 .map {
  width: 188px;
  text-align: center;
  margin-top: 7px;
  text-decoration: underline;
}

.h-col4 {
  width: 300px
}

.h-col5 {
  width: 192px
}

.h-loc {
  background: url(../images/ux/loc.png) 0 10px no-repeat;
  padding: 8px 0 0 33px;
  font-size: 14px;
  height: 70px
}

.h-phones {
  background: url(../images/ux/phone.png) 22px 9px no-repeat;
  padding: 6px 0 0 60px;
  height: 72px
}

.h-basket {
  background: url(../images/ux/cart.png) 0 10px no-repeat;
  padding: 5px 0 0 40px
}

.h-appl .butn {
  font-weight: bold;
  color: #000;
  background: #FFFF01;
  padding: 8px 53px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.17);
  border: 2px #fff solid
}

.h-appl .butn:hover {
  background: #f3f419
}

.h-ord_call .butn {
  color: #fff;
  background: #2659a3;
  padding: 8px 50px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.17);
  border: 2px #fff solid
}

.h-ord_call .butn:hover {
  background: #1d314b
}

.h-to_order .butn {
  color: #2659a3;
  background: #fff;
  padding: 6px 23px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.17)
}

.h-to_order .butn:hover {
  color: #fff;
  background: #2659a3
}

.h-empty_basket .butn {
  color: #76808c;
  background: #fff;
  padding: 6px 30px
}

.h-phone {
  font-family: "RobotoBold", sans-serif;
}

.h-phone a:hover {
  text-decoration: underline
}

.h-slogan {
  padding: 6px 0 10px
}

.h-mail a {
  background: url(../images/ux/mail.png) 2px 5px no-repeat;
  font-size: 14px;
  padding-left: 26px
}

.h-mail a:hover span {
  border-bottom-color: transparent
}

.h-mail a span {
  border-bottom: 1px dotted
}

.h-appl {
  padding-left: 18px
}

.h-ord_call {
  padding-left: 40px
}

.h-basket_btn {
  padding: 17px 0 0
}

.h-menu {
  background: #2a476e
}

.h-menu ul {
  display: table;
  list-style: none;
  width: 100%;
}

.h-menu ul > li {
  display: table-cell;
  padding: 10px 15px;
  height: 27px;
  vertical-align: middle;
  text-align: center;
}

.h-menu a, .h-menu span {
  color: #fff;

  font-size: 13px;
  font-family: "RobotoBold", sans-serif;
}

.h-menu a:hover, .h-menu .top_menu_selected a, .h-menu span:hover, .h-menu .top_menu_selected span {
  text-decoration: underline
}

.fix_header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background: #e8e8e8;
  padding: 5px 0;
  display: none
}

.fix_header.displayed {
  display: block
}

.fix-col1 {
  width: 247px
}

.fix-col2 {
  width: 180px
}

.fix-col3 {
  width: 185px;
  background: url(../images/ux/phone.png) 0 10px no-repeat
}

.fix-col4 {
  width: 290px
}

.fix-col5 {
  width: 192px
}

.fix-col1 img {
  width: 195px
}

.fix-col3 .h-phone {
  padding-left: 33px
}

.fix-col4 .h-ord_call {
  padding-top: 0
}

.fix-col5 .h-basket {
  padding-top: 0;
  background-position-y: 3px
}

.fix-col5 .h-basket_btn {
  display: none
}

.slider_menu, .slider_list {
  display: inline-block;
  vertical-align: top
}

.slider_menu {
  width: 100%;
  float: left;
}

.slider_menu li {
  list-style-type: none
}

.slider_menu li.active {
  color: #fff;
  font-size: 19px
}

.slider_menu > ul > li:not(.active):hover,
.catalog_menu > ul > li:not(.active):hover {
  background-color: #dbdbdb;
}

.slider_menu > ul ul {
  display: none
}

.slider_menu li.active > ul {
  display: block !important;
}

.slider_menu > ul > li.active > ul {
  background-color: #e8e8e8;
  margin: 20px 0 0;
  padding: 0 0 20px;
}

.slider_menu > ul > li.active > ul > li:hover > a, .slider_menu > ul > li.active > ul > li.active > a, .slider_menu > ul > li.active > ul > li.active > span {
  background-color: #1d314b
}

.slider_menu li.active > ul > li:hover a, .slider_menu li.active > ul > li:hover span, .slider_menu li.active > ul > li.active a, .slider_menu li.active > ul > li.active span {
  color: #fff;
  text-decoration: none
}

.slider_menu > ul > li.active > ul > li a, .slider_menu > ul > li.active > ul > li span {
  color: #3e4248;
  font-size: 15px
}

.slider_menu > ul > li.active > ul > li > a:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  left: 35px;
  top: 7px;
}

.slider_menu li.active > ul > li.active > ul > li {
  background-color: #cdcaca;
  padding-left: 20px
}

.slider_menu li.active > ul > li.active > ul > li span, .slider_menu li.active > ul > li.active > ul > li a {
  color: #3e4248
}

.slider_menu li.active > ul > li.active > ul > li.active > span, .slider_menu li.active > ul > li.active > ul > li a:hover {
  text-decoration: underline
}

.slider_menu li.menu-level-2 > a, .slider_menu li.menu-level-2 > span {
  padding-top: 1px;
  padding-bottom: 2px
}

.sl-bg {
  position: absolute;
  width: auto;
  max-width: initial;
  min-width: 100%;
  height: 100%;
  left: 0
}

.sl-text {
  position: relative;
  padding: 20px 50px
}

.slide_more .butn {
  margin-top: 10px
}

.slide_more .butn:hover {
  background: #1d314b !important;
  color: #fff
}

#novinki_slider {
  padding: 32px 0 0
}

.novinki_title {
  text-align: center;
  margin-bottom: 20px
}

.novinki_title > span {
  font-size: 18px;

  color: #1d314b;
  font-family: "RobotoBold", sans-serif;
  width: 100%
}

.novinki_title a.all_novinki {
  margin-top: -24px;
  margin-right: 4px;
  position: relative;
  float: right;
  color: #1d314b
}

.novinki_title a.all_novinki span {
  border-bottom: 1px dotted
}

.novinki_title a.all_novinki:hover span {
  border-color: transparent
}

#index-content-text {
  background: #e8e8e8;
  clear: both;
  overflow: hidden
}

.index-content-text-block {
  width: 80%;
  position: relative;
  padding: 15px 0 0;
  text-align: justify
}

.index-content-text-block p {
  margin: 0
}

#index-content-text h2 {
  text-align: center;
  font-size: 18px;
  font-family: "RobotoBold", sans-serif;
  margin: 40px 0 28px
}

#index-content-text li {
  background: url(../images/ux/marker6.png) no-repeat 0 8px;
  list-style-type: none;
  padding: 0 0 10px 25px
}

.index-content-text-ill {
  background: #fff;
  position: absolute;
  right: -585px;
  top: 0;
  width: 535px;
  height: 100%
}

.index-content-text-ill img {
  position: absolute;
  right: 28px;
  top: 75px
}

.product-grid {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 8px;
}

.product-grid__item {
  padding: 4px;
  text-align: center;
  width: 50%;
}

.bestseller-block.find .item-photo {
  width: 100%;
}

.product-card {
  -webkit-box-shadow: 0 0 1px 0 rgb(0 0 0 / 30%);
  box-shadow: 0 0 1px 0 rgb(0 0 0 / 30%);
  padding: 25px 20px;
  text-align: center;
  position: relative;
}

.product-card:hover {
  -webkit-box-shadow: 0 0 1px 1px rgb(0 0 0 / 75%);
  box-shadow: 0 0 1px 1px rgb(0 0 0 / 75%);
}

.product-card__image {
  margin-bottom: 10px;
  display: block;
}

.item-photo {
  display: block;
  margin: 0 auto;
}

.item-photo img {
  width: 100%;
  max-width: max-content;
}

.product-card__btn {
  margin-bottom: 15px;
  width: 90px;
}

.product-card__price {
  margin-bottom: 5px;
}

.product-card__name {
  font-size: 12px;
  line-height: 12px;
  height: 35px;
}

.product-card__name a {
  color: #000;
}

.news-block {
  margin-bottom: 25px;
}

.news-grid {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  overflow: hidden;
  padding: 0 8px;
  width: 100%;
}

.newsItem {
  padding: 10px 7px;
  width: 50%;
}

.newsblock {
  -webkit-box-shadow: 0 0 1px 0 rgb(0 0 0 / 30%);
  box-shadow: 0 0 1px 0 rgb(0 0 0 / 30%);
  padding: 25px 20px;

}

.newsblock:hover {
  -webkit-box-shadow: 0 0 1px 1px rgb(0 0 0 / 75%);
  box-shadow: 0 0 1px 1px rgb(0 0 0 / 75%);
}

.news_date {
  color: #8e8e8e;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 10px;
}

.news_img {
  margin-bottom: 20px;
}

.news_more {
  margin-bottom: 6px;
  padding: 2px 10px;
  width: 90px;
}

.news-title {
  height: 65px;
  overflow: hidden
}

.news-title__link {
  color: #000000;
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
}

.news-title__link:hover {
  text-decoration: underline;
}

.brends-block {

}

.brends-grid {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  list-style: none;
  overflow: hidden;
  padding: 0 9px;
  width: 100%;
}

.brends-grid__item {
  padding: 4px;
  width: 50%;
}

.brends-grid__link {
  display: block;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, .30);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, .30);
}

.brends-grid__link:hover {
  display: block;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, .75);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, .75);
}

.brends-grid__img {
  display: block;
  height: 56px;
  margin: 0 auto;
  padding: 8px 0;
  width: 100px;
}

.brends-grid__title {
  color: #000;
  display: block;
  font-size: 15px;
  line-height: 18px;
  min-height: 40px;
  padding: 0 6px;
  text-align: center;
}

.brends-more {
  margin: 10px auto 30px;
}

.brends-more__btn {
  width: 90px;
}

.services {
  padding: 0;
  clear: both
}

.services > div {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin-right: -4px
}

.serv_center-wrap {
  background: #e8e8e8 url(../images/ux/servbg.png) 100% 0 no-repeat
}

.serv_center {
  width: 440px;
  margin-left: auto;
  padding: 23px 0 0
}

.serv_center-title {
  font-size: 30px;
  font-family: "RobotoBold", sans-serif;

  color: #1d314b;
  text-align: center
}

.serv_center li {
  background: url(../images/ux/marker6.png) no-repeat 6px 15px;
  list-style-type: none;
  padding: 10px 0 0 25px
}

.serv_center-more {
  text-align: center;
  padding: 14px 0 30px
}

.serv_center-more .butn {
  padding: 6px 48px;
  margin-right: 25px
}

.serv_center-more .butn:hover, .butn.empty-butn:hover {
  color: #fff;
  background: #1d314b;
  border-color: #1d314b
}

.pay_method-wrap {
  background: #1d314b url(../images/ux/paybg.png) 40px 25px no-repeat
}

.pay_method {
  width: 375px;
  margin-left: 225px;
  color: #fff;
  padding: 23px 0 0
}

.pay_method-title {
  font-size: 30px;
  font-family: "RobotoBold", sans-serif;
}

.pay_method-info {
  padding: 10px 0 0
}

.pay_method-more {
  padding: 15px 0 30px
}

.pay_method-more .butn {
  color: #fff;
  margin-left: 43px;
  padding: 6px 48px
}

.pay_method-more .butn:hover {
  background: #fff;
  color: #1d314b;
  border-color: #fff
}

.assort {
  padding: 35px 0 70px
}

.assort h2 {
  text-align: center;
  font-size: 18px;
  font-family: "RobotoBold", sans-serif;
  margin: 15px 0 30px
}

.assort p {
  margin: 0 0 0 25px
}

.assort ul {
  padding-bottom: 30px;
  margin-left: 30px;
}

.assort li {
  background: url(../images/ux/marker6.png) no-repeat 0 17px;
  list-style-type: none;
  padding: 10px 0 0 25px
}

/*.additional_call_form {
  background: url(../images/form-bg.jpg) no-repeat center center;
  margin: 0 -15px;
  padding: 0 15px;
  overflow: hidden
}*/

.additional-form {
  margin: 0 auto;
}

.additional-form__field {
  width: 100%;
}

.additional-form__field label {
  margin-bottom: 6px;
  width: 100%;
}

.additional-form__control {
  border: 0;
  font-size: 12px;
  font-family: Roboto, sans-serif;
  line-height: normal;
  padding: 7px 15px;
  width: 100%;
}

.additional-form__control.errorField {
  -webkit-box-shadow: inset 00px 0 1px 1px #FF0F37;
  box-shadow: inset 00px 0 1px 1px #FF0F37;
}

.additional-form__textarea {
  height: 80px;
  margin-bottom: 8px;
  resize: none;
}

.additional-form__btn {
  text-align: center;
}



.additional-form__field::-webkit-input-placeholder {
  letter-spacing: 0;
  color: #adadad;
}

.additional-form__field::-moz-placeholder {
  letter-spacing: 0;
  color: #adadad;
}

/* Firefox 19+ */
.additional-form__field:-moz-placeholder {
  letter-spacing: 0;
  color: #adadad;
}

/* Firefox 18- */
.additional-form__field:-ms-input-placeholder {
  letter-spacing: 0;
  color: #adadad;
}

.i_agree {
  font-size: 12px;
  line-height: 14px;
  margin: 10px auto 25px;
  text-align: center;
  width: 90%;
}

.fancy-window {
  text-decoration: underline;
}

.fancy-window:hover {
  text-decoration: none;
}

.cf-title p {
  line-height: 1;
  margin: 0 0 10px;
}

.cf-notes {
  font-size: 14px
}

.index_news {
  padding: 0 0 50px
}

.index_page-title, .index_news-title {
  text-align: center
}

.index_news-title {
  padding: 48px 0 45px 100px
}

.index_page-title > span, .index_news-title > span {
  font-size: 18px;
  font-family: "RobotoBold", sans-serif;
  color: #1d314b
}

.index_news-title a {
  color: #1d314b
}

.index_news-title a span {
  border-bottom: 1px dotted;
  float: right;
}

.index_news-title a:hover span {
  border-color: transparent
}

.footer-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 15px 0;
}

.footer-top__block {
  padding: 0 15px;
  width: 50%;
}

.footer-top__contacts-block {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-top__contacts-info {
  width: 63%;
}

.footer-top__title {
  font-size: 12px;
  line-height: 15px;
  font-weight: bold;
  margin: 8px 0;
}

.footer-top__menu {
  list-style: none;
}

.footer-top__item {
  font-size: 0;
}

.footer-top__item + .footer-top__item {
  margin-top: 3px;
}

.footer-top__link {
  color: #0057a3;
  font-size: 12px;
  line-height: 15px;
}

.delivery__link {
  font-weight: bold;
}

.footer-top__contacts {

}

.footer-top__contacts a {
  color: #0057a3;
  font-size: 12px;
  line-height: 15px;
  white-space: nowrap;
}

.footer-top__phones, .footer-top__emails {
  font-size: 12px;
  line-height: 15px;
}

.footer-top__skype {
  font-size: 12px;
  line-height: 15px;
}

.footer-top__icq {
  font-size: 12px;
  line-height: 15px;
}

.footer-top__icq span {
  color: #0057a3;
  font-style: normal;
  font-size: 12px;
  line-height: 15px;
}

.footer-top__social {
  font-size: 0;
  width: 94px;
  display: flex;
  align-items: center;
  padding: 0;
}

.footer-top__social .vk:before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background: url("/images/footer-vk.png") no-repeat;
  margin-right: 10px;
}

.footer-top__social .vk:hover:before {
  background: url("/images/footer-vk-hover.svg") no-repeat;
}

.footer-top__social .ok:before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background: url("/images/footer-ok.png") no-repeat;
}

.footer-top__social .ok:hover:before {
  background: url("/images/footer-ok-hover.svg") no-repeat;
  margin-left: -1px;
}

.footer-top__appl {
  margin-top: 5px;
}

.footer-top__appl .border-btn {
  font-size: 14px;
  line-height: 16px;
  width: 100%;
}

.footer-top__call {
  margin-top: 10px;
  text-align: center;
}

.footer-top__call-link {
  color: #0057a3;
  font-style: normal;
  font-size: 17px;
  line-height: 21px;
  padding: 2px 1px;
  border-bottom: 1px solid #0057a3;
}

.footer-top__call-link:hover {
  border-bottom: 0;
}

.footer-top__org-info {
  display: none;
}

.footer-middle__wrap {
  background: #e8e8e8;
}

.footer-middle {
  padding: 20px 23px;
  position: relative;
}

.footer-middle__dssubscr {
  margin-bottom: 10px;
  width: 175px;
}

.footer-middle__questions {
  width: 175px;
}

.footer-middle__question {
  font-weight: bold;
  font-size: 0.75em;
  line-height: normal;
  margin-bottom: 5px;
}

.footer-middle__regime {
  font-size: 12px;
  line-height: normal;
}

.footer-middle__workphone {

}

.footer-middle__tel {
  color: #0057a3;
}

.footer-middle__workhours {

}

.counter__footer__block {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  width: 70px;
  flex-wrap: wrap;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  height: 100%;
  padding: 20px 0;
}

.footer__copy {
  color: #a2a1a1;
  font-size: 12px;
  line-height: 12px;
  margin-top: 0;
  padding: 10px 0 15px;
  text-align: justify;
}

.footer__copy-name {
  margin-bottom: 5px;
  font-weight: bold;
}

.tocart {
  white-space: nowrap
}

.mainpageslider li {
  overflow: hidden
}

.mainpageslider li > p {
  margin: 0;
}

.bx-wrapper {
  position: relative
}

.home-slider .bx-wrapper .bx-pager, .home-slider .bx-wrapper .bx-controls-auto {
  left: 50%;
  bottom: 20px;
  transform: translate(-50%, 0);
}

.home-slider .bx-wrapper .bx-pager .bx-pager-item, .home-slider .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  vertical-align: top
}

.home-slider .bx-wrapper .bx-pager .bx-pager-item a, .home-slider .bx-wrapper .bx-controls-auto .bx-controls-auto-item a {
  display: inline-block;
  text-indent: -9999px;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  background: #fff;
  margin-right: 5px
}

.home-slider .bx-wrapper .bx-pager .bx-pager-item a:hover, .home-slider .bx-wrapper .bx-pager .bx-pager-item a.active, .home-slider .bx-wrapper .bx-controls-auto .bx-controls-auto-item a:hover, .home-slider .bx-wrapper .bx-controls-auto .bx-controls-auto-item a.active {
  background: #2659a3;
  border-width: 6px
}

.item-price {
  font-size: 14px;
  white-space: nowrap
}

.item-price span {
  font-size: 20px;
  font-weight: 700
}

.in-cart-btn {
  display: inline-block;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 16px;
  width: 141px;
  text-align: center;
  height: 34px;
  line-height: 32px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.17);
  background-color: #33589F;
}

.in-cart-btn:hover {
  background-color: #1d314b;
  color: #fff
}

.in-cart-btn:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 21px;
  margin: 0 7px 0 6px;
  background: url(/images/ux/in-cart.png) no-repeat 0 0
}

.in-cart-btn:before {
  background-position: 0 100%
}

.left_col {
  padding-left: 15px;
  padding-right: 15px;
  width: 38%;
  float: left
}

.main_col {
  float: left;
  padding-top: 15px;
  width: 62%;
}

.main_cont .main_col.full-width {
  width: 100%
}

.navi {
  padding-left: 25px;
  padding-bottom: 10px
}

.text_block p:first-child + h1 {
  margin-top: 0;
}

.navi div {
  display: inline;
}

.navi a:hover{
  border-color:transparent;
  color: #000;
}
.navi a {

  color: #000;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  border-bottom: 1px solid #000;
  text-decoration: none;
}

span.fa-angle-right{
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome !important;
  font-size: 14px;
  line-height: 1;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
span.fa-angle-right{
  color: #0f0f0f;
  line-height: 20px;
  font-size: 25px;
  vertical-align: middle;
  margin-right: 0;
}
.navi a:hover {
  text-decoration: none
}

.navi .last-item {
  font-family: "Roboto Condensed", sans-serif;
  text-decoration: none;
  color: gray;
}

.navi span {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 13px;
}

.h1, h1 {
  color: #2a476e;
  font-size: 24px;
  font-family: "RobotoBold", sans-serif;
  padding-left: 20px
}

.h2, h2 {
  color: #2a476e;
  font-size: 18px;
  font-family: "RobotoBold", sans-serif;
  margin: 15px 0 !important;
}

.h2_inner {
  color: #2a476e;
  font-size: 24px;
  font-family: "RobotoBold", sans-serif;
  margin: 60px 0 40px
}



.photogallery_mozaic {
  border-spacing: 3px;
}
.photogallery_mozaic td {
  padding: 2px;
}

.photogallery_mozaic .description {
  padding: 5px;
}

.photogallery_mozaic img {
  cursor: pointer;
}

.photogallery_mozaic .description p {
  padding: 0;
  margin: 0;
}
.photogallery_mozaic .photo {
  float: left;
  /* margin-right: 33px; */
  /* margin-bottom: 16px; */
}
.photogallery_mozaic .photo:nth-child(4n+4) {
  margin-right: 0;

}
.photogallery_left {
  width: 100%;
}
.photogallery_left .photo {
  margin: 5px;
  cursor: pointer;
}

.photogallery_right {
  width: 100%;
}
.photogallery_right .photo {
  margin: 5px;
  cursor: pointer;
}

@media (min-width: 768px) {
  .photogallery_mozaic {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 20px;
  }
}

@media (min-width: 1200px) {
  .photogallery_mozaic {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px 20px;
  }
}

.photo-items-list {

}

.photo-photo-item {
align-items: center;
}

a.photo-photo-item-ascetic-inner {
  overflow: hidden;
  display: block;
}

.download-cat-row {
  margin-bottom: 10px;
}

.download-cat-row a {
  color: #000;
}
.cat-description {
  font-size: 12px;
}

.download-cat-btn {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 29px;
  background: url(/assets/img/download.png) no-repeat center;
}


.contacts-info-block-wrap {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contacts-info-block {
  display: inline-block;
  width: 49%;
  vertical-align: top;
  margin-bottom: 15px
}

.contacts-info-block a {
  color: #283037
}

.contacts-info-block a:hover {
  text-decoration: underline
}

.contacts-info-block.cib4 a {
  text-decoration: underline
}

.contacts-info-block.cib4 a:hover {
  text-decoration: none
}

.contacts-info-block__img {
  float: left;
  width: 40px;
  height: 50px;
  vertical-align: top;
  position: relative
}

.contacts-info-block__img:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(/images/ux/contacts-sp.png)
}

.cib1 .contacts-info-block__img:before {
  background-position: 0 0;
  width: 21px;
  height: 25px
}

.cib2 .contacts-info-block__img:before {
  background-position: -34px 0;
  width: 29px;
  height: 29px
}

.cib3 .contacts-info-block__img:before {
  background-position: 0 -37px;
  width: 21px;
  height: 21px
}

.cib4 .contacts-info-block__img:before {
  background-position: -36px -42px;
  width: 26px;
  height: 15px
}

.contacts-info-block__text {
  float: left;
  width: calc(100% - 40px)
}

.contacts-info-block__text-title {
  font-size: 15px;
  color: #2a476e;
  font-family: "RobotoBold", sans-serif;
}

div.contacts-info-block__text-title {
  margin-bottom: 5px
}

.contacts-info-block__text-text {
  line-height: 20px
}

.contacts-phone-block {
  display: inline-block;
  width: 49%
}

.contacts-phone-block a {
  white-space: nowrap;
  font-family: "RobotoBold", sans-serif;
}

.requisites-block {
  margin: 15px 0 25px;
  padding: 15px 0 15px 15px;
  background-color: #eaeef5;
  font-size: 15px
}

.review-block, .review-block * {
  box-sizing: border-box
}

.review-block {
  width: 100%;
  border: 2px solid #d8dce0;
  padding: 15px;
  margin-bottom: 20px
}

.review-author {
  float: left
}

.review-date {
  float: right;
  position: relative;
}
.review-date:after {
    content: "";
    position: absolute;
    left: 0;
    top: 30px;
    width: 116px;
    height: 23px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
    background-size: contain;
}
.review-date, .review-author {
  font-size: 24px;
  margin: 0 0 20px
}

.review-text {
  width: 100%
}

.review-author:before, .review-author:after, .review-text:before, .review-text:after {
  content: " ";
  display: table;
  width: 100%
}

.slide_blocks table {
  position: relative
}

.subs_items {
  background-color: #e8e8e8;
  width: 788px;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  padding: 20px;
  box-sizing: border-box;
  position: absolute;
  z-index: 9;
}

.subs_items:empty {
  padding: 0;
}

.subs_items a {
  color: #3e4248;
  line-height: 23px;
  font-size: 16px
}

.subs_items a:before {
  content: "";
  display: inline-block;
  background: #76808c;
  width: 6px;
  height: 6px;
  margin-right: 25px
}

.subs_items a:hover {
  text-decoration: underline
}

div#subs_332, div#subs_20, div#subs_1224, div#subs_1871 {
    margin-left: -197px;
}
div#subs_188, div#subs_472, div#subs_829, div#subs_1439 {
    margin-left: -395px;
}
div#subs_18, div#subs_951, div#subs_1597 {
    margin-left: -592px;
}
div#subs_514 {
  margin-left: -193px;
}
div#subs_1065, div#subs_1572 {
    margin-left: 0;
}

.items_sub div {
  background-color: #fff;
  border-spacing: 0;
  border: 2px solid #e8e8e8;
  padding: 1px 5px 0;
  height: 70px;
  margin: 0 2px 0 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center
}

.items_sub div a {
  font-family: "RobotoRegular", sans-serif;
  color: #2a476e;
  font-size: 16px
}

.items_sub div.active, .items_sub div:hover {
  background-color: #e8e8e8;
  border: 2px solid #e8e8e8;
  padding: 1px 5px 0;
  cursor: pointer;
}

.products_block td, .products_block table {
  border-spacing: 0;
  min-height: 75px;
  height: 1px;
  min-height: expression(this.scrollHeight < 501 ? "500px" : "auto")
}

.products_block .link_block_div {
  width: 100%;
}

.products_block td {
  min-height: 0
}

.products_block {
  position: relative;
  margin-top: 15px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.labels-table {
  width: 100%;
  background-color: #e4e7ec;
  padding: 30px
}

.labels-table a {
  color: #000;
  font-family: "RobotoBold", sans-serif;
}

.labels-table a:hover {
  text-decoration: underline
}

.photogallery_mozaic {
  border-spacing: 3px;
  text-align: center;
  margin-bottom: 40px;
}

.photogallery_mozaic td {
  padding: 2px
}

.photogallery_mozaic .description {
  padding: 5px
}


.photogallery_mozaic img {
  width: 100%;
}

.photogallery_mozaic .description p {
  padding: 0;
  margin: 0
}

.photogallery_mozaic .photo {
  display: inline-block;
  /* margin-right: 33px; */
  /* margin-bottom: 16px; */
}

.photogallery_mozaic .photo:nth-child(4n+4) {
  margin-right: 0
}

.photogallery_left {
  width: 100%
}

.photogallery_left .photo {
  margin: 5px;
  cursor: pointer
}

.photogallery_right {
  width: 100%
}

.photogallery_right .photo {
  margin: 5px;
  cursor: pointer
}

.custom-ul {
  list-style-type: none
}

.custom-ul li {
  position: relative;
  text-indent: 0;
  padding: 5px 0 5px 20px
}

.custom-ul li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 12px;
  left: 0;
  background-color: #d0d0d0
}

.exposition-slider img {
  max-width: 100%
}

.fancy-gallery .bx-wrapper {
  margin: 0 auto
}

.fancy-gallery .bx-wrapper .bx-next {
  right: -50px
}

.fancy-gallery .bx-wrapper .bx-prev {
  left: -50px
}

.about-btn {
  float: right;
  margin: 40px 0
}

.block_mozaic .icon {
  min-height: 155px
}

.block_mozaic tr td {
  padding: 0
}

.block_mozaic .before_name {
  margin-top: 0;
  text-align: center
}

.icon img {
  width: 140px;
  display: block;
  margin: 0 auto
}

.block_mozaic .name {
  font-size: 14px;
  padding: 0 10px 10px;
  text-align: center
}

.block_mozaic .name:before {
  content: "";
  width: 90%;
  display: block;
  margin: 0 auto 10px;
  height: 1px;
  background-color: #1d314b
}

.block_mozaic a {
  border: 1px solid transparent;
  width: 156px;
  min-height: 198px;
  margin-bottom: 6px;
  display: inline-block;
  margin-right: 0;
  vertical-align: top;
  color: #313131
}

.block_mozaic a:hover {
  border-color: #76808c
}

.vibrat_proizv_new {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  color: #76808c;
  font-size: 14px;
  margin-right: 20px
}

.line_brand {
  float: left;
  width: 450px;
  padding-top: 10px;
  padding-bottom: 17px
}

.line_brand div {
  float: left;
  width: 80px;
  height: 32px;
  text-align: center;
  margin-right: 8px;
  color: #000;
  border: 1px solid
}

.line_brand div.brands_4 {
  padding: 8px 13px;
  width: 126px !important;
  text-align: center;
  height: 16px !important;
  border: none
}

.line_brand div.brands_5 {
  padding: 8px 13px;
  width: 126px !important;
  text-align: center;
  height: 16px !important
}

.line_brand div img {
  height: 32px
}

.line_brand div span {
  color: #000
}

.vibor_vivoda {
  display: inline-block;
  vertical-align: middle;
  padding-top: 17px;
  padding-bottom: 17px
}

.vibor_vivoda img {
  margin-right: 15px
}

.inner_mini {
  width: 100%;
  margin-bottom: 9px;
  border: 1px solid #c8c8c8;
  position: relative;
  clear: both;
  overflow: hidden
}

.catalog_pic_mini {
  width: 165px;
  margin: 5px;
  float: left
}
.reviews-slider-wrap .bx-wrapper .bx-prev {
  left: -35px;
}
.reviews-slider-wrap .bx-wrapper .bx-next {
  right: -35px;
}
.sub_links_mini {
  float: left;
  width: 370px;
  padding-top: 18px;
  padding-bottom: 10px;
  max-height: 136px;
  overflow: hidden
}

.sub_links_mini a {
  color: #165a9a;
  font-size: 16px;
  font-family: "RobotoBold", sans-serif;
  text-decoration: none
}

.sub_links_mini p, .sub_links_mini span {
  font-size: 13px !important;
  line-height: 16px
}

.mini_price {
  text-align: center;
  float: right;
  width: 160px
}

.price_cat_list {
  font-family: "RobotoBold", sans-serif;
  font-size: 15px;
  text-align: center;
  margin-top: 34px;
  margin-bottom: 16px
}

.catalog_table.search_result .price_cat_list {
  margin-top: 20px;
}

.price-block-list a {
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
  border: 2px solid #cd3554;
  color: #cd3554;
  font-size: 14px;
  width: 142px;
  height: 34px;
  line-height: 32px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.17);
  background-color: #fff
}

.price-block-list a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 21px;
  margin: -3px 7px 0 6px;
  background: url(/images/ux/in-cart.png) no-repeat 0 0
}

.price-block-list a:hover {
  background-color: #cd3554;
  color: #fff
}

.price-block-list a:hover:before {
  background-position: 0 100%
}

.block_titles {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

.block_titles .block_links_header {
  font-size: 12px;
  padding-left: 10px
}

.block_titles .block_links_header:hover {
  font-size: 12px;
  padding-left: 10px
}

.block_titles .block_links_header a {
  color: #000;
  font-size: 16px
}

.block_titles .block_links_header a:hover {
  color: #1560a9;
  text-decoration: underline
}

.block_titles, .block_titles td {
  padding: 4px 0 25px;
  margin: 0;
  border-spacing: 0;
  float: left;
  background-color: #fff
}

.block_title_descr .block_links_header {
  background: #e9e9e9;
  padding: 15px 9px 15px 30px;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.block_title_descr .block_links_header:before {
  content: "";
  min-width: 33px;
  height: 39px;
  background: url(/images/ux/statya.png) no-repeat;
  margin-right: 15px;
}

.block_title_descr .block_links_header a {
  color: #1d2a2d;
  font-size: 20px;
  font-family: "RobotoBold", sans-serif;
  display: block;
  width: 100%;
}

.date_create {
  margin-right: 10px;
}

.block_title_descr .block_links_header a:hover {
  color: #000;
  text-decoration: underline
}

.block_links_description {
  font-size: 12px;
  font-weight: 400;
  text-align: justify;
  padding-bottom: 10px
}

.block_links_description a {
  font-size: 11px;
  font-weight: 700
}

.block_links_icons .icon {
  float: left
}

.block_links_icons .name {
  font-size: 18px
}

.block_links_icons .name a {
  color: #000
}

.block_links_icons .name a:hover {
  color: #000;
  text-decoration: underline
}

.block_links_icons .description p {
  padding: 0;
  margin: 0
}

.pages {
  text-align: center;
  color: #000
}

.pages a {
  font-weight: 700;
  color: #000
}

.pages a:hover {
  font-weight: 700;
  color: #ccc
}

.pages .selected {
  font-weight: 700;
  color: #ccc
}

.block_links_ico_text {
  clear: both;
  text-align: right
}

.block_links_ico_text .block_links_header {
  font-size: 12px
}

.block_links_ico_text img {
  float: right;
  margin: 5px
}

.block_links_ico_text p {
  margin: 0;
  padding: 0
}

.block_title_descr .block_links_description p {
  padding: 0;
  margin: 0
}

.block_title_descr .block_links_description {
  font-size: 16px;
  border: 1px solid #e9e9e9;
  padding: 20px 30px;
  line-height: 25px;
  margin-bottom: 15px;
}

.quick_edit_block {
  border: 1px dashed #ccc
}

.block_links_description a {
  color: #fcc
}

.find_by_brand a {
  color: #165a9a;
  padding: 0 10px !important;
  display: block
}

.slide_blocks.product-name {
  margin-bottom: 30px
}

.slide_blocks.brand {
  margin-bottom: 10px
}

.slide_blocks.brand td {
  width: 100%;
  line-height: 38px;
  font-family: "RobotoBold", sans-serif;
  color: #1d314b;
  font-size: 18px;
  padding-left: 10px;
  border-bottom: 1px solid #e8e8e8
}

#move_move_move {
  background-color: #930202 !important;
  text-align: center !important;
  font-family: "RobotoRegular", sans-serif;
  color: #fff !important;
  font-size: 19.87px;

}

.brand_select_tbl td {
  padding: 5px;
  text-align: center;
  font-family: "RobotoRegular", sans-serif;
  color: #636363;
  font-size: 15px
}

.slide_blocks.brand .selected {
  background-color: #e2e2e2
}

.slide_blocks.brand .selected a {
  color: #636363
}

.brand_select_tbl td a:hover {
  text-decoration: underline
}

.item_card_photo {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 0
}

.item_card_photo img {
  width: auto !important;
  height: auto;
  max-height: inherit;
  max-width: 100%;
}

.order_form input {
  width: 209px;
  border: 1px solid #264c72;
  margin-top: 5px
}

.order_form textarea {
  width: 390px;
  height: 38px;
  margin-top: 5px;
  border: 1px solid #264c72
}

.attach {
  position: relative
}

.attach #file_fake {
  background-color: #fff;
  border: 1px solid #069;
  width: 283px;
  color: #000;
  font-size: 11px;
  height: 16px;
  margin-top: 5px;
  cursor: default
}

.attach span.file {
  position: absolute;
  top: 0;
  width: 74px;
  height: 33px;
  overflow: hidden
}

.attach span.file * {
  cursor: pointer
}

.attach span.file:hover * {
  color: gray
}

.attach input.file_select_btn {
  overflow: visible;
  width: 100%;
  height: 100%
}

.attach input.file_select {
  position: absolute;
  font-size: 150px;
  right: 0;
  top: 0;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0)
}

.error {
  position: absolute;
  margin-top: 9px;
  margin-left: 196px
}

#flash {
  height: 311px;
  margin-left: -2px
}

.order_call_form input {
  border: 1px solid #264c72;
  font-size: 11px;
  width: 200px
}

.block_consult {
  z-index: 1000;
  position: fixed;
  top: 230px;
  right: 0;
  background: url(/images/consultant.png) no-repeat top left;
  width: 47px;
  height: 244px
}

.main_newsblock {
  padding: 10px;
  background: url(/images/design/text_bg.gif) repeat-x top left
}

.news_title {
  font-size: 18px;
  color: #3F3D3D
}

.main_newsblock a {
  color: #1560A9
}

.main_newsblock a:hover {
  color: #282829;
  text-decoration: underline
}

.scrollable {
  position: relative;
  overflow: hidden;
  height: 126px;
  width: 197px
}

.scrollable .items {
  position: absolute
}

.scrollable .items .item {
  height: 126px
}

.newitems td {
  padding: 10px;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  width: 33%
}

.newitems td img {
  height: 150px;
  border: 0 solid #1461a9;
  margin-bottom: 10px
}

.price-block {
  display: inline-block;
  width: 44%;
  margin-top: 7px
}

.price_cat {
  display: inline-block;
  width: 54%;
  font-size: 12px;
  font-weight: 700
}

.item-price-block {
  max-width: 535px;
  width: 44.6%;
  display: inline-block;
  vertical-align: top;
}

.item-price-block a {
  color: #000;
  font-size: 14px;
  text-align: center;
  display: inline-block
}

.item-price-block a:hover {
  text-decoration: none
}

.item-price-block .in-cart-btn {
    width: 143px;
    height: 34px;
    line-height: 29px;
    color: #fff;
    margin: 0 9px 10px 0;
}

.item-price-block .in-cart-btn:hover {
  color: #fff
}
.item-price-block-row {
  padding: 25px 25px 0 35px;
}

.item-price-block-row.first-row {
  padding-top: 22px;
  border: 1px solid #d9dfe7;
  text-align: justify;
}

.item-price-block-row.second-row {
  background-color: #d9dfe7;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: justify
}

.item-price-block-row.first-row:after, .item-price-block-row.second-row:after {
  content: "";
  display: inline-block;
  width: 100%
}

.opisanie #h {
  color: maroon;
  font-size: 12px;
  font-weight: 700;
  font-style: italic
}

.opisanie p, .opisanie ul, .opisanie li {
  font-size: 12px;
  text-align: justify
}

.drop_down_servis_centr .last-item, .drop_down_custom .last-item {
  text-decoration: underline
}




.seo_text li {
  margin-left: 40px
}



.inl-bl {
  display: inline-block
}



.doc-list__link {
    display: block;
    color: #000;
    margin: 0 0 5px;
}
.doc-list__link_jpg:after {
    content: 'JPG';  
}
.doc-list__link_pdf:after {
    content: 'PDF';
}
.doc-list__link:after {
    display: inline-block;
    margin: 0 0 0 5px;
    height: 20px;
    padding: 0 5px;
    background-color: #0057a3;
    line-height: 20px;
    color: #fff;
    font-size: 14px;
    vertical-align: middle;
}
.rekv td {
  border: 1px solid gray;
  text-align: center;
  font-weight: 700;
  width: 50%
}

.fancy-gallery img {
  width: 200px;
  margin: 5px
}

form .form_button:hover {
  filter: hue-rotate(90deg);
  -webkit-filter: hue-rotate(90deg)
}

.inl-bl p {
  font-weight: 400
}

.catalog_table td {
  border: 1px solid #acacac;
  border-radius: 0;
  padding: 3px
}

.catalog_table td:hover {
  border-color: #acacac;
  border-width: 2px
}

.catalog_table td.no_border {
  border: none
}

.catalog_table .catalog_pic {
  width: 100%;
  max-width: 200px
}

.catalog_table .sub_links {
  height: 52px;
  overflow: hidden;
  margin-bottom: 20px
}

.catalog_table .sub_links a {
  display: block;
  font-weight: 400;
  line-height: 13px;
  font-size: 14px;
  color: #313131;
  text-decoration: none
}

.sub_links a {
  color: #165a9a;
}

.catalog_table .sub_links a:hover {
  text-decoration: underline
}

.header_top {
  background-color: #fff;
  min-width: 1200px
}

.head_left, .head_center, .head_right {
  float: left
}

.head_info {
  position: relative;
  min-height: 162px;
  height: 1px;
  width: 1200px
}

.head_left #head_logo {
  float: left;
  width: 110px;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 10px
}

.head_left #head_slogan {
  float: left;
  width: 210px;
  margin-top: 33px
}

.head_left #head_slogan > img {
  margin-bottom: 10px
}

.head_left #head_slogan p {
  text-align: left;
  margin: 0
}

.head_left #head_slogan p img {
  margin-right: 5px
}

.head_left #head_slogan a {
  font-family: "RobotoRegular", sans-serif;
  color: #434242;
  font-size: 15px;
  text-decoration: none;
  text-align: left
}

.head_info #head_address {
  float: left;
  width: 211px;
  padding: 33px 60px 0 0;
  line-height: 2;
  text-align: center;
  margin-left: -231px
}

.head_info #head_buttons {
  float: left;
  width: 250px;
  margin: 30px 40px 0;
}

.head_info #head_contacts {
  float: right;
  width: 242px;
  text-align: right;
  padding: 43px 11px 0 0
}

.head_info #head_address span:before {
  content: "";
  display: block;
  background: url(/images/spans.png);
  width: 80px;
  height: 60px;
  margin: 0 auto
}

#head_buttons .order_btn > div {
  background-color: #930202;
  width: 193px;
  height: 36px;
  margin: 0 auto 0 0;
  border-bottom: 2px solid #650808
}

#head_buttons .order_btn img {
  float: left;
  margin: 6px 10px
}

#head_buttons .order_btn #border {
  height: 34px;
  width: 0;
  border-right: 1px solid #650808;
  border-left: 1px solid #a51212;
  float: left;
  margin-top: 1px
}

#head_buttons .order_btn p {
  font-family: "RobotoRegular", sans-serif;
  color: #fff;
  font-size: 13px;
  text-align: center;
  float: left;
  margin: 0;
  line-height: 38px;
  width: 143px
}

#head_buttons .order_btn p:hover {
  color: #930202;
  background-color: #fff;
  border-top: 2px solid #930202;
  width: 142px;
  height: 34px;
  border-bottom: 2px solid #930202;
  line-height: 33px
}

#head_buttons .call_btn > div {
  background-color: #898989;
  width: 193px;
  height: 36px;
  border-bottom: 2px solid #636363;
  margin: 15px auto 0 0;
}

#head_buttons .call_btn img {
  float: left;
  margin: 6px 13px 6px 12px
}

#head_buttons .call_btn #border {
  height: 34px;
  width: 0;
  border-right: 1px solid #636363;
  border-left: 1px solid #a8a8a8;
  float: left;
  margin-top: 1px
}

#head_buttons .call_btn p {
  font-family: "RobotoRegular", sans-serif;
  color: #fff;
  font-size: 13px;
  text-align: center;
  float: left;
  margin: 0;
  line-height: 38px;
  width: 140px
}

#head_buttons .call_btn p:hover {
  color: #4C4444;
  background-color: #fff;
  border-top: 2px solid #898989;
  width: 142px;
  height: 34px;
  border-bottom: 2px solid #898989;
  line-height: 33px
}

#head_buttons .call_btn > div {
  background-color: #898989;
  width: 193px;
  height: 36px;
  border-bottom: 2px solid #636363;
  margin-top: 5px
}

.call_btn_footer img {
  float: left;
  margin: 6px 13px 6px 12px
}

.call_btn_footer #border {
  height: 34px;
  width: 0;
  border-right: 1px solid #636363;
  border-left: 1px solid #a8a8a8;
  float: left;
  margin-top: 1px
}

.call_btn_footer p {
  font-family: "RobotoRegular", sans-serif;
  color: #fff;
  font-size: 13px;
  text-align: center;
  float: left;
  margin: 0;
  line-height: 38px;
  width: 140px
}

.head_right {
  width: 500px;
  margin-top: 18px
}

.head_right table {
  margin-top: -2px;
  float: left
}

.head_right table td {
  vertical-align: middle;
  padding: 2px 5px
}

.head_right table .contacts_phone td {
  font-family: "RobotoRegular", sans-serif;
  color: #434242;
  font-size: 20px;
  font-weight: 700;
  text-align: left
}

.head_right table .head_address td, .head_right table .contacts_skype td {
  font-family: "RobotoRegular", sans-serif;
  color: #434242;
  font-size: 15px;
  text-align: left
}

div#fast_result a {
  color:black !important;display: flex;margin-bottom: 15px;
}
div#fast_result strong{
  color: #171717 !important;
  font-weight: bold !important;
}

div#fast_result {
  background: white;
  padding: 10px;
  width: 300px;
  font-size: 11px;
  position: absolute;    border: 1px solid #d9d9d9;
}

.title_left_news {
  background-color: #165a9a;
  width: 354px;
  height: 39px;
  font-family: "RobotoRegular", sans-serif;
  color: #fff;
  font-size: 14.91px;
  line-height: 39px;
  text-align: center;
  text-decoration: none;

}

.content_left_news {
  padding: 10px;
  background-color: #e7e7e7;
  width: 334px;
  margin: 0 0 10px;
}

.content_left_news .newsblock {
  border-bottom: 2px dotted gray;
  padding-bottom: 20px
}

.content_left_news .newsblock a {
  text-decoration: none
}

.content_left_news .newsblock .main_news_title, .content_left_news .newsblock p {
  font-family: "RobotoRegular", sans-serif;
  color: #282727;
  font-size: 15px;
  text-align: left;
  float: left
}

.content_left_news .newsblock .main_news_title {
  width: 226px
}

.content_left_news .newst_button {
  background-color: #636363;
  box-shadow: 1px 3px 0 0 #474747;
  width: 95px;
  height: 26px;
  font-family: "RobotoRegular", sans-serif;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 26px;
  float: right
}

.content_left_news a p {
  font-family: "RobotoRegular", sans-serif;
  color: #636363;
  font-size: 15px;
  text-decoration: underline;
  text-align: center;
  margin-bottom: 0
}

.item-price-block #price {
  font-family: "RobotoRegular", sans-serif;
  color: #30466C;
  font-size: 24px;
  margin-bottom: 10px;
}
.item-price-block #price.empty {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
}
.item-price-block a.info_about_payment_and_delivery {
  font-family: "RobotoRegular", sans-serif;
  color: #636363;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: underline;
  text-align: left
}

.item-price-block .specify_price.hide {
  display: none !important
}
.item-price-block .specify_price {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    margin: 8px 0;
    cursor: pointer;
    color: #2258A5;
}
.item-price-block .specify_price:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    background: url(/css/img/check_price.svg) no-repeat;
    width: 17px;
    height: 20px;
}

.head_info #head_contacts .contacts_phone {
  display: block;
  font-size: 22px
}

.head_info #head_contacts .contacts_skype {
  display: block;
  padding: 1px 0
}

.head_info #head_contacts .contacts_email {
  display: block
}

.head_info #head_contacts .contacts_email a {
  color: #fff
}

.sidebar_category {
  list-style: none;
  margin-top: 0;
  background-color: #e2e2e2;
  padding: 0;
  width: 354px
}

.sidebar_category li {
  width: 339px;
  padding-left: 15px;
  height: 30px;
  background-color: #e2e2e2;
  position: relative
}

.sidebar_category > li::after {
  content: ">";
  position: absolute;
  right: 12px;
  top: 6px
}

.sidebar_category li:hover ul {
  display: block !important
}

.sidebar_category li ul {
  position: absolute;
  top: 0;
  left: 354px;
  background: none repeat scroll 0 0 #FFF;
  z-index: 10;
  list-style: none;
  padding-left: 0
}

.sidebar_category .title_li {
  background-color: #165a9a;
  height: 39px;
  width: 339px
}

.sidebar_category .title_li::after {
  display: none
}

.sidebar_category .title_li:hover {
  background-color: #165a9a
}

.sidebar_category .title_li {
  font-family: "RobotoRegular", sans-serif;
  color: #feffff;
  font-size: 17px;
  text-align: center;
  line-height: 39px
}

.sidebar_category li:first-child {
  margin-top: 0
}

.sidebar_category li:hover, .sidebar_category li.active {
  background-color: #c2c2c2
}

.sidebar_category li a, .sidebar_category li span.last-item {
  font-family: "RobotoRegular", sans-serif;
  color: #252525;
  font-size: 15px;
  text-align: left;
  text-decoration: none;
  line-height: 30px
}

#back-top {
  position: fixed;
  bottom: 100px;
  right: 5%;
  width: 58px;
  height: 58px;
  display: block;
  background: #000;
  cursor: pointer;
  background: url(/images/up-arrow.png) no-repeat bottom center
}

.slogan2 {
  margin-bottom: 5px;
  display: block
}

#block_news {
  padding-left: 0
}

.bx-wrapper {
  text-shadow: none
}

.main_page_context {
  float: left;
  line-height: 1.5;
  padding-bottom: 7px
}

.main_page_context .left {
  float: left;
  width: 453px;
  padding-right: 10px
}

.main_page_context .left ul {
  padding: 0;
  margin: 0;
  list-style: disc inside none;
  text-indent: 30px
}

.main_page_context .left ul li {
  text-align: justify
}

.main_page_context .left p {
  padding: 0;
  margin: 0;
  text-indent: 30px;
  text-align: justify;
  line-height: 1.6
}

.main_page_context .right {
  float: left;
  width: 213px
}

.main_page_context .right img {
  margin: 6px 0
}

.main_inform {
  width: 950px;
  background: #fff;
  float: left;
  min-height: 345px;
  padding: 29px 10px
}

.main_inform .block {
  margin-left: 28px;
  float: left;
  position: relative;
  display: block;
  height: 345px;
  width: 298px;
  background-color: #006f87;
  color: #fff;
  line-height: 17px
}

.main_inform .block:first-child {
  margin-left: 0
}

.main_inform .block .title, .main_inform .block .button {
  float: left;
  width: 100%;
  text-align: center
}

.main_inform .block .title {
  padding: 18px 0 20px
}

.main_inform #first.block .title {
  padding-bottom: 24px
}

.main_inform .block .content {
  float: left;
  text-align: justify;
  padding: 0 13px 0 20px
}

.main_inform #first.block .content {
  padding: 130px 32px 0
}

.main_inform .block .content ul {
  margin: 0;
  padding: 0;
  list-style-position: inside
}

.main_inform .block .content p {
  margin: 0;
  padding: 0
}

.main_inform .block .title a {

  font-size: 14px;
  color: #fff
}

.main_inform .block .button {
  position: absolute;
  bottom: 26px
}

.main_inform .block .button a {
  font-size: 12px;
  color: #fff;
  display: block;
  line-height: 38px;
  width: 139px;
  border: 2px solid #fff;
  text-decoration: none;
  margin: 0 auto
}

.main_inform .block .button a:hover {
  background-color: #d77676
}

.main_inform #first.block .content {
  background: url(/images/pay_delivery.png) no-repeat center 0
}

.ssill {
  position: absolute;
  left: -9999px
}

.main_inform .block .newsblock {
  padding-bottom: 10px
}

.main_inform .block .newsblock .main_news_title {
  font-weight: 700;
  padding-bottom: 5px;
  display: block;
  font-size: 11px
}

.main_inform .block .newsblock a {
  float: right;
  color: #fff
}

#index-content-text p {
  font-family: "RobotoRegular", sans-serif;
  color: #3c3c3c;
  font-size: 15px;
  text-align: justify;
  margin: 16px 0;
  text-indent: 30px;
  line-height: 1.4
}

#index-content-text ul {
  font-family: "RobotoRegular", sans-serif;
  color: #3c3c3c;
  font-size: 15px;
  text-align: justify;
  text-indent: 0;
  line-height: 1.4;
  margin-left: 30px;
}

#index-content-text td {
  vertical-align: top
}

#index-content-text td img {
  margin-bottom: 15px
}

#index-content-text p.title {
  margin-bottom: 15px;
  text-align: center
}

#index-content-text p img {
  margin: 5px
}

#index-content-text table {
  margin: 15px 0
}

.vibor_marki {
  margin-top: 15px;
  background-color: #930202;
  width: 780px;
  height: 48px;
  font-family: "RobotoRegular", sans-serif;
  color: #fff;
  font-size: 19.87px;
  text-align: center;
  line-height: 48px;

}

.main_m.tms_list img {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s
}

.main_m.tms_list img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none
}

.divide {
  width: 100%;
  background-color: #fff;
  height: 2px;
  float: left
}

#footer_buttons:after {
  content: "";
  display: block;
  clear: both
}

.clear {
  clear: both
}

#footer_buttons {
  position: relative;
  width: 100%
}

#footer_buttons a {
  position: relative;
  left: 477px
}

.search_not_found {
  list-style-type: none;
  padding-bottom: 20px
}

.search_not_found li:before {
  content: "- ";
  font-size: 16px;
  line-height: 1.6
}

.search_result_title {
  font-size: 15px;
  color: #fff;
  background-color: #2a476e;
  width: 100%;
  padding: 10px 1px
}

.search_result_title span {
  padding-left: 40px
}

.service {
  text-indent: 30px;
  line-height: 1.6
}

.service p {
  padding: 0;
  margin: 0
}

.service ul {
  list-style-position: inside;
  list-style-type: none;
  margin: 0;
  padding: 0
}

.service ul li:before {
  content: "-"
}
.slide_blocks.product-name tr {
    display: flex;
    align-items: center;
}
.postheader.item {
  border-top: 0 solid #fff;
  width: 100%;
  padding: 0
}

.postheader.item h1, .postheader.item .h1 {
  padding-left: 25px;
  margin: 0;
}

.item-brand {
  padding-bottom: 0
}

.backend {
  background-color: #fff;
  float: left;
  width: 100%;
  min-height: 1135px
}

.contacts_title {
  font-size: 18px;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 28px
}

.contacts_text {
  font-size: 14px;
  line-height: 24px
}

.contacts_text #sec_email {
  padding-left: 55px
}

.contacts_note {
  font-style: italic;
  line-height: 19px
}

.order_page {
  line-height: 19px
}

.order_page ul {
  padding: 0;
  margin: 20px 0;
  list-style-position: inside
}

.order_page ul li {
  margin-left: 50px;
  padding-top: 10px;
  padding-bottom: 10px
}

.order_page ul li:before {
  top: 17px
}

.drop_down_custom {
  width: 175px;
  position: absolute;
  left: 964px;
  z-index: 100;
  display: none
}

.drop_down_custom li {
  background-color: #2a476e;
  list-style: none;
  font-size: 14px;
  width: 161px;
  text-align: left;
  font-weight: 400;
  padding: 10px 0 10px 14px;
}

.drop_down_custom li:hover, .drop_down_servis_centr li:hover {
  background-color: #2a476e
}

.drop_down_custom li a, .drop_down_servis_centr li a {
  text-decoration: none;
  font-family: "RobotoBold", sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  text-align: left
}

.servisniy_tsentr {
  display: block;
  width: 162px;
  height: 26px;
  z-index: 99;
  position: absolute
}

.drop_down_servis_centr {
  width: 165px;
  position: absolute;
  left: 215px;
  z-index: 100;
  display: none
}

.drop_down_servis_centr li {
  background-color: #fff;
  list-style: none;
  font-size: 14px;
  width: 149px;
  text-align: left;
  font-weight: 400;
  padding: 10px 0 10px 14px;
}

#order_delivery {
  float: left
}

.seo_text, .text_block {
  padding: 10px;
  text-align: justify;
  line-height: 1.4
}

.seo_text {
  padding: 10px 30px;
}

.u {
  text-decoration: underline
}

.strong, .b {
  font-weight: 700
}

.i {
  font-style: italic
}

.h1 {
  display: block;
  font-size: 2em;
  -webkit-margin-before: .67em;
  -webkit-margin-after: .67em;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  font-weight: 700
}

.newsblock h1 {
  font-size: 16px;
  font-weight: 100
}

.slogan {
  font-size: 21px;
  margin-top: -11px;
  margin-left: -20px;
  float: left
}

.slogan, x:-moz-any-link {
  font-size: 21px;
  margin-top: -11px;
  margin-left: -20px;
  float: left
}

.catalog_table td {
  position: relative;
  height: 296px
}

.foto_div {
  min-height: 197px;
  text-align: center
}

.inner {
  background-color: #FFF;
  position: relative;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

.inner-content {
  padding: 20px;
  border: 1px solid #949494;
  background: #fff;
}

.inner:hover {
  z-index: 10
}

.inner:hover .inner-content {
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.24)
}

.inner .short {
  display: none
}

.inner:hover .short {
  display: block;
  background: #fff;
  margin-left: -21px;
  margin-right: -21px;
  padding-left: 20px;
  border: 1px solid #949494;
  border-top: none;
  padding-right: 20px;
  margin-top: -7px;
}

.catalog_table td:hover {
  border: 1px solid #acacac
}

#more-info {
  text-align: center;
  position: absolute;
  top: 250px;
  left: 54px
}

#more-info a {
  font-family: "RobotoRegular", sans-serif;
  color: #393939;
  font-size: 15px;
  font-weight: 400;
  text-decoration: underline;
  text-align: center
}

.link-main {
  background-color: #636363;
  box-shadow: 1px 3px 0 0 #474747;
  padding: 6px 10px;
  text-decoration: none;
  font-family: "RobotoRegular", sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 26px;

  margin: 0 auto;
  display: block;
  width: 80px;
  height: 20px
}

.link-main:hover {
  color: #fff
}

.content_left_news.dostavka p {
  font-family: "RobotoRegular", sans-serif;
  color: #3b3939;
  font-size: 15px;
  font-weight: 400;
  text-align: left
}

.read-next {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 25px;
  width: 166px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  border: 2px solid #76808c;
  color: #76808c;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.17)
}

.read-next:hover {
  background-color: #d9dfe7
}

#fancybox-content .link_to_delivery, #fancybox-content .item-info {
  display: none
}
#fancybox-content .agreements_content {
    background: #fff;
}
#fancybox-right {
    right: -90px!important;
}
#fancybox-left {
    left: -70px!important;
}
.text_block li {
  text-align: start;
  list-style-position: inside
}
.cart__block .clear_cart {
    float: right;
    cursor: pointer;
}
.cart__block {
  font-family: "RobotoRegular", sans-serif;
  font-size: 16px
}

.cart__block .cart__zag {
  color: #2a476e;
  font-size: 24px;
  line-height: 50px;
  font-family: "RobotoBold", sans-serif;
}

.cart__block table {
  width: 100%;
  border-collapse: collapse
}

.cart__block table th {
  line-height: 36px;
  font-weight: 400;
  background: #e8e8e8;
  font-size: 16px;
  color: #283037;
  padding: 0 15px;
  border: 0
}

.cart__block table td {
  padding: 15px;
  border-bottom: 1px solid #e8e8e8;
  text-align: center
}

.cart__block table td.name {
  max-width: 300px;
  text-align: left
}

.cart__block table td.name a {
  color: #283037;
  text-decoration: underline
}

.cart__block table td.name a:hover {
  text-decoration: none
}

.cart__block table td.photo .cart-photo-block {
  width: 83px;
  border: 2px solid #e8e8e8;
  margin-left: 20px
}

.cart__block table td.photo .cart-photo-block img {
  max-width: 100%
}

.cart__block table tr td:first-child {
  text-align: left;
  padding: 15px
}

.cart__block table tr:last-child td {
  border-bottom: 0
}

.cart__block .del0 {
  width: 22px;
  height: 22px;
  text-decoration: none;
  display: block;
  margin: 0 auto
}

.cart__block .del:before {
  content: "";
  display: inline-block;
  background: url(../images/ux/default-sp.png) no-repeat -126px 0;
  width: 16px;
  height: 16px
}

.cart__block .price {
  color: #283037;
  font-size: 18px;
  white-space: nowrap
}
.cart__block .price p {
    white-space: normal;
    font-size: 12px;
}
.cart__block .price > span {
  font-family: "RobotoBold", sans-serif;
}

.cart__block .kol {
  width: 85px;
  height: 30px;
  margin: 0 auto;
  border: 1px solid #b7b7b7
}

.cart__block .kol input[type=text] {
  height: 28px;
  line-height: 28px;
  width: 45px;
  border: 0;
  text-align: center;
  display: inline-block;
  vertical-align: middle
}

.cart__block .kol a {
  text-decoration: none;
  width: 10px;
  height: 28px;
  display: inline-block;
  vertical-align: middle
}

.cart__block .kol a.minus {
  background: url(../images/minus.png) no-repeat center;
  margin: 0 0 0 4px
}

.cart__block .kol a.plus {
  background: url(../images/plus.png) no-repeat center;
  margin: 0 4px 0 0;
}

.cart__block .back {
  color: #165a9a
}

.cart__block .vert {
  vertical-align: top
}

.cart__block .itogo {
  padding: 30px 0;
  float: right;
  text-align: center;
  color: #283037;
  font-size: 18px;
  font-family: "RobotoSemiBold", sans-serif;
}

.cart__block .itogo .summary {
    font-size: 30px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
}
.cart__block .itogo .summary span {
    font-size: 14px;
    display: inline-block;
    width: 164px;
}
.cart__block .itogo .oformit {
  display: block;
  color: #fff;
  background: #2659a3;
  padding: 8px 50px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.17);
  border: 2px #fff solid;
  margin-top: 60px
}

.cart__block .itogo .oformit:hover {
  background: #1d314b
}

#basket-popup__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  overflow: hidden
}

#basket-popup__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto
}

#basket-popup {
  max-width: 500px;
  background: #fff;
  margin: 40px auto;
  position: relative
}

#basket-popup__content {
  -webkit-box-shadow: 0 2px 6px 0 rgb(0 0 0 / 45%);
  box-shadow: 0 2px 6px 0 rgb(0 0 0 / 45%);
  padding: 30px
}

#basket-popup__close {
  background: url(/images/ux/default-sp.png) no-repeat -126px 0;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer
}

#basket-popup__close:hover {
  opacity: .7
}

#basket-popup__content h3 {
  margin: 0 0 10px;
  text-align: center
}

#basket-popup__content .photo {
  text-align: center
}

#basket-popup__content .name {
  text-align: center;
  color: #0f3f6c
}

#basket-popup__content .actions>*{
  margin: 0 10px;
}
#basket-popup__content .actions {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}



.fields td {
  padding: 1px 6px
}

.info_table_for_zoom {
  width: 100%;
  overflow-x: scroll
}

.info_table_for_zoom table {
  min-width: 640px;
  max-width: 733px
}

.character ul {
  padding-left: 5px
}

.item-price-block .oneclickbtn {
    width: 143px;
    height: 34px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #21304A;
    border: 1px solid #21304A;
    justify-content: center;
    align-items: center;
    display: flex;
    cursor: pointer;
}

.item-price-block .oneclickbtn:hover {
  background-color: #21304A;
  color: #fff;
}

.item-price-block .oneclickbtn:hover:before {
  background-position: 0 0
}

.brand-list-block {
  width: 100%
}

.brand-list-block > div {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  margin-bottom: 8px
}

.brand-list-block .brand-item {
  overflow: hidden;
  width: 80px;
  border: 1px solid #000;
  font-size: 12px;
  text-align: center;
  height: 32px
}

.brand-list-block .brand-item a {
  display: block;
  width: 100%;
  height: 100%;
  color: #313131
}

.brand-list-block .brand-item img {
  max-width: 100%
}

.brand-list-block .vibrat_proizv {
  width: 172px;
  text-align: left;
  font-size: 15px;
  color: #2a476e
}

.view-type-block {
  float: right;
  margin-bottom: -50px;
  position: relative;
  z-index: 1
}

.inwarehouse {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    font-size: 12px;
    color: #16C73D;
}
.inwarehouse:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url(/css/img/in_stock.svg) no-repeat;
    width: 18px;
    height: 17px;
    margin-right: 8px;
}
.wrap_buttons {
    display: flex;
    flex-wrap: wrap;
}
.product_quantity {
    display: flex;
    width: 112px;
    height: 34px;
    padding: 5px 0;
    border: 1px solid #DADFE6;
    margin: 0 9px 10px 0;
}
.item_count.product_quantity{
  margin: 0;
  display: block;
  height: auto;
}
.product_quantity .minus,
.product_quantity .plus {
    display: block;
    width: 30px;
    cursor: pointer;
    color: #2258A5;
}
.product_quantity .minus.desable {
    pointer-events: none;
    color: #636363;
}
.product_quantity input[data-role="quantity"] {
    width: 52px;
    border: none;
    text-align: center;
}
.product_quantity input[data-role="quantity"]:focus {
    outline:none;
}
.delivery-info a {
  border-bottom: 1px dotted
}

.delivery-info a:hover {
  border-bottom-color: transparent
}

.delivery-info:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../images/ux/default-sp.png) no-repeat -67px -36px;
  width: 31px;
  height: 19px;
  margin: 0 10px 0 0
}
.official-dealer {
    margin-top: 20px;
}
.official-dealer a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url('/images/dealer.png') no-repeat;
    width: 31px;
    height: 31px;
    margin: 0 10px 0 0;
}
.official-dealer a {
    color: #2A476E;
    font-weight: bold;
    font-size: 12px;
}
.cheaper-block:before {
    content: "";
    background: url(/css/img/found_cheaper.svg) no-repeat center;
    width: 22px;
    height: 20px;
}
.cross_sale .novinki_title {
  text-align: left;
  font-family: "RobotoBold", sans-serif;
  font-size: 30px;
}

.recommend-list {
  margin: 20px 0
}

.pagination-block {
  margin: 20px 0
}

.pagination-block:after {
  content: "";
  display: table;
  width: 100%
}

.pagination-block .total-items {
  float: left;
  font-size: 14px
}

.pagination-block .pages-list {
  float: right;
  font-size: 14px
}

.pagination-block .item_pages {
  margin-left: 10px
}

.pagination-block .item_pages a, .pagination-block .item_pages span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1px;
  padding: 6px 12px 5px;
  background: transparent;
  border: 1px solid #e8e8e8;
  font-size: 14px;
  color: #2d2d2d;
  text-decoration: none;
  transition: all 0.3s ease;
}

.pagination-block .item_pages .page_selected, .pagination-block .item_pages a:hover {
  background: #e9bb44;
  border-color: #e9bb44;
}

.other-color, .order-phone, .order-email {
  color: #76808c
}

.order-phone {
  font-family: "RobotoBold", sans-serif;
}

.order-phone:hover {
  text-decoration: underline
}

.order-email {
  text-decoration: underline
}

.order-email:hover {
  text-decoration: none
}

.mobile-view {
  display: none
}

.h-col6 {
  float: right;
  margin-top: -10px
}

.mobile-visible {
  display: none !important
}

.inner_padding {
  padding: 0 20px
}

.text_block {
  padding-bottom: 20px
}

.text_block img {
  width: 100%;
  max-width: max-content
}

.search_not_found {
  margin-top: 20px
}

.search_not_found:before {
  content: "";
  display: table;
  width: 100%
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
  width: 100%
}

.not-found-text {
  margin-top: 50px;
  text-align: center
}

.in-text-call-btn {
  cursor: pointer;
  text-decoration: underline;
  color: #165a9a;
}

.in-text-call-btn:hover {
  text-decoration: none;
}

.header__mobile__email {
  display: none
}

.tabs_container .tab_container .newitems td {
  width: 25%;
}

#tab-files {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  margin: 20px 25px 15px;
}

.short_img {
  margin-bottom: 20px;
}

.tab_container #ta .h3 {
  display: block;
  font-size: 1.17em;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  font-weight: bold;
}

.inner_padding .text_block ol,
.inner_padding .text_block ul {
  list-style-position: inside;
  padding-left: 15px;
  margin-top: 15px;
}

.text_on_main {
  text-align: center;
}

.product_action {
  width: 103px;
  height: 104px;
  background: url(/userfiles/images/product_action.png) no-repeat;
  position: absolute;
  margin: -295px 0 0 -218px;
}

.free_call {
  width: 200px;
  margin-top: -16px;
  font-size: 17px;
}

.free_call_footer {
  text-transform: none;
}

.order_page_phone {
  color: #313131;
}

.catalog_table .order_more,
.item-price-block .order_more {
  margin: 0;
  color: #2659a3;
}

.catalog_table .order_more:before,
.item-price-block .order_more:before {
  content: "\2713";
  color: #2659a3;
}

@media screen and (max-width: 700px) {
  #vetka_head {
    display: none;
  }
}

.h4 {
  display: block;
  -webkit-margin-before: 1.33em;
  -webkit-margin-after: 1.33em;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  font-weight: bold;
}

.delfav {
  margin-top: 10px;
  margin-left: 20px;
  background: url(/images/delfavor.png) no-repeat;
  padding-left: 25px;
  cursor: pointer;
}

.delfav:hover {
  background: url(/images/delfavor-hover.png) no-repeat;
}

.delfav a {
  color: GRAY;
  font-size: 14px;
  text-decoration: underline;
}

.favorites-inner {
  margin-bottom: 40px;
}

.tabs_container .favorites-block {
  margin-top: -10px;
  padding-left: 20px;
  margin-left: 48px;
}

.fix-col-izbrannoe {
  width: 70px;
}

.h-izbrannoe {
}

.zag {
  text-align: center;
  font-size: 2em;
  font-weight: 700;
  padding-bottom: 15px;
}

.h-izbrannoe a {
  font-size: 14px;
  text-decoration: underline;
  margin-right: 22px;
  background: url(/images/heart.png) 32px 7px no-repeat;
  height: 17px;
  margin-top: -19px;
  margin-bottom: -20px;
  padding: 7px 0 7px 10px;
  width: 161px;
  display: block;
  text-align: center;
}

.h-izbrannoe a:hover {
  background: url(/images/heart-white.png) 32px 7px no-repeat;
}

.h-izbrannoe span {
  color: GRAY;
  font-size: 14px;
  text-decoration: underline;
  margin-right: 22px;
  height: 17px;
  margin-top: -19px;
  margin-bottom: -20px;
  border: 2px solid #76808c;
  padding: 7px 0 7px 10px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.17);
  width: 161px;
  display: block;
  text-align: center;
}

.h-izbrannoe .count_favorites {
  display: inline;
}

.favorites-block {
  position: absolute;
  margin-top: -55px;
  margin-left: 115px;
  background: url(/images/heart-no.png) no-repeat;
  height: 16px;
  padding-left: 18px;
}

.favorites-block-list {
  background: url(/images/heart-no.png) no-repeat;
  height: 16px;
  margin-left: 30px;
  width: 120px;
  margin-bottom: 10px;
}

.favorites-block a, .favorites-block-list a, .favorites-block-card a {
  color: GRAY;
  font-size: 14px;
  text-decoration: underline;
}

.favorites-block a:hover {
  color: #2659a3;
}

.favorites-block:hover {
  background: url(/images/heart.png) no-repeat;
}

.favorites-block-card a {
    width: 34px;
    height: 34px;
    display: block;
}

.favorites-block.active, .favorites-block-list.active, .favorites-block-card.active {
  background: url(/images/heart.png) no-repeat;
}

@media screen and (min-width: 1025px) {
  .favorites-block a {
    font-size: 12px;
  }
}

@media screen and (max-width: 1220px) {
  .favorites-block {
    position: relative;
    margin: 10px auto !important;
    width: 110px;
    padding: 0;
  }

  #content-nov .favorites-block {
    margin-left: 4px;
    padding-left: 18px;
  }

  .tabs_container .favorites-block {
    margin-top: -7px;
    padding-left: 4px;
    margin-left: 69px !important;
  }
}

@media screen and (min-width: 1200px) {
  .photogallery_mozaic .photo:last-child .description {
    margin-top: -80px;
  }
}


@media screen and (max-width: 1200px) {
  div#find_div {
    display: block;
    width: 100%;
    margin: 0 auto 5px;
  }

  div#move_to_prod_mark {
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 1020px) {
  .favorites-block {
    margin-left: 50px;
  }

  .tabs_container .favorites-block {
    margin-top: -7px;
    padding-left: 4px;
    margin-left: 37px !important;
  }
}

@media screen and (max-width: 780px) {
  .favorites-block {
    margin: 10px auto 0;
  }

  .tabs_container .favorites-block {
    margin: 0 !important;
    padding: 0;
    background: none;
  }
}

.poverka {
  margin: 25px 0 0;
  display: inline-block;
  width: 100%;
  padding-left: 30px;
  color: #cd3554;
}

.poverka:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../images/ux/default-sp.png) no-repeat -93px -5px;
  width: 18px;
  height: 17px;
  margin: 0 18px 0 5px
}

.item-price-block .in-cart-btn-pk {
  position: relative;
  width: 220px;
  height: 43px;
  color: #cd3554;
  border: 2px solid #cd3554;
  box-shadow: 0 3px 4px 0 rgb(0 0 0 / 17%);
  padding-left: 22px;
}

.in-cart-btn-pk:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 18px;
  width: 22px;
  height: 21px;
  background: url(/images/ux/in-cart.png) no-repeat 0 0;
}

.in-cart-btn-pk:hover {
  background-color: #cd3554;
  color: #fff;
}

.in-cart-btn-pk:hover:before {
  background-position: 0 100%;
}

.why_item {
  width: 16%;
  display: inline-block;
  text-align: center;
  vertical-align: text-top;
}

.why_us .h1 {
  text-align: center;
}

@media screen and (max-width: 600px) {
  .why_item {
    width: 30%;
  }
}

@media screen and (max-width: 420px) {
  .why_item {
    width: 49%;
  }

  .brands.main_m .btnMore {
    padding: 5px 15px;
  }
}

@media screen and (max-width: 375px){
  .about-block .about-left .to-catalog{
        margin-bottom: 20px;
  }
  .newsblock{
    overflow: hidden;
  }
}

@media screen and (max-width: 320px){
  .about-block .about-left h1.title{
    line-height: 34px;
  }
}

ul.contact_service_center {
  margin-left: 0;
  list-style-type: none;
  width: 100%;
  height: auto;
  overflow: hidden;
}

ul.contact_service_center li {
  width: 147px;
  text-align: center;
  min-height:250px;
  float: left;
  margin-right: 55px;
}

ul.contact_service_center li .arrow_first,
ul.contact_service_center li .arrow_third {
  position: absolute;
  margin-left: 120px;
}

ul.contact_service_center li .arrow_second {
  position: absolute;
  margin-left: 120px;
  transform: scale(1, -1);
  margin-top: 78px;
}

ul.contact_service_center li:last-child {
  margin: 0;
}

.pollservice-ru_button-answer {
  color: #fff;
  padding: 13px 0;
  background-color: #0057a3;
  max-width: 220px;
  border: none;
}

.pollservice-ru_button-answer:hover {
  border-color: #1d314b;
  background-color: #1d314b;
  opacity: 0.9;
}

.inner .free_delivery {
  position: absolute;
  width: 74px;
  background: url(/images/plash.png) no-repeat;
  height: 77px;
}

.tab_container table tr {
  border: 1px solid silver !important;
}

.tab_container table {
  border: 1px solid silver !important;
  width: 100%;
  margin: auto;
}

.tab_container table td {
  border: 1px solid silver !important;
  /*width: 50% !important;*/
}

.tab_container table td p {
  text-align: center !important;
  font-size: 14px;
}

.tab_container #ta table tr:first-child {
  background: white !important;
}

.cheaper-block {
    display: flex;
    align-items: center;
    margin: 14px 0 21px 0;
}

.cheaper-block a {
    display: block;
    font-size: 12px;
    color: #2258A5;
    text-align: left;
    margin-left: 8px;
}
.delivery-info {
    width: 260px;
}
.item-price-block .favorites-block-card {
    height: 34px;
    line-height: 39px;
    text-align: center;
    background: url(/css/img/heart_gray.svg) #E8E8E8 no-repeat center;
    width: 34px;
    padding: 0;
}

.item-price-block .favorites-block-card:hover {
  border: 2px solid #2a476e;
}

.favorites-block-card.active {
  background: url(/css/img/heart.png) #E8E8E8 no-repeat center !important;
}

.info_table_for_zoom {
  overflow-x: hidden;
}

#content-nov .order_btn {
  border-radius: 4px !important;
}

.video_content p {
  display: inline-block;
}

#filterForm .brands {
  padding: 3px;
}

#filterForm .brands div {
  float: left;
  margin-right: 15px;
}

#filterForm .brands input {
  vertical-align: middle;
}

#filterForm {
  border: 1px solid #76808c;
  padding: 5px 12px;
  border-radius: 8px;
}

#filterForm .butn {
  padding: 3px 6px;
  font-size: 14px;
}

#filterForm .hidden {
  display: none;
}

p.prays-list a {
  color: #2a476e;
}

p.prays-list:hover {
  text-decoration: underline;
}

p.prays-list a:before {
  content: "";
  display: block;
  float: left;
  width: 33px;
  height: 30px;
  background: url(/images/excel.png) no-repeat;
  margin-top: -7px;
}

p.prays-list {
  margin: 0 0 0 22px;
}

.faq .quest {
  background: #e9e9e9;
  padding: 7px 9px 7px 10px;
  color: #000;
  font-size: 18px;
  margin-bottom: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.faq .faq-item.active .quest {
  background: #1d314b;
  color: #fff;
}

.faq .quest p,
.faq .answ p {
  margin: 0;
}

.faq .quest p {
  width: 91%;
  margin-right: 10px;
}

.faq .quest div {
  content: "";
  display: inline-block;
  min-width: 40px;
  height: 40px;
  float: right;
  font-size: 28px;
  color: #fff;
}

.faq .quest div.plus {
  background: url("/images/ux/plus.png") #1d314b 12px 12px no-repeat;
}

.faq .quest div.minus {
  background: url("/images/ux/minus.png") #1d314b 12px 12px no-repeat;
}

.faq .answ {
  border: 1px solid #92a0ab;
  padding: 20px 30px;
  margin: 3px 0 15px 0;
  display: none;
}

a.fly_block_next,
a.fly_block_prev {
  position: absolute;
  top: 40%;
  border: 1px solid #2659a3;
  padding: 24px 24px;
  margin: 18px;
}

a.fly_block_prev {
  background: url(/images/ux/prev.png) #fff 18px no-repeat;
  left: -42px;
}

a.fly_block_next {
  background: url(/images/ux/next.png) #fff 18px no-repeat;
  right: -42px;
}

a.fly_block_close {
  background: url(/images/ux/default-sp.png) no-repeat -126px 0;
  display: block;
  float: right;
  width: 16px;
  height: 17px;
}

.faq.pay_deliv .answ {
  border: none;
  padding: 20px 20px;
  margin-bottom: 0;
}

.faq.pay_deliv ul {
  margin: 0;
}

.faq .answ ul li {
  margin: 0;
  padding: 0;
}

.faq.pay_deliv .faq-item.pay ul li,
.faq.pay_deliv .faq-item.deliv ul li {
  list-style: none;
  margin-bottom: 25px;
  line-height: 20px;
}

.faq.pay_deliv .faq-item.pay ul li img, .faq.pay_deliv .faq-item.deliv ul li img {
  float: left;
  margin: 0 15px 15px 0;
}

.tabs_container #dsotziv-form .form-background div {
  padding-bottom: 0;
}

#tab-files img {
  vertical-align: middle;
  margin-right: 15px;
}

#tab-files span {
  color: #7A0026;
  font-weight: 500;
  font-size: 21.3px;
  line-height: 23.47px;
}

#tab-files a {
  display: flex;
  align-items: center;
}

#tab-files a:hover,
#tab-files a:focus {
  text-decoration:none
}

#tab-files .download-text {
  color: #2258A5;
  font-weight: 500;
  font-size: 12px;
  line-height: 23.47px;
}

#tab-files .download-text:before {
  content: '';
  background: url("/images/download-img.png") no-repeat;
  width: 14px;
  height:14px;
  display: inline-block;
  margin-right: 5px;
}

.banners_box {
  padding: 3px;
  overflow: hidden;
}

.slider_menu-right-side {
  float: left;
  width: calc(100% - 365px);
}

.main_slider .slider_menu-right-side .bx-wrapper {
  margin-left: 5px;
}

.banner {
  box-sizing: border-box;
  padding: 2px;
  float: left;
  width: 50%;
}

.banner img {
  width: 100%;
}

@media screen and (max-width: 1020px) {
  .banners_box {
    display: none;
  }
}

.info_table_for_zoom ~ p {
  display: block;
}

.info_table_for_zoom ~ p > iframe {
  margin: auto;
  display: block;
  width: 60%;
  max-width: 560px;
}

@media screen and (max-width: 1020px) {
  .info_table_for_zoom ~ p > iframe {
    width: 100%;
  }
}

.item_photogal {
  display: block;
  overflow-x: auto;
}

.item_card_photo .item_photogal img {
  max-width: 110px;
  max-height: 110px;
}

.left_col .pollservice-poll {
  float: left;
}

#who_are_you {
  height: 0;
  padding: 0;
  border: none;
}

/****НГ***/
.h-col1 {
  position: relative;
}

#ellogo {
  position: absolute;
  left: -42px;
  bottom: 4px;
}

#vetki {
  top: -10px;
  position: absolute;
  left: -43px;
}

#sneg {
  z-index: 1;
  position: absolute;
  right: 0;
  top: 42px;
}

#novinki_slider .content-nov-text {
  padding-top: 10px;
  padding-bottom: 10px;
}

#novinki_slider .content-nov-text__itemname {
  min-height: 70px;
}

.oneclickbtnnew {
  padding: 5px 10px;
}

.oneclickbtnnew:hover {
  background: #1d314b;
  color: #fff;
}

.price_cat {
  margin-top: -45px;
}

.favorites-block.favoritesblockcatal {
  margin-top: -22px;
}

/*.inner-content{
    margin-bottom: 20px;
}*/
.basket__page {
  margin-top: 20px;
}

.tabs_container.for_adapt {
  display: none;
}

#novinki_slider .content-nov-text__itemprice.empty {
  height: 29px;
}

.novinki_title span a {
  color: #1d314b;
}

.inner_mini .oneclickbtnnew {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 142px;
}

#call-form #error {
  text-align: center;
  float: none;
}

.item-vp {
  color: #bb2626;
  text-align: center;
  font-size: 10px;
}

.brands.main_m li a {
  margin: 0 11px 10px;
  display: inline-block;
}

.brands.main_m li {
  list-style: none;
  text-align: center;
  margin: 0;
  display: inline-block;
}

.brands.main_m li a:hover {
  opacity: .65;
}

.product_in_cart {
  pointer-events: none;
  border: 2px solid #808080;
  color: #808080 !important;
}

.wrapp-header .container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}

.wrapp-header .container:after {
  content: unset
}

.wrapp-header {
  padding: 20px 0 25px;
}

.wrapp-header__tender {
  max-width: 180px;
}

.wrapp-header__schema {
  max-width: 225px;
}

.wrapp-header__tel {
  max-width: 220px;
}

.wrapp-header__cart {
  max-width: 180px;
  position: relative;
}

.wrapp-header__tender-text {
  font-size: 14px;
  margin: 5px 0 10px;
}

.wrapp-header__schema-text {
  font-size: 14px;
  margin: 5px 0 10px;
}

.h-appl {
  padding-left: 0;
}

.h-ord_call {
  padding-left: 0;
}

.wrapp-header__tender a {
  color: #2659A3;
  padding: 8px 46px;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.17);
  border: 2px #2659A3 solid;
  display: block;
}

.wrapp-header__tender-tile {
  font-weight: bold;
  font-size: 19px;
  border-bottom: 2px solid;
  display: inline;
}

.wrapp-header__schema-title {
  font-weight: bold;
  font-size: 19px;
  border-bottom: 2px solid;
  display: inline;
}

.wrapp-header__tel-title {
  font-weight: bold;
  font-size: 19px;
}

.wrapp-header__tel-tel a {
  display: block;
  font-weight: bold;
  font-size: 16px;
}

.slogan2 {
  margin-bottom: 14px;
}

.wrapp-header__tel-tel {
  margin: 5px 0 5px;
}

.wrapp-header__cart-favorites {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-decoration: underline;
}

.wrapp-header__cart-favorites img {
  margin-right: 5px;
  width: 13px;
  height: 13px;
}

.wrapp-header__cart-favorites a {
  display: inline-flex;
  align-items: center;
}

.wrapp-header__cart-favorites p {
  margin: 0
}

.wrapp-header__cart-favorites {
  position: absolute;
  right: 22px;
  width: 100%;
  bottom: 49px;
}

.h-basket_btn {
  padding-top: 43px;
}

.wrapp-mob {
  padding: 0 30px;
  display: none;
}

.wrapp-mob .find_btn {
  background-image: url(/images/search.png);
  background-color: #0461a8;
}

.mob-tocart {
  display: none;
}

.wrapp-footer {
  display: none;
}

#requestpricemodal .cx_modal {
  width: 470px;
}

.centertext {
  text-align: center;
  margin-top: 15px;
}

.btnMore {
  border: 2px solid #2a476e;
  padding: 5px 122px;
  margin: auto;
  cursor: pointer;
}

.review-item {
  margin: 0 0 20px;
}

.review-item__info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.review-item__date {
  color: #767676;
  margin: 0 5px 0 0;
}

.review-item__author {
  font-style: italic;
}

.review-item__detail_rating {
  flex: 1 1 100%;
}

.review-item__rating {
  text-align: right;
}

.bx_stars_container {
  height: 30px;
  background-size: 100% 100%;
  position: relative;
  width: 68px;
  background: #dadada;
  background-size: auto;
}
td.review-item__rating .bx_stars_container {
    margin-right: 20px;
}
.bx_stars_bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 90;
  background: url(/images/stars.png) no-repeat center;
}

.bx_stars_progress {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #e76110;
}

.review-item__content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.count_reviews {
    position: absolute;
    top: 7px;
    bottom: 0;
    right: -8px;
    font-size: 13px;
}

.review-item__label {
  margin: 0;
  padding: 0;
}

.review-item__text {
  margin: 0;
  padding: 0;
}

.reviews-form * {
  box-sizing: border-box;
}

.form-group {
  margin-bottom: 15px;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

.review-fields label {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  color: #4e4e4e;
  width: 100%;
}

span.req {
  color: red;
}

.captcha {
  margin-top: 15px;
}

.tabs_container .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0;
  font-size: .875em;
  color: #dc3545;
}

.is-invalid~.invalid-feedback {
  display: block;
}

.captcha__image-reload {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

.captcha__image {
  border-radius: 0.25rem;
}

.captcha__refresh {
  margin-left: 0.5rem;
  display: inline-flex;
  align-items: center;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  padding: .375rem .75rem;
  font-size: 1rem;
  border-radius: .25rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.captcha__refresh::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-arrow-repeat' viewBox='0 0 16 16'%3E%3Cpath d='M11.534 7h3.932a.25.25 0 0 1 .192.41l-1.966 2.36a.25.25 0 0 1-.384 0l-1.966-2.36a.25.25 0 0 1 .192-.41zm-11 2h3.932a.25.25 0 0 0 .192-.41L2.692 6.23a.25.25 0 0 0-.384 0L.342 8.59A.25.25 0 0 0 .534 9z'/%3E%3Cpath fill-rule='evenodd' d='M8 3c-1.552 0-2.94.707-3.857 1.818a.5.5 0 1 1-.771-.636A6.002 6.002 0 0 1 13.917 7H12.9A5.002 5.002 0 0 0 8 3zM3.1 9a5.002 5.002 0 0 0 8.757 2.182.5.5 0 1 1 .771.636A6.002 6.002 0 0 1 2.083 9H3.1z'/%3E%3C/svg%3E");
}

.captcha__group {
  margin-bottom: 1rem;
}

.form-result {
  background-color: #e8f5e9;
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid #e8f5e9;
  border-radius: .25rem;
  color: #2e7d32;
}

#form_comment input[type=text] {
  border: 1px solid #dcdcdc;
  width: 100%;
  padding: 2px 10px;
  height: 26px;
  font-size: 14px;
  margin-top: 5px;
  background: transparent;
}

#form_comment textarea {
  border: 1px solid #dcdcdc;
  width: 100%;
  padding: 2px 10px;
  height: 95px;
  font-size: 14px;
  margin-top: 5px;
  background: transparent;
}

#form_comment input[type=text].is-invalid,
#form_comment textarea.is-invalid{
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
  background-color: #fff;
}
#form_comment .agreements-block {
    text-align: left;
    margin-top: 10px;
}
.btn-ux {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 10px 26px 9px;
  border: 1px solid #ffcc46;
  outline: 0;
  box-shadow: none;
  text-shadow: none;

  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  color: #2d2d2d;
  background: #ffcc46;
  text-transform: none;
  transition: all 0.3s ease;
  text-align: center;
}

.whitecont .btn-ux:hover {
  color: #2d2d2d;
}

.btn-ux.btn-ux-grey:hover {
  background: #999;
  border-color: #999;
}

.note-box {
  border: solid 1px #D5D5D5;
  background: #F6F6F6;
  margin: 1.117em;
  padding: 0.4em 1.117em;
}

.favorites-block.favoritesblockcatal {
  position: static;
  margin-top: 4px;
  margin-left: 0;
  height: auto;
  display: block;
  padding: 5px 10px 5px 25px;
  background-position: 6px;
  margin-bottom: 9px;
}

.appendix_block {
  background: #e8e8e8;
  padding: 30px;
}

.appendix_title {
  color: #2a476e;
  font-weight: bold;
}

.appendix_block ol {
  color: #165a9a;
  list-style: none;
  counter-reset: li;
}

.appendix_block li {
  list-style-position: unset;
  padding: 5px 0;
}

.appendix_block ol li:before {
  counter-increment: li;
  content: counters(li, ".") ". ";
}

.appendix_block li a {
  color: #165a9a;
}

.appendix_block li a:hover {
  text-decoration: underline;
}

.product_feat li span {
    display: block;
}

/*.tabs_container > .tabs > li.inl-bl.stopreview_style{
  display: none;
}*/

.tab_container table.teh.default-table {
  width: 100% !important;
}
.tab_container table.teh.default-table tr:nth-child(2n) {
  background: whitesmoke;
}

/*region*/
.wrapGeoIpReaspekt{
  font-family: "Roboto", sans-serif;
}
#ReaspektPopupBody.active{
  display: block;
}
#ReaspektPopupBody {
  position: fixed !important;
  padding: 30px 50px;
  left: 50%;
  transform: translateX(-50%);
  top: 150px;
  max-width: 480px;
  width: 100%;
display: none;
  z-index: 510;
  background-color: #fff;
  box-shadow: 0 0 15px #000000;
  box-sizing: border-box;
}
.select-region {
  width: 100%;

}
#ReaspektPopupBody #ReaspektCloseBtn:hover {
  background: url("/images/close-button-sprite.png") no-repeat 0 -24px;
}
#ReaspektPopupBody #ReaspektCloseBtn {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: url("/images/close-button-sprite.png") no-repeat top;
}
#ReaspektPopupBody{
  background: #f2f2f2; /* Old browsers */
  background: -moz-linear-gradient(top,  #f2f2f2 49%, #dbdbdb 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #f2f2f2 49%,#dbdbdb 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #f2f2f2 49%,#dbdbdb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-9 */
  font-family: "Roboto", sans-serif;
}
.reaspektGeobaseTitle {
  color: #363636;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.reaspekt_row {
  margin-left: -15px;
  margin-right: -15px;
}
.reaspekt_row:after {
  clear: both;
}
.reaspekt_row:before, .row:after {
  content: " ";
  display: table;
}
.reaspekt_clearfix:before,
.reaspekt_clearfix:after {
  content: "";
  display: table;
}
.reaspekt_clearfix:after {
  clear: both;
}
.reaspekt_col-sm-4,
.reaspekt_col-sm-12 {
  box-sizing: border-box;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  float: left;
}
.reaspekt_col-sm-4 {
  width: 33.3333%;
}
.reaspekt_col-sm-12 {
  width: 100%;
}
.reaspektGeobaseCities .reaspektGeobaseAct{
  margin-bottom: 15px;
  line-height: 100%;
}
.reaspektGeobaseCities .reaspektGeobaseAct .b{
  font-size: 14px;
}
.reaspektGeobaseCities .reaspektGeobaseAct a,
.reaspektGeobaseCities .reaspektGeobaseAct strong{
  font-size: 14px;
  line-height: 100%;
  color: #363636;
  white-space: nowrap;
}
.reaspektGeobaseCities .reaspektGeobaseAct a:hover {
  color: #000000;
  text-decoration: underline;
}
.reaspektGeobaseCities .reaspektGeobaseAct a.active{
  font-weight: 700;cursor: default;
}
.reaspektGeobaseFind {
  margin: 0 0 25px 0;
  position: relative;
}

#reaspekt_preloader {
  background: rgba(0, 0, 0, 0.3) url(/local/css/reaspekt/reaspekt.geobase/images/preloader.png) no-repeat center center;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
}

.wrapGeoIpReaspekt {
  position: relative;
  display: inline-block;
}
.wrapGeoIpReaspekt .linkReaspekt{
  color: #1989CB;
  text-decoration: none;
  border-bottom: 1px dashed #1989CB;
  cursor: pointer;
  line-height: 100%;
  display: inline-block;
}
.wrapGeoIpReaspekt .linkReaspekt:hover{
  border-bottom-color: transparent;
}
.wrapQuestionReaspekt{
  position: absolute;
  left: 0;
  top: 100%;
  white-space: nowrap;
  z-index: 5;
  background-color: #ffffff;
  box-shadow: 0 -1px 7px -1px #000;
  margin-top: 10px;
  width: 100px;
}
.wrapQuestionReaspekt:before{
  position: absolute;
  border-bottom: 5px solid #ffffff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content: "";
  display: block;
  right: 50%;
  bottom: 100%;
}
.questionYourCityReaspekt{
  padding: 10px 10px 5px;
}
.questionCityReaspekt{
  padding: 0 10px 10px;
}
.questionButtonReaspekt {
  background-color: #FFFFFF;
  color: #ffffff;
  overflow: hidden;
}
.questionNoReaspekt, .questionYesReaspekt {
  box-sizing: border-box;
  float: left;
  font-size: 16px;
  line-height: 100%;
  padding: 10px;
  text-align: center;
  width: 50%;
  cursor: pointer;
}
.questionNoReaspekt{
  width: 50px;
}
.questionYesReaspekt {
  width: 50px;
}
.questionNoReaspekt:hover, .questionYesReaspekt:hover{
}
.questionNoReaspekt:active, .questionYesReaspekt:active{
  box-shadow: 0 4px 4px -3px #000 inset;
}.wrapGeoIpReaspekt{
   font-family: "Roboto", sans-serif;
 }
#ReaspektPopupBody{
  background: #f2f2f2; /* Old browsers */
  background: -moz-linear-gradient(top,  #f2f2f2 49%, #dbdbdb 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #f2f2f2 49%,#dbdbdb 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #f2f2f2 49%,#dbdbdb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#dbdbdb',GradientType=0 ); /* IE6-9 */
  font-family: "Roboto", sans-serif;
}
.reaspekt_geobase_title {
  color: #363636;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.reaspekt_row {
  margin-left: -15px;
  margin-right: -15px;
}
.reaspekt_row:after {
  clear: both;
}
.reaspekt_row:before, .row:after {
  content: " ";
  display: table;
}
.reaspekt_clearfix:before,
.reaspekt_clearfix:after {
  content: "";
  display: table;
}
.reaspekt_clearfix:after {
  clear: both;
}
.reaspekt_col-sm-4,
.reaspekt_col-sm-12 {
  box-sizing: border-box;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  float: left;
}
.reaspekt_col-sm-4 {
  width: 33.3333%;
}
.reaspekt_col-sm-12 {
  width: 100%;
}
.reaspekt_geobase_cities .reaspekt_geobase_act{
  margin-bottom: 15px;
  line-height: 100%;
}
.reaspekt_geobase_cities .reaspekt_geobase_act a,
.reaspekt_geobase_cities .reaspekt_geobase_act strong{
  font-size: 14px;
  line-height: 100%;
  color: #363636;
  white-space: nowrap;
}
.reaspekt_geobase_cities .reaspekt_geobase_act a:after {
  background: #407da6 none repeat scroll 0 0;
}
.reaspekt_geobase_find {
  margin: 0 0 25px 0;
  position: relative;
}

#reaspekt_preloader {
  background: rgba(0, 0, 0, 0.3) url(/local/css/reaspekt/reaspekt.geobase/images/preloader.png) no-repeat center center;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
}

#reaspektGeobaseSearch {
  background: #f7f7f7 none repeat scroll 0 0;
  border: 1px solid #363636;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #363636;
  font: 14px/18px Roboto,sans-serif;
  height: auto;
  padding: 7px 8px;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  width: 100%;
  box-sizing: border-box;
}
.reaspektResultCityAjax.hidden{
  display: none;
}
#reaspektGeobaseSearch:focus{
  box-shadow: 0 2px 4px -1px #999 inset;
}
.reaspektResultCityAjax {
  background: #f2f2f2 none repeat scroll 0 0;
  height: 140px;
  overflow: auto;
  padding: 10px;
  top: 100%;
  width: 100%;
  z-index: 3;
}
.reaspektSearchCity {
  line-height: 26px;
}
.reaspektSearchCity a{
  color: #363636;
  font-size: 14px;
  line-height: 100%;
}
.reaspektSearchCity a:hover{
  text-decoration: underline;
}
.wrapGeoIpReaspekt {
  position: relative;
  display: inline-block;
  text-align: center;
}
.wrapGeoIpReaspekt .linkReaspekt{
  color: #1989CB;
  text-decoration: none;
  border-bottom: 1px dashed #1989CB;
  cursor: pointer;
  line-height: 100%;
  display: inline-block;
}
.wrapGeoIpReaspekt .linkReaspekt:hover{
  border-bottom-color: transparent;
}
.wrapQuestionReaspekt{
  position: absolute;
  left: 0;
  top: 100%;
  white-space: nowrap;
  z-index: 5;
  background-color: #ffffff;
  box-shadow: 0 -1px 7px -1px #000;
  margin-top: 10px;
}
.wrapQuestionReaspekt:before{
  position: absolute;
  content: "";
  display: block;
  right: 50%;
  bottom: 100%;
}
.questionYourCityReaspekt{
  padding: 10px 10px 5px;
}
.questionCityReaspekt{
  padding: 0 10px 10px;
}
.questionButtonReaspekt {
  background-color: #FFFFFF;
  color: #ffffff;
  overflow: hidden;
}
.questionNoReaspekt, .questionYesReaspekt {
  box-sizing: border-box;
  float: left;
  font-size: 16px;
  line-height: 100%;
  padding: 10px;
  text-align: center;
  width: 50px;
  cursor: pointer;
}
.ReaspektPopupOverlay.hidden{
  display: none;
}
.ReaspektPopupOverlay {
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 500;
  background-color: #000;
  filter: alpha(opacity=60);
}
.questionNoReaspekt{
}
.questionYesReaspekt {
}
.questionNoReaspekt:hover, .questionYesReaspekt:hover{
}
.questionNoReaspekt:active, .questionYesReaspekt:active{
  box-shadow: 0 4px 4px -3px #000 inset;
}

.wrapQuestionReaspekt div {
  color: black !important;
}
@media(max-width: 600px){
  .reaspekt_row>div{
    width: 50%;
  }
}
/*region*/
/* Start:/bitrix/templates/etalonpribor_2016/components/bitrix/menu/about_menu/style.css?16514730961549*/
.about-menu {
	margin-top:-9px;
	margin-bottom:10px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,cdcdcd+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #cdcdcd 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#cdcdcd 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#cdcdcd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cdcdcd',GradientType=0 ); /* IE6-9 */
}

.about-menu {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cdcdcd+0,ffffff+100 */

}
.about-menu li {
	margin: 0;
}
.about-menu  .nav-pills a {
	font-size:12px;
	color:#000;
}
.about-menu  .nav-pills li.active a, .about-menu  .nav-pills li a:focus, .nav-pills li a:hover {
	background: #cdcdcd; /* Old browsers */
	background: -moz-linear-gradient(top, #cdcdcd 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #cdcdcd 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #cdcdcd 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdcdcd', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	border-radius: 0;
	color:#000;
}


.about-menu .bx-inclinksfooter-item {
	padding: 0 !important;
}
/* End */
.adv-main-block{
	margin: 20px 0 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0;
}
.adv-main-block .width50{
	width: 49%;
    margin-bottom: 20px;
}
.adv-main-block .width100{
	width: 100%;
  min-height: 36px;
    /* display: flex; */
    align-items: center;
}
.adv-main-block li{
	padding-left: 50px;
	list-style-type: none;
	background-position: 0 center;
	background-repeat: no-repeat;
}
.width50-flex{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.prev-item-order-wrap .item_count {
  position: relative;
    padding: 0 30px;
    background: #fff;
    border: 1px solid #c4c4c4;
    width: 35%;
    height: 44px;
}
.prev-item-order-wrap .item_count_btn {
  position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    width: 24px;
    cursor: pointer;
    user-select: none;
}
.prev-item-order-wrap .js-product-count-minus{
  left: 0;
}
.prev-item-order-wrap .item_count_btn.item_count_btn_plus {
    right: 0;
}
.prev-item-order-wrap .item_count .item_count_btn:before{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    background: #626262;
}
.prev-item-order-wrap .item_count .item_count_btn:before{
  width: 10px;
    background: #656565;
    height: 2px;
    margin: -2px 0 0;
}
.prev-item-order-wrap .item_count .item_count_btn.js-product-count-plus:before{
  margin: -2px 0 0 -6px;
}
.prev-item-order-wrap .item_count .item_count_btn.js-product-count-plus:after{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    background: #626262;
    height: 10px;
    margin: -6px 0 0 -2px;
    width: 2px;
}
.prev-item-order-wrap .item_count input[type="text"] {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 38px;
    background: transparent;
    border: 0;
    outline: 0;
    box-shadow: none;
    font-size: 16px;
    font-weight: 500;
    color: #2d2d2d;
    text-align: center;  
}
.prev-item-order-wrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bx_catalog_list_home-table .btns .prev-item-order-wrap .btn-basket.btn-ux {
    width: 60%;
}
.art_prev{
  margin-top: 15px;
  color: rgb(48, 48, 48); 
  font-family: Roboto, sans-serif; 
  font-size: 14px;
}
.art_prev img{
  float: left;
  margin-right: 20px;
  width: 200px;
}

.adv-main-block li:nth-child(1){background-image: url(/images/0503/ad1.png)}
.adv-main-block li:nth-child(2){background-image: url(/images/0503/ad2.png)}
.adv-main-block li:nth-child(3){background-image: url(/images/0503/ad3.png)}
.adv-main-block li:nth-child(4){background-image: url(/images/0503/ad4.png)}
.adv-main-block li:nth-child(5){background-image: url(/images/0503/ad5.png)}
.articlesSlider .articlesList__item_preview img{
    max-width: 100%;
    width: auto;
    max-height: 130px;
    margin: 10px auto;
}
.page404_wrap{
  text-align: center;
}
.page404_title{
  color: #ffcc46;
    font-weight: 500;
    font-size: 18em;
    line-height: 1.1em;
}
.page404_subtitle{
  font-size: 38px;
    line-height: 2em;
    margin-bottom: 20px;
}
.page404_text{
  text-align: center;
    font-weight: bold;
    margin-bottom: 50px;
}
#product_tabs .serv_order_more{
  border: 1px solid transparent;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 10px 10px 9px;
    outline: 0;
    box-shadow: none;
    text-shadow: none;
    font-size: 14px;
    line-height: 23px;
    font-weight: normal;
    color: #2d2d2d;
    background: #ffcc46;
    letter-spacing: -0.2px;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease;
    text-align: center;
    width: 200px;
    margin-bottom: 15px;
}
#product_tabs .serv_order_more:hover{
  background: #e9bb44;
}
.newsblock ul{
    margin-left: 20px;
}
.newsblock  .table__wrapper td{
  padding: 5px 15px;
}

@media screen and (max-width:1023px){
	.adv-main-block .width50{
		width: 100%;
		min-height: 36px;
	}
	.adv-main-block li{
		background-position: 0 0;
	}
}
@media screen and (max-width:600px){
  .text_block h2{
    font-size: 22px;
    text-align: left;
  }
  .page404_text{
    text-align: center;
    margin: 20px 0 40px;
  }
  .page404_subtitle {
    font-size: 24px;
    line-height: 1em;
    margin-bottom: 20px;
}
  .page404_title {
      color: #ffcc46;
      font-weight: 500;
      font-size: 6em;
      line-height: 1.5em;
  }
  .container .art_prev img{
    float: none;
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
    max-width: 100%;
  }
}

table.atricle-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}
table.atricle-table thead th {
  border: 1px solid #000;
  padding: 6px 12px;
  font-weight: bold;
  text-align: center;
  background: #ffffb2;
}
table.atricle-table tbody td {
  border: 1px solid #000;
  padding: 6px 12px;
}

ol > li:first-child:last-child:has(h3) {
  text-align: center;
}

ol > li:first-child:last-child:has(h3)::marker {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
}

ol > li:first-child:last-child > h3 {
  display: inline;
}

section.ds-list-w-icons {
  margin: 80px 0;
}
section.ds-list-w-icons > .title {
  color: #2D2D2D;
  font-family: "Roboto";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 !important;
  padding: 0 !important;
  margin-bottom: 30px !important;
  text-align: left;
}
section.ds-list-w-icons ul.list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin: 0;
  padding: 0;
}
section.ds-list-w-icons ul.list > li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px 18px;
}
section.ds-list-w-icons ul.list > li > .icon {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #FFCC46;
}
section.ds-list-w-icons ul.list > li > .icon > img {
  width: 25px;
  height: 25px;
  object-fit: contain;
  object-position: center;
}
section.ds-list-w-icons ul.list > li > .title {
  color: #2D2D2D;
  font-family: "Roboto";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
}
section.ds-list-w-icons ul.list > li > .text {
  color: #2D2D2D;
  font-family: "Roboto";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
}

@media (max-width: 768px) {
  section.ds-list-w-icons ul.list {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}

section.ds-list-numeric-cards {
  margin: 80px 0;
  text-align: left;
}
section.ds-list-numeric-cards > .title {
  color: #2D2D2D;
  font-family: "Roboto";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 !important;
  padding: 0 !important;
  margin-bottom: 30px !important;
  text-align: left;
}
section.ds-list-numeric-cards ol.list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
  margin: 0;
  padding: 0;
  counter-reset: numeric-cards 0;
}
section.ds-list-numeric-cards ol.list > li {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto 1fr;
  gap: 18px;
  padding: 20px;
  border: 1px solid #E3E3E3;
  counter-increment: numeric-cards 1;
}
section.ds-list-numeric-cards ol.list > li::before {
  content: counter(numeric-cards, decimal-leading-zero);
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #FFCC46;
  color: #2D2D2D;
  font-family: "Roboto";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
section.ds-list-numeric-cards ol.list > li > .title {
  align-self: center;
  color: #2D2D2D;
  font-family: "Roboto";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
}
section.ds-list-numeric-cards ol.list > li > .text {
  grid-column: span 2;
  color: #2D2D2D;
  font-family: "Roboto";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
}

@media (max-width: 768px) {
  section.ds-list-numeric-cards ol.list {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}

section.ds-contacts-among-text {
  margin: 80px 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
section.ds-contacts-among-text > .title {
  color: #2D2D2D;
  font-family: "Roboto";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 !important;
  padding: 0 !important;
}
section.ds-contacts-among-text > .text {
  color: #2D2D2D;
  font-family: "Roboto";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.ds-contacts-among-text .contacts-links {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
section.ds-contacts-among-text .contacts-links > a.link {
  color: #2D2D2D;
  font-family: "Roboto";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
section.ds-contacts-among-text .contacts-links > a.link.-phone {
  display: flex;
  align-items: center;
  gap: 14px;
}
section.ds-contacts-among-text .contacts-links > a.link.-phone::before {
  content: "";
  display: block;
  width: 20px;
  height: 19px;
  flex-shrink: 0;
  background: url("/assets/img/1702/phone.svg") no-repeat center / contain;
}
section.ds-contacts-among-text .contacts-links > a.link.-mail {
  display: flex;
  align-items: center;
  gap: 14px;
}
section.ds-contacts-among-text .contacts-links > a.link.-mail::before {
  content: "";
  display: block;
  width: 20px;
  height: 18px;
  flex-shrink: 0;
  background: url("/assets/img/1702/mail.svg") no-repeat center / contain;
}
section.ds-contacts-among-text .gray-text {
  padding: 20px;
  background: #EFEFEF;
  color: #2D2D2D;
  font-family: "Roboto";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.ds-contacts-among-text .gray-text.-icon-specs {
  display: flex;
  align-items: center;  
  gap: 10px;
}
section.ds-contacts-among-text .gray-text.-icon-specs::before {
  content: "";
  display: block;
  width: 18px;
  height: 20px;
  flex-shrink: 0;
  background: url("/assets/img/1702/setting.svg") no-repeat center / contain;
}

section.ds-banner-among-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 320px;
  margin: 80px 0;
  padding: 50px;
  position: relative;
  overflow: hidden;
}
section.ds-banner-among-text:first-child {
  margin-top: 0;
}
section.ds-banner-among-text::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #D9D9D9 46.74%, rgba(227, 227, 227, 0.00) 99.99%);
}
section.ds-banner-among-text > .background {
  min-height: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  object-fit: cover;
  object-position: center;
}
section.ds-banner-among-text > :not(.background) {
  z-index: 2;
  position: relative;
}
section.ds-banner-among-text > .title {
  color: #2D2D2D;
  font-family: "Roboto";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 !important;
  padding: 0 !important;
  margin-bottom: 16px !important;
}
section.ds-banner-among-text > .text {
  display: block;
  max-width: 576px;
  color: #141414;
  font-family: "Roboto";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.ds-banner-among-text > .button {
  display: block;
  width: fit-content;
  padding: 5px 20px;
  border-radius: 44px;
  background: #FFCC46;
  color: #000;
  text-align: center;
  font-family: "Roboto";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 35.256px;
  cursor: pointer;
  margin-top: 32px;
}
@media (max-width: 768px) {
  section.ds-banner-among-text {
    padding: 30px;
  }
  section.ds-banner-among-text > .text {
    max-width: 400px;
  }
}
@media (max-width: 729px) {
  section.ds-banner-among-text {
    min-height: 430px;
    justify-content: start;
  }
  section.ds-banner-among-text::before {
    background: linear-gradient(170deg, #D9D9D9 49.11%, rgba(227, 227, 227, 0.00) 111.93%);
  }
  section.ds-banner-among-text > .background {
    min-height: 50%;
    min-width: 100%;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
}
.cookie-notice {
    position: fixed;
    bottom: 0;
    width: 100%; /* Мобильные устройства */
    max-width: 100%;
    background: #222;
    color: #fff;
    padding: 15px;
    text-align: center;
    font-family: sans-serif;
    font-size: 16px;
    z-index: 200999;
    border-radius: 8px 8px 0 0;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.3);
}

.cookie-accept-btn {
    margin-left: 10px;
    padding: 6px 12px;
    background: #ffcc46;
    border: none;
    color: #000;
    cursor: pointer;
    border-radius: 4px;
    font-weight: bold;
}

.banner-opt {
  background: url("/images/banners/main-banner.jpg") no-repeat;
  height: 342px;
  display: flex;
  align-items: center;
  justify-content:center;
  margin-bottom: 30px;
  background-size: contain;
}

.banner-opt .banner-opt-name {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 40px;
  line-height: 24px;
  margin-bottom: 15px;
  text-align: center;
}

.banner-opt .banner-opt-text {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 100%;
  max-width: 445px;
  text-align: center;
}

/* Для ПК — ширина 40% */
@media (min-width: 768px) {
    .cookie-notice {
        width: 40%;
    }
}
.red-flag{
color:red;
margin-top:10px;
}