:root {
  --text-color: #113444;
  --blue: #255baa;
  --orange: #fd590f;
}
html,
body {
  font-family: "Open Sans", sans-serif;
  color: var(--text-color);
  font-weight: normal;
  scroll-behavior: smooth;
}
a {
  text-decoration: none;
  color: var(--text-color);
}
a:hover {
  color: var(--text-color);
}
p {
  font-weight: normal;
  margin-bottom: 0;
}
b,
strong {
  font-weight: 600;
}
img {
  max-width: 100%;
}
/* Removal Bootstrap Default Styles */
button.navbar-toggler {
  box-shadow: none !important;
}
.btn:focus {
  box-shadow: none !important;
}
/* fonts & texts */
h1,
.h1,
h2 > * {
  font-weight: 800;
}
h2,
.h2,
h2 > * {
  font-weight: 700;
}
h3,
.h3,
h3 > * {
  font-weight: 600;
}
@media (max-width: 1199px) {
  .container {
    max-width: 100%;
  }
}
main {
  font-size: 16px;
}
.clear {
  clear: both;
}
/* header */
.is-blue {
  fill: var(--blue);
}
.is-orange {
  fill: var(--orange);
}
.is-red {
  fill: #b01016;
}
.navbar-brand svg {
  height: auto;
  width: calc(100% - 60px);
}
@media (min-width: 480px) {
  .navbar-brand svg {
    width: 100%;
  }
}
nav {
  position: relative;
}
/* Hamburger menu */
.navigation-toggler {
  display: flex;
  position: relative;
  background-color: #265baa;
  height: 40px;
  aspect-ratio: 1;
}
.navigation-toggler span.menu-btn {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #fff;
}
.navigation-toggler span.menu-btn:not(:last-of-type) {
  margin-bottom: 4px;
}
.navigation-box {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 99;
  top: 0;
  left: 100%;
  padding: 2rem;
  background-color: #fff;
  transition: all .5s;
  overflow-y: auto;
}
.navigation-box.open {
  left: 0;
}
.navigation-box .content {
  position: relative;
}
.navigation-box .content .close_btn {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #265baa;
  border: 2px solid #fff;
  padding: 10px;
  cursor: pointer;
}
.navigation-box .content .close_btn svg {
  width: 20px;
  aspect-ratio: 1;
  fill: #fff;
}
@media (min-width: 1024px) {
  .navigation-box {
    padding: 4rem;
  }
}
.megamenu h3 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.megamenu ul {
  padding-left: 20px;
}
.megamenu ul li a {
  font-size: 16px;
}
.topbar {
  background: #e3e3e3;
  padding: 5px;
}
.topbar .links {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.topbar .lang > * {
  font-weight: 600;
  font-size: 14px;
}
.topbar .lang .current {
  text-decoration: underline;
}
.header-top {
  padding: 30px 0;
}
.header-top .infolinia .tel {
  font-size: 26px;
  font-weight: 700;
}
.header-top .search_box {
  position: relative;
  flex: 1;
}
.header-top .search_box input {
  border: 0;
  background: #f1f1f1;
  width: 100%;
  padding: 0 20px;
  height: 3rem;
}
.header-top .search_box button {
  border: none;
  background: none;
  position: absolute;
  right: 5px;
  top: 0;
  height: 100%;
}
.header-top .search_box button svg {
  width: 20px;
}
.header-bottom {
  background: #fd590f;
}
@media (min-width: 768px) {
  .header-bottom {
    background: #fd590f;
  }
  .header-bottom .navigation_desktop ul.menu-items {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 20px;
  }
  .header-bottom .navigation_desktop ul.menu-items li {
    padding: 10px 0;
  }
  .header-bottom .navigation_desktop ul.menu-items li a {
    color: #fff;
    font-weight: 700;
  }
  .header-bottom .navbar .navbar-nav {
    gap: 20px;
  }
  .header-bottom .navbar .navbar-nav .nav-item {
    padding: 5px 0;
  }
  .header-bottom .navbar .navbar-nav .nav-item .nav-link {
    padding: 0;
    color: #fff;
    font-weight: 700;
  }
}
/* footer */
#toTop {
  display: none;
  width: 40px;
  line-height: 40px;
  overflow: hidden;
  z-index: 999;
  cursor: pointer;
  position: fixed;
  bottom: 10px;
  right: 10px;
  text-align: center;
  border-radius: 5px;
  background-color: #000;
  border: 1px solid #000;
}
a#toTop > img {
  margin-bottom: 3px;
  transform: rotateZ(-90deg);
  filter: brightness(0) invert(1);
}
footer {
  background: #FAFAFA;
  border-top: 5px solid #fd590f !important;
  padding: 50px 0 20px;
}
footer .copyright {
  color: #afafaf;
  font-size: 14px;
}
main {
  margin-top: 20px;
}
main hr {
  border-color: var(--orange);
  border-width: 2px;
}
main a {
  text-decoration: underline;
}
.hello_categories .item_content {
  background: #3757a1;
  color: #fff;
  margin-bottom: 20px;
  aspect-ratio: 1.33333333;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 20px;
}
.hello_categories .item_content a {
  color: #fff !important;
  text-decoration: none;
}
.hello_categories .item_content h2 {
  font-size: 22px;
  font-weight: 800;
}
.wpb_content_element.wpb_single_image {
  margin-bottom: 10px;
}
.quick_links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.quick_links a {
  text-decoration: none;
  padding: 5px 10px;
  font-weight: 400;
  font-size: 14px;
  background: #265baa;
  color: #fff;
}
.hello_text_block {
  padding: 40px 20px;
}
.hello_text_block p {
  font-size: 22px;
  font-weight: 600;
  color: #000;
}
.custom_tab_title {
  cursor: pointer;
  position: relative;
}
.custom_tab_title:before {
  content: "";
  position: absolute;
  right: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border: 6px solid #000;
  border-left-width: 0;
  border-top-width: 0;
  rotate: 45deg;
}
.custom_tab_title.open:before {
  rotate: -135deg;
}
.custom_tab_content,
.vc_row.vc_row-flex.custom_tab_content,
.tab_content {
  display: none;
}
.content-tabs {
  max-width: 800px;
  margin: 0 auto;
}
.content-tabs .tab {
  margin-bottom: 20px;
  text-align: center;
  border: 2px solid #898989;
  padding: 5px 10px;
}
.content-tabs .tab .tab_title {
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}
.content-tabs .tab .tab_title .subtitle {
  font-size: 14px;
}
.content-tabs .tab .tab_title:before {
  content: "";
  position: absolute;
  right: 0;
  top: 40%;
  width: 10px;
  height: 10px;
  border: 3px solid #000;
  border-left-width: 0;
  border-top-width: 0;
  rotate: 45deg;
}
.content-tabs .tab .tab_title.open:before {
  rotate: -135deg;
}
.content-tabs .tab .tab_title.open .tab-title {
  margin-top: 10px;
  margin-bottom: 10px;
}
