html {
    font-family: sans-serif;
    line-height: 1.2;
    -webkit-text-size-adjust: 100%;
	background: #fff;
}

::-webkit-scrollbar {
     width: 6px;
    height: 6px;
}
::-webkit-scrollbar:hover {
    width: 6px;
    height: 6px;
}


::-webkit-scrollbar-thumb {
    background-color: #bfbfbf;
    border-radius: 6px;
    background-clip: content-box;
}
::-webkit-scrollbar-track {
    background: transparent;
}



body {
		background-color:#fff;
color: #000000;
font-family: 'Harmonia Sans Pro Cyr',Arial,sans-serif;
font-size: 17px;
font-weight: 300;
line-height: 1.2;
		margin: 0;
padding: 0;
	}
	
*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	 outline: none;
    -webkit-tap-highlight-color: transparent; /* Для мобильных браузеров */
}	
body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Harmonia Sans Pro Cyr', sans-serif !important;
}
canvas, img, video {
height: auto;
    box-sizing: border-box;
}
/* Для большинства браузеров */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Для Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}
header {
  position: fixed;
  height: 60px;
  display: flex;
  align-content: center;
  align-items: center;
  background:
#fff;
  filter: drop-shadow(0px 0px 8px rgba(0.054901961237192154,0.12941177189350128,0.3607843220233917,0.20000000298023224));
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}
a {
	-webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  outline: none !important;
}
a:hover {
  color: #4E0B12 !important;
}

#openMenuBtn {
  cursor: pointer;
  margin-left: 46px;
}
.side-menu .menu {
  margin-top: 80px;
  position: relative;
}

/* Контейнер меню */
.side-menu {
  position: fixed;
  top: 0;
  left: -360px;
  width: 344px;
  height: 100%;
  background-color: #fff;
  overflow-y: auto;
  z-index: 15000;
  transition: left 0.4s ease;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
padding: 20px 58px 20px 0;
}

/* Затемнение фона */
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 14000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
}

/* Активное меню */
.side-menu.active {
  left: 0;
}
.menu-overlay.active {
  opacity: 1;
  cursor: pointer;
  visibility: visible;
}

/* Кнопка закрытия */
.menu-header {
  text-align: right;
}
#closeMenuBtn {
  font-size: 24px;
  border: none;
  background: transparent;
  cursor: pointer;
  position: absolute;
  right: 17px;
  top: 20px;
}
#closeMenuBtn svg {
  width: 23px;
  height: 23px;
}
.moduletable_menu .leftmenu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
.moduletable_menu .leftmenu ul li a {
color: #000000;
  text-align: right;
  vertical-align: text-top;
  font-size: 20px;
  line-height: 1.2;
  border-style: hidden;
  outline: none;
  width: 100%;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}

.moduletable_menu .leftmenu ul li a:hover, .moduletable_menu .leftmenu ul li.active a {
  color: #4E0B12;
}
.moduletable_menu .leftmenu ul li {
  margin-bottom: 25px;
  text-align: right;
  justify-content: right;
  justify-items: right;
  display: flex;
  text-align: right;
  align-content: center;
  align-items: center;
}
.moduletable_menu .leftmenu ul li h4 {
  margin: 0;
  padding: 0;
  text-align: right;
  	-webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  outline: none !important;
}
.moduletable_menu .leftmenu ul li.item-189 h4, .moduletable_menu .leftmenu ul li.item-190 h4, .moduletable_menu .leftmenu ul li.item-191 h4 {
  color: #d2a855;
  font-size: 20px;
  text-decoration: underline;
  border-style: hidden;
  outline: none;
  text-transform: lowercase;
}
.moduletable_menu .leftmenu ul li a:hover h4 {
  color: #4E0B12;
}

.moduletable_menu {
  position: relative;
  margin-top: 84px;
}
.moduletable_menu:first-child {
  margin: 0;
}
.side-menu .moduletable_menu::before {
  content: "";
  position: absolute;
  right: -49px;
  top: 0;
  width: 40px;
  height: 90px;
  background: url('/templates/alter2018/images/starmenu.svg');
  background-repeat: no-repeat;
}
.jshop_list_product .product .image {
  text-align: center;
  margin-bottom: 5px;
  cursor: pointer;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  padding-top: 98px;
  z-index: 1;
}
.jshop .image_block {
  width: 100%;
  position: relative;
  height: 315px;
  max-height: 315px;
  display: flex;
}
.jshop_img {
  opacity: 0;
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2; 
}
.jshop_img.loaded {
  opacity: 1;
}

.jshop_img.hidden {
    opacity: 0;
    z-index: 0;
}




#interact_alfea {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 11000;
  height: 252px;
  width: 200px;
}


#interact_alfea .status {
  font-size: 15px;
  position: absolute;
  right: 122px;
  bottom: 204px;
  max-width: 200px;
  background: #fff;
  padding: 10px 12px;
  z-index: 10;
  border-radius: 10px;
  text-align: center;
  filter: drop-shadow(0px 0px 8px rgba(0.054901961237192154,0.12941177189350128,0.3607843220233917,0.20000000298023224));
  opacity: 0;
  visibility: hidden;
  min-height: 38px;
   transition: opacity .25s ease;
white-space: wrap;
  white-space: normal;
  overflow-wrap: normal;
  word-break: normal;
  width: max-content;
  display: block;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: normal;
}
 #interact_alfea .status.active {
  opacity: 1;
  visibility: visible;
}

#interact_alfea .status::after {
  border-color: #fff;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  border-left: 0;
  border-bottom: 0;
  bottom: 10px;
  right: -4px;
  margin-top: -5px;
  background: #fff;
}
.interactimg {
  position: relative;
}

.interactimg > img {
width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
	 pointer-events: none;
	  user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.interactimg .sreg0q1 {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  bottom: -20px;
  left: 102px;
}
.interactimg .sreg0q1 .small {
  position: absolute;
  top: 0;
  left: -50%;
  width: 200%;
  height: 100%;
  pointer-events: none;
}
.interactimg .sreg0q1 .small {
  z-index: 2;
  background-size: 20rem 20rem;
  background-image: url(/templates/alter2018/html/mod_custom/25012026/falling-snow3.png);
  -webkit-animation: snow-sreg0q1 28s linear infinite;
  animation: snow-sreg0q1 28s linear infinite;
  opacity: 0.5;
}

.swapinteract {
  position: absolute;
  right: -48px;
  top: -40px;
  z-index: 0;
  width: 150px;
  height: auto;
  
}


.swapinteract img {
  position: absolute;
  inset: 0;
  width: 100%;
  object-fit: contain;
  opacity: 1;
 /* animation: fadeSwap 0.3s infinite; 
 transition: opacity 0.6s ease-in-out; */
  pointer-events: none;

  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
}

/* задержки для каждого изображения */

@keyframes fadeSwap {
  0%   { opacity: 0; }
  10%  { opacity: 1; }
  30%  { opacity: 1; }
  40%  { opacity: 0; }
  100% { opacity: 0; }
}


@-webkit-keyframes snow-sreg0q1 {
  0% {
    background-position-x:0;
    background-position-y:0
  }
  50% {
    background-position-y:40rem
  }
  to {
    background-position-x:40rem;
    background-position-y:80rem
  }
}
@keyframes snow-sreg0q1 {
  0% {
    background-position-x:0;
    background-position-y:0
  }
  50% {
    background-position-y:40rem
  }
  to {
    background-position-x:40rem;
    background-position-y:80rem
  }
}


@media (max-width:620px){ 
.swapinteract {
  position: absolute;
  right: -30px;
  top: -22px;
  z-index: 0;
  width: 90px;
  height: auto;
}
.interactimg .sreg0q1 {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100% !important;
  z-index: 0;
  bottom: 0;
  left: 65px;
}
.interactimg .sreg0q1 .small {
  background-size: 14rem 14rem;
}
  #interact_alfea {
    right: 10px;
    bottom: 0;
    width: 115px;
    height: 146px;
  }
  #interact_alfea .status {
  bottom: 114px;
  right: 74px;
}
.helpalfea {
  padding-bottom: 140px !important;
}
}





.social-login-links {
  display: flex;
  text-align: center;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  max-width: 534px;
  margin: 15px auto 25px;
  
  
}
.social-login-links > div:hover {
  transform: translateY(-4px);
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -o-transform: translateY(-4px);
}
.social-login-links > div.google {
  margin-left: 0;
}
.social-login-links > div.ok {
  margin-right: 0;
}
.social-login-links > div {
  margin: 0 auto;
    margin-left: auto;
  cursor: pointer;
  position: relative;
  padding: 6px;
  background: #fff;
  border-radius: 100%;
  align-items: center;
  display: flex;
width: 70px;
  height: 70px;
  text-align: center;
  transition: all .15s ease-out;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
}
.social-login-links > div svg {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  fill: #fff;
  padding-bottom: 0px;
  transition: all .15s ease-out;
  -webkit-transition: all .15s ease-out;
  -moz-transition: all .15s ease-out;
  -o-transition: all .15s ease-out;
  fill-rule: evenodd;
  clip-rule: evenodd;
  image-rendering: optimizeQuality;
  shape-rendering: geometricPrecision;
  pointer-events: none;
  max-width: 40px;
}

.sblock2 {
  background:
url('/templates/alter2018/images/bgproduct.webp');
    background-size: auto;
  width: 509px;
  background-size: 100% 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  justify-items: center;
}
.btn.btn-success.button_buy, .btnshowemailsave, .formblock-order-linkpovtor, .formblockuserdatasave, .promocodeactive, .buyclickcert, .submit-review-btn, .cart__send, .jshop.cartsshop.moduletablevolsheb.delivery.finishcarts .btn.btn-primary.button.donates, .btn.btn-success.button_bibor  {
  background:
url('/templates/alter2018/images/bgbtn.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 200px;
  height: 110px;
  display: flex;
  justify-content: center;
  justify-items: center;
  align-content: center;
  align-items: center;
  color: #4a2d0b;
  text-align: center;
  vertical-align: text-top;
  font-size: 20px;
  line-height: 1.2;
  border:
1px solid;
  text-decoration:
none;
  text-transform: uppercase;
  font-weight: bold;
  padding:
0 34px;
border:
none !important;
cursor: pointer;
 transition: transform 0.2s ease-in-out;
 animation: bronzeGlow 2s ease-in-out infinite;
  border-radius: 26px;
}

.loginblockbuttlog > div:hover, .btn.btn-success.button_buy:hover, .btnshowemailsave:hover, .formblock-order-linkpovtor:hover, .formblockuserdatasave:hover, .promocodeactive:hover, .buyclickcert:hover, .submit-review-btn:hover, .cart__send:hover, .jshop.cartsshop.moduletablevolsheb.delivery.finishcarts .btn.btn-primary.button.donates:hover, .btn.btn-success.button_bibor:hover  {
	 transform: scale(1.02);

}

.jshop.cartsshop.moduletablevolsheb.delivery.finishcarts .btn.btn-primary.button.donates {
  margin: 15px auto 45px;
  animation: 2s ease-in-out infinite bronzeGlow;
  border-radius: 26px;
  font-size: 18px;
}

.image_block > .jshop_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  transition: opacity 0.2s ease-in-out;
  min-height: auto;
  max-width: 390px;
  margin: 0 auto;
}

/* Исходная картинка — видима */
.image_block.active div:nth-child(1) {
  z-index: 1;
    pointer-events: none;
}
.image_block.active:hover div:nth-child(1) {
  opacity: 0;
}
/* Вторая картинка — скрыта */
.image_block.active div:nth-child(2) {
  z-index: 2;
  opacity: 0;
  pointer-events: none;
}

/* При наведении — показываем вторую */
.image_block.active:hover div:nth-child(2) {
  opacity: 1;
}
.block_product, .block_product .product {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
    z-index: 1;
}
.sblock2::before {
  background: rgba(255,255,255,0);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
    	-webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  outline: none !important;
  border-radius: 38px;
}
.sblock2:hover::before {
	  background: rgba(0,0,0,0.05);
}
.jshop .image_block {
  width: 100%;
  position: relative;
  height: 315px;
  max-height: 315px;
  display: flex;
  min-height: 315px;
}

.sblock2 .oiproduct {
  margin-top: 35px;
}
.sblock2 .name {
  color: #000000;
  font-size: 20px;
  line-height: 1.2;
  border-style:
hidden;
  outline:
none;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 40px;
}
.sblock2 .description {
  color: #4E0B12;
  vertical-align: text-top;
  font-size: 18px;
  line-height: 1.2;
  border-style:
hidden;
  outline:
none;
  text-transform: uppercase;
  padding:
0 40px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.sblock2 .bottom_buy {
  position: relative;
  margin:
auto auto 40px;
}
.jshop_price {
  color: #000000;
  font-size: 22px;
  line-height: 1.2;
  border-style:
hidden;
  outline:
none;
  font-weight: bold;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  justify-items: center;
  flex-wrap: wrap;
}

.block_product .product::before {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  background: url('/templates/alter2018/images/lineproduct.png');
  height: 9px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position:
center;
}
#comjshop_list_product .row-fluid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 0 175px;
  position: relative;
}

.container {
  position: relative;
  max-width: 1200px;
  margin:
0 auto;
z-index: 3;
width: 100%;
}

.jshop_price .blockprices {
  display: flex;
  text-transform: uppercase;
  justify-content: center;
  justify-items: center;
  width: 100%;
}
.jshop_price .nonalichie, .dopnedostupno {
  width: 100%;
  display: flex;
  justify-content: center;
  justify-items: center;
  font-size: 18px;
  font-weight: normal;
  color: #4E0B12;
}

.jshop_price .blockprices .actialprice.red {
  color: #4E0B12;
  padding-left: 15px;
}
.bottom_buy .buttons {
  margin-top: 20px;
}
.jshop_price.redprice span:nth-child(1)::before {
  content: "";
  position: absolute;
  width: 109%;
  height: 2px;
  background-color: #757575;
  transform: rotate(0deg);
  top: 11px;
  left: -2px;
}
.control-group.form-group.dopdannie span {
  text-transform: uppercase;
}
.jshop_price .blockprices span {
  position: relative;
}

.salebgall {
  position: absolute;
  right: 18px;
  top: 18px;
  width: 105px;
  height: 100%;
}
.salebg.client_sale b {
  font-weight: bold;
margin-bottom: -2px;
  font-size: 22px;
}
.salebg.client_sale span {
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 1;
}
.salebg.client_sale {
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
}
.salebg {
  position: relative;
  background: url('/templates/alter2018/images/bgskidka.png');
  background-size: contain;
  width: 105px;
  height: 103px;
  background-repeat: no-repeat;
  background-position: 0px 4px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  justify-items: center;
  color: #4a2d0b;
  font-size: 22px;
  line-height: 1.2;
  border-style: hidden;
  outline: none;
  font-weight: bold;
  z-index: 100;
  margin-bottom: 15px;

}

.prokrutka {
  margin-top: 5px;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 18px;
  color: #000;
}

.moduletablevolsheb.botban::after {
  content: "";
  position: absolute;
  left: 86px;
  top: 96px;
  width: 188px;
  background:
url('/templates/alter2018/images/leftstarshometop.png');
  height: 382px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position:
center;
}

.moduletablevolsheb.botban::before {
  content: "";
  position: absolute;
  right: 40px;
  top: 142px;
  width: 167px;
  background:
url('/templates/alter2018/images/rightstarshometop.png');
  height: 585px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position:
center;
}
.moduletablevolsheb.botban {
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
}
.moduletablevolsheb.botban h2 {
  color: #000000;
  font-size: 32px;
  line-height: 1.2;
  border-style:
hidden;
  outline:
none;
}
.moduletablevolsheb.botban p {
  color: #51504e;
  font-size: 24px;
  line-height: 1.2;
  border-style:
hidden;
  outline:
none;
  margin:
0 auto;
  padding:
0;
  max-width: 540px;
  font-weight: bold;
}
.moduletablevolshebstb img {
  max-width: 458px;
  margin-left: -35px;
}
.moduletablevolshebstb {
  position: relative;
  width: 100%;
  background-color: #4E0B12;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  justify-items: center;
  padding:
35px 0;
}

