/*
Theme Name: Olipack
Theme URI: http://avemtec.pl/
Author: Mirosław Ogorzałek
Author URI: http://avemtec.pl/
Version: 1.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: olipack
*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

button {
  outline: 0;
}

iframe {
  max-width: 100%;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

q {
  display: inline;
  font-style: italic;
}

q:before {
  content: '"';
  font-style: normal;
}

q:after {
  content: '"';
  font-style: normal;
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="search"],
input[type="password"] {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  padding: 2px;
}

big {
  font-size: 120%;
}

small,
sup,
sub {
  font-size: 80%;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

dd {
  margin-left: 20px;
}

kbd,
tt {
  font-family: courier;
  font-size: 12px;
}

ins {
  text-decoration: underline;
}

del,
strike,
s {
  text-decoration: line-through;
}

dt {
  font-weight: bold;
}

address,
cite,
var {
  font-style: italic;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.sticky {
}

.bypostauthor {
}

.wp-caption {
}

.wp-caption-text {
}

.gallery-caption {
}

.alignright {
}

.alignleft {
}

.aligncenter {
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

body,
input,
textarea {
  /* font-family: 'Nunito Sans', sans-serif; */
  font-family: "Work Sans", sans-serif;
  font-size: 1rem;
}

strong {
  color: #333;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

::selection {
  background-color: #4e81d6;
  color: #fff;
}

@media screen and (min-width: 1200px) {
  nav#menu.header__menu {
    margin-top: 5px;
  }
}

.header__menu li a {
  color: #4d4d4d;
  /* padding-left: 7rem; */
}

.header__menu li a:hover {
  color: #111;
}

.header__mobile-menu {
  display: none;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.mbtheme-cookie-bar {
  z-index: 999999;
  max-width: 310px;
  background: #fff;
  padding: 1.5rem;
  position: fixed;
  bottom: 20px;
  right: 20px;
  -webkit-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.4);
}

.mbtheme-cookie-bar h4 {
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

.mbtheme-cookie-bar p {
  margin-bottom: 1rem;
  line-height: 1.15;
}

.mbtheme-cookie-bar a {
  color: #537fda;
}

.mbtheme-cookie-bar button {
  color: #fff;
  background: #537fda;
  border: 0;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  cursor: pointer;
}

@media (min-width: 576px) {
  .container {
    width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 1440px;
  }
}

header#header {
  margin-top: 1.5rem;
  border-bottom: 1px solid #eee;
  padding-bottom: 1rem;
}

.header__button-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}

