@charset "UTF-8";
/*
Theme Name: Cotton Candy, s.r.o. – sladká chuť, kterou si zalíbíte
Description: custom template for www.cottoncandy.cz
Version: 1.0
Author: Cotton Candy
Author URI: www.cottoncandy.cz
Designer: Cotton Candy
Designer URI: www.cottoncandy.cz
*/
@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@700&display=swap');

.loader {
  z-index: 1000000;
  width: 100vw;
  height: 100%;
  background: #fff;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.loader svg {
  width: 500px !important;
  height: 500px !important;
}

@media (max-width: 589.99px) {
  .loader {
    width: 100% !important;
    height: 100% !important;
  }
}

nav {
  z-index: 5;
  padding: 1rem 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  background: transparent;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

nav .container {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

nav .container .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

nav .container .logo button {
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  width: 87px;
  height: 94px;
}

@media (max-width: 379.99px) {
  nav .container .logo button {
    width: 77px;
    height: 84px;
  }
}

nav .container .logo button img {
  width: 87px;
  height: 94px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 379.99px) {
  nav .container .logo button img {
    width: 77px;
    height: 84px;
  }
}

nav .container .logo button img:first-child {
  display: none;
}

nav .container .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

nav .container .menu .open-button {
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

nav .container .menu .open-button span {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 0.85;
  margin-right: 5px;
}

nav .container .menu .open-button svg {
  color: #fff;
}

nav .container .menu .open-button svg line:nth-child(1) {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
}

nav .container .menu .open-button svg line:nth-child(3) {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
}

nav .container .menu:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

nav .container .menu:hover .open-button svg line:nth-child(1) {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

nav .container .menu:hover .open-button svg line:nth-child(1)::before {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

nav .container .menu:hover .open-button svg line:nth-child(3) {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}

nav .container .menu:hover .open-button svg line:nth-child(3)::before {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

nav .container .menu .close-button {
  padding: 0;
  padding: 0 1rem;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #fff;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

nav .container .menu .close-button:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

nav .container .menu .none {
  display: none;
}

.scrolled {
  position: fixed;
  top: 0;
  height: 68px;
  background: #fff;
  -webkit-box-shadow: 0 -100px 298px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -100px 298px 5px rgba(0, 0, 0, 0.15);
}

.scrolled .container .logo button {
  width: 77px;
  height: 84px;
}

.scrolled .container .logo button img {
  width: 77px;
  height: 84px;
}

.scrolled .container .logo button img:first-child {
  display: block;
}

.scrolled .container .logo button img:last-child {
  display: none;
}

.scrolled .container .menu button svg {
  color: #333;
}

.scrolled .container .menu button span {
  color: #333;
}

.index {
  z-index: 1112;
}

.index .container .logo button img:first-child {
  display: block;
}

.index .container .logo button img:last-child {
  display: none;
}

@media (max-width: 589.99px) {
  .index .container .menu .close-button {
    position: relative;
    left: 15px;
  }
  .index .container .menu .close-button svg {
    color: #333;
  }
}

@media (max-width: 379.99px) {
  .scrolled {
    padding: 5px 0;
  }
  .scrolled .container .logo button {
    width: 47px;
    height: 54px;
  }
  .scrolled .container .logo button img {
    width: 47px;
    height: 54px;
  }
}

.min .container .logo button {
  width: 77px;
  height: 84px;
}

.min .container .logo button img {
  width: 77px;
  height: 84px;
}

.min .container .menu button svg {
  color: #333;
}

.min .container .menu button span {
  color: #333;
}

.min .container .menu .close-button {
  top: -10px;
}

header {
  width: 100%;
  height: 95vh;
}

header .text-containter {
  width: 100%;
  height: 95vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0 !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 4;
}

header .text-containter .content {
  width: 80%;
  height: 95vh;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .text-containter .content .text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .text-containter .content .text .left {
  margin-left: 8rem;
  position: relative;
}

header .text-containter .content .text .left h1 {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 3.5rem;
  margin: 0;
  line-height: 1.25;
  color: #fff;
  opacity: 0.90;
}

header .text-containter .content .text .left h2 {
  margin: 0;
  font-weight: 600;
  letter-spacing: 2px;
  color: #fff;
  opacity: 0.90;
}

header .text-containter .content .text .left h3 {
  margin: 0;
  color: #fff;
  opacity: 0.90;
  margin-bottom: 1rem;
}

header .text-containter .content .text .left span {
  width: 50px;
  height: 5px;
  background: #fff;
  opacity: .90;
  position: absolute;
}

header .text-containter .content .text .left .paint {
  mix-blend-mode: luminosity;
  opacity: .34;
  position: absolute;
  top: -40px;
  left: -95px;
}

@media (max-width: 759.99px) {
  header .text-containter .content .text .left .paint {
    position: relative;
    width: 100%;
    -webkit-transform: translateY(-75%);
            transform: translateY(-75%);
  }
  header .text-containter .content .text .left .paint img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    width: 100%;
  }
}

@media (max-width: 682.99px) {
  header .text-containter .content .text .left {
    text-align: center;
  }
  header .text-containter .content .text .left h1 {
    line-height: 0.7;
    margin: 1.5rem 0;
  }
  header .text-containter .content .text .left span {
    margin-left: -25px;
  }
  header .text-containter .content .text .left .paint {
    display: none;
  }
}

@media (max-width: 1119.99px) {
  header .text-containter .content .text .left {
    margin-left: 0;
  }
}

header .text-containter .content .text .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header .text-containter .content .text .right ul {
  padding: 0;
  margin: 0;
}

header .text-containter .content .text .right ul li {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  list-style: none;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1rem 0;
  padding: 3px;
}

header .text-containter .content .text .right ul li a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #333333;
  padding: 3px;
}

header .text-containter .content .text .right ul li:hover {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #333;
}

header .text-containter .content .text .right ul li:hover a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #fff;
}

@media (max-width: 682.99px) {
  header .text-containter .content .text .right {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
  }
  header .text-containter .content .text .right ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .text-containter .content .text .right ul li {
    margin: 0 1rem;
  }
}

header .text-containter .menu {
  position: fixed;
  top: 0;
  right: -100%;
  height: 100vh;
  width: 0;
  overflow: auto;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  position: fixed;
  height: 100%;
  opacity: 1;
  white-space: nowrap;
  overflow-x: hidden;
  z-index: 1111;
  visibility: visible;
  background: #fff;
  top: 0;
  right: 0;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header .text-containter .menu .block {
  position: relative;
  width: 50% !important;
  display: table;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .text-containter .menu .block .content-menu ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

header .text-containter .menu .block .content-menu ul li {
  list-style: none;
  white-space: nowrap;
  margin-bottom: 25px;
}

header .text-containter .menu .block .content-menu ul li a {
  text-decoration: none;
}

header .text-containter .menu .block .content-menu ul li button {
  white-space: nowrap;
  position: relative;
  display: inline-block;
  color: #333333;
  font-weight: 700;
  font-size: 2.25rem;
  text-decoration: none;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

header .text-containter .menu .block .content-menu ul li button:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -20px;
  height: 4px;
  width: 10px;
  background-color: #000;
  opacity: 0.22;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

header .text-containter .menu .block .content-menu ul li button:hover:before {
  opacity: 0;
  left: 55px;
  width: 0;
  background-color: #333;
}

header .text-containter .menu .block .content-menu ul li button:after {
  background: none repeat scroll 0 0 transparent;
  bottom: -5px;
  content: "";
  display: block;
  height: 5px;
  right: 0;
  position: absolute;
  background: #333;
  -webkit-transition: width 0.4s ease 0s, left 0.4s ease 0s;
  transition: width 0.4s ease 0s, left 0.4s ease 0s;
  width: 0;
}

header .text-containter .menu .block .content-menu ul li button:hover:after {
  left: 2px;
  width: 100%;
}

header .text-containter .menu .block .content-menu ul li:last-child {
  margin-bottom: 0;
}

header .text-containter .menu .block .content-menu .contact-menu {
  margin-bottom: calc(100% / 2);
}

header .text-containter .menu .block .content-menu .contact-menu h1 {
  margin: 0;
  margin-bottom: 1rem;
  display: table;
  color: #fff;
  position: relative;
  z-index: 1;
}

header .text-containter .menu .block .content-menu .contact-menu h1:after {
  content: "";
  position: absolute;
  color: white;
  background: rgba(0, 0, 255, 0.6);
  height: calc(100% - 5px);
  left: 0;
  width: calc(100% - 5px);
  top: 10px;
  left: 7px;
  z-index: -1;
}

header .text-containter .menu .block .content-menu .contact-menu ul li a {
  color: #333;
  font-size: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .text-containter .menu .block .content-menu .contact-menu ul li a::before {
  display: none;
}

header .text-containter .menu .block .content-menu .contact-menu ul li a .icon {
  margin-right: 10px;
}

header .text-containter .menu .block .content-menu .contact-menu ul li a .text p {
  margin: 0;
}

header .text-containter .menu .block .content-menu .contact-menu ul li a:after {
  display: none;
}

header .text-containter .menu .block .content-menu .social-sites h1 {
  margin: 0;
  margin-bottom: 1rem;
  display: table;
  color: #fff;
  position: relative;
  z-index: 1;
}

header .text-containter .menu .block .content-menu .social-sites h1:after {
  content: "";
  position: absolute;
  color: white;
  background: rgba(0, 0, 255, 0.6);
  height: calc(100% - 5px);
  left: 0;
  width: calc(100% - 5px);
  top: 10px;
  left: 7px;
  z-index: -1;
}

header .text-containter .menu .block .content-menu .social-sites ul {
  padding: 0;
  margin: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

header .text-containter .menu .block .content-menu .social-sites ul li {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  list-style: none;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 .75rem;
  padding: 3px;
}

header .text-containter .menu .block .content-menu .social-sites ul li:first-child {
  margin: 0 .75rem 0 0;
}

header .text-containter .menu .block .content-menu .social-sites ul li a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #333333;
  padding: 3px;
}

header .text-containter .menu .block .content-menu .social-sites ul li a:before {
  display: none;
}

header .text-containter .menu .block .content-menu .social-sites ul li a::after {
  display: none;
}

header .text-containter .menu .block .content-menu .social-sites ul li:hover {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #333;
}

header .text-containter .menu .block .content-menu .social-sites ul li:hover a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #fff;
}

header .text-containter .menu .block:last-child {
  background: #67c4e6;
}

header .text-containter .opened {
  position: fixed;
  height: 100%;
  opacity: 1;
  white-space: nowrap;
  overflow-x: hidden;
  z-index: 1111;
  visibility: visible;
  background: #fff;
  top: 0;
  right: 0;
  width: 100%;
}

header .text-containter .opened .block .content-menu ul li {
  opacity: 1;
  -webkit-animation: loading 1s ease-in-out;
          animation: loading 1s ease-in-out;
}

@-webkit-keyframes loading {
  0% {
    position: relative;
    bottom: -25px;
    opacity: 0;
  }
  75% {
    position: relative;
    bottom: 0px;
  }
  100% {
    opacity: 1;
  }
}

@keyframes loading {
  0% {
    position: relative;
    bottom: -25px;
    opacity: 0;
  }
  75% {
    position: relative;
    bottom: 0px;
  }
  100% {
    opacity: 1;
  }
}

header .text-containter .opened .block .content-menu ul li button svg {
  opacity: 1;
  -webkit-animation: loadingA 1.5s ease-in-out;
          animation: loadingA 1.5s ease-in-out;
}

@-webkit-keyframes loadingA {
  0% {
    position: relative;
    bottom: -15px;
    opacity: 0;
  }
  75% {
    position: relative;
    bottom: 0px;
  }
  100% {
    opacity: 1;
  }
}

@keyframes loadingA {
  0% {
    position: relative;
    bottom: -15px;
    opacity: 0;
  }
  75% {
    position: relative;
    bottom: 0px;
  }
  100% {
    opacity: 1;
  }
}

header .text-containter .opened .block .content-menu .contact-menu h1 {
  opacity: 1;
  -webkit-animation: loadingH 1.5s ease-in-out;
          animation: loadingH 1.5s ease-in-out;
}

header .text-containter .opened .block .content-menu .social-sites h1 {
  opacity: 1;
  -webkit-animation: loadingH 1.5s ease-in-out;
          animation: loadingH 1.5s ease-in-out;
}

@-webkit-keyframes loadingH {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes loadingH {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media (max-width: 589.99px) {
  header .text-containter .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header .text-containter .menu .block {
    height: 50%;
    width: 100% !important;
  }
  header .text-containter .menu .block .content-menu {
    width: 80%;
    margin: 0 auto;
    margin-top: calc(100% / 4);
  }
  header .text-containter .menu .block .content-menu ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (0fr)[2];
        grid-template-columns: repeat(2, 0fr);
  }
  header .text-containter .menu .block .content-menu ul li {
    margin-right: 25px;
  }
  header .text-containter .menu .block .content-menu ul li button {
    font-size: 1.5rem;
  }
  header .text-containter .menu .block .content-menu ul li button::before {
    display: none;
  }
  header .text-containter .menu .block .content-menu .contact-menu {
    margin-bottom: 0rem;
  }
  header .text-containter .menu .block .content-menu .contact-menu h1 {
    font-size: 1.5rem;
  }
  header .text-containter .menu .block .content-menu .contact-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  header .text-containter .menu .block .content-menu .social-sites h1 {
    font-size: 1.5rem;
  }
  header .text-containter .menu .block:last-child .content-menu {
    height: calc(100% - 50px);
    margin: 0 auto;
    width: 70%;
    margin-top: -25px;
  }
}

header .index {
  z-index: 1111;
}

header .container {
  -ms-flex-line-pack: center;
      align-content: center;
  position: absolute;
  top: 0;
  width: 100%;
  height: 95vh;
}

header .container .backg .over {
  position: absolute;
  top: 0 !important;
  z-index: -1;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 95vh;
}

header .container .backg .orig-bcg {
  position: absolute;
  top: 0 !important;
  width: 100%;
  height: 95vh;
  z-index: -2;
  background: url("../img/B48657C8-1A74-4C37-B5AD-952EE0BC1B5E.jpeg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
}

@media (max-width: 682.99px) {
  header .container .backg .orig-bcg {
    background-position: center;
  }
}

.about {
  padding: 50px 0;
  margin: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about .content {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about .content .header {
  position: relative;
  padding: 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-width: 410px;
}

.about .content .header h3 {
  margin: 0;
  display: table;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: .2rem;
  font-weight: bold;
  position: absolute;
  top: 0;
}

.about .content .header h2 {
  margin: 0;
  display: table;
  position: absolute;
  left: 2rem;
  top: 2rem;
  font-size: 2.5rem;
}

.about .content .header h1 {
  margin: 0;
  display: table;
  font-weight: 600;
  letter-spacing: -4px;
  font-size: 5.375rem;
  color: #67c4e6;
  opacity: 0.4;
  z-index: -1;
  position: absolute;
}

.about .content .content-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about .content .content-text p {
  max-width: 400px;
  text-align: justify;
  /*text-indent: 30px;*/
}

.about .content .content-text p b {
  color: #67c4e6;
}

.about .content .content-text h1 {
  display: table;
  margin: 0;
  top: 5px;
  position: relative;
  left: 25px;
  color: #e18bbc;
}

@media (max-width: 1029.99px) {
  .about .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .about .content .header {
    padding: 0;
    min-width: unset;
    height: 7rem;
  }
  .about .content .header h1 {
    display: block;
    font-size: 3rem;
    top: 10px;
    font-size: 4rem;
  }
  .about .content .header h2 {
    display: block;
    left: 0;
    font-size: 2rem;
  }
  .about .content .header h3 {
    display: block;
  }
  .about .content .content-text {
    position: relative;
  }
  .about .content .content-text h1 {
    position: absolute;
    left: 2px;
  }
  .about .content .content-text p {
    max-width: unset;
    text-align: justify;
  }
}

@media (max-width: 379.99px) {
  .about .content .header {
    height: 5rem;
  }
  .about .content .header h1 {
    display: block;
    font-size: 3rem;
    top: 10px;
    font-size: 3rem;
  }
  .about .content .header h2 {
    display: block;
    left: 0;
    font-size: 1.5rem;
    top: 1.75rem !important;
  }
  .about .content .header h3 {
    display: block;
  }
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 0;
  background: #67c4e6;
}

footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 80%;
}

footer .container .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .container .contact ul {
  padding: 0;
  margin: 0;
}

footer .container .contact ul li {
  color: #1c1c19;
  list-style: none;
}

footer .container .contact ul li a {
  text-decoration: none;
  color: #1c1c19;
}

footer .container .contact ul li a p {
  margin: 0;
}

footer .container .icons ul {
  padding: 0;
  margin: 0;
}

footer .container .icons ul li {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  list-style: none;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1rem 0;
  padding: 3px;
}

footer .container .icons ul li a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #333333;
  padding: 3px;
}

footer .container .icons ul li:hover {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #333;
}

footer .container .icons ul li:hover a {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #fff;
}

.expertise {
  width: 100%;
  height: 100vh;
  padding: 4rem 0;
  position: relative;
  background: url(/img/backg-product.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.expertise .header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-width: 410px;
  min-height: 7rem;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 111;
}

@media (max-width: 1029.99px) {
  .expertise .header {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    text-align: center !important;
    width: 80%;
    margin: 0 auto;
  }
  .expertise .header {
    padding: 0 !important;
    min-width: unset !important;
    height: 7rem !important;
  }
  .expertise .header h1 {
    display: block !important;
    font-size: 3rem !important;
    top: 10px !important;
    font-size: 4rem !important;
  }
  .expertise .header h2 {
    display: block !important;
    left: 0 !important;
    font-size: 2rem !important;
    margin: 0 !important;
    position: absolute !important;
    top: 2rem !important;
  }
  .expertise .header h3 {
    display: block !important;
  }
}

@media (max-width: 379.99px) {
  .expertise .header {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    text-align: center !important;
    width: 80%;
    margin: 0 auto;
  }
  .expertise .header {
    height: 4rem !important;
  }
  .expertise .header h1 {
    display: block !important;
    font-size: 3rem !important;
    top: 10px !important;
    font-size: 3rem !important;
  }
  .expertise .header h2 {
    display: block !important;
    left: 0 !important;
    font-size: 1.5rem !important;
    margin: 0 !important;
    position: absolute !important;
    left: 0 !important;
    top: 1.75rem !important;
  }
  .expertise .header h3 {
    display: block !important;
  }
}

.expertise .header h3 {
  margin: 0;
  display: table;
  font-size: 1rem;
  color: black;
  letter-spacing: .2rem;
  font-weight: bold;
  position: absolute;
  top: 0;
  z-index: 1;
}

.expertise .header h2 {
  margin: 0;
  display: table;
  position: relative;
  top: 1rem;
  z-index: 1;
  font-size: 3.5rem;
  color: #fff;
  text-shadow: 2px 2px #333;
}

.expertise .header h1 {
  margin: 0;
  display: table;
  font-weight: 600;
  letter-spacing: -4px;
  font-size: 5.375rem;
  color: #e18bbc;
  opacity: 0.4;
  z-index: 0;
  position: absolute;
}

.expertise ul {
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 21%;
          flex: 1 0 21%;
  width: 100%;
  position: absolute;
  bottom: 35px;
}

.expertise ul li {
  min-width: 270px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  position: relative;
  background: #fff;
  padding: 10px;
  -webkit-box-shadow: -1px -7px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
          box-shadow: -1px -7px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 250px;
  list-style: none;
  text-align: center;
  margin: 10px;
}

@media (max-width: 1119.99px) {
  .expertise ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 689.99px) {
  .expertise ul li {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    max-width: unset;
  }
}

.expertise ul li h1 {
  font-size: 1.5rem;
  color: #333;
  margin: 0.125rem 0;
}

.expertise ul li p {
  color: #333;
  max-width: 165px;
  margin: 1rem auto;
}

.expertise ul li .icon {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.expertise ul li .icon img {
  max-width: 60px;
}

.expertise ul li:first-child .icon img {
  max-width: 82px;
}

.expertise ul li:first-child p {
  max-width: 240px;
}

.expertise ul li:last-child svg {
  width: 60px;
  height: 60px;
}

.expertise ul li .information-cursor {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-animation: hoverAnimation 6000ms linear infinite both;
          animation: hoverAnimation 6000ms linear infinite both;
}

@media (max-width: 479.99px) {
  .expertise ul li .information-cursor {
    display: none;
  }
}

.expertise ul li .information-cursor svg {
  width: 25px;
  height: 25px;
  fill: #fff;
}

.expertise .backg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url("/img/backg-product.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.expertise .cropped {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 0;
  z-index: 0;
}

@media (max-width: 599.99px) {
  .expertise {
    height: calc(100vh + 125px);
  }
  .expertise ul li {
    max-width: 250px;
  }
  .expertise .backg {
    background-position: center;
  }
}

@-webkit-keyframes hoverAnimation {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 90, -100, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 90, -100, 0, 1);
  }
  2.05% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 37.774, -41.971, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 37.774, -41.971, 0, 1);
  }
  4.05% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 9.494, -10.549, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 9.494, -10.549, 0, 1);
  }
  6.06% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1.659, 1.843, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1.659, 1.843, 0, 1);
  }
  8.06% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -3.902, 4.336, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -3.902, 4.336, 0, 1);
  }
  13.61% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.705, 0.784, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.705, 0.784, 0, 1);
  }
  19.17% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.093, -0.104, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.093, -0.104, 0, 1);
  }
  30.28% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.002, 0.002, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.002, 0.002, 0, 1);
  }
  41.39% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  50% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  66.57% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  66.67% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  68.1% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 46.284, -51.427, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 46.284, -51.427, 0, 1);
  }
  69.54% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 79.073, -87.859, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 79.073, -87.859, 0, 1);
  }
  70.97% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 94.705, -105.228, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 94.705, -105.228, 0, 1);
  }
  72.41% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 98.4, -109.333, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 98.4, -109.333, 0, 1);
  }
  76.11% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 91.856, -102.063, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 91.856, -102.063, 0, 1);
  }
  79.81% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 89.439, -99.377, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 89.439, -99.377, 0, 1);
  }
  87.22% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 90.037, -100.042, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 90.037, -100.042, 0, 1);
  }
  94.66% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 89.998, -99.997, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 89.998, -99.997, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 90, -100, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 90, -100, 0, 1);
  }
}

