/*   
Theme Name: psFree
Theme URI: 
Author: Koval Web
Author URI: https://www.templatemonster.com/vendors/kovalweb
Description: The Template is created for web template
Tags: html5, css3, sass, gulp, bootstrap grid
Version: 2.0.0
*/
:root {
  --font-family: "Source Sans Pro";
  --font-size: 16px;
  --font-weight: 400;
  --font-style: normal;
  --line-height: 1.625;
  --heading-font-family: "Montserrat";
  --heading-font-size: 2.5rem;
  --heading-line-height: 1.3;
  --heading-font-weight: 700;
  --accent-color: #6eb9e7;
  --el-gradient-start: #1859b4;
  --el-gradient-end: #0467f1;
  /*--background-color: #ffffff;*/
  --background-color: #f0f4f8;
  --background-secondary-color: #f0f4f8;
  --text-primary: #303036;
  --text-secondary: #63636b;
  --border-color: #d4d4e1;
  --placeholder-color: #6f6f76;
  --error-color: #ff3d0d;
  --alert-primary: #0065d1;
  --alert-success: #1cab55;
  --alert-danger: #e91c1c;
  --alert-warning: #c79c00;
  --el-border-radius: 10px;
  --el-border-radius-min: 6px;
  --el-box-shadow: 2px 4px 20px 1px rgba(45, 45, 45, 0.13);
  --header-box-shadow: 0px 0px 14px 0px rgba(77, 82, 94, 0.15);
}

/* === CSS Table Of Content

1. Content
    1.1 Fonts
    1.2 Base
    1.3 Tables
    1.4 Typography
2. General
3. Components
    3.1 Accordion
    3.2 Breadcrumb
    3.3 Buttons
    3.4 Forms
    3.5 Icons
    3.6 Pagination
    3.7 Tabs
4. Widgets
    4.1 Brand info
5. Bloks
    5.1 Intro
    5.2 Icon items
    5.3 Items of numbers
    5.4 Counters
    5.5 Reviews
    5.6 News
    5.7 Brands
    5.8 Contact
6. Layouts
    6.1 Header
    6.2 Section
    6.3 Footer
7. Media

=== */
/* === 1. Content === */
/* 1.1 Fonts */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/source-sans-pro-v21-latin/source-sans-pro-v21-latin-regular.woff2")
    format("woff2");
}

@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/source-sans-pro-v21-latin/source-sans-pro-v21-latin-700.woff2")
    format("woff2");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/montserrat-v25-latin/montserrat-v25-latin-600.woff2")
    format("woff2");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/montserrat-v25-latin/montserrat-v25-latin-700.woff2")
    format("woff2");
}

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/material-icons/material-icons.woff2") format("woff2");
}

@font-face {
  font-family: "Material Icons Outlined";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/material-icons/material-icons-outlined.woff2")
    format("woff2");
}

/* 1.2 Base */
* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

html {
  font-size: var(--font-size);
}

html,
body {
  min-height: 100%;
}

body {
  font-size: 1rem;
  width: 100%;
  min-width: 320px;
  line-height: var(--line-height);
  font-family: var(--font-family);
  font-weight: var(--font-weight);
  font-style: var(--font-style);
  overflow-x: hidden;
  color: var(--text-primary);
  margin: 0;
  padding: 0;
  opacity: 1;
  background-color: var(--background-color);
}

.main {
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  height: 100%;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  opacity: 1;
  box-shadow: var(--el-box-shadow);
}

.main-inner {
  flex: 1 0 auto;
  overflow: hidden;
}

.footer {
  flex: 0 0 auto;
}

header ul,
header ol,
footer ul,
footer ol,
nav ul,
nav ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  color: var(--accent-color);
  text-decoration: underline;
  transition: all 0.2s;
}

a:hover {
  text-decoration: none;
  color: var(--accent-color);
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

/* 1.3 Tables */
table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  border-bottom: 1px solid var(--border-color);
}

table td,
table th {
  padding: 1rem;
}

table tr:nth-child(even) {
  background-color: var(--background-secondary-color);
}

table thead tr {
  border-bottom: 1px solid var(--border-color);
}

table thead tr th {
  font-weight: bold;
  font-size: 1rem;
}