.moduletablefonhomelog {
  position: relative;
  display: flex;
  width: 100%;
  height: 670px;
  overflow: hidden;
  justify-content: center;
  justify-items: center;
  background-color: #fff;

  background-size: auto 100%;
  background-position:
center;
  background-repeat: no-repeat;
}
main {
  display: block;
  position: relative;
  padding-top: 60px;
}
.moduletablefonhomelog p {
  margin:
0;
  padding:
0;
}
.moduletablefonhomelog img {
  max-width: 122px;
  margin-top: 35px;
  position: relative;
}

.lazy-bg {
  min-height: 670px; /* нужно для видимой высоты */
 background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  display: flex;
    opacity: 0;
  transition: opacity 0.2s ease-in-out;
  
}

.lazy-bg.bg-loaded {
  opacity: 1;
}

#comjshop_list_product {
  display: grid;
  gap:
50px;
  position: relative;
}


.slider {
  overflow: hidden;
  position: relative;
    width: 100%;
  height: 600px;
    border-radius: 30px;
}
.slides-wrapper {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
    gap: 42px;
}
.moduletableotzivi .slide {
  width: 100%;
}

.slide {
 flex-shrink: 0;
  flex-basis: 100%;
  opacity: 1;
  transition: opacity 0.5s ease;
}
.slider img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: auto;
}

/* РЕЖИМ FADE — если visible=1 */
.slider.fade-mode .slides-wrapper {
  display: block;
  position: relative;
}
.slider.fade-mode .slide {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 0;
}
.slider.fade-mode .slide.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}


.slidertopline {
  height: 27px;
  background-repeat: no-repeat !important;
  background-position:
center center !important;
  background-size: auto 100% !important;
  margin-top: 104px;
  margin-bottom: 50px;
}
.sliderbotline {
  height: 27px;
  background-repeat: no-repeat !important;
  background-position:
center center !important;
  background-size: auto 100% !important;
  margin-bottom: 104px;
  margin-top: 50px;
}
.slide a {
  display: flex;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.slide video {
  object-fit: cover;
  width: 100%;
  height: auto;
}
.modvideos, .modimgs  {
  position: relative;
}
.modvideos::after {
  content: "";
  position: absolute;
  left: 48px;
  top: 96px;
  width: 218px;
  background:
url('/templates/alter2018/images/videoleftgr.png');
  height: 366px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position:
center;
}
.jshop_price.redprice .old_price {
  color: #757575;
}
.modvideos::before {
  content: "";
  position: absolute;
  right: 87px;
  top: 200px;
  width: 216px;
  background:
url('/templates/alter2018/images/videorightgr.png');
  height: 333px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position:
center;
}

.moduletableotzivi .slide a {
  flex-wrap: wrap;
  justify-content: center;
  justify-items: center;
  align-content: flex-start;
  align-items: flex-start;
  text-decoration:
none !important;
}

.moduletableotzivi .slide a .bgomhname, .leftmenu a h4{
  	-webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  outline: none !important;
}
.moduletableotzivi .slide a:hover .bgomhname, .leftmenu a:hover h4{
color: #4E0B12 !important
}
.bgomh {
  width: 100%;
  height: 352px;
  border:
4px solid #FFF0C2;
  overflow:
hidden;
  border-radius:
30px;
}
.slider .bgomh img {
  height: 100%;
  object-position: left;
}
.bgomhname {
display: flex;
  align-content: flex-start;
  justify-content: center;
  justify-items: center;
  text-align: center;
  color: #d3a54f;
  font-size: 18px;
  line-height: 1.2;
  outline:
none;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration:
none !important;
  border:
none !important;
  padding-top: 30px;
  position: relative;
  align-items: flex-start;
}
.containertext {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 86px;
}
.containertext h2 {
  margin:
0;
  padding:
0;
  width: 100%;
  color: #000000;
  font-size: 20px;
  line-height: 1.2;
  border-style:
hidden;
  outline:
none;
  text-align: center;
}
.containertext p {
  margin:
0;
  padding:
0;
    padding-top: 0px;
  width: 100%;
  text-align: center;
  color: #4E0B12;
  vertical-align: text-top;
  font-size: 16px;
  line-height: 1.2;
  border-style:
hidden;
  outline:
none;
  padding-top: 12px;
  font-weight: bold;
}

.modotzivi {
  position: relative;
}

.modotzivi::after {
  content: "";
  position: absolute;
  left: 112px;
  top: 195px;
  width: 182px;
  background:
url('/templates/alter2018/images/otzivleft.png');
  height: 508px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position:
center;
}
.modotzivi::before {
content: "";
  position: absolute;
  right: 132px;
  top: 270px;
  width: 90px;
  background:
url('/templates/alter2018/images/otzivright.png');
  height: 275px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position:
center;
}

.modotzivi .slider {
  height: auto;
}
.moduletablefoottext {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.moduletablefoottext p {
  width: 100%;
  margin: 0;
  padding: 0;
}
.moduletablefoottext p strong {
  color: #000000;
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
  border-style: hidden;
  outline: none;
  font-weight: bold;
}
.moduletablefoottext p img {
  width: 122px;
  margin-top: 36px;
  margin-bottom: 30px;
}
.moduletablefoottext table {
  width: 100%;
}
.moduletablefoottext table td, .moduletablefoottext table td a  {
  color: #d3a54f;
  text-align: left;
  vertical-align: text-top;
  font-size: 18px;
  line-height: 1.2;
  border-style: hidden;
  outline: none;
  text-decoration: none;
  font-weight: bold;
}
.moduletablefoottext table td:last-child {
  text-align: right;
}
.footer {
  position: relative;
  margin-top: 70px;
}
.moduletablefootmenu {
  display: flex;
  width: 100%;
  margin-top: 36px;
}
.moduletablefootmenu .leftmenu {
  width: 100%;
}
.moduletablefootmenu ul {
  width: 100%;
  display: flex;
  margin: 0;
  padding: 0;
  gap: 35px;
  justify-content: center;
  justify-items: center;
}
.moduletablefootmenu ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  width: auto;
}
.moduletablefootmenu ul li a {
  color: #000000;
  text-align: left;
  font-size: 20px;
  line-height: 1.2;
  border-style: hidden;
  outline: none;
  text-decoration: none;
  font-weight: normal;
}
.moduletablefootmenu ul li a h4 {
  margin: 0;
  padding: 0;
  color: #000000;
  text-align: left;
  font-size: 20px;
  line-height: 1.2;
  border-style: hidden;
  outline: none;
  text-decoration: none;
  font-weight: normal;
}
.moduletablefootbottom p {
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
}
.moduletablefootbottom a {
  color: #000000;
  font-size: 20px;
  border-style: hidden;
  outline: none;
  line-height: 1.2;
  text-decoration: none;
  font-weight: normal;
}
#loginput label {
  max-width: 475px;
  display: block;
  text-align: left;
  margin: 0 auto 10px;
  font-size: 20px;
}
.moduletablefootbottom a img {
  width: 70px;
  margin-bottom: 12px;
}
.moduletablefootbottom {
  position: relative;
  display: block;
  margin-top: 32px;
  margin-bottom: 46px;
}
.moduletablemenupol p {
  padding: 0;
  margin: 0;
}
.moduletablemenupol p a {
  color: #a67029;
  vertical-align: text-top;
  font-size: 18px;
  line-height: 1.2;
  border-style: hidden;
  outline: none;
  margin-bottom: 12px;
  text-decoration: none;
  font-weight: bold;
  display: block;
}
.moduletablemenupol p:last-child a {
  margin-top: 32px;
  margin-bottom: 0;
}

.moduletablefootbottom .sliderbotline {
  margin-bottom: 47px;
  margin-top: 40px;
}
.privatcopy {
  color: #000000;
  text-align: center;
  vertical-align: text-top;
  font-size: 20px;
  line-height: 1.2;
  border-style: hidden;
  outline: none;
  font-weight: bold;
  margin-top: 45px;
  margin-bottom: 50px;
}
.privatcopy a{
  color: #000000;
  text-align: center;
  vertical-align: text-top;
  font-size: 20px;
  line-height: 1.2;
  border-style: hidden;
  outline: none;
  font-weight: bold;
}


.row-fluid.dopstars::after {
  content: "";
  position: absolute;
  left: -280px;
  top: 140px;
  width: 175px;
  background: url('/templates/alter2018/images/bgleftproduct.png');
  height: 868px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.row-fluid.dopstars::before {
  content: "";
  position: absolute;
  right: -270px;
  top: 430px;
  width: 163px;
  background: url('/templates/alter2018/images/bgrightproduct.png');
  height: 368px;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.row-fluid.dopstars:last-child::before, .row-fluid.dopstars:last-child::after {
  content: none;
}
.modotzivi .slidertopline {
  margin-bottom: 76px;
  margin-top: 170px;
}
.bottom_buy .buttons .image.ExtQv {
margin: 0 !important;
  padding: 0 !important;
}
#closeMenuBtn svg {
  width: 23px;
  height: 23px;
}

.notic-message {
  font-weight: bold;
}
.notic-buttons {
display: flex;
  width: 100%;
  position: relative;
  flex-wrap: wrap;
}

.notic-buttons .regmessageblock {
  background: url('/templates/alter2018/images/bgbtn.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 200px;
  height: 110px;
  display: flex;
  justify-content: center;
  justify-items: center;
  align-content: center;
  align-items: center;
  color: #4a2d0b;
  text-align: center;
  vertical-align: text-top;
  font-size: 18px;
  line-height: 1.2;
  border: 1px solid;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 34px;
  border: none !important;
  cursor: pointer;
  transition: transform 0.2s ease-in-out, box-shadow 0.4s ease-in-out;
  position: relative;
  z-index: 1;
  border-radius: 25px;
  animation: bronzeGlow 2s ease-in-out infinite;
  margin: 15px auto 20px;
}
.notic-buttons .regmessageblock:hover {
  transform: scale(1.02);
}
.noregmessageblock {
  border: none;
  font-size: 18px;
  cursor: pointer;
  border: none;
  outline: none !important;
  background: transparent;
  text-decoration: underline;
  font-family: 'Harmonia Sans Pro Cyr', sans-serif !important;
  width: 100%;
  color: #000;
}
#modalContent {
  position: absolute !important;
  margin: 20px auto;
  left: 50%;
  z-index: 6666;
  padding: 40px 20px !important;
  background: #FFF;
  max-width: 1240px !important;
  transform: translate(-50%, 0);
  width: 100%;
  top: 0;
  height: calc(100vh - 40px) !important;
  overflow-y: auto;
}

.noscroll {
  overflow: hidden;
}
.quick_right h1 {
  line-height: 1.35;
  margin: 0;
    margin-bottom: 0px;
  padding: 0;
  font-weight: 700;
  text-transform: uppercase;
  color: #000000;
  text-align: left;
  font-size: 36px;
  border-style: hidden;
  outline: none;
}
.blockprices {
  display: flex;
  width: 100%;
}
.quick_right .old_price, .quick_right .actialprice {
  color: #000000;
  font-size: 28px;
  line-height: 1.2;
  font-weight: bold;
}
.quick_right .blockprices.redprice span:nth-child(1)::before {
  content: "";
  position: absolute;
  width: 110%;
  height: 3px;
  background-color: #4E0B12;
  top: 16px;
  left: -4px;
}
.quick_right .blockprices span {
  position: relative;
}
.quick_right .blockprices .actialprice.red {
  color: #4E0B12;
  padding-left: 20px;
}
.buttons-quick {
  margin-top: 35px;
}
.quick_prod_description {
  line-height: 1.55;
  font-weight: 300;
  color: #000000;
  text-align: left;
  vertical-align: text-top;
  font-size: 20px;
  border-style: hidden;
  outline: none;
  margin-top: 78px;
}

#quick-view .description {
  color: #4E0B12;
  vertical-align: text-top;
  font-size: 18px;
  line-height: 1.2;
  border-style: hidden;
  outline: none;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 30px;
}


#quick-view {
  display: flex;
}

.product-slider a {
  border: none;
  background: transparent !important;
  height: auto;
}
.product-slider {
  width: 100%;
  display: table;
  min-width: 100%;
}
#quick-view .quick_image {
  width: calc(50% - 40px);
  margin-right: 40px;
  min-width: calc(50% - 40px);
  position: relative;
}
#quick-view .quick_image .salebgall {
  top: 0;
  right: 0;
  height: auto;
}
.selectors {
  text-align: center;
  display: table-footer-group;
}
.product-slider .selectors a {
  margin-top: 10px;
}
.product-slider .mz-thumb {
  min-width: 70px;
    padding-bottom: 5px;
}
.selectors .mz-thumb img {
  max-width: 100px !important;
  max-height: 70px !important;
  min-height: 70px !important;
  min-width: 100px !important;
  padding: 5px;
}
.product-slider  .mz-thumb.mz-thumb-selected, .product-slider  .mz-thumb:not(.mz-thumb-selected):hover {
  border-bottom: 1px solid rgba(0,0,0,.15) !important;

}
.product-slider  .mz-thumb.mz-thumb-selected img {
  border-bottom-color: transparent !important;
}
.product-slider  .mz-thumb:not(.mz-thumb-selected):hover img {
  border-bottom-color: transparent !important;
}
#MagicZoomMain {
  display: flex;
  justify-content: center;
  padding: 0 0 30px;
 min-height: 530px !important;
  max-height: 530px !important;
}
.mz-expand-stage .mz-figure img {
  max-height: 70vh !important;
  height: auto !important;
  object-fit: contain;
}
.mz-expand-thumbnails .magic-thumb.magic-thumb-selected img, .mz-expand-thumbnails .magic-thumb:not(.magic-thumb-selected):hover img {
  border-bottom-color: transparent !important;
}

.mz-expand-thumbnails .magic-thumb.magic-thumb-selected, .mz-expand-thumbnails .magic-thumb:not(.magic-thumb-selected):hover {
  border-bottom: 1px solid rgba(0,0,0,.15) !important;

}
.mz-expand-thumbnails .magic-thumb, .product-slider .mz-thumb  {
	 border-bottom: 1px solid transparent !important;
	 min-width: 70px;
}
BODY#default DIV#modalOverlay DIV#modalContent DIV DIV#quick-view DIV DIV DIV A#MagicZoomMain > .mz-figure > img {
  max-height: 500px !important;
  max-width: 400px !important;
}
figure.mz-figure {
  align-content: center;
  align-items: center;
}
.search_window_cnt .image_block > .jshop_img {
  max-width: 210px;
}
.mz-expand-thumbnails .magic-thumb img, .product-slider .mz-thumb img {
  object-fit: contain;
  width: 100% !important;
  height: 100%;
}

.jc-qt-product svg {
  width: 24px;
  height: 24px;
}
.jc-total-qtq {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.counteds {
  position: absolute;
  background: #C1A670;
  border-radius: 100%;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-style: hidden;
  outline: none;
  width: 20px;
  height: 20px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  justify-items: center;
  top: -6px;
  right: -10px;
}
.jc-qt-product {
  position: relative;
  display: flex;
}
.jc-img-cart {
  position: relative;
  z-index: 10;
}

.jc-img-cart:hover .jc-total-qtq {
  opacity: 1;
  visibility: visible;
}
.jc-total-qtq {
  position: absolute;
  transform: translateX(0%) translateY(-50%);
  -webkit-transform: translateX(0%) translateY(-50%);
  -moz-transform: translateX(0%) translateY(-50%);
  -o-transform: translateX(0%) translateY(-50%);
  top: 50%;
  right: 130%;
  white-space: nowrap;
  background: #4E0B12;
  color: #fff;
  font-size: 15px;
  box-sizing: border-box;
  padding: 9px 13px;
  border-radius: 3px;
  transition: opacity 0.3s linear;
  opacity: 0;
   visibility: hidden;
  pointer-events: none;
  line-height: 1.35;
  font-weight: 600;
}
.moduletablecartproduct {

  position: relative;
}
.jc-total-qtq::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: solid transparent;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-color: transparent;
  border-left-width: medium;
  border-width: 10px;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  border-left-color: #4E0B12;
}
.moduletablephonetop {
  margin-right: 46px;
  position: relative;
  margin-left: 30px;
}
.moduletablephonetop a {
  color: #000000;
  text-align: left;
  vertical-align: text-top;
  border-style: hidden;
  outline: none;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.2;
}
.usercabinet {
  position: relative;
  margin: 0 20px;
  cursor: pointer;
}
.usercabinet svg {
	 width: 24px;
  height: 24px;
}
.usersearch svg {
  width: 27px;
  height: 27px;
}
.usersearch {
  position: relative;
  margin-left: auto;
}
.usersearch a {
  cursor: pointer;
}