@keyframes hoverAnimation {
  0% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 90, -100, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 90, -100, 0, 1);
  }
  2.05% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 37.774, -41.971, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 37.774, -41.971, 0, 1);
  }
  4.05% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 9.494, -10.549, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 9.494, -10.549, 0, 1);
  }
  6.06% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1.659, 1.843, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1.659, 1.843, 0, 1);
  }
  8.06% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -3.902, 4.336, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -3.902, 4.336, 0, 1);
  }
  13.61% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.705, 0.784, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.705, 0.784, 0, 1);
  }
  19.17% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.093, -0.104, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.093, -0.104, 0, 1);
  }
  30.28% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.002, 0.002, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -0.002, 0.002, 0, 1);
  }
  41.39% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  50% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  66.57% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  66.67% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  68.1% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 46.284, -51.427, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 46.284, -51.427, 0, 1);
  }
  69.54% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 79.073, -87.859, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 79.073, -87.859, 0, 1);
  }
  70.97% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 94.705, -105.228, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 94.705, -105.228, 0, 1);
  }
  72.41% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 98.4, -109.333, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 98.4, -109.333, 0, 1);
  }
  76.11% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 91.856, -102.063, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 91.856, -102.063, 0, 1);
  }
  79.81% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 89.439, -99.377, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 89.439, -99.377, 0, 1);
  }
  87.22% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 90.037, -100.042, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 90.037, -100.042, 0, 1);
  }
  94.66% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 89.998, -99.997, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 89.998, -99.997, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 90, -100, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 90, -100, 0, 1);
  }
}

