/*!
Theme Name: Gaming Shots
Theme URI: http://gamingshots.pl/
Description: ...
Version: 1.0
Author: Igor Chudy
Author URI: http://igorchudy.pl/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html


This theme, like WordPress, is licensed under the GPL.
*/
/*===================================
=            Reset style            =
===================================*/
.contact-col a{
    font-size: 17px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
    display: block;
    line-height: 1;
}


a, abbr, address, article, aside, audio, b, blockquote, body, canvas,
caption, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset,
figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup,
html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, p, pre, q, samp, section, small, span, strong, sub, summary,
sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
}

html {
  width: 100%;
  min-height: 100%;
  font-size: 19px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  width: 100%;
  min-height: 100%;
  font: normal 19px/1.3 "Roboto", Arial, Helvetica, sans-serif;
  color: #000000;
  position: relative;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

button, input, optgroup, select, textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border-style: none;
  padding: 0;
  border: 0;
}

button, input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

a, ins, del {
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption, th {
  text-align: left;
}

q:after, q:before {
  content: "";
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

:focus {
  outline: 0;
}

blockquote, q {
  quotes: "" "";
}

.clear {
  clear: both;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #000000;
  line-height: 1.2;
}

h1 {
  font-size: 44px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

/* Anchors */
a {
  outline: 0;
}

a img {
  border: none;
  text-decoration: none;
}

/* Paragraphs */
p {
  margin-bottom: 1.143em;
}

* p:last-child {
  margin-bottom: 0;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

/* Lists */
ul {
  list-style: outside disc;
  margin: 1em 0 1.5em 1.5em;
}

ol {
  list-style: outside decimal;
  margin: 1em 0 1.5em 1.5em;
}

dl {
  margin: 0 0 1.5em 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 1.5em;
}

/* Quotes */
blockquote {
  font-style: italic;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

::selection {
  background: #000;
  color: #fff;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

::-webkit-selection {
  background: #000;
  color: #fff;
}

::-webkit-input-placeholder {
  color: #fff;
}

::-moz-placeholder {
  color: #fff;
}

:-ms-input-placeholder {
  color: #fff;
}

/* For modern browsers - clearfix for floating elements */
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

/*
Box sizing - http://css-tricks.com/box-sizing/
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*/
/*-----  End of Reset style  ------*/
@font-face {
  font-display: swap;
}
body {
  background-color: #d0ff00;
}

.container,
.container-flex {
  display: block;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1240px) {
  .container,
.container-flex {
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1024px) {
  .container,
.container-flex {
    padding: 0 24px;
  }
}

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

#wrap {
  display: block;
  position: relative;
  z-index: 100;
  padding-top: 160px;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  #wrap {
    padding-top: 140px;
  }
}
@media (max-width: 1024px) {
  #wrap {
    padding-top: 120px;
  }
}
body.home #wrap {
  padding-top: 0;
}

/*======================================
=            Wordpress core            =
======================================*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/*-----  End of Wordpress core  ------*/
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 30px;
}

.videoWrapper object,
.videoWrapper embed,
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top-fixed-wrapper {
  display: block;
  padding: 22px 0;
  position: fixed;
  z-index: 1100;
  left: 0;
  top: 0;
  right: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #d0ff00;
}
.top-fixed-wrapper * {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-fixed-wrapper .container-flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-fixed-wrapper .logo {
  display: block;
  height: 95px;
  margin-right: 48px;
}
.top-fixed-wrapper .logo a, .top-fixed-wrapper .logo img {
  height: 95px;
  width: auto;
}
.top-fixed-wrapper #nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-fixed-wrapper #nav ul {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-fixed-wrapper #nav ul li {
  margin-right: 76px;
}
.top-fixed-wrapper #nav ul a {
  font-size: 17px;
  font-weight: 900;
  text-transform: uppercase;
  color: #000;
  font-family: "Kanit", sans-serif;
}
.top-fixed-wrapper #nav ul a:hover,
.top-fixed-wrapper #nav ul .current-menu-item a {
  color: #ec008c;
}
.top-fixed-wrapper .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0;
  margin-left: auto;
}
.top-fixed-wrapper .search-toggle {
  display: block;
  width: 24px;
  height: 24px;
  border: none;
  background: url(images/search.svg) center no-repeat;
  text-indent: -9999px;
  background-size: 24px 24px;
  margin-right: 0;
  margin-left: auto;
}
.top-fixed-wrapper .search-toggle.is-active {
  background-image: url(images/close.svg);
  background-size: 20px 20px;
}
.top-fixed-wrapper .nav-toggle {
  display: none;
  width: 28px;
  height: 28px;
  background: url(images/menu-icon.svg) center no-repeat;
  background-size: 28px 28px;
  border: none;
  text-indent: -9999px;
  margin-left: 32px;
}
.top-fixed-wrapper .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  margin-left: 24px;
}
.top-fixed-wrapper .social li {
  margin-right: 6px;
}
.top-fixed-wrapper .social a {
  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;
  width: 38px;
  height: 38px;
  border: 1px solid #000;
  border-radius: 50%;
}
.top-fixed-wrapper .social a svg {
  width: 100%;
  max-width: 19px;
  height: 100%;
  max-height: 14px;
  fill: #000;
}
.top-fixed-wrapper .social a:hover {
  background: #ec008c;
  border-color: #ec008c;
}
.top-fixed-wrapper .social a:hover svg {
  fill: #fff;
}
.top-fixed-wrapper .wpml-ls-legacy-list-horizontal {
  margin-left: 24px;
}
.top-fixed-wrapper .wpml-ls-legacy-list-horizontal ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
}
.top-fixed-wrapper .wpml-ls-legacy-list-horizontal ul li {
  margin-right: 12px;
}
.top-fixed-wrapper .wpml-ls-legacy-list-horizontal ul li:last-child {
  margin-right: 0;
}
.top-fixed-wrapper .eu-flag {
  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;
  margin-left: 24px;
}
.top-fixed-wrapper .eu-flag img {
  height: 40px;
}
@media (max-width: 1240px) {
  .top-fixed-wrapper {
    padding: 16px 0;
  }
  .top-fixed-wrapper .logo {
    height: 80px;
  }
  .top-fixed-wrapper .logo a, .top-fixed-wrapper .logo img {
    height: 80px;
  }
  .top-fixed-wrapper #nav ul li {
    margin-right: 56px;
  }
}
@media (max-width: 1160px) {
  .top-fixed-wrapper .logo {
    height: 64px;
  }
  .top-fixed-wrapper .logo a, .top-fixed-wrapper .logo img {
    height: 64px;
  }
  .top-fixed-wrapper #nav ul li {
    margin-right: 40px;
  }
}
@media (max-width: 1024px) {
  .top-fixed-wrapper #nav {
    display: none;
  }
  .top-fixed-wrapper .searchform {
    display: none;
  }
  .top-fixed-wrapper .nav-toggle {
    display: block;
  }
  .top-fixed-wrapper .social {
    display: none;
  }
  .top-fixed-wrapper .eu-flag {
    display: none;
  }
}
.search-form-wrapper {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1000;
  background: #d0ff00;
  padding: 16px 0;
  height: 64px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search-form-wrapper.active {
  top: 139px;
  -webkit-box-shadow: 2.8px 2.8px 2.2px rgba(0, 0, 0, 0.008), 6.7px 6.7px 5.3px rgba(0, 0, 0, 0.012), 12.5px 12.5px 10px rgba(0, 0, 0, 0.015), 22.3px 22.3px 17.9px rgba(0, 0, 0, 0.018), 41.8px 41.8px 33.4px rgba(0, 0, 0, 0.022), 100px 100px 80px rgba(0, 0, 0, 0.03);
          box-shadow: 2.8px 2.8px 2.2px rgba(0, 0, 0, 0.008), 6.7px 6.7px 5.3px rgba(0, 0, 0, 0.012), 12.5px 12.5px 10px rgba(0, 0, 0, 0.015), 22.3px 22.3px 17.9px rgba(0, 0, 0, 0.018), 41.8px 41.8px 33.4px rgba(0, 0, 0, 0.022), 100px 100px 80px rgba(0, 0, 0, 0.03);
}
@media (max-width: 1240px) {
  .search-form-wrapper.active {
    top: 112px;
  }
}
@media (max-width: 1160px) {
  .search-form-wrapper.active {
    top: 80px;
  }
}
.search-form-wrapper .container-flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search-form-wrapper .searchform {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px;
  grid-template-columns: 1fr 40px;
  padding: 8px 16px;
  border: 1px solid #e1e1e1;
  height: 64px;
  width: 100%;
  max-width: 800px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-form-wrapper .searchform input {
  border: none;
  height: 46px;
  font-size: 18px;
}
.search-form-wrapper .searchform button {
  display: block;
  width: 40px;
  height: 40px;
  border: none;
  background: url(images/search.svg) center no-repeat;
  text-indent: -9999px;
  background-size: 24px 24px;
}

body.home .top-fixed-wrapper {
  background: #d0ff00;
}
body.home .top-fixed-wrapper.with-search {
  background: #d0ff00;
}

body.scroll .top-fixed-wrapper {
  background: #d0ff00;
  padding: 16px 0;
}
body.scroll .top-fixed-wrapper .logo {
  height: 80px;
}
body.scroll .top-fixed-wrapper .logo a, body.scroll .top-fixed-wrapper .logo img {
  height: 80px;
}
body.scroll .top-fixed-wrapper #nav ul li {
  margin-right: 56px;
}
@media (max-width: 1240px) {
  body.scroll .top-fixed-wrapper {
    padding: 16px 0;
  }
  body.scroll .top-fixed-wrapper .logo {
    height: 80px;
  }
  body.scroll .top-fixed-wrapper .logo a, body.scroll .top-fixed-wrapper .logo img {
    height: 80px;
  }
  body.scroll .top-fixed-wrapper #nav ul li {
    margin-right: 56px;
  }
}
@media (max-width: 1160px) {
  body.scroll .top-fixed-wrapper .logo {
    height: 64px;
  }
  body.scroll .top-fixed-wrapper .logo a, body.scroll .top-fixed-wrapper .logo img {
    height: 64px;
  }
  body.scroll .top-fixed-wrapper #nav ul li {
    margin-right: 40px;
  }
}
body.scroll .search-form-wrapper.active {
  top: 112px;
}
@media (max-width: 1240px) {
  body.scroll .search-form-wrapper.active {
    top: 112px;
  }
}
@media (max-width: 1160px) {
  body.scroll .search-form-wrapper.active {
    top: 80px;
  }
}