/* 1.4 Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
  line-height: var(--heading-line-height);
  padding: 0;
  margin: 0 0 2rem 0;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1.125rem;
}

p {
  margin: 0 0 2rem 0;
}

hr {
  border: none;
  border-top: 1px solid var(--border-color);
}

.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  margin-top: 2.5rem;
}

.content h2:first-child,
.content h3:first-child,
.content h4:first-child,
.content h5:first-child,
.content h6:first-child {
  margin-top: 0;
}

.content ul,
.content ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.content ul li,
.content ol li {
  position: relative;
  margin-bottom: 0.625rem;
  padding-left: 1.75rem;
}

.content ul li::before,
.content ol li::before {
  position: absolute;
  left: 0;
  display: inline-flex;
  color: var(--accent-color);
  line-height: var(--line-height);
  min-width: 1.25rem;
  margin-right: 0.5rem;
}

.content ul li::before {
  content: "\e5ca";
  top: -0.125rem;
  font-family: "Material Icons";
  font-size: 1.125rem;
  height: calc(1rem * var(--line-height));
  min-width: 1.5rem;
}

.content ul li > * {
  display: inline-flex;
}

.content ol {
  counter-reset: item;
}

.content ol li::before {
  content: counter(item) ".";
  counter-increment: item;
}

.content img {
  /*display: block;*/
  max-width: 100%;
  /*height: auto;*/
  border-radius: var(--el-border-radius);
}

.content > * {
  margin-bottom: 2rem !important;
}

.content > *:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767.98px),
  only screen and (min-width: 567px) and (max-width: 900px) and (orientation: landscape) {
  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.75rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1.125rem;
  }
}

/* 2 General */

.items {
  margin-bottom: calc(0px - var(--bs-gutter-x));
}

.item {
  margin-bottom: var(--bs-gutter-x);
}

.item-style {
  position: relative;
  background-color: var(--background-color);
  border-radius: var(--el-border-radius);
  overflow: hidden;
  color: var(--text-primary);
  height: 100%;
  transition: box-shadow 0.2s;
  padding: 10px;
}
.item-style:hover {
  box-shadow: var(--el-box-shadow);
}

.item-style:hover::after {
  border-color: transparent;
}

.item-style::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--el-border-radius);
  border: 1px solid var(--border-color);
  overflow: hidden;
  pointer-events: none;
  transition: border-color 0.2s;
  z-index: 1;
}

.el {
  --el-custom-size: 100%;
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}

.el::after {
  content: "";
  float: left;
  margin-top: 100%;
}

.item-heading {
  font-family: var(--heading-font-family);
  font-size: 1.125rem;
  font-weight: var(--heading-font-weight);
}

.item-heading a {
  text-decoration: none;
  color: var(--text-primary);
}

.item-heading a:hover {
  color: var(--accent-color);
}

.bff {
  display: block;
  padding: 1rem 0;
  background: #3d75ac;
  color: var(--background-color);
  text-decoration: none;
}

.bff:hover {
  color: var(--background-color);
}

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

.bff-container p {
  font-family: var(--heading-font-family);
  font-size: 1.125rem;
  margin: 0 0 0.5rem 0;
  font-weight: 600;
  text-transform: uppercase;
}

.bff-container .btn.btn-border {
  color: var(--background-color);
  fill: var(--background-color);
}

.bff-container .btn.btn-border::before {
  border-color: var(--background-color);
}

/* === 3. Components === */
/* 3.1 Accordion */

/* 3.2 Breadcrumb */

/* 3.3 Buttons */
.btn-group {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 0 -1.25rem 0;
}

.btn-group > * {
  display: block;
  margin: 0 0 1.25rem 1.25rem;
}

.btn {
  --ripple-width: 100%;
  --ripple-time: 0.4s;
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 1rem;
  font-weight: var(--font-weight);
  font-family: var(--font-family);
  line-height: var(--line-height);
  color: var(--background-color);
  fill: var(--background-color);
  background: #3d75ac;
  background: #3d75ac;
  text-decoration: none;
  padding: 0.75em 1.75em;
  border-radius: var(--el-border-radius-min);
  outline: none;
  border: none;
  cursor: pointer;
  overflow: hidden;
  transition: color var(--ripple-time), fill var(--ripple-time);
}

.btn > i,
.btn > span,
.btn > svg,
.btn > img {
  position: relative;
  z-index: 1;
}

.btn > img {
  width: 1.375rem;
  height: 1.375rem;
}

.btn.btn-small {
  font-size: 0.875rem;
}

.btn.btn-small.btn-with-icon > svg {
  width: 0.8125rem;
  min-width: 0.8125rem;
  height: 0.8125rem;
}

.btn.btn-small > img {
  width: 1.25rem;
  height: 1.25rem;
}

.btn.btn-border {
  background: #3d75ac;
  color: #fff;
  fill: #3d75ac;
}

.btn.btn-border:hover {
  background: none;
  color: var(--background-color);
}

.btn.btn-border::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--text-primary);
  border-radius: var(--el-border-radius-min);
  overflow: hidden;
}

.btn.btn-with-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.btn.btn-with-icon > svg {
  width: 0.875rem;
  height: 0.875rem;
}

.btn.btn-with-icon .btn-icon-right {
  margin-left: 0.5rem;
}

