@font-face {
  font-family: 'GothamProRegular';
  src: url('/fonts/GothamProRegular.woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('/fonts/Montserrat-Bold.otf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Inspiration';
  src: url('/fonts/Inspiration.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Rotis';
  src: url('/fonts/BehrensAntiqua.ttf');
  font-weight: normal;
  font-style: normal;
}

/*@font-face {font-family: 'Intro';src: url('/fonts/Intro.otf');font-weight: normal;font-style: normal;}*/
/*@font-face {font-family: 'Montserrat-Bold';src: url('/fonts/Montserrat-Bold.otf');font-weight: normal;font-style: normal;}*/
/*@font-face {font-family: 'Caveat';src: url('/fonts/Caveat.woff2');font-weight: normal;font-style: normal;}*/

@-webkit-keyframes show_item {
  0% {
    -webkit-transform: translateZ(300px) translateY(200px) rotateX(-70deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg);
    opacity: 1;
  }
}

@-moz-keyframes show_item {
  0% {
    -moz-transform: translateZ(300px) translateY(200px) rotateX(-70deg);
    opacity: 0.1;
  }
  100% {
    -moz-transform: translateZ(0px) translateY(0px) rotateX(0deg);
    opacity: 1;
  }
}

@-o-keyframes show_item {
  0% {
    -o-transform: translateZ(300px) translateY(200px) rotateX(-70deg);
    opacity: 0.1;
  }
  100% {
    -o-transform: translateZ(0px) translateY(0px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes show_item {
  0% {
    transform: translateZ(300px) translateY(200px) rotateX(-70deg);
    opacity: 0.1;
  }
  100% {
    transform: translateZ(0px) translateY(0px) rotateX(0deg);
    opacity: 1;
  }
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@-moz-keyframes cart-go {
  0% {transform: translateX(0);
  }
  65% {transform: translateX(400px);
  }
  66% {transform: translateY(100px);
  }
  67%{transform: translateY(0);transform: translateX(-400px);
  }
  100% {transform: translateX(0);
  }
}
@-webkit-keyframes cart-go {
  0% {transform: translateX(0);
  }
  65% {transform: translateX(400px);
  }
  66% {transform: translateY(100px);
  }
  67%{transform: translateY(0);transform: translateX(-400px);
  }
  100% {transform: translateX(0);
  }
}
@keyframes cart-go {
  0% {transform: translateX(0);
  }
  65% {transform: translateX(400px);
  }
  66% {transform: translateY(100px);
  }
  67%{transform: translateY(0);transform: translateX(-400px);
  }
  100% {transform: translateX(0);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;

}
.send[data-act="add-to-cart"].go{
  -webkit-animation: 1.5s cubic-bezier(0.5, -0.15, 0.75, 0.05) 0s normal none 1 cart-go;
  -moz-animation: 1.5s cubic-bezier(0.5, -0.15, 0.75, 0.05) 0s normal none 1 cart-go;
  animation: 1.5s cubic-bezier(0.5, -0.15, 0.75, 0.05) 0s normal none 1 cart-go;
}
/*@-webkit-keyframes show_item {
  0%   { -webkit-transform:translateZ(300px) translateY(200px) rotateX(-70deg); opacity: 0.1;  }
  100% { -webkit-transform:translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
}
@keyframes show_item {
  0%   { transform:translateZ(300px) translateY(200px) rotateX(-70deg); opacity: 0.1;  }
  100% { transform:translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1;  }
  }*/

  :root {
    /*--text-color: #151515;*/
    --text-color: #151515;
    --red: rgba(215, 55, 90, 1);
    --corporate-color: rgba(115, 115, 215, 1);
    /*--corporate-color: #a89c72;*/
    --corporate-second-color: rgba(115, 115, 215, 0.15);
    --border-color: #e1e1e1;
  }

  body {
    font-family: 'GothamProRegular';
    /*font-family: 'Inspiration';*/
    font-size: 16px;
    -webkit-text-size-adjust: none;
    padding: 0;
    margin: 0;
    color: var(--text-color);
    /*background-color: #fafafa;*/
  }

  body, html {
    height: 100%;
    margin: 0;
    padding: 0;
  }

  h1,h2,h3 {
    color:var(--red);
    font-family: 'Montserrat';
    letter-spacing: 1px;
    margin: 0;
    overflow: hidden;
    position: relative;
  }
  .bx h1 {
    /*text-transform: uppercase;*/
  }
/*h1,h2,h3,h4,h5,h6{display: block;margin: 0;color: #444;font-family: 'Intro';font-weight: normal;font-size: 2.6em;}
p.hp {letter-spacing: 8px;font-family: 'Intro';font-weight: normal;font-size: 2.6em;margin-top: 0;margin-bottom: 0;}
h4 {font-size: 1.8em;}
h5 {font-size: 1.4em;}
h6 {font-size: 1em;}
ul{margin: 0;padding: 0;list-style-type: none;}
table {border-color: #e0e0e0;}
select{font-family: 'Montserrat';font-size: 16px;text-align-last:center;}
button,input, textarea {-webkit-appearance: none;-moz-appearance: none;appearance: none;font-family: 'Montserrat';}
button:disabled {background: #616161 !important;}
input,select{letter-spacing: 1px;border: none;border-bottom:3px solid #176596;outline:none;background-color: transparent;width: 200px;font-weight: bold;text-align: center;font-size: 1em;color: #176596;}
input[type=radio] {position: absolute;visibility: hidden;display: none;}
.radio-group label {display: inline-table;cursor: pointer;padding: .1em 1em;color: #104f75;margin-top: 0;}
input[type=radio]:checked + label{color: #fff;background: #176596;}
.radio-group {border: solid 3px #176596;display: inline-block;border-radius: .5em;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {-webkit-appearance: none;margin: 0;}
input:-webkit-autofill {-webkit-box-shadow: 0 0 30px 30px #176596 inset;}
.acard input:-webkit-autofill {-webkit-box-shadow: 0 0 30px 30px #fff inset;}
input:-webkit-autofill {-webkit-text-fill-color: #fff !important;}*/

/*button {background-color: #ef4e6c;color: white;text-decoration: none;cursor: pointer;text-shadow: -1px 1px 3px rgba(0, 0, 0, 0.15);background-color: transparent;padding: .4em 1em;border: 2px solid #fff;font-size: 1em;}*/
.ta7, button{-webkit-transition: all .7s ease;-o-transition: all .7s ease;transition: all .7s ease;}
button{all: unset;cursor: pointer;background-color: var(--red);box-shadow: 0px 1px 10px #d7375a4d;border-radius: 3px;color:#fff;padding: 3px 6px 2px;}
.dn {
  display: none;
}

.df {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: stretch;
  align-items: stretch;
  justify-content: space-between;
}

.fdc {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

.fxnw {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.jcsa {
  justify-content: space-around;
}

.jcfs {
  justify-content: flex-start
}

.jcc {
  justify-content: center;
}

.aic {
  -ms-align-items: center;
  align-items: center;
}
.bgi {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.mra {
  margin-right: auto;
}

.tac {
  text-align: center;
}

.taj {
  text-align: justify;
}

.fr {
  float: right;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
.loop {
  transform: scale(1.15);
}
.pagination {
   padding: 0;
   margin: 2em auto;
   /*max-width: 300px;*/
   list-style-type: none;
  font-size: 1.2em;
 }
.pagination a{
  text-decoration: none;
  color: var(--red);
}
.pagination li.active{
  background-color: var(--red);
  border-radius: 3px;
}
.pagination li{
  display: block;
  text-align: center;
  padding: .2em .5em;
  margin: 0 .15em;
}
.pagination span{
  color: #fefcf8;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
a{
  color:#694a52;
}
b{
  /*font-family: 'Inspiration';*/
}
p {
  /*text-indent: 1em;*/
}
header {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  width: 300px;
  min-height: 100%;
  -ms-align-items: flex-start;
  align-items: flex-start;
  border-right: 1px solid var(--border-color);
  z-index: 30;
  background-color: #fff;
  -webkit-box-shadow: 1px 0 2px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.15);
}
header::-webkit-scrollbar {
  width: 0px;  /* remove scrollbar space */
  background: transparent;  /* optional: just make scrollbar invisible */
}
/* optional: show position indicator in red */
header::-webkit-scrollbar-thumb {
  background: transparent;
}
.two>div:last-child{float: right;}
.two>div{
  width: 50%;
  padding: 1em;
  display: inline-block;
}
.logo {
  padding: 2em;
  width: 100%;
}
.logo > a{
  font-family: 'Inspiration';
  font-size: 3em;
  font-weight: bold;
  display: block;
  text-align: center;
  text-decoration: none;
  width: 235px;
  height: 235px;
  background-color: #f5ebd0;
  border-radius: 50%;
  line-height: 4;
  border-style: dashed;
  border-color: var(--red);
  color: var(--red);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
}
.logo > a > span {display: block;position: absolute;left: 0;right: 0;top: 2em;}
.cartlink{
  position: relative;
  /*border-top: 1px solid var(--border-color);
  padding: 1em 2em;
  */
  height: 0;
}
.cartlink>a{
  text-decoration: none;
  position: absolute;
  top: -20px;
    right: 2em;
    border-radius: 3px;
    background-color: #694a52;
    box-shadow: 0px 1px 10px #694a524d;
}
.cartlink>a>img{
    padding: 5px;
}
/*.cartlink>a:before{
  content: '';
   display: inline-block;
   height: 70%;
   margin-right: 1em;
   margin-top: 4px;
   width: 0;
   border-left: 2px dashed #f5ebd0;
}*/
/*.oneclickbuy{
  all:unset;
  cursor: pointer;
  color: #f5ebd0;
}*/
.cart{
  /*-webkit-box-shadow: 0 0 20px rgba(219, 219, 219, 0.9);
  box-shadow: 0 0 20px rgba(219, 219, 219, 0.9);
  */
  margin: 3em;
  /*padding: 20px;*/
  
}
.cart>div{width: 100%;}
.cart>div>div{position: relative;margin: 1em;width: calc(25% - 2em);background-color: #fff;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.15);}
/*table{border-collapse: collapse;width: 100%;}
tr{border-bottom: 1px solid var(--border-color);}
thead{text-align: left;}*/
nav {padding: 0 2em;border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);}

nav p:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
}
nav p:last-child {
  margin-bottom: 0;
}
nav p {
  position: relative;
  padding-bottom: 1em;
}
nav a {
  text-decoration: none;
  color: #694a52;
  z-index: 3;
  padding-bottom: 1em;
  position: relative;
  width: 100%;
  display: block;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -ms-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}
nav span {
  display: block;
  color: #808080;
  font-size: .8em;
  position: absolute;
  bottom: 1.4em;
  left: 3px;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  -ms-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

nav p:hover a, nav p.act a {
  color: var(--red);
}
nav p:hover span, nav p.act span {
  color: #694a52;
}
nav small {
  color: #808080;
  font-family: 'GothamProRegular';
  font-size: .5em;
  font-weight: normal;
}

.social {
  padding: 2em;
}

body > main {
  margin-left: 300px;
  min-height: 100%;
  line-height: 1.3;
  background-color: rgba(245, 235, 210, 0.15);
}
body > main > h1 {
  padding-top: 1em;
  font-size: 2em;
  overflow: hidden;
  position: relative;
  margin: 0 1.5em;
}
body > main > h1 >span {
  background-color: #fefcf8;
  padding: 0 1em;
}
body > main > h1:after {
  content: '';
  position: absolute;
  top: 74%;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: var(--red);
  z-index: -1;
}
/*.fastbuy{
  width: 0;
  height: 0;
  overflow: hidden;
}
.fastbuy.show{
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 40;
  background-color: rgba(0, 0, 0, .77);
}
.fastbuy>div{
  min-width: 300px;
  min-height: 450px;
  background: #f7f7f7;
  webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
    box-shadow: 0 10px 25px rgba(0,0,0,0.5);
}*/
.intro {
  min-height: 100vh;
  position: relative;
  width: 100%;
  background: url('/images/home.jpg') no-repeat center center;
  -webkit-background-size:  cover;
  background-size:  cover;
}
.intro>div{
  position: absolute;
  top: 30%;
  left: 30%;
  color:#f5ebd0;
  font-family: 'Inspiration';
  font-size: 2em;
}
.intro h1{
  color:#f5ebd0;
  font-family: 'Inspiration';
  font-size: 2.6em;
  margin: 0;
  max-height: 140px;
  line-height: 1.5;
}
.intro p:last-child{
  margin: 0;
}
.cline{width: 100%;height: 1px;padding-top: 1px;}
.srez{
  z-index: 1;
  overflow: hidden;
  position: relative;
}
.srez>*{
  z-index: 2;
  background-color: transparent;
}
.srez:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
  height: 700px;
  background: -webkit-linear-gradient(135deg,rgba(246,249,252,.05),#f3eaff);
  background: -o-linear-gradient(135deg,rgba(246,249,252,.05),#f3eaff);
  background: linear-gradient(-45deg,rgba(246,249,252,.05),#f3eaff);
  -webkit-box-shadow: 0 5px 25px rgba(71,80,89,.2);
  box-shadow: 0 5px 25px rgba(71,80,89,.2);
  -webkit-transform: skew(0,-40deg);
  -ms-transform: skew(0,-40deg);
  transform: skew(0,-40deg);
  z-index: -11;
}
.preinfo{
  margin-top: 1em;
    padding: 1em 3em;
    background-color: var(--red);
    color: #f8e9d4;
    text-align: center;
}
.all-product {
  padding: 1em;overflow: hidden;
}
/*
.all-product > div {
  width: 25%;
  padding: 2em;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  perspective: 600px;
}
.all-product a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  background-color: white;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.15);
  opacity:0;
}
.all-product a.show-item{
  webkit-animation: show_item 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.075); 
  animation: show_item 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.075);
}
.all-product a:hover img {
  transform: scale(1.3);
}
.all-product a:hover {
  color: var(--red);
}

.all-product img {
  -webkit-transition: all 2s 0s;
  -moz-transition: all 2s 0s;
  -ms-transition: all 2s 0s;
  -o-transition: all 2s 0s;
  transition: all 2s 0s;
}
.all-product a>span {
  transform-style: preserve-3d;
  transition: all 0.4s ease-in-out;
  padding: 1em 0;
  display: block;
  z-index: 2;
  background-color: #fff;
}*/

.all-product > div {
  width: 25%;
  padding: 2em;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  perspective: 600px;
}
.item {
  position: relative;
  overflow: hidden;
  background-color: white;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.15);
  opacity:0;
  height: 100%;
  text-align: center;
}
.all-product .item.show-item{
  webkit-animation: show_item 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.075); 
  animation: show_item 1s 1 cubic-bezier(0.175, 0.885, 0.320, 1.075);
}
.all-product .item>div {
  overflow: hidden;
  position: relative;
}
.all-product .item:hover img.product-pic {
  transform: scale(1.3);
}
.all-product .item a {
  padding: .5em;
  text-decoration: none;
}
.all-product .item:hover a {
  color: var(--red);
}
.all-product img.product-pic {
  -webkit-transition: all 2s 0s;
  -moz-transition: all 2s 0s;
  -ms-transition: all 2s 0s;
  -o-transition: all 2s 0s;
  transition: all 2s 0s;
}
.all-product .btns{
  margin-top: auto;
  padding:.5em;
  width: 100%;
  border-top: 1px dashed var(--border-color);
}
.all-product .btns>img{
  margin-left: auto;
  display: inline-block;
  cursor: pointer;
  margin-left: 20px;
}

.products,.two,.navi{
  padding: 2em;
}
.products>div{
  width: 50%;
}
.products>div:first-child{
  box-sizing: content-box;
  width: calc(50% - 2em);
  padding: 0;
}


.products h1:after,h2:after,h3:after,p.galery{
  content:'';
  position: absolute;
  top:55%;
  margin-left: .5em;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: var(--red);
}
.products dt {
  font-weight: bold;
  display: inline-block;
  width: 23%;
  vertical-align: top;
  margin-bottom: 1em;
}
.products dd {
  display: inline-block;
  width: 75%;
  margin-left: 2%;
  margin-bottom: 1em;
  color: #694a52;
}
.gallery img{
  max-width: 80px;
  cursor: pointer;
  border-right: 1px solid #694a52;
}
.navi a{
  display: inline-block;
  text-decoration: none;
color:white;
  background-color: var(--red);
  padding: .7em 1.15em;
  border: 1px solid var(--red);
  transition: color,background-color .7s ease;
}
.navi a:hover{
  color:var(--red);
  background-color: transparent;
}
.navi>div{
  flex: 1 0 28%;
  text-align: center;
}
.info{
  padding: 2em 3em;
  color:#f5ebd0;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  }
  a.duje{
    font-weight: bold;
    font-family: 'Inspiration';
    color: var(--red);
    text-decoration: none;
    font-size: 1.1em;
    margin-left: .5em;
  }
  .info ul{
    color: var(--red);
  }
  .info ul span{
    color: #f5ebd0;
  }
  footer{
    padding: 2em 3em;
    border-top: 1px solid var(--border-color);
    color: #694a52;
    background-color: #fff;
    /*background: #fff url('/images/footer.jpg') no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;*/

  }
.btn {
  background-color: var(--red);
  color: #fff;
  padding: 10px 20px;
  box-shadow: 0px 1px 10px #d7375a4d;
  border-radius: 3px;
  -webkit-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
}
.h2 {
    font-size: 2em;
    margin: 0;
}
.close-form {
    position: absolute;
    right: 0;
    top: 0;
    color: red;
    font-size: 2em;
    padding-right: 12px;
    background-color: unset;
    box-shadow: unset;
}
  .fast-phone{
  position: fixed;
  left: 0;right: 0;top: 0;bottom: 0;
  -webkit-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  -o-transform: translateY(-200%);
  transform: translateY(-200%);
}
.fast-phone.show{
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  z-index: 40;
}
.fast-phone>div:last-child{
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  padding: 40px;
  background-color: #fff;
  position: relative;
}
.fast-phone.show>div:last-child{
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.fast-phone input{
  all:unset;
  width: 100%;
  font-size: 1.6em;
  border-bottom: 2px solid #d7375a;
  text-align: center;
  margin-top: 5px;
}
.fast-phone.show>div:last-child {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.cart input{
  all:unset;
  width: 280px;
  font-size: 1.6em;
  border-bottom: 2px solid #d7375a;
  margin-top: 5px;
}
.tar{text-align: right;}
.mask{position: absolute;left: 0;top: 0;right: 0;bottom: 0;background: rgba(0,0,0,.7);}
/*.close-form{position: absolute;right: 0;top: 0;color:red;font-size: 2em;    padding-right: 12px;}*/


  .bg_tort-na-zamovlennya{
    background-image: url('/images/bg_tistechko.jpg');
  }
  .bg_tort-portsiynyy{
    background-image: url('/images/bg_tistechko.jpg');
    /*background-image: url('/images/bg_cake.jpg');*/
  }
  .bg_pechuvo{
    background-image: url('/images/bg_pechuvo2.jpg');
    background-position: 75% 40%;
  }
  .bg_keks{
    background-image: url('/images/bg_maffin.jpg');
    /*background-position: center bottom;*/
    background-position: left top;
  }
  .bg_maffin{
    background-image: url('/images/bg_maffin.jpg');
    background-position: left top;
  }
  .bg_tistechko{
    background-image: url('/images/bg_tistechko.jpg');
  }
  .r40{
    width: 40%;
    margin-left: auto;
    text-align: justify;
  }

/*--------------------------------------------------------------------------------------------------------------
MEDIA
----------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1440px) {
  .shortbuy{display: none;}
}
@media (max-width: 1366px) {
  .all-product a>span {font-size: .8em;}
  .all-product > div {padding: 1em;}
}

@media (max-width: 1024px) {
  body {font-size: 15px;}
  body > main > h1 {margin: 0 1em;}
  .preinfo {padding: 1em 2em;}
  header {width: 220px;}
  .logo > a {font-size: 2em;width: 160px;height: 160px;line-height: 5;}
  body > main {margin-left: 220px;}
  .intro>div {font-size: 1.5em;}
.intro h1 {font-size: 2.7em;}
.products, .two,.all-product > div,.navi,{padding: 1em;}
.all-product > div {width: 33.33%;}
.two>div {width: 100%;}
.info {padding: 1em 2em;position: relative;background-blend-mode: color;background-color:rgba(0, 0, 0, 0.44);}
/*.info::after {content: '';display: block;position: absolute;background-color: rgba(0, 0, 0, 0.7);top: 0;bottom: 0;right: 0;left: 0;z-index: 1;}*/
.r40 {width: 100%;margin: 0;}
footer {padding: 1em 2em;justify-content: space-between !important;}
/*footer>div {width: 33%;}*/
.all-product > div{padding: 1em;}
footer>div:nth-child(1){width: 100%;order:1;}
.all-product a>span {font-size: 1em;}
}

@media (max-width: 892px) {
  .products>div,.products>div:first-child {width: 100%;}
  .two>div:last-child {float: unset;}
  .navi{flex-direction: column;}
  .navi>div{margin-bottom: 1em;}
}

@media (min-width: 768px) {
  .mobmenu{display: none;}
}
@media (max-width: 767px) and (orientation: landscape) {
  .mobmenu{display: none;}
}

@media (max-width: 767px) and (orientation: portrait) {
  body {font-size: 15px;}
  .preinfo {padding: 1em;}
  main.hide{display: none !important;}
  .all-product > div {width: 100%;}
  header {width: 100vw;top: 3em;margin-left: 100vw;border-right: none;-webkit-transition: margin .5s ease;-o-transition: margin .5s ease;transition: margin .5s ease;}
  header.show{margin-left: 0;}
  body > main {margin-left: 0;margin-top: 48px;}
  body > main > h1 {margin: 0 .5em;padding-top: .5em;}
.products, .two,.navi, .all-product, .all-product > div, .products>div, .two>div{padding: .5em;}
.products h1{font-size: 1.3em;}
.info,footer {padding: 1.2em;}
.info h2 {font-size: 1em;letter-spacing: 2px;}
.info p,.info ul span {font-size: .8em;}
  .logo > a {margin: 0 auto;position: relative;line-height: 4.7;}
  .logo > a > span {top: 1em;}
  .intro {min-height: 60vh;}
  .intro>div {font-size: 1.3em;    left: 2em;}
  .intro h1 {font-size: 2.4em;}
footer>div:nth-child(2){width: 100%;}
  .mobmenu{position: fixed;top: 0;left: 0;right: 0;padding:.75em;font-size: 1.2em;z-index: 20;background-color: #fff;box-shadow: 0 2px 4px rgba(196, 194, 202, 0.5);}
  .mobmenu a{font-family: 'GothamProRegular';text-decoration: none;}
  .gallery{margin-top: 8px;}
  /*.gallery img {max-width: 100%;padding: .5em;}*/
  /*.gallery img:first-child {display: none;}*/
  .mobbtn{
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 1.15em;
    width: 25px;
  }
  .mobbtn>span{
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #694a52;
    -webkit-transition: transform .7s cubic-bezier(.77,0,.177,1);
    -moz-transition: transform .7s cubic-bezier(.77,0,.177,1);
    -ms-transition: transform .7s cubic-bezier(.77,0,.177,1);
    -o-transition: transform .7s cubic-bezier(.77,0,.177,1);
    transition: transform .7s cubic-bezier(.77,0,.177,1);
  }
  .mobbtn>span:nth-child(1){top: 0;}
  .mobbtn>span:nth-child(2){top: calc(50% - 1px);}
  .mobbtn>span:nth-child(3){bottom: 0;}
  .show .mobbtn>span:nth-child(1){top: 0;
    -webkit-transform: rotate(45deg) translate3d(6px,3px,0);
    -ms-transform: rotate(45deg) translate3d(6px,3px,0);
    -o-transform: rotate(45deg) translate3d(6px,3px,0);
    transform: rotate(45deg) translate3d(6px,3px,0) rotate(360deg);}
  .show .mobbtn>span:nth-child(2){-webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);}
  .show .mobbtn>span:nth-child(3){bottom: 0;-webkit-transform: rotate(-45deg) translate3d(6px,-5px,0);
    -ms-transform: rotate(-45deg) translate3d(6px,-3px,0);
    -o-transform: rotate(-45deg) translate3d(6px,-3px,0);
    transform: rotate(-45deg) translate3d(6px,-3px,0) rotate(360deg);}
}
@media (max-width: 512px) {
  .shortbuy{display: inline;}
  .fast-phone.show>div:last-child {width: 90%;}
  .h2{font-size: 1.4em;}
  .cart {margin: .5em;}
  .cart>div>div {
    margin: 1em .5em;
    width: calc(50% - 1em);}
}
@media (max-width: 420px) {
  body > main > h1 {font-size: 1.5em;margin: 1em .5em;}
  body > main > h1 >span {padding: 0 .5em;}
  .products h1 {font-size: 1.15em;}
}

@media (max-width: 320px) {
  body > main > h1 {font-size: 1.2em;}
  .products h1 {font-size: 1em;}
}