header .search_cnt {
  padding: 0 56px 0 46px;
  display: none;
  margin-left: 30px;
  position: fixed;
  flex-wrap: wrap;
  width: calc(100% - 342px);
  background-color: #fff;
  align-items: center;
  right: 40px;
  top: 0;
  height: 60px;
  align-items: center;
  align-content: center;
  z-index: 1;
  left: 40px;
    visibility: hidden;
  opacity: 0;
    	-webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.search_row_cnt {
  position: relative;
  flex: 1;
  color: #000;
}
.search_row_cnt .search_field {
  width: 100%;
  color: #000;
  font-weight: 400;
  font-style: normal;
  padding: 10px 20px;
  border: none;
  flex: 1;
  border: 2px solid #C1A670;
  border-radius: 5px 0 0 5px;
  font-family: 'Harmonia Sans Pro Cyr',Arial,sans-serif;
  outline: none !important;
  font-size: 15px;
  line-height: 1.2;
  border-right: none !important;
}
.search_btn {
  position: relative;
  cursor: pointer;
  width: 42px;
  height: 42px;
  border: none;
  appearance: none;
  border-radius: 0;
  -webkit-appearance: none;
  background: #C1A670;
  -moz-appearance: none;
  border-radius: 0 5px 5px 0;
  	-webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  outline: none !important;
}
.search_btn:hover {
  background: #4E0B12;
}
.search_close {
  position: absolute;
  right: 7px;
  top: 50%;
  height: 30px;
  width: 30px;
  cursor: pointer;
  padding: 5px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  justify-items: center;
  transform: translateY(-50%);
}
.search_window_cnt {
width: 100%;
  position: absolute;
  top: 51px;
  margin: auto;
  left: 45px;
  max-width: calc(100% - 100px);
  box-shadow: 0px 15px 9px -20px rgba(0, 0, 0, 0.15);
  background: #fff;
  min-height: 100px;
  display: block;
  padding: 20px;
  max-height: calc(100vh - 51px);
  overflow-y: auto;
  border-radius: 5px;
  visibility: hidden;
  overflow-x: hidden;
  opacity: 0;
    	-webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.search_row_cnt .search_field::placeholder {
  opacity: 0.5;
  color: #000;
  font-family: 'Harmonia Sans Pro Cyr',Arial,sans-serif;
}
.search-empty {
  font-size: 15px;
  line-height: 1.2;
  width: 100%;
  height: auto;
  align-content: center;
  align-items: center;
  display: flex;
  justify-content: center;
  justify-items: center;
  min-height: calc(100% - 40px);
  position: absolute;
}

.parallax-container {
  overflow: hidden;
  height: 670px;
  position: relative;
  overflow: hidden;
  width: 100vw;        /* Вся ширина окна */
  left: 50%;           /* Центруем */
  right: 50%;
  margin-left: -50vw;  /* Выходим из ограничивающего контейнера */
  margin-right: -50vw;
}

.parallax-content {
  position: absolute;
  top: 0;
  left: 50%;
  width: 150%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateX(calc(-50% + var(--shift, 0px)));
  transition: transform 0.1s linear;
  z-index: 1;
}
.moduletablefonhomelog .container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  z-index: 4;
}

.alfea {
  position: absolute;
  left: calc(50% + 25px);
  transform: translate(-50%);
  bottom: 0;
  z-index: 1;
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 100%;
  max-height: 540px !important;
  min-height: 540px;
  z-index: 3;
}

.search_window_cnt #comjshop_list_product .row-fluid {
  grid-template-columns: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.search_window_cnt #comjshop_list_product .sblock2 {
  width: 269px;
}
@-moz-document url-prefix() {
  .search_window_cnt #comjshop_list_product .sblock2 {
    width: 271px;
  }
}
.search_window_cnt #comjshop_list_product .block_product .product::before {
top: 26px;
  width: 100%;
  height: 5px;
}
.search_window_cnt #comjshop_list_product .product .image {
  padding-top: 46px;
  z-index: 1;
}
.search_window_cnt #comjshop_list_product .image_block {
  height: 150px;
  max-height: 150px;
  min-height: 150px;
}
.search_window_cnt #comjshop_list_product .sblock2 .oiproduct {
  margin-top: 20px;
}
.search_window_cnt #comjshop_list_product .sblock2 .name {
  font-size: 15px;
  padding: 0 20px;
}
.search_window_cnt #comjshop_list_product .sblock2 .description {
  font-size: 15px;
  padding: 0 20px;
  margin-top: 5px;
}
.search_window_cnt #comjshop_list_product .sblock2 .bottom_buy {
  margin: auto auto 25px;
}
.search_window_cnt #comjshop_list_product .jshop_price {
  font-size: 18px;
}
.search_window_cnt #comjshop_list_product .bottom_buy .buttons {
  margin-top: 8px;
}
.search_window_cnt #comjshop_list_product .btn.btn-success.button_buy, .search_window_cnt #comjshop_list_product .btnshowemailsave {
  width: 166px;
  height: 91px;
  font-size: 15px;
}
.search_window_cnt #comjshop_list_product .prokrutka {
  font-size: 15px;
}
.search_window_cnt #comjshop_list_product .salebgall {
  width: 65px;
  top: 5px;
  right: 10px;
}
.search_window_cnt #comjshop_list_product .salebg {
  width: 65px;
  height: 66px;
  font-size: 15px;
  margin-bottom: 2px;
  font-size: 14px;
}
.search_window_cnt #comjshop_list_product .salebg b {
  font-size: 14px;
}
.search_window_cnt #comjshop_list_product .salebg span {
  font-size: 11px;
}
.modal {
  position: fixed;
  top: 0; left: 0; width: 100%; height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  overflow-y: auto;
  flex-wrap: wrap;
}
.modal-content {
  background: rgba(255,255,255,0.5);
  width: 100%;
padding: 55px 25px;
  border-radius: 50px;
  position: relative;
  max-height: calc(100vh - 40px);
  height: auto;
  max-width: 1200px;
  min-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  backdrop-filter: blur(8px);
  z-index: 5;
}
.modal-close, .close-orderblock {
  position: absolute;
  top: 10px; right: 15px;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
}
.modal::after {
content: "";
  background-image: url("/images/new/bg1.webp");
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  border-radius: 0;
  z-index: -1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  cursor: pointer;

}
#loginblock {
  display: flex;
  flex-wrap: wrap;
}
#regblock {
  display: none;
  flex-wrap: wrap;
}
#loginblock h2, #regblock h2 {
  width: 100%;
  text-align: center;
  margin: 0 0 18px;
  padding: 0;
  color: #000000;
  vertical-align: text-top;
  font-size: 32px;
  border-style: hidden;
  outline: none;
  line-height: 1;
}
#loginblock p, #regblock p {
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: center;
  color: #51504e;
  text-align: center;
  font-size: 24px;
  line-height: auto;
  border-style: hidden;
  outline: none;
  margin-bottom: 30px;
  line-height: 1;
}
#loginput {
  width: 100%;
}
#loginblock input, #regblock input {
  background-color: #ffffff;
  height: 73px;
  width: 100%;
  border-radius: 30px;
  border: 3px solid #886135;
  padding: 22px 25px;
  display: block;
  position: relative;
  margin: 0 auto;
  outline: none !important;
  color: #000;
  font-size: 24px;
  font-family: 'Harmonia Sans Pro Cyr',Arial,sans-serif;
  max-width: 534px;
 margin-bottom: 24px;
}

.loginblockbuttlog {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  justify-items: center;
  flex-wrap: wrap;
}
.privacybl {
  width: 100%;
  max-width: 100%;
  margin: -16px auto 16px;
  font-size: 14px;
}

.privacybl span {
  max-width: 300px;
  display: block;
  margin: 0 auto;
}
.privacybl span a {
	color: #000;
}
.loginblockbuttlog > div {
  background: url('/templates/alter2018/images/bgbtn.png');
    background-repeat: repeat;
    background-size: auto;
  background-repeat: repeat;
  background-size: auto;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 200px;
  height: 110px;
  display: flex;
  justify-content: center;
  justify-items: center;
  align-content: center;
  align-items: center;
  color: #4a2d0b;
  text-align: center;
  vertical-align: text-top;
  font-size: 20px;
  line-height: 1.2;
  border: 1px solid;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 34px;
  border: none !important;
  cursor: pointer;
  margin-bottom: 30px;
    transition: transform 0.2s ease-in-out, box-shadow 0.4s ease-in-out;
	  position: relative;
  z-index: 1;
  border-radius: 25px;
    animation: bronzeGlow 2s ease-in-out infinite;
}
.quick_right .btn.btn-success.button_buy, .quick_right .btnshowemailsave {
  animation: bronzeGlow 2s ease-in-out infinite;
  border-radius: 26px;
}

.fixblockmenu {
  position: relative;
  width: 100%;
  left: 0;
  z-index: 100;
  display: none;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 20px;
  margin-top: 10px;
  margin-bottom: 0;
}

.header_cabinet_name_mobile {
  color: #691824;
  font-size: 16px;
  outline: none;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
    display: none;
}
.formblock-content-history.userdata .header_cabinet_name_mobile {
  margin-top: 0;
}
.formblock-content-history.userdatabonus .header_cabinet_name_mobile, .formblock-content-history.userdataotziv .header_cabinet_name_mobile {
  margin-top: 0;
  margin-bottom: 20px;
}
.fixblockmenuitem.active span {
  color: #4E0B12;
}
.fixblockmenuitem.active svg {
  fill: #4E0B12;
}
.fixblockmenuitem:nth-child(4).active svg, .fixblockmenuitem:nth-child(5).active svg {
  fill: none;
}
.fixblockmenuitem:nth-child(4).active svg path:nth-child(1), .fixblockmenuitem:nth-child(4).active svg path:nth-child(3), .fixblockmenuitem:nth-child(5).active svg path:nth-child(1), .fixblockmenuitem:nth-child(6).active svg {
  stroke: #4E0B12;
  fill: none;
}
.fixblockmenuitem:nth-child(4).active svg path:nth-child(2) {
  fill: #4E0B12;
}

.fixblockmenu svg {
  max-width: 22px;
  width: 100%;
  display: block;
  margin: 0 auto;
  height: 22px;
  min-width: 22px;
  min-height: 22px;
  margin-bottom: 5px;
}
.fixblockmenuitem {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  justify-items: center;
  position: relative;
  cursor: pointer;
  align-content: center;
  align-items: center;
  text-decoration: none !important;
  height: 32px;
  width: 100%;
  filter: drop-shadow(0px 4px 4px rgba(0,0,0,0.25));
  border-radius: 5px;
  color: #000000;
  font-size: 13px;
  line-height: auto;
  border-style: hidden;
  outline: none;
  background: #BC8F35;
  background: linear-gradient(90deg,rgb(188, 143, 53) 4%, rgb(255, 229, 173) 26%, rgb(211, 165, 79) 52%, rgb(255, 229, 173) 80%, rgb(193, 166, 112) 97%);
}
.fixblockmenuitem span {
width: 100%;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  white-space: nowrap;
}



.notic {
  position: fixed;
  font-size: 24px;
  display: none;
  align-content: center;
  align-items: center;
  justify-content: center;
  justify-items: center;
  text-align: center;
  opacity: 0;
  transition: opacity 0.5s ease;
  background: rgba(255,255,255,0.8);
  width: 100%;
  padding: 55px 25px;
  border-radius: 0;
  max-height: 100%;
  height: 100%;
  max-width: 100%;
  min-height: 100%;
  overflow: hidden;
  backdrop-filter: blur(8px);
  left: 0;
  top: 0;
  z-index: 10000;
}
.notic.show {
  display: flex;
  opacity: 1;
}



@keyframes bronzeGlow {
  0% {
    box-shadow:
      0 0 5px #d2b89733,
      0 0 10px #c7ab8844,
      0 0 15px #b59a7744;
  }
  50% {
    box-shadow:
      0 0 10px #c7ab88aa,
      0 0 20px #b39775aa,
      0 0 35px #5f4226aa;
  }
  100% {
    box-shadow:
      0 0 5px #d2b89733,
      0 0 10px #c7ab8844,
      0 0 15px #b59a7744;
  }
}

#loginblock p.doptextreg, #regblock p.doptextreg {
  color: #4E0B12;
  text-align: center;
  vertical-align: text-top;
  font-size: 24px;
  border-style: hidden;
  outline: none;
  margin-bottom: 0;
}

#showRegLink, #showLoginLink {
  text-decoration: underline;
  cursor: pointer;
}

.regblockform {
  max-width: 712px;
  display: grid;
  flex-wrap: wrap;
  margin: 0 auto;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 20px;
}
.regblockform input {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.regblockform label {
  color: #51504e;
  vertical-align: text-top;
  font-size: 24px;
  border-style: hidden;
  outline: none;
  padding-left: 25px;
  margin-bottom: 8px;
  display: block;
}

#otherCountryToggle {
  position: relative;
  line-height: 1;
  font-size: 16px;
  cursor: pointer;
  padding-right: 25px;
  margin-top: -15px;
  margin-bottom: 30px;
  text-align: left;
  color: #51504e;
  text-decoration: underline;
  margin-left: auto;
  max-width: 100%;
  float: right;
}

.usercabinetpanel {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  pointer-events: none;
  position: fixed;
  top: 44px;
  right: 16px;
  background: #fff;
  cursor: auto;
  padding: 54px;
  box-shadow: 0px 15px 9px -20px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
.usercabinetpanel.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.usercabinetpanelclose {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
}
.usercabinetpanel a {
  color: #000000;
  text-align: left;
  vertical-align: text-top;
  border-style: hidden;
  outline: none;
  text-decoration: none;
  display: block;
  cursor: pointer;
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
margin-bottom: 37px;
}
.usercabinetpanel a:last-child {
  margin-bottom: 0;
}


.dop_slider_wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  gap: 10px;
  box-sizing: border-box;
  width: 500px;
  margin-left: -20px;
  margin-bottom: 30px;
}

.dop_prod_slider_container {
  overflow: hidden;
  flex: 1;
  max-width: 100%;
}

.dop_prod_slider {
  display: flex;
  transition: transform 0.3s ease;
  gap: 10px;
}
.dop_prod_con img {
  width: 100%;
  height: auto;
  max-height: 65px;
  object-fit: contain;
  margin-bottom: 5px;
}

.dop_prod_con {
  flex: 0 0 calc(25% - 7.5px); /* 4 блока по ширине с учётом gap */
  background: #f0f0f0;
  padding: 10px;
  text-align: center;
  border-radius: 6px;
  box-sizing: border-box;
  cursor: pointer;
}

.dop_prod_con img {
  width: 100%;
  height: auto;
  max-height: 100px;
  object-fit: contain;
}

.slider_arrow {
  background: none;
  border: none;
  font-size: 32px;
  cursor: pointer;
  user-select: none;
  z-index: 1;
  padding: 0;
  opacity: 0.7;
}

.slider_arrow[disabled] {
  opacity: 0;
  cursor: default;
}
.quick_right {
  width: 100%;
}


.usercabinetpanel::before {
content: "";
  position: absolute;
  left: 8px;
  top: 57px;
  width: 40px;
  height: 90px;
  background: url('/templates/alter2018/images/starmenu.svg');
    background-repeat: repeat;
  background-repeat: repeat;
  background-repeat: no-repeat;
}
.modal-content.cabinet {
padding: 70px 50px;
  overflow: hidden;
  min-height: calc(100vh - 40px);
  max-height: none;
  margin-top: 20px;
  margin-bottom: 20px;
}
.modal-content.cabinet .header_cabinet, .orderblockshow .header_cabinet {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  justify-items: right;
  margin-bottom: 50px;
  width: 100%;
}
.modal-content.cabinet .header_cabinet h2, .orderblockshow .header_cabinet h2{
  margin: 0 0 20px 0;
  padding: 0;
  width: 100%;
  text-align: right;
  color: #000000;
  font-size: 32px;
  outline: none;
  line-height: 1;
  font-weight: bold;
}
.modal.show .orderblockshow {
  opacity: 1;
}

