body {
	margin-bottom: 0 !important;
}

.front-menu-wrapper {
	border-bottom: solid 18px brown;
	border-image: linear-gradient(
90deg, rgb(23, 19, 18) 50%, rgb(157, 106, 59) 50% ) 9;
	overflow: hidden;
	display: grid;
	grid-template-columns: 100% 2fr;
	justify-items: right;
}

.front-menu-column {
	display: grid;
}

.front-menu-group  {
	float: right;
	background-color: rgba(255, 255, 255, 0.3);
	height: 100%;
	right: 0;
	top: 0;
	grid-area: 1 / 1 / 1 / 1;
	z-index: 1;
}

#bs-navbarNav, #bs-pageNavbarNav {
	font-family: Open Sans;
	line-height: 3rem;
	text-align: center;
	margin: auto;
}

.front-menu-group .front-page-nav li {
	list-style: none;
}

.front-menu-group .front-page-nav a {
	text-decoration: none;
	color: #17293A;
}

.front-menu a:hover {
	background-color: #C4C4C4;
}

.front-menu ul, ol {
	margin: 0 auto !important;
}

.front-menu li:hover {
	background-color: rgba(255, 255, 255, 0.3);
}

var {
	font-family: Dosis;
}

.entry-content {
	margin-top: 0 !important;
}

.standard-wrapper {
	padding: 25px;
}


/*-------------------------------------- MENU ----------------------------------*/
.sticky-container {
  position: relative;
}

.menu-item-has-children {
  box-shadow: none !important;
}

.navbar {
  position: relative;
  box-shadow: none !important;
}

.navbar-nav {
  position: relative;
  display: flex;
  justify-content: center; 
  margin: 0; 
  padding: 0; 
  list-style: none; 
}

/* Stała linia nad całym menu */
.navbar-nav::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px; 
  background-color: #ccc; 
  z-index: 0;
}

/* Każdy element listy menu */
.navbar-nav .nav-item {
  position: relative; /* Aby linia na hover była w obrębie elementu */
}

/* Grubsza linia nad elementem podczas hover */
.navbar-nav .nav-item:hover::after {
  content: '';
  position: absolute;
  top: 0; 
  left: 0;
  right: 0;
  height: 2px; 
  background-color: white; 
  z-index: 1; 
}

#bs-navbarNav {
  margin-top: 0;
}


.mr-3 {
  padding-left: 55px;
}

#menu-main-menu {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  width: 90%;
}

.navbar-nav li {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 5px;
  padding-left: 5px;
}

.scrolled {
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.8) !important;
  background-color: rgba(9, 65, 118, 0.4);
  transition: transform 0.8s ease;
}

/* Navbar styling */
.navbar {
  transition: background-color 0.3s ease;
  background-color: transparent;
}

.navbar.scrolled {
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.927) !important;
  background-color: rgba(9, 65, 118, 0.839);
  transition: transform 0.8s ease;
}

.sticky-container {
  position: fixed;
  width: 100%;
  z-index: 1000; 
}

.sticky-top {
}

.sticky-container.scrolled {
  /* background-color: #fff; */
  color: black;
}

/*------ SUBPAGE MENU --------*/
.subpages-menu-class .nav-item-static {
	color: black;
}

/* Mega Menu Styles */

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0 0 .375rem .375rem;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-menu .list-group-item {
  border: 0;
  padding: .5rem 1rem;
}

.dropdown-menu .list-group-item-action {
  padding: .5rem 1rem;
}

/* Mega Menu Container */
.dropdown-menu .container {
  width: 100%;
}

.dropdown-menu .row {
  margin: 0;
}

.dropdown-menu .col-md-6 {
  padding: 0;
}

.dropdown-menu .list-group-item.text-uppercase {
  font-weight: bold;
}

.nav-item .dropdown{
  position: relative;
}

.menu-item-type-custom {
  padding: 20px;
}

.menu-item-type-post_type {
  padding: 20px;
}

.about-us-container {
  max-width: 700px !important;
}



