/*!*****************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./style/style.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************/
p {
  padding-bottom: 20px;
  line-height: 1.5;
}

a {
  color: #0E5DA8;
  text-decoration: none;
  transition: all 0.4s ease;
}
a:active {
  text-decoration: none;
}
@media screen and (min-width: 1025px) {
  a:hover {
    text-decoration: none;
  }
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Inter", Sans-serif;
  font-weight: 700;
  padding-bottom: 20px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  color: inherit;
}
h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active,
.h1 a:active, .h2 a:active, .h3 a:active, .h4 a:active, .h5 a:active, .h6 a:active {
  color: #0E5DA8;
}
@media screen and (min-width: 1025px) {
  h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
  .h1 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover {
    color: #0E5DA8;
  }
}

h1, .h1 {
  font-size: 32px;
  line-height: 1.25;
  padding-bottom: 40px;
}
@media screen and (min-width: 1081px) {
  h1, .h1 {
    font-size: 48px;
  }
}

h2, .h2 {
  font-size: 28px;
}
@media screen and (min-width: 1081px) {
  h2, .h2 {
    font-size: 40px;
  }
}

h3, .h3 {
  font-size: 20px;
}
@media screen and (min-width: 1081px) {
  h3, .h3 {
    font-size: 24px;
  }
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

.content {
  padding: 60px 0;
}
@media screen and (min-width: 1081px) {
  .content {
    padding: 90px 0;
  }
}

.post_content ul {
  margin: 0 0 20px 15px;
}
.post_content ul li {
  padding: 5px 0 5px 15px;
  position: relative;
}
.post_content ul li::before {
  content: "";
  background: #0E5DA8;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 15px;
  left: 0;
}

input[type=text], input[type=email], input[type=tel], input[type=search], input[type=password], textarea {
  height: 49px;
  width: 100%;
  border: 1px solid #cdcdcd;
  background: #fff;
  padding: 0 20px;
  font-family: "Inter", Sans-serif;
  font-size: 14px;
}
input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=search]:focus, input[type=password]:focus, textarea:focus {
  border-color: #000;
}
input[type=text]:-webkit-autofill, input[type=email]:-webkit-autofill, input[type=tel]:-webkit-autofill, input[type=search]:-webkit-autofill, input[type=password]:-webkit-autofill, textarea:-webkit-autofill {
  -webkit-text-fill-color: #000 !important;
  box-shadow: 0 0 0 30px #fff inset !important;
}

textarea {
  resize: none;
  height: 100px;
  padding: 12px 20px;
}

.button, .submit, .woocommerce-product-search button {
  display: inline-block;
  line-height: 1;
  padding: 16px 25px;
  border-radius: 100px;
  font-weight: 600;
  background: #0E5DA8;
  color: #fff;
  font-family: "Inter", Sans-serif;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.4s ease;
  border: none;
}
.button:hover, .submit:hover, .woocommerce-product-search button:hover {
  background: #FAB71A;
  text-decoration: none;
}
.button.orange, .submit.orange, .woocommerce-product-search button.orange {
  background: #FAB71A;
  color: #000;
}
.button.orange:hover, .submit.orange:hover, .woocommerce-product-search button.orange:hover {
  background: #0E5DA8;
  color: #fff;
}
.button.black, .submit.black, .woocommerce-product-search button.black {
  background: #000;
  color: #fff;
}
.button.black:hover, .submit.black:hover, .woocommerce-product-search button.black:hover {
  background: #0E5DA8;
}

.flex,
.start,
.end,
.center,
.around,
.alc,
.alstart,
.alend {
  display: flex;
}

.flex {
  justify-content: space-between;
}