.modal-content.cabinet .header_cabinet .header_cabinet_name, .orderblockshow .header_cabinet_name {
  color: #4E0B12;
  vertical-align: text-top;
  font-size: 26px;
  line-height: 1;
  border-style: hidden;
  outline: none;
}
.block_cabinet {
  display: flex;
  width: 100%;
  position: relative;
}

.block_cabinet .block_cabinet_left {
  width: 100%;
  max-width: 315px;
  margin-right: 70px;
  position: absolute;
  left: 0;
  top: 130px;
  z-index: 10;
}
.block_cabinet .block_cabinet_right {
width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-left: 385px;

  height: auto;
  min-height: 502px;
  align-content: flex-start;
  align-items: flex-start;
}
.block_cabinet .block_cabinet_left .block_cabinet_left_link.active {
  color: #4E0B12 !important;
}

.block_cabinet .block_cabinet_left .block_cabinet_left_link {
  position: relative;
  width: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: right;
  justify-items: right;
  color: #000000;
  vertical-align: text-top;
  font-size: 28px;
  line-height: 1;
  border-style: hidden;
  outline: none;
  font-weight: bold;
  margin-bottom: 30px;
  cursor: pointer;
}
.block_cabinet .block_cabinet_left .block_cabinet_left_link:last-child {
  margin-bottom: 0;
  text-decoration: none;
}
.topheadr {
    margin-bottom: auto;
}
.formblock-content-history {
  min-height: 374px;
  background: #fff;
  height: auto;
  width: 100%;
  border-radius: 30px;
  border: 3px solid #886135;
align-items: flex-start;
    align-content: flex-start;
	display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.formblock-content-history.nootder {
  align-content: center;
  align-items: center;
  justify-content: center;
  justify-items: center;
  font-size: 16px;
}

.formblock-content-history-top {
  display: flex;
  width: 100%;
  padding: 16px 30px 10px;
}
.formblock-content-history.userdatabonus .formblock-content-history-top {
  padding: 10px 30px;
}
.formblock-content-history-top > div {
  width: 20%;
justify-content: left;
  justify-items: left;
  display: flex;
  color: #51504e;
  text-align: left;
  font-size: 16px;
  border-style: hidden;
  outline: none;
  font-weight: bold;
}

.formblock-content-history-top > div:nth-child(2), .formblock-content-history-row > div:nth-child(2) {
width: 16%;
  justify-content: center;
  justify-items: center;
}
.formblock-content-history-top > div:nth-child(3), .formblock-content-history-row > div:nth-child(3) {
width: 20%;
  text-align: right;
  justify-content: right;
  justify-items: right;
}
.formblock-content-history-top > div:nth-child(4), .formblock-content-history-row > div:nth-child(4) {
width: 24%;
  justify-content: right;
  justify-items: right;
}
.formblock-content-history-top > div:nth-child(5), .formblock-content-history-row > div:nth-child(5) {
width: 20%;
  justify-content: right;
  justify-items: right;
}
.formblock-content-history.userdatagifts .formblock-content-history-top > div:nth-child(4), .formblock-content-history.userdatagifts .formblock-content-history-row > div:nth-child(4) {
  width: 44%;
}
.formblock-content-history-block {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.formblock-content-history.userdatagifts .formblock-content-history-row > div:nth-child(4) {
  display: flex;
  flex-wrap: wrap;
}
.formblock-content-history.userdatagifts .formblock-content-history-row > div:nth-child(4) > div {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  word-wrap: anywhere;
  justify-content: right;
  text-align: right;
  padding-left: 45px;
}
.formblock-content-history.userdatagifts .formblock-content-history-row {
  cursor: auto;
}
.formblock-content-history.userdatagifts .formblock-content-history-row > div:nth-child(4) > div span {
  font-weight: bold;
}

.formblock-content-history-row {
 display: flex;
  width: 100%;
  margin: 0;
  border-top: 1px solid #886135;
padding: 15px 30px;
  background: #fff;
  cursor: pointer;
  	-webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.formblock-content-history-row:hover {
  background: #eee !important;
}
.formblock-content-history-row > div {
  width: 20%;
  justify-content: left;
  justify-items: left;
  display: flex;
  color: #51504e;
  text-align: left;
  vertical-align: text-top;
  font-size: 16px;
  border-style: hidden;
  outline: none;
  align-content: center;
  align-items: center;
}
.formblock-content-history-row:last-child {
  margin-bottom: 0;
}

.orderblockshow {
background: rgba(255,255,255,0.5);
  width: 100%;
  border-radius: 50px;
  position: relative;
  max-height: none;
  height: auto;
  max-width: 1200px;
  overflow: hidden;
  backdrop-filter: blur(8px);
  padding: 70px 50px;
  min-height: calc(100vh - 40px);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 10;
  margin-top: 20px;
  margin-bottom: 20px;
}
.orderblockshow2 {
overflow: hidden;
  display: flex;
  width: 100%;
  position: relative;
  flex-wrap: wrap;
}
/* Активное состояние — видимость */
.orderblockshow.show {
  opacity: 1;
}
.orderblock-header {
  position: absolute;
  left: 50px;
  top: 50px;
  z-index: 100;
}
.formblock-order-top {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 70px;
  padding-top: 36px;
}
.formblock-order-top-row:first-child {
  margin-top: 0;
  padding-top: 0;
  border: none;
}
.formblock-order-top-row {
  display: flex;
  width: 100%;
  margin: 0;
  border-top: 1px solid #886135;
padding: 10px 80px 10px 30px;
  background: #fff;
}
.formblock-order-top-row div {
  width: 210px;
  justify-content: right;
  justify-items: right;
  display: flex;
  color: #51504e;
  text-align: right;
  vertical-align: text-top;
  font-size: 16px;
  border-style: hidden;
  outline: none;
  font-weight: bold;
  padding-right: 40px;
}
.formblock-order-top-row div:last-child {
width: calc(100% - 210px);
  font-weight: normal;
  justify-content: left;
  justify-items: left;
  text-align: left;
  padding-right: 0;
}
.formblock-order-top::before {
  content: "";
  background: url('/templates/alter2018/images/sliderline.svg');
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  display: block;
  height: 8px;
  background-repeat: repeat-x;
}



.formblock-contentproduct-history-row {
display: flex;
  width: 100%;
  margin: 0;
  border-top: 1px solid #886135;
  background: #fff;
  align-content: center;
  align-items: center;
  padding: 10px 80px 10px 30px;
    	-webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.formblock-contentproduct-history-row .product-thumb {
  width: 30px;
  margin-right: 15px;
  min-width: 30px;
}
.formblock-order-bottom {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.formblock-order-bottom-head {
  display: flex;
  width: 100%;
  border-top: 1px solid #886135;
  padding: 10px 80px 10px 30px;
}



.formblock-contentproduct-history-row div:nth-child(2), .formblock-order-bottom-head div:nth-child(2) {
  width: 10%;
  text-align: center;
  justify-content: center;
  justify-items: center;
}
.formblock-contentproduct-history-row div, .formblock-order-bottom-head div {
  width: 80%;
  justify-content: left;
  justify-items: left;
  display: flex;
  color: #51504e;
  text-align: left;
  vertical-align: text-top;
  font-size: 16px;
  border-style: hidden;
  outline: none;
  align-content: center;
  align-items: center;
  cursor: pointer;
}
.formblock-contentproduct-history-row:hover {
  background: #eee;
}
.formblock-contentproduct-history-row div:nth-child(3), .formblock-order-bottom-head div:nth-child(3) {
  text-align: right;
  justify-content: right;
  justify-items: right;
  width: 10%;
}
.formblock-order-bottom-head div {
  cursor: auto;
  font-weight: bold;
}
#modalOverlay {
  z-index: 10000 !important;
}
.formblock-contentproduct-history-row div > span > span {
  width: 100%;
  color: #4E0B12;
  vertical-align: text-top;
  outline: none;
  text-transform: lowercase;
  font-size: 14px;
}
.formblock-contentproduct-history-row div > span {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.noquick_prod_description {
  position: relative;
  width: 100%;
  height: calc(100vh - 110px);
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  justify-items: center;
  font-weight: bold;
}
.formblock-order-bottomb-row {
  display: flex;
  width: 100%;
  margin: 0;
  border-top: 1px solid #886135;
  background: #fff;
  align-content: center;
  align-items: center;
  padding: 10px 80px 10px 30px;
}
.formblock-order-bottomb {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.formblock-order-bottomb-row div {
  width: 90%;
  justify-content: right;
  justify-items: right;
  display: flex;
  color: #51504e;
  text-align: right;
  vertical-align: text-top;
  font-size: 16px;
  border-style: hidden;
  outline: none;
  align-content: center;
  align-items: center;
}
.formblock-order-bottomb-row div:last-child {
  width: 10%;
}
.formblock-order-bottomb-row:last-child div {
  font-weight: bold;
}
.formblock-order-linkpovtor {
  margin-left: auto;
  margin-right: 80px;
  margin-top: 45px;
  margin-bottom: 42px;
  animation: bronzeGlow 2s ease-in-out infinite;
  border-radius: 26px;
  font-size: 18px;
}


.form-floating {
  position: relative;
  margin-bottom: 1.5rem;
}

.input-field {
width: 100%;
  padding: 1.2rem 0 0.4rem;
  font-size: 16px;
  border: none;
  border-bottom: 2px solid #886135;
  background: none;
  outline: none !important;
  color: #000;
  background: #fff;
}

.modal-content.cabinet .btn.btn-success.button_buy, .modal-content.cabinet .btnshowemailsave, .modal-content.cabinet .formblock-order-linkpovtor, .modal-content.cabinet .formblockuserdatasave, .modal-content.cabinet .promocodeactive, .buyclickcert{
	  font-size: 18px;
}
.formblock-content-history.userdatabonus div.promocodeactive {
	font-size: 16px;
}

.form-floating label {
  position: absolute;
  top: 20px;
 left: 0;
  color: #a3a3a3;
  font-size: 16px;
  pointer-events: none;
  transition: 0.2s ease all;
}

.input-field:focus + label,
.input-field:not(:placeholder-shown) + label {
  top: 0.2rem;
 left: 0;
  font-size: 0.75rem;
  color: #a3a3a3;
  background: white;
  padding: 0 0;
}
.formblock-subgroup {
  margin-bottom: 20px;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3,minmax(0,1fr));
  width: 100%;
}

.formblock-subgroup label {
  flex: 1 1 30%;
  display: flex;
  flex-direction: column;
}
.formblock-content-history.userdata {
padding: 40px 30px;
}

.formblockuserdatasave {
  margin-left: auto;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  animation: bronzeGlow 2s ease-in-out infinite;
  border-radius: 26px;
  z-index: 10;
}
.modal::before, .parallax-container::before {
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  border-radius: 0;
  z-index: 2;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  cursor: pointer;
  opacity: 0.1;
}
.parallax-container::before {
  position: absolute !important;
  cursor: auto;
}

.tophead {
  display: flex;
  width: 100%;
  position: relative;
  margin-bottom: 40px;
}
.tophead .topheadl {
  width: 300px;
  height: 172px;
  background: url(/images/new/certificat.jpg);
  margin-left: 30px;
  margin-right: 30px;
  min-width: 300px;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}
.topheadr {
  width: 100%;
  margin-right: 30px;
  display: flex;
  flex-wrap: wrap;
}

.topheadr #promocode {
  width: 100%;
  padding: 0 0 0.4rem;
font-size: 16px;
  border: none;
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  border-bottom: 2px solid #886135;
  background: none;
  outline: none !important;
  color: #000;
  background: #fff;
}
.promocodeactive {
font-size: 16px;
  margin-top: 34px;
  margin-left: auto;
  animation: bronzeGlow 2s ease-in-out infinite;
  border-radius: 26px;
}
.tophead .topheadl span {
  color: #ffffaf;
  bottom: 10px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  width: 100%;
}
.tophead .topheadl span b {
  font-weight: bold;
  color: #fff;
}

.formblock-content-history.userdatabonus {
  padding: 40px 0 0;
}

.formblock-content-history.userdatabonus .formblock-content-history-top > div, .formblock-content-history.userdatabonus .formblock-content-history-row > div {
  width: 25%;

}
.formblock-content-history.userdatabonus .formblock-content-history-top > div:nth-child(2), .formblock-content-history.userdatabonus .formblock-content-history-row > div:nth-child(2) {
  width: 30%;
  justify-content: left;
  justify-items: left;
 padding-right: 18px;
}
.formblock-content-history.userdatabonus  .formblock-content-history-top > div:nth-child(3), .formblock-content-history.userdatabonus  .formblock-content-history-row > div:nth-child(3) {
  width: 15%;
  text-align: right;
  justify-content: right;
  justify-items: right;
}
.formblock-content-history.userdatabonus .formblock-content-history-top > div:nth-child(4), .formblock-content-history.userdatabonus .formblock-content-history-row > div:nth-child(4) {
  width: 30%;
  justify-content: right;
  justify-items: right;
}

.formblock-content-history.userdatabonus .formblock-content-history-top {
  margin-top: 60px;
}
.formblock-content-history.userdatabonus .buyclickcert {
width: 145px !important;
  font-size: 12px;
  height: 80px;
  justify-content: center !important;
  padding: 0;
  margin-left: auto;
}
.formblock-content-history.userdatabonus div {
  cursor: auto;
}
.formblock-content-history.userdatabonus div.buyclickcert {
  cursor: pointer;
}
.formblock-content-history.userdatabonus div.promocodeactive {
  cursor: pointer;
}
.formblock-content-history.userdatabonus div.formblock-content-history-row:last-child {
  margin-bottom: 0;
}
.formblock-content-history.userdatabonus.userdatacode .topheadl {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background: #fff;
  height: 169px;
}

.topheadrtitle {
  color: #51504e;
  text-align: center;
  font-size: 18px;
  border-style: hidden;
    border-bottom-style: hidden;
  outline: none;
  font-weight: normal;
  border-bottom: 1px solid #886135;
  width: 100%;
  text-align: left;
  padding-left: 5px;
  padding-bottom: 5px;
}
.tophead .topheadl span.topskidkal {
  font-size: 25px;
  z-index: 1;
  color: #fff;
  font-weight: bold;
  right: 15px;
  width: auto;
  text-shadow: 0 0px 8px #000;
  bottom: 15px;
}

.topheadrtitlep b, .topheadrtitlep3 b, .topheadrtitlep2 b, .topheadrtitle b, .bottomgbonus b {
  font-weight: bold;
  color: #4E0B12;
}
.topheadrtitlep3, .topheadrtitlep2, .topheadrtitlep {
  margin-top: 22px;
  color: #51504e;
  text-align: left;
  vertical-align: text-top;
  outline: none;
  font-size: 16px;
  padding-left: 5px;
  width: 100%;
}
.formblock-content-history.userdatabonus.userdatacode .tophead {
  margin-bottom: 30px;
}
.formblock-content-history.userdatabonus.userdatacode .formblock-content-history-top {
  margin-top: 10px;
}
.bottomgbonus {
  color: #51504e;
  text-align: left;
  font-size: 16px;
  border-style: hidden;
  outline: none;
  width: 100%;
  padding: 0 226px 0 30px;
  margin-bottom: 40px;
  display: block;
  height: auto;
  margin-top: 20px;
}
.formblock-content-history.userdatabonus.userdatacode .formblock-content-history-top > div:nth-child(2), .formblock-content-history.userdatabonus.userdatacode .formblock-content-history-row > div:nth-child(2) {
  width: 30%;
  text-align: center;
  justify-content: center;
  padding: 0 10px;
}
.formblock-content-history.userdatabonus.userdatacode .formblock-content-history-top > div:nth-child(3), .formblock-content-history.userdatabonus.userdatacode .formblock-content-history-row > div:nth-child(3) {
  width: 20%;
}
.formblock-content-history.userdatabonus.userdatacode .formblock-content-history-top > div:nth-child(4), .formblock-content-history.userdatabonus.userdatacode .formblock-content-history-row > div:nth-child(4) {
  width: 25%;
}
.topheadrtitlep2, .topheadrtitlep3 {
    display: flex;
}
.topheadrtitlep2 b, .topheadrtitlep3 b {
    margin-left: auto;
}
.formblock-content-history-row:nth-child(2n+1) {
  background: #f5f5f5;
}
.clickhide {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  display: block !important;
  cursor: pointer !important;
  	-webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  outline: none !important;
}
.clickhide.active {
  white-space: wrap;
  overflow: visible;
  display: flex !important;
  word-wrap: anywhere;
  color: #4E0B12;
  
}
.clickhide:hover {
	color: #4E0B12;
}
.formblock-content-history.userdatagifts .formblock-content-history-row > div:nth-child(4) > div span:nth-child(2) {
  font-weight: normal;
  text-transform: uppercase;
}
.formblock-content-history.userdatagifts .formblock-content-history-row > div:nth-child(4) > div span {
  font-weight: bold;
  text-align: left;
  justify-content: left;
  justify-items: left;
  width: 100%;
}
.formblock-content-history.userdatagifts .formblock-content-history-top > div:nth-child(4) {
  justify-content: left;
  justify-items: left;
padding-left: 45px;
}

.formblock-content-history.userdataotziv {
  padding: 40px 30px;
}
.formblock-content-history.userdataotziv .form-floating {
  width: 100%;
  margin-bottom: 20px;
}
.formblock-content-history.userdataotziv #cabinetproduct_id {
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  border-radius: 0 !important;
}
.formblock-content-history.userdataotziv .review-textarea-block {
  width: 100%;
  display: flex;
  position: relative;
}
.formblock-content-history.userdataotziv .review-textarea-block .review-textarea {
  position: relative;
  width: 100%;
  min-height: 250px;
  resize: none;
  border-radius: 15px;
  border: 2px solid #886135;
  outline: none !important;
  padding: 15px 15px 50px;
  font-size: 16px;
  font-family: 'Harmonia Sans Pro Cyr',Arial,sans-serif;
  color: #000;
}
.formblock-content-history.userdataotziv .review-textarea-block .attach-photo-label {
  position: absolute;
  bottom: 18px;
  left: 18px;
  cursor: pointer;
  z-index: 10;
}
.formblock-content-history.userdataotziv .photo-preview {
  width: 100%;
  display: grid;
  gap: 20px;
}
.formblock-content-history.userdataotziv .submit-review-btn {
margin-left: auto;
  margin-right: 0;
  margin-top: 20px;
  margin-bottom: 0;
  animation: bronzeGlow 2s ease-in-out infinite;
  border-radius: 26px;
  z-index: 10;
  font-size: 18px;
}

.formblock-content-history.userdataotziv .photo-preview {
  width: 100%;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.formblock-content-history.userdataotziv .photo-preview .preview-img {
  width: 80px;
  height: 120px;
  margin-top: 20px;
  object-fit: cover;
  min-height: 120px;
  position: relative;
  border-radius: 15px;
}
.formblock-content-history.userdataotziv .review-textarea-block::before {
  position: absolute;
  content: "";
  background: #fff;
  left: 3px;
  bottom: 3px;
  width: calc(100% - 6px);
  height: 50px;
  z-index: 1;
  border-radius: 15px;
}
.reviewsall {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 30px;
  margin-top: 50px;
}

.reviewsall .reviewsitem {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background: #f5f5f5;
  padding: 20px;
  border-radius: 15px;
}
.reviewsall .reviewsitem .feedback__top .feedback__info_date {
  margin-left: auto;
  font-size: 14px;
}
.reviewsall .reviewsitem .feedback__top {
  display: flex;
  width: 100%;
  position: relative;
  align-content: flex-end;
  align-items: flex-end;
  margin-bottom: 10px;
  padding-bottom: 0;
}
.reviewsall .reviewsitem .slidertopline {
  width: 100%;
  height: 10px;
  background-repeat: repeat-x !important;
  margin: 0 0 10px;
}
.reviewsall .reviewsitem .feedback__info-header {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}
.reviewsall .reviewsitem .feedback__info-header span {
  width: 100%;
  display: block;
  color: #4E0B12;
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
}
.reviewsall .reviewsitem .feedback__photo {
  display: flex;
  gap: 10px;
  position: relative;
  width: 100%;
}
.reviewsall .reviewsitem .feedback__photo a img {
  width: 80px;
  height: 120px;
  margin-top: 15px;
  object-fit: cover;
  min-height: 120px;
  position: relative;
  border-radius: 15px;
}
.reviewsall .reviewsitem .feedback__text {
  font-size: 16px;
  width: 100%;
  position: relative;
  display: block;
    line-height: 1.55;
}

.reviewsall .reviewsitem .feedback__bonus {
  background: #4E0B12;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  padding: 10px 0;
  margin-bottom: 20px;
}

.feedback-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  display: none;
  align-items: center;
  justify-content: center;
z-index: 99999999;
}

.feedback-modal.active {
  display: flex;
}

.feedback-modal__content img {
  max-width: 90vw;
  max-height: 90vh;
  border-radius: 10px;
  animation: zoomIn 0.25s ease;
  height: auto;
  display: block;
  margin: 0 auto;
}

@keyframes zoomIn {
  from { transform: scale(0.85); opacity: 0; }
  to   { transform: scale(1); opacity: 1; }
}

.feedback-modal__close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  z-index: 10001;
  user-select: none;
}
.feedback-modal__close:hover {
  color: #fdd;
}

#modalContent .feedback__info-header {
  text-transform: none;
  font-size: 20px;
}

#modalContent .feedback__text {
  line-height: 1.55;
  font-weight: 300;
  color: #000000;
  text-align: left;
  font-size: 20px;
  height: auto;
}
#modalContent .reviewsall {
  margin: 0;
}
.reviewh2 {
  font-size: 34px;
  margin-top: 120px;
  margin-bottom: 20px;

}