/*-------------------------------ZMIANA MENU--------------------------------------------*/
.navbar-nav {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
}

/* Mega menu styles */

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
  /*background-color: #fff;*/
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0 0 .375rem .375rem;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-menu .list-group-item {
  border: 0;
  padding: .5rem 1rem;
}

.dropdown-menu .list-group-item-action {
  padding: .5rem 1rem;
}

.underline {
  width: 80%;
  height: 1px;
  background-color: black;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  margin-left: 0;
}
/*
a:visited  {
  color: black !important;
}*/

.nav-link span {
  color: white;
}

.menu-container {
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap !important;
}

@media (max-width: 752px) {
  .menu-container {
    display: none !important;
  }
  .custom-logo-link {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1080px) {
  #menu-main-menu li {
    padding-right: 20px;
    padding-left: 20px;
  }
}


@media (min-width: 992px) and (max-width: 1273px) {
  #menu-main-menu li {
    padding-right: 20px;
    padding-left: 20px;
  }
  .container {
    padding: 0 !important;
  }
}


/*
.collapse  ul {
  margin: 0 !important;
}*/

@media (max-width: 1400px) {
.container {
  min-width: 100%;
}
}

/* @media (max-width: 1200px) {
  .mr-3 {
    display: none;
  }
} */

@media (max-width: 1115px) {
  .navbar-nav {
    flex-wrap: wrap;
  }
}






/*-------------------------------------- MULTILEVEL HAMBURGER MENU --------------------------------*/
.dropdown-submenu-main {
  position: relative;
}

.dropdown-submenu-main > a:after {
  content: "\f0da";
  float: right;
  border: none;
  font-family: 'FontAwesome';
}

.dropdown-submenu-main > .dropdown-level2 {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: 0px;
}

code {
  color: #B06AB3;
  background: #fff;
  padding: 0.1rem 0.2rem;
  border-radius: 0.2rem;
}

@media (min-width: 753px) {
  .menu-hamburger1b {
    display: none !important;
  }
}


