@charset "UTF-8";
/*!
Theme Name: Triflows
Author: Alek
Version: 1.0
Text Domain: as-theme
Description: ASANDER - Copyrights Asander.pl
*/
body, html {
  font-family: "Oxanium", cursive;
  font-weight: 400;
  overflow-x: hidden;
  font-size: 18px;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  line-height: 1.4;
}

a {
  color: #000000;
  text-decoration: none;
}

h1 {
  font-size: 2rem;
  line-height: 1.2;
}

h3 {
  font-size: 1.4rem;
}

h1, h2, h3 {
  font-family: "Oxanium", cursive;
  line-height: 1.2;
}

img {
  max-width: 100%;
}

.content_links a {
  text-decoration: underline;
  color: #636363;
  text-underline-offset: 2px;
}
.content_links a:hover {
  color: #FFB800;
}
.content_links a.active {
  color: #000000;
  font-weight: bold;
}
.content_links a.locked {
  color: #EAEAEA;
  text-decoration: none;
}

.content_links li.current-menu-item a {
  color: #000000;
  font-weight: bold;
}

.content_link {
  text-decoration: underline;
  color: #636363;
  text-underline-offset: 2px;
}
.content_link:hover {
  color: #FFB800;
}
.content_link.active {
  color: #000000;
  font-weight: bold;
}
.content_link.locked {
  color: #EAEAEA;
  text-decoration: none;
}

header {
  position: fixed;
  width: 100%;
  z-index: 9;
}
header.sticked .header_container {
  padding-top: 15px;
}
header.sticked .konsultacje_menu_container {
  display: none !important;
}
@media (min-width: 772px) {
  header .nav_row {
    justify-content: space-between;
  }
}
header .user_menu_container {
  margin-left: auto;
}
header .mobile_user_menu {
  display: none;
}
header .header_container {
  padding-top: 30px;
  padding-bottom: 20px;
}
header #menu-main-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
header #menu-main-menu > li:hover > a {
  color: #7D6900;
}
@media (min-width: 768px) {
  header #menu-main-menu > li:hover > a {
    border-top: 5px solid #7D6900;
  }
}
header #menu-main-menu > li.active > a, header #menu-main-menu > li.current-menu-parent > a {
  color: #000000;
}
@media (min-width: 768px) {
  header #menu-main-menu > li.active > a, header #menu-main-menu > li.current-menu-parent > a {
    border-top: 5px solid #000000;
  }
}
header #menu-main-menu > li > a {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (min-width: 768px) {
  header #menu-main-menu > li > a {
    border-top: 5px solid transparent;
  }
}
header #menu-main-menu > li > a:hover {
  color: #7D6900;
}
@media (min-width: 768px) {
  header #menu-main-menu > li > a:hover {
    border-top: 5px solid #7D6900;
  }
}
header #menu-main-menu > li.menu-item-has-children {
  background-image: url(img/down_arrow.svg);
  background-repeat: no-repeat;
  background-position: bottom 10px center;
  position: relative;
}
header #menu-main-menu > li.menu-item-has-children.current-menu-parent {
  background-image: url(img/up_arrow.svg);
}
header #menu-main-menu > li.menu-item-has-children.current-menu-parent:hover {
  background-image: none;
}
header #menu-main-menu > li.menu-item-has-children:hover {
  background-image: url(img/down_arrow_gold.svg);
}
header #menu-main-menu > li ul {
  list-style-type: none;
  padding: 10px 0px;
  transform: translateX(-50%);
  left: 50%;
  width: max-content;
}
header #menu-main-menu > li ul li:hover, header #menu-main-menu > li ul li.active {
  background-color: #FFB800;
}
header #menu-main-menu > li ul li.active a {
  transform: translateX(10px);
}
header #menu-main-menu > li ul li a {
  padding: 5px 30px;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
header #menu-main-menu > li ul li a:hover {
  transform: translateX(10px);
}
header #menu-main-menu > li:hover > ul {
  display: block;
  background-color: #FFD600;
  border: 2px solid #FFB800;
  box-shadow: 6px 6px 0px 2px rgba(0, 0, 0, 0.1);
}
header #menu-main-menu > li > a {
  padding: 30px 5px 30px;
  display: block;
}
header #menu-main-menu ul {
  display: none;
  position: absolute;
}

.select_on .slider .bottom_slider_container {
  z-index: 3;
}

.slider .item {
  height: 80vh;
}
@media (min-width:773px) and (max-width: 1279px) {
  .slider .item {
    height: 90vh;
  }
}
@media (min-width: 1280px) {
  .slider .item {
    min-height: 780px;
  }
}
@media (max-width: 772px) {
  .slider .item {
    height: 100%;
    padding-bottom: 100px;
  }
}
.slider .triflow_head_mobile_container {
  position: absolute;
  z-index: 2;
  width: calc(100% - 30px);
  margin: 15px;
}
.slider .triflow_head_mobile {
  border-bottom: 1px dashed #FFD600;
  padding: 0px 15px 15px;
}
.slider .bottom_slider_container {
  z-index: 2;
  position: relative;
  transform: translateY(-50%);
}
@media (max-width: 772px) {
  .slider .bottom_slider_container {
    transform: translateY(0%);
  }
}
.slider .item_content {
  position: absolute;
  width: 100%;
  bottom: 150px;
}
@media (max-width: 772px) {
  .slider .item_content {
    position: static;
  }
}
.slider .custom_nav {
  position: absolute;
  width: 100%;
  top: -60px;
}
@media (max-width: 772px) {
  .slider .custom_nav .next_slider {
    margin-left: auto;
  }
}

.prev_slider,
.next_slider {
  width: 50px;
  height: 50px;
  background-size: contain;
  cursor: pointer;
  background-image: url(img/ArrowSquareRight.svg);
}

.prev_slider {
  transform: rotate(180deg);
}

.dark_arrows .prev_slider {
  background-image: url(img/ArrowSquareRightBlack.svg);
}
.dark_arrows .next_slider {
  background-image: url(img/ArrowSquareRightBlack.svg);
}

img {
  max-width: 100%;
  height: auto;
}

a.logo {
  display: block;
}
a.logo img {
  max-height: 40px;
}

/* text */
.font-roboto {
  font-family: "Roboto";
}