@media screen and (min-width: 1081px) {
  .flex__rwd {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .flex__mob {
    display: flex;
    justify-content: space-between;
  }
}

.start {
  justify-content: flex-start;
}

.end {
  justify-content: flex-end;
}

.center {
  justify-content: center;
}

.around {
  justify-content: space-around;
}

.alc {
  justify-content: space-between;
  align-items: center;
}

.alstart {
  align-items: flex-start;
}

.alend {
  align-items: flex-end;
}

.bg_cover {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a,
input,
textarea,
select {
  tap-highlight-color: rgba(0, 0, 0, 0);
}

ul {
  list-style: none;
}

ol {
  list-style: decimal inside;
  margin-bottom: 20px;
}
ol li {
  padding: 5px 0 5px 15px;
}

blockquote,
q {
  quotes: none;
}
blockquote::before, blockquote::after,
q::before,
q::after {
  content: "";
}

:focus {
  outline: none;
}

img,
fieldset,
hr {
  border: none;
}

mark {
  background: none;
}

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

td {
  vertical-align: middle;
}

::-moz-selection {
  color: #fff;
  background-color: #0E5DA8;
}

::selection {
  color: #fff;
  background-color: #0E5DA8;
}

.clear {
  display: block;
  clear: both;
  overflow: hidden;
}

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

img {
  max-width: 100%;
  height: auto;
  display: block;
}
img.alignleft {
  float: none;
  margin: 0 auto 20px;
}
@media screen and (min-width: 1081px) {
  img.alignleft {
    float: left;
    margin: 0 30px 10px 0;
  }
}
img.alignright {
  float: none;
  margin: 0 auto 20px;
}
@media screen and (min-width: 1081px) {
  img.alignright {
    float: right;
    margin: 0 0 10px 30px;
  }
}
img.aligncenter {
  margin: 0 auto 20px;
}
img.alignnone {
  margin: 0 0 20px;
}

.fullframe {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 56.5%;
  position: relative;
  z-index: 0;
}
.fullframe iframe, .fullframe object, .fullframe embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

div.wpcf7 .wpcf7-form-control-wrap {
  display: block !important;
  margin-bottom: 20px;
  clear: both;
  position: relative;
}
div.wpcf7 .screen-reader-response {
  display: none;
}
div.wpcf7 .wpcf7-not-valid-tip {
  background: #fff;
  border: 1px solid #F00;
  position: absolute;
  inset: 0;
  cursor: pointer;
  font-family: "Inter", Sans-serif;
  height: 49px;
  line-height: 49px;
  padding: 0 10px;
  text-align: left;
}
div.wpcf7 .wpcf7-response-output {
  width: 100%;
  margin: 10px 0 0;
  font-family: "Inter", Sans-serif;
  font-size: 12px;
  line-height: 20px;
  padding: 5px 20px;
  text-align: center;
}
div.wpcf7 .invalid .wpcf7-response-output {
  border: 2px solid #ffb900;
}
div.wpcf7 .sent .wpcf7-response-output {
  border: 2px solid green;
}
div.wpcf7 .ajax-loader {
  display: none;
}

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

span.wpcf7-list-item {
  display: block;
  margin: 0;
  font-size: 14px;
}
span.wpcf7-list-item label {
  display: inline-block;
}
span.wpcf7-list-item label span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-left: 35px;
  cursor: pointer;
}
span.wpcf7-list-item label span::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  content: "";
  border: 1px solid #000;
  transition: all 0.4s ease;
}
span.wpcf7-list-item label span::after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 8px;
  width: 6px;
  height: 14px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: all 0.4s ease;
}
span.wpcf7-list-item label input {
  display: none;
}
span.wpcf7-list-item label input:checked + span::after {
  opacity: 1;
}

#searchForm {
  position: relative;
}
#searchForm button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: none;
  width: 50px;
  text-align: center;
  font-size: 20px;
}
#searchForm button:hover {
  background: #0E5DA8;
  color: #fff;
}

.error404 .content {
  text-align: center;
}
.error404 .content h1 {
  font-size: 55px;
  line-height: 1.2;
  padding-bottom: 40px;
  font-weight: 400;
}
.error404 .content h1 span {
  font-size: 70px;
  line-height: 1.2;
  color: #0E5DA8;
  font-weight: 700;
}
.error404 .content p {
  font-size: 18px;
}

.wp-block-table {
  margin-top: 16px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .wp-block-table {
    overflow-x: scroll;
  }
  .wp-block-table table {
    width: 700px !important;
  }
}

.wp-block-embed {
  margin-top: 16px;
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .wp-block-embed {
    margin-bottom: 60px;
  }
}

.wp-block-video {
  margin-top: 16px;
  margin-bottom: 35px;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.6%;
  position: relative;
  z-index: 0;
}
.wp-block-video video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .wp-block-video {
    margin-bottom: 60px;
  }
}

.wp-caption, .wp-block-image {
  margin-top: 16px;
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .wp-caption, .wp-block-image {
    margin-bottom: 60px;
  }
}