.header__button {
  background: #4e81d6;
  color: #fff;
  font-weight: 600;
  padding: 0.3rem 1rem;
  margin-top: -0.5rem;
  margin-bottom: 0.9rem;
  margin-left: 5px;
  /* min-width: 13rem; */
  min-height: 30px;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.header__nav_btn {
  width: 80%;
}

.header__branding {
  width: 20%;
  max-width: 250px;
}

ul.menu {
  gap: 40px;
  justify-content: flex-end;
}

.header__button-img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.header__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.header__menu ul {
  display: flex;
  flex-wrap: wrap;
}

.header__menu ul li a {
  margin-left: 0 !important;
  font-size: 16px;
  color: #212121;
  position: relative;
  transition: all .2s ease-in-out;
}

.header__menu ul li a::after{
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: -10px;
  left: 0px;
  background-color: #d0a650;
  transform-origin: right bottom;
  transition: transform 0.25s ease-out 0s;
}
.header__menu ul li a:hover{
  color: #d0a650;
}
.header__menu ul li a:hover::after{
  transform: scaleX(1);
  transform-origin: left bottom;
}
.header__social-media {
  margin-top: -1.15rem;
  margin-right: 1.5rem;
}

.header__social-media img {
  width: 30px;
  height: 30px;
}

.header__social-media a {
  margin-left: 1.5rem;
  transition: 0.2s linear;
}

.header__social-media a:hover {
  transition: 0.2s linear;
  filter: grayscale(0.7);
}

footer#footer {
  background: #343434;
  padding: 60px 0 0;
  position: relative;
  overflow: hidden;
}
footer .footer__background{
  position: absolute;
  right: 0;
  top: -100px;
  z-index: 0;
  pointer-events: none;
  opacity: .1;

}
footer .footer__wrapper{
  display: flex;
  gap: 50px;
  justify-content: space-between;
  padding-bottom: 60px;
  z-index: 1;
  position: relative;
}
.footer__column-2{
  display: flex;
  gap: 50px;
}
footer .footer__wrapper .footer__column-1,
footer .footer__wrapper .footer__column-2{
  font-size: 16px;
  line-height: 24px;
  color: #f1f1f1;
  font-weight: 400;
}
footer .footer__wrapper .footer__column-1 a,
footer .footer__wrapper .footer__column-2 a{
  font-size: 16px;
  color: #f1f1f1;
  font-weight: 400;
  line-height: 24px;
  transition: all .2s ease-in-out;
  text-decoration-line: underline;
}
footer .footer__wrapper .footer__column-1 a:hover,
footer .footer__wrapper .footer__column-2 a:hover{
  color: #d0a650;
}
.footer__button-text{
  font-size: 20px;
  line-height: 28px;
  color: #f1f1f1;
  text-align: center;
  margin-bottom: 12px;
}
.footer__copyright{
  background: #292929;
  border-top: 1px solid #454545;
  text-align: center;
  color: #a4a4a4;
  padding: 16px 0;
  font-size: 12px;
  z-index: 1;
  position: relative;
}
footer#footer .menu-main-menu-container .sub-menu {
  display: none;
}

footer#footer .menu-main-menu-container .mobile-dropdown-toggle {
  display: none;
}

.footer-widgets-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.footer-widgets__column {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .footer-widgets__column {
    justify-content: flex-start;
  }
}

@media screen and (min-width: 992px) {
  .footer-widgets__column {
    border-left: 1px solid #e2e1e2;
    min-height: 300px;
  }
  .footer-widgets__column:last-of-type {
    border-right: 1px solid #e2e1e2;
  }
}

.footer-widgets__column .textwidget p {
  margin-bottom: 1rem;
  color: #4c4c4c;
  line-height: 1.7;
  font-size: 0.9rem;
}

.footer-widgets__column .textwidget {
  font-size: 0.9rem;
}

.footer-widgets__column .footer-widget__title {
  color: #4c4c4c;
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}

.footer-widgets__column .menu li {
  margin-bottom: 1rem;
}

.footer-widgets__column .menu li a {
  color: #169bd5;
  font-size: 0.9rem;
}

.mbtheme-col-1 {
  width: 100%;
}

.mbtheme-col-2 {
  width: 49%;
}

.mbtheme-col-3 {
  width: 32%;
}

.mbtheme-col-4 {
  width: 24%;
}

.mbtheme-col-5 {
  width: 19%;
}

.mbtheme-col-6 {
  width: 15%;
}

.site-main ul li {
  position: relative;
  margin-left: 1rem;
}

.site-main ul li:before {
  content: "\A";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #4d4d4d;
  position: absolute;
  top: 50%;
  margin-left: -0.85rem;
  vertical-align: top;
}

article ul {
  padding-left: 1rem;
  margin-bottom: 2rem;
}

article ul li:before {
  content: " • ";
  position: absolute;
  left: -1rem;
  top: 0;
}

article ul li {
  position: relative;
  margin-bottom: 0.5rem;
}

.mbtheme-cf7-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.mbtheme-cf7-col-2 {
  width: 49%;
}

.mbtheme-cf7-col-2 input {
  width: 100%;
  padding: 0.7rem;
  border: 1px solid #dadada;
  margin-bottom: 1rem;
  transition: 0.2s linear;
  font-size: 0.9rem;
}