/* Stylizacja Sticky Menu */
.sticky {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.d-none {
  display: none !important;
}

.d-lg-block {
  display: block !important;
}

/* Hamburger Menu */
.navbar-toggler {
  border-color: transparent;
}

.dropdown-level1,
.dropdown-level2 {
  background-color: white;
  border-radius: 0.25rem;
}



/* Responsive */
@media (min-width: 991px) {
  .menu-toggle {
    display: none;
  }
}

.dropdown-level1,
.dropdown-level2 {
  display: none;
  position: absolute;
  z-index: 1000;
}

/* Pokaż menu rozwijane na hover lub kliknięcie */
.dropdown-main:hover > .dropdown-level1,
.dropdown-submenu-main:hover > .dropdown-level2 {
  display: block;
}

/* Stylizacja ikony hamburgera */
.navbar-toggler {
  border: none; 
}

.navbar-toggler .navbar-toggler-icon {
  color: black;
}

.navbar-toggler:focus {
  outline: none;
}

/* Stylizacja ikony hamburgera */
.navbar-toggler {
  border: none; 
}

.navbar-toggler .navbar-toggler-icon {
  background-color: transparent;
  border: none; 
}

.navbar-toggler .navbar-toggler-icon::before,
.navbar-toggler .navbar-toggler-icon::after {
  content: "";
  display: block;
  width: 30px; 
  height: 3px; 
  background-color: white; 
  margin: 6px 0; 
}

.navbar-toggler.collapsed .navbar-toggler-icon::before,
.navbar-toggler.collapsed .navbar-toggler-icon::after {
  background-color: white; 
}

/*-------------------------------------- HEADER --------------------------------*/

/*----------------- reveal -----------------*/
.reveal {
	position: relative;
	transform: translateY(150px);
	opacity: 0;
	transition: all 2s ease;
}

.reveal.active {
	transform: translateY(0px);
	opacity: 1;
}

/*---------------------------------------- BUTTONS BLOCK --------------------------------------*/

.buttons-block {
  position: relative;
  min-height: 160px;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: -100px;
}

.buttons-button1, .buttons-button2, .buttons-button3, .buttons-button4, .buttons-button5 {
  min-width: 137px;
  min-height: 152px;
}

.buttons-columns {
  gap: 0;
}

/* Styl dla kolumn */
.buttons-column1, .buttons-column2, .buttons-column3, .buttons-column4, .buttons-column5 {
  border-right: 2px solid lightgray; /* Domyślny border */
  display: inline-block; /* Aby divy były obok siebie */
  transition: transform 0.3s ease, background-color 0.3s ease; /* Płynne przejście */
  position: relative; /* Dodanie relatywnej pozycji */
  z-index: 0; /* Domyślny z-index */
}

/* Styl dla tekstu */
.buttons-column1-text, .buttons-column2-text, .buttons-column3-text , .buttons-column4-text , .buttons-column5-text {
  color: black; /* Domyślny kolor tekstu */
  transition: color 0.3s ease; /* Płynne przejście koloru tekstu */
}

/* Efekt hover na kolumnach */
.buttons-column1:hover, .buttons-column2:hover, .buttons-column3:hover, .buttons-column4:hover, .buttons-column5:hover {
  transform: scale(1.1); /* Powiększenie elementu */
  background-color: #204686 !important; /* Zmiana koloru tła */
  border: none; /* Usunięcie border */
  z-index: 10; /* Podbicie warstwy, aby uniknąć kolizji */
}

/* Efekt hover na tekście */
.buttons-column1:hover .buttons-column1-text,
.buttons-column2:hover .buttons-column2-text,
.buttons-column3:hover .buttons-column3-text,
.buttons-column4:hover .buttons-column4-text,
.buttons-column5:hover .buttons-column5-text {
  color: white; /* Zmiana koloru tekstu na biały */
}

.custom-button-block {
	padding: 15px;
  	transition: box-shadow 0.8s ease;
  border-radius: 5px;
  box-shadow: gray 1px 1px 10px, inset 0 0 0 rgba(0,0,0,0);
	-webkit-box-shadow: gray 1px 1px 10px, inset 0 0 0 rgba(0,0,0,0);
  -moz-box-shadow: gray 1px 1px 10px, inset 0 0 0 rgba(0,0,0,0);
  -webkit-transition: box-shadow 0.5s ease;
  -moz-transition: box-shadow 0.5s ease;
  -o-transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
}

.custom-button-block:hover {
	background-color: #e0e0e0 !important;
  	color: #222222 !important;
	box-shadow: 0 0 0 rgba(0,0,0,0), inset 0px 0px 30px darkblue;
}




/*---------------------------------------- ARTYKUŁY --------------------------------------*/
.artykuly-container {
  max-width: 1400px;
  margin: 0 auto;
}

.artykuly-title {
  font-family: 'Kalam', sans-serif;
}

.latest-articles-grid {
  max-width: 1400px;
  margin: 0 auto;
  display: block; /* Zamiast flexbox, podstawowe wyświetlanie */
}

.latest-articles-grid .col-md-4 {
  max-width: 412px;
  width: 100%;
  margin: 0 auto; /* Wyśrodkowanie kolumny */
  margin-bottom: 20px; /* Odstęp między wpisami */
}

.latest-articles-grid .post-thumbnail-container {
  position: relative;
  width: 100%;
  padding-top: 67%; /* Proporcje obrazu */
  overflow: hidden;
}

.latest-articles-grid .post-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 254px;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.latest-articles-grid .post-thumbnail-container:hover .post-thumbnail img {
  transform: scale(1.1); /* Powiększenie obrazka na hover */
}

.latest-articles-grid .post-title-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6); /* Przyciemnione tło */
  color: #fff;
  padding: 10px;
  text-align: center;
  transition: background 0.3s ease;
}

.latest-articles-grid .post-title-overlay:hover {
  background: rgba(0, 0, 0, 0.8); /* Ciemniejsze tło na hover */
}

