@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
:root {
  --white: #FFFFFF;
  --title: #353b3f;
  --text: #6b6b6b;
  --text-dark: #4c4f51;
  --text-light: #999999;
  --petryna-word-bg: #f7f6ef;
  --petryna-letter-bg: #c4bfb5;
  --green: #64ab58;
  --ukraine: linear-gradient(225deg, rgba(0, 124, 255, 1) 0%, rgba(253, 189, 21, 1) 100%);
  --max-screen: 1920px;
  --max-w: 1180px;
  --hh: 90px;
  --image-logo: 58px;
  --image-logo-mr: 30px;
  --single-product-thumbnails: 80px;
  --single-product-right-side: 380px;
  --cart-title-quantity: 100px;
  --cart-title-total: 140px;
  --cart-title-image: 100px;
  --cart-item-height: 130px;
  --pd-60: 60px;
  --mg-120: 120px;
  --mg-100: 100px;
  --mg-80: 80px;
  --mg-60: 60px;
  --mg-48: 48px;
  --mg-36: 36px;
  --mg-24: 24px;
  --mg-12: 12px;
  --mg-8: 8px;
  --mg-6: 6px;
  --anim40: 40px;
  --anim20: 20px;
  --max-video-h: 720px;
  --max-video-v: 400px;
}

@media only screen and (max-width: 1600px) {
  :root {
    --mg-120: 100px;
    --mg-100: 90px;
  }
}
@media only screen and (max-width: 1440px), screen and (max-height: 700px) {
  :root {
    --pd-60: 48px;
    --mg-120: 90px;
    --mg-100: 80px;
    --mg-80: 70px;
  }
}
@media only screen and (max-width: 1180px), screen and (max-height: 700px) {
  :root {
    --pd-60: 36px;
    --mg-120: 80px;
    --mg-100: 70px;
  }
}
@media only screen and (max-width: 979px) {
  :root {
    --hh: 80px;
    --mg-120: 70px;
    --mg-100: 60px;
    --mg-80: 50px;
    --image-logo: 40px;
    --image-logo-mr: 20px;
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --hh: 60px;
    --pd-60: 24px;
    --mg-120: 60px;
    --mg-100: 50px;
    --mg-80: 40px;
    --mg-60: 48px;
  }
}
@media only screen and (max-width: 479px) {
  :root {
    --pd-60: 12px;
  }
}
@media only screen and (max-width: 375px) {
  :root {
    --pd-60: 12px;
  }
}
/* NEW MIXIN */
html, body, div, span, applet, object, iframe, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font,
ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  vertical-align: baseline;
}