.wp-block-gallery {
  display: grid;
  gap: 8px;
  margin-top: 25px;
  --wp--style--unstable-gallery-gap: 8px!important;
}
.wp-block-gallery .wp-block-image {
  margin-top: 0;
}
.wp-block-gallery .wp-block-image img {
  margin: 0 auto;
}
.wp-block-gallery.columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.wp-block-gallery.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.wp-block-gallery.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 639px) {
  .wp-block-gallery.columns-2, .wp-block-gallery.columns-3, .wp-block-gallery.columns-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .wp-block-gallery.columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.wp-caption-text, .wp-element-caption {
  font-size: 14px;
  margin-top: 8px;
  color: rgba(0, 0, 0, 0.5);
}

.wp-block-group {
  margin-top: 28px;
  margin-bottom: 48px;
  background: #FAB71A;
  padding: 32px 16px;
  border-radius: 16px;
}
@media screen and (min-width: 1081px) {
  .wp-block-group {
    padding: 32px;
  }
}

.wp-block-quote, blockquote {
  position: relative;
  color: #000;
  padding-left: 20px;
  padding-bottom: 8px;
  border-left: 2px solid #FAB71A;
  margin-top: 28px;
  margin-bottom: 48px;
  clear: both;
}
.wp-block-quote p, blockquote p {
  padding-bottom: 32px;
}
.wp-block-quote p:last-child, blockquote p:last-child {
  padding-bottom: 0;
}
.wp-block-quote .wp-block-image, blockquote .wp-block-image {
  width: 48px;
  height: 48px;
  margin: 0 12px 0 0;
  float: left;
}
.wp-block-quote .wp-block-image img, blockquote .wp-block-image img {
  border-radius: 50%;
}
.wp-block-quote h4, blockquote h4 {
  font-size: 17px;
  line-height: 1.4;
  padding-bottom: 0;
}
.wp-block-quote h5, blockquote h5 {
  font-size: 15px;
  line-height: 1.5;
}

.wp-block-separator {
  background: #EAECF0;
  height: 1px;
  margin-top: 35px;
  margin-bottom: 40px;
}

html {
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter", Sans-serif;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
}

body {
  color: #000;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding-top: 69px;
}
body.is_overflow {
  overflow: hidden;
}

#main {
  overflow: hidden;
  flex: 1 0 auto;
  width: 100%;
}

.container {
  margin: 0 auto;
  width: 1600px;
  max-width: 92%;
  position: relative;
}
@media screen and (min-width: 1081px) {
  .container {
    max-width: 96%;
  }
}

html::-webkit-scrollbar {
  width: 6px;
}
@media screen and (min-width: 1081px) {
  html::-webkit-scrollbar {
    width: 10px;
  }
}

::-webkit-scrollbar-thumb {
  background: #0E5DA8;
}

::-webkit-scrollbar-track {
  background: #eaeaea;
}

::-webkit-scrollbar-thumb:hover,
::-webkit-scrollbar-thumb:active {
  background: rgb(12.0384615385, 79.9697802198, 144.4615384615);
}

:root {
  scrollbar-width: thin;
  scrollbar-color: #0E5DA8 #eaeaea;
}

#main > header {
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}
#main > header .container {
  height: 69px;
  width: 1900px;
}
@media screen and (max-width: 1080px) {
  #main > header .container {
    justify-content: center;
  }
}

.h-mob {
  position: absolute;
  left: 0;
}
@media screen and (min-width: 1081px) {
  .h-mob {
    display: none;
  }
}

@media screen and (max-width: 1080px) {
  .h-panel {
    padding-bottom: 30px;
  }
  .h-panel .mini-cart-toggle, .h-panel .for-search, .h-panel .lang-dropdown {
    display: none;
  }
  .h-panel .to-my-acc {
    width: 100%;
  }
}

.mini-cart-toggle {
  width: 20px;
  height: 20px;
  position: relative;
  margin-left: 20px;
  display: inline-block;
}
.mini-cart-toggle .mini-cart-count {
  background-color: #0E5DA8;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 10px;
  height: 1.6em;
  inset-inline-end: -0.7em;
  line-height: 1.5em;
  min-width: 1.6em;
  position: absolute;
  text-align: center;
  top: -0.7em;
}
.mini-cart-toggle svg {
  width: 100%;
  height: 100%;
}

.h-popup {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9999;
}
.h-popup .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.h-popup .popup-close {
  position: absolute;
  top: 30px;
  line-height: 40px;
  right: 20px;
  font-size: 28px;
  width: 40px;
  height: 40px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  transition: all 0.4s ease;
}
.h-popup .popup-close:hover {
  color: #69727d;
}
.h-popup .popup-content {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease;
}
.h-popup.active .overlay {
  opacity: 1;
  visibility: visible;
}