.latest-articles-grid .post-title-overlay h4,
.latest-articles-grid .post-title-overlay p {
  margin: 0;
}

/*--------------------------------------- LATEST NEWS -----------------------------------------*/
.container-title {
	max-width: 250px;
  max-height: 40px;
  margin-bottom: -17px;
  margin-top: 100px;
  padding-bottom: 40px;
}

.latests-container {
  max-width: 1400px;
  margin: 0 auto;
}

.separator-linia {
  max-width: 65%;
}

.aktualnosci-container {
  /*max-width: 1400px;*/
  margin: 0 auto;
}

.row {
  max-width: 1400px;
  margin: 0 auto !important;
  display: flex;
  flex-wrap: wrap;
}

.latest-news-grid .post-thumbnail {
  overflow: hidden; 
}

.latest-news-grid .post-thumbnail img {
  display: block;
  width: 100%; 
  height: auto;
  transition: transform 0.3s ease;
}

.latest-news-grid .post {
  position: relative;
  transition: transform 0.3s ease; 
}

.latest-news-grid .post:hover {
  transform: scale(1.05);
}

.small-post:hover img {
  transform: scale(1.1);
}

.big-post:hover img {
  transform: scale(1.1);
}

.latest-news-grid .big-post,
.latest-news-grid .small-post {
  position: relative; 
}

.latest-news-grid .big-post .post-title-overlay,
.latest-news-grid .small-post .post-title-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5); 
  padding: 10px;
  width: 100%;
  height: 73px;
}

.latest-news-grid .big-post .post-title-overlay h3,
.latest-news-grid .small-post .post-title-overlay h4 {
  margin: 0;
  font-size: 18px; 
  color: #fff;
}

.latest-news-grid .big-post .post-title-overlay .post-date,
.latest-news-grid .small-post .post-title-overlay .post-date {
  font-size: 14px;
  color: #fff;
}

/* Flexbox layout for small screens */
@media (max-width: 767px) {  /* Zmienione z 929px na 767px */
  .latest-news-grid .col-md-6 {
    width: 100%;
    margin-bottom: 20px;
  }
  .latest-news-grid .col-md-3 {
    width: 100%; /* Pełna szerokość dla małych ekranów */
    display: flex;
    flex-wrap: wrap;
  }
  /* Małe wpisy wewnątrz ostatniej kolumny obok siebie */
  .latest-news-grid .col-md-3 .small-post {
    width: 48%; /* Dwa wpisy obok siebie */
    margin-right: 4%; /* Odstęp między nimi */
    margin-bottom: 20px;
  }
  /* Resetowanie marginesu dla ostatniego wpisu w rzędzie */
  .latest-news-grid .col-md-3 .small-post:nth-of-type(2n) {
    margin-right: 0;
  }
  .ensure-column1-text1 {
    padding-right: 40%;
  }
}

.latest-news-grid .post-thumbnail img {
  display: block;
  width: 100%;
  height: 200px; /* Ustalona wysokość dla wszystkich obrazów */
  object-fit: cover; /* Obraz będzie przycięty w razie potrzeby, aby zachować proporcje */
  transition: transform 0.3s ease;
}

.latest-news-grid .big-post {
  display: flex; /* Użyj flexbox, aby wyśrodkować zawartość */
  justify-content: center; /* Wyśrodkowanie w poziomie */
  align-items: center; /* Wyśrodkowanie w pionie, jeśli kontener ma określoną wysokość */
}

.latest-news-grid .big-post .post-thumbnail {
  max-width: 562px; /* Ustal maksymalną szerokość dla obrazka */
  width: 100%; /* Obrazek będzie miał 100% szerokości kontenera */
  height: 390px; /* Ustalona wysokość dla dużego obrazka */
  overflow: hidden; /* Ukryj nadmiarowe części obrazka */
  display: flex; /* Flexbox dla centrowania */
  justify-content: center; /* Wyśrodkowanie w poziomie */
}