.mbtheme-cf7-col-2 input::placeholder {
  color: #adadad;
}

.mbtheme-cf7-col-2 input:focus {
  border-radius: 0;
  outline-color: #4e81d6;
  outline-style: double;
  transition: 0.2s linear;
}

.mbtheme-cf7-container p {
  width: 100%;
}

.mbtheme-cf7-container textarea {
  width: 100%;
  border: 1px solid #dadada;
  padding: 0.7rem;
  font-size: 0.9rem;
  max-width: 100%;
}

.mbtheme-cf7-container textarea:focus {
  border-radius: 0;
  outline-color: #169bd5;
  outline-style: double;
  transition: 0.2s linear;
}

.mbtheme-cf7-container textarea::placeholder {
  color: #adadad;
}

.mbtheme-cf7-container input.wpcf7-submit {
  background: #4e81d6;
  color: #fff;
  border: none;
  padding: 0.5rem 3.5rem;
  font-size: 0.9rem;
  cursor: pointer;
  transition: 0.2s linear;
  margin-top: 1.5rem;
}

.mbtheme-cf7-container input.wpcf7-submit:hover {
  background: #1685b4;
  transition: 0.2s linear;
}

.mbtheme-cf7-container input.wpcf7-submit:focus {
  outline: none;
}

input.wpcf7-not-valid {
  border: 1px solid #dc3232;
}

.wpcf7-not-valid-tip {
  font-size: 0.9rem;
  margin-top: -1rem;
  margin-bottom: 1rem;
  background: #dc3232;
  color: #fff;
  line-height: 1;
  padding: 0.2rem 0.1rem;
  text-align: center;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  text-align: center;
  padding: 1rem;
  width: 100%;
  margin: 1rem 0 0 0;
}

.mbtheme-cf7-container span.wpcf7-list-item {
  margin: 1.5rem 0 0 0;
}

.mbtheme-cf7-container span.wpcf7-list-item a {
  color: #4e81d6;
  opacity: 0.6;
}

.mbtheme-cf7-container .wpcf7-list-item-label {
  line-height: 1.5;
  color: #c5c4c5;
  font-size: 0.9rem;
}

.wpcf7 form.invalid .wpcf7-response-output {
  background: #ffb900;
  color: #fff;
}

.mbtheme__widgets-icons a img {
  transition: 0.2s linear;
  width: 30px;
  height: 30px;
}

.mbtheme__widgets-icons a:hover img {
  transition: 0.2s linear;
  filter: grayscale(0.7);
}