.portfolio {
  padding: 2rem 0;
  background: #fff;
  width: 100%;
}

.portfolio .header {
  position: relative;
  padding: 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-width: 410px;
  min-height: 7rem;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1029.99px) {
  .portfolio .header {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    text-align: center !important;
    width: 80%;
    margin: 0 auto;
  }
  .portfolio .header {
    padding: 0 !important;
    min-width: unset !important;
    height: 7rem !important;
  }
  .portfolio .header h1 {
    display: block !important;
    font-size: 3rem !important;
    top: 10px !important;
    font-size: 4rem !important;
  }
  .portfolio .header h2 {
    display: block !important;
    left: 0 !important;
    font-size: 2rem !important;
    margin: 0 !important;
    position: absolute !important;
    top: 2rem !important;
  }
  .portfolio .header h3 {
    display: block !important;
  }
}

@media (max-width: 379.99px) {
  .portfolio .header {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    text-align: center !important;
    width: 80%;
    margin: 0 auto;
  }
  .portfolio .header {
    height: 4rem !important;
  }
  .portfolio .header h1 {
    display: block !important;
    font-size: 3rem !important;
    top: 10px !important;
    font-size: 3rem !important;
  }
  .portfolio .header h2 {
    display: block !important;
    left: 0 !important;
    font-size: 1.5rem !important;
    margin: 0 !important;
    position: absolute !important;
    top: 1.75rem !important;
    left: 0 !important;
  }
  .portfolio .header h3 {
    display: block !important;
  }
}