.latest-news-grid .big-post .post-thumbnail img {
  height: 100%; /* Ustal wysokość obrazka na 100% kontenera */
  width: auto; /* Ustal szerokość automatycznie, aby zachować proporcje */
  object-fit: cover; /* Przycięcie obrazka, aby pasował do kontenera */
}

.image-placeholder {
    width: 100%; /* Szerokość dopasowana do kontenera */
    height: 200px; /* Wysokość dla małych wpisów */
    background-color: #f0f0f0; /* Kolor tła jako placeholder */
    display: flex;
    justify-content: center; /* Wyśrodkowanie zawartości */
    align-items: center; /* Wyśrodkowanie zawartości w pionie */
    border: 1px dashed #ccc; /* Dodatkowy efekt wizualny */
}  

.pagination {
  margin-top: 20px;
  text-align: center;
}

.pagination .page-numbers {
  display: inline-block;
  padding: 5px 10px;
  margin-right: 5px;
  background-color: #333;
  color: white;
  text-decoration: none;
}

.pagination .current {
  background-color: #333;
  color: #fff;
}

.big-post .post-thumbnail {
  width: 100%;
  height: auto;
}

.small-post .post-thumbnail {
  width: 100%;
  height: auto;
}

.post-thumbnail img {
  min-width: 100%;
}

.latest-news-grid .big-post .latest-news-grid .small-post { 
  position: relative;
}

.latest-news-grid .big-post .post-title-overlay .latest-news-grid .small-post .post-title-overlay { 
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5); 
  padding: 10px;
  width: 100%;
  height: 73px; 
}

.latest-news-grid .big-post .post-title-overlay h3,
.latest-news-grid .small-post .post-title-overlay h4 { 
  margin: 0;
  font-size: 18px; 
  color: #fff;
}

.latest-news-grid .big-post .post-title-overlay .post-date,
.latest-news-grid .small-post .post-title-overlay .post-date { 
  font-size: 14px;
  color: #fff;
}

@media (min-width: 768px) {
  .col-md-3 {
      width: 19% !important;
  }
}

@media (min-width: 1400px) {
  .col-md-6 {
    padding-left: 0 !important;
  }
}

/*---------------------------------------- PODSTRONY --------------------------------------*/


.subpage-top {
	   width: 100%;
	   height: 400px;
	   background-size: cover;
}  

.subpage-header {
	height: 400px;
	background-size: cover;
	position: relative;
}

.subpage-title {
	color: white;
	font-family: "Playfair Display", serif;
	font-size: 28px !important;
	text-transform: uppercase;
	position: relative;
	background: linear-gradient(183deg, rgba(2,0,34,0) 0%, rgba(0,0,0,0.37160801820728295) 72%, rgba(0,0,0,1) 100%);
	height: 100%;
	padding-left: 80px;
}

.subpage-text {
	margin: 0 auto;
	font-size: 20px;
	font-family: 'Open Sans';
	min-height: 600px;
}  

.subpage-title h1 {
  	bottom: 15px;
	position: absolute;
  	font-size: 3.2rem;
} 

.subpage-contener {
	padding-bottom: 100px;
}

table {
  width: 900px;
  text-align: center;
  margin: 0 auto;
}

.archive-posts {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 20px; /* Dodatkowy odstęp na górze */
}

.archive-post {
  display: flex;
  margin-bottom: 20px;
  padding-top: 50px;
}