.btn:focus {
  outline: none;
}

.btn:hover {
  color: var(--background-color);
  fill: var(--background-color);
}

.ripple {
  position: relative;
  overflow: hidden;
}

@keyframes ripple {
  0% {
    transform: none;
  }

  100% {
    transform: scale(250);
  }
}

/* 3.4 Forms */
*::-webkit-input-placeholder,
*::placeholder {
  color: var(--placeholder-color);
  opacity: 1;
}

textarea {
  display: block;
  font-size: 1rem;
  font-family: var(--font-family);
  font-weight: var(--font-weight);
  width: 100%;
  padding: calc(0.75em - 1px) 1rem;
  margin-bottom: 1rem;
  line-height: var(--line-height);
  border-radius: var(--el-border-radius-min);
  border: 1px solid var(--border-color);
  background-color: transparent;
  outline: none;
  color: var(--text-primary);
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all 0.2s;
}

textarea:focus {
  border-color: var(--accent-color);
}

textarea:disabled {
  background-color: var(--background-secondary-color);
}

textarea {
  height: auto;
  resize: none;
}

/* 3.5 Icons */
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  height: 1rem;
  width: 1rem;
}

.material-icons.material-icons-outlined {
  font-family: "Material Icons Outlined";
}

.material-icons.md-22 {
  font-size: 1.375rem;
  width: 1.375rem;
  height: 1.375rem;
}

/* 3.6 Pagination */

/* 3.7 Tabs */

.tabs-container {
  width: 100%;
}

@media (max-width: 767.98px) {
  .tabs-container {
    padding-top: 1.5rem;
  }
}

/* === 4. Widgets === */
/* 4.1 Brand info */
.widget-brand-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  line-height: 1;
}

.widget-brand-info .logo {
  display: inline-flex;
  opacity: 1;
}

.widget-brand-info .logo img {
  margin: 0;
  width: 100%;
  height: 100%;
}

.widget-brand-info-main {
  max-width: 30rem;
}

.widget-brand-info-main > *:last-child {
  margin-bottom: 0;
}

.widget-brand-info-main p {
  line-height: var(--line-height);
}

/* === 5. Bloks === */
/* 5.1 Intro */

/* 5.2 Icon items */

/* 5.3 Items of numbers */

/* 5.4 Counters */

/* 5.5 Reviews */

/* 5.6 News */
.news-item {
  position: relative;
}

.news-item-img {
  position: relative;
  display: block;
  background-color: var(--background-secondary-color);
}

.news-item-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-color: #bababa;
  border-style: solid;
}

.news-item-info {
  position: relative;
  padding: 2.1875rem 1.25rem 1.25rem;
}

.news-item-date {
  position: absolute;
  left: 50%;
  top: -1.125rem;
  height: 2.25rem;
  line-height: 2.25rem;
  padding: 0 0.625rem;
  background-color: var(--accent-color);
  color: var(--background-color);
  font-size: 0.8125rem;
  border-radius: var(--el-border-radius-min);
  transform: translateX(-50%);
}

.news-item-heading {
  margin-bottom: 0.625rem;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 1.125rem;
}

.news-item-desc {
  color: var(--text-secondary);
}

.news-item-desc p {
  margin-bottom: 0;
}

.author {
  display: flex;
  align-items: center;
  text-align: left;
}