.portfolio .header h3 {
  margin: 0;
  display: table;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: .2rem;
  font-weight: bold;
  position: absolute;
  top: 0;
}

.portfolio .header h2 {
  margin: 0;
  display: table;
  position: relative;
  top: 1rem;
  z-index: 1;
  font-size: 3.5rem;
}

.portfolio .header h1 {
  margin: 0;
  display: table;
  font-weight: 600;
  letter-spacing: -4px;
  font-size: 5.375rem;
  color: #e18bbc;
  opacity: 0.4;
  z-index: 0;
  position: absolute;
}

.portfolio ul {
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.portfolio ul li {
  list-style: none;
  text-align: center;
  margin: 10px;
  width: 300px;
  height: 200px;
}

.portfolio ul li img {
  width: 300px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-gallery {
  width: 100%;
}

.about-gallery .block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.about-gallery .block .text {
  width: 50%;
  background: url(../img/wall-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about-gallery .block .text .content {
  margin: 10rem;
}

.about-gallery .block .text .content .text-container {
  position: relative;
}

.about-gallery .block .text .content .text-container h1 {
  font-size: 1.5rem;
  margin: 0;
  margin: 2rem 0 0 0;
}

.about-gallery .block .text .content .text-container .colored {
  margin: 0 0 2rem 0;
  color: #67c4e6;
  position: relative;
}

.about-gallery .block .text .content .text-container .colored::after {
  content: "";
  width: 50px;
  height: 5px;
  background: #67c4e6;
  opacity: .90;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.about-gallery .block .text .content .text-container p {
  margin: 0;
  font-size: 1.125rem;
}

.about-gallery .block .text .content .icon {
  width: 75px;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 1rem;
  -webkit-box-shadow: 0px 1px 20px #67c4e6, 0 0px 0px #67c4e6;
          box-shadow: 0px 1px 20px #67c4e6, 0 0px 0px #67c4e6;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-bottom: 25px;
}

.about-gallery .block .text .content .icon svg {
  color: #e3b8bf;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 50px;
  height: 50px;
}

.about-gallery .block .image {
  width: 50%;
  position: relative;
  height: 100vh;
}

.about-gallery .block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}

.about-gallery .block .image .layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  /*background: rgba(255, 70, 164, 0.14);*/
  background: -webkit-gradient(linear, right top, left top, from(rgba(103, 196, 230, 0.15)), to(transparent));
  background: linear-gradient(to left, rgba(103, 196, 230, 0.15), transparent);
}

.about-gallery .block .image .layer:after {
  content: "";
  position: absolute;
  border: solid 2px #fff;
  top: 0;
  left: 0;
  width: calc(100% - 15px);
  margin: 5px;
  height: calc(100% - 15px);
}

@media (max-width: 999.99px) {
  .about-gallery .block .image {
    height: auto;
  }
  .about-gallery .block .image img {
    -o-object-position: right;
       object-position: right;
  }
  .about-gallery .block .text .content {
    margin: 5rem;
  }
  .about-gallery .block:nth-child(2) .image img, .about-gallery .block:nth-child(3) .image img {
    -o-object-position: center;
       object-position: center;
  }
}

@media (max-width: 499.99px) {
  .about-gallery .block .text .content {
    margin: 1rem;
  }
  .about-gallery .block .text h1 {
    font-size: 1.5rem !important;
  }
  .about-gallery .block .text p {
    font-size: 1rem !important;
  }
}

.map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-form {
  background: #fff;
  padding: 1.125rem 0;
}

.contact-form h1 {
  text-align: center;
  margin: 0;
  color: #333;
  font-family: monospace;
  font-size: 3rem;
  margin-bottom: 1.75rem;
}

.contact-form form {
  width: 70%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact-form form input,
.contact-form form textarea {
  border: 0;
  padding: 3px 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff;
  outline: 0;
  padding: 22px 18px;
  border: 1px solid #333;
  font-size: 20px;
  padding-bottom: 12px;
  font-family: monospace;
  width: 100%;
  border-radius: 0;
  -webkit-appearance: none;
}

.contact-form form textarea {
  width: 100%;
}

.contact-form form .is-floating-label {
  position: relative;
  width: 100%;
  margin: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.contact-form form .is-floating-label:first-child {
  margin: 15px 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.contact-form form .is-floating-label:nth-child(2) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact-form form .is-floating-label:last-child {
  margin: 15px 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.contact-form form .is-floating-label input {
  left: 0;
  background: #fff;
}

.contact-form form .is-floating-label label {
  left: 18px;
  color: #333;
  font-family: monospace;
  font-size: 20px;
  opacity: 0.54;
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 100ms;
  transition: 100ms;
  top: 18px;
}

.contact-form form .is-floating-label.is-focused label {
  -webkit-transform: translateY(-12px) scale(0.74);
          transform: translateY(-12px) scale(0.74);
  opacity: 1;
}

.contact-form form .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.contact-form form .under {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  position: relative;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.contact-form form .under button {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 185px;
  max-width: 185px;
  padding: 20px;
  border: 2px solid transparent;
  border-radius: 0;
  background: #333;
  font-family: monospace;
  cursor: pointer;
  font-size: 20px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contact-form form .under button:hover {
  background: #f72759;
}

.contact-form form .under .is-floating-label {
  margin-bottom: 30px;
}

.contact-form form .under .is-floating-label.is-focused label {
  -webkit-transform: translateY(-12px) scale(1);
          transform: translateY(-12px) scale(1);
  font-size: 15px;
  opacity: 1;
  padding-left: 20px;
  width: calc(100% - 21px);
  background: #fff;
  left: 1px;
  top: 12px;
  padding-top: 6px;
  border-top: 1px solid #333;
}

.contact-form form .under .is-floating-label textarea {
  width: calc(100% - 18px * 2);
  min-width: calc(100% - 18px * 2);
  max-width: calc(100% - 18px * 2);
  min-height: 50px;
}

@media (max-width: 959.99px) {
  .contact-form form {
    width: 80%;
  }
  .contact-form form .tab {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-form form .tab .is-floating-label {
    margin: 15px 0;
  }
}

.warning {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(255, 255, 255, 0.94);
  z-index: 9999;
  position: fixed;
  color: #000;
  text-align: center;
}

.warning .content {
  opacity: 1;
  -webkit-animation: aniopac 0.3s;
          animation: aniopac 0.3s;
}

@-webkit-keyframes aniopac {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes aniopac {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.warning .content h1 {
  font-family: monospace;
  font-size: 25px;
}

.warning .agree {
  width: calc( 100% - 71px);
  margin: 15px auto;
}

.warning .agree button {
  outline: none;
  font-family: monospace;
  padding: 14px;
  font-size: 16px;
  line-height: 1.375rem;
  letter-spacing: .03125rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  background-color: #333;
  text-decoration: none;
  color: #fff;
  border: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.warning .agree button:hover {
  background: #F72759;
}

.svg-box {
  display: inline-block;
  position: relative;
  width: 150px;
  z-index: 1;
}

.green-stroke {
  stroke: #7CB342;
}

.red-stroke {
  stroke: #FF6245;
}

.yellow-stroke {
  stroke: #FF6245;
}

.circular circle.path {
  stroke-dasharray: 330;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  opacity: 0.4;
  -webkit-animation: 1.5s draw-circle infinite;
          animation: 1.5s draw-circle infinite;
}

/*------- Checkmark ---------*/
.checkmark {
  stroke-width: 6.25;
  stroke-linecap: round;
  position: absolute;
  top: 56px;
  left: 49px;
  width: 52px;
  height: 40px;
}

.checkmark path {
  -webkit-animation: 1s draw-check infinite;
          animation: 1s draw-check infinite;
}

@-webkit-keyframes draw-circle {
  0% {
    stroke-dasharray: 0,330;
    stroke-dashoffset: 0;
    opacity: 1;
  }
  80% {
    stroke-dasharray: 330,330;
    stroke-dashoffset: 0;
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}

@keyframes draw-circle {
  0% {
    stroke-dasharray: 0,330;
    stroke-dashoffset: 0;
    opacity: 1;
  }
  80% {
    stroke-dasharray: 330,330;
    stroke-dashoffset: 0;
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}

/*---------- Cross ----------*/
.alert-sign {
  stroke-width: 6.25;
  stroke-linecap: round;
  position: absolute;
  top: 40px;
  left: 68px;
  width: 15px;
  height: 70px;
  -webkit-animation: 1.4s alert-sign-bounce cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
          animation: 1.4s alert-sign-bounce cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
}

.alert-sign .dot {
  stroke: none;
  fill: #FF6245;
}

@-webkit-keyframes alert-sign-bounce {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes alert-sign-bounce {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.product {
  z-index: 11111;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  color: #212121;
  height: 100%;
  width: 100%;
  overflow: scroll;
  min-height: 100%;
}

.product .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product .content .header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product .content .header h1 {
  font-family: Roboto;
  color: #F72759;
  font-family: 'Roboto', sans-serif;
}

.product .content .header span {
  position: relative;
}

.product .content .header span:after {
  content: "";
  position: absolute;
  top: -10;
  left: -60px;
  width: 120px;
  height: 35px;
  background: url("/img/products/underline.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.product .content .close {
  position: absolute;
  right: 15px;
  top: 15px;
  background: transparent;
  outline: none;
  cursor: pointer;
  border: none;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  padding: 0;
  height: 36px;
  width: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product .content .close:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.product .content .informations {
  margin: 4rem auto 2rem auto;
  position: relative;
  height: 100%;
  min-height: 350px;
}

.product .content .informations .products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product .content .informations .products .flavors {
  height: 100%;
  position: relative;
}

.product .content .informations .products .flavors ul {
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (0fr)[2];
      grid-template-columns: repeat(2, 0fr);
  height: 100%;
}

@media (max-width: 379.99px) {
  .product .content .informations .products .flavors ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (0fr)[1] !important;
        grid-template-columns: repeat(1, 0fr) !important;
  }
}

.product .content .informations .products .flavors ul li {
  margin: 0.5rem;
  list-style: none;
  background: #fff;
  -webkit-box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.24);
          box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.24);
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.product .content .informations .products .flavors ul li .product-flavor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product .content .informations .products .flavors ul li .product-flavor h3 {
  margin: 0 0 0 1rem;
}

.product .content .informations .products .flavors ul li .product-flavor img {
  max-width: 95px;
}

.product .content .informations .products .flavors ul li:hover {
  background: #F72759;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  color: #fff;
}

.product .content .informations .products .machinery {
  height: 100%;
  position: relative;
}

.product .content .informations .products .machinery ul {
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (0fr)[2];
      grid-template-columns: repeat(2, 0fr);
  height: 100%;
}

@media (max-width: 379.99px) {
  .product .content .informations .products .machinery ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (0fr)[1] !important;
        grid-template-columns: repeat(1, 0fr) !important;
  }
}

.product .content .informations .products .machinery ul li {
  min-width: 213px;
  margin: 0.5rem;
  list-style: none;
  background: #fff;
  -webkit-box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.24);
          box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.24);
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.product .content .informations .products .machinery ul li .product-flavor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product .content .informations .products .machinery ul li .product-flavor .name {
  margin: 0 0 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product .content .informations .products .machinery ul li .product-flavor .name h3 {
  margin: 0;
}

.product .content .informations .products .machinery ul li .product-flavor img {
  max-width: 95px;
  max-height: 98px;
}

.product .content .informations .products .machinery ul li:hover {
  background: #F72759;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  color: #fff;
}

.product .content .informations .products .description {
  position: relative;
  -webkit-transition: 0.3 ease-out;
  transition: 0.3 ease-out;
  max-height: 400px;
}

.product .content .informations .products .description button {
  z-index: 111;
}

.product .content .informations .products .description ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: 100%;
}

.product .content .informations .products .description ul li {
  margin: 0.5rem;
  list-style: none;
  background: #fff;
  -webkit-box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.24);
          box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.24);
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.product .content .informations .products .description ul li .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.product .content .informations .products .description ul li .info .changing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product .content .informations .products .description ul li .name {
  margin: 0 0 0 0.5rem;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
}

.product .content .informations .products .description ul li .content-flavour {
  margin: 0.5rem;
  max-width: 450px;
}

.product .content .informations .products .description ul li:hover {
  background: #fdfdfd;
}

@media (max-width: 799.99px) {
  .product .content .informations .products {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  .product .content .informations .products .flavors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product .content .informations .products .flavors ul li .product-flavor img {
    max-width: 60px;
  }
  .product .content .informations .products .flavors ul li .product-flavor h3 {
    font-size: 16px;
  }
  .product .content .informations .products .machinery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product .content .informations .products .machinery ul li .product-flavor img {
    max-width: 60px;
  }
  .product .content .informations .products .machinery ul li .product-flavor h3 {
    font-size: 16px;
  }
  .product .content .informations .products .description {
    position: unset;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-height: unset;
  }
  .product .content .informations .products .description button {
    top: 0;
  }
}

.product .content .informations .parameters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 2rem 0 0 0;
  position: relative;
  display: none;
  max-width: 695px;
}

.product .content .informations .parameters h1 {
  margin: 0.5rem 0;
}

.product .content .informations .parameters .parameter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product .content .informations .parameters .parameter .name {
  position: relative;
  font-weight: lighter;
  min-width: 75px;
  margin-right: 1rem;
}

.product .content .informations .parameters .parameter .name:after {
  content: ":";
  left: 0;
  height: 1px;
  width: 1px;
  right: 0;
}

.product .content .informations .parameters .parameter .content {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 799.99px) {
  .product .content .informations .parameters {
    max-width: 500px;
    margin: 2rem;
  }
}

@media (max-width: 799.99px) {
  .product .content .header h1 {
    font-size: 1.250rem;
    margin: 1.4rem 0;
  }
  .product .content .header span:after {
    top: -15px;
    left: -30px;
    width: 60px;
    height: 10px;
  }
}

.flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

#flavorId::-webkit-scrollbar {
  width: 10px;
  height: 35px;
}

#flavorId::-webkit-scrollbar-thumb {
  background: #F72759;
  border-radius: 8px;
}

#machineryId::-webkit-scrollbar {
  width: 10px;
  height: 35px;
}

#machineryId::-webkit-scrollbar-thumb {
  background: #F72759;
  border-radius: 8px;
}

.building {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.84);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 123;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.building h1 {
  text-align: center;
}

* button:focus {
  outline: 0;
}

::-moz-selection {
  background: #F72759;
  color: #FFF;
}

::selection {
  background: #F72759;
  color: #FFF;
}

body {
  margin: 0;
  font-family: 'Roboto', sans-serif;
}

.limited {
  overflow-y: hidden;
}

.limited-terms {
  overflow-y: hidden;
}

@media (max-width: 589.99px) {
  .limited {
    overflow-y: scroll !important;
  }
}

.none {
  display: none;
}
/*# sourceMappingURL=style.css.map */