.mini-cart-popup .popup-content {
  transform: translateX(100%);
  width: 350px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 62px 30px 20px;
}
.mini-cart-popup .popup-content .cart-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.mini-cart-popup .popup-content .cart_list {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  max-height: calc(100vh - 200px);
  position: relative;
}
.mini-cart-popup .popup-content .cart_list .mini_cart_item {
  padding: 17px 0;
  border-bottom: 1px solid #e3e3e3;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mini-cart-popup .popup-content .cart_list .mini_cart_item:last-child {
  border: none;
}
.mini-cart-popup .popup-content .cart_list .mini_cart_item figure {
  width: 72px;
  margin-right: 20px;
}
.mini-cart-popup .popup-content .cart_list .mini_cart_item .info {
  flex: 1;
}
.mini-cart-popup .popup-content .cart_list .mini_cart_item .info .title {
  font-size: 15px;
  font-weight: 700;
  color: #000;
}
.mini-cart-popup .popup-content .cart_list .mini_cart_item .info .quantity * {
  font-size: 14px;
}
.mini-cart-popup .popup-content .cart_list .mini_cart_item .info .product-quantity {
  margin-right: 5px;
}
.mini-cart-popup .popup-content .cart_list .mini_cart_item .remove {
  width: 20px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  color: #000;
}
.mini-cart-popup .popup-content .cart_list .mini_cart_item .remove:hover {
  opacity: 0.7;
}
.mini-cart-popup .popup-content .total {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  padding: 17px 0;
  text-align: center;
  font-size: 18px;
}
.mini-cart-popup .popup-content .total .woocommerce-Price-currencySymbol {
  font-weight: 500;
}
.mini-cart-popup .popup-content .buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding-top: 17px;
  padding-bottom: 0;
}
.mini-cart-popup .popup-content .buttons .button {
  font-size: 15px;
  font-weight: 400;
  padding: 14px 16px;
}
.mini-cart-popup .popup-content .buttons .button:hover {
  background: #2CABE2;
}
.mini-cart-popup .popup-content .buttons .button.checkout {
  background: #FAB71A;
}
.mini-cart-popup .popup-content .buttons .button.checkout:hover {
  background: rgba(250, 183, 26, 0.5);
  color: #000;
}
.mini-cart-popup.active .popup-content {
  transform: translateX(0);
}

.for-search {
  display: inline-block;
  margin: 0 30px;
  line-height: 1;
}

.search-popup .popup-content {
  transform: translateY(-100%);
  padding: 30px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.search-popup .popup-content .popup-close {
  position: absolute;
  right: 0;
  top: 0;
}
.search-popup .popup-content .woocommerce-product-search {
  display: flex;
}
.search-popup .popup-content .search-field {
  border-radius: 100px;
  flex: 1;
}
.search-popup .popup-content button {
  margin-left: 10px;
}
.search-popup.active .popup-content {
  transform: translateY(0);
}

.lang-dropdown {
  position: relative;
  display: inline-block;
}
.lang-dropdown .lang-current {
  background: #333;
  color: #fff;
  padding: 8px 14px;
  border-radius: 4px;
  cursor: pointer;
}
.lang-dropdown .lang-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  list-style: none;
  margin: 0;
  padding: 5px 0;
  min-width: 80px;
}
.lang-dropdown .lang-menu li a {
  display: block;
  padding: 6px 12px;
  text-decoration: none;
  color: #333;
}
.lang-dropdown .lang-menu li a.active {
  font-weight: bold;
}
.lang-dropdown .lang-menu li a:hover {
  background: #f5f5f5;
}
.lang-dropdown:hover .lang-menu {
  display: block;
}

.to-my-acc {
  border: 2px solid #FAB71A;
  background: none;
  border-radius: 4px;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 36px;
}
.to-my-acc:hover {
  background: rgba(250, 183, 26, 0.5);
}
@media screen and (min-width: 1081px) {
  .to-my-acc {
    margin-left: 30px;
  }
}

@media screen and (max-width: 1080px) {
  .menuBox {
    position: fixed;
    top: 69px;
    width: 100%;
    transition: all 0.4s ease;
    transform: translateX(100%);
    right: 0;
    bottom: 0;
    overflow-y: auto;
    z-index: -1;
    background: #fff;
    color: #fff;
    display: flex;
  }
  .menuBox .menuContent {
    height: 100%;
    width: 100%;
    flex-direction: column;
    padding: 28px 4% 0;
  }
}
@media screen and (max-width: 1080px) and (min-width: 768px) {
  .menuBox {
    width: 400px;
  }
}