.quick_prod_description p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.moduletablefonhomelog.parallax.bgcart {
  position: absolute;
}

.bgcart .lazy-bg.fade-bg.parallax-content.bg-loaded {
  background-size: auto 100%;
}

.moduletablefonhomelog.parallax::before {
  content: "";

  position: absolute;

  bottom: 0;

  left: 0;

  width: 100%;

  height: 90px;

  background: linear-gradient(0deg,rgba(78, 11, 18, 1) 0%, rgba(255, 255, 255, 0) 100%);

  z-index: 5;

}

.moduletablefonhomelog.parallax.bgcart::before, .moduletablefonhomelog.parallax.bgdop::before {
	  background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	  z-index: 3;
}
.moduletablefonhomelog.parallax.bgdop .lazy-bg.alfea {
  z-index: 2;
}
.jshop.cartsshop.moduletablevolsheb {
  background: rgba(245, 245, 245, 0.8);
  position: relative;
  border-radius: 50px;
  padding: 50px;
  box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
  backdrop-filter: blur(8px);
  margin-top: 150px;
  min-height: 514px;
}


.jshop.cartsshop.moduletablevolsheb .cart__count.count {
  display: flex;
  align-content: center;
  align-items: center;
  width: 116px;
}
.jshop.cartsshop.moduletablevolsheb .input.input--count {
  background-color: #ffffff;
  height: 33px;
  width: 56px;
  filter: drop-shadow(0px 4px 4px rgba(0,0,0,0.25));
  border-radius: 25px;
  border: 2px solid #886135;
  -moz-appearance: textfield;
  text-align: center;
  color: #000000;
  vertical-align: text-top;
  font-size: 20px;
  outline: none;
  display: flex;
  align-content: center;
  align-items: center;
}
.jshop.cartsshop.moduletablevolsheb .cart__change {
  color: #4E0B12;
  vertical-align: text-top;
  font-size: 30px;
  line-height: auto;
  border-style: hidden;
  outline: none;
  width: 14px;
  cursor: pointer;
  text-align: center;
  display: flex;
  justify-content: center;
  justify-items: center;
  align-content: center;
  align-items: center;
  margin: 0px 8px 0;
  top: 1px;
  position: relative;
  	-webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.jshop.cartsshop.moduletablevolsheb .cart__change {
  top: 0;
  min-height: 16px;
  width: 16px;
}
.jshop.cartsshop.moduletablevolsheb .cart__change:hover {
  color: #4E0B12;
}
.jshop.cartsshop.moduletablevolsheb .cart__change svg path, .jshop.cartsshop.moduletablevolsheb .cart__remove .remove svg path{
	fill: #4E0B12;
}
.jshop.cartsshop.moduletablevolsheb .cart__change:hover  svg path, .jshop.cartsshop.moduletablevolsheb .cart__remove .remove:hover svg path{
  fill: #4E0B12;
}

.jshop.cartsshop.moduletablevolsheb .cart__item-inner {
  display: flex;
  align-content: center;
  align-items: center;
  position: relative;
}
.jshop.cartsshop.moduletablevolsheb .cart__item {
  display: flex;
  width: 100%;
}
.jshop.cartsshop.moduletablevolsheb .cart__data {
  display: flex;
  align-content: center;
  align-items: center;
  margin-left: auto;
}
.jshop.cartsshop.moduletablevolsheb .cart__price {
  color: #000000;
  font-size: 20px;
  border-style: hidden;
  outline: none;
  font-weight: bold;
  margin-right: 90px;
  white-space: nowrap;
}
.cart__name .cart__title {
  color: #000000;
  font-size: 20px;
  border-style: hidden;
  outline: none;
  font-weight: bold;
  text-transform: uppercase;
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
  padding-right: 40px;
}

.cart__name .cart__title span {
  width: 100%;
  text-transform: lowercase;
  color: #4E0B12;
  vertical-align: text-top;
  font-size: 20px;
  line-height: 1.2;
  font-weight: normal;
}
.jshop.cartsshop.moduletablevolsheb .cart__row .cart__img {
  width: 70px;
  margin-right: 20px;
  position: relative;
  height: 70px;
}
.jshop.cartsshop.moduletablevolsheb .cart__row {
  display: flex;
}

.jshop.cartsshop.moduletablevolsheb .jshop_img {
  opacity: 1;
  object-fit: contain;
  height: auto;
  position: relative;
  display: flex;
  align-content: center;
  align-items: center;
  max-height: 70px;
  max-width: 70px;
  min-height: 70px;
  min-width: 70px;
}
.jshop.cartsshop.moduletablevolsheb  .page__cart {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.jshop.cartsshop.moduletablevolsheb .cart__row {
  display: flex;
  width: 100%;
}
.jshop.cartsshop.moduletablevolsheb #formid {
  max-width: 830px;
  margin: 0 auto;
}
.jshop.cartsshop.moduletablevolsheb .page__title.page__title--cart {
  color: #000000;
  font-size: 32px;
  border-style: hidden;
  outline: none;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 45px;
}
.jshop.cartsshop.moduletablevolsheb .cart__total {
  color: #000000;
  font-size: 20px;
  border-style: hidden;
  outline: none;
  font-weight: bold;
  text-transform: uppercase;
}
.jshop.cartsshop.moduletablevolsheb #min_price_order {
  color: #4E0B12;
  text-transform: lowercase;
  font-size: 18px;
}


.jshop.cartsshop.moduletablevolsheb .slidertopline {
  width: calc(100% + 100px);
  height: 15px;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  background-size: auto 100% !important;
  left: -50px;
  position: relative;
  background-repeat: repeat-x !important;
  min-width: calc(100% + 100px);
}
.jshop.cartsshop.moduletablevolsheb .cart__remove .remove {
  background: none;
  border: none;
  cursor: pointer;
  color: #4E0B12;
  vertical-align: text-top;
  font-size: 30px;
  position: relative;
  margin-left: 25px;
  display: flex;
  align-content: center;
  align-items: center;
}
.jshop.cartsshop.moduletablevolsheb .cart__remove {
  width: 42px;
}

.jshop.cartsshop.moduletablevolsheb .cart__change svg, .jshop.cartsshop.moduletablevolsheb .cart__remove .remove svg {
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  display: block;
  position: relative;
}

.jshop.cartsshop.moduletablevolsheb .cart_total_blocks {
  border: 3px solid #886135;
  background: #fff;
  border-radius: 12px;
  padding: 15px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  filter: drop-shadow(0px 4px 4px rgba(0,0,0,0.25));
  display: inline-block;
}
.jshop.cartsshop.moduletablevolsheb #bonustext span {
  font-size: 18px;
  width: 68%;
  display: block;
}

.jshop.cartsshop.moduletablevolsheb #bonusclick, .jshop.cartsshop.moduletablevolsheb #promoclick {
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 20px;
  color: #4E0B12;
  cursor: pointer;
  border-bottom: 2px solid;
  display: inline-block;
}




.jshop.cartsshop.moduletablevolsheb .payment-choice-box {
  border-radius: 12px;
  padding: 20px;
  margin-top: 0;
  max-width: 445px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  border: 3px solid #886135;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  color: #000;
}
.jshop.cartsshop.moduletablevolsheb #bonustext, .jshop.cartsshop.moduletablevolsheb #promotext  {
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: lowercase;
}
.jshop.cartsshop.moduletablevolsheb .info-note {
  font-size: 16px;
  color: #51504e;
}
.jshop.cartsshop.moduletablevolsheb .payment-option {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
  cursor: pointer;
  position: relative;
  padding-left: 32px;
  user-select: none;
  font-size: 20px;
}
.jshop.cartsshop.moduletablevolsheb .option-text b {
 font-size: 16px;
  color: #4E0B12;
  width: 100%;
  display: block;
  font-weight: bold;
}
/* Скрываем стандартное radio */
.jshop.cartsshop.moduletablevolsheb .payment-option input[type="radio"] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  margin: 0;
  z-index: 1;
  cursor: pointer;
}

.jshop.cartsshop.moduletablevolsheb .payment-option::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid #4E0B12;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 4px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

.jshop.cartsshop.moduletablevolsheb .payment-option input[type="radio"]:checked ~ .option-text::before {
  content: "";

  position: absolute;

  left: 4px;

  top: 8px;

  width: 10px;

  height: 10px;

  background-color: #4E0B12;

  border-radius: 50%;

  z-index: 2;

}


.moduletablevolsheb div.jshop_register {
  flex-wrap: wrap;
  display: flex;
  flex: 1;
  width: 100%;
}
.control-group-40 {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4,minmax(0,1fr));
  width: 100%;
}
.control-group-30 {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3,minmax(0,1fr));
  width: 100%;
}
.control-group.form-group {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
.control-group.form-group input, .control-group.form-group select {
width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ffffff;
  background-image: none;
  border-radius: 25px;
  border: 3px solid #886135;
  padding: 12px 16px;
  font-size: 16px;
  font-family: 'Harmonia Sans Pro Cyr', Arial, sans-serif;
  outline: none !important;
  color: #000;
}

.control-group-100 {
  width: 100%;
}
.control-group.form-group label {
  color: #51504e;
  font-size: 14px;
  border-style: hidden;
  outline: none;
  font-family: 'Harmonia Sans Pro Cyr',Arial,sans-serif;
  padding-left: 20px;
  padding-bottom: 6px;
  display: block;
  font-weight: bold;
}

.control-group.form-group textarea {
  width: 100%;
  background-color: #ffffff;
  border-radius: 25px;
  border: 3px solid #886135;
  padding: 12px 16px;
  font-size: 14px;
  font-family: 'Harmonia Sans Pro Cyr',Arial,sans-serif;
  outline: none !important;
  color: #000;
  resize: none;
  min-height: 100px;
}
.order-step.order-step--order .jshop_order_step.active span {
  color: #4E0B12;
}
.order-step.order-step--order .jshop_order_step span {
  text-transform: uppercase;
  color: #51514F;
  font-size: 18px;
  border-style: hidden;
  outline: none;
}
.order-step.order-step--order li {
  width: auto;
  display: inline-block;
  text-align: center;
  margin: 0 20px;
}
.jshop.cartsshop.moduletablevolsheb.adress .page__title.page__title--cart, .jshop.cartsshop.moduletablevolsheb.delivery .page__title.page__title--cart {
  margin-bottom: 20px;
}

.order-step.order-step--order {
  display: flex;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
  justify-items: center;
  margin-bottom: 45px;
}

.control-group.box_button.buttondalee .textadressbatton {
  display: flex;
  width: 100%;
}
.control-group.box_button.buttondalee .textadressbatton .btn.btn-primary.button.cart__send {
  margin-left: auto;
  font-size: 18px;
}
.control-group.box_button.buttondalee .textadressbatton .textadressb {
  color: #000000;
  text-align: left;
  font-size: 16px;
  border-style: hidden;
  outline: none;
}
.order-step.order-step--order .jshop_order_step span a {
  color: #51514F;
}
.order-step.order-step--order .jshop_order_step span a:hover {
  color: #4E0B12;
}
.jshop.cartsshop.moduletablevolsheb.delivery .control-group.box_button.buttondalee .btn.btn-primary.button.cart__send {
  margin-left: auto;
}

#map {
  width: 100%;
  height: 400px;
  display: block;
  margin: 30px 0 0 0;
  border: 4px solid #ffefc2;
  display: none;
  order: 10;
  border-radius: 30px;
  overflow: hidden;
    filter: drop-shadow(0px 4px 4px rgba(0,0,0,0.25));
}