.mbtheme__widgets-icons {
  max-width: 50%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.mbtheme-page-title {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0rem 1rem 0rem 1rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 4rem;
  min-height: 417px;
  max-height: 417px;
}

.mbtheme-page-title__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(224, 224, 224);
  background: -moz-linear-gradient(
    180deg,
    rgba(224, 224, 224, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(224, 224, 224, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(224, 224, 224, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#e0e0e0", endColorstr="#000000", GradientType=1);
  z-index: 1;
}

.mbtheme-page-title__title {
  font-size: 2.6rem;
  color: #fff;
  position: relative;
  z-index: 2;
  text-align: center;
  line-height: 1.2;
  width: 100%;
  margin-bottom: 2rem;
}

/* .mbtheme-blog-page-title__title:after {
  content: " ";
  display: block;
  background-image: url("/wp-content/uploads/2021/03/heading-arrow-white.png");
  width: 2rem;
  height: 2rem;
  position: relative;
  left: 50%;
  margin-left: -1rem;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 2.5rem;
} */

.mbtheme-row {
  display: flex;
  justify-content: space-between;
}

.mbtheme-article-content {
  width: 72%;
  border-right: 1px solid #e7e7e7;
  margin-top: 1rem;
  margin-bottom: 5rem;
  padding-right: 2rem;
}

.mbtheme-article-sidebar {
  width: 25%;
}

.mbtheme-article-content img {
  max-width: 100%;
  margin: 1rem 0;
}

article {
  color: #4d4d4d;
  line-height: 1.2;
}

article a {
  color: #4e81d6;
}

article p {
  margin-bottom: 1rem;
  font-size: 0.9rem;
  color: #4c4c4c;
  line-height: 1.7;
}

article img {
  max-width: 100%;
}

article h1 {
  font-size: 3.5rem;
  margin-bottom: 1.8rem;
  line-height: 1.3;
  color: #4c4c4c;
}

article h2 {
  font-size: 3.25rem;
  margin-bottom: 1.3rem;
  line-height: 1.2;
  color: #4c4c4c;
  margin-top: 1.3rem;
}

article h3 {
  font-size: 2.5rem;
  margin-bottom: 1.3rem;
  line-height: 1.3;
  color: #4c4c4c;
  margin-top: 1.3rem;
}

article h4 {
  font-size: 2rem;
  margin-bottom: 1.3rem;
  line-height: 1.3;
  color: #4c4c4c;
  margin-top: 1.3rem;
}

article h5 {
  font-size: 1.5rem;
  margin-bottom: 1.3rem;
  line-height: 1.2;
  color: #4c4c4c;
  margin-top: 1.3rem;
}

aside#sidebar .widget-title {
  font-size: 2.25rem;
  margin-bottom: 3rem;
  line-height: 1.2;
  margin-top: 1rem;
  text-align: center;
}

.mbtheme-article__button {
  background: #4e81d6;
  color: #fff;
  border: none;
  padding: 0.8rem;
  font-size: 0.9rem;
  margin-top: 1.5rem;
  min-width: 200px;
  text-align: center;
}

.mbtheme-article__button-container {
  display: flex;
  justify-content: flex-start;
  margin-top: 2rem;
}

.not-found h1 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 2rem;
}

.not-found .entry-content {
  text-align: center;
}

.not-found .mbtheme-search-form {
  margin-bottom: 4rem;
}

.mbtheme-search-form .search-field {
  border: 1px solid #dadada;
  padding: 0.3rem;
}

.mbtheme-search-form .search-field:focus {
  outline: none;
  border: 1px solid #169bd5;
}

.mbtheme-search-form .search-submit {
  background: #169bd5;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  padding: 0.35rem 2rem;
  margin-top: 2rem;
  font-weight: 600;
  border-radius: 0.2rem;
  border: 0;
  cursor: pointer;
  transition: 0.2s linear;
}

.mbtheme-search-form .search-submit:hover {
  background: #1491c7;
  transition: 0.2s linear;
}

.mbtheme-widget-recent-posts__item {
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 3rem;
  position: relative;
  border: 1px solid #e7e7e7;
  /* box-shadow: 0px 0px 19px 1px #e7e7e7;
    -webkit-box-shadow: 0px 0px 19px 1px #e7e7e7; */
}

.mbtheme-widget-recent-posts__thumbnail {
  width: 100%;
  height: 11rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 11px;
}

p.mbtheme-widget-recent-post__date {
  font-size: 0.9rem;
  color: #4c4c4c;
  opacity: 0.5;
  margin-bottom: 2rem;
  margin-left: 11px;
}

p.mbtheme-widget-single-post__date {
  font-size: 0.9rem;
  color: #4c4c4c;
  opacity: 0.5;
  margin-bottom: 2rem;
}

p.mbtheme-widget-recent-posts__title {
  font-size: 1.2rem;
  color: #4c4c4c;
  margin-bottom: 2rem;
  margin-top: 1rem;
  padding: 0 15px;
  text-align: center;
}

.mbtheme-widget-recent-posts__excerpt {
  margin-bottom: 1rem;
  color: #4c4c4c;
  text-align: center;
  line-height: 1.7;
  padding: 0 15px;
  font-size: 0.9rem;
}

a.mbtheme-widget-recent-posts__button {
  color: #fff;
  background: #4e81d6;
  width: 75%;
  text-align: center;
  display: block;
  padding: 0.6rem;
  font-size: 0.9rem;
  margin: 1.5rem auto 1.5rem auto;
  padding: 0.8rem;
  transition: 0.2s linear;
}

.mbtheme-widget-recent-posts__category {
  width: 9rem;
  max-width: 100%;
  text-align: center;
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 0.9rem;
  background: #fff;
}

.mbtheme-widget-recent-posts__category a {
  color: #fff;
  padding: 0.5rem;
  display: block;
}

/* Dropdown submenu - Dominik 24.09.2021 */

.header__menu ul#menu-main-menu li.menu-item {
  position: relative;
}

@media screen and (min-width: 1201px) {
  .header__menu
    ul#menu-main-menu
    li.menu-item.menu-item-has-children:hover
    > .drop-down {
    display: flex;
  }
  .header__menu ul.drop-down li a {
    padding: 0 1rem;
    display: inline-block;
    width: 100%;
  }
}

li.menu-item.menu-item-has-children > a {
  position: relative;
}

.header__menu ul.drop-down li button.mobile-dropdown-toggle,
.header__menu ul li button.mobile-dropdown-toggle {
  position: absolute;
  margin-left: 1rem;
  /* top: -5px; */
  background: transparent;
  color: #4e81d6;
  border: none;
  padding: 0.2rem 0.4rem;
  font-size: 1.2rem;
  display: none;
}

.header__menu ul.drop-down li {
  padding: 9px 0;
}

.header__menu ul.drop-down {
  display: flex;
  flex-direction: column;
  position: absolute;
  z-index: 999;
  background-color: #fff;
  white-space: nowrap;
  display: none;
  gap: 10px;
  padding: 10px;
  border: 1px solid #eee;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, .1);
  left: -50px;
}

.header__menu ul.drop-down.depth-0 {
  padding-top: 15px;
}

.header__menu ul.drop-down.depth-1 {
  top: 0;
}

.header__menu ul.drop-down > li {
  /* margin-left: 1rem; */
  /* margin-right: 2rem; */
  border-bottom: 1px solid #eee;
}

@media screen and (max-width: 1200px) {
  .header__menu ul.drop-down {
    position: initial;
    display: flex;
    padding: 0;
    border: none;
    box-shadow: none;
  }
  .header__menu ul#menu-main-menu li.menu-item {
    position: initial;
  }
  .header__menu ul.drop-down li {
    width: initial;
    margin: 0;
  }
  .header__menu ul.drop-down.depth-0 li a {
    padding: 0;
    font-size: 1rem;
  }
  .header__menu ul.drop-down.depth-1 li a {
    padding-left: 0;
    font-size: 0.9rem;
  }
  .header__menu ul.drop-down.depth-1 {
    margin-left: 0;
  }
}