.home-header {
  padding: 240px 0 32px;
  background: #d0ff00 url(images/home-header-bck.webp) bottom center no-repeat;
}
.home-header .home-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 276px 1fr;
  grid-template-columns: 276px 1fr;
}
.home-header .home-grid .logo {
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}
.home-header .home-grid .logo img {
  width: 276px;
}
.home-header .home-grid .products {
  -ms-grid-column-align: end;
      justify-self: end;
}
.home-header .scroll-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 160px;
}
.home-header .scroll-down a {
  display: block;
  width: 62px;
  height: 62px;
  background: url(images/scroll-down.webp) center no-repeat;
  background-size: cover;
  text-indent: -9999px;
}
@media (max-width: 1280px) {
  .home-header {
    padding-top: 200px;
  }
  .home-header .home-grid {
    -ms-grid-columns: 270px 24px 1fr;
    grid-template-columns: 270px 1fr;
    grid-gap: 24px 24px;
  }
  .home-header .home-grid .logo img {
    width: 270px;
  }
}
@media (max-width: 1180px) {
  .home-header {
    padding-top: 180px;
  }
  .home-header .home-grid {
    -ms-grid-columns: 240px 24px 1fr;
    grid-template-columns: 240px 1fr;
  }
  .home-header .home-grid .logo img {
    width: 240px;
  }
  .home-header .scroll-down {
    padding-top: 120px;
  }
}
@media (max-width: 1024x) {
  .home-header {
    padding-top: 140px;
  }
  .home-header .home-grid {
    -ms-grid-columns: 200px 24px 1fr;
    grid-template-columns: 200px 1fr;
  }
  .home-header .home-grid .logo img {
    width: 200px;
  }
}
@media (max-width: 768px) {
  .home-header {
    padding-top: 120px;
  }
  .home-header .home-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .home-header .home-grid .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home-header .home-grid .logo img {
    width: 100%;
    max-width: 200px;
  }
  .home-header .scroll-down {
    padding-top: 90px;
  }
  .home-header .scroll-down a {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 550px) {
  .home-header .home-grid .logo img {
    max-width: 160px;
  }
  .home-header .scroll-down {
    padding-top: 64px;
  }
  .home-header .scroll-down a {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 450px) {
  .home-header .home-grid .logo img {
    max-width: 120px;
  }
  .home-header .scroll-down {
    padding-top: 40px;
  }
  .home-header .scroll-down a {
    width: 32px;
    height: 32px;
  }
}

.home-products-wrap {
  display: block;
  padding: 100px 0 120px;
  background: url(images/products-bck.webp) center top no-repeat;
  background-size: cover;
  position: relative;
  z-index: 100;
}
.home-products-wrap .home-products-text {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 300px 1fr;
  grid-template-columns: 300px 1fr;
  margin-bottom: 100px;
  color: #fff;
}
.home-products-wrap .home-products-text h2 {
  font-weight: bold;
  color: #d0ff00;
  line-height: 1.2;
  letter-spacing: -1.3px;
}
.home-products-wrap .home-products-text h2 {
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  .home-products-wrap .home-products-text h2 {
    font-size: calc(32px + 12 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .home-products-wrap .home-products-text h2 {
    font-size: 44px;
  }
}
.home-products-wrap .home-products-text .text {
  width: 100%;
  max-width: 670px;
}
.home-products-wrap .home-products-text p {
  line-height: 1.3;
}
.home-products-wrap .home-products-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 14px 1fr 14px 1fr 14px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0 14px;
  width: 1094px;
  margin: 0 auto;
}
.home-products-wrap .product {
  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;
  aspect-ratio: 263/532;
  background: #d0ff00;
  border-bottom: 4px solid #ec008c;
  -webkit-clip-path: polygon(65px 0%, 100% 0, 100% 100%, 0 100%, 0 65px);
          clip-path: polygon(65px 0%, 100% 0, 100% 100%, 0 100%, 0 65px);
}
.home-products-wrap .product .title {
  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;
  margin-bottom: 28px;
}
.home-products-wrap .product .title a {
  text-transform: uppercase;
  color: #000;
  display: inline-block;
  line-height: 1;
  font-weight: bold;
}
.home-products-wrap .product .title a {
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .home-products-wrap .product .title a {
    font-size: calc(22px + 6 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .home-products-wrap .product .title a {
    font-size: 28px;
  }
}
.home-products-wrap .product .title a:hover {
  color: #ec008c;
}
.home-products-wrap .product .image {
  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;
  margin-bottom: 24px;
}
.home-products-wrap .product .image img {
  height: 306px;
  width: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home-products-wrap .product .image a:hover img {
  opacity: 0.75;
}
.home-products-wrap .product .meta {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 64px 8px 1fr;
  grid-template-columns: 64px 1fr;
  grid-gap: 0 8px;
  padding: 0 16px 0 16px;
}
.home-products-wrap .product .meta .icon {
  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;
}
.home-products-wrap .product .meta p {
  font-size: 17px;
  font-weight: bold;
  display: block;
  line-height: 1.2;
  margin-bottom: 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
@media (max-width: 1180px) {
  .home-products-wrap .home-products-grid {
    width: 100%;
  }
  .home-products-wrap .product .title {
    margin-bottom: 24px;
  }
  .home-products-wrap .product .image img {
    height: 280px;
  }
  .home-products-wrap .product .meta {
    -ms-grid-columns: 56px 8px 1fr;
    grid-template-columns: 56px 1fr;
  }
  .home-products-wrap .product .meta p {
    font-size: 15px;
  }
}
@media (max-width: 1024px) {
  .home-products-wrap {
    padding: 64px 0;
  }
  .home-products-wrap .product .title {
    margin-bottom: 20px;
  }
  .home-products-wrap .product .image img {
    height: 240px;
  }
  .home-products-wrap .product .meta {
    -ms-grid-columns: 48px 8px 1fr;
    grid-template-columns: 48px 1fr;
  }
  .home-products-wrap .product .meta p {
    font-size: 13px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
@media (max-width: 900px) {
  .home-products-wrap {
    margin-top: 0;
  }
  .home-products-wrap .home-products-text {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-bottom: 80px;
    grid-gap: 32px 0;
  }
  .home-products-wrap .home-products-grid {
    -ms-grid-columns: 1fr 8px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 8px 8px;
    width: 100%;
    max-width: 534px;
    margin: 0 auto;
  }
  .home-products-wrap .product .title {
    margin-bottom: 20px;
  }
  .home-products-wrap .product .image img {
    height: 300px;
  }
  .home-products-wrap .product .meta {
    -ms-grid-columns: 64px 8px 1fr;
    grid-template-columns: 64px 1fr;
  }
  .home-products-wrap .product .meta p {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .home-products-wrap {
    padding: 64px 0;
  }
  .home-products-wrap .home-products-text {
    margin-bottom: 64px;
  }
  .home-products-wrap .product .title {
    margin-bottom: 20px;
  }
  .home-products-wrap .product .image img {
    height: 260px;
  }
  .home-products-wrap .product .meta {
    -ms-grid-columns: 48px 8px 1fr;
    grid-template-columns: 48px 1fr;
  }
  .home-products-wrap .product .meta p {
    font-size: 13px;
  }
}
@media (max-width: 500px) {
  .home-products-wrap {
    padding: 40px 0;
  }
  .home-products-wrap .home-products-text {
    margin-bottom: 48px;
  }
  .home-products-wrap .home-products-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 8px 8px;
    width: 100%;
    max-width: 263px;
    margin: 0 auto;
  }
  .home-products-wrap .product .image img {
    height: 300px;
  }
  .home-products-wrap .product .meta {
    -ms-grid-columns: 56px 8px 1fr;
    grid-template-columns: 56px 1fr;
  }
  .home-products-wrap .product .meta p {
    font-size: 14px;
  }
}

.home-about-wrap {
  display: block;
  padding: 90px 0 124px;
  background: url(images/home-about-bck.webp) center top no-repeat;
}
.home-about-wrap .home-about {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 868px;
  grid-template-columns: 1fr 868px;
  margin-bottom: 64px;
}
.home-about-wrap .home-about .title {
  width: 100%;
  max-width: 260px;
  line-height: 1.3;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.home-about-wrap .home-about .title h2 {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -1.3px;
  margin-bottom: 40px;
}
.home-about-wrap .home-about .title h2 {
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  .home-about-wrap .home-about .title h2 {
    font-size: calc(32px + 12 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .home-about-wrap .home-about .title h2 {
    font-size: 44px;
  }
}
@media (min-width: 1024px) {
  .home-about-wrap .home-services-wrap {
    position: relative;
  }
  .home-about-wrap .home-services-wrap .title {
    width: 100%;
    max-width: 260px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .home-about-wrap .home-services-wrap .title h2 {
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: -1.3px;
    margin-bottom: 40px;
  }
  .home-about-wrap .home-services-wrap .title h2 {
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px) and (min-width: 768px) {
  .home-about-wrap .home-services-wrap .title h2 {
    font-size: calc(32px + 12 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1024px) and (min-width: 1440px) {
  .home-about-wrap .home-services-wrap .title h2 {
    font-size: 44px;
  }
}
@media (min-width: 1024px) {
  .home-about-wrap .home-services {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6, 1fr);
    width: 100%;
    max-width: 1008px;
    margin: 0 auto;
    background: url(images/contact-bck.webp) center no-repeat;
    background-size: auto 100%;
    padding-top: 16px;
  }
  .home-about-wrap .home-services .row {
    display: -ms-grid;
    display: grid;
    font-weight: 300;
    grid-gap: 0 12px;
    height: 78px;
  }
  .home-about-wrap .home-services .row p {
    max-width: 210px;
    margin-bottom: 0;
    -ms-flex-item-align: end;
        -ms-grid-row-align: end;
        align-self: end;
  }
  .home-about-wrap .home-services .image {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3/span 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/span 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home-about-wrap .home-services .image img {
    height: 420px;
    width: auto;
  }
  .home-about-wrap .home-services .row-1 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 2;
    grid-column: 5/span 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .home-about-wrap .home-services .row-2 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 2;
    grid-column: 5/span 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .home-about-wrap .home-services .row-3 {
    -ms-grid-column: 5;
    -ms-grid-column-span: 2;
    grid-column: 5/span 2;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .home-about-wrap .home-services .row-4 {
    -ms-grid-column: 4;
    -ms-grid-column-span: 3;
    grid-column: 4/span 3;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .home-about-wrap .home-services .row-5 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/span 3;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .home-about-wrap .home-services .row-6 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .home-about-wrap .home-services .row-7 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .home-about-wrap .home-services .row-1,
.home-about-wrap .home-services .row-2,
.home-about-wrap .home-services .row-3,
.home-about-wrap .home-services .row-4 {
    -ms-grid-columns: 1fr 78px;
    grid-template-columns: 1fr 78px;
  }
  .home-about-wrap .home-services .row-1 .icon,
.home-about-wrap .home-services .row-2 .icon,
.home-about-wrap .home-services .row-3 .icon,
.home-about-wrap .home-services .row-4 .icon {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .home-about-wrap .home-services .row-1 p,
.home-about-wrap .home-services .row-2 p,
.home-about-wrap .home-services .row-3 p,
.home-about-wrap .home-services .row-4 p {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    text-align: right;
    -ms-grid-column-align: end;
        justify-self: end;
  }
  .home-about-wrap .home-services .row-4,
.home-about-wrap .home-services .row-5 {
    -ms-grid-column-align: center;
        justify-self: center;
  }
  .home-about-wrap .home-services .row-5,
.home-about-wrap .home-services .row-6,
.home-about-wrap .home-services .row-7 {
    -ms-grid-columns: 78px 1fr;
    grid-template-columns: 78px 1fr;
  }
}
@media (max-width: 1024px) {
  .home-about-wrap .home-services-wrap .title h2 {
    font-weight: bold;
    color: #ec008c;
    line-height: 1.2;
    letter-spacing: -1.3px;
    margin-bottom: 40px;
  }
  .home-about-wrap .home-services-wrap .title h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .home-about-wrap .home-services-wrap .title h2 {
    font-size: calc(32px + 12 * ((100vw - 768px) / 672));
  }
}
@media screen and (max-width: 1024px) and (min-width: 1440px) {
  .home-about-wrap .home-services-wrap .title h2 {
    font-size: 44px;
  }
}
@media (max-width: 1024px) {
  .home-about-wrap .home-services {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 216px 40px 1fr;
    grid-template-columns: 216px 1fr;
    grid-gap: 24px 40px;
  }
  .home-about-wrap .home-services .row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 48px 24px 1fr;
    grid-template-columns: 48px 1fr;
    font-weight: 300;
    grid-gap: 0 24px;
  }
  .home-about-wrap .home-services .row .icon {
    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;
    height: 48px;
  }
  .home-about-wrap .home-services .row p {
    margin-bottom: 0;
  }
  .home-about-wrap .home-services .image {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 7;
    grid-row: 1/span 7;
  }
  .home-about-wrap .home-services .image img {
    position: sticky;
    top: 8px;
  }
  .home-about-wrap .home-services .row-1 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .home-about-wrap .home-services .row-2 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .home-about-wrap .home-services .row-3 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 3;
    grid-row: 3;
  }
  .home-about-wrap .home-services .row-4 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .home-about-wrap .home-services .row-5 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .home-about-wrap .home-services .row-6 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 6;
    grid-row: 6;
  }
  .home-about-wrap .home-services .row-7 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 7;
    grid-row: 7;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .home-about-wrap .home-services {
    -ms-grid-columns: 160px 40px 1fr;
    grid-template-columns: 160px 1fr;
  }
  .home-about-wrap .home-services .row {
    -ms-grid-columns: 40px 20px 1fr;
    grid-template-columns: 40px 1fr;
    grid-gap: 0 20px;
    font-size: 15px;
  }
  .home-about-wrap .home-services .row .icon {
    height: 40px;
    width: 40px;
  }
}
@media (max-width: 1024px) and (max-width: 500px) {
  .home-about-wrap .home-services {
    -ms-grid-columns: 110px 24px 1fr;
    grid-template-columns: 110px 1fr;
    grid-gap: 20px 24px;
  }
  .home-about-wrap .home-services .row {
    -ms-grid-columns: 32px 16px 1fr;
    grid-template-columns: 32px 1fr;
    grid-gap: 0 16px;
    font-size: 13px;
  }
  .home-about-wrap .home-services .row .icon {
    height: 32px;
    width: 32px;
  }
}
@media (max-width: 1280px) {
  .home-about-wrap {
    padding: 120px 0 64px;
  }
  .home-about-wrap .home-about {
    -ms-grid-columns: 1fr 820px;
    grid-template-columns: 1fr 820px;
    margin-bottom: 180px;
  }
}
@media (max-width: 1180px) {
  .home-about-wrap .home-about {
    -ms-grid-columns: 1fr 768px;
    grid-template-columns: 1fr 768px;
    margin-bottom: 140px;
  }
}
@media (max-width: 1024px) {
  .home-about-wrap {
    padding: 100px 0 64px;
  }
  .home-about-wrap .home-about {
    -ms-grid-columns: 1fr 620px;
    grid-template-columns: 1fr 620px;
    margin-bottom: 100px;
  }
}
@media (max-width: 900px) {
  .home-about-wrap .home-about {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .home-about-wrap .home-about .title {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .home-about-wrap {
    padding: 80px 0 44px;
  }
  .home-about-wrap .home-about {
    margin-bottom: 64px;
  }
}
@media (max-width: 550px) {
  .home-about-wrap {
    padding: 40px 0 40px;
  }
  .home-about-wrap .home-about {
    margin-bottom: 40px;
  }
}

.home-check-wrap {
  background: url(images/home-check-bck.webp) center 20px no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-check-wrap .home-check {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 771px;
  grid-template-columns: 1fr 771px;
}
.home-check-wrap .title {
  width: 100%;
  max-width: 370px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  line-height: 1.3;
  color: #fff;
}
.home-check-wrap .title h2 {
  font-weight: bold;
  color: #000;
  line-height: 1.2;
  letter-spacing: -1.3px;
  margin-bottom: 40px;
}
.home-check-wrap .title h2 {
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  .home-check-wrap .title h2 {
    font-size: calc(32px + 12 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .home-check-wrap .title h2 {
    font-size: 44px;
  }
}
@media (max-width: 1280px) {
  .home-check-wrap .home-check {
    -ms-grid-columns: 1fr 760px;
    grid-template-columns: 1fr 760px;
  }
}
@media (max-width: 1024px) {
  .home-check-wrap {
    min-height: 100%;
    padding: 64px 0;
  }
  .home-check-wrap .home-check {
    -ms-grid-columns: 300px 1fr;
    grid-template-columns: 300px 1fr;
  }
}
@media (max-width: 768px) {
  .home-check-wrap {
    min-height: 100%;
    padding: 64px 0;
  }
  .home-check-wrap .home-check {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 32px 0;
  }
  .home-check-wrap .title {
    max-width: 100%;
  }
}
@media (max-width: 550px) {
  .home-check-wrap {
    padding: 40px 0;
  }
}

.home-addons-wrap {
  display: block;
  padding: 24px 0 100px;
}
.home-addons-wrap .home-addons {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 519px 1fr;
  grid-template-columns: 519px 1fr;
  padding-left: 54px;
}
.home-addons-wrap .home-addons .image {
  display: block;
  position: relative;
}
.home-addons-wrap .home-addons .image .next-level {
  display: block;
  width: 400px;
  height: 177px;
  position: absolute;
  bottom: -15px;
  right: 330px;
}
.home-addons-wrap .home-addons .text {
  width: 100%;
  max-width: 470px;
  -ms-grid-column-align: end;
      justify-self: end;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.home-addons-wrap .home-addons .text h2 {
  color: #000;
  margin-bottom: 48px;
  line-height: 1.2;
  letter-spacing: -1.3px;
}
.home-addons-wrap .home-addons .text h2 {
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  .home-addons-wrap .home-addons .text h2 {
    font-size: calc(32px + 12 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .home-addons-wrap .home-addons .text h2 {
    font-size: 44px;
  }
}
.home-addons-wrap .home-addons .text ul li {
  margin-bottom: 24px;
}
.home-addons-wrap .home-addons .text ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .home-addons-wrap .home-addons .image .next-level {
    right: 250px;
  }
}
@media (max-width: 1366px) {
  .home-addons-wrap .home-addons .image .next-level {
    right: 210px;
  }
}
@media (max-width: 1280px) {
  .home-addons-wrap .home-addons {
    padding-left: 32px;
  }
  .home-addons-wrap .home-addons .image .next-level {
    right: 160px;
  }
  .home-addons-wrap .home-addons .text h2 {
    margin-bottom: 64px;
  }
}
@media (max-width: 1180px) {
  .home-addons-wrap .home-addons {
    -ms-grid-columns: 460px 32px 1fr;
    grid-template-columns: 460px 1fr;
    grid-gap: 0 32px;
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .home-addons-wrap {
    background: #d0ff00 url(images/home-addons-bck.webp) center no-repeat;
  }
}
@media (max-width: 1024px) {
  .home-addons-wrap .home-addons {
    -ms-grid-columns: 400px 32px 1fr;
    grid-template-columns: 400px 1fr;
  }
  .home-addons-wrap .home-addons .text h2 {
    margin-bottom: 48px;
  }
}
@media (max-width: 768px) {
  .home-addons-wrap .home-addons {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 48px 0;
    max-width: 650px;
    margin: 0 auto;
  }
  .home-addons-wrap .home-addons .image .next-level {
    right: 210px;
    width: 250px;
    height: 111px;
    right: auto;
    left: 0;
  }
  .home-addons-wrap .home-addons .text {
    max-width: 100%;
    -ms-grid-column-align: start;
        justify-self: start;
  }
  .home-addons-wrap .home-addons .text h2 {
    margin-bottom: 32px;
  }
}

.footer-wrapper {
  display: block;
  padding-top: 32px;
  padding-bottom: 96px;
  background: url(images/footer.webp) center top no-repeat;
  color: #fff;
}
.footer-wrapper .contact-col {
  margin-right: 140px;
}
.footer-wrapper .contact-col .logo {
  display: block;
  height: 95px;
  margin-bottom: 24px;
}
.footer-wrapper .contact-col .logo a, .footer-wrapper .contact-col .logo img {
  height: 95px;
  width: auto;
}
.footer-wrapper .contact-col p {
  font-size: 14px;
  text-transform: uppercase;
}
.footer-wrapper .contact-col p strong {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 900;
}
.footer-wrapper .contact-col .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
}
.footer-wrapper .contact-col .social li {
  margin-right: 6px;
}
.footer-wrapper .contact-col .social a {
  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;
  width: 38px;
  height: 38px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.footer-wrapper .contact-col .social a svg {
  width: 100%;
  max-width: 19px;
  height: 100%;
  max-height: 14px;
  fill: #fff;
}
.footer-wrapper .contact-col .social a:hover {
  background: #ec008c;
  border-color: #ec008c;
}
.footer-wrapper .contact-col .social a:hover svg {
  fill: #fff;
}
.footer-wrapper .menu-col {
  padding-top: 95px;
}
.footer-wrapper .main-menu {
  list-style: none;
  margin: 0;
  display: -ms-grid;
  display: grid;
  grid-gap: 32px 100px;
}
.footer-wrapper .main-menu a {
  font-size: 17px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  display: block;
  line-height: 1;
}
.footer-wrapper .main-menu a:hover,
.footer-wrapper .main-menu .current-menu-itema {
  color: #ec008c;
}
@media (min-width: 768px) {
  .footer-wrapper .main-menu {
    grid-auto-flow: column;
    -ms-grid-rows: auto 32px auto 32px auto;
    grid-template-rows: repeat(3, auto);
  }
}
@media (max-width: 768px) {
  .footer-wrapper .main-menu {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .footer-wrapper .main-menu > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
@media (max-width: 560px) {
  .footer-wrapper {
    padding-top: 44px;
    padding-bottom: 44px;
  }
  .footer-wrapper .contact-col {
    margin-right: 64px;
  }
}
@media (max-width: 460px) {
  .footer-wrapper .contact-col {
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .footer-wrapper .contact-col .social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-wrapper .main-menu {
    display: none;
  }
}

body.home .footer-wrapper {
  margin-top: 0;
}

.ue {
  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;
  padding: 24px 0;
  text-align: center;
}
.ue img {
  max-height: 60px;
}
.ue p {
  font-size: 13px;
  width: 100%;
  max-width: 820px;
  margin: 0 auto 16px;
}
.ue p:last-child {
  margin-bottom: 0;
}

.user-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100vw;
  height: 100vh;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0;
  visibility: hidden;
  background: #ec008c;
}
.user-overlay.is-active {
  opacity: 0.8;
  visibility: visible;
}

.page-title {
  display: block;
  margin-bottom: 32px;
}
.page-title h1,
.page-title span {
  display: block;
  line-height: 1.2;
  letter-spacing: -1.3px;
  font-weight: bold;
}
.page-title h1,
.page-title span {
  font-size: 36px;
}
@media screen and (min-width: 768px) {
  .page-title h1,
.page-title span {
    font-size: calc(36px + 8 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .page-title h1,
.page-title span {
    font-size: 44px;
  }
}
@media (max-width: 1024px) {
  .page-title {
    margin-bottom: 48px;
  }
}
@media (max-width: 768px) {
  .page-title {
    margin-bottom: 40px;
  }
}

.page-content {
  display: block;
  width: 100%;
  max-width: 1000px;
  padding-bottom: 96px;
}
.page-content {
  font-size: 19px;
}
@media screen and (min-width: 768px) {
  .page-content {
    font-size: calc(19px + 2 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .page-content {
    font-size: 21px;
  }
}
.page-content a {
  text-decoration: underline;
  color: #ec008c;
}
@media (max-width: 1024px) {
  .page-content {
    padding-bottom: 72px;
  }
}
@media (max-width: 768px) {
  .page-content {
    padding-bottom: 64px;
  }
}

.page-bck {
  background: url(images/page-bck.webp) bottom center no-repeat;
  padding-bottom: 120px;
}

@media (min-width: 1024px) {
  .page-bck-2 {
    background: url(images/page-bck-2.webp) top center no-repeat;
  }
}
.contact-wrap {
  margin-bottom: 64px;
  line-height: 1.2;
}
.contact-wrap {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .contact-wrap {
    font-size: calc(18px + 2 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .contact-wrap {
    font-size: 20px;
  }
}
.contact-wrap .page-title {
  margin-bottom: 72px;
}
.contact-wrap a {
  color: inherit;
}
.contact-wrap a:hover {
  text-decoration: underline;
  color: #ec008c;
}
@media (min-width: 1024px) {
  .contact-wrap {
    background: url(images/contact-bck.png) center bottom no-repeat;
    padding-bottom: 340px;
    margin-bottom: 0;
  }
}

.page-template-template_contact .page-bck {
  padding-bottom: 72px;
}

.about-page-wrap {
  display: block;
}
.about-page-wrap {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .about-page-wrap {
    font-size: calc(18px + 2 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .about-page-wrap {
    font-size: 20px;
  }
}
.about-page-wrap .page-title {
  margin-bottom: 32px;
}
.about-page-wrap .about-page {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 618px 64px 1fr;
  grid-template-columns: 618px 1fr;
  grid-gap: 0 64px;
  margin-bottom: 40px;
  margin-left: -20px;
}
.about-page-wrap .about-page .text {
  padding-top: 20px;
}
@media (max-width: 1024px) {
  .about-page-wrap .about-page {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-left: 0;
    grid-gap: 40px 0;
  }
  .about-page-wrap .about-page .text {
    padding-top: 0;
  }
}
.products-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr 32px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 32px 32px;
}
.products-grid .product {
  background: #000;
  -webkit-clip-path: polygon(65px 0%, 100% 0, 100% 100%, 0 100%, 0 65px);
          clip-path: polygon(65px 0%, 100% 0, 100% 100%, 0 100%, 0 65px);
}
.products-grid .product .wrap {
  margin: 2px;
  background: #d0ff00;
  padding: 32px 20px;
  -webkit-clip-path: polygon(65px 0%, 100% 0, 100% 100%, 0 100%, 0 65px);
          clip-path: polygon(65px 0%, 100% 0, 100% 100%, 0 100%, 0 65px);
}
.products-grid .product .title {
  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;
  margin-bottom: 24px;
}
.products-grid .product .title a {
  text-transform: uppercase;
  color: #000;
  display: inline-block;
  line-height: 1;
  letter-spacing: -1px;
  font-weight: bold;
  font-size: 25px;
  width: 110px;
  text-align: center;
}
.products-grid .product .title a:hover {
  color: #ec008c;
}
.products-grid .product .image {
  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;
  margin-bottom: 24px;
}
.products-grid .product .image img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: auto;
  max-height: 270px;
}
.products-grid .product .image a:hover img {
  opacity: 0.75;
}
.products-grid .product .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.products-grid .product .button a {
  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;
  height: 40px;
  padding: 0 24px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background: #000;
}
.products-grid .product .button a:hover {
  background: #ec008c;
}
@media (max-width: 1024px) {
  .products-grid {
    -ms-grid-columns: 1fr 32px 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .products-grid .product {
    -webkit-clip-path: polygon(60px 0%, 100% 0, 100% 100%, 0 100%, 0 60px);
            clip-path: polygon(60px 0%, 100% 0, 100% 100%, 0 100%, 0 60px);
  }
  .products-grid .product .wrap {
    -webkit-clip-path: polygon(60px 0%, 100% 0, 100% 100%, 0 100%, 0 60px);
            clip-path: polygon(60px 0%, 100% 0, 100% 100%, 0 100%, 0 60px);
  }
  .products-grid .product .title {
    margin-bottom: 16px;
  }
  .products-grid .product .image {
    margin-bottom: 16px;
  }
}
@media (max-width: 500px) {
  .products-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .products-grid .product .title {
    margin-bottom: 20px;
  }
  .products-grid .product .image {
    margin-bottom: 20px;
  }
}

.subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 32px;
}
.subtitle span {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -1.3px;
}
.subtitle span {
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  .subtitle span {
    font-size: calc(32px + 12 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .subtitle span {
    font-size: 44px;
  }
}

.single-product-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px 40px;
  margin-bottom: 64px;
}
.single-product-wrap .image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-grid-row-align: start;
      align-self: start;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
.single-product-wrap .image img {
  position: relative;
  z-index: 10;
}
.single-product-wrap .text {
  font-size: 15px;
  font-weight: 300;
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/span 2;
}
.single-product-wrap .text .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}
.single-product-wrap .text .title h1 {
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}
.single-product-wrap .text .title h1 {
  font-size: 64px;
}
@media screen and (min-width: 768px) {
  .single-product-wrap .text .title h1 {
    font-size: calc(64px + 24 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .single-product-wrap .text .title h1 {
    font-size: 88px;
  }
}
.single-product-wrap .text strong {
  font-size: 20px;
}
.single-product-wrap .text .content {
  background: #000;
  padding: 32px 20px;
  color: #d0ff00;
  -webkit-clip-path: polygon(calc(100% - 50px) 0%, 100% 50px, 100% 100%, 0 100%, 0 0);
          clip-path: polygon(calc(100% - 50px) 0%, 100% 50px, 100% 100%, 0 100%, 0 0);
}
.single-product-wrap .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single-product-wrap .button a {
  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;
  height: 52px;
  padding: 0 32px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background: #000;
}
.single-product-wrap .button a:hover {
  background: #ec008c;
}
@media (min-width: 900px) {
  .single-product-wrap {
    -ms-grid-rows: -webkit-min-content 40px 1fr;
    -ms-grid-rows: min-content 40px 1fr;
    grid-template-rows: -webkit-min-content 1fr;
    grid-template-rows: min-content 1fr;
  }
}
@media (max-width: 900px) {
  .single-product-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 40px 0;
    width: 100%;
    max-width: 600px;
    margin: 0 auto 64px;
  }
  .single-product-wrap .image {
    -ms-grid-column-align: center;
        justify-self: center;
    width: 100%;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .single-product-wrap .button {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
    padding-top: 0;
  }
  .single-product-wrap .text {
    width: 100%;
    -ms-grid-column-align: center;
        justify-self: center;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
}

.single-product-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px 20px;
}
.single-product-grid .product {
  background: #000;
  -webkit-clip-path: polygon(60px 0%, 100% 0, 100% 100%, 0 100%, 0 60px);
          clip-path: polygon(60px 0%, 100% 0, 100% 100%, 0 100%, 0 60px);
}
.single-product-grid .product .wrap {
  margin: 2px;
  background: #d0ff00;
  padding: 20px;
  -webkit-clip-path: polygon(60px 0%, 100% 0, 100% 100%, 0 100%, 0 60px);
          clip-path: polygon(60px 0%, 100% 0, 100% 100%, 0 100%, 0 60px);
}
.single-product-grid .product .title {
  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;
  margin-bottom: 24px;
}
.single-product-grid .product .title a {
  text-transform: uppercase;
  color: #000;
  display: inline-block;
  line-height: 1;
  font-size: 18px;
}
.single-product-grid .product .title a:hover {
  color: #ec008c;
}
.single-product-grid .product .image {
  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;
  margin-bottom: 24px;
}
.single-product-grid .product .image img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: auto;
  max-height: 180px;
}
.single-product-grid .product .image a:hover img {
  opacity: 0.75;
}
.single-product-grid .product .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.single-product-grid .product .button a {
  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;
  height: 36px;
  padding: 0 24px;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background: #000;
}
.single-product-grid .product .button a:hover {
  background: #ec008c;
}
.single-product-grid .product:hover .wrap {
  opacity: 0.5;
}
@media (max-width: 900px) {
  .single-product-grid {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 460px) {
  .single-product-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media (min-width: 1024px) {
  .page-template-template_contact .page-title {
    margin-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .page-template-template_contact .page-title {
    text-align: center;
  }
}

.contact-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 868px;
  grid-template-columns: 1fr 868px;
}
.contact-wrapper .text {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-size: 20px;
}
@media (max-width: 1280px) {
  .contact-wrapper {
    -ms-grid-columns: 1fr 40px 800px;
    grid-template-columns: 1fr 800px;
    grid-gap: 40px 40px;
  }
}
@media (max-width: 1024px) {
  .contact-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }
}

.post-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 48px 0;
  margin-bottom: 48px;
}
.post-grid .article {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 3fr;
  grid-template-columns: 2fr 3fr;
  border: 2px solid #000;
}
@media (min-width: 1024px) {
  .post-grid .article .photo {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .post-grid .article .desc {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
.post-grid .article .photo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
}
.post-grid .article .photo a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-grid .article .desc {
  padding: 48px;
  padding-right: 32px;
}
.post-grid .article .desc .title {
  display: block;
  margin-bottom: 40px;
}
.post-grid .article .desc .title a {
  font-weight: bold;
  color: #000;
}
.post-grid .article .desc .title a {
  font-size: 26px;
}
@media screen and (min-width: 768px) {
  .post-grid .article .desc .title a {
    font-size: calc(26px + 4 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .post-grid .article .desc .title a {
    font-size: 30px;
  }
}
.post-grid .article .desc .title a:hover {
  text-decoration: underline;
}
.post-grid .article .desc .excerpt {
  font-weight: 300;
  display: block;
  margin-bottom: 32px;
}
.post-grid .article .desc .excerpt {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .post-grid .article .desc .excerpt {
    font-size: calc(16px + 2 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .post-grid .article .desc .excerpt {
    font-size: 18px;
  }
}
.post-grid .article .desc .date {
  display: block;
  font-weight: 300;
  font-size: 14px;
  font-style: italic;
  display: block;
  margin-bottom: 24px;
}
.post-grid .article .desc .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.post-grid .article .desc .more a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 40px;
  height: 56px;
  background: #ec008c;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.post-grid .article .desc .more a:hover {
  color: #000;
}
@media (max-width: 1024px) {
  .post-grid {
    width: 100%;
    max-width: 700px;
    margin: 0 auto 48px;
  }
  .post-grid .article {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .post-grid .article .desc {
    padding: 32px;
  }
}
@media (max-width: 768px) {
  .post-grid .article .desc {
    padding: 24px;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination a, .pagination span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 52px;
  height: 52px;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  border: 2px solid #000;
  margin: 0 4px;
}
.pagination a:hover,
.pagination span {
  background: #ec008c;
  color: #fff;
  border-color: #ec008c;
}

.post-header {
  display: block;
  margin-bottom: 40px;
}
.post-header .category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 16px;
  font-size: 17px;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post-header .title {
  display: block;
  text-align: center;
  width: 100%;
  max-width: 960px;
  margin: 0 auto 32px;
}
.post-header .title h1 {
  font-weight: bold;
  line-height: 1.4;
}
.post-header .title h1 {
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  .post-header .title h1 {
    font-size: calc(32px + 22 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .post-header .title h1 {
    font-size: 54px;
  }
}
.post-header .author-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.post-photo {
  display: block;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 64px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.11);
}
.post-photo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .post-photo {
    margin-top: 0;
  }
}

.post-content {
  display: block;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 32px;
  border-bottom: 2px solid #000;
  padding-bottom: 32px;
  line-height: 1.6;
}
.post-content {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .post-content {
    font-size: calc(18px + 3 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .post-content {
    font-size: 21px;
  }
}
.post-content a {
  color: #ec008c;
  padding-bottom: 2px;
  border-bottom: 1px solid #ec008c;
}
.post-content a:hover {
  color: #000;
  border-bottom-color: #000;
}
.post-content ul, .post-content ol {
  margin: 0 0 40px 40px;
}
.post-content .wp-block-latest-posts {
  margin-left: 0;
  padding: 32px;
  border: 1px solid #000;
}
.post-content .wp-block-latest-posts li {
  margin-bottom: 16px;
  line-height: 1.3;
  font-size: 18px;
}
.post-content .wp-block-latest-posts li:last-child {
  margin-bottom: 0;
}
.post-content .wp-block-latest-posts a {
  padding-bottom: 0;
  border-bottom: none;
}
.post-content h2 {
  margin-bottom: 32px;
  line-height: 1.28;
}
.post-content h2 {
  font-size: 26px;
}
@media screen and (min-width: 768px) {
  .post-content h2 {
    font-size: calc(26px + 8 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .post-content h2 {
    font-size: 34px;
  }
}
.post-content h3 {
  margin-bottom: 24px;
  line-height: 1.28;
}
.post-content h3 {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .post-content h3 {
    font-size: calc(24px + 6 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .post-content h3 {
    font-size: 30px;
  }
}
.post-content h4 {
  margin-bottom: 16px;
  line-height: 1.28;
}
.post-content h4 {
  font-size: 21px;
}
@media screen and (min-width: 768px) {
  .post-content h4 {
    font-size: calc(21px + 5 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .post-content h4 {
    font-size: 26px;
  }
}
.post-content h5 {
  margin-bottom: 16px;
  line-height: 1.28;
}
.post-content h5 {
  font-size: 19px;
}
@media screen and (min-width: 768px) {
  .post-content h5 {
    font-size: calc(19px + 4 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .post-content h5 {
    font-size: 23px;
  }
}

.post-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 128px;
}

.social-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social-wrap span {
  margin-right: 24px;
  display: block;
  font-size: 18px;
}
.social-wrap ul {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social-wrap ul li {
  margin-right: 10px;
}
.social-wrap ul li:last-child {
  margin-right: 0;
}
.social-wrap ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ec008c;
  border-radius: 50%;
}
.social-wrap ul a svg {
  fill: #fff;
  height: 16px;
}
.social-wrap ul a:hover {
  background: #000;
}
.social-wrap ul a:hover svg {
  fill: #fff;
}

#top-cookie-wrapper {
  display: block;
  width: 100%;
  max-width: 360px;
  padding: 24px;
  border-radius: 6px;
  background: #ec008c;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
}
#top-cookie-wrapper.displaynone {
  display: none !important;
}
#top-cookie-wrapper .top-cookie {
  display: block;
  font-size: 14px;
}
#top-cookie-wrapper .top-cookie p {
  color: #fff;
}
#top-cookie-wrapper .top-cookie p a {
  color: #fff;
  text-decoration: underline;
}
#top-cookie-wrapper .top-cookie p .close {
  display: inline-block;
  line-height: 1;
  padding: 10px 18px;
  border: 1px solid #fff;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  background: none;
}
#top-cookie-wrapper .top-cookie p .close:hover {
  color: #ec008c;
  background: #fff;
}
@media (max-width: 768px) {
  #top-cookie-wrapper {
    padding: 16px;
    right: 0;
    bottom: 0;
    border-radius: 5px 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 300px;
  }
  #top-cookie-wrapper .top-cookie {
    font-size: 12px;
  }
}

.message404 {
  display: block;
  text-align: center;
  padding: 64px 0 128px;
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}
.message404 .image {
  display: block;
  margin-bottom: 32px;
}
.message404 .title {
  display: block;
  margin-bottom: 32px;
}
.message404 .title span {
  display: block;
  font-size: 44px;
  font-weight: bold;
}
.message404 .content {
  font-size: 21px;
}
.message404 .content a {
  text-decoration: underline;
  color: #000;
}

#mobile-menu-wrapper {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1900;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow-y: scroll;
  background-color: #eff6f1;
}
@media (max-width: 1024px) {
  #mobile-menu-wrapper.active {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#mobile-menu-wrapper .content {
  padding: 64px 24px;
}
#mobile-menu-wrapper a {
  color: inherit;
}
#mobile-menu-wrapper .nav-toggle {
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  background: url(images/close-black.svg) center no-repeat;
  background-size: 20px 20px;
  border: none;
  text-indent: -9999px;
}
#mobile-menu-wrapper .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 64px;
  margin-bottom: 64px;
}
#mobile-menu-wrapper .logo a, #mobile-menu-wrapper .logo img {
  height: 64px;
  width: auto;
}
#mobile-menu-wrapper .main-menu {
  list-style: none;
  margin: 0;
  margin-bottom: 64px;
  text-align: center;
}
#mobile-menu-wrapper .main-menu li {
  margin-bottom: 16px;
}
#mobile-menu-wrapper .main-menu li:last-child {
  margin-bottom: 0;
}
#mobile-menu-wrapper .main-menu a {
  font-size: 21px;
  font-weight: 900;
  text-transform: uppercase;
  color: #000;
  font-family: "Kanit", sans-serif;
}
#mobile-menu-wrapper .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#mobile-menu-wrapper .social li {
  margin-right: 16px;
}
#mobile-menu-wrapper .social a {
  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;
  width: 38px;
  height: 38px;
  border: 1px solid #000;
  border-radius: 50%;
}
#mobile-menu-wrapper .social a svg {
  width: 100%;
  max-width: 19px;
  height: 100%;
  max-height: 14px;
  fill: #000;
}
#mobile-menu-wrapper .social a:hover {
  background: #ec008c;
  border-color: #ec008c;
}
#mobile-menu-wrapper .social a:hover svg {
  fill: #fff;
}

body.with-mobile {
  overflow: hidden;
}

.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}

.wpcf7 form .wpcf7-response-output {
  padding: 16px;
  border-radius: 6px;
  font-size: 16px;
  color: #fff;
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #46b450;
  /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  background: #e02424;
  /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
  background: #e02424;
  /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background: #e02424;
  /* Yellow */
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-not-valid-tip {
  background: #e02424;
  color: #fff;
  font-size: 14px;
  padding: 16px;
  border-radius: 0 0 6px 6px;
  display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: relative;
  top: -2ex;
  left: 1em;
  z-index: 100;
  border: 1px solid #e02424;
  background: #fff;
  padding: 0.2em 0.8em;
  width: 24em;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  content: " ";
}

.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  /* Dark Gray 800 */
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}

.wpcf7 form.submitting .ajax-loader {
  visibility: visible;
}

.wpcf7 .ajax-loader::before {
  content: "";
  position: absolute;
  background-color: #fbfbfc;
  /* Light Gray 100 */
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  -webkit-transform-origin: 8px 8px;
          transform-origin: 8px 8px;
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
  .wpcf7 .ajax-loader::before {
    -webkit-animation-name: blink;
            animation-name: blink;
    -webkit-animation-duration: 2000ms;
            animation-duration: 2000ms;
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes blink {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes blink {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.wpcf7 input[type=file] {
  cursor: pointer;
}

.wpcf7 input[type=file]:disabled {
  cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}

.wpcf7 input[type=url],
.wpcf7 input[type=email],
.wpcf7 input[type=tel] {
  direction: ltr;
}

.is-screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}

.is-menu {
  position: relative;
}

.is-menu a {
  background: transparent !important;
  line-height: 1;
  outline: 0;
}

.is-menu a::before,
.is-menu a::after {
  display: none !important;
}

.is-menu:hover > a,
.is-menu a:hover,
.is-menu a:focus {
  background: transparent !important;
  outline: none;
}

.is-menu.default form {
  max-width: 310px;
}

.is-menu.is-dropdown form {
  display: none;
  min-width: 310px;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 9;
}

.is-menu.full-width-menu form,
.is-menu.sliding form {
  min-width: 0 !important;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 25%;
  width: 0;
  z-index: 9;
  padding: 0;
  margin: 0;
}

.is-menu.is-dropdown form:not(.is-search-form) input[type=text],
.is-menu.full-width-menu form:not(.is-search-form) input[type=text],
.is-menu.sliding form:not(.is-search-form) input[type=text],
.is-popup-search-form form:not(.is-search-form) input[type=text],
.is-popup-search-form form:not(.is-search-form) input[type=search],
.is-menu.is-dropdown form:not(.is-search-form) input[type=search],
.is-menu.full-width-menu form:not(.is-search-form) input[type=search],
.is-menu.sliding form:not(.is-search-form) input[type=search] {
  background: #FFF;
  color: #000;
}

.is-menu.is-first form {
  right: auto;
  left: 0;
}

.is-menu.full-width-menu:not(.open) form,
.is-menu.sliding:not(.open) form {
  display: block;
}

.is-menu form .screen-reader-text {
  display: none;
}

.is-menu form label {
  margin: 0;
  padding: 0;
}

.is-menu-wrapper {
  display: none;
  position: absolute;
  right: 5px;
  top: 5px;
  width: auto;
  z-index: 9999;
}

.is-menu-wrapper.is-expanded {
  width: 100%;
}

.admin-bar .is-menu-wrapper {
  top: 51px;
}

.is-menu-wrapper .is-menu {
  float: right;
}

.is-menu-wrapper .is-menu form {
  right: 0;
  left: auto;
}

.gsc-cse-search-menu {
  max-width: 310px;
  float: right;
}

.gsc-cse-search-menu .cse .gsc-control-cse,
.gsc-cse-search-menu .gsc-control-cse {
  padding: 0;
}

.is-menu .search-icon-path {
  fill: #848484;
}

.search-close {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: -22px;
  top: 33%;
  width: 20px;
  z-index: 99999;
}

.is-menu.is-first .search-close {
  right: auto;
  left: -22px;
}

.is-menu.is-dropdown .search-close {
  top: calc(100% + 7px);
}

.popup-search-close {
  cursor: pointer;
  height: 20px;
  width: 20px;
  z-index: 99999;
  float: right;
  position: relative;
  margin: 20px 20px 0 0;
}

#is-popup-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgb(76, 76, 76);
  background: rgba(4, 4, 4, 0.91);
  z-index: 999999;
}

.is-popup-search-form form {
  width: 80%;
  margin: 20% auto 0;
}

.is-popup-search-form form.is-ajax-search {
  margin: 10% auto 0;
}

.popup-search-close:after,
.search-close:after {
  border-left: 2px solid #848484;
  content: "";
  height: 20px;
  left: 9px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup-search-close:before,
.search-close:before {
  border-left: 2px solid #848484;
  content: "";
  height: 20px;
  left: 9px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.is-menu.is-dropdown form[style="display: block;"] + .search-close,
.is-menu.full-width-menu.open .search-close,
.is-menu.sliding.open .search-close {
  display: block;
}

.is-highlight {
  background-color: #FFFFB9;
  color: #222;
}

@media screen and (max-width: 910px) {
  .is-menu form {
    left: 0;
    min-width: 50%;
    right: auto;
  }

  .is-menu.default form {
    max-width: 100%;
  }

  .is-menu.full-width-menu.active-search {
    position: relative;
  }

  .is-menu-wrapper {
    display: block;
  }
}
.is-link-container {
  display: none;
}

form .is-link-container {
  position: relative;
}

form .is-link-container div {
  position: absolute;
  width: 200px;
  bottom: -25px;
  left: 5px;
  z-index: 99999;
  height: auto;
  line-height: 14px;
  padding: 10px 15px;
}

form .is-link-container a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 100;
  font-family: arial;
  -webkit-box-shadow: none;
          box-shadow: none;
}

form .is-link-container a:hover {
  text-decoration: underline;
}

form .is-link-container a.is-customize-link {
  margin-left: 15px;
}

form:hover > .is-link-container,
form:hover + .is-link-container {
  display: block;
}

.is-form-style {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 24px;
  grid-template-columns: 1fr 24px;
  grid-gap: 0 16px;
  padding: 8px 16px;
  border: 1px solid #e1e1e1;
  width: 100%;
  max-width: 800px;
}
.is-form-style input {
  height: 40px;
  border: none;
  font-size: 18px;
  width: 100%;
  padding: 0;
  margin: 0;
}
.is-form-style button {
  display: block;
  width: 24px;
  height: 24px;
  background: url(images/search.svg) center no-repeat;
  background-size: contain;
  border: none;
  padding: 0;
  margin: 0;
  text-indent: -9999px;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

/**
 * AJAX Search Style
 */
.is-ajax-search .is-loader-image {
  display: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 25px;
  right: 5px;
  z-index: 9999;
  width: 25px;
  background-repeat: no-repeat;
  background-size: contain;
}

.is-ajax-search.processing .is-loader-image {
  display: block;
}

.is-ajax-search label {
  position: relative;
}

.is-ajax-search-details,
.is-ajax-search-result,
.is-ajax-search-details *,
.is-ajax-search-result * {
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0;
  outline: 0 !important;
  margin: 0;
  border: 0;
  border-radius: 0;
  text-transform: none;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  text-align: left;
  letter-spacing: normal;
  font-size: 13px;
  line-height: 18px;
  vertical-align: baseline;
}

.is-ajax-search-details a,
.is-ajax-search-result a {
  color: #ec008c;
}

.is-ajax-search-details a:hover,
.is-ajax-search-result a:hover {
  text-decoration: underline;
}

div.is-ajax-search-details,
div.is-ajax-search-result {
  display: none;
  height: auto;
  width: 500px;
  max-width: 100%;
  position: absolute;
  z-index: 999999;
  background: #fff;
  color: #313131;
  padding: 4px;
  border: 1px solid #e1e1e1;
}

.is-ajax-search-items {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}

.is-search-sections {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 70px 16px 1fr;
  grid-template-columns: 70px 1fr;
  grid-gap: 0 16px;
}

.is-search-sections .right-section {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.is-show-more-results {
  border-top: none;
  background: #ec008c;
}

.is-show-more-results-text {
  cursor: pointer;
  padding: 12px 0;
  text-align: center;
  color: #fff;
}

.is-load-more-image {
  display: block;
  margin: 0 auto;
  max-height: 25px;
}

.is-ajax-search-no-result {
  padding: 10px;
  background: #FFF;
  text-align: center;
}

.is-ajax-search-items .post-title {
  display: inline-block;
  font-weight: normal;
  font-size: 15px;
  text-transform: capitalize;
}

.is-search-sections .meta {
  margin: 5px 0;
}

.is-search-sections .meta i {
  font-size: 11px;
}

.is-search-sections .meta > div {
  margin-bottom: 5px;
}

.is-search-sections .meta > div > span {
  margin-left: 10px;
}

.is-search-sections .meta > div > span:first-child {
  margin-left: 0;
}

.is-has-badge .is-search-sections .is-title {
  margin-right: 35px;
}

.is-has-badge .is-search-sections .meta > div > span:last-child {
  margin-right: 10px;
}

.is-search-sections .meta > span:not(:last-child):after {
  margin: 0 2px;
  content: "/";
  display: inline-block;
}

.is-search-sections .thumbnail {
  margin-right: 10px;
  width: 70px;
}

.is-search-sections .thumbnail img {
  float: left;
  max-width: 70px;
  height: auto;
}

.is-ajax-term-label {
  display: block;
  font-style: italic;
  font-size: 10px;
  text-transform: uppercase;
  color: #7b7b7b;
  line-height: 12px;
  letter-spacing: 2px;
}

.is-ajax-result-description {
  font-size: 14px;
  margin-top: 10px;
}

.is-ajax-search-post-details,
.is-ajax-search-post {
  clear: both;
  padding: 15px;
  border-bottom: 1px solid #eceff1;
}

.is-ajax-search-details .is-ajax-search-items > div,
.is-ajax-search-post {
  background: #fff;
}

.is-ajax-search-details .is-title a,
.is-ajax-search-post .is-title a {
  text-transform: capitalize;
  font-size: 14px;
}

.is-ajax-search-post-details:last-child,
.is-ajax-search-posts .is-ajax-search-post:last-child {
  border: 0;
}

.is-ajax-woocommerce-actions {
  clear: both;
  margin-top: 10px;
  display: inline-block;
}

.is-ajax-woocommerce-actions > * {
  display: inline-block;
}

.is-ajax-woocommerce-actions .qty {
  width: 60px;
  height: auto;
  padding: 4px 8px;
  background: #fff;
  font-size: 14px;
  min-height: 0;
}

.is-ajax-woocommerce-actions .add_to_cart_inline {
  margin: 0 0 0 5px;
}

.is-ajax-woocommerce-actions .added_to_cart {
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 800;
  padding: 4px 8px;
}

.is-ajax-woocommerce-actions .add_to_cart_inline a.button {
  padding: 4px 10px;
  background: #0073aa;
  color: #FFF;
  font-weight: 800;
  text-decoration: none;
}

.is-ajax-search-details .is-ajax-woocommerce-actions .add_to_cart_inline a.button.loading {
  opacity: 0.4;
  cursor: wait;
}

.is-ajax-woocommerce-actions .add_to_cart_inline a.button:hover {
  opacity: 0.9;
}

.is-ajax-search-items .stock-status {
  color: #7ad03a;
}

.is-ajax-search-items .is-prices del {
  text-decoration: line-through;
}

.is-ajax-search-items .is-prices .amount {
  background: none;
  font-weight: 800;
}

.is-ajax-search-items .is-prices del .amount {
  font-weight: lighter;
  font-size: 90%;
  opacity: 0.6;
}

.is-ajax-search-items .is-prices ins {
  background: none;
}

.is-ajax-search-items .stock-status.is-out-of-stock {
  color: #a44;
}

.is-featured-icon {
  display: inline-block;
  width: 13px;
  fill: #FFC107;
  vertical-align: text-top;
}

.is-ajax-search-items .is-sale-badge {
  background: #77a464;
  color: #fff;
  height: 20px;
  padding-top: 2px;
  position: absolute;
  right: -24px;
  text-align: center;
  top: 4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 77px;
}

.is-ajax-search-post-details .is-ajax-term-label {
  display: inline-block;
}

.is-ajax-term-name {
  font-size: 16px;
  text-transform: capitalize;
}

.is-ajax-term-wrap {
  margin-bottom: 10px;
}

div.is-ajax-search-details {
  width: 400px;
}

.is-ajax-search-post-details {
  display: none;
}

.is-ajax-search-posts-details .is-search-sections .thumbnail {
  width: 150px;
}

.is-ajax-search-posts-details .is-search-sections .thumbnail img {
  max-width: 150px;
  float: none;
}

@media screen and (max-width: 910px) {
  div.is-ajax-search-result {
    max-width: 97%;
  }

  .is-ajax-search-details {
    display: none !important;
  }
}
@media screen and (max-width: 510px) {
  .is-ajax-search-result {
    left: 3px !important;
  }
}
/**
 * simplebar.css- v5.3.5
 * Scrollbars, simpler.
 * https://grsmto.github.io/simplebar/
 *
 * Made by Adrien Denat from a fork by Jonathan Nicol
 * Under MIT License
 */
[data-simplebar] {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}

.simplebar-height-auto-observer {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  -webkit-transition: opacity 0s linear;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}