#table_shippings .name:first-child {
  margin-left: 0;

}
#table_shippings .name {

  height: auto;
  width: 100%;


  margin: 0 auto;
  max-width: 30%;
  
}

#table_shippings > .name:nth-child(3) {
  margin-right: 0;
}
#table_shippings {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
#table_shippings .name label {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  cursor: pointer;
    border: 4px solid #ffefc2;
	  filter: drop-shadow(0px 4px 4px rgba(0,0,0,0.25));
  border-radius: 30px;
    background-color: #ffffff;
		-webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  outline: none !important;
  padding: 25px 30px;
  flex-wrap: wrap;
}
.jshop.cartsshop.moduletablevolsheb.delivery .control-group.box_button.buttondalee {
  margin-top: 30px;
}
.jshop.cartsshop.moduletablevolsheb.delivery .control-group.box_button.buttondalee .btn.btn-primary.button.cart__send {
  font-size: 18px;
}
#table_shippings .name input:checked + label {
  border: 4px solid #886135;
}
#table_shippings .name label:hover {
  border: 4px solid #886135;
}
.pkvz {
  display: none;
}
#table_shippings .name input {
  display: none;
}
#table_shippings .name label .probs {
  justify-content: center;
  justify-items: center;
  text-align: center;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
#table_shippings .name label .probs .probsdesc {
  width: 100%;
  margin-top: auto;
  color: #51504e;
  text-align: center;
  font-size: 16px;
  border-style: hidden;
  outline: none;
  font-weight: bold;
}

.bgdelivery {
  width: 100px;
  height: 115px;
  display: block;
  background: url('/images/new/bgdelivery.png');
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  min-width: 100px;
  margin-bottom: 20px;
}
#table_shippings .name label .probs b {
  color: #51504e;
  text-align: center;
  font-size: 15px;
  line-height: auto;
  border-style: hidden;
  outline: none;
  font-weight: bold;
  max-width: 194px;
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

.pkvz select {
  display: block;
  width: 100%;
  text-align: left;
  line-height: 2.3;
  position: relative;
background: #fff;
  border: none;
  border-bottom: 2px solid #886135;
  font-size: 16px;
  outline: none !important;
  margin-top: 6px;
  color: #51504e;
}
.pkvz span {
  font-size: 12px;
  line-height: 1;
  display: block;
  margin-top: 5px;
  color: #4E0B12;
  font-style: italic;
}

.jshop.cartsshop.moduletablevolsheb .page__cart.finishcarts .cart__price {
  margin-right: 0;
}

.jshop.cartsshop.moduletablevolsheb .checkout_pfinish_block {
  max-width: 830px;

  margin: 0 auto;
}
.checkoutinfo_block {
  margin-top: 30px;
  display: flex;
  width: 100%;
  position: relative;
}
.checkoutinfo_block {
  margin-top: 30px;
  display: flex;
  width: 100%;
  position: relative;
}

.checkoutinfo_block .jshop_subtotalinfo {
  width: auto;
  max-width: calc(48% - 60px);
  margin-left: 60px;
}
.checkoutinfo_block .checkoutinfo {
  width: 100%;
  position: relative;
}
.checkoutinfo_block .checkoutinfo div {
  width: 100%;
  position: relative;
  color: #000000;
  text-align: left;
  font-size: 16px;
  border-style: hidden;
  outline: none;
  margin-bottom: 10px;
}
.checkoutinfo_block .checkoutinfo div strong {
  font-weight: bold;
}
.copeofert {
  font-size: 14px;
  color: #a3a3a3;
  font-style: italic;
  text-align: right;
  margin-top: 10px;
}
.copeofert a {
  font-size: 14px;
  color: #a3a3a3;
  font-style: italic;
  text-align: right;
}
.copeofert span {
  margin-top: 10px;
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #4E0B12;
  max-width: 232px;
  margin-left: auto;
}
.checkoutinfo_block .jshop_subtotalinfo .jshop.jshop_subtotal {
  width: 100%;
  font-size: 16px;
}
.checkoutinfo_block .jshop_subtotalinfo .jshop.jshop_subtotal > div .value {
  margin-left: auto;
}
.checkoutinfo_block .jshop_subtotalinfo .jshop.jshop_subtotal > div {
  margin-bottom: 10px;
  display: flex;
  width: 100%;
  font-size: 16px;
}
.checkoutinfo_block .jshop_subtotalinfo .jshop.jshop_subtotal > div.total {
  font-weight: bold;
}

.jshop.cartsshop.moduletablevolsheb.delivery.finishcarts p {
  margin: 0;
  padding-bottom: 10px;
  font-size: 16px;
}
.jshop.cartsshop.moduletablevolsheb.delivery.finishcarts a {
  font-size: 16px;
  color: #4E0B12;
}
.jshop.cartsshop.moduletablevolsheb.delivery.finishcarts h1 {
  margin-top: 0;
  margin-bottom: 20px;
}
.wt_sm_otpravka_pochta_ru_barcode {
  text-align: center;
}

#fix-popup-container {
position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
  justify-content: center;
align-items: center;
}
#fix-popup-block-gal-close {
position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#fix-popup-gal {
  border-radius: 8px;
  position: absolute !important;
  margin: 0 auto;
  left: 50%;
  z-index: 6666;
  padding: 40px 20px !important;
  background: #FFF;
  max-width: 320px !important;
  transform: translate(-50%, -50%);
  width: 100%;
  top: 50%;
  height: auto;
  overflow: hidden;
}
.titlesave {
  color: #000;
  font-size: 20px;
  text-align: center;
  line-height: 1.55;
  font-weight: bold;
  margin-bottom: 15px;
}

#fix-popup-gal  #emailsave {
width: 100%;
  background-color: #ffffff;
  border-radius: 25px;
  border: 3px solid #886135;
  padding: 12px 16px;
  font-size: 16px;
  font-family: 'Harmonia Sans Pro Cyr',Arial,sans-serif;
  outline: none !important;
  color: #000;
  max-width: 218px;
  margin: 0 auto;
  display: block;
  text-align: center;
}

#fix-popup-gal .svebutn {
  background: url('/templates/alter2018/images/bgbtn.png');
  background-repeat: repeat;
  background-size: auto;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 200px;
  height: 110px;
  display: flex;
  justify-content: center;
  justify-items: center;
  align-content: center;
  align-items: center;
  color: #4a2d0b;
  text-align: center;
  vertical-align: text-top;
  font-size: 14px;
  line-height: 1.2;
  border: 1px solid;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 23px;
  border: none !important;
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
  animation: bronzeGlow 2s ease-in-out infinite;
  border-radius: 26px;
  margin: 20px auto 0;
}
#fix-popup-gal .svebutn:hover {
  transform: scale(1.02);
}
#fix-popup-gal .copeofert {
  font-size: 12px;
  text-align: center;
}

#fix-popup-gal .copeofert a {
  font-size: 12px;
  text-align: center;
}
#fix-popup-close-ab {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  background: none;
  border: medium;
  cursor: pointer;
}
.jshop.productsall h1 {
color: #000000;
  font-size: 32px;
  line-height: 1.2;
  border-style: hidden;
  outline: none;
  text-align: center;
  margin-top: 50px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.jshop.productsall .slidertopline {
  height: 10px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 70px;
}

.moduletablezakazi {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}
.control-group.form-group.form-group--32 {
  position: absolute;
  background: #886135;
  width: 120px;
  top: 23px;
  right: 1px;
  border-radius: 25px;
  height: 48px;
  display: flex;
  color: #fff !important;
  font-size: 16px;
  cursor: pointer;
}
.control-group.form-group.form-group--32 a{
  color: #fff !important;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  justify-items: center;
}
.order_descriptionsearch {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
#k2Container table td {
  color: #000;
  font-size: 20px;
  line-height: 1.55;
  font-weight: 400;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  padding: 0 15px;
}
#k2Container .fullorder .itemorder > td {
  display: table-cell;
  position: relative;
  padding: 10px 15px;
  vertical-align: middle;
  font-size: 16px;
}
#k2Container table .itemorder.topiot td {
  font-weight: bold;
}

#k2Container .fullorder .itemorder > td {
  display: table-cell;
  position: relative;
  padding: 10px 15px;
  vertical-align: middle;
  font-size: 16px;
  border: 1px solid #886135;
  vertical-align: top;
}
#k2Container .fullorder .itemorder > td.itemorder_product div {
  display: inline-block;
}
#k2Container .fullorder .itemorder > td.itemorder_product div b {
  width: 100%;
  display: block;
}
#k2Container .fullorder .itemorder > td.itemorder_product div span {
  width: 100%;
  display: block;
}
#k2Container .fullorder .itemorder .itemorder_podarok {
  font-weight: bold;
}
#k2Container .fullorder .itemorder > td.itemorder_nomer, #k2Container .fullorder .itemorder > td.itemorder_status, #k2Container .fullorder .itemorder > td.itemorder_date {
  width: auto;
  white-space: nowrap;
  text-align: center;
}
#k2Container .fullorder .itemorder > td.itemorder_product {
  min-width: 200px;
}
.fullorder .itemorder .itemorder_podarok b {
  display: block;
  word-break: break-all;
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
}
.fullorder {
  border-collapse: collapse;
  width: 100%;
}
.control-group.form-group.form-group--32 .btn.btn-primary.buttonkoleso {
color: #000 !important;
  padding: 0 34px;
  overflow: hidden;
  position: relative;
  border-radius: 26px;
}



/* Основной фон для всплывающего окна */
#popgifts {
position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  visibility: hidden;
  width: 100%;
  height: 100%;
}

/* Класс для отображения окна */
#popgifts.body_visible {
    display: flex;
    opacity: 1;
    pointer-events: auto; /* Делает окно кликабельным */
	visibility: visible;
}


#popgifts #close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  color: #000;
  font-size: 32px;
}

/* Стили для заголовка */
#popgifts .contentgrid h1 {
    text-transform: uppercase;
    text-align: center;
    line-height: 62px;
    font-size: 24px;
}

/* Стили для изображения */
#popgifts .contentgridimg img {
    max-width: 100%;
    margin-top: 20px;
    border-radius: 5px;
}

.container.proverkazakaz .jshop.cartsshop.moduletablevolsheb {
  align-content: center;
  align-items: center;
}
.moduletableobomne .customvolshebstb p {
  margin: 0;
}
.moduletableobomne .customvolshebstb img {
  margin: 0;
  max-width: 860px;
}
.moduletableobomne  .container .imgabout {
  max-width: 865px;
  width: 100%;
  margin: 65px 0;
}

.obomne .lazy-bg.fade-bg.parallax-content.bg-loaded {
  background-size: auto 100%;
}
.moduletableobomne .moduletablevolshebstb {
  padding-top: 13px;
}
.moduletableobomne p {
color: #51504e;
  font-size: 18px;
  border-style: hidden;
  outline: none;
  line-height: 1.5;
}
.moduletableobomne.programl .moduletablevolshebstb {
  padding-top: 35px;
}
.moduletableobomne.programl .moduletablevolshebstb img {
  max-width: 640px;
}
.moduletableobomne.programl table {
  max-width: 100%;
  width: 100%;
}
.moduletableobomne.programl table img {
  margin: 0 auto;
  display: block;
  max-width: 400px;
  width: 100%;
}
.moduletableobomne.programl table p strong {
  font-weight: bold;
  color: #000000;
  font-size: 32px;
}
.moduletableobomne.programl table p {
  color: #000000;
  font-size: 18px;
}
.moduletableobomne td p:nth-child(4) {
  border-top: 2px solid #D8B262;
  max-width: 300px;
  margin: 0 auto;
  border-bottom: 2px solid #D8B262;
  padding: 15px 0;
  color: #4E0B12;
  font-weight: bold;
}
.moduletableobomne.programl table td {
  padding-bottom: 30px;
}
.moduletableobomne.programl table {
  max-width: 100%;
  width: 100%;
  margin-bottom: -30px;
}
.moduletableobomne.programl .loalimg {
  max-width: 865px;
  width: 100%;
  margin: 65px 0 20px;
}
.modsertificate.serrr.ddoppage .containertextdop img {
  background-color: rgba(255, 255, 255, 0);
  filter: drop-shadow(0px 4px 4px rgba(0,0,0,0.25));
  border-radius: 15px;
  border: 3px solid #ffefc2;
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}
.ddoppage .moduletablefonhomelog.parallax::before {
  background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 3;
}
.ddoppage .slidertopline {
  margin-top: 55px;
  margin-bottom: 60px;
}
.parallax-container-header img {
  max-width: 150px;
  margin: 0 auto;
  display: block;
}
.parallax-container-header {
position: absolute;
  z-index: 100;
  top: 50%;
  width: 650px;
  height: auto;
  background: rgba(245, 245, 245, 0.5);
  border-radius: 50px;
  padding: 20px 50px;
  box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
  transform: translate(-50%, -50%);
  left: 50%;
  z-index: 1;
  margin-top: 25px;
}
.parallax-container-header h1 {
  color: #000000;
  text-align: center;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: bold;
}
.headerline {
  background: url('/images/new/icons/line.png');
  width: 100%;
  height: 8px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: 30px;
}
.containertextdop p {
  font-size: 18px;
  line-height: 1.5;
}
.containertextdop p a {
  color: #4E0B12;
}
.modsertificate.delvicert.ddoppage h2 {
  color: #A67029;
  font-size: 28px;
}
.modsertificate.delvicert.ddoppage .linedelivery {
  margin: 50px auto 55px;
}
.modsertificate.delvicert.ddoppage .tabledelivery {
  width: 100%;
  max-width: 630px;
}
.modsertificate.delvicert.ddoppage .tabledelivery td:nth-child(2) {
  font-weight: bold;
}
.modsertificate.delvicert.ddoppage strong {
  font-weight: bold;
  color: #4E0B12;
  font-size: 18px;
  margin-bottom: 5px;
  display: block;
}
.modsertificate.delvicert.ddoppage .tablekurdelivery {
  margin: 0 auto 50px;
}
.modsertificate.delvicert.ddoppage .tablekurdelivery {
  margin: 0 auto 50px;
  max-width: 700px;
  width: 100%;
}
.modsertificate.delvicert.ddoppage .tablekurdelivery td {
  width: 33%;
  font-size: 16px;
  color: #D3A54F;
  font-weight: bold;
  padding: 0 18px;
}
.faqitemspantext {
  font-size: 16px;
  color: #8C8C89;
  display: none;
  position: relative;
  margin-top: 10px;
  width: 100%;
  padding-right: 60px;
}
.faqitemspan {
 display: flex;
  width: 100%;
  align-content: center;
  align-items: center;
  font-size: 18px;
  padding-right: 70px;
  position: relative;
  font-weight: bold;
  color: #4E0B12;
}
.faqitemspan img {
  width: 50px;
  height: 50px;
}
.faqitemspan .faqitemspanclose {
  position: absolute;
  right: 0;
  cursor: pointer;
  top: -12px;
    transform: rotate(0deg);
	  transition: transform 0.2s ease-in-out;
}
.faqitem {
  margin-bottom: 30px;
  border-bottom: 1px solid #FFE5AD;
  padding-bottom: 30px;

}
.faqitem.hiddenq .faqitemspanclose {
  transform: rotate(-45deg);
}
.containertextdop li {
  font-size: 18px;
  line-height: 1.5;
}