/* /Dropdown submenu - Dominik 24.09.2021 */

/* global margins, center, paddings */

.mbtheme-pt-1 {
  padding-top: 1rem;
}

.mbtheme-pt-2 {
  padding-top: 2rem;
}

.mbtheme-pt-3 {
  padding-top: 3rem;
}

.mbtheme-pt-4 {
  padding-top: 4rem;
}

.mbtheme-pt-5 {
  padding-top: 5rem;
}

.mbtheme-pb-1 {
  padding-bottom: 1rem;
}

.mbtheme-pb-2 {
  padding-bottom: 2rem;
}

.mbtheme-pb-3 {
  padding-bottom: 3rem;
}

.mbtheme-pb-4 {
  padding-bottom: 4rem;
}

.mbtheme-pb-5 {
  padding-bottom: 5rem;
}

.mbtheme-mt-1 {
  margin-top: 1rem;
}

.mbtheme-mt-2 {
  margin-top: 2rem;
}

.mbtheme-mt-3 {
  margin-top: 3rem;
}

.mbtheme-mt-4 {
  margin-top: 4rem;
}

.mbtheme-mt-5 {
  margin-top: 5rem;
}

.mbtheme-mb-1 {
  margin-bottom: 1rem;
}

.mbtheme-mb-2 {
  margin-bottom: 2rem;
}