.archive-post-border {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

.archive-post-thumbnail {
  flex: 0 0 auto;
  margin-right: 20px;
}

.archive-post-thumbnail img {
  max-width: 100%;
  height: auto;
}

.archive-post-content {
  flex: 1 1 auto;
}

.entry-title a {
  color: #1E74A9;
  font-weight: bold;
  text-decoration: none;
}

.entry-meta {
  margin-bottom: 10px;
}

.entry-summary {
  margin-top: 10px;
}

.page-title {
  text-align: left;
  font-family: 'Alexandria';
}

.page-subtitle {
  font-family: 'Play';
  text-align: left;
	font-size: 18px;
	color: #666;
	margin-bottom: 10px;
  }

.pagination {
  display: block !important;
  margin-top: 20px;
  text-align: center;
  width: 100%; /* Rozciągnięcie na całą szerokość */
  padding-bottom: 50px;
}

.pagination .page-numbers {
  display: inline-block;
  padding: 5px 10px;
  margin-right: 5px;
  border: 1px solid #ccc;
}

.pagination .page-numbers.current {
  color: #fff;
}

.page-numbers {
  background: none;
  text-decoration: none;
}


/*------------------------- Obrazki i HOVER text -----------------------------*/

.hover-column {
  position: relative;
  display: inline-block;
  overflow: hidden;
  max-width: 196px;
}

.hover-img {
  display: block;
  height: 100%;
  transition: filter 0.5s ease-in-out;
}

.hover-txt {
  position: absolute;
  top: 0;
  padding: 10px;
  margin: 0;
  min-height: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0); /* Domyślnie przezroczyste */
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 0;
  transition: background 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.hover-column:hover .hover-img {
  filter: brightness(60%);
}

.hover-column:hover .hover-txt {
  background: rgba(0, 0, 0, 0.6); /* Przyciemnienie tła */
  opacity: 1;
}

/*------------------------- WPISY -----------------------------*/

/* Main Content Area */
.content-area {
    max-width: 800px;
    margin: 0 auto;
    padding: 150px 20px 20px 20px;
    background-color: #fff;
}

/* Article Styling */
article {
    margin-bottom: 40px;
}

.entry-header {
    margin-bottom: 20px;
    border-bottom: 2px solid #e2e2e2;
    padding-bottom: 10px;
}

.entry-title {
    font-size: 2.5em;
    margin: 0;
    color: #333;
}

.entry-meta {
    font-size: 0.9em;
    color: #999;
}

.entry-content {
    margin-top: 20px;
    font-size: 1.2em;
    line-height: 1.8;
}

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

.entry-content a {
    color: #0073aa;
    text-decoration: none;
}

.entry-content a:hover {
    text-decoration: underline;
}

.entry-footer {
    margin-top: 20px;
    font-size: 0.9em;
    color: #999;
    border-top: 1px solid #e2e2e2;
    padding-top: 10px;
}

/* Comments Section */
.comments-area {
    margin-top: 40px;
}

.comment-list {
    list-style: none;
    padding: 0;
}

.comment {
    margin-bottom: 20px;
}

.comment .comment-author {
    font-weight: bold;
}

.comment .comment-metadata {
    font-size: 0.9em;
    color: #999;
}

.comment .comment-content {
    margin-top: 10px;
}

/* Sidebar */
.sidebar {
    margin-top: 40px;
}

.widget-title {
    font-size: 1.5em;
    margin-bottom: 10px;
    border-bottom: 2px solid #e2e2e2;
    padding-bottom: 5px;
}

/*------------------------- PODSTRONY -----------------------------*/

.subpage-group {
  max-width: 1000px;
	margin: 0 auto;
	padding-top: 70px;
}

/* ------------------------------------------------------------------- MOJE ZMIANY --------------------------------------------------------*/

@media (max-width: 781px) {
  .buttons-container {
    display: none;
  }
  .benefits-column1 {
    display: NONE;
  }
  .benefits-column3 figure img {
    float: right;
  }
  .benefits-column2 {
    padding-right: 20% !important;
    padding-left: 20% !important;
    padding-bottom: 30px !important;
  }
  .benefits-container {
    padding-top: 0 !important;
  }
  .benefits-column2-text {
    padding-bottom: 70px !important;
  }
  .help-column-pic {
    display: none;
  }
  .help-column-picture2 {
    max-width: 250px;
    margin: 0 auto !important;
  }
  
} 


/* ---------------------------------------- BENEFITS -----------------------------------------*/
.benefits-container {
  font-size-adjust: open sans;
  max-width: 1300px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.benefits-column1 {
  padding-top: 50px;
}

.benefits-column2 {
  padding-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
}

.benefits-column2-title {
  padding-bottom: 10px;
}

.benefits-column3 {
  padding-top: 50px;
}

.benefits-column3-text {
  padding-top: 60px;
}

.benefits-column3-text2 {
  padding-top: 60px;
}

/* ---------------------------------------- HELP -----------------------------------------*/
.help-container-group {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 100px;
}

.help-column-big {
  margin-bottom: 0;
  max-width: 720px;
  margin: 0 auto;
}

.help-column-big-img{
  max-width: 640px;
  margin: 0 auto;
}

.help-column-picture {
  padding-top: 30px;
}

.help-column-picture2 {
  padding-top: 40px;
}

.help-column-big div p {
  margin-bottom: 0;
}

.help-text a{
  color: black;
}

/* ---------------------------------------- KNOWLEDGE -----------------------------------------*/
.konwledge-container1 {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 100px;
}

.konwledge-text {
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 1020px) {
  .konwledge-container1, .konwledge-text, .benefits-column3-text, .benefits-column3-text2, .certifies-container2, .footer-contact-title, .footer-contact-text  {
    padding-left: 5%;
    padding-right: 5%;
  }
  
}
/* ---------------------------------------- ARTICLE -----------------------------------------*/
.article-columns {
  max-width: 1000px;
  margin: 0 auto;
}

.article-container {
  padding-top: 100px;
}

.article-container1 {
  max-width: 1000px;
  margin: 0 auto;
}

.certifies-container2 {
  max-width: 1000px;
  margin: 0 auto;
}

/* ---------------------------------------- ENSURE -----------------------------------------*/
.ensure-container-group {
  max-width: 1000;
  margin: 0 auto;
}

@media (min-width: 782px) {
  .ensure-column1-text1 {
    padding-left: 50px;
  }
  }

  @media (min-width: 1000px) {
    .ensure-column1-text1 {
      max-width: 700px;
    }
    }

.form-consult-button {
  float: right;
}

.form1-1 input {
  min-width: 100%;
  background-color: #D9D9D9 !important;
}

.form1-2 input {
  min-width: 100%;
  background-color: #D9D9D9 !important;
}

.form1-3 input {
  min-width: 100%;
  background-color: #D9D9D9 !important;
}

.form1-4 input {
  min-width: 100%;
  color: white !important;
  background-color: #9A95BE !important;
}

.form1-5 {
  float: right !important;
  background-color: #303A6C !important;
}
/* ---------------------------------------- CONTACT -----------------------------------------*/
.contact-container {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 100px;
}

.form-contact1 input, .form-contact2 input, .form-contact3 input, .form-contact4 input{
  border: none !important;
  min-width: 100%;
}

.form-contact1 input, .form-contact2 input, .form-contact3 input{
  border: none !important;
  border-bottom: 1px dashed black !important;
}

.form-contact3 input {
  padding-bottom: 100px;
}

#wpforms-264  {
  border: 4px solid #303A6C;
  max-width: 750px;
  border-radius: 15px;
  padding: 30px;
}

.form-contact-button {
  background-color: #303A6C !important;
  border-radius: 10%;
}

/* ---------------------------------------- FOOTER -----------------------------------------*/
.footer-columns {
  max-width: 1000px;
  margin: 0 auto;
}

#block-2 {
  margin-bottom: 0;
}

.footer-copyright {
  max-height: 40px;
  padding: 0;
}

#block-3, #block-4 {
  margin: 0;
}

.hover-column div {
  margin: 0;
}

.hover-column figure {
  margin: 0;
}

.footer-copyright div p {
  margin-bottom: 0;
}

.services-top {
  margin: auto;
  max-width: 1000px;
}

.rounded-shadow {
  border-radius: 10px;
  box-shadow: #c3bfbe 1px 1px 5px;
}

.rounded img {
  border-radius: 10px;
} 