.jshop.cartsshop.moduletablevolsheb #promoclick {
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 20px;
  color: #4E0B12;
  cursor: pointer;
  border-bottom: 2px solid;
  display: inline-block;
}
.jshop.cartsshop.moduletablevolsheb #promotext {
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: lowercase;
}

.jshop.cartsshop.moduletablevolsheb .paymentpromo-choice-box {
  border-radius: 12px;
  padding: 20px;
  margin-top: 0;
  max-width: 445px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  border: 3px solid #886135;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  color: #000;
}
.jshop.cartsshop.moduletablevolsheb .paymentpromo-choice-box .payment-input {
  width: 100%;
  display: block;
}
.jshop.cartsshop.moduletablevolsheb .paymentpromo-choice-box #promocode {
  padding-top: 0;
}
.paymentpromo_icon {
  position: absolute;
  right: 0;
  top: -1px;
  cursor: pointer;
  border-radius: 100px;
  border: 1px solid #886135;
  background: transparent;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  justify-items: center;
  width: 24px;
  height: 24px;
}
.paymentpromo_icon .ds-icon path {
  fill: #886135;
}

@media (max-width: 1200px) {
	
.jshop.cartsshop.moduletablevolsheb #promoclick {
    font-size: 16px;
    width: 100%;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }

.jshop.cartsshop.moduletablevolsheb #promotext {
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: lowercase;
}

 .jshop.cartsshop.moduletablevolsheb .paymentpromo-choice-box {
    max-width: 100%;
    width: 100%;
  }  
	
	
	
	
	
.container {
  max-width: 100%;
  padding: 0 10px;
}
.alfea {
  max-height: 330px !important;
  min-height: 330px !important;
  left: calc(50% + 16px);
}
.moduletablefonhomelog {
  height: 430px;
}
.parallax-container {
  height: 430px;
}
.moduletablefonhomelog img {
  max-width: 80px;
}
.moduletablevolshebstb {
  padding: 5px 0 20px;
}
.moduletablevolshebstb img {
  max-width: 330px;
  margin-left: -23px;
}

main {
  width: 100%;

  overflow-x: hidden;

}
#openMenuBtn {
  margin-left: 10px;
}
.usersearch {
  position: relative;
  margin-left: 20px;
}
.moduletablephonetop {
  margin-right: 10px;
  margin-left: auto;
}
header .search_cnt {
left: 0;
    width: 100%;
    margin-left: 0;
    z-index: 11;
    padding: 0 45px 0 10px;
}
.footer {
  overflow-x: hidden;
  width: 100%;
}
  .search_row_cnt .search_field {
    padding: 10px;
    font-size: 12px;
    height: 42px;
  }
  #search_window_cnt {
    left: 0;
    min-width: 100%;
    position: fixed;
    height: calc(100vh - 60px);
    border-radius: 0;
    padding: 10px;
    top: 60px;
  }
.search_window_cnt #comjshop_list_product .row-fluid {
  grid-template-columns: repeat(2,minmax(0,1fr));
  display: grid;
  flex-wrap: wrap;
  gap: 10px;
}
.search_window_cnt #comjshop_list_product .sblock2 {
  width: 100%;
  margin-top: 10px;
}
.search_window_cnt #comjshop_list_product .sblock2:nth-child(1), .search_window_cnt #comjshop_list_product .sblock2:nth-child(2) {
  margin: 0;
}
.search_window_cnt .image_block > .jshop_img {
  max-width: 120px;
}
.search_window_cnt #comjshop_list_product .salebg {
  width: 40px;
  height: 40px;
  font-size: 10px;
  padding-top: 5px;
}
.search_window_cnt #comjshop_list_product .salebgall {
  width: 40px;
  top: 5px;
  right: 5px;
}
.search_window_cnt #comjshop_list_product .salebg span {
  font-size: 7px;
}
.search_window_cnt #comjshop_list_product .salebg b {
  font-size: 10px;
}
.search_window_cnt #comjshop_list_product .sblock2 .name {
  font-size: 12px;
  padding: 0 10px;
}
.search_window_cnt #comjshop_list_product .sblock2 .description {
  font-size: 12px;
  padding: 0 10px;
  margin-top: 5px;
}
.search_window_cnt #comjshop_list_product .jshop_price {
  font-size: 14px;
}
.search_window_cnt #comjshop_list_product .btn.btn-success.button_buy, .search_window_cnt #comjshop_list_product .btnshowemailsave {
width: 110px;
    height: 61px;
    font-size: 11px;
    padding: 0 24px;
    border-radius: 12px;
	line-height: 1;
}
.search_window_cnt #comjshop_list_product .prokrutka {
  font-size: 12px;
}
.search_window_cnt #comjshop_list_product .product .image {
  padding-top: 25px;
  z-index: 1;
}
.search_window_cnt #comjshop_list_product .block_product .product::before {
  top: 14px;
  width: 100%;
  height: 3px;
}
.search_window_cnt #comjshop_list_product .image_block {
height: 140px;
    max-height: 140px;
    min-height: 140px;
}
.search-empty {
  font-size: 14px;
  min-height: 100%;
  left: 0;
  top: 0;
}
.usercabinetpanel {
  padding: 40px 46px;
  right: auto;
  left: 0;
}
.usercabinetpanel::before {
  top: 39px;
width: 29px;
  height: 56px;
}
.usercabinetpanel a {
  font-size: 16px;
  margin-bottom: 20px;
}
.usercabinetpanelclose {
  right: 10px;
}
.moduletablephonetop a {
  font-size: 14px;
}
.moduletable_menu .leftmenu ul li a {
  font-size: 16px;
}
.moduletable_menu .leftmenu ul li.item-189 h4, .moduletable_menu .leftmenu ul li.item-190 h4, .moduletable_menu .leftmenu ul li.item-191 h4 {
  font-size: 16px;
}
.jc-total-qtq {
  font-size: 14px;
}
.usercabinetpanel {
  left: 100px;
}
#closeMenuBtn {
  font-size: 32px;
  right: 19px;
  color: #000;
  font-weight: normal;
  top: 10px;
}
.side-menu .menu {
  margin-top: 34px;
  position: relative;
}
#modalContent {
  margin: 0;
  left: 0;
  transform: none;
  width: 100% !important;
  height: 100% !important;
  border-radius: 0 !important;
  padding: 40px 10px 20px 10px !important;
}
#modalContent > button {
  top: 2px !important;
  right: 4px !important;
  font-size: 24px !important;
}
#quick-view {
  display: flex;
  flex-wrap: wrap;
}
#quick-view .quick_image {
  width: 100%;
  margin: 0 0 30px 0;
  min-width: 100%;
}
#quick-view .quick_image .salebgall {
  top: 0;
  right: 0;
  height: auto;
  width: 70px;
}
.salebg {
  width: 70px;
  height: 70px;
  font-size: 14px;
  margin-bottom: 10px;
}
.salebg.client_sale b {
  font-size: 14px;
}
.salebg.client_sale span {
  font-size: 12px;
}
body#default div#modalOverlay div#modalContent div div#quick-view div div div a#MagicZoomMain > .mz-figure > img {
    max-height: 370px !important;
    max-width: 300px !important;
    width: auto !important;
    object-fit: contain;
}
  #MagicZoomMain {
min-height: 100% !important;
    max-height: 100% !important;
    height: 100%;
  }
.quick_right h1 {
  width: 100%;
  font-size: 20px;
  text-align: center;
}
#quick-view .description {
  font-size: 16px;
  text-align: center;
}
.blockprices {
  justify-content: center;
  justify-items: center;
}
.quick_right .old_price, .quick_right .actialprice {
  font-size: 20px;
}
.buttons-quick {
  margin-top: 20px;
}
.quick_right .btn.btn-success.button_buy, .quick_right .btnshowemailsave {
width: 180px;
    font-size: 16px;
    height: 99px;
    margin: 0 auto;
}
.quick_prod_description {
  font-size: 16px;
  margin-top: 30px;
}
.reviewh2 {
  font-size: 20px;
  margin-top: 80px;
  margin-bottom: 10px;
  text-align: center;
}
#modalContent .feedback__info-header {
  font-size: 16px;
}
.reviewsall .reviewsitem .feedback__top .feedback__info_date {
  font-size: 14px;
}
#modalContent .feedback__text {
  font-size: 16px;
}
.reviewsall .reviewsitem .feedback__photo a img {
  width: 55px;
  height: 85px;
  min-height: 85px;
}
.quick_right {
  width: 100%;
}

.moduletablevolsheb.botban {
  padding: 0 10px;
}
.moduletablevolsheb.botban h2 {
  font-size: 20px;
}
.moduletablevolsheb.botban p {
  font-size: 16px;
}
#comjshop_list_product {
  gap: 10px;
}
#comjshop_list_product .row-fluid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 10px;
  position: relative;
}
.sblock2 {
  width: 100%;
}
.salebgall {
width: 40px;
    top: 5px;
    right: 5px;
}

.block_product .product::before {
    top: 14px;
    width: 100%;
    height: 3px;
  }
#comjshop_list_product .salebg {
    width: 40px;
    height: 40px;
    font-size: 10px;
    padding-top: 5px;
  } 
#comjshop_list_product .salebg b {
    font-size: 10px;
  }
#comjshop_list_product .salebg span {
    font-size: 7px;
  } 
#comjshop_list_product .product .image {
    padding-top: 28px;
    z-index: 1;
  }  
#comjshop_list_product .image_block {
height: 140px;
    max-height: 140px;
    min-height: 140px;
  }  
  .image_block > .jshop_img {
    max-width: 150px;
  } 
#comjshop_list_product .sblock2 .name {
    font-size: 12px;
    padding: 0 10px;
  }  
#comjshop_list_product .sblock2 .description {
    font-size: 12px;
    padding: 0 10px;
    margin-top: 5px;
  } 
#comjshop_list_product .jshop_price {
    font-size: 14px;
  } 
#comjshop_list_product .btn.btn-success.button_buy, #comjshop_list_product .btnshowemailsave,  #comjshop_list_product .button_bibor  {
width: 110px;
    height: 61px;
    font-size: 11px;
    padding: 0 24px;
    border-radius: 12px;
	line-height: 1;
  }
#comjshop_list_product .prokrutka {
    font-size: 12px;
  } 
  .sblock2 .oiproduct {
  margin-top: 25px;
}
.bottom_buy .buttons {
  margin-top: 10px;
}
.moduletablevolsheb.botban::before {
  right: 16px;
  top: -198px;
  width: 55px;
}
.moduletablevolsheb.botban::after {
  left: 10px;
  top: -158px;
  width: 77px;
}
.slidertopline {
  height: 10px;
  margin-top: 50px;
  margin-bottom: 25px;
}
.sliderbotline {
  height: 10px;
  margin-bottom: 50px;
  margin-top: 25px;
}

.modvideos::before, .modvideos::after{
	display: none;
}
.slider {
  height: 200px;
  min-width: 200px;
  border-radius: 15px;
}
.slide video {
  min-height: 200px !important;
}
.row-fluid.dopstars::before, .row-fluid.dopstars::after, .modotzivi::after, .modotzivi::before {
    display: none;
  }
#comjshop_list_product .sblock2 {
    width: 100%;
    margin-top: 10px;
  }
#comjshop_list_product .row-fluid:nth-child(1) .sblock2:nth-child(1), #comjshop_list_product .row-fluid:nth-child(1) .sblock2:nth-child(2) {
    margin: 0;
  } 
.jshop_price .nonalichie, .dopnedostupno {
  font-size: 12px;
}
.sblock2 .bottom_buy {
  position: relative;
  margin: auto auto 25px;
}
.modotzivi .slidertopline {
  margin-bottom: 50px;
  margin-top: 50px;
}
.containertext h2 {
  font-size: 20px;
}
.containertext p {
  font-size: 16px;
}

.bgomhname {
  font-size: 16px;
}
.containertext {
  margin-bottom: 50px;
}
  .footer {
    margin-top: 50px;
  }
  .moduletablefoottext p strong {
  font-size: 12px;
}
.moduletablefoottext p img {
  width: 80px;
  margin-top: 25px;
  margin-bottom: 30px;
}
.moduletablefoottext table td, .moduletablefoottext table td a {
  font-size: 16px;
}
  .moduletablefootmenu ul li a h4, .moduletablefootmenu ul li a {
    font-size: 14px;
    line-height: 1;
  }
.moduletablefootmenu {
  display: none;
}
.moduletablefootbottom a img {
  width: 50px;
}
.moduletablefootbottom a {
  font-size: 16px;
}
.moduletablemenupol p a {
  font-size: 12px;
}
.privatcopy, .privatcopy a {
  font-size: 12px;
  font-weight: normal;
  margin-top: 30px;
}
.moduletablemenupol p:last-child a {
  margin-top: 26px;
}
.moduletablefootbottom {

  margin-bottom: 0;
}
.moduletablefootbottom .sliderbotline {
  margin-bottom: 30px;
  margin-top: 25px;
}
.obomne .lazy-bg.fade-bg.parallax-content.bg-loaded, .bgcart .lazy-bg.fade-bg.parallax-content.bg-loaded {
  background-size: auto 100%;
  min-height: 430px;
}
.parallax-content.lazy-bg.bg-loaded {
 min-height: 430px;
}
.parallax-container-header {
  width: calc(100% - 20px);
}
.parallax-container-header h1 {
  font-size: 20px;
}
.ddoppage .slidertopline {
  margin-top: 30px;
  margin-bottom: 50px;
}
.faqitemspan {
  font-size: 16px;
}
.faqitemspantext {
  font-size: 14px;
}
.jshop.productsall h1 {
  font-size: 20px;
}
.jshop.productsall .slidertopline {
  margin-top: 20px;
  margin-bottom: 40px;
}
.moduletableobomne.programl .moduletablevolshebstb img {
  max-width: 400px;
}
.moduletableobomne.programl .moduletablevolshebstb {
  padding-top: 10px;
}
.moduletableobomne.programl .loalimg, .moduletableobomne .container .imgabout {
  max-width: 612px;
  width: 612px;
  margin: 40px 0 -40px !important;
  transform: translateX(-50%);
  left: 50%;
  position: relative;
}
.moduletableobomne.programl table {
  table-layout: fixed;
}
.moduletableobomne.programl table td {
  padding-bottom: 30px;
  max-width: 50%;
  width: 50%;
  min-width: 50%;
  padding: 5px;
  vertical-align: top;
}
.moduletableobomne.programl table td:nth-child(1) {
  padding-left: 0;
}
.moduletableobomne.programl table td:nth-child(2) {
  padding-right: 0;
}
.moduletableobomne.programl table p strong {
  font-size: 18px;
}
.moduletableobomne.programl table p {
  font-size: 14px;
}
.moduletableobomne p {
  font-size: 16px;
}
.moduletableobomne .customvolshebstb img {
  margin: 0;
  max-width: 500px;
}
.moduletableobomne .moduletablevolshebstb {
  padding-top: 0;
}
.moduletableobomne .container .imgabout {
  margin-bottom: 35px !important;
}
.modsertificate.delvicert.ddoppage .linedelivery {
  width: 90%;
}
.containertextdop p {
  font-size: 16px;
}
.modsertificate.delvicert.ddoppage h2 {
  font-size: 20px;
}
.modsertificate.delvicert.ddoppage .containertextdop p a {
  display: block;
}
.modsertificate.delvicert.ddoppage strong {
  font-size: 16px;
}

.modsertificate.delvicert.ddoppage .tablekurdelivery p {
  font-size: 12px;
}
.modsertificate.delvicert.ddoppage .tablekurdelivery td {
  font-size: 16px;
  padding: 0 10px;
}
.modsertificate.delvicert.ddoppage .tablekurdelivery img {
  height: 46px;
  width: auto;
}
.jshop.cartsshop.moduletablevolsheb .page__title.page__title--cart {
  font-size: 20px;
}
.control-group.form-group label {
  font-size: 12px;
}
.control-group.form-group.form-group--32 {
  height: 46px;
  font-size: 16px;
}
.control-group.form-group.form-group--32 a {
  font-size: 14px;
}
.jshop.cartsshop.moduletablevolsheb {
  padding: 50px 20px;
}
#k2Container .fullorder .itemorder > td {
  font-size: 14px;
}
.container.proverkazakaz #order_shop {
  overflow-x: auto;
}
.fullorder .itemorder .itemorder_podarok b {
  font-size: 12px;
}
#k2Container .fullorder .itemorder .itemorder_podarok {
  font-weight: bold;
  min-width: 320px;
}
#k2Container .fullorder .itemorder > td.itemorder_product {
  min-width: 290px;
}

