@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuOKfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuGKYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYMZg.ttf) format('truetype');
}
* {
  font-family: 'Inter', sans-serif;
  box-sizing: border-box;
  outline: none !important;
}
html {
  font-size: 1vw;
  font-weight: 300;
}
body {
  background: #fff;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 0;
  color: var(--color-black);
  margin: 0;
  font-size: 1rem;
  font-weight: 300;
}
body.body_inner {
  background: #fafafa;
}
* {
  scrollbar-width: thin;
  scrollbar-color: #ff0100 rgba(128, 128, 128, 0.1);
}
/* РґР»СЏ Chrome/Edge/Safari */
*::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
*::-webkit-scrollbar-track {
  background: rgba(128, 128, 128, 0.2);
}
*::-webkit-scrollbar-thumb {
  background-color: #ff0100;
  border-radius: 2px;
  border: 1px solid rgba(128, 128, 128, 0.1);
}
.mt-1 {
  margin-top: 1rem !important;
}
.mt-2 {
  margin-top: 2rem !important;
}
.mt-3 {
  margin-top: 3rem !important;
}
b,
strong {
  font-weight: 600;
}
h1,
h2,
h3,
.font-h {
  font-weight: 600;
}
.wrapper_inner {
  padding: 0 8.5rem;
}
.bg-orange {
  background: var(--color-orange);
}
.bg-green {
  background: var(--color-green);
}
.bg-red {
  background: var(--color-red);
}
.toggle_class {
  cursor: pointer;
}
.toggle_block {
  display: none;
}
.toggle_block.active {
  display: block;
}
a {
  color: var(--color-main);
}
a:hover {
  color: var(--color-main-light);
}
a.btn,
a.button-d,
.btn,
.button-d {
  background: var(--color-main);
  color: #fff;
  display: inline-flex;
  padding: 0 1.5rem;
  justify-content: center;
  text-decoration: none;
  align-items: center;
  height: 3rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  border: none;
}
a.btn:focus,
a.button-d:focus,
.btn:focus,
.button-d:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a.btn:hover,
a.button-d:hover,
.btn:hover,
.button-d:hover {
  color: var(--color-black);
  background: var(--color-main-light);
}
a.btn.btn_red,
a.button-d.btn_red,
.btn.btn_red,
.button-d.btn_red {
  background: var(--color-red);
}
a.btn.btn_red:hover,
a.button-d.btn_red:hover,
.btn.btn_red:hover,
.button-d.btn_red:hover {
  background: var(--color-red-light);
}
.form-control {
  width: 100%;
  height: 3rem;
  border-color: var(--color-grey-medium);
  padding: 0 1.25rem;
}
.form-control:focus {
  border-color: var(--color-grey-medium);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.jq-selectbox .jq-selectbox__select {
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  border-color: var(--color-grey-medium);
  padding-left: 1.25rem;
  background: #fff;
}
.jq-selectbox ul li {
  padding: 0.5rem 0.5rem 0.5rem 1.25rem;
  margin: 0;
}

select {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0.5rem 0.5rem 0.5rem 1.25rem;
    line-height: 1;
    background: #fff;
    border: 1px solid var(--color-grey-medium);
    outline: none;
    border-radius: 0.25rem;
}
select:hover,
select:focus {
    border-color: #c8c7c7;
}
option {
  line-height: inherit;
  font-weight: normal;
}

textarea.form-control {
  height: 10rem;
}
textarea.form-contro {
  padding: 1.25rem;
}
.main_header {
  padding: 1.5rem 0 1.5rem;
}
.main_header .wrapper_inner {
  display: flex;
  flex-flow: nowrap row;
  align-items: center;
  justify-content: space-between;
}
.main_header .header__logo img {
  padding: 0;
  margin: 0;
  display: block;
}
.main_header .header__nav {
  width: 100%;
  padding: 0;
  display: block;
}
.main_header .header__nav .header__logo,
.main_header .header__nav .funblock__search,
.main_header .header__nav .header__cont {
  display: none;
}
.main_header .header__cont {
  display: flex;
  flex-flow: nowrap row;
  padding: 0 1rem;
  justify-content: space-between;
  align-items: center;
}
.main_header .header__cont .header__cont_block {
  margin: 0 0.75rem;
}
.main_header .main_menu {
  width: 100%;
  background: var(--color-grey-light);
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
  align-items: center;
  height: 2.5rem;
  margin-bottom: 1.5rem;
  padding: 0 1.5rem ;
  font-size: 0.9rem;
}
.main_header .main_menu svg {
  width: auto;
  height: 1.15rem;
}
.main_header .main_menu a {
  color: var(--color-grey);
}
.main_header .main_menu a:hover {
  color: var(--color-main);
}
.main_header .main_menu .lk__login {
  display: flex;
  flex-flow: nowrap row;
  align-items: center;
  white-space: nowrap;
}
.main_header .main_menu .lk__login a {
  margin: 0 0 0 1rem;
  display: flex;
  flex-flow: nowrap row;
  align-items: center;
}
.main_header .main_menu .lk__login a.toggle_class svg {
  margin-right: 0.25rem;
}
.main_header nav {
  display: block;
  width: 100%;
}
.main_header nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  width: 100%;
  white-space: nowrap;
}
.main_header nav ul li {
  margin-right: 1.5rem;
}
.main_header nav ul li:last-child {
  margin: 0;
}
.main_header nav ul a {
  color: var(--color-black);
  text-decoration: none;
  position: relative;
}
.main_header nav ul a.active {
  color: var(--color-main);
}
.header__cont_block {
  display: flex;
  flex-flow: nowrap row;
  padding-left: 2.1rem;
  white-space: nowrap;
}
.header__cont_block .cont_block__main_phone,
.header__cont_block .cont_block__main_email {
  position: relative;
}
.header__cont_block .cont_block__main_phone:before,
.header__cont_block .cont_block__main_email:before {
  content: '';
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  background-size: contain;
  position: absolute;
  top: -0.15rem;
  left: -2.1rem;
}
.header__cont_block .cont_block__main_phone:before {
  background: url(../image/phone.svg) top center no-repeat;
}
.header__cont_block .cont_block__main_email:before {
  background: url(../image/email.svg) top center no-repeat;
}
.header__cont_block .cont_block__main_phone a,
.header__cont_block .cont_block__main_email a {
  color: var(--color-black);
  text-decoration: none;
  font-size: 1.25rem;
  line-height: 1.1;
}
.header__cont_block .cont_block__main_times {
  font-size: 0.8rem;
  color: var(--color-grey);
  font-style: italic;
}
.header__cont_block .cont_block__whatsapp {
  padding-left: 0.5rem;
  -webkit-transform: translateY(-0.3rem);
  -moz-transform: translateY(-0.3rem);
  -ms-transform: translateY(-0.3rem);
  -o-transform: translateY(-0.3rem);
  transform: translateY(-0.3rem);
}
.header__cont_block .cont_block__whatsapp a {
  display: block;
  width: 2rem;
  height: 2rem;
  background: url(../image/whatsapp_small.svg) top center no-repeat;
  background-size: contain;
}
.header__cont_block.header__cont_block_phone_2 {
  padding-left: 0;
}
.header__cont_block.header__cont_block_phone_2 .cont_block__main_phone:before {
  display: none;
}
.header__cont_block.header__cont_block_phone_2 .cont_block__whatsapp {
  padding: 0 0.5rem 0 0;
}
.header__cont_block.header__cont_block_email .cont_block__main_phone a {
  color: var(--color-main);
  text-decoration: none;
}
.header__cont_block.header__cont_block_email .cont_block__main_phone a:hover {
  color: var(--color-main-light);
}
.header__cont_block.header__cont_block_email .cont_block__main_phone:before {
  background-image: url(../image/email_header.svg);
}
.header__cont_block.header__cont_block_email .cont_block__main_times a {
  color: var(--color-grey);
}
.funblock__lk {
  display: flex;
  flex-flow: nowrap row;
  white-space: nowrap;
  align-items: center;
}
.funblock__lk img,
.funblock__lk svg {
  height: 1.75rem;
  width: auto;
}
.funblock__lk a {
  color: var(--color-black);
  text-decoration: none;
  display: flex;
  flex-flow: nowrap row;
  white-space: nowrap;
  align-items: center;
}
.funblock__lk a:hover svg path {
  fill: var(--color-main);
}
.funblock__lk .lk__cart {
  display: flex;
  align-items: center;
  font-size: 1.1rem;
}
.funblock__lk .lk__cart .cart_desc {
  padding-left: 1.2rem;
}
.funblock__lk .lk__cart .cart_count {
  position: relative;
}
.funblock__lk .lk__cart .cart_count .num {
  display: flex;
  width: 1.25rem;
  height: 1.25rem;
  color: #fff;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: -0.55rem;
  right: -0.35rem;
  background: var(--color-main);
  line-height: 1;
  font-size: 0.8rem;
}
.funblock__lk .lk__like {
  margin-right: 1.65rem;
  position: relative;
}
.funblock__lk .lk__like .num {
  display: flex;
  width: 1.25rem;
  height: 1.25rem;
  color: #fff;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: -0.55rem;
  right: -0.35rem;
  background: var(--color-main);
  line-height: 1;
  font-size: 0.8rem;
}
.funblock__lk .lk__srav {
  margin-right: 0.75rem;
  position: relative;
}
.funblock__lk .lk__srav .num {
  display: flex;
  width: 1.25rem;
  height: 1.25rem;
  color: #fff;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: -0.55rem;
  right: -0.35rem;
  background: var(--color-main);
  line-height: 1;
  font-size: 0.8rem;
}
.funblock__lk .lk__login {
  margin-right: 0.75rem;
}
.funblock__lk .lk__login .lk__login_txt {
  display: none;
}
.funblock {
  margin-bottom: 2rem;
  position: relative;
  z-index: 4;
}
.funblock .wrapper_inner {
  display: flex;
  flex-flow: nowrap row;
  align-items: center;
}
.funblock .funblock__lk,
.funblock .header__cont_block {
  display: none;
}
.funblock .funblock__logo {
  display: none;
  padding-right: 2rem;
}
.funblock .funblock__logo img {
  width: auto;
  height: 3rem;
}
.funblock .funblock__catalog .btn {
  padding: 0;
  width: 10.5rem;
  background: var(--color-main);
}
.funblock .funblock__catalog .btn:hover {
  color: #fff;
}
.funblock .funblock__catalog .btn .burger {
  display: block;
  width: 1.25rem;
  margin-right: 0.75rem;
  height: 2px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  background: #fff;
  position: relative;
}
.funblock .funblock__catalog .btn .burger:before,
.funblock .funblock__catalog .btn .burger:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  width: 1.25rem;
  height: 2px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  background: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.funblock .funblock__catalog .btn .burger:before {
  margin-top: -5px;
}
.funblock .funblock__catalog .btn .burger:after {
  margin-top: 5px;
}
.funblock__search {
  width: 100%;
  display: flex;
  flex-flow: nowrap row;
  align-items: center;
  margin: 0;
  padding: 0 0 0 2rem;
}
.funblock__search.funblock__search_inner {
  padding: 0 0 2rem;
}
.funblock__search label {
  position: relative;
  width: 100%;
  margin: 0;
}
.funblock__search label .label_desc {
  position: absolute;
  top: 0.625rem;
  left: 0.75rem;
  white-space: nowrap;
  height: 1.75rem;
  display: block;
  line-height: 1.75rem;
  color: var(--color-grey);
  background: url(../image/search.svg) left center no-repeat;
  background-size: contain;
  padding-left: 2.5rem;
}
.funblock__search label .label_desc .label_past {
  border-bottom: 1px var(--color-grey) dashed;
}
.funblock__search .form-control {
  -webkit-border-radius: 0.25rem 0 0 0.25rem;
  -moz-border-radius: 0.25rem 0 0 0.25rem;
  border-radius: 0.25rem 0 0 0.25rem;
}
.funblock__search .form-control:focus + .label_desc,
.funblock__search .form-control.no_empty + .label_desc {
  display: none;
}
.funblock__search .btn {
  width: 10.5rem;
  -webkit-border-radius: 0 0.25rem 0.25rem 0;
  -moz-border-radius: 0 0.25rem 0.25rem 0;
  border-radius: 0 0.25rem 0.25rem 0;
}
.body_shop_cat .funblock__catalog .btn {
  background: var(--color-main);
}
.body_shop_cat .funblock__catalog .btn .burger:before {
  margin-top: -7px;
}
.body_shop_cat .funblock__catalog .btn .burger:after {
  margin-top: 7px;
}
.shop_cat {
  position: absolute;
  top: 100%;
  left: calc(8.5rem - 1px);
  right: calc(8.5rem - 1px);
  margin-top: 2rem;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  background: #fff;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  padding: 3rem;
}
.shop_cat .row a {
  display: block;
  color: var(--color-black);
  text-decoration: none;
  position: relative;
  margin-bottom: 1.15rem;
}
.shop_cat .row a:hover,
.shop_cat .row a.active {
  color: var(--color-main);
  text-decoration: none;
}
.shop_cat .col-12 {
  position: relative;
}
.shop_cat .col-12 a:last-child {
  margin: 0;
}
.shop_cat .shop_main_cat {
  padding-right: 2rem;
  border-right: 1px var(--color-grey-mlight) solid;
  position: relative;
}
.shop_cat .shop_main_cat a {
  width: 100% ;
  display: flex;
  align-items: center;
  line-height: 1.15;
}
.shop_cat .shop_main_cat img {
  width: auto;
  height: 1.5rem;
  margin-right: 0.5rem;
}
.shop_cat .header__logo,
.shop_cat .funblock__search,
.shop_cat .funblock__close {
  display: none;
}
.shop_cat .shop_dop_cat ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.shop_cat .shop_dop_cat .menu_d_lvl.active_menu {
  display: block;
}
body.body_scroll .shop_cat {
  position: fixed;
  top: 5rem;
  left: 0;
  right: 0;
  padding: 3rem 9.7rem;
  z-index: 10;
  margin: 0;
  -webkit-border-radius: 0 0 0.25rem 0.25rem;
  -moz-border-radius: 0 0 0.25rem 0.25rem;
  border-radius: 0 0 0.25rem 0.25rem;
}
body.body_scroll .funblock.funblock_fly {
  display: block;
}
body.body_scroll .funblock {
  position: fixed;
  width: 100%;
  z-index: 89;
  top: 0;
  left: 0;
  background: #fff;
  padding: 1rem 0;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
body.body_scroll .funblock .header__cont_block {
  display: flex;
  padding: 0 2rem 0 0;
}
body.body_scroll .funblock .funblock__search label .label_desc {
  top: 0.925rem;
  left: 0.925rem;
  height: 1.25rem;
  line-height: 1.25rem;
  padding-left: 2rem;
  font-size: 0.8rem;
}
body.body_scroll .funblock .funblock__logo {
  display: block;
}
body.body_scroll .funblock .funblock__lk {
  display: flex;
  padding-left: 2rem;
}
body.body_scroll .funblock_space {
  height: 3rem;
  margin-bottom: 2rem;
}
.main_bs__desktop {
  display: block;
  position: relative;
}
.main_bs__mobile {
  display: none;
}
.slider_main {
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
}
.slider_main .box_bg {
  background-color: var(--color-grey-light);
  background-position: center right;
  background-size: cover;
  display: flex;
  align-items: center;
  height: 26rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  color: var(--color-black);
  position: relative;
}
.slider_main .box_bg a {
  color: #fff;
}
.slider_main .box_bg .bg_pic {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}
.slider_main .inner {
  width: 50%;
  padding: 0 0 0 4rem;
}
.slider_main .inner .h_desc {
  color: var(--color-grey);
}
.slider_main .inner h2 {
  margin: 0 0 1rem;
  font-size: 2.4rem;
}
.slider_main .inner .desc {
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
}
.slider_main .inner .desc p {
  padding: 0;
  margin: 0;
}
.slider_main .inner .btn {
  padding: 0 2.5rem;
}
.slider_main .owl-dots {
  position: absolute;
  top: 50%;
  right: 12rem;
  z-index: 8;
  display: block;
  flex-flow: nowrap row;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slider_main .owl-dots button {
  padding: 0;
  margin: 0.5rem 0;
  background: none;
  border: none;
  display: block;
}
.slider_main .owl-dots button span {
  display: block;
  width: 1rem;
  height: 1rem;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.slider_main .owl-dots button.active span {
  background: var(--color-main);
}
.preim_main .wrapper_inner {
  display: flex;
  flex-flow: nowrap row;
  justify-content: center;
  white-space: nowrap;
}
.preim_main .wrapper_inner .preim_main__item {
  display: flex;
  flex-flow: nowrap row;
  line-height: 1.2;
  align-items: center;
  width: 20%;
}
.preim_main .wrapper_inner .preim_main__item .img {
  width: 4.5rem;
  height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  background: var(--color-grey-medium);
}
.preim_main .wrapper_inner .preim_main__item .img img {
  height: 2rem;
  width: auto;
}
.preim_main .wrapper_inner .preim_main__item .desc {
  padding-left: 1rem;
}
.preim_main .wrapper_inner .preim_main__item .desc p {
  margin: 0;
}
.shop_slider {
  position: relative;
  margin: 5rem 0 0;
}
.shop_slider h2 {
  font-size: 2.35rem;
  margin: 0 0 1rem;
  padding: 0;
}
.shop_slider .slider_shop_wrapper {
  margin: 0 -1rem;
}
.shop_slider .slider_shop {
  padding-top: .5rem;
}
.shop_slider .owl-stage-outer {
  padding: 1rem 0 3rem;
}
.shop_slider .slider_shop__item {
  padding: 0 1rem;
}
.shop_slider .shop_item {
  margin: 0;
}
.owl-carousel .owl-nav {
  position: absolute;
  top: -3.75rem;
  right: 1rem;
  display: flex;
  flex-flow: nowrap row;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  padding: 0;
  margin: 0 0 0 1rem;
  border: none;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  flex-flow: nowrap row;
  justify-content: center;
  align-items: center;
  background: var(--color-grey);
}
.owl-carousel .owl-nav button.owl-next svg,
.owl-carousel .owl-nav button.owl-prev svg {
  width: auto;
  height: 1.25rem;
}
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
  background: var(--color-main);
}
.shop_item .label,
.section-d_shop_id .label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
  padding: 1.5rem;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 0;
}
.shop_item .label .marks .mark,
.section-d_shop_id .label .marks .mark {
  display: inline-flex;
  margin-bottom: 0.25rem;
  height: 1.5rem;
  font-size: 0.8rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  color: #fff;
  padding: 0 0.75rem;
  align-items: center;
}
.shop_item .label .art,
.section-d_shop_id .label .art {
  font-size: 0.8rem;
}
.section-d_shop_id .label {
  z-index: 3;
  width: auto;
  left: 9rem;
}
.section-d_shop_id .js_shop_form .price {
  margin-top: 0;
}
.section-d_shop_id .js_shop_form .btn_box {
  margin-top: 3.5rem;
}
.section-d_shop_id .js_shop_form[one_clicks] .shop_id_one_click {
  display: none;
}
.section-d_shop_id .js_cart_one_click .button-d {
  width: 100%;
}
.section-d_shop_id .offer-d__button_oneclick {
  margin-top: 1rem;
  width: 100%;
  color: var(--color-main);
  border: 1px var(--color-main) solid;
  background: transparent;
  font-weight: 300;
}
.section-d_shop_id .block_header_name {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px var(--color-grey-mlight) solid;
  font-weight: 600;
  text-align: center;
  color: var(--color-main);
}
/* .shop_item {
  height: 29.9rem;
} */
.shop_item .inner {
  position: relative;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.07);
  padding: 1rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-bottom: 3rem;
  background: #fff;
}
.shop_item:hover .inner {
  -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
}
.shop_item .img {
  display: block;
  margin-bottom: 1rem;
  background-size: cover;
  height: 15rem;
  background-position: center center;
  background-repeat: no-repeat;
  /* border: 1rem #fff solid; */
}
.shop_item .detail-d_params {
  display: none;
}
.shop_item .name_desc .status_box {
  display: none;
}
.shop_item .name {
  display: block;
  line-height: 1.3rem;
  color: var(--color-black);
  overflow: hidden;
  /* height: 2.6rem; */
  text-decoration: none;
  font-weight: 600;
}
.shop_item .name .full_name {
  display: none;
}
.shop_item .name:hover {
  color: var(--color-main);
  text-decoration: none;
}
.status {
  padding-top: 1rem;
  display: flex;
  height: 1.5rem;
  align-items: center;
}
.status div {
  padding-left: 1rem;
  position: relative;
}
.status div:before {
  content: '';
  display: block;
  width: 0.35rem;
  height: 0.35rem;
  background: var(--color-grey);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 0.5rem;
  left: 0;
}
.status div.status_ok {
  color: var(--color-green);
  font-weight: 500;
}
.status div.status_ok:before {
  background: var(--color-green);
}
.status div.status_no {
  color: var(--color-grey);
}
.status div.status_no:before {
  background: var(--color-grey);
}
.js_shop_form,
.wishlist_table {
  margin: 0;
}
.js_shop_form .price,
.wishlist_table .price {
  /* display: flex !important; */
  width: 100%;
  flex-flow: nowrap row;
  /* margin-top: 2.3rem; */
  margin-top: .5rem;
  align-items: center;
  /* height: 2rem; */
}
.js_shop_form .price .price_current,
.wishlist_table .price .price_current {
  font-weight: 700;
  padding-right: 1rem;
  font-size: 1.25rem;
}
.js_shop_form .price .price_current .currency,
.wishlist_table .price .price_current .currency {
  padding-left: 0.25rem;
}
.js_shop_form .price .price_old,
.wishlist_table .price .price_old {
  font-weight: 600;
  color: var(--color-grey);
  text-decoration: line-through;
}
.js_shop_form .error,
.wishlist_table .error {
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  width: 100%;
  display: block;
  /* white-space: nowrap; */
  line-height: 1rem;
  /* text-align: center; */
  font-size: 0.8rem;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.js_shop_form .error a,
.wishlist_table .error a {
  color: var(--color-main);
  text-decoration: none;
}
.js_shop_form .error a:hover,
.wishlist_table .error a:hover {
  color: var(--color-main);
  text-decoration: none;
  opacity: 0.8;
}
.js_shop_form .btn_box,
.wishlist_table .btn_box {
  display: flex;
  flex-flow: nowrap row;
  white-space: nowrap;
  margin-top: 1.5rem;
}
.js_shop_form .btn_box .shop_count,
.wishlist_table .btn_box .shop_count {
  width: 100%;
  display: flex;
  margin-right: 1rem;
  background: var(--color-grey-mlight);
  flex-flow: nowrap row;
  overflow: hidden;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
.js_shop_form .btn_box .shop_count .s_minus,
.wishlist_table .btn_box .shop_count .s_minus,
.js_shop_form .btn_box .shop_count .s_plus,
.wishlist_table .btn_box .shop_count .s_plus {
  display: flex;
  align-items: center;
  cursor: pointer;
  border: none;
  background: transparent;
}
.js_shop_form .btn_box .shop_count .s_minus .s_icon,
.wishlist_table .btn_box .shop_count .s_minus .s_icon,
.js_shop_form .btn_box .shop_count .s_plus .s_icon,
.wishlist_table .btn_box .shop_count .s_plus .s_icon {
  width: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.js_shop_form .btn_box .shop_count .s_minus img,
.wishlist_table .btn_box .shop_count .s_minus img,
.js_shop_form .btn_box .shop_count .s_plus img,
.wishlist_table .btn_box .shop_count .s_plus img {
  width: 1rem;
  height: auto;
}
.js_shop_form .btn_box .shop_count .form-control,
.wishlist_table .btn_box .shop_count .form-control {
  padding: 0;
  width: 100%;
  text-align: center;
  border: none;
  background: transparent;
}
/* .js_shop_form .btn_box .btn_shop,
.wishlist_table .btn_box .btn_shop {
  padding-left: 1rem;
} */
.js_shop_form .btn_box .btn_shop .btn,
.wishlist_table .btn_box .btn_shop .btn {
  padding: 0 2rem;
}
.js_shop_form .btn_box .btn_shop .btn svg,
.wishlist_table .btn_box .btn_shop .btn svg {
  width: auto;
  height: 1rem;
}
.js_shop_form .btn_box .btn_shop .btn svg path,
.wishlist_table .btn_box .btn_shop .btn svg path {
  fill: #fff;
}
.shop_cat_childrens {
  margin-bottom: 1.5rem;
}
.shop_cat_childrens .section-d__name {
  margin-bottom: 0.5rem;
}
.wishlist_table .table-d .table-d__row .cell-d_count {
  width: 18rem;
}
.wishlist_table .table-d__total {
  display: none;
}
.wishlist_table .btn_box {
  margin: 0;
}
.wishlist_table .button-d {
  margin: 0;
  width: 100%;
  padding: 0;
}
.mp_about {
  padding: 3.5rem 0 5rem;
}
.mp_about .mp_about_img img {
  width: 25rem;
  height: auto;
}
.mp_about .mp_about_txt {
  padding: 3.5rem 0 0 0;
  font-size: 1.1rem;
}
.mp_about .mp_about_txt h2 {
  font-size: 2.4rem;
  margin-bottom: 1.5rem;
}
.flex_brand {
  padding: 0 3rem;
  position: absolute;
  bottom: 1rem;
  left: 0;
  width: 100%;
  z-index: 3;
}
.flex_brand .wrapper_inner {
  display: flex;
  flex-flow: nowrap row;
  align-items: center;
}
.flex_brand .wrapper_inner .main_brand_item {
  padding: 0 1rem;
}
.flex_brand .wrapper_inner img {
  width: 100%;
  height: auto;
}
.slider_box {
  margin: 7rem -1rem 0;
}
.slider_box .box_bg {
  display: flex;
  flex-flow: nowrap row;
  align-items: center;
  height: 24rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  position: relative;
  color: var(--color-black);
  text-decoration: none;
}
.slider_box .slider_main__item {
  padding: 0 1rem;
  position: relative;
}
.slider_box .slider_main__item h2 {
  font-size: 2.5rem;
}
.slider_box .slider_main__item .inner {
  padding-left: 3rem;
  width: 50%;
  position: relative;
  display: block;
}
.slider_box .slider_main__item .mark {
  position: absolute;
  top: 1rem;
  left: 0;
  padding: 0 1.75rem;
  display: flex;
  height: 2rem;
  align-items: center;
  -webkit-border-radius: 0 0.25rem 0.25rem 0;
  -moz-border-radius: 0 0.25rem 0.25rem 0;
  border-radius: 0 0.25rem 0.25rem 0;
  color: #fff;
  background: var(--color-main);
  z-index: 3;
}
.slider_box .slider_main__item .btn_box {
  position: absolute;
  bottom: 1.75rem;
  right: 2.5rem;
}
.slider_box .slider_main__item .btn_box span {
  display: flex;
  height: 1.5rem;
  text-decoration: none;
  z-index: 3;
  white-space: nowrap;
  font-size: 1rem;
  color: var(--color-main);
}
.slider_box .slider_main__item .btn_box span img {
  width: 1.5rem;
  height: auto;
  margin-left: 1.25rem;
}
.slider_box .owl-nav {
  top: -5.75rem;
}
.slider_brand .slider_brand__item {
  padding: 0 1rem;
}
.slider_brand .slider_brand__item .box_bg_brand {
  display: block;
  height: 19.195rem;
  background-color: #fff;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  overflow: hidden;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
footer {
  background: var(--color-grey-mlight);
  padding: 3rem 0;
  margin-top: 2rem;
  color: var(--color-black);
  line-height: 1.25;
}
footer p {
  margin: 0;
  padding: 0;
}
footer a {
  color: var(--color-black);
  text-decoration: none;
}
footer a:hover {
  opacity: 0.8;
  text-decoration: none;
  color: var(--color-black);
}
footer .footer__logo {
  margin-bottom: 3rem;
}
footer .footer_cont {
  display: flex;
  flex-flow: row nowrap;
  white-space: nowrap;
  align-items: center;
  margin-bottom: 0.75rem;
}
footer .footer_cont:last-child {
  margin-bottom: 1.5rem;
}
footer .footer_cont .f_wa .whatsapp_icon,
footer .footer_cont .f_wa .telegram_icon {
  width: 2rem;
  height: 2rem;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
}
footer .footer_cont .f_wa .whatsapp_icon {
  background-image: url(../image/whatsapp_fill.svg);
}
footer .footer_cont .f_wa .telegram_icon {
  background-image: url(../image/telegram_fill.svg);
}
footer .footer_cont .f_phone {
  padding-left: 1rem;
}
footer .footer_cont .f_phone.f_phone_number {
  font-size: 1.25rem;
}
footer .footer__copy {
  opacity: 0.7;
  padding-top: 1rem;
  font-style: italic;
  line-height: 1.15;
}
footer .footer__menu_box {
  padding-left: 3rem;
}
footer .footer__name_menu {
  font-weight: 600;
  font-size: 1.75rem;
  margin-bottom: 1.3rem;
}
footer nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer nav ul li {
  display: block;
  margin-bottom: 1.2rem;
  padding-right: 3rem;
}
footer nav ul li a {
  font-weight: 300;
  opacity: 0.9;
  font-size: 0.9rem;
}
.shop_list .row .slider_shop__item {
  margin-bottom: 3rem;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  display: none !important;
}
.body_content {
  min-height: calc(100vh - 49rem);
}
.body_content h1 {
  margin-bottom: 3rem;
}
.body_content .shop_anons {
  margin-bottom: 2rem;
}
.body_content .shop_text {
  margin-top: 3rem;
  padding-bottom: 3rem;
}
.body_content ol {
  display: block;
  margin: 2rem 0;
  padding: 0;
  list-style: none;
  counter-reset: num;
}
.body_content ol li {
  display: block;
  padding-left: 2rem;
  position: relative;
  margin-bottom: 1rem;
}
.body_content ol li:before {
  width: 1.5rem;
  height: 1.5rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: counter(num);
  counter-increment: num;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  color: #fff;
  font-size: 0.8rem;
  background: var(--color-main);
}
.body_content ul {
  display: block;
  margin: 2rem 0;
  padding: 0;
  list-style: none;
}
.body_content ul li {
  display: block;
  padding-left: 2rem;
  position: relative;
  margin-bottom: 1rem;
}
.body_content ul li:before {
  width: 0.5rem;
  height: 0.5rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0.45rem;
  background: var(--color-main);
}
.breadcrumbs-d {
  color: var(--color-grey);
  margin-bottom: 2.5rem;
}
.breadcrumbs-d a {
  color: var(--color-black);
  text-decoration: none;
}
.breadcrumbs-d a:hover {
  color: var(--color-main);
  text-decoration: none;
}
.shop_cat_list {
  margin-bottom: 2rem;
}
.shop_cat_list a {
  display: block;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 15rem;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.shop_cat_list a .cat_name {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.5rem;
  background: rgba(64, 64, 64, 0.85);
}
.paginator_more_form {
  text-align: center;
  margin: 3rem 0;
}
.paginator_more_form .paginator_more_button {
  border: 1px var(--color-grey-dark) solid;
  color: var(--color-black);
  background: transparent;
}
.paginator_more_form .paginator_more_button:hover {
  background: var(--color-main);
  border-color: var(--color-main);
  color: #fff;
}
.paginator {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}
.paginator .paginat-d__item {
  padding: 0 0.5rem;
  text-decoration: none;
  color: var(--color-black);
}
.paginator .paginat-d__item.paginat-d__item_current {
  color: var(--color-main);
}
.paginator .paginat-d__item.paginat-d__item_first,
.paginator .paginat-d__item.paginat-d__item_end {
  width: 2.5rem;
  height: 2.5rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: var(--color-grey-dark);
  color: #fff;
  font-size: 1.25rem;
  margin: 0 1rem;
  align-items: center;
  justify-content: center;
  padding: 0;
  text-align: center;
  display: flex;
}
.paginator .paginat-d__item.paginat-d__item_first:hover,
.paginator .paginat-d__item.paginat-d__item_end:hover {
  background-color: var(--color-main);
}
.body_content {
  margin-bottom: 5rem;
}
.section-d_id .js_shop_form {
  position: relative;
  display: flex;
  flex-flow: wrap;
}
.section-d_id .status_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
  width: 100%;
}
.section-d_id .status_box .status {
  margin: 0;
  padding: 0;
}
.section-d_id .shop_id_price_desc {
  margin-top: 0.5rem;
  width: 100%;
  margin-bottom: 1rem;
}
.section-d_id .shop_id_price_dost {
  opacity: 0.7;
  font-size: 0.9rem;
}
.section-d_id .shop_id_price_dost ul {
  margin: 0.5rem 0 0;
}
.section-d_id .shop_id_price_dost ul li:before {
  background: var(--color-grey);
}
.section-d_id .shop_price_box {
  display: flex;
  align-items: center;
}
.section-d_id .product-d__details .js_shop_form .error {
  left: auto;
  bottom: -2rem;
  right: 0;
  width: 10rem;
}
.section-d_id .product-d__details .js_shop_form .btn_box {
  width: 50%;
  margin-top: 0;
}
.section-d_id .product-d__details .js_shop_form .price {
  margin: 0;
}
.section-d_id .product-d__details .js_shop_form .price .price_current {
  font-size: 1.75rem;
}
.section-d_id .product-d__details .js_shop_form .price .price_old {
  font-size: 1.25rem;
  margin-top: 0.45rem;
}
.section-d_id .shop_price_box {
  width: 50%;
}
.box_shadow {
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.07);
  padding: 1rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
.section-d_id .shop_price_box {
  width: 100%;
  display: block;
  /* margin-top: 1rem; */
}
.shop_id_params {
  /* margin-top: 1rem; */
  min-height: 23.5rem;
}
.shop_id_params .block_hh {
  font-weight: 600;
  margin-bottom: 1rem;
}
.shop_id_params .param-d {
  display: flex;
  padding: 0.25rem;
  flex-flow: nowrap row;
  background: #fff;
  border: 1px var(--color-grey-mlight) solid;
  margin-bottom: 0.25rem;
  font-size: 0.9rem;
}
.shop_id_params .param-d strong {
  font-weight: 300;
}
.shop_id_params .param-d .param-d__name {
  width: 50%;
}
.shop_id_params .param-d .param-d__value {
  width: 50%;
}
.shop_id_params .param-d .param-d__value a {
  color: var(--color-black);
  text-decoration: none;
}
.product-d__images {
  position: relative;
}
.product-d__images .product-d__interacts {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 3;
}
.product-d__images .product-d__interacts svg {
  width: 2rem;
  height: auto;
}
.product-d__images .product-d__interacts svg path {
  /* fill: var(--color-grey-dark); */
  fill: #fff;
}
.product-d__images .product-d__interacts button {
  border: none;
  background: rgba(0, 0, 0, 0.5);
  margin-bottom: 3px;
  padding: 0.5rem 1rem;
  display: block;
  border-radius: .25rem;
}
.product-d__images .product-d__interacts button._active svg path {
  fill: var(--color-main);
}
.product-d__gall {
  position: relative;
}
.product-d__gall .swiper-container {
  height: 28rem;
  margin-left: 9rem;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.07);
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
.product-d__gall .swiper-container.swiper-container-thumbs {
  width: 7rem;
  height: 28rem;
  position: absolute;
  top: -1rem;
  left: 0;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.product-d__gall .swiper-container.swiper-container-thumbs .slide-d {
  display: flex;
  align-items: flex-end;
}
.product-d__gall .swiper-container.swiper-container-thumbs .slide-d span {
  width: 100%;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.07);
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
.product-d__gall .swiper-container.swiper-container-thumbs .slide-d span:hover {
  border-color: #fff;
}
.product-d__gall .swiper-slide a {
  display: block;
  background: #fff;
  overflow: hidden;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  background-size: cover;
  background-repeat: no-repeat;
  height: 28rem;
  box-sizing: border-box;
  background-position: center center;
  border: 1.5rem #fff solid;
}
.product-d__gall .gall-d__button {
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: var(--color-grey-dark);
  width: 3.25rem;
  height: 3.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.product-d__gall .gall-d__button:after {
  display: none;
}
.product-d__gall .gall-d__button svg {
  width: auto;
  height: 1.5rem;
}
.product-d__gall .gall-d__button.gall-d__button_next {
  bottom: 2rem;
  top: auto;
}
.product-d__gall .gall-d__button.gall-d__button_prev {
  top: 2rem;
}
.product-d__gall .gall-d__button:hover {
  background: var(--color-main);
}
.product-d__gall .slide-d {
  margin: 0 !important;
  padding: 0 0.5rem ;
}
.product-d__gall .slide-d span {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px var(--color-grey-light) solid;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
}
.product-d__gall .slide-d span:hover {
  border-color: var(--color-main);
}
.product-d__gall .product-d__preview {
  margin-top: 1rem;
}
.product-d__tabs {
  margin-bottom: 3rem;
  width: 100%;
}
.product-d__tabs .tabs-d__tabnames {
  margin: 3rem -0.5rem 2rem;
  display: flex;
  flex-flow: nowrap row;
}
.product-d__tabs .tabs-d__tabnames .tabname-d {
  width: 100%;
  margin: 0 0.5rem;
  padding: 0;
  text-align: center;
  display: flex;
  background: #fff;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  height: 3.25rem;
  align-items: center;
  justify-content: center;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.07);
}
.product-d__tabs .tabs-d__tabnames .tabname-d.tabname-d_active {
  color: #fff;
  background: var(--color-main);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.product-d__tabs .tabs-d__stack .product-d__tab {
  display: none;
}
.product-d__tabs .tabs-d__stack .product-d__tab.tab-d_active {
  display: block;
}
.product-d__tabs .tabs-d__stack .product-d__tab .param-d {
  width: 50%;
  display: flex;
  border-bottom: 1px var(--color-grey-medium) solid;
  padding: 0.5rem 0;
}
.product-d__tabs .tabs-d__stack .product-d__tab .param-d .param-d__name {
  width: 50%;
}
.product-d__tabs .tabs-d__stack .product-d__tab .param-d .param-d__value {
  font-weight: 300;
  width: 50%;
}
.product-d__tabs .tabs-d__stack .product-d__tab .param-d:last-child {
  border: none;
}
.shop_id__location {
  padding-left: 2rem;
  margin-top: 1rem;
  position: relative;
  margin-bottom: 3rem;
}
.shop_id__location:before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../image/location.svg) top left no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0.5rem;
}
.js_comments_discuss .element-d_message {
  display: block;
  padding: 1.5rem;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.07);
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  border-left: 3px var(--color-main) solid;
  margin-bottom: 1.5rem;
}
.block-d_comments_add {
  max-width: 25rem;
}
.shop_id__phone {
  margin-top: 2rem;
}
.shop_id__email {
  padding-left: 2rem;
  margin-top: 1rem;
  position: relative;
}
.shop_id__email a {
  color: var(--color-black);
  text-decoration: none;
}
.shop_id__email a:hover {
  color: var(--color-main);
  text-decoration: none;
}
.shop_id__email:before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../image/email.svg) top left no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0.1rem;
}
.nav_mobile_box {
  display: none;
}
.block_login {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  background: rgba(40, 40, 40, 0.8);
  z-index: 99;
  overflow: auto;
  padding-top: 5rem;
}
.block_login.active {
  display: block;
}
.block_login .inner {
  width: 30rem;
  margin: 0 auto;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  border-radius: 0.5rem;
  background: #fff;
  padding: 2rem;
  position: relative;
  max-width: 100%;
}
.block_login .inner.inner_small {
  width: 20rem;
}
.block_login .inner .login__close {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  background: url(../image/close_red.svg) center center no-repeat;
  background-size: contain;
  cursor: pointer;
}
.block_login .inner .block-d__name {
  text-align: center;
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
.block_login .account-d__nav a {
  color: var(--color-main);
}
.block_login .account-d__nav a:hover {
  opacity: 0.8;
  color: var(--color-main);
}
.block_login .form_login__reg {
  text-align: center;
  margin-top: 3rem;
}
.block_login .nav-d__menu {
  margin: 1rem 0;
  display: block;
  padding: 0;
  list-style: none;
}
.block_login .nav-d__menu li {
  display: block;
}
.block_login .nav-d__menu li a {
  color: var(--color-main);
  text-decoration: none;
  position: relative;
  display: block;
  padding-left: 1rem;
}
.block_login .nav-d__menu li a:before {
  content: '';
  width: 0.25rem;
  height: 0.25rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: var(--color-main);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
form .field-d {
  margin-top: .5rem;
}
form .field-d__name {
  margin-bottom: .5rem;
}
form .button-d {
  margin: 2rem auto 0;
}
form .profile-d__note {
  padding-top: 0.5rem;
}
form .error_message {
  font-size: 0.8rem;
  padding-top: 0.5rem;
  color: var(--color-red);
}
.js_shop_add_coupon_cart {
  margin-bottom: 2rem;
}
.js_shop_add_coupon_cart .coupon-d__title {
  padding-bottom: 0.5rem;
}
.table-d__section a {
  color: var(--color-black);
  text-decoration: none;
}
.table-d__section a:hover {
  color: var(--color-main);
}
.table-d .table-d__head {
  padding: 0 1rem 1rem;
}
.table-d .table-d__row {
  display: flex;
  flex-flow: nowrap row;
  align-items: center;
}
.table-d .table-d__row .cell-d {
  min-height: 1px;
  padding: 0 0.5rem;
}
.table-d .table-d__row .cell-d.cell-d_details {
  width: 100%;
}
.table-d .table-d__row .cell-d_images {
  width: 14rem;
}
.table-d .table-d__row .cell-d_count {
  width: 13rem;
}
.table-d .table-d__row .cell-d_unit {
  width: 10rem;
}
.table-d .table-d__row .cell-d_price {
  width: 15rem;
}
.table-d .table-d__row .cell-d_price_old {
  width: 10rem;
}
.table-d .table-d__row .cell-d_sum {
  width: 15rem;
}
.table-d .table-d__row .cell-d_buy {
  width: 12rem;
}
.table-d .table-d__row .cell-d_remove,
.table-d .table-d__row .cell-d_select {
  width: 5rem;
  text-align: center;
}
.table-d .js_cart_item {
  padding: 1rem;
  background: #fff;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
}
.table-d .js_cart_count .count-d__control {
  height: 3rem;
  display: flex;
  background: var(--color-grey-mlight);
  flex-flow: nowrap row;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
.table-d .js_cart_count .count-d__control .form-control {
  border: none;
  background: transparent;
  padding: 0;
  text-align: center;
}
.table-d .js_cart_count .count-d__control button {
  border: none;
  background: transparent;
  width: 3rem;
  height: 3rem;
  text-align: center;
}
.table-d .js_cart_count .count-d__control button img {
  width: auto;
  height: 1rem;
}
.table-d .remover-d .remover-d__input {
  display: none;
}
.table-d .remover-d .remover-d__icon img {
  height: 1rem;
  width: auto;
}
.table-d__fulltotal {
  white-space: nowrap;
}
.table-d__deliveries {
  padding: 2rem 0;
}
.table-d__deliveries .detail-d_name {
  font-weight: 600;
}
.table-d__deliveries .field-d {
  margin-top: 0;
  padding: 0;
}
.section-d_cart_home .form_order_cont {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px var(--color-grey-medium) solid;
}
.section-d_cart_home .form_order_cont h2 {
  text-align: center;
  margin-bottom: 2rem;
}
.section-d_cart_home .form_order_tabs {
  margin: 0 -3rem;
  display: flex;
  flex-flow: nowrap row;
}
.section-d_cart_home .form_order_tabs .btn {
  margin: 0 0.5rem;
  width: 50%;
  padding: 0;
  background: #fff;
  color: var(--color-black);
}
.section-d_cart_home .form_order_tabs .btn:hover {
  color: #fff;
  background: var(--color-black);
}
.section-d_cart_home .form_order_tabs .tab_fiz {
  background: var(--color-main);
  color: #fff;
}
.section-d_cart_home .order_form_param12,
.section-d_cart_home .order_form_param13,
.section-d_cart_home .order_form_param14,
.section-d_cart_home .order_form_param15,
.section-d_cart_home .order_form_param16,
.section-d_cart_home .order_form_param17,
.section-d_cart_home .order_form_param18 {
  display: none;
}
.section-d_cart_home.active .tab_fiz {
  background: #fff;
  color: var(--color-black);
}
.section-d_cart_home.active .tab_ur {
  background: var(--color-main);
  color: #fff;
}
.section-d_cart_home.active .order_form_param12,
.section-d_cart_home.active .order_form_param13,
.section-d_cart_home.active .order_form_param14,
.section-d_cart_home.active .order_form_param15,
.section-d_cart_home.active .order_form_param16,
.section-d_cart_home.active .order_form_param17,
.section-d_cart_home.active .order_form_param18 {
  display: block;
}
.section-d_search .element-d_search_item {
  margin-bottom: 1.5rem;
}
.element-d_faq_item {
  padding: 1rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  background: #fff;
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(40, 40, 40, 0.1);
  -moz-box-shadow: 0 0.25rem 0.5rem rgba(40, 40, 40, 0.1);
  box-shadow: 0 0.25rem 0.5rem rgba(40, 40, 40, 0.1);
  margin-bottom: 1rem;
}
.element-d_faq_item .detail-d_date {
  font-size: 0.8rem;
}
.element-d_faq_item .detail-d_anons {
  margin: 0.5rem  0;
}
.section-d__anons {
  margin-bottom: 1rem;
}
.show_all {
  margin-top: 2rem;
}
.block-d_userpage_orders {
  margin: 2rem 0;
}
.block-d_userpage_orders h4 {
  margin-bottom: 2rem;
}
.block-d_userpage_orders .table-d__row {
  display: flex;
  flex-flow: row nowrap;
}
.block-d_userpage_orders .table-d__row .cell-d.details-d {
  width: 100%;
}
.block-d_userpage_orders .table-d__row .cell-d .cell-d_num {
  width: 4rem;
}
.block-d_userpage_orders .table-d__row .cell-d .cell-d_date {
  width: 10rem;
}
.block-d_userpage_orders .table-d__row .cell-d .cell-d_price {
  width: 10rem;
}
.block-d_userpage_orders .table-d__row .cell-d .cell-d_status {
  width: 11rem;
}
.block-d_userpage_orders .table-d__row .cell-d .cell-d_sum {
  width: 12rem;
}
.block-d_userpage_orders .table-d__row .cell-d .cell-d_buy {
  width: 10rem;
}
.block-d_userpage_orders .table-d__row .cell-d .cell-d_buy .button-d {
  padding: 0;
  justify-content: center;
}
.block-d_userpage_orders .table-d__enum {
  padding: 1rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  background: #fff;
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(40, 40, 40, 0.1);
  -moz-box-shadow: 0 0.25rem 0.5rem rgba(40, 40, 40, 0.1);
  box-shadow: 0 0.25rem 0.5rem rgba(40, 40, 40, 0.1);
  margin-bottom: 1rem;
}
.block-d_userpage_orders .table-d__head {
  font-size: 0.8rem;
  opacity: 0.8;
  padding: 0 1rem 1rem;
}
.block-d_payment {
  margin-top: 2rem;
}
.block-d_payment .block-d__name {
  margin-bottom: 2rem;
  font-weight: 600;
}
.block-d_payment .paymethod-d {
  cursor: pointer;
  display: flex;
  flex-flow: nowrap row;
  align-items: flex-start;
}
.block-d_payment .paymethod-d .paymethod-d__select {
  width: 3rem;
  flex: none;
}
.block-d_payment .paymethod-d .paymethod-d__name {
  font-weight: 600;
}
.privacy_field,
.required_field {
  font-size: 0.8rem;
  margin-top: 2rem;
}
.js_cart_table_form {
  position: relative;
}
.js_cart_table_form .errors.error.error_message {
  display: block;
  position: absolute;
  font-size: 0.8rem;
  bottom: -2rem;
  right: 0;
  opacity: 0.5;
}
.shop_list_block .show_list_filter {
  display: none;
}
.shop_list_block ul.menu {
  display: block;
  padding: 0;
  margin: 0 0 3rem;
  list-style: none;
}
.shop_list_block ul.menu a {
  color: var(--color-black);
  text-decoration: none;
  margin: 0 0 0.75rem;
  display: block;
}
.shop_list_block ul.menu a.active {
  font-weight: 600;
}
.shop_list_block ul.menu a:hover {
  color: var(--color-main);
  text-decoration: none;
}
.shop_list_block ul.menu li {
  display: block;
  padding: 0;
  margin: 0;
}
.shop_list_block ul.menu li:before {
  display: none;
}
.shop_list_block ul.menu ul {
  padding: 0 0 0 1.5rem;
  margin: 0;
  list-style: none;
}
.runner-d__track.ui-slider {
  height: 2px;
  margin-top: 1.66667rem;
  /* 20/12 */
  margin-bottom: 2.08333rem;
  /* 25/12 */
  background: #dfdfdf;
  border: none;
  border-radius: 0;
  cursor: pointer;
}
.runner-d__track.ui-slider::after {
  display: block;
  width: 100%;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  content: '';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.runner-d__track.ui-slider .ui-slider-range {
  background: var(--color-main);
  border-radius: 0;
}
.runner-d__track.ui-slider .ui-slider-handle {
  width: 18px;
  height: 18px;
  top: -8px;
  margin-left: -9px;
  color: var(--color-main);
  background: #fff;
  border: 2px solid currentColor;
  border-radius: 50%;
  cursor: pointer;
}
.runner-d__track.ui-slider .ui-slider-handle:hover,
.runner-d__track.ui-slider .ui-slider-handle:focus,
.runner-d__track.ui-slider .ui-slider-handle:active {
  outline: none;
  color: var(--color-main);
}
.runner-d__track.ui-slider .ui-slider-handle:focus,
.runner-d__track.ui-slider .ui-slider-handle:active {
  color: var(--color-main);
}
.runner-d__board {
  display: flex;
  flex-flow: nowrap row;
  align-items: center;
}
.runner-d__board .runner-d__from,
.runner-d__board .runner-d__to {
  width: 100%;
}
.runner-d__board .runner-d__div {
  padding: 0 1rem;
}
.runner-d__board .runner-d__div .field-d {
  margin-top: 0;
}
.block-d_shop_search .block-d__name {
  font-size: 1.25rem;
}
.block-d_shop_search .search_shop_header_block {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}
.block-d_shop_search .search_shop_header_block .search_shop_header_btn {
  height: auto;
  color: var(--color-black);
  opacity: 0.3;
  text-decoration: underline;
  padding: 0;
  margin: 0;
  width: auto;
  background: transparent;
  border: none;
}
.block-d_shop_search .field-d .field-d__name {
  font-weight: 600;
}
.block-d_shop_search .field-d .field-d__item input {
  display: none;
}
.block-d_shop_search .field-d .field-d__item label {
  display: block;
  position: relative;
  padding-left: 1.5rem;
}
.block-d_shop_search .field-d .field-d__item label:before {
  width: 1rem;
  height: 1rem;
  border: 1px var(--color-grey-medium) solid;
  content: '';
  position: absolute;
  left: 0;
  top: 0.2rem;
  display: block;
}
.block-d_shop_search .field-d .field-d__item input:checked + label:before {
  background: url(../image/check.svg) center center no-repeat;
  background-size: contain;
}
.compare-d__goods .element-d__images {
  position: relative;
}
.compare-d__goods .element-d__images .element-d__interacts {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.compare-d__goods .element-d__images .element-d__interacts button {
  border: none;
  background: transparent;
  padding: 0;
}
.compare-d__goods .element-d__images .element-d__interacts svg {
  width: 1.25rem;
  height: auto;
}
.compare-d__goods .element-d__images .js_shop_img {
  display: block;
  padding: 1rem 0;
}
.compare-d__goods .element-d__images .js_shop_img .compire_img {
  display: block;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center center;
}
.element-d_card {
  padding: 0 1rem 1rem;
  background: #fff;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
}
.compare-d .param-d_compare {
  padding: 0.25rem;
}
.compare-d .param-d_compare._diff {
  background: transparent;
}
.compare-d .param-d_compare._diff._colored {
  background: rgba(0, 0, 0, 0.05);
  color: var(--color-black);
}
.compare-d__goods .gall-d__nav button {
  width: 3rem;
  height: 3rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: var(--color-grey-dark);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  -webkit-transform: translateY(-10rem);
  -moz-transform: translateY(-10rem);
  -ms-transform: translateY(-10rem);
  -o-transform: translateY(-10rem);
  transform: translateY(-10rem);
}
.compare-d__goods .gall-d__nav button:hover {
  background: var(--color-main);
}
.compare-d__goods .gall-d__nav button:after {
  display: none;
}
.compare-d__goods .gall-d__nav button svg {
  height: 1.5rem;
}
.main_cat_bs .main_cat_bs_item {
  margin-bottom: 2rem;
}
.main_cat_bs .main_cat_bs_item a {
  display: block;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-radius: 0.25rem;
  overflow: hidden;
}
.main_cat_bs .main_cat_bs_item a:hover {
  opacity: 0.8;
}
.main_cat_bs .main_cat_bs_item img {
  padding: 0;
  margin: 0;
  display: block;
}
.main_cat_bs.main_cat_bs_dop {
  margin: 2rem 0 0;
}
.main_cat_bs.main_cat_bs_big2 {
  margin-top: 2rem;
}
.settings-d-sort_block {
  display: flex;
  flex-flow: nowrap row;
  justify-content: space-between;
  align-items: center;
  margin: 1.5rem 0;
}
.settings-d-sort_block svg {
  width: auto;
  height: 1rem;
}
.settings-d-sort_block .setting-d_sort ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  flex-flow: nowrap row;
  align-items: center;
}
.settings-d-sort_block .setting-d_sort ul li {
  padding: 0;
  margin: 0 1rem 0 0;
}
.settings-d-sort_block .setting-d_sort ul li:before,
.settings-d-sort_block .setting-d_sort ul li:after {
  display: none;
}
.settings-d-sort_block .setting-d_sort ul li a._active svg path,
.settings-d-sort_block .setting-d_sort ul li a._active svg rect {
  fill: var(--color-main);
}
.settings-d-sort_block .setting-d_views {
  display: flex;
  flex-flow: nowrap row;
}
.settings-d-sort_block .setting-d_views a {
  display: block;
  margin-left: 0.5rem;
}
.settings-d-sort_block .setting-d_views a._active svg path,
.settings-d-sort_block .setting-d_views a._active svg rect {
  fill: var(--color-main);
}
@media screen and (min-width: 570px) {
  .section-d__list._viewrows .row {
    margin: 0;
    width: 100%;
    display: block;
  }
  .section-d__list._viewrows .row .col-sm-4 {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  .section-d__list._viewrows .row .slider_shop__item {
    margin-bottom: 2rem;
  }
  .section-d__list._viewrows .shop_item {
    height: auto;
  }
  .section-d__list._viewrows .shop_item .inner {
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    margin-bottom: 2rem;
  }
  .section-d__list._viewrows .shop_item .label {
    width: 30%;
  }
  .section-d__list._viewrows .shop_item .img {
    width: 30%;
  }
  .section-d__list._viewrows .shop_item .js_shop_form {
    width: 25%;
    position: relative;
  }
  .section-d__list._viewrows .shop_item .js_shop_form .status_box {
    display: none;
  }
  .section-d__list._viewrows .shop_item .js_shop_form .error {
    bottom: -2.5rem;
  }
  .section-d__list._viewrows .shop_item .js_shop_form .price {
    margin-top: 0;
    /* display: block !important; */
    height: auto;
  }
  .section-d__list._viewrows .shop_item .js_shop_form .price .price_current {
    font-weight: 500;
    font-size: 1.75rem;
  }
  .section-d__list._viewrows .shop_item .js_shop_form .price .price_old {
    font-weight: 300;
  }
  .section-d__list._viewrows .shop_item .js_shop_form .btn_box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .section-d__list._viewrows .shop_item .name_desc {
    width: 45%;
    padding: 0 3rem 0 2rem;
  }
  .section-d__list._viewrows .shop_item .name_desc .full_name {
    display: block;
    font-weight: 500;
  }
  .section-d__list._viewrows .shop_item .name_desc .short_name {
    display: none;
  }
  .section-d__list._viewrows .shop_item .name_desc .detail-d_params {
    display: block;
    margin-top: 1.5rem;
    font-size: 0.9rem;
  }
  .section-d__list._viewrows .shop_item .name_desc .detail-d_params strong {
    font-weight: 300;
  }
  .shop_cat .shop_main_cat a.active_menu {
    color: var(--color-main);
  }
}
@media screen and (min-width: 1900px) {
  html {
    font-size: 0.9rem;
  }
  .wrapper_inner {
    padding: 0 25rem;
  }
  .shop_cat {
    left: calc(25rem - 1px);
    right: calc(25rem - 1px);
  }
  .slider_main .owl-dots {
    right: 29rem;
  }
  body.body_scroll .shop_cat {
    padding-left: 25rem;
    padding-right: 25rem;
  }
}
@media screen and (max-width: 570px) {
  html {
    font-size: 4vw;
  }
  .wrapper_inner {
    padding: 0 1rem;
  }
  .hidden_mobile {
    display: none !important;
  }
  .main_header .wrapper_inner {
    display: block;
  }
  .main_header .wrapper_inner .header__nav {
    display: none;
    padding: 0 1rem 1rem;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    height: 100vh;
    overflow: auto;
    z-index: 11;
  }
  .main_header .wrapper_inner .header__nav.active {
    display: block;
  }
  .main_header .wrapper_inner .header__nav .nav_top a {
    display: block;
    color: var(--color-black);
    text-decoration: none;
    position: relative;
    margin-bottom: 1.15rem;
    padding-left: 1.2rem;
  }
  .main_header .wrapper_inner .header__nav .nav_top a:before {
    width: 0.4rem;
    height: 0.4rem;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0.5rem;
    background: var(--color-main);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
  }
  .main_header .wrapper_inner .header__nav .nav_top a:hover {
    color: var(--color-main);
    text-decoration: none;
  }
  .main_header .wrapper_inner .header__nav .funblock__close {
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    top: 1rem;
    right: 1rem;
    background: url(../image/close_fly.svg) center center no-repeat;
    background-size: cover;
    display: block;
  }
  .main_header .wrapper_inner .header__nav .header__logo {
    display: block;
    width: 50%;
    padding-top: 1.5rem;
  }
  .main_header .wrapper_inner .header__nav .header__logo img {
    width: 100%;
  }
  .main_header .wrapper_inner .header__nav .funblock__search {
    display: flex;
    padding: 0;
    margin: 1.5rem 0;
    border: 1px var(--color-grey-medium) solid;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
  }
  .main_header .wrapper_inner .header__nav .funblock__search label .label_desc {
    display: none;
  }
  .main_header .wrapper_inner .header__nav .funblock__search label .form-control {
    border-color: #fff;
  }
  .main_header .wrapper_inner .header__nav .funblock__search .form_btn .btn {
    background: url(../image/search.svg) left center no-repeat transparent;
    width: 3rem;
    overflow: hidden;
    text-indent: 20rem;
    padding: 0;
  }
  .main_header .wrapper_inner .header__nav ul {
    display: block;
  }
  .main_header .wrapper_inner .header__logo {
    margin-bottom: 1rem;
  }
  .main_header .wrapper_inner .header__logo img {
    margin: 0 auto;
    /* width: 17rem; */
  }
  .main_header .wrapper_inner .header__cont {
    justify-content: center;
    display: flex;
  }
  .body_main_menu .main_header .wrapper_inner .header__cont {
    display: block;
    margin: 1.5rem 0;
    justify-content: flex-start;
  }
  .main_header .header__cont .header__cont_block.header__cont_block_email {
    display: none;
  }
  .main_header .header__cont .header__cont_block .cont_block__main_phone a {
    font-size: 1rem;
  }
  .main_header .main_menu {
    display: none;
  }
  .funblock__lk {
    display: none;
  }
  .funblock {
    margin: 0;
    z-index: 89;
  }
  .funblock .wrapper_inner {
    display: none;
  }
  .funblock .funblock__search {
    display: none;
  }
  .funblock .funblock__catalog .btn {
    width: 9.5rem;
  }
  .funblock .funblock__lk {
    width: 100%;
    justify-content: flex-end;
  }
  .funblock .funblock__lk .lk__cart .cart_desc {
    display: none;
  }
  .shop_cat {
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.05);
    box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.05);
    padding: 0 1rem 1rem;
    position: fixed;
    max-height: 100vh;
    overflow: auto;
    top: 0;
    margin-top: 0;
    z-index: 10;
  }
  .shop_cat .header__logo {
    width: 50%;
    display: block;
    padding-top: 1.5rem;
  }
  .shop_cat .header__logo img {
    width: 100%;
  }
  .shop_cat .row a:before {
    left: 0;
  }
  .shop_cat .funblock__search {
    display: flex;
    padding: 0;
    margin: 1.5rem 0;
    margin-top: 4rem;
    border: 1px var(--color-grey-medium) solid;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
  }
  .shop_cat .funblock__search label .label_desc {
    display: none;
  }
  .shop_cat .funblock__search label .form-control {
    border-color: #fff;
  }
  .shop_cat .funblock__search .form_btn .btn {
    background: url(../image/search.svg) left center no-repeat transparent;
    width: 3rem;
    overflow: hidden;
    text-indent: 20rem;
    padding: 0;
  }
  .shop_cat .funblock__close {
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    top: 1rem;
    right: 1rem;
    background: url(../image/close_fly.svg) center center no-repeat;
    background-size: cover;
    display: block;
  }
  .shop_cat .col-12 a:last-child {
    margin-bottom: 1.5rem;
  }
  body.body_scroll .shop_cat {
    top: 0;
    left: 0;
    right: 0;
    padding: 0 1rem 1rem;
    z-index: 10;
    margin: 0;
  }
  body.body_scroll .funblock {
    position: relative;
    padding: 0;
  }
  body.body_scroll .funblock_space {
    display: none;
  }
  .nav_mobile_box {
    display: flex;
    padding: 1rem 2rem;
    flex-flow: nowrap row;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 5;
    background: #fff;
    -webkit-box-shadow: 0 0 1rem rgba(40, 40, 40, 0.2);
    -moz-box-shadow: 0 0 1rem rgba(40, 40, 40, 0.2);
    box-shadow: 0 0 1rem rgba(40, 40, 40, 0.2);
    width: 100%;
  }
  .nav_mobile_box .nav_m_item,
  .nav_mobile_box .js_show_cart {
    text-align: center;
    color: var(--color-black);
    text-decoration: none;
    font-size: 0.9rem;
    position: relative;
  }
  .nav_mobile_box .nav_m_item .icon,
  .nav_mobile_box .js_show_cart .icon,
  .nav_mobile_box .nav_m_item .cart_count,
  .nav_mobile_box .js_show_cart .cart_count {
    position: relative;
    display: block;
    height: 1.5rem;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .nav_mobile_box .nav_m_item .icon svg,
  .nav_mobile_box .js_show_cart .icon svg,
  .nav_mobile_box .nav_m_item .cart_count svg,
  .nav_mobile_box .js_show_cart .cart_count svg {
    width: auto;
    height: 1.5rem;
    display: none;
  }
  .nav_mobile_box .nav_m_item .icon.icon_main,
  .nav_mobile_box .js_show_cart .icon.icon_main,
  .nav_mobile_box .nav_m_item .cart_count.icon_main,
  .nav_mobile_box .js_show_cart .cart_count.icon_main {
    background-image: url(../image/nav_m_main.svg);
  }
  .nav_mobile_box .nav_m_item .icon.icon_cat,
  .nav_mobile_box .js_show_cart .icon.icon_cat,
  .nav_mobile_box .nav_m_item .cart_count.icon_cat,
  .nav_mobile_box .js_show_cart .cart_count.icon_cat {
    background-image: url(../image/nav_m_cat.svg);
  }
  .nav_mobile_box .nav_m_item .icon.icon_login,
  .nav_mobile_box .js_show_cart .icon.icon_login,
  .nav_mobile_box .nav_m_item .cart_count.icon_login,
  .nav_mobile_box .js_show_cart .cart_count.icon_login {
    background-image: url(../image/nav_m_login.svg);
  }
  .nav_mobile_box .nav_m_item .icon.icon_more,
  .nav_mobile_box .js_show_cart .icon.icon_more,
  .nav_mobile_box .nav_m_item .cart_count.icon_more,
  .nav_mobile_box .js_show_cart .cart_count.icon_more {
    background-image: url(../image/nav_m_more.svg);
  }
  .nav_mobile_box .nav_m_item .icon.icon_sale,
  .nav_mobile_box .js_show_cart .icon.icon_sale,
  .nav_mobile_box .nav_m_item .cart_count.icon_sale,
  .nav_mobile_box .js_show_cart .cart_count.icon_sale {
    background-image: url(../image/nav_m_sale.svg);
  }
  .nav_mobile_box .nav_m_item .icon.icon_cart,
  .nav_mobile_box .js_show_cart .icon.icon_cart,
  .nav_mobile_box .nav_m_item .cart_count.icon_cart,
  .nav_mobile_box .js_show_cart .cart_count.icon_cart {
    background-image: url(../image/nav_m_cart.svg);
  }
  .nav_mobile_box .nav_m_item .lk__cart a,
  .nav_mobile_box .js_show_cart .lk__cart a {
    color: var(--color-black);
    text-decoration: none;
  }
  .nav_mobile_box .nav_m_item .lk__cart .cart_count,
  .nav_mobile_box .js_show_cart .lk__cart .cart_count {
    background-image: url(../image/nav_m_cart.svg);
  }
  .nav_mobile_box .nav_m_item .num,
  .nav_mobile_box .js_show_cart .num {
    display: flex;
    width: 1.25rem;
    height: 1.25rem;
    color: #fff;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: -0.55rem;
    right: 0.15rem;
    background: var(--color-main);
    line-height: 1;
    font-size: 0.8rem;
  }
  .main_bs__desktop {
    display: none;
  }
  .main_bs__mobile {
    display: block;
    padding: 0 1rem;
  }
  .main_cat_bs {
    display: none;
  }
  .slider_main {
    margin-bottom: 3rem;
  }
  .slider_main .box_bg {
    height: 24.5rem;
    align-items: flex-start;
    background-position: bottom center;
    background-size: cover;
  }
  .slider_main .inner {
    padding: 2.5rem 2rem 0;
    width: 100%;
    text-align: center;
  }
  .slider_main .inner h2 {
    font-size: 2rem;
  }
  .slider_main .inner .desc {
    font-size: 1rem;
  }
  .slider_main .owl-dots {
    left: 50%;
    right: auto;
    bottom: .5rem;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    display: flex;
    flex-flow: nowrap row;
    top: auto;
  }
  .slider_main .owl-dots button {
    margin: 0 0.25rem;
    width: 0.5rem;
    height: 0.5rem;
  }
  .slider_main .owl-dots button span {
    width: 0.5rem;
    height: 0.5rem;
  }
  .preim_main,
  .mp_about {
    display: none;
  }
  .shop_slider {
    margin-top: 0;
  }
  .shop_slider .slider_shop_wrapper {
    margin: 0 -1rem;
    /* height: 33rem; */
    overflow: hidden;
  }
  .shop_slider .slider_shop__item {
    width: 20rem;
    padding: 0 0 0 1rem;
  }
  .shop_slider .owl-nav {
    display: none;
  }
  .shop_slider .slider_shop {
    /* height: 34.5rem; */
    overflow: hidden;
  }
  .shop_slider.slider_box_brand .slider_shop_wrapper {
    /* height: 12rem; */
  }
  .shop_item .name,
  .shop_item .detail-d_anons {
    font-size: 0.9rem;
  }
  .shop_item .inner {
    margin-bottom: 0;
  }
  .shop_item:hover .inner {
    padding: 1rem;
  }
  .shop_item:hover .label {
    padding: 1rem;
  }
  .slider_box {
    margin: 0 -1rem 3rem;
    height: 21rem;
    overflow: hidden;
  }
  .slider_box .owl-nav {
    display: none;
  }
  .slider_box .box_bg {
    height: 20rem;
  }
  .slider_box .slider_main__item {
    width: 22rem;
    padding: 0 0 0 1rem;
  }
  .slider_box .slider_main__item .inner {
    width: 100%;
    padding: 2.5rem 2rem 0;
    text-align: center;
  }
  .slider_box .slider_main__item .inner h2 {
    font-size: 2rem;
  }
  .slider_box .slider_main__item .inner .desc {
    font-size: 0.9rem;
  }
  .slider_box .slider_main__item .inner .desc br {
    display: none;
  }
  .slider_box .slider_main__item .btn_box {
    position: absolute;
    bottom: 1rem;
    right: 2rem;
  }
  .slider_brand {
    height: 12rem;
    overflow: hidden;
  }
  .slider_brand .owl-stage-outer {
    padding-bottom: 0;
  }
  .slider_brand .slider_brand__item {
    padding: 0 0 0 1rem;
    width: 11rem;
    height: 12rem;
  }
  .slider_brand .slider_brand__item .box_bg_brand {
    height: 11rem;
  }
  footer {
    margin-top: 3rem;
    padding-bottom: 8rem;
  }
  footer .footer__menu_box {
    padding: 3rem 0 0 ;
  }
  .breadcrumbs-d {
    display: none;
  }
  .shop_cat_list {
    margin-bottom: 0.5rem;
  }
  .shop_cat_list a {
    height: auto;
    background: transparent !important;
  }
  .shop_cat_list a .cat_name {
    position: relative;
    bottom: auto;
    left: auto;
    height: 3rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
    background: var(--color-grey-dark);
    display: flex;
    padding: 0;
    align-items: center;
    line-height: 1.15;
    justify-content: center;
  }
  .body_content h1 {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
  .body_content h2 {
    margin-bottom: 1rem;
    font-size: 1.75rem;
  }
  .body_content ._text {
    margin-bottom: 1.5rem;
  }
  .shop_list .row .slider_shop__item {
    margin-bottom: 2rem;
  }
  .product-d__gall .swiper-container {
    /* height: 16rem ; */
    margin-left: 5rem;
  }
  .product-d__gall .swiper-container.swiper-container-thumbs {
    /* height: 16rem; */
    top: 0;
    width: 4rem;
  }
  .product-d__gall .swiper-slide a {
    /* height: 16rem; */
  }
  .product-d__tabs {
    padding: 0 1rem;
  }
  .product-d__tabs .tabs-d__tabnames {
    display: block;
  }
  .product-d__tabs .tabs-d__tabnames .tabname-d {
    margin-bottom: 0.5rem;
  }
  .product-d__tabs .tabs-d__stack .product-d__tab .param-d {
    width: auto;
  }
  .section-d_id .shop_price_box {
    width: 100%;
  }
  .section-d_id .product-d__gall .gall-d__button {
    display: none;
  }
  .section-d_id .product-d__details {
    margin-top: 3rem;
  }
  .section-d_id .product-d__details .js_shop_form .btn_box {
    width: 100%;
  }
  .section-d_id .product-d__details .js_shop_form .btn_box .shop_count {
    display: none;
  }
  .section-d_id .product-d__details .js_shop_form .btn_box .btn_shop {
    padding: 1.5rem 0 0;
    width: 100%;
  }
  .section-d_id .product-d__details .js_shop_form .btn_box .btn_shop .btn {
    display: flex;
    width: 100%;
  }
  .block_login {
    padding: 0;
  }
  .block_login .inner {
    width: 100%;
    min-height: 100vh;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .js_shop_form .btn_box .shop_count {
    position: relative;
  }
  .col-6 .js_shop_form .btn_box .shop_count {
    display: none;
  }
  .col-6 .js_shop_form .btn_box .btn_shop {
    padding-left: 0;
  }
  .js_shop_form .btn_box .shop_count .s_minus .s_icon,
  .js_shop_form .btn_box .shop_count .s_plus .s_icon {
    width: 1rem;
  }
  .js_shop_form .btn_box .shop_count .s_minus {
    position: absolute;
    top: 0;
    left: 0;
    height: 3rem;
    z-index: 1;
  }
  .js_shop_form .btn_box .shop_count .s_plus {
    position: absolute;
    top: 0;
    right: 0;
    height: 3rem;
    z-index: 1;
  }
  .table-d__section .table-d__head {
    display: none;
  }
  .table-d__section .table-d__row {
    flex-flow: wrap;
    position: relative;
    align-items: flex-start;
  }
  .table-d__section .table-d__row .cell-d_images {
    width: 5rem;
  }
  .table-d__section .table-d__row .cell-d_count {
    margin: 1rem 0 0 5rem;
    width: 8rem;
  }
  .table-d__section .table-d__row .cell-d_unit,
  .table-d__section .table-d__row .cell-d_sum {
    display: none;
  }
  .table-d__section .table-d__row .cell-d_price {
    width: 8rem;
    height: 3rem;
    align-items: center;
    display: flex;
    margin-top: 1rem;
  }
  .table-d__section .table-d__row .cell-d_remove {
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    padding: .5rem;
  }
  .table-d__section .table-d__row .cell-d.cell-d_details {
    width: 15rem;
  }
  .table-d__deliveries .table-d__row {
    flex-flow: nowrap row;
    white-space: nowrap;
  }
  .table-d__deliveries .table-d__row .cell-d_sum {
    display: block;
    width: auto;
    text-align: right;
  }
  .table-d__deliveries .table-d__row .cell-d.cell-d_details {
    width: 100%;
  }
  .section-d_cart_home .form_order_tabs {
    margin: 0;
    font-size: 0.8rem;
  }
  .wishlist_table .table-d .table-d__row .cell-d_buy {
    width: 15rem;
    padding: 0 0 2rem 5rem;
  }
  .wishlist_table .table-d__total {
    display: none;
  }
  .shop_list_block .show_list_filter {
    display: flex;
    width: 100%;
    border: 1px var(--color-grey-medium) solid;
    align-items: center;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
    padding: 0 1.5rem;
    height: 3rem;
    margin-bottom: 1.5rem;
  }
  .shop_list_block .show_list_filter svg {
    width: auto;
    height: 1rem;
    margin-right: 1rem;
  }
  .shop_list_block ul.menu {
    display: none;
  }
  .shop_list_block .block-d_shop_search {
    display: none;
  }
  .shop_list_block.active .block-d_shop_search {
    display: block;
  }
  .shop_cat {
    height: 100vh;
    overflow: auto;
  }
  .shop_cat .shop_main_cat {
    padding-right: 0;
    border: none;
  }
  .shop_dop_cat {
    display: none;
  }
}


.product-d .param-d__name {
  font-weight: 600;
}

.shop_item .detail-d_anons {
  display: block;
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 1.3rem;
  color: var(--color-black);
  text-decoration: none;
}
._viewgrid .shop_item .detail-d_anons {
  display: none;
}
.shop_list_block .active:not(.parent) > a {
  font-weight: 600;
}

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

  ._viewrows .shop_item .detail-d_anons {
    display: none;
  }
}
/* @media screen and (min-width: 570px) {

  ._viewrows .offer-d__choices {
    display: block !important;
  }
} */

.js_captcha_show {
  display: block;
}
form .js_captcha_show {
  margin-left: 0;
}
.js_captcha_show + .captcha {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  clip: rect(0,0,0,0);
  filter: alpha(opacity=0);
  z-index: -2;
}
._captcha-show .js_captcha_show + .captcha {
  position: static;
  visibility: visible;
  clip: auto;
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 2;
}

.js_captcha_update > * {
  display: none;
}
.js_captcha_update::after {
  content: 'Обновить';
}



._asterisk::after {
  display: inline;
  content: '*';
  color: #f00;
}


._bounded:not(:last-child) {
  margin-bottom: 0;
}
._bounded:not(:first-child),
._bounded ._bounded:first-child {
  border-top: 1px solid #dfdfdf;
}
._bounded:not(:first-child),
._bounded ._bounded:first-child {
  margin-top: 1.25rem; /* 15/12 */
  padding-top: 1.25rem; /* 15/12 */
}


.block-d__name {
  font-size: 1.33334rem; /* 16/12 */
  font-weight: 600;
}
@media (min-width: 576px) {

  .block-d__name {
      font-size: 1.5rem; /* 18/12 */
  }
}
@media (min-width: 1200px) {

  .block-d__name {
      font-size: 2rem; /* 24/12 */
  }
}



.block-d_reviews_add {
  margin-top: 40px;
}



.shop_main_cat .toggle_block {
  margin-left: 30px;
}
@media screen and (min-width: 570px) {

  .shop_main_cat .toggle_block {
    display: none;
  }
}


.popup-d {
  display: none;
  min-width: 250px;
  max-width: 90vw;
  padding: 1.66667rem; /* 20/12 */
  background-color: #fff;
  border-radius: 0.25rem; /* 3/12 */
}


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

  .section-d_shop_id .label {
    left: 1rem;
  }
  .product-d__gall .product-d__present {
    margin-left: 0;
  }
  .product-d__preview {
    display: none;
  }
}
.product-d__present .swiper-pagination {
  width: auto;
  padding: 0.5rem 1rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  border-radius: .25rem;
}
@media screen and (min-width: 570px) {

  .product-d__present .swiper-pagination {
    display: none;
  }
}

.table-d__row {
  margin-bottom: 1rem;
}
.table-d__row:last-child {
  margin-bottom: 0;
}

.table-d__deliveries .table-d__enum .table-d__row {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--color-grey-medium);
}
.table-d__deliveries .table-d__enum .table-d__row:last-child {
  border-bottom: 0;
}


.wheart-d,
.remover-d {
  display: block;
  position: relative;
  cursor: pointer;
}
.wheart-d__input,
.remover-d__input {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    clip: rect(0,0,0,0);
    opacity: 0;
    border: none;
}

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

  .header__cont_block .cont_block__main_times {
    display: none;
  }

  .coupon-d__button {
    margin-top: 1rem;
  }

  .settings-d-sort_block .setting-d_views {
    display: none;
  }
}


._unavailable {
  margin: .5rem 0;
  padding: .5rem .75rem;
  background: var(--color-grey-mlight);
  border-radius: .25rem;
}


/* Кнопка Вверх */

.upper-d {
  width: 3.33334rem; /* 40/12 */
  height: 3.33334rem; /* 40/12 */
  padding: 0;
  position: fixed;
  bottom: 90px;
  right: 15px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -2;
  -webkit-animation: .8s both fade-deep-out;
          animation: .8s both fade-deep-out;
}
._upper-show .upper-d {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 101;
  -webkit-animation-name: fade-deep-in;
          animation-name: fade-deep-in;
}

.cc-d a,
.socnets-d a {
  margin: .5rem;
  margin-left: 0;
}


/* Логотип */

.signboard-d {
  display: flex;
  align-items: center;
}
.signboard-d:hover,
.signboard-d:focus,
.signboard-d:active {
  text-decoration: none;
}
.signboard-d > * {
  margin-right: 1rem;
}
.signboard-d > *:last-child {
  margin-right: 0;
}
.signboard-d__logo {
  flex: none;
}
.signboard-d__logo img {
  max-width: 200px;
  max-height: 70px;
}
.signboard-d__logo,
.signboard-d__inscript {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.inscript-d__slogan,
.inscript-d__monogram {
  display: block;
}
.inscript-d__monogram {
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  text-overflow: ellipsis;
  color: var(--color-main);
  overflow: hidden;
}
.inscript-d__monogram b {
  color: #000;
}
.inscript-d__slogan {
  font-size: 16px;
  word-wrap: break-word;
  word-break: break-word;
}

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

  .header__logo .signboard-d {
    justify-content: center;
    text-align: center;
  }
  .inscript-d__monogram {
    font-size: 32px;
  }
  .inscript-d__slogan {
    font-size: 1rem;
  }

  .col-6 .shop_item .img {
    height: 9rem;
  }

  .product-d button.interact-d_compare {
    display: none;
  }
}


.tabname-d {
  cursor: pointer;
}


form .coupon-d__button {
  margin-top: 0;
}

form .offer-d__button_tocart {
  margin-top: 0;
}


.ya-share2 ul li:before {
  display: none;
}

.product-d .offer-d {
  margin-bottom: 1rem;
}

._incart .offer-d__button_tocart {
  background-color: var(--color-green);
}


.nav_m_item svg {
  height: 1.5rem;
}


.shop_item .name {
  display: -webkit-box;
  height: calc(2em * 1.5);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}



.slidefill {
  position: relative;
}
.slidefill::after {
  display: block;
  padding-bottom: 24%;
  content: '';
}
.slidefill img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 2;
}
.slidefill .inner {
  position: absolute;
  top: 4rem;
  left: 0;
  color: var(--color-black);
  z-index: 3;
}
.slidefill .h_desc,
.slidefill .n_desc,
.slidefill .desc {
  text-shadow: 1px 1px rgba(0, 0, 0, .3);
}



.devoloper_tech{
	position: fixed;
	z-index: 999;
	bottom: 0px;
	width: 100%;
	min-width: 320px;
	max-height: 16px;
	padding: 0px 5px 2px 0px;
	font-size: 100%;
	letter-spacing: 1px;
	font: 12px/15px clear;
	color: #fff;
	background-color: #ff4a0b;
	text-align: center;
}
.devoloper_tech > a{
	color: #fff;
}
.devoloper_tech > a > span{
	white-space: nowrap;
}
.devoloper_tech ~ .devoloper_profiler {
	padding-bottom: 34px;
}
.privacy_policy ~ .devoloper_profiler {
	padding-bottom: 84px;
}
.devoloper_profiler,
.devoloper_profiling {
	font: 14px/20px ptsans, sans-serif;
	color: #2e2e2e;
}
.devoloper_profiler table,
.devoloper_profiling table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
.devoloper_profiler table caption,
.devoloper_profiling table caption,
.devoloper_profiler table tr th,
.devoloper_profiling table tr th,
.devoloper_profiler table tr td,
.devoloper_profiling table tr td {
	text-align: left;
	vertical-align: top;
	padding: 0 10px;
}
.devoloper_profiler table tr,
.devoloper_profiling table tr {
	border-color: transparent;
}
.devoloper_profiler table.devoloper_post pre {
	margin: 0px;
}
.devoloper_profiler .totalmemory,
.devoloper_profiler .totaltime {
	padding: 0 10px;
}



.privacy_policy {
    position: fixed;
    z-index: 998;
    bottom: 0px;
    width: 100%;
    min-width: 320px;
    /*max-height: 72px;*/
    padding: 10px 5px 12px 0px;
    font-size: 100%;
    letter-spacing: 1px;
    font: 12px/15px clear;
    color: #fff;
    background-color: #222;
    text-align: center;
}

.devoloper_tech ~ .privacy_policy {
    padding-bottom: 24px;
}

.privacy_policy .button {
    display: inline-block;
    vertical-align: middle;
    color: #FFF;
    border: 2px solid #FFF;
    font-size: 12px;
    padding: 3px 10px;
    font-weight: normal;
    margin: 0 0 0 10px;
    cursor: pointer;
}