@media (max-width: 1199.98px) {
  .news-item-info {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (max-width: 767.98px),
  only screen and (min-width: 567px) and (max-width: 900px) and (orientation: landscape) {
  .news-item {
    max-width: 21.875rem;
    margin: 0 auto;
  }

  .news-item-desc {
    height: auto;
  }
}

/* 5.7 Brands */

/* 5.8 Contacts */

.contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
  color: var(--text-secondary);
}

.contact-list li {
  display: flex;
  margin-bottom: 1.625rem;
  line-height: 1.375rem;
}

.contact-list li:last-child {
  margin-bottom: 0;
}

.contact-list li .material-icons {
  margin-right: 0.625rem;
  color: var(--accent-color);
}

.contact-list li a {
  text-decoration: none;
  display: block;
  color: var(--text-secondary);
  margin-bottom: 0.25rem;
}

.contact-list li a:last-child {
  margin-bottom: 0;
}

.contact-list li a:hover {
  color: var(--accent-color);
}

.contact-list i {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-list .footer-contact-info {
  opacity: 1;
}

.footer-contact-info h3 {
  color: var(--text-primary);
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.footer-contact-info p {
  margin-bottom: 0.25rem;
}

.footer-contact-info p:last-child {
  margin-bottom: 0;
}

/* === 6. Layouts === */
/* 6.1 Header */
.header {
  position: relative;
  width: 100%;
}

.logo {
  display: inline-flex;
  text-decoration: none;
}

.logo img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: var(--logo-max-height);
  max-width: var(--logo-max-width);
}

.logo svg {
  display: block;
}

.main-mnu-list {
  display: inline-flex;
  margin-left: -1.5rem;
}

/*
.main-mnu-list > li {
    position: relative;
    margin-left: 1.5rem;   
    padding: 1rem 0;
}*/

.main-mnu-list > li:hover > a > span,
.main-mnu-list > li.active > a > span {
  transform: translateY(100%);
}

.main-mnu-list > li:hover > a::after,
.main-mnu-list > li.active > a::after {
  transform: none;
}

.main-mnu-list > li > a {
  font-size: 0.9375rem;
  overflow: hidden;
  white-space: nowrap;
}

.main-mnu-list > li > a::after {
  content: attr(data-title);
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-100%);
  width: 100%;
  white-space: nowrap;
  transition: all 0.4s;
  color: var(--accent-color);
}

.main-mnu-list > li > a > span {
  display: block;
  transform: translateY(0);
  transition: all 0.4s;
}

.main-mnu-list > li a {
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 1rem;
  background: #3d75ac;
}

/* 6.2 Section */
.section {
  position: relative;
  padding: 2.5rem 0;
  /*padding: 0.5rem 0;*/
  background-color: var(--background-color);
  color: var(--text-primary);
}

.section-bgc {
  background-color: var(--background-secondary-color);
}

.section-heading {
  margin-bottom: 3.25rem;
  max-width: 850px;
}

.section-heading h1,
.section-heading h2,
.section-heading h3 {
  position: relative;
  font-size: 2.5rem;
  margin: 0;
}

.section-heading .btn-group {
  margin-top: 2rem;
}

.heading-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* 6.3 Footer */
.footer {
  position: relative;
  background-color: #05283e;
  background-image: url(../img/footer4.jpg);
  width: 100%;
  color: var(--background-color);
  font-size: 1rem;
}

.footer p,
.footer i {
  opacity: 0.8;
}

.footer a {
  opacity: 0.8;
  color: var(--background-color);
  text-decoration: none;
}

.footer a:hover {
  color: var(--background-color);
  opacity: 1;
}

.footer a::after {
  color: var(--background-color);
}

.footer-minimal .footer-main {
  padding: 1rem 0;
}

.footer-main {
  position: relative;
  padding: 4rem 0;
}

.footer-main::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: var(--background-color);
  opacity: 0.1;
}

.footer-main > .container > .items {
  margin-bottom: -2.5rem;
}

.footer-bottom {
  position: relative;
  padding: 1.625rem 0 1.5rem;
  font-size: 0.875rem;
}

.footer-bottom::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  /*height: 1px;*/
  background-color: var(--background-color);
  opacity: 0.1;
}

.footer-bottom .copyright {
  opacity: 0.8;
}

.footer-bottom .items {
  margin-bottom: -1.5rem;
}

.footer-bottom .item {
  margin-bottom: 1.5rem;
}

.footer-links {
  display: flex;
  margin-bottom: -1rem;
  margin-left: -1.25rem;
  position: relative;
  float: right;
}

.footer-links ul li {
  margin-bottom: 1rem;
  margin-left: 1.25rem;
}

.footer-links ul li a {
  display: block;
  text-decoration: none;
  border-bottom: 1px dashed var(--background-color);
}

.footer-links ul li a:hover {
  border-bottom-style: solid;
}

/* === 8. Media === */
/*==========  Desktop First  ==========*/

@media only screen and (max-width: 767.98px),
  only screen and (min-width: 567px) and (max-width: 900px) and (orientation: landscape) {
  .logo img {
    max-height: 90px;
  }

  .section-heading {
    margin-bottom: 3rem;
  }

  .section-heading h1,
  .section-heading h2,
  .section-heading h3 {
    font-size: 2rem;
  }

  .footer-main {
    padding: 3rem 0;
  }

  .footer-minimal .footer-bottom {
    text-align: center;
  }

  .footer-minimal .footer-links ul {
    justify-content: center;
  }
}

@media (min-width: 768px) {
  .bff-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    text-align: left;
  }

  .bff-container p {
    margin: 0;
  }
}
.whatsapp-button {
  margin-left: 10px;
}
#robbu-whatsapp-button {
  z-index: 10;
}

.breadcrumb {
  overflow: hidden;
  background-color: #f8f9fa;
  height: fit-content;
  padding-bottom: 2px;
  height: 24px;
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-bottom: 0 !important;
}
li.breadcrumb-item + li.breadcrumb-item::before {
  content: ">";
  color: #6c757d;
}

ol.breadcrumb-list {
  margin: 0;
  list-style: none;
  display: flex;
  padding-left: 20px;
}