.jshop.cartsshop.moduletablevolsheb .cart__row {
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.jshop.cartsshop.moduletablevolsheb .cart__row .cart__img {
  width: 100%;
  height: auto;
  display: block;
  margin-right: 0;
  margin-bottom: 20px;
}
.jshop.cartsshop.moduletablevolsheb .jshop_img {
  max-height: 180px;
  margin: 0 auto;
  height: 100%;
  max-width: 220px;
}
.jshop.cartsshop.moduletablevolsheb .cart__item {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.jshop.cartsshop.moduletablevolsheb .cart__item-inner {
  flex-wrap: wrap;
}
.jshop.cartsshop.moduletablevolsheb .cart__name {
  width: 100%;
}
.jshop.cartsshop.moduletablevolsheb .cart__name .cart__title {
  font-size: 16px;
  text-align: center;
  width: 100%;
  justify-content: center;
  justify-items: center;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
}
.cart__name .cart__title span {
  font-size: 14px;
}
.jshop.cartsshop.moduletablevolsheb .cart__price {
  font-size: 16px;
}
.jshop.cartsshop.moduletablevolsheb .cart__data {
  display: flex;
  align-content: center;
  align-items: center;
  margin-left: auto;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  justify-items: center;
  margin-top: 20px;
}
.jshop.cartsshop.moduletablevolsheb .cart__price {
  margin-right: 0;
  width: 100%;
  display: block;
  text-align: center;
}
.jshop.cartsshop.moduletablevolsheb .cart__price {
  text-align: center;
  margin-bottom: 10px;
}

.jshop.cartsshop.moduletablevolsheb .cart__remove {
  width: 42px;
  position: absolute;
  display: block;
  margin-top: 29px;
  margin-right: -164px;
}
.jshop.cartsshop.moduletablevolsheb .slidertopline {
  width: 100%;
  min-width: 100%;
  left: 0;
  margin-top: -40px;
}
.cart_total_blocks_top {
  justify-content: center;
  justify-items: center;
  display: flex;
  flex-wrap: wrap;
}
.jshop.cartsshop.moduletablevolsheb #bonusclick, .jshop.cartsshop.moduletablevolsheb #promoclick {
font-size: 16px;
    width: 100%;
    text-align: center;
    padding-bottom: 5px;
	margin-bottom: 15px;
}
.jshop.cartsshop.moduletablevolsheb #bonustext {
  font-size: 14px;
}
.jshop.cartsshop.moduletablevolsheb #bonustext span {
  font-size: 16px;
  width: 100%;
  display: block;
  text-align: center;
}
.jshop.cartsshop.moduletablevolsheb .cart_total_blocks {
  width: 100%;
  text-align: center;
}
.jshop.cartsshop.moduletablevolsheb .cart__total {
  font-size: 18px;
}
.jshop.cartsshop.moduletablevolsheb #min_price_order {
  font-size: 14px;
}
.btn.btn-success.button_buy, .btnshowemailsave, .formblock-order-linkpovtor, .formblockuserdatasave, .promocodeactive, .buyclickcert, .submit-review-btn, .cart__send, .jshop.cartsshop.moduletablevolsheb.delivery.finishcarts .btn.btn-primary.button.donates, .btn.btn-success.button_bibor  {
	
width: 180px;
    font-size: 16px;
    height: 99px;
    margin: 0 auto;
    border-radius: 20px;
}
.jshop.cartsshop.moduletablevolsheb .payment-choice-box {
  max-width: 100%;
  width: 100%;
}
.jshop.cartsshop.moduletablevolsheb .payment-option {
  font-size: 16px;
}
.jshop.cartsshop.moduletablevolsheb .option-text b {
  font-size: 14px;
}
.jshop.cartsshop.moduletablevolsheb .info-note {
  font-size: 14px;
}
.order-step.order-step--order .jshop_order_step span {
  font-size: 14px;
}
.order-step.order-step--order li {
  margin: 0 15px;
}
.control-group-40, .control-group-30 {
  grid-template-columns: repeat(1,minmax(0,1fr));
  gap: 0;
}
.control-group.box_button.buttondalee .textadressbatton {
  flex-wrap: wrap;
}
.control-group.box_button.buttondalee .textadressbatton .btn.btn-primary.button.cart__send {
  font-size: 16px;
  order: 1;
  display: block;
  margin: 0 auto 25px;
  padding: 0;
}
.control-group.box_button.buttondalee .textadressbatton .textadressb {
width: 100%;
    order: 1;
    display: block;
    font-size: 14px;
    border: 3px solid #BF0014;
    padding: 10px 20px;
    border-radius: 25px;
    margin-bottom: 30px;
}
.textadressb ol {
  padding-left: 20px;
}
.textadressb ol li {
  margin: 15px 0;
}
.jshop.cartsshop.moduletablevolsheb.delivery .control-group.box_button.buttondalee .btn.btn-primary.button.cart__send {
  font-size: 16px;
}
#table_shippings .name {
  max-width: 100%;
  margin-bottom: 30px;
}
#table_shippings > .name:nth-child(3) {
  margin-right: 0;
  margin-bottom: 0;
}
.jshop.cartsshop.moduletablevolsheb .page__cart.finishcarts {
  gap: 0;
}
  .jshop.cartsshop.moduletablevolsheb .page__cart.finishcarts .slidertopline {
    margin-top: -35px;
    background-size: 100% auto !important;
  }
  .checkoutinfo_block {
  margin-top: 10px;
}
.checkoutinfo_block {
  display: flex;
  flex-wrap: wrap;
}
.checkoutinfo_block .checkoutinfo div {
font-size: 14px;
}
  .checkoutinfo_block .checkoutinfo div span {
    margin-left: auto;
    text-align: right;
    width: 55%;
  }
.checkoutinfo_block .checkoutinfo div {
  display: flex;
}
.checkoutinfo_block .jshop_subtotalinfo {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.checkoutinfo_block .jshop_subtotalinfo .jshop.jshop_subtotal > div {
  font-size: 14px;
}
.checkoutinfo_block .jshop_subtotalinfo {
  width: 100%;
  max-width: 100%;
  margin: 25px 0 0;
}
  .checkoutinfo_block .jshop_subtotalinfo::before {
    background: url('/templates/alter2018/images/sliderline.svg');
    height: 15px;
    display: block;
    background-size: 100% auto !important;
    position: relative;
    background-repeat: repeat-x !important;
    content: "";
    padding-top: 40px;
  }
.copeofert {
  font-size: 12px;
  text-align: center;
}
.jshop.cartsshop.moduletablevolsheb.delivery.finishcarts a {
  font-size: 12px;
}
.copeofert span {
  font-size: 14px;
  max-width: 100%;
}
.jshop.cartsshop.moduletablevolsheb.delivery.finishcarts h1 {
  font-size: 20px;
}
.custompodaroks {
  margin-bottom: 30px;
}
.jshop.cartsshop.moduletablevolsheb.delivery.finishcarts.ff a {
  font-size: 16px;
}
#loginblock h2, #regblock h2 {
  font-size: 20px;
}
#loginblock p, #regblock p {
  font-size: 16px;
}
#loginblock input, #regblock input {
  font-size: 16px;
  height: auto;
  padding: 15px 30px;
}
.loginblockbuttlog > div {
	width: 180px;
    font-size: 16px;
    height: 99px;
    margin: 0 auto;
}
#loginblock p.doptextreg, #regblock p.doptextreg {
  font-size: 16px;
  margin-top: 20px;
}
.modal-content {
  max-width: calc(100% - 20px);
  border-radius: 20px;
}
.modal {
  max-width: calc(100% - 20px);
  border-radius: 20px;
  left: 10px;
}
.notic {
  font-size: 20px;
}
.regblockform label {
  font-size: 14px;
}
.regblockform {
  grid-template-columns: repeat(1,minmax(0,1fr));
  gap: 0;
  width: 100%;
}
#otherCountryToggle {
  font-size: 14px;
}
.jshop.cartsshop.moduletablevolsheb .input.input--count {
  font-size: 14px;
}
.block_cabinet .block_cabinet_left {
  display: none;
}
.block_cabinet .block_cabinet_right {
  margin: 0;
  min-height: auto;
}
.modal-content.cabinet, .orderblockshow {
  padding: 40px 10px 10px;
}
.orderblockshow {
  border-radius: 20px;
}

.modal-content.cabinet .header_cabinet, .orderblockshow .header_cabinet {
  justify-content: center;
  justify-items: center;
  margin-bottom: 25px;
}
.modal-content.cabinet .header_cabinet h2, .orderblockshow .header_cabinet h2 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
}
.modal-content.cabinet .header_cabinet .header_cabinet_name, .orderblockshow .header_cabinet_name {
  font-size: 16px;
}
.formblock-content-history-top {
  padding: 16px 10px 10px;
}
.formblock-content-history-top > div {
  font-size: 12px;
}
.formblock-content-history-row {
  padding: 10px 10px;
}
.formblock-content-history-row > div {
  font-size: 12px;
}
.formblock-order-top-row {
  padding: 10px 10px 10px;
}
.formblock-order-top-row div {
  text-align: left;
  justify-content: left;
  justify-items: left;
  font-size: 14px;
}
.formblock-order-top-row div:last-child {
  justify-content: right;
  justify-items: right;
  text-align: right;
  width: 80%;
}
.formblock-order-bottom-head {
  padding: 10px 10px;
}
.formblock-contentproduct-history-row {
  padding: 10px;
}
.formblock-contentproduct-history-row div:nth-child(3), .formblock-order-bottom-head div:nth-child(3) {
  width: 20%;
}
.formblock-contentproduct-history-row div:nth-child(2), .formblock-order-bottom-head div:nth-child(2) {
  width: 10%;
  text-align: center;
  justify-content: center;
  justify-items: center;
  white-space: nowrap;
}
.formblock-contentproduct-history-row div, .formblock-order-bottom-head div {
  width: 70%;
  font-size: 14px;
}
.formblock-order-bottomb-row {
  padding: 10px;
}
.formblock-order-bottomb-row div {
  width: 50%;
  text-align: left;
  justify-content: left;
  justify-items: left;
   font-size: 14px;
}
.formblock-order-bottomb-row div:last-child {
  width: 50%;
  text-align: right;
  justify-content: right;
  justify-items: right;
  font-size: 14px;
}
.modal.show .orderblockshow .orderblockshow2 .formblock-content-history {
  padding-bottom: 30px;
}
#authModal .modal-content.cabinet {
  max-width: 100%;
}
.input-field:focus + label, .input-field:not(:placeholder-shown) + label {
  font-size: 12px;
}
.formblock-content-history.userdata {
  padding: 25px 10px;
}
.formblock-subgroup {
  gap: 0;
  grid-template-columns: repeat(1,minmax(0,1fr));
  margin: 0;
}
.modal-content.cabinet .btn.btn-success.button_buy, .modal-content.cabinet .btnshowemailsave, .modal-content.cabinet .formblock-order-linkpovtor, .modal-content.cabinet .formblockuserdatasave, .modal-content.cabinet .promocodeactive, .buyclickcert {
  font-size: 16px;
}
.formblock-content-history.userdatabonus {
  padding: 25px 0 0;
}
.tophead {
  flex-wrap: wrap;
}
.tophead .topheadl {
  width: 300px;
  height: 172px;
  max-width: 300px;
  min-width: auto;
  margin: 0 auto;
}
.topheadr {
  margin: 30px auto 0;
  max-width: 300px;
  text-align: center;
  justify-content: center;
}
.topheadr #promocode {
  text-align: center;
  font-size: 14px;
  margin-bottom: 15px;
}
.formblock-content-history.userdatabonus div.promocodeactive {
font-size: 12px;
    width: 132px;
    height: 74px;
}
  .formblock-content-history.userdatabonus .topheadr {
    margin: 30px auto 30px;
    max-width: 300px;
    text-align: center;
    justify-content: center;
    font-size: 12px;
    width: 132px;
    height: auto;
  }
  .formblock-content-history.userdatabonus.userdatacode .topheadr {
  width: 100%;
  margin-bottom: 0;
}
.formblock-content-history.userdatabonus .formblock-content-history-top {
  margin-top: 30px;
}
.tophead {
  margin-bottom: 0;
}
.formblock-content-history.userdatabonus .formblock-content-history-top {
  padding: 10px 10px;
}
.formblock-content-history.userdatabonus .buyclickcert {
  width: 110px !important;
  height: 61px !important;
  font-size: 9px !important;
  border-radius: 14px;
  margin-right: 0;
  margin-left: 15px;
}
.formblock-content-history.userdatabonus.userdatacode .topheadr {
  max-width: 100%;
  padding: 0 10px;
}
.topheadrtitle {
  font-size: 16px;
  text-align: center;
}
.topheadrtitlep3, .topheadrtitlep2, .topheadrtitlep {
  font-size: 14px;
  padding: 0;
}
.bottomgbonus {
  font-size: 14px;
  width: 100%;
  padding: 0 10px;
  margin-top: 0;
}
.formblock-content-history.userdatabonus.userdatacode .tophead {
  margin-bottom: 22px;
}
.formblock-content-history.userdataotziv {
  padding: 25px 10px;
}
.formblock-content-history.userdataotziv .submit-review-btn {
  font-size: 16px;
  margin: 20px auto;
}
.formblock-content-history.userdataotziv .reviewsall .reviewsitem {
  padding: 20px 10px;
}
.formblock-content-history.userdataotziv .reviewsall .reviewsitem .feedback__info-header {
  font-size: 14px;
}
.formblock-content-history.userdataotziv .reviewsall .reviewsitem .feedback__info-header span {
  font-size: 12px;
  width: 85%;
}
.formblock-content-history.userdataotziv .reviewsall .reviewsitem .feedback__top .feedback__info_date {
    font-size: 12px;
  }
.formblock-content-history.userdataotziv .reviewsall .reviewsitem .feedback__text {
  font-size: 14px;
}
.formblock-content-history.userdataotziv .reviewsall {
  gap: 15px;
}
.reviewsall .reviewsitem .feedback__bonus {
  font-size: 14px;
}
.reviewsall .reviewsitem .feedback__photo a img {
  border-radius: 6px;
}
 .fixblockmenu {
    display: grid;
    top: 0;
  }
  #authModal .modal-content.cabinet {
    max-width: 100%;
    top: 20px;
    margin-top: 0;
  }
.formblock-content-history.userdatabonus .formblock-content-history-top > div:nth-child(4), .formblock-content-history.userdatabonus .formblock-content-history-row > div:nth-child(4) {
  width: 30%;
  justify-content: right;
  justify-items: right;
  margin-left: 15px;
}
.dop_slider_wrapper {

  width: 100%;
  margin-left: 0;
}
.dop_prod_con img {
  width: 70px;
  height: 70px;
  max-height: 70px;
  object-fit: contain;
  min-height: 70px;
  min-width: 70px;
  max-width: 70px;
  display: block;
  margin: 0 auto 5px;
}
.dop_prod_con {
  flex: 0 0 calc(50% - 7.5px);
}
    .notic-message {
         font-size: 16px;
        width: 415px;
        margin: 0 auto;
        font-weight: normal;
        line-height: 1.4;
    }
	.notic-buttons .regmessageblock {
    font-size: 16px;
}
button.noregmessageblock {
    font-size: 14px;
	margin-top: 10px;
}
.privacybl {
  margin: 20px auto 0;
}
.social-login-links > div {
  width: 45px;
  height: 45px;
}
.social-login-links {
  margin-top: 0;
}
.jshop_price.redprice span:nth-child(1)::before {
  top: 7px;
}
.quick_right .blockprices.redprice span:nth-child(1)::before {
  top: 11px;
}
.header_cabinet_name {
  display: none;
}
.header_cabinet_name_mobile {
  display: block;
}
#loginput label {
  max-width: 475px;
  display: block;
  text-align: left;
  margin: 0 auto 10px;
  font-size: 16px;
  padding: 0 34px;
  text-align: center;
}
}