@import url("https://fonts.googleapis.com/css?family=Ubuntu:300,500&subset=cyrillic");
@import url("fonts/Stripeblack/font-min.css");
:root {
  --ui-main-color: #465b8e;
  --ui-darken-color: #394669;
  --ui-border-radius: 16px;
  --ui-card-shadow: 0 0 16px -2px rgba(223,227,230,0.6);
}
b {
  font-weight: 500;
}
html {
  font-size: 16px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  width: 100vw;
  background-color: #fff;
  margin: 0;
  padding: 0;
  overflow-y: scroll;
}
header {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  width: 100%;
  max-width: 1100px;
}
.logo-black-new {
  width: 40rem;
  height: 12rem;
  background: url("img/talmenka.jpg") no-repeat no-repeat 0 center;
  /*background: url("img/garik-logo-new.svg") no-repeat no-repeat center center;*/
  background-size: auto 110%;
}
nav {
  position: relative;
}
nav ul {
  position: relative;
  top: auto;
  bottom: 0;
}
h1 {
  font-size: 2rem;
  margin-bottom: 0;
  font-weight: 600;
}
.stripe {
  font-family: 'Stripe black';
  font-size: 6rem;
  font-weight: 400;
  margin-top: 0;
  display: inline-block;
}
body {
  margin: 0;
  position: relative;
  min-height: 200vh;
  overflow-x: hidden;
  width: 100%;
}
a,
a:hover,
a:visited,
a:focus,
a:active {
  color: #000;
}
main {
  display: block;
  margin: 0 auto;
}
main div {
  display: inline-block;
}
.main-wrapper {
  margin: 0 auto;
  width: 68rem;
  z-index: 1;
  position: relative;
  padding-left: 1%;
  padding-right: 1%;
}
.wrapper {
  width: 100%;
}
.cards-wrapper {
  width: 48rem;
}
aside {
  display: inline-block;
  vertical-align: top;
  background-color: #7bcfc8;
  width: 21rem;
  min-width: 21rem;
  float: right;
}
.main-menu {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  float: right;
}
.main-menu ul {
  margin-left: 1rem;
  margin-right: -1rem;
  padding: 0;
  display: inline-block;
}
.main-menu ul li {
  display: inline-block;
  margin-right: 1rem;
  cursor: pointer;
  text-align: center;
  font-family: 'Ubuntu', Arial;
  transition: all linear 0.1s;
}
.main-menu ul li:hover {
  transform: translate(0, -0.1rem);
  transition: all linear 0.1s;
}
.main-menu ul a {
  text-decoration: none;
  border-bottom: 1px dashed #808080;
  padding-bottom: 0.2rem;
}
.social {
  padding: 2.5rem 1rem;
  background-size: 1.7rem 1.7rem;
  height: 2rem;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  border-bottom: none !important;
}
.insta {
  background-image: url("img/Instagram.png");
}
.vk {
  background-image: url("img/vk.png");
}
.gallery img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 19%;
  height: 100px;
  margin-right: 2px;
  margin-bottom: 2px;
}
.category-menu {
  display: block;
  width: 100%;
}
.category-menu ul {
  margin-top: 0rem;
  padding: 0;
  width: 100%;
  display: table;
}
.category-menu ul li {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
  padding: 0.7rem 0.5rem;
  font-size: 0.9rem;
  font-weight: 500;
  background: #f7f7f7;
  text-align: center;
  color: var(--ui-darken-color);
}
.category-menu ul li:hover,
.category-menu ul li.active {
  background: #333;
  background: var(--ui-darken-color);
  color: #fff;
}
.category-menu ul li:first-child {
  border-radius: 0.5rem 0 0 0.5rem;
}
.category-menu ul li:last-child {
  border-radius: 0 0.5rem 0.5rem 0;
}
.product-card {
  width: 15rem;
  height: 22rem;
  text-align: left;
  margin: 0rem 2% 1rem 0;
  display: inline-block;
  background: #fff;
  box-sizing: content-box;
  vertical-align: top;
  position: relative;
  box-shadow: var(--ui-card-shadow);
  overflow: hidden;
  border-radius: 16px;
  border-radius: var(--ui-border-radius);
}
.product-card:last-child {
  margin: 0rem 0rem 1rem 0;
}
.product-card.additional {
  height: 16rem;
}
.product-card.additional .descr-wrapper {
  height: 40%;
}
.product-card.additional .product-img {
  height: 60%;
}
.product-card h3 {
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0;
}
.product-card p {
  margin-top: 0.1rem;
}
.product-card .product-name {
  font-weight: 500;
  font-size: 0.9rem;
  display: inline-block;
  padding-right: 0.5rem;
}
.product-card .product-weight {
  font-weight: 300;
  font-size: 0.7rem;
  display: inline-block;
}
.product-card .product-img {
  width: 100%;
  height: 50%;
  background-image: url("img/placeholder-new.jpg");
  background-position: center center;
  background-repeat: no-repeat no-repeat;
  background-size: 110%;
  position: relative;
  cursor: pointer;
  transition: all ease-out 0.2s;
}
.product-card .product-img:hover,
.product-card .product-img:active,
.product-card .product-img:focus {
  transition: all ease-out 0.2s;
}
.product-card .product-img:hover {
  background-size: 120%;
}
.product-card .descr-wrapper {
  position: relative;
  padding: 1rem;
  height: 50%;
  width: 100%;
  box-sizing: border-box;
}
.product-card .product-price {
  position: absolute;
  right: 1rem;
  bottom: 0.6rem;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0.2rem;
  border: 0.1rem solid var(--ui-main-color);
  background-color: #fff;
  color: var(--ui-main-color);
  border-radius: 0.3rem;
}
.product-card h4 {
  margin-top: 2rem;
  margin-bottom: 0.2rem;
  font-weight: 500;
}
.product-card p {
  font-size: 0.8rem;
}
.product-card .product-ctrl {
  position: absolute;
  bottom: 0.5rem;
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.product-card .product-ctrl .add-button {
  display: inline-block;
  padding: 0.35rem 0.8rem;
  text-align: center;
  box-sizing: border-box;
  margin: 0.3rem 0 0 0.3rem;
  color: #fff;
  border: 0.1rem solid var(--ui-main-color);
  background-color: var(--ui-main-color);
  border-radius: 0.2rem;
  cursor: pointer;
  vertical-align: top;
}
.product-card .product-ctrl .add-button:hover {
  text-shadow: 0 0 5px #fff;
}
.product-card .product-ctrl .add-button:active,
.product-card .product-ctrl .add-button:focus {
  background-color: #249bff;
}
.product-card .product-ctrl .value-button {
  font-size: 1rem;
  width: 2rem;
  display: inline-block;
  padding: 0.3rem 0;
  text-align: center;
  box-sizing: border-box;
  margin: 0.4rem 0;
  color: #fff;
  border: 0.1rem solid var(--ui-main-color);
  color: var(--ui-main-color);
  font-weight: 500;
  border-radius: 0.2rem;
  vertical-align: top;
  transition: all linear 0.1s;
}
.product-card .product-ctrl .value-button:hover {
  background-color: var(--ui-main-color);
  color: #fff;
  transition: all linear 0.1s;
}
.product-card .product-ctrl input {
  padding: 0.3rem 0;
  font-size: 1rem;
  text-align: center;
  box-sizing: border-box;
  border: 0.1rem dashed var(--ui-main-color);
  margin: 0.4rem 0;
  border-radius: 0.2rem;
  font-weight: 500;
  vertical-align: top;
}
.product-card .popupImgScale {
  position: absolute;
  top: 0;
  left: 102%;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  transition: all linear 0.1s;
  width: 30.2rem;
  height: 21.5rem;
  border: 0.3rem solid #fff;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
}
.product-card .popupImgScale .product-img {
  height: 100%;
}
.product-card:hover .popupImgScale {
  visibility: visible;
  opacity: 1;
  transition: all linear 0.1s;
}
.product-card:hover .popupImgScale:hover {
  visibility: hidden;
  opacity: 0;
  transition: all linear 0.1s;
}
.cart-wrapper,
.search-wrapper {
  display: block;
  width: 20rem;
  overflow: hidden;
  border-radius: var(--ui-border-radius);
  box-shadow: var(--ui-card-shadow);
}
sidebar {
  float: right;
}
.search-wrapper {
  margin-bottom: 1rem;
}
.search-wrapper input[type="radio"],
.search-wrapper input[type="checkbox"] {
  display: none;
}
.search-wrapper .tag-label {
  display: inline-block;
  font-size: 0.8rem;
  padding: 0.25rem 0.5rem 0.3rem 0.5rem;
  margin: 0.2rem 0.2rem;
  border: 2px var(--ui-main-color) solid;
  border-radius: 1.5rem;
  box-sizing: border-box;
}
.search-wrapper input:checked + .tag-label {
  background-color: var(--ui-main-color);
  color: #fff;
  text-shadow: 0 0 0.1px #fff, 0 0 0.1px #fff, 0 0 0.1px #fff, 0 0 0.1px #fff;
}
.search-wrapper .search-bar {
  display: block;
  padding: 0.5rem 1rem;
  width: 100%;
  border: 1px solid #808080;
  height: 20px;
  margin-left: 0;
}
.cart {
  background-image: linear-gradient(to right, rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url("img/brazier.jpg");
  background-position: center 0;
  background-repeat: repeat-x repeat-y;
  background-size: 200%;
  width: 20rem;
  margin: 0 auto;
  vertical-align: top;
  padding: 0rem 1rem 2rem;
  box-sizing: border-box;
  font-size: 0.9rem;
  color: #fff;
  margin-right: 1rem;
  position: relative;
  z-index: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.cart .cart-cap {
  position: absolute;
  left: -1rem;
  top: -1rem;
  width: 26.5rem;
  height: 3.5rem;
  background: url("img/cart-top.png") center center no-repeat;
  z-index: 10;
}
.cart table.product-table {
  margin-bottom: 2rem;
  width: 100%;
}
.cart table.product-table td {
  padding: 0.5rem 0.3rem 0.5rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.8);
}
.cart table.product-table tr.voucher-class td {
  border-bottom: 1px solid var(--ui-main-color);
  font-weight: 500;
  color: var(--ui-main-color);
  padding-top: 2rem;
}
.cart table.product-table .cart-controller {
  font-weight: 400;
  cursor: pointer;
  padding: 0 0.2rem;
}
.cart table.product-table tr td:first-child {
  min-width: 7rem;
}
.cart table.product-table tr td:nth-child(2) {
  min-width: 2.4rem;
}
.cart table.product-table tr td:nth-child(2),
.cart table.product-table tr td:nth-child(3) {
  text-align: right;
}
.cart table.product-table tr:last-child td {
  padding-top: 2rem;
  font-weight: 800;
}
.cart .del {
  cursor: pointer;
  width: 1.2rem;
  height: 1.2rem;
  line-height: 1.1rem;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  font-weight: 800;
  transition: all ease-out 0.2s;
}
.cart .del:hover,
.cart .del:active,
.cart .del:focus {
  transition: all ease-out 0.2s;
}
.cart .del:hover {
  background-color: #fff;
  color: #000;
}
.cart a,
.cart a:visited {
  color: #fff;
}
.cart h3 {
  margin-top: 2rem;
  margin-bottom: 0.2rem;
}
.cart p {
  margin-top: 0;
}
.cart p.vk-group {
  margin-top: 1.5rem;
  font-weight: 500;
}
.cart label {
  display: block;
}
.cart input[type="radio"],
.cart input[type="checkbox"] {
  margin-right: 0.5rem;
  width: auto;
}
.cart input[type="text"],
.cart input[type="textarea"] {
  display: block;
  width: 100%;
  background-color: rgba(255,255,255,0.15);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 500;
  border: none;
  border-bottom: 1px solid rgba(255,255,255,0.8);
  padding: 0.7rem 0.5rem 0.7rem;
  box-sizing: border-box;
  margin-bottom: 1rem;
}
.cart input[disabled="disabled"] {
  color: var(--ui-main-color);
  font-weight: 700;
}
.cart input[type="text"]::-moz-placeholder,
.cart input[type="textarea"]::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.cart input[type="text"]::-webkit-input-placeholder,
.cart input[type="textarea"]::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.cart input[type="text"]::-webkit-input-placeholder, .cart input[type="textarea"]::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
.cart input[type="text"]::-moz-placeholder, .cart input[type="textarea"]::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.cart input[type="text"]:-ms-input-placeholder, .cart input[type="textarea"]:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.cart input[type="text"]::-ms-input-placeholder, .cart input[type="textarea"]::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.cart input[type="text"]::placeholder,
.cart input[type="textarea"]::placeholder {
  color: #fff;
  opacity: 1;
}
.cart input[type="text"]:-ms-input-placeholder,
.cart input[type="textarea"]:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
.cart .ng-submitted input.ng-invalid {
  border-color: #f00;
}
.cart input.ng-valid {
  border-color: var(--ui-main-color);
}
.cart .button-checkOut,
.cart input[type="submit"] {
  width: 100%;
  font-weight: 400;
  border: 1px solid #fff;
  background-color: rgba(255,255,255,0.15);
  font-size: 0.9rem;
  color: #fff;
  text-align: center;
  padding: 0.5rem;
  margin-top: 1rem;
  box-sizing: border-box;
  cursor: pointer;
  transition: all ease-out 0.3s;
}
.cart .button-checkOut:hover,
.cart input[type="submit"]:hover,
.cart .button-checkOut:active,
.cart input[type="submit"]:active,
.cart .button-checkOut:focus,
.cart input[type="submit"]:focus {
  transition: all ease-out 0.3s;
}
.cart .button-checkOut:hover,
.cart input[type="submit"]:hover {
  background-color: #fff;
  color: #000;
}
.cart .button-checkOut,
.cart input[type="submit"] {
  outline: none;
}
.cart .delivery-terms-link {
  margin-top: 2rem;
}
.cart .delivery-terms {
  min-height: 22rem;
  color: #fff;
  list-style: none;
}
.cart .delivery-terms li {
  padding-top: 0.4rem;
  margin-left: 1.2rem;
  list-style: disc;
}
.cart .delivery-terms ul {
  padding: 0rem;
}
.cart .delivery-terms .close-btn {
  float: right;
  position: relative;
}
.cart form {
  margin-top: 2rem;
}
.cart #vk_share_button {
  background-color: #597da3;
}
.cart #vk_share_button a {
  color: #fff !important;
  font-weight: bold;
}
.one-half {
  width: 49.8%;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
}
.contacts {
  padding-right: 2rem;
}
.contacts p a {
  margin-right: 1rem;
}
.contacts p .social {
  padding: 1.3rem 2rem 0.2rem 1rem;
}
.garik-img {
  background: #fff url("img/garik01.jpg") center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 25rem;
  margin-bottom: 2rem;
}
input {
  width: 2rem;
}
input[disabled] {
  background-color: #fff;
}
.deco {
  position: absolute;
  width: 35rem;
  height: 25rem;
  background-size: cover !important;
  z-index: 0;
}
.deco-v {
  position: absolute;
  width: 15rem;
  height: 25rem;
  background-size: cover !important;
  z-index: 0;
}
.deco-1 {
  bottom: 0;
  right: 0;
  background: url("img/deco-1.png") 0 0 no-repeat;
}
.deco-2 {
  bottom: 0;
  left: 70%;
  background: url("img/deco-2.png") 0 0 no-repeat;
}
.deco-3 {
  top: 0;
  left: 80%;
  background: url("img/deco-3.png") 0 0 no-repeat;
}
.deco-4 {
  top: 30%;
  right: 88%;
  background: url("img/deco-4.png") 0 0 no-repeat;
}
.popup {
  position: absolute;
  top: 15%;
  left: 20%;
  width: 45rem;
  height: 30rem;
  background-color: #fff;
  z-index: 999;
  border: 5px solid #000;
}
.event-wrapper {
  margin: 2rem auto;
  display: block;
  position: relative;
}
.event-wrapper > div {
  display: inline-block;
}
.event-wrapper .event-descr {
  margin: 3rem 2rem 0;
  width: 40rem;
}
.event-wrapper .event-descr p {
  display: block;
  width: 24rem;
}
.event-wrapper .add-button {
  display: inline-block;
  padding: 0.35rem 0.8rem;
  text-align: center;
  box-sizing: border-box;
  margin: 1rem 0;
  color: #fff;
  border: 0.1rem solid var(--ui-main-color);
  background-color: var(--ui-main-color);
  border-radius: 0.2rem;
  cursor: pointer;
  vertical-align: top;
}
.event-wrapper .add-button:hover {
  text-shadow: 0 0 5px #fff;
}
.event1 {
  text-align: left;
}
.event1 p {
  margin: 1rem auto 1rem 0;
}
.event2 {
  text-align: right;
  margin-top: -8rem;
}
.event2 p {
  margin: 1rem 0 1rem auto;
}
.cart-icon-input,
.cart-icon {
  display: none;
}
.cart-icon {
  color: var(--ui-main-color);
  font-size: 1.6rem;
  padding: 0.8rem 1rem 0.8rem 0.8rem;
  border-radius: 0.3rem;
  background-color: #fff;
  margin-top: 0.5rem;
  margin-right: 3rem;
  box-shadow: 0 0 10px 0px rgba(0,0,0,0.4);
  position: fixed;
  top: 0rem;
  right: 1rem;
  z-index: 1100;
  transition: all ease-out 0.3s;
}
.cart-icon:hover,
.cart-icon:active,
.cart-icon:focus {
  transition: all ease-out 0.3s;
}
.cart-icon:activ,
.cart-icon:focus {
  box-shadow: 0 0 0px 0 rgba(0,0,0,0.2);
}
.status-bar {
  display: none;
  position: fixed;
  top: 5rem;
  left: 0;
  width: 100%;
  height: 1rem;
  padding: 1rem 0;
  text-align: center;
  font-size: 1rem;
  background-color: #ff0;
  z-index: 300;
}
.piknik-wrapper {
  background: #fff url("img/shapka-site.jpg") 0 top no-repeat;
  background-size: cover;
  width: 100%;
  padding-bottom: 0rem;
  padding-top: 1rem;
  margin-bottom: 0rem;
  box-sizing: border-box;
}
.piknik-descr {
  padding-top: 2rem;
  padding-left: 1.5rem;
  padding-bottom: 2rem;
  color: #fff;
  max-width: 32rem;
  width: 100%;
}
.piknik-descr h1 {
  font-size: 3rem;
  margin-top: 0;
}
.piknik-descr p {
  font-size: 1.2rem;
}
.piknik-descr .more-btn {
  width: 80%;
  font-size: 1.4rem;
  color: #000;
  font-weight: 500;
  display: block;
  text-align: center !important;
  padding: 0.8rem;
  margin: 1rem 0 0;
  box-sizing: border-box;
  border: none;
  cursor: pointer;
}
.piknik-descr .more-btn {
  background: #fee002;
  background: linear-gradient(to bottom, #fee002 27%, #fbb030 100%);
  box-shadow: 0px 5px 1px #ba7200, 0px 5px 5px rgba(0,0,0,0.8);
  transition: all 0.1s linear;
}
.piknik-descr .more-btn:hover {
  transform: translateY(1px);
  box-shadow: 0px 4px 1px #ba7200, 0px 5px 3px rgba(0,0,0,0.8);
  transition: all 0.1s linear;
}
.piknik-descr .more-btn:active {
  transform: translateY(3px);
  box-shadow: 0px 2px 1px #ba7200;
  transition: all 0.1s linear;
}
.thank-you {
  margin-top: 0rem;
  width: 100%;
}
.thank-you .one-half {
  vertical-align: top;
}
.thank-you-wrapper {
  position: relative;
  display: block;
  z-index: 1000;
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 0.5rem 1rem 1.5rem;
  box-sizing: border-box;
  margin: 1rem 0;
  overflow: hidden;
}
.thank-you-wrapper:before {
  content: '';
  position: absolute;
  display: block;
  z-index: -1;
  background: #fff url("img/brazier.jpg") 0 20% no-repeat !important;
  background-size: cover !important;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  left: -10%;
  top: -10%;
  width: 120%;
  height: 120%;
}
#vk_groups {
  width: 100%;
}
.tech-description {
  width: 80%;
  margin-top: 3rem;
}
.tech-description h3,
.tech-description h4 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 860px) {
  html {
    font-size: 14px;
    width: 100% !important;
    overflow-x: hidden;
  }
  body {
    width: 100% !important;
  }
  header {
    width: 100%;
    max-width: 100%;
    padding-bottom: 0;
  }
  .one-half {
    width: 100%;
  }
  h1.stripe,
  .logo-black {
    font-size: 5rem;
    margin-top: 6rem;
    margin-bottom: 1rem;
  }
  .logo-black-new {
    background: url("img/talmenka.jpg") no-repeat no-repeat center center;
    width: calc(100vw - 10px);
    height: 12rem;
    margin-top: 56px;
    margin-bottom: 12px;
    background-size: auto 100%
  }
  .main-menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 4rem;
    width: 100%;
    background-color: var(--ui-main-color);
    font-size: 1.3rem;
    box-shadow: 0 0 5px #000;
    z-index: 1000;
  }
  .main-menu a {
    color: #fff;
  }
  .main-menu ul {
    margin-left: 0.6rem;
  }
  .main-menu ul li {
    margin-right: 1rem;
  }
  .status-bar {
    display: block;
  }
  .wrapper {
    width: 100% !important;
  }
  .main-wrapper {
    margin: 0 auto 0;
    width: 98%;
    z-index: 1;
    position: relative;
  }
  .cards-wrapper {
    max-width: 100%;
    margin: 0 auto;
  }
  .cart {
    display: none;
    position: fixed;
    top: 5rem;
    left: 0;
    z-index: 1000;
    width: 100%;
    min-height: 100vh;
    font-size: 1.2rem;
  }
  .cart .scrollable {
    overflow-y: scroll !important;
    height: 80vh;
    min-width: 24rem;
    max-width: 28rem;
    display: block;
    margin: 0 auto;
  }
  .cart input[type="text"],
  .cart input[type="textarea"],
  .cart input[type="submit"] {
    font-size: 1.2rem;
  }
  .cart-icon-input:checked + .cart {
    display: block;
  }
  .cart-icon {
    display: block;
  }
  .cart-icon .counter-badge {
    width: 1em;
    height: 1rem;
    padding: 0.5rem;
    text-align: center;
    line-height: 1rem;
    font-size: 1rem;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
    position: absolute;
    bottom: -1rem;
    right: -1rem;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: #f00;
    color: #fff;
  }
  .product-card {
    display: block;
    width: 98%;
    height: 10rem;
    margin-left: auto;
    margin-right: auto;
  }
  .product-card.additional {
    height: 8rem;
  }
  .product-card.additional .product-img {
    height: 100%;
  }
  .product-card.additional .descr-wrapper {
    height: 100%;
  }
  .product-card p {
    font-size: 1rem;
  }
  .product-card .product-name {
    font-size: 1.2rem;
    margin-bottom: 0.6rem;
  }
  .product-card .popupImgScale {
    display: none;
  }
  .product-card .product-img {
    width: 40%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    background-size: cover;
  }
  .product-card .product-img:hover {
    background-size: auto 140%;
  }
  .product-card .descr-wrapper {
    display: inline-block;
    width: 55%;
    box-sizing: border-box;
    height: 100%;
    padding: 0.5rem;
    vertical-align: top;
  }
  .category-menu {
    display: block;
    margin-top: -3rem;
    width: 100%;
  }
  .category-menu ul {
    margin-top: 2rem;
    padding: 0;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
  }
  .category-menu ul li {
    display: inline-block;
    /*width: 50%;*/
    vertical-align: middle;
    cursor: pointer;
    padding: 0.8rem 0.5rem;
    font-size: 1rem;
    background: #eee;
    text-align: center;
    border-radius: 0rem;
    box-sizing: border-box;
  }
  .category-menu ul li:hover,
  .category-menu ul li.active {
    background: #333;
    background: var(--ui-darken-color);
    color: #fff;
  }
  .category-menu ul li:first-child {
    border-radius: 0rem;
    width: 100%
  }

  .category-menu ul li:not(:first-child) {
    flex: 1 0 50%;
  }

  .category-menu ul li:last-child {
    border-radius: 0rem;
  }
  .category-menu ul li span {
    border-bottom: 1px solid var(--ui-main-color);
  }
  .main-menu .social {
    position: relative;
    bottom: 0.7rem;
    padding: 1rem 1.5rem;
    background-size: 2.7rem 2.7rem;
    height: 4rem;
    background-position: 100% center;
    background-repeat: no-repeat;
  }
  .piknik-wrapper {
    background: #fff url("img/closed-flip.jpg") 0 0 no-repeat;
    background-size: cover;
    width: 100%;
    margin-bottom: 2rem;
    padding-top: 0;
  }
  .piknik-descr {
    padding-top: 0.5rem;
    padding-left: 0.5rem;
    padding-bottom: 2rem;
    color: #fff;
    width: 100%;
  }
  .piknik-descr h1 {
    font-size: 3rem;
    margin-top: 0;
  }
  .piknik-descr p {
    font-size: 1.2rem;
  }
  .piknik-descr .more-btn {
    width: 80%;
  }
}
@media screen and (max-width: 500px) {
  html {
    font-size: 12px;
    width: 100% !important;
    overflow-x: hidden;
  }
  body {
    width: 100% !important;
  }
  .one-half {
    width: 100%;
  }
  h1.stripe {
    font-size: 5.2rem;
    margin-top: 5rem;
    margin-bottom: 0;
    margin-left: 0.7rem;
  }
  .main-menu {
    position: fixed;
    top: 0;
    left: 0;
    padding: 1rem 0 0.4rem 0.2rem;
    background-color: var(--ui-main-color);
    font-size: 1.2rem;
    line-height: 1rem;
    box-shadow: 0 0 5px #000;
    height: 4rem;
    z-index: 1000;
  }
  .main-menu a {
    color: #fff;
  }
  .main-menu ul li {
    margin-right: 1rem;
  }
  .main-menu .social,
  .main-menu .social-wrapper {
    display: none;
    padding: 0;
    margin: 0;
  }
  .category-menu ul li {
    padding: 1.2rem 1rem;
    font-size: 1.2rem;
  }
  .cart-icon {
    display: block;
    top: 0.5rem;
    right: 0rem;
    margin-right: 16px;
  }
  .status-bar {
    display: block;
  }
  .cart {
    padding-left: 1rem;
    padding-top: 1rem;
    overflow-y: scroll !important;
  }
  .cart input[type="text"],
  .cart input[type="textarea"] {
    font-size: 16px;
  }
  .cart .scrollable {
    overflow-y: scroll !important;
    height: 80vh;
  }
  .cart .del {
    cursor: pointer;
    width: 1.9rem;
    height: 1.9rem;
    line-height: 1.5rem;
    font-size: 2rem;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    font-weight: 800;
  }
  .cart tr .cart-controller {
    font-weight: 400;
    cursor: pointer;
    font-size: 2rem;
  }
  .cart tr .cart-controller:first-child {
    padding-right: 1.5rem !important;
  }
  .cart tr .cart-controller:last-child {
    padding-left: 1.5rem !important;
  }
  .product-card {
    display: block;
    width: 98%;
    height: 14rem;
  }
  .product-card p {
    font-size: 1rem;
  }
  .product-card .product-name {
    font-size: 1.2rem;
    padding-right: 0.5rem;
  }
  .product-card .product-price {
    bottom: 0.8rem;
  }
  .product-card .product-img {
    background-size: auto 100%;
  }
  .product-card .product-ctrl .add-button {
    font-size: 1.2rem;
    display: block;
    padding: 1rem;
    text-align: center;
    box-sizing: border-box;
    margin: 0.3rem 0 0 0;
    color: #fff;
    border: 0.1rem solid var(--ui-main-color);
    background-color: var(--ui-main-color);
    border-radius: 0.2rem;
    cursor: pointer;
    vertical-align: top;
  }
  .product-card .product-ctrl .add-button:hover {
    text-shadow: 0 0 0px #fff;
  }
  .product-card .product-ctrl .add-button:active,
  .product-card .product-ctrl .add-button:focus {
    background-color: #249bff;
  }
  .product-card .product-ctrl .value-button,
  .product-card .product-ctrl input {
    display: none;
  }
  .piknik-wrapper {
    background: #fff url("img/closed-flip.jpg") 0 0 no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
  }
  .piknik-descr {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
    font-weight: 500;
    width: 90%;
  }
  .tech-description {
    width: 90%;
  }
}


.veranda {
  height: 360px;
  background: #f3f6f7 url('img/garik-veranda.png') 0 top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 450px) {
  .veranda {
    height: 290px;
  }
}