.flex {
  display: flex;
}

.flex_e {
  justify-content: flex-end;
}



.block1_left {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  text-align: center;
}

.block1_layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: rgba(80, 0, 51, 0.9);
}

.block1_design h1 {
  position: relative;
  z-index: 99;
  font-size: 32pt;
  margin-bottom: 30px;
  text-shadow: 0 1px 3px #a03;
}

.block1_design h1 span {
  font-size: 24pt;
}

.block1_design p {
  font-size: 20pt;
  font-weight: bold;
  color: #fd0;
  text-shadow: 0 1px 3px #a03;
}

.btn_design {
  padding: 18px 30px;
  border-radius: 8px;
  background: #fff;
  color: #f05;
  font-size: 18pt;
  font-weight: bold;
  box-shadow: 0 1px 3px #111;
  position: relative;
  left: 143px;
  transition: all 0.3s;
}

.btn_design:hover {
  background: #fafafa;
  transform: scale(1.1);
  box-shadow: 0 3px 3px #502;
}

.btn_foot {
  margin: auto;
  display: block;
  width: 286px;
  padding: 18px 0;
  border-radius: 8px;
  background: #fff;
  color: #f05;
  font-size: 18pt;
  font-weight: bold;
  box-shadow: 0 1px 3px #111;
  position: relative;
  transition: all 0.3s;
}

.btn_foot:hover {
  background: #fafafa;
  transform: scale(1.1);
  box-shadow: 0 3px 3px #111;
}

.cart_add {
  margin-left: 5px;
}

.cart_add_f {
  margin-top: 30px;
}

.btn_prod_f {
  position: relative !important;
  padding: 10px 50px;
  border-radius: 8px;
  background: #999;
  color: #fff;
  font-size: 13pt;
  font-weight: bold;
  box-shadow: 0 3px 3px #502;
  transition: all 0.3s;
}

.btn_prod_f:hover {
  background: rgb(100, 0, 30);
  transform: scale(1.1);
  box-shadow: 0 3px 3px #502;
}

.btn_prod {
  position: relative !important;
  padding: 10px 30px;
  border-radius: 8px;
  background: #ec0748;
  color: #fff;
  font-size: 13pt;
  font-weight: 700;
  transition: all 0.3s;
}

.btn_prod:hover {
  background:rgb(100, 0, 30);
  transform: scale(1.1);
  box-shadow: 0 3px 3px #502;
}

.tovar-item {
  box-shadow: 0 2px 4px #aaa;
  padding: 0 0 10px;
  border-radius: 14px;
  margin: 20px 5px;
  box-sizing: border-box;
  background: #fff;
}

.tovbutimg {
  border-radius: 14px 14px 0 0;
}

body {
  color: #4d2240;
  min-width: 380px;
}