div, span, nav, ul, li, img, header, footer, section, article, a, h1, h2, h3, h4, input, textarea, button {
  width: auto;
  height: auto;
  box-sizing: border-box;
  position: relative;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

body {
  background-color: var(--white);
}

.body-overflow {
  overflow: hidden;
}

.color-white {
  color: var(--white);
}

.color-title {
  color: var(--title);
}

.color-grey {
  color: var(--text-grey);
}

.color-red {
  color: var(--text-red);
}

.color-purple {
  color: var(--purple);
}

.color-green {
  color: var(--text-green);
}

.mb-60 {
  margin-bottom: var(--mg-60);
}

.mb-48 {
  margin-bottom: var(--mg-48);
}

.mb-36 {
  margin-bottom: var(--mg-36);
}

.mb-24 {
  margin-bottom: var(--mg-24);
}

.mb-12 {
  margin-bottom: var(--mg-12);
}

.mb-6 {
  margin-bottom: var(--mg-6);
}

.mt-60 {
  margin-top: var(--mg-60);
}

.mt-48 {
  margin-top: var(--mg-48);
}

.mt-36 {
  margin-top: var(--mg-36);
}

.mt-24 {
  margin-top: var(--mg-24);
}

.mt-12 {
  margin-top: var(--mg-12);
}

.mt-6 {
  margin-bottom: var(--mg-6);
}

/*****************************************************************************/
/*                                Fonts                                      */
/*****************************************************************************/
.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.strong {
  font-weight: 500;
}

.italic {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

.centre {
  text-align: center;
}

h1.title {
  font-family: "Rubik";
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 100%;
  margin: 0;
}
@media screen and (max-width: 1600px) {
  h1.title {
    font-size: 56px;
  }
}
@media screen and (max-width: 1440px) {
  h1.title {
    font-size: 54px;
  }
}
@media screen and (max-width: 1180px) {
  h1.title {
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  h1.title {
    font-size: 40px;
  }
}
@media screen and (max-width: 479px) {
  h1.title {
    font-size: 33px;
  }
}
@media screen and (max-width: 374px) {
  h1.title {
    font-size: 30px;
  }
}

h2 {
  font-family: "Rubik";
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 120%;
}
@media screen and (max-width: 979px) {
  h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 479px) {
  h2 {
    font-size: 24px;
  }
}
h1.single-product-title {
  font-family: "Rubik";
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 120%;
}
@media screen and (max-width: 979px) {
  h1.single-product-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 479px) {
  h1.single-product-title {
    font-size: 24px;
  }
}

h3 {
  font-family: "Rubik";
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 120%;
}

article {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  article {
    padding-left: var(--mg-12);
    padding-right: var(--mg-12);
  }
}
article h2, article h3, article h4 {
  color: var(--title);
  margin-bottom: var(--mg-12);
  margin-top: var(--mg-12);
}
article p {
  font-family: "Rubik";
  font-size: 17px;
  font-weight: 300;
  line-height: 150%;
  margin-bottom: var(--mg-12);
  margin-top: var(--mg-12);
  color: var(--text-dark);
}
@media screen and (max-width: 767px) {
  article p {
    margin-bottom: var(--mg-6);
    margin-top: var(--mg-6);
  }
}
article p strong {
  font-weight: 500;
}
article p em, article p i {
  font-style: italic;
}
article p span.green {
  color: var(--green);
}
article a {
  font-weight: 500;
  color: var(--title);
  text-decoration: underline;
}
article strong {
  font-weight: 500;
}
article ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  font-family: "Rubik";
  font-size: 16px;
  color: var(--text-dark);
  font-weight: 300;
  line-height: 150%;
}
article ul li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: var(--text-dark);
  padding: 0px 0px 0px 40px;
  margin-bottom: 12px;
}
article ul li::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0px;
  width: 26px;
  height: 18px;
  display: block;
  background-image: url(images/li-point.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
article ul li:last-child {
  margin-bottom: 0px;
}
article ul.burger-menu li {
  display: flex;
  flex-direction: row;
  padding: 0;
}
article ul.burger-menu li::before {
  display: none;
}

.social-networks {
  display: flex;
  margin-top: var(--mg-24);
}
.social-networks a {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  appearance: none;
  margin-right: var(--mg-12);
}
.social-networks a svg {
  width: 38px;
  height: 38px;
  display: block;
}
.social-networks a svg .social-networks-fill {
  fill: none;
  stroke: var(--title);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5px;
  transition: 0.5s;
}
.social-networks a:hover svg .social-networks-fill {
  stroke: var(--text-light);
  transition: 0.5s;
}
.social-networks a:last-child {
  margin-right: 0;
}

input,
textarea,
button {
  display: flex;
  font-family: "Rubik";
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  color: var(--title);
  text-decoration: none;
  background: transparent;
  border: none;
  appearance: none;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
}

input[type=text] {
  width: 100%;
  display: block;
  color: var(--text);
  border: 1px solid var(--text);
  padding: 17px var(--mg-24) 15px var(--mg-24);
}
@media screen and (max-width: 767px) {
  input[type=text] {
    width: 100%;
  }
}

input[type=radio] {
  width: 11px;
  height: 11px;
  display: inline-block;
}

textarea {
  width: 100%;
  color: var(--text);
  border: 1px solid var(--text);
  padding: 17px var(--mg-24) 15px var(--mg-24);
  resize: none;
}

textarea,
input[type=text] {
  transition: 0.5s;
  outline: 2px solid transparent;
}

textarea:focus,
textarea:hover,
input[type=text]:focus,
input[type=text]:hover {
  outline: 2px solid var(--title);
}

button.primary-wrap,
a.primary-wrap {
  position: relative;
  display: flex;
  font-family: "Rubik";
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  color: var(--title);
  text-decoration: none;
  background: transparent;
  border: none;
  appearance: none;
  border-radius: 28px;
  padding: 2px;
  cursor: pointer;
}
button.primary-wrap::before,
a.primary-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  /* !importanté */
  background: linear-gradient(white, white) padding-box, linear-gradient(to right, var(--title), var(--title)) border-box;
  border: solid 2px transparent;
  transition: 0.5s;
  opacity: 1;
  z-index: -1;
}
button.primary-wrap::after,
a.primary-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  /* !importanté */
  background: linear-gradient(white, white) padding-box, linear-gradient(to right, #007cff, #fdbd15) border-box;
  border: solid 2px transparent;
  transition: 0.5s;
  opacity: 0;
  z-index: -1;
}
button.primary-wrap:hover::after,
a.primary-wrap:hover::after {
  opacity: 1;
}
button.primary-wrap:hover::before,
a.primary-wrap:hover::before {
  opacity: 0;
}
button.primary-wrap .primary,
a.primary-wrap .primary {
  display: flex;
  background: var(--white);
  border-radius: 24px;
  padding: 17px var(--mg-36) 15px var(--mg-36);
  transition: 0.5s;
}

/* header menu */
header {
  top: 0px;
  left: 0px;
  width: 100%;
  height: var(--hh);
  position: fixed;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: var(--white);
  padding: 0px var(--pd-60) 0px var(--pd-60);
  transition: 0.5s;
  z-index: 50;
}
header .header-wrap {
  width: 100%;
  max-width: var(--max-w);
  height: var(--hh);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
  transition: 0.5s;
}
header .header-wrap nav {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 979px) {
  header .header-wrap nav ul li.lang,
header .header-wrap nav ul li.tel {
    display: none;
  }
}

.logo {
  width: auto;
  height: var(--image-logo);
  display: flex;
  align-items: center;
}
.logo .logo__image {
  width: auto;
  display: flex;
  margin-right: var(--image-logo-mr);
}
.logo .logo__image picture {
  width: var(--image-logo);
  height: var(--image-logo);
  display: flex;
}
.logo .logo__image picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.logo .logo__title {
  width: 212px;
  height: 20px;
  display: block;
}
@media screen and (max-width: 979px) {
  .logo .logo__title {
    height: 16px;
    width: 170px;
  }
}
.logo .logo__title svg {
  width: auto;
  height: 100%;
  object-fit: contain;
  display: block;
}
.logo .logo__title svg .logo-fill {
  fill: var(--title);
}

ul.categories,
ul.menu,
ul.burger-menu,
ul.footer-menu,
ul.language-chooser {
  width: auto;
  display: flex;
  list-style: none;
}
ul.categories li,
ul.menu li,
ul.burger-menu li,
ul.footer-menu li,
ul.language-chooser li {
  width: auto;
  display: flex;
  font-family: "Rubik";
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  color: var(--title);
  margin: 0px 15px 0px 15px;
}
@media (max-width: 1080px) {
  ul.categories li,
ul.menu li,
ul.burger-menu li,
ul.footer-menu li,
ul.language-chooser li {
    margin: 0px 10px 0px 10px;
  }
}
ul.categories li .li-item-style,
ul.categories li a,
ul.menu li .li-item-style,
ul.menu li a,
ul.burger-menu li .li-item-style,
ul.burger-menu li a,
ul.footer-menu li .li-item-style,
ul.footer-menu li a,
ul.language-chooser li .li-item-style,
ul.language-chooser li a {
  display: flex;
  align-items: center;
  min-height: 20px;
  color: var(--title);
}
ul.categories li .li-item-style:before,
ul.categories li a:before,
ul.menu li .li-item-style:before,
ul.menu li a:before,
ul.burger-menu li .li-item-style:before,
ul.burger-menu li a:before,
ul.footer-menu li .li-item-style:before,
ul.footer-menu li a:before,
ul.language-chooser li .li-item-style:before,
ul.language-chooser li a:before {
  content: "";
  width: 0;
  height: 2px;
  background: var(--ukraine);
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translate(-50%, 0%);
  transition: width 0.3s;
}
ul.categories li a.telephone,
ul.menu li a.telephone,
ul.burger-menu li a.telephone,
ul.footer-menu li a.telephone,
ul.language-chooser li a.telephone {
  font-weight: 400;
}
ul.categories li .show_cart,
ul.menu li .show_cart,
ul.burger-menu li .show_cart,
ul.footer-menu li .show_cart,
ul.language-chooser li .show_cart {
  cursor: pointer;
}
ul.categories li .cart-button,
ul.menu li .cart-button,
ul.burger-menu li .cart-button,
ul.footer-menu li .cart-button,
ul.language-chooser li .cart-button {
  position: relative;
  cursor: pointer;
  width: 20px;
  display: block;
}
ul.categories li .cart-button svg,
ul.menu li .cart-button svg,
ul.burger-menu li .cart-button svg,
ul.footer-menu li .cart-button svg,
ul.language-chooser li .cart-button svg {
  top: -2px;
  left: 0px;
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
}
ul.categories li .cart-button svg .cart-button__image,
ul.menu li .cart-button svg .cart-button__image,
ul.burger-menu li .cart-button svg .cart-button__image,
ul.footer-menu li .cart-button svg .cart-button__image,
ul.language-chooser li .cart-button svg .cart-button__image {
  fill: var(--title);
}
ul.categories li .cart-button .cart-button__count,
ul.menu li .cart-button .cart-button__count,
ul.burger-menu li .cart-button .cart-button__count,
ul.footer-menu li .cart-button .cart-button__count,
ul.language-chooser li .cart-button .cart-button__count {
  top: -5px;
  right: -6px;
  position: absolute;
  width: 13px;
  height: 13px;
  display: block;
  font-family: "Rubik";
  text-transform: uppercase;
  text-align: center;
  font-size: 9px;
  color: var(--white);
  background-color: var(--text-light);
  border-radius: 7px;
  padding: 1px 0px 0px 0px;
  z-index: 2;
}
ul.categories li.active a,
ul.menu li.active a,
ul.burger-menu li.active a,
ul.footer-menu li.active a,
ul.language-chooser li.active a {
  color: var(--text-light);
}
ul.categories li.active a:before,
ul.categories li.current-menu-item a:before,
ul.categories li .li-item-style:hover:before,
ul.categories li a:hover:before,
ul.menu li.active a:before,
ul.menu li.current-menu-item a:before,
ul.menu li .li-item-style:hover:before,
ul.menu li a:hover:before,
ul.burger-menu li.active a:before,
ul.burger-menu li.current-menu-item a:before,
ul.burger-menu li .li-item-style:hover:before,
ul.burger-menu li a:hover:before,
ul.footer-menu li.active a:before,
ul.footer-menu li.current-menu-item a:before,
ul.footer-menu li .li-item-style:hover:before,
ul.footer-menu li a:hover:before,
ul.language-chooser li.active a:before,
ul.language-chooser li.current-menu-item a:before,
ul.language-chooser li .li-item-style:hover:before,
ul.language-chooser li a:hover:before {
  width: 100%;
}
ul.categories li:first-child,
ul.menu li:first-child,
ul.burger-menu li:first-child,
ul.footer-menu li:first-child,
ul.language-chooser li:first-child {
  margin-left: 0px;
}
ul.categories li:last-child,
ul.menu li:last-child,
ul.burger-menu li:last-child,
ul.footer-menu li:last-child,
ul.language-chooser li:last-child {
  margin-right: 0px;
}

ul.menu {
  margin-top: 2px;
}

ul.burger-menu {
  flex-direction: column;
}
ul.burger-menu li {
  margin: var(--mg-8) 0 var(--mg-8) 0;
}
ul.burger-menu li.burger-menu__lang {
  margin: var(--mg-24) 0 var(--mg-12) 0;
}
ul.burger-menu li.burger-menu__tel {
  margin: var(--mg-24) 0 var(--mg-24) 0;
}

ul.language-chooser li {
  margin: 0px 10px 0px 10px;
}

button.header__burger .burger {
  position: relative;
  width: 32px;
  height: 20px;
  display: block;
  overflow: hidden;
}
button.header__burger .burger .burger__line {
  left: 0px;
  position: absolute;
  width: 32px;
  display: block;
  background-color: var(--title);
  transition: 0.5s;
}
button.header__burger .burger .line--top {
  top: 0px;
  height: 4px;
  border-radius: 1px 1px 0px 0px;
}
button.header__burger .burger .line--middle-left {
  top: 10px;
  height: 2px;
  transition: 0.5s;
  transform: translateX(-38px);
}
button.header__burger .burger .line--middle-center {
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  transition: 0.5s;
  transform: translateX(0px);
}
button.header__burger .burger .line--middle-right {
  top: 10px;
  height: 2px;
  transition: 0.5s;
  transform: translateX(12px);
}
button.header__burger .burger .line--bottom {
  top: 18px;
  height: 2px;
  border-radius: 0px 0px 1px 1px;
}

button.header__close .burger {
  position: relative;
  width: 32px;
  height: 20px;
  display: block;
}
button.header__close .burger .burger__line {
  left: 2px;
  position: absolute;
  width: 28px;
  display: block;
  background-color: var(--title);
  transition: 0.5s;
}
button.header__close .burger .line--top {
  top: 8px;
  height: 4px;
  border-radius: 1px 1px 1px 1px;
  transform-origin: 50% 50%;
  transform: rotateZ(45deg);
}
button.header__close .burger .line--bottom {
  top: 8px;
  height: 4px;
  border-radius: 1px 1px 1px 1px;
  transform-origin: 50% 50%;
  transform: rotateZ(-45deg);
}
button.header__close:hover .burger .burger__line {
  transition: 0.5s;
  background-color: var(--text-light);
}

button.header__close,
button.header__burger {
  width: 48px;
  height: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  background-color: transparent;
  border: none;
  padding: 0px;
  margin-left: var(--mg-36);
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  button.header__close,
button.header__burger {
    margin-left: var(--mg-24);
  }
}

.menu-wrap {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  background: var(--white);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 9999;
}
.menu-wrap header {
  position: relative;
  box-shadow: none;
  z-index: 2;
}
.menu-wrap header .header-wrap {
  justify-content: space-between;
}
.menu-wrap header .header-wrap .header__logo {
  display: block;
  opacity: 1;
}

.mobile-menu {
  width: 100%;
  height: auto;
  min-height: calc( 100vh - var(--hh) );
  min-height: calc( 100dvh - var(--hh) );
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px var(--pd-60) 0px var(--pd-60);
  z-index: 2;
}
.mobile-menu .header__menu {
  width: 100%;
  max-width: var(--max-w);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (max-width: 1180px) {
  .mobile-menu .header__menu {
    display: flex;
  }
}
.mobile-menu .mobile__menu {
  width: 100%;
  max-width: var(--max-w);
  display: flex;
  flex-direction: column;
  padding-left: calc( var(--image-logo) + var(--image-logo-mr) );
}
.mobile-menu .mobile__menu .social-networks a {
  justify-content: flex-start;
}

.petryna-word-wrap {
  position: relative;
  width: 100%;
  max-width: var(--max-screen);
  height: calc( 100vh - var(--hh) );
  height: calc( 100dvh - var(--hh) );
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background-color: var(--petryna-word-bg);
  padding: 0px var(--pd-60) 0px var(--pd-60);
  margin-top: var(--hh);
  border-bottom: solid 1px var(--petryna-letter-bg);
  overflow: hidden;
  z-index: 10;
}
@media (max-width: 1180px) {
  .petryna-word-wrap {
    justify-content: center;
  }
}
.petryna-word-wrap nav {
  width: 100%;
  max-width: var(--max-w);
  height: auto;
  display: flex;
  justify-content: center;
  margin-top: var(--pd-60);
}
@media (max-width: 1180px) {
  .petryna-word-wrap nav {
    display: none;
  }
}
.petryna-word-wrap nav ul.petryna-word-menu {
  width: auto;
  display: flex;
  justify-content: center;
  list-style: none;
}
.petryna-word-wrap nav ul.petryna-word-menu li {
  width: auto;
  display: flex;
  font-family: "Rubik";
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  color: var(--title);
  margin: 0px 15px 0px 15px;
}
@media (max-width: 1180px) {
  .petryna-word-wrap nav ul.petryna-word-menu li {
    margin: 0px 10px 0px 10px;
  }
}
.petryna-word-wrap nav ul.petryna-word-menu li .li-item-style,
.petryna-word-wrap nav ul.petryna-word-menu li a {
  color: var(--title);
}
.petryna-word-wrap nav ul.petryna-word-menu li .li-item-style:before,
.petryna-word-wrap nav ul.petryna-word-menu li a:before {
  content: "";
  width: 0;
  height: 2px;
  background: var(--ukraine);
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translate(-50%, 0%);
  transition: width 0.3s;
}
.petryna-word-wrap nav ul.petryna-word-menu li.active a:before,
.petryna-word-wrap nav ul.petryna-word-menu li.current-menu-item a:before,
.petryna-word-wrap nav ul.petryna-word-menu li .li-item-style:hover:before,
.petryna-word-wrap nav ul.petryna-word-menu li a:hover:before {
  width: 100%;
}
.petryna-word-wrap nav ul.petryna-word-menu li:first-child {
  margin-left: 0px;
}
.petryna-word-wrap nav ul.petryna-word-menu li:last-child {
  margin-right: 0px;
}
.petryna-word-wrap .petryna-word {
  width: 100%;
  max-width: var(--max-w);
  height: auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1180px) {
  .petryna-word-wrap .petryna-word {
    margin-bottom: 60px;
  }
}
.petryna-word-wrap .petryna-word .letter {
  position: relative;
  display: block;
  margin-right: 12px;
}
@media (max-width: 1180px) {
  .petryna-word-wrap .petryna-word .letter {
    margin-right: 1.4%;
  }
}
@media only screen and (max-width: 767px) {
  .petryna-word-wrap .petryna-word .letter {
    margin-right: 1.1%;
  }
}
.petryna-word-wrap .petryna-word .letter:last-child {
  margin-right: 0px;
}
.petryna-word-wrap .petryna-word .letter .letter__bg {
  top: 4px;
  left: -4px;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}
@media (max-width: 1180px) {
  .petryna-word-wrap .petryna-word .letter .letter__bg {
    top: 3px;
    left: -3px;
  }
}
@media only screen and (max-width: 767px) {
  .petryna-word-wrap .petryna-word .letter .letter__bg {
    top: 2px;
    left: -2px;
  }
}
.petryna-word-wrap .petryna-word .letter .letter__bg svg {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: left;
}
.petryna-word-wrap .petryna-word .letter .letter__bg svg .letter-bg-fill {
  fill: var(--petryna-letter-bg);
}
.petryna-word-wrap .petryna-word .letter .letter__image {
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
}
.petryna-word-wrap .petryna-word .letter .letter__image svg {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  object-position: left;
}
.petryna-word-wrap .petryna-word .letter .letter__image svg .letter-clip-path {
  fill: none;
}
.petryna-word-wrap .petryna-word .letter .letter__image svg .letter-clip-p {
  clip-path: url(#p);
}
.petryna-word-wrap .petryna-word .letter .letter__image svg .letter-clip-e {
  clip-path: url(#e);
}
.petryna-word-wrap .petryna-word .letter .letter__image svg .letter-clip-t {
  clip-path: url(#t);
}
.petryna-word-wrap .petryna-word .letter .letter__image svg .letter-clip-r {
  clip-path: url(#r);
}
.petryna-word-wrap .petryna-word .letter .letter__image svg .letter-clip-y {
  clip-path: url(#y);
}
.petryna-word-wrap .petryna-word .letter .letter__image svg .letter-clip-n {
  clip-path: url(#n);
}
.petryna-word-wrap .petryna-word .letter .letter__image svg .letter-clip-a {
  clip-path: url(#a);
}
.petryna-word-wrap .petryna-word .letter .letter__image svg .letter-clip-path-stroke {
  fill: none;
  stroke: var(--white);
  stroke-width: 1px;
  vector-effect: non-scaling-stroke;
}
.petryna-word-wrap .petryna-word .letter-p,
.petryna-word-wrap .petryna-word .letter-r,
.petryna-word-wrap .petryna-word .letter-y,
.petryna-word-wrap .petryna-word .letter-a {
  opacity: 0;
  width: 162px;
  height: auto;
}
.petryna-word-wrap .petryna-word .letter-e,
.petryna-word-wrap .petryna-word .letter-t,
.petryna-word-wrap .petryna-word .letter-n {
  opacity: 0;
  width: 150px;
  height: auto;
}
.petryna-word-wrap .petryna-products-title {
  width: 100%;
  max-width: var(--max-w);
  height: auto;
  display: flex;
  justify-content: flex-end;
  padding-bottom: var(--mg-24);
}
@media (max-width: 1180px) {
  .petryna-word-wrap .petryna-products-title {
    right: var(--pd-60);
    bottom: 0;
    position: absolute;
  }
}
.petryna-word-wrap .petryna-products-title h2 {
  color: var(--title);
  text-transform: uppercase;
}

.products-grid--page-main {
  margin-top: var(--mg-80);
  margin-bottom: var(--mg-24);
}

.section-wrap {
  width: 100%;
  max-width: var(--max-screen);
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px var(--pd-60) 0px var(--pd-60);
  overflow: hidden;
  z-index: 10;
}
.section-wrap .section {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/******************************************************************************************/
/*********************                      PAGE                     **********************/
/******************************************************************************************/
.page-wrap {
  width: 100%;
  max-width: var(--max-screen);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px var(--pd-60) 0px var(--pd-60);
  overflow: hidden;
  z-index: 1;
}
.page-wrap .page__title {
  width: 100%;
  max-width: var(--max-w);
  display: flex;
  flex-direction: column;
  margin-top: var(--hh);
}
.page-wrap .page__title h1 {
  margin-top: var(--mg-48);
}
@media screen and (max-width: 767px) {
  .page-wrap .page__title h1 {
    margin-top: var(--mg-36);
  }
}
@media screen and (max-width: 767px) {
  .page-wrap .page__title--default {
    padding-left: var(--mg-12);
    padding-right: var(--mg-12);
  }
}
.page-wrap .page__categories {
  width: 100%;
  max-width: var(--max-w);
  display: flex;
  margin-top: var(--mg-36);
  margin-bottom: var(--mg-24);
}
@media screen and (max-width: 767px) {
  .page-wrap .page__categories {
    margin-top: var(--mg-24);
    margin-bottom: var(--mg-6);
  }
}
.page-wrap .page__categories ul.categories {
  justify-content: flex-start;
  flex-wrap: wrap;
}
.page-wrap .page__categories ul.categories li {
  text-transform: none;
  margin-top: var(--mg-6);
  margin-bottom: var(--mg-6);
  margin-left: 0;
  margin-right: var(--mg-24);
}
.page-wrap article.page__categories {
  color: var(--text-dark);
  margin-top: var(--mg-24);
  margin-bottom: var(--mg-80);
}

article.petrina {
  width: 100%;
  max-width: var(--max-w);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  color: var(--text-dark);
  margin-top: var(--mg-48);
  margin-bottom: var(--mg-100);
}
@media only screen and (max-width: 767px) {
  article.petrina {
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: var(--mg-36);
  }
}
article.petrina .petrina__image {
  width: calc( 50% - 2px );
  display: flex;
  flex-direction: column;
  padding-right: var(--mg-48);
}
@media only screen and (max-width: 767px) {
  article.petrina .petrina__image {
    width: 100%;
    padding-right: 0px;
    margin-bottom: var(--mg-36);
    order: 3;
  }
}
article.petrina .petrina__image picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  object-position: center;
}
article.petrina .petrina__poloska {
  width: 2px;
  background-color: var(--title);
}
@media only screen and (max-width: 767px) {
  article.petrina .petrina__poloska {
    display: none;
  }
}
article.petrina .petrina__text {
  width: calc( 50% - 2px );
  display: flex;
  flex-direction: column;
  padding-left: var(--mg-48);
}
@media only screen and (max-width: 767px) {
  article.petrina .petrina__text {
    width: 100%;
    padding-left: 0px;
    order: 4;
  }
}

.new-world-wrap {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px var(--pd-60) 0px var(--pd-60);
}
.new-world-wrap article.new-world {
  width: 100%;
  max-width: var(--max-w);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: var(--mg-100);
}
@media only screen and (max-width: 767px) {
  .new-world-wrap article.new-world {
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
}
.new-world-wrap article.new-world .new-world__title {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding-right: var(--mg-48);
  justify-content: center;
  margin-bottom: var(--mg-48);
}
@media only screen and (max-width: 767px) {
  .new-world-wrap article.new-world .new-world__title {
    width: 100%;
    padding-right: 0px;
    margin-bottom: var(--mg-36);
    order: 2;
  }
}
.new-world-wrap article.new-world .new-world__logo {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding-left: var(--mg-48);
  margin-bottom: var(--mg-48);
}
@media only screen and (max-width: 767px) {
  .new-world-wrap article.new-world .new-world__logo {
    width: 100%;
    align-items: center;
    padding-left: 0px;
    margin-bottom: var(--mg-24);
    order: 1;
  }
}
.new-world-wrap article.new-world .new-world__logo picture {
  display: flex;
}
.new-world-wrap article.new-world .new-world__logo picture img {
  width: 100%;
  height: 100%;
  max-height: 260px;
  object-fit: contain;
  display: block;
  object-position: left;
}
@media only screen and (max-width: 767px) {
  .new-world-wrap article.new-world .new-world__logo picture img {
    object-position: center;
  }
}
.new-world-wrap article.new-world .new-world__qr {
  width: calc( 50% - 2px );
  display: flex;
  flex-direction: column;
  padding-right: var(--mg-48);
}
@media only screen and (max-width: 767px) {
  .new-world-wrap article.new-world .new-world__qr {
    width: 100%;
    padding-right: 0px;
    margin-bottom: var(--mg-36);
    order: 3;
  }
}
.new-world-wrap article.new-world .new-world__qr .qr__privat {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: var(--mg-48);
}
@media only screen and (max-width: 767px) {
  .new-world-wrap article.new-world .new-world__qr .qr__privat {
    margin-bottom: var(--mg-36);
  }
}
.new-world-wrap article.new-world .new-world__qr .qr__privat picture {
  max-height: 218px;
  margin-bottom: var(--mg-24);
}
.new-world-wrap article.new-world .new-world__qr .qr__privat picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  object-position: center;
}
.new-world-wrap article.new-world .new-world__qr .qr__privat p {
  text-align: center;
}
.new-world-wrap article.new-world .new-world__qr .qr__paypal {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.new-world-wrap article.new-world .new-world__qr .qr__paypal picture {
  max-height: 68px;
  margin-bottom: var(--mg-24);
}
.new-world-wrap article.new-world .new-world__qr .qr__paypal picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  object-position: center;
}
.new-world-wrap article.new-world .new-world__poloska {
  width: 2px;
  background-color: var(--title);
}
@media only screen and (max-width: 767px) {
  .new-world-wrap article.new-world .new-world__poloska {
    display: none;
  }
}
.new-world-wrap article.new-world .new-world__iban {
  width: calc( 50% - 2px );
  display: flex;
  flex-direction: column;
  padding-left: var(--mg-48);
}
@media only screen and (max-width: 767px) {
  .new-world-wrap article.new-world .new-world__iban {
    width: 100%;
    padding-left: 0px;
    order: 4;
  }
}

.paypal-wrap {
  display: flex;
  font-family: "Rubik";
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  color: var(--title);
  border: solid 2px var(--title);
  padding: 17px var(--mg-36) 15px var(--mg-36);
  text-decoration: none;
  appearance: none;
  border-radius: 26px;
}

footer {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--title);
  padding: 0px var(--pd-60) 0px var(--pd-60);
}
footer .footer-nav {
  width: 100%;
  max-width: var(--max-w);
  display: flex;
  justify-content: space-between;
  margin-top: var(--mg-48);
}
@media only screen and (max-width: 767px) {
  footer .footer-nav {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: var(--mg-36);
  }
}
@media only screen and (max-width: 767px) {
  footer .footer-nav .logo {
    margin-bottom: var(--mg-24);
  }
}
footer .footer-nav .logo .logo__title svg .logo-fill {
  fill: var(--white);
}
footer .footer-nav nav {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  footer .footer-nav nav {
    width: 100%;
    padding-left: calc( var(--image-logo) + var(--image-logo-mr) );
    margin-bottom: var(--mg-24);
  }
}
footer .footer-nav nav ul.menu,
footer .footer-nav nav ul.burger-menu,
footer .footer-nav nav ul.footer-menu {
  flex-direction: column;
}
footer .footer-nav nav ul.menu li,
footer .footer-nav nav ul.burger-menu li,
footer .footer-nav nav ul.footer-menu li {
  color: var(--white);
  margin: var(--mg-8) 0 var(--mg-8) 0;
}
footer .footer-nav nav ul.menu li a,
footer .footer-nav nav ul.burger-menu li a,
footer .footer-nav nav ul.footer-menu li a {
  color: var(--white);
}
footer .footer-nav nav ul.menu li.burger-menu__lang,
footer .footer-nav nav ul.burger-menu li.burger-menu__lang,
footer .footer-nav nav ul.footer-menu li.burger-menu__lang {
  margin: 0;
}
footer .footer-nav nav ul.menu li.burger-menu__lang ul li,
footer .footer-nav nav ul.burger-menu li.burger-menu__lang ul li,
footer .footer-nav nav ul.footer-menu li.burger-menu__lang ul li {
  margin-right: var(--mg-24);
}
footer .footer-nav nav ul.menu li.burger-menu__tel,
footer .footer-nav nav ul.burger-menu li.burger-menu__tel,
footer .footer-nav nav ul.footer-menu li.burger-menu__tel {
  margin: var(--mg-12) 0 var(--mg-12) 0;
}
footer .footer-nav .social-networks {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  footer .footer-nav .social-networks {
    padding-left: calc( var(--image-logo) + var(--image-logo-mr) );
  }
}
footer .footer-nav .social-networks a {
  justify-content: flex-end;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  footer .footer-nav .social-networks a {
    justify-content: flex-start;
    align-items: center;
  }
}
footer .footer-nav .social-networks a svg .social-networks-fill {
  stroke: var(--white);
}
footer .footer-nav .social-networks a:hover svg .social-networks-fill {
  stroke: var(--text-light);
}
footer .footer-all-rights {
  width: 100%;
  max-width: var(--max-w);
  display: flex;
  justify-content: center;
  font-family: "Rubik";
  font-weight: 300;
  line-height: 120%;
  font-size: 14px;
  color: var(--white);
  text-align: center;
  margin-top: var(--mg-24);
  margin-bottom: var(--mg-24);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 22px;
  width: 13px;
  cursor: pointer;
  padding: 0;
  border: none;
  outline: none;
  z-index: 200;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: 1;
}

section.banner .slick-prev,
section.banner .slick-next {
  top: calc( ( 100% - 22px )/2 );
  background: transparent;
  transition: 0.3s;
  opacity: 0;
}
@media (max-width: 1440px) {
  section.banner .slick-prev,
section.banner .slick-next {
    opacity: 1;
  }
}
section.banner .slick-prev {
  left: var(--pd-35);
}
section.banner .slick-prev .prev-b {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
section.banner .slick-next {
  right: var(--pd-35);
}
section.banner .slick-next .next-b {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
section.banner:hover .slick-prev,
section.banner:hover .slick-next {
  opacity: 1;
}

.slick-disabled {
  display: none !important;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.slick-dots {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding: 25px 0px 25px 0px;
  z-index: 50;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 14px;
  width: 14px;
  border: solid 1px #c5c5c5;
  border-radius: 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 0px 7px 0px 7px;
  padding: 0;
  cursor: pointer;
  box-sizing: border-box;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 14px;
  width: 14px;
  outline: none;
  color: transparent;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  cursor: pointer;
  box-sizing: border-box;
}
.slick-dots li.slick-active {
  background-color: var(--white);
  border: solid 1px var(--text);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
}

/******************************************************************************************/
/*********************                     PRODUCT                   **********************/
/******************************************************************************************/
.products-wrap {
  width: 100%;
  max-width: var(--max-screen);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px var(--pd-60) 0px var(--pd-60);
  overflow: hidden;
  z-index: 10;
}
.products-wrap .products-grid {
  width: 100%;
  max-width: var(--max-w);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.products-wrap .products-link-to-gallary {
  width: 100%;
  max-width: var(--max-w);
  display: flex;
  justify-content: center;
  margin-bottom: var(--mg-100);
}

.products-wrap--gallary {
  margin-bottom: var(--mg-100);
}

.product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}
.product-card .product-card__image {
  position: relative;
  width: 100%;
  display: block;
}
.product-card .product-card__image picture {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-card .product-card__image picture img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  display: block;
}
.product-card .product-card__title {
  width: 100%;
  color: var(--title);
  text-align: center;
  text-transform: uppercase;
  margin-top: var(--mg-24);
  margin-bottom: var(--mg-6);
}
.product-card .product-card__description {
  width: 100%;
  color: var(--text);
  font-family: "Rubik";
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 130%;
  text-align: center;
  margin-bottom: var(--mg-6);
}
.product-card .product-card__price {
  width: 100%;
  color: var(--title);
  font-family: "Rubik";
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: center;
}
.product-card .product-card__price .currency {
  font-size: 14px;
  font-weight: 300;
}
.product-card .product-card__price .sold-out {
  color: var(--text-light);
}

.product-card--page-main {
  margin-top: var(--mg-24);
  margin-bottom: var(--mg-24);
}
.product-card--page-main:nth-child(5n+1), .product-card--page-main:nth-child(5n+2), .product-card--page-main:nth-child(5n+3) {
  width: calc( 33.333% - ( 80px / 3 ) );
}
.product-card--page-main:nth-child(5n+1) .product-card__image, .product-card--page-main:nth-child(5n+2) .product-card__image, .product-card--page-main:nth-child(5n+3) .product-card__image {
  padding-bottom: calc( 100% );
}
.product-card--page-main:nth-child(5n+4), .product-card--page-main:nth-child(5n+5) {
  width: calc( 50% - 20px );
}
.product-card--page-main:nth-child(5n+4) .product-card__image, .product-card--page-main:nth-child(5n+5) .product-card__image {
  padding-bottom: calc( 100% );
}
@media screen and (max-width: 767px) {
  .product-card--page-main:nth-child(3n+1), .product-card--page-main:nth-child(3n+2) {
    width: calc( 50% - var(--mg-6) );
  }
  .product-card--page-main:nth-child(3n+1) .product-card__image, .product-card--page-main:nth-child(3n+2) .product-card__image {
    padding-bottom: calc( 100% );
  }
  .product-card--page-main:nth-child(3n+3) {
    width: 100%;
  }
  .product-card--page-main:nth-child(3n+3) .product-card__image {
    padding-bottom: 0px;
  }
  .product-card--page-main:nth-child(3n+3) .product-card__image picture {
    top: auto;
    left: auto;
    position: relative;
  }
}

.products-pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: var(--mg-24);
}
.products-pagination ul {
  display: flex;
  justify-content: center;
}
.products-pagination ul li {
  min-height: 50px;
  min-width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Rubik";
  font-size: 16px;
  line-height: 100%;
  color: var(--title);
  margin: 0 var(--mg-6) 0 var(--mg-6);
}
@media screen and (max-width: 767px) {
  .products-pagination ul li {
    min-height: 36px;
    min-width: 36px;
    margin: 0;
  }
}
.products-pagination ul li span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.products-pagination ul li span.current {
  width: 100%;
  height: 100%;
  color: var(--text-light);
}
.products-pagination ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: var(--title);
  transition: 0.5s;
}
.products-pagination ul li a span.pagination-next,
.products-pagination ul li a span.pagination-prev {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .products-pagination ul li a span.pagination-next,
.products-pagination ul li a span.pagination-prev {
    display: none;
  }
}
.products-pagination ul li a span.pagination-prev {
  margin-right: var(--mg-6);
}
.products-pagination ul li a span.pagination-next {
  margin-left: var(--mg-6);
}
.products-pagination ul li a span.pagination-next__icon {
  margin-left: 5px;
  margin-bottom: 2px;
}
.products-pagination ul li a span.pagination-prev__icon {
  margin-right: 5px;
  margin-bottom: 2px;
}
.products-pagination ul li a span.pagination-icon {
  width: 7px;
  height: 12px;
  display: block;
}
.products-pagination ul li a span.pagination-icon .icon {
  fill: none;
  stroke: var(--title);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  transition: 0.5s;
}
.products-pagination ul li:hover {
  color: var(--text-light);
}
.products-pagination ul li:hover a {
  color: var(--text-light);
}
.products-pagination ul li:hover a span.pagination-icon .icon {
  stroke: var(--text-light);
}

.single-product-wrap {
  width: 100%;
  max-width: var(--max-screen);
  display: flex;
  justify-content: center;
  margin-top: var(--hh);
  padding: 0px var(--pd-60) 0px var(--pd-60);
}
.single-product-wrap .single-product {
  width: 100%;
  max-width: var(--max-w);
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: var(--mg-100);
}
@media only screen and (max-width: 979px) {
  .single-product-wrap .single-product {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
}

.single-product__slider {
  width: calc( 100% - var(--single-product-right-side) );
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 979px) {
  .single-product__slider {
    width: 100%;
  }
}
.single-product__slider .product-video {
  width: var(--single-product-thumbnails);
  height: var(--single-product-thumbnails);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--petryna-word-bg);
  cursor: pointer;
  margin-bottom: 20px;
}
.single-product__slider .product-video .product-video__play-button {
  width: 50px;
  height: 35px;
  display: block;
}
@media only screen and (max-width: 479px) {
  .single-product__slider .product-video .product-video__play-button {
    width: 40px;
    height: 28px;
  }
}
.single-product__slider .product-video .product-video__play-button .play-0 {
  fill: var(--text);
  transition: 0.5s;
}
.single-product__slider .product-video .product-video__play-button .play-1 {
  fill: var(--white);
  transition: 0.5s;
}
.single-product__slider .product-video:hover .product-video__play-button .play-0 {
  fill: var(--text-light);
}
.single-product__slider .product-video:hover .product-video__play-button .play-1 {
  fill: var(--white);
}
.single-product__slider .product-video-mobile {
  right: var(--mg-24);
  top: var(--mg-24);
  position: absolute;
  width: 70px;
  height: 55px;
  display: none;
  z-index: 10;
}
@media only screen and (max-width: 979px) {
  .single-product__slider .product-video-mobile {
    display: flex;
  }
}
@media only screen and (max-width: 479px) {
  .single-product__slider .product-video-mobile {
    width: 60px;
    height: 48px;
  }
}
.single-product__slider .slider-tumbs {
  width: var(--single-product-thumbnails);
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 979px) {
  .single-product__slider .slider-tumbs {
    display: none;
  }
}
.single-product__slider .slider-tumbs .tumbs-image {
  width: var(--single-product-thumbnails);
  height: var(--single-product-thumbnails);
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid var(--white);
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 20px 0px;
  box-sizing: border-box;
  cursor: pointer;
}
.single-product__slider .slider-tumbs .tumbs-active {
  border: 1px solid var(--text);
}
.single-product__slider .slider-sceneshow-wrap {
  width: calc( 100% - var(--single-product-thumbnails) );
  display: flex;
  justify-content: center;
  padding: 0px var(--pd-60) 0px var(--pd-60);
}
@media only screen and (max-width: 979px) {
  .single-product__slider .slider-sceneshow-wrap {
    width: 100%;
    padding: 0px 0px 0px 0px;
  }
}
.single-product__slider .slider-sceneshow-wrap .slider-sceneshow {
  width: 100%;
  height: auto;
  display: block;
}
.single-product__slider .slider-sceneshow-wrap .slider-sceneshow figure.sceneshow {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0;
}
.single-product__slider .slider-sceneshow-wrap .slider-sceneshow figure.sceneshow a {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
  padding-bottom: 100%;
  cursor: pointer;
}
.single-product__slider .slider-sceneshow-wrap .slider-sceneshow figure.sceneshow a picture {
  top: 0px;
  left: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}
.single-product__slider .slider-sceneshow-wrap .slider-sceneshow figure.sceneshow a picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.single-product__info {
  width: var(--single-product-right-side);
  display: flex;
  flex-direction: column;
  border-left: 1px solid var(--comment-border);
}
@media only screen and (max-width: 979px) {
  .single-product__info {
    width: 100%;
    padding: 0px var(--mg-12) 0 var(--mg-12);
  }
}
.single-product__info .single-product__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: var(--mg-36);
}
@media only screen and (max-width: 767px) {
  .single-product__info .single-product__header {
    margin-bottom: var(--mg-24);
  }
}
.single-product__info .single-product__header h1 {
  text-transform: uppercase;
  color: var(--title);
}
@media only screen and (max-width: 767px) {
  .single-product__info .single-product__header h1 {
    text-align: center;
  }
}
.single-product__info ul.categories {
  margin-top: var(--mg-12);
}
@media only screen and (max-width: 767px) {
  .single-product__info ul.categories {
    justify-content: center;
    margin-top: 0;
  }
}
.single-product__info ul.categories li.category {
  text-transform: none;
  margin-top: var(--mg-12);
  margin-left: 0;
  margin-right: var(--mg-24);
}
.single-product__info ul.categories li.category:first-child {
  font-weight: 300;
  color: var(--text);
}
.single-product__info .single-product__short-description {
  width: 100%;
  color: var(--text);
  font-family: "Rubik";
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 130%;
}
@media only screen and (max-width: 767px) {
  .single-product__info .single-product__short-description {
    text-align: center;
  }
}
.single-product__info .single-product__buy-block {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin-top: var(--mg-36);
}
@media only screen and (max-width: 767px) {
  .single-product__info .single-product__buy-block {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: var(--mg-24);
  }
}
@media only screen and (max-width: 767px) {
  .single-product__info .single-product__buy-block .primary-wrap {
    margin-top: var(--mg-24);
  }
}
.single-product__info .single-product__buy-block .buy-block__price {
  width: 50%;
  display: flex;
  flex-direction: column;
  font-family: "Rubik";
  font-size: 24px;
  line-height: 100%;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: var(--title);
}
.single-product__info .single-product__buy-block .buy-block__price .sold-out {
  color: var(--text-light);
}
.single-product__info .single-product__buy-block .buy-block__price .price {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 767px) {
  .single-product__info .single-product__buy-block .buy-block__price .price {
    justify-content: center;
  }
}
.single-product__info .single-product__buy-block .buy-block__price .price .currency {
  font-size: 14px;
  font-weight: 300;
}
.single-product__info .single-product__buy-block .buy-block__price .regular-price {
  display: block;
  color: var(--border);
  text-decoration: line-through;
}
.single-product__info .single-product__buy-block .buy_ajax_message {
  width: 100%;
  margin-top: var(--mg-24);
  text-align: center;
}
.single-product__info .single-product__description {
  padding-left: 0;
  padding-right: 0;
}

.products-wrap .products-grid__title {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-bottom: var(--mg-24);
  border-bottom: 1px solid var(--text-light);
  margin-top: var(--mg-24);
}
@media only screen and (max-width: 767px) {
  .products-wrap .products-grid__title {
    justify-content: flex-start;
    padding-bottom: var(--mg-12);
    padding-left: var(--mg-12);
    padding-right: var(--mg-12);
  }
}
.products-wrap .products-grid__title h2 {
  color: var(--title);
  text-transform: uppercase;
}
.products-wrap .products-grid--single-product {
  margin-top: var(--mg-24);
  margin-bottom: var(--mg-24);
}

.product-video-popup {
  position: fixed;
  top: 0px;
  left: 0px;
  display: block;
  width: 100vw;
  height: 100vh;
  z-index: 200;
}
.product-video-popup .product-video-popup__video {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.product-video-popup .product-video-popup__video .container__video-block {
  width: 100%;
  height: calc(100vh - 120px);
  display: flex;
  flex-direction: column;
}
.product-video-popup .product-video-popup__video .container__video-block iframe {
  width: 100%;
  height: calc(100vh - 120px);
}
.product-video-popup .product-video-popup__video .container__video-block .container__text-link {
  font-family: "Rubik";
  font-weight: 400;
  font-size: 16px;
  color: var(--white);
  padding: 0px var(--pd-60) 0px var(--pd-60);
  margin-top: var(--mg-24);
}
.product-video-popup .product-video-popup__close {
  top: 20px;
  right: 20px;
  position: absolute;
  display: block;
  width: 21px;
  height: 21px;
  cursor: pointer;
  z-index: 3;
}
.product-video-popup .product-video-popup__close .product-video-popup__close-fill {
  fill: var(--white);
  transition: 0.5s;
}
.product-video-popup .product-video-popup__close:hover .product-video-popup__close-fill {
  fill: var(--blue);
  transition: 0.5s;
}
.product-video-popup .product-video-popup__bg {
  top: 0px;
  left: 0px;
  position: absolute;
  display: block;
  width: 100vw;
  height: 100vh;
  background: var(--text);
  opacity: 0.95;
  z-index: 1;
}

/**********************     checkout page     **********************/
.checkout-page-wrap {
  width: 100%;
  max-width: var(--max-screen);
  display: flex;
  justify-content: center;
  margin-top: var(--hh);
  padding: 0px var(--pd-60) 0px var(--pd-60);
}
.checkout-page-wrap .checkout-page__title {
  width: 100%;
  max-width: var(--max-w);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: var(--mg-48);
}
@media screen and (max-width: 767px) {
  .checkout-page-wrap .checkout-page__title {
    padding-top: var(--mg-24);
  }
}
.checkout-page-wrap .checkout-page__title h1 {
  width: calc( 100% - var(--mg-48) );
}
.checkout-page-wrap .checkout-page__title .title__close-cart {
  width: var(--mg-48);
  height: var(--mg-48);
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  z-index: 49;
}
.checkout-page-wrap .checkout-page__title .title__close-cart svg {
  width: 21px;
  height: 21px;
  display: block;
}
.checkout-page-wrap .checkout-page__title .title__close-cart svg .close-cart {
  fill: var(--text);
  transition: 0.5s;
}
.checkout-page-wrap .checkout-page__title .title__close-cart:hover svg .close-cart {
  fill: var(--text-light);
}
.checkout-page-wrap .checkout-page__cart {
  width: 100%;
  max-width: var(--max-w);
  display: flex;
  flex-direction: column;
}

.cart {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cart .cart_ajax_loading {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: var(--mg-48);
}
@media only screen and (max-width: 979px) {
  .cart .cart_ajax_loading {
    margin-top: var(--mg-24);
  }
}
.cart .cart_ajax_loading .cart-title {
  width: 100%;
  display: flex;
  font-family: "Rubik";
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--text);
  border-bottom: 1px solid var(--text);
}
@media only screen and (max-width: 767px) {
  .cart .cart_ajax_loading .cart-title {
    border-bottom: none;
  }
}
.cart .cart_ajax_loading .cart-title .cart-title__description {
  width: calc( 100% - var(--cart-title-quantity) - var(--cart-title-total) );
}
@media only screen and (max-width: 767px) {
  .cart .cart_ajax_loading .cart-title .cart-title__description {
    width: 100%;
    text-align: center;
    margin-bottom: var(--mg-12);
  }
}
.cart .cart_ajax_loading .cart-title .cart-title__quantity {
  width: var(--cart-title-quantity);
  text-align: center;
  margin-bottom: var(--mg-12);
}
@media only screen and (max-width: 767px) {
  .cart .cart_ajax_loading .cart-title .cart-title__quantity {
    display: none;
  }
}
.cart .cart_ajax_loading .cart-title .cart-title__total {
  width: var(--cart-title-total);
  text-align: right;
  margin-bottom: var(--mg-12);
}
@media only screen and (max-width: 767px) {
  .cart .cart_ajax_loading .cart-title .cart-title__total {
    display: none;
  }
}
.cart .cart_ajax_loading .cart-title-empty {
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.5px;
  text-transform: none;
  border-bottom: none;
  margin-bottom: var(--mg-24);
}
.cart .order-summary {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: var(--mg-24);
}

ul.minicart-list-items {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  ul.minicart-list-items {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
ul.minicart-list-items li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  border-bottom: 1px solid var(--text-light);
}
@media only screen and (max-width: 767px) {
  ul.minicart-list-items li {
    width: 50%;
    flex-direction: column;
    justify-content: flex-start;
    border-bottom: none;
  }
}
ul.minicart-list-items li:first-child .item {
  border-top: none;
}
ul.minicart-list-items li:first-of-type .item {
  border-top: none;
}
ul.minicart-list-items li:last-of-type .item {
  border-bottom: none;
}
ul.minicart-list-items li .remove {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 0 var(--mg-24) 0 0;
}
@media only screen and (max-width: 767px) {
  ul.minicart-list-items li .remove {
    margin: var(--mg-12) 0 var(--mg-12) 0;
  }
}
ul.minicart-list-items li .remove svg {
  width: 21px;
  height: 21px;
  display: block;
}
ul.minicart-list-items li .remove svg .remove-buttom {
  fill: var(--text);
  transition: 0.5s;
}
ul.minicart-list-items li .remove:hover svg .remove-buttom {
  fill: var(--text-light);
}
ul.minicart-list-items li a.minicart-item {
  flex: 1;
  width: auto;
  height: var(--cart-item-height);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Rubik";
  font-weight: 300;
  line-height: 120%;
  color: var(--title);
}
@media only screen and (max-width: 767px) {
  ul.minicart-list-items li a.minicart-item {
    height: auto;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0px var(--mg-12) 0px var(--mg-12);
  }
}
ul.minicart-list-items li a.minicart-item .minicart-item__photo {
  width: var(--cart-title-image);
  height: var(--cart-title-image);
  display: block;
}
@media only screen and (max-width: 767px) {
  ul.minicart-list-items li a.minicart-item .minicart-item__photo {
    width: 100%;
    height: calc( 50vw - 48px );
  }
}
ul.minicart-list-items li a.minicart-item .minicart-item__photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
ul.minicart-list-items li a.minicart-item .minicart-item__title {
  flex: 1;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--title);
  margin-left: var(--mg-24);
}
@media only screen and (max-width: 767px) {
  ul.minicart-list-items li a.minicart-item .minicart-item__title {
    align-items: center;
    text-align: center;
    margin-top: var(--mg-12);
    margin-left: 0;
  }
}
ul.minicart-list-items li a.minicart-item .minicart-item__title .minicart-item__description {
  font-size: 16px;
  font-weight: 300;
  color: var(--text);
  text-transform: none;
  margin-top: var(--mg-12);
}
@media only screen and (max-width: 767px) {
  ul.minicart-list-items li a.minicart-item .minicart-item__title .minicart-item__description {
    text-align: center;
  }
}
ul.minicart-list-items li a.minicart-item .minicart-item__quantity {
  font-size: 16px;
  width: var(--cart-title-quantity);
  text-align: center;
}
@media only screen and (max-width: 767px) {
  ul.minicart-list-items li a.minicart-item .minicart-item__quantity {
    display: none;
  }
}
ul.minicart-list-items li a.minicart-item .minicart-item__price {
  width: var(--cart-title-total);
  display: flex;
  flex-direction: column;
  color: var(--title);
  font-weight: 500;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  ul.minicart-list-items li a.minicart-item .minicart-item__price {
    margin-top: var(--mg-12);
    text-align: center;
  }
}
ul.minicart-list-items li a.minicart-item .minicart-item__price .cart_old_price {
  text-decoration: line-through;
  color: var(--text-light);
  line-height: 10px;
}
ul.minicart-list-items li a.minicart-item .minicart-item__price .woocommerce-Price-currencySymbol {
  font-size: 14px;
  font-weight: 300;
  color: var(--text);
}

.ajax-change-sum {
  width: 100%;
  display: flex;
  font-family: "Rubik";
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--title);
  margin-top: var(--mg-12);
}
@media only screen and (max-width: 767px) {
  .ajax-change-sum {
    border-bottom: none;
    margin-top: var(--mg-24);
  }
}
.ajax-change-sum ._info {
  width: calc( 100% - var(--cart-title-total) );
}
@media only screen and (max-width: 767px) {
  .ajax-change-sum ._info {
    width: 100%;
  }
}
.ajax-change-sum ._sum {
  width: var(--cart-title-total);
  font-weight: 500;
  text-align: right;
}
.ajax-change-sum ._sum .woocommerce-Price-currencySymbol {
  font-size: 14px;
  font-weight: 300;
  text-transform: lowercase;
  color: var(--text);
}

.checkout-form-wrap {
  width: 100%;
  max-width: var(--max-screen);
  display: flex;
  justify-content: center;
  background-color: var(--petryna-word-bg);
  margin-top: var(--mg-48);
  margin-bottom: var(--mg-80);
  padding: var(--mg-48) var(--pd-60) var(--mg-48) var(--pd-60);
}
.checkout-form-wrap .checkout-form {
  width: 100%;
  max-width: var(--max-w);
  display: flex;
  flex-direction: column;
}
.checkout-form-wrap .checkout-form h2.cart-title {
  margin-bottom: var(--mg-24);
}

.checkout {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.checkout form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.checkout form .input-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  font-family: "Rubik";
  font-size: 16px;
  line-height: 100%;
  color: var(--title);
  margin-top: var(--mg-12);
  margin-bottom: var(--mg-12);
}
.checkout form .input-block .label {
  display: flex;
  letter-spacing: 0.5px;
  pointer-events: none;
  margin-bottom: var(--mg-12);
}
.checkout .submit-block {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: var(--mg-24);
  z-index: 30;
}

#orderform textarea,
#orderform input[type=text] {
  font-size: 16px;
}

#orderform input[type=text], #orderform textarea {
  text-transform: none;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: var(--text);
  opacity: 1;
}

/* parsley */
#orderform .parsley-errors-list {
  display: none !important;
}

#orderform .parsley-error {
  border-color: #e45555;
}

/* end */
@keyframes letter-from-bottom-to-top {
  0% {
    transform: translateY(30%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes letter-from-top-to-bottom {
  0% {
    transform: translateY(-30%);
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes fill-bg {
  0% {
    fill: var(--petryna-letter-bg);
  }
  10% {
    fill: var(--text);
  }
  20% {
    fill: var(--petryna-letter-bg);
  }
  100% {
    fill: var(--petryna-letter-bg);
  }
}
.petryna-word--animation .letter-p,
.petryna-word--animation .letter-t,
.petryna-word--animation .letter-y,
.petryna-word--animation .letter-a {
  -webkit-animation: letter-from-bottom-to-top 1.5s cubic-bezier(0.4, 0, 0.2, 1) 0s forwards;
  -moz-animation: letter-from-bottom-to-top 1.5s cubic-bezier(0.4, 0, 0.2, 1) 0s forwards;
  animation: letter-from-bottom-to-top 1.5s cubic-bezier(0.4, 0, 0.2, 1) 0s forwards;
}
.petryna-word--animation .letter-e,
.petryna-word--animation .letter-r,
.petryna-word--animation .letter-n {
  -webkit-animation: letter-from-top-to-bottom 1.5s cubic-bezier(0.4, 0, 0.2, 1) 0s forwards;
  -moz-animation: letter-from-top-to-bottom 1.5s cubic-bezier(0.4, 0, 0.2, 1) 0s forwards;
  animation: letter-from-top-to-bottom 1.5s cubic-bezier(0.4, 0, 0.2, 1) 0s forwards;
}
.petryna-word--animation .letter-e .letter__bg svg .letter-bg-fill {
  -webkit-animation: fill-bg 10s cubic-bezier(0.4, 0, 0.2, 1) 2s infinite;
  -moz-animation: fill-bg 10s cubic-bezier(0.4, 0, 0.2, 1) 2s infinite;
  animation: fill-bg 10s cubic-bezier(0.4, 0, 0.2, 1) 2s infinite;
}
.petryna-word--animation .letter-n .letter__bg svg .letter-bg-fill {
  -webkit-animation: fill-bg 10s cubic-bezier(0.4, 0, 0.2, 1) 4s infinite;
  -moz-animation: fill-bg 10s cubic-bezier(0.4, 0, 0.2, 1) 4s infinite;
  animation: fill-bg 10s cubic-bezier(0.4, 0, 0.2, 1) 4s infinite;
}
.petryna-word--animation .letter-r .letter__bg svg .letter-bg-fill {
  -webkit-animation: fill-bg 10s cubic-bezier(0.4, 0, 0.2, 1) 6s infinite;
  -moz-animation: fill-bg 10s cubic-bezier(0.4, 0, 0.2, 1) 6s infinite;
  animation: fill-bg 10s cubic-bezier(0.4, 0, 0.2, 1) 6s infinite;
}
.petryna-word--animation .letter-a .letter__bg svg .letter-bg-fill {
  -webkit-animation: fill-bg 10s cubic-bezier(0.4, 0, 0.2, 1) 8s infinite;
  -moz-animation: fill-bg 10s cubic-bezier(0.4, 0, 0.2, 1) 8s infinite;
  animation: fill-bg 10s cubic-bezier(0.4, 0, 0.2, 1) 8s infinite;
}
.petryna-word--animation .letter-p .letter__bg svg .letter-bg-fill {
  -webkit-animation: fill-bg 10s cubic-bezier(0.4, 0, 0.2, 1) 10s infinite;
  -moz-animation: fill-bg 10s cubic-bezier(0.4, 0, 0.2, 1) 10s infinite;
  animation: fill-bg 10s cubic-bezier(0.4, 0, 0.2, 1) 10s infinite;
}
.petryna-word--animation .letter-y .letter__bg svg .letter-bg-fill {
  -webkit-animation: fill-bg 10s cubic-bezier(0.4, 0, 0.2, 1) 12s infinite;
  -moz-animation: fill-bg 10s cubic-bezier(0.4, 0, 0.2, 1) 12s infinite;
  animation: fill-bg 10s cubic-bezier(0.4, 0, 0.2, 1) 12s infinite;
}
.petryna-word--animation .letter-t .letter__bg svg .letter-bg-fill {
  -webkit-animation: fill-bg 10s cubic-bezier(0.4, 0, 0.2, 1) 14s infinite;
  -moz-animation: fill-bg 10s cubic-bezier(0.4, 0, 0.2, 1) 14s infinite;
  animation: fill-bg 10s cubic-bezier(0.4, 0, 0.2, 1) 14s infinite;
}

@keyframes line-middle-left {
  0% {
    transform: translateX(-38px);
  }
  100% {
    transform: translateX(-12px);
  }
}
@keyframes line-middle-center {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(26px);
  }
}
@keyframes line-middle-right {
  0% {
    transform: translateX(12px);
  }
  100% {
    transform: translateX(38px);
  }
}
button.header__burger:hover .burger .line--middle-left {
  transition: 0.5s;
  transform: translateX(-38px);
  -webkit-animation: line-middle-left 0.5s linear 0s forwards;
  -moz-animation: line-middle-left 0.5s linear 0s forwards;
  animation: line-middle-left 0.5s linear 0s forwards;
}
button.header__burger:hover .burger .line--middle-center {
  transition: 0.5s;
  transform: translateX(0px);
  -webkit-animation: line-middle-center 0.5s linear 0s forwards;
  -moz-animation: line-middle-center 0.5s linear 0s forwards;
  animation: line-middle-center 0.5s linear 0s forwards;
}
button.header__burger:hover .burger .line--middle-right {
  transition: 0.5s;
  transform: translateX(12px);
  -webkit-animation: line-middle-right 0.5s linear 0s forwards;
  -moz-animation: line-middle-right 0.5s linear 0s forwards;
  animation: line-middle-right 0.5s linear 0s forwards;
}

@keyframes mouseleave-line-middle-left {
  0% {
    transform: translateX(-12px);
  }
  100% {
    transform: translateX(-38px);
  }
}
@keyframes mouseleave-line-middle-center {
  0% {
    transform: translateX(26px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes mouseleave-line-middle-right {
  0% {
    transform: translateX(38px);
  }
  100% {
    transform: translateX(12px);
  }
}
button.mouseleave-animation .burger .line--middle-left {
  transition: 0.5s;
  transform: translateX(-38px);
  -webkit-animation: mouseleave-line-middle-left 0.5s linear 0s forwards;
  -moz-animation: mouseleave-line-middle-left 0.5s linear 0s forwards;
  animation: mouseleave-line-middle-left 0.5s linear 0s forwards;
}
button.mouseleave-animation .burger .line--middle-center {
  transition: 0.5s;
  transform: translateX(0px);
  -webkit-animation: mouseleave-line-middle-center 0.5s linear 0s forwards;
  -moz-animation: mouseleave-line-middle-center 0.5s linear 0s forwards;
  animation: mouseleave-line-middle-center 0.5s linear 0s forwards;
}
button.mouseleave-animation .burger .line--middle-right {
  transition: 0.5s;
  transform: translateX(12px);
  -webkit-animation: mouseleave-line-middle-right 0.5s linear 0s forwards;
  -moz-animation: mouseleave-line-middle-right 0.5s linear 0s forwards;
  animation: mouseleave-line-middle-right 0.5s linear 0s forwards;
}