.mbtheme-mb-3 {
  margin-bottom: 3rem;
}

.mbtheme-mb-4 {
  margin-bottom: 4rem;
}

.mbtheme-mb-5 {
  margin-bottom: 5rem;
}

.mbtheme-t-center {
  text-align: center !important;
}

.mbtheme-d-center {
  display: flex !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
}

/* end global margins, center, paddings */

@media screen and (max-width: 1200px) {
  .header__button-container {
    width: 100%;
  }
  .header__nav_btn {
    justify-content: flex-end;
    display: flex;
    flex-wrap: wrap;
  }
  .header__container {
    position: relative;
  }
  .header__mobile-menu {
    display: block;
    z-index: 100;
  }
  .header__mobile-menu label {
    display: flex;
    flex-direction: column;
    width: 40px;
    cursor: pointer;
  }
  .header__mobile-menu label span {
    background: #000;
    border-radius: 10px;
    height: 3px;
    margin: 3px 0;
    transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
  }
  .header__mobile-menu span:nth-of-type(1) {
    width: 100%;
  }
  .header__mobile-menu span:nth-of-type(2) {
    width: 100%;
  }
  .header__mobile-menu span:nth-of-type(3) {
    width: 100%;
  }
  .header__mobile-menu input[type="checkbox"] {
    display: none;
  }
  .header__mobile-menu input[type="checkbox"]:checked ~ span:nth-of-type(1) {
    transform-origin: bottom;
    transform: rotatez(45deg) translate(7px, 5px);
  }
  .header__mobile-menu input[type="checkbox"]:checked ~ span:nth-of-type(2) {
    transform-origin: top;
    transform: rotatez(-45deg);
  }
  .header__mobile-menu input[type="checkbox"]:checked ~ span:nth-of-type(3) {
    transform-origin: bottom;
    width: 0%;
    transform: translate(30px, -11px) rotatez(45deg);
  }
  .header__mobile-menu--active {
    position: fixed;
  }
  .header__menu {
    z-index: 1;
    position: fixed;
    background: #fff;
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .header__menu--active {
    display: flex;
    background: #fff;
    position: fixed;
    z-index: 99;
    width: 100%;
    border: 1px solid #eee;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100vh;
    width: 100vw;
    overflow-y: scroll;
  }
  .header__menu ul li a {
    margin-left: 0;
    padding-left: 0;
    font-size: 1.3rem;
  }
  .header__menu ul li {
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
    margin: 1rem;
  }
  .mbtheme-col-4 {
    width: 49%;
  }
  .mbtheme-col-5 {
    width: 49%;
  }
  .mbtheme-col-6 {
    width: 49%;
  }
}

@media screen and (max-width: 992px) {
  .mbtheme-cf7-col-2 {
    width: 100%;
  }
  .mbtheme-col-2 {
    width: 100%;
  }
  .mbtheme-col-3 {
    width: 100%;
  }
  .mbtheme-col-5 {
    width: 100%;
  }
  .mbtheme-col-6 {
    width: 100%;
  }
  /* global margins, center, paddings */
  .mbtheme-pt-1 {
    padding-top: 0.5rem;
  }
  .mbtheme-pt-2 {
    padding-top: 1rem;
  }
  .mbtheme-pt-3 {
    padding-top: 1.5rem;
  }
  .mbtheme-pt-4 {
    padding-top: 2rem;
  }
  .mbtheme-pt-5 {
    padding-top: 2.5rem;
  }
  .mbtheme-pb-1 {
    padding-bottom: 0.5rem;
  }
  .mbtheme-pb-2 {
    padding-bottom: 1rem;
  }
  .mbtheme-pb-3 {
    padding-bottom: 1.5rem;
  }
  .mbtheme-pb-4 {
    padding-bottom: 2rem;
  }
  .mbtheme-pb-5 {
    padding-bottom: 2.5rem;
  }
  .mbtheme-mt-1 {
    margin-top: 0.5rem;
  }
  .mbtheme-mt-2 {
    margin-top: 1rem;
  }
  .mbtheme-mt-3 {
    margin-top: 1.5rem;
  }
  .mbtheme-mt-4 {
    margin-top: 2rem;
  }
  .mbtheme-mt-5 {
    margin-top: 2.5rem;
  }
  .mbtheme-mb-1 {
    margin-bottom: 0.5rem;
  }
  .mbtheme-mb-2 {
    margin-bottom: 1rem;
  }
  .mbtheme-mb-3 {
    margin-bottom: 1.5rem;
  }
  .mbtheme-mb-4 {
    margin-bottom: 2rem;
  }
  .mbtheme-mb-5 {
    margin-bottom: 2.5rem;
  }
  /* end global margins, center, paddings */
  .mbtheme-article-content {
    width: 100%;
    padding-right: 0;
    border-right: none;
  }
  .mbtheme-article-sidebar {
    width: 100%;
    display: none;
  }
  .footer__wrapper{
    flex-direction: column;
  }
  .footer__button-text{
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .footer-widgets__column {
    width: 100%;
    text-align: center;
    margin-bottom: 2.5rem;
  }
  .footer-widgets-container {
    justify-content: center;
  }
  .header__button-container {
    display: none;
  }
  .mbtheme-page-title__title {
    font-size: 2rem;
  }
}

@media screen and (max-width: 350px) {
  .mbtheme-cookie-bar {
    right: auto;
    left: auto;
    max-width: 100%;
  }
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #4e81d6;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  color: #4e81d6;
}
.title-underline{
  font-size: 20px;
  line-height: 25px;
  color: #212121;
  font-weight: 500;
  padding-bottom: 10px;
  display: inline-block;
  margin-bottom: 40px;
  border-bottom: 1px solid #d0a650;
}
.link-button {
  padding: 10px 20px;
  display: inline-flex;
  gap: 15px;
  align-items: center;
  color: #d0a650;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  position: relative;
}
.link-button::after,
.link-button::before {
  content: "";
  position: absolute;
  transition: all .3s ease-in-out;
  z-index: 0;
  width: 0;
  height: 100%;
}

.link-button svg path {
  transition: all .3s ease-in-out;
}

.link-button::before {
  right: 0;
  border: 1px solid #d0a650;
  border-left: 0;
  border-right: 0;
}

.link-button::after {
  left: 0;
}

.link-button:hover {
  color: #fff;
  transition-delay: .5s;
}

.link-button:hover svg path {
  stroke: #fff;
  transition-delay: .5s;
}

.link-button span,
.link-button svg {
  z-index: 1;
}

.link-button:hover::before {
  transition-delay: 0s;
  width: 100%;
}

.link-button:hover::after {
  background: #d0a650;
  transition-delay: .35s;
  width: 100%;
}
.menu-item.menu-item-has-children:hover .drop-down{
  display: flex;
}
.menu-item.menu-item-has-children{
  position: relative;
}
@media screen and (max-width: 500px) {
  .zoology__content-title,
  .about__heading,
  .icons__heading,
  .offers__title,
  .about-full__heading,
  .contact__heading {
    font-size: 36px!important;
    line-height: 46px!important;
  }
    .icons-section{
      padding-top: 0!important;
    }
}
.reveal {
  position: relative;
  transform: translateY(50px);
  opacity: 0;
  transition: 1s all ease-in-out;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}