.font-italic {
  font-style: italic;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-center {
  text-align: center;
}

@media (max-width: 772px) {
  .text-xs-center {
    text-align: center;
  }
}
.text-justify {
  text-align: justify;
}

.fonth1,
h1, h2, h3 {
  font-weight: 400;
}

.z1 {
  z-index: 1;
}

.z2 {
  z-index: 2;
}

.font300 {
  font-weight: 300;
}

.font300italic {
  font-style: italic;
}

.font400 {
  font-weight: 400;
}

.font600 {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.font05 {
  font-size: 0.5rem;
}

.font06 {
  font-size: 0.6rem;
}

.font07 {
  font-size: 0.7rem;
}

.font08 {
  font-size: 0.8rem;
}

.font09 {
  font-size: 0.9rem;
}

.font1 {
  font-size: 1rem;
}

.font11 {
  font-size: 1.1rem;
}

.font13 {
  font-size: 1.3rem;
}

.font15 {
  font-size: 1.5rem;
}

.font17 {
  font-size: 1.7rem;
}

.font2 {
  font-size: 2rem;
}

.font25 {
  font-size: 2.5rem;
}

.font3 {
  font-size: 3rem;
}

.font35 {
  font-size: 3.5rem;
}

.font4 {
  font-size: 4rem;
}

.font5 {
  font-size: 5rem;
}

.font6 {
  font-size: 6rem;
}

.line0 {
  line-height: 0;
}

.line1 {
  line-height: 1;
}

.line11 {
  line-height: 1.1;
}

.line12 {
  line-height: 1.2;
}

.line13 {
  line-height: 1.3;
}

.line13 {
  line-height: 1.3;
}

p,
.line15 {
  line-height: 1.5;
}

.paragraph-0 p {
  margin: 0;
}

.paragraph-t-0 p {
  margin-top: 0;
}

.paragraph-first-0 p:nth-child(1) {
  margin-top: 0;
}

/* text end */
/* main colors */
.black-color {
  color: #000000;
}

.dark_grey-color {
  color: #636363;
}

.grey-color {
  color: #A4A4A4;
}

.light-color {
  color: #EAEAEA;
}

.white-color {
  color: #ffffff;
}

.main-color,
.yellow-color {
  color: #FFD600;
}

.orange-color {
  color: #FFB800;
}

.gold-color {
  color: #7D6900;
}

.red-color {
  color: #DD5E5E;
}

.violet-color {
  color: #4440FF;
}

.teal-color {
  color: #5FFFB2;
}

.green-color {
  color: #419F72;
}

/* main colors end */
/* main backrgounds */
.black-b-color {
  background-color: #000000;
}

.dark_grey-b-color {
  background-color: #636363;
}

.grey-b-color {
  background-color: #A4A4A4;
}

.light-b-color {
  background-color: #EAEAEA;
}

.white-b-color {
  background-color: #ffffff;
}

.main-b-color,
.yellow-b-color {
  background-color: #FFD600;
}

.orange-b-color {
  background-color: #FFB800;
}

.gold-b-color {
  background-color: #7D6900;
}

.red-b-color {
  background-color: #DD5E5E;
}

.violet-b-color {
  background-color: #4440FF;
}

.teal-b-color {
  background-color: #5FFFB2;
}

.green-b-color {
  background-color: #419F72;
}

/* main backrgounds end */
.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

.hv100 {
  height: 100vh;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute;
}

.position-sticky {
  position: sticky;
}

@media (min-width: 772px) {
  .position-md-absolute {
    position: absolute;
  }
}
@media (max-width: 772px) {
  .fontxs1 {
    font-size: 1rem !important;
  }

  .font11 {
    font-size: 1.1rem;
  }

  .font13 {
    font-size: 1.1rem;
  }

  .font15 {
    font-size: 1.2rem;
  }

  .font17 {
    font-size: 1.3rem;
  }

  .font2 {
    font-size: 1.5rem;
  }

  .font25 {
    font-size: 1.8rem;
  }

  .font3 {
    font-size: 2rem;
  }

  .font35 {
    font-size: 2.4rem;
  }

  .font4 {
    font-size: 3rem;
  }

  .font5 {
    font-size: 2.5rem;
  }

  .font6 {
    font-size: 4rem;
  }
}
/* Spaces */
.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.pa-10 {
  padding: 10px 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}
@media (max-width: 772px) {
  .pt-10 {
    padding-top: 5px !important;
  }
}

.pb-10 {
  padding-bottom: 10px !important;
}
@media (max-width: 772px) {
  .pb-10 {
    padding-bottom: 5px !important;
  }
}

.pl-10 {
  padding-left: 10px !important;
}
@media (max-width: 772px) {
  .pl-10 {
    padding-left: 5px !important;
  }
}

.pr-10 {
  padding-right: 10px !important;
}
@media (max-width: 772px) {
  .pr-10 {
    padding-right: 5px !important;
  }
}

.p-10 {
  padding: 10px !important;
}

.mx-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.ma-10 {
  margin: 10px 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}
@media (max-width: 772px) {
  .mt-10 {
    margin-top: 5px !important;
  }
}

.mb-10 {
  margin-bottom: 10px !important;
}
@media (max-width: 772px) {
  .mb-10 {
    margin-bottom: 5px !important;
  }
}

.ml-10 {
  margin-left: 10px !important;
}
@media (max-width: 772px) {
  .ml-10 {
    margin-left: 5px !important;
  }
}

.mr-10 {
  margin-right: 10px !important;
}
@media (max-width: 772px) {
  .mr-10 {
    margin-right: 5px !important;
  }
}

.m-10 {
  margin: 10px !important;
}

.px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.pa-15 {
  padding: 15px 15px !important;
}

.pt-15 {
  padding-top: 15px !important;
}
@media (max-width: 772px) {
  .pt-15 {
    padding-top: 7.5px !important;
  }
}

.pb-15 {
  padding-bottom: 15px !important;
}
@media (max-width: 772px) {
  .pb-15 {
    padding-bottom: 7.5px !important;
  }
}

.pl-15 {
  padding-left: 15px !important;
}
@media (max-width: 772px) {
  .pl-15 {
    padding-left: 7.5px !important;
  }
}

.pr-15 {
  padding-right: 15px !important;
}
@media (max-width: 772px) {
  .pr-15 {
    padding-right: 7.5px !important;
  }
}

.p-15 {
  padding: 15px !important;
}

.mx-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.ma-15 {
  margin: 15px 15px !important;
}

.mt-15 {
  margin-top: 15px !important;
}
@media (max-width: 772px) {
  .mt-15 {
    margin-top: 7.5px !important;
  }
}

.mb-15 {
  margin-bottom: 15px !important;
}
@media (max-width: 772px) {
  .mb-15 {
    margin-bottom: 7.5px !important;
  }
}

.ml-15 {
  margin-left: 15px !important;
}
@media (max-width: 772px) {
  .ml-15 {
    margin-left: 7.5px !important;
  }
}

.mr-15 {
  margin-right: 15px !important;
}
@media (max-width: 772px) {
  .mr-15 {
    margin-right: 7.5px !important;
  }
}

.m-15 {
  margin: 15px !important;
}

.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.pa-20 {
  padding: 20px 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}
@media (max-width: 772px) {
  .pt-20 {
    padding-top: 10px !important;
  }
}

.pb-20 {
  padding-bottom: 20px !important;
}
@media (max-width: 772px) {
  .pb-20 {
    padding-bottom: 10px !important;
  }
}

.pl-20 {
  padding-left: 20px !important;
}
@media (max-width: 772px) {
  .pl-20 {
    padding-left: 10px !important;
  }
}

.pr-20 {
  padding-right: 20px !important;
}
@media (max-width: 772px) {
  .pr-20 {
    padding-right: 10px !important;
  }
}

.p-20 {
  padding: 20px !important;
}

.mx-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.ma-20 {
  margin: 20px 20px !important;
}

.mt-20 {
  margin-top: 20px !important;
}
@media (max-width: 772px) {
  .mt-20 {
    margin-top: 10px !important;
  }
}

.mb-20 {
  margin-bottom: 20px !important;
}
@media (max-width: 772px) {
  .mb-20 {
    margin-bottom: 10px !important;
  }
}

.ml-20 {
  margin-left: 20px !important;
}
@media (max-width: 772px) {
  .ml-20 {
    margin-left: 10px !important;
  }
}

.mr-20 {
  margin-right: 20px !important;
}
@media (max-width: 772px) {
  .mr-20 {
    margin-right: 10px !important;
  }
}

.m-20 {
  margin: 20px !important;
}

.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.pa-30 {
  padding: 30px 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}
@media (max-width: 772px) {
  .pt-30 {
    padding-top: 15px !important;
  }
}

.pb-30 {
  padding-bottom: 30px !important;
}
@media (max-width: 772px) {
  .pb-30 {
    padding-bottom: 15px !important;
  }
}

.pl-30 {
  padding-left: 30px !important;
}
@media (max-width: 772px) {
  .pl-30 {
    padding-left: 15px !important;
  }
}

.pr-30 {
  padding-right: 30px !important;
}
@media (max-width: 772px) {
  .pr-30 {
    padding-right: 15px !important;
  }
}

.p-30 {
  padding: 30px !important;
}

.mx-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.ma-30 {
  margin: 30px 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}
@media (max-width: 772px) {
  .mt-30 {
    margin-top: 15px !important;
  }
}

.mb-30 {
  margin-bottom: 30px !important;
}
@media (max-width: 772px) {
  .mb-30 {
    margin-bottom: 15px !important;
  }
}

.ml-30 {
  margin-left: 30px !important;
}
@media (max-width: 772px) {
  .ml-30 {
    margin-left: 15px !important;
  }
}

.mr-30 {
  margin-right: 30px !important;
}
@media (max-width: 772px) {
  .mr-30 {
    margin-right: 15px !important;
  }
}

.m-30 {
  margin: 30px !important;
}

.px-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.pa-50 {
  padding: 50px 50px !important;
}

.pt-50 {
  padding-top: 50px !important;
}
@media (max-width: 772px) {
  .pt-50 {
    padding-top: 25px !important;
  }
}

.pb-50 {
  padding-bottom: 50px !important;
}
@media (max-width: 772px) {
  .pb-50 {
    padding-bottom: 25px !important;
  }
}

.pl-50 {
  padding-left: 50px !important;
}
@media (max-width: 772px) {
  .pl-50 {
    padding-left: 25px !important;
  }
}

.pr-50 {
  padding-right: 50px !important;
}
@media (max-width: 772px) {
  .pr-50 {
    padding-right: 25px !important;
  }
}

.p-50 {
  padding: 50px !important;
}

.mx-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.ma-50 {
  margin: 50px 50px !important;
}

.mt-50 {
  margin-top: 50px !important;
}
@media (max-width: 772px) {
  .mt-50 {
    margin-top: 25px !important;
  }
}

.mb-50 {
  margin-bottom: 50px !important;
}
@media (max-width: 772px) {
  .mb-50 {
    margin-bottom: 25px !important;
  }
}

.ml-50 {
  margin-left: 50px !important;
}
@media (max-width: 772px) {
  .ml-50 {
    margin-left: 25px !important;
  }
}

.mr-50 {
  margin-right: 50px !important;
}
@media (max-width: 772px) {
  .mr-50 {
    margin-right: 25px !important;
  }
}

.m-50 {
  margin: 50px !important;
}

.px-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.pa-100 {
  padding: 100px 100px !important;
}

.pt-100 {
  padding-top: 100px !important;
}
@media (max-width: 772px) {
  .pt-100 {
    padding-top: 50px !important;
  }
}

.pb-100 {
  padding-bottom: 100px !important;
}
@media (max-width: 772px) {
  .pb-100 {
    padding-bottom: 50px !important;
  }
}

.pl-100 {
  padding-left: 100px !important;
}
@media (max-width: 772px) {
  .pl-100 {
    padding-left: 50px !important;
  }
}

.pr-100 {
  padding-right: 100px !important;
}
@media (max-width: 772px) {
  .pr-100 {
    padding-right: 50px !important;
  }
}

.p-100 {
  padding: 100px !important;
}

.mx-100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.ma-100 {
  margin: 100px 100px !important;
}

.mt-100 {
  margin-top: 100px !important;
}
@media (max-width: 772px) {
  .mt-100 {
    margin-top: 50px !important;
  }
}

.mb-100 {
  margin-bottom: 100px !important;
}
@media (max-width: 772px) {
  .mb-100 {
    margin-bottom: 50px !important;
  }
}

.ml-100 {
  margin-left: 100px !important;
}
@media (max-width: 772px) {
  .ml-100 {
    margin-left: 50px !important;
  }
}

.mr-100 {
  margin-right: 100px !important;
}
@media (max-width: 772px) {
  .mr-100 {
    margin-right: 50px !important;
  }
}

.m-100 {
  margin: 100px !important;
}

.px-150 {
  padding-left: 150px !important;
  padding-right: 150px !important;
}

.py-150 {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}

.pa-150 {
  padding: 150px 150px !important;
}

.pt-150 {
  padding-top: 150px !important;
}
@media (max-width: 772px) {
  .pt-150 {
    padding-top: 75px !important;
  }
}

.pb-150 {
  padding-bottom: 150px !important;
}
@media (max-width: 772px) {
  .pb-150 {
    padding-bottom: 75px !important;
  }
}

.pl-150 {
  padding-left: 150px !important;
}
@media (max-width: 772px) {
  .pl-150 {
    padding-left: 75px !important;
  }
}

.pr-150 {
  padding-right: 150px !important;
}
@media (max-width: 772px) {
  .pr-150 {
    padding-right: 75px !important;
  }
}

.p-150 {
  padding: 150px !important;
}

.mx-150 {
  margin-left: 150px !important;
  margin-right: 150px !important;
}

.my-150 {
  margin-top: 150px !important;
  margin-bottom: 150px !important;
}

.ma-150 {
  margin: 150px 150px !important;
}

.mt-150 {
  margin-top: 150px !important;
}
@media (max-width: 772px) {
  .mt-150 {
    margin-top: 75px !important;
  }
}

.mb-150 {
  margin-bottom: 150px !important;
}
@media (max-width: 772px) {
  .mb-150 {
    margin-bottom: 75px !important;
  }
}

.ml-150 {
  margin-left: 150px !important;
}
@media (max-width: 772px) {
  .ml-150 {
    margin-left: 75px !important;
  }
}

.mr-150 {
  margin-right: 150px !important;
}
@media (max-width: 772px) {
  .mr-150 {
    margin-right: 75px !important;
  }
}

.m-150 {
  margin: 150px !important;
}

/* End spaces*/
.opacity1 {
  opacity: 1;
}
@media (max-width: 772px) {
  .opacity1 {
    opacity: 1 !important;
  }
}

.opacity07 {
  opacity: 0.7;
}

.opacity05 {
  opacity: 0.5;
}

.opacity02 {
  opacity: 0.2;
}

.overflow-hidden {
  overflow: hidden;
}

.equal-carousel .owl-stage {
  display: flex;
  flex-wrap: wrap;
}

/*background*/
.b-no-reapeat {
  background-repeat: no-repeat;
}

.b-image-20 {
  padding-bottom: 20%;
}

.b-image-30 {
  padding-bottom: 30%;
}

.b-image-40 {
  padding-bottom: 40%;
}

.b-image-50 {
  padding-bottom: 50%;
}

.b-image-60 {
  padding-bottom: 60%;
}

.b-image-70 {
  padding-bottom: 70%;
}

.b-image-75 {
  padding-bottom: 75%;
}

.b-image-80 {
  padding-bottom: 80%;
}

.b-image-85 {
  padding-bottom: 85%;
}

.b-image-100 {
  padding-bottom: 100%;
}

.b-image-140 {
  padding-bottom: 140%;
}

.b-image-150 {
  padding-bottom: 150%;
}

.b-cover {
  background-size: cover;
}

.b-center {
  background-position: center;
}

.b-contain {
  background-size: contain;
}

/*background end*/
/* buttons */
.btn-first {
  --border: 4px;
  padding: 15px 20px;
  color: #000000;
  border: none;
  cursor: pointer;
  position: relative;
  border: 2px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-first:hover {
  border: 2px solid #A4A4A4;
}
.btn-first.yellow {
  background-color: #FFD600;
  border: 2px solid transparent;
}
.btn-first.yellow .button_accent:after {
  background-color: #ffffff;
}
.btn-first.yellow:hover {
  background-color: #FFB800;
}
.btn-first.yellow:hover .button_accent:after {
  background-color: #000000;
}
.btn-first.black {
  color: #ffffff;
  background-color: #000000;
}
.btn-first.black .button_accent:after {
  background-color: #ffffff;
}
.btn-first.black:hover {
  border: 2px solid transparent;
  background-color: #636363;
}
.btn-first.black:hover .button_accent:after {
  background-color: #FFD600;
}
.btn-first.black:hover .button_clip {
  background-color: #636363;
}
.btn-first.blue {
  background-color: #0076CB;
  color: #fff;
  border: 2px solid transparent;
}
.btn-first.blue .button_accent:after {
  background-color: #ffffff;
}
.btn-first.blue:hover {
  background-color: #000000;
}
.btn-first.blue:hover .button_accent:after {
  background-color: #0076CB;
}
.btn-first.blue:hover .button_clip {
  background-color: #0076CB;
}
.btn-first.blue:after, .btn-first.blue:before {
  border-color: #000000;
}
.btn-first.green {
  background-color: #419F72;
  color: #fff;
  border: 2px solid transparent;
}
.btn-first.green .button_accent:after {
  background-color: #ffffff;
}
.btn-first.green:hover {
  background-color: #5FFFB2;
  color: #000000;
}
.btn-first.green:hover .button_accent:after {
  background-color: #419F72;
}
.btn-first.green:hover .button_clip {
  background-color: #5FFFB2;
}
.btn-first.green:after, .btn-first.green:before {
  border-color: #5FFFB2;
}
.btn-first.white {
  color: #fff;
  font-size: 1rem;
}
.btn-first.white:after, .btn-first.white:before {
  border-color: #fff;
}
.btn-first .button_accent {
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 12px;
  height: 12px;
  overflow: hidden;
  transform: rotate(90deg);
}
.btn-first .button_accent:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  transform: rotate(45deg);
  transform-origin: left top;
  bottom: 12px;
  left: 12px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-first .button_clip {
  position: absolute;
  transition: 0.5s;
  clip-path: polygon(var(--path));
  --path: 0% 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%,0 50%;
  display: block;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  top: -3px;
  left: -3px;
  z-index: 0;
  display: none;
}
.btn-first:after, .btn-first:before {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  z-index: 1;
  border-color: #000000;
}
.btn-first:after {
  top: -3px;
  right: -3px;
  border-top: 3px solid;
  border-right: 3px solid;
}
.btn-first:before {
  left: -3px;
  bottom: -3px;
  border-bottom: 3px solid;
  border-left: 3px solid;
}

/* buttons end */
#gallery-1 img,
.gallery img {
  border: 0px !important;
}

.gallery .gallery-icon {
  padding: 10px;
}

#gallery-1,
.gallery {
  margin: 0 -10px !important;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 30px auto;
}

.alignleft {
  float: left;
  padding-right: 30px;
  padding-bottom: 30px;
}

.alignright {
  float: right;
  padding-left: 30px;
  padding-bottom: 30px;
}

.cursor-pointer {
  cursor: pointer;
}

.nicescroll {
  scrollbar-face-color: #000000;
  scrollbar-base-color: #000000;
  scrollbar-3dlight-color: #000000;
  scrollbar-highlight-color: #000000;
  scrollbar-track-color: #fff;
  scrollbar-arrow-color: #fff;
  scrollbar-shadow-color: #000000;
  scrollbar-dark-shadow-color: #000000;
}

.nicescroll::-webkit-scrollbar {
  width: 8px;
  height: 3px;
}

.nicescroll::-webkit-scrollbar-button {
  background-color: #f2f2f2;
  height: 0;
}

.nicescroll::-webkit-scrollbar-track {
  background-color: #000;
}

.nicescroll::-webkit-scrollbar-track-piece {
  background-color: #f2f2f2;
}

.nicescroll::-webkit-scrollbar-thumb {
  height: 10px;
  background-color: #000000;
}

.nicescroll::-webkit-scrollbar-corner {
  background-color: #000000;
}

.nicescroll::-webkit-resizer {
  background-color: #F2F2F2;
}

.admin_only {
  filter: grayscale(1);
}

.tip {
  position: absolute;
  z-index: 10;
  background-color: #3ba948;
  opacity: 1;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 100%;
  font-size: 12px;
  font-weight: bold;
  line-height: 23px;
  transform: translate(-10px, -10px);
  color: #fff;
  display: none;
}

.tipbox {
  display: none;
}

.tipon .tip,
.tipon .tipbox {
  display: block;
}

.show_tips {
  position: fixed;
  width: 20px;
  height: 20px;
  right: 0;
  top: 0;
  background: #FFD600;
  border-radius: 100%;
  text-align: center;
  line-height: 20px;
  font-size: 10px;
  color: #fff;
  cursor: pointer;
  opacity: 0.5;
}

#wpadminbar {
  top: 0;
  bottom: 0;
  opacity: 0.2;
}
#wpadminbar:hover {
  opacity: 1;
}

.trans04 {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

body .for_print {
  display: none;
}
body .for_print_smart {
  opacity: 0.01;
  height: 1px;
  overflow: hidden;
}

.loading_bar {
  position: relative;
}
.loading_bar:after {
  width: 100%;
  height: 100%;
  background-color: #EAEAEA;
  opacity: 0.9;
  content: "Generuję PDF";
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.printer .for_print {
  display: block !important;
}
body.printer .for_print_smart {
  opacity: 1;
  height: auto;
}
body.printer .hide_print {
  display: none !important;
}
body.printer .breadcrumbs {
  opacity: 0;
}
body.printer .hero_magazyn {
  padding-bottom: 50px;
}
body.printer header {
  position: static;
  background-color: #EAEAEA;
}
body.printer header .header_container {
  padding-top: 50px;
  padding-bottom: 50px;
}
body.printer .owl-item.active {
  opacity: 1;
}
body.printer .owl-item {
  opacity: 0;
}
body.printer .hero_spacer,
body.printer .menu_container,
body.printer .user_menu_container,
body.printer .konsultacje_menu_container {
  display: none;
}
body.printer .loading_bar:after {
  display: none !important;
}

header .favorites_number {
  position: absolute;
  line-height: 1;
  padding: 2px 4px;
  color: #fff;
  font-weight: 700;
  top: -10px;
  right: -10px;
  font-size: 0.8rem;
}

body > canvas {
  width: 900px;
  height: auto;
}

.testimonial_main_page {
  display: none !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}

.inputs input[type=text],
.inputs input[type=email],
.inputs input[type=tel],
.inputs input[type=password],
.inputs input[type=number],
.inputs textarea,
.inputs select {
  width: 100%;
  background-color: #f8f8f8;
  border: none;
  border-bottom: 1px solid #EAEAEA;
  padding: 15px;
  font-family: "Oxanium", cursive;
  color: #636363;
  outline: none;
}
.inputs input[type=text][name=lokalizacja],
.inputs input[type=email][name=lokalizacja],
.inputs input[type=tel][name=lokalizacja],
.inputs input[type=password][name=lokalizacja],
.inputs input[type=number][name=lokalizacja],
.inputs textarea[name=lokalizacja],
.inputs select[name=lokalizacja] {
  z-index: 3;
  position: relative;
}
.inputs input[type=text]:hover,
.inputs input[type=email]:hover,
.inputs input[type=tel]:hover,
.inputs input[type=password]:hover,
.inputs input[type=number]:hover,
.inputs textarea:hover,
.inputs select:hover {
  border-color: #FFD600;
}
.inputs input[type=text]:focus,
.inputs input[type=email]:focus,
.inputs input[type=tel]:focus,
.inputs input[type=password]:focus,
.inputs input[type=number]:focus,
.inputs textarea:focus,
.inputs select:focus {
  border-color: #000000;
  outline: none;
}
.inputs input[type=text]:not(:placeholder-shown),
.inputs input[type=email]:not(:placeholder-shown),
.inputs input[type=tel]:not(:placeholder-shown),
.inputs input[type=password]:not(:placeholder-shown),
.inputs input[type=number]:not(:placeholder-shown),
.inputs textarea:not(:placeholder-shown),
.inputs select:not(:placeholder-shown) {
  border-color: #000000;
}
.inputs input[type=text]:not(:placeholder-shown):hover,
.inputs input[type=email]:not(:placeholder-shown):hover,
.inputs input[type=tel]:not(:placeholder-shown):hover,
.inputs input[type=password]:not(:placeholder-shown):hover,
.inputs input[type=number]:not(:placeholder-shown):hover,
.inputs textarea:not(:placeholder-shown):hover,
.inputs select:not(:placeholder-shown):hover {
  border-color: #FFD600;
}
.inputs input[type=text]::placeholder,
.inputs input[type=email]::placeholder,
.inputs input[type=tel]::placeholder,
.inputs input[type=password]::placeholder,
.inputs input[type=number]::placeholder,
.inputs textarea::placeholder,
.inputs select::placeholder {
  color: #A4A4A4;
}
.inputs .error_field .error_message {
  display: block;
  position: absolute;
}
.inputs .error_field input[type=text],
.inputs .error_field input[type=email],
.inputs .error_field input[type=tel],
.inputs .error_field input[type=number],
.inputs .error_field textarea,
.inputs .error_field select {
  border-color: #DD5E5E;
}
.inputs .error_field input[type=text]:hover,
.inputs .error_field input[type=email]:hover,
.inputs .error_field input[type=tel]:hover,
.inputs .error_field input[type=number]:hover,
.inputs .error_field textarea:hover,
.inputs .error_field select:hover {
  border-color: #FFD600;
}
.inputs .error_message {
  display: none;
  color: #DD5E5E;
  font-size: 0.8rem;
  margin-top: 5px;
  font-weight: 600;
}
.inputs .textarea {
  min-height: 150px;
}

.login_form_container .dashed_login > div {
  border-bottom: 1px dashed #A4A4A4;
}

.inputs .pretty_select {
  z-index: 1;
  width: 100%;
  background-color: #f8f8f8;
  border-bottom: 1px solid #000000;
  padding: 15px;
  font-family: "Oxanium", cursive;
  color: #636363;
  outline: none;
  position: relative;
  border-top: 1px solid transparent;
}
.inputs .pretty_select:after {
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
  position: absolute;
  right: 10px;
  transform: rotate(45deg) translate(-100%);
  top: 50%;
}
.inputs .pretty_select.choosed .value_in {
  color: #000000;
}
.inputs .pretty_select.on {
  background-color: #FFD600;
  border-left: 1px solid #7D6900;
  border-right: 1px solid #7D6900;
  border-top: 1px solid #7D6900;
  color: #7D6900;
}
.inputs .pretty_select.on:after {
  border-bottom: 0px solid #000000;
  border-right: 0px solid #000000;
  border-top: 2px solid #000000;
  border-left: 2px solid #000000;
  border-color: #7D6900;
  top: calc(50% + 5px);
}
.inputs .pretty_select.on:hover {
  border-left: 1px solid #7D6900;
  border-right: 1px solid #7D6900;
  border-top: 1px solid #7D6900;
}
.inputs .pretty_select.on .select_value {
  display: block;
}
.inputs .pretty_select.on .select_value:hover {
  background-color: #000000;
  color: #ffffff;
}
.inputs .pretty_select.on .select_value[dis=dis]:hover {
  background-color: #FFD600;
  color: #7D6900;
  cursor: auto;
}
.inputs .pretty_select.on .select_box {
  position: absolute;
  background-color: #FFD600;
  width: calc(100% + 2px);
  left: -1px;
  top: 100%;
  border-left: 1px solid #7D6900;
  border-right: 1px solid #7D6900;
  border-bottom: 1px solid #7D6900;
}
.inputs .pretty_select .select_value {
  display: none;
  padding: 2px 5px 2px 15px;
  color: #7D6900;
  cursor: pointer;
}
.inputs .pretty_select .active {
  display: block;
}

.search_storage_container.inputs .pretty_select {
  background-color: transparent;
}
.search_storage_container.inputs .pretty_select.on {
  background-color: #FFD600;
}
.search_storage_container.inputs input[type=text],
.search_storage_container.inputs input[type=email],
.search_storage_container.inputs input[type=tel],
.search_storage_container.inputs input[type=number],
.search_storage_container.inputs select {
  background-color: transparent;
  border-bottom: 1px solid #000000;
  font-size: 1rem;
  color: #000;
  border-top: 1px solid transparent;
}
.search_storage_container.inputs .all_input {
  border-bottom: 1px solid #000000;
}
.search_storage_container.inputs .all_input input[type=number] {
  border: 0px;
}
.search_storage_container.inputs .all_input .like_input,
.search_storage_container.inputs .all_input input[type=number] {
  padding: 15px 0;
}
.search_storage_container .active .miasto_wojewodztwo {
  display: block;
}
.search_storage_container .active input[name=lokalizacja] {
  z-index: 3 !important;
  position: relative;
}
.search_storage_container .active input[type=text] {
  z-index: 2;
  position: relative;
  border-left: 1px solid #A4A4A4;
  border-top: 1px solid #A4A4A4;
  border-right: 1px solid #A4A4A4;
  border-bottom: 1px dashed #A4A4A4;
  background: #ffffff;
}
.search_storage_container .miasto_wojewodztwo {
  position: absolute;
  background-color: #fff;
  top: 0;
  width: 100%;
  z-index: 2;
  border: 1px solid #A4A4A4;
  box-shadow: 6px 6px 0px 2px rgba(0, 0, 0, 0.1);
  display: none;
}
.search_storage_container .miasto_wojewodztwo .single_pretty {
  width: 50%;
  border-bottom: 1px dashed #EAEAEA;
  border-right: 1px dashed #EAEAEA;
  padding: 10px 15px;
}

fieldset {
  border: 0px;
  display: none;
}

.single_pretty {
  display: flex;
  cursor: pointer;
  font-size: 0.9rem;
}
.single_pretty:hover .checkbox_pretty {
  position: relative;
  border: 2px solid #000000;
}
.single_pretty:hover .checkbox_pretty:before {
  width: 10px;
  height: 10px;
  background-color: #FFD600;
}
.single_pretty.on .checkbox_pretty {
  position: relative;
  border: 1px solid #000000;
}
.single_pretty.on .checkbox_pretty:before {
  width: 16px;
  height: 16px;
  background-color: #FFD600;
}
.single_pretty.on .checkbox_pretty:after {
  width: 20px;
  height: 20px;
  background-image: url("img/check_icon.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.single_pretty .checkbox_pretty {
  width: 20px;
  height: 20px;
  border: 1px solid #000000;
  margin-right: 15px;
}
.single_pretty .checkbox_pretty:before, .single_pretty .checkbox_pretty:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.error_field .single_pretty .checkbox_pretty {
  border: 1px solid #DD5E5E;
}

.searcher_tags,
.clear_tags {
  padding: 10px 0px;
  display: table;
  margin-left: auto;
}
.searcher_tags .search_tag,
.clear_tags .search_tag {
  padding: 4px 8px 4px 10px;
  margin-right: 2px;
  margin-bottom: 2px;
  display: inline-flex;
  line-height: 1;
}
.searcher_tags .search_tag .tag_name,
.clear_tags .search_tag .tag_name {
  padding-top: 2px;
}
.searcher_tags .wojewodztwo_tag,
.searcher_tags .lokalizacja_tag,
.clear_tags .wojewodztwo_tag,
.clear_tags .lokalizacja_tag {
  display: none;
}
.searcher_tags .wojewodztwo_tag.tag_on,
.searcher_tags .lokalizacja_tag.tag_on,
.clear_tags .wojewodztwo_tag.tag_on,
.clear_tags .lokalizacja_tag.tag_on {
  display: inline-flex;
}

.searcher_tags_container_small .search_tag {
  background-color: #fff;
}

.view_choser {
  display: flex;
}
@media (max-width: 992px) {
  .view_choser {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.view_choser .view_single {
  cursor: pointer;
  padding: 30px;
}
@media (max-width: 992px) {
  .view_choser .view_single {
    width: 50%;
  }
}
.view_choser .view_single.active {
  background-color: #fff;
}
.view_choser .view_single:hover .radio_pretty {
  position: relative;
  border: 2px solid #000000;
}
.view_choser .view_single:hover .radio_pretty:before {
  width: 10px;
  height: 10px;
  background-color: #FFD600;
}
.view_choser .view_single.active .radio_pretty {
  position: relative;
  border: 1px solid #000000;
}
.view_choser .view_single.active .radio_pretty:before {
  width: 16px;
  height: 16px;
  background-color: #FFD600;
}
.view_choser .view_single.active .radio_pretty:after {
  width: 20px;
  height: 20px;
  background-image: url("img/check_icon.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.view_choser .radio_pretty {
  width: 20px;
  height: 20px;
  border: 1px solid #000000;
  margin-right: 15px;
  border-radius: 100%;
}
.view_choser .radio_pretty:before, .view_choser .radio_pretty:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
}

.hybrid_result_list {
  position: relative;
  height: 80vh;
  overflow-y: scroll;
  overflow-x: hidden;
  /* Optional: show position indicator in red */
}
.hybrid_result_list::-webkit-scrollbar {
  width: 2px;
  /* Remove scrollbar space */
  background: transparent;
  /* Optional: just make scrollbar invisible */
}
.hybrid_result_list::-webkit-scrollbar-thumb {
  width: 2;
  background: #FFD600;
}
.hybrid_result_list .result_scroller {
  padding-bottom: 400px;
}

#storagemap {
  height: 80vh;
  width: 100%;
}

.breadcrumbs {
  padding: 20px 0;
  border-bottom: 1px dashed #A4A4A4;
}
.breadcrumbs > * {
  opacity: 0.5;
}
.breadcrumbs svg {
  margin: 0 20px;
}
.breadcrumbs > *:last-child, .breadcrumbs > *:nth-last-child(2) {
  opacity: 1;
}

.slider_magazyn .item {
  height: 60vh;
}
@media (max-width: 768px) {
  .slider_magazyn .item {
    height: 40vw;
    min-height: 250px;
  }
}
.slider_magazyn .owl-item {
  opacity: 0.2;
  filter: grayscale(1);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.slider_magazyn .owl-item.active {
  opacity: 1;
  filter: grayscale(0);
}
.slider_magazyn .custom_nav_single_storage_slider {
  position: absolute;
  bottom: 0;
  z-index: 2;
  width: 100%;
}

@media (max-width: 768px) {
  .badges_single_storage {
    transform: translateY(100%);
    position: relative;
    z-index: 2;
  }
}
.dark_overlay > * {
  position: relative;
}
.dark_overlay:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.3;
}

.hero_overlay {
  position: relative;
}
.hero_overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
}

.hero.hero_about .breadcrumbs {
  border-color: #7D6900;
}
.hero.hero_about .about_us_main {
  position: relative;
  margin-bottom: -100px;
  width: 100%;
}
@media (max-width: 768px) {
  .hero.hero_about .about_us_main {
    margin-bottom: 0px;
  }
}
.hero.hero_about .about_us_sign {
  position: absolute;
  right: 0px;
  top: 0;
  transform: translate(calc(100% - 100px), -50%);
}

.hero.hero_uslugi {
  padding-bottom: 50px;
}
.hero.hero_uslugi .breadcrumbs {
  color: #fff;
}
.hero.hero_uslugi .breadcrumbs a {
  color: #fff;
}
.hero.hero_uslugi .breadcrumbs svg path {
  fill: #FFD600;
}
.hero.hero_uslugi .breadcrumbs .current {
  color: #FFD600;
}

.hero.hero_baza_wiedzy.is_paged {
  padding-bottom: 50px;
}

.hero_contact {
  position: relative;
}
.hero_contact .hero_sign {
  position: absolute;
  right: 0;
  height: 100%;
  bottom: 50px;
  transform: translateX(50%);
}

@media (max-width: 992px) {
  .helping .helping_image {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .helping img {
    position: relative;
    max-width: 150%;
    top: -150px;
    z-index: 2;
    margin-bottom: -100px;
  }
}

.uslugi_main_page .uslugi_main_page_desc {
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transform: translateX(-20px);
}
.uslugi_main_page .uslugi_main_page_desc.active {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.uslugi_main_page .rectangle_container {
  background-image: url(img/rectangle_yellow.svg);
  background-position: right top;
  min-height: 250px;
  padding: 100px 0;
  background-repeat: no-repeat;
}
.uslugi_main_page .rectangle_container:after {
  content: "";
  position: absolute;
  width: 20000px;
  height: 41px;
  background-color: #FFD600;
  right: 90%;
  top: 0;
}
.uslugi_main_page ul {
  padding: 0;
  list-style-type: none;
}
.uslugi_main_page ul li > div {
  padding: 15px 0;
  position: relative;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.uslugi_main_page ul li > div.active:after {
  background-color: #000000;
}
.uslugi_main_page ul li > div:after {
  content: "";
  position: absolute;
  width: 20000px;
  height: 2px;
  background-color: #EAEAEA;
  left: 0;
  bottom: 0;
}
.uslugi_main_page ul li:hover > div {
  padding: 15px 0 15px 15px;
}
.uslugi_main_page ul li:hover > div:after {
  background-color: #FFD600;
}

@media (max-width: 768px) {
  .magazyn_detail .important_first_line > :nth-child(1) .single_detail, .magazyn_detail .important_first_line > :nth-child(2) .single_detail {
    border-bottom: 0px dashed #636363;
  }
}
.magazyn_detail .single_detail {
  border-bottom: 1px dashed #636363;
  padding: 15px 0;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.magazyn_detail .single_detail .count_image {
  height: 25px;
}
.magazyn_detail .single_detail.button_container {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.magazyn_detail .active_green .status_color {
  color: green;
}
.magazyn_detail .trigger_wycena_popup {
  position: absolute;
}

.single_map {
  padding-bottom: 40%;
}

.uslugi_single .magazyny_single_image {
  border-bottom: 0px solid #FFD600 !important;
}

.magazyny_single:after,
.uslugi_single:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 30px;
  background-color: #fff;
  right: -30px;
  top: 0;
}
.magazyny_single_image,
.uslugi_single_image {
  position: absolute;
  width: 100%;
  height: 100%;
  border-bottom: 10px solid #FFD600;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #A4A4A4;
}
.magazyny_single_details_desc,
.uslugi_single_details_desc {
  border-top: 1px solid #ddd;
  padding: 15px 0;
  margin-top: 15px;
  height: 90px;
}
.magazyny_single .hover_single_details_container,
.uslugi_single .hover_single_details_container {
  overflow: hidden;
  position: relative;
  padding: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.magazyny_single:not(.active_single_hover) .hover_single_details_container,
.uslugi_single:not(.active_single_hover) .hover_single_details_container {
  padding-bottom: 0 !important;
  margin-top: 0 !important;
}
.magazyny_single.active_single_hover .magazyny_single_image, .magazyny_single:hover .magazyny_single_image,
.uslugi_single.active_single_hover .magazyny_single_image,
.uslugi_single:hover .magazyny_single_image {
  height: calc(100% - 70px);
}
.magazyny_single.active_single_hover .hover_single_details_container, .magazyny_single:hover .hover_single_details_container,
.uslugi_single.active_single_hover .hover_single_details_container,
.uslugi_single:hover .hover_single_details_container {
  background-color: #FFD600;
}
.magazyny_single.active_single_hover .hover_show_more, .magazyny_single:hover .hover_show_more,
.uslugi_single.active_single_hover .hover_show_more,
.uslugi_single:hover .hover_show_more {
  transform: translateY(0%);
  opacity: 1;
}
.magazyny_single.active_single_hover .single_details_desc, .magazyny_single:hover .single_details_desc,
.uslugi_single.active_single_hover .single_details_desc,
.uslugi_single:hover .single_details_desc {
  border-top: 1px solid #000000;
}
.magazyny_single .hover_show_more,
.uslugi_single .hover_show_more {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  padding: 10px 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  height: 80px;
}
.magazyny_single_favorites,
.uslugi_single_favorites {
  transition: all ease-in-out 0.3s;
  opacity: 1;
  border: 1px solid #EAEAEA;
}
.magazyny_single_favorites:hover,
.uslugi_single_favorites:hover {
  background-color: #FFD600;
  border-color: white;
}
.magazyny_single_favorites:hover .magazyny_single_image,
.uslugi_single_favorites:hover .magazyny_single_image {
  height: 100%;
}
.magazyny_single_favorites.deleted,
.uslugi_single_favorites.deleted {
  opacity: 0;
}
.magazyny_single_favorites.fav_checked_to_wycena,
.uslugi_single_favorites.fav_checked_to_wycena {
  background-color: #EAEAEA;
}
.magazyny_single_favorites .new_badge,
.uslugi_single_favorites .new_badge {
  display: none !important;
}
.magazyny_single_favorites .magazyny_single_details_desc,
.uslugi_single_favorites .magazyny_single_details_desc {
  border-top: none;
}
.magazyny_single_favorites:after,
.uslugi_single_favorites:after {
  content: none;
}
.magazyny_single_favorites .magazyny_single_image,
.uslugi_single_favorites .magazyny_single_image {
  position: relative;
  border-bottom: 0px solid #FFD600;
  border-right: 10px solid #FFD600;
}
@media (max-width: 768px) {
  .magazyny_single_favorites .magazyny_single_image,
.uslugi_single_favorites .magazyny_single_image {
    border-right: none;
    height: 100%;
  }
}
.magazyny_single_favorites .check_to_wycena_container .checkbox_pretty,
.uslugi_single_favorites .check_to_wycena_container .checkbox_pretty {
  margin: 0;
}

.wycena_form {
  display: none;
}

@media (max-width: 768px) {
  .eksperci .news_single_image {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.uslugi_single:after {
  content: none;
}

.small_fav .new_badge,
.small_fav .add_to_favorites_container {
  padding: 20px 5px 5px;
}
.small_fav .new_badge img,
.small_fav .add_to_favorites_container img {
  width: 25px;
}

.new_badge {
  position: absolute;
  padding: 25px 5px 5px;
  right: 0;
  top: 0;
  background-color: #4440FF;
}
.new_badge .folderminus {
  display: none;
}
.new_badge.chosen {
  background-color: #000000;
}
.new_badge.chosen .folderminus {
  display: block;
}
.new_badge.chosen .folderplus {
  display: none;
}
.new_badge .add_to_favorites {
  cursor: pointer;
}
.new_badge img {
  width: 40px;
}

.add_to_favorites_container {
  position: absolute;
  padding: 25px 5px 5px;
  right: 0;
  top: 0;
  background-color: #FFD600;
}
.add_to_favorites_container .folderminus {
  display: none;
}
.add_to_favorites_container:hover {
  background-color: #FFB800;
}
.add_to_favorites_container.chosen {
  background-color: #000000;
}
.add_to_favorites_container.chosen:hover {
  background-color: #636363;
}
.add_to_favorites_container.chosen .folderminus {
  display: block;
}
.add_to_favorites_container.chosen .folderplus {
  display: none;
}
.add_to_favorites_container .add_to_favorites {
  cursor: pointer;
}
.add_to_favorites_container img {
  width: 40px;
}

.storehouse_main_page .background_helper,
.baza_wiedzy_main_page .background_helper {
  position: absolute;
  min-height: 100px;
  width: 100%;
  left: 0;
}
.storehouse_main_page .line_helper,
.baza_wiedzy_main_page .line_helper {
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
}
.storehouse_main_page .custom_nav_back,
.baza_wiedzy_main_page .custom_nav_back {
  width: 100%;
  position: absolute;
  bottom: 15px;
}
.storehouse_main_page .dark_arrows .prev_slider,
.baza_wiedzy_main_page .dark_arrows .prev_slider {
  transform: rotate(180deg) translateX(50px);
}
.storehouse_main_page .dark_arrows .next_slider,
.baza_wiedzy_main_page .dark_arrows .next_slider {
  transform: translateX(50px);
}

.you_can_count_on_us .triflow_spacer {
  position: absolute;
  top: 0;
  right: 50%;
  transform: translateX(50%);
  height: 100%;
}

.numbers .single_number_container:last-child .single_number {
  border-right: 0px;
}
.numbers .single_number_container:first-child .single_number {
  padding-left: 0;
}
@media (min-width: 992px) {
  .numbers .single_number_container .single_number {
    padding: 0 0px;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-right: 1px solid #EAEAEA;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .numbers .single_number_container .single_number {
    align-items: flex-start;
  }
}
@media (max-width: 1199px) {
  .numbers .single_number_container .single_number {
    border-bottom: 1px solid #000000;
    margin-bottom: 20px;
  }
}

.spacer_triflow_alone {
  background-image: url(img/triflow_spacer_yellow.svg);
  background-size: contain;
  background-repeat: repeat-x;
  width: 2000px;
  height: 30px;
}

.head_line_logos_text {
  display: table;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.head_line_logos_text:before, .head_line_logos_text:after {
  content: "";
  position: absolute;
  background-image: url(img/triflow_spacer_yellow.svg);
  background-size: contain;
  background-repeat: repeat-x;
  width: 2000px;
  height: 80%;
  top: 0;
}
.head_line_logos_text:before {
  right: calc(100% + 30px);
}
.head_line_logos_text:after {
  left: calc(100% + 30px);
}

.baza_wiedzy_main_page .owl-carousel .owl-stage-outer:before {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.baza_wiedzy_main_page .news_single .news_single_image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #EAEAEA;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.baza_wiedzy_main_page .news_single .news_back_animate {
  background-color: #ffffff;
  z-index: 2;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.baza_wiedzy_main_page .news_single:hover .news_back_animate {
  background-color: #FFD600;
}
.baza_wiedzy_main_page .news_single:hover .news_single_image {
  height: calc(100% - 70px);
}
.baza_wiedzy_main_page .news_single:hover .news_single_hover_container {
  margin-top: -70px;
}
.baza_wiedzy_main_page .news_single:hover .news_single_content {
  height: 70px;
  overflow: hidden;
}
.baza_wiedzy_main_page .news_single:hover .btn-first {
  background-color: #fff;
}
.baza_wiedzy_main_page .news_single .news_single_content {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.baza_wiedzy_main_page .news_single .news_single_hover_container {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 0px;
  padding: 15px;
  position: relative;
  border-top: 10px solid #FFD600;
}
.baza_wiedzy_main_page .news_single .news_single_hover_container .news_single_details {
  bottom: 0;
  width: 100%;
}
.baza_wiedzy_main_page .news_single_image {
  position: relative;
  background-color: #EAEAEA;
}
.baza_wiedzy_main_page .news_single_terms {
  position: absolute;
  top: -8px;
  left: 0;
  display: table;
  padding: 10px 10px 5px;
  transform: translateY(-100%);
}

.news_single_terms_main {
  position: absolute;
  top: 0;
}
.news_single_terms_main .single_term_main {
  padding: 3px 10px;
}

.uslugi_main_page2 .uslugi_back_shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 80%;
  width: 100%;
}

.obszary_dzialalnosci .row > div:last-child .single_obszar_dzialalnosci:after {
  content: "";
  border-left: 1px dashed #A4A4A4;
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
}
.obszary_dzialalnosci .single_obszar_dzialalnosci {
  height: 100%;
  position: relative;
}
@media (max-width: 768px) {
  .obszary_dzialalnosci .single_obszar_dzialalnosci {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.obszary_dzialalnosci .single_obszar_dzialalnosci:before {
  content: "";
  border-left: 1px dashed #A4A4A4;
  width: 1px;
  height: 100%;
  position: absolute;
}
@media (max-width: 768px) {
  .obszary_dzialalnosci .single_obszar_dzialalnosci:before {
    content: none;
  }
}

.co_wyroznia_container_img {
  position: relative;
}
.co_wyroznia_container_img img {
  margin-top: -150px;
  position: absolute;
  left: 0;
}

.proces .single_proces {
  position: relative;
}
.proces .single_proces_number {
  left: 10px;
  top: 10px;
  position: absolute;
}

.jak_powierzchnie .main_row > div:nth-child(1) .row .single_option_child:nth-child(1) .single_option_child_container {
  padding-left: 0;
}
.jak_powierzchnie .main_row > div:nth-child(2) .row .single_option_child:last-child .single_option_child_container:after {
  content: none;
}
.jak_powierzchnie .top_bar {
  width: 100%;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0px;
}
@media (max-width: 768px) {
  .jak_powierzchnie .top_bar {
    width: 10px;
    height: 100%;
  }
}
.jak_powierzchnie .yellow_part .top_bar {
  background-color: #FFD600;
}
.jak_powierzchnie .yellow_part .option_number {
  color: #FFD600;
}
.jak_powierzchnie .grey_part .top_bar {
  background-color: #A4A4A4;
}
.jak_powierzchnie .grey_part .option_number {
  color: #A4A4A4;
}
@media (max-width: 768px) {
  .jak_powierzchnie h1 {
    padding-left: 25px !important;
  }
}
.jak_powierzchnie .single_option_child .single_option_child_container {
  padding: 15px;
}
@media (max-width: 768px) {
  .jak_powierzchnie .single_option_child .single_option_child_container {
    height: auto !important;
    padding-left: 25px !important;
  }
}
.jak_powierzchnie .single_option_child .single_option_child_container:after {
  content: "";
  border-left: 1px dashed #A4A4A4;
  width: 1px;
  height: 100%;
  top: 0;
  right: 0;
  position: absolute;
}

.jak_mozemy_pomoc .single_jak_mozemy_pomoc {
  padding: 70px 15px;
  position: relative;
}
.jak_mozemy_pomoc .single_jak_mozemy_pomoc .helper_frame {
  width: 100%;
  height: 100%;
  position: absolute;
  border: 5px solid #FFD600;
  top: 0;
  left: 0;
}
.jak_mozemy_pomoc .single_jak_mozemy_pomoc:after, .jak_mozemy_pomoc .single_jak_mozemy_pomoc:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  display: none;
}
.jak_mozemy_pomoc .single_jak_mozemy_pomoc:hover .helper_frame {
  border: 10px solid #FFD600;
}
.jak_mozemy_pomoc .single_jak_mozemy_pomoc:hover:after, .jak_mozemy_pomoc .single_jak_mozemy_pomoc:hover:before {
  display: block;
  z-index: 2;
}
.jak_mozemy_pomoc .single_jak_mozemy_pomoc:hover:after {
  top: 0px;
  right: 0px;
  border-right: 10px solid #000000;
  border-top: 10px solid #000000;
}
.jak_mozemy_pomoc .single_jak_mozemy_pomoc:hover:before {
  left: 0px;
  bottom: 0px;
  border-left: 10px solid #000000;
  border-bottom: 10px solid #000000;
}

.pagination {
  border-bottom: 1px solid #EAEAEA;
}
.pagination .pagination_container {
  background-color: #fff;
  display: flex;
  align-items: center;
  color: #A4A4A4;
  margin-bottom: -1px;
  padding: 0 10px;
  position: relative;
}
.pagination .pagination_container .page-numbers.current, .pagination .pagination_container .page-numbers:hover {
  color: #000000;
  border-bottom: 1px solid #000000 !important;
}
.pagination .pagination_container a {
  color: #A4A4A4;
}
.pagination .pagination_container > *:not(.prev):not(.next) {
  padding: 10px 0;
  margin: 0 10px;
  border-bottom: 1px solid #EAEAEA;
}
.pagination .pagination_container .prev, .pagination .pagination_container .next {
  position: absolute;
}
.pagination .pagination_container .prev {
  left: -30px;
}
.pagination .pagination_container .next {
  right: -30px;
}
.pagination .prev img {
  transform: rotate(180deg);
}

.categories_list {
  border-bottom: 1px solid #FFD600;
}
.categories_list .categories_list_container {
  margin-bottom: -1px;
  padding: 0 10px;
}
.categories_list .categories_list_container .single_categories_list {
  padding: 10px 0;
  margin: 0 10px;
  border-bottom: 1px solid #EAEAEA;
  color: #A4A4A4;
}
.categories_list .categories_list_container .single_categories_list.active {
  color: #000000;
  border-bottom: 1px solid #000000;
}
.categories_list .categories_list_container .single_categories_list:hover {
  color: #000000;
  border-bottom: 1px solid #FFD600;
}

.testimonial_single .testimonial_single_image {
  position: relative;
}
.testimonial_single .testimonial_single_image:before {
  content: "";
  width: 50px;
  height: 42px;
  position: absolute;
  background-image: url(img/quota.svg);
  top: 0;
  right: -35px;
}
@media (max-width: 992px) {
  .testimonial_single .testimonial_single_image:before {
    content: none;
  }
}

@media (max-width: 992px) {
  .testimonial_blockquote {
    position: relative;
  }
  .testimonial_blockquote:before {
    content: "";
    width: 50px;
    height: 42px;
    background-image: url(img/quota.svg);
    display: block;
  }
}
form.loading_form {
  position: relative;
}
form.loading_form .message_sending {
  display: table !important;
}
form.loading_form .submit_form {
  display: none !important;
}
form.loading_form:before {
  top: -10%;
  left: -10%;
  width: 120%;
  height: 120%;
  background-color: #fff;
  position: absolute;
  opacity: 0.2;
}
form .message_sending {
  display: none !important;
}

.button_separator {
  position: relative;
}
.button_separator:before {
  content: "";
  position: absolute;
  width: 100%;
  top: 50%;
  height: 1px;
  border-bottom: 1px dashed #A4A4A4;
}

.single_warning_boxes {
  margin-top: -50px;
}
@media (max-width: 768px) {
  .single_warning_boxes {
    margin-top: 0;
  }
}
.single_warning_boxes_icon {
  position: absolute;
  top: 10px;
  right: 10px;
}
@media (max-width: 768px) {
  .single_warning_boxes .single_warning_boxes_container {
    padding: 30px 15px !important;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.single_warning_boxes .logo_container_title img {
  position: absolute;
  height: 70%;
  transform: translateX(-38%);
  left: 0;
  top: 0;
}

.newsletter_box {
  position: relative;
}
.newsletter_box > img {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
}

.baza_wiedzy_main_tags .single_tag {
  padding: 7px 10px;
  margin: 0 5px 4px 0px;
  font-weight: 500;
  color: #636363;
  font-size: 0.8rem;
  background-color: #EAEAEA;
}
.baza_wiedzy_main_tags .single_tag:hover {
  color: #000000;
  background-color: #FFD600;
}

.baza_wiedzy_main {
  line-height: 1.7;
  color: #636363;
}
.baza_wiedzy_main p {
  line-height: 1.7;
}
.baza_wiedzy_main h1 {
  font-size: 2.5rem;
}
@media (max-width: 768px) {
  .baza_wiedzy_main h1 {
    font-size: 2rem;
  }
}
.baza_wiedzy_main h2 {
  font-weight: 600;
  font-size: 2rem;
}
.baza_wiedzy_main h3 {
  margin: 50px 0 30px 0;
}
.baza_wiedzy_main h1, .baza_wiedzy_main h2, .baza_wiedzy_main h3, .baza_wiedzy_main h4 {
  font-family: "Oxanium", cursive;
  line-height: 1.2;
  color: #000000;
}
.baza_wiedzy_main blockquote {
  position: relative;
  font-style: italic;
  font-family: "Roboto";
  color: #636363;
  font-size: 2rem;
  margin: 100px 0;
  padding: 0px 0px 0 100px;
}
@media (max-width: 768px) {
  .baza_wiedzy_main blockquote {
    margin: 50px 0;
    padding: 0px 0px 0 0px;
  }
}
.baza_wiedzy_main blockquote p {
  line-height: 1.3;
}
.baza_wiedzy_main blockquote:before {
  content: "";
  width: 50px;
  height: 42px;
  position: absolute;
  background-image: url(img/quota.svg);
  top: 10px;
  left: 0;
}
@media (max-width: 768px) {
  .baza_wiedzy_main blockquote:before {
    display: block;
    position: relative;
  }
}

.separator_line {
  height: 10px;
}

.block_text {
  margin-top: 150px;
}
.block_text.dodatkowe_uslugi_block {
  margin-top: 0px;
  position: relative;
  z-index: 2;
}
.block_text.dodatkowe_uslugi_block .single_block_1 .block_image {
  top: -50px;
  height: calc(100% + 50px);
}
@media (max-width: 992px) {
  .block_text.dodatkowe_uslugi_block {
    margin-top: 50px;
  }
}

.wp-caption {
  width: 100% !important;
  line-height: 0;
  margin: 50px 0;
}
.wp-caption img {
  width: 100%;
}
.wp-caption .wp-caption-text {
  background-color: #FFD600;
  color: #7D6900;
  display: table;
  padding: 10px;
  width: 100%;
  margin: 0;
}

.wp-block-columns {
  margin: 50px 0;
}
.wp-block-columns .wp-block-column > h3 {
  margin-top: 15px;
}
.wp-block-columns .wp-block-column img {
  width: 100%;
  margin-bottom: 30px;
}

.contact_map_box {
  position: relative;
}
.contact_map_box .contact_icon {
  width: 30px;
  max-width: 30px;
}
.contact_map_box .map_full {
  width: 67%;
  height: 100%;
  position: absolute;
  padding: unset;
}
@media (max-width: 768px) {
  .contact_map_box .map_full {
    width: auto;
    height: 500px;
    position: relative;
  }
}
.contact_map_box .contact_map_container {
  position: static;
}

.results_map {
  position: static;
}
.results_map #storagemap {
  width: 50%;
  height: 80vh;
  position: absolute;
  padding: unset;
}
@media (max-width: 768px) {
  .results_map #storagemap {
    width: 100%;
    height: 300px;
    position: relative;
  }
}

.favorite_list .favorites_container {
  margin-top: -50px;
}
@media (max-width: 768px) {
  .favorite_list .favorites_container {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .favorite_list .magazyny_single_details_title_part,
.favorite_list .magazyny_single_details_content_part {
    width: 100%;
  }
}

.faq_uslugi {
  border-top: 50px solid #FFD600;
}
.faq_uslugi .single_faq.faq_on {
  opacity: 1;
}
.faq_uslugi .single_faq.faq_on .faq_turn {
  padding-top: 20px;
  padding-bottom: 20px;
}

.single_faq {
  color: #000000;
  opacity: 0.7;
  cursor: pointer;
}
.single_faq.faq_on {
  opacity: 1;
}
.single_faq.faq_on .faq_turn {
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  max-height: 1200px;
}
.single_faq.faq_on h2 {
  color: #000000;
}
.single_faq.faq_on .faq_turn_on img {
  transform: rotate(180deg);
}
.single_faq .faq_turn_on {
  border-bottom: 1px solid #EAEAEA;
  position: relative;
  padding: 10px 0;
  margin-bottom: 20px;
}
.single_faq .faq_turn_on img {
  position: absolute;
  right: 0;
  top: 0;
}
.single_faq .faq_turn {
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.single_faq .faq_turn img {
  width: 70px;
  max-width: 70px;
}

.button_stats {
  padding: 15px 0;
  position: relative;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.button_stats.active:after {
  background-color: #000000;
}
.button_stats:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #EAEAEA;
  left: 0;
  bottom: 0;
}
.button_stats:hover {
  padding: 15px 0 15px 15px;
}
.button_stats:hover:after {
  background-color: #FFD600;
}

footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
footer ul li {
  margin-bottom: 15px;
}
footer ul li a {
  text-decoration: underline;
  color: #A4A4A4;
}

@media (max-width: 768px) {
  .hero_image_about {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.news_single_main_pad {
  padding: 50px 100px 0;
}
@media (max-width: 768px) {
  .news_single_main_pad {
    padding: 50px 15px;
  }
}

.single_categories_list_resp {
  background: #F8F8F8;
  border: 1px solid #EAEAEA;
  padding: 10px 15px;
  margin-bottom: 2px;
  order: 1;
  display: none;
}
.single_categories_list_resp.active {
  cursor: pointer;
  display: block;
  position: relative;
  order: 0;
}
.single_categories_list_resp.active:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  right: 10px;
  transform: rotate(45deg) translateY(50%);
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
}
.single_categories_list_resp.onit {
  display: block;
}

.owl-carousel.beauty-dots .owl-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 30px;
  transform: translateX(-50%);
  left: 50%;
}

.owl-carousel.beauty-dots .owl-dots button span {
  width: 15px;
  height: 15px;
  display: block;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin: 3px 5px;
}

.owl-carousel.beauty-dots .owl-dots button.active span {
  border: 1px solid #FFD600;
}

.owl-carousel.beauty-dots.dark-dots .owl-dots button.active span {
  border: 1px solid #FFD600;
}

.owl-carousel.beauty-dots.under-dots .owl-dots {
  position: relative;
  bottom: 0;
  transform: translateX(-50%);
  margin-top: 30px;
}

.owl-carousel.beauty-arrow .owl-nav button:before {
  content: "";
  width: 50px;
  height: 50px;
  background-image: url("img/ArrowSquareRightBlack.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.owl-carousel.beauty-arrow .owl-nav button.owl-prev, .owl-carousel.beauty-arrow .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  text-indent: -8000px;
  overflow: hidden;
  transform: translateY(-50%);
  border-radius: 10px;
}
.owl-carousel.beauty-arrow .owl-nav button.owl-prev {
  left: -50px;
}
.owl-carousel.beauty-arrow .owl-nav button.owl-prev:before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.owl-carousel.beauty-arrow .owl-nav button.owl-next {
  right: -50px;
}

.owl-carousel.overflow_show .owl-stage-outer {
  overflow: visible;
}
.owl-carousel.owl-t-30 .owl-dots {
  margin-top: 30px;
}
.owl-carousel.number-dots .custom_dots_slider_arrow {
  display: flex;
  justify-content: space-between;
}
.owl-carousel.number-dots .custom_dots_slider_arrow .prev_slider,
.owl-carousel.number-dots .custom_dots_slider_arrow .next_slider {
  background-image: url(img/ArrowSquareRightGrey.svg);
  transform: translateY(40px);
  width: 40px;
  height: 40px;
}
.owl-carousel.number-dots .custom_dots_slider_arrow .prev_slider {
  transform: translateY(40px) rotate(180deg);
}
.owl-carousel.number-dots .owl-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.owl-carousel.number-dots .owl-dots:before {
  content: "";
  width: 100vw;
  height: 1px;
  background-color: #EAEAEA;
  position: absolute;
  bottom: 0;
  z-index: -1;
}
.owl-carousel.number-dots .owl-dots .owl-dot {
  outline: none;
}
.owl-carousel.number-dots .owl-dots .owl-dot.hide_me {
  display: none;
}
.owl-carousel.number-dots .owl-dots .owl-dot.hide_me.on {
  display: block;
}
.owl-carousel.number-dots .owl-dots .owl-dot span {
  padding: 10px 0;
  margin: 0 10px;
  border-bottom: 1px solid #EAEAEA;
  display: block;
  position: relative;
  color: #636363;
}
.owl-carousel.number-dots .owl-dots .owl-dot span:before, .owl-carousel.number-dots .owl-dots .owl-dot span:after {
  content: "";
  width: 10px;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: -1px;
  left: -10px;
}
.owl-carousel.number-dots .owl-dots .owl-dot span:after {
  left: unset;
  right: -10px;
}
.owl-carousel.number-dots .owl-dots .owl-dot.active span {
  color: #000000;
  border-bottom: 1px solid #000000 !important;
}
.owl-carousel.clever_dots .owl-dots {
  display: flex;
  flex-grow: 1;
  flex-basis: 0;
}
.owl-carousel.clever_dots .owl-dots .owl-dot {
  flex-grow: 1;
  flex-basis: 0;
}
.owl-carousel.clever_dots .owl-dots .owl-dot span {
  width: 100%;
  border: 2px solid #EAEAEA;
  width: 100%;
  display: block;
}
.owl-carousel.clever_dots .owl-dots .owl-dot.active span {
  border: 2px solid #FFD600;
}

.beauty_ul.h2ul ul {
  margin-left: 30px;
}
.beauty_ul.h2ul ul li:before {
  top: calc(50% - 10px);
  background-color: #ffffff;
  left: -30px;
}
.beauty_ul ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-left: 20px;
}
.beauty_ul ul li {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
}
.beauty_ul ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #FFD600;
  display: block;
  position: absolute;
  left: -20px;
  top: 6px;
}
@media (min-width: 1199px) {
  .beauty_ul ul li:before {
    top: 6px;
  }
}
@media (min-width: 1599px) {
  .beauty_ul ul li:before {
    top: 7px;
  }
}
@media (min-width: 1699px) {
  .beauty_ul ul li:before {
    top: 8px;
  }
}

.equalslider .owl-stage {
  display: flex;
  flex-wrap: wrap;
}

.beauty_ol ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-left: 20px;
  counter-reset: item;
}
.beauty_ol ol li {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 10px;
}
.beauty_ol ol li:before {
  display: inline-block;
  content: counter(item);
  counter-increment: item;
  display: block;
  position: absolute;
  left: -20px;
  top: 3px;
  color: #4440FF;
  font-family: "Oxanium", cursive;
  font-weight: 600;
}

.notifications_in {
  position: fixed;
  right: 20px;
  z-index: 9;
  width: 600px;
  max-width: calc(100% - 40px);
}
.notifications_in .notification {
  width: 100%;
  background: #000000;
  color: #fff;
  padding-right: 50px;
  box-shadow: 6px 6px 0px 2px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  position: relative;
}
.notifications_in .notification .icon_notification_container {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  background-image: url(img/notification_icons/CheckCircle.svg);
  background-size: contain;
  sbackground-position: center;
}
.notifications_in .notification .close_notification {
  width: 20px;
  height: 20px;
  position: absolute;
  background-image: url(img/close_white.svg);
  right: 10px;
  top: 10px;
  background-size: contain;
  background-position: center;
  opacity: 0.7;
}
.notifications_in .notification .content_container_text {
  opacity: 0.7;
  font-size: 0.7rem;
}
.notifications_in .notification.type_cookies {
  background-color: #4440FF;
}
.notifications_in .notification.type_cookies .icon_notification_container {
  background-image: url(img/notification_icons/WarningCircle.svg);
}
.notifications_in .notification.type_warning {
  background-color: #FFD600;
  color: #000000;
}
.notifications_in .notification.type_warning .icon_notification_container {
  background-image: url(img/notification_icons/Warning.svg);
}
.notifications_in .notification.type_error {
  background-color: #DD5E5E;
}
.notifications_in .notification.type_error .icon_notification_container {
  background-image: url(img/notification_icons/WarningOctagon.svg);
}

@media (min-width: 768px) {
  .hide-xs-big,
.hide-sm-big {
    display: none !important;
  }

  .text-sm-center {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .col-20 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .hide-md-big {
    display: none !important;
  }

  .text-md-center {
    text-align: center;
  }
}
@media (min-width: 1199.98px) {
  .col-20 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .hide-big {
    display: none !important;
  }

  .text-md-right {
    text-align: right;
  }
}
@media (min-width: 1499.98px) {
  .container_fluid {
    max-width: 70vw;
    width: 70vw;
  }
}
@media (max-width: 1699.98px) {
  body, html {
    font-size: 17px;
  }
}
@media (max-width: 1599.98px) {
  body, html {
    font-size: 15px;
  }
}
@media (max-width: 1199.98px) {
  .hide-small {
    display: none !important;
  }

  header #menu-main-menu > li {
    width: 100%;
  }
  header #menu-main-menu > li > a {
    padding: 10px 0;
    display: block;
    border-bottom: 1px solid #FFB800;
  }
  header #menu-main-menu .menu-item-has-children {
    position: relative;
  }
  header #menu-main-menu .menu-item-has-children:hover {
    background-image: none !important;
  }
  header #menu-main-menu .menu-item-has-children:hover ul {
    display: none;
  }
  header #menu-main-menu .menu-item-has-children.active_sub > a {
    opacity: 0.5;
  }
  header #menu-main-menu .menu-item-has-children.active_sub ul {
    display: block;
    position: static;
    transform: unset;
  }
  header #menu-main-menu .menu-item-has-children.active_sub:before {
    transform: rotate(180deg);
  }
  header #menu-main-menu .menu-item-has-children:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(img/ArrowSquareDown.svg);
    right: 0px;
    top: 15px;
    background-size: contain;
  }
  header .menu_container {
    display: none;
  }
  header .header_container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  header.on .nav_row {
    justify-content: flex-start;
    font-weight: bold;
  }
  header.on .menu_container {
    display: unset;
    padding-top: 30px;
  }
  header.on .user_menu_container {
    display: none;
  }
  header.on .mobile_user_menu {
    display: block;
  }
  header.sticked .header_container {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  header .mobile_user_menu > a {
    padding: 10px 0;
    display: block;
    border-bottom: 1px solid #FFB800;
  }
  header .mobile_user_menu > a img {
    max-height: 25px;
  }
}
@media (max-width: 991.98px) {
  .hide-md-small {
    display: none !important;
  }

  .col-20 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767.98px) {
  .hide-xs-small,
.hide-sm-small {
    display: none !important;
  }

  .fontxs2 {
    font-size: 2rem !important;
  }

  .mxm-15 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 550px) {
  a.logo {
    display: block;
  }
  a.logo img {
    max-height: 24px;
  }
}
@media (min-width:1215px) and (max-width: 1699.98px) {
header .menu-item a,
header span,
header div {
font-size: 14px !important;
}

.logo_menu_container {
  padding-right: 0 !important;
}

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