@media screen and (max-width: 1080px) {
  #mainMenu ul li {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  #mainMenu ul li > a {
    display: block;
    color: #000;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    border-radius: 100px;
    padding: 13px 20px 12px;
    border: 2px solid var(--menu-bg);
  }
  #mainMenu ul li:hover > a, #mainMenu ul li.current-menu-item > a, #mainMenu ul li.current-menu-parent > a {
    text-decoration: none;
    background-color: color-mix(in srgb, var(--menu-bg) 50%, white);
  }
  #mainMenu ul li span {
    width: 60px;
    background: #0E5DA8;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
  }
  #mainMenu ul li span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 18px;
    height: 2px;
    transition: all 0.4s ease;
  }
  #mainMenu ul li span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 2px;
    height: 18px;
    transition: all 0.4s ease;
  }
  #mainMenu ul li span.active::after {
    opacity: 0;
  }
  #mainMenu ul li ul li a {
    font-size: 18px;
  }
  #mainMenu ul li ul li span {
    background: none;
  }
  #mainMenu ul li ul li.current-menu-item a {
    background: #0E5DA8;
    color: #fff;
  }
  #mainMenu ul li ul li ul li a {
    font-size: 16px;
  }
}
@media screen and (min-width: 1081px) {
  #mainMenu > ul {
    font-size: 0;
  }
  #mainMenu > ul > li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0 10px;
  }
  #mainMenu > ul > li > a {
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    border-radius: 100px;
    padding: 13px 20px 12px;
    border: 2px solid var(--menu-bg);
  }
  #mainMenu > ul > li:hover > a, #mainMenu > ul > li.current-menu-item > a, #mainMenu > ul > li.current-menu-parent > a {
    text-decoration: none;
    background-color: color-mix(in srgb, var(--menu-bg) 50%, white);
  }
  #mainMenu > ul > li:hover > ul {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
  }
  #mainMenu > ul > li ul {
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
    width: 270px;
    position: absolute;
    left: 0;
    top: 100%;
    background: #0E5DA8;
    transition: all 0.4s ease;
  }
  #mainMenu > ul > li ul li {
    position: relative;
  }
  #mainMenu > ul > li ul li a {
    display: block;
    padding: 7px 18px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
  }
  #mainMenu > ul > li ul li:hover > a, #mainMenu > ul > li ul li.current-menu-item > a {
    color: #0E5DA8;
    background: #fff;
  }
  #mainMenu > ul > li ul li:hover ul {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }
  #mainMenu > ul > li ul li ul {
    left: 270px;
    top: 0;
  }
}

#menuOpen {
  position: absolute;
  right: 0;
  z-index: 120;
  width: 30px;
  height: 30px;
  cursor: pointer;
  transition: all 0.4s ease;
}
#menuOpen::before, #menuOpen::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  right: 0;
  height: 2px;
  box-shadow: 0 2px 0 0 #000, 0 12px 0 0 #000;
  transition: all 0.4s ease;
}
#menuOpen::after {
  content: "";
  position: absolute;
  top: 9px;
  height: 2px;
  box-shadow: 0 2px 0 0 #000;
  opacity: 0;
}
#menuOpen.opened::before, #menuOpen.opened::after {
  top: 4px;
  left: 0;
  right: 0;
  background: #000;
  box-shadow: none;
}
#menuOpen.opened::before {
  backface-visibility: hidden;
  transform: rotate(-45deg) translate(-7px, 7px);
}
#menuOpen.opened::after {
  backface-visibility: hidden;
  transform: rotate(45deg) translate(7px, 7px);
  opacity: 1;
}
#menuOpen.opened + .menuBox {
  transform: translateX(0);
}
@media screen and (min-width: 1081px) {
  #menuOpen {
    display: none;
  }
}

.menu-age-panel {
  text-align: center;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9999;
}
.menu-age-panel .menu-age-box {
  padding: 60px 0 40px;
  background-color: #A33636;
  overflow-y: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.menu-age-panel .close {
  position: absolute;
  top: 5px;
  line-height: 40px;
  right: 1%;
  font-size: 28px;
  width: 40px;
  height: 40px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  color: #fff;
  transition: all 0.4s ease;
}
.menu-age-panel .close:hover {
  color: #000;
}
.menu-age-panel h3 {
  color: #fff;
  padding-bottom: 40px;
}
.menu-age-panel .items {
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 80px;
}
.menu-age-panel .item label {
  display: block;
  background: #fff;
  padding: 20px 10px;
  border-radius: 12px;
  color: #000;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
}
.menu-age-panel .item input {
  display: none;
}
.menu-age-panel .item figure {
  margin-bottom: 10px;
}
.menu-age-panel .item figure img {
  width: 110px;
  margin: 0 auto;
}
.menu-age-panel .button {
  background: #fff;
  color: #000;
  border-radius: 5px;
  letter-spacing: 3.2px;
  font-weight: 400;
}
.menu-age-panel .button:hover {
  background: #0E5DA8;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .menu-age-panel .container {
    width: 833px;
  }
  .menu-age-panel .items {
    grid-template-columns: repeat(4, 1fr);
  }
  .menu-age-panel .items .item:nth-child(5), .menu-age-panel .items .item:nth-child(6) {
    grid-column: span 2;
  }
}
@media screen and (max-width: 1080px) {
  .menu-age-panel {
    background-color: #A33636;
    transform: translateY(-100%);
  }
  .menu-age-panel.active {
    transform: translateY(0);
  }
  .menu-age-panel .menu-age-box {
    bottom: 0;
    height: 100%;
  }
  .menu-age-panel .container {
    max-height: 100%;
    overflow-y: auto;
  }
}
@media screen and (min-width: 1081px) {
  .menu-age-panel .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
  }
  .menu-age-panel .menu-age-box {
    border-radius: 0 0 1500% 1500%;
    transform: translateY(-100%);
    transition: all 0.6s ease-out;
  }
  .menu-age-panel.active .overlay {
    opacity: 1;
    visibility: visible;
  }
  .menu-age-panel.active .menu-age-box {
    transform: translateY(0);
  }
  .menu-age-panel h3 {
    font-size: 32px;
  }
}

.pro-cats-panel {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9999;
}
.pro-cats-panel .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.pro-cats-panel .popup-content {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 40px 0;
  background: #fff;
  transform: translateY(100%);
  transition: all 0.6s ease-out;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.pro-cats-panel .container {
  width: 1568px;
  max-height: 100%;
  overflow-y: auto;
}
.pro-cats-panel .close {
  position: absolute;
  top: 5px;
  line-height: 40px;
  right: 1%;
  font-size: 28px;
  width: 40px;
  height: 40px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  transition: all 0.4s ease;
}
.pro-cats-panel .close:hover {
  color: #69727d;
}
.pro-cats-panel .pro-cats {
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.pro-cats-panel .pro-cats .item {
  background: var(--cat-bg);
  padding: 30px 20px;
  border-radius: 16px;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
}
.pro-cats-panel .pro-cats .item svg {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin-bottom: 12px;
}
.pro-cats-panel .pro-cats .item svg path {
  stroke: #fff;
}
.pro-cats-panel .pro-cats .item .cat-title {
  display: block;
}
.pro-cats-panel.active .overlay {
  opacity: 1;
  visibility: visible;
}
.pro-cats-panel.active .popup-content {
  transform: translateY(0);
}
@media screen and (min-width: 768px) {
  .pro-cats-panel .close {
    top: 30px;
    right: 20px;
  }
  .pro-cats-panel .pro-cats {
    grid-template-columns: repeat(3, 1fr);
  }
}

#footerLogo img {
  width: 250px;
  max-width: 100%;
}

footer {
  color: #000;
  padding-top: 30px;
  position: relative;
}
footer .container {
  width: 1900px;
}
footer a {
  color: #000;
  line-height: 1.5;
}
footer a:hover {
  color: #0E5DA8;
}
footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background-image: url("../images/footer.svg");
}
footer .footer-info {
  background-color: #FEF1D1;
  padding: 60px 0 40px;
  border-bottom: 1px solid #F2E2BC;
}
footer .footer-info .flex {
  gap: 24px;
}
footer .copyright {
  padding: 43px 0;
  background-color: #FEF1D1;
}
@media screen and (max-width: 767px) {
  footer .footer-info .flex {
    flex-direction: column;
    align-items: center;
  }
  footer .copyright {
    text-align: center;
  }
}
@media screen and (max-width: 1080px) and (min-width: 768px) {
  footer #footerLogo {
    width: 100%;
  }
  footer .footer-info .flex {
    flex-wrap: wrap;
  }
  footer .footer-info .flex > * {
    width: 48%;
  }
}
@media screen and (min-width: 768px) {
  footer .footer-info .flex > * {
    width: 32%;
  }
}

/*# sourceMappingURL=styles